From 96ada02381ad4b90c99e4af73b601cf5f32b86ca Mon Sep 17 00:00:00 2001 From: Lorenzo Cavazzi <lorenzo.cavazzi.tech@gmail.com> Date: Tue, 17 Mar 2020 15:31:29 +0000 Subject: [PATCH] Auto-saving for lorenzo.cavazzi.tech on branch master from commit 66a5395 --- notebooks/Dashboard.ipynb | 443 ++++++++++++++- notebooks/Preprocessing-Play.ipynb | 862 ++++++++++++++++++++++------- 2 files changed, 1070 insertions(+), 235 deletions(-) diff --git a/notebooks/Dashboard.ipynb b/notebooks/Dashboard.ipynb index 70fc4a796..c08391119 100644 --- a/notebooks/Dashboard.ipynb +++ b/notebooks/Dashboard.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -15,7 +15,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": { "tags": [ "parameters" @@ -32,7 +32,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -41,7 +41,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -68,9 +68,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "<em>Data up to Mar 16 2020; countries with 100 or more confirmed cases.</em>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "data_ts = jhu_frames_map['confirmed'].iloc[:,-1].name.strftime(\"%b %d %Y\")\n", "display(HTML(f\"<em>Data up to {data_ts}; countries with 100 or more confirmed cases.</em>\"))" @@ -85,7 +98,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -94,7 +107,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -103,9 +116,85 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-8c338c2cc50c4664b26cfd135e1466ef\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-8c338c2cc50c4664b26cfd135e1466ef\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300, \"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-2563cc323084e75c421453bd7731bf6f\"}, \"mark\": {\"type\": \"circle\", \"opacity\": 0.6}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"latitude\": {\"field\": \"Lat\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"Long\", \"type\": \"quantitative\"}, \"size\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\", \"title\": \"Cases\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}, {\"type\": \"quantitative\", \"field\": \"Deaths\"}, {\"type\": \"quantitative\", \"field\": \"Recovered\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}, {\"type\": \"quantitative\", \"field\": \"Deaths/100k\"}, {\"type\": \"quantitative\", \"field\": \"Recovered/100k\"}]}}], \"height\": 400, \"projection\": {\"type\": \"naturalEarth1\"}, \"title\": \"Confirmed cases per 100k inhabitants\", \"width\": 600, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-2563cc323084e75c421453bd7731bf6f\": [{\"Country/Region\": \"Australia\", \"Confirmed/100k\": 1.000305333199906, \"Deaths/100k\": 0.012003663998398872, \"Recovered/100k\": 0.09202809065439137, \"Confirmed\": 377.0, \"Deaths\": 3.0, \"Recovered\": 23.0, \"Long\": 134.49100008, \"Lat\": -25.73288704}, {\"Country/Region\": \"Austria\", \"Confirmed/100k\": 7.403608688423027, \"Deaths/100k\": 0.01130321937163821, \"Recovered/100k\": 0.06781931622982926, \"Confirmed\": 1018.0, \"Deaths\": 3.0, \"Recovered\": 6.0, \"Long\": 14.1264761, \"Lat\": 47.58549439}, {\"Country/Region\": \"Bahrain\", \"Confirmed/100k\": 13.380577391029535, \"Deaths/100k\": 0.0, \"Recovered/100k\": 2.8035495485966644, \"Confirmed\": 214.0, \"Deaths\": 1.0, \"Recovered\": 77.0, \"Long\": 50.54196932, \"Lat\": 26.04205135}, {\"Country/Region\": \"Belgium\", \"Confirmed/100k\": 6.0321826135162215, \"Deaths/100k\": 0.035019928090079665, \"Recovered/100k\": 0.008754982022519914, \"Confirmed\": 1058.0, \"Deaths\": 5.0, \"Recovered\": 1.0, \"Long\": 4.64065114, \"Lat\": 50.63981576}, {\"Country/Region\": \"Brazil\", \"Confirmed/100k\": 0.07208692453324421, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 200.0, \"Deaths\": 0.0, \"Recovered\": 1.0, \"Long\": -53.09783113, \"Lat\": -10.78777702}, {\"Country/Region\": \"Canada\", \"Confirmed/100k\": 0.53428524615007, \"Deaths/100k\": 0.002698410334091263, \"Recovered/100k\": 0.021587282672730104, \"Confirmed\": 415.0, \"Deaths\": 4.0, \"Recovered\": 9.0, \"Long\": -98.30777028, \"Lat\": 61.36206324}, {\"Country/Region\": \"Chile\", \"Confirmed/100k\": 0.3256953328392731, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 155.0, \"Deaths\": 0.0, \"Recovered\": 0.0, \"Long\": -71.38256213, \"Lat\": -37.73070989}, {\"Country/Region\": \"China\", \"Confirmed/100k\": 5.814264071284455, \"Deaths/100k\": 0.2292619531423894, \"Recovered/100k\": 4.7144816296051655, \"Confirmed\": 81033.0, \"Deaths\": 3217.0, \"Recovered\": 67910.0, \"Long\": 103.81907349, \"Lat\": 36.56176546}, {\"Country/Region\": \"Czechia\", \"Confirmed/100k\": 1.7787071810361583, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 298.0, \"Deaths\": 0.0, \"Recovered\": 3.0, \"Long\": 15.31240163, \"Lat\": 49.73341233}, {\"Country/Region\": \"Denmark\", \"Confirmed/100k\": 14.420142938804432, \"Deaths/100k\": 0.01724897480718234, \"Recovered/100k\": 0.01724897480718234, \"Confirmed\": 932.0, \"Deaths\": 3.0, \"Recovered\": 1.0, \"Long\": 10.02800992, \"Lat\": 55.98125296}, {\"Country/Region\": \"Egypt\", \"Confirmed/100k\": 0.11074580236578434, \"Deaths/100k\": 0.002032033070931823, \"Recovered/100k\": 0.02743244645757961, \"Confirmed\": 150.0, \"Deaths\": 2.0, \"Recovered\": 27.0, \"Long\": 29.86190099, \"Lat\": 26.49593311}, {\"Country/Region\": \"Estonia\", \"Confirmed/100k\": 8.706290635665205, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 205.0, \"Deaths\": 0.0, \"Recovered\": 1.0, \"Long\": 25.54248537, \"Lat\": 58.67192972}, {\"Country/Region\": \"Finland\", \"Confirmed/100k\": 4.077527387392285, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.018122343943965717, \"Confirmed\": 277.0, \"Deaths\": 0.0, \"Recovered\": 10.0, \"Long\": 26.2746656, \"Lat\": 64.49884603}, {\"Country/Region\": \"France\", \"Confirmed/100k\": 6.687840449145809, \"Deaths/100k\": 0.13584675912327426, \"Recovered/100k\": 0.017913858345926282, \"Confirmed\": 6650.0, \"Deaths\": 148.0, \"Recovered\": 12.0, \"Long\": -2.76172945, \"Lat\": 42.17344011}, {\"Country/Region\": \"Germany\", \"Confirmed/100k\": 5.528897733624627, \"Deaths/100k\": 0.010852798168510723, \"Recovered/100k\": 0.055469857305721466, \"Confirmed\": 7272.0, \"Deaths\": 17.0, \"Recovered\": 67.0, \"Long\": 10.38578051, \"Lat\": 51.10698181}, {\"Country/Region\": \"Greece\", \"Confirmed/100k\": 2.1253454152384283, \"Deaths/100k\": 0.027965071253137214, \"Recovered/100k\": 0.07457352334169924, \"Confirmed\": 331.0, \"Deaths\": 4.0, \"Recovered\": 8.0, \"Long\": 22.95555794, \"Lat\": 39.07469623}, {\"Country/Region\": \"India\", \"Confirmed/100k\": 0.007540935480311991, \"Deaths/100k\": 0.00014786148000611743, \"Recovered/100k\": 0.00029572296001223485, \"Confirmed\": 119.0, \"Deaths\": 2.0, \"Recovered\": 13.0, \"Long\": 79.61197609999998, \"Lat\": 22.88578212}, {\"Country/Region\": \"Indonesia\", \"Confirmed/100k\": 0.03586593738513443, \"Deaths/100k\": 0.0018680175721424183, \"Recovered/100k\": 0.0029888281154278693, \"Confirmed\": 134.0, \"Deaths\": 5.0, \"Recovered\": 8.0, \"Long\": 117.24011366, \"Lat\": -2.21505456}, {\"Country/Region\": \"Iran\", \"Confirmed/100k\": 15.561073521653087, \"Deaths/100k\": 0.7469413089582871, \"Recovered/100k\": 3.6173475175246668, \"Confirmed\": 14991.0, \"Deaths\": 853.0, \"Recovered\": 4590.0, \"Long\": 54.27407004, \"Lat\": 32.57503292}, {\"Country/Region\": \"Iraq\", \"Confirmed/100k\": 0.2862079014195912, \"Deaths/100k\": 0.026018900129053748, \"Recovered/100k\": 0.06764914033553975, \"Confirmed\": 124.0, \"Deaths\": 10.0, \"Recovered\": 26.0, \"Long\": 43.74353149, \"Lat\": 33.03970582}, {\"Country/Region\": \"Ireland\", \"Confirmed/100k\": 2.657872474042476, \"Deaths/100k\": 0.04120732517895311, \"Recovered/100k\": 0.0, \"Confirmed\": 169.0, \"Deaths\": 2.0, \"Recovered\": 0.0, \"Long\": -8.13793569, \"Lat\": 53.17544870000001}, {\"Country/Region\": \"Israel\", \"Confirmed/100k\": 2.1724937526734056, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.045025777257479915, \"Confirmed\": 255.0, \"Deaths\": 0.0, \"Recovered\": 4.0, \"Long\": 35.00444693, \"Lat\": 31.46110101}, {\"Country/Region\": \"Italy\", \"Confirmed/100k\": 35.0100129431308, \"Deaths/100k\": 2.3845265704519294, \"Recovered/100k\": 3.25328191360756, \"Confirmed\": 27980.0, \"Deaths\": 2158.0, \"Recovered\": 2749.0, \"Long\": 12.07001339, \"Lat\": 42.79662641}, {\"Country/Region\": \"Japan\", \"Confirmed/100k\": 0.6109266563976192, \"Deaths/100k\": 0.017387304580527327, \"Recovered/100k\": 0.09325917911373748, \"Confirmed\": 825.0, \"Deaths\": 27.0, \"Recovered\": 144.0, \"Long\": 138.03089558, \"Lat\": 37.59230135}, {\"Country/Region\": \"Korea, South\", \"Confirmed/100k\": 15.659842956913007, \"Deaths/100k\": 0.13943961079615835, \"Recovered/100k\": 0.9876972431394551, \"Confirmed\": 8236.0, \"Deaths\": 75.0, \"Recovered\": 1137.0, \"Long\": 127.83916086, \"Lat\": 36.38523983}, {\"Country/Region\": \"Kuwait\", \"Confirmed/100k\": 2.513711206970521, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.1208515003351212, \"Confirmed\": 123.0, \"Deaths\": 0.0, \"Recovered\": 9.0, \"Long\": 47.58700459, \"Lat\": 29.33431262}, {\"Country/Region\": \"Malaysia\", \"Confirmed/100k\": 0.7548705404952363, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.11101037360224064, \"Confirmed\": 566.0, \"Deaths\": 0.0, \"Recovered\": 42.0, \"Long\": 109.69762284, \"Lat\": 3.78986846}, {\"Country/Region\": \"Netherlands\", \"Confirmed/100k\": 5.565544970444868, \"Deaths/100k\": 0.06964185573027988, \"Recovered/100k\": 0.011606975955046644, \"Confirmed\": 1414.0, \"Deaths\": 24.0, \"Recovered\": 2.0, \"Long\": 5.28144793, \"Lat\": 52.1007899}, {\"Country/Region\": \"Norway\", \"Confirmed/100k\": 20.510558609767997, \"Deaths/100k\": 0.056451078742480724, \"Recovered/100k\": 0.018817026247493568, \"Confirmed\": 1333.0, \"Deaths\": 3.0, \"Recovered\": 1.0, \"Long\": 15.34834656, \"Lat\": 68.75015572}, {\"Country/Region\": \"Pakistan\", \"Confirmed/100k\": 0.014607824902882703, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0009424403163150133, \"Confirmed\": 136.0, \"Deaths\": 0.0, \"Recovered\": 2.0, \"Long\": 69.33957937, \"Lat\": 29.9497515}, {\"Country/Region\": \"Philippines\", \"Confirmed/100k\": 0.10407688667814162, \"Deaths/100k\": 0.007501036877703902, \"Recovered/100k\": 0.0018752592194259754, \"Confirmed\": 142.0, \"Deaths\": 12.0, \"Recovered\": 2.0, \"Long\": 122.88393253, \"Lat\": 11.77536778}, {\"Country/Region\": \"Poland\", \"Confirmed/100k\": 0.2712057343529827, \"Deaths/100k\": 0.007899196146203378, \"Recovered/100k\": 0.0, \"Confirmed\": 177.0, \"Deaths\": 4.0, \"Recovered\": 13.0, \"Long\": 19.39012835, \"Lat\": 52.12759564}, {\"Country/Region\": \"Portugal\", \"Confirmed/100k\": 1.6436871423399997, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.01945191884426035, \"Confirmed\": 331.0, \"Deaths\": 0.0, \"Recovered\": 3.0, \"Long\": -8.50104361, \"Lat\": 39.59550671}, {\"Country/Region\": \"Qatar\", \"Confirmed/100k\": 12.114993940705553, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.14379814766416085, \"Confirmed\": 439.0, \"Deaths\": 0.0, \"Recovered\": 4.0, \"Long\": 51.18479632, \"Lat\": 25.30601188}, {\"Country/Region\": \"Romania\", \"Confirmed/100k\": 0.6316134550303544, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.046215618660757636, \"Confirmed\": 158.0, \"Deaths\": 0.0, \"Recovered\": 9.0, \"Long\": 24.97293039, \"Lat\": 45.85243127}, {\"Country/Region\": \"Saudi Arabia\", \"Confirmed/100k\": 0.30563846287354696, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0029673637172189025, \"Confirmed\": 118.0, \"Deaths\": 0.0, \"Recovered\": 2.0, \"Long\": 44.53686271, \"Lat\": 24.12245841}, {\"Country/Region\": \"Singapore\", \"Confirmed/100k\": 3.7597478557022965, \"Deaths/100k\": 0.0, \"Recovered/100k\": 1.8621392681544395, \"Confirmed\": 243.0, \"Deaths\": 0.0, \"Recovered\": 109.0, \"Long\": 103.81725592, \"Lat\": 1.35876087}, {\"Country/Region\": \"Slovenia\", \"Confirmed/100k\": 8.755076493248433, \"Deaths/100k\": 0.04837058836048858, \"Recovered/100k\": 0.0, \"Confirmed\": 253.0, \"Deaths\": 1.0, \"Recovered\": 0.0, \"Long\": 14.80444238, \"Lat\": 46.11554772}, {\"Country/Region\": \"Spain\", \"Confirmed/100k\": 13.678268839257742, \"Deaths/100k\": 0.4173466474190673, \"Recovered/100k\": 1.1065036754649118, \"Confirmed\": 9942.0, \"Deaths\": 342.0, \"Recovered\": 530.0, \"Long\": -3.64755047, \"Lat\": 40.24448698}, {\"Country/Region\": \"Sweden\", \"Confirmed/100k\": 9.437135274607376, \"Deaths/100k\": 0.019640239905530446, \"Recovered/100k\": 0.009820119952765223, \"Confirmed\": 1103.0, \"Deaths\": 6.0, \"Recovered\": 1.0, \"Long\": 16.74558049, \"Lat\": 62.77966519}, {\"Country/Region\": \"Switzerland\", \"Confirmed/100k\": 15.957178869407455, \"Deaths/100k\": 0.15264409514517804, \"Recovered/100k\": 0.04696741389082401, \"Confirmed\": 2200.0, \"Deaths\": 14.0, \"Recovered\": 4.0, \"Long\": 8.20867471, \"Lat\": 46.79785878}, {\"Country/Region\": \"Thailand\", \"Confirmed/100k\": 0.11810707656697413, \"Deaths/100k\": 0.0014403302020362695, \"Recovered/100k\": 0.05041155707126944, \"Confirmed\": 147.0, \"Deaths\": 1.0, \"Recovered\": 35.0, \"Long\": 101.0028813, \"Lat\": 15.11815794}, {\"Country/Region\": \"US\", \"Confirmed/100k\": 0.8335181673369116, \"Deaths/100k\": 0.01650531024429528, \"Recovered/100k\": 0.0036678467209545055, \"Confirmed\": 4632.0, \"Deaths\": 85.0, \"Recovered\": 17.0, \"Long\": -112.4616737, \"Lat\": 45.6795472}, {\"Country/Region\": \"United Kingdom\", \"Confirmed/100k\": 1.719081584498703, \"Deaths/100k\": 0.031584176093152026, \"Recovered/100k\": 0.028576159322375637, \"Confirmed\": 1551.0, \"Deaths\": 56.0, \"Recovered\": 21.0, \"Long\": -2.86563164, \"Lat\": 54.12387156}]}}, {\"mode\": \"vega-lite\"});\n", + "</script>" + ], + "text/plain": [ + "alt.LayerChart(...)" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://github.com/CSSEGISandData/COVID-19\">JHU CSSE</a>,\n", + " <a href=\"https://data.worldbank.org/indicator/SP.POP.TOTL\">World Bank</a>,\n", + " <a href=\"https://worldmap.harvard.edu/data/geonode:country_centroids_az8\">Harvard Worldmap</a>\n", + "</p>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "display(helper.map_of_variable(map_df, 'Confirmed/100k', 'Confirmed'))\n", "display(HTML('''\n", @@ -118,9 +207,85 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-809b9aa0f110483fbb492530a25e4e0a\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-809b9aa0f110483fbb492530a25e4e0a\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"layer\": [{\"mark\": \"bar\", \"encoding\": {\"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}, {\"type\": \"quantitative\", \"field\": \"Deaths\"}, {\"type\": \"quantitative\", \"field\": \"Recovered\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}, {\"type\": \"quantitative\", \"field\": \"Deaths/100k\"}, {\"type\": \"quantitative\", \"field\": \"Recovered/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}, \"y\": {\"type\": \"nominal\", \"field\": \"Country/Region\", \"sort\": \"-x\"}}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"dx\": 3}, \"encoding\": {\"text\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\", \"format\": \".3\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}, {\"type\": \"quantitative\", \"field\": \"Deaths\"}, {\"type\": \"quantitative\", \"field\": \"Recovered\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}, {\"type\": \"quantitative\", \"field\": \"Deaths/100k\"}, {\"type\": \"quantitative\", \"field\": \"Recovered/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}, \"y\": {\"type\": \"nominal\", \"field\": \"Country/Region\", \"sort\": \"-x\"}}}], \"data\": {\"name\": \"data-2563cc323084e75c421453bd7731bf6f\"}, \"height\": 900, \"title\": \"Confirmed cases per 100k inhabitants\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-2563cc323084e75c421453bd7731bf6f\": [{\"Country/Region\": \"Australia\", \"Confirmed/100k\": 1.000305333199906, \"Deaths/100k\": 0.012003663998398872, \"Recovered/100k\": 0.09202809065439137, \"Confirmed\": 377.0, \"Deaths\": 3.0, \"Recovered\": 23.0, \"Long\": 134.49100008, \"Lat\": -25.73288704}, {\"Country/Region\": \"Austria\", \"Confirmed/100k\": 7.403608688423027, \"Deaths/100k\": 0.01130321937163821, \"Recovered/100k\": 0.06781931622982926, \"Confirmed\": 1018.0, \"Deaths\": 3.0, \"Recovered\": 6.0, \"Long\": 14.1264761, \"Lat\": 47.58549439}, {\"Country/Region\": \"Bahrain\", \"Confirmed/100k\": 13.380577391029535, \"Deaths/100k\": 0.0, \"Recovered/100k\": 2.8035495485966644, \"Confirmed\": 214.0, \"Deaths\": 1.0, \"Recovered\": 77.0, \"Long\": 50.54196932, \"Lat\": 26.04205135}, {\"Country/Region\": \"Belgium\", \"Confirmed/100k\": 6.0321826135162215, \"Deaths/100k\": 0.035019928090079665, \"Recovered/100k\": 0.008754982022519914, \"Confirmed\": 1058.0, \"Deaths\": 5.0, \"Recovered\": 1.0, \"Long\": 4.64065114, \"Lat\": 50.63981576}, {\"Country/Region\": \"Brazil\", \"Confirmed/100k\": 0.07208692453324421, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 200.0, \"Deaths\": 0.0, \"Recovered\": 1.0, \"Long\": -53.09783113, \"Lat\": -10.78777702}, {\"Country/Region\": \"Canada\", \"Confirmed/100k\": 0.53428524615007, \"Deaths/100k\": 0.002698410334091263, \"Recovered/100k\": 0.021587282672730104, \"Confirmed\": 415.0, \"Deaths\": 4.0, \"Recovered\": 9.0, \"Long\": -98.30777028, \"Lat\": 61.36206324}, {\"Country/Region\": \"Chile\", \"Confirmed/100k\": 0.3256953328392731, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 155.0, \"Deaths\": 0.0, \"Recovered\": 0.0, \"Long\": -71.38256213, \"Lat\": -37.73070989}, {\"Country/Region\": \"China\", \"Confirmed/100k\": 5.814264071284455, \"Deaths/100k\": 0.2292619531423894, \"Recovered/100k\": 4.7144816296051655, \"Confirmed\": 81033.0, \"Deaths\": 3217.0, \"Recovered\": 67910.0, \"Long\": 103.81907349, \"Lat\": 36.56176546}, {\"Country/Region\": \"Czechia\", \"Confirmed/100k\": 1.7787071810361583, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 298.0, \"Deaths\": 0.0, \"Recovered\": 3.0, \"Long\": 15.31240163, \"Lat\": 49.73341233}, {\"Country/Region\": \"Denmark\", \"Confirmed/100k\": 14.420142938804432, \"Deaths/100k\": 0.01724897480718234, \"Recovered/100k\": 0.01724897480718234, \"Confirmed\": 932.0, \"Deaths\": 3.0, \"Recovered\": 1.0, \"Long\": 10.02800992, \"Lat\": 55.98125296}, {\"Country/Region\": \"Egypt\", \"Confirmed/100k\": 0.11074580236578434, \"Deaths/100k\": 0.002032033070931823, \"Recovered/100k\": 0.02743244645757961, \"Confirmed\": 150.0, \"Deaths\": 2.0, \"Recovered\": 27.0, \"Long\": 29.86190099, \"Lat\": 26.49593311}, {\"Country/Region\": \"Estonia\", \"Confirmed/100k\": 8.706290635665205, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0, \"Confirmed\": 205.0, \"Deaths\": 0.0, \"Recovered\": 1.0, \"Long\": 25.54248537, \"Lat\": 58.67192972}, {\"Country/Region\": \"Finland\", \"Confirmed/100k\": 4.077527387392285, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.018122343943965717, \"Confirmed\": 277.0, \"Deaths\": 0.0, \"Recovered\": 10.0, \"Long\": 26.2746656, \"Lat\": 64.49884603}, {\"Country/Region\": \"France\", \"Confirmed/100k\": 6.687840449145809, \"Deaths/100k\": 0.13584675912327426, \"Recovered/100k\": 0.017913858345926282, \"Confirmed\": 6650.0, \"Deaths\": 148.0, \"Recovered\": 12.0, \"Long\": -2.76172945, \"Lat\": 42.17344011}, {\"Country/Region\": \"Germany\", \"Confirmed/100k\": 5.528897733624627, \"Deaths/100k\": 0.010852798168510723, \"Recovered/100k\": 0.055469857305721466, \"Confirmed\": 7272.0, \"Deaths\": 17.0, \"Recovered\": 67.0, \"Long\": 10.38578051, \"Lat\": 51.10698181}, {\"Country/Region\": \"Greece\", \"Confirmed/100k\": 2.1253454152384283, \"Deaths/100k\": 0.027965071253137214, \"Recovered/100k\": 0.07457352334169924, \"Confirmed\": 331.0, \"Deaths\": 4.0, \"Recovered\": 8.0, \"Long\": 22.95555794, \"Lat\": 39.07469623}, {\"Country/Region\": \"India\", \"Confirmed/100k\": 0.007540935480311991, \"Deaths/100k\": 0.00014786148000611743, \"Recovered/100k\": 0.00029572296001223485, \"Confirmed\": 119.0, \"Deaths\": 2.0, \"Recovered\": 13.0, \"Long\": 79.61197609999998, \"Lat\": 22.88578212}, {\"Country/Region\": \"Indonesia\", \"Confirmed/100k\": 0.03586593738513443, \"Deaths/100k\": 0.0018680175721424183, \"Recovered/100k\": 0.0029888281154278693, \"Confirmed\": 134.0, \"Deaths\": 5.0, \"Recovered\": 8.0, \"Long\": 117.24011366, \"Lat\": -2.21505456}, {\"Country/Region\": \"Iran\", \"Confirmed/100k\": 15.561073521653087, \"Deaths/100k\": 0.7469413089582871, \"Recovered/100k\": 3.6173475175246668, \"Confirmed\": 14991.0, \"Deaths\": 853.0, \"Recovered\": 4590.0, \"Long\": 54.27407004, \"Lat\": 32.57503292}, {\"Country/Region\": \"Iraq\", \"Confirmed/100k\": 0.2862079014195912, \"Deaths/100k\": 0.026018900129053748, \"Recovered/100k\": 0.06764914033553975, \"Confirmed\": 124.0, \"Deaths\": 10.0, \"Recovered\": 26.0, \"Long\": 43.74353149, \"Lat\": 33.03970582}, {\"Country/Region\": \"Ireland\", \"Confirmed/100k\": 2.657872474042476, \"Deaths/100k\": 0.04120732517895311, \"Recovered/100k\": 0.0, \"Confirmed\": 169.0, \"Deaths\": 2.0, \"Recovered\": 0.0, \"Long\": -8.13793569, \"Lat\": 53.17544870000001}, {\"Country/Region\": \"Israel\", \"Confirmed/100k\": 2.1724937526734056, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.045025777257479915, \"Confirmed\": 255.0, \"Deaths\": 0.0, \"Recovered\": 4.0, \"Long\": 35.00444693, \"Lat\": 31.46110101}, {\"Country/Region\": \"Italy\", \"Confirmed/100k\": 35.0100129431308, \"Deaths/100k\": 2.3845265704519294, \"Recovered/100k\": 3.25328191360756, \"Confirmed\": 27980.0, \"Deaths\": 2158.0, \"Recovered\": 2749.0, \"Long\": 12.07001339, \"Lat\": 42.79662641}, {\"Country/Region\": \"Japan\", \"Confirmed/100k\": 0.6109266563976192, \"Deaths/100k\": 0.017387304580527327, \"Recovered/100k\": 0.09325917911373748, \"Confirmed\": 825.0, \"Deaths\": 27.0, \"Recovered\": 144.0, \"Long\": 138.03089558, \"Lat\": 37.59230135}, {\"Country/Region\": \"Korea, South\", \"Confirmed/100k\": 15.659842956913007, \"Deaths/100k\": 0.13943961079615835, \"Recovered/100k\": 0.9876972431394551, \"Confirmed\": 8236.0, \"Deaths\": 75.0, \"Recovered\": 1137.0, \"Long\": 127.83916086, \"Lat\": 36.38523983}, {\"Country/Region\": \"Kuwait\", \"Confirmed/100k\": 2.513711206970521, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.1208515003351212, \"Confirmed\": 123.0, \"Deaths\": 0.0, \"Recovered\": 9.0, \"Long\": 47.58700459, \"Lat\": 29.33431262}, {\"Country/Region\": \"Malaysia\", \"Confirmed/100k\": 0.7548705404952363, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.11101037360224064, \"Confirmed\": 566.0, \"Deaths\": 0.0, \"Recovered\": 42.0, \"Long\": 109.69762284, \"Lat\": 3.78986846}, {\"Country/Region\": \"Netherlands\", \"Confirmed/100k\": 5.565544970444868, \"Deaths/100k\": 0.06964185573027988, \"Recovered/100k\": 0.011606975955046644, \"Confirmed\": 1414.0, \"Deaths\": 24.0, \"Recovered\": 2.0, \"Long\": 5.28144793, \"Lat\": 52.1007899}, {\"Country/Region\": \"Norway\", \"Confirmed/100k\": 20.510558609767997, \"Deaths/100k\": 0.056451078742480724, \"Recovered/100k\": 0.018817026247493568, \"Confirmed\": 1333.0, \"Deaths\": 3.0, \"Recovered\": 1.0, \"Long\": 15.34834656, \"Lat\": 68.75015572}, {\"Country/Region\": \"Pakistan\", \"Confirmed/100k\": 0.014607824902882703, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0009424403163150133, \"Confirmed\": 136.0, \"Deaths\": 0.0, \"Recovered\": 2.0, \"Long\": 69.33957937, \"Lat\": 29.9497515}, {\"Country/Region\": \"Philippines\", \"Confirmed/100k\": 0.10407688667814162, \"Deaths/100k\": 0.007501036877703902, \"Recovered/100k\": 0.0018752592194259754, \"Confirmed\": 142.0, \"Deaths\": 12.0, \"Recovered\": 2.0, \"Long\": 122.88393253, \"Lat\": 11.77536778}, {\"Country/Region\": \"Poland\", \"Confirmed/100k\": 0.2712057343529827, \"Deaths/100k\": 0.007899196146203378, \"Recovered/100k\": 0.0, \"Confirmed\": 177.0, \"Deaths\": 4.0, \"Recovered\": 13.0, \"Long\": 19.39012835, \"Lat\": 52.12759564}, {\"Country/Region\": \"Portugal\", \"Confirmed/100k\": 1.6436871423399997, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.01945191884426035, \"Confirmed\": 331.0, \"Deaths\": 0.0, \"Recovered\": 3.0, \"Long\": -8.50104361, \"Lat\": 39.59550671}, {\"Country/Region\": \"Qatar\", \"Confirmed/100k\": 12.114993940705553, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.14379814766416085, \"Confirmed\": 439.0, \"Deaths\": 0.0, \"Recovered\": 4.0, \"Long\": 51.18479632, \"Lat\": 25.30601188}, {\"Country/Region\": \"Romania\", \"Confirmed/100k\": 0.6316134550303544, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.046215618660757636, \"Confirmed\": 158.0, \"Deaths\": 0.0, \"Recovered\": 9.0, \"Long\": 24.97293039, \"Lat\": 45.85243127}, {\"Country/Region\": \"Saudi Arabia\", \"Confirmed/100k\": 0.30563846287354696, \"Deaths/100k\": 0.0, \"Recovered/100k\": 0.0029673637172189025, \"Confirmed\": 118.0, \"Deaths\": 0.0, \"Recovered\": 2.0, \"Long\": 44.53686271, \"Lat\": 24.12245841}, {\"Country/Region\": \"Singapore\", \"Confirmed/100k\": 3.7597478557022965, \"Deaths/100k\": 0.0, \"Recovered/100k\": 1.8621392681544395, \"Confirmed\": 243.0, \"Deaths\": 0.0, \"Recovered\": 109.0, \"Long\": 103.81725592, \"Lat\": 1.35876087}, {\"Country/Region\": \"Slovenia\", \"Confirmed/100k\": 8.755076493248433, \"Deaths/100k\": 0.04837058836048858, \"Recovered/100k\": 0.0, \"Confirmed\": 253.0, \"Deaths\": 1.0, \"Recovered\": 0.0, \"Long\": 14.80444238, \"Lat\": 46.11554772}, {\"Country/Region\": \"Spain\", \"Confirmed/100k\": 13.678268839257742, \"Deaths/100k\": 0.4173466474190673, \"Recovered/100k\": 1.1065036754649118, \"Confirmed\": 9942.0, \"Deaths\": 342.0, \"Recovered\": 530.0, \"Long\": -3.64755047, \"Lat\": 40.24448698}, {\"Country/Region\": \"Sweden\", \"Confirmed/100k\": 9.437135274607376, \"Deaths/100k\": 0.019640239905530446, \"Recovered/100k\": 0.009820119952765223, \"Confirmed\": 1103.0, \"Deaths\": 6.0, \"Recovered\": 1.0, \"Long\": 16.74558049, \"Lat\": 62.77966519}, {\"Country/Region\": \"Switzerland\", \"Confirmed/100k\": 15.957178869407455, \"Deaths/100k\": 0.15264409514517804, \"Recovered/100k\": 0.04696741389082401, \"Confirmed\": 2200.0, \"Deaths\": 14.0, \"Recovered\": 4.0, \"Long\": 8.20867471, \"Lat\": 46.79785878}, {\"Country/Region\": \"Thailand\", \"Confirmed/100k\": 0.11810707656697413, \"Deaths/100k\": 0.0014403302020362695, \"Recovered/100k\": 0.05041155707126944, \"Confirmed\": 147.0, \"Deaths\": 1.0, \"Recovered\": 35.0, \"Long\": 101.0028813, \"Lat\": 15.11815794}, {\"Country/Region\": \"US\", \"Confirmed/100k\": 0.8335181673369116, \"Deaths/100k\": 0.01650531024429528, \"Recovered/100k\": 0.0036678467209545055, \"Confirmed\": 4632.0, \"Deaths\": 85.0, \"Recovered\": 17.0, \"Long\": -112.4616737, \"Lat\": 45.6795472}, {\"Country/Region\": \"United Kingdom\", \"Confirmed/100k\": 1.719081584498703, \"Deaths/100k\": 0.031584176093152026, \"Recovered/100k\": 0.028576159322375637, \"Confirmed\": 1551.0, \"Deaths\": 56.0, \"Recovered\": 21.0, \"Long\": -2.86563164, \"Lat\": 54.12387156}]}}, {\"mode\": \"vega-lite\"});\n", + "</script>" + ], + "text/plain": [ + "alt.LayerChart(...)" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://github.com/CSSEGISandData/COVID-19\">JHU CSSE</a>,\n", + " <a href=\"https://data.worldbank.org/indicator/SP.POP.TOTL\">World Bank</a>,\n", + " <a href=\"https://worldmap.harvard.edu/data/geonode:country_centroids_az8\">Harvard Worldmap</a>\n", + "</p>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "bars = alt.Chart(map_df).mark_bar().encode(\n", " x='Confirmed/100k:Q',\n", @@ -157,7 +322,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -170,9 +335,85 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-1d7be73bbbd94e659ac3d794b12670bc\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-1d7be73bbbd94e659ac3d794b12670bc\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-c9a44a9afd20624b83be24cae526b16b\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"facet\": {\"type\": \"nominal\", \"columns\": 1, \"field\": \"Geo Region\", \"sort\": [\"Europe\", \"Asia\"], \"title\": \"Geographic Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"temporal\", \"field\": \"Date\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"temporal\", \"field\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 200, \"title\": \"Countries with 2 or more cases per 100k\", \"width\": 300, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-c9a44a9afd20624b83be24cae526b16b\": [{\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.02260643874327642}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.02260643874327642}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.03390965811491463}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.03390965811491463}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.1017289743447439}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.15824507120293496}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.2034579486894878}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.23736760680440244}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.3277933617775081}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.4634319942371666}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.6216770654401016}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.8929543303594186}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.1755348146503741}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 1.4807217376846056}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 2.057185925638154}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 2.780591965423}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 3.4135722502347403}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 5.696822563305657}, {\"Country/Region\": \"Austria\", \"Longitude\": 14.1264761, \"Latitude\": 47.58549439, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 7.403608688423027}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.06371703519537872}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 1.4654918094937108}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 2.102662161447498}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 2.102662161447498}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 2.2938132670336344}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 2.6123984430105285}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 2.9947006541828003}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 3.1221347245735576}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 3.1221347245735576}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 3.313285830159694}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 3.50443693574583}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 3.823022111722724}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 5.415947991607192}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 5.415947991607192}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 6.053118343560978}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 7.00887387149166}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 12.424821863098854}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 12.424821863098854}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 12.042519651926579}, {\"Country/Region\": \"Bahrain\", \"Longitude\": 50.54196932, \"Latitude\": 26.04205135, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 13.380577391029535}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.008754982022519914}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.017509964045039832}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.07003985618015933}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.1138147662927589}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.20136458651795808}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.4377491011259957}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.9542930404546708}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 1.4795919618058655}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.7509964045039832}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 2.09244070338226}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 2.3375802000128174}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 2.749064355071253}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 2.749064355071253}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 4.894034950588631}, {\"Country/Region\": \"Belgium\", \"Longitude\": 4.64065114, \"Latitude\": 50.63981576, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 6.0321826135162215}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0393471814350233}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.04616831690277369}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.06605731189821429}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.10095280492270577}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.14898795890086378}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.2065727025338723}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.3955540557035463}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.4370552799178592}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.5845354088732202}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.7037975774198876}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.8537907562844199}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 1.1940577139862}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 1.415636914549123}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 1.7021964056206158}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 1.970231128790218}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 2.1961902163376963}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 2.4491466400522715}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 2.6432976958922403}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 2.8597789952108448}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 3.0410775958010525}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 3.1869780933849348}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 3.213760025274102}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 4.300546408851679}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 4.764599024936636}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 4.912150955317973}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 5.062933949868244}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 5.2008644891687545}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 5.328455623128675}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 5.357750604927015}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 5.390635658024168}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 5.424597732510967}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 5.528781601602608}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 5.530289431548112}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 5.5460139438369245}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 5.582848075362778}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 5.612430262865021}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 5.643592081738743}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 5.6671429494589765}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 5.6978739597768415}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 5.739231581139201}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 5.75387907203837}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 5.762854250285411}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 5.771829428532452}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 5.782671443854875}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 5.7936570620292525}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 5.799401176107358}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 5.803206651684103}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 5.805863304445228}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 5.807801942946588}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 5.810243191429782}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 5.8110330071155225}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 5.811966425653213}, {\"Country/Region\": \"China\", \"Longitude\": 103.81907349, \"Latitude\": 36.56176546, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 5.814264071284455}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.01724897480718234}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.01724897480718234}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.05174692442154701}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.06899589922872934}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.06899589922872934}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.10349384884309402}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.1897387228790057}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.1897387228790057}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.4139753953723761}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.4139753953723761}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.6382120678657464}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 1.586905682260775}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 4.553729349096137}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 7.658544814388955}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 10.6426174560315}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 13.868175744974597}, {\"Country/Region\": \"Denmark\", \"Longitude\": 10.02800992, \"Latitude\": 55.98125296, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 14.420142938804432}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.07570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.07570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.07570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.07570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.07570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.15141375018548184}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.15141375018548184}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.22712062527822274}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.7570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.7570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.7570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.7570687509274092}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 0.908482501112891}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 1.2113100014838547}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 1.2113100014838547}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 5.980843132326533}, {\"Country/Region\": \"Estonia\", \"Longitude\": 25.54248537, \"Latitude\": 58.67192972, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 8.706290635665205}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.018122343943965717}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.036244687887931434}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.036244687887931434}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.036244687887931434}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.054367031831897145}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.10873406366379428}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.10873406366379428}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.10873406366379428}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.10873406366379428}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.21746812732758855}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.2718351591594857}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.2718351591594857}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.4168139107112114}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.5436703183189714}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 0.7248937577586285}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 1.069218292693977}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 1.069218292693977}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 2.808963311314685}, {\"Country/Region\": \"Finland\", \"Longitude\": 26.2746656, \"Latitude\": 64.49884603, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 4.077527387392285}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.00298564305765438}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0044784645864815705}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0044784645864815705}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0044784645864815705}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.00597128611530876}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.00746410764413595}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.00746410764413595}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.00746410764413595}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.008956929172963141}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.01642103681709909}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.017913858345926282}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.020899501403580656}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.026870787518889414}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.05672721809543321}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.08509082714314982}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.14928215288271898}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.19406679874753469}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.2851289120059933}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.30453559188074675}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.4299326003022307}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.5672721809543322}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.9792909229106364}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 1.4211660954434846}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.6853955060458974}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 1.8092996929385536}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 2.667672072014188}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 3.4096043718413016}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 3.4096043718413016}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 5.474176546209304}, {\"Country/Region\": \"France\", \"Longitude\": -2.76172945, \"Latitude\": 42.17344011, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 6.687840449145809}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0012058664631678581}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0048234658526714325}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0048234658526714325}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0048234658526714325}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.00602933231583929}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.009646931705342865}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.01205866463167858}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.014470397558014297}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.014470397558014297}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.014470397558014297}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.014470397558014297}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.015676264021182152}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.015676264021182152}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.016882130484350014}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.016882130484350014}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.01929386341068573}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.020499729873853584}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.03255839450553217}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.055469857305721466}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.057881590232057176}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.09526345059026077}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.15676264021182154}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.19173276764368946}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.23634982678090016}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.3159370133499788}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.5812276352469076}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.8079305303224649}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.9634873040711186}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.2541011216945723}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 1.4180989606854009}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 1.7569474368355689}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 2.300793211724273}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 2.5057905104628087}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 4.431559252141878}, {\"Country/Region\": \"Germany\", \"Longitude\": 10.38578051, \"Latitude\": 51.10698181, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 5.528897733624627}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.009321690417712405}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.027965071253137214}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.03728676167084962}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.03728676167084962}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.06525183292398684}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.06525183292398684}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.06525183292398684}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.08389521375941165}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.2889724029490845}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.41947606879705823}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.4287977592147706}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.6804834004930056}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.6804834004930056}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 0.8296304471764041}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 0.9228473513535279}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 0.9228473513535279}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 1.771121179365357}, {\"Country/Region\": \"Greece\", \"Longitude\": 22.95555794, \"Latitude\": 39.07469623, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 2.1253454152384283}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.002444979734724344}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.006112449336810861}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.022004817612519097}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.03422971628614082}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0525670642965734}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.07457188190909249}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.11613653739940635}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.16992609156334193}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.2995100175037322}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.4743260685365228}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.724936491345768}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 1.1955950902802044}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 1.83495729091062}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 2.855736330158034}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 3.5721153924322673}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 4.29460690404331}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 5.803159400368232}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 7.118558497649927}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 8.026868469100023}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 8.754249940180514}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 9.831263513326588}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 11.002408806259547}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 12.316585413673884}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 13.892374852703725}, {\"Country/Region\": \"Iran\", \"Longitude\": 54.27407004, \"Latitude\": 32.57503292, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 15.561073521653087}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.02060366258947656}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.02060366258947656}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.02060366258947656}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.04120732517895311}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.12362197553685933}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.12362197553685933}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.37086592661057793}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.37086592661057793}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.39146958920005454}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.4326769143790077}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 0.7005245280422029}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 0.8859574913474919}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 0.8859574913474919}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 1.85432963305289}, {\"Country/Region\": \"Ireland\", \"Longitude\": -8.13793569, \"Latitude\": 53.17544870000001, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 2.657872474042476}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.011256444314369977}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.011256444314369977}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.011256444314369977}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.011256444314369977}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.011256444314369977}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.022512888628739958}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.03376933294310993}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.045025777257479915}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.07879511020058984}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.11256444314369976}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.11256444314369976}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.13507733177243972}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.16884666471554965}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.22512888628739952}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.4164884396316891}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.484027105517909}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.6866431031765686}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.6866431031765686}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 0.934284878092708}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 1.2269524302663275}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 1.4745942051824668}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 1.8122875346135665}, {\"Country/Region\": \"Israel\", \"Longitude\": 35.00444693, \"Latitude\": 31.46110101, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 2.1724937526734056}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.003309544164402401}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.004964316246603601}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.033095441644024004}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.10259586909647443}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.2564896727411861}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.3789428068240749}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.5328366104687865}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.7496117532371437}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 1.0838757138417865}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 1.4694376089946661}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 1.8665829087229542}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 2.803183907248833}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 3.369115959361644}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 4.140239749667403}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 5.111590961919508}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 6.384110693132231}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 7.6715233730847645}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 9.735024159589663}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 12.203944106233852}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 15.17756953794941}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 16.794281862259982}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 20.62176968839136}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 20.62176968839136}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 29.22327497167319}, {\"Country/Region\": \"Italy\", \"Longitude\": 12.07001339, \"Latitude\": 42.79662641, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 35.0100129431308}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0019366612610577552}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0019366612610577552}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0038733225221155103}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0038733225221155103}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.005809983783173264}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.007746645044231021}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.007746645044231021}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.007746645044231021}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.007746645044231021}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.021303273871635303}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.023239935132693058}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.029049918915866325}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.029049918915866325}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.030986580176924083}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.03679656396009734}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.044543209004328364}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.046479870265386115}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.046479870265386115}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.048416531526443866}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.05228985404855938}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.05422651530961714}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.05422651530961714}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.05422651530961714}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.05422651530961714}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.05422651530961714}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.056163176570674885}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.05809983783173265}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0600364990927904}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0600364990927904}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.20141277115000653}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.39507889725578205}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.8385743260380079}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 1.1658700791567684}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 1.6132388304611098}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 1.8921180520534264}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 2.4421298501938287}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 3.420143787027995}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 4.525977367091973}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 6.100482972331928}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 7.235366471311772}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 8.395426566685366}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 10.043525299845516}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 10.885972948405641}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 11.790393757319613}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 12.768407694153776}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 13.636031939107651}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 14.16474046337642}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 14.48235291018989}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 14.550136054326911}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 15.01880807950289}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 15.239587463263474}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 15.452620201979823}, {\"Country/Region\": \"Korea, South\", \"Longitude\": 127.83916086, \"Latitude\": 36.38523983, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 15.659842956913007}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.024170300067024243}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.2658733007372667}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.6284278017426302}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 1.0393229028820423}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 1.087663503016091}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 1.087663503016091}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 1.087663503016091}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 1.3535368037533575}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 1.3535368037533575}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 1.3535368037533575}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 1.401877403887406}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 1.401877403887406}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 1.4743883040884789}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.5468992042895515}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 1.5468992042895515}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 1.6677507046246731}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 1.7402616048257455}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 1.9336240053619396}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 1.9336240053619396}, {\"Country/Region\": \"Kuwait\", \"Longitude\": 47.58700459, \"Latitude\": 29.33431262, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 2.513711206970521}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.005803487977523322}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.005803487977523322}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.03482092786513994}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.05803487977523322}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.10446278359541984}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.13928371146055976}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.22053254314588627}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.4758860141569125}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.7428464611229854}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 1.0910557397743847}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.537924314043681}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 1.8629196407849868}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 2.216932407413909}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 2.919154452694232}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 2.919154452694232}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 4.666004333928752}, {\"Country/Region\": \"Netherlands\", \"Longitude\": 5.28144793, \"Latitude\": 52.1007899, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 5.565544970444868}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.018817026247493568}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.018817026247493568}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.11290215748496145}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.28225539371240355}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.3575234987023779}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.4704256561873393}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.6021448399197943}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 1.05375346985964}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 1.6370812835319408}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 2.0322388347293057}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 2.7661028583815552}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 3.3117966195588684}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 3.8574903807361824}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 7.526810498997428}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 11.252581696001155}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 13.209552425740487}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 18.741758142503603}, {\"Country/Region\": \"Norway\", \"Longitude\": 15.34834656, \"Latitude\": 68.75015572, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 20.510558609767997}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.03594953691604021}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.10784861074812063}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.10784861074812063}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.2516467584122815}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.2875962953283217}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.2875962953283217}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.2875962953283217}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.2875962953283217}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.5392430537406032}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.6470916644887239}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 0.8627888859849652}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 9.418778672002537}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 9.418778672002537}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 11.503851813132869}, {\"Country/Region\": \"Qatar\", \"Longitude\": 51.18479632, \"Latitude\": 25.30601188, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 12.114993940705553}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.017734659696708944}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.053203979090126835}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.053203979090126835}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.07093863878683578}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.08867329848354473}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.1241426178769626}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.1241426178769626}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.17734659696708946}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.2305505760572163}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.2837545551473431}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.319223874540761}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.319223874540761}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.4256318327210147}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.4965704715078504}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.4965704715078504}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.5320397909012683}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.5852437699913952}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.7093863878683577}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.7980596863519024}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.8335290057453204}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.8867329848354472}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 1.028610262409119}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 1.1882221996794993}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 1.276895498163044}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 1.330099477253171}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 1.3655687966465886}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 1.4365074354334244}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 1.4897114145235513}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 1.4897114145235513}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 1.5074460742202602}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 1.5074460742202602}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 1.578384713007096}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 1.578384713007096}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 1.6138540324005142}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 1.649323351793932}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 1.649323351793932}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 1.649323351793932}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 1.808935289064312}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 1.8798739278511483}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 1.9153432472445657}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 1.950812566637984}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 1.950812566637984}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 2.0749551845149465}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 2.3055057605721627}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 2.4473830381458344}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 2.6601989545063414}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 2.6601989545063414}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 2.837545551473431}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 3.156769426014192}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 3.156769426014192}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 3.5469319393417886}, {\"Country/Region\": \"Singapore\", \"Longitude\": 103.81725592, \"Latitude\": 1.35876087, \"Geo Region\": \"Asia\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 3.7597478557022965}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.09674117672097717}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.3385941185234201}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 0.3385941185234201}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 0.7739294137678173}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 0.7739294137678173}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 1.4994882391751458}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 2.7571235365478493}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 4.304982364083482}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 6.820252958828889}, {\"Country/Region\": \"Slovenia\", \"Longitude\": 14.80444238, \"Latitude\": 46.11554772, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 8.755076493248433}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.002140239217533679}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.004280478435067358}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.012841435305202072}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.027823109827937825}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.03210358826300518}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.06848765496107773}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.09631076478901554}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.17978009427282898}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.25682870610404146}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.353139470893057}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.4751331062924767}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.5543219573412228}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.8560956870134715}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 1.0701196087668394}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.4403809934001657}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 2.2964766804136367}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 3.6277054737195855}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 4.873324698324187}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 4.873324698324187}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 11.197731586136207}, {\"Country/Region\": \"Spain\", \"Longitude\": -3.64755047, \"Latitude\": 40.24448698, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 13.678268839257742}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.009820119952765223}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.019640239905530446}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.06874083966935657}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.06874083966935657}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.11784143943318268}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.13748167933871314}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.14730179929147835}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.20622251900806968}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 0.3437041983467828}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 0.923091275559931}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 0.9918321152292876}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 1.581039312395201}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 1.99348435041134}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 2.435389748285776}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 3.4861425832316537}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 4.9100599763826125}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 5.882251851706369}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 7.993577641550892}, {\"Country/Region\": \"Sweden\", \"Longitude\": 16.74558049, \"Latitude\": 62.77966519, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 9.437135274607376}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-25T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-26T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-27T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-28T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-29T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-30T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-01-31T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-01T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-02T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-03T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-04T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-05T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-06T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-07T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-08T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-09T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-10T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-11T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-12T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-13T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-14T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-15T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-16T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-17T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-18T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-19T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-20T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-21T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-22T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-23T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-24T00:00:00\", \"Confirmed/100k\": 0.0}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-25T00:00:00\", \"Confirmed/100k\": 0.011741853472706005}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-26T00:00:00\", \"Confirmed/100k\": 0.011741853472706005}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-27T00:00:00\", \"Confirmed/100k\": 0.09393482778164802}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-28T00:00:00\", \"Confirmed/100k\": 0.09393482778164802}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-02-29T00:00:00\", \"Confirmed/100k\": 0.21135336250870806}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-01T00:00:00\", \"Confirmed/100k\": 0.3170300437630621}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-02T00:00:00\", \"Confirmed/100k\": 0.4931578458536522}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-03T00:00:00\", \"Confirmed/100k\": 0.6575437944715362}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-04T00:00:00\", \"Confirmed/100k\": 1.0567668125435403}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-05T00:00:00\", \"Confirmed/100k\": 1.3385712958884843}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-06T00:00:00\", \"Confirmed/100k\": 2.5127566431590846}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-07T00:00:00\", \"Confirmed/100k\": 3.1468167306852086}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-08T00:00:00\", \"Confirmed/100k\": 3.957004620301923}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-09T00:00:00\", \"Confirmed/100k\": 4.391453198792045}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-10T00:00:00\", \"Confirmed/100k\": 5.7652500550986465}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-11T00:00:00\", \"Confirmed/100k\": 7.655688464204314}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-12T00:00:00\", \"Confirmed/100k\": 7.655688464204314}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-13T00:00:00\", \"Confirmed/100k\": 13.373971105412135}, {\"Country/Region\": \"Switzerland\", \"Longitude\": 8.20867471, \"Latitude\": 46.79785878, \"Geo Region\": \"Europe\", \"Date\": \"2020-03-14T00:00:00\", \"Confirmed/100k\": 15.957178869407455}]}}, {\"mode\": \"vega-lite\"});\n", + "</script>" + ], + "text/plain": [ + "alt.Chart(...)" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://github.com/CSSEGISandData/COVID-19\">JHU CSSE</a>,\n", + " <a href=\"https://data.worldbank.org/indicator/SP.POP.TOTL\">World Bank</a>,\n", + " <a href=\"https://worldmap.harvard.edu/data/geonode:country_centroids_az8\">Harvard Worldmap</a>\n", + "</p>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "base = alt.Chart(confirmed_rate_df).properties(\n", " width=300, height=200, title=\"Countries with 2 or more cases per 100k\")\n", @@ -195,7 +436,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -220,7 +461,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -266,9 +507,86 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-5d998df7d7ff4d4aa832f1c68f14520d\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-5d998df7d7ff4d4aa832f1c68f14520d\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"vconcat\": [{\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Italy\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Iran\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Iran'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Spain\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Spain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Korea, South\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Korea, South'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Germany\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Germany'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"France\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'France'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"US\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'US'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Switzerland\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Switzerland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"United Kingdom\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'United Kingdom'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Netherlands\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Netherlands'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Norway\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Norway'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"title\": \"Sweden\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Sweden'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}], \"data\": {\"name\": \"data-ef66dfabff5158b3827791a9e40a00d2\"}, \"title\": \"Growth of cases from case 100, compared to Italy\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-ef66dfabff5158b3827791a9e40a00d2\": [{\"Country/Region\": \"Austria\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 1.1755348146503741}, {\"Country/Region\": \"Austria\", \"Days\": 1, \"Confirmed\": 27, \"Confirmed/100k\": 1.4807217376846056}, {\"Country/Region\": \"Austria\", \"Days\": 2, \"Confirmed\": 78, \"Confirmed/100k\": 2.057185925638154}, {\"Country/Region\": \"Austria\", \"Days\": 3, \"Confirmed\": 142, \"Confirmed/100k\": 2.780591965423}, {\"Country/Region\": \"Austria\", \"Days\": 4, \"Confirmed\": 198, \"Confirmed/100k\": 3.4135722502347403}, {\"Country/Region\": \"Austria\", \"Days\": 5, \"Confirmed\": 400, \"Confirmed/100k\": 5.696822563305657}, {\"Country/Region\": \"Austria\", \"Days\": 6, \"Confirmed\": 551, \"Confirmed/100k\": 7.403608688423027}, {\"Country/Region\": \"Austria\", \"Days\": 7, \"Confirmed\": 756, \"Confirmed/100k\": null}, {\"Country/Region\": \"Austria\", \"Days\": 8, \"Confirmed\": 914, \"Confirmed/100k\": null}, {\"Country/Region\": \"Belgium\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.9542930404546708}, {\"Country/Region\": \"Belgium\", \"Days\": 1, \"Confirmed\": 60, \"Confirmed/100k\": 1.4795919618058655}, {\"Country/Region\": \"Belgium\", \"Days\": 2, \"Confirmed\": 91, \"Confirmed/100k\": 1.7509964045039832}, {\"Country/Region\": \"Belgium\", \"Days\": 3, \"Confirmed\": 130, \"Confirmed/100k\": 2.09244070338226}, {\"Country/Region\": \"Belgium\", \"Days\": 4, \"Confirmed\": 158, \"Confirmed/100k\": 2.3375802000128174}, {\"Country/Region\": \"Belgium\", \"Days\": 5, \"Confirmed\": 205, \"Confirmed/100k\": 2.749064355071253}, {\"Country/Region\": \"Belgium\", \"Days\": 6, \"Confirmed\": 205, \"Confirmed/100k\": 2.749064355071253}, {\"Country/Region\": \"Belgium\", \"Days\": 7, \"Confirmed\": 450, \"Confirmed/100k\": 4.894034950588631}, {\"Country/Region\": \"Belgium\", \"Days\": 8, \"Confirmed\": 580, \"Confirmed/100k\": 6.0321826135162215}, {\"Country/Region\": \"Belgium\", \"Days\": 9, \"Confirmed\": 777, \"Confirmed/100k\": null}, {\"Country/Region\": \"Belgium\", \"Days\": 10, \"Confirmed\": 949, \"Confirmed/100k\": null}, {\"Country/Region\": \"France\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.14928215288271898}, {\"Country/Region\": \"France\", \"Days\": 1, \"Confirmed\": 30, \"Confirmed/100k\": 0.19406679874753469}, {\"Country/Region\": \"France\", \"Days\": 2, \"Confirmed\": 91, \"Confirmed/100k\": 0.2851289120059933}, {\"Country/Region\": \"France\", \"Days\": 3, \"Confirmed\": 104, \"Confirmed/100k\": 0.30453559188074675}, {\"Country/Region\": \"France\", \"Days\": 4, \"Confirmed\": 188, \"Confirmed/100k\": 0.4299326003022307}, {\"Country/Region\": \"France\", \"Days\": 5, \"Confirmed\": 280, \"Confirmed/100k\": 0.5672721809543322}, {\"Country/Region\": \"France\", \"Days\": 6, \"Confirmed\": 556, \"Confirmed/100k\": 0.9792909229106364}, {\"Country/Region\": \"France\", \"Days\": 7, \"Confirmed\": 857, \"Confirmed/100k\": 1.4211660954434846}, {\"Country/Region\": \"France\", \"Days\": 8, \"Confirmed\": 1034, \"Confirmed/100k\": 1.6853955060458974}, {\"Country/Region\": \"France\", \"Days\": 9, \"Confirmed\": 1117, \"Confirmed/100k\": 1.8092996929385536}, {\"Country/Region\": \"France\", \"Days\": 10, \"Confirmed\": 1692, \"Confirmed/100k\": 2.667672072014188}, {\"Country/Region\": \"France\", \"Days\": 11, \"Confirmed\": 2189, \"Confirmed/100k\": 3.4096043718413016}, {\"Country/Region\": \"France\", \"Days\": 12, \"Confirmed\": 2189, \"Confirmed/100k\": 3.4096043718413016}, {\"Country/Region\": \"France\", \"Days\": 13, \"Confirmed\": 3572, \"Confirmed/100k\": 5.474176546209304}, {\"Country/Region\": \"France\", \"Days\": 14, \"Confirmed\": 4380, \"Confirmed/100k\": 6.687840449145809}, {\"Country/Region\": \"France\", \"Days\": 15, \"Confirmed\": 4413, \"Confirmed/100k\": null}, {\"Country/Region\": \"France\", \"Days\": 16, \"Confirmed\": 6550, \"Confirmed/100k\": null}, {\"Country/Region\": \"Germany\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.15676264021182154}, {\"Country/Region\": \"Germany\", \"Days\": 1, \"Confirmed\": 29, \"Confirmed/100k\": 0.19173276764368946}, {\"Country/Region\": \"Germany\", \"Days\": 2, \"Confirmed\": 66, \"Confirmed/100k\": 0.23634982678090016}, {\"Country/Region\": \"Germany\", \"Days\": 3, \"Confirmed\": 132, \"Confirmed/100k\": 0.3159370133499788}, {\"Country/Region\": \"Germany\", \"Days\": 4, \"Confirmed\": 352, \"Confirmed/100k\": 0.5812276352469076}, {\"Country/Region\": \"Germany\", \"Days\": 5, \"Confirmed\": 540, \"Confirmed/100k\": 0.8079305303224649}, {\"Country/Region\": \"Germany\", \"Days\": 6, \"Confirmed\": 669, \"Confirmed/100k\": 0.9634873040711186}, {\"Country/Region\": \"Germany\", \"Days\": 7, \"Confirmed\": 910, \"Confirmed/100k\": 1.2541011216945723}, {\"Country/Region\": \"Germany\", \"Days\": 8, \"Confirmed\": 1046, \"Confirmed/100k\": 1.4180989606854009}, {\"Country/Region\": \"Germany\", \"Days\": 9, \"Confirmed\": 1327, \"Confirmed/100k\": 1.7569474368355689}, {\"Country/Region\": \"Germany\", \"Days\": 10, \"Confirmed\": 1778, \"Confirmed/100k\": 2.300793211724273}, {\"Country/Region\": \"Germany\", \"Days\": 11, \"Confirmed\": 1948, \"Confirmed/100k\": 2.5057905104628087}, {\"Country/Region\": \"Germany\", \"Days\": 12, \"Confirmed\": 3545, \"Confirmed/100k\": 4.431559252141878}, {\"Country/Region\": \"Germany\", \"Days\": 13, \"Confirmed\": 4455, \"Confirmed/100k\": 5.528897733624627}, {\"Country/Region\": \"Germany\", \"Days\": 14, \"Confirmed\": 5665, \"Confirmed/100k\": null}, {\"Country/Region\": \"Germany\", \"Days\": 15, \"Confirmed\": 7142, \"Confirmed/100k\": null}, {\"Country/Region\": \"Iran\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.16992609156334193}, {\"Country/Region\": \"Iran\", \"Days\": 1, \"Confirmed\": 106, \"Confirmed/100k\": 0.2995100175037322}, {\"Country/Region\": \"Iran\", \"Days\": 2, \"Confirmed\": 249, \"Confirmed/100k\": 0.4743260685365228}, {\"Country/Region\": \"Iran\", \"Days\": 3, \"Confirmed\": 454, \"Confirmed/100k\": 0.724936491345768}, {\"Country/Region\": \"Iran\", \"Days\": 4, \"Confirmed\": 839, \"Confirmed/100k\": 1.1955950902802044}, {\"Country/Region\": \"Iran\", \"Days\": 5, \"Confirmed\": 1362, \"Confirmed/100k\": 1.83495729091062}, {\"Country/Region\": \"Iran\", \"Days\": 6, \"Confirmed\": 2197, \"Confirmed/100k\": 2.855736330158034}, {\"Country/Region\": \"Iran\", \"Days\": 7, \"Confirmed\": 2783, \"Confirmed/100k\": 3.5721153924322673}, {\"Country/Region\": \"Iran\", \"Days\": 8, \"Confirmed\": 3374, \"Confirmed/100k\": 4.29460690404331}, {\"Country/Region\": \"Iran\", \"Days\": 9, \"Confirmed\": 4608, \"Confirmed/100k\": 5.803159400368232}, {\"Country/Region\": \"Iran\", \"Days\": 10, \"Confirmed\": 5684, \"Confirmed/100k\": 7.118558497649927}, {\"Country/Region\": \"Iran\", \"Days\": 11, \"Confirmed\": 6427, \"Confirmed/100k\": 8.026868469100023}, {\"Country/Region\": \"Iran\", \"Days\": 12, \"Confirmed\": 7022, \"Confirmed/100k\": 8.754249940180514}, {\"Country/Region\": \"Iran\", \"Days\": 13, \"Confirmed\": 7903, \"Confirmed/100k\": 9.831263513326588}, {\"Country/Region\": \"Iran\", \"Days\": 14, \"Confirmed\": 8861, \"Confirmed/100k\": 11.002408806259547}, {\"Country/Region\": \"Iran\", \"Days\": 15, \"Confirmed\": 9936, \"Confirmed/100k\": 12.316585413673884}, {\"Country/Region\": \"Iran\", \"Days\": 16, \"Confirmed\": 11225, \"Confirmed/100k\": 13.892374852703725}, {\"Country/Region\": \"Iran\", \"Days\": 17, \"Confirmed\": 12590, \"Confirmed/100k\": 15.561073521653087}, {\"Country/Region\": \"Iran\", \"Days\": 18, \"Confirmed\": 13799, \"Confirmed/100k\": null}, {\"Country/Region\": \"Iran\", \"Days\": 19, \"Confirmed\": 14852, \"Confirmed/100k\": null}, {\"Country/Region\": \"Italy\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.2564896727411861}, {\"Country/Region\": \"Italy\", \"Days\": 1, \"Confirmed\": 74, \"Confirmed/100k\": 0.3789428068240749}, {\"Country/Region\": \"Italy\", \"Days\": 2, \"Confirmed\": 167, \"Confirmed/100k\": 0.5328366104687865}, {\"Country/Region\": \"Italy\", \"Days\": 3, \"Confirmed\": 298, \"Confirmed/100k\": 0.7496117532371437}, {\"Country/Region\": \"Italy\", \"Days\": 4, \"Confirmed\": 500, \"Confirmed/100k\": 1.0838757138417865}, {\"Country/Region\": \"Italy\", \"Days\": 5, \"Confirmed\": 733, \"Confirmed/100k\": 1.4694376089946661}, {\"Country/Region\": \"Italy\", \"Days\": 6, \"Confirmed\": 973, \"Confirmed/100k\": 1.8665829087229542}, {\"Country/Region\": \"Italy\", \"Days\": 7, \"Confirmed\": 1539, \"Confirmed/100k\": 2.803183907248833}, {\"Country/Region\": \"Italy\", \"Days\": 8, \"Confirmed\": 1881, \"Confirmed/100k\": 3.369115959361644}, {\"Country/Region\": \"Italy\", \"Days\": 9, \"Confirmed\": 2347, \"Confirmed/100k\": 4.140239749667403}, {\"Country/Region\": \"Italy\", \"Days\": 10, \"Confirmed\": 2934, \"Confirmed/100k\": 5.111590961919508}, {\"Country/Region\": \"Italy\", \"Days\": 11, \"Confirmed\": 3703, \"Confirmed/100k\": 6.384110693132231}, {\"Country/Region\": \"Italy\", \"Days\": 12, \"Confirmed\": 4481, \"Confirmed/100k\": 7.6715233730847645}, {\"Country/Region\": \"Italy\", \"Days\": 13, \"Confirmed\": 5728, \"Confirmed/100k\": 9.735024159589663}, {\"Country/Region\": \"Italy\", \"Days\": 14, \"Confirmed\": 7220, \"Confirmed/100k\": 12.203944106233852}, {\"Country/Region\": \"Italy\", \"Days\": 15, \"Confirmed\": 9017, \"Confirmed/100k\": 15.17756953794941}, {\"Country/Region\": \"Italy\", \"Days\": 16, \"Confirmed\": 9994, \"Confirmed/100k\": 16.794281862259982}, {\"Country/Region\": \"Italy\", \"Days\": 17, \"Confirmed\": 12307, \"Confirmed/100k\": 20.62176968839136}, {\"Country/Region\": \"Italy\", \"Days\": 18, \"Confirmed\": 12307, \"Confirmed/100k\": 20.62176968839136}, {\"Country/Region\": \"Italy\", \"Days\": 19, \"Confirmed\": 17505, \"Confirmed/100k\": 29.22327497167319}, {\"Country/Region\": \"Italy\", \"Days\": 20, \"Confirmed\": 21002, \"Confirmed/100k\": 35.0100129431308}, {\"Country/Region\": \"Italy\", \"Days\": 21, \"Confirmed\": 24592, \"Confirmed/100k\": null}, {\"Country/Region\": \"Italy\", \"Days\": 22, \"Confirmed\": 27825, \"Confirmed/100k\": null}, {\"Country/Region\": \"Korea, South\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.20141277115000653}, {\"Country/Region\": \"Korea, South\", \"Days\": 1, \"Confirmed\": 100, \"Confirmed/100k\": 0.39507889725578205}, {\"Country/Region\": \"Korea, South\", \"Days\": 2, \"Confirmed\": 329, \"Confirmed/100k\": 0.8385743260380079}, {\"Country/Region\": \"Korea, South\", \"Days\": 3, \"Confirmed\": 498, \"Confirmed/100k\": 1.1658700791567684}, {\"Country/Region\": \"Korea, South\", \"Days\": 4, \"Confirmed\": 729, \"Confirmed/100k\": 1.6132388304611098}, {\"Country/Region\": \"Korea, South\", \"Days\": 5, \"Confirmed\": 873, \"Confirmed/100k\": 1.8921180520534264}, {\"Country/Region\": \"Korea, South\", \"Days\": 6, \"Confirmed\": 1157, \"Confirmed/100k\": 2.4421298501938287}, {\"Country/Region\": \"Korea, South\", \"Days\": 7, \"Confirmed\": 1662, \"Confirmed/100k\": 3.420143787027995}, {\"Country/Region\": \"Korea, South\", \"Days\": 8, \"Confirmed\": 2233, \"Confirmed/100k\": 4.525977367091973}, {\"Country/Region\": \"Korea, South\", \"Days\": 9, \"Confirmed\": 3046, \"Confirmed/100k\": 6.100482972331928}, {\"Country/Region\": \"Korea, South\", \"Days\": 10, \"Confirmed\": 3632, \"Confirmed/100k\": 7.235366471311772}, {\"Country/Region\": \"Korea, South\", \"Days\": 11, \"Confirmed\": 4231, \"Confirmed/100k\": 8.395426566685366}, {\"Country/Region\": \"Korea, South\", \"Days\": 12, \"Confirmed\": 5082, \"Confirmed/100k\": 10.043525299845516}, {\"Country/Region\": \"Korea, South\", \"Days\": 13, \"Confirmed\": 5517, \"Confirmed/100k\": 10.885972948405641}, {\"Country/Region\": \"Korea, South\", \"Days\": 14, \"Confirmed\": 5984, \"Confirmed/100k\": 11.790393757319613}, {\"Country/Region\": \"Korea, South\", \"Days\": 15, \"Confirmed\": 6489, \"Confirmed/100k\": 12.768407694153776}, {\"Country/Region\": \"Korea, South\", \"Days\": 16, \"Confirmed\": 6937, \"Confirmed/100k\": 13.636031939107651}, {\"Country/Region\": \"Korea, South\", \"Days\": 17, \"Confirmed\": 7210, \"Confirmed/100k\": 14.16474046337642}, {\"Country/Region\": \"Korea, South\", \"Days\": 18, \"Confirmed\": 7374, \"Confirmed/100k\": 14.48235291018989}, {\"Country/Region\": \"Korea, South\", \"Days\": 19, \"Confirmed\": 7409, \"Confirmed/100k\": 14.550136054326911}, {\"Country/Region\": \"Korea, South\", \"Days\": 20, \"Confirmed\": 7651, \"Confirmed/100k\": 15.01880807950289}, {\"Country/Region\": \"Korea, South\", \"Days\": 21, \"Confirmed\": 7765, \"Confirmed/100k\": 15.239587463263474}, {\"Country/Region\": \"Korea, South\", \"Days\": 22, \"Confirmed\": 7875, \"Confirmed/100k\": 15.452620201979823}, {\"Country/Region\": \"Korea, South\", \"Days\": 23, \"Confirmed\": 7982, \"Confirmed/100k\": 15.659842956913007}, {\"Country/Region\": \"Korea, South\", \"Days\": 24, \"Confirmed\": 8058, \"Confirmed/100k\": null}, {\"Country/Region\": \"Korea, South\", \"Days\": 25, \"Confirmed\": 8132, \"Confirmed/100k\": null}, {\"Country/Region\": \"Netherlands\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.7428464611229854}, {\"Country/Region\": \"Netherlands\", \"Days\": 1, \"Confirmed\": 60, \"Confirmed/100k\": 1.0910557397743847}, {\"Country/Region\": \"Netherlands\", \"Days\": 2, \"Confirmed\": 137, \"Confirmed/100k\": 1.537924314043681}, {\"Country/Region\": \"Netherlands\", \"Days\": 3, \"Confirmed\": 193, \"Confirmed/100k\": 1.8629196407849868}, {\"Country/Region\": \"Netherlands\", \"Days\": 4, \"Confirmed\": 254, \"Confirmed/100k\": 2.216932407413909}, {\"Country/Region\": \"Netherlands\", \"Days\": 5, \"Confirmed\": 375, \"Confirmed/100k\": 2.919154452694232}, {\"Country/Region\": \"Netherlands\", \"Days\": 6, \"Confirmed\": 375, \"Confirmed/100k\": 2.919154452694232}, {\"Country/Region\": \"Netherlands\", \"Days\": 7, \"Confirmed\": 676, \"Confirmed/100k\": 4.666004333928752}, {\"Country/Region\": \"Netherlands\", \"Days\": 8, \"Confirmed\": 832, \"Confirmed/100k\": 5.565544970444868}, {\"Country/Region\": \"Netherlands\", \"Days\": 9, \"Confirmed\": 1008, \"Confirmed/100k\": null}, {\"Country/Region\": \"Netherlands\", \"Days\": 10, \"Confirmed\": 1286, \"Confirmed/100k\": null}, {\"Country/Region\": \"Norway\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 2.0322388347293057}, {\"Country/Region\": \"Norway\", \"Days\": 1, \"Confirmed\": 39, \"Confirmed/100k\": 2.7661028583815552}, {\"Country/Region\": \"Norway\", \"Days\": 2, \"Confirmed\": 68, \"Confirmed/100k\": 3.3117966195588684}, {\"Country/Region\": \"Norway\", \"Days\": 3, \"Confirmed\": 97, \"Confirmed/100k\": 3.8574903807361824}, {\"Country/Region\": \"Norway\", \"Days\": 4, \"Confirmed\": 292, \"Confirmed/100k\": 7.526810498997428}, {\"Country/Region\": \"Norway\", \"Days\": 5, \"Confirmed\": 490, \"Confirmed/100k\": 11.252581696001155}, {\"Country/Region\": \"Norway\", \"Days\": 6, \"Confirmed\": 594, \"Confirmed/100k\": 13.209552425740487}, {\"Country/Region\": \"Norway\", \"Days\": 7, \"Confirmed\": 888, \"Confirmed/100k\": 18.741758142503603}, {\"Country/Region\": \"Norway\", \"Days\": 8, \"Confirmed\": 982, \"Confirmed/100k\": 20.510558609767997}, {\"Country/Region\": \"Norway\", \"Days\": 9, \"Confirmed\": 1113, \"Confirmed/100k\": null}, {\"Country/Region\": \"Norway\", \"Days\": 10, \"Confirmed\": 1225, \"Confirmed/100k\": null}, {\"Country/Region\": \"Spain\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.25682870610404146}, {\"Country/Region\": \"Spain\", \"Days\": 1, \"Confirmed\": 45, \"Confirmed/100k\": 0.353139470893057}, {\"Country/Region\": \"Spain\", \"Days\": 2, \"Confirmed\": 102, \"Confirmed/100k\": 0.4751331062924767}, {\"Country/Region\": \"Spain\", \"Days\": 3, \"Confirmed\": 139, \"Confirmed/100k\": 0.5543219573412228}, {\"Country/Region\": \"Spain\", \"Days\": 4, \"Confirmed\": 280, \"Confirmed/100k\": 0.8560956870134715}, {\"Country/Region\": \"Spain\", \"Days\": 5, \"Confirmed\": 380, \"Confirmed/100k\": 1.0701196087668394}, {\"Country/Region\": \"Spain\", \"Days\": 6, \"Confirmed\": 553, \"Confirmed/100k\": 1.4403809934001657}, {\"Country/Region\": \"Spain\", \"Days\": 7, \"Confirmed\": 953, \"Confirmed/100k\": 2.2964766804136367}, {\"Country/Region\": \"Spain\", \"Days\": 8, \"Confirmed\": 1575, \"Confirmed/100k\": 3.6277054737195855}, {\"Country/Region\": \"Spain\", \"Days\": 9, \"Confirmed\": 2157, \"Confirmed/100k\": 4.873324698324187}, {\"Country/Region\": \"Spain\", \"Days\": 10, \"Confirmed\": 2157, \"Confirmed/100k\": 4.873324698324187}, {\"Country/Region\": \"Spain\", \"Days\": 11, \"Confirmed\": 5112, \"Confirmed/100k\": 11.197731586136207}, {\"Country/Region\": \"Spain\", \"Days\": 12, \"Confirmed\": 6271, \"Confirmed/100k\": 13.678268839257742}, {\"Country/Region\": \"Spain\", \"Days\": 13, \"Confirmed\": 7678, \"Confirmed/100k\": null}, {\"Country/Region\": \"Spain\", \"Days\": 14, \"Confirmed\": 9822, \"Confirmed/100k\": null}, {\"Country/Region\": \"Sweden\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.9918321152292876}, {\"Country/Region\": \"Sweden\", \"Days\": 1, \"Confirmed\": 60, \"Confirmed/100k\": 1.581039312395201}, {\"Country/Region\": \"Sweden\", \"Days\": 2, \"Confirmed\": 102, \"Confirmed/100k\": 1.99348435041134}, {\"Country/Region\": \"Sweden\", \"Days\": 3, \"Confirmed\": 147, \"Confirmed/100k\": 2.435389748285776}, {\"Country/Region\": \"Sweden\", \"Days\": 4, \"Confirmed\": 254, \"Confirmed/100k\": 3.4861425832316537}, {\"Country/Region\": \"Sweden\", \"Days\": 5, \"Confirmed\": 399, \"Confirmed/100k\": 4.9100599763826125}, {\"Country/Region\": \"Sweden\", \"Days\": 6, \"Confirmed\": 498, \"Confirmed/100k\": 5.882251851706369}, {\"Country/Region\": \"Sweden\", \"Days\": 7, \"Confirmed\": 713, \"Confirmed/100k\": 7.993577641550892}, {\"Country/Region\": \"Sweden\", \"Days\": 8, \"Confirmed\": 860, \"Confirmed/100k\": 9.437135274607376}, {\"Country/Region\": \"Sweden\", \"Days\": 9, \"Confirmed\": 921, \"Confirmed/100k\": null}, {\"Country/Region\": \"Sweden\", \"Days\": 10, \"Confirmed\": 1002, \"Confirmed/100k\": null}, {\"Country/Region\": \"Switzerland\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 1.3385712958884843}, {\"Country/Region\": \"Switzerland\", \"Days\": 1, \"Confirmed\": 100, \"Confirmed/100k\": 2.5127566431590846}, {\"Country/Region\": \"Switzerland\", \"Days\": 2, \"Confirmed\": 154, \"Confirmed/100k\": 3.1468167306852086}, {\"Country/Region\": \"Switzerland\", \"Days\": 3, \"Confirmed\": 223, \"Confirmed/100k\": 3.957004620301923}, {\"Country/Region\": \"Switzerland\", \"Days\": 4, \"Confirmed\": 260, \"Confirmed/100k\": 4.391453198792045}, {\"Country/Region\": \"Switzerland\", \"Days\": 5, \"Confirmed\": 377, \"Confirmed/100k\": 5.7652500550986465}, {\"Country/Region\": \"Switzerland\", \"Days\": 6, \"Confirmed\": 538, \"Confirmed/100k\": 7.655688464204314}, {\"Country/Region\": \"Switzerland\", \"Days\": 7, \"Confirmed\": 538, \"Confirmed/100k\": 7.655688464204314}, {\"Country/Region\": \"Switzerland\", \"Days\": 8, \"Confirmed\": 1025, \"Confirmed/100k\": 13.373971105412135}, {\"Country/Region\": \"Switzerland\", \"Days\": 9, \"Confirmed\": 1245, \"Confirmed/100k\": 15.957178869407455}, {\"Country/Region\": \"Switzerland\", \"Days\": 10, \"Confirmed\": 2086, \"Confirmed/100k\": null}, {\"Country/Region\": \"Switzerland\", \"Days\": 11, \"Confirmed\": 2086, \"Confirmed/100k\": null}, {\"Country/Region\": \"US\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.03606715942271932}, {\"Country/Region\": \"US\", \"Days\": 1, \"Confirmed\": 31, \"Confirmed/100k\": 0.04554243011851846}, {\"Country/Region\": \"US\", \"Days\": 2, \"Confirmed\": 99, \"Confirmed/100k\": 0.06632689487059401}, {\"Country/Region\": \"US\", \"Days\": 3, \"Confirmed\": 144, \"Confirmed/100k\": 0.0800813200741734}, {\"Country/Region\": \"US\", \"Days\": 4, \"Confirmed\": 284, \"Confirmed/100k\": 0.122872865151976}, {\"Country/Region\": \"US\", \"Days\": 5, \"Confirmed\": 400, \"Confirmed/100k\": 0.15832871678786953}, {\"Country/Region\": \"US\", \"Days\": 6, \"Confirmed\": 465, \"Confirmed/100k\": 0.17819621985970646}, {\"Country/Region\": \"US\", \"Days\": 7, \"Confirmed\": 841, \"Confirmed/100k\": 0.2931220837829477}, {\"Country/Region\": \"US\", \"Days\": 8, \"Confirmed\": 1163, \"Confirmed/100k\": 0.3915426374618936}, {\"Country/Region\": \"US\", \"Days\": 9, \"Confirmed\": 1545, \"Confirmed/100k\": 0.508302424745612}, {\"Country/Region\": \"US\", \"Days\": 10, \"Confirmed\": 2061, \"Confirmed/100k\": 0.6660198337466559}, {\"Country/Region\": \"US\", \"Days\": 11, \"Confirmed\": 2609, \"Confirmed/100k\": 0.8335181673369116}, {\"Country/Region\": \"US\", \"Days\": 12, \"Confirmed\": 3381, \"Confirmed/100k\": null}, {\"Country/Region\": \"US\", \"Days\": 13, \"Confirmed\": 4514, \"Confirmed/100k\": null}, {\"Country/Region\": \"United Kingdom\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.17446497270503022}, {\"Country/Region\": \"United Kingdom\", \"Days\": 1, \"Confirmed\": 48, \"Confirmed/100k\": 0.2466573752036634}, {\"Country/Region\": \"United Kingdom\", \"Days\": 2, \"Confirmed\": 91, \"Confirmed/100k\": 0.3113297357753557}, {\"Country/Region\": \"United Kingdom\", \"Days\": 3, \"Confirmed\": 158, \"Confirmed/100k\": 0.4120982975963645}, {\"Country/Region\": \"United Kingdom\", \"Days\": 4, \"Confirmed\": 206, \"Confirmed/100k\": 0.4842907000949977}, {\"Country/Region\": \"United Kingdom\", \"Days\": 5, \"Confirmed\": 268, \"Confirmed/100k\": 0.5775392199890655}, {\"Country/Region\": \"United Kingdom\", \"Days\": 6, \"Confirmed\": 343, \"Confirmed/100k\": 0.6903398488931799}, {\"Country/Region\": \"United Kingdom\", \"Days\": 7, \"Confirmed\": 343, \"Confirmed/100k\": 0.6903398488931799}, {\"Country/Region\": \"United Kingdom\", \"Days\": 8, \"Confirmed\": 686, \"Confirmed/100k\": 1.2047107166959414}, {\"Country/Region\": \"United Kingdom\", \"Days\": 9, \"Confirmed\": 1028, \"Confirmed/100k\": 1.719081584498703}, {\"Country/Region\": \"United Kingdom\", \"Days\": 10, \"Confirmed\": 1029, \"Confirmed/100k\": null}, {\"Country/Region\": \"United Kingdom\", \"Days\": 11, \"Confirmed\": 1435, \"Confirmed/100k\": null}]}}, {\"mode\": \"vega-lite\"});\n", + "</script>" + ], + "text/plain": [ + "alt.VConcatChart(...)" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://github.com/CSSEGISandData/COVID-19\">JHU CSSE</a>,\n", + " <a href=\"https://data.worldbank.org/indicator/SP.POP.TOTL\">World Bank</a>,\n", + " <a href=\"https://worldmap.harvard.edu/data/geonode:country_centroids_az8\">Harvard Worldmap</a>\n", + "</p>\n", + "<p style=\"font-size: smaller\">Inspired by <a href=\"https://covid19dashboards.com/growth-analysis/\">Thomas Wiecki</a>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "sort_order = growth_in_value_df.groupby(\n", " 'Country/Region').max().sort_values(\n", @@ -292,9 +610,85 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-a6794d857f744460aa3fd7ba81b4e113\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-a6794d857f744460aa3fd7ba81b4e113\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"vconcat\": [{\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"China\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'China'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Italy\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Iran\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Iran'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Spain\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Spain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Korea, South\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Korea, South'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Germany\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Germany'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"France\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'France'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"US\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'US'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Switzerland\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Switzerland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"United Kingdom\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'United Kingdom'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Netherlands\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Netherlands'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"Country/Region\"}, {\"type\": \"quantitative\", \"field\": \"Days\"}, {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"title\": \"Norway\", \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Norway'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"Country/Region\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"Confirmed/100k\"}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['Country/Region'] == 'Italy'\"}, {\"filter\": \"datum['Days'] == 21\"}], \"width\": 250}]}]}]}], \"data\": {\"name\": \"data-c3a616907d0ee70712963e457defb9c2\"}, \"title\": \"Growth of cases/100k from case 100, compared to Italy\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-c3a616907d0ee70712963e457defb9c2\": [{\"Country/Region\": \"Austria\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 1.1755348146503741}, {\"Country/Region\": \"Austria\", \"Days\": 1, \"Confirmed\": 27, \"Confirmed/100k\": 1.4807217376846056}, {\"Country/Region\": \"Austria\", \"Days\": 2, \"Confirmed\": 78, \"Confirmed/100k\": 2.057185925638154}, {\"Country/Region\": \"Austria\", \"Days\": 3, \"Confirmed\": 142, \"Confirmed/100k\": 2.780591965423}, {\"Country/Region\": \"Austria\", \"Days\": 4, \"Confirmed\": 198, \"Confirmed/100k\": 3.4135722502347403}, {\"Country/Region\": \"Austria\", \"Days\": 5, \"Confirmed\": 400, \"Confirmed/100k\": 5.696822563305657}, {\"Country/Region\": \"Austria\", \"Days\": 6, \"Confirmed\": 551, \"Confirmed/100k\": 7.403608688423027}, {\"Country/Region\": \"Austria\", \"Days\": 7, \"Confirmed\": 756, \"Confirmed/100k\": null}, {\"Country/Region\": \"Austria\", \"Days\": 8, \"Confirmed\": 914, \"Confirmed/100k\": null}, {\"Country/Region\": \"Belgium\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.9542930404546708}, {\"Country/Region\": \"Belgium\", \"Days\": 1, \"Confirmed\": 60, \"Confirmed/100k\": 1.4795919618058655}, {\"Country/Region\": \"Belgium\", \"Days\": 2, \"Confirmed\": 91, \"Confirmed/100k\": 1.7509964045039832}, {\"Country/Region\": \"Belgium\", \"Days\": 3, \"Confirmed\": 130, \"Confirmed/100k\": 2.09244070338226}, {\"Country/Region\": \"Belgium\", \"Days\": 4, \"Confirmed\": 158, \"Confirmed/100k\": 2.3375802000128174}, {\"Country/Region\": \"Belgium\", \"Days\": 5, \"Confirmed\": 205, \"Confirmed/100k\": 2.749064355071253}, {\"Country/Region\": \"Belgium\", \"Days\": 6, \"Confirmed\": 205, \"Confirmed/100k\": 2.749064355071253}, {\"Country/Region\": \"Belgium\", \"Days\": 7, \"Confirmed\": 450, \"Confirmed/100k\": 4.894034950588631}, {\"Country/Region\": \"Belgium\", \"Days\": 8, \"Confirmed\": 580, \"Confirmed/100k\": 6.0321826135162215}, {\"Country/Region\": \"Belgium\", \"Days\": 9, \"Confirmed\": 777, \"Confirmed/100k\": null}, {\"Country/Region\": \"Belgium\", \"Days\": 10, \"Confirmed\": 949, \"Confirmed/100k\": null}, {\"Country/Region\": \"China\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.0393471814350233}, {\"Country/Region\": \"China\", \"Days\": 1, \"Confirmed\": 95, \"Confirmed/100k\": 0.04616831690277369}, {\"Country/Region\": \"China\", \"Days\": 2, \"Confirmed\": 372, \"Confirmed/100k\": 0.06605731189821429}, {\"Country/Region\": \"China\", \"Days\": 3, \"Confirmed\": 858, \"Confirmed/100k\": 0.10095280492270577}, {\"Country/Region\": \"China\", \"Days\": 4, \"Confirmed\": 1527, \"Confirmed/100k\": 0.14898795890086378}, {\"Country/Region\": \"China\", \"Days\": 5, \"Confirmed\": 2329, \"Confirmed/100k\": 0.2065727025338723}, {\"Country/Region\": \"China\", \"Days\": 6, \"Confirmed\": 4961, \"Confirmed/100k\": 0.3955540557035463}, {\"Country/Region\": \"China\", \"Days\": 7, \"Confirmed\": 5539, \"Confirmed/100k\": 0.4370552799178592}, {\"Country/Region\": \"China\", \"Days\": 8, \"Confirmed\": 7593, \"Confirmed/100k\": 0.5845354088732202}, {\"Country/Region\": \"China\", \"Days\": 9, \"Confirmed\": 9254, \"Confirmed/100k\": 0.7037975774198876}, {\"Country/Region\": \"China\", \"Days\": 10, \"Confirmed\": 11343, \"Confirmed/100k\": 0.8537907562844199}, {\"Country/Region\": \"China\", \"Days\": 11, \"Confirmed\": 16082, \"Confirmed/100k\": 1.1940577139862}, {\"Country/Region\": \"China\", \"Days\": 12, \"Confirmed\": 19168, \"Confirmed/100k\": 1.415636914549123}, {\"Country/Region\": \"China\", \"Days\": 13, \"Confirmed\": 23159, \"Confirmed/100k\": 1.7021964056206158}, {\"Country/Region\": \"China\", \"Days\": 14, \"Confirmed\": 26892, \"Confirmed/100k\": 1.970231128790218}, {\"Country/Region\": \"China\", \"Days\": 15, \"Confirmed\": 30039, \"Confirmed/100k\": 2.1961902163376963}, {\"Country/Region\": \"China\", \"Days\": 16, \"Confirmed\": 33562, \"Confirmed/100k\": 2.4491466400522715}, {\"Country/Region\": \"China\", \"Days\": 17, \"Confirmed\": 36266, \"Confirmed/100k\": 2.6432976958922403}, {\"Country/Region\": \"China\", \"Days\": 18, \"Confirmed\": 39281, \"Confirmed/100k\": 2.8597789952108448}, {\"Country/Region\": \"China\", \"Days\": 19, \"Confirmed\": 41806, \"Confirmed/100k\": 3.0410775958010525}, {\"Country/Region\": \"China\", \"Days\": 20, \"Confirmed\": 43838, \"Confirmed/100k\": 3.1869780933849348}, {\"Country/Region\": \"China\", \"Days\": 21, \"Confirmed\": 44211, \"Confirmed/100k\": 3.213760025274102}, {\"Country/Region\": \"China\", \"Days\": 22, \"Confirmed\": 59347, \"Confirmed/100k\": 4.300546408851679}, {\"Country/Region\": \"China\", \"Days\": 23, \"Confirmed\": 65810, \"Confirmed/100k\": 4.764599024936636}, {\"Country/Region\": \"China\", \"Days\": 24, \"Confirmed\": 67865, \"Confirmed/100k\": 4.912150955317973}, {\"Country/Region\": \"China\", \"Days\": 25, \"Confirmed\": 69965, \"Confirmed/100k\": 5.062933949868244}, {\"Country/Region\": \"China\", \"Days\": 26, \"Confirmed\": 71886, \"Confirmed/100k\": 5.2008644891687545}, {\"Country/Region\": \"China\", \"Days\": 27, \"Confirmed\": 73663, \"Confirmed/100k\": 5.328455623128675}, {\"Country/Region\": \"China\", \"Days\": 28, \"Confirmed\": 74071, \"Confirmed/100k\": 5.357750604927015}, {\"Country/Region\": \"China\", \"Days\": 29, \"Confirmed\": 74529, \"Confirmed/100k\": 5.390635658024168}, {\"Country/Region\": \"China\", \"Days\": 30, \"Confirmed\": 75002, \"Confirmed/100k\": 5.424597732510967}, {\"Country/Region\": \"China\", \"Days\": 31, \"Confirmed\": 76453, \"Confirmed/100k\": 5.528781601602608}, {\"Country/Region\": \"China\", \"Days\": 32, \"Confirmed\": 76474, \"Confirmed/100k\": 5.530289431548112}, {\"Country/Region\": \"China\", \"Days\": 33, \"Confirmed\": 76693, \"Confirmed/100k\": 5.5460139438369245}, {\"Country/Region\": \"China\", \"Days\": 34, \"Confirmed\": 77206, \"Confirmed/100k\": 5.582848075362778}, {\"Country/Region\": \"China\", \"Days\": 35, \"Confirmed\": 77618, \"Confirmed/100k\": 5.612430262865021}, {\"Country/Region\": \"China\", \"Days\": 36, \"Confirmed\": 78052, \"Confirmed/100k\": 5.643592081738743}, {\"Country/Region\": \"China\", \"Days\": 37, \"Confirmed\": 78380, \"Confirmed/100k\": 5.6671429494589765}, {\"Country/Region\": \"China\", \"Days\": 38, \"Confirmed\": 78808, \"Confirmed/100k\": 5.6978739597768415}, {\"Country/Region\": \"China\", \"Days\": 39, \"Confirmed\": 79384, \"Confirmed/100k\": 5.739231581139201}, {\"Country/Region\": \"China\", \"Days\": 40, \"Confirmed\": 79588, \"Confirmed/100k\": 5.75387907203837}, {\"Country/Region\": \"China\", \"Days\": 41, \"Confirmed\": 79713, \"Confirmed/100k\": 5.762854250285411}, {\"Country/Region\": \"China\", \"Days\": 42, \"Confirmed\": 79838, \"Confirmed/100k\": 5.771829428532452}, {\"Country/Region\": \"China\", \"Days\": 43, \"Confirmed\": 79989, \"Confirmed/100k\": 5.782671443854875}, {\"Country/Region\": \"China\", \"Days\": 44, \"Confirmed\": 80142, \"Confirmed/100k\": 5.7936570620292525}, {\"Country/Region\": \"China\", \"Days\": 45, \"Confirmed\": 80222, \"Confirmed/100k\": 5.799401176107358}, {\"Country/Region\": \"China\", \"Days\": 46, \"Confirmed\": 80275, \"Confirmed/100k\": 5.803206651684103}, {\"Country/Region\": \"China\", \"Days\": 47, \"Confirmed\": 80312, \"Confirmed/100k\": 5.805863304445228}, {\"Country/Region\": \"China\", \"Days\": 48, \"Confirmed\": 80339, \"Confirmed/100k\": 5.807801942946588}, {\"Country/Region\": \"China\", \"Days\": 49, \"Confirmed\": 80373, \"Confirmed/100k\": 5.810243191429782}, {\"Country/Region\": \"China\", \"Days\": 50, \"Confirmed\": 80384, \"Confirmed/100k\": 5.8110330071155225}, {\"Country/Region\": \"China\", \"Days\": 51, \"Confirmed\": 80397, \"Confirmed/100k\": 5.811966425653213}, {\"Country/Region\": \"China\", \"Days\": 52, \"Confirmed\": 80429, \"Confirmed/100k\": 5.814264071284455}, {\"Country/Region\": \"China\", \"Days\": 53, \"Confirmed\": 80455, \"Confirmed/100k\": null}, {\"Country/Region\": \"China\", \"Days\": 54, \"Confirmed\": 80485, \"Confirmed/100k\": null}, {\"Country/Region\": \"France\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.14928215288271898}, {\"Country/Region\": \"France\", \"Days\": 1, \"Confirmed\": 30, \"Confirmed/100k\": 0.19406679874753469}, {\"Country/Region\": \"France\", \"Days\": 2, \"Confirmed\": 91, \"Confirmed/100k\": 0.2851289120059933}, {\"Country/Region\": \"France\", \"Days\": 3, \"Confirmed\": 104, \"Confirmed/100k\": 0.30453559188074675}, {\"Country/Region\": \"France\", \"Days\": 4, \"Confirmed\": 188, \"Confirmed/100k\": 0.4299326003022307}, {\"Country/Region\": \"France\", \"Days\": 5, \"Confirmed\": 280, \"Confirmed/100k\": 0.5672721809543322}, {\"Country/Region\": \"France\", \"Days\": 6, \"Confirmed\": 556, \"Confirmed/100k\": 0.9792909229106364}, {\"Country/Region\": \"France\", \"Days\": 7, \"Confirmed\": 857, \"Confirmed/100k\": 1.4211660954434846}, {\"Country/Region\": \"France\", \"Days\": 8, \"Confirmed\": 1034, \"Confirmed/100k\": 1.6853955060458974}, {\"Country/Region\": \"France\", \"Days\": 9, \"Confirmed\": 1117, \"Confirmed/100k\": 1.8092996929385536}, {\"Country/Region\": \"France\", \"Days\": 10, \"Confirmed\": 1692, \"Confirmed/100k\": 2.667672072014188}, {\"Country/Region\": \"France\", \"Days\": 11, \"Confirmed\": 2189, \"Confirmed/100k\": 3.4096043718413016}, {\"Country/Region\": \"France\", \"Days\": 12, \"Confirmed\": 2189, \"Confirmed/100k\": 3.4096043718413016}, {\"Country/Region\": \"France\", \"Days\": 13, \"Confirmed\": 3572, \"Confirmed/100k\": 5.474176546209304}, {\"Country/Region\": \"France\", \"Days\": 14, \"Confirmed\": 4380, \"Confirmed/100k\": 6.687840449145809}, {\"Country/Region\": \"France\", \"Days\": 15, \"Confirmed\": 4413, \"Confirmed/100k\": null}, {\"Country/Region\": \"France\", \"Days\": 16, \"Confirmed\": 6550, \"Confirmed/100k\": null}, {\"Country/Region\": \"Germany\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.15676264021182154}, {\"Country/Region\": \"Germany\", \"Days\": 1, \"Confirmed\": 29, \"Confirmed/100k\": 0.19173276764368946}, {\"Country/Region\": \"Germany\", \"Days\": 2, \"Confirmed\": 66, \"Confirmed/100k\": 0.23634982678090016}, {\"Country/Region\": \"Germany\", \"Days\": 3, \"Confirmed\": 132, \"Confirmed/100k\": 0.3159370133499788}, {\"Country/Region\": \"Germany\", \"Days\": 4, \"Confirmed\": 352, \"Confirmed/100k\": 0.5812276352469076}, {\"Country/Region\": \"Germany\", \"Days\": 5, \"Confirmed\": 540, \"Confirmed/100k\": 0.8079305303224649}, {\"Country/Region\": \"Germany\", \"Days\": 6, \"Confirmed\": 669, \"Confirmed/100k\": 0.9634873040711186}, {\"Country/Region\": \"Germany\", \"Days\": 7, \"Confirmed\": 910, \"Confirmed/100k\": 1.2541011216945723}, {\"Country/Region\": \"Germany\", \"Days\": 8, \"Confirmed\": 1046, \"Confirmed/100k\": 1.4180989606854009}, {\"Country/Region\": \"Germany\", \"Days\": 9, \"Confirmed\": 1327, \"Confirmed/100k\": 1.7569474368355689}, {\"Country/Region\": \"Germany\", \"Days\": 10, \"Confirmed\": 1778, \"Confirmed/100k\": 2.300793211724273}, {\"Country/Region\": \"Germany\", \"Days\": 11, \"Confirmed\": 1948, \"Confirmed/100k\": 2.5057905104628087}, {\"Country/Region\": \"Germany\", \"Days\": 12, \"Confirmed\": 3545, \"Confirmed/100k\": 4.431559252141878}, {\"Country/Region\": \"Germany\", \"Days\": 13, \"Confirmed\": 4455, \"Confirmed/100k\": 5.528897733624627}, {\"Country/Region\": \"Germany\", \"Days\": 14, \"Confirmed\": 5665, \"Confirmed/100k\": null}, {\"Country/Region\": \"Germany\", \"Days\": 15, \"Confirmed\": 7142, \"Confirmed/100k\": null}, {\"Country/Region\": \"Iran\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.16992609156334193}, {\"Country/Region\": \"Iran\", \"Days\": 1, \"Confirmed\": 106, \"Confirmed/100k\": 0.2995100175037322}, {\"Country/Region\": \"Iran\", \"Days\": 2, \"Confirmed\": 249, \"Confirmed/100k\": 0.4743260685365228}, {\"Country/Region\": \"Iran\", \"Days\": 3, \"Confirmed\": 454, \"Confirmed/100k\": 0.724936491345768}, {\"Country/Region\": \"Iran\", \"Days\": 4, \"Confirmed\": 839, \"Confirmed/100k\": 1.1955950902802044}, {\"Country/Region\": \"Iran\", \"Days\": 5, \"Confirmed\": 1362, \"Confirmed/100k\": 1.83495729091062}, {\"Country/Region\": \"Iran\", \"Days\": 6, \"Confirmed\": 2197, \"Confirmed/100k\": 2.855736330158034}, {\"Country/Region\": \"Iran\", \"Days\": 7, \"Confirmed\": 2783, \"Confirmed/100k\": 3.5721153924322673}, {\"Country/Region\": \"Iran\", \"Days\": 8, \"Confirmed\": 3374, \"Confirmed/100k\": 4.29460690404331}, {\"Country/Region\": \"Iran\", \"Days\": 9, \"Confirmed\": 4608, \"Confirmed/100k\": 5.803159400368232}, {\"Country/Region\": \"Iran\", \"Days\": 10, \"Confirmed\": 5684, \"Confirmed/100k\": 7.118558497649927}, {\"Country/Region\": \"Iran\", \"Days\": 11, \"Confirmed\": 6427, \"Confirmed/100k\": 8.026868469100023}, {\"Country/Region\": \"Iran\", \"Days\": 12, \"Confirmed\": 7022, \"Confirmed/100k\": 8.754249940180514}, {\"Country/Region\": \"Iran\", \"Days\": 13, \"Confirmed\": 7903, \"Confirmed/100k\": 9.831263513326588}, {\"Country/Region\": \"Iran\", \"Days\": 14, \"Confirmed\": 8861, \"Confirmed/100k\": 11.002408806259547}, {\"Country/Region\": \"Iran\", \"Days\": 15, \"Confirmed\": 9936, \"Confirmed/100k\": 12.316585413673884}, {\"Country/Region\": \"Iran\", \"Days\": 16, \"Confirmed\": 11225, \"Confirmed/100k\": 13.892374852703725}, {\"Country/Region\": \"Iran\", \"Days\": 17, \"Confirmed\": 12590, \"Confirmed/100k\": 15.561073521653087}, {\"Country/Region\": \"Iran\", \"Days\": 18, \"Confirmed\": 13799, \"Confirmed/100k\": null}, {\"Country/Region\": \"Iran\", \"Days\": 19, \"Confirmed\": 14852, \"Confirmed/100k\": null}, {\"Country/Region\": \"Italy\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.2564896727411861}, {\"Country/Region\": \"Italy\", \"Days\": 1, \"Confirmed\": 74, \"Confirmed/100k\": 0.3789428068240749}, {\"Country/Region\": \"Italy\", \"Days\": 2, \"Confirmed\": 167, \"Confirmed/100k\": 0.5328366104687865}, {\"Country/Region\": \"Italy\", \"Days\": 3, \"Confirmed\": 298, \"Confirmed/100k\": 0.7496117532371437}, {\"Country/Region\": \"Italy\", \"Days\": 4, \"Confirmed\": 500, \"Confirmed/100k\": 1.0838757138417865}, {\"Country/Region\": \"Italy\", \"Days\": 5, \"Confirmed\": 733, \"Confirmed/100k\": 1.4694376089946661}, {\"Country/Region\": \"Italy\", \"Days\": 6, \"Confirmed\": 973, \"Confirmed/100k\": 1.8665829087229542}, {\"Country/Region\": \"Italy\", \"Days\": 7, \"Confirmed\": 1539, \"Confirmed/100k\": 2.803183907248833}, {\"Country/Region\": \"Italy\", \"Days\": 8, \"Confirmed\": 1881, \"Confirmed/100k\": 3.369115959361644}, {\"Country/Region\": \"Italy\", \"Days\": 9, \"Confirmed\": 2347, \"Confirmed/100k\": 4.140239749667403}, {\"Country/Region\": \"Italy\", \"Days\": 10, \"Confirmed\": 2934, \"Confirmed/100k\": 5.111590961919508}, {\"Country/Region\": \"Italy\", \"Days\": 11, \"Confirmed\": 3703, \"Confirmed/100k\": 6.384110693132231}, {\"Country/Region\": \"Italy\", \"Days\": 12, \"Confirmed\": 4481, \"Confirmed/100k\": 7.6715233730847645}, {\"Country/Region\": \"Italy\", \"Days\": 13, \"Confirmed\": 5728, \"Confirmed/100k\": 9.735024159589663}, {\"Country/Region\": \"Italy\", \"Days\": 14, \"Confirmed\": 7220, \"Confirmed/100k\": 12.203944106233852}, {\"Country/Region\": \"Italy\", \"Days\": 15, \"Confirmed\": 9017, \"Confirmed/100k\": 15.17756953794941}, {\"Country/Region\": \"Italy\", \"Days\": 16, \"Confirmed\": 9994, \"Confirmed/100k\": 16.794281862259982}, {\"Country/Region\": \"Italy\", \"Days\": 17, \"Confirmed\": 12307, \"Confirmed/100k\": 20.62176968839136}, {\"Country/Region\": \"Italy\", \"Days\": 18, \"Confirmed\": 12307, \"Confirmed/100k\": 20.62176968839136}, {\"Country/Region\": \"Italy\", \"Days\": 19, \"Confirmed\": 17505, \"Confirmed/100k\": 29.22327497167319}, {\"Country/Region\": \"Italy\", \"Days\": 20, \"Confirmed\": 21002, \"Confirmed/100k\": 35.0100129431308}, {\"Country/Region\": \"Italy\", \"Days\": 21, \"Confirmed\": 24592, \"Confirmed/100k\": null}, {\"Country/Region\": \"Italy\", \"Days\": 22, \"Confirmed\": 27825, \"Confirmed/100k\": null}, {\"Country/Region\": \"Korea, South\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.20141277115000653}, {\"Country/Region\": \"Korea, South\", \"Days\": 1, \"Confirmed\": 100, \"Confirmed/100k\": 0.39507889725578205}, {\"Country/Region\": \"Korea, South\", \"Days\": 2, \"Confirmed\": 329, \"Confirmed/100k\": 0.8385743260380079}, {\"Country/Region\": \"Korea, South\", \"Days\": 3, \"Confirmed\": 498, \"Confirmed/100k\": 1.1658700791567684}, {\"Country/Region\": \"Korea, South\", \"Days\": 4, \"Confirmed\": 729, \"Confirmed/100k\": 1.6132388304611098}, {\"Country/Region\": \"Korea, South\", \"Days\": 5, \"Confirmed\": 873, \"Confirmed/100k\": 1.8921180520534264}, {\"Country/Region\": \"Korea, South\", \"Days\": 6, \"Confirmed\": 1157, \"Confirmed/100k\": 2.4421298501938287}, {\"Country/Region\": \"Korea, South\", \"Days\": 7, \"Confirmed\": 1662, \"Confirmed/100k\": 3.420143787027995}, {\"Country/Region\": \"Korea, South\", \"Days\": 8, \"Confirmed\": 2233, \"Confirmed/100k\": 4.525977367091973}, {\"Country/Region\": \"Korea, South\", \"Days\": 9, \"Confirmed\": 3046, \"Confirmed/100k\": 6.100482972331928}, {\"Country/Region\": \"Korea, South\", \"Days\": 10, \"Confirmed\": 3632, \"Confirmed/100k\": 7.235366471311772}, {\"Country/Region\": \"Korea, South\", \"Days\": 11, \"Confirmed\": 4231, \"Confirmed/100k\": 8.395426566685366}, {\"Country/Region\": \"Korea, South\", \"Days\": 12, \"Confirmed\": 5082, \"Confirmed/100k\": 10.043525299845516}, {\"Country/Region\": \"Korea, South\", \"Days\": 13, \"Confirmed\": 5517, \"Confirmed/100k\": 10.885972948405641}, {\"Country/Region\": \"Korea, South\", \"Days\": 14, \"Confirmed\": 5984, \"Confirmed/100k\": 11.790393757319613}, {\"Country/Region\": \"Korea, South\", \"Days\": 15, \"Confirmed\": 6489, \"Confirmed/100k\": 12.768407694153776}, {\"Country/Region\": \"Korea, South\", \"Days\": 16, \"Confirmed\": 6937, \"Confirmed/100k\": 13.636031939107651}, {\"Country/Region\": \"Korea, South\", \"Days\": 17, \"Confirmed\": 7210, \"Confirmed/100k\": 14.16474046337642}, {\"Country/Region\": \"Korea, South\", \"Days\": 18, \"Confirmed\": 7374, \"Confirmed/100k\": 14.48235291018989}, {\"Country/Region\": \"Korea, South\", \"Days\": 19, \"Confirmed\": 7409, \"Confirmed/100k\": 14.550136054326911}, {\"Country/Region\": \"Korea, South\", \"Days\": 20, \"Confirmed\": 7651, \"Confirmed/100k\": 15.01880807950289}, {\"Country/Region\": \"Korea, South\", \"Days\": 21, \"Confirmed\": 7765, \"Confirmed/100k\": 15.239587463263474}, {\"Country/Region\": \"Korea, South\", \"Days\": 22, \"Confirmed\": 7875, \"Confirmed/100k\": 15.452620201979823}, {\"Country/Region\": \"Korea, South\", \"Days\": 23, \"Confirmed\": 7982, \"Confirmed/100k\": 15.659842956913007}, {\"Country/Region\": \"Korea, South\", \"Days\": 24, \"Confirmed\": 8058, \"Confirmed/100k\": null}, {\"Country/Region\": \"Korea, South\", \"Days\": 25, \"Confirmed\": 8132, \"Confirmed/100k\": null}, {\"Country/Region\": \"Netherlands\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.7428464611229854}, {\"Country/Region\": \"Netherlands\", \"Days\": 1, \"Confirmed\": 60, \"Confirmed/100k\": 1.0910557397743847}, {\"Country/Region\": \"Netherlands\", \"Days\": 2, \"Confirmed\": 137, \"Confirmed/100k\": 1.537924314043681}, {\"Country/Region\": \"Netherlands\", \"Days\": 3, \"Confirmed\": 193, \"Confirmed/100k\": 1.8629196407849868}, {\"Country/Region\": \"Netherlands\", \"Days\": 4, \"Confirmed\": 254, \"Confirmed/100k\": 2.216932407413909}, {\"Country/Region\": \"Netherlands\", \"Days\": 5, \"Confirmed\": 375, \"Confirmed/100k\": 2.919154452694232}, {\"Country/Region\": \"Netherlands\", \"Days\": 6, \"Confirmed\": 375, \"Confirmed/100k\": 2.919154452694232}, {\"Country/Region\": \"Netherlands\", \"Days\": 7, \"Confirmed\": 676, \"Confirmed/100k\": 4.666004333928752}, {\"Country/Region\": \"Netherlands\", \"Days\": 8, \"Confirmed\": 832, \"Confirmed/100k\": 5.565544970444868}, {\"Country/Region\": \"Netherlands\", \"Days\": 9, \"Confirmed\": 1008, \"Confirmed/100k\": null}, {\"Country/Region\": \"Netherlands\", \"Days\": 10, \"Confirmed\": 1286, \"Confirmed/100k\": null}, {\"Country/Region\": \"Norway\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 2.0322388347293057}, {\"Country/Region\": \"Norway\", \"Days\": 1, \"Confirmed\": 39, \"Confirmed/100k\": 2.7661028583815552}, {\"Country/Region\": \"Norway\", \"Days\": 2, \"Confirmed\": 68, \"Confirmed/100k\": 3.3117966195588684}, {\"Country/Region\": \"Norway\", \"Days\": 3, \"Confirmed\": 97, \"Confirmed/100k\": 3.8574903807361824}, {\"Country/Region\": \"Norway\", \"Days\": 4, \"Confirmed\": 292, \"Confirmed/100k\": 7.526810498997428}, {\"Country/Region\": \"Norway\", \"Days\": 5, \"Confirmed\": 490, \"Confirmed/100k\": 11.252581696001155}, {\"Country/Region\": \"Norway\", \"Days\": 6, \"Confirmed\": 594, \"Confirmed/100k\": 13.209552425740487}, {\"Country/Region\": \"Norway\", \"Days\": 7, \"Confirmed\": 888, \"Confirmed/100k\": 18.741758142503603}, {\"Country/Region\": \"Norway\", \"Days\": 8, \"Confirmed\": 982, \"Confirmed/100k\": 20.510558609767997}, {\"Country/Region\": \"Norway\", \"Days\": 9, \"Confirmed\": 1113, \"Confirmed/100k\": null}, {\"Country/Region\": \"Norway\", \"Days\": 10, \"Confirmed\": 1225, \"Confirmed/100k\": null}, {\"Country/Region\": \"Spain\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.25682870610404146}, {\"Country/Region\": \"Spain\", \"Days\": 1, \"Confirmed\": 45, \"Confirmed/100k\": 0.353139470893057}, {\"Country/Region\": \"Spain\", \"Days\": 2, \"Confirmed\": 102, \"Confirmed/100k\": 0.4751331062924767}, {\"Country/Region\": \"Spain\", \"Days\": 3, \"Confirmed\": 139, \"Confirmed/100k\": 0.5543219573412228}, {\"Country/Region\": \"Spain\", \"Days\": 4, \"Confirmed\": 280, \"Confirmed/100k\": 0.8560956870134715}, {\"Country/Region\": \"Spain\", \"Days\": 5, \"Confirmed\": 380, \"Confirmed/100k\": 1.0701196087668394}, {\"Country/Region\": \"Spain\", \"Days\": 6, \"Confirmed\": 553, \"Confirmed/100k\": 1.4403809934001657}, {\"Country/Region\": \"Spain\", \"Days\": 7, \"Confirmed\": 953, \"Confirmed/100k\": 2.2964766804136367}, {\"Country/Region\": \"Spain\", \"Days\": 8, \"Confirmed\": 1575, \"Confirmed/100k\": 3.6277054737195855}, {\"Country/Region\": \"Spain\", \"Days\": 9, \"Confirmed\": 2157, \"Confirmed/100k\": 4.873324698324187}, {\"Country/Region\": \"Spain\", \"Days\": 10, \"Confirmed\": 2157, \"Confirmed/100k\": 4.873324698324187}, {\"Country/Region\": \"Spain\", \"Days\": 11, \"Confirmed\": 5112, \"Confirmed/100k\": 11.197731586136207}, {\"Country/Region\": \"Spain\", \"Days\": 12, \"Confirmed\": 6271, \"Confirmed/100k\": 13.678268839257742}, {\"Country/Region\": \"Spain\", \"Days\": 13, \"Confirmed\": 7678, \"Confirmed/100k\": null}, {\"Country/Region\": \"Spain\", \"Days\": 14, \"Confirmed\": 9822, \"Confirmed/100k\": null}, {\"Country/Region\": \"Sweden\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.9918321152292876}, {\"Country/Region\": \"Sweden\", \"Days\": 1, \"Confirmed\": 60, \"Confirmed/100k\": 1.581039312395201}, {\"Country/Region\": \"Sweden\", \"Days\": 2, \"Confirmed\": 102, \"Confirmed/100k\": 1.99348435041134}, {\"Country/Region\": \"Sweden\", \"Days\": 3, \"Confirmed\": 147, \"Confirmed/100k\": 2.435389748285776}, {\"Country/Region\": \"Sweden\", \"Days\": 4, \"Confirmed\": 254, \"Confirmed/100k\": 3.4861425832316537}, {\"Country/Region\": \"Sweden\", \"Days\": 5, \"Confirmed\": 399, \"Confirmed/100k\": 4.9100599763826125}, {\"Country/Region\": \"Sweden\", \"Days\": 6, \"Confirmed\": 498, \"Confirmed/100k\": 5.882251851706369}, {\"Country/Region\": \"Sweden\", \"Days\": 7, \"Confirmed\": 713, \"Confirmed/100k\": 7.993577641550892}, {\"Country/Region\": \"Sweden\", \"Days\": 8, \"Confirmed\": 860, \"Confirmed/100k\": 9.437135274607376}, {\"Country/Region\": \"Sweden\", \"Days\": 9, \"Confirmed\": 921, \"Confirmed/100k\": null}, {\"Country/Region\": \"Sweden\", \"Days\": 10, \"Confirmed\": 1002, \"Confirmed/100k\": null}, {\"Country/Region\": \"Switzerland\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 1.3385712958884843}, {\"Country/Region\": \"Switzerland\", \"Days\": 1, \"Confirmed\": 100, \"Confirmed/100k\": 2.5127566431590846}, {\"Country/Region\": \"Switzerland\", \"Days\": 2, \"Confirmed\": 154, \"Confirmed/100k\": 3.1468167306852086}, {\"Country/Region\": \"Switzerland\", \"Days\": 3, \"Confirmed\": 223, \"Confirmed/100k\": 3.957004620301923}, {\"Country/Region\": \"Switzerland\", \"Days\": 4, \"Confirmed\": 260, \"Confirmed/100k\": 4.391453198792045}, {\"Country/Region\": \"Switzerland\", \"Days\": 5, \"Confirmed\": 377, \"Confirmed/100k\": 5.7652500550986465}, {\"Country/Region\": \"Switzerland\", \"Days\": 6, \"Confirmed\": 538, \"Confirmed/100k\": 7.655688464204314}, {\"Country/Region\": \"Switzerland\", \"Days\": 7, \"Confirmed\": 538, \"Confirmed/100k\": 7.655688464204314}, {\"Country/Region\": \"Switzerland\", \"Days\": 8, \"Confirmed\": 1025, \"Confirmed/100k\": 13.373971105412135}, {\"Country/Region\": \"Switzerland\", \"Days\": 9, \"Confirmed\": 1245, \"Confirmed/100k\": 15.957178869407455}, {\"Country/Region\": \"Switzerland\", \"Days\": 10, \"Confirmed\": 2086, \"Confirmed/100k\": null}, {\"Country/Region\": \"Switzerland\", \"Days\": 11, \"Confirmed\": 2086, \"Confirmed/100k\": null}, {\"Country/Region\": \"US\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.03606715942271932}, {\"Country/Region\": \"US\", \"Days\": 1, \"Confirmed\": 31, \"Confirmed/100k\": 0.04554243011851846}, {\"Country/Region\": \"US\", \"Days\": 2, \"Confirmed\": 99, \"Confirmed/100k\": 0.06632689487059401}, {\"Country/Region\": \"US\", \"Days\": 3, \"Confirmed\": 144, \"Confirmed/100k\": 0.0800813200741734}, {\"Country/Region\": \"US\", \"Days\": 4, \"Confirmed\": 284, \"Confirmed/100k\": 0.122872865151976}, {\"Country/Region\": \"US\", \"Days\": 5, \"Confirmed\": 400, \"Confirmed/100k\": 0.15832871678786953}, {\"Country/Region\": \"US\", \"Days\": 6, \"Confirmed\": 465, \"Confirmed/100k\": 0.17819621985970646}, {\"Country/Region\": \"US\", \"Days\": 7, \"Confirmed\": 841, \"Confirmed/100k\": 0.2931220837829477}, {\"Country/Region\": \"US\", \"Days\": 8, \"Confirmed\": 1163, \"Confirmed/100k\": 0.3915426374618936}, {\"Country/Region\": \"US\", \"Days\": 9, \"Confirmed\": 1545, \"Confirmed/100k\": 0.508302424745612}, {\"Country/Region\": \"US\", \"Days\": 10, \"Confirmed\": 2061, \"Confirmed/100k\": 0.6660198337466559}, {\"Country/Region\": \"US\", \"Days\": 11, \"Confirmed\": 2609, \"Confirmed/100k\": 0.8335181673369116}, {\"Country/Region\": \"US\", \"Days\": 12, \"Confirmed\": 3381, \"Confirmed/100k\": null}, {\"Country/Region\": \"US\", \"Days\": 13, \"Confirmed\": 4514, \"Confirmed/100k\": null}, {\"Country/Region\": \"United Kingdom\", \"Days\": 0, \"Confirmed\": 0, \"Confirmed/100k\": 0.17446497270503022}, {\"Country/Region\": \"United Kingdom\", \"Days\": 1, \"Confirmed\": 48, \"Confirmed/100k\": 0.2466573752036634}, {\"Country/Region\": \"United Kingdom\", \"Days\": 2, \"Confirmed\": 91, \"Confirmed/100k\": 0.3113297357753557}, {\"Country/Region\": \"United Kingdom\", \"Days\": 3, \"Confirmed\": 158, \"Confirmed/100k\": 0.4120982975963645}, {\"Country/Region\": \"United Kingdom\", \"Days\": 4, \"Confirmed\": 206, \"Confirmed/100k\": 0.4842907000949977}, {\"Country/Region\": \"United Kingdom\", \"Days\": 5, \"Confirmed\": 268, \"Confirmed/100k\": 0.5775392199890655}, {\"Country/Region\": \"United Kingdom\", \"Days\": 6, \"Confirmed\": 343, \"Confirmed/100k\": 0.6903398488931799}, {\"Country/Region\": \"United Kingdom\", \"Days\": 7, \"Confirmed\": 343, \"Confirmed/100k\": 0.6903398488931799}, {\"Country/Region\": \"United Kingdom\", \"Days\": 8, \"Confirmed\": 686, \"Confirmed/100k\": 1.2047107166959414}, {\"Country/Region\": \"United Kingdom\", \"Days\": 9, \"Confirmed\": 1028, \"Confirmed/100k\": 1.719081584498703}, {\"Country/Region\": \"United Kingdom\", \"Days\": 10, \"Confirmed\": 1029, \"Confirmed/100k\": null}, {\"Country/Region\": \"United Kingdom\", \"Days\": 11, \"Confirmed\": 1435, \"Confirmed/100k\": null}]}}, {\"mode\": \"vega-lite\"});\n", + "</script>" + ], + "text/plain": [ + "alt.VConcatChart(...)" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://github.com/CSSEGISandData/COVID-19\">JHU CSSE</a>,\n", + " <a href=\"https://data.worldbank.org/indicator/SP.POP.TOTL\">World Bank</a>,\n", + " <a href=\"https://worldmap.harvard.edu/data/geonode:country_centroids_az8\">Harvard Worldmap</a>\n", + "</p>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "sort_order = growth_in_value_df.groupby(\n", " 'Country/Region').max().sort_values(\n", @@ -312,6 +706,13 @@ " <a href=\"https://worldmap.harvard.edu/data/geonode:country_centroids_az8\">Harvard Worldmap</a>\n", "</p>'''))" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { diff --git a/notebooks/Preprocessing-Play.ipynb b/notebooks/Preprocessing-Play.ipynb index 71d7c4c09..c47a2d9f7 100644 --- a/notebooks/Preprocessing-Play.ipynb +++ b/notebooks/Preprocessing-Play.ipynb @@ -92,172 +92,340 @@ " </thead>\n", " <tbody>\n", " <tr>\n", - " <th>Mainland China</th>\n", - " <td>80757</td>\n", - " <td>3136</td>\n", - " <td>60106</td>\n", + " <th>China</th>\n", + " <td>81033</td>\n", + " <td>3217</td>\n", + " <td>67910</td>\n", " </tr>\n", " <tr>\n", " <th>Italy</th>\n", - " <td>10149</td>\n", - " <td>631</td>\n", - " <td>724</td>\n", + " <td>27980</td>\n", + " <td>2158</td>\n", + " <td>2749</td>\n", " </tr>\n", " <tr>\n", - " <th>Iran (Islamic Republic of)</th>\n", - " <td>8042</td>\n", - " <td>291</td>\n", - " <td>2731</td>\n", + " <th>Iran</th>\n", + " <td>14991</td>\n", + " <td>853</td>\n", + " <td>4590</td>\n", " </tr>\n", " <tr>\n", - " <th>Republic of Korea</th>\n", - " <td>7513</td>\n", - " <td>54</td>\n", - " <td>247</td>\n", + " <th>Spain</th>\n", + " <td>9942</td>\n", + " <td>342</td>\n", + " <td>530</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Korea, South</th>\n", + " <td>8236</td>\n", + " <td>75</td>\n", + " <td>1137</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Germany</th>\n", + " <td>7272</td>\n", + " <td>17</td>\n", + " <td>67</td>\n", " </tr>\n", " <tr>\n", " <th>France</th>\n", - " <td>1784</td>\n", - " <td>33</td>\n", + " <td>6650</td>\n", + " <td>148</td>\n", " <td>12</td>\n", " </tr>\n", " <tr>\n", - " <th>Spain</th>\n", - " <td>1695</td>\n", - " <td>35</td>\n", - " <td>32</td>\n", + " <th>US</th>\n", + " <td>4632</td>\n", + " <td>85</td>\n", + " <td>17</td>\n", " </tr>\n", " <tr>\n", - " <th>US</th>\n", - " <td>1670</td>\n", + " <th>Switzerland</th>\n", + " <td>2200</td>\n", + " <td>14</td>\n", + " <td>4</td>\n", + " </tr>\n", + " <tr>\n", + " <th>United Kingdom</th>\n", + " <td>1551</td>\n", " <td>56</td>\n", - " <td>15</td>\n", + " <td>21</td>\n", " </tr>\n", " <tr>\n", - " <th>Germany</th>\n", - " <td>1457</td>\n", + " <th>Netherlands</th>\n", + " <td>1414</td>\n", + " <td>24</td>\n", " <td>2</td>\n", - " <td>18</td>\n", " </tr>\n", " <tr>\n", - " <th>Others</th>\n", - " <td>696</td>\n", + " <th>Norway</th>\n", + " <td>1333</td>\n", + " <td>3</td>\n", + " <td>1</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Sweden</th>\n", + " <td>1103</td>\n", " <td>6</td>\n", - " <td>40</td>\n", + " <td>1</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Belgium</th>\n", + " <td>1058</td>\n", + " <td>5</td>\n", + " <td>1</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Austria</th>\n", + " <td>1018</td>\n", + " <td>3</td>\n", + " <td>6</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Denmark</th>\n", + " <td>932</td>\n", + " <td>3</td>\n", + " <td>1</td>\n", " </tr>\n", " <tr>\n", " <th>Japan</th>\n", - " <td>581</td>\n", - " <td>10</td>\n", - " <td>101</td>\n", + " <td>825</td>\n", + " <td>27</td>\n", + " <td>144</td>\n", " </tr>\n", " <tr>\n", - " <th>Switzerland</th>\n", - " <td>491</td>\n", + " <th>Cruise Ship</th>\n", + " <td>696</td>\n", + " <td>7</td>\n", + " <td>325</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Malaysia</th>\n", + " <td>566</td>\n", + " <td>0</td>\n", + " <td>42</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Qatar</th>\n", + " <td>439</td>\n", + " <td>0</td>\n", + " <td>4</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Canada</th>\n", + " <td>415</td>\n", + " <td>4</td>\n", + " <td>9</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Australia</th>\n", + " <td>377</td>\n", " <td>3</td>\n", + " <td>23</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Portugal</th>\n", + " <td>331</td>\n", + " <td>0</td>\n", " <td>3</td>\n", " </tr>\n", " <tr>\n", - " <th>Norway</th>\n", - " <td>400</td>\n", + " <th>Greece</th>\n", + " <td>331</td>\n", + " <td>4</td>\n", + " <td>8</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Czechia</th>\n", + " <td>298</td>\n", " <td>0</td>\n", - " <td>1</td>\n", + " <td>3</td>\n", " </tr>\n", " <tr>\n", - " <th>UK</th>\n", - " <td>382</td>\n", - " <td>6</td>\n", - " <td>18</td>\n", + " <th>Finland</th>\n", + " <td>277</td>\n", + " <td>0</td>\n", + " <td>10</td>\n", " </tr>\n", " <tr>\n", - " <th>Netherlands</th>\n", - " <td>382</td>\n", + " <th>Israel</th>\n", + " <td>255</td>\n", + " <td>0</td>\n", " <td>4</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Slovenia</th>\n", + " <td>253</td>\n", + " <td>1</td>\n", " <td>0</td>\n", " </tr>\n", " <tr>\n", - " <th>Sweden</th>\n", - " <td>355</td>\n", + " <th>Singapore</th>\n", + " <td>243</td>\n", " <td>0</td>\n", + " <td>109</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Bahrain</th>\n", + " <td>214</td>\n", " <td>1</td>\n", + " <td>77</td>\n", " </tr>\n", " <tr>\n", - " <th>Belgium</th>\n", - " <td>267</td>\n", + " <th>Estonia</th>\n", + " <td>205</td>\n", " <td>0</td>\n", " <td>1</td>\n", " </tr>\n", " <tr>\n", - " <th>Denmark</th>\n", - " <td>262</td>\n", + " <th>Brazil</th>\n", + " <td>200</td>\n", " <td>0</td>\n", " <td>1</td>\n", " </tr>\n", " <tr>\n", - " <th>Austria</th>\n", - " <td>182</td>\n", + " <th>Iceland</th>\n", + " <td>180</td>\n", + " <td>0</td>\n", " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Poland</th>\n", + " <td>177</td>\n", " <td>4</td>\n", + " <td>13</td>\n", " </tr>\n", " <tr>\n", - " <th>Singapore</th>\n", - " <td>160</td>\n", + " <th>Ireland</th>\n", + " <td>169</td>\n", + " <td>2</td>\n", " <td>0</td>\n", - " <td>78</td>\n", " </tr>\n", " <tr>\n", - " <th>Malaysia</th>\n", - " <td>129</td>\n", + " <th>Romania</th>\n", + " <td>158</td>\n", " <td>0</td>\n", - " <td>24</td>\n", + " <td>9</td>\n", " </tr>\n", " <tr>\n", - " <th>Hong Kong SAR</th>\n", - " <td>120</td>\n", - " <td>3</td>\n", - " <td>65</td>\n", + " <th>Chile</th>\n", + " <td>155</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", " </tr>\n", " <tr>\n", - " <th>Bahrain</th>\n", - " <td>110</td>\n", + " <th>Egypt</th>\n", + " <td>150</td>\n", + " <td>2</td>\n", + " <td>27</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Thailand</th>\n", + " <td>147</td>\n", + " <td>1</td>\n", + " <td>35</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Philippines</th>\n", + " <td>142</td>\n", + " <td>12</td>\n", + " <td>2</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Pakistan</th>\n", + " <td>136</td>\n", " <td>0</td>\n", - " <td>22</td>\n", + " <td>2</td>\n", " </tr>\n", " <tr>\n", - " <th>Australia</th>\n", - " <td>107</td>\n", - " <td>3</td>\n", - " <td>21</td>\n", + " <th>Indonesia</th>\n", + " <td>134</td>\n", + " <td>5</td>\n", + " <td>8</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Iraq</th>\n", + " <td>124</td>\n", + " <td>10</td>\n", + " <td>26</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Kuwait</th>\n", + " <td>123</td>\n", + " <td>0</td>\n", + " <td>9</td>\n", + " </tr>\n", + " <tr>\n", + " <th>India</th>\n", + " <td>119</td>\n", + " <td>2</td>\n", + " <td>13</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Saudi Arabia</th>\n", + " <td>118</td>\n", + " <td>0</td>\n", + " <td>2</td>\n", + " </tr>\n", + " <tr>\n", + " <th>San Marino</th>\n", + " <td>109</td>\n", + " <td>7</td>\n", + " <td>4</td>\n", " </tr>\n", " </tbody>\n", "</table>\n", "</div>" ], "text/plain": [ - " confirmed deaths recovered\n", - "Mainland China 80757 3136 60106\n", - "Italy 10149 631 724\n", - "Iran (Islamic Republic of) 8042 291 2731\n", - "Republic of Korea 7513 54 247\n", - "France 1784 33 12\n", - "Spain 1695 35 32\n", - "US 1670 56 15\n", - "Germany 1457 2 18\n", - "Others 696 6 40\n", - "Japan 581 10 101\n", - "Switzerland 491 3 3\n", - "Norway 400 0 1\n", - "UK 382 6 18\n", - "Netherlands 382 4 0\n", - "Sweden 355 0 1\n", - "Belgium 267 0 1\n", - "Denmark 262 0 1\n", - "Austria 182 0 4\n", - "Singapore 160 0 78\n", - "Malaysia 129 0 24\n", - "Hong Kong SAR 120 3 65\n", - "Bahrain 110 0 22\n", - "Australia 107 3 21" + " confirmed deaths recovered\n", + "China 81033 3217 67910\n", + "Italy 27980 2158 2749\n", + "Iran 14991 853 4590\n", + "Spain 9942 342 530\n", + "Korea, South 8236 75 1137\n", + "Germany 7272 17 67\n", + "France 6650 148 12\n", + "US 4632 85 17\n", + "Switzerland 2200 14 4\n", + "United Kingdom 1551 56 21\n", + "Netherlands 1414 24 2\n", + "Norway 1333 3 1\n", + "Sweden 1103 6 1\n", + "Belgium 1058 5 1\n", + "Austria 1018 3 6\n", + "Denmark 932 3 1\n", + "Japan 825 27 144\n", + "Cruise Ship 696 7 325\n", + "Malaysia 566 0 42\n", + "Qatar 439 0 4\n", + "Canada 415 4 9\n", + "Australia 377 3 23\n", + "Portugal 331 0 3\n", + "Greece 331 4 8\n", + "Czechia 298 0 3\n", + "Finland 277 0 10\n", + "Israel 255 0 4\n", + "Slovenia 253 1 0\n", + "Singapore 243 0 109\n", + "Bahrain 214 1 77\n", + "Estonia 205 0 1\n", + "Brazil 200 0 1\n", + "Iceland 180 0 0\n", + "Poland 177 4 13\n", + "Ireland 169 2 0\n", + "Romania 158 0 9\n", + "Chile 155 0 0\n", + "Egypt 150 2 27\n", + "Thailand 147 1 35\n", + "Philippines 142 12 2\n", + "Pakistan 136 0 2\n", + "Indonesia 134 5 8\n", + "Iraq 124 10 26\n", + "Kuwait 123 0 9\n", + "India 119 2 13\n", + "Saudi Arabia 118 0 2\n", + "San Marino 109 7 4" ] }, "execution_count": 5, @@ -432,7 +600,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -464,7 +632,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -495,63 +663,196 @@ " </thead>\n", " <tbody>\n", " <tr>\n", - " <th>Others</th>\n", + " <th>China</th>\n", + " <td>81033</td>\n", + " <td>3217</td>\n", + " <td>67910</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Iran</th>\n", + " <td>14991</td>\n", + " <td>853</td>\n", + " <td>4590</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Korea, South</th>\n", + " <td>8236</td>\n", + " <td>75</td>\n", + " <td>1137</td>\n", + " </tr>\n", + " <tr>\n", + " <th>United Kingdom</th>\n", + " <td>1551</td>\n", + " <td>56</td>\n", + " <td>21</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Cruise Ship</th>\n", " <td>696</td>\n", - " <td>6</td>\n", - " <td>40</td>\n", + " <td>7</td>\n", + " <td>325</td>\n", " </tr>\n", " <tr>\n", - " <th>Taipei and environs</th>\n", - " <td>47</td>\n", + " <th>Czechia</th>\n", + " <td>298</td>\n", + " <td>0</td>\n", + " <td>3</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Russia</th>\n", + " <td>90</td>\n", + " <td>0</td>\n", + " <td>8</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Taiwan*</th>\n", + " <td>67</td>\n", " <td>1</td>\n", - " <td>17</td>\n", + " <td>20</td>\n", " </tr>\n", " <tr>\n", - " <th>occupied Palestinian territory</th>\n", - " <td>25</td>\n", + " <th>Vietnam</th>\n", + " <td>61</td>\n", + " <td>0</td>\n", + " <td>16</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Moldova</th>\n", + " <td>23</td>\n", " <td>0</td>\n", " <td>0</td>\n", " </tr>\n", " <tr>\n", - " <th>French Guiana</th>\n", - " <td>5</td>\n", + " <th>Venezuela</th>\n", + " <td>17</td>\n", " <td>0</td>\n", " <td>0</td>\n", " </tr>\n", " <tr>\n", " <th>Martinique</th>\n", + " <td>15</td>\n", + " <td>1</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>French Guiana</th>\n", + " <td>11</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Reunion</th>\n", + " <td>9</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Guadeloupe</th>\n", + " <td>6</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Jersey</th>\n", " <td>2</td>\n", " <td>0</td>\n", " <td>0</td>\n", " </tr>\n", " <tr>\n", + " <th>Saint Lucia</th>\n", + " <td>2</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Congo (Kinshasa)</th>\n", + " <td>2</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>The Bahamas</th>\n", + " <td>1</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Guernsey</th>\n", + " <td>1</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Saint Vincent and the Grenadines</th>\n", + " <td>1</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", " <th>Holy See</th>\n", " <td>1</td>\n", " <td>0</td>\n", " <td>0</td>\n", " </tr>\n", " <tr>\n", - " <th>Saint Barthelemy</th>\n", + " <th>Republic of the Congo</th>\n", " <td>1</td>\n", " <td>0</td>\n", " <td>0</td>\n", " </tr>\n", + " <tr>\n", + " <th>Mayotte</th>\n", + " <td>1</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Congo (Brazzaville)</th>\n", + " <td>1</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", + " <tr>\n", + " <th>occupied Palestinian territory</th>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " <td>0</td>\n", + " </tr>\n", " </tbody>\n", "</table>\n", "</div>" ], "text/plain": [ - " confirmed deaths recovered\n", - "Others 696 6 40\n", - "Taipei and environs 47 1 17\n", - "occupied Palestinian territory 25 0 0\n", - "French Guiana 5 0 0\n", - "Martinique 2 0 0\n", - "Holy See 1 0 0\n", - "Saint Barthelemy 1 0 0" + " confirmed deaths recovered\n", + "China 81033 3217 67910\n", + "Iran 14991 853 4590\n", + "Korea, South 8236 75 1137\n", + "United Kingdom 1551 56 21\n", + "Cruise Ship 696 7 325\n", + "Czechia 298 0 3\n", + "Russia 90 0 8\n", + "Taiwan* 67 1 20\n", + "Vietnam 61 0 16\n", + "Moldova 23 0 0\n", + "Venezuela 17 0 0\n", + "Martinique 15 1 0\n", + "French Guiana 11 0 0\n", + "Reunion 9 0 0\n", + "Guadeloupe 6 0 0\n", + "Jersey 2 0 0\n", + "Saint Lucia 2 0 0\n", + "Congo (Kinshasa) 2 0 0\n", + "The Bahamas 1 0 0\n", + "Guernsey 1 0 0\n", + "Saint Vincent and the Grenadines 1 0 0\n", + "Holy See 1 0 0\n", + "Republic of the Congo 1 0 0\n", + "Mayotte 1 0 0\n", + "Congo (Brazzaville) 1 0 0\n", + "occupied Palestinian territory 0 0 0" ] }, - "execution_count": 17, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -569,7 +870,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -600,168 +901,301 @@ " </thead>\n", " <tbody>\n", " <tr>\n", - " <th>Italy</th>\n", - " <td>16.794282</td>\n", - " <td>1.044161</td>\n", - " <td>1.198055</td>\n", + " <th>San Marino</th>\n", + " <td>322.628385</td>\n", + " <td>20.719254</td>\n", + " <td>11.839574</td>\n", " </tr>\n", " <tr>\n", - " <th>Republic of Korea</th>\n", - " <td>14.550136</td>\n", - " <td>0.104580</td>\n", - " <td>0.478355</td>\n", + " <th>Iceland</th>\n", + " <td>50.908721</td>\n", + " <td>0.000000</td>\n", + " <td>0.000000</td>\n", " </tr>\n", " <tr>\n", - " <th>Iran (Islamic Republic of)</th>\n", - " <td>9.831264</td>\n", - " <td>0.355745</td>\n", - " <td>3.338620</td>\n", + " <th>Italy</th>\n", + " <td>46.300523</td>\n", + " <td>3.570998</td>\n", + " <td>4.548968</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Switzerland</th>\n", + " <td>25.832078</td>\n", + " <td>0.164386</td>\n", + " <td>0.046967</td>\n", " </tr>\n", " <tr>\n", " <th>Norway</th>\n", - " <td>7.526810</td>\n", - " <td>0.000000</td>\n", + " <td>25.083096</td>\n", + " <td>0.056451</td>\n", " <td>0.018817</td>\n", " </tr>\n", " <tr>\n", - " <th>Bahrain</th>\n", - " <td>7.008874</td>\n", - " <td>0.000000</td>\n", - " <td>1.401775</td>\n", + " <th>Spain</th>\n", + " <td>21.278258</td>\n", + " <td>0.731962</td>\n", + " <td>1.134327</td>\n", " </tr>\n", " <tr>\n", - " <th>Mainland China</th>\n", - " <td>5.798468</td>\n", - " <td>0.225169</td>\n", - " <td>4.315697</td>\n", + " <th>Denmark</th>\n", + " <td>16.076045</td>\n", + " <td>0.051747</td>\n", + " <td>0.017249</td>\n", " </tr>\n", " <tr>\n", - " <th>Switzerland</th>\n", - " <td>5.765250</td>\n", - " <td>0.035226</td>\n", - " <td>0.035226</td>\n", + " <th>Qatar</th>\n", + " <td>15.781847</td>\n", + " <td>0.000000</td>\n", + " <td>0.143798</td>\n", " </tr>\n", " <tr>\n", - " <th>Denmark</th>\n", - " <td>4.519231</td>\n", + " <th>Estonia</th>\n", + " <td>15.519909</td>\n", " <td>0.000000</td>\n", - " <td>0.017249</td>\n", + " <td>0.075707</td>\n", " </tr>\n", " <tr>\n", - " <th>Spain</th>\n", - " <td>3.627705</td>\n", - " <td>0.074908</td>\n", - " <td>0.068488</td>\n", + " <th>Bahrain</th>\n", + " <td>13.635446</td>\n", + " <td>0.063717</td>\n", + " <td>4.906212</td>\n", " </tr>\n", " <tr>\n", - " <th>Sweden</th>\n", - " <td>3.486143</td>\n", + " <th>Slovenia</th>\n", + " <td>12.237759</td>\n", + " <td>0.048371</td>\n", " <td>0.000000</td>\n", - " <td>0.009820</td>\n", " </tr>\n", " <tr>\n", - " <th>Singapore</th>\n", - " <td>2.837546</td>\n", - " <td>0.000000</td>\n", - " <td>1.383303</td>\n", + " <th>Austria</th>\n", + " <td>11.506677</td>\n", + " <td>0.033910</td>\n", + " <td>0.067819</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Sweden</th>\n", + " <td>10.831592</td>\n", + " <td>0.058921</td>\n", + " <td>0.009820</td>\n", " </tr>\n", " <tr>\n", " <th>France</th>\n", - " <td>2.663194</td>\n", - " <td>0.049263</td>\n", + " <td>9.927263</td>\n", + " <td>0.220938</td>\n", " <td>0.017914</td>\n", " </tr>\n", " <tr>\n", " <th>Belgium</th>\n", - " <td>2.337580</td>\n", - " <td>0.000000</td>\n", + " <td>9.262771</td>\n", + " <td>0.043775</td>\n", " <td>0.008755</td>\n", " </tr>\n", " <tr>\n", + " <th>Germany</th>\n", + " <td>8.769061</td>\n", + " <td>0.020500</td>\n", + " <td>0.080793</td>\n", + " </tr>\n", + " <tr>\n", " <th>Netherlands</th>\n", - " <td>2.216932</td>\n", - " <td>0.023214</td>\n", + " <td>8.206132</td>\n", + " <td>0.139284</td>\n", + " <td>0.011607</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Finland</th>\n", + " <td>5.019889</td>\n", " <td>0.000000</td>\n", + " <td>0.181223</td>\n", " </tr>\n", " <tr>\n", - " <th>Austria</th>\n", - " <td>2.057186</td>\n", + " <th>Singapore</th>\n", + " <td>4.309522</td>\n", " <td>0.000000</td>\n", - " <td>0.045213</td>\n", + " <td>1.933078</td>\n", " </tr>\n", " <tr>\n", - " <th>Germany</th>\n", - " <td>1.756947</td>\n", - " <td>0.002412</td>\n", - " <td>0.021706</td>\n", + " <th>Ireland</th>\n", + " <td>3.482019</td>\n", + " <td>0.041207</td>\n", + " <td>0.000000</td>\n", " </tr>\n", " <tr>\n", - " <th>Hong Kong SAR</th>\n", - " <td>1.610522</td>\n", - " <td>0.040263</td>\n", - " <td>0.872366</td>\n", + " <th>Portugal</th>\n", + " <td>3.219293</td>\n", + " <td>0.000000</td>\n", + " <td>0.029178</td>\n", " </tr>\n", " <tr>\n", - " <th>UK</th>\n", - " <td>0.574531</td>\n", - " <td>0.009024</td>\n", - " <td>0.027072</td>\n", + " <th>Greece</th>\n", + " <td>3.085480</td>\n", + " <td>0.037287</td>\n", + " <td>0.074574</td>\n", " </tr>\n", " <tr>\n", - " <th>US</th>\n", - " <td>0.510442</td>\n", - " <td>0.017117</td>\n", - " <td>0.004585</td>\n", + " <th>Kuwait</th>\n", + " <td>2.972947</td>\n", + " <td>0.000000</td>\n", + " <td>0.217533</td>\n", " </tr>\n", " <tr>\n", - " <th>Japan</th>\n", - " <td>0.459183</td>\n", - " <td>0.007903</td>\n", - " <td>0.079824</td>\n", + " <th>Israel</th>\n", + " <td>2.870393</td>\n", + " <td>0.000000</td>\n", + " <td>0.045026</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Malaysia</th>\n", + " <td>1.795196</td>\n", + " <td>0.000000</td>\n", + " <td>0.133212</td>\n", " </tr>\n", " <tr>\n", " <th>Australia</th>\n", - " <td>0.428131</td>\n", + " <td>1.508460</td>\n", " <td>0.012004</td>\n", - " <td>0.084026</td>\n", + " <td>0.092028</td>\n", " </tr>\n", " <tr>\n", - " <th>Malaysia</th>\n", - " <td>0.409153</td>\n", + " <th>US</th>\n", + " <td>1.415789</td>\n", + " <td>0.025981</td>\n", + " <td>0.005196</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Canada</th>\n", + " <td>1.119840</td>\n", + " <td>0.010794</td>\n", + " <td>0.024286</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Chile</th>\n", + " <td>0.827587</td>\n", + " <td>0.000000</td>\n", + " <td>0.000000</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Romania</th>\n", + " <td>0.811341</td>\n", + " <td>0.000000</td>\n", + " <td>0.046216</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Japan</th>\n", + " <td>0.652024</td>\n", + " <td>0.021339</td>\n", + " <td>0.113808</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Poland</th>\n", + " <td>0.466053</td>\n", + " <td>0.010532</td>\n", + " <td>0.034230</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Saudi Arabia</th>\n", + " <td>0.350149</td>\n", " <td>0.000000</td>\n", - " <td>0.076121</td>\n", + " <td>0.005935</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Iraq</th>\n", + " <td>0.322634</td>\n", + " <td>0.026019</td>\n", + " <td>0.067649</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Thailand</th>\n", + " <td>0.211729</td>\n", + " <td>0.001440</td>\n", + " <td>0.050412</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Egypt</th>\n", + " <td>0.152402</td>\n", + " <td>0.002032</td>\n", + " <td>0.027432</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Philippines</th>\n", + " <td>0.133143</td>\n", + " <td>0.011252</td>\n", + " <td>0.001875</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Brazil</th>\n", + " <td>0.095479</td>\n", + " <td>0.000000</td>\n", + " <td>0.000477</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Pakistan</th>\n", + " <td>0.064086</td>\n", + " <td>0.000000</td>\n", + " <td>0.000942</td>\n", + " </tr>\n", + " <tr>\n", + " <th>Indonesia</th>\n", + " <td>0.050063</td>\n", + " <td>0.001868</td>\n", + " <td>0.002989</td>\n", + " </tr>\n", + " <tr>\n", + " <th>India</th>\n", + " <td>0.008798</td>\n", + " <td>0.000148</td>\n", + " <td>0.000961</td>\n", " </tr>\n", " </tbody>\n", "</table>\n", "</div>" ], "text/plain": [ - " confirmed deaths recovered\n", - "Italy 16.794282 1.044161 1.198055\n", - "Republic of Korea 14.550136 0.104580 0.478355\n", - "Iran (Islamic Republic of) 9.831264 0.355745 3.338620\n", - "Norway 7.526810 0.000000 0.018817\n", - "Bahrain 7.008874 0.000000 1.401775\n", - "Mainland China 5.798468 0.225169 4.315697\n", - "Switzerland 5.765250 0.035226 0.035226\n", - "Denmark 4.519231 0.000000 0.017249\n", - "Spain 3.627705 0.074908 0.068488\n", - "Sweden 3.486143 0.000000 0.009820\n", - "Singapore 2.837546 0.000000 1.383303\n", - "France 2.663194 0.049263 0.017914\n", - "Belgium 2.337580 0.000000 0.008755\n", - "Netherlands 2.216932 0.023214 0.000000\n", - "Austria 2.057186 0.000000 0.045213\n", - "Germany 1.756947 0.002412 0.021706\n", - "Hong Kong SAR 1.610522 0.040263 0.872366\n", - "UK 0.574531 0.009024 0.027072\n", - "US 0.510442 0.017117 0.004585\n", - "Japan 0.459183 0.007903 0.079824\n", - "Australia 0.428131 0.012004 0.084026\n", - "Malaysia 0.409153 0.000000 0.076121" + " confirmed deaths recovered\n", + "San Marino 322.628385 20.719254 11.839574\n", + "Iceland 50.908721 0.000000 0.000000\n", + "Italy 46.300523 3.570998 4.548968\n", + "Switzerland 25.832078 0.164386 0.046967\n", + "Norway 25.083096 0.056451 0.018817\n", + "Spain 21.278258 0.731962 1.134327\n", + "Denmark 16.076045 0.051747 0.017249\n", + "Qatar 15.781847 0.000000 0.143798\n", + "Estonia 15.519909 0.000000 0.075707\n", + "Bahrain 13.635446 0.063717 4.906212\n", + "Slovenia 12.237759 0.048371 0.000000\n", + "Austria 11.506677 0.033910 0.067819\n", + "Sweden 10.831592 0.058921 0.009820\n", + "France 9.927263 0.220938 0.017914\n", + "Belgium 9.262771 0.043775 0.008755\n", + "Germany 8.769061 0.020500 0.080793\n", + "Netherlands 8.206132 0.139284 0.011607\n", + "Finland 5.019889 0.000000 0.181223\n", + "Singapore 4.309522 0.000000 1.933078\n", + "Ireland 3.482019 0.041207 0.000000\n", + "Portugal 3.219293 0.000000 0.029178\n", + "Greece 3.085480 0.037287 0.074574\n", + "Kuwait 2.972947 0.000000 0.217533\n", + "Israel 2.870393 0.000000 0.045026\n", + "Malaysia 1.795196 0.000000 0.133212\n", + "Australia 1.508460 0.012004 0.092028\n", + "US 1.415789 0.025981 0.005196\n", + "Canada 1.119840 0.010794 0.024286\n", + "Chile 0.827587 0.000000 0.000000\n", + "Romania 0.811341 0.000000 0.046216\n", + "Japan 0.652024 0.021339 0.113808\n", + "Poland 0.466053 0.010532 0.034230\n", + "Saudi Arabia 0.350149 0.000000 0.005935\n", + "Iraq 0.322634 0.026019 0.067649\n", + "Thailand 0.211729 0.001440 0.050412\n", + "Egypt 0.152402 0.002032 0.027432\n", + "Philippines 0.133143 0.011252 0.001875\n", + "Brazil 0.095479 0.000000 0.000477\n", + "Pakistan 0.064086 0.000000 0.000942\n", + "Indonesia 0.050063 0.001868 0.002989\n", + "India 0.008798 0.000148 0.000961" ] }, - "execution_count": 23, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } -- GitLab