From c737eb9119a0c611da355a20599622b7204dfd49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= <rok.roskar@sdsc.ethz.ch> Date: Tue, 28 Apr 2020 19:28:00 +0000 Subject: [PATCH] renku run --input data/covid-19-italy/dpc-covid19-ita-regioni.csv --input data/covid-19-us-nyt/us-counties.csv --input data/covid-19-spain/ --input data/covid-19-ecdc/covid-19-ecdc.csv papermill notebooks/datasets_summary.ipynb runs/dataset_summary.run.ipynb -p data_path data/ -p atlas_path data/atlas/ --- ...5990857443d0abde4c4f09ab402e_papermill.cwl | 127 ++ runs/dataset_summary.run.ipynb | 1305 +++++++++++++++++ 2 files changed, 1432 insertions(+) create mode 100644 .renku/workflow/696b5990857443d0abde4c4f09ab402e_papermill.cwl create mode 100644 runs/dataset_summary.run.ipynb diff --git a/.renku/workflow/696b5990857443d0abde4c4f09ab402e_papermill.cwl b/.renku/workflow/696b5990857443d0abde4c4f09ab402e_papermill.cwl new file mode 100644 index 000000000..26b8fb809 --- /dev/null +++ b/.renku/workflow/696b5990857443d0abde4c4f09ab402e_papermill.cwl @@ -0,0 +1,127 @@ +arguments: [] +baseCommand: +- papermill +class: CommandLineTool +cwlVersion: v1.0 +hints: [] +inputs: + input_1: + default: + class: File + path: ../../notebooks/datasets_summary.ipynb + inputBinding: + position: 1 + separate: true + shellQuote: true + streamable: false + type: File + input_10: + default: + class: File + path: ../../data/covid-19-ecdc/covid-19-ecdc.csv + streamable: false + type: File + input_2: + default: runs/dataset_summary.run.ipynb + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: string + input_3: + default: data_path + inputBinding: + position: 3 + prefix: -p + separate: true + shellQuote: true + streamable: false + type: string + input_4: + default: + class: Directory + listing: [] + path: ../../data + inputBinding: + position: 4 + separate: true + shellQuote: true + streamable: false + type: Directory + input_5: + default: atlas_path + inputBinding: + position: 5 + prefix: -p + separate: true + shellQuote: true + streamable: false + type: string + input_6: + default: + class: Directory + listing: [] + path: ../../data/atlas + inputBinding: + position: 6 + separate: true + shellQuote: true + streamable: false + type: Directory + input_7: + default: + class: File + path: ../../data/covid-19-italy/dpc-covid19-ita-regioni.csv + streamable: false + type: File + input_8: + default: + class: File + path: ../../data/covid-19-us-nyt/us-counties.csv + streamable: false + type: File + input_9: + default: + class: Directory + listing: [] + path: ../../data/covid-19-spain + streamable: false + type: Directory +outputs: + output_0: + outputBinding: + glob: $(inputs.input_2) + streamable: false + type: File +permanentFailCodes: [] +requirements: +- class: InlineJavascriptRequirement +- class: InitialWorkDirRequirement + listing: + - entry: '$({"listing": [], "class": "Directory"})' + entryname: runs + writable: true + - entry: $(inputs.input_1) + entryname: notebooks/datasets_summary.ipynb + writable: false + - entry: $(inputs.input_4) + entryname: data + writable: false + - entry: $(inputs.input_6) + entryname: data/atlas + writable: false + - entry: $(inputs.input_7) + entryname: data/covid-19-italy/dpc-covid19-ita-regioni.csv + writable: false + - entry: $(inputs.input_8) + entryname: data/covid-19-us-nyt/us-counties.csv + writable: false + - entry: $(inputs.input_9) + entryname: data/covid-19-spain + writable: false + - entry: $(inputs.input_10) + entryname: data/covid-19-ecdc/covid-19-ecdc.csv + writable: false +successCodes: [] +temporaryFailCodes: [] diff --git a/runs/dataset_summary.run.ipynb b/runs/dataset_summary.run.ipynb new file mode 100644 index 000000000..6a00d77cd --- /dev/null +++ b/runs/dataset_summary.run.ipynb @@ -0,0 +1,1305 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "papermill": { + "duration": 0.063933, + "end_time": "2020-04-28T19:27:53.765279", + "exception": false, + "start_time": "2020-04-28T19:27:53.701346", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "%load_ext autoreload\n", + "%autoreload 2" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "papermill": { + "duration": 0.048917, + "end_time": "2020-04-28T19:27:53.836867", + "exception": false, + "start_time": "2020-04-28T19:27:53.787950", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "from IPython.display import display, HTML\n", + "renkulab_credits = HTML(\"\"\"<p style=\"font-size: smaller\">Analysis and Visualization:\n", + " <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">\n", + " Covid-19 Public Data Collaboration Project @ renkulab.io\n", + " </a>\n", + " </p>\n", + "\"\"\")\n", + "ecdc_credits=HTML('''\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide\">ECDC</a>\n", + "</p>\n", + "'''\n", + ")\n", + "all_credits=HTML(\"\"\"\n", + "<p style=\"font-size: smaller\">Data Sources: \n", + " <a href=\"https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide\">ECDC</a>, \n", + " <a href=\"https://github.com/pcm-dpc/COVID-19\">Italian Civil Protection</a>, \n", + " <a href=\"https://github.com/nytimes/covid-19-data\">The New York Times</a>, \n", + " <a href=\"https://github.com/datadista/datasets\">Datadista</a>.\n", + "</p>\n", + "\"\"\")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "papermill": { + "duration": 0.009844, + "end_time": "2020-04-28T19:27:53.856840", + "exception": false, + "start_time": "2020-04-28T19:27:53.846996", + "status": "completed" + }, + "tags": [] + }, + "source": [ + "# Global and Regional Covid-19 Case Count Data\n", + "\n", + "In this project we collect data about the ongoing Covid-19 pandemic from a variety of sources. Some aggregate worldwide country-level statistics while others provide fine-grained data about regions of individual countries. \n", + "\n", + "Here we summarize some of the available data using the simple standardized views we have built for these datasets, which allow us to use the same analysis tools across the heterogeneous datasets. " + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "papermill": { + "duration": 0.448861, + "end_time": "2020-04-28T19:27:54.316818", + "exception": false, + "start_time": "2020-04-28T19:27:53.867957", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# Standard python imports - we will be using pandas for data wrangling and altair for visualization\n", + "from datetime import datetime\n", + "from pathlib import Path\n", + "\n", + "import altair as alt\n", + "import pandas as pd" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "papermill": { + "duration": 0.055302, + "end_time": "2020-04-28T19:27:54.398557", + "exception": false, + "start_time": "2020-04-28T19:27:54.343255", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# Importing our custom tools for the datasets in this repository. \n", + "from covid_19_utils import helper, plotting\n", + "from covid_19_utils.converters import CaseConverter" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "papermill": { + "duration": 0.039177, + "end_time": "2020-04-28T19:27:54.456336", + "exception": false, + "start_time": "2020-04-28T19:27:54.417159", + "status": "completed" + }, + "tags": [ + "parameters" + ] + }, + "outputs": [], + "source": [ + "data_path = \"../data\"\n", + "atlas_path = \"../data/atlas\"" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "papermill": { + "duration": 0.047617, + "end_time": "2020-04-28T19:27:54.523422", + "exception": false, + "start_time": "2020-04-28T19:27:54.475805", + "status": "completed" + }, + "tags": [ + "injected-parameters" + ] + }, + "outputs": [], + "source": [ + "# Parameters\n", + "data_path = \"data/\"\n", + "atlas_path = \"data/atlas/\"\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "papermill": { + "duration": 0.047258, + "end_time": "2020-04-28T19:27:54.587783", + "exception": false, + "start_time": "2020-04-28T19:27:54.540525", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# Instantiating the CaseConverter to read in the data.\n", + "# It takes a path to the atlas dataset as an argument - the atlas holds various population and country metadata data. \n", + "converter = CaseConverter(atlas_path)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "papermill": { + "duration": 0.01167, + "end_time": "2020-04-28T19:27:54.622339", + "exception": false, + "start_time": "2020-04-28T19:27:54.610669", + "status": "completed" + }, + "tags": [] + }, + "source": [ + "## Global deaths attributed to Covid-19\n", + "\n", + "How deadly has the pandemic been over the past few months? Where has it proven to be the deadliest? We investigate the data collected by the [European Center for Disease Prevention and Control](https://www.ecdc.europa.eu/en) to gain some basic understanding of these questions. " + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "papermill": { + "duration": 0.356898, + "end_time": "2020-04-28T19:27:54.989486", + "exception": false, + "start_time": "2020-04-28T19:27:54.632588", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# read in the data from the European Center for Disease Prevention and Control\n", + "global_df = converter.read_convert(Path(data_path) / \"covid-19-ecdc\")" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "papermill": { + "duration": 0.12036, + "end_time": "2020-04-28T19:27:55.133994", + "exception": false, + "start_time": "2020-04-28T19:27:55.013634", + "status": "completed" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-911b70f6ccb84880901aa2ba6b8e9e20\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-911b70f6ccb84880901aa2ba6b8e9e20\");\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\": \"line\", \"encoding\": {\"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased_daily\", \"title\": \"Daily deaths\"}}}, {\"mark\": {\"type\": \"area\", \"color\": \"orange\", \"opacity\": 0.3}, \"encoding\": {\"x\": {\"type\": \"temporal\", \"field\": \"date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"mean_deceased\"}}, \"transform\": [{\"window\": [{\"op\": \"mean\", \"field\": \"deceased_daily\", \"as\": \"mean_deceased\"}], \"frame\": [-3, 3]}]}, {\"mark\": {\"type\": \"line\", \"color\": \"orange\"}, \"encoding\": {\"x\": {\"type\": \"temporal\", \"field\": \"date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"mean_deceased\"}}, \"transform\": [{\"window\": [{\"op\": \"mean\", \"field\": \"deceased_daily\", \"as\": \"mean_deceased\"}], \"frame\": [-3, 3]}]}], \"data\": {\"name\": \"data-4097b0d8f16a78715e8ad1ed9ac11ac2\"}, \"height\": 350, \"title\": \"Daily global deaths and 7-day mean\", \"width\": 600, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-4097b0d8f16a78715e8ad1ed9ac11ac2\": [{\"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.018596569327866852, \"deceased_daily\": 46, \"deceased\": 259, \"positive_100k\": 1.4294319930353885, \"positive_daily\": 2120, \"positive\": 11946}, {\"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.022765263106514236, \"deceased_daily\": 46, \"deceased\": 305, \"positive_100k\": 1.682840378335687, \"positive_daily\": 2608, \"positive\": 14554}, {\"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.026857944387164465, \"deceased_daily\": 57, \"deceased\": 362, \"positive_100k\": 1.8887058260415173, \"positive_daily\": 2818, \"positive\": 17372}, {\"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.03152503707562526, \"deceased_daily\": 65, \"deceased\": 427, \"positive_100k\": 2.1353510265674065, \"positive_daily\": 3243, \"positive\": 20615}, {\"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.036263931190062375, \"deceased_daily\": 66, \"deceased\": 493, \"positive_100k\": 335.8878692971418, \"positive_daily\": 3907, \"positive\": 24522}, {\"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.04143363386035741, \"deceased_daily\": 72, \"deceased\": 565, \"positive_100k\": 669.5810164449371, \"positive_daily\": 3751, \"positive\": 28273}, {\"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.04667513795662876, \"deceased_daily\": 73, \"deceased\": 638, \"positive_100k\": 2036.5535519931766, \"positive_daily\": 3218, \"positive\": 31491}, {\"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.052850060590592274, \"deceased_daily\": 86, \"deceased\": 724, \"positive_100k\": 2136.900115432936, \"positive_daily\": 3442, \"positive\": 34933}, {\"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.05924038750248475, \"deceased_daily\": 89, \"deceased\": 813, \"positive_100k\": 2137.2233085751677, \"positive_daily\": 2619, \"positive\": 37552}, {\"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.06620512582218777, \"deceased_daily\": 97, \"deceased\": 910, \"positive_100k\": 2337.502407006771, \"positive_daily\": 2988, \"positive\": 40540}, {\"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.07395967982763031, \"deceased_daily\": 108, \"deceased\": 1018, \"positive_100k\": 4504.403016751882, \"positive_daily\": 2565, \"positive\": 43105}, {\"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.08092441814733334, \"deceased_daily\": 97, \"deceased\": 1115, \"positive_100k\": 5804.587951426285, \"positive_daily\": 2072, \"positive\": 45177}, {\"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0999523123717062, \"deceased_daily\": 255, \"deceased\": 1370, \"positive_100k\": 5805.734318464158, \"positive_daily\": 15151, \"positive\": 60328}, {\"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.10088573090939837, \"deceased_daily\": 13, \"deceased\": 1383, \"positive_100k\": 7372.849538066969, \"positive_daily\": 4215, \"positive\": 64543}, {\"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.11264615635283931, \"deceased_daily\": 144, \"deceased\": 1527, \"positive_100k\": 7373.209202886569, \"positive_daily\": 2560, \"positive\": 67103}, {\"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.12284195884147674, \"deceased_daily\": 142, \"deceased\": 1669, \"positive_100k\": 11840.124821348247, \"positive_daily\": 2162, \"positive\": 69265}, {\"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.1345862431055416, \"deceased_daily\": 106, \"deceased\": 1775, \"positive_100k\": 11840.353117111474, \"positive_daily\": 2067, \"positive\": 71332}, {\"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.14162278285122096, \"deceased_daily\": 98, \"deceased\": 1873, \"positive_100k\": 15140.536078386498, \"positive_daily\": 1995, \"positive\": 73327}, {\"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.1516031810619294, \"deceased_daily\": 139, \"deceased\": 2012, \"positive_100k\": 18074.10058509717, \"positive_daily\": 1864, \"positive\": 75191}, {\"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 66.82875658717266, \"deceased_daily\": 116, \"deceased\": 2128, \"positive_100k\": 20707.606339879592, \"positive_daily\": 532, \"positive\": 75723}, {\"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 66.83916581669892, \"deceased_daily\": 119, \"deceased\": 2247, \"positive_100k\": 21141.188419502483, \"positive_daily\": 996, \"positive\": 76719}, {\"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 66.85137381312613, \"deceased_daily\": 112, \"deceased\": 2359, \"positive_100k\": 21141.758817159556, \"positive_daily\": 1085, \"positive\": 77804}, {\"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 66.86875237068675, \"deceased_daily\": 104, \"deceased\": 2463, \"positive_100k\": 21142.515189261878, \"positive_daily\": 1008, \"positive\": 78812}, {\"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 100.22039671004073, \"deceased_daily\": 156, \"deceased\": 2619, \"positive_100k\": 23043.120079370776, \"positive_daily\": 527, \"positive\": 79339}, {\"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 100.23886851891837, \"deceased_daily\": 79, \"deceased\": 2698, \"positive_100k\": 23043.79216719239, \"positive_daily\": 793, \"positive\": 80132}, {\"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 133.59368684019876, \"deceased_daily\": 64, \"deceased\": 2762, \"positive_100k\": 23046.161548581564, \"positive_daily\": 863, \"positive\": 80995}, {\"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 133.60732395994643, \"deceased_daily\": 38, \"deceased\": 2800, \"positive_100k\": 23515.19075512611, \"positive_daily\": 1106, \"positive\": 82101}, {\"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 133.62925117343295, \"deceased_daily\": 57, \"deceased\": 2857, \"positive_100k\": 23520.685693146756, \"positive_daily\": 1264, \"positive\": 83365}, {\"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 200.32150149817136, \"deceased_daily\": 64, \"deceased\": 2921, \"positive_100k\": 23526.791941268242, \"positive_daily\": 1838, \"positive\": 85203}, {\"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 200.35751966428649, \"deceased_daily\": 58, \"deceased\": 2979, \"positive_100k\": 23529.831779184216, \"positive_daily\": 1823, \"positive\": 87026}, {\"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 203.3545840812728, \"deceased_daily\": 67, \"deceased\": 3046, \"positive_100k\": 23555.176987873758, \"positive_daily\": 2042, \"positive\": 89068}, {\"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.4517467317308567, \"deceased_daily\": 72, \"deceased\": 3109, \"positive_100k\": 32.542495271514426, \"positive_daily\": 1797, \"positive\": 89927}, {\"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 3.4842342634239167, \"deceased_daily\": 84, \"deceased\": 3194, \"positive_100k\": 67.39378818463665, \"positive_daily\": 2212, \"positive\": 92176}, {\"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 3.559274249644865, \"deceased_daily\": 80, \"deceased\": 3274, \"positive_100k\": 91.7312315259857, \"positive_daily\": 2239, \"positive\": 94386}, {\"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 3.6914469677656223, \"deceased_daily\": 103, \"deceased\": 3377, \"positive_100k\": 122.31694450514281, \"positive_daily\": 2856, \"positive\": 97354}, {\"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 3.8100519870311, \"deceased_daily\": 103, \"deceased\": 3480, \"positive_100k\": 236.77161178778584, \"positive_daily\": 3961, \"positive\": 101207}, {\"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 3.9227806067109388, \"deceased_daily\": 97, \"deceased\": 3578, \"positive_100k\": 158.6738095609856, \"positive_daily\": 3691, \"positive\": 104882}, {\"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 4.258080146962669, \"deceased_daily\": 229, \"deceased\": 3807, \"positive_100k\": 202.43310929295365, \"positive_daily\": 3871, \"positive\": 108737}, {\"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 240.82788194957925, \"deceased_daily\": 209, \"deceased\": 4014, \"positive_100k\": 23453.05194417985, \"positive_daily\": 4540, \"positive\": 113860}, {\"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 7.953647858752048, \"deceased_daily\": 269, \"deceased\": 4285, \"positive_100k\": 313.7179946231499, \"positive_daily\": 4378, \"positive\": 117789}, {\"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 11.533890029809239, \"deceased_daily\": 326, \"deceased\": 4610, \"positive_100k\": 379.50068163167685, \"positive_daily\": 6884, \"positive\": 124622}, {\"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 18.138809928532382, \"deceased_daily\": 351, \"deceased\": 4960, \"positive_100k\": 425.186232439317, \"positive_daily\": 8356, \"positive\": 132659}, {\"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 18.844929487054358, \"deceased_daily\": 438, \"deceased\": 5397, \"positive_100k\": 498.9165293966235, \"positive_daily\": 9406, \"positive\": 142332}, {\"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 19.370232926676252, \"deceased_daily\": 354, \"deceased\": 5752, \"positive_100k\": 609.3851592026515, \"positive_daily\": 11515, \"positive\": 153971}, {\"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 26.895357643230486, \"deceased_daily\": 745, \"deceased\": 6499, \"positive_100k\": 835.328332147487, \"positive_daily\": 12644, \"positive\": 166686}, {\"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 33.89270093773523, \"deceased_daily\": 596, \"deceased\": 7095, \"positive_100k\": 916.4218832373579, \"positive_daily\": 12676, \"positive\": 179378}, {\"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 41.33940485104112, \"deceased_daily\": 789, \"deceased\": 7884, \"positive_100k\": 1002.0526651535598, \"positive_daily\": 14749, \"positive\": 194139}, {\"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 52.13768569150822, \"deceased_daily\": 951, \"deceased\": 8835, \"positive_100k\": 1198.8613004195056, \"positive_daily\": 18306, \"positive\": 212445}, {\"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 54.803276206731084, \"deceased_daily\": 1041, \"deceased\": 9876, \"positive_100k\": 1618.3404071998007, \"positive_daily\": 29225, \"positive\": 241674}, {\"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 59.35605195390208, \"deceased_daily\": 1366, \"deceased\": 11242, \"positive_100k\": 1905.3894390739124, \"positive_daily\": 28742, \"positive\": 270411}, {\"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 81.84219084525584, \"deceased_daily\": 1700, \"deceased\": 12942, \"positive_100k\": 2134.8343082823612, \"positive_daily\": 34119, \"positive\": 304530}, {\"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 85.20559876654839, \"deceased_daily\": 1654, \"deceased\": 14596, \"positive_100k\": 2472.359791207972, \"positive_daily\": 33000, \"positive\": 337530}, {\"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 89.3330274862667, \"deceased_daily\": 1760, \"deceased\": 16356, \"positive_100k\": 2809.540096092066, \"positive_daily\": 39733, \"positive\": 377270}, {\"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 97.78487817530495, \"deceased_daily\": 2202, \"deceased\": 18558, \"positive_100k\": 3090.091930892372, \"positive_daily\": 38913, \"positive\": 416178}, {\"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 103.94922436948765, \"deceased_daily\": 2428, \"deceased\": 20986, \"positive_100k\": 3514.955748943179, \"positive_daily\": 51211, \"positive\": 467396}, {\"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 115.88717657369988, \"deceased_daily\": 2681, \"deceased\": 23667, \"positive_100k\": 4430.589033519576, \"positive_daily\": 59747, \"positive\": 527143}, {\"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 125.15342317406983, \"deceased_daily\": 3319, \"deceased\": 26986, \"positive_100k\": 4879.044090871451, \"positive_daily\": 63957, \"positive\": 591100}, {\"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 138.28342498924474, \"deceased_daily\": 3459, \"deceased\": 30445, \"positive_100k\": 5364.201051156631, \"positive_daily\": 65038, \"positive\": 656138}, {\"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 156.54477643430639, \"deceased_daily\": 3124, \"deceased\": 33569, \"positive_100k\": 5736.83230718254, \"positive_daily\": 58543, \"positive\": 714681}, {\"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 170.07233539985168, \"deceased_daily\": 3700, \"deceased\": 37268, \"positive_100k\": 5950.200982565801, \"positive_daily\": 61810, \"positive\": 776399}, {\"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 192.47755045195905, \"deceased_daily\": 4628, \"deceased\": 41897, \"positive_100k\": 6320.141191162756, \"positive_daily\": 74400, \"positive\": 850886}, {\"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 211.9396675889544, \"deceased_daily\": 4980, \"deceased\": 46877, \"positive_100k\": 6810.225837779724, \"positive_daily\": 76904, \"positive\": 927795}, {\"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 242.01092092785726, \"deceased_daily\": 4693, \"deceased\": 51570, \"positive_100k\": 7320.095361396007, \"positive_daily\": 77572, \"positive\": 1005367}, {\"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 268.4565315487281, \"deceased_daily\": 6603, \"deceased\": 58173, \"positive_100k\": 7902.0629304095255, \"positive_daily\": 81759, \"positive\": 1087126}, {\"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 292.3701265311368, \"deceased_daily\": 6093, \"deceased\": 64265, \"positive_100k\": 8340.113046224513, \"positive_daily\": 86484, \"positive\": 1173455}, {\"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 317.5052729694895, \"deceased_daily\": 4655, \"deceased\": 68921, \"positive_100k\": 8769.919819832927, \"positive_daily\": 71295, \"positive\": 1244905}, {\"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 339.74919494048675, \"deceased_daily\": 5137, \"deceased\": 74058, \"positive_100k\": 9151.187945953961, \"positive_daily\": 71387, \"positive\": 1316292}, {\"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 378.01687896792276, \"deceased_daily\": 7411, \"deceased\": 81469, \"positive_100k\": 9511.99945446387, \"positive_daily\": 74893, \"positive\": 1391185}, {\"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 397.8642020928085, \"deceased_daily\": 6340, \"deceased\": 87809, \"positive_100k\": 10081.556201798287, \"positive_daily\": 84911, \"positive\": 1476096}, {\"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 421.95237122083824, \"deceased_daily\": 7223, \"deceased\": 95032, \"positive_100k\": 10596.377364866512, \"positive_daily\": 87027, \"positive\": 1563123}, {\"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 445.8324179307481, \"deceased_daily\": 7049, \"deceased\": 102081, \"positive_100k\": 11006.262316594584, \"positive_daily\": 89341, \"positive\": 1652464}, {\"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 467.65537760019873, \"deceased_daily\": 6104, \"deceased\": 108185, \"positive_100k\": 11390.54127592542, \"positive_daily\": 81708, \"positive\": 1734172}, {\"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 494.80787332010505, \"deceased_daily\": 5321, \"deceased\": 113506, \"positive_100k\": 11700.827200825084, \"positive_daily\": 72388, \"positive\": 1806560}, {\"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 510.4432800090097, \"deceased_daily\": 5344, \"deceased\": 118850, \"positive_100k\": 11952.482739950176, \"positive_daily\": 66383, \"positive\": 1872943}, {\"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 532.0111577554856, \"deceased_daily\": 7118, \"deceased\": 125968, \"positive_100k\": 12254.87808000848, \"positive_daily\": 75224, \"positive\": 1948167}, {\"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 558.8898483411101, \"deceased_daily\": 10345, \"deceased\": 136313, \"positive_100k\": 12680.454509694477, \"positive_daily\": 81011, \"positive\": 2029178}, {\"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 591.4719630569, \"deceased_daily\": 8507, \"deceased\": 144820, \"positive_100k\": 13134.25497615998, \"positive_daily\": 84335, \"positive\": 2113513}, {\"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 615.6720451088817, \"deceased_daily\": 8263, \"deceased\": 153083, \"positive_100k\": 13443.628882757022, \"positive_daily\": 83311, \"positive\": 2196824}, {\"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 635.5567727972367, \"deceased_daily\": 6421, \"deceased\": 159504, \"positive_100k\": 13807.045799015978, \"positive_daily\": 84112, \"positive\": 2280936}, {\"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 654.5443420600661, \"deceased_daily\": 5145, \"deceased\": 164649, \"positive_100k\": 14083.533762554329, \"positive_daily\": 74142, \"positive\": 2355078}, {\"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 674.3905001491244, \"deceased_daily\": 5195, \"deceased\": 169844, \"positive_100k\": 14446.340273937396, \"positive_daily\": 77274, \"positive\": 2432352}, {\"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 695.6716377957981, \"deceased_daily\": 6935, \"deceased\": 176779, \"positive_100k\": 14752.273110619262, \"positive_daily\": 87387, \"positive\": 2519739}, {\"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 725.4694236941526, \"deceased_daily\": 6022, \"deceased\": 182801, \"positive_100k\": 15058.989993035797, \"positive_daily\": 67629, \"positive\": 2587368}, {\"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 745.2354953169729, \"deceased_daily\": 7428, \"deceased\": 190229, \"positive_100k\": 15387.327072318345, \"positive_daily\": 80073, \"positive\": 2667441}, {\"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 766.3472618051186, \"deceased_daily\": 5150, \"deceased\": 195379, \"positive_100k\": 15693.337209080066, \"positive_daily\": 76607, \"positive\": 2744048}, {\"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 752.6075883938273, \"deceased_daily\": 5929, \"deceased\": 178784, \"positive_100k\": 15502.454575160647, \"positive_daily\": 99968, \"positive\": 2624252}]}}, {\"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://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide\">ECDC</a>\n", + "</p>\n" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<p style=\"font-size: smaller\">Analysis and Visualization:\n", + " <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">\n", + " Covid-19 Public Data Collaboration Project @ renkulab.io\n", + " </a>\n", + " </p>\n" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Set a start date of Feb 1st and plot the daily deaths globally\n", + "start_date = datetime.fromisoformat('2020-02-01')\n", + "global_daily_totals = global_df.groupby('date').sum().reset_index()\n", + "\n", + "# basic chart\n", + "base = alt.Chart(global_daily_totals.loc[global_daily_totals.date >= start_date])\n", + "\n", + "chart = base.mark_line().encode(\n", + " x=alt.X('date', title='Date'),\n", + " y=alt.Y('deceased_daily', title='Daily deaths')\n", + ")\n", + "\n", + "# 7-day mean - we use the altair window function to compute this directly\n", + "running_mean = base.transform_window(\n", + " mean_deceased='mean(deceased_daily)',\n", + " frame=[-3, 3],\n", + ").mark_area(opacity=0.3, color='orange').encode(\n", + " x='date',\n", + " y='mean_deceased:Q'\n", + ")\n", + "\n", + "# combine the two charts together and set the size and title\n", + "combined = (\n", + " chart +\n", + " running_mean +\n", + " running_mean.mark_line(color='orange')\n", + ").properties(\n", + " width=600,\n", + " height=350,\n", + " title=\"Daily global deaths and 7-day mean\"\n", + ")\n", + "\n", + "display(combined)\n", + "display(ecdc_credits)\n", + "display(renkulab_credits)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "papermill": { + "duration": 0.011446, + "end_time": "2020-04-28T19:27:55.164637", + "exception": false, + "start_time": "2020-04-28T19:27:55.153191", + "status": "completed" + }, + "tags": [] + }, + "source": [ + "### Top ten countries by total number of deaths attributed to Covid-19" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "papermill": { + "duration": 0.07246, + "end_time": "2020-04-28T19:27:55.254471", + "exception": false, + "start_time": "2020-04-28T19:27:55.182011", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# Sort countries by their total deaths \n", + "country_death_sort = global_df.groupby(\n", + " \"country_label\"\n", + ")['deceased'].max().sort_values(\n", + " ascending=False\n", + ").index.to_list()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "papermill": { + "duration": 0.074552, + "end_time": "2020-04-28T19:27:55.354194", + "exception": false, + "start_time": "2020-04-28T19:27:55.279642", + "status": "completed" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "<div>\n", + "<style scoped>\n", + " .dataframe tbody tr th:only-of-type {\n", + " vertical-align: middle;\n", + " }\n", + "\n", + " .dataframe tbody tr th {\n", + " vertical-align: top;\n", + " }\n", + "\n", + " .dataframe thead th {\n", + " text-align: right;\n", + " }\n", + "</style>\n", + "<table border=\"1\" class=\"dataframe\">\n", + " <thead>\n", + " <tr style=\"text-align: right;\">\n", + " <th></th>\n", + " <th>Country</th>\n", + " <th>Deaths</th>\n", + " <th>Deaths per 100k</th>\n", + " <th>Positive cases</th>\n", + " <th>Positive cases per 100k</th>\n", + " </tr>\n", + " </thead>\n", + " <tbody>\n", + " <tr>\n", + " <th>0</th>\n", + " <td>United States of America</td>\n", + " <td>53189</td>\n", + " <td>16.257425</td>\n", + " <td>939053</td>\n", + " <td>287.025206</td>\n", + " </tr>\n", + " <tr>\n", + " <th>1</th>\n", + " <td>Italy</td>\n", + " <td>26384</td>\n", + " <td>43.659507</td>\n", + " <td>195351</td>\n", + " <td>323.261381</td>\n", + " </tr>\n", + " <tr>\n", + " <th>2</th>\n", + " <td>France</td>\n", + " <td>22614</td>\n", + " <td>33.758666</td>\n", + " <td>124114</td>\n", + " <td>185.280051</td>\n", + " </tr>\n", + " <tr>\n", + " <th>3</th>\n", + " <td>United Kingdom</td>\n", + " <td>20319</td>\n", + " <td>30.559946</td>\n", + " <td>148377</td>\n", + " <td>223.160252</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4</th>\n", + " <td>Belgium</td>\n", + " <td>6917</td>\n", + " <td>60.558211</td>\n", + " <td>45325</td>\n", + " <td>396.819560</td>\n", + " </tr>\n", + " <tr>\n", + " <th>5</th>\n", + " <td>Iran</td>\n", + " <td>5650</td>\n", + " <td>6.907068</td>\n", + " <td>89328</td>\n", + " <td>109.202575</td>\n", + " </tr>\n", + " <tr>\n", + " <th>6</th>\n", + " <td>Germany</td>\n", + " <td>5640</td>\n", + " <td>6.801087</td>\n", + " <td>154175</td>\n", + " <td>185.914462</td>\n", + " </tr>\n", + " <tr>\n", + " <th>7</th>\n", + " <td>China</td>\n", + " <td>4636</td>\n", + " <td>0.332871</td>\n", + " <td>83909</td>\n", + " <td>6.024786</td>\n", + " </tr>\n", + " <tr>\n", + " <th>8</th>\n", + " <td>Netherlands</td>\n", + " <td>4409</td>\n", + " <td>25.587578</td>\n", + " <td>37190</td>\n", + " <td>215.831718</td>\n", + " </tr>\n", + " <tr>\n", + " <th>9</th>\n", + " <td>Brazil</td>\n", + " <td>4016</td>\n", + " <td>1.917226</td>\n", + " <td>58509</td>\n", + " <td>27.932012</td>\n", + " </tr>\n", + " </tbody>\n", + "</table>\n", + "</div>" + ], + "text/plain": [ + " Country Deaths Deaths per 100k Positive cases \\\n", + "0 United States of America 53189 16.257425 939053 \n", + "1 Italy 26384 43.659507 195351 \n", + "2 France 22614 33.758666 124114 \n", + "3 United Kingdom 20319 30.559946 148377 \n", + "4 Belgium 6917 60.558211 45325 \n", + "5 Iran 5650 6.907068 89328 \n", + "6 Germany 5640 6.801087 154175 \n", + "7 China 4636 0.332871 83909 \n", + "8 Netherlands 4409 25.587578 37190 \n", + "9 Brazil 4016 1.917226 58509 \n", + "\n", + " Positive cases per 100k \n", + "0 287.025206 \n", + "1 323.261381 \n", + "2 185.280051 \n", + "3 223.160252 \n", + "4 396.819560 \n", + "5 109.202575 \n", + "6 185.914462 \n", + "7 6.024786 \n", + "8 215.831718 \n", + "9 27.932012 " + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# define some column translations for nicer display and print the top ten\n", + "columns = [\"deceased\", \"deceased_100k\", \"positive\", \"positive_100k\"]\n", + "pretty_print_columns = {\n", + " \"deceased\": \"Deaths\",\n", + " \"deceased_daily\": \"Daily deaths\",\n", + " \"deceased_100k\": \"Deaths per 100k\",\n", + " \"positive\": \"Positive cases\", \n", + " \"positive_daily\": \"Daily positive cases\",\n", + " \"positive_100k\": \"Positive cases per 100k\",\n", + " \"country_label\": \"Country\",\n", + " \"county_state\": \"County, State\",\n", + " \"region_label\": \"Region\"\n", + " }\n", + "\n", + "# global data sorted by cumulative deaths\n", + "global_sorted = global_df.set_index([\"country_label\"]).loc[country_death_sort]\n", + "\n", + "# display a table of cumulative data for the top ten countries by total deaths\n", + "global_sorted.loc[\n", + " global_sorted.date == global_sorted.date.max()\n", + "][columns].reset_index().rename(\n", + " columns=pretty_print_columns\n", + ")[:10]" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "papermill": { + "duration": 0.011835, + "end_time": "2020-04-28T19:27:55.388505", + "exception": false, + "start_time": "2020-04-28T19:27:55.376670", + "status": "completed" + }, + "tags": [] + }, + "source": [ + "## Growth of deaths in hardest-hit regions\n", + "\n", + "For the three top countries in the list above we have regional datasets - in each of those, specific regions have contributed disproportionately to the death counts in their respective countries. " + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "papermill": { + "duration": 2.911695, + "end_time": "2020-04-28T19:27:58.312325", + "exception": false, + "start_time": "2020-04-28T19:27:55.400630", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# read in the regional data for the U.S., Italy and Spain\n", + "us_df = converter.read_convert(Path(data_path) / \"covid-19-us-nyt\")\n", + "spain_df = converter.read_convert(Path(data_path) / \"covid-19-spain\")\n", + "italy_df = converter.read_convert(Path(data_path) / \"covid-19-italy/dpc-covid19-ita-regioni.csv\")\n", + "\n", + "# In the U.S. there are counties with the same name in different states - create a unique key\n", + "us_df['county_state'] = us_df.apply(lambda row: f\"{row['admin2_label']}, {row['region_label']}\", axis=1)" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "papermill": { + "duration": 0.057327, + "end_time": "2020-04-28T19:27:58.414073", + "exception": false, + "start_time": "2020-04-28T19:27:58.356746", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# In each country, find the three most affected regions. \n", + "# Note that in these data we have two levels of sub-regions. \n", + "# For the U.S. data this means that \"regions\" are \"states\" and \"admin_2\" refers to \"counties\"." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": { + "papermill": { + "duration": 0.067214, + "end_time": "2020-04-28T19:27:58.513312", + "exception": false, + "start_time": "2020-04-28T19:27:58.446098", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "# we define a simple function to return the top five \"keys\" based on a particular \"field\"\n", + "\n", + "def get_top5(df,key=\"region_label\",field=\"deceased\"):\n", + " \"\"\"Return the top 5 keys\"\"\"\n", + " return df.groupby(key).last().sort_values(by=field, ascending=False).reset_index().iloc[:5]" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "papermill": { + "duration": 0.187103, + "end_time": "2020-04-28T19:27:58.725007", + "exception": false, + "start_time": "2020-04-28T19:27:58.537904", + "status": "completed" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + " <h3>\n", + " Cummulative deaths attributed to Covid-19 in U.S., Spain and Italy\n", + " </h3>\n", + " " + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + " <h4>United States</h4>\n", + " <p style=\"font-size: smaller\">(based on data from Apr. 25, 2020)</p>\n", + " <table border=\"1\" class=\"dataframe\">\n", + " <thead>\n", + " <tr style=\"text-align: right;\">\n", + " <th>County, State</th>\n", + " <th>Deaths</th>\n", + " <th>Deaths per 100k</th>\n", + " <th>Positive cases</th>\n", + " <th>Positive cases per 100k</th>\n", + " </tr>\n", + " </thead>\n", + " <tbody>\n", + " <tr>\n", + " <td>New York City, New York</td>\n", + " <td>11419</td>\n", + " <td>136.970741</td>\n", + " <td>155124</td>\n", + " <td>1860.710149</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Nassau, New York</td>\n", + " <td>1917</td>\n", + " <td>141.275414</td>\n", + " <td>33798</td>\n", + " <td>2490.780619</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Wayne, Michigan</td>\n", + " <td>1560</td>\n", + " <td>89.176336</td>\n", + " <td>15548</td>\n", + " <td>888.790820</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Cook, Illinois</td>\n", + " <td>1267</td>\n", + " <td>24.600829</td>\n", + " <td>29058</td>\n", + " <td>564.207483</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Suffolk, New York</td>\n", + " <td>1085</td>\n", + " <td>73.479566</td>\n", + " <td>31368</td>\n", + " <td>2124.338261</td>\n", + " </tr>\n", + " </tbody>\n", + "</table>\n", + "\n", + " <h4>Spain</h4>\n", + " <p style=\"font-size: smaller\">(based on data from Apr. 26, 2020)</p>\n", + " <table border=\"1\" class=\"dataframe\">\n", + " <thead>\n", + " <tr style=\"text-align: right;\">\n", + " <th>Region</th>\n", + " <th>Deaths</th>\n", + " <th>Deaths per 100k</th>\n", + " <th>Positive cases</th>\n", + " <th>Positive cases per 100k</th>\n", + " </tr>\n", + " </thead>\n", + " <tbody>\n", + " <tr>\n", + " <td>Madrid</td>\n", + " <td>7922.0</td>\n", + " <td>118.914150</td>\n", + " <td>62817</td>\n", + " <td>942.922259</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Cataluña</td>\n", + " <td>4566.0</td>\n", + " <td>59.925239</td>\n", + " <td>47838</td>\n", + " <td>627.836967</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Castilla-La Mancha</td>\n", + " <td>2330.0</td>\n", + " <td>110.618891</td>\n", + " <td>18995</td>\n", + " <td>901.805082</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Castilla y León</td>\n", + " <td>1666.0</td>\n", + " <td>68.880148</td>\n", + " <td>18684</td>\n", + " <td>772.483001</td>\n", + " </tr>\n", + " <tr>\n", + " <td>PaÃs Vasco</td>\n", + " <td>1230.0</td>\n", + " <td>56.741986</td>\n", + " <td>14315</td>\n", + " <td>660.375226</td>\n", + " </tr>\n", + " </tbody>\n", + "</table>\n", + "\n", + " <h4>Italy</h4>\n", + " <p style=\"font-size: smaller\">(based on data from Apr. 26, 2020)</p>\n", + " <table border=\"1\" class=\"dataframe\">\n", + " <thead>\n", + " <tr style=\"text-align: right;\">\n", + " <th>Region</th>\n", + " <th>Deaths</th>\n", + " <th>Deaths per 100k</th>\n", + " <th>Positive cases</th>\n", + " <th>Positive cases per 100k</th>\n", + " </tr>\n", + " </thead>\n", + " <tbody>\n", + " <tr>\n", + " <td>Lombardy</td>\n", + " <td>13325</td>\n", + " <td>132.356672</td>\n", + " <td>72889</td>\n", + " <td>724.003411</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Emilia-Romagna</td>\n", + " <td>3386</td>\n", + " <td>75.928186</td>\n", + " <td>24450</td>\n", + " <td>548.270571</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Piedmont</td>\n", + " <td>2823</td>\n", + " <td>64.801123</td>\n", + " <td>24820</td>\n", + " <td>569.735695</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Veneto</td>\n", + " <td>1315</td>\n", + " <td>26.690655</td>\n", + " <td>17471</td>\n", + " <td>354.610217</td>\n", + " </tr>\n", + " <tr>\n", + " <td>Liguria</td>\n", + " <td>1114</td>\n", + " <td>71.841304</td>\n", + " <td>7488</td>\n", + " <td>482.897384</td>\n", + " </tr>\n", + " </tbody>\n", + "</table>\n", + " " + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# get the top 5 U.S. counties\n", + "top5_us = get_top5(us_df, key=\"county_state\")\n", + "top5_spain = get_top5(spain_df)\n", + "top5_italy = get_top5(italy_df)\n", + "date = top5_spain.iloc[0].date.strftime(\"%b. %d, %Y\")\n", + "\n", + "# we will use HTML renderings of these DataFrames to make them look nice on the final notebook\n", + "top5_us_html = top5_us[\n", + " ['county_state']+columns\n", + "].rename(\n", + " columns=pretty_print_columns\n", + ").to_html(\n", + " index=False\n", + ")\n", + "\n", + "top5_spain_html = top5_spain[\n", + " ['region_label']+columns\n", + "].rename(\n", + " columns=pretty_print_columns\n", + ").to_html(\n", + " index=False\n", + ")\n", + "\n", + "top5_italy_html = top5_italy[\n", + " ['region_label']+columns\n", + "].rename(\n", + " columns=pretty_print_columns\n", + ").to_html(\n", + " index=False\n", + ")\n", + "\n", + "# display some generic text - we use HTML display for consistency with the rest of the notebook\n", + "display(\n", + " HTML(\n", + " \"\"\"\n", + " <h3>\n", + " Cummulative deaths attributed to Covid-19 in U.S., Spain and Italy\n", + " </h3>\n", + " \"\"\"\n", + " )\n", + ")\n", + "\n", + "display(\n", + " HTML(\n", + " f\"\"\"\n", + " <h4>United States</h4>\n", + " <p style=\"font-size: smaller\">(based on data from {top5_us.iloc[0].date.strftime(\"%b. %d, %Y\")})</p>\n", + " {top5_us_html}\n", + "\n", + " <h4>Spain</h4>\n", + " <p style=\"font-size: smaller\">(based on data from {top5_spain.iloc[0].date.strftime(\"%b. %d, %Y\")})</p>\n", + " {top5_spain_html}\n", + "\n", + " <h4>Italy</h4>\n", + " <p style=\"font-size: smaller\">(based on data from {top5_italy.iloc[0].date.strftime(\"%b. %d, %Y\")})</p>\n", + " {top5_italy_html}\n", + " \"\"\"\n", + " )\n", + ")\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "papermill": { + "duration": 0.122501, + "end_time": "2020-04-28T19:27:58.870650", + "exception": false, + "start_time": "2020-04-28T19:27:58.748149", + "status": "completed" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "#\n", + "# Here we will create a combined DataFrame for plotting all three datasets at once\n", + "#\n", + "\n", + "# create a common key to use for selecting regions\n", + "us_df['plot_key'] = us_df['county_state']\n", + "spain_df['plot_key'] = spain_df['region_label']\n", + "italy_df['plot_key'] = italy_df['region_label']\n", + "\n", + "# pull the top-5 region names into a list\n", + "top5_regions = top5_us.county_state.to_list() + top5_spain.region_label.to_list() + top5_italy.region_label.to_list()\n", + "combined_df = pd.concat([us_df, spain_df, italy_df])" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": { + "papermill": { + "duration": 0.231203, + "end_time": "2020-04-28T19:27:59.129182", + "exception": false, + "start_time": "2020-04-28T19:27:58.897979", + "status": "completed" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-60c93caba7bf4483a5b9c18f2a0c4c3c\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-60c93caba7bf4483a5b9c18f2a0c4c3c\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"start\"}}, \"data\": {\"name\": \"data-7c9132ba731e187adafbe1846b715c39\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"plot_key\", \"legend\": {\"title\": \"Region\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"plot_key\", \"title\": \"Region\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"title\": \"Deaths/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 100k population\"}}, \"height\": 350, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"plot_key\"], \"bind\": \"legend\"}}, \"title\": \"Total deaths per 100k population in the top 5 regions from the U.S., Spain and Italy\", \"width\": 600, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-7c9132ba731e187adafbe1846b715c39\": [{\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.058249791805535786, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.058249791805535786, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.07766638907404771, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.07766638907404771, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.07766638907404771, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.09708298634255964, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.11649958361107157, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.11649958361107157, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.13591618087958351, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.2135825699536312, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.3300821535647028, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.4271651399072624, \"positive_daily\": \"\", \"positive\": 22, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.5242481262498221, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7766638907404771, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.9902464606941084, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.4756613924069066, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.4756613924069066, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.01941659726851193, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.0775759077307767, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01941659726851193, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 3.4755709110636355, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.03883319453702386, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 5.4172306379148285, \"positive_daily\": \"\", \"positive\": 279, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.058249791805535786, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 7.9996380746269145, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.07766638907404771, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 10.640295303144537, \"positive_daily\": \"\", \"positive\": 548, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11649958361107157, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 15.630360801152104, \"positive_daily\": \"\", \"positive\": 805, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17474937541660737, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 17.902102681568, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.23299916722214314, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 23.183417138603243, \"positive_daily\": \"\", \"positive\": 1194, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2524157644906551, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 27.532734926749917, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.34949875083321474, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 36.96920119924672, \"positive_daily\": \"\", \"positive\": 1904, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3883319453702386, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 43.47376128419821, \"positive_daily\": \"\", \"positive\": 2239, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5436647235183341, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 50.735568662621674, \"positive_daily\": \"\", \"positive\": 2613, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7766638907404771, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 66.8901775900236, \"positive_daily\": \"\", \"positive\": 3445, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.8543302798145248, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 72.36565801974396, \"positive_daily\": \"\", \"positive\": 3727, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.1844124333792276, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 87.29702131922963, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8445767405086333, \"deceased_daily\": \"\", \"deceased\": 95.0, \"positive_100k\": 100.03430912737346, \"positive_daily\": \"\", \"positive\": 5152, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0775759077307767, \"deceased_daily\": \"\", \"deceased\": 107.0, \"positive_100k\": 108.247529771954, \"positive_daily\": \"\", \"positive\": 5575, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.7377402148601817, \"deceased_daily\": \"\", \"deceased\": 141.0, \"positive_100k\": 125.68363411907771, \"positive_daily\": \"\", \"positive\": 6473, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.242571743841492, \"deceased_daily\": \"\", \"deceased\": 167.0, \"positive_100k\": 144.44006708046024, \"positive_daily\": \"\", \"positive\": 7439, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.6114870919432187, \"deceased_daily\": \"\", \"deceased\": 186.0, \"positive_100k\": 156.16769183064144, \"positive_daily\": \"\", \"positive\": 8043, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.0580688291189935, \"deceased_daily\": \"\", \"deceased\": 209.0, \"positive_100k\": 169.4680609595721, \"positive_daily\": \"\", \"positive\": 8728, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.8347327198594705, \"deceased_daily\": \"\", \"deceased\": 249.0, \"positive_100k\": 184.63242342627993, \"positive_daily\": \"\", \"positive\": 9509, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.057978347775721, \"deceased_daily\": \"\", \"deceased\": 312.0, \"positive_100k\": 204.2626032647455, \"positive_daily\": \"\", \"positive\": 10520, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 6.815225641247687, \"deceased_daily\": \"\", \"deceased\": 351.0, \"positive_100k\": 221.64045782006366, \"positive_daily\": \"\", \"positive\": 11415, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.727805712867748, \"deceased_daily\": \"\", \"deceased\": 398.0, \"positive_100k\": 242.1638011328808, \"positive_daily\": \"\", \"positive\": 12472, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.795718562635903, \"deceased_daily\": \"\", \"deceased\": 453.0, \"positive_100k\": 260.51248555162454, \"positive_daily\": \"\", \"positive\": 13417, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 9.417049675228286, \"deceased_daily\": \"\", \"deceased\": 485.0, \"positive_100k\": 283.1910711612465, \"positive_daily\": \"\", \"positive\": 14585, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 10.543212316801977, \"deceased_daily\": \"\", \"deceased\": 543.0, \"positive_100k\": 300.4524261329536, \"positive_daily\": \"\", \"positive\": 15474, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.203376623931383, \"deceased_daily\": \"\", \"deceased\": 577.0, \"positive_100k\": 316.93711721392026, \"positive_daily\": \"\", \"positive\": 16323, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 12.232456279162516, \"deceased_daily\": \"\", \"deceased\": 630.0, \"positive_100k\": 336.02363232886745, \"positive_daily\": \"\", \"positive\": 17306, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 14.018783227865613, \"deceased_daily\": \"\", \"deceased\": 722.0, \"positive_100k\": 351.18799479557526, \"positive_daily\": \"\", \"positive\": 18087, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 14.756613924069066, \"deceased_daily\": \"\", \"deceased\": 760.0, \"positive_100k\": 376.5072376337148, \"positive_daily\": \"\", \"positive\": 19391, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.69827365092026, \"deceased_daily\": \"\", \"deceased\": 860.0, \"positive_100k\": 396.0015012913008, \"positive_daily\": \"\", \"positive\": 20395, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 17.02835580448496, \"deceased_daily\": \"\", \"deceased\": 877.0, \"positive_100k\": 413.02985709578576, \"positive_daily\": \"\", \"positive\": 21272, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 17.766186500688416, \"deceased_daily\": \"\", \"deceased\": 915.0, \"positive_100k\": 429.12621623138216, \"positive_daily\": \"\", \"positive\": 22101, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 19.455430463048952, \"deceased_daily\": \"\", \"deceased\": 1002.0, \"positive_100k\": 450.0961412813751, \"positive_daily\": \"\", \"positive\": 23181, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 20.814592271844788, \"deceased_daily\": \"\", \"deceased\": 1072.0, \"positive_100k\": 476.5997965528938, \"positive_daily\": \"\", \"positive\": 24546, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 22.173754080640624, \"deceased_daily\": \"\", \"deceased\": 1142.0, \"positive_100k\": 501.1617920975614, \"positive_daily\": \"\", \"positive\": 25811, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 23.688248667584553, \"deceased_daily\": \"\", \"deceased\": 1220.0, \"positive_100k\": 536.2087501672255, \"positive_daily\": \"\", \"positive\": 27616, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 24.600828739204612, \"deceased_daily\": \"\", \"deceased\": 1267.0, \"positive_100k\": 564.2074834284197, \"positive_daily\": \"\", \"positive\": 29058, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0736960949913186, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.2947843799652744, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.2947843799652744, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.368480474956593, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.2528336148524162, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.4002258048350535, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.063490659756921, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.0215398946440626, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.7585008445572488, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 5.82199150431417, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 7.222217309149223, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 8.032874354053728, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.1473921899826372, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.654188443862736, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.1473921899826372, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 13.486385383411305, \"positive_daily\": \"\", \"positive\": 183, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.22108828497395577, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 28.151908286683707, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2947843799652744, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 55.56685562345422, \"positive_daily\": \"\", \"positive\": 754, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5158726649392302, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 90.94098121928715, \"positive_daily\": \"\", \"positive\": 1234, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.5158726649392302, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 140.02258048350535, \"positive_daily\": \"\", \"positive\": 1900, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.6632648549218674, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 179.96586396880002, \"positive_daily\": \"\", \"positive\": 2442, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.6632648549218674, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 211.43409653009306, \"positive_daily\": \"\", \"positive\": 2869, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.2528336148524162, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 242.0916720464816, \"positive_daily\": \"\", \"positive\": 3285, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4002258048350535, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 288.446515796021, \"positive_daily\": \"\", \"positive\": 3914, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.9897945647656023, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 343.2027143745707, \"positive_daily\": \"\", \"positive\": 4657, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.5793633246961507, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 408.0552779669311, \"positive_daily\": \"\", \"positive\": 5537, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.8741477046614254, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 474.97133221904835, \"positive_daily\": \"\", \"positive\": 6445, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.5374125595832924, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 541.2241216162438, \"positive_daily\": \"\", \"positive\": 7344, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 4.642853984453072, \"deceased_daily\": \"\", \"deceased\": 63.0, \"positive_100k\": 629.659435605826, \"positive_daily\": \"\", \"positive\": 8544, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.600903219340214, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 704.1661876420492, \"positive_daily\": \"\", \"positive\": 9555, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.001129024175268, \"deceased_daily\": \"\", \"deceased\": 95.0, \"positive_100k\": 780.2205576730901, \"positive_daily\": \"\", \"positive\": 10587, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.170061108801967, \"deceased_daily\": \"\", \"deceased\": 138.0, \"positive_100k\": 886.1218461756148, \"positive_daily\": \"\", \"positive\": 12024, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 29.183653616562168, \"deceased_daily\": \"\", \"deceased\": 396.0, \"positive_100k\": 983.548083754138, \"positive_daily\": \"\", \"positive\": 13346, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 29.183653616562168, \"deceased_daily\": \"\", \"deceased\": 396.0, \"positive_100k\": 1061.0763756850051, \"positive_daily\": \"\", \"positive\": 14398, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 39.427410820355455, \"deceased_daily\": \"\", \"deceased\": 535.0, \"positive_100k\": 1150.8382193844313, \"positive_daily\": \"\", \"positive\": 15616, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 45.691578894617535, \"deceased_daily\": \"\", \"deceased\": 620.0, \"positive_100k\": 1224.092137805802, \"positive_daily\": \"\", \"positive\": 16610, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 51.66096258891434, \"deceased_daily\": \"\", \"deceased\": 701.0, \"positive_100k\": 1366.9151698989774, \"positive_daily\": \"\", \"positive\": 18548, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 57.335561903245875, \"deceased_daily\": \"\", \"deceased\": 778.0, \"positive_100k\": 1484.2393531251566, \"positive_daily\": \"\", \"positive\": 20140, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 65.58952454227355, \"deceased_daily\": \"\", \"deceased\": 890.0, \"positive_100k\": 1585.3503954532457, \"positive_daily\": \"\", \"positive\": 21512, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 71.11673166662244, \"deceased_daily\": \"\", \"deceased\": 965.0, \"positive_100k\": 1664.352609283939, \"positive_daily\": \"\", \"positive\": 22584, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 75.90697784105815, \"deceased_daily\": \"\", \"deceased\": 1030.0, \"positive_100k\": 1735.764125330527, \"positive_daily\": \"\", \"positive\": 23553, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 81.72896934537233, \"deceased_daily\": \"\", \"deceased\": 1109.0, \"positive_100k\": 1795.0894817985386, \"positive_daily\": \"\", \"positive\": 24358, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 89.68814760443473, \"deceased_daily\": \"\", \"deceased\": 1217.0, \"positive_100k\": 1860.8263985307947, \"positive_daily\": \"\", \"positive\": 25250, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 94.77317815883572, \"deceased_daily\": \"\", \"deceased\": 1286.0, \"positive_100k\": 1968.7911776930764, \"positive_daily\": \"\", \"positive\": 26715, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356.0, \"positive_100k\": 2046.6879500989, \"positive_daily\": \"\", \"positive\": 27772, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356.0, \"positive_100k\": 2103.2128549572417, \"positive_daily\": \"\", \"positive\": 28539, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356.0, \"positive_100k\": 2150.452051846677, \"positive_daily\": \"\", \"positive\": 29180, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 116.21874180130942, \"deceased_daily\": \"\", \"deceased\": 1577.0, \"positive_100k\": 2211.8408989744453, \"positive_daily\": \"\", \"positive\": 30013, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 120.71420359577986, \"deceased_daily\": \"\", \"deceased\": 1638.0, \"positive_100k\": 2260.7751060486808, \"positive_daily\": \"\", \"positive\": 30677, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 126.53619510009403, \"deceased_daily\": \"\", \"deceased\": 1717.0, \"positive_100k\": 2290.400936235191, \"positive_daily\": \"\", \"positive\": 31079, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 129.99991156468602, \"deceased_daily\": \"\", \"deceased\": 1764.0, \"positive_100k\": 2325.4802774510586, \"positive_daily\": \"\", \"positive\": 31555, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 133.6110202192606, \"deceased_daily\": \"\", \"deceased\": 1813.0, \"positive_100k\": 2367.4133555011185, \"positive_daily\": \"\", \"positive\": 32124, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 137.59060934879182, \"deceased_daily\": \"\", \"deceased\": 1867.0, \"positive_100k\": 2414.652552390554, \"positive_daily\": \"\", \"positive\": 32765, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 141.27541409835774, \"deceased_daily\": \"\", \"deceased\": 1917.0, \"positive_100k\": 2490.780618516586, \"positive_daily\": \"\", \"positive\": 33798, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.06772310190769205, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.06772310190769205, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.06772310190769205, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.4063386114461524, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.422185140061533, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.9639699553230698, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.7766471782153745, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.182985789661527, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.1354462038153841, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 4.266555420184599, \"positive_daily\": \"\", \"positive\": 63, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2031693057230762, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 5.688740560246132, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2031693057230762, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 7.855879821292279, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.2031693057230762, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 12.054712139569187, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.4740617133538444, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 25.12527080775375, \"positive_daily\": \"\", \"positive\": 371, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.6095079171692286, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 44.832693462892145, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.8126772228923048, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 70.02568737255358, \"positive_daily\": \"\", \"positive\": 1034, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.8804003247999966, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 98.74028258141502, \"positive_daily\": \"\", \"positive\": 1458, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.8804003247999966, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 127.31943158646108, \"positive_daily\": \"\", \"positive\": 1880, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.3544620381538413, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 153.05421031138405, \"positive_daily\": \"\", \"positive\": 2260, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4899082419692251, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 185.2226837175378, \"positive_daily\": \"\", \"positive\": 2735, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.4899082419692251, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 229.2426999575376, \"positive_daily\": \"\", \"positive\": 3385, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.505754770584606, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 280.23819569402974, \"positive_daily\": \"\", \"positive\": 4138, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.7089240763076825, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 340.17314088233724, \"positive_daily\": \"\", \"positive\": 5023, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.9798164839384502, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 392.1844831474447, \"positive_daily\": \"\", \"positive\": 5791, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.589324401107679, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 454.62518310633675, \"positive_daily\": \"\", \"positive\": 6713, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.672894031630753, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 515.0341900079981, \"positive_daily\": \"\", \"positive\": 7605, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 5.688740560246132, \"deceased_daily\": \"\", \"deceased\": 84.0, \"positive_100k\": 592.3062492846748, \"positive_daily\": \"\", \"positive\": 8746, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.5014177831384385, \"deceased_daily\": \"\", \"deceased\": 96.0, \"positive_100k\": 687.6603767707052, \"positive_daily\": \"\", \"positive\": 10154, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.851542833846109, \"deceased_daily\": \"\", \"deceased\": 175.0, \"positive_100k\": 834.8904003180277, \"positive_daily\": \"\", \"positive\": 12328, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 11.851542833846109, \"deceased_daily\": \"\", \"deceased\": 175.0, \"positive_100k\": 875.8628769721813, \"positive_daily\": \"\", \"positive\": 12933, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.050375152123017, \"deceased_daily\": \"\", \"deceased\": 237.0, \"positive_100k\": 980.1564539100272, \"positive_daily\": \"\", \"positive\": 14473, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 18.014345107446086, \"deceased_daily\": \"\", \"deceased\": 266.0, \"positive_100k\": 1053.8391887855962, \"positive_daily\": \"\", \"positive\": 15561, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.213177425722996, \"deceased_daily\": \"\", \"deceased\": 328.0, \"positive_100k\": 1073.004826625473, \"positive_daily\": \"\", \"positive\": 15844, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 24.98982460393837, \"deceased_daily\": \"\", \"deceased\": 369.0, \"positive_100k\": 1179.2623735186417, \"positive_daily\": \"\", \"positive\": 17413, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 28.782318310769128, \"deceased_daily\": \"\", \"deceased\": 425.0, \"positive_100k\": 1265.88022085858, \"positive_daily\": \"\", \"positive\": 18692, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 31.762134794707574, \"deceased_daily\": \"\", \"deceased\": 469.0, \"positive_100k\": 1346.5384352306412, \"positive_daily\": \"\", \"positive\": 19883, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 35.8255209091691, \"deceased_daily\": \"\", \"deceased\": 529.0, \"positive_100k\": 1409.724089310518, \"positive_daily\": \"\", \"positive\": 20816, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 39.2793991064614, \"deceased_daily\": \"\", \"deceased\": 580.0, \"positive_100k\": 1465.7310945881793, \"positive_daily\": \"\", \"positive\": 21643, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 41.785153877046, \"deceased_daily\": \"\", \"deceased\": 617.0, \"positive_100k\": 1521.196315050579, \"positive_daily\": \"\", \"positive\": 22462, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 44.90041656479983, \"deceased_daily\": \"\", \"deceased\": 663.0, \"positive_100k\": 1576.458366207256, \"positive_daily\": \"\", \"positive\": 23278, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706.0, \"positive_100k\": 1637.6800503318093, \"positive_daily\": \"\", \"positive\": 24182, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706.0, \"positive_100k\": 1695.4478562590705, \"positive_daily\": \"\", \"positive\": 25035, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706.0, \"positive_100k\": 1770.4850531727934, \"positive_daily\": \"\", \"positive\": 26143, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 57.22602111199979, \"deceased_daily\": \"\", \"deceased\": 845.0, \"positive_100k\": 1820.9387640940238, \"positive_daily\": \"\", \"positive\": 26888, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 60.07039139212286, \"deceased_daily\": \"\", \"deceased\": 887.0, \"positive_100k\": 1873.3564449705777, \"positive_daily\": \"\", \"positive\": 27662, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 62.16980755126131, \"deceased_daily\": \"\", \"deceased\": 918.0, \"positive_100k\": 1906.6762111091623, \"positive_daily\": \"\", \"positive\": 28154, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 64.94645472947668, \"deceased_daily\": \"\", \"deceased\": 959.0, \"positive_100k\": 1954.0823824445465, \"positive_daily\": \"\", \"positive\": 28854, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 67.31676329624591, \"deceased_daily\": \"\", \"deceased\": 994.0, \"positive_100k\": 2002.3689541047313, \"positive_daily\": \"\", \"positive\": 29567, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 70.09341047446128, \"deceased_daily\": \"\", \"deceased\": 1035.0, \"positive_100k\": 2072.733256986823, \"positive_daily\": \"\", \"positive\": 30606, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 73.47956556984589, \"deceased_daily\": \"\", \"deceased\": 1085.0, \"positive_100k\": 2124.3382606404844, \"positive_daily\": \"\", \"positive\": 31368, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.05716431826119863, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.05716431826119863, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.05716431826119863, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.3429859095671918, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.45731454608958905, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7431361373955823, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7431361373955823, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.9717934104403767, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.05716431826119863, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 1.3147793200075686, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1714929547835959, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 6.802553873082638, \"positive_daily\": \"\", \"positive\": 119, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.1714929547835959, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 12.347492744418904, \"positive_daily\": \"\", \"positive\": 216, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22865727304479452, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 19.950347073158323, \"positive_daily\": \"\", \"positive\": 349, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.28582159130599316, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 27.26737981059175, \"positive_daily\": \"\", \"positive\": 477, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.45731454608958905, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 36.47083505064472, \"positive_daily\": \"\", \"positive\": 638, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.7431361373955823, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 49.90444984202641, \"positive_daily\": \"\", \"positive\": 873, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.2004506834851714, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 64.13836508906488, \"positive_daily\": \"\", \"positive\": 1122, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4862722747911645, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 79.4012380648049, \"positive_daily\": \"\", \"positive\": 1389, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.1150797756643493, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 103.46741605276952, \"positive_daily\": \"\", \"positive\": 1810, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.629558640015137, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 132.39256109293603, \"positive_daily\": \"\", \"positive\": 2316, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.201201822627123, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 154.5723165782811, \"positive_daily\": \"\", \"positive\": 2704, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.7446384156794865, \"deceased_daily\": \"\", \"deceased\": 83.0, \"positive_100k\": 182.63999684452963, \"positive_daily\": \"\", \"positive\": 3195, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.859718191343835, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 213.50872870557689, \"positive_daily\": \"\", \"positive\": 3735, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 8.345990466135, \"deceased_daily\": \"\", \"deceased\": 146.0, \"positive_100k\": 255.52450262755787, \"positive_daily\": \"\", \"positive\": 4470, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.089877742672535, \"deceased_daily\": \"\", \"deceased\": 194.0, \"positive_100k\": 289.76592926601586, \"positive_daily\": \"\", \"positive\": 5069, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 12.747642972247295, \"deceased_daily\": \"\", \"deceased\": 223.0, \"positive_100k\": 348.47368412026685, \"positive_daily\": \"\", \"positive\": 6096, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.405408201822054, \"deceased_daily\": \"\", \"deceased\": 252.0, \"positive_100k\": 386.54512008222514, \"positive_daily\": \"\", \"positive\": 6762, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 16.7491452505312, \"deceased_daily\": \"\", \"deceased\": 293.0, \"positive_100k\": 429.76134468769135, \"positive_daily\": \"\", \"positive\": 7518, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.778854118374728, \"deceased_daily\": \"\", \"deceased\": 346.0, \"positive_100k\": 472.74891202011275, \"positive_daily\": \"\", \"positive\": 8270, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 22.98005594100185, \"deceased_daily\": \"\", \"deceased\": 402.0, \"positive_100k\": 517.0512586725416, \"positive_daily\": \"\", \"positive\": 9045, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 25.49528594449459, \"deceased_daily\": \"\", \"deceased\": 446.0, \"positive_100k\": 550.263727582298, \"positive_daily\": \"\", \"positive\": 9626, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 28.810816403644107, \"deceased_daily\": \"\", \"deceased\": 504.0, \"positive_100k\": 576.9594642102778, \"positive_daily\": \"\", \"positive\": 10093, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.813069821069966, \"deceased_daily\": \"\", \"deceased\": 609.0, \"positive_100k\": 602.4547501547725, \"positive_daily\": \"\", \"positive\": 10539, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 37.27113550630151, \"deceased_daily\": \"\", \"deceased\": 652.0, \"positive_100k\": 626.0064492783862, \"positive_daily\": \"\", \"positive\": 10951, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 40.24368005588384, \"deceased_daily\": \"\", \"deceased\": 704.0, \"positive_100k\": 638.1824490680216, \"positive_daily\": \"\", \"positive\": 11164, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 43.44488187851096, \"deceased_daily\": \"\", \"deceased\": 760.0, \"positive_100k\": 665.8499791064418, \"positive_daily\": \"\", \"positive\": 11648, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 46.87474097418288, \"deceased_daily\": \"\", \"deceased\": 820.0, \"positive_100k\": 697.919161650974, \"positive_daily\": \"\", \"positive\": 12209, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 50.533257342899596, \"deceased_daily\": \"\", \"deceased\": 884.0, \"positive_100k\": 717.0692082684757, \"positive_daily\": \"\", \"positive\": 12544, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 56.07819621423586, \"deceased_daily\": \"\", \"deceased\": 981.0, \"positive_100k\": 743.2504660321047, \"positive_daily\": \"\", \"positive\": 13002, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 59.67954826469138, \"deceased_daily\": \"\", \"deceased\": 1044.0, \"positive_100k\": 756.4554235504415, \"positive_daily\": \"\", \"positive\": 13233, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 61.16582053948253, \"deceased_daily\": \"\", \"deceased\": 1070.0, \"positive_100k\": 770.0605312966068, \"positive_daily\": \"\", \"positive\": 13471, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 63.96687213428127, \"deceased_daily\": \"\", \"deceased\": 1119.0, \"positive_100k\": 782.6938456323317, \"positive_daily\": \"\", \"positive\": 13692, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 65.62463736385602, \"deceased_daily\": \"\", \"deceased\": 1148.0, \"positive_100k\": 795.2699956497954, \"positive_daily\": \"\", \"positive\": 13912, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 73.05599873781185, \"deceased_daily\": \"\", \"deceased\": 1278.0, \"positive_100k\": 814.8773568133864, \"positive_daily\": \"\", \"positive\": 14255, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 75.39973578652099, \"deceased_daily\": \"\", \"deceased\": 1319.0, \"positive_100k\": 832.3696382013134, \"positive_daily\": \"\", \"positive\": 14561, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 79.80138829263329, \"deceased_daily\": \"\", \"deceased\": 1396.0, \"positive_100k\": 857.1217880084123, \"positive_daily\": \"\", \"positive\": 14994, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 82.48811125090963, \"deceased_daily\": \"\", \"deceased\": 1443.0, \"positive_100k\": 880.7306514502874, \"positive_daily\": \"\", \"positive\": 15407, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 89.17633648746987, \"deceased_daily\": \"\", \"deceased\": 1560.0, \"positive_100k\": 888.7908203251164, \"positive_daily\": \"\", \"positive\": 15548, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.011994985616212999, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.011994985616212999, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.023989971232425997, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.023989971232425997, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.047979942464851995, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.05997492808106499, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.14393982739455596, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.16792979862698199, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.23989971232425997, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.44381446779988093, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.6237392520430759, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.1515186191564477, \"positive_daily\": \"\", \"positive\": 96, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8592227705130147, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.011994985616212999, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 3.226651130761297, \"positive_daily\": \"\", \"positive\": 269, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05997492808106499, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 3.9583452533502896, \"positive_daily\": \"\", \"positive\": 330, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08396489931349099, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 5.565673325922831, \"positive_daily\": \"\", \"positive\": 464, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.11994985616212998, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 7.736765722457384, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.23989971232425997, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 16.061285740109206, \"positive_daily\": \"\", \"positive\": 1339, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.26388968355668596, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 29.603624500813677, \"positive_daily\": \"\", \"positive\": 2468, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.5157843814971589, \"deceased_daily\": \"\", \"deceased\": 43.0, \"positive_100k\": 52.873896596266896, \"positive_daily\": \"\", \"positive\": 4408, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7196991369727799, \"deceased_daily\": \"\", \"deceased\": 60.0, \"positive_100k\": 74.50085566229893, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1875035760050867, \"deceased_daily\": \"\", \"deceased\": 99.0, \"positive_100k\": 108.49464489864657, \"positive_daily\": \"\", \"positive\": 9045, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.5713431157239028, \"deceased_daily\": \"\", \"deceased\": 131.0, \"positive_100k\": 147.59829800750094, \"positive_daily\": \"\", \"positive\": 12305, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.3030372383128954, \"deceased_daily\": \"\", \"deceased\": 192.0, \"positive_100k\": 178.78526060965476, \"positive_daily\": \"\", \"positive\": 14905, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.3585959725396393, \"deceased_daily\": \"\", \"deceased\": 280.0, \"positive_100k\": 240.03165716603831, \"positive_daily\": \"\", \"positive\": 20011, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.378169749917744, \"deceased_daily\": \"\", \"deceased\": 365.0, \"positive_100k\": 277.22810756191484, \"positive_daily\": \"\", \"positive\": 23112, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 5.397743527295849, \"deceased_daily\": \"\", \"deceased\": 450.0, \"positive_100k\": 304.6606396661939, \"positive_daily\": \"\", \"positive\": 25399, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 8.060630334095135, \"deceased_daily\": \"\", \"deceased\": 672.0, \"positive_100k\": 369.0377274684091, \"positive_daily\": \"\", \"positive\": 30766, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 9.308108838181287, \"deceased_daily\": \"\", \"deceased\": 776.0, \"positive_100k\": 405.04667428828054, \"positive_daily\": \"\", \"positive\": 33768, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 10.96341685321868, \"deceased_daily\": \"\", \"deceased\": 914.0, \"positive_100k\": 456.8530171647045, \"positive_daily\": \"\", \"positive\": 38087, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 13.146504235369447, \"deceased_daily\": \"\", \"deceased\": 1096.0, \"positive_100k\": 517.4516844978125, \"positive_daily\": \"\", \"positive\": 43139, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 16.48111023667666, \"deceased_daily\": \"\", \"deceased\": 1374.0, \"positive_100k\": 569.0421176331446, \"positive_daily\": \"\", \"positive\": 47440, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 18.736167532524703, \"deceased_daily\": \"\", \"deceased\": 1562.0, \"positive_100k\": 621.4602047759954, \"positive_daily\": \"\", \"positive\": 51810, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 22.394638145469667, \"deceased_daily\": \"\", \"deceased\": 1867.0, \"positive_100k\": 685.6333778227349, \"positive_daily\": \"\", \"positive\": 57160, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 27.036697578944096, \"deceased_daily\": \"\", \"deceased\": 2254.0, \"positive_100k\": 759.3665544055963, \"positive_daily\": \"\", \"positive\": 63307, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 29.651604443278533, \"deceased_daily\": \"\", \"deceased\": 2472.0, \"positive_100k\": 810.2852683464205, \"positive_daily\": \"\", \"positive\": 67552, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 41.802524872502296, \"deceased_daily\": \"\", \"deceased\": 3485.0, \"positive_100k\": 865.8100567638703, \"positive_daily\": \"\", \"positive\": 72181, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 48.087897335397905, \"deceased_daily\": \"\", \"deceased\": 4009.0, \"positive_100k\": 922.1265142319905, \"positive_daily\": \"\", \"positive\": 76876, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 54.82907925170961, \"deceased_daily\": \"\", \"deceased\": 4571.0, \"positive_100k\": 981.2258083630719, \"positive_daily\": \"\", \"positive\": 81803, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 61.77417592349694, \"deceased_daily\": \"\", \"deceased\": 5150.0, \"positive_100k\": 1043.899608207785, \"positive_daily\": \"\", \"positive\": 87028, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 67.92760354461421, \"deceased_daily\": \"\", \"deceased\": 5663.0, \"positive_100k\": 1108.1447511682218, \"positive_daily\": \"\", \"positive\": 92384, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 74.39290079175302, \"deceased_daily\": \"\", \"deceased\": 6202.0, \"positive_100k\": 1179.2030459586674, \"positive_daily\": \"\", \"positive\": 98308, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 80.5703183841027, \"deceased_daily\": \"\", \"deceased\": 6717.0, \"positive_100k\": 1237.978475478111, \"positive_daily\": \"\", \"positive\": 103208, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 85.81212709838779, \"deceased_daily\": \"\", \"deceased\": 7154.0, \"positive_100k\": 1280.6326443293644, \"positive_daily\": \"\", \"positive\": 106764, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 92.24143938867796, \"deceased_daily\": \"\", \"deceased\": 7690.0, \"positive_100k\": 1325.0260860949688, \"positive_daily\": \"\", \"positive\": 110465, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 98.53880683718978, \"deceased_daily\": \"\", \"deceased\": 8215.0, \"positive_100k\": 1419.03078836923, \"positive_daily\": \"\", \"positive\": 118302, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 103.5407158391506, \"deceased_daily\": \"\", \"deceased\": 8632.0, \"positive_100k\": 1477.1344986941658, \"positive_daily\": \"\", \"positive\": 123146, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 103.5407158391506, \"deceased_daily\": \"\", \"deceased\": 8632.0, \"positive_100k\": 1527.5854081959578, \"positive_daily\": \"\", \"positive\": 127352, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 103.5407158391506, \"deceased_daily\": \"\", \"deceased\": 8632.0, \"positive_100k\": 1574.617746797129, \"positive_daily\": \"\", \"positive\": 131273, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 116.4473203621958, \"deceased_daily\": \"\", \"deceased\": 9708.0, \"positive_100k\": 1612.6778361573727, \"positive_daily\": \"\", \"positive\": 134446, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 120.05781103267589, \"deceased_daily\": \"\", \"deceased\": 10009.0, \"positive_100k\": 1641.1059520677975, \"positive_daily\": \"\", \"positive\": 136816, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 123.56034683261011, \"deceased_daily\": \"\", \"deceased\": 10301.0, \"positive_100k\": 1671.321320835038, \"positive_daily\": \"\", \"positive\": 139335, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 127.31477733048476, \"deceased_daily\": \"\", \"deceased\": 10614.0, \"positive_100k\": 1708.589741144612, \"positive_daily\": \"\", \"positive\": 142442, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 130.61339837494333, \"deceased_daily\": \"\", \"deceased\": 10889.0, \"positive_100k\": 1749.5286270527467, \"positive_daily\": \"\", \"positive\": 145855, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 133.82805452008841, \"deceased_daily\": \"\", \"deceased\": 11157.0, \"positive_100k\": 1805.053415470197, \"positive_daily\": \"\", \"positive\": 150484, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 136.97074075153623, \"deceased_daily\": \"\", \"deceased\": 11419.0, \"positive_100k\": 1860.710148729425, \"positive_daily\": \"\", \"positive\": 155124, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.04747591902697154, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.14242775708091462, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.3323314331888008, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.5697110283236585, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.6171869473506301, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7121387854045732, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7121387854045732, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7121387854045732, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.2343738947012601, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8515608420518903, \"positive_daily\": \"\", \"positive\": 39, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.37079025091498, \"positive_daily\": \"\", \"positive\": 71, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04747591902697154, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 5.459730688101727, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.2373795951348577, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 9.21032829123248, \"positive_daily\": \"\", \"positive\": 194, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.28485551416182925, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 13.720540598794777, \"positive_daily\": \"\", \"positive\": 289, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.4747591902697154, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 19.03784352981559, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.8070906234585162, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 26.918846088292867, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.8070906234585162, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 26.918846088292867, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3293257327552033, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 32.0462453432058, \"positive_daily\": \"\", \"positive\": 675, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.993988599132805, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 38.028211140604206, \"positive_daily\": \"\", \"positive\": 801, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.993988599132805, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 49.564859464158296, \"positive_daily\": \"\", \"positive\": 1044, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 3.98797719826561, \"deceased_daily\": \"\", \"deceased\": 84.0, \"positive_100k\": 67.5582327753805, \"positive_daily\": \"\", \"positive\": 1423, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 5.317302931020813, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 86.35869671006124, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 6.884008258910874, \"deceased_daily\": \"\", \"deceased\": 145.0, \"positive_100k\": 98.65495973804687, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 10.254798509825854, \"deceased_daily\": \"\", \"deceased\": 216.0, \"positive_100k\": 117.02814040148485, \"positive_daily\": \"\", \"positive\": 2465, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.486166704093517, \"deceased_daily\": \"\", \"deceased\": 263.0, \"positive_100k\": 131.98305489498088, \"positive_daily\": \"\", \"positive\": 2780, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 15.002390412523008, \"deceased_daily\": \"\", \"deceased\": 316.0, \"positive_100k\": 160.61103406824472, \"positive_daily\": \"\", \"positive\": 3383, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 17.423662282898558, \"deceased_daily\": \"\", \"deceased\": 367.0, \"positive_100k\": 186.77026545210606, \"positive_daily\": \"\", \"positive\": 3934, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 21.269211724083252, \"deceased_daily\": \"\", \"deceased\": 448.0, \"positive_100k\": 214.21134664969563, \"positive_daily\": \"\", \"positive\": 4512, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 25.589520355537662, \"deceased_daily\": \"\", \"deceased\": 539.0, \"positive_100k\": 249.05867121549275, \"positive_daily\": \"\", \"positive\": 5246, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 29.530021634776304, \"deceased_daily\": \"\", \"deceased\": 622.0, \"positive_100k\": 278.1139336599993, \"positive_daily\": \"\", \"positive\": 5858, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 33.61295067109585, \"deceased_daily\": \"\", \"deceased\": 708.0, \"positive_100k\": 304.9853038292652, \"positive_daily\": \"\", \"positive\": 6424, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 36.74636132687598, \"deceased_daily\": \"\", \"deceased\": 774.0, \"positive_100k\": 334.56280138306846, \"positive_daily\": \"\", \"positive\": 7047, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 40.5444348490337, \"deceased_daily\": \"\", \"deceased\": 854.0, \"positive_100k\": 364.7100099651954, \"positive_daily\": \"\", \"positive\": 7682, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 43.487941828705935, \"deceased_daily\": \"\", \"deceased\": 916.0, \"positive_100k\": 404.6372578668785, \"positive_daily\": \"\", \"positive\": 8523, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 46.95368391767486, \"deceased_daily\": \"\", \"deceased\": 989.0, \"positive_100k\": 442.66546900748267, \"positive_daily\": \"\", \"positive\": 9324, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 50.087094573454976, \"deceased_daily\": \"\", \"deceased\": 1055.0, \"positive_100k\": 476.23094375955156, \"positive_daily\": \"\", \"positive\": 10031, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 53.74274033853179, \"deceased_daily\": \"\", \"deceased\": 1132.0, \"positive_100k\": 503.3396935239523, \"positive_daily\": \"\", \"positive\": 10602, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 55.87915669474551, \"deceased_daily\": \"\", \"deceased\": 1177.0, \"positive_100k\": 525.8907550617638, \"positive_daily\": \"\", \"positive\": 11077, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 59.58227837884929, \"deceased_daily\": \"\", \"deceased\": 1255.0, \"positive_100k\": 559.6461334899406, \"positive_daily\": \"\", \"positive\": 11788, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 62.76316495365638, \"deceased_daily\": \"\", \"deceased\": 1322.0, \"positive_100k\": 592.9267527278477, \"positive_daily\": \"\", \"positive\": 12489, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 67.93804012759628, \"deceased_daily\": \"\", \"deceased\": 1431.0, \"positive_100k\": 620.1779302493293, \"positive_daily\": \"\", \"positive\": 13063, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 70.4067879169988, \"deceased_daily\": \"\", \"deceased\": 1483.0, \"positive_100k\": 638.8359664269291, \"positive_daily\": \"\", \"positive\": 13456, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 73.25534305861709, \"deceased_daily\": \"\", \"deceased\": 1543.0, \"positive_100k\": 650.3251388314562, \"positive_daily\": \"\", \"positive\": 13698, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 77.19584433785573, \"deceased_daily\": \"\", \"deceased\": 1626.0, \"positive_100k\": 667.2265660050581, \"positive_daily\": \"\", \"positive\": 14054, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 81.37372521222923, \"deceased_daily\": \"\", \"deceased\": 1714.0, \"positive_100k\": 680.2824437374752, \"positive_daily\": \"\", \"positive\": 14329, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 83.32023789233506, \"deceased_daily\": \"\", \"deceased\": 1755.0, \"positive_100k\": 696.9464913159422, \"positive_daily\": \"\", \"positive\": 14680, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 85.2667505724409, \"deceased_daily\": \"\", \"deceased\": 1796.0, \"positive_100k\": 719.3076491776459, \"positive_daily\": \"\", \"positive\": 15151, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 87.9254020379513, \"deceased_daily\": \"\", \"deceased\": 1852.0, \"positive_100k\": 759.4722766744638, \"positive_daily\": \"\", \"positive\": 15997, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 90.82143309859656, \"deceased_daily\": \"\", \"deceased\": 1913.0, \"positive_100k\": 776.1838001719577, \"positive_daily\": \"\", \"positive\": 16349, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 93.19522904994514, \"deceased_daily\": \"\", \"deceased\": 1963.0, \"positive_100k\": 789.2871538234019, \"positive_daily\": \"\", \"positive\": 16625, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 95.94883235350949, \"deceased_daily\": \"\", \"deceased\": 2021.0, \"positive_100k\": 797.405535977014, \"positive_daily\": \"\", \"positive\": 16796, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 98.51253198096596, \"deceased_daily\": \"\", \"deceased\": 2075.0, \"positive_100k\": 809.22703981473, \"positive_daily\": \"\", \"positive\": 17045, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 101.5984667177191, \"deceased_daily\": \"\", \"deceased\": 2140.0, \"positive_100k\": 822.3303934661742, \"positive_daily\": \"\", \"positive\": 17321, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 103.87731083101373, \"deceased_daily\": \"\", \"deceased\": 2188.0, \"positive_100k\": 833.5347103565394, \"positive_daily\": \"\", \"positive\": 17557, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 107.05819740582083, \"deceased_daily\": \"\", \"deceased\": 2255.0, \"positive_100k\": 857.0827661939173, \"positive_daily\": \"\", \"positive\": 18053, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 108.81480640981879, \"deceased_daily\": \"\", \"deceased\": 2292.0, \"positive_100k\": 879.4913999746478, \"positive_daily\": \"\", \"positive\": 18525, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 110.61889133284369, \"deceased_daily\": \"\", \"deceased\": 2330.0, \"positive_100k\": 901.8050819173244, \"positive_daily\": \"\", \"positive\": 18995, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.08268925296048198, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.08268925296048198, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.12403387944072296, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.12403387944072296, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.3307570118419279, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.4547908912826509, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.4547908912826509, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.5788247707233738, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.5788247707233738, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.9095817825653018, \"positive_daily\": \"\", \"positive\": 22, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.9509264090455428, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.315299082893495, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.9354684800971103, \"positive_daily\": \"\", \"positive\": 71, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.8037056361821713, \"positive_daily\": \"\", \"positive\": 92, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.04134462648024099, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.987241875160727, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.12403387944072296, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 9.219851705093742, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.24806775888144592, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 12.07263093223037, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.3721016383221689, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 13.809105244400492, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.49613551776289183, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 17.819534012983866, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.9095817825653018, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 27.618210488800983, \"positive_daily\": \"\", \"positive\": 668, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.1989941679269887, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 35.88713578484918, \"positive_daily\": \"\", \"positive\": 868, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.7778189386503627, \"deceased_daily\": \"\", \"deceased\": 43.0, \"positive_100k\": 47.42228657283641, \"positive_daily\": \"\", \"positive\": 1147, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.2739544564132546, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 60.61122242003329, \"positive_daily\": \"\", \"positive\": 1466, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.059502359537833, \"deceased_daily\": \"\", \"deceased\": 74.0, \"positive_100k\": 72.1050285815403, \"positive_daily\": \"\", \"positive\": 1744, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.217151900984581, \"deceased_daily\": \"\", \"deceased\": 102.0, \"positive_100k\": 84.96320741689523, \"positive_daily\": \"\", \"positive\": 2055, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 5.126733683549882, \"deceased_daily\": \"\", \"deceased\": 124.0, \"positive_100k\": 101.70778114139284, \"positive_daily\": \"\", \"positive\": 2460, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 6.821863369239763, \"deceased_daily\": \"\", \"deceased\": 165.0, \"positive_100k\": 121.5532018519085, \"positive_daily\": \"\", \"positive\": 2940, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 8.516993054929644, \"deceased_daily\": \"\", \"deceased\": 206.0, \"positive_100k\": 144.2100571630806, \"positive_daily\": \"\", \"positive\": 3488, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.418845873020729, \"deceased_daily\": \"\", \"deceased\": 252.0, \"positive_100k\": 170.83599661635577, \"positive_daily\": \"\", \"positive\": 4132, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 13.271625100157356, \"deceased_daily\": \"\", \"deceased\": 321.0, \"positive_100k\": 198.08210546683455, \"positive_daily\": \"\", \"positive\": 4791, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 15.710958062491578, \"deceased_daily\": \"\", \"deceased\": 380.0, \"positive_100k\": 223.8398077640247, \"positive_daily\": \"\", \"positive\": 5414, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 18.274324904266518, \"deceased_daily\": \"\", \"deceased\": 442.0, \"positive_100k\": 239.840178211878, \"positive_daily\": \"\", \"positive\": 5801, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 21.33382726380435, \"deceased_daily\": \"\", \"deceased\": 516.0, \"positive_100k\": 256.7914750687768, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 24.18660649094098, \"deceased_daily\": \"\", \"deceased\": 585.0, \"positive_100k\": 283.08665751021005, \"positive_daily\": \"\", \"positive\": 6847, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 26.501905573834474, \"deceased_daily\": \"\", \"deceased\": 641.0, \"positive_100k\": 304.0897277621725, \"positive_daily\": \"\", \"positive\": 7355, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 29.892164945214237, \"deceased_daily\": \"\", \"deceased\": 723.0, \"positive_100k\": 325.5889335318978, \"positive_daily\": \"\", \"positive\": 7875, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 32.496876413469415, \"deceased_daily\": \"\", \"deceased\": 786.0, \"positive_100k\": 344.48342783336795, \"positive_daily\": \"\", \"positive\": 8332, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 35.01889862876411, \"deceased_daily\": \"\", \"deceased\": 847.0, \"positive_100k\": 361.72413707562845, \"positive_daily\": \"\", \"positive\": 8749, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 37.995711735341466, \"deceased_daily\": \"\", \"deceased\": 919.0, \"positive_100k\": 376.89761499387686, \"positive_daily\": \"\", \"positive\": 9116, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 40.60042320359665, \"deceased_daily\": \"\", \"deceased\": 982.0, \"positive_100k\": 396.1228663071889, \"positive_daily\": \"\", \"positive\": 9581, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 42.502276021687734, \"deceased_daily\": \"\", \"deceased\": 1028.0, \"positive_100k\": 415.84425313826387, \"positive_daily\": \"\", \"positive\": 10058, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 44.73488585162075, \"deceased_daily\": \"\", \"deceased\": 1082.0, \"positive_100k\": 434.86278131917476, \"positive_daily\": \"\", \"positive\": 10518, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 46.67808329619208, \"deceased_daily\": \"\", \"deceased\": 1129.0, \"positive_100k\": 459.0080431836355, \"positive_daily\": \"\", \"positive\": 11102, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 48.78665924668437, \"deceased_daily\": \"\", \"deceased\": 1180.0, \"positive_100k\": 477.2410234614217, \"positive_daily\": \"\", \"positive\": 11543, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 50.48178893237424, \"deceased_daily\": \"\", \"deceased\": 1221.0, \"positive_100k\": 501.01418368756026, \"positive_daily\": \"\", \"positive\": 12118, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 52.218263244544374, \"deceased_daily\": \"\", \"deceased\": 1263.0, \"positive_100k\": 522.0999431924832, \"positive_daily\": \"\", \"positive\": 12628, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 53.706669797833044, \"deceased_daily\": \"\", \"deceased\": 1299.0, \"positive_100k\": 544.9221770095762, \"positive_daily\": \"\", \"positive\": 13180, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 55.2777656040822, \"deceased_daily\": \"\", \"deceased\": 1337.0, \"positive_100k\": 566.2973488998608, \"positive_daily\": \"\", \"positive\": 13697, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 56.724827530890636, \"deceased_daily\": \"\", \"deceased\": 1372.0, \"positive_100k\": 594.5357287858654, \"positive_daily\": \"\", \"positive\": 14380, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 57.923821698817626, \"deceased_daily\": \"\", \"deceased\": 1401.0, \"positive_100k\": 616.1589684350315, \"positive_daily\": \"\", \"positive\": 14903, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 59.08147124026438, \"deceased_daily\": \"\", \"deceased\": 1429.0, \"positive_100k\": 632.2833727623254, \"positive_daily\": \"\", \"positive\": 15293, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 60.28046540819136, \"deceased_daily\": \"\", \"deceased\": 1458.0, \"positive_100k\": 645.8444102478445, \"positive_daily\": \"\", \"positive\": 15621, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 61.72752733499979, \"deceased_daily\": \"\", \"deceased\": 1493.0, \"positive_100k\": 655.6017420971814, \"positive_daily\": \"\", \"positive\": 15857, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 62.88517687644654, \"deceased_daily\": \"\", \"deceased\": 1521.0, \"positive_100k\": 672.2222819422383, \"positive_daily\": \"\", \"positive\": 16259, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 64.2495495502945, \"deceased_daily\": \"\", \"deceased\": 1554.0, \"positive_100k\": 696.202165300778, \"positive_daily\": \"\", \"positive\": 16839, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 65.40719909174125, \"deceased_daily\": \"\", \"deceased\": 1582.0, \"positive_100k\": 719.4791900091536, \"positive_daily\": \"\", \"positive\": 17402, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 66.64753788614847, \"deceased_daily\": \"\", \"deceased\": 1612.0, \"positive_100k\": 734.9420803127638, \"positive_daily\": \"\", \"positive\": 17776, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 67.76384280111498, \"deceased_daily\": \"\", \"deceased\": 1639.0, \"positive_100k\": 754.9115349027203, \"positive_daily\": \"\", \"positive\": 18259, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 68.8801477160815, \"deceased_daily\": \"\", \"deceased\": 1666.0, \"positive_100k\": 772.4830011568226, \"positive_daily\": \"\", \"positive\": 18684, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.02624846216822272, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.03937269325233408, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0656211554205568, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.07874538650466816, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19686346626167037, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.19686346626167037, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.19686346626167037, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.3149815460186726, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.3149815460186726, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01312423108411136, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 0.3149815460186726, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01312423108411136, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 0.6430873231214566, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01312423108411136, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 0.984317331308352, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03937269325233408, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 1.6274046544298086, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.03937269325233408, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 2.0473800491213723, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.05249692433644544, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 3.4123000818689535, \"positive_daily\": \"\", \"positive\": 260, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05249692433644544, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 4.14725702257919, \"positive_daily\": \"\", \"positive\": 316, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.07874538650466816, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 6.680233621812682, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.10499384867289088, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 9.383825225139622, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.1574907730093363, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 11.851180668952559, \"positive_daily\": \"\", \"positive\": 903, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.23623615951400448, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 18.295178131251234, \"positive_daily\": \"\", \"positive\": 1394, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.5380934744485658, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 24.489815202951796, \"positive_daily\": \"\", \"positive\": 1866, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.7218327096261248, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 35.46167238926889, \"positive_daily\": \"\", \"positive\": 2702, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.0761869488971316, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 42.91623564504415, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.601156192261586, \"deceased_daily\": \"\", \"deceased\": 122.0, \"positive_100k\": 55.16114324652004, \"positive_daily\": \"\", \"positive\": 4203, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.5067281370652696, \"deceased_daily\": \"\", \"deceased\": 191.0, \"positive_100k\": 61.73638301965983, \"positive_daily\": \"\", \"positive\": 4704, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.2154366156072833, \"deceased_daily\": \"\", \"deceased\": 245.0, \"positive_100k\": 77.7610691733598, \"positive_daily\": \"\", \"positive\": 5925, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.701033165719403, \"deceased_daily\": \"\", \"deceased\": 282.0, \"positive_100k\": 103.20895324545172, \"positive_daily\": \"\", \"positive\": 7864, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 6.772103239401462, \"deceased_daily\": \"\", \"deceased\": 516.0, \"positive_100k\": 130.4154842828146, \"positive_daily\": \"\", \"positive\": 9937, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 8.819483288522834, \"deceased_daily\": \"\", \"deceased\": 672.0, \"positive_100k\": 152.1360867270189, \"positive_daily\": \"\", \"positive\": 11592, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 11.549323354017996, \"deceased_daily\": \"\", \"deceased\": 880.0, \"positive_100k\": 169.82755022840098, \"positive_daily\": \"\", \"positive\": 12940, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 14.042927259999153, \"deceased_daily\": \"\", \"deceased\": 1070.0, \"positive_100k\": 187.19090795268033, \"positive_daily\": \"\", \"positive\": 14263, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 16.090307309120526, \"deceased_daily\": \"\", \"deceased\": 1226.0, \"positive_100k\": 197.2046962698573, \"positive_daily\": \"\", \"positive\": 15026, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 18.50516582859702, \"deceased_daily\": \"\", \"deceased\": 1410.0, \"positive_100k\": 212.04820162598722, \"positive_daily\": \"\", \"positive\": 16157, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 21.943714372634194, \"deceased_daily\": \"\", \"deceased\": 1672.0, \"positive_100k\": 246.38119014202255, \"positive_daily\": \"\", \"positive\": 18773, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 24.266703274521905, \"deceased_daily\": \"\", \"deceased\": 1849.0, \"positive_100k\": 262.3665036024702, \"positive_daily\": \"\", \"positive\": 19991, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 27.469015659045073, \"deceased_daily\": \"\", \"deceased\": 2093.0, \"positive_100k\": 286.1607345579641, \"positive_daily\": \"\", \"positive\": 21804, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 30.645079581400026, \"deceased_daily\": \"\", \"deceased\": 2335.0, \"positive_100k\": 307.8944612332525, \"positive_daily\": \"\", \"positive\": 23460, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 32.91557155895129, \"deceased_daily\": \"\", \"deceased\": 2508.0, \"positive_100k\": 324.61473163441036, \"positive_daily\": \"\", \"positive\": 24734, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 34.608597368801654, \"deceased_daily\": \"\", \"deceased\": 2637.0, \"positive_100k\": 341.6499835815869, \"positive_daily\": \"\", \"positive\": 26032, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 36.22287779214735, \"deceased_daily\": \"\", \"deceased\": 2760.0, \"positive_100k\": 352.0443746002031, \"positive_daily\": \"\", \"positive\": 26824, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 38.16526399259583, \"deceased_daily\": \"\", \"deceased\": 2908.0, \"positive_100k\": 371.71759699528604, \"positive_daily\": \"\", \"positive\": 28323, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 39.910786726782646, \"deceased_daily\": \"\", \"deceased\": 3041.0, \"positive_100k\": 389.0940789506495, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 41.31507945278256, \"deceased_daily\": \"\", \"deceased\": 3148.0, \"positive_100k\": 407.415505544069, \"positive_daily\": \"\", \"positive\": 31043, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 42.4043906327638, \"deceased_daily\": \"\", \"deceased\": 3231.0, \"positive_100k\": 417.6655300207599, \"positive_daily\": \"\", \"positive\": 31824, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 43.71681374117494, \"deceased_daily\": \"\", \"deceased\": 3331.0, \"positive_100k\": 432.8896380783291, \"positive_daily\": \"\", \"positive\": 32984, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 45.1736033915113, \"deceased_daily\": \"\", \"deceased\": 3442.0, \"positive_100k\": 446.5782110990572, \"positive_daily\": \"\", \"positive\": 34027, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 46.43352957558599, \"deceased_daily\": \"\", \"deceased\": 3538.0, \"positive_100k\": 455.75204862685104, \"positive_daily\": \"\", \"positive\": 34726, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 48.11343115435225, \"deceased_daily\": \"\", \"deceased\": 3666.0, \"positive_100k\": 461.93356146746754, \"positive_daily\": \"\", \"positive\": 35197, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 49.29461195192227, \"deceased_daily\": \"\", \"deceased\": 3756.0, \"positive_100k\": 479.10005572548516, \"positive_daily\": \"\", \"positive\": 36505, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 50.59391082924929, \"deceased_daily\": \"\", \"deceased\": 3855.0, \"positive_100k\": 490.2425279158957, \"positive_daily\": \"\", \"positive\": 37354, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 49.24211502758582, \"deceased_daily\": \"\", \"deceased\": 3752.0, \"positive_100k\": 502.8680382188108, \"positive_daily\": \"\", \"positive\": 38316, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 50.90889237526796, \"deceased_daily\": \"\", \"deceased\": 3879.0, \"positive_100k\": 524.22116219266, \"positive_daily\": \"\", \"positive\": 39943, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 51.617600853809975, \"deceased_daily\": \"\", \"deceased\": 3933.0, \"positive_100k\": 532.8437820149212, \"positive_daily\": \"\", \"positive\": 40600, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 52.615042416202435, \"deceased_daily\": \"\", \"deceased\": 4009.0, \"positive_100k\": 546.965454661425, \"positive_daily\": \"\", \"positive\": 41676, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 54.491807461230366, \"deceased_daily\": \"\", \"deceased\": 4152.0, \"positive_100k\": 565.811850498209, \"positive_daily\": \"\", \"positive\": 43112, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 55.738609414220946, \"deceased_daily\": \"\", \"deceased\": 4247.0, \"positive_100k\": 574.8675699462458, \"positive_daily\": \"\", \"positive\": 43802, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 56.99853559829564, \"deceased_daily\": \"\", \"deceased\": 4343.0, \"positive_100k\": 589.1729818279272, \"positive_daily\": \"\", \"positive\": 44892, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 57.6547471525012, \"deceased_daily\": \"\", \"deceased\": 4393.0, \"positive_100k\": 611.2085658181501, \"positive_daily\": \"\", \"positive\": 46571, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 59.0327914163329, \"deceased_daily\": \"\", \"deceased\": 4498.0, \"positive_100k\": 620.618639505458, \"positive_daily\": \"\", \"positive\": 47288, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 59.92523913005246, \"deceased_daily\": \"\", \"deceased\": 4566.0, \"positive_100k\": 627.8369666017193, \"positive_daily\": \"\", \"positive\": 47838, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.060042489067388544, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.07505311133423567, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.12008497813477709, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.15010622266847135, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.4353080457385669, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7355204910755095, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.0507435586792995, \"positive_daily\": \"\", \"positive\": 70, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.015010622266847136, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 1.350956004016242, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.030021244533694272, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 2.0564552505580576, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.060042489067388544, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 2.6118482744314013, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.12008497813477709, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 3.032145697903121, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.12008497813477709, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 7.039981843151306, \"positive_daily\": \"\", \"positive\": 469, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.3152230676037898, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 11.73830661267446, \"positive_daily\": \"\", \"positive\": 782, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.4653292902722611, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 15.370877201251467, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.8405948469434396, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 20.834743706383822, \"positive_daily\": \"\", \"positive\": 1388, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 1.215860403614618, \"deceased_daily\": \"\", \"deceased\": 81.0, \"positive_100k\": 29.8711383110258, \"positive_daily\": \"\", \"positive\": 1990, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 1.2909135149488535, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 44.13122946453057, \"positive_daily\": \"\", \"positive\": 2940, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 3.1972625428384394, \"deceased_daily\": \"\", \"deceased\": 213.0, \"positive_100k\": 53.197645313706246, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.1972625428384394, \"deceased_daily\": \"\", \"deceased\": 213.0, \"positive_100k\": 62.51924174141832, \"positive_daily\": \"\", \"positive\": 4165, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 5.328770904730733, \"deceased_daily\": \"\", \"deceased\": 355.0, \"positive_100k\": 73.11674106181239, \"positive_daily\": \"\", \"positive\": 4871, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 5.854142684070382, \"deceased_daily\": \"\", \"deceased\": 390.0, \"positive_100k\": 84.6148777182173, \"positive_daily\": \"\", \"positive\": 5637, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 7.475289888889873, \"deceased_daily\": \"\", \"deceased\": 498.0, \"positive_100k\": 101.72698710242302, \"positive_daily\": \"\", \"positive\": 6777, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 9.42667078358, \"deceased_daily\": \"\", \"deceased\": 628.0, \"positive_100k\": 107.5511085419597, \"positive_daily\": \"\", \"positive\": 7165, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 12.068540302545095, \"deceased_daily\": \"\", \"deceased\": 804.0, \"positive_100k\": 133.90976124254328, \"positive_daily\": \"\", \"positive\": 8921, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 15.325845334450923, \"deceased_daily\": \"\", \"deceased\": 1021.0, \"positive_100k\": 145.6330572329509, \"positive_daily\": \"\", \"positive\": 9702, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 18.958415923027932, \"deceased_daily\": \"\", \"deceased\": 1263.0, \"positive_100k\": 158.73733047190845, \"positive_daily\": \"\", \"positive\": 10575, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 23.04130517961035, \"deceased_daily\": \"\", \"deceased\": 1535.0, \"positive_100k\": 185.41120624009582, \"positive_daily\": \"\", \"positive\": 12352, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 27.39438563699602, \"deceased_daily\": \"\", \"deceased\": 1825.0, \"positive_100k\": 219.11005322916762, \"positive_daily\": \"\", \"positive\": 14597, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 31.372200537710512, \"deceased_daily\": \"\", \"deceased\": 2090.0, \"positive_100k\": 257.6723418326979, \"positive_daily\": \"\", \"positive\": 17166, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 36.205620907635286, \"deceased_daily\": \"\", \"deceased\": 2412.0, \"positive_100k\": 288.84940428093944, \"positive_daily\": \"\", \"positive\": 19243, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 41.38428558969755, \"deceased_daily\": \"\", \"deceased\": 2757.0, \"positive_100k\": 323.0285911825503, \"positive_daily\": \"\", \"positive\": 21520, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 46.262737826422864, \"deceased_daily\": \"\", \"deceased\": 3082.0, \"positive_100k\": 340.3958811452925, \"positive_daily\": \"\", \"positive\": 22677, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 50.91603072914548, \"deceased_daily\": \"\", \"deceased\": 3392.0, \"positive_100k\": 361.6058904083475, \"positive_daily\": \"\", \"positive\": 24090, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 54.08327202745023, \"deceased_daily\": \"\", \"deceased\": 3603.0, \"positive_100k\": 412.92720793869785, \"positive_daily\": \"\", \"positive\": 27509, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 58.01605506136417, \"deceased_daily\": \"\", \"deceased\": 3865.0, \"positive_100k\": 447.9169684427185, \"positive_daily\": \"\", \"positive\": 29840, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 62.66934796408678, \"deceased_daily\": \"\", \"deceased\": 4175.0, \"positive_100k\": 482.66655899046964, \"positive_daily\": \"\", \"positive\": 32155, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 67.29261962227571, \"deceased_daily\": \"\", \"deceased\": 4483.0, \"positive_100k\": 513.1831540589698, \"positive_daily\": \"\", \"positive\": 34188, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 70.89516896631902, \"deceased_daily\": \"\", \"deceased\": 4723.0, \"positive_100k\": 544.1200465509418, \"positive_daily\": \"\", \"positive\": 36249, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 74.16748462049169, \"deceased_daily\": \"\", \"deceased\": 4941.0, \"positive_100k\": 564.1592272771827, \"positive_daily\": \"\", \"positive\": 37584, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 77.09455596252688, \"deceased_daily\": \"\", \"deceased\": 5136.0, \"positive_100k\": 581.2563260391216, \"positive_daily\": \"\", \"positive\": 38723, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 80.62205219523595, \"deceased_daily\": \"\", \"deceased\": 5371.0, \"positive_100k\": 607.4648725170366, \"positive_daily\": \"\", \"positive\": 40469, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 83.84933598260808, \"deceased_daily\": \"\", \"deceased\": 5586.0, \"positive_100k\": 637.2009152276609, \"positive_daily\": \"\", \"positive\": 42450, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 87.06160914771337, \"deceased_daily\": \"\", \"deceased\": 5800.0, \"positive_100k\": 658.6210732024517, \"positive_daily\": \"\", \"positive\": 43877, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 89.6434361776111, \"deceased_daily\": \"\", \"deceased\": 5972.0, \"positive_100k\": 672.2206969762152, \"positive_daily\": \"\", \"positive\": 44783, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 91.32462587149796, \"deceased_daily\": \"\", \"deceased\": 6084.0, \"positive_100k\": 688.2220203126742, \"positive_daily\": \"\", \"positive\": 45849, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 94.2366865912663, \"deceased_daily\": \"\", \"deceased\": 6278.0, \"positive_100k\": 699.2998595456074, \"positive_daily\": \"\", \"positive\": 46587, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 96.41322681995915, \"deceased_daily\": \"\", \"deceased\": 6423.0, \"positive_100k\": 707.6907973927749, \"positive_daily\": \"\", \"positive\": 47146, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 98.58976704865198, \"deceased_daily\": \"\", \"deceased\": 6568.0, \"positive_100k\": 721.2303786774711, \"positive_daily\": \"\", \"positive\": 48048, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 100.93142412228013, \"deceased_daily\": \"\", \"deceased\": 6724.0, \"positive_100k\": 743.4160783878712, \"positive_daily\": \"\", \"positive\": 49526, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 103.22804932910775, \"deceased_daily\": \"\", \"deceased\": 6877.0, \"positive_100k\": 760.9484851955486, \"positive_daily\": \"\", \"positive\": 50694, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 105.17943022379788, \"deceased_daily\": \"\", \"deceased\": 7007.0, \"positive_100k\": 780.4472835201831, \"positive_daily\": \"\", \"positive\": 51993, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 107.05575800715377, \"deceased_daily\": \"\", \"deceased\": 7132.0, \"positive_100k\": 794.7524065404884, \"positive_daily\": \"\", \"positive\": 52946, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 108.66189458970642, \"deceased_daily\": \"\", \"deceased\": 7239.0, \"positive_100k\": 823.8429924936381, \"positive_daily\": \"\", \"positive\": 54884, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 110.34308428359329, \"deceased_daily\": \"\", \"deceased\": 7351.0, \"positive_100k\": 855.0500761864133, \"positive_daily\": \"\", \"positive\": 56963, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 111.97924211067962, \"deceased_daily\": \"\", \"deceased\": 7460.0, \"positive_100k\": 870.5710596103332, \"positive_daily\": \"\", \"positive\": 57997, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 113.73548491590074, \"deceased_daily\": \"\", \"deceased\": 7577.0, \"positive_100k\": 888.6138275750835, \"positive_daily\": \"\", \"positive\": 59199, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 115.34162149845339, \"deceased_daily\": \"\", \"deceased\": 7684.0, \"positive_100k\": 907.9475090547826, \"positive_daily\": \"\", \"positive\": 60487, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 116.557481902068, \"deceased_daily\": \"\", \"deceased\": 7765.0, \"positive_100k\": 926.5456700434062, \"positive_daily\": \"\", \"positive\": 61726, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 117.8033635502163, \"deceased_daily\": \"\", \"deceased\": 7848.0, \"positive_100k\": 938.3139979006144, \"positive_daily\": \"\", \"positive\": 62510, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 118.914149597963, \"deceased_daily\": \"\", \"deceased\": 7922.0, \"positive_100k\": 942.9222589365364, \"positive_daily\": \"\", \"positive\": 62817, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.09226339168531542, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.1383950875279731, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.4151852625839193, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.5997120459545502, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7842388293251809, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.04613169584265771, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 0.7842388293251809, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.04613169584265771, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.0759263129195964, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.04613169584265771, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.0759263129195964, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.2306584792132885, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 4.705432975951085, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.2306584792132885, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 6.873622680555997, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.2767901750559462, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 8.995680689318252, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.2767901750559462, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 10.379631564597984, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.5074486542692347, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 15.961566761559563, \"positive_daily\": \"\", \"positive\": 346, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.6458437417972078, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 19.23691716638826, \"positive_daily\": \"\", \"positive\": 417, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.6458437417972078, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 19.23691716638826, \"positive_daily\": \"\", \"positive\": 417, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 1.0610290043811272, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 29.06296838087435, \"positive_daily\": \"\", \"positive\": 630, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 1.0610290043811272, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 29.06296838087435, \"positive_daily\": \"\", \"positive\": 630, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.6607410503356772, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 35.29074731963314, \"positive_daily\": \"\", \"positive\": 765, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.845267833706308, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 44.886140054905944, \"positive_daily\": \"\", \"positive\": 973, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 2.4449798796608584, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 54.896718052762665, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 3.275350404828697, \"deceased_daily\": \"\", \"deceased\": 71.0, \"positive_100k\": 67.58293440949353, \"positive_daily\": \"\", \"positive\": 1465, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 3.9211941466259046, \"deceased_daily\": \"\", \"deceased\": 85.0, \"positive_100k\": 79.57717532858454, \"positive_daily\": \"\", \"positive\": 1725, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 4.474774496737797, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 96.73816618205319, \"positive_daily\": \"\", \"positive\": 2097, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 5.535803501118924, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 111.6848356350743, \"positive_daily\": \"\", \"positive\": 2421, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.135515547073474, \"deceased_daily\": \"\", \"deceased\": 133.0, \"positive_100k\": 125.84726625877022, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.150412855611944, \"deceased_daily\": \"\", \"deceased\": 155.0, \"positive_100k\": 150.89677710133336, \"positive_daily\": \"\", \"positive\": 3271, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 8.303705251678386, \"deceased_daily\": \"\", \"deceased\": 180.0, \"positive_100k\": 182.03567179512729, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 9.549261039430144, \"deceased_daily\": \"\", \"deceased\": 207.0, \"positive_100k\": 212.25193257206806, \"positive_daily\": \"\", \"positive\": 4601, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 10.195104781227352, \"deceased_daily\": \"\", \"deceased\": 221.0, \"positive_100k\": 236.93238984788997, \"positive_daily\": \"\", \"positive\": 5136, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 12.224899398304292, \"deceased_daily\": \"\", \"deceased\": 265.0, \"positive_100k\": 264.7959341368552, \"positive_daily\": \"\", \"positive\": 5740, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 13.701113665269338, \"deceased_daily\": \"\", \"deceased\": 297.0, \"positive_100k\": 279.4196817189777, \"positive_daily\": \"\", \"positive\": 6057, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 14.992801148863753, \"deceased_daily\": \"\", \"deceased\": 325.0, \"positive_100k\": 291.55231772559665, \"positive_daily\": \"\", \"positive\": 6320, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 17.02259576594069, \"deceased_daily\": \"\", \"deceased\": 369.0, \"positive_100k\": 315.4485361720934, \"positive_daily\": \"\", \"positive\": 6838, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 19.006258687174974, \"deceased_daily\": \"\", \"deceased\": 412.0, \"positive_100k\": 337.5456184807264, \"positive_daily\": \"\", \"positive\": 7317, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 20.48247295414002, \"deceased_daily\": \"\", \"deceased\": 444.0, \"positive_100k\": 361.0727833604818, \"positive_daily\": \"\", \"positive\": 7827, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 22.004818916947723, \"deceased_daily\": \"\", \"deceased\": 477.0, \"positive_100k\": 377.6801938638386, \"positive_daily\": \"\", \"positive\": 8187, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 23.757823358968718, \"deceased_daily\": \"\", \"deceased\": 515.0, \"positive_100k\": 398.02427173045066, \"positive_daily\": \"\", \"positive\": 8628, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 25.28016932177642, \"deceased_daily\": \"\", \"deceased\": 548.0, \"positive_100k\": 406.4202403738144, \"positive_daily\": \"\", \"positive\": 8810, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 27.033173763797414, \"deceased_daily\": \"\", \"deceased\": 586.0, \"positive_100k\": 416.1540281966151, \"positive_daily\": \"\", \"positive\": 9021, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.293626860087638, \"deceased_daily\": \"\", \"deceased\": 635.0, \"positive_100k\": 436.03678910480056, \"positive_daily\": \"\", \"positive\": 9452, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 31.78473843559116, \"deceased_daily\": \"\", \"deceased\": 689.0, \"positive_100k\": 452.36740943310144, \"positive_daily\": \"\", \"positive\": 9806, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 33.63000626929747, \"deceased_daily\": \"\", \"deceased\": 729.0, \"positive_100k\": 466.06852309837075, \"positive_daily\": \"\", \"positive\": 10103, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.29074731963314, \"deceased_daily\": \"\", \"deceased\": 765.0, \"positive_100k\": 485.0747817855458, \"positive_daily\": \"\", \"positive\": 10515, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 37.089883457496796, \"deceased_daily\": \"\", \"deceased\": 804.0, \"positive_100k\": 496.93062761710877, \"positive_daily\": \"\", \"positive\": 10772, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.33543924524855, \"deceased_daily\": \"\", \"deceased\": 831.0, \"positive_100k\": 508.2790247944026, \"positive_daily\": \"\", \"positive\": 11018, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 39.62712672884297, \"deceased_daily\": \"\", \"deceased\": 859.0, \"positive_100k\": 517.8744175296754, \"positive_daily\": \"\", \"positive\": 11226, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 41.610789650077244, \"deceased_daily\": \"\", \"deceased\": 902.0, \"positive_100k\": 529.3612097944971, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 44.10190122558077, \"deceased_daily\": \"\", \"deceased\": 956.0, \"positive_100k\": 543.8926939849343, \"positive_daily\": \"\", \"positive\": 11790, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.76264227591644, \"deceased_daily\": \"\", \"deceased\": 992.0, \"positive_100k\": 557.686071041889, \"positive_daily\": \"\", \"positive\": 12089, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.05432975951086, \"deceased_daily\": \"\", \"deceased\": 1020.0, \"positive_100k\": 569.9571021360359, \"positive_daily\": \"\", \"positive\": 12355, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 48.99186098490248, \"deceased_daily\": \"\", \"deceased\": 1062.0, \"positive_100k\": 579.8292850463647, \"positive_daily\": \"\", \"positive\": 12569, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 49.86836320591297, \"deceased_daily\": \"\", \"deceased\": 1081.0, \"positive_100k\": 582.5510551010815, \"positive_daily\": \"\", \"positive\": 12628, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 50.88326051445144, \"deceased_daily\": \"\", \"deceased\": 1103.0, \"positive_100k\": 590.9470237444451, \"positive_daily\": \"\", \"positive\": 12810, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 51.85202612714726, \"deceased_daily\": \"\", \"deceased\": 1124.0, \"positive_100k\": 601.7418405716271, \"positive_daily\": \"\", \"positive\": 13044, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 53.83568904838154, \"deceased_daily\": \"\", \"deceased\": 1167.0, \"positive_100k\": 619.8254653419489, \"positive_daily\": \"\", \"positive\": 13436, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 55.03511314029064, \"deceased_daily\": \"\", \"deceased\": 1193.0, \"positive_100k\": 635.6947687118231, \"positive_daily\": \"\", \"positive\": 13780, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 55.91161536130113, \"deceased_daily\": \"\", \"deceased\": 1212.0, \"positive_100k\": 651.9331256484386, \"positive_daily\": \"\", \"positive\": 14132, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 56.741985886468974, \"deceased_daily\": \"\", \"deceased\": 1230.0, \"positive_100k\": 660.3752259876451, \"positive_daily\": \"\", \"positive\": 14315, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.4036347760062447, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3.318774824940234, \"tested\": 148, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.5830280097867978, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 8.767844301024537, \"tested\": 391, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T18:00:00\", \"deceased_100k\": 0.02242415422256915, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 1.05393524846075, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 12.938736986422398, \"tested\": 577, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T18:00:00\", \"deceased_100k\": 0.02242415422256915, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.1751429595892073, \"positive_daily\": \"\", \"positive\": 97, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 23.16415131191393, \"tested\": 1033, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T18:00:00\", \"deceased_100k\": 0.0448483084451383, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 3.2515023622725265, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 28.635644942220804, \"tested\": 1277, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T17:00:00\", \"deceased_100k\": 0.0896966168902766, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 4.866041466297505, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 34.75743904498218, \"tested\": 1550, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T17:00:00\", \"deceased_100k\": 0.1793932337805532, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 6.3908839534322075, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 40.25135682951162, \"tested\": 1795, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T18:00:00\", \"deceased_100k\": 0.24666569644826064, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 7.512091664560665, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 44.24285628112893, \"tested\": 1973, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T18:00:00\", \"deceased_100k\": 0.4036347760062447, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 9.418144773479042, \"positive_daily\": \"\", \"positive\": 420, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 45.117398295809124, \"tested\": 2012, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T17:00:00\", \"deceased_100k\": 0.4933313928965213, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 12.198739897077617, \"positive_daily\": \"\", \"positive\": 544, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 56.06038555642287, \"tested\": 2500, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T17:00:00\", \"deceased_100k\": 0.6727246266770744, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 15.652059647353264, \"positive_daily\": \"\", \"positive\": 698, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 64.67126077788943, \"tested\": 2884, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 0.8296937062350584, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 19.50901417363516, \"positive_daily\": \"\", \"positive\": 870, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 70.32214764197685, \"tested\": 3136, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 1.076359402683319, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 22.64839576479484, \"positive_daily\": \"\", \"positive\": 1010, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 80.81665181813922, \"tested\": 3604, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 1.2557526364638723, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 26.460501982631595, \"positive_daily\": \"\", \"positive\": 1180, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 97.41052594284038, \"tested\": 4344, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 1.5696907955798403, \"deceased_daily\": \"\", \"deceased\": 70.0, \"positive_100k\": 31.07987775248084, \"positive_daily\": \"\", \"positive\": 1386, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 110.01290061592424, \"tested\": 4906, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 1.9060531089183776, \"deceased_daily\": \"\", \"deceased\": 85.0, \"positive_100k\": 34.376228423198505, \"positive_daily\": \"\", \"positive\": 1533, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 123.1983032987949, \"tested\": 5494, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 2.5339294271503134, \"deceased_daily\": \"\", \"deceased\": 113.0, \"positive_100k\": 38.99560419304775, \"positive_daily\": \"\", \"positive\": 1739, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 148.89638403785915, \"tested\": 6640, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 3.2739265164950955, \"deceased_daily\": \"\", \"deceased\": 146.0, \"positive_100k\": 43.65982827134213, \"positive_daily\": \"\", \"positive\": 1947, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 170.42357209152553, \"tested\": 7600, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 4.507254998736399, \"deceased_daily\": \"\", \"deceased\": 201.0, \"positive_100k\": 50.74586100567399, \"positive_daily\": \"\", \"positive\": 2263, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 197.04104315371512, \"tested\": 8787, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 5.4042211676391645, \"deceased_daily\": \"\", \"deceased\": 241.0, \"positive_100k\": 59.28946376447283, \"positive_daily\": \"\", \"positive\": 2644, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 225.20578085726194, \"tested\": 10043, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 6.368459799209639, \"deceased_daily\": \"\", \"deceased\": 284.0, \"positive_100k\": 69.35790901040637, \"positive_daily\": \"\", \"positive\": 3093, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 270.3007549988485, \"tested\": 12054, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 7.758757361008925, \"deceased_daily\": \"\", \"deceased\": 346.0, \"positive_100k\": 78.97787117188854, \"positive_daily\": \"\", \"positive\": 3522, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 293.66672369876557, \"tested\": 13096, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 8.812692609469675, \"deceased_daily\": \"\", \"deceased\": 393.0, \"positive_100k\": 88.14935024891933, \"positive_daily\": \"\", \"positive\": 3931, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 325.37447776947835, \"tested\": 14510, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 10.270262633936671, \"deceased_daily\": \"\", \"deceased\": 458.0, \"positive_100k\": 101.4692978571254, \"positive_daily\": \"\", \"positive\": 4525, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 346.6998484351416, \"tested\": 15461, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 11.907225892184218, \"deceased_daily\": \"\", \"deceased\": 531.0, \"positive_100k\": 116.91954011647553, \"positive_daily\": \"\", \"positive\": 5214, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 411.3486850588085, \"tested\": 18344, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 14.351458702444257, \"deceased_daily\": \"\", \"deceased\": 640.0, \"positive_100k\": 133.82735240029268, \"positive_daily\": \"\", \"positive\": 5968, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 465.3684725809775, \"tested\": 20753, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 16.033270269136942, \"deceased_daily\": \"\", \"deceased\": 715.0, \"positive_100k\": 150.35395406232612, \"positive_daily\": \"\", \"positive\": 6705, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 552.0826769596524, \"tested\": 24620, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 18.298109845616427, \"deceased_daily\": \"\", \"deceased\": 816.0, \"positive_100k\": 169.41448515150992, \"positive_daily\": \"\", \"positive\": 7555, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 628.3696496248327, \"tested\": 28022, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 20.00234556653168, \"deceased_daily\": \"\", \"deceased\": 892.0, \"positive_100k\": 191.3901562896277, \"positive_daily\": \"\", \"positive\": 8535, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 699.6336117441574, \"tested\": 31200, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 22.08779190923061, \"deceased_daily\": \"\", \"deceased\": 985.0, \"positive_100k\": 207.5131231756549, \"positive_daily\": \"\", \"positive\": 9254, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 751.8146186200759, \"tested\": 33527, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 24.150814097706974, \"deceased_daily\": \"\", \"deceased\": 1077.0, \"positive_100k\": 225.45244655371022, \"positive_daily\": \"\", \"positive\": 10054, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 853.1269473976432, \"tested\": 38045, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 26.325957057296183, \"deceased_daily\": \"\", \"deceased\": 1174.0, \"positive_100k\": 242.53965207130793, \"positive_daily\": \"\", \"positive\": 10816, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 950.672018265819, \"tested\": 42395, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 28.41140339999511, \"deceased_daily\": \"\", \"deceased\": 1267.0, \"positive_100k\": 259.8510991311313, \"positive_daily\": \"\", \"positive\": 11588, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1071.82972353036, \"tested\": 47798, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 30.13806327513294, \"deceased_daily\": \"\", \"deceased\": 1344.0, \"positive_100k\": 277.67830173807374, \"positive_daily\": \"\", \"positive\": 12383, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1188.2783564081617, \"tested\": 52991, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 32.358054543167285, \"deceased_daily\": \"\", \"deceased\": 1443.0, \"positive_100k\": 294.1824792458847, \"positive_daily\": \"\", \"positive\": 13119, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1188.2783564081617, \"tested\": 52991, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 34.488349194311354, \"deceased_daily\": \"\", \"deceased\": 1538.0, \"positive_100k\": 303.4212307855832, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1143.407623808801, \"tested\": 50990, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 36.86530954190368, \"deceased_daily\": \"\", \"deceased\": 1644.0, \"positive_100k\": 315.5975465284382, \"positive_daily\": \"\", \"positive\": 14074, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1222.8339780651409, \"tested\": 54532, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 38.838635113489765, \"deceased_daily\": \"\", \"deceased\": 1732.0, \"positive_100k\": 331.58596848913, \"positive_daily\": \"\", \"positive\": 14787, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1310.8487833887248, \"tested\": 58457, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 40.610143297072725, \"deceased_daily\": \"\", \"deceased\": 1811.0, \"positive_100k\": 343.82955669465275, \"positive_daily\": \"\", \"positive\": 15333, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1356.8182995449915, \"tested\": 60507, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 42.65074133132652, \"deceased_daily\": \"\", \"deceased\": 1902.0, \"positive_100k\": 357.2616250739717, \"positive_daily\": \"\", \"positive\": 15932, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1428.0149892016486, \"tested\": 63682, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 44.33255289801921, \"deceased_daily\": \"\", \"deceased\": 1977.0, \"positive_100k\": 370.89551084129374, \"positive_daily\": \"\", \"positive\": 16540, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1504.1001444788258, \"tested\": 67075, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 45.991940310489326, \"deceased_daily\": \"\", \"deceased\": 2051.0, \"positive_100k\": 383.2063715094842, \"positive_daily\": \"\", \"positive\": 17089, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1569.3768574207245, \"tested\": 69986, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 47.270117101175764, \"deceased_daily\": \"\", \"deceased\": 2108.0, \"positive_100k\": 393.67845153142395, \"positive_daily\": \"\", \"positive\": 17556, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1618.1942411632576, \"tested\": 72163, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 48.88465620520074, \"deceased_daily\": \"\", \"deceased\": 2180.0, \"positive_100k\": 399.7105490172951, \"positive_daily\": \"\", \"positive\": 17825, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1686.0945801491969, \"tested\": 75191, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 50.09556053321948, \"deceased_daily\": \"\", \"deceased\": 2234.0, \"positive_100k\": 408.88202809432585, \"positive_daily\": \"\", \"positive\": 18234, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1757.3136939600765, \"tested\": 78367, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 51.934341179470145, \"deceased_daily\": \"\", \"deceased\": 2316.0, \"positive_100k\": 418.81592841492403, \"positive_daily\": \"\", \"positive\": 18677, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1832.3897622972381, \"tested\": 81715, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 53.75069767149825, \"deceased_daily\": \"\", \"deceased\": 2397.0, \"positive_100k\": 428.9292219693027, \"positive_daily\": \"\", \"positive\": 19128, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1925.8760612511287, \"tested\": 85884, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 55.63432662619406, \"deceased_daily\": \"\", \"deceased\": 2481.0, \"positive_100k\": 440.2982681601452, \"positive_daily\": \"\", \"positive\": 19635, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2057.6179673087227, \"tested\": 91759, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 57.49553142666729, \"deceased_daily\": \"\", \"deceased\": 2564.0, \"positive_100k\": 450.68065156519475, \"positive_daily\": \"\", \"positive\": 20098, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2168.505409939327, \"tested\": 96704, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 58.63916329201833, \"deceased_daily\": \"\", \"deceased\": 2615.0, \"positive_100k\": 458.3497123093134, \"positive_daily\": \"\", \"positive\": 20440, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2221.0452032828066, \"tested\": 99047, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 60.657337172049544, \"deceased_daily\": \"\", \"deceased\": 2705.0, \"positive_100k\": 465.346048426755, \"positive_daily\": \"\", \"positive\": 20752, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2284.931618662906, \"tested\": 101896, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 62.51854197252279, \"deceased_daily\": \"\", \"deceased\": 2788.0, \"positive_100k\": 471.55753914640667, \"positive_daily\": \"\", \"positive\": 21029, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2380.3015465714925, \"tested\": 106149, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 63.751870454764095, \"deceased_daily\": \"\", \"deceased\": 2843.0, \"positive_100k\": 481.80537762612073, \"positive_daily\": \"\", \"positive\": 21486, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2513.8598091211143, \"tested\": 112105, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 65.09731970811825, \"deceased_daily\": \"\", \"deceased\": 2903.0, \"positive_100k\": 489.6089832955748, \"positive_daily\": \"\", \"positive\": 21834, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2619.724241205863, \"tested\": 116826, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 66.48761726991752, \"deceased_daily\": \"\", \"deceased\": 2965.0, \"positive_100k\": 497.45743727347394, \"positive_daily\": \"\", \"positive\": 22184, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2718.255974859832, \"tested\": 121220, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 67.78821821482653, \"deceased_daily\": \"\", \"deceased\": 3023.0, \"positive_100k\": 505.88891926115997, \"positive_daily\": \"\", \"positive\": 22560, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2801.135648866448, \"tested\": 124916, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 69.04397085129041, \"deceased_daily\": \"\", \"deceased\": 3079.0, \"positive_100k\": 512.7731346074887, \"positive_daily\": \"\", \"positive\": 22867, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2904.6006964493818, \"tested\": 129530, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 70.56881333842512, \"deceased_daily\": \"\", \"deceased\": 3147.0, \"positive_100k\": 517.8185693075668, \"positive_daily\": \"\", \"positive\": 23092, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3024.5250732316817, \"tested\": 134878, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 71.84699012911156, \"deceased_daily\": \"\", \"deceased\": 3204.0, \"positive_100k\": 525.4876300516854, \"positive_daily\": \"\", \"positive\": 23434, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3158.980301950206, \"tested\": 140874, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 73.30456015357855, \"deceased_daily\": \"\", \"deceased\": 3269.0, \"positive_100k\": 531.9682106220079, \"positive_daily\": \"\", \"positive\": 23723, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3277.200443011591, \"tested\": 146146, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 74.06698139714591, \"deceased_daily\": \"\", \"deceased\": 3303.0, \"positive_100k\": 537.5069767149826, \"positive_daily\": \"\", \"positive\": 23970, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3397.3714854903387, \"tested\": 151505, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 75.05364418293894, \"deceased_daily\": \"\", \"deceased\": 3347.0, \"positive_100k\": 542.8663495741765, \"positive_daily\": \"\", \"positive\": 24209, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3517.9685868993156, \"tested\": 156883, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 75.92818619761914, \"deceased_daily\": \"\", \"deceased\": 3386.0, \"positive_100k\": 548.2705707418157, \"positive_daily\": \"\", \"positive\": 24450, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3631.098444952177, \"tested\": 161928, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 0.06448950110921942, \"tested\": 1, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.06448950110921942, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2.515090543259557, \"tested\": 39, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.7093845122014136, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 4.256307073208482, \"tested\": 66, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.225300521075169, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 5.030181086519114, \"tested\": 78, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.225300521075169, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 7.222824124232575, \"tested\": 112, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T17:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.7085590465872156, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 7.80322963421555, \"tested\": 121, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T17:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.6122375277304852, \"positive_daily\": \"\", \"positive\": 25, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 7.80322963421555, \"tested\": 121, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.4187690244028273, \"positive_daily\": \"\", \"positive\": 22, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 7.80322963421555, \"tested\": 121, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T18:00:00\", \"deceased_100k\": 0.06448950110921942, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 1.5477480266212662, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 7.80322963421555, \"tested\": 121, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T17:00:00\", \"deceased_100k\": 0.06448950110921942, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 1.676727028839705, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 8.577103647526183, \"tested\": 133, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T17:00:00\", \"deceased_100k\": 0.19346850332765828, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 1.8057060310581436, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 9.415467161946035, \"tested\": 146, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 0.19346850332765828, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 2.0636640354950213, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 14.768095754011247, \"tested\": 229, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 0.25795800443687766, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 3.2889645565701904, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 21.346024867151627, \"tested\": 331, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 0.38693700665531655, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 5.030181086519114, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 25.860289944796985, \"tested\": 401, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 0.4514265077645359, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 7.029355620904917, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 39.40308517773307, \"tested\": 611, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 0.5159160088737553, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 9.093019656399939, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 44.75571376979828, \"tested\": 694, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 0.5159160088737553, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 12.510963215188568, \"positive_daily\": \"\", \"positive\": 194, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 66.1017386369499, \"tested\": 1025, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 0.7093845122014136, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 17.670123303926122, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 75.7106743022236, \"tested\": 1174, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 1.0963215188567301, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 22.2488778826807, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 92.99386059949441, \"tested\": 1442, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 1.7412165299489244, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 29.85863901356859, \"positive_daily\": \"\", \"positive\": 463, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 112.856626941134, \"tested\": 1750, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 2.128153536604241, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 36.049631120053654, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 127.23778568848991, \"tested\": 1973, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 3.2244750554609705, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 43.014497239849355, \"positive_daily\": \"\", \"positive\": 667, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 141.1675179280813, \"tested\": 2189, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 3.8693700665531656, \"deceased_daily\": \"\", \"deceased\": 60.0, \"positive_100k\": 50.17283186297271, \"positive_daily\": \"\", \"positive\": 778, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 161.8041582830315, \"tested\": 2509, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 4.707733580973017, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 57.20218748387762, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 187.79342723004694, \"tested\": 2912, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 5.868544600938967, \"deceased_daily\": \"\", \"deceased\": 91.0, \"positive_100k\": 68.29438167466337, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 215.91084971366664, \"tested\": 3348, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 7.67425063199711, \"deceased_daily\": \"\", \"deceased\": 119.0, \"positive_100k\": 78.74168085435691, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 244.67316720837846, \"tested\": 3794, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 9.802404168601353, \"deceased_daily\": \"\", \"deceased\": 152.0, \"positive_100k\": 92.60692359283908, \"positive_daily\": \"\", \"positive\": 1436, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 277.5628127740804, \"tested\": 4304, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 11.027704689676522, \"deceased_daily\": \"\", \"deceased\": 171.0, \"positive_100k\": 107.37501934685034, \"positive_daily\": \"\", \"positive\": 1665, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 322.125058040551, \"tested\": 4995, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 13.671774235154516, \"deceased_daily\": \"\", \"deceased\": 212.0, \"positive_100k\": 124.07780013413816, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 357.1428571428571, \"tested\": 5538, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 14.897074756229685, \"deceased_daily\": \"\", \"deceased\": 231.0, \"positive_100k\": 136.4597843471083, \"positive_daily\": \"\", \"positive\": 2116, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 386.4210906464428, \"tested\": 5992, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 16.380333281741734, \"deceased_daily\": \"\", \"deceased\": 254.0, \"positive_100k\": 148.64830005675077, \"positive_daily\": \"\", \"positive\": 2305, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 425.75968632306666, \"tested\": 6602, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 18.057060310581438, \"deceased_daily\": \"\", \"deceased\": 280.0, \"positive_100k\": 165.54454934736626, \"positive_daily\": \"\", \"positive\": 2567, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 471.0313161017387, \"tested\": 7304, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 21.346024867151627, \"deceased_daily\": \"\", \"deceased\": 331.0, \"positive_100k\": 173.86369499045557, \"positive_daily\": \"\", \"positive\": 2696, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 503.2760666563483, \"tested\": 7804, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 23.087241397100552, \"deceased_daily\": \"\", \"deceased\": 358.0, \"positive_100k\": 181.9893721302172, \"positive_daily\": \"\", \"positive\": 2822, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 527.3306505700872, \"tested\": 8177, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 24.31254191817572, \"deceased_daily\": \"\", \"deceased\": 377.0, \"positive_100k\": 198.36970541195893, \"positive_daily\": \"\", \"positive\": 3076, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 586.8544600938967, \"tested\": 9100, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 25.60233194036011, \"deceased_daily\": \"\", \"deceased\": 397.0, \"positive_100k\": 207.46272506835888, \"positive_daily\": \"\", \"positive\": 3217, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 624.0649022339163, \"tested\": 9677, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 27.601506474745914, \"deceased_daily\": \"\", \"deceased\": 428.0, \"positive_100k\": 220.29613578909354, \"positive_daily\": \"\", \"positive\": 3416, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 669.1430635092607, \"tested\": 10376, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 29.665170510240934, \"deceased_daily\": \"\", \"deceased\": 460.0, \"positive_100k\": 236.03157405974306, \"positive_daily\": \"\", \"positive\": 3660, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 730.924005571893, \"tested\": 11334, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 31.470876541299077, \"deceased_daily\": \"\", \"deceased\": 488.0, \"positive_100k\": 243.89929319506786, \"positive_daily\": \"\", \"positive\": 3782, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 778.3237888871691, \"tested\": 12069, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 33.47005107568488, \"deceased_daily\": \"\", \"deceased\": 519.0, \"positive_100k\": 255.700871898055, \"positive_daily\": \"\", \"positive\": 3965, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 834.1072073466439, \"tested\": 12934, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 34.95330960119692, \"deceased_daily\": \"\", \"deceased\": 542.0, \"positive_100k\": 271.0493731620492, \"positive_daily\": \"\", \"positive\": 4203, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 908.4636021255741, \"tested\": 14087, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 35.856162616726, \"deceased_daily\": \"\", \"deceased\": 556.0, \"positive_100k\": 286.9137904349172, \"positive_daily\": \"\", \"positive\": 4449, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 970.3735231904245, \"tested\": 15047, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 38.37125315998555, \"deceased_daily\": \"\", \"deceased\": 595.0, \"positive_100k\": 293.36274054583913, \"positive_daily\": \"\", \"positive\": 4549, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1001.7154207295054, \"tested\": 15533, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 39.98349068771604, \"deceased_daily\": \"\", \"deceased\": 620.0, \"positive_100k\": 306.7765567765568, \"positive_daily\": \"\", \"positive\": 4757, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1069.1714388897487, \"tested\": 16579, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 42.1761337254295, \"deceased_daily\": \"\", \"deceased\": 654.0, \"positive_100k\": 316.3854924418305, \"positive_daily\": \"\", \"positive\": 4906, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1129.9205489346334, \"tested\": 17521, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 43.981839756487645, \"deceased_daily\": \"\", \"deceased\": 682.0, \"positive_100k\": 323.73729556828147, \"positive_daily\": \"\", \"positive\": 5020, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1189.5733374606614, \"tested\": 18446, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 45.72305628643657, \"deceased_daily\": \"\", \"deceased\": 709.0, \"positive_100k\": 334.765000257958, \"positive_daily\": \"\", \"positive\": 5191, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1258.4481246453079, \"tested\": 19514, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 47.33529381416705, \"deceased_daily\": \"\", \"deceased\": 734.0, \"positive_100k\": 346.6955579631636, \"positive_daily\": \"\", \"positive\": 5376, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1347.0566991693754, \"tested\": 20888, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 48.30263633080535, \"deceased_daily\": \"\", \"deceased\": 749.0, \"positive_100k\": 354.30531909405147, \"positive_daily\": \"\", \"positive\": 5494, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1417.6727028839705, \"tested\": 21983, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 49.01202084300676, \"deceased_daily\": \"\", \"deceased\": 760.0, \"positive_100k\": 360.88324820719185, \"positive_daily\": \"\", \"positive\": 5596, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1491.577671155136, \"tested\": 23129, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 51.140174379611, \"deceased_daily\": \"\", \"deceased\": 793.0, \"positive_100k\": 374.5550224423464, \"positive_daily\": \"\", \"positive\": 5808, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1576.510344115978, \"tested\": 24446, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 52.04302739514007, \"deceased_daily\": \"\", \"deceased\": 807.0, \"positive_100k\": 382.80967858432643, \"positive_daily\": \"\", \"positive\": 5936, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1663.3777021100964, \"tested\": 25793, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 53.397306918433685, \"deceased_daily\": \"\", \"deceased\": 828.0, \"positive_100k\": 389.4520971985761, \"positive_daily\": \"\", \"positive\": 6039, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1737.6696073879175, \"tested\": 26945, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 55.847907960584024, \"deceased_daily\": \"\", \"deceased\": 866.0, \"positive_100k\": 399.0610328638498, \"positive_daily\": \"\", \"positive\": 6188, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1817.3786307589125, \"tested\": 28181, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 57.84708249496982, \"deceased_daily\": \"\", \"deceased\": 897.0, \"positive_100k\": 406.34834648919156, \"positive_daily\": \"\", \"positive\": 6301, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1890.961151524532, \"tested\": 29322, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 59.84625702935562, \"deceased_daily\": \"\", \"deceased\": 928.0, \"positive_100k\": 420.98746324098437, \"positive_daily\": \"\", \"positive\": 6528, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2034.7082494969818, \"tested\": 31551, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 61.716452561522985, \"deceased_daily\": \"\", \"deceased\": 957.0, \"positive_100k\": 430.0804828973843, \"positive_daily\": \"\", \"positive\": 6669, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2128.6049631120054, \"tested\": 33007, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 63.84460609812722, \"deceased_daily\": \"\", \"deceased\": 990.0, \"positive_100k\": 436.2069855027601, \"positive_daily\": \"\", \"positive\": 6764, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2204.6380849197753, \"tested\": 34186, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 65.90827013362225, \"deceased_daily\": \"\", \"deceased\": 1022.0, \"positive_100k\": 446.13836867358, \"positive_daily\": \"\", \"positive\": 6918, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2320.977144920807, \"tested\": 35990, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 67.52050766135272, \"deceased_daily\": \"\", \"deceased\": 1047.0, \"positive_100k\": 454.5864933188877, \"positive_daily\": \"\", \"positive\": 7049, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2440.411700975081, \"tested\": 37842, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 69.3907031935201, \"deceased_daily\": \"\", \"deceased\": 1076.0, \"positive_100k\": 462.58319145643094, \"positive_daily\": \"\", \"positive\": 7173, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2551.398132384048, \"tested\": 39563, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 70.48702471237684, \"deceased_daily\": \"\", \"deceased\": 1093.0, \"positive_100k\": 470.837847598411, \"positive_daily\": \"\", \"positive\": 7301, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2652.1307331166486, \"tested\": 41125, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 71.84130423567044, \"deceased_daily\": \"\", \"deceased\": 1114.0, \"positive_100k\": 482.897384305835, \"positive_daily\": \"\", \"positive\": 7488, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2747.704173760512, \"tested\": 42607, \"county_state\": null, \"plot_key\": \"Liguria\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T18:00:00\", \"deceased_100k\": 0.05959775093980687, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 1.7084688602744638, \"positive_daily\": \"\", \"positive\": 172, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 14.531918270822908, \"tested\": 1463, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T18:00:00\", \"deceased_100k\": 0.0893966264097103, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 2.383910037592275, \"positive_daily\": \"\", \"positive\": 240, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 36.751946412880905, \"tested\": 3700, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T18:00:00\", \"deceased_100k\": 0.0893966264097103, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 2.562703290411695, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 31.86493083581674, \"tested\": 3208, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T18:00:00\", \"deceased_100k\": 0.13906141885954934, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 4.002982271457028, \"positive_daily\": \"\", \"positive\": 403, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 32.97742218669313, \"tested\": 3320, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T18:00:00\", \"deceased_100k\": 0.1688602943294528, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 5.274400958172907, \"positive_daily\": \"\", \"positive\": 531, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 48.02585429899437, \"tested\": 4835, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T17:00:00\", \"deceased_100k\": 0.22845804526925967, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 6.108769471330204, \"positive_daily\": \"\", \"positive\": 615, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 56.84632143808579, \"tested\": 5723, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T17:00:00\", \"deceased_100k\": 0.23839100375922748, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 9.774031154128325, \"positive_daily\": \"\", \"positive\": 984, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 68.32882145248857, \"tested\": 6879, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T18:00:00\", \"deceased_100k\": 0.3774524226187768, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 12.455929946419635, \"positive_daily\": \"\", \"positive\": 1254, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 78.71869603299491, \"tested\": 7925, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T18:00:00\", \"deceased_100k\": 0.5463127169482296, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 15.098096904751074, \"positive_daily\": \"\", \"positive\": 1520, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 95.12794345842173, \"tested\": 9577, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T17:00:00\", \"deceased_100k\": 0.7251059697676502, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 18.07798445174142, \"positive_daily\": \"\", \"positive\": 1820, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 120.5662501512293, \"tested\": 12138, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T17:00:00\", \"deceased_100k\": 0.9734299320168456, \"deceased_daily\": \"\", \"deceased\": 98.0, \"positive_100k\": 22.359089560917543, \"positive_daily\": \"\", \"positive\": 2251, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 122.71176918506235, \"tested\": 12354, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 1.3409493961456544, \"deceased_daily\": \"\", \"deceased\": 135.0, \"positive_100k\": 25.94488757579592, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 134.65118529000364, \"tested\": 13556, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 1.5296756074550428, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 33.97071803568991, \"positive_daily\": \"\", \"positive\": 3420, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 156.72221905471213, \"tested\": 15778, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 2.6520999168214057, \"deceased_daily\": \"\", \"deceased\": 267.0, \"positive_100k\": 41.609163114475166, \"positive_daily\": \"\", \"positive\": 4189, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 184.0974526530634, \"tested\": 18534, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 3.307675177159281, \"deceased_daily\": \"\", \"deceased\": 333.0, \"positive_100k\": 54.32334998163396, \"positive_daily\": \"\", \"positive\": 5469, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 200.00011919550187, \"tested\": 20135, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 4.648624573304936, \"deceased_daily\": \"\", \"deceased\": 468.0, \"positive_100k\": 57.5217626154036, \"positive_daily\": \"\", \"positive\": 5791, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 213.3500154060186, \"tested\": 21479, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 6.12863538831014, \"deceased_daily\": \"\", \"deceased\": 617.0, \"positive_100k\": 72.31193780696567, \"positive_daily\": \"\", \"positive\": 7280, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 254.57179313938502, \"tested\": 25629, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 7.390121116536052, \"deceased_daily\": \"\", \"deceased\": 744.0, \"positive_100k\": 86.66506282496914, \"positive_daily\": \"\", \"positive\": 8725, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 293.3599960427093, \"tested\": 29534, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 8.840333056071351, \"deceased_daily\": \"\", \"deceased\": 890.0, \"positive_100k\": 97.5416523714839, \"positive_daily\": \"\", \"positive\": 9820, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 324.80774262194745, \"tested\": 32700, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 9.595237901308906, \"deceased_daily\": \"\", \"deceased\": 966.0, \"positive_100k\": 116.06661995527388, \"positive_daily\": \"\", \"positive\": 11685, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 368.89021240042456, \"tested\": 37138, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 12.098343440780795, \"deceased_daily\": \"\", \"deceased\": 1218.0, \"positive_100k\": 131.83022507885278, \"positive_daily\": \"\", \"positive\": 13272, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 400.9836012815106, \"tested\": 40369, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 14.104801055754292, \"deceased_daily\": \"\", \"deceased\": 1420.0, \"positive_100k\": 145.50790891953847, \"positive_daily\": \"\", \"positive\": 14649, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 432.72933661544766, \"tested\": 43565, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 16.29005192354721, \"deceased_daily\": \"\", \"deceased\": 1640.0, \"positive_100k\": 161.1125867072779, \"positive_daily\": \"\", \"positive\": 16220, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 461.3759889005148, \"tested\": 46449, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 19.45866568184694, \"deceased_daily\": \"\", \"deceased\": 1959.0, \"positive_100k\": 175.94249373279982, \"positive_daily\": \"\", \"positive\": 17713, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 486.5461057140933, \"tested\": 48983, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 21.534654006250214, \"deceased_daily\": \"\", \"deceased\": 2168.0, \"positive_100k\": 197.50694661451996, \"positive_daily\": \"\", \"positive\": 19884, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 518.9374833498783, \"tested\": 52244, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 25.319111190927952, \"deceased_daily\": \"\", \"deceased\": 2549.0, \"positive_100k\": 221.14738782064336, \"positive_daily\": \"\", \"positive\": 22264, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 567.9069687054197, \"tested\": 57174, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 30.742506526450377, \"deceased_daily\": \"\", \"deceased\": 3095.0, \"positive_100k\": 253.43943587152873, \"positive_daily\": \"\", \"positive\": 25515, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 662.826320035552, \"tested\": 66730, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 34.328304541328755, \"deceased_daily\": \"\", \"deceased\": 3456.0, \"positive_100k\": 270.23606867806427, \"positive_daily\": \"\", \"positive\": 27206, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 701.2470034747475, \"tested\": 70598, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 37.50685125811846, \"deceased_daily\": \"\", \"deceased\": 3776.0, \"positive_100k\": 285.6818191299642, \"positive_daily\": \"\", \"positive\": 28761, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 727.5097457222224, \"tested\": 73242, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 41.49990057108552, \"deceased_daily\": \"\", \"deceased\": 4178.0, \"positive_100k\": 304.9716245174817, \"positive_daily\": \"\", \"positive\": 30703, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 761.8082513880813, \"tested\": 76695, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 44.44005628411599, \"deceased_daily\": \"\", \"deceased\": 4474.0, \"positive_100k\": 321.2914753164988, \"positive_daily\": \"\", \"positive\": 32346, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 811.1849880417113, \"tested\": 81666, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 48.28411121973353, \"deceased_daily\": \"\", \"deceased\": 4861.0, \"positive_100k\": 346.55098875648696, \"positive_daily\": \"\", \"positive\": 34889, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 871.2495880305466, \"tested\": 87713, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 53.657841762806115, \"deceased_daily\": \"\", \"deceased\": 5402.0, \"positive_100k\": 370.47948575881946, \"positive_daily\": \"\", \"positive\": 37298, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 952.1734008483144, \"tested\": 95860, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 59.041505264368666, \"deceased_daily\": \"\", \"deceased\": 5944.0, \"positive_100k\": 391.5075588820813, \"positive_daily\": \"\", \"positive\": 39415, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1018.1580440971707, \"tested\": 102503, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 63.17361599619528, \"deceased_daily\": \"\", \"deceased\": 6360.0, \"positive_100k\": 407.32082879810997, \"positive_daily\": \"\", \"positive\": 41007, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1066.779875905563, \"tested\": 107398, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 67.72291098460053, \"deceased_daily\": \"\", \"deceased\": 6818.0, \"positive_100k\": 418.7834628955329, \"positive_daily\": \"\", \"positive\": 42161, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1103.1245710203552, \"tested\": 111057, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 71.50736816927827, \"deceased_daily\": \"\", \"deceased\": 7199.0, \"positive_100k\": 429.1832704345292, \"positive_daily\": \"\", \"positive\": 43208, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1138.71436128991, \"tested\": 114640, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 75.42095381432559, \"deceased_daily\": \"\", \"deceased\": 7593.0, \"positive_100k\": 444.72835047132884, \"positive_daily\": \"\", \"positive\": 44773, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1206.3478756481006, \"tested\": 121449, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 79.06634958014378, \"deceased_daily\": \"\", \"deceased\": 7960.0, \"positive_100k\": 457.5617328403672, \"positive_daily\": \"\", \"positive\": 46065, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1274.2595128440107, \"tested\": 128286, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 82.55281801012248, \"deceased_daily\": \"\", \"deceased\": 8311.0, \"positive_100k\": 472.0141874432704, \"positive_daily\": \"\", \"positive\": 47520, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1341.455977028643, \"tested\": 135051, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 85.97968868916138, \"deceased_daily\": \"\", \"deceased\": 8656.0, \"positive_100k\": 487.887055110239, \"positive_daily\": \"\", \"positive\": 49118, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1409.2583516811633, \"tested\": 141877, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 88.45299535316336, \"deceased_daily\": \"\", \"deceased\": 8905.0, \"positive_100k\": 501.1674206113259, \"positive_daily\": \"\", \"positive\": 50455, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1489.7848461593323, \"tested\": 149984, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 91.40308402468379, \"deceased_daily\": \"\", \"deceased\": 9202.0, \"positive_100k\": 511.8850828220012, \"positive_daily\": \"\", \"positive\": 51534, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1539.499303401621, \"tested\": 154989, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 94.20417831885473, \"deceased_daily\": \"\", \"deceased\": 9484.0, \"positive_100k\": 519.7420529875658, \"positive_daily\": \"\", \"positive\": 52325, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1582.6282091650614, \"tested\": 159331, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 96.56822243946706, \"deceased_daily\": \"\", \"deceased\": 9722.0, \"positive_100k\": 530.5590447831406, \"positive_daily\": \"\", \"positive\": 53414, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1664.3367257035363, \"tested\": 167557, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 99.54810998645739, \"deceased_daily\": \"\", \"deceased\": 10022.0, \"positive_100k\": 544.345991167216, \"positive_daily\": \"\", \"positive\": 54802, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1757.666803675274, \"tested\": 176953, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 101.69362902029044, \"deceased_daily\": \"\", \"deceased\": 10238.0, \"positive_100k\": 556.7224574457159, \"positive_daily\": \"\", \"positive\": 56048, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1850.7584906432523, \"tested\": 186325, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 104.40532668805167, \"deceased_daily\": \"\", \"deceased\": 10511.0, \"positive_100k\": 572.0589453542261, \"positive_daily\": \"\", \"positive\": 57592, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1949.8596174976612, \"tested\": 196302, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 105.49795212194812, \"deceased_daily\": \"\", \"deceased\": 10621.0, \"positive_100k\": 586.5610647495791, \"positive_daily\": \"\", \"positive\": 59052, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2044.5207119070544, \"tested\": 205832, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 108.2791804991391, \"deceased_daily\": \"\", \"deceased\": 10901.0, \"positive_100k\": 599.0964583639185, \"positive_daily\": \"\", \"positive\": 60314, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2096.7680735642853, \"tested\": 211092, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 110.67302349522134, \"deceased_daily\": \"\", \"deceased\": 11142.0, \"positive_100k\": 609.148612355766, \"positive_daily\": \"\", \"positive\": 61326, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2134.2947907393836, \"tested\": 214870, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 113.00726874036378, \"deceased_daily\": \"\", \"deceased\": 11377.0, \"positive_100k\": 617.3631690269693, \"positive_daily\": \"\", \"positive\": 62153, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2204.798930101175, \"tested\": 221968, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 115.30178215154636, \"deceased_daily\": \"\", \"deceased\": 11608.0, \"positive_100k\": 626.7100829660292, \"positive_daily\": \"\", \"positive\": 63094, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2311.1411836947705, \"tested\": 232674, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 117.71549106460854, \"deceased_daily\": \"\", \"deceased\": 11851.0, \"positive_100k\": 637.0502927540856, \"positive_daily\": \"\", \"positive\": 64135, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2418.804520767532, \"tested\": 243513, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 119.69214980411212, \"deceased_daily\": \"\", \"deceased\": 12050.0, \"positive_100k\": 649.4267590325854, \"positive_daily\": \"\", \"positive\": 65381, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2536.1922242019714, \"tested\": 255331, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 121.31122203797688, \"deceased_daily\": \"\", \"deceased\": 12213.0, \"positive_100k\": 657.9194385415079, \"positive_daily\": \"\", \"positive\": 66236, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2623.840649917447, \"tested\": 264155, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 122.93029427184165, \"deceased_daily\": \"\", \"deceased\": 12376.0, \"positive_100k\": 665.2201630316342, \"positive_daily\": \"\", \"positive\": 66971, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2686.7262101174338, \"tested\": 270486, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 124.9466848453051, \"deceased_daily\": \"\", \"deceased\": 12579.0, \"positive_100k\": 674.7558031820033, \"positive_daily\": \"\", \"positive\": 67931, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2753.386294543607, \"tested\": 277197, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 126.54589116218992, \"deceased_daily\": \"\", \"deceased\": 12740.0, \"positive_100k\": 686.287967988856, \"positive_daily\": \"\", \"positive\": 69092, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2887.5011000751524, \"tested\": 290699, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 128.53248286018348, \"deceased_daily\": \"\", \"deceased\": 12940.0, \"positive_100k\": 696.9460324485915, \"positive_daily\": \"\", \"positive\": 70165, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3006.8555292906062, \"tested\": 302715, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 130.18135396951814, \"deceased_daily\": \"\", \"deceased\": 13106.0, \"positive_100k\": 707.7828901611464, \"positive_daily\": \"\", \"positive\": 71256, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3121.908987479903, \"tested\": 314298, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 131.8004262033829, \"deceased_daily\": \"\", \"deceased\": 13269.0, \"positive_100k\": 714.8650895644935, \"positive_daily\": \"\", \"positive\": 71969, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3247.481448710076, \"tested\": 326940, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 132.3566718788211, \"deceased_daily\": \"\", \"deceased\": 13325.0, \"positive_100k\": 724.0034113752638, \"positive_daily\": \"\", \"positive\": 72889, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3355.3235790356566, \"tested\": 337797, \"county_state\": null, \"plot_key\": \"Lombardy\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0688641049525687, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3.236612932770729, \"tested\": 141, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0688641049525687, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3.236612932770729, \"tested\": 141, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0688641049525687, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3.5809334575335723, \"tested\": 156, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.04590940330171247, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3.5809334575335723, \"tested\": 156, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.2525017181594186, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 5.210717274744365, \"tested\": 227, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T17:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.2525017181594186, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 7.07004810846372, \"tested\": 308, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T17:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.1247803808919554, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 8.309601997609956, \"tested\": 362, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.1706897841936679, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 9.962340516471606, \"tested\": 434, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T18:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.285463292447949, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 10.513253356092154, \"tested\": 458, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T17:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.882285535370211, \"positive_daily\": \"\", \"positive\": 82, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 12.464402996414933, \"tested\": 543, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T17:00:00\", \"deceased_100k\": 0.04590940330171247, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 2.479107778292473, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 12.464402996414933, \"tested\": 543, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 0.09181880660342494, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 3.282522336072441, \"positive_daily\": \"\", \"positive\": 143, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 18.20307840912899, \"tested\": 793, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 0.11477350825428116, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 4.75162324172724, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 24.010617926795618, \"tested\": 1046, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 0.11477350825428116, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 8.263692594308244, \"positive_daily\": \"\", \"positive\": 360, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 37.55389190080079, \"tested\": 1636, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 0.298411121461131, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 8.03414557779968, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 38.58685347508933, \"tested\": 1681, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 0.39022992806455603, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 10.398479847837875, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 54.4944617191327, \"tested\": 2374, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 0.48204873466798087, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 11.500305527078973, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 55.802879713231505, \"tested\": 2431, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 0.596822242922262, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 13.313726957496616, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 66.0865860528151, \"tested\": 2879, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 1.0559162759393868, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 19.281949386719237, \"positive_daily\": \"\", \"positive\": 840, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 71.2743486259086, \"tested\": 3105, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 1.3543273974005177, \"deceased_daily\": \"\", \"deceased\": 59.0, \"positive_100k\": 20.039454541197493, \"positive_daily\": \"\", \"positive\": 873, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 84.47330207515094, \"tested\": 3680, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 1.8593308337193548, \"deceased_daily\": \"\", \"deceased\": 81.0, \"positive_100k\": 25.502673534101273, \"positive_daily\": \"\", \"positive\": 1111, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 100.426819722496, \"tested\": 4375, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 2.547971883245042, \"deceased_daily\": \"\", \"deceased\": 111.0, \"positive_100k\": 34.79932770269805, \"positive_daily\": \"\", \"positive\": 1516, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 128.27087282498462, \"tested\": 5588, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 3.0529753195638794, \"deceased_daily\": \"\", \"deceased\": 133.0, \"positive_100k\": 43.545069031674274, \"positive_daily\": \"\", \"positive\": 1897, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 150.19261290155234, \"tested\": 6543, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 3.53502405423186, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 53.73695656465445, \"positive_daily\": \"\", \"positive\": 2341, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 172.52753760783546, \"tested\": 7516, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 4.01707278889984, \"deceased_daily\": \"\", \"deceased\": 175.0, \"positive_100k\": 67.30318524031047, \"positive_daily\": \"\", \"positive\": 2932, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 203.21797371503024, \"tested\": 8853, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 4.797532645028953, \"deceased_daily\": \"\", \"deceased\": 209.0, \"positive_100k\": 79.44622241361343, \"positive_daily\": \"\", \"positive\": 3461, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 228.9731489672909, \"tested\": 9975, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 5.4632189929037835, \"deceased_daily\": \"\", \"deceased\": 238.0, \"positive_100k\": 86.1260405940126, \"positive_daily\": \"\", \"positive\": 3752, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 245.63826236581255, \"tested\": 10701, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 6.496180567192314, \"deceased_daily\": \"\", \"deceased\": 283.0, \"positive_100k\": 101.45978129678456, \"positive_daily\": \"\", \"positive\": 4420, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 291.54766566752505, \"tested\": 12701, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 7.2307310200197135, \"deceased_daily\": \"\", \"deceased\": 315.0, \"positive_100k\": 111.58280472481215, \"positive_daily\": \"\", \"positive\": 4861, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 311.26575438561053, \"tested\": 13560, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 8.585058417420232, \"deceased_daily\": \"\", \"deceased\": 374.0, \"positive_100k\": 126.59517960447212, \"positive_daily\": \"\", \"positive\": 5515, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 355.08627983709505, \"tested\": 15469, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 10.306661041234449, \"deceased_daily\": \"\", \"deceased\": 449.0, \"positive_100k\": 138.27912274475793, \"positive_daily\": \"\", \"positive\": 6024, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 382.3105559950106, \"tested\": 16655, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 10.306661041234449, \"deceased_daily\": \"\", \"deceased\": 449.0, \"positive_100k\": 149.98602058669462, \"positive_daily\": \"\", \"positive\": 6534, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 414.42418360455844, \"tested\": 18054, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 13.061225239337196, \"deceased_daily\": \"\", \"deceased\": 569.0, \"positive_100k\": 162.79474410787242, \"positive_daily\": \"\", \"positive\": 7092, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 452.3223960301221, \"tested\": 19705, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 14.163050918578296, \"deceased_daily\": \"\", \"deceased\": 617.0, \"positive_100k\": 176.08551636371817, \"positive_daily\": \"\", \"positive\": 7671, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 493.77858721156844, \"tested\": 21511, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 15.701015929185663, \"deceased_daily\": \"\", \"deceased\": 684.0, \"positive_100k\": 188.36628174692626, \"positive_daily\": \"\", \"positive\": 8206, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 552.2442123162992, \"tested\": 24058, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 17.193071536491317, \"deceased_daily\": \"\", \"deceased\": 749.0, \"positive_100k\": 199.98136078225951, \"positive_daily\": \"\", \"positive\": 8712, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 584.839888660515, \"tested\": 25478, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 19.603315209831223, \"deceased_daily\": \"\", \"deceased\": 854.0, \"positive_100k\": 213.50168005461381, \"positive_daily\": \"\", \"positive\": 9301, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 634.8811382593817, \"tested\": 27658, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 20.337865662658622, \"deceased_daily\": \"\", \"deceased\": 886.0, \"positive_100k\": 224.8413026701368, \"positive_daily\": \"\", \"positive\": 9795, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 690.0183316247384, \"tested\": 30060, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 22.56447172279168, \"deceased_daily\": \"\", \"deceased\": 983.0, \"positive_100k\": 237.6500261913146, \"positive_daily\": \"\", \"positive\": 10353, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 736.845922992485, \"tested\": 32100, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 23.94175382184305, \"deceased_daily\": \"\", \"deceased\": 1043.0, \"positive_100k\": 250.1144291877295, \"positive_daily\": \"\", \"positive\": 10896, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 786.9101272930026, \"tested\": 34281, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 25.892903462165833, \"deceased_daily\": \"\", \"deceased\": 1128.0, \"positive_100k\": 268.77660162987564, \"positive_daily\": \"\", \"positive\": 11709, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 853.4787620804856, \"tested\": 37181, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 26.81109152820008, \"deceased_daily\": \"\", \"deceased\": 1168.0, \"positive_100k\": 283.7660218078848, \"positive_daily\": \"\", \"positive\": 12362, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 884.6512469223484, \"tested\": 38539, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 28.71633176522115, \"deceased_daily\": \"\", \"deceased\": 1251.0, \"positive_100k\": 296.66656413566596, \"positive_daily\": \"\", \"positive\": 12924, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 943.9661959881608, \"tested\": 41123, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 30.277251477479375, \"deceased_daily\": \"\", \"deceased\": 1319.0, \"positive_100k\": 306.2845841273747, \"positive_daily\": \"\", \"positive\": 13343, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1012.784391537428, \"tested\": 44121, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 31.631578874879885, \"deceased_daily\": \"\", \"deceased\": 1378.0, \"positive_100k\": 318.6801230188371, \"positive_daily\": \"\", \"positive\": 13883, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1113.188256558273, \"tested\": 48495, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 33.376136200344966, \"deceased_daily\": \"\", \"deceased\": 1454.0, \"positive_100k\": 333.3481773737342, \"positive_daily\": \"\", \"positive\": 14522, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1212.1689300767653, \"tested\": 52807, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 35.16660292911175, \"deceased_daily\": \"\", \"deceased\": 1532.0, \"positive_100k\": 344.59598118265376, \"positive_daily\": \"\", \"positive\": 15012, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1318.9082927532465, \"tested\": 57457, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 37.485027795848225, \"deceased_daily\": \"\", \"deceased\": 1633.0, \"positive_100k\": 367.4588640269066, \"positive_daily\": \"\", \"positive\": 16008, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1436.4363652056304, \"tested\": 62577, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 39.68867915433042, \"deceased_daily\": \"\", \"deceased\": 1729.0, \"positive_100k\": 382.42532950326483, \"positive_daily\": \"\", \"positive\": 16660, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1527.7501683727364, \"tested\": 66555, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 41.91528521446348, \"deceased_daily\": \"\", \"deceased\": 1826.0, \"positive_100k\": 393.3058580857707, \"positive_daily\": \"\", \"positive\": 17134, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1587.7767131897258, \"tested\": 69170, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 44.23371008119996, \"deceased_daily\": \"\", \"deceased\": 1927.0, \"positive_100k\": 406.06867220364677, \"positive_daily\": \"\", \"positive\": 17690, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1645.347104930073, \"tested\": 71678, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 46.25372382647531, \"deceased_daily\": \"\", \"deceased\": 2015.0, \"positive_100k\": 418.4412563934582, \"positive_daily\": \"\", \"positive\": 18229, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1736.8445457103862, \"tested\": 75664, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 48.06714525689296, \"deceased_daily\": \"\", \"deceased\": 2094.0, \"positive_100k\": 438.6184391445609, \"positive_daily\": \"\", \"positive\": 19108, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1852.628060837305, \"tested\": 80708, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 49.834657284008884, \"deceased_daily\": \"\", \"deceased\": 2171.0, \"positive_100k\": 454.571956791906, \"positive_daily\": \"\", \"positive\": 19803, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1990.4939989523473, \"tested\": 86714, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 51.69398811772824, \"deceased_daily\": \"\", \"deceased\": 2252.0, \"positive_100k\": 469.74501458312193, \"positive_daily\": \"\", \"positive\": 20464, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2108.25161842124, \"tested\": 91844, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 53.50740954814587, \"deceased_daily\": \"\", \"deceased\": 2331.0, \"positive_100k\": 483.3571526620797, \"positive_daily\": \"\", \"positive\": 21057, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2216.7125837215353, \"tested\": 96569, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 55.29787627691267, \"deceased_daily\": \"\", \"deceased\": 2409.0, \"positive_100k\": 490.05992554412967, \"positive_daily\": \"\", \"positive\": 21349, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2287.87215883919, \"tested\": 99669, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 57.04243360237774, \"deceased_daily\": \"\", \"deceased\": 2485.0, \"positive_100k\": 503.97047474454854, \"positive_daily\": \"\", \"positive\": 21955, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2420.206013856376, \"tested\": 105434, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 58.7410815245411, \"deceased_daily\": \"\", \"deceased\": 2559.0, \"positive_100k\": 521.9669608388199, \"positive_daily\": \"\", \"positive\": 22739, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2559.747645191931, \"tested\": 111513, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 60.3708653417519, \"deceased_daily\": \"\", \"deceased\": 2630.0, \"positive_100k\": 531.1717962008132, \"positive_daily\": \"\", \"positive\": 23140, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2707.96615375151, \"tested\": 117970, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 61.954739755660974, \"deceased_daily\": \"\", \"deceased\": 2699.0, \"positive_100k\": 546.8269027266972, \"positive_daily\": \"\", \"positive\": 23822, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2876.224116852286, \"tested\": 125300, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 63.51565946791919, \"deceased_daily\": \"\", \"deceased\": 2767.0, \"positive_100k\": 560.6915425238144, \"positive_daily\": \"\", \"positive\": 24426, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3009.5220693388083, \"tested\": 131107, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 64.80112276036715, \"deceased_daily\": \"\", \"deceased\": 2823.0, \"positive_100k\": 569.7356949742517, \"positive_daily\": \"\", \"positive\": 24820, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3102.144290500013, \"tested\": 135142, \"county_state\": null, \"plot_key\": \"Piedmont\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T18:00:00\", \"deceased_100k\": 0.02029707612499589, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 0.6698035121248644, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 44.65356747499096, \"tested\": 2200, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T18:00:00\", \"deceased_100k\": 0.02029707612499589, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 0.8727742733748233, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 76.72294775248447, \"tested\": 3780, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T18:00:00\", \"deceased_100k\": 0.04059415224999178, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 1.4410924048747082, \"positive_daily\": \"\", \"positive\": 71, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 99.45567301247986, \"tested\": 4900, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T18:00:00\", \"deceased_100k\": 0.04059415224999178, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 2.2529754498745436, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 125.11117723447467, \"tested\": 6164, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T18:00:00\", \"deceased_100k\": 0.04059415224999178, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 3.06485849487438, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 150.48252239071954, \"tested\": 7414, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T17:00:00\", \"deceased_100k\": 0.04059415224999178, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 3.8767415398742147, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 175.75238216633943, \"tested\": 8659, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T17:00:00\", \"deceased_100k\": 0.04059415224999178, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 5.338131020873919, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 183.81032138796277, \"tested\": 9056, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T18:00:00\", \"deceased_100k\": 0.04059415224999178, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 5.541101782123878, \"positive_daily\": \"\", \"positive\": 273, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 198.54599865470982, \"tested\": 9782, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T18:00:00\", \"deceased_100k\": 0.060891228374987665, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 6.2312023703737385, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 206.54304664795816, \"tested\": 10176, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T17:00:00\", \"deceased_100k\": 0.12178245674997533, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 7.306947404998521, \"positive_daily\": \"\", \"positive\": 360, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 213.42375545433177, \"tested\": 10515, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T17:00:00\", \"deceased_100k\": 0.2029707612499589, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 8.260909982873327, \"positive_daily\": \"\", \"positive\": 407, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 242.52976261757587, \"tested\": 11949, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 0.24356491349995066, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 9.904973148997994, \"positive_daily\": \"\", \"positive\": 488, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 264.32882237582146, \"tested\": 13023, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 0.26386198962494656, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 11.021312335872768, \"positive_daily\": \"\", \"positive\": 543, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 292.86651140756567, \"tested\": 14429, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 0.36534737024992603, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 13.599041003747246, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 323.08885775768454, \"tested\": 15918, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 0.4059415224999178, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 15.101024636996941, \"positive_daily\": \"\", \"positive\": 744, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 323.8601466504344, \"tested\": 15956, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 0.5277239792498931, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 17.37429716299648, \"positive_daily\": \"\", \"positive\": 856, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 337.8042379483066, \"tested\": 16643, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 0.5886152076248808, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 20.763908875870793, \"positive_daily\": \"\", \"positive\": 1023, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 434.35742907491203, \"tested\": 21400, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 0.6495064359998685, \"deceased_daily\": \"\", \"deceased\": 32.0, \"positive_100k\": 28.09115335699431, \"positive_daily\": \"\", \"positive\": 1384, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 475.7228702176537, \"tested\": 23438, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 0.8524771972498274, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 32.373836419368445, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 521.4521827272694, \"tested\": 25691, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 1.1163391868747738, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 39.31543645411704, \"positive_daily\": \"\", \"positive\": 1937, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 547.6151138523892, \"tested\": 26980, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 1.278715795874741, \"deceased_daily\": \"\", \"deceased\": 63.0, \"positive_100k\": 44.08524934349107, \"positive_daily\": \"\", \"positive\": 2172, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 660.5886395641162, \"tested\": 32546, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 1.4004982526247163, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 50.19466925711484, \"positive_daily\": \"\", \"positive\": 2473, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 711.4531123333559, \"tested\": 35052, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 1.623766089999671, \"deceased_daily\": \"\", \"deceased\": 80.0, \"positive_100k\": 54.88329384198889, \"positive_daily\": \"\", \"positive\": 2704, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 720.0996667626041, \"tested\": 35478, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 1.9079251557496135, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 65.2348026657368, \"positive_daily\": \"\", \"positive\": 3214, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 828.9528860209571, \"tested\": 40841, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 2.3341637543745275, \"deceased_daily\": \"\", \"deceased\": 115.0, \"positive_100k\": 70.71501321948567, \"positive_daily\": \"\", \"positive\": 3484, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 906.4268255900664, \"tested\": 44658, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 2.6589169723744615, \"deceased_daily\": \"\", \"deceased\": 131.0, \"positive_100k\": 81.81751385985844, \"positive_daily\": \"\", \"positive\": 4031, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1000.4022880487973, \"tested\": 49288, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 2.9633731142494, \"deceased_daily\": \"\", \"deceased\": 146.0, \"positive_100k\": 93.71160046910603, \"positive_daily\": \"\", \"positive\": 4617, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1088.7757574970294, \"tested\": 53642, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 3.4302058651243055, \"deceased_daily\": \"\", \"deceased\": 169.0, \"positive_100k\": 103.96162391222894, \"positive_daily\": \"\", \"positive\": 5122, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1170.5526772046378, \"tested\": 57671, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 3.8970386159992105, \"deceased_daily\": \"\", \"deceased\": 192.0, \"positive_100k\": 111.73540406810237, \"positive_daily\": \"\", \"positive\": 5505, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1240.4558073791238, \"tested\": 61115, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 4.384168442999112, \"deceased_daily\": \"\", \"deceased\": 216.0, \"positive_100k\": 120.72700879147554, \"positive_daily\": \"\", \"positive\": 5948, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1343.2199037999778, \"tested\": 66178, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 5.236645640248939, \"deceased_daily\": \"\", \"deceased\": 258.0, \"positive_100k\": 130.75376439722353, \"positive_daily\": \"\", \"positive\": 6442, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1438.5958645113337, \"tested\": 70877, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 5.82526084787382, \"deceased_daily\": \"\", \"deceased\": 287.0, \"positive_100k\": 140.7602229268465, \"positive_daily\": \"\", \"positive\": 6935, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1618.8744946535473, \"tested\": 79759, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 6.352984827123715, \"deceased_daily\": \"\", \"deceased\": 313.0, \"positive_100k\": 152.1671797090942, \"positive_daily\": \"\", \"positive\": 7497, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1697.3835851050312, \"tested\": 83627, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 7.347541557248513, \"deceased_daily\": \"\", \"deceased\": 362.0, \"positive_100k\": 160.9558136712174, \"positive_daily\": \"\", \"positive\": 7930, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1814.1526640521324, \"tested\": 89380, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 7.956453840998389, \"deceased_daily\": \"\", \"deceased\": 392.0, \"positive_100k\": 169.64296225271565, \"positive_daily\": \"\", \"positive\": 8358, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1923.8380634316106, \"tested\": 94784, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 8.382692439623304, \"deceased_daily\": \"\", \"deceased\": 413.0, \"positive_100k\": 177.07169211446413, \"positive_daily\": \"\", \"positive\": 8724, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2028.5100850082144, \"tested\": 99941, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 9.68170531162304, \"deceased_daily\": \"\", \"deceased\": 477.0, \"positive_100k\": 185.81973192433736, \"positive_daily\": \"\", \"positive\": 9155, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2156.3207733673134, \"tested\": 106238, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 10.12824098637295, \"deceased_daily\": \"\", \"deceased\": 499.0, \"positive_100k\": 195.35935770308546, \"positive_daily\": \"\", \"positive\": 9625, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2288.4141447887864, \"tested\": 112746, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 10.798044498497815, \"deceased_daily\": \"\", \"deceased\": 532.0, \"positive_100k\": 205.2237366998334, \"positive_daily\": \"\", \"positive\": 10111, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2442.1441993595054, \"tested\": 120320, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 11.60992754349765, \"deceased_daily\": \"\", \"deceased\": 572.0, \"positive_100k\": 212.388604571957, \"positive_daily\": \"\", \"positive\": 10464, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2567.37715905073, \"tested\": 126490, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 12.320325207872505, \"deceased_daily\": \"\", \"deceased\": 607.0, \"positive_100k\": 219.6955519769555, \"positive_daily\": \"\", \"positive\": 10824, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2705.3769796245774, \"tested\": 133289, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 12.807455034872405, \"deceased_daily\": \"\", \"deceased\": 631.0, \"positive_100k\": 227.85497657920388, \"positive_daily\": \"\", \"positive\": 11226, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2860.060996773171, \"tested\": 140910, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 13.436664394747279, \"deceased_daily\": \"\", \"deceased\": 662.0, \"positive_100k\": 235.2025181364524, \"positive_daily\": \"\", \"positive\": 11588, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2969.2186721733988, \"tested\": 146288, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 14.106467906872144, \"deceased_daily\": \"\", \"deceased\": 695.0, \"positive_100k\": 242.04263279057596, \"positive_daily\": \"\", \"positive\": 11925, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3116.453662384119, \"tested\": 153542, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 14.938648027996976, \"deceased_daily\": \"\", \"deceased\": 736.0, \"positive_100k\": 251.88671471119898, \"positive_daily\": \"\", \"positive\": 12410, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3313.436786177204, \"tested\": 163247, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 15.344589550496892, \"deceased_daily\": \"\", \"deceased\": 756.0, \"positive_100k\": 262.50208552457184, \"positive_daily\": \"\", \"positive\": 12933, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3480.055484087295, \"tested\": 171456, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 16.095581367121742, \"deceased_daily\": \"\", \"deceased\": 793.0, \"positive_100k\": 272.40705867356985, \"positive_daily\": \"\", \"positive\": 13421, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3667.6816557867573, \"tested\": 180700, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 16.866870259871586, \"deceased_daily\": \"\", \"deceased\": 831.0, \"positive_100k\": 279.4501440889434, \"positive_daily\": \"\", \"positive\": 13768, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3874.955397175215, \"tested\": 190912, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 17.37429716299648, \"deceased_daily\": \"\", \"deceased\": 856.0, \"positive_100k\": 285.7219406115671, \"positive_daily\": \"\", \"positive\": 14077, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4027.7923803964345, \"tested\": 198442, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 17.902021142246372, \"deceased_daily\": \"\", \"deceased\": 882.0, \"positive_100k\": 289.2536318573164, \"positive_daily\": \"\", \"positive\": 14251, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4121.86932823579, \"tested\": 203077, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 18.389150969246277, \"deceased_daily\": \"\", \"deceased\": 906.0, \"positive_100k\": 292.92740263594067, \"positive_daily\": \"\", \"positive\": 14432, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4239.612666836892, \"tested\": 208878, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 19.079251557496136, \"deceased_daily\": \"\", \"deceased\": 940.0, \"positive_100k\": 296.8244412519399, \"positive_daily\": \"\", \"positive\": 14624, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4391.1506371861105, \"tested\": 216344, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 19.911431678620968, \"deceased_daily\": \"\", \"deceased\": 981.0, \"positive_100k\": 304.2531711136884, \"positive_daily\": \"\", \"positive\": 14990, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4557.688146791702, \"tested\": 224549, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 20.82480010424578, \"deceased_daily\": \"\", \"deceased\": 1026.0, \"positive_100k\": 312.04724834568685, \"positive_daily\": \"\", \"positive\": 15374, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4804.764454461278, \"tested\": 236722, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 21.494603616370647, \"deceased_daily\": \"\", \"deceased\": 1059.0, \"positive_100k\": 318.50171855343547, \"positive_daily\": \"\", \"positive\": 15692, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5020.055540919108, \"tested\": 247329, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 22.06292174787053, \"deceased_daily\": \"\", \"deceased\": 1087.0, \"positive_100k\": 323.4339080518095, \"positive_daily\": \"\", \"positive\": 15935, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5191.931181545573, \"tested\": 255797, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 22.570348650995427, \"deceased_daily\": \"\", \"deceased\": 1112.0, \"positive_100k\": 327.3309466678087, \"positive_daily\": \"\", \"positive\": 16127, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5293.680424160178, \"tested\": 260810, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 23.422825848245257, \"deceased_daily\": \"\", \"deceased\": 1154.0, \"positive_100k\": 332.95323675443257, \"positive_daily\": \"\", \"positive\": 16404, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5441.016899751523, \"tested\": 268069, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 23.970846903620146, \"deceased_daily\": \"\", \"deceased\": 1181.0, \"positive_100k\": 339.7324601801812, \"positive_daily\": \"\", \"positive\": 16738, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5633.311398959735, \"tested\": 277543, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 24.478273806745044, \"deceased_daily\": \"\", \"deceased\": 1206.0, \"positive_100k\": 342.6349420660556, \"positive_daily\": \"\", \"positive\": 16881, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5847.080204708191, \"tested\": 288075, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 25.249562699494888, \"deceased_daily\": \"\", \"deceased\": 1244.0, \"positive_100k\": 349.6983245575542, \"positive_daily\": \"\", \"positive\": 17229, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 6026.12071320678, \"tested\": 296896, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 26.142634048994704, \"deceased_daily\": \"\", \"deceased\": 1288.0, \"positive_100k\": 352.9864508898035, \"positive_daily\": \"\", \"positive\": 17391, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 6230.735537622863, \"tested\": 306977, \"county_state\": null, \"plot_key\": \"Veneto\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 26.690655104369593, \"deceased_daily\": \"\", \"deceased\": 1315.0, \"positive_100k\": 354.61021697980317, \"positive_daily\": \"\", \"positive\": 17471, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 6421.203299979825, \"tested\": 316361, \"county_state\": null, \"plot_key\": \"Veneto\"}]}}, {\"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://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide\">ECDC</a>, \n", + " <a href=\"https://github.com/pcm-dpc/COVID-19\">Italian Civil Protection</a>, \n", + " <a href=\"https://github.com/nytimes/covid-19-data\">The New York Times</a>, \n", + " <a href=\"https://github.com/datadista/datasets\">Datadista</a>.\n", + "</p>\n" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<p style=\"font-size: smaller\">Analysis and Visualization:\n", + " <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">\n", + " Covid-19 Public Data Collaboration Project @ renkulab.io\n", + " </a>\n", + " </p>\n" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# generate a simple plots comparing the per-capita cumulative deaths\n", + "\n", + "base = alt.Chart(combined_df[combined_df.plot_key.isin(top5_regions)])\n", + "deaths_100k = plotting.generate_region_chart(\n", + " base, \n", + " column='deceased_100k', \n", + " region_column='plot_key',\n", + " ytitle='Deaths per 100k population', \n", + " legend_title='Region',\n", + " tooltip_title='Deaths/100k'\n", + ").properties(\n", + " height=350,\n", + " width=600,\n", + " title='Total deaths per 100k population in the top 5 regions from the U.S., Spain and Italy'\n", + ").configure_title(\n", + " anchor='start'\n", + ")\n", + "display(deaths_100k)\n", + "display(all_credits)\n", + "display(renkulab_credits)" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": { + "papermill": { + "duration": 0.183614, + "end_time": "2020-04-28T19:27:59.335457", + "exception": false, + "start_time": "2020-04-28T19:27:59.151843", + "status": "completed" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "<div id=\"altair-viz-be05ed6fb83444aab4da1372aa0b95d3\"></div>\n", + "<script type=\"text/javascript\">\n", + " (function(spec, embedOpt){\n", + " const outputDiv = document.getElementById(\"altair-viz-be05ed6fb83444aab4da1372aa0b95d3\");\n", + " const paths = {\n", + " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", + " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", + " \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n", + " \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n", + " };\n", + "\n", + " function loadScript(lib) {\n", + " return new Promise(function(resolve, reject) {\n", + " var s = document.createElement('script');\n", + " s.src = paths[lib];\n", + " s.async = true;\n", + " s.onload = () => resolve(paths[lib]);\n", + " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n", + " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", + " });\n", + " }\n", + "\n", + " function showError(err) {\n", + " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n", + " throw err;\n", + " }\n", + "\n", + " function displayChart(vegaEmbed) {\n", + " vegaEmbed(outputDiv, spec, embedOpt)\n", + " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n", + " }\n", + "\n", + " if(typeof define === \"function\" && define.amd) {\n", + " requirejs.config({paths});\n", + " require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n", + " } else if (typeof vegaEmbed === \"function\") {\n", + " displayChart(vegaEmbed);\n", + " } else {\n", + " loadScript(\"vega\")\n", + " .then(() => loadScript(\"vega-lite\"))\n", + " .then(() => loadScript(\"vega-embed\"))\n", + " .catch(showError)\n", + " .then(() => displayChart(vegaEmbed));\n", + " }\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"start\"}}, \"data\": {\"name\": \"data-c1b22426d34c3ef020c6ca09129afc8d\"}, \"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"plot_key\", \"legend\": {\"title\": \"Region\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"plot_key\", \"title\": \"Region\"}, {\"type\": \"quantitative\", \"field\": \"deceased\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"quantitative\", \"axis\": {\"title\": \"Days since 10th death\"}, \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"axis\": {\"title\": \"Cumulative deaths\"}, \"field\": \"deceased\", \"scale\": {\"type\": \"log\"}}}, \"height\": 350, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"plot_key\"], \"bind\": \"legend\"}}, \"title\": \"Top 5 regions from each country: total deaths since 10th death\", \"width\": 600, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-c1b22426d34c3ef020c6ca09129afc8d\": [{\"index\": 445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.217151900984581, \"deceased_daily\": \"\", \"deceased\": 102.0, \"positive_100k\": 84.96320741689523, \"positive_daily\": \"\", \"positive\": 2055, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 0}, {\"index\": 446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 5.126733683549882, \"deceased_daily\": \"\", \"deceased\": 124.0, \"positive_100k\": 101.70778114139284, \"positive_daily\": \"\", \"positive\": 2460, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 1}, {\"index\": 447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 6.821863369239763, \"deceased_daily\": \"\", \"deceased\": 165.0, \"positive_100k\": 121.5532018519085, \"positive_daily\": \"\", \"positive\": 2940, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 2}, {\"index\": 448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 8.516993054929644, \"deceased_daily\": \"\", \"deceased\": 206.0, \"positive_100k\": 144.2100571630806, \"positive_daily\": \"\", \"positive\": 3488, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 3}, {\"index\": 449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.418845873020729, \"deceased_daily\": \"\", \"deceased\": 252.0, \"positive_100k\": 170.83599661635577, \"positive_daily\": \"\", \"positive\": 4132, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 4}, {\"index\": 450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 13.271625100157356, \"deceased_daily\": \"\", \"deceased\": 321.0, \"positive_100k\": 198.08210546683455, \"positive_daily\": \"\", \"positive\": 4791, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 5}, {\"index\": 451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 15.710958062491578, \"deceased_daily\": \"\", \"deceased\": 380.0, \"positive_100k\": 223.8398077640247, \"positive_daily\": \"\", \"positive\": 5414, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 6}, {\"index\": 452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 18.274324904266518, \"deceased_daily\": \"\", \"deceased\": 442.0, \"positive_100k\": 239.840178211878, \"positive_daily\": \"\", \"positive\": 5801, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 7}, {\"index\": 453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 21.33382726380435, \"deceased_daily\": \"\", \"deceased\": 516.0, \"positive_100k\": 256.7914750687768, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 8}, {\"index\": 454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 24.18660649094098, \"deceased_daily\": \"\", \"deceased\": 585.0, \"positive_100k\": 283.08665751021005, \"positive_daily\": \"\", \"positive\": 6847, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 9}, {\"index\": 455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 26.501905573834474, \"deceased_daily\": \"\", \"deceased\": 641.0, \"positive_100k\": 304.0897277621725, \"positive_daily\": \"\", \"positive\": 7355, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 10}, {\"index\": 456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 29.892164945214237, \"deceased_daily\": \"\", \"deceased\": 723.0, \"positive_100k\": 325.5889335318978, \"positive_daily\": \"\", \"positive\": 7875, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 11}, {\"index\": 457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 32.496876413469415, \"deceased_daily\": \"\", \"deceased\": 786.0, \"positive_100k\": 344.48342783336795, \"positive_daily\": \"\", \"positive\": 8332, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 12}, {\"index\": 458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 35.01889862876411, \"deceased_daily\": \"\", \"deceased\": 847.0, \"positive_100k\": 361.72413707562845, \"positive_daily\": \"\", \"positive\": 8749, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 13}, {\"index\": 459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 37.995711735341466, \"deceased_daily\": \"\", \"deceased\": 919.0, \"positive_100k\": 376.89761499387686, \"positive_daily\": \"\", \"positive\": 9116, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 14}, {\"index\": 460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 40.60042320359665, \"deceased_daily\": \"\", \"deceased\": 982.0, \"positive_100k\": 396.1228663071889, \"positive_daily\": \"\", \"positive\": 9581, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 15}, {\"index\": 461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 42.502276021687734, \"deceased_daily\": \"\", \"deceased\": 1028.0, \"positive_100k\": 415.84425313826387, \"positive_daily\": \"\", \"positive\": 10058, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 16}, {\"index\": 462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 44.73488585162075, \"deceased_daily\": \"\", \"deceased\": 1082.0, \"positive_100k\": 434.86278131917476, \"positive_daily\": \"\", \"positive\": 10518, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 17}, {\"index\": 463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 46.67808329619208, \"deceased_daily\": \"\", \"deceased\": 1129.0, \"positive_100k\": 459.0080431836355, \"positive_daily\": \"\", \"positive\": 11102, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 18}, {\"index\": 464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 48.78665924668437, \"deceased_daily\": \"\", \"deceased\": 1180.0, \"positive_100k\": 477.2410234614217, \"positive_daily\": \"\", \"positive\": 11543, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 19}, {\"index\": 465, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 50.48178893237424, \"deceased_daily\": \"\", \"deceased\": 1221.0, \"positive_100k\": 501.01418368756026, \"positive_daily\": \"\", \"positive\": 12118, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 20}, {\"index\": 466, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 52.218263244544374, \"deceased_daily\": \"\", \"deceased\": 1263.0, \"positive_100k\": 522.0999431924832, \"positive_daily\": \"\", \"positive\": 12628, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 21}, {\"index\": 467, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 53.706669797833044, \"deceased_daily\": \"\", \"deceased\": 1299.0, \"positive_100k\": 544.9221770095762, \"positive_daily\": \"\", \"positive\": 13180, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 22}, {\"index\": 468, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 55.2777656040822, \"deceased_daily\": \"\", \"deceased\": 1337.0, \"positive_100k\": 566.2973488998608, \"positive_daily\": \"\", \"positive\": 13697, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 23}, {\"index\": 469, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 56.724827530890636, \"deceased_daily\": \"\", \"deceased\": 1372.0, \"positive_100k\": 594.5357287858654, \"positive_daily\": \"\", \"positive\": 14380, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 24}, {\"index\": 470, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 57.923821698817626, \"deceased_daily\": \"\", \"deceased\": 1401.0, \"positive_100k\": 616.1589684350315, \"positive_daily\": \"\", \"positive\": 14903, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 25}, {\"index\": 471, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 59.08147124026438, \"deceased_daily\": \"\", \"deceased\": 1429.0, \"positive_100k\": 632.2833727623254, \"positive_daily\": \"\", \"positive\": 15293, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 26}, {\"index\": 472, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 60.28046540819136, \"deceased_daily\": \"\", \"deceased\": 1458.0, \"positive_100k\": 645.8444102478445, \"positive_daily\": \"\", \"positive\": 15621, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 27}, {\"index\": 473, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 61.72752733499979, \"deceased_daily\": \"\", \"deceased\": 1493.0, \"positive_100k\": 655.6017420971814, \"positive_daily\": \"\", \"positive\": 15857, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 28}, {\"index\": 474, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 62.88517687644654, \"deceased_daily\": \"\", \"deceased\": 1521.0, \"positive_100k\": 672.2222819422383, \"positive_daily\": \"\", \"positive\": 16259, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 29}, {\"index\": 475, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 64.2495495502945, \"deceased_daily\": \"\", \"deceased\": 1554.0, \"positive_100k\": 696.202165300778, \"positive_daily\": \"\", \"positive\": 16839, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 30}, {\"index\": 476, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 65.40719909174125, \"deceased_daily\": \"\", \"deceased\": 1582.0, \"positive_100k\": 719.4791900091536, \"positive_daily\": \"\", \"positive\": 17402, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 31}, {\"index\": 477, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 66.64753788614847, \"deceased_daily\": \"\", \"deceased\": 1612.0, \"positive_100k\": 734.9420803127638, \"positive_daily\": \"\", \"positive\": 17776, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 32}, {\"index\": 478, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 67.76384280111498, \"deceased_daily\": \"\", \"deceased\": 1639.0, \"positive_100k\": 754.9115349027203, \"positive_daily\": \"\", \"positive\": 18259, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 33}, {\"index\": 479, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 68.8801477160815, \"deceased_daily\": \"\", \"deceased\": 1666.0, \"positive_100k\": 772.4830011568226, \"positive_daily\": \"\", \"positive\": 18684, \"region_iso\": \"ES-CL\", \"region_label\": \"Castilla y Le\\u00f3n\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla y Le\\u00f3n\", \"sinceDay0\": 34}, {\"index\": 384, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 5.317302931020813, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 86.35869671006124, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 0}, {\"index\": 385, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 6.884008258910874, \"deceased_daily\": \"\", \"deceased\": 145.0, \"positive_100k\": 98.65495973804687, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 1}, {\"index\": 386, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 10.254798509825854, \"deceased_daily\": \"\", \"deceased\": 216.0, \"positive_100k\": 117.02814040148485, \"positive_daily\": \"\", \"positive\": 2465, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 2}, {\"index\": 387, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.486166704093517, \"deceased_daily\": \"\", \"deceased\": 263.0, \"positive_100k\": 131.98305489498088, \"positive_daily\": \"\", \"positive\": 2780, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 3}, {\"index\": 388, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 15.002390412523008, \"deceased_daily\": \"\", \"deceased\": 316.0, \"positive_100k\": 160.61103406824472, \"positive_daily\": \"\", \"positive\": 3383, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 4}, {\"index\": 389, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 17.423662282898558, \"deceased_daily\": \"\", \"deceased\": 367.0, \"positive_100k\": 186.77026545210606, \"positive_daily\": \"\", \"positive\": 3934, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 5}, {\"index\": 390, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 21.269211724083252, \"deceased_daily\": \"\", \"deceased\": 448.0, \"positive_100k\": 214.21134664969563, \"positive_daily\": \"\", \"positive\": 4512, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 6}, {\"index\": 391, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 25.589520355537662, \"deceased_daily\": \"\", \"deceased\": 539.0, \"positive_100k\": 249.05867121549275, \"positive_daily\": \"\", \"positive\": 5246, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 7}, {\"index\": 392, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 29.530021634776304, \"deceased_daily\": \"\", \"deceased\": 622.0, \"positive_100k\": 278.1139336599993, \"positive_daily\": \"\", \"positive\": 5858, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 8}, {\"index\": 393, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 33.61295067109585, \"deceased_daily\": \"\", \"deceased\": 708.0, \"positive_100k\": 304.9853038292652, \"positive_daily\": \"\", \"positive\": 6424, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 9}, {\"index\": 394, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 36.74636132687598, \"deceased_daily\": \"\", \"deceased\": 774.0, \"positive_100k\": 334.56280138306846, \"positive_daily\": \"\", \"positive\": 7047, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 10}, {\"index\": 395, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 40.5444348490337, \"deceased_daily\": \"\", \"deceased\": 854.0, \"positive_100k\": 364.7100099651954, \"positive_daily\": \"\", \"positive\": 7682, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 11}, {\"index\": 396, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 43.487941828705935, \"deceased_daily\": \"\", \"deceased\": 916.0, \"positive_100k\": 404.6372578668785, \"positive_daily\": \"\", \"positive\": 8523, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 12}, {\"index\": 397, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 46.95368391767486, \"deceased_daily\": \"\", \"deceased\": 989.0, \"positive_100k\": 442.66546900748267, \"positive_daily\": \"\", \"positive\": 9324, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 13}, {\"index\": 398, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 50.087094573454976, \"deceased_daily\": \"\", \"deceased\": 1055.0, \"positive_100k\": 476.23094375955156, \"positive_daily\": \"\", \"positive\": 10031, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 14}, {\"index\": 399, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 53.74274033853179, \"deceased_daily\": \"\", \"deceased\": 1132.0, \"positive_100k\": 503.3396935239523, \"positive_daily\": \"\", \"positive\": 10602, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 15}, {\"index\": 400, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 55.87915669474551, \"deceased_daily\": \"\", \"deceased\": 1177.0, \"positive_100k\": 525.8907550617638, \"positive_daily\": \"\", \"positive\": 11077, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 16}, {\"index\": 401, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 59.58227837884929, \"deceased_daily\": \"\", \"deceased\": 1255.0, \"positive_100k\": 559.6461334899406, \"positive_daily\": \"\", \"positive\": 11788, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 17}, {\"index\": 402, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 62.76316495365638, \"deceased_daily\": \"\", \"deceased\": 1322.0, \"positive_100k\": 592.9267527278477, \"positive_daily\": \"\", \"positive\": 12489, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 18}, {\"index\": 403, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 67.93804012759628, \"deceased_daily\": \"\", \"deceased\": 1431.0, \"positive_100k\": 620.1779302493293, \"positive_daily\": \"\", \"positive\": 13063, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 19}, {\"index\": 404, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 70.4067879169988, \"deceased_daily\": \"\", \"deceased\": 1483.0, \"positive_100k\": 638.8359664269291, \"positive_daily\": \"\", \"positive\": 13456, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 20}, {\"index\": 405, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 73.25534305861709, \"deceased_daily\": \"\", \"deceased\": 1543.0, \"positive_100k\": 650.3251388314562, \"positive_daily\": \"\", \"positive\": 13698, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 21}, {\"index\": 406, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 77.19584433785573, \"deceased_daily\": \"\", \"deceased\": 1626.0, \"positive_100k\": 667.2265660050581, \"positive_daily\": \"\", \"positive\": 14054, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 22}, {\"index\": 407, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 81.37372521222923, \"deceased_daily\": \"\", \"deceased\": 1714.0, \"positive_100k\": 680.2824437374752, \"positive_daily\": \"\", \"positive\": 14329, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 23}, {\"index\": 408, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 83.32023789233506, \"deceased_daily\": \"\", \"deceased\": 1755.0, \"positive_100k\": 696.9464913159422, \"positive_daily\": \"\", \"positive\": 14680, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 24}, {\"index\": 409, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 85.2667505724409, \"deceased_daily\": \"\", \"deceased\": 1796.0, \"positive_100k\": 719.3076491776459, \"positive_daily\": \"\", \"positive\": 15151, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 25}, {\"index\": 410, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 87.9254020379513, \"deceased_daily\": \"\", \"deceased\": 1852.0, \"positive_100k\": 759.4722766744638, \"positive_daily\": \"\", \"positive\": 15997, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 26}, {\"index\": 411, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 90.82143309859656, \"deceased_daily\": \"\", \"deceased\": 1913.0, \"positive_100k\": 776.1838001719577, \"positive_daily\": \"\", \"positive\": 16349, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 27}, {\"index\": 412, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 93.19522904994514, \"deceased_daily\": \"\", \"deceased\": 1963.0, \"positive_100k\": 789.2871538234019, \"positive_daily\": \"\", \"positive\": 16625, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 28}, {\"index\": 413, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 95.94883235350949, \"deceased_daily\": \"\", \"deceased\": 2021.0, \"positive_100k\": 797.405535977014, \"positive_daily\": \"\", \"positive\": 16796, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 29}, {\"index\": 414, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 98.51253198096596, \"deceased_daily\": \"\", \"deceased\": 2075.0, \"positive_100k\": 809.22703981473, \"positive_daily\": \"\", \"positive\": 17045, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 30}, {\"index\": 415, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 101.5984667177191, \"deceased_daily\": \"\", \"deceased\": 2140.0, \"positive_100k\": 822.3303934661742, \"positive_daily\": \"\", \"positive\": 17321, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 31}, {\"index\": 416, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 103.87731083101373, \"deceased_daily\": \"\", \"deceased\": 2188.0, \"positive_100k\": 833.5347103565394, \"positive_daily\": \"\", \"positive\": 17557, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 32}, {\"index\": 417, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 107.05819740582083, \"deceased_daily\": \"\", \"deceased\": 2255.0, \"positive_100k\": 857.0827661939173, \"positive_daily\": \"\", \"positive\": 18053, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 33}, {\"index\": 418, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 108.81480640981879, \"deceased_daily\": \"\", \"deceased\": 2292.0, \"positive_100k\": 879.4913999746478, \"positive_daily\": \"\", \"positive\": 18525, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 34}, {\"index\": 419, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 110.61889133284369, \"deceased_daily\": \"\", \"deceased\": 2330.0, \"positive_100k\": 901.8050819173244, \"positive_daily\": \"\", \"positive\": 18995, \"region_iso\": \"ES-CM\", \"region_label\": \"Castilla-La Mancha\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Castilla-La Mancha\", \"sinceDay0\": 35}, {\"index\": 503, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.601156192261586, \"deceased_daily\": \"\", \"deceased\": 122.0, \"positive_100k\": 55.16114324652004, \"positive_daily\": \"\", \"positive\": 4203, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 0}, {\"index\": 504, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.5067281370652696, \"deceased_daily\": \"\", \"deceased\": 191.0, \"positive_100k\": 61.73638301965983, \"positive_daily\": \"\", \"positive\": 4704, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 1}, {\"index\": 505, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.2154366156072833, \"deceased_daily\": \"\", \"deceased\": 245.0, \"positive_100k\": 77.7610691733598, \"positive_daily\": \"\", \"positive\": 5925, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 2}, {\"index\": 506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.701033165719403, \"deceased_daily\": \"\", \"deceased\": 282.0, \"positive_100k\": 103.20895324545172, \"positive_daily\": \"\", \"positive\": 7864, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 3}, {\"index\": 507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 6.772103239401462, \"deceased_daily\": \"\", \"deceased\": 516.0, \"positive_100k\": 130.4154842828146, \"positive_daily\": \"\", \"positive\": 9937, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 4}, {\"index\": 508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 8.819483288522834, \"deceased_daily\": \"\", \"deceased\": 672.0, \"positive_100k\": 152.1360867270189, \"positive_daily\": \"\", \"positive\": 11592, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 5}, {\"index\": 509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 11.549323354017996, \"deceased_daily\": \"\", \"deceased\": 880.0, \"positive_100k\": 169.82755022840098, \"positive_daily\": \"\", \"positive\": 12940, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 6}, {\"index\": 510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 14.042927259999153, \"deceased_daily\": \"\", \"deceased\": 1070.0, \"positive_100k\": 187.19090795268033, \"positive_daily\": \"\", \"positive\": 14263, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 7}, {\"index\": 511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 16.090307309120526, \"deceased_daily\": \"\", \"deceased\": 1226.0, \"positive_100k\": 197.2046962698573, \"positive_daily\": \"\", \"positive\": 15026, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 8}, {\"index\": 512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 18.50516582859702, \"deceased_daily\": \"\", \"deceased\": 1410.0, \"positive_100k\": 212.04820162598722, \"positive_daily\": \"\", \"positive\": 16157, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 9}, {\"index\": 513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 21.943714372634194, \"deceased_daily\": \"\", \"deceased\": 1672.0, \"positive_100k\": 246.38119014202255, \"positive_daily\": \"\", \"positive\": 18773, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 10}, {\"index\": 514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 24.266703274521905, \"deceased_daily\": \"\", \"deceased\": 1849.0, \"positive_100k\": 262.3665036024702, \"positive_daily\": \"\", \"positive\": 19991, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 11}, {\"index\": 515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 27.469015659045073, \"deceased_daily\": \"\", \"deceased\": 2093.0, \"positive_100k\": 286.1607345579641, \"positive_daily\": \"\", \"positive\": 21804, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 12}, {\"index\": 516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 30.645079581400026, \"deceased_daily\": \"\", \"deceased\": 2335.0, \"positive_100k\": 307.8944612332525, \"positive_daily\": \"\", \"positive\": 23460, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 13}, {\"index\": 517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 32.91557155895129, \"deceased_daily\": \"\", \"deceased\": 2508.0, \"positive_100k\": 324.61473163441036, \"positive_daily\": \"\", \"positive\": 24734, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 14}, {\"index\": 518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 34.608597368801654, \"deceased_daily\": \"\", \"deceased\": 2637.0, \"positive_100k\": 341.6499835815869, \"positive_daily\": \"\", \"positive\": 26032, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 15}, {\"index\": 519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 36.22287779214735, \"deceased_daily\": \"\", \"deceased\": 2760.0, \"positive_100k\": 352.0443746002031, \"positive_daily\": \"\", \"positive\": 26824, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 16}, {\"index\": 520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 38.16526399259583, \"deceased_daily\": \"\", \"deceased\": 2908.0, \"positive_100k\": 371.71759699528604, \"positive_daily\": \"\", \"positive\": 28323, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 17}, {\"index\": 521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 39.910786726782646, \"deceased_daily\": \"\", \"deceased\": 3041.0, \"positive_100k\": 389.0940789506495, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 18}, {\"index\": 522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 41.31507945278256, \"deceased_daily\": \"\", \"deceased\": 3148.0, \"positive_100k\": 407.415505544069, \"positive_daily\": \"\", \"positive\": 31043, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 19}, {\"index\": 523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 42.4043906327638, \"deceased_daily\": \"\", \"deceased\": 3231.0, \"positive_100k\": 417.6655300207599, \"positive_daily\": \"\", \"positive\": 31824, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 20}, {\"index\": 524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 43.71681374117494, \"deceased_daily\": \"\", \"deceased\": 3331.0, \"positive_100k\": 432.8896380783291, \"positive_daily\": \"\", \"positive\": 32984, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 21}, {\"index\": 525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 45.1736033915113, \"deceased_daily\": \"\", \"deceased\": 3442.0, \"positive_100k\": 446.5782110990572, \"positive_daily\": \"\", \"positive\": 34027, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 22}, {\"index\": 526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 46.43352957558599, \"deceased_daily\": \"\", \"deceased\": 3538.0, \"positive_100k\": 455.75204862685104, \"positive_daily\": \"\", \"positive\": 34726, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 23}, {\"index\": 527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 48.11343115435225, \"deceased_daily\": \"\", \"deceased\": 3666.0, \"positive_100k\": 461.93356146746754, \"positive_daily\": \"\", \"positive\": 35197, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 24}, {\"index\": 528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 49.29461195192227, \"deceased_daily\": \"\", \"deceased\": 3756.0, \"positive_100k\": 479.10005572548516, \"positive_daily\": \"\", \"positive\": 36505, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 25}, {\"index\": 529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 50.59391082924929, \"deceased_daily\": \"\", \"deceased\": 3855.0, \"positive_100k\": 490.2425279158957, \"positive_daily\": \"\", \"positive\": 37354, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 26}, {\"index\": 530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 49.24211502758582, \"deceased_daily\": \"\", \"deceased\": 3752.0, \"positive_100k\": 502.8680382188108, \"positive_daily\": \"\", \"positive\": 38316, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 27}, {\"index\": 531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 50.90889237526796, \"deceased_daily\": \"\", \"deceased\": 3879.0, \"positive_100k\": 524.22116219266, \"positive_daily\": \"\", \"positive\": 39943, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 28}, {\"index\": 532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 51.617600853809975, \"deceased_daily\": \"\", \"deceased\": 3933.0, \"positive_100k\": 532.8437820149212, \"positive_daily\": \"\", \"positive\": 40600, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 29}, {\"index\": 533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 52.615042416202435, \"deceased_daily\": \"\", \"deceased\": 4009.0, \"positive_100k\": 546.965454661425, \"positive_daily\": \"\", \"positive\": 41676, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 30}, {\"index\": 534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 54.491807461230366, \"deceased_daily\": \"\", \"deceased\": 4152.0, \"positive_100k\": 565.811850498209, \"positive_daily\": \"\", \"positive\": 43112, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 31}, {\"index\": 535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 55.738609414220946, \"deceased_daily\": \"\", \"deceased\": 4247.0, \"positive_100k\": 574.8675699462458, \"positive_daily\": \"\", \"positive\": 43802, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 32}, {\"index\": 536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 56.99853559829564, \"deceased_daily\": \"\", \"deceased\": 4343.0, \"positive_100k\": 589.1729818279272, \"positive_daily\": \"\", \"positive\": 44892, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 33}, {\"index\": 537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 57.6547471525012, \"deceased_daily\": \"\", \"deceased\": 4393.0, \"positive_100k\": 611.2085658181501, \"positive_daily\": \"\", \"positive\": 46571, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 34}, {\"index\": 538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 59.0327914163329, \"deceased_daily\": \"\", \"deceased\": 4498.0, \"positive_100k\": 620.618639505458, \"positive_daily\": \"\", \"positive\": 47288, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 35}, {\"index\": 539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 59.92523913005246, \"deceased_daily\": \"\", \"deceased\": 4566.0, \"positive_100k\": 627.8369666017193, \"positive_daily\": \"\", \"positive\": 47838, \"region_iso\": \"ES-CT\", \"region_label\": \"Catalu\\u00f1a\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Catalu\\u00f1a\", \"sinceDay0\": 36}, {\"index\": 165, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0775759077307767, \"deceased_daily\": \"\", \"deceased\": 107.0, \"positive_100k\": 108.247529771954, \"positive_daily\": \"\", \"positive\": 5575, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 0}, {\"index\": 166, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.7377402148601817, \"deceased_daily\": \"\", \"deceased\": 141.0, \"positive_100k\": 125.68363411907771, \"positive_daily\": \"\", \"positive\": 6473, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 1}, {\"index\": 167, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.242571743841492, \"deceased_daily\": \"\", \"deceased\": 167.0, \"positive_100k\": 144.44006708046024, \"positive_daily\": \"\", \"positive\": 7439, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 2}, {\"index\": 168, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.6114870919432187, \"deceased_daily\": \"\", \"deceased\": 186.0, \"positive_100k\": 156.16769183064144, \"positive_daily\": \"\", \"positive\": 8043, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 3}, {\"index\": 169, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.0580688291189935, \"deceased_daily\": \"\", \"deceased\": 209.0, \"positive_100k\": 169.4680609595721, \"positive_daily\": \"\", \"positive\": 8728, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 4}, {\"index\": 170, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.8347327198594705, \"deceased_daily\": \"\", \"deceased\": 249.0, \"positive_100k\": 184.63242342627993, \"positive_daily\": \"\", \"positive\": 9509, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 5}, {\"index\": 171, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.057978347775721, \"deceased_daily\": \"\", \"deceased\": 312.0, \"positive_100k\": 204.2626032647455, \"positive_daily\": \"\", \"positive\": 10520, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 6}, {\"index\": 172, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 6.815225641247687, \"deceased_daily\": \"\", \"deceased\": 351.0, \"positive_100k\": 221.64045782006366, \"positive_daily\": \"\", \"positive\": 11415, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 7}, {\"index\": 173, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.727805712867748, \"deceased_daily\": \"\", \"deceased\": 398.0, \"positive_100k\": 242.1638011328808, \"positive_daily\": \"\", \"positive\": 12472, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 8}, {\"index\": 174, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.795718562635903, \"deceased_daily\": \"\", \"deceased\": 453.0, \"positive_100k\": 260.51248555162454, \"positive_daily\": \"\", \"positive\": 13417, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 9}, {\"index\": 175, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 9.417049675228286, \"deceased_daily\": \"\", \"deceased\": 485.0, \"positive_100k\": 283.1910711612465, \"positive_daily\": \"\", \"positive\": 14585, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 10}, {\"index\": 176, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 10.543212316801977, \"deceased_daily\": \"\", \"deceased\": 543.0, \"positive_100k\": 300.4524261329536, \"positive_daily\": \"\", \"positive\": 15474, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 11}, {\"index\": 177, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.203376623931383, \"deceased_daily\": \"\", \"deceased\": 577.0, \"positive_100k\": 316.93711721392026, \"positive_daily\": \"\", \"positive\": 16323, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 12}, {\"index\": 178, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 12.232456279162516, \"deceased_daily\": \"\", \"deceased\": 630.0, \"positive_100k\": 336.02363232886745, \"positive_daily\": \"\", \"positive\": 17306, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 13}, {\"index\": 179, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 14.018783227865613, \"deceased_daily\": \"\", \"deceased\": 722.0, \"positive_100k\": 351.18799479557526, \"positive_daily\": \"\", \"positive\": 18087, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 14}, {\"index\": 180, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 14.756613924069066, \"deceased_daily\": \"\", \"deceased\": 760.0, \"positive_100k\": 376.5072376337148, \"positive_daily\": \"\", \"positive\": 19391, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 15}, {\"index\": 181, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.69827365092026, \"deceased_daily\": \"\", \"deceased\": 860.0, \"positive_100k\": 396.0015012913008, \"positive_daily\": \"\", \"positive\": 20395, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 16}, {\"index\": 182, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 17.02835580448496, \"deceased_daily\": \"\", \"deceased\": 877.0, \"positive_100k\": 413.02985709578576, \"positive_daily\": \"\", \"positive\": 21272, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 17}, {\"index\": 183, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 17.766186500688416, \"deceased_daily\": \"\", \"deceased\": 915.0, \"positive_100k\": 429.12621623138216, \"positive_daily\": \"\", \"positive\": 22101, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 18}, {\"index\": 184, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 19.455430463048952, \"deceased_daily\": \"\", \"deceased\": 1002.0, \"positive_100k\": 450.0961412813751, \"positive_daily\": \"\", \"positive\": 23181, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 19}, {\"index\": 185, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 20.814592271844788, \"deceased_daily\": \"\", \"deceased\": 1072.0, \"positive_100k\": 476.5997965528938, \"positive_daily\": \"\", \"positive\": 24546, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 20}, {\"index\": 186, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 22.173754080640624, \"deceased_daily\": \"\", \"deceased\": 1142.0, \"positive_100k\": 501.1617920975614, \"positive_daily\": \"\", \"positive\": 25811, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 21}, {\"index\": 187, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 23.688248667584553, \"deceased_daily\": \"\", \"deceased\": 1220.0, \"positive_100k\": 536.2087501672255, \"positive_daily\": \"\", \"positive\": 27616, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 22}, {\"index\": 188, \"admin2_label\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 24.600828739204612, \"deceased_daily\": \"\", \"deceased\": 1267.0, \"positive_100k\": 564.2074834284197, \"positive_daily\": \"\", \"positive\": 29058, \"region_iso\": \"\", \"region_label\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"plot_key\": \"Cook, Illinois\", \"sinceDay0\": 23}, {\"index\": 268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 2.5339294271503134, \"deceased_daily\": \"\", \"deceased\": 113.0, \"positive_100k\": 38.99560419304775, \"positive_daily\": \"\", \"positive\": 1739, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 148.89638403785915, \"tested\": 6640, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 0}, {\"index\": 269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 3.2739265164950955, \"deceased_daily\": \"\", \"deceased\": 146.0, \"positive_100k\": 43.65982827134213, \"positive_daily\": \"\", \"positive\": 1947, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 170.42357209152553, \"tested\": 7600, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 1}, {\"index\": 270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 4.507254998736399, \"deceased_daily\": \"\", \"deceased\": 201.0, \"positive_100k\": 50.74586100567399, \"positive_daily\": \"\", \"positive\": 2263, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 197.04104315371512, \"tested\": 8787, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 2}, {\"index\": 271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 5.4042211676391645, \"deceased_daily\": \"\", \"deceased\": 241.0, \"positive_100k\": 59.28946376447283, \"positive_daily\": \"\", \"positive\": 2644, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 225.20578085726194, \"tested\": 10043, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 3}, {\"index\": 272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 6.368459799209639, \"deceased_daily\": \"\", \"deceased\": 284.0, \"positive_100k\": 69.35790901040637, \"positive_daily\": \"\", \"positive\": 3093, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 270.3007549988485, \"tested\": 12054, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 4}, {\"index\": 273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 7.758757361008925, \"deceased_daily\": \"\", \"deceased\": 346.0, \"positive_100k\": 78.97787117188854, \"positive_daily\": \"\", \"positive\": 3522, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 293.66672369876557, \"tested\": 13096, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 5}, {\"index\": 274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 8.812692609469675, \"deceased_daily\": \"\", \"deceased\": 393.0, \"positive_100k\": 88.14935024891933, \"positive_daily\": \"\", \"positive\": 3931, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 325.37447776947835, \"tested\": 14510, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 6}, {\"index\": 275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 10.270262633936671, \"deceased_daily\": \"\", \"deceased\": 458.0, \"positive_100k\": 101.4692978571254, \"positive_daily\": \"\", \"positive\": 4525, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 346.6998484351416, \"tested\": 15461, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 7}, {\"index\": 276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 11.907225892184218, \"deceased_daily\": \"\", \"deceased\": 531.0, \"positive_100k\": 116.91954011647553, \"positive_daily\": \"\", \"positive\": 5214, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 411.3486850588085, \"tested\": 18344, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 8}, {\"index\": 277, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 14.351458702444257, \"deceased_daily\": \"\", \"deceased\": 640.0, \"positive_100k\": 133.82735240029268, \"positive_daily\": \"\", \"positive\": 5968, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 465.3684725809775, \"tested\": 20753, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 9}, {\"index\": 278, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 16.033270269136942, \"deceased_daily\": \"\", \"deceased\": 715.0, \"positive_100k\": 150.35395406232612, \"positive_daily\": \"\", \"positive\": 6705, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 552.0826769596524, \"tested\": 24620, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 10}, {\"index\": 279, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 18.298109845616427, \"deceased_daily\": \"\", \"deceased\": 816.0, \"positive_100k\": 169.41448515150992, \"positive_daily\": \"\", \"positive\": 7555, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 628.3696496248327, \"tested\": 28022, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 11}, {\"index\": 280, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 20.00234556653168, \"deceased_daily\": \"\", \"deceased\": 892.0, \"positive_100k\": 191.3901562896277, \"positive_daily\": \"\", \"positive\": 8535, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 699.6336117441574, \"tested\": 31200, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 12}, {\"index\": 281, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 22.08779190923061, \"deceased_daily\": \"\", \"deceased\": 985.0, \"positive_100k\": 207.5131231756549, \"positive_daily\": \"\", \"positive\": 9254, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 751.8146186200759, \"tested\": 33527, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 13}, {\"index\": 282, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 24.150814097706974, \"deceased_daily\": \"\", \"deceased\": 1077.0, \"positive_100k\": 225.45244655371022, \"positive_daily\": \"\", \"positive\": 10054, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 853.1269473976432, \"tested\": 38045, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 14}, {\"index\": 283, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 26.325957057296183, \"deceased_daily\": \"\", \"deceased\": 1174.0, \"positive_100k\": 242.53965207130793, \"positive_daily\": \"\", \"positive\": 10816, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 950.672018265819, \"tested\": 42395, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 15}, {\"index\": 284, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 28.41140339999511, \"deceased_daily\": \"\", \"deceased\": 1267.0, \"positive_100k\": 259.8510991311313, \"positive_daily\": \"\", \"positive\": 11588, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1071.82972353036, \"tested\": 47798, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 16}, {\"index\": 285, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 30.13806327513294, \"deceased_daily\": \"\", \"deceased\": 1344.0, \"positive_100k\": 277.67830173807374, \"positive_daily\": \"\", \"positive\": 12383, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1188.2783564081617, \"tested\": 52991, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 17}, {\"index\": 286, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 32.358054543167285, \"deceased_daily\": \"\", \"deceased\": 1443.0, \"positive_100k\": 294.1824792458847, \"positive_daily\": \"\", \"positive\": 13119, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1188.2783564081617, \"tested\": 52991, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 18}, {\"index\": 287, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 34.488349194311354, \"deceased_daily\": \"\", \"deceased\": 1538.0, \"positive_100k\": 303.4212307855832, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1143.407623808801, \"tested\": 50990, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 19}, {\"index\": 288, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 36.86530954190368, \"deceased_daily\": \"\", \"deceased\": 1644.0, \"positive_100k\": 315.5975465284382, \"positive_daily\": \"\", \"positive\": 14074, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1222.8339780651409, \"tested\": 54532, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 20}, {\"index\": 289, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 38.838635113489765, \"deceased_daily\": \"\", \"deceased\": 1732.0, \"positive_100k\": 331.58596848913, \"positive_daily\": \"\", \"positive\": 14787, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1310.8487833887248, \"tested\": 58457, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 21}, {\"index\": 290, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 40.610143297072725, \"deceased_daily\": \"\", \"deceased\": 1811.0, \"positive_100k\": 343.82955669465275, \"positive_daily\": \"\", \"positive\": 15333, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1356.8182995449915, \"tested\": 60507, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 22}, {\"index\": 291, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 42.65074133132652, \"deceased_daily\": \"\", \"deceased\": 1902.0, \"positive_100k\": 357.2616250739717, \"positive_daily\": \"\", \"positive\": 15932, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1428.0149892016486, \"tested\": 63682, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 23}, {\"index\": 292, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 44.33255289801921, \"deceased_daily\": \"\", \"deceased\": 1977.0, \"positive_100k\": 370.89551084129374, \"positive_daily\": \"\", \"positive\": 16540, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1504.1001444788258, \"tested\": 67075, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 24}, {\"index\": 293, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 45.991940310489326, \"deceased_daily\": \"\", \"deceased\": 2051.0, \"positive_100k\": 383.2063715094842, \"positive_daily\": \"\", \"positive\": 17089, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1569.3768574207245, \"tested\": 69986, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 25}, {\"index\": 294, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 47.270117101175764, \"deceased_daily\": \"\", \"deceased\": 2108.0, \"positive_100k\": 393.67845153142395, \"positive_daily\": \"\", \"positive\": 17556, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1618.1942411632576, \"tested\": 72163, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 26}, {\"index\": 295, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 48.88465620520074, \"deceased_daily\": \"\", \"deceased\": 2180.0, \"positive_100k\": 399.7105490172951, \"positive_daily\": \"\", \"positive\": 17825, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1686.0945801491969, \"tested\": 75191, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 27}, {\"index\": 296, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 50.09556053321948, \"deceased_daily\": \"\", \"deceased\": 2234.0, \"positive_100k\": 408.88202809432585, \"positive_daily\": \"\", \"positive\": 18234, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1757.3136939600765, \"tested\": 78367, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 28}, {\"index\": 297, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 51.934341179470145, \"deceased_daily\": \"\", \"deceased\": 2316.0, \"positive_100k\": 418.81592841492403, \"positive_daily\": \"\", \"positive\": 18677, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1832.3897622972381, \"tested\": 81715, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 29}, {\"index\": 298, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 53.75069767149825, \"deceased_daily\": \"\", \"deceased\": 2397.0, \"positive_100k\": 428.9292219693027, \"positive_daily\": \"\", \"positive\": 19128, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 1925.8760612511287, \"tested\": 85884, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 30}, {\"index\": 299, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 55.63432662619406, \"deceased_daily\": \"\", \"deceased\": 2481.0, \"positive_100k\": 440.2982681601452, \"positive_daily\": \"\", \"positive\": 19635, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2057.6179673087227, \"tested\": 91759, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 31}, {\"index\": 300, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 57.49553142666729, \"deceased_daily\": \"\", \"deceased\": 2564.0, \"positive_100k\": 450.68065156519475, \"positive_daily\": \"\", \"positive\": 20098, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2168.505409939327, \"tested\": 96704, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 32}, {\"index\": 301, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 58.63916329201833, \"deceased_daily\": \"\", \"deceased\": 2615.0, \"positive_100k\": 458.3497123093134, \"positive_daily\": \"\", \"positive\": 20440, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2221.0452032828066, \"tested\": 99047, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 33}, {\"index\": 302, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 60.657337172049544, \"deceased_daily\": \"\", \"deceased\": 2705.0, \"positive_100k\": 465.346048426755, \"positive_daily\": \"\", \"positive\": 20752, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2284.931618662906, \"tested\": 101896, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 34}, {\"index\": 303, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 62.51854197252279, \"deceased_daily\": \"\", \"deceased\": 2788.0, \"positive_100k\": 471.55753914640667, \"positive_daily\": \"\", \"positive\": 21029, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2380.3015465714925, \"tested\": 106149, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 35}, {\"index\": 304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 63.751870454764095, \"deceased_daily\": \"\", \"deceased\": 2843.0, \"positive_100k\": 481.80537762612073, \"positive_daily\": \"\", \"positive\": 21486, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2513.8598091211143, \"tested\": 112105, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 36}, {\"index\": 305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 65.09731970811825, \"deceased_daily\": \"\", \"deceased\": 2903.0, \"positive_100k\": 489.6089832955748, \"positive_daily\": \"\", \"positive\": 21834, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2619.724241205863, \"tested\": 116826, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 37}, {\"index\": 306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 66.48761726991752, \"deceased_daily\": \"\", \"deceased\": 2965.0, \"positive_100k\": 497.45743727347394, \"positive_daily\": \"\", \"positive\": 22184, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2718.255974859832, \"tested\": 121220, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 38}, {\"index\": 307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 67.78821821482653, \"deceased_daily\": \"\", \"deceased\": 3023.0, \"positive_100k\": 505.88891926115997, \"positive_daily\": \"\", \"positive\": 22560, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2801.135648866448, \"tested\": 124916, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 39}, {\"index\": 308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 69.04397085129041, \"deceased_daily\": \"\", \"deceased\": 3079.0, \"positive_100k\": 512.7731346074887, \"positive_daily\": \"\", \"positive\": 22867, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 2904.6006964493818, \"tested\": 129530, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 40}, {\"index\": 309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 70.56881333842512, \"deceased_daily\": \"\", \"deceased\": 3147.0, \"positive_100k\": 517.8185693075668, \"positive_daily\": \"\", \"positive\": 23092, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3024.5250732316817, \"tested\": 134878, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 41}, {\"index\": 310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 71.84699012911156, \"deceased_daily\": \"\", \"deceased\": 3204.0, \"positive_100k\": 525.4876300516854, \"positive_daily\": \"\", \"positive\": 23434, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3158.980301950206, \"tested\": 140874, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 42}, {\"index\": 311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 73.30456015357855, \"deceased_daily\": \"\", \"deceased\": 3269.0, \"positive_100k\": 531.9682106220079, \"positive_daily\": \"\", \"positive\": 23723, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3277.200443011591, \"tested\": 146146, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 43}, {\"index\": 312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 74.06698139714591, \"deceased_daily\": \"\", \"deceased\": 3303.0, \"positive_100k\": 537.5069767149826, \"positive_daily\": \"\", \"positive\": 23970, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3397.3714854903387, \"tested\": 151505, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 44}, {\"index\": 313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 75.05364418293894, \"deceased_daily\": \"\", \"deceased\": 3347.0, \"positive_100k\": 542.8663495741765, \"positive_daily\": \"\", \"positive\": 24209, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3517.9685868993156, \"tested\": 156883, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 45}, {\"index\": 314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 75.92818619761914, \"deceased_daily\": \"\", \"deceased\": 3386.0, \"positive_100k\": 548.2705707418157, \"positive_daily\": \"\", \"positive\": 24450, \"region_iso\": \"IT-45\", \"region_label\": \"Emilia-Romagna\", \"tested_100k\": 3631.098444952177, \"tested\": 161928, \"county_state\": null, \"plot_key\": \"Emilia-Romagna\", \"sinceDay0\": 46}, {\"index\": 466, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 7.67425063199711, \"deceased_daily\": \"\", \"deceased\": 119.0, \"positive_100k\": 78.74168085435691, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 244.67316720837846, \"tested\": 3794, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 0}, {\"index\": 467, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 9.802404168601353, \"deceased_daily\": \"\", \"deceased\": 152.0, \"positive_100k\": 92.60692359283908, \"positive_daily\": \"\", \"positive\": 1436, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 277.5628127740804, \"tested\": 4304, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 1}, {\"index\": 468, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 11.027704689676522, \"deceased_daily\": \"\", \"deceased\": 171.0, \"positive_100k\": 107.37501934685034, \"positive_daily\": \"\", \"positive\": 1665, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 322.125058040551, \"tested\": 4995, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 2}, {\"index\": 469, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 13.671774235154516, \"deceased_daily\": \"\", \"deceased\": 212.0, \"positive_100k\": 124.07780013413816, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 357.1428571428571, \"tested\": 5538, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 3}, {\"index\": 470, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 14.897074756229685, \"deceased_daily\": \"\", \"deceased\": 231.0, \"positive_100k\": 136.4597843471083, \"positive_daily\": \"\", \"positive\": 2116, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 386.4210906464428, \"tested\": 5992, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 4}, {\"index\": 471, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 16.380333281741734, \"deceased_daily\": \"\", \"deceased\": 254.0, \"positive_100k\": 148.64830005675077, \"positive_daily\": \"\", \"positive\": 2305, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 425.75968632306666, \"tested\": 6602, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 5}, {\"index\": 472, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 18.057060310581438, \"deceased_daily\": \"\", \"deceased\": 280.0, \"positive_100k\": 165.54454934736626, \"positive_daily\": \"\", \"positive\": 2567, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 471.0313161017387, \"tested\": 7304, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 6}, {\"index\": 473, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 21.346024867151627, \"deceased_daily\": \"\", \"deceased\": 331.0, \"positive_100k\": 173.86369499045557, \"positive_daily\": \"\", \"positive\": 2696, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 503.2760666563483, \"tested\": 7804, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 7}, {\"index\": 474, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 23.087241397100552, \"deceased_daily\": \"\", \"deceased\": 358.0, \"positive_100k\": 181.9893721302172, \"positive_daily\": \"\", \"positive\": 2822, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 527.3306505700872, \"tested\": 8177, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 8}, {\"index\": 475, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 24.31254191817572, \"deceased_daily\": \"\", \"deceased\": 377.0, \"positive_100k\": 198.36970541195893, \"positive_daily\": \"\", \"positive\": 3076, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 586.8544600938967, \"tested\": 9100, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 9}, {\"index\": 476, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 25.60233194036011, \"deceased_daily\": \"\", \"deceased\": 397.0, \"positive_100k\": 207.46272506835888, \"positive_daily\": \"\", \"positive\": 3217, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 624.0649022339163, \"tested\": 9677, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 10}, {\"index\": 477, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 27.601506474745914, \"deceased_daily\": \"\", \"deceased\": 428.0, \"positive_100k\": 220.29613578909354, \"positive_daily\": \"\", \"positive\": 3416, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 669.1430635092607, \"tested\": 10376, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 11}, {\"index\": 478, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 29.665170510240934, \"deceased_daily\": \"\", \"deceased\": 460.0, \"positive_100k\": 236.03157405974306, \"positive_daily\": \"\", \"positive\": 3660, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 730.924005571893, \"tested\": 11334, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 12}, {\"index\": 479, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 31.470876541299077, \"deceased_daily\": \"\", \"deceased\": 488.0, \"positive_100k\": 243.89929319506786, \"positive_daily\": \"\", \"positive\": 3782, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 778.3237888871691, \"tested\": 12069, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 13}, {\"index\": 480, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 33.47005107568488, \"deceased_daily\": \"\", \"deceased\": 519.0, \"positive_100k\": 255.700871898055, \"positive_daily\": \"\", \"positive\": 3965, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 834.1072073466439, \"tested\": 12934, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 14}, {\"index\": 481, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 34.95330960119692, \"deceased_daily\": \"\", \"deceased\": 542.0, \"positive_100k\": 271.0493731620492, \"positive_daily\": \"\", \"positive\": 4203, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 908.4636021255741, \"tested\": 14087, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 15}, {\"index\": 482, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 35.856162616726, \"deceased_daily\": \"\", \"deceased\": 556.0, \"positive_100k\": 286.9137904349172, \"positive_daily\": \"\", \"positive\": 4449, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 970.3735231904245, \"tested\": 15047, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 16}, {\"index\": 483, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 38.37125315998555, \"deceased_daily\": \"\", \"deceased\": 595.0, \"positive_100k\": 293.36274054583913, \"positive_daily\": \"\", \"positive\": 4549, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1001.7154207295054, \"tested\": 15533, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 17}, {\"index\": 484, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 39.98349068771604, \"deceased_daily\": \"\", \"deceased\": 620.0, \"positive_100k\": 306.7765567765568, \"positive_daily\": \"\", \"positive\": 4757, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1069.1714388897487, \"tested\": 16579, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 18}, {\"index\": 485, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 42.1761337254295, \"deceased_daily\": \"\", \"deceased\": 654.0, \"positive_100k\": 316.3854924418305, \"positive_daily\": \"\", \"positive\": 4906, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1129.9205489346334, \"tested\": 17521, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 19}, {\"index\": 486, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 43.981839756487645, \"deceased_daily\": \"\", \"deceased\": 682.0, \"positive_100k\": 323.73729556828147, \"positive_daily\": \"\", \"positive\": 5020, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1189.5733374606614, \"tested\": 18446, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 20}, {\"index\": 487, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 45.72305628643657, \"deceased_daily\": \"\", \"deceased\": 709.0, \"positive_100k\": 334.765000257958, \"positive_daily\": \"\", \"positive\": 5191, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1258.4481246453079, \"tested\": 19514, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 21}, {\"index\": 488, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 47.33529381416705, \"deceased_daily\": \"\", \"deceased\": 734.0, \"positive_100k\": 346.6955579631636, \"positive_daily\": \"\", \"positive\": 5376, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1347.0566991693754, \"tested\": 20888, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 22}, {\"index\": 489, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 48.30263633080535, \"deceased_daily\": \"\", \"deceased\": 749.0, \"positive_100k\": 354.30531909405147, \"positive_daily\": \"\", \"positive\": 5494, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1417.6727028839705, \"tested\": 21983, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 23}, {\"index\": 490, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 49.01202084300676, \"deceased_daily\": \"\", \"deceased\": 760.0, \"positive_100k\": 360.88324820719185, \"positive_daily\": \"\", \"positive\": 5596, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1491.577671155136, \"tested\": 23129, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 24}, {\"index\": 491, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 51.140174379611, \"deceased_daily\": \"\", \"deceased\": 793.0, \"positive_100k\": 374.5550224423464, \"positive_daily\": \"\", \"positive\": 5808, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1576.510344115978, \"tested\": 24446, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 25}, {\"index\": 492, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 52.04302739514007, \"deceased_daily\": \"\", \"deceased\": 807.0, \"positive_100k\": 382.80967858432643, \"positive_daily\": \"\", \"positive\": 5936, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1663.3777021100964, \"tested\": 25793, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 26}, {\"index\": 493, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 53.397306918433685, \"deceased_daily\": \"\", \"deceased\": 828.0, \"positive_100k\": 389.4520971985761, \"positive_daily\": \"\", \"positive\": 6039, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1737.6696073879175, \"tested\": 26945, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 27}, {\"index\": 494, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 55.847907960584024, \"deceased_daily\": \"\", \"deceased\": 866.0, \"positive_100k\": 399.0610328638498, \"positive_daily\": \"\", \"positive\": 6188, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1817.3786307589125, \"tested\": 28181, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 28}, {\"index\": 495, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 57.84708249496982, \"deceased_daily\": \"\", \"deceased\": 897.0, \"positive_100k\": 406.34834648919156, \"positive_daily\": \"\", \"positive\": 6301, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 1890.961151524532, \"tested\": 29322, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 29}, {\"index\": 496, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 59.84625702935562, \"deceased_daily\": \"\", \"deceased\": 928.0, \"positive_100k\": 420.98746324098437, \"positive_daily\": \"\", \"positive\": 6528, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2034.7082494969818, \"tested\": 31551, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 30}, {\"index\": 497, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 61.716452561522985, \"deceased_daily\": \"\", \"deceased\": 957.0, \"positive_100k\": 430.0804828973843, \"positive_daily\": \"\", \"positive\": 6669, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2128.6049631120054, \"tested\": 33007, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 31}, {\"index\": 498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 63.84460609812722, \"deceased_daily\": \"\", \"deceased\": 990.0, \"positive_100k\": 436.2069855027601, \"positive_daily\": \"\", \"positive\": 6764, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2204.6380849197753, \"tested\": 34186, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 32}, {\"index\": 499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 65.90827013362225, \"deceased_daily\": \"\", \"deceased\": 1022.0, \"positive_100k\": 446.13836867358, \"positive_daily\": \"\", \"positive\": 6918, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2320.977144920807, \"tested\": 35990, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 33}, {\"index\": 500, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 67.52050766135272, \"deceased_daily\": \"\", \"deceased\": 1047.0, \"positive_100k\": 454.5864933188877, \"positive_daily\": \"\", \"positive\": 7049, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2440.411700975081, \"tested\": 37842, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 34}, {\"index\": 501, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 69.3907031935201, \"deceased_daily\": \"\", \"deceased\": 1076.0, \"positive_100k\": 462.58319145643094, \"positive_daily\": \"\", \"positive\": 7173, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2551.398132384048, \"tested\": 39563, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 35}, {\"index\": 502, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 70.48702471237684, \"deceased_daily\": \"\", \"deceased\": 1093.0, \"positive_100k\": 470.837847598411, \"positive_daily\": \"\", \"positive\": 7301, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2652.1307331166486, \"tested\": 41125, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 36}, {\"index\": 503, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 71.84130423567044, \"deceased_daily\": \"\", \"deceased\": 1114.0, \"positive_100k\": 482.897384305835, \"positive_daily\": \"\", \"positive\": 7488, \"region_iso\": \"IT-42\", \"region_label\": \"Liguria\", \"tested_100k\": 2747.704173760512, \"tested\": 42607, \"county_state\": null, \"plot_key\": \"Liguria\", \"sinceDay0\": 37}, {\"index\": 515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 1.3409493961456544, \"deceased_daily\": \"\", \"deceased\": 135.0, \"positive_100k\": 25.94488757579592, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 134.65118529000364, \"tested\": 13556, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 0}, {\"index\": 516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 1.5296756074550428, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 33.97071803568991, \"positive_daily\": \"\", \"positive\": 3420, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 156.72221905471213, \"tested\": 15778, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 1}, {\"index\": 517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 2.6520999168214057, \"deceased_daily\": \"\", \"deceased\": 267.0, \"positive_100k\": 41.609163114475166, \"positive_daily\": \"\", \"positive\": 4189, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 184.0974526530634, \"tested\": 18534, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 2}, {\"index\": 518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 3.307675177159281, \"deceased_daily\": \"\", \"deceased\": 333.0, \"positive_100k\": 54.32334998163396, \"positive_daily\": \"\", \"positive\": 5469, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 200.00011919550187, \"tested\": 20135, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 3}, {\"index\": 519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 4.648624573304936, \"deceased_daily\": \"\", \"deceased\": 468.0, \"positive_100k\": 57.5217626154036, \"positive_daily\": \"\", \"positive\": 5791, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 213.3500154060186, \"tested\": 21479, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 4}, {\"index\": 520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 6.12863538831014, \"deceased_daily\": \"\", \"deceased\": 617.0, \"positive_100k\": 72.31193780696567, \"positive_daily\": \"\", \"positive\": 7280, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 254.57179313938502, \"tested\": 25629, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 5}, {\"index\": 521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 7.390121116536052, \"deceased_daily\": \"\", \"deceased\": 744.0, \"positive_100k\": 86.66506282496914, \"positive_daily\": \"\", \"positive\": 8725, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 293.3599960427093, \"tested\": 29534, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 6}, {\"index\": 522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 8.840333056071351, \"deceased_daily\": \"\", \"deceased\": 890.0, \"positive_100k\": 97.5416523714839, \"positive_daily\": \"\", \"positive\": 9820, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 324.80774262194745, \"tested\": 32700, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 7}, {\"index\": 523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 9.595237901308906, \"deceased_daily\": \"\", \"deceased\": 966.0, \"positive_100k\": 116.06661995527388, \"positive_daily\": \"\", \"positive\": 11685, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 368.89021240042456, \"tested\": 37138, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 8}, {\"index\": 524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 12.098343440780795, \"deceased_daily\": \"\", \"deceased\": 1218.0, \"positive_100k\": 131.83022507885278, \"positive_daily\": \"\", \"positive\": 13272, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 400.9836012815106, \"tested\": 40369, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 9}, {\"index\": 525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 14.104801055754292, \"deceased_daily\": \"\", \"deceased\": 1420.0, \"positive_100k\": 145.50790891953847, \"positive_daily\": \"\", \"positive\": 14649, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 432.72933661544766, \"tested\": 43565, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 10}, {\"index\": 526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 16.29005192354721, \"deceased_daily\": \"\", \"deceased\": 1640.0, \"positive_100k\": 161.1125867072779, \"positive_daily\": \"\", \"positive\": 16220, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 461.3759889005148, \"tested\": 46449, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 11}, {\"index\": 527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 19.45866568184694, \"deceased_daily\": \"\", \"deceased\": 1959.0, \"positive_100k\": 175.94249373279982, \"positive_daily\": \"\", \"positive\": 17713, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 486.5461057140933, \"tested\": 48983, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 12}, {\"index\": 528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 21.534654006250214, \"deceased_daily\": \"\", \"deceased\": 2168.0, \"positive_100k\": 197.50694661451996, \"positive_daily\": \"\", \"positive\": 19884, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 518.9374833498783, \"tested\": 52244, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 13}, {\"index\": 529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 25.319111190927952, \"deceased_daily\": \"\", \"deceased\": 2549.0, \"positive_100k\": 221.14738782064336, \"positive_daily\": \"\", \"positive\": 22264, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 567.9069687054197, \"tested\": 57174, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 14}, {\"index\": 530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 30.742506526450377, \"deceased_daily\": \"\", \"deceased\": 3095.0, \"positive_100k\": 253.43943587152873, \"positive_daily\": \"\", \"positive\": 25515, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 662.826320035552, \"tested\": 66730, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 15}, {\"index\": 531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 34.328304541328755, \"deceased_daily\": \"\", \"deceased\": 3456.0, \"positive_100k\": 270.23606867806427, \"positive_daily\": \"\", \"positive\": 27206, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 701.2470034747475, \"tested\": 70598, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 16}, {\"index\": 532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 37.50685125811846, \"deceased_daily\": \"\", \"deceased\": 3776.0, \"positive_100k\": 285.6818191299642, \"positive_daily\": \"\", \"positive\": 28761, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 727.5097457222224, \"tested\": 73242, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 17}, {\"index\": 533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 41.49990057108552, \"deceased_daily\": \"\", \"deceased\": 4178.0, \"positive_100k\": 304.9716245174817, \"positive_daily\": \"\", \"positive\": 30703, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 761.8082513880813, \"tested\": 76695, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 18}, {\"index\": 534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 44.44005628411599, \"deceased_daily\": \"\", \"deceased\": 4474.0, \"positive_100k\": 321.2914753164988, \"positive_daily\": \"\", \"positive\": 32346, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 811.1849880417113, \"tested\": 81666, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 19}, {\"index\": 535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 48.28411121973353, \"deceased_daily\": \"\", \"deceased\": 4861.0, \"positive_100k\": 346.55098875648696, \"positive_daily\": \"\", \"positive\": 34889, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 871.2495880305466, \"tested\": 87713, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 20}, {\"index\": 536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 53.657841762806115, \"deceased_daily\": \"\", \"deceased\": 5402.0, \"positive_100k\": 370.47948575881946, \"positive_daily\": \"\", \"positive\": 37298, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 952.1734008483144, \"tested\": 95860, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 21}, {\"index\": 537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 59.041505264368666, \"deceased_daily\": \"\", \"deceased\": 5944.0, \"positive_100k\": 391.5075588820813, \"positive_daily\": \"\", \"positive\": 39415, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1018.1580440971707, \"tested\": 102503, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 22}, {\"index\": 538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 63.17361599619528, \"deceased_daily\": \"\", \"deceased\": 6360.0, \"positive_100k\": 407.32082879810997, \"positive_daily\": \"\", \"positive\": 41007, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1066.779875905563, \"tested\": 107398, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 23}, {\"index\": 539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 67.72291098460053, \"deceased_daily\": \"\", \"deceased\": 6818.0, \"positive_100k\": 418.7834628955329, \"positive_daily\": \"\", \"positive\": 42161, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1103.1245710203552, \"tested\": 111057, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 24}, {\"index\": 540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 71.50736816927827, \"deceased_daily\": \"\", \"deceased\": 7199.0, \"positive_100k\": 429.1832704345292, \"positive_daily\": \"\", \"positive\": 43208, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1138.71436128991, \"tested\": 114640, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 25}, {\"index\": 541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 75.42095381432559, \"deceased_daily\": \"\", \"deceased\": 7593.0, \"positive_100k\": 444.72835047132884, \"positive_daily\": \"\", \"positive\": 44773, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1206.3478756481006, \"tested\": 121449, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 26}, {\"index\": 542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 79.06634958014378, \"deceased_daily\": \"\", \"deceased\": 7960.0, \"positive_100k\": 457.5617328403672, \"positive_daily\": \"\", \"positive\": 46065, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1274.2595128440107, \"tested\": 128286, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 27}, {\"index\": 543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 82.55281801012248, \"deceased_daily\": \"\", \"deceased\": 8311.0, \"positive_100k\": 472.0141874432704, \"positive_daily\": \"\", \"positive\": 47520, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1341.455977028643, \"tested\": 135051, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 28}, {\"index\": 544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 85.97968868916138, \"deceased_daily\": \"\", \"deceased\": 8656.0, \"positive_100k\": 487.887055110239, \"positive_daily\": \"\", \"positive\": 49118, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1409.2583516811633, \"tested\": 141877, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 29}, {\"index\": 545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 88.45299535316336, \"deceased_daily\": \"\", \"deceased\": 8905.0, \"positive_100k\": 501.1674206113259, \"positive_daily\": \"\", \"positive\": 50455, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1489.7848461593323, \"tested\": 149984, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 30}, {\"index\": 546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 91.40308402468379, \"deceased_daily\": \"\", \"deceased\": 9202.0, \"positive_100k\": 511.8850828220012, \"positive_daily\": \"\", \"positive\": 51534, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1539.499303401621, \"tested\": 154989, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 31}, {\"index\": 547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 94.20417831885473, \"deceased_daily\": \"\", \"deceased\": 9484.0, \"positive_100k\": 519.7420529875658, \"positive_daily\": \"\", \"positive\": 52325, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1582.6282091650614, \"tested\": 159331, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 32}, {\"index\": 548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 96.56822243946706, \"deceased_daily\": \"\", \"deceased\": 9722.0, \"positive_100k\": 530.5590447831406, \"positive_daily\": \"\", \"positive\": 53414, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1664.3367257035363, \"tested\": 167557, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 33}, {\"index\": 549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 99.54810998645739, \"deceased_daily\": \"\", \"deceased\": 10022.0, \"positive_100k\": 544.345991167216, \"positive_daily\": \"\", \"positive\": 54802, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1757.666803675274, \"tested\": 176953, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 34}, {\"index\": 550, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 101.69362902029044, \"deceased_daily\": \"\", \"deceased\": 10238.0, \"positive_100k\": 556.7224574457159, \"positive_daily\": \"\", \"positive\": 56048, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1850.7584906432523, \"tested\": 186325, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 35}, {\"index\": 551, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 104.40532668805167, \"deceased_daily\": \"\", \"deceased\": 10511.0, \"positive_100k\": 572.0589453542261, \"positive_daily\": \"\", \"positive\": 57592, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 1949.8596174976612, \"tested\": 196302, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 36}, {\"index\": 552, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 105.49795212194812, \"deceased_daily\": \"\", \"deceased\": 10621.0, \"positive_100k\": 586.5610647495791, \"positive_daily\": \"\", \"positive\": 59052, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2044.5207119070544, \"tested\": 205832, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 37}, {\"index\": 553, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 108.2791804991391, \"deceased_daily\": \"\", \"deceased\": 10901.0, \"positive_100k\": 599.0964583639185, \"positive_daily\": \"\", \"positive\": 60314, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2096.7680735642853, \"tested\": 211092, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 38}, {\"index\": 554, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 110.67302349522134, \"deceased_daily\": \"\", \"deceased\": 11142.0, \"positive_100k\": 609.148612355766, \"positive_daily\": \"\", \"positive\": 61326, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2134.2947907393836, \"tested\": 214870, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 39}, {\"index\": 555, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 113.00726874036378, \"deceased_daily\": \"\", \"deceased\": 11377.0, \"positive_100k\": 617.3631690269693, \"positive_daily\": \"\", \"positive\": 62153, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2204.798930101175, \"tested\": 221968, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 40}, {\"index\": 556, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 115.30178215154636, \"deceased_daily\": \"\", \"deceased\": 11608.0, \"positive_100k\": 626.7100829660292, \"positive_daily\": \"\", \"positive\": 63094, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2311.1411836947705, \"tested\": 232674, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 41}, {\"index\": 557, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 117.71549106460854, \"deceased_daily\": \"\", \"deceased\": 11851.0, \"positive_100k\": 637.0502927540856, \"positive_daily\": \"\", \"positive\": 64135, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2418.804520767532, \"tested\": 243513, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 42}, {\"index\": 558, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 119.69214980411212, \"deceased_daily\": \"\", \"deceased\": 12050.0, \"positive_100k\": 649.4267590325854, \"positive_daily\": \"\", \"positive\": 65381, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2536.1922242019714, \"tested\": 255331, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 43}, {\"index\": 559, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 121.31122203797688, \"deceased_daily\": \"\", \"deceased\": 12213.0, \"positive_100k\": 657.9194385415079, \"positive_daily\": \"\", \"positive\": 66236, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2623.840649917447, \"tested\": 264155, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 44}, {\"index\": 560, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 122.93029427184165, \"deceased_daily\": \"\", \"deceased\": 12376.0, \"positive_100k\": 665.2201630316342, \"positive_daily\": \"\", \"positive\": 66971, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2686.7262101174338, \"tested\": 270486, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 45}, {\"index\": 561, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 124.9466848453051, \"deceased_daily\": \"\", \"deceased\": 12579.0, \"positive_100k\": 674.7558031820033, \"positive_daily\": \"\", \"positive\": 67931, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2753.386294543607, \"tested\": 277197, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 46}, {\"index\": 562, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 126.54589116218992, \"deceased_daily\": \"\", \"deceased\": 12740.0, \"positive_100k\": 686.287967988856, \"positive_daily\": \"\", \"positive\": 69092, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 2887.5011000751524, \"tested\": 290699, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 47}, {\"index\": 563, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 128.53248286018348, \"deceased_daily\": \"\", \"deceased\": 12940.0, \"positive_100k\": 696.9460324485915, \"positive_daily\": \"\", \"positive\": 70165, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3006.8555292906062, \"tested\": 302715, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 48}, {\"index\": 564, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 130.18135396951814, \"deceased_daily\": \"\", \"deceased\": 13106.0, \"positive_100k\": 707.7828901611464, \"positive_daily\": \"\", \"positive\": 71256, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3121.908987479903, \"tested\": 314298, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 49}, {\"index\": 565, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 131.8004262033829, \"deceased_daily\": \"\", \"deceased\": 13269.0, \"positive_100k\": 714.8650895644935, \"positive_daily\": \"\", \"positive\": 71969, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3247.481448710076, \"tested\": 326940, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 50}, {\"index\": 566, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 132.3566718788211, \"deceased_daily\": \"\", \"deceased\": 13325.0, \"positive_100k\": 724.0034113752638, \"positive_daily\": \"\", \"positive\": 72889, \"region_iso\": \"IT-25\", \"region_label\": \"Lombardy\", \"tested_100k\": 3355.3235790356566, \"tested\": 337797, \"county_state\": null, \"plot_key\": \"Lombardy\", \"sinceDay0\": 51}, {\"index\": 797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 3.1972625428384394, \"deceased_daily\": \"\", \"deceased\": 213.0, \"positive_100k\": 53.197645313706246, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 0}, {\"index\": 798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.1972625428384394, \"deceased_daily\": \"\", \"deceased\": 213.0, \"positive_100k\": 62.51924174141832, \"positive_daily\": \"\", \"positive\": 4165, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 1}, {\"index\": 799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 5.328770904730733, \"deceased_daily\": \"\", \"deceased\": 355.0, \"positive_100k\": 73.11674106181239, \"positive_daily\": \"\", \"positive\": 4871, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 2}, {\"index\": 800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 5.854142684070382, \"deceased_daily\": \"\", \"deceased\": 390.0, \"positive_100k\": 84.6148777182173, \"positive_daily\": \"\", \"positive\": 5637, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 3}, {\"index\": 801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 7.475289888889873, \"deceased_daily\": \"\", \"deceased\": 498.0, \"positive_100k\": 101.72698710242302, \"positive_daily\": \"\", \"positive\": 6777, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 4}, {\"index\": 802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 9.42667078358, \"deceased_daily\": \"\", \"deceased\": 628.0, \"positive_100k\": 107.5511085419597, \"positive_daily\": \"\", \"positive\": 7165, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 5}, {\"index\": 803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 12.068540302545095, \"deceased_daily\": \"\", \"deceased\": 804.0, \"positive_100k\": 133.90976124254328, \"positive_daily\": \"\", \"positive\": 8921, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 6}, {\"index\": 804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 15.325845334450923, \"deceased_daily\": \"\", \"deceased\": 1021.0, \"positive_100k\": 145.6330572329509, \"positive_daily\": \"\", \"positive\": 9702, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 7}, {\"index\": 805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 18.958415923027932, \"deceased_daily\": \"\", \"deceased\": 1263.0, \"positive_100k\": 158.73733047190845, \"positive_daily\": \"\", \"positive\": 10575, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 8}, {\"index\": 806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 23.04130517961035, \"deceased_daily\": \"\", \"deceased\": 1535.0, \"positive_100k\": 185.41120624009582, \"positive_daily\": \"\", \"positive\": 12352, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 9}, {\"index\": 807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 27.39438563699602, \"deceased_daily\": \"\", \"deceased\": 1825.0, \"positive_100k\": 219.11005322916762, \"positive_daily\": \"\", \"positive\": 14597, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 10}, {\"index\": 808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 31.372200537710512, \"deceased_daily\": \"\", \"deceased\": 2090.0, \"positive_100k\": 257.6723418326979, \"positive_daily\": \"\", \"positive\": 17166, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 11}, {\"index\": 809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 36.205620907635286, \"deceased_daily\": \"\", \"deceased\": 2412.0, \"positive_100k\": 288.84940428093944, \"positive_daily\": \"\", \"positive\": 19243, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 12}, {\"index\": 810, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 41.38428558969755, \"deceased_daily\": \"\", \"deceased\": 2757.0, \"positive_100k\": 323.0285911825503, \"positive_daily\": \"\", \"positive\": 21520, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 13}, {\"index\": 811, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 46.262737826422864, \"deceased_daily\": \"\", \"deceased\": 3082.0, \"positive_100k\": 340.3958811452925, \"positive_daily\": \"\", \"positive\": 22677, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 14}, {\"index\": 812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 50.91603072914548, \"deceased_daily\": \"\", \"deceased\": 3392.0, \"positive_100k\": 361.6058904083475, \"positive_daily\": \"\", \"positive\": 24090, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 15}, {\"index\": 813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 54.08327202745023, \"deceased_daily\": \"\", \"deceased\": 3603.0, \"positive_100k\": 412.92720793869785, \"positive_daily\": \"\", \"positive\": 27509, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 16}, {\"index\": 814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 58.01605506136417, \"deceased_daily\": \"\", \"deceased\": 3865.0, \"positive_100k\": 447.9169684427185, \"positive_daily\": \"\", \"positive\": 29840, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 17}, {\"index\": 815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 62.66934796408678, \"deceased_daily\": \"\", \"deceased\": 4175.0, \"positive_100k\": 482.66655899046964, \"positive_daily\": \"\", \"positive\": 32155, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 18}, {\"index\": 816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 67.29261962227571, \"deceased_daily\": \"\", \"deceased\": 4483.0, \"positive_100k\": 513.1831540589698, \"positive_daily\": \"\", \"positive\": 34188, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 19}, {\"index\": 817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 70.89516896631902, \"deceased_daily\": \"\", \"deceased\": 4723.0, \"positive_100k\": 544.1200465509418, \"positive_daily\": \"\", \"positive\": 36249, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 20}, {\"index\": 818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 74.16748462049169, \"deceased_daily\": \"\", \"deceased\": 4941.0, \"positive_100k\": 564.1592272771827, \"positive_daily\": \"\", \"positive\": 37584, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 21}, {\"index\": 819, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 77.09455596252688, \"deceased_daily\": \"\", \"deceased\": 5136.0, \"positive_100k\": 581.2563260391216, \"positive_daily\": \"\", \"positive\": 38723, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 22}, {\"index\": 820, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 80.62205219523595, \"deceased_daily\": \"\", \"deceased\": 5371.0, \"positive_100k\": 607.4648725170366, \"positive_daily\": \"\", \"positive\": 40469, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 23}, {\"index\": 821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 83.84933598260808, \"deceased_daily\": \"\", \"deceased\": 5586.0, \"positive_100k\": 637.2009152276609, \"positive_daily\": \"\", \"positive\": 42450, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 24}, {\"index\": 822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 87.06160914771337, \"deceased_daily\": \"\", \"deceased\": 5800.0, \"positive_100k\": 658.6210732024517, \"positive_daily\": \"\", \"positive\": 43877, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 25}, {\"index\": 823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 89.6434361776111, \"deceased_daily\": \"\", \"deceased\": 5972.0, \"positive_100k\": 672.2206969762152, \"positive_daily\": \"\", \"positive\": 44783, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 26}, {\"index\": 824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 91.32462587149796, \"deceased_daily\": \"\", \"deceased\": 6084.0, \"positive_100k\": 688.2220203126742, \"positive_daily\": \"\", \"positive\": 45849, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 27}, {\"index\": 825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 94.2366865912663, \"deceased_daily\": \"\", \"deceased\": 6278.0, \"positive_100k\": 699.2998595456074, \"positive_daily\": \"\", \"positive\": 46587, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 28}, {\"index\": 826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 96.41322681995915, \"deceased_daily\": \"\", \"deceased\": 6423.0, \"positive_100k\": 707.6907973927749, \"positive_daily\": \"\", \"positive\": 47146, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 29}, {\"index\": 827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 98.58976704865198, \"deceased_daily\": \"\", \"deceased\": 6568.0, \"positive_100k\": 721.2303786774711, \"positive_daily\": \"\", \"positive\": 48048, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 30}, {\"index\": 828, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 100.93142412228013, \"deceased_daily\": \"\", \"deceased\": 6724.0, \"positive_100k\": 743.4160783878712, \"positive_daily\": \"\", \"positive\": 49526, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 31}, {\"index\": 829, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 103.22804932910775, \"deceased_daily\": \"\", \"deceased\": 6877.0, \"positive_100k\": 760.9484851955486, \"positive_daily\": \"\", \"positive\": 50694, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 32}, {\"index\": 830, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 105.17943022379788, \"deceased_daily\": \"\", \"deceased\": 7007.0, \"positive_100k\": 780.4472835201831, \"positive_daily\": \"\", \"positive\": 51993, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 33}, {\"index\": 831, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 107.05575800715377, \"deceased_daily\": \"\", \"deceased\": 7132.0, \"positive_100k\": 794.7524065404884, \"positive_daily\": \"\", \"positive\": 52946, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 34}, {\"index\": 832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 108.66189458970642, \"deceased_daily\": \"\", \"deceased\": 7239.0, \"positive_100k\": 823.8429924936381, \"positive_daily\": \"\", \"positive\": 54884, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 35}, {\"index\": 833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 110.34308428359329, \"deceased_daily\": \"\", \"deceased\": 7351.0, \"positive_100k\": 855.0500761864133, \"positive_daily\": \"\", \"positive\": 56963, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 36}, {\"index\": 834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 111.97924211067962, \"deceased_daily\": \"\", \"deceased\": 7460.0, \"positive_100k\": 870.5710596103332, \"positive_daily\": \"\", \"positive\": 57997, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 37}, {\"index\": 835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 113.73548491590074, \"deceased_daily\": \"\", \"deceased\": 7577.0, \"positive_100k\": 888.6138275750835, \"positive_daily\": \"\", \"positive\": 59199, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 38}, {\"index\": 836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 115.34162149845339, \"deceased_daily\": \"\", \"deceased\": 7684.0, \"positive_100k\": 907.9475090547826, \"positive_daily\": \"\", \"positive\": 60487, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 39}, {\"index\": 837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 116.557481902068, \"deceased_daily\": \"\", \"deceased\": 7765.0, \"positive_100k\": 926.5456700434062, \"positive_daily\": \"\", \"positive\": 61726, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 40}, {\"index\": 838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 117.8033635502163, \"deceased_daily\": \"\", \"deceased\": 7848.0, \"positive_100k\": 938.3139979006144, \"positive_daily\": \"\", \"positive\": 62510, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 41}, {\"index\": 839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 118.914149597963, \"deceased_daily\": \"\", \"deceased\": 7922.0, \"positive_100k\": 942.9222589365364, \"positive_daily\": \"\", \"positive\": 62817, \"region_iso\": \"ES-MD\", \"region_label\": \"Madrid\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Madrid\", \"sinceDay0\": 42}, {\"index\": 2841, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.170061108801967, \"deceased_daily\": \"\", \"deceased\": 138.0, \"positive_100k\": 886.1218461756148, \"positive_daily\": \"\", \"positive\": 12024, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 0}, {\"index\": 2842, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 29.183653616562168, \"deceased_daily\": \"\", \"deceased\": 396.0, \"positive_100k\": 983.548083754138, \"positive_daily\": \"\", \"positive\": 13346, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 1}, {\"index\": 2843, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 29.183653616562168, \"deceased_daily\": \"\", \"deceased\": 396.0, \"positive_100k\": 1061.0763756850051, \"positive_daily\": \"\", \"positive\": 14398, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 2}, {\"index\": 2844, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 39.427410820355455, \"deceased_daily\": \"\", \"deceased\": 535.0, \"positive_100k\": 1150.8382193844313, \"positive_daily\": \"\", \"positive\": 15616, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 3}, {\"index\": 2845, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 45.691578894617535, \"deceased_daily\": \"\", \"deceased\": 620.0, \"positive_100k\": 1224.092137805802, \"positive_daily\": \"\", \"positive\": 16610, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 4}, {\"index\": 2846, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 51.66096258891434, \"deceased_daily\": \"\", \"deceased\": 701.0, \"positive_100k\": 1366.9151698989774, \"positive_daily\": \"\", \"positive\": 18548, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 5}, {\"index\": 2847, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 57.335561903245875, \"deceased_daily\": \"\", \"deceased\": 778.0, \"positive_100k\": 1484.2393531251566, \"positive_daily\": \"\", \"positive\": 20140, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 6}, {\"index\": 2848, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 65.58952454227355, \"deceased_daily\": \"\", \"deceased\": 890.0, \"positive_100k\": 1585.3503954532457, \"positive_daily\": \"\", \"positive\": 21512, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 7}, {\"index\": 2849, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 71.11673166662244, \"deceased_daily\": \"\", \"deceased\": 965.0, \"positive_100k\": 1664.352609283939, \"positive_daily\": \"\", \"positive\": 22584, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 8}, {\"index\": 2850, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 75.90697784105815, \"deceased_daily\": \"\", \"deceased\": 1030.0, \"positive_100k\": 1735.764125330527, \"positive_daily\": \"\", \"positive\": 23553, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 9}, {\"index\": 2851, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 81.72896934537233, \"deceased_daily\": \"\", \"deceased\": 1109.0, \"positive_100k\": 1795.0894817985386, \"positive_daily\": \"\", \"positive\": 24358, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 10}, {\"index\": 2852, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 89.68814760443473, \"deceased_daily\": \"\", \"deceased\": 1217.0, \"positive_100k\": 1860.8263985307947, \"positive_daily\": \"\", \"positive\": 25250, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 11}, {\"index\": 2853, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 94.77317815883572, \"deceased_daily\": \"\", \"deceased\": 1286.0, \"positive_100k\": 1968.7911776930764, \"positive_daily\": \"\", \"positive\": 26715, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 12}, {\"index\": 2854, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356.0, \"positive_100k\": 2046.6879500989, \"positive_daily\": \"\", \"positive\": 27772, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 13}, {\"index\": 2855, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356.0, \"positive_100k\": 2103.2128549572417, \"positive_daily\": \"\", \"positive\": 28539, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 14}, {\"index\": 2856, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356.0, \"positive_100k\": 2150.452051846677, \"positive_daily\": \"\", \"positive\": 29180, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 15}, {\"index\": 2857, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 116.21874180130942, \"deceased_daily\": \"\", \"deceased\": 1577.0, \"positive_100k\": 2211.8408989744453, \"positive_daily\": \"\", \"positive\": 30013, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 16}, {\"index\": 2858, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 120.71420359577986, \"deceased_daily\": \"\", \"deceased\": 1638.0, \"positive_100k\": 2260.7751060486808, \"positive_daily\": \"\", \"positive\": 30677, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 17}, {\"index\": 2859, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 126.53619510009403, \"deceased_daily\": \"\", \"deceased\": 1717.0, \"positive_100k\": 2290.400936235191, \"positive_daily\": \"\", \"positive\": 31079, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 18}, {\"index\": 2860, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 129.99991156468602, \"deceased_daily\": \"\", \"deceased\": 1764.0, \"positive_100k\": 2325.4802774510586, \"positive_daily\": \"\", \"positive\": 31555, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 19}, {\"index\": 2861, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 133.6110202192606, \"deceased_daily\": \"\", \"deceased\": 1813.0, \"positive_100k\": 2367.4133555011185, \"positive_daily\": \"\", \"positive\": 32124, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 20}, {\"index\": 2862, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 137.59060934879182, \"deceased_daily\": \"\", \"deceased\": 1867.0, \"positive_100k\": 2414.652552390554, \"positive_daily\": \"\", \"positive\": 32765, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 21}, {\"index\": 2863, \"admin2_label\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 141.27541409835774, \"deceased_daily\": \"\", \"deceased\": 1917.0, \"positive_100k\": 2490.780618516586, \"positive_daily\": \"\", \"positive\": 33798, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"plot_key\": \"Nassau, New York\", \"sinceDay0\": 22}, {\"index\": 88697, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.5713431157239028, \"deceased_daily\": \"\", \"deceased\": 131.0, \"positive_100k\": 147.59829800750094, \"positive_daily\": \"\", \"positive\": 12305, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 0}, {\"index\": 88698, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.3030372383128954, \"deceased_daily\": \"\", \"deceased\": 192.0, \"positive_100k\": 178.78526060965476, \"positive_daily\": \"\", \"positive\": 14905, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 1}, {\"index\": 88699, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.3585959725396393, \"deceased_daily\": \"\", \"deceased\": 280.0, \"positive_100k\": 240.03165716603831, \"positive_daily\": \"\", \"positive\": 20011, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 2}, {\"index\": 88700, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.378169749917744, \"deceased_daily\": \"\", \"deceased\": 365.0, \"positive_100k\": 277.22810756191484, \"positive_daily\": \"\", \"positive\": 23112, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 3}, {\"index\": 88701, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 5.397743527295849, \"deceased_daily\": \"\", \"deceased\": 450.0, \"positive_100k\": 304.6606396661939, \"positive_daily\": \"\", \"positive\": 25399, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 4}, {\"index\": 88702, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 8.060630334095135, \"deceased_daily\": \"\", \"deceased\": 672.0, \"positive_100k\": 369.0377274684091, \"positive_daily\": \"\", \"positive\": 30766, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 5}, {\"index\": 88703, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 9.308108838181287, \"deceased_daily\": \"\", \"deceased\": 776.0, \"positive_100k\": 405.04667428828054, \"positive_daily\": \"\", \"positive\": 33768, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 6}, {\"index\": 88704, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 10.96341685321868, \"deceased_daily\": \"\", \"deceased\": 914.0, \"positive_100k\": 456.8530171647045, \"positive_daily\": \"\", \"positive\": 38087, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 7}, {\"index\": 88705, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 13.146504235369447, \"deceased_daily\": \"\", \"deceased\": 1096.0, \"positive_100k\": 517.4516844978125, \"positive_daily\": \"\", \"positive\": 43139, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 8}, {\"index\": 88706, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 16.48111023667666, \"deceased_daily\": \"\", \"deceased\": 1374.0, \"positive_100k\": 569.0421176331446, \"positive_daily\": \"\", \"positive\": 47440, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 9}, {\"index\": 88707, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 18.736167532524703, \"deceased_daily\": \"\", \"deceased\": 1562.0, \"positive_100k\": 621.4602047759954, \"positive_daily\": \"\", \"positive\": 51810, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 10}, {\"index\": 88708, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 22.394638145469667, \"deceased_daily\": \"\", \"deceased\": 1867.0, \"positive_100k\": 685.6333778227349, \"positive_daily\": \"\", \"positive\": 57160, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 11}, {\"index\": 88709, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 27.036697578944096, \"deceased_daily\": \"\", \"deceased\": 2254.0, \"positive_100k\": 759.3665544055963, \"positive_daily\": \"\", \"positive\": 63307, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 12}, {\"index\": 88710, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 29.651604443278533, \"deceased_daily\": \"\", \"deceased\": 2472.0, \"positive_100k\": 810.2852683464205, \"positive_daily\": \"\", \"positive\": 67552, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 13}, {\"index\": 88711, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 41.802524872502296, \"deceased_daily\": \"\", \"deceased\": 3485.0, \"positive_100k\": 865.8100567638703, \"positive_daily\": \"\", \"positive\": 72181, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 14}, {\"index\": 88712, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 48.087897335397905, \"deceased_daily\": \"\", \"deceased\": 4009.0, \"positive_100k\": 922.1265142319905, \"positive_daily\": \"\", \"positive\": 76876, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 15}, {\"index\": 88713, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 54.82907925170961, \"deceased_daily\": \"\", \"deceased\": 4571.0, \"positive_100k\": 981.2258083630719, \"positive_daily\": \"\", \"positive\": 81803, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 16}, {\"index\": 88714, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 61.77417592349694, \"deceased_daily\": \"\", \"deceased\": 5150.0, \"positive_100k\": 1043.899608207785, \"positive_daily\": \"\", \"positive\": 87028, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 17}, {\"index\": 88715, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 67.92760354461421, \"deceased_daily\": \"\", \"deceased\": 5663.0, \"positive_100k\": 1108.1447511682218, \"positive_daily\": \"\", \"positive\": 92384, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 18}, {\"index\": 88716, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 74.39290079175302, \"deceased_daily\": \"\", \"deceased\": 6202.0, \"positive_100k\": 1179.2030459586674, \"positive_daily\": \"\", \"positive\": 98308, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 19}, {\"index\": 88717, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 80.5703183841027, \"deceased_daily\": \"\", \"deceased\": 6717.0, \"positive_100k\": 1237.978475478111, \"positive_daily\": \"\", \"positive\": 103208, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 20}, {\"index\": 88718, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 85.81212709838779, \"deceased_daily\": \"\", \"deceased\": 7154.0, \"positive_100k\": 1280.6326443293644, \"positive_daily\": \"\", \"positive\": 106764, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 21}, {\"index\": 88719, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 92.24143938867796, \"deceased_daily\": \"\", \"deceased\": 7690.0, \"positive_100k\": 1325.0260860949688, \"positive_daily\": \"\", \"positive\": 110465, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 22}, {\"index\": 88720, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 98.53880683718978, \"deceased_daily\": \"\", \"deceased\": 8215.0, \"positive_100k\": 1419.03078836923, \"positive_daily\": \"\", \"positive\": 118302, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 23}, {\"index\": 88721, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 103.5407158391506, \"deceased_daily\": \"\", \"deceased\": 8632.0, \"positive_100k\": 1477.1344986941658, \"positive_daily\": \"\", \"positive\": 123146, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 24}, {\"index\": 88722, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 103.5407158391506, \"deceased_daily\": \"\", \"deceased\": 8632.0, \"positive_100k\": 1527.5854081959578, \"positive_daily\": \"\", \"positive\": 127352, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 25}, {\"index\": 88723, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 103.5407158391506, \"deceased_daily\": \"\", \"deceased\": 8632.0, \"positive_100k\": 1574.617746797129, \"positive_daily\": \"\", \"positive\": 131273, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 26}, {\"index\": 88724, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 116.4473203621958, \"deceased_daily\": \"\", \"deceased\": 9708.0, \"positive_100k\": 1612.6778361573727, \"positive_daily\": \"\", \"positive\": 134446, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 27}, {\"index\": 88725, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 120.05781103267589, \"deceased_daily\": \"\", \"deceased\": 10009.0, \"positive_100k\": 1641.1059520677975, \"positive_daily\": \"\", \"positive\": 136816, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 28}, {\"index\": 88726, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 123.56034683261011, \"deceased_daily\": \"\", \"deceased\": 10301.0, \"positive_100k\": 1671.321320835038, \"positive_daily\": \"\", \"positive\": 139335, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 29}, {\"index\": 88727, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 127.31477733048476, \"deceased_daily\": \"\", \"deceased\": 10614.0, \"positive_100k\": 1708.589741144612, \"positive_daily\": \"\", \"positive\": 142442, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 30}, {\"index\": 88728, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 130.61339837494333, \"deceased_daily\": \"\", \"deceased\": 10889.0, \"positive_100k\": 1749.5286270527467, \"positive_daily\": \"\", \"positive\": 145855, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 31}, {\"index\": 88729, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 133.82805452008841, \"deceased_daily\": \"\", \"deceased\": 11157.0, \"positive_100k\": 1805.053415470197, \"positive_daily\": \"\", \"positive\": 150484, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 32}, {\"index\": 88730, \"admin2_label\": \"New York City\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 136.97074075153623, \"deceased_daily\": \"\", \"deceased\": 11419.0, \"positive_100k\": 1860.710148729425, \"positive_daily\": \"\", \"positive\": 155124, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"plot_key\": \"New York City, New York\", \"sinceDay0\": 33}, {\"index\": 1045, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 5.535803501118924, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 111.6848356350743, \"positive_daily\": \"\", \"positive\": 2421, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 0}, {\"index\": 1046, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.135515547073474, \"deceased_daily\": \"\", \"deceased\": 133.0, \"positive_100k\": 125.84726625877022, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 1}, {\"index\": 1047, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.150412855611944, \"deceased_daily\": \"\", \"deceased\": 155.0, \"positive_100k\": 150.89677710133336, \"positive_daily\": \"\", \"positive\": 3271, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 2}, {\"index\": 1048, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 8.303705251678386, \"deceased_daily\": \"\", \"deceased\": 180.0, \"positive_100k\": 182.03567179512729, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 3}, {\"index\": 1049, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 9.549261039430144, \"deceased_daily\": \"\", \"deceased\": 207.0, \"positive_100k\": 212.25193257206806, \"positive_daily\": \"\", \"positive\": 4601, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 4}, {\"index\": 1050, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 10.195104781227352, \"deceased_daily\": \"\", \"deceased\": 221.0, \"positive_100k\": 236.93238984788997, \"positive_daily\": \"\", \"positive\": 5136, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 5}, {\"index\": 1051, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 12.224899398304292, \"deceased_daily\": \"\", \"deceased\": 265.0, \"positive_100k\": 264.7959341368552, \"positive_daily\": \"\", \"positive\": 5740, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 6}, {\"index\": 1052, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 13.701113665269338, \"deceased_daily\": \"\", \"deceased\": 297.0, \"positive_100k\": 279.4196817189777, \"positive_daily\": \"\", \"positive\": 6057, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 7}, {\"index\": 1053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 14.992801148863753, \"deceased_daily\": \"\", \"deceased\": 325.0, \"positive_100k\": 291.55231772559665, \"positive_daily\": \"\", \"positive\": 6320, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 8}, {\"index\": 1054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 17.02259576594069, \"deceased_daily\": \"\", \"deceased\": 369.0, \"positive_100k\": 315.4485361720934, \"positive_daily\": \"\", \"positive\": 6838, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 9}, {\"index\": 1055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 19.006258687174974, \"deceased_daily\": \"\", \"deceased\": 412.0, \"positive_100k\": 337.5456184807264, \"positive_daily\": \"\", \"positive\": 7317, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 10}, {\"index\": 1056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 20.48247295414002, \"deceased_daily\": \"\", \"deceased\": 444.0, \"positive_100k\": 361.0727833604818, \"positive_daily\": \"\", \"positive\": 7827, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 11}, {\"index\": 1057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 22.004818916947723, \"deceased_daily\": \"\", \"deceased\": 477.0, \"positive_100k\": 377.6801938638386, \"positive_daily\": \"\", \"positive\": 8187, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 12}, {\"index\": 1058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 23.757823358968718, \"deceased_daily\": \"\", \"deceased\": 515.0, \"positive_100k\": 398.02427173045066, \"positive_daily\": \"\", \"positive\": 8628, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 13}, {\"index\": 1059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 25.28016932177642, \"deceased_daily\": \"\", \"deceased\": 548.0, \"positive_100k\": 406.4202403738144, \"positive_daily\": \"\", \"positive\": 8810, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 14}, {\"index\": 1060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 27.033173763797414, \"deceased_daily\": \"\", \"deceased\": 586.0, \"positive_100k\": 416.1540281966151, \"positive_daily\": \"\", \"positive\": 9021, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 15}, {\"index\": 1061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.293626860087638, \"deceased_daily\": \"\", \"deceased\": 635.0, \"positive_100k\": 436.03678910480056, \"positive_daily\": \"\", \"positive\": 9452, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 16}, {\"index\": 1062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 31.78473843559116, \"deceased_daily\": \"\", \"deceased\": 689.0, \"positive_100k\": 452.36740943310144, \"positive_daily\": \"\", \"positive\": 9806, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 17}, {\"index\": 1063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 33.63000626929747, \"deceased_daily\": \"\", \"deceased\": 729.0, \"positive_100k\": 466.06852309837075, \"positive_daily\": \"\", \"positive\": 10103, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 18}, {\"index\": 1064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.29074731963314, \"deceased_daily\": \"\", \"deceased\": 765.0, \"positive_100k\": 485.0747817855458, \"positive_daily\": \"\", \"positive\": 10515, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 19}, {\"index\": 1065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 37.089883457496796, \"deceased_daily\": \"\", \"deceased\": 804.0, \"positive_100k\": 496.93062761710877, \"positive_daily\": \"\", \"positive\": 10772, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 20}, {\"index\": 1066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.33543924524855, \"deceased_daily\": \"\", \"deceased\": 831.0, \"positive_100k\": 508.2790247944026, \"positive_daily\": \"\", \"positive\": 11018, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 21}, {\"index\": 1067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 39.62712672884297, \"deceased_daily\": \"\", \"deceased\": 859.0, \"positive_100k\": 517.8744175296754, \"positive_daily\": \"\", \"positive\": 11226, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 22}, {\"index\": 1068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 41.610789650077244, \"deceased_daily\": \"\", \"deceased\": 902.0, \"positive_100k\": 529.3612097944971, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 23}, {\"index\": 1069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 44.10190122558077, \"deceased_daily\": \"\", \"deceased\": 956.0, \"positive_100k\": 543.8926939849343, \"positive_daily\": \"\", \"positive\": 11790, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 24}, {\"index\": 1070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.76264227591644, \"deceased_daily\": \"\", \"deceased\": 992.0, \"positive_100k\": 557.686071041889, \"positive_daily\": \"\", \"positive\": 12089, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 25}, {\"index\": 1071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.05432975951086, \"deceased_daily\": \"\", \"deceased\": 1020.0, \"positive_100k\": 569.9571021360359, \"positive_daily\": \"\", \"positive\": 12355, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 26}, {\"index\": 1072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 48.99186098490248, \"deceased_daily\": \"\", \"deceased\": 1062.0, \"positive_100k\": 579.8292850463647, \"positive_daily\": \"\", \"positive\": 12569, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 27}, {\"index\": 1073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 49.86836320591297, \"deceased_daily\": \"\", \"deceased\": 1081.0, \"positive_100k\": 582.5510551010815, \"positive_daily\": \"\", \"positive\": 12628, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 28}, {\"index\": 1074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 50.88326051445144, \"deceased_daily\": \"\", \"deceased\": 1103.0, \"positive_100k\": 590.9470237444451, \"positive_daily\": \"\", \"positive\": 12810, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 29}, {\"index\": 1075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 51.85202612714726, \"deceased_daily\": \"\", \"deceased\": 1124.0, \"positive_100k\": 601.7418405716271, \"positive_daily\": \"\", \"positive\": 13044, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 30}, {\"index\": 1076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 53.83568904838154, \"deceased_daily\": \"\", \"deceased\": 1167.0, \"positive_100k\": 619.8254653419489, \"positive_daily\": \"\", \"positive\": 13436, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 31}, {\"index\": 1077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 55.03511314029064, \"deceased_daily\": \"\", \"deceased\": 1193.0, \"positive_100k\": 635.6947687118231, \"positive_daily\": \"\", \"positive\": 13780, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 32}, {\"index\": 1078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 55.91161536130113, \"deceased_daily\": \"\", \"deceased\": 1212.0, \"positive_100k\": 651.9331256484386, \"positive_daily\": \"\", \"positive\": 14132, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 33}, {\"index\": 1079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-26T00:00:00\", \"deceased_100k\": 56.741985886468974, \"deceased_daily\": \"\", \"deceased\": 1230.0, \"positive_100k\": 660.3752259876451, \"positive_daily\": \"\", \"positive\": 14315, \"region_iso\": \"ES-PV\", \"region_label\": \"Pa\\u00eds Vasco\", \"tested_100k\": \"\", \"tested\": \"\", \"county_state\": null, \"plot_key\": \"Pa\\u00eds Vasco\", \"sinceDay0\": 34}, {\"index\": 714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 2.547971883245042, \"deceased_daily\": \"\", \"deceased\": 111.0, \"positive_100k\": 34.79932770269805, \"positive_daily\": \"\", \"positive\": 1516, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 128.27087282498462, \"tested\": 5588, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 0}, {\"index\": 715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 3.0529753195638794, \"deceased_daily\": \"\", \"deceased\": 133.0, \"positive_100k\": 43.545069031674274, \"positive_daily\": \"\", \"positive\": 1897, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 150.19261290155234, \"tested\": 6543, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 1}, {\"index\": 716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 3.53502405423186, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 53.73695656465445, \"positive_daily\": \"\", \"positive\": 2341, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 172.52753760783546, \"tested\": 7516, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 2}, {\"index\": 717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 4.01707278889984, \"deceased_daily\": \"\", \"deceased\": 175.0, \"positive_100k\": 67.30318524031047, \"positive_daily\": \"\", \"positive\": 2932, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 203.21797371503024, \"tested\": 8853, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 3}, {\"index\": 718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 4.797532645028953, \"deceased_daily\": \"\", \"deceased\": 209.0, \"positive_100k\": 79.44622241361343, \"positive_daily\": \"\", \"positive\": 3461, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 228.9731489672909, \"tested\": 9975, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 4}, {\"index\": 719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 5.4632189929037835, \"deceased_daily\": \"\", \"deceased\": 238.0, \"positive_100k\": 86.1260405940126, \"positive_daily\": \"\", \"positive\": 3752, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 245.63826236581255, \"tested\": 10701, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 5}, {\"index\": 720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 6.496180567192314, \"deceased_daily\": \"\", \"deceased\": 283.0, \"positive_100k\": 101.45978129678456, \"positive_daily\": \"\", \"positive\": 4420, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 291.54766566752505, \"tested\": 12701, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 6}, {\"index\": 721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 7.2307310200197135, \"deceased_daily\": \"\", \"deceased\": 315.0, \"positive_100k\": 111.58280472481215, \"positive_daily\": \"\", \"positive\": 4861, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 311.26575438561053, \"tested\": 13560, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 7}, {\"index\": 722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 8.585058417420232, \"deceased_daily\": \"\", \"deceased\": 374.0, \"positive_100k\": 126.59517960447212, \"positive_daily\": \"\", \"positive\": 5515, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 355.08627983709505, \"tested\": 15469, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 8}, {\"index\": 723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 10.306661041234449, \"deceased_daily\": \"\", \"deceased\": 449.0, \"positive_100k\": 138.27912274475793, \"positive_daily\": \"\", \"positive\": 6024, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 382.3105559950106, \"tested\": 16655, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 9}, {\"index\": 724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 10.306661041234449, \"deceased_daily\": \"\", \"deceased\": 449.0, \"positive_100k\": 149.98602058669462, \"positive_daily\": \"\", \"positive\": 6534, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 414.42418360455844, \"tested\": 18054, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 10}, {\"index\": 725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 13.061225239337196, \"deceased_daily\": \"\", \"deceased\": 569.0, \"positive_100k\": 162.79474410787242, \"positive_daily\": \"\", \"positive\": 7092, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 452.3223960301221, \"tested\": 19705, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 11}, {\"index\": 726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 14.163050918578296, \"deceased_daily\": \"\", \"deceased\": 617.0, \"positive_100k\": 176.08551636371817, \"positive_daily\": \"\", \"positive\": 7671, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 493.77858721156844, \"tested\": 21511, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 12}, {\"index\": 727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 15.701015929185663, \"deceased_daily\": \"\", \"deceased\": 684.0, \"positive_100k\": 188.36628174692626, \"positive_daily\": \"\", \"positive\": 8206, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 552.2442123162992, \"tested\": 24058, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 13}, {\"index\": 728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 17.193071536491317, \"deceased_daily\": \"\", \"deceased\": 749.0, \"positive_100k\": 199.98136078225951, \"positive_daily\": \"\", \"positive\": 8712, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 584.839888660515, \"tested\": 25478, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 14}, {\"index\": 729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 19.603315209831223, \"deceased_daily\": \"\", \"deceased\": 854.0, \"positive_100k\": 213.50168005461381, \"positive_daily\": \"\", \"positive\": 9301, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 634.8811382593817, \"tested\": 27658, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 15}, {\"index\": 730, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 20.337865662658622, \"deceased_daily\": \"\", \"deceased\": 886.0, \"positive_100k\": 224.8413026701368, \"positive_daily\": \"\", \"positive\": 9795, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 690.0183316247384, \"tested\": 30060, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 16}, {\"index\": 731, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 22.56447172279168, \"deceased_daily\": \"\", \"deceased\": 983.0, \"positive_100k\": 237.6500261913146, \"positive_daily\": \"\", \"positive\": 10353, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 736.845922992485, \"tested\": 32100, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 17}, {\"index\": 732, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 23.94175382184305, \"deceased_daily\": \"\", \"deceased\": 1043.0, \"positive_100k\": 250.1144291877295, \"positive_daily\": \"\", \"positive\": 10896, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 786.9101272930026, \"tested\": 34281, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 18}, {\"index\": 733, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 25.892903462165833, \"deceased_daily\": \"\", \"deceased\": 1128.0, \"positive_100k\": 268.77660162987564, \"positive_daily\": \"\", \"positive\": 11709, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 853.4787620804856, \"tested\": 37181, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 19}, {\"index\": 734, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 26.81109152820008, \"deceased_daily\": \"\", \"deceased\": 1168.0, \"positive_100k\": 283.7660218078848, \"positive_daily\": \"\", \"positive\": 12362, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 884.6512469223484, \"tested\": 38539, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 20}, {\"index\": 735, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 28.71633176522115, \"deceased_daily\": \"\", \"deceased\": 1251.0, \"positive_100k\": 296.66656413566596, \"positive_daily\": \"\", \"positive\": 12924, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 943.9661959881608, \"tested\": 41123, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 21}, {\"index\": 736, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 30.277251477479375, \"deceased_daily\": \"\", \"deceased\": 1319.0, \"positive_100k\": 306.2845841273747, \"positive_daily\": \"\", \"positive\": 13343, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1012.784391537428, \"tested\": 44121, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 22}, {\"index\": 737, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 31.631578874879885, \"deceased_daily\": \"\", \"deceased\": 1378.0, \"positive_100k\": 318.6801230188371, \"positive_daily\": \"\", \"positive\": 13883, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1113.188256558273, \"tested\": 48495, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 23}, {\"index\": 738, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 33.376136200344966, \"deceased_daily\": \"\", \"deceased\": 1454.0, \"positive_100k\": 333.3481773737342, \"positive_daily\": \"\", \"positive\": 14522, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1212.1689300767653, \"tested\": 52807, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 24}, {\"index\": 739, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 35.16660292911175, \"deceased_daily\": \"\", \"deceased\": 1532.0, \"positive_100k\": 344.59598118265376, \"positive_daily\": \"\", \"positive\": 15012, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1318.9082927532465, \"tested\": 57457, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 25}, {\"index\": 740, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 37.485027795848225, \"deceased_daily\": \"\", \"deceased\": 1633.0, \"positive_100k\": 367.4588640269066, \"positive_daily\": \"\", \"positive\": 16008, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1436.4363652056304, \"tested\": 62577, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 26}, {\"index\": 741, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 39.68867915433042, \"deceased_daily\": \"\", \"deceased\": 1729.0, \"positive_100k\": 382.42532950326483, \"positive_daily\": \"\", \"positive\": 16660, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1527.7501683727364, \"tested\": 66555, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 27}, {\"index\": 742, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 41.91528521446348, \"deceased_daily\": \"\", \"deceased\": 1826.0, \"positive_100k\": 393.3058580857707, \"positive_daily\": \"\", \"positive\": 17134, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1587.7767131897258, \"tested\": 69170, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 28}, {\"index\": 743, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 44.23371008119996, \"deceased_daily\": \"\", \"deceased\": 1927.0, \"positive_100k\": 406.06867220364677, \"positive_daily\": \"\", \"positive\": 17690, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1645.347104930073, \"tested\": 71678, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 29}, {\"index\": 744, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 46.25372382647531, \"deceased_daily\": \"\", \"deceased\": 2015.0, \"positive_100k\": 418.4412563934582, \"positive_daily\": \"\", \"positive\": 18229, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1736.8445457103862, \"tested\": 75664, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 30}, {\"index\": 745, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 48.06714525689296, \"deceased_daily\": \"\", \"deceased\": 2094.0, \"positive_100k\": 438.6184391445609, \"positive_daily\": \"\", \"positive\": 19108, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1852.628060837305, \"tested\": 80708, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 31}, {\"index\": 746, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 49.834657284008884, \"deceased_daily\": \"\", \"deceased\": 2171.0, \"positive_100k\": 454.571956791906, \"positive_daily\": \"\", \"positive\": 19803, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 1990.4939989523473, \"tested\": 86714, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 32}, {\"index\": 747, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 51.69398811772824, \"deceased_daily\": \"\", \"deceased\": 2252.0, \"positive_100k\": 469.74501458312193, \"positive_daily\": \"\", \"positive\": 20464, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2108.25161842124, \"tested\": 91844, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 33}, {\"index\": 748, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 53.50740954814587, \"deceased_daily\": \"\", \"deceased\": 2331.0, \"positive_100k\": 483.3571526620797, \"positive_daily\": \"\", \"positive\": 21057, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2216.7125837215353, \"tested\": 96569, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 34}, {\"index\": 749, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 55.29787627691267, \"deceased_daily\": \"\", \"deceased\": 2409.0, \"positive_100k\": 490.05992554412967, \"positive_daily\": \"\", \"positive\": 21349, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2287.87215883919, \"tested\": 99669, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 35}, {\"index\": 750, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 57.04243360237774, \"deceased_daily\": \"\", \"deceased\": 2485.0, \"positive_100k\": 503.97047474454854, \"positive_daily\": \"\", \"positive\": 21955, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2420.206013856376, \"tested\": 105434, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 36}, {\"index\": 751, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 58.7410815245411, \"deceased_daily\": \"\", \"deceased\": 2559.0, \"positive_100k\": 521.9669608388199, \"positive_daily\": \"\", \"positive\": 22739, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2559.747645191931, \"tested\": 111513, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 37}, {\"index\": 752, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 60.3708653417519, \"deceased_daily\": \"\", \"deceased\": 2630.0, \"positive_100k\": 531.1717962008132, \"positive_daily\": \"\", \"positive\": 23140, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2707.96615375151, \"tested\": 117970, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 38}, {\"index\": 753, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 61.954739755660974, \"deceased_daily\": \"\", \"deceased\": 2699.0, \"positive_100k\": 546.8269027266972, \"positive_daily\": \"\", \"positive\": 23822, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 2876.224116852286, \"tested\": 125300, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 39}, {\"index\": 754, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 63.51565946791919, \"deceased_daily\": \"\", \"deceased\": 2767.0, \"positive_100k\": 560.6915425238144, \"positive_daily\": \"\", \"positive\": 24426, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3009.5220693388083, \"tested\": 131107, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 40}, {\"index\": 755, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 64.80112276036715, \"deceased_daily\": \"\", \"deceased\": 2823.0, \"positive_100k\": 569.7356949742517, \"positive_daily\": \"\", \"positive\": 24820, \"region_iso\": \"IT-21\", \"region_label\": \"Piedmont\", \"tested_100k\": 3102.144290500013, \"tested\": 135142, \"county_state\": null, \"plot_key\": \"Piedmont\", \"sinceDay0\": 41}, {\"index\": 5810, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.851542833846109, \"deceased_daily\": \"\", \"deceased\": 175.0, \"positive_100k\": 834.8904003180277, \"positive_daily\": \"\", \"positive\": 12328, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 0}, {\"index\": 5811, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 11.851542833846109, \"deceased_daily\": \"\", \"deceased\": 175.0, \"positive_100k\": 875.8628769721813, \"positive_daily\": \"\", \"positive\": 12933, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 1}, {\"index\": 5812, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.050375152123017, \"deceased_daily\": \"\", \"deceased\": 237.0, \"positive_100k\": 980.1564539100272, \"positive_daily\": \"\", \"positive\": 14473, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 2}, {\"index\": 5813, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 18.014345107446086, \"deceased_daily\": \"\", \"deceased\": 266.0, \"positive_100k\": 1053.8391887855962, \"positive_daily\": \"\", \"positive\": 15561, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 3}, {\"index\": 5814, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.213177425722996, \"deceased_daily\": \"\", \"deceased\": 328.0, \"positive_100k\": 1073.004826625473, \"positive_daily\": \"\", \"positive\": 15844, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 4}, {\"index\": 5815, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 24.98982460393837, \"deceased_daily\": \"\", \"deceased\": 369.0, \"positive_100k\": 1179.2623735186417, \"positive_daily\": \"\", \"positive\": 17413, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 5}, {\"index\": 5816, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 28.782318310769128, \"deceased_daily\": \"\", \"deceased\": 425.0, \"positive_100k\": 1265.88022085858, \"positive_daily\": \"\", \"positive\": 18692, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 6}, {\"index\": 5817, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 31.762134794707574, \"deceased_daily\": \"\", \"deceased\": 469.0, \"positive_100k\": 1346.5384352306412, \"positive_daily\": \"\", \"positive\": 19883, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 7}, {\"index\": 5818, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 35.8255209091691, \"deceased_daily\": \"\", \"deceased\": 529.0, \"positive_100k\": 1409.724089310518, \"positive_daily\": \"\", \"positive\": 20816, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 8}, {\"index\": 5819, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 39.2793991064614, \"deceased_daily\": \"\", \"deceased\": 580.0, \"positive_100k\": 1465.7310945881793, \"positive_daily\": \"\", \"positive\": 21643, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 9}, {\"index\": 5820, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 41.785153877046, \"deceased_daily\": \"\", \"deceased\": 617.0, \"positive_100k\": 1521.196315050579, \"positive_daily\": \"\", \"positive\": 22462, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 10}, {\"index\": 5821, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 44.90041656479983, \"deceased_daily\": \"\", \"deceased\": 663.0, \"positive_100k\": 1576.458366207256, \"positive_daily\": \"\", \"positive\": 23278, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 11}, {\"index\": 5822, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706.0, \"positive_100k\": 1637.6800503318093, \"positive_daily\": \"\", \"positive\": 24182, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 12}, {\"index\": 5823, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706.0, \"positive_100k\": 1695.4478562590705, \"positive_daily\": \"\", \"positive\": 25035, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 13}, {\"index\": 5824, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706.0, \"positive_100k\": 1770.4850531727934, \"positive_daily\": \"\", \"positive\": 26143, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 14}, {\"index\": 5825, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 57.22602111199979, \"deceased_daily\": \"\", \"deceased\": 845.0, \"positive_100k\": 1820.9387640940238, \"positive_daily\": \"\", \"positive\": 26888, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 15}, {\"index\": 5826, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 60.07039139212286, \"deceased_daily\": \"\", \"deceased\": 887.0, \"positive_100k\": 1873.3564449705777, \"positive_daily\": \"\", \"positive\": 27662, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 16}, {\"index\": 5827, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 62.16980755126131, \"deceased_daily\": \"\", \"deceased\": 918.0, \"positive_100k\": 1906.6762111091623, \"positive_daily\": \"\", \"positive\": 28154, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 17}, {\"index\": 5828, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 64.94645472947668, \"deceased_daily\": \"\", \"deceased\": 959.0, \"positive_100k\": 1954.0823824445465, \"positive_daily\": \"\", \"positive\": 28854, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 18}, {\"index\": 5829, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 67.31676329624591, \"deceased_daily\": \"\", \"deceased\": 994.0, \"positive_100k\": 2002.3689541047313, \"positive_daily\": \"\", \"positive\": 29567, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 19}, {\"index\": 5830, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 70.09341047446128, \"deceased_daily\": \"\", \"deceased\": 1035.0, \"positive_100k\": 2072.733256986823, \"positive_daily\": \"\", \"positive\": 30606, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 20}, {\"index\": 5831, \"admin2_label\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 73.47956556984589, \"deceased_daily\": \"\", \"deceased\": 1085.0, \"positive_100k\": 2124.3382606404844, \"positive_daily\": \"\", \"positive\": 31368, \"region_iso\": \"\", \"region_label\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"plot_key\": \"Suffolk, New York\", \"sinceDay0\": 21}, {\"index\": 1158, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 2.3341637543745275, \"deceased_daily\": \"\", \"deceased\": 115.0, \"positive_100k\": 70.71501321948567, \"positive_daily\": \"\", \"positive\": 3484, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 906.4268255900664, \"tested\": 44658, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 0}, {\"index\": 1159, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 2.6589169723744615, \"deceased_daily\": \"\", \"deceased\": 131.0, \"positive_100k\": 81.81751385985844, \"positive_daily\": \"\", \"positive\": 4031, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1000.4022880487973, \"tested\": 49288, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 1}, {\"index\": 1160, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 2.9633731142494, \"deceased_daily\": \"\", \"deceased\": 146.0, \"positive_100k\": 93.71160046910603, \"positive_daily\": \"\", \"positive\": 4617, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1088.7757574970294, \"tested\": 53642, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 2}, {\"index\": 1161, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 3.4302058651243055, \"deceased_daily\": \"\", \"deceased\": 169.0, \"positive_100k\": 103.96162391222894, \"positive_daily\": \"\", \"positive\": 5122, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1170.5526772046378, \"tested\": 57671, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 3}, {\"index\": 1162, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 3.8970386159992105, \"deceased_daily\": \"\", \"deceased\": 192.0, \"positive_100k\": 111.73540406810237, \"positive_daily\": \"\", \"positive\": 5505, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1240.4558073791238, \"tested\": 61115, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 4}, {\"index\": 1163, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 4.384168442999112, \"deceased_daily\": \"\", \"deceased\": 216.0, \"positive_100k\": 120.72700879147554, \"positive_daily\": \"\", \"positive\": 5948, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1343.2199037999778, \"tested\": 66178, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 5}, {\"index\": 1164, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 5.236645640248939, \"deceased_daily\": \"\", \"deceased\": 258.0, \"positive_100k\": 130.75376439722353, \"positive_daily\": \"\", \"positive\": 6442, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1438.5958645113337, \"tested\": 70877, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 6}, {\"index\": 1165, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 5.82526084787382, \"deceased_daily\": \"\", \"deceased\": 287.0, \"positive_100k\": 140.7602229268465, \"positive_daily\": \"\", \"positive\": 6935, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1618.8744946535473, \"tested\": 79759, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 7}, {\"index\": 1166, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 6.352984827123715, \"deceased_daily\": \"\", \"deceased\": 313.0, \"positive_100k\": 152.1671797090942, \"positive_daily\": \"\", \"positive\": 7497, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1697.3835851050312, \"tested\": 83627, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 8}, {\"index\": 1167, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 7.347541557248513, \"deceased_daily\": \"\", \"deceased\": 362.0, \"positive_100k\": 160.9558136712174, \"positive_daily\": \"\", \"positive\": 7930, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1814.1526640521324, \"tested\": 89380, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 9}, {\"index\": 1168, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 7.956453840998389, \"deceased_daily\": \"\", \"deceased\": 392.0, \"positive_100k\": 169.64296225271565, \"positive_daily\": \"\", \"positive\": 8358, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 1923.8380634316106, \"tested\": 94784, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 10}, {\"index\": 1169, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 8.382692439623304, \"deceased_daily\": \"\", \"deceased\": 413.0, \"positive_100k\": 177.07169211446413, \"positive_daily\": \"\", \"positive\": 8724, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2028.5100850082144, \"tested\": 99941, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 11}, {\"index\": 1170, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 9.68170531162304, \"deceased_daily\": \"\", \"deceased\": 477.0, \"positive_100k\": 185.81973192433736, \"positive_daily\": \"\", \"positive\": 9155, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2156.3207733673134, \"tested\": 106238, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 12}, {\"index\": 1171, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 10.12824098637295, \"deceased_daily\": \"\", \"deceased\": 499.0, \"positive_100k\": 195.35935770308546, \"positive_daily\": \"\", \"positive\": 9625, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2288.4141447887864, \"tested\": 112746, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 13}, {\"index\": 1172, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 10.798044498497815, \"deceased_daily\": \"\", \"deceased\": 532.0, \"positive_100k\": 205.2237366998334, \"positive_daily\": \"\", \"positive\": 10111, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2442.1441993595054, \"tested\": 120320, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 14}, {\"index\": 1173, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 11.60992754349765, \"deceased_daily\": \"\", \"deceased\": 572.0, \"positive_100k\": 212.388604571957, \"positive_daily\": \"\", \"positive\": 10464, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2567.37715905073, \"tested\": 126490, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 15}, {\"index\": 1174, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 12.320325207872505, \"deceased_daily\": \"\", \"deceased\": 607.0, \"positive_100k\": 219.6955519769555, \"positive_daily\": \"\", \"positive\": 10824, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2705.3769796245774, \"tested\": 133289, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 16}, {\"index\": 1175, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 12.807455034872405, \"deceased_daily\": \"\", \"deceased\": 631.0, \"positive_100k\": 227.85497657920388, \"positive_daily\": \"\", \"positive\": 11226, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2860.060996773171, \"tested\": 140910, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 17}, {\"index\": 1176, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 13.436664394747279, \"deceased_daily\": \"\", \"deceased\": 662.0, \"positive_100k\": 235.2025181364524, \"positive_daily\": \"\", \"positive\": 11588, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 2969.2186721733988, \"tested\": 146288, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 18}, {\"index\": 1177, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 14.106467906872144, \"deceased_daily\": \"\", \"deceased\": 695.0, \"positive_100k\": 242.04263279057596, \"positive_daily\": \"\", \"positive\": 11925, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3116.453662384119, \"tested\": 153542, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 19}, {\"index\": 1178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 14.938648027996976, \"deceased_daily\": \"\", \"deceased\": 736.0, \"positive_100k\": 251.88671471119898, \"positive_daily\": \"\", \"positive\": 12410, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3313.436786177204, \"tested\": 163247, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 20}, {\"index\": 1179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 15.344589550496892, \"deceased_daily\": \"\", \"deceased\": 756.0, \"positive_100k\": 262.50208552457184, \"positive_daily\": \"\", \"positive\": 12933, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3480.055484087295, \"tested\": 171456, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 21}, {\"index\": 1180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 16.095581367121742, \"deceased_daily\": \"\", \"deceased\": 793.0, \"positive_100k\": 272.40705867356985, \"positive_daily\": \"\", \"positive\": 13421, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3667.6816557867573, \"tested\": 180700, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 22}, {\"index\": 1181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 16.866870259871586, \"deceased_daily\": \"\", \"deceased\": 831.0, \"positive_100k\": 279.4501440889434, \"positive_daily\": \"\", \"positive\": 13768, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 3874.955397175215, \"tested\": 190912, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 23}, {\"index\": 1182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 17.37429716299648, \"deceased_daily\": \"\", \"deceased\": 856.0, \"positive_100k\": 285.7219406115671, \"positive_daily\": \"\", \"positive\": 14077, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4027.7923803964345, \"tested\": 198442, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 24}, {\"index\": 1183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 17.902021142246372, \"deceased_daily\": \"\", \"deceased\": 882.0, \"positive_100k\": 289.2536318573164, \"positive_daily\": \"\", \"positive\": 14251, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4121.86932823579, \"tested\": 203077, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 25}, {\"index\": 1184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 18.389150969246277, \"deceased_daily\": \"\", \"deceased\": 906.0, \"positive_100k\": 292.92740263594067, \"positive_daily\": \"\", \"positive\": 14432, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4239.612666836892, \"tested\": 208878, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 26}, {\"index\": 1185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 19.079251557496136, \"deceased_daily\": \"\", \"deceased\": 940.0, \"positive_100k\": 296.8244412519399, \"positive_daily\": \"\", \"positive\": 14624, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4391.1506371861105, \"tested\": 216344, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 27}, {\"index\": 1186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 19.911431678620968, \"deceased_daily\": \"\", \"deceased\": 981.0, \"positive_100k\": 304.2531711136884, \"positive_daily\": \"\", \"positive\": 14990, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4557.688146791702, \"tested\": 224549, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 28}, {\"index\": 1187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 20.82480010424578, \"deceased_daily\": \"\", \"deceased\": 1026.0, \"positive_100k\": 312.04724834568685, \"positive_daily\": \"\", \"positive\": 15374, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 4804.764454461278, \"tested\": 236722, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 29}, {\"index\": 1188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 21.494603616370647, \"deceased_daily\": \"\", \"deceased\": 1059.0, \"positive_100k\": 318.50171855343547, \"positive_daily\": \"\", \"positive\": 15692, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5020.055540919108, \"tested\": 247329, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 30}, {\"index\": 1189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 22.06292174787053, \"deceased_daily\": \"\", \"deceased\": 1087.0, \"positive_100k\": 323.4339080518095, \"positive_daily\": \"\", \"positive\": 15935, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5191.931181545573, \"tested\": 255797, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 31}, {\"index\": 1190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T17:00:00\", \"deceased_100k\": 22.570348650995427, \"deceased_daily\": \"\", \"deceased\": 1112.0, \"positive_100k\": 327.3309466678087, \"positive_daily\": \"\", \"positive\": 16127, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5293.680424160178, \"tested\": 260810, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 32}, {\"index\": 1191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T17:00:00\", \"deceased_100k\": 23.422825848245257, \"deceased_daily\": \"\", \"deceased\": 1154.0, \"positive_100k\": 332.95323675443257, \"positive_daily\": \"\", \"positive\": 16404, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5441.016899751523, \"tested\": 268069, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 33}, {\"index\": 1192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-22T17:00:00\", \"deceased_100k\": 23.970846903620146, \"deceased_daily\": \"\", \"deceased\": 1181.0, \"positive_100k\": 339.7324601801812, \"positive_daily\": \"\", \"positive\": 16738, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5633.311398959735, \"tested\": 277543, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 34}, {\"index\": 1193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-23T17:00:00\", \"deceased_100k\": 24.478273806745044, \"deceased_daily\": \"\", \"deceased\": 1206.0, \"positive_100k\": 342.6349420660556, \"positive_daily\": \"\", \"positive\": 16881, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 5847.080204708191, \"tested\": 288075, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 35}, {\"index\": 1194, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-24T17:00:00\", \"deceased_100k\": 25.249562699494888, \"deceased_daily\": \"\", \"deceased\": 1244.0, \"positive_100k\": 349.6983245575542, \"positive_daily\": \"\", \"positive\": 17229, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 6026.12071320678, \"tested\": 296896, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 36}, {\"index\": 1195, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-25T17:00:00\", \"deceased_100k\": 26.142634048994704, \"deceased_daily\": \"\", \"deceased\": 1288.0, \"positive_100k\": 352.9864508898035, \"positive_daily\": \"\", \"positive\": 17391, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 6230.735537622863, \"tested\": 306977, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 37}, {\"index\": 1196, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-26T17:00:00\", \"deceased_100k\": 26.690655104369593, \"deceased_daily\": \"\", \"deceased\": 1315.0, \"positive_100k\": 354.61021697980317, \"positive_daily\": \"\", \"positive\": 17471, \"region_iso\": \"IT-34\", \"region_label\": \"Veneto\", \"tested_100k\": 6421.203299979825, \"tested\": 316361, \"county_state\": null, \"plot_key\": \"Veneto\", \"sinceDay0\": 38}, {\"index\": 7860, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.859718191343835, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 213.50872870557689, \"positive_daily\": \"\", \"positive\": 3735, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 0}, {\"index\": 7861, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 8.345990466135, \"deceased_daily\": \"\", \"deceased\": 146.0, \"positive_100k\": 255.52450262755787, \"positive_daily\": \"\", \"positive\": 4470, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 1}, {\"index\": 7862, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.089877742672535, \"deceased_daily\": \"\", \"deceased\": 194.0, \"positive_100k\": 289.76592926601586, \"positive_daily\": \"\", \"positive\": 5069, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 2}, {\"index\": 7863, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 12.747642972247295, \"deceased_daily\": \"\", \"deceased\": 223.0, \"positive_100k\": 348.47368412026685, \"positive_daily\": \"\", \"positive\": 6096, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 3}, {\"index\": 7864, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.405408201822054, \"deceased_daily\": \"\", \"deceased\": 252.0, \"positive_100k\": 386.54512008222514, \"positive_daily\": \"\", \"positive\": 6762, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 4}, {\"index\": 7865, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 16.7491452505312, \"deceased_daily\": \"\", \"deceased\": 293.0, \"positive_100k\": 429.76134468769135, \"positive_daily\": \"\", \"positive\": 7518, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 5}, {\"index\": 7866, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.778854118374728, \"deceased_daily\": \"\", \"deceased\": 346.0, \"positive_100k\": 472.74891202011275, \"positive_daily\": \"\", \"positive\": 8270, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 6}, {\"index\": 7867, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 22.98005594100185, \"deceased_daily\": \"\", \"deceased\": 402.0, \"positive_100k\": 517.0512586725416, \"positive_daily\": \"\", \"positive\": 9045, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 7}, {\"index\": 7868, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 25.49528594449459, \"deceased_daily\": \"\", \"deceased\": 446.0, \"positive_100k\": 550.263727582298, \"positive_daily\": \"\", \"positive\": 9626, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 8}, {\"index\": 7869, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 28.810816403644107, \"deceased_daily\": \"\", \"deceased\": 504.0, \"positive_100k\": 576.9594642102778, \"positive_daily\": \"\", \"positive\": 10093, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 9}, {\"index\": 7870, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.813069821069966, \"deceased_daily\": \"\", \"deceased\": 609.0, \"positive_100k\": 602.4547501547725, \"positive_daily\": \"\", \"positive\": 10539, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 10}, {\"index\": 7871, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 37.27113550630151, \"deceased_daily\": \"\", \"deceased\": 652.0, \"positive_100k\": 626.0064492783862, \"positive_daily\": \"\", \"positive\": 10951, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 11}, {\"index\": 7872, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 40.24368005588384, \"deceased_daily\": \"\", \"deceased\": 704.0, \"positive_100k\": 638.1824490680216, \"positive_daily\": \"\", \"positive\": 11164, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 12}, {\"index\": 7873, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 43.44488187851096, \"deceased_daily\": \"\", \"deceased\": 760.0, \"positive_100k\": 665.8499791064418, \"positive_daily\": \"\", \"positive\": 11648, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 13}, {\"index\": 7874, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 46.87474097418288, \"deceased_daily\": \"\", \"deceased\": 820.0, \"positive_100k\": 697.919161650974, \"positive_daily\": \"\", \"positive\": 12209, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 14}, {\"index\": 7875, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 50.533257342899596, \"deceased_daily\": \"\", \"deceased\": 884.0, \"positive_100k\": 717.0692082684757, \"positive_daily\": \"\", \"positive\": 12544, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 15}, {\"index\": 7876, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 56.07819621423586, \"deceased_daily\": \"\", \"deceased\": 981.0, \"positive_100k\": 743.2504660321047, \"positive_daily\": \"\", \"positive\": 13002, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 16}, {\"index\": 7877, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 59.67954826469138, \"deceased_daily\": \"\", \"deceased\": 1044.0, \"positive_100k\": 756.4554235504415, \"positive_daily\": \"\", \"positive\": 13233, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 17}, {\"index\": 7878, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 61.16582053948253, \"deceased_daily\": \"\", \"deceased\": 1070.0, \"positive_100k\": 770.0605312966068, \"positive_daily\": \"\", \"positive\": 13471, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 18}, {\"index\": 7879, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 63.96687213428127, \"deceased_daily\": \"\", \"deceased\": 1119.0, \"positive_100k\": 782.6938456323317, \"positive_daily\": \"\", \"positive\": 13692, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 19}, {\"index\": 7880, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 65.62463736385602, \"deceased_daily\": \"\", \"deceased\": 1148.0, \"positive_100k\": 795.2699956497954, \"positive_daily\": \"\", \"positive\": 13912, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 20}, {\"index\": 7881, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 73.05599873781185, \"deceased_daily\": \"\", \"deceased\": 1278.0, \"positive_100k\": 814.8773568133864, \"positive_daily\": \"\", \"positive\": 14255, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 21}, {\"index\": 7882, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 75.39973578652099, \"deceased_daily\": \"\", \"deceased\": 1319.0, \"positive_100k\": 832.3696382013134, \"positive_daily\": \"\", \"positive\": 14561, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 22}, {\"index\": 7883, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-23T00:00:00\", \"deceased_100k\": 79.80138829263329, \"deceased_daily\": \"\", \"deceased\": 1396.0, \"positive_100k\": 857.1217880084123, \"positive_daily\": \"\", \"positive\": 14994, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 23}, {\"index\": 7884, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-24T00:00:00\", \"deceased_100k\": 82.48811125090963, \"deceased_daily\": \"\", \"deceased\": 1443.0, \"positive_100k\": 880.7306514502874, \"positive_daily\": \"\", \"positive\": 15407, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 24}, {\"index\": 7885, \"admin2_label\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-25T00:00:00\", \"deceased_100k\": 89.17633648746987, \"deceased_daily\": \"\", \"deceased\": 1560.0, \"positive_100k\": 888.7908203251164, \"positive_daily\": \"\", \"positive\": 15548, \"region_iso\": \"\", \"region_label\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"plot_key\": \"Wayne, Michigan\", \"sinceDay0\": 25}]}}, {\"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://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide\">ECDC</a>, \n", + " <a href=\"https://github.com/pcm-dpc/COVID-19\">Italian Civil Protection</a>, \n", + " <a href=\"https://github.com/nytimes/covid-19-data\">The New York Times</a>, \n", + " <a href=\"https://github.com/datadista/datasets\">Datadista</a>.\n", + "</p>\n" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<p style=\"font-size: smaller\">Analysis and Visualization:\n", + " <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">\n", + " Covid-19 Public Data Collaboration Project @ renkulab.io\n", + " </a>\n", + " </p>\n" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Now for a slightly more complicated plot, we make use of some of the helper functions\n", + "\n", + "# Making a plot of the evolution of the death count since the 10th death in each region\n", + "since_10th_death = helper.make_since_df(\n", + " combined_df[combined_df.plot_key.isin(top5_regions)], \n", + " 'deceased', \n", + " 'plot_key'\n", + ")\n", + "\n", + "base = alt.Chart(\n", + " since_10th_death, \n", + " title=\"Top 5 regions from each country: total deaths since 10th death\"\n", + ").encode(\n", + " alt.Y(scale=alt.Scale(type='log'))\n", + ")\n", + "\n", + "line_chart = plotting.make_region_since_chart(\n", + " base, \n", + " 'deceased', \n", + " 'sinceDay0', \n", + " 'plot_key', \n", + " 'Days since 10th death',\n", + " 'Cumulative deaths',\n", + " 'Cases',\n", + " 'Region'\n", + ").properties(\n", + " width=600,\n", + " height=350\n", + ").configure_title(\n", + " anchor='start'\n", + ")\n", + "display(line_chart)\n", + "display(all_credits)\n", + "display(renkulab_credits)" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": { + "papermill": { + "duration": 0.067679, + "end_time": "2020-04-28T19:27:59.434948", + "exception": false, + "start_time": "2020-04-28T19:27:59.367269", + "status": "completed" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "[]" + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "[]" + ] + } + ], + "metadata": { + "file_extension": ".py", + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + }, + "mimetype": "text/x-python", + "name": "python", + "npconvert_exporter": "python", + "papermill": { + "duration": 6.934144, + "end_time": "2020-04-28T19:27:59.784501", + "environment_variables": {}, + "exception": null, + "input_path": "notebooks/datasets_summary.ipynb", + "output_path": "runs/dataset_summary.run.ipynb", + "parameters": { + "atlas_path": "data/atlas/", + "data_path": "data/" + }, + "start_time": "2020-04-28T19:27:52.850357", + "version": "1.1.0" + }, + "pygments_lexer": "ipython3", + "version": 3 + }, + "nbformat": 4, + "nbformat_minor": 4 +} \ No newline at end of file -- GitLab