From ff3143c81dbc81933bace307a40e9c23700308dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= <rok.roskar@sdsc.ethz.ch>
Date: Thu, 23 Apr 2020 12:25:54 +0000
Subject: [PATCH] Auto-saving for rok.roskar on branch master from commit
 22e6f61

---
 notebooks/covid-19-us-nyt.ipynb |  98 +++++++++-
 notebooks/openzh-covid-19.ipynb | 321 +++++++++++++++++++++++++++++++-
 2 files changed, 404 insertions(+), 15 deletions(-)

diff --git a/notebooks/covid-19-us-nyt.ipynb b/notebooks/covid-19-us-nyt.ipynb
index d5f457218..ee29c69eb 100644
--- a/notebooks/covid-19-us-nyt.ipynb
+++ b/notebooks/covid-19-us-nyt.ipynb
@@ -11,7 +11,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 1,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -21,7 +21,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 2,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -36,7 +36,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 3,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -52,7 +52,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 4,
    "metadata": {
     "tags": [
      "parameters"
@@ -67,7 +67,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 5,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -87,7 +87,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 6,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -98,7 +98,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 7,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -111,7 +111,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 8,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -123,9 +123,87 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 9,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "\n",
+       "<div id=\"altair-viz-b7d89f1fefcc436cb89bd1925ade0f4e\"></div>\n",
+       "<script type=\"text/javascript\">\n",
+       "  (function(spec, embedOpt){\n",
+       "    const outputDiv = document.getElementById(\"altair-viz-b7d89f1fefcc436cb89bd1925ade0f4e\");\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}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"county_state\", \"legend\": {\"title\": \"County\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"county_state\", \"title\": \"County\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"symlog\"}, \"title\": \"Cases per 100k population\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"county_state\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"county_state\", \"legend\": {\"title\": \"County\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"county_state\", \"title\": \"County\"}, {\"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\": \"symlog\"}, \"title\": \"Deaths per 100k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"county_state\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-860fb987413fa6dbf11a6336221b26c0\"}, \"title\": \"Cases and Deaths per 100k population for 10 U.S. counties with most deaths\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-860fb987413fa6dbf11a6336221b26c0\": [{\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01941659726851193, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03883319453702386, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.058249791805535786, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.058249791805535786, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07766638907404771, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07766638907404771, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07766638907404771, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09708298634255964, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11649958361107157, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11649958361107157, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13591618087958351, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2135825699536312, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3300821535647028, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4271651399072624, \"positive_daily\": \"\", \"positive\": 22, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5242481262498221, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7766638907404771, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9902464606941084, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4756613924069066, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4756613924069066, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.01941659726851193, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.0775759077307767, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01941659726851193, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.4755709110636355, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.03883319453702386, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.4172306379148285, \"positive_daily\": \"\", \"positive\": 279, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.058249791805535786, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.9996380746269145, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.07766638907404771, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 10.640295303144537, \"positive_daily\": \"\", \"positive\": 548, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11649958361107157, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 15.630360801152104, \"positive_daily\": \"\", \"positive\": 805, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17474937541660737, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 17.902102681568, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.23299916722214314, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 23.183417138603243, \"positive_daily\": \"\", \"positive\": 1194, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2524157644906551, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 27.532734926749917, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.34949875083321474, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 36.96920119924672, \"positive_daily\": \"\", \"positive\": 1904, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3883319453702386, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 43.47376128419821, \"positive_daily\": \"\", \"positive\": 2239, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5436647235183341, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 50.735568662621674, \"positive_daily\": \"\", \"positive\": 2613, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7766638907404771, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 66.8901775900236, \"positive_daily\": \"\", \"positive\": 3445, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.8543302798145248, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 72.36565801974396, \"positive_daily\": \"\", \"positive\": 3727, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.1844124333792276, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 87.29702131922963, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8445767405086333, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 100.03430912737346, \"positive_daily\": \"\", \"positive\": 5152, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0775759077307767, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 108.247529771954, \"positive_daily\": \"\", \"positive\": 5575, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.7377402148601817, \"deceased_daily\": \"\", \"deceased\": 141, \"positive_100k\": 125.68363411907771, \"positive_daily\": \"\", \"positive\": 6473, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.242571743841492, \"deceased_daily\": \"\", \"deceased\": 167, \"positive_100k\": 144.44006708046024, \"positive_daily\": \"\", \"positive\": 7439, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.6114870919432187, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 156.16769183064144, \"positive_daily\": \"\", \"positive\": 8043, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.0580688291189935, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 169.4680609595721, \"positive_daily\": \"\", \"positive\": 8728, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.8347327198594705, \"deceased_daily\": \"\", \"deceased\": 249, \"positive_100k\": 184.63242342627993, \"positive_daily\": \"\", \"positive\": 9509, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.057978347775721, \"deceased_daily\": \"\", \"deceased\": 312, \"positive_100k\": 204.2626032647455, \"positive_daily\": \"\", \"positive\": 10520, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 6.815225641247687, \"deceased_daily\": \"\", \"deceased\": 351, \"positive_100k\": 221.64045782006366, \"positive_daily\": \"\", \"positive\": 11415, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.727805712867748, \"deceased_daily\": \"\", \"deceased\": 398, \"positive_100k\": 242.1638011328808, \"positive_daily\": \"\", \"positive\": 12472, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.795718562635903, \"deceased_daily\": \"\", \"deceased\": 453, \"positive_100k\": 260.51248555162454, \"positive_daily\": \"\", \"positive\": 13417, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 9.417049675228286, \"deceased_daily\": \"\", \"deceased\": 485, \"positive_100k\": 283.1910711612465, \"positive_daily\": \"\", \"positive\": 14585, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 10.543212316801977, \"deceased_daily\": \"\", \"deceased\": 543, \"positive_100k\": 300.4524261329536, \"positive_daily\": \"\", \"positive\": 15474, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.203376623931383, \"deceased_daily\": \"\", \"deceased\": 577, \"positive_100k\": 316.93711721392026, \"positive_daily\": \"\", \"positive\": 16323, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 12.232456279162516, \"deceased_daily\": \"\", \"deceased\": 630, \"positive_100k\": 336.02363232886745, \"positive_daily\": \"\", \"positive\": 17306, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 14.018783227865613, \"deceased_daily\": \"\", \"deceased\": 722, \"positive_100k\": 351.18799479557526, \"positive_daily\": \"\", \"positive\": 18087, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 14.756613924069066, \"deceased_daily\": \"\", \"deceased\": 760, \"positive_100k\": 376.5072376337148, \"positive_daily\": \"\", \"positive\": 19391, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Cook\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.69827365092026, \"deceased_daily\": \"\", \"deceased\": 860, \"positive_100k\": 396.0015012913008, \"positive_daily\": \"\", \"positive\": 20395, \"region_iso\": \"\", \"state\": \"Illinois\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Cook, Illinois\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009961045339988905, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06972731737992234, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10957149873987795, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12949358941985578, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13945463475984468, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13945463475984468, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1892598614597892, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19922090679977814, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.27890926951968936, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31875345087964496, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.39844181359955627, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.527935403019412, \"positive_daily\": \"\", \"positive\": 53, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6873121284592345, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.9363382619589571, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.4343905289584025, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.009961045339988905, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.8925986145978921, \"positive_daily\": \"\", \"positive\": 190, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01992209067997781, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.301001473537437, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.01992209067997781, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.9086252392767604, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03984418135995562, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.4963269143361058, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.049805226699944534, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.193600088135329, \"positive_daily\": \"\", \"positive\": 421, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06972731737992234, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 5.339120302234053, \"positive_daily\": \"\", \"positive\": 536, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.10957149873987795, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.594212015072656, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.12949358941985578, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.958875226651136, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.209181952139767, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 12.11263113342651, \"positive_daily\": \"\", \"positive\": 1216, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.26894822417970043, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 14.592931423083748, \"positive_daily\": \"\", \"positive\": 1465, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3287144962196339, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 17.969725793339986, \"positive_daily\": \"\", \"positive\": 1804, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3685586775795895, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 21.276792846216303, \"positive_daily\": \"\", \"positive\": 2136, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.4382859949595118, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 24.643626171132553, \"positive_daily\": \"\", \"positive\": 2474, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.5378964483594009, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 29.992707518706595, \"positive_daily\": \"\", \"positive\": 3011, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.6474679470992788, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 35.042957506080974, \"positive_daily\": \"\", \"positive\": 3518, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7769615365191346, \"deceased_daily\": \"\", \"deceased\": 78, \"positive_100k\": 40.29242840025512, \"positive_daily\": \"\", \"positive\": 4045, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8865330352590126, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 45.48213302238934, \"positive_daily\": \"\", \"positive\": 4566, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.165442304778702, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 52.56443625912146, \"positive_daily\": \"\", \"positive\": 5277, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3148579848785356, \"deceased_daily\": \"\", \"deceased\": 132, \"positive_100k\": 59.1686093195341, \"positive_daily\": \"\", \"positive\": 5940, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4642736649783692, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 63.35224836232944, \"positive_daily\": \"\", \"positive\": 6360, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.683416662458125, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 68.83082329932333, \"positive_daily\": \"\", \"positive\": 6910, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9722869773178033, \"deceased_daily\": \"\", \"deceased\": 198, \"positive_100k\": 75.00667141011645, \"positive_daily\": \"\", \"positive\": 7530, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.221313110817526, \"deceased_daily\": \"\", \"deceased\": 223, \"positive_100k\": 79.24011567961175, \"positive_daily\": \"\", \"positive\": 7955, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.400611926937326, \"deceased_daily\": \"\", \"deceased\": 241, \"positive_100k\": 83.97161221610646, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.63967701509706, \"deceased_daily\": \"\", \"deceased\": 265, \"positive_100k\": 88.38435530172156, \"positive_daily\": \"\", \"positive\": 8873, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.948469420636716, \"deceased_daily\": \"\", \"deceased\": 296, \"positive_100k\": 91.56192876517802, \"positive_daily\": \"\", \"positive\": 9192, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.18753450879645, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 93.83304710269549, \"positive_daily\": \"\", \"positive\": 9420, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.5859763223960064, \"deceased_daily\": \"\", \"deceased\": 360, \"positive_100k\": 100.07862253086854, \"positive_daily\": \"\", \"positive\": 10047, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.00434022667554, \"deceased_daily\": \"\", \"deceased\": 402, \"positive_100k\": 104.55113188852356, \"positive_daily\": \"\", \"positive\": 10496, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.532275629694952, \"deceased_daily\": \"\", \"deceased\": 455, \"positive_100k\": 108.11718612023958, \"positive_daily\": \"\", \"positive\": 10854, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.930717443294508, \"deceased_daily\": \"\", \"deceased\": 495, \"positive_100k\": 113.46626746781364, \"positive_daily\": \"\", \"positive\": 11391, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Los Angeles\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.73756211583361, \"deceased_daily\": \"\", \"deceased\": 576, \"positive_100k\": 119.74172603200664, \"positive_daily\": \"\", \"positive\": 12021, \"region_iso\": \"\", \"state\": \"California\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Los Angeles, California\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10727288720685002, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.21454577441370004, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.32181866162055006, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.32181866162055006, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4290915488274001, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5363644360342501, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.10727288720685002, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7509102104479501, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.10727288720685002, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.1800017592753502, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.10727288720685002, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3945475336890503, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.10727288720685002, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.8236390825164503, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.10727288720685002, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3254595034123504, \"positive_daily\": \"\", \"positive\": 31, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.10727288720685002, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.4327323906192007, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.21454577441370004, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.5436461196178515, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.21454577441370004, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.010922525375403, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.4290915488274001, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 14.267293998511052, \"positive_daily\": \"\", \"positive\": 133, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.6436373232411001, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 31.860047500434455, \"positive_daily\": \"\", \"positive\": 297, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.7509102104479501, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.687327424742705, \"positive_daily\": \"\", \"positive\": 342, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.9654559848616501, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 38.83278516887971, \"positive_daily\": \"\", \"positive\": 362, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0727288720685002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.02370945353045, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2872746464822002, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 65.32918830897167, \"positive_daily\": \"\", \"positive\": 609, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.5018204208959003, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 75.19829393200186, \"positive_daily\": \"\", \"positive\": 701, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.6090933081027503, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 87.85649462241017, \"positive_daily\": \"\", \"positive\": 819, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2527306313438507, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 129.37110197146112, \"positive_daily\": \"\", \"positive\": 1206, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.0036408417918006, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 161.44569524630927, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7545510522397505, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 197.16756668619033, \"positive_daily\": \"\", \"positive\": 1838, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.7545510522397505, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 232.6748923516577, \"positive_daily\": \"\", \"positive\": 2169, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.398188375480851, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 266.2513060474017, \"positive_daily\": \"\", \"positive\": 2482, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.685463021963051, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 312.0568288847267, \"positive_daily\": \"\", \"positive\": 2909, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 8.04546654051375, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 374.811467900734, \"positive_daily\": \"\", \"positive\": 3494, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 12.872746464822002, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 439.7115646608782, \"positive_daily\": \"\", \"positive\": 4099, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 14.160021111304204, \"deceased_daily\": \"\", \"deceased\": 132, \"positive_100k\": 521.9898691485322, \"positive_daily\": \"\", \"positive\": 4866, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 19.201846810026154, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 617.891830311456, \"positive_daily\": \"\", \"positive\": 5760, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 20.274575682094653, \"deceased_daily\": \"\", \"deceased\": 189, \"positive_100k\": 663.6973531487811, \"positive_daily\": \"\", \"positive\": 6187, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 21.454577441370002, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 736.1065520134048, \"positive_daily\": \"\", \"positive\": 6862, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.212769335401553, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 808.0866593292012, \"positive_daily\": \"\", \"positive\": 7533, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 33.683686582950905, \"deceased_daily\": \"\", \"deceased\": 314, \"positive_100k\": 844.666713866737, \"positive_daily\": \"\", \"positive\": 7874, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 37.00914608636325, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 894.9776979667498, \"positive_daily\": \"\", \"positive\": 8343, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 41.83642601067151, \"deceased_daily\": \"\", \"deceased\": 390, \"positive_100k\": 957.732336982757, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 46.66370593497976, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 1004.2887700305298, \"positive_daily\": \"\", \"positive\": 9362, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 48.59461790470306, \"deceased_daily\": \"\", \"deceased\": 453, \"positive_100k\": 1049.5579284318205, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 51.70553163370171, \"deceased_daily\": \"\", \"deceased\": 482, \"positive_100k\": 1082.5979776915303, \"positive_daily\": \"\", \"positive\": 10092, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 59.00008796376751, \"deceased_daily\": \"\", \"deceased\": 550, \"positive_100k\": 1118.4271220186183, \"positive_daily\": \"\", \"positive\": 10426, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 65.2219154217648, \"deceased_daily\": \"\", \"deceased\": 608, \"positive_100k\": 1163.696280419909, \"positive_daily\": \"\", \"positive\": 10848, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 71.6582886541758, \"deceased_daily\": \"\", \"deceased\": 668, \"positive_100k\": 1223.8763701429518, \"positive_daily\": \"\", \"positive\": 11409, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 76.59284146569091, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 1272.5782609348619, \"positive_daily\": \"\", \"positive\": 11863, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Bergen\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 79.48920942027586, \"deceased_daily\": \"\", \"deceased\": 741, \"positive_100k\": 1304.760127096917, \"positive_daily\": \"\", \"positive\": 12163, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Bergen, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9302267892912293, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7570950464389885, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.410831560734507, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.131738717899424, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.372041103621063, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.025777617916582, \"positive_daily\": \"\", \"positive\": 97, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.05936293935128, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.403023857216388, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.193704225090077, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.227289546524776, \"positive_daily\": \"\", \"positive\": 157, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.397818721537647, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.154913767976634, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.63551853941991, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 39.172883682375094, \"positive_daily\": \"\", \"positive\": 379, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 55.50353176104335, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 82.37675011834551, \"positive_daily\": \"\", \"positive\": 797, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 112.76415856852567, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 143.35828408299278, \"positive_daily\": \"\", \"positive\": 1387, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 193.59053070471913, \"positive_daily\": \"\", \"positive\": 1873, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 299.11959202320196, \"positive_daily\": \"\", \"positive\": 2894, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.6201511928608195, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 402.16804857024147, \"positive_daily\": \"\", \"positive\": 3891, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6201511928608195, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 484.85487428501733, \"positive_daily\": \"\", \"positive\": 4691, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8268682571477594, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 614.3631150607852, \"positive_daily\": \"\", \"positive\": 5944, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.033585321434699, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 742.8377705151182, \"positive_daily\": \"\", \"positive\": 7187, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.033585321434699, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 813.9484406298257, \"positive_daily\": \"\", \"positive\": 7875, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.033585321434699, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 880.5113353302202, \"positive_daily\": \"\", \"positive\": 8519, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.9638121107259283, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 963.9216707700003, \"positive_daily\": \"\", \"positive\": 9326, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5839633035867475, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 1030.1744898739646, \"positive_daily\": \"\", \"positive\": 9967, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5839633035867475, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 1104.1791988886891, \"positive_daily\": \"\", \"positive\": 10683, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.925021653612483, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 1195.444782771373, \"positive_daily\": \"\", \"positive\": 11566, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.925021653612483, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 1276.4778719718533, \"positive_daily\": \"\", \"positive\": 12350, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 20.36163083226357, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 1351.9296004365863, \"positive_daily\": \"\", \"positive\": 13080, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 20.36163083226357, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 1418.2857780726943, \"positive_daily\": \"\", \"positive\": 13722, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 26.14970863229789, \"deceased_daily\": \"\", \"deceased\": 253, \"positive_100k\": 1477.3034999266156, \"positive_daily\": \"\", \"positive\": 14293, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 31.420993771614853, \"deceased_daily\": \"\", \"deceased\": 304, \"positive_100k\": 1530.1197098519285, \"positive_daily\": \"\", \"positive\": 14804, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 35.45197652521018, \"deceased_daily\": \"\", \"deceased\": 343, \"positive_100k\": 1642.0570001633064, \"positive_daily\": \"\", \"positive\": 15887, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 40.206469003809794, \"deceased_daily\": \"\", \"deceased\": 389, \"positive_100k\": 1757.5084805675624, \"positive_daily\": \"\", \"positive\": 17004, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 44.23745175740512, \"deceased_daily\": \"\", \"deceased\": 428, \"positive_100k\": 1868.4121855575056, \"positive_daily\": \"\", \"positive\": 18077, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 52.1960587324523, \"deceased_daily\": \"\", \"deceased\": 505, \"positive_100k\": 1935.801948515048, \"positive_daily\": \"\", \"positive\": 18729, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 58.08749506463009, \"deceased_daily\": \"\", \"deceased\": 562, \"positive_100k\": 1996.1633312868346, \"positive_daily\": \"\", \"positive\": 19313, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 63.04870460751665, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 2044.9485584585523, \"positive_daily\": \"\", \"positive\": 19785, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 67.59648002182932, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 2086.9121225088006, \"positive_daily\": \"\", \"positive\": 20191, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 73.17784075757669, \"deceased_daily\": \"\", \"deceased\": 708, \"positive_100k\": 2165.0511728092642, \"positive_daily\": \"\", \"positive\": 20947, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 76.2785967218808, \"deceased_daily\": \"\", \"deceased\": 738, \"positive_100k\": 2256.110039627661, \"positive_daily\": \"\", \"positive\": 21828, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 76.2785967218808, \"deceased_daily\": \"\", \"deceased\": 738, \"positive_100k\": 2323.0863684566298, \"positive_daily\": \"\", \"positive\": 22476, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Westchester\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 76.2785967218808, \"deceased_daily\": \"\", \"deceased\": 738, \"positive_100k\": 2395.747416553489, \"positive_daily\": \"\", \"positive\": 23179, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Westchester, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0736960949913186, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2947843799652744, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2947843799652744, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.368480474956593, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2528336148524162, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4002258048350535, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.063490659756921, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.0215398946440626, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.7585008445572488, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.82199150431417, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.222217309149223, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.032874354053728, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.1473921899826372, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.654188443862736, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.1473921899826372, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 13.486385383411305, \"positive_daily\": \"\", \"positive\": 183, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.22108828497395577, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 28.151908286683707, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2947843799652744, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.56685562345422, \"positive_daily\": \"\", \"positive\": 754, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5158726649392302, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 90.94098121928715, \"positive_daily\": \"\", \"positive\": 1234, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.5158726649392302, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 140.02258048350535, \"positive_daily\": \"\", \"positive\": 1900, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.6632648549218674, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 179.96586396880002, \"positive_daily\": \"\", \"positive\": 2442, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.6632648549218674, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 211.43409653009306, \"positive_daily\": \"\", \"positive\": 2869, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.2528336148524162, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 242.0916720464816, \"positive_daily\": \"\", \"positive\": 3285, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4002258048350535, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 288.446515796021, \"positive_daily\": \"\", \"positive\": 3914, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.9897945647656023, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 343.2027143745707, \"positive_daily\": \"\", \"positive\": 4657, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.5793633246961507, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 408.0552779669311, \"positive_daily\": \"\", \"positive\": 5537, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.8741477046614254, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 474.97133221904835, \"positive_daily\": \"\", \"positive\": 6445, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.5374125595832924, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 541.2241216162438, \"positive_daily\": \"\", \"positive\": 7344, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 4.642853984453072, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 629.659435605826, \"positive_daily\": \"\", \"positive\": 8544, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.600903219340214, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 704.1661876420492, \"positive_daily\": \"\", \"positive\": 9555, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.001129024175268, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 780.2205576730901, \"positive_daily\": \"\", \"positive\": 10587, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.170061108801967, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 886.1218461756148, \"positive_daily\": \"\", \"positive\": 12024, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 29.183653616562168, \"deceased_daily\": \"\", \"deceased\": 396, \"positive_100k\": 983.548083754138, \"positive_daily\": \"\", \"positive\": 13346, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 29.183653616562168, \"deceased_daily\": \"\", \"deceased\": 396, \"positive_100k\": 1061.0763756850051, \"positive_daily\": \"\", \"positive\": 14398, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 39.427410820355455, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 1150.8382193844313, \"positive_daily\": \"\", \"positive\": 15616, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 45.691578894617535, \"deceased_daily\": \"\", \"deceased\": 620, \"positive_100k\": 1224.092137805802, \"positive_daily\": \"\", \"positive\": 16610, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 51.66096258891434, \"deceased_daily\": \"\", \"deceased\": 701, \"positive_100k\": 1366.9151698989774, \"positive_daily\": \"\", \"positive\": 18548, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 57.335561903245875, \"deceased_daily\": \"\", \"deceased\": 778, \"positive_100k\": 1484.2393531251566, \"positive_daily\": \"\", \"positive\": 20140, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 65.58952454227355, \"deceased_daily\": \"\", \"deceased\": 890, \"positive_100k\": 1585.3503954532457, \"positive_daily\": \"\", \"positive\": 21512, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 71.11673166662244, \"deceased_daily\": \"\", \"deceased\": 965, \"positive_100k\": 1664.352609283939, \"positive_daily\": \"\", \"positive\": 22584, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 75.90697784105815, \"deceased_daily\": \"\", \"deceased\": 1030, \"positive_100k\": 1735.764125330527, \"positive_daily\": \"\", \"positive\": 23553, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 81.72896934537233, \"deceased_daily\": \"\", \"deceased\": 1109, \"positive_100k\": 1795.0894817985386, \"positive_daily\": \"\", \"positive\": 24358, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 89.68814760443473, \"deceased_daily\": \"\", \"deceased\": 1217, \"positive_100k\": 1860.8263985307947, \"positive_daily\": \"\", \"positive\": 25250, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 94.77317815883572, \"deceased_daily\": \"\", \"deceased\": 1286, \"positive_100k\": 1968.7911776930764, \"positive_daily\": \"\", \"positive\": 26715, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356, \"positive_100k\": 2046.6879500989, \"positive_daily\": \"\", \"positive\": 27772, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356, \"positive_100k\": 2103.2128549572417, \"positive_daily\": \"\", \"positive\": 28539, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Nassau\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 99.93190480822801, \"deceased_daily\": \"\", \"deceased\": 1356, \"positive_100k\": 2150.452051846677, \"positive_daily\": \"\", \"positive\": 29180, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Nassau, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06772310190769205, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06772310190769205, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06772310190769205, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4063386114461524, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.422185140061533, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9639699553230698, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.7766471782153745, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.182985789661527, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.1354462038153841, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.266555420184599, \"positive_daily\": \"\", \"positive\": 63, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2031693057230762, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.688740560246132, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2031693057230762, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.855879821292279, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.2031693057230762, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.054712139569187, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.4740617133538444, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 25.12527080775375, \"positive_daily\": \"\", \"positive\": 371, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.6095079171692286, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.832693462892145, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.8126772228923048, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 70.02568737255358, \"positive_daily\": \"\", \"positive\": 1034, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.8804003247999966, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 98.74028258141502, \"positive_daily\": \"\", \"positive\": 1458, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.8804003247999966, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 127.31943158646108, \"positive_daily\": \"\", \"positive\": 1880, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.3544620381538413, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 153.05421031138405, \"positive_daily\": \"\", \"positive\": 2260, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4899082419692251, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 185.2226837175378, \"positive_daily\": \"\", \"positive\": 2735, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.4899082419692251, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 229.2426999575376, \"positive_daily\": \"\", \"positive\": 3385, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.505754770584606, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 280.23819569402974, \"positive_daily\": \"\", \"positive\": 4138, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.7089240763076825, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 340.17314088233724, \"positive_daily\": \"\", \"positive\": 5023, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.9798164839384502, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 392.1844831474447, \"positive_daily\": \"\", \"positive\": 5791, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.589324401107679, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 454.62518310633675, \"positive_daily\": \"\", \"positive\": 6713, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.672894031630753, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 515.0341900079981, \"positive_daily\": \"\", \"positive\": 7605, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 5.688740560246132, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 592.3062492846748, \"positive_daily\": \"\", \"positive\": 8746, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.5014177831384385, \"deceased_daily\": \"\", \"deceased\": 96, \"positive_100k\": 687.6603767707052, \"positive_daily\": \"\", \"positive\": 10154, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.851542833846109, \"deceased_daily\": \"\", \"deceased\": 175, \"positive_100k\": 834.8904003180277, \"positive_daily\": \"\", \"positive\": 12328, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 11.851542833846109, \"deceased_daily\": \"\", \"deceased\": 175, \"positive_100k\": 875.8628769721813, \"positive_daily\": \"\", \"positive\": 12933, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.050375152123017, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 980.1564539100272, \"positive_daily\": \"\", \"positive\": 14473, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 18.014345107446086, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 1053.8391887855962, \"positive_daily\": \"\", \"positive\": 15561, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.213177425722996, \"deceased_daily\": \"\", \"deceased\": 328, \"positive_100k\": 1073.004826625473, \"positive_daily\": \"\", \"positive\": 15844, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 24.98982460393837, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 1179.2623735186417, \"positive_daily\": \"\", \"positive\": 17413, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 28.782318310769128, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 1265.88022085858, \"positive_daily\": \"\", \"positive\": 18692, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 31.762134794707574, \"deceased_daily\": \"\", \"deceased\": 469, \"positive_100k\": 1346.5384352306412, \"positive_daily\": \"\", \"positive\": 19883, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 35.8255209091691, \"deceased_daily\": \"\", \"deceased\": 529, \"positive_100k\": 1409.724089310518, \"positive_daily\": \"\", \"positive\": 20816, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 39.2793991064614, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 1465.7310945881793, \"positive_daily\": \"\", \"positive\": 21643, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 41.785153877046, \"deceased_daily\": \"\", \"deceased\": 617, \"positive_100k\": 1521.196315050579, \"positive_daily\": \"\", \"positive\": 22462, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 44.90041656479983, \"deceased_daily\": \"\", \"deceased\": 663, \"positive_100k\": 1576.458366207256, \"positive_daily\": \"\", \"positive\": 23278, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 1637.6800503318093, \"positive_daily\": \"\", \"positive\": 24182, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 1695.4478562590705, \"positive_daily\": \"\", \"positive\": 25035, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Suffolk\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.812509946830595, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 1770.4850531727934, \"positive_daily\": \"\", \"positive\": 26143, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Suffolk, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07951755111388185, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07951755111388185, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23855265334164555, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4771053066832911, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7156579600249368, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.113245715594346, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.113245715594346, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2722808178221097, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8289036756192827, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.349342866957594, \"positive_daily\": \"\", \"positive\": 105, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07951755111388185, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.631229404954261, \"positive_daily\": \"\", \"positive\": 184, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.07951755111388185, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.209519205078944, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.07951755111388185, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.026361658545277, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.3180702044555274, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.16127431646713, \"positive_daily\": \"\", \"positive\": 329, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3180702044555274, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 34.033511876741436, \"positive_daily\": \"\", \"positive\": 428, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7951755111388186, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 43.17803025483785, \"positive_daily\": \"\", \"positive\": 543, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.3517983689359916, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 55.26469802414789, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.0674563289609282, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 65.52246211783866, \"positive_daily\": \"\", \"positive\": 824, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.4650440845303376, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 80.94886703393173, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.703596737871983, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 93.03553480324177, \"positive_daily\": \"\", \"positive\": 1170, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.691535515719029, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 110.60891359940966, \"positive_daily\": \"\", \"positive\": 1391, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.963816333541139, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 128.81843280448862, \"positive_daily\": \"\", \"positive\": 1620, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.8722375602743035, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 151.87852262751434, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 9.542106133665822, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 177.0855863306149, \"positive_daily\": \"\", \"positive\": 2227, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.814386951487933, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 201.9745798292599, \"positive_daily\": \"\", \"positive\": 2540, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.291492258171223, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 221.45637985216095, \"positive_daily\": \"\", \"positive\": 2785, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 13.120395933790505, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 244.4369521240728, \"positive_daily\": \"\", \"positive\": 3074, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.710746956068144, \"deceased_daily\": \"\", \"deceased\": 185, \"positive_100k\": 268.7693227649207, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 16.30109797834578, \"deceased_daily\": \"\", \"deceased\": 205, \"positive_100k\": 297.07757096146264, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 18.607106960648355, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 318.6268273133246, \"positive_daily\": \"\", \"positive\": 4007, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 19.561317574014936, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 337.71103958065623, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 22.423949414114684, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 358.70367307472105, \"positive_daily\": \"\", \"positive\": 4511, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 25.127546151986667, \"deceased_daily\": \"\", \"deceased\": 316, \"positive_100k\": 381.8432804488607, \"positive_daily\": \"\", \"positive\": 4802, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 26.16127431646713, \"deceased_daily\": \"\", \"deceased\": 329, \"positive_100k\": 390.8287637247293, \"positive_daily\": \"\", \"positive\": 4915, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 27.592590236517005, \"deceased_daily\": \"\", \"deceased\": 347, \"positive_100k\": 403.3925368007227, \"positive_daily\": \"\", \"positive\": 5073, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 28.944388605452996, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 426.53214417486225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 31.170880036641687, \"deceased_daily\": \"\", \"deceased\": 392, \"positive_100k\": 443.3898650110052, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 33.397371467830375, \"deceased_daily\": \"\", \"deceased\": 420, \"positive_100k\": 459.4524103360094, \"positive_daily\": \"\", \"positive\": 5778, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 35.14675759233578, \"deceased_daily\": \"\", \"deceased\": 442, \"positive_100k\": 469.23306912301683, \"positive_daily\": \"\", \"positive\": 5901, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Oakland\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 36.41903841015789, \"deceased_daily\": \"\", \"deceased\": 458, \"positive_100k\": 478.77517525668264, \"positive_daily\": \"\", \"positive\": 6021, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Oakland, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05716431826119863, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05716431826119863, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05716431826119863, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3429859095671918, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45731454608958905, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7431361373955823, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7431361373955823, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9717934104403767, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.05716431826119863, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3147793200075686, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1714929547835959, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.802553873082638, \"positive_daily\": \"\", \"positive\": 119, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.1714929547835959, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.347492744418904, \"positive_daily\": \"\", \"positive\": 216, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22865727304479452, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.950347073158323, \"positive_daily\": \"\", \"positive\": 349, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.28582159130599316, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 27.26737981059175, \"positive_daily\": \"\", \"positive\": 477, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.45731454608958905, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 36.47083505064472, \"positive_daily\": \"\", \"positive\": 638, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.7431361373955823, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 49.90444984202641, \"positive_daily\": \"\", \"positive\": 873, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.2004506834851714, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 64.13836508906488, \"positive_daily\": \"\", \"positive\": 1122, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4862722747911645, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 79.4012380648049, \"positive_daily\": \"\", \"positive\": 1389, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.1150797756643493, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 103.46741605276952, \"positive_daily\": \"\", \"positive\": 1810, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.629558640015137, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 132.39256109293603, \"positive_daily\": \"\", \"positive\": 2316, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.201201822627123, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 154.5723165782811, \"positive_daily\": \"\", \"positive\": 2704, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.7446384156794865, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 182.63999684452963, \"positive_daily\": \"\", \"positive\": 3195, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.859718191343835, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 213.50872870557689, \"positive_daily\": \"\", \"positive\": 3735, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 8.345990466135, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 255.52450262755787, \"positive_daily\": \"\", \"positive\": 4470, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.089877742672535, \"deceased_daily\": \"\", \"deceased\": 194, \"positive_100k\": 289.76592926601586, \"positive_daily\": \"\", \"positive\": 5069, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 12.747642972247295, \"deceased_daily\": \"\", \"deceased\": 223, \"positive_100k\": 348.47368412026685, \"positive_daily\": \"\", \"positive\": 6096, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.405408201822054, \"deceased_daily\": \"\", \"deceased\": 252, \"positive_100k\": 386.54512008222514, \"positive_daily\": \"\", \"positive\": 6762, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 16.7491452505312, \"deceased_daily\": \"\", \"deceased\": 293, \"positive_100k\": 429.76134468769135, \"positive_daily\": \"\", \"positive\": 7518, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.778854118374728, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 472.74891202011275, \"positive_daily\": \"\", \"positive\": 8270, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 22.98005594100185, \"deceased_daily\": \"\", \"deceased\": 402, \"positive_100k\": 517.0512586725416, \"positive_daily\": \"\", \"positive\": 9045, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 25.49528594449459, \"deceased_daily\": \"\", \"deceased\": 446, \"positive_100k\": 550.263727582298, \"positive_daily\": \"\", \"positive\": 9626, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 28.810816403644107, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 576.9594642102778, \"positive_daily\": \"\", \"positive\": 10093, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.813069821069966, \"deceased_daily\": \"\", \"deceased\": 609, \"positive_100k\": 602.4547501547725, \"positive_daily\": \"\", \"positive\": 10539, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 37.27113550630151, \"deceased_daily\": \"\", \"deceased\": 652, \"positive_100k\": 626.0064492783862, \"positive_daily\": \"\", \"positive\": 10951, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 40.24368005588384, \"deceased_daily\": \"\", \"deceased\": 704, \"positive_100k\": 638.1824490680216, \"positive_daily\": \"\", \"positive\": 11164, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 43.44488187851096, \"deceased_daily\": \"\", \"deceased\": 760, \"positive_100k\": 665.8499791064418, \"positive_daily\": \"\", \"positive\": 11648, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 46.87474097418288, \"deceased_daily\": \"\", \"deceased\": 820, \"positive_100k\": 697.919161650974, \"positive_daily\": \"\", \"positive\": 12209, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 50.533257342899596, \"deceased_daily\": \"\", \"deceased\": 884, \"positive_100k\": 717.0692082684757, \"positive_daily\": \"\", \"positive\": 12544, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 56.07819621423586, \"deceased_daily\": \"\", \"deceased\": 981, \"positive_100k\": 743.2504660321047, \"positive_daily\": \"\", \"positive\": 13002, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 59.67954826469138, \"deceased_daily\": \"\", \"deceased\": 1044, \"positive_100k\": 756.4554235504415, \"positive_daily\": \"\", \"positive\": 13233, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Wayne\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 61.16582053948253, \"deceased_daily\": \"\", \"deceased\": 1070, \"positive_100k\": 770.0605312966068, \"positive_daily\": \"\", \"positive\": 13471, \"region_iso\": \"\", \"state\": \"Michigan\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Wayne, Michigan\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12516036171344536, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7509621702806721, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8761225319941175, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.376763978847899, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.503207234268907, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.005131574830251, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.632216277105041, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.2503207234268907, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.885102787947058, \"positive_daily\": \"\", \"positive\": 63, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.37548108514033607, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 9.13670640508151, \"positive_daily\": \"\", \"positive\": 73, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5006414468537814, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 13.392158703338653, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.5006414468537814, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 21.5275822147126, \"positive_daily\": \"\", \"positive\": 172, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.6258018085672268, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 34.16877874777058, \"positive_daily\": \"\", \"positive\": 273, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0012828937075628, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 42.80484370599831, \"positive_daily\": \"\", \"positive\": 342, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.376763978847899, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 47.68609781282268, \"positive_daily\": \"\", \"positive\": 381, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.8774054257016803, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 76.22266028348822, \"positive_daily\": \"\", \"positive\": 609, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.2528865108420164, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 103.38245877530586, \"positive_daily\": \"\", \"positive\": 826, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.503207234268907, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 135.92415282080165, \"positive_daily\": \"\", \"positive\": 1086, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.503207234268907, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 153.57176382239746, \"positive_daily\": \"\", \"positive\": 1227, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.505773021684033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 195.75080571982852, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.882537000531932, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 237.80468725554618, \"positive_daily\": \"\", \"positive\": 1900, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 8.63606495822773, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 283.1127381958134, \"positive_daily\": \"\", \"positive\": 2262, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 12.39087580963109, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 327.5446666040865, \"positive_daily\": \"\", \"positive\": 2617, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 14.768922682186552, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 383.8668293751369, \"positive_daily\": \"\", \"positive\": 3067, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 19.525016427297476, \"deceased_daily\": \"\", \"deceased\": 156, \"positive_100k\": 448.57473638098816, \"positive_daily\": \"\", \"positive\": 3584, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 21.5275822147126, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 510.9045965142839, \"positive_daily\": \"\", \"positive\": 4082, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 23.279827278700836, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 562.3455051785099, \"positive_daily\": \"\", \"positive\": 4493, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 29.03720391751932, \"deceased_daily\": \"\", \"deceased\": 232, \"positive_100k\": 635.5643167808755, \"positive_daily\": \"\", \"positive\": 5078, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 34.54425983291092, \"deceased_daily\": \"\", \"deceased\": 276, \"positive_100k\": 700.6477048718671, \"positive_daily\": \"\", \"positive\": 5598, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 39.05003285459495, \"deceased_daily\": \"\", \"deceased\": 312, \"positive_100k\": 759.5982352388999, \"positive_daily\": \"\", \"positive\": 6069, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 44.056447323132765, \"deceased_daily\": \"\", \"deceased\": 352, \"positive_100k\": 823.5551800744704, \"positive_daily\": \"\", \"positive\": 6580, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 51.566069025939484, \"deceased_daily\": \"\", \"deceased\": 412, \"positive_100k\": 876.9986545261116, \"positive_daily\": \"\", \"positive\": 7007, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 53.56863481335461, \"deceased_daily\": \"\", \"deceased\": 428, \"positive_100k\": 927.4382802966301, \"positive_daily\": \"\", \"positive\": 7410, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 54.19443662192184, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 955.4742013204418, \"positive_daily\": \"\", \"positive\": 7634, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 66.96079351669326, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 1027.8168903908133, \"positive_daily\": \"\", \"positive\": 8212, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 73.84461341093277, \"deceased_daily\": \"\", \"deceased\": 590, \"positive_100k\": 1073.7507431396475, \"positive_daily\": \"\", \"positive\": 8579, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 80.35295222003192, \"deceased_daily\": \"\", \"deceased\": 642, \"positive_100k\": 1136.9567258049376, \"positive_daily\": \"\", \"positive\": 9084, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 85.60968741199662, \"deceased_daily\": \"\", \"deceased\": 684, \"positive_100k\": 1210.5510184924435, \"positive_daily\": \"\", \"positive\": 9672, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"Essex\", \"admin2\": \"\", \"country_label\": \"United States of America\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 91.617384774242, \"deceased_daily\": \"\", \"deceased\": 732, \"positive_100k\": 1239.2127413248224, \"positive_daily\": \"\", \"positive\": 9901, \"region_iso\": \"\", \"state\": \"New Jersey\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"Essex, New Jersey\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.011994985616212999, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.011994985616212999, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.023989971232425997, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.023989971232425997, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.047979942464851995, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.05997492808106499, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.14393982739455596, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.16792979862698199, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.23989971232425997, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.44381446779988093, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 0.6237392520430759, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1.1515186191564477, \"positive_daily\": \"\", \"positive\": 96, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1.8592227705130147, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 3.226651130761297, \"positive_daily\": \"\", \"positive\": 269, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 3.9583452533502896, \"positive_daily\": \"\", \"positive\": 330, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 5.565673325922831, \"positive_daily\": \"\", \"positive\": 464, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 7.736765722457384, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 16.061285740109206, \"positive_daily\": \"\", \"positive\": 1339, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 29.603624500813677, \"positive_daily\": \"\", \"positive\": 2468, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 52.873896596266896, \"positive_daily\": \"\", \"positive\": 4408, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 74.50085566229893, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 108.49464489864657, \"positive_daily\": \"\", \"positive\": 9045, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 147.59829800750094, \"positive_daily\": \"\", \"positive\": 12305, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 178.78526060965476, \"positive_daily\": \"\", \"positive\": 14905, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 240.03165716603831, \"positive_daily\": \"\", \"positive\": 20011, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 277.22810756191484, \"positive_daily\": \"\", \"positive\": 23112, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 304.6606396661939, \"positive_daily\": \"\", \"positive\": 25399, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 369.0377274684091, \"positive_daily\": \"\", \"positive\": 30766, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 405.04667428828054, \"positive_daily\": \"\", \"positive\": 33768, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 456.8530171647045, \"positive_daily\": \"\", \"positive\": 38087, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 517.4516844978125, \"positive_daily\": \"\", \"positive\": 43139, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 569.0421176331446, \"positive_daily\": \"\", \"positive\": 47440, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 621.4602047759954, \"positive_daily\": \"\", \"positive\": 51810, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 685.6333778227349, \"positive_daily\": \"\", \"positive\": 57160, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 759.3665544055963, \"positive_daily\": \"\", \"positive\": 63307, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 810.2852683464205, \"positive_daily\": \"\", \"positive\": 67552, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 824.9671307406652, \"positive_daily\": \"\", \"positive\": 68776, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 922.1265142319905, \"positive_daily\": \"\", \"positive\": 76876, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 981.2258083630719, \"positive_daily\": \"\", \"positive\": 81803, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1043.899608207785, \"positive_daily\": \"\", \"positive\": 87028, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1108.1447511682218, \"positive_daily\": \"\", \"positive\": 92384, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1179.2030459586674, \"positive_daily\": \"\", \"positive\": 98308, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1237.978475478111, \"positive_daily\": \"\", \"positive\": 103208, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1280.6326443293644, \"positive_daily\": \"\", \"positive\": 106764, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1325.0260860949688, \"positive_daily\": \"\", \"positive\": 110465, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1419.03078836923, \"positive_daily\": \"\", \"positive\": 118302, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1477.1344986941658, \"positive_daily\": \"\", \"positive\": 123146, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1527.5854081959578, \"positive_daily\": \"\", \"positive\": 127352, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": \"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, \"positive_100k\": 1574.617746797129, \"positive_daily\": \"\", \"positive\": 131273, \"region_iso\": \"\", \"state\": \"New York\", \"tested_100k\": null, \"tested\": null, \"county_state\": \"New York City, New York\", \"admin2_label\": null, \"region_label\": null}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T18:00:00\", \"deceased_100k\": 0.05959775093980687, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 1.7084688602744638, \"positive_daily\": \"\", \"positive\": 172, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 14.531918270822908, \"tested\": 1463.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T18:00:00\", \"deceased_100k\": 0.0893966264097103, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.383910037592275, \"positive_daily\": \"\", \"positive\": 240, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 36.751946412880905, \"tested\": 3700.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T18:00:00\", \"deceased_100k\": 0.0893966264097103, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.562703290411695, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 31.86493083581674, \"tested\": 3208.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T18:00:00\", \"deceased_100k\": 0.13906141885954934, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.002982271457028, \"positive_daily\": \"\", \"positive\": 403, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 32.97742218669313, \"tested\": 3320.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T18:00:00\", \"deceased_100k\": 0.1688602943294528, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 5.274400958172907, \"positive_daily\": \"\", \"positive\": 531, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 48.02585429899437, \"tested\": 4835.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T17:00:00\", \"deceased_100k\": 0.22845804526925967, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 6.108769471330204, \"positive_daily\": \"\", \"positive\": 615, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 56.84632143808579, \"tested\": 5723.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T17:00:00\", \"deceased_100k\": 0.23839100375922748, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 9.774031154128325, \"positive_daily\": \"\", \"positive\": 984, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 68.32882145248857, \"tested\": 6879.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T18:00:00\", \"deceased_100k\": 0.3774524226187768, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 12.455929946419635, \"positive_daily\": \"\", \"positive\": 1254, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 78.71869603299491, \"tested\": 7925.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T18:00:00\", \"deceased_100k\": 0.5463127169482296, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 15.098096904751074, \"positive_daily\": \"\", \"positive\": 1520, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 95.12794345842173, \"tested\": 9577.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T17:00:00\", \"deceased_100k\": 0.7251059697676502, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 18.07798445174142, \"positive_daily\": \"\", \"positive\": 1820, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 120.5662501512293, \"tested\": 12138.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T17:00:00\", \"deceased_100k\": 0.9734299320168456, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 22.359089560917543, \"positive_daily\": \"\", \"positive\": 2251, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 122.71176918506235, \"tested\": 12354.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T17:00:00\", \"deceased_100k\": 1.3409493961456544, \"deceased_daily\": \"\", \"deceased\": 135, \"positive_100k\": 25.94488757579592, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 134.65118529000364, \"tested\": 13556.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T18:00:00\", \"deceased_100k\": 1.5296756074550428, \"deceased_daily\": \"\", \"deceased\": 154, \"positive_100k\": 33.97071803568991, \"positive_daily\": \"\", \"positive\": 3420, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 156.72221905471213, \"tested\": 15778.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T18:00:00\", \"deceased_100k\": 2.6520999168214057, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 41.609163114475166, \"positive_daily\": \"\", \"positive\": 4189, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 184.0974526530634, \"tested\": 18534.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T18:00:00\", \"deceased_100k\": 3.307675177159281, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 54.32334998163396, \"positive_daily\": \"\", \"positive\": 5469, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 200.00011919550187, \"tested\": 20135.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T18:00:00\", \"deceased_100k\": 4.648624573304936, \"deceased_daily\": \"\", \"deceased\": 468, \"positive_100k\": 57.5217626154036, \"positive_daily\": \"\", \"positive\": 5791, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 213.3500154060186, \"tested\": 21479.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T17:00:00\", \"deceased_100k\": 6.12863538831014, \"deceased_daily\": \"\", \"deceased\": 617, \"positive_100k\": 72.31193780696567, \"positive_daily\": \"\", \"positive\": 7280, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 254.57179313938502, \"tested\": 25629.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T17:00:00\", \"deceased_100k\": 7.390121116536052, \"deceased_daily\": \"\", \"deceased\": 744, \"positive_100k\": 86.66506282496914, \"positive_daily\": \"\", \"positive\": 8725, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 293.3599960427093, \"tested\": 29534.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T17:00:00\", \"deceased_100k\": 8.840333056071351, \"deceased_daily\": \"\", \"deceased\": 890, \"positive_100k\": 97.5416523714839, \"positive_daily\": \"\", \"positive\": 9820, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 324.80774262194745, \"tested\": 32700.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T17:00:00\", \"deceased_100k\": 9.595237901308906, \"deceased_daily\": \"\", \"deceased\": 966, \"positive_100k\": 116.06661995527388, \"positive_daily\": \"\", \"positive\": 11685, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 368.89021240042456, \"tested\": 37138.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T17:00:00\", \"deceased_100k\": 12.098343440780795, \"deceased_daily\": \"\", \"deceased\": 1218, \"positive_100k\": 131.83022507885278, \"positive_daily\": \"\", \"positive\": 13272, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 400.9836012815106, \"tested\": 40369.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T17:00:00\", \"deceased_100k\": 14.104801055754292, \"deceased_daily\": \"\", \"deceased\": 1420, \"positive_100k\": 145.50790891953847, \"positive_daily\": \"\", \"positive\": 14649, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 432.72933661544766, \"tested\": 43565.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T17:00:00\", \"deceased_100k\": 16.29005192354721, \"deceased_daily\": \"\", \"deceased\": 1640, \"positive_100k\": 161.1125867072779, \"positive_daily\": \"\", \"positive\": 16220, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 461.3759889005148, \"tested\": 46449.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T17:00:00\", \"deceased_100k\": 19.45866568184694, \"deceased_daily\": \"\", \"deceased\": 1959, \"positive_100k\": 175.94249373279982, \"positive_daily\": \"\", \"positive\": 17713, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 486.5461057140933, \"tested\": 48983.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T17:00:00\", \"deceased_100k\": 21.534654006250214, \"deceased_daily\": \"\", \"deceased\": 2168, \"positive_100k\": 197.50694661451996, \"positive_daily\": \"\", \"positive\": 19884, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 518.9374833498783, \"tested\": 52244.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T17:00:00\", \"deceased_100k\": 25.319111190927952, \"deceased_daily\": \"\", \"deceased\": 2549, \"positive_100k\": 221.14738782064336, \"positive_daily\": \"\", \"positive\": 22264, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 567.9069687054197, \"tested\": 57174.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T17:00:00\", \"deceased_100k\": 30.742506526450377, \"deceased_daily\": \"\", \"deceased\": 3095, \"positive_100k\": 253.43943587152873, \"positive_daily\": \"\", \"positive\": 25515, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 662.826320035552, \"tested\": 66730.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T17:00:00\", \"deceased_100k\": 34.328304541328755, \"deceased_daily\": \"\", \"deceased\": 3456, \"positive_100k\": 270.23606867806427, \"positive_daily\": \"\", \"positive\": 27206, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 701.2470034747475, \"tested\": 70598.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T17:00:00\", \"deceased_100k\": 37.50685125811846, \"deceased_daily\": \"\", \"deceased\": 3776, \"positive_100k\": 285.6818191299642, \"positive_daily\": \"\", \"positive\": 28761, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 727.5097457222224, \"tested\": 73242.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T17:00:00\", \"deceased_100k\": 41.49990057108552, \"deceased_daily\": \"\", \"deceased\": 4178, \"positive_100k\": 304.9716245174817, \"positive_daily\": \"\", \"positive\": 30703, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 761.8082513880813, \"tested\": 76695.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T17:00:00\", \"deceased_100k\": 44.44005628411599, \"deceased_daily\": \"\", \"deceased\": 4474, \"positive_100k\": 321.2914753164988, \"positive_daily\": \"\", \"positive\": 32346, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 811.1849880417113, \"tested\": 81666.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T17:00:00\", \"deceased_100k\": 48.28411121973353, \"deceased_daily\": \"\", \"deceased\": 4861, \"positive_100k\": 346.55098875648696, \"positive_daily\": \"\", \"positive\": 34889, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 871.2495880305466, \"tested\": 87713.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T17:00:00\", \"deceased_100k\": 53.657841762806115, \"deceased_daily\": \"\", \"deceased\": 5402, \"positive_100k\": 370.47948575881946, \"positive_daily\": \"\", \"positive\": 37298, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 952.1734008483144, \"tested\": 95860.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T17:00:00\", \"deceased_100k\": 59.041505264368666, \"deceased_daily\": \"\", \"deceased\": 5944, \"positive_100k\": 391.5075588820813, \"positive_daily\": \"\", \"positive\": 39415, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1018.1580440971707, \"tested\": 102503.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T17:00:00\", \"deceased_100k\": 63.17361599619528, \"deceased_daily\": \"\", \"deceased\": 6360, \"positive_100k\": 407.32082879810997, \"positive_daily\": \"\", \"positive\": 41007, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1066.779875905563, \"tested\": 107398.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T17:00:00\", \"deceased_100k\": 67.72291098460053, \"deceased_daily\": \"\", \"deceased\": 6818, \"positive_100k\": 418.7834628955329, \"positive_daily\": \"\", \"positive\": 42161, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1103.1245710203552, \"tested\": 111057.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T17:00:00\", \"deceased_100k\": 71.50736816927827, \"deceased_daily\": \"\", \"deceased\": 7199, \"positive_100k\": 429.1832704345292, \"positive_daily\": \"\", \"positive\": 43208, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1138.71436128991, \"tested\": 114640.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T17:00:00\", \"deceased_100k\": 75.42095381432559, \"deceased_daily\": \"\", \"deceased\": 7593, \"positive_100k\": 444.72835047132884, \"positive_daily\": \"\", \"positive\": 44773, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1206.3478756481006, \"tested\": 121449.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T17:00:00\", \"deceased_100k\": 79.06634958014378, \"deceased_daily\": \"\", \"deceased\": 7960, \"positive_100k\": 457.5617328403672, \"positive_daily\": \"\", \"positive\": 46065, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1274.2595128440107, \"tested\": 128286.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T17:00:00\", \"deceased_100k\": 82.55281801012248, \"deceased_daily\": \"\", \"deceased\": 8311, \"positive_100k\": 472.0141874432704, \"positive_daily\": \"\", \"positive\": 47520, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1341.455977028643, \"tested\": 135051.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T17:00:00\", \"deceased_100k\": 85.97968868916138, \"deceased_daily\": \"\", \"deceased\": 8656, \"positive_100k\": 487.887055110239, \"positive_daily\": \"\", \"positive\": 49118, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1409.2583516811633, \"tested\": 141877.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T17:00:00\", \"deceased_100k\": 88.45299535316336, \"deceased_daily\": \"\", \"deceased\": 8905, \"positive_100k\": 501.1674206113259, \"positive_daily\": \"\", \"positive\": 50455, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1489.7848461593323, \"tested\": 149984.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T17:00:00\", \"deceased_100k\": 91.40308402468379, \"deceased_daily\": \"\", \"deceased\": 9202, \"positive_100k\": 511.8850828220012, \"positive_daily\": \"\", \"positive\": 51534, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1539.499303401621, \"tested\": 154989.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T17:00:00\", \"deceased_100k\": 94.20417831885473, \"deceased_daily\": \"\", \"deceased\": 9484, \"positive_100k\": 519.7420529875658, \"positive_daily\": \"\", \"positive\": 52325, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1582.6282091650614, \"tested\": 159331.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T17:00:00\", \"deceased_100k\": 96.56822243946706, \"deceased_daily\": \"\", \"deceased\": 9722, \"positive_100k\": 530.5590447831406, \"positive_daily\": \"\", \"positive\": 53414, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1664.3367257035363, \"tested\": 167557.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T17:00:00\", \"deceased_100k\": 99.54810998645739, \"deceased_daily\": \"\", \"deceased\": 10022, \"positive_100k\": 544.345991167216, \"positive_daily\": \"\", \"positive\": 54802, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1757.666803675274, \"tested\": 176953.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T17:00:00\", \"deceased_100k\": 101.69362902029044, \"deceased_daily\": \"\", \"deceased\": 10238, \"positive_100k\": 556.7224574457159, \"positive_daily\": \"\", \"positive\": 56048, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1850.7584906432523, \"tested\": 186325.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T17:00:00\", \"deceased_100k\": 104.40532668805167, \"deceased_daily\": \"\", \"deceased\": 10511, \"positive_100k\": 572.0589453542261, \"positive_daily\": \"\", \"positive\": 57592, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 1949.8596174976612, \"tested\": 196302.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T17:00:00\", \"deceased_100k\": 105.49795212194812, \"deceased_daily\": \"\", \"deceased\": 10621, \"positive_100k\": 586.5610647495791, \"positive_daily\": \"\", \"positive\": 59052, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2044.5207119070544, \"tested\": 205832.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T17:00:00\", \"deceased_100k\": 108.2791804991391, \"deceased_daily\": \"\", \"deceased\": 10901, \"positive_100k\": 599.0964583639185, \"positive_daily\": \"\", \"positive\": 60314, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2096.7680735642853, \"tested\": 211092.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T17:00:00\", \"deceased_100k\": 110.67302349522134, \"deceased_daily\": \"\", \"deceased\": 11142, \"positive_100k\": 609.148612355766, \"positive_daily\": \"\", \"positive\": 61326, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2134.2947907393836, \"tested\": 214870.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T17:00:00\", \"deceased_100k\": 113.00726874036378, \"deceased_daily\": \"\", \"deceased\": 11377, \"positive_100k\": 617.3631690269693, \"positive_daily\": \"\", \"positive\": 62153, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2204.798930101175, \"tested\": 221968.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T17:00:00\", \"deceased_100k\": 115.30178215154636, \"deceased_daily\": \"\", \"deceased\": 11608, \"positive_100k\": 626.7100829660292, \"positive_daily\": \"\", \"positive\": 63094, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2311.1411836947705, \"tested\": 232674.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T17:00:00\", \"deceased_100k\": 117.71549106460854, \"deceased_daily\": \"\", \"deceased\": 11851, \"positive_100k\": 637.0502927540856, \"positive_daily\": \"\", \"positive\": 64135, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2418.804520767532, \"tested\": 243513.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T17:00:00\", \"deceased_100k\": 119.69214980411212, \"deceased_daily\": \"\", \"deceased\": 12050, \"positive_100k\": 649.4267590325854, \"positive_daily\": \"\", \"positive\": 65381, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2536.1922242019714, \"tested\": 255331.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}, {\"county\": null, \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T17:00:00\", \"deceased_100k\": 121.31122203797688, \"deceased_daily\": \"\", \"deceased\": 12213, \"positive_100k\": 657.9194385415079, \"positive_daily\": \"\", \"positive\": 66236, \"region_iso\": \"IT-25\", \"state\": null, \"tested_100k\": 2623.840649917447, \"tested\": 264155.0, \"county_state\": \"Lombardy, Italy\", \"admin2_label\": \"\", \"region_label\": \"Lombardy\"}]}}, {\"mode\": \"vega-lite\"});\n",
+       "</script>"
+      ],
+      "text/plain": [
+       "alt.HConcatChart(...)"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "text/html": [
+       "\n",
+       "<p style=\"font-size: smaller\">Data Sources: \n",
+       "  <a href=\"https://github.com/nytimes/covid-19-data\">New York Times</a>, <a href=\"https://www.census.gov/\">U.S. Census</a>,\n",
+       "  <a href=\"https://github.com/pcm-dpc/COVID-19\">Italian Civil Protection</a>, <a href=\"https://wikidata.org\">Wikidata</a> \n",
+       "<br>\n",
+       "Analysis and Visualization:\n",
+       "  <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">Covid-19 Public Data Collaboration Project @ renkulab.io</a>\n",
+       "</p>"
+      ],
+      "text/plain": [
+       "<IPython.core.display.HTML object>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
    "source": [
     "base = alt.Chart(top10_df)\n",
     "\n",
diff --git a/notebooks/openzh-covid-19.ipynb b/notebooks/openzh-covid-19.ipynb
index 97607cc8d..b540721da 100644
--- a/notebooks/openzh-covid-19.ipynb
+++ b/notebooks/openzh-covid-19.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 1,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -12,7 +12,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 2,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -28,7 +28,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 3,
    "metadata": {
     "tags": [
      "parameters"
@@ -43,7 +43,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 4,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -70,7 +70,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 5,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -80,6 +80,317 @@
     "df[\"canton\"] = df.apply(lambda row: row[\"region_iso\"][3:], axis=1)"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {},
+   "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>admin2_label</th>\n",
+       "      <th>admin2</th>\n",
+       "      <th>country_label</th>\n",
+       "      <th>country</th>\n",
+       "      <th>date</th>\n",
+       "      <th>deceased_100k</th>\n",
+       "      <th>deceased_daily</th>\n",
+       "      <th>deceased</th>\n",
+       "      <th>positive_100k</th>\n",
+       "      <th>positive_daily</th>\n",
+       "      <th>positive</th>\n",
+       "      <th>region_iso</th>\n",
+       "      <th>region_label</th>\n",
+       "      <th>tested_100k</th>\n",
+       "      <th>tested</th>\n",
+       "      <th>canton</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-02-28</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>CH-VD</td>\n",
+       "      <td>Vaud</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VD</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-02-29</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>CH-VD</td>\n",
+       "      <td>Vaud</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VD</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-03-01</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>CH-VD</td>\n",
+       "      <td>Vaud</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VD</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-03-02</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>CH-VD</td>\n",
+       "      <td>Vaud</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VD</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-03-03</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td></td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>CH-VD</td>\n",
+       "      <td>Vaud</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VD</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>...</th>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1014</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-04-16</td>\n",
+       "      <td>1.219646</td>\n",
+       "      <td></td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>73.178764</td>\n",
+       "      <td></td>\n",
+       "      <td>60.0</td>\n",
+       "      <td>CH-SH</td>\n",
+       "      <td>Schaffhausen</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>SH</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1015</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-04-17</td>\n",
+       "      <td>1.219646</td>\n",
+       "      <td></td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>73.178764</td>\n",
+       "      <td></td>\n",
+       "      <td>60.0</td>\n",
+       "      <td>CH-SH</td>\n",
+       "      <td>Schaffhausen</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>SH</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1016</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-04-18</td>\n",
+       "      <td>1.219646</td>\n",
+       "      <td></td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>74.398410</td>\n",
+       "      <td></td>\n",
+       "      <td>61.0</td>\n",
+       "      <td>CH-SH</td>\n",
+       "      <td>Schaffhausen</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>SH</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1017</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-04-19</td>\n",
+       "      <td>1.219646</td>\n",
+       "      <td></td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>75.618056</td>\n",
+       "      <td></td>\n",
+       "      <td>62.0</td>\n",
+       "      <td>CH-SH</td>\n",
+       "      <td>Schaffhausen</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>SH</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1018</th>\n",
+       "      <td></td>\n",
+       "      <td></td>\n",
+       "      <td>Switzerland</td>\n",
+       "      <td>CHE</td>\n",
+       "      <td>2020-04-20</td>\n",
+       "      <td>1.219646</td>\n",
+       "      <td></td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>76.837702</td>\n",
+       "      <td></td>\n",
+       "      <td>63.0</td>\n",
+       "      <td>CH-SH</td>\n",
+       "      <td>Schaffhausen</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>SH</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>1019 rows × 16 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "     admin2_label admin2 country_label country       date  deceased_100k  \\\n",
+       "0                          Switzerland     CHE 2020-02-28            NaN   \n",
+       "1                          Switzerland     CHE 2020-02-29            NaN   \n",
+       "2                          Switzerland     CHE 2020-03-01            NaN   \n",
+       "3                          Switzerland     CHE 2020-03-02            NaN   \n",
+       "4                          Switzerland     CHE 2020-03-03            NaN   \n",
+       "...           ...    ...           ...     ...        ...            ...   \n",
+       "1014                       Switzerland     CHE 2020-04-16       1.219646   \n",
+       "1015                       Switzerland     CHE 2020-04-17       1.219646   \n",
+       "1016                       Switzerland     CHE 2020-04-18       1.219646   \n",
+       "1017                       Switzerland     CHE 2020-04-19       1.219646   \n",
+       "1018                       Switzerland     CHE 2020-04-20       1.219646   \n",
+       "\n",
+       "     deceased_daily  deceased  positive_100k positive_daily  positive  \\\n",
+       "0                         NaN            NaN                      NaN   \n",
+       "1                         NaN            NaN                      NaN   \n",
+       "2                         NaN            NaN                      NaN   \n",
+       "3                         NaN            NaN                      NaN   \n",
+       "4                         NaN            NaN                      NaN   \n",
+       "...             ...       ...            ...            ...       ...   \n",
+       "1014                      1.0      73.178764                     60.0   \n",
+       "1015                      1.0      73.178764                     60.0   \n",
+       "1016                      1.0      74.398410                     61.0   \n",
+       "1017                      1.0      75.618056                     62.0   \n",
+       "1018                      1.0      76.837702                     63.0   \n",
+       "\n",
+       "     region_iso  region_label  tested_100k  tested canton  \n",
+       "0         CH-VD          Vaud          NaN     NaN     VD  \n",
+       "1         CH-VD          Vaud          NaN     NaN     VD  \n",
+       "2         CH-VD          Vaud          NaN     NaN     VD  \n",
+       "3         CH-VD          Vaud          NaN     NaN     VD  \n",
+       "4         CH-VD          Vaud          NaN     NaN     VD  \n",
+       "...         ...           ...          ...     ...    ...  \n",
+       "1014      CH-SH  Schaffhausen          NaN     NaN     SH  \n",
+       "1015      CH-SH  Schaffhausen          NaN     NaN     SH  \n",
+       "1016      CH-SH  Schaffhausen          NaN     NaN     SH  \n",
+       "1017      CH-SH  Schaffhausen          NaN     NaN     SH  \n",
+       "1018      CH-SH  Schaffhausen          NaN     NaN     SH  \n",
+       "\n",
+       "[1019 rows x 16 columns]"
+      ]
+     },
+     "execution_count": 6,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {},
-- 
GitLab