diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..1994941
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,46 @@
+# How to Contribute
+
+This project wouldn't exist without the contributions from many volunteers around the world, who find data sources, contact data owners, translate languages, scrape data, build visualizations, and more.
+
+We'd love for you to join this project and we're excited to accept your patches and contributions! Here are a few guidelines that we ask you to follow.
+
+## Contributor License Agreement
+
+Contributions to this project must be accompanied by a Contributor License
+Agreement. You (or your employer) retain the copyright to your contribution;
+this simply gives us permission to use and redistribute your contributions as
+part of the project. Head over to to see
+your current agreements on file or to sign a new one.
+
+You generally only need to submit a CLA once, so if you've already submitted one
+(even if it was for a different project), you probably don't need to do it
+again.
+
+## Submitting bug fixes
+If you notice a bug, please feel free to submit an issue, or even better, a pull request to fix it! You can find more information on using pull requests on [GitHub Help](https://help.github.com/articles/about-pull-requests/).
+
+## Adding New Data Sources
+We are interested in including any public data sources that are useful for COVID-19 modeling. We are only able to include data sources where there is licensing information available on the data, or we are able to contact the data owners to obtain their consent.
+
+##### Step 1:
+If you find a data source that you'd like to see included, please send an email to open-covid-19-data@google.com including the following information:
+- **Source URL:** URL of the page containing data
+- **License URL or contact email:** If you are able to find a page containing any license info, please include the url here. If not, you can also include a contact email address or a link to a page containing contact info. If neither of these are available, you can leave this blank and we will do our best to locate the information we need.
+- **Data format:** whether this data can be downloaded as a csv/xslx, or needs to be read by a human
+- **English translations, if possible:** If the descriptions about the data are in a language other than English and you're able to provide an English translation of the relevant descriptions or column names, please include that here.
+- **Whether you'd like to write the pull request to ingest the data:** If you'd like to write the code to ingest the data, let us know and we will notify you when the data is approved for ingestion, so that you can submit a PR that ingests the data into the pipeline. We are also happy to do this step if you just want the data included for your use.
+
+##### Step 2:
+Once we confirm that the licensing on the data is okay to include in this project, we will open an issue to ingest the data, along with what information to include in the attribution and licensing section.
+
+##### Step 3:
+From there, you can follow the instructions in the README that describes the technical steps to add new data sources - this generally requires writing a yaml config file for the data source and sometimes additional python functions if the data formatting contains edge cases. Please feel free to respond in the issue if you have questions during this step.
+
+
+## Adding New Features
+If you'd like to add a new feature to this repository, please first create a github issue with a short description of what you'd like to add and how you might implement it, and we will respond in the issue with any feedback and let you know when you should move ahead! We'd love to encourage your contributions but don't want you to be disappointed if you work hard on a pull request that isn't quite right for us to merge and we have to ask you to alter a significant piece of your work.
+
+## Community Guidelines
+
+This project follows
+[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..e49b837
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,20 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+FROM python:3.7
+EXPOSE 8501
+COPY . /streamlit-app
+WORKDIR /streamlit-app
+RUN pip install -r requirements.txt
+CMD streamlit run --server.enableCORS false src/views/main.py
diff --git a/LICENSE b/LICENSE
index c49cd25..b09cd78 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,66 +1,201 @@
-Australia
-License: Creative Commons Attribution 4.0 International
-Link: https://creativecommons.org/licenses/by/4.0/
-
-==================================================
-
-Austria
-License: Creative Commons Attribution 4.0 International
-Link: https://creativecommons.org/licenses/by/4.0/
-
-==================================================
-
-Colombia
-License: Creative Commons Attribution-ShareAlike 4.0 International
-Link: https://creativecommons.org/licenses/by-sa/4.0/
-
-==================================================
-
-France
-License: Open License 2.0
-Link: https://www.etalab.gouv.fr/licence-ouverte-open-licence
-
-==================================================
-
-Ireland
-License: Creative Commons Attribution ShareAlike 3.0
-Link: https://creativecommons.org/licenses/by-sa/3.0/
-
-==================================================
-
-Italy
-License: Creative Commons Attribution 4.0 International
-Link: https://creativecommons.org/licenses/by/4.0/
-
-==================================================
-
-Japan
-License: MIT
-Link: https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE
-
-==================================================
-
-Luxembourg
-License: Creative Commons Zero 1.0 Universal
-Link: https://creativecommons.org/share-your-work/public-domain/cc0/
-
-==================================================
-
-Scotland
-License: Open Government License 3.0
-Link: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
-
-==================================================
-
-United Kingdom
-License: Open Government License 3.0
-Link: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
-
-==================================================
-
-United States
-License: Apache 2.0
-Link: https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE
-
-==================================================
-
+Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/README.md b/README.md
index 23b059b..79d3552 100644
--- a/README.md
+++ b/README.md
@@ -36,17 +36,11 @@ Before adding a new data source, we go through an internal approval within Googl
##### 1. Register new data types in `src/config/data.yaml`:
* If the source includes a data type that isn't yet included in the data schema, register the data type in the schema by adding an entry to `src/config/data.yaml`.
-##### 2. Add the source to `src/config/sources.yaml`:
+##### 2. Add a new yaml file to `src/config/sources`.
* Specify the `fetch` parameters:
* `source_url`: where to download the data
- * `automatic_download`: True if the `source_url` is a stable endpoint
- * `scraped`: True if requires human scraping of the data
-
-* Specify the `path` where the data lives in the `data` directory:
- * `dir`: directory for this data source
+ * `method`: one of `AUTOMATIC_DOWNLOAD`, `MANUAL_DOWNLOAD`, `SCRAPED`, `STATIC`
* `file`: filename for the data source
- * `find_recent`: True if the data requires updating, False for static/auxiliary files
-
* Specify the `load` parameters.
* `function`: which function in `load_functions.py` to use to load the data. Most data sources can be loaded with `default_load_function`, but some data sources will have formatting that requires implementing a new function in `load_functions.py`.
* `read`: data sources are read using the `pandas.read_csv()` or `pandas.read_excel()` functions. The `read` field accepts key/val parameters that are passed to the appropriate pandas read function.
@@ -59,71 +53,66 @@ Before adding a new data source, we go through an internal approval within Googl
* `mapping_keys`: takes key/value fields where the key is the column in the mapping file, and the value is the string name of the column in the original data source.
* Specify the `data` parameters:
* These parameters follow the data schema specified in `src/config/data.yaml`, where the keys come from the data schema and the values are the column name in the original data source for the corresponding data.
-* Specify the `approved` field: set to True after the data source has been approved
-
+* Specify the `attribution` parameters. These are used to generate the data source section of the README. The fields for existing data sources serve as an example of what to include.
+* Specify the `license` parameters. These are used to generate the LICENSE file. The fields for existing data sources serve as an example of what to include.
+* Specify the `cc-by-sa` field: we produce two aggregated csv files, one is licensed under `CC-BY` and the other is under `CC-BY-SA`. This field determines whether this data can be included in the `CC-BY` file.
+* Specify the `approved` field: set to `True` after the data source has been approved.
-##### 3. Add to `src/config/docs.yaml`:
-* This file contains the source, attribution, and licensing information required to generate the data source section of the README, as well as the LICENSE file.
-* The key in this yaml file should be the same as the key in `src/config/docs.yaml`, and the fields for the existing data sources serve as an example of what to include.
-
-##### 4. Update docs and licenses:
-* Run `src/scripts/generate_source_docs.py` to update `docs/sources.md` with the new data source.
+##### 3. Update docs and licenses:
+* Run `src/scripts/generate_source_docs.py` to update `docs/sources_cc_by_sa.md` with the new data source.
* Run `src/scripts/generate_readme.py` to update the `README.md` at the root of the repo.
-* Run `src/scripts/generate_license_file.py` to update the `LICENSE` file at the root of the repo.
+* Run `src/scripts/export_aggregated_licenses.py` to update the `LICENSE` files in `data/exports`.
## Data Sources
#### Australia
-**Source name:** covid19data.com.au ([link](https://www.covid19data.com.au/))
**Link to data:** https://www.covid19data.com.au/hospitalisations-icu
**Description:** Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-05-20
-
-#### Austria
-**Source name:** Federal Ministry of Social Affairs, Health, Care and Consumer Protection ([link](https://info.gesundheitsministerium.at/))
**Description:** Data is downloaded manually from the source link. Current hospitalizations and ICU cases for Austria are computed by multiplying the percent utilization by the number of beds available.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-05-20
+**Source name:** covid19data.com.au ([link](https://www.covid19data.com.au/))
**Link to data:** https://www.covid19data.com.au/hospitalisations-icu
**Description:** Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-06-02
#### Colombia
-**Original data source:** GOV.CO ([link](https://www.datos.gov.co))
**Link to original data:** https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data
**Data aggregated by:** COVID-19 Colombia ([link](https://github.com/dfuribez/COVID-19-Colombia))
**Description:** Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Attribution-ShareAlike 4.0 International ([link](https://creativecommons.org/licenses/by-sa/4.0/))
**Last accessed:** 2020-05-20
+**Original data source:** GOV.CO ([link](https://www.datos.gov.co))
**Link to original data:** https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data
**Data aggregated by:** COVID-19 Colombia ([link](https://github.com/dfuribez/COVID-19-Colombia))
**Description:** Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Attribution-ShareAlike 4.0 International ([link](https://creativecommons.org/licenses/by-sa/4.0/))
**Last accessed:** 2020-06-04
#### Czech Republic
-**Source name:** National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic ([link](https://onemocneni-aktualne.mzcr.cz/covid-19))
**Link to data:** https://onemocneni-aktualne.mzcr.cz/covid-19
**Attribution:** Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
**Description:** Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-05-20
+**Source name:** National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic ([link](https://onemocneni-aktualne.mzcr.cz/covid-19))
**Link to data:** https://onemocneni-aktualne.mzcr.cz/covid-19
**Citation:** Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
**Description:** Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-06-02
#### Denmark
-**Source name:** Statens Serum Institute ([link](https://www.sst.dk/))
**Link to data:** https://www.sst.dk/da/corona/tal-og-overvaagning
**Description:** Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
**Last accessed:** 2020-05-20
+**Source name:** Statens Serum Institute ([link](https://www.sst.dk/))
**Link to data:** https://www.sst.dk/da/corona/tal-og-overvaagning
**Description:** Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
**Last accessed:** 2020-06-02
#### France
-**Source name:** data.gouv.fr ([link](https://www.data.gouv.fr/))
**Link to data:** https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
**Description:** Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
**License:** Open License 2.0 ([link](https://www.etalab.gouv.fr/licence-ouverte-open-licence))
**Last accessed:** 2020-05-20
+**Source name:** data.gouv.fr ([link](https://www.data.gouv.fr/))
**Link to data:** https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
**Description:** Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
**License:** Open License 2.0 ([link](https://www.etalab.gouv.fr/licence-ouverte-open-licence))
**Last accessed:** 2020-06-04
#### Iceland
-**Source name:** Directorate of Health in Iceland (Embaetti landlaeknis) ([link](https://www.covid.is/data))
**Link to data:** https://www.covid.is/data
**Description:** Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-05-20
+**Source name:** Directorate of Health in Iceland (Embaetti landlaeknis) ([link](https://www.covid.is/data))
**Link to data:** https://www.covid.is/data
**Description:** Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-06-06
#### Ireland
-**Source name:** Health Protection Surveillance Centre ([link](https://www.hpsc.ie/))
**Link to data:** https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/
**Description:** Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.
**License:** Creative Commons Attribution ShareAlike 3.0 ([link](https://creativecommons.org/licenses/by-sa/3.0/))
**Last accessed:** 2020-05-20
+**Source name:** Health Protection Surveillance Centre ([link](https://www.hpsc.ie/))
**Link to data:** https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/
**Description:** Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.
**License:** Creative Commons Attribution ShareAlike 3.0 ([link](https://creativecommons.org/licenses/by-sa/3.0/))
**Last accessed:** 2020-06-02
#### Italy
-**Source name:** Dipartimento della Protezione Civile ([link](http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus))
**Link to data:** https://github.com/pcm-dpc/COVID-19
**Description:** Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-05-20
+**Source name:** Dipartimento della Protezione Civile ([link](http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus))
**Link to data:** https://github.com/pcm-dpc/COVID-19
**Description:** Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-06-04
#### Japan
-**Source name:** Toyo Keizai Online ([link](https://github.com/kaz-ogiwara/covid19))
**Link to data:** https://github.com/kaz-ogiwara/covid19
**Description:** Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
**License:** MIT ([link](https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE))
**Last accessed:** 2020-05-20
+**Source name:** Toyo Keizai Online ([link](https://github.com/kaz-ogiwara/covid19))
**Link to data:** https://github.com/kaz-ogiwara/covid19
**Copyright notice:** Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
**Description:** Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
**License:** MIT ([link](https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE))
**Last accessed:** 2020-06-04
#### Luxembourg
-**Source name:** Luxembourg Ministry of Health ([link](https://data.public.lu/fr/datasets/donnees-covid19/#_))
**Link to data:** https://data.public.lu/fr/datasets/donnees-covid19/#_
**Description:** Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Zero 1.0 Universal ([link](https://creativecommons.org/share-your-work/public-domain/cc0/))
**Last accessed:** 2020-05-20
+**Source name:** Luxembourg Ministry of Health ([link](https://data.public.lu/fr/datasets/donnees-covid19/#_))
**Link to data:** https://data.public.lu/fr/datasets/donnees-covid19/#_
**Description:** Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Zero 1.0 Universal ([link](https://creativecommons.org/share-your-work/public-domain/cc0/))
**Last accessed:** 2020-06-04
#### Netherlands
-**Source name:** National Institute for Public Health and The Environment ([link](https://www.rivm.nl/coronavirus-covid-19/grafieken))
**Link to data:** https://www.rivm.nl/coronavirus-covid-19/grafieken
**Description:** Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
**Last accessed:** 2020-05-20
+**Source name:** National Institute for Public Health and The Environment ([link](https://www.rivm.nl/coronavirus-covid-19/grafieken))
**Link to data:** https://www.rivm.nl/coronavirus-covid-19/grafieken
**Description:** Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
**Last accessed:** 2020-06-06
#### Scotland
-**Source name:** The Scottish Government ([link](https://www.gov.scot/))
**Link to data:** https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
**Description:** The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-20
+**Source name:** The Scottish Government ([link](https://www.gov.scot/))
**Link to data:** https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
**Description:** The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
#### Spain
-**Source name:** Ministerio de Sanidad, Consumo y Bienestar Social ([link](https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm))
**Link to data:** https://cnecovid.isciii.es/covid19/resources/agregados.csv
**Description:** The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
**Last accessed:** 2020-05-20
+**Source name:** Ministerio de Sanidad, Consumo y Bienestar Social ([link](https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm))
**Link to data:** https://cnecovid.isciii.es/covid19/resources/agregados.csv
**Description:** The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
**Last accessed:** 2020-06-04
#### Sweden
-**Source name:** Public Health Agency of Sweden ([link](https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/))
**Link to data:** https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
**Description:** Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
**Last accessed:** 2020-05-20
+**Source name:** Public Health Agency of Sweden ([link](https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/))
**Link to data:** https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
**Description:** Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
**Last accessed:** 2020-06-04
#### Switzerland
-**Source name:** Switzerland Federal Office of Public Health BAG ([link](https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html))
**Link to data:** https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
**Last accessed:** 2020-05-20
+**Source name:** Switzerland Federal Office of Public Health BAG ([link](https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html))
**Link to data:** https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
**Last accessed:** 2020-06-06
#### United Kingdom
-**Source name:** GOV.UK ([link](https://www.gov.uk))
**Link to data:** https://www.gov.uk/government/publications/
**Description:** Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland & Wales. Data consists of time series data for current hospitalizations.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-20
+**Source name:** GOV.UK ([link](https://www.gov.uk))
**Link to data:** https://www.gov.uk/government/publications/
**Description:** Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-18
#### United States
-**Source name:** COVID-19 Tracking Project ([link](https://github.com/COVID19Tracking/))
**Link to data:** https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
**Description:** Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
**License:** Apache 2.0 ([link](https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE))
**Last accessed:** 2020-05-20
+**Source name:** COVID-19 Tracking Project ([link](https://github.com/COVID19Tracking/))
**Link to data:** https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
**Description:** Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
**License:** Apache 2.0 ([link](https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE))
**Last accessed:** 2020-06-04
diff --git a/data/exported/hospitalizations.csv b/data/exported/hospitalizations.csv
deleted file mode 100644
index 1923a9d..0000000
--- a/data/exported/hospitalizations.csv
+++ /dev/null
@@ -1,14724 +0,0 @@
-hospitalized_new,date,region_code,hospitalized_cumulative,hospitalized_current,icu_current,icu_cumulative,ventilator_current,region_name
-,2020-03-07,US-WY,,,,,,Wyoming
-0.0,2020-03-08,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-09,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-10,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-11,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-12,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-13,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-14,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-15,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-16,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-17,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-18,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-19,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-20,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-21,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-22,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-23,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-24,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-25,US-WY,0.0,,,,,Wyoming
-0.0,2020-03-26,US-WY,0.0,,,,,Wyoming
-11.0,2020-03-27,US-WY,11.0,,,,,Wyoming
-3.0,2020-03-28,US-WY,14.0,,,,,Wyoming
-1.0,2020-03-29,US-WY,15.0,,,,,Wyoming
-2.0,2020-03-30,US-WY,17.0,,,,,Wyoming
-0.0,2020-03-31,US-WY,17.0,,,,,Wyoming
-1.0,2020-04-01,US-WY,18.0,,,,,Wyoming
-1.0,2020-04-02,US-WY,19.0,,,,,Wyoming
-2.0,2020-04-03,US-WY,21.0,,,,,Wyoming
-2.0,2020-04-04,US-WY,23.0,,,,,Wyoming
-0.0,2020-04-05,US-WY,23.0,,,,,Wyoming
-0.0,2020-04-06,US-WY,23.0,,,,,Wyoming
-10.0,2020-04-07,US-WY,33.0,,,,,Wyoming
-0.0,2020-04-08,US-WY,33.0,,,,,Wyoming
-1.0,2020-04-09,US-WY,34.0,,,,,Wyoming
-3.0,2020-04-10,US-WY,37.0,,,,,Wyoming
-0.0,2020-04-11,US-WY,37.0,,,,,Wyoming
-3.0,2020-04-12,US-WY,40.0,,,,,Wyoming
-1.0,2020-04-13,US-WY,41.0,,,,,Wyoming
-2.0,2020-04-14,US-WY,43.0,,,,,Wyoming
-0.0,2020-04-15,US-WY,43.0,,,,,Wyoming
-0.0,2020-04-16,US-WY,43.0,,,,,Wyoming
-0.0,2020-04-17,US-WY,43.0,,,,,Wyoming
-7.0,2020-04-18,US-WY,50.0,,,,,Wyoming
-0.0,2020-04-19,US-WY,50.0,,,,,Wyoming
-1.0,2020-04-20,US-WY,51.0,,,,,Wyoming
-1.0,2020-04-21,US-WY,52.0,,,,,Wyoming
-0.0,2020-04-22,US-WY,52.0,,,,,Wyoming
-0.0,2020-04-23,US-WY,52.0,,,,,Wyoming
-2.0,2020-04-24,US-WY,54.0,,,,,Wyoming
-0.0,2020-04-25,US-WY,54.0,,,,,Wyoming
-0.0,2020-04-26,US-WY,54.0,,,,,Wyoming
-0.0,2020-04-27,US-WY,54.0,,,,,Wyoming
-2.0,2020-04-28,US-WY,56.0,,,,,Wyoming
-0.0,2020-04-29,US-WY,56.0,,,,,Wyoming
-0.0,2020-04-30,US-WY,56.0,,,,,Wyoming
-0.0,2020-05-01,US-WY,56.0,,,,,Wyoming
-2.0,2020-05-02,US-WY,58.0,,,,,Wyoming
-2.0,2020-05-03,US-WY,60.0,,,,,Wyoming
-0.0,2020-05-04,US-WY,60.0,,,,,Wyoming
-0.0,2020-05-05,US-WY,60.0,,,,,Wyoming
-0.0,2020-05-06,US-WY,60.0,,,,,Wyoming
--1.0,2020-05-07,US-WY,59.0,,,,,Wyoming
-1.0,2020-05-08,US-WY,60.0,,,,,Wyoming
-4.0,2020-05-09,US-WY,64.0,,,,,Wyoming
-1.0,2020-05-10,US-WY,65.0,,,,,Wyoming
-1.0,2020-05-11,US-WY,66.0,,,,,Wyoming
-1.0,2020-05-12,US-WY,67.0,,,,,Wyoming
-0.0,2020-05-13,US-WY,67.0,,,,,Wyoming
-0.0,2020-05-14,US-WY,67.0,,,,,Wyoming
-1.0,2020-05-15,US-WY,68.0,,,,,Wyoming
-1.0,2020-05-16,US-WY,69.0,,,,,Wyoming
-1.0,2020-05-17,US-WY,70.0,,,,,Wyoming
-3.0,2020-05-18,US-WY,73.0,,,,,Wyoming
-0.0,2020-05-19,US-WY,73.0,,,,,Wyoming
-1.0,2020-05-20,US-WY,74.0,,,,,Wyoming
-,2020-03-06,US-WV,,,,,,West Virginia
-0.0,2020-03-07,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-08,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-09,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-10,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-11,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-12,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-13,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-14,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-15,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-16,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-17,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-18,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-19,US-WV,0.0,,,,,West Virginia
-0.0,2020-03-20,US-WV,0.0,,,,,West Virginia
-1.0,2020-03-21,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-22,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-23,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-24,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-25,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-26,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-27,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-28,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-29,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-30,US-WV,1.0,,,,,West Virginia
-0.0,2020-03-31,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-01,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-02,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-03,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-04,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-05,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-06,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-07,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-08,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-09,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-10,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-11,US-WV,1.0,,,,,West Virginia
-0.0,2020-04-12,US-WV,1.0,,,,,West Virginia
-164.0,2020-04-13,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-14,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-15,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-16,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-17,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-18,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-19,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-20,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-21,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-22,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-23,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-24,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-25,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-26,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-27,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-28,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-29,US-WV,165.0,,,,,West Virginia
-0.0,2020-04-30,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-01,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-02,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-03,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-04,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-05,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-06,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-07,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-08,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-09,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-10,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-11,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-12,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-13,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-14,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-15,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-16,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-17,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-18,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-19,US-WV,165.0,,,,,West Virginia
-0.0,2020-05-20,US-WV,165.0,,,,,West Virginia
-,2020-03-04,US-WI,,,,,,Wisconsin
-0.0,2020-03-05,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-06,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-07,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-08,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-09,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-10,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-11,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-12,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-13,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-14,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-15,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-16,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-17,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-18,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-19,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-20,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-21,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-22,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-23,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-24,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-25,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-26,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-27,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-28,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-29,US-WI,0.0,,,,,Wisconsin
-0.0,2020-03-30,US-WI,0.0,,,,,Wisconsin
-337.0,2020-03-31,US-WI,337.0,,,,,Wisconsin
-61.0,2020-04-01,US-WI,398.0,,,,,Wisconsin
-63.0,2020-04-02,US-WI,461.0,,,,,Wisconsin
-26.0,2020-04-03,US-WI,487.0,,,,,Wisconsin
-101.0,2020-04-04,US-WI,588.0,,,,,Wisconsin
-36.0,2020-04-05,US-WI,624.0,,,,,Wisconsin
-44.0,2020-04-06,US-WI,668.0,,,,,Wisconsin
-77.0,2020-04-07,US-WI,745.0,,,,,Wisconsin
-45.0,2020-04-08,US-WI,790.0,,,,,Wisconsin
-53.0,2020-04-09,US-WI,843.0,,,,,Wisconsin
-61.0,2020-04-10,US-WI,904.0,,,,,Wisconsin
-46.0,2020-04-11,US-WI,950.0,,,,,Wisconsin
-24.0,2020-04-12,US-WI,974.0,,,,,Wisconsin
-19.0,2020-04-13,US-WI,993.0,,,,,Wisconsin
-56.0,2020-04-14,US-WI,1049.0,,,,,Wisconsin
-42.0,2020-04-15,US-WI,1091.0,,,,,Wisconsin
-30.0,2020-04-16,US-WI,1121.0,,,,,Wisconsin
-32.0,2020-04-17,US-WI,1153.0,,,,,Wisconsin
-23.0,2020-04-18,US-WI,1176.0,,,,,Wisconsin
-14.0,2020-04-19,US-WI,1190.0,,,,,Wisconsin
-21.0,2020-04-20,US-WI,1211.0,,,,,Wisconsin
-41.0,2020-04-21,US-WI,1252.0,,,,,Wisconsin
-50.0,2020-04-22,US-WI,1302.0,,,,,Wisconsin
-16.0,2020-04-23,US-WI,1318.0,,,,,Wisconsin
-35.0,2020-04-24,US-WI,1353.0,,,,,Wisconsin
-23.0,2020-04-25,US-WI,1376.0,,,,,Wisconsin
-21.0,2020-04-26,US-WI,1397.0,,,,,Wisconsin
-18.0,2020-04-27,US-WI,1415.0,,,,,Wisconsin
-41.0,2020-04-28,US-WI,1456.0,,,,,Wisconsin
-33.0,2020-04-29,US-WI,1489.0,,,,,Wisconsin
-23.0,2020-04-30,US-WI,1512.0,,,,,Wisconsin
-32.0,2020-05-01,US-WI,1544.0,,,,,Wisconsin
-47.0,2020-05-02,US-WI,1591.0,,,,,Wisconsin
-17.0,2020-05-03,US-WI,1608.0,,,,,Wisconsin
-13.0,2020-05-04,US-WI,1621.0,,,,,Wisconsin
-42.0,2020-05-05,US-WI,1663.0,,,,,Wisconsin
-31.0,2020-05-06,US-WI,1694.0,,,,,Wisconsin
-38.0,2020-05-07,US-WI,1732.0,,,,,Wisconsin
-35.0,2020-05-08,US-WI,1767.0,,,,,Wisconsin
-39.0,2020-05-09,US-WI,1806.0,,,,,Wisconsin
-14.0,2020-05-10,US-WI,1820.0,,,,,Wisconsin
-26.0,2020-05-11,US-WI,1846.0,,,,,Wisconsin
-31.0,2020-05-12,US-WI,1877.0,,,,,Wisconsin
-31.0,2020-05-13,US-WI,1908.0,,,,,Wisconsin
-31.0,2020-05-14,US-WI,1939.0,,,,,Wisconsin
-38.0,2020-05-15,US-WI,1977.0,,,,,Wisconsin
-41.0,2020-05-16,US-WI,2018.0,,,,,Wisconsin
-20.0,2020-05-17,US-WI,2038.0,,,,,Wisconsin
-30.0,2020-05-18,US-WI,2068.0,,,,,Wisconsin
-42.0,2020-05-19,US-WI,2110.0,,,,,Wisconsin
-51.0,2020-05-20,US-WI,2161.0,,,,,Wisconsin
-,2020-01-22,US-WA,,,,,,Washington
-0.0,2020-01-23,US-WA,0.0,,,,,Washington
-0.0,2020-01-24,US-WA,0.0,,,,,Washington
-0.0,2020-01-25,US-WA,0.0,,,,,Washington
-0.0,2020-01-26,US-WA,0.0,,,,,Washington
-0.0,2020-01-27,US-WA,0.0,,,,,Washington
-0.0,2020-01-28,US-WA,0.0,,,,,Washington
-0.0,2020-01-29,US-WA,0.0,,,,,Washington
-0.0,2020-01-30,US-WA,0.0,,,,,Washington
-0.0,2020-01-31,US-WA,0.0,,,,,Washington
-0.0,2020-02-01,US-WA,0.0,,,,,Washington
-0.0,2020-02-02,US-WA,0.0,,,,,Washington
-0.0,2020-02-03,US-WA,0.0,,,,,Washington
-0.0,2020-02-04,US-WA,0.0,,,,,Washington
-0.0,2020-02-05,US-WA,0.0,,,,,Washington
-0.0,2020-02-06,US-WA,0.0,,,,,Washington
-0.0,2020-02-07,US-WA,0.0,,,,,Washington
-0.0,2020-02-08,US-WA,0.0,,,,,Washington
-0.0,2020-02-09,US-WA,0.0,,,,,Washington
-0.0,2020-02-10,US-WA,0.0,,,,,Washington
-0.0,2020-02-11,US-WA,0.0,,,,,Washington
-0.0,2020-02-12,US-WA,0.0,,,,,Washington
-0.0,2020-02-13,US-WA,0.0,,,,,Washington
-0.0,2020-02-14,US-WA,0.0,,,,,Washington
-0.0,2020-02-15,US-WA,0.0,,,,,Washington
-0.0,2020-02-16,US-WA,0.0,,,,,Washington
-0.0,2020-02-17,US-WA,0.0,,,,,Washington
-0.0,2020-02-18,US-WA,0.0,,,,,Washington
-0.0,2020-02-19,US-WA,0.0,,,,,Washington
-0.0,2020-02-20,US-WA,0.0,,,,,Washington
-0.0,2020-02-21,US-WA,0.0,,,,,Washington
-0.0,2020-02-22,US-WA,0.0,,,,,Washington
-0.0,2020-02-23,US-WA,0.0,,,,,Washington
-0.0,2020-02-24,US-WA,0.0,,,,,Washington
-0.0,2020-02-25,US-WA,0.0,,,,,Washington
-0.0,2020-02-26,US-WA,0.0,,,,,Washington
-0.0,2020-02-27,US-WA,0.0,,,,,Washington
-0.0,2020-02-28,US-WA,0.0,,,,,Washington
-0.0,2020-02-29,US-WA,0.0,,,,,Washington
-0.0,2020-03-01,US-WA,0.0,,,,,Washington
-0.0,2020-03-02,US-WA,0.0,,,,,Washington
-0.0,2020-03-03,US-WA,0.0,,,,,Washington
-0.0,2020-03-04,US-WA,0.0,,,,,Washington
-0.0,2020-03-05,US-WA,0.0,,,,,Washington
-0.0,2020-03-06,US-WA,0.0,,,,,Washington
-0.0,2020-03-07,US-WA,0.0,,,,,Washington
-0.0,2020-03-08,US-WA,0.0,,,,,Washington
-0.0,2020-03-09,US-WA,0.0,,,,,Washington
-0.0,2020-03-10,US-WA,0.0,,,,,Washington
-0.0,2020-03-11,US-WA,0.0,,,,,Washington
-0.0,2020-03-12,US-WA,0.0,,,,,Washington
-0.0,2020-03-13,US-WA,0.0,,,,,Washington
-0.0,2020-03-14,US-WA,0.0,,,,,Washington
-0.0,2020-03-15,US-WA,0.0,,,,,Washington
-0.0,2020-03-16,US-WA,0.0,,,,,Washington
-0.0,2020-03-17,US-WA,0.0,,,,,Washington
-0.0,2020-03-18,US-WA,0.0,,,,,Washington
-0.0,2020-03-19,US-WA,0.0,,,,,Washington
-0.0,2020-03-20,US-WA,0.0,,,,,Washington
-0.0,2020-03-21,US-WA,0.0,,,,,Washington
-0.0,2020-03-22,US-WA,0.0,,,,,Washington
-0.0,2020-03-23,US-WA,0.0,,,,,Washington
-0.0,2020-03-24,US-WA,0.0,,,,,Washington
-0.0,2020-03-25,US-WA,0.0,,,,,Washington
-0.0,2020-03-26,US-WA,0.0,,,,,Washington
-0.0,2020-03-27,US-WA,0.0,,,,,Washington
-0.0,2020-03-28,US-WA,0.0,,,,,Washington
-0.0,2020-03-29,US-WA,0.0,,,,,Washington
-0.0,2020-03-30,US-WA,0.0,,,,,Washington
-0.0,2020-03-31,US-WA,0.0,,,,,Washington
-0.0,2020-04-01,US-WA,0.0,,,,,Washington
-0.0,2020-04-02,US-WA,0.0,,,,,Washington
-0.0,2020-04-03,US-WA,0.0,,,,,Washington
-0.0,2020-04-04,US-WA,0.0,,,,,Washington
-0.0,2020-04-05,US-WA,0.0,,,,,Washington
-0.0,2020-04-06,US-WA,0.0,,,,,Washington
-0.0,2020-04-07,US-WA,0.0,,,,,Washington
-0.0,2020-04-08,US-WA,0.0,,,,,Washington
-0.0,2020-04-09,US-WA,0.0,,,,,Washington
-0.0,2020-04-10,US-WA,0.0,,,,,Washington
-0.0,2020-04-11,US-WA,0.0,,,,,Washington
-0.0,2020-04-12,US-WA,0.0,,,,,Washington
-0.0,2020-04-13,US-WA,0.0,,,,,Washington
-0.0,2020-04-14,US-WA,0.0,,,,,Washington
-0.0,2020-04-15,US-WA,0.0,,,,,Washington
-0.0,2020-04-16,US-WA,0.0,,,,,Washington
-0.0,2020-04-17,US-WA,0.0,,,,,Washington
-0.0,2020-04-18,US-WA,0.0,,,,,Washington
-0.0,2020-04-19,US-WA,0.0,,,,,Washington
-0.0,2020-04-20,US-WA,0.0,,,,,Washington
-0.0,2020-04-21,US-WA,0.0,,,,,Washington
-0.0,2020-04-22,US-WA,0.0,,,,,Washington
-0.0,2020-04-23,US-WA,0.0,,,,,Washington
-0.0,2020-04-24,US-WA,0.0,,,,,Washington
-0.0,2020-04-25,US-WA,0.0,,,,,Washington
-0.0,2020-04-26,US-WA,0.0,,,,,Washington
-0.0,2020-04-27,US-WA,0.0,,,,,Washington
-0.0,2020-04-28,US-WA,0.0,,,,,Washington
-0.0,2020-04-29,US-WA,0.0,,,,,Washington
-0.0,2020-04-30,US-WA,0.0,,,,,Washington
-0.0,2020-05-01,US-WA,0.0,,,,,Washington
-0.0,2020-05-02,US-WA,0.0,,,,,Washington
-0.0,2020-05-03,US-WA,0.0,,,,,Washington
-0.0,2020-05-04,US-WA,0.0,,,,,Washington
-0.0,2020-05-05,US-WA,0.0,,,,,Washington
-0.0,2020-05-06,US-WA,0.0,,,,,Washington
-0.0,2020-05-07,US-WA,0.0,,,,,Washington
-0.0,2020-05-08,US-WA,0.0,,,,,Washington
-0.0,2020-05-09,US-WA,0.0,,,,,Washington
-0.0,2020-05-10,US-WA,0.0,,,,,Washington
-0.0,2020-05-11,US-WA,0.0,,,,,Washington
-0.0,2020-05-12,US-WA,0.0,,,,,Washington
-0.0,2020-05-13,US-WA,0.0,,,,,Washington
-0.0,2020-05-14,US-WA,0.0,,,,,Washington
-0.0,2020-05-15,US-WA,0.0,,,,,Washington
-0.0,2020-05-16,US-WA,0.0,,,,,Washington
-0.0,2020-05-17,US-WA,0.0,,,,,Washington
-0.0,2020-05-18,US-WA,0.0,,,,,Washington
-0.0,2020-05-19,US-WA,0.0,,,,,Washington
-0.0,2020-05-20,US-WA,0.0,,,,,Washington
-,2020-03-06,US-VT,,,,,,Vermont
-0.0,2020-03-07,US-VT,0.0,,,,,Vermont
-0.0,2020-03-08,US-VT,0.0,,,,,Vermont
-0.0,2020-03-09,US-VT,0.0,,,,,Vermont
-0.0,2020-03-10,US-VT,0.0,,,,,Vermont
-0.0,2020-03-11,US-VT,0.0,,,,,Vermont
-0.0,2020-03-12,US-VT,0.0,,,,,Vermont
-0.0,2020-03-13,US-VT,0.0,,,,,Vermont
-0.0,2020-03-14,US-VT,0.0,,,,,Vermont
-0.0,2020-03-15,US-VT,0.0,,,,,Vermont
-0.0,2020-03-16,US-VT,0.0,,,,,Vermont
-0.0,2020-03-17,US-VT,0.0,,,,,Vermont
-0.0,2020-03-18,US-VT,0.0,,,,,Vermont
-0.0,2020-03-19,US-VT,0.0,,,,,Vermont
-0.0,2020-03-20,US-VT,0.0,,,,,Vermont
-0.0,2020-03-21,US-VT,0.0,,,,,Vermont
-0.0,2020-03-22,US-VT,0.0,,,,,Vermont
-0.0,2020-03-23,US-VT,0.0,,,,,Vermont
-0.0,2020-03-24,US-VT,0.0,,,,,Vermont
-0.0,2020-03-25,US-VT,0.0,,,,,Vermont
-0.0,2020-03-26,US-VT,0.0,,,,,Vermont
-18.0,2020-03-27,US-VT,18.0,,,,,Vermont
-0.0,2020-03-28,US-VT,18.0,,,,,Vermont
-0.0,2020-03-29,US-VT,18.0,,,,,Vermont
-0.0,2020-03-30,US-VT,18.0,,,,,Vermont
-18.0,2020-03-31,US-VT,36.0,,,,,Vermont
-9.0,2020-04-01,US-VT,45.0,,,,,Vermont
-0.0,2020-04-02,US-VT,45.0,,,,,Vermont
-0.0,2020-04-03,US-VT,45.0,,,,,Vermont
-0.0,2020-04-04,US-VT,45.0,,,,,Vermont
-0.0,2020-04-05,US-VT,45.0,,,,,Vermont
-0.0,2020-04-06,US-VT,45.0,,,,,Vermont
-0.0,2020-04-07,US-VT,45.0,,,,,Vermont
-5.0,2020-04-08,US-VT,50.0,,,,,Vermont
-0.0,2020-04-09,US-VT,50.0,,,,,Vermont
-0.0,2020-04-10,US-VT,50.0,,,,,Vermont
-0.0,2020-04-11,US-VT,50.0,,,,,Vermont
-0.0,2020-04-12,US-VT,50.0,,,,,Vermont
-0.0,2020-04-13,US-VT,50.0,,,,,Vermont
-0.0,2020-04-14,US-VT,50.0,,,,,Vermont
-0.0,2020-04-15,US-VT,50.0,,,,,Vermont
-0.0,2020-04-16,US-VT,50.0,,,,,Vermont
-0.0,2020-04-17,US-VT,50.0,,,,,Vermont
-0.0,2020-04-18,US-VT,50.0,,,,,Vermont
-0.0,2020-04-19,US-VT,50.0,,,,,Vermont
-0.0,2020-04-20,US-VT,50.0,,,,,Vermont
-0.0,2020-04-21,US-VT,50.0,,,,,Vermont
-0.0,2020-04-22,US-VT,50.0,,,,,Vermont
-0.0,2020-04-23,US-VT,50.0,,,,,Vermont
-0.0,2020-04-24,US-VT,50.0,,,,,Vermont
-0.0,2020-04-25,US-VT,50.0,,,,,Vermont
-0.0,2020-04-26,US-VT,50.0,,,,,Vermont
-0.0,2020-04-27,US-VT,50.0,,,,,Vermont
-0.0,2020-04-28,US-VT,50.0,,,,,Vermont
-0.0,2020-04-29,US-VT,50.0,,,,,Vermont
-0.0,2020-04-30,US-VT,50.0,,,,,Vermont
-0.0,2020-05-01,US-VT,50.0,,,,,Vermont
-0.0,2020-05-02,US-VT,50.0,,,,,Vermont
-0.0,2020-05-03,US-VT,50.0,,,,,Vermont
-0.0,2020-05-04,US-VT,50.0,,,,,Vermont
-0.0,2020-05-05,US-VT,50.0,,,,,Vermont
-0.0,2020-05-06,US-VT,50.0,,,,,Vermont
-0.0,2020-05-07,US-VT,50.0,,,,,Vermont
-0.0,2020-05-08,US-VT,50.0,,,,,Vermont
-0.0,2020-05-09,US-VT,50.0,,,,,Vermont
-0.0,2020-05-10,US-VT,50.0,,,,,Vermont
-0.0,2020-05-11,US-VT,50.0,,,,,Vermont
-0.0,2020-05-12,US-VT,50.0,,,,,Vermont
-0.0,2020-05-13,US-VT,50.0,,,,,Vermont
-0.0,2020-05-14,US-VT,50.0,,,,,Vermont
-0.0,2020-05-15,US-VT,50.0,,,,,Vermont
-0.0,2020-05-16,US-VT,50.0,,,,,Vermont
-0.0,2020-05-17,US-VT,50.0,,,,,Vermont
-0.0,2020-05-18,US-VT,50.0,,,,,Vermont
-0.0,2020-05-19,US-VT,50.0,,,,,Vermont
-0.0,2020-05-20,US-VT,50.0,,,,,Vermont
-,2020-03-16,US-VI,,,,,,United States Virgin Islands
-0.0,2020-03-17,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-18,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-19,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-20,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-21,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-22,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-23,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-24,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-25,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-26,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-27,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-28,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-29,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-30,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-03-31,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-01,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-02,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-03,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-04,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-05,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-06,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-07,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-08,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-09,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-10,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-11,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-12,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-13,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-14,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-15,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-16,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-17,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-18,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-19,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-20,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-21,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-22,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-23,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-24,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-25,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-26,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-27,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-28,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-29,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-04-30,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-01,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-02,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-03,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-04,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-05,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-06,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-07,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-08,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-09,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-10,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-11,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-12,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-13,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-14,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-15,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-16,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-17,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-18,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-19,US-VI,0.0,,,,,United States Virgin Islands
-0.0,2020-05-20,US-VI,0.0,,,,,United States Virgin Islands
-,2020-03-05,US-VA,,,,,,Virginia
-0.0,2020-03-06,US-VA,0.0,,,,,Virginia
-0.0,2020-03-07,US-VA,0.0,,,,,Virginia
-0.0,2020-03-08,US-VA,0.0,,,,,Virginia
-0.0,2020-03-09,US-VA,0.0,,,,,Virginia
-0.0,2020-03-10,US-VA,0.0,,,,,Virginia
-0.0,2020-03-11,US-VA,0.0,,,,,Virginia
-0.0,2020-03-12,US-VA,0.0,,,,,Virginia
-0.0,2020-03-13,US-VA,0.0,,,,,Virginia
-0.0,2020-03-14,US-VA,0.0,,,,,Virginia
-0.0,2020-03-15,US-VA,0.0,,,,,Virginia
-0.0,2020-03-16,US-VA,0.0,,,,,Virginia
-0.0,2020-03-17,US-VA,0.0,,,,,Virginia
-0.0,2020-03-18,US-VA,0.0,,,,,Virginia
-0.0,2020-03-19,US-VA,0.0,,,,,Virginia
-0.0,2020-03-20,US-VA,0.0,,,,,Virginia
-25.0,2020-03-21,US-VA,25.0,,,,,Virginia
-7.0,2020-03-22,US-VA,32.0,,,,,Virginia
-6.0,2020-03-23,US-VA,38.0,,,,,Virginia
-7.0,2020-03-24,US-VA,45.0,,,,,Virginia
-14.0,2020-03-25,US-VA,59.0,,,,,Virginia
-6.0,2020-03-26,US-VA,65.0,,,,,Virginia
-18.0,2020-03-27,US-VA,83.0,,,,,Virginia
-16.0,2020-03-28,US-VA,99.0,,,,,Virginia
-13.0,2020-03-29,US-VA,112.0,,,,,Virginia
-24.0,2020-03-30,US-VA,136.0,,,,,Virginia
-29.0,2020-03-31,US-VA,165.0,,,,,Virginia
-140.0,2020-04-01,US-VA,305.0,,,,,Virginia
-0.0,2020-04-02,US-VA,305.0,,,,,Virginia
-7.0,2020-04-03,US-VA,312.0,,,,,Virginia
-78.0,2020-04-04,US-VA,390.0,,,,,Virginia
-41.0,2020-04-05,US-VA,431.0,,,,,Virginia
-66.0,2020-04-06,US-VA,497.0,,,,,Virginia
-66.0,2020-04-07,US-VA,563.0,,,,,Virginia
-52.0,2020-04-08,US-VA,615.0,,,,,Virginia
-70.0,2020-04-09,US-VA,685.0,,,,,Virginia
-87.0,2020-04-10,US-VA,772.0,,,,,Virginia
-0.0,2020-04-11,US-VA,772.0,,,,,Virginia
-0.0,2020-04-12,US-VA,772.0,,,,,Virginia
-0.0,2020-04-13,US-VA,772.0,,,,,Virginia
-0.0,2020-04-14,US-VA,772.0,,,,,Virginia
-1048.0,2020-04-15,US-VA,1820.0,,,,,Virginia
-66.0,2020-04-16,US-VA,1886.0,,,,,Virginia
-107.0,2020-04-17,US-VA,1993.0,,,,,Virginia
-75.0,2020-04-18,US-VA,2068.0,,,,,Virginia
-126.0,2020-04-19,US-VA,2194.0,,,,,Virginia
-78.0,2020-04-20,US-VA,2272.0,,,,,Virginia
-81.0,2020-04-21,US-VA,2353.0,,,,,Virginia
-78.0,2020-04-22,US-VA,2431.0,,,,,Virginia
-94.0,2020-04-23,US-VA,2525.0,,,,,Virginia
-84.0,2020-04-24,US-VA,2609.0,,,,,Virginia
-105.0,2020-04-25,US-VA,2714.0,,,,,Virginia
-72.0,2020-04-26,US-VA,2786.0,,,,,Virginia
-1284.0,2020-04-27,US-VA,4070.0,,,,,Virginia
-124.0,2020-04-28,US-VA,4194.0,,,,,Virginia
-186.0,2020-04-29,US-VA,4380.0,,,,,Virginia
-46.0,2020-04-30,US-VA,4426.0,,,,,Virginia
-0.0,2020-05-01,US-VA,4426.0,,,,,Virginia
-84.0,2020-05-02,US-VA,4510.0,,,,,Virginia
-172.0,2020-05-03,US-VA,4682.0,,,,,Virginia
-100.0,2020-05-04,US-VA,4782.0,,,,,Virginia
-103.0,2020-05-05,US-VA,4885.0,,,,,Virginia
-0.0,2020-05-06,US-VA,4885.0,,,,,Virginia
-325.0,2020-05-07,US-VA,5210.0,,,,,Virginia
-184.0,2020-05-08,US-VA,5394.0,,,,,Virginia
-95.0,2020-05-09,US-VA,5489.0,,,,,Virginia
-39.0,2020-05-10,US-VA,5528.0,,,,,Virginia
-21.0,2020-05-11,US-VA,5549.0,,,,,Virginia
-152.0,2020-05-12,US-VA,5701.0,,,,,Virginia
-151.0,2020-05-13,US-VA,5852.0,,,,,Virginia
-131.0,2020-05-14,US-VA,5983.0,,,,,Virginia
-105.0,2020-05-15,US-VA,6088.0,,,,,Virginia
-98.0,2020-05-16,US-VA,6186.0,,,,,Virginia
-103.0,2020-05-17,US-VA,6289.0,,,,,Virginia
-92.0,2020-05-18,US-VA,6381.0,,,,,Virginia
-159.0,2020-05-19,US-VA,6540.0,,,,,Virginia
-291.0,2020-05-20,US-VA,6831.0,,,,,Virginia
-,2020-03-07,US-UT,,,,,,Utah
-0.0,2020-03-08,US-UT,0.0,,,,,Utah
-0.0,2020-03-09,US-UT,0.0,,,,,Utah
-0.0,2020-03-10,US-UT,0.0,,,,,Utah
-0.0,2020-03-11,US-UT,0.0,,,,,Utah
-0.0,2020-03-12,US-UT,0.0,,,,,Utah
-0.0,2020-03-13,US-UT,0.0,,,,,Utah
-0.0,2020-03-14,US-UT,0.0,,,,,Utah
-0.0,2020-03-15,US-UT,0.0,,,,,Utah
-0.0,2020-03-16,US-UT,0.0,,,,,Utah
-0.0,2020-03-17,US-UT,0.0,,,,,Utah
-0.0,2020-03-18,US-UT,0.0,,,,,Utah
-0.0,2020-03-19,US-UT,0.0,,,,,Utah
-0.0,2020-03-20,US-UT,0.0,,,,,Utah
-0.0,2020-03-21,US-UT,0.0,,,,,Utah
-0.0,2020-03-22,US-UT,0.0,,,,,Utah
-0.0,2020-03-23,US-UT,0.0,,,,,Utah
-0.0,2020-03-24,US-UT,0.0,,,,,Utah
-0.0,2020-03-25,US-UT,0.0,,,,,Utah
-0.0,2020-03-26,US-UT,0.0,,,,,Utah
-0.0,2020-03-27,US-UT,0.0,,,,,Utah
-0.0,2020-03-28,US-UT,0.0,,,,,Utah
-0.0,2020-03-29,US-UT,0.0,,,,,Utah
-0.0,2020-03-30,US-UT,0.0,,,,,Utah
-73.0,2020-03-31,US-UT,73.0,,,,,Utah
-18.0,2020-04-01,US-UT,91.0,,,,,Utah
-9.0,2020-04-02,US-UT,100.0,,,,,Utah
-6.0,2020-04-03,US-UT,106.0,,,,,Utah
-11.0,2020-04-04,US-UT,117.0,,,,,Utah
-7.0,2020-04-05,US-UT,124.0,,,,,Utah
-14.0,2020-04-06,US-UT,138.0,,,,,Utah
-10.0,2020-04-07,US-UT,148.0,,,,,Utah
-10.0,2020-04-08,US-UT,158.0,,,,,Utah
-10.0,2020-04-09,US-UT,168.0,,,,,Utah
-15.0,2020-04-10,US-UT,183.0,,,,,Utah
-7.0,2020-04-11,US-UT,190.0,,,,,Utah
-5.0,2020-04-12,US-UT,195.0,,,,,Utah
-6.0,2020-04-13,US-UT,201.0,,,,,Utah
-12.0,2020-04-14,US-UT,213.0,,,,,Utah
-8.0,2020-04-15,US-UT,221.0,,,,,Utah
-17.0,2020-04-16,US-UT,238.0,,,,,Utah
-6.0,2020-04-17,US-UT,244.0,,,,,Utah
-7.0,2020-04-18,US-UT,251.0,,,,,Utah
-8.0,2020-04-19,US-UT,259.0,,,,,Utah
-9.0,2020-04-20,US-UT,268.0,,,,,Utah
-9.0,2020-04-21,US-UT,277.0,,,,,Utah
-11.0,2020-04-22,US-UT,288.0,,,,,Utah
-13.0,2020-04-23,US-UT,301.0,,,,,Utah
-14.0,2020-04-24,US-UT,315.0,,,,,Utah
-14.0,2020-04-25,US-UT,329.0,,,,,Utah
-16.0,2020-04-26,US-UT,345.0,,,,,Utah
-4.0,2020-04-27,US-UT,349.0,,,,,Utah
-21.0,2020-04-28,US-UT,370.0,,,,,Utah
-13.0,2020-04-29,US-UT,383.0,,,,,Utah
-7.0,2020-04-30,US-UT,390.0,,,,,Utah
-13.0,2020-05-01,US-UT,403.0,,,,,Utah
-15.0,2020-05-02,US-UT,418.0,,,,,Utah
-18.0,2020-05-03,US-UT,436.0,,,,,Utah
-5.0,2020-05-04,US-UT,441.0,,,,,Utah
-15.0,2020-05-05,US-UT,456.0,,,,,Utah
-8.0,2020-05-06,US-UT,464.0,,,,,Utah
-12.0,2020-05-07,US-UT,476.0,,,,,Utah
-12.0,2020-05-08,US-UT,488.0,,,,,Utah
-10.0,2020-05-09,US-UT,498.0,,,,,Utah
-14.0,2020-05-10,US-UT,512.0,,,,,Utah
-5.0,2020-05-11,US-UT,517.0,,,,,Utah
-18.0,2020-05-12,US-UT,535.0,,,,,Utah
-18.0,2020-05-13,US-UT,553.0,,,,,Utah
-5.0,2020-05-14,US-UT,558.0,,,,,Utah
-8.0,2020-05-15,US-UT,566.0,,,,,Utah
-12.0,2020-05-16,US-UT,578.0,,,,,Utah
-8.0,2020-05-17,US-UT,586.0,,,,,Utah
-9.0,2020-05-18,US-UT,595.0,,,,,Utah
-0.0,2020-05-19,US-UT,595.0,,,,,Utah
-36.0,2020-05-20,US-UT,631.0,,,,,Utah
-,2020-03-04,US-TX,,,,,,Texas
-0.0,2020-03-05,US-TX,0.0,,,,,Texas
-0.0,2020-03-06,US-TX,0.0,,,,,Texas
-0.0,2020-03-07,US-TX,0.0,,,,,Texas
-0.0,2020-03-08,US-TX,0.0,,,,,Texas
-0.0,2020-03-09,US-TX,0.0,,,,,Texas
-0.0,2020-03-10,US-TX,0.0,,,,,Texas
-0.0,2020-03-11,US-TX,0.0,,,,,Texas
-0.0,2020-03-12,US-TX,0.0,,,,,Texas
-0.0,2020-03-13,US-TX,0.0,,,,,Texas
-0.0,2020-03-14,US-TX,0.0,,,,,Texas
-0.0,2020-03-15,US-TX,0.0,,,,,Texas
-0.0,2020-03-16,US-TX,0.0,,,,,Texas
-0.0,2020-03-17,US-TX,0.0,,,,,Texas
-0.0,2020-03-18,US-TX,0.0,,,,,Texas
-0.0,2020-03-19,US-TX,0.0,,,,,Texas
-0.0,2020-03-20,US-TX,0.0,,,,,Texas
-0.0,2020-03-21,US-TX,0.0,,,,,Texas
-0.0,2020-03-22,US-TX,0.0,,,,,Texas
-0.0,2020-03-23,US-TX,0.0,,,,,Texas
-0.0,2020-03-24,US-TX,0.0,,,,,Texas
-0.0,2020-03-25,US-TX,0.0,,,,,Texas
-0.0,2020-03-26,US-TX,0.0,,,,,Texas
-0.0,2020-03-27,US-TX,0.0,,,,,Texas
-0.0,2020-03-28,US-TX,0.0,,,,,Texas
-0.0,2020-03-29,US-TX,0.0,,,,,Texas
-0.0,2020-03-30,US-TX,0.0,,,,,Texas
-0.0,2020-03-31,US-TX,0.0,,,,,Texas
-0.0,2020-04-01,US-TX,0.0,,,,,Texas
-0.0,2020-04-02,US-TX,0.0,,,,,Texas
-0.0,2020-04-03,US-TX,0.0,,,,,Texas
-0.0,2020-04-04,US-TX,0.0,,,,,Texas
-0.0,2020-04-05,US-TX,0.0,,,,,Texas
-0.0,2020-04-06,US-TX,0.0,,,,,Texas
-0.0,2020-04-07,US-TX,0.0,,,,,Texas
-0.0,2020-04-08,US-TX,0.0,,,,,Texas
-0.0,2020-04-09,US-TX,0.0,,,,,Texas
-0.0,2020-04-10,US-TX,0.0,,,,,Texas
-0.0,2020-04-11,US-TX,0.0,,,,,Texas
-0.0,2020-04-12,US-TX,0.0,,,,,Texas
-0.0,2020-04-13,US-TX,0.0,,,,,Texas
-0.0,2020-04-14,US-TX,0.0,,,,,Texas
-0.0,2020-04-15,US-TX,0.0,,,,,Texas
-0.0,2020-04-16,US-TX,0.0,,,,,Texas
-0.0,2020-04-17,US-TX,0.0,,,,,Texas
-0.0,2020-04-18,US-TX,0.0,,,,,Texas
-0.0,2020-04-19,US-TX,0.0,,,,,Texas
-0.0,2020-04-20,US-TX,0.0,,,,,Texas
-0.0,2020-04-21,US-TX,0.0,,,,,Texas
-0.0,2020-04-22,US-TX,0.0,,,,,Texas
-0.0,2020-04-23,US-TX,0.0,,,,,Texas
-0.0,2020-04-24,US-TX,0.0,,,,,Texas
-0.0,2020-04-25,US-TX,0.0,,,,,Texas
-0.0,2020-04-26,US-TX,0.0,,,,,Texas
-0.0,2020-04-27,US-TX,0.0,,,,,Texas
-0.0,2020-04-28,US-TX,0.0,,,,,Texas
-0.0,2020-04-29,US-TX,0.0,,,,,Texas
-0.0,2020-04-30,US-TX,0.0,,,,,Texas
-0.0,2020-05-01,US-TX,0.0,,,,,Texas
-0.0,2020-05-02,US-TX,0.0,,,,,Texas
-0.0,2020-05-03,US-TX,0.0,,,,,Texas
-0.0,2020-05-04,US-TX,0.0,,,,,Texas
-0.0,2020-05-05,US-TX,0.0,,,,,Texas
-0.0,2020-05-06,US-TX,0.0,,,,,Texas
-0.0,2020-05-07,US-TX,0.0,,,,,Texas
-0.0,2020-05-08,US-TX,0.0,,,,,Texas
-0.0,2020-05-09,US-TX,0.0,,,,,Texas
-0.0,2020-05-10,US-TX,0.0,,,,,Texas
-0.0,2020-05-11,US-TX,0.0,,,,,Texas
-0.0,2020-05-12,US-TX,0.0,,,,,Texas
-0.0,2020-05-13,US-TX,0.0,,,,,Texas
-0.0,2020-05-14,US-TX,0.0,,,,,Texas
-0.0,2020-05-15,US-TX,0.0,,,,,Texas
-0.0,2020-05-16,US-TX,0.0,,,,,Texas
-0.0,2020-05-17,US-TX,0.0,,,,,Texas
-0.0,2020-05-18,US-TX,0.0,,,,,Texas
-0.0,2020-05-19,US-TX,0.0,,,,,Texas
-0.0,2020-05-20,US-TX,0.0,,,,,Texas
-,2020-03-05,US-TN,,,,,,Tennessee
-0.0,2020-03-06,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-07,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-08,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-09,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-10,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-11,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-12,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-13,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-14,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-15,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-16,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-17,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-18,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-19,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-20,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-21,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-22,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-23,US-TN,0.0,,,,,Tennessee
-0.0,2020-03-24,US-TN,0.0,,,,,Tennessee
-53.0,2020-03-25,US-TN,53.0,,,,,Tennessee
-23.0,2020-03-26,US-TN,76.0,,,,,Tennessee
-27.0,2020-03-27,US-TN,103.0,,,,,Tennessee
-15.0,2020-03-28,US-TN,118.0,,,,,Tennessee
-15.0,2020-03-29,US-TN,133.0,,,,,Tennessee
-15.0,2020-03-30,US-TN,148.0,,,,,Tennessee
-27.0,2020-03-31,US-TN,175.0,,,,,Tennessee
-25.0,2020-04-01,US-TN,200.0,,,,,Tennessee
-63.0,2020-04-02,US-TN,263.0,,,,,Tennessee
-30.0,2020-04-03,US-TN,293.0,,,,,Tennessee
-18.0,2020-04-04,US-TN,311.0,,,,,Tennessee
-17.0,2020-04-05,US-TN,328.0,,,,,Tennessee
-24.0,2020-04-06,US-TN,352.0,,,,,Tennessee
-56.0,2020-04-07,US-TN,408.0,,,,,Tennessee
-41.0,2020-04-08,US-TN,449.0,,,,,Tennessee
-56.0,2020-04-09,US-TN,505.0,,,,,Tennessee
-31.0,2020-04-10,US-TN,536.0,,,,,Tennessee
-20.0,2020-04-11,US-TN,556.0,,,,,Tennessee
-11.0,2020-04-12,US-TN,567.0,,,,,Tennessee
-12.0,2020-04-13,US-TN,579.0,,,,,Tennessee
-54.0,2020-04-14,US-TN,633.0,,,,,Tennessee
-30.0,2020-04-15,US-TN,663.0,,,,,Tennessee
-28.0,2020-04-16,US-TN,691.0,,,,,Tennessee
-20.0,2020-04-17,US-TN,711.0,,,,,Tennessee
-8.0,2020-04-18,US-TN,719.0,,,,,Tennessee
-5.0,2020-04-19,US-TN,724.0,,,,,Tennessee
-6.0,2020-04-20,US-TN,730.0,,,,,Tennessee
-30.0,2020-04-21,US-TN,760.0,,,,,Tennessee
-15.0,2020-04-22,US-TN,775.0,,,,,Tennessee
-18.0,2020-04-23,US-TN,793.0,,,,,Tennessee
-15.0,2020-04-24,US-TN,808.0,,,,,Tennessee
-13.0,2020-04-25,US-TN,821.0,,,,,Tennessee
-7.0,2020-04-26,US-TN,828.0,,,,,Tennessee
-9.0,2020-04-27,US-TN,837.0,,,,,Tennessee
-57.0,2020-04-28,US-TN,894.0,,,,,Tennessee
-119.0,2020-04-29,US-TN,1013.0,,,,,Tennessee
-32.0,2020-04-30,US-TN,1045.0,,,,,Tennessee
-68.0,2020-05-01,US-TN,1113.0,,,,,Tennessee
-12.0,2020-05-02,US-TN,1125.0,,,,,Tennessee
-10.0,2020-05-03,US-TN,1135.0,,,,,Tennessee
-8.0,2020-05-04,US-TN,1143.0,,,,,Tennessee
-13.0,2020-05-05,US-TN,1156.0,,,,,Tennessee
-65.0,2020-05-06,US-TN,1221.0,,,,,Tennessee
-45.0,2020-05-07,US-TN,1266.0,,,,,Tennessee
-33.0,2020-05-08,US-TN,1299.0,,,,,Tennessee
-20.0,2020-05-09,US-TN,1319.0,,,,,Tennessee
-6.0,2020-05-10,US-TN,1325.0,,,,,Tennessee
-19.0,2020-05-11,US-TN,1344.0,,,,,Tennessee
-19.0,2020-05-12,US-TN,1363.0,,,,,Tennessee
-25.0,2020-05-13,US-TN,1388.0,,,,,Tennessee
-47.0,2020-05-14,US-TN,1435.0,,,,,Tennessee
-19.0,2020-05-15,US-TN,1454.0,,,,,Tennessee
-20.0,2020-05-16,US-TN,1474.0,,,,,Tennessee
-8.0,2020-05-17,US-TN,1482.0,,,,,Tennessee
-7.0,2020-05-18,US-TN,1489.0,,,,,Tennessee
-9.0,2020-05-19,US-TN,1498.0,,,,,Tennessee
-17.0,2020-05-20,US-TN,1515.0,,,,,Tennessee
-,2020-03-07,US-SD,,,,,,South Dakota
-0.0,2020-03-08,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-09,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-10,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-11,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-12,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-13,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-14,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-15,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-16,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-17,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-18,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-19,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-20,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-21,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-22,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-23,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-24,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-25,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-26,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-27,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-28,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-29,US-SD,0.0,,,,,South Dakota
-0.0,2020-03-30,US-SD,0.0,,,,,South Dakota
-12.0,2020-03-31,US-SD,12.0,,,,,South Dakota
-0.0,2020-04-01,US-SD,12.0,,,,,South Dakota
-5.0,2020-04-02,US-SD,17.0,,,,,South Dakota
-0.0,2020-04-03,US-SD,17.0,,,,,South Dakota
-2.0,2020-04-04,US-SD,19.0,,,,,South Dakota
-3.0,2020-04-05,US-SD,22.0,,,,,South Dakota
-1.0,2020-04-06,US-SD,23.0,,,,,South Dakota
-0.0,2020-04-07,US-SD,23.0,,,,,South Dakota
-3.0,2020-04-08,US-SD,26.0,,,,,South Dakota
-1.0,2020-04-09,US-SD,27.0,,,,,South Dakota
-2.0,2020-04-10,US-SD,29.0,,,,,South Dakota
-4.0,2020-04-11,US-SD,33.0,,,,,South Dakota
-10.0,2020-04-12,US-SD,43.0,,,,,South Dakota
-1.0,2020-04-13,US-SD,44.0,,,,,South Dakota
-1.0,2020-04-14,US-SD,45.0,,,,,South Dakota
-6.0,2020-04-15,US-SD,51.0,,,,,South Dakota
-4.0,2020-04-16,US-SD,55.0,,,,,South Dakota
-8.0,2020-04-17,US-SD,63.0,,,,,South Dakota
-5.0,2020-04-18,US-SD,68.0,,,,,South Dakota
-6.0,2020-04-19,US-SD,74.0,,,,,South Dakota
-13.0,2020-04-20,US-SD,87.0,,,,,South Dakota
-13.0,2020-04-21,US-SD,100.0,,,,,South Dakota
-11.0,2020-04-22,US-SD,111.0,,,,,South Dakota
-8.0,2020-04-23,US-SD,119.0,,,,,South Dakota
-5.0,2020-04-24,US-SD,124.0,,,,,South Dakota
-4.0,2020-04-25,US-SD,128.0,,,,,South Dakota
-7.0,2020-04-26,US-SD,135.0,,,,,South Dakota
-15.0,2020-04-27,US-SD,150.0,,,,,South Dakota
-7.0,2020-04-28,US-SD,157.0,,,,,South Dakota
-8.0,2020-04-29,US-SD,165.0,,,,,South Dakota
-8.0,2020-04-30,US-SD,173.0,,,,,South Dakota
-6.0,2020-05-01,US-SD,179.0,,,,,South Dakota
-8.0,2020-05-02,US-SD,187.0,,,,,South Dakota
-10.0,2020-05-03,US-SD,197.0,,,,,South Dakota
-14.0,2020-05-04,US-SD,211.0,,,,,South Dakota
-9.0,2020-05-05,US-SD,220.0,,,,,South Dakota
-10.0,2020-05-06,US-SD,230.0,,,,,South Dakota
-6.0,2020-05-07,US-SD,236.0,,,,,South Dakota
-11.0,2020-05-08,US-SD,247.0,,,,,South Dakota
-6.0,2020-05-09,US-SD,253.0,,,,,South Dakota
-8.0,2020-05-10,US-SD,261.0,,,,,South Dakota
-2.0,2020-05-11,US-SD,263.0,,,,,South Dakota
-8.0,2020-05-12,US-SD,271.0,,,,,South Dakota
-10.0,2020-05-13,US-SD,281.0,,,,,South Dakota
-9.0,2020-05-14,US-SD,290.0,,,,,South Dakota
-6.0,2020-05-15,US-SD,296.0,,,,,South Dakota
-8.0,2020-05-16,US-SD,304.0,,,,,South Dakota
-8.0,2020-05-17,US-SD,312.0,,,,,South Dakota
-4.0,2020-05-18,US-SD,316.0,,,,,South Dakota
-11.0,2020-05-19,US-SD,327.0,,,,,South Dakota
-6.0,2020-05-20,US-SD,333.0,,,,,South Dakota
-,2020-03-04,US-SC,,,,,,South Carolina
-0.0,2020-03-05,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-06,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-07,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-08,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-09,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-10,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-11,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-12,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-13,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-14,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-15,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-16,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-17,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-18,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-19,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-20,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-21,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-22,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-23,US-SC,0.0,,,,,South Carolina
-0.0,2020-03-24,US-SC,0.0,,,,,South Carolina
-102.0,2020-03-25,US-SC,102.0,,,,,South Carolina
-0.0,2020-03-26,US-SC,102.0,,,,,South Carolina
-0.0,2020-03-27,US-SC,102.0,,,,,South Carolina
-0.0,2020-03-28,US-SC,102.0,,,,,South Carolina
-0.0,2020-03-29,US-SC,102.0,,,,,South Carolina
-0.0,2020-03-30,US-SC,102.0,,,,,South Carolina
-0.0,2020-03-31,US-SC,102.0,,,,,South Carolina
-0.0,2020-04-01,US-SC,102.0,,,,,South Carolina
-139.0,2020-04-02,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-03,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-04,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-05,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-06,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-07,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-08,US-SC,241.0,,,,,South Carolina
-0.0,2020-04-09,US-SC,241.0,,,,,South Carolina
-255.0,2020-04-10,US-SC,496.0,,,,,South Carolina
-0.0,2020-04-11,US-SC,496.0,,,,,South Carolina
-0.0,2020-04-12,US-SC,496.0,,,,,South Carolina
-0.0,2020-04-13,US-SC,496.0,,,,,South Carolina
-179.0,2020-04-14,US-SC,675.0,,,,,South Carolina
-0.0,2020-04-15,US-SC,675.0,,,,,South Carolina
-0.0,2020-04-16,US-SC,675.0,,,,,South Carolina
-0.0,2020-04-17,US-SC,675.0,,,,,South Carolina
-101.0,2020-04-18,US-SC,776.0,,,,,South Carolina
-0.0,2020-04-19,US-SC,776.0,,,,,South Carolina
-0.0,2020-04-20,US-SC,776.0,,,,,South Carolina
-0.0,2020-04-21,US-SC,776.0,,,,,South Carolina
-61.0,2020-04-22,US-SC,837.0,,,,,South Carolina
-0.0,2020-04-23,US-SC,837.0,,,,,South Carolina
-0.0,2020-04-24,US-SC,837.0,,,,,South Carolina
-107.0,2020-04-25,US-SC,944.0,,,,,South Carolina
-0.0,2020-04-26,US-SC,944.0,,,,,South Carolina
-0.0,2020-04-27,US-SC,944.0,,,,,South Carolina
-0.0,2020-04-28,US-SC,944.0,,,,,South Carolina
-56.0,2020-04-29,US-SC,1000.0,,,,,South Carolina
-0.0,2020-04-30,US-SC,1000.0,,,,,South Carolina
-110.0,2020-05-01,US-SC,1110.0,,,,,South Carolina
-0.0,2020-05-02,US-SC,1110.0,,,,,South Carolina
-0.0,2020-05-03,US-SC,1110.0,,,,,South Carolina
-0.0,2020-05-04,US-SC,1110.0,,,,,South Carolina
-0.0,2020-05-05,US-SC,1110.0,,,,,South Carolina
-42.0,2020-05-06,US-SC,1152.0,,,,,South Carolina
-0.0,2020-05-07,US-SC,1152.0,,,,,South Carolina
-0.0,2020-05-08,US-SC,1152.0,,,,,South Carolina
-100.0,2020-05-09,US-SC,1252.0,,,,,South Carolina
-0.0,2020-05-10,US-SC,1252.0,,,,,South Carolina
-0.0,2020-05-11,US-SC,1252.0,,,,,South Carolina
-86.0,2020-05-12,US-SC,1338.0,,,,,South Carolina
-0.0,2020-05-13,US-SC,1338.0,,,,,South Carolina
-0.0,2020-05-14,US-SC,1338.0,,,,,South Carolina
-83.0,2020-05-15,US-SC,1421.0,,,,,South Carolina
-0.0,2020-05-16,US-SC,1421.0,,,,,South Carolina
-0.0,2020-05-17,US-SC,1421.0,,,,,South Carolina
-0.0,2020-05-18,US-SC,1421.0,,,,,South Carolina
-23.0,2020-05-19,US-SC,1444.0,,,,,South Carolina
-0.0,2020-05-20,US-SC,1444.0,,,,,South Carolina
-,2020-03-01,US-RI,,,,,,Rhode Island
-0.0,2020-03-02,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-03,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-04,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-05,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-06,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-07,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-08,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-09,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-10,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-11,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-12,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-13,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-14,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-15,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-16,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-17,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-18,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-19,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-20,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-21,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-22,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-23,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-24,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-25,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-26,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-27,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-28,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-29,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-30,US-RI,0.0,,,,,Rhode Island
-0.0,2020-03-31,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-01,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-02,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-03,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-04,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-05,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-06,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-07,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-08,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-09,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-10,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-11,US-RI,0.0,,,,,Rhode Island
-0.0,2020-04-12,US-RI,0.0,,,,,Rhode Island
-331.0,2020-04-13,US-RI,331.0,,,,,Rhode Island
-0.0,2020-04-14,US-RI,331.0,,,,,Rhode Island
-0.0,2020-04-15,US-RI,331.0,,,,,Rhode Island
-0.0,2020-04-16,US-RI,331.0,,,,,Rhode Island
-0.0,2020-04-17,US-RI,331.0,,,,,Rhode Island
-247.0,2020-04-18,US-RI,578.0,,,,,Rhode Island
-27.0,2020-04-19,US-RI,605.0,,,,,Rhode Island
-24.0,2020-04-20,US-RI,629.0,,,,,Rhode Island
-45.0,2020-04-21,US-RI,674.0,,,,,Rhode Island
-43.0,2020-04-22,US-RI,717.0,,,,,Rhode Island
-40.0,2020-04-23,US-RI,757.0,,,,,Rhode Island
--181.0,2020-04-24,US-RI,576.0,,,,,Rhode Island
-0.0,2020-04-25,US-RI,576.0,,,,,Rhode Island
-115.0,2020-04-26,US-RI,691.0,,,,,Rhode Island
-27.0,2020-04-27,US-RI,718.0,,,,,Rhode Island
-14.0,2020-04-28,US-RI,732.0,,,,,Rhode Island
-18.0,2020-04-29,US-RI,750.0,,,,,Rhode Island
-146.0,2020-04-30,US-RI,896.0,,,,,Rhode Island
-41.0,2020-05-01,US-RI,937.0,,,,,Rhode Island
-40.0,2020-05-02,US-RI,977.0,,,,,Rhode Island
-36.0,2020-05-03,US-RI,1013.0,,,,,Rhode Island
-48.0,2020-05-04,US-RI,1061.0,,,,,Rhode Island
-31.0,2020-05-05,US-RI,1092.0,,,,,Rhode Island
-31.0,2020-05-06,US-RI,1123.0,,,,,Rhode Island
-30.0,2020-05-07,US-RI,1153.0,,,,,Rhode Island
-34.0,2020-05-08,US-RI,1187.0,,,,,Rhode Island
-31.0,2020-05-09,US-RI,1218.0,,,,,Rhode Island
-33.0,2020-05-10,US-RI,1251.0,,,,,Rhode Island
-29.0,2020-05-11,US-RI,1280.0,,,,,Rhode Island
-27.0,2020-05-12,US-RI,1307.0,,,,,Rhode Island
-21.0,2020-05-13,US-RI,1328.0,,,,,Rhode Island
-23.0,2020-05-14,US-RI,1351.0,,,,,Rhode Island
-21.0,2020-05-15,US-RI,1372.0,,,,,Rhode Island
-31.0,2020-05-16,US-RI,1403.0,,,,,Rhode Island
-15.0,2020-05-17,US-RI,1418.0,,,,,Rhode Island
-20.0,2020-05-18,US-RI,1438.0,,,,,Rhode Island
-26.0,2020-05-19,US-RI,1464.0,,,,,Rhode Island
-22.0,2020-05-20,US-RI,1486.0,,,,,Rhode Island
-,2020-03-16,US-PR,,,,,,Puerto Rico
-0.0,2020-03-17,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-18,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-19,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-20,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-21,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-22,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-23,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-24,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-25,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-26,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-27,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-28,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-29,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-30,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-03-31,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-01,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-02,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-03,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-04,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-05,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-06,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-07,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-08,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-09,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-10,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-11,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-12,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-13,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-14,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-15,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-16,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-17,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-18,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-19,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-20,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-21,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-22,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-23,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-24,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-25,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-26,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-27,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-28,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-29,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-04-30,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-01,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-02,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-03,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-04,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-05,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-06,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-07,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-08,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-09,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-10,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-11,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-12,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-13,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-14,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-15,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-16,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-17,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-18,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-19,US-PR,0.0,,,,,Puerto Rico
-0.0,2020-05-20,US-PR,0.0,,,,,Puerto Rico
-,2020-03-06,US-PA,,,,,,Pennsylvania
-0.0,2020-03-07,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-08,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-09,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-10,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-11,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-12,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-13,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-14,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-15,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-16,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-17,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-18,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-19,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-20,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-21,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-22,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-23,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-24,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-25,US-PA,0.0,,,,,Pennsylvania
-0.0,2020-03-26,US-PA,0.0,,,,,Pennsylvania
-241.0,2020-03-27,US-PA,241.0,,,,,Pennsylvania
-75.0,2020-03-28,US-PA,316.0,,,,,Pennsylvania
-37.0,2020-03-29,US-PA,353.0,,,,,Pennsylvania
-33.0,2020-03-30,US-PA,386.0,,,,,Pennsylvania
-128.0,2020-03-31,US-PA,514.0,,,,,Pennsylvania
-106.0,2020-04-01,US-PA,620.0,,,,,Pennsylvania
-110.0,2020-04-02,US-PA,730.0,,,,,Pennsylvania
-122.0,2020-04-03,US-PA,852.0,,,,,Pennsylvania
-152.0,2020-04-04,US-PA,1004.0,,,,,Pennsylvania
-68.0,2020-04-05,US-PA,1072.0,,,,,Pennsylvania
-73.0,2020-04-06,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-07,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-08,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-09,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-10,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-11,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-12,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-13,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-14,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-15,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-16,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-17,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-18,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-19,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-20,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-21,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-22,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-23,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-24,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-25,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-26,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-27,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-28,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-29,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-04-30,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-01,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-02,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-03,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-04,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-05,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-06,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-07,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-08,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-09,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-10,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-11,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-12,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-13,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-14,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-15,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-16,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-17,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-18,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-19,US-PA,1145.0,,,,,Pennsylvania
-0.0,2020-05-20,US-PA,1145.0,,,,,Pennsylvania
-,2020-03-04,US-OR,,,,,,Oregon
-0.0,2020-03-05,US-OR,0.0,,,,,Oregon
-0.0,2020-03-06,US-OR,0.0,,,,,Oregon
-0.0,2020-03-07,US-OR,0.0,,,,,Oregon
-0.0,2020-03-08,US-OR,0.0,,,,,Oregon
-0.0,2020-03-09,US-OR,0.0,,,,,Oregon
-0.0,2020-03-10,US-OR,0.0,,,,,Oregon
-0.0,2020-03-11,US-OR,0.0,,,,,Oregon
-0.0,2020-03-12,US-OR,0.0,,,,,Oregon
-0.0,2020-03-13,US-OR,0.0,,,,,Oregon
-0.0,2020-03-14,US-OR,0.0,,,,,Oregon
-0.0,2020-03-15,US-OR,0.0,,,,,Oregon
-0.0,2020-03-16,US-OR,0.0,,,,,Oregon
-0.0,2020-03-17,US-OR,0.0,,,,,Oregon
-0.0,2020-03-18,US-OR,0.0,,,,,Oregon
-0.0,2020-03-19,US-OR,0.0,,,,,Oregon
-0.0,2020-03-20,US-OR,0.0,,,,,Oregon
-0.0,2020-03-21,US-OR,0.0,,,,,Oregon
-43.0,2020-03-22,US-OR,43.0,,,,,Oregon
-13.0,2020-03-23,US-OR,56.0,,,,,Oregon
-5.0,2020-03-24,US-OR,61.0,,,,,Oregon
-0.0,2020-03-25,US-OR,61.0,,,,,Oregon
-29.0,2020-03-26,US-OR,90.0,,,,,Oregon
-12.0,2020-03-27,US-OR,102.0,,,,,Oregon
-15.0,2020-03-28,US-OR,117.0,,,,,Oregon
-12.0,2020-03-29,US-OR,129.0,,,,,Oregon
-11.0,2020-03-30,US-OR,140.0,,,,,Oregon
-14.0,2020-03-31,US-OR,154.0,,,,,Oregon
-0.0,2020-04-01,US-OR,154.0,,,,,Oregon
-34.0,2020-04-02,US-OR,188.0,,,,,Oregon
-16.0,2020-04-03,US-OR,204.0,,,,,Oregon
-35.0,2020-04-04,US-OR,239.0,,,,,Oregon
-19.0,2020-04-05,US-OR,258.0,,,,,Oregon
-0.0,2020-04-06,US-OR,258.0,,,,,Oregon
-66.0,2020-04-07,US-OR,324.0,,,,,Oregon
-0.0,2020-04-08,US-OR,324.0,,,,,Oregon
-2.0,2020-04-09,US-OR,326.0,,,,,Oregon
-0.0,2020-04-10,US-OR,326.0,,,,,Oregon
-12.0,2020-04-11,US-OR,338.0,,,,,Oregon
-21.0,2020-04-12,US-OR,359.0,,,,,Oregon
-10.0,2020-04-13,US-OR,369.0,,,,,Oregon
-12.0,2020-04-14,US-OR,381.0,,,,,Oregon
-20.0,2020-04-15,US-OR,401.0,,,,,Oregon
-13.0,2020-04-16,US-OR,414.0,,,,,Oregon
-13.0,2020-04-17,US-OR,427.0,,,,,Oregon
-22.0,2020-04-18,US-OR,449.0,,,,,Oregon
-7.0,2020-04-19,US-OR,456.0,,,,,Oregon
-9.0,2020-04-20,US-OR,465.0,,,,,Oregon
-6.0,2020-04-21,US-OR,471.0,,,,,Oregon
-17.0,2020-04-22,US-OR,488.0,,,,,Oregon
-24.0,2020-04-23,US-OR,512.0,,,,,Oregon
-8.0,2020-04-24,US-OR,520.0,,,,,Oregon
-16.0,2020-04-25,US-OR,536.0,,,,,Oregon
-10.0,2020-04-26,US-OR,546.0,,,,,Oregon
-8.0,2020-04-27,US-OR,554.0,,,,,Oregon
-0.0,2020-04-28,US-OR,554.0,,,,,Oregon
-15.0,2020-04-29,US-OR,569.0,,,,,Oregon
-9.0,2020-04-30,US-OR,578.0,,,,,Oregon
-13.0,2020-05-01,US-OR,591.0,,,,,Oregon
-4.0,2020-05-02,US-OR,595.0,,,,,Oregon
-3.0,2020-05-03,US-OR,598.0,,,,,Oregon
-10.0,2020-05-04,US-OR,608.0,,,,,Oregon
-14.0,2020-05-05,US-OR,622.0,,,,,Oregon
-19.0,2020-05-06,US-OR,641.0,,,,,Oregon
-4.0,2020-05-07,US-OR,645.0,,,,,Oregon
-14.0,2020-05-08,US-OR,659.0,,,,,Oregon
-3.0,2020-05-09,US-OR,662.0,,,,,Oregon
-8.0,2020-05-10,US-OR,670.0,,,,,Oregon
-3.0,2020-05-11,US-OR,673.0,,,,,Oregon
-0.0,2020-05-12,US-OR,673.0,,,,,Oregon
-5.0,2020-05-13,US-OR,678.0,,,,,Oregon
-7.0,2020-05-14,US-OR,685.0,,,,,Oregon
-6.0,2020-05-15,US-OR,691.0,,,,,Oregon
-8.0,2020-05-16,US-OR,699.0,,,,,Oregon
-4.0,2020-05-17,US-OR,703.0,,,,,Oregon
-5.0,2020-05-18,US-OR,708.0,,,,,Oregon
-6.0,2020-05-19,US-OR,714.0,,,,,Oregon
-9.0,2020-05-20,US-OR,723.0,,,,,Oregon
-,2020-03-07,US-OK,,,,,,Oklahoma
-0.0,2020-03-08,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-09,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-10,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-11,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-12,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-13,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-14,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-15,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-16,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-17,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-18,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-19,US-OK,0.0,,,,,Oklahoma
-0.0,2020-03-20,US-OK,0.0,,,,,Oklahoma
-10.0,2020-03-21,US-OK,10.0,,,,,Oklahoma
-1.0,2020-03-22,US-OK,11.0,,,,,Oklahoma
-4.0,2020-03-23,US-OK,15.0,,,,,Oklahoma
-10.0,2020-03-24,US-OK,25.0,,,,,Oklahoma
-34.0,2020-03-25,US-OK,59.0,,,,,Oklahoma
-27.0,2020-03-26,US-OK,86.0,,,,,Oklahoma
-19.0,2020-03-27,US-OK,105.0,,,,,Oklahoma
-21.0,2020-03-28,US-OK,126.0,,,,,Oklahoma
-14.0,2020-03-29,US-OK,140.0,,,,,Oklahoma
-13.0,2020-03-30,US-OK,153.0,,,,,Oklahoma
-24.0,2020-03-31,US-OK,177.0,,,,,Oklahoma
-42.0,2020-04-01,US-OK,219.0,,,,,Oklahoma
-38.0,2020-04-02,US-OK,257.0,,,,,Oklahoma
-32.0,2020-04-03,US-OK,289.0,,,,,Oklahoma
-27.0,2020-04-04,US-OK,316.0,,,,,Oklahoma
-14.0,2020-04-05,US-OK,330.0,,,,,Oklahoma
-10.0,2020-04-06,US-OK,340.0,,,,,Oklahoma
-36.0,2020-04-07,US-OK,376.0,,,,,Oklahoma
-14.0,2020-04-08,US-OK,390.0,,,,,Oklahoma
-25.0,2020-04-09,US-OK,415.0,,,,,Oklahoma
-13.0,2020-04-10,US-OK,428.0,,,,,Oklahoma
-18.0,2020-04-11,US-OK,446.0,,,,,Oklahoma
-0.0,2020-04-12,US-OK,446.0,,,,,Oklahoma
-11.0,2020-04-13,US-OK,457.0,,,,,Oklahoma
-31.0,2020-04-14,US-OK,488.0,,,,,Oklahoma
-22.0,2020-04-15,US-OK,510.0,,,,,Oklahoma
-18.0,2020-04-16,US-OK,528.0,,,,,Oklahoma
-0.0,2020-04-17,US-OK,528.0,,,,,Oklahoma
-13.0,2020-04-18,US-OK,541.0,,,,,Oklahoma
-0.0,2020-04-19,US-OK,541.0,,,,,Oklahoma
-0.0,2020-04-20,US-OK,541.0,,,,,Oklahoma
-20.0,2020-04-21,US-OK,561.0,,,,,Oklahoma
-27.0,2020-04-22,US-OK,588.0,,,,,Oklahoma
-34.0,2020-04-23,US-OK,622.0,,,,,Oklahoma
-15.0,2020-04-24,US-OK,637.0,,,,,Oklahoma
-0.0,2020-04-25,US-OK,637.0,,,,,Oklahoma
-16.0,2020-04-26,US-OK,653.0,,,,,Oklahoma
-3.0,2020-04-27,US-OK,656.0,,,,,Oklahoma
-0.0,2020-04-28,US-OK,656.0,,,,,Oklahoma
-37.0,2020-04-29,US-OK,693.0,,,,,Oklahoma
-10.0,2020-04-30,US-OK,703.0,,,,,Oklahoma
-12.0,2020-05-01,US-OK,715.0,,,,,Oklahoma
-28.0,2020-05-02,US-OK,743.0,,,,,Oklahoma
-0.0,2020-05-03,US-OK,743.0,,,,,Oklahoma
-10.0,2020-05-04,US-OK,753.0,,,,,Oklahoma
-20.0,2020-05-05,US-OK,773.0,,,,,Oklahoma
-0.0,2020-05-06,US-OK,773.0,,,,,Oklahoma
-32.0,2020-05-07,US-OK,805.0,,,,,Oklahoma
-0.0,2020-05-08,US-OK,805.0,,,,,Oklahoma
-17.0,2020-05-09,US-OK,822.0,,,,,Oklahoma
-4.0,2020-05-10,US-OK,826.0,,,,,Oklahoma
-2.0,2020-05-11,US-OK,828.0,,,,,Oklahoma
-0.0,2020-05-12,US-OK,828.0,,,,,Oklahoma
-20.0,2020-05-13,US-OK,848.0,,,,,Oklahoma
-10.0,2020-05-14,US-OK,858.0,,,,,Oklahoma
-5.0,2020-05-15,US-OK,863.0,,,,,Oklahoma
-15.0,2020-05-16,US-OK,878.0,,,,,Oklahoma
-2.0,2020-05-17,US-OK,880.0,,,,,Oklahoma
-5.0,2020-05-18,US-OK,885.0,,,,,Oklahoma
-12.0,2020-05-19,US-OK,897.0,,,,,Oklahoma
-8.0,2020-05-20,US-OK,905.0,,,,,Oklahoma
-,2020-03-05,US-OH,,,,,,Ohio
-0.0,2020-03-06,US-OH,0.0,,,,,Ohio
-0.0,2020-03-07,US-OH,0.0,,,,,Ohio
-0.0,2020-03-08,US-OH,0.0,,,,,Ohio
-0.0,2020-03-09,US-OH,0.0,,,,,Ohio
-0.0,2020-03-10,US-OH,0.0,,,,,Ohio
-0.0,2020-03-11,US-OH,0.0,,,,,Ohio
-0.0,2020-03-12,US-OH,0.0,,,,,Ohio
-0.0,2020-03-13,US-OH,0.0,,,,,Ohio
-0.0,2020-03-14,US-OH,0.0,,,,,Ohio
-0.0,2020-03-15,US-OH,0.0,,,,,Ohio
-0.0,2020-03-16,US-OH,0.0,,,,,Ohio
-0.0,2020-03-17,US-OH,0.0,,,,,Ohio
-0.0,2020-03-18,US-OH,0.0,,,,,Ohio
-0.0,2020-03-19,US-OH,0.0,,,,,Ohio
-0.0,2020-03-20,US-OH,0.0,,,,,Ohio
-58.0,2020-03-21,US-OH,58.0,,,,,Ohio
-25.0,2020-03-22,US-OH,83.0,,,,,Ohio
-21.0,2020-03-23,US-OH,104.0,,,,,Ohio
-41.0,2020-03-24,US-OH,145.0,,,,,Ohio
-37.0,2020-03-25,US-OH,182.0,,,,,Ohio
-41.0,2020-03-26,US-OH,223.0,,,,,Ohio
-53.0,2020-03-27,US-OH,276.0,,,,,Ohio
-68.0,2020-03-28,US-OH,344.0,,,,,Ohio
-59.0,2020-03-29,US-OH,403.0,,,,,Ohio
-72.0,2020-03-30,US-OH,475.0,,,,,Ohio
-110.0,2020-03-31,US-OH,585.0,,,,,Ohio
-94.0,2020-04-01,US-OH,679.0,,,,,Ohio
-123.0,2020-04-02,US-OH,802.0,,,,,Ohio
-93.0,2020-04-03,US-OH,895.0,,,,,Ohio
-111.0,2020-04-04,US-OH,1006.0,,,,,Ohio
-98.0,2020-04-05,US-OH,1104.0,,,,,Ohio
-110.0,2020-04-06,US-OH,1214.0,,,,,Ohio
-140.0,2020-04-07,US-OH,1354.0,,,,,Ohio
-141.0,2020-04-08,US-OH,1495.0,,,,,Ohio
-117.0,2020-04-09,US-OH,1612.0,,,,,Ohio
-143.0,2020-04-10,US-OH,1755.0,,,,,Ohio
-104.0,2020-04-11,US-OH,1859.0,,,,,Ohio
-89.0,2020-04-12,US-OH,1948.0,,,,,Ohio
-85.0,2020-04-13,US-OH,2033.0,,,,,Ohio
-123.0,2020-04-14,US-OH,2156.0,,,,,Ohio
-81.0,2020-04-15,US-OH,2237.0,,,,,Ohio
-94.0,2020-04-16,US-OH,2331.0,,,,,Ohio
-93.0,2020-04-17,US-OH,2424.0,,,,,Ohio
-95.0,2020-04-18,US-OH,2519.0,,,,,Ohio
-46.0,2020-04-19,US-OH,2565.0,,,,,Ohio
-88.0,2020-04-20,US-OH,2653.0,,,,,Ohio
-126.0,2020-04-21,US-OH,2779.0,,,,,Ohio
-103.0,2020-04-22,US-OH,2882.0,,,,,Ohio
-78.0,2020-04-23,US-OH,2960.0,,,,,Ohio
-93.0,2020-04-24,US-OH,3053.0,,,,,Ohio
-62.0,2020-04-25,US-OH,3115.0,,,,,Ohio
-63.0,2020-04-26,US-OH,3178.0,,,,,Ohio
-54.0,2020-04-27,US-OH,3232.0,,,,,Ohio
-108.0,2020-04-28,US-OH,3340.0,,,,,Ohio
-81.0,2020-04-29,US-OH,3421.0,,,,,Ohio
-112.0,2020-04-30,US-OH,3533.0,,,,,Ohio
-101.0,2020-05-01,US-OH,3634.0,,,,,Ohio
-78.0,2020-05-02,US-OH,3712.0,,,,,Ohio
-57.0,2020-05-03,US-OH,3769.0,,,,,Ohio
-40.0,2020-05-04,US-OH,3809.0,,,,,Ohio
-147.0,2020-05-05,US-OH,3956.0,,,,,Ohio
-96.0,2020-05-06,US-OH,4052.0,,,,,Ohio
-88.0,2020-05-07,US-OH,4140.0,,,,,Ohio
-78.0,2020-05-08,US-OH,4218.0,,,,,Ohio
-82.0,2020-05-09,US-OH,4300.0,,,,,Ohio
-51.0,2020-05-10,US-OH,4351.0,,,,,Ohio
-62.0,2020-05-11,US-OH,4413.0,,,,,Ohio
-126.0,2020-05-12,US-OH,4539.0,,,,,Ohio
-79.0,2020-05-13,US-OH,4618.0,,,,,Ohio
-100.0,2020-05-14,US-OH,4718.0,,,,,Ohio
-73.0,2020-05-15,US-OH,4791.0,,,,,Ohio
-79.0,2020-05-16,US-OH,4870.0,,,,,Ohio
-51.0,2020-05-17,US-OH,4921.0,,,,,Ohio
-77.0,2020-05-18,US-OH,4998.0,,,,,Ohio
-119.0,2020-05-19,US-OH,5117.0,,,,,Ohio
-81.0,2020-05-20,US-OH,5198.0,,,,,Ohio
-,2020-03-04,US-NY,,,,,,New York
-0.0,2020-03-05,US-NY,0.0,,,,,New York
-0.0,2020-03-06,US-NY,0.0,,,,,New York
-0.0,2020-03-07,US-NY,0.0,,,,,New York
-0.0,2020-03-08,US-NY,0.0,,,,,New York
-0.0,2020-03-09,US-NY,0.0,,,,,New York
-0.0,2020-03-10,US-NY,0.0,,,,,New York
-0.0,2020-03-11,US-NY,0.0,,,,,New York
-0.0,2020-03-12,US-NY,0.0,,,,,New York
-0.0,2020-03-13,US-NY,0.0,,,,,New York
-0.0,2020-03-14,US-NY,0.0,,,,,New York
-0.0,2020-03-15,US-NY,0.0,,,,,New York
-0.0,2020-03-16,US-NY,0.0,,,,,New York
-0.0,2020-03-17,US-NY,0.0,,,,,New York
-0.0,2020-03-18,US-NY,0.0,,,,,New York
-0.0,2020-03-19,US-NY,0.0,,,,,New York
-0.0,2020-03-20,US-NY,0.0,,,,,New York
-1603.0,2020-03-21,US-NY,1603.0,,,,,New York
-371.0,2020-03-22,US-NY,1974.0,,,,,New York
-661.0,2020-03-23,US-NY,2635.0,,,,,New York
-599.0,2020-03-24,US-NY,3234.0,,,,,New York
-571.0,2020-03-25,US-NY,3805.0,,,,,New York
-3039.0,2020-03-26,US-NY,6844.0,,,,,New York
-1682.0,2020-03-27,US-NY,8526.0,,,,,New York
-1528.0,2020-03-28,US-NY,10054.0,,,,,New York
-2021.0,2020-03-29,US-NY,12075.0,,,,,New York
-1646.0,2020-03-30,US-NY,13721.0,,,,,New York
-2183.0,2020-03-31,US-NY,15904.0,,,,,New York
-2464.0,2020-04-01,US-NY,18368.0,,,,,New York
-2449.0,2020-04-02,US-NY,20817.0,,,,,New York
-2879.0,2020-04-03,US-NY,23696.0,,,,,New York
-2687.0,2020-04-04,US-NY,26383.0,,,,,New York
-1709.0,2020-04-05,US-NY,28092.0,,,,,New York
-2111.0,2020-04-06,US-NY,30203.0,,,,,New York
-1880.0,2020-04-07,US-NY,32083.0,,,,,New York
-2349.0,2020-04-08,US-NY,34432.0,,,,,New York
-2144.0,2020-04-09,US-NY,36576.0,,,,,New York
-2242.0,2020-04-10,US-NY,38818.0,,,,,New York
-1861.0,2020-04-11,US-NY,40679.0,,,,,New York
-1915.0,2020-04-12,US-NY,42594.0,,,,,New York
-43.0,2020-04-13,US-NY,42637.0,,,,,New York
-1649.0,2020-04-14,US-NY,44286.0,,,,,New York
-2253.0,2020-04-15,US-NY,46539.0,,,,,New York
-1996.0,2020-04-16,US-NY,48535.0,,,,,New York
-1973.0,2020-04-17,US-NY,50508.0,,,,,New York
-1917.0,2020-04-18,US-NY,52425.0,,,,,New York
-1384.0,2020-04-19,US-NY,53809.0,,,,,New York
-1379.0,2020-04-20,US-NY,55188.0,,,,,New York
-1338.0,2020-04-21,US-NY,56526.0,,,,,New York
-1381.0,2020-04-22,US-NY,57907.0,,,,,New York
-1358.0,2020-04-23,US-NY,59265.0,,,,,New York
-1149.0,2020-04-24,US-NY,60414.0,,,,,New York
-1045.0,2020-04-25,US-NY,61459.0,,,,,New York
-1067.0,2020-04-26,US-NY,62526.0,,,,,New York
-1044.0,2020-04-27,US-NY,63570.0,,,,,New York
-748.0,2020-04-28,US-NY,64318.0,,,,,New York
-1079.0,2020-04-29,US-NY,65397.0,,,,,New York
-972.0,2020-04-30,US-NY,66369.0,,,,,New York
-811.0,2020-05-01,US-NY,67180.0,,,,,New York
-710.0,2020-05-02,US-NY,67890.0,,,,,New York
-846.0,2020-05-03,US-NY,68736.0,,,,,New York
-595.0,2020-05-04,US-NY,69331.0,,,,,New York
-536.0,2020-05-05,US-NY,69867.0,,,,,New York
-672.0,2020-05-06,US-NY,70539.0,,,,,New York
-613.0,2020-05-07,US-NY,71152.0,,,,,New York
-527.0,2020-05-08,US-NY,71679.0,,,,,New York
-576.0,2020-05-09,US-NY,72255.0,,,,,New York
-460.0,2020-05-10,US-NY,72715.0,,,,,New York
-428.0,2020-05-11,US-NY,73143.0,,,,,New York
-0.0,2020-05-12,US-NY,73143.0,,,,,New York
-820.0,2020-05-13,US-NY,73963.0,,,,,New York
-470.0,2020-05-14,US-NY,74433.0,,,,,New York
-318.0,2020-05-15,US-NY,74751.0,,,,,New York
-412.0,2020-05-16,US-NY,75163.0,,,,,New York
-362.0,2020-05-17,US-NY,75525.0,,,,,New York
-345.0,2020-05-18,US-NY,75870.0,,,,,New York
-298.0,2020-05-19,US-NY,76168.0,,,,,New York
-242.0,2020-05-20,US-NY,76410.0,,,,,New York
-,2020-03-05,US-NV,,,,,,Nevada
-0.0,2020-03-06,US-NV,0.0,,,,,Nevada
-0.0,2020-03-07,US-NV,0.0,,,,,Nevada
-0.0,2020-03-08,US-NV,0.0,,,,,Nevada
-0.0,2020-03-09,US-NV,0.0,,,,,Nevada
-0.0,2020-03-10,US-NV,0.0,,,,,Nevada
-0.0,2020-03-11,US-NV,0.0,,,,,Nevada
-0.0,2020-03-12,US-NV,0.0,,,,,Nevada
-0.0,2020-03-13,US-NV,0.0,,,,,Nevada
-0.0,2020-03-14,US-NV,0.0,,,,,Nevada
-0.0,2020-03-15,US-NV,0.0,,,,,Nevada
-0.0,2020-03-16,US-NV,0.0,,,,,Nevada
-0.0,2020-03-17,US-NV,0.0,,,,,Nevada
-0.0,2020-03-18,US-NV,0.0,,,,,Nevada
-0.0,2020-03-19,US-NV,0.0,,,,,Nevada
-0.0,2020-03-20,US-NV,0.0,,,,,Nevada
-0.0,2020-03-21,US-NV,0.0,,,,,Nevada
-0.0,2020-03-22,US-NV,0.0,,,,,Nevada
-0.0,2020-03-23,US-NV,0.0,,,,,Nevada
-0.0,2020-03-24,US-NV,0.0,,,,,Nevada
-0.0,2020-03-25,US-NV,0.0,,,,,Nevada
-0.0,2020-03-26,US-NV,0.0,,,,,Nevada
-0.0,2020-03-27,US-NV,0.0,,,,,Nevada
-0.0,2020-03-28,US-NV,0.0,,,,,Nevada
-0.0,2020-03-29,US-NV,0.0,,,,,Nevada
-0.0,2020-03-30,US-NV,0.0,,,,,Nevada
-0.0,2020-03-31,US-NV,0.0,,,,,Nevada
-0.0,2020-04-01,US-NV,0.0,,,,,Nevada
-0.0,2020-04-02,US-NV,0.0,,,,,Nevada
-0.0,2020-04-03,US-NV,0.0,,,,,Nevada
-0.0,2020-04-04,US-NV,0.0,,,,,Nevada
-0.0,2020-04-05,US-NV,0.0,,,,,Nevada
-0.0,2020-04-06,US-NV,0.0,,,,,Nevada
-0.0,2020-04-07,US-NV,0.0,,,,,Nevada
-0.0,2020-04-08,US-NV,0.0,,,,,Nevada
-0.0,2020-04-09,US-NV,0.0,,,,,Nevada
-0.0,2020-04-10,US-NV,0.0,,,,,Nevada
-0.0,2020-04-11,US-NV,0.0,,,,,Nevada
-0.0,2020-04-12,US-NV,0.0,,,,,Nevada
-0.0,2020-04-13,US-NV,0.0,,,,,Nevada
-0.0,2020-04-14,US-NV,0.0,,,,,Nevada
-0.0,2020-04-15,US-NV,0.0,,,,,Nevada
-0.0,2020-04-16,US-NV,0.0,,,,,Nevada
-0.0,2020-04-17,US-NV,0.0,,,,,Nevada
-0.0,2020-04-18,US-NV,0.0,,,,,Nevada
-0.0,2020-04-19,US-NV,0.0,,,,,Nevada
-0.0,2020-04-20,US-NV,0.0,,,,,Nevada
-0.0,2020-04-21,US-NV,0.0,,,,,Nevada
-0.0,2020-04-22,US-NV,0.0,,,,,Nevada
-0.0,2020-04-23,US-NV,0.0,,,,,Nevada
-0.0,2020-04-24,US-NV,0.0,,,,,Nevada
-0.0,2020-04-25,US-NV,0.0,,,,,Nevada
-0.0,2020-04-26,US-NV,0.0,,,,,Nevada
-0.0,2020-04-27,US-NV,0.0,,,,,Nevada
-0.0,2020-04-28,US-NV,0.0,,,,,Nevada
-0.0,2020-04-29,US-NV,0.0,,,,,Nevada
-0.0,2020-04-30,US-NV,0.0,,,,,Nevada
-0.0,2020-05-01,US-NV,0.0,,,,,Nevada
-0.0,2020-05-02,US-NV,0.0,,,,,Nevada
-0.0,2020-05-03,US-NV,0.0,,,,,Nevada
-0.0,2020-05-04,US-NV,0.0,,,,,Nevada
-0.0,2020-05-05,US-NV,0.0,,,,,Nevada
-0.0,2020-05-06,US-NV,0.0,,,,,Nevada
-0.0,2020-05-07,US-NV,0.0,,,,,Nevada
-0.0,2020-05-08,US-NV,0.0,,,,,Nevada
-0.0,2020-05-09,US-NV,0.0,,,,,Nevada
-0.0,2020-05-10,US-NV,0.0,,,,,Nevada
-0.0,2020-05-11,US-NV,0.0,,,,,Nevada
-0.0,2020-05-12,US-NV,0.0,,,,,Nevada
-0.0,2020-05-13,US-NV,0.0,,,,,Nevada
-0.0,2020-05-14,US-NV,0.0,,,,,Nevada
-0.0,2020-05-15,US-NV,0.0,,,,,Nevada
-0.0,2020-05-16,US-NV,0.0,,,,,Nevada
-0.0,2020-05-17,US-NV,0.0,,,,,Nevada
-0.0,2020-05-18,US-NV,0.0,,,,,Nevada
-0.0,2020-05-19,US-NV,0.0,,,,,Nevada
-0.0,2020-05-20,US-NV,0.0,,,,,Nevada
-,2020-03-06,US-NM,,,,,,New Mexico
-0.0,2020-03-07,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-08,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-09,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-10,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-11,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-12,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-13,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-14,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-15,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-16,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-17,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-18,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-19,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-20,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-21,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-22,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-23,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-24,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-25,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-26,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-27,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-28,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-29,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-30,US-NM,0.0,,,,,New Mexico
-0.0,2020-03-31,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-01,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-02,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-03,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-04,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-05,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-06,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-07,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-08,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-09,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-10,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-11,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-12,US-NM,0.0,,,,,New Mexico
-0.0,2020-04-13,US-NM,0.0,,,,,New Mexico
-181.0,2020-04-14,US-NM,181.0,,,,,New Mexico
-0.0,2020-04-15,US-NM,181.0,,,,,New Mexico
-34.0,2020-04-16,US-NM,215.0,,,,,New Mexico
-15.0,2020-04-17,US-NM,230.0,,,,,New Mexico
-12.0,2020-04-18,US-NM,242.0,,,,,New Mexico
-16.0,2020-04-19,US-NM,258.0,,,,,New Mexico
-16.0,2020-04-20,US-NM,274.0,,,,,New Mexico
-17.0,2020-04-21,US-NM,291.0,,,,,New Mexico
-15.0,2020-04-22,US-NM,306.0,,,,,New Mexico
-25.0,2020-04-23,US-NM,331.0,,,,,New Mexico
-36.0,2020-04-24,US-NM,367.0,,,,,New Mexico
-45.0,2020-04-25,US-NM,412.0,,,,,New Mexico
-0.0,2020-04-26,US-NM,412.0,,,,,New Mexico
-0.0,2020-04-27,US-NM,412.0,,,,,New Mexico
-69.0,2020-04-28,US-NM,481.0,,,,,New Mexico
-28.0,2020-04-29,US-NM,509.0,,,,,New Mexico
-27.0,2020-04-30,US-NM,536.0,,,,,New Mexico
-0.0,2020-05-01,US-NM,536.0,,,,,New Mexico
-51.0,2020-05-02,US-NM,587.0,,,,,New Mexico
-0.0,2020-05-03,US-NM,587.0,,,,,New Mexico
-0.0,2020-05-04,US-NM,587.0,,,,,New Mexico
-80.0,2020-05-05,US-NM,667.0,,,,,New Mexico
-20.0,2020-05-06,US-NM,687.0,,,,,New Mexico
-0.0,2020-05-07,US-NM,687.0,,,,,New Mexico
-73.0,2020-05-08,US-NM,760.0,,,,,New Mexico
-29.0,2020-05-09,US-NM,789.0,,,,,New Mexico
-0.0,2020-05-10,US-NM,789.0,,,,,New Mexico
-0.0,2020-05-11,US-NM,789.0,,,,,New Mexico
-97.0,2020-05-12,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-13,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-14,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-15,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-16,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-17,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-18,US-NM,886.0,,,,,New Mexico
-0.0,2020-05-19,US-NM,886.0,,,,,New Mexico
-253.0,2020-05-20,US-NM,1139.0,,,,,New Mexico
-,2020-03-05,US-NJ,,,,,,New Jersey
-0.0,2020-03-06,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-07,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-08,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-09,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-10,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-11,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-12,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-13,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-14,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-15,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-16,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-17,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-18,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-19,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-20,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-21,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-22,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-23,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-24,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-25,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-26,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-27,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-28,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-29,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-30,US-NJ,0.0,,,,,New Jersey
-0.0,2020-03-31,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-01,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-02,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-03,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-04,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-05,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-06,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-07,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-08,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-09,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-10,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-11,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-12,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-13,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-14,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-15,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-16,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-17,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-18,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-19,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-20,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-21,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-22,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-23,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-24,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-25,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-26,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-27,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-28,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-29,US-NJ,0.0,,,,,New Jersey
-0.0,2020-04-30,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-01,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-02,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-03,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-04,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-05,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-06,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-07,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-08,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-09,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-10,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-11,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-12,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-13,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-14,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-15,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-16,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-17,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-18,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-19,US-NJ,0.0,,,,,New Jersey
-0.0,2020-05-20,US-NJ,0.0,,,,,New Jersey
-,2020-03-04,US-NH,,,,,,New Hampshire
-0.0,2020-03-05,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-06,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-07,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-08,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-09,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-10,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-11,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-12,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-13,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-14,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-15,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-16,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-17,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-18,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-19,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-20,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-21,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-22,US-NH,0.0,,,,,New Hampshire
-0.0,2020-03-23,US-NH,0.0,,,,,New Hampshire
-11.0,2020-03-24,US-NH,11.0,,,,,New Hampshire
-2.0,2020-03-25,US-NH,13.0,,,,,New Hampshire
-6.0,2020-03-26,US-NH,19.0,,,,,New Hampshire
-6.0,2020-03-27,US-NH,25.0,,,,,New Hampshire
-5.0,2020-03-28,US-NH,30.0,,,,,New Hampshire
-3.0,2020-03-29,US-NH,33.0,,,,,New Hampshire
-12.0,2020-03-30,US-NH,45.0,,,,,New Hampshire
-0.0,2020-03-31,US-NH,45.0,,,,,New Hampshire
-11.0,2020-04-01,US-NH,56.0,,,,,New Hampshire
-2.0,2020-04-02,US-NH,58.0,,,,,New Hampshire
-15.0,2020-04-03,US-NH,73.0,,,,,New Hampshire
-7.0,2020-04-04,US-NH,80.0,,,,,New Hampshire
-6.0,2020-04-05,US-NH,86.0,,,,,New Hampshire
-6.0,2020-04-06,US-NH,92.0,,,,,New Hampshire
-11.0,2020-04-07,US-NH,103.0,,,,,New Hampshire
-15.0,2020-04-08,US-NH,118.0,,,,,New Hampshire
-0.0,2020-04-09,US-NH,118.0,,,,,New Hampshire
-6.0,2020-04-10,US-NH,124.0,,,,,New Hampshire
-10.0,2020-04-11,US-NH,134.0,,,,,New Hampshire
-12.0,2020-04-12,US-NH,146.0,,,,,New Hampshire
-6.0,2020-04-13,US-NH,152.0,,,,,New Hampshire
-0.0,2020-04-14,US-NH,152.0,,,,,New Hampshire
-26.0,2020-04-15,US-NH,178.0,,,,,New Hampshire
-0.0,2020-04-16,US-NH,178.0,,,,,New Hampshire
-12.0,2020-04-17,US-NH,190.0,,,,,New Hampshire
-0.0,2020-04-18,US-NH,190.0,,,,,New Hampshire
-2.0,2020-04-19,US-NH,192.0,,,,,New Hampshire
-6.0,2020-04-20,US-NH,198.0,,,,,New Hampshire
-8.0,2020-04-21,US-NH,206.0,,,,,New Hampshire
-0.0,2020-04-22,US-NH,206.0,,,,,New Hampshire
-7.0,2020-04-23,US-NH,213.0,,,,,New Hampshire
-5.0,2020-04-24,US-NH,218.0,,,,,New Hampshire
-6.0,2020-04-25,US-NH,224.0,,,,,New Hampshire
-14.0,2020-04-26,US-NH,238.0,,,,,New Hampshire
-4.0,2020-04-27,US-NH,242.0,,,,,New Hampshire
-4.0,2020-04-28,US-NH,246.0,,,,,New Hampshire
-3.0,2020-04-29,US-NH,249.0,,,,,New Hampshire
-10.0,2020-04-30,US-NH,259.0,,,,,New Hampshire
-3.0,2020-05-01,US-NH,262.0,,,,,New Hampshire
-8.0,2020-05-02,US-NH,270.0,,,,,New Hampshire
-7.0,2020-05-03,US-NH,277.0,,,,,New Hampshire
-9.0,2020-05-04,US-NH,286.0,,,,,New Hampshire
-0.0,2020-05-05,US-NH,286.0,,,,,New Hampshire
-9.0,2020-05-06,US-NH,295.0,,,,,New Hampshire
-12.0,2020-05-07,US-NH,307.0,,,,,New Hampshire
-1.0,2020-05-08,US-NH,308.0,,,,,New Hampshire
-1.0,2020-05-09,US-NH,309.0,,,,,New Hampshire
-4.0,2020-05-10,US-NH,313.0,,,,,New Hampshire
-5.0,2020-05-11,US-NH,318.0,,,,,New Hampshire
-0.0,2020-05-12,US-NH,318.0,,,,,New Hampshire
-1.0,2020-05-13,US-NH,319.0,,,,,New Hampshire
-7.0,2020-05-14,US-NH,326.0,,,,,New Hampshire
-9.0,2020-05-15,US-NH,335.0,,,,,New Hampshire
-0.0,2020-05-16,US-NH,335.0,,,,,New Hampshire
-12.0,2020-05-17,US-NH,347.0,,,,,New Hampshire
-12.0,2020-05-18,US-NH,359.0,,,,,New Hampshire
-9.0,2020-05-19,US-NH,368.0,,,,,New Hampshire
-15.0,2020-05-20,US-NH,383.0,,,,,New Hampshire
-,2020-03-05,US-NE,,,,,,Nebraska
-0.0,2020-03-06,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-07,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-08,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-09,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-10,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-11,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-12,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-13,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-14,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-15,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-16,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-17,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-18,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-19,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-20,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-21,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-22,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-23,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-24,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-25,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-26,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-27,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-28,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-29,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-30,US-NE,0.0,,,,,Nebraska
-0.0,2020-03-31,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-01,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-02,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-03,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-04,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-05,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-06,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-07,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-08,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-09,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-10,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-11,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-12,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-13,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-14,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-15,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-16,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-17,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-18,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-19,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-20,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-21,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-22,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-23,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-24,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-25,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-26,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-27,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-28,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-29,US-NE,0.0,,,,,Nebraska
-0.0,2020-04-30,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-01,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-02,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-03,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-04,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-05,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-06,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-07,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-08,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-09,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-10,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-11,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-12,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-13,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-14,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-15,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-16,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-17,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-18,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-19,US-NE,0.0,,,,,Nebraska
-0.0,2020-05-20,US-NE,0.0,,,,,Nebraska
-,2020-03-07,US-ND,,,,,,North Dakota
-0.0,2020-03-08,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-09,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-10,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-11,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-12,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-13,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-14,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-15,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-16,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-17,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-18,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-19,US-ND,0.0,,,,,North Dakota
-0.0,2020-03-20,US-ND,0.0,,,,,North Dakota
-3.0,2020-03-21,US-ND,3.0,,,,,North Dakota
-0.0,2020-03-22,US-ND,3.0,,,,,North Dakota
-1.0,2020-03-23,US-ND,4.0,,,,,North Dakota
-1.0,2020-03-24,US-ND,5.0,,,,,North Dakota
-3.0,2020-03-25,US-ND,8.0,,,,,North Dakota
-2.0,2020-03-26,US-ND,10.0,,,,,North Dakota
-3.0,2020-03-27,US-ND,13.0,,,,,North Dakota
-3.0,2020-03-28,US-ND,16.0,,,,,North Dakota
-1.0,2020-03-29,US-ND,17.0,,,,,North Dakota
-2.0,2020-03-30,US-ND,19.0,,,,,North Dakota
-2.0,2020-03-31,US-ND,21.0,,,,,North Dakota
-2.0,2020-04-01,US-ND,23.0,,,,,North Dakota
-5.0,2020-04-02,US-ND,28.0,,,,,North Dakota
-1.0,2020-04-03,US-ND,29.0,,,,,North Dakota
-1.0,2020-04-04,US-ND,30.0,,,,,North Dakota
-1.0,2020-04-05,US-ND,31.0,,,,,North Dakota
-1.0,2020-04-06,US-ND,32.0,,,,,North Dakota
-1.0,2020-04-07,US-ND,33.0,,,,,North Dakota
-1.0,2020-04-08,US-ND,34.0,,,,,North Dakota
-0.0,2020-04-09,US-ND,34.0,,,,,North Dakota
-2.0,2020-04-10,US-ND,36.0,,,,,North Dakota
-0.0,2020-04-11,US-ND,36.0,,,,,North Dakota
-3.0,2020-04-12,US-ND,39.0,,,,,North Dakota
-1.0,2020-04-13,US-ND,40.0,,,,,North Dakota
-2.0,2020-04-14,US-ND,42.0,,,,,North Dakota
-2.0,2020-04-15,US-ND,44.0,,,,,North Dakota
-1.0,2020-04-16,US-ND,45.0,,,,,North Dakota
-2.0,2020-04-17,US-ND,47.0,,,,,North Dakota
-0.0,2020-04-18,US-ND,47.0,,,,,North Dakota
-4.0,2020-04-19,US-ND,51.0,,,,,North Dakota
-2.0,2020-04-20,US-ND,53.0,,,,,North Dakota
-1.0,2020-04-21,US-ND,54.0,,,,,North Dakota
-8.0,2020-04-22,US-ND,62.0,,,,,North Dakota
-3.0,2020-04-23,US-ND,65.0,,,,,North Dakota
-2.0,2020-04-24,US-ND,67.0,,,,,North Dakota
-3.0,2020-04-25,US-ND,70.0,,,,,North Dakota
-1.0,2020-04-26,US-ND,71.0,,,,,North Dakota
-6.0,2020-04-27,US-ND,77.0,,,,,North Dakota
-2.0,2020-04-28,US-ND,79.0,,,,,North Dakota
-3.0,2020-04-29,US-ND,82.0,,,,,North Dakota
-3.0,2020-04-30,US-ND,85.0,,,,,North Dakota
-1.0,2020-05-01,US-ND,86.0,,,,,North Dakota
-4.0,2020-05-02,US-ND,90.0,,,,,North Dakota
-0.0,2020-05-03,US-ND,90.0,,,,,North Dakota
-4.0,2020-05-04,US-ND,94.0,,,,,North Dakota
-1.0,2020-05-05,US-ND,95.0,,,,,North Dakota
-2.0,2020-05-06,US-ND,97.0,,,,,North Dakota
-5.0,2020-05-07,US-ND,102.0,,,,,North Dakota
-2.0,2020-05-08,US-ND,104.0,,,,,North Dakota
-6.0,2020-05-09,US-ND,110.0,,,,,North Dakota
-0.0,2020-05-10,US-ND,110.0,,,,,North Dakota
-5.0,2020-05-11,US-ND,115.0,,,,,North Dakota
-7.0,2020-05-12,US-ND,122.0,,,,,North Dakota
-5.0,2020-05-13,US-ND,127.0,,,,,North Dakota
-2.0,2020-05-14,US-ND,129.0,,,,,North Dakota
-1.0,2020-05-15,US-ND,130.0,,,,,North Dakota
-0.0,2020-05-16,US-ND,130.0,,,,,North Dakota
-0.0,2020-05-17,US-ND,130.0,,,,,North Dakota
-3.0,2020-05-18,US-ND,133.0,,,,,North Dakota
-2.0,2020-05-19,US-ND,135.0,,,,,North Dakota
-7.0,2020-05-20,US-ND,142.0,,,,,North Dakota
-,2020-03-04,US-NC,,,,,,North Carolina
-0.0,2020-03-05,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-06,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-07,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-08,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-09,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-10,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-11,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-12,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-13,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-14,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-15,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-16,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-17,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-18,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-19,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-20,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-21,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-22,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-23,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-24,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-25,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-26,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-27,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-28,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-29,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-30,US-NC,0.0,,,,,North Carolina
-0.0,2020-03-31,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-01,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-02,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-03,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-04,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-05,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-06,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-07,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-08,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-09,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-10,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-11,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-12,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-13,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-14,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-15,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-16,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-17,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-18,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-19,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-20,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-21,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-22,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-23,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-24,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-25,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-26,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-27,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-28,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-29,US-NC,0.0,,,,,North Carolina
-0.0,2020-04-30,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-01,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-02,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-03,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-04,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-05,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-06,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-07,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-08,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-09,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-10,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-11,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-12,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-13,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-14,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-15,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-16,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-17,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-18,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-19,US-NC,0.0,,,,,North Carolina
-0.0,2020-05-20,US-NC,0.0,,,,,North Carolina
-,2020-03-07,US-MT,,,,,,Montana
-0.0,2020-03-08,US-MT,0.0,,,,,Montana
-0.0,2020-03-09,US-MT,0.0,,,,,Montana
-0.0,2020-03-10,US-MT,0.0,,,,,Montana
-0.0,2020-03-11,US-MT,0.0,,,,,Montana
-0.0,2020-03-12,US-MT,0.0,,,,,Montana
-0.0,2020-03-13,US-MT,0.0,,,,,Montana
-0.0,2020-03-14,US-MT,0.0,,,,,Montana
-0.0,2020-03-15,US-MT,0.0,,,,,Montana
-0.0,2020-03-16,US-MT,0.0,,,,,Montana
-0.0,2020-03-17,US-MT,0.0,,,,,Montana
-0.0,2020-03-18,US-MT,0.0,,,,,Montana
-0.0,2020-03-19,US-MT,0.0,,,,,Montana
-0.0,2020-03-20,US-MT,0.0,,,,,Montana
-0.0,2020-03-21,US-MT,0.0,,,,,Montana
-0.0,2020-03-22,US-MT,0.0,,,,,Montana
-0.0,2020-03-23,US-MT,0.0,,,,,Montana
-0.0,2020-03-24,US-MT,0.0,,,,,Montana
-0.0,2020-03-25,US-MT,0.0,,,,,Montana
-1.0,2020-03-26,US-MT,1.0,,,,,Montana
-6.0,2020-03-27,US-MT,7.0,,,,,Montana
-0.0,2020-03-28,US-MT,7.0,,,,,Montana
-1.0,2020-03-29,US-MT,8.0,,,,,Montana
-2.0,2020-03-30,US-MT,10.0,,,,,Montana
-4.0,2020-03-31,US-MT,14.0,,,,,Montana
-3.0,2020-04-01,US-MT,17.0,,,,,Montana
-3.0,2020-04-02,US-MT,20.0,,,,,Montana
-4.0,2020-04-03,US-MT,24.0,,,,,Montana
-0.0,2020-04-04,US-MT,24.0,,,,,Montana
-0.0,2020-04-05,US-MT,24.0,,,,,Montana
-0.0,2020-04-06,US-MT,24.0,,,,,Montana
-4.0,2020-04-07,US-MT,28.0,,,,,Montana
-3.0,2020-04-08,US-MT,31.0,,,,,Montana
-5.0,2020-04-09,US-MT,36.0,,,,,Montana
-5.0,2020-04-10,US-MT,41.0,,,,,Montana
-5.0,2020-04-11,US-MT,46.0,,,,,Montana
-1.0,2020-04-12,US-MT,47.0,,,,,Montana
-0.0,2020-04-13,US-MT,47.0,,,,,Montana
-3.0,2020-04-14,US-MT,50.0,,,,,Montana
-1.0,2020-04-15,US-MT,51.0,,,,,Montana
-1.0,2020-04-16,US-MT,52.0,,,,,Montana
-2.0,2020-04-17,US-MT,54.0,,,,,Montana
-1.0,2020-04-18,US-MT,55.0,,,,,Montana
-0.0,2020-04-19,US-MT,55.0,,,,,Montana
-2.0,2020-04-20,US-MT,57.0,,,,,Montana
-2.0,2020-04-21,US-MT,59.0,,,,,Montana
-0.0,2020-04-22,US-MT,59.0,,,,,Montana
-0.0,2020-04-23,US-MT,59.0,,,,,Montana
-0.0,2020-04-24,US-MT,59.0,,,,,Montana
-2.0,2020-04-25,US-MT,61.0,,,,,Montana
-0.0,2020-04-26,US-MT,61.0,,,,,Montana
-0.0,2020-04-27,US-MT,61.0,,,,,Montana
-0.0,2020-04-28,US-MT,61.0,,,,,Montana
-0.0,2020-04-29,US-MT,61.0,,,,,Montana
-0.0,2020-04-30,US-MT,61.0,,,,,Montana
-0.0,2020-05-01,US-MT,61.0,,,,,Montana
-0.0,2020-05-02,US-MT,61.0,,,,,Montana
-0.0,2020-05-03,US-MT,61.0,,,,,Montana
-1.0,2020-05-04,US-MT,62.0,,,,,Montana
-0.0,2020-05-05,US-MT,62.0,,,,,Montana
-0.0,2020-05-06,US-MT,62.0,,,,,Montana
-0.0,2020-05-07,US-MT,62.0,,,,,Montana
-0.0,2020-05-08,US-MT,62.0,,,,,Montana
-0.0,2020-05-09,US-MT,62.0,,,,,Montana
-0.0,2020-05-10,US-MT,62.0,,,,,Montana
-0.0,2020-05-11,US-MT,62.0,,,,,Montana
-1.0,2020-05-12,US-MT,63.0,,,,,Montana
-0.0,2020-05-13,US-MT,63.0,,,,,Montana
-0.0,2020-05-14,US-MT,63.0,,,,,Montana
-0.0,2020-05-15,US-MT,63.0,,,,,Montana
-0.0,2020-05-16,US-MT,63.0,,,,,Montana
-0.0,2020-05-17,US-MT,63.0,,,,,Montana
-1.0,2020-05-18,US-MT,64.0,,,,,Montana
-1.0,2020-05-19,US-MT,65.0,,,,,Montana
-0.0,2020-05-20,US-MT,65.0,,,,,Montana
-,2020-03-07,US-MS,,,,,,Mississippi
-0.0,2020-03-08,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-09,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-10,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-11,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-12,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-13,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-14,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-15,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-16,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-17,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-18,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-19,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-20,US-MS,0.0,,,,,Mississippi
-0.0,2020-03-21,US-MS,0.0,,,,,Mississippi
-33.0,2020-03-22,US-MS,33.0,,,,,Mississippi
-0.0,2020-03-23,US-MS,33.0,,,,,Mississippi
-53.0,2020-03-24,US-MS,86.0,,,,,Mississippi
-31.0,2020-03-25,US-MS,117.0,,,,,Mississippi
-33.0,2020-03-26,US-MS,150.0,,,,,Mississippi
-35.0,2020-03-27,US-MS,185.0,,,,,Mississippi
-34.0,2020-03-28,US-MS,219.0,,,,,Mississippi
-16.0,2020-03-29,US-MS,235.0,,,,,Mississippi
--40.0,2020-03-30,US-MS,195.0,,,,,Mississippi
-16.0,2020-03-31,US-MS,211.0,,,,,Mississippi
-121.0,2020-04-01,US-MS,332.0,,,,,Mississippi
-28.0,2020-04-02,US-MS,360.0,,,,,Mississippi
-60.0,2020-04-03,US-MS,420.0,,,,,Mississippi
-16.0,2020-04-04,US-MS,436.0,,,,,Mississippi
-39.0,2020-04-05,US-MS,475.0,,,,,Mississippi
-0.0,2020-04-06,US-MS,475.0,,,,,Mississippi
--98.0,2020-04-07,US-MS,377.0,,,,,Mississippi
-33.0,2020-04-08,US-MS,410.0,,,,,Mississippi
-31.0,2020-04-09,US-MS,441.0,,,,,Mississippi
-41.0,2020-04-10,US-MS,482.0,,,,,Mississippi
-46.0,2020-04-11,US-MS,528.0,,,,,Mississippi
-20.0,2020-04-12,US-MS,548.0,,,,,Mississippi
-1.0,2020-04-13,US-MS,549.0,,,,,Mississippi
-47.0,2020-04-14,US-MS,596.0,,,,,Mississippi
-49.0,2020-04-15,US-MS,645.0,,,,,Mississippi
-37.0,2020-04-16,US-MS,682.0,,,,,Mississippi
-54.0,2020-04-17,US-MS,736.0,,,,,Mississippi
-46.0,2020-04-18,US-MS,782.0,,,,,Mississippi
-26.0,2020-04-19,US-MS,808.0,,,,,Mississippi
-11.0,2020-04-20,US-MS,819.0,,,,,Mississippi
-39.0,2020-04-21,US-MS,858.0,,,,,Mississippi
-52.0,2020-04-22,US-MS,910.0,,,,,Mississippi
-36.0,2020-04-23,US-MS,946.0,,,,,Mississippi
-24.0,2020-04-24,US-MS,970.0,,,,,Mississippi
-26.0,2020-04-25,US-MS,996.0,,,,,Mississippi
-5.0,2020-04-26,US-MS,1001.0,,,,,Mississippi
-59.0,2020-04-27,US-MS,1060.0,,,,,Mississippi
-28.0,2020-04-28,US-MS,1088.0,,,,,Mississippi
-38.0,2020-04-29,US-MS,1126.0,,,,,Mississippi
-49.0,2020-04-30,US-MS,1175.0,,,,,Mississippi
-51.0,2020-05-01,US-MS,1226.0,,,,,Mississippi
-39.0,2020-05-02,US-MS,1265.0,,,,,Mississippi
-33.0,2020-05-03,US-MS,1298.0,,,,,Mississippi
-18.0,2020-05-04,US-MS,1316.0,,,,,Mississippi
-36.0,2020-05-05,US-MS,1352.0,,,,,Mississippi
-40.0,2020-05-06,US-MS,1392.0,,,,,Mississippi
-50.0,2020-05-07,US-MS,1442.0,,,,,Mississippi
-36.0,2020-05-08,US-MS,1478.0,,,,,Mississippi
-34.0,2020-05-09,US-MS,1512.0,,,,,Mississippi
-19.0,2020-05-10,US-MS,1531.0,,,,,Mississippi
-15.0,2020-05-11,US-MS,1546.0,,,,,Mississippi
-36.0,2020-05-12,US-MS,1582.0,,,,,Mississippi
-34.0,2020-05-13,US-MS,1616.0,,,,,Mississippi
-51.0,2020-05-14,US-MS,1667.0,,,,,Mississippi
-45.0,2020-05-15,US-MS,1712.0,,,,,Mississippi
-36.0,2020-05-16,US-MS,1748.0,,,,,Mississippi
-25.0,2020-05-17,US-MS,1773.0,,,,,Mississippi
-32.0,2020-05-18,US-MS,1805.0,,,,,Mississippi
-35.0,2020-05-19,US-MS,1840.0,,,,,Mississippi
-61.0,2020-05-20,US-MS,1901.0,,,,,Mississippi
-,2020-03-16,US-MP,,,,,,Northern Mariana Islands
-0.0,2020-03-17,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-18,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-19,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-20,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-21,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-22,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-23,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-24,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-25,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-26,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-27,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-28,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-29,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-30,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-03-31,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-01,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-02,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-03,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-04,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-05,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-06,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-07,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-08,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-09,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-10,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-11,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-12,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-13,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-14,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-15,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-16,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-17,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-18,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-19,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-20,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-21,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-22,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-23,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-24,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-25,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-26,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-27,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-28,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-29,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-04-30,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-01,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-02,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-03,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-04,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-05,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-06,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-07,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-08,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-09,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-10,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-11,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-12,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-13,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-14,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-15,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-16,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-17,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-18,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-19,US-MP,0.0,,,,,Northern Mariana Islands
-0.0,2020-05-20,US-MP,0.0,,,,,Northern Mariana Islands
-,2020-03-07,US-MO,,,,,,Missouri
-0.0,2020-03-08,US-MO,0.0,,,,,Missouri
-0.0,2020-03-09,US-MO,0.0,,,,,Missouri
-0.0,2020-03-10,US-MO,0.0,,,,,Missouri
-0.0,2020-03-11,US-MO,0.0,,,,,Missouri
-0.0,2020-03-12,US-MO,0.0,,,,,Missouri
-0.0,2020-03-13,US-MO,0.0,,,,,Missouri
-0.0,2020-03-14,US-MO,0.0,,,,,Missouri
-0.0,2020-03-15,US-MO,0.0,,,,,Missouri
-0.0,2020-03-16,US-MO,0.0,,,,,Missouri
-0.0,2020-03-17,US-MO,0.0,,,,,Missouri
-0.0,2020-03-18,US-MO,0.0,,,,,Missouri
-0.0,2020-03-19,US-MO,0.0,,,,,Missouri
-0.0,2020-03-20,US-MO,0.0,,,,,Missouri
-0.0,2020-03-21,US-MO,0.0,,,,,Missouri
-0.0,2020-03-22,US-MO,0.0,,,,,Missouri
-0.0,2020-03-23,US-MO,0.0,,,,,Missouri
-0.0,2020-03-24,US-MO,0.0,,,,,Missouri
-0.0,2020-03-25,US-MO,0.0,,,,,Missouri
-0.0,2020-03-26,US-MO,0.0,,,,,Missouri
-0.0,2020-03-27,US-MO,0.0,,,,,Missouri
-0.0,2020-03-28,US-MO,0.0,,,,,Missouri
-0.0,2020-03-29,US-MO,0.0,,,,,Missouri
-0.0,2020-03-30,US-MO,0.0,,,,,Missouri
-0.0,2020-03-31,US-MO,0.0,,,,,Missouri
-0.0,2020-04-01,US-MO,0.0,,,,,Missouri
-0.0,2020-04-02,US-MO,0.0,,,,,Missouri
-0.0,2020-04-03,US-MO,0.0,,,,,Missouri
-0.0,2020-04-04,US-MO,0.0,,,,,Missouri
-0.0,2020-04-05,US-MO,0.0,,,,,Missouri
-0.0,2020-04-06,US-MO,0.0,,,,,Missouri
-0.0,2020-04-07,US-MO,0.0,,,,,Missouri
-0.0,2020-04-08,US-MO,0.0,,,,,Missouri
-0.0,2020-04-09,US-MO,0.0,,,,,Missouri
-0.0,2020-04-10,US-MO,0.0,,,,,Missouri
-0.0,2020-04-11,US-MO,0.0,,,,,Missouri
-0.0,2020-04-12,US-MO,0.0,,,,,Missouri
-0.0,2020-04-13,US-MO,0.0,,,,,Missouri
-0.0,2020-04-14,US-MO,0.0,,,,,Missouri
-0.0,2020-04-15,US-MO,0.0,,,,,Missouri
-0.0,2020-04-16,US-MO,0.0,,,,,Missouri
-0.0,2020-04-17,US-MO,0.0,,,,,Missouri
-0.0,2020-04-18,US-MO,0.0,,,,,Missouri
-0.0,2020-04-19,US-MO,0.0,,,,,Missouri
-0.0,2020-04-20,US-MO,0.0,,,,,Missouri
-0.0,2020-04-21,US-MO,0.0,,,,,Missouri
-0.0,2020-04-22,US-MO,0.0,,,,,Missouri
-0.0,2020-04-23,US-MO,0.0,,,,,Missouri
-0.0,2020-04-24,US-MO,0.0,,,,,Missouri
-0.0,2020-04-25,US-MO,0.0,,,,,Missouri
-0.0,2020-04-26,US-MO,0.0,,,,,Missouri
-0.0,2020-04-27,US-MO,0.0,,,,,Missouri
-0.0,2020-04-28,US-MO,0.0,,,,,Missouri
-0.0,2020-04-29,US-MO,0.0,,,,,Missouri
-0.0,2020-04-30,US-MO,0.0,,,,,Missouri
-0.0,2020-05-01,US-MO,0.0,,,,,Missouri
-0.0,2020-05-02,US-MO,0.0,,,,,Missouri
-0.0,2020-05-03,US-MO,0.0,,,,,Missouri
-0.0,2020-05-04,US-MO,0.0,,,,,Missouri
-0.0,2020-05-05,US-MO,0.0,,,,,Missouri
-0.0,2020-05-06,US-MO,0.0,,,,,Missouri
-0.0,2020-05-07,US-MO,0.0,,,,,Missouri
-0.0,2020-05-08,US-MO,0.0,,,,,Missouri
-0.0,2020-05-09,US-MO,0.0,,,,,Missouri
-0.0,2020-05-10,US-MO,0.0,,,,,Missouri
-0.0,2020-05-11,US-MO,0.0,,,,,Missouri
-0.0,2020-05-12,US-MO,0.0,,,,,Missouri
-0.0,2020-05-13,US-MO,0.0,,,,,Missouri
-0.0,2020-05-14,US-MO,0.0,,,,,Missouri
-0.0,2020-05-15,US-MO,0.0,,,,,Missouri
-0.0,2020-05-16,US-MO,0.0,,,,,Missouri
-0.0,2020-05-17,US-MO,0.0,,,,,Missouri
-0.0,2020-05-18,US-MO,0.0,,,,,Missouri
-0.0,2020-05-19,US-MO,0.0,,,,,Missouri
-0.0,2020-05-20,US-MO,0.0,,,,,Missouri
-,2020-03-06,US-MN,,,,,,Minnesota
-0.0,2020-03-07,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-08,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-09,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-10,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-11,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-12,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-13,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-14,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-15,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-16,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-17,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-18,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-19,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-20,US-MN,0.0,,,,,Minnesota
-0.0,2020-03-21,US-MN,0.0,,,,,Minnesota
-12.0,2020-03-22,US-MN,12.0,,,,,Minnesota
-5.0,2020-03-23,US-MN,17.0,,,,,Minnesota
-4.0,2020-03-24,US-MN,21.0,,,,,Minnesota
-14.0,2020-03-25,US-MN,35.0,,,,,Minnesota
-6.0,2020-03-26,US-MN,41.0,,,,,Minnesota
-10.0,2020-03-27,US-MN,51.0,,,,,Minnesota
-6.0,2020-03-28,US-MN,57.0,,,,,Minnesota
-18.0,2020-03-29,US-MN,75.0,,,,,Minnesota
-17.0,2020-03-30,US-MN,92.0,,,,,Minnesota
-20.0,2020-03-31,US-MN,112.0,,,,,Minnesota
-10.0,2020-04-01,US-MN,122.0,,,,,Minnesota
-16.0,2020-04-02,US-MN,138.0,,,,,Minnesota
-18.0,2020-04-03,US-MN,156.0,,,,,Minnesota
-24.0,2020-04-04,US-MN,180.0,,,,,Minnesota
-22.0,2020-04-05,US-MN,202.0,,,,,Minnesota
-21.0,2020-04-06,US-MN,223.0,,,,,Minnesota
-19.0,2020-04-07,US-MN,242.0,,,,,Minnesota
-29.0,2020-04-08,US-MN,271.0,,,,,Minnesota
-22.0,2020-04-09,US-MN,293.0,,,,,Minnesota
-24.0,2020-04-10,US-MN,317.0,,,,,Minnesota
-23.0,2020-04-11,US-MN,340.0,,,,,Minnesota
-21.0,2020-04-12,US-MN,361.0,,,,,Minnesota
-0.0,2020-04-13,US-MN,361.0,,,,,Minnesota
-44.0,2020-04-14,US-MN,405.0,,,,,Minnesota
-40.0,2020-04-15,US-MN,445.0,,,,,Minnesota
-30.0,2020-04-16,US-MN,475.0,,,,,Minnesota
-43.0,2020-04-17,US-MN,518.0,,,,,Minnesota
-43.0,2020-04-18,US-MN,561.0,,,,,Minnesota
-13.0,2020-04-19,US-MN,574.0,,,,,Minnesota
-28.0,2020-04-20,US-MN,602.0,,,,,Minnesota
-27.0,2020-04-21,US-MN,629.0,,,,,Minnesota
-31.0,2020-04-22,US-MN,660.0,,,,,Minnesota
-52.0,2020-04-23,US-MN,712.0,,,,,Minnesota
-44.0,2020-04-24,US-MN,756.0,,,,,Minnesota
-41.0,2020-04-25,US-MN,797.0,,,,,Minnesota
-32.0,2020-04-26,US-MN,829.0,,,,,Minnesota
-32.0,2020-04-27,US-MN,861.0,,,,,Minnesota
-51.0,2020-04-28,US-MN,912.0,,,,,Minnesota
-38.0,2020-04-29,US-MN,950.0,,,,,Minnesota
-94.0,2020-04-30,US-MN,1044.0,,,,,Minnesota
-52.0,2020-05-01,US-MN,1096.0,,,,,Minnesota
-63.0,2020-05-02,US-MN,1159.0,,,,,Minnesota
-40.0,2020-05-03,US-MN,1199.0,,,,,Minnesota
-72.0,2020-05-04,US-MN,1271.0,,,,,Minnesota
-79.0,2020-05-05,US-MN,1350.0,,,,,Minnesota
-55.0,2020-05-06,US-MN,1405.0,,,,,Minnesota
-54.0,2020-05-07,US-MN,1459.0,,,,,Minnesota
-90.0,2020-05-08,US-MN,1549.0,,,,,Minnesota
-63.0,2020-05-09,US-MN,1612.0,,,,,Minnesota
-45.0,2020-05-10,US-MN,1657.0,,,,,Minnesota
-59.0,2020-05-11,US-MN,1716.0,,,,,Minnesota
-83.0,2020-05-12,US-MN,1799.0,,,,,Minnesota
-52.0,2020-05-13,US-MN,1851.0,,,,,Minnesota
-64.0,2020-05-14,US-MN,1915.0,,,,,Minnesota
-70.0,2020-05-15,US-MN,1985.0,,,,,Minnesota
-54.0,2020-05-16,US-MN,2039.0,,,,,Minnesota
-51.0,2020-05-17,US-MN,2090.0,,,,,Minnesota
-38.0,2020-05-18,US-MN,2128.0,,,,,Minnesota
-93.0,2020-05-19,US-MN,2221.0,,,,,Minnesota
-87.0,2020-05-20,US-MN,2308.0,,,,,Minnesota
-,2020-03-01,US-MI,,,,,,Michigan
-0.0,2020-03-02,US-MI,0.0,,,,,Michigan
-0.0,2020-03-03,US-MI,0.0,,,,,Michigan
-0.0,2020-03-04,US-MI,0.0,,,,,Michigan
-0.0,2020-03-05,US-MI,0.0,,,,,Michigan
-0.0,2020-03-06,US-MI,0.0,,,,,Michigan
-0.0,2020-03-07,US-MI,0.0,,,,,Michigan
-0.0,2020-03-08,US-MI,0.0,,,,,Michigan
-0.0,2020-03-09,US-MI,0.0,,,,,Michigan
-0.0,2020-03-10,US-MI,0.0,,,,,Michigan
-0.0,2020-03-11,US-MI,0.0,,,,,Michigan
-0.0,2020-03-12,US-MI,0.0,,,,,Michigan
-0.0,2020-03-13,US-MI,0.0,,,,,Michigan
-0.0,2020-03-14,US-MI,0.0,,,,,Michigan
-0.0,2020-03-15,US-MI,0.0,,,,,Michigan
-0.0,2020-03-16,US-MI,0.0,,,,,Michigan
-0.0,2020-03-17,US-MI,0.0,,,,,Michigan
-0.0,2020-03-18,US-MI,0.0,,,,,Michigan
-0.0,2020-03-19,US-MI,0.0,,,,,Michigan
-0.0,2020-03-20,US-MI,0.0,,,,,Michigan
-0.0,2020-03-21,US-MI,0.0,,,,,Michigan
-0.0,2020-03-22,US-MI,0.0,,,,,Michigan
-0.0,2020-03-23,US-MI,0.0,,,,,Michigan
-0.0,2020-03-24,US-MI,0.0,,,,,Michigan
-0.0,2020-03-25,US-MI,0.0,,,,,Michigan
-0.0,2020-03-26,US-MI,0.0,,,,,Michigan
-0.0,2020-03-27,US-MI,0.0,,,,,Michigan
-0.0,2020-03-28,US-MI,0.0,,,,,Michigan
-0.0,2020-03-29,US-MI,0.0,,,,,Michigan
-0.0,2020-03-30,US-MI,0.0,,,,,Michigan
-0.0,2020-03-31,US-MI,0.0,,,,,Michigan
-0.0,2020-04-01,US-MI,0.0,,,,,Michigan
-0.0,2020-04-02,US-MI,0.0,,,,,Michigan
-0.0,2020-04-03,US-MI,0.0,,,,,Michigan
-0.0,2020-04-04,US-MI,0.0,,,,,Michigan
-0.0,2020-04-05,US-MI,0.0,,,,,Michigan
-0.0,2020-04-06,US-MI,0.0,,,,,Michigan
-0.0,2020-04-07,US-MI,0.0,,,,,Michigan
-0.0,2020-04-08,US-MI,0.0,,,,,Michigan
-0.0,2020-04-09,US-MI,0.0,,,,,Michigan
-0.0,2020-04-10,US-MI,0.0,,,,,Michigan
-0.0,2020-04-11,US-MI,0.0,,,,,Michigan
-0.0,2020-04-12,US-MI,0.0,,,,,Michigan
-0.0,2020-04-13,US-MI,0.0,,,,,Michigan
-0.0,2020-04-14,US-MI,0.0,,,,,Michigan
-0.0,2020-04-15,US-MI,0.0,,,,,Michigan
-0.0,2020-04-16,US-MI,0.0,,,,,Michigan
-0.0,2020-04-17,US-MI,0.0,,,,,Michigan
-0.0,2020-04-18,US-MI,0.0,,,,,Michigan
-0.0,2020-04-19,US-MI,0.0,,,,,Michigan
-0.0,2020-04-20,US-MI,0.0,,,,,Michigan
-0.0,2020-04-21,US-MI,0.0,,,,,Michigan
-0.0,2020-04-22,US-MI,0.0,,,,,Michigan
-0.0,2020-04-23,US-MI,0.0,,,,,Michigan
-0.0,2020-04-24,US-MI,0.0,,,,,Michigan
-0.0,2020-04-25,US-MI,0.0,,,,,Michigan
-0.0,2020-04-26,US-MI,0.0,,,,,Michigan
-0.0,2020-04-27,US-MI,0.0,,,,,Michigan
-0.0,2020-04-28,US-MI,0.0,,,,,Michigan
-0.0,2020-04-29,US-MI,0.0,,,,,Michigan
-0.0,2020-04-30,US-MI,0.0,,,,,Michigan
-0.0,2020-05-01,US-MI,0.0,,,,,Michigan
-0.0,2020-05-02,US-MI,0.0,,,,,Michigan
-0.0,2020-05-03,US-MI,0.0,,,,,Michigan
-0.0,2020-05-04,US-MI,0.0,,,,,Michigan
-0.0,2020-05-05,US-MI,0.0,,,,,Michigan
-0.0,2020-05-06,US-MI,0.0,,,,,Michigan
-0.0,2020-05-07,US-MI,0.0,,,,,Michigan
-0.0,2020-05-08,US-MI,0.0,,,,,Michigan
-0.0,2020-05-09,US-MI,0.0,,,,,Michigan
-0.0,2020-05-10,US-MI,0.0,,,,,Michigan
-0.0,2020-05-11,US-MI,0.0,,,,,Michigan
-0.0,2020-05-12,US-MI,0.0,,,,,Michigan
-0.0,2020-05-13,US-MI,0.0,,,,,Michigan
-0.0,2020-05-14,US-MI,0.0,,,,,Michigan
-0.0,2020-05-15,US-MI,0.0,,,,,Michigan
-0.0,2020-05-16,US-MI,0.0,,,,,Michigan
-0.0,2020-05-17,US-MI,0.0,,,,,Michigan
-0.0,2020-05-18,US-MI,0.0,,,,,Michigan
-0.0,2020-05-19,US-MI,0.0,,,,,Michigan
-0.0,2020-05-20,US-MI,0.0,,,,,Michigan
-,2020-03-07,US-ME,,,,,,Maine
-0.0,2020-03-08,US-ME,0.0,,,,,Maine
-0.0,2020-03-09,US-ME,0.0,,,,,Maine
-0.0,2020-03-10,US-ME,0.0,,,,,Maine
-0.0,2020-03-11,US-ME,0.0,,,,,Maine
-0.0,2020-03-12,US-ME,0.0,,,,,Maine
-0.0,2020-03-13,US-ME,0.0,,,,,Maine
-0.0,2020-03-14,US-ME,0.0,,,,,Maine
-0.0,2020-03-15,US-ME,0.0,,,,,Maine
-0.0,2020-03-16,US-ME,0.0,,,,,Maine
-0.0,2020-03-17,US-ME,0.0,,,,,Maine
-0.0,2020-03-18,US-ME,0.0,,,,,Maine
-0.0,2020-03-19,US-ME,0.0,,,,,Maine
-0.0,2020-03-20,US-ME,0.0,,,,,Maine
-0.0,2020-03-21,US-ME,0.0,,,,,Maine
-0.0,2020-03-22,US-ME,0.0,,,,,Maine
-0.0,2020-03-23,US-ME,0.0,,,,,Maine
-0.0,2020-03-24,US-ME,0.0,,,,,Maine
-0.0,2020-03-25,US-ME,0.0,,,,,Maine
-0.0,2020-03-26,US-ME,0.0,,,,,Maine
-0.0,2020-03-27,US-ME,0.0,,,,,Maine
-0.0,2020-03-28,US-ME,0.0,,,,,Maine
-0.0,2020-03-29,US-ME,0.0,,,,,Maine
-49.0,2020-03-30,US-ME,49.0,,,,,Maine
-8.0,2020-03-31,US-ME,57.0,,,,,Maine
-6.0,2020-04-01,US-ME,63.0,,,,,Maine
-5.0,2020-04-02,US-ME,68.0,,,,,Maine
-7.0,2020-04-03,US-ME,75.0,,,,,Maine
-8.0,2020-04-04,US-ME,83.0,,,,,Maine
-3.0,2020-04-05,US-ME,86.0,,,,,Maine
-6.0,2020-04-06,US-ME,92.0,,,,,Maine
-7.0,2020-04-07,US-ME,99.0,,,,,Maine
-2.0,2020-04-08,US-ME,101.0,,,,,Maine
-4.0,2020-04-09,US-ME,105.0,,,,,Maine
-6.0,2020-04-10,US-ME,111.0,,,,,Maine
-3.0,2020-04-11,US-ME,114.0,,,,,Maine
-6.0,2020-04-12,US-ME,120.0,,,,,Maine
-4.0,2020-04-13,US-ME,124.0,,,,,Maine
-0.0,2020-04-14,US-ME,124.0,,,,,Maine
-2.0,2020-04-15,US-ME,126.0,,,,,Maine
-4.0,2020-04-16,US-ME,130.0,,,,,Maine
-3.0,2020-04-17,US-ME,133.0,,,,,Maine
-3.0,2020-04-18,US-ME,136.0,,,,,Maine
-0.0,2020-04-19,US-ME,136.0,,,,,Maine
-2.0,2020-04-20,US-ME,138.0,,,,,Maine
-1.0,2020-04-21,US-ME,139.0,,,,,Maine
-5.0,2020-04-22,US-ME,144.0,,,,,Maine
-6.0,2020-04-23,US-ME,150.0,,,,,Maine
-2.0,2020-04-24,US-ME,152.0,,,,,Maine
-4.0,2020-04-25,US-ME,156.0,,,,,Maine
-3.0,2020-04-26,US-ME,159.0,,,,,Maine
-2.0,2020-04-27,US-ME,161.0,,,,,Maine
-2.0,2020-04-28,US-ME,163.0,,,,,Maine
-3.0,2020-04-29,US-ME,166.0,,,,,Maine
-4.0,2020-04-30,US-ME,170.0,,,,,Maine
-7.0,2020-05-01,US-ME,177.0,,,,,Maine
-4.0,2020-05-02,US-ME,181.0,,,,,Maine
-2.0,2020-05-03,US-ME,183.0,,,,,Maine
-3.0,2020-05-04,US-ME,186.0,,,,,Maine
-1.0,2020-05-05,US-ME,187.0,,,,,Maine
-4.0,2020-05-06,US-ME,191.0,,,,,Maine
-1.0,2020-05-07,US-ME,192.0,,,,,Maine
-2.0,2020-05-08,US-ME,194.0,,,,,Maine
-4.0,2020-05-09,US-ME,198.0,,,,,Maine
-1.0,2020-05-10,US-ME,199.0,,,,,Maine
-1.0,2020-05-11,US-ME,200.0,,,,,Maine
-2.0,2020-05-12,US-ME,202.0,,,,,Maine
-2.0,2020-05-13,US-ME,204.0,,,,,Maine
-3.0,2020-05-14,US-ME,207.0,,,,,Maine
-4.0,2020-05-15,US-ME,211.0,,,,,Maine
-3.0,2020-05-16,US-ME,214.0,,,,,Maine
-2.0,2020-05-17,US-ME,216.0,,,,,Maine
-7.0,2020-05-18,US-ME,223.0,,,,,Maine
-2.0,2020-05-19,US-ME,225.0,,,,,Maine
-6.0,2020-05-20,US-ME,231.0,,,,,Maine
-,2020-03-05,US-MD,,,,,,Maryland
-0.0,2020-03-06,US-MD,0.0,,,,,Maryland
-0.0,2020-03-07,US-MD,0.0,,,,,Maryland
-0.0,2020-03-08,US-MD,0.0,,,,,Maryland
-0.0,2020-03-09,US-MD,0.0,,,,,Maryland
-0.0,2020-03-10,US-MD,0.0,,,,,Maryland
-0.0,2020-03-11,US-MD,0.0,,,,,Maryland
-0.0,2020-03-12,US-MD,0.0,,,,,Maryland
-0.0,2020-03-13,US-MD,0.0,,,,,Maryland
-0.0,2020-03-14,US-MD,0.0,,,,,Maryland
-0.0,2020-03-15,US-MD,0.0,,,,,Maryland
-0.0,2020-03-16,US-MD,0.0,,,,,Maryland
-0.0,2020-03-17,US-MD,0.0,,,,,Maryland
-0.0,2020-03-18,US-MD,0.0,,,,,Maryland
-0.0,2020-03-19,US-MD,0.0,,,,,Maryland
-0.0,2020-03-20,US-MD,0.0,,,,,Maryland
-0.0,2020-03-21,US-MD,0.0,,,,,Maryland
-0.0,2020-03-22,US-MD,0.0,,,,,Maryland
-0.0,2020-03-23,US-MD,0.0,,,,,Maryland
-0.0,2020-03-24,US-MD,0.0,,,,,Maryland
-0.0,2020-03-25,US-MD,0.0,,,,,Maryland
-132.0,2020-03-26,US-MD,132.0,,,,,Maryland
-41.0,2020-03-27,US-MD,173.0,,,,,Maryland
-53.0,2020-03-28,US-MD,226.0,,,,,Maryland
-51.0,2020-03-29,US-MD,277.0,,,,,Maryland
-76.0,2020-03-30,US-MD,353.0,,,,,Maryland
-76.0,2020-03-31,US-MD,429.0,,,,,Maryland
-93.0,2020-04-01,US-MD,522.0,,,,,Maryland
-60.0,2020-04-02,US-MD,582.0,,,,,Maryland
-82.0,2020-04-03,US-MD,664.0,,,,,Maryland
-157.0,2020-04-04,US-MD,821.0,,,,,Maryland
-115.0,2020-04-05,US-MD,936.0,,,,,Maryland
-123.0,2020-04-06,US-MD,1059.0,,,,,Maryland
-47.0,2020-04-07,US-MD,1106.0,,,,,Maryland
-104.0,2020-04-08,US-MD,1210.0,,,,,Maryland
-138.0,2020-04-09,US-MD,1348.0,,,,,Maryland
-65.0,2020-04-10,US-MD,1413.0,,,,,Maryland
-296.0,2020-04-11,US-MD,1709.0,,,,,Maryland
-151.0,2020-04-12,US-MD,1860.0,,,,,Maryland
-115.0,2020-04-13,US-MD,1975.0,,,,,Maryland
-147.0,2020-04-14,US-MD,2122.0,,,,,Maryland
-109.0,2020-04-15,US-MD,2231.0,,,,,Maryland
-220.0,2020-04-16,US-MD,2451.0,,,,,Maryland
-161.0,2020-04-17,US-MD,2612.0,,,,,Maryland
-145.0,2020-04-18,US-MD,2757.0,,,,,Maryland
-129.0,2020-04-19,US-MD,2886.0,,,,,Maryland
-128.0,2020-04-20,US-MD,3014.0,,,,,Maryland
-144.0,2020-04-21,US-MD,3158.0,,,,,Maryland
-167.0,2020-04-22,US-MD,3325.0,,,,,Maryland
-152.0,2020-04-23,US-MD,3477.0,,,,,Maryland
-141.0,2020-04-24,US-MD,3618.0,,,,,Maryland
-142.0,2020-04-25,US-MD,3760.0,,,,,Maryland
-202.0,2020-04-26,US-MD,3962.0,,,,,Maryland
-139.0,2020-04-27,US-MD,4101.0,,,,,Maryland
-167.0,2020-04-28,US-MD,4268.0,,,,,Maryland
-134.0,2020-04-29,US-MD,4402.0,,,,,Maryland
-157.0,2020-04-30,US-MD,4559.0,,,,,Maryland
-159.0,2020-05-01,US-MD,4718.0,,,,,Maryland
-192.0,2020-05-02,US-MD,4910.0,,,,,Maryland
-141.0,2020-05-03,US-MD,5051.0,,,,,Maryland
-148.0,2020-05-04,US-MD,5199.0,,,,,Maryland
-138.0,2020-05-05,US-MD,5337.0,,,,,Maryland
-160.0,2020-05-06,US-MD,5497.0,,,,,Maryland
-166.0,2020-05-07,US-MD,5663.0,,,,,Maryland
-148.0,2020-05-08,US-MD,5811.0,,,,,Maryland
-121.0,2020-05-09,US-MD,5932.0,,,,,Maryland
-23.0,2020-05-10,US-MD,5955.0,,,,,Maryland
-228.0,2020-05-11,US-MD,6183.0,,,,,Maryland
-104.0,2020-05-12,US-MD,6287.0,,,,,Maryland
-117.0,2020-05-13,US-MD,6404.0,,,,,Maryland
-149.0,2020-05-14,US-MD,6553.0,,,,,Maryland
-126.0,2020-05-15,US-MD,6679.0,,,,,Maryland
-76.0,2020-05-16,US-MD,6755.0,,,,,Maryland
-238.0,2020-05-17,US-MD,6993.0,,,,,Maryland
-93.0,2020-05-18,US-MD,7086.0,,,,,Maryland
-113.0,2020-05-19,US-MD,7199.0,,,,,Maryland
-194.0,2020-05-20,US-MD,7393.0,,,,,Maryland
-,2020-03-12,US-MA,,,,,,Massachusetts
-0.0,2020-03-13,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-14,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-15,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-16,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-17,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-18,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-19,US-MA,0.0,,,,,Massachusetts
-0.0,2020-03-20,US-MA,0.0,,,,,Massachusetts
-61.0,2020-03-21,US-MA,61.0,,,,,Massachusetts
-10.0,2020-03-22,US-MA,71.0,,,,,Massachusetts
-8.0,2020-03-23,US-MA,79.0,,,,,Massachusetts
-15.0,2020-03-24,US-MA,94.0,,,,,Massachusetts
-9.0,2020-03-25,US-MA,103.0,,,,,Massachusetts
-116.0,2020-03-26,US-MA,219.0,,,,,Massachusetts
-0.0,2020-03-27,US-MA,219.0,,,,,Massachusetts
-131.0,2020-03-28,US-MA,350.0,,,,,Massachusetts
-49.0,2020-03-29,US-MA,399.0,,,,,Massachusetts
-54.0,2020-03-30,US-MA,453.0,,,,,Massachusetts
-109.0,2020-03-31,US-MA,562.0,,,,,Massachusetts
-120.0,2020-04-01,US-MA,682.0,,,,,Massachusetts
-131.0,2020-04-02,US-MA,813.0,,,,,Massachusetts
-153.0,2020-04-03,US-MA,966.0,,,,,Massachusetts
-404.0,2020-04-04,US-MA,1370.0,,,,,Massachusetts
-262.0,2020-04-05,US-MA,1632.0,,,,,Massachusetts
-35.0,2020-04-06,US-MA,1667.0,,,,,Massachusetts
-164.0,2020-04-07,US-MA,1831.0,,,,,Massachusetts
-288.0,2020-04-08,US-MA,2119.0,,,,,Massachusetts
-183.0,2020-04-09,US-MA,2302.0,,,,,Massachusetts
-133.0,2020-04-10,US-MA,2435.0,,,,,Massachusetts
-72.0,2020-04-11,US-MA,2507.0,,,,,Massachusetts
-7.0,2020-04-12,US-MA,2514.0,,,,,Massachusetts
-971.0,2020-04-13,US-MA,3485.0,,,,,Massachusetts
-131.0,2020-04-14,US-MA,3616.0,,,,,Massachusetts
-21.0,2020-04-15,US-MA,3637.0,,,,,Massachusetts
-89.0,2020-04-16,US-MA,3726.0,,,,,Massachusetts
-30.0,2020-04-17,US-MA,3756.0,,,,,Massachusetts
--28.0,2020-04-18,US-MA,3728.0,,,,,Massachusetts
-61.0,2020-04-19,US-MA,3789.0,,,,,Massachusetts
-83.0,2020-04-20,US-MA,3872.0,,,,,Massachusetts
-137.0,2020-04-21,US-MA,4009.0,,,,,Massachusetts
-247.0,2020-04-22,US-MA,4256.0,,,,,Massachusetts
-237.0,2020-04-23,US-MA,4493.0,,,,,Massachusetts
-259.0,2020-04-24,US-MA,4752.0,,,,,Massachusetts
-213.0,2020-04-25,US-MA,4965.0,,,,,Massachusetts
-139.0,2020-04-26,US-MA,5104.0,,,,,Massachusetts
-133.0,2020-04-27,US-MA,5237.0,,,,,Massachusetts
-278.0,2020-04-28,US-MA,5515.0,,,,,Massachusetts
-243.0,2020-04-29,US-MA,5758.0,,,,,Massachusetts
-184.0,2020-04-30,US-MA,5942.0,,,,,Massachusetts
-227.0,2020-05-01,US-MA,6169.0,,,,,Massachusetts
-209.0,2020-05-02,US-MA,6378.0,,,,,Massachusetts
-129.0,2020-05-03,US-MA,6507.0,,,,,Massachusetts
-115.0,2020-05-04,US-MA,6622.0,,,,,Massachusetts
-209.0,2020-05-05,US-MA,6831.0,,,,,Massachusetts
-249.0,2020-05-06,US-MA,7080.0,,,,,Massachusetts
-157.0,2020-05-07,US-MA,7237.0,,,,,Massachusetts
-197.0,2020-05-08,US-MA,7434.0,,,,,Massachusetts
-117.0,2020-05-09,US-MA,7551.0,,,,,Massachusetts
-66.0,2020-05-10,US-MA,7617.0,,,,,Massachusetts
-115.0,2020-05-11,US-MA,7732.0,,,,,Massachusetts
-110.0,2020-05-12,US-MA,7842.0,,,,,Massachusetts
-190.0,2020-05-13,US-MA,8032.0,,,,,Massachusetts
-175.0,2020-05-14,US-MA,8207.0,,,,,Massachusetts
-107.0,2020-05-15,US-MA,8314.0,,,,,Massachusetts
-142.0,2020-05-16,US-MA,8456.0,,,,,Massachusetts
-83.0,2020-05-17,US-MA,8539.0,,,,,Massachusetts
-0.0,2020-05-18,US-MA,8539.0,,,,,Massachusetts
-227.0,2020-05-19,US-MA,8766.0,,,,,Massachusetts
-131.0,2020-05-20,US-MA,8897.0,,,,,Massachusetts
-,2020-03-07,US-LA,,,,,,Louisiana
-0.0,2020-03-08,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-09,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-10,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-11,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-12,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-13,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-14,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-15,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-16,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-17,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-18,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-19,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-20,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-21,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-22,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-23,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-24,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-25,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-26,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-27,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-28,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-29,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-30,US-LA,0.0,,,,,Louisiana
-0.0,2020-03-31,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-01,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-02,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-03,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-04,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-05,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-06,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-07,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-08,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-09,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-10,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-11,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-12,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-13,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-14,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-15,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-16,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-17,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-18,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-19,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-20,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-21,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-22,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-23,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-24,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-25,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-26,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-27,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-28,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-29,US-LA,0.0,,,,,Louisiana
-0.0,2020-04-30,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-01,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-02,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-03,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-04,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-05,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-06,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-07,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-08,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-09,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-10,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-11,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-12,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-13,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-14,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-15,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-16,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-17,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-18,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-19,US-LA,0.0,,,,,Louisiana
-0.0,2020-05-20,US-LA,0.0,,,,,Louisiana
-,2020-03-06,US-KY,,,,,,Kentucky
-0.0,2020-03-07,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-08,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-09,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-10,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-11,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-12,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-13,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-14,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-15,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-16,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-17,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-18,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-19,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-20,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-21,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-22,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-23,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-24,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-25,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-26,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-27,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-28,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-29,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-30,US-KY,0.0,,,,,Kentucky
-0.0,2020-03-31,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-01,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-02,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-03,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-04,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-05,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-06,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-07,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-08,US-KY,0.0,,,,,Kentucky
-0.0,2020-04-09,US-KY,0.0,,,,,Kentucky
-459.0,2020-04-10,US-KY,459.0,,,,,Kentucky
-0.0,2020-04-11,US-KY,459.0,,,,,Kentucky
-0.0,2020-04-12,US-KY,459.0,,,,,Kentucky
-208.0,2020-04-13,US-KY,667.0,,,,,Kentucky
-6.0,2020-04-14,US-KY,673.0,,,,,Kentucky
-14.0,2020-04-15,US-KY,687.0,,,,,Kentucky
-120.0,2020-04-16,US-KY,807.0,,,,,Kentucky
-164.0,2020-04-17,US-KY,971.0,,,,,Kentucky
-37.0,2020-04-18,US-KY,1008.0,,,,,Kentucky
-51.0,2020-04-19,US-KY,1059.0,,,,,Kentucky
-0.0,2020-04-20,US-KY,1059.0,,,,,Kentucky
-0.0,2020-04-21,US-KY,1059.0,,,,,Kentucky
-17.0,2020-04-22,US-KY,1076.0,,,,,Kentucky
-29.0,2020-04-23,US-KY,1105.0,,,,,Kentucky
-10.0,2020-04-24,US-KY,1115.0,,,,,Kentucky
-28.0,2020-04-25,US-KY,1143.0,,,,,Kentucky
-123.0,2020-04-26,US-KY,1266.0,,,,,Kentucky
-8.0,2020-04-27,US-KY,1274.0,,,,,Kentucky
-7.0,2020-04-28,US-KY,1281.0,,,,,Kentucky
-50.0,2020-04-29,US-KY,1331.0,,,,,Kentucky
-28.0,2020-04-30,US-KY,1359.0,,,,,Kentucky
-16.0,2020-05-01,US-KY,1375.0,,,,,Kentucky
-36.0,2020-05-02,US-KY,1411.0,,,,,Kentucky
-0.0,2020-05-03,US-KY,1411.0,,,,,Kentucky
-108.0,2020-05-04,US-KY,1519.0,,,,,Kentucky
-10.0,2020-05-05,US-KY,1529.0,,,,,Kentucky
-74.0,2020-05-06,US-KY,1603.0,,,,,Kentucky
-13.0,2020-05-07,US-KY,1616.0,,,,,Kentucky
-68.0,2020-05-08,US-KY,1684.0,,,,,Kentucky
-12.0,2020-05-09,US-KY,1696.0,,,,,Kentucky
-61.0,2020-05-10,US-KY,1757.0,,,,,Kentucky
-0.0,2020-05-11,US-KY,1757.0,,,,,Kentucky
-10.0,2020-05-12,US-KY,1767.0,,,,,Kentucky
-58.0,2020-05-13,US-KY,1825.0,,,,,Kentucky
-10.0,2020-05-14,US-KY,1835.0,,,,,Kentucky
-52.0,2020-05-15,US-KY,1887.0,,,,,Kentucky
-9.0,2020-05-16,US-KY,1896.0,,,,,Kentucky
-0.0,2020-05-17,US-KY,1896.0,,,,,Kentucky
-0.0,2020-05-18,US-KY,1896.0,,,,,Kentucky
-84.0,2020-05-19,US-KY,1980.0,,,,,Kentucky
-30.0,2020-05-20,US-KY,2010.0,,,,,Kentucky
-,2020-03-06,US-KS,,,,,,Kansas
-0.0,2020-03-07,US-KS,0.0,,,,,Kansas
-0.0,2020-03-08,US-KS,0.0,,,,,Kansas
-0.0,2020-03-09,US-KS,0.0,,,,,Kansas
-0.0,2020-03-10,US-KS,0.0,,,,,Kansas
-0.0,2020-03-11,US-KS,0.0,,,,,Kansas
-0.0,2020-03-12,US-KS,0.0,,,,,Kansas
-0.0,2020-03-13,US-KS,0.0,,,,,Kansas
-0.0,2020-03-14,US-KS,0.0,,,,,Kansas
-0.0,2020-03-15,US-KS,0.0,,,,,Kansas
-0.0,2020-03-16,US-KS,0.0,,,,,Kansas
-0.0,2020-03-17,US-KS,0.0,,,,,Kansas
-0.0,2020-03-18,US-KS,0.0,,,,,Kansas
-0.0,2020-03-19,US-KS,0.0,,,,,Kansas
-0.0,2020-03-20,US-KS,0.0,,,,,Kansas
-0.0,2020-03-21,US-KS,0.0,,,,,Kansas
-0.0,2020-03-22,US-KS,0.0,,,,,Kansas
-0.0,2020-03-23,US-KS,0.0,,,,,Kansas
-0.0,2020-03-24,US-KS,0.0,,,,,Kansas
-0.0,2020-03-25,US-KS,0.0,,,,,Kansas
-0.0,2020-03-26,US-KS,0.0,,,,,Kansas
-27.0,2020-03-27,US-KS,27.0,,,,,Kansas
-0.0,2020-03-28,US-KS,27.0,,,,,Kansas
-28.0,2020-03-29,US-KS,55.0,,,,,Kansas
-11.0,2020-03-30,US-KS,66.0,,,,,Kansas
-13.0,2020-03-31,US-KS,79.0,,,,,Kansas
-35.0,2020-04-01,US-KS,114.0,,,,,Kansas
-24.0,2020-04-02,US-KS,138.0,,,,,Kansas
-13.0,2020-04-03,US-KS,151.0,,,,,Kansas
-21.0,2020-04-04,US-KS,172.0,,,,,Kansas
-11.0,2020-04-05,US-KS,183.0,,,,,Kansas
-15.0,2020-04-06,US-KS,198.0,,,,,Kansas
-25.0,2020-04-07,US-KS,223.0,,,,,Kansas
-0.0,2020-04-08,US-KS,223.0,,,,,Kansas
-40.0,2020-04-09,US-KS,263.0,,,,,Kansas
-11.0,2020-04-10,US-KS,274.0,,,,,Kansas
-19.0,2020-04-11,US-KS,293.0,,,,,Kansas
-5.0,2020-04-12,US-KS,298.0,,,,,Kansas
-11.0,2020-04-13,US-KS,309.0,,,,,Kansas
-18.0,2020-04-14,US-KS,327.0,,,,,Kansas
-15.0,2020-04-15,US-KS,342.0,,,,,Kansas
-17.0,2020-04-16,US-KS,359.0,,,,,Kansas
-16.0,2020-04-17,US-KS,375.0,,,,,Kansas
-8.0,2020-04-18,US-KS,383.0,,,,,Kansas
-7.0,2020-04-19,US-KS,390.0,,,,,Kansas
-15.0,2020-04-20,US-KS,405.0,,,,,Kansas
-14.0,2020-04-21,US-KS,419.0,,,,,Kansas
-13.0,2020-04-22,US-KS,432.0,,,,,Kansas
-10.0,2020-04-23,US-KS,442.0,,,,,Kansas
-15.0,2020-04-24,US-KS,457.0,,,,,Kansas
-17.0,2020-04-25,US-KS,474.0,,,,,Kansas
-11.0,2020-04-26,US-KS,485.0,,,,,Kansas
-11.0,2020-04-27,US-KS,496.0,,,,,Kansas
-8.0,2020-04-28,US-KS,504.0,,,,,Kansas
-11.0,2020-04-29,US-KS,515.0,,,,,Kansas
-8.0,2020-04-30,US-KS,523.0,,,,,Kansas
-11.0,2020-05-01,US-KS,534.0,,,,,Kansas
-7.0,2020-05-02,US-KS,541.0,,,,,Kansas
-6.0,2020-05-03,US-KS,547.0,,,,,Kansas
-6.0,2020-05-04,US-KS,553.0,,,,,Kansas
-13.0,2020-05-05,US-KS,566.0,,,,,Kansas
-5.0,2020-05-06,US-KS,571.0,,,,,Kansas
-16.0,2020-05-07,US-KS,587.0,,,,,Kansas
-21.0,2020-05-08,US-KS,608.0,,,,,Kansas
-27.0,2020-05-09,US-KS,635.0,,,,,Kansas
-22.0,2020-05-10,US-KS,657.0,,,,,Kansas
-3.0,2020-05-11,US-KS,660.0,,,,,Kansas
-0.0,2020-05-12,US-KS,660.0,,,,,Kansas
-44.0,2020-05-13,US-KS,704.0,,,,,Kansas
-0.0,2020-05-14,US-KS,704.0,,,,,Kansas
-20.0,2020-05-15,US-KS,724.0,,,,,Kansas
-0.0,2020-05-16,US-KS,724.0,,,,,Kansas
-0.0,2020-05-17,US-KS,724.0,,,,,Kansas
-16.0,2020-05-18,US-KS,740.0,,,,,Kansas
-0.0,2020-05-19,US-KS,740.0,,,,,Kansas
-20.0,2020-05-20,US-KS,760.0,,,,,Kansas
-,2020-03-06,US-IN,,,,,,Indiana
-0.0,2020-03-07,US-IN,0.0,,,,,Indiana
-0.0,2020-03-08,US-IN,0.0,,,,,Indiana
-0.0,2020-03-09,US-IN,0.0,,,,,Indiana
-0.0,2020-03-10,US-IN,0.0,,,,,Indiana
-0.0,2020-03-11,US-IN,0.0,,,,,Indiana
-0.0,2020-03-12,US-IN,0.0,,,,,Indiana
-0.0,2020-03-13,US-IN,0.0,,,,,Indiana
-0.0,2020-03-14,US-IN,0.0,,,,,Indiana
-0.0,2020-03-15,US-IN,0.0,,,,,Indiana
-0.0,2020-03-16,US-IN,0.0,,,,,Indiana
-0.0,2020-03-17,US-IN,0.0,,,,,Indiana
-0.0,2020-03-18,US-IN,0.0,,,,,Indiana
-0.0,2020-03-19,US-IN,0.0,,,,,Indiana
-0.0,2020-03-20,US-IN,0.0,,,,,Indiana
-1.0,2020-03-21,US-IN,1.0,,,,,Indiana
-0.0,2020-03-22,US-IN,1.0,,,,,Indiana
-0.0,2020-03-23,US-IN,1.0,,,,,Indiana
-0.0,2020-03-24,US-IN,1.0,,,,,Indiana
-0.0,2020-03-25,US-IN,1.0,,,,,Indiana
-0.0,2020-03-26,US-IN,1.0,,,,,Indiana
-0.0,2020-03-27,US-IN,1.0,,,,,Indiana
-0.0,2020-03-28,US-IN,1.0,,,,,Indiana
-0.0,2020-03-29,US-IN,1.0,,,,,Indiana
-0.0,2020-03-30,US-IN,1.0,,,,,Indiana
-0.0,2020-03-31,US-IN,1.0,,,,,Indiana
-0.0,2020-04-01,US-IN,1.0,,,,,Indiana
-0.0,2020-04-02,US-IN,1.0,,,,,Indiana
-0.0,2020-04-03,US-IN,1.0,,,,,Indiana
-0.0,2020-04-04,US-IN,1.0,,,,,Indiana
-0.0,2020-04-05,US-IN,1.0,,,,,Indiana
-0.0,2020-04-06,US-IN,1.0,,,,,Indiana
-0.0,2020-04-07,US-IN,1.0,,,,,Indiana
-0.0,2020-04-08,US-IN,1.0,,,,,Indiana
-0.0,2020-04-09,US-IN,1.0,,,,,Indiana
-0.0,2020-04-10,US-IN,1.0,,,,,Indiana
-0.0,2020-04-11,US-IN,1.0,,,,,Indiana
-0.0,2020-04-12,US-IN,1.0,,,,,Indiana
-0.0,2020-04-13,US-IN,1.0,,,,,Indiana
-0.0,2020-04-14,US-IN,1.0,,,,,Indiana
-0.0,2020-04-15,US-IN,1.0,,,,,Indiana
-0.0,2020-04-16,US-IN,1.0,,,,,Indiana
-0.0,2020-04-17,US-IN,1.0,,,,,Indiana
-0.0,2020-04-18,US-IN,1.0,,,,,Indiana
-0.0,2020-04-19,US-IN,1.0,,,,,Indiana
-0.0,2020-04-20,US-IN,1.0,,,,,Indiana
-0.0,2020-04-21,US-IN,1.0,,,,,Indiana
-0.0,2020-04-22,US-IN,1.0,,,,,Indiana
-0.0,2020-04-23,US-IN,1.0,,,,,Indiana
-0.0,2020-04-24,US-IN,1.0,,,,,Indiana
-0.0,2020-04-25,US-IN,1.0,,,,,Indiana
-0.0,2020-04-26,US-IN,1.0,,,,,Indiana
-0.0,2020-04-27,US-IN,1.0,,,,,Indiana
-0.0,2020-04-28,US-IN,1.0,,,,,Indiana
-0.0,2020-04-29,US-IN,1.0,,,,,Indiana
-0.0,2020-04-30,US-IN,1.0,,,,,Indiana
-0.0,2020-05-01,US-IN,1.0,,,,,Indiana
-0.0,2020-05-02,US-IN,1.0,,,,,Indiana
-0.0,2020-05-03,US-IN,1.0,,,,,Indiana
-0.0,2020-05-04,US-IN,1.0,,,,,Indiana
-0.0,2020-05-05,US-IN,1.0,,,,,Indiana
-0.0,2020-05-06,US-IN,1.0,,,,,Indiana
-0.0,2020-05-07,US-IN,1.0,,,,,Indiana
-4389.0,2020-05-08,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-09,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-10,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-11,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-12,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-13,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-14,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-15,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-16,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-17,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-18,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-19,US-IN,4390.0,,,,,Indiana
-0.0,2020-05-20,US-IN,4390.0,,,,,Indiana
-,2020-03-04,US-IL,,,,,,Illinois
-0.0,2020-03-05,US-IL,0.0,,,,,Illinois
-0.0,2020-03-06,US-IL,0.0,,,,,Illinois
-0.0,2020-03-07,US-IL,0.0,,,,,Illinois
-0.0,2020-03-08,US-IL,0.0,,,,,Illinois
-0.0,2020-03-09,US-IL,0.0,,,,,Illinois
-0.0,2020-03-10,US-IL,0.0,,,,,Illinois
-0.0,2020-03-11,US-IL,0.0,,,,,Illinois
-0.0,2020-03-12,US-IL,0.0,,,,,Illinois
-0.0,2020-03-13,US-IL,0.0,,,,,Illinois
-0.0,2020-03-14,US-IL,0.0,,,,,Illinois
-0.0,2020-03-15,US-IL,0.0,,,,,Illinois
-0.0,2020-03-16,US-IL,0.0,,,,,Illinois
-0.0,2020-03-17,US-IL,0.0,,,,,Illinois
-0.0,2020-03-18,US-IL,0.0,,,,,Illinois
-0.0,2020-03-19,US-IL,0.0,,,,,Illinois
-0.0,2020-03-20,US-IL,0.0,,,,,Illinois
-0.0,2020-03-21,US-IL,0.0,,,,,Illinois
-0.0,2020-03-22,US-IL,0.0,,,,,Illinois
-0.0,2020-03-23,US-IL,0.0,,,,,Illinois
-0.0,2020-03-24,US-IL,0.0,,,,,Illinois
-0.0,2020-03-25,US-IL,0.0,,,,,Illinois
-0.0,2020-03-26,US-IL,0.0,,,,,Illinois
-0.0,2020-03-27,US-IL,0.0,,,,,Illinois
-0.0,2020-03-28,US-IL,0.0,,,,,Illinois
-0.0,2020-03-29,US-IL,0.0,,,,,Illinois
-0.0,2020-03-30,US-IL,0.0,,,,,Illinois
-0.0,2020-03-31,US-IL,0.0,,,,,Illinois
-0.0,2020-04-01,US-IL,0.0,,,,,Illinois
-0.0,2020-04-02,US-IL,0.0,,,,,Illinois
-0.0,2020-04-03,US-IL,0.0,,,,,Illinois
-0.0,2020-04-04,US-IL,0.0,,,,,Illinois
-0.0,2020-04-05,US-IL,0.0,,,,,Illinois
-0.0,2020-04-06,US-IL,0.0,,,,,Illinois
-0.0,2020-04-07,US-IL,0.0,,,,,Illinois
-0.0,2020-04-08,US-IL,0.0,,,,,Illinois
-0.0,2020-04-09,US-IL,0.0,,,,,Illinois
-0.0,2020-04-10,US-IL,0.0,,,,,Illinois
-0.0,2020-04-11,US-IL,0.0,,,,,Illinois
-0.0,2020-04-12,US-IL,0.0,,,,,Illinois
-0.0,2020-04-13,US-IL,0.0,,,,,Illinois
-0.0,2020-04-14,US-IL,0.0,,,,,Illinois
-0.0,2020-04-15,US-IL,0.0,,,,,Illinois
-0.0,2020-04-16,US-IL,0.0,,,,,Illinois
-0.0,2020-04-17,US-IL,0.0,,,,,Illinois
-0.0,2020-04-18,US-IL,0.0,,,,,Illinois
-0.0,2020-04-19,US-IL,0.0,,,,,Illinois
-0.0,2020-04-20,US-IL,0.0,,,,,Illinois
-0.0,2020-04-21,US-IL,0.0,,,,,Illinois
-0.0,2020-04-22,US-IL,0.0,,,,,Illinois
-0.0,2020-04-23,US-IL,0.0,,,,,Illinois
-0.0,2020-04-24,US-IL,0.0,,,,,Illinois
-0.0,2020-04-25,US-IL,0.0,,,,,Illinois
-0.0,2020-04-26,US-IL,0.0,,,,,Illinois
-0.0,2020-04-27,US-IL,0.0,,,,,Illinois
-0.0,2020-04-28,US-IL,0.0,,,,,Illinois
-0.0,2020-04-29,US-IL,0.0,,,,,Illinois
-0.0,2020-04-30,US-IL,0.0,,,,,Illinois
-0.0,2020-05-01,US-IL,0.0,,,,,Illinois
-0.0,2020-05-02,US-IL,0.0,,,,,Illinois
-0.0,2020-05-03,US-IL,0.0,,,,,Illinois
-0.0,2020-05-04,US-IL,0.0,,,,,Illinois
-0.0,2020-05-05,US-IL,0.0,,,,,Illinois
-0.0,2020-05-06,US-IL,0.0,,,,,Illinois
-0.0,2020-05-07,US-IL,0.0,,,,,Illinois
-0.0,2020-05-08,US-IL,0.0,,,,,Illinois
-0.0,2020-05-09,US-IL,0.0,,,,,Illinois
-0.0,2020-05-10,US-IL,0.0,,,,,Illinois
-0.0,2020-05-11,US-IL,0.0,,,,,Illinois
-0.0,2020-05-12,US-IL,0.0,,,,,Illinois
-0.0,2020-05-13,US-IL,0.0,,,,,Illinois
-0.0,2020-05-14,US-IL,0.0,,,,,Illinois
-0.0,2020-05-15,US-IL,0.0,,,,,Illinois
-0.0,2020-05-16,US-IL,0.0,,,,,Illinois
-0.0,2020-05-17,US-IL,0.0,,,,,Illinois
-0.0,2020-05-18,US-IL,0.0,,,,,Illinois
-0.0,2020-05-19,US-IL,0.0,,,,,Illinois
-0.0,2020-05-20,US-IL,0.0,,,,,Illinois
-,2020-03-07,US-ID,,,,,,Idaho
-0.0,2020-03-08,US-ID,0.0,,,,,Idaho
-0.0,2020-03-09,US-ID,0.0,,,,,Idaho
-0.0,2020-03-10,US-ID,0.0,,,,,Idaho
-0.0,2020-03-11,US-ID,0.0,,,,,Idaho
-0.0,2020-03-12,US-ID,0.0,,,,,Idaho
-0.0,2020-03-13,US-ID,0.0,,,,,Idaho
-0.0,2020-03-14,US-ID,0.0,,,,,Idaho
-0.0,2020-03-15,US-ID,0.0,,,,,Idaho
-0.0,2020-03-16,US-ID,0.0,,,,,Idaho
-0.0,2020-03-17,US-ID,0.0,,,,,Idaho
-0.0,2020-03-18,US-ID,0.0,,,,,Idaho
-0.0,2020-03-19,US-ID,0.0,,,,,Idaho
-0.0,2020-03-20,US-ID,0.0,,,,,Idaho
-0.0,2020-03-21,US-ID,0.0,,,,,Idaho
-0.0,2020-03-22,US-ID,0.0,,,,,Idaho
-0.0,2020-03-23,US-ID,0.0,,,,,Idaho
-0.0,2020-03-24,US-ID,0.0,,,,,Idaho
-0.0,2020-03-25,US-ID,0.0,,,,,Idaho
-0.0,2020-03-26,US-ID,0.0,,,,,Idaho
-0.0,2020-03-27,US-ID,0.0,,,,,Idaho
-25.0,2020-03-28,US-ID,25.0,,,,,Idaho
-11.0,2020-03-29,US-ID,36.0,,,,,Idaho
-3.0,2020-03-30,US-ID,39.0,,,,,Idaho
-6.0,2020-03-31,US-ID,45.0,,,,,Idaho
-1.0,2020-04-01,US-ID,46.0,,,,,Idaho
-3.0,2020-04-02,US-ID,49.0,,,,,Idaho
-7.0,2020-04-03,US-ID,56.0,,,,,Idaho
-6.0,2020-04-04,US-ID,62.0,,,,,Idaho
-4.0,2020-04-05,US-ID,66.0,,,,,Idaho
-11.0,2020-04-06,US-ID,77.0,,,,,Idaho
-6.0,2020-04-07,US-ID,83.0,,,,,Idaho
-10.0,2020-04-08,US-ID,93.0,,,,,Idaho
-20.0,2020-04-09,US-ID,113.0,,,,,Idaho
-14.0,2020-04-10,US-ID,127.0,,,,,Idaho
-1.0,2020-04-11,US-ID,128.0,,,,,Idaho
-3.0,2020-04-12,US-ID,131.0,,,,,Idaho
-1.0,2020-04-13,US-ID,132.0,,,,,Idaho
-3.0,2020-04-14,US-ID,135.0,,,,,Idaho
-6.0,2020-04-15,US-ID,141.0,,,,,Idaho
-2.0,2020-04-16,US-ID,143.0,,,,,Idaho
-5.0,2020-04-17,US-ID,148.0,,,,,Idaho
-3.0,2020-04-18,US-ID,151.0,,,,,Idaho
-0.0,2020-04-19,US-ID,151.0,,,,,Idaho
-0.0,2020-04-20,US-ID,151.0,,,,,Idaho
-6.0,2020-04-21,US-ID,157.0,,,,,Idaho
-1.0,2020-04-22,US-ID,158.0,,,,,Idaho
-4.0,2020-04-23,US-ID,162.0,,,,,Idaho
-4.0,2020-04-24,US-ID,166.0,,,,,Idaho
-2.0,2020-04-25,US-ID,168.0,,,,,Idaho
-1.0,2020-04-26,US-ID,169.0,,,,,Idaho
-0.0,2020-04-27,US-ID,169.0,,,,,Idaho
-3.0,2020-04-28,US-ID,172.0,,,,,Idaho
-1.0,2020-04-29,US-ID,173.0,,,,,Idaho
-2.0,2020-04-30,US-ID,175.0,,,,,Idaho
-3.0,2020-05-01,US-ID,178.0,,,,,Idaho
-0.0,2020-05-02,US-ID,178.0,,,,,Idaho
-22.0,2020-05-03,US-ID,200.0,,,,,Idaho
-0.0,2020-05-04,US-ID,200.0,,,,,Idaho
-1.0,2020-05-05,US-ID,201.0,,,,,Idaho
-2.0,2020-05-06,US-ID,203.0,,,,,Idaho
-2.0,2020-05-07,US-ID,205.0,,,,,Idaho
-1.0,2020-05-08,US-ID,206.0,,,,,Idaho
-0.0,2020-05-09,US-ID,206.0,,,,,Idaho
-1.0,2020-05-10,US-ID,207.0,,,,,Idaho
-0.0,2020-05-11,US-ID,207.0,,,,,Idaho
-3.0,2020-05-12,US-ID,210.0,,,,,Idaho
-4.0,2020-05-13,US-ID,214.0,,,,,Idaho
--2.0,2020-05-14,US-ID,212.0,,,,,Idaho
-0.0,2020-05-15,US-ID,212.0,,,,,Idaho
-1.0,2020-05-16,US-ID,213.0,,,,,Idaho
-0.0,2020-05-17,US-ID,213.0,,,,,Idaho
-0.0,2020-05-18,US-ID,213.0,,,,,Idaho
-0.0,2020-05-19,US-ID,213.0,,,,,Idaho
-2.0,2020-05-20,US-ID,215.0,,,,,Idaho
-,2020-03-06,US-IA,,,,,,Iowa
-0.0,2020-03-07,US-IA,0.0,,,,,Iowa
-0.0,2020-03-08,US-IA,0.0,,,,,Iowa
-0.0,2020-03-09,US-IA,0.0,,,,,Iowa
-0.0,2020-03-10,US-IA,0.0,,,,,Iowa
-0.0,2020-03-11,US-IA,0.0,,,,,Iowa
-0.0,2020-03-12,US-IA,0.0,,,,,Iowa
-0.0,2020-03-13,US-IA,0.0,,,,,Iowa
-0.0,2020-03-14,US-IA,0.0,,,,,Iowa
-0.0,2020-03-15,US-IA,0.0,,,,,Iowa
-0.0,2020-03-16,US-IA,0.0,,,,,Iowa
-0.0,2020-03-17,US-IA,0.0,,,,,Iowa
-0.0,2020-03-18,US-IA,0.0,,,,,Iowa
-0.0,2020-03-19,US-IA,0.0,,,,,Iowa
-0.0,2020-03-20,US-IA,0.0,,,,,Iowa
-0.0,2020-03-21,US-IA,0.0,,,,,Iowa
-0.0,2020-03-22,US-IA,0.0,,,,,Iowa
-0.0,2020-03-23,US-IA,0.0,,,,,Iowa
-27.0,2020-03-24,US-IA,27.0,,,,,Iowa
-9.0,2020-03-25,US-IA,36.0,,,,,Iowa
-10.0,2020-03-26,US-IA,46.0,,,,,Iowa
-4.0,2020-03-27,US-IA,50.0,,,,,Iowa
-11.0,2020-03-28,US-IA,61.0,,,,,Iowa
-7.0,2020-03-29,US-IA,68.0,,,,,Iowa
-6.0,2020-03-30,US-IA,74.0,,,,,Iowa
-20.0,2020-03-31,US-IA,94.0,,,,,Iowa
-5.0,2020-04-01,US-IA,99.0,,,,,Iowa
-21.0,2020-04-02,US-IA,120.0,,,,,Iowa
-18.0,2020-04-03,US-IA,138.0,,,,,Iowa
-15.0,2020-04-04,US-IA,153.0,,,,,Iowa
-12.0,2020-04-05,US-IA,165.0,,,,,Iowa
-14.0,2020-04-06,US-IA,179.0,,,,,Iowa
-14.0,2020-04-07,US-IA,193.0,,,,,Iowa
-0.0,2020-04-08,US-IA,193.0,,,,,Iowa
-0.0,2020-04-09,US-IA,193.0,,,,,Iowa
-0.0,2020-04-10,US-IA,193.0,,,,,Iowa
-0.0,2020-04-11,US-IA,193.0,,,,,Iowa
-0.0,2020-04-12,US-IA,193.0,,,,,Iowa
-0.0,2020-04-13,US-IA,193.0,,,,,Iowa
-0.0,2020-04-14,US-IA,193.0,,,,,Iowa
-0.0,2020-04-15,US-IA,193.0,,,,,Iowa
-0.0,2020-04-16,US-IA,193.0,,,,,Iowa
-0.0,2020-04-17,US-IA,193.0,,,,,Iowa
-0.0,2020-04-18,US-IA,193.0,,,,,Iowa
-0.0,2020-04-19,US-IA,193.0,,,,,Iowa
-0.0,2020-04-20,US-IA,193.0,,,,,Iowa
-0.0,2020-04-21,US-IA,193.0,,,,,Iowa
-0.0,2020-04-22,US-IA,193.0,,,,,Iowa
-0.0,2020-04-23,US-IA,193.0,,,,,Iowa
-0.0,2020-04-24,US-IA,193.0,,,,,Iowa
-0.0,2020-04-25,US-IA,193.0,,,,,Iowa
-0.0,2020-04-26,US-IA,193.0,,,,,Iowa
-0.0,2020-04-27,US-IA,193.0,,,,,Iowa
-0.0,2020-04-28,US-IA,193.0,,,,,Iowa
-0.0,2020-04-29,US-IA,193.0,,,,,Iowa
-0.0,2020-04-30,US-IA,193.0,,,,,Iowa
-0.0,2020-05-01,US-IA,193.0,,,,,Iowa
-0.0,2020-05-02,US-IA,193.0,,,,,Iowa
-0.0,2020-05-03,US-IA,193.0,,,,,Iowa
-0.0,2020-05-04,US-IA,193.0,,,,,Iowa
-0.0,2020-05-05,US-IA,193.0,,,,,Iowa
-0.0,2020-05-06,US-IA,193.0,,,,,Iowa
-0.0,2020-05-07,US-IA,193.0,,,,,Iowa
-0.0,2020-05-08,US-IA,193.0,,,,,Iowa
-0.0,2020-05-09,US-IA,193.0,,,,,Iowa
-0.0,2020-05-10,US-IA,193.0,,,,,Iowa
-0.0,2020-05-11,US-IA,193.0,,,,,Iowa
-0.0,2020-05-12,US-IA,193.0,,,,,Iowa
-0.0,2020-05-13,US-IA,193.0,,,,,Iowa
-0.0,2020-05-14,US-IA,193.0,,,,,Iowa
-0.0,2020-05-15,US-IA,193.0,,,,,Iowa
-0.0,2020-05-16,US-IA,193.0,,,,,Iowa
-0.0,2020-05-17,US-IA,193.0,,,,,Iowa
-0.0,2020-05-18,US-IA,193.0,,,,,Iowa
-0.0,2020-05-19,US-IA,193.0,,,,,Iowa
-0.0,2020-05-20,US-IA,193.0,,,,,Iowa
-,2020-03-07,US-HI,,,,,,Hawaii
-0.0,2020-03-08,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-09,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-10,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-11,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-12,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-13,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-14,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-15,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-16,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-17,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-18,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-19,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-20,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-21,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-22,US-HI,0.0,,,,,Hawaii
-0.0,2020-03-23,US-HI,0.0,,,,,Hawaii
-4.0,2020-03-24,US-HI,4.0,,,,,Hawaii
-2.0,2020-03-25,US-HI,6.0,,,,,Hawaii
--1.0,2020-03-26,US-HI,5.0,,,,,Hawaii
-2.0,2020-03-27,US-HI,7.0,,,,,Hawaii
-1.0,2020-03-28,US-HI,8.0,,,,,Hawaii
-4.0,2020-03-29,US-HI,12.0,,,,,Hawaii
-0.0,2020-03-30,US-HI,12.0,,,,,Hawaii
-0.0,2020-03-31,US-HI,12.0,,,,,Hawaii
-1.0,2020-04-01,US-HI,13.0,,,,,Hawaii
-2.0,2020-04-02,US-HI,15.0,,,,,Hawaii
-0.0,2020-04-03,US-HI,15.0,,,,,Hawaii
-3.0,2020-04-04,US-HI,18.0,,,,,Hawaii
-1.0,2020-04-05,US-HI,19.0,,,,,Hawaii
-2.0,2020-04-06,US-HI,21.0,,,,,Hawaii
-5.0,2020-04-07,US-HI,26.0,,,,,Hawaii
-16.0,2020-04-08,US-HI,42.0,,,,,Hawaii
-0.0,2020-04-09,US-HI,42.0,,,,,Hawaii
-0.0,2020-04-10,US-HI,42.0,,,,,Hawaii
-1.0,2020-04-11,US-HI,43.0,,,,,Hawaii
-1.0,2020-04-12,US-HI,44.0,,,,,Hawaii
-0.0,2020-04-13,US-HI,44.0,,,,,Hawaii
-0.0,2020-04-14,US-HI,44.0,,,,,Hawaii
-1.0,2020-04-15,US-HI,45.0,,,,,Hawaii
-0.0,2020-04-16,US-HI,45.0,,,,,Hawaii
-0.0,2020-04-17,US-HI,45.0,,,,,Hawaii
-3.0,2020-04-18,US-HI,48.0,,,,,Hawaii
-3.0,2020-04-19,US-HI,51.0,,,,,Hawaii
-1.0,2020-04-20,US-HI,52.0,,,,,Hawaii
-3.0,2020-04-21,US-HI,55.0,,,,,Hawaii
-1.0,2020-04-22,US-HI,56.0,,,,,Hawaii
-7.0,2020-04-23,US-HI,63.0,,,,,Hawaii
-0.0,2020-04-24,US-HI,63.0,,,,,Hawaii
-4.0,2020-04-25,US-HI,67.0,,,,,Hawaii
-1.0,2020-04-26,US-HI,68.0,,,,,Hawaii
-0.0,2020-04-27,US-HI,68.0,,,,,Hawaii
-0.0,2020-04-28,US-HI,68.0,,,,,Hawaii
-1.0,2020-04-29,US-HI,69.0,,,,,Hawaii
-0.0,2020-04-30,US-HI,69.0,,,,,Hawaii
-1.0,2020-05-01,US-HI,70.0,,,,,Hawaii
-2.0,2020-05-02,US-HI,72.0,,,,,Hawaii
-0.0,2020-05-03,US-HI,72.0,,,,,Hawaii
-1.0,2020-05-04,US-HI,73.0,,,,,Hawaii
-0.0,2020-05-05,US-HI,73.0,,,,,Hawaii
-0.0,2020-05-06,US-HI,73.0,,,,,Hawaii
-1.0,2020-05-07,US-HI,74.0,,,,,Hawaii
-0.0,2020-05-08,US-HI,74.0,,,,,Hawaii
-7.0,2020-05-09,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-10,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-11,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-12,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-13,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-14,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-15,US-HI,81.0,,,,,Hawaii
-0.0,2020-05-16,US-HI,81.0,,,,,Hawaii
-1.0,2020-05-17,US-HI,82.0,,,,,Hawaii
-0.0,2020-05-18,US-HI,82.0,,,,,Hawaii
-0.0,2020-05-19,US-HI,82.0,,,,,Hawaii
-0.0,2020-05-20,US-HI,82.0,,,,,Hawaii
-,2020-03-16,US-GU,,,,,,Guam
-0.0,2020-03-17,US-GU,0.0,,,,,Guam
-0.0,2020-03-18,US-GU,0.0,,,,,Guam
-0.0,2020-03-19,US-GU,0.0,,,,,Guam
-0.0,2020-03-20,US-GU,0.0,,,,,Guam
-0.0,2020-03-21,US-GU,0.0,,,,,Guam
-0.0,2020-03-22,US-GU,0.0,,,,,Guam
-0.0,2020-03-23,US-GU,0.0,,,,,Guam
-0.0,2020-03-24,US-GU,0.0,,,,,Guam
-0.0,2020-03-25,US-GU,0.0,,,,,Guam
-0.0,2020-03-26,US-GU,0.0,,,,,Guam
-0.0,2020-03-27,US-GU,0.0,,,,,Guam
-0.0,2020-03-28,US-GU,0.0,,,,,Guam
-0.0,2020-03-29,US-GU,0.0,,,,,Guam
-0.0,2020-03-30,US-GU,0.0,,,,,Guam
-0.0,2020-03-31,US-GU,0.0,,,,,Guam
-0.0,2020-04-01,US-GU,0.0,,,,,Guam
-0.0,2020-04-02,US-GU,0.0,,,,,Guam
-0.0,2020-04-03,US-GU,0.0,,,,,Guam
-0.0,2020-04-04,US-GU,0.0,,,,,Guam
-0.0,2020-04-05,US-GU,0.0,,,,,Guam
-0.0,2020-04-06,US-GU,0.0,,,,,Guam
-0.0,2020-04-07,US-GU,0.0,,,,,Guam
-0.0,2020-04-08,US-GU,0.0,,,,,Guam
-0.0,2020-04-09,US-GU,0.0,,,,,Guam
-0.0,2020-04-10,US-GU,0.0,,,,,Guam
-0.0,2020-04-11,US-GU,0.0,,,,,Guam
-0.0,2020-04-12,US-GU,0.0,,,,,Guam
-0.0,2020-04-13,US-GU,0.0,,,,,Guam
-0.0,2020-04-14,US-GU,0.0,,,,,Guam
-0.0,2020-04-15,US-GU,0.0,,,,,Guam
-0.0,2020-04-16,US-GU,0.0,,,,,Guam
-0.0,2020-04-17,US-GU,0.0,,,,,Guam
-0.0,2020-04-18,US-GU,0.0,,,,,Guam
-0.0,2020-04-19,US-GU,0.0,,,,,Guam
-0.0,2020-04-20,US-GU,0.0,,,,,Guam
-0.0,2020-04-21,US-GU,0.0,,,,,Guam
-0.0,2020-04-22,US-GU,0.0,,,,,Guam
-0.0,2020-04-23,US-GU,0.0,,,,,Guam
-0.0,2020-04-24,US-GU,0.0,,,,,Guam
-0.0,2020-04-25,US-GU,0.0,,,,,Guam
-0.0,2020-04-26,US-GU,0.0,,,,,Guam
-0.0,2020-04-27,US-GU,0.0,,,,,Guam
-0.0,2020-04-28,US-GU,0.0,,,,,Guam
-0.0,2020-04-29,US-GU,0.0,,,,,Guam
-0.0,2020-04-30,US-GU,0.0,,,,,Guam
-0.0,2020-05-01,US-GU,0.0,,,,,Guam
-0.0,2020-05-02,US-GU,0.0,,,,,Guam
-0.0,2020-05-03,US-GU,0.0,,,,,Guam
-0.0,2020-05-04,US-GU,0.0,,,,,Guam
-0.0,2020-05-05,US-GU,0.0,,,,,Guam
-0.0,2020-05-06,US-GU,0.0,,,,,Guam
-0.0,2020-05-07,US-GU,0.0,,,,,Guam
-0.0,2020-05-08,US-GU,0.0,,,,,Guam
-0.0,2020-05-09,US-GU,0.0,,,,,Guam
-0.0,2020-05-10,US-GU,0.0,,,,,Guam
-0.0,2020-05-11,US-GU,0.0,,,,,Guam
-0.0,2020-05-12,US-GU,0.0,,,,,Guam
-0.0,2020-05-13,US-GU,0.0,,,,,Guam
-0.0,2020-05-14,US-GU,0.0,,,,,Guam
-0.0,2020-05-15,US-GU,0.0,,,,,Guam
-0.0,2020-05-16,US-GU,0.0,,,,,Guam
-0.0,2020-05-17,US-GU,0.0,,,,,Guam
-0.0,2020-05-18,US-GU,0.0,,,,,Guam
-0.0,2020-05-19,US-GU,0.0,,,,,Guam
-0.0,2020-05-20,US-GU,0.0,,,,,Guam
-,2020-03-04,US-GA,,,,,,Georgia
-0.0,2020-03-05,US-GA,0.0,,,,,Georgia
-0.0,2020-03-06,US-GA,0.0,,,,,Georgia
-0.0,2020-03-07,US-GA,0.0,,,,,Georgia
-0.0,2020-03-08,US-GA,0.0,,,,,Georgia
-0.0,2020-03-09,US-GA,0.0,,,,,Georgia
-0.0,2020-03-10,US-GA,0.0,,,,,Georgia
-0.0,2020-03-11,US-GA,0.0,,,,,Georgia
-0.0,2020-03-12,US-GA,0.0,,,,,Georgia
-0.0,2020-03-13,US-GA,0.0,,,,,Georgia
-0.0,2020-03-14,US-GA,0.0,,,,,Georgia
-0.0,2020-03-15,US-GA,0.0,,,,,Georgia
-0.0,2020-03-16,US-GA,0.0,,,,,Georgia
-0.0,2020-03-17,US-GA,0.0,,,,,Georgia
-0.0,2020-03-18,US-GA,0.0,,,,,Georgia
-0.0,2020-03-19,US-GA,0.0,,,,,Georgia
-0.0,2020-03-20,US-GA,0.0,,,,,Georgia
-0.0,2020-03-21,US-GA,0.0,,,,,Georgia
-0.0,2020-03-22,US-GA,0.0,,,,,Georgia
-0.0,2020-03-23,US-GA,0.0,,,,,Georgia
-0.0,2020-03-24,US-GA,0.0,,,,,Georgia
-394.0,2020-03-25,US-GA,394.0,,,,,Georgia
-79.0,2020-03-26,US-GA,473.0,,,,,Georgia
-93.0,2020-03-27,US-GA,566.0,,,,,Georgia
-51.0,2020-03-28,US-GA,617.0,,,,,Georgia
-49.0,2020-03-29,US-GA,666.0,,,,,Georgia
-41.0,2020-03-30,US-GA,707.0,,,,,Georgia
-126.0,2020-03-31,US-GA,833.0,,,,,Georgia
-119.0,2020-04-01,US-GA,952.0,,,,,Georgia
-104.0,2020-04-02,US-GA,1056.0,,,,,Georgia
-102.0,2020-04-03,US-GA,1158.0,,,,,Georgia
-81.0,2020-04-04,US-GA,1239.0,,,,,Georgia
-44.0,2020-04-05,US-GA,1283.0,,,,,Georgia
-49.0,2020-04-06,US-GA,1332.0,,,,,Georgia
-442.0,2020-04-07,US-GA,1774.0,,,,,Georgia
-219.0,2020-04-08,US-GA,1993.0,,,,,Georgia
-166.0,2020-04-09,US-GA,2159.0,,,,,Georgia
-192.0,2020-04-10,US-GA,2351.0,,,,,Georgia
-128.0,2020-04-11,US-GA,2479.0,,,,,Georgia
-26.0,2020-04-12,US-GA,2505.0,,,,,Georgia
-84.0,2020-04-13,US-GA,2589.0,,,,,Georgia
-180.0,2020-04-14,US-GA,2769.0,,,,,Georgia
-153.0,2020-04-15,US-GA,2922.0,,,,,Georgia
-186.0,2020-04-16,US-GA,3108.0,,,,,Georgia
-216.0,2020-04-17,US-GA,3324.0,,,,,Georgia
-96.0,2020-04-18,US-GA,3420.0,,,,,Georgia
-44.0,2020-04-19,US-GA,3464.0,,,,,Georgia
-86.0,2020-04-20,US-GA,3550.0,,,,,Georgia
-229.0,2020-04-21,US-GA,3779.0,,,,,Georgia
-180.0,2020-04-22,US-GA,3959.0,,,,,Georgia
-110.0,2020-04-23,US-GA,4069.0,,,,,Georgia
-152.0,2020-04-24,US-GA,4221.0,,,,,Georgia
-105.0,2020-04-25,US-GA,4326.0,,,,,Georgia
-33.0,2020-04-26,US-GA,4359.0,,,,,Georgia
-322.0,2020-04-27,US-GA,4681.0,,,,,Georgia
-133.0,2020-04-28,US-GA,4814.0,,,,,Georgia
-242.0,2020-04-29,US-GA,5056.0,,,,,Georgia
-100.0,2020-04-30,US-GA,5156.0,,,,,Georgia
-113.0,2020-05-01,US-GA,5269.0,,,,,Georgia
-118.0,2020-05-02,US-GA,5387.0,,,,,Georgia
-6.0,2020-05-03,US-GA,5393.0,,,,,Georgia
-133.0,2020-05-04,US-GA,5526.0,,,,,Georgia
-108.0,2020-05-05,US-GA,5634.0,,,,,Georgia
-131.0,2020-05-06,US-GA,5765.0,,,,,Georgia
-70.0,2020-05-07,US-GA,5835.0,,,,,Georgia
-100.0,2020-05-08,US-GA,5935.0,,,,,Georgia
-52.0,2020-05-09,US-GA,5987.0,,,,,Georgia
-10.0,2020-05-10,US-GA,5997.0,,,,,Georgia
-18.0,2020-05-11,US-GA,6015.0,,,,,Georgia
-115.0,2020-05-12,US-GA,6130.0,,,,,Georgia
-129.0,2020-05-13,US-GA,6259.0,,,,,Georgia
-86.0,2020-05-14,US-GA,6345.0,,,,,Georgia
-93.0,2020-05-15,US-GA,6438.0,,,,,Georgia
-297.0,2020-05-16,US-GA,6735.0,,,,,Georgia
-55.0,2020-05-17,US-GA,6790.0,,,,,Georgia
-126.0,2020-05-18,US-GA,6916.0,,,,,Georgia
-111.0,2020-05-19,US-GA,7027.0,,,,,Georgia
-80.0,2020-05-20,US-GA,7107.0,,,,,Georgia
-,2020-03-04,US-FL,,,,,,Florida
-0.0,2020-03-05,US-FL,0.0,,,,,Florida
-0.0,2020-03-06,US-FL,0.0,,,,,Florida
-0.0,2020-03-07,US-FL,0.0,,,,,Florida
-0.0,2020-03-08,US-FL,0.0,,,,,Florida
-0.0,2020-03-09,US-FL,0.0,,,,,Florida
-0.0,2020-03-10,US-FL,0.0,,,,,Florida
-0.0,2020-03-11,US-FL,0.0,,,,,Florida
-0.0,2020-03-12,US-FL,0.0,,,,,Florida
-0.0,2020-03-13,US-FL,0.0,,,,,Florida
-0.0,2020-03-14,US-FL,0.0,,,,,Florida
-0.0,2020-03-15,US-FL,0.0,,,,,Florida
-0.0,2020-03-16,US-FL,0.0,,,,,Florida
-0.0,2020-03-17,US-FL,0.0,,,,,Florida
-0.0,2020-03-18,US-FL,0.0,,,,,Florida
-0.0,2020-03-19,US-FL,0.0,,,,,Florida
-0.0,2020-03-20,US-FL,0.0,,,,,Florida
-158.0,2020-03-21,US-FL,158.0,,,,,Florida
-27.0,2020-03-22,US-FL,185.0,,,,,Florida
-32.0,2020-03-23,US-FL,217.0,,,,,Florida
-42.0,2020-03-24,US-FL,259.0,,,,,Florida
-57.0,2020-03-25,US-FL,316.0,,,,,Florida
-90.0,2020-03-26,US-FL,406.0,,,,,Florida
-50.0,2020-03-27,US-FL,456.0,,,,,Florida
-70.0,2020-03-28,US-FL,526.0,,,,,Florida
-68.0,2020-03-29,US-FL,594.0,,,,,Florida
-58.0,2020-03-30,US-FL,652.0,,,,,Florida
-171.0,2020-03-31,US-FL,823.0,,,,,Florida
-126.0,2020-04-01,US-FL,949.0,,,,,Florida
-174.0,2020-04-02,US-FL,1123.0,,,,,Florida
-164.0,2020-04-03,US-FL,1287.0,,,,,Florida
-175.0,2020-04-04,US-FL,1462.0,,,,,Florida
-110.0,2020-04-05,US-FL,1572.0,,,,,Florida
-110.0,2020-04-06,US-FL,1682.0,,,,,Florida
-317.0,2020-04-07,US-FL,1999.0,,,,,Florida
-63.0,2020-04-08,US-FL,2062.0,,,,,Florida
-206.0,2020-04-09,US-FL,2268.0,,,,,Florida
-219.0,2020-04-10,US-FL,2487.0,,,,,Florida
-174.0,2020-04-11,US-FL,2661.0,,,,,Florida
-111.0,2020-04-12,US-FL,2772.0,,,,,Florida
-61.0,2020-04-13,US-FL,2833.0,,,,,Florida
-227.0,2020-04-14,US-FL,3060.0,,,,,Florida
-284.0,2020-04-15,US-FL,3344.0,,,,,Florida
-116.0,2020-04-16,US-FL,3460.0,,,,,Florida
-205.0,2020-04-17,US-FL,3665.0,,,,,Florida
-177.0,2020-04-18,US-FL,3842.0,,,,,Florida
-88.0,2020-04-19,US-FL,3930.0,,,,,Florida
-80.0,2020-04-20,US-FL,4010.0,,,,,Florida
-225.0,2020-04-21,US-FL,4235.0,,,,,Florida
-234.0,2020-04-22,US-FL,4469.0,,,,,Florida
-224.0,2020-04-23,US-FL,4693.0,,,,,Florida
-195.0,2020-04-24,US-FL,4888.0,,,,,Florida
-157.0,2020-04-25,US-FL,5045.0,,,,,Florida
-110.0,2020-04-26,US-FL,5155.0,,,,,Florida
-56.0,2020-04-27,US-FL,5211.0,,,,,Florida
-55.0,2020-04-28,US-FL,5266.0,,,,,Florida
-358.0,2020-04-29,US-FL,5624.0,,,,,Florida
-171.0,2020-04-30,US-FL,5795.0,,,,,Florida
-0.0,2020-05-01,US-FL,5795.0,,,,,Florida
-150.0,2020-05-02,US-FL,5945.0,,,,,Florida
-299.0,2020-05-03,US-FL,6244.0,,,,,Florida
-85.0,2020-05-04,US-FL,6329.0,,,,,Florida
-217.0,2020-05-05,US-FL,6546.0,,,,,Florida
-230.0,2020-05-06,US-FL,6776.0,,,,,Florida
-214.0,2020-05-07,US-FL,6990.0,,,,,Florida
-167.0,2020-05-08,US-FL,7157.0,,,,,Florida
-168.0,2020-05-09,US-FL,7325.0,,,,,Florida
-79.0,2020-05-10,US-FL,7404.0,,,,,Florida
-54.0,2020-05-11,US-FL,7458.0,,,,,Florida
-196.0,2020-05-12,US-FL,7654.0,,,,,Florida
-181.0,2020-05-13,US-FL,7835.0,,,,,Florida
-158.0,2020-05-14,US-FL,7993.0,,,,,Florida
-0.0,2020-05-15,US-FL,7993.0,,,,,Florida
-400.0,2020-05-16,US-FL,8393.0,,,,,Florida
-85.0,2020-05-17,US-FL,8478.0,,,,,Florida
-75.0,2020-05-18,US-FL,8553.0,,,,,Florida
-191.0,2020-05-19,US-FL,8744.0,,,,,Florida
-190.0,2020-05-20,US-FL,8934.0,,,,,Florida
-,2020-03-06,US-DE,,,,,,Delaware
-0.0,2020-03-07,US-DE,0.0,,,,,Delaware
-0.0,2020-03-08,US-DE,0.0,,,,,Delaware
-0.0,2020-03-09,US-DE,0.0,,,,,Delaware
-0.0,2020-03-10,US-DE,0.0,,,,,Delaware
-0.0,2020-03-11,US-DE,0.0,,,,,Delaware
-0.0,2020-03-12,US-DE,0.0,,,,,Delaware
-0.0,2020-03-13,US-DE,0.0,,,,,Delaware
-0.0,2020-03-14,US-DE,0.0,,,,,Delaware
-0.0,2020-03-15,US-DE,0.0,,,,,Delaware
-0.0,2020-03-16,US-DE,0.0,,,,,Delaware
-0.0,2020-03-17,US-DE,0.0,,,,,Delaware
-0.0,2020-03-18,US-DE,0.0,,,,,Delaware
-0.0,2020-03-19,US-DE,0.0,,,,,Delaware
-0.0,2020-03-20,US-DE,0.0,,,,,Delaware
-0.0,2020-03-21,US-DE,0.0,,,,,Delaware
-0.0,2020-03-22,US-DE,0.0,,,,,Delaware
-0.0,2020-03-23,US-DE,0.0,,,,,Delaware
-0.0,2020-03-24,US-DE,0.0,,,,,Delaware
-0.0,2020-03-25,US-DE,0.0,,,,,Delaware
-0.0,2020-03-26,US-DE,0.0,,,,,Delaware
-0.0,2020-03-27,US-DE,0.0,,,,,Delaware
-0.0,2020-03-28,US-DE,0.0,,,,,Delaware
-0.0,2020-03-29,US-DE,0.0,,,,,Delaware
-0.0,2020-03-30,US-DE,0.0,,,,,Delaware
-0.0,2020-03-31,US-DE,0.0,,,,,Delaware
-0.0,2020-04-01,US-DE,0.0,,,,,Delaware
-0.0,2020-04-02,US-DE,0.0,,,,,Delaware
-0.0,2020-04-03,US-DE,0.0,,,,,Delaware
-0.0,2020-04-04,US-DE,0.0,,,,,Delaware
-0.0,2020-04-05,US-DE,0.0,,,,,Delaware
-0.0,2020-04-06,US-DE,0.0,,,,,Delaware
-0.0,2020-04-07,US-DE,0.0,,,,,Delaware
-0.0,2020-04-08,US-DE,0.0,,,,,Delaware
-0.0,2020-04-09,US-DE,0.0,,,,,Delaware
-0.0,2020-04-10,US-DE,0.0,,,,,Delaware
-0.0,2020-04-11,US-DE,0.0,,,,,Delaware
-0.0,2020-04-12,US-DE,0.0,,,,,Delaware
-0.0,2020-04-13,US-DE,0.0,,,,,Delaware
-0.0,2020-04-14,US-DE,0.0,,,,,Delaware
-0.0,2020-04-15,US-DE,0.0,,,,,Delaware
-0.0,2020-04-16,US-DE,0.0,,,,,Delaware
-0.0,2020-04-17,US-DE,0.0,,,,,Delaware
-0.0,2020-04-18,US-DE,0.0,,,,,Delaware
-0.0,2020-04-19,US-DE,0.0,,,,,Delaware
-0.0,2020-04-20,US-DE,0.0,,,,,Delaware
-0.0,2020-04-21,US-DE,0.0,,,,,Delaware
-0.0,2020-04-22,US-DE,0.0,,,,,Delaware
-0.0,2020-04-23,US-DE,0.0,,,,,Delaware
-0.0,2020-04-24,US-DE,0.0,,,,,Delaware
-0.0,2020-04-25,US-DE,0.0,,,,,Delaware
-0.0,2020-04-26,US-DE,0.0,,,,,Delaware
-0.0,2020-04-27,US-DE,0.0,,,,,Delaware
-0.0,2020-04-28,US-DE,0.0,,,,,Delaware
-0.0,2020-04-29,US-DE,0.0,,,,,Delaware
-0.0,2020-04-30,US-DE,0.0,,,,,Delaware
-0.0,2020-05-01,US-DE,0.0,,,,,Delaware
-0.0,2020-05-02,US-DE,0.0,,,,,Delaware
-0.0,2020-05-03,US-DE,0.0,,,,,Delaware
-0.0,2020-05-04,US-DE,0.0,,,,,Delaware
-0.0,2020-05-05,US-DE,0.0,,,,,Delaware
-0.0,2020-05-06,US-DE,0.0,,,,,Delaware
-0.0,2020-05-07,US-DE,0.0,,,,,Delaware
-0.0,2020-05-08,US-DE,0.0,,,,,Delaware
-0.0,2020-05-09,US-DE,0.0,,,,,Delaware
-0.0,2020-05-10,US-DE,0.0,,,,,Delaware
-0.0,2020-05-11,US-DE,0.0,,,,,Delaware
-0.0,2020-05-12,US-DE,0.0,,,,,Delaware
-0.0,2020-05-13,US-DE,0.0,,,,,Delaware
-0.0,2020-05-14,US-DE,0.0,,,,,Delaware
-0.0,2020-05-15,US-DE,0.0,,,,,Delaware
-0.0,2020-05-16,US-DE,0.0,,,,,Delaware
-0.0,2020-05-17,US-DE,0.0,,,,,Delaware
-0.0,2020-05-18,US-DE,0.0,,,,,Delaware
-0.0,2020-05-19,US-DE,0.0,,,,,Delaware
-0.0,2020-05-20,US-DE,0.0,,,,,Delaware
-,2020-03-05,US-DC,,,,,,District of Columbia
-0.0,2020-03-06,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-07,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-08,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-09,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-10,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-11,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-12,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-13,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-14,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-15,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-16,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-17,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-18,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-19,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-20,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-21,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-22,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-23,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-24,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-25,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-26,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-27,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-28,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-29,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-30,US-DC,0.0,,,,,District of Columbia
-0.0,2020-03-31,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-01,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-02,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-03,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-04,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-05,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-06,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-07,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-08,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-09,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-10,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-11,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-12,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-13,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-14,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-15,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-16,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-17,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-18,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-19,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-20,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-21,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-22,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-23,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-24,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-25,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-26,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-27,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-28,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-29,US-DC,0.0,,,,,District of Columbia
-0.0,2020-04-30,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-01,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-02,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-03,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-04,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-05,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-06,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-07,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-08,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-09,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-10,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-11,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-12,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-13,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-14,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-15,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-16,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-17,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-18,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-19,US-DC,0.0,,,,,District of Columbia
-0.0,2020-05-20,US-DC,0.0,,,,,District of Columbia
-,2020-03-07,US-CT,,,,,,Connecticut
-0.0,2020-03-08,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-09,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-10,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-11,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-12,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-13,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-14,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-15,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-16,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-17,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-18,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-19,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-20,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-21,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-22,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-23,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-24,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-25,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-26,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-27,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-28,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-29,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-30,US-CT,0.0,,,,,Connecticut
-0.0,2020-03-31,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-01,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-02,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-03,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-04,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-05,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-06,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-07,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-08,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-09,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-10,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-11,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-12,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-13,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-14,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-15,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-16,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-17,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-18,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-19,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-20,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-21,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-22,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-23,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-24,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-25,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-26,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-27,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-28,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-29,US-CT,0.0,,,,,Connecticut
-0.0,2020-04-30,US-CT,0.0,,,,,Connecticut
-7758.0,2020-05-01,US-CT,7758.0,,,,,Connecticut
-0.0,2020-05-02,US-CT,7758.0,,,,,Connecticut
-0.0,2020-05-03,US-CT,7758.0,,,,,Connecticut
-0.0,2020-05-04,US-CT,7758.0,,,,,Connecticut
-0.0,2020-05-05,US-CT,7758.0,,,,,Connecticut
-0.0,2020-05-06,US-CT,7758.0,,,,,Connecticut
-1631.0,2020-05-07,US-CT,9389.0,,,,,Connecticut
-0.0,2020-05-08,US-CT,9389.0,,,,,Connecticut
-0.0,2020-05-09,US-CT,9389.0,,,,,Connecticut
-0.0,2020-05-10,US-CT,9389.0,,,,,Connecticut
-0.0,2020-05-11,US-CT,9389.0,,,,,Connecticut
-0.0,2020-05-12,US-CT,9389.0,,,,,Connecticut
-0.0,2020-05-13,US-CT,9389.0,,,,,Connecticut
-1557.0,2020-05-14,US-CT,10946.0,,,,,Connecticut
-0.0,2020-05-15,US-CT,10946.0,,,,,Connecticut
-0.0,2020-05-16,US-CT,10946.0,,,,,Connecticut
-0.0,2020-05-17,US-CT,10946.0,,,,,Connecticut
-0.0,2020-05-18,US-CT,10946.0,,,,,Connecticut
-0.0,2020-05-19,US-CT,10946.0,,,,,Connecticut
-0.0,2020-05-20,US-CT,10946.0,,,,,Connecticut
-,2020-03-05,US-CO,,,,,,Colorado
-0.0,2020-03-06,US-CO,0.0,,,,,Colorado
-0.0,2020-03-07,US-CO,0.0,,,,,Colorado
-0.0,2020-03-08,US-CO,0.0,,,,,Colorado
-0.0,2020-03-09,US-CO,0.0,,,,,Colorado
-0.0,2020-03-10,US-CO,0.0,,,,,Colorado
-0.0,2020-03-11,US-CO,0.0,,,,,Colorado
-0.0,2020-03-12,US-CO,0.0,,,,,Colorado
-0.0,2020-03-13,US-CO,0.0,,,,,Colorado
-0.0,2020-03-14,US-CO,0.0,,,,,Colorado
-0.0,2020-03-15,US-CO,0.0,,,,,Colorado
-0.0,2020-03-16,US-CO,0.0,,,,,Colorado
-0.0,2020-03-17,US-CO,0.0,,,,,Colorado
-0.0,2020-03-18,US-CO,0.0,,,,,Colorado
-0.0,2020-03-19,US-CO,0.0,,,,,Colorado
-0.0,2020-03-20,US-CO,0.0,,,,,Colorado
-44.0,2020-03-21,US-CO,44.0,,,,,Colorado
-5.0,2020-03-22,US-CO,49.0,,,,,Colorado
-9.0,2020-03-23,US-CO,58.0,,,,,Colorado
-14.0,2020-03-24,US-CO,72.0,,,,,Colorado
-12.0,2020-03-25,US-CO,84.0,,,,,Colorado
-64.0,2020-03-26,US-CO,148.0,,,,,Colorado
-36.0,2020-03-27,US-CO,184.0,,,,,Colorado
-55.0,2020-03-28,US-CO,239.0,,,,,Colorado
-35.0,2020-03-29,US-CO,274.0,,,,,Colorado
-140.0,2020-03-30,US-CO,414.0,,,,,Colorado
-0.0,2020-03-31,US-CO,414.0,,,,,Colorado
-95.0,2020-04-01,US-CO,509.0,,,,,Colorado
-111.0,2020-04-02,US-CO,620.0,,,,,Colorado
-90.0,2020-04-03,US-CO,710.0,,,,,Colorado
-113.0,2020-04-04,US-CO,823.0,,,,,Colorado
-52.0,2020-04-05,US-CO,875.0,,,,,Colorado
-49.0,2020-04-06,US-CO,924.0,,,,,Colorado
-70.0,2020-04-07,US-CO,994.0,,,,,Colorado
-85.0,2020-04-08,US-CO,1079.0,,,,,Colorado
-83.0,2020-04-09,US-CO,1162.0,,,,,Colorado
-150.0,2020-04-10,US-CO,1312.0,,,,,Colorado
-0.0,2020-04-11,US-CO,1312.0,,,,,Colorado
-64.0,2020-04-12,US-CO,1376.0,,,,,Colorado
-96.0,2020-04-13,US-CO,1472.0,,,,,Colorado
-21.0,2020-04-14,US-CO,1493.0,,,,,Colorado
-63.0,2020-04-15,US-CO,1556.0,,,,,Colorado
-80.0,2020-04-16,US-CO,1636.0,,,,,Colorado
-57.0,2020-04-17,US-CO,1693.0,,,,,Colorado
-62.0,2020-04-18,US-CO,1755.0,,,,,Colorado
-42.0,2020-04-19,US-CO,1797.0,,,,,Colorado
-16.0,2020-04-20,US-CO,1813.0,,,,,Colorado
-67.0,2020-04-21,US-CO,1880.0,,,,,Colorado
-123.0,2020-04-22,US-CO,2003.0,,,,,Colorado
-120.0,2020-04-23,US-CO,2123.0,,,,,Colorado
-114.0,2020-04-24,US-CO,2237.0,,,,,Colorado
-129.0,2020-04-25,US-CO,2366.0,,,,,Colorado
-44.0,2020-04-26,US-CO,2410.0,,,,,Colorado
-28.0,2020-04-27,US-CO,2438.0,,,,,Colorado
-47.0,2020-04-28,US-CO,2485.0,,,,,Colorado
-125.0,2020-04-29,US-CO,2610.0,,,,,Colorado
-11.0,2020-04-30,US-CO,2621.0,,,,,Colorado
-76.0,2020-05-01,US-CO,2697.0,,,,,Colorado
-50.0,2020-05-02,US-CO,2747.0,,,,,Colorado
-46.0,2020-05-03,US-CO,2793.0,,,,,Colorado
-6.0,2020-05-04,US-CO,2799.0,,,,,Colorado
-39.0,2020-05-05,US-CO,2838.0,,,,,Colorado
-81.0,2020-05-06,US-CO,2919.0,,,,,Colorado
-67.0,2020-05-07,US-CO,2986.0,,,,,Colorado
-571.0,2020-05-08,US-CO,3557.0,,,,,Colorado
-43.0,2020-05-09,US-CO,3600.0,,,,,Colorado
-23.0,2020-05-10,US-CO,3623.0,,,,,Colorado
-66.0,2020-05-11,US-CO,3689.0,,,,,Colorado
--26.0,2020-05-12,US-CO,3663.0,,,,,Colorado
-32.0,2020-05-13,US-CO,3695.0,,,,,Colorado
-40.0,2020-05-14,US-CO,3735.0,,,,,Colorado
-54.0,2020-05-15,US-CO,3789.0,,,,,Colorado
-53.0,2020-05-16,US-CO,3842.0,,,,,Colorado
-24.0,2020-05-17,US-CO,3866.0,,,,,Colorado
-6.0,2020-05-18,US-CO,3872.0,,,,,Colorado
-27.0,2020-05-19,US-CO,3899.0,,,,,Colorado
-56.0,2020-05-20,US-CO,3955.0,,,,,Colorado
-,2020-03-04,US-CA,,,,,,California
-0.0,2020-03-05,US-CA,0.0,,,,,California
-0.0,2020-03-06,US-CA,0.0,,,,,California
-0.0,2020-03-07,US-CA,0.0,,,,,California
-0.0,2020-03-08,US-CA,0.0,,,,,California
-0.0,2020-03-09,US-CA,0.0,,,,,California
-0.0,2020-03-10,US-CA,0.0,,,,,California
-0.0,2020-03-11,US-CA,0.0,,,,,California
-0.0,2020-03-12,US-CA,0.0,,,,,California
-0.0,2020-03-13,US-CA,0.0,,,,,California
-0.0,2020-03-14,US-CA,0.0,,,,,California
-0.0,2020-03-15,US-CA,0.0,,,,,California
-0.0,2020-03-16,US-CA,0.0,,,,,California
-0.0,2020-03-17,US-CA,0.0,,,,,California
-0.0,2020-03-18,US-CA,0.0,,,,,California
-0.0,2020-03-19,US-CA,0.0,,,,,California
-0.0,2020-03-20,US-CA,0.0,,,,,California
-0.0,2020-03-21,US-CA,0.0,,,,,California
-0.0,2020-03-22,US-CA,0.0,,,,,California
-0.0,2020-03-23,US-CA,0.0,,,,,California
-0.0,2020-03-24,US-CA,0.0,,,,,California
-0.0,2020-03-25,US-CA,0.0,,,,,California
-0.0,2020-03-26,US-CA,0.0,,,,,California
-0.0,2020-03-27,US-CA,0.0,,,,,California
-0.0,2020-03-28,US-CA,0.0,,,,,California
-0.0,2020-03-29,US-CA,0.0,,,,,California
-0.0,2020-03-30,US-CA,0.0,,,,,California
-0.0,2020-03-31,US-CA,0.0,,,,,California
-0.0,2020-04-01,US-CA,0.0,,,,,California
-0.0,2020-04-02,US-CA,0.0,,,,,California
-0.0,2020-04-03,US-CA,0.0,,,,,California
-0.0,2020-04-04,US-CA,0.0,,,,,California
-0.0,2020-04-05,US-CA,0.0,,,,,California
-0.0,2020-04-06,US-CA,0.0,,,,,California
-0.0,2020-04-07,US-CA,0.0,,,,,California
-0.0,2020-04-08,US-CA,0.0,,,,,California
-0.0,2020-04-09,US-CA,0.0,,,,,California
-0.0,2020-04-10,US-CA,0.0,,,,,California
-0.0,2020-04-11,US-CA,0.0,,,,,California
-0.0,2020-04-12,US-CA,0.0,,,,,California
-0.0,2020-04-13,US-CA,0.0,,,,,California
-0.0,2020-04-14,US-CA,0.0,,,,,California
-0.0,2020-04-15,US-CA,0.0,,,,,California
-0.0,2020-04-16,US-CA,0.0,,,,,California
-0.0,2020-04-17,US-CA,0.0,,,,,California
-0.0,2020-04-18,US-CA,0.0,,,,,California
-0.0,2020-04-19,US-CA,0.0,,,,,California
-0.0,2020-04-20,US-CA,0.0,,,,,California
-0.0,2020-04-21,US-CA,0.0,,,,,California
-0.0,2020-04-22,US-CA,0.0,,,,,California
-0.0,2020-04-23,US-CA,0.0,,,,,California
-0.0,2020-04-24,US-CA,0.0,,,,,California
-0.0,2020-04-25,US-CA,0.0,,,,,California
-0.0,2020-04-26,US-CA,0.0,,,,,California
-0.0,2020-04-27,US-CA,0.0,,,,,California
-0.0,2020-04-28,US-CA,0.0,,,,,California
-0.0,2020-04-29,US-CA,0.0,,,,,California
-0.0,2020-04-30,US-CA,0.0,,,,,California
-0.0,2020-05-01,US-CA,0.0,,,,,California
-0.0,2020-05-02,US-CA,0.0,,,,,California
-0.0,2020-05-03,US-CA,0.0,,,,,California
-0.0,2020-05-04,US-CA,0.0,,,,,California
-0.0,2020-05-05,US-CA,0.0,,,,,California
-0.0,2020-05-06,US-CA,0.0,,,,,California
-0.0,2020-05-07,US-CA,0.0,,,,,California
-0.0,2020-05-08,US-CA,0.0,,,,,California
-0.0,2020-05-09,US-CA,0.0,,,,,California
-0.0,2020-05-10,US-CA,0.0,,,,,California
-0.0,2020-05-11,US-CA,0.0,,,,,California
-0.0,2020-05-12,US-CA,0.0,,,,,California
-0.0,2020-05-13,US-CA,0.0,,,,,California
-0.0,2020-05-14,US-CA,0.0,,,,,California
-0.0,2020-05-15,US-CA,0.0,,,,,California
-0.0,2020-05-16,US-CA,0.0,,,,,California
-0.0,2020-05-17,US-CA,0.0,,,,,California
-0.0,2020-05-18,US-CA,0.0,,,,,California
-0.0,2020-05-19,US-CA,0.0,,,,,California
-0.0,2020-05-20,US-CA,0.0,,,,,California
-,2020-03-04,US-AZ,,,,,,Arizona
-0.0,2020-03-05,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-06,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-07,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-08,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-09,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-10,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-11,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-12,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-13,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-14,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-15,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-16,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-17,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-18,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-19,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-20,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-21,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-22,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-23,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-24,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-25,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-26,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-27,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-28,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-29,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-30,US-AZ,0.0,,,,,Arizona
-0.0,2020-03-31,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-01,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-02,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-03,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-04,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-05,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-06,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-07,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-08,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-09,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-10,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-11,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-12,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-13,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-14,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-15,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-16,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-17,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-18,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-19,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-20,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-21,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-22,US-AZ,0.0,,,,,Arizona
-0.0,2020-04-23,US-AZ,0.0,,,,,Arizona
-984.0,2020-04-24,US-AZ,984.0,,,,,Arizona
-38.0,2020-04-25,US-AZ,1022.0,,,,,Arizona
-15.0,2020-04-26,US-AZ,1037.0,,,,,Arizona
-14.0,2020-04-27,US-AZ,1051.0,,,,,Arizona
-44.0,2020-04-28,US-AZ,1095.0,,,,,Arizona
-36.0,2020-04-29,US-AZ,1131.0,,,,,Arizona
-38.0,2020-04-30,US-AZ,1169.0,,,,,Arizona
-34.0,2020-05-01,US-AZ,1203.0,,,,,Arizona
-136.0,2020-05-02,US-AZ,1339.0,,,,,Arizona
-9.0,2020-05-03,US-AZ,1348.0,,,,,Arizona
-9.0,2020-05-04,US-AZ,1357.0,,,,,Arizona
-40.0,2020-05-05,US-AZ,1397.0,,,,,Arizona
-33.0,2020-05-06,US-AZ,1430.0,,,,,Arizona
-19.0,2020-05-07,US-AZ,1449.0,,,,,Arizona
-33.0,2020-05-08,US-AZ,1482.0,,,,,Arizona
-32.0,2020-05-09,US-AZ,1514.0,,,,,Arizona
-14.0,2020-05-10,US-AZ,1528.0,,,,,Arizona
-9.0,2020-05-11,US-AZ,1537.0,,,,,Arizona
-27.0,2020-05-12,US-AZ,1564.0,,,,,Arizona
-26.0,2020-05-13,US-AZ,1590.0,,,,,Arizona
-46.0,2020-05-14,US-AZ,1636.0,,,,,Arizona
--7.0,2020-05-15,US-AZ,1629.0,,,,,Arizona
-54.0,2020-05-16,US-AZ,1683.0,,,,,Arizona
-16.0,2020-05-17,US-AZ,1699.0,,,,,Arizona
-18.0,2020-05-18,US-AZ,1717.0,,,,,Arizona
-29.0,2020-05-19,US-AZ,1746.0,,,,,Arizona
-46.0,2020-05-20,US-AZ,1792.0,,,,,Arizona
-,2020-03-16,US-AS,,,,,,American Samoa
-0.0,2020-03-17,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-18,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-19,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-20,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-21,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-22,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-23,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-24,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-25,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-26,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-27,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-28,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-29,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-30,US-AS,0.0,,,,,American Samoa
-0.0,2020-03-31,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-01,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-02,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-03,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-04,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-05,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-06,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-07,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-08,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-09,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-10,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-11,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-12,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-13,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-14,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-15,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-16,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-17,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-18,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-19,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-20,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-21,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-22,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-23,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-24,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-25,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-26,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-27,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-28,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-29,US-AS,0.0,,,,,American Samoa
-0.0,2020-04-30,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-01,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-02,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-03,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-04,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-05,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-06,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-07,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-08,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-09,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-10,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-11,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-12,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-13,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-14,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-15,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-16,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-17,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-18,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-19,US-AS,0.0,,,,,American Samoa
-0.0,2020-05-20,US-AS,0.0,,,,,American Samoa
-,2020-03-06,US-AR,,,,,,Arkansas
-0.0,2020-03-07,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-08,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-09,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-10,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-11,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-12,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-13,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-14,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-15,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-16,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-17,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-18,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-19,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-20,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-21,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-22,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-23,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-24,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-25,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-26,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-27,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-28,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-29,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-30,US-AR,0.0,,,,,Arkansas
-0.0,2020-03-31,US-AR,0.0,,,,,Arkansas
-90.0,2020-04-01,US-AR,90.0,,,,,Arkansas
-10.0,2020-04-02,US-AR,100.0,,,,,Arkansas
-5.0,2020-04-03,US-AR,105.0,,,,,Arkansas
-1.0,2020-04-04,US-AR,106.0,,,,,Arkansas
-24.0,2020-04-05,US-AR,130.0,,,,,Arkansas
-7.0,2020-04-06,US-AR,137.0,,,,,Arkansas
-11.0,2020-04-07,US-AR,148.0,,,,,Arkansas
--18.0,2020-04-08,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-09,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-10,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-11,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-12,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-13,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-14,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-15,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-16,US-AR,130.0,,,,,Arkansas
-0.0,2020-04-17,US-AR,130.0,,,,,Arkansas
-291.0,2020-04-18,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-19,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-20,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-21,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-22,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-23,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-24,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-25,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-26,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-27,US-AR,421.0,,,,,Arkansas
-0.0,2020-04-28,US-AR,421.0,,,,,Arkansas
-389.0,2020-04-29,US-AR,810.0,,,,,Arkansas
-13.0,2020-04-30,US-AR,823.0,,,,,Arkansas
-12.0,2020-05-01,US-AR,835.0,,,,,Arkansas
-0.0,2020-05-02,US-AR,835.0,,,,,Arkansas
-13.0,2020-05-03,US-AR,848.0,,,,,Arkansas
-11.0,2020-05-04,US-AR,859.0,,,,,Arkansas
-15.0,2020-05-05,US-AR,874.0,,,,,Arkansas
-0.0,2020-05-06,US-AR,874.0,,,,,Arkansas
-9.0,2020-05-07,US-AR,883.0,,,,,Arkansas
-4.0,2020-05-08,US-AR,887.0,,,,,Arkansas
-5.0,2020-05-09,US-AR,892.0,,,,,Arkansas
-0.0,2020-05-10,US-AR,892.0,,,,,Arkansas
-9.0,2020-05-11,US-AR,901.0,,,,,Arkansas
-5.0,2020-05-12,US-AR,906.0,,,,,Arkansas
-12.0,2020-05-13,US-AR,918.0,,,,,Arkansas
-12.0,2020-05-14,US-AR,930.0,,,,,Arkansas
-11.0,2020-05-15,US-AR,941.0,,,,,Arkansas
-0.0,2020-05-16,US-AR,941.0,,,,,Arkansas
-0.0,2020-05-17,US-AR,941.0,,,,,Arkansas
-10.0,2020-05-18,US-AR,951.0,,,,,Arkansas
-5.0,2020-05-19,US-AR,956.0,,,,,Arkansas
-0.0,2020-05-20,US-AR,956.0,,,,,Arkansas
-,2020-03-07,US-AL,,,,,,Alabama
-0.0,2020-03-08,US-AL,0.0,,,,,Alabama
-0.0,2020-03-09,US-AL,0.0,,,,,Alabama
-0.0,2020-03-10,US-AL,0.0,,,,,Alabama
-0.0,2020-03-11,US-AL,0.0,,,,,Alabama
-0.0,2020-03-12,US-AL,0.0,,,,,Alabama
-0.0,2020-03-13,US-AL,0.0,,,,,Alabama
-0.0,2020-03-14,US-AL,0.0,,,,,Alabama
-0.0,2020-03-15,US-AL,0.0,,,,,Alabama
-0.0,2020-03-16,US-AL,0.0,,,,,Alabama
-0.0,2020-03-17,US-AL,0.0,,,,,Alabama
-0.0,2020-03-18,US-AL,0.0,,,,,Alabama
-0.0,2020-03-19,US-AL,0.0,,,,,Alabama
-0.0,2020-03-20,US-AL,0.0,,,,,Alabama
-0.0,2020-03-21,US-AL,0.0,,,,,Alabama
-0.0,2020-03-22,US-AL,0.0,,,,,Alabama
-0.0,2020-03-23,US-AL,0.0,,,,,Alabama
-0.0,2020-03-24,US-AL,0.0,,,,,Alabama
-0.0,2020-03-25,US-AL,0.0,,,,,Alabama
-0.0,2020-03-26,US-AL,0.0,,,,,Alabama
-0.0,2020-03-27,US-AL,0.0,,,,,Alabama
-0.0,2020-03-28,US-AL,0.0,,,,,Alabama
-0.0,2020-03-29,US-AL,0.0,,,,,Alabama
-0.0,2020-03-30,US-AL,0.0,,,,,Alabama
-0.0,2020-03-31,US-AL,0.0,,,,,Alabama
-0.0,2020-04-01,US-AL,0.0,,,,,Alabama
-0.0,2020-04-02,US-AL,0.0,,,,,Alabama
-0.0,2020-04-03,US-AL,0.0,,,,,Alabama
-212.0,2020-04-04,US-AL,212.0,,,,,Alabama
-19.0,2020-04-05,US-AL,231.0,,,,,Alabama
-9.0,2020-04-06,US-AL,240.0,,,,,Alabama
-31.0,2020-04-07,US-AL,271.0,,,,,Alabama
-43.0,2020-04-08,US-AL,314.0,,,,,Alabama
-19.0,2020-04-09,US-AL,333.0,,,,,Alabama
-35.0,2020-04-10,US-AL,368.0,,,,,Alabama
-34.0,2020-04-11,US-AL,402.0,,,,,Alabama
-35.0,2020-04-12,US-AL,437.0,,,,,Alabama
-20.0,2020-04-13,US-AL,457.0,,,,,Alabama
-36.0,2020-04-14,US-AL,493.0,,,,,Alabama
-32.0,2020-04-15,US-AL,525.0,,,,,Alabama
-28.0,2020-04-16,US-AL,553.0,,,,,Alabama
-41.0,2020-04-17,US-AL,594.0,,,,,Alabama
-26.0,2020-04-18,US-AL,620.0,,,,,Alabama
-21.0,2020-04-19,US-AL,641.0,,,,,Alabama
-0.0,2020-04-20,US-AL,641.0,,,,,Alabama
-58.0,2020-04-21,US-AL,699.0,,,,,Alabama
-31.0,2020-04-22,US-AL,730.0,,,,,Alabama
-38.0,2020-04-23,US-AL,768.0,,,,,Alabama
-0.0,2020-04-24,US-AL,768.0,,,,,Alabama
-71.0,2020-04-25,US-AL,839.0,,,,,Alabama
-6.0,2020-04-26,US-AL,845.0,,,,,Alabama
-27.0,2020-04-27,US-AL,872.0,,,,,Alabama
-39.0,2020-04-28,US-AL,911.0,,,,,Alabama
-34.0,2020-04-29,US-AL,945.0,,,,,Alabama
-33.0,2020-04-30,US-AL,978.0,,,,,Alabama
-30.0,2020-05-01,US-AL,1008.0,,,,,Alabama
-15.0,2020-05-02,US-AL,1023.0,,,,,Alabama
-12.0,2020-05-03,US-AL,1035.0,,,,,Alabama
-29.0,2020-05-04,US-AL,1064.0,,,,,Alabama
-43.0,2020-05-05,US-AL,1107.0,,,,,Alabama
-51.0,2020-05-06,US-AL,1158.0,,,,,Alabama
-20.0,2020-05-07,US-AL,1178.0,,,,,Alabama
-29.0,2020-05-08,US-AL,1207.0,,,,,Alabama
-21.0,2020-05-09,US-AL,1228.0,,,,,Alabama
-12.0,2020-05-10,US-AL,1240.0,,,,,Alabama
-16.0,2020-05-11,US-AL,1256.0,,,,,Alabama
-31.0,2020-05-12,US-AL,1287.0,,,,,Alabama
-30.0,2020-05-13,US-AL,1317.0,,,,,Alabama
-33.0,2020-05-14,US-AL,1350.0,,,,,Alabama
-27.0,2020-05-15,US-AL,1377.0,,,,,Alabama
-10.0,2020-05-16,US-AL,1387.0,,,,,Alabama
-5.0,2020-05-17,US-AL,1392.0,,,,,Alabama
-24.0,2020-05-18,US-AL,1416.0,,,,,Alabama
-37.0,2020-05-19,US-AL,1453.0,,,,,Alabama
-40.0,2020-05-20,US-AL,1493.0,,,,,Alabama
-,2020-03-06,US-AK,,,,,,Alaska
-0.0,2020-03-07,US-AK,0.0,,,,,Alaska
-0.0,2020-03-08,US-AK,0.0,,,,,Alaska
-0.0,2020-03-09,US-AK,0.0,,,,,Alaska
-0.0,2020-03-10,US-AK,0.0,,,,,Alaska
-0.0,2020-03-11,US-AK,0.0,,,,,Alaska
-0.0,2020-03-12,US-AK,0.0,,,,,Alaska
-0.0,2020-03-13,US-AK,0.0,,,,,Alaska
-0.0,2020-03-14,US-AK,0.0,,,,,Alaska
-0.0,2020-03-15,US-AK,0.0,,,,,Alaska
-0.0,2020-03-16,US-AK,0.0,,,,,Alaska
-0.0,2020-03-17,US-AK,0.0,,,,,Alaska
-0.0,2020-03-18,US-AK,0.0,,,,,Alaska
-0.0,2020-03-19,US-AK,0.0,,,,,Alaska
-0.0,2020-03-20,US-AK,0.0,,,,,Alaska
-0.0,2020-03-21,US-AK,0.0,,,,,Alaska
-0.0,2020-03-22,US-AK,0.0,,,,,Alaska
-0.0,2020-03-23,US-AK,0.0,,,,,Alaska
-0.0,2020-03-24,US-AK,0.0,,,,,Alaska
-1.0,2020-03-25,US-AK,1.0,,,,,Alaska
-2.0,2020-03-26,US-AK,3.0,,,,,Alaska
-0.0,2020-03-27,US-AK,3.0,,,,,Alaska
-2.0,2020-03-28,US-AK,5.0,,,,,Alaska
-1.0,2020-03-29,US-AK,6.0,,,,,Alaska
-1.0,2020-03-30,US-AK,7.0,,,,,Alaska
-0.0,2020-03-31,US-AK,7.0,,,,,Alaska
-2.0,2020-04-01,US-AK,9.0,,,,,Alaska
-0.0,2020-04-02,US-AK,9.0,,,,,Alaska
-6.0,2020-04-03,US-AK,15.0,,,,,Alaska
-1.0,2020-04-04,US-AK,16.0,,,,,Alaska
-4.0,2020-04-05,US-AK,20.0,,,,,Alaska
-3.0,2020-04-06,US-AK,23.0,,,,,Alaska
-0.0,2020-04-07,US-AK,23.0,,,,,Alaska
-4.0,2020-04-08,US-AK,27.0,,,,,Alaska
-0.0,2020-04-09,US-AK,27.0,,,,,Alaska
-1.0,2020-04-10,US-AK,28.0,,,,,Alaska
-3.0,2020-04-11,US-AK,31.0,,,,,Alaska
-0.0,2020-04-12,US-AK,31.0,,,,,Alaska
-1.0,2020-04-13,US-AK,32.0,,,,,Alaska
-0.0,2020-04-14,US-AK,32.0,,,,,Alaska
-2.0,2020-04-15,US-AK,34.0,,,,,Alaska
-1.0,2020-04-16,US-AK,35.0,,,,,Alaska
-1.0,2020-04-17,US-AK,36.0,,,,,Alaska
-0.0,2020-04-18,US-AK,36.0,,,,,Alaska
-0.0,2020-04-19,US-AK,36.0,,,,,Alaska
-0.0,2020-04-20,US-AK,36.0,,,,,Alaska
-0.0,2020-04-21,US-AK,36.0,,,,,Alaska
-0.0,2020-04-22,US-AK,36.0,,,,,Alaska
-0.0,2020-04-23,US-AK,36.0,,,,,Alaska
-0.0,2020-04-24,US-AK,36.0,,,,,Alaska
-0.0,2020-04-25,US-AK,36.0,,,,,Alaska
-0.0,2020-04-26,US-AK,36.0,,,,,Alaska
-0.0,2020-04-27,US-AK,36.0,,,,,Alaska
-0.0,2020-04-28,US-AK,36.0,,,,,Alaska
-0.0,2020-04-29,US-AK,36.0,,,,,Alaska
-0.0,2020-04-30,US-AK,36.0,,,,,Alaska
-0.0,2020-05-01,US-AK,36.0,,,,,Alaska
-0.0,2020-05-02,US-AK,36.0,,,,,Alaska
-0.0,2020-05-03,US-AK,36.0,,,,,Alaska
-0.0,2020-05-04,US-AK,36.0,,,,,Alaska
-0.0,2020-05-05,US-AK,36.0,,,,,Alaska
-0.0,2020-05-06,US-AK,36.0,,,,,Alaska
-0.0,2020-05-07,US-AK,36.0,,,,,Alaska
-0.0,2020-05-08,US-AK,36.0,,,,,Alaska
-0.0,2020-05-09,US-AK,36.0,,,,,Alaska
-0.0,2020-05-10,US-AK,36.0,,,,,Alaska
-0.0,2020-05-11,US-AK,36.0,,,,,Alaska
-0.0,2020-05-12,US-AK,36.0,,,,,Alaska
-0.0,2020-05-13,US-AK,36.0,,,,,Alaska
-0.0,2020-05-14,US-AK,36.0,,,,,Alaska
-0.0,2020-05-15,US-AK,36.0,,,,,Alaska
-0.0,2020-05-16,US-AK,36.0,,,,,Alaska
-0.0,2020-05-17,US-AK,36.0,,,,,Alaska
-0.0,2020-05-18,US-AK,36.0,,,,,Alaska
-0.0,2020-05-19,US-AK,36.0,,,,,Alaska
-0.0,2020-05-20,US-AK,36.0,,,,,Alaska
-,2020-02-24,IT-65,,0.0,0.0,,,Abruzzo
-,2020-02-25,IT-65,,0.0,0.0,,,Abruzzo
-,2020-02-26,IT-65,,0.0,0.0,,,Abruzzo
-,2020-02-27,IT-65,,1.0,0.0,,,Abruzzo
-,2020-02-28,IT-65,,1.0,0.0,,,Abruzzo
-,2020-02-29,IT-65,,2.0,0.0,,,Abruzzo
-,2020-03-01,IT-65,,3.0,0.0,,,Abruzzo
-,2020-03-02,IT-65,,3.0,0.0,,,Abruzzo
-,2020-03-03,IT-65,,5.0,0.0,,,Abruzzo
-,2020-03-04,IT-65,,7.0,0.0,,,Abruzzo
-,2020-03-05,IT-65,,8.0,0.0,,,Abruzzo
-,2020-03-06,IT-65,,9.0,0.0,,,Abruzzo
-,2020-03-07,IT-65,,11.0,0.0,,,Abruzzo
-,2020-03-08,IT-65,,14.0,0.0,,,Abruzzo
-,2020-03-09,IT-65,,25.0,0.0,,,Abruzzo
-,2020-03-10,IT-65,,26.0,9.0,,,Abruzzo
-,2020-03-11,IT-65,,26.0,9.0,,,Abruzzo
-,2020-03-12,IT-65,,59.0,12.0,,,Abruzzo
-,2020-03-13,IT-65,,56.0,14.0,,,Abruzzo
-,2020-03-14,IT-65,,65.0,14.0,,,Abruzzo
-,2020-03-15,IT-65,,100.0,28.0,,,Abruzzo
-,2020-03-16,IT-65,,108.0,37.0,,,Abruzzo
-,2020-03-17,IT-65,,126.0,32.0,,,Abruzzo
-,2020-03-18,IT-65,,140.0,41.0,,,Abruzzo
-,2020-03-19,IT-65,,228.0,47.0,,,Abruzzo
-,2020-03-20,IT-65,,238.0,48.0,,,Abruzzo
-,2020-03-21,IT-65,,229.0,44.0,,,Abruzzo
-,2020-03-22,IT-65,,267.0,49.0,,,Abruzzo
-,2020-03-23,IT-65,,280.0,52.0,,,Abruzzo
-,2020-03-24,IT-65,,291.0,57.0,,,Abruzzo
-,2020-03-25,IT-65,,307.0,59.0,,,Abruzzo
-,2020-03-26,IT-65,,344.0,64.0,,,Abruzzo
-,2020-03-27,IT-65,,360.0,71.0,,,Abruzzo
-,2020-03-28,IT-65,,381.0,70.0,,,Abruzzo
-,2020-03-29,IT-65,,397.0,68.0,,,Abruzzo
-,2020-03-30,IT-65,,391.0,69.0,,,Abruzzo
-,2020-03-31,IT-65,,408.0,73.0,,,Abruzzo
-,2020-04-01,IT-65,,413.0,71.0,,,Abruzzo
-,2020-04-02,IT-65,,416.0,75.0,,,Abruzzo
-,2020-04-03,IT-65,,437.0,76.0,,,Abruzzo
-,2020-04-04,IT-65,,425.0,71.0,,,Abruzzo
-,2020-04-05,IT-65,,414.0,67.0,,,Abruzzo
-,2020-04-06,IT-65,,406.0,66.0,,,Abruzzo
-,2020-04-07,IT-65,,404.0,67.0,,,Abruzzo
-,2020-04-08,IT-65,,393.0,62.0,,,Abruzzo
-,2020-04-09,IT-65,,363.0,57.0,,,Abruzzo
-,2020-04-10,IT-65,,358.0,53.0,,,Abruzzo
-,2020-04-11,IT-65,,369.0,54.0,,,Abruzzo
-,2020-04-12,IT-65,,400.0,54.0,,,Abruzzo
-,2020-04-13,IT-65,,405.0,54.0,,,Abruzzo
-,2020-04-14,IT-65,,397.0,52.0,,,Abruzzo
-,2020-04-15,IT-65,,385.0,44.0,,,Abruzzo
-,2020-04-16,IT-65,,366.0,42.0,,,Abruzzo
-,2020-04-17,IT-65,,362.0,43.0,,,Abruzzo
-,2020-04-18,IT-65,,362.0,41.0,,,Abruzzo
-,2020-04-19,IT-65,,357.0,40.0,,,Abruzzo
-,2020-04-20,IT-65,,358.0,38.0,,,Abruzzo
-,2020-04-21,IT-65,,353.0,35.0,,,Abruzzo
-,2020-04-22,IT-65,,344.0,35.0,,,Abruzzo
-,2020-04-23,IT-65,,353.0,31.0,,,Abruzzo
-,2020-04-24,IT-65,,355.0,28.0,,,Abruzzo
-,2020-04-25,IT-65,,349.0,26.0,,,Abruzzo
-,2020-04-26,IT-65,,348.0,24.0,,,Abruzzo
-,2020-04-27,IT-65,,351.0,23.0,,,Abruzzo
-,2020-04-28,IT-65,,333.0,21.0,,,Abruzzo
-,2020-04-29,IT-65,,328.0,19.0,,,Abruzzo
-,2020-04-30,IT-65,,322.0,16.0,,,Abruzzo
-,2020-05-01,IT-65,,313.0,16.0,,,Abruzzo
-,2020-05-02,IT-65,,319.0,16.0,,,Abruzzo
-,2020-05-03,IT-65,,316.0,16.0,,,Abruzzo
-,2020-05-04,IT-65,,316.0,15.0,,,Abruzzo
-,2020-05-05,IT-65,,300.0,11.0,,,Abruzzo
-,2020-05-06,IT-65,,296.0,11.0,,,Abruzzo
-,2020-05-07,IT-65,,275.0,12.0,,,Abruzzo
-,2020-05-08,IT-65,,260.0,10.0,,,Abruzzo
-,2020-05-09,IT-65,,256.0,10.0,,,Abruzzo
-,2020-05-10,IT-65,,243.0,10.0,,,Abruzzo
-,2020-05-11,IT-65,,240.0,9.0,,,Abruzzo
-,2020-05-12,IT-65,,230.0,8.0,,,Abruzzo
-,2020-05-13,IT-65,,221.0,7.0,,,Abruzzo
-,2020-05-14,IT-65,,221.0,6.0,,,Abruzzo
-,2020-05-15,IT-65,,211.0,6.0,,,Abruzzo
-,2020-05-16,IT-65,,202.0,7.0,,,Abruzzo
-,2020-05-17,IT-65,,199.0,6.0,,,Abruzzo
-,2020-05-18,IT-65,,197.0,6.0,,,Abruzzo
-,2020-05-19,IT-65,,194.0,6.0,,,Abruzzo
-,2020-05-20,IT-65,,191.0,6.0,,,Abruzzo
-,2020-02-24,IT-77,,0.0,0.0,,,Basilicata
-,2020-02-25,IT-77,,0.0,0.0,,,Basilicata
-,2020-02-26,IT-77,,0.0,0.0,,,Basilicata
-,2020-02-27,IT-77,,0.0,0.0,,,Basilicata
-,2020-02-28,IT-77,,0.0,0.0,,,Basilicata
-,2020-02-29,IT-77,,0.0,0.0,,,Basilicata
-,2020-03-01,IT-77,,0.0,0.0,,,Basilicata
-,2020-03-02,IT-77,,0.0,0.0,,,Basilicata
-,2020-03-03,IT-77,,0.0,0.0,,,Basilicata
-,2020-03-04,IT-77,,0.0,0.0,,,Basilicata
-,2020-03-05,IT-77,,0.0,0.0,,,Basilicata
-,2020-03-06,IT-77,,1.0,0.0,,,Basilicata
-,2020-03-07,IT-77,,1.0,0.0,,,Basilicata
-,2020-03-08,IT-77,,2.0,0.0,,,Basilicata
-,2020-03-09,IT-77,,2.0,0.0,,,Basilicata
-,2020-03-10,IT-77,,2.0,0.0,,,Basilicata
-,2020-03-11,IT-77,,2.0,1.0,,,Basilicata
-,2020-03-12,IT-77,,2.0,1.0,,,Basilicata
-,2020-03-13,IT-77,,2.0,1.0,,,Basilicata
-,2020-03-14,IT-77,,2.0,2.0,,,Basilicata
-,2020-03-15,IT-77,,2.0,2.0,,,Basilicata
-,2020-03-16,IT-77,,3.0,2.0,,,Basilicata
-,2020-03-17,IT-77,,7.0,2.0,,,Basilicata
-,2020-03-18,IT-77,,11.0,2.0,,,Basilicata
-,2020-03-19,IT-77,,13.0,5.0,,,Basilicata
-,2020-03-20,IT-77,,13.0,5.0,,,Basilicata
-,2020-03-21,IT-77,,19.0,7.0,,,Basilicata
-,2020-03-22,IT-77,,23.0,10.0,,,Basilicata
-,2020-03-23,IT-77,,27.0,12.0,,,Basilicata
-,2020-03-24,IT-77,,26.0,12.0,,,Basilicata
-,2020-03-25,IT-77,,34.0,14.0,,,Basilicata
-,2020-03-26,IT-77,,38.0,16.0,,,Basilicata
-,2020-03-27,IT-77,,37.0,15.0,,,Basilicata
-,2020-03-28,IT-77,,45.0,19.0,,,Basilicata
-,2020-03-29,IT-77,,50.0,18.0,,,Basilicata
-,2020-03-30,IT-77,,54.0,18.0,,,Basilicata
-,2020-03-31,IT-77,,54.0,17.0,,,Basilicata
-,2020-04-01,IT-77,,54.0,15.0,,,Basilicata
-,2020-04-02,IT-77,,57.0,19.0,,,Basilicata
-,2020-04-03,IT-77,,60.0,19.0,,,Basilicata
-,2020-04-04,IT-77,,63.0,19.0,,,Basilicata
-,2020-04-05,IT-77,,64.0,18.0,,,Basilicata
-,2020-04-06,IT-77,,64.0,18.0,,,Basilicata
-,2020-04-07,IT-77,,64.0,17.0,,,Basilicata
-,2020-04-08,IT-77,,65.0,17.0,,,Basilicata
-,2020-04-09,IT-77,,67.0,17.0,,,Basilicata
-,2020-04-10,IT-77,,74.0,15.0,,,Basilicata
-,2020-04-11,IT-77,,72.0,12.0,,,Basilicata
-,2020-04-12,IT-77,,73.0,12.0,,,Basilicata
-,2020-04-13,IT-77,,76.0,12.0,,,Basilicata
-,2020-04-14,IT-77,,74.0,12.0,,,Basilicata
-,2020-04-15,IT-77,,72.0,12.0,,,Basilicata
-,2020-04-16,IT-77,,69.0,9.0,,,Basilicata
-,2020-04-17,IT-77,,68.0,9.0,,,Basilicata
-,2020-04-18,IT-77,,68.0,8.0,,,Basilicata
-,2020-04-19,IT-77,,67.0,8.0,,,Basilicata
-,2020-04-20,IT-77,,66.0,7.0,,,Basilicata
-,2020-04-21,IT-77,,71.0,7.0,,,Basilicata
-,2020-04-22,IT-77,,72.0,7.0,,,Basilicata
-,2020-04-23,IT-77,,68.0,7.0,,,Basilicata
-,2020-04-24,IT-77,,66.0,7.0,,,Basilicata
-,2020-04-25,IT-77,,65.0,7.0,,,Basilicata
-,2020-04-26,IT-77,,64.0,7.0,,,Basilicata
-,2020-04-27,IT-77,,64.0,7.0,,,Basilicata
-,2020-04-28,IT-77,,63.0,7.0,,,Basilicata
-,2020-04-29,IT-77,,55.0,4.0,,,Basilicata
-,2020-04-30,IT-77,,53.0,4.0,,,Basilicata
-,2020-05-01,IT-77,,53.0,4.0,,,Basilicata
-,2020-05-02,IT-77,,52.0,4.0,,,Basilicata
-,2020-05-03,IT-77,,51.0,3.0,,,Basilicata
-,2020-05-04,IT-77,,53.0,3.0,,,Basilicata
-,2020-05-05,IT-77,,53.0,3.0,,,Basilicata
-,2020-05-06,IT-77,,50.0,3.0,,,Basilicata
-,2020-05-07,IT-77,,50.0,2.0,,,Basilicata
-,2020-05-08,IT-77,,50.0,2.0,,,Basilicata
-,2020-05-09,IT-77,,46.0,1.0,,,Basilicata
-,2020-05-10,IT-77,,46.0,1.0,,,Basilicata
-,2020-05-11,IT-77,,47.0,1.0,,,Basilicata
-,2020-05-12,IT-77,,48.0,1.0,,,Basilicata
-,2020-05-13,IT-77,,43.0,1.0,,,Basilicata
-,2020-05-14,IT-77,,35.0,1.0,,,Basilicata
-,2020-05-15,IT-77,,34.0,1.0,,,Basilicata
-,2020-05-16,IT-77,,30.0,1.0,,,Basilicata
-,2020-05-17,IT-77,,30.0,1.0,,,Basilicata
-,2020-05-18,IT-77,,30.0,1.0,,,Basilicata
-,2020-05-19,IT-77,,27.0,1.0,,,Basilicata
-,2020-05-20,IT-77,,23.0,1.0,,,Basilicata
-,2020-02-24,IT-78,,0.0,0.0,,,Calabria
-,2020-02-25,IT-78,,0.0,0.0,,,Calabria
-,2020-02-26,IT-78,,0.0,0.0,,,Calabria
-,2020-02-27,IT-78,,0.0,0.0,,,Calabria
-,2020-02-28,IT-78,,0.0,0.0,,,Calabria
-,2020-02-29,IT-78,,0.0,0.0,,,Calabria
-,2020-03-01,IT-78,,0.0,0.0,,,Calabria
-,2020-03-02,IT-78,,0.0,0.0,,,Calabria
-,2020-03-03,IT-78,,0.0,0.0,,,Calabria
-,2020-03-04,IT-78,,0.0,0.0,,,Calabria
-,2020-03-05,IT-78,,1.0,0.0,,,Calabria
-,2020-03-06,IT-78,,2.0,0.0,,,Calabria
-,2020-03-07,IT-78,,2.0,0.0,,,Calabria
-,2020-03-08,IT-78,,5.0,0.0,,,Calabria
-,2020-03-09,IT-78,,8.0,0.0,,,Calabria
-,2020-03-10,IT-78,,10.0,2.0,,,Calabria
-,2020-03-11,IT-78,,12.0,2.0,,,Calabria
-,2020-03-12,IT-78,,16.0,2.0,,,Calabria
-,2020-03-13,IT-78,,21.0,3.0,,,Calabria
-,2020-03-14,IT-78,,26.0,4.0,,,Calabria
-,2020-03-15,IT-78,,38.0,6.0,,,Calabria
-,2020-03-16,IT-78,,43.0,7.0,,,Calabria
-,2020-03-17,IT-78,,55.0,10.0,,,Calabria
-,2020-03-18,IT-78,,56.0,11.0,,,Calabria
-,2020-03-19,IT-78,,73.0,13.0,,,Calabria
-,2020-03-20,IT-78,,87.0,16.0,,,Calabria
-,2020-03-21,IT-78,,89.0,16.0,,,Calabria
-,2020-03-22,IT-78,,94.0,17.0,,,Calabria
-,2020-03-23,IT-78,,102.0,20.0,,,Calabria
-,2020-03-24,IT-78,,109.0,21.0,,,Calabria
-,2020-03-25,IT-78,,116.0,23.0,,,Calabria
-,2020-03-26,IT-78,,124.0,23.0,,,Calabria
-,2020-03-27,IT-78,,125.0,22.0,,,Calabria
-,2020-03-28,IT-78,,129.0,22.0,,,Calabria
-,2020-03-29,IT-78,,143.0,19.0,,,Calabria
-,2020-03-30,IT-78,,148.0,18.0,,,Calabria
-,2020-03-31,IT-78,,149.0,17.0,,,Calabria
-,2020-04-01,IT-78,,160.0,16.0,,,Calabria
-,2020-04-02,IT-78,,182.0,19.0,,,Calabria
-,2020-04-03,IT-78,,200.0,17.0,,,Calabria
-,2020-04-04,IT-78,,193.0,15.0,,,Calabria
-,2020-04-05,IT-78,,187.0,13.0,,,Calabria
-,2020-04-06,IT-78,,184.0,14.0,,,Calabria
-,2020-04-07,IT-78,,183.0,14.0,,,Calabria
-,2020-04-08,IT-78,,185.0,15.0,,,Calabria
-,2020-04-09,IT-78,,183.0,15.0,,,Calabria
-,2020-04-10,IT-78,,182.0,14.0,,,Calabria
-,2020-04-11,IT-78,,184.0,15.0,,,Calabria
-,2020-04-12,IT-78,,179.0,14.0,,,Calabria
-,2020-04-13,IT-78,,172.0,12.0,,,Calabria
-,2020-04-14,IT-78,,173.0,12.0,,,Calabria
-,2020-04-15,IT-78,,167.0,11.0,,,Calabria
-,2020-04-16,IT-78,,166.0,9.0,,,Calabria
-,2020-04-17,IT-78,,161.0,7.0,,,Calabria
-,2020-04-18,IT-78,,159.0,7.0,,,Calabria
-,2020-04-19,IT-78,,148.0,6.0,,,Calabria
-,2020-04-20,IT-78,,147.0,7.0,,,Calabria
-,2020-04-21,IT-78,,140.0,7.0,,,Calabria
-,2020-04-22,IT-78,,135.0,7.0,,,Calabria
-,2020-04-23,IT-78,,136.0,7.0,,,Calabria
-,2020-04-24,IT-78,,130.0,7.0,,,Calabria
-,2020-04-25,IT-78,,132.0,7.0,,,Calabria
-,2020-04-26,IT-78,,126.0,8.0,,,Calabria
-,2020-04-27,IT-78,,120.0,6.0,,,Calabria
-,2020-04-28,IT-78,,119.0,6.0,,,Calabria
-,2020-04-29,IT-78,,113.0,6.0,,,Calabria
-,2020-04-30,IT-78,,111.0,6.0,,,Calabria
-,2020-05-01,IT-78,,108.0,3.0,,,Calabria
-,2020-05-02,IT-78,,104.0,4.0,,,Calabria
-,2020-05-03,IT-78,,99.0,4.0,,,Calabria
-,2020-05-04,IT-78,,97.0,4.0,,,Calabria
-,2020-05-05,IT-78,,96.0,4.0,,,Calabria
-,2020-05-06,IT-78,,90.0,3.0,,,Calabria
-,2020-05-07,IT-78,,83.0,2.0,,,Calabria
-,2020-05-08,IT-78,,75.0,2.0,,,Calabria
-,2020-05-09,IT-78,,70.0,2.0,,,Calabria
-,2020-05-10,IT-78,,68.0,2.0,,,Calabria
-,2020-05-11,IT-78,,65.0,1.0,,,Calabria
-,2020-05-12,IT-78,,66.0,1.0,,,Calabria
-,2020-05-13,IT-78,,65.0,1.0,,,Calabria
-,2020-05-14,IT-78,,61.0,2.0,,,Calabria
-,2020-05-15,IT-78,,58.0,2.0,,,Calabria
-,2020-05-16,IT-78,,58.0,2.0,,,Calabria
-,2020-05-17,IT-78,,58.0,2.0,,,Calabria
-,2020-05-18,IT-78,,55.0,2.0,,,Calabria
-,2020-05-19,IT-78,,52.0,2.0,,,Calabria
-,2020-05-20,IT-78,,50.0,1.0,,,Calabria
-,2020-02-24,IT-72,,0.0,0.0,,,Campania
-,2020-02-25,IT-72,,0.0,0.0,,,Campania
-,2020-02-26,IT-72,,0.0,0.0,,,Campania
-,2020-02-27,IT-72,,2.0,0.0,,,Campania
-,2020-02-28,IT-72,,2.0,0.0,,,Campania
-,2020-02-29,IT-72,,3.0,0.0,,,Campania
-,2020-03-01,IT-72,,4.0,0.0,,,Campania
-,2020-03-02,IT-72,,4.0,0.0,,,Campania
-,2020-03-03,IT-72,,11.0,0.0,,,Campania
-,2020-03-04,IT-72,,11.0,0.0,,,Campania
-,2020-03-05,IT-72,,12.0,0.0,,,Campania
-,2020-03-06,IT-72,,12.0,0.0,,,Campania
-,2020-03-07,IT-72,,16.0,0.0,,,Campania
-,2020-03-08,IT-72,,37.0,7.0,,,Campania
-,2020-03-09,IT-72,,50.0,8.0,,,Campania
-,2020-03-10,IT-72,,41.0,8.0,,,Campania
-,2020-03-11,IT-72,,67.0,11.0,,,Campania
-,2020-03-12,IT-72,,67.0,11.0,,,Campania
-,2020-03-13,IT-72,,79.0,19.0,,,Campania
-,2020-03-14,IT-72,,89.0,17.0,,,Campania
-,2020-03-15,IT-72,,95.0,22.0,,,Campania
-,2020-03-16,IT-72,,125.0,22.0,,,Campania
-,2020-03-17,IT-72,,151.0,24.0,,,Campania
-,2020-03-18,IT-72,,151.0,24.0,,,Campania
-,2020-03-19,IT-72,,249.0,36.0,,,Campania
-,2020-03-20,IT-72,,171.0,41.0,,,Campania
-,2020-03-21,IT-72,,320.0,87.0,,,Campania
-,2020-03-22,IT-72,,342.0,99.0,,,Campania
-,2020-03-23,IT-72,,376.0,110.0,,,Campania
-,2020-03-24,IT-72,,526.0,181.0,,,Campania
-,2020-03-25,IT-72,,441.0,123.0,,,Campania
-,2020-03-26,IT-72,,562.0,114.0,,,Campania
-,2020-03-27,IT-72,,569.0,113.0,,,Campania
-,2020-03-28,IT-72,,595.0,132.0,,,Campania
-,2020-03-29,IT-72,,611.0,135.0,,,Campania
-,2020-03-30,IT-72,,594.0,126.0,,,Campania
-,2020-03-31,IT-72,,634.0,133.0,,,Campania
-,2020-04-01,IT-72,,607.0,129.0,,,Campania
-,2020-04-02,IT-72,,623.0,120.0,,,Campania
-,2020-04-03,IT-72,,647.0,115.0,,,Campania
-,2020-04-04,IT-72,,681.0,114.0,,,Campania
-,2020-04-05,IT-72,,717.0,108.0,,,Campania
-,2020-04-06,IT-72,,711.0,101.0,,,Campania
-,2020-04-07,IT-72,,706.0,103.0,,,Campania
-,2020-04-08,IT-72,,705.0,97.0,,,Campania
-,2020-04-09,IT-72,,698.0,94.0,,,Campania
-,2020-04-10,IT-72,,690.0,90.0,,,Campania
-,2020-04-11,IT-72,,667.0,85.0,,,Campania
-,2020-04-12,IT-72,,608.0,82.0,,,Campania
-,2020-04-13,IT-72,,686.0,80.0,,,Campania
-,2020-04-14,IT-72,,700.0,82.0,,,Campania
-,2020-04-15,IT-72,,693.0,86.0,,,Campania
-,2020-04-16,IT-72,,694.0,76.0,,,Campania
-,2020-04-17,IT-72,,698.0,76.0,,,Campania
-,2020-04-18,IT-72,,681.0,76.0,,,Campania
-,2020-04-19,IT-72,,651.0,61.0,,,Campania
-,2020-04-20,IT-72,,647.0,61.0,,,Campania
-,2020-04-21,IT-72,,590.0,58.0,,,Campania
-,2020-04-22,IT-72,,576.0,53.0,,,Campania
-,2020-04-23,IT-72,,586.0,47.0,,,Campania
-,2020-04-24,IT-72,,568.0,44.0,,,Campania
-,2020-04-25,IT-72,,598.0,55.0,,,Campania
-,2020-04-26,IT-72,,581.0,45.0,,,Campania
-,2020-04-27,IT-72,,578.0,37.0,,,Campania
-,2020-04-28,IT-72,,577.0,33.0,,,Campania
-,2020-04-29,IT-72,,549.0,31.0,,,Campania
-,2020-04-30,IT-72,,513.0,29.0,,,Campania
-,2020-05-01,IT-72,,507.0,29.0,,,Campania
-,2020-05-02,IT-72,,497.0,27.0,,,Campania
-,2020-05-03,IT-72,,485.0,30.0,,,Campania
-,2020-05-04,IT-72,,462.0,24.0,,,Campania
-,2020-05-05,IT-72,,433.0,25.0,,,Campania
-,2020-05-06,IT-72,,458.0,25.0,,,Campania
-,2020-05-07,IT-72,,442.0,27.0,,,Campania
-,2020-05-08,IT-72,,446.0,28.0,,,Campania
-,2020-05-09,IT-72,,441.0,26.0,,,Campania
-,2020-05-10,IT-72,,455.0,20.0,,,Campania
-,2020-05-11,IT-72,,459.0,23.0,,,Campania
-,2020-05-12,IT-72,,434.0,20.0,,,Campania
-,2020-05-13,IT-72,,421.0,19.0,,,Campania
-,2020-05-14,IT-72,,406.0,19.0,,,Campania
-,2020-05-15,IT-72,,358.0,17.0,,,Campania
-,2020-05-16,IT-72,,367.0,16.0,,,Campania
-,2020-05-17,IT-72,,359.0,17.0,,,Campania
-,2020-05-18,IT-72,,359.0,17.0,,,Campania
-,2020-05-19,IT-72,,347.0,17.0,,,Campania
-,2020-05-20,IT-72,,330.0,12.0,,,Campania
-,2020-02-24,IT-45,,12.0,2.0,,,Emilia-Romagna
-,2020-02-25,IT-45,,17.0,2.0,,,Emilia-Romagna
-,2020-02-26,IT-45,,23.0,3.0,,,Emilia-Romagna
-,2020-02-27,IT-45,,42.0,6.0,,,Emilia-Romagna
-,2020-02-28,IT-45,,62.0,6.0,,,Emilia-Romagna
-,2020-02-29,IT-45,,97.0,11.0,,,Emilia-Romagna
-,2020-03-01,IT-45,,140.0,13.0,,,Emilia-Romagna
-,2020-03-02,IT-45,,164.0,16.0,,,Emilia-Romagna
-,2020-03-03,IT-45,,211.0,24.0,,,Emilia-Romagna
-,2020-03-04,IT-45,,282.0,26.0,,,Emilia-Romagna
-,2020-03-05,IT-45,,359.0,32.0,,,Emilia-Romagna
-,2020-03-06,IT-45,,450.0,53.0,,,Emilia-Romagna
-,2020-03-07,IT-45,,528.0,64.0,,,Emilia-Romagna
-,2020-03-08,IT-45,,617.0,75.0,,,Emilia-Romagna
-,2020-03-09,IT-45,,666.0,90.0,,,Emilia-Romagna
-,2020-03-10,IT-45,,767.0,98.0,,,Emilia-Romagna
-,2020-03-11,IT-45,,849.0,104.0,,,Emilia-Romagna
-,2020-03-12,IT-45,,926.0,112.0,,,Emilia-Romagna
-,2020-03-13,IT-45,,1070.0,128.0,,,Emilia-Romagna
-,2020-03-14,IT-45,,1228.0,152.0,,,Emilia-Romagna
-,2020-03-15,IT-45,,1384.0,169.0,,,Emilia-Romagna
-,2020-03-16,IT-45,,1559.0,197.0,,,Emilia-Romagna
-,2020-03-17,IT-45,,1789.0,223.0,,,Emilia-Romagna
-,2020-03-18,IT-45,,2031.0,247.0,,,Emilia-Romagna
-,2020-03-19,IT-45,,2160.0,260.0,,,Emilia-Romagna
-,2020-03-20,IT-45,,2350.0,267.0,,,Emilia-Romagna
-,2020-03-21,IT-45,,2532.0,265.0,,,Emilia-Romagna
-,2020-03-22,IT-45,,2698.0,269.0,,,Emilia-Romagna
-,2020-03-23,IT-45,,3122.0,276.0,,,Emilia-Romagna
-,2020-03-24,IT-45,,3265.0,291.0,,,Emilia-Romagna
-,2020-03-25,IT-45,,3474.0,294.0,,,Emilia-Romagna
-,2020-03-26,IT-45,,3655.0,301.0,,,Emilia-Romagna
-,2020-03-27,IT-45,,3769.0,308.0,,,Emilia-Romagna
-,2020-03-28,IT-45,,4011.0,316.0,,,Emilia-Romagna
-,2020-03-29,IT-45,,4102.0,333.0,,,Emilia-Romagna
-,2020-03-30,IT-45,,4130.0,351.0,,,Emilia-Romagna
-,2020-03-31,IT-45,,4118.0,353.0,,,Emilia-Romagna
-,2020-04-01,IT-45,,4257.0,359.0,,,Emilia-Romagna
-,2020-04-02,IT-45,,4310.0,366.0,,,Emilia-Romagna
-,2020-04-03,IT-45,,4279.0,364.0,,,Emilia-Romagna
-,2020-04-04,IT-45,,4217.0,358.0,,,Emilia-Romagna
-,2020-04-05,IT-45,,4214.0,375.0,,,Emilia-Romagna
-,2020-04-06,IT-45,,4176.0,372.0,,,Emilia-Romagna
-,2020-04-07,IT-45,,4116.0,366.0,,,Emilia-Romagna
-,2020-04-08,IT-45,,4130.0,361.0,,,Emilia-Romagna
-,2020-04-09,IT-45,,4077.0,355.0,,,Emilia-Romagna
-,2020-04-10,IT-45,,3945.0,349.0,,,Emilia-Romagna
-,2020-04-11,IT-45,,3871.0,341.0,,,Emilia-Romagna
-,2020-04-12,IT-45,,3826.0,335.0,,,Emilia-Romagna
-,2020-04-13,IT-45,,3821.0,331.0,,,Emilia-Romagna
-,2020-04-14,IT-45,,3801.0,328.0,,,Emilia-Romagna
-,2020-04-15,IT-45,,3713.0,325.0,,,Emilia-Romagna
-,2020-04-16,IT-45,,3676.0,316.0,,,Emilia-Romagna
-,2020-04-17,IT-45,,3639.0,309.0,,,Emilia-Romagna
-,2020-04-18,IT-45,,3530.0,296.0,,,Emilia-Romagna
-,2020-04-19,IT-45,,3455.0,289.0,,,Emilia-Romagna
-,2020-04-20,IT-45,,3427.0,283.0,,,Emilia-Romagna
-,2020-04-21,IT-45,,3327.0,282.0,,,Emilia-Romagna
-,2020-04-22,IT-45,,3246.0,282.0,,,Emilia-Romagna
-,2020-04-23,IT-45,,3155.0,266.0,,,Emilia-Romagna
-,2020-04-24,IT-45,,3071.0,264.0,,,Emilia-Romagna
-,2020-04-25,IT-45,,2964.0,246.0,,,Emilia-Romagna
-,2020-04-26,IT-45,,2940.0,245.0,,,Emilia-Romagna
-,2020-04-27,IT-45,,2887.0,247.0,,,Emilia-Romagna
-,2020-04-28,IT-45,,2802.0,228.0,,,Emilia-Romagna
-,2020-04-29,IT-45,,2753.0,226.0,,,Emilia-Romagna
-,2020-04-30,IT-45,,2352.0,206.0,,,Emilia-Romagna
-,2020-05-01,IT-45,,2309.0,197.0,,,Emilia-Romagna
-,2020-05-02,IT-45,,2229.0,196.0,,,Emilia-Romagna
-,2020-05-03,IT-45,,2194.0,197.0,,,Emilia-Romagna
-,2020-05-04,IT-45,,2167.0,199.0,,,Emilia-Romagna
-,2020-05-05,IT-45,,2108.0,191.0,,,Emilia-Romagna
-,2020-05-06,IT-45,,1992.0,176.0,,,Emilia-Romagna
-,2020-05-07,IT-45,,1899.0,173.0,,,Emilia-Romagna
-,2020-05-08,IT-45,,1843.0,163.0,,,Emilia-Romagna
-,2020-05-09,IT-45,,1759.0,155.0,,,Emilia-Romagna
-,2020-05-10,IT-45,,1712.0,150.0,,,Emilia-Romagna
-,2020-05-11,IT-45,,1678.0,141.0,,,Emilia-Romagna
-,2020-05-12,IT-45,,1520.0,136.0,,,Emilia-Romagna
-,2020-05-13,IT-45,,1288.0,123.0,,,Emilia-Romagna
-,2020-05-14,IT-45,,983.0,122.0,,,Emilia-Romagna
-,2020-05-15,IT-45,,877.0,114.0,,,Emilia-Romagna
-,2020-05-16,IT-45,,852.0,112.0,,,Emilia-Romagna
-,2020-05-17,IT-45,,832.0,111.0,,,Emilia-Romagna
-,2020-05-18,IT-45,,813.0,105.0,,,Emilia-Romagna
-,2020-05-19,IT-45,,769.0,99.0,,,Emilia-Romagna
-,2020-05-20,IT-45,,722.0,96.0,,,Emilia-Romagna
-,2020-02-24,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-02-25,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-02-26,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-02-27,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-02-28,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-02-29,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-03-01,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-03-02,IT-36,,0.0,0.0,,,Friuli Venezia Giulia
-,2020-03-03,IT-36,,1.0,0.0,,,Friuli Venezia Giulia
-,2020-03-04,IT-36,,3.0,0.0,,,Friuli Venezia Giulia
-,2020-03-05,IT-36,,4.0,0.0,,,Friuli Venezia Giulia
-,2020-03-06,IT-36,,4.0,0.0,,,Friuli Venezia Giulia
-,2020-03-07,IT-36,,8.0,1.0,,,Friuli Venezia Giulia
-,2020-03-08,IT-36,,8.0,1.0,,,Friuli Venezia Giulia
-,2020-03-09,IT-36,,19.0,1.0,,,Friuli Venezia Giulia
-,2020-03-10,IT-36,,33.0,6.0,,,Friuli Venezia Giulia
-,2020-03-11,IT-36,,21.0,5.0,,,Friuli Venezia Giulia
-,2020-03-12,IT-36,,33.0,10.0,,,Friuli Venezia Giulia
-,2020-03-13,IT-36,,67.0,8.0,,,Friuli Venezia Giulia
-,2020-03-14,IT-36,,78.0,11.0,,,Friuli Venezia Giulia
-,2020-03-15,IT-36,,110.0,12.0,,,Friuli Venezia Giulia
-,2020-03-16,IT-36,,115.0,19.0,,,Friuli Venezia Giulia
-,2020-03-17,IT-36,,125.0,21.0,,,Friuli Venezia Giulia
-,2020-03-18,IT-36,,155.0,27.0,,,Friuli Venezia Giulia
-,2020-03-19,IT-36,,163.0,29.0,,,Friuli Venezia Giulia
-,2020-03-20,IT-36,,175.0,32.0,,,Friuli Venezia Giulia
-,2020-03-21,IT-36,,189.0,37.0,,,Friuli Venezia Giulia
-,2020-03-22,IT-36,,210.0,47.0,,,Friuli Venezia Giulia
-,2020-03-23,IT-36,,226.0,41.0,,,Friuli Venezia Giulia
-,2020-03-24,IT-36,,244.0,49.0,,,Friuli Venezia Giulia
-,2020-03-25,IT-36,,252.0,52.0,,,Friuli Venezia Giulia
-,2020-03-26,IT-36,,266.0,54.0,,,Friuli Venezia Giulia
-,2020-03-27,IT-36,,279.0,57.0,,,Friuli Venezia Giulia
-,2020-03-28,IT-36,,282.0,59.0,,,Friuli Venezia Giulia
-,2020-03-29,IT-36,,296.0,60.0,,,Friuli Venezia Giulia
-,2020-03-30,IT-36,,289.0,60.0,,,Friuli Venezia Giulia
-,2020-03-31,IT-36,,275.0,60.0,,,Friuli Venezia Giulia
-,2020-04-01,IT-36,,266.0,60.0,,,Friuli Venezia Giulia
-,2020-04-02,IT-36,,259.0,60.0,,,Friuli Venezia Giulia
-,2020-04-03,IT-36,,262.0,61.0,,,Friuli Venezia Giulia
-,2020-04-04,IT-36,,233.0,50.0,,,Friuli Venezia Giulia
-,2020-04-05,IT-36,,235.0,50.0,,,Friuli Venezia Giulia
-,2020-04-06,IT-36,,235.0,46.0,,,Friuli Venezia Giulia
-,2020-04-07,IT-36,,229.0,44.0,,,Friuli Venezia Giulia
-,2020-04-08,IT-36,,203.0,41.0,,,Friuli Venezia Giulia
-,2020-04-09,IT-36,,204.0,37.0,,,Friuli Venezia Giulia
-,2020-04-10,IT-36,,200.0,33.0,,,Friuli Venezia Giulia
-,2020-04-11,IT-36,,200.0,28.0,,,Friuli Venezia Giulia
-,2020-04-12,IT-36,,188.0,28.0,,,Friuli Venezia Giulia
-,2020-04-13,IT-36,,189.0,30.0,,,Friuli Venezia Giulia
-,2020-04-14,IT-36,,194.0,28.0,,,Friuli Venezia Giulia
-,2020-04-15,IT-36,,187.0,24.0,,,Friuli Venezia Giulia
-,2020-04-16,IT-36,,185.0,26.0,,,Friuli Venezia Giulia
-,2020-04-17,IT-36,,171.0,23.0,,,Friuli Venezia Giulia
-,2020-04-18,IT-36,,168.0,27.0,,,Friuli Venezia Giulia
-,2020-04-19,IT-36,,165.0,25.0,,,Friuli Venezia Giulia
-,2020-04-20,IT-36,,162.0,22.0,,,Friuli Venezia Giulia
-,2020-04-21,IT-36,,160.0,21.0,,,Friuli Venezia Giulia
-,2020-04-22,IT-36,,154.0,20.0,,,Friuli Venezia Giulia
-,2020-04-23,IT-36,,156.0,18.0,,,Friuli Venezia Giulia
-,2020-04-24,IT-36,,152.0,16.0,,,Friuli Venezia Giulia
-,2020-04-25,IT-36,,137.0,15.0,,,Friuli Venezia Giulia
-,2020-04-26,IT-36,,142.0,13.0,,,Friuli Venezia Giulia
-,2020-04-27,IT-36,,143.0,13.0,,,Friuli Venezia Giulia
-,2020-04-28,IT-36,,149.0,13.0,,,Friuli Venezia Giulia
-,2020-04-29,IT-36,,146.0,12.0,,,Friuli Venezia Giulia
-,2020-04-30,IT-36,,120.0,11.0,,,Friuli Venezia Giulia
-,2020-05-01,IT-36,,137.0,6.0,,,Friuli Venezia Giulia
-,2020-05-02,IT-36,,136.0,5.0,,,Friuli Venezia Giulia
-,2020-05-03,IT-36,,137.0,6.0,,,Friuli Venezia Giulia
-,2020-05-04,IT-36,,134.0,4.0,,,Friuli Venezia Giulia
-,2020-05-05,IT-36,,124.0,4.0,,,Friuli Venezia Giulia
-,2020-05-06,IT-36,,118.0,3.0,,,Friuli Venezia Giulia
-,2020-05-07,IT-36,,111.0,2.0,,,Friuli Venezia Giulia
-,2020-05-08,IT-36,,107.0,2.0,,,Friuli Venezia Giulia
-,2020-05-09,IT-36,,104.0,3.0,,,Friuli Venezia Giulia
-,2020-05-10,IT-36,,101.0,3.0,,,Friuli Venezia Giulia
-,2020-05-11,IT-36,,99.0,3.0,,,Friuli Venezia Giulia
-,2020-05-12,IT-36,,98.0,2.0,,,Friuli Venezia Giulia
-,2020-05-13,IT-36,,94.0,2.0,,,Friuli Venezia Giulia
-,2020-05-14,IT-36,,151.0,2.0,,,Friuli Venezia Giulia
-,2020-05-15,IT-36,,83.0,3.0,,,Friuli Venezia Giulia
-,2020-05-16,IT-36,,82.0,3.0,,,Friuli Venezia Giulia
-,2020-05-17,IT-36,,83.0,3.0,,,Friuli Venezia Giulia
-,2020-05-18,IT-36,,84.0,3.0,,,Friuli Venezia Giulia
-,2020-05-19,IT-36,,78.0,2.0,,,Friuli Venezia Giulia
-,2020-05-20,IT-36,,78.0,2.0,,,Friuli Venezia Giulia
-,2020-02-24,IT-62,,2.0,1.0,,,Lazio
-,2020-02-25,IT-62,,2.0,1.0,,,Lazio
-,2020-02-26,IT-62,,0.0,0.0,,,Lazio
-,2020-02-27,IT-62,,0.0,0.0,,,Lazio
-,2020-02-28,IT-62,,0.0,0.0,,,Lazio
-,2020-02-29,IT-62,,3.0,0.0,,,Lazio
-,2020-03-01,IT-62,,3.0,0.0,,,Lazio
-,2020-03-02,IT-62,,3.0,0.0,,,Lazio
-,2020-03-03,IT-62,,10.0,0.0,,,Lazio
-,2020-03-04,IT-62,,18.0,3.0,,,Lazio
-,2020-03-05,IT-62,,27.0,7.0,,,Lazio
-,2020-03-06,IT-62,,34.0,8.0,,,Lazio
-,2020-03-07,IT-62,,51.0,8.0,,,Lazio
-,2020-03-08,IT-62,,55.0,8.0,,,Lazio
-,2020-03-09,IT-62,,63.0,8.0,,,Lazio
-,2020-03-10,IT-62,,65.0,15.0,,,Lazio
-,2020-03-11,IT-62,,85.0,18.0,,,Lazio
-,2020-03-12,IT-62,,105.0,20.0,,,Lazio
-,2020-03-13,IT-62,,146.0,24.0,,,Lazio
-,2020-03-14,IT-62,,206.0,25.0,,,Lazio
-,2020-03-15,IT-62,,254.0,31.0,,,Lazio
-,2020-03-16,IT-62,,298.0,31.0,,,Lazio
-,2020-03-17,IT-62,,358.0,44.0,,,Lazio
-,2020-03-18,IT-62,,418.0,44.0,,,Lazio
-,2020-03-19,IT-62,,471.0,45.0,,,Lazio
-,2020-03-20,IT-62,,584.0,47.0,,,Lazio
-,2020-03-21,IT-62,,661.0,70.0,,,Lazio
-,2020-03-22,IT-62,,750.0,79.0,,,Lazio
-,2020-03-23,IT-62,,814.0,96.0,,,Lazio
-,2020-03-24,IT-62,,841.0,94.0,,,Lazio
-,2020-03-25,IT-62,,906.0,101.0,,,Lazio
-,2020-03-26,IT-62,,991.0,113.0,,,Lazio
-,2020-03-27,IT-62,,1118.0,126.0,,,Lazio
-,2020-03-28,IT-62,,1118.0,133.0,,,Lazio
-,2020-03-29,IT-62,,1195.0,133.0,,,Lazio
-,2020-03-30,IT-62,,1233.0,154.0,,,Lazio
-,2020-03-31,IT-62,,1300.0,173.0,,,Lazio
-,2020-04-01,IT-62,,1308.0,177.0,,,Lazio
-,2020-04-02,IT-62,,1350.0,181.0,,,Lazio
-,2020-04-03,IT-62,,1382.0,188.0,,,Lazio
-,2020-04-04,IT-62,,1429.0,193.0,,,Lazio
-,2020-04-05,IT-62,,1432.0,197.0,,,Lazio
-,2020-04-06,IT-62,,1432.0,197.0,,,Lazio
-,2020-04-07,IT-62,,1421.0,192.0,,,Lazio
-,2020-04-08,IT-62,,1437.0,196.0,,,Lazio
-,2020-04-09,IT-62,,1442.0,198.0,,,Lazio
-,2020-04-10,IT-62,,1437.0,201.0,,,Lazio
-,2020-04-11,IT-62,,1467.0,203.0,,,Lazio
-,2020-04-12,IT-62,,1469.0,201.0,,,Lazio
-,2020-04-13,IT-62,,1514.0,200.0,,,Lazio
-,2020-04-14,IT-62,,1543.0,199.0,,,Lazio
-,2020-04-15,IT-62,,1538.0,196.0,,,Lazio
-,2020-04-16,IT-62,,1544.0,197.0,,,Lazio
-,2020-04-17,IT-62,,1519.0,187.0,,,Lazio
-,2020-04-18,IT-62,,1562.0,186.0,,,Lazio
-,2020-04-19,IT-62,,1555.0,185.0,,,Lazio
-,2020-04-20,IT-62,,1573.0,185.0,,,Lazio
-,2020-04-21,IT-62,,1564.0,184.0,,,Lazio
-,2020-04-22,IT-62,,1571.0,187.0,,,Lazio
-,2020-04-23,IT-62,,1571.0,186.0,,,Lazio
-,2020-04-24,IT-62,,1580.0,184.0,,,Lazio
-,2020-04-25,IT-62,,1604.0,183.0,,,Lazio
-,2020-04-26,IT-62,,1603.0,161.0,,,Lazio
-,2020-04-27,IT-62,,1607.0,143.0,,,Lazio
-,2020-04-28,IT-62,,1600.0,132.0,,,Lazio
-,2020-04-29,IT-62,,1575.0,130.0,,,Lazio
-,2020-04-30,IT-62,,1532.0,115.0,,,Lazio
-,2020-05-01,IT-62,,1477.0,105.0,,,Lazio
-,2020-05-02,IT-62,,1466.0,96.0,,,Lazio
-,2020-05-03,IT-62,,1441.0,95.0,,,Lazio
-,2020-05-04,IT-62,,1430.0,95.0,,,Lazio
-,2020-05-05,IT-62,,1406.0,91.0,,,Lazio
-,2020-05-06,IT-62,,1442.0,91.0,,,Lazio
-,2020-05-07,IT-62,,1380.0,89.0,,,Lazio
-,2020-05-08,IT-62,,1362.0,84.0,,,Lazio
-,2020-05-09,IT-62,,1359.0,82.0,,,Lazio
-,2020-05-10,IT-62,,1349.0,84.0,,,Lazio
-,2020-05-11,IT-62,,1349.0,83.0,,,Lazio
-,2020-05-12,IT-62,,1342.0,84.0,,,Lazio
-,2020-05-13,IT-62,,1307.0,83.0,,,Lazio
-,2020-05-14,IT-62,,1257.0,79.0,,,Lazio
-,2020-05-15,IT-62,,1252.0,79.0,,,Lazio
-,2020-05-16,IT-62,,1232.0,76.0,,,Lazio
-,2020-05-17,IT-62,,1224.0,74.0,,,Lazio
-,2020-05-18,IT-62,,1210.0,73.0,,,Lazio
-,2020-05-19,IT-62,,1198.0,74.0,,,Lazio
-,2020-05-20,IT-62,,1193.0,74.0,,,Lazio
-,2020-02-24,IT-42,,0.0,0.0,,,Liguria
-,2020-02-25,IT-42,,1.0,0.0,,,Liguria
-,2020-02-26,IT-42,,6.0,0.0,,,Liguria
-,2020-02-27,IT-42,,9.0,0.0,,,Liguria
-,2020-02-28,IT-42,,9.0,0.0,,,Liguria
-,2020-02-29,IT-42,,5.0,1.0,,,Liguria
-,2020-03-01,IT-42,,13.0,1.0,,,Liguria
-,2020-03-02,IT-42,,13.0,1.0,,,Liguria
-,2020-03-03,IT-42,,14.0,2.0,,,Liguria
-,2020-03-04,IT-42,,13.0,3.0,,,Liguria
-,2020-03-05,IT-42,,14.0,3.0,,,Liguria
-,2020-03-06,IT-42,,17.0,5.0,,,Liguria
-,2020-03-07,IT-42,,32.0,6.0,,,Liguria
-,2020-03-08,IT-42,,50.0,11.0,,,Liguria
-,2020-03-09,IT-42,,77.0,17.0,,,Liguria
-,2020-03-10,IT-42,,86.0,29.0,,,Liguria
-,2020-03-11,IT-42,,108.0,34.0,,,Liguria
-,2020-03-12,IT-42,,136.0,36.0,,,Liguria
-,2020-03-13,IT-42,,172.0,44.0,,,Liguria
-,2020-03-14,IT-42,,275.0,62.0,,,Liguria
-,2020-03-15,IT-42,,319.0,66.0,,,Liguria
-,2020-03-16,IT-42,,328.0,73.0,,,Liguria
-,2020-03-17,IT-42,,384.0,85.0,,,Liguria
-,2020-03-18,IT-42,,501.0,100.0,,,Liguria
-,2020-03-19,IT-42,,603.0,112.0,,,Liguria
-,2020-03-20,IT-42,,694.0,121.0,,,Liguria
-,2020-03-21,IT-42,,727.0,129.0,,,Liguria
-,2020-03-22,IT-42,,868.0,132.0,,,Liguria
-,2020-03-23,IT-42,,894.0,133.0,,,Liguria
-,2020-03-24,IT-42,,950.0,147.0,,,Liguria
-,2020-03-25,IT-42,,1074.0,147.0,,,Liguria
-,2020-03-26,IT-42,,1152.0,154.0,,,Liguria
-,2020-03-27,IT-42,,1180.0,157.0,,,Liguria
-,2020-03-28,IT-42,,1198.0,167.0,,,Liguria
-,2020-03-29,IT-42,,1243.0,166.0,,,Liguria
-,2020-03-30,IT-42,,1317.0,175.0,,,Liguria
-,2020-03-31,IT-42,,1332.0,179.0,,,Liguria
-,2020-04-01,IT-42,,1293.0,179.0,,,Liguria
-,2020-04-02,IT-42,,1292.0,172.0,,,Liguria
-,2020-04-03,IT-42,,1320.0,173.0,,,Liguria
-,2020-04-04,IT-42,,1290.0,169.0,,,Liguria
-,2020-04-05,IT-42,,1291.0,165.0,,,Liguria
-,2020-04-06,IT-42,,1303.0,162.0,,,Liguria
-,2020-04-07,IT-42,,1246.0,156.0,,,Liguria
-,2020-04-08,IT-42,,1262.0,153.0,,,Liguria
-,2020-04-09,IT-42,,1257.0,154.0,,,Liguria
-,2020-04-10,IT-42,,1227.0,151.0,,,Liguria
-,2020-04-11,IT-42,,1149.0,146.0,,,Liguria
-,2020-04-12,IT-42,,1176.0,144.0,,,Liguria
-,2020-04-13,IT-42,,1226.0,138.0,,,Liguria
-,2020-04-14,IT-42,,1100.0,133.0,,,Liguria
-,2020-04-15,IT-42,,1079.0,120.0,,,Liguria
-,2020-04-16,IT-42,,1060.0,103.0,,,Liguria
-,2020-04-17,IT-42,,1002.0,105.0,,,Liguria
-,2020-04-18,IT-42,,1006.0,105.0,,,Liguria
-,2020-04-19,IT-42,,986.0,101.0,,,Liguria
-,2020-04-20,IT-42,,980.0,102.0,,,Liguria
-,2020-04-21,IT-42,,1008.0,94.0,,,Liguria
-,2020-04-22,IT-42,,952.0,92.0,,,Liguria
-,2020-04-23,IT-42,,874.0,91.0,,,Liguria
-,2020-04-24,IT-42,,847.0,87.0,,,Liguria
-,2020-04-25,IT-42,,842.0,83.0,,,Liguria
-,2020-04-26,IT-42,,830.0,82.0,,,Liguria
-,2020-04-27,IT-42,,837.0,83.0,,,Liguria
-,2020-04-28,IT-42,,799.0,81.0,,,Liguria
-,2020-04-29,IT-42,,767.0,70.0,,,Liguria
-,2020-04-30,IT-42,,745.0,69.0,,,Liguria
-,2020-05-01,IT-42,,734.0,68.0,,,Liguria
-,2020-05-02,IT-42,,715.0,68.0,,,Liguria
-,2020-05-03,IT-42,,695.0,68.0,,,Liguria
-,2020-05-04,IT-42,,678.0,72.0,,,Liguria
-,2020-05-05,IT-42,,651.0,68.0,,,Liguria
-,2020-05-06,IT-42,,607.0,59.0,,,Liguria
-,2020-05-07,IT-42,,582.0,57.0,,,Liguria
-,2020-05-08,IT-42,,563.0,46.0,,,Liguria
-,2020-05-09,IT-42,,543.0,42.0,,,Liguria
-,2020-05-10,IT-42,,522.0,41.0,,,Liguria
-,2020-05-11,IT-42,,522.0,38.0,,,Liguria
-,2020-05-12,IT-42,,482.0,35.0,,,Liguria
-,2020-05-13,IT-42,,465.0,35.0,,,Liguria
-,2020-05-14,IT-42,,443.0,35.0,,,Liguria
-,2020-05-15,IT-42,,416.0,31.0,,,Liguria
-,2020-05-16,IT-42,,395.0,26.0,,,Liguria
-,2020-05-17,IT-42,,384.0,24.0,,,Liguria
-,2020-05-18,IT-42,,383.0,23.0,,,Liguria
-,2020-05-19,IT-42,,360.0,22.0,,,Liguria
-,2020-05-20,IT-42,,332.0,22.0,,,Liguria
-,2020-02-24,IT-25,,95.0,19.0,,,Lombardia
-,2020-02-25,IT-25,,104.0,25.0,,,Lombardia
-,2020-02-26,IT-25,,104.0,25.0,,,Lombardia
-,2020-02-27,IT-25,,213.0,41.0,,,Lombardia
-,2020-02-28,IT-25,,282.0,47.0,,,Lombardia
-,2020-02-29,IT-25,,336.0,80.0,,,Lombardia
-,2020-03-01,IT-25,,512.0,106.0,,,Lombardia
-,2020-03-02,IT-25,,605.0,127.0,,,Lombardia
-,2020-03-03,IT-25,,865.0,167.0,,,Lombardia
-,2020-03-04,IT-25,,1086.0,209.0,,,Lombardia
-,2020-03-05,IT-25,,1413.0,244.0,,,Lombardia
-,2020-03-06,IT-25,,1931.0,309.0,,,Lombardia
-,2020-03-07,IT-25,,2020.0,359.0,,,Lombardia
-,2020-03-08,IT-25,,2616.0,399.0,,,Lombardia
-,2020-03-09,IT-25,,3242.0,440.0,,,Lombardia
-,2020-03-10,IT-25,,3785.0,466.0,,,Lombardia
-,2020-03-11,IT-25,,4412.0,560.0,,,Lombardia
-,2020-03-12,IT-25,,4852.0,605.0,,,Lombardia
-,2020-03-13,IT-25,,5085.0,650.0,,,Lombardia
-,2020-03-14,IT-25,,5630.0,732.0,,,Lombardia
-,2020-03-15,IT-25,,6267.0,767.0,,,Lombardia
-,2020-03-16,IT-25,,6994.0,823.0,,,Lombardia
-,2020-03-17,IT-25,,7832.0,879.0,,,Lombardia
-,2020-03-18,IT-25,,8209.0,924.0,,,Lombardia
-,2020-03-19,IT-25,,8393.0,1006.0,,,Lombardia
-,2020-03-20,IT-25,,8785.0,1050.0,,,Lombardia
-,2020-03-21,IT-25,,9351.0,1093.0,,,Lombardia
-,2020-03-22,IT-25,,10581.0,1142.0,,,Lombardia
-,2020-03-23,IT-25,,10449.0,1183.0,,,Lombardia
-,2020-03-24,IT-25,,10905.0,1194.0,,,Lombardia
-,2020-03-25,IT-25,,11262.0,1236.0,,,Lombardia
-,2020-03-26,IT-25,,11944.0,1263.0,,,Lombardia
-,2020-03-27,IT-25,,12429.0,1292.0,,,Lombardia
-,2020-03-28,IT-25,,12471.0,1319.0,,,Lombardia
-,2020-03-29,IT-25,,12941.0,1328.0,,,Lombardia
-,2020-03-30,IT-25,,13145.0,1330.0,,,Lombardia
-,2020-03-31,IT-25,,13207.0,1324.0,,,Lombardia
-,2020-04-01,IT-25,,13269.0,1342.0,,,Lombardia
-,2020-04-02,IT-25,,13113.0,1351.0,,,Lombardia
-,2020-04-03,IT-25,,13183.0,1381.0,,,Lombardia
-,2020-04-04,IT-25,,13328.0,1326.0,,,Lombardia
-,2020-04-05,IT-25,,13326.0,1317.0,,,Lombardia
-,2020-04-06,IT-25,,13257.0,1343.0,,,Lombardia
-,2020-04-07,IT-25,,13138.0,1305.0,,,Lombardia
-,2020-04-08,IT-25,,12976.0,1257.0,,,Lombardia
-,2020-04-09,IT-25,,13032.0,1236.0,,,Lombardia
-,2020-04-10,IT-25,,13079.0,1202.0,,,Lombardia
-,2020-04-11,IT-25,,13200.0,1174.0,,,Lombardia
-,2020-04-12,IT-25,,13145.0,1176.0,,,Lombardia
-,2020-04-13,IT-25,,13171.0,1143.0,,,Lombardia
-,2020-04-14,IT-25,,13199.0,1122.0,,,Lombardia
-,2020-04-15,IT-25,,13117.0,1074.0,,,Lombardia
-,2020-04-16,IT-25,,12388.0,1032.0,,,Lombardia
-,2020-04-17,IT-25,,11598.0,971.0,,,Lombardia
-,2020-04-18,IT-25,,10989.0,947.0,,,Lombardia
-,2020-04-19,IT-25,,11264.0,922.0,,,Lombardia
-,2020-04-20,IT-25,,11039.0,901.0,,,Lombardia
-,2020-04-21,IT-25,,10656.0,851.0,,,Lombardia
-,2020-04-22,IT-25,,10509.0,817.0,,,Lombardia
-,2020-04-23,IT-25,,9982.0,790.0,,,Lombardia
-,2020-04-24,IT-25,,9547.0,756.0,,,Lombardia
-,2020-04-25,IT-25,,9213.0,724.0,,,Lombardia
-,2020-04-26,IT-25,,9187.0,706.0,,,Lombardia
-,2020-04-27,IT-25,,8205.0,680.0,,,Lombardia
-,2020-04-28,IT-25,,7935.0,655.0,,,Lombardia
-,2020-04-29,IT-25,,7754.0,634.0,,,Lombardia
-,2020-04-30,IT-25,,7439.0,605.0,,,Lombardia
-,2020-05-01,IT-25,,7191.0,563.0,,,Lombardia
-,2020-05-02,IT-25,,7074.0,545.0,,,Lombardia
-,2020-05-03,IT-25,,7141.0,532.0,,,Lombardia
-,2020-05-04,IT-25,,6946.0,532.0,,,Lombardia
-,2020-05-05,IT-25,,6710.0,509.0,,,Lombardia
-,2020-05-06,IT-25,,6559.0,480.0,,,Lombardia
-,2020-05-07,IT-25,,6328.0,480.0,,,Lombardia
-,2020-05-08,IT-25,,6102.0,400.0,,,Lombardia
-,2020-05-09,IT-25,,5865.0,330.0,,,Lombardia
-,2020-05-10,IT-25,,5776.0,348.0,,,Lombardia
-,2020-05-11,IT-25,,5738.0,341.0,,,Lombardia
-,2020-05-12,IT-25,,5544.0,322.0,,,Lombardia
-,2020-05-13,IT-25,,5314.0,307.0,,,Lombardia
-,2020-05-14,IT-25,,5115.0,297.0,,,Lombardia
-,2020-05-15,IT-25,,4981.0,276.0,,,Lombardia
-,2020-05-16,IT-25,,4789.0,268.0,,,Lombardia
-,2020-05-17,IT-25,,4735.0,255.0,,,Lombardia
-,2020-05-18,IT-25,,4734.0,252.0,,,Lombardia
-,2020-05-19,IT-25,,4670.0,244.0,,,Lombardia
-,2020-05-20,IT-25,,4512.0,231.0,,,Lombardia
-,2020-02-24,IT-57,,0.0,0.0,,,Marche
-,2020-02-25,IT-57,,0.0,0.0,,,Marche
-,2020-02-26,IT-57,,1.0,0.0,,,Marche
-,2020-02-27,IT-57,,3.0,1.0,,,Marche
-,2020-02-28,IT-57,,5.0,2.0,,,Marche
-,2020-02-29,IT-57,,8.0,2.0,,,Marche
-,2020-03-01,IT-57,,17.0,5.0,,,Marche
-,2020-03-02,IT-57,,23.0,6.0,,,Marche
-,2020-03-03,IT-57,,40.0,13.0,,,Marche
-,2020-03-04,IT-57,,49.0,15.0,,,Marche
-,2020-03-05,IT-57,,76.0,19.0,,,Marche
-,2020-03-06,IT-57,,93.0,20.0,,,Marche
-,2020-03-07,IT-57,,130.0,36.0,,,Marche
-,2020-03-08,IT-57,,151.0,41.0,,,Marche
-,2020-03-09,IT-57,,183.0,47.0,,,Marche
-,2020-03-10,IT-57,,206.0,54.0,,,Marche
-,2020-03-11,IT-57,,278.0,66.0,,,Marche
-,2020-03-12,IT-57,,330.0,76.0,,,Marche
-,2020-03-13,IT-57,,422.0,85.0,,,Marche
-,2020-03-14,IT-57,,542.0,93.0,,,Marche
-,2020-03-15,IT-57,,619.0,98.0,,,Marche
-,2020-03-16,IT-57,,638.0,110.0,,,Marche
-,2020-03-17,IT-57,,708.0,109.0,,,Marche
-,2020-03-18,IT-57,,757.0,119.0,,,Marche
-,2020-03-19,IT-57,,797.0,141.0,,,Marche
-,2020-03-20,IT-57,,842.0,138.0,,,Marche
-,2020-03-21,IT-57,,883.0,141.0,,,Marche
-,2020-03-22,IT-57,,954.0,138.0,,,Marche
-,2020-03-23,IT-57,,1030.0,148.0,,,Marche
-,2020-03-24,IT-57,,1011.0,149.0,,,Marche
-,2020-03-25,IT-57,,1086.0,148.0,,,Marche
-,2020-03-26,IT-57,,1143.0,166.0,,,Marche
-,2020-03-27,IT-57,,1141.0,162.0,,,Marche
-,2020-03-28,IT-57,,1153.0,166.0,,,Marche
-,2020-03-29,IT-57,,1168.0,168.0,,,Marche
-,2020-03-30,IT-57,,1165.0,167.0,,,Marche
-,2020-03-31,IT-57,,1115.0,169.0,,,Marche
-,2020-04-01,IT-57,,1152.0,168.0,,,Marche
-,2020-04-02,IT-57,,1150.0,164.0,,,Marche
-,2020-04-03,IT-57,,1140.0,158.0,,,Marche
-,2020-04-04,IT-57,,1150.0,153.0,,,Marche
-,2020-04-05,IT-57,,1138.0,151.0,,,Marche
-,2020-04-06,IT-57,,1141.0,140.0,,,Marche
-,2020-04-07,IT-57,,1101.0,139.0,,,Marche
-,2020-04-08,IT-57,,1107.0,133.0,,,Marche
-,2020-04-09,IT-57,,1078.0,133.0,,,Marche
-,2020-04-10,IT-57,,1052.0,127.0,,,Marche
-,2020-04-11,IT-57,,1078.0,118.0,,,Marche
-,2020-04-12,IT-57,,1063.0,114.0,,,Marche
-,2020-04-13,IT-57,,1067.0,108.0,,,Marche
-,2020-04-14,IT-57,,1043.0,106.0,,,Marche
-,2020-04-15,IT-57,,994.0,106.0,,,Marche
-,2020-04-16,IT-57,,952.0,102.0,,,Marche
-,2020-04-17,IT-57,,933.0,94.0,,,Marche
-,2020-04-18,IT-57,,892.0,88.0,,,Marche
-,2020-04-19,IT-57,,885.0,86.0,,,Marche
-,2020-04-20,IT-57,,872.0,80.0,,,Marche
-,2020-04-21,IT-57,,862.0,78.0,,,Marche
-,2020-04-22,IT-57,,811.0,76.0,,,Marche
-,2020-04-23,IT-57,,798.0,71.0,,,Marche
-,2020-04-24,IT-57,,766.0,61.0,,,Marche
-,2020-04-25,IT-57,,747.0,58.0,,,Marche
-,2020-04-26,IT-57,,726.0,58.0,,,Marche
-,2020-04-27,IT-57,,725.0,58.0,,,Marche
-,2020-04-28,IT-57,,724.0,58.0,,,Marche
-,2020-04-29,IT-57,,692.0,52.0,,,Marche
-,2020-04-30,IT-57,,513.0,48.0,,,Marche
-,2020-05-01,IT-57,,457.0,44.0,,,Marche
-,2020-05-02,IT-57,,445.0,46.0,,,Marche
-,2020-05-03,IT-57,,443.0,43.0,,,Marche
-,2020-05-04,IT-57,,433.0,44.0,,,Marche
-,2020-05-05,IT-57,,429.0,42.0,,,Marche
-,2020-05-06,IT-57,,395.0,42.0,,,Marche
-,2020-05-07,IT-57,,369.0,41.0,,,Marche
-,2020-05-08,IT-57,,341.0,38.0,,,Marche
-,2020-05-09,IT-57,,317.0,32.0,,,Marche
-,2020-05-10,IT-57,,314.0,30.0,,,Marche
-,2020-05-11,IT-57,,305.0,28.0,,,Marche
-,2020-05-12,IT-57,,254.0,24.0,,,Marche
-,2020-05-13,IT-57,,231.0,20.0,,,Marche
-,2020-05-14,IT-57,,207.0,18.0,,,Marche
-,2020-05-15,IT-57,,196.0,18.0,,,Marche
-,2020-05-16,IT-57,,171.0,17.0,,,Marche
-,2020-05-17,IT-57,,169.0,18.0,,,Marche
-,2020-05-18,IT-57,,173.0,17.0,,,Marche
-,2020-05-19,IT-57,,161.0,17.0,,,Marche
-,2020-05-20,IT-57,,141.0,16.0,,,Marche
-,2020-02-24,IT-67,,0.0,0.0,,,Molise
-,2020-02-25,IT-67,,0.0,0.0,,,Molise
-,2020-02-26,IT-67,,0.0,0.0,,,Molise
-,2020-02-27,IT-67,,0.0,0.0,,,Molise
-,2020-02-28,IT-67,,0.0,0.0,,,Molise
-,2020-02-29,IT-67,,0.0,0.0,,,Molise
-,2020-03-01,IT-67,,0.0,0.0,,,Molise
-,2020-03-02,IT-67,,0.0,0.0,,,Molise
-,2020-03-03,IT-67,,3.0,0.0,,,Molise
-,2020-03-04,IT-67,,3.0,0.0,,,Molise
-,2020-03-05,IT-67,,4.0,0.0,,,Molise
-,2020-03-06,IT-67,,5.0,2.0,,,Molise
-,2020-03-07,IT-67,,5.0,2.0,,,Molise
-,2020-03-08,IT-67,,6.0,2.0,,,Molise
-,2020-03-09,IT-67,,6.0,2.0,,,Molise
-,2020-03-10,IT-67,,6.0,3.0,,,Molise
-,2020-03-11,IT-67,,7.0,3.0,,,Molise
-,2020-03-12,IT-67,,7.0,3.0,,,Molise
-,2020-03-13,IT-67,,8.0,3.0,,,Molise
-,2020-03-14,IT-67,,8.0,3.0,,,Molise
-,2020-03-15,IT-67,,7.0,4.0,,,Molise
-,2020-03-16,IT-67,,8.0,5.0,,,Molise
-,2020-03-17,IT-67,,12.0,5.0,,,Molise
-,2020-03-18,IT-67,,13.0,6.0,,,Molise
-,2020-03-19,IT-67,,25.0,6.0,,,Molise
-,2020-03-20,IT-67,,26.0,6.0,,,Molise
-,2020-03-21,IT-67,,27.0,6.0,,,Molise
-,2020-03-22,IT-67,,31.0,7.0,,,Molise
-,2020-03-23,IT-67,,32.0,7.0,,,Molise
-,2020-03-24,IT-67,,34.0,7.0,,,Molise
-,2020-03-25,IT-67,,33.0,7.0,,,Molise
-,2020-03-26,IT-67,,35.0,8.0,,,Molise
-,2020-03-27,IT-67,,35.0,9.0,,,Molise
-,2020-03-28,IT-67,,35.0,9.0,,,Molise
-,2020-03-29,IT-67,,34.0,9.0,,,Molise
-,2020-03-30,IT-67,,35.0,8.0,,,Molise
-,2020-03-31,IT-67,,37.0,8.0,,,Molise
-,2020-04-01,IT-67,,40.0,8.0,,,Molise
-,2020-04-02,IT-67,,38.0,8.0,,,Molise
-,2020-04-03,IT-67,,39.0,8.0,,,Molise
-,2020-04-04,IT-67,,37.0,6.0,,,Molise
-,2020-04-05,IT-67,,39.0,6.0,,,Molise
-,2020-04-06,IT-67,,39.0,5.0,,,Molise
-,2020-04-07,IT-67,,40.0,5.0,,,Molise
-,2020-04-08,IT-67,,34.0,4.0,,,Molise
-,2020-04-09,IT-67,,34.0,4.0,,,Molise
-,2020-04-10,IT-67,,32.0,4.0,,,Molise
-,2020-04-11,IT-67,,32.0,4.0,,,Molise
-,2020-04-12,IT-67,,31.0,4.0,,,Molise
-,2020-04-13,IT-67,,32.0,4.0,,,Molise
-,2020-04-14,IT-67,,30.0,4.0,,,Molise
-,2020-04-15,IT-67,,31.0,4.0,,,Molise
-,2020-04-16,IT-67,,29.0,4.0,,,Molise
-,2020-04-17,IT-67,,30.0,4.0,,,Molise
-,2020-04-18,IT-67,,31.0,4.0,,,Molise
-,2020-04-19,IT-67,,31.0,4.0,,,Molise
-,2020-04-20,IT-67,,29.0,2.0,,,Molise
-,2020-04-21,IT-67,,29.0,2.0,,,Molise
-,2020-04-22,IT-67,,23.0,2.0,,,Molise
-,2020-04-23,IT-67,,20.0,1.0,,,Molise
-,2020-04-24,IT-67,,20.0,1.0,,,Molise
-,2020-04-25,IT-67,,20.0,1.0,,,Molise
-,2020-04-26,IT-67,,21.0,1.0,,,Molise
-,2020-04-27,IT-67,,21.0,1.0,,,Molise
-,2020-04-28,IT-67,,19.0,1.0,,,Molise
-,2020-04-29,IT-67,,18.0,1.0,,,Molise
-,2020-04-30,IT-67,,18.0,1.0,,,Molise
-,2020-05-01,IT-67,,18.0,1.0,,,Molise
-,2020-05-02,IT-67,,10.0,1.0,,,Molise
-,2020-05-03,IT-67,,9.0,1.0,,,Molise
-,2020-05-04,IT-67,,10.0,1.0,,,Molise
-,2020-05-05,IT-67,,10.0,1.0,,,Molise
-,2020-05-06,IT-67,,9.0,0.0,,,Molise
-,2020-05-07,IT-67,,8.0,0.0,,,Molise
-,2020-05-08,IT-67,,6.0,0.0,,,Molise
-,2020-05-09,IT-67,,8.0,0.0,,,Molise
-,2020-05-10,IT-67,,9.0,0.0,,,Molise
-,2020-05-11,IT-67,,11.0,0.0,,,Molise
-,2020-05-12,IT-67,,14.0,1.0,,,Molise
-,2020-05-13,IT-67,,10.0,1.0,,,Molise
-,2020-05-14,IT-67,,11.0,1.0,,,Molise
-,2020-05-15,IT-67,,10.0,2.0,,,Molise
-,2020-05-16,IT-67,,10.0,2.0,,,Molise
-,2020-05-17,IT-67,,13.0,2.0,,,Molise
-,2020-05-18,IT-67,,11.0,2.0,,,Molise
-,2020-05-19,IT-67,,11.0,2.0,,,Molise
-,2020-05-20,IT-67,,9.0,2.0,,,Molise
-,2020-02-24,IT-21,,2.0,0.0,,,Piemonte
-,2020-02-25,IT-21,,2.0,0.0,,,Piemonte
-,2020-02-26,IT-21,,2.0,0.0,,,Piemonte
-,2020-02-27,IT-21,,2.0,0.0,,,Piemonte
-,2020-02-28,IT-21,,7.0,0.0,,,Piemonte
-,2020-02-29,IT-21,,7.0,0.0,,,Piemonte
-,2020-03-01,IT-21,,13.0,2.0,,,Piemonte
-,2020-03-02,IT-21,,14.0,2.0,,,Piemonte
-,2020-03-03,IT-21,,16.0,3.0,,,Piemonte
-,2020-03-04,IT-21,,39.0,13.0,,,Piemonte
-,2020-03-05,IT-21,,60.0,17.0,,,Piemonte
-,2020-03-06,IT-21,,87.0,30.0,,,Piemonte
-,2020-03-07,IT-21,,148.0,38.0,,,Piemonte
-,2020-03-08,IT-21,,290.0,45.0,,,Piemonte
-,2020-03-09,IT-21,,272.0,50.0,,,Piemonte
-,2020-03-10,IT-21,,372.0,66.0,,,Piemonte
-,2020-03-11,IT-21,,394.0,75.0,,,Piemonte
-,2020-03-12,IT-21,,465.0,97.0,,,Piemonte
-,2020-03-13,IT-21,,691.0,135.0,,,Piemonte
-,2020-03-14,IT-21,,688.0,150.0,,,Piemonte
-,2020-03-15,IT-21,,897.0,171.0,,,Piemonte
-,2020-03-16,IT-21,,1231.0,186.0,,,Piemonte
-,2020-03-17,IT-21,,1584.0,206.0,,,Piemonte
-,2020-03-18,IT-21,,2007.0,227.0,,,Piemonte
-,2020-03-19,IT-21,,2536.0,257.0,,,Piemonte
-,2020-03-20,IT-21,,1821.0,280.0,,,Piemonte
-,2020-03-21,IT-21,,2277.0,301.0,,,Piemonte
-,2020-03-22,IT-21,,2426.0,308.0,,,Piemonte
-,2020-03-23,IT-21,,2537.0,343.0,,,Piemonte
-,2020-03-24,IT-21,,2764.0,360.0,,,Piemonte
-,2020-03-25,IT-21,,2925.0,381.0,,,Piemonte
-,2020-03-26,IT-21,,3041.0,408.0,,,Piemonte
-,2020-03-27,IT-21,,3283.0,431.0,,,Piemonte
-,2020-03-28,IT-21,,3533.0,439.0,,,Piemonte
-,2020-03-29,IT-21,,3428.0,443.0,,,Piemonte
-,2020-03-30,IT-21,,3437.0,452.0,,,Piemonte
-,2020-03-31,IT-21,,3626.0,452.0,,,Piemonte
-,2020-04-01,IT-21,,3599.0,453.0,,,Piemonte
-,2020-04-02,IT-21,,3794.0,453.0,,,Piemonte
-,2020-04-03,IT-21,,3752.0,452.0,,,Piemonte
-,2020-04-04,IT-21,,3891.0,450.0,,,Piemonte
-,2020-04-05,IT-21,,3916.0,444.0,,,Piemonte
-,2020-04-06,IT-21,,3922.0,438.0,,,Piemonte
-,2020-04-07,IT-21,,3985.0,432.0,,,Piemonte
-,2020-04-08,IT-21,,3916.0,423.0,,,Piemonte
-,2020-04-09,IT-21,,3926.0,412.0,,,Piemonte
-,2020-04-10,IT-21,,3891.0,394.0,,,Piemonte
-,2020-04-11,IT-21,,3819.0,384.0,,,Piemonte
-,2020-04-12,IT-21,,3810.0,381.0,,,Piemonte
-,2020-04-13,IT-21,,3723.0,379.0,,,Piemonte
-,2020-04-14,IT-21,,3762.0,367.0,,,Piemonte
-,2020-04-15,IT-21,,3704.0,366.0,,,Piemonte
-,2020-04-16,IT-21,,3764.0,346.0,,,Piemonte
-,2020-04-17,IT-21,,3599.0,333.0,,,Piemonte
-,2020-04-18,IT-21,,3594.0,323.0,,,Piemonte
-,2020-04-19,IT-21,,3506.0,305.0,,,Piemonte
-,2020-04-20,IT-21,,3600.0,301.0,,,Piemonte
-,2020-04-21,IT-21,,3409.0,293.0,,,Piemonte
-,2020-04-22,IT-21,,3486.0,273.0,,,Piemonte
-,2020-04-23,IT-21,,3300.0,261.0,,,Piemonte
-,2020-04-24,IT-21,,3175.0,257.0,,,Piemonte
-,2020-04-25,IT-21,,3175.0,238.0,,,Piemonte
-,2020-04-26,IT-21,,3080.0,214.0,,,Piemonte
-,2020-04-27,IT-21,,3044.0,214.0,,,Piemonte
-,2020-04-28,IT-21,,2903.0,202.0,,,Piemonte
-,2020-04-29,IT-21,,2839.0,202.0,,,Piemonte
-,2020-04-30,IT-21,,2820.0,199.0,,,Piemonte
-,2020-05-01,IT-21,,2684.0,181.0,,,Piemonte
-,2020-05-02,IT-21,,2728.0,178.0,,,Piemonte
-,2020-05-03,IT-21,,2665.0,169.0,,,Piemonte
-,2020-05-04,IT-21,,2552.0,161.0,,,Piemonte
-,2020-05-05,IT-21,,2462.0,155.0,,,Piemonte
-,2020-05-06,IT-21,,2297.0,150.0,,,Piemonte
-,2020-05-07,IT-21,,2297.0,150.0,,,Piemonte
-,2020-05-08,IT-21,,2153.0,140.0,,,Piemonte
-,2020-05-09,IT-21,,2153.0,143.0,,,Piemonte
-,2020-05-10,IT-21,,2161.0,137.0,,,Piemonte
-,2020-05-11,IT-21,,2156.0,135.0,,,Piemonte
-,2020-05-12,IT-21,,2036.0,136.0,,,Piemonte
-,2020-05-13,IT-21,,1980.0,122.0,,,Piemonte
-,2020-05-14,IT-21,,1891.0,116.0,,,Piemonte
-,2020-05-15,IT-21,,1701.0,108.0,,,Piemonte
-,2020-05-16,IT-21,,1662.0,100.0,,,Piemonte
-,2020-05-17,IT-21,,1721.0,101.0,,,Piemonte
-,2020-05-18,IT-21,,1688.0,99.0,,,Piemonte
-,2020-05-19,IT-21,,1675.0,96.0,,,Piemonte
-,2020-05-20,IT-21,,1609.0,96.0,,,Piemonte
-,2020-02-24,IT-75,,0.0,0.0,,,Puglia
-,2020-02-25,IT-75,,0.0,0.0,,,Puglia
-,2020-02-26,IT-75,,0.0,0.0,,,Puglia
-,2020-02-27,IT-75,,1.0,0.0,,,Puglia
-,2020-02-28,IT-75,,1.0,0.0,,,Puglia
-,2020-02-29,IT-75,,1.0,0.0,,,Puglia
-,2020-03-01,IT-75,,1.0,0.0,,,Puglia
-,2020-03-02,IT-75,,2.0,0.0,,,Puglia
-,2020-03-03,IT-75,,2.0,0.0,,,Puglia
-,2020-03-04,IT-75,,4.0,0.0,,,Puglia
-,2020-03-05,IT-75,,6.0,1.0,,,Puglia
-,2020-03-06,IT-75,,6.0,1.0,,,Puglia
-,2020-03-07,IT-75,,11.0,2.0,,,Puglia
-,2020-03-08,IT-75,,20.0,3.0,,,Puglia
-,2020-03-09,IT-75,,26.0,6.0,,,Puglia
-,2020-03-10,IT-75,,34.0,6.0,,,Puglia
-,2020-03-11,IT-75,,42.0,4.0,,,Puglia
-,2020-03-12,IT-75,,60.0,2.0,,,Puglia
-,2020-03-13,IT-75,,79.0,2.0,,,Puglia
-,2020-03-14,IT-75,,97.0,6.0,,,Puglia
-,2020-03-15,IT-75,,122.0,6.0,,,Puglia
-,2020-03-16,IT-75,,122.0,6.0,,,Puglia
-,2020-03-17,IT-75,,169.0,14.0,,,Puglia
-,2020-03-18,IT-75,,186.0,30.0,,,Puglia
-,2020-03-19,IT-75,,204.0,31.0,,,Puglia
-,2020-03-20,IT-75,,222.0,31.0,,,Puglia
-,2020-03-21,IT-75,,242.0,33.0,,,Puglia
-,2020-03-22,IT-75,,289.0,37.0,,,Puglia
-,2020-03-23,IT-75,,330.0,45.0,,,Puglia
-,2020-03-24,IT-75,,374.0,57.0,,,Puglia
-,2020-03-25,IT-75,,413.0,64.0,,,Puglia
-,2020-03-26,IT-75,,556.0,76.0,,,Puglia
-,2020-03-27,IT-75,,612.0,82.0,,,Puglia
-,2020-03-28,IT-75,,661.0,98.0,,,Puglia
-,2020-03-29,IT-75,,658.0,99.0,,,Puglia
-,2020-03-30,IT-75,,696.0,106.0,,,Puglia
-,2020-03-31,IT-75,,714.0,105.0,,,Puglia
-,2020-04-01,IT-75,,744.0,107.0,,,Puglia
-,2020-04-02,IT-75,,763.0,118.0,,,Puglia
-,2020-04-03,IT-75,,771.0,123.0,,,Puglia
-,2020-04-04,IT-75,,780.0,153.0,,,Puglia
-,2020-04-05,IT-75,,733.0,159.0,,,Puglia
-,2020-04-06,IT-75,,722.0,97.0,,,Puglia
-,2020-04-07,IT-75,,708.0,93.0,,,Puglia
-,2020-04-08,IT-75,,729.0,90.0,,,Puglia
-,2020-04-09,IT-75,,716.0,86.0,,,Puglia
-,2020-04-10,IT-75,,711.0,80.0,,,Puglia
-,2020-04-11,IT-75,,700.0,73.0,,,Puglia
-,2020-04-12,IT-75,,680.0,71.0,,,Puglia
-,2020-04-13,IT-75,,671.0,71.0,,,Puglia
-,2020-04-14,IT-75,,673.0,62.0,,,Puglia
-,2020-04-15,IT-75,,665.0,73.0,,,Puglia
-,2020-04-16,IT-75,,661.0,58.0,,,Puglia
-,2020-04-17,IT-75,,652.0,62.0,,,Puglia
-,2020-04-18,IT-75,,654.0,60.0,,,Puglia
-,2020-04-19,IT-75,,650.0,60.0,,,Puglia
-,2020-04-20,IT-75,,650.0,66.0,,,Puglia
-,2020-04-21,IT-75,,634.0,65.0,,,Puglia
-,2020-04-22,IT-75,,624.0,60.0,,,Puglia
-,2020-04-23,IT-75,,591.0,55.0,,,Puglia
-,2020-04-24,IT-75,,547.0,51.0,,,Puglia
-,2020-04-25,IT-75,,517.0,48.0,,,Puglia
-,2020-04-26,IT-75,,512.0,48.0,,,Puglia
-,2020-04-27,IT-75,,500.0,51.0,,,Puglia
-,2020-04-28,IT-75,,499.0,51.0,,,Puglia
-,2020-04-29,IT-75,,496.0,47.0,,,Puglia
-,2020-04-30,IT-75,,481.0,42.0,,,Puglia
-,2020-05-01,IT-75,,467.0,39.0,,,Puglia
-,2020-05-02,IT-75,,455.0,39.0,,,Puglia
-,2020-05-03,IT-75,,450.0,40.0,,,Puglia
-,2020-05-04,IT-75,,436.0,39.0,,,Puglia
-,2020-05-05,IT-75,,423.0,39.0,,,Puglia
-,2020-05-06,IT-75,,401.0,36.0,,,Puglia
-,2020-05-07,IT-75,,390.0,35.0,,,Puglia
-,2020-05-08,IT-75,,382.0,33.0,,,Puglia
-,2020-05-09,IT-75,,377.0,33.0,,,Puglia
-,2020-05-10,IT-75,,377.0,34.0,,,Puglia
-,2020-05-11,IT-75,,372.0,32.0,,,Puglia
-,2020-05-12,IT-75,,365.0,31.0,,,Puglia
-,2020-05-13,IT-75,,337.0,27.0,,,Puglia
-,2020-05-14,IT-75,,320.0,24.0,,,Puglia
-,2020-05-15,IT-75,,308.0,23.0,,,Puglia
-,2020-05-16,IT-75,,294.0,22.0,,,Puglia
-,2020-05-17,IT-75,,284.0,21.0,,,Puglia
-,2020-05-18,IT-75,,276.0,22.0,,,Puglia
-,2020-05-19,IT-75,,269.0,22.0,,,Puglia
-,2020-05-20,IT-75,,263.0,21.0,,,Puglia
-,2020-02-24,IT-88,,0.0,0.0,,,Sardegna
-,2020-02-25,IT-88,,0.0,0.0,,,Sardegna
-,2020-02-26,IT-88,,0.0,0.0,,,Sardegna
-,2020-02-27,IT-88,,0.0,0.0,,,Sardegna
-,2020-02-28,IT-88,,0.0,0.0,,,Sardegna
-,2020-02-29,IT-88,,0.0,0.0,,,Sardegna
-,2020-03-01,IT-88,,0.0,0.0,,,Sardegna
-,2020-03-02,IT-88,,0.0,0.0,,,Sardegna
-,2020-03-03,IT-88,,1.0,0.0,,,Sardegna
-,2020-03-04,IT-88,,1.0,0.0,,,Sardegna
-,2020-03-05,IT-88,,2.0,0.0,,,Sardegna
-,2020-03-06,IT-88,,2.0,0.0,,,Sardegna
-,2020-03-07,IT-88,,2.0,0.0,,,Sardegna
-,2020-03-08,IT-88,,5.0,0.0,,,Sardegna
-,2020-03-09,IT-88,,8.0,0.0,,,Sardegna
-,2020-03-10,IT-88,,9.0,0.0,,,Sardegna
-,2020-03-11,IT-88,,10.0,0.0,,,Sardegna
-,2020-03-12,IT-88,,12.0,0.0,,,Sardegna
-,2020-03-13,IT-88,,12.0,0.0,,,Sardegna
-,2020-03-14,IT-88,,14.0,0.0,,,Sardegna
-,2020-03-15,IT-88,,16.0,0.0,,,Sardegna
-,2020-03-16,IT-88,,39.0,0.0,,,Sardegna
-,2020-03-17,IT-88,,40.0,4.0,,,Sardegna
-,2020-03-18,IT-88,,49.0,7.0,,,Sardegna
-,2020-03-19,IT-88,,52.0,9.0,,,Sardegna
-,2020-03-20,IT-88,,71.0,15.0,,,Sardegna
-,2020-03-21,IT-88,,81.0,16.0,,,Sardegna
-,2020-03-22,IT-88,,83.0,16.0,,,Sardegna
-,2020-03-23,IT-88,,94.0,18.0,,,Sardegna
-,2020-03-24,IT-88,,99.0,19.0,,,Sardegna
-,2020-03-25,IT-88,,101.0,19.0,,,Sardegna
-,2020-03-26,IT-88,,112.0,20.0,,,Sardegna
-,2020-03-27,IT-88,,112.0,19.0,,,Sardegna
-,2020-03-28,IT-88,,117.0,22.0,,,Sardegna
-,2020-03-29,IT-88,,128.0,23.0,,,Sardegna
-,2020-03-30,IT-88,,137.0,24.0,,,Sardegna
-,2020-03-31,IT-88,,141.0,28.0,,,Sardegna
-,2020-04-01,IT-88,,146.0,27.0,,,Sardegna
-,2020-04-02,IT-88,,141.0,24.0,,,Sardegna
-,2020-04-03,IT-88,,146.0,24.0,,,Sardegna
-,2020-04-04,IT-88,,147.0,24.0,,,Sardegna
-,2020-04-05,IT-88,,151.0,25.0,,,Sardegna
-,2020-04-06,IT-88,,149.0,26.0,,,Sardegna
-,2020-04-07,IT-88,,148.0,26.0,,,Sardegna
-,2020-04-08,IT-88,,143.0,31.0,,,Sardegna
-,2020-04-09,IT-88,,131.0,25.0,,,Sardegna
-,2020-04-10,IT-88,,133.0,26.0,,,Sardegna
-,2020-04-11,IT-88,,137.0,24.0,,,Sardegna
-,2020-04-12,IT-88,,135.0,26.0,,,Sardegna
-,2020-04-13,IT-88,,134.0,27.0,,,Sardegna
-,2020-04-14,IT-88,,131.0,24.0,,,Sardegna
-,2020-04-15,IT-88,,133.0,26.0,,,Sardegna
-,2020-04-16,IT-88,,133.0,24.0,,,Sardegna
-,2020-04-17,IT-88,,136.0,23.0,,,Sardegna
-,2020-04-18,IT-88,,135.0,23.0,,,Sardegna
-,2020-04-19,IT-88,,139.0,22.0,,,Sardegna
-,2020-04-20,IT-88,,136.0,21.0,,,Sardegna
-,2020-04-21,IT-88,,133.0,21.0,,,Sardegna
-,2020-04-22,IT-88,,117.0,20.0,,,Sardegna
-,2020-04-23,IT-88,,110.0,20.0,,,Sardegna
-,2020-04-24,IT-88,,114.0,19.0,,,Sardegna
-,2020-04-25,IT-88,,114.0,18.0,,,Sardegna
-,2020-04-26,IT-88,,115.0,20.0,,,Sardegna
-,2020-04-27,IT-88,,116.0,19.0,,,Sardegna
-,2020-04-28,IT-88,,114.0,18.0,,,Sardegna
-,2020-04-29,IT-88,,104.0,17.0,,,Sardegna
-,2020-04-30,IT-88,,103.0,16.0,,,Sardegna
-,2020-05-01,IT-88,,96.0,12.0,,,Sardegna
-,2020-05-02,IT-88,,99.0,13.0,,,Sardegna
-,2020-05-03,IT-88,,102.0,10.0,,,Sardegna
-,2020-05-04,IT-88,,100.0,9.0,,,Sardegna
-,2020-05-05,IT-88,,103.0,9.0,,,Sardegna
-,2020-05-06,IT-88,,102.0,11.0,,,Sardegna
-,2020-05-07,IT-88,,99.0,9.0,,,Sardegna
-,2020-05-08,IT-88,,100.0,10.0,,,Sardegna
-,2020-05-09,IT-88,,98.0,11.0,,,Sardegna
-,2020-05-10,IT-88,,93.0,10.0,,,Sardegna
-,2020-05-11,IT-88,,94.0,10.0,,,Sardegna
-,2020-05-12,IT-88,,88.0,11.0,,,Sardegna
-,2020-05-13,IT-88,,88.0,10.0,,,Sardegna
-,2020-05-14,IT-88,,86.0,10.0,,,Sardegna
-,2020-05-15,IT-88,,85.0,10.0,,,Sardegna
-,2020-05-16,IT-88,,85.0,10.0,,,Sardegna
-,2020-05-17,IT-88,,86.0,10.0,,,Sardegna
-,2020-05-18,IT-88,,82.0,10.0,,,Sardegna
-,2020-05-19,IT-88,,80.0,9.0,,,Sardegna
-,2020-05-20,IT-88,,78.0,10.0,,,Sardegna
-,2020-02-24,IT-82,,0.0,0.0,,,Sicilia
-,2020-02-25,IT-82,,1.0,0.0,,,Sicilia
-,2020-02-26,IT-82,,1.0,0.0,,,Sicilia
-,2020-02-27,IT-82,,1.0,0.0,,,Sicilia
-,2020-02-28,IT-82,,1.0,0.0,,,Sicilia
-,2020-02-29,IT-82,,1.0,0.0,,,Sicilia
-,2020-03-01,IT-82,,1.0,0.0,,,Sicilia
-,2020-03-02,IT-82,,2.0,0.0,,,Sicilia
-,2020-03-03,IT-82,,2.0,0.0,,,Sicilia
-,2020-03-04,IT-82,,5.0,0.0,,,Sicilia
-,2020-03-05,IT-82,,5.0,0.0,,,Sicilia
-,2020-03-06,IT-82,,7.0,0.0,,,Sicilia
-,2020-03-07,IT-82,,8.0,0.0,,,Sicilia
-,2020-03-08,IT-82,,18.0,0.0,,,Sicilia
-,2020-03-09,IT-82,,19.0,0.0,,,Sicilia
-,2020-03-10,IT-82,,19.0,2.0,,,Sicilia
-,2020-03-11,IT-82,,24.0,1.0,,,Sicilia
-,2020-03-12,IT-82,,33.0,5.0,,,Sicilia
-,2020-03-13,IT-82,,44.0,7.0,,,Sicilia
-,2020-03-14,IT-82,,53.0,11.0,,,Sicilia
-,2020-03-15,IT-82,,71.0,15.0,,,Sicilia
-,2020-03-16,IT-82,,95.0,20.0,,,Sicilia
-,2020-03-17,IT-82,,114.0,28.0,,,Sicilia
-,2020-03-18,IT-82,,129.0,29.0,,,Sicilia
-,2020-03-19,IT-82,,179.0,36.0,,,Sicilia
-,2020-03-20,IT-82,,210.0,42.0,,,Sicilia
-,2020-03-21,IT-82,,254.0,48.0,,,Sicilia
-,2020-03-22,IT-82,,275.0,55.0,,,Sicilia
-,2020-03-23,IT-82,,310.0,60.0,,,Sicilia
-,2020-03-24,IT-82,,310.0,60.0,,,Sicilia
-,2020-03-25,IT-82,,339.0,80.0,,,Sicilia
-,2020-03-26,IT-82,,414.0,68.0,,,Sicilia
-,2020-03-27,IT-82,,500.0,75.0,,,Sicilia
-,2020-03-28,IT-82,,512.0,71.0,,,Sicilia
-,2020-03-29,IT-82,,522.0,71.0,,,Sicilia
-,2020-03-30,IT-82,,559.0,75.0,,,Sicilia
-,2020-03-31,IT-82,,575.0,72.0,,,Sicilia
-,2020-04-01,IT-82,,568.0,72.0,,,Sicilia
-,2020-04-02,IT-82,,576.0,73.0,,,Sicilia
-,2020-04-03,IT-82,,608.0,73.0,,,Sicilia
-,2020-04-04,IT-82,,627.0,74.0,,,Sicilia
-,2020-04-05,IT-82,,632.0,76.0,,,Sicilia
-,2020-04-06,IT-82,,637.0,74.0,,,Sicilia
-,2020-04-07,IT-82,,635.0,73.0,,,Sicilia
-,2020-04-08,IT-82,,628.0,65.0,,,Sicilia
-,2020-04-09,IT-82,,629.0,63.0,,,Sicilia
-,2020-04-10,IT-82,,630.0,62.0,,,Sicilia
-,2020-04-11,IT-82,,620.0,58.0,,,Sicilia
-,2020-04-12,IT-82,,605.0,53.0,,,Sicilia
-,2020-04-13,IT-82,,605.0,51.0,,,Sicilia
-,2020-04-14,IT-82,,605.0,53.0,,,Sicilia
-,2020-04-15,IT-82,,590.0,49.0,,,Sicilia
-,2020-04-16,IT-82,,573.0,48.0,,,Sicilia
-,2020-04-17,IT-82,,567.0,46.0,,,Sicilia
-,2020-04-18,IT-82,,568.0,42.0,,,Sicilia
-,2020-04-19,IT-82,,563.0,41.0,,,Sicilia
-,2020-04-20,IT-82,,565.0,39.0,,,Sicilia
-,2020-04-21,IT-82,,551.0,37.0,,,Sicilia
-,2020-04-22,IT-82,,535.0,35.0,,,Sicilia
-,2020-04-23,IT-82,,510.0,34.0,,,Sicilia
-,2020-04-24,IT-82,,493.0,32.0,,,Sicilia
-,2020-04-25,IT-82,,485.0,33.0,,,Sicilia
-,2020-04-26,IT-82,,478.0,33.0,,,Sicilia
-,2020-04-27,IT-82,,475.0,35.0,,,Sicilia
-,2020-04-28,IT-82,,462.0,34.0,,,Sicilia
-,2020-04-29,IT-82,,449.0,34.0,,,Sicilia
-,2020-04-30,IT-82,,441.0,33.0,,,Sicilia
-,2020-05-01,IT-82,,429.0,30.0,,,Sicilia
-,2020-05-02,IT-82,,426.0,30.0,,,Sicilia
-,2020-05-03,IT-82,,412.0,29.0,,,Sicilia
-,2020-05-04,IT-82,,403.0,27.0,,,Sicilia
-,2020-05-05,IT-82,,393.0,26.0,,,Sicilia
-,2020-05-06,IT-82,,384.0,25.0,,,Sicilia
-,2020-05-07,IT-82,,370.0,21.0,,,Sicilia
-,2020-05-08,IT-82,,329.0,19.0,,,Sicilia
-,2020-05-09,IT-82,,294.0,17.0,,,Sicilia
-,2020-05-10,IT-82,,289.0,16.0,,,Sicilia
-,2020-05-11,IT-82,,287.0,16.0,,,Sicilia
-,2020-05-12,IT-82,,249.0,15.0,,,Sicilia
-,2020-05-13,IT-82,,225.0,13.0,,,Sicilia
-,2020-05-14,IT-82,,215.0,12.0,,,Sicilia
-,2020-05-15,IT-82,,209.0,11.0,,,Sicilia
-,2020-05-16,IT-82,,171.0,12.0,,,Sicilia
-,2020-05-17,IT-82,,158.0,13.0,,,Sicilia
-,2020-05-18,IT-82,,150.0,13.0,,,Sicilia
-,2020-05-19,IT-82,,137.0,12.0,,,Sicilia
-,2020-05-20,IT-82,,129.0,11.0,,,Sicilia
-,2020-02-24,IT-52,,0.0,0.0,,,Toscana
-,2020-02-25,IT-52,,2.0,0.0,,,Toscana
-,2020-02-26,IT-52,,2.0,0.0,,,Toscana
-,2020-02-27,IT-52,,2.0,0.0,,,Toscana
-,2020-02-28,IT-52,,5.0,0.0,,,Toscana
-,2020-02-29,IT-52,,7.0,0.0,,,Toscana
-,2020-03-01,IT-52,,7.0,0.0,,,Toscana
-,2020-03-02,IT-52,,7.0,0.0,,,Toscana
-,2020-03-03,IT-52,,10.0,0.0,,,Toscana
-,2020-03-04,IT-52,,17.0,2.0,,,Toscana
-,2020-03-05,IT-52,,29.0,3.0,,,Toscana
-,2020-03-06,IT-52,,40.0,5.0,,,Toscana
-,2020-03-07,IT-52,,61.0,7.0,,,Toscana
-,2020-03-08,IT-52,,98.0,7.0,,,Toscana
-,2020-03-09,IT-52,,116.0,9.0,,,Toscana
-,2020-03-10,IT-52,,131.0,40.0,,,Toscana
-,2020-03-11,IT-52,,141.0,54.0,,,Toscana
-,2020-03-12,IT-52,,159.0,59.0,,,Toscana
-,2020-03-13,IT-52,,211.0,77.0,,,Toscana
-,2020-03-14,IT-52,,247.0,87.0,,,Toscana
-,2020-03-15,IT-52,,282.0,107.0,,,Toscana
-,2020-03-16,IT-52,,282.0,107.0,,,Toscana
-,2020-03-17,IT-52,,472.0,143.0,,,Toscana
-,2020-03-18,IT-52,,587.0,160.0,,,Toscana
-,2020-03-19,IT-52,,679.0,178.0,,,Toscana
-,2020-03-20,IT-52,,790.0,189.0,,,Toscana
-,2020-03-21,IT-52,,866.0,202.0,,,Toscana
-,2020-03-22,IT-52,,921.0,215.0,,,Toscana
-,2020-03-23,IT-52,,1076.0,238.0,,,Toscana
-,2020-03-24,IT-52,,1162.0,244.0,,,Toscana
-,2020-03-25,IT-52,,1250.0,251.0,,,Toscana
-,2020-03-26,IT-52,,1296.0,259.0,,,Toscana
-,2020-03-27,IT-52,,1327.0,274.0,,,Toscana
-,2020-03-28,IT-52,,1370.0,277.0,,,Toscana
-,2020-03-29,IT-52,,1386.0,275.0,,,Toscana
-,2020-03-30,IT-52,,1395.0,279.0,,,Toscana
-,2020-03-31,IT-52,,1413.0,293.0,,,Toscana
-,2020-04-01,IT-52,,1417.0,297.0,,,Toscana
-,2020-04-02,IT-52,,1430.0,295.0,,,Toscana
-,2020-04-03,IT-52,,1437.0,288.0,,,Toscana
-,2020-04-04,IT-52,,1415.0,286.0,,,Toscana
-,2020-04-05,IT-52,,1387.0,276.0,,,Toscana
-,2020-04-06,IT-52,,1395.0,279.0,,,Toscana
-,2020-04-07,IT-52,,1350.0,263.0,,,Toscana
-,2020-04-08,IT-52,,1326.0,260.0,,,Toscana
-,2020-04-09,IT-52,,1294.0,256.0,,,Toscana
-,2020-04-10,IT-52,,1267.0,256.0,,,Toscana
-,2020-04-11,IT-52,,1234.0,237.0,,,Toscana
-,2020-04-12,IT-52,,1221.0,238.0,,,Toscana
-,2020-04-13,IT-52,,1217.0,225.0,,,Toscana
-,2020-04-14,IT-52,,1227.0,225.0,,,Toscana
-,2020-04-15,IT-52,,1193.0,216.0,,,Toscana
-,2020-04-16,IT-52,,1153.0,213.0,,,Toscana
-,2020-04-17,IT-52,,1105.0,207.0,,,Toscana
-,2020-04-18,IT-52,,1081.0,198.0,,,Toscana
-,2020-04-19,IT-52,,1044.0,192.0,,,Toscana
-,2020-04-20,IT-52,,1032.0,182.0,,,Toscana
-,2020-04-21,IT-52,,1004.0,171.0,,,Toscana
-,2020-04-22,IT-52,,994.0,174.0,,,Toscana
-,2020-04-23,IT-52,,959.0,168.0,,,Toscana
-,2020-04-24,IT-52,,897.0,159.0,,,Toscana
-,2020-04-25,IT-52,,853.0,166.0,,,Toscana
-,2020-04-26,IT-52,,835.0,158.0,,,Toscana
-,2020-04-27,IT-52,,825.0,154.0,,,Toscana
-,2020-04-28,IT-52,,763.0,144.0,,,Toscana
-,2020-04-29,IT-52,,715.0,139.0,,,Toscana
-,2020-04-30,IT-52,,672.0,126.0,,,Toscana
-,2020-05-01,IT-52,,644.0,124.0,,,Toscana
-,2020-05-02,IT-52,,637.0,118.0,,,Toscana
-,2020-05-03,IT-52,,625.0,112.0,,,Toscana
-,2020-05-04,IT-52,,619.0,107.0,,,Toscana
-,2020-05-05,IT-52,,595.0,111.0,,,Toscana
-,2020-05-06,IT-52,,554.0,92.0,,,Toscana
-,2020-05-07,IT-52,,528.0,91.0,,,Toscana
-,2020-05-08,IT-52,,483.0,84.0,,,Toscana
-,2020-05-09,IT-52,,443.0,79.0,,,Toscana
-,2020-05-10,IT-52,,428.0,78.0,,,Toscana
-,2020-05-11,IT-52,,424.0,77.0,,,Toscana
-,2020-05-12,IT-52,,379.0,72.0,,,Toscana
-,2020-05-13,IT-52,,356.0,72.0,,,Toscana
-,2020-05-14,IT-52,,337.0,68.0,,,Toscana
-,2020-05-15,IT-52,,305.0,67.0,,,Toscana
-,2020-05-16,IT-52,,300.0,66.0,,,Toscana
-,2020-05-17,IT-52,,281.0,67.0,,,Toscana
-,2020-05-18,IT-52,,263.0,66.0,,,Toscana
-,2020-05-19,IT-52,,246.0,56.0,,,Toscana
-,2020-05-20,IT-52,,223.0,45.0,,,Toscana
-,2020-02-24,IT-55,,0.0,0.0,,,Umbria
-,2020-02-25,IT-55,,0.0,0.0,,,Umbria
-,2020-02-26,IT-55,,0.0,0.0,,,Umbria
-,2020-02-27,IT-55,,0.0,0.0,,,Umbria
-,2020-02-28,IT-55,,0.0,0.0,,,Umbria
-,2020-02-29,IT-55,,0.0,0.0,,,Umbria
-,2020-03-01,IT-55,,0.0,0.0,,,Umbria
-,2020-03-02,IT-55,,0.0,0.0,,,Umbria
-,2020-03-03,IT-55,,2.0,1.0,,,Umbria
-,2020-03-04,IT-55,,2.0,1.0,,,Umbria
-,2020-03-05,IT-55,,2.0,1.0,,,Umbria
-,2020-03-06,IT-55,,4.0,2.0,,,Umbria
-,2020-03-07,IT-55,,4.0,2.0,,,Umbria
-,2020-03-08,IT-55,,4.0,2.0,,,Umbria
-,2020-03-09,IT-55,,6.0,2.0,,,Umbria
-,2020-03-10,IT-55,,10.0,2.0,,,Umbria
-,2020-03-11,IT-55,,12.0,5.0,,,Umbria
-,2020-03-12,IT-55,,16.0,8.0,,,Umbria
-,2020-03-13,IT-55,,21.0,10.0,,,Umbria
-,2020-03-14,IT-55,,32.0,11.0,,,Umbria
-,2020-03-15,IT-55,,38.0,13.0,,,Umbria
-,2020-03-16,IT-55,,45.0,15.0,,,Umbria
-,2020-03-17,IT-55,,57.0,21.0,,,Umbria
-,2020-03-18,IT-55,,75.0,21.0,,,Umbria
-,2020-03-19,IT-55,,90.0,21.0,,,Umbria
-,2020-03-20,IT-55,,99.0,24.0,,,Umbria
-,2020-03-21,IT-55,,121.0,29.0,,,Umbria
-,2020-03-22,IT-55,,132.0,35.0,,,Umbria
-,2020-03-23,IT-55,,148.0,42.0,,,Umbria
-,2020-03-24,IT-55,,148.0,43.0,,,Umbria
-,2020-03-25,IT-55,,167.0,44.0,,,Umbria
-,2020-03-26,IT-55,,190.0,46.0,,,Umbria
-,2020-03-27,IT-55,,195.0,46.0,,,Umbria
-,2020-03-28,IT-55,,203.0,44.0,,,Umbria
-,2020-03-29,IT-55,,212.0,46.0,,,Umbria
-,2020-03-30,IT-55,,220.0,47.0,,,Umbria
-,2020-03-31,IT-55,,219.0,43.0,,,Umbria
-,2020-04-01,IT-55,,218.0,45.0,,,Umbria
-,2020-04-02,IT-55,,218.0,47.0,,,Umbria
-,2020-04-03,IT-55,,213.0,48.0,,,Umbria
-,2020-04-04,IT-55,,211.0,44.0,,,Umbria
-,2020-04-05,IT-55,,204.0,45.0,,,Umbria
-,2020-04-06,IT-55,,205.0,46.0,,,Umbria
-,2020-04-07,IT-55,,198.0,41.0,,,Umbria
-,2020-04-08,IT-55,,196.0,41.0,,,Umbria
-,2020-04-09,IT-55,,192.0,38.0,,,Umbria
-,2020-04-10,IT-55,,185.0,39.0,,,Umbria
-,2020-04-11,IT-55,,176.0,39.0,,,Umbria
-,2020-04-12,IT-55,,168.0,39.0,,,Umbria
-,2020-04-13,IT-55,,165.0,38.0,,,Umbria
-,2020-04-14,IT-55,,164.0,37.0,,,Umbria
-,2020-04-15,IT-55,,159.0,37.0,,,Umbria
-,2020-04-16,IT-55,,149.0,33.0,,,Umbria
-,2020-04-17,IT-55,,142.0,31.0,,,Umbria
-,2020-04-18,IT-55,,141.0,32.0,,,Umbria
-,2020-04-19,IT-55,,138.0,30.0,,,Umbria
-,2020-04-20,IT-55,,142.0,29.0,,,Umbria
-,2020-04-21,IT-55,,129.0,22.0,,,Umbria
-,2020-04-22,IT-55,,117.0,20.0,,,Umbria
-,2020-04-23,IT-55,,119.0,19.0,,,Umbria
-,2020-04-24,IT-55,,113.0,19.0,,,Umbria
-,2020-04-25,IT-55,,113.0,18.0,,,Umbria
-,2020-04-26,IT-55,,108.0,17.0,,,Umbria
-,2020-04-27,IT-55,,106.0,16.0,,,Umbria
-,2020-04-28,IT-55,,97.0,17.0,,,Umbria
-,2020-04-29,IT-55,,93.0,16.0,,,Umbria
-,2020-04-30,IT-55,,84.0,16.0,,,Umbria
-,2020-05-01,IT-55,,73.0,13.0,,,Umbria
-,2020-05-02,IT-55,,73.0,13.0,,,Umbria
-,2020-05-03,IT-55,,71.0,13.0,,,Umbria
-,2020-05-04,IT-55,,69.0,13.0,,,Umbria
-,2020-05-05,IT-55,,67.0,11.0,,,Umbria
-,2020-05-06,IT-55,,64.0,9.0,,,Umbria
-,2020-05-07,IT-55,,56.0,9.0,,,Umbria
-,2020-05-08,IT-55,,53.0,6.0,,,Umbria
-,2020-05-09,IT-55,,51.0,6.0,,,Umbria
-,2020-05-10,IT-55,,48.0,6.0,,,Umbria
-,2020-05-11,IT-55,,44.0,4.0,,,Umbria
-,2020-05-12,IT-55,,45.0,4.0,,,Umbria
-,2020-05-13,IT-55,,40.0,4.0,,,Umbria
-,2020-05-14,IT-55,,27.0,1.0,,,Umbria
-,2020-05-15,IT-55,,27.0,2.0,,,Umbria
-,2020-05-16,IT-55,,27.0,2.0,,,Umbria
-,2020-05-17,IT-55,,27.0,2.0,,,Umbria
-,2020-05-18,IT-55,,26.0,2.0,,,Umbria
-,2020-05-19,IT-55,,27.0,2.0,,,Umbria
-,2020-05-20,IT-55,,27.0,2.0,,,Umbria
-,2020-02-24,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-02-25,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-02-26,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-02-27,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-02-28,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-02-29,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-01,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-02,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-03,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-04,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-05,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-06,IT-23,,0.0,0.0,,,Valle d'Aosta
-,2020-03-07,IT-23,,1.0,0.0,,,Valle d'Aosta
-,2020-03-08,IT-23,,1.0,0.0,,,Valle d'Aosta
-,2020-03-09,IT-23,,4.0,0.0,,,Valle d'Aosta
-,2020-03-10,IT-23,,2.0,0.0,,,Valle d'Aosta
-,2020-03-11,IT-23,,2.0,0.0,,,Valle d'Aosta
-,2020-03-12,IT-23,,7.0,0.0,,,Valle d'Aosta
-,2020-03-13,IT-23,,6.0,0.0,,,Valle d'Aosta
-,2020-03-14,IT-23,,12.0,0.0,,,Valle d'Aosta
-,2020-03-15,IT-23,,13.0,3.0,,,Valle d'Aosta
-,2020-03-16,IT-23,,33.0,5.0,,,Valle d'Aosta
-,2020-03-17,IT-23,,41.0,6.0,,,Valle d'Aosta
-,2020-03-18,IT-23,,44.0,3.0,,,Valle d'Aosta
-,2020-03-19,IT-23,,56.0,9.0,,,Valle d'Aosta
-,2020-03-20,IT-23,,63.0,9.0,,,Valle d'Aosta
-,2020-03-21,IT-23,,77.0,15.0,,,Valle d'Aosta
-,2020-03-22,IT-23,,84.0,21.0,,,Valle d'Aosta
-,2020-03-23,IT-23,,89.0,20.0,,,Valle d'Aosta
-,2020-03-24,IT-23,,91.0,20.0,,,Valle d'Aosta
-,2020-03-25,IT-23,,95.0,25.0,,,Valle d'Aosta
-,2020-03-26,IT-23,,97.0,24.0,,,Valle d'Aosta
-,2020-03-27,IT-23,,115.0,24.0,,,Valle d'Aosta
-,2020-03-28,IT-23,,116.0,26.0,,,Valle d'Aosta
-,2020-03-29,IT-23,,116.0,26.0,,,Valle d'Aosta
-,2020-03-30,IT-23,,118.0,26.0,,,Valle d'Aosta
-,2020-03-31,IT-23,,117.0,26.0,,,Valle d'Aosta
-,2020-04-01,IT-23,,112.0,27.0,,,Valle d'Aosta
-,2020-04-02,IT-23,,110.0,25.0,,,Valle d'Aosta
-,2020-04-03,IT-23,,110.0,25.0,,,Valle d'Aosta
-,2020-04-04,IT-23,,86.0,23.0,,,Valle d'Aosta
-,2020-04-05,IT-23,,119.0,23.0,,,Valle d'Aosta
-,2020-04-06,IT-23,,130.0,21.0,,,Valle d'Aosta
-,2020-04-07,IT-23,,135.0,17.0,,,Valle d'Aosta
-,2020-04-08,IT-23,,140.0,20.0,,,Valle d'Aosta
-,2020-04-09,IT-23,,136.0,18.0,,,Valle d'Aosta
-,2020-04-10,IT-23,,147.0,16.0,,,Valle d'Aosta
-,2020-04-11,IT-23,,135.0,17.0,,,Valle d'Aosta
-,2020-04-12,IT-23,,125.0,16.0,,,Valle d'Aosta
-,2020-04-13,IT-23,,124.0,15.0,,,Valle d'Aosta
-,2020-04-14,IT-23,,126.0,14.0,,,Valle d'Aosta
-,2020-04-15,IT-23,,123.0,11.0,,,Valle d'Aosta
-,2020-04-16,IT-23,,117.0,12.0,,,Valle d'Aosta
-,2020-04-17,IT-23,,117.0,9.0,,,Valle d'Aosta
-,2020-04-18,IT-23,,117.0,10.0,,,Valle d'Aosta
-,2020-04-19,IT-23,,112.0,10.0,,,Valle d'Aosta
-,2020-04-20,IT-23,,110.0,8.0,,,Valle d'Aosta
-,2020-04-21,IT-23,,107.0,8.0,,,Valle d'Aosta
-,2020-04-22,IT-23,,100.0,8.0,,,Valle d'Aosta
-,2020-04-23,IT-23,,100.0,9.0,,,Valle d'Aosta
-,2020-04-24,IT-23,,95.0,7.0,,,Valle d'Aosta
-,2020-04-25,IT-23,,89.0,6.0,,,Valle d'Aosta
-,2020-04-26,IT-23,,89.0,7.0,,,Valle d'Aosta
-,2020-04-27,IT-23,,93.0,7.0,,,Valle d'Aosta
-,2020-04-28,IT-23,,86.0,5.0,,,Valle d'Aosta
-,2020-04-29,IT-23,,83.0,5.0,,,Valle d'Aosta
-,2020-04-30,IT-23,,80.0,4.0,,,Valle d'Aosta
-,2020-05-01,IT-23,,75.0,3.0,,,Valle d'Aosta
-,2020-05-02,IT-23,,73.0,3.0,,,Valle d'Aosta
-,2020-05-03,IT-23,,76.0,2.0,,,Valle d'Aosta
-,2020-05-04,IT-23,,76.0,2.0,,,Valle d'Aosta
-,2020-05-05,IT-23,,59.0,3.0,,,Valle d'Aosta
-,2020-05-06,IT-23,,53.0,3.0,,,Valle d'Aosta
-,2020-05-07,IT-23,,51.0,2.0,,,Valle d'Aosta
-,2020-05-08,IT-23,,47.0,2.0,,,Valle d'Aosta
-,2020-05-09,IT-23,,48.0,3.0,,,Valle d'Aosta
-,2020-05-10,IT-23,,48.0,2.0,,,Valle d'Aosta
-,2020-05-11,IT-23,,45.0,1.0,,,Valle d'Aosta
-,2020-05-12,IT-23,,45.0,0.0,,,Valle d'Aosta
-,2020-05-13,IT-23,,38.0,0.0,,,Valle d'Aosta
-,2020-05-14,IT-23,,38.0,0.0,,,Valle d'Aosta
-,2020-05-15,IT-23,,37.0,0.0,,,Valle d'Aosta
-,2020-05-16,IT-23,,33.0,0.0,,,Valle d'Aosta
-,2020-05-17,IT-23,,31.0,0.0,,,Valle d'Aosta
-,2020-05-18,IT-23,,30.0,0.0,,,Valle d'Aosta
-,2020-05-19,IT-23,,27.0,1.0,,,Valle d'Aosta
-,2020-05-20,IT-23,,26.0,1.0,,,Valle d'Aosta
-,2020-02-24,IT-34,,16.0,4.0,,,Veneto
-,2020-02-25,IT-34,,19.0,7.0,,,Veneto
-,2020-02-26,IT-34,,24.0,8.0,,,Veneto
-,2020-02-27,IT-34,,27.0,8.0,,,Veneto
-,2020-02-28,IT-34,,33.0,9.0,,,Veneto
-,2020-02-29,IT-34,,35.0,11.0,,,Veneto
-,2020-03-01,IT-34,,64.0,13.0,,,Veneto
-,2020-03-02,IT-34,,67.0,14.0,,,Veneto
-,2020-03-03,IT-34,,68.0,19.0,,,Veneto
-,2020-03-04,IT-34,,99.0,23.0,,,Veneto
-,2020-03-05,IT-34,,116.0,24.0,,,Veneto
-,2020-03-06,IT-34,,144.0,27.0,,,Veneto
-,2020-03-07,IT-34,,164.0,41.0,,,Veneto
-,2020-03-08,IT-34,,193.0,47.0,,,Veneto
-,2020-03-09,IT-34,,237.0,51.0,,,Veneto
-,2020-03-10,IT-34,,271.0,67.0,,,Veneto
-,2020-03-11,IT-34,,330.0,68.0,,,Veneto
-,2020-03-12,IT-34,,445.0,85.0,,,Veneto
-,2020-03-13,IT-34,,473.0,107.0,,,Veneto
-,2020-03-14,IT-34,,485.0,119.0,,,Veneto
-,2020-03-15,IT-34,,555.0,129.0,,,Veneto
-,2020-03-16,IT-34,,654.0,156.0,,,Veneto
-,2020-03-17,IT-34,,719.0,171.0,,,Veneto
-,2020-03-18,IT-34,,841.0,195.0,,,Veneto
-,2020-03-19,IT-34,,980.0,209.0,,,Veneto
-,2020-03-20,IT-34,,1079.0,236.0,,,Veneto
-,2020-03-21,IT-34,,1191.0,249.0,,,Veneto
-,2020-03-22,IT-34,,1368.0,255.0,,,Veneto
-,2020-03-23,IT-34,,1487.0,281.0,,,Veneto
-,2020-03-24,IT-34,,1622.0,304.0,,,Veneto
-,2020-03-25,IT-34,,1723.0,316.0,,,Veneto
-,2020-03-26,IT-34,,1773.0,326.0,,,Veneto
-,2020-03-27,IT-34,,1874.0,338.0,,,Veneto
-,2020-03-28,IT-34,,1903.0,344.0,,,Veneto
-,2020-03-29,IT-34,,1941.0,355.0,,,Veneto
-,2020-03-30,IT-34,,1989.0,356.0,,,Veneto
-,2020-03-31,IT-34,,2036.0,356.0,,,Veneto
-,2020-04-01,IT-34,,2068.0,350.0,,,Veneto
-,2020-04-02,IT-34,,2015.0,345.0,,,Veneto
-,2020-04-03,IT-34,,2049.0,335.0,,,Veneto
-,2020-04-04,IT-34,,2015.0,324.0,,,Veneto
-,2020-04-05,IT-34,,2003.0,329.0,,,Veneto
-,2020-04-06,IT-34,,2036.0,322.0,,,Veneto
-,2020-04-07,IT-34,,1876.0,297.0,,,Veneto
-,2020-04-08,IT-34,,1839.0,285.0,,,Veneto
-,2020-04-09,IT-34,,1804.0,274.0,,,Veneto
-,2020-04-10,IT-34,,1778.0,257.0,,,Veneto
-,2020-04-11,IT-34,,1716.0,251.0,,,Veneto
-,2020-04-12,IT-34,,1677.0,249.0,,,Veneto
-,2020-04-13,IT-34,,1672.0,245.0,,,Veneto
-,2020-04-14,IT-34,,1660.0,233.0,,,Veneto
-,2020-04-15,IT-34,,1621.0,219.0,,,Veneto
-,2020-04-16,IT-34,,1597.0,209.0,,,Veneto
-,2020-04-17,IT-34,,1556.0,197.0,,,Veneto
-,2020-04-18,IT-34,,1477.0,190.0,,,Veneto
-,2020-04-19,IT-34,,1448.0,184.0,,,Veneto
-,2020-04-20,IT-34,,1453.0,180.0,,,Veneto
-,2020-04-21,IT-34,,1407.0,177.0,,,Veneto
-,2020-04-22,IT-34,,1368.0,163.0,,,Veneto
-,2020-04-23,IT-34,,1329.0,140.0,,,Veneto
-,2020-04-24,IT-34,,1289.0,130.0,,,Veneto
-,2020-04-25,IT-34,,1234.0,129.0,,,Veneto
-,2020-04-26,IT-34,,1221.0,124.0,,,Veneto
-,2020-04-27,IT-34,,1222.0,123.0,,,Veneto
-,2020-04-28,IT-34,,1187.0,120.0,,,Veneto
-,2020-04-29,IT-34,,1156.0,114.0,,,Veneto
-,2020-04-30,IT-34,,1126.0,114.0,,,Veneto
-,2020-05-01,IT-34,,1087.0,110.0,,,Veneto
-,2020-05-02,IT-34,,1078.0,108.0,,,Veneto
-,2020-05-03,IT-34,,1058.0,103.0,,,Veneto
-,2020-05-04,IT-34,,1056.0,101.0,,,Veneto
-,2020-05-05,IT-34,,1024.0,98.0,,,Veneto
-,2020-05-06,IT-34,,992.0,90.0,,,Veneto
-,2020-05-07,IT-34,,959.0,87.0,,,Veneto
-,2020-05-08,IT-34,,910.0,79.0,,,Veneto
-,2020-05-09,IT-34,,475.0,40.0,,,Veneto
-,2020-05-10,IT-34,,445.0,37.0,,,Veneto
-,2020-05-11,IT-34,,438.0,38.0,,,Veneto
-,2020-05-12,IT-34,,426.0,33.0,,,Veneto
-,2020-05-13,IT-34,,394.0,30.0,,,Veneto
-,2020-05-14,IT-34,,368.0,26.0,,,Veneto
-,2020-05-15,IT-34,,335.0,24.0,,,Veneto
-,2020-05-16,IT-34,,310.0,20.0,,,Veneto
-,2020-05-17,IT-34,,295.0,22.0,,,Veneto
-,2020-05-18,IT-34,,285.0,22.0,,,Veneto
-,2020-05-19,IT-34,,277.0,18.0,,,Veneto
-,2020-05-20,IT-34,,271.0,16.0,,,Veneto
-,2020-02-24,ITA,,127.0,26.0,,,Italy
-,2020-02-25,ITA,,148.0,35.0,,,Italy
-,2020-02-26,ITA,,163.0,36.0,,,Italy
-,2020-02-27,ITA,,303.0,56.0,,,Italy
-,2020-02-28,ITA,,408.0,64.0,,,Italy
-,2020-02-29,ITA,,505.0,105.0,,,Italy
-,2020-03-01,ITA,,778.0,140.0,,,Italy
-,2020-03-02,ITA,,907.0,166.0,,,Italy
-,2020-03-03,ITA,,1261.0,229.0,,,Italy
-,2020-03-04,ITA,,1639.0,295.0,,,Italy
-,2020-03-05,ITA,,2138.0,351.0,,,Italy
-,2020-03-06,ITA,,2848.0,462.0,,,Italy
-,2020-03-07,ITA,,3203.0,566.0,,,Italy
-,2020-03-08,ITA,,4190.0,648.0,,,Italy
-,2020-03-09,ITA,,5029.0,731.0,,,Italy
-,2020-03-10,ITA,,5875.0,873.0,,,Italy
-,2020-03-11,ITA,,6822.0,1020.0,,,Italy
-,2020-03-12,ITA,,7730.0,1144.0,,,Italy
-,2020-03-13,ITA,,8665.0,1317.0,,,Italy
-,2020-03-14,ITA,,9777.0,1499.0,,,Italy
-,2020-03-15,ITA,,11189.0,1649.0,,,Italy
-,2020-03-16,ITA,,12720.0,1821.0,,,Italy
-,2020-03-17,ITA,,14743.0,2027.0,,,Italy
-,2020-03-18,ITA,,16360.0,2217.0,,,Italy
-,2020-03-19,ITA,,17951.0,2450.0,,,Italy
-,2020-03-20,ITA,,18320.0,2597.0,,,Italy
-,2020-03-21,ITA,,20136.0,2788.0,,,Italy
-,2020-03-22,ITA,,22396.0,2931.0,,,Italy
-,2020-03-23,ITA,,23423.0,3125.0,,,Italy
-,2020-03-24,ITA,,24772.0,3309.0,,,Italy
-,2020-03-25,ITA,,25998.0,3384.0,,,Italy
-,2020-03-26,ITA,,27733.0,3503.0,,,Italy
-,2020-03-27,ITA,,29060.0,3621.0,,,Italy
-,2020-03-28,ITA,,29833.0,3733.0,,,Italy
-,2020-03-29,ITA,,30571.0,3775.0,,,Italy
-,2020-03-30,ITA,,31052.0,3841.0,,,Italy
-,2020-03-31,ITA,,31470.0,3881.0,,,Italy
-,2020-04-01,ITA,,31691.0,3902.0,,,Italy
-,2020-04-02,ITA,,31837.0,3915.0,,,Italy
-,2020-04-03,ITA,,32035.0,3928.0,,,Italy
-,2020-04-04,ITA,,32218.0,3852.0,,,Italy
-,2020-04-05,ITA,,32202.0,3844.0,,,Italy
-,2020-04-06,ITA,,32144.0,3767.0,,,Italy
-,2020-04-07,ITA,,31683.0,3650.0,,,Italy
-,2020-04-08,ITA,,31414.0,3551.0,,,Italy
-,2020-04-09,ITA,,31263.0,3472.0,,,Italy
-,2020-04-10,ITA,,31018.0,3369.0,,,Italy
-,2020-04-11,ITA,,30826.0,3263.0,,,Italy
-,2020-04-12,ITA,,30579.0,3237.0,,,Italy
-,2020-04-13,ITA,,30670.0,3163.0,,,Italy
-,2020-04-14,ITA,,30602.0,3093.0,,,Italy
-,2020-04-15,ITA,,30164.0,2999.0,,,Italy
-,2020-04-16,ITA,,29276.0,2859.0,,,Italy
-,2020-04-17,ITA,,28055.0,2736.0,,,Italy
-,2020-04-18,ITA,,27215.0,2663.0,,,Italy
-,2020-04-19,ITA,,27164.0,2571.0,,,Italy
-,2020-04-20,ITA,,26988.0,2514.0,,,Italy
-,2020-04-21,ITA,,26134.0,2413.0,,,Italy
-,2020-04-22,ITA,,25734.0,2331.0,,,Italy
-,2020-04-23,ITA,,24717.0,2221.0,,,Italy
-,2020-04-24,ITA,,23825.0,2129.0,,,Italy
-,2020-04-25,ITA,,23251.0,2061.0,,,Italy
-,2020-04-26,ITA,,23006.0,1971.0,,,Italy
-,2020-04-27,ITA,,21919.0,1917.0,,,Italy
-,2020-04-28,ITA,,21231.0,1826.0,,,Italy
-,2020-04-29,ITA,,20685.0,1759.0,,,Italy
-,2020-04-30,ITA,,19525.0,1660.0,,,Italy
-,2020-05-01,ITA,,18859.0,1548.0,,,Italy
-,2020-05-02,ITA,,18616.0,1510.0,,,Italy
-,2020-05-03,ITA,,18470.0,1473.0,,,Italy
-,2020-05-04,ITA,,18037.0,1452.0,,,Italy
-,2020-05-05,ITA,,17446.0,1401.0,,,Italy
-,2020-05-06,ITA,,16863.0,1309.0,,,Italy
-,2020-05-07,ITA,,16277.0,1289.0,,,Italy
-,2020-05-08,ITA,,15612.0,1148.0,,,Italy
-,2020-05-09,ITA,,14707.0,1015.0,,,Italy
-,2020-05-10,ITA,,14484.0,1009.0,,,Italy
-,2020-05-11,ITA,,14373.0,981.0,,,Italy
-,2020-05-12,ITA,,13665.0,936.0,,,Italy
-,2020-05-13,ITA,,12917.0,877.0,,,Italy
-,2020-05-14,ITA,,12172.0,839.0,,,Italy
-,2020-05-15,ITA,,11483.0,794.0,,,Italy
-,2020-05-16,ITA,,11070.0,762.0,,,Italy
-,2020-05-17,ITA,,10969.0,749.0,,,Italy
-,2020-05-18,ITA,,10849.0,735.0,,,Italy
-,2020-05-19,ITA,,10605.0,702.0,,,Italy
-,2020-05-20,ITA,,10207.0,665.0,,,Italy
-,2020-02-20,ES-AN,,,,,,Andalusia
-,2020-02-21,ES-AN,,,,,,Andalusia
-,2020-02-22,ES-AN,,,,,,Andalusia
-,2020-02-23,ES-AN,,,,,,Andalusia
-,2020-02-24,ES-AN,,,,,,Andalusia
-,2020-02-25,ES-AN,,,,,,Andalusia
-,2020-02-26,ES-AN,,,,,,Andalusia
-,2020-02-27,ES-AN,,,,,,Andalusia
-,2020-02-28,ES-AN,,,,,,Andalusia
-,2020-02-29,ES-AN,,,,,,Andalusia
-,2020-01-03,ES-AN,,,,,,Andalusia
-,2020-02-03,ES-AN,,,,,,Andalusia
-,2020-03-03,ES-AN,,,,,,Andalusia
-,2020-04-03,ES-AN,,,,,,Andalusia
-,2020-05-03,ES-AN,,,,,,Andalusia
-,2020-06-03,ES-AN,,,,,,Andalusia
-,2020-07-03,ES-AN,,,,,,Andalusia
-,2020-08-03,ES-AN,,,,1.0,,Andalusia
-,2020-09-03,ES-AN,,,,1.0,,Andalusia
-,2020-10-03,ES-AN,32.0,,,3.0,,Andalusia
-,2020-11-03,ES-AN,50.0,,,4.0,,Andalusia
-,2020-12-03,ES-AN,92.0,,,8.0,,Andalusia
-,2020-03-13,ES-AN,92.0,,,8.0,,Andalusia
-,2020-03-14,ES-AN,92.0,,,8.0,,Andalusia
-,2020-03-15,ES-AN,197.0,,,11.0,,Andalusia
-,2020-03-16,ES-AN,229.0,,,13.0,,Andalusia
-,2020-03-17,ES-AN,319.0,,,21.0,,Andalusia
-,2020-03-18,ES-AN,384.0,,,25.0,,Andalusia
-,2020-03-19,ES-AN,501.0,,,38.0,,Andalusia
-,2020-03-20,ES-AN,605.0,,,53.0,,Andalusia
-,2020-03-21,ES-AN,724.0,,,55.0,,Andalusia
-,2020-03-22,ES-AN,865.0,,,77.0,,Andalusia
-,2020-03-23,ES-AN,1132.0,,,102.0,,Andalusia
-,2020-03-24,ES-AN,1433.0,,,116.0,,Andalusia
-,2020-03-25,ES-AN,1626.0,,,134.0,,Andalusia
-,2020-03-26,ES-AN,1843.0,,,148.0,,Andalusia
-,2020-03-27,ES-AN,2106.0,,,172.0,,Andalusia
-,2020-03-28,ES-AN,2294.0,,,201.0,,Andalusia
-,2020-03-29,ES-AN,2671.0,,,216.0,,Andalusia
-,2020-03-30,ES-AN,2867.0,,,235.0,,Andalusia
-,2020-03-31,ES-AN,3147.0,,,260.0,,Andalusia
-,2020-01-04,ES-AN,3444.0,,,280.0,,Andalusia
-,2020-02-04,ES-AN,3673.0,,,338.0,,Andalusia
-,2020-03-04,ES-AN,3896.0,,,364.0,,Andalusia
-,2020-04-04,ES-AN,4107.0,,,474.0,,Andalusia
-,2020-05-04,ES-AN,4227.0,,,489.0,,Andalusia
-,2020-06-04,ES-AN,4335.0,,,499.0,,Andalusia
-,2020-07-04,ES-AN,4463.0,,,520.0,,Andalusia
-,2020-08-04,ES-AN,4599.0,,,538.0,,Andalusia
-,2020-09-04,ES-AN,4715.0,,,582.0,,Andalusia
-,2020-10-04,ES-AN,4808.0,,,602.0,,Andalusia
-,2020-11-04,ES-AN,4950.0,,,619.0,,Andalusia
-,2020-12-04,ES-AN,4993.0,,,621.0,,Andalusia
-,2020-04-13,ES-AN,5054.0,,,631.0,,Andalusia
-,2020-04-14,ES-AN,5147.0,,,665.0,,Andalusia
-,2020-04-15,ES-AN,5226.0,,,671.0,,Andalusia
-,2020-04-16,ES-AN,5298.0,,,675.0,,Andalusia
-,2020-04-17,ES-AN,5341.0,,,677.0,,Andalusia
-,2020-04-18,ES-AN,5424.0,,,687.0,,Andalusia
-,2020-04-19,ES-AN,5473.0,,,690.0,,Andalusia
-,2020-04-20,ES-AN,5509.0,,,692.0,,Andalusia
-,2020-04-21,ES-AN,5565.0,,,696.0,,Andalusia
-,2020-04-22,ES-AN,5616.0,,,702.0,,Andalusia
-,2020-04-23,ES-AN,5675.0,,,714.0,,Andalusia
-,2020-04-24,ES-AN,5715.0,,,717.0,,Andalusia
-,2020-04-25,ES-AN,5747.0,,,716.0,,Andalusia
-,2020-04-26,ES-AN,5767.0,,,720.0,,Andalusia
-,2020-04-27,ES-AN,5792.0,,,721.0,,Andalusia
-,2020-04-28,ES-AN,5831.0,,,722.0,,Andalusia
-,2020-04-29,ES-AN,5873.0,,,721.0,,Andalusia
-,2020-04-30,ES-AN,5935.0,,,729.0,,Andalusia
-,2020-01-05,ES-AN,5961.0,,,735.0,,Andalusia
-,2020-02-05,ES-AN,5961.0,,,736.0,,Andalusia
-,2020-03-05,ES-AN,5973.0,,,738.0,,Andalusia
-,2020-04-05,ES-AN,5983.0,,,738.0,,Andalusia
-,2020-05-05,ES-AN,6012.0,,,740.0,,Andalusia
-,2020-06-05,ES-AN,6027.0,,,742.0,,Andalusia
-,2020-07-05,ES-AN,6038.0,,,742.0,,Andalusia
-,2020-08-05,ES-AN,6069.0,,,745.0,,Andalusia
-,2020-09-05,ES-AN,6080.0,,,745.0,,Andalusia
-,2020-10-05,ES-AN,6092.0,,,745.0,,Andalusia
-,2020-11-05,ES-AN,6101.0,,,745.0,,Andalusia
-,2020-12-05,ES-AN,6114.0,,,750.0,,Andalusia
-,2020-05-13,ES-AN,6128.0,,,751.0,,Andalusia
-,2020-05-14,ES-AN,6146.0,,,754.0,,Andalusia
-,2020-05-15,ES-AN,6161.0,,,758.0,,Andalusia
-,2020-05-16,ES-AN,6174.0,,,760.0,,Andalusia
-,2020-05-17,ES-AN,6178.0,,,761.0,,Andalusia
-,2020-02-20,ES-AR,,,,,,Aragon
-,2020-02-21,ES-AR,,,,,,Aragon
-,2020-02-22,ES-AR,,,,,,Aragon
-,2020-02-23,ES-AR,,,,,,Aragon
-,2020-02-24,ES-AR,,,,,,Aragon
-,2020-02-25,ES-AR,,,,,,Aragon
-,2020-02-26,ES-AR,,,,,,Aragon
-,2020-02-27,ES-AR,,,,,,Aragon
-,2020-02-28,ES-AR,,,,,,Aragon
-,2020-02-29,ES-AR,,,,,,Aragon
-,2020-01-03,ES-AR,,,,,,Aragon
-,2020-02-03,ES-AR,,,,,,Aragon
-,2020-03-03,ES-AR,,,,,,Aragon
-,2020-04-03,ES-AR,,,,,,Aragon
-,2020-05-03,ES-AR,,,,,,Aragon
-,2020-06-03,ES-AR,,,,,,Aragon
-,2020-07-03,ES-AR,,,,,,Aragon
-,2020-08-03,ES-AR,,,,3.0,,Aragon
-,2020-09-03,ES-AR,,,,3.0,,Aragon
-,2020-10-03,ES-AR,22.0,,,3.0,,Aragon
-,2020-11-03,ES-AR,28.0,,,3.0,,Aragon
-,2020-12-03,ES-AR,30.0,,,3.0,,Aragon
-,2020-03-13,ES-AR,42.0,,,5.0,,Aragon
-,2020-03-14,ES-AR,59.0,,,5.0,,Aragon
-,2020-03-15,ES-AR,64.0,,,7.0,,Aragon
-,2020-03-16,ES-AR,74.0,,,9.0,,Aragon
-,2020-03-17,ES-AR,81.0,,,9.0,,Aragon
-,2020-03-18,ES-AR,101.0,,,14.0,,Aragon
-,2020-03-19,ES-AR,127.0,,,28.0,,Aragon
-,2020-03-20,ES-AR,192.0,,,33.0,,Aragon
-,2020-03-21,ES-AR,241.0,,,45.0,,Aragon
-,2020-03-22,ES-AR,298.0,,,52.0,,Aragon
-,2020-03-23,ES-AR,384.0,,,66.0,,Aragon
-,2020-03-24,ES-AR,459.0,,,75.0,,Aragon
-,2020-03-25,ES-AR,562.0,,,93.0,,Aragon
-,2020-03-26,ES-AR,693.0,,,114.0,,Aragon
-,2020-03-27,ES-AR,835.0,,,124.0,,Aragon
-,2020-03-28,ES-AR,835.0,,,124.0,,Aragon
-,2020-03-29,ES-AR,1094.0,,,156.0,,Aragon
-,2020-03-30,ES-AR,1176.0,,,165.0,,Aragon
-,2020-03-31,ES-AR,1234.0,,,168.0,,Aragon
-,2020-01-04,ES-AR,1320.0,,,178.0,,Aragon
-,2020-02-04,ES-AR,1431.0,,,180.0,,Aragon
-,2020-03-04,ES-AR,1505.0,,,190.0,,Aragon
-,2020-04-04,ES-AR,1588.0,,,233.0,,Aragon
-,2020-05-04,ES-AR,1637.0,,,237.0,,Aragon
-,2020-06-04,ES-AR,1663.0,,,247.0,,Aragon
-,2020-07-04,ES-AR,1716.0,,,255.0,,Aragon
-,2020-08-04,ES-AR,1765.0,,,261.0,,Aragon
-,2020-09-04,ES-AR,1822.0,,,263.0,,Aragon
-,2020-10-04,ES-AR,1860.0,,,266.0,,Aragon
-,2020-11-04,ES-AR,1901.0,,,272.0,,Aragon
-,2020-12-04,ES-AR,1938.0,,,274.0,,Aragon
-,2020-04-13,ES-AR,1966.0,,,280.0,,Aragon
-,2020-04-14,ES-AR,2006.0,,,282.0,,Aragon
-,2020-04-15,ES-AR,2108.0,,,291.0,,Aragon
-,2020-04-16,ES-AR,2151.0,,,240.0,,Aragon
-,2020-04-17,ES-AR,2180.0,,,243.0,,Aragon
-,2020-04-18,ES-AR,2216.0,,,246.0,,Aragon
-,2020-04-19,ES-AR,2244.0,,,248.0,,Aragon
-,2020-04-20,ES-AR,2271.0,,,250.0,,Aragon
-,2020-04-21,ES-AR,2304.0,,,252.0,,Aragon
-,2020-04-22,ES-AR,2340.0,,,253.0,,Aragon
-,2020-04-23,ES-AR,2359.0,,,254.0,,Aragon
-,2020-04-24,ES-AR,2372.0,,,255.0,,Aragon
-,2020-04-25,ES-AR,2395.0,,,257.0,,Aragon
-,2020-04-26,ES-AR,2403.0,,,257.0,,Aragon
-,2020-04-27,ES-AR,2425.0,,,258.0,,Aragon
-,2020-04-28,ES-AR,2454.0,,,258.0,,Aragon
-,2020-04-29,ES-AR,2477.0,,,258.0,,Aragon
-,2020-04-30,ES-AR,2494.0,,,260.0,,Aragon
-,2020-01-05,ES-AR,2503.0,,,260.0,,Aragon
-,2020-02-05,ES-AR,2519.0,,,260.0,,Aragon
-,2020-03-05,ES-AR,2526.0,,,260.0,,Aragon
-,2020-04-05,ES-AR,2539.0,,,260.0,,Aragon
-,2020-05-05,ES-AR,2552.0,,,260.0,,Aragon
-,2020-06-05,ES-AR,2564.0,,,262.0,,Aragon
-,2020-07-05,ES-AR,2578.0,,,263.0,,Aragon
-,2020-08-05,ES-AR,2583.0,,,263.0,,Aragon
-,2020-09-05,ES-AR,2588.0,,,263.0,,Aragon
-,2020-10-05,ES-AR,2595.0,,,263.0,,Aragon
-,2020-11-05,ES-AR,2606.0,,,264.0,,Aragon
-,2020-12-05,ES-AR,2614.0,,,265.0,,Aragon
-,2020-05-13,ES-AR,2625.0,,,265.0,,Aragon
-,2020-05-14,ES-AR,2637.0,,,266.0,,Aragon
-,2020-05-15,ES-AR,2648.0,,,266.0,,Aragon
-,2020-05-16,ES-AR,2655.0,,,266.0,,Aragon
-,2020-05-17,ES-AR,2659.0,,,267.0,,Aragon
-,2020-02-20,ES-AS,,,,,,Asturias
-,2020-02-21,ES-AS,,,,,,Asturias
-,2020-02-22,ES-AS,,,,,,Asturias
-,2020-02-23,ES-AS,,,,,,Asturias
-,2020-02-24,ES-AS,,,,,,Asturias
-,2020-02-25,ES-AS,,,,,,Asturias
-,2020-02-26,ES-AS,,,,,,Asturias
-,2020-02-27,ES-AS,,,,,,Asturias
-,2020-02-28,ES-AS,,,,,,Asturias
-,2020-02-29,ES-AS,,,,,,Asturias
-,2020-01-03,ES-AS,,,,,,Asturias
-,2020-02-03,ES-AS,,,,,,Asturias
-,2020-03-03,ES-AS,,,,,,Asturias
-,2020-04-03,ES-AS,,,,,,Asturias
-,2020-05-03,ES-AS,,,,,,Asturias
-,2020-06-03,ES-AS,,,,,,Asturias
-,2020-07-03,ES-AS,,,,,,Asturias
-,2020-08-03,ES-AS,,,,2.0,,Asturias
-,2020-09-03,ES-AS,,,,2.0,,Asturias
-,2020-10-03,ES-AS,12.0,,,2.0,,Asturias
-,2020-11-03,ES-AS,12.0,,,2.0,,Asturias
-,2020-12-03,ES-AS,16.0,,,2.0,,Asturias
-,2020-03-13,ES-AS,16.0,,,2.0,,Asturias
-,2020-03-14,ES-AS,16.0,,,3.0,,Asturias
-,2020-03-15,ES-AS,16.0,,,3.0,,Asturias
-,2020-03-16,ES-AS,34.0,,,5.0,,Asturias
-,2020-03-17,ES-AS,45.0,,,5.0,,Asturias
-,2020-03-18,ES-AS,61.0,,,6.0,,Asturias
-,2020-03-19,ES-AS,87.0,,,7.0,,Asturias
-,2020-03-20,ES-AS,133.0,,,12.0,,Asturias
-,2020-03-21,ES-AS,171.0,,,15.0,,Asturias
-,2020-03-22,ES-AS,194.0,,,22.0,,Asturias
-,2020-03-23,ES-AS,224.0,,,23.0,,Asturias
-,2020-03-24,ES-AS,263.0,,,29.0,,Asturias
-,2020-03-25,ES-AS,300.0,,,34.0,,Asturias
-,2020-03-26,ES-AS,339.0,,,47.0,,Asturias
-,2020-03-27,ES-AS,408.0,,,50.0,,Asturias
-,2020-03-28,ES-AS,466.0,,,57.0,,Asturias
-,2020-03-29,ES-AS,479.0,,,60.0,,Asturias
-,2020-03-30,ES-AS,529.0,,,65.0,,Asturias
-,2020-03-31,ES-AS,590.0,,,76.0,,Asturias
-,2020-01-04,ES-AS,640.0,,,79.0,,Asturias
-,2020-02-04,ES-AS,702.0,,,86.0,,Asturias
-,2020-03-04,ES-AS,766.0,,,87.0,,Asturias
-,2020-04-04,ES-AS,808.0,,,90.0,,Asturias
-,2020-05-04,ES-AS,846.0,,,90.0,,Asturias
-,2020-06-04,ES-AS,889.0,,,91.0,,Asturias
-,2020-07-04,ES-AS,958.0,,,91.0,,Asturias
-,2020-08-04,ES-AS,1018.0,,,94.0,,Asturias
-,2020-09-04,ES-AS,1083.0,,,100.0,,Asturias
-,2020-10-04,ES-AS,1147.0,,,105.0,,Asturias
-,2020-11-04,ES-AS,1208.0,,,106.0,,Asturias
-,2020-12-04,ES-AS,1265.0,,,110.0,,Asturias
-,2020-04-13,ES-AS,1330.0,,,111.0,,Asturias
-,2020-04-14,ES-AS,1387.0,,,114.0,,Asturias
-,2020-04-15,ES-AS,1432.0,,,116.0,,Asturias
-,2020-04-16,ES-AS,1474.0,,,118.0,,Asturias
-,2020-04-17,ES-AS,1520.0,,,119.0,,Asturias
-,2020-04-18,ES-AS,1571.0,,,120.0,,Asturias
-,2020-04-19,ES-AS,1599.0,,,122.0,,Asturias
-,2020-04-20,ES-AS,1626.0,,,122.0,,Asturias
-,2020-04-21,ES-AS,1665.0,,,128.0,,Asturias
-,2020-04-22,ES-AS,1705.0,,,130.0,,Asturias
-,2020-04-23,ES-AS,1728.0,,,131.0,,Asturias
-,2020-04-24,ES-AS,1760.0,,,132.0,,Asturias
-,2020-04-25,ES-AS,1790.0,,,134.0,,Asturias
-,2020-04-26,ES-AS,1814.0,,,137.0,,Asturias
-,2020-04-27,ES-AS,1843.0,,,137.0,,Asturias
-,2020-04-28,ES-AS,1886.0,,,137.0,,Asturias
-,2020-04-29,ES-AS,1915.0,,,137.0,,Asturias
-,2020-04-30,ES-AS,1938.0,,,140.0,,Asturias
-,2020-01-05,ES-AS,1974.0,,,141.0,,Asturias
-,2020-02-05,ES-AS,1995.0,,,142.0,,Asturias
-,2020-03-05,ES-AS,2014.0,,,142.0,,Asturias
-,2020-04-05,ES-AS,2046.0,,,142.0,,Asturias
-,2020-05-05,ES-AS,2081.0,,,142.0,,Asturias
-,2020-06-05,ES-AS,2117.0,,,143.0,,Asturias
-,2020-07-05,ES-AS,2141.0,,,144.0,,Asturias
-,2020-08-05,ES-AS,2166.0,,,145.0,,Asturias
-,2020-09-05,ES-AS,2185.0,,,147.0,,Asturias
-,2020-10-05,ES-AS,2197.0,,,149.0,,Asturias
-,2020-11-05,ES-AS,2212.0,,,150.0,,Asturias
-,2020-12-05,ES-AS,2239.0,,,151.0,,Asturias
-,2020-05-13,ES-AS,2252.0,,,151.0,,Asturias
-,2020-05-14,ES-AS,2268.0,,,152.0,,Asturias
-,2020-05-15,ES-AS,2290.0,,,152.0,,Asturias
-,2020-05-16,ES-AS,2311.0,,,153.0,,Asturias
-,2020-05-17,ES-AS,2328.0,,,153.0,,Asturias
-,2020-02-20,ES-IB,,,,,,Balearic Islands
-,2020-02-21,ES-IB,,,,,,Balearic Islands
-,2020-02-22,ES-IB,,,,,,Balearic Islands
-,2020-02-23,ES-IB,,,,,,Balearic Islands
-,2020-02-24,ES-IB,,,,,,Balearic Islands
-,2020-02-25,ES-IB,,,,,,Balearic Islands
-,2020-02-26,ES-IB,,,,,,Balearic Islands
-,2020-02-27,ES-IB,,,,,,Balearic Islands
-,2020-02-28,ES-IB,,,,,,Balearic Islands
-,2020-02-29,ES-IB,,,,,,Balearic Islands
-,2020-01-03,ES-IB,,,,,,Balearic Islands
-,2020-02-03,ES-IB,,,,,,Balearic Islands
-,2020-03-03,ES-IB,,,,,,Balearic Islands
-,2020-04-03,ES-IB,,,,,,Balearic Islands
-,2020-05-03,ES-IB,,,,,,Balearic Islands
-,2020-06-03,ES-IB,,,,,,Balearic Islands
-,2020-07-03,ES-IB,,,,,,Balearic Islands
-,2020-08-03,ES-IB,,,,1.0,,Balearic Islands
-,2020-09-03,ES-IB,,,,1.0,,Balearic Islands
-,2020-10-03,ES-IB,8.0,,,1.0,,Balearic Islands
-,2020-11-03,ES-IB,8.0,,,2.0,,Balearic Islands
-,2020-12-03,ES-IB,9.0,,,2.0,,Balearic Islands
-,2020-03-13,ES-IB,9.0,,,2.0,,Balearic Islands
-,2020-03-14,ES-IB,9.0,,,2.0,,Balearic Islands
-,2020-03-15,ES-IB,21.0,,,4.0,,Balearic Islands
-,2020-03-16,ES-IB,26.0,,,4.0,,Balearic Islands
-,2020-03-17,ES-IB,29.0,,,4.0,,Balearic Islands
-,2020-03-18,ES-IB,31.0,,,7.0,,Balearic Islands
-,2020-03-19,ES-IB,48.0,,,10.0,,Balearic Islands
-,2020-03-20,ES-IB,60.0,,,14.0,,Balearic Islands
-,2020-03-21,ES-IB,79.0,,,14.0,,Balearic Islands
-,2020-03-22,ES-IB,87.0,,,27.0,,Balearic Islands
-,2020-03-23,ES-IB,127.0,,,35.0,,Balearic Islands
-,2020-03-24,ES-IB,164.0,,,40.0,,Balearic Islands
-,2020-03-25,ES-IB,205.0,,,43.0,,Balearic Islands
-,2020-03-26,ES-IB,237.0,,,46.0,,Balearic Islands
-,2020-03-27,ES-IB,283.0,,,59.0,,Balearic Islands
-,2020-03-28,ES-IB,345.0,,,71.0,,Balearic Islands
-,2020-03-29,ES-IB,353.0,,,80.0,,Balearic Islands
-,2020-03-30,ES-IB,399.0,,,85.0,,Balearic Islands
-,2020-03-31,ES-IB,467.0,,,94.0,,Balearic Islands
-,2020-01-04,ES-IB,516.0,,,104.0,,Balearic Islands
-,2020-02-04,ES-IB,586.0,,,111.0,,Balearic Islands
-,2020-03-04,ES-IB,633.0,,,113.0,,Balearic Islands
-,2020-04-04,ES-IB,663.0,,,119.0,,Balearic Islands
-,2020-05-04,ES-IB,682.0,,,120.0,,Balearic Islands
-,2020-06-04,ES-IB,704.0,,,123.0,,Balearic Islands
-,2020-07-04,ES-IB,730.0,,,128.0,,Balearic Islands
-,2020-08-04,ES-IB,750.0,,,131.0,,Balearic Islands
-,2020-09-04,ES-IB,776.0,,,135.0,,Balearic Islands
-,2020-10-04,ES-IB,777.0,,,136.0,,Balearic Islands
-,2020-11-04,ES-IB,804.0,,,141.0,,Balearic Islands
-,2020-12-04,ES-IB,810.0,,,142.0,,Balearic Islands
-,2020-04-13,ES-IB,825.0,,,144.0,,Balearic Islands
-,2020-04-14,ES-IB,856.0,,,148.0,,Balearic Islands
-,2020-04-15,ES-IB,871.0,,,151.0,,Balearic Islands
-,2020-04-16,ES-IB,904.0,,,151.0,,Balearic Islands
-,2020-04-17,ES-IB,936.0,,,156.0,,Balearic Islands
-,2020-04-18,ES-IB,954.0,,,159.0,,Balearic Islands
-,2020-04-19,ES-IB,962.0,,,160.0,,Balearic Islands
-,2020-04-20,ES-IB,985.0,,,160.0,,Balearic Islands
-,2020-04-21,ES-IB,1004.0,,,165.0,,Balearic Islands
-,2020-04-22,ES-IB,1021.0,,,165.0,,Balearic Islands
-,2020-04-23,ES-IB,1039.0,,,165.0,,Balearic Islands
-,2020-04-24,ES-IB,1057.0,,,165.0,,Balearic Islands
-,2020-04-25,ES-IB,1061.0,,,165.0,,Balearic Islands
-,2020-04-26,ES-IB,1061.0,,,165.0,,Balearic Islands
-,2020-04-27,ES-IB,1073.0,,,165.0,,Balearic Islands
-,2020-04-28,ES-IB,1078.0,,,165.0,,Balearic Islands
-,2020-04-29,ES-IB,1081.0,,,166.0,,Balearic Islands
-,2020-04-30,ES-IB,1089.0,,,166.0,,Balearic Islands
-,2020-01-05,ES-IB,1093.0,,,166.0,,Balearic Islands
-,2020-02-05,ES-IB,1098.0,,,166.0,,Balearic Islands
-,2020-03-05,ES-IB,1101.0,,,166.0,,Balearic Islands
-,2020-04-05,ES-IB,1109.0,,,167.0,,Balearic Islands
-,2020-05-05,ES-IB,1121.0,,,167.0,,Balearic Islands
-,2020-06-05,ES-IB,1125.0,,,167.0,,Balearic Islands
-,2020-07-05,ES-IB,1125.0,,,167.0,,Balearic Islands
-,2020-08-05,ES-IB,1125.0,,,168.0,,Balearic Islands
-,2020-09-05,ES-IB,1125.0,,,168.0,,Balearic Islands
-,2020-10-05,ES-IB,1125.0,,,168.0,,Balearic Islands
-,2020-11-05,ES-IB,1126.0,,,169.0,,Balearic Islands
-,2020-12-05,ES-IB,1131.0,,,171.0,,Balearic Islands
-,2020-05-13,ES-IB,1131.0,,,171.0,,Balearic Islands
-,2020-05-14,ES-IB,1134.0,,,169.0,,Balearic Islands
-,2020-05-15,ES-IB,1134.0,,,169.0,,Balearic Islands
-,2020-05-16,ES-IB,1136.0,,,169.0,,Balearic Islands
-,2020-05-17,ES-IB,1136.0,,,169.0,,Balearic Islands
-,2020-02-20,ES-CN,,,,,,Canarias
-,2020-02-21,ES-CN,,,,,,Canarias
-,2020-02-22,ES-CN,,,,,,Canarias
-,2020-02-23,ES-CN,,,,,,Canarias
-,2020-02-24,ES-CN,,,,,,Canarias
-,2020-02-25,ES-CN,,,,,,Canarias
-,2020-02-26,ES-CN,,,,,,Canarias
-,2020-02-27,ES-CN,,,,,,Canarias
-,2020-02-28,ES-CN,,,,,,Canarias
-,2020-02-29,ES-CN,,,,,,Canarias
-,2020-01-03,ES-CN,,,,,,Canarias
-,2020-02-03,ES-CN,,,,,,Canarias
-,2020-03-03,ES-CN,,,,,,Canarias
-,2020-04-03,ES-CN,,,,,,Canarias
-,2020-05-03,ES-CN,,,,,,Canarias
-,2020-06-03,ES-CN,,,,,,Canarias
-,2020-07-03,ES-CN,,,,,,Canarias
-,2020-08-03,ES-CN,,,,0.0,,Canarias
-,2020-09-03,ES-CN,,,,1.0,,Canarias
-,2020-10-03,ES-CN,10.0,,,1.0,,Canarias
-,2020-11-03,ES-CN,15.0,,,3.0,,Canarias
-,2020-12-03,ES-CN,15.0,,,3.0,,Canarias
-,2020-03-13,ES-CN,15.0,,,6.0,,Canarias
-,2020-03-14,ES-CN,15.0,,,6.0,,Canarias
-,2020-03-15,ES-CN,40.0,,,9.0,,Canarias
-,2020-03-16,ES-CN,56.0,,,13.0,,Canarias
-,2020-03-17,ES-CN,73.0,,,17.0,,Canarias
-,2020-03-18,ES-CN,82.0,,,23.0,,Canarias
-,2020-03-19,ES-CN,115.0,,,25.0,,Canarias
-,2020-03-20,ES-CN,139.0,,,29.0,,Canarias
-,2020-03-21,ES-CN,150.0,,,32.0,,Canarias
-,2020-03-22,ES-CN,172.0,,,32.0,,Canarias
-,2020-03-23,ES-CN,207.0,,,36.0,,Canarias
-,2020-03-24,ES-CN,235.0,,,43.0,,Canarias
-,2020-03-25,ES-CN,279.0,,,45.0,,Canarias
-,2020-03-26,ES-CN,328.0,,,61.0,,Canarias
-,2020-03-27,ES-CN,377.0,,,68.0,,Canarias
-,2020-03-28,ES-CN,425.0,,,78.0,,Canarias
-,2020-03-29,ES-CN,444.0,,,84.0,,Canarias
-,2020-03-30,ES-CN,483.0,,,94.0,,Canarias
-,2020-03-31,ES-CN,532.0,,,110.0,,Canarias
-,2020-01-04,ES-CN,566.0,,,113.0,,Canarias
-,2020-02-04,ES-CN,605.0,,,120.0,,Canarias
-,2020-03-04,ES-CN,632.0,,,128.0,,Canarias
-,2020-04-04,ES-CN,644.0,,,129.0,,Canarias
-,2020-05-04,ES-CN,651.0,,,133.0,,Canarias
-,2020-06-04,ES-CN,689.0,,,137.0,,Canarias
-,2020-07-04,ES-CN,703.0,,,138.0,,Canarias
-,2020-08-04,ES-CN,730.0,,,140.0,,Canarias
-,2020-09-04,ES-CN,738.0,,,141.0,,Canarias
-,2020-10-04,ES-CN,745.0,,,144.0,,Canarias
-,2020-11-04,ES-CN,758.0,,,144.0,,Canarias
-,2020-12-04,ES-CN,763.0,,,145.0,,Canarias
-,2020-04-13,ES-CN,771.0,,,147.0,,Canarias
-,2020-04-14,ES-CN,781.0,,,152.0,,Canarias
-,2020-04-15,ES-CN,802.0,,,156.0,,Canarias
-,2020-04-16,ES-CN,811.0,,,159.0,,Canarias
-,2020-04-17,ES-CN,822.0,,,160.0,,Canarias
-,2020-04-18,ES-CN,825.0,,,162.0,,Canarias
-,2020-04-19,ES-CN,826.0,,,163.0,,Canarias
-,2020-04-20,ES-CN,837.0,,,164.0,,Canarias
-,2020-04-21,ES-CN,841.0,,,164.0,,Canarias
-,2020-04-22,ES-CN,855.0,,,169.0,,Canarias
-,2020-04-23,ES-CN,868.0,,,169.0,,Canarias
-,2020-04-24,ES-CN,878.0,,,171.0,,Canarias
-,2020-04-25,ES-CN,880.0,,,171.0,,Canarias
-,2020-04-26,ES-CN,881.0,,,171.0,,Canarias
-,2020-04-27,ES-CN,900.0,,,174.0,,Canarias
-,2020-04-28,ES-CN,906.0,,,175.0,,Canarias
-,2020-04-29,ES-CN,909.0,,,175.0,,Canarias
-,2020-04-30,ES-CN,914.0,,,175.0,,Canarias
-,2020-01-05,ES-CN,918.0,,,175.0,,Canarias
-,2020-02-05,ES-CN,919.0,,,175.0,,Canarias
-,2020-03-05,ES-CN,919.0,,,175.0,,Canarias
-,2020-04-05,ES-CN,920.0,,,176.0,,Canarias
-,2020-05-05,ES-CN,920.0,,,176.0,,Canarias
-,2020-06-05,ES-CN,921.0,,,176.0,,Canarias
-,2020-07-05,ES-CN,927.0,,,176.0,,Canarias
-,2020-08-05,ES-CN,935.0,,,178.0,,Canarias
-,2020-09-05,ES-CN,935.0,,,178.0,,Canarias
-,2020-10-05,ES-CN,936.0,,,178.0,,Canarias
-,2020-11-05,ES-CN,937.0,,,178.0,,Canarias
-,2020-12-05,ES-CN,937.0,,,178.0,,Canarias
-,2020-05-13,ES-CN,937.0,,,178.0,,Canarias
-,2020-05-14,ES-CN,938.0,,,178.0,,Canarias
-,2020-05-15,ES-CN,939.0,,,178.0,,Canarias
-,2020-05-16,ES-CN,939.0,,,178.0,,Canarias
-,2020-05-17,ES-CN,942.0,,,178.0,,Canarias
-,2020-02-20,ES-CB,,,,,,Cantabria
-,2020-02-21,ES-CB,,,,,,Cantabria
-,2020-02-22,ES-CB,,,,,,Cantabria
-,2020-02-23,ES-CB,,,,,,Cantabria
-,2020-02-24,ES-CB,,,,,,Cantabria
-,2020-02-25,ES-CB,,,,,,Cantabria
-,2020-02-26,ES-CB,,,,,,Cantabria
-,2020-02-27,ES-CB,,,,,,Cantabria
-,2020-02-28,ES-CB,,,,,,Cantabria
-,2020-02-29,ES-CB,,,,,,Cantabria
-,2020-01-03,ES-CB,,,,,,Cantabria
-,2020-02-03,ES-CB,,,,,,Cantabria
-,2020-03-03,ES-CB,,,,,,Cantabria
-,2020-04-03,ES-CB,,,,,,Cantabria
-,2020-05-03,ES-CB,,,,,,Cantabria
-,2020-06-03,ES-CB,,,,,,Cantabria
-,2020-07-03,ES-CB,,,,,,Cantabria
-,2020-08-03,ES-CB,,,,0.0,,Cantabria
-,2020-09-03,ES-CB,,,,0.0,,Cantabria
-,2020-10-03,ES-CB,0.0,,,0.0,,Cantabria
-,2020-11-03,ES-CB,3.0,,,0.0,,Cantabria
-,2020-12-03,ES-CB,3.0,,,0.0,,Cantabria
-,2020-03-13,ES-CB,3.0,,,0.0,,Cantabria
-,2020-03-14,ES-CB,3.0,,,0.0,,Cantabria
-,2020-03-15,ES-CB,18.0,,,2.0,,Cantabria
-,2020-03-16,ES-CB,18.0,,,2.0,,Cantabria
-,2020-03-17,ES-CB,25.0,,,3.0,,Cantabria
-,2020-03-18,ES-CB,40.0,,,4.0,,Cantabria
-,2020-03-19,ES-CB,61.0,,,7.0,,Cantabria
-,2020-03-20,ES-CB,92.0,,,9.0,,Cantabria
-,2020-03-21,ES-CB,116.0,,,9.0,,Cantabria
-,2020-03-22,ES-CB,157.0,,,14.0,,Cantabria
-,2020-03-23,ES-CB,200.0,,,16.0,,Cantabria
-,2020-03-24,ES-CB,241.0,,,18.0,,Cantabria
-,2020-03-25,ES-CB,300.0,,,26.0,,Cantabria
-,2020-03-26,ES-CB,355.0,,,29.0,,Cantabria
-,2020-03-27,ES-CB,406.0,,,37.0,,Cantabria
-,2020-03-28,ES-CB,449.0,,,40.0,,Cantabria
-,2020-03-29,ES-CB,481.0,,,46.0,,Cantabria
-,2020-03-30,ES-CB,522.0,,,50.0,,Cantabria
-,2020-03-31,ES-CB,543.0,,,54.0,,Cantabria
-,2020-01-04,ES-CB,567.0,,,57.0,,Cantabria
-,2020-02-04,ES-CB,592.0,,,59.0,,Cantabria
-,2020-03-04,ES-CB,619.0,,,60.0,,Cantabria
-,2020-04-04,ES-CB,639.0,,,62.0,,Cantabria
-,2020-05-04,ES-CB,658.0,,,65.0,,Cantabria
-,2020-06-04,ES-CB,677.0,,,66.0,,Cantabria
-,2020-07-04,ES-CB,700.0,,,69.0,,Cantabria
-,2020-08-04,ES-CB,720.0,,,71.0,,Cantabria
-,2020-09-04,ES-CB,747.0,,,73.0,,Cantabria
-,2020-10-04,ES-CB,773.0,,,75.0,,Cantabria
-,2020-11-04,ES-CB,805.0,,,75.0,,Cantabria
-,2020-12-04,ES-CB,827.0,,,75.0,,Cantabria
-,2020-04-13,ES-CB,853.0,,,76.0,,Cantabria
-,2020-04-14,ES-CB,873.0,,,76.0,,Cantabria
-,2020-04-15,ES-CB,890.0,,,77.0,,Cantabria
-,2020-04-16,ES-CB,903.0,,,78.0,,Cantabria
-,2020-04-17,ES-CB,911.0,,,78.0,,Cantabria
-,2020-04-18,ES-CB,924.0,,,78.0,,Cantabria
-,2020-04-19,ES-CB,934.0,,,78.0,,Cantabria
-,2020-04-20,ES-CB,948.0,,,78.0,,Cantabria
-,2020-04-21,ES-CB,956.0,,,78.0,,Cantabria
-,2020-04-22,ES-CB,965.0,,,78.0,,Cantabria
-,2020-04-23,ES-CB,978.0,,,78.0,,Cantabria
-,2020-04-24,ES-CB,982.0,,,78.0,,Cantabria
-,2020-04-25,ES-CB,991.0,,,78.0,,Cantabria
-,2020-04-26,ES-CB,995.0,,,78.0,,Cantabria
-,2020-04-27,ES-CB,1000.0,,,78.0,,Cantabria
-,2020-04-28,ES-CB,1006.0,,,79.0,,Cantabria
-,2020-04-29,ES-CB,1007.0,,,79.0,,Cantabria
-,2020-04-30,ES-CB,1009.0,,,79.0,,Cantabria
-,2020-01-05,ES-CB,1009.0,,,79.0,,Cantabria
-,2020-02-05,ES-CB,1010.0,,,79.0,,Cantabria
-,2020-03-05,ES-CB,1011.0,,,79.0,,Cantabria
-,2020-04-05,ES-CB,1015.0,,,79.0,,Cantabria
-,2020-05-05,ES-CB,1018.0,,,79.0,,Cantabria
-,2020-06-05,ES-CB,1020.0,,,79.0,,Cantabria
-,2020-07-05,ES-CB,1022.0,,,79.0,,Cantabria
-,2020-08-05,ES-CB,1023.0,,,79.0,,Cantabria
-,2020-09-05,ES-CB,1027.0,,,79.0,,Cantabria
-,2020-10-05,ES-CB,1027.0,,,79.0,,Cantabria
-,2020-11-05,ES-CB,1027.0,,,79.0,,Cantabria
-,2020-12-05,ES-CB,1029.0,,,79.0,,Cantabria
-,2020-05-13,ES-CB,1030.0,,,79.0,,Cantabria
-,2020-05-14,ES-CB,1031.0,,,79.0,,Cantabria
-,2020-05-15,ES-CB,1032.0,,,79.0,,Cantabria
-,2020-05-16,ES-CB,1033.0,,,79.0,,Cantabria
-,2020-05-17,ES-CB,1035.0,,,79.0,,Cantabria
-,2020-02-20,ES-CE,,,,,,Ceuta
-,2020-02-21,ES-CE,,,,,,Ceuta
-,2020-02-22,ES-CE,,,,,,Ceuta
-,2020-02-23,ES-CE,,,,,,Ceuta
-,2020-02-24,ES-CE,,,,,,Ceuta
-,2020-02-25,ES-CE,,,,,,Ceuta
-,2020-02-26,ES-CE,,,,,,Ceuta
-,2020-02-27,ES-CE,,,,,,Ceuta
-,2020-02-28,ES-CE,,,,,,Ceuta
-,2020-02-29,ES-CE,,,,,,Ceuta
-,2020-01-03,ES-CE,,,,,,Ceuta
-,2020-02-03,ES-CE,,,,,,Ceuta
-,2020-03-03,ES-CE,,,,,,Ceuta
-,2020-04-03,ES-CE,,,,,,Ceuta
-,2020-05-03,ES-CE,,,,,,Ceuta
-,2020-06-03,ES-CE,,,,,,Ceuta
-,2020-07-03,ES-CE,,,,,,Ceuta
-,2020-08-03,ES-CE,,,,0.0,,Ceuta
-,2020-09-03,ES-CE,,,,0.0,,Ceuta
-,2020-10-03,ES-CE,0.0,,,0.0,,Ceuta
-,2020-11-03,ES-CE,0.0,,,0.0,,Ceuta
-,2020-12-03,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-13,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-14,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-15,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-16,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-17,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-18,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-19,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-20,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-21,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-22,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-23,ES-CE,0.0,,,0.0,,Ceuta
-,2020-03-24,ES-CE,2.0,,,1.0,,Ceuta
-,2020-03-25,ES-CE,2.0,,,2.0,,Ceuta
-,2020-03-26,ES-CE,2.0,,,2.0,,Ceuta
-,2020-03-27,ES-CE,2.0,,,2.0,,Ceuta
-,2020-03-28,ES-CE,2.0,,,2.0,,Ceuta
-,2020-03-29,ES-CE,2.0,,,2.0,,Ceuta
-,2020-03-30,ES-CE,3.0,,,3.0,,Ceuta
-,2020-03-31,ES-CE,6.0,,,3.0,,Ceuta
-,2020-01-04,ES-CE,7.0,,,3.0,,Ceuta
-,2020-02-04,ES-CE,8.0,,,3.0,,Ceuta
-,2020-03-04,ES-CE,8.0,,,4.0,,Ceuta
-,2020-04-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-05-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-06-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-07-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-08-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-09-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-10-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-11-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-12-04,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-13,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-14,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-15,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-16,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-17,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-18,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-19,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-20,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-21,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-22,ES-CE,9.0,,,4.0,,Ceuta
-,2020-04-23,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-24,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-25,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-26,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-27,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-28,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-29,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-30,ES-CE,10.0,,,4.0,,Ceuta
-,2020-01-05,ES-CE,10.0,,,4.0,,Ceuta
-,2020-02-05,ES-CE,10.0,,,4.0,,Ceuta
-,2020-03-05,ES-CE,10.0,,,4.0,,Ceuta
-,2020-04-05,ES-CE,10.0,,,4.0,,Ceuta
-,2020-05-05,ES-CE,10.0,,,4.0,,Ceuta
-,2020-06-05,ES-CE,10.0,,,4.0,,Ceuta
-,2020-07-05,ES-CE,11.0,,,4.0,,Ceuta
-,2020-08-05,ES-CE,11.0,,,4.0,,Ceuta
-,2020-09-05,ES-CE,11.0,,,4.0,,Ceuta
-,2020-10-05,ES-CE,11.0,,,4.0,,Ceuta
-,2020-11-05,ES-CE,11.0,,,4.0,,Ceuta
-,2020-12-05,ES-CE,11.0,,,4.0,,Ceuta
-,2020-05-13,ES-CE,11.0,,,4.0,,Ceuta
-,2020-05-14,ES-CE,11.0,,,4.0,,Ceuta
-,2020-05-15,ES-CE,11.0,,,4.0,,Ceuta
-,2020-05-16,ES-CE,11.0,,,4.0,,Ceuta
-,2020-05-17,ES-CE,11.0,,,4.0,,Ceuta
-,2020-02-20,ES-EX,,,,,,Extremadura
-,2020-02-21,ES-EX,,,,,,Extremadura
-,2020-02-22,ES-EX,,,,,,Extremadura
-,2020-02-23,ES-EX,,,,,,Extremadura
-,2020-02-24,ES-EX,,,,,,Extremadura
-,2020-02-25,ES-EX,,,,,,Extremadura
-,2020-02-26,ES-EX,,,,,,Extremadura
-,2020-02-27,ES-EX,,,,,,Extremadura
-,2020-02-28,ES-EX,,,,,,Extremadura
-,2020-02-29,ES-EX,,,,,,Extremadura
-,2020-01-03,ES-EX,,,,,,Extremadura
-,2020-02-03,ES-EX,,,,,,Extremadura
-,2020-03-03,ES-EX,,,,,,Extremadura
-,2020-04-03,ES-EX,,,,,,Extremadura
-,2020-05-03,ES-EX,,,,,,Extremadura
-,2020-06-03,ES-EX,,,,,,Extremadura
-,2020-07-03,ES-EX,,,,,,Extremadura
-,2020-08-03,ES-EX,,,,0.0,,Extremadura
-,2020-09-03,ES-EX,,,,0.0,,Extremadura
-,2020-10-03,ES-EX,2.0,,,1.0,,Extremadura
-,2020-11-03,ES-EX,2.0,,,1.0,,Extremadura
-,2020-12-03,ES-EX,3.0,,,1.0,,Extremadura
-,2020-03-13,ES-EX,3.0,,,1.0,,Extremadura
-,2020-03-14,ES-EX,8.0,,,1.0,,Extremadura
-,2020-03-15,ES-EX,9.0,,,1.0,,Extremadura
-,2020-03-16,ES-EX,18.0,,,2.0,,Extremadura
-,2020-03-17,ES-EX,27.0,,,3.0,,Extremadura
-,2020-03-18,ES-EX,36.0,,,3.0,,Extremadura
-,2020-03-19,ES-EX,44.0,,,4.0,,Extremadura
-,2020-03-20,ES-EX,65.0,,,6.0,,Extremadura
-,2020-03-21,ES-EX,87.0,,,8.0,,Extremadura
-,2020-03-22,ES-EX,131.0,,,13.0,,Extremadura
-,2020-03-23,ES-EX,161.0,,,20.0,,Extremadura
-,2020-03-24,ES-EX,209.0,,,28.0,,Extremadura
-,2020-03-25,ES-EX,241.0,,,34.0,,Extremadura
-,2020-03-26,ES-EX,277.0,,,41.0,,Extremadura
-,2020-03-27,ES-EX,312.0,,,40.0,,Extremadura
-,2020-03-28,ES-EX,313.0,,,41.0,,Extremadura
-,2020-03-29,ES-EX,353.0,,,43.0,,Extremadura
-,2020-03-30,ES-EX,371.0,,,51.0,,Extremadura
-,2020-03-31,ES-EX,372.0,,,58.0,,Extremadura
-,2020-01-04,ES-EX,412.0,,,62.0,,Extremadura
-,2020-02-04,ES-EX,415.0,,,64.0,,Extremadura
-,2020-03-04,ES-EX,453.0,,,64.0,,Extremadura
-,2020-04-04,ES-EX,417.0,,,66.0,,Extremadura
-,2020-05-04,ES-EX,453.0,,,66.0,,Extremadura
-,2020-06-04,ES-EX,686.0,,,70.0,,Extremadura
-,2020-07-04,ES-EX,898.0,,,98.0,,Extremadura
-,2020-08-04,ES-EX,958.0,,,99.0,,Extremadura
-,2020-09-04,ES-EX,1003.0,,,101.0,,Extremadura
-,2020-10-04,ES-EX,1052.0,,,104.0,,Extremadura
-,2020-11-04,ES-EX,1074.0,,,106.0,,Extremadura
-,2020-12-04,ES-EX,1096.0,,,107.0,,Extremadura
-,2020-04-13,ES-EX,1114.0,,,107.0,,Extremadura
-,2020-04-14,ES-EX,1155.0,,,107.0,,Extremadura
-,2020-04-15,ES-EX,1186.0,,,107.0,,Extremadura
-,2020-04-16,ES-EX,1212.0,,,107.0,,Extremadura
-,2020-04-17,ES-EX,1240.0,,,107.0,,Extremadura
-,2020-04-18,ES-EX,1278.0,,,107.0,,Extremadura
-,2020-04-19,ES-EX,1306.0,,,107.0,,Extremadura
-,2020-04-20,ES-EX,1327.0,,,107.0,,Extremadura
-,2020-04-21,ES-EX,1349.0,,,107.0,,Extremadura
-,2020-04-22,ES-EX,1375.0,,,107.0,,Extremadura
-,2020-04-23,ES-EX,1413.0,,,107.0,,Extremadura
-,2020-04-24,ES-EX,1447.0,,,107.0,,Extremadura
-,2020-04-25,ES-EX,1480.0,,,107.0,,Extremadura
-,2020-04-26,ES-EX,1490.0,,,107.0,,Extremadura
-,2020-04-27,ES-EX,1505.0,,,107.0,,Extremadura
-,2020-04-28,ES-EX,1526.0,,,107.0,,Extremadura
-,2020-04-29,ES-EX,1550.0,,,108.0,,Extremadura
-,2020-04-30,ES-EX,1565.0,,,108.0,,Extremadura
-,2020-01-05,ES-EX,1592.0,,,108.0,,Extremadura
-,2020-02-05,ES-EX,1603.0,,,108.0,,Extremadura
-,2020-03-05,ES-EX,1618.0,,,108.0,,Extremadura
-,2020-04-05,ES-EX,1629.0,,,108.0,,Extremadura
-,2020-05-05,ES-EX,1650.0,,,108.0,,Extremadura
-,2020-06-05,ES-EX,1664.0,,,108.0,,Extremadura
-,2020-07-05,ES-EX,1678.0,,,109.0,,Extremadura
-,2020-08-05,ES-EX,1695.0,,,109.0,,Extremadura
-,2020-09-05,ES-EX,1711.0,,,109.0,,Extremadura
-,2020-10-05,ES-EX,1725.0,,,109.0,,Extremadura
-,2020-11-05,ES-EX,1737.0,,,109.0,,Extremadura
-,2020-12-05,ES-EX,1754.0,,,109.0,,Extremadura
-,2020-05-13,ES-EX,1761.0,,,109.0,,Extremadura
-,2020-05-14,ES-EX,1772.0,,,109.0,,Extremadura
-,2020-05-15,ES-EX,1772.0,,,109.0,,Extremadura
-,2020-05-16,ES-EX,1775.0,,,110.0,,Extremadura
-,2020-05-17,ES-EX,1775.0,,,110.0,,Extremadura
-,2020-02-20,ES-GA,,,,,,Galicia
-,2020-02-21,ES-GA,,,,,,Galicia
-,2020-02-22,ES-GA,,,,,,Galicia
-,2020-02-23,ES-GA,,,,,,Galicia
-,2020-02-24,ES-GA,,,,,,Galicia
-,2020-02-25,ES-GA,,,,,,Galicia
-,2020-02-26,ES-GA,,,,,,Galicia
-,2020-02-27,ES-GA,,,,,,Galicia
-,2020-02-28,ES-GA,,,,,,Galicia
-,2020-02-29,ES-GA,,,,,,Galicia
-,2020-01-03,ES-GA,,,,,,Galicia
-,2020-02-03,ES-GA,,,,,,Galicia
-,2020-03-03,ES-GA,,,,,,Galicia
-,2020-04-03,ES-GA,,,,,,Galicia
-,2020-05-03,ES-GA,,,,,,Galicia
-,2020-06-03,ES-GA,,,,,,Galicia
-,2020-07-03,ES-GA,,,,,,Galicia
-,2020-08-03,ES-GA,,,,2.0,,Galicia
-,2020-09-03,ES-GA,,,,2.0,,Galicia
-,2020-10-03,ES-GA,7.0,,,2.0,,Galicia
-,2020-11-03,ES-GA,7.0,,,2.0,,Galicia
-,2020-12-03,ES-GA,15.0,,,6.0,,Galicia
-,2020-03-13,ES-GA,32.0,,,6.0,,Galicia
-,2020-03-14,ES-GA,32.0,,,6.0,,Galicia
-,2020-03-15,ES-GA,49.0,,,8.0,,Galicia
-,2020-03-16,ES-GA,49.0,,,12.0,,Galicia
-,2020-03-17,ES-GA,63.0,,,17.0,,Galicia
-,2020-03-18,ES-GA,100.0,,,24.0,,Galicia
-,2020-03-19,ES-GA,138.0,,,34.0,,Galicia
-,2020-03-20,ES-GA,168.0,,,40.0,,Galicia
-,2020-03-21,ES-GA,227.0,,,50.0,,Galicia
-,2020-03-22,ES-GA,270.0,,,62.0,,Galicia
-,2020-03-23,ES-GA,338.0,,,78.0,,Galicia
-,2020-03-24,ES-GA,412.0,,,100.0,,Galicia
-,2020-03-25,ES-GA,503.0,,,107.0,,Galicia
-,2020-03-26,ES-GA,557.0,,,122.0,,Galicia
-,2020-03-27,ES-GA,906.0,,,141.0,,Galicia
-,2020-03-28,ES-GA,1043.0,,,159.0,,Galicia
-,2020-03-29,ES-GA,1147.0,,,176.0,,Galicia
-,2020-03-30,ES-GA,1250.0,,,189.0,,Galicia
-,2020-03-31,ES-GA,1338.0,,,203.0,,Galicia
-,2020-01-04,ES-GA,1447.0,,,212.0,,Galicia
-,2020-02-04,ES-GA,1630.0,,,219.0,,Galicia
-,2020-03-04,ES-GA,1767.0,,,229.0,,Galicia
-,2020-04-04,ES-GA,1831.0,,,237.0,,Galicia
-,2020-05-04,ES-GA,1916.0,,,245.0,,Galicia
-,2020-06-04,ES-GA,1968.0,,,253.0,,Galicia
-,2020-07-04,ES-GA,2014.0,,,256.0,,Galicia
-,2020-08-04,ES-GA,2094.0,,,260.0,,Galicia
-,2020-09-04,ES-GA,2165.0,,,263.0,,Galicia
-,2020-10-04,ES-GA,2215.0,,,264.0,,Galicia
-,2020-11-04,ES-GA,2306.0,,,267.0,,Galicia
-,2020-12-04,ES-GA,2344.0,,,275.0,,Galicia
-,2020-04-13,ES-GA,2403.0,,,280.0,,Galicia
-,2020-04-14,ES-GA,2471.0,,,282.0,,Galicia
-,2020-04-15,ES-GA,2494.0,,,282.0,,Galicia
-,2020-04-16,ES-GA,2535.0,,,290.0,,Galicia
-,2020-04-17,ES-GA,2554.0,,,291.0,,Galicia
-,2020-04-18,ES-GA,2590.0,,,294.0,,Galicia
-,2020-04-19,ES-GA,2609.0,,,296.0,,Galicia
-,2020-04-20,ES-GA,2652.0,,,296.0,,Galicia
-,2020-04-21,ES-GA,2674.0,,,297.0,,Galicia
-,2020-04-22,ES-GA,2694.0,,,298.0,,Galicia
-,2020-04-23,ES-GA,2707.0,,,301.0,,Galicia
-,2020-04-24,ES-GA,2717.0,,,302.0,,Galicia
-,2020-04-25,ES-GA,2724.0,,,303.0,,Galicia
-,2020-04-26,ES-GA,2728.0,,,304.0,,Galicia
-,2020-04-27,ES-GA,2734.0,,,305.0,,Galicia
-,2020-04-28,ES-GA,2736.0,,,308.0,,Galicia
-,2020-04-29,ES-GA,2747.0,,,310.0,,Galicia
-,2020-04-30,ES-GA,2759.0,,,313.0,,Galicia
-,2020-01-05,ES-GA,2769.0,,,313.0,,Galicia
-,2020-02-05,ES-GA,2774.0,,,315.0,,Galicia
-,2020-03-05,ES-GA,2782.0,,,315.0,,Galicia
-,2020-04-05,ES-GA,2792.0,,,317.0,,Galicia
-,2020-05-05,ES-GA,2811.0,,,319.0,,Galicia
-,2020-06-05,ES-GA,2833.0,,,320.0,,Galicia
-,2020-07-05,ES-GA,2852.0,,,321.0,,Galicia
-,2020-08-05,ES-GA,2876.0,,,323.0,,Galicia
-,2020-09-05,ES-GA,2886.0,,,325.0,,Galicia
-,2020-10-05,ES-GA,2902.0,,,326.0,,Galicia
-,2020-11-05,ES-GA,2905.0,,,326.0,,Galicia
-,2020-12-05,ES-GA,2909.0,,,327.0,,Galicia
-,2020-05-13,ES-GA,2915.0,,,327.0,,Galicia
-,2020-05-14,ES-GA,2921.0,,,332.0,,Galicia
-,2020-05-15,ES-GA,2923.0,,,332.0,,Galicia
-,2020-05-16,ES-GA,2926.0,,,332.0,,Galicia
-,2020-05-17,ES-GA,2934.0,,,332.0,,Galicia
-,2020-02-20,ES-ML,,,,,,Melilla
-,2020-02-21,ES-ML,,,,,,Melilla
-,2020-02-22,ES-ML,,,,,,Melilla
-,2020-02-23,ES-ML,,,,,,Melilla
-,2020-02-24,ES-ML,,,,,,Melilla
-,2020-02-25,ES-ML,,,,,,Melilla
-,2020-02-26,ES-ML,,,,,,Melilla
-,2020-02-27,ES-ML,,,,,,Melilla
-,2020-02-28,ES-ML,,,,,,Melilla
-,2020-02-29,ES-ML,,,,,,Melilla
-,2020-01-03,ES-ML,,,,,,Melilla
-,2020-02-03,ES-ML,,,,,,Melilla
-,2020-03-03,ES-ML,,,,,,Melilla
-,2020-04-03,ES-ML,,,,,,Melilla
-,2020-05-03,ES-ML,,,,,,Melilla
-,2020-06-03,ES-ML,,,,,,Melilla
-,2020-07-03,ES-ML,,,,,,Melilla
-,2020-08-03,ES-ML,,,,0.0,,Melilla
-,2020-09-03,ES-ML,,,,0.0,,Melilla
-,2020-10-03,ES-ML,0.0,,,0.0,,Melilla
-,2020-11-03,ES-ML,0.0,,,0.0,,Melilla
-,2020-12-03,ES-ML,3.0,,,0.0,,Melilla
-,2020-03-13,ES-ML,3.0,,,0.0,,Melilla
-,2020-03-14,ES-ML,4.0,,,0.0,,Melilla
-,2020-03-15,ES-ML,4.0,,,0.0,,Melilla
-,2020-03-16,ES-ML,4.0,,,0.0,,Melilla
-,2020-03-17,ES-ML,4.0,,,0.0,,Melilla
-,2020-03-18,ES-ML,4.0,,,0.0,,Melilla
-,2020-03-19,ES-ML,5.0,,,1.0,,Melilla
-,2020-03-20,ES-ML,8.0,,,1.0,,Melilla
-,2020-03-21,ES-ML,12.0,,,1.0,,Melilla
-,2020-03-22,ES-ML,12.0,,,1.0,,Melilla
-,2020-03-23,ES-ML,12.0,,,1.0,,Melilla
-,2020-03-24,ES-ML,14.0,,,2.0,,Melilla
-,2020-03-25,ES-ML,16.0,,,2.0,,Melilla
-,2020-03-26,ES-ML,18.0,,,2.0,,Melilla
-,2020-03-27,ES-ML,22.0,,,2.0,,Melilla
-,2020-03-28,ES-ML,24.0,,,2.0,,Melilla
-,2020-03-29,ES-ML,27.0,,,3.0,,Melilla
-,2020-03-30,ES-ML,27.0,,,3.0,,Melilla
-,2020-03-31,ES-ML,32.0,,,3.0,,Melilla
-,2020-01-04,ES-ML,32.0,,,3.0,,Melilla
-,2020-02-04,ES-ML,34.0,,,3.0,,Melilla
-,2020-03-04,ES-ML,37.0,,,3.0,,Melilla
-,2020-04-04,ES-ML,38.0,,,3.0,,Melilla
-,2020-05-04,ES-ML,38.0,,,3.0,,Melilla
-,2020-06-04,ES-ML,40.0,,,3.0,,Melilla
-,2020-07-04,ES-ML,40.0,,,3.0,,Melilla
-,2020-08-04,ES-ML,40.0,,,3.0,,Melilla
-,2020-09-04,ES-ML,41.0,,,3.0,,Melilla
-,2020-10-04,ES-ML,43.0,,,3.0,,Melilla
-,2020-11-04,ES-ML,43.0,,,3.0,,Melilla
-,2020-12-04,ES-ML,43.0,,,3.0,,Melilla
-,2020-04-13,ES-ML,43.0,,,3.0,,Melilla
-,2020-04-14,ES-ML,43.0,,,3.0,,Melilla
-,2020-04-15,ES-ML,43.0,,,3.0,,Melilla
-,2020-04-16,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-17,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-18,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-19,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-20,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-21,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-22,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-23,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-24,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-25,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-26,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-27,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-28,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-29,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-30,ES-ML,44.0,,,3.0,,Melilla
-,2020-01-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-02-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-03-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-04-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-05-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-06-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-07-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-08-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-09-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-10-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-11-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-12-05,ES-ML,44.0,,,3.0,,Melilla
-,2020-05-13,ES-ML,44.0,,,3.0,,Melilla
-,2020-05-14,ES-ML,44.0,,,3.0,,Melilla
-,2020-05-15,ES-ML,44.0,,,3.0,,Melilla
-,2020-05-16,ES-ML,44.0,,,3.0,,Melilla
-,2020-05-17,ES-ML,44.0,,,3.0,,Melilla
-,2020-02-20,ES-MC,,,,,,Murcia
-,2020-02-21,ES-MC,,,,,,Murcia
-,2020-02-22,ES-MC,,,,,,Murcia
-,2020-02-23,ES-MC,,,,,,Murcia
-,2020-02-24,ES-MC,,,,,,Murcia
-,2020-02-25,ES-MC,,,,,,Murcia
-,2020-02-26,ES-MC,,,,,,Murcia
-,2020-02-27,ES-MC,,,,,,Murcia
-,2020-02-28,ES-MC,,,,,,Murcia
-,2020-02-29,ES-MC,,,,,,Murcia
-,2020-01-03,ES-MC,,,,,,Murcia
-,2020-02-03,ES-MC,,,,,,Murcia
-,2020-03-03,ES-MC,,,,,,Murcia
-,2020-04-03,ES-MC,,,,,,Murcia
-,2020-05-03,ES-MC,,,,,,Murcia
-,2020-06-03,ES-MC,,,,,,Murcia
-,2020-07-03,ES-MC,,,,,,Murcia
-,2020-08-03,ES-MC,,,,0.0,,Murcia
-,2020-09-03,ES-MC,,,,0.0,,Murcia
-,2020-10-03,ES-MC,4.0,,,0.0,,Murcia
-,2020-11-03,ES-MC,5.0,,,1.0,,Murcia
-,2020-12-03,ES-MC,8.0,,,2.0,,Murcia
-,2020-03-13,ES-MC,8.0,,,2.0,,Murcia
-,2020-03-14,ES-MC,13.0,,,2.0,,Murcia
-,2020-03-15,ES-MC,13.0,,,2.0,,Murcia
-,2020-03-16,ES-MC,18.0,,,3.0,,Murcia
-,2020-03-17,ES-MC,22.0,,,4.0,,Murcia
-,2020-03-18,ES-MC,36.0,,,6.0,,Murcia
-,2020-03-19,ES-MC,47.0,,,11.0,,Murcia
-,2020-03-20,ES-MC,61.0,,,14.0,,Murcia
-,2020-03-21,ES-MC,78.0,,,16.0,,Murcia
-,2020-03-22,ES-MC,80.0,,,23.0,,Murcia
-,2020-03-23,ES-MC,99.0,,,26.0,,Murcia
-,2020-03-24,ES-MC,127.0,,,33.0,,Murcia
-,2020-03-25,ES-MC,172.0,,,36.0,,Murcia
-,2020-03-26,ES-MC,209.0,,,53.0,,Murcia
-,2020-03-27,ES-MC,231.0,,,58.0,,Murcia
-,2020-03-28,ES-MC,260.0,,,58.0,,Murcia
-,2020-03-29,ES-MC,265.0,,,58.0,,Murcia
-,2020-03-30,ES-MC,283.0,,,59.0,,Murcia
-,2020-03-31,ES-MC,304.0,,,59.0,,Murcia
-,2020-01-04,ES-MC,389.0,,,68.0,,Murcia
-,2020-02-04,ES-MC,405.0,,,72.0,,Murcia
-,2020-03-04,ES-MC,434.0,,,79.0,,Murcia
-,2020-04-04,ES-MC,447.0,,,80.0,,Murcia
-,2020-05-04,ES-MC,468.0,,,81.0,,Murcia
-,2020-06-04,ES-MC,500.0,,,84.0,,Murcia
-,2020-07-04,ES-MC,515.0,,,86.0,,Murcia
-,2020-08-04,ES-MC,533.0,,,87.0,,Murcia
-,2020-09-04,ES-MC,533.0,,,88.0,,Murcia
-,2020-10-04,ES-MC,533.0,,,88.0,,Murcia
-,2020-11-04,ES-MC,537.0,,,91.0,,Murcia
-,2020-12-04,ES-MC,543.0,,,94.0,,Murcia
-,2020-04-13,ES-MC,566.0,,,96.0,,Murcia
-,2020-04-14,ES-MC,574.0,,,97.0,,Murcia
-,2020-04-15,ES-MC,575.0,,,97.0,,Murcia
-,2020-04-16,ES-MC,585.0,,,99.0,,Murcia
-,2020-04-17,ES-MC,611.0,,,102.0,,Murcia
-,2020-04-18,ES-MC,612.0,,,102.0,,Murcia
-,2020-04-19,ES-MC,612.0,,,103.0,,Murcia
-,2020-04-20,ES-MC,614.0,,,104.0,,Murcia
-,2020-04-21,ES-MC,622.0,,,104.0,,Murcia
-,2020-04-22,ES-MC,624.0,,,104.0,,Murcia
-,2020-04-23,ES-MC,625.0,,,105.0,,Murcia
-,2020-04-24,ES-MC,625.0,,,105.0,,Murcia
-,2020-04-25,ES-MC,627.0,,,106.0,,Murcia
-,2020-04-26,ES-MC,627.0,,,106.0,,Murcia
-,2020-04-27,ES-MC,629.0,,,106.0,,Murcia
-,2020-04-28,ES-MC,635.0,,,106.0,,Murcia
-,2020-04-29,ES-MC,637.0,,,108.0,,Murcia
-,2020-04-30,ES-MC,638.0,,,109.0,,Murcia
-,2020-01-05,ES-MC,639.0,,,110.0,,Murcia
-,2020-02-05,ES-MC,641.0,,,110.0,,Murcia
-,2020-03-05,ES-MC,645.0,,,110.0,,Murcia
-,2020-04-05,ES-MC,650.0,,,111.0,,Murcia
-,2020-05-05,ES-MC,650.0,,,111.0,,Murcia
-,2020-06-05,ES-MC,652.0,,,111.0,,Murcia
-,2020-07-05,ES-MC,659.0,,,113.0,,Murcia
-,2020-08-05,ES-MC,662.0,,,113.0,,Murcia
-,2020-09-05,ES-MC,662.0,,,113.0,,Murcia
-,2020-10-05,ES-MC,665.0,,,113.0,,Murcia
-,2020-11-05,ES-MC,665.0,,,112.0,,Murcia
-,2020-12-05,ES-MC,666.0,,,112.0,,Murcia
-,2020-05-13,ES-MC,672.0,,,112.0,,Murcia
-,2020-05-14,ES-MC,675.0,,,112.0,,Murcia
-,2020-05-15,ES-MC,676.0,,,112.0,,Murcia
-,2020-05-16,ES-MC,676.0,,,112.0,,Murcia
-,2020-05-17,ES-MC,678.0,,,112.0,,Murcia
-,2020-02-20,ES-NC,,,,,,Navarre
-,2020-02-21,ES-NC,,,,,,Navarre
-,2020-02-22,ES-NC,,,,,,Navarre
-,2020-02-23,ES-NC,,,,,,Navarre
-,2020-02-24,ES-NC,,,,,,Navarre
-,2020-02-25,ES-NC,,,,,,Navarre
-,2020-02-26,ES-NC,,,,,,Navarre
-,2020-02-27,ES-NC,,,,,,Navarre
-,2020-02-28,ES-NC,,,,,,Navarre
-,2020-02-29,ES-NC,,,,,,Navarre
-,2020-01-03,ES-NC,,,,,,Navarre
-,2020-02-03,ES-NC,,,,,,Navarre
-,2020-03-03,ES-NC,,,,,,Navarre
-,2020-04-03,ES-NC,,,,,,Navarre
-,2020-05-03,ES-NC,,,,,,Navarre
-,2020-06-03,ES-NC,,,,,,Navarre
-,2020-07-03,ES-NC,,,,,,Navarre
-,2020-08-03,ES-NC,,,,1.0,,Navarre
-,2020-09-03,ES-NC,,,,2.0,,Navarre
-,2020-10-03,ES-NC,10.0,,,3.0,,Navarre
-,2020-11-03,ES-NC,17.0,,,3.0,,Navarre
-,2020-12-03,ES-NC,28.0,,,4.0,,Navarre
-,2020-03-13,ES-NC,28.0,,,4.0,,Navarre
-,2020-03-14,ES-NC,34.0,,,4.0,,Navarre
-,2020-03-15,ES-NC,58.0,,,5.0,,Navarre
-,2020-03-16,ES-NC,72.0,,,10.0,,Navarre
-,2020-03-17,ES-NC,93.0,,,10.0,,Navarre
-,2020-03-18,ES-NC,132.0,,,11.0,,Navarre
-,2020-03-19,ES-NC,172.0,,,19.0,,Navarre
-,2020-03-20,ES-NC,222.0,,,25.0,,Navarre
-,2020-03-21,ES-NC,288.0,,,30.0,,Navarre
-,2020-03-22,ES-NC,339.0,,,40.0,,Navarre
-,2020-03-23,ES-NC,405.0,,,45.0,,Navarre
-,2020-03-24,ES-NC,506.0,,,51.0,,Navarre
-,2020-03-25,ES-NC,649.0,,,54.0,,Navarre
-,2020-03-26,ES-NC,732.0,,,75.0,,Navarre
-,2020-03-27,ES-NC,827.0,,,84.0,,Navarre
-,2020-03-28,ES-NC,896.0,,,90.0,,Navarre
-,2020-03-29,ES-NC,955.0,,,96.0,,Navarre
-,2020-03-30,ES-NC,1035.0,,,99.0,,Navarre
-,2020-03-31,ES-NC,1120.0,,,104.0,,Navarre
-,2020-01-04,ES-NC,1181.0,,,108.0,,Navarre
-,2020-02-04,ES-NC,1284.0,,,119.0,,Navarre
-,2020-03-04,ES-NC,1341.0,,,120.0,,Navarre
-,2020-04-04,ES-NC,1399.0,,,123.0,,Navarre
-,2020-05-04,ES-NC,1432.0,,,124.0,,Navarre
-,2020-06-04,ES-NC,1488.0,,,124.0,,Navarre
-,2020-07-04,ES-NC,1526.0,,,124.0,,Navarre
-,2020-08-04,ES-NC,1526.0,,,124.0,,Navarre
-,2020-09-04,ES-NC,1620.0,,,124.0,,Navarre
-,2020-10-04,ES-NC,1641.0,,,124.0,,Navarre
-,2020-11-04,ES-NC,1663.0,,,124.0,,Navarre
-,2020-12-04,ES-NC,1693.0,,,124.0,,Navarre
-,2020-04-13,ES-NC,1705.0,,,124.0,,Navarre
-,2020-04-14,ES-NC,1731.0,,,124.0,,Navarre
-,2020-04-15,ES-NC,1752.0,,,124.0,,Navarre
-,2020-04-16,ES-NC,1781.0,,,124.0,,Navarre
-,2020-04-17,ES-NC,1829.0,,,127.0,,Navarre
-,2020-04-18,ES-NC,1843.0,,,127.0,,Navarre
-,2020-04-19,ES-NC,1856.0,,,128.0,,Navarre
-,2020-04-20,ES-NC,1877.0,,,128.0,,Navarre
-,2020-04-21,ES-NC,1894.0,,,128.0,,Navarre
-,2020-04-22,ES-NC,1907.0,,,129.0,,Navarre
-,2020-04-23,ES-NC,1915.0,,,129.0,,Navarre
-,2020-04-24,ES-NC,1937.0,,,129.0,,Navarre
-,2020-04-25,ES-NC,1942.0,,,129.0,,Navarre
-,2020-04-26,ES-NC,1942.0,,,130.0,,Navarre
-,2020-04-27,ES-NC,1945.0,,,130.0,,Navarre
-,2020-04-28,ES-NC,1951.0,,,130.0,,Navarre
-,2020-04-29,ES-NC,1965.0,,,132.0,,Navarre
-,2020-04-30,ES-NC,1977.0,,,132.0,,Navarre
-,2020-01-05,ES-NC,1979.0,,,132.0,,Navarre
-,2020-02-05,ES-NC,1986.0,,,133.0,,Navarre
-,2020-03-05,ES-NC,1990.0,,,133.0,,Navarre
-,2020-04-05,ES-NC,1995.0,,,134.0,,Navarre
-,2020-05-05,ES-NC,2005.0,,,135.0,,Navarre
-,2020-06-05,ES-NC,2015.0,,,135.0,,Navarre
-,2020-07-05,ES-NC,2015.0,,,135.0,,Navarre
-,2020-08-05,ES-NC,2021.0,,,135.0,,Navarre
-,2020-09-05,ES-NC,2023.0,,,135.0,,Navarre
-,2020-10-05,ES-NC,2029.0,,,135.0,,Navarre
-,2020-11-05,ES-NC,2039.0,,,135.0,,Navarre
-,2020-12-05,ES-NC,2042.0,,,135.0,,Navarre
-,2020-05-13,ES-NC,2045.0,,,135.0,,Navarre
-,2020-05-14,ES-NC,2045.0,,,136.0,,Navarre
-,2020-05-15,ES-NC,2045.0,,,136.0,,Navarre
-,2020-05-16,ES-NC,2045.0,,,136.0,,Navarre
-,2020-05-17,ES-NC,2045.0,,,136.0,,Navarre
-,2020-02-20,ES-PV,,,,,,Pais Vasco
-,2020-02-21,ES-PV,,,,,,Pais Vasco
-,2020-02-22,ES-PV,,,,,,Pais Vasco
-,2020-02-23,ES-PV,,,,,,Pais Vasco
-,2020-02-24,ES-PV,,,,,,Pais Vasco
-,2020-02-25,ES-PV,,,,,,Pais Vasco
-,2020-02-26,ES-PV,,,,,,Pais Vasco
-,2020-02-27,ES-PV,,,,,,Pais Vasco
-,2020-02-28,ES-PV,,,,,,Pais Vasco
-,2020-02-29,ES-PV,,,,,,Pais Vasco
-,2020-01-03,ES-PV,,,,,,Pais Vasco
-,2020-02-03,ES-PV,,,,,,Pais Vasco
-,2020-03-03,ES-PV,,,,,,Pais Vasco
-,2020-04-03,ES-PV,,,,,,Pais Vasco
-,2020-05-03,ES-PV,,,,,,Pais Vasco
-,2020-06-03,ES-PV,,,,,,Pais Vasco
-,2020-07-03,ES-PV,,,,,,Pais Vasco
-,2020-08-03,ES-PV,,,,5.0,,Pais Vasco
-,2020-09-03,ES-PV,,,,5.0,,Pais Vasco
-,2020-10-03,ES-PV,102.0,,,15.0,,Pais Vasco
-,2020-11-03,ES-PV,146.0,,,18.0,,Pais Vasco
-,2020-12-03,ES-PV,179.0,,,20.0,,Pais Vasco
-,2020-03-13,ES-PV,179.0,,,22.0,,Pais Vasco
-,2020-03-14,ES-PV,262.0,,,29.0,,Pais Vasco
-,2020-03-15,ES-PV,262.0,,,29.0,,Pais Vasco
-,2020-03-16,ES-PV,309.0,,,33.0,,Pais Vasco
-,2020-03-17,ES-PV,353.0,,,37.0,,Pais Vasco
-,2020-03-18,ES-PV,455.0,,,44.0,,Pais Vasco
-,2020-03-19,ES-PV,550.0,,,53.0,,Pais Vasco
-,2020-03-20,ES-PV,654.0,,,71.0,,Pais Vasco
-,2020-03-21,ES-PV,988.0,,,81.0,,Pais Vasco
-,2020-03-22,ES-PV,1252.0,,,92.0,,Pais Vasco
-,2020-03-23,ES-PV,1425.0,,,106.0,,Pais Vasco
-,2020-03-24,ES-PV,1577.0,,,119.0,,Pais Vasco
-,2020-03-25,ES-PV,1907.0,,,137.0,,Pais Vasco
-,2020-03-26,ES-PV,2270.0,,,154.0,,Pais Vasco
-,2020-03-27,ES-PV,2612.0,,,176.0,,Pais Vasco
-,2020-03-28,ES-PV,3106.0,,,271.0,,Pais Vasco
-,2020-03-29,ES-PV,3427.0,,,293.0,,Pais Vasco
-,2020-03-30,ES-PV,3594.0,,,307.0,,Pais Vasco
-,2020-03-31,ES-PV,3806.0,,,324.0,,Pais Vasco
-,2020-01-04,ES-PV,4087.0,,,344.0,,Pais Vasco
-,2020-02-04,ES-PV,4283.0,,,363.0,,Pais Vasco
-,2020-03-04,ES-PV,4522.0,,,377.0,,Pais Vasco
-,2020-04-04,ES-PV,4666.0,,,404.0,,Pais Vasco
-,2020-05-04,ES-PV,4794.0,,,410.0,,Pais Vasco
-,2020-06-04,ES-PV,4856.0,,,417.0,,Pais Vasco
-,2020-07-04,ES-PV,4982.0,,,430.0,,Pais Vasco
-,2020-08-04,ES-PV,5130.0,,,433.0,,Pais Vasco
-,2020-09-04,ES-PV,5290.0,,,442.0,,Pais Vasco
-,2020-10-04,ES-PV,5402.0,,,453.0,,Pais Vasco
-,2020-11-04,ES-PV,5547.0,,,459.0,,Pais Vasco
-,2020-12-04,ES-PV,5622.0,,,464.0,,Pais Vasco
-,2020-04-13,ES-PV,5679.0,,,470.0,,Pais Vasco
-,2020-04-14,ES-PV,5750.0,,,471.0,,Pais Vasco
-,2020-04-15,ES-PV,5863.0,,,478.0,,Pais Vasco
-,2020-04-16,ES-PV,5939.0,,,484.0,,Pais Vasco
-,2020-04-17,ES-PV,6030.0,,,490.0,,Pais Vasco
-,2020-04-18,ES-PV,6086.0,,,499.0,,Pais Vasco
-,2020-04-19,ES-PV,6109.0,,,501.0,,Pais Vasco
-,2020-04-20,ES-PV,6141.0,,,507.0,,Pais Vasco
-,2020-04-21,ES-PV,6201.0,,,513.0,,Pais Vasco
-,2020-04-22,ES-PV,6260.0,,,516.0,,Pais Vasco
-,2020-04-23,ES-PV,6315.0,,,518.0,,Pais Vasco
-,2020-04-24,ES-PV,6375.0,,,525.0,,Pais Vasco
-,2020-04-25,ES-PV,6426.0,,,533.0,,Pais Vasco
-,2020-04-26,ES-PV,6457.0,,,538.0,,Pais Vasco
-,2020-04-27,ES-PV,6482.0,,,539.0,,Pais Vasco
-,2020-04-28,ES-PV,6522.0,,,540.0,,Pais Vasco
-,2020-04-29,ES-PV,6561.0,,,541.0,,Pais Vasco
-,2020-04-30,ES-PV,6607.0,,,544.0,,Pais Vasco
-,2020-01-05,ES-PV,6659.0,,,551.0,,Pais Vasco
-,2020-02-05,ES-PV,6692.0,,,553.0,,Pais Vasco
-,2020-03-05,ES-PV,6719.0,,,554.0,,Pais Vasco
-,2020-04-05,ES-PV,6736.0,,,556.0,,Pais Vasco
-,2020-05-05,ES-PV,6781.0,,,559.0,,Pais Vasco
-,2020-06-05,ES-PV,6797.0,,,561.0,,Pais Vasco
-,2020-07-05,ES-PV,6818.0,,,566.0,,Pais Vasco
-,2020-08-05,ES-PV,6865.0,,,568.0,,Pais Vasco
-,2020-09-05,ES-PV,6902.0,,,571.0,,Pais Vasco
-,2020-10-05,ES-PV,6922.0,,,573.0,,Pais Vasco
-,2020-11-05,ES-PV,6929.0,,,574.0,,Pais Vasco
-,2020-12-05,ES-PV,6955.0,,,575.0,,Pais Vasco
-,2020-05-13,ES-PV,6994.0,,,577.0,,Pais Vasco
-,2020-05-14,ES-PV,7009.0,,,578.0,,Pais Vasco
-,2020-05-15,ES-PV,7011.0,,,578.0,,Pais Vasco
-,2020-05-16,ES-PV,7015.0,,,578.0,,Pais Vasco
-,2020-05-17,ES-PV,7016.0,,,578.0,,Pais Vasco
-,2020-02-20,ES-RI,,,,,,La Rioja
-,2020-02-21,ES-RI,,,,,,La Rioja
-,2020-02-22,ES-RI,,,,,,La Rioja
-,2020-02-23,ES-RI,,,,,,La Rioja
-,2020-02-24,ES-RI,,,,,,La Rioja
-,2020-02-25,ES-RI,,,,,,La Rioja
-,2020-02-26,ES-RI,,,,,,La Rioja
-,2020-02-27,ES-RI,,,,,,La Rioja
-,2020-02-28,ES-RI,,,,,,La Rioja
-,2020-02-29,ES-RI,,,,,,La Rioja
-,2020-01-03,ES-RI,,,,,,La Rioja
-,2020-02-03,ES-RI,,,,,,La Rioja
-,2020-03-03,ES-RI,,,,,,La Rioja
-,2020-04-03,ES-RI,,,,,,La Rioja
-,2020-05-03,ES-RI,,,,,,La Rioja
-,2020-06-03,ES-RI,,,,,,La Rioja
-,2020-07-03,ES-RI,,,,,,La Rioja
-,2020-08-03,ES-RI,,,,1.0,,La Rioja
-,2020-09-03,ES-RI,,,,1.0,,La Rioja
-,2020-10-03,ES-RI,13.0,,,1.0,,La Rioja
-,2020-11-03,ES-RI,21.0,,,1.0,,La Rioja
-,2020-12-03,ES-RI,27.0,,,2.0,,La Rioja
-,2020-03-13,ES-RI,38.0,,,2.0,,La Rioja
-,2020-03-14,ES-RI,58.0,,,7.0,,La Rioja
-,2020-03-15,ES-RI,64.0,,,13.0,,La Rioja
-,2020-03-16,ES-RI,82.0,,,13.0,,La Rioja
-,2020-03-17,ES-RI,99.0,,,13.0,,La Rioja
-,2020-03-18,ES-RI,121.0,,,15.0,,La Rioja
-,2020-03-19,ES-RI,122.0,,,15.0,,La Rioja
-,2020-03-20,ES-RI,128.0,,,17.0,,La Rioja
-,2020-03-21,ES-RI,134.0,,,17.0,,La Rioja
-,2020-03-22,ES-RI,166.0,,,22.0,,La Rioja
-,2020-03-23,ES-RI,206.0,,,24.0,,La Rioja
-,2020-03-24,ES-RI,254.0,,,33.0,,La Rioja
-,2020-03-25,ES-RI,316.0,,,36.0,,La Rioja
-,2020-03-26,ES-RI,388.0,,,43.0,,La Rioja
-,2020-03-27,ES-RI,458.0,,,43.0,,La Rioja
-,2020-03-28,ES-RI,497.0,,,43.0,,La Rioja
-,2020-03-29,ES-RI,517.0,,,43.0,,La Rioja
-,2020-03-30,ES-RI,575.0,,,51.0,,La Rioja
-,2020-03-31,ES-RI,619.0,,,54.0,,La Rioja
-,2020-01-04,ES-RI,660.0,,,57.0,,La Rioja
-,2020-02-04,ES-RI,738.0,,,64.0,,La Rioja
-,2020-03-04,ES-RI,805.0,,,64.0,,La Rioja
-,2020-04-04,ES-RI,855.0,,,66.0,,La Rioja
-,2020-05-04,ES-RI,888.0,,,66.0,,La Rioja
-,2020-06-04,ES-RI,918.0,,,66.0,,La Rioja
-,2020-07-04,ES-RI,955.0,,,68.0,,La Rioja
-,2020-08-04,ES-RI,997.0,,,69.0,,La Rioja
-,2020-09-04,ES-RI,1047.0,,,71.0,,La Rioja
-,2020-10-04,ES-RI,1082.0,,,73.0,,La Rioja
-,2020-11-04,ES-RI,1122.0,,,73.0,,La Rioja
-,2020-12-04,ES-RI,1141.0,,,73.0,,La Rioja
-,2020-04-13,ES-RI,1152.0,,,74.0,,La Rioja
-,2020-04-14,ES-RI,1182.0,,,75.0,,La Rioja
-,2020-04-15,ES-RI,1207.0,,,75.0,,La Rioja
-,2020-04-16,ES-RI,1226.0,,,76.0,,La Rioja
-,2020-04-17,ES-RI,1249.0,,,78.0,,La Rioja
-,2020-04-18,ES-RI,1268.0,,,79.0,,La Rioja
-,2020-04-19,ES-RI,1282.0,,,79.0,,La Rioja
-,2020-04-20,ES-RI,1297.0,,,81.0,,La Rioja
-,2020-04-21,ES-RI,1318.0,,,81.0,,La Rioja
-,2020-04-22,ES-RI,1331.0,,,82.0,,La Rioja
-,2020-04-23,ES-RI,1344.0,,,82.0,,La Rioja
-,2020-04-24,ES-RI,1360.0,,,83.0,,La Rioja
-,2020-04-25,ES-RI,1380.0,,,84.0,,La Rioja
-,2020-04-26,ES-RI,1392.0,,,85.0,,La Rioja
-,2020-04-27,ES-RI,1400.0,,,87.0,,La Rioja
-,2020-04-28,ES-RI,1413.0,,,87.0,,La Rioja
-,2020-04-29,ES-RI,1424.0,,,88.0,,La Rioja
-,2020-04-30,ES-RI,1433.0,,,88.0,,La Rioja
-,2020-01-05,ES-RI,1439.0,,,88.0,,La Rioja
-,2020-02-05,ES-RI,1446.0,,,88.0,,La Rioja
-,2020-03-05,ES-RI,1449.0,,,88.0,,La Rioja
-,2020-04-05,ES-RI,1452.0,,,90.0,,La Rioja
-,2020-05-05,ES-RI,1458.0,,,91.0,,La Rioja
-,2020-06-05,ES-RI,1463.0,,,91.0,,La Rioja
-,2020-07-05,ES-RI,1469.0,,,91.0,,La Rioja
-,2020-08-05,ES-RI,1473.0,,,91.0,,La Rioja
-,2020-09-05,ES-RI,1474.0,,,91.0,,La Rioja
-,2020-10-05,ES-RI,1475.0,,,91.0,,La Rioja
-,2020-11-05,ES-RI,1478.0,,,91.0,,La Rioja
-,2020-12-05,ES-RI,1481.0,,,91.0,,La Rioja
-,2020-05-13,ES-RI,1484.0,,,91.0,,La Rioja
-,2020-05-14,ES-RI,1488.0,,,91.0,,La Rioja
-,2020-05-15,ES-RI,1490.0,,,91.0,,La Rioja
-,2020-05-16,ES-RI,1496.0,,,91.0,,La Rioja
-,2020-05-17,ES-RI,1496.0,,,91.0,,La Rioja
-1.0,2020-03-19,FR-01,1.0,,,,,Ain
-0.0,2020-03-20,FR-01,1.0,,,,,Ain
-4.0,2020-03-21,FR-01,5.0,,,,,Ain
-3.0,2020-03-22,FR-01,8.0,,,,,Ain
-14.0,2020-03-23,FR-01,22.0,,,,,Ain
-11.0,2020-03-24,FR-01,33.0,,,,,Ain
-13.0,2020-03-25,FR-01,46.0,,,,,Ain
-14.0,2020-03-26,FR-01,60.0,,,,,Ain
-14.0,2020-03-27,FR-01,74.0,,,,,Ain
-7.0,2020-03-28,FR-01,81.0,,,,,Ain
-10.0,2020-03-29,FR-01,91.0,,,,,Ain
-20.0,2020-03-30,FR-01,111.0,,,,,Ain
-20.0,2020-03-31,FR-01,131.0,,,,,Ain
-38.0,2020-04-01,FR-01,169.0,,,,,Ain
-33.0,2020-04-02,FR-01,202.0,,,,,Ain
-14.0,2020-04-03,FR-01,216.0,,,,,Ain
-25.0,2020-04-04,FR-01,241.0,,,,,Ain
-12.0,2020-04-05,FR-01,253.0,,,,,Ain
-10.0,2020-04-06,FR-01,263.0,,,,,Ain
-15.0,2020-04-07,FR-01,278.0,,,,,Ain
-19.0,2020-04-08,FR-01,297.0,,,,,Ain
-12.0,2020-04-09,FR-01,309.0,,,,,Ain
-17.0,2020-04-10,FR-01,326.0,,,,,Ain
-7.0,2020-04-11,FR-01,333.0,,,,,Ain
-4.0,2020-04-12,FR-01,337.0,,,,,Ain
-12.0,2020-04-13,FR-01,349.0,,,,,Ain
-14.0,2020-04-14,FR-01,363.0,,,,,Ain
-35.0,2020-04-15,FR-01,398.0,,,,,Ain
-16.0,2020-04-16,FR-01,414.0,,,,,Ain
-9.0,2020-04-17,FR-01,423.0,,,,,Ain
-31.0,2020-04-18,FR-01,454.0,,,,,Ain
-3.0,2020-04-19,FR-01,457.0,,,,,Ain
-4.0,2020-04-20,FR-01,461.0,,,,,Ain
-12.0,2020-04-21,FR-01,473.0,,,,,Ain
-13.0,2020-04-22,FR-01,486.0,,,,,Ain
-10.0,2020-04-23,FR-01,496.0,,,,,Ain
-6.0,2020-04-24,FR-01,502.0,,,,,Ain
-4.0,2020-04-25,FR-01,506.0,,,,,Ain
-4.0,2020-04-26,FR-01,510.0,,,,,Ain
-4.0,2020-04-27,FR-01,514.0,,,,,Ain
-4.0,2020-04-28,FR-01,518.0,,,,,Ain
-14.0,2020-04-29,FR-01,532.0,,,,,Ain
-9.0,2020-04-30,FR-01,541.0,,,,,Ain
-4.0,2020-05-01,FR-01,545.0,,,,,Ain
-1.0,2020-05-02,FR-01,546.0,,,,,Ain
-0.0,2020-05-03,FR-01,546.0,,,,,Ain
-1.0,2020-05-04,FR-01,547.0,,,,,Ain
-7.0,2020-05-05,FR-01,554.0,,,,,Ain
-8.0,2020-05-06,FR-01,562.0,,,,,Ain
-1.0,2020-05-07,FR-01,563.0,,,,,Ain
-1.0,2020-05-08,FR-01,564.0,,,,,Ain
-1.0,2020-05-09,FR-01,565.0,,,,,Ain
-3.0,2020-05-10,FR-01,568.0,,,,,Ain
-6.0,2020-05-11,FR-01,574.0,,,,,Ain
-4.0,2020-05-12,FR-01,578.0,,,,,Ain
-6.0,2020-05-13,FR-01,584.0,,,,,Ain
-4.0,2020-05-14,FR-01,588.0,,,,,Ain
-4.0,2020-05-15,FR-01,592.0,,,,,Ain
-1.0,2020-05-16,FR-01,593.0,,,,,Ain
-1.0,2020-05-17,FR-01,594.0,,,,,Ain
-1.0,2020-05-18,FR-01,595.0,,,,,Ain
-5.0,2020-05-19,FR-01,600.0,,,,,Ain
-2.0,2020-05-20,FR-01,602.0,,,,,Ain
-38.0,2020-03-19,FR-02,38.0,,,,,Aisne
-10.0,2020-03-20,FR-02,48.0,,,,,Aisne
-29.0,2020-03-21,FR-02,77.0,,,,,Aisne
-13.0,2020-03-22,FR-02,90.0,,,,,Aisne
-27.0,2020-03-23,FR-02,117.0,,,,,Aisne
-46.0,2020-03-24,FR-02,163.0,,,,,Aisne
-15.0,2020-03-25,FR-02,178.0,,,,,Aisne
-23.0,2020-03-26,FR-02,201.0,,,,,Aisne
-16.0,2020-03-27,FR-02,217.0,,,,,Aisne
-26.0,2020-03-28,FR-02,243.0,,,,,Aisne
-5.0,2020-03-29,FR-02,248.0,,,,,Aisne
-9.0,2020-03-30,FR-02,257.0,,,,,Aisne
-58.0,2020-03-31,FR-02,315.0,,,,,Aisne
-41.0,2020-04-01,FR-02,356.0,,,,,Aisne
-58.0,2020-04-02,FR-02,414.0,,,,,Aisne
-58.0,2020-04-03,FR-02,472.0,,,,,Aisne
-42.0,2020-04-04,FR-02,514.0,,,,,Aisne
-7.0,2020-04-05,FR-02,521.0,,,,,Aisne
-14.0,2020-04-06,FR-02,535.0,,,,,Aisne
-67.0,2020-04-07,FR-02,602.0,,,,,Aisne
-23.0,2020-04-08,FR-02,625.0,,,,,Aisne
-39.0,2020-04-09,FR-02,664.0,,,,,Aisne
-32.0,2020-04-10,FR-02,696.0,,,,,Aisne
-25.0,2020-04-11,FR-02,721.0,,,,,Aisne
-9.0,2020-04-12,FR-02,730.0,,,,,Aisne
-9.0,2020-04-13,FR-02,739.0,,,,,Aisne
-9.0,2020-04-14,FR-02,748.0,,,,,Aisne
-28.0,2020-04-15,FR-02,776.0,,,,,Aisne
-13.0,2020-04-16,FR-02,789.0,,,,,Aisne
-18.0,2020-04-17,FR-02,807.0,,,,,Aisne
-13.0,2020-04-18,FR-02,820.0,,,,,Aisne
-8.0,2020-04-19,FR-02,828.0,,,,,Aisne
-106.0,2020-04-20,FR-02,934.0,,,,,Aisne
-93.0,2020-04-21,FR-02,1027.0,,,,,Aisne
-30.0,2020-04-22,FR-02,1057.0,,,,,Aisne
-24.0,2020-04-23,FR-02,1081.0,,,,,Aisne
-25.0,2020-04-24,FR-02,1106.0,,,,,Aisne
-10.0,2020-04-25,FR-02,1116.0,,,,,Aisne
-12.0,2020-04-26,FR-02,1128.0,,,,,Aisne
-4.0,2020-04-27,FR-02,1132.0,,,,,Aisne
-29.0,2020-04-28,FR-02,1161.0,,,,,Aisne
-15.0,2020-04-29,FR-02,1176.0,,,,,Aisne
-16.0,2020-04-30,FR-02,1192.0,,,,,Aisne
-6.0,2020-05-01,FR-02,1198.0,,,,,Aisne
-7.0,2020-05-02,FR-02,1205.0,,,,,Aisne
-1.0,2020-05-03,FR-02,1206.0,,,,,Aisne
-12.0,2020-05-04,FR-02,1218.0,,,,,Aisne
-20.0,2020-05-05,FR-02,1238.0,,,,,Aisne
-20.0,2020-05-06,FR-02,1258.0,,,,,Aisne
-29.0,2020-05-07,FR-02,1287.0,,,,,Aisne
-21.0,2020-05-08,FR-02,1308.0,,,,,Aisne
-0.0,2020-05-09,FR-02,1308.0,,,,,Aisne
-2.0,2020-05-10,FR-02,1310.0,,,,,Aisne
-14.0,2020-05-11,FR-02,1324.0,,,,,Aisne
-7.0,2020-05-12,FR-02,1331.0,,,,,Aisne
-13.0,2020-05-13,FR-02,1344.0,,,,,Aisne
-12.0,2020-05-14,FR-02,1356.0,,,,,Aisne
-5.0,2020-05-15,FR-02,1361.0,,,,,Aisne
-13.0,2020-05-16,FR-02,1374.0,,,,,Aisne
-3.0,2020-05-17,FR-02,1377.0,,,,,Aisne
-10.0,2020-05-18,FR-02,1387.0,,,,,Aisne
-3.0,2020-05-19,FR-02,1390.0,,,,,Aisne
-6.0,2020-05-20,FR-02,1396.0,,,,,Aisne
-3.0,2020-03-19,FR-03,3.0,,,,,Allier
-4.0,2020-03-20,FR-03,7.0,,,,,Allier
-4.0,2020-03-21,FR-03,11.0,,,,,Allier
-2.0,2020-03-22,FR-03,13.0,,,,,Allier
-11.0,2020-03-23,FR-03,24.0,,,,,Allier
-1.0,2020-03-24,FR-03,25.0,,,,,Allier
-6.0,2020-03-25,FR-03,31.0,,,,,Allier
-10.0,2020-03-26,FR-03,41.0,,,,,Allier
-6.0,2020-03-27,FR-03,47.0,,,,,Allier
-8.0,2020-03-28,FR-03,55.0,,,,,Allier
-3.0,2020-03-29,FR-03,58.0,,,,,Allier
-14.0,2020-03-30,FR-03,72.0,,,,,Allier
-5.0,2020-03-31,FR-03,77.0,,,,,Allier
-9.0,2020-04-01,FR-03,86.0,,,,,Allier
-5.0,2020-04-02,FR-03,91.0,,,,,Allier
-5.0,2020-04-03,FR-03,96.0,,,,,Allier
-6.0,2020-04-04,FR-03,102.0,,,,,Allier
-6.0,2020-04-05,FR-03,108.0,,,,,Allier
-6.0,2020-04-06,FR-03,114.0,,,,,Allier
-5.0,2020-04-07,FR-03,119.0,,,,,Allier
-10.0,2020-04-08,FR-03,129.0,,,,,Allier
-3.0,2020-04-09,FR-03,132.0,,,,,Allier
-5.0,2020-04-10,FR-03,137.0,,,,,Allier
-8.0,2020-04-11,FR-03,145.0,,,,,Allier
-4.0,2020-04-12,FR-03,149.0,,,,,Allier
-3.0,2020-04-13,FR-03,152.0,,,,,Allier
-6.0,2020-04-14,FR-03,158.0,,,,,Allier
-2.0,2020-04-15,FR-03,160.0,,,,,Allier
-4.0,2020-04-16,FR-03,164.0,,,,,Allier
-2.0,2020-04-17,FR-03,166.0,,,,,Allier
-2.0,2020-04-18,FR-03,168.0,,,,,Allier
-0.0,2020-04-19,FR-03,168.0,,,,,Allier
-5.0,2020-04-20,FR-03,173.0,,,,,Allier
-5.0,2020-04-21,FR-03,178.0,,,,,Allier
-5.0,2020-04-22,FR-03,183.0,,,,,Allier
-3.0,2020-04-23,FR-03,186.0,,,,,Allier
-2.0,2020-04-24,FR-03,188.0,,,,,Allier
-5.0,2020-04-25,FR-03,193.0,,,,,Allier
-3.0,2020-04-26,FR-03,196.0,,,,,Allier
-0.0,2020-04-27,FR-03,196.0,,,,,Allier
-1.0,2020-04-28,FR-03,197.0,,,,,Allier
-0.0,2020-04-29,FR-03,197.0,,,,,Allier
-2.0,2020-04-30,FR-03,199.0,,,,,Allier
-2.0,2020-05-01,FR-03,201.0,,,,,Allier
-2.0,2020-05-02,FR-03,203.0,,,,,Allier
-0.0,2020-05-03,FR-03,203.0,,,,,Allier
-1.0,2020-05-04,FR-03,204.0,,,,,Allier
-2.0,2020-05-05,FR-03,206.0,,,,,Allier
-2.0,2020-05-06,FR-03,208.0,,,,,Allier
-2.0,2020-05-07,FR-03,210.0,,,,,Allier
-3.0,2020-05-08,FR-03,213.0,,,,,Allier
-0.0,2020-05-09,FR-03,213.0,,,,,Allier
-1.0,2020-05-10,FR-03,214.0,,,,,Allier
-0.0,2020-05-11,FR-03,214.0,,,,,Allier
-2.0,2020-05-12,FR-03,216.0,,,,,Allier
-0.0,2020-05-13,FR-03,216.0,,,,,Allier
-1.0,2020-05-14,FR-03,217.0,,,,,Allier
-0.0,2020-05-15,FR-03,217.0,,,,,Allier
-0.0,2020-05-16,FR-03,217.0,,,,,Allier
-0.0,2020-05-17,FR-03,217.0,,,,,Allier
-0.0,2020-05-18,FR-03,217.0,,,,,Allier
-6.0,2020-05-19,FR-03,223.0,,,,,Allier
-4.0,2020-05-20,FR-03,227.0,,,,,Allier
-1.0,2020-03-19,FR-04,1.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-03-20,FR-04,1.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-03-21,FR-04,2.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-03-22,FR-04,2.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-03-23,FR-04,2.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-03-24,FR-04,2.0,,,,,Alpes-de-Haute-Provence
-17.0,2020-03-25,FR-04,19.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-03-26,FR-04,20.0,,,,,Alpes-de-Haute-Provence
-4.0,2020-03-27,FR-04,24.0,,,,,Alpes-de-Haute-Provence
-4.0,2020-03-28,FR-04,28.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-03-29,FR-04,28.0,,,,,Alpes-de-Haute-Provence
-15.0,2020-03-30,FR-04,43.0,,,,,Alpes-de-Haute-Provence
-5.0,2020-03-31,FR-04,48.0,,,,,Alpes-de-Haute-Provence
-4.0,2020-04-01,FR-04,52.0,,,,,Alpes-de-Haute-Provence
-15.0,2020-04-02,FR-04,67.0,,,,,Alpes-de-Haute-Provence
-5.0,2020-04-03,FR-04,72.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-04-04,FR-04,72.0,,,,,Alpes-de-Haute-Provence
-2.0,2020-04-05,FR-04,74.0,,,,,Alpes-de-Haute-Provence
-11.0,2020-04-06,FR-04,85.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-07,FR-04,86.0,,,,,Alpes-de-Haute-Provence
-3.0,2020-04-08,FR-04,89.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-09,FR-04,90.0,,,,,Alpes-de-Haute-Provence
-6.0,2020-04-10,FR-04,96.0,,,,,Alpes-de-Haute-Provence
-3.0,2020-04-11,FR-04,99.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-04-12,FR-04,99.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-04-13,FR-04,99.0,,,,,Alpes-de-Haute-Provence
-8.0,2020-04-14,FR-04,107.0,,,,,Alpes-de-Haute-Provence
-4.0,2020-04-15,FR-04,111.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-04-16,FR-04,111.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-17,FR-04,112.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-18,FR-04,113.0,,,,,Alpes-de-Haute-Provence
-6.0,2020-04-19,FR-04,119.0,,,,,Alpes-de-Haute-Provence
-10.0,2020-04-20,FR-04,129.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-21,FR-04,130.0,,,,,Alpes-de-Haute-Provence
-4.0,2020-04-22,FR-04,134.0,,,,,Alpes-de-Haute-Provence
-3.0,2020-04-23,FR-04,137.0,,,,,Alpes-de-Haute-Provence
-3.0,2020-04-24,FR-04,140.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-25,FR-04,141.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-04-26,FR-04,141.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-27,FR-04,142.0,,,,,Alpes-de-Haute-Provence
-2.0,2020-04-28,FR-04,144.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-04-29,FR-04,145.0,,,,,Alpes-de-Haute-Provence
-2.0,2020-04-30,FR-04,147.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-01,FR-04,147.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-02,FR-04,147.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-03,FR-04,147.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-04,FR-04,147.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-05-05,FR-04,148.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-05-06,FR-04,149.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-07,FR-04,149.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-08,FR-04,149.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-09,FR-04,149.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-10,FR-04,149.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-05-11,FR-04,150.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-12,FR-04,150.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-13,FR-04,150.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-14,FR-04,150.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-15,FR-04,150.0,,,,,Alpes-de-Haute-Provence
-3.0,2020-05-16,FR-04,153.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-17,FR-04,153.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-05-18,FR-04,154.0,,,,,Alpes-de-Haute-Provence
-1.0,2020-05-19,FR-04,155.0,,,,,Alpes-de-Haute-Provence
-0.0,2020-05-20,FR-04,155.0,,,,,Alpes-de-Haute-Provence
-4.0,2020-03-19,FR-05,4.0,,,,,Hautes-Alpes
-2.0,2020-03-20,FR-05,6.0,,,,,Hautes-Alpes
-3.0,2020-03-21,FR-05,9.0,,,,,Hautes-Alpes
-3.0,2020-03-22,FR-05,12.0,,,,,Hautes-Alpes
-5.0,2020-03-23,FR-05,17.0,,,,,Hautes-Alpes
-4.0,2020-03-24,FR-05,21.0,,,,,Hautes-Alpes
-7.0,2020-03-25,FR-05,28.0,,,,,Hautes-Alpes
-7.0,2020-03-26,FR-05,35.0,,,,,Hautes-Alpes
-5.0,2020-03-27,FR-05,40.0,,,,,Hautes-Alpes
-4.0,2020-03-28,FR-05,44.0,,,,,Hautes-Alpes
-8.0,2020-03-29,FR-05,52.0,,,,,Hautes-Alpes
-9.0,2020-03-30,FR-05,61.0,,,,,Hautes-Alpes
-7.0,2020-03-31,FR-05,68.0,,,,,Hautes-Alpes
-7.0,2020-04-01,FR-05,75.0,,,,,Hautes-Alpes
-8.0,2020-04-02,FR-05,83.0,,,,,Hautes-Alpes
-6.0,2020-04-03,FR-05,89.0,,,,,Hautes-Alpes
-1.0,2020-04-04,FR-05,90.0,,,,,Hautes-Alpes
-2.0,2020-04-05,FR-05,92.0,,,,,Hautes-Alpes
-6.0,2020-04-06,FR-05,98.0,,,,,Hautes-Alpes
-2.0,2020-04-07,FR-05,100.0,,,,,Hautes-Alpes
-2.0,2020-04-08,FR-05,102.0,,,,,Hautes-Alpes
-1.0,2020-04-09,FR-05,103.0,,,,,Hautes-Alpes
-2.0,2020-04-10,FR-05,105.0,,,,,Hautes-Alpes
-1.0,2020-04-11,FR-05,106.0,,,,,Hautes-Alpes
-1.0,2020-04-12,FR-05,107.0,,,,,Hautes-Alpes
-2.0,2020-04-13,FR-05,109.0,,,,,Hautes-Alpes
-0.0,2020-04-14,FR-05,109.0,,,,,Hautes-Alpes
-4.0,2020-04-15,FR-05,113.0,,,,,Hautes-Alpes
-2.0,2020-04-16,FR-05,115.0,,,,,Hautes-Alpes
-1.0,2020-04-17,FR-05,116.0,,,,,Hautes-Alpes
-2.0,2020-04-18,FR-05,118.0,,,,,Hautes-Alpes
-0.0,2020-04-19,FR-05,118.0,,,,,Hautes-Alpes
-0.0,2020-04-20,FR-05,118.0,,,,,Hautes-Alpes
-6.0,2020-04-21,FR-05,124.0,,,,,Hautes-Alpes
-1.0,2020-04-22,FR-05,125.0,,,,,Hautes-Alpes
-1.0,2020-04-23,FR-05,126.0,,,,,Hautes-Alpes
-1.0,2020-04-24,FR-05,127.0,,,,,Hautes-Alpes
-3.0,2020-04-25,FR-05,130.0,,,,,Hautes-Alpes
-0.0,2020-04-26,FR-05,130.0,,,,,Hautes-Alpes
-0.0,2020-04-27,FR-05,130.0,,,,,Hautes-Alpes
-0.0,2020-04-28,FR-05,130.0,,,,,Hautes-Alpes
-0.0,2020-04-29,FR-05,130.0,,,,,Hautes-Alpes
-3.0,2020-04-30,FR-05,133.0,,,,,Hautes-Alpes
-1.0,2020-05-01,FR-05,134.0,,,,,Hautes-Alpes
-2.0,2020-05-02,FR-05,136.0,,,,,Hautes-Alpes
-0.0,2020-05-03,FR-05,136.0,,,,,Hautes-Alpes
-0.0,2020-05-04,FR-05,136.0,,,,,Hautes-Alpes
-4.0,2020-05-05,FR-05,140.0,,,,,Hautes-Alpes
-0.0,2020-05-06,FR-05,140.0,,,,,Hautes-Alpes
-0.0,2020-05-07,FR-05,140.0,,,,,Hautes-Alpes
-0.0,2020-05-08,FR-05,140.0,,,,,Hautes-Alpes
-1.0,2020-05-09,FR-05,141.0,,,,,Hautes-Alpes
-0.0,2020-05-10,FR-05,141.0,,,,,Hautes-Alpes
-1.0,2020-05-11,FR-05,142.0,,,,,Hautes-Alpes
-0.0,2020-05-12,FR-05,142.0,,,,,Hautes-Alpes
-0.0,2020-05-13,FR-05,142.0,,,,,Hautes-Alpes
-0.0,2020-05-14,FR-05,142.0,,,,,Hautes-Alpes
-0.0,2020-05-15,FR-05,142.0,,,,,Hautes-Alpes
-0.0,2020-05-16,FR-05,142.0,,,,,Hautes-Alpes
-0.0,2020-05-17,FR-05,142.0,,,,,Hautes-Alpes
-2.0,2020-05-18,FR-05,144.0,,,,,Hautes-Alpes
-0.0,2020-05-19,FR-05,144.0,,,,,Hautes-Alpes
-0.0,2020-05-20,FR-05,144.0,,,,,Hautes-Alpes
-12.0,2020-03-19,FR-06,12.0,,,,,Alpes-Maritimes
-22.0,2020-03-20,FR-06,34.0,,,,,Alpes-Maritimes
-5.0,2020-03-21,FR-06,39.0,,,,,Alpes-Maritimes
-2.0,2020-03-22,FR-06,41.0,,,,,Alpes-Maritimes
-22.0,2020-03-23,FR-06,63.0,,,,,Alpes-Maritimes
-12.0,2020-03-24,FR-06,75.0,,,,,Alpes-Maritimes
-29.0,2020-03-25,FR-06,104.0,,,,,Alpes-Maritimes
-17.0,2020-03-26,FR-06,121.0,,,,,Alpes-Maritimes
-19.0,2020-03-27,FR-06,140.0,,,,,Alpes-Maritimes
-22.0,2020-03-28,FR-06,162.0,,,,,Alpes-Maritimes
-19.0,2020-03-29,FR-06,181.0,,,,,Alpes-Maritimes
-11.0,2020-03-30,FR-06,192.0,,,,,Alpes-Maritimes
-22.0,2020-03-31,FR-06,214.0,,,,,Alpes-Maritimes
-40.0,2020-04-01,FR-06,254.0,,,,,Alpes-Maritimes
-43.0,2020-04-02,FR-06,297.0,,,,,Alpes-Maritimes
-36.0,2020-04-03,FR-06,333.0,,,,,Alpes-Maritimes
-37.0,2020-04-04,FR-06,370.0,,,,,Alpes-Maritimes
-11.0,2020-04-05,FR-06,381.0,,,,,Alpes-Maritimes
-31.0,2020-04-06,FR-06,412.0,,,,,Alpes-Maritimes
-37.0,2020-04-07,FR-06,449.0,,,,,Alpes-Maritimes
-32.0,2020-04-08,FR-06,481.0,,,,,Alpes-Maritimes
-26.0,2020-04-09,FR-06,507.0,,,,,Alpes-Maritimes
-39.0,2020-04-10,FR-06,546.0,,,,,Alpes-Maritimes
-11.0,2020-04-11,FR-06,557.0,,,,,Alpes-Maritimes
-6.0,2020-04-12,FR-06,563.0,,,,,Alpes-Maritimes
-22.0,2020-04-13,FR-06,585.0,,,,,Alpes-Maritimes
-28.0,2020-04-14,FR-06,613.0,,,,,Alpes-Maritimes
-13.0,2020-04-15,FR-06,626.0,,,,,Alpes-Maritimes
-18.0,2020-04-16,FR-06,644.0,,,,,Alpes-Maritimes
-24.0,2020-04-17,FR-06,668.0,,,,,Alpes-Maritimes
-17.0,2020-04-18,FR-06,685.0,,,,,Alpes-Maritimes
-5.0,2020-04-19,FR-06,690.0,,,,,Alpes-Maritimes
-19.0,2020-04-20,FR-06,709.0,,,,,Alpes-Maritimes
-12.0,2020-04-21,FR-06,721.0,,,,,Alpes-Maritimes
-22.0,2020-04-22,FR-06,743.0,,,,,Alpes-Maritimes
-11.0,2020-04-23,FR-06,754.0,,,,,Alpes-Maritimes
-11.0,2020-04-24,FR-06,765.0,,,,,Alpes-Maritimes
-6.0,2020-04-25,FR-06,771.0,,,,,Alpes-Maritimes
-5.0,2020-04-26,FR-06,776.0,,,,,Alpes-Maritimes
-10.0,2020-04-27,FR-06,786.0,,,,,Alpes-Maritimes
-14.0,2020-04-28,FR-06,800.0,,,,,Alpes-Maritimes
-11.0,2020-04-29,FR-06,811.0,,,,,Alpes-Maritimes
-4.0,2020-04-30,FR-06,815.0,,,,,Alpes-Maritimes
-6.0,2020-05-01,FR-06,821.0,,,,,Alpes-Maritimes
-0.0,2020-05-02,FR-06,821.0,,,,,Alpes-Maritimes
-6.0,2020-05-03,FR-06,827.0,,,,,Alpes-Maritimes
-19.0,2020-05-04,FR-06,846.0,,,,,Alpes-Maritimes
-14.0,2020-05-05,FR-06,860.0,,,,,Alpes-Maritimes
-10.0,2020-05-06,FR-06,870.0,,,,,Alpes-Maritimes
-18.0,2020-05-07,FR-06,888.0,,,,,Alpes-Maritimes
-9.0,2020-05-08,FR-06,897.0,,,,,Alpes-Maritimes
-5.0,2020-05-09,FR-06,902.0,,,,,Alpes-Maritimes
-1.0,2020-05-10,FR-06,903.0,,,,,Alpes-Maritimes
-5.0,2020-05-11,FR-06,908.0,,,,,Alpes-Maritimes
-6.0,2020-05-12,FR-06,914.0,,,,,Alpes-Maritimes
-3.0,2020-05-13,FR-06,917.0,,,,,Alpes-Maritimes
-6.0,2020-05-14,FR-06,923.0,,,,,Alpes-Maritimes
-6.0,2020-05-15,FR-06,929.0,,,,,Alpes-Maritimes
-4.0,2020-05-16,FR-06,933.0,,,,,Alpes-Maritimes
-0.0,2020-05-17,FR-06,933.0,,,,,Alpes-Maritimes
-0.0,2020-05-18,FR-06,933.0,,,,,Alpes-Maritimes
-2.0,2020-05-19,FR-06,935.0,,,,,Alpes-Maritimes
-6.0,2020-05-20,FR-06,941.0,,,,,Alpes-Maritimes
-7.0,2020-03-19,FR-07,7.0,,,,,Ardèche
-7.0,2020-03-20,FR-07,14.0,,,,,Ardèche
-6.0,2020-03-21,FR-07,20.0,,,,,Ardèche
-3.0,2020-03-22,FR-07,23.0,,,,,Ardèche
-7.0,2020-03-23,FR-07,30.0,,,,,Ardèche
-8.0,2020-03-24,FR-07,38.0,,,,,Ardèche
-44.0,2020-03-25,FR-07,82.0,,,,,Ardèche
-12.0,2020-03-26,FR-07,94.0,,,,,Ardèche
-12.0,2020-03-27,FR-07,106.0,,,,,Ardèche
-34.0,2020-03-28,FR-07,140.0,,,,,Ardèche
-8.0,2020-03-29,FR-07,148.0,,,,,Ardèche
-21.0,2020-03-30,FR-07,169.0,,,,,Ardèche
-33.0,2020-03-31,FR-07,202.0,,,,,Ardèche
-15.0,2020-04-01,FR-07,217.0,,,,,Ardèche
-12.0,2020-04-02,FR-07,229.0,,,,,Ardèche
-19.0,2020-04-03,FR-07,248.0,,,,,Ardèche
-1.0,2020-04-04,FR-07,249.0,,,,,Ardèche
-6.0,2020-04-05,FR-07,255.0,,,,,Ardèche
-24.0,2020-04-06,FR-07,279.0,,,,,Ardèche
-14.0,2020-04-07,FR-07,293.0,,,,,Ardèche
-9.0,2020-04-08,FR-07,302.0,,,,,Ardèche
-7.0,2020-04-09,FR-07,309.0,,,,,Ardèche
-10.0,2020-04-10,FR-07,319.0,,,,,Ardèche
-2.0,2020-04-11,FR-07,321.0,,,,,Ardèche
-2.0,2020-04-12,FR-07,323.0,,,,,Ardèche
-10.0,2020-04-13,FR-07,333.0,,,,,Ardèche
-10.0,2020-04-14,FR-07,343.0,,,,,Ardèche
-7.0,2020-04-15,FR-07,350.0,,,,,Ardèche
-4.0,2020-04-16,FR-07,354.0,,,,,Ardèche
-14.0,2020-04-17,FR-07,368.0,,,,,Ardèche
-8.0,2020-04-18,FR-07,376.0,,,,,Ardèche
-1.0,2020-04-19,FR-07,377.0,,,,,Ardèche
-4.0,2020-04-20,FR-07,381.0,,,,,Ardèche
-6.0,2020-04-21,FR-07,387.0,,,,,Ardèche
-4.0,2020-04-22,FR-07,391.0,,,,,Ardèche
-8.0,2020-04-23,FR-07,399.0,,,,,Ardèche
-3.0,2020-04-24,FR-07,402.0,,,,,Ardèche
-6.0,2020-04-25,FR-07,408.0,,,,,Ardèche
-7.0,2020-04-26,FR-07,415.0,,,,,Ardèche
-10.0,2020-04-27,FR-07,425.0,,,,,Ardèche
-51.0,2020-04-28,FR-07,476.0,,,,,Ardèche
-3.0,2020-04-29,FR-07,479.0,,,,,Ardèche
-28.0,2020-04-30,FR-07,507.0,,,,,Ardèche
-9.0,2020-05-01,FR-07,516.0,,,,,Ardèche
-2.0,2020-05-02,FR-07,518.0,,,,,Ardèche
-0.0,2020-05-03,FR-07,518.0,,,,,Ardèche
-4.0,2020-05-04,FR-07,522.0,,,,,Ardèche
-36.0,2020-05-05,FR-07,558.0,,,,,Ardèche
-16.0,2020-05-06,FR-07,574.0,,,,,Ardèche
-9.0,2020-05-07,FR-07,583.0,,,,,Ardèche
-4.0,2020-05-08,FR-07,587.0,,,,,Ardèche
-3.0,2020-05-09,FR-07,590.0,,,,,Ardèche
-9.0,2020-05-10,FR-07,599.0,,,,,Ardèche
-1.0,2020-05-11,FR-07,600.0,,,,,Ardèche
-4.0,2020-05-12,FR-07,604.0,,,,,Ardèche
-10.0,2020-05-13,FR-07,614.0,,,,,Ardèche
-7.0,2020-05-14,FR-07,621.0,,,,,Ardèche
-1.0,2020-05-15,FR-07,622.0,,,,,Ardèche
-1.0,2020-05-16,FR-07,623.0,,,,,Ardèche
-0.0,2020-05-17,FR-07,623.0,,,,,Ardèche
-6.0,2020-05-18,FR-07,629.0,,,,,Ardèche
-4.0,2020-05-19,FR-07,633.0,,,,,Ardèche
-5.0,2020-05-20,FR-07,638.0,,,,,Ardèche
-1.0,2020-03-19,FR-08,1.0,,,,,Ardennes
-0.0,2020-03-20,FR-08,1.0,,,,,Ardennes
-2.0,2020-03-21,FR-08,3.0,,,,,Ardennes
-1.0,2020-03-22,FR-08,4.0,,,,,Ardennes
-1.0,2020-03-23,FR-08,5.0,,,,,Ardennes
-0.0,2020-03-24,FR-08,5.0,,,,,Ardennes
-2.0,2020-03-25,FR-08,7.0,,,,,Ardennes
-8.0,2020-03-26,FR-08,15.0,,,,,Ardennes
-0.0,2020-03-27,FR-08,15.0,,,,,Ardennes
-11.0,2020-03-28,FR-08,26.0,,,,,Ardennes
-7.0,2020-03-29,FR-08,33.0,,,,,Ardennes
-0.0,2020-03-30,FR-08,33.0,,,,,Ardennes
-23.0,2020-03-31,FR-08,56.0,,,,,Ardennes
-7.0,2020-04-01,FR-08,63.0,,,,,Ardennes
-13.0,2020-04-02,FR-08,76.0,,,,,Ardennes
-5.0,2020-04-03,FR-08,81.0,,,,,Ardennes
-11.0,2020-04-04,FR-08,92.0,,,,,Ardennes
-10.0,2020-04-05,FR-08,102.0,,,,,Ardennes
-8.0,2020-04-06,FR-08,110.0,,,,,Ardennes
-13.0,2020-04-07,FR-08,123.0,,,,,Ardennes
-0.0,2020-04-08,FR-08,123.0,,,,,Ardennes
-11.0,2020-04-09,FR-08,134.0,,,,,Ardennes
-9.0,2020-04-10,FR-08,143.0,,,,,Ardennes
-3.0,2020-04-11,FR-08,146.0,,,,,Ardennes
-23.0,2020-04-12,FR-08,169.0,,,,,Ardennes
-0.0,2020-04-13,FR-08,169.0,,,,,Ardennes
-9.0,2020-04-14,FR-08,178.0,,,,,Ardennes
-7.0,2020-04-15,FR-08,185.0,,,,,Ardennes
-3.0,2020-04-16,FR-08,188.0,,,,,Ardennes
-14.0,2020-04-17,FR-08,202.0,,,,,Ardennes
-11.0,2020-04-18,FR-08,213.0,,,,,Ardennes
-6.0,2020-04-19,FR-08,219.0,,,,,Ardennes
-3.0,2020-04-20,FR-08,222.0,,,,,Ardennes
-4.0,2020-04-21,FR-08,226.0,,,,,Ardennes
-10.0,2020-04-22,FR-08,236.0,,,,,Ardennes
-2.0,2020-04-23,FR-08,238.0,,,,,Ardennes
-4.0,2020-04-24,FR-08,242.0,,,,,Ardennes
-3.0,2020-04-25,FR-08,245.0,,,,,Ardennes
-4.0,2020-04-26,FR-08,249.0,,,,,Ardennes
-4.0,2020-04-27,FR-08,253.0,,,,,Ardennes
-1.0,2020-04-28,FR-08,254.0,,,,,Ardennes
-4.0,2020-04-29,FR-08,258.0,,,,,Ardennes
-0.0,2020-04-30,FR-08,258.0,,,,,Ardennes
-3.0,2020-05-01,FR-08,261.0,,,,,Ardennes
-2.0,2020-05-02,FR-08,263.0,,,,,Ardennes
-3.0,2020-05-03,FR-08,266.0,,,,,Ardennes
-0.0,2020-05-04,FR-08,266.0,,,,,Ardennes
-2.0,2020-05-05,FR-08,268.0,,,,,Ardennes
-12.0,2020-05-06,FR-08,280.0,,,,,Ardennes
-6.0,2020-05-07,FR-08,286.0,,,,,Ardennes
-0.0,2020-05-08,FR-08,286.0,,,,,Ardennes
-7.0,2020-05-09,FR-08,293.0,,,,,Ardennes
-3.0,2020-05-10,FR-08,296.0,,,,,Ardennes
-1.0,2020-05-11,FR-08,297.0,,,,,Ardennes
-1.0,2020-05-12,FR-08,298.0,,,,,Ardennes
-0.0,2020-05-13,FR-08,298.0,,,,,Ardennes
-7.0,2020-05-14,FR-08,305.0,,,,,Ardennes
-6.0,2020-05-15,FR-08,311.0,,,,,Ardennes
-0.0,2020-05-16,FR-08,311.0,,,,,Ardennes
-2.0,2020-05-17,FR-08,313.0,,,,,Ardennes
-0.0,2020-05-18,FR-08,313.0,,,,,Ardennes
-29.0,2020-05-19,FR-08,342.0,,,,,Ardennes
-0.0,2020-05-20,FR-08,342.0,,,,,Ardennes
-0.0,2020-03-19,FR-09,0.0,,,,,Ariège
-1.0,2020-03-20,FR-09,1.0,,,,,Ariège
-1.0,2020-03-21,FR-09,2.0,,,,,Ariège
-1.0,2020-03-22,FR-09,3.0,,,,,Ariège
-1.0,2020-03-23,FR-09,4.0,,,,,Ariège
-1.0,2020-03-24,FR-09,5.0,,,,,Ariège
-5.0,2020-03-25,FR-09,10.0,,,,,Ariège
-0.0,2020-03-26,FR-09,10.0,,,,,Ariège
-1.0,2020-03-27,FR-09,11.0,,,,,Ariège
-0.0,2020-03-28,FR-09,11.0,,,,,Ariège
-0.0,2020-03-29,FR-09,11.0,,,,,Ariège
-2.0,2020-03-30,FR-09,13.0,,,,,Ariège
-3.0,2020-03-31,FR-09,16.0,,,,,Ariège
-5.0,2020-04-01,FR-09,21.0,,,,,Ariège
-2.0,2020-04-02,FR-09,23.0,,,,,Ariège
-0.0,2020-04-03,FR-09,23.0,,,,,Ariège
-1.0,2020-04-04,FR-09,24.0,,,,,Ariège
-3.0,2020-04-05,FR-09,27.0,,,,,Ariège
-1.0,2020-04-06,FR-09,28.0,,,,,Ariège
-2.0,2020-04-07,FR-09,30.0,,,,,Ariège
-3.0,2020-04-08,FR-09,33.0,,,,,Ariège
-1.0,2020-04-09,FR-09,34.0,,,,,Ariège
-1.0,2020-04-10,FR-09,35.0,,,,,Ariège
-0.0,2020-04-11,FR-09,35.0,,,,,Ariège
-1.0,2020-04-12,FR-09,36.0,,,,,Ariège
-0.0,2020-04-13,FR-09,36.0,,,,,Ariège
-0.0,2020-04-14,FR-09,36.0,,,,,Ariège
-2.0,2020-04-15,FR-09,38.0,,,,,Ariège
-0.0,2020-04-16,FR-09,38.0,,,,,Ariège
-2.0,2020-04-17,FR-09,40.0,,,,,Ariège
-0.0,2020-04-18,FR-09,40.0,,,,,Ariège
-0.0,2020-04-19,FR-09,40.0,,,,,Ariège
-1.0,2020-04-20,FR-09,41.0,,,,,Ariège
-0.0,2020-04-21,FR-09,41.0,,,,,Ariège
-0.0,2020-04-22,FR-09,41.0,,,,,Ariège
-1.0,2020-04-23,FR-09,42.0,,,,,Ariège
-1.0,2020-04-24,FR-09,43.0,,,,,Ariège
-0.0,2020-04-25,FR-09,43.0,,,,,Ariège
-0.0,2020-04-26,FR-09,43.0,,,,,Ariège
-0.0,2020-04-27,FR-09,43.0,,,,,Ariège
-0.0,2020-04-28,FR-09,43.0,,,,,Ariège
-0.0,2020-04-29,FR-09,43.0,,,,,Ariège
-0.0,2020-04-30,FR-09,43.0,,,,,Ariège
-0.0,2020-05-01,FR-09,43.0,,,,,Ariège
-0.0,2020-05-02,FR-09,43.0,,,,,Ariège
-0.0,2020-05-03,FR-09,43.0,,,,,Ariège
-0.0,2020-05-04,FR-09,43.0,,,,,Ariège
-0.0,2020-05-05,FR-09,43.0,,,,,Ariège
-0.0,2020-05-06,FR-09,43.0,,,,,Ariège
-0.0,2020-05-07,FR-09,43.0,,,,,Ariège
-0.0,2020-05-08,FR-09,43.0,,,,,Ariège
-0.0,2020-05-09,FR-09,43.0,,,,,Ariège
-0.0,2020-05-10,FR-09,43.0,,,,,Ariège
-0.0,2020-05-11,FR-09,43.0,,,,,Ariège
-0.0,2020-05-12,FR-09,43.0,,,,,Ariège
-0.0,2020-05-13,FR-09,43.0,,,,,Ariège
-0.0,2020-05-14,FR-09,43.0,,,,,Ariège
-0.0,2020-05-15,FR-09,43.0,,,,,Ariège
-0.0,2020-05-16,FR-09,43.0,,,,,Ariège
-0.0,2020-05-17,FR-09,43.0,,,,,Ariège
-0.0,2020-05-18,FR-09,43.0,,,,,Ariège
-0.0,2020-05-19,FR-09,43.0,,,,,Ariège
-2.0,2020-05-20,FR-09,45.0,,,,,Ariège
-6.0,2020-03-19,FR-10,6.0,,,,,Aube
-2.0,2020-03-20,FR-10,8.0,,,,,Aube
-6.0,2020-03-21,FR-10,14.0,,,,,Aube
-9.0,2020-03-22,FR-10,23.0,,,,,Aube
-9.0,2020-03-23,FR-10,32.0,,,,,Aube
-3.0,2020-03-24,FR-10,35.0,,,,,Aube
-17.0,2020-03-25,FR-10,52.0,,,,,Aube
-12.0,2020-03-26,FR-10,64.0,,,,,Aube
-4.0,2020-03-27,FR-10,68.0,,,,,Aube
-4.0,2020-03-28,FR-10,72.0,,,,,Aube
-1.0,2020-03-29,FR-10,73.0,,,,,Aube
-6.0,2020-03-30,FR-10,79.0,,,,,Aube
-13.0,2020-03-31,FR-10,92.0,,,,,Aube
-34.0,2020-04-01,FR-10,126.0,,,,,Aube
-23.0,2020-04-02,FR-10,149.0,,,,,Aube
-9.0,2020-04-03,FR-10,158.0,,,,,Aube
-38.0,2020-04-04,FR-10,196.0,,,,,Aube
-10.0,2020-04-05,FR-10,206.0,,,,,Aube
-3.0,2020-04-06,FR-10,209.0,,,,,Aube
-13.0,2020-04-07,FR-10,222.0,,,,,Aube
-29.0,2020-04-08,FR-10,251.0,,,,,Aube
-157.0,2020-04-09,FR-10,408.0,,,,,Aube
-62.0,2020-04-10,FR-10,470.0,,,,,Aube
-9.0,2020-04-11,FR-10,479.0,,,,,Aube
-24.0,2020-04-12,FR-10,503.0,,,,,Aube
-24.0,2020-04-13,FR-10,527.0,,,,,Aube
-19.0,2020-04-14,FR-10,546.0,,,,,Aube
-11.0,2020-04-15,FR-10,557.0,,,,,Aube
-18.0,2020-04-16,FR-10,575.0,,,,,Aube
-13.0,2020-04-17,FR-10,588.0,,,,,Aube
-6.0,2020-04-18,FR-10,594.0,,,,,Aube
-4.0,2020-04-19,FR-10,598.0,,,,,Aube
-12.0,2020-04-20,FR-10,610.0,,,,,Aube
-7.0,2020-04-21,FR-10,617.0,,,,,Aube
-37.0,2020-04-22,FR-10,654.0,,,,,Aube
-29.0,2020-04-23,FR-10,683.0,,,,,Aube
-29.0,2020-04-24,FR-10,712.0,,,,,Aube
-12.0,2020-04-25,FR-10,724.0,,,,,Aube
-0.0,2020-04-26,FR-10,724.0,,,,,Aube
-6.0,2020-04-27,FR-10,730.0,,,,,Aube
-29.0,2020-04-28,FR-10,759.0,,,,,Aube
-26.0,2020-04-29,FR-10,785.0,,,,,Aube
-16.0,2020-04-30,FR-10,801.0,,,,,Aube
-19.0,2020-05-01,FR-10,820.0,,,,,Aube
-12.0,2020-05-02,FR-10,832.0,,,,,Aube
-14.0,2020-05-03,FR-10,846.0,,,,,Aube
-4.0,2020-05-04,FR-10,850.0,,,,,Aube
-4.0,2020-05-05,FR-10,854.0,,,,,Aube
-10.0,2020-05-06,FR-10,864.0,,,,,Aube
-20.0,2020-05-07,FR-10,884.0,,,,,Aube
-5.0,2020-05-08,FR-10,889.0,,,,,Aube
-1.0,2020-05-09,FR-10,890.0,,,,,Aube
-4.0,2020-05-10,FR-10,894.0,,,,,Aube
-2.0,2020-05-11,FR-10,896.0,,,,,Aube
-2.0,2020-05-12,FR-10,898.0,,,,,Aube
-2.0,2020-05-13,FR-10,900.0,,,,,Aube
-6.0,2020-05-14,FR-10,906.0,,,,,Aube
-1.0,2020-05-15,FR-10,907.0,,,,,Aube
-5.0,2020-05-16,FR-10,912.0,,,,,Aube
-2.0,2020-05-17,FR-10,914.0,,,,,Aube
-7.0,2020-05-18,FR-10,921.0,,,,,Aube
-1.0,2020-05-19,FR-10,922.0,,,,,Aube
-3.0,2020-05-20,FR-10,925.0,,,,,Aube
-19.0,2020-03-19,FR-11,19.0,,,,,Aude
-10.0,2020-03-20,FR-11,29.0,,,,,Aude
-2.0,2020-03-21,FR-11,31.0,,,,,Aude
-5.0,2020-03-22,FR-11,36.0,,,,,Aude
-14.0,2020-03-23,FR-11,50.0,,,,,Aude
-5.0,2020-03-24,FR-11,55.0,,,,,Aude
-12.0,2020-03-25,FR-11,67.0,,,,,Aude
-13.0,2020-03-26,FR-11,80.0,,,,,Aude
-12.0,2020-03-27,FR-11,92.0,,,,,Aude
-22.0,2020-03-28,FR-11,114.0,,,,,Aude
-18.0,2020-03-29,FR-11,132.0,,,,,Aude
-19.0,2020-03-30,FR-11,151.0,,,,,Aude
-15.0,2020-03-31,FR-11,166.0,,,,,Aude
-17.0,2020-04-01,FR-11,183.0,,,,,Aude
-31.0,2020-04-02,FR-11,214.0,,,,,Aude
-7.0,2020-04-03,FR-11,221.0,,,,,Aude
-8.0,2020-04-04,FR-11,229.0,,,,,Aude
-8.0,2020-04-05,FR-11,237.0,,,,,Aude
-7.0,2020-04-06,FR-11,244.0,,,,,Aude
-13.0,2020-04-07,FR-11,257.0,,,,,Aude
-4.0,2020-04-08,FR-11,261.0,,,,,Aude
-3.0,2020-04-09,FR-11,264.0,,,,,Aude
-6.0,2020-04-10,FR-11,270.0,,,,,Aude
-7.0,2020-04-11,FR-11,277.0,,,,,Aude
-17.0,2020-04-12,FR-11,294.0,,,,,Aude
-13.0,2020-04-13,FR-11,307.0,,,,,Aude
-4.0,2020-04-14,FR-11,311.0,,,,,Aude
-4.0,2020-04-15,FR-11,315.0,,,,,Aude
-3.0,2020-04-16,FR-11,318.0,,,,,Aude
-7.0,2020-04-17,FR-11,325.0,,,,,Aude
-7.0,2020-04-18,FR-11,332.0,,,,,Aude
-3.0,2020-04-19,FR-11,335.0,,,,,Aude
-2.0,2020-04-20,FR-11,337.0,,,,,Aude
-11.0,2020-04-21,FR-11,348.0,,,,,Aude
-1.0,2020-04-22,FR-11,349.0,,,,,Aude
-1.0,2020-04-23,FR-11,350.0,,,,,Aude
-5.0,2020-04-24,FR-11,355.0,,,,,Aude
-3.0,2020-04-25,FR-11,358.0,,,,,Aude
-1.0,2020-04-26,FR-11,359.0,,,,,Aude
-3.0,2020-04-27,FR-11,362.0,,,,,Aude
-8.0,2020-04-28,FR-11,370.0,,,,,Aude
-0.0,2020-04-29,FR-11,370.0,,,,,Aude
-7.0,2020-04-30,FR-11,377.0,,,,,Aude
-5.0,2020-05-01,FR-11,382.0,,,,,Aude
-1.0,2020-05-02,FR-11,383.0,,,,,Aude
-5.0,2020-05-03,FR-11,388.0,,,,,Aude
-2.0,2020-05-04,FR-11,390.0,,,,,Aude
-1.0,2020-05-05,FR-11,391.0,,,,,Aude
-0.0,2020-05-06,FR-11,391.0,,,,,Aude
-2.0,2020-05-07,FR-11,393.0,,,,,Aude
-1.0,2020-05-08,FR-11,394.0,,,,,Aude
-0.0,2020-05-09,FR-11,394.0,,,,,Aude
-0.0,2020-05-10,FR-11,394.0,,,,,Aude
-0.0,2020-05-11,FR-11,394.0,,,,,Aude
-0.0,2020-05-12,FR-11,394.0,,,,,Aude
-9.0,2020-05-13,FR-11,403.0,,,,,Aude
-0.0,2020-05-14,FR-11,403.0,,,,,Aude
-0.0,2020-05-15,FR-11,403.0,,,,,Aude
-7.0,2020-05-16,FR-11,410.0,,,,,Aude
-3.0,2020-05-17,FR-11,413.0,,,,,Aude
-3.0,2020-05-18,FR-11,416.0,,,,,Aude
-2.0,2020-05-19,FR-11,418.0,,,,,Aude
-2.0,2020-05-20,FR-11,420.0,,,,,Aude
-4.0,2020-03-19,FR-12,4.0,,,,,Aveyron
-4.0,2020-03-20,FR-12,8.0,,,,,Aveyron
-1.0,2020-03-21,FR-12,9.0,,,,,Aveyron
-2.0,2020-03-22,FR-12,11.0,,,,,Aveyron
-1.0,2020-03-23,FR-12,12.0,,,,,Aveyron
-6.0,2020-03-24,FR-12,18.0,,,,,Aveyron
-3.0,2020-03-25,FR-12,21.0,,,,,Aveyron
-8.0,2020-03-26,FR-12,29.0,,,,,Aveyron
-6.0,2020-03-27,FR-12,35.0,,,,,Aveyron
-13.0,2020-03-28,FR-12,48.0,,,,,Aveyron
-2.0,2020-03-29,FR-12,50.0,,,,,Aveyron
-10.0,2020-03-30,FR-12,60.0,,,,,Aveyron
-6.0,2020-03-31,FR-12,66.0,,,,,Aveyron
-4.0,2020-04-01,FR-12,70.0,,,,,Aveyron
-9.0,2020-04-02,FR-12,79.0,,,,,Aveyron
-13.0,2020-04-03,FR-12,92.0,,,,,Aveyron
-10.0,2020-04-04,FR-12,102.0,,,,,Aveyron
-3.0,2020-04-05,FR-12,105.0,,,,,Aveyron
-6.0,2020-04-06,FR-12,111.0,,,,,Aveyron
-4.0,2020-04-07,FR-12,115.0,,,,,Aveyron
-3.0,2020-04-08,FR-12,118.0,,,,,Aveyron
-4.0,2020-04-09,FR-12,122.0,,,,,Aveyron
-7.0,2020-04-10,FR-12,129.0,,,,,Aveyron
-8.0,2020-04-11,FR-12,137.0,,,,,Aveyron
-2.0,2020-04-12,FR-12,139.0,,,,,Aveyron
-3.0,2020-04-13,FR-12,142.0,,,,,Aveyron
-1.0,2020-04-14,FR-12,143.0,,,,,Aveyron
-3.0,2020-04-15,FR-12,146.0,,,,,Aveyron
-1.0,2020-04-16,FR-12,147.0,,,,,Aveyron
-5.0,2020-04-17,FR-12,152.0,,,,,Aveyron
-8.0,2020-04-18,FR-12,160.0,,,,,Aveyron
-1.0,2020-04-19,FR-12,161.0,,,,,Aveyron
-4.0,2020-04-20,FR-12,165.0,,,,,Aveyron
-1.0,2020-04-21,FR-12,166.0,,,,,Aveyron
-3.0,2020-04-22,FR-12,169.0,,,,,Aveyron
-3.0,2020-04-23,FR-12,172.0,,,,,Aveyron
-0.0,2020-04-24,FR-12,172.0,,,,,Aveyron
-0.0,2020-04-25,FR-12,172.0,,,,,Aveyron
-0.0,2020-04-26,FR-12,172.0,,,,,Aveyron
-0.0,2020-04-27,FR-12,172.0,,,,,Aveyron
-0.0,2020-04-28,FR-12,172.0,,,,,Aveyron
-0.0,2020-04-29,FR-12,172.0,,,,,Aveyron
-1.0,2020-04-30,FR-12,173.0,,,,,Aveyron
-0.0,2020-05-01,FR-12,173.0,,,,,Aveyron
-0.0,2020-05-02,FR-12,173.0,,,,,Aveyron
-0.0,2020-05-03,FR-12,173.0,,,,,Aveyron
-0.0,2020-05-04,FR-12,173.0,,,,,Aveyron
-0.0,2020-05-05,FR-12,173.0,,,,,Aveyron
-2.0,2020-05-06,FR-12,175.0,,,,,Aveyron
-0.0,2020-05-07,FR-12,175.0,,,,,Aveyron
-0.0,2020-05-08,FR-12,175.0,,,,,Aveyron
-0.0,2020-05-09,FR-12,175.0,,,,,Aveyron
-0.0,2020-05-10,FR-12,175.0,,,,,Aveyron
-0.0,2020-05-11,FR-12,175.0,,,,,Aveyron
-0.0,2020-05-12,FR-12,175.0,,,,,Aveyron
-1.0,2020-05-13,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-14,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-15,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-16,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-17,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-18,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-19,FR-12,176.0,,,,,Aveyron
-0.0,2020-05-20,FR-12,176.0,,,,,Aveyron
-91.0,2020-03-19,FR-13,91.0,,,,,Bouches-du-Rhône
-44.0,2020-03-20,FR-13,135.0,,,,,Bouches-du-Rhône
-63.0,2020-03-21,FR-13,198.0,,,,,Bouches-du-Rhône
-48.0,2020-03-22,FR-13,246.0,,,,,Bouches-du-Rhône
-80.0,2020-03-23,FR-13,326.0,,,,,Bouches-du-Rhône
-94.0,2020-03-24,FR-13,420.0,,,,,Bouches-du-Rhône
-80.0,2020-03-25,FR-13,500.0,,,,,Bouches-du-Rhône
-114.0,2020-03-26,FR-13,614.0,,,,,Bouches-du-Rhône
-136.0,2020-03-27,FR-13,750.0,,,,,Bouches-du-Rhône
-107.0,2020-03-28,FR-13,857.0,,,,,Bouches-du-Rhône
-117.0,2020-03-29,FR-13,974.0,,,,,Bouches-du-Rhône
-138.0,2020-03-30,FR-13,1112.0,,,,,Bouches-du-Rhône
-166.0,2020-03-31,FR-13,1278.0,,,,,Bouches-du-Rhône
-140.0,2020-04-01,FR-13,1418.0,,,,,Bouches-du-Rhône
-106.0,2020-04-02,FR-13,1524.0,,,,,Bouches-du-Rhône
-160.0,2020-04-03,FR-13,1684.0,,,,,Bouches-du-Rhône
-98.0,2020-04-04,FR-13,1782.0,,,,,Bouches-du-Rhône
-77.0,2020-04-05,FR-13,1859.0,,,,,Bouches-du-Rhône
-149.0,2020-04-06,FR-13,2008.0,,,,,Bouches-du-Rhône
-67.0,2020-04-07,FR-13,2075.0,,,,,Bouches-du-Rhône
-137.0,2020-04-08,FR-13,2212.0,,,,,Bouches-du-Rhône
-75.0,2020-04-09,FR-13,2287.0,,,,,Bouches-du-Rhône
-127.0,2020-04-10,FR-13,2414.0,,,,,Bouches-du-Rhône
-47.0,2020-04-11,FR-13,2461.0,,,,,Bouches-du-Rhône
-85.0,2020-04-12,FR-13,2546.0,,,,,Bouches-du-Rhône
-41.0,2020-04-13,FR-13,2587.0,,,,,Bouches-du-Rhône
-96.0,2020-04-14,FR-13,2683.0,,,,,Bouches-du-Rhône
-86.0,2020-04-15,FR-13,2769.0,,,,,Bouches-du-Rhône
-85.0,2020-04-16,FR-13,2854.0,,,,,Bouches-du-Rhône
-119.0,2020-04-17,FR-13,2973.0,,,,,Bouches-du-Rhône
-60.0,2020-04-18,FR-13,3033.0,,,,,Bouches-du-Rhône
-27.0,2020-04-19,FR-13,3060.0,,,,,Bouches-du-Rhône
-84.0,2020-04-20,FR-13,3144.0,,,,,Bouches-du-Rhône
-106.0,2020-04-21,FR-13,3250.0,,,,,Bouches-du-Rhône
-114.0,2020-04-22,FR-13,3364.0,,,,,Bouches-du-Rhône
-69.0,2020-04-23,FR-13,3433.0,,,,,Bouches-du-Rhône
-80.0,2020-04-24,FR-13,3513.0,,,,,Bouches-du-Rhône
-53.0,2020-04-25,FR-13,3566.0,,,,,Bouches-du-Rhône
-32.0,2020-04-26,FR-13,3598.0,,,,,Bouches-du-Rhône
-58.0,2020-04-27,FR-13,3656.0,,,,,Bouches-du-Rhône
-54.0,2020-04-28,FR-13,3710.0,,,,,Bouches-du-Rhône
-62.0,2020-04-29,FR-13,3772.0,,,,,Bouches-du-Rhône
-29.0,2020-04-30,FR-13,3801.0,,,,,Bouches-du-Rhône
-32.0,2020-05-01,FR-13,3833.0,,,,,Bouches-du-Rhône
-34.0,2020-05-02,FR-13,3867.0,,,,,Bouches-du-Rhône
-21.0,2020-05-03,FR-13,3888.0,,,,,Bouches-du-Rhône
-33.0,2020-05-04,FR-13,3921.0,,,,,Bouches-du-Rhône
-25.0,2020-05-05,FR-13,3946.0,,,,,Bouches-du-Rhône
-39.0,2020-05-06,FR-13,3985.0,,,,,Bouches-du-Rhône
-24.0,2020-05-07,FR-13,4009.0,,,,,Bouches-du-Rhône
-18.0,2020-05-08,FR-13,4027.0,,,,,Bouches-du-Rhône
-10.0,2020-05-09,FR-13,4037.0,,,,,Bouches-du-Rhône
-12.0,2020-05-10,FR-13,4049.0,,,,,Bouches-du-Rhône
-34.0,2020-05-11,FR-13,4083.0,,,,,Bouches-du-Rhône
-15.0,2020-05-12,FR-13,4098.0,,,,,Bouches-du-Rhône
-22.0,2020-05-13,FR-13,4120.0,,,,,Bouches-du-Rhône
-16.0,2020-05-14,FR-13,4136.0,,,,,Bouches-du-Rhône
-22.0,2020-05-15,FR-13,4158.0,,,,,Bouches-du-Rhône
-12.0,2020-05-16,FR-13,4170.0,,,,,Bouches-du-Rhône
-11.0,2020-05-17,FR-13,4181.0,,,,,Bouches-du-Rhône
-12.0,2020-05-18,FR-13,4193.0,,,,,Bouches-du-Rhône
-18.0,2020-05-19,FR-13,4211.0,,,,,Bouches-du-Rhône
-17.0,2020-05-20,FR-13,4228.0,,,,,Bouches-du-Rhône
-3.0,2020-03-19,FR-14,3.0,,,,,Calvados
-1.0,2020-03-20,FR-14,4.0,,,,,Calvados
-6.0,2020-03-21,FR-14,10.0,,,,,Calvados
-10.0,2020-03-22,FR-14,20.0,,,,,Calvados
-10.0,2020-03-23,FR-14,30.0,,,,,Calvados
-5.0,2020-03-24,FR-14,35.0,,,,,Calvados
-17.0,2020-03-25,FR-14,52.0,,,,,Calvados
-9.0,2020-03-26,FR-14,61.0,,,,,Calvados
-16.0,2020-03-27,FR-14,77.0,,,,,Calvados
-23.0,2020-03-28,FR-14,100.0,,,,,Calvados
-16.0,2020-03-29,FR-14,116.0,,,,,Calvados
-7.0,2020-03-30,FR-14,123.0,,,,,Calvados
-11.0,2020-03-31,FR-14,134.0,,,,,Calvados
-25.0,2020-04-01,FR-14,159.0,,,,,Calvados
-20.0,2020-04-02,FR-14,179.0,,,,,Calvados
-11.0,2020-04-03,FR-14,190.0,,,,,Calvados
-10.0,2020-04-04,FR-14,200.0,,,,,Calvados
-14.0,2020-04-05,FR-14,214.0,,,,,Calvados
-19.0,2020-04-06,FR-14,233.0,,,,,Calvados
-15.0,2020-04-07,FR-14,248.0,,,,,Calvados
-13.0,2020-04-08,FR-14,261.0,,,,,Calvados
-7.0,2020-04-09,FR-14,268.0,,,,,Calvados
-13.0,2020-04-10,FR-14,281.0,,,,,Calvados
-10.0,2020-04-11,FR-14,291.0,,,,,Calvados
-9.0,2020-04-12,FR-14,300.0,,,,,Calvados
-2.0,2020-04-13,FR-14,302.0,,,,,Calvados
-7.0,2020-04-14,FR-14,309.0,,,,,Calvados
-9.0,2020-04-15,FR-14,318.0,,,,,Calvados
-4.0,2020-04-16,FR-14,322.0,,,,,Calvados
-7.0,2020-04-17,FR-14,329.0,,,,,Calvados
-8.0,2020-04-18,FR-14,337.0,,,,,Calvados
-9.0,2020-04-19,FR-14,346.0,,,,,Calvados
-3.0,2020-04-20,FR-14,349.0,,,,,Calvados
-11.0,2020-04-21,FR-14,360.0,,,,,Calvados
-3.0,2020-04-22,FR-14,363.0,,,,,Calvados
-2.0,2020-04-23,FR-14,365.0,,,,,Calvados
-11.0,2020-04-24,FR-14,376.0,,,,,Calvados
-1.0,2020-04-25,FR-14,377.0,,,,,Calvados
-1.0,2020-04-26,FR-14,378.0,,,,,Calvados
-1.0,2020-04-27,FR-14,379.0,,,,,Calvados
-7.0,2020-04-28,FR-14,386.0,,,,,Calvados
-10.0,2020-04-29,FR-14,396.0,,,,,Calvados
-1.0,2020-04-30,FR-14,397.0,,,,,Calvados
-6.0,2020-05-01,FR-14,403.0,,,,,Calvados
-4.0,2020-05-02,FR-14,407.0,,,,,Calvados
-1.0,2020-05-03,FR-14,408.0,,,,,Calvados
-5.0,2020-05-04,FR-14,413.0,,,,,Calvados
-10.0,2020-05-05,FR-14,423.0,,,,,Calvados
-3.0,2020-05-06,FR-14,426.0,,,,,Calvados
-4.0,2020-05-07,FR-14,430.0,,,,,Calvados
-3.0,2020-05-08,FR-14,433.0,,,,,Calvados
-2.0,2020-05-09,FR-14,435.0,,,,,Calvados
-1.0,2020-05-10,FR-14,436.0,,,,,Calvados
-0.0,2020-05-11,FR-14,436.0,,,,,Calvados
-6.0,2020-05-12,FR-14,442.0,,,,,Calvados
-2.0,2020-05-13,FR-14,444.0,,,,,Calvados
-2.0,2020-05-14,FR-14,446.0,,,,,Calvados
-4.0,2020-05-15,FR-14,450.0,,,,,Calvados
-4.0,2020-05-16,FR-14,454.0,,,,,Calvados
-1.0,2020-05-17,FR-14,455.0,,,,,Calvados
-0.0,2020-05-18,FR-14,455.0,,,,,Calvados
-4.0,2020-05-19,FR-14,459.0,,,,,Calvados
-1.0,2020-05-20,FR-14,460.0,,,,,Calvados
-1.0,2020-03-19,FR-15,1.0,,,,,Cantal
-1.0,2020-03-20,FR-15,2.0,,,,,Cantal
-1.0,2020-03-21,FR-15,3.0,,,,,Cantal
-0.0,2020-03-22,FR-15,3.0,,,,,Cantal
-0.0,2020-03-23,FR-15,3.0,,,,,Cantal
-2.0,2020-03-24,FR-15,5.0,,,,,Cantal
-1.0,2020-03-25,FR-15,6.0,,,,,Cantal
-0.0,2020-03-26,FR-15,6.0,,,,,Cantal
-1.0,2020-03-27,FR-15,7.0,,,,,Cantal
-1.0,2020-03-28,FR-15,8.0,,,,,Cantal
-0.0,2020-03-29,FR-15,8.0,,,,,Cantal
-3.0,2020-03-30,FR-15,11.0,,,,,Cantal
-3.0,2020-03-31,FR-15,14.0,,,,,Cantal
-1.0,2020-04-01,FR-15,15.0,,,,,Cantal
-9.0,2020-04-02,FR-15,24.0,,,,,Cantal
-3.0,2020-04-03,FR-15,27.0,,,,,Cantal
-1.0,2020-04-04,FR-15,28.0,,,,,Cantal
-2.0,2020-04-05,FR-15,30.0,,,,,Cantal
-2.0,2020-04-06,FR-15,32.0,,,,,Cantal
-0.0,2020-04-07,FR-15,32.0,,,,,Cantal
-2.0,2020-04-08,FR-15,34.0,,,,,Cantal
-2.0,2020-04-09,FR-15,36.0,,,,,Cantal
-0.0,2020-04-10,FR-15,36.0,,,,,Cantal
-0.0,2020-04-11,FR-15,36.0,,,,,Cantal
-1.0,2020-04-12,FR-15,37.0,,,,,Cantal
-1.0,2020-04-13,FR-15,38.0,,,,,Cantal
-1.0,2020-04-14,FR-15,39.0,,,,,Cantal
-1.0,2020-04-15,FR-15,40.0,,,,,Cantal
-1.0,2020-04-16,FR-15,41.0,,,,,Cantal
-1.0,2020-04-17,FR-15,42.0,,,,,Cantal
-0.0,2020-04-18,FR-15,42.0,,,,,Cantal
-5.0,2020-04-19,FR-15,47.0,,,,,Cantal
-1.0,2020-04-20,FR-15,48.0,,,,,Cantal
-3.0,2020-04-21,FR-15,51.0,,,,,Cantal
-1.0,2020-04-22,FR-15,52.0,,,,,Cantal
-1.0,2020-04-23,FR-15,53.0,,,,,Cantal
-0.0,2020-04-24,FR-15,53.0,,,,,Cantal
-0.0,2020-04-25,FR-15,53.0,,,,,Cantal
-0.0,2020-04-26,FR-15,53.0,,,,,Cantal
-6.0,2020-04-27,FR-15,59.0,,,,,Cantal
-3.0,2020-04-28,FR-15,62.0,,,,,Cantal
-0.0,2020-04-29,FR-15,62.0,,,,,Cantal
-0.0,2020-04-30,FR-15,62.0,,,,,Cantal
-0.0,2020-05-01,FR-15,62.0,,,,,Cantal
-1.0,2020-05-02,FR-15,63.0,,,,,Cantal
-0.0,2020-05-03,FR-15,63.0,,,,,Cantal
-1.0,2020-05-04,FR-15,64.0,,,,,Cantal
-2.0,2020-05-05,FR-15,66.0,,,,,Cantal
-0.0,2020-05-06,FR-15,66.0,,,,,Cantal
-0.0,2020-05-07,FR-15,66.0,,,,,Cantal
-0.0,2020-05-08,FR-15,66.0,,,,,Cantal
-0.0,2020-05-09,FR-15,66.0,,,,,Cantal
-0.0,2020-05-10,FR-15,66.0,,,,,Cantal
-0.0,2020-05-11,FR-15,66.0,,,,,Cantal
-2.0,2020-05-12,FR-15,68.0,,,,,Cantal
-1.0,2020-05-13,FR-15,69.0,,,,,Cantal
-0.0,2020-05-14,FR-15,69.0,,,,,Cantal
-0.0,2020-05-15,FR-15,69.0,,,,,Cantal
-1.0,2020-05-16,FR-15,70.0,,,,,Cantal
-0.0,2020-05-17,FR-15,70.0,,,,,Cantal
-0.0,2020-05-18,FR-15,70.0,,,,,Cantal
-0.0,2020-05-19,FR-15,70.0,,,,,Cantal
-0.0,2020-05-20,FR-15,70.0,,,,,Cantal
-1.0,2020-03-19,FR-16,1.0,,,,,Charente
-1.0,2020-03-20,FR-16,2.0,,,,,Charente
-2.0,2020-03-21,FR-16,4.0,,,,,Charente
-3.0,2020-03-22,FR-16,7.0,,,,,Charente
-2.0,2020-03-23,FR-16,9.0,,,,,Charente
-8.0,2020-03-24,FR-16,17.0,,,,,Charente
-12.0,2020-03-25,FR-16,29.0,,,,,Charente
-5.0,2020-03-26,FR-16,34.0,,,,,Charente
-10.0,2020-03-27,FR-16,44.0,,,,,Charente
-2.0,2020-03-28,FR-16,46.0,,,,,Charente
-10.0,2020-03-29,FR-16,56.0,,,,,Charente
-6.0,2020-03-30,FR-16,62.0,,,,,Charente
-4.0,2020-03-31,FR-16,66.0,,,,,Charente
-6.0,2020-04-01,FR-16,72.0,,,,,Charente
-4.0,2020-04-02,FR-16,76.0,,,,,Charente
-4.0,2020-04-03,FR-16,80.0,,,,,Charente
-1.0,2020-04-04,FR-16,81.0,,,,,Charente
-3.0,2020-04-05,FR-16,84.0,,,,,Charente
-0.0,2020-04-06,FR-16,84.0,,,,,Charente
-0.0,2020-04-07,FR-16,84.0,,,,,Charente
-3.0,2020-04-08,FR-16,87.0,,,,,Charente
-0.0,2020-04-09,FR-16,87.0,,,,,Charente
-1.0,2020-04-10,FR-16,88.0,,,,,Charente
-0.0,2020-04-11,FR-16,88.0,,,,,Charente
-1.0,2020-04-12,FR-16,89.0,,,,,Charente
-0.0,2020-04-13,FR-16,89.0,,,,,Charente
-0.0,2020-04-14,FR-16,89.0,,,,,Charente
-0.0,2020-04-15,FR-16,89.0,,,,,Charente
-0.0,2020-04-16,FR-16,89.0,,,,,Charente
-1.0,2020-04-17,FR-16,90.0,,,,,Charente
-0.0,2020-04-18,FR-16,90.0,,,,,Charente
-2.0,2020-04-19,FR-16,92.0,,,,,Charente
-0.0,2020-04-20,FR-16,92.0,,,,,Charente
-0.0,2020-04-21,FR-16,92.0,,,,,Charente
-0.0,2020-04-22,FR-16,92.0,,,,,Charente
-0.0,2020-04-23,FR-16,92.0,,,,,Charente
-0.0,2020-04-24,FR-16,92.0,,,,,Charente
-0.0,2020-04-25,FR-16,92.0,,,,,Charente
-0.0,2020-04-26,FR-16,92.0,,,,,Charente
-0.0,2020-04-27,FR-16,92.0,,,,,Charente
-0.0,2020-04-28,FR-16,92.0,,,,,Charente
-0.0,2020-04-29,FR-16,92.0,,,,,Charente
-0.0,2020-04-30,FR-16,92.0,,,,,Charente
-1.0,2020-05-01,FR-16,93.0,,,,,Charente
-0.0,2020-05-02,FR-16,93.0,,,,,Charente
-0.0,2020-05-03,FR-16,93.0,,,,,Charente
-1.0,2020-05-04,FR-16,94.0,,,,,Charente
-0.0,2020-05-05,FR-16,94.0,,,,,Charente
-0.0,2020-05-06,FR-16,94.0,,,,,Charente
-0.0,2020-05-07,FR-16,94.0,,,,,Charente
-0.0,2020-05-08,FR-16,94.0,,,,,Charente
-0.0,2020-05-09,FR-16,94.0,,,,,Charente
-0.0,2020-05-10,FR-16,94.0,,,,,Charente
-0.0,2020-05-11,FR-16,94.0,,,,,Charente
-0.0,2020-05-12,FR-16,94.0,,,,,Charente
-4.0,2020-05-13,FR-16,98.0,,,,,Charente
-0.0,2020-05-14,FR-16,98.0,,,,,Charente
-0.0,2020-05-15,FR-16,98.0,,,,,Charente
-0.0,2020-05-16,FR-16,98.0,,,,,Charente
-0.0,2020-05-17,FR-16,98.0,,,,,Charente
-1.0,2020-05-18,FR-16,99.0,,,,,Charente
-1.0,2020-05-19,FR-16,100.0,,,,,Charente
-0.0,2020-05-20,FR-16,100.0,,,,,Charente
-2.0,2020-03-19,FR-17,2.0,,,,,Charente-Maritime
-2.0,2020-03-20,FR-17,4.0,,,,,Charente-Maritime
-4.0,2020-03-21,FR-17,8.0,,,,,Charente-Maritime
-2.0,2020-03-22,FR-17,10.0,,,,,Charente-Maritime
-2.0,2020-03-23,FR-17,12.0,,,,,Charente-Maritime
-14.0,2020-03-24,FR-17,26.0,,,,,Charente-Maritime
-10.0,2020-03-25,FR-17,36.0,,,,,Charente-Maritime
-28.0,2020-03-26,FR-17,64.0,,,,,Charente-Maritime
-9.0,2020-03-27,FR-17,73.0,,,,,Charente-Maritime
-9.0,2020-03-28,FR-17,82.0,,,,,Charente-Maritime
-11.0,2020-03-29,FR-17,93.0,,,,,Charente-Maritime
-16.0,2020-03-30,FR-17,109.0,,,,,Charente-Maritime
-8.0,2020-03-31,FR-17,117.0,,,,,Charente-Maritime
-18.0,2020-04-01,FR-17,135.0,,,,,Charente-Maritime
-10.0,2020-04-02,FR-17,145.0,,,,,Charente-Maritime
-11.0,2020-04-03,FR-17,156.0,,,,,Charente-Maritime
-8.0,2020-04-04,FR-17,164.0,,,,,Charente-Maritime
-7.0,2020-04-05,FR-17,171.0,,,,,Charente-Maritime
-6.0,2020-04-06,FR-17,177.0,,,,,Charente-Maritime
-17.0,2020-04-07,FR-17,194.0,,,,,Charente-Maritime
-22.0,2020-04-08,FR-17,216.0,,,,,Charente-Maritime
-7.0,2020-04-09,FR-17,223.0,,,,,Charente-Maritime
-5.0,2020-04-10,FR-17,228.0,,,,,Charente-Maritime
-7.0,2020-04-11,FR-17,235.0,,,,,Charente-Maritime
-8.0,2020-04-12,FR-17,243.0,,,,,Charente-Maritime
-7.0,2020-04-13,FR-17,250.0,,,,,Charente-Maritime
-13.0,2020-04-14,FR-17,263.0,,,,,Charente-Maritime
-7.0,2020-04-15,FR-17,270.0,,,,,Charente-Maritime
-2.0,2020-04-16,FR-17,272.0,,,,,Charente-Maritime
-3.0,2020-04-17,FR-17,275.0,,,,,Charente-Maritime
-6.0,2020-04-18,FR-17,281.0,,,,,Charente-Maritime
-0.0,2020-04-19,FR-17,281.0,,,,,Charente-Maritime
-3.0,2020-04-20,FR-17,284.0,,,,,Charente-Maritime
-3.0,2020-04-21,FR-17,287.0,,,,,Charente-Maritime
-1.0,2020-04-22,FR-17,288.0,,,,,Charente-Maritime
-5.0,2020-04-23,FR-17,293.0,,,,,Charente-Maritime
-0.0,2020-04-24,FR-17,293.0,,,,,Charente-Maritime
-0.0,2020-04-25,FR-17,293.0,,,,,Charente-Maritime
-0.0,2020-04-26,FR-17,293.0,,,,,Charente-Maritime
-4.0,2020-04-27,FR-17,297.0,,,,,Charente-Maritime
-0.0,2020-04-28,FR-17,297.0,,,,,Charente-Maritime
-0.0,2020-04-29,FR-17,297.0,,,,,Charente-Maritime
-2.0,2020-04-30,FR-17,299.0,,,,,Charente-Maritime
-0.0,2020-05-01,FR-17,299.0,,,,,Charente-Maritime
-1.0,2020-05-02,FR-17,300.0,,,,,Charente-Maritime
-0.0,2020-05-03,FR-17,300.0,,,,,Charente-Maritime
-0.0,2020-05-04,FR-17,300.0,,,,,Charente-Maritime
-0.0,2020-05-05,FR-17,300.0,,,,,Charente-Maritime
-1.0,2020-05-06,FR-17,301.0,,,,,Charente-Maritime
-2.0,2020-05-07,FR-17,303.0,,,,,Charente-Maritime
-0.0,2020-05-08,FR-17,303.0,,,,,Charente-Maritime
-0.0,2020-05-09,FR-17,303.0,,,,,Charente-Maritime
-1.0,2020-05-10,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-11,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-12,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-13,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-14,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-15,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-16,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-17,FR-17,304.0,,,,,Charente-Maritime
-0.0,2020-05-18,FR-17,304.0,,,,,Charente-Maritime
-1.0,2020-05-19,FR-17,305.0,,,,,Charente-Maritime
-0.0,2020-05-20,FR-17,305.0,,,,,Charente-Maritime
-0.0,2020-03-19,FR-18,0.0,,,,,Cher
-0.0,2020-03-20,FR-18,0.0,,,,,Cher
-0.0,2020-03-21,FR-18,0.0,,,,,Cher
-0.0,2020-03-22,FR-18,0.0,,,,,Cher
-0.0,2020-03-23,FR-18,0.0,,,,,Cher
-3.0,2020-03-24,FR-18,3.0,,,,,Cher
-5.0,2020-03-25,FR-18,8.0,,,,,Cher
-3.0,2020-03-26,FR-18,11.0,,,,,Cher
-5.0,2020-03-27,FR-18,16.0,,,,,Cher
-6.0,2020-03-28,FR-18,22.0,,,,,Cher
-2.0,2020-03-29,FR-18,24.0,,,,,Cher
-16.0,2020-03-30,FR-18,40.0,,,,,Cher
-10.0,2020-03-31,FR-18,50.0,,,,,Cher
-5.0,2020-04-01,FR-18,55.0,,,,,Cher
-6.0,2020-04-02,FR-18,61.0,,,,,Cher
-10.0,2020-04-03,FR-18,71.0,,,,,Cher
-6.0,2020-04-04,FR-18,77.0,,,,,Cher
-7.0,2020-04-05,FR-18,84.0,,,,,Cher
-14.0,2020-04-06,FR-18,98.0,,,,,Cher
-9.0,2020-04-07,FR-18,107.0,,,,,Cher
-4.0,2020-04-08,FR-18,111.0,,,,,Cher
-10.0,2020-04-09,FR-18,121.0,,,,,Cher
-13.0,2020-04-10,FR-18,134.0,,,,,Cher
-8.0,2020-04-11,FR-18,142.0,,,,,Cher
-2.0,2020-04-12,FR-18,144.0,,,,,Cher
-7.0,2020-04-13,FR-18,151.0,,,,,Cher
-2.0,2020-04-14,FR-18,153.0,,,,,Cher
-5.0,2020-04-15,FR-18,158.0,,,,,Cher
-3.0,2020-04-16,FR-18,161.0,,,,,Cher
-20.0,2020-04-17,FR-18,181.0,,,,,Cher
-3.0,2020-04-18,FR-18,184.0,,,,,Cher
-6.0,2020-04-19,FR-18,190.0,,,,,Cher
-1.0,2020-04-20,FR-18,191.0,,,,,Cher
-16.0,2020-04-21,FR-18,207.0,,,,,Cher
-5.0,2020-04-22,FR-18,212.0,,,,,Cher
-3.0,2020-04-23,FR-18,215.0,,,,,Cher
-4.0,2020-04-24,FR-18,219.0,,,,,Cher
-4.0,2020-04-25,FR-18,223.0,,,,,Cher
-4.0,2020-04-26,FR-18,227.0,,,,,Cher
-6.0,2020-04-27,FR-18,233.0,,,,,Cher
-6.0,2020-04-28,FR-18,239.0,,,,,Cher
-10.0,2020-04-29,FR-18,249.0,,,,,Cher
-3.0,2020-04-30,FR-18,252.0,,,,,Cher
-2.0,2020-05-01,FR-18,254.0,,,,,Cher
-0.0,2020-05-02,FR-18,254.0,,,,,Cher
-2.0,2020-05-03,FR-18,256.0,,,,,Cher
-2.0,2020-05-04,FR-18,258.0,,,,,Cher
-10.0,2020-05-05,FR-18,268.0,,,,,Cher
-4.0,2020-05-06,FR-18,272.0,,,,,Cher
-1.0,2020-05-07,FR-18,273.0,,,,,Cher
-3.0,2020-05-08,FR-18,276.0,,,,,Cher
-3.0,2020-05-09,FR-18,279.0,,,,,Cher
-1.0,2020-05-10,FR-18,280.0,,,,,Cher
-2.0,2020-05-11,FR-18,282.0,,,,,Cher
-0.0,2020-05-12,FR-18,282.0,,,,,Cher
-1.0,2020-05-13,FR-18,283.0,,,,,Cher
-1.0,2020-05-14,FR-18,284.0,,,,,Cher
-1.0,2020-05-15,FR-18,285.0,,,,,Cher
-0.0,2020-05-16,FR-18,285.0,,,,,Cher
-0.0,2020-05-17,FR-18,285.0,,,,,Cher
-2.0,2020-05-18,FR-18,287.0,,,,,Cher
-2.0,2020-05-19,FR-18,289.0,,,,,Cher
-2.0,2020-05-20,FR-18,291.0,,,,,Cher
-1.0,2020-03-19,FR-19,1.0,,,,,Corrèze
-0.0,2020-03-20,FR-19,1.0,,,,,Corrèze
-3.0,2020-03-21,FR-19,4.0,,,,,Corrèze
-1.0,2020-03-22,FR-19,5.0,,,,,Corrèze
-3.0,2020-03-23,FR-19,8.0,,,,,Corrèze
-7.0,2020-03-24,FR-19,15.0,,,,,Corrèze
-4.0,2020-03-25,FR-19,19.0,,,,,Corrèze
-2.0,2020-03-26,FR-19,21.0,,,,,Corrèze
-0.0,2020-03-27,FR-19,21.0,,,,,Corrèze
-14.0,2020-03-28,FR-19,35.0,,,,,Corrèze
-5.0,2020-03-29,FR-19,40.0,,,,,Corrèze
-7.0,2020-03-30,FR-19,47.0,,,,,Corrèze
-2.0,2020-03-31,FR-19,49.0,,,,,Corrèze
-5.0,2020-04-01,FR-19,54.0,,,,,Corrèze
-2.0,2020-04-02,FR-19,56.0,,,,,Corrèze
-7.0,2020-04-03,FR-19,63.0,,,,,Corrèze
-6.0,2020-04-04,FR-19,69.0,,,,,Corrèze
-1.0,2020-04-05,FR-19,70.0,,,,,Corrèze
-5.0,2020-04-06,FR-19,75.0,,,,,Corrèze
-5.0,2020-04-07,FR-19,80.0,,,,,Corrèze
-5.0,2020-04-08,FR-19,85.0,,,,,Corrèze
-5.0,2020-04-09,FR-19,90.0,,,,,Corrèze
-4.0,2020-04-10,FR-19,94.0,,,,,Corrèze
-9.0,2020-04-11,FR-19,103.0,,,,,Corrèze
-3.0,2020-04-12,FR-19,106.0,,,,,Corrèze
-3.0,2020-04-13,FR-19,109.0,,,,,Corrèze
-5.0,2020-04-14,FR-19,114.0,,,,,Corrèze
-4.0,2020-04-15,FR-19,118.0,,,,,Corrèze
-6.0,2020-04-16,FR-19,124.0,,,,,Corrèze
-2.0,2020-04-17,FR-19,126.0,,,,,Corrèze
-8.0,2020-04-18,FR-19,134.0,,,,,Corrèze
-5.0,2020-04-19,FR-19,139.0,,,,,Corrèze
-8.0,2020-04-20,FR-19,147.0,,,,,Corrèze
-5.0,2020-04-21,FR-19,152.0,,,,,Corrèze
-1.0,2020-04-22,FR-19,153.0,,,,,Corrèze
-2.0,2020-04-23,FR-19,155.0,,,,,Corrèze
-5.0,2020-04-24,FR-19,160.0,,,,,Corrèze
-1.0,2020-04-25,FR-19,161.0,,,,,Corrèze
-1.0,2020-04-26,FR-19,162.0,,,,,Corrèze
-7.0,2020-04-27,FR-19,169.0,,,,,Corrèze
-1.0,2020-04-28,FR-19,170.0,,,,,Corrèze
-3.0,2020-04-29,FR-19,173.0,,,,,Corrèze
-7.0,2020-04-30,FR-19,180.0,,,,,Corrèze
-0.0,2020-05-01,FR-19,180.0,,,,,Corrèze
-0.0,2020-05-02,FR-19,180.0,,,,,Corrèze
-4.0,2020-05-03,FR-19,184.0,,,,,Corrèze
-2.0,2020-05-04,FR-19,186.0,,,,,Corrèze
-1.0,2020-05-05,FR-19,187.0,,,,,Corrèze
-1.0,2020-05-06,FR-19,188.0,,,,,Corrèze
-3.0,2020-05-07,FR-19,191.0,,,,,Corrèze
-1.0,2020-05-08,FR-19,192.0,,,,,Corrèze
-2.0,2020-05-09,FR-19,194.0,,,,,Corrèze
-1.0,2020-05-10,FR-19,195.0,,,,,Corrèze
-3.0,2020-05-11,FR-19,198.0,,,,,Corrèze
-0.0,2020-05-12,FR-19,198.0,,,,,Corrèze
-8.0,2020-05-13,FR-19,206.0,,,,,Corrèze
-0.0,2020-05-14,FR-19,206.0,,,,,Corrèze
-1.0,2020-05-15,FR-19,207.0,,,,,Corrèze
-0.0,2020-05-16,FR-19,207.0,,,,,Corrèze
-0.0,2020-05-17,FR-19,207.0,,,,,Corrèze
-1.0,2020-05-18,FR-19,208.0,,,,,Corrèze
-4.0,2020-05-19,FR-19,212.0,,,,,Corrèze
-0.0,2020-05-20,FR-19,212.0,,,,,Corrèze
-26.0,2020-03-19,FR-21,26.0,,,,,Côte-d'Or
-39.0,2020-03-20,FR-21,65.0,,,,,Côte-d'Or
-2.0,2020-03-21,FR-21,67.0,,,,,Côte-d'Or
-42.0,2020-03-22,FR-21,109.0,,,,,Côte-d'Or
-21.0,2020-03-23,FR-21,130.0,,,,,Côte-d'Or
-42.0,2020-03-24,FR-21,172.0,,,,,Côte-d'Or
-76.0,2020-03-25,FR-21,248.0,,,,,Côte-d'Or
-27.0,2020-03-26,FR-21,275.0,,,,,Côte-d'Or
-9.0,2020-03-27,FR-21,284.0,,,,,Côte-d'Or
-52.0,2020-03-28,FR-21,336.0,,,,,Côte-d'Or
-44.0,2020-03-29,FR-21,380.0,,,,,Côte-d'Or
-14.0,2020-03-30,FR-21,394.0,,,,,Côte-d'Or
-32.0,2020-03-31,FR-21,426.0,,,,,Côte-d'Or
-55.0,2020-04-01,FR-21,481.0,,,,,Côte-d'Or
-67.0,2020-04-02,FR-21,548.0,,,,,Côte-d'Or
-28.0,2020-04-03,FR-21,576.0,,,,,Côte-d'Or
-53.0,2020-04-04,FR-21,629.0,,,,,Côte-d'Or
-22.0,2020-04-05,FR-21,651.0,,,,,Côte-d'Or
-31.0,2020-04-06,FR-21,682.0,,,,,Côte-d'Or
-46.0,2020-04-07,FR-21,728.0,,,,,Côte-d'Or
-25.0,2020-04-08,FR-21,753.0,,,,,Côte-d'Or
-9.0,2020-04-09,FR-21,762.0,,,,,Côte-d'Or
-73.0,2020-04-10,FR-21,835.0,,,,,Côte-d'Or
-12.0,2020-04-11,FR-21,847.0,,,,,Côte-d'Or
-34.0,2020-04-12,FR-21,881.0,,,,,Côte-d'Or
-13.0,2020-04-13,FR-21,894.0,,,,,Côte-d'Or
-21.0,2020-04-14,FR-21,915.0,,,,,Côte-d'Or
-41.0,2020-04-15,FR-21,956.0,,,,,Côte-d'Or
-35.0,2020-04-16,FR-21,991.0,,,,,Côte-d'Or
-27.0,2020-04-17,FR-21,1018.0,,,,,Côte-d'Or
-19.0,2020-04-18,FR-21,1037.0,,,,,Côte-d'Or
-15.0,2020-04-19,FR-21,1052.0,,,,,Côte-d'Or
-10.0,2020-04-20,FR-21,1062.0,,,,,Côte-d'Or
-17.0,2020-04-21,FR-21,1079.0,,,,,Côte-d'Or
-10.0,2020-04-22,FR-21,1089.0,,,,,Côte-d'Or
-9.0,2020-04-23,FR-21,1098.0,,,,,Côte-d'Or
-13.0,2020-04-24,FR-21,1111.0,,,,,Côte-d'Or
-14.0,2020-04-25,FR-21,1125.0,,,,,Côte-d'Or
-1.0,2020-04-26,FR-21,1126.0,,,,,Côte-d'Or
-17.0,2020-04-27,FR-21,1143.0,,,,,Côte-d'Or
-5.0,2020-04-28,FR-21,1148.0,,,,,Côte-d'Or
-12.0,2020-04-29,FR-21,1160.0,,,,,Côte-d'Or
-17.0,2020-04-30,FR-21,1177.0,,,,,Côte-d'Or
-10.0,2020-05-01,FR-21,1187.0,,,,,Côte-d'Or
-4.0,2020-05-02,FR-21,1191.0,,,,,Côte-d'Or
-0.0,2020-05-03,FR-21,1191.0,,,,,Côte-d'Or
-3.0,2020-05-04,FR-21,1194.0,,,,,Côte-d'Or
-6.0,2020-05-05,FR-21,1200.0,,,,,Côte-d'Or
-19.0,2020-05-06,FR-21,1219.0,,,,,Côte-d'Or
-10.0,2020-05-07,FR-21,1229.0,,,,,Côte-d'Or
-6.0,2020-05-08,FR-21,1235.0,,,,,Côte-d'Or
-5.0,2020-05-09,FR-21,1240.0,,,,,Côte-d'Or
-0.0,2020-05-10,FR-21,1240.0,,,,,Côte-d'Or
-1.0,2020-05-11,FR-21,1241.0,,,,,Côte-d'Or
-5.0,2020-05-12,FR-21,1246.0,,,,,Côte-d'Or
-12.0,2020-05-13,FR-21,1258.0,,,,,Côte-d'Or
-4.0,2020-05-14,FR-21,1262.0,,,,,Côte-d'Or
-3.0,2020-05-15,FR-21,1265.0,,,,,Côte-d'Or
-2.0,2020-05-16,FR-21,1267.0,,,,,Côte-d'Or
-0.0,2020-05-17,FR-21,1267.0,,,,,Côte-d'Or
-0.0,2020-05-18,FR-21,1267.0,,,,,Côte-d'Or
-1.0,2020-05-19,FR-21,1268.0,,,,,Côte-d'Or
-5.0,2020-05-20,FR-21,1273.0,,,,,Côte-d'Or
-4.0,2020-03-19,FR-22,4.0,,,,,Côtes-d'Armor
-1.0,2020-03-20,FR-22,5.0,,,,,Côtes-d'Armor
-2.0,2020-03-21,FR-22,7.0,,,,,Côtes-d'Armor
-0.0,2020-03-22,FR-22,7.0,,,,,Côtes-d'Armor
-2.0,2020-03-23,FR-22,9.0,,,,,Côtes-d'Armor
-5.0,2020-03-24,FR-22,14.0,,,,,Côtes-d'Armor
-6.0,2020-03-25,FR-22,20.0,,,,,Côtes-d'Armor
-7.0,2020-03-26,FR-22,27.0,,,,,Côtes-d'Armor
-10.0,2020-03-27,FR-22,37.0,,,,,Côtes-d'Armor
-6.0,2020-03-28,FR-22,43.0,,,,,Côtes-d'Armor
-5.0,2020-03-29,FR-22,48.0,,,,,Côtes-d'Armor
-4.0,2020-03-30,FR-22,52.0,,,,,Côtes-d'Armor
-4.0,2020-03-31,FR-22,56.0,,,,,Côtes-d'Armor
-13.0,2020-04-01,FR-22,69.0,,,,,Côtes-d'Armor
-16.0,2020-04-02,FR-22,85.0,,,,,Côtes-d'Armor
-10.0,2020-04-03,FR-22,95.0,,,,,Côtes-d'Armor
-5.0,2020-04-04,FR-22,100.0,,,,,Côtes-d'Armor
-8.0,2020-04-05,FR-22,108.0,,,,,Côtes-d'Armor
-10.0,2020-04-06,FR-22,118.0,,,,,Côtes-d'Armor
-10.0,2020-04-07,FR-22,128.0,,,,,Côtes-d'Armor
-2.0,2020-04-08,FR-22,130.0,,,,,Côtes-d'Armor
-6.0,2020-04-09,FR-22,136.0,,,,,Côtes-d'Armor
-11.0,2020-04-10,FR-22,147.0,,,,,Côtes-d'Armor
-4.0,2020-04-11,FR-22,151.0,,,,,Côtes-d'Armor
-9.0,2020-04-12,FR-22,160.0,,,,,Côtes-d'Armor
-2.0,2020-04-13,FR-22,162.0,,,,,Côtes-d'Armor
-9.0,2020-04-14,FR-22,171.0,,,,,Côtes-d'Armor
-5.0,2020-04-15,FR-22,176.0,,,,,Côtes-d'Armor
-4.0,2020-04-16,FR-22,180.0,,,,,Côtes-d'Armor
-7.0,2020-04-17,FR-22,187.0,,,,,Côtes-d'Armor
-1.0,2020-04-18,FR-22,188.0,,,,,Côtes-d'Armor
-1.0,2020-04-19,FR-22,189.0,,,,,Côtes-d'Armor
-3.0,2020-04-20,FR-22,192.0,,,,,Côtes-d'Armor
-3.0,2020-04-21,FR-22,195.0,,,,,Côtes-d'Armor
-2.0,2020-04-22,FR-22,197.0,,,,,Côtes-d'Armor
-6.0,2020-04-23,FR-22,203.0,,,,,Côtes-d'Armor
-2.0,2020-04-24,FR-22,205.0,,,,,Côtes-d'Armor
-4.0,2020-04-25,FR-22,209.0,,,,,Côtes-d'Armor
-0.0,2020-04-26,FR-22,209.0,,,,,Côtes-d'Armor
-2.0,2020-04-27,FR-22,211.0,,,,,Côtes-d'Armor
-1.0,2020-04-28,FR-22,212.0,,,,,Côtes-d'Armor
-1.0,2020-04-29,FR-22,213.0,,,,,Côtes-d'Armor
-4.0,2020-04-30,FR-22,217.0,,,,,Côtes-d'Armor
-2.0,2020-05-01,FR-22,219.0,,,,,Côtes-d'Armor
-9.0,2020-05-02,FR-22,228.0,,,,,Côtes-d'Armor
-0.0,2020-05-03,FR-22,228.0,,,,,Côtes-d'Armor
-4.0,2020-05-04,FR-22,232.0,,,,,Côtes-d'Armor
-3.0,2020-05-05,FR-22,235.0,,,,,Côtes-d'Armor
-4.0,2020-05-06,FR-22,239.0,,,,,Côtes-d'Armor
-1.0,2020-05-07,FR-22,240.0,,,,,Côtes-d'Armor
-2.0,2020-05-08,FR-22,242.0,,,,,Côtes-d'Armor
-3.0,2020-05-09,FR-22,245.0,,,,,Côtes-d'Armor
-0.0,2020-05-10,FR-22,245.0,,,,,Côtes-d'Armor
-3.0,2020-05-11,FR-22,248.0,,,,,Côtes-d'Armor
-2.0,2020-05-12,FR-22,250.0,,,,,Côtes-d'Armor
-1.0,2020-05-13,FR-22,251.0,,,,,Côtes-d'Armor
-3.0,2020-05-14,FR-22,254.0,,,,,Côtes-d'Armor
-2.0,2020-05-15,FR-22,256.0,,,,,Côtes-d'Armor
-2.0,2020-05-16,FR-22,258.0,,,,,Côtes-d'Armor
-0.0,2020-05-17,FR-22,258.0,,,,,Côtes-d'Armor
-1.0,2020-05-18,FR-22,259.0,,,,,Côtes-d'Armor
-2.0,2020-05-19,FR-22,261.0,,,,,Côtes-d'Armor
-1.0,2020-05-20,FR-22,262.0,,,,,Côtes-d'Armor
-0.0,2020-03-19,FR-23,0.0,,,,,Creuse
-0.0,2020-03-20,FR-23,0.0,,,,,Creuse
-1.0,2020-03-21,FR-23,1.0,,,,,Creuse
-1.0,2020-03-22,FR-23,2.0,,,,,Creuse
-3.0,2020-03-23,FR-23,5.0,,,,,Creuse
-0.0,2020-03-24,FR-23,5.0,,,,,Creuse
-3.0,2020-03-25,FR-23,8.0,,,,,Creuse
-2.0,2020-03-26,FR-23,10.0,,,,,Creuse
-5.0,2020-03-27,FR-23,15.0,,,,,Creuse
-0.0,2020-03-28,FR-23,15.0,,,,,Creuse
-0.0,2020-03-29,FR-23,15.0,,,,,Creuse
-2.0,2020-03-30,FR-23,17.0,,,,,Creuse
-3.0,2020-03-31,FR-23,20.0,,,,,Creuse
-2.0,2020-04-01,FR-23,22.0,,,,,Creuse
-2.0,2020-04-02,FR-23,24.0,,,,,Creuse
-0.0,2020-04-03,FR-23,24.0,,,,,Creuse
-3.0,2020-04-04,FR-23,27.0,,,,,Creuse
-0.0,2020-04-05,FR-23,27.0,,,,,Creuse
-2.0,2020-04-06,FR-23,29.0,,,,,Creuse
-5.0,2020-04-07,FR-23,34.0,,,,,Creuse
-16.0,2020-04-08,FR-23,50.0,,,,,Creuse
-1.0,2020-04-09,FR-23,51.0,,,,,Creuse
-0.0,2020-04-10,FR-23,51.0,,,,,Creuse
-2.0,2020-04-11,FR-23,53.0,,,,,Creuse
-3.0,2020-04-12,FR-23,56.0,,,,,Creuse
-1.0,2020-04-13,FR-23,57.0,,,,,Creuse
-1.0,2020-04-14,FR-23,58.0,,,,,Creuse
-0.0,2020-04-15,FR-23,58.0,,,,,Creuse
-0.0,2020-04-16,FR-23,58.0,,,,,Creuse
-0.0,2020-04-17,FR-23,58.0,,,,,Creuse
-2.0,2020-04-18,FR-23,60.0,,,,,Creuse
-0.0,2020-04-19,FR-23,60.0,,,,,Creuse
-0.0,2020-04-20,FR-23,60.0,,,,,Creuse
-1.0,2020-04-21,FR-23,61.0,,,,,Creuse
-0.0,2020-04-22,FR-23,61.0,,,,,Creuse
-0.0,2020-04-23,FR-23,61.0,,,,,Creuse
-2.0,2020-04-24,FR-23,63.0,,,,,Creuse
-0.0,2020-04-25,FR-23,63.0,,,,,Creuse
-3.0,2020-04-26,FR-23,66.0,,,,,Creuse
-0.0,2020-04-27,FR-23,66.0,,,,,Creuse
-2.0,2020-04-28,FR-23,68.0,,,,,Creuse
-3.0,2020-04-29,FR-23,71.0,,,,,Creuse
-2.0,2020-04-30,FR-23,73.0,,,,,Creuse
-0.0,2020-05-01,FR-23,73.0,,,,,Creuse
-0.0,2020-05-02,FR-23,73.0,,,,,Creuse
-2.0,2020-05-03,FR-23,75.0,,,,,Creuse
-0.0,2020-05-04,FR-23,75.0,,,,,Creuse
-1.0,2020-05-05,FR-23,76.0,,,,,Creuse
-0.0,2020-05-06,FR-23,76.0,,,,,Creuse
-1.0,2020-05-07,FR-23,77.0,,,,,Creuse
-1.0,2020-05-08,FR-23,78.0,,,,,Creuse
-3.0,2020-05-09,FR-23,81.0,,,,,Creuse
-2.0,2020-05-10,FR-23,83.0,,,,,Creuse
-1.0,2020-05-11,FR-23,84.0,,,,,Creuse
-1.0,2020-05-12,FR-23,85.0,,,,,Creuse
-1.0,2020-05-13,FR-23,86.0,,,,,Creuse
-1.0,2020-05-14,FR-23,87.0,,,,,Creuse
-0.0,2020-05-15,FR-23,87.0,,,,,Creuse
-0.0,2020-05-16,FR-23,87.0,,,,,Creuse
-0.0,2020-05-17,FR-23,87.0,,,,,Creuse
-1.0,2020-05-18,FR-23,88.0,,,,,Creuse
-5.0,2020-05-19,FR-23,93.0,,,,,Creuse
-1.0,2020-05-20,FR-23,94.0,,,,,Creuse
-1.0,2020-03-19,FR-24,1.0,,,,,Dordogne
-1.0,2020-03-20,FR-24,2.0,,,,,Dordogne
-1.0,2020-03-21,FR-24,3.0,,,,,Dordogne
-2.0,2020-03-22,FR-24,5.0,,,,,Dordogne
-23.0,2020-03-23,FR-24,28.0,,,,,Dordogne
-9.0,2020-03-24,FR-24,37.0,,,,,Dordogne
-6.0,2020-03-25,FR-24,43.0,,,,,Dordogne
-6.0,2020-03-26,FR-24,49.0,,,,,Dordogne
-9.0,2020-03-27,FR-24,58.0,,,,,Dordogne
-0.0,2020-03-28,FR-24,58.0,,,,,Dordogne
-0.0,2020-03-29,FR-24,58.0,,,,,Dordogne
-1.0,2020-03-30,FR-24,59.0,,,,,Dordogne
-1.0,2020-03-31,FR-24,60.0,,,,,Dordogne
-6.0,2020-04-01,FR-24,66.0,,,,,Dordogne
-4.0,2020-04-02,FR-24,70.0,,,,,Dordogne
-5.0,2020-04-03,FR-24,75.0,,,,,Dordogne
-8.0,2020-04-04,FR-24,83.0,,,,,Dordogne
-2.0,2020-04-05,FR-24,85.0,,,,,Dordogne
-3.0,2020-04-06,FR-24,88.0,,,,,Dordogne
-4.0,2020-04-07,FR-24,92.0,,,,,Dordogne
-2.0,2020-04-08,FR-24,94.0,,,,,Dordogne
-2.0,2020-04-09,FR-24,96.0,,,,,Dordogne
-6.0,2020-04-10,FR-24,102.0,,,,,Dordogne
-2.0,2020-04-11,FR-24,104.0,,,,,Dordogne
-2.0,2020-04-12,FR-24,106.0,,,,,Dordogne
-5.0,2020-04-13,FR-24,111.0,,,,,Dordogne
-3.0,2020-04-14,FR-24,114.0,,,,,Dordogne
-7.0,2020-04-15,FR-24,121.0,,,,,Dordogne
-4.0,2020-04-16,FR-24,125.0,,,,,Dordogne
-22.0,2020-04-17,FR-24,147.0,,,,,Dordogne
-1.0,2020-04-18,FR-24,148.0,,,,,Dordogne
-1.0,2020-04-19,FR-24,149.0,,,,,Dordogne
-7.0,2020-04-20,FR-24,156.0,,,,,Dordogne
-2.0,2020-04-21,FR-24,158.0,,,,,Dordogne
-0.0,2020-04-22,FR-24,158.0,,,,,Dordogne
-0.0,2020-04-23,FR-24,158.0,,,,,Dordogne
-0.0,2020-04-24,FR-24,158.0,,,,,Dordogne
-0.0,2020-04-25,FR-24,158.0,,,,,Dordogne
-2.0,2020-04-26,FR-24,160.0,,,,,Dordogne
-1.0,2020-04-27,FR-24,161.0,,,,,Dordogne
-0.0,2020-04-28,FR-24,161.0,,,,,Dordogne
-2.0,2020-04-29,FR-24,163.0,,,,,Dordogne
-0.0,2020-04-30,FR-24,163.0,,,,,Dordogne
-0.0,2020-05-01,FR-24,163.0,,,,,Dordogne
-0.0,2020-05-02,FR-24,163.0,,,,,Dordogne
-0.0,2020-05-03,FR-24,163.0,,,,,Dordogne
-1.0,2020-05-04,FR-24,164.0,,,,,Dordogne
-2.0,2020-05-05,FR-24,166.0,,,,,Dordogne
-2.0,2020-05-06,FR-24,168.0,,,,,Dordogne
-1.0,2020-05-07,FR-24,169.0,,,,,Dordogne
-0.0,2020-05-08,FR-24,169.0,,,,,Dordogne
-0.0,2020-05-09,FR-24,169.0,,,,,Dordogne
-0.0,2020-05-10,FR-24,169.0,,,,,Dordogne
-0.0,2020-05-11,FR-24,169.0,,,,,Dordogne
-1.0,2020-05-12,FR-24,170.0,,,,,Dordogne
-1.0,2020-05-13,FR-24,171.0,,,,,Dordogne
-1.0,2020-05-14,FR-24,172.0,,,,,Dordogne
-0.0,2020-05-15,FR-24,172.0,,,,,Dordogne
-0.0,2020-05-16,FR-24,172.0,,,,,Dordogne
-0.0,2020-05-17,FR-24,172.0,,,,,Dordogne
-1.0,2020-05-18,FR-24,173.0,,,,,Dordogne
-0.0,2020-05-19,FR-24,173.0,,,,,Dordogne
-0.0,2020-05-20,FR-24,173.0,,,,,Dordogne
-12.0,2020-03-19,FR-25,12.0,,,,,Doubs
-12.0,2020-03-20,FR-25,24.0,,,,,Doubs
-13.0,2020-03-21,FR-25,37.0,,,,,Doubs
-25.0,2020-03-22,FR-25,62.0,,,,,Doubs
-1.0,2020-03-23,FR-25,63.0,,,,,Doubs
-24.0,2020-03-24,FR-25,87.0,,,,,Doubs
-17.0,2020-03-25,FR-25,104.0,,,,,Doubs
-17.0,2020-03-26,FR-25,121.0,,,,,Doubs
-27.0,2020-03-27,FR-25,148.0,,,,,Doubs
-6.0,2020-03-28,FR-25,154.0,,,,,Doubs
-69.0,2020-03-29,FR-25,223.0,,,,,Doubs
-15.0,2020-03-30,FR-25,238.0,,,,,Doubs
-32.0,2020-03-31,FR-25,270.0,,,,,Doubs
-26.0,2020-04-01,FR-25,296.0,,,,,Doubs
-40.0,2020-04-02,FR-25,336.0,,,,,Doubs
-20.0,2020-04-03,FR-25,356.0,,,,,Doubs
-23.0,2020-04-04,FR-25,379.0,,,,,Doubs
-21.0,2020-04-05,FR-25,400.0,,,,,Doubs
-7.0,2020-04-06,FR-25,407.0,,,,,Doubs
-24.0,2020-04-07,FR-25,431.0,,,,,Doubs
-21.0,2020-04-08,FR-25,452.0,,,,,Doubs
-15.0,2020-04-09,FR-25,467.0,,,,,Doubs
-11.0,2020-04-10,FR-25,478.0,,,,,Doubs
-13.0,2020-04-11,FR-25,491.0,,,,,Doubs
-47.0,2020-04-12,FR-25,538.0,,,,,Doubs
-5.0,2020-04-13,FR-25,543.0,,,,,Doubs
-39.0,2020-04-14,FR-25,582.0,,,,,Doubs
-6.0,2020-04-15,FR-25,588.0,,,,,Doubs
-7.0,2020-04-16,FR-25,595.0,,,,,Doubs
-8.0,2020-04-17,FR-25,603.0,,,,,Doubs
-3.0,2020-04-18,FR-25,606.0,,,,,Doubs
-5.0,2020-04-19,FR-25,611.0,,,,,Doubs
-5.0,2020-04-20,FR-25,616.0,,,,,Doubs
-14.0,2020-04-21,FR-25,630.0,,,,,Doubs
-12.0,2020-04-22,FR-25,642.0,,,,,Doubs
-7.0,2020-04-23,FR-25,649.0,,,,,Doubs
-11.0,2020-04-24,FR-25,660.0,,,,,Doubs
-5.0,2020-04-25,FR-25,665.0,,,,,Doubs
-11.0,2020-04-26,FR-25,676.0,,,,,Doubs
-4.0,2020-04-27,FR-25,680.0,,,,,Doubs
-6.0,2020-04-28,FR-25,686.0,,,,,Doubs
-3.0,2020-04-29,FR-25,689.0,,,,,Doubs
-6.0,2020-04-30,FR-25,695.0,,,,,Doubs
-0.0,2020-05-01,FR-25,695.0,,,,,Doubs
-8.0,2020-05-02,FR-25,703.0,,,,,Doubs
-0.0,2020-05-03,FR-25,703.0,,,,,Doubs
-4.0,2020-05-04,FR-25,707.0,,,,,Doubs
-29.0,2020-05-05,FR-25,736.0,,,,,Doubs
-8.0,2020-05-06,FR-25,744.0,,,,,Doubs
-2.0,2020-05-07,FR-25,746.0,,,,,Doubs
-5.0,2020-05-08,FR-25,751.0,,,,,Doubs
-3.0,2020-05-09,FR-25,754.0,,,,,Doubs
-1.0,2020-05-10,FR-25,755.0,,,,,Doubs
-11.0,2020-05-11,FR-25,766.0,,,,,Doubs
-6.0,2020-05-12,FR-25,772.0,,,,,Doubs
-2.0,2020-05-13,FR-25,774.0,,,,,Doubs
-1.0,2020-05-14,FR-25,775.0,,,,,Doubs
-0.0,2020-05-15,FR-25,775.0,,,,,Doubs
-1.0,2020-05-16,FR-25,776.0,,,,,Doubs
-0.0,2020-05-17,FR-25,776.0,,,,,Doubs
-2.0,2020-05-18,FR-25,778.0,,,,,Doubs
-2.0,2020-05-19,FR-25,780.0,,,,,Doubs
-1.0,2020-05-20,FR-25,781.0,,,,,Doubs
-15.0,2020-03-19,FR-26,15.0,,,,,Drôme
-3.0,2020-03-20,FR-26,18.0,,,,,Drôme
-11.0,2020-03-21,FR-26,29.0,,,,,Drôme
-5.0,2020-03-22,FR-26,34.0,,,,,Drôme
-12.0,2020-03-23,FR-26,46.0,,,,,Drôme
-20.0,2020-03-24,FR-26,66.0,,,,,Drôme
-31.0,2020-03-25,FR-26,97.0,,,,,Drôme
-44.0,2020-03-26,FR-26,141.0,,,,,Drôme
-30.0,2020-03-27,FR-26,171.0,,,,,Drôme
-33.0,2020-03-28,FR-26,204.0,,,,,Drôme
-18.0,2020-03-29,FR-26,222.0,,,,,Drôme
-50.0,2020-03-30,FR-26,272.0,,,,,Drôme
-27.0,2020-03-31,FR-26,299.0,,,,,Drôme
-40.0,2020-04-01,FR-26,339.0,,,,,Drôme
-11.0,2020-04-02,FR-26,350.0,,,,,Drôme
-46.0,2020-04-03,FR-26,396.0,,,,,Drôme
-23.0,2020-04-04,FR-26,419.0,,,,,Drôme
-7.0,2020-04-05,FR-26,426.0,,,,,Drôme
-25.0,2020-04-06,FR-26,451.0,,,,,Drôme
-22.0,2020-04-07,FR-26,473.0,,,,,Drôme
-19.0,2020-04-08,FR-26,492.0,,,,,Drôme
-14.0,2020-04-09,FR-26,506.0,,,,,Drôme
-9.0,2020-04-10,FR-26,515.0,,,,,Drôme
-20.0,2020-04-11,FR-26,535.0,,,,,Drôme
-13.0,2020-04-12,FR-26,548.0,,,,,Drôme
-7.0,2020-04-13,FR-26,555.0,,,,,Drôme
-10.0,2020-04-14,FR-26,565.0,,,,,Drôme
-13.0,2020-04-15,FR-26,578.0,,,,,Drôme
-14.0,2020-04-16,FR-26,592.0,,,,,Drôme
-8.0,2020-04-17,FR-26,600.0,,,,,Drôme
-8.0,2020-04-18,FR-26,608.0,,,,,Drôme
-5.0,2020-04-19,FR-26,613.0,,,,,Drôme
-3.0,2020-04-20,FR-26,616.0,,,,,Drôme
-11.0,2020-04-21,FR-26,627.0,,,,,Drôme
-4.0,2020-04-22,FR-26,631.0,,,,,Drôme
-3.0,2020-04-23,FR-26,634.0,,,,,Drôme
-8.0,2020-04-24,FR-26,642.0,,,,,Drôme
-7.0,2020-04-25,FR-26,649.0,,,,,Drôme
-5.0,2020-04-26,FR-26,654.0,,,,,Drôme
-6.0,2020-04-27,FR-26,660.0,,,,,Drôme
-4.0,2020-04-28,FR-26,664.0,,,,,Drôme
-2.0,2020-04-29,FR-26,666.0,,,,,Drôme
-3.0,2020-04-30,FR-26,669.0,,,,,Drôme
-1.0,2020-05-01,FR-26,670.0,,,,,Drôme
-1.0,2020-05-02,FR-26,671.0,,,,,Drôme
-0.0,2020-05-03,FR-26,671.0,,,,,Drôme
-2.0,2020-05-04,FR-26,673.0,,,,,Drôme
-4.0,2020-05-05,FR-26,677.0,,,,,Drôme
-7.0,2020-05-06,FR-26,684.0,,,,,Drôme
-5.0,2020-05-07,FR-26,689.0,,,,,Drôme
-3.0,2020-05-08,FR-26,692.0,,,,,Drôme
-0.0,2020-05-09,FR-26,692.0,,,,,Drôme
-1.0,2020-05-10,FR-26,693.0,,,,,Drôme
-0.0,2020-05-11,FR-26,693.0,,,,,Drôme
-0.0,2020-05-12,FR-26,693.0,,,,,Drôme
-0.0,2020-05-13,FR-26,693.0,,,,,Drôme
-9.0,2020-05-14,FR-26,702.0,,,,,Drôme
-0.0,2020-05-15,FR-26,702.0,,,,,Drôme
-2.0,2020-05-16,FR-26,704.0,,,,,Drôme
-0.0,2020-05-17,FR-26,704.0,,,,,Drôme
-0.0,2020-05-18,FR-26,704.0,,,,,Drôme
-1.0,2020-05-19,FR-26,705.0,,,,,Drôme
-1.0,2020-05-20,FR-26,706.0,,,,,Drôme
-1.0,2020-03-19,FR-27,1.0,,,,,Eure
-2.0,2020-03-20,FR-27,3.0,,,,,Eure
-3.0,2020-03-21,FR-27,6.0,,,,,Eure
-5.0,2020-03-22,FR-27,11.0,,,,,Eure
-3.0,2020-03-23,FR-27,14.0,,,,,Eure
-1.0,2020-03-24,FR-27,15.0,,,,,Eure
-6.0,2020-03-25,FR-27,21.0,,,,,Eure
-12.0,2020-03-26,FR-27,33.0,,,,,Eure
-1.0,2020-03-27,FR-27,34.0,,,,,Eure
-1.0,2020-03-28,FR-27,35.0,,,,,Eure
-0.0,2020-03-29,FR-27,35.0,,,,,Eure
-6.0,2020-03-30,FR-27,41.0,,,,,Eure
-18.0,2020-03-31,FR-27,59.0,,,,,Eure
-13.0,2020-04-01,FR-27,72.0,,,,,Eure
-12.0,2020-04-02,FR-27,84.0,,,,,Eure
-11.0,2020-04-03,FR-27,95.0,,,,,Eure
-6.0,2020-04-04,FR-27,101.0,,,,,Eure
-0.0,2020-04-05,FR-27,101.0,,,,,Eure
-6.0,2020-04-06,FR-27,107.0,,,,,Eure
-11.0,2020-04-07,FR-27,118.0,,,,,Eure
-11.0,2020-04-08,FR-27,129.0,,,,,Eure
-24.0,2020-04-09,FR-27,153.0,,,,,Eure
-25.0,2020-04-10,FR-27,178.0,,,,,Eure
-8.0,2020-04-11,FR-27,186.0,,,,,Eure
-3.0,2020-04-12,FR-27,189.0,,,,,Eure
-0.0,2020-04-13,FR-27,189.0,,,,,Eure
-3.0,2020-04-14,FR-27,192.0,,,,,Eure
-2.0,2020-04-15,FR-27,194.0,,,,,Eure
-14.0,2020-04-16,FR-27,208.0,,,,,Eure
-13.0,2020-04-17,FR-27,221.0,,,,,Eure
-6.0,2020-04-18,FR-27,227.0,,,,,Eure
-0.0,2020-04-19,FR-27,227.0,,,,,Eure
-4.0,2020-04-20,FR-27,231.0,,,,,Eure
-14.0,2020-04-21,FR-27,245.0,,,,,Eure
-1.0,2020-04-22,FR-27,246.0,,,,,Eure
-15.0,2020-04-23,FR-27,261.0,,,,,Eure
-3.0,2020-04-24,FR-27,264.0,,,,,Eure
-1.0,2020-04-25,FR-27,265.0,,,,,Eure
-1.0,2020-04-26,FR-27,266.0,,,,,Eure
-3.0,2020-04-27,FR-27,269.0,,,,,Eure
-0.0,2020-04-28,FR-27,269.0,,,,,Eure
-4.0,2020-04-29,FR-27,273.0,,,,,Eure
-7.0,2020-04-30,FR-27,280.0,,,,,Eure
-3.0,2020-05-01,FR-27,283.0,,,,,Eure
-0.0,2020-05-02,FR-27,283.0,,,,,Eure
-1.0,2020-05-03,FR-27,284.0,,,,,Eure
-9.0,2020-05-04,FR-27,293.0,,,,,Eure
-7.0,2020-05-05,FR-27,300.0,,,,,Eure
-2.0,2020-05-06,FR-27,302.0,,,,,Eure
-1.0,2020-05-07,FR-27,303.0,,,,,Eure
-0.0,2020-05-08,FR-27,303.0,,,,,Eure
-0.0,2020-05-09,FR-27,303.0,,,,,Eure
-0.0,2020-05-10,FR-27,303.0,,,,,Eure
-10.0,2020-05-11,FR-27,313.0,,,,,Eure
-1.0,2020-05-12,FR-27,314.0,,,,,Eure
-0.0,2020-05-13,FR-27,314.0,,,,,Eure
-8.0,2020-05-14,FR-27,322.0,,,,,Eure
-0.0,2020-05-15,FR-27,322.0,,,,,Eure
-0.0,2020-05-16,FR-27,322.0,,,,,Eure
-0.0,2020-05-17,FR-27,322.0,,,,,Eure
-2.0,2020-05-18,FR-27,324.0,,,,,Eure
-0.0,2020-05-19,FR-27,324.0,,,,,Eure
-5.0,2020-05-20,FR-27,329.0,,,,,Eure
-6.0,2020-03-19,FR-28,6.0,,,,,Eure-et-Loir
-1.0,2020-03-20,FR-28,7.0,,,,,Eure-et-Loir
-3.0,2020-03-21,FR-28,10.0,,,,,Eure-et-Loir
-2.0,2020-03-22,FR-28,12.0,,,,,Eure-et-Loir
-19.0,2020-03-23,FR-28,31.0,,,,,Eure-et-Loir
-9.0,2020-03-24,FR-28,40.0,,,,,Eure-et-Loir
-15.0,2020-03-25,FR-28,55.0,,,,,Eure-et-Loir
-18.0,2020-03-26,FR-28,73.0,,,,,Eure-et-Loir
-14.0,2020-03-27,FR-28,87.0,,,,,Eure-et-Loir
-7.0,2020-03-28,FR-28,94.0,,,,,Eure-et-Loir
-28.0,2020-03-29,FR-28,122.0,,,,,Eure-et-Loir
-25.0,2020-03-30,FR-28,147.0,,,,,Eure-et-Loir
-16.0,2020-03-31,FR-28,163.0,,,,,Eure-et-Loir
-7.0,2020-04-01,FR-28,170.0,,,,,Eure-et-Loir
-47.0,2020-04-02,FR-28,217.0,,,,,Eure-et-Loir
-19.0,2020-04-03,FR-28,236.0,,,,,Eure-et-Loir
-31.0,2020-04-04,FR-28,267.0,,,,,Eure-et-Loir
-16.0,2020-04-05,FR-28,283.0,,,,,Eure-et-Loir
-13.0,2020-04-06,FR-28,296.0,,,,,Eure-et-Loir
-17.0,2020-04-07,FR-28,313.0,,,,,Eure-et-Loir
-31.0,2020-04-08,FR-28,344.0,,,,,Eure-et-Loir
-23.0,2020-04-09,FR-28,367.0,,,,,Eure-et-Loir
-27.0,2020-04-10,FR-28,394.0,,,,,Eure-et-Loir
-7.0,2020-04-11,FR-28,401.0,,,,,Eure-et-Loir
-19.0,2020-04-12,FR-28,420.0,,,,,Eure-et-Loir
-17.0,2020-04-13,FR-28,437.0,,,,,Eure-et-Loir
-24.0,2020-04-14,FR-28,461.0,,,,,Eure-et-Loir
-23.0,2020-04-15,FR-28,484.0,,,,,Eure-et-Loir
-33.0,2020-04-16,FR-28,517.0,,,,,Eure-et-Loir
-29.0,2020-04-17,FR-28,546.0,,,,,Eure-et-Loir
-8.0,2020-04-18,FR-28,554.0,,,,,Eure-et-Loir
-7.0,2020-04-19,FR-28,561.0,,,,,Eure-et-Loir
-3.0,2020-04-20,FR-28,564.0,,,,,Eure-et-Loir
-10.0,2020-04-21,FR-28,574.0,,,,,Eure-et-Loir
-14.0,2020-04-22,FR-28,588.0,,,,,Eure-et-Loir
-17.0,2020-04-23,FR-28,605.0,,,,,Eure-et-Loir
-3.0,2020-04-24,FR-28,608.0,,,,,Eure-et-Loir
-0.0,2020-04-25,FR-28,608.0,,,,,Eure-et-Loir
-7.0,2020-04-26,FR-28,615.0,,,,,Eure-et-Loir
-10.0,2020-04-27,FR-28,625.0,,,,,Eure-et-Loir
-2.0,2020-04-28,FR-28,627.0,,,,,Eure-et-Loir
-10.0,2020-04-29,FR-28,637.0,,,,,Eure-et-Loir
-9.0,2020-04-30,FR-28,646.0,,,,,Eure-et-Loir
-6.0,2020-05-01,FR-28,652.0,,,,,Eure-et-Loir
-7.0,2020-05-02,FR-28,659.0,,,,,Eure-et-Loir
-0.0,2020-05-03,FR-28,659.0,,,,,Eure-et-Loir
-4.0,2020-05-04,FR-28,663.0,,,,,Eure-et-Loir
-17.0,2020-05-05,FR-28,680.0,,,,,Eure-et-Loir
-4.0,2020-05-06,FR-28,684.0,,,,,Eure-et-Loir
-9.0,2020-05-07,FR-28,693.0,,,,,Eure-et-Loir
-2.0,2020-05-08,FR-28,695.0,,,,,Eure-et-Loir
-2.0,2020-05-09,FR-28,697.0,,,,,Eure-et-Loir
-1.0,2020-05-10,FR-28,698.0,,,,,Eure-et-Loir
-1.0,2020-05-11,FR-28,699.0,,,,,Eure-et-Loir
-2.0,2020-05-12,FR-28,701.0,,,,,Eure-et-Loir
-2.0,2020-05-13,FR-28,703.0,,,,,Eure-et-Loir
-1.0,2020-05-14,FR-28,704.0,,,,,Eure-et-Loir
-5.0,2020-05-15,FR-28,709.0,,,,,Eure-et-Loir
-2.0,2020-05-16,FR-28,711.0,,,,,Eure-et-Loir
-2.0,2020-05-17,FR-28,713.0,,,,,Eure-et-Loir
-0.0,2020-05-18,FR-28,713.0,,,,,Eure-et-Loir
-2.0,2020-05-19,FR-28,715.0,,,,,Eure-et-Loir
-7.0,2020-05-20,FR-28,722.0,,,,,Eure-et-Loir
-11.0,2020-03-19,FR-29,11.0,,,,,Finistère
-1.0,2020-03-20,FR-29,12.0,,,,,Finistère
-0.0,2020-03-21,FR-29,12.0,,,,,Finistère
-6.0,2020-03-22,FR-29,18.0,,,,,Finistère
-6.0,2020-03-23,FR-29,24.0,,,,,Finistère
-9.0,2020-03-24,FR-29,33.0,,,,,Finistère
-9.0,2020-03-25,FR-29,42.0,,,,,Finistère
-10.0,2020-03-26,FR-29,52.0,,,,,Finistère
-5.0,2020-03-27,FR-29,57.0,,,,,Finistère
-13.0,2020-03-28,FR-29,70.0,,,,,Finistère
-6.0,2020-03-29,FR-29,76.0,,,,,Finistère
-7.0,2020-03-30,FR-29,83.0,,,,,Finistère
-6.0,2020-03-31,FR-29,89.0,,,,,Finistère
-12.0,2020-04-01,FR-29,101.0,,,,,Finistère
-6.0,2020-04-02,FR-29,107.0,,,,,Finistère
-12.0,2020-04-03,FR-29,119.0,,,,,Finistère
-7.0,2020-04-04,FR-29,126.0,,,,,Finistère
-6.0,2020-04-05,FR-29,132.0,,,,,Finistère
-3.0,2020-04-06,FR-29,135.0,,,,,Finistère
-2.0,2020-04-07,FR-29,137.0,,,,,Finistère
-14.0,2020-04-08,FR-29,151.0,,,,,Finistère
-9.0,2020-04-09,FR-29,160.0,,,,,Finistère
-10.0,2020-04-10,FR-29,170.0,,,,,Finistère
-11.0,2020-04-11,FR-29,181.0,,,,,Finistère
-7.0,2020-04-12,FR-29,188.0,,,,,Finistère
-3.0,2020-04-13,FR-29,191.0,,,,,Finistère
-4.0,2020-04-14,FR-29,195.0,,,,,Finistère
-1.0,2020-04-15,FR-29,196.0,,,,,Finistère
-5.0,2020-04-16,FR-29,201.0,,,,,Finistère
-1.0,2020-04-17,FR-29,202.0,,,,,Finistère
-5.0,2020-04-18,FR-29,207.0,,,,,Finistère
-2.0,2020-04-19,FR-29,209.0,,,,,Finistère
-0.0,2020-04-20,FR-29,209.0,,,,,Finistère
-2.0,2020-04-21,FR-29,211.0,,,,,Finistère
-3.0,2020-04-22,FR-29,214.0,,,,,Finistère
-3.0,2020-04-23,FR-29,217.0,,,,,Finistère
-2.0,2020-04-24,FR-29,219.0,,,,,Finistère
-1.0,2020-04-25,FR-29,220.0,,,,,Finistère
-0.0,2020-04-26,FR-29,220.0,,,,,Finistère
-0.0,2020-04-27,FR-29,220.0,,,,,Finistère
-0.0,2020-04-28,FR-29,220.0,,,,,Finistère
-0.0,2020-04-29,FR-29,220.0,,,,,Finistère
-0.0,2020-04-30,FR-29,220.0,,,,,Finistère
-0.0,2020-05-01,FR-29,220.0,,,,,Finistère
-1.0,2020-05-02,FR-29,221.0,,,,,Finistère
-0.0,2020-05-03,FR-29,221.0,,,,,Finistère
-0.0,2020-05-04,FR-29,221.0,,,,,Finistère
-1.0,2020-05-05,FR-29,222.0,,,,,Finistère
-1.0,2020-05-06,FR-29,223.0,,,,,Finistère
-2.0,2020-05-07,FR-29,225.0,,,,,Finistère
-2.0,2020-05-08,FR-29,227.0,,,,,Finistère
-1.0,2020-05-09,FR-29,228.0,,,,,Finistère
-0.0,2020-05-10,FR-29,228.0,,,,,Finistère
-1.0,2020-05-11,FR-29,229.0,,,,,Finistère
-0.0,2020-05-12,FR-29,229.0,,,,,Finistère
-0.0,2020-05-13,FR-29,229.0,,,,,Finistère
-1.0,2020-05-14,FR-29,230.0,,,,,Finistère
-0.0,2020-05-15,FR-29,230.0,,,,,Finistère
-1.0,2020-05-16,FR-29,231.0,,,,,Finistère
-0.0,2020-05-17,FR-29,231.0,,,,,Finistère
-0.0,2020-05-18,FR-29,231.0,,,,,Finistère
-1.0,2020-05-19,FR-29,232.0,,,,,Finistère
-0.0,2020-05-20,FR-29,232.0,,,,,Finistère
-2.0,2020-03-19,FR-30,2.0,,,,,Gard
-4.0,2020-03-20,FR-30,6.0,,,,,Gard
-4.0,2020-03-21,FR-30,10.0,,,,,Gard
-5.0,2020-03-22,FR-30,15.0,,,,,Gard
-3.0,2020-03-23,FR-30,18.0,,,,,Gard
-4.0,2020-03-24,FR-30,22.0,,,,,Gard
-7.0,2020-03-25,FR-30,29.0,,,,,Gard
-0.0,2020-03-26,FR-30,29.0,,,,,Gard
-11.0,2020-03-27,FR-30,40.0,,,,,Gard
-12.0,2020-03-28,FR-30,52.0,,,,,Gard
-6.0,2020-03-29,FR-30,58.0,,,,,Gard
-5.0,2020-03-30,FR-30,63.0,,,,,Gard
-18.0,2020-03-31,FR-30,81.0,,,,,Gard
-20.0,2020-04-01,FR-30,101.0,,,,,Gard
-10.0,2020-04-02,FR-30,111.0,,,,,Gard
-2.0,2020-04-03,FR-30,113.0,,,,,Gard
-0.0,2020-04-04,FR-30,113.0,,,,,Gard
-24.0,2020-04-05,FR-30,137.0,,,,,Gard
-20.0,2020-04-06,FR-30,157.0,,,,,Gard
-13.0,2020-04-07,FR-30,170.0,,,,,Gard
-8.0,2020-04-08,FR-30,178.0,,,,,Gard
-8.0,2020-04-09,FR-30,186.0,,,,,Gard
-14.0,2020-04-10,FR-30,200.0,,,,,Gard
-3.0,2020-04-11,FR-30,203.0,,,,,Gard
-3.0,2020-04-12,FR-30,206.0,,,,,Gard
-0.0,2020-04-13,FR-30,206.0,,,,,Gard
-12.0,2020-04-14,FR-30,218.0,,,,,Gard
-13.0,2020-04-15,FR-30,231.0,,,,,Gard
-14.0,2020-04-16,FR-30,245.0,,,,,Gard
-24.0,2020-04-17,FR-30,269.0,,,,,Gard
-2.0,2020-04-18,FR-30,271.0,,,,,Gard
-4.0,2020-04-19,FR-30,275.0,,,,,Gard
-27.0,2020-04-20,FR-30,302.0,,,,,Gard
-14.0,2020-04-21,FR-30,316.0,,,,,Gard
-5.0,2020-04-22,FR-30,321.0,,,,,Gard
-5.0,2020-04-23,FR-30,326.0,,,,,Gard
-8.0,2020-04-24,FR-30,334.0,,,,,Gard
-0.0,2020-04-25,FR-30,334.0,,,,,Gard
-3.0,2020-04-26,FR-30,337.0,,,,,Gard
-12.0,2020-04-27,FR-30,349.0,,,,,Gard
-4.0,2020-04-28,FR-30,353.0,,,,,Gard
-8.0,2020-04-29,FR-30,361.0,,,,,Gard
-7.0,2020-04-30,FR-30,368.0,,,,,Gard
-0.0,2020-05-01,FR-30,368.0,,,,,Gard
-1.0,2020-05-02,FR-30,369.0,,,,,Gard
-0.0,2020-05-03,FR-30,369.0,,,,,Gard
-2.0,2020-05-04,FR-30,371.0,,,,,Gard
-17.0,2020-05-05,FR-30,388.0,,,,,Gard
-2.0,2020-05-06,FR-30,390.0,,,,,Gard
-6.0,2020-05-07,FR-30,396.0,,,,,Gard
-0.0,2020-05-08,FR-30,396.0,,,,,Gard
-0.0,2020-05-09,FR-30,396.0,,,,,Gard
-0.0,2020-05-10,FR-30,396.0,,,,,Gard
-2.0,2020-05-11,FR-30,398.0,,,,,Gard
-11.0,2020-05-12,FR-30,409.0,,,,,Gard
-1.0,2020-05-13,FR-30,410.0,,,,,Gard
-5.0,2020-05-14,FR-30,415.0,,,,,Gard
-0.0,2020-05-15,FR-30,415.0,,,,,Gard
-1.0,2020-05-16,FR-30,416.0,,,,,Gard
-0.0,2020-05-17,FR-30,416.0,,,,,Gard
-5.0,2020-05-18,FR-30,421.0,,,,,Gard
-0.0,2020-05-19,FR-30,421.0,,,,,Gard
-9.0,2020-05-20,FR-30,430.0,,,,,Gard
-8.0,2020-03-19,FR-31,8.0,,,,,Haute-Garonne
-13.0,2020-03-20,FR-31,21.0,,,,,Haute-Garonne
-19.0,2020-03-21,FR-31,40.0,,,,,Haute-Garonne
-14.0,2020-03-22,FR-31,54.0,,,,,Haute-Garonne
-16.0,2020-03-23,FR-31,70.0,,,,,Haute-Garonne
-28.0,2020-03-24,FR-31,98.0,,,,,Haute-Garonne
-28.0,2020-03-25,FR-31,126.0,,,,,Haute-Garonne
-36.0,2020-03-26,FR-31,162.0,,,,,Haute-Garonne
-23.0,2020-03-27,FR-31,185.0,,,,,Haute-Garonne
-17.0,2020-03-28,FR-31,202.0,,,,,Haute-Garonne
-25.0,2020-03-29,FR-31,227.0,,,,,Haute-Garonne
-34.0,2020-03-30,FR-31,261.0,,,,,Haute-Garonne
-27.0,2020-03-31,FR-31,288.0,,,,,Haute-Garonne
-21.0,2020-04-01,FR-31,309.0,,,,,Haute-Garonne
-19.0,2020-04-02,FR-31,328.0,,,,,Haute-Garonne
-15.0,2020-04-03,FR-31,343.0,,,,,Haute-Garonne
-13.0,2020-04-04,FR-31,356.0,,,,,Haute-Garonne
-4.0,2020-04-05,FR-31,360.0,,,,,Haute-Garonne
-13.0,2020-04-06,FR-31,373.0,,,,,Haute-Garonne
-16.0,2020-04-07,FR-31,389.0,,,,,Haute-Garonne
-10.0,2020-04-08,FR-31,399.0,,,,,Haute-Garonne
-42.0,2020-04-09,FR-31,441.0,,,,,Haute-Garonne
-25.0,2020-04-10,FR-31,466.0,,,,,Haute-Garonne
-14.0,2020-04-11,FR-31,480.0,,,,,Haute-Garonne
-11.0,2020-04-12,FR-31,491.0,,,,,Haute-Garonne
-4.0,2020-04-13,FR-31,495.0,,,,,Haute-Garonne
-18.0,2020-04-14,FR-31,513.0,,,,,Haute-Garonne
-13.0,2020-04-15,FR-31,526.0,,,,,Haute-Garonne
-5.0,2020-04-16,FR-31,531.0,,,,,Haute-Garonne
-12.0,2020-04-17,FR-31,543.0,,,,,Haute-Garonne
-4.0,2020-04-18,FR-31,547.0,,,,,Haute-Garonne
-8.0,2020-04-19,FR-31,555.0,,,,,Haute-Garonne
-8.0,2020-04-20,FR-31,563.0,,,,,Haute-Garonne
-13.0,2020-04-21,FR-31,576.0,,,,,Haute-Garonne
-9.0,2020-04-22,FR-31,585.0,,,,,Haute-Garonne
-5.0,2020-04-23,FR-31,590.0,,,,,Haute-Garonne
-7.0,2020-04-24,FR-31,597.0,,,,,Haute-Garonne
-9.0,2020-04-25,FR-31,606.0,,,,,Haute-Garonne
-1.0,2020-04-26,FR-31,607.0,,,,,Haute-Garonne
-6.0,2020-04-27,FR-31,613.0,,,,,Haute-Garonne
-6.0,2020-04-28,FR-31,619.0,,,,,Haute-Garonne
-7.0,2020-04-29,FR-31,626.0,,,,,Haute-Garonne
-2.0,2020-04-30,FR-31,628.0,,,,,Haute-Garonne
-7.0,2020-05-01,FR-31,635.0,,,,,Haute-Garonne
-4.0,2020-05-02,FR-31,639.0,,,,,Haute-Garonne
-3.0,2020-05-03,FR-31,642.0,,,,,Haute-Garonne
-4.0,2020-05-04,FR-31,646.0,,,,,Haute-Garonne
-7.0,2020-05-05,FR-31,653.0,,,,,Haute-Garonne
-2.0,2020-05-06,FR-31,655.0,,,,,Haute-Garonne
-7.0,2020-05-07,FR-31,662.0,,,,,Haute-Garonne
-12.0,2020-05-08,FR-31,674.0,,,,,Haute-Garonne
-1.0,2020-05-09,FR-31,675.0,,,,,Haute-Garonne
-8.0,2020-05-10,FR-31,683.0,,,,,Haute-Garonne
-1.0,2020-05-11,FR-31,684.0,,,,,Haute-Garonne
-0.0,2020-05-12,FR-31,684.0,,,,,Haute-Garonne
-6.0,2020-05-13,FR-31,690.0,,,,,Haute-Garonne
-3.0,2020-05-14,FR-31,693.0,,,,,Haute-Garonne
-1.0,2020-05-15,FR-31,694.0,,,,,Haute-Garonne
-2.0,2020-05-16,FR-31,696.0,,,,,Haute-Garonne
-7.0,2020-05-17,FR-31,703.0,,,,,Haute-Garonne
-1.0,2020-05-18,FR-31,704.0,,,,,Haute-Garonne
-5.0,2020-05-19,FR-31,709.0,,,,,Haute-Garonne
-0.0,2020-05-20,FR-31,709.0,,,,,Haute-Garonne
-2.0,2020-03-19,FR-32,2.0,,,,,Gers
-0.0,2020-03-20,FR-32,2.0,,,,,Gers
-1.0,2020-03-21,FR-32,3.0,,,,,Gers
-0.0,2020-03-22,FR-32,3.0,,,,,Gers
-1.0,2020-03-23,FR-32,4.0,,,,,Gers
-3.0,2020-03-24,FR-32,7.0,,,,,Gers
-3.0,2020-03-25,FR-32,10.0,,,,,Gers
-0.0,2020-03-26,FR-32,10.0,,,,,Gers
-5.0,2020-03-27,FR-32,15.0,,,,,Gers
-1.0,2020-03-28,FR-32,16.0,,,,,Gers
-4.0,2020-03-29,FR-32,20.0,,,,,Gers
-1.0,2020-03-30,FR-32,21.0,,,,,Gers
-3.0,2020-03-31,FR-32,24.0,,,,,Gers
-8.0,2020-04-01,FR-32,32.0,,,,,Gers
-4.0,2020-04-02,FR-32,36.0,,,,,Gers
-2.0,2020-04-03,FR-32,38.0,,,,,Gers
-4.0,2020-04-04,FR-32,42.0,,,,,Gers
-2.0,2020-04-05,FR-32,44.0,,,,,Gers
-1.0,2020-04-06,FR-32,45.0,,,,,Gers
-4.0,2020-04-07,FR-32,49.0,,,,,Gers
-4.0,2020-04-08,FR-32,53.0,,,,,Gers
-1.0,2020-04-09,FR-32,54.0,,,,,Gers
-1.0,2020-04-10,FR-32,55.0,,,,,Gers
-0.0,2020-04-11,FR-32,55.0,,,,,Gers
-5.0,2020-04-12,FR-32,60.0,,,,,Gers
-3.0,2020-04-13,FR-32,63.0,,,,,Gers
-3.0,2020-04-14,FR-32,66.0,,,,,Gers
-3.0,2020-04-15,FR-32,69.0,,,,,Gers
-4.0,2020-04-16,FR-32,73.0,,,,,Gers
-4.0,2020-04-17,FR-32,77.0,,,,,Gers
-2.0,2020-04-18,FR-32,79.0,,,,,Gers
-2.0,2020-04-19,FR-32,81.0,,,,,Gers
-8.0,2020-04-20,FR-32,89.0,,,,,Gers
-3.0,2020-04-21,FR-32,92.0,,,,,Gers
-2.0,2020-04-22,FR-32,94.0,,,,,Gers
-4.0,2020-04-23,FR-32,98.0,,,,,Gers
-2.0,2020-04-24,FR-32,100.0,,,,,Gers
-0.0,2020-04-25,FR-32,100.0,,,,,Gers
-8.0,2020-04-26,FR-32,108.0,,,,,Gers
-4.0,2020-04-27,FR-32,112.0,,,,,Gers
-0.0,2020-04-28,FR-32,112.0,,,,,Gers
-0.0,2020-04-29,FR-32,112.0,,,,,Gers
-0.0,2020-04-30,FR-32,112.0,,,,,Gers
-0.0,2020-05-01,FR-32,112.0,,,,,Gers
-0.0,2020-05-02,FR-32,112.0,,,,,Gers
-1.0,2020-05-03,FR-32,113.0,,,,,Gers
-8.0,2020-05-04,FR-32,121.0,,,,,Gers
-10.0,2020-05-05,FR-32,131.0,,,,,Gers
-1.0,2020-05-06,FR-32,132.0,,,,,Gers
-0.0,2020-05-07,FR-32,132.0,,,,,Gers
-1.0,2020-05-08,FR-32,133.0,,,,,Gers
-0.0,2020-05-09,FR-32,133.0,,,,,Gers
-1.0,2020-05-10,FR-32,134.0,,,,,Gers
-2.0,2020-05-11,FR-32,136.0,,,,,Gers
-1.0,2020-05-12,FR-32,137.0,,,,,Gers
-0.0,2020-05-13,FR-32,137.0,,,,,Gers
-0.0,2020-05-14,FR-32,137.0,,,,,Gers
-1.0,2020-05-15,FR-32,138.0,,,,,Gers
-2.0,2020-05-16,FR-32,140.0,,,,,Gers
-0.0,2020-05-17,FR-32,140.0,,,,,Gers
-0.0,2020-05-18,FR-32,140.0,,,,,Gers
-0.0,2020-05-19,FR-32,140.0,,,,,Gers
-0.0,2020-05-20,FR-32,140.0,,,,,Gers
-14.0,2020-03-19,FR-33,14.0,,,,,Gironde
-5.0,2020-03-20,FR-33,19.0,,,,,Gironde
-34.0,2020-03-21,FR-33,53.0,,,,,Gironde
-9.0,2020-03-22,FR-33,62.0,,,,,Gironde
-23.0,2020-03-23,FR-33,85.0,,,,,Gironde
-40.0,2020-03-24,FR-33,125.0,,,,,Gironde
-87.0,2020-03-25,FR-33,212.0,,,,,Gironde
-45.0,2020-03-26,FR-33,257.0,,,,,Gironde
-64.0,2020-03-27,FR-33,321.0,,,,,Gironde
-30.0,2020-03-28,FR-33,351.0,,,,,Gironde
-29.0,2020-03-29,FR-33,380.0,,,,,Gironde
-89.0,2020-03-30,FR-33,469.0,,,,,Gironde
-66.0,2020-03-31,FR-33,535.0,,,,,Gironde
-51.0,2020-04-01,FR-33,586.0,,,,,Gironde
-56.0,2020-04-02,FR-33,642.0,,,,,Gironde
-38.0,2020-04-03,FR-33,680.0,,,,,Gironde
-15.0,2020-04-04,FR-33,695.0,,,,,Gironde
-15.0,2020-04-05,FR-33,710.0,,,,,Gironde
-32.0,2020-04-06,FR-33,742.0,,,,,Gironde
-27.0,2020-04-07,FR-33,769.0,,,,,Gironde
-32.0,2020-04-08,FR-33,801.0,,,,,Gironde
-32.0,2020-04-09,FR-33,833.0,,,,,Gironde
-25.0,2020-04-10,FR-33,858.0,,,,,Gironde
-31.0,2020-04-11,FR-33,889.0,,,,,Gironde
-10.0,2020-04-12,FR-33,899.0,,,,,Gironde
-22.0,2020-04-13,FR-33,921.0,,,,,Gironde
-25.0,2020-04-14,FR-33,946.0,,,,,Gironde
-16.0,2020-04-15,FR-33,962.0,,,,,Gironde
-15.0,2020-04-16,FR-33,977.0,,,,,Gironde
-24.0,2020-04-17,FR-33,1001.0,,,,,Gironde
-15.0,2020-04-18,FR-33,1016.0,,,,,Gironde
-23.0,2020-04-19,FR-33,1039.0,,,,,Gironde
-22.0,2020-04-20,FR-33,1061.0,,,,,Gironde
-14.0,2020-04-21,FR-33,1075.0,,,,,Gironde
-12.0,2020-04-22,FR-33,1087.0,,,,,Gironde
-24.0,2020-04-23,FR-33,1111.0,,,,,Gironde
-5.0,2020-04-24,FR-33,1116.0,,,,,Gironde
-13.0,2020-04-25,FR-33,1129.0,,,,,Gironde
-8.0,2020-04-26,FR-33,1137.0,,,,,Gironde
-15.0,2020-04-27,FR-33,1152.0,,,,,Gironde
-14.0,2020-04-28,FR-33,1166.0,,,,,Gironde
-7.0,2020-04-29,FR-33,1173.0,,,,,Gironde
-8.0,2020-04-30,FR-33,1181.0,,,,,Gironde
-5.0,2020-05-01,FR-33,1186.0,,,,,Gironde
-3.0,2020-05-02,FR-33,1189.0,,,,,Gironde
-10.0,2020-05-03,FR-33,1199.0,,,,,Gironde
-8.0,2020-05-04,FR-33,1207.0,,,,,Gironde
-14.0,2020-05-05,FR-33,1221.0,,,,,Gironde
-3.0,2020-05-06,FR-33,1224.0,,,,,Gironde
-11.0,2020-05-07,FR-33,1235.0,,,,,Gironde
-3.0,2020-05-08,FR-33,1238.0,,,,,Gironde
-7.0,2020-05-09,FR-33,1245.0,,,,,Gironde
-7.0,2020-05-10,FR-33,1252.0,,,,,Gironde
-2.0,2020-05-11,FR-33,1254.0,,,,,Gironde
-7.0,2020-05-12,FR-33,1261.0,,,,,Gironde
-11.0,2020-05-13,FR-33,1272.0,,,,,Gironde
-9.0,2020-05-14,FR-33,1281.0,,,,,Gironde
-3.0,2020-05-15,FR-33,1284.0,,,,,Gironde
-5.0,2020-05-16,FR-33,1289.0,,,,,Gironde
-0.0,2020-05-17,FR-33,1289.0,,,,,Gironde
-2.0,2020-05-18,FR-33,1291.0,,,,,Gironde
-6.0,2020-05-19,FR-33,1297.0,,,,,Gironde
-2.0,2020-05-20,FR-33,1299.0,,,,,Gironde
-24.0,2020-03-19,FR-34,24.0,,,,,Hérault
-15.0,2020-03-20,FR-34,39.0,,,,,Hérault
-19.0,2020-03-21,FR-34,58.0,,,,,Hérault
-11.0,2020-03-22,FR-34,69.0,,,,,Hérault
-23.0,2020-03-23,FR-34,92.0,,,,,Hérault
-26.0,2020-03-24,FR-34,118.0,,,,,Hérault
-45.0,2020-03-25,FR-34,163.0,,,,,Hérault
-37.0,2020-03-26,FR-34,200.0,,,,,Hérault
-38.0,2020-03-27,FR-34,238.0,,,,,Hérault
-47.0,2020-03-28,FR-34,285.0,,,,,Hérault
-38.0,2020-03-29,FR-34,323.0,,,,,Hérault
-24.0,2020-03-30,FR-34,347.0,,,,,Hérault
-38.0,2020-03-31,FR-34,385.0,,,,,Hérault
-33.0,2020-04-01,FR-34,418.0,,,,,Hérault
-30.0,2020-04-02,FR-34,448.0,,,,,Hérault
-41.0,2020-04-03,FR-34,489.0,,,,,Hérault
-11.0,2020-04-04,FR-34,500.0,,,,,Hérault
-20.0,2020-04-05,FR-34,520.0,,,,,Hérault
-21.0,2020-04-06,FR-34,541.0,,,,,Hérault
-25.0,2020-04-07,FR-34,566.0,,,,,Hérault
-14.0,2020-04-08,FR-34,580.0,,,,,Hérault
-12.0,2020-04-09,FR-34,592.0,,,,,Hérault
-20.0,2020-04-10,FR-34,612.0,,,,,Hérault
-10.0,2020-04-11,FR-34,622.0,,,,,Hérault
-5.0,2020-04-12,FR-34,627.0,,,,,Hérault
-21.0,2020-04-13,FR-34,648.0,,,,,Hérault
-8.0,2020-04-14,FR-34,656.0,,,,,Hérault
-9.0,2020-04-15,FR-34,665.0,,,,,Hérault
-6.0,2020-04-16,FR-34,671.0,,,,,Hérault
-8.0,2020-04-17,FR-34,679.0,,,,,Hérault
-35.0,2020-04-18,FR-34,714.0,,,,,Hérault
-7.0,2020-04-19,FR-34,721.0,,,,,Hérault
-9.0,2020-04-20,FR-34,730.0,,,,,Hérault
-5.0,2020-04-21,FR-34,735.0,,,,,Hérault
-3.0,2020-04-22,FR-34,738.0,,,,,Hérault
-4.0,2020-04-23,FR-34,742.0,,,,,Hérault
-4.0,2020-04-24,FR-34,746.0,,,,,Hérault
-5.0,2020-04-25,FR-34,751.0,,,,,Hérault
-2.0,2020-04-26,FR-34,753.0,,,,,Hérault
-5.0,2020-04-27,FR-34,758.0,,,,,Hérault
-7.0,2020-04-28,FR-34,765.0,,,,,Hérault
-2.0,2020-04-29,FR-34,767.0,,,,,Hérault
-8.0,2020-04-30,FR-34,775.0,,,,,Hérault
-1.0,2020-05-01,FR-34,776.0,,,,,Hérault
-1.0,2020-05-02,FR-34,777.0,,,,,Hérault
-0.0,2020-05-03,FR-34,777.0,,,,,Hérault
-4.0,2020-05-04,FR-34,781.0,,,,,Hérault
-5.0,2020-05-05,FR-34,786.0,,,,,Hérault
-4.0,2020-05-06,FR-34,790.0,,,,,Hérault
-2.0,2020-05-07,FR-34,792.0,,,,,Hérault
-3.0,2020-05-08,FR-34,795.0,,,,,Hérault
-2.0,2020-05-09,FR-34,797.0,,,,,Hérault
-1.0,2020-05-10,FR-34,798.0,,,,,Hérault
-6.0,2020-05-11,FR-34,804.0,,,,,Hérault
-1.0,2020-05-12,FR-34,805.0,,,,,Hérault
-7.0,2020-05-13,FR-34,812.0,,,,,Hérault
-1.0,2020-05-14,FR-34,813.0,,,,,Hérault
-3.0,2020-05-15,FR-34,816.0,,,,,Hérault
-0.0,2020-05-16,FR-34,816.0,,,,,Hérault
-0.0,2020-05-17,FR-34,816.0,,,,,Hérault
-4.0,2020-05-18,FR-34,820.0,,,,,Hérault
-0.0,2020-05-19,FR-34,820.0,,,,,Hérault
-5.0,2020-05-20,FR-34,825.0,,,,,Hérault
-25.0,2020-03-19,FR-35,25.0,,,,,Ille-et-Vilaine
-9.0,2020-03-20,FR-35,34.0,,,,,Ille-et-Vilaine
-8.0,2020-03-21,FR-35,42.0,,,,,Ille-et-Vilaine
-4.0,2020-03-22,FR-35,46.0,,,,,Ille-et-Vilaine
-12.0,2020-03-23,FR-35,58.0,,,,,Ille-et-Vilaine
-9.0,2020-03-24,FR-35,67.0,,,,,Ille-et-Vilaine
-12.0,2020-03-25,FR-35,79.0,,,,,Ille-et-Vilaine
-15.0,2020-03-26,FR-35,94.0,,,,,Ille-et-Vilaine
-10.0,2020-03-27,FR-35,104.0,,,,,Ille-et-Vilaine
-19.0,2020-03-28,FR-35,123.0,,,,,Ille-et-Vilaine
-30.0,2020-03-29,FR-35,153.0,,,,,Ille-et-Vilaine
-15.0,2020-03-30,FR-35,168.0,,,,,Ille-et-Vilaine
-19.0,2020-03-31,FR-35,187.0,,,,,Ille-et-Vilaine
-18.0,2020-04-01,FR-35,205.0,,,,,Ille-et-Vilaine
-20.0,2020-04-02,FR-35,225.0,,,,,Ille-et-Vilaine
-10.0,2020-04-03,FR-35,235.0,,,,,Ille-et-Vilaine
-13.0,2020-04-04,FR-35,248.0,,,,,Ille-et-Vilaine
-6.0,2020-04-05,FR-35,254.0,,,,,Ille-et-Vilaine
-16.0,2020-04-06,FR-35,270.0,,,,,Ille-et-Vilaine
-19.0,2020-04-07,FR-35,289.0,,,,,Ille-et-Vilaine
-21.0,2020-04-08,FR-35,310.0,,,,,Ille-et-Vilaine
-13.0,2020-04-09,FR-35,323.0,,,,,Ille-et-Vilaine
-15.0,2020-04-10,FR-35,338.0,,,,,Ille-et-Vilaine
-15.0,2020-04-11,FR-35,353.0,,,,,Ille-et-Vilaine
-16.0,2020-04-12,FR-35,369.0,,,,,Ille-et-Vilaine
-6.0,2020-04-13,FR-35,375.0,,,,,Ille-et-Vilaine
-18.0,2020-04-14,FR-35,393.0,,,,,Ille-et-Vilaine
-23.0,2020-04-15,FR-35,416.0,,,,,Ille-et-Vilaine
-12.0,2020-04-16,FR-35,428.0,,,,,Ille-et-Vilaine
-11.0,2020-04-17,FR-35,439.0,,,,,Ille-et-Vilaine
-9.0,2020-04-18,FR-35,448.0,,,,,Ille-et-Vilaine
-6.0,2020-04-19,FR-35,454.0,,,,,Ille-et-Vilaine
-3.0,2020-04-20,FR-35,457.0,,,,,Ille-et-Vilaine
-10.0,2020-04-21,FR-35,467.0,,,,,Ille-et-Vilaine
-9.0,2020-04-22,FR-35,476.0,,,,,Ille-et-Vilaine
-8.0,2020-04-23,FR-35,484.0,,,,,Ille-et-Vilaine
-5.0,2020-04-24,FR-35,489.0,,,,,Ille-et-Vilaine
-6.0,2020-04-25,FR-35,495.0,,,,,Ille-et-Vilaine
-2.0,2020-04-26,FR-35,497.0,,,,,Ille-et-Vilaine
-0.0,2020-04-27,FR-35,497.0,,,,,Ille-et-Vilaine
-6.0,2020-04-28,FR-35,503.0,,,,,Ille-et-Vilaine
-4.0,2020-04-29,FR-35,507.0,,,,,Ille-et-Vilaine
-3.0,2020-04-30,FR-35,510.0,,,,,Ille-et-Vilaine
-2.0,2020-05-01,FR-35,512.0,,,,,Ille-et-Vilaine
-2.0,2020-05-02,FR-35,514.0,,,,,Ille-et-Vilaine
-3.0,2020-05-03,FR-35,517.0,,,,,Ille-et-Vilaine
-3.0,2020-05-04,FR-35,520.0,,,,,Ille-et-Vilaine
-1.0,2020-05-05,FR-35,521.0,,,,,Ille-et-Vilaine
-2.0,2020-05-06,FR-35,523.0,,,,,Ille-et-Vilaine
-1.0,2020-05-07,FR-35,524.0,,,,,Ille-et-Vilaine
-4.0,2020-05-08,FR-35,528.0,,,,,Ille-et-Vilaine
-0.0,2020-05-09,FR-35,528.0,,,,,Ille-et-Vilaine
-2.0,2020-05-10,FR-35,530.0,,,,,Ille-et-Vilaine
-1.0,2020-05-11,FR-35,531.0,,,,,Ille-et-Vilaine
-3.0,2020-05-12,FR-35,534.0,,,,,Ille-et-Vilaine
-2.0,2020-05-13,FR-35,536.0,,,,,Ille-et-Vilaine
-1.0,2020-05-14,FR-35,537.0,,,,,Ille-et-Vilaine
-5.0,2020-05-15,FR-35,542.0,,,,,Ille-et-Vilaine
-9.0,2020-05-16,FR-35,551.0,,,,,Ille-et-Vilaine
-4.0,2020-05-17,FR-35,555.0,,,,,Ille-et-Vilaine
-2.0,2020-05-18,FR-35,557.0,,,,,Ille-et-Vilaine
-3.0,2020-05-19,FR-35,560.0,,,,,Ille-et-Vilaine
-6.0,2020-05-20,FR-35,566.0,,,,,Ille-et-Vilaine
-3.0,2020-03-19,FR-36,3.0,,,,,Indre
-1.0,2020-03-20,FR-36,4.0,,,,,Indre
-1.0,2020-03-21,FR-36,5.0,,,,,Indre
-0.0,2020-03-22,FR-36,5.0,,,,,Indre
-13.0,2020-03-23,FR-36,18.0,,,,,Indre
-3.0,2020-03-24,FR-36,21.0,,,,,Indre
-7.0,2020-03-25,FR-36,28.0,,,,,Indre
-1.0,2020-03-26,FR-36,29.0,,,,,Indre
-11.0,2020-03-27,FR-36,40.0,,,,,Indre
-13.0,2020-03-28,FR-36,53.0,,,,,Indre
-1.0,2020-03-29,FR-36,54.0,,,,,Indre
-5.0,2020-03-30,FR-36,59.0,,,,,Indre
-2.0,2020-03-31,FR-36,61.0,,,,,Indre
-6.0,2020-04-01,FR-36,67.0,,,,,Indre
-5.0,2020-04-02,FR-36,72.0,,,,,Indre
-2.0,2020-04-03,FR-36,74.0,,,,,Indre
-11.0,2020-04-04,FR-36,85.0,,,,,Indre
-11.0,2020-04-05,FR-36,96.0,,,,,Indre
-2.0,2020-04-06,FR-36,98.0,,,,,Indre
-8.0,2020-04-07,FR-36,106.0,,,,,Indre
-4.0,2020-04-08,FR-36,110.0,,,,,Indre
-6.0,2020-04-09,FR-36,116.0,,,,,Indre
-17.0,2020-04-10,FR-36,133.0,,,,,Indre
-8.0,2020-04-11,FR-36,141.0,,,,,Indre
-1.0,2020-04-12,FR-36,142.0,,,,,Indre
-17.0,2020-04-13,FR-36,159.0,,,,,Indre
-5.0,2020-04-14,FR-36,164.0,,,,,Indre
-9.0,2020-04-15,FR-36,173.0,,,,,Indre
-3.0,2020-04-16,FR-36,176.0,,,,,Indre
-5.0,2020-04-17,FR-36,181.0,,,,,Indre
-4.0,2020-04-18,FR-36,185.0,,,,,Indre
-4.0,2020-04-19,FR-36,189.0,,,,,Indre
-5.0,2020-04-20,FR-36,194.0,,,,,Indre
-22.0,2020-04-21,FR-36,216.0,,,,,Indre
-11.0,2020-04-22,FR-36,227.0,,,,,Indre
-5.0,2020-04-23,FR-36,232.0,,,,,Indre
-4.0,2020-04-24,FR-36,236.0,,,,,Indre
-8.0,2020-04-25,FR-36,244.0,,,,,Indre
-1.0,2020-04-26,FR-36,245.0,,,,,Indre
-3.0,2020-04-27,FR-36,248.0,,,,,Indre
-2.0,2020-04-28,FR-36,250.0,,,,,Indre
-6.0,2020-04-29,FR-36,256.0,,,,,Indre
-4.0,2020-04-30,FR-36,260.0,,,,,Indre
-3.0,2020-05-01,FR-36,263.0,,,,,Indre
-2.0,2020-05-02,FR-36,265.0,,,,,Indre
-2.0,2020-05-03,FR-36,267.0,,,,,Indre
-1.0,2020-05-04,FR-36,268.0,,,,,Indre
-0.0,2020-05-05,FR-36,268.0,,,,,Indre
-0.0,2020-05-06,FR-36,268.0,,,,,Indre
-1.0,2020-05-07,FR-36,269.0,,,,,Indre
-2.0,2020-05-08,FR-36,271.0,,,,,Indre
-0.0,2020-05-09,FR-36,271.0,,,,,Indre
-0.0,2020-05-10,FR-36,271.0,,,,,Indre
-0.0,2020-05-11,FR-36,271.0,,,,,Indre
-1.0,2020-05-12,FR-36,272.0,,,,,Indre
-0.0,2020-05-13,FR-36,272.0,,,,,Indre
-2.0,2020-05-14,FR-36,274.0,,,,,Indre
-1.0,2020-05-15,FR-36,275.0,,,,,Indre
-0.0,2020-05-16,FR-36,275.0,,,,,Indre
-0.0,2020-05-17,FR-36,275.0,,,,,Indre
-2.0,2020-05-18,FR-36,277.0,,,,,Indre
-0.0,2020-05-19,FR-36,277.0,,,,,Indre
-1.0,2020-05-20,FR-36,278.0,,,,,Indre
-2.0,2020-03-19,FR-37,2.0,,,,,Indre-et-Loire
-6.0,2020-03-20,FR-37,8.0,,,,,Indre-et-Loire
-2.0,2020-03-21,FR-37,10.0,,,,,Indre-et-Loire
-1.0,2020-03-22,FR-37,11.0,,,,,Indre-et-Loire
-5.0,2020-03-23,FR-37,16.0,,,,,Indre-et-Loire
-7.0,2020-03-24,FR-37,23.0,,,,,Indre-et-Loire
-9.0,2020-03-25,FR-37,32.0,,,,,Indre-et-Loire
-11.0,2020-03-26,FR-37,43.0,,,,,Indre-et-Loire
-27.0,2020-03-27,FR-37,70.0,,,,,Indre-et-Loire
-5.0,2020-03-28,FR-37,75.0,,,,,Indre-et-Loire
-6.0,2020-03-29,FR-37,81.0,,,,,Indre-et-Loire
-28.0,2020-03-30,FR-37,109.0,,,,,Indre-et-Loire
-15.0,2020-03-31,FR-37,124.0,,,,,Indre-et-Loire
-32.0,2020-04-01,FR-37,156.0,,,,,Indre-et-Loire
-20.0,2020-04-02,FR-37,176.0,,,,,Indre-et-Loire
-19.0,2020-04-03,FR-37,195.0,,,,,Indre-et-Loire
-24.0,2020-04-04,FR-37,219.0,,,,,Indre-et-Loire
-6.0,2020-04-05,FR-37,225.0,,,,,Indre-et-Loire
-20.0,2020-04-06,FR-37,245.0,,,,,Indre-et-Loire
-9.0,2020-04-07,FR-37,254.0,,,,,Indre-et-Loire
-24.0,2020-04-08,FR-37,278.0,,,,,Indre-et-Loire
-14.0,2020-04-09,FR-37,292.0,,,,,Indre-et-Loire
-12.0,2020-04-10,FR-37,304.0,,,,,Indre-et-Loire
-21.0,2020-04-11,FR-37,325.0,,,,,Indre-et-Loire
-5.0,2020-04-12,FR-37,330.0,,,,,Indre-et-Loire
-4.0,2020-04-13,FR-37,334.0,,,,,Indre-et-Loire
-5.0,2020-04-14,FR-37,339.0,,,,,Indre-et-Loire
-18.0,2020-04-15,FR-37,357.0,,,,,Indre-et-Loire
-5.0,2020-04-16,FR-37,362.0,,,,,Indre-et-Loire
-5.0,2020-04-17,FR-37,367.0,,,,,Indre-et-Loire
-5.0,2020-04-18,FR-37,372.0,,,,,Indre-et-Loire
-2.0,2020-04-19,FR-37,374.0,,,,,Indre-et-Loire
-5.0,2020-04-20,FR-37,379.0,,,,,Indre-et-Loire
-8.0,2020-04-21,FR-37,387.0,,,,,Indre-et-Loire
-5.0,2020-04-22,FR-37,392.0,,,,,Indre-et-Loire
-3.0,2020-04-23,FR-37,395.0,,,,,Indre-et-Loire
-7.0,2020-04-24,FR-37,402.0,,,,,Indre-et-Loire
-6.0,2020-04-25,FR-37,408.0,,,,,Indre-et-Loire
-6.0,2020-04-26,FR-37,414.0,,,,,Indre-et-Loire
-2.0,2020-04-27,FR-37,416.0,,,,,Indre-et-Loire
-13.0,2020-04-28,FR-37,429.0,,,,,Indre-et-Loire
-7.0,2020-04-29,FR-37,436.0,,,,,Indre-et-Loire
-7.0,2020-04-30,FR-37,443.0,,,,,Indre-et-Loire
-5.0,2020-05-01,FR-37,448.0,,,,,Indre-et-Loire
-3.0,2020-05-02,FR-37,451.0,,,,,Indre-et-Loire
-3.0,2020-05-03,FR-37,454.0,,,,,Indre-et-Loire
-4.0,2020-05-04,FR-37,458.0,,,,,Indre-et-Loire
-7.0,2020-05-05,FR-37,465.0,,,,,Indre-et-Loire
-3.0,2020-05-06,FR-37,468.0,,,,,Indre-et-Loire
-3.0,2020-05-07,FR-37,471.0,,,,,Indre-et-Loire
-3.0,2020-05-08,FR-37,474.0,,,,,Indre-et-Loire
-1.0,2020-05-09,FR-37,475.0,,,,,Indre-et-Loire
-1.0,2020-05-10,FR-37,476.0,,,,,Indre-et-Loire
-2.0,2020-05-11,FR-37,478.0,,,,,Indre-et-Loire
-5.0,2020-05-12,FR-37,483.0,,,,,Indre-et-Loire
-3.0,2020-05-13,FR-37,486.0,,,,,Indre-et-Loire
-4.0,2020-05-14,FR-37,490.0,,,,,Indre-et-Loire
-4.0,2020-05-15,FR-37,494.0,,,,,Indre-et-Loire
-0.0,2020-05-16,FR-37,494.0,,,,,Indre-et-Loire
-0.0,2020-05-17,FR-37,494.0,,,,,Indre-et-Loire
-1.0,2020-05-18,FR-37,495.0,,,,,Indre-et-Loire
-1.0,2020-05-19,FR-37,496.0,,,,,Indre-et-Loire
-2.0,2020-05-20,FR-37,498.0,,,,,Indre-et-Loire
-11.0,2020-03-19,FR-38,11.0,,,,,Isère
-8.0,2020-03-20,FR-38,19.0,,,,,Isère
-13.0,2020-03-21,FR-38,32.0,,,,,Isère
-8.0,2020-03-22,FR-38,40.0,,,,,Isère
-16.0,2020-03-23,FR-38,56.0,,,,,Isère
-21.0,2020-03-24,FR-38,77.0,,,,,Isère
-29.0,2020-03-25,FR-38,106.0,,,,,Isère
-19.0,2020-03-26,FR-38,125.0,,,,,Isère
-34.0,2020-03-27,FR-38,159.0,,,,,Isère
-14.0,2020-03-28,FR-38,173.0,,,,,Isère
-28.0,2020-03-29,FR-38,201.0,,,,,Isère
-31.0,2020-03-30,FR-38,232.0,,,,,Isère
-18.0,2020-03-31,FR-38,250.0,,,,,Isère
-30.0,2020-04-01,FR-38,280.0,,,,,Isère
-21.0,2020-04-02,FR-38,301.0,,,,,Isère
-24.0,2020-04-03,FR-38,325.0,,,,,Isère
-22.0,2020-04-04,FR-38,347.0,,,,,Isère
-26.0,2020-04-05,FR-38,373.0,,,,,Isère
-30.0,2020-04-06,FR-38,403.0,,,,,Isère
-18.0,2020-04-07,FR-38,421.0,,,,,Isère
-13.0,2020-04-08,FR-38,434.0,,,,,Isère
-28.0,2020-04-09,FR-38,462.0,,,,,Isère
-27.0,2020-04-10,FR-38,489.0,,,,,Isère
-8.0,2020-04-11,FR-38,497.0,,,,,Isère
-12.0,2020-04-12,FR-38,509.0,,,,,Isère
-11.0,2020-04-13,FR-38,520.0,,,,,Isère
-6.0,2020-04-14,FR-38,526.0,,,,,Isère
-32.0,2020-04-15,FR-38,558.0,,,,,Isère
-14.0,2020-04-16,FR-38,572.0,,,,,Isère
-20.0,2020-04-17,FR-38,592.0,,,,,Isère
-16.0,2020-04-18,FR-38,608.0,,,,,Isère
-7.0,2020-04-19,FR-38,615.0,,,,,Isère
-11.0,2020-04-20,FR-38,626.0,,,,,Isère
-26.0,2020-04-21,FR-38,652.0,,,,,Isère
-18.0,2020-04-22,FR-38,670.0,,,,,Isère
-20.0,2020-04-23,FR-38,690.0,,,,,Isère
-22.0,2020-04-24,FR-38,712.0,,,,,Isère
-3.0,2020-04-25,FR-38,715.0,,,,,Isère
-0.0,2020-04-26,FR-38,715.0,,,,,Isère
-7.0,2020-04-27,FR-38,722.0,,,,,Isère
-13.0,2020-04-28,FR-38,735.0,,,,,Isère
-7.0,2020-04-29,FR-38,742.0,,,,,Isère
-6.0,2020-04-30,FR-38,748.0,,,,,Isère
-7.0,2020-05-01,FR-38,755.0,,,,,Isère
-1.0,2020-05-02,FR-38,756.0,,,,,Isère
-5.0,2020-05-03,FR-38,761.0,,,,,Isère
-10.0,2020-05-04,FR-38,771.0,,,,,Isère
-9.0,2020-05-05,FR-38,780.0,,,,,Isère
-7.0,2020-05-06,FR-38,787.0,,,,,Isère
-7.0,2020-05-07,FR-38,794.0,,,,,Isère
-2.0,2020-05-08,FR-38,796.0,,,,,Isère
-0.0,2020-05-09,FR-38,796.0,,,,,Isère
-0.0,2020-05-10,FR-38,796.0,,,,,Isère
-21.0,2020-05-11,FR-38,817.0,,,,,Isère
-7.0,2020-05-12,FR-38,824.0,,,,,Isère
-5.0,2020-05-13,FR-38,829.0,,,,,Isère
-10.0,2020-05-14,FR-38,839.0,,,,,Isère
-3.0,2020-05-15,FR-38,842.0,,,,,Isère
-0.0,2020-05-16,FR-38,842.0,,,,,Isère
-0.0,2020-05-17,FR-38,842.0,,,,,Isère
-2.0,2020-05-18,FR-38,844.0,,,,,Isère
-5.0,2020-05-19,FR-38,849.0,,,,,Isère
-3.0,2020-05-20,FR-38,852.0,,,,,Isère
-1.0,2020-03-19,FR-39,1.0,,,,,Jura
-5.0,2020-03-20,FR-39,6.0,,,,,Jura
-1.0,2020-03-21,FR-39,7.0,,,,,Jura
-1.0,2020-03-22,FR-39,8.0,,,,,Jura
-2.0,2020-03-23,FR-39,10.0,,,,,Jura
-14.0,2020-03-24,FR-39,24.0,,,,,Jura
-5.0,2020-03-25,FR-39,29.0,,,,,Jura
-16.0,2020-03-26,FR-39,45.0,,,,,Jura
-6.0,2020-03-27,FR-39,51.0,,,,,Jura
-4.0,2020-03-28,FR-39,55.0,,,,,Jura
-1.0,2020-03-29,FR-39,56.0,,,,,Jura
-13.0,2020-03-30,FR-39,69.0,,,,,Jura
-11.0,2020-03-31,FR-39,80.0,,,,,Jura
-11.0,2020-04-01,FR-39,91.0,,,,,Jura
-4.0,2020-04-02,FR-39,95.0,,,,,Jura
-16.0,2020-04-03,FR-39,111.0,,,,,Jura
-15.0,2020-04-04,FR-39,126.0,,,,,Jura
-11.0,2020-04-05,FR-39,137.0,,,,,Jura
-3.0,2020-04-06,FR-39,140.0,,,,,Jura
-20.0,2020-04-07,FR-39,160.0,,,,,Jura
-14.0,2020-04-08,FR-39,174.0,,,,,Jura
-18.0,2020-04-09,FR-39,192.0,,,,,Jura
-8.0,2020-04-10,FR-39,200.0,,,,,Jura
-8.0,2020-04-11,FR-39,208.0,,,,,Jura
-6.0,2020-04-12,FR-39,214.0,,,,,Jura
-7.0,2020-04-13,FR-39,221.0,,,,,Jura
-9.0,2020-04-14,FR-39,230.0,,,,,Jura
-14.0,2020-04-15,FR-39,244.0,,,,,Jura
-11.0,2020-04-16,FR-39,255.0,,,,,Jura
-16.0,2020-04-17,FR-39,271.0,,,,,Jura
-9.0,2020-04-18,FR-39,280.0,,,,,Jura
-0.0,2020-04-19,FR-39,280.0,,,,,Jura
-1.0,2020-04-20,FR-39,281.0,,,,,Jura
-1.0,2020-04-21,FR-39,282.0,,,,,Jura
-7.0,2020-04-22,FR-39,289.0,,,,,Jura
-5.0,2020-04-23,FR-39,294.0,,,,,Jura
-3.0,2020-04-24,FR-39,297.0,,,,,Jura
-5.0,2020-04-25,FR-39,302.0,,,,,Jura
-0.0,2020-04-26,FR-39,302.0,,,,,Jura
-2.0,2020-04-27,FR-39,304.0,,,,,Jura
-3.0,2020-04-28,FR-39,307.0,,,,,Jura
-2.0,2020-04-29,FR-39,309.0,,,,,Jura
-10.0,2020-04-30,FR-39,319.0,,,,,Jura
-0.0,2020-05-01,FR-39,319.0,,,,,Jura
-0.0,2020-05-02,FR-39,319.0,,,,,Jura
-0.0,2020-05-03,FR-39,319.0,,,,,Jura
-6.0,2020-05-04,FR-39,325.0,,,,,Jura
-1.0,2020-05-05,FR-39,326.0,,,,,Jura
-1.0,2020-05-06,FR-39,327.0,,,,,Jura
-3.0,2020-05-07,FR-39,330.0,,,,,Jura
-6.0,2020-05-08,FR-39,336.0,,,,,Jura
-1.0,2020-05-09,FR-39,337.0,,,,,Jura
-0.0,2020-05-10,FR-39,337.0,,,,,Jura
-5.0,2020-05-11,FR-39,342.0,,,,,Jura
-0.0,2020-05-12,FR-39,342.0,,,,,Jura
-1.0,2020-05-13,FR-39,343.0,,,,,Jura
-0.0,2020-05-14,FR-39,343.0,,,,,Jura
-1.0,2020-05-15,FR-39,344.0,,,,,Jura
-4.0,2020-05-16,FR-39,348.0,,,,,Jura
-0.0,2020-05-17,FR-39,348.0,,,,,Jura
-0.0,2020-05-18,FR-39,348.0,,,,,Jura
-1.0,2020-05-19,FR-39,349.0,,,,,Jura
-5.0,2020-05-20,FR-39,354.0,,,,,Jura
-0.0,2020-03-19,FR-40,0.0,,,,,Landes
-0.0,2020-03-20,FR-40,0.0,,,,,Landes
-0.0,2020-03-21,FR-40,0.0,,,,,Landes
-0.0,2020-03-22,FR-40,0.0,,,,,Landes
-4.0,2020-03-23,FR-40,4.0,,,,,Landes
-0.0,2020-03-24,FR-40,4.0,,,,,Landes
-7.0,2020-03-25,FR-40,11.0,,,,,Landes
-0.0,2020-03-26,FR-40,11.0,,,,,Landes
-2.0,2020-03-27,FR-40,13.0,,,,,Landes
-2.0,2020-03-28,FR-40,15.0,,,,,Landes
-2.0,2020-03-29,FR-40,17.0,,,,,Landes
-6.0,2020-03-30,FR-40,23.0,,,,,Landes
-1.0,2020-03-31,FR-40,24.0,,,,,Landes
-1.0,2020-04-01,FR-40,25.0,,,,,Landes
-4.0,2020-04-02,FR-40,29.0,,,,,Landes
-2.0,2020-04-03,FR-40,31.0,,,,,Landes
-1.0,2020-04-04,FR-40,32.0,,,,,Landes
-1.0,2020-04-05,FR-40,33.0,,,,,Landes
-9.0,2020-04-06,FR-40,42.0,,,,,Landes
-11.0,2020-04-07,FR-40,53.0,,,,,Landes
-4.0,2020-04-08,FR-40,57.0,,,,,Landes
-7.0,2020-04-09,FR-40,64.0,,,,,Landes
-1.0,2020-04-10,FR-40,65.0,,,,,Landes
-0.0,2020-04-11,FR-40,65.0,,,,,Landes
-0.0,2020-04-12,FR-40,65.0,,,,,Landes
-0.0,2020-04-13,FR-40,65.0,,,,,Landes
-4.0,2020-04-14,FR-40,69.0,,,,,Landes
-2.0,2020-04-15,FR-40,71.0,,,,,Landes
-3.0,2020-04-16,FR-40,74.0,,,,,Landes
-3.0,2020-04-17,FR-40,77.0,,,,,Landes
-0.0,2020-04-18,FR-40,77.0,,,,,Landes
-0.0,2020-04-19,FR-40,77.0,,,,,Landes
-1.0,2020-04-20,FR-40,78.0,,,,,Landes
-1.0,2020-04-21,FR-40,79.0,,,,,Landes
-0.0,2020-04-22,FR-40,79.0,,,,,Landes
-1.0,2020-04-23,FR-40,80.0,,,,,Landes
-2.0,2020-04-24,FR-40,82.0,,,,,Landes
-0.0,2020-04-25,FR-40,82.0,,,,,Landes
-0.0,2020-04-26,FR-40,82.0,,,,,Landes
-0.0,2020-04-27,FR-40,82.0,,,,,Landes
-0.0,2020-04-28,FR-40,82.0,,,,,Landes
-0.0,2020-04-29,FR-40,82.0,,,,,Landes
-8.0,2020-04-30,FR-40,90.0,,,,,Landes
-0.0,2020-05-01,FR-40,90.0,,,,,Landes
-0.0,2020-05-02,FR-40,90.0,,,,,Landes
-0.0,2020-05-03,FR-40,90.0,,,,,Landes
-0.0,2020-05-04,FR-40,90.0,,,,,Landes
-0.0,2020-05-05,FR-40,90.0,,,,,Landes
-0.0,2020-05-06,FR-40,90.0,,,,,Landes
-0.0,2020-05-07,FR-40,90.0,,,,,Landes
-0.0,2020-05-08,FR-40,90.0,,,,,Landes
-0.0,2020-05-09,FR-40,90.0,,,,,Landes
-0.0,2020-05-10,FR-40,90.0,,,,,Landes
-0.0,2020-05-11,FR-40,90.0,,,,,Landes
-0.0,2020-05-12,FR-40,90.0,,,,,Landes
-0.0,2020-05-13,FR-40,90.0,,,,,Landes
-0.0,2020-05-14,FR-40,90.0,,,,,Landes
-0.0,2020-05-15,FR-40,90.0,,,,,Landes
-0.0,2020-05-16,FR-40,90.0,,,,,Landes
-0.0,2020-05-17,FR-40,90.0,,,,,Landes
-1.0,2020-05-18,FR-40,91.0,,,,,Landes
-0.0,2020-05-19,FR-40,91.0,,,,,Landes
-0.0,2020-05-20,FR-40,91.0,,,,,Landes
-3.0,2020-03-19,FR-41,3.0,,,,,Loir-et-Cher
-3.0,2020-03-20,FR-41,6.0,,,,,Loir-et-Cher
-0.0,2020-03-21,FR-41,6.0,,,,,Loir-et-Cher
-1.0,2020-03-22,FR-41,7.0,,,,,Loir-et-Cher
-4.0,2020-03-23,FR-41,11.0,,,,,Loir-et-Cher
-9.0,2020-03-24,FR-41,20.0,,,,,Loir-et-Cher
-2.0,2020-03-25,FR-41,22.0,,,,,Loir-et-Cher
-6.0,2020-03-26,FR-41,28.0,,,,,Loir-et-Cher
-7.0,2020-03-27,FR-41,35.0,,,,,Loir-et-Cher
-12.0,2020-03-28,FR-41,47.0,,,,,Loir-et-Cher
-2.0,2020-03-29,FR-41,49.0,,,,,Loir-et-Cher
-23.0,2020-03-30,FR-41,72.0,,,,,Loir-et-Cher
-5.0,2020-03-31,FR-41,77.0,,,,,Loir-et-Cher
-17.0,2020-04-01,FR-41,94.0,,,,,Loir-et-Cher
-16.0,2020-04-02,FR-41,110.0,,,,,Loir-et-Cher
-11.0,2020-04-03,FR-41,121.0,,,,,Loir-et-Cher
-4.0,2020-04-04,FR-41,125.0,,,,,Loir-et-Cher
-1.0,2020-04-05,FR-41,126.0,,,,,Loir-et-Cher
-18.0,2020-04-06,FR-41,144.0,,,,,Loir-et-Cher
-11.0,2020-04-07,FR-41,155.0,,,,,Loir-et-Cher
-10.0,2020-04-08,FR-41,165.0,,,,,Loir-et-Cher
-13.0,2020-04-09,FR-41,178.0,,,,,Loir-et-Cher
-4.0,2020-04-10,FR-41,182.0,,,,,Loir-et-Cher
-6.0,2020-04-11,FR-41,188.0,,,,,Loir-et-Cher
-3.0,2020-04-12,FR-41,191.0,,,,,Loir-et-Cher
-4.0,2020-04-13,FR-41,195.0,,,,,Loir-et-Cher
-12.0,2020-04-14,FR-41,207.0,,,,,Loir-et-Cher
-3.0,2020-04-15,FR-41,210.0,,,,,Loir-et-Cher
-7.0,2020-04-16,FR-41,217.0,,,,,Loir-et-Cher
-10.0,2020-04-17,FR-41,227.0,,,,,Loir-et-Cher
-5.0,2020-04-18,FR-41,232.0,,,,,Loir-et-Cher
-0.0,2020-04-19,FR-41,232.0,,,,,Loir-et-Cher
-16.0,2020-04-20,FR-41,248.0,,,,,Loir-et-Cher
-5.0,2020-04-21,FR-41,253.0,,,,,Loir-et-Cher
-7.0,2020-04-22,FR-41,260.0,,,,,Loir-et-Cher
-6.0,2020-04-23,FR-41,266.0,,,,,Loir-et-Cher
-9.0,2020-04-24,FR-41,275.0,,,,,Loir-et-Cher
-7.0,2020-04-25,FR-41,282.0,,,,,Loir-et-Cher
-2.0,2020-04-26,FR-41,284.0,,,,,Loir-et-Cher
-8.0,2020-04-27,FR-41,292.0,,,,,Loir-et-Cher
-2.0,2020-04-28,FR-41,294.0,,,,,Loir-et-Cher
-13.0,2020-04-29,FR-41,307.0,,,,,Loir-et-Cher
-23.0,2020-04-30,FR-41,330.0,,,,,Loir-et-Cher
-4.0,2020-05-01,FR-41,334.0,,,,,Loir-et-Cher
-4.0,2020-05-02,FR-41,338.0,,,,,Loir-et-Cher
-4.0,2020-05-03,FR-41,342.0,,,,,Loir-et-Cher
-1.0,2020-05-04,FR-41,343.0,,,,,Loir-et-Cher
-10.0,2020-05-05,FR-41,353.0,,,,,Loir-et-Cher
-2.0,2020-05-06,FR-41,355.0,,,,,Loir-et-Cher
-9.0,2020-05-07,FR-41,364.0,,,,,Loir-et-Cher
-0.0,2020-05-08,FR-41,364.0,,,,,Loir-et-Cher
-2.0,2020-05-09,FR-41,366.0,,,,,Loir-et-Cher
-4.0,2020-05-10,FR-41,370.0,,,,,Loir-et-Cher
-6.0,2020-05-11,FR-41,376.0,,,,,Loir-et-Cher
-2.0,2020-05-12,FR-41,378.0,,,,,Loir-et-Cher
-4.0,2020-05-13,FR-41,382.0,,,,,Loir-et-Cher
-4.0,2020-05-14,FR-41,386.0,,,,,Loir-et-Cher
-7.0,2020-05-15,FR-41,393.0,,,,,Loir-et-Cher
-0.0,2020-05-16,FR-41,393.0,,,,,Loir-et-Cher
-0.0,2020-05-17,FR-41,393.0,,,,,Loir-et-Cher
-5.0,2020-05-18,FR-41,398.0,,,,,Loir-et-Cher
-2.0,2020-05-19,FR-41,400.0,,,,,Loir-et-Cher
-2.0,2020-05-20,FR-41,402.0,,,,,Loir-et-Cher
-33.0,2020-03-19,FR-42,33.0,,,,,Loire
-13.0,2020-03-20,FR-42,46.0,,,,,Loire
-22.0,2020-03-21,FR-42,68.0,,,,,Loire
-30.0,2020-03-22,FR-42,98.0,,,,,Loire
-24.0,2020-03-23,FR-42,122.0,,,,,Loire
-46.0,2020-03-24,FR-42,168.0,,,,,Loire
-59.0,2020-03-25,FR-42,227.0,,,,,Loire
-40.0,2020-03-26,FR-42,267.0,,,,,Loire
-28.0,2020-03-27,FR-42,295.0,,,,,Loire
-69.0,2020-03-28,FR-42,364.0,,,,,Loire
-76.0,2020-03-29,FR-42,440.0,,,,,Loire
-32.0,2020-03-30,FR-42,472.0,,,,,Loire
-40.0,2020-03-31,FR-42,512.0,,,,,Loire
-44.0,2020-04-01,FR-42,556.0,,,,,Loire
-43.0,2020-04-02,FR-42,599.0,,,,,Loire
-57.0,2020-04-03,FR-42,656.0,,,,,Loire
-29.0,2020-04-04,FR-42,685.0,,,,,Loire
-19.0,2020-04-05,FR-42,704.0,,,,,Loire
-39.0,2020-04-06,FR-42,743.0,,,,,Loire
-33.0,2020-04-07,FR-42,776.0,,,,,Loire
-27.0,2020-04-08,FR-42,803.0,,,,,Loire
-33.0,2020-04-09,FR-42,836.0,,,,,Loire
-31.0,2020-04-10,FR-42,867.0,,,,,Loire
-27.0,2020-04-11,FR-42,894.0,,,,,Loire
-43.0,2020-04-12,FR-42,937.0,,,,,Loire
-4.0,2020-04-13,FR-42,941.0,,,,,Loire
-23.0,2020-04-14,FR-42,964.0,,,,,Loire
-41.0,2020-04-15,FR-42,1005.0,,,,,Loire
-18.0,2020-04-16,FR-42,1023.0,,,,,Loire
-34.0,2020-04-17,FR-42,1057.0,,,,,Loire
-12.0,2020-04-18,FR-42,1069.0,,,,,Loire
-18.0,2020-04-19,FR-42,1087.0,,,,,Loire
-11.0,2020-04-20,FR-42,1098.0,,,,,Loire
-22.0,2020-04-21,FR-42,1120.0,,,,,Loire
-17.0,2020-04-22,FR-42,1137.0,,,,,Loire
-23.0,2020-04-23,FR-42,1160.0,,,,,Loire
-10.0,2020-04-24,FR-42,1170.0,,,,,Loire
-20.0,2020-04-25,FR-42,1190.0,,,,,Loire
-9.0,2020-04-26,FR-42,1199.0,,,,,Loire
-11.0,2020-04-27,FR-42,1210.0,,,,,Loire
-9.0,2020-04-28,FR-42,1219.0,,,,,Loire
-7.0,2020-04-29,FR-42,1226.0,,,,,Loire
-14.0,2020-04-30,FR-42,1240.0,,,,,Loire
-12.0,2020-05-01,FR-42,1252.0,,,,,Loire
-3.0,2020-05-02,FR-42,1255.0,,,,,Loire
-4.0,2020-05-03,FR-42,1259.0,,,,,Loire
-6.0,2020-05-04,FR-42,1265.0,,,,,Loire
-9.0,2020-05-05,FR-42,1274.0,,,,,Loire
-5.0,2020-05-06,FR-42,1279.0,,,,,Loire
-0.0,2020-05-07,FR-42,1279.0,,,,,Loire
-4.0,2020-05-08,FR-42,1283.0,,,,,Loire
-2.0,2020-05-09,FR-42,1285.0,,,,,Loire
-1.0,2020-05-10,FR-42,1286.0,,,,,Loire
-9.0,2020-05-11,FR-42,1295.0,,,,,Loire
-20.0,2020-05-12,FR-42,1315.0,,,,,Loire
-3.0,2020-05-13,FR-42,1318.0,,,,,Loire
-7.0,2020-05-14,FR-42,1325.0,,,,,Loire
-2.0,2020-05-15,FR-42,1327.0,,,,,Loire
-1.0,2020-05-16,FR-42,1328.0,,,,,Loire
-0.0,2020-05-17,FR-42,1328.0,,,,,Loire
-0.0,2020-05-18,FR-42,1328.0,,,,,Loire
-1.0,2020-05-19,FR-42,1329.0,,,,,Loire
-12.0,2020-05-20,FR-42,1341.0,,,,,Loire
-0.0,2020-03-19,FR-43,0.0,,,,,Haute-Loire
-2.0,2020-03-20,FR-43,2.0,,,,,Haute-Loire
-2.0,2020-03-21,FR-43,4.0,,,,,Haute-Loire
-2.0,2020-03-22,FR-43,6.0,,,,,Haute-Loire
-2.0,2020-03-23,FR-43,8.0,,,,,Haute-Loire
-2.0,2020-03-24,FR-43,10.0,,,,,Haute-Loire
-6.0,2020-03-25,FR-43,16.0,,,,,Haute-Loire
-2.0,2020-03-26,FR-43,18.0,,,,,Haute-Loire
-3.0,2020-03-27,FR-43,21.0,,,,,Haute-Loire
-2.0,2020-03-28,FR-43,23.0,,,,,Haute-Loire
-1.0,2020-03-29,FR-43,24.0,,,,,Haute-Loire
-3.0,2020-03-30,FR-43,27.0,,,,,Haute-Loire
-2.0,2020-03-31,FR-43,29.0,,,,,Haute-Loire
-3.0,2020-04-01,FR-43,32.0,,,,,Haute-Loire
-2.0,2020-04-02,FR-43,34.0,,,,,Haute-Loire
-6.0,2020-04-03,FR-43,40.0,,,,,Haute-Loire
-5.0,2020-04-04,FR-43,45.0,,,,,Haute-Loire
-4.0,2020-04-05,FR-43,49.0,,,,,Haute-Loire
-7.0,2020-04-06,FR-43,56.0,,,,,Haute-Loire
-2.0,2020-04-07,FR-43,58.0,,,,,Haute-Loire
-5.0,2020-04-08,FR-43,63.0,,,,,Haute-Loire
-6.0,2020-04-09,FR-43,69.0,,,,,Haute-Loire
-5.0,2020-04-10,FR-43,74.0,,,,,Haute-Loire
-6.0,2020-04-11,FR-43,80.0,,,,,Haute-Loire
-2.0,2020-04-12,FR-43,82.0,,,,,Haute-Loire
-1.0,2020-04-13,FR-43,83.0,,,,,Haute-Loire
-2.0,2020-04-14,FR-43,85.0,,,,,Haute-Loire
-2.0,2020-04-15,FR-43,87.0,,,,,Haute-Loire
-1.0,2020-04-16,FR-43,88.0,,,,,Haute-Loire
-7.0,2020-04-17,FR-43,95.0,,,,,Haute-Loire
-14.0,2020-04-18,FR-43,109.0,,,,,Haute-Loire
-14.0,2020-04-19,FR-43,123.0,,,,,Haute-Loire
-0.0,2020-04-20,FR-43,123.0,,,,,Haute-Loire
-2.0,2020-04-21,FR-43,125.0,,,,,Haute-Loire
-2.0,2020-04-22,FR-43,127.0,,,,,Haute-Loire
-4.0,2020-04-23,FR-43,131.0,,,,,Haute-Loire
-3.0,2020-04-24,FR-43,134.0,,,,,Haute-Loire
-0.0,2020-04-25,FR-43,134.0,,,,,Haute-Loire
-0.0,2020-04-26,FR-43,134.0,,,,,Haute-Loire
-0.0,2020-04-27,FR-43,134.0,,,,,Haute-Loire
-4.0,2020-04-28,FR-43,138.0,,,,,Haute-Loire
-1.0,2020-04-29,FR-43,139.0,,,,,Haute-Loire
-1.0,2020-04-30,FR-43,140.0,,,,,Haute-Loire
-0.0,2020-05-01,FR-43,140.0,,,,,Haute-Loire
-0.0,2020-05-02,FR-43,140.0,,,,,Haute-Loire
-0.0,2020-05-03,FR-43,140.0,,,,,Haute-Loire
-1.0,2020-05-04,FR-43,141.0,,,,,Haute-Loire
-2.0,2020-05-05,FR-43,143.0,,,,,Haute-Loire
-0.0,2020-05-06,FR-43,143.0,,,,,Haute-Loire
-2.0,2020-05-07,FR-43,145.0,,,,,Haute-Loire
-1.0,2020-05-08,FR-43,146.0,,,,,Haute-Loire
-0.0,2020-05-09,FR-43,146.0,,,,,Haute-Loire
-0.0,2020-05-10,FR-43,146.0,,,,,Haute-Loire
-0.0,2020-05-11,FR-43,146.0,,,,,Haute-Loire
-2.0,2020-05-12,FR-43,148.0,,,,,Haute-Loire
-1.0,2020-05-13,FR-43,149.0,,,,,Haute-Loire
-1.0,2020-05-14,FR-43,150.0,,,,,Haute-Loire
-0.0,2020-05-15,FR-43,150.0,,,,,Haute-Loire
-0.0,2020-05-16,FR-43,150.0,,,,,Haute-Loire
-0.0,2020-05-17,FR-43,150.0,,,,,Haute-Loire
-0.0,2020-05-18,FR-43,150.0,,,,,Haute-Loire
-0.0,2020-05-19,FR-43,150.0,,,,,Haute-Loire
-0.0,2020-05-20,FR-43,150.0,,,,,Haute-Loire
-12.0,2020-03-19,FR-44,12.0,,,,,Loire-Atlantique
-5.0,2020-03-20,FR-44,17.0,,,,,Loire-Atlantique
-16.0,2020-03-21,FR-44,33.0,,,,,Loire-Atlantique
-15.0,2020-03-22,FR-44,48.0,,,,,Loire-Atlantique
-4.0,2020-03-23,FR-44,52.0,,,,,Loire-Atlantique
-36.0,2020-03-24,FR-44,88.0,,,,,Loire-Atlantique
-18.0,2020-03-25,FR-44,106.0,,,,,Loire-Atlantique
-7.0,2020-03-26,FR-44,113.0,,,,,Loire-Atlantique
-38.0,2020-03-27,FR-44,151.0,,,,,Loire-Atlantique
-33.0,2020-03-28,FR-44,184.0,,,,,Loire-Atlantique
-19.0,2020-03-29,FR-44,203.0,,,,,Loire-Atlantique
-16.0,2020-03-30,FR-44,219.0,,,,,Loire-Atlantique
-22.0,2020-03-31,FR-44,241.0,,,,,Loire-Atlantique
-45.0,2020-04-01,FR-44,286.0,,,,,Loire-Atlantique
-27.0,2020-04-02,FR-44,313.0,,,,,Loire-Atlantique
-30.0,2020-04-03,FR-44,343.0,,,,,Loire-Atlantique
-42.0,2020-04-04,FR-44,385.0,,,,,Loire-Atlantique
-17.0,2020-04-05,FR-44,402.0,,,,,Loire-Atlantique
-16.0,2020-04-06,FR-44,418.0,,,,,Loire-Atlantique
-30.0,2020-04-07,FR-44,448.0,,,,,Loire-Atlantique
-21.0,2020-04-08,FR-44,469.0,,,,,Loire-Atlantique
-36.0,2020-04-09,FR-44,505.0,,,,,Loire-Atlantique
-35.0,2020-04-10,FR-44,540.0,,,,,Loire-Atlantique
-19.0,2020-04-11,FR-44,559.0,,,,,Loire-Atlantique
-17.0,2020-04-12,FR-44,576.0,,,,,Loire-Atlantique
-13.0,2020-04-13,FR-44,589.0,,,,,Loire-Atlantique
-10.0,2020-04-14,FR-44,599.0,,,,,Loire-Atlantique
-18.0,2020-04-15,FR-44,617.0,,,,,Loire-Atlantique
-12.0,2020-04-16,FR-44,629.0,,,,,Loire-Atlantique
-17.0,2020-04-17,FR-44,646.0,,,,,Loire-Atlantique
-10.0,2020-04-18,FR-44,656.0,,,,,Loire-Atlantique
-7.0,2020-04-19,FR-44,663.0,,,,,Loire-Atlantique
-4.0,2020-04-20,FR-44,667.0,,,,,Loire-Atlantique
-14.0,2020-04-21,FR-44,681.0,,,,,Loire-Atlantique
-12.0,2020-04-22,FR-44,693.0,,,,,Loire-Atlantique
-11.0,2020-04-23,FR-44,704.0,,,,,Loire-Atlantique
-7.0,2020-04-24,FR-44,711.0,,,,,Loire-Atlantique
-12.0,2020-04-25,FR-44,723.0,,,,,Loire-Atlantique
-4.0,2020-04-26,FR-44,727.0,,,,,Loire-Atlantique
-12.0,2020-04-27,FR-44,739.0,,,,,Loire-Atlantique
-6.0,2020-04-28,FR-44,745.0,,,,,Loire-Atlantique
-9.0,2020-04-29,FR-44,754.0,,,,,Loire-Atlantique
-5.0,2020-04-30,FR-44,759.0,,,,,Loire-Atlantique
-8.0,2020-05-01,FR-44,767.0,,,,,Loire-Atlantique
-3.0,2020-05-02,FR-44,770.0,,,,,Loire-Atlantique
-5.0,2020-05-03,FR-44,775.0,,,,,Loire-Atlantique
-3.0,2020-05-04,FR-44,778.0,,,,,Loire-Atlantique
-8.0,2020-05-05,FR-44,786.0,,,,,Loire-Atlantique
-6.0,2020-05-06,FR-44,792.0,,,,,Loire-Atlantique
-2.0,2020-05-07,FR-44,794.0,,,,,Loire-Atlantique
-5.0,2020-05-08,FR-44,799.0,,,,,Loire-Atlantique
-1.0,2020-05-09,FR-44,800.0,,,,,Loire-Atlantique
-1.0,2020-05-10,FR-44,801.0,,,,,Loire-Atlantique
-3.0,2020-05-11,FR-44,804.0,,,,,Loire-Atlantique
-1.0,2020-05-12,FR-44,805.0,,,,,Loire-Atlantique
-1.0,2020-05-13,FR-44,806.0,,,,,Loire-Atlantique
-8.0,2020-05-14,FR-44,814.0,,,,,Loire-Atlantique
-2.0,2020-05-15,FR-44,816.0,,,,,Loire-Atlantique
-1.0,2020-05-16,FR-44,817.0,,,,,Loire-Atlantique
-1.0,2020-05-17,FR-44,818.0,,,,,Loire-Atlantique
-0.0,2020-05-18,FR-44,818.0,,,,,Loire-Atlantique
-4.0,2020-05-19,FR-44,822.0,,,,,Loire-Atlantique
-0.0,2020-05-20,FR-44,822.0,,,,,Loire-Atlantique
-12.0,2020-03-19,FR-45,12.0,,,,,Loiret
-11.0,2020-03-20,FR-45,23.0,,,,,Loiret
-6.0,2020-03-21,FR-45,29.0,,,,,Loiret
-10.0,2020-03-22,FR-45,39.0,,,,,Loiret
-11.0,2020-03-23,FR-45,50.0,,,,,Loiret
-0.0,2020-03-24,FR-45,50.0,,,,,Loiret
-20.0,2020-03-25,FR-45,70.0,,,,,Loiret
-18.0,2020-03-26,FR-45,88.0,,,,,Loiret
-8.0,2020-03-27,FR-45,96.0,,,,,Loiret
-26.0,2020-03-28,FR-45,122.0,,,,,Loiret
-34.0,2020-03-29,FR-45,156.0,,,,,Loiret
-34.0,2020-03-30,FR-45,190.0,,,,,Loiret
-18.0,2020-03-31,FR-45,208.0,,,,,Loiret
-33.0,2020-04-01,FR-45,241.0,,,,,Loiret
-32.0,2020-04-02,FR-45,273.0,,,,,Loiret
-38.0,2020-04-03,FR-45,311.0,,,,,Loiret
-32.0,2020-04-04,FR-45,343.0,,,,,Loiret
-18.0,2020-04-05,FR-45,361.0,,,,,Loiret
-26.0,2020-04-06,FR-45,387.0,,,,,Loiret
-24.0,2020-04-07,FR-45,411.0,,,,,Loiret
-32.0,2020-04-08,FR-45,443.0,,,,,Loiret
-28.0,2020-04-09,FR-45,471.0,,,,,Loiret
-30.0,2020-04-10,FR-45,501.0,,,,,Loiret
-32.0,2020-04-11,FR-45,533.0,,,,,Loiret
-18.0,2020-04-12,FR-45,551.0,,,,,Loiret
-21.0,2020-04-13,FR-45,572.0,,,,,Loiret
-16.0,2020-04-14,FR-45,588.0,,,,,Loiret
-22.0,2020-04-15,FR-45,610.0,,,,,Loiret
-23.0,2020-04-16,FR-45,633.0,,,,,Loiret
-12.0,2020-04-17,FR-45,645.0,,,,,Loiret
-13.0,2020-04-18,FR-45,658.0,,,,,Loiret
-12.0,2020-04-19,FR-45,670.0,,,,,Loiret
-6.0,2020-04-20,FR-45,676.0,,,,,Loiret
-10.0,2020-04-21,FR-45,686.0,,,,,Loiret
-16.0,2020-04-22,FR-45,702.0,,,,,Loiret
-12.0,2020-04-23,FR-45,714.0,,,,,Loiret
-6.0,2020-04-24,FR-45,720.0,,,,,Loiret
-5.0,2020-04-25,FR-45,725.0,,,,,Loiret
-1.0,2020-04-26,FR-45,726.0,,,,,Loiret
-10.0,2020-04-27,FR-45,736.0,,,,,Loiret
-12.0,2020-04-28,FR-45,748.0,,,,,Loiret
-4.0,2020-04-29,FR-45,752.0,,,,,Loiret
-14.0,2020-04-30,FR-45,766.0,,,,,Loiret
-14.0,2020-05-01,FR-45,780.0,,,,,Loiret
-2.0,2020-05-02,FR-45,782.0,,,,,Loiret
-4.0,2020-05-03,FR-45,786.0,,,,,Loiret
-5.0,2020-05-04,FR-45,791.0,,,,,Loiret
-15.0,2020-05-05,FR-45,806.0,,,,,Loiret
-3.0,2020-05-06,FR-45,809.0,,,,,Loiret
-3.0,2020-05-07,FR-45,812.0,,,,,Loiret
-4.0,2020-05-08,FR-45,816.0,,,,,Loiret
-1.0,2020-05-09,FR-45,817.0,,,,,Loiret
-0.0,2020-05-10,FR-45,817.0,,,,,Loiret
-3.0,2020-05-11,FR-45,820.0,,,,,Loiret
-3.0,2020-05-12,FR-45,823.0,,,,,Loiret
-1.0,2020-05-13,FR-45,824.0,,,,,Loiret
-2.0,2020-05-14,FR-45,826.0,,,,,Loiret
-4.0,2020-05-15,FR-45,830.0,,,,,Loiret
-0.0,2020-05-16,FR-45,830.0,,,,,Loiret
-0.0,2020-05-17,FR-45,830.0,,,,,Loiret
-0.0,2020-05-18,FR-45,830.0,,,,,Loiret
-2.0,2020-05-19,FR-45,832.0,,,,,Loiret
-2.0,2020-05-20,FR-45,834.0,,,,,Loiret
-1.0,2020-03-19,FR-46,1.0,,,,,Lot
-0.0,2020-03-20,FR-46,1.0,,,,,Lot
-4.0,2020-03-21,FR-46,5.0,,,,,Lot
-0.0,2020-03-22,FR-46,5.0,,,,,Lot
-0.0,2020-03-23,FR-46,5.0,,,,,Lot
-0.0,2020-03-24,FR-46,5.0,,,,,Lot
-1.0,2020-03-25,FR-46,6.0,,,,,Lot
-1.0,2020-03-26,FR-46,7.0,,,,,Lot
-0.0,2020-03-27,FR-46,7.0,,,,,Lot
-1.0,2020-03-28,FR-46,8.0,,,,,Lot
-4.0,2020-03-29,FR-46,12.0,,,,,Lot
-0.0,2020-03-30,FR-46,12.0,,,,,Lot
-0.0,2020-03-31,FR-46,12.0,,,,,Lot
-12.0,2020-04-01,FR-46,24.0,,,,,Lot
-5.0,2020-04-02,FR-46,29.0,,,,,Lot
-9.0,2020-04-03,FR-46,38.0,,,,,Lot
-0.0,2020-04-04,FR-46,38.0,,,,,Lot
-0.0,2020-04-05,FR-46,38.0,,,,,Lot
-9.0,2020-04-06,FR-46,47.0,,,,,Lot
-7.0,2020-04-07,FR-46,54.0,,,,,Lot
-5.0,2020-04-08,FR-46,59.0,,,,,Lot
-7.0,2020-04-09,FR-46,66.0,,,,,Lot
-5.0,2020-04-10,FR-46,71.0,,,,,Lot
-6.0,2020-04-11,FR-46,77.0,,,,,Lot
-0.0,2020-04-12,FR-46,77.0,,,,,Lot
-0.0,2020-04-13,FR-46,77.0,,,,,Lot
-7.0,2020-04-14,FR-46,84.0,,,,,Lot
-3.0,2020-04-15,FR-46,87.0,,,,,Lot
-2.0,2020-04-16,FR-46,89.0,,,,,Lot
-9.0,2020-04-17,FR-46,98.0,,,,,Lot
-26.0,2020-04-18,FR-46,124.0,,,,,Lot
-4.0,2020-04-19,FR-46,128.0,,,,,Lot
-17.0,2020-04-20,FR-46,145.0,,,,,Lot
-10.0,2020-04-21,FR-46,155.0,,,,,Lot
-3.0,2020-04-22,FR-46,158.0,,,,,Lot
-1.0,2020-04-23,FR-46,159.0,,,,,Lot
-10.0,2020-04-24,FR-46,169.0,,,,,Lot
-0.0,2020-04-25,FR-46,169.0,,,,,Lot
-0.0,2020-04-26,FR-46,169.0,,,,,Lot
-1.0,2020-04-27,FR-46,170.0,,,,,Lot
-3.0,2020-04-28,FR-46,173.0,,,,,Lot
-0.0,2020-04-29,FR-46,173.0,,,,,Lot
-1.0,2020-04-30,FR-46,174.0,,,,,Lot
-3.0,2020-05-01,FR-46,177.0,,,,,Lot
-8.0,2020-05-02,FR-46,185.0,,,,,Lot
-0.0,2020-05-03,FR-46,185.0,,,,,Lot
-0.0,2020-05-04,FR-46,185.0,,,,,Lot
-0.0,2020-05-05,FR-46,185.0,,,,,Lot
-2.0,2020-05-06,FR-46,187.0,,,,,Lot
-1.0,2020-05-07,FR-46,188.0,,,,,Lot
-1.0,2020-05-08,FR-46,189.0,,,,,Lot
-0.0,2020-05-09,FR-46,189.0,,,,,Lot
-0.0,2020-05-10,FR-46,189.0,,,,,Lot
-1.0,2020-05-11,FR-46,190.0,,,,,Lot
-0.0,2020-05-12,FR-46,190.0,,,,,Lot
-2.0,2020-05-13,FR-46,192.0,,,,,Lot
-0.0,2020-05-14,FR-46,192.0,,,,,Lot
-0.0,2020-05-15,FR-46,192.0,,,,,Lot
-0.0,2020-05-16,FR-46,192.0,,,,,Lot
-0.0,2020-05-17,FR-46,192.0,,,,,Lot
-2.0,2020-05-18,FR-46,194.0,,,,,Lot
-0.0,2020-05-19,FR-46,194.0,,,,,Lot
-0.0,2020-05-20,FR-46,194.0,,,,,Lot
-0.0,2020-03-19,FR-47,0.0,,,,,Lot-et-Garonne
-0.0,2020-03-20,FR-47,0.0,,,,,Lot-et-Garonne
-3.0,2020-03-21,FR-47,3.0,,,,,Lot-et-Garonne
-2.0,2020-03-22,FR-47,5.0,,,,,Lot-et-Garonne
-5.0,2020-03-23,FR-47,10.0,,,,,Lot-et-Garonne
-3.0,2020-03-24,FR-47,13.0,,,,,Lot-et-Garonne
-3.0,2020-03-25,FR-47,16.0,,,,,Lot-et-Garonne
-2.0,2020-03-26,FR-47,18.0,,,,,Lot-et-Garonne
-2.0,2020-03-27,FR-47,20.0,,,,,Lot-et-Garonne
-8.0,2020-03-28,FR-47,28.0,,,,,Lot-et-Garonne
-2.0,2020-03-29,FR-47,30.0,,,,,Lot-et-Garonne
-3.0,2020-03-30,FR-47,33.0,,,,,Lot-et-Garonne
-0.0,2020-03-31,FR-47,33.0,,,,,Lot-et-Garonne
-4.0,2020-04-01,FR-47,37.0,,,,,Lot-et-Garonne
-1.0,2020-04-02,FR-47,38.0,,,,,Lot-et-Garonne
-2.0,2020-04-03,FR-47,40.0,,,,,Lot-et-Garonne
-1.0,2020-04-04,FR-47,41.0,,,,,Lot-et-Garonne
-2.0,2020-04-05,FR-47,43.0,,,,,Lot-et-Garonne
-0.0,2020-04-06,FR-47,43.0,,,,,Lot-et-Garonne
-2.0,2020-04-07,FR-47,45.0,,,,,Lot-et-Garonne
-0.0,2020-04-08,FR-47,45.0,,,,,Lot-et-Garonne
-1.0,2020-04-09,FR-47,46.0,,,,,Lot-et-Garonne
-0.0,2020-04-10,FR-47,46.0,,,,,Lot-et-Garonne
-0.0,2020-04-11,FR-47,46.0,,,,,Lot-et-Garonne
-3.0,2020-04-12,FR-47,49.0,,,,,Lot-et-Garonne
-0.0,2020-04-13,FR-47,49.0,,,,,Lot-et-Garonne
-3.0,2020-04-14,FR-47,52.0,,,,,Lot-et-Garonne
-3.0,2020-04-15,FR-47,55.0,,,,,Lot-et-Garonne
-3.0,2020-04-16,FR-47,58.0,,,,,Lot-et-Garonne
-5.0,2020-04-17,FR-47,63.0,,,,,Lot-et-Garonne
-3.0,2020-04-18,FR-47,66.0,,,,,Lot-et-Garonne
-3.0,2020-04-19,FR-47,69.0,,,,,Lot-et-Garonne
-0.0,2020-04-20,FR-47,69.0,,,,,Lot-et-Garonne
-2.0,2020-04-21,FR-47,71.0,,,,,Lot-et-Garonne
-1.0,2020-04-22,FR-47,72.0,,,,,Lot-et-Garonne
-0.0,2020-04-23,FR-47,72.0,,,,,Lot-et-Garonne
-0.0,2020-04-24,FR-47,72.0,,,,,Lot-et-Garonne
-0.0,2020-04-25,FR-47,72.0,,,,,Lot-et-Garonne
-1.0,2020-04-26,FR-47,73.0,,,,,Lot-et-Garonne
-1.0,2020-04-27,FR-47,74.0,,,,,Lot-et-Garonne
-0.0,2020-04-28,FR-47,74.0,,,,,Lot-et-Garonne
-3.0,2020-04-29,FR-47,77.0,,,,,Lot-et-Garonne
-1.0,2020-04-30,FR-47,78.0,,,,,Lot-et-Garonne
-0.0,2020-05-01,FR-47,78.0,,,,,Lot-et-Garonne
-0.0,2020-05-02,FR-47,78.0,,,,,Lot-et-Garonne
-0.0,2020-05-03,FR-47,78.0,,,,,Lot-et-Garonne
-0.0,2020-05-04,FR-47,78.0,,,,,Lot-et-Garonne
-0.0,2020-05-05,FR-47,78.0,,,,,Lot-et-Garonne
-3.0,2020-05-06,FR-47,81.0,,,,,Lot-et-Garonne
-3.0,2020-05-07,FR-47,84.0,,,,,Lot-et-Garonne
-0.0,2020-05-08,FR-47,84.0,,,,,Lot-et-Garonne
-0.0,2020-05-09,FR-47,84.0,,,,,Lot-et-Garonne
-1.0,2020-05-10,FR-47,85.0,,,,,Lot-et-Garonne
-2.0,2020-05-11,FR-47,87.0,,,,,Lot-et-Garonne
-0.0,2020-05-12,FR-47,87.0,,,,,Lot-et-Garonne
-0.0,2020-05-13,FR-47,87.0,,,,,Lot-et-Garonne
-0.0,2020-05-14,FR-47,87.0,,,,,Lot-et-Garonne
-1.0,2020-05-15,FR-47,88.0,,,,,Lot-et-Garonne
-1.0,2020-05-16,FR-47,89.0,,,,,Lot-et-Garonne
-0.0,2020-05-17,FR-47,89.0,,,,,Lot-et-Garonne
-0.0,2020-05-18,FR-47,89.0,,,,,Lot-et-Garonne
-0.0,2020-05-19,FR-47,89.0,,,,,Lot-et-Garonne
-0.0,2020-05-20,FR-47,89.0,,,,,Lot-et-Garonne
-0.0,2020-03-19,FR-48,0.0,,,,,Lozère
-0.0,2020-03-20,FR-48,0.0,,,,,Lozère
-0.0,2020-03-21,FR-48,0.0,,,,,Lozère
-2.0,2020-03-22,FR-48,2.0,,,,,Lozère
-2.0,2020-03-23,FR-48,4.0,,,,,Lozère
-4.0,2020-03-24,FR-48,8.0,,,,,Lozère
-1.0,2020-03-25,FR-48,9.0,,,,,Lozère
-0.0,2020-03-26,FR-48,9.0,,,,,Lozère
-0.0,2020-03-27,FR-48,9.0,,,,,Lozère
-2.0,2020-03-28,FR-48,11.0,,,,,Lozère
-1.0,2020-03-29,FR-48,12.0,,,,,Lozère
-1.0,2020-03-30,FR-48,13.0,,,,,Lozère
-0.0,2020-03-31,FR-48,13.0,,,,,Lozère
-2.0,2020-04-01,FR-48,15.0,,,,,Lozère
-1.0,2020-04-02,FR-48,16.0,,,,,Lozère
-0.0,2020-04-03,FR-48,16.0,,,,,Lozère
-0.0,2020-04-04,FR-48,16.0,,,,,Lozère
-0.0,2020-04-05,FR-48,16.0,,,,,Lozère
-0.0,2020-04-06,FR-48,16.0,,,,,Lozère
-0.0,2020-04-07,FR-48,16.0,,,,,Lozère
-0.0,2020-04-08,FR-48,16.0,,,,,Lozère
-0.0,2020-04-09,FR-48,16.0,,,,,Lozère
-0.0,2020-04-10,FR-48,16.0,,,,,Lozère
-0.0,2020-04-11,FR-48,16.0,,,,,Lozère
-0.0,2020-04-12,FR-48,16.0,,,,,Lozère
-0.0,2020-04-13,FR-48,16.0,,,,,Lozère
-0.0,2020-04-14,FR-48,16.0,,,,,Lozère
-0.0,2020-04-15,FR-48,16.0,,,,,Lozère
-0.0,2020-04-16,FR-48,16.0,,,,,Lozère
-0.0,2020-04-17,FR-48,16.0,,,,,Lozère
-0.0,2020-04-18,FR-48,16.0,,,,,Lozère
-0.0,2020-04-19,FR-48,16.0,,,,,Lozère
-0.0,2020-04-20,FR-48,16.0,,,,,Lozère
-0.0,2020-04-21,FR-48,16.0,,,,,Lozère
-0.0,2020-04-22,FR-48,16.0,,,,,Lozère
-0.0,2020-04-23,FR-48,16.0,,,,,Lozère
-0.0,2020-04-24,FR-48,16.0,,,,,Lozère
-0.0,2020-04-25,FR-48,16.0,,,,,Lozère
-0.0,2020-04-26,FR-48,16.0,,,,,Lozère
-0.0,2020-04-27,FR-48,16.0,,,,,Lozère
-0.0,2020-04-28,FR-48,16.0,,,,,Lozère
-0.0,2020-04-29,FR-48,16.0,,,,,Lozère
-0.0,2020-04-30,FR-48,16.0,,,,,Lozère
-3.0,2020-05-01,FR-48,19.0,,,,,Lozère
-0.0,2020-05-02,FR-48,19.0,,,,,Lozère
-1.0,2020-05-03,FR-48,20.0,,,,,Lozère
-0.0,2020-05-04,FR-48,20.0,,,,,Lozère
-0.0,2020-05-05,FR-48,20.0,,,,,Lozère
-0.0,2020-05-06,FR-48,20.0,,,,,Lozère
-0.0,2020-05-07,FR-48,20.0,,,,,Lozère
-0.0,2020-05-08,FR-48,20.0,,,,,Lozère
-0.0,2020-05-09,FR-48,20.0,,,,,Lozère
-0.0,2020-05-10,FR-48,20.0,,,,,Lozère
-0.0,2020-05-11,FR-48,20.0,,,,,Lozère
-0.0,2020-05-12,FR-48,20.0,,,,,Lozère
-2.0,2020-05-13,FR-48,22.0,,,,,Lozère
-0.0,2020-05-14,FR-48,22.0,,,,,Lozère
-0.0,2020-05-15,FR-48,22.0,,,,,Lozère
-0.0,2020-05-16,FR-48,22.0,,,,,Lozère
-0.0,2020-05-17,FR-48,22.0,,,,,Lozère
-0.0,2020-05-18,FR-48,22.0,,,,,Lozère
-0.0,2020-05-19,FR-48,22.0,,,,,Lozère
-1.0,2020-05-20,FR-48,23.0,,,,,Lozère
-13.0,2020-03-19,FR-49,13.0,,,,,Maine-et-Loire
-9.0,2020-03-20,FR-49,22.0,,,,,Maine-et-Loire
-8.0,2020-03-21,FR-49,30.0,,,,,Maine-et-Loire
-8.0,2020-03-22,FR-49,38.0,,,,,Maine-et-Loire
-28.0,2020-03-23,FR-49,66.0,,,,,Maine-et-Loire
-18.0,2020-03-24,FR-49,84.0,,,,,Maine-et-Loire
-18.0,2020-03-25,FR-49,102.0,,,,,Maine-et-Loire
-25.0,2020-03-26,FR-49,127.0,,,,,Maine-et-Loire
-24.0,2020-03-27,FR-49,151.0,,,,,Maine-et-Loire
-19.0,2020-03-28,FR-49,170.0,,,,,Maine-et-Loire
-22.0,2020-03-29,FR-49,192.0,,,,,Maine-et-Loire
-24.0,2020-03-30,FR-49,216.0,,,,,Maine-et-Loire
-42.0,2020-03-31,FR-49,258.0,,,,,Maine-et-Loire
-25.0,2020-04-01,FR-49,283.0,,,,,Maine-et-Loire
-20.0,2020-04-02,FR-49,303.0,,,,,Maine-et-Loire
-16.0,2020-04-03,FR-49,319.0,,,,,Maine-et-Loire
-8.0,2020-04-04,FR-49,327.0,,,,,Maine-et-Loire
-10.0,2020-04-05,FR-49,337.0,,,,,Maine-et-Loire
-12.0,2020-04-06,FR-49,349.0,,,,,Maine-et-Loire
-35.0,2020-04-07,FR-49,384.0,,,,,Maine-et-Loire
-24.0,2020-04-08,FR-49,408.0,,,,,Maine-et-Loire
-22.0,2020-04-09,FR-49,430.0,,,,,Maine-et-Loire
-20.0,2020-04-10,FR-49,450.0,,,,,Maine-et-Loire
-24.0,2020-04-11,FR-49,474.0,,,,,Maine-et-Loire
-20.0,2020-04-12,FR-49,494.0,,,,,Maine-et-Loire
-12.0,2020-04-13,FR-49,506.0,,,,,Maine-et-Loire
-16.0,2020-04-14,FR-49,522.0,,,,,Maine-et-Loire
-11.0,2020-04-15,FR-49,533.0,,,,,Maine-et-Loire
-27.0,2020-04-16,FR-49,560.0,,,,,Maine-et-Loire
-7.0,2020-04-17,FR-49,567.0,,,,,Maine-et-Loire
-7.0,2020-04-18,FR-49,574.0,,,,,Maine-et-Loire
-3.0,2020-04-19,FR-49,577.0,,,,,Maine-et-Loire
-8.0,2020-04-20,FR-49,585.0,,,,,Maine-et-Loire
-4.0,2020-04-21,FR-49,589.0,,,,,Maine-et-Loire
-14.0,2020-04-22,FR-49,603.0,,,,,Maine-et-Loire
-16.0,2020-04-23,FR-49,619.0,,,,,Maine-et-Loire
-3.0,2020-04-24,FR-49,622.0,,,,,Maine-et-Loire
-3.0,2020-04-25,FR-49,625.0,,,,,Maine-et-Loire
-0.0,2020-04-26,FR-49,625.0,,,,,Maine-et-Loire
-13.0,2020-04-27,FR-49,638.0,,,,,Maine-et-Loire
-9.0,2020-04-28,FR-49,647.0,,,,,Maine-et-Loire
-7.0,2020-04-29,FR-49,654.0,,,,,Maine-et-Loire
-6.0,2020-04-30,FR-49,660.0,,,,,Maine-et-Loire
-2.0,2020-05-01,FR-49,662.0,,,,,Maine-et-Loire
-1.0,2020-05-02,FR-49,663.0,,,,,Maine-et-Loire
-3.0,2020-05-03,FR-49,666.0,,,,,Maine-et-Loire
-7.0,2020-05-04,FR-49,673.0,,,,,Maine-et-Loire
-11.0,2020-05-05,FR-49,684.0,,,,,Maine-et-Loire
-8.0,2020-05-06,FR-49,692.0,,,,,Maine-et-Loire
-0.0,2020-05-07,FR-49,692.0,,,,,Maine-et-Loire
-2.0,2020-05-08,FR-49,694.0,,,,,Maine-et-Loire
-1.0,2020-05-09,FR-49,695.0,,,,,Maine-et-Loire
-3.0,2020-05-10,FR-49,698.0,,,,,Maine-et-Loire
-5.0,2020-05-11,FR-49,703.0,,,,,Maine-et-Loire
-5.0,2020-05-12,FR-49,708.0,,,,,Maine-et-Loire
-3.0,2020-05-13,FR-49,711.0,,,,,Maine-et-Loire
-4.0,2020-05-14,FR-49,715.0,,,,,Maine-et-Loire
-14.0,2020-05-15,FR-49,729.0,,,,,Maine-et-Loire
-2.0,2020-05-16,FR-49,731.0,,,,,Maine-et-Loire
-3.0,2020-05-17,FR-49,734.0,,,,,Maine-et-Loire
-5.0,2020-05-18,FR-49,739.0,,,,,Maine-et-Loire
-1.0,2020-05-19,FR-49,740.0,,,,,Maine-et-Loire
-4.0,2020-05-20,FR-49,744.0,,,,,Maine-et-Loire
-0.0,2020-03-19,FR-50,0.0,,,,,Manche
-6.0,2020-03-20,FR-50,6.0,,,,,Manche
-6.0,2020-03-21,FR-50,12.0,,,,,Manche
-2.0,2020-03-22,FR-50,14.0,,,,,Manche
-2.0,2020-03-23,FR-50,16.0,,,,,Manche
-2.0,2020-03-24,FR-50,18.0,,,,,Manche
-6.0,2020-03-25,FR-50,24.0,,,,,Manche
-2.0,2020-03-26,FR-50,26.0,,,,,Manche
-7.0,2020-03-27,FR-50,33.0,,,,,Manche
-6.0,2020-03-28,FR-50,39.0,,,,,Manche
-9.0,2020-03-29,FR-50,48.0,,,,,Manche
-12.0,2020-03-30,FR-50,60.0,,,,,Manche
-5.0,2020-03-31,FR-50,65.0,,,,,Manche
-10.0,2020-04-01,FR-50,75.0,,,,,Manche
-9.0,2020-04-02,FR-50,84.0,,,,,Manche
-7.0,2020-04-03,FR-50,91.0,,,,,Manche
-9.0,2020-04-04,FR-50,100.0,,,,,Manche
-12.0,2020-04-05,FR-50,112.0,,,,,Manche
-2.0,2020-04-06,FR-50,114.0,,,,,Manche
-8.0,2020-04-07,FR-50,122.0,,,,,Manche
-1.0,2020-04-08,FR-50,123.0,,,,,Manche
-9.0,2020-04-09,FR-50,132.0,,,,,Manche
-10.0,2020-04-10,FR-50,142.0,,,,,Manche
-2.0,2020-04-11,FR-50,144.0,,,,,Manche
-3.0,2020-04-12,FR-50,147.0,,,,,Manche
-1.0,2020-04-13,FR-50,148.0,,,,,Manche
-11.0,2020-04-14,FR-50,159.0,,,,,Manche
-6.0,2020-04-15,FR-50,165.0,,,,,Manche
-5.0,2020-04-16,FR-50,170.0,,,,,Manche
-1.0,2020-04-17,FR-50,171.0,,,,,Manche
-3.0,2020-04-18,FR-50,174.0,,,,,Manche
-5.0,2020-04-19,FR-50,179.0,,,,,Manche
-7.0,2020-04-20,FR-50,186.0,,,,,Manche
-2.0,2020-04-21,FR-50,188.0,,,,,Manche
-1.0,2020-04-22,FR-50,189.0,,,,,Manche
-4.0,2020-04-23,FR-50,193.0,,,,,Manche
-0.0,2020-04-24,FR-50,193.0,,,,,Manche
-0.0,2020-04-25,FR-50,193.0,,,,,Manche
-1.0,2020-04-26,FR-50,194.0,,,,,Manche
-1.0,2020-04-27,FR-50,195.0,,,,,Manche
-4.0,2020-04-28,FR-50,199.0,,,,,Manche
-3.0,2020-04-29,FR-50,202.0,,,,,Manche
-3.0,2020-04-30,FR-50,205.0,,,,,Manche
-2.0,2020-05-01,FR-50,207.0,,,,,Manche
-1.0,2020-05-02,FR-50,208.0,,,,,Manche
-2.0,2020-05-03,FR-50,210.0,,,,,Manche
-6.0,2020-05-04,FR-50,216.0,,,,,Manche
-2.0,2020-05-05,FR-50,218.0,,,,,Manche
-0.0,2020-05-06,FR-50,218.0,,,,,Manche
-1.0,2020-05-07,FR-50,219.0,,,,,Manche
-1.0,2020-05-08,FR-50,220.0,,,,,Manche
-0.0,2020-05-09,FR-50,220.0,,,,,Manche
-0.0,2020-05-10,FR-50,220.0,,,,,Manche
-0.0,2020-05-11,FR-50,220.0,,,,,Manche
-3.0,2020-05-12,FR-50,223.0,,,,,Manche
-3.0,2020-05-13,FR-50,226.0,,,,,Manche
-0.0,2020-05-14,FR-50,226.0,,,,,Manche
-0.0,2020-05-15,FR-50,226.0,,,,,Manche
-0.0,2020-05-16,FR-50,226.0,,,,,Manche
-0.0,2020-05-17,FR-50,226.0,,,,,Manche
-1.0,2020-05-18,FR-50,227.0,,,,,Manche
-0.0,2020-05-19,FR-50,227.0,,,,,Manche
-0.0,2020-05-20,FR-50,227.0,,,,,Manche
-25.0,2020-03-19,FR-51,25.0,,,,,Marne
-16.0,2020-03-20,FR-51,41.0,,,,,Marne
-26.0,2020-03-21,FR-51,67.0,,,,,Marne
-28.0,2020-03-22,FR-51,95.0,,,,,Marne
-33.0,2020-03-23,FR-51,128.0,,,,,Marne
-48.0,2020-03-24,FR-51,176.0,,,,,Marne
-58.0,2020-03-25,FR-51,234.0,,,,,Marne
-27.0,2020-03-26,FR-51,261.0,,,,,Marne
-31.0,2020-03-27,FR-51,292.0,,,,,Marne
-80.0,2020-03-28,FR-51,372.0,,,,,Marne
-26.0,2020-03-29,FR-51,398.0,,,,,Marne
-33.0,2020-03-30,FR-51,431.0,,,,,Marne
-101.0,2020-03-31,FR-51,532.0,,,,,Marne
-49.0,2020-04-01,FR-51,581.0,,,,,Marne
-56.0,2020-04-02,FR-51,637.0,,,,,Marne
-23.0,2020-04-03,FR-51,660.0,,,,,Marne
-47.0,2020-04-04,FR-51,707.0,,,,,Marne
-7.0,2020-04-05,FR-51,714.0,,,,,Marne
-29.0,2020-04-06,FR-51,743.0,,,,,Marne
-58.0,2020-04-07,FR-51,801.0,,,,,Marne
-36.0,2020-04-08,FR-51,837.0,,,,,Marne
-34.0,2020-04-09,FR-51,871.0,,,,,Marne
-42.0,2020-04-10,FR-51,913.0,,,,,Marne
-16.0,2020-04-11,FR-51,929.0,,,,,Marne
-32.0,2020-04-12,FR-51,961.0,,,,,Marne
-20.0,2020-04-13,FR-51,981.0,,,,,Marne
-19.0,2020-04-14,FR-51,1000.0,,,,,Marne
-38.0,2020-04-15,FR-51,1038.0,,,,,Marne
-8.0,2020-04-16,FR-51,1046.0,,,,,Marne
-28.0,2020-04-17,FR-51,1074.0,,,,,Marne
-14.0,2020-04-18,FR-51,1088.0,,,,,Marne
-11.0,2020-04-19,FR-51,1099.0,,,,,Marne
-17.0,2020-04-20,FR-51,1116.0,,,,,Marne
-36.0,2020-04-21,FR-51,1152.0,,,,,Marne
-22.0,2020-04-22,FR-51,1174.0,,,,,Marne
-12.0,2020-04-23,FR-51,1186.0,,,,,Marne
-24.0,2020-04-24,FR-51,1210.0,,,,,Marne
-8.0,2020-04-25,FR-51,1218.0,,,,,Marne
-5.0,2020-04-26,FR-51,1223.0,,,,,Marne
-7.0,2020-04-27,FR-51,1230.0,,,,,Marne
-19.0,2020-04-28,FR-51,1249.0,,,,,Marne
-8.0,2020-04-29,FR-51,1257.0,,,,,Marne
-12.0,2020-04-30,FR-51,1269.0,,,,,Marne
-9.0,2020-05-01,FR-51,1278.0,,,,,Marne
-11.0,2020-05-02,FR-51,1289.0,,,,,Marne
-7.0,2020-05-03,FR-51,1296.0,,,,,Marne
-6.0,2020-05-04,FR-51,1302.0,,,,,Marne
-7.0,2020-05-05,FR-51,1309.0,,,,,Marne
-4.0,2020-05-06,FR-51,1313.0,,,,,Marne
-19.0,2020-05-07,FR-51,1332.0,,,,,Marne
-3.0,2020-05-08,FR-51,1335.0,,,,,Marne
-5.0,2020-05-09,FR-51,1340.0,,,,,Marne
-0.0,2020-05-10,FR-51,1340.0,,,,,Marne
-3.0,2020-05-11,FR-51,1343.0,,,,,Marne
-9.0,2020-05-12,FR-51,1352.0,,,,,Marne
-5.0,2020-05-13,FR-51,1357.0,,,,,Marne
-2.0,2020-05-14,FR-51,1359.0,,,,,Marne
-8.0,2020-05-15,FR-51,1367.0,,,,,Marne
-1.0,2020-05-16,FR-51,1368.0,,,,,Marne
-2.0,2020-05-17,FR-51,1370.0,,,,,Marne
-9.0,2020-05-18,FR-51,1379.0,,,,,Marne
-2.0,2020-05-19,FR-51,1381.0,,,,,Marne
-0.0,2020-05-20,FR-51,1381.0,,,,,Marne
-0.0,2020-03-19,FR-52,0.0,,,,,Haute-Marne
-13.0,2020-03-20,FR-52,13.0,,,,,Haute-Marne
-2.0,2020-03-21,FR-52,15.0,,,,,Haute-Marne
-2.0,2020-03-22,FR-52,17.0,,,,,Haute-Marne
-0.0,2020-03-23,FR-52,17.0,,,,,Haute-Marne
-15.0,2020-03-24,FR-52,32.0,,,,,Haute-Marne
-0.0,2020-03-25,FR-52,32.0,,,,,Haute-Marne
-17.0,2020-03-26,FR-52,49.0,,,,,Haute-Marne
-18.0,2020-03-27,FR-52,67.0,,,,,Haute-Marne
-5.0,2020-03-28,FR-52,72.0,,,,,Haute-Marne
-0.0,2020-03-29,FR-52,72.0,,,,,Haute-Marne
-2.0,2020-03-30,FR-52,74.0,,,,,Haute-Marne
-11.0,2020-03-31,FR-52,85.0,,,,,Haute-Marne
-2.0,2020-04-01,FR-52,87.0,,,,,Haute-Marne
-3.0,2020-04-02,FR-52,90.0,,,,,Haute-Marne
-33.0,2020-04-03,FR-52,123.0,,,,,Haute-Marne
-33.0,2020-04-04,FR-52,156.0,,,,,Haute-Marne
-5.0,2020-04-05,FR-52,161.0,,,,,Haute-Marne
-19.0,2020-04-06,FR-52,180.0,,,,,Haute-Marne
-21.0,2020-04-07,FR-52,201.0,,,,,Haute-Marne
-7.0,2020-04-08,FR-52,208.0,,,,,Haute-Marne
-9.0,2020-04-09,FR-52,217.0,,,,,Haute-Marne
-12.0,2020-04-10,FR-52,229.0,,,,,Haute-Marne
-8.0,2020-04-11,FR-52,237.0,,,,,Haute-Marne
-6.0,2020-04-12,FR-52,243.0,,,,,Haute-Marne
-2.0,2020-04-13,FR-52,245.0,,,,,Haute-Marne
-4.0,2020-04-14,FR-52,249.0,,,,,Haute-Marne
-7.0,2020-04-15,FR-52,256.0,,,,,Haute-Marne
-5.0,2020-04-16,FR-52,261.0,,,,,Haute-Marne
-4.0,2020-04-17,FR-52,265.0,,,,,Haute-Marne
-9.0,2020-04-18,FR-52,274.0,,,,,Haute-Marne
-4.0,2020-04-19,FR-52,278.0,,,,,Haute-Marne
-2.0,2020-04-20,FR-52,280.0,,,,,Haute-Marne
-32.0,2020-04-21,FR-52,312.0,,,,,Haute-Marne
-6.0,2020-04-22,FR-52,318.0,,,,,Haute-Marne
-1.0,2020-04-23,FR-52,319.0,,,,,Haute-Marne
-1.0,2020-04-24,FR-52,320.0,,,,,Haute-Marne
-8.0,2020-04-25,FR-52,328.0,,,,,Haute-Marne
-0.0,2020-04-26,FR-52,328.0,,,,,Haute-Marne
-0.0,2020-04-27,FR-52,328.0,,,,,Haute-Marne
-4.0,2020-04-28,FR-52,332.0,,,,,Haute-Marne
-2.0,2020-04-29,FR-52,334.0,,,,,Haute-Marne
-1.0,2020-04-30,FR-52,335.0,,,,,Haute-Marne
-2.0,2020-05-01,FR-52,337.0,,,,,Haute-Marne
-1.0,2020-05-02,FR-52,338.0,,,,,Haute-Marne
-3.0,2020-05-03,FR-52,341.0,,,,,Haute-Marne
-10.0,2020-05-04,FR-52,351.0,,,,,Haute-Marne
-2.0,2020-05-05,FR-52,353.0,,,,,Haute-Marne
-2.0,2020-05-06,FR-52,355.0,,,,,Haute-Marne
-24.0,2020-05-07,FR-52,379.0,,,,,Haute-Marne
-9.0,2020-05-08,FR-52,388.0,,,,,Haute-Marne
-7.0,2020-05-09,FR-52,395.0,,,,,Haute-Marne
-0.0,2020-05-10,FR-52,395.0,,,,,Haute-Marne
-2.0,2020-05-11,FR-52,397.0,,,,,Haute-Marne
-6.0,2020-05-12,FR-52,403.0,,,,,Haute-Marne
-5.0,2020-05-13,FR-52,408.0,,,,,Haute-Marne
-4.0,2020-05-14,FR-52,412.0,,,,,Haute-Marne
-2.0,2020-05-15,FR-52,414.0,,,,,Haute-Marne
-1.0,2020-05-16,FR-52,415.0,,,,,Haute-Marne
-0.0,2020-05-17,FR-52,415.0,,,,,Haute-Marne
-3.0,2020-05-18,FR-52,418.0,,,,,Haute-Marne
-0.0,2020-05-19,FR-52,418.0,,,,,Haute-Marne
-1.0,2020-05-20,FR-52,419.0,,,,,Haute-Marne
-3.0,2020-03-19,FR-53,3.0,,,,,Mayenne
-1.0,2020-03-20,FR-53,4.0,,,,,Mayenne
-1.0,2020-03-21,FR-53,5.0,,,,,Mayenne
-1.0,2020-03-22,FR-53,6.0,,,,,Mayenne
-6.0,2020-03-23,FR-53,12.0,,,,,Mayenne
-1.0,2020-03-24,FR-53,13.0,,,,,Mayenne
-7.0,2020-03-25,FR-53,20.0,,,,,Mayenne
-9.0,2020-03-26,FR-53,29.0,,,,,Mayenne
-18.0,2020-03-27,FR-53,47.0,,,,,Mayenne
-3.0,2020-03-28,FR-53,50.0,,,,,Mayenne
-8.0,2020-03-29,FR-53,58.0,,,,,Mayenne
-4.0,2020-03-30,FR-53,62.0,,,,,Mayenne
-9.0,2020-03-31,FR-53,71.0,,,,,Mayenne
-3.0,2020-04-01,FR-53,74.0,,,,,Mayenne
-8.0,2020-04-02,FR-53,82.0,,,,,Mayenne
-6.0,2020-04-03,FR-53,88.0,,,,,Mayenne
-8.0,2020-04-04,FR-53,96.0,,,,,Mayenne
-2.0,2020-04-05,FR-53,98.0,,,,,Mayenne
-2.0,2020-04-06,FR-53,100.0,,,,,Mayenne
-2.0,2020-04-07,FR-53,102.0,,,,,Mayenne
-8.0,2020-04-08,FR-53,110.0,,,,,Mayenne
-5.0,2020-04-09,FR-53,115.0,,,,,Mayenne
-4.0,2020-04-10,FR-53,119.0,,,,,Mayenne
-1.0,2020-04-11,FR-53,120.0,,,,,Mayenne
-4.0,2020-04-12,FR-53,124.0,,,,,Mayenne
-2.0,2020-04-13,FR-53,126.0,,,,,Mayenne
-4.0,2020-04-14,FR-53,130.0,,,,,Mayenne
-14.0,2020-04-15,FR-53,144.0,,,,,Mayenne
-21.0,2020-04-16,FR-53,165.0,,,,,Mayenne
-5.0,2020-04-17,FR-53,170.0,,,,,Mayenne
-2.0,2020-04-18,FR-53,172.0,,,,,Mayenne
-2.0,2020-04-19,FR-53,174.0,,,,,Mayenne
-2.0,2020-04-20,FR-53,176.0,,,,,Mayenne
-3.0,2020-04-21,FR-53,179.0,,,,,Mayenne
-6.0,2020-04-22,FR-53,185.0,,,,,Mayenne
-1.0,2020-04-23,FR-53,186.0,,,,,Mayenne
-1.0,2020-04-24,FR-53,187.0,,,,,Mayenne
-0.0,2020-04-25,FR-53,187.0,,,,,Mayenne
-0.0,2020-04-26,FR-53,187.0,,,,,Mayenne
-4.0,2020-04-27,FR-53,191.0,,,,,Mayenne
-3.0,2020-04-28,FR-53,194.0,,,,,Mayenne
-3.0,2020-04-29,FR-53,197.0,,,,,Mayenne
-7.0,2020-04-30,FR-53,204.0,,,,,Mayenne
-0.0,2020-05-01,FR-53,204.0,,,,,Mayenne
-2.0,2020-05-02,FR-53,206.0,,,,,Mayenne
-0.0,2020-05-03,FR-53,206.0,,,,,Mayenne
-1.0,2020-05-04,FR-53,207.0,,,,,Mayenne
-6.0,2020-05-05,FR-53,213.0,,,,,Mayenne
-1.0,2020-05-06,FR-53,214.0,,,,,Mayenne
-0.0,2020-05-07,FR-53,214.0,,,,,Mayenne
-1.0,2020-05-08,FR-53,215.0,,,,,Mayenne
-0.0,2020-05-09,FR-53,215.0,,,,,Mayenne
-0.0,2020-05-10,FR-53,215.0,,,,,Mayenne
-0.0,2020-05-11,FR-53,215.0,,,,,Mayenne
-6.0,2020-05-12,FR-53,221.0,,,,,Mayenne
-0.0,2020-05-13,FR-53,221.0,,,,,Mayenne
-0.0,2020-05-14,FR-53,221.0,,,,,Mayenne
-2.0,2020-05-15,FR-53,223.0,,,,,Mayenne
-0.0,2020-05-16,FR-53,223.0,,,,,Mayenne
-0.0,2020-05-17,FR-53,223.0,,,,,Mayenne
-1.0,2020-05-18,FR-53,224.0,,,,,Mayenne
-0.0,2020-05-19,FR-53,224.0,,,,,Mayenne
-1.0,2020-05-20,FR-53,225.0,,,,,Mayenne
-14.0,2020-03-19,FR-54,14.0,,,,,Meurthe-et-Moselle
-9.0,2020-03-20,FR-54,23.0,,,,,Meurthe-et-Moselle
-19.0,2020-03-21,FR-54,42.0,,,,,Meurthe-et-Moselle
-44.0,2020-03-22,FR-54,86.0,,,,,Meurthe-et-Moselle
-24.0,2020-03-23,FR-54,110.0,,,,,Meurthe-et-Moselle
-42.0,2020-03-24,FR-54,152.0,,,,,Meurthe-et-Moselle
-46.0,2020-03-25,FR-54,198.0,,,,,Meurthe-et-Moselle
-27.0,2020-03-26,FR-54,225.0,,,,,Meurthe-et-Moselle
-57.0,2020-03-27,FR-54,282.0,,,,,Meurthe-et-Moselle
-77.0,2020-03-28,FR-54,359.0,,,,,Meurthe-et-Moselle
-22.0,2020-03-29,FR-54,381.0,,,,,Meurthe-et-Moselle
-72.0,2020-03-30,FR-54,453.0,,,,,Meurthe-et-Moselle
-35.0,2020-03-31,FR-54,488.0,,,,,Meurthe-et-Moselle
-75.0,2020-04-01,FR-54,563.0,,,,,Meurthe-et-Moselle
-101.0,2020-04-02,FR-54,664.0,,,,,Meurthe-et-Moselle
-75.0,2020-04-03,FR-54,739.0,,,,,Meurthe-et-Moselle
-27.0,2020-04-04,FR-54,766.0,,,,,Meurthe-et-Moselle
-13.0,2020-04-05,FR-54,779.0,,,,,Meurthe-et-Moselle
-48.0,2020-04-06,FR-54,827.0,,,,,Meurthe-et-Moselle
-36.0,2020-04-07,FR-54,863.0,,,,,Meurthe-et-Moselle
-56.0,2020-04-08,FR-54,919.0,,,,,Meurthe-et-Moselle
-24.0,2020-04-09,FR-54,943.0,,,,,Meurthe-et-Moselle
-83.0,2020-04-10,FR-54,1026.0,,,,,Meurthe-et-Moselle
-18.0,2020-04-11,FR-54,1044.0,,,,,Meurthe-et-Moselle
-23.0,2020-04-12,FR-54,1067.0,,,,,Meurthe-et-Moselle
-21.0,2020-04-13,FR-54,1088.0,,,,,Meurthe-et-Moselle
-33.0,2020-04-14,FR-54,1121.0,,,,,Meurthe-et-Moselle
-36.0,2020-04-15,FR-54,1157.0,,,,,Meurthe-et-Moselle
-19.0,2020-04-16,FR-54,1176.0,,,,,Meurthe-et-Moselle
-18.0,2020-04-17,FR-54,1194.0,,,,,Meurthe-et-Moselle
-26.0,2020-04-18,FR-54,1220.0,,,,,Meurthe-et-Moselle
-9.0,2020-04-19,FR-54,1229.0,,,,,Meurthe-et-Moselle
-12.0,2020-04-20,FR-54,1241.0,,,,,Meurthe-et-Moselle
-21.0,2020-04-21,FR-54,1262.0,,,,,Meurthe-et-Moselle
-19.0,2020-04-22,FR-54,1281.0,,,,,Meurthe-et-Moselle
-26.0,2020-04-23,FR-54,1307.0,,,,,Meurthe-et-Moselle
-19.0,2020-04-24,FR-54,1326.0,,,,,Meurthe-et-Moselle
-35.0,2020-04-25,FR-54,1361.0,,,,,Meurthe-et-Moselle
-4.0,2020-04-26,FR-54,1365.0,,,,,Meurthe-et-Moselle
-16.0,2020-04-27,FR-54,1381.0,,,,,Meurthe-et-Moselle
-23.0,2020-04-28,FR-54,1404.0,,,,,Meurthe-et-Moselle
-21.0,2020-04-29,FR-54,1425.0,,,,,Meurthe-et-Moselle
-16.0,2020-04-30,FR-54,1441.0,,,,,Meurthe-et-Moselle
-19.0,2020-05-01,FR-54,1460.0,,,,,Meurthe-et-Moselle
-6.0,2020-05-02,FR-54,1466.0,,,,,Meurthe-et-Moselle
-1.0,2020-05-03,FR-54,1467.0,,,,,Meurthe-et-Moselle
-9.0,2020-05-04,FR-54,1476.0,,,,,Meurthe-et-Moselle
-8.0,2020-05-05,FR-54,1484.0,,,,,Meurthe-et-Moselle
-17.0,2020-05-06,FR-54,1501.0,,,,,Meurthe-et-Moselle
-9.0,2020-05-07,FR-54,1510.0,,,,,Meurthe-et-Moselle
-12.0,2020-05-08,FR-54,1522.0,,,,,Meurthe-et-Moselle
-1.0,2020-05-09,FR-54,1523.0,,,,,Meurthe-et-Moselle
-18.0,2020-05-10,FR-54,1541.0,,,,,Meurthe-et-Moselle
-4.0,2020-05-11,FR-54,1545.0,,,,,Meurthe-et-Moselle
-14.0,2020-05-12,FR-54,1559.0,,,,,Meurthe-et-Moselle
-13.0,2020-05-13,FR-54,1572.0,,,,,Meurthe-et-Moselle
-6.0,2020-05-14,FR-54,1578.0,,,,,Meurthe-et-Moselle
-8.0,2020-05-15,FR-54,1586.0,,,,,Meurthe-et-Moselle
-5.0,2020-05-16,FR-54,1591.0,,,,,Meurthe-et-Moselle
-1.0,2020-05-17,FR-54,1592.0,,,,,Meurthe-et-Moselle
-3.0,2020-05-18,FR-54,1595.0,,,,,Meurthe-et-Moselle
-11.0,2020-05-19,FR-54,1606.0,,,,,Meurthe-et-Moselle
-2.0,2020-05-20,FR-54,1608.0,,,,,Meurthe-et-Moselle
-37.0,2020-03-19,FR-55,37.0,,,,,Meuse
-5.0,2020-03-20,FR-55,42.0,,,,,Meuse
-17.0,2020-03-21,FR-55,59.0,,,,,Meuse
-0.0,2020-03-22,FR-55,59.0,,,,,Meuse
-35.0,2020-03-23,FR-55,94.0,,,,,Meuse
-23.0,2020-03-24,FR-55,117.0,,,,,Meuse
-16.0,2020-03-25,FR-55,133.0,,,,,Meuse
-19.0,2020-03-26,FR-55,152.0,,,,,Meuse
-17.0,2020-03-27,FR-55,169.0,,,,,Meuse
-4.0,2020-03-28,FR-55,173.0,,,,,Meuse
-3.0,2020-03-29,FR-55,176.0,,,,,Meuse
-40.0,2020-03-30,FR-55,216.0,,,,,Meuse
-13.0,2020-03-31,FR-55,229.0,,,,,Meuse
-30.0,2020-04-01,FR-55,259.0,,,,,Meuse
-10.0,2020-04-02,FR-55,269.0,,,,,Meuse
-20.0,2020-04-03,FR-55,289.0,,,,,Meuse
-18.0,2020-04-04,FR-55,307.0,,,,,Meuse
-2.0,2020-04-05,FR-55,309.0,,,,,Meuse
-24.0,2020-04-06,FR-55,333.0,,,,,Meuse
-18.0,2020-04-07,FR-55,351.0,,,,,Meuse
-10.0,2020-04-08,FR-55,361.0,,,,,Meuse
-10.0,2020-04-09,FR-55,371.0,,,,,Meuse
-13.0,2020-04-10,FR-55,384.0,,,,,Meuse
-6.0,2020-04-11,FR-55,390.0,,,,,Meuse
-12.0,2020-04-12,FR-55,402.0,,,,,Meuse
-1.0,2020-04-13,FR-55,403.0,,,,,Meuse
-14.0,2020-04-14,FR-55,417.0,,,,,Meuse
-17.0,2020-04-15,FR-55,434.0,,,,,Meuse
-9.0,2020-04-16,FR-55,443.0,,,,,Meuse
-14.0,2020-04-17,FR-55,457.0,,,,,Meuse
-15.0,2020-04-18,FR-55,472.0,,,,,Meuse
-7.0,2020-04-19,FR-55,479.0,,,,,Meuse
-7.0,2020-04-20,FR-55,486.0,,,,,Meuse
-5.0,2020-04-21,FR-55,491.0,,,,,Meuse
-11.0,2020-04-22,FR-55,502.0,,,,,Meuse
-7.0,2020-04-23,FR-55,509.0,,,,,Meuse
-5.0,2020-04-24,FR-55,514.0,,,,,Meuse
-2.0,2020-04-25,FR-55,516.0,,,,,Meuse
-3.0,2020-04-26,FR-55,519.0,,,,,Meuse
-3.0,2020-04-27,FR-55,522.0,,,,,Meuse
-5.0,2020-04-28,FR-55,527.0,,,,,Meuse
-8.0,2020-04-29,FR-55,535.0,,,,,Meuse
-10.0,2020-04-30,FR-55,545.0,,,,,Meuse
-4.0,2020-05-01,FR-55,549.0,,,,,Meuse
-2.0,2020-05-02,FR-55,551.0,,,,,Meuse
-4.0,2020-05-03,FR-55,555.0,,,,,Meuse
-3.0,2020-05-04,FR-55,558.0,,,,,Meuse
-5.0,2020-05-05,FR-55,563.0,,,,,Meuse
-9.0,2020-05-06,FR-55,572.0,,,,,Meuse
-6.0,2020-05-07,FR-55,578.0,,,,,Meuse
-5.0,2020-05-08,FR-55,583.0,,,,,Meuse
-2.0,2020-05-09,FR-55,585.0,,,,,Meuse
-1.0,2020-05-10,FR-55,586.0,,,,,Meuse
-6.0,2020-05-11,FR-55,592.0,,,,,Meuse
-9.0,2020-05-12,FR-55,601.0,,,,,Meuse
-3.0,2020-05-13,FR-55,604.0,,,,,Meuse
-4.0,2020-05-14,FR-55,608.0,,,,,Meuse
-20.0,2020-05-15,FR-55,628.0,,,,,Meuse
-10.0,2020-05-16,FR-55,638.0,,,,,Meuse
-1.0,2020-05-17,FR-55,639.0,,,,,Meuse
-8.0,2020-05-18,FR-55,647.0,,,,,Meuse
-10.0,2020-05-19,FR-55,657.0,,,,,Meuse
-1.0,2020-05-20,FR-55,658.0,,,,,Meuse
-12.0,2020-03-19,FR-56,12.0,,,,,Morbihan
-6.0,2020-03-20,FR-56,18.0,,,,,Morbihan
-24.0,2020-03-21,FR-56,42.0,,,,,Morbihan
-11.0,2020-03-22,FR-56,53.0,,,,,Morbihan
-5.0,2020-03-23,FR-56,58.0,,,,,Morbihan
-9.0,2020-03-24,FR-56,67.0,,,,,Morbihan
-14.0,2020-03-25,FR-56,81.0,,,,,Morbihan
-27.0,2020-03-26,FR-56,108.0,,,,,Morbihan
-13.0,2020-03-27,FR-56,121.0,,,,,Morbihan
-12.0,2020-03-28,FR-56,133.0,,,,,Morbihan
-14.0,2020-03-29,FR-56,147.0,,,,,Morbihan
-16.0,2020-03-30,FR-56,163.0,,,,,Morbihan
-13.0,2020-03-31,FR-56,176.0,,,,,Morbihan
-27.0,2020-04-01,FR-56,203.0,,,,,Morbihan
-18.0,2020-04-02,FR-56,221.0,,,,,Morbihan
-13.0,2020-04-03,FR-56,234.0,,,,,Morbihan
-8.0,2020-04-04,FR-56,242.0,,,,,Morbihan
-8.0,2020-04-05,FR-56,250.0,,,,,Morbihan
-10.0,2020-04-06,FR-56,260.0,,,,,Morbihan
-9.0,2020-04-07,FR-56,269.0,,,,,Morbihan
-34.0,2020-04-08,FR-56,303.0,,,,,Morbihan
-6.0,2020-04-09,FR-56,309.0,,,,,Morbihan
-7.0,2020-04-10,FR-56,316.0,,,,,Morbihan
-14.0,2020-04-11,FR-56,330.0,,,,,Morbihan
-7.0,2020-04-12,FR-56,337.0,,,,,Morbihan
-2.0,2020-04-13,FR-56,339.0,,,,,Morbihan
-8.0,2020-04-14,FR-56,347.0,,,,,Morbihan
-3.0,2020-04-15,FR-56,350.0,,,,,Morbihan
-5.0,2020-04-16,FR-56,355.0,,,,,Morbihan
-6.0,2020-04-17,FR-56,361.0,,,,,Morbihan
-11.0,2020-04-18,FR-56,372.0,,,,,Morbihan
-2.0,2020-04-19,FR-56,374.0,,,,,Morbihan
-5.0,2020-04-20,FR-56,379.0,,,,,Morbihan
-9.0,2020-04-21,FR-56,388.0,,,,,Morbihan
-8.0,2020-04-22,FR-56,396.0,,,,,Morbihan
-11.0,2020-04-23,FR-56,407.0,,,,,Morbihan
-14.0,2020-04-24,FR-56,421.0,,,,,Morbihan
-1.0,2020-04-25,FR-56,422.0,,,,,Morbihan
-1.0,2020-04-26,FR-56,423.0,,,,,Morbihan
-2.0,2020-04-27,FR-56,425.0,,,,,Morbihan
-14.0,2020-04-28,FR-56,439.0,,,,,Morbihan
-4.0,2020-04-29,FR-56,443.0,,,,,Morbihan
-7.0,2020-04-30,FR-56,450.0,,,,,Morbihan
-2.0,2020-05-01,FR-56,452.0,,,,,Morbihan
-3.0,2020-05-02,FR-56,455.0,,,,,Morbihan
-3.0,2020-05-03,FR-56,458.0,,,,,Morbihan
-2.0,2020-05-04,FR-56,460.0,,,,,Morbihan
-2.0,2020-05-05,FR-56,462.0,,,,,Morbihan
-3.0,2020-05-06,FR-56,465.0,,,,,Morbihan
-1.0,2020-05-07,FR-56,466.0,,,,,Morbihan
-2.0,2020-05-08,FR-56,468.0,,,,,Morbihan
-1.0,2020-05-09,FR-56,469.0,,,,,Morbihan
-1.0,2020-05-10,FR-56,470.0,,,,,Morbihan
-1.0,2020-05-11,FR-56,471.0,,,,,Morbihan
-4.0,2020-05-12,FR-56,475.0,,,,,Morbihan
-0.0,2020-05-13,FR-56,475.0,,,,,Morbihan
-0.0,2020-05-14,FR-56,475.0,,,,,Morbihan
-0.0,2020-05-15,FR-56,475.0,,,,,Morbihan
-2.0,2020-05-16,FR-56,477.0,,,,,Morbihan
-0.0,2020-05-17,FR-56,477.0,,,,,Morbihan
-1.0,2020-05-18,FR-56,478.0,,,,,Morbihan
-0.0,2020-05-19,FR-56,478.0,,,,,Morbihan
-4.0,2020-05-20,FR-56,482.0,,,,,Morbihan
-36.0,2020-03-19,FR-57,36.0,,,,,Moselle
-76.0,2020-03-20,FR-57,112.0,,,,,Moselle
-69.0,2020-03-21,FR-57,181.0,,,,,Moselle
-65.0,2020-03-22,FR-57,246.0,,,,,Moselle
-69.0,2020-03-23,FR-57,315.0,,,,,Moselle
-173.0,2020-03-24,FR-57,488.0,,,,,Moselle
-92.0,2020-03-25,FR-57,580.0,,,,,Moselle
-125.0,2020-03-26,FR-57,705.0,,,,,Moselle
-106.0,2020-03-27,FR-57,811.0,,,,,Moselle
-123.0,2020-03-28,FR-57,934.0,,,,,Moselle
-87.0,2020-03-29,FR-57,1021.0,,,,,Moselle
-117.0,2020-03-30,FR-57,1138.0,,,,,Moselle
-121.0,2020-03-31,FR-57,1259.0,,,,,Moselle
-147.0,2020-04-01,FR-57,1406.0,,,,,Moselle
-110.0,2020-04-02,FR-57,1516.0,,,,,Moselle
-127.0,2020-04-03,FR-57,1643.0,,,,,Moselle
-83.0,2020-04-04,FR-57,1726.0,,,,,Moselle
-66.0,2020-04-05,FR-57,1792.0,,,,,Moselle
-75.0,2020-04-06,FR-57,1867.0,,,,,Moselle
-115.0,2020-04-07,FR-57,1982.0,,,,,Moselle
-75.0,2020-04-08,FR-57,2057.0,,,,,Moselle
-89.0,2020-04-09,FR-57,2146.0,,,,,Moselle
-116.0,2020-04-10,FR-57,2262.0,,,,,Moselle
-34.0,2020-04-11,FR-57,2296.0,,,,,Moselle
-53.0,2020-04-12,FR-57,2349.0,,,,,Moselle
-27.0,2020-04-13,FR-57,2376.0,,,,,Moselle
-63.0,2020-04-14,FR-57,2439.0,,,,,Moselle
-95.0,2020-04-15,FR-57,2534.0,,,,,Moselle
-71.0,2020-04-16,FR-57,2605.0,,,,,Moselle
-50.0,2020-04-17,FR-57,2655.0,,,,,Moselle
-41.0,2020-04-18,FR-57,2696.0,,,,,Moselle
-13.0,2020-04-19,FR-57,2709.0,,,,,Moselle
-36.0,2020-04-20,FR-57,2745.0,,,,,Moselle
-31.0,2020-04-21,FR-57,2776.0,,,,,Moselle
-58.0,2020-04-22,FR-57,2834.0,,,,,Moselle
-56.0,2020-04-23,FR-57,2890.0,,,,,Moselle
-38.0,2020-04-24,FR-57,2928.0,,,,,Moselle
-30.0,2020-04-25,FR-57,2958.0,,,,,Moselle
-17.0,2020-04-26,FR-57,2975.0,,,,,Moselle
-29.0,2020-04-27,FR-57,3004.0,,,,,Moselle
-27.0,2020-04-28,FR-57,3031.0,,,,,Moselle
-34.0,2020-04-29,FR-57,3065.0,,,,,Moselle
-24.0,2020-04-30,FR-57,3089.0,,,,,Moselle
-20.0,2020-05-01,FR-57,3109.0,,,,,Moselle
-33.0,2020-05-02,FR-57,3142.0,,,,,Moselle
-18.0,2020-05-03,FR-57,3160.0,,,,,Moselle
-18.0,2020-05-04,FR-57,3178.0,,,,,Moselle
-24.0,2020-05-05,FR-57,3202.0,,,,,Moselle
-23.0,2020-05-06,FR-57,3225.0,,,,,Moselle
-27.0,2020-05-07,FR-57,3252.0,,,,,Moselle
-27.0,2020-05-08,FR-57,3279.0,,,,,Moselle
-5.0,2020-05-09,FR-57,3284.0,,,,,Moselle
-4.0,2020-05-10,FR-57,3288.0,,,,,Moselle
-11.0,2020-05-11,FR-57,3299.0,,,,,Moselle
-28.0,2020-05-12,FR-57,3327.0,,,,,Moselle
-30.0,2020-05-13,FR-57,3357.0,,,,,Moselle
-22.0,2020-05-14,FR-57,3379.0,,,,,Moselle
-12.0,2020-05-15,FR-57,3391.0,,,,,Moselle
-4.0,2020-05-16,FR-57,3395.0,,,,,Moselle
-4.0,2020-05-17,FR-57,3399.0,,,,,Moselle
-5.0,2020-05-18,FR-57,3404.0,,,,,Moselle
-15.0,2020-05-19,FR-57,3419.0,,,,,Moselle
-13.0,2020-05-20,FR-57,3432.0,,,,,Moselle
-1.0,2020-03-19,FR-58,1.0,,,,,Nièvre
-0.0,2020-03-20,FR-58,1.0,,,,,Nièvre
-0.0,2020-03-21,FR-58,1.0,,,,,Nièvre
-1.0,2020-03-22,FR-58,2.0,,,,,Nièvre
-1.0,2020-03-23,FR-58,3.0,,,,,Nièvre
-0.0,2020-03-24,FR-58,3.0,,,,,Nièvre
-0.0,2020-03-25,FR-58,3.0,,,,,Nièvre
-1.0,2020-03-26,FR-58,4.0,,,,,Nièvre
-2.0,2020-03-27,FR-58,6.0,,,,,Nièvre
-2.0,2020-03-28,FR-58,8.0,,,,,Nièvre
-0.0,2020-03-29,FR-58,8.0,,,,,Nièvre
-2.0,2020-03-30,FR-58,10.0,,,,,Nièvre
-2.0,2020-03-31,FR-58,12.0,,,,,Nièvre
-1.0,2020-04-01,FR-58,13.0,,,,,Nièvre
-6.0,2020-04-02,FR-58,19.0,,,,,Nièvre
-7.0,2020-04-03,FR-58,26.0,,,,,Nièvre
-8.0,2020-04-04,FR-58,34.0,,,,,Nièvre
-8.0,2020-04-05,FR-58,42.0,,,,,Nièvre
-4.0,2020-04-06,FR-58,46.0,,,,,Nièvre
-1.0,2020-04-07,FR-58,47.0,,,,,Nièvre
-5.0,2020-04-08,FR-58,52.0,,,,,Nièvre
-1.0,2020-04-09,FR-58,53.0,,,,,Nièvre
-13.0,2020-04-10,FR-58,66.0,,,,,Nièvre
-7.0,2020-04-11,FR-58,73.0,,,,,Nièvre
-3.0,2020-04-12,FR-58,76.0,,,,,Nièvre
-5.0,2020-04-13,FR-58,81.0,,,,,Nièvre
-2.0,2020-04-14,FR-58,83.0,,,,,Nièvre
-2.0,2020-04-15,FR-58,85.0,,,,,Nièvre
-10.0,2020-04-16,FR-58,95.0,,,,,Nièvre
-4.0,2020-04-17,FR-58,99.0,,,,,Nièvre
-3.0,2020-04-18,FR-58,102.0,,,,,Nièvre
-2.0,2020-04-19,FR-58,104.0,,,,,Nièvre
-2.0,2020-04-20,FR-58,106.0,,,,,Nièvre
-2.0,2020-04-21,FR-58,108.0,,,,,Nièvre
-2.0,2020-04-22,FR-58,110.0,,,,,Nièvre
-3.0,2020-04-23,FR-58,113.0,,,,,Nièvre
-3.0,2020-04-24,FR-58,116.0,,,,,Nièvre
-3.0,2020-04-25,FR-58,119.0,,,,,Nièvre
-0.0,2020-04-26,FR-58,119.0,,,,,Nièvre
-0.0,2020-04-27,FR-58,119.0,,,,,Nièvre
-0.0,2020-04-28,FR-58,119.0,,,,,Nièvre
-3.0,2020-04-29,FR-58,122.0,,,,,Nièvre
-1.0,2020-04-30,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-01,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-02,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-03,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-04,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-05,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-06,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-07,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-08,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-09,FR-58,123.0,,,,,Nièvre
-0.0,2020-05-10,FR-58,123.0,,,,,Nièvre
-2.0,2020-05-11,FR-58,125.0,,,,,Nièvre
-2.0,2020-05-12,FR-58,127.0,,,,,Nièvre
-0.0,2020-05-13,FR-58,127.0,,,,,Nièvre
-0.0,2020-05-14,FR-58,127.0,,,,,Nièvre
-1.0,2020-05-15,FR-58,128.0,,,,,Nièvre
-0.0,2020-05-16,FR-58,128.0,,,,,Nièvre
-0.0,2020-05-17,FR-58,128.0,,,,,Nièvre
-0.0,2020-05-18,FR-58,128.0,,,,,Nièvre
-0.0,2020-05-19,FR-58,128.0,,,,,Nièvre
-1.0,2020-05-20,FR-58,129.0,,,,,Nièvre
-72.0,2020-03-19,FR-59,72.0,,,,,Nord
-19.0,2020-03-20,FR-59,91.0,,,,,Nord
-30.0,2020-03-21,FR-59,121.0,,,,,Nord
-32.0,2020-03-22,FR-59,153.0,,,,,Nord
-58.0,2020-03-23,FR-59,211.0,,,,,Nord
-50.0,2020-03-24,FR-59,261.0,,,,,Nord
-63.0,2020-03-25,FR-59,324.0,,,,,Nord
-66.0,2020-03-26,FR-59,390.0,,,,,Nord
-84.0,2020-03-27,FR-59,474.0,,,,,Nord
-77.0,2020-03-28,FR-59,551.0,,,,,Nord
-80.0,2020-03-29,FR-59,631.0,,,,,Nord
-105.0,2020-03-30,FR-59,736.0,,,,,Nord
-129.0,2020-03-31,FR-59,865.0,,,,,Nord
-96.0,2020-04-01,FR-59,961.0,,,,,Nord
-157.0,2020-04-02,FR-59,1118.0,,,,,Nord
-100.0,2020-04-03,FR-59,1218.0,,,,,Nord
-94.0,2020-04-04,FR-59,1312.0,,,,,Nord
-78.0,2020-04-05,FR-59,1390.0,,,,,Nord
-112.0,2020-04-06,FR-59,1502.0,,,,,Nord
-101.0,2020-04-07,FR-59,1603.0,,,,,Nord
-89.0,2020-04-08,FR-59,1692.0,,,,,Nord
-90.0,2020-04-09,FR-59,1782.0,,,,,Nord
-103.0,2020-04-10,FR-59,1885.0,,,,,Nord
-71.0,2020-04-11,FR-59,1956.0,,,,,Nord
-39.0,2020-04-12,FR-59,1995.0,,,,,Nord
-41.0,2020-04-13,FR-59,2036.0,,,,,Nord
-61.0,2020-04-14,FR-59,2097.0,,,,,Nord
-79.0,2020-04-15,FR-59,2176.0,,,,,Nord
-74.0,2020-04-16,FR-59,2250.0,,,,,Nord
-56.0,2020-04-17,FR-59,2306.0,,,,,Nord
-44.0,2020-04-18,FR-59,2350.0,,,,,Nord
-32.0,2020-04-19,FR-59,2382.0,,,,,Nord
-54.0,2020-04-20,FR-59,2436.0,,,,,Nord
-62.0,2020-04-21,FR-59,2498.0,,,,,Nord
-39.0,2020-04-22,FR-59,2537.0,,,,,Nord
-41.0,2020-04-23,FR-59,2578.0,,,,,Nord
-30.0,2020-04-24,FR-59,2608.0,,,,,Nord
-36.0,2020-04-25,FR-59,2644.0,,,,,Nord
-7.0,2020-04-26,FR-59,2651.0,,,,,Nord
-10.0,2020-04-27,FR-59,2661.0,,,,,Nord
-53.0,2020-04-28,FR-59,2714.0,,,,,Nord
-17.0,2020-04-29,FR-59,2731.0,,,,,Nord
-32.0,2020-04-30,FR-59,2763.0,,,,,Nord
-24.0,2020-05-01,FR-59,2787.0,,,,,Nord
-23.0,2020-05-02,FR-59,2810.0,,,,,Nord
-13.0,2020-05-03,FR-59,2823.0,,,,,Nord
-28.0,2020-05-04,FR-59,2851.0,,,,,Nord
-20.0,2020-05-05,FR-59,2871.0,,,,,Nord
-33.0,2020-05-06,FR-59,2904.0,,,,,Nord
-23.0,2020-05-07,FR-59,2927.0,,,,,Nord
-23.0,2020-05-08,FR-59,2950.0,,,,,Nord
-4.0,2020-05-09,FR-59,2954.0,,,,,Nord
-11.0,2020-05-10,FR-59,2965.0,,,,,Nord
-18.0,2020-05-11,FR-59,2983.0,,,,,Nord
-32.0,2020-05-12,FR-59,3015.0,,,,,Nord
-26.0,2020-05-13,FR-59,3041.0,,,,,Nord
-18.0,2020-05-14,FR-59,3059.0,,,,,Nord
-19.0,2020-05-15,FR-59,3078.0,,,,,Nord
-24.0,2020-05-16,FR-59,3102.0,,,,,Nord
-10.0,2020-05-17,FR-59,3112.0,,,,,Nord
-18.0,2020-05-18,FR-59,3130.0,,,,,Nord
-21.0,2020-05-19,FR-59,3151.0,,,,,Nord
-34.0,2020-05-20,FR-59,3185.0,,,,,Nord
-43.0,2020-03-19,FR-60,43.0,,,,,Oise
-11.0,2020-03-20,FR-60,54.0,,,,,Oise
-30.0,2020-03-21,FR-60,84.0,,,,,Oise
-14.0,2020-03-22,FR-60,98.0,,,,,Oise
-45.0,2020-03-23,FR-60,143.0,,,,,Oise
-41.0,2020-03-24,FR-60,184.0,,,,,Oise
-34.0,2020-03-25,FR-60,218.0,,,,,Oise
-61.0,2020-03-26,FR-60,279.0,,,,,Oise
-30.0,2020-03-27,FR-60,309.0,,,,,Oise
-37.0,2020-03-28,FR-60,346.0,,,,,Oise
-23.0,2020-03-29,FR-60,369.0,,,,,Oise
-35.0,2020-03-30,FR-60,404.0,,,,,Oise
-41.0,2020-03-31,FR-60,445.0,,,,,Oise
-70.0,2020-04-01,FR-60,515.0,,,,,Oise
-101.0,2020-04-02,FR-60,616.0,,,,,Oise
-47.0,2020-04-03,FR-60,663.0,,,,,Oise
-23.0,2020-04-04,FR-60,686.0,,,,,Oise
-25.0,2020-04-05,FR-60,711.0,,,,,Oise
-39.0,2020-04-06,FR-60,750.0,,,,,Oise
-80.0,2020-04-07,FR-60,830.0,,,,,Oise
-75.0,2020-04-08,FR-60,905.0,,,,,Oise
-28.0,2020-04-09,FR-60,933.0,,,,,Oise
-46.0,2020-04-10,FR-60,979.0,,,,,Oise
-38.0,2020-04-11,FR-60,1017.0,,,,,Oise
-43.0,2020-04-12,FR-60,1060.0,,,,,Oise
-7.0,2020-04-13,FR-60,1067.0,,,,,Oise
-32.0,2020-04-14,FR-60,1099.0,,,,,Oise
-56.0,2020-04-15,FR-60,1155.0,,,,,Oise
-43.0,2020-04-16,FR-60,1198.0,,,,,Oise
-45.0,2020-04-17,FR-60,1243.0,,,,,Oise
-14.0,2020-04-18,FR-60,1257.0,,,,,Oise
-32.0,2020-04-19,FR-60,1289.0,,,,,Oise
-14.0,2020-04-20,FR-60,1303.0,,,,,Oise
-23.0,2020-04-21,FR-60,1326.0,,,,,Oise
-25.0,2020-04-22,FR-60,1351.0,,,,,Oise
-25.0,2020-04-23,FR-60,1376.0,,,,,Oise
-30.0,2020-04-24,FR-60,1406.0,,,,,Oise
-13.0,2020-04-25,FR-60,1419.0,,,,,Oise
-5.0,2020-04-26,FR-60,1424.0,,,,,Oise
-14.0,2020-04-27,FR-60,1438.0,,,,,Oise
-23.0,2020-04-28,FR-60,1461.0,,,,,Oise
-7.0,2020-04-29,FR-60,1468.0,,,,,Oise
-3.0,2020-04-30,FR-60,1471.0,,,,,Oise
-6.0,2020-05-01,FR-60,1477.0,,,,,Oise
-6.0,2020-05-02,FR-60,1483.0,,,,,Oise
-7.0,2020-05-03,FR-60,1490.0,,,,,Oise
-7.0,2020-05-04,FR-60,1497.0,,,,,Oise
-10.0,2020-05-05,FR-60,1507.0,,,,,Oise
-3.0,2020-05-06,FR-60,1510.0,,,,,Oise
-5.0,2020-05-07,FR-60,1515.0,,,,,Oise
-13.0,2020-05-08,FR-60,1528.0,,,,,Oise
-3.0,2020-05-09,FR-60,1531.0,,,,,Oise
-1.0,2020-05-10,FR-60,1532.0,,,,,Oise
-18.0,2020-05-11,FR-60,1550.0,,,,,Oise
-6.0,2020-05-12,FR-60,1556.0,,,,,Oise
-1.0,2020-05-13,FR-60,1557.0,,,,,Oise
-10.0,2020-05-14,FR-60,1567.0,,,,,Oise
-10.0,2020-05-15,FR-60,1577.0,,,,,Oise
-6.0,2020-05-16,FR-60,1583.0,,,,,Oise
-2.0,2020-05-17,FR-60,1585.0,,,,,Oise
-10.0,2020-05-18,FR-60,1595.0,,,,,Oise
-15.0,2020-05-19,FR-60,1610.0,,,,,Oise
-5.0,2020-05-20,FR-60,1615.0,,,,,Oise
-2.0,2020-03-19,FR-61,2.0,,,,,Orne
-0.0,2020-03-20,FR-61,2.0,,,,,Orne
-0.0,2020-03-21,FR-61,2.0,,,,,Orne
-0.0,2020-03-22,FR-61,2.0,,,,,Orne
-6.0,2020-03-23,FR-61,8.0,,,,,Orne
-5.0,2020-03-24,FR-61,13.0,,,,,Orne
-14.0,2020-03-25,FR-61,27.0,,,,,Orne
-7.0,2020-03-26,FR-61,34.0,,,,,Orne
-2.0,2020-03-27,FR-61,36.0,,,,,Orne
-6.0,2020-03-28,FR-61,42.0,,,,,Orne
-5.0,2020-03-29,FR-61,47.0,,,,,Orne
-4.0,2020-03-30,FR-61,51.0,,,,,Orne
-17.0,2020-03-31,FR-61,68.0,,,,,Orne
-19.0,2020-04-01,FR-61,87.0,,,,,Orne
-11.0,2020-04-02,FR-61,98.0,,,,,Orne
-7.0,2020-04-03,FR-61,105.0,,,,,Orne
-10.0,2020-04-04,FR-61,115.0,,,,,Orne
-6.0,2020-04-05,FR-61,121.0,,,,,Orne
-6.0,2020-04-06,FR-61,127.0,,,,,Orne
-14.0,2020-04-07,FR-61,141.0,,,,,Orne
-12.0,2020-04-08,FR-61,153.0,,,,,Orne
-6.0,2020-04-09,FR-61,159.0,,,,,Orne
-15.0,2020-04-10,FR-61,174.0,,,,,Orne
-5.0,2020-04-11,FR-61,179.0,,,,,Orne
-5.0,2020-04-12,FR-61,184.0,,,,,Orne
-1.0,2020-04-13,FR-61,185.0,,,,,Orne
-9.0,2020-04-14,FR-61,194.0,,,,,Orne
-8.0,2020-04-15,FR-61,202.0,,,,,Orne
-3.0,2020-04-16,FR-61,205.0,,,,,Orne
-6.0,2020-04-17,FR-61,211.0,,,,,Orne
-4.0,2020-04-18,FR-61,215.0,,,,,Orne
-3.0,2020-04-19,FR-61,218.0,,,,,Orne
-3.0,2020-04-20,FR-61,221.0,,,,,Orne
-2.0,2020-04-21,FR-61,223.0,,,,,Orne
-3.0,2020-04-22,FR-61,226.0,,,,,Orne
-2.0,2020-04-23,FR-61,228.0,,,,,Orne
-4.0,2020-04-24,FR-61,232.0,,,,,Orne
-9.0,2020-04-25,FR-61,241.0,,,,,Orne
-0.0,2020-04-26,FR-61,241.0,,,,,Orne
-3.0,2020-04-27,FR-61,244.0,,,,,Orne
-5.0,2020-04-28,FR-61,249.0,,,,,Orne
-1.0,2020-04-29,FR-61,250.0,,,,,Orne
-5.0,2020-04-30,FR-61,255.0,,,,,Orne
-1.0,2020-05-01,FR-61,256.0,,,,,Orne
-2.0,2020-05-02,FR-61,258.0,,,,,Orne
-1.0,2020-05-03,FR-61,259.0,,,,,Orne
-7.0,2020-05-04,FR-61,266.0,,,,,Orne
-2.0,2020-05-05,FR-61,268.0,,,,,Orne
-2.0,2020-05-06,FR-61,270.0,,,,,Orne
-2.0,2020-05-07,FR-61,272.0,,,,,Orne
-0.0,2020-05-08,FR-61,272.0,,,,,Orne
-1.0,2020-05-09,FR-61,273.0,,,,,Orne
-0.0,2020-05-10,FR-61,273.0,,,,,Orne
-3.0,2020-05-11,FR-61,276.0,,,,,Orne
-1.0,2020-05-12,FR-61,277.0,,,,,Orne
-0.0,2020-05-13,FR-61,277.0,,,,,Orne
-1.0,2020-05-14,FR-61,278.0,,,,,Orne
-0.0,2020-05-15,FR-61,278.0,,,,,Orne
-0.0,2020-05-16,FR-61,278.0,,,,,Orne
-2.0,2020-05-17,FR-61,280.0,,,,,Orne
-1.0,2020-05-18,FR-61,281.0,,,,,Orne
-5.0,2020-05-19,FR-61,286.0,,,,,Orne
-0.0,2020-05-20,FR-61,286.0,,,,,Orne
-30.0,2020-03-19,FR-62,30.0,,,,,Pas-de-Calais
-26.0,2020-03-20,FR-62,56.0,,,,,Pas-de-Calais
-12.0,2020-03-21,FR-62,68.0,,,,,Pas-de-Calais
-6.0,2020-03-22,FR-62,74.0,,,,,Pas-de-Calais
-22.0,2020-03-23,FR-62,96.0,,,,,Pas-de-Calais
-32.0,2020-03-24,FR-62,128.0,,,,,Pas-de-Calais
-28.0,2020-03-25,FR-62,156.0,,,,,Pas-de-Calais
-29.0,2020-03-26,FR-62,185.0,,,,,Pas-de-Calais
-16.0,2020-03-27,FR-62,201.0,,,,,Pas-de-Calais
-39.0,2020-03-28,FR-62,240.0,,,,,Pas-de-Calais
-28.0,2020-03-29,FR-62,268.0,,,,,Pas-de-Calais
-41.0,2020-03-30,FR-62,309.0,,,,,Pas-de-Calais
-34.0,2020-03-31,FR-62,343.0,,,,,Pas-de-Calais
-76.0,2020-04-01,FR-62,419.0,,,,,Pas-de-Calais
-45.0,2020-04-02,FR-62,464.0,,,,,Pas-de-Calais
-89.0,2020-04-03,FR-62,553.0,,,,,Pas-de-Calais
-48.0,2020-04-04,FR-62,601.0,,,,,Pas-de-Calais
-13.0,2020-04-05,FR-62,614.0,,,,,Pas-de-Calais
-51.0,2020-04-06,FR-62,665.0,,,,,Pas-de-Calais
-71.0,2020-04-07,FR-62,736.0,,,,,Pas-de-Calais
-55.0,2020-04-08,FR-62,791.0,,,,,Pas-de-Calais
-52.0,2020-04-09,FR-62,843.0,,,,,Pas-de-Calais
-51.0,2020-04-10,FR-62,894.0,,,,,Pas-de-Calais
-27.0,2020-04-11,FR-62,921.0,,,,,Pas-de-Calais
-40.0,2020-04-12,FR-62,961.0,,,,,Pas-de-Calais
-28.0,2020-04-13,FR-62,989.0,,,,,Pas-de-Calais
-36.0,2020-04-14,FR-62,1025.0,,,,,Pas-de-Calais
-59.0,2020-04-15,FR-62,1084.0,,,,,Pas-de-Calais
-62.0,2020-04-16,FR-62,1146.0,,,,,Pas-de-Calais
-42.0,2020-04-17,FR-62,1188.0,,,,,Pas-de-Calais
-41.0,2020-04-18,FR-62,1229.0,,,,,Pas-de-Calais
-16.0,2020-04-19,FR-62,1245.0,,,,,Pas-de-Calais
-20.0,2020-04-20,FR-62,1265.0,,,,,Pas-de-Calais
-95.0,2020-04-21,FR-62,1360.0,,,,,Pas-de-Calais
-25.0,2020-04-22,FR-62,1385.0,,,,,Pas-de-Calais
-52.0,2020-04-23,FR-62,1437.0,,,,,Pas-de-Calais
-22.0,2020-04-24,FR-62,1459.0,,,,,Pas-de-Calais
-24.0,2020-04-25,FR-62,1483.0,,,,,Pas-de-Calais
-7.0,2020-04-26,FR-62,1490.0,,,,,Pas-de-Calais
-47.0,2020-04-27,FR-62,1537.0,,,,,Pas-de-Calais
-17.0,2020-04-28,FR-62,1554.0,,,,,Pas-de-Calais
-21.0,2020-04-29,FR-62,1575.0,,,,,Pas-de-Calais
-46.0,2020-04-30,FR-62,1621.0,,,,,Pas-de-Calais
-22.0,2020-05-01,FR-62,1643.0,,,,,Pas-de-Calais
-7.0,2020-05-02,FR-62,1650.0,,,,,Pas-de-Calais
-2.0,2020-05-03,FR-62,1652.0,,,,,Pas-de-Calais
-28.0,2020-05-04,FR-62,1680.0,,,,,Pas-de-Calais
-21.0,2020-05-05,FR-62,1701.0,,,,,Pas-de-Calais
-27.0,2020-05-06,FR-62,1728.0,,,,,Pas-de-Calais
-5.0,2020-05-07,FR-62,1733.0,,,,,Pas-de-Calais
-3.0,2020-05-08,FR-62,1736.0,,,,,Pas-de-Calais
-4.0,2020-05-09,FR-62,1740.0,,,,,Pas-de-Calais
-1.0,2020-05-10,FR-62,1741.0,,,,,Pas-de-Calais
-13.0,2020-05-11,FR-62,1754.0,,,,,Pas-de-Calais
-31.0,2020-05-12,FR-62,1785.0,,,,,Pas-de-Calais
-8.0,2020-05-13,FR-62,1793.0,,,,,Pas-de-Calais
-17.0,2020-05-14,FR-62,1810.0,,,,,Pas-de-Calais
-25.0,2020-05-15,FR-62,1835.0,,,,,Pas-de-Calais
-7.0,2020-05-16,FR-62,1842.0,,,,,Pas-de-Calais
-0.0,2020-05-17,FR-62,1842.0,,,,,Pas-de-Calais
-10.0,2020-05-18,FR-62,1852.0,,,,,Pas-de-Calais
-11.0,2020-05-19,FR-62,1863.0,,,,,Pas-de-Calais
-4.0,2020-05-20,FR-62,1867.0,,,,,Pas-de-Calais
-1.0,2020-03-19,FR-63,1.0,,,,,Puy-de-Dôme
-0.0,2020-03-20,FR-63,1.0,,,,,Puy-de-Dôme
-2.0,2020-03-21,FR-63,3.0,,,,,Puy-de-Dôme
-1.0,2020-03-22,FR-63,4.0,,,,,Puy-de-Dôme
-3.0,2020-03-23,FR-63,7.0,,,,,Puy-de-Dôme
-14.0,2020-03-24,FR-63,21.0,,,,,Puy-de-Dôme
-3.0,2020-03-25,FR-63,24.0,,,,,Puy-de-Dôme
-6.0,2020-03-26,FR-63,30.0,,,,,Puy-de-Dôme
-9.0,2020-03-27,FR-63,39.0,,,,,Puy-de-Dôme
-10.0,2020-03-28,FR-63,49.0,,,,,Puy-de-Dôme
-13.0,2020-03-29,FR-63,62.0,,,,,Puy-de-Dôme
-15.0,2020-03-30,FR-63,77.0,,,,,Puy-de-Dôme
-2.0,2020-03-31,FR-63,79.0,,,,,Puy-de-Dôme
-24.0,2020-04-01,FR-63,103.0,,,,,Puy-de-Dôme
-5.0,2020-04-02,FR-63,108.0,,,,,Puy-de-Dôme
-6.0,2020-04-03,FR-63,114.0,,,,,Puy-de-Dôme
-5.0,2020-04-04,FR-63,119.0,,,,,Puy-de-Dôme
-13.0,2020-04-05,FR-63,132.0,,,,,Puy-de-Dôme
-7.0,2020-04-06,FR-63,139.0,,,,,Puy-de-Dôme
-7.0,2020-04-07,FR-63,146.0,,,,,Puy-de-Dôme
-7.0,2020-04-08,FR-63,153.0,,,,,Puy-de-Dôme
-4.0,2020-04-09,FR-63,157.0,,,,,Puy-de-Dôme
-7.0,2020-04-10,FR-63,164.0,,,,,Puy-de-Dôme
-4.0,2020-04-11,FR-63,168.0,,,,,Puy-de-Dôme
-4.0,2020-04-12,FR-63,172.0,,,,,Puy-de-Dôme
-4.0,2020-04-13,FR-63,176.0,,,,,Puy-de-Dôme
-1.0,2020-04-14,FR-63,177.0,,,,,Puy-de-Dôme
-4.0,2020-04-15,FR-63,181.0,,,,,Puy-de-Dôme
-5.0,2020-04-16,FR-63,186.0,,,,,Puy-de-Dôme
-3.0,2020-04-17,FR-63,189.0,,,,,Puy-de-Dôme
-6.0,2020-04-18,FR-63,195.0,,,,,Puy-de-Dôme
-0.0,2020-04-19,FR-63,195.0,,,,,Puy-de-Dôme
-4.0,2020-04-20,FR-63,199.0,,,,,Puy-de-Dôme
-4.0,2020-04-21,FR-63,203.0,,,,,Puy-de-Dôme
-1.0,2020-04-22,FR-63,204.0,,,,,Puy-de-Dôme
-3.0,2020-04-23,FR-63,207.0,,,,,Puy-de-Dôme
-3.0,2020-04-24,FR-63,210.0,,,,,Puy-de-Dôme
-2.0,2020-04-25,FR-63,212.0,,,,,Puy-de-Dôme
-0.0,2020-04-26,FR-63,212.0,,,,,Puy-de-Dôme
-1.0,2020-04-27,FR-63,213.0,,,,,Puy-de-Dôme
-0.0,2020-04-28,FR-63,213.0,,,,,Puy-de-Dôme
-0.0,2020-04-29,FR-63,213.0,,,,,Puy-de-Dôme
-5.0,2020-04-30,FR-63,218.0,,,,,Puy-de-Dôme
-1.0,2020-05-01,FR-63,219.0,,,,,Puy-de-Dôme
-2.0,2020-05-02,FR-63,221.0,,,,,Puy-de-Dôme
-4.0,2020-05-03,FR-63,225.0,,,,,Puy-de-Dôme
-1.0,2020-05-04,FR-63,226.0,,,,,Puy-de-Dôme
-2.0,2020-05-05,FR-63,228.0,,,,,Puy-de-Dôme
-0.0,2020-05-06,FR-63,228.0,,,,,Puy-de-Dôme
-2.0,2020-05-07,FR-63,230.0,,,,,Puy-de-Dôme
-0.0,2020-05-08,FR-63,230.0,,,,,Puy-de-Dôme
-0.0,2020-05-09,FR-63,230.0,,,,,Puy-de-Dôme
-0.0,2020-05-10,FR-63,230.0,,,,,Puy-de-Dôme
-1.0,2020-05-11,FR-63,231.0,,,,,Puy-de-Dôme
-1.0,2020-05-12,FR-63,232.0,,,,,Puy-de-Dôme
-4.0,2020-05-13,FR-63,236.0,,,,,Puy-de-Dôme
-1.0,2020-05-14,FR-63,237.0,,,,,Puy-de-Dôme
-0.0,2020-05-15,FR-63,237.0,,,,,Puy-de-Dôme
-0.0,2020-05-16,FR-63,237.0,,,,,Puy-de-Dôme
-8.0,2020-05-17,FR-63,245.0,,,,,Puy-de-Dôme
-0.0,2020-05-18,FR-63,245.0,,,,,Puy-de-Dôme
-2.0,2020-05-19,FR-63,247.0,,,,,Puy-de-Dôme
-2.0,2020-05-20,FR-63,249.0,,,,,Puy-de-Dôme
-6.0,2020-03-19,FR-64,6.0,,,,,Pyrénées-Atlantiques
-1.0,2020-03-20,FR-64,7.0,,,,,Pyrénées-Atlantiques
-5.0,2020-03-21,FR-64,12.0,,,,,Pyrénées-Atlantiques
-3.0,2020-03-22,FR-64,15.0,,,,,Pyrénées-Atlantiques
-7.0,2020-03-23,FR-64,22.0,,,,,Pyrénées-Atlantiques
-7.0,2020-03-24,FR-64,29.0,,,,,Pyrénées-Atlantiques
-13.0,2020-03-25,FR-64,42.0,,,,,Pyrénées-Atlantiques
-19.0,2020-03-26,FR-64,61.0,,,,,Pyrénées-Atlantiques
-17.0,2020-03-27,FR-64,78.0,,,,,Pyrénées-Atlantiques
-10.0,2020-03-28,FR-64,88.0,,,,,Pyrénées-Atlantiques
-9.0,2020-03-29,FR-64,97.0,,,,,Pyrénées-Atlantiques
-8.0,2020-03-30,FR-64,105.0,,,,,Pyrénées-Atlantiques
-17.0,2020-03-31,FR-64,122.0,,,,,Pyrénées-Atlantiques
-8.0,2020-04-01,FR-64,130.0,,,,,Pyrénées-Atlantiques
-19.0,2020-04-02,FR-64,149.0,,,,,Pyrénées-Atlantiques
-5.0,2020-04-03,FR-64,154.0,,,,,Pyrénées-Atlantiques
-14.0,2020-04-04,FR-64,168.0,,,,,Pyrénées-Atlantiques
-1.0,2020-04-05,FR-64,169.0,,,,,Pyrénées-Atlantiques
-10.0,2020-04-06,FR-64,179.0,,,,,Pyrénées-Atlantiques
-1.0,2020-04-07,FR-64,180.0,,,,,Pyrénées-Atlantiques
-13.0,2020-04-08,FR-64,193.0,,,,,Pyrénées-Atlantiques
-10.0,2020-04-09,FR-64,203.0,,,,,Pyrénées-Atlantiques
-10.0,2020-04-10,FR-64,213.0,,,,,Pyrénées-Atlantiques
-4.0,2020-04-11,FR-64,217.0,,,,,Pyrénées-Atlantiques
-4.0,2020-04-12,FR-64,221.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-13,FR-64,223.0,,,,,Pyrénées-Atlantiques
-1.0,2020-04-14,FR-64,224.0,,,,,Pyrénées-Atlantiques
-3.0,2020-04-15,FR-64,227.0,,,,,Pyrénées-Atlantiques
-4.0,2020-04-16,FR-64,231.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-17,FR-64,233.0,,,,,Pyrénées-Atlantiques
-5.0,2020-04-18,FR-64,238.0,,,,,Pyrénées-Atlantiques
-0.0,2020-04-19,FR-64,238.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-20,FR-64,240.0,,,,,Pyrénées-Atlantiques
-0.0,2020-04-21,FR-64,240.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-22,FR-64,242.0,,,,,Pyrénées-Atlantiques
-3.0,2020-04-23,FR-64,245.0,,,,,Pyrénées-Atlantiques
-1.0,2020-04-24,FR-64,246.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-25,FR-64,248.0,,,,,Pyrénées-Atlantiques
-1.0,2020-04-26,FR-64,249.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-27,FR-64,251.0,,,,,Pyrénées-Atlantiques
-3.0,2020-04-28,FR-64,254.0,,,,,Pyrénées-Atlantiques
-2.0,2020-04-29,FR-64,256.0,,,,,Pyrénées-Atlantiques
-0.0,2020-04-30,FR-64,256.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-01,FR-64,256.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-02,FR-64,256.0,,,,,Pyrénées-Atlantiques
-1.0,2020-05-03,FR-64,257.0,,,,,Pyrénées-Atlantiques
-1.0,2020-05-04,FR-64,258.0,,,,,Pyrénées-Atlantiques
-1.0,2020-05-05,FR-64,259.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-06,FR-64,259.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-07,FR-64,259.0,,,,,Pyrénées-Atlantiques
-1.0,2020-05-08,FR-64,260.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-09,FR-64,260.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-10,FR-64,260.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-11,FR-64,260.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-12,FR-64,260.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-13,FR-64,260.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-14,FR-64,260.0,,,,,Pyrénées-Atlantiques
-2.0,2020-05-15,FR-64,262.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-16,FR-64,262.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-17,FR-64,262.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-18,FR-64,262.0,,,,,Pyrénées-Atlantiques
-1.0,2020-05-19,FR-64,263.0,,,,,Pyrénées-Atlantiques
-0.0,2020-05-20,FR-64,263.0,,,,,Pyrénées-Atlantiques
-2.0,2020-03-19,FR-65,2.0,,,,,Hautes-Pyrénées
-0.0,2020-03-20,FR-65,2.0,,,,,Hautes-Pyrénées
-3.0,2020-03-21,FR-65,5.0,,,,,Hautes-Pyrénées
-2.0,2020-03-22,FR-65,7.0,,,,,Hautes-Pyrénées
-2.0,2020-03-23,FR-65,9.0,,,,,Hautes-Pyrénées
-0.0,2020-03-24,FR-65,9.0,,,,,Hautes-Pyrénées
-1.0,2020-03-25,FR-65,10.0,,,,,Hautes-Pyrénées
-11.0,2020-03-26,FR-65,21.0,,,,,Hautes-Pyrénées
-2.0,2020-03-27,FR-65,23.0,,,,,Hautes-Pyrénées
-6.0,2020-03-28,FR-65,29.0,,,,,Hautes-Pyrénées
-5.0,2020-03-29,FR-65,34.0,,,,,Hautes-Pyrénées
-6.0,2020-03-30,FR-65,40.0,,,,,Hautes-Pyrénées
-2.0,2020-03-31,FR-65,42.0,,,,,Hautes-Pyrénées
-13.0,2020-04-01,FR-65,55.0,,,,,Hautes-Pyrénées
-6.0,2020-04-02,FR-65,61.0,,,,,Hautes-Pyrénées
-4.0,2020-04-03,FR-65,65.0,,,,,Hautes-Pyrénées
-8.0,2020-04-04,FR-65,73.0,,,,,Hautes-Pyrénées
-14.0,2020-04-05,FR-65,87.0,,,,,Hautes-Pyrénées
-4.0,2020-04-06,FR-65,91.0,,,,,Hautes-Pyrénées
-7.0,2020-04-07,FR-65,98.0,,,,,Hautes-Pyrénées
-9.0,2020-04-08,FR-65,107.0,,,,,Hautes-Pyrénées
-6.0,2020-04-09,FR-65,113.0,,,,,Hautes-Pyrénées
-11.0,2020-04-10,FR-65,124.0,,,,,Hautes-Pyrénées
-10.0,2020-04-11,FR-65,134.0,,,,,Hautes-Pyrénées
-10.0,2020-04-12,FR-65,144.0,,,,,Hautes-Pyrénées
-4.0,2020-04-13,FR-65,148.0,,,,,Hautes-Pyrénées
-5.0,2020-04-14,FR-65,153.0,,,,,Hautes-Pyrénées
-8.0,2020-04-15,FR-65,161.0,,,,,Hautes-Pyrénées
-1.0,2020-04-16,FR-65,162.0,,,,,Hautes-Pyrénées
-2.0,2020-04-17,FR-65,164.0,,,,,Hautes-Pyrénées
-3.0,2020-04-18,FR-65,167.0,,,,,Hautes-Pyrénées
-2.0,2020-04-19,FR-65,169.0,,,,,Hautes-Pyrénées
-9.0,2020-04-20,FR-65,178.0,,,,,Hautes-Pyrénées
-0.0,2020-04-21,FR-65,178.0,,,,,Hautes-Pyrénées
-2.0,2020-04-22,FR-65,180.0,,,,,Hautes-Pyrénées
-2.0,2020-04-23,FR-65,182.0,,,,,Hautes-Pyrénées
-4.0,2020-04-24,FR-65,186.0,,,,,Hautes-Pyrénées
-0.0,2020-04-25,FR-65,186.0,,,,,Hautes-Pyrénées
-0.0,2020-04-26,FR-65,186.0,,,,,Hautes-Pyrénées
-0.0,2020-04-27,FR-65,186.0,,,,,Hautes-Pyrénées
-3.0,2020-04-28,FR-65,189.0,,,,,Hautes-Pyrénées
-1.0,2020-04-29,FR-65,190.0,,,,,Hautes-Pyrénées
-1.0,2020-04-30,FR-65,191.0,,,,,Hautes-Pyrénées
-0.0,2020-05-01,FR-65,191.0,,,,,Hautes-Pyrénées
-1.0,2020-05-02,FR-65,192.0,,,,,Hautes-Pyrénées
-0.0,2020-05-03,FR-65,192.0,,,,,Hautes-Pyrénées
-2.0,2020-05-04,FR-65,194.0,,,,,Hautes-Pyrénées
-0.0,2020-05-05,FR-65,194.0,,,,,Hautes-Pyrénées
-1.0,2020-05-06,FR-65,195.0,,,,,Hautes-Pyrénées
-1.0,2020-05-07,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-08,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-09,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-10,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-11,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-12,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-13,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-14,FR-65,196.0,,,,,Hautes-Pyrénées
-0.0,2020-05-15,FR-65,196.0,,,,,Hautes-Pyrénées
-1.0,2020-05-16,FR-65,197.0,,,,,Hautes-Pyrénées
-0.0,2020-05-17,FR-65,197.0,,,,,Hautes-Pyrénées
-0.0,2020-05-18,FR-65,197.0,,,,,Hautes-Pyrénées
-0.0,2020-05-19,FR-65,197.0,,,,,Hautes-Pyrénées
-0.0,2020-05-20,FR-65,197.0,,,,,Hautes-Pyrénées
-19.0,2020-03-19,FR-66,19.0,,,,,Pyrénées-Orientales
-7.0,2020-03-20,FR-66,26.0,,,,,Pyrénées-Orientales
-1.0,2020-03-21,FR-66,27.0,,,,,Pyrénées-Orientales
-41.0,2020-03-22,FR-66,68.0,,,,,Pyrénées-Orientales
-23.0,2020-03-23,FR-66,91.0,,,,,Pyrénées-Orientales
-16.0,2020-03-24,FR-66,107.0,,,,,Pyrénées-Orientales
-20.0,2020-03-25,FR-66,127.0,,,,,Pyrénées-Orientales
-23.0,2020-03-26,FR-66,150.0,,,,,Pyrénées-Orientales
-13.0,2020-03-27,FR-66,163.0,,,,,Pyrénées-Orientales
-24.0,2020-03-28,FR-66,187.0,,,,,Pyrénées-Orientales
-17.0,2020-03-29,FR-66,204.0,,,,,Pyrénées-Orientales
-11.0,2020-03-30,FR-66,215.0,,,,,Pyrénées-Orientales
-19.0,2020-03-31,FR-66,234.0,,,,,Pyrénées-Orientales
-13.0,2020-04-01,FR-66,247.0,,,,,Pyrénées-Orientales
-11.0,2020-04-02,FR-66,258.0,,,,,Pyrénées-Orientales
-10.0,2020-04-03,FR-66,268.0,,,,,Pyrénées-Orientales
-11.0,2020-04-04,FR-66,279.0,,,,,Pyrénées-Orientales
-7.0,2020-04-05,FR-66,286.0,,,,,Pyrénées-Orientales
-9.0,2020-04-06,FR-66,295.0,,,,,Pyrénées-Orientales
-9.0,2020-04-07,FR-66,304.0,,,,,Pyrénées-Orientales
-5.0,2020-04-08,FR-66,309.0,,,,,Pyrénées-Orientales
-3.0,2020-04-09,FR-66,312.0,,,,,Pyrénées-Orientales
-9.0,2020-04-10,FR-66,321.0,,,,,Pyrénées-Orientales
-5.0,2020-04-11,FR-66,326.0,,,,,Pyrénées-Orientales
-2.0,2020-04-12,FR-66,328.0,,,,,Pyrénées-Orientales
-6.0,2020-04-13,FR-66,334.0,,,,,Pyrénées-Orientales
-2.0,2020-04-14,FR-66,336.0,,,,,Pyrénées-Orientales
-3.0,2020-04-15,FR-66,339.0,,,,,Pyrénées-Orientales
-2.0,2020-04-16,FR-66,341.0,,,,,Pyrénées-Orientales
-1.0,2020-04-17,FR-66,342.0,,,,,Pyrénées-Orientales
-1.0,2020-04-18,FR-66,343.0,,,,,Pyrénées-Orientales
-1.0,2020-04-19,FR-66,344.0,,,,,Pyrénées-Orientales
-1.0,2020-04-20,FR-66,345.0,,,,,Pyrénées-Orientales
-3.0,2020-04-21,FR-66,348.0,,,,,Pyrénées-Orientales
-2.0,2020-04-22,FR-66,350.0,,,,,Pyrénées-Orientales
-4.0,2020-04-23,FR-66,354.0,,,,,Pyrénées-Orientales
-0.0,2020-04-24,FR-66,354.0,,,,,Pyrénées-Orientales
-2.0,2020-04-25,FR-66,356.0,,,,,Pyrénées-Orientales
-0.0,2020-04-26,FR-66,356.0,,,,,Pyrénées-Orientales
-1.0,2020-04-27,FR-66,357.0,,,,,Pyrénées-Orientales
-3.0,2020-04-28,FR-66,360.0,,,,,Pyrénées-Orientales
-3.0,2020-04-29,FR-66,363.0,,,,,Pyrénées-Orientales
-0.0,2020-04-30,FR-66,363.0,,,,,Pyrénées-Orientales
-1.0,2020-05-01,FR-66,364.0,,,,,Pyrénées-Orientales
-0.0,2020-05-02,FR-66,364.0,,,,,Pyrénées-Orientales
-1.0,2020-05-03,FR-66,365.0,,,,,Pyrénées-Orientales
-1.0,2020-05-04,FR-66,366.0,,,,,Pyrénées-Orientales
-1.0,2020-05-05,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-06,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-07,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-08,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-09,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-10,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-11,FR-66,367.0,,,,,Pyrénées-Orientales
-0.0,2020-05-12,FR-66,367.0,,,,,Pyrénées-Orientales
-1.0,2020-05-13,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-14,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-15,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-16,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-17,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-18,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-19,FR-66,368.0,,,,,Pyrénées-Orientales
-0.0,2020-05-20,FR-66,368.0,,,,,Pyrénées-Orientales
-161.0,2020-03-19,FR-67,161.0,,,,,Bas-Rhin
-44.0,2020-03-20,FR-67,205.0,,,,,Bas-Rhin
-67.0,2020-03-21,FR-67,272.0,,,,,Bas-Rhin
-80.0,2020-03-22,FR-67,352.0,,,,,Bas-Rhin
-86.0,2020-03-23,FR-67,438.0,,,,,Bas-Rhin
-130.0,2020-03-24,FR-67,568.0,,,,,Bas-Rhin
-118.0,2020-03-25,FR-67,686.0,,,,,Bas-Rhin
-128.0,2020-03-26,FR-67,814.0,,,,,Bas-Rhin
-102.0,2020-03-27,FR-67,916.0,,,,,Bas-Rhin
-87.0,2020-03-28,FR-67,1003.0,,,,,Bas-Rhin
-90.0,2020-03-29,FR-67,1093.0,,,,,Bas-Rhin
-69.0,2020-03-30,FR-67,1162.0,,,,,Bas-Rhin
-142.0,2020-03-31,FR-67,1304.0,,,,,Bas-Rhin
-162.0,2020-04-01,FR-67,1466.0,,,,,Bas-Rhin
-89.0,2020-04-02,FR-67,1555.0,,,,,Bas-Rhin
-164.0,2020-04-03,FR-67,1719.0,,,,,Bas-Rhin
-91.0,2020-04-04,FR-67,1810.0,,,,,Bas-Rhin
-79.0,2020-04-05,FR-67,1889.0,,,,,Bas-Rhin
-53.0,2020-04-06,FR-67,1942.0,,,,,Bas-Rhin
-88.0,2020-04-07,FR-67,2030.0,,,,,Bas-Rhin
-90.0,2020-04-08,FR-67,2120.0,,,,,Bas-Rhin
-107.0,2020-04-09,FR-67,2227.0,,,,,Bas-Rhin
-115.0,2020-04-10,FR-67,2342.0,,,,,Bas-Rhin
-20.0,2020-04-11,FR-67,2362.0,,,,,Bas-Rhin
-40.0,2020-04-12,FR-67,2402.0,,,,,Bas-Rhin
-19.0,2020-04-13,FR-67,2421.0,,,,,Bas-Rhin
-60.0,2020-04-14,FR-67,2481.0,,,,,Bas-Rhin
-74.0,2020-04-15,FR-67,2555.0,,,,,Bas-Rhin
-53.0,2020-04-16,FR-67,2608.0,,,,,Bas-Rhin
-64.0,2020-04-17,FR-67,2672.0,,,,,Bas-Rhin
-61.0,2020-04-18,FR-67,2733.0,,,,,Bas-Rhin
-18.0,2020-04-19,FR-67,2751.0,,,,,Bas-Rhin
-34.0,2020-04-20,FR-67,2785.0,,,,,Bas-Rhin
-73.0,2020-04-21,FR-67,2858.0,,,,,Bas-Rhin
-39.0,2020-04-22,FR-67,2897.0,,,,,Bas-Rhin
-30.0,2020-04-23,FR-67,2927.0,,,,,Bas-Rhin
-12.0,2020-04-24,FR-67,2939.0,,,,,Bas-Rhin
-32.0,2020-04-25,FR-67,2971.0,,,,,Bas-Rhin
-5.0,2020-04-26,FR-67,2976.0,,,,,Bas-Rhin
-39.0,2020-04-27,FR-67,3015.0,,,,,Bas-Rhin
-31.0,2020-04-28,FR-67,3046.0,,,,,Bas-Rhin
-36.0,2020-04-29,FR-67,3082.0,,,,,Bas-Rhin
-23.0,2020-04-30,FR-67,3105.0,,,,,Bas-Rhin
-22.0,2020-05-01,FR-67,3127.0,,,,,Bas-Rhin
-11.0,2020-05-02,FR-67,3138.0,,,,,Bas-Rhin
-3.0,2020-05-03,FR-67,3141.0,,,,,Bas-Rhin
-13.0,2020-05-04,FR-67,3154.0,,,,,Bas-Rhin
-22.0,2020-05-05,FR-67,3176.0,,,,,Bas-Rhin
-38.0,2020-05-06,FR-67,3214.0,,,,,Bas-Rhin
-20.0,2020-05-07,FR-67,3234.0,,,,,Bas-Rhin
-17.0,2020-05-08,FR-67,3251.0,,,,,Bas-Rhin
-4.0,2020-05-09,FR-67,3255.0,,,,,Bas-Rhin
-6.0,2020-05-10,FR-67,3261.0,,,,,Bas-Rhin
-14.0,2020-05-11,FR-67,3275.0,,,,,Bas-Rhin
-20.0,2020-05-12,FR-67,3295.0,,,,,Bas-Rhin
-31.0,2020-05-13,FR-67,3326.0,,,,,Bas-Rhin
-8.0,2020-05-14,FR-67,3334.0,,,,,Bas-Rhin
-14.0,2020-05-15,FR-67,3348.0,,,,,Bas-Rhin
-3.0,2020-05-16,FR-67,3351.0,,,,,Bas-Rhin
-6.0,2020-05-17,FR-67,3357.0,,,,,Bas-Rhin
-18.0,2020-05-18,FR-67,3375.0,,,,,Bas-Rhin
-12.0,2020-05-19,FR-67,3387.0,,,,,Bas-Rhin
-9.0,2020-05-20,FR-67,3396.0,,,,,Bas-Rhin
-140.0,2020-03-19,FR-68,140.0,,,,,Haut-Rhin
-92.0,2020-03-20,FR-68,232.0,,,,,Haut-Rhin
-83.0,2020-03-21,FR-68,315.0,,,,,Haut-Rhin
-49.0,2020-03-22,FR-68,364.0,,,,,Haut-Rhin
-141.0,2020-03-23,FR-68,505.0,,,,,Haut-Rhin
-179.0,2020-03-24,FR-68,684.0,,,,,Haut-Rhin
-199.0,2020-03-25,FR-68,883.0,,,,,Haut-Rhin
-172.0,2020-03-26,FR-68,1055.0,,,,,Haut-Rhin
-160.0,2020-03-27,FR-68,1215.0,,,,,Haut-Rhin
-143.0,2020-03-28,FR-68,1358.0,,,,,Haut-Rhin
-112.0,2020-03-29,FR-68,1470.0,,,,,Haut-Rhin
-176.0,2020-03-30,FR-68,1646.0,,,,,Haut-Rhin
-166.0,2020-03-31,FR-68,1812.0,,,,,Haut-Rhin
-125.0,2020-04-01,FR-68,1937.0,,,,,Haut-Rhin
-161.0,2020-04-02,FR-68,2098.0,,,,,Haut-Rhin
-106.0,2020-04-03,FR-68,2204.0,,,,,Haut-Rhin
-31.0,2020-04-04,FR-68,2235.0,,,,,Haut-Rhin
-56.0,2020-04-05,FR-68,2291.0,,,,,Haut-Rhin
-98.0,2020-04-06,FR-68,2389.0,,,,,Haut-Rhin
-123.0,2020-04-07,FR-68,2512.0,,,,,Haut-Rhin
-80.0,2020-04-08,FR-68,2592.0,,,,,Haut-Rhin
-68.0,2020-04-09,FR-68,2660.0,,,,,Haut-Rhin
-84.0,2020-04-10,FR-68,2744.0,,,,,Haut-Rhin
-32.0,2020-04-11,FR-68,2776.0,,,,,Haut-Rhin
-29.0,2020-04-12,FR-68,2805.0,,,,,Haut-Rhin
-21.0,2020-04-13,FR-68,2826.0,,,,,Haut-Rhin
-71.0,2020-04-14,FR-68,2897.0,,,,,Haut-Rhin
-77.0,2020-04-15,FR-68,2974.0,,,,,Haut-Rhin
-56.0,2020-04-16,FR-68,3030.0,,,,,Haut-Rhin
-51.0,2020-04-17,FR-68,3081.0,,,,,Haut-Rhin
-26.0,2020-04-18,FR-68,3107.0,,,,,Haut-Rhin
-18.0,2020-04-19,FR-68,3125.0,,,,,Haut-Rhin
-38.0,2020-04-20,FR-68,3163.0,,,,,Haut-Rhin
-51.0,2020-04-21,FR-68,3214.0,,,,,Haut-Rhin
-19.0,2020-04-22,FR-68,3233.0,,,,,Haut-Rhin
-31.0,2020-04-23,FR-68,3264.0,,,,,Haut-Rhin
-39.0,2020-04-24,FR-68,3303.0,,,,,Haut-Rhin
-11.0,2020-04-25,FR-68,3314.0,,,,,Haut-Rhin
-19.0,2020-04-26,FR-68,3333.0,,,,,Haut-Rhin
-38.0,2020-04-27,FR-68,3371.0,,,,,Haut-Rhin
-33.0,2020-04-28,FR-68,3404.0,,,,,Haut-Rhin
-26.0,2020-04-29,FR-68,3430.0,,,,,Haut-Rhin
-43.0,2020-04-30,FR-68,3473.0,,,,,Haut-Rhin
-19.0,2020-05-01,FR-68,3492.0,,,,,Haut-Rhin
-12.0,2020-05-02,FR-68,3504.0,,,,,Haut-Rhin
-9.0,2020-05-03,FR-68,3513.0,,,,,Haut-Rhin
-44.0,2020-05-04,FR-68,3557.0,,,,,Haut-Rhin
-36.0,2020-05-05,FR-68,3593.0,,,,,Haut-Rhin
-18.0,2020-05-06,FR-68,3611.0,,,,,Haut-Rhin
-23.0,2020-05-07,FR-68,3634.0,,,,,Haut-Rhin
-15.0,2020-05-08,FR-68,3649.0,,,,,Haut-Rhin
-5.0,2020-05-09,FR-68,3654.0,,,,,Haut-Rhin
-3.0,2020-05-10,FR-68,3657.0,,,,,Haut-Rhin
-28.0,2020-05-11,FR-68,3685.0,,,,,Haut-Rhin
-29.0,2020-05-12,FR-68,3714.0,,,,,Haut-Rhin
-6.0,2020-05-13,FR-68,3720.0,,,,,Haut-Rhin
-50.0,2020-05-14,FR-68,3770.0,,,,,Haut-Rhin
-24.0,2020-05-15,FR-68,3794.0,,,,,Haut-Rhin
-8.0,2020-05-16,FR-68,3802.0,,,,,Haut-Rhin
-9.0,2020-05-17,FR-68,3811.0,,,,,Haut-Rhin
-23.0,2020-05-18,FR-68,3834.0,,,,,Haut-Rhin
-22.0,2020-05-19,FR-68,3856.0,,,,,Haut-Rhin
-18.0,2020-05-20,FR-68,3874.0,,,,,Haut-Rhin
-244.0,2020-03-19,FR-69,244.0,,,,,Rhône
-32.0,2020-03-20,FR-69,276.0,,,,,Rhône
-70.0,2020-03-21,FR-69,346.0,,,,,Rhône
-56.0,2020-03-22,FR-69,402.0,,,,,Rhône
-109.0,2020-03-23,FR-69,511.0,,,,,Rhône
-83.0,2020-03-24,FR-69,594.0,,,,,Rhône
-128.0,2020-03-25,FR-69,722.0,,,,,Rhône
-145.0,2020-03-26,FR-69,867.0,,,,,Rhône
-182.0,2020-03-27,FR-69,1049.0,,,,,Rhône
-185.0,2020-03-28,FR-69,1234.0,,,,,Rhône
-104.0,2020-03-29,FR-69,1338.0,,,,,Rhône
-117.0,2020-03-30,FR-69,1455.0,,,,,Rhône
-135.0,2020-03-31,FR-69,1590.0,,,,,Rhône
-148.0,2020-04-01,FR-69,1738.0,,,,,Rhône
-111.0,2020-04-02,FR-69,1849.0,,,,,Rhône
-132.0,2020-04-03,FR-69,1981.0,,,,,Rhône
-90.0,2020-04-04,FR-69,2071.0,,,,,Rhône
-86.0,2020-04-05,FR-69,2157.0,,,,,Rhône
-66.0,2020-04-06,FR-69,2223.0,,,,,Rhône
-110.0,2020-04-07,FR-69,2333.0,,,,,Rhône
-96.0,2020-04-08,FR-69,2429.0,,,,,Rhône
-133.0,2020-04-09,FR-69,2562.0,,,,,Rhône
-86.0,2020-04-10,FR-69,2648.0,,,,,Rhône
-128.0,2020-04-11,FR-69,2776.0,,,,,Rhône
-39.0,2020-04-12,FR-69,2815.0,,,,,Rhône
-28.0,2020-04-13,FR-69,2843.0,,,,,Rhône
-63.0,2020-04-14,FR-69,2906.0,,,,,Rhône
-104.0,2020-04-15,FR-69,3010.0,,,,,Rhône
-76.0,2020-04-16,FR-69,3086.0,,,,,Rhône
-90.0,2020-04-17,FR-69,3176.0,,,,,Rhône
-66.0,2020-04-18,FR-69,3242.0,,,,,Rhône
-41.0,2020-04-19,FR-69,3283.0,,,,,Rhône
-35.0,2020-04-20,FR-69,3318.0,,,,,Rhône
-62.0,2020-04-21,FR-69,3380.0,,,,,Rhône
-61.0,2020-04-22,FR-69,3441.0,,,,,Rhône
-50.0,2020-04-23,FR-69,3491.0,,,,,Rhône
-61.0,2020-04-24,FR-69,3552.0,,,,,Rhône
-62.0,2020-04-25,FR-69,3614.0,,,,,Rhône
-18.0,2020-04-26,FR-69,3632.0,,,,,Rhône
-24.0,2020-04-27,FR-69,3656.0,,,,,Rhône
-44.0,2020-04-28,FR-69,3700.0,,,,,Rhône
-33.0,2020-04-29,FR-69,3733.0,,,,,Rhône
-39.0,2020-04-30,FR-69,3772.0,,,,,Rhône
-47.0,2020-05-01,FR-69,3819.0,,,,,Rhône
-24.0,2020-05-02,FR-69,3843.0,,,,,Rhône
-13.0,2020-05-03,FR-69,3856.0,,,,,Rhône
-13.0,2020-05-04,FR-69,3869.0,,,,,Rhône
-30.0,2020-05-05,FR-69,3899.0,,,,,Rhône
-20.0,2020-05-06,FR-69,3919.0,,,,,Rhône
-38.0,2020-05-07,FR-69,3957.0,,,,,Rhône
-25.0,2020-05-08,FR-69,3982.0,,,,,Rhône
-4.0,2020-05-09,FR-69,3986.0,,,,,Rhône
-2.0,2020-05-10,FR-69,3988.0,,,,,Rhône
-9.0,2020-05-11,FR-69,3997.0,,,,,Rhône
-15.0,2020-05-12,FR-69,4012.0,,,,,Rhône
-10.0,2020-05-13,FR-69,4022.0,,,,,Rhône
-18.0,2020-05-14,FR-69,4040.0,,,,,Rhône
-7.0,2020-05-15,FR-69,4047.0,,,,,Rhône
-42.0,2020-05-16,FR-69,4089.0,,,,,Rhône
-8.0,2020-05-17,FR-69,4097.0,,,,,Rhône
-8.0,2020-05-18,FR-69,4105.0,,,,,Rhône
-22.0,2020-05-19,FR-69,4127.0,,,,,Rhône
-9.0,2020-05-20,FR-69,4136.0,,,,,Rhône
-8.0,2020-03-19,FR-70,8.0,,,,,Haute-Saône
-8.0,2020-03-20,FR-70,16.0,,,,,Haute-Saône
-3.0,2020-03-21,FR-70,19.0,,,,,Haute-Saône
-0.0,2020-03-22,FR-70,19.0,,,,,Haute-Saône
-2.0,2020-03-23,FR-70,21.0,,,,,Haute-Saône
-16.0,2020-03-24,FR-70,37.0,,,,,Haute-Saône
-15.0,2020-03-25,FR-70,52.0,,,,,Haute-Saône
-21.0,2020-03-26,FR-70,73.0,,,,,Haute-Saône
-15.0,2020-03-27,FR-70,88.0,,,,,Haute-Saône
-8.0,2020-03-28,FR-70,96.0,,,,,Haute-Saône
-6.0,2020-03-29,FR-70,102.0,,,,,Haute-Saône
-14.0,2020-03-30,FR-70,116.0,,,,,Haute-Saône
-28.0,2020-03-31,FR-70,144.0,,,,,Haute-Saône
-14.0,2020-04-01,FR-70,158.0,,,,,Haute-Saône
-20.0,2020-04-02,FR-70,178.0,,,,,Haute-Saône
-9.0,2020-04-03,FR-70,187.0,,,,,Haute-Saône
-8.0,2020-04-04,FR-70,195.0,,,,,Haute-Saône
-6.0,2020-04-05,FR-70,201.0,,,,,Haute-Saône
-9.0,2020-04-06,FR-70,210.0,,,,,Haute-Saône
-16.0,2020-04-07,FR-70,226.0,,,,,Haute-Saône
-7.0,2020-04-08,FR-70,233.0,,,,,Haute-Saône
-10.0,2020-04-09,FR-70,243.0,,,,,Haute-Saône
-5.0,2020-04-10,FR-70,248.0,,,,,Haute-Saône
-0.0,2020-04-11,FR-70,248.0,,,,,Haute-Saône
-1.0,2020-04-12,FR-70,249.0,,,,,Haute-Saône
-1.0,2020-04-13,FR-70,250.0,,,,,Haute-Saône
-12.0,2020-04-14,FR-70,262.0,,,,,Haute-Saône
-14.0,2020-04-15,FR-70,276.0,,,,,Haute-Saône
-6.0,2020-04-16,FR-70,282.0,,,,,Haute-Saône
-5.0,2020-04-17,FR-70,287.0,,,,,Haute-Saône
-2.0,2020-04-18,FR-70,289.0,,,,,Haute-Saône
-0.0,2020-04-19,FR-70,289.0,,,,,Haute-Saône
-10.0,2020-04-20,FR-70,299.0,,,,,Haute-Saône
-3.0,2020-04-21,FR-70,302.0,,,,,Haute-Saône
-3.0,2020-04-22,FR-70,305.0,,,,,Haute-Saône
-4.0,2020-04-23,FR-70,309.0,,,,,Haute-Saône
-17.0,2020-04-24,FR-70,326.0,,,,,Haute-Saône
-0.0,2020-04-25,FR-70,326.0,,,,,Haute-Saône
-2.0,2020-04-26,FR-70,328.0,,,,,Haute-Saône
-1.0,2020-04-27,FR-70,329.0,,,,,Haute-Saône
-3.0,2020-04-28,FR-70,332.0,,,,,Haute-Saône
-2.0,2020-04-29,FR-70,334.0,,,,,Haute-Saône
-2.0,2020-04-30,FR-70,336.0,,,,,Haute-Saône
-0.0,2020-05-01,FR-70,336.0,,,,,Haute-Saône
-0.0,2020-05-02,FR-70,336.0,,,,,Haute-Saône
-0.0,2020-05-03,FR-70,336.0,,,,,Haute-Saône
-6.0,2020-05-04,FR-70,342.0,,,,,Haute-Saône
-2.0,2020-05-05,FR-70,344.0,,,,,Haute-Saône
-4.0,2020-05-06,FR-70,348.0,,,,,Haute-Saône
-4.0,2020-05-07,FR-70,352.0,,,,,Haute-Saône
-1.0,2020-05-08,FR-70,353.0,,,,,Haute-Saône
-2.0,2020-05-09,FR-70,355.0,,,,,Haute-Saône
-1.0,2020-05-10,FR-70,356.0,,,,,Haute-Saône
-3.0,2020-05-11,FR-70,359.0,,,,,Haute-Saône
-1.0,2020-05-12,FR-70,360.0,,,,,Haute-Saône
-0.0,2020-05-13,FR-70,360.0,,,,,Haute-Saône
-1.0,2020-05-14,FR-70,361.0,,,,,Haute-Saône
-0.0,2020-05-15,FR-70,361.0,,,,,Haute-Saône
-0.0,2020-05-16,FR-70,361.0,,,,,Haute-Saône
-0.0,2020-05-17,FR-70,361.0,,,,,Haute-Saône
-1.0,2020-05-18,FR-70,362.0,,,,,Haute-Saône
-0.0,2020-05-19,FR-70,362.0,,,,,Haute-Saône
-0.0,2020-05-20,FR-70,362.0,,,,,Haute-Saône
-17.0,2020-03-19,FR-71,17.0,,,,,Saône-et-Loire
-10.0,2020-03-20,FR-71,27.0,,,,,Saône-et-Loire
-11.0,2020-03-21,FR-71,38.0,,,,,Saône-et-Loire
-41.0,2020-03-22,FR-71,79.0,,,,,Saône-et-Loire
-22.0,2020-03-23,FR-71,101.0,,,,,Saône-et-Loire
-63.0,2020-03-24,FR-71,164.0,,,,,Saône-et-Loire
-43.0,2020-03-25,FR-71,207.0,,,,,Saône-et-Loire
-66.0,2020-03-26,FR-71,273.0,,,,,Saône-et-Loire
-23.0,2020-03-27,FR-71,296.0,,,,,Saône-et-Loire
-37.0,2020-03-28,FR-71,333.0,,,,,Saône-et-Loire
-14.0,2020-03-29,FR-71,347.0,,,,,Saône-et-Loire
-11.0,2020-03-30,FR-71,358.0,,,,,Saône-et-Loire
-28.0,2020-03-31,FR-71,386.0,,,,,Saône-et-Loire
-24.0,2020-04-01,FR-71,410.0,,,,,Saône-et-Loire
-19.0,2020-04-02,FR-71,429.0,,,,,Saône-et-Loire
-21.0,2020-04-03,FR-71,450.0,,,,,Saône-et-Loire
-14.0,2020-04-04,FR-71,464.0,,,,,Saône-et-Loire
-13.0,2020-04-05,FR-71,477.0,,,,,Saône-et-Loire
-46.0,2020-04-06,FR-71,523.0,,,,,Saône-et-Loire
-27.0,2020-04-07,FR-71,550.0,,,,,Saône-et-Loire
-23.0,2020-04-08,FR-71,573.0,,,,,Saône-et-Loire
-23.0,2020-04-09,FR-71,596.0,,,,,Saône-et-Loire
-17.0,2020-04-10,FR-71,613.0,,,,,Saône-et-Loire
-19.0,2020-04-11,FR-71,632.0,,,,,Saône-et-Loire
-6.0,2020-04-12,FR-71,638.0,,,,,Saône-et-Loire
-2.0,2020-04-13,FR-71,640.0,,,,,Saône-et-Loire
-14.0,2020-04-14,FR-71,654.0,,,,,Saône-et-Loire
-28.0,2020-04-15,FR-71,682.0,,,,,Saône-et-Loire
-30.0,2020-04-16,FR-71,712.0,,,,,Saône-et-Loire
-27.0,2020-04-17,FR-71,739.0,,,,,Saône-et-Loire
-7.0,2020-04-18,FR-71,746.0,,,,,Saône-et-Loire
-9.0,2020-04-19,FR-71,755.0,,,,,Saône-et-Loire
-13.0,2020-04-20,FR-71,768.0,,,,,Saône-et-Loire
-29.0,2020-04-21,FR-71,797.0,,,,,Saône-et-Loire
-43.0,2020-04-22,FR-71,840.0,,,,,Saône-et-Loire
-12.0,2020-04-23,FR-71,852.0,,,,,Saône-et-Loire
-13.0,2020-04-24,FR-71,865.0,,,,,Saône-et-Loire
-15.0,2020-04-25,FR-71,880.0,,,,,Saône-et-Loire
-5.0,2020-04-26,FR-71,885.0,,,,,Saône-et-Loire
-16.0,2020-04-27,FR-71,901.0,,,,,Saône-et-Loire
-32.0,2020-04-28,FR-71,933.0,,,,,Saône-et-Loire
-30.0,2020-04-29,FR-71,963.0,,,,,Saône-et-Loire
-28.0,2020-04-30,FR-71,991.0,,,,,Saône-et-Loire
-5.0,2020-05-01,FR-71,996.0,,,,,Saône-et-Loire
-1.0,2020-05-02,FR-71,997.0,,,,,Saône-et-Loire
-6.0,2020-05-03,FR-71,1003.0,,,,,Saône-et-Loire
-5.0,2020-05-04,FR-71,1008.0,,,,,Saône-et-Loire
-12.0,2020-05-05,FR-71,1020.0,,,,,Saône-et-Loire
-9.0,2020-05-06,FR-71,1029.0,,,,,Saône-et-Loire
-5.0,2020-05-07,FR-71,1034.0,,,,,Saône-et-Loire
-6.0,2020-05-08,FR-71,1040.0,,,,,Saône-et-Loire
-2.0,2020-05-09,FR-71,1042.0,,,,,Saône-et-Loire
-3.0,2020-05-10,FR-71,1045.0,,,,,Saône-et-Loire
-4.0,2020-05-11,FR-71,1049.0,,,,,Saône-et-Loire
-1.0,2020-05-12,FR-71,1050.0,,,,,Saône-et-Loire
-11.0,2020-05-13,FR-71,1061.0,,,,,Saône-et-Loire
-5.0,2020-05-14,FR-71,1066.0,,,,,Saône-et-Loire
-5.0,2020-05-15,FR-71,1071.0,,,,,Saône-et-Loire
-1.0,2020-05-16,FR-71,1072.0,,,,,Saône-et-Loire
-0.0,2020-05-17,FR-71,1072.0,,,,,Saône-et-Loire
-8.0,2020-05-18,FR-71,1080.0,,,,,Saône-et-Loire
-9.0,2020-05-19,FR-71,1089.0,,,,,Saône-et-Loire
-3.0,2020-05-20,FR-71,1092.0,,,,,Saône-et-Loire
-3.0,2020-03-19,FR-72,3.0,,,,,Sarthe
-0.0,2020-03-20,FR-72,3.0,,,,,Sarthe
-3.0,2020-03-21,FR-72,6.0,,,,,Sarthe
-5.0,2020-03-22,FR-72,11.0,,,,,Sarthe
-6.0,2020-03-23,FR-72,17.0,,,,,Sarthe
-9.0,2020-03-24,FR-72,26.0,,,,,Sarthe
-4.0,2020-03-25,FR-72,30.0,,,,,Sarthe
-24.0,2020-03-26,FR-72,54.0,,,,,Sarthe
-16.0,2020-03-27,FR-72,70.0,,,,,Sarthe
-33.0,2020-03-28,FR-72,103.0,,,,,Sarthe
-26.0,2020-03-29,FR-72,129.0,,,,,Sarthe
-22.0,2020-03-30,FR-72,151.0,,,,,Sarthe
-20.0,2020-03-31,FR-72,171.0,,,,,Sarthe
-18.0,2020-04-01,FR-72,189.0,,,,,Sarthe
-18.0,2020-04-02,FR-72,207.0,,,,,Sarthe
-14.0,2020-04-03,FR-72,221.0,,,,,Sarthe
-5.0,2020-04-04,FR-72,226.0,,,,,Sarthe
-9.0,2020-04-05,FR-72,235.0,,,,,Sarthe
-5.0,2020-04-06,FR-72,240.0,,,,,Sarthe
-14.0,2020-04-07,FR-72,254.0,,,,,Sarthe
-16.0,2020-04-08,FR-72,270.0,,,,,Sarthe
-26.0,2020-04-09,FR-72,296.0,,,,,Sarthe
-7.0,2020-04-10,FR-72,303.0,,,,,Sarthe
-13.0,2020-04-11,FR-72,316.0,,,,,Sarthe
-9.0,2020-04-12,FR-72,325.0,,,,,Sarthe
-5.0,2020-04-13,FR-72,330.0,,,,,Sarthe
-11.0,2020-04-14,FR-72,341.0,,,,,Sarthe
-20.0,2020-04-15,FR-72,361.0,,,,,Sarthe
-12.0,2020-04-16,FR-72,373.0,,,,,Sarthe
-6.0,2020-04-17,FR-72,379.0,,,,,Sarthe
-9.0,2020-04-18,FR-72,388.0,,,,,Sarthe
-4.0,2020-04-19,FR-72,392.0,,,,,Sarthe
-9.0,2020-04-20,FR-72,401.0,,,,,Sarthe
-5.0,2020-04-21,FR-72,406.0,,,,,Sarthe
-7.0,2020-04-22,FR-72,413.0,,,,,Sarthe
-14.0,2020-04-23,FR-72,427.0,,,,,Sarthe
-9.0,2020-04-24,FR-72,436.0,,,,,Sarthe
-7.0,2020-04-25,FR-72,443.0,,,,,Sarthe
-5.0,2020-04-26,FR-72,448.0,,,,,Sarthe
-5.0,2020-04-27,FR-72,453.0,,,,,Sarthe
-5.0,2020-04-28,FR-72,458.0,,,,,Sarthe
-4.0,2020-04-29,FR-72,462.0,,,,,Sarthe
-3.0,2020-04-30,FR-72,465.0,,,,,Sarthe
-11.0,2020-05-01,FR-72,476.0,,,,,Sarthe
-2.0,2020-05-02,FR-72,478.0,,,,,Sarthe
-3.0,2020-05-03,FR-72,481.0,,,,,Sarthe
-1.0,2020-05-04,FR-72,482.0,,,,,Sarthe
-7.0,2020-05-05,FR-72,489.0,,,,,Sarthe
-6.0,2020-05-06,FR-72,495.0,,,,,Sarthe
-2.0,2020-05-07,FR-72,497.0,,,,,Sarthe
-5.0,2020-05-08,FR-72,502.0,,,,,Sarthe
-3.0,2020-05-09,FR-72,505.0,,,,,Sarthe
-4.0,2020-05-10,FR-72,509.0,,,,,Sarthe
-0.0,2020-05-11,FR-72,509.0,,,,,Sarthe
-4.0,2020-05-12,FR-72,513.0,,,,,Sarthe
-6.0,2020-05-13,FR-72,519.0,,,,,Sarthe
-5.0,2020-05-14,FR-72,524.0,,,,,Sarthe
-2.0,2020-05-15,FR-72,526.0,,,,,Sarthe
-1.0,2020-05-16,FR-72,527.0,,,,,Sarthe
-1.0,2020-05-17,FR-72,528.0,,,,,Sarthe
-1.0,2020-05-18,FR-72,529.0,,,,,Sarthe
-0.0,2020-05-19,FR-72,529.0,,,,,Sarthe
-1.0,2020-05-20,FR-72,530.0,,,,,Sarthe
-9.0,2020-03-19,FR-73,9.0,,,,,Savoie
-5.0,2020-03-20,FR-73,14.0,,,,,Savoie
-2.0,2020-03-21,FR-73,16.0,,,,,Savoie
-8.0,2020-03-22,FR-73,24.0,,,,,Savoie
-6.0,2020-03-23,FR-73,30.0,,,,,Savoie
-6.0,2020-03-24,FR-73,36.0,,,,,Savoie
-17.0,2020-03-25,FR-73,53.0,,,,,Savoie
-11.0,2020-03-26,FR-73,64.0,,,,,Savoie
-13.0,2020-03-27,FR-73,77.0,,,,,Savoie
-7.0,2020-03-28,FR-73,84.0,,,,,Savoie
-20.0,2020-03-29,FR-73,104.0,,,,,Savoie
-13.0,2020-03-30,FR-73,117.0,,,,,Savoie
-34.0,2020-03-31,FR-73,151.0,,,,,Savoie
-46.0,2020-04-01,FR-73,197.0,,,,,Savoie
-34.0,2020-04-02,FR-73,231.0,,,,,Savoie
-5.0,2020-04-03,FR-73,236.0,,,,,Savoie
-6.0,2020-04-04,FR-73,242.0,,,,,Savoie
-6.0,2020-04-05,FR-73,248.0,,,,,Savoie
-9.0,2020-04-06,FR-73,257.0,,,,,Savoie
-21.0,2020-04-07,FR-73,278.0,,,,,Savoie
-9.0,2020-04-08,FR-73,287.0,,,,,Savoie
-18.0,2020-04-09,FR-73,305.0,,,,,Savoie
-12.0,2020-04-10,FR-73,317.0,,,,,Savoie
-8.0,2020-04-11,FR-73,325.0,,,,,Savoie
-6.0,2020-04-12,FR-73,331.0,,,,,Savoie
-5.0,2020-04-13,FR-73,336.0,,,,,Savoie
-6.0,2020-04-14,FR-73,342.0,,,,,Savoie
-7.0,2020-04-15,FR-73,349.0,,,,,Savoie
-6.0,2020-04-16,FR-73,355.0,,,,,Savoie
-14.0,2020-04-17,FR-73,369.0,,,,,Savoie
-7.0,2020-04-18,FR-73,376.0,,,,,Savoie
-6.0,2020-04-19,FR-73,382.0,,,,,Savoie
-4.0,2020-04-20,FR-73,386.0,,,,,Savoie
-12.0,2020-04-21,FR-73,398.0,,,,,Savoie
-2.0,2020-04-22,FR-73,400.0,,,,,Savoie
-10.0,2020-04-23,FR-73,410.0,,,,,Savoie
-6.0,2020-04-24,FR-73,416.0,,,,,Savoie
-10.0,2020-04-25,FR-73,426.0,,,,,Savoie
-2.0,2020-04-26,FR-73,428.0,,,,,Savoie
-4.0,2020-04-27,FR-73,432.0,,,,,Savoie
-6.0,2020-04-28,FR-73,438.0,,,,,Savoie
-1.0,2020-04-29,FR-73,439.0,,,,,Savoie
-3.0,2020-04-30,FR-73,442.0,,,,,Savoie
-2.0,2020-05-01,FR-73,444.0,,,,,Savoie
-0.0,2020-05-02,FR-73,444.0,,,,,Savoie
-1.0,2020-05-03,FR-73,445.0,,,,,Savoie
-3.0,2020-05-04,FR-73,448.0,,,,,Savoie
-8.0,2020-05-05,FR-73,456.0,,,,,Savoie
-1.0,2020-05-06,FR-73,457.0,,,,,Savoie
-2.0,2020-05-07,FR-73,459.0,,,,,Savoie
-1.0,2020-05-08,FR-73,460.0,,,,,Savoie
-1.0,2020-05-09,FR-73,461.0,,,,,Savoie
-0.0,2020-05-10,FR-73,461.0,,,,,Savoie
-3.0,2020-05-11,FR-73,464.0,,,,,Savoie
-2.0,2020-05-12,FR-73,466.0,,,,,Savoie
-1.0,2020-05-13,FR-73,467.0,,,,,Savoie
-3.0,2020-05-14,FR-73,470.0,,,,,Savoie
-2.0,2020-05-15,FR-73,472.0,,,,,Savoie
-1.0,2020-05-16,FR-73,473.0,,,,,Savoie
-1.0,2020-05-17,FR-73,474.0,,,,,Savoie
-0.0,2020-05-18,FR-73,474.0,,,,,Savoie
-2.0,2020-05-19,FR-73,476.0,,,,,Savoie
-3.0,2020-05-20,FR-73,479.0,,,,,Savoie
-13.0,2020-03-19,FR-74,13.0,,,,,Haute-Savoie
-23.0,2020-03-20,FR-74,36.0,,,,,Haute-Savoie
-15.0,2020-03-21,FR-74,51.0,,,,,Haute-Savoie
-16.0,2020-03-22,FR-74,67.0,,,,,Haute-Savoie
-26.0,2020-03-23,FR-74,93.0,,,,,Haute-Savoie
-14.0,2020-03-24,FR-74,107.0,,,,,Haute-Savoie
-36.0,2020-03-25,FR-74,143.0,,,,,Haute-Savoie
-35.0,2020-03-26,FR-74,178.0,,,,,Haute-Savoie
-40.0,2020-03-27,FR-74,218.0,,,,,Haute-Savoie
-37.0,2020-03-28,FR-74,255.0,,,,,Haute-Savoie
-45.0,2020-03-29,FR-74,300.0,,,,,Haute-Savoie
-46.0,2020-03-30,FR-74,346.0,,,,,Haute-Savoie
-24.0,2020-03-31,FR-74,370.0,,,,,Haute-Savoie
-39.0,2020-04-01,FR-74,409.0,,,,,Haute-Savoie
-44.0,2020-04-02,FR-74,453.0,,,,,Haute-Savoie
-39.0,2020-04-03,FR-74,492.0,,,,,Haute-Savoie
-16.0,2020-04-04,FR-74,508.0,,,,,Haute-Savoie
-38.0,2020-04-05,FR-74,546.0,,,,,Haute-Savoie
-15.0,2020-04-06,FR-74,561.0,,,,,Haute-Savoie
-25.0,2020-04-07,FR-74,586.0,,,,,Haute-Savoie
-29.0,2020-04-08,FR-74,615.0,,,,,Haute-Savoie
-26.0,2020-04-09,FR-74,641.0,,,,,Haute-Savoie
-15.0,2020-04-10,FR-74,656.0,,,,,Haute-Savoie
-39.0,2020-04-11,FR-74,695.0,,,,,Haute-Savoie
-14.0,2020-04-12,FR-74,709.0,,,,,Haute-Savoie
-11.0,2020-04-13,FR-74,720.0,,,,,Haute-Savoie
-14.0,2020-04-14,FR-74,734.0,,,,,Haute-Savoie
-23.0,2020-04-15,FR-74,757.0,,,,,Haute-Savoie
-17.0,2020-04-16,FR-74,774.0,,,,,Haute-Savoie
-18.0,2020-04-17,FR-74,792.0,,,,,Haute-Savoie
-28.0,2020-04-18,FR-74,820.0,,,,,Haute-Savoie
-12.0,2020-04-19,FR-74,832.0,,,,,Haute-Savoie
-6.0,2020-04-20,FR-74,838.0,,,,,Haute-Savoie
-16.0,2020-04-21,FR-74,854.0,,,,,Haute-Savoie
-9.0,2020-04-22,FR-74,863.0,,,,,Haute-Savoie
-4.0,2020-04-23,FR-74,867.0,,,,,Haute-Savoie
-12.0,2020-04-24,FR-74,879.0,,,,,Haute-Savoie
-8.0,2020-04-25,FR-74,887.0,,,,,Haute-Savoie
-7.0,2020-04-26,FR-74,894.0,,,,,Haute-Savoie
-9.0,2020-04-27,FR-74,903.0,,,,,Haute-Savoie
-15.0,2020-04-28,FR-74,918.0,,,,,Haute-Savoie
-12.0,2020-04-29,FR-74,930.0,,,,,Haute-Savoie
-10.0,2020-04-30,FR-74,940.0,,,,,Haute-Savoie
-7.0,2020-05-01,FR-74,947.0,,,,,Haute-Savoie
-6.0,2020-05-02,FR-74,953.0,,,,,Haute-Savoie
-4.0,2020-05-03,FR-74,957.0,,,,,Haute-Savoie
-6.0,2020-05-04,FR-74,963.0,,,,,Haute-Savoie
-9.0,2020-05-05,FR-74,972.0,,,,,Haute-Savoie
-3.0,2020-05-06,FR-74,975.0,,,,,Haute-Savoie
-9.0,2020-05-07,FR-74,984.0,,,,,Haute-Savoie
-2.0,2020-05-08,FR-74,986.0,,,,,Haute-Savoie
-9.0,2020-05-09,FR-74,995.0,,,,,Haute-Savoie
-3.0,2020-05-10,FR-74,998.0,,,,,Haute-Savoie
-2.0,2020-05-11,FR-74,1000.0,,,,,Haute-Savoie
-2.0,2020-05-12,FR-74,1002.0,,,,,Haute-Savoie
-6.0,2020-05-13,FR-74,1008.0,,,,,Haute-Savoie
-8.0,2020-05-14,FR-74,1016.0,,,,,Haute-Savoie
-4.0,2020-05-15,FR-74,1020.0,,,,,Haute-Savoie
-4.0,2020-05-16,FR-74,1024.0,,,,,Haute-Savoie
-3.0,2020-05-17,FR-74,1027.0,,,,,Haute-Savoie
-3.0,2020-05-18,FR-74,1030.0,,,,,Haute-Savoie
-3.0,2020-05-19,FR-74,1033.0,,,,,Haute-Savoie
-1.0,2020-05-20,FR-74,1034.0,,,,,Haute-Savoie
-168.0,2020-03-19,FR-75,168.0,,,,,Paris
-119.0,2020-03-20,FR-75,287.0,,,,,Paris
-140.0,2020-03-21,FR-75,427.0,,,,,Paris
-153.0,2020-03-22,FR-75,580.0,,,,,Paris
-190.0,2020-03-23,FR-75,770.0,,,,,Paris
-207.0,2020-03-24,FR-75,977.0,,,,,Paris
-315.0,2020-03-25,FR-75,1292.0,,,,,Paris
-277.0,2020-03-26,FR-75,1569.0,,,,,Paris
-270.0,2020-03-27,FR-75,1839.0,,,,,Paris
-351.0,2020-03-28,FR-75,2190.0,,,,,Paris
-242.0,2020-03-29,FR-75,2432.0,,,,,Paris
-253.0,2020-03-30,FR-75,2685.0,,,,,Paris
-410.0,2020-03-31,FR-75,3095.0,,,,,Paris
-381.0,2020-04-01,FR-75,3476.0,,,,,Paris
-345.0,2020-04-02,FR-75,3821.0,,,,,Paris
-295.0,2020-04-03,FR-75,4116.0,,,,,Paris
-286.0,2020-04-04,FR-75,4402.0,,,,,Paris
-233.0,2020-04-05,FR-75,4635.0,,,,,Paris
-226.0,2020-04-06,FR-75,4861.0,,,,,Paris
-239.0,2020-04-07,FR-75,5100.0,,,,,Paris
-243.0,2020-04-08,FR-75,5343.0,,,,,Paris
-240.0,2020-04-09,FR-75,5583.0,,,,,Paris
-291.0,2020-04-10,FR-75,5874.0,,,,,Paris
-220.0,2020-04-11,FR-75,6094.0,,,,,Paris
-170.0,2020-04-12,FR-75,6264.0,,,,,Paris
-132.0,2020-04-13,FR-75,6396.0,,,,,Paris
-129.0,2020-04-14,FR-75,6525.0,,,,,Paris
-154.0,2020-04-15,FR-75,6679.0,,,,,Paris
-155.0,2020-04-16,FR-75,6834.0,,,,,Paris
-203.0,2020-04-17,FR-75,7037.0,,,,,Paris
-129.0,2020-04-18,FR-75,7166.0,,,,,Paris
-59.0,2020-04-19,FR-75,7225.0,,,,,Paris
-113.0,2020-04-20,FR-75,7338.0,,,,,Paris
-130.0,2020-04-21,FR-75,7468.0,,,,,Paris
-91.0,2020-04-22,FR-75,7559.0,,,,,Paris
-83.0,2020-04-23,FR-75,7642.0,,,,,Paris
-64.0,2020-04-24,FR-75,7706.0,,,,,Paris
-69.0,2020-04-25,FR-75,7775.0,,,,,Paris
-51.0,2020-04-26,FR-75,7826.0,,,,,Paris
-53.0,2020-04-27,FR-75,7879.0,,,,,Paris
-86.0,2020-04-28,FR-75,7965.0,,,,,Paris
-106.0,2020-04-29,FR-75,8071.0,,,,,Paris
-77.0,2020-04-30,FR-75,8148.0,,,,,Paris
-42.0,2020-05-01,FR-75,8190.0,,,,,Paris
-32.0,2020-05-02,FR-75,8222.0,,,,,Paris
-23.0,2020-05-03,FR-75,8245.0,,,,,Paris
-42.0,2020-05-04,FR-75,8287.0,,,,,Paris
-79.0,2020-05-05,FR-75,8366.0,,,,,Paris
-47.0,2020-05-06,FR-75,8413.0,,,,,Paris
-47.0,2020-05-07,FR-75,8460.0,,,,,Paris
-37.0,2020-05-08,FR-75,8497.0,,,,,Paris
-22.0,2020-05-09,FR-75,8519.0,,,,,Paris
-21.0,2020-05-10,FR-75,8540.0,,,,,Paris
-44.0,2020-05-11,FR-75,8584.0,,,,,Paris
-53.0,2020-05-12,FR-75,8637.0,,,,,Paris
-31.0,2020-05-13,FR-75,8668.0,,,,,Paris
-19.0,2020-05-14,FR-75,8687.0,,,,,Paris
-29.0,2020-05-15,FR-75,8716.0,,,,,Paris
-20.0,2020-05-16,FR-75,8736.0,,,,,Paris
-9.0,2020-05-17,FR-75,8745.0,,,,,Paris
-18.0,2020-05-18,FR-75,8763.0,,,,,Paris
-31.0,2020-05-19,FR-75,8794.0,,,,,Paris
-28.0,2020-05-20,FR-75,8822.0,,,,,Paris
-12.0,2020-03-19,FR-76,12.0,,,,,Seine-Maritime
-14.0,2020-03-20,FR-76,26.0,,,,,Seine-Maritime
-17.0,2020-03-21,FR-76,43.0,,,,,Seine-Maritime
-14.0,2020-03-22,FR-76,57.0,,,,,Seine-Maritime
-14.0,2020-03-23,FR-76,71.0,,,,,Seine-Maritime
-24.0,2020-03-24,FR-76,95.0,,,,,Seine-Maritime
-36.0,2020-03-25,FR-76,131.0,,,,,Seine-Maritime
-32.0,2020-03-26,FR-76,163.0,,,,,Seine-Maritime
-33.0,2020-03-27,FR-76,196.0,,,,,Seine-Maritime
-61.0,2020-03-28,FR-76,257.0,,,,,Seine-Maritime
-58.0,2020-03-29,FR-76,315.0,,,,,Seine-Maritime
-14.0,2020-03-30,FR-76,329.0,,,,,Seine-Maritime
-70.0,2020-03-31,FR-76,399.0,,,,,Seine-Maritime
-31.0,2020-04-01,FR-76,430.0,,,,,Seine-Maritime
-57.0,2020-04-02,FR-76,487.0,,,,,Seine-Maritime
-29.0,2020-04-03,FR-76,516.0,,,,,Seine-Maritime
-32.0,2020-04-04,FR-76,548.0,,,,,Seine-Maritime
-23.0,2020-04-05,FR-76,571.0,,,,,Seine-Maritime
-23.0,2020-04-06,FR-76,594.0,,,,,Seine-Maritime
-35.0,2020-04-07,FR-76,629.0,,,,,Seine-Maritime
-19.0,2020-04-08,FR-76,648.0,,,,,Seine-Maritime
-14.0,2020-04-09,FR-76,662.0,,,,,Seine-Maritime
-32.0,2020-04-10,FR-76,694.0,,,,,Seine-Maritime
-13.0,2020-04-11,FR-76,707.0,,,,,Seine-Maritime
-13.0,2020-04-12,FR-76,720.0,,,,,Seine-Maritime
-16.0,2020-04-13,FR-76,736.0,,,,,Seine-Maritime
-14.0,2020-04-14,FR-76,750.0,,,,,Seine-Maritime
-18.0,2020-04-15,FR-76,768.0,,,,,Seine-Maritime
-17.0,2020-04-16,FR-76,785.0,,,,,Seine-Maritime
-18.0,2020-04-17,FR-76,803.0,,,,,Seine-Maritime
-28.0,2020-04-18,FR-76,831.0,,,,,Seine-Maritime
-16.0,2020-04-19,FR-76,847.0,,,,,Seine-Maritime
-13.0,2020-04-20,FR-76,860.0,,,,,Seine-Maritime
-13.0,2020-04-21,FR-76,873.0,,,,,Seine-Maritime
-14.0,2020-04-22,FR-76,887.0,,,,,Seine-Maritime
-11.0,2020-04-23,FR-76,898.0,,,,,Seine-Maritime
-30.0,2020-04-24,FR-76,928.0,,,,,Seine-Maritime
-5.0,2020-04-25,FR-76,933.0,,,,,Seine-Maritime
-6.0,2020-04-26,FR-76,939.0,,,,,Seine-Maritime
-3.0,2020-04-27,FR-76,942.0,,,,,Seine-Maritime
-27.0,2020-04-28,FR-76,969.0,,,,,Seine-Maritime
-3.0,2020-04-29,FR-76,972.0,,,,,Seine-Maritime
-7.0,2020-04-30,FR-76,979.0,,,,,Seine-Maritime
-4.0,2020-05-01,FR-76,983.0,,,,,Seine-Maritime
-0.0,2020-05-02,FR-76,983.0,,,,,Seine-Maritime
-0.0,2020-05-03,FR-76,983.0,,,,,Seine-Maritime
-5.0,2020-05-04,FR-76,988.0,,,,,Seine-Maritime
-5.0,2020-05-05,FR-76,993.0,,,,,Seine-Maritime
-1.0,2020-05-06,FR-76,994.0,,,,,Seine-Maritime
-2.0,2020-05-07,FR-76,996.0,,,,,Seine-Maritime
-8.0,2020-05-08,FR-76,1004.0,,,,,Seine-Maritime
-3.0,2020-05-09,FR-76,1007.0,,,,,Seine-Maritime
-3.0,2020-05-10,FR-76,1010.0,,,,,Seine-Maritime
-7.0,2020-05-11,FR-76,1017.0,,,,,Seine-Maritime
-2.0,2020-05-12,FR-76,1019.0,,,,,Seine-Maritime
-2.0,2020-05-13,FR-76,1021.0,,,,,Seine-Maritime
-4.0,2020-05-14,FR-76,1025.0,,,,,Seine-Maritime
-4.0,2020-05-15,FR-76,1029.0,,,,,Seine-Maritime
-4.0,2020-05-16,FR-76,1033.0,,,,,Seine-Maritime
-3.0,2020-05-17,FR-76,1036.0,,,,,Seine-Maritime
-5.0,2020-05-18,FR-76,1041.0,,,,,Seine-Maritime
-7.0,2020-05-19,FR-76,1048.0,,,,,Seine-Maritime
-3.0,2020-05-20,FR-76,1051.0,,,,,Seine-Maritime
-44.0,2020-03-19,FR-77,44.0,,,,,Seine-et-Marne
-29.0,2020-03-20,FR-77,73.0,,,,,Seine-et-Marne
-31.0,2020-03-21,FR-77,104.0,,,,,Seine-et-Marne
-37.0,2020-03-22,FR-77,141.0,,,,,Seine-et-Marne
-43.0,2020-03-23,FR-77,184.0,,,,,Seine-et-Marne
-50.0,2020-03-24,FR-77,234.0,,,,,Seine-et-Marne
-67.0,2020-03-25,FR-77,301.0,,,,,Seine-et-Marne
-76.0,2020-03-26,FR-77,377.0,,,,,Seine-et-Marne
-83.0,2020-03-27,FR-77,460.0,,,,,Seine-et-Marne
-97.0,2020-03-28,FR-77,557.0,,,,,Seine-et-Marne
-54.0,2020-03-29,FR-77,611.0,,,,,Seine-et-Marne
-85.0,2020-03-30,FR-77,696.0,,,,,Seine-et-Marne
-130.0,2020-03-31,FR-77,826.0,,,,,Seine-et-Marne
-114.0,2020-04-01,FR-77,940.0,,,,,Seine-et-Marne
-113.0,2020-04-02,FR-77,1053.0,,,,,Seine-et-Marne
-133.0,2020-04-03,FR-77,1186.0,,,,,Seine-et-Marne
-68.0,2020-04-04,FR-77,1254.0,,,,,Seine-et-Marne
-56.0,2020-04-05,FR-77,1310.0,,,,,Seine-et-Marne
-64.0,2020-04-06,FR-77,1374.0,,,,,Seine-et-Marne
-115.0,2020-04-07,FR-77,1489.0,,,,,Seine-et-Marne
-94.0,2020-04-08,FR-77,1583.0,,,,,Seine-et-Marne
-133.0,2020-04-09,FR-77,1716.0,,,,,Seine-et-Marne
-107.0,2020-04-10,FR-77,1823.0,,,,,Seine-et-Marne
-63.0,2020-04-11,FR-77,1886.0,,,,,Seine-et-Marne
-45.0,2020-04-12,FR-77,1931.0,,,,,Seine-et-Marne
-47.0,2020-04-13,FR-77,1978.0,,,,,Seine-et-Marne
-80.0,2020-04-14,FR-77,2058.0,,,,,Seine-et-Marne
-100.0,2020-04-15,FR-77,2158.0,,,,,Seine-et-Marne
-115.0,2020-04-16,FR-77,2273.0,,,,,Seine-et-Marne
-100.0,2020-04-17,FR-77,2373.0,,,,,Seine-et-Marne
-74.0,2020-04-18,FR-77,2447.0,,,,,Seine-et-Marne
-45.0,2020-04-19,FR-77,2492.0,,,,,Seine-et-Marne
-46.0,2020-04-20,FR-77,2538.0,,,,,Seine-et-Marne
-58.0,2020-04-21,FR-77,2596.0,,,,,Seine-et-Marne
-53.0,2020-04-22,FR-77,2649.0,,,,,Seine-et-Marne
-35.0,2020-04-23,FR-77,2684.0,,,,,Seine-et-Marne
-62.0,2020-04-24,FR-77,2746.0,,,,,Seine-et-Marne
-46.0,2020-04-25,FR-77,2792.0,,,,,Seine-et-Marne
-16.0,2020-04-26,FR-77,2808.0,,,,,Seine-et-Marne
-21.0,2020-04-27,FR-77,2829.0,,,,,Seine-et-Marne
-37.0,2020-04-28,FR-77,2866.0,,,,,Seine-et-Marne
-64.0,2020-04-29,FR-77,2930.0,,,,,Seine-et-Marne
-44.0,2020-04-30,FR-77,2974.0,,,,,Seine-et-Marne
-22.0,2020-05-01,FR-77,2996.0,,,,,Seine-et-Marne
-20.0,2020-05-02,FR-77,3016.0,,,,,Seine-et-Marne
-4.0,2020-05-03,FR-77,3020.0,,,,,Seine-et-Marne
-28.0,2020-05-04,FR-77,3048.0,,,,,Seine-et-Marne
-51.0,2020-05-05,FR-77,3099.0,,,,,Seine-et-Marne
-51.0,2020-05-06,FR-77,3150.0,,,,,Seine-et-Marne
-19.0,2020-05-07,FR-77,3169.0,,,,,Seine-et-Marne
-13.0,2020-05-08,FR-77,3182.0,,,,,Seine-et-Marne
-31.0,2020-05-09,FR-77,3213.0,,,,,Seine-et-Marne
-1.0,2020-05-10,FR-77,3214.0,,,,,Seine-et-Marne
-15.0,2020-05-11,FR-77,3229.0,,,,,Seine-et-Marne
-36.0,2020-05-12,FR-77,3265.0,,,,,Seine-et-Marne
-21.0,2020-05-13,FR-77,3286.0,,,,,Seine-et-Marne
-20.0,2020-05-14,FR-77,3306.0,,,,,Seine-et-Marne
-10.0,2020-05-15,FR-77,3316.0,,,,,Seine-et-Marne
-24.0,2020-05-16,FR-77,3340.0,,,,,Seine-et-Marne
-7.0,2020-05-17,FR-77,3347.0,,,,,Seine-et-Marne
-6.0,2020-05-18,FR-77,3353.0,,,,,Seine-et-Marne
-6.0,2020-05-19,FR-77,3359.0,,,,,Seine-et-Marne
-25.0,2020-05-20,FR-77,3384.0,,,,,Seine-et-Marne
-54.0,2020-03-19,FR-78,54.0,,,,,Yvelines
-32.0,2020-03-20,FR-78,86.0,,,,,Yvelines
-58.0,2020-03-21,FR-78,144.0,,,,,Yvelines
-39.0,2020-03-22,FR-78,183.0,,,,,Yvelines
-34.0,2020-03-23,FR-78,217.0,,,,,Yvelines
-98.0,2020-03-24,FR-78,315.0,,,,,Yvelines
-81.0,2020-03-25,FR-78,396.0,,,,,Yvelines
-112.0,2020-03-26,FR-78,508.0,,,,,Yvelines
-74.0,2020-03-27,FR-78,582.0,,,,,Yvelines
-100.0,2020-03-28,FR-78,682.0,,,,,Yvelines
-74.0,2020-03-29,FR-78,756.0,,,,,Yvelines
-97.0,2020-03-30,FR-78,853.0,,,,,Yvelines
-193.0,2020-03-31,FR-78,1046.0,,,,,Yvelines
-190.0,2020-04-01,FR-78,1236.0,,,,,Yvelines
-100.0,2020-04-02,FR-78,1336.0,,,,,Yvelines
-86.0,2020-04-03,FR-78,1422.0,,,,,Yvelines
-91.0,2020-04-04,FR-78,1513.0,,,,,Yvelines
-24.0,2020-04-05,FR-78,1537.0,,,,,Yvelines
-125.0,2020-04-06,FR-78,1662.0,,,,,Yvelines
-85.0,2020-04-07,FR-78,1747.0,,,,,Yvelines
-96.0,2020-04-08,FR-78,1843.0,,,,,Yvelines
-54.0,2020-04-09,FR-78,1897.0,,,,,Yvelines
-61.0,2020-04-10,FR-78,1958.0,,,,,Yvelines
-67.0,2020-04-11,FR-78,2025.0,,,,,Yvelines
-33.0,2020-04-12,FR-78,2058.0,,,,,Yvelines
-49.0,2020-04-13,FR-78,2107.0,,,,,Yvelines
-40.0,2020-04-14,FR-78,2147.0,,,,,Yvelines
-70.0,2020-04-15,FR-78,2217.0,,,,,Yvelines
-56.0,2020-04-16,FR-78,2273.0,,,,,Yvelines
-46.0,2020-04-17,FR-78,2319.0,,,,,Yvelines
-32.0,2020-04-18,FR-78,2351.0,,,,,Yvelines
-21.0,2020-04-19,FR-78,2372.0,,,,,Yvelines
-57.0,2020-04-20,FR-78,2429.0,,,,,Yvelines
-39.0,2020-04-21,FR-78,2468.0,,,,,Yvelines
-45.0,2020-04-22,FR-78,2513.0,,,,,Yvelines
-20.0,2020-04-23,FR-78,2533.0,,,,,Yvelines
-52.0,2020-04-24,FR-78,2585.0,,,,,Yvelines
-21.0,2020-04-25,FR-78,2606.0,,,,,Yvelines
-15.0,2020-04-26,FR-78,2621.0,,,,,Yvelines
-16.0,2020-04-27,FR-78,2637.0,,,,,Yvelines
-59.0,2020-04-28,FR-78,2696.0,,,,,Yvelines
-18.0,2020-04-29,FR-78,2714.0,,,,,Yvelines
-30.0,2020-04-30,FR-78,2744.0,,,,,Yvelines
-18.0,2020-05-01,FR-78,2762.0,,,,,Yvelines
-21.0,2020-05-02,FR-78,2783.0,,,,,Yvelines
-6.0,2020-05-03,FR-78,2789.0,,,,,Yvelines
-13.0,2020-05-04,FR-78,2802.0,,,,,Yvelines
-12.0,2020-05-05,FR-78,2814.0,,,,,Yvelines
-16.0,2020-05-06,FR-78,2830.0,,,,,Yvelines
-14.0,2020-05-07,FR-78,2844.0,,,,,Yvelines
-7.0,2020-05-08,FR-78,2851.0,,,,,Yvelines
-5.0,2020-05-09,FR-78,2856.0,,,,,Yvelines
-6.0,2020-05-10,FR-78,2862.0,,,,,Yvelines
-9.0,2020-05-11,FR-78,2871.0,,,,,Yvelines
-28.0,2020-05-12,FR-78,2899.0,,,,,Yvelines
-13.0,2020-05-13,FR-78,2912.0,,,,,Yvelines
-18.0,2020-05-14,FR-78,2930.0,,,,,Yvelines
-16.0,2020-05-15,FR-78,2946.0,,,,,Yvelines
-5.0,2020-05-16,FR-78,2951.0,,,,,Yvelines
-3.0,2020-05-17,FR-78,2954.0,,,,,Yvelines
-10.0,2020-05-18,FR-78,2964.0,,,,,Yvelines
-33.0,2020-05-19,FR-78,2997.0,,,,,Yvelines
-14.0,2020-05-20,FR-78,3011.0,,,,,Yvelines
-4.0,2020-03-19,FR-79,4.0,,,,,Deux-Sèvres
-8.0,2020-03-20,FR-79,12.0,,,,,Deux-Sèvres
-3.0,2020-03-21,FR-79,15.0,,,,,Deux-Sèvres
-4.0,2020-03-22,FR-79,19.0,,,,,Deux-Sèvres
-1.0,2020-03-23,FR-79,20.0,,,,,Deux-Sèvres
-1.0,2020-03-24,FR-79,21.0,,,,,Deux-Sèvres
-3.0,2020-03-25,FR-79,24.0,,,,,Deux-Sèvres
-4.0,2020-03-26,FR-79,28.0,,,,,Deux-Sèvres
-2.0,2020-03-27,FR-79,30.0,,,,,Deux-Sèvres
-2.0,2020-03-28,FR-79,32.0,,,,,Deux-Sèvres
-6.0,2020-03-29,FR-79,38.0,,,,,Deux-Sèvres
-4.0,2020-03-30,FR-79,42.0,,,,,Deux-Sèvres
-4.0,2020-03-31,FR-79,46.0,,,,,Deux-Sèvres
-6.0,2020-04-01,FR-79,52.0,,,,,Deux-Sèvres
-4.0,2020-04-02,FR-79,56.0,,,,,Deux-Sèvres
-2.0,2020-04-03,FR-79,58.0,,,,,Deux-Sèvres
-1.0,2020-04-04,FR-79,59.0,,,,,Deux-Sèvres
-2.0,2020-04-05,FR-79,61.0,,,,,Deux-Sèvres
-3.0,2020-04-06,FR-79,64.0,,,,,Deux-Sèvres
-7.0,2020-04-07,FR-79,71.0,,,,,Deux-Sèvres
-5.0,2020-04-08,FR-79,76.0,,,,,Deux-Sèvres
-4.0,2020-04-09,FR-79,80.0,,,,,Deux-Sèvres
-4.0,2020-04-10,FR-79,84.0,,,,,Deux-Sèvres
-1.0,2020-04-11,FR-79,85.0,,,,,Deux-Sèvres
-1.0,2020-04-12,FR-79,86.0,,,,,Deux-Sèvres
-2.0,2020-04-13,FR-79,88.0,,,,,Deux-Sèvres
-2.0,2020-04-14,FR-79,90.0,,,,,Deux-Sèvres
-3.0,2020-04-15,FR-79,93.0,,,,,Deux-Sèvres
-2.0,2020-04-16,FR-79,95.0,,,,,Deux-Sèvres
-2.0,2020-04-17,FR-79,97.0,,,,,Deux-Sèvres
-1.0,2020-04-18,FR-79,98.0,,,,,Deux-Sèvres
-0.0,2020-04-19,FR-79,98.0,,,,,Deux-Sèvres
-0.0,2020-04-20,FR-79,98.0,,,,,Deux-Sèvres
-1.0,2020-04-21,FR-79,99.0,,,,,Deux-Sèvres
-1.0,2020-04-22,FR-79,100.0,,,,,Deux-Sèvres
-0.0,2020-04-23,FR-79,100.0,,,,,Deux-Sèvres
-0.0,2020-04-24,FR-79,100.0,,,,,Deux-Sèvres
-2.0,2020-04-25,FR-79,102.0,,,,,Deux-Sèvres
-2.0,2020-04-26,FR-79,104.0,,,,,Deux-Sèvres
-1.0,2020-04-27,FR-79,105.0,,,,,Deux-Sèvres
-1.0,2020-04-28,FR-79,106.0,,,,,Deux-Sèvres
-0.0,2020-04-29,FR-79,106.0,,,,,Deux-Sèvres
-1.0,2020-04-30,FR-79,107.0,,,,,Deux-Sèvres
-0.0,2020-05-01,FR-79,107.0,,,,,Deux-Sèvres
-1.0,2020-05-02,FR-79,108.0,,,,,Deux-Sèvres
-0.0,2020-05-03,FR-79,108.0,,,,,Deux-Sèvres
-0.0,2020-05-04,FR-79,108.0,,,,,Deux-Sèvres
-1.0,2020-05-05,FR-79,109.0,,,,,Deux-Sèvres
-0.0,2020-05-06,FR-79,109.0,,,,,Deux-Sèvres
-0.0,2020-05-07,FR-79,109.0,,,,,Deux-Sèvres
-0.0,2020-05-08,FR-79,109.0,,,,,Deux-Sèvres
-0.0,2020-05-09,FR-79,109.0,,,,,Deux-Sèvres
-0.0,2020-05-10,FR-79,109.0,,,,,Deux-Sèvres
-1.0,2020-05-11,FR-79,110.0,,,,,Deux-Sèvres
-0.0,2020-05-12,FR-79,110.0,,,,,Deux-Sèvres
-0.0,2020-05-13,FR-79,110.0,,,,,Deux-Sèvres
-1.0,2020-05-14,FR-79,111.0,,,,,Deux-Sèvres
-0.0,2020-05-15,FR-79,111.0,,,,,Deux-Sèvres
-0.0,2020-05-16,FR-79,111.0,,,,,Deux-Sèvres
-1.0,2020-05-17,FR-79,112.0,,,,,Deux-Sèvres
-0.0,2020-05-18,FR-79,112.0,,,,,Deux-Sèvres
-0.0,2020-05-19,FR-79,112.0,,,,,Deux-Sèvres
-0.0,2020-05-20,FR-79,112.0,,,,,Deux-Sèvres
-29.0,2020-03-19,FR-80,29.0,,,,,Somme
-26.0,2020-03-20,FR-80,55.0,,,,,Somme
-30.0,2020-03-21,FR-80,85.0,,,,,Somme
-18.0,2020-03-22,FR-80,103.0,,,,,Somme
-14.0,2020-03-23,FR-80,117.0,,,,,Somme
-24.0,2020-03-24,FR-80,141.0,,,,,Somme
-34.0,2020-03-25,FR-80,175.0,,,,,Somme
-19.0,2020-03-26,FR-80,194.0,,,,,Somme
-17.0,2020-03-27,FR-80,211.0,,,,,Somme
-58.0,2020-03-28,FR-80,269.0,,,,,Somme
-35.0,2020-03-29,FR-80,304.0,,,,,Somme
-28.0,2020-03-30,FR-80,332.0,,,,,Somme
-48.0,2020-03-31,FR-80,380.0,,,,,Somme
-24.0,2020-04-01,FR-80,404.0,,,,,Somme
-32.0,2020-04-02,FR-80,436.0,,,,,Somme
-58.0,2020-04-03,FR-80,494.0,,,,,Somme
-60.0,2020-04-04,FR-80,554.0,,,,,Somme
-25.0,2020-04-05,FR-80,579.0,,,,,Somme
-29.0,2020-04-06,FR-80,608.0,,,,,Somme
-24.0,2020-04-07,FR-80,632.0,,,,,Somme
-25.0,2020-04-08,FR-80,657.0,,,,,Somme
-24.0,2020-04-09,FR-80,681.0,,,,,Somme
-23.0,2020-04-10,FR-80,704.0,,,,,Somme
-42.0,2020-04-11,FR-80,746.0,,,,,Somme
-12.0,2020-04-12,FR-80,758.0,,,,,Somme
-21.0,2020-04-13,FR-80,779.0,,,,,Somme
-23.0,2020-04-14,FR-80,802.0,,,,,Somme
-13.0,2020-04-15,FR-80,815.0,,,,,Somme
-16.0,2020-04-16,FR-80,831.0,,,,,Somme
-29.0,2020-04-17,FR-80,860.0,,,,,Somme
-10.0,2020-04-18,FR-80,870.0,,,,,Somme
-12.0,2020-04-19,FR-80,882.0,,,,,Somme
-7.0,2020-04-20,FR-80,889.0,,,,,Somme
-11.0,2020-04-21,FR-80,900.0,,,,,Somme
-29.0,2020-04-22,FR-80,929.0,,,,,Somme
-16.0,2020-04-23,FR-80,945.0,,,,,Somme
-10.0,2020-04-24,FR-80,955.0,,,,,Somme
-15.0,2020-04-25,FR-80,970.0,,,,,Somme
-7.0,2020-04-26,FR-80,977.0,,,,,Somme
-9.0,2020-04-27,FR-80,986.0,,,,,Somme
-9.0,2020-04-28,FR-80,995.0,,,,,Somme
-3.0,2020-04-29,FR-80,998.0,,,,,Somme
-7.0,2020-04-30,FR-80,1005.0,,,,,Somme
-3.0,2020-05-01,FR-80,1008.0,,,,,Somme
-2.0,2020-05-02,FR-80,1010.0,,,,,Somme
-3.0,2020-05-03,FR-80,1013.0,,,,,Somme
-3.0,2020-05-04,FR-80,1016.0,,,,,Somme
-11.0,2020-05-05,FR-80,1027.0,,,,,Somme
-8.0,2020-05-06,FR-80,1035.0,,,,,Somme
-3.0,2020-05-07,FR-80,1038.0,,,,,Somme
-4.0,2020-05-08,FR-80,1042.0,,,,,Somme
-3.0,2020-05-09,FR-80,1045.0,,,,,Somme
-1.0,2020-05-10,FR-80,1046.0,,,,,Somme
-6.0,2020-05-11,FR-80,1052.0,,,,,Somme
-2.0,2020-05-12,FR-80,1054.0,,,,,Somme
-1.0,2020-05-13,FR-80,1055.0,,,,,Somme
-3.0,2020-05-14,FR-80,1058.0,,,,,Somme
-2.0,2020-05-15,FR-80,1060.0,,,,,Somme
-6.0,2020-05-16,FR-80,1066.0,,,,,Somme
-0.0,2020-05-17,FR-80,1066.0,,,,,Somme
-0.0,2020-05-18,FR-80,1066.0,,,,,Somme
-1.0,2020-05-19,FR-80,1067.0,,,,,Somme
-0.0,2020-05-20,FR-80,1067.0,,,,,Somme
-2.0,2020-03-19,FR-81,2.0,,,,,Tarn
-3.0,2020-03-20,FR-81,5.0,,,,,Tarn
-1.0,2020-03-21,FR-81,6.0,,,,,Tarn
-2.0,2020-03-22,FR-81,8.0,,,,,Tarn
-0.0,2020-03-23,FR-81,8.0,,,,,Tarn
-1.0,2020-03-24,FR-81,9.0,,,,,Tarn
-8.0,2020-03-25,FR-81,17.0,,,,,Tarn
-10.0,2020-03-26,FR-81,27.0,,,,,Tarn
-4.0,2020-03-27,FR-81,31.0,,,,,Tarn
-5.0,2020-03-28,FR-81,36.0,,,,,Tarn
-7.0,2020-03-29,FR-81,43.0,,,,,Tarn
-5.0,2020-03-30,FR-81,48.0,,,,,Tarn
-5.0,2020-03-31,FR-81,53.0,,,,,Tarn
-11.0,2020-04-01,FR-81,64.0,,,,,Tarn
-10.0,2020-04-02,FR-81,74.0,,,,,Tarn
-4.0,2020-04-03,FR-81,78.0,,,,,Tarn
-2.0,2020-04-04,FR-81,80.0,,,,,Tarn
-3.0,2020-04-05,FR-81,83.0,,,,,Tarn
-3.0,2020-04-06,FR-81,86.0,,,,,Tarn
-10.0,2020-04-07,FR-81,96.0,,,,,Tarn
-3.0,2020-04-08,FR-81,99.0,,,,,Tarn
-4.0,2020-04-09,FR-81,103.0,,,,,Tarn
-2.0,2020-04-10,FR-81,105.0,,,,,Tarn
-2.0,2020-04-11,FR-81,107.0,,,,,Tarn
-2.0,2020-04-12,FR-81,109.0,,,,,Tarn
-3.0,2020-04-13,FR-81,112.0,,,,,Tarn
-3.0,2020-04-14,FR-81,115.0,,,,,Tarn
-3.0,2020-04-15,FR-81,118.0,,,,,Tarn
-2.0,2020-04-16,FR-81,120.0,,,,,Tarn
-1.0,2020-04-17,FR-81,121.0,,,,,Tarn
-2.0,2020-04-18,FR-81,123.0,,,,,Tarn
-0.0,2020-04-19,FR-81,123.0,,,,,Tarn
-0.0,2020-04-20,FR-81,123.0,,,,,Tarn
-0.0,2020-04-21,FR-81,123.0,,,,,Tarn
-1.0,2020-04-22,FR-81,124.0,,,,,Tarn
-0.0,2020-04-23,FR-81,124.0,,,,,Tarn
-2.0,2020-04-24,FR-81,126.0,,,,,Tarn
-1.0,2020-04-25,FR-81,127.0,,,,,Tarn
-0.0,2020-04-26,FR-81,127.0,,,,,Tarn
-3.0,2020-04-27,FR-81,130.0,,,,,Tarn
-2.0,2020-04-28,FR-81,132.0,,,,,Tarn
-1.0,2020-04-29,FR-81,133.0,,,,,Tarn
-6.0,2020-04-30,FR-81,139.0,,,,,Tarn
-0.0,2020-05-01,FR-81,139.0,,,,,Tarn
-1.0,2020-05-02,FR-81,140.0,,,,,Tarn
-0.0,2020-05-03,FR-81,140.0,,,,,Tarn
-0.0,2020-05-04,FR-81,140.0,,,,,Tarn
-0.0,2020-05-05,FR-81,140.0,,,,,Tarn
-1.0,2020-05-06,FR-81,141.0,,,,,Tarn
-0.0,2020-05-07,FR-81,141.0,,,,,Tarn
-0.0,2020-05-08,FR-81,141.0,,,,,Tarn
-3.0,2020-05-09,FR-81,144.0,,,,,Tarn
-1.0,2020-05-10,FR-81,145.0,,,,,Tarn
-0.0,2020-05-11,FR-81,145.0,,,,,Tarn
-5.0,2020-05-12,FR-81,150.0,,,,,Tarn
-1.0,2020-05-13,FR-81,151.0,,,,,Tarn
-0.0,2020-05-14,FR-81,151.0,,,,,Tarn
-0.0,2020-05-15,FR-81,151.0,,,,,Tarn
-0.0,2020-05-16,FR-81,151.0,,,,,Tarn
-0.0,2020-05-17,FR-81,151.0,,,,,Tarn
-0.0,2020-05-18,FR-81,151.0,,,,,Tarn
-0.0,2020-05-19,FR-81,151.0,,,,,Tarn
-0.0,2020-05-20,FR-81,151.0,,,,,Tarn
-0.0,2020-03-19,FR-82,0.0,,,,,Tarn-et-Garonne
-0.0,2020-03-20,FR-82,0.0,,,,,Tarn-et-Garonne
-2.0,2020-03-21,FR-82,2.0,,,,,Tarn-et-Garonne
-1.0,2020-03-22,FR-82,3.0,,,,,Tarn-et-Garonne
-0.0,2020-03-23,FR-82,3.0,,,,,Tarn-et-Garonne
-1.0,2020-03-24,FR-82,4.0,,,,,Tarn-et-Garonne
-0.0,2020-03-25,FR-82,4.0,,,,,Tarn-et-Garonne
-0.0,2020-03-26,FR-82,4.0,,,,,Tarn-et-Garonne
-1.0,2020-03-27,FR-82,5.0,,,,,Tarn-et-Garonne
-0.0,2020-03-28,FR-82,5.0,,,,,Tarn-et-Garonne
-0.0,2020-03-29,FR-82,5.0,,,,,Tarn-et-Garonne
-4.0,2020-03-30,FR-82,9.0,,,,,Tarn-et-Garonne
-2.0,2020-03-31,FR-82,11.0,,,,,Tarn-et-Garonne
-4.0,2020-04-01,FR-82,15.0,,,,,Tarn-et-Garonne
-0.0,2020-04-02,FR-82,15.0,,,,,Tarn-et-Garonne
-2.0,2020-04-03,FR-82,17.0,,,,,Tarn-et-Garonne
-0.0,2020-04-04,FR-82,17.0,,,,,Tarn-et-Garonne
-6.0,2020-04-05,FR-82,23.0,,,,,Tarn-et-Garonne
-2.0,2020-04-06,FR-82,25.0,,,,,Tarn-et-Garonne
-0.0,2020-04-07,FR-82,25.0,,,,,Tarn-et-Garonne
-2.0,2020-04-08,FR-82,27.0,,,,,Tarn-et-Garonne
-2.0,2020-04-09,FR-82,29.0,,,,,Tarn-et-Garonne
-2.0,2020-04-10,FR-82,31.0,,,,,Tarn-et-Garonne
-1.0,2020-04-11,FR-82,32.0,,,,,Tarn-et-Garonne
-0.0,2020-04-12,FR-82,32.0,,,,,Tarn-et-Garonne
-0.0,2020-04-13,FR-82,32.0,,,,,Tarn-et-Garonne
-2.0,2020-04-14,FR-82,34.0,,,,,Tarn-et-Garonne
-4.0,2020-04-15,FR-82,38.0,,,,,Tarn-et-Garonne
-2.0,2020-04-16,FR-82,40.0,,,,,Tarn-et-Garonne
-3.0,2020-04-17,FR-82,43.0,,,,,Tarn-et-Garonne
-0.0,2020-04-18,FR-82,43.0,,,,,Tarn-et-Garonne
-1.0,2020-04-19,FR-82,44.0,,,,,Tarn-et-Garonne
-2.0,2020-04-20,FR-82,46.0,,,,,Tarn-et-Garonne
-0.0,2020-04-21,FR-82,46.0,,,,,Tarn-et-Garonne
-0.0,2020-04-22,FR-82,46.0,,,,,Tarn-et-Garonne
-0.0,2020-04-23,FR-82,46.0,,,,,Tarn-et-Garonne
-0.0,2020-04-24,FR-82,46.0,,,,,Tarn-et-Garonne
-0.0,2020-04-25,FR-82,46.0,,,,,Tarn-et-Garonne
-0.0,2020-04-26,FR-82,46.0,,,,,Tarn-et-Garonne
-4.0,2020-04-27,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-04-28,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-04-29,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-04-30,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-05-01,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-05-02,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-05-03,FR-82,50.0,,,,,Tarn-et-Garonne
-0.0,2020-05-04,FR-82,50.0,,,,,Tarn-et-Garonne
-1.0,2020-05-05,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-06,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-07,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-08,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-09,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-10,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-11,FR-82,51.0,,,,,Tarn-et-Garonne
-0.0,2020-05-12,FR-82,51.0,,,,,Tarn-et-Garonne
-1.0,2020-05-13,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-14,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-15,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-16,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-17,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-18,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-19,FR-82,52.0,,,,,Tarn-et-Garonne
-0.0,2020-05-20,FR-82,52.0,,,,,Tarn-et-Garonne
-10.0,2020-03-19,FR-83,10.0,,,,,Var
-8.0,2020-03-20,FR-83,18.0,,,,,Var
-19.0,2020-03-21,FR-83,37.0,,,,,Var
-22.0,2020-03-22,FR-83,59.0,,,,,Var
-8.0,2020-03-23,FR-83,67.0,,,,,Var
-19.0,2020-03-24,FR-83,86.0,,,,,Var
-31.0,2020-03-25,FR-83,117.0,,,,,Var
-24.0,2020-03-26,FR-83,141.0,,,,,Var
-16.0,2020-03-27,FR-83,157.0,,,,,Var
-27.0,2020-03-28,FR-83,184.0,,,,,Var
-24.0,2020-03-29,FR-83,208.0,,,,,Var
-30.0,2020-03-30,FR-83,238.0,,,,,Var
-38.0,2020-03-31,FR-83,276.0,,,,,Var
-14.0,2020-04-01,FR-83,290.0,,,,,Var
-26.0,2020-04-02,FR-83,316.0,,,,,Var
-22.0,2020-04-03,FR-83,338.0,,,,,Var
-30.0,2020-04-04,FR-83,368.0,,,,,Var
-31.0,2020-04-05,FR-83,399.0,,,,,Var
-24.0,2020-04-06,FR-83,423.0,,,,,Var
-20.0,2020-04-07,FR-83,443.0,,,,,Var
-39.0,2020-04-08,FR-83,482.0,,,,,Var
-35.0,2020-04-09,FR-83,517.0,,,,,Var
-25.0,2020-04-10,FR-83,542.0,,,,,Var
-23.0,2020-04-11,FR-83,565.0,,,,,Var
-25.0,2020-04-12,FR-83,590.0,,,,,Var
-20.0,2020-04-13,FR-83,610.0,,,,,Var
-57.0,2020-04-14,FR-83,667.0,,,,,Var
-39.0,2020-04-15,FR-83,706.0,,,,,Var
-17.0,2020-04-16,FR-83,723.0,,,,,Var
-17.0,2020-04-17,FR-83,740.0,,,,,Var
-16.0,2020-04-18,FR-83,756.0,,,,,Var
-9.0,2020-04-19,FR-83,765.0,,,,,Var
-10.0,2020-04-20,FR-83,775.0,,,,,Var
-12.0,2020-04-21,FR-83,787.0,,,,,Var
-28.0,2020-04-22,FR-83,815.0,,,,,Var
-21.0,2020-04-23,FR-83,836.0,,,,,Var
-10.0,2020-04-24,FR-83,846.0,,,,,Var
-12.0,2020-04-25,FR-83,858.0,,,,,Var
-1.0,2020-04-26,FR-83,859.0,,,,,Var
-31.0,2020-04-27,FR-83,890.0,,,,,Var
-16.0,2020-04-28,FR-83,906.0,,,,,Var
-36.0,2020-04-29,FR-83,942.0,,,,,Var
-19.0,2020-04-30,FR-83,961.0,,,,,Var
-7.0,2020-05-01,FR-83,968.0,,,,,Var
-1.0,2020-05-02,FR-83,969.0,,,,,Var
-1.0,2020-05-03,FR-83,970.0,,,,,Var
-12.0,2020-05-04,FR-83,982.0,,,,,Var
-7.0,2020-05-05,FR-83,989.0,,,,,Var
-6.0,2020-05-06,FR-83,995.0,,,,,Var
-7.0,2020-05-07,FR-83,1002.0,,,,,Var
-3.0,2020-05-08,FR-83,1005.0,,,,,Var
-1.0,2020-05-09,FR-83,1006.0,,,,,Var
-1.0,2020-05-10,FR-83,1007.0,,,,,Var
-1.0,2020-05-11,FR-83,1008.0,,,,,Var
-11.0,2020-05-12,FR-83,1019.0,,,,,Var
-4.0,2020-05-13,FR-83,1023.0,,,,,Var
-3.0,2020-05-14,FR-83,1026.0,,,,,Var
-5.0,2020-05-15,FR-83,1031.0,,,,,Var
-3.0,2020-05-16,FR-83,1034.0,,,,,Var
-0.0,2020-05-17,FR-83,1034.0,,,,,Var
-7.0,2020-05-18,FR-83,1041.0,,,,,Var
-3.0,2020-05-19,FR-83,1044.0,,,,,Var
-0.0,2020-05-20,FR-83,1044.0,,,,,Var
-6.0,2020-03-19,FR-84,6.0,,,,,Vaucluse
-2.0,2020-03-20,FR-84,8.0,,,,,Vaucluse
-7.0,2020-03-21,FR-84,15.0,,,,,Vaucluse
-3.0,2020-03-22,FR-84,18.0,,,,,Vaucluse
-9.0,2020-03-23,FR-84,27.0,,,,,Vaucluse
-1.0,2020-03-24,FR-84,28.0,,,,,Vaucluse
-13.0,2020-03-25,FR-84,41.0,,,,,Vaucluse
-8.0,2020-03-26,FR-84,49.0,,,,,Vaucluse
-10.0,2020-03-27,FR-84,59.0,,,,,Vaucluse
-11.0,2020-03-28,FR-84,70.0,,,,,Vaucluse
-4.0,2020-03-29,FR-84,74.0,,,,,Vaucluse
-18.0,2020-03-30,FR-84,92.0,,,,,Vaucluse
-5.0,2020-03-31,FR-84,97.0,,,,,Vaucluse
-19.0,2020-04-01,FR-84,116.0,,,,,Vaucluse
-17.0,2020-04-02,FR-84,133.0,,,,,Vaucluse
-9.0,2020-04-03,FR-84,142.0,,,,,Vaucluse
-6.0,2020-04-04,FR-84,148.0,,,,,Vaucluse
-6.0,2020-04-05,FR-84,154.0,,,,,Vaucluse
-10.0,2020-04-06,FR-84,164.0,,,,,Vaucluse
-16.0,2020-04-07,FR-84,180.0,,,,,Vaucluse
-11.0,2020-04-08,FR-84,191.0,,,,,Vaucluse
-7.0,2020-04-09,FR-84,198.0,,,,,Vaucluse
-7.0,2020-04-10,FR-84,205.0,,,,,Vaucluse
-8.0,2020-04-11,FR-84,213.0,,,,,Vaucluse
-6.0,2020-04-12,FR-84,219.0,,,,,Vaucluse
-1.0,2020-04-13,FR-84,220.0,,,,,Vaucluse
-4.0,2020-04-14,FR-84,224.0,,,,,Vaucluse
-2.0,2020-04-15,FR-84,226.0,,,,,Vaucluse
-2.0,2020-04-16,FR-84,228.0,,,,,Vaucluse
-2.0,2020-04-17,FR-84,230.0,,,,,Vaucluse
-8.0,2020-04-18,FR-84,238.0,,,,,Vaucluse
-3.0,2020-04-19,FR-84,241.0,,,,,Vaucluse
-2.0,2020-04-20,FR-84,243.0,,,,,Vaucluse
-8.0,2020-04-21,FR-84,251.0,,,,,Vaucluse
-4.0,2020-04-22,FR-84,255.0,,,,,Vaucluse
-3.0,2020-04-23,FR-84,258.0,,,,,Vaucluse
-15.0,2020-04-24,FR-84,273.0,,,,,Vaucluse
-2.0,2020-04-25,FR-84,275.0,,,,,Vaucluse
-3.0,2020-04-26,FR-84,278.0,,,,,Vaucluse
-8.0,2020-04-27,FR-84,286.0,,,,,Vaucluse
-3.0,2020-04-28,FR-84,289.0,,,,,Vaucluse
-4.0,2020-04-29,FR-84,293.0,,,,,Vaucluse
-3.0,2020-04-30,FR-84,296.0,,,,,Vaucluse
-4.0,2020-05-01,FR-84,300.0,,,,,Vaucluse
-4.0,2020-05-02,FR-84,304.0,,,,,Vaucluse
-4.0,2020-05-03,FR-84,308.0,,,,,Vaucluse
-5.0,2020-05-04,FR-84,313.0,,,,,Vaucluse
-3.0,2020-05-05,FR-84,316.0,,,,,Vaucluse
-3.0,2020-05-06,FR-84,319.0,,,,,Vaucluse
-1.0,2020-05-07,FR-84,320.0,,,,,Vaucluse
-1.0,2020-05-08,FR-84,321.0,,,,,Vaucluse
-0.0,2020-05-09,FR-84,321.0,,,,,Vaucluse
-0.0,2020-05-10,FR-84,321.0,,,,,Vaucluse
-0.0,2020-05-11,FR-84,321.0,,,,,Vaucluse
-0.0,2020-05-12,FR-84,321.0,,,,,Vaucluse
-2.0,2020-05-13,FR-84,323.0,,,,,Vaucluse
-0.0,2020-05-14,FR-84,323.0,,,,,Vaucluse
-0.0,2020-05-15,FR-84,323.0,,,,,Vaucluse
-1.0,2020-05-16,FR-84,324.0,,,,,Vaucluse
-0.0,2020-05-17,FR-84,324.0,,,,,Vaucluse
-1.0,2020-05-18,FR-84,325.0,,,,,Vaucluse
-0.0,2020-05-19,FR-84,325.0,,,,,Vaucluse
-1.0,2020-05-20,FR-84,326.0,,,,,Vaucluse
-9.0,2020-03-19,FR-85,9.0,,,,,Vendée
-1.0,2020-03-20,FR-85,10.0,,,,,Vendée
-0.0,2020-03-21,FR-85,10.0,,,,,Vendée
-4.0,2020-03-22,FR-85,14.0,,,,,Vendée
-3.0,2020-03-23,FR-85,17.0,,,,,Vendée
-4.0,2020-03-24,FR-85,21.0,,,,,Vendée
-22.0,2020-03-25,FR-85,43.0,,,,,Vendée
-16.0,2020-03-26,FR-85,59.0,,,,,Vendée
-8.0,2020-03-27,FR-85,67.0,,,,,Vendée
-14.0,2020-03-28,FR-85,81.0,,,,,Vendée
-10.0,2020-03-29,FR-85,91.0,,,,,Vendée
-2.0,2020-03-30,FR-85,93.0,,,,,Vendée
-7.0,2020-03-31,FR-85,100.0,,,,,Vendée
-11.0,2020-04-01,FR-85,111.0,,,,,Vendée
-3.0,2020-04-02,FR-85,114.0,,,,,Vendée
-13.0,2020-04-03,FR-85,127.0,,,,,Vendée
-13.0,2020-04-04,FR-85,140.0,,,,,Vendée
-7.0,2020-04-05,FR-85,147.0,,,,,Vendée
-5.0,2020-04-06,FR-85,152.0,,,,,Vendée
-1.0,2020-04-07,FR-85,153.0,,,,,Vendée
-5.0,2020-04-08,FR-85,158.0,,,,,Vendée
-7.0,2020-04-09,FR-85,165.0,,,,,Vendée
-5.0,2020-04-10,FR-85,170.0,,,,,Vendée
-9.0,2020-04-11,FR-85,179.0,,,,,Vendée
-2.0,2020-04-12,FR-85,181.0,,,,,Vendée
-7.0,2020-04-13,FR-85,188.0,,,,,Vendée
-12.0,2020-04-14,FR-85,200.0,,,,,Vendée
-2.0,2020-04-15,FR-85,202.0,,,,,Vendée
-14.0,2020-04-16,FR-85,216.0,,,,,Vendée
-14.0,2020-04-17,FR-85,230.0,,,,,Vendée
-1.0,2020-04-18,FR-85,231.0,,,,,Vendée
-1.0,2020-04-19,FR-85,232.0,,,,,Vendée
-1.0,2020-04-20,FR-85,233.0,,,,,Vendée
-8.0,2020-04-21,FR-85,241.0,,,,,Vendée
-2.0,2020-04-22,FR-85,243.0,,,,,Vendée
-3.0,2020-04-23,FR-85,246.0,,,,,Vendée
-1.0,2020-04-24,FR-85,247.0,,,,,Vendée
-0.0,2020-04-25,FR-85,247.0,,,,,Vendée
-0.0,2020-04-26,FR-85,247.0,,,,,Vendée
-4.0,2020-04-27,FR-85,251.0,,,,,Vendée
-0.0,2020-04-28,FR-85,251.0,,,,,Vendée
-1.0,2020-04-29,FR-85,252.0,,,,,Vendée
-0.0,2020-04-30,FR-85,252.0,,,,,Vendée
-2.0,2020-05-01,FR-85,254.0,,,,,Vendée
-3.0,2020-05-02,FR-85,257.0,,,,,Vendée
-3.0,2020-05-03,FR-85,260.0,,,,,Vendée
-0.0,2020-05-04,FR-85,260.0,,,,,Vendée
-1.0,2020-05-05,FR-85,261.0,,,,,Vendée
-1.0,2020-05-06,FR-85,262.0,,,,,Vendée
-2.0,2020-05-07,FR-85,264.0,,,,,Vendée
-1.0,2020-05-08,FR-85,265.0,,,,,Vendée
-0.0,2020-05-09,FR-85,265.0,,,,,Vendée
-0.0,2020-05-10,FR-85,265.0,,,,,Vendée
-0.0,2020-05-11,FR-85,265.0,,,,,Vendée
-9.0,2020-05-12,FR-85,274.0,,,,,Vendée
-3.0,2020-05-13,FR-85,277.0,,,,,Vendée
-5.0,2020-05-14,FR-85,282.0,,,,,Vendée
-4.0,2020-05-15,FR-85,286.0,,,,,Vendée
-4.0,2020-05-16,FR-85,290.0,,,,,Vendée
-0.0,2020-05-17,FR-85,290.0,,,,,Vendée
-5.0,2020-05-18,FR-85,295.0,,,,,Vendée
-10.0,2020-05-19,FR-85,305.0,,,,,Vendée
-4.0,2020-05-20,FR-85,309.0,,,,,Vendée
-6.0,2020-03-19,FR-86,6.0,,,,,Vienne
-0.0,2020-03-20,FR-86,6.0,,,,,Vienne
-3.0,2020-03-21,FR-86,9.0,,,,,Vienne
-2.0,2020-03-22,FR-86,11.0,,,,,Vienne
-3.0,2020-03-23,FR-86,14.0,,,,,Vienne
-6.0,2020-03-24,FR-86,20.0,,,,,Vienne
-8.0,2020-03-25,FR-86,28.0,,,,,Vienne
-13.0,2020-03-26,FR-86,41.0,,,,,Vienne
-10.0,2020-03-27,FR-86,51.0,,,,,Vienne
-7.0,2020-03-28,FR-86,58.0,,,,,Vienne
-7.0,2020-03-29,FR-86,65.0,,,,,Vienne
-8.0,2020-03-30,FR-86,73.0,,,,,Vienne
-4.0,2020-03-31,FR-86,77.0,,,,,Vienne
-7.0,2020-04-01,FR-86,84.0,,,,,Vienne
-3.0,2020-04-02,FR-86,87.0,,,,,Vienne
-5.0,2020-04-03,FR-86,92.0,,,,,Vienne
-1.0,2020-04-04,FR-86,93.0,,,,,Vienne
-7.0,2020-04-05,FR-86,100.0,,,,,Vienne
-7.0,2020-04-06,FR-86,107.0,,,,,Vienne
-4.0,2020-04-07,FR-86,111.0,,,,,Vienne
-5.0,2020-04-08,FR-86,116.0,,,,,Vienne
-2.0,2020-04-09,FR-86,118.0,,,,,Vienne
-6.0,2020-04-10,FR-86,124.0,,,,,Vienne
-4.0,2020-04-11,FR-86,128.0,,,,,Vienne
-0.0,2020-04-12,FR-86,128.0,,,,,Vienne
-5.0,2020-04-13,FR-86,133.0,,,,,Vienne
-5.0,2020-04-14,FR-86,138.0,,,,,Vienne
-0.0,2020-04-15,FR-86,138.0,,,,,Vienne
-2.0,2020-04-16,FR-86,140.0,,,,,Vienne
-0.0,2020-04-17,FR-86,140.0,,,,,Vienne
-0.0,2020-04-18,FR-86,140.0,,,,,Vienne
-0.0,2020-04-19,FR-86,140.0,,,,,Vienne
-9.0,2020-04-20,FR-86,149.0,,,,,Vienne
-2.0,2020-04-21,FR-86,151.0,,,,,Vienne
-3.0,2020-04-22,FR-86,154.0,,,,,Vienne
-1.0,2020-04-23,FR-86,155.0,,,,,Vienne
-0.0,2020-04-24,FR-86,155.0,,,,,Vienne
-1.0,2020-04-25,FR-86,156.0,,,,,Vienne
-0.0,2020-04-26,FR-86,156.0,,,,,Vienne
-5.0,2020-04-27,FR-86,161.0,,,,,Vienne
-3.0,2020-04-28,FR-86,164.0,,,,,Vienne
-3.0,2020-04-29,FR-86,167.0,,,,,Vienne
-3.0,2020-04-30,FR-86,170.0,,,,,Vienne
-1.0,2020-05-01,FR-86,171.0,,,,,Vienne
-0.0,2020-05-02,FR-86,171.0,,,,,Vienne
-0.0,2020-05-03,FR-86,171.0,,,,,Vienne
-4.0,2020-05-04,FR-86,175.0,,,,,Vienne
-0.0,2020-05-05,FR-86,175.0,,,,,Vienne
-0.0,2020-05-06,FR-86,175.0,,,,,Vienne
-2.0,2020-05-07,FR-86,177.0,,,,,Vienne
-3.0,2020-05-08,FR-86,180.0,,,,,Vienne
-0.0,2020-05-09,FR-86,180.0,,,,,Vienne
-0.0,2020-05-10,FR-86,180.0,,,,,Vienne
-4.0,2020-05-11,FR-86,184.0,,,,,Vienne
-0.0,2020-05-12,FR-86,184.0,,,,,Vienne
-0.0,2020-05-13,FR-86,184.0,,,,,Vienne
-1.0,2020-05-14,FR-86,185.0,,,,,Vienne
-2.0,2020-05-15,FR-86,187.0,,,,,Vienne
-0.0,2020-05-16,FR-86,187.0,,,,,Vienne
-0.0,2020-05-17,FR-86,187.0,,,,,Vienne
-1.0,2020-05-18,FR-86,188.0,,,,,Vienne
-0.0,2020-05-19,FR-86,188.0,,,,,Vienne
-0.0,2020-05-20,FR-86,188.0,,,,,Vienne
-4.0,2020-03-19,FR-87,4.0,,,,,Haute-Vienne
-1.0,2020-03-20,FR-87,5.0,,,,,Haute-Vienne
-3.0,2020-03-21,FR-87,8.0,,,,,Haute-Vienne
-3.0,2020-03-22,FR-87,11.0,,,,,Haute-Vienne
-4.0,2020-03-23,FR-87,15.0,,,,,Haute-Vienne
-3.0,2020-03-24,FR-87,18.0,,,,,Haute-Vienne
-3.0,2020-03-25,FR-87,21.0,,,,,Haute-Vienne
-5.0,2020-03-26,FR-87,26.0,,,,,Haute-Vienne
-7.0,2020-03-27,FR-87,33.0,,,,,Haute-Vienne
-7.0,2020-03-28,FR-87,40.0,,,,,Haute-Vienne
-10.0,2020-03-29,FR-87,50.0,,,,,Haute-Vienne
-8.0,2020-03-30,FR-87,58.0,,,,,Haute-Vienne
-8.0,2020-03-31,FR-87,66.0,,,,,Haute-Vienne
-7.0,2020-04-01,FR-87,73.0,,,,,Haute-Vienne
-8.0,2020-04-02,FR-87,81.0,,,,,Haute-Vienne
-5.0,2020-04-03,FR-87,86.0,,,,,Haute-Vienne
-6.0,2020-04-04,FR-87,92.0,,,,,Haute-Vienne
-3.0,2020-04-05,FR-87,95.0,,,,,Haute-Vienne
-3.0,2020-04-06,FR-87,98.0,,,,,Haute-Vienne
-4.0,2020-04-07,FR-87,102.0,,,,,Haute-Vienne
-8.0,2020-04-08,FR-87,110.0,,,,,Haute-Vienne
-6.0,2020-04-09,FR-87,116.0,,,,,Haute-Vienne
-5.0,2020-04-10,FR-87,121.0,,,,,Haute-Vienne
-3.0,2020-04-11,FR-87,124.0,,,,,Haute-Vienne
-9.0,2020-04-12,FR-87,133.0,,,,,Haute-Vienne
-3.0,2020-04-13,FR-87,136.0,,,,,Haute-Vienne
-2.0,2020-04-14,FR-87,138.0,,,,,Haute-Vienne
-3.0,2020-04-15,FR-87,141.0,,,,,Haute-Vienne
-3.0,2020-04-16,FR-87,144.0,,,,,Haute-Vienne
-1.0,2020-04-17,FR-87,145.0,,,,,Haute-Vienne
-0.0,2020-04-18,FR-87,145.0,,,,,Haute-Vienne
-1.0,2020-04-19,FR-87,146.0,,,,,Haute-Vienne
-1.0,2020-04-20,FR-87,147.0,,,,,Haute-Vienne
-5.0,2020-04-21,FR-87,152.0,,,,,Haute-Vienne
-3.0,2020-04-22,FR-87,155.0,,,,,Haute-Vienne
-2.0,2020-04-23,FR-87,157.0,,,,,Haute-Vienne
-0.0,2020-04-24,FR-87,157.0,,,,,Haute-Vienne
-0.0,2020-04-25,FR-87,157.0,,,,,Haute-Vienne
-0.0,2020-04-26,FR-87,157.0,,,,,Haute-Vienne
-1.0,2020-04-27,FR-87,158.0,,,,,Haute-Vienne
-0.0,2020-04-28,FR-87,158.0,,,,,Haute-Vienne
-0.0,2020-04-29,FR-87,158.0,,,,,Haute-Vienne
-1.0,2020-04-30,FR-87,159.0,,,,,Haute-Vienne
-0.0,2020-05-01,FR-87,159.0,,,,,Haute-Vienne
-0.0,2020-05-02,FR-87,159.0,,,,,Haute-Vienne
-1.0,2020-05-03,FR-87,160.0,,,,,Haute-Vienne
-0.0,2020-05-04,FR-87,160.0,,,,,Haute-Vienne
-0.0,2020-05-05,FR-87,160.0,,,,,Haute-Vienne
-1.0,2020-05-06,FR-87,161.0,,,,,Haute-Vienne
-2.0,2020-05-07,FR-87,163.0,,,,,Haute-Vienne
-0.0,2020-05-08,FR-87,163.0,,,,,Haute-Vienne
-2.0,2020-05-09,FR-87,165.0,,,,,Haute-Vienne
-1.0,2020-05-10,FR-87,166.0,,,,,Haute-Vienne
-2.0,2020-05-11,FR-87,168.0,,,,,Haute-Vienne
-1.0,2020-05-12,FR-87,169.0,,,,,Haute-Vienne
-1.0,2020-05-13,FR-87,170.0,,,,,Haute-Vienne
-0.0,2020-05-14,FR-87,170.0,,,,,Haute-Vienne
-0.0,2020-05-15,FR-87,170.0,,,,,Haute-Vienne
-0.0,2020-05-16,FR-87,170.0,,,,,Haute-Vienne
-0.0,2020-05-17,FR-87,170.0,,,,,Haute-Vienne
-1.0,2020-05-18,FR-87,171.0,,,,,Haute-Vienne
-1.0,2020-05-19,FR-87,172.0,,,,,Haute-Vienne
-0.0,2020-05-20,FR-87,172.0,,,,,Haute-Vienne
-17.0,2020-03-19,FR-88,17.0,,,,,Vosges
-6.0,2020-03-20,FR-88,23.0,,,,,Vosges
-23.0,2020-03-21,FR-88,46.0,,,,,Vosges
-13.0,2020-03-22,FR-88,59.0,,,,,Vosges
-17.0,2020-03-23,FR-88,76.0,,,,,Vosges
-33.0,2020-03-24,FR-88,109.0,,,,,Vosges
-45.0,2020-03-25,FR-88,154.0,,,,,Vosges
-16.0,2020-03-26,FR-88,170.0,,,,,Vosges
-42.0,2020-03-27,FR-88,212.0,,,,,Vosges
-47.0,2020-03-28,FR-88,259.0,,,,,Vosges
-37.0,2020-03-29,FR-88,296.0,,,,,Vosges
-39.0,2020-03-30,FR-88,335.0,,,,,Vosges
-71.0,2020-03-31,FR-88,406.0,,,,,Vosges
-35.0,2020-04-01,FR-88,441.0,,,,,Vosges
-39.0,2020-04-02,FR-88,480.0,,,,,Vosges
-23.0,2020-04-03,FR-88,503.0,,,,,Vosges
-24.0,2020-04-04,FR-88,527.0,,,,,Vosges
-36.0,2020-04-05,FR-88,563.0,,,,,Vosges
-18.0,2020-04-06,FR-88,581.0,,,,,Vosges
-13.0,2020-04-07,FR-88,594.0,,,,,Vosges
-17.0,2020-04-08,FR-88,611.0,,,,,Vosges
-39.0,2020-04-09,FR-88,650.0,,,,,Vosges
-29.0,2020-04-10,FR-88,679.0,,,,,Vosges
-3.0,2020-04-11,FR-88,682.0,,,,,Vosges
-11.0,2020-04-12,FR-88,693.0,,,,,Vosges
-12.0,2020-04-13,FR-88,705.0,,,,,Vosges
-10.0,2020-04-14,FR-88,715.0,,,,,Vosges
-32.0,2020-04-15,FR-88,747.0,,,,,Vosges
-17.0,2020-04-16,FR-88,764.0,,,,,Vosges
-7.0,2020-04-17,FR-88,771.0,,,,,Vosges
-10.0,2020-04-18,FR-88,781.0,,,,,Vosges
-14.0,2020-04-19,FR-88,795.0,,,,,Vosges
-14.0,2020-04-20,FR-88,809.0,,,,,Vosges
-21.0,2020-04-21,FR-88,830.0,,,,,Vosges
-11.0,2020-04-22,FR-88,841.0,,,,,Vosges
-7.0,2020-04-23,FR-88,848.0,,,,,Vosges
-9.0,2020-04-24,FR-88,857.0,,,,,Vosges
-6.0,2020-04-25,FR-88,863.0,,,,,Vosges
-3.0,2020-04-26,FR-88,866.0,,,,,Vosges
-2.0,2020-04-27,FR-88,868.0,,,,,Vosges
-18.0,2020-04-28,FR-88,886.0,,,,,Vosges
-6.0,2020-04-29,FR-88,892.0,,,,,Vosges
-13.0,2020-04-30,FR-88,905.0,,,,,Vosges
-4.0,2020-05-01,FR-88,909.0,,,,,Vosges
-2.0,2020-05-02,FR-88,911.0,,,,,Vosges
-2.0,2020-05-03,FR-88,913.0,,,,,Vosges
-7.0,2020-05-04,FR-88,920.0,,,,,Vosges
-5.0,2020-05-05,FR-88,925.0,,,,,Vosges
-3.0,2020-05-06,FR-88,928.0,,,,,Vosges
-6.0,2020-05-07,FR-88,934.0,,,,,Vosges
-3.0,2020-05-08,FR-88,937.0,,,,,Vosges
-1.0,2020-05-09,FR-88,938.0,,,,,Vosges
-1.0,2020-05-10,FR-88,939.0,,,,,Vosges
-2.0,2020-05-11,FR-88,941.0,,,,,Vosges
-1.0,2020-05-12,FR-88,942.0,,,,,Vosges
-4.0,2020-05-13,FR-88,946.0,,,,,Vosges
-2.0,2020-05-14,FR-88,948.0,,,,,Vosges
-2.0,2020-05-15,FR-88,950.0,,,,,Vosges
-1.0,2020-05-16,FR-88,951.0,,,,,Vosges
-0.0,2020-05-17,FR-88,951.0,,,,,Vosges
-0.0,2020-05-18,FR-88,951.0,,,,,Vosges
-1.0,2020-05-19,FR-88,952.0,,,,,Vosges
-1.0,2020-05-20,FR-88,953.0,,,,,Vosges
-2.0,2020-03-19,FR-89,2.0,,,,,Yonne
-3.0,2020-03-20,FR-89,5.0,,,,,Yonne
-2.0,2020-03-21,FR-89,7.0,,,,,Yonne
-1.0,2020-03-22,FR-89,8.0,,,,,Yonne
-3.0,2020-03-23,FR-89,11.0,,,,,Yonne
-2.0,2020-03-24,FR-89,13.0,,,,,Yonne
-13.0,2020-03-25,FR-89,26.0,,,,,Yonne
-5.0,2020-03-26,FR-89,31.0,,,,,Yonne
-2.0,2020-03-27,FR-89,33.0,,,,,Yonne
-1.0,2020-03-28,FR-89,34.0,,,,,Yonne
-7.0,2020-03-29,FR-89,41.0,,,,,Yonne
-14.0,2020-03-30,FR-89,55.0,,,,,Yonne
-27.0,2020-03-31,FR-89,82.0,,,,,Yonne
-15.0,2020-04-01,FR-89,97.0,,,,,Yonne
-18.0,2020-04-02,FR-89,115.0,,,,,Yonne
-16.0,2020-04-03,FR-89,131.0,,,,,Yonne
-8.0,2020-04-04,FR-89,139.0,,,,,Yonne
-0.0,2020-04-05,FR-89,139.0,,,,,Yonne
-12.0,2020-04-06,FR-89,151.0,,,,,Yonne
-5.0,2020-04-07,FR-89,156.0,,,,,Yonne
-11.0,2020-04-08,FR-89,167.0,,,,,Yonne
-1.0,2020-04-09,FR-89,168.0,,,,,Yonne
-16.0,2020-04-10,FR-89,184.0,,,,,Yonne
-10.0,2020-04-11,FR-89,194.0,,,,,Yonne
-4.0,2020-04-12,FR-89,198.0,,,,,Yonne
-1.0,2020-04-13,FR-89,199.0,,,,,Yonne
-18.0,2020-04-14,FR-89,217.0,,,,,Yonne
-11.0,2020-04-15,FR-89,228.0,,,,,Yonne
-14.0,2020-04-16,FR-89,242.0,,,,,Yonne
-10.0,2020-04-17,FR-89,252.0,,,,,Yonne
-1.0,2020-04-18,FR-89,253.0,,,,,Yonne
-6.0,2020-04-19,FR-89,259.0,,,,,Yonne
-5.0,2020-04-20,FR-89,264.0,,,,,Yonne
-15.0,2020-04-21,FR-89,279.0,,,,,Yonne
-28.0,2020-04-22,FR-89,307.0,,,,,Yonne
-9.0,2020-04-23,FR-89,316.0,,,,,Yonne
-4.0,2020-04-24,FR-89,320.0,,,,,Yonne
-7.0,2020-04-25,FR-89,327.0,,,,,Yonne
-2.0,2020-04-26,FR-89,329.0,,,,,Yonne
-2.0,2020-04-27,FR-89,331.0,,,,,Yonne
-6.0,2020-04-28,FR-89,337.0,,,,,Yonne
-8.0,2020-04-29,FR-89,345.0,,,,,Yonne
-2.0,2020-04-30,FR-89,347.0,,,,,Yonne
-4.0,2020-05-01,FR-89,351.0,,,,,Yonne
-3.0,2020-05-02,FR-89,354.0,,,,,Yonne
-6.0,2020-05-03,FR-89,360.0,,,,,Yonne
-9.0,2020-05-04,FR-89,369.0,,,,,Yonne
-2.0,2020-05-05,FR-89,371.0,,,,,Yonne
-4.0,2020-05-06,FR-89,375.0,,,,,Yonne
-3.0,2020-05-07,FR-89,378.0,,,,,Yonne
-4.0,2020-05-08,FR-89,382.0,,,,,Yonne
-2.0,2020-05-09,FR-89,384.0,,,,,Yonne
-4.0,2020-05-10,FR-89,388.0,,,,,Yonne
-2.0,2020-05-11,FR-89,390.0,,,,,Yonne
-2.0,2020-05-12,FR-89,392.0,,,,,Yonne
-5.0,2020-05-13,FR-89,397.0,,,,,Yonne
-2.0,2020-05-14,FR-89,399.0,,,,,Yonne
-1.0,2020-05-15,FR-89,400.0,,,,,Yonne
-4.0,2020-05-16,FR-89,404.0,,,,,Yonne
-0.0,2020-05-17,FR-89,404.0,,,,,Yonne
-6.0,2020-05-18,FR-89,410.0,,,,,Yonne
-2.0,2020-05-19,FR-89,412.0,,,,,Yonne
-4.0,2020-05-20,FR-89,416.0,,,,,Yonne
-28.0,2020-03-19,FR-90,28.0,,,,,Territoire de Belfort
-1.0,2020-03-20,FR-90,29.0,,,,,Territoire de Belfort
-35.0,2020-03-21,FR-90,64.0,,,,,Territoire de Belfort
-18.0,2020-03-22,FR-90,82.0,,,,,Territoire de Belfort
-35.0,2020-03-23,FR-90,117.0,,,,,Territoire de Belfort
-24.0,2020-03-24,FR-90,141.0,,,,,Territoire de Belfort
-35.0,2020-03-25,FR-90,176.0,,,,,Territoire de Belfort
-12.0,2020-03-26,FR-90,188.0,,,,,Territoire de Belfort
-25.0,2020-03-27,FR-90,213.0,,,,,Territoire de Belfort
-17.0,2020-03-28,FR-90,230.0,,,,,Territoire de Belfort
-17.0,2020-03-29,FR-90,247.0,,,,,Territoire de Belfort
-21.0,2020-03-30,FR-90,268.0,,,,,Territoire de Belfort
-43.0,2020-03-31,FR-90,311.0,,,,,Territoire de Belfort
-22.0,2020-04-01,FR-90,333.0,,,,,Territoire de Belfort
-40.0,2020-04-02,FR-90,373.0,,,,,Territoire de Belfort
-17.0,2020-04-03,FR-90,390.0,,,,,Territoire de Belfort
-18.0,2020-04-04,FR-90,408.0,,,,,Territoire de Belfort
-15.0,2020-04-05,FR-90,423.0,,,,,Territoire de Belfort
-15.0,2020-04-06,FR-90,438.0,,,,,Territoire de Belfort
-24.0,2020-04-07,FR-90,462.0,,,,,Territoire de Belfort
-12.0,2020-04-08,FR-90,474.0,,,,,Territoire de Belfort
-9.0,2020-04-09,FR-90,483.0,,,,,Territoire de Belfort
-34.0,2020-04-10,FR-90,517.0,,,,,Territoire de Belfort
-13.0,2020-04-11,FR-90,530.0,,,,,Territoire de Belfort
-11.0,2020-04-12,FR-90,541.0,,,,,Territoire de Belfort
-17.0,2020-04-13,FR-90,558.0,,,,,Territoire de Belfort
-3.0,2020-04-14,FR-90,561.0,,,,,Territoire de Belfort
-4.0,2020-04-15,FR-90,565.0,,,,,Territoire de Belfort
-10.0,2020-04-16,FR-90,575.0,,,,,Territoire de Belfort
-11.0,2020-04-17,FR-90,586.0,,,,,Territoire de Belfort
-7.0,2020-04-18,FR-90,593.0,,,,,Territoire de Belfort
-3.0,2020-04-19,FR-90,596.0,,,,,Territoire de Belfort
-6.0,2020-04-20,FR-90,602.0,,,,,Territoire de Belfort
-5.0,2020-04-21,FR-90,607.0,,,,,Territoire de Belfort
-6.0,2020-04-22,FR-90,613.0,,,,,Territoire de Belfort
-2.0,2020-04-23,FR-90,615.0,,,,,Territoire de Belfort
-6.0,2020-04-24,FR-90,621.0,,,,,Territoire de Belfort
-1.0,2020-04-25,FR-90,622.0,,,,,Territoire de Belfort
-3.0,2020-04-26,FR-90,625.0,,,,,Territoire de Belfort
-0.0,2020-04-27,FR-90,625.0,,,,,Territoire de Belfort
-0.0,2020-04-28,FR-90,625.0,,,,,Territoire de Belfort
-11.0,2020-04-29,FR-90,636.0,,,,,Territoire de Belfort
-5.0,2020-04-30,FR-90,641.0,,,,,Territoire de Belfort
-5.0,2020-05-01,FR-90,646.0,,,,,Territoire de Belfort
-1.0,2020-05-02,FR-90,647.0,,,,,Territoire de Belfort
-1.0,2020-05-03,FR-90,648.0,,,,,Territoire de Belfort
-0.0,2020-05-04,FR-90,648.0,,,,,Territoire de Belfort
-17.0,2020-05-05,FR-90,665.0,,,,,Territoire de Belfort
-10.0,2020-05-06,FR-90,675.0,,,,,Territoire de Belfort
-4.0,2020-05-07,FR-90,679.0,,,,,Territoire de Belfort
-7.0,2020-05-08,FR-90,686.0,,,,,Territoire de Belfort
-2.0,2020-05-09,FR-90,688.0,,,,,Territoire de Belfort
-3.0,2020-05-10,FR-90,691.0,,,,,Territoire de Belfort
-3.0,2020-05-11,FR-90,694.0,,,,,Territoire de Belfort
-4.0,2020-05-12,FR-90,698.0,,,,,Territoire de Belfort
-1.0,2020-05-13,FR-90,699.0,,,,,Territoire de Belfort
-2.0,2020-05-14,FR-90,701.0,,,,,Territoire de Belfort
-1.0,2020-05-15,FR-90,702.0,,,,,Territoire de Belfort
-0.0,2020-05-16,FR-90,702.0,,,,,Territoire de Belfort
-1.0,2020-05-17,FR-90,703.0,,,,,Territoire de Belfort
-1.0,2020-05-18,FR-90,704.0,,,,,Territoire de Belfort
-1.0,2020-05-19,FR-90,705.0,,,,,Territoire de Belfort
-5.0,2020-05-20,FR-90,710.0,,,,,Territoire de Belfort
-48.0,2020-03-19,FR-91,48.0,,,,,Essonne
-40.0,2020-03-20,FR-91,88.0,,,,,Essonne
-38.0,2020-03-21,FR-91,126.0,,,,,Essonne
-62.0,2020-03-22,FR-91,188.0,,,,,Essonne
-48.0,2020-03-23,FR-91,236.0,,,,,Essonne
-60.0,2020-03-24,FR-91,296.0,,,,,Essonne
-99.0,2020-03-25,FR-91,395.0,,,,,Essonne
-76.0,2020-03-26,FR-91,471.0,,,,,Essonne
-54.0,2020-03-27,FR-91,525.0,,,,,Essonne
-108.0,2020-03-28,FR-91,633.0,,,,,Essonne
-45.0,2020-03-29,FR-91,678.0,,,,,Essonne
-83.0,2020-03-30,FR-91,761.0,,,,,Essonne
-92.0,2020-03-31,FR-91,853.0,,,,,Essonne
-89.0,2020-04-01,FR-91,942.0,,,,,Essonne
-129.0,2020-04-02,FR-91,1071.0,,,,,Essonne
-131.0,2020-04-03,FR-91,1202.0,,,,,Essonne
-116.0,2020-04-04,FR-91,1318.0,,,,,Essonne
-52.0,2020-04-05,FR-91,1370.0,,,,,Essonne
-73.0,2020-04-06,FR-91,1443.0,,,,,Essonne
-90.0,2020-04-07,FR-91,1533.0,,,,,Essonne
-220.0,2020-04-08,FR-91,1753.0,,,,,Essonne
-91.0,2020-04-09,FR-91,1844.0,,,,,Essonne
-122.0,2020-04-10,FR-91,1966.0,,,,,Essonne
-81.0,2020-04-11,FR-91,2047.0,,,,,Essonne
-63.0,2020-04-12,FR-91,2110.0,,,,,Essonne
-17.0,2020-04-13,FR-91,2127.0,,,,,Essonne
-57.0,2020-04-14,FR-91,2184.0,,,,,Essonne
-48.0,2020-04-15,FR-91,2232.0,,,,,Essonne
-69.0,2020-04-16,FR-91,2301.0,,,,,Essonne
-99.0,2020-04-17,FR-91,2400.0,,,,,Essonne
-36.0,2020-04-18,FR-91,2436.0,,,,,Essonne
-29.0,2020-04-19,FR-91,2465.0,,,,,Essonne
-33.0,2020-04-20,FR-91,2498.0,,,,,Essonne
-58.0,2020-04-21,FR-91,2556.0,,,,,Essonne
-35.0,2020-04-22,FR-91,2591.0,,,,,Essonne
-45.0,2020-04-23,FR-91,2636.0,,,,,Essonne
-78.0,2020-04-24,FR-91,2714.0,,,,,Essonne
-54.0,2020-04-25,FR-91,2768.0,,,,,Essonne
-3.0,2020-04-26,FR-91,2771.0,,,,,Essonne
-27.0,2020-04-27,FR-91,2798.0,,,,,Essonne
-43.0,2020-04-28,FR-91,2841.0,,,,,Essonne
-64.0,2020-04-29,FR-91,2905.0,,,,,Essonne
-56.0,2020-04-30,FR-91,2961.0,,,,,Essonne
-12.0,2020-05-01,FR-91,2973.0,,,,,Essonne
-8.0,2020-05-02,FR-91,2981.0,,,,,Essonne
-9.0,2020-05-03,FR-91,2990.0,,,,,Essonne
-13.0,2020-05-04,FR-91,3003.0,,,,,Essonne
-13.0,2020-05-05,FR-91,3016.0,,,,,Essonne
-21.0,2020-05-06,FR-91,3037.0,,,,,Essonne
-16.0,2020-05-07,FR-91,3053.0,,,,,Essonne
-19.0,2020-05-08,FR-91,3072.0,,,,,Essonne
-10.0,2020-05-09,FR-91,3082.0,,,,,Essonne
-4.0,2020-05-10,FR-91,3086.0,,,,,Essonne
-11.0,2020-05-11,FR-91,3097.0,,,,,Essonne
-15.0,2020-05-12,FR-91,3112.0,,,,,Essonne
-8.0,2020-05-13,FR-91,3120.0,,,,,Essonne
-16.0,2020-05-14,FR-91,3136.0,,,,,Essonne
-9.0,2020-05-15,FR-91,3145.0,,,,,Essonne
-6.0,2020-05-16,FR-91,3151.0,,,,,Essonne
-5.0,2020-05-17,FR-91,3156.0,,,,,Essonne
-4.0,2020-05-18,FR-91,3160.0,,,,,Essonne
-16.0,2020-05-19,FR-91,3176.0,,,,,Essonne
-6.0,2020-05-20,FR-91,3182.0,,,,,Essonne
-94.0,2020-03-19,FR-92,94.0,,,,,Hauts-de-Seine
-66.0,2020-03-20,FR-92,160.0,,,,,Hauts-de-Seine
-99.0,2020-03-21,FR-92,259.0,,,,,Hauts-de-Seine
-113.0,2020-03-22,FR-92,372.0,,,,,Hauts-de-Seine
-125.0,2020-03-23,FR-92,497.0,,,,,Hauts-de-Seine
-171.0,2020-03-24,FR-92,668.0,,,,,Hauts-de-Seine
-180.0,2020-03-25,FR-92,848.0,,,,,Hauts-de-Seine
-167.0,2020-03-26,FR-92,1015.0,,,,,Hauts-de-Seine
-192.0,2020-03-27,FR-92,1207.0,,,,,Hauts-de-Seine
-211.0,2020-03-28,FR-92,1418.0,,,,,Hauts-de-Seine
-126.0,2020-03-29,FR-92,1544.0,,,,,Hauts-de-Seine
-174.0,2020-03-30,FR-92,1718.0,,,,,Hauts-de-Seine
-289.0,2020-03-31,FR-92,2007.0,,,,,Hauts-de-Seine
-304.0,2020-04-01,FR-92,2311.0,,,,,Hauts-de-Seine
-244.0,2020-04-02,FR-92,2555.0,,,,,Hauts-de-Seine
-235.0,2020-04-03,FR-92,2790.0,,,,,Hauts-de-Seine
-184.0,2020-04-04,FR-92,2974.0,,,,,Hauts-de-Seine
-114.0,2020-04-05,FR-92,3088.0,,,,,Hauts-de-Seine
-157.0,2020-04-06,FR-92,3245.0,,,,,Hauts-de-Seine
-223.0,2020-04-07,FR-92,3468.0,,,,,Hauts-de-Seine
-171.0,2020-04-08,FR-92,3639.0,,,,,Hauts-de-Seine
-150.0,2020-04-09,FR-92,3789.0,,,,,Hauts-de-Seine
-190.0,2020-04-10,FR-92,3979.0,,,,,Hauts-de-Seine
-127.0,2020-04-11,FR-92,4106.0,,,,,Hauts-de-Seine
-101.0,2020-04-12,FR-92,4207.0,,,,,Hauts-de-Seine
-81.0,2020-04-13,FR-92,4288.0,,,,,Hauts-de-Seine
-102.0,2020-04-14,FR-92,4390.0,,,,,Hauts-de-Seine
-129.0,2020-04-15,FR-92,4519.0,,,,,Hauts-de-Seine
-121.0,2020-04-16,FR-92,4640.0,,,,,Hauts-de-Seine
-84.0,2020-04-17,FR-92,4724.0,,,,,Hauts-de-Seine
-97.0,2020-04-18,FR-92,4821.0,,,,,Hauts-de-Seine
-54.0,2020-04-19,FR-92,4875.0,,,,,Hauts-de-Seine
-109.0,2020-04-20,FR-92,4984.0,,,,,Hauts-de-Seine
-87.0,2020-04-21,FR-92,5071.0,,,,,Hauts-de-Seine
-103.0,2020-04-22,FR-92,5174.0,,,,,Hauts-de-Seine
-101.0,2020-04-23,FR-92,5275.0,,,,,Hauts-de-Seine
-94.0,2020-04-24,FR-92,5369.0,,,,,Hauts-de-Seine
-59.0,2020-04-25,FR-92,5428.0,,,,,Hauts-de-Seine
-25.0,2020-04-26,FR-92,5453.0,,,,,Hauts-de-Seine
-69.0,2020-04-27,FR-92,5522.0,,,,,Hauts-de-Seine
-90.0,2020-04-28,FR-92,5612.0,,,,,Hauts-de-Seine
-43.0,2020-04-29,FR-92,5655.0,,,,,Hauts-de-Seine
-54.0,2020-04-30,FR-92,5709.0,,,,,Hauts-de-Seine
-28.0,2020-05-01,FR-92,5737.0,,,,,Hauts-de-Seine
-18.0,2020-05-02,FR-92,5755.0,,,,,Hauts-de-Seine
-27.0,2020-05-03,FR-92,5782.0,,,,,Hauts-de-Seine
-24.0,2020-05-04,FR-92,5806.0,,,,,Hauts-de-Seine
-42.0,2020-05-05,FR-92,5848.0,,,,,Hauts-de-Seine
-30.0,2020-05-06,FR-92,5878.0,,,,,Hauts-de-Seine
-34.0,2020-05-07,FR-92,5912.0,,,,,Hauts-de-Seine
-17.0,2020-05-08,FR-92,5929.0,,,,,Hauts-de-Seine
-7.0,2020-05-09,FR-92,5936.0,,,,,Hauts-de-Seine
-26.0,2020-05-10,FR-92,5962.0,,,,,Hauts-de-Seine
-25.0,2020-05-11,FR-92,5987.0,,,,,Hauts-de-Seine
-29.0,2020-05-12,FR-92,6016.0,,,,,Hauts-de-Seine
-23.0,2020-05-13,FR-92,6039.0,,,,,Hauts-de-Seine
-45.0,2020-05-14,FR-92,6084.0,,,,,Hauts-de-Seine
-22.0,2020-05-15,FR-92,6106.0,,,,,Hauts-de-Seine
-9.0,2020-05-16,FR-92,6115.0,,,,,Hauts-de-Seine
-6.0,2020-05-17,FR-92,6121.0,,,,,Hauts-de-Seine
-47.0,2020-05-18,FR-92,6168.0,,,,,Hauts-de-Seine
-18.0,2020-05-19,FR-92,6186.0,,,,,Hauts-de-Seine
-21.0,2020-05-20,FR-92,6207.0,,,,,Hauts-de-Seine
-104.0,2020-03-19,FR-93,104.0,,,,,Seine-Saint-Denis
-43.0,2020-03-20,FR-93,147.0,,,,,Seine-Saint-Denis
-51.0,2020-03-21,FR-93,198.0,,,,,Seine-Saint-Denis
-26.0,2020-03-22,FR-93,224.0,,,,,Seine-Saint-Denis
-71.0,2020-03-23,FR-93,295.0,,,,,Seine-Saint-Denis
-86.0,2020-03-24,FR-93,381.0,,,,,Seine-Saint-Denis
-84.0,2020-03-25,FR-93,465.0,,,,,Seine-Saint-Denis
-119.0,2020-03-26,FR-93,584.0,,,,,Seine-Saint-Denis
-159.0,2020-03-27,FR-93,743.0,,,,,Seine-Saint-Denis
-95.0,2020-03-28,FR-93,838.0,,,,,Seine-Saint-Denis
-112.0,2020-03-29,FR-93,950.0,,,,,Seine-Saint-Denis
-138.0,2020-03-30,FR-93,1088.0,,,,,Seine-Saint-Denis
-218.0,2020-03-31,FR-93,1306.0,,,,,Seine-Saint-Denis
-275.0,2020-04-01,FR-93,1581.0,,,,,Seine-Saint-Denis
-128.0,2020-04-02,FR-93,1709.0,,,,,Seine-Saint-Denis
-163.0,2020-04-03,FR-93,1872.0,,,,,Seine-Saint-Denis
-145.0,2020-04-04,FR-93,2017.0,,,,,Seine-Saint-Denis
-67.0,2020-04-05,FR-93,2084.0,,,,,Seine-Saint-Denis
-157.0,2020-04-06,FR-93,2241.0,,,,,Seine-Saint-Denis
-215.0,2020-04-07,FR-93,2456.0,,,,,Seine-Saint-Denis
-183.0,2020-04-08,FR-93,2639.0,,,,,Seine-Saint-Denis
-254.0,2020-04-09,FR-93,2893.0,,,,,Seine-Saint-Denis
-182.0,2020-04-10,FR-93,3075.0,,,,,Seine-Saint-Denis
-123.0,2020-04-11,FR-93,3198.0,,,,,Seine-Saint-Denis
-94.0,2020-04-12,FR-93,3292.0,,,,,Seine-Saint-Denis
-60.0,2020-04-13,FR-93,3352.0,,,,,Seine-Saint-Denis
-127.0,2020-04-14,FR-93,3479.0,,,,,Seine-Saint-Denis
-126.0,2020-04-15,FR-93,3605.0,,,,,Seine-Saint-Denis
-122.0,2020-04-16,FR-93,3727.0,,,,,Seine-Saint-Denis
-184.0,2020-04-17,FR-93,3911.0,,,,,Seine-Saint-Denis
-94.0,2020-04-18,FR-93,4005.0,,,,,Seine-Saint-Denis
-47.0,2020-04-19,FR-93,4052.0,,,,,Seine-Saint-Denis
-85.0,2020-04-20,FR-93,4137.0,,,,,Seine-Saint-Denis
-82.0,2020-04-21,FR-93,4219.0,,,,,Seine-Saint-Denis
-104.0,2020-04-22,FR-93,4323.0,,,,,Seine-Saint-Denis
-92.0,2020-04-23,FR-93,4415.0,,,,,Seine-Saint-Denis
-61.0,2020-04-24,FR-93,4476.0,,,,,Seine-Saint-Denis
-31.0,2020-04-25,FR-93,4507.0,,,,,Seine-Saint-Denis
-28.0,2020-04-26,FR-93,4535.0,,,,,Seine-Saint-Denis
-97.0,2020-04-27,FR-93,4632.0,,,,,Seine-Saint-Denis
-79.0,2020-04-28,FR-93,4711.0,,,,,Seine-Saint-Denis
-41.0,2020-04-29,FR-93,4752.0,,,,,Seine-Saint-Denis
-21.0,2020-04-30,FR-93,4773.0,,,,,Seine-Saint-Denis
-25.0,2020-05-01,FR-93,4798.0,,,,,Seine-Saint-Denis
-15.0,2020-05-02,FR-93,4813.0,,,,,Seine-Saint-Denis
-12.0,2020-05-03,FR-93,4825.0,,,,,Seine-Saint-Denis
-36.0,2020-05-04,FR-93,4861.0,,,,,Seine-Saint-Denis
-45.0,2020-05-05,FR-93,4906.0,,,,,Seine-Saint-Denis
-79.0,2020-05-06,FR-93,4985.0,,,,,Seine-Saint-Denis
-55.0,2020-05-07,FR-93,5040.0,,,,,Seine-Saint-Denis
-24.0,2020-05-08,FR-93,5064.0,,,,,Seine-Saint-Denis
-17.0,2020-05-09,FR-93,5081.0,,,,,Seine-Saint-Denis
-18.0,2020-05-10,FR-93,5099.0,,,,,Seine-Saint-Denis
-36.0,2020-05-11,FR-93,5135.0,,,,,Seine-Saint-Denis
-60.0,2020-05-12,FR-93,5195.0,,,,,Seine-Saint-Denis
-39.0,2020-05-13,FR-93,5234.0,,,,,Seine-Saint-Denis
-15.0,2020-05-14,FR-93,5249.0,,,,,Seine-Saint-Denis
-17.0,2020-05-15,FR-93,5266.0,,,,,Seine-Saint-Denis
-19.0,2020-05-16,FR-93,5285.0,,,,,Seine-Saint-Denis
-1.0,2020-05-17,FR-93,5286.0,,,,,Seine-Saint-Denis
-18.0,2020-05-18,FR-93,5304.0,,,,,Seine-Saint-Denis
-28.0,2020-05-19,FR-93,5332.0,,,,,Seine-Saint-Denis
-37.0,2020-05-20,FR-93,5369.0,,,,,Seine-Saint-Denis
-114.0,2020-03-19,FR-94,114.0,,,,,Val-de-Marne
-66.0,2020-03-20,FR-94,180.0,,,,,Val-de-Marne
-57.0,2020-03-21,FR-94,237.0,,,,,Val-de-Marne
-74.0,2020-03-22,FR-94,311.0,,,,,Val-de-Marne
-108.0,2020-03-23,FR-94,419.0,,,,,Val-de-Marne
-122.0,2020-03-24,FR-94,541.0,,,,,Val-de-Marne
-145.0,2020-03-25,FR-94,686.0,,,,,Val-de-Marne
-159.0,2020-03-26,FR-94,845.0,,,,,Val-de-Marne
-159.0,2020-03-27,FR-94,1004.0,,,,,Val-de-Marne
-178.0,2020-03-28,FR-94,1182.0,,,,,Val-de-Marne
-119.0,2020-03-29,FR-94,1301.0,,,,,Val-de-Marne
-113.0,2020-03-30,FR-94,1414.0,,,,,Val-de-Marne
-259.0,2020-03-31,FR-94,1673.0,,,,,Val-de-Marne
-323.0,2020-04-01,FR-94,1996.0,,,,,Val-de-Marne
-207.0,2020-04-02,FR-94,2203.0,,,,,Val-de-Marne
-272.0,2020-04-03,FR-94,2475.0,,,,,Val-de-Marne
-165.0,2020-04-04,FR-94,2640.0,,,,,Val-de-Marne
-128.0,2020-04-05,FR-94,2768.0,,,,,Val-de-Marne
-186.0,2020-04-06,FR-94,2954.0,,,,,Val-de-Marne
-293.0,2020-04-07,FR-94,3247.0,,,,,Val-de-Marne
-250.0,2020-04-08,FR-94,3497.0,,,,,Val-de-Marne
-179.0,2020-04-09,FR-94,3676.0,,,,,Val-de-Marne
-205.0,2020-04-10,FR-94,3881.0,,,,,Val-de-Marne
-124.0,2020-04-11,FR-94,4005.0,,,,,Val-de-Marne
-85.0,2020-04-12,FR-94,4090.0,,,,,Val-de-Marne
-88.0,2020-04-13,FR-94,4178.0,,,,,Val-de-Marne
-84.0,2020-04-14,FR-94,4262.0,,,,,Val-de-Marne
-195.0,2020-04-15,FR-94,4457.0,,,,,Val-de-Marne
-123.0,2020-04-16,FR-94,4580.0,,,,,Val-de-Marne
-92.0,2020-04-17,FR-94,4672.0,,,,,Val-de-Marne
-80.0,2020-04-18,FR-94,4752.0,,,,,Val-de-Marne
-25.0,2020-04-19,FR-94,4777.0,,,,,Val-de-Marne
-85.0,2020-04-20,FR-94,4862.0,,,,,Val-de-Marne
-128.0,2020-04-21,FR-94,4990.0,,,,,Val-de-Marne
-97.0,2020-04-22,FR-94,5087.0,,,,,Val-de-Marne
-94.0,2020-04-23,FR-94,5181.0,,,,,Val-de-Marne
-71.0,2020-04-24,FR-94,5252.0,,,,,Val-de-Marne
-73.0,2020-04-25,FR-94,5325.0,,,,,Val-de-Marne
-26.0,2020-04-26,FR-94,5351.0,,,,,Val-de-Marne
-28.0,2020-04-27,FR-94,5379.0,,,,,Val-de-Marne
-66.0,2020-04-28,FR-94,5445.0,,,,,Val-de-Marne
-59.0,2020-04-29,FR-94,5504.0,,,,,Val-de-Marne
-40.0,2020-04-30,FR-94,5544.0,,,,,Val-de-Marne
-34.0,2020-05-01,FR-94,5578.0,,,,,Val-de-Marne
-19.0,2020-05-02,FR-94,5597.0,,,,,Val-de-Marne
-15.0,2020-05-03,FR-94,5612.0,,,,,Val-de-Marne
-33.0,2020-05-04,FR-94,5645.0,,,,,Val-de-Marne
-82.0,2020-05-05,FR-94,5727.0,,,,,Val-de-Marne
-68.0,2020-05-06,FR-94,5795.0,,,,,Val-de-Marne
-39.0,2020-05-07,FR-94,5834.0,,,,,Val-de-Marne
-22.0,2020-05-08,FR-94,5856.0,,,,,Val-de-Marne
-7.0,2020-05-09,FR-94,5863.0,,,,,Val-de-Marne
-9.0,2020-05-10,FR-94,5872.0,,,,,Val-de-Marne
-25.0,2020-05-11,FR-94,5897.0,,,,,Val-de-Marne
-18.0,2020-05-12,FR-94,5915.0,,,,,Val-de-Marne
-34.0,2020-05-13,FR-94,5949.0,,,,,Val-de-Marne
-21.0,2020-05-14,FR-94,5970.0,,,,,Val-de-Marne
-16.0,2020-05-15,FR-94,5986.0,,,,,Val-de-Marne
-16.0,2020-05-16,FR-94,6002.0,,,,,Val-de-Marne
-9.0,2020-05-17,FR-94,6011.0,,,,,Val-de-Marne
-11.0,2020-05-18,FR-94,6022.0,,,,,Val-de-Marne
-25.0,2020-05-19,FR-94,6047.0,,,,,Val-de-Marne
-30.0,2020-05-20,FR-94,6077.0,,,,,Val-de-Marne
-80.0,2020-03-19,FR-95,80.0,,,,,Val-d'Oise
-60.0,2020-03-20,FR-95,140.0,,,,,Val-d'Oise
-74.0,2020-03-21,FR-95,214.0,,,,,Val-d'Oise
-84.0,2020-03-22,FR-95,298.0,,,,,Val-d'Oise
-71.0,2020-03-23,FR-95,369.0,,,,,Val-d'Oise
-63.0,2020-03-24,FR-95,432.0,,,,,Val-d'Oise
-101.0,2020-03-25,FR-95,533.0,,,,,Val-d'Oise
-105.0,2020-03-26,FR-95,638.0,,,,,Val-d'Oise
-131.0,2020-03-27,FR-95,769.0,,,,,Val-d'Oise
-75.0,2020-03-28,FR-95,844.0,,,,,Val-d'Oise
-114.0,2020-03-29,FR-95,958.0,,,,,Val-d'Oise
-118.0,2020-03-30,FR-95,1076.0,,,,,Val-d'Oise
-140.0,2020-03-31,FR-95,1216.0,,,,,Val-d'Oise
-118.0,2020-04-01,FR-95,1334.0,,,,,Val-d'Oise
-145.0,2020-04-02,FR-95,1479.0,,,,,Val-d'Oise
-134.0,2020-04-03,FR-95,1613.0,,,,,Val-d'Oise
-91.0,2020-04-04,FR-95,1704.0,,,,,Val-d'Oise
-40.0,2020-04-05,FR-95,1744.0,,,,,Val-d'Oise
-129.0,2020-04-06,FR-95,1873.0,,,,,Val-d'Oise
-104.0,2020-04-07,FR-95,1977.0,,,,,Val-d'Oise
-112.0,2020-04-08,FR-95,2089.0,,,,,Val-d'Oise
-125.0,2020-04-09,FR-95,2214.0,,,,,Val-d'Oise
-83.0,2020-04-10,FR-95,2297.0,,,,,Val-d'Oise
-89.0,2020-04-11,FR-95,2386.0,,,,,Val-d'Oise
-35.0,2020-04-12,FR-95,2421.0,,,,,Val-d'Oise
-40.0,2020-04-13,FR-95,2461.0,,,,,Val-d'Oise
-78.0,2020-04-14,FR-95,2539.0,,,,,Val-d'Oise
-67.0,2020-04-15,FR-95,2606.0,,,,,Val-d'Oise
-101.0,2020-04-16,FR-95,2707.0,,,,,Val-d'Oise
-60.0,2020-04-17,FR-95,2767.0,,,,,Val-d'Oise
-50.0,2020-04-18,FR-95,2817.0,,,,,Val-d'Oise
-29.0,2020-04-19,FR-95,2846.0,,,,,Val-d'Oise
-51.0,2020-04-20,FR-95,2897.0,,,,,Val-d'Oise
-46.0,2020-04-21,FR-95,2943.0,,,,,Val-d'Oise
-76.0,2020-04-22,FR-95,3019.0,,,,,Val-d'Oise
-55.0,2020-04-23,FR-95,3074.0,,,,,Val-d'Oise
-43.0,2020-04-24,FR-95,3117.0,,,,,Val-d'Oise
-27.0,2020-04-25,FR-95,3144.0,,,,,Val-d'Oise
-11.0,2020-04-26,FR-95,3155.0,,,,,Val-d'Oise
-18.0,2020-04-27,FR-95,3173.0,,,,,Val-d'Oise
-44.0,2020-04-28,FR-95,3217.0,,,,,Val-d'Oise
-21.0,2020-04-29,FR-95,3238.0,,,,,Val-d'Oise
-17.0,2020-04-30,FR-95,3255.0,,,,,Val-d'Oise
-22.0,2020-05-01,FR-95,3277.0,,,,,Val-d'Oise
-5.0,2020-05-02,FR-95,3282.0,,,,,Val-d'Oise
-6.0,2020-05-03,FR-95,3288.0,,,,,Val-d'Oise
-32.0,2020-05-04,FR-95,3320.0,,,,,Val-d'Oise
-26.0,2020-05-05,FR-95,3346.0,,,,,Val-d'Oise
-21.0,2020-05-06,FR-95,3367.0,,,,,Val-d'Oise
-14.0,2020-05-07,FR-95,3381.0,,,,,Val-d'Oise
-15.0,2020-05-08,FR-95,3396.0,,,,,Val-d'Oise
-7.0,2020-05-09,FR-95,3403.0,,,,,Val-d'Oise
-10.0,2020-05-10,FR-95,3413.0,,,,,Val-d'Oise
-4.0,2020-05-11,FR-95,3417.0,,,,,Val-d'Oise
-14.0,2020-05-12,FR-95,3431.0,,,,,Val-d'Oise
-14.0,2020-05-13,FR-95,3445.0,,,,,Val-d'Oise
-17.0,2020-05-14,FR-95,3462.0,,,,,Val-d'Oise
-8.0,2020-05-15,FR-95,3470.0,,,,,Val-d'Oise
-13.0,2020-05-16,FR-95,3483.0,,,,,Val-d'Oise
-2.0,2020-05-17,FR-95,3485.0,,,,,Val-d'Oise
-6.0,2020-05-18,FR-95,3491.0,,,,,Val-d'Oise
-23.0,2020-05-19,FR-95,3514.0,,,,,Val-d'Oise
-13.0,2020-05-20,FR-95,3527.0,,,,,Val-d'Oise
-57.0,2020-03-19,FR-2A,57.0,,,,,Corse-du-Sud
-8.0,2020-03-20,FR-2A,65.0,,,,,Corse-du-Sud
-4.0,2020-03-21,FR-2A,69.0,,,,,Corse-du-Sud
-7.0,2020-03-22,FR-2A,76.0,,,,,Corse-du-Sud
-8.0,2020-03-23,FR-2A,84.0,,,,,Corse-du-Sud
-8.0,2020-03-24,FR-2A,92.0,,,,,Corse-du-Sud
-21.0,2020-03-25,FR-2A,113.0,,,,,Corse-du-Sud
-18.0,2020-03-26,FR-2A,131.0,,,,,Corse-du-Sud
-10.0,2020-03-27,FR-2A,141.0,,,,,Corse-du-Sud
-9.0,2020-03-28,FR-2A,150.0,,,,,Corse-du-Sud
-15.0,2020-03-29,FR-2A,165.0,,,,,Corse-du-Sud
-14.0,2020-03-30,FR-2A,179.0,,,,,Corse-du-Sud
-3.0,2020-03-31,FR-2A,182.0,,,,,Corse-du-Sud
-3.0,2020-04-01,FR-2A,185.0,,,,,Corse-du-Sud
-6.0,2020-04-02,FR-2A,191.0,,,,,Corse-du-Sud
-3.0,2020-04-03,FR-2A,194.0,,,,,Corse-du-Sud
-7.0,2020-04-04,FR-2A,201.0,,,,,Corse-du-Sud
-0.0,2020-04-05,FR-2A,201.0,,,,,Corse-du-Sud
-1.0,2020-04-06,FR-2A,202.0,,,,,Corse-du-Sud
-5.0,2020-04-07,FR-2A,207.0,,,,,Corse-du-Sud
-4.0,2020-04-08,FR-2A,211.0,,,,,Corse-du-Sud
-1.0,2020-04-09,FR-2A,212.0,,,,,Corse-du-Sud
-0.0,2020-04-10,FR-2A,212.0,,,,,Corse-du-Sud
-1.0,2020-04-11,FR-2A,213.0,,,,,Corse-du-Sud
-3.0,2020-04-12,FR-2A,216.0,,,,,Corse-du-Sud
-3.0,2020-04-13,FR-2A,219.0,,,,,Corse-du-Sud
-2.0,2020-04-14,FR-2A,221.0,,,,,Corse-du-Sud
-1.0,2020-04-15,FR-2A,222.0,,,,,Corse-du-Sud
-0.0,2020-04-16,FR-2A,222.0,,,,,Corse-du-Sud
-2.0,2020-04-17,FR-2A,224.0,,,,,Corse-du-Sud
-2.0,2020-04-18,FR-2A,226.0,,,,,Corse-du-Sud
-4.0,2020-04-19,FR-2A,230.0,,,,,Corse-du-Sud
-0.0,2020-04-20,FR-2A,230.0,,,,,Corse-du-Sud
-1.0,2020-04-21,FR-2A,231.0,,,,,Corse-du-Sud
-3.0,2020-04-22,FR-2A,234.0,,,,,Corse-du-Sud
-1.0,2020-04-23,FR-2A,235.0,,,,,Corse-du-Sud
-4.0,2020-04-24,FR-2A,239.0,,,,,Corse-du-Sud
-0.0,2020-04-25,FR-2A,239.0,,,,,Corse-du-Sud
-0.0,2020-04-26,FR-2A,239.0,,,,,Corse-du-Sud
-0.0,2020-04-27,FR-2A,239.0,,,,,Corse-du-Sud
-1.0,2020-04-28,FR-2A,240.0,,,,,Corse-du-Sud
-1.0,2020-04-29,FR-2A,241.0,,,,,Corse-du-Sud
-2.0,2020-04-30,FR-2A,243.0,,,,,Corse-du-Sud
-3.0,2020-05-01,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-02,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-03,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-04,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-05,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-06,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-07,FR-2A,246.0,,,,,Corse-du-Sud
-0.0,2020-05-08,FR-2A,246.0,,,,,Corse-du-Sud
-1.0,2020-05-09,FR-2A,247.0,,,,,Corse-du-Sud
-0.0,2020-05-10,FR-2A,247.0,,,,,Corse-du-Sud
-1.0,2020-05-11,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-12,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-13,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-14,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-15,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-16,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-17,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-18,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-19,FR-2A,248.0,,,,,Corse-du-Sud
-0.0,2020-05-20,FR-2A,248.0,,,,,Corse-du-Sud
-1.0,2020-03-19,FR-2B,1.0,,,,,Haute-Corse
-28.0,2020-03-20,FR-2B,29.0,,,,,Haute-Corse
-0.0,2020-03-21,FR-2B,29.0,,,,,Haute-Corse
-0.0,2020-03-22,FR-2B,29.0,,,,,Haute-Corse
-8.0,2020-03-23,FR-2B,37.0,,,,,Haute-Corse
-4.0,2020-03-24,FR-2B,41.0,,,,,Haute-Corse
-1.0,2020-03-25,FR-2B,42.0,,,,,Haute-Corse
-9.0,2020-03-26,FR-2B,51.0,,,,,Haute-Corse
-5.0,2020-03-27,FR-2B,56.0,,,,,Haute-Corse
-1.0,2020-03-28,FR-2B,57.0,,,,,Haute-Corse
-1.0,2020-03-29,FR-2B,58.0,,,,,Haute-Corse
-0.0,2020-03-30,FR-2B,58.0,,,,,Haute-Corse
-10.0,2020-03-31,FR-2B,68.0,,,,,Haute-Corse
-0.0,2020-04-01,FR-2B,68.0,,,,,Haute-Corse
-14.0,2020-04-02,FR-2B,82.0,,,,,Haute-Corse
-6.0,2020-04-03,FR-2B,88.0,,,,,Haute-Corse
-20.0,2020-04-04,FR-2B,108.0,,,,,Haute-Corse
-0.0,2020-04-05,FR-2B,108.0,,,,,Haute-Corse
-0.0,2020-04-06,FR-2B,108.0,,,,,Haute-Corse
-0.0,2020-04-07,FR-2B,108.0,,,,,Haute-Corse
-2.0,2020-04-08,FR-2B,110.0,,,,,Haute-Corse
-1.0,2020-04-09,FR-2B,111.0,,,,,Haute-Corse
-0.0,2020-04-10,FR-2B,111.0,,,,,Haute-Corse
-0.0,2020-04-11,FR-2B,111.0,,,,,Haute-Corse
-0.0,2020-04-12,FR-2B,111.0,,,,,Haute-Corse
-0.0,2020-04-13,FR-2B,111.0,,,,,Haute-Corse
-0.0,2020-04-14,FR-2B,111.0,,,,,Haute-Corse
-13.0,2020-04-15,FR-2B,124.0,,,,,Haute-Corse
-3.0,2020-04-16,FR-2B,127.0,,,,,Haute-Corse
-0.0,2020-04-17,FR-2B,127.0,,,,,Haute-Corse
-2.0,2020-04-18,FR-2B,129.0,,,,,Haute-Corse
-0.0,2020-04-19,FR-2B,129.0,,,,,Haute-Corse
-0.0,2020-04-20,FR-2B,129.0,,,,,Haute-Corse
-1.0,2020-04-21,FR-2B,130.0,,,,,Haute-Corse
-5.0,2020-04-22,FR-2B,135.0,,,,,Haute-Corse
-0.0,2020-04-23,FR-2B,135.0,,,,,Haute-Corse
-2.0,2020-04-24,FR-2B,137.0,,,,,Haute-Corse
-0.0,2020-04-25,FR-2B,137.0,,,,,Haute-Corse
-0.0,2020-04-26,FR-2B,137.0,,,,,Haute-Corse
-0.0,2020-04-27,FR-2B,137.0,,,,,Haute-Corse
-4.0,2020-04-28,FR-2B,141.0,,,,,Haute-Corse
-1.0,2020-04-29,FR-2B,142.0,,,,,Haute-Corse
-1.0,2020-04-30,FR-2B,143.0,,,,,Haute-Corse
-0.0,2020-05-01,FR-2B,143.0,,,,,Haute-Corse
-0.0,2020-05-02,FR-2B,143.0,,,,,Haute-Corse
-0.0,2020-05-03,FR-2B,143.0,,,,,Haute-Corse
-1.0,2020-05-04,FR-2B,144.0,,,,,Haute-Corse
-1.0,2020-05-05,FR-2B,145.0,,,,,Haute-Corse
-0.0,2020-05-06,FR-2B,145.0,,,,,Haute-Corse
-0.0,2020-05-07,FR-2B,145.0,,,,,Haute-Corse
-0.0,2020-05-08,FR-2B,145.0,,,,,Haute-Corse
-0.0,2020-05-09,FR-2B,145.0,,,,,Haute-Corse
-0.0,2020-05-10,FR-2B,145.0,,,,,Haute-Corse
-0.0,2020-05-11,FR-2B,145.0,,,,,Haute-Corse
-5.0,2020-05-12,FR-2B,150.0,,,,,Haute-Corse
-1.0,2020-05-13,FR-2B,151.0,,,,,Haute-Corse
-0.0,2020-05-14,FR-2B,151.0,,,,,Haute-Corse
-0.0,2020-05-15,FR-2B,151.0,,,,,Haute-Corse
-0.0,2020-05-16,FR-2B,151.0,,,,,Haute-Corse
-0.0,2020-05-17,FR-2B,151.0,,,,,Haute-Corse
-2.0,2020-05-18,FR-2B,153.0,,,,,Haute-Corse
-1.0,2020-05-19,FR-2B,154.0,,,,,Haute-Corse
-0.0,2020-05-20,FR-2B,154.0,,,,,Haute-Corse
-0.0,2020-03-19,FR-GUA,0.0,,,,,Guadeloupe
-0.0,2020-03-20,FR-GUA,0.0,,,,,Guadeloupe
-0.0,2020-03-21,FR-GUA,0.0,,,,,Guadeloupe
-6.0,2020-03-22,FR-GUA,6.0,,,,,Guadeloupe
-0.0,2020-03-23,FR-GUA,6.0,,,,,Guadeloupe
-0.0,2020-03-24,FR-GUA,6.0,,,,,Guadeloupe
-0.0,2020-03-25,FR-GUA,6.0,,,,,Guadeloupe
-19.0,2020-03-26,FR-GUA,25.0,,,,,Guadeloupe
-11.0,2020-03-27,FR-GUA,36.0,,,,,Guadeloupe
-18.0,2020-03-28,FR-GUA,54.0,,,,,Guadeloupe
-1.0,2020-03-29,FR-GUA,55.0,,,,,Guadeloupe
-2.0,2020-03-30,FR-GUA,57.0,,,,,Guadeloupe
-4.0,2020-03-31,FR-GUA,61.0,,,,,Guadeloupe
-6.0,2020-04-01,FR-GUA,67.0,,,,,Guadeloupe
-9.0,2020-04-02,FR-GUA,76.0,,,,,Guadeloupe
-6.0,2020-04-03,FR-GUA,82.0,,,,,Guadeloupe
-3.0,2020-04-04,FR-GUA,85.0,,,,,Guadeloupe
-2.0,2020-04-05,FR-GUA,87.0,,,,,Guadeloupe
-5.0,2020-04-06,FR-GUA,92.0,,,,,Guadeloupe
-1.0,2020-04-07,FR-GUA,93.0,,,,,Guadeloupe
-5.0,2020-04-08,FR-GUA,98.0,,,,,Guadeloupe
-3.0,2020-04-09,FR-GUA,101.0,,,,,Guadeloupe
-2.0,2020-04-10,FR-GUA,103.0,,,,,Guadeloupe
-3.0,2020-04-11,FR-GUA,106.0,,,,,Guadeloupe
-2.0,2020-04-12,FR-GUA,108.0,,,,,Guadeloupe
-3.0,2020-04-13,FR-GUA,111.0,,,,,Guadeloupe
-0.0,2020-04-14,FR-GUA,111.0,,,,,Guadeloupe
-0.0,2020-04-15,FR-GUA,111.0,,,,,Guadeloupe
-1.0,2020-04-16,FR-GUA,112.0,,,,,Guadeloupe
-2.0,2020-04-17,FR-GUA,114.0,,,,,Guadeloupe
-0.0,2020-04-18,FR-GUA,114.0,,,,,Guadeloupe
-1.0,2020-04-19,FR-GUA,115.0,,,,,Guadeloupe
-0.0,2020-04-20,FR-GUA,115.0,,,,,Guadeloupe
-0.0,2020-04-21,FR-GUA,115.0,,,,,Guadeloupe
-4.0,2020-04-22,FR-GUA,119.0,,,,,Guadeloupe
-0.0,2020-04-23,FR-GUA,119.0,,,,,Guadeloupe
-0.0,2020-04-24,FR-GUA,119.0,,,,,Guadeloupe
-0.0,2020-04-25,FR-GUA,119.0,,,,,Guadeloupe
-1.0,2020-04-26,FR-GUA,120.0,,,,,Guadeloupe
-1.0,2020-04-27,FR-GUA,121.0,,,,,Guadeloupe
-0.0,2020-04-28,FR-GUA,121.0,,,,,Guadeloupe
-1.0,2020-04-29,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-04-30,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-01,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-02,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-03,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-04,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-05,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-06,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-07,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-08,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-09,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-10,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-11,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-12,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-13,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-14,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-15,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-16,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-17,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-18,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-19,FR-GUA,122.0,,,,,Guadeloupe
-0.0,2020-05-20,FR-GUA,122.0,,,,,Guadeloupe
-1.0,2020-03-19,FR-MQ,1.0,,,,,Martinique
-2.0,2020-03-20,FR-MQ,3.0,,,,,Martinique
-0.0,2020-03-21,FR-MQ,3.0,,,,,Martinique
-1.0,2020-03-22,FR-MQ,4.0,,,,,Martinique
-0.0,2020-03-23,FR-MQ,4.0,,,,,Martinique
-5.0,2020-03-24,FR-MQ,9.0,,,,,Martinique
-11.0,2020-03-25,FR-MQ,20.0,,,,,Martinique
-8.0,2020-03-26,FR-MQ,28.0,,,,,Martinique
-14.0,2020-03-27,FR-MQ,42.0,,,,,Martinique
-11.0,2020-03-28,FR-MQ,53.0,,,,,Martinique
-9.0,2020-03-29,FR-MQ,62.0,,,,,Martinique
-1.0,2020-03-30,FR-MQ,63.0,,,,,Martinique
-11.0,2020-03-31,FR-MQ,74.0,,,,,Martinique
-4.0,2020-04-01,FR-MQ,78.0,,,,,Martinique
-2.0,2020-04-02,FR-MQ,80.0,,,,,Martinique
-0.0,2020-04-03,FR-MQ,80.0,,,,,Martinique
-6.0,2020-04-04,FR-MQ,86.0,,,,,Martinique
-5.0,2020-04-05,FR-MQ,91.0,,,,,Martinique
-2.0,2020-04-06,FR-MQ,93.0,,,,,Martinique
-1.0,2020-04-07,FR-MQ,94.0,,,,,Martinique
-0.0,2020-04-08,FR-MQ,94.0,,,,,Martinique
-1.0,2020-04-09,FR-MQ,95.0,,,,,Martinique
-0.0,2020-04-10,FR-MQ,95.0,,,,,Martinique
-1.0,2020-04-11,FR-MQ,96.0,,,,,Martinique
-0.0,2020-04-12,FR-MQ,96.0,,,,,Martinique
-1.0,2020-04-13,FR-MQ,97.0,,,,,Martinique
-0.0,2020-04-14,FR-MQ,97.0,,,,,Martinique
-0.0,2020-04-15,FR-MQ,97.0,,,,,Martinique
-4.0,2020-04-16,FR-MQ,101.0,,,,,Martinique
-2.0,2020-04-17,FR-MQ,103.0,,,,,Martinique
-0.0,2020-04-18,FR-MQ,103.0,,,,,Martinique
-1.0,2020-04-19,FR-MQ,104.0,,,,,Martinique
-0.0,2020-04-20,FR-MQ,104.0,,,,,Martinique
-5.0,2020-04-21,FR-MQ,109.0,,,,,Martinique
-0.0,2020-04-22,FR-MQ,109.0,,,,,Martinique
-1.0,2020-04-23,FR-MQ,110.0,,,,,Martinique
-0.0,2020-04-24,FR-MQ,110.0,,,,,Martinique
-0.0,2020-04-25,FR-MQ,110.0,,,,,Martinique
-0.0,2020-04-26,FR-MQ,110.0,,,,,Martinique
-0.0,2020-04-27,FR-MQ,110.0,,,,,Martinique
-0.0,2020-04-28,FR-MQ,110.0,,,,,Martinique
-0.0,2020-04-29,FR-MQ,110.0,,,,,Martinique
-2.0,2020-04-30,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-01,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-02,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-03,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-04,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-05,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-06,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-07,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-08,FR-MQ,112.0,,,,,Martinique
-0.0,2020-05-09,FR-MQ,112.0,,,,,Martinique
-1.0,2020-05-10,FR-MQ,113.0,,,,,Martinique
-0.0,2020-05-11,FR-MQ,113.0,,,,,Martinique
-0.0,2020-05-12,FR-MQ,113.0,,,,,Martinique
-0.0,2020-05-13,FR-MQ,113.0,,,,,Martinique
-0.0,2020-05-14,FR-MQ,113.0,,,,,Martinique
-1.0,2020-05-15,FR-MQ,114.0,,,,,Martinique
-0.0,2020-05-16,FR-MQ,114.0,,,,,Martinique
-0.0,2020-05-17,FR-MQ,114.0,,,,,Martinique
-0.0,2020-05-18,FR-MQ,114.0,,,,,Martinique
-0.0,2020-05-19,FR-MQ,114.0,,,,,Martinique
-0.0,2020-05-20,FR-MQ,114.0,,,,,Martinique
-0.0,2020-03-19,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-20,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-21,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-22,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-23,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-24,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-25,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-26,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-27,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-28,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-29,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-30,FR-GF,0.0,,,,,Guyane
-0.0,2020-03-31,FR-GF,0.0,,,,,Guyane
-10.0,2020-04-01,FR-GF,10.0,,,,,Guyane
-3.0,2020-04-02,FR-GF,13.0,,,,,Guyane
-2.0,2020-04-03,FR-GF,15.0,,,,,Guyane
-0.0,2020-04-04,FR-GF,15.0,,,,,Guyane
-0.0,2020-04-05,FR-GF,15.0,,,,,Guyane
-0.0,2020-04-06,FR-GF,15.0,,,,,Guyane
-2.0,2020-04-07,FR-GF,17.0,,,,,Guyane
-2.0,2020-04-08,FR-GF,19.0,,,,,Guyane
-4.0,2020-04-09,FR-GF,23.0,,,,,Guyane
-1.0,2020-04-10,FR-GF,24.0,,,,,Guyane
-0.0,2020-04-11,FR-GF,24.0,,,,,Guyane
-6.0,2020-04-12,FR-GF,30.0,,,,,Guyane
-0.0,2020-04-13,FR-GF,30.0,,,,,Guyane
-3.0,2020-04-14,FR-GF,33.0,,,,,Guyane
-3.0,2020-04-15,FR-GF,36.0,,,,,Guyane
-0.0,2020-04-16,FR-GF,36.0,,,,,Guyane
-1.0,2020-04-17,FR-GF,37.0,,,,,Guyane
-0.0,2020-04-18,FR-GF,37.0,,,,,Guyane
-0.0,2020-04-19,FR-GF,37.0,,,,,Guyane
-0.0,2020-04-20,FR-GF,37.0,,,,,Guyane
-2.0,2020-04-21,FR-GF,39.0,,,,,Guyane
-0.0,2020-04-22,FR-GF,39.0,,,,,Guyane
-3.0,2020-04-23,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-24,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-25,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-26,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-27,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-28,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-29,FR-GF,42.0,,,,,Guyane
-0.0,2020-04-30,FR-GF,42.0,,,,,Guyane
-2.0,2020-05-01,FR-GF,44.0,,,,,Guyane
-0.0,2020-05-02,FR-GF,44.0,,,,,Guyane
-0.0,2020-05-03,FR-GF,44.0,,,,,Guyane
-3.0,2020-05-04,FR-GF,47.0,,,,,Guyane
-0.0,2020-05-05,FR-GF,47.0,,,,,Guyane
-0.0,2020-05-06,FR-GF,47.0,,,,,Guyane
-3.0,2020-05-07,FR-GF,50.0,,,,,Guyane
-0.0,2020-05-08,FR-GF,50.0,,,,,Guyane
-0.0,2020-05-09,FR-GF,50.0,,,,,Guyane
-0.0,2020-05-10,FR-GF,50.0,,,,,Guyane
-2.0,2020-05-11,FR-GF,52.0,,,,,Guyane
-3.0,2020-05-12,FR-GF,55.0,,,,,Guyane
-0.0,2020-05-13,FR-GF,55.0,,,,,Guyane
-0.0,2020-05-14,FR-GF,55.0,,,,,Guyane
-2.0,2020-05-15,FR-GF,57.0,,,,,Guyane
-0.0,2020-05-16,FR-GF,57.0,,,,,Guyane
-1.0,2020-05-17,FR-GF,58.0,,,,,Guyane
-7.0,2020-05-18,FR-GF,65.0,,,,,Guyane
-4.0,2020-05-19,FR-GF,69.0,,,,,Guyane
-0.0,2020-05-20,FR-GF,69.0,,,,,Guyane
-0.0,2020-03-19,FR-LRE,0.0,,,,,La Réunion
-0.0,2020-03-20,FR-LRE,0.0,,,,,La Réunion
-0.0,2020-03-21,FR-LRE,0.0,,,,,La Réunion
-0.0,2020-03-22,FR-LRE,0.0,,,,,La Réunion
-0.0,2020-03-23,FR-LRE,0.0,,,,,La Réunion
-1.0,2020-03-24,FR-LRE,1.0,,,,,La Réunion
-0.0,2020-03-25,FR-LRE,1.0,,,,,La Réunion
-0.0,2020-03-26,FR-LRE,1.0,,,,,La Réunion
-0.0,2020-03-27,FR-LRE,1.0,,,,,La Réunion
-12.0,2020-03-28,FR-LRE,13.0,,,,,La Réunion
-42.0,2020-03-29,FR-LRE,55.0,,,,,La Réunion
-4.0,2020-03-30,FR-LRE,59.0,,,,,La Réunion
-6.0,2020-03-31,FR-LRE,65.0,,,,,La Réunion
-7.0,2020-04-01,FR-LRE,72.0,,,,,La Réunion
-6.0,2020-04-02,FR-LRE,78.0,,,,,La Réunion
-4.0,2020-04-03,FR-LRE,82.0,,,,,La Réunion
-3.0,2020-04-04,FR-LRE,85.0,,,,,La Réunion
-0.0,2020-04-05,FR-LRE,85.0,,,,,La Réunion
-3.0,2020-04-06,FR-LRE,88.0,,,,,La Réunion
-1.0,2020-04-07,FR-LRE,89.0,,,,,La Réunion
-5.0,2020-04-08,FR-LRE,94.0,,,,,La Réunion
-0.0,2020-04-09,FR-LRE,94.0,,,,,La Réunion
-6.0,2020-04-10,FR-LRE,100.0,,,,,La Réunion
-0.0,2020-04-11,FR-LRE,100.0,,,,,La Réunion
-0.0,2020-04-12,FR-LRE,100.0,,,,,La Réunion
-0.0,2020-04-13,FR-LRE,100.0,,,,,La Réunion
-0.0,2020-04-14,FR-LRE,100.0,,,,,La Réunion
-0.0,2020-04-15,FR-LRE,100.0,,,,,La Réunion
-2.0,2020-04-16,FR-LRE,102.0,,,,,La Réunion
-1.0,2020-04-17,FR-LRE,103.0,,,,,La Réunion
-0.0,2020-04-18,FR-LRE,103.0,,,,,La Réunion
-4.0,2020-04-19,FR-LRE,107.0,,,,,La Réunion
-1.0,2020-04-20,FR-LRE,108.0,,,,,La Réunion
-0.0,2020-04-21,FR-LRE,108.0,,,,,La Réunion
-0.0,2020-04-22,FR-LRE,108.0,,,,,La Réunion
-0.0,2020-04-23,FR-LRE,108.0,,,,,La Réunion
-0.0,2020-04-24,FR-LRE,108.0,,,,,La Réunion
-1.0,2020-04-25,FR-LRE,109.0,,,,,La Réunion
-0.0,2020-04-26,FR-LRE,109.0,,,,,La Réunion
-0.0,2020-04-27,FR-LRE,109.0,,,,,La Réunion
-1.0,2020-04-28,FR-LRE,110.0,,,,,La Réunion
-3.0,2020-04-29,FR-LRE,113.0,,,,,La Réunion
-0.0,2020-04-30,FR-LRE,113.0,,,,,La Réunion
-0.0,2020-05-01,FR-LRE,113.0,,,,,La Réunion
-2.0,2020-05-02,FR-LRE,115.0,,,,,La Réunion
-0.0,2020-05-03,FR-LRE,115.0,,,,,La Réunion
-1.0,2020-05-04,FR-LRE,116.0,,,,,La Réunion
-3.0,2020-05-05,FR-LRE,119.0,,,,,La Réunion
-1.0,2020-05-06,FR-LRE,120.0,,,,,La Réunion
-2.0,2020-05-07,FR-LRE,122.0,,,,,La Réunion
-3.0,2020-05-08,FR-LRE,125.0,,,,,La Réunion
-2.0,2020-05-09,FR-LRE,127.0,,,,,La Réunion
-0.0,2020-05-10,FR-LRE,127.0,,,,,La Réunion
-0.0,2020-05-11,FR-LRE,127.0,,,,,La Réunion
-0.0,2020-05-12,FR-LRE,127.0,,,,,La Réunion
-0.0,2020-05-13,FR-LRE,127.0,,,,,La Réunion
-1.0,2020-05-14,FR-LRE,128.0,,,,,La Réunion
-0.0,2020-05-15,FR-LRE,128.0,,,,,La Réunion
-1.0,2020-05-16,FR-LRE,129.0,,,,,La Réunion
-0.0,2020-05-17,FR-LRE,129.0,,,,,La Réunion
-0.0,2020-05-18,FR-LRE,129.0,,,,,La Réunion
-0.0,2020-05-19,FR-LRE,129.0,,,,,La Réunion
-0.0,2020-05-20,FR-LRE,129.0,,,,,La Réunion
-0.0,2020-03-19,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-20,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-21,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-22,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-23,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-24,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-25,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-26,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-27,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-28,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-29,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-30,FR-MAY,0.0,,,,,Mayotte
-0.0,2020-03-31,FR-MAY,0.0,,,,,Mayotte
-1.0,2020-04-01,FR-MAY,1.0,,,,,Mayotte
-11.0,2020-04-02,FR-MAY,12.0,,,,,Mayotte
-9.0,2020-04-03,FR-MAY,21.0,,,,,Mayotte
-2.0,2020-04-04,FR-MAY,23.0,,,,,Mayotte
-3.0,2020-04-05,FR-MAY,26.0,,,,,Mayotte
-4.0,2020-04-06,FR-MAY,30.0,,,,,Mayotte
-4.0,2020-04-07,FR-MAY,34.0,,,,,Mayotte
-7.0,2020-04-08,FR-MAY,41.0,,,,,Mayotte
-2.0,2020-04-09,FR-MAY,43.0,,,,,Mayotte
-2.0,2020-04-10,FR-MAY,45.0,,,,,Mayotte
-2.0,2020-04-11,FR-MAY,47.0,,,,,Mayotte
-2.0,2020-04-12,FR-MAY,49.0,,,,,Mayotte
-0.0,2020-04-13,FR-MAY,49.0,,,,,Mayotte
-4.0,2020-04-14,FR-MAY,53.0,,,,,Mayotte
-5.0,2020-04-15,FR-MAY,58.0,,,,,Mayotte
-7.0,2020-04-16,FR-MAY,65.0,,,,,Mayotte
-2.0,2020-04-17,FR-MAY,67.0,,,,,Mayotte
-2.0,2020-04-18,FR-MAY,69.0,,,,,Mayotte
-5.0,2020-04-19,FR-MAY,74.0,,,,,Mayotte
-1.0,2020-04-20,FR-MAY,75.0,,,,,Mayotte
-4.0,2020-04-21,FR-MAY,79.0,,,,,Mayotte
-4.0,2020-04-22,FR-MAY,83.0,,,,,Mayotte
-2.0,2020-04-23,FR-MAY,85.0,,,,,Mayotte
-9.0,2020-04-24,FR-MAY,94.0,,,,,Mayotte
-0.0,2020-04-25,FR-MAY,94.0,,,,,Mayotte
-12.0,2020-04-26,FR-MAY,106.0,,,,,Mayotte
-6.0,2020-04-27,FR-MAY,112.0,,,,,Mayotte
-8.0,2020-04-28,FR-MAY,120.0,,,,,Mayotte
-0.0,2020-04-29,FR-MAY,120.0,,,,,Mayotte
-7.0,2020-04-30,FR-MAY,127.0,,,,,Mayotte
-6.0,2020-05-01,FR-MAY,133.0,,,,,Mayotte
-2.0,2020-05-02,FR-MAY,135.0,,,,,Mayotte
-8.0,2020-05-03,FR-MAY,143.0,,,,,Mayotte
-10.0,2020-05-04,FR-MAY,153.0,,,,,Mayotte
-6.0,2020-05-05,FR-MAY,159.0,,,,,Mayotte
-7.0,2020-05-06,FR-MAY,166.0,,,,,Mayotte
-11.0,2020-05-07,FR-MAY,177.0,,,,,Mayotte
-4.0,2020-05-08,FR-MAY,181.0,,,,,Mayotte
-5.0,2020-05-09,FR-MAY,186.0,,,,,Mayotte
-9.0,2020-05-10,FR-MAY,195.0,,,,,Mayotte
-9.0,2020-05-11,FR-MAY,204.0,,,,,Mayotte
-10.0,2020-05-12,FR-MAY,214.0,,,,,Mayotte
-10.0,2020-05-13,FR-MAY,224.0,,,,,Mayotte
-12.0,2020-05-14,FR-MAY,236.0,,,,,Mayotte
-7.0,2020-05-15,FR-MAY,243.0,,,,,Mayotte
-4.0,2020-05-16,FR-MAY,247.0,,,,,Mayotte
-6.0,2020-05-17,FR-MAY,253.0,,,,,Mayotte
-2.0,2020-05-18,FR-MAY,255.0,,,,,Mayotte
-4.0,2020-05-19,FR-MAY,259.0,,,,,Mayotte
-3.0,2020-05-20,FR-MAY,262.0,,,,,Mayotte
-2229.0,2020-03-19,FRA,2229.0,,,,,France
-1256.0,2020-03-20,FRA,3485.0,,,,,France
-1540.0,2020-03-21,FRA,5025.0,,,,,France
-1534.0,2020-03-22,FRA,6559.0,,,,,France
-2053.0,2020-03-23,FRA,8612.0,,,,,France
-2618.0,2020-03-24,FRA,11230.0,,,,,France
-3166.0,2020-03-25,FRA,14396.0,,,,,France
-3097.0,2020-03-26,FRA,17493.0,,,,,France
-3059.0,2020-03-27,FRA,20552.0,,,,,France
-3352.0,2020-03-28,FRA,23904.0,,,,,France
-2685.0,2020-03-29,FRA,26589.0,,,,,France
-3108.0,2020-03-30,FRA,29697.0,,,,,France
-4145.0,2020-03-31,FRA,33842.0,,,,,France
-4281.0,2020-04-01,FRA,38123.0,,,,,France
-3845.0,2020-04-02,FRA,41968.0,,,,,France
-3627.0,2020-04-03,FRA,45595.0,,,,,France
-2822.0,2020-04-04,FRA,48417.0,,,,,France
-1931.0,2020-04-05,FRA,50348.0,,,,,France
-2754.0,2020-04-06,FRA,53102.0,,,,,France
-3277.0,2020-04-07,FRA,56379.0,,,,,France
-3139.0,2020-04-08,FRA,59518.0,,,,,France
-2990.0,2020-04-09,FRA,62508.0,,,,,France
-3161.0,2020-04-10,FRA,65669.0,,,,,France
-2044.0,2020-04-11,FRA,67713.0,,,,,France
-1688.0,2020-04-12,FRA,69401.0,,,,,France
-1257.0,2020-04-13,FRA,70658.0,,,,,France
-1965.0,2020-04-14,FRA,72623.0,,,,,France
-2415.0,2020-04-15,FRA,75038.0,,,,,France
-2084.0,2020-04-16,FRA,77122.0,,,,,France
-2166.0,2020-04-17,FRA,79288.0,,,,,France
-1565.0,2020-04-18,FRA,80853.0,,,,,France
-890.0,2020-04-19,FRA,81743.0,,,,,France
-1464.0,2020-04-20,FRA,83207.0,,,,,France
-1885.0,2020-04-21,FRA,85092.0,,,,,France
-1619.0,2020-04-22,FRA,86711.0,,,,,France
-1410.0,2020-04-23,FRA,88121.0,,,,,France
-1346.0,2020-04-24,FRA,89467.0,,,,,France
-999.0,2020-04-25,FRA,90466.0,,,,,France
-481.0,2020-04-26,FRA,90947.0,,,,,France
-964.0,2020-04-27,FRA,91911.0,,,,,France
-1321.0,2020-04-28,FRA,93232.0,,,,,France
-1070.0,2020-04-29,FRA,94302.0,,,,,France
-1048.0,2020-04-30,FRA,95350.0,,,,,France
-668.0,2020-05-01,FRA,96018.0,,,,,France
-453.0,2020-05-02,FRA,96471.0,,,,,France
-345.0,2020-05-03,FRA,96816.0,,,,,France
-689.0,2020-05-04,FRA,97505.0,,,,,France
-987.0,2020-05-05,FRA,98492.0,,,,,France
-833.0,2020-05-06,FRA,99325.0,,,,,France
-728.0,2020-05-07,FRA,100053.0,,,,,France
-510.0,2020-05-08,FRA,100563.0,,,,,France
-265.0,2020-05-09,FRA,100828.0,,,,,France
-253.0,2020-05-10,FRA,101081.0,,,,,France
-523.0,2020-05-11,FRA,101604.0,,,,,France
-670.0,2020-05-12,FRA,102274.0,,,,,France
-543.0,2020-05-13,FRA,102817.0,,,,,France
-542.0,2020-05-14,FRA,103359.0,,,,,France
-438.0,2020-05-15,FRA,103797.0,,,,,France
-350.0,2020-05-16,FRA,104147.0,,,,,France
-152.0,2020-05-17,FRA,104299.0,,,,,France
-375.0,2020-05-18,FRA,104674.0,,,,,France
-506.0,2020-05-19,FRA,105180.0,,,,,France
-432.0,2020-05-20,FRA,105612.0,,,,,France
-,2020-03-27,GB-SCT,,404.0,,,,Scotland
-,2020-03-28,GB-SCT,,511.0,,,,Scotland
-,2020-03-29,GB-SCT,,565.0,,,,Scotland
-,2020-03-30,GB-SCT,,627.0,,,,Scotland
-,2020-03-31,GB-SCT,,752.0,,,,Scotland
-,2020-04-01,GB-SCT,,815.0,,,,Scotland
-,2020-04-02,GB-SCT,,910.0,,,,Scotland
-,2020-04-03,GB-SCT,,1037.0,,,,Scotland
-,2020-04-04,GB-SCT,,1107.0,,,,Scotland
-,2020-04-05,GB-SCT,,1204.0,,,,Scotland
-,2020-04-06,GB-SCT,,1262.0,,,,Scotland
-,2020-04-07,GB-SCT,,1328.0,,,,Scotland
-,2020-04-08,GB-SCT,,1415.0,,,,Scotland
-,2020-04-09,GB-SCT,,1440.0,,,,Scotland
-,2020-04-10,GB-SCT,,1461.0,,,,Scotland
-,2020-04-11,GB-SCT,,1467.0,,,,Scotland
-,2020-04-12,GB-SCT,,1487.0,,,,Scotland
-,2020-04-13,GB-SCT,,1482.0,,,,Scotland
-,2020-04-14,GB-SCT,,1514.0,,,,Scotland
-,2020-04-15,GB-SCT,,1486.0,,,,Scotland
-,2020-04-16,GB-SCT,,1479.0,,,,Scotland
-,2020-04-17,GB-SCT,,1487.0,,,,Scotland
-,2020-04-18,GB-SCT,,1501.0,,,,Scotland
-,2020-04-19,GB-SCT,,1520.0,,,,Scotland
-,2020-04-20,GB-SCT,,1520.0,,,,Scotland
-,2020-04-21,GB-SCT,,1472.0,,,,Scotland
-,2020-04-22,GB-SCT,,1432.0,,,,Scotland
-,2020-04-23,GB-SCT,,1423.0,,,,Scotland
-,2020-04-24,GB-SCT,,1383.0,,,,Scotland
-,2020-04-25,GB-SCT,,1385.0,,,,Scotland
-,2020-04-26,GB-SCT,,1382.0,,,,Scotland
-,2020-04-27,GB-SCT,,1387.0,,,,Scotland
-,2020-04-28,GB-SCT,,1359.0,,,,Scotland
-,2020-04-29,GB-SCT,,1363.0,,,,Scotland
-,2020-04-30,GB-SCT,,1324.0,,,,Scotland
-,2020-05-01,GB-SCT,,1302.0,,,,Scotland
-,2020-05-02,GB-SCT,,1277.0,,,,Scotland
-,2020-05-03,GB-SCT,,1266.0,,,,Scotland
-,2020-05-04,GB-SCT,,1279.0,,,,Scotland
-,2020-05-05,GB-SCT,,1225.0,,,,Scotland
-,2020-05-06,GB-SCT,,1204.0,,,,Scotland
-,2020-05-07,GB-SCT,,1199.0,,,,Scotland
-,2020-05-08,GB-SCT,,1168.0,,,,Scotland
-,2020-05-09,GB-SCT,,1165.0,,,,Scotland
-,2020-05-10,GB-SCT,,1132.0,,,,Scotland
-,2020-05-11,GB-SCT,,1145.0,,,,Scotland
-,2020-05-12,GB-SCT,,1131.0,,,,Scotland
-,2020-05-13,GB-SCT,,1101.0,,,,Scotland
-,2020-05-14,GB-SCT,,1100.0,,,,Scotland
-,2020-05-15,GB-SCT,,1066.0,,,,Scotland
-,2020-05-16,GB-SCT,,1011.0,,,,Scotland
-,2020-05-17,GB-SCT,,1007.0,,,,Scotland
-,2020-03-26,GB-WLS,,411.0,,,,Wales
-,2020-03-27,GB-WLS,,451.0,,,,Wales
-,2020-03-28,GB-WLS,,552.0,,,,Wales
-,2020-03-29,GB-WLS,,535.0,,,,Wales
-,2020-03-30,GB-WLS,,625.0,,,,Wales
-,2020-03-31,GB-WLS,,781.0,,,,Wales
-,2020-04-01,GB-WLS,,882.0,,,,Wales
-,2020-04-02,GB-WLS,,865.0,,,,Wales
-,2020-04-03,GB-WLS,,911.0,,,,Wales
-,2020-04-04,GB-WLS,,915.0,,,,Wales
-,2020-04-05,GB-WLS,,990.0,,,,Wales
-,2020-04-06,GB-WLS,,1044.0,,,,Wales
-,2020-04-07,GB-WLS,,1054.0,,,,Wales
-,2020-04-08,GB-WLS,,1160.0,,,,Wales
-,2020-04-09,GB-WLS,,1168.0,,,,Wales
-,2020-04-10,GB-WLS,,1222.0,,,,Wales
-,2020-04-11,GB-WLS,,1208.0,,,,Wales
-,2020-04-12,GB-WLS,,1257.0,,,,Wales
-,2020-04-13,GB-WLS,,1187.0,,,,Wales
-,2020-04-14,GB-WLS,,1191.0,,,,Wales
-,2020-04-15,GB-WLS,,1209.0,,,,Wales
-,2020-04-16,GB-WLS,,1227.0,,,,Wales
-,2020-04-17,GB-WLS,,1227.0,,,,Wales
-,2020-04-18,GB-WLS,,1249.0,,,,Wales
-,2020-04-19,GB-WLS,,1194.0,,,,Wales
-,2020-04-20,GB-WLS,,1182.0,,,,Wales
-,2020-04-21,GB-WLS,,1124.0,,,,Wales
-,2020-04-22,GB-WLS,,1108.0,,,,Wales
-,2020-04-23,GB-WLS,,1332.0,,,,Wales
-,2020-04-24,GB-WLS,,1312.0,,,,Wales
-,2020-04-25,GB-WLS,,1347.0,,,,Wales
-,2020-04-26,GB-WLS,,1312.0,,,,Wales
-,2020-04-27,GB-WLS,,1300.0,,,,Wales
-,2020-04-28,GB-WLS,,1273.0,,,,Wales
-,2020-04-29,GB-WLS,,1236.0,,,,Wales
-,2020-04-30,GB-WLS,,1262.0,,,,Wales
-,2020-05-01,GB-WLS,,1104.0,,,,Wales
-,2020-05-02,GB-WLS,,1124.0,,,,Wales
-,2020-05-03,GB-WLS,,1052.0,,,,Wales
-,2020-05-04,GB-WLS,,1067.0,,,,Wales
-,2020-05-05,GB-WLS,,1057.0,,,,Wales
-,2020-05-06,GB-WLS,,1020.0,,,,Wales
-,2020-05-07,GB-WLS,,1045.0,,,,Wales
-,2020-05-08,GB-WLS,,1069.0,,,,Wales
-,2020-05-09,GB-WLS,,1063.0,,,,Wales
-,2020-05-10,GB-WLS,,1013.0,,,,Wales
-,2020-05-11,GB-WLS,,965.0,,,,Wales
-,2020-05-12,GB-WLS,,964.0,,,,Wales
-,2020-05-13,GB-WLS,,879.0,,,,Wales
-,2020-05-14,GB-WLS,,895.0,,,,Wales
-,2020-05-15,GB-WLS,,841.0,,,,Wales
-,2020-05-16,GB-WLS,,868.0,,,,Wales
-,2020-05-17,GB-WLS,,848.0,,,,Wales
-,2020-03-18,GB-NIR,,194.0,,,,Northern Ireland
-,2020-03-19,GB-NIR,,233.0,,,,Northern Ireland
-,2020-03-20,GB-NIR,,247.0,,,,Northern Ireland
-,2020-03-21,GB-NIR,,262.0,,,,Northern Ireland
-,2020-03-22,GB-NIR,,300.0,,,,Northern Ireland
-,2020-03-23,GB-NIR,,322.0,,,,Northern Ireland
-,2020-03-24,GB-NIR,,358.0,,,,Northern Ireland
-,2020-03-25,GB-NIR,,391.0,,,,Northern Ireland
-,2020-03-26,GB-NIR,,446.0,,,,Northern Ireland
-,2020-03-27,GB-NIR,,500.0,,,,Northern Ireland
-,2020-03-28,GB-NIR,,533.0,,,,Northern Ireland
-,2020-03-29,GB-NIR,,591.0,,,,Northern Ireland
-,2020-03-30,GB-NIR,,616.0,,,,Northern Ireland
-,2020-03-31,GB-NIR,,638.0,,,,Northern Ireland
-,2020-04-01,GB-NIR,,668.0,,,,Northern Ireland
-,2020-04-02,GB-NIR,,712.0,,,,Northern Ireland
-,2020-04-03,GB-NIR,,681.0,,,,Northern Ireland
-,2020-04-04,GB-NIR,,713.0,,,,Northern Ireland
-,2020-04-05,GB-NIR,,769.0,,,,Northern Ireland
-,2020-04-06,GB-NIR,,785.0,,,,Northern Ireland
-,2020-04-07,GB-NIR,,795.0,,,,Northern Ireland
-,2020-04-08,GB-NIR,,830.0,,,,Northern Ireland
-,2020-04-09,GB-NIR,,823.0,,,,Northern Ireland
-,2020-04-10,GB-NIR,,760.0,,,,Northern Ireland
-,2020-04-11,GB-NIR,,755.0,,,,Northern Ireland
-,2020-04-12,GB-NIR,,767.0,,,,Northern Ireland
-,2020-04-13,GB-NIR,,758.0,,,,Northern Ireland
-,2020-04-14,GB-NIR,,779.0,,,,Northern Ireland
-,2020-04-15,GB-NIR,,772.0,,,,Northern Ireland
-,2020-04-16,GB-NIR,,789.0,,,,Northern Ireland
-,2020-04-17,GB-NIR,,771.0,,,,Northern Ireland
-,2020-04-18,GB-NIR,,804.0,,,,Northern Ireland
-,2020-04-19,GB-NIR,,867.0,,,,Northern Ireland
-,2020-04-20,GB-NIR,,894.0,,,,Northern Ireland
-,2020-04-21,GB-NIR,,908.0,,,,Northern Ireland
-,2020-04-22,GB-NIR,,876.0,,,,Northern Ireland
-,2020-04-23,GB-NIR,,853.0,,,,Northern Ireland
-,2020-04-24,GB-NIR,,830.0,,,,Northern Ireland
-,2020-04-25,GB-NIR,,866.0,,,,Northern Ireland
-,2020-04-26,GB-NIR,,958.0,,,,Northern Ireland
-,2020-04-27,GB-NIR,,958.0,,,,Northern Ireland
-,2020-04-28,GB-NIR,,925.0,,,,Northern Ireland
-,2020-04-29,GB-NIR,,891.0,,,,Northern Ireland
-,2020-04-30,GB-NIR,,827.0,,,,Northern Ireland
-,2020-05-01,GB-NIR,,769.0,,,,Northern Ireland
-,2020-05-02,GB-NIR,,783.0,,,,Northern Ireland
-,2020-05-03,GB-NIR,,824.0,,,,Northern Ireland
-,2020-05-04,GB-NIR,,787.0,,,,Northern Ireland
-,2020-05-05,GB-NIR,,792.0,,,,Northern Ireland
-,2020-05-06,GB-NIR,,768.0,,,,Northern Ireland
-,2020-05-07,GB-NIR,,724.0,,,,Northern Ireland
-,2020-05-08,GB-NIR,,713.0,,,,Northern Ireland
-,2020-05-09,GB-NIR,,740.0,,,,Northern Ireland
-,2020-05-10,GB-NIR,,790.0,,,,Northern Ireland
-,2020-05-11,GB-NIR,,793.0,,,,Northern Ireland
-,2020-05-12,GB-NIR,,780.0,,,,Northern Ireland
-,2020-05-13,GB-NIR,,784.0,,,,Northern Ireland
-,2020-05-14,GB-NIR,,716.0,,,,Northern Ireland
-,2020-05-15,GB-NIR,,629.0,,,,Northern Ireland
-,2020-03-20,GB-ENG,,1541.0,,,,England
-,2020-03-21,GB-ENG,,2092.0,,,,England
-,2020-03-22,GB-ENG,,2588.0,,,,England
-,2020-03-23,GB-ENG,,3097.0,,,,England
-,2020-03-24,GB-ENG,,3492.0,,,,England
-,2020-03-25,GB-ENG,,4262.0,,,,England
-,2020-03-26,GB-ENG,,5045.0,,,,England
-,2020-03-27,GB-ENG,,6245.0,,,,England
-,2020-03-28,GB-ENG,,7017.0,,,,England
-,2020-03-29,GB-ENG,,8143.0,,,,England
-,2020-03-30,GB-ENG,,9498.0,,,,England
-,2020-03-31,GB-ENG,,10767.0,,,,England
-,2020-04-01,GB-ENG,,11540.0,,,,England
-,2020-04-02,GB-ENG,,11533.0,,,,England
-,2020-04-03,GB-ENG,,12844.0,,,,England
-,2020-04-04,GB-ENG,,14582.0,,,,England
-,2020-04-05,GB-ENG,,15613.0,,,,England
-,2020-04-06,GB-ENG,,15952.0,,,,England
-,2020-04-07,GB-ENG,,16570.0,,,,England
-,2020-04-08,GB-ENG,,16784.0,,,,England
-,2020-04-09,GB-ENG,,16952.0,,,,England
-,2020-04-10,GB-ENG,,17047.0,,,,England
-,2020-04-11,GB-ENG,,16881.0,,,,England
-,2020-04-12,GB-ENG,,17172.0,,,,England
-,2020-04-13,GB-ENG,,16722.0,,,,England
-,2020-04-14,GB-ENG,,16540.0,,,,England
-,2020-04-15,GB-ENG,,15917.0,,,,England
-,2020-04-16,GB-ENG,,15685.0,,,,England
-,2020-04-17,GB-ENG,,14733.0,,,,England
-,2020-04-18,GB-ENG,,14868.0,,,,England
-,2020-04-19,GB-ENG,,14841.0,,,,England
-,2020-04-20,GB-ENG,,14690.0,,,,England
-,2020-04-21,GB-ENG,,14487.0,,,,England
-,2020-04-22,GB-ENG,,14022.0,,,,England
-,2020-04-23,GB-ENG,,13507.0,,,,England
-,2020-04-24,GB-ENG,,12931.0,,,,England
-,2020-04-25,GB-ENG,,12412.0,,,,England
-,2020-04-26,GB-ENG,,12328.0,,,,England
-,2020-04-27,GB-ENG,,12398.0,,,,England
-,2020-04-28,GB-ENG,,11818.0,,,,England
-,2020-04-29,GB-ENG,,11573.0,,,,England
-,2020-04-30,GB-ENG,,11253.0,,,,England
-,2020-05-01,GB-ENG,,10970.0,,,,England
-,2020-05-02,GB-ENG,,10719.0,,,,England
-,2020-05-03,GB-ENG,,10559.0,,,,England
-,2020-05-04,GB-ENG,,10438.0,,,,England
-,2020-05-05,GB-ENG,,10204.0,,,,England
-,2020-05-06,GB-ENG,,9782.0,,,,England
-,2020-05-07,GB-ENG,,9281.0,,,,England
-,2020-05-08,GB-ENG,,8904.0,,,,England
-,2020-05-09,GB-ENG,,8876.0,,,,England
-,2020-05-10,GB-ENG,,8617.0,,,,England
-,2020-05-11,GB-ENG,,8819.0,,,,England
-,2020-05-12,GB-ENG,,8560.0,,,,England
-,2020-05-13,GB-ENG,,8365.0,,,,England
-,2020-05-14,GB-ENG,,8029.0,,,,England
-,2020-05-15,GB-ENG,,7902.0,,,,England
-,2020-05-16,GB-ENG,,7527.0,,,,England
-,2020-05-17,GB-ENG,,7553.0,,,,England
-,2020-02-05,JPN,,,,,,Japan
-,2020-02-06,JPN,,,,,,Japan
-,2020-02-07,JPN,,7.0,0.0,,,Japan
-,2020-02-10,JPN,,6.0,0.0,,,Japan
-,2020-02-12,JPN,,6.0,0.0,,,Japan
-,2020-02-13,JPN,,9.0,0.0,,,Japan
-,2020-02-14,JPN,,24.0,3.0,,,Japan
-,2020-02-17,JPN,,31.0,3.0,,,Japan
-,2020-02-18,JPN,,35.0,6.0,,,Japan
-,2020-02-19,JPN,,43.0,7.0,,,Japan
-,2020-02-20,JPN,,52.0,9.0,,,Japan
-,2020-02-21,JPN,,62.0,10.0,,,Japan
-,2020-02-22,JPN,,84.0,11.0,,,Japan
-,2020-02-23,JPN,,96.0,13.0,,,Japan
-,2020-02-24,JPN,,110.0,14.0,,,Japan
-,2020-02-25,JPN,,113.0,15.0,,,Japan
-,2020-02-26,JPN,,127.0,16.0,,,Japan
-,2020-02-27,JPN,,150.0,20.0,,,Japan
-,2020-02-28,JPN,,162.0,22.0,,,Japan
-,2020-02-29,JPN,,174.0,23.0,,,Japan
-,2020-03-01,JPN,,188.0,23.0,,,Japan
-,2020-03-02,JPN,,194.0,24.0,,,Japan
-,2020-03-03,JPN,,209.0,24.0,,,Japan
-,2020-03-04,JPN,,238.0,27.0,,,Japan
-,2020-03-05,JPN,,246.0,30.0,,,Japan
-,2020-03-06,JPN,,296.0,28.0,,,Japan
-,2020-03-07,JPN,,334.0,27.0,,,Japan
-,2020-03-08,JPN,,343.0,33.0,,,Japan
-,2020-03-09,JPN,,360.0,31.0,,,Japan
-,2020-03-10,JPN,,392.0,26.0,,,Japan
-,2020-03-11,JPN,,434.0,29.0,,,Japan
-,2020-03-12,JPN,,468.0,32.0,,,Japan
-,2020-03-13,JPN,,497.0,35.0,,,Japan
-,2020-03-14,JPN,,536.0,36.0,,,Japan
-,2020-03-15,JPN,,550.0,41.0,,,Japan
-,2020-03-16,JPN,,556.0,46.0,,,Japan
-,2020-03-17,JPN,,579.0,46.0,,,Japan
-,2020-03-18,JPN,,590.0,49.0,,,Japan
-,2020-03-19,JPN,,614.0,50.0,,,Japan
-,2020-03-20,JPN,,650.0,55.0,,,Japan
-,2020-03-21,JPN,,648.0,57.0,,,Japan
-,2020-03-22,JPN,,669.0,54.0,,,Japan
-,2020-03-23,JPN,,689.0,55.0,,,Japan
-,2020-03-24,JPN,,739.0,57.0,,,Japan
-,2020-03-25,JPN,,765.0,56.0,,,Japan
-,2020-03-26,JPN,,828.0,56.0,,,Japan
-,2020-03-27,JPN,,948.0,60.0,,,Japan
-,2020-03-28,JPN,,1187.0,59.0,,,Japan
-,2020-03-29,JPN,,1358.0,59.0,,,Japan
-,2020-03-30,JPN,,1423.0,59.0,,,Japan
-,2020-03-31,JPN,,1594.0,60.0,,,Japan
-,2020-04-01,JPN,,1757.0,62.0,,,Japan
-,2020-04-02,JPN,,1980.0,64.0,,,Japan
-,2020-04-03,JPN,,2227.0,69.0,,,Japan
-,2020-04-04,JPN,,2553.0,70.0,,,Japan
-,2020-04-05,JPN,,2921.0,79.0,,,Japan
-,2020-04-06,JPN,,3132.0,80.0,,,Japan
-,2020-04-07,JPN,,3472.0,99.0,,,Japan
-,2020-04-08,JPN,,3914.0,109.0,,,Japan
-,2020-04-09,JPN,,4461.0,117.0,,,Japan
-,2020-04-10,JPN,,5063.0,122.0,,,Japan
-,2020-04-11,JPN,,5751.0,129.0,,,Japan
-,2020-04-12,JPN,,6239.0,135.0,,,Japan
-,2020-04-13,JPN,,6564.0,152.0,,,Japan
-,2020-04-14,JPN,,6961.0,168.0,,,Japan
-,2020-04-15,JPN,,7388.0,193.0,,,Japan
-,2020-04-16,JPN,,7884.0,207.0,,,Japan
-,2020-04-17,JPN,,8448.0,211.0,,,Japan
-,2020-04-18,JPN,,8916.0,217.0,,,Japan
-,2020-04-19,JPN,,9215.0,231.0,,,Japan
-,2020-04-20,JPN,,9449.0,232.0,,,Japan
-,2020-04-21,JPN,,9740.0,241.0,,,Japan
-,2020-04-22,JPN,,10082.0,259.0,,,Japan
-,2020-04-23,JPN,,10469.0,263.0,,,Japan
-,2020-04-24,JPN,,10801.0,287.0,,,Japan
-,2020-04-25,JPN,,11046.0,296.0,,,Japan
-,2020-04-26,JPN,,11175.0,300.0,,,Japan
-,2020-04-27,JPN,,11252.0,305.0,,,Japan
-,2020-04-28,JPN,,11427.0,306.0,,,Japan
-,2020-04-29,JPN,,11585.0,308.0,,,Japan
-,2020-04-30,JPN,,11424.0,328.0,,,Japan
-,2020-05-01,JPN,,11558.0,324.0,,,Japan
-,2020-05-02,JPN,,11724.0,321.0,,,Japan
-,2020-05-03,JPN,,11823.0,308.0,,,Japan
-,2020-05-04,JPN,,11935.0,309.0,,,Japan
-,2020-05-05,JPN,,11731.0,308.0,,,Japan
-,2020-05-06,JPN,,11638.0,300.0,,,Japan
-,2020-05-07,JPN,,11286.0,287.0,,,Japan
-,2020-05-08,JPN,,6302.0,266.0,,,Japan
-,2020-05-09,JPN,,6250.0,267.0,,,Japan
-,2020-05-10,JPN,,6074.0,249.0,,,Japan
-,2020-05-11,JPN,,5914.0,243.0,,,Japan
-,2020-05-12,JPN,,5162.0,259.0,,,Japan
-,2020-05-13,JPN,,4732.0,245.0,,,Japan
-,2020-05-14,JPN,,4339.0,237.0,,,Japan
-,2020-05-15,JPN,,4025.0,232.0,,,Japan
-,2020-05-16,JPN,,3787.0,230.0,,,Japan
-,2020-05-17,JPN,,3667.0,228.0,,,Japan
-,2020-05-18,JPN,,3400.0,213.0,,,Japan
-,2020-05-19,JPN,,3009.0,210.0,,,Japan
-,2020-03-06,COL,,,0.0,,,Colombia
-,2020-03-09,COL,,,0.0,,,Colombia
-,2020-03-11,COL,,,0.0,,,Colombia
-,2020-03-12,COL,,,0.0,,,Colombia
-,2020-03-13,COL,,,0.0,,,Colombia
-,2020-03-14,COL,,,0.0,,,Colombia
-,2020-03-15,COL,,,0.0,,,Colombia
-,2020-03-16,COL,,,0.0,,,Colombia
-,2020-03-17,COL,,,0.0,,,Colombia
-,2020-03-18,COL,,,0.0,,,Colombia
-,2020-03-19,COL,,,0.0,,,Colombia
-,2020-03-20,COL,,,0.0,,,Colombia
-,2020-03-21,COL,,,0.0,,,Colombia
-,2020-03-22,COL,,,0.0,,,Colombia
-,2020-03-23,COL,,,0.0,,,Colombia
-,2020-03-24,COL,,,0.0,,,Colombia
-,2020-03-25,COL,,,0.0,,,Colombia
-,2020-03-26,COL,,,0.0,,,Colombia
-,2020-03-27,COL,,,23.0,,,Colombia
-,2020-03-28,COL,,,27.0,,,Colombia
-,2020-03-29,COL,,,29.0,,,Colombia
-,2020-03-30,COL,,,31.0,,,Colombia
-,2020-03-31,COL,,,35.0,,,Colombia
-,2020-04-01,COL,,,47.0,,,Colombia
-,2020-04-02,COL,,,50.0,,,Colombia
-,2020-04-03,COL,,,54.0,,,Colombia
-,2020-04-04,COL,,,57.0,,,Colombia
-,2020-04-05,COL,,,63.0,,,Colombia
-,2020-04-06,COL,,,76.0,,,Colombia
-,2020-04-07,COL,,,76.0,,,Colombia
-,2020-04-08,COL,,,85.0,,,Colombia
-,2020-04-09,COL,,,84.0,,,Colombia
-,2020-04-10,COL,,,86.0,,,Colombia
-,2020-04-11,COL,,,92.0,,,Colombia
-,2020-04-12,COL,,,103.0,,,Colombia
-,2020-04-13,COL,,,106.0,,,Colombia
-,2020-04-14,COL,,,103.0,,,Colombia
-,2020-04-15,COL,,,98.0,,,Colombia
-,2020-04-16,COL,,,105.0,,,Colombia
-,2020-04-17,COL,,,112.0,,,Colombia
-,2020-04-18,COL,,,-1.0,,,Colombia
-,2020-04-19,COL,,,100.0,,,Colombia
-,2020-04-20,COL,,,95.0,,,Colombia
-,2020-04-21,COL,,,108.0,,,Colombia
-,2020-04-22,COL,,,102.0,,,Colombia
-,2020-04-23,COL,,,119.0,,,Colombia
-,2020-04-23,COL,,,0.0,,,Colombia
-,2020-04-23,COL,,,119.0,,,Colombia
-,2020-04-23,COL,,,0.0,,,Colombia
-,2020-04-24,COL,,,117.0,,,Colombia
-,2020-04-25,COL,,,118.0,,,Colombia
-,2020-04-26,COL,,,116.0,,,Colombia
-,2020-04-27,COL,,,-1.0,,,Colombia
-,2020-04-28,COL,,,115.0,,,Colombia
-,2020-04-29,COL,,,-1.0,,,Colombia
-,2020-04-30,COL,,,-1.0,,,Colombia
-,2020-05-01,COL,,,120.0,,,Colombia
-,2020-05-02,COL,,,122.0,,,Colombia
-,2020-05-03,COL,,,122.0,,,Colombia
-,2020-05-04,COL,,,120.0,,,Colombia
-,2020-05-05,COL,,,126.0,,,Colombia
-,2020-05-06,COL,,,123.0,,,Colombia
-,2020-05-07,COL,,,129.0,,,Colombia
-,2020-05-08,COL,,,130.0,,,Colombia
-,2020-05-09,COL,,,128.0,,,Colombia
-,2020-05-10,COL,,,128.0,,,Colombia
-,2020-05-11,COL,,,119.0,,,Colombia
-,2020-05-12,COL,,,129.0,,,Colombia
-,2020-05-13,COL,,,131.0,,,Colombia
-,2020-05-14,COL,,,138.0,,,Colombia
-,2020-05-15,COL,,,136.0,,,Colombia
-,2020-05-16,COL,,,148.0,,,Colombia
-,2020-05-17,COL,,,157.0,,,Colombia
-,2020-05-17,COL,,,155.0,,,Colombia
-,2020-05-17,COL,,,157.0,,,Colombia
-,2020-05-17,COL,,,155.0,,,Colombia
-,2020-05-18,COL,,,164.0,,,Colombia
-,2020-05-19,COL,,,176.0,,,Colombia
-,2020-05-20,COL,,,176.0,,,Colombia
-,2020-02-24,LUX,,,,,,Luxembourg
-,2020-02-25,LUX,,,,,,Luxembourg
-,2020-02-26,LUX,,,,,,Luxembourg
-,2020-02-27,LUX,,,,,,Luxembourg
-,2020-02-28,LUX,,,,,,Luxembourg
-,2020-02-29,LUX,,,,,,Luxembourg
-,2020-03-01,LUX,,,,,,Luxembourg
-,2020-03-02,LUX,,,,,,Luxembourg
-,2020-03-03,LUX,,,,,,Luxembourg
-,2020-03-04,LUX,,,,,,Luxembourg
-,2020-03-05,LUX,,,,,,Luxembourg
-,2020-03-06,LUX,,,,,,Luxembourg
-,2020-03-07,LUX,,,,,,Luxembourg
-,2020-03-08,LUX,,,,,,Luxembourg
-,2020-03-09,LUX,,,,,,Luxembourg
-,2020-03-10,LUX,,,,,,Luxembourg
-,2020-03-11,LUX,,,,,,Luxembourg
-,2020-03-12,LUX,,,,,,Luxembourg
-,2020-03-13,LUX,,,,,,Luxembourg
-,2020-03-14,LUX,,,,,,Luxembourg
-,2020-03-15,LUX,,,,,,Luxembourg
-,2020-03-16,LUX,,,,,,Luxembourg
-,2020-03-17,LUX,,,,,,Luxembourg
-,2020-03-18,LUX,,,,,,Luxembourg
-,2020-03-19,LUX,,,,,,Luxembourg
-,2020-03-20,LUX,,,,,,Luxembourg
-,2020-03-21,LUX,,,,,,Luxembourg
-,2020-03-22,LUX,,,,,,Luxembourg
-,2020-03-23,LUX,,,,,,Luxembourg
-,2020-03-24,LUX,,,,,,Luxembourg
-,2020-03-25,LUX,,,,,,Luxembourg
-,2020-03-26,LUX,,,,,,Luxembourg
-,2020-03-27,LUX,,,,,,Luxembourg
-,2020-03-28,LUX,,,,,,Luxembourg
-,2020-03-29,LUX,,,,,,Luxembourg
-,2020-03-30,LUX,,,,,,Luxembourg
-,2020-03-31,LUX,,,,,,Luxembourg
-,2020-04-01,LUX,,,,,,Luxembourg
-,2020-04-02,LUX,,,,,,Luxembourg
-,2020-04-03,LUX,,,,,,Luxembourg
-,2020-04-04,LUX,,,,,,Luxembourg
-,2020-04-05,LUX,,,,,,Luxembourg
-,2020-04-06,LUX,,,,,,Luxembourg
-,2020-04-07,LUX,,,,,,Luxembourg
-,2020-04-08,LUX,,,,,,Luxembourg
-,2020-04-09,LUX,,,,,,Luxembourg
-,2020-04-10,LUX,,,,,,Luxembourg
-,2020-04-11,LUX,,,,,,Luxembourg
-,2020-04-12,LUX,,,,,,Luxembourg
-,2020-04-13,LUX,,,,,,Luxembourg
-,2020-04-14,LUX,,,,,,Luxembourg
-,2020-04-15,LUX,,,,,,Luxembourg
-,2020-04-16,LUX,,,,,,Luxembourg
-,2020-04-17,LUX,,,,,,Luxembourg
-,2020-04-18,LUX,,,,,,Luxembourg
-,2020-04-19,LUX,,,,,,Luxembourg
-,2020-04-20,LUX,,,,,,Luxembourg
-,2020-04-21,LUX,,,,,,Luxembourg
-,2020-04-22,LUX,,,,,,Luxembourg
-,2020-04-23,LUX,,,,,,Luxembourg
-,2020-04-24,LUX,,,,,,Luxembourg
-,2020-04-25,LUX,,,,,,Luxembourg
-,2020-04-26,LUX,,,,,,Luxembourg
-,2020-04-27,LUX,,,,,,Luxembourg
-,2020-04-28,LUX,,,,,,Luxembourg
-,2020-04-29,LUX,,,,,,Luxembourg
-,2020-04-30,LUX,,,,,,Luxembourg
-,2020-05-01,LUX,,,,,,Luxembourg
-,2020-05-02,LUX,,,,,,Luxembourg
-,2020-05-03,LUX,,,,,,Luxembourg
-,2020-05-04,LUX,,,,,,Luxembourg
-,2020-05-05,LUX,,,,,,Luxembourg
-,2020-05-06,LUX,,,,,,Luxembourg
-,2020-05-07,LUX,,,,,,Luxembourg
-,2020-05-08,LUX,,,,,,Luxembourg
-,2020-05-09,LUX,,,,,,Luxembourg
-,2020-05-10,LUX,,,,,,Luxembourg
-,2020-05-11,LUX,,,,,,Luxembourg
-,2020-05-12,LUX,,,,,,Luxembourg
-,2020-05-13,LUX,,,,,,Luxembourg
-,2020-05-14,LUX,,,,,,Luxembourg
-,2020-03-16,IRL,84.0,,,6.0,,Ireland
-,2020-03-17,IRL,108.0,,,7.0,,Ireland
-,2020-03-18,IRL,140.0,,,12.0,,Ireland
-,2020-03-19,IRL,173.0,,,13.0,,Ireland
-,2020-03-20,IRL,211.0,,,17.0,,Ireland
-,2020-03-21,IRL,239.0,,,25.0,,Ireland
-,2020-03-22,IRL,277.0,,,36.0,,Ireland
-,2020-03-23,IRL,305.0,,,39.0,,Ireland
-,2020-03-24,IRL,340.0,,,47.0,,Ireland
-,2020-03-25,IRL,419.0,,,59.0,,Ireland
-,2020-03-26,IRL,489.0,,,67.0,,Ireland
-,2020-03-27,IRL,564.0,,,77.0,,Ireland
-,2020-03-28,IRL,645.0,,,84.0,,Ireland
-,2020-03-29,IRL,703.0,,,113.0,,Ireland
-,2020-03-30,IRL,834.0,,,126.0,,Ireland
-,2020-03-31,IRL,932.0,,,134.0,,Ireland
-,2020-04-01,IRL,1039.0,,,148.0,,Ireland
-,2020-04-02,IRL,1118.0,,,158.0,,Ireland
-,2020-04-03,IRL,1203.0,,,165.0,,Ireland
-,2020-04-04,IRL,1265.0,,,169.0,,Ireland
-,2020-04-05,IRL,1345.0,,,194.0,,Ireland
-,2020-04-06,IRL,1472.0,,,224.0,,Ireland
-,2020-04-07,IRL,1521.0,,,230.0,,Ireland
-,2020-04-08,IRL,1631.0,,,233.0,,Ireland
-,2020-04-09,IRL,1718.0,,,253.0,,Ireland
-,2020-04-10,IRL,1777.0,,,261.0,,Ireland
-,2020-04-11,IRL,1849.0,,,268.0,,Ireland
-,2020-04-12,IRL,1903.0,,,276.0,,Ireland
-,2020-04-13,IRL,1968.0,,,280.0,,Ireland
-,2020-04-14,IRL,2026.0,,,284.0,,Ireland
-,2020-04-15,IRL,2082.0,,,296.0,,Ireland
-,2020-04-16,IRL,2168.0,,,296.0,,Ireland
-,2020-04-17,IRL,2233.0,,,303.0,,Ireland
-,2020-04-18,IRL,2272.0,,,306.0,,Ireland
-,2020-04-19,IRL,2323.0,,,315.0,,Ireland
-,2020-04-20,IRL,2387.0,,,322.0,,Ireland
-,2020-04-21,IRL,2424.0,,,331.0,,Ireland
-,2020-04-22,IRL,2486.0,,,338.0,,Ireland
-,2020-04-23,IRL,2536.0,,,344.0,,Ireland
-,2020-04-24,IRL,2576.0,,,349.0,,Ireland
-,2020-04-25,IRL,2625.0,,,353.0,,Ireland
-,2020-04-26,IRL,2638.0,,,356.0,,Ireland
-,2020-04-27,IRL,2669.0,,,356.0,,Ireland
-,2020-04-28,IRL,2709.0,,,360.0,,Ireland
-,2020-04-29,IRL,2768.0,,,367.0,,Ireland
-,2020-04-30,IRL,2785.0,,,368.0,,Ireland
-,2020-05-01,IRL,2825.0,,,363.0,,Ireland
-,2020-05-02,IRL,2840.0,,,364.0,,Ireland
-,2020-05-03,IRL,2879.0,,,369.0,,Ireland
-,2020-05-04,IRL,2878.0,,,373.0,,Ireland
-,2020-05-05,IRL,2891.0,,,373.0,,Ireland
-,2020-05-06,IRL,2915.0,,,373.0,,Ireland
-,2020-05-07,IRL,2954.0,,,381.0,,Ireland
-,2020-05-08,IRL,2986.0,,,383.0,,Ireland
-,2020-05-09,IRL,2998.0,,,383.0,,Ireland
-,2020-05-10,IRL,3031.0,,,386.0,,Ireland
-,2020-05-11,IRL,3050.0,,,387.0,,Ireland
-,2020-05-12,IRL,3053.0,,,387.0,,Ireland
-,2020-05-13,IRL,3062.0,,,387.0,,Ireland
-,2020-05-14,IRL,3092.0,,,389.0,,Ireland
-,2020-05-15,IRL,3117.0,,,389.0,,Ireland
-,2020-05-16,IRL,3127.0,,,390.0,,Ireland
-,2020-05-17,IRL,3143.0,,,390.0,,Ireland
-5.0,2020-02-24,CHE,5.0,,,,,Switzerland
-4.0,2020-02-25,CHE,9.0,,,,,Switzerland
-8.0,2020-02-26,CHE,17.0,,,,,Switzerland
-4.0,2020-02-27,CHE,21.0,,,,,Switzerland
-5.0,2020-02-28,CHE,26.0,,,,,Switzerland
-12.0,2020-02-29,CHE,38.0,,,,,Switzerland
-10.0,2020-03-01,CHE,48.0,,,,,Switzerland
-14.0,2020-03-02,CHE,62.0,,,,,Switzerland
-17.0,2020-03-03,CHE,79.0,,,,,Switzerland
-12.0,2020-03-04,CHE,91.0,,,,,Switzerland
-15.0,2020-03-05,CHE,106.0,,,,,Switzerland
-23.0,2020-03-06,CHE,129.0,,,,,Switzerland
-7.0,2020-03-07,CHE,136.0,,,,,Switzerland
-17.0,2020-03-08,CHE,153.0,,,,,Switzerland
-29.0,2020-03-09,CHE,182.0,,,,,Switzerland
-40.0,2020-03-10,CHE,222.0,,,,,Switzerland
-47.0,2020-03-11,CHE,269.0,,,,,Switzerland
-51.0,2020-03-12,CHE,320.0,,,,,Switzerland
-52.0,2020-03-13,CHE,372.0,,,,,Switzerland
-64.0,2020-03-14,CHE,436.0,,,,,Switzerland
-54.0,2020-03-15,CHE,490.0,,,,,Switzerland
-114.0,2020-03-16,CHE,604.0,,,,,Switzerland
-98.0,2020-03-17,CHE,702.0,,,,,Switzerland
-109.0,2020-03-18,CHE,811.0,,,,,Switzerland
-106.0,2020-03-19,CHE,917.0,,,,,Switzerland
-130.0,2020-03-20,CHE,1047.0,,,,,Switzerland
-115.0,2020-03-21,CHE,1162.0,,,,,Switzerland
-132.0,2020-03-22,CHE,1294.0,,,,,Switzerland
-150.0,2020-03-23,CHE,1444.0,,,,,Switzerland
-181.0,2020-03-24,CHE,1625.0,,,,,Switzerland
-196.0,2020-03-25,CHE,1821.0,,,,,Switzerland
-158.0,2020-03-26,CHE,1979.0,,,,,Switzerland
-204.0,2020-03-27,CHE,2183.0,,,,,Switzerland
-121.0,2020-03-28,CHE,2304.0,,,,,Switzerland
-123.0,2020-03-29,CHE,2427.0,,,,,Switzerland
-157.0,2020-03-30,CHE,2584.0,,,,,Switzerland
-119.0,2020-03-31,CHE,2703.0,,,,,Switzerland
-91.0,2020-04-01,CHE,2794.0,,,,,Switzerland
-93.0,2020-04-02,CHE,2887.0,,,,,Switzerland
-70.0,2020-04-03,CHE,2957.0,,,,,Switzerland
-50.0,2020-04-04,CHE,3007.0,,,,,Switzerland
-43.0,2020-04-05,CHE,3050.0,,,,,Switzerland
-67.0,2020-04-06,CHE,3117.0,,,,,Switzerland
-55.0,2020-04-07,CHE,3172.0,,,,,Switzerland
-57.0,2020-04-08,CHE,3229.0,,,,,Switzerland
-55.0,2020-04-09,CHE,3284.0,,,,,Switzerland
-34.0,2020-04-10,CHE,3318.0,,,,,Switzerland
-42.0,2020-04-11,CHE,3360.0,,,,,Switzerland
-29.0,2020-04-12,CHE,3389.0,,,,,Switzerland
-26.0,2020-04-13,CHE,3415.0,,,,,Switzerland
-49.0,2020-04-14,CHE,3464.0,,,,,Switzerland
-31.0,2020-04-15,CHE,3495.0,,,,,Switzerland
-37.0,2020-04-16,CHE,3532.0,,,,,Switzerland
-31.0,2020-04-17,CHE,3563.0,,,,,Switzerland
-14.0,2020-04-18,CHE,3577.0,,,,,Switzerland
-21.0,2020-04-19,CHE,3598.0,,,,,Switzerland
-23.0,2020-04-20,CHE,3621.0,,,,,Switzerland
-17.0,2020-04-21,CHE,3638.0,,,,,Switzerland
-19.0,2020-04-22,CHE,3657.0,,,,,Switzerland
-7.0,2020-04-23,CHE,3664.0,,,,,Switzerland
-12.0,2020-04-24,CHE,3676.0,,,,,Switzerland
-12.0,2020-04-25,CHE,3688.0,,,,,Switzerland
-7.0,2020-04-26,CHE,3695.0,,,,,Switzerland
-11.0,2020-04-27,CHE,3706.0,,,,,Switzerland
-13.0,2020-04-28,CHE,3719.0,,,,,Switzerland
-9.0,2020-04-29,CHE,3728.0,,,,,Switzerland
-4.0,2020-04-30,CHE,3732.0,,,,,Switzerland
-4.0,2020-05-01,CHE,3736.0,,,,,Switzerland
-7.0,2020-05-02,CHE,3743.0,,,,,Switzerland
-7.0,2020-05-03,CHE,3750.0,,,,,Switzerland
-2.0,2020-05-04,CHE,3752.0,,,,,Switzerland
-5.0,2020-05-05,CHE,3757.0,,,,,Switzerland
-2.0,2020-05-06,CHE,3759.0,,,,,Switzerland
-4.0,2020-05-07,CHE,3763.0,,,,,Switzerland
-3.0,2020-05-08,CHE,3766.0,,,,,Switzerland
-2.0,2020-05-09,CHE,3768.0,,,,,Switzerland
-4.0,2020-05-10,CHE,3772.0,,,,,Switzerland
-3.0,2020-05-11,CHE,3775.0,,,,,Switzerland
-1.0,2020-05-12,CHE,3776.0,,,,,Switzerland
-4.0,2020-05-13,CHE,3780.0,,,,,Switzerland
-0.0,2020-05-14,CHE,3780.0,,,,,Switzerland
-1.0,2020-05-15,CHE,3781.0,,,,,Switzerland
-3.0,2020-05-16,CHE,3784.0,,,,,Switzerland
-2.0,2020-05-17,CHE,3786.0,,,,,Switzerland
-1.0,2020-05-18,CHE,3787.0,,,,,Switzerland
-0.0,2020-05-19,CHE,3787.0,,,,,Switzerland
-1.0,2020-05-20,CHE,3788.0,,,,,Switzerland
-0.0,2020-05-21,CHE,3788.0,,,,,Switzerland
-,2020-02-27,NLD,,1.0,,,,Netherlands
-,2020-02-28,NLD,,8.0,,,,Netherlands
-,2020-02-29,NLD,,1.0,,,,Netherlands
-,2020-03-01,NLD,,10.0,,,,Netherlands
-,2020-03-02,NLD,,14.0,,,,Netherlands
-,2020-03-03,NLD,,6.0,,,,Netherlands
-,2020-03-04,NLD,,13.0,,,,Netherlands
-,2020-03-05,NLD,,13.0,,,,Netherlands
-,2020-03-06,NLD,,20.0,,,,Netherlands
-,2020-03-07,NLD,,17.0,,,,Netherlands
-,2020-03-08,NLD,,25.0,,,,Netherlands
-,2020-03-09,NLD,,47.0,,,,Netherlands
-,2020-03-10,NLD,,39.0,,,,Netherlands
-,2020-03-11,NLD,,54.0,,,,Netherlands
-,2020-03-12,NLD,,81.0,,,,Netherlands
-,2020-03-13,NLD,,87.0,,,,Netherlands
-,2020-03-14,NLD,,90.0,,,,Netherlands
-,2020-03-15,NLD,,101.0,,,,Netherlands
-,2020-03-16,NLD,,184.0,,,,Netherlands
-,2020-03-17,NLD,,179.0,,,,Netherlands
-,2020-03-18,NLD,,245.0,,,,Netherlands
-,2020-03-19,NLD,,350.0,,,,Netherlands
-,2020-03-20,NLD,,333.0,,,,Netherlands
-,2020-03-21,NLD,,279.0,,,,Netherlands
-,2020-03-22,NLD,,301.0,,,,Netherlands
-,2020-03-23,NLD,,558.0,,,,Netherlands
-,2020-03-24,NLD,,478.0,,,,Netherlands
-,2020-03-25,NLD,,513.0,,,,Netherlands
-,2020-03-26,NLD,,489.0,,,,Netherlands
-,2020-03-27,NLD,,611.0,,,,Netherlands
-,2020-03-28,NLD,,340.0,,,,Netherlands
-,2020-03-29,NLD,,300.0,,,,Netherlands
-,2020-03-30,NLD,,503.0,,,,Netherlands
-,2020-03-31,NLD,,341.0,,,,Netherlands
-,2020-04-01,NLD,,362.0,,,,Netherlands
-,2020-04-02,NLD,,351.0,,,,Netherlands
-,2020-04-03,NLD,,335.0,,,,Netherlands
-,2020-04-04,NLD,,195.0,,,,Netherlands
-,2020-04-05,NLD,,215.0,,,,Netherlands
-,2020-04-06,NLD,,313.0,,,,Netherlands
-,2020-04-07,NLD,,191.0,,,,Netherlands
-,2020-04-08,NLD,,190.0,,,,Netherlands
-,2020-04-09,NLD,,186.0,,,,Netherlands
-,2020-04-10,NLD,,170.0,,,,Netherlands
-,2020-04-11,NLD,,131.0,,,,Netherlands
-,2020-04-12,NLD,,126.0,,,,Netherlands
-,2020-04-13,NLD,,135.0,,,,Netherlands
-,2020-04-14,NLD,,158.0,,,,Netherlands
-,2020-04-15,NLD,,106.0,,,,Netherlands
-,2020-04-16,NLD,,101.0,,,,Netherlands
-,2020-04-17,NLD,,121.0,,,,Netherlands
-,2020-04-18,NLD,,71.0,,,,Netherlands
-,2020-04-19,NLD,,59.0,,,,Netherlands
-,2020-04-20,NLD,,90.0,,,,Netherlands
-,2020-04-21,NLD,,70.0,,,,Netherlands
-,2020-04-22,NLD,,69.0,,,,Netherlands
-,2020-04-23,NLD,,78.0,,,,Netherlands
-,2020-04-24,NLD,,42.0,,,,Netherlands
-,2020-04-25,NLD,,45.0,,,,Netherlands
-,2020-04-26,NLD,,30.0,,,,Netherlands
-,2020-04-27,NLD,,38.0,,,,Netherlands
-,2020-04-28,NLD,,60.0,,,,Netherlands
-,2020-04-29,NLD,,38.0,,,,Netherlands
-,2020-04-30,NLD,,34.0,,,,Netherlands
-,2020-05-01,NLD,,29.0,,,,Netherlands
-,2020-05-02,NLD,,15.0,,,,Netherlands
-,2020-05-03,NLD,,33.0,,,,Netherlands
-,2020-05-04,NLD,,29.0,,,,Netherlands
-,2020-05-05,NLD,,14.0,,,,Netherlands
-,2020-05-06,NLD,,36.0,,,,Netherlands
-,2020-05-07,NLD,,26.0,,,,Netherlands
-,2020-05-08,NLD,,25.0,,,,Netherlands
-,2020-05-09,NLD,,15.0,,,,Netherlands
-,2020-05-10,NLD,,12.0,,,,Netherlands
-,2020-05-11,NLD,,20.0,,,,Netherlands
-,2020-05-12,NLD,,7.0,,,,Netherlands
-,2020-05-13,NLD,,18.0,,,,Netherlands
-,2020-05-14,NLD,,11.0,,,,Netherlands
-,2020-05-15,NLD,,10.0,,,,Netherlands
-,2020-05-16,NLD,,8.0,,,,Netherlands
-,2020-05-17,NLD,,5.0,,,,Netherlands
-,2020-05-18,NLD,,2.0,,,,Netherlands
-,2020-05-19,NLD,,1.0,,,,Netherlands
-,2020-05-20,NLD,,0.0,,,,Netherlands
-,2020-03-16,DNK,,62.0,10.0,,,Denmark
-,2020-03-17,DNK,,82.0,18.0,,,Denmark
-,2020-03-18,DNK,,129.0,24.0,,,Denmark
-,2020-03-19,DNK,,153.0,30.0,,,Denmark
-,2020-03-20,DNK,,186.0,37.0,,,Denmark
-,2020-03-21,DNK,,206.0,42.0,,,Denmark
-,2020-03-22,DNK,,232.0,46.0,,,Denmark
-,2020-03-23,DNK,,254.0,55.0,,,Denmark
-,2020-03-24,DNK,,301.0,69.0,,,Denmark
-,2020-03-25,DNK,,350.0,87.0,,,Denmark
-,2020-03-26,DNK,,386.0,94.0,,,Denmark
-,2020-03-27,DNK,,430.0,109.0,,,Denmark
-,2020-03-28,DNK,,459.0,121.0,,,Denmark
-,2020-03-29,DNK,,499.0,131.0,,,Denmark
-,2020-03-30,DNK,,533.0,137.0,,,Denmark
-,2020-03-31,DNK,,529.0,145.0,,,Denmark
-,2020-04-01,DNK,,535.0,146.0,,,Denmark
-,2020-04-02,DNK,,531.0,146.0,,,Denmark
-,2020-04-03,DNK,,516.0,139.0,,,Denmark
-,2020-04-04,DNK,,503.0,138.0,,,Denmark
-,2020-04-05,DNK,,498.0,138.0,,,Denmark
-,2020-04-06,DNK,,497.0,133.0,,,Denmark
-,2020-04-07,DNK,,472.0,127.0,,,Denmark
-,2020-04-08,DNK,,453.0,127.0,,,Denmark
-,2020-04-09,DNK,,433.0,120.0,,,Denmark
-,2020-04-10,DNK,,401.0,113.0,,,Denmark
-,2020-04-11,DNK,,408.0,106.0,,,Denmark
-,2020-04-12,DNK,,396.0,104.0,,,Denmark
-,2020-04-13,DNK,,388.0,100.0,,,Denmark
-,2020-04-14,DNK,,380.0,93.0,,,Denmark
-,2020-04-15,DNK,,362.0,89.0,,,Denmark
-,2020-04-16,DNK,,353.0,92.0,,,Denmark
-,2020-04-17,DNK,,350.0,93.0,,,Denmark
-,2020-04-18,DNK,,317.0,87.0,,,Denmark
-,2020-04-19,DNK,,319.0,84.0,,,Denmark
-,2020-04-20,DNK,,336.0,84.0,,,Denmark
-,2020-04-21,DNK,,335.0,81.0,,,Denmark
-,2020-04-22,DNK,,324.0,80.0,,,Denmark
-,2020-04-23,DNK,,319.0,74.0,,,Denmark
-,2020-04-24,DNK,,320.0,69.0,,,Denmark
-,2020-04-25,DNK,,290.0,70.0,,,Denmark
-,2020-04-26,DNK,,285.0,70.0,,,Denmark
-,2020-04-27,DNK,,310.0,72.0,,,Denmark
-,2020-04-28,DNK,,284.0,66.0,,,Denmark
-,2020-04-29,DNK,,267.0,66.0,,,Denmark
-,2020-04-30,DNK,,255.0,62.0,,,Denmark
-,2020-05-01,DNK,,249.0,61.0,,,Denmark
-,2020-05-02,DNK,,232.0,60.0,,,Denmark
-,2020-05-03,DNK,,243.0,62.0,,,Denmark
-,2020-05-04,DNK,,252.0,57.0,,,Denmark
-,2020-05-05,DNK,,228.0,49.0,,39.0,Denmark
-,2020-05-06,DNK,,209.0,46.0,,41.0,Denmark
-,2020-05-07,DNK,,199.0,43.0,,39.0,Denmark
-,2020-05-08,DNK,,205.0,42.0,,35.0,Denmark
-,2020-05-09,DNK,,194.0,39.0,,32.0,Denmark
-,2020-05-10,DNK,,196.0,40.0,,33.0,Denmark
-,2020-05-11,DNK,,198.0,43.0,,33.0,Denmark
-,2020-05-12,DNK,,177.0,43.0,,32.0,Denmark
-,2020-05-13,DNK,,164.0,37.0,,32.0,Denmark
-,2020-05-14,DNK,,147.0,35.0,,28.0,Denmark
-,2020-05-15,DNK,,137.0,32.0,,26.0,Denmark
-,2020-05-16,DNK,,140.0,28.0,,22.0,Denmark
-,2020-05-17,DNK,,133.0,27.0,,21.0,Denmark
-,2020-05-18,DNK,,144.0,26.0,,21.0,Denmark
-,2020-05-19,DNK,,141.0,25.0,,18.0,Denmark
-,2020-03-10,CZE,,1.0,0.0,,,Czech Republic
-,2020-03-11,CZE,,2.0,0.0,,,Czech Republic
-,2020-03-12,CZE,,4.0,0.0,,,Czech Republic
-,2020-03-13,CZE,,4.0,0.0,,,Czech Republic
-,2020-03-14,CZE,,5.0,0.0,,,Czech Republic
-,2020-03-15,CZE,,6.0,0.0,,,Czech Republic
-,2020-03-16,CZE,,19.0,2.0,,,Czech Republic
-,2020-03-17,CZE,,50.0,4.0,,,Czech Republic
-,2020-03-18,CZE,,49.0,5.0,,,Czech Republic
-,2020-03-19,CZE,,56.0,6.0,,,Czech Republic
-,2020-03-20,CZE,,67.0,16.0,,,Czech Republic
-,2020-03-21,CZE,,80.0,15.0,,,Czech Republic
-,2020-03-22,CZE,,98.0,19.0,,,Czech Republic
-,2020-03-23,CZE,,104.0,19.0,,,Czech Republic
-,2020-03-24,CZE,,122.0,21.0,,,Czech Republic
-,2020-03-25,CZE,,170.0,35.0,,,Czech Republic
-,2020-03-26,CZE,,197.0,36.0,,,Czech Republic
-,2020-03-27,CZE,,227.0,45.0,,,Czech Republic
-,2020-03-28,CZE,,263.0,56.0,,,Czech Republic
-,2020-03-29,CZE,,277.0,52.0,,,Czech Republic
-,2020-03-30,CZE,,291.0,64.0,,,Czech Republic
-,2020-03-31,CZE,,312.0,70.0,,,Czech Republic
-,2020-04-01,CZE,,342.0,72.0,,,Czech Republic
-,2020-04-02,CZE,,359.0,77.0,,,Czech Republic
-,2020-04-03,CZE,,380.0,87.0,,,Czech Republic
-,2020-04-04,CZE,,383.0,86.0,,,Czech Republic
-,2020-04-05,CZE,,391.0,84.0,,,Czech Republic
-,2020-04-06,CZE,,408.0,86.0,,,Czech Republic
-,2020-04-07,CZE,,432.0,103.0,,,Czech Republic
-,2020-04-08,CZE,,440.0,96.0,,,Czech Republic
-,2020-04-09,CZE,,446.0,98.0,,,Czech Republic
-,2020-04-10,CZE,,436.0,92.0,,,Czech Republic
-,2020-04-11,CZE,,442.0,87.0,,,Czech Republic
-,2020-04-12,CZE,,436.0,100.0,,,Czech Republic
-,2020-04-13,CZE,,428.0,92.0,,,Czech Republic
-,2020-04-14,CZE,,427.0,84.0,,,Czech Republic
-,2020-04-15,CZE,,418.0,75.0,,,Czech Republic
-,2020-04-16,CZE,,407.0,82.0,,,Czech Republic
-,2020-04-17,CZE,,398.0,86.0,,,Czech Republic
-,2020-04-18,CZE,,390.0,84.0,,,Czech Republic
-,2020-04-19,CZE,,374.0,84.0,,,Czech Republic
-,2020-04-20,CZE,,390.0,75.0,,,Czech Republic
-,2020-04-21,CZE,,412.0,80.0,,,Czech Republic
-,2020-04-22,CZE,,401.0,76.0,,,Czech Republic
-,2020-04-23,CZE,,395.0,77.0,,,Czech Republic
-,2020-04-24,CZE,,385.0,71.0,,,Czech Republic
-,2020-04-25,CZE,,352.0,79.0,,,Czech Republic
-,2020-04-26,CZE,,360.0,73.0,,,Czech Republic
-,2020-04-27,CZE,,359.0,71.0,,,Czech Republic
-,2020-04-28,CZE,,361.0,71.0,,,Czech Republic
-,2020-04-29,CZE,,348.0,68.0,,,Czech Republic
-,2020-04-30,CZE,,344.0,67.0,,,Czech Republic
-,2020-05-01,CZE,,319.0,68.0,,,Czech Republic
-,2020-05-02,CZE,,308.0,62.0,,,Czech Republic
-,2020-05-03,CZE,,299.0,58.0,,,Czech Republic
-,2020-05-04,CZE,,304.0,59.0,,,Czech Republic
-,2020-05-05,CZE,,295.0,51.0,,,Czech Republic
-,2020-05-06,CZE,,275.0,52.0,,,Czech Republic
-,2020-05-07,CZE,,258.0,46.0,,,Czech Republic
-,2020-05-08,CZE,,251.0,47.0,,,Czech Republic
-,2020-05-09,CZE,,239.0,40.0,,,Czech Republic
-,2020-05-10,CZE,,233.0,42.0,,,Czech Republic
-,2020-05-11,CZE,,236.0,44.0,,,Czech Republic
-,2020-05-12,CZE,,230.0,43.0,,,Czech Republic
-,2020-05-13,CZE,,217.0,42.0,,,Czech Republic
-,2020-05-14,CZE,,197.0,37.0,,,Czech Republic
-,2020-05-15,CZE,,183.0,39.0,,,Czech Republic
-,2020-05-16,CZE,,175.0,39.0,,,Czech Republic
-,2020-05-17,CZE,,166.0,36.0,,,Czech Republic
-,2020-05-18,CZE,,169.0,36.0,,,Czech Republic
-,2020-04-07,AUS,,305.0,93.0,,37.0,Australia
-,2020-04-08,AUS,,263.0,87.0,,36.0,Australia
-,2020-04-09,AUS,,262.0,81.0,,36.0,Australia
-,2020-04-10,AUS,,236.0,72.0,,38.0,Australia
-,2020-04-11,AUS,,240.0,80.0,,38.0,Australia
-,2020-04-12,AUS,,239.0,81.0,,35.0,Australia
-,2020-04-13,AUS,,227.0,79.0,,46.0,Australia
-,2020-04-14,AUS,,230.0,80.0,,44.0,Australia
-,2020-04-15,AUS,,214.0,76.0,,41.0,Australia
-,2020-04-16,AUS,,201.0,66.0,,38.0,Australia
-,2020-04-17,AUS,,192.0,60.0,,38.0,Australia
-,2020-04-18,AUS,,184.0,55.0,,34.0,Australia
-,2020-04-19,AUS,,177.0,48.0,,33.0,Australia
-,2020-04-20,AUS,,170.0,49.0,,32.0,Australia
-,2020-04-21,AUS,,167.0,47.0,,33.0,Australia
-,2020-04-22,AUS,,162.0,47.0,,31.0,Australia
-,2020-04-23,AUS,,152.0,45.0,,29.0,Australia
-,2020-04-24,AUS,,138.0,42.0,,29.0,Australia
-,2020-04-25,AUS,,129.0,43.0,,29.0,Australia
-,2020-04-26,AUS,,115.0,42.0,,25.0,Australia
-,2020-04-27,AUS,,113.0,43.0,,27.0,Australia
-,2020-04-28,AUS,,109.0,42.0,,27.0,Australia
-,2020-04-29,AUS,,93.0,38.0,,26.0,Australia
-,2020-04-30,AUS,,89.0,34.0,,22.0,Australia
-,2020-05-01,AUS,,83.0,28.0,,21.0,Australia
-,2020-05-02,AUS,,79.0,28.0,,21.0,Australia
-,2020-05-03,AUS,,75.0,28.0,,20.0,Australia
-,2020-05-04,AUS,,70.0,28.0,,20.0,Australia
-,2020-05-05,AUS,,66.0,27.0,,20.0,Australia
-,2020-05-06,AUS,,62.0,27.0,,18.0,Australia
-,2020-05-07,AUS,,58.0,23.0,,17.0,Australia
-,2020-05-08,AUS,,56.0,21.0,,16.0,Australia
-,2020-05-09,AUS,,51.0,19.0,,15.0,Australia
-,2020-05-10,AUS,,43.0,17.0,,14.0,Australia
-,2020-05-11,AUS,,49.0,16.0,,14.0,Australia
-,2020-05-12,AUS,,47.0,16.0,,15.0,Australia
-,2020-05-13,AUS,,50.0,17.0,,14.0,Australia
-,2020-05-14,AUS,,51.0,18.0,,13.0,Australia
-,2020-05-15,AUS,,46.0,17.0,,13.0,Australia
-,2020-05-16,AUS,,49.0,16.0,,12.0,Australia
-,2020-05-17,AUS,,50.0,16.0,,12.0,Australia
-,2020-05-18,AUS,,45.0,12.0,,17.0,Australia
-,2020-05-19,AUS,,47.0,11.0,,7.0,Australia
-,2020-02-28,ISL,,1.0,0.0,,,Iceland
-,2020-02-29,ISL,,1.0,0.0,,,Iceland
-,2020-03-01,ISL,,1.0,0.0,,,Iceland
-,2020-03-02,ISL,,0.0,0.0,,,Iceland
-,2020-03-03,ISL,,0.0,0.0,,,Iceland
-,2020-03-04,ISL,,0.0,0.0,,,Iceland
-,2020-03-05,ISL,,1.0,0.0,,,Iceland
-,2020-03-06,ISL,,1.0,0.0,,,Iceland
-,2020-03-07,ISL,,1.0,0.0,,,Iceland
-,2020-03-08,ISL,,1.0,0.0,,,Iceland
-,2020-03-09,ISL,,1.0,0.0,,,Iceland
-,2020-03-10,ISL,,0.0,0.0,,,Iceland
-,2020-03-11,ISL,,1.0,0.0,,,Iceland
-,2020-03-12,ISL,,2.0,0.0,,,Iceland
-,2020-03-13,ISL,,2.0,0.0,,,Iceland
-,2020-03-14,ISL,,3.0,1.0,,,Iceland
-,2020-03-15,ISL,,3.0,2.0,,,Iceland
-,2020-03-16,ISL,,4.0,2.0,,,Iceland
-,2020-03-17,ISL,,5.0,2.0,,,Iceland
-,2020-03-18,ISL,,6.0,0.0,,,Iceland
-,2020-03-19,ISL,,6.0,1.0,,,Iceland
-,2020-03-20,ISL,,10.0,1.0,,,Iceland
-,2020-03-21,ISL,,12.0,1.0,,,Iceland
-,2020-03-22,ISL,,13.0,0.0,,,Iceland
-,2020-03-23,ISL,,13.0,2.0,,,Iceland
-,2020-03-24,ISL,,17.0,2.0,,,Iceland
-,2020-03-25,ISL,,18.0,3.0,,,Iceland
-,2020-03-26,ISL,,20.0,6.0,,,Iceland
-,2020-03-27,ISL,,20.0,6.0,,,Iceland
-,2020-03-28,ISL,,26.0,7.0,,,Iceland
-,2020-03-29,ISL,,30.0,10.0,,,Iceland
-,2020-03-30,ISL,,37.0,11.0,,,Iceland
-,2020-03-31,ISL,,40.0,13.0,,,Iceland
-,2020-04-01,ISL,,43.0,14.0,,,Iceland
-,2020-04-02,ISL,,44.0,12.0,,,Iceland
-,2020-04-03,ISL,,41.0,11.0,,,Iceland
-,2020-04-04,ISL,,37.0,11.0,,,Iceland
-,2020-04-05,ISL,,36.0,11.0,,,Iceland
-,2020-04-06,ISL,,38.0,13.0,,,Iceland
-,2020-04-07,ISL,,43.0,12.0,,,Iceland
-,2020-04-08,ISL,,40.0,11.0,,,Iceland
-,2020-04-09,ISL,,38.0,11.0,,,Iceland
-,2020-04-10,ISL,,38.0,10.0,,,Iceland
-,2020-04-11,ISL,,40.0,9.0,,,Iceland
-,2020-04-12,ISL,,40.0,9.0,,,Iceland
-,2020-04-13,ISL,,35.0,8.0,,,Iceland
-,2020-04-14,ISL,,31.0,8.0,,,Iceland
-,2020-04-15,ISL,,33.0,6.0,,,Iceland
-,2020-04-16,ISL,,30.0,3.0,,,Iceland
-,2020-04-17,ISL,,27.0,5.0,,,Iceland
-,2020-04-18,ISL,,28.0,5.0,,,Iceland
-,2020-04-19,ISL,,27.0,5.0,,,Iceland
-,2020-04-20,ISL,,21.0,5.0,,,Iceland
-,2020-04-21,ISL,,18.0,5.0,,,Iceland
-,2020-04-22,ISL,,15.0,5.0,,,Iceland
-,2020-04-23,ISL,,15.0,5.0,,,Iceland
-,2020-04-24,ISL,,14.0,3.0,,,Iceland
-,2020-04-25,ISL,,14.0,3.0,,,Iceland
-,2020-04-26,ISL,,13.0,2.0,,,Iceland
-,2020-04-27,ISL,,10.0,1.0,,,Iceland
-,2020-04-28,ISL,,8.0,0.0,,,Iceland
-,2020-04-29,ISL,,6.0,0.0,,,Iceland
-,2020-04-30,ISL,,5.0,0.0,,,Iceland
-,2020-05-01,ISL,,6.0,0.0,,,Iceland
-,2020-05-02,ISL,,6.0,0.0,,,Iceland
-,2020-05-03,ISL,,5.0,0.0,,,Iceland
-,2020-05-04,ISL,,3.0,0.0,,,Iceland
-,2020-05-05,ISL,,3.0,0.0,,,Iceland
-,2020-05-06,ISL,,3.0,0.0,,,Iceland
-,2020-05-07,ISL,,2.0,0.0,,,Iceland
-,2020-05-08,ISL,,2.0,0.0,,,Iceland
-,2020-05-09,ISL,,2.0,0.0,,,Iceland
-,2020-05-10,ISL,,2.0,0.0,,,Iceland
-,2020-05-11,ISL,,2.0,0.0,,,Iceland
-,2020-05-12,ISL,,1.0,0.0,,,Iceland
-,2020-05-13,ISL,,1.0,0.0,,,Iceland
-,2020-05-14,ISL,,0.0,0.0,,,Iceland
-,2020-05-15,ISL,,0.0,0.0,,,Iceland
-,2020-05-16,ISL,,0.0,0.0,,,Iceland
-,2020-05-17,ISL,,0.0,0.0,,,Iceland
-,2020-03-06,SWE,,,1.0,,,Sweden
-,2020-03-07,SWE,,,1.0,,,Sweden
-,2020-03-08,SWE,,,1.0,,,Sweden
-,2020-03-09,SWE,,,0.0,,,Sweden
-,2020-03-10,SWE,,,2.0,,,Sweden
-,2020-03-11,SWE,,,1.0,,,Sweden
-,2020-03-12,SWE,,,0.0,,,Sweden
-,2020-03-13,SWE,,,2.0,,,Sweden
-,2020-03-14,SWE,,,6.0,,,Sweden
-,2020-03-15,SWE,,,5.0,,,Sweden
-,2020-03-16,SWE,,,5.0,,,Sweden
-,2020-03-17,SWE,,,4.0,,,Sweden
-,2020-03-18,SWE,,,15.0,,,Sweden
-,2020-03-19,SWE,,,8.0,,,Sweden
-,2020-03-20,SWE,,,17.0,,,Sweden
-,2020-03-21,SWE,,,13.0,,,Sweden
-,2020-03-22,SWE,,,28.0,,,Sweden
-,2020-03-23,SWE,,,37.0,,,Sweden
-,2020-03-24,SWE,,,32.0,,,Sweden
-,2020-03-25,SWE,,,31.0,,,Sweden
-,2020-03-26,SWE,,,40.0,,,Sweden
-,2020-03-27,SWE,,,28.0,,,Sweden
-,2020-03-28,SWE,,,28.0,,,Sweden
-,2020-03-29,SWE,,,40.0,,,Sweden
-,2020-03-30,SWE,,,31.0,,,Sweden
-,2020-03-31,SWE,,,33.0,,,Sweden
-,2020-04-01,SWE,,,48.0,,,Sweden
-,2020-04-02,SWE,,,46.0,,,Sweden
-,2020-04-03,SWE,,,40.0,,,Sweden
-,2020-04-04,SWE,,,36.0,,,Sweden
-,2020-04-05,SWE,,,45.0,,,Sweden
-,2020-04-06,SWE,,,43.0,,,Sweden
-,2020-04-07,SWE,,,44.0,,,Sweden
-,2020-04-08,SWE,,,48.0,,,Sweden
-,2020-04-09,SWE,,,35.0,,,Sweden
-,2020-04-10,SWE,,,38.0,,,Sweden
-,2020-04-11,SWE,,,46.0,,,Sweden
-,2020-04-12,SWE,,,35.0,,,Sweden
-,2020-04-13,SWE,,,42.0,,,Sweden
-,2020-04-14,SWE,,,40.0,,,Sweden
-,2020-04-15,SWE,,,33.0,,,Sweden
-,2020-04-16,SWE,,,31.0,,,Sweden
-,2020-04-17,SWE,,,40.0,,,Sweden
-,2020-04-18,SWE,,,29.0,,,Sweden
-,2020-04-19,SWE,,,35.0,,,Sweden
-,2020-04-20,SWE,,,27.0,,,Sweden
-,2020-04-21,SWE,,,35.0,,,Sweden
-,2020-04-22,SWE,,,50.0,,,Sweden
-,2020-04-23,SWE,,,25.0,,,Sweden
-,2020-04-24,SWE,,,46.0,,,Sweden
-,2020-04-25,SWE,,,28.0,,,Sweden
-,2020-04-26,SWE,,,26.0,,,Sweden
-,2020-04-27,SWE,,,27.0,,,Sweden
-,2020-04-28,SWE,,,33.0,,,Sweden
-,2020-04-29,SWE,,,24.0,,,Sweden
-,2020-04-30,SWE,,,33.0,,,Sweden
-,2020-05-01,SWE,,,15.0,,,Sweden
-,2020-05-02,SWE,,,30.0,,,Sweden
-,2020-05-03,SWE,,,25.0,,,Sweden
-,2020-05-04,SWE,,,25.0,,,Sweden
-,2020-05-05,SWE,,,19.0,,,Sweden
-,2020-05-06,SWE,,,28.0,,,Sweden
-,2020-05-07,SWE,,,28.0,,,Sweden
-,2020-05-08,SWE,,,24.0,,,Sweden
-,2020-05-09,SWE,,,14.0,,,Sweden
-,2020-05-10,SWE,,,17.0,,,Sweden
-,2020-05-11,SWE,,,15.0,,,Sweden
-,2020-05-12,SWE,,,16.0,,,Sweden
-,2020-05-13,SWE,,,17.0,,,Sweden
-,2020-05-14,SWE,,,16.0,,,Sweden
-,2020-05-15,SWE,,,18.0,,,Sweden
-,2020-05-16,SWE,,,16.0,,,Sweden
-,2020-05-17,SWE,,,21.0,,,Sweden
-,2020-05-18,SWE,,,15.0,,,Sweden
-,2020-05-19,SWE,,,8.0,,,Sweden
-,2020-05-20,SWE,,,2.0,,,Sweden
diff --git a/data/exports/cc_by/LICENSE b/data/exports/cc_by/LICENSE
new file mode 100644
index 0000000..b4b7974
--- /dev/null
+++ b/data/exports/cc_by/LICENSE
@@ -0,0 +1,1034 @@
+The file `aggregated_cc_by.csv` is licensed under Creative Commons Attribution 4.0 International.
+
+It includes content under the following licenses:
+
+Australia
+Source name: covid19data.com.au (https://www.covid19data.com.au/)
+Link to data: https://www.covid19data.com.au/hospitalisations-icu
+Description: Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
+License: Creative Commons Attribution 4.0 International (https://creativecommons.org/licenses/by/4.0/)
+Last accessed: 2020-06-02
+
+Czech Republic
+Source name: National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic (https://onemocneni-aktualne.mzcr.cz/covid-19)
+Link to data: https://onemocneni-aktualne.mzcr.cz/covid-19
+Citation: Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
+Description: Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
+Last accessed: 2020-06-02
+
+Denmark
+Source name: Statens Serum Institute (https://www.sst.dk/)
+Link to data: https://www.sst.dk/da/corona/tal-og-overvaagning
+Description: Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
+Last accessed: 2020-06-02
+
+France
+Source name: data.gouv.fr (https://www.data.gouv.fr/)
+Link to data: https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
+Description: Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
+License: Open License 2.0 (https://www.etalab.gouv.fr/licence-ouverte-open-licence)
+Last accessed: 2020-06-04
+
+Iceland
+Source name: Directorate of Health in Iceland (Embaetti landlaeknis) (https://www.covid.is/data)
+Link to data: https://www.covid.is/data
+Description: Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
+Last accessed: 2020-06-06
+
+Italy
+Source name: Dipartimento della Protezione Civile (http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus)
+Link to data: https://github.com/pcm-dpc/COVID-19
+Description: Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
+License: Creative Commons Attribution 4.0 International (https://creativecommons.org/licenses/by/4.0/)
+Last accessed: 2020-06-04
+
+Japan
+Source name: Toyo Keizai Online (https://github.com/kaz-ogiwara/covid19)
+Link to data: https://github.com/kaz-ogiwara/covid19
+Copyright notice: Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
+Description: Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
+License: MIT (https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE)
+Last accessed: 2020-06-04
+
+Luxembourg
+Source name: Luxembourg Ministry of Health (https://data.public.lu/fr/datasets/donnees-covid19/#_)
+Link to data: https://data.public.lu/fr/datasets/donnees-covid19/#_
+Description: Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
+License: Creative Commons Zero 1.0 Universal (https://creativecommons.org/share-your-work/public-domain/cc0/)
+Last accessed: 2020-06-04
+
+Netherlands
+Source name: National Institute for Public Health and The Environment (https://www.rivm.nl/coronavirus-covid-19/grafieken)
+Link to data: https://www.rivm.nl/coronavirus-covid-19/grafieken
+Description: Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
+Last accessed: 2020-06-06
+
+Scotland
+Source name: The Scottish Government (https://www.gov.scot/)
+Link to data: https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
+Description: The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
+License: Open Government License 3.0 (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)
+
+
+Spain
+Source name: Ministerio de Sanidad, Consumo y Bienestar Social (https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm)
+Link to data: https://cnecovid.isciii.es/covid19/resources/agregados.csv
+Description: The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
+Last accessed: 2020-06-04
+
+Sweden
+Source name: Public Health Agency of Sweden (https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/)
+Link to data: https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
+Description: Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
+Last accessed: 2020-06-04
+
+Switzerland
+Source name: Switzerland Federal Office of Public Health BAG (https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html)
+Link to data: https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
+Last accessed: 2020-06-06
+
+United Kingdom
+Source name: GOV.UK (https://www.gov.uk)
+Link to data: https://www.gov.uk/government/publications/
+Description: Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.
+License: Open Government License 3.0 (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)
+Last accessed: 2020-05-18
+
+United States
+Source name: COVID-19 Tracking Project (https://github.com/COVID19Tracking/)
+Link to data: https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
+Description: Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
+License: Apache 2.0 (https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE)
+Last accessed: 2020-06-04
+
+=======================================================================
+Complete license texts for each unique license are available below:
+
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution 4.0 International Public License ("Public License"). To the
+extent this Public License may be interpreted as a contract, You are
+granted the Licensed Rights in consideration of Your acceptance of
+these terms and conditions, and the Licensor grants You such rights in
+consideration of benefits the Licensor receives from making the
+Licensed Material available under these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ d. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ f. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ g. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ h. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ i. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ j. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ k. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ 4. If You Share Adapted Material You produce, the Adapter's
+ License You apply must not prevent recipients of the Adapted
+ Material from complying with this Public License.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material; and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public licenses.
+Notwithstanding, Creative Commons may elect to apply one of its public
+licenses to material it publishes and in those instances will be
+considered the “Licensor.” The text of the Creative Commons public
+licenses is dedicated to the public domain under the CC0 Public Domain
+Dedication. Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the public
+licenses.
+
+Creative Commons may be contacted at creativecommons.org.
+
+=======================================================================
+Open Government Licence for public sector information
+delivered by The National Archives
+http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
+
+You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.
+
+Using Information under this licence
+Use of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.
+
+The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.
+
+This licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.
+
+You are free to:
+copy, publish, distribute and transmit the Information;
+adapt the Information;
+exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.
+You must (where you do any of the above):
+acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;
+ If the Information Provider does not provide a specific attribution statement, you must use the following:
+
+ Contains public sector information licensed under the Open Government Licence v3.0.
+
+If you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.
+
+These are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.
+
+ Exemptions
+This licence does not cover:
+
+personal data in the Information;
+Information that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
+departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;
+military insignia;
+third party rights the Information Provider is not authorised to license;
+other intellectual property rights, including patents, trade marks, and design rights; and
+identity documents such as the British Passport
+Non-endorsement
+This licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and/or Licensor endorse you or your use of the Information.
+
+No warranty
+The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.
+
+The Information Provider and/or Licensor are not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.
+
+Governing Law
+This licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.
+
+Definitions
+In this licence, the terms below have the following meanings:
+
+'Information' means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.
+
+'Information Provider' means the person or organisation providing the Information under this licence.
+
+'Licensor' means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.
+
+'Use' means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.
+
+'You', 'you' and 'your' means the natural or legal person, or body of persons corporate or incorporate, acquiring rights in the Information (whether the Information is obtained directly from the Licensor or otherwise) under this licence.
+
+About the Open Government Licence
+The National Archives has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The National Archives invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.
+
+The Keeper of the Public Records has authority to license Information subject to copyright and database right owned by the Crown. The extent of the offer to license this Information under the terms of this licence is set out in the UK Government Licensing Framework.
+
+This is version 3.0 of the Open Government Licence. The National Archives may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.
+
+These terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv3.0 is Open Definition compliant.
+
+Further context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.
+
+=======================================================================
+MIT License
+
+Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+=======================================================================
+OPEN LICENCE 2.0
+LICENCE OUVERTE 2.0
+@etalab
+etalab.gouv.fr
+https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-licence.pdf
+
+“REUSE” OF THE “INFORMATION” COVERED BY THIS LICENCE
+The “Grantor” grants the “Reuser” the free, non-exclusive right to “Reuse” the
+“Information” subject of this licence, for commercial or non-commercial purposes,
+worldwide and for an unlimited period, in accordance with the conditions stated
+below.
+The “Reuser” is free to reuse the “Information”:
+- To reproduce it, copy it.
+- To adapt, modify, retrieve and transform it in order to create “derived
+information”, products and services.
+- To share, disseminate, redistribute, publish and transmit it.
+- To exploit it for commercial purposes, e.g., by combining it with other
+information, or by including it in his/her own product or application.
+Subject to:
+An acknowledgement of the authorship of the “Information”: its source (at least,
+the name of the “Grantor”) and the date of the most recent update of the reused
+“Information”. Specifically, the “Reuser” may satisfy this condition by pointing, via a
+hypertext link, to the source of “the Information” and so supplying an actual
+acknowledgement of its authorship.
+For example:
+Ministry of xxx—Original data downloaded from http://www.data.gouv.fr/fr/
+datasets/xxx/, updated on 14 February 2017.
+This acknowledgement of authorship does not confer any official status on the
+“Reuse” of the “Information”, and must not suggest any sort of recognition or
+endorsement on the part of the “Grantor”, or any other public entity, of the “Reuser”
+or of their “Reuse”.
+PERSONAL DATA
+The “Information” made available may contain “Personal data” that may be subject
+to “Reuse”. If this is the case, the “Grantor” informs the “Reuser” about its existence.
+The “Information” may be freely reused, within the rights granted by this licence,
+subject to compliance with the legal framework relating to personal data
+protection.
+INTELLECTUAL PROPERTY RIGHTS
+It is guaranteed to The “Reuser” that potential “Intellectual property rights” held by
+third parties or by the “Grantor” on “Information” do not interfere with the rights
+granted by this licence.
+ When the “Grantor” holds transferable “Intellectual property rights” on the
+“Information”, he/she assigns these to the “Reuser” on a non-exclusive basis, free of
+charge, worldwide, for the entire duration of the “Intellectual property rights”, and
+the “Reuser” is free to use the “Information” for any purpose that complies with the
+rights and conditions defined in this licence.
+LIABILITY
+The “Information” is made available as it is produced or received by the “Grantor”,
+without any other express or tacit guarantee than those set out in this licence. The
+“Grantor” does not guarantee the absence of errors or inaccuracies in the
+“Information”, nor a continuous supply of the “Information”. He/she cannot be held
+responsible for any loss, prejudice or damage of any kind caused to third parties as
+a result of the “Reuse”.
+The “Reuser” is solely responsible for the “Reuse” of the “Information”. This “Reuse”
+must not mislead third parties as to the contents of the “Information”, its source or
+its date of update.
+APPLICABLE LEGISLATION
+This licence is governed by French law.
+COMPATIBILITY OF THIS LICENCE
+This licence has been designed to be compatible with any free licence that at least
+requires an acknowledgement of authorship, and specifically with the previous
+version of this licence as well as with the following licences: United Kingdom’s
+“Open Government Licence” (OGL), Creative Commons’ “Creative Commons
+Attribution” (CC-BY) and Open Knowledge Foundation’s “Open Data Commons
+Attribution” (ODC-BY).
+DEFINITIONS
+Within the meaning of this licence, are to be considered as :
+- The “Grantor”: any person granting the right to “Reuse” “Information” under
+the rights and conditions set out in this licence.
+- The “Information”:
+ - any public information contained in documents disclosed or published by
+any administration referred to in the first paragraph of Article L. 300-2 of the
+code des relations entre le public et l’administration (CRPA),
+ - any information made available by any person under the terms and
+conditions of this licence.
+- The “Reuse”: the use of the “Information” for other purposes than those for
+which it was produced or received.
+- The“Reuser”: any person reusing the “Information” in accordance with the
+conditions of this licence.
+- “Personal data”: any information relating to an identified or identifiable
+natural person who may be identified directly or indirectly. Its “Reuse” is
+conditional on the respect of the existing legal framework.
+- “Derived information”: any new data or information created directly from the
+“Information” or from a combination of the “Information” and other data or
+information not subject to this licence.
+- “Intellectual property rights”: all rights identified as such under the code de la
+propriété intellectuelle (including copyright, rights related to copyright, sui
+generis rights of database producers, etc.).
+ABOUT THIS LICENCE
+This licence is intended to be used by administrations for the reuse of their public
+information. It can also be used by any individual wishing to supply “Information”
+under the conditions defined in this licence.
+ France has a comprehensive legal framework aiming at the spontaneous
+dissemination by the administrations of their public information in order to ensure
+the widest possible reuse of this information.
+ The right to “Reuse” the administrations’ “Information” is governed by the code
+des relations entre le public et l’administration (CRPA).
+ This licence facilitates the unrestricted and free of charge reuse of public
+information and is one of the licences which can be used by the administration
+pursuant to the decree issued under article L. 323-2 of the CRPA.
+ Under the Prime Minister’s authority, the Etalab mission is mandated to open
+up the maximum amount of data held by State administrations and public
+institutions. Etalab has drawn up the Open Licence to facilitate the unrestricted and
+free of charge reuse of public information, as defined by article L. 321-1 of the CRPA.
+ This licence is version 2.0 of the Open Licence. Etalab reserves the right to
+propose new versions of the Open Licence. Nevertheless, “Reusers” may continue
+to reuse information obtained under this licence should they so wish.
+
+=======================================================================
+Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+=======================================================================
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
+
+=======================================================================
diff --git a/data/exports/cc_by/aggregated_cc_by.csv b/data/exports/cc_by/aggregated_cc_by.csv
new file mode 100644
index 0000000..eab4e92
--- /dev/null
+++ b/data/exports/cc_by/aggregated_cc_by.csv
@@ -0,0 +1,18548 @@
+region_code,region_name,date,hospitalized_current,hospitalized_cumulative,hospitalized_new,icu_current,icu_cumulative,ventilator_current
+GB-SCT,Scotland,2020-03-27,404.0,,,,,
+GB-SCT,Scotland,2020-03-28,511.0,,,,,
+GB-SCT,Scotland,2020-03-29,565.0,,,,,
+GB-SCT,Scotland,2020-03-30,627.0,,,,,
+GB-SCT,Scotland,2020-03-31,752.0,,,,,
+GB-SCT,Scotland,2020-04-01,815.0,,,,,
+GB-SCT,Scotland,2020-04-02,910.0,,,,,
+GB-SCT,Scotland,2020-04-03,1037.0,,,,,
+GB-SCT,Scotland,2020-04-04,1107.0,,,,,
+GB-SCT,Scotland,2020-04-05,1204.0,,,,,
+GB-SCT,Scotland,2020-04-06,1262.0,,,,,
+GB-SCT,Scotland,2020-04-07,1328.0,,,,,
+GB-SCT,Scotland,2020-04-08,1415.0,,,,,
+GB-SCT,Scotland,2020-04-09,1440.0,,,,,
+GB-SCT,Scotland,2020-04-10,1461.0,,,,,
+GB-SCT,Scotland,2020-04-11,1467.0,,,,,
+GB-SCT,Scotland,2020-04-12,1487.0,,,,,
+GB-SCT,Scotland,2020-04-13,1482.0,,,,,
+GB-SCT,Scotland,2020-04-14,1514.0,,,,,
+GB-SCT,Scotland,2020-04-15,1486.0,,,,,
+GB-SCT,Scotland,2020-04-16,1479.0,,,,,
+GB-SCT,Scotland,2020-04-17,1487.0,,,,,
+GB-SCT,Scotland,2020-04-18,1501.0,,,,,
+GB-SCT,Scotland,2020-04-19,1520.0,,,,,
+GB-SCT,Scotland,2020-04-20,1520.0,,,,,
+GB-SCT,Scotland,2020-04-21,1472.0,,,,,
+GB-SCT,Scotland,2020-04-22,1432.0,,,,,
+GB-SCT,Scotland,2020-04-23,1423.0,,,,,
+GB-SCT,Scotland,2020-04-24,1383.0,,,,,
+GB-SCT,Scotland,2020-04-25,1385.0,,,,,
+GB-SCT,Scotland,2020-04-26,1382.0,,,,,
+GB-SCT,Scotland,2020-04-27,1387.0,,,,,
+GB-SCT,Scotland,2020-04-28,1359.0,,,,,
+GB-SCT,Scotland,2020-04-29,1363.0,,,,,
+GB-SCT,Scotland,2020-04-30,1324.0,,,,,
+GB-SCT,Scotland,2020-05-01,1302.0,,,,,
+GB-SCT,Scotland,2020-05-02,1277.0,,,,,
+GB-SCT,Scotland,2020-05-03,1266.0,,,,,
+GB-SCT,Scotland,2020-05-04,1279.0,,,,,
+GB-SCT,Scotland,2020-05-05,1225.0,,,,,
+GB-SCT,Scotland,2020-05-06,1204.0,,,,,
+GB-SCT,Scotland,2020-05-07,1199.0,,,,,
+GB-SCT,Scotland,2020-05-08,1168.0,,,,,
+GB-SCT,Scotland,2020-05-09,1165.0,,,,,
+GB-SCT,Scotland,2020-05-10,1132.0,,,,,
+GB-SCT,Scotland,2020-05-11,1145.0,,,,,
+GB-SCT,Scotland,2020-05-12,1131.0,,,,,
+GB-SCT,Scotland,2020-05-13,1101.0,,,,,
+GB-SCT,Scotland,2020-05-14,1100.0,,,,,
+GB-SCT,Scotland,2020-05-15,1066.0,,,,,
+GB-SCT,Scotland,2020-05-16,1011.0,,,,,
+GB-SCT,Scotland,2020-05-17,1007.0,,,,,
+GB-WLS,Wales,2020-03-26,411.0,,,,,
+GB-WLS,Wales,2020-03-27,451.0,,,,,
+GB-WLS,Wales,2020-03-28,552.0,,,,,
+GB-WLS,Wales,2020-03-29,535.0,,,,,
+GB-WLS,Wales,2020-03-30,625.0,,,,,
+GB-WLS,Wales,2020-03-31,781.0,,,,,
+GB-WLS,Wales,2020-04-01,882.0,,,,,
+GB-WLS,Wales,2020-04-02,865.0,,,,,
+GB-WLS,Wales,2020-04-03,911.0,,,,,
+GB-WLS,Wales,2020-04-04,915.0,,,,,
+GB-WLS,Wales,2020-04-05,990.0,,,,,
+GB-WLS,Wales,2020-04-06,1044.0,,,,,
+GB-WLS,Wales,2020-04-07,1054.0,,,,,
+GB-WLS,Wales,2020-04-08,1160.0,,,,,
+GB-WLS,Wales,2020-04-09,1168.0,,,,,
+GB-WLS,Wales,2020-04-10,1222.0,,,,,
+GB-WLS,Wales,2020-04-11,1208.0,,,,,
+GB-WLS,Wales,2020-04-12,1257.0,,,,,
+GB-WLS,Wales,2020-04-13,1187.0,,,,,
+GB-WLS,Wales,2020-04-14,1191.0,,,,,
+GB-WLS,Wales,2020-04-15,1209.0,,,,,
+GB-WLS,Wales,2020-04-16,1227.0,,,,,
+GB-WLS,Wales,2020-04-17,1227.0,,,,,
+GB-WLS,Wales,2020-04-18,1249.0,,,,,
+GB-WLS,Wales,2020-04-19,1194.0,,,,,
+GB-WLS,Wales,2020-04-20,1182.0,,,,,
+GB-WLS,Wales,2020-04-21,1124.0,,,,,
+GB-WLS,Wales,2020-04-22,1108.0,,,,,
+GB-WLS,Wales,2020-04-23,1332.0,,,,,
+GB-WLS,Wales,2020-04-24,1312.0,,,,,
+GB-WLS,Wales,2020-04-25,1347.0,,,,,
+GB-WLS,Wales,2020-04-26,1312.0,,,,,
+GB-WLS,Wales,2020-04-27,1300.0,,,,,
+GB-WLS,Wales,2020-04-28,1273.0,,,,,
+GB-WLS,Wales,2020-04-29,1236.0,,,,,
+GB-WLS,Wales,2020-04-30,1262.0,,,,,
+GB-WLS,Wales,2020-05-01,1104.0,,,,,
+GB-WLS,Wales,2020-05-02,1124.0,,,,,
+GB-WLS,Wales,2020-05-03,1052.0,,,,,
+GB-WLS,Wales,2020-05-04,1067.0,,,,,
+GB-WLS,Wales,2020-05-05,1057.0,,,,,
+GB-WLS,Wales,2020-05-06,1020.0,,,,,
+GB-WLS,Wales,2020-05-07,1045.0,,,,,
+GB-WLS,Wales,2020-05-08,1069.0,,,,,
+GB-WLS,Wales,2020-05-09,1063.0,,,,,
+GB-WLS,Wales,2020-05-10,1013.0,,,,,
+GB-WLS,Wales,2020-05-11,965.0,,,,,
+GB-WLS,Wales,2020-05-12,964.0,,,,,
+GB-WLS,Wales,2020-05-13,879.0,,,,,
+GB-WLS,Wales,2020-05-14,895.0,,,,,
+GB-WLS,Wales,2020-05-15,841.0,,,,,
+GB-WLS,Wales,2020-05-16,868.0,,,,,
+GB-WLS,Wales,2020-05-17,848.0,,,,,
+GB-NIR,Northern Ireland,2020-03-18,194.0,,,,,
+GB-NIR,Northern Ireland,2020-03-19,233.0,,,,,
+GB-NIR,Northern Ireland,2020-03-20,247.0,,,,,
+GB-NIR,Northern Ireland,2020-03-21,262.0,,,,,
+GB-NIR,Northern Ireland,2020-03-22,300.0,,,,,
+GB-NIR,Northern Ireland,2020-03-23,322.0,,,,,
+GB-NIR,Northern Ireland,2020-03-24,358.0,,,,,
+GB-NIR,Northern Ireland,2020-03-25,391.0,,,,,
+GB-NIR,Northern Ireland,2020-03-26,446.0,,,,,
+GB-NIR,Northern Ireland,2020-03-27,500.0,,,,,
+GB-NIR,Northern Ireland,2020-03-28,533.0,,,,,
+GB-NIR,Northern Ireland,2020-03-29,591.0,,,,,
+GB-NIR,Northern Ireland,2020-03-30,616.0,,,,,
+GB-NIR,Northern Ireland,2020-03-31,638.0,,,,,
+GB-NIR,Northern Ireland,2020-04-01,668.0,,,,,
+GB-NIR,Northern Ireland,2020-04-02,712.0,,,,,
+GB-NIR,Northern Ireland,2020-04-03,681.0,,,,,
+GB-NIR,Northern Ireland,2020-04-04,713.0,,,,,
+GB-NIR,Northern Ireland,2020-04-05,769.0,,,,,
+GB-NIR,Northern Ireland,2020-04-06,785.0,,,,,
+GB-NIR,Northern Ireland,2020-04-07,795.0,,,,,
+GB-NIR,Northern Ireland,2020-04-08,830.0,,,,,
+GB-NIR,Northern Ireland,2020-04-09,823.0,,,,,
+GB-NIR,Northern Ireland,2020-04-10,760.0,,,,,
+GB-NIR,Northern Ireland,2020-04-11,755.0,,,,,
+GB-NIR,Northern Ireland,2020-04-12,767.0,,,,,
+GB-NIR,Northern Ireland,2020-04-13,758.0,,,,,
+GB-NIR,Northern Ireland,2020-04-14,779.0,,,,,
+GB-NIR,Northern Ireland,2020-04-15,772.0,,,,,
+GB-NIR,Northern Ireland,2020-04-16,789.0,,,,,
+GB-NIR,Northern Ireland,2020-04-17,771.0,,,,,
+GB-NIR,Northern Ireland,2020-04-18,804.0,,,,,
+GB-NIR,Northern Ireland,2020-04-19,867.0,,,,,
+GB-NIR,Northern Ireland,2020-04-20,894.0,,,,,
+GB-NIR,Northern Ireland,2020-04-21,908.0,,,,,
+GB-NIR,Northern Ireland,2020-04-22,876.0,,,,,
+GB-NIR,Northern Ireland,2020-04-23,853.0,,,,,
+GB-NIR,Northern Ireland,2020-04-24,830.0,,,,,
+GB-NIR,Northern Ireland,2020-04-25,866.0,,,,,
+GB-NIR,Northern Ireland,2020-04-26,958.0,,,,,
+GB-NIR,Northern Ireland,2020-04-27,958.0,,,,,
+GB-NIR,Northern Ireland,2020-04-28,925.0,,,,,
+GB-NIR,Northern Ireland,2020-04-29,891.0,,,,,
+GB-NIR,Northern Ireland,2020-04-30,827.0,,,,,
+GB-NIR,Northern Ireland,2020-05-01,769.0,,,,,
+GB-NIR,Northern Ireland,2020-05-02,783.0,,,,,
+GB-NIR,Northern Ireland,2020-05-03,824.0,,,,,
+GB-NIR,Northern Ireland,2020-05-04,787.0,,,,,
+GB-NIR,Northern Ireland,2020-05-05,792.0,,,,,
+GB-NIR,Northern Ireland,2020-05-06,768.0,,,,,
+GB-NIR,Northern Ireland,2020-05-07,724.0,,,,,
+GB-NIR,Northern Ireland,2020-05-08,713.0,,,,,
+GB-NIR,Northern Ireland,2020-05-09,740.0,,,,,
+GB-NIR,Northern Ireland,2020-05-10,790.0,,,,,
+GB-NIR,Northern Ireland,2020-05-11,793.0,,,,,
+GB-NIR,Northern Ireland,2020-05-12,780.0,,,,,
+GB-NIR,Northern Ireland,2020-05-13,784.0,,,,,
+GB-NIR,Northern Ireland,2020-05-14,716.0,,,,,
+GB-NIR,Northern Ireland,2020-05-15,629.0,,,,,
+GB-ENG,England,2020-03-20,1541.0,,,,,
+GB-ENG,England,2020-03-21,2092.0,,,,,
+GB-ENG,England,2020-03-22,2588.0,,,,,
+GB-ENG,England,2020-03-23,3097.0,,,,,
+GB-ENG,England,2020-03-24,3492.0,,,,,
+GB-ENG,England,2020-03-25,4262.0,,,,,
+GB-ENG,England,2020-03-26,5045.0,,,,,
+GB-ENG,England,2020-03-27,6245.0,,,,,
+GB-ENG,England,2020-03-28,7017.0,,,,,
+GB-ENG,England,2020-03-29,8143.0,,,,,
+GB-ENG,England,2020-03-30,9498.0,,,,,
+GB-ENG,England,2020-03-31,10767.0,,,,,
+GB-ENG,England,2020-04-01,11540.0,,,,,
+GB-ENG,England,2020-04-02,11533.0,,,,,
+GB-ENG,England,2020-04-03,12844.0,,,,,
+GB-ENG,England,2020-04-04,14582.0,,,,,
+GB-ENG,England,2020-04-05,15613.0,,,,,
+GB-ENG,England,2020-04-06,15952.0,,,,,
+GB-ENG,England,2020-04-07,16570.0,,,,,
+GB-ENG,England,2020-04-08,16784.0,,,,,
+GB-ENG,England,2020-04-09,16952.0,,,,,
+GB-ENG,England,2020-04-10,17047.0,,,,,
+GB-ENG,England,2020-04-11,16881.0,,,,,
+GB-ENG,England,2020-04-12,17172.0,,,,,
+GB-ENG,England,2020-04-13,16722.0,,,,,
+GB-ENG,England,2020-04-14,16540.0,,,,,
+GB-ENG,England,2020-04-15,15917.0,,,,,
+GB-ENG,England,2020-04-16,15685.0,,,,,
+GB-ENG,England,2020-04-17,14733.0,,,,,
+GB-ENG,England,2020-04-18,14868.0,,,,,
+GB-ENG,England,2020-04-19,14841.0,,,,,
+GB-ENG,England,2020-04-20,14690.0,,,,,
+GB-ENG,England,2020-04-21,14487.0,,,,,
+GB-ENG,England,2020-04-22,14022.0,,,,,
+GB-ENG,England,2020-04-23,13507.0,,,,,
+GB-ENG,England,2020-04-24,12931.0,,,,,
+GB-ENG,England,2020-04-25,12412.0,,,,,
+GB-ENG,England,2020-04-26,12328.0,,,,,
+GB-ENG,England,2020-04-27,12398.0,,,,,
+GB-ENG,England,2020-04-28,11818.0,,,,,
+GB-ENG,England,2020-04-29,11573.0,,,,,
+GB-ENG,England,2020-04-30,11253.0,,,,,
+GB-ENG,England,2020-05-01,10970.0,,,,,
+GB-ENG,England,2020-05-02,10719.0,,,,,
+GB-ENG,England,2020-05-03,10559.0,,,,,
+GB-ENG,England,2020-05-04,10438.0,,,,,
+GB-ENG,England,2020-05-05,10204.0,,,,,
+GB-ENG,England,2020-05-06,9782.0,,,,,
+GB-ENG,England,2020-05-07,9281.0,,,,,
+GB-ENG,England,2020-05-08,8904.0,,,,,
+GB-ENG,England,2020-05-09,8876.0,,,,,
+GB-ENG,England,2020-05-10,8617.0,,,,,
+GB-ENG,England,2020-05-11,8819.0,,,,,
+GB-ENG,England,2020-05-12,8560.0,,,,,
+GB-ENG,England,2020-05-13,8365.0,,,,,
+GB-ENG,England,2020-05-14,8029.0,,,,,
+GB-ENG,England,2020-05-15,7902.0,,,,,
+GB-ENG,England,2020-05-16,7527.0,,,,,
+GB-ENG,England,2020-05-17,7553.0,,,,,
+CZE,Czech Republic,2020-03-10,1.0,,,0.0,,
+CZE,Czech Republic,2020-03-11,2.0,,,0.0,,
+CZE,Czech Republic,2020-03-12,4.0,,,0.0,,
+CZE,Czech Republic,2020-03-13,4.0,,,0.0,,
+CZE,Czech Republic,2020-03-14,5.0,,,0.0,,
+CZE,Czech Republic,2020-03-15,6.0,,,0.0,,
+CZE,Czech Republic,2020-03-16,19.0,,,2.0,,
+CZE,Czech Republic,2020-03-17,50.0,,,4.0,,
+CZE,Czech Republic,2020-03-18,49.0,,,5.0,,
+CZE,Czech Republic,2020-03-19,56.0,,,6.0,,
+CZE,Czech Republic,2020-03-20,67.0,,,16.0,,
+CZE,Czech Republic,2020-03-21,80.0,,,15.0,,
+CZE,Czech Republic,2020-03-22,98.0,,,19.0,,
+CZE,Czech Republic,2020-03-23,104.0,,,19.0,,
+CZE,Czech Republic,2020-03-24,122.0,,,21.0,,
+CZE,Czech Republic,2020-03-25,170.0,,,35.0,,
+CZE,Czech Republic,2020-03-26,197.0,,,36.0,,
+CZE,Czech Republic,2020-03-27,227.0,,,45.0,,
+CZE,Czech Republic,2020-03-28,263.0,,,56.0,,
+CZE,Czech Republic,2020-03-29,277.0,,,52.0,,
+CZE,Czech Republic,2020-03-30,291.0,,,64.0,,
+CZE,Czech Republic,2020-03-31,312.0,,,70.0,,
+CZE,Czech Republic,2020-04-01,342.0,,,72.0,,
+CZE,Czech Republic,2020-04-02,359.0,,,77.0,,
+CZE,Czech Republic,2020-04-03,380.0,,,87.0,,
+CZE,Czech Republic,2020-04-04,383.0,,,86.0,,
+CZE,Czech Republic,2020-04-05,391.0,,,84.0,,
+CZE,Czech Republic,2020-04-06,408.0,,,86.0,,
+CZE,Czech Republic,2020-04-07,432.0,,,103.0,,
+CZE,Czech Republic,2020-04-08,440.0,,,96.0,,
+CZE,Czech Republic,2020-04-09,446.0,,,98.0,,
+CZE,Czech Republic,2020-04-10,436.0,,,92.0,,
+CZE,Czech Republic,2020-04-11,442.0,,,87.0,,
+CZE,Czech Republic,2020-04-12,436.0,,,100.0,,
+CZE,Czech Republic,2020-04-13,428.0,,,92.0,,
+CZE,Czech Republic,2020-04-14,427.0,,,84.0,,
+CZE,Czech Republic,2020-04-15,418.0,,,75.0,,
+CZE,Czech Republic,2020-04-16,407.0,,,82.0,,
+CZE,Czech Republic,2020-04-17,398.0,,,86.0,,
+CZE,Czech Republic,2020-04-18,390.0,,,84.0,,
+CZE,Czech Republic,2020-04-19,374.0,,,84.0,,
+CZE,Czech Republic,2020-04-20,390.0,,,75.0,,
+CZE,Czech Republic,2020-04-21,412.0,,,80.0,,
+CZE,Czech Republic,2020-04-22,401.0,,,76.0,,
+CZE,Czech Republic,2020-04-23,395.0,,,77.0,,
+CZE,Czech Republic,2020-04-24,385.0,,,71.0,,
+CZE,Czech Republic,2020-04-25,352.0,,,79.0,,
+CZE,Czech Republic,2020-04-26,360.0,,,73.0,,
+CZE,Czech Republic,2020-04-27,359.0,,,71.0,,
+CZE,Czech Republic,2020-04-28,361.0,,,71.0,,
+CZE,Czech Republic,2020-04-29,348.0,,,68.0,,
+CZE,Czech Republic,2020-04-30,344.0,,,67.0,,
+CZE,Czech Republic,2020-05-01,319.0,,,68.0,,
+CZE,Czech Republic,2020-05-02,308.0,,,62.0,,
+CZE,Czech Republic,2020-05-03,299.0,,,58.0,,
+CZE,Czech Republic,2020-05-04,304.0,,,59.0,,
+CZE,Czech Republic,2020-05-05,295.0,,,51.0,,
+CZE,Czech Republic,2020-05-06,275.0,,,52.0,,
+CZE,Czech Republic,2020-05-07,258.0,,,46.0,,
+CZE,Czech Republic,2020-05-08,251.0,,,47.0,,
+CZE,Czech Republic,2020-05-09,239.0,,,40.0,,
+CZE,Czech Republic,2020-05-10,233.0,,,42.0,,
+CZE,Czech Republic,2020-05-11,236.0,,,44.0,,
+CZE,Czech Republic,2020-05-12,230.0,,,43.0,,
+CZE,Czech Republic,2020-05-13,217.0,,,42.0,,
+CZE,Czech Republic,2020-05-14,197.0,,,37.0,,
+CZE,Czech Republic,2020-05-15,183.0,,,39.0,,
+CZE,Czech Republic,2020-05-16,175.0,,,39.0,,
+CZE,Czech Republic,2020-05-17,166.0,,,36.0,,
+CZE,Czech Republic,2020-05-18,169.0,,,36.0,,
+CZE,Czech Republic,2020-05-19,169.0,,,36.0,,
+CZE,Czech Republic,2020-05-20,157.0,,,33.0,,
+CZE,Czech Republic,2020-05-21,150.0,,,29.0,,
+CZE,Czech Republic,2020-05-22,156.0,,,29.0,,
+CZE,Czech Republic,2020-05-23,145.0,,,24.0,,
+CZE,Czech Republic,2020-05-24,148.0,,,24.0,,
+CZE,Czech Republic,2020-05-25,154.0,,,24.0,,
+CZE,Czech Republic,2020-05-26,154.0,,,18.0,,
+CZE,Czech Republic,2020-05-27,149.0,,,21.0,,
+CZE,Czech Republic,2020-05-28,140.0,,,19.0,,
+CZE,Czech Republic,2020-05-29,134.0,,,18.0,,
+CZE,Czech Republic,2020-05-30,123.0,,,15.0,,
+CZE,Czech Republic,2020-05-31,123.0,,,15.0,,
+CZE,Czech Republic,2020-06-01,126.0,,,17.0,,
+ES-AN,Andalusia,2020-02-20,,,,,,
+ES-AN,Andalusia,2020-02-21,,,,,,
+ES-AN,Andalusia,2020-02-22,,,,,,
+ES-AN,Andalusia,2020-02-23,,,,,,
+ES-AN,Andalusia,2020-02-24,,,,,,
+ES-AN,Andalusia,2020-02-25,,,,,,
+ES-AN,Andalusia,2020-02-26,,,,,,
+ES-AN,Andalusia,2020-02-27,,,,,,
+ES-AN,Andalusia,2020-02-28,,,,,,
+ES-AN,Andalusia,2020-02-29,,,,,,
+ES-AN,Andalusia,2020-03-01,,,,,,
+ES-AN,Andalusia,2020-03-02,,,,,,
+ES-AN,Andalusia,2020-03-03,,,,,,
+ES-AN,Andalusia,2020-03-04,,,,,,
+ES-AN,Andalusia,2020-03-05,,,,,,
+ES-AN,Andalusia,2020-03-06,,,,,,
+ES-AN,Andalusia,2020-03-07,,,,,,
+ES-AN,Andalusia,2020-03-08,,,,,1.0,
+ES-AN,Andalusia,2020-03-09,,,,,1.0,
+ES-AN,Andalusia,2020-03-10,,32.0,,,3.0,
+ES-AN,Andalusia,2020-03-11,,50.0,,,4.0,
+ES-AN,Andalusia,2020-03-12,,92.0,,,8.0,
+ES-AN,Andalusia,2020-03-13,,92.0,,,8.0,
+ES-AN,Andalusia,2020-03-14,,92.0,,,8.0,
+ES-AN,Andalusia,2020-03-15,,197.0,,,11.0,
+ES-AN,Andalusia,2020-03-16,,229.0,,,13.0,
+ES-AN,Andalusia,2020-03-17,,319.0,,,21.0,
+ES-AN,Andalusia,2020-03-18,,384.0,,,25.0,
+ES-AN,Andalusia,2020-03-19,,501.0,,,38.0,
+ES-AN,Andalusia,2020-03-20,,605.0,,,53.0,
+ES-AN,Andalusia,2020-03-21,,724.0,,,55.0,
+ES-AN,Andalusia,2020-03-22,,865.0,,,77.0,
+ES-AN,Andalusia,2020-03-23,,1132.0,,,102.0,
+ES-AN,Andalusia,2020-03-24,,1433.0,,,116.0,
+ES-AN,Andalusia,2020-03-25,,1626.0,,,134.0,
+ES-AN,Andalusia,2020-03-26,,1843.0,,,148.0,
+ES-AN,Andalusia,2020-03-27,,2106.0,,,172.0,
+ES-AN,Andalusia,2020-03-28,,2294.0,,,201.0,
+ES-AN,Andalusia,2020-03-29,,2671.0,,,216.0,
+ES-AN,Andalusia,2020-03-30,,2867.0,,,235.0,
+ES-AN,Andalusia,2020-03-31,,3147.0,,,260.0,
+ES-AN,Andalusia,2020-04-01,,3444.0,,,280.0,
+ES-AN,Andalusia,2020-04-02,,3673.0,,,338.0,
+ES-AN,Andalusia,2020-04-03,,3896.0,,,364.0,
+ES-AN,Andalusia,2020-04-04,,4107.0,,,474.0,
+ES-AN,Andalusia,2020-04-05,,4227.0,,,489.0,
+ES-AN,Andalusia,2020-04-06,,4335.0,,,499.0,
+ES-AN,Andalusia,2020-04-07,,4463.0,,,520.0,
+ES-AN,Andalusia,2020-04-08,,4599.0,,,538.0,
+ES-AN,Andalusia,2020-04-09,,4715.0,,,582.0,
+ES-AN,Andalusia,2020-04-10,,4808.0,,,602.0,
+ES-AN,Andalusia,2020-04-11,,4950.0,,,619.0,
+ES-AN,Andalusia,2020-04-12,,4993.0,,,621.0,
+ES-AN,Andalusia,2020-04-13,,5054.0,,,631.0,
+ES-AN,Andalusia,2020-04-14,,5147.0,,,665.0,
+ES-AN,Andalusia,2020-04-15,,5226.0,,,671.0,
+ES-AN,Andalusia,2020-04-16,,5298.0,,,675.0,
+ES-AN,Andalusia,2020-04-17,,5341.0,,,677.0,
+ES-AN,Andalusia,2020-04-18,,5424.0,,,687.0,
+ES-AN,Andalusia,2020-04-19,,5473.0,,,690.0,
+ES-AN,Andalusia,2020-04-20,,5509.0,,,692.0,
+ES-AN,Andalusia,2020-04-21,,5565.0,,,696.0,
+ES-AN,Andalusia,2020-04-22,,5616.0,,,702.0,
+ES-AN,Andalusia,2020-04-23,,5675.0,,,714.0,
+ES-AN,Andalusia,2020-04-24,,5715.0,,,716.0,
+ES-AN,Andalusia,2020-04-25,,5747.0,,,716.0,
+ES-AN,Andalusia,2020-04-26,,5767.0,,,720.0,
+ES-AN,Andalusia,2020-04-27,,5792.0,,,721.0,
+ES-AN,Andalusia,2020-04-28,,5831.0,,,721.0,
+ES-AN,Andalusia,2020-04-29,,5873.0,,,721.0,
+ES-AN,Andalusia,2020-04-30,,5935.0,,,729.0,
+ES-AN,Andalusia,2020-05-01,,5961.0,,,735.0,
+ES-AN,Andalusia,2020-05-02,,5961.0,,,736.0,
+ES-AN,Andalusia,2020-05-03,,5973.0,,,738.0,
+ES-AN,Andalusia,2020-05-04,,5983.0,,,738.0,
+ES-AN,Andalusia,2020-05-05,,6012.0,,,740.0,
+ES-AN,Andalusia,2020-05-06,,6027.0,,,742.0,
+ES-AN,Andalusia,2020-05-07,,6038.0,,,742.0,
+ES-AN,Andalusia,2020-05-08,,6069.0,,,745.0,
+ES-AN,Andalusia,2020-05-09,,6080.0,,,745.0,
+ES-AN,Andalusia,2020-05-10,,6092.0,,,745.0,
+ES-AN,Andalusia,2020-05-11,,6101.0,,,745.0,
+ES-AN,Andalusia,2020-05-12,,6114.0,,,750.0,
+ES-AN,Andalusia,2020-05-13,,6128.0,,,751.0,
+ES-AN,Andalusia,2020-05-14,,6146.0,,,754.0,
+ES-AN,Andalusia,2020-05-15,,6161.0,,,758.0,
+ES-AN,Andalusia,2020-05-16,,6174.0,,,760.0,
+ES-AN,Andalusia,2020-05-17,,6178.0,,,760.0,
+ES-AN,Andalusia,2020-05-18,,6182.0,,,760.0,
+ES-AN,Andalusia,2020-05-19,,6196.0,,,764.0,
+ES-AN,Andalusia,2020-05-20,,6210.0,,,766.0,
+ES-AR,Aragon,2020-02-20,,,,,,
+ES-AR,Aragon,2020-02-21,,,,,,
+ES-AR,Aragon,2020-02-22,,,,,,
+ES-AR,Aragon,2020-02-23,,,,,,
+ES-AR,Aragon,2020-02-24,,,,,,
+ES-AR,Aragon,2020-02-25,,,,,,
+ES-AR,Aragon,2020-02-26,,,,,,
+ES-AR,Aragon,2020-02-27,,,,,,
+ES-AR,Aragon,2020-02-28,,,,,,
+ES-AR,Aragon,2020-02-29,,,,,,
+ES-AR,Aragon,2020-03-01,,,,,,
+ES-AR,Aragon,2020-03-02,,,,,,
+ES-AR,Aragon,2020-03-03,,,,,,
+ES-AR,Aragon,2020-03-04,,,,,,
+ES-AR,Aragon,2020-03-05,,,,,,
+ES-AR,Aragon,2020-03-06,,,,,,
+ES-AR,Aragon,2020-03-07,,,,,,
+ES-AR,Aragon,2020-03-08,,,,,3.0,
+ES-AR,Aragon,2020-03-09,,,,,3.0,
+ES-AR,Aragon,2020-03-10,,22.0,,,3.0,
+ES-AR,Aragon,2020-03-11,,28.0,,,3.0,
+ES-AR,Aragon,2020-03-12,,30.0,,,3.0,
+ES-AR,Aragon,2020-03-13,,42.0,,,5.0,
+ES-AR,Aragon,2020-03-14,,59.0,,,5.0,
+ES-AR,Aragon,2020-03-15,,64.0,,,7.0,
+ES-AR,Aragon,2020-03-16,,74.0,,,9.0,
+ES-AR,Aragon,2020-03-17,,81.0,,,9.0,
+ES-AR,Aragon,2020-03-18,,101.0,,,14.0,
+ES-AR,Aragon,2020-03-19,,127.0,,,28.0,
+ES-AR,Aragon,2020-03-20,,192.0,,,33.0,
+ES-AR,Aragon,2020-03-21,,241.0,,,45.0,
+ES-AR,Aragon,2020-03-22,,298.0,,,52.0,
+ES-AR,Aragon,2020-03-23,,384.0,,,66.0,
+ES-AR,Aragon,2020-03-24,,459.0,,,75.0,
+ES-AR,Aragon,2020-03-25,,562.0,,,93.0,
+ES-AR,Aragon,2020-03-26,,693.0,,,114.0,
+ES-AR,Aragon,2020-03-27,,835.0,,,124.0,
+ES-AR,Aragon,2020-03-28,,835.0,,,145.0,
+ES-AR,Aragon,2020-03-29,,1094.0,,,148.0,
+ES-AR,Aragon,2020-03-30,,1176.0,,,157.0,
+ES-AR,Aragon,2020-03-31,,1234.0,,,160.0,
+ES-AR,Aragon,2020-04-01,,1320.0,,,170.0,
+ES-AR,Aragon,2020-04-02,,1431.0,,,172.0,
+ES-AR,Aragon,2020-04-03,,1505.0,,,182.0,
+ES-AR,Aragon,2020-04-04,,1588.0,,,182.0,
+ES-AR,Aragon,2020-04-05,,1637.0,,,186.0,
+ES-AR,Aragon,2020-04-06,,1663.0,,,196.0,
+ES-AR,Aragon,2020-04-07,,1716.0,,,204.0,
+ES-AR,Aragon,2020-04-08,,1765.0,,,210.0,
+ES-AR,Aragon,2020-04-09,,1822.0,,,212.0,
+ES-AR,Aragon,2020-04-10,,1860.0,,,215.0,
+ES-AR,Aragon,2020-04-11,,1901.0,,,221.0,
+ES-AR,Aragon,2020-04-12,,1938.0,,,223.0,
+ES-AR,Aragon,2020-04-13,,1966.0,,,229.0,
+ES-AR,Aragon,2020-04-14,,2006.0,,,231.0,
+ES-AR,Aragon,2020-04-15,,2108.0,,,235.0,
+ES-AR,Aragon,2020-04-16,,2151.0,,,235.0,
+ES-AR,Aragon,2020-04-17,,2180.0,,,237.0,
+ES-AR,Aragon,2020-04-18,,2216.0,,,240.0,
+ES-AR,Aragon,2020-04-19,,2244.0,,,242.0,
+ES-AR,Aragon,2020-04-20,,2271.0,,,244.0,
+ES-AR,Aragon,2020-04-21,,2304.0,,,246.0,
+ES-AR,Aragon,2020-04-22,,2340.0,,,247.0,
+ES-AR,Aragon,2020-04-23,,2359.0,,,248.0,
+ES-AR,Aragon,2020-04-24,,2372.0,,,249.0,
+ES-AR,Aragon,2020-04-25,,2395.0,,,251.0,
+ES-AR,Aragon,2020-04-26,,2403.0,,,251.0,
+ES-AR,Aragon,2020-04-27,,2425.0,,,252.0,
+ES-AR,Aragon,2020-04-28,,2454.0,,,252.0,
+ES-AR,Aragon,2020-04-29,,2477.0,,,252.0,
+ES-AR,Aragon,2020-04-30,,2494.0,,,253.0,
+ES-AR,Aragon,2020-05-01,,2503.0,,,253.0,
+ES-AR,Aragon,2020-05-02,,2519.0,,,253.0,
+ES-AR,Aragon,2020-05-03,,2526.0,,,253.0,
+ES-AR,Aragon,2020-05-04,,2539.0,,,253.0,
+ES-AR,Aragon,2020-05-05,,2552.0,,,253.0,
+ES-AR,Aragon,2020-05-06,,2564.0,,,255.0,
+ES-AR,Aragon,2020-05-07,,2578.0,,,255.0,
+ES-AR,Aragon,2020-05-08,,2583.0,,,255.0,
+ES-AR,Aragon,2020-05-09,,2588.0,,,255.0,
+ES-AR,Aragon,2020-05-10,,2595.0,,,255.0,
+ES-AR,Aragon,2020-05-11,,2606.0,,,255.0,
+ES-AR,Aragon,2020-05-12,,2614.0,,,255.0,
+ES-AR,Aragon,2020-05-13,,2625.0,,,255.0,
+ES-AR,Aragon,2020-05-14,,2637.0,,,255.0,
+ES-AR,Aragon,2020-05-15,,2648.0,,,255.0,
+ES-AR,Aragon,2020-05-16,,2655.0,,,255.0,
+ES-AR,Aragon,2020-05-17,,2659.0,,,255.0,
+ES-AR,Aragon,2020-05-18,,2667.0,,,255.0,
+ES-AR,Aragon,2020-05-19,,2434.0,,,255.0,
+ES-AR,Aragon,2020-05-20,,2442.0,,,256.0,
+ES-AS,Asturias,2020-02-20,,,,,,
+ES-AS,Asturias,2020-02-21,,,,,,
+ES-AS,Asturias,2020-02-22,,,,,,
+ES-AS,Asturias,2020-02-23,,,,,,
+ES-AS,Asturias,2020-02-24,,,,,,
+ES-AS,Asturias,2020-02-25,,,,,,
+ES-AS,Asturias,2020-02-26,,,,,,
+ES-AS,Asturias,2020-02-27,,,,,,
+ES-AS,Asturias,2020-02-28,,,,,,
+ES-AS,Asturias,2020-02-29,,0.0,,,1.0,
+ES-AS,Asturias,2020-03-01,,0.0,,,1.0,
+ES-AS,Asturias,2020-03-02,,1.0,,,1.0,
+ES-AS,Asturias,2020-03-03,,1.0,,,1.0,
+ES-AS,Asturias,2020-03-04,,1.0,,,1.0,
+ES-AS,Asturias,2020-03-05,,4.0,,,1.0,
+ES-AS,Asturias,2020-03-06,,4.0,,,1.0,
+ES-AS,Asturias,2020-03-07,,4.0,,,1.0,
+ES-AS,Asturias,2020-03-08,,7.0,,,1.0,
+ES-AS,Asturias,2020-03-09,,11.0,,,1.0,
+ES-AS,Asturias,2020-03-10,,13.0,,,2.0,
+ES-AS,Asturias,2020-03-11,,15.0,,,2.0,
+ES-AS,Asturias,2020-03-12,,18.0,,,2.0,
+ES-AS,Asturias,2020-03-13,,24.0,,,2.0,
+ES-AS,Asturias,2020-03-14,,28.0,,,3.0,
+ES-AS,Asturias,2020-03-15,,39.0,,,3.0,
+ES-AS,Asturias,2020-03-16,,57.0,,,6.0,
+ES-AS,Asturias,2020-03-17,,78.0,,,9.0,
+ES-AS,Asturias,2020-03-18,,105.0,,,11.0,
+ES-AS,Asturias,2020-03-19,,129.0,,,13.0,
+ES-AS,Asturias,2020-03-20,,155.0,,,18.0,
+ES-AS,Asturias,2020-03-21,,180.0,,,22.0,
+ES-AS,Asturias,2020-03-22,,210.0,,,25.0,
+ES-AS,Asturias,2020-03-23,,251.0,,,29.0,
+ES-AS,Asturias,2020-03-24,,281.0,,,39.0,
+ES-AS,Asturias,2020-03-25,,322.0,,,48.0,
+ES-AS,Asturias,2020-03-26,,370.0,,,56.0,
+ES-AS,Asturias,2020-03-27,,427.0,,,59.0,
+ES-AS,Asturias,2020-03-28,,452.0,,,63.0,
+ES-AS,Asturias,2020-03-29,,491.0,,,67.0,
+ES-AS,Asturias,2020-03-30,,529.0,,,71.0,
+ES-AS,Asturias,2020-03-31,,554.0,,,79.0,
+ES-AS,Asturias,2020-04-01,,602.0,,,84.0,
+ES-AS,Asturias,2020-04-02,,634.0,,,88.0,
+ES-AS,Asturias,2020-04-03,,657.0,,,91.0,
+ES-AS,Asturias,2020-04-04,,674.0,,,93.0,
+ES-AS,Asturias,2020-04-05,,695.0,,,94.0,
+ES-AS,Asturias,2020-04-06,,727.0,,,96.0,
+ES-AS,Asturias,2020-04-07,,747.0,,,97.0,
+ES-AS,Asturias,2020-04-08,,775.0,,,100.0,
+ES-AS,Asturias,2020-04-09,,797.0,,,100.0,
+ES-AS,Asturias,2020-04-10,,831.0,,,101.0,
+ES-AS,Asturias,2020-04-11,,863.0,,,102.0,
+ES-AS,Asturias,2020-04-12,,884.0,,,105.0,
+ES-AS,Asturias,2020-04-13,,902.0,,,109.0,
+ES-AS,Asturias,2020-04-14,,914.0,,,111.0,
+ES-AS,Asturias,2020-04-15,,927.0,,,112.0,
+ES-AS,Asturias,2020-04-16,,966.0,,,113.0,
+ES-AS,Asturias,2020-04-17,,980.0,,,113.0,
+ES-AS,Asturias,2020-04-18,,988.0,,,114.0,
+ES-AS,Asturias,2020-04-19,,993.0,,,115.0,
+ES-AS,Asturias,2020-04-20,,999.0,,,116.0,
+ES-AS,Asturias,2020-04-21,,1007.0,,,116.0,
+ES-AS,Asturias,2020-04-22,,1009.0,,,116.0,
+ES-AS,Asturias,2020-04-23,,1012.0,,,117.0,
+ES-AS,Asturias,2020-04-24,,1020.0,,,117.0,
+ES-AS,Asturias,2020-04-25,,1022.0,,,117.0,
+ES-AS,Asturias,2020-04-26,,1028.0,,,117.0,
+ES-AS,Asturias,2020-04-27,,1035.0,,,117.0,
+ES-AS,Asturias,2020-04-28,,1041.0,,,117.0,
+ES-AS,Asturias,2020-04-29,,1047.0,,,117.0,
+ES-AS,Asturias,2020-04-30,,1048.0,,,118.0,
+ES-AS,Asturias,2020-05-01,,1052.0,,,120.0,
+ES-AS,Asturias,2020-05-02,,1055.0,,,120.0,
+ES-AS,Asturias,2020-05-03,,1057.0,,,120.0,
+ES-AS,Asturias,2020-05-04,,1061.0,,,120.0,
+ES-AS,Asturias,2020-05-05,,1068.0,,,120.0,
+ES-AS,Asturias,2020-05-06,,1072.0,,,121.0,
+ES-AS,Asturias,2020-05-07,,1076.0,,,121.0,
+ES-AS,Asturias,2020-05-08,,1077.0,,,121.0,
+ES-AS,Asturias,2020-05-09,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-10,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-11,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-12,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-13,,1084.0,,,121.0,
+ES-AS,Asturias,2020-05-14,,1087.0,,,121.0,
+ES-AS,Asturias,2020-05-15,,1087.0,,,121.0,
+ES-AS,Asturias,2020-05-16,,1087.0,,,121.0,
+ES-AS,Asturias,2020-05-17,,1088.0,,,121.0,
+ES-AS,Asturias,2020-05-18,,1088.0,,,121.0,
+ES-AS,Asturias,2020-05-19,,1089.0,,,121.0,
+ES-AS,Asturias,2020-05-20,,1089.0,,,121.0,
+ES-IB,Balearic Islands,2020-02-20,,,,,,
+ES-IB,Balearic Islands,2020-02-21,,,,,,
+ES-IB,Balearic Islands,2020-02-22,,,,,,
+ES-IB,Balearic Islands,2020-02-23,,,,,,
+ES-IB,Balearic Islands,2020-02-24,,,,,,
+ES-IB,Balearic Islands,2020-02-25,,,,,,
+ES-IB,Balearic Islands,2020-02-26,,,,,,
+ES-IB,Balearic Islands,2020-02-27,,,,,,
+ES-IB,Balearic Islands,2020-02-28,,,,,,
+ES-IB,Balearic Islands,2020-02-29,,,,,,
+ES-IB,Balearic Islands,2020-03-01,,,,,,
+ES-IB,Balearic Islands,2020-03-02,,,,,,
+ES-IB,Balearic Islands,2020-03-03,,,,,,
+ES-IB,Balearic Islands,2020-03-04,,,,,,
+ES-IB,Balearic Islands,2020-03-05,,,,,,
+ES-IB,Balearic Islands,2020-03-06,,,,,,
+ES-IB,Balearic Islands,2020-03-07,,,,,,
+ES-IB,Balearic Islands,2020-03-08,,,,,1.0,
+ES-IB,Balearic Islands,2020-03-09,,,,,1.0,
+ES-IB,Balearic Islands,2020-03-10,,8.0,,,1.0,
+ES-IB,Balearic Islands,2020-03-11,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-12,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-13,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-14,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-15,,21.0,,,4.0,
+ES-IB,Balearic Islands,2020-03-16,,26.0,,,4.0,
+ES-IB,Balearic Islands,2020-03-17,,29.0,,,4.0,
+ES-IB,Balearic Islands,2020-03-18,,31.0,,,7.0,
+ES-IB,Balearic Islands,2020-03-19,,48.0,,,10.0,
+ES-IB,Balearic Islands,2020-03-20,,60.0,,,14.0,
+ES-IB,Balearic Islands,2020-03-21,,79.0,,,14.0,
+ES-IB,Balearic Islands,2020-03-22,,87.0,,,27.0,
+ES-IB,Balearic Islands,2020-03-23,,127.0,,,35.0,
+ES-IB,Balearic Islands,2020-03-24,,164.0,,,40.0,
+ES-IB,Balearic Islands,2020-03-25,,205.0,,,43.0,
+ES-IB,Balearic Islands,2020-03-26,,237.0,,,46.0,
+ES-IB,Balearic Islands,2020-03-27,,283.0,,,59.0,
+ES-IB,Balearic Islands,2020-03-28,,344.0,,,71.0,
+ES-IB,Balearic Islands,2020-03-29,,352.0,,,80.0,
+ES-IB,Balearic Islands,2020-03-30,,398.0,,,85.0,
+ES-IB,Balearic Islands,2020-03-31,,467.0,,,94.0,
+ES-IB,Balearic Islands,2020-04-01,,516.0,,,104.0,
+ES-IB,Balearic Islands,2020-04-02,,586.0,,,111.0,
+ES-IB,Balearic Islands,2020-04-03,,633.0,,,113.0,
+ES-IB,Balearic Islands,2020-04-04,,663.0,,,119.0,
+ES-IB,Balearic Islands,2020-04-05,,681.0,,,120.0,
+ES-IB,Balearic Islands,2020-04-06,,703.0,,,123.0,
+ES-IB,Balearic Islands,2020-04-07,,729.0,,,128.0,
+ES-IB,Balearic Islands,2020-04-08,,749.0,,,131.0,
+ES-IB,Balearic Islands,2020-04-09,,775.0,,,135.0,
+ES-IB,Balearic Islands,2020-04-10,,776.0,,,136.0,
+ES-IB,Balearic Islands,2020-04-11,,803.0,,,141.0,
+ES-IB,Balearic Islands,2020-04-12,,809.0,,,142.0,
+ES-IB,Balearic Islands,2020-04-13,,824.0,,,144.0,
+ES-IB,Balearic Islands,2020-04-14,,854.0,,,147.0,
+ES-IB,Balearic Islands,2020-04-15,,869.0,,,150.0,
+ES-IB,Balearic Islands,2020-04-16,,902.0,,,150.0,
+ES-IB,Balearic Islands,2020-04-17,,934.0,,,155.0,
+ES-IB,Balearic Islands,2020-04-18,,952.0,,,158.0,
+ES-IB,Balearic Islands,2020-04-19,,960.0,,,159.0,
+ES-IB,Balearic Islands,2020-04-20,,983.0,,,159.0,
+ES-IB,Balearic Islands,2020-04-21,,1001.0,,,163.0,
+ES-IB,Balearic Islands,2020-04-22,,1018.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-23,,1036.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-24,,1053.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-25,,1057.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-26,,1057.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-27,,1069.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-28,,1074.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-29,,1077.0,,,163.0,
+ES-IB,Balearic Islands,2020-04-30,,1085.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-01,,1089.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-02,,1094.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-03,,1097.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-04,,1105.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-05,,1117.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-06,,1121.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-07,,1121.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-08,,1121.0,,,165.0,
+ES-IB,Balearic Islands,2020-05-09,,1121.0,,,165.0,
+ES-IB,Balearic Islands,2020-05-10,,1121.0,,,165.0,
+ES-IB,Balearic Islands,2020-05-11,,1122.0,,,166.0,
+ES-IB,Balearic Islands,2020-05-12,,1127.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-13,,1127.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-14,,1132.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-15,,1132.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-16,,1134.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-17,,1134.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-18,,1137.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-19,,1142.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-20,,1144.0,,,169.0,
+ES-CN,Canarias,2020-02-20,,,,,,
+ES-CN,Canarias,2020-02-21,,,,,,
+ES-CN,Canarias,2020-02-22,,,,,,
+ES-CN,Canarias,2020-02-23,,,,,,
+ES-CN,Canarias,2020-02-24,,,,,,
+ES-CN,Canarias,2020-02-25,,,,,,
+ES-CN,Canarias,2020-02-26,,,,,,
+ES-CN,Canarias,2020-02-27,,,,,,
+ES-CN,Canarias,2020-02-28,,,,,,
+ES-CN,Canarias,2020-02-29,,,,,,
+ES-CN,Canarias,2020-03-01,,,,,,
+ES-CN,Canarias,2020-03-02,,,,,,
+ES-CN,Canarias,2020-03-03,,,,,,
+ES-CN,Canarias,2020-03-04,,,,,,
+ES-CN,Canarias,2020-03-05,,,,,,
+ES-CN,Canarias,2020-03-06,,,,,,
+ES-CN,Canarias,2020-03-07,,,,,,
+ES-CN,Canarias,2020-03-08,,,,,0.0,
+ES-CN,Canarias,2020-03-09,,,,,1.0,
+ES-CN,Canarias,2020-03-10,,10.0,,,1.0,
+ES-CN,Canarias,2020-03-11,,15.0,,,3.0,
+ES-CN,Canarias,2020-03-12,,15.0,,,3.0,
+ES-CN,Canarias,2020-03-13,,15.0,,,6.0,
+ES-CN,Canarias,2020-03-14,,15.0,,,6.0,
+ES-CN,Canarias,2020-03-15,,40.0,,,9.0,
+ES-CN,Canarias,2020-03-16,,56.0,,,13.0,
+ES-CN,Canarias,2020-03-17,,73.0,,,17.0,
+ES-CN,Canarias,2020-03-18,,82.0,,,23.0,
+ES-CN,Canarias,2020-03-19,,115.0,,,25.0,
+ES-CN,Canarias,2020-03-20,,139.0,,,29.0,
+ES-CN,Canarias,2020-03-21,,150.0,,,32.0,
+ES-CN,Canarias,2020-03-22,,172.0,,,32.0,
+ES-CN,Canarias,2020-03-23,,207.0,,,36.0,
+ES-CN,Canarias,2020-03-24,,235.0,,,43.0,
+ES-CN,Canarias,2020-03-25,,279.0,,,45.0,
+ES-CN,Canarias,2020-03-26,,328.0,,,61.0,
+ES-CN,Canarias,2020-03-27,,377.0,,,68.0,
+ES-CN,Canarias,2020-03-28,,425.0,,,78.0,
+ES-CN,Canarias,2020-03-29,,444.0,,,84.0,
+ES-CN,Canarias,2020-03-30,,483.0,,,94.0,
+ES-CN,Canarias,2020-03-31,,532.0,,,110.0,
+ES-CN,Canarias,2020-04-01,,566.0,,,113.0,
+ES-CN,Canarias,2020-04-02,,605.0,,,120.0,
+ES-CN,Canarias,2020-04-03,,632.0,,,128.0,
+ES-CN,Canarias,2020-04-04,,644.0,,,129.0,
+ES-CN,Canarias,2020-04-05,,651.0,,,133.0,
+ES-CN,Canarias,2020-04-06,,689.0,,,137.0,
+ES-CN,Canarias,2020-04-07,,703.0,,,138.0,
+ES-CN,Canarias,2020-04-08,,730.0,,,140.0,
+ES-CN,Canarias,2020-04-09,,738.0,,,141.0,
+ES-CN,Canarias,2020-04-10,,745.0,,,144.0,
+ES-CN,Canarias,2020-04-11,,758.0,,,144.0,
+ES-CN,Canarias,2020-04-12,,763.0,,,145.0,
+ES-CN,Canarias,2020-04-13,,771.0,,,147.0,
+ES-CN,Canarias,2020-04-14,,781.0,,,152.0,
+ES-CN,Canarias,2020-04-15,,802.0,,,156.0,
+ES-CN,Canarias,2020-04-16,,811.0,,,159.0,
+ES-CN,Canarias,2020-04-17,,822.0,,,160.0,
+ES-CN,Canarias,2020-04-18,,825.0,,,162.0,
+ES-CN,Canarias,2020-04-19,,826.0,,,163.0,
+ES-CN,Canarias,2020-04-20,,837.0,,,164.0,
+ES-CN,Canarias,2020-04-21,,841.0,,,164.0,
+ES-CN,Canarias,2020-04-22,,855.0,,,169.0,
+ES-CN,Canarias,2020-04-23,,868.0,,,169.0,
+ES-CN,Canarias,2020-04-24,,878.0,,,171.0,
+ES-CN,Canarias,2020-04-25,,880.0,,,171.0,
+ES-CN,Canarias,2020-04-26,,881.0,,,171.0,
+ES-CN,Canarias,2020-04-27,,900.0,,,174.0,
+ES-CN,Canarias,2020-04-28,,906.0,,,175.0,
+ES-CN,Canarias,2020-04-29,,909.0,,,175.0,
+ES-CN,Canarias,2020-04-30,,914.0,,,175.0,
+ES-CN,Canarias,2020-05-01,,918.0,,,175.0,
+ES-CN,Canarias,2020-05-02,,919.0,,,175.0,
+ES-CN,Canarias,2020-05-03,,919.0,,,175.0,
+ES-CN,Canarias,2020-05-04,,920.0,,,176.0,
+ES-CN,Canarias,2020-05-05,,920.0,,,176.0,
+ES-CN,Canarias,2020-05-06,,921.0,,,176.0,
+ES-CN,Canarias,2020-05-07,,927.0,,,176.0,
+ES-CN,Canarias,2020-05-08,,935.0,,,178.0,
+ES-CN,Canarias,2020-05-09,,935.0,,,178.0,
+ES-CN,Canarias,2020-05-10,,936.0,,,178.0,
+ES-CN,Canarias,2020-05-11,,937.0,,,178.0,
+ES-CN,Canarias,2020-05-12,,937.0,,,178.0,
+ES-CN,Canarias,2020-05-13,,937.0,,,178.0,
+ES-CN,Canarias,2020-05-14,,938.0,,,178.0,
+ES-CN,Canarias,2020-05-15,,939.0,,,178.0,
+ES-CN,Canarias,2020-05-16,,939.0,,,178.0,
+ES-CN,Canarias,2020-05-17,,942.0,,,178.0,
+ES-CN,Canarias,2020-05-18,,942.0,,,178.0,
+ES-CN,Canarias,2020-05-19,,943.0,,,179.0,
+ES-CN,Canarias,2020-05-20,,944.0,,,179.0,
+ES-CB,Cantabria,2020-02-20,,,,,,
+ES-CB,Cantabria,2020-02-21,,,,,,
+ES-CB,Cantabria,2020-02-22,,,,,,
+ES-CB,Cantabria,2020-02-23,,,,,,
+ES-CB,Cantabria,2020-02-24,,,,,,
+ES-CB,Cantabria,2020-02-25,,,,,,
+ES-CB,Cantabria,2020-02-26,,,,,,
+ES-CB,Cantabria,2020-02-27,,,,,,
+ES-CB,Cantabria,2020-02-28,,,,,,
+ES-CB,Cantabria,2020-02-29,,,,,,
+ES-CB,Cantabria,2020-03-01,,,,,,
+ES-CB,Cantabria,2020-03-02,,,,,,
+ES-CB,Cantabria,2020-03-03,,,,,,
+ES-CB,Cantabria,2020-03-04,,,,,,
+ES-CB,Cantabria,2020-03-05,,,,,,
+ES-CB,Cantabria,2020-03-06,,,,,,
+ES-CB,Cantabria,2020-03-07,,,,,,
+ES-CB,Cantabria,2020-03-08,,,,,0.0,
+ES-CB,Cantabria,2020-03-09,,,,,0.0,
+ES-CB,Cantabria,2020-03-10,,0.0,,,0.0,
+ES-CB,Cantabria,2020-03-11,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-12,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-13,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-14,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-15,,18.0,,,2.0,
+ES-CB,Cantabria,2020-03-16,,18.0,,,2.0,
+ES-CB,Cantabria,2020-03-17,,25.0,,,3.0,
+ES-CB,Cantabria,2020-03-18,,40.0,,,4.0,
+ES-CB,Cantabria,2020-03-19,,61.0,,,7.0,
+ES-CB,Cantabria,2020-03-20,,92.0,,,9.0,
+ES-CB,Cantabria,2020-03-21,,116.0,,,9.0,
+ES-CB,Cantabria,2020-03-22,,157.0,,,14.0,
+ES-CB,Cantabria,2020-03-23,,200.0,,,16.0,
+ES-CB,Cantabria,2020-03-24,,241.0,,,18.0,
+ES-CB,Cantabria,2020-03-25,,300.0,,,26.0,
+ES-CB,Cantabria,2020-03-26,,355.0,,,29.0,
+ES-CB,Cantabria,2020-03-27,,406.0,,,37.0,
+ES-CB,Cantabria,2020-03-28,,449.0,,,40.0,
+ES-CB,Cantabria,2020-03-29,,481.0,,,46.0,
+ES-CB,Cantabria,2020-03-30,,522.0,,,50.0,
+ES-CB,Cantabria,2020-03-31,,543.0,,,54.0,
+ES-CB,Cantabria,2020-04-01,,567.0,,,57.0,
+ES-CB,Cantabria,2020-04-02,,592.0,,,59.0,
+ES-CB,Cantabria,2020-04-03,,619.0,,,60.0,
+ES-CB,Cantabria,2020-04-04,,639.0,,,62.0,
+ES-CB,Cantabria,2020-04-05,,658.0,,,65.0,
+ES-CB,Cantabria,2020-04-06,,677.0,,,66.0,
+ES-CB,Cantabria,2020-04-07,,700.0,,,69.0,
+ES-CB,Cantabria,2020-04-08,,720.0,,,71.0,
+ES-CB,Cantabria,2020-04-09,,747.0,,,73.0,
+ES-CB,Cantabria,2020-04-10,,773.0,,,75.0,
+ES-CB,Cantabria,2020-04-11,,805.0,,,75.0,
+ES-CB,Cantabria,2020-04-12,,827.0,,,75.0,
+ES-CB,Cantabria,2020-04-13,,853.0,,,76.0,
+ES-CB,Cantabria,2020-04-14,,873.0,,,76.0,
+ES-CB,Cantabria,2020-04-15,,890.0,,,77.0,
+ES-CB,Cantabria,2020-04-16,,903.0,,,78.0,
+ES-CB,Cantabria,2020-04-17,,911.0,,,78.0,
+ES-CB,Cantabria,2020-04-18,,924.0,,,78.0,
+ES-CB,Cantabria,2020-04-19,,934.0,,,78.0,
+ES-CB,Cantabria,2020-04-20,,948.0,,,78.0,
+ES-CB,Cantabria,2020-04-21,,956.0,,,78.0,
+ES-CB,Cantabria,2020-04-22,,965.0,,,78.0,
+ES-CB,Cantabria,2020-04-23,,978.0,,,78.0,
+ES-CB,Cantabria,2020-04-24,,982.0,,,78.0,
+ES-CB,Cantabria,2020-04-25,,991.0,,,78.0,
+ES-CB,Cantabria,2020-04-26,,995.0,,,78.0,
+ES-CB,Cantabria,2020-04-27,,1000.0,,,78.0,
+ES-CB,Cantabria,2020-04-28,,1006.0,,,79.0,
+ES-CB,Cantabria,2020-04-29,,1007.0,,,79.0,
+ES-CB,Cantabria,2020-04-30,,1009.0,,,79.0,
+ES-CB,Cantabria,2020-05-01,,1009.0,,,79.0,
+ES-CB,Cantabria,2020-05-02,,1010.0,,,79.0,
+ES-CB,Cantabria,2020-05-03,,1011.0,,,79.0,
+ES-CB,Cantabria,2020-05-04,,1015.0,,,79.0,
+ES-CB,Cantabria,2020-05-05,,1018.0,,,79.0,
+ES-CB,Cantabria,2020-05-06,,1020.0,,,79.0,
+ES-CB,Cantabria,2020-05-07,,1022.0,,,79.0,
+ES-CB,Cantabria,2020-05-08,,1023.0,,,79.0,
+ES-CB,Cantabria,2020-05-09,,1027.0,,,79.0,
+ES-CB,Cantabria,2020-05-10,,1027.0,,,79.0,
+ES-CB,Cantabria,2020-05-11,,1027.0,,,79.0,
+ES-CB,Cantabria,2020-05-12,,1029.0,,,79.0,
+ES-CB,Cantabria,2020-05-13,,1030.0,,,79.0,
+ES-CB,Cantabria,2020-05-14,,1031.0,,,79.0,
+ES-CB,Cantabria,2020-05-15,,1032.0,,,79.0,
+ES-CB,Cantabria,2020-05-16,,1033.0,,,79.0,
+ES-CB,Cantabria,2020-05-17,,1035.0,,,79.0,
+ES-CB,Cantabria,2020-05-18,,1035.0,,,79.0,
+ES-CB,Cantabria,2020-05-19,,1036.0,,,79.0,
+ES-CB,Cantabria,2020-05-20,,1036.0,,,79.0,
+ES-CM,Castilla La Mancha,2020-02-20,,,,,,
+ES-CM,Castilla La Mancha,2020-02-21,,,,,,
+ES-CM,Castilla La Mancha,2020-02-22,,,,,,
+ES-CM,Castilla La Mancha,2020-02-23,,,,,,
+ES-CM,Castilla La Mancha,2020-02-24,,,,,,
+ES-CM,Castilla La Mancha,2020-02-25,,,,,,
+ES-CM,Castilla La Mancha,2020-02-26,,,,,,
+ES-CM,Castilla La Mancha,2020-02-27,,,,,,
+ES-CM,Castilla La Mancha,2020-02-28,,,,,,
+ES-CM,Castilla La Mancha,2020-02-29,,,,,,
+ES-CM,Castilla La Mancha,2020-03-01,,,,,,
+ES-CM,Castilla La Mancha,2020-03-02,,,,,,
+ES-CM,Castilla La Mancha,2020-03-03,,,,,,
+ES-CM,Castilla La Mancha,2020-03-04,,,,,,
+ES-CM,Castilla La Mancha,2020-03-05,,,,,,
+ES-CM,Castilla La Mancha,2020-03-06,,,,,,
+ES-CM,Castilla La Mancha,2020-03-07,,,,,,
+ES-CM,Castilla La Mancha,2020-03-08,21.0,,,2.0,,
+ES-CM,Castilla La Mancha,2020-03-09,31.0,,,3.0,,
+ES-CM,Castilla La Mancha,2020-03-10,46.0,,,5.0,,
+ES-CM,Castilla La Mancha,2020-03-11,72.0,,,9.0,,
+ES-CM,Castilla La Mancha,2020-03-12,128.0,,,10.0,,
+ES-CM,Castilla La Mancha,2020-03-13,191.0,,,22.0,,
+ES-CM,Castilla La Mancha,2020-03-14,247.0,,,56.0,,
+ES-CM,Castilla La Mancha,2020-03-15,319.0,,,78.0,,
+ES-CM,Castilla La Mancha,2020-03-16,402.0,,,95.0,,
+ES-CM,Castilla La Mancha,2020-03-17,498.0,,,123.0,,
+ES-CM,Castilla La Mancha,2020-03-18,633.0,,,161.0,,
+ES-CM,Castilla La Mancha,2020-03-19,751.0,,,180.0,,
+ES-CM,Castilla La Mancha,2020-03-20,998.0,,,208.0,,
+ES-CM,Castilla La Mancha,2020-03-21,1126.0,,,249.0,,
+ES-CM,Castilla La Mancha,2020-03-22,1410.0,,,266.0,,
+ES-CM,Castilla La Mancha,2020-03-23,1751.0,,,306.0,,
+ES-CM,Castilla La Mancha,2020-03-24,1980.0,,,334.0,,
+ES-CM,Castilla La Mancha,2020-03-25,2266.0,,,351.0,,
+ES-CM,Castilla La Mancha,2020-03-26,2673.0,,,367.0,,
+ES-CM,Castilla La Mancha,2020-03-27,3106.0,,,383.0,,
+ES-CM,Castilla La Mancha,2020-03-28,3430.0,,,393.0,,
+ES-CM,Castilla La Mancha,2020-03-29,3698.0,,,403.0,,
+ES-CM,Castilla La Mancha,2020-03-30,4187.0,,,408.0,,
+ES-CM,Castilla La Mancha,2020-03-31,4590.0,,,417.0,,
+ES-CM,Castilla La Mancha,2020-04-01,4982.0,,,424.0,,
+ES-CM,Castilla La Mancha,2020-04-02,5306.0,,,431.0,,
+ES-CM,Castilla La Mancha,2020-04-03,5556.0,,,437.0,,
+ES-CM,Castilla La Mancha,2020-04-04,5774.0,,,441.0,,
+ES-CM,Castilla La Mancha,2020-04-05,5967.0,,,445.0,,
+ES-CM,Castilla La Mancha,2020-04-06,6203.0,,,451.0,,
+ES-CM,Castilla La Mancha,2020-04-07,6449.0,,,454.0,,
+ES-CM,Castilla La Mancha,2020-04-08,6622.0,,,460.0,,
+ES-CM,Castilla La Mancha,2020-04-09,6803.0,,,466.0,,
+ES-CM,Castilla La Mancha,2020-04-10,6907.0,,,470.0,,
+ES-CM,Castilla La Mancha,2020-04-11,,7040.0,,473.0,,
+ES-CM,Castilla La Mancha,2020-04-12,,7782.0,,,475.0,
+ES-CM,Castilla La Mancha,2020-04-13,,7830.0,,,486.0,
+ES-CM,Castilla La Mancha,2020-04-14,,7896.0,,,495.0,
+ES-CM,Castilla La Mancha,2020-04-15,,7987.0,,,503.0,
+ES-CM,Castilla La Mancha,2020-04-16,,8018.0,,,511.0,
+ES-CM,Castilla La Mancha,2020-04-17,,8093.0,,,514.0,
+ES-CM,Castilla La Mancha,2020-04-18,,8137.0,,,518.0,
+ES-CM,Castilla La Mancha,2020-04-19,,8173.0,,,531.0,
+ES-CM,Castilla La Mancha,2020-04-20,,8199.0,,,534.0,
+ES-CM,Castilla La Mancha,2020-04-21,,8243.0,,,537.0,
+ES-CM,Castilla La Mancha,2020-04-22,,8304.0,,,546.0,
+ES-CM,Castilla La Mancha,2020-04-23,,8342.0,,,553.0,
+ES-CM,Castilla La Mancha,2020-04-24,,8385.0,,,559.0,
+ES-CM,Castilla La Mancha,2020-04-25,,8417.0,,,565.0,
+ES-CM,Castilla La Mancha,2020-04-26,,8444.0,,,579.0,
+ES-CM,Castilla La Mancha,2020-04-27,,8464.0,,,584.0,
+ES-CM,Castilla La Mancha,2020-04-28,,8523.0,,,588.0,
+ES-CM,Castilla La Mancha,2020-04-29,,8567.0,,,592.0,
+ES-CM,Castilla La Mancha,2020-04-30,,8618.0,,,596.0,
+ES-CM,Castilla La Mancha,2020-05-01,,8645.0,,,601.0,
+ES-CM,Castilla La Mancha,2020-05-02,,8676.0,,,604.0,
+ES-CM,Castilla La Mancha,2020-05-03,,8698.0,,,606.0,
+ES-CM,Castilla La Mancha,2020-05-04,,8725.0,,,609.0,
+ES-CM,Castilla La Mancha,2020-05-05,,8765.0,,,612.0,
+ES-CM,Castilla La Mancha,2020-05-06,,8796.0,,,613.0,
+ES-CM,Castilla La Mancha,2020-05-07,,8828.0,,,617.0,
+ES-CM,Castilla La Mancha,2020-05-08,,8867.0,,,621.0,
+ES-CM,Castilla La Mancha,2020-05-09,,8895.0,,,623.0,
+ES-CM,Castilla La Mancha,2020-05-10,,8918.0,,,624.0,
+ES-CM,Castilla La Mancha,2020-05-11,,8940.0,,,629.0,
+ES-CM,Castilla La Mancha,2020-05-12,,8963.0,,,632.0,
+ES-CM,Castilla La Mancha,2020-05-13,,8980.0,,,634.0,
+ES-CM,Castilla La Mancha,2020-05-14,,9001.0,,,635.0,
+ES-CM,Castilla La Mancha,2020-05-15,,9027.0,,,636.0,
+ES-CM,Castilla La Mancha,2020-05-16,,9054.0,,,637.0,
+ES-CM,Castilla La Mancha,2020-05-17,,9066.0,,,637.0,
+ES-CM,Castilla La Mancha,2020-05-18,,9082.0,,,638.0,
+ES-CM,Castilla La Mancha,2020-05-19,,9122.0,,,639.0,
+ES-CM,Castilla La Mancha,2020-05-20,,9138.0,,,639.0,
+ES-CL,Castile and Leon,2020-02-20,,,,,,
+ES-CL,Castile and Leon,2020-02-21,,,,,,
+ES-CL,Castile and Leon,2020-02-22,,,,,,
+ES-CL,Castile and Leon,2020-02-23,,,,,,
+ES-CL,Castile and Leon,2020-02-24,,,,,,
+ES-CL,Castile and Leon,2020-02-25,,,,,,
+ES-CL,Castile and Leon,2020-02-26,,,,,,
+ES-CL,Castile and Leon,2020-02-27,,,,,,
+ES-CL,Castile and Leon,2020-02-28,,,,,,
+ES-CL,Castile and Leon,2020-02-29,,,,,,
+ES-CL,Castile and Leon,2020-03-01,,,,,,
+ES-CL,Castile and Leon,2020-03-02,,,,,,
+ES-CL,Castile and Leon,2020-03-03,,,,,,
+ES-CL,Castile and Leon,2020-03-04,,,,,,
+ES-CL,Castile and Leon,2020-03-05,,,,,,
+ES-CL,Castile and Leon,2020-03-06,,,,,,
+ES-CL,Castile and Leon,2020-03-07,,,,,,
+ES-CL,Castile and Leon,2020-03-08,,,,2.0,,
+ES-CL,Castile and Leon,2020-03-09,,,,2.0,,
+ES-CL,Castile and Leon,2020-03-10,,24.0,,5.0,,
+ES-CL,Castile and Leon,2020-03-11,,25.0,,7.0,,
+ES-CL,Castile and Leon,2020-03-12,,25.0,,8.0,,
+ES-CL,Castile and Leon,2020-03-13,,25.0,,15.0,,
+ES-CL,Castile and Leon,2020-03-14,,45.0,,22.0,,
+ES-CL,Castile and Leon,2020-03-15,,95.0,,29.0,,
+ES-CL,Castile and Leon,2020-03-16,,95.0,,36.0,,
+ES-CL,Castile and Leon,2020-03-17,,281.0,,50.0,,
+ES-CL,Castile and Leon,2020-03-18,,362.0,,63.0,,
+ES-CL,Castile and Leon,2020-03-19,,476.0,,75.0,,
+ES-CL,Castile and Leon,2020-03-20,,629.0,,96.0,,
+ES-CL,Castile and Leon,2020-03-21,,798.0,,111.0,,
+ES-CL,Castile and Leon,2020-03-22,,977.0,,130.0,,
+ES-CL,Castile and Leon,2020-03-23,,1197.0,,151.0,,
+ES-CL,Castile and Leon,2020-03-24,,1457.0,,179.0,,
+ES-CL,Castile and Leon,2020-03-25,,1823.0,,198.0,,
+ES-CL,Castile and Leon,2020-03-26,,2214.0,,215.0,,
+ES-CL,Castile and Leon,2020-03-27,,2648.0,,238.0,,
+ES-CL,Castile and Leon,2020-03-28,,3160.0,,261.0,,
+ES-CL,Castile and Leon,2020-03-29,,3411.0,,272.0,,
+ES-CL,Castile and Leon,2020-03-30,,3629.0,,294.0,,
+ES-CL,Castile and Leon,2020-03-31,,3951.0,,318.0,,
+ES-CL,Castile and Leon,2020-04-01,,4207.0,,332.0,,
+ES-CL,Castile and Leon,2020-04-02,,4472.0,,342.0,,
+ES-CL,Castile and Leon,2020-04-03,,4685.0,,351.0,,
+ES-CL,Castile and Leon,2020-04-04,,4905.0,,361.0,,
+ES-CL,Castile and Leon,2020-04-05,,5041.0,,368.0,,
+ES-CL,Castile and Leon,2020-04-06,,5180.0,,375.0,,
+ES-CL,Castile and Leon,2020-04-07,,5322.0,,386.0,,
+ES-CL,Castile and Leon,2020-04-08,,5523.0,,399.0,,
+ES-CL,Castile and Leon,2020-04-09,,5674.0,,407.0,,
+ES-CL,Castile and Leon,2020-04-10,,5817.0,,414.0,,
+ES-CL,Castile and Leon,2020-04-11,,5957.0,,418.0,,
+ES-CL,Castile and Leon,2020-04-12,,6077.0,,423.0,,
+ES-CL,Castile and Leon,2020-04-13,,6175.0,,432.0,,
+ES-CL,Castile and Leon,2020-04-14,,6306.0,,440.0,,
+ES-CL,Castile and Leon,2020-04-15,,6449.0,,445.0,,
+ES-CL,Castile and Leon,2020-04-16,,6518.0,,449.0,,
+ES-CL,Castile and Leon,2020-04-17,,6831.0,,,495.0,
+ES-CL,Castile and Leon,2020-04-18,,6981.0,,,498.0,
+ES-CL,Castile and Leon,2020-04-19,,7080.0,,,501.0,
+ES-CL,Castile and Leon,2020-04-20,,7174.0,,,503.0,
+ES-CL,Castile and Leon,2020-04-21,,7264.0,,,505.0,
+ES-CL,Castile and Leon,2020-04-22,,7397.0,,,508.0,
+ES-CL,Castile and Leon,2020-04-23,,7506.0,,,510.0,
+ES-CL,Castile and Leon,2020-04-24,,7555.0,,,511.0,
+ES-CL,Castile and Leon,2020-04-25,,7653.0,,,515.0,
+ES-CL,Castile and Leon,2020-04-26,,7703.0,,,518.0,
+ES-CL,Castile and Leon,2020-04-27,,7777.0,,,522.0,
+ES-CL,Castile and Leon,2020-04-28,,7854.0,,,524.0,
+ES-CL,Castile and Leon,2020-04-29,,7957.0,,,528.0,
+ES-CL,Castile and Leon,2020-04-30,,8010.0,,,531.0,
+ES-CL,Castile and Leon,2020-05-01,,8054.0,,,531.0,
+ES-CL,Castile and Leon,2020-05-02,,8085.0,,,533.0,
+ES-CL,Castile and Leon,2020-05-03,,8123.0,,,534.0,
+ES-CL,Castile and Leon,2020-05-04,,8153.0,,,537.0,
+ES-CL,Castile and Leon,2020-05-05,,8246.0,,,538.0,
+ES-CL,Castile and Leon,2020-05-06,,8300.0,,,541.0,
+ES-CL,Castile and Leon,2020-05-07,,8357.0,,,543.0,
+ES-CL,Castile and Leon,2020-05-08,,8394.0,,,546.0,
+ES-CL,Castile and Leon,2020-05-09,,8468.0,,,546.0,
+ES-CL,Castile and Leon,2020-05-10,,8482.0,,,547.0,
+ES-CL,Castile and Leon,2020-05-11,,8493.0,,,547.0,
+ES-CL,Castile and Leon,2020-05-12,,8517.0,,,547.0,
+ES-CL,Castile and Leon,2020-05-13,,8560.0,,,548.0,
+ES-CL,Castile and Leon,2020-05-14,,8595.0,,,548.0,
+ES-CL,Castile and Leon,2020-05-15,,8649.0,,,549.0,
+ES-CL,Castile and Leon,2020-05-16,,8690.0,,,550.0,
+ES-CL,Castile and Leon,2020-05-17,,8717.0,,,551.0,
+ES-CL,Castile and Leon,2020-05-18,,8729.0,,,551.0,
+ES-CL,Castile and Leon,2020-05-19,,8734.0,,,555.0,
+ES-CL,Castile and Leon,2020-05-20,,8735.0,,,561.0,
+ES-CT,Catalonia,2020-02-20,,,,,,
+ES-CT,Catalonia,2020-02-21,,,,,,
+ES-CT,Catalonia,2020-02-22,,,,,,
+ES-CT,Catalonia,2020-02-23,,,,,,
+ES-CT,Catalonia,2020-02-24,,,,,,
+ES-CT,Catalonia,2020-02-25,,,,,,
+ES-CT,Catalonia,2020-02-26,,,,,,
+ES-CT,Catalonia,2020-02-27,,,,,,
+ES-CT,Catalonia,2020-02-28,,,,,,
+ES-CT,Catalonia,2020-02-29,,,,,,
+ES-CT,Catalonia,2020-03-01,,,,,,
+ES-CT,Catalonia,2020-03-02,,,,,,
+ES-CT,Catalonia,2020-03-03,,,,,,
+ES-CT,Catalonia,2020-03-04,,,,,,
+ES-CT,Catalonia,2020-03-05,,,,,,
+ES-CT,Catalonia,2020-03-06,,,,,,
+ES-CT,Catalonia,2020-03-07,,,,,,
+ES-CT,Catalonia,2020-03-08,,16.0,,,5.0,
+ES-CT,Catalonia,2020-03-09,,31.0,,,7.0,
+ES-CT,Catalonia,2020-03-10,,50.0,,,8.0,
+ES-CT,Catalonia,2020-03-11,,74.0,,,16.0,
+ES-CT,Catalonia,2020-03-12,,137.0,,,22.0,
+ES-CT,Catalonia,2020-03-13,,200.0,,,29.0,
+ES-CT,Catalonia,2020-03-14,,287.0,,,40.0,
+ES-CT,Catalonia,2020-03-15,,375.0,,,52.0,
+ES-CT,Catalonia,2020-03-16,,525.0,,,73.0,
+ES-CT,Catalonia,2020-03-17,,679.0,,,101.0,
+ES-CT,Catalonia,2020-03-18,,825.0,,,118.0,
+ES-CT,Catalonia,2020-03-19,,994.0,,,175.0,
+ES-CT,Catalonia,2020-03-20,,1681.0,,,271.0,
+ES-CT,Catalonia,2020-03-21,,1917.0,,,290.0,
+ES-CT,Catalonia,2020-03-22,,2158.0,,,308.0,
+ES-CT,Catalonia,2020-03-23,,3209.0,,,471.0,
+ES-CT,Catalonia,2020-03-24,,4349.0,,,713.0,
+ES-CT,Catalonia,2020-03-25,,5371.0,,,764.0,
+ES-CT,Catalonia,2020-03-26,,6714.0,,,972.0,
+ES-CT,Catalonia,2020-03-27,,7954.0,,,1036.0,
+ES-CT,Catalonia,2020-03-28,,8447.0,,,1080.0,
+ES-CT,Catalonia,2020-03-29,,9126.0,,,1150.0,
+ES-CT,Catalonia,2020-03-30,,9925.0,,,1218.0,
+ES-CT,Catalonia,2020-03-31,,11446.0,,,1345.0,
+ES-CT,Catalonia,2020-04-01,,12398.0,,,1415.0,
+ES-CT,Catalonia,2020-04-02,,13101.0,,,1482.0,
+ES-CT,Catalonia,2020-04-03,,14251.0,,,1569.0,
+ES-CT,Catalonia,2020-04-04,,14798.0,,,1653.0,
+ES-CT,Catalonia,2020-04-05,,15258.0,,,1685.0,
+ES-CT,Catalonia,2020-04-06,,15643.0,,,1740.0,
+ES-CT,Catalonia,2020-04-07,,16235.0,,,1829.0,
+ES-CT,Catalonia,2020-04-08,,16970.0,,,1946.0,
+ES-CT,Catalonia,2020-04-09,,17780.0,,,1966.0,
+ES-CT,Catalonia,2020-04-10,,18194.0,,,1989.0,
+ES-CT,Catalonia,2020-04-11,,18772.0,,,2018.0,
+ES-CT,Catalonia,2020-04-12,,18963.0,,,2084.0,
+ES-CT,Catalonia,2020-04-13,,19224.0,,,2102.0,
+ES-CT,Catalonia,2020-04-14,,20264.0,,,2189.0,
+ES-CT,Catalonia,2020-04-15,,20553.0,,,2252.0,
+ES-CT,Catalonia,2020-04-16,,21242.0,,,2305.0,
+ES-CT,Catalonia,2020-04-17,,22013.0,,,2349.0,
+ES-CT,Catalonia,2020-04-18,,22235.0,,,2395.0,
+ES-CT,Catalonia,2020-04-19,,22375.0,,,2409.0,
+ES-CT,Catalonia,2020-04-20,,22796.0,,,2437.0,
+ES-CT,Catalonia,2020-04-21,,23295.0,,,2460.0,
+ES-CT,Catalonia,2020-04-22,,23647.0,,,2478.0,
+ES-CT,Catalonia,2020-04-23,,24130.0,,,2569.0,
+ES-CT,Catalonia,2020-04-24,,24420.0,,,2576.0,
+ES-CT,Catalonia,2020-04-25,,25665.0,,,2583.0,
+ES-CT,Catalonia,2020-04-26,,25799.0,,,2724.0,
+ES-CT,Catalonia,2020-04-27,,26230.0,,,2750.0,
+ES-CT,Catalonia,2020-04-28,,26546.0,,,2768.0,
+ES-CT,Catalonia,2020-04-29,,26763.0,,,2784.0,
+ES-CT,Catalonia,2020-04-30,,26932.0,,,2795.0,
+ES-CT,Catalonia,2020-05-01,,27049.0,,,2811.0,
+ES-CT,Catalonia,2020-05-02,,27257.0,,,2844.0,
+ES-CT,Catalonia,2020-05-03,,27321.0,,,2847.0,
+ES-CT,Catalonia,2020-05-04,,27745.0,,,2856.0,
+ES-CT,Catalonia,2020-05-05,,28085.0,,,2871.0,
+ES-CT,Catalonia,2020-05-06,,28248.0,,,2891.0,
+ES-CT,Catalonia,2020-05-07,,28608.0,,,2949.0,
+ES-CT,Catalonia,2020-05-08,,28687.0,,,2950.0,
+ES-CT,Catalonia,2020-05-09,,28784.0,,,2951.0,
+ES-CT,Catalonia,2020-05-10,,28820.0,,,2952.0,
+ES-CT,Catalonia,2020-05-11,,29138.0,,,2952.0,
+ES-CT,Catalonia,2020-05-12,,29267.0,,,2953.0,
+ES-CT,Catalonia,2020-05-13,,29305.0,,,2954.0,
+ES-CT,Catalonia,2020-05-14,,29339.0,,,2955.0,
+ES-CT,Catalonia,2020-05-15,,29339.0,,,2956.0,
+ES-CT,Catalonia,2020-05-16,,29400.0,,,2957.0,
+ES-CT,Catalonia,2020-05-17,,29421.0,,,2957.0,
+ES-CT,Catalonia,2020-05-18,,29459.0,,,2960.0,
+ES-CT,Catalonia,2020-05-19,,29497.0,,,2969.0,
+ES-CT,Catalonia,2020-05-20,,29497.0,,,2969.0,
+ES-CE,Ceuta,2020-02-20,,,,,,
+ES-CE,Ceuta,2020-02-21,,,,,,
+ES-CE,Ceuta,2020-02-22,,,,,,
+ES-CE,Ceuta,2020-02-23,,,,,,
+ES-CE,Ceuta,2020-02-24,,,,,,
+ES-CE,Ceuta,2020-02-25,,,,,,
+ES-CE,Ceuta,2020-02-26,,,,,,
+ES-CE,Ceuta,2020-02-27,,,,,,
+ES-CE,Ceuta,2020-02-28,,,,,,
+ES-CE,Ceuta,2020-02-29,,,,,,
+ES-CE,Ceuta,2020-03-01,,,,,,
+ES-CE,Ceuta,2020-03-02,,,,,,
+ES-CE,Ceuta,2020-03-03,,,,,,
+ES-CE,Ceuta,2020-03-04,,,,,,
+ES-CE,Ceuta,2020-03-05,,,,,,
+ES-CE,Ceuta,2020-03-06,,,,,,
+ES-CE,Ceuta,2020-03-07,,,,,,
+ES-CE,Ceuta,2020-03-08,,,,,0.0,
+ES-CE,Ceuta,2020-03-09,,,,,0.0,
+ES-CE,Ceuta,2020-03-10,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-11,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-12,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-13,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-14,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-15,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-16,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-17,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-18,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-19,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-20,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-21,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-22,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-23,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-24,,2.0,,,1.0,
+ES-CE,Ceuta,2020-03-25,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-26,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-27,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-28,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-29,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-30,,3.0,,,3.0,
+ES-CE,Ceuta,2020-03-31,,6.0,,,3.0,
+ES-CE,Ceuta,2020-04-01,,7.0,,,3.0,
+ES-CE,Ceuta,2020-04-02,,8.0,,,3.0,
+ES-CE,Ceuta,2020-04-03,,8.0,,,4.0,
+ES-CE,Ceuta,2020-04-04,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-05,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-06,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-07,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-08,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-09,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-10,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-11,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-12,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-13,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-14,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-15,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-16,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-17,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-18,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-19,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-20,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-21,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-22,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-23,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-24,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-25,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-26,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-27,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-28,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-29,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-30,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-01,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-02,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-03,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-04,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-05,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-06,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-07,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-08,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-09,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-10,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-11,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-12,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-13,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-14,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-15,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-16,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-17,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-18,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-19,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-20,,11.0,,,4.0,
+ES-VC,Valencian Community,2020-02-20,,26.0,,,0.0,
+ES-VC,Valencian Community,2020-02-21,,30.0,,,1.0,
+ES-VC,Valencian Community,2020-02-22,,33.0,,,1.0,
+ES-VC,Valencian Community,2020-02-23,,38.0,,,2.0,
+ES-VC,Valencian Community,2020-02-24,,49.0,,,2.0,
+ES-VC,Valencian Community,2020-02-25,,58.0,,,2.0,
+ES-VC,Valencian Community,2020-02-26,,63.0,,,3.0,
+ES-VC,Valencian Community,2020-02-27,,73.0,,,3.0,
+ES-VC,Valencian Community,2020-02-28,,78.0,,,3.0,
+ES-VC,Valencian Community,2020-02-29,,85.0,,,3.0,
+ES-VC,Valencian Community,2020-03-01,,88.0,,,3.0,
+ES-VC,Valencian Community,2020-03-02,,93.0,,,3.0,
+ES-VC,Valencian Community,2020-03-03,,105.0,,,5.0,
+ES-VC,Valencian Community,2020-03-04,,117.0,,,6.0,
+ES-VC,Valencian Community,2020-03-05,,130.0,,,8.0,
+ES-VC,Valencian Community,2020-03-06,,138.0,,,8.0,
+ES-VC,Valencian Community,2020-03-07,,146.0,,,9.0,
+ES-VC,Valencian Community,2020-03-08,,153.0,,,9.0,
+ES-VC,Valencian Community,2020-03-09,,171.0,,,10.0,
+ES-VC,Valencian Community,2020-03-10,,200.0,,,12.0,
+ES-VC,Valencian Community,2020-03-11,,232.0,,,15.0,
+ES-VC,Valencian Community,2020-03-12,,271.0,,,22.0,
+ES-VC,Valencian Community,2020-03-13,,307.0,,,29.0,
+ES-VC,Valencian Community,2020-03-14,,339.0,,,37.0,
+ES-VC,Valencian Community,2020-03-15,,390.0,,,47.0,
+ES-VC,Valencian Community,2020-03-16,,456.0,,,52.0,
+ES-VC,Valencian Community,2020-03-17,,530.0,,,65.0,
+ES-VC,Valencian Community,2020-03-18,,647.0,,,85.0,
+ES-VC,Valencian Community,2020-03-19,,777.0,,,101.0,
+ES-VC,Valencian Community,2020-03-20,,947.0,,,129.0,
+ES-VC,Valencian Community,2020-03-21,,1136.0,,,152.0,
+ES-VC,Valencian Community,2020-03-22,,1311.0,,,181.0,
+ES-VC,Valencian Community,2020-03-23,,1562.0,,,222.0,
+ES-VC,Valencian Community,2020-03-24,,1842.0,,,255.0,
+ES-VC,Valencian Community,2020-03-25,,2097.0,,,289.0,
+ES-VC,Valencian Community,2020-03-26,,2357.0,,,325.0,
+ES-VC,Valencian Community,2020-03-27,,2606.0,,,348.0,
+ES-VC,Valencian Community,2020-03-28,,2773.0,,,375.0,
+ES-VC,Valencian Community,2020-03-29,,2914.0,,,393.0,
+ES-VC,Valencian Community,2020-03-30,,3111.0,,,416.0,
+ES-VC,Valencian Community,2020-03-31,,3253.0,,,434.0,
+ES-VC,Valencian Community,2020-04-01,,3389.0,,,449.0,
+ES-VC,Valencian Community,2020-04-02,,3492.0,,,460.0,
+ES-VC,Valencian Community,2020-04-03,,3560.0,,,470.0,
+ES-VC,Valencian Community,2020-04-04,,3620.0,,,478.0,
+ES-VC,Valencian Community,2020-04-05,,3668.0,,,487.0,
+ES-VC,Valencian Community,2020-04-06,,3698.0,,,492.0,
+ES-VC,Valencian Community,2020-04-07,,3713.0,,,496.0,
+ES-VC,Valencian Community,2020-04-08,,3815.0,,,541.0,
+ES-VC,Valencian Community,2020-04-09,,3987.0,,,561.0,
+ES-VC,Valencian Community,2020-04-10,,4132.0,,,565.0,
+ES-VC,Valencian Community,2020-04-11,,4149.0,,,567.0,
+ES-VC,Valencian Community,2020-04-12,,4269.0,,,576.0,
+ES-VC,Valencian Community,2020-04-13,,4397.0,,,581.0,
+ES-VC,Valencian Community,2020-04-14,,4465.0,,,588.0,
+ES-VC,Valencian Community,2020-04-15,,4524.0,,,625.0,
+ES-VC,Valencian Community,2020-04-16,,4605.0,,,632.0,
+ES-VC,Valencian Community,2020-04-17,,4708.0,,,636.0,
+ES-VC,Valencian Community,2020-04-18,,4781.0,,,643.0,
+ES-VC,Valencian Community,2020-04-19,,4827.0,,,646.0,
+ES-VC,Valencian Community,2020-04-20,,4866.0,,,648.0,
+ES-VC,Valencian Community,2020-04-21,,4896.0,,,649.0,
+ES-VC,Valencian Community,2020-04-22,,4917.0,,,650.0,
+ES-VC,Valencian Community,2020-04-23,,4945.0,,,651.0,
+ES-VC,Valencian Community,2020-04-24,,4978.0,,,653.0,
+ES-VC,Valencian Community,2020-04-25,,5013.0,,,654.0,
+ES-VC,Valencian Community,2020-04-26,,5032.0,,,656.0,
+ES-VC,Valencian Community,2020-04-27,,5046.0,,,659.0,
+ES-VC,Valencian Community,2020-04-28,,5072.0,,,662.0,
+ES-VC,Valencian Community,2020-04-29,,5096.0,,,663.0,
+ES-VC,Valencian Community,2020-04-30,,5126.0,,,694.0,
+ES-VC,Valencian Community,2020-05-01,,5153.0,,,695.0,
+ES-VC,Valencian Community,2020-05-02,,5181.0,,,698.0,
+ES-VC,Valencian Community,2020-05-03,,5204.0,,,700.0,
+ES-VC,Valencian Community,2020-05-04,,5214.0,,,701.0,
+ES-VC,Valencian Community,2020-05-05,,5225.0,,,701.0,
+ES-VC,Valencian Community,2020-05-06,,5252.0,,,704.0,
+ES-VC,Valencian Community,2020-05-07,,5287.0,,,706.0,
+ES-VC,Valencian Community,2020-05-08,,5317.0,,,709.0,
+ES-VC,Valencian Community,2020-05-09,,5354.0,,,716.0,
+ES-VC,Valencian Community,2020-05-10,,5355.0,,,716.0,
+ES-VC,Valencian Community,2020-05-11,,5360.0,,,717.0,
+ES-VC,Valencian Community,2020-05-12,,5370.0,,,717.0,
+ES-VC,Valencian Community,2020-05-13,,5389.0,,,717.0,
+ES-VC,Valencian Community,2020-05-14,,5415.0,,,721.0,
+ES-VC,Valencian Community,2020-05-15,,5435.0,,,722.0,
+ES-VC,Valencian Community,2020-05-16,,5454.0,,,723.0,
+ES-VC,Valencian Community,2020-05-17,,5469.0,,,725.0,
+ES-VC,Valencian Community,2020-05-18,,5738.0,,,727.0,
+ES-VC,Valencian Community,2020-05-19,,5742.0,,,727.0,
+ES-VC,Valencian Community,2020-05-20,,5747.0,,,730.0,
+ES-EX,Extremadura,2020-02-20,,,,,,
+ES-EX,Extremadura,2020-02-21,,,,,,
+ES-EX,Extremadura,2020-02-22,,,,,,
+ES-EX,Extremadura,2020-02-23,,,,,,
+ES-EX,Extremadura,2020-02-24,,,,,,
+ES-EX,Extremadura,2020-02-25,,,,,,
+ES-EX,Extremadura,2020-02-26,,,,,,
+ES-EX,Extremadura,2020-02-27,,,,,,
+ES-EX,Extremadura,2020-02-28,,,,,,
+ES-EX,Extremadura,2020-02-29,,,,,,
+ES-EX,Extremadura,2020-03-01,,,,,,
+ES-EX,Extremadura,2020-03-02,,,,,,
+ES-EX,Extremadura,2020-03-03,,,,,,
+ES-EX,Extremadura,2020-03-04,,,,,,
+ES-EX,Extremadura,2020-03-05,,,,,,
+ES-EX,Extremadura,2020-03-06,,,,,,
+ES-EX,Extremadura,2020-03-07,,,,,,
+ES-EX,Extremadura,2020-03-08,,,,,0.0,
+ES-EX,Extremadura,2020-03-09,,,,,0.0,
+ES-EX,Extremadura,2020-03-10,,1.0,,,1.0,
+ES-EX,Extremadura,2020-03-11,,3.0,,,1.0,
+ES-EX,Extremadura,2020-03-12,,3.0,,,1.0,
+ES-EX,Extremadura,2020-03-13,,3.0,,,1.0,
+ES-EX,Extremadura,2020-03-14,,7.0,,,1.0,
+ES-EX,Extremadura,2020-03-15,,9.0,,,2.0,
+ES-EX,Extremadura,2020-03-16,,13.0,,,5.0,
+ES-EX,Extremadura,2020-03-17,,22.0,,,6.0,
+ES-EX,Extremadura,2020-03-18,,33.0,,,9.0,
+ES-EX,Extremadura,2020-03-19,,50.0,,,12.0,
+ES-EX,Extremadura,2020-03-20,,67.0,,,13.0,
+ES-EX,Extremadura,2020-03-21,,97.0,,,24.0,
+ES-EX,Extremadura,2020-03-22,,105.0,,,33.0,
+ES-EX,Extremadura,2020-03-23,,113.0,,,40.0,
+ES-EX,Extremadura,2020-03-24,,217.0,,,48.0,
+ES-EX,Extremadura,2020-03-25,,291.0,,,52.0,
+ES-EX,Extremadura,2020-03-26,,344.0,,,54.0,
+ES-EX,Extremadura,2020-03-27,,406.0,,,58.0,
+ES-EX,Extremadura,2020-03-28,,467.0,,,67.0,
+ES-EX,Extremadura,2020-03-29,,505.0,,,71.0,
+ES-EX,Extremadura,2020-03-30,,561.0,,,77.0,
+ES-EX,Extremadura,2020-03-31,,600.0,,,82.0,
+ES-EX,Extremadura,2020-04-01,,649.0,,,83.0,
+ES-EX,Extremadura,2020-04-02,,706.0,,,85.0,
+ES-EX,Extremadura,2020-04-03,,747.0,,,88.0,
+ES-EX,Extremadura,2020-04-04,,768.0,,,91.0,
+ES-EX,Extremadura,2020-04-05,,808.0,,,93.0,
+ES-EX,Extremadura,2020-04-06,,817.0,,,96.0,
+ES-EX,Extremadura,2020-04-07,,852.0,,,98.0,
+ES-EX,Extremadura,2020-04-08,,958.0,,,99.0,
+ES-EX,Extremadura,2020-04-09,,1003.0,,,101.0,
+ES-EX,Extremadura,2020-04-10,,1052.0,,,104.0,
+ES-EX,Extremadura,2020-04-11,,1074.0,,,106.0,
+ES-EX,Extremadura,2020-04-12,,1096.0,,,107.0,
+ES-EX,Extremadura,2020-04-13,,1114.0,,,107.0,
+ES-EX,Extremadura,2020-04-14,,1155.0,,,107.0,
+ES-EX,Extremadura,2020-04-15,,1186.0,,,107.0,
+ES-EX,Extremadura,2020-04-16,,1212.0,,,107.0,
+ES-EX,Extremadura,2020-04-17,,1240.0,,,107.0,
+ES-EX,Extremadura,2020-04-18,,1278.0,,,107.0,
+ES-EX,Extremadura,2020-04-19,,1306.0,,,107.0,
+ES-EX,Extremadura,2020-04-20,,1327.0,,,107.0,
+ES-EX,Extremadura,2020-04-21,,1349.0,,,107.0,
+ES-EX,Extremadura,2020-04-22,,1375.0,,,107.0,
+ES-EX,Extremadura,2020-04-23,,1413.0,,,107.0,
+ES-EX,Extremadura,2020-04-24,,1447.0,,,107.0,
+ES-EX,Extremadura,2020-04-25,,1480.0,,,107.0,
+ES-EX,Extremadura,2020-04-26,,1490.0,,,107.0,
+ES-EX,Extremadura,2020-04-27,,1505.0,,,107.0,
+ES-EX,Extremadura,2020-04-28,,1526.0,,,107.0,
+ES-EX,Extremadura,2020-04-29,,1550.0,,,108.0,
+ES-EX,Extremadura,2020-04-30,,1565.0,,,108.0,
+ES-EX,Extremadura,2020-05-01,,1592.0,,,108.0,
+ES-EX,Extremadura,2020-05-02,,1603.0,,,108.0,
+ES-EX,Extremadura,2020-05-03,,1618.0,,,108.0,
+ES-EX,Extremadura,2020-05-04,,1629.0,,,108.0,
+ES-EX,Extremadura,2020-05-05,,1650.0,,,108.0,
+ES-EX,Extremadura,2020-05-06,,1664.0,,,108.0,
+ES-EX,Extremadura,2020-05-07,,1678.0,,,109.0,
+ES-EX,Extremadura,2020-05-08,,1695.0,,,109.0,
+ES-EX,Extremadura,2020-05-09,,1711.0,,,109.0,
+ES-EX,Extremadura,2020-05-10,,1725.0,,,109.0,
+ES-EX,Extremadura,2020-05-11,,1737.0,,,109.0,
+ES-EX,Extremadura,2020-05-12,,1754.0,,,109.0,
+ES-EX,Extremadura,2020-05-13,,1761.0,,,109.0,
+ES-EX,Extremadura,2020-05-14,,1772.0,,,109.0,
+ES-EX,Extremadura,2020-05-15,,1772.0,,,109.0,
+ES-EX,Extremadura,2020-05-16,,1775.0,,,110.0,
+ES-EX,Extremadura,2020-05-17,,1775.0,,,110.0,
+ES-EX,Extremadura,2020-05-18,,1779.0,,,110.0,
+ES-EX,Extremadura,2020-05-19,,1780.0,,,110.0,
+ES-EX,Extremadura,2020-05-20,,1780.0,,,110.0,
+ES-GA,Galicia,2020-02-20,,,,,,
+ES-GA,Galicia,2020-02-21,,,,,,
+ES-GA,Galicia,2020-02-22,,,,,,
+ES-GA,Galicia,2020-02-23,,,,,,
+ES-GA,Galicia,2020-02-24,,,,,,
+ES-GA,Galicia,2020-02-25,,,,,,
+ES-GA,Galicia,2020-02-26,,,,,,
+ES-GA,Galicia,2020-02-27,,,,,,
+ES-GA,Galicia,2020-02-28,,,,,,
+ES-GA,Galicia,2020-02-29,,,,,,
+ES-GA,Galicia,2020-03-01,,,,,,
+ES-GA,Galicia,2020-03-02,,,,,,
+ES-GA,Galicia,2020-03-03,,,,,,
+ES-GA,Galicia,2020-03-04,,,,,,
+ES-GA,Galicia,2020-03-05,,,,,,
+ES-GA,Galicia,2020-03-06,,,,,,
+ES-GA,Galicia,2020-03-07,,,,,,
+ES-GA,Galicia,2020-03-08,,,,2.0,,
+ES-GA,Galicia,2020-03-09,,,,2.0,,
+ES-GA,Galicia,2020-03-10,,7.0,,2.0,,
+ES-GA,Galicia,2020-03-11,,7.0,,2.0,,
+ES-GA,Galicia,2020-03-12,,15.0,,6.0,,
+ES-GA,Galicia,2020-03-13,,32.0,,6.0,,
+ES-GA,Galicia,2020-03-14,,32.0,,6.0,,
+ES-GA,Galicia,2020-03-15,,49.0,,8.0,,
+ES-GA,Galicia,2020-03-16,,49.0,,12.0,,
+ES-GA,Galicia,2020-03-17,,63.0,,17.0,,
+ES-GA,Galicia,2020-03-18,,100.0,,24.0,,
+ES-GA,Galicia,2020-03-19,,138.0,,34.0,,
+ES-GA,Galicia,2020-03-20,,168.0,,40.0,,
+ES-GA,Galicia,2020-03-21,,227.0,,50.0,,
+ES-GA,Galicia,2020-03-22,,270.0,,62.0,,
+ES-GA,Galicia,2020-03-23,,338.0,,78.0,,
+ES-GA,Galicia,2020-03-24,,412.0,,100.0,,
+ES-GA,Galicia,2020-03-25,,503.0,,107.0,,
+ES-GA,Galicia,2020-03-26,,557.0,,122.0,,
+ES-GA,Galicia,2020-03-27,,906.0,,141.0,,
+ES-GA,Galicia,2020-03-28,,1043.0,,159.0,,
+ES-GA,Galicia,2020-03-29,,1147.0,,176.0,,
+ES-GA,Galicia,2020-03-30,,1250.0,,189.0,,
+ES-GA,Galicia,2020-03-31,,1338.0,,203.0,,
+ES-GA,Galicia,2020-04-01,,1447.0,,212.0,,
+ES-GA,Galicia,2020-04-02,,1630.0,,219.0,,
+ES-GA,Galicia,2020-04-03,,1767.0,,229.0,,
+ES-GA,Galicia,2020-04-04,,1831.0,,237.0,,
+ES-GA,Galicia,2020-04-05,,1916.0,,245.0,,
+ES-GA,Galicia,2020-04-06,,1968.0,,253.0,,
+ES-GA,Galicia,2020-04-07,,2014.0,,256.0,,
+ES-GA,Galicia,2020-04-08,,2094.0,,260.0,,
+ES-GA,Galicia,2020-04-09,,2165.0,,263.0,,
+ES-GA,Galicia,2020-04-10,,2215.0,,264.0,,
+ES-GA,Galicia,2020-04-11,,2306.0,,267.0,,
+ES-GA,Galicia,2020-04-12,,2344.0,,275.0,,
+ES-GA,Galicia,2020-04-13,,2403.0,,280.0,,
+ES-GA,Galicia,2020-04-14,,2471.0,,282.0,,
+ES-GA,Galicia,2020-04-15,,2494.0,,282.0,,
+ES-GA,Galicia,2020-04-16,,2535.0,,290.0,,
+ES-GA,Galicia,2020-04-17,,2554.0,,291.0,,
+ES-GA,Galicia,2020-04-18,,2590.0,,294.0,,
+ES-GA,Galicia,2020-04-19,,2609.0,,296.0,,
+ES-GA,Galicia,2020-04-20,,2652.0,,296.0,,
+ES-GA,Galicia,2020-04-21,,2674.0,,297.0,,
+ES-GA,Galicia,2020-04-22,,2694.0,,298.0,,
+ES-GA,Galicia,2020-04-23,,2707.0,,301.0,,
+ES-GA,Galicia,2020-04-24,,2717.0,,302.0,,
+ES-GA,Galicia,2020-04-25,,2724.0,,303.0,,
+ES-GA,Galicia,2020-04-26,,2728.0,,304.0,,
+ES-GA,Galicia,2020-04-27,,2734.0,,305.0,,
+ES-GA,Galicia,2020-04-28,,2736.0,,,308.0,
+ES-GA,Galicia,2020-04-29,,2747.0,,,310.0,
+ES-GA,Galicia,2020-04-30,,2759.0,,,313.0,
+ES-GA,Galicia,2020-05-01,,2769.0,,,313.0,
+ES-GA,Galicia,2020-05-02,,2774.0,,,315.0,
+ES-GA,Galicia,2020-05-03,,2782.0,,,315.0,
+ES-GA,Galicia,2020-05-04,,2792.0,,,317.0,
+ES-GA,Galicia,2020-05-05,,2811.0,,,319.0,
+ES-GA,Galicia,2020-05-06,,2833.0,,,320.0,
+ES-GA,Galicia,2020-05-07,,2852.0,,,321.0,
+ES-GA,Galicia,2020-05-08,,2876.0,,,323.0,
+ES-GA,Galicia,2020-05-09,,2886.0,,,325.0,
+ES-GA,Galicia,2020-05-10,,2902.0,,,326.0,
+ES-GA,Galicia,2020-05-11,,2905.0,,,326.0,
+ES-GA,Galicia,2020-05-12,,2909.0,,,327.0,
+ES-GA,Galicia,2020-05-13,,2915.0,,,327.0,
+ES-GA,Galicia,2020-05-14,,2921.0,,,332.0,
+ES-GA,Galicia,2020-05-15,,2923.0,,,332.0,
+ES-GA,Galicia,2020-05-16,,2926.0,,,332.0,
+ES-GA,Galicia,2020-05-17,,2934.0,,,332.0,
+ES-GA,Galicia,2020-05-18,,2935.0,,,332.0,
+ES-GA,Galicia,2020-05-19,,2939.0,,,334.0,
+ES-GA,Galicia,2020-05-20,,2943.0,,,334.0,
+ES-MD,Madrid,2020-02-20,,,,,,
+ES-MD,Madrid,2020-02-21,,,,,,
+ES-MD,Madrid,2020-02-22,,,,,,
+ES-MD,Madrid,2020-02-23,,,,,,
+ES-MD,Madrid,2020-02-24,,,,,,
+ES-MD,Madrid,2020-02-25,,,,,,
+ES-MD,Madrid,2020-02-26,,,,,,
+ES-MD,Madrid,2020-02-27,,,,,,
+ES-MD,Madrid,2020-02-28,,,,,,
+ES-MD,Madrid,2020-02-29,,,,,,
+ES-MD,Madrid,2020-03-01,,,,,,
+ES-MD,Madrid,2020-03-02,,,,,,
+ES-MD,Madrid,2020-03-03,,,,,,
+ES-MD,Madrid,2020-03-04,,,,,,
+ES-MD,Madrid,2020-03-05,,,,,,
+ES-MD,Madrid,2020-03-06,,,,,,
+ES-MD,Madrid,2020-03-07,,,,,,
+ES-MD,Madrid,2020-03-08,,,,61.0,,
+ES-MD,Madrid,2020-03-09,,,,120.0,,
+ES-MD,Madrid,2020-03-10,571.0,,,184.0,,
+ES-MD,Madrid,2020-03-11,868.0,,,238.0,,
+ES-MD,Madrid,2020-03-12,1290.0,,,307.0,,
+ES-MD,Madrid,2020-03-13,1699.0,,,370.0,,
+ES-MD,Madrid,2020-03-14,2207.0,,,469.0,,
+ES-MD,Madrid,2020-03-15,2747.0,,,566.0,,
+ES-MD,Madrid,2020-03-16,3314.0,,,702.0,,
+ES-MD,Madrid,2020-03-17,3934.0,,,850.0,,
+ES-MD,Madrid,2020-03-18,4874.0,,,1011.0,,
+ES-MD,Madrid,2020-03-19,6189.0,,,1196.0,,
+ES-MD,Madrid,2020-03-20,7535.0,,,1401.0,,
+ES-MD,Madrid,2020-03-21,9063.0,,,1532.0,,
+ES-MD,Madrid,2020-03-22,10771.0,,,1664.0,,
+ES-MD,Madrid,2020-03-23,12053.0,,,1813.0,,
+ES-MD,Madrid,2020-03-24,13297.0,,,1962.0,,
+ES-MD,Madrid,2020-03-25,15024.0,,,2117.0,,
+ES-MD,Madrid,2020-03-26,17093.0,,,2272.0,,
+ES-MD,Madrid,2020-03-27,19098.0,,,2369.0,,
+ES-MD,Madrid,2020-03-28,21311.0,,,2423.0,,
+ES-MD,Madrid,2020-03-29,23125.0,,,2464.0,,
+ES-MD,Madrid,2020-03-30,23913.0,,,2554.0,,
+ES-MD,Madrid,2020-03-31,24553.0,,,2627.0,,
+ES-MD,Madrid,2020-04-01,26112.0,,,2694.0,,
+ES-MD,Madrid,2020-04-02,27325.0,,,2764.0,,
+ES-MD,Madrid,2020-04-03,28420.0,,,2821.0,,
+ES-MD,Madrid,2020-04-04,29542.0,,,2854.0,,
+ES-MD,Madrid,2020-04-05,30490.0,,,2879.0,,
+ES-MD,Madrid,2020-04-06,31109.0,,,2958.0,,
+ES-MD,Madrid,2020-04-07,31554.0,,,3002.0,,
+ES-MD,Madrid,2020-04-08,32487.0,,,3038.0,,
+ES-MD,Madrid,2020-04-09,33278.0,,,3061.0,,
+ES-MD,Madrid,2020-04-10,33986.0,,,3091.0,,
+ES-MD,Madrid,2020-04-11,34545.0,,,3105.0,,
+ES-MD,Madrid,2020-04-12,35053.0,,,3122.0,,
+ES-MD,Madrid,2020-04-13,35400.0,,,3153.0,,
+ES-MD,Madrid,2020-04-14,35688.0,,,3180.0,,
+ES-MD,Madrid,2020-04-15,36251.0,,,3203.0,,
+ES-MD,Madrid,2020-04-16,36851.0,,,3214.0,,
+ES-MD,Madrid,2020-04-17,37248.0,,,3228.0,,
+ES-MD,Madrid,2020-04-18,37626.0,,,3238.0,,
+ES-MD,Madrid,2020-04-19,37970.0,,,3248.0,,
+ES-MD,Madrid,2020-04-20,38161.0,,,3278.0,,
+ES-MD,Madrid,2020-04-21,38328.0,,,3283.0,,
+ES-MD,Madrid,2020-04-22,38620.0,,,3288.0,,
+ES-MD,Madrid,2020-04-23,38837.0,,,3305.0,,
+ES-MD,Madrid,2020-04-24,39064.0,,,3307.0,,
+ES-MD,Madrid,2020-04-25,39217.0,,,3308.0,,
+ES-MD,Madrid,2020-04-26,,39350.0,,,3309.0,
+ES-MD,Madrid,2020-04-27,,39423.0,,,3338.0,
+ES-MD,Madrid,2020-04-28,,39850.0,,,3355.0,
+ES-MD,Madrid,2020-04-29,,40076.0,,,3377.0,
+ES-MD,Madrid,2020-04-30,,40293.0,,,3392.0,
+ES-MD,Madrid,2020-05-01,,40457.0,,,3404.0,
+ES-MD,Madrid,2020-05-02,,40597.0,,,3421.0,
+ES-MD,Madrid,2020-05-03,,40741.0,,,3431.0,
+ES-MD,Madrid,2020-05-04,,40851.0,,,3442.0,
+ES-MD,Madrid,2020-05-05,,41031.0,,,3465.0,
+ES-MD,Madrid,2020-05-06,,41159.0,,,3485.0,
+ES-MD,Madrid,2020-05-07,,41304.0,,,3493.0,
+ES-MD,Madrid,2020-05-08,,41436.0,,,3508.0,
+ES-MD,Madrid,2020-05-09,,41559.0,,,3520.0,
+ES-MD,Madrid,2020-05-10,,41650.0,,,3529.0,
+ES-MD,Madrid,2020-05-11,,41735.0,,,3543.0,
+ES-MD,Madrid,2020-05-12,,41856.0,,,3555.0,
+ES-MD,Madrid,2020-05-13,,41962.0,,,3564.0,
+ES-MD,Madrid,2020-05-14,,42057.0,,,3574.0,
+ES-MD,Madrid,2020-05-15,,42157.0,,,3577.0,
+ES-MD,Madrid,2020-05-16,,42227.0,,,3584.0,
+ES-MD,Madrid,2020-05-17,,42283.0,,,3594.0,
+ES-MD,Madrid,2020-05-18,,42350.0,,,3600.0,
+ES-MD,Madrid,2020-05-19,,42422.0,,,3610.0,
+ES-MD,Madrid,2020-05-20,,42497.0,,,3617.0,
+ES-ML,Melilla,2020-02-20,,,,,,
+ES-ML,Melilla,2020-02-21,,,,,,
+ES-ML,Melilla,2020-02-22,,,,,,
+ES-ML,Melilla,2020-02-23,,,,,,
+ES-ML,Melilla,2020-02-24,,,,,,
+ES-ML,Melilla,2020-02-25,,,,,,
+ES-ML,Melilla,2020-02-26,,,,,,
+ES-ML,Melilla,2020-02-27,,,,,,
+ES-ML,Melilla,2020-02-28,,,,,,
+ES-ML,Melilla,2020-02-29,,,,,,
+ES-ML,Melilla,2020-03-01,,,,,,
+ES-ML,Melilla,2020-03-02,,,,,,
+ES-ML,Melilla,2020-03-03,,,,,,
+ES-ML,Melilla,2020-03-04,,,,,,
+ES-ML,Melilla,2020-03-05,,,,,,
+ES-ML,Melilla,2020-03-06,,,,,,
+ES-ML,Melilla,2020-03-07,,,,,,
+ES-ML,Melilla,2020-03-08,,,,,0.0,
+ES-ML,Melilla,2020-03-09,,,,,0.0,
+ES-ML,Melilla,2020-03-10,,0.0,,,0.0,
+ES-ML,Melilla,2020-03-11,,0.0,,,0.0,
+ES-ML,Melilla,2020-03-12,,3.0,,,0.0,
+ES-ML,Melilla,2020-03-13,,3.0,,,0.0,
+ES-ML,Melilla,2020-03-14,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-15,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-16,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-17,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-18,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-19,,5.0,,,1.0,
+ES-ML,Melilla,2020-03-20,,8.0,,,1.0,
+ES-ML,Melilla,2020-03-21,,12.0,,,1.0,
+ES-ML,Melilla,2020-03-22,,12.0,,,1.0,
+ES-ML,Melilla,2020-03-23,,12.0,,,1.0,
+ES-ML,Melilla,2020-03-24,,14.0,,,2.0,
+ES-ML,Melilla,2020-03-25,,16.0,,,2.0,
+ES-ML,Melilla,2020-03-26,,18.0,,,2.0,
+ES-ML,Melilla,2020-03-27,,22.0,,,2.0,
+ES-ML,Melilla,2020-03-28,,24.0,,,2.0,
+ES-ML,Melilla,2020-03-29,,27.0,,,3.0,
+ES-ML,Melilla,2020-03-30,,27.0,,,3.0,
+ES-ML,Melilla,2020-03-31,,32.0,,,3.0,
+ES-ML,Melilla,2020-04-01,,32.0,,,3.0,
+ES-ML,Melilla,2020-04-02,,34.0,,,3.0,
+ES-ML,Melilla,2020-04-03,,37.0,,,3.0,
+ES-ML,Melilla,2020-04-04,,38.0,,,3.0,
+ES-ML,Melilla,2020-04-05,,38.0,,,3.0,
+ES-ML,Melilla,2020-04-06,,40.0,,,3.0,
+ES-ML,Melilla,2020-04-07,,40.0,,,3.0,
+ES-ML,Melilla,2020-04-08,,40.0,,,3.0,
+ES-ML,Melilla,2020-04-09,,41.0,,,3.0,
+ES-ML,Melilla,2020-04-10,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-11,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-12,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-13,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-14,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-15,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-16,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-17,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-18,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-19,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-20,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-21,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-22,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-23,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-24,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-25,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-26,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-27,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-28,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-29,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-30,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-01,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-02,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-03,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-04,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-05,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-06,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-07,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-08,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-09,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-10,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-11,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-12,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-13,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-14,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-15,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-16,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-17,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-18,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-19,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-20,,44.0,,,3.0,
+ES-MC,Murcia,2020-02-20,,,,,,
+ES-MC,Murcia,2020-02-21,,,,,,
+ES-MC,Murcia,2020-02-22,,,,,,
+ES-MC,Murcia,2020-02-23,,,,,,
+ES-MC,Murcia,2020-02-24,,,,,,
+ES-MC,Murcia,2020-02-25,,,,,,
+ES-MC,Murcia,2020-02-26,,,,,,
+ES-MC,Murcia,2020-02-27,,,,,,
+ES-MC,Murcia,2020-02-28,,,,,,
+ES-MC,Murcia,2020-02-29,,,,,,
+ES-MC,Murcia,2020-03-01,,,,,,
+ES-MC,Murcia,2020-03-02,,,,,,
+ES-MC,Murcia,2020-03-03,,,,,,
+ES-MC,Murcia,2020-03-04,,,,,,
+ES-MC,Murcia,2020-03-05,,,,,,
+ES-MC,Murcia,2020-03-06,,,,,,
+ES-MC,Murcia,2020-03-07,,,,,,
+ES-MC,Murcia,2020-03-08,,,,,0.0,
+ES-MC,Murcia,2020-03-09,,,,,0.0,
+ES-MC,Murcia,2020-03-10,,5.0,,,0.0,
+ES-MC,Murcia,2020-03-11,,5.0,,,1.0,
+ES-MC,Murcia,2020-03-12,,8.0,,,2.0,
+ES-MC,Murcia,2020-03-13,,8.0,,,2.0,
+ES-MC,Murcia,2020-03-14,,13.0,,,2.0,
+ES-MC,Murcia,2020-03-15,,13.0,,,2.0,
+ES-MC,Murcia,2020-03-16,,18.0,,,3.0,
+ES-MC,Murcia,2020-03-17,,22.0,,,4.0,
+ES-MC,Murcia,2020-03-18,,36.0,,,6.0,
+ES-MC,Murcia,2020-03-19,,47.0,,,11.0,
+ES-MC,Murcia,2020-03-20,,61.0,,,14.0,
+ES-MC,Murcia,2020-03-21,,78.0,,,16.0,
+ES-MC,Murcia,2020-03-22,,80.0,,,23.0,
+ES-MC,Murcia,2020-03-23,,99.0,,,26.0,
+ES-MC,Murcia,2020-03-24,,127.0,,,33.0,
+ES-MC,Murcia,2020-03-25,,172.0,,,36.0,
+ES-MC,Murcia,2020-03-26,,209.0,,,53.0,
+ES-MC,Murcia,2020-03-27,,231.0,,,58.0,
+ES-MC,Murcia,2020-03-28,,260.0,,,58.0,
+ES-MC,Murcia,2020-03-29,,265.0,,,58.0,
+ES-MC,Murcia,2020-03-30,,283.0,,,59.0,
+ES-MC,Murcia,2020-03-31,,304.0,,,59.0,
+ES-MC,Murcia,2020-04-01,,389.0,,,68.0,
+ES-MC,Murcia,2020-04-02,,405.0,,,72.0,
+ES-MC,Murcia,2020-04-03,,434.0,,,79.0,
+ES-MC,Murcia,2020-04-04,,447.0,,,80.0,
+ES-MC,Murcia,2020-04-05,,468.0,,,81.0,
+ES-MC,Murcia,2020-04-06,,500.0,,,84.0,
+ES-MC,Murcia,2020-04-07,,515.0,,,86.0,
+ES-MC,Murcia,2020-04-08,,533.0,,,87.0,
+ES-MC,Murcia,2020-04-09,,533.0,,,88.0,
+ES-MC,Murcia,2020-04-10,,533.0,,,88.0,
+ES-MC,Murcia,2020-04-11,,537.0,,,91.0,
+ES-MC,Murcia,2020-04-12,,543.0,,,94.0,
+ES-MC,Murcia,2020-04-13,,566.0,,,96.0,
+ES-MC,Murcia,2020-04-14,,574.0,,,97.0,
+ES-MC,Murcia,2020-04-15,,575.0,,,97.0,
+ES-MC,Murcia,2020-04-16,,585.0,,,99.0,
+ES-MC,Murcia,2020-04-17,,611.0,,,102.0,
+ES-MC,Murcia,2020-04-18,,612.0,,,102.0,
+ES-MC,Murcia,2020-04-19,,612.0,,,103.0,
+ES-MC,Murcia,2020-04-20,,614.0,,,104.0,
+ES-MC,Murcia,2020-04-21,,622.0,,,104.0,
+ES-MC,Murcia,2020-04-22,,624.0,,,104.0,
+ES-MC,Murcia,2020-04-23,,625.0,,,105.0,
+ES-MC,Murcia,2020-04-24,,625.0,,,105.0,
+ES-MC,Murcia,2020-04-25,,627.0,,,106.0,
+ES-MC,Murcia,2020-04-26,,627.0,,,106.0,
+ES-MC,Murcia,2020-04-27,,629.0,,,106.0,
+ES-MC,Murcia,2020-04-28,,635.0,,,106.0,
+ES-MC,Murcia,2020-04-29,,637.0,,,108.0,
+ES-MC,Murcia,2020-04-30,,638.0,,,109.0,
+ES-MC,Murcia,2020-05-01,,639.0,,,110.0,
+ES-MC,Murcia,2020-05-02,,641.0,,,110.0,
+ES-MC,Murcia,2020-05-03,,645.0,,,110.0,
+ES-MC,Murcia,2020-05-04,,650.0,,,111.0,
+ES-MC,Murcia,2020-05-05,,650.0,,,111.0,
+ES-MC,Murcia,2020-05-06,,652.0,,,111.0,
+ES-MC,Murcia,2020-05-07,,659.0,,,112.0,
+ES-MC,Murcia,2020-05-08,,662.0,,,112.0,
+ES-MC,Murcia,2020-05-09,,662.0,,,112.0,
+ES-MC,Murcia,2020-05-10,,665.0,,,112.0,
+ES-MC,Murcia,2020-05-11,,665.0,,,112.0,
+ES-MC,Murcia,2020-05-12,,666.0,,,112.0,
+ES-MC,Murcia,2020-05-13,,672.0,,,112.0,
+ES-MC,Murcia,2020-05-14,,675.0,,,112.0,
+ES-MC,Murcia,2020-05-15,,676.0,,,112.0,
+ES-MC,Murcia,2020-05-16,,676.0,,,112.0,
+ES-MC,Murcia,2020-05-17,,678.0,,,112.0,
+ES-MC,Murcia,2020-05-18,,679.0,,,112.0,
+ES-MC,Murcia,2020-05-19,,679.0,,,112.0,
+ES-MC,Murcia,2020-05-20,,680.0,,,112.0,
+ES-NC,Navarre,2020-02-20,,,,,,
+ES-NC,Navarre,2020-02-21,,,,,,
+ES-NC,Navarre,2020-02-22,,,,,,
+ES-NC,Navarre,2020-02-23,,,,,,
+ES-NC,Navarre,2020-02-24,,,,,,
+ES-NC,Navarre,2020-02-25,,,,,,
+ES-NC,Navarre,2020-02-26,,,,,,
+ES-NC,Navarre,2020-02-27,,,,,,
+ES-NC,Navarre,2020-02-28,,,,,,
+ES-NC,Navarre,2020-02-29,,,,,,
+ES-NC,Navarre,2020-03-01,,,,,,
+ES-NC,Navarre,2020-03-02,,,,,,
+ES-NC,Navarre,2020-03-03,,,,,,
+ES-NC,Navarre,2020-03-04,,,,,,
+ES-NC,Navarre,2020-03-05,,,,,,
+ES-NC,Navarre,2020-03-06,,,,,,
+ES-NC,Navarre,2020-03-07,,,,,,
+ES-NC,Navarre,2020-03-08,,,,,1.0,
+ES-NC,Navarre,2020-03-09,,,,,2.0,
+ES-NC,Navarre,2020-03-10,,10.0,,,3.0,
+ES-NC,Navarre,2020-03-11,,17.0,,,3.0,
+ES-NC,Navarre,2020-03-12,,28.0,,,4.0,
+ES-NC,Navarre,2020-03-13,,28.0,,,4.0,
+ES-NC,Navarre,2020-03-14,,34.0,,,4.0,
+ES-NC,Navarre,2020-03-15,,58.0,,,5.0,
+ES-NC,Navarre,2020-03-16,,72.0,,,10.0,
+ES-NC,Navarre,2020-03-17,,93.0,,,10.0,
+ES-NC,Navarre,2020-03-18,,132.0,,,11.0,
+ES-NC,Navarre,2020-03-19,,172.0,,,19.0,
+ES-NC,Navarre,2020-03-20,,222.0,,,25.0,
+ES-NC,Navarre,2020-03-21,,288.0,,,30.0,
+ES-NC,Navarre,2020-03-22,,339.0,,,40.0,
+ES-NC,Navarre,2020-03-23,,405.0,,,45.0,
+ES-NC,Navarre,2020-03-24,,506.0,,,51.0,
+ES-NC,Navarre,2020-03-25,,649.0,,,54.0,
+ES-NC,Navarre,2020-03-26,,732.0,,,75.0,
+ES-NC,Navarre,2020-03-27,,827.0,,,84.0,
+ES-NC,Navarre,2020-03-28,,896.0,,,90.0,
+ES-NC,Navarre,2020-03-29,,955.0,,,96.0,
+ES-NC,Navarre,2020-03-30,,1035.0,,,99.0,
+ES-NC,Navarre,2020-03-31,,1120.0,,,104.0,
+ES-NC,Navarre,2020-04-01,,1181.0,,,108.0,
+ES-NC,Navarre,2020-04-02,,1284.0,,,119.0,
+ES-NC,Navarre,2020-04-03,,1341.0,,,120.0,
+ES-NC,Navarre,2020-04-04,,1399.0,,,123.0,
+ES-NC,Navarre,2020-04-05,,1432.0,,,124.0,
+ES-NC,Navarre,2020-04-06,,1488.0,,,124.0,
+ES-NC,Navarre,2020-04-07,,1526.0,,,124.0,
+ES-NC,Navarre,2020-04-08,,1526.0,,,124.0,
+ES-NC,Navarre,2020-04-09,,1620.0,,,124.0,
+ES-NC,Navarre,2020-04-10,,1641.0,,,124.0,
+ES-NC,Navarre,2020-04-11,,1663.0,,,124.0,
+ES-NC,Navarre,2020-04-12,,1693.0,,,124.0,
+ES-NC,Navarre,2020-04-13,,1705.0,,,124.0,
+ES-NC,Navarre,2020-04-14,,1731.0,,,124.0,
+ES-NC,Navarre,2020-04-15,,1752.0,,,124.0,
+ES-NC,Navarre,2020-04-16,,1781.0,,,124.0,
+ES-NC,Navarre,2020-04-17,,1829.0,,,127.0,
+ES-NC,Navarre,2020-04-18,,1843.0,,,127.0,
+ES-NC,Navarre,2020-04-19,,1856.0,,,128.0,
+ES-NC,Navarre,2020-04-20,,1877.0,,,128.0,
+ES-NC,Navarre,2020-04-21,,1894.0,,,128.0,
+ES-NC,Navarre,2020-04-22,,1907.0,,,129.0,
+ES-NC,Navarre,2020-04-23,,1915.0,,,129.0,
+ES-NC,Navarre,2020-04-24,,1937.0,,,129.0,
+ES-NC,Navarre,2020-04-25,,1942.0,,,129.0,
+ES-NC,Navarre,2020-04-26,,1942.0,,,130.0,
+ES-NC,Navarre,2020-04-27,,1945.0,,,130.0,
+ES-NC,Navarre,2020-04-28,,1951.0,,,130.0,
+ES-NC,Navarre,2020-04-29,,1965.0,,,132.0,
+ES-NC,Navarre,2020-04-30,,1977.0,,,132.0,
+ES-NC,Navarre,2020-05-01,,1979.0,,,132.0,
+ES-NC,Navarre,2020-05-02,,1986.0,,,133.0,
+ES-NC,Navarre,2020-05-03,,1990.0,,,133.0,
+ES-NC,Navarre,2020-05-04,,1995.0,,,134.0,
+ES-NC,Navarre,2020-05-05,,2005.0,,,135.0,
+ES-NC,Navarre,2020-05-06,,2015.0,,,135.0,
+ES-NC,Navarre,2020-05-07,,2015.0,,,135.0,
+ES-NC,Navarre,2020-05-08,,2021.0,,,135.0,
+ES-NC,Navarre,2020-05-09,,2023.0,,,135.0,
+ES-NC,Navarre,2020-05-10,,2029.0,,,135.0,
+ES-NC,Navarre,2020-05-11,,2039.0,,,135.0,
+ES-NC,Navarre,2020-05-12,,2042.0,,,135.0,
+ES-NC,Navarre,2020-05-13,,2045.0,,,135.0,
+ES-NC,Navarre,2020-05-14,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-15,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-16,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-17,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-18,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-19,,2048.0,,,136.0,
+ES-NC,Navarre,2020-05-20,,2048.0,,,136.0,
+ES-PV,Pais Vasco,2020-02-20,,,,,,
+ES-PV,Pais Vasco,2020-02-21,,,,,,
+ES-PV,Pais Vasco,2020-02-22,,,,,,
+ES-PV,Pais Vasco,2020-02-23,,,,,,
+ES-PV,Pais Vasco,2020-02-24,,,,,,
+ES-PV,Pais Vasco,2020-02-25,,,,,,
+ES-PV,Pais Vasco,2020-02-26,,,,,,
+ES-PV,Pais Vasco,2020-02-27,,,,,,
+ES-PV,Pais Vasco,2020-02-28,,,,,,
+ES-PV,Pais Vasco,2020-02-29,,,,,,
+ES-PV,Pais Vasco,2020-03-01,,,,,,
+ES-PV,Pais Vasco,2020-03-02,,,,,,
+ES-PV,Pais Vasco,2020-03-03,,,,,,
+ES-PV,Pais Vasco,2020-03-04,,,,,,
+ES-PV,Pais Vasco,2020-03-05,,,,,,
+ES-PV,Pais Vasco,2020-03-06,,,,,,
+ES-PV,Pais Vasco,2020-03-07,,,,,,
+ES-PV,Pais Vasco,2020-03-08,,,,,5.0,
+ES-PV,Pais Vasco,2020-03-09,,,,,5.0,
+ES-PV,Pais Vasco,2020-03-10,,102.0,,,15.0,
+ES-PV,Pais Vasco,2020-03-11,,146.0,,,18.0,
+ES-PV,Pais Vasco,2020-03-12,,179.0,,,20.0,
+ES-PV,Pais Vasco,2020-03-13,,179.0,,,22.0,
+ES-PV,Pais Vasco,2020-03-14,,262.0,,,29.0,
+ES-PV,Pais Vasco,2020-03-15,,262.0,,,29.0,
+ES-PV,Pais Vasco,2020-03-16,,309.0,,,33.0,
+ES-PV,Pais Vasco,2020-03-17,,353.0,,,37.0,
+ES-PV,Pais Vasco,2020-03-18,,455.0,,,44.0,
+ES-PV,Pais Vasco,2020-03-19,,550.0,,,53.0,
+ES-PV,Pais Vasco,2020-03-20,,654.0,,,71.0,
+ES-PV,Pais Vasco,2020-03-21,,988.0,,,81.0,
+ES-PV,Pais Vasco,2020-03-22,,1252.0,,,92.0,
+ES-PV,Pais Vasco,2020-03-23,,1425.0,,,106.0,
+ES-PV,Pais Vasco,2020-03-24,,1577.0,,,119.0,
+ES-PV,Pais Vasco,2020-03-25,,1907.0,,,137.0,
+ES-PV,Pais Vasco,2020-03-26,,2270.0,,,154.0,
+ES-PV,Pais Vasco,2020-03-27,,2612.0,,,176.0,
+ES-PV,Pais Vasco,2020-03-28,,3106.0,,,271.0,
+ES-PV,Pais Vasco,2020-03-29,,3427.0,,,293.0,
+ES-PV,Pais Vasco,2020-03-30,,3594.0,,,307.0,
+ES-PV,Pais Vasco,2020-03-31,,3806.0,,,324.0,
+ES-PV,Pais Vasco,2020-04-01,,4087.0,,,344.0,
+ES-PV,Pais Vasco,2020-04-02,,4283.0,,,363.0,
+ES-PV,Pais Vasco,2020-04-03,,4522.0,,,377.0,
+ES-PV,Pais Vasco,2020-04-04,,4666.0,,,404.0,
+ES-PV,Pais Vasco,2020-04-05,,4794.0,,,410.0,
+ES-PV,Pais Vasco,2020-04-06,,4856.0,,,417.0,
+ES-PV,Pais Vasco,2020-04-07,,4982.0,,,430.0,
+ES-PV,Pais Vasco,2020-04-08,,5130.0,,,433.0,
+ES-PV,Pais Vasco,2020-04-09,,5290.0,,,442.0,
+ES-PV,Pais Vasco,2020-04-10,,5402.0,,,453.0,
+ES-PV,Pais Vasco,2020-04-11,,5547.0,,,459.0,
+ES-PV,Pais Vasco,2020-04-12,,5622.0,,,464.0,
+ES-PV,Pais Vasco,2020-04-13,,5679.0,,,470.0,
+ES-PV,Pais Vasco,2020-04-14,,5750.0,,,471.0,
+ES-PV,Pais Vasco,2020-04-15,,5863.0,,,478.0,
+ES-PV,Pais Vasco,2020-04-16,,5939.0,,,484.0,
+ES-PV,Pais Vasco,2020-04-17,,6030.0,,,490.0,
+ES-PV,Pais Vasco,2020-04-18,,6086.0,,,499.0,
+ES-PV,Pais Vasco,2020-04-19,,6109.0,,,501.0,
+ES-PV,Pais Vasco,2020-04-20,,6141.0,,,507.0,
+ES-PV,Pais Vasco,2020-04-21,,6201.0,,,513.0,
+ES-PV,Pais Vasco,2020-04-22,,6260.0,,,516.0,
+ES-PV,Pais Vasco,2020-04-23,,6315.0,,,518.0,
+ES-PV,Pais Vasco,2020-04-24,,6375.0,,,525.0,
+ES-PV,Pais Vasco,2020-04-25,,6426.0,,,533.0,
+ES-PV,Pais Vasco,2020-04-26,,6457.0,,,538.0,
+ES-PV,Pais Vasco,2020-04-27,,6482.0,,,539.0,
+ES-PV,Pais Vasco,2020-04-28,,6522.0,,,540.0,
+ES-PV,Pais Vasco,2020-04-29,,6561.0,,,541.0,
+ES-PV,Pais Vasco,2020-04-30,,6607.0,,,544.0,
+ES-PV,Pais Vasco,2020-05-01,,6659.0,,,551.0,
+ES-PV,Pais Vasco,2020-05-02,,6692.0,,,553.0,
+ES-PV,Pais Vasco,2020-05-03,,6719.0,,,554.0,
+ES-PV,Pais Vasco,2020-05-04,,6736.0,,,556.0,
+ES-PV,Pais Vasco,2020-05-05,,6781.0,,,559.0,
+ES-PV,Pais Vasco,2020-05-06,,6797.0,,,561.0,
+ES-PV,Pais Vasco,2020-05-07,,6818.0,,,566.0,
+ES-PV,Pais Vasco,2020-05-08,,6865.0,,,568.0,
+ES-PV,Pais Vasco,2020-05-09,,6902.0,,,571.0,
+ES-PV,Pais Vasco,2020-05-10,,6922.0,,,573.0,
+ES-PV,Pais Vasco,2020-05-11,,6929.0,,,574.0,
+ES-PV,Pais Vasco,2020-05-12,,6955.0,,,575.0,
+ES-PV,Pais Vasco,2020-05-13,,6994.0,,,577.0,
+ES-PV,Pais Vasco,2020-05-14,,7009.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-15,,7011.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-16,,7015.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-17,,7016.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-18,,7021.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-19,,7024.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-20,,7032.0,,,578.0,
+ES-RI,La Rioja,2020-02-20,,,,,,
+ES-RI,La Rioja,2020-02-21,,,,,,
+ES-RI,La Rioja,2020-02-22,,,,,,
+ES-RI,La Rioja,2020-02-23,,,,,,
+ES-RI,La Rioja,2020-02-24,,,,,,
+ES-RI,La Rioja,2020-02-25,,,,,,
+ES-RI,La Rioja,2020-02-26,,,,,,
+ES-RI,La Rioja,2020-02-27,,,,,,
+ES-RI,La Rioja,2020-02-28,,,,,,
+ES-RI,La Rioja,2020-02-29,,,,,,
+ES-RI,La Rioja,2020-03-01,,,,,,
+ES-RI,La Rioja,2020-03-02,,,,,,
+ES-RI,La Rioja,2020-03-03,,,,,,
+ES-RI,La Rioja,2020-03-04,,,,,,
+ES-RI,La Rioja,2020-03-05,,,,,,
+ES-RI,La Rioja,2020-03-06,,,,,,
+ES-RI,La Rioja,2020-03-07,,,,,,
+ES-RI,La Rioja,2020-03-08,,,,,1.0,
+ES-RI,La Rioja,2020-03-09,,,,,1.0,
+ES-RI,La Rioja,2020-03-10,,13.0,,,1.0,
+ES-RI,La Rioja,2020-03-11,,21.0,,,1.0,
+ES-RI,La Rioja,2020-03-12,,27.0,,,2.0,
+ES-RI,La Rioja,2020-03-13,,38.0,,,2.0,
+ES-RI,La Rioja,2020-03-14,,58.0,,,7.0,
+ES-RI,La Rioja,2020-03-15,,64.0,,,13.0,
+ES-RI,La Rioja,2020-03-16,,82.0,,,13.0,
+ES-RI,La Rioja,2020-03-17,,99.0,,,13.0,
+ES-RI,La Rioja,2020-03-18,,121.0,,,15.0,
+ES-RI,La Rioja,2020-03-19,,122.0,,,15.0,
+ES-RI,La Rioja,2020-03-20,,128.0,,,17.0,
+ES-RI,La Rioja,2020-03-21,,134.0,,,17.0,
+ES-RI,La Rioja,2020-03-22,,166.0,,,22.0,
+ES-RI,La Rioja,2020-03-23,,206.0,,,24.0,
+ES-RI,La Rioja,2020-03-24,,254.0,,,33.0,
+ES-RI,La Rioja,2020-03-25,,316.0,,,36.0,
+ES-RI,La Rioja,2020-03-26,,388.0,,,43.0,
+ES-RI,La Rioja,2020-03-27,,458.0,,,43.0,
+ES-RI,La Rioja,2020-03-28,,497.0,,,43.0,
+ES-RI,La Rioja,2020-03-29,,517.0,,,43.0,
+ES-RI,La Rioja,2020-03-30,,575.0,,,51.0,
+ES-RI,La Rioja,2020-03-31,,619.0,,,54.0,
+ES-RI,La Rioja,2020-04-01,,660.0,,,57.0,
+ES-RI,La Rioja,2020-04-02,,738.0,,,64.0,
+ES-RI,La Rioja,2020-04-03,,805.0,,,64.0,
+ES-RI,La Rioja,2020-04-04,,855.0,,,66.0,
+ES-RI,La Rioja,2020-04-05,,888.0,,,66.0,
+ES-RI,La Rioja,2020-04-06,,918.0,,,66.0,
+ES-RI,La Rioja,2020-04-07,,955.0,,,68.0,
+ES-RI,La Rioja,2020-04-08,,997.0,,,69.0,
+ES-RI,La Rioja,2020-04-09,,1047.0,,,71.0,
+ES-RI,La Rioja,2020-04-10,,1082.0,,,73.0,
+ES-RI,La Rioja,2020-04-11,,1122.0,,,73.0,
+ES-RI,La Rioja,2020-04-12,,1141.0,,,73.0,
+ES-RI,La Rioja,2020-04-13,,1152.0,,,74.0,
+ES-RI,La Rioja,2020-04-14,,1182.0,,,75.0,
+ES-RI,La Rioja,2020-04-15,,1207.0,,,75.0,
+ES-RI,La Rioja,2020-04-16,,1226.0,,,76.0,
+ES-RI,La Rioja,2020-04-17,,1249.0,,,78.0,
+ES-RI,La Rioja,2020-04-18,,1268.0,,,79.0,
+ES-RI,La Rioja,2020-04-19,,1282.0,,,79.0,
+ES-RI,La Rioja,2020-04-20,,1297.0,,,81.0,
+ES-RI,La Rioja,2020-04-21,,1318.0,,,81.0,
+ES-RI,La Rioja,2020-04-22,,1331.0,,,82.0,
+ES-RI,La Rioja,2020-04-23,,1344.0,,,82.0,
+ES-RI,La Rioja,2020-04-24,,1360.0,,,83.0,
+ES-RI,La Rioja,2020-04-25,,1380.0,,,84.0,
+ES-RI,La Rioja,2020-04-26,,1392.0,,,85.0,
+ES-RI,La Rioja,2020-04-27,,1400.0,,,87.0,
+ES-RI,La Rioja,2020-04-28,,1413.0,,,87.0,
+ES-RI,La Rioja,2020-04-29,,1424.0,,,88.0,
+ES-RI,La Rioja,2020-04-30,,1433.0,,,88.0,
+ES-RI,La Rioja,2020-05-01,,1439.0,,,88.0,
+ES-RI,La Rioja,2020-05-02,,1446.0,,,88.0,
+ES-RI,La Rioja,2020-05-03,,1449.0,,,88.0,
+ES-RI,La Rioja,2020-05-04,,1452.0,,,90.0,
+ES-RI,La Rioja,2020-05-05,,1458.0,,,91.0,
+ES-RI,La Rioja,2020-05-06,,1463.0,,,91.0,
+ES-RI,La Rioja,2020-05-07,,1469.0,,,91.0,
+ES-RI,La Rioja,2020-05-08,,1473.0,,,91.0,
+ES-RI,La Rioja,2020-05-09,,1474.0,,,91.0,
+ES-RI,La Rioja,2020-05-10,,1475.0,,,91.0,
+ES-RI,La Rioja,2020-05-11,,1478.0,,,91.0,
+ES-RI,La Rioja,2020-05-12,,1481.0,,,91.0,
+ES-RI,La Rioja,2020-05-13,,1484.0,,,91.0,
+ES-RI,La Rioja,2020-05-14,,1488.0,,,91.0,
+ES-RI,La Rioja,2020-05-15,,1490.0,,,91.0,
+ES-RI,La Rioja,2020-05-16,,1496.0,,,91.0,
+ES-RI,La Rioja,2020-05-17,,1496.0,,,91.0,
+ES-RI,La Rioja,2020-05-18,,1498.0,,,91.0,
+ES-RI,La Rioja,2020-05-19,,1499.0,,,91.0,
+ES-RI,La Rioja,2020-05-20,,1504.0,,,91.0,
+DNK,Denmark,2020-03-16,62.0,,,10.0,,
+DNK,Denmark,2020-03-17,82.0,,,18.0,,
+DNK,Denmark,2020-03-18,129.0,,,24.0,,
+DNK,Denmark,2020-03-19,153.0,,,30.0,,
+DNK,Denmark,2020-03-20,186.0,,,37.0,,
+DNK,Denmark,2020-03-21,206.0,,,42.0,,
+DNK,Denmark,2020-03-22,232.0,,,46.0,,
+DNK,Denmark,2020-03-23,254.0,,,55.0,,
+DNK,Denmark,2020-03-24,301.0,,,69.0,,
+DNK,Denmark,2020-03-25,350.0,,,87.0,,
+DNK,Denmark,2020-03-26,386.0,,,94.0,,
+DNK,Denmark,2020-03-27,430.0,,,109.0,,
+DNK,Denmark,2020-03-28,459.0,,,121.0,,
+DNK,Denmark,2020-03-29,499.0,,,131.0,,
+DNK,Denmark,2020-03-30,533.0,,,137.0,,
+DNK,Denmark,2020-03-31,529.0,,,145.0,,
+DNK,Denmark,2020-04-01,535.0,,,146.0,,
+DNK,Denmark,2020-04-02,531.0,,,146.0,,
+DNK,Denmark,2020-04-03,516.0,,,139.0,,
+DNK,Denmark,2020-04-04,503.0,,,138.0,,
+DNK,Denmark,2020-04-05,498.0,,,138.0,,
+DNK,Denmark,2020-04-06,497.0,,,133.0,,
+DNK,Denmark,2020-04-07,472.0,,,127.0,,
+DNK,Denmark,2020-04-08,453.0,,,127.0,,
+DNK,Denmark,2020-04-09,433.0,,,120.0,,
+DNK,Denmark,2020-04-10,401.0,,,113.0,,
+DNK,Denmark,2020-04-11,408.0,,,106.0,,
+DNK,Denmark,2020-04-12,396.0,,,104.0,,
+DNK,Denmark,2020-04-13,388.0,,,100.0,,
+DNK,Denmark,2020-04-14,380.0,,,93.0,,
+DNK,Denmark,2020-04-15,362.0,,,89.0,,
+DNK,Denmark,2020-04-16,353.0,,,92.0,,
+DNK,Denmark,2020-04-17,350.0,,,93.0,,
+DNK,Denmark,2020-04-18,317.0,,,87.0,,
+DNK,Denmark,2020-04-19,319.0,,,84.0,,
+DNK,Denmark,2020-04-20,336.0,,,84.0,,
+DNK,Denmark,2020-04-21,335.0,,,81.0,,
+DNK,Denmark,2020-04-22,324.0,,,80.0,,
+DNK,Denmark,2020-04-23,319.0,,,74.0,,
+DNK,Denmark,2020-04-24,320.0,,,69.0,,
+DNK,Denmark,2020-04-25,290.0,,,70.0,,
+DNK,Denmark,2020-04-26,285.0,,,70.0,,
+DNK,Denmark,2020-04-27,310.0,,,72.0,,
+DNK,Denmark,2020-04-28,284.0,,,66.0,,
+DNK,Denmark,2020-04-29,267.0,,,66.0,,
+DNK,Denmark,2020-04-30,255.0,,,62.0,,
+DNK,Denmark,2020-05-01,249.0,,,61.0,,
+DNK,Denmark,2020-05-02,232.0,,,60.0,,
+DNK,Denmark,2020-05-03,243.0,,,62.0,,
+DNK,Denmark,2020-05-04,252.0,,,57.0,,
+DNK,Denmark,2020-05-05,228.0,,,49.0,,39.0
+DNK,Denmark,2020-05-06,209.0,,,46.0,,41.0
+DNK,Denmark,2020-05-07,199.0,,,43.0,,39.0
+DNK,Denmark,2020-05-08,205.0,,,42.0,,35.0
+DNK,Denmark,2020-05-09,194.0,,,39.0,,32.0
+DNK,Denmark,2020-05-10,196.0,,,40.0,,33.0
+DNK,Denmark,2020-05-11,198.0,,,43.0,,33.0
+DNK,Denmark,2020-05-12,177.0,,,43.0,,32.0
+DNK,Denmark,2020-05-13,164.0,,,37.0,,32.0
+DNK,Denmark,2020-05-14,147.0,,,35.0,,28.0
+DNK,Denmark,2020-05-15,137.0,,,32.0,,26.0
+DNK,Denmark,2020-05-16,140.0,,,28.0,,22.0
+DNK,Denmark,2020-05-17,133.0,,,27.0,,21.0
+DNK,Denmark,2020-05-18,144.0,,,26.0,,21.0
+DNK,Denmark,2020-05-19,141.0,,,25.0,,18.0
+DNK,Denmark,2020-05-20,127.0,,,25.0,,16.0
+DNK,Denmark,2020-05-21,122.0,,,23.0,,18.0
+DNK,Denmark,2020-05-22,119.0,,,23.0,,19.0
+DNK,Denmark,2020-05-23,118.0,,,19.0,,16.0
+DNK,Denmark,2020-05-24,115.0,,,21.0,,17.0
+DNK,Denmark,2020-05-25,116.0,,,20.0,,16.0
+DNK,Denmark,2020-05-26,112.0,,,23.0,,14.0
+DNK,Denmark,2020-05-27,107.0,,,22.0,,11.0
+DNK,Denmark,2020-05-28,110.0,,,20.0,,11.0
+DNK,Denmark,2020-05-29,106.0,,,18.0,,10.0
+JPN,Japan,2020-02-05,,,,,,
+JPN,Japan,2020-02-06,,,,,,
+JPN,Japan,2020-02-07,7.0,,,0.0,,
+JPN,Japan,2020-02-10,6.0,,,0.0,,
+JPN,Japan,2020-02-12,6.0,,,0.0,,
+JPN,Japan,2020-02-13,9.0,,,0.0,,
+JPN,Japan,2020-02-14,24.0,,,3.0,,
+JPN,Japan,2020-02-17,31.0,,,3.0,,
+JPN,Japan,2020-02-18,35.0,,,6.0,,
+JPN,Japan,2020-02-19,43.0,,,7.0,,
+JPN,Japan,2020-02-20,52.0,,,9.0,,
+JPN,Japan,2020-02-21,62.0,,,10.0,,
+JPN,Japan,2020-02-22,84.0,,,11.0,,
+JPN,Japan,2020-02-23,96.0,,,13.0,,
+JPN,Japan,2020-02-24,110.0,,,14.0,,
+JPN,Japan,2020-02-25,113.0,,,15.0,,
+JPN,Japan,2020-02-26,127.0,,,16.0,,
+JPN,Japan,2020-02-27,150.0,,,20.0,,
+JPN,Japan,2020-02-28,162.0,,,22.0,,
+JPN,Japan,2020-02-29,174.0,,,23.0,,
+JPN,Japan,2020-03-01,188.0,,,23.0,,
+JPN,Japan,2020-03-02,194.0,,,24.0,,
+JPN,Japan,2020-03-03,209.0,,,24.0,,
+JPN,Japan,2020-03-04,238.0,,,27.0,,
+JPN,Japan,2020-03-05,246.0,,,30.0,,
+JPN,Japan,2020-03-06,296.0,,,28.0,,
+JPN,Japan,2020-03-07,334.0,,,27.0,,
+JPN,Japan,2020-03-08,343.0,,,33.0,,
+JPN,Japan,2020-03-09,360.0,,,31.0,,
+JPN,Japan,2020-03-10,392.0,,,26.0,,
+JPN,Japan,2020-03-11,434.0,,,29.0,,
+JPN,Japan,2020-03-12,468.0,,,32.0,,
+JPN,Japan,2020-03-13,497.0,,,35.0,,
+JPN,Japan,2020-03-14,536.0,,,36.0,,
+JPN,Japan,2020-03-15,550.0,,,41.0,,
+JPN,Japan,2020-03-16,556.0,,,46.0,,
+JPN,Japan,2020-03-17,579.0,,,46.0,,
+JPN,Japan,2020-03-18,590.0,,,49.0,,
+JPN,Japan,2020-03-19,614.0,,,50.0,,
+JPN,Japan,2020-03-20,650.0,,,55.0,,
+JPN,Japan,2020-03-21,648.0,,,57.0,,
+JPN,Japan,2020-03-22,669.0,,,54.0,,
+JPN,Japan,2020-03-23,689.0,,,55.0,,
+JPN,Japan,2020-03-24,739.0,,,57.0,,
+JPN,Japan,2020-03-25,765.0,,,56.0,,
+JPN,Japan,2020-03-26,828.0,,,56.0,,
+JPN,Japan,2020-03-27,948.0,,,60.0,,
+JPN,Japan,2020-03-28,1187.0,,,59.0,,
+JPN,Japan,2020-03-29,1358.0,,,59.0,,
+JPN,Japan,2020-03-30,1423.0,,,59.0,,
+JPN,Japan,2020-03-31,1594.0,,,60.0,,
+JPN,Japan,2020-04-01,1757.0,,,62.0,,
+JPN,Japan,2020-04-02,1980.0,,,64.0,,
+JPN,Japan,2020-04-03,2227.0,,,69.0,,
+JPN,Japan,2020-04-04,2553.0,,,70.0,,
+JPN,Japan,2020-04-05,2921.0,,,79.0,,
+JPN,Japan,2020-04-06,3132.0,,,80.0,,
+JPN,Japan,2020-04-07,3472.0,,,99.0,,
+JPN,Japan,2020-04-08,3914.0,,,109.0,,
+JPN,Japan,2020-04-09,4461.0,,,117.0,,
+JPN,Japan,2020-04-10,5063.0,,,122.0,,
+JPN,Japan,2020-04-11,5751.0,,,129.0,,
+JPN,Japan,2020-04-12,6239.0,,,135.0,,
+JPN,Japan,2020-04-13,6564.0,,,152.0,,
+JPN,Japan,2020-04-14,6961.0,,,168.0,,
+JPN,Japan,2020-04-15,7388.0,,,193.0,,
+JPN,Japan,2020-04-16,7884.0,,,207.0,,
+JPN,Japan,2020-04-17,8448.0,,,211.0,,
+JPN,Japan,2020-04-18,8916.0,,,217.0,,
+JPN,Japan,2020-04-19,9215.0,,,231.0,,
+JPN,Japan,2020-04-20,9449.0,,,232.0,,
+JPN,Japan,2020-04-21,9740.0,,,241.0,,
+JPN,Japan,2020-04-22,10082.0,,,259.0,,
+JPN,Japan,2020-04-23,10469.0,,,263.0,,
+JPN,Japan,2020-04-24,10801.0,,,287.0,,
+JPN,Japan,2020-04-25,11046.0,,,296.0,,
+JPN,Japan,2020-04-26,11175.0,,,300.0,,
+JPN,Japan,2020-04-27,11252.0,,,305.0,,
+JPN,Japan,2020-04-28,11427.0,,,306.0,,
+JPN,Japan,2020-04-29,11585.0,,,308.0,,
+JPN,Japan,2020-04-30,11424.0,,,328.0,,
+JPN,Japan,2020-05-01,11558.0,,,324.0,,
+JPN,Japan,2020-05-02,11724.0,,,321.0,,
+JPN,Japan,2020-05-03,11823.0,,,308.0,,
+JPN,Japan,2020-05-04,11935.0,,,309.0,,
+JPN,Japan,2020-05-05,11731.0,,,308.0,,
+JPN,Japan,2020-05-06,11638.0,,,300.0,,
+JPN,Japan,2020-05-07,11286.0,,,287.0,,
+JPN,Japan,2020-05-08,6302.0,,,266.0,,
+JPN,Japan,2020-05-09,6250.0,,,267.0,,
+JPN,Japan,2020-05-10,6074.0,,,249.0,,
+JPN,Japan,2020-05-11,5914.0,,,243.0,,
+JPN,Japan,2020-05-12,5162.0,,,259.0,,
+JPN,Japan,2020-05-13,4732.0,,,245.0,,
+JPN,Japan,2020-05-14,4339.0,,,237.0,,
+JPN,Japan,2020-05-15,4025.0,,,232.0,,
+JPN,Japan,2020-05-16,3787.0,,,230.0,,
+JPN,Japan,2020-05-17,3667.0,,,228.0,,
+JPN,Japan,2020-05-18,3400.0,,,213.0,,
+JPN,Japan,2020-05-19,3009.0,,,210.0,,
+JPN,Japan,2020-05-20,2761.0,,,195.0,,
+JPN,Japan,2020-05-21,2495.0,,,176.0,,
+JPN,Japan,2020-05-22,2293.0,,,174.0,,
+JPN,Japan,2020-05-23,2130.0,,,168.0,,
+JPN,Japan,2020-05-24,2111.0,,,165.0,,
+JPN,Japan,2020-05-25,1939.0,,,155.0,,
+JPN,Japan,2020-05-26,1788.0,,,147.0,,
+JPN,Japan,2020-05-27,1637.0,,,136.0,,
+JPN,Japan,2020-05-28,1556.0,,,131.0,,
+JPN,Japan,2020-05-29,1466.0,,,123.0,,
+JPN,Japan,2020-05-30,1452.0,,,119.0,,
+JPN,Japan,2020-05-31,1436.0,,,115.0,,
+JPN,Japan,2020-06-01,1341.0,,,113.0,,
+JPN,Japan,2020-06-02,1270.0,,,101.0,,
+JPN,Japan,2020-06-03,1207.0,,,102.0,,
+JPN,Japan,2020-06-04,1141.0,,,98.0,,
+JPN,Japan,2020-06-05,1064.0,,,99.0,,
+JPN,Japan,2020-06-06,1042.0,,,98.0,,
+JPN,Japan,2020-06-07,1060.0,,,99.0,,
+ISL,Iceland,2020-02-28,1.0,,,0.0,,
+ISL,Iceland,2020-02-29,1.0,,,0.0,,
+ISL,Iceland,2020-03-01,1.0,,,0.0,,
+ISL,Iceland,2020-03-02,0.0,,,0.0,,
+ISL,Iceland,2020-03-03,0.0,,,0.0,,
+ISL,Iceland,2020-03-04,0.0,,,0.0,,
+ISL,Iceland,2020-03-05,1.0,,,0.0,,
+ISL,Iceland,2020-03-06,1.0,,,0.0,,
+ISL,Iceland,2020-03-07,1.0,,,0.0,,
+ISL,Iceland,2020-03-08,1.0,,,0.0,,
+ISL,Iceland,2020-03-09,1.0,,,0.0,,
+ISL,Iceland,2020-03-10,0.0,,,0.0,,
+ISL,Iceland,2020-03-11,1.0,,,0.0,,
+ISL,Iceland,2020-03-12,2.0,,,0.0,,
+ISL,Iceland,2020-03-13,2.0,,,0.0,,
+ISL,Iceland,2020-03-14,3.0,,,1.0,,
+ISL,Iceland,2020-03-15,3.0,,,2.0,,
+ISL,Iceland,2020-03-16,4.0,,,2.0,,
+ISL,Iceland,2020-03-17,5.0,,,2.0,,
+ISL,Iceland,2020-03-18,6.0,,,0.0,,
+ISL,Iceland,2020-03-19,6.0,,,1.0,,
+ISL,Iceland,2020-03-20,10.0,,,1.0,,
+ISL,Iceland,2020-03-21,12.0,,,1.0,,
+ISL,Iceland,2020-03-22,13.0,,,0.0,,
+ISL,Iceland,2020-03-23,13.0,,,2.0,,
+ISL,Iceland,2020-03-24,17.0,,,2.0,,
+ISL,Iceland,2020-03-25,18.0,,,3.0,,
+ISL,Iceland,2020-03-26,20.0,,,6.0,,
+ISL,Iceland,2020-03-27,20.0,,,6.0,,
+ISL,Iceland,2020-03-28,26.0,,,7.0,,
+ISL,Iceland,2020-03-29,30.0,,,10.0,,
+ISL,Iceland,2020-03-30,37.0,,,11.0,,
+ISL,Iceland,2020-03-31,40.0,,,13.0,,
+ISL,Iceland,2020-04-01,43.0,,,14.0,,
+ISL,Iceland,2020-04-02,44.0,,,12.0,,
+ISL,Iceland,2020-04-03,41.0,,,11.0,,
+ISL,Iceland,2020-04-04,37.0,,,11.0,,
+ISL,Iceland,2020-04-05,36.0,,,11.0,,
+ISL,Iceland,2020-04-06,38.0,,,13.0,,
+ISL,Iceland,2020-04-07,43.0,,,12.0,,
+ISL,Iceland,2020-04-08,40.0,,,11.0,,
+ISL,Iceland,2020-04-09,38.0,,,11.0,,
+ISL,Iceland,2020-04-10,38.0,,,10.0,,
+ISL,Iceland,2020-04-11,40.0,,,9.0,,
+ISL,Iceland,2020-04-12,40.0,,,9.0,,
+ISL,Iceland,2020-04-13,35.0,,,8.0,,
+ISL,Iceland,2020-04-14,31.0,,,8.0,,
+ISL,Iceland,2020-04-15,33.0,,,6.0,,
+ISL,Iceland,2020-04-16,30.0,,,3.0,,
+ISL,Iceland,2020-04-17,27.0,,,5.0,,
+ISL,Iceland,2020-04-18,28.0,,,5.0,,
+ISL,Iceland,2020-04-19,27.0,,,5.0,,
+ISL,Iceland,2020-04-20,21.0,,,5.0,,
+ISL,Iceland,2020-04-21,18.0,,,5.0,,
+ISL,Iceland,2020-04-22,15.0,,,5.0,,
+ISL,Iceland,2020-04-23,15.0,,,5.0,,
+ISL,Iceland,2020-04-24,14.0,,,3.0,,
+ISL,Iceland,2020-04-25,14.0,,,3.0,,
+ISL,Iceland,2020-04-26,13.0,,,2.0,,
+ISL,Iceland,2020-04-27,10.0,,,1.0,,
+ISL,Iceland,2020-04-28,8.0,,,0.0,,
+ISL,Iceland,2020-04-29,6.0,,,0.0,,
+ISL,Iceland,2020-04-30,5.0,,,0.0,,
+ISL,Iceland,2020-05-01,6.0,,,0.0,,
+ISL,Iceland,2020-05-02,6.0,,,0.0,,
+ISL,Iceland,2020-05-03,5.0,,,0.0,,
+ISL,Iceland,2020-05-04,3.0,,,0.0,,
+ISL,Iceland,2020-05-05,3.0,,,0.0,,
+ISL,Iceland,2020-05-06,3.0,,,0.0,,
+ISL,Iceland,2020-05-07,2.0,,,0.0,,
+ISL,Iceland,2020-05-08,2.0,,,0.0,,
+ISL,Iceland,2020-05-09,2.0,,,0.0,,
+ISL,Iceland,2020-05-10,2.0,,,0.0,,
+ISL,Iceland,2020-05-11,2.0,,,0.0,,
+ISL,Iceland,2020-05-12,1.0,,,0.0,,
+ISL,Iceland,2020-05-13,1.0,,,0.0,,
+ISL,Iceland,2020-05-14,0.0,,,0.0,,
+ISL,Iceland,2020-05-15,0.0,,,0.0,,
+ISL,Iceland,2020-05-16,0.0,,,0.0,,
+ISL,Iceland,2020-05-17,0.0,,,0.0,,
+ISL,Iceland,2020-05-18,0.0,,,0.0,,
+ISL,Iceland,2020-05-19,0.0,,,0.0,,
+ISL,Iceland,2020-05-20,0.0,,,0.0,,
+ISL,Iceland,2020-05-21,0.0,,,0.0,,
+ISL,Iceland,2020-05-22,0.0,,,0.0,,
+ISL,Iceland,2020-05-23,0.0,,,0.0,,
+ISL,Iceland,2020-05-24,0.0,,,0.0,,
+ISL,Iceland,2020-05-25,0.0,,,0.0,,
+ISL,Iceland,2020-05-26,0.0,,,0.0,,
+ISL,Iceland,2020-05-27,0.0,,,0.0,,
+ISL,Iceland,2020-05-28,0.0,,,0.0,,
+ISL,Iceland,2020-05-29,0.0,,,0.0,,
+ISL,Iceland,2020-05-30,0.0,,,0.0,,
+ISL,Iceland,2020-05-31,0.0,,,0.0,,
+FR-01,Ain,2020-03-19,,1.0,1.0,,,
+FR-01,Ain,2020-03-20,,1.0,0.0,,,
+FR-01,Ain,2020-03-21,,5.0,4.0,,,
+FR-01,Ain,2020-03-22,,8.0,3.0,,,
+FR-01,Ain,2020-03-23,,22.0,14.0,,,
+FR-01,Ain,2020-03-24,,33.0,11.0,,,
+FR-01,Ain,2020-03-25,,46.0,13.0,,,
+FR-01,Ain,2020-03-26,,60.0,14.0,,,
+FR-01,Ain,2020-03-27,,74.0,14.0,,,
+FR-01,Ain,2020-03-28,,81.0,7.0,,,
+FR-01,Ain,2020-03-29,,91.0,10.0,,,
+FR-01,Ain,2020-03-30,,111.0,20.0,,,
+FR-01,Ain,2020-03-31,,131.0,20.0,,,
+FR-01,Ain,2020-04-01,,169.0,38.0,,,
+FR-01,Ain,2020-04-02,,201.0,32.0,,,
+FR-01,Ain,2020-04-03,,216.0,15.0,,,
+FR-01,Ain,2020-04-04,,240.0,24.0,,,
+FR-01,Ain,2020-04-05,,252.0,12.0,,,
+FR-01,Ain,2020-04-06,,262.0,10.0,,,
+FR-01,Ain,2020-04-07,,277.0,15.0,,,
+FR-01,Ain,2020-04-08,,296.0,19.0,,,
+FR-01,Ain,2020-04-09,,308.0,12.0,,,
+FR-01,Ain,2020-04-10,,325.0,17.0,,,
+FR-01,Ain,2020-04-11,,332.0,7.0,,,
+FR-01,Ain,2020-04-12,,336.0,4.0,,,
+FR-01,Ain,2020-04-13,,348.0,12.0,,,
+FR-01,Ain,2020-04-14,,362.0,14.0,,,
+FR-01,Ain,2020-04-15,,397.0,35.0,,,
+FR-01,Ain,2020-04-16,,413.0,16.0,,,
+FR-01,Ain,2020-04-17,,422.0,9.0,,,
+FR-01,Ain,2020-04-18,,453.0,31.0,,,
+FR-01,Ain,2020-04-19,,456.0,3.0,,,
+FR-01,Ain,2020-04-20,,460.0,4.0,,,
+FR-01,Ain,2020-04-21,,472.0,12.0,,,
+FR-01,Ain,2020-04-22,,485.0,13.0,,,
+FR-01,Ain,2020-04-23,,495.0,10.0,,,
+FR-01,Ain,2020-04-24,,501.0,6.0,,,
+FR-01,Ain,2020-04-25,,505.0,4.0,,,
+FR-01,Ain,2020-04-26,,509.0,4.0,,,
+FR-01,Ain,2020-04-27,,513.0,4.0,,,
+FR-01,Ain,2020-04-28,,517.0,4.0,,,
+FR-01,Ain,2020-04-29,,531.0,14.0,,,
+FR-01,Ain,2020-04-30,,539.0,8.0,,,
+FR-01,Ain,2020-05-01,,543.0,4.0,,,
+FR-01,Ain,2020-05-02,,544.0,1.0,,,
+FR-01,Ain,2020-05-03,,545.0,1.0,,,
+FR-01,Ain,2020-05-04,,547.0,2.0,,,
+FR-01,Ain,2020-05-05,,554.0,7.0,,,
+FR-01,Ain,2020-05-06,,562.0,8.0,,,
+FR-01,Ain,2020-05-07,,563.0,1.0,,,
+FR-01,Ain,2020-05-08,,564.0,1.0,,,
+FR-01,Ain,2020-05-09,,565.0,1.0,,,
+FR-01,Ain,2020-05-10,,568.0,3.0,,,
+FR-01,Ain,2020-05-11,,574.0,6.0,,,
+FR-01,Ain,2020-05-12,,578.0,4.0,,,
+FR-01,Ain,2020-05-13,,584.0,6.0,,,
+FR-01,Ain,2020-05-14,,588.0,4.0,,,
+FR-01,Ain,2020-05-15,,592.0,4.0,,,
+FR-01,Ain,2020-05-16,,593.0,1.0,,,
+FR-01,Ain,2020-05-17,,594.0,1.0,,,
+FR-01,Ain,2020-05-18,,595.0,1.0,,,
+FR-01,Ain,2020-05-19,,600.0,5.0,,,
+FR-01,Ain,2020-05-20,,602.0,2.0,,,
+FR-01,Ain,2020-05-21,,602.0,0.0,,,
+FR-01,Ain,2020-05-22,,602.0,0.0,,,
+FR-01,Ain,2020-05-23,,606.0,4.0,,,
+FR-01,Ain,2020-05-24,,606.0,0.0,,,
+FR-01,Ain,2020-05-25,,607.0,1.0,,,
+FR-01,Ain,2020-05-26,,609.0,2.0,,,
+FR-01,Ain,2020-05-27,,609.0,0.0,,,
+FR-01,Ain,2020-05-28,,609.0,0.0,,,
+FR-01,Ain,2020-05-29,,609.0,0.0,,,
+FR-01,Ain,2020-05-30,,610.0,1.0,,,
+FR-01,Ain,2020-05-31,,610.0,0.0,,,
+FR-01,Ain,2020-06-01,,610.0,0.0,,,
+FR-01,Ain,2020-06-02,,611.0,1.0,,,
+FR-01,Ain,2020-06-03,,613.0,2.0,,,
+FR-01,Ain,2020-06-04,,617.0,4.0,,,
+FR-01,Ain,2020-06-05,,617.0,0.0,,,
+FR-01,Ain,2020-06-06,,617.0,0.0,,,
+FR-01,Ain,2020-06-07,,617.0,0.0,,,
+FR-01,Ain,2020-06-08,,619.0,2.0,,,
+FR-02,Aisne,2020-03-19,,38.0,38.0,,,
+FR-02,Aisne,2020-03-20,,48.0,10.0,,,
+FR-02,Aisne,2020-03-21,,78.0,30.0,,,
+FR-02,Aisne,2020-03-22,,91.0,13.0,,,
+FR-02,Aisne,2020-03-23,,118.0,27.0,,,
+FR-02,Aisne,2020-03-24,,164.0,46.0,,,
+FR-02,Aisne,2020-03-25,,179.0,15.0,,,
+FR-02,Aisne,2020-03-26,,201.0,22.0,,,
+FR-02,Aisne,2020-03-27,,217.0,16.0,,,
+FR-02,Aisne,2020-03-28,,243.0,26.0,,,
+FR-02,Aisne,2020-03-29,,247.0,4.0,,,
+FR-02,Aisne,2020-03-30,,256.0,9.0,,,
+FR-02,Aisne,2020-03-31,,314.0,58.0,,,
+FR-02,Aisne,2020-04-01,,355.0,41.0,,,
+FR-02,Aisne,2020-04-02,,413.0,58.0,,,
+FR-02,Aisne,2020-04-03,,471.0,58.0,,,
+FR-02,Aisne,2020-04-04,,513.0,42.0,,,
+FR-02,Aisne,2020-04-05,,520.0,7.0,,,
+FR-02,Aisne,2020-04-06,,534.0,14.0,,,
+FR-02,Aisne,2020-04-07,,600.0,66.0,,,
+FR-02,Aisne,2020-04-08,,623.0,23.0,,,
+FR-02,Aisne,2020-04-09,,662.0,39.0,,,
+FR-02,Aisne,2020-04-10,,694.0,32.0,,,
+FR-02,Aisne,2020-04-11,,719.0,25.0,,,
+FR-02,Aisne,2020-04-12,,728.0,9.0,,,
+FR-02,Aisne,2020-04-13,,737.0,9.0,,,
+FR-02,Aisne,2020-04-14,,746.0,9.0,,,
+FR-02,Aisne,2020-04-15,,774.0,28.0,,,
+FR-02,Aisne,2020-04-16,,787.0,13.0,,,
+FR-02,Aisne,2020-04-17,,805.0,18.0,,,
+FR-02,Aisne,2020-04-18,,818.0,13.0,,,
+FR-02,Aisne,2020-04-19,,826.0,8.0,,,
+FR-02,Aisne,2020-04-20,,933.0,107.0,,,
+FR-02,Aisne,2020-04-21,,1026.0,93.0,,,
+FR-02,Aisne,2020-04-22,,1055.0,29.0,,,
+FR-02,Aisne,2020-04-23,,1079.0,24.0,,,
+FR-02,Aisne,2020-04-24,,1104.0,25.0,,,
+FR-02,Aisne,2020-04-25,,1114.0,10.0,,,
+FR-02,Aisne,2020-04-26,,1126.0,12.0,,,
+FR-02,Aisne,2020-04-27,,1130.0,4.0,,,
+FR-02,Aisne,2020-04-28,,1159.0,29.0,,,
+FR-02,Aisne,2020-04-29,,1174.0,15.0,,,
+FR-02,Aisne,2020-04-30,,1190.0,16.0,,,
+FR-02,Aisne,2020-05-01,,1196.0,6.0,,,
+FR-02,Aisne,2020-05-02,,1203.0,7.0,,,
+FR-02,Aisne,2020-05-03,,1204.0,1.0,,,
+FR-02,Aisne,2020-05-04,,1216.0,12.0,,,
+FR-02,Aisne,2020-05-05,,1236.0,20.0,,,
+FR-02,Aisne,2020-05-06,,1256.0,20.0,,,
+FR-02,Aisne,2020-05-07,,1285.0,29.0,,,
+FR-02,Aisne,2020-05-08,,1306.0,21.0,,,
+FR-02,Aisne,2020-05-09,,1306.0,0.0,,,
+FR-02,Aisne,2020-05-10,,1308.0,2.0,,,
+FR-02,Aisne,2020-05-11,,1322.0,14.0,,,
+FR-02,Aisne,2020-05-12,,1329.0,7.0,,,
+FR-02,Aisne,2020-05-13,,1342.0,13.0,,,
+FR-02,Aisne,2020-05-14,,1354.0,12.0,,,
+FR-02,Aisne,2020-05-15,,1359.0,5.0,,,
+FR-02,Aisne,2020-05-16,,1371.0,12.0,,,
+FR-02,Aisne,2020-05-17,,1374.0,3.0,,,
+FR-02,Aisne,2020-05-18,,1384.0,10.0,,,
+FR-02,Aisne,2020-05-19,,1387.0,3.0,,,
+FR-02,Aisne,2020-05-20,,1393.0,6.0,,,
+FR-02,Aisne,2020-05-21,,1394.0,1.0,,,
+FR-02,Aisne,2020-05-22,,1396.0,2.0,,,
+FR-02,Aisne,2020-05-23,,1397.0,1.0,,,
+FR-02,Aisne,2020-05-24,,1398.0,1.0,,,
+FR-02,Aisne,2020-05-25,,1403.0,5.0,,,
+FR-02,Aisne,2020-05-26,,1422.0,19.0,,,
+FR-02,Aisne,2020-05-27,,1424.0,2.0,,,
+FR-02,Aisne,2020-05-28,,1431.0,7.0,,,
+FR-02,Aisne,2020-05-29,,1437.0,6.0,,,
+FR-02,Aisne,2020-05-30,,1440.0,3.0,,,
+FR-02,Aisne,2020-05-31,,1440.0,0.0,,,
+FR-02,Aisne,2020-06-01,,1440.0,0.0,,,
+FR-02,Aisne,2020-06-02,,1441.0,1.0,,,
+FR-02,Aisne,2020-06-03,,1446.0,5.0,,,
+FR-02,Aisne,2020-06-04,,1449.0,3.0,,,
+FR-02,Aisne,2020-06-05,,1452.0,3.0,,,
+FR-02,Aisne,2020-06-06,,1453.0,1.0,,,
+FR-02,Aisne,2020-06-07,,1454.0,1.0,,,
+FR-02,Aisne,2020-06-08,,1458.0,4.0,,,
+FR-03,Allier,2020-03-19,,2.0,2.0,,,
+FR-03,Allier,2020-03-20,,6.0,4.0,,,
+FR-03,Allier,2020-03-21,,10.0,4.0,,,
+FR-03,Allier,2020-03-22,,12.0,2.0,,,
+FR-03,Allier,2020-03-23,,23.0,11.0,,,
+FR-03,Allier,2020-03-24,,24.0,1.0,,,
+FR-03,Allier,2020-03-25,,30.0,6.0,,,
+FR-03,Allier,2020-03-26,,40.0,10.0,,,
+FR-03,Allier,2020-03-27,,46.0,6.0,,,
+FR-03,Allier,2020-03-28,,54.0,8.0,,,
+FR-03,Allier,2020-03-29,,57.0,3.0,,,
+FR-03,Allier,2020-03-30,,71.0,14.0,,,
+FR-03,Allier,2020-03-31,,76.0,5.0,,,
+FR-03,Allier,2020-04-01,,85.0,9.0,,,
+FR-03,Allier,2020-04-02,,90.0,5.0,,,
+FR-03,Allier,2020-04-03,,95.0,5.0,,,
+FR-03,Allier,2020-04-04,,101.0,6.0,,,
+FR-03,Allier,2020-04-05,,107.0,6.0,,,
+FR-03,Allier,2020-04-06,,113.0,6.0,,,
+FR-03,Allier,2020-04-07,,118.0,5.0,,,
+FR-03,Allier,2020-04-08,,127.0,9.0,,,
+FR-03,Allier,2020-04-09,,130.0,3.0,,,
+FR-03,Allier,2020-04-10,,135.0,5.0,,,
+FR-03,Allier,2020-04-11,,143.0,8.0,,,
+FR-03,Allier,2020-04-12,,147.0,4.0,,,
+FR-03,Allier,2020-04-13,,150.0,3.0,,,
+FR-03,Allier,2020-04-14,,156.0,6.0,,,
+FR-03,Allier,2020-04-15,,158.0,2.0,,,
+FR-03,Allier,2020-04-16,,162.0,4.0,,,
+FR-03,Allier,2020-04-17,,164.0,2.0,,,
+FR-03,Allier,2020-04-18,,166.0,2.0,,,
+FR-03,Allier,2020-04-19,,166.0,0.0,,,
+FR-03,Allier,2020-04-20,,171.0,5.0,,,
+FR-03,Allier,2020-04-21,,176.0,5.0,,,
+FR-03,Allier,2020-04-22,,181.0,5.0,,,
+FR-03,Allier,2020-04-23,,184.0,3.0,,,
+FR-03,Allier,2020-04-24,,186.0,2.0,,,
+FR-03,Allier,2020-04-25,,191.0,5.0,,,
+FR-03,Allier,2020-04-26,,194.0,3.0,,,
+FR-03,Allier,2020-04-27,,194.0,0.0,,,
+FR-03,Allier,2020-04-28,,195.0,1.0,,,
+FR-03,Allier,2020-04-29,,195.0,0.0,,,
+FR-03,Allier,2020-04-30,,197.0,2.0,,,
+FR-03,Allier,2020-05-01,,199.0,2.0,,,
+FR-03,Allier,2020-05-02,,201.0,2.0,,,
+FR-03,Allier,2020-05-03,,201.0,0.0,,,
+FR-03,Allier,2020-05-04,,202.0,1.0,,,
+FR-03,Allier,2020-05-05,,204.0,2.0,,,
+FR-03,Allier,2020-05-06,,206.0,2.0,,,
+FR-03,Allier,2020-05-07,,208.0,2.0,,,
+FR-03,Allier,2020-05-08,,211.0,3.0,,,
+FR-03,Allier,2020-05-09,,211.0,0.0,,,
+FR-03,Allier,2020-05-10,,212.0,1.0,,,
+FR-03,Allier,2020-05-11,,212.0,0.0,,,
+FR-03,Allier,2020-05-12,,214.0,2.0,,,
+FR-03,Allier,2020-05-13,,214.0,0.0,,,
+FR-03,Allier,2020-05-14,,215.0,1.0,,,
+FR-03,Allier,2020-05-15,,215.0,0.0,,,
+FR-03,Allier,2020-05-16,,215.0,0.0,,,
+FR-03,Allier,2020-05-17,,215.0,0.0,,,
+FR-03,Allier,2020-05-18,,215.0,0.0,,,
+FR-03,Allier,2020-05-19,,220.0,5.0,,,
+FR-03,Allier,2020-05-20,,224.0,4.0,,,
+FR-03,Allier,2020-05-21,,224.0,0.0,,,
+FR-03,Allier,2020-05-22,,224.0,0.0,,,
+FR-03,Allier,2020-05-23,,229.0,5.0,,,
+FR-03,Allier,2020-05-24,,232.0,3.0,,,
+FR-03,Allier,2020-05-25,,235.0,3.0,,,
+FR-03,Allier,2020-05-26,,236.0,1.0,,,
+FR-03,Allier,2020-05-27,,239.0,3.0,,,
+FR-03,Allier,2020-05-28,,239.0,0.0,,,
+FR-03,Allier,2020-05-29,,239.0,0.0,,,
+FR-03,Allier,2020-05-30,,239.0,0.0,,,
+FR-03,Allier,2020-05-31,,241.0,2.0,,,
+FR-03,Allier,2020-06-01,,242.0,1.0,,,
+FR-03,Allier,2020-06-02,,246.0,4.0,,,
+FR-03,Allier,2020-06-03,,246.0,0.0,,,
+FR-03,Allier,2020-06-04,,246.0,0.0,,,
+FR-03,Allier,2020-06-05,,250.0,4.0,,,
+FR-03,Allier,2020-06-06,,250.0,0.0,,,
+FR-03,Allier,2020-06-07,,250.0,0.0,,,
+FR-03,Allier,2020-06-08,,254.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-19,,1.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-20,,1.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-21,,2.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-22,,2.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-23,,2.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-24,,2.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-25,,19.0,17.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-26,,20.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-27,,24.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-28,,28.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-29,,28.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-30,,43.0,15.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-31,,48.0,5.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-01,,52.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-02,,67.0,15.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-03,,72.0,5.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-04,,72.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-05,,74.0,2.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-06,,85.0,11.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-07,,86.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-08,,89.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-09,,90.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-10,,96.0,6.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-11,,99.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-12,,99.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-13,,99.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-14,,107.0,8.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-15,,111.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-16,,111.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-17,,112.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-18,,113.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-19,,119.0,6.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-20,,129.0,10.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-21,,130.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-22,,134.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-23,,137.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-24,,140.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-25,,141.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-26,,141.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-27,,142.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-28,,144.0,2.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-29,,145.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-30,,147.0,2.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-01,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-02,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-03,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-04,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-05,,148.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-06,,149.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-07,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-08,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-09,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-10,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-11,,150.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-12,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-13,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-14,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-15,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-16,,153.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-17,,153.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-18,,154.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-19,,155.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-20,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-21,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-22,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-23,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-24,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-25,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-26,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-27,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-28,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-29,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-30,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-31,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-01,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-02,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-03,,156.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-04,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-05,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-06,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-07,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-08,,156.0,0.0,,,
+FR-05,Hautes-Alpes,2020-03-19,,4.0,4.0,,,
+FR-05,Hautes-Alpes,2020-03-20,,6.0,2.0,,,
+FR-05,Hautes-Alpes,2020-03-21,,9.0,3.0,,,
+FR-05,Hautes-Alpes,2020-03-22,,12.0,3.0,,,
+FR-05,Hautes-Alpes,2020-03-23,,17.0,5.0,,,
+FR-05,Hautes-Alpes,2020-03-24,,21.0,4.0,,,
+FR-05,Hautes-Alpes,2020-03-25,,28.0,7.0,,,
+FR-05,Hautes-Alpes,2020-03-26,,35.0,7.0,,,
+FR-05,Hautes-Alpes,2020-03-27,,40.0,5.0,,,
+FR-05,Hautes-Alpes,2020-03-28,,44.0,4.0,,,
+FR-05,Hautes-Alpes,2020-03-29,,52.0,8.0,,,
+FR-05,Hautes-Alpes,2020-03-30,,61.0,9.0,,,
+FR-05,Hautes-Alpes,2020-03-31,,68.0,7.0,,,
+FR-05,Hautes-Alpes,2020-04-01,,75.0,7.0,,,
+FR-05,Hautes-Alpes,2020-04-02,,83.0,8.0,,,
+FR-05,Hautes-Alpes,2020-04-03,,89.0,6.0,,,
+FR-05,Hautes-Alpes,2020-04-04,,90.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-05,,92.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-06,,98.0,6.0,,,
+FR-05,Hautes-Alpes,2020-04-07,,100.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-08,,102.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-09,,103.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-10,,105.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-11,,106.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-12,,107.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-13,,109.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-14,,109.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-15,,113.0,4.0,,,
+FR-05,Hautes-Alpes,2020-04-16,,115.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-17,,116.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-18,,118.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-19,,118.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-20,,118.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-21,,124.0,6.0,,,
+FR-05,Hautes-Alpes,2020-04-22,,125.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-23,,126.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-24,,127.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-25,,130.0,3.0,,,
+FR-05,Hautes-Alpes,2020-04-26,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-27,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-28,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-29,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-30,,133.0,3.0,,,
+FR-05,Hautes-Alpes,2020-05-01,,134.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-02,,136.0,2.0,,,
+FR-05,Hautes-Alpes,2020-05-03,,136.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-04,,136.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-05,,140.0,4.0,,,
+FR-05,Hautes-Alpes,2020-05-06,,140.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-07,,140.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-08,,140.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-09,,141.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-10,,141.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-11,,142.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-12,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-13,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-14,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-15,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-16,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-17,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-18,,144.0,2.0,,,
+FR-05,Hautes-Alpes,2020-05-19,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-20,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-21,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-22,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-23,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-24,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-25,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-26,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-27,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-28,,145.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-29,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-30,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-31,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-01,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-02,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-03,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-04,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-05,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-06,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-07,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-08,,145.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-03-19,,12.0,12.0,,,
+FR-06,Alpes-Maritimes,2020-03-20,,34.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-03-21,,39.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-03-22,,41.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-03-23,,63.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-03-24,,75.0,12.0,,,
+FR-06,Alpes-Maritimes,2020-03-25,,104.0,29.0,,,
+FR-06,Alpes-Maritimes,2020-03-26,,121.0,17.0,,,
+FR-06,Alpes-Maritimes,2020-03-27,,140.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-03-28,,162.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-03-29,,181.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-03-30,,192.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-03-31,,214.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-04-01,,254.0,40.0,,,
+FR-06,Alpes-Maritimes,2020-04-02,,297.0,43.0,,,
+FR-06,Alpes-Maritimes,2020-04-03,,333.0,36.0,,,
+FR-06,Alpes-Maritimes,2020-04-04,,370.0,37.0,,,
+FR-06,Alpes-Maritimes,2020-04-05,,381.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-06,,412.0,31.0,,,
+FR-06,Alpes-Maritimes,2020-04-07,,449.0,37.0,,,
+FR-06,Alpes-Maritimes,2020-04-08,,481.0,32.0,,,
+FR-06,Alpes-Maritimes,2020-04-09,,507.0,26.0,,,
+FR-06,Alpes-Maritimes,2020-04-10,,546.0,39.0,,,
+FR-06,Alpes-Maritimes,2020-04-11,,557.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-12,,563.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-04-13,,585.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-04-14,,613.0,28.0,,,
+FR-06,Alpes-Maritimes,2020-04-15,,626.0,13.0,,,
+FR-06,Alpes-Maritimes,2020-04-16,,644.0,18.0,,,
+FR-06,Alpes-Maritimes,2020-04-17,,668.0,24.0,,,
+FR-06,Alpes-Maritimes,2020-04-18,,685.0,17.0,,,
+FR-06,Alpes-Maritimes,2020-04-19,,690.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-04-20,,709.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-04-21,,721.0,12.0,,,
+FR-06,Alpes-Maritimes,2020-04-22,,743.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-04-23,,754.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-24,,765.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-25,,771.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-04-26,,776.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-04-27,,786.0,10.0,,,
+FR-06,Alpes-Maritimes,2020-04-28,,800.0,14.0,,,
+FR-06,Alpes-Maritimes,2020-04-29,,811.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-30,,815.0,4.0,,,
+FR-06,Alpes-Maritimes,2020-05-01,,821.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-02,,821.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-03,,827.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-04,,846.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-05-05,,860.0,14.0,,,
+FR-06,Alpes-Maritimes,2020-05-06,,870.0,10.0,,,
+FR-06,Alpes-Maritimes,2020-05-07,,888.0,18.0,,,
+FR-06,Alpes-Maritimes,2020-05-08,,897.0,9.0,,,
+FR-06,Alpes-Maritimes,2020-05-09,,902.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-05-10,,903.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-05-11,,908.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-05-12,,914.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-13,,917.0,3.0,,,
+FR-06,Alpes-Maritimes,2020-05-14,,923.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-15,,929.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-16,,933.0,4.0,,,
+FR-06,Alpes-Maritimes,2020-05-17,,933.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-18,,933.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-19,,935.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-20,,941.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-21,,948.0,7.0,,,
+FR-06,Alpes-Maritimes,2020-05-22,,950.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-23,,950.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-24,,952.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-25,,953.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-05-26,,955.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-27,,957.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-28,,959.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-29,,962.0,3.0,,,
+FR-06,Alpes-Maritimes,2020-05-30,,964.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-31,,965.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-01,,966.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-02,,967.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-03,,967.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-06-04,,968.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-05,,975.0,7.0,,,
+FR-06,Alpes-Maritimes,2020-06-06,,975.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-06-07,,975.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-06-08,,977.0,2.0,,,
+FR-07,Ardèche,2020-03-19,,7.0,7.0,,,
+FR-07,Ardèche,2020-03-20,,14.0,7.0,,,
+FR-07,Ardèche,2020-03-21,,20.0,6.0,,,
+FR-07,Ardèche,2020-03-22,,23.0,3.0,,,
+FR-07,Ardèche,2020-03-23,,30.0,7.0,,,
+FR-07,Ardèche,2020-03-24,,38.0,8.0,,,
+FR-07,Ardèche,2020-03-25,,82.0,44.0,,,
+FR-07,Ardèche,2020-03-26,,93.0,11.0,,,
+FR-07,Ardèche,2020-03-27,,105.0,12.0,,,
+FR-07,Ardèche,2020-03-28,,139.0,34.0,,,
+FR-07,Ardèche,2020-03-29,,147.0,8.0,,,
+FR-07,Ardèche,2020-03-30,,168.0,21.0,,,
+FR-07,Ardèche,2020-03-31,,201.0,33.0,,,
+FR-07,Ardèche,2020-04-01,,216.0,15.0,,,
+FR-07,Ardèche,2020-04-02,,228.0,12.0,,,
+FR-07,Ardèche,2020-04-03,,247.0,19.0,,,
+FR-07,Ardèche,2020-04-04,,248.0,1.0,,,
+FR-07,Ardèche,2020-04-05,,254.0,6.0,,,
+FR-07,Ardèche,2020-04-06,,277.0,23.0,,,
+FR-07,Ardèche,2020-04-07,,291.0,14.0,,,
+FR-07,Ardèche,2020-04-08,,300.0,9.0,,,
+FR-07,Ardèche,2020-04-09,,307.0,7.0,,,
+FR-07,Ardèche,2020-04-10,,317.0,10.0,,,
+FR-07,Ardèche,2020-04-11,,319.0,2.0,,,
+FR-07,Ardèche,2020-04-12,,321.0,2.0,,,
+FR-07,Ardèche,2020-04-13,,331.0,10.0,,,
+FR-07,Ardèche,2020-04-14,,341.0,10.0,,,
+FR-07,Ardèche,2020-04-15,,348.0,7.0,,,
+FR-07,Ardèche,2020-04-16,,352.0,4.0,,,
+FR-07,Ardèche,2020-04-17,,366.0,14.0,,,
+FR-07,Ardèche,2020-04-18,,374.0,8.0,,,
+FR-07,Ardèche,2020-04-19,,375.0,1.0,,,
+FR-07,Ardèche,2020-04-20,,379.0,4.0,,,
+FR-07,Ardèche,2020-04-21,,385.0,6.0,,,
+FR-07,Ardèche,2020-04-22,,389.0,4.0,,,
+FR-07,Ardèche,2020-04-23,,397.0,8.0,,,
+FR-07,Ardèche,2020-04-24,,400.0,3.0,,,
+FR-07,Ardèche,2020-04-25,,406.0,6.0,,,
+FR-07,Ardèche,2020-04-26,,413.0,7.0,,,
+FR-07,Ardèche,2020-04-27,,424.0,11.0,,,
+FR-07,Ardèche,2020-04-28,,475.0,51.0,,,
+FR-07,Ardèche,2020-04-29,,478.0,3.0,,,
+FR-07,Ardèche,2020-04-30,,506.0,28.0,,,
+FR-07,Ardèche,2020-05-01,,515.0,9.0,,,
+FR-07,Ardèche,2020-05-02,,517.0,2.0,,,
+FR-07,Ardèche,2020-05-03,,517.0,0.0,,,
+FR-07,Ardèche,2020-05-04,,521.0,4.0,,,
+FR-07,Ardèche,2020-05-05,,557.0,36.0,,,
+FR-07,Ardèche,2020-05-06,,573.0,16.0,,,
+FR-07,Ardèche,2020-05-07,,581.0,8.0,,,
+FR-07,Ardèche,2020-05-08,,585.0,4.0,,,
+FR-07,Ardèche,2020-05-09,,588.0,3.0,,,
+FR-07,Ardèche,2020-05-10,,597.0,9.0,,,
+FR-07,Ardèche,2020-05-11,,598.0,1.0,,,
+FR-07,Ardèche,2020-05-12,,602.0,4.0,,,
+FR-07,Ardèche,2020-05-13,,611.0,9.0,,,
+FR-07,Ardèche,2020-05-14,,618.0,7.0,,,
+FR-07,Ardèche,2020-05-15,,619.0,1.0,,,
+FR-07,Ardèche,2020-05-16,,620.0,1.0,,,
+FR-07,Ardèche,2020-05-17,,620.0,0.0,,,
+FR-07,Ardèche,2020-05-18,,626.0,6.0,,,
+FR-07,Ardèche,2020-05-19,,630.0,4.0,,,
+FR-07,Ardèche,2020-05-20,,635.0,5.0,,,
+FR-07,Ardèche,2020-05-21,,635.0,0.0,,,
+FR-07,Ardèche,2020-05-22,,638.0,3.0,,,
+FR-07,Ardèche,2020-05-23,,638.0,0.0,,,
+FR-07,Ardèche,2020-05-24,,640.0,2.0,,,
+FR-07,Ardèche,2020-05-25,,642.0,2.0,,,
+FR-07,Ardèche,2020-05-26,,646.0,4.0,,,
+FR-07,Ardèche,2020-05-27,,650.0,4.0,,,
+FR-07,Ardèche,2020-05-28,,650.0,0.0,,,
+FR-07,Ardèche,2020-05-29,,650.0,0.0,,,
+FR-07,Ardèche,2020-05-30,,650.0,0.0,,,
+FR-07,Ardèche,2020-05-31,,651.0,1.0,,,
+FR-07,Ardèche,2020-06-01,,653.0,2.0,,,
+FR-07,Ardèche,2020-06-02,,656.0,3.0,,,
+FR-07,Ardèche,2020-06-03,,656.0,0.0,,,
+FR-07,Ardèche,2020-06-04,,657.0,1.0,,,
+FR-07,Ardèche,2020-06-05,,657.0,0.0,,,
+FR-07,Ardèche,2020-06-06,,657.0,0.0,,,
+FR-07,Ardèche,2020-06-07,,657.0,0.0,,,
+FR-07,Ardèche,2020-06-08,,659.0,2.0,,,
+FR-08,Ardennes,2020-03-19,,1.0,1.0,,,
+FR-08,Ardennes,2020-03-20,,1.0,0.0,,,
+FR-08,Ardennes,2020-03-21,,3.0,2.0,,,
+FR-08,Ardennes,2020-03-22,,4.0,1.0,,,
+FR-08,Ardennes,2020-03-23,,5.0,1.0,,,
+FR-08,Ardennes,2020-03-24,,5.0,0.0,,,
+FR-08,Ardennes,2020-03-25,,7.0,2.0,,,
+FR-08,Ardennes,2020-03-26,,15.0,8.0,,,
+FR-08,Ardennes,2020-03-27,,15.0,0.0,,,
+FR-08,Ardennes,2020-03-28,,26.0,11.0,,,
+FR-08,Ardennes,2020-03-29,,33.0,7.0,,,
+FR-08,Ardennes,2020-03-30,,33.0,0.0,,,
+FR-08,Ardennes,2020-03-31,,55.0,22.0,,,
+FR-08,Ardennes,2020-04-01,,62.0,7.0,,,
+FR-08,Ardennes,2020-04-02,,75.0,13.0,,,
+FR-08,Ardennes,2020-04-03,,80.0,5.0,,,
+FR-08,Ardennes,2020-04-04,,91.0,11.0,,,
+FR-08,Ardennes,2020-04-05,,101.0,10.0,,,
+FR-08,Ardennes,2020-04-06,,109.0,8.0,,,
+FR-08,Ardennes,2020-04-07,,122.0,13.0,,,
+FR-08,Ardennes,2020-04-08,,122.0,0.0,,,
+FR-08,Ardennes,2020-04-09,,133.0,11.0,,,
+FR-08,Ardennes,2020-04-10,,142.0,9.0,,,
+FR-08,Ardennes,2020-04-11,,145.0,3.0,,,
+FR-08,Ardennes,2020-04-12,,168.0,23.0,,,
+FR-08,Ardennes,2020-04-13,,168.0,0.0,,,
+FR-08,Ardennes,2020-04-14,,177.0,9.0,,,
+FR-08,Ardennes,2020-04-15,,184.0,7.0,,,
+FR-08,Ardennes,2020-04-16,,187.0,3.0,,,
+FR-08,Ardennes,2020-04-17,,201.0,14.0,,,
+FR-08,Ardennes,2020-04-18,,212.0,11.0,,,
+FR-08,Ardennes,2020-04-19,,218.0,6.0,,,
+FR-08,Ardennes,2020-04-20,,221.0,3.0,,,
+FR-08,Ardennes,2020-04-21,,225.0,4.0,,,
+FR-08,Ardennes,2020-04-22,,235.0,10.0,,,
+FR-08,Ardennes,2020-04-23,,237.0,2.0,,,
+FR-08,Ardennes,2020-04-24,,241.0,4.0,,,
+FR-08,Ardennes,2020-04-25,,244.0,3.0,,,
+FR-08,Ardennes,2020-04-26,,248.0,4.0,,,
+FR-08,Ardennes,2020-04-27,,252.0,4.0,,,
+FR-08,Ardennes,2020-04-28,,253.0,1.0,,,
+FR-08,Ardennes,2020-04-29,,257.0,4.0,,,
+FR-08,Ardennes,2020-04-30,,257.0,0.0,,,
+FR-08,Ardennes,2020-05-01,,260.0,3.0,,,
+FR-08,Ardennes,2020-05-02,,262.0,2.0,,,
+FR-08,Ardennes,2020-05-03,,264.0,2.0,,,
+FR-08,Ardennes,2020-05-04,,264.0,0.0,,,
+FR-08,Ardennes,2020-05-05,,266.0,2.0,,,
+FR-08,Ardennes,2020-05-06,,278.0,12.0,,,
+FR-08,Ardennes,2020-05-07,,284.0,6.0,,,
+FR-08,Ardennes,2020-05-08,,284.0,0.0,,,
+FR-08,Ardennes,2020-05-09,,291.0,7.0,,,
+FR-08,Ardennes,2020-05-10,,294.0,3.0,,,
+FR-08,Ardennes,2020-05-11,,295.0,1.0,,,
+FR-08,Ardennes,2020-05-12,,296.0,1.0,,,
+FR-08,Ardennes,2020-05-13,,296.0,0.0,,,
+FR-08,Ardennes,2020-05-14,,303.0,7.0,,,
+FR-08,Ardennes,2020-05-15,,309.0,6.0,,,
+FR-08,Ardennes,2020-05-16,,309.0,0.0,,,
+FR-08,Ardennes,2020-05-17,,311.0,2.0,,,
+FR-08,Ardennes,2020-05-18,,311.0,0.0,,,
+FR-08,Ardennes,2020-05-19,,340.0,29.0,,,
+FR-08,Ardennes,2020-05-20,,340.0,0.0,,,
+FR-08,Ardennes,2020-05-21,,340.0,0.0,,,
+FR-08,Ardennes,2020-05-22,,343.0,3.0,,,
+FR-08,Ardennes,2020-05-23,,343.0,0.0,,,
+FR-08,Ardennes,2020-05-24,,343.0,0.0,,,
+FR-08,Ardennes,2020-05-25,,343.0,0.0,,,
+FR-08,Ardennes,2020-05-26,,344.0,1.0,,,
+FR-08,Ardennes,2020-05-27,,345.0,1.0,,,
+FR-08,Ardennes,2020-05-28,,346.0,1.0,,,
+FR-08,Ardennes,2020-05-29,,347.0,1.0,,,
+FR-08,Ardennes,2020-05-30,,349.0,2.0,,,
+FR-08,Ardennes,2020-05-31,,349.0,0.0,,,
+FR-08,Ardennes,2020-06-01,,352.0,3.0,,,
+FR-08,Ardennes,2020-06-02,,352.0,0.0,,,
+FR-08,Ardennes,2020-06-03,,352.0,0.0,,,
+FR-08,Ardennes,2020-06-04,,353.0,1.0,,,
+FR-08,Ardennes,2020-06-05,,353.0,0.0,,,
+FR-08,Ardennes,2020-06-06,,361.0,8.0,,,
+FR-08,Ardennes,2020-06-07,,361.0,0.0,,,
+FR-08,Ardennes,2020-06-08,,361.0,0.0,,,
+FR-09,Ariège,2020-03-19,,0.0,0.0,,,
+FR-09,Ariège,2020-03-20,,1.0,1.0,,,
+FR-09,Ariège,2020-03-21,,2.0,1.0,,,
+FR-09,Ariège,2020-03-22,,3.0,1.0,,,
+FR-09,Ariège,2020-03-23,,4.0,1.0,,,
+FR-09,Ariège,2020-03-24,,5.0,1.0,,,
+FR-09,Ariège,2020-03-25,,10.0,5.0,,,
+FR-09,Ariège,2020-03-26,,10.0,0.0,,,
+FR-09,Ariège,2020-03-27,,11.0,1.0,,,
+FR-09,Ariège,2020-03-28,,11.0,0.0,,,
+FR-09,Ariège,2020-03-29,,11.0,0.0,,,
+FR-09,Ariège,2020-03-30,,13.0,2.0,,,
+FR-09,Ariège,2020-03-31,,16.0,3.0,,,
+FR-09,Ariège,2020-04-01,,21.0,5.0,,,
+FR-09,Ariège,2020-04-02,,23.0,2.0,,,
+FR-09,Ariège,2020-04-03,,23.0,0.0,,,
+FR-09,Ariège,2020-04-04,,24.0,1.0,,,
+FR-09,Ariège,2020-04-05,,27.0,3.0,,,
+FR-09,Ariège,2020-04-06,,28.0,1.0,,,
+FR-09,Ariège,2020-04-07,,30.0,2.0,,,
+FR-09,Ariège,2020-04-08,,33.0,3.0,,,
+FR-09,Ariège,2020-04-09,,34.0,1.0,,,
+FR-09,Ariège,2020-04-10,,35.0,1.0,,,
+FR-09,Ariège,2020-04-11,,35.0,0.0,,,
+FR-09,Ariège,2020-04-12,,36.0,1.0,,,
+FR-09,Ariège,2020-04-13,,36.0,0.0,,,
+FR-09,Ariège,2020-04-14,,36.0,0.0,,,
+FR-09,Ariège,2020-04-15,,38.0,2.0,,,
+FR-09,Ariège,2020-04-16,,38.0,0.0,,,
+FR-09,Ariège,2020-04-17,,40.0,2.0,,,
+FR-09,Ariège,2020-04-18,,40.0,0.0,,,
+FR-09,Ariège,2020-04-19,,40.0,0.0,,,
+FR-09,Ariège,2020-04-20,,41.0,1.0,,,
+FR-09,Ariège,2020-04-21,,41.0,0.0,,,
+FR-09,Ariège,2020-04-22,,41.0,0.0,,,
+FR-09,Ariège,2020-04-23,,42.0,1.0,,,
+FR-09,Ariège,2020-04-24,,43.0,1.0,,,
+FR-09,Ariège,2020-04-25,,43.0,0.0,,,
+FR-09,Ariège,2020-04-26,,43.0,0.0,,,
+FR-09,Ariège,2020-04-27,,43.0,0.0,,,
+FR-09,Ariège,2020-04-28,,43.0,0.0,,,
+FR-09,Ariège,2020-04-29,,43.0,0.0,,,
+FR-09,Ariège,2020-04-30,,43.0,0.0,,,
+FR-09,Ariège,2020-05-01,,43.0,0.0,,,
+FR-09,Ariège,2020-05-02,,43.0,0.0,,,
+FR-09,Ariège,2020-05-03,,43.0,0.0,,,
+FR-09,Ariège,2020-05-04,,43.0,0.0,,,
+FR-09,Ariège,2020-05-05,,43.0,0.0,,,
+FR-09,Ariège,2020-05-06,,43.0,0.0,,,
+FR-09,Ariège,2020-05-07,,43.0,0.0,,,
+FR-09,Ariège,2020-05-08,,43.0,0.0,,,
+FR-09,Ariège,2020-05-09,,43.0,0.0,,,
+FR-09,Ariège,2020-05-10,,43.0,0.0,,,
+FR-09,Ariège,2020-05-11,,43.0,0.0,,,
+FR-09,Ariège,2020-05-12,,43.0,0.0,,,
+FR-09,Ariège,2020-05-13,,43.0,0.0,,,
+FR-09,Ariège,2020-05-14,,43.0,0.0,,,
+FR-09,Ariège,2020-05-15,,43.0,0.0,,,
+FR-09,Ariège,2020-05-16,,43.0,0.0,,,
+FR-09,Ariège,2020-05-17,,43.0,0.0,,,
+FR-09,Ariège,2020-05-18,,43.0,0.0,,,
+FR-09,Ariège,2020-05-19,,43.0,0.0,,,
+FR-09,Ariège,2020-05-20,,45.0,2.0,,,
+FR-09,Ariège,2020-05-21,,46.0,1.0,,,
+FR-09,Ariège,2020-05-22,,46.0,0.0,,,
+FR-09,Ariège,2020-05-23,,46.0,0.0,,,
+FR-09,Ariège,2020-05-24,,46.0,0.0,,,
+FR-09,Ariège,2020-05-25,,46.0,0.0,,,
+FR-09,Ariège,2020-05-26,,46.0,0.0,,,
+FR-09,Ariège,2020-05-27,,46.0,0.0,,,
+FR-09,Ariège,2020-05-28,,46.0,0.0,,,
+FR-09,Ariège,2020-05-29,,46.0,0.0,,,
+FR-09,Ariège,2020-05-30,,46.0,0.0,,,
+FR-09,Ariège,2020-05-31,,46.0,0.0,,,
+FR-09,Ariège,2020-06-01,,46.0,0.0,,,
+FR-09,Ariège,2020-06-02,,46.0,0.0,,,
+FR-09,Ariège,2020-06-03,,46.0,0.0,,,
+FR-09,Ariège,2020-06-04,,46.0,0.0,,,
+FR-09,Ariège,2020-06-05,,46.0,0.0,,,
+FR-09,Ariège,2020-06-06,,46.0,0.0,,,
+FR-09,Ariège,2020-06-07,,46.0,0.0,,,
+FR-09,Ariège,2020-06-08,,46.0,0.0,,,
+FR-10,Aube,2020-03-19,,6.0,6.0,,,
+FR-10,Aube,2020-03-20,,8.0,2.0,,,
+FR-10,Aube,2020-03-21,,14.0,6.0,,,
+FR-10,Aube,2020-03-22,,23.0,9.0,,,
+FR-10,Aube,2020-03-23,,32.0,9.0,,,
+FR-10,Aube,2020-03-24,,35.0,3.0,,,
+FR-10,Aube,2020-03-25,,52.0,17.0,,,
+FR-10,Aube,2020-03-26,,64.0,12.0,,,
+FR-10,Aube,2020-03-27,,68.0,4.0,,,
+FR-10,Aube,2020-03-28,,72.0,4.0,,,
+FR-10,Aube,2020-03-29,,73.0,1.0,,,
+FR-10,Aube,2020-03-30,,79.0,6.0,,,
+FR-10,Aube,2020-03-31,,92.0,13.0,,,
+FR-10,Aube,2020-04-01,,126.0,34.0,,,
+FR-10,Aube,2020-04-02,,149.0,23.0,,,
+FR-10,Aube,2020-04-03,,158.0,9.0,,,
+FR-10,Aube,2020-04-04,,196.0,38.0,,,
+FR-10,Aube,2020-04-05,,206.0,10.0,,,
+FR-10,Aube,2020-04-06,,209.0,3.0,,,
+FR-10,Aube,2020-04-07,,222.0,13.0,,,
+FR-10,Aube,2020-04-08,,251.0,29.0,,,
+FR-10,Aube,2020-04-09,,408.0,157.0,,,
+FR-10,Aube,2020-04-10,,470.0,62.0,,,
+FR-10,Aube,2020-04-11,,479.0,9.0,,,
+FR-10,Aube,2020-04-12,,503.0,24.0,,,
+FR-10,Aube,2020-04-13,,527.0,24.0,,,
+FR-10,Aube,2020-04-14,,546.0,19.0,,,
+FR-10,Aube,2020-04-15,,557.0,11.0,,,
+FR-10,Aube,2020-04-16,,575.0,18.0,,,
+FR-10,Aube,2020-04-17,,588.0,13.0,,,
+FR-10,Aube,2020-04-18,,594.0,6.0,,,
+FR-10,Aube,2020-04-19,,598.0,4.0,,,
+FR-10,Aube,2020-04-20,,610.0,12.0,,,
+FR-10,Aube,2020-04-21,,617.0,7.0,,,
+FR-10,Aube,2020-04-22,,654.0,37.0,,,
+FR-10,Aube,2020-04-23,,683.0,29.0,,,
+FR-10,Aube,2020-04-24,,712.0,29.0,,,
+FR-10,Aube,2020-04-25,,724.0,12.0,,,
+FR-10,Aube,2020-04-26,,724.0,0.0,,,
+FR-10,Aube,2020-04-27,,730.0,6.0,,,
+FR-10,Aube,2020-04-28,,759.0,29.0,,,
+FR-10,Aube,2020-04-29,,785.0,26.0,,,
+FR-10,Aube,2020-04-30,,801.0,16.0,,,
+FR-10,Aube,2020-05-01,,820.0,19.0,,,
+FR-10,Aube,2020-05-02,,833.0,13.0,,,
+FR-10,Aube,2020-05-03,,847.0,14.0,,,
+FR-10,Aube,2020-05-04,,851.0,4.0,,,
+FR-10,Aube,2020-05-05,,855.0,4.0,,,
+FR-10,Aube,2020-05-06,,865.0,10.0,,,
+FR-10,Aube,2020-05-07,,885.0,20.0,,,
+FR-10,Aube,2020-05-08,,890.0,5.0,,,
+FR-10,Aube,2020-05-09,,891.0,1.0,,,
+FR-10,Aube,2020-05-10,,895.0,4.0,,,
+FR-10,Aube,2020-05-11,,897.0,2.0,,,
+FR-10,Aube,2020-05-12,,899.0,2.0,,,
+FR-10,Aube,2020-05-13,,901.0,2.0,,,
+FR-10,Aube,2020-05-14,,907.0,6.0,,,
+FR-10,Aube,2020-05-15,,908.0,1.0,,,
+FR-10,Aube,2020-05-16,,913.0,5.0,,,
+FR-10,Aube,2020-05-17,,915.0,2.0,,,
+FR-10,Aube,2020-05-18,,922.0,7.0,,,
+FR-10,Aube,2020-05-19,,923.0,1.0,,,
+FR-10,Aube,2020-05-20,,926.0,3.0,,,
+FR-10,Aube,2020-05-21,,931.0,5.0,,,
+FR-10,Aube,2020-05-22,,932.0,1.0,,,
+FR-10,Aube,2020-05-23,,933.0,1.0,,,
+FR-10,Aube,2020-05-24,,934.0,1.0,,,
+FR-10,Aube,2020-05-25,,934.0,0.0,,,
+FR-10,Aube,2020-05-26,,935.0,1.0,,,
+FR-10,Aube,2020-05-27,,937.0,2.0,,,
+FR-10,Aube,2020-05-28,,941.0,4.0,,,
+FR-10,Aube,2020-05-29,,943.0,2.0,,,
+FR-10,Aube,2020-05-30,,943.0,0.0,,,
+FR-10,Aube,2020-05-31,,943.0,0.0,,,
+FR-10,Aube,2020-06-01,,944.0,1.0,,,
+FR-10,Aube,2020-06-02,,944.0,0.0,,,
+FR-10,Aube,2020-06-03,,944.0,0.0,,,
+FR-10,Aube,2020-06-04,,944.0,0.0,,,
+FR-10,Aube,2020-06-05,,945.0,1.0,,,
+FR-10,Aube,2020-06-06,,946.0,1.0,,,
+FR-10,Aube,2020-06-07,,947.0,1.0,,,
+FR-10,Aube,2020-06-08,,947.0,0.0,,,
+FR-11,Aude,2020-03-19,,19.0,19.0,,,
+FR-11,Aude,2020-03-20,,29.0,10.0,,,
+FR-11,Aude,2020-03-21,,31.0,2.0,,,
+FR-11,Aude,2020-03-22,,36.0,5.0,,,
+FR-11,Aude,2020-03-23,,50.0,14.0,,,
+FR-11,Aude,2020-03-24,,55.0,5.0,,,
+FR-11,Aude,2020-03-25,,67.0,12.0,,,
+FR-11,Aude,2020-03-26,,80.0,13.0,,,
+FR-11,Aude,2020-03-27,,92.0,12.0,,,
+FR-11,Aude,2020-03-28,,113.0,21.0,,,
+FR-11,Aude,2020-03-29,,131.0,18.0,,,
+FR-11,Aude,2020-03-30,,150.0,19.0,,,
+FR-11,Aude,2020-03-31,,165.0,15.0,,,
+FR-11,Aude,2020-04-01,,182.0,17.0,,,
+FR-11,Aude,2020-04-02,,213.0,31.0,,,
+FR-11,Aude,2020-04-03,,220.0,7.0,,,
+FR-11,Aude,2020-04-04,,228.0,8.0,,,
+FR-11,Aude,2020-04-05,,236.0,8.0,,,
+FR-11,Aude,2020-04-06,,243.0,7.0,,,
+FR-11,Aude,2020-04-07,,256.0,13.0,,,
+FR-11,Aude,2020-04-08,,260.0,4.0,,,
+FR-11,Aude,2020-04-09,,263.0,3.0,,,
+FR-11,Aude,2020-04-10,,269.0,6.0,,,
+FR-11,Aude,2020-04-11,,276.0,7.0,,,
+FR-11,Aude,2020-04-12,,293.0,17.0,,,
+FR-11,Aude,2020-04-13,,306.0,13.0,,,
+FR-11,Aude,2020-04-14,,310.0,4.0,,,
+FR-11,Aude,2020-04-15,,314.0,4.0,,,
+FR-11,Aude,2020-04-16,,317.0,3.0,,,
+FR-11,Aude,2020-04-17,,324.0,7.0,,,
+FR-11,Aude,2020-04-18,,331.0,7.0,,,
+FR-11,Aude,2020-04-19,,334.0,3.0,,,
+FR-11,Aude,2020-04-20,,336.0,2.0,,,
+FR-11,Aude,2020-04-21,,347.0,11.0,,,
+FR-11,Aude,2020-04-22,,348.0,1.0,,,
+FR-11,Aude,2020-04-23,,349.0,1.0,,,
+FR-11,Aude,2020-04-24,,354.0,5.0,,,
+FR-11,Aude,2020-04-25,,357.0,3.0,,,
+FR-11,Aude,2020-04-26,,358.0,1.0,,,
+FR-11,Aude,2020-04-27,,361.0,3.0,,,
+FR-11,Aude,2020-04-28,,369.0,8.0,,,
+FR-11,Aude,2020-04-29,,369.0,0.0,,,
+FR-11,Aude,2020-04-30,,376.0,7.0,,,
+FR-11,Aude,2020-05-01,,381.0,5.0,,,
+FR-11,Aude,2020-05-02,,382.0,1.0,,,
+FR-11,Aude,2020-05-03,,387.0,5.0,,,
+FR-11,Aude,2020-05-04,,389.0,2.0,,,
+FR-11,Aude,2020-05-05,,390.0,1.0,,,
+FR-11,Aude,2020-05-06,,390.0,0.0,,,
+FR-11,Aude,2020-05-07,,392.0,2.0,,,
+FR-11,Aude,2020-05-08,,393.0,1.0,,,
+FR-11,Aude,2020-05-09,,393.0,0.0,,,
+FR-11,Aude,2020-05-10,,393.0,0.0,,,
+FR-11,Aude,2020-05-11,,393.0,0.0,,,
+FR-11,Aude,2020-05-12,,393.0,0.0,,,
+FR-11,Aude,2020-05-13,,402.0,9.0,,,
+FR-11,Aude,2020-05-14,,402.0,0.0,,,
+FR-11,Aude,2020-05-15,,402.0,0.0,,,
+FR-11,Aude,2020-05-16,,409.0,7.0,,,
+FR-11,Aude,2020-05-17,,412.0,3.0,,,
+FR-11,Aude,2020-05-18,,415.0,3.0,,,
+FR-11,Aude,2020-05-19,,417.0,2.0,,,
+FR-11,Aude,2020-05-20,,419.0,2.0,,,
+FR-11,Aude,2020-05-21,,421.0,2.0,,,
+FR-11,Aude,2020-05-22,,428.0,7.0,,,
+FR-11,Aude,2020-05-23,,428.0,0.0,,,
+FR-11,Aude,2020-05-24,,428.0,0.0,,,
+FR-11,Aude,2020-05-25,,429.0,1.0,,,
+FR-11,Aude,2020-05-26,,429.0,0.0,,,
+FR-11,Aude,2020-05-27,,429.0,0.0,,,
+FR-11,Aude,2020-05-28,,431.0,2.0,,,
+FR-11,Aude,2020-05-29,,432.0,1.0,,,
+FR-11,Aude,2020-05-30,,433.0,1.0,,,
+FR-11,Aude,2020-05-31,,435.0,2.0,,,
+FR-11,Aude,2020-06-01,,435.0,0.0,,,
+FR-11,Aude,2020-06-02,,437.0,2.0,,,
+FR-11,Aude,2020-06-03,,437.0,0.0,,,
+FR-11,Aude,2020-06-04,,437.0,0.0,,,
+FR-11,Aude,2020-06-05,,438.0,1.0,,,
+FR-11,Aude,2020-06-06,,438.0,0.0,,,
+FR-11,Aude,2020-06-07,,438.0,0.0,,,
+FR-11,Aude,2020-06-08,,438.0,0.0,,,
+FR-12,Aveyron,2020-03-19,,4.0,4.0,,,
+FR-12,Aveyron,2020-03-20,,8.0,4.0,,,
+FR-12,Aveyron,2020-03-21,,9.0,1.0,,,
+FR-12,Aveyron,2020-03-22,,11.0,2.0,,,
+FR-12,Aveyron,2020-03-23,,12.0,1.0,,,
+FR-12,Aveyron,2020-03-24,,18.0,6.0,,,
+FR-12,Aveyron,2020-03-25,,21.0,3.0,,,
+FR-12,Aveyron,2020-03-26,,29.0,8.0,,,
+FR-12,Aveyron,2020-03-27,,35.0,6.0,,,
+FR-12,Aveyron,2020-03-28,,48.0,13.0,,,
+FR-12,Aveyron,2020-03-29,,50.0,2.0,,,
+FR-12,Aveyron,2020-03-30,,60.0,10.0,,,
+FR-12,Aveyron,2020-03-31,,66.0,6.0,,,
+FR-12,Aveyron,2020-04-01,,70.0,4.0,,,
+FR-12,Aveyron,2020-04-02,,79.0,9.0,,,
+FR-12,Aveyron,2020-04-03,,92.0,13.0,,,
+FR-12,Aveyron,2020-04-04,,102.0,10.0,,,
+FR-12,Aveyron,2020-04-05,,105.0,3.0,,,
+FR-12,Aveyron,2020-04-06,,111.0,6.0,,,
+FR-12,Aveyron,2020-04-07,,115.0,4.0,,,
+FR-12,Aveyron,2020-04-08,,118.0,3.0,,,
+FR-12,Aveyron,2020-04-09,,122.0,4.0,,,
+FR-12,Aveyron,2020-04-10,,129.0,7.0,,,
+FR-12,Aveyron,2020-04-11,,137.0,8.0,,,
+FR-12,Aveyron,2020-04-12,,139.0,2.0,,,
+FR-12,Aveyron,2020-04-13,,142.0,3.0,,,
+FR-12,Aveyron,2020-04-14,,143.0,1.0,,,
+FR-12,Aveyron,2020-04-15,,146.0,3.0,,,
+FR-12,Aveyron,2020-04-16,,147.0,1.0,,,
+FR-12,Aveyron,2020-04-17,,152.0,5.0,,,
+FR-12,Aveyron,2020-04-18,,160.0,8.0,,,
+FR-12,Aveyron,2020-04-19,,161.0,1.0,,,
+FR-12,Aveyron,2020-04-20,,165.0,4.0,,,
+FR-12,Aveyron,2020-04-21,,166.0,1.0,,,
+FR-12,Aveyron,2020-04-22,,169.0,3.0,,,
+FR-12,Aveyron,2020-04-23,,172.0,3.0,,,
+FR-12,Aveyron,2020-04-24,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-25,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-26,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-27,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-28,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-29,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-30,,173.0,1.0,,,
+FR-12,Aveyron,2020-05-01,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-02,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-03,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-04,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-05,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-06,,175.0,2.0,,,
+FR-12,Aveyron,2020-05-07,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-08,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-09,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-10,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-11,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-12,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-13,,176.0,1.0,,,
+FR-12,Aveyron,2020-05-14,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-15,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-16,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-17,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-18,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-19,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-20,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-21,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-22,,177.0,1.0,,,
+FR-12,Aveyron,2020-05-23,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-24,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-25,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-26,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-27,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-28,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-29,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-30,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-31,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-01,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-02,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-03,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-04,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-05,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-06,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-07,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-08,,177.0,0.0,,,
+FR-13,Bouches-du-Rhône,2020-03-19,,90.0,90.0,,,
+FR-13,Bouches-du-Rhône,2020-03-20,,133.0,43.0,,,
+FR-13,Bouches-du-Rhône,2020-03-21,,196.0,63.0,,,
+FR-13,Bouches-du-Rhône,2020-03-22,,244.0,48.0,,,
+FR-13,Bouches-du-Rhône,2020-03-23,,324.0,80.0,,,
+FR-13,Bouches-du-Rhône,2020-03-24,,418.0,94.0,,,
+FR-13,Bouches-du-Rhône,2020-03-25,,498.0,80.0,,,
+FR-13,Bouches-du-Rhône,2020-03-26,,612.0,114.0,,,
+FR-13,Bouches-du-Rhône,2020-03-27,,748.0,136.0,,,
+FR-13,Bouches-du-Rhône,2020-03-28,,855.0,107.0,,,
+FR-13,Bouches-du-Rhône,2020-03-29,,972.0,117.0,,,
+FR-13,Bouches-du-Rhône,2020-03-30,,1110.0,138.0,,,
+FR-13,Bouches-du-Rhône,2020-03-31,,1276.0,166.0,,,
+FR-13,Bouches-du-Rhône,2020-04-01,,1416.0,140.0,,,
+FR-13,Bouches-du-Rhône,2020-04-02,,1522.0,106.0,,,
+FR-13,Bouches-du-Rhône,2020-04-03,,1682.0,160.0,,,
+FR-13,Bouches-du-Rhône,2020-04-04,,1780.0,98.0,,,
+FR-13,Bouches-du-Rhône,2020-04-05,,1857.0,77.0,,,
+FR-13,Bouches-du-Rhône,2020-04-06,,2006.0,149.0,,,
+FR-13,Bouches-du-Rhône,2020-04-07,,2073.0,67.0,,,
+FR-13,Bouches-du-Rhône,2020-04-08,,2209.0,136.0,,,
+FR-13,Bouches-du-Rhône,2020-04-09,,2284.0,75.0,,,
+FR-13,Bouches-du-Rhône,2020-04-10,,2411.0,127.0,,,
+FR-13,Bouches-du-Rhône,2020-04-11,,2458.0,47.0,,,
+FR-13,Bouches-du-Rhône,2020-04-12,,2543.0,85.0,,,
+FR-13,Bouches-du-Rhône,2020-04-13,,2584.0,41.0,,,
+FR-13,Bouches-du-Rhône,2020-04-14,,2680.0,96.0,,,
+FR-13,Bouches-du-Rhône,2020-04-15,,2766.0,86.0,,,
+FR-13,Bouches-du-Rhône,2020-04-16,,2852.0,86.0,,,
+FR-13,Bouches-du-Rhône,2020-04-17,,2971.0,119.0,,,
+FR-13,Bouches-du-Rhône,2020-04-18,,3031.0,60.0,,,
+FR-13,Bouches-du-Rhône,2020-04-19,,3058.0,27.0,,,
+FR-13,Bouches-du-Rhône,2020-04-20,,3142.0,84.0,,,
+FR-13,Bouches-du-Rhône,2020-04-21,,3248.0,106.0,,,
+FR-13,Bouches-du-Rhône,2020-04-22,,3362.0,114.0,,,
+FR-13,Bouches-du-Rhône,2020-04-23,,3431.0,69.0,,,
+FR-13,Bouches-du-Rhône,2020-04-24,,3511.0,80.0,,,
+FR-13,Bouches-du-Rhône,2020-04-25,,3564.0,53.0,,,
+FR-13,Bouches-du-Rhône,2020-04-26,,3596.0,32.0,,,
+FR-13,Bouches-du-Rhône,2020-04-27,,3654.0,58.0,,,
+FR-13,Bouches-du-Rhône,2020-04-28,,3708.0,54.0,,,
+FR-13,Bouches-du-Rhône,2020-04-29,,3770.0,62.0,,,
+FR-13,Bouches-du-Rhône,2020-04-30,,3799.0,29.0,,,
+FR-13,Bouches-du-Rhône,2020-05-01,,3831.0,32.0,,,
+FR-13,Bouches-du-Rhône,2020-05-02,,3865.0,34.0,,,
+FR-13,Bouches-du-Rhône,2020-05-03,,3886.0,21.0,,,
+FR-13,Bouches-du-Rhône,2020-05-04,,3919.0,33.0,,,
+FR-13,Bouches-du-Rhône,2020-05-05,,3944.0,25.0,,,
+FR-13,Bouches-du-Rhône,2020-05-06,,3983.0,39.0,,,
+FR-13,Bouches-du-Rhône,2020-05-07,,4007.0,24.0,,,
+FR-13,Bouches-du-Rhône,2020-05-08,,4025.0,18.0,,,
+FR-13,Bouches-du-Rhône,2020-05-09,,4035.0,10.0,,,
+FR-13,Bouches-du-Rhône,2020-05-10,,4047.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-11,,4081.0,34.0,,,
+FR-13,Bouches-du-Rhône,2020-05-12,,4096.0,15.0,,,
+FR-13,Bouches-du-Rhône,2020-05-13,,4118.0,22.0,,,
+FR-13,Bouches-du-Rhône,2020-05-14,,4134.0,16.0,,,
+FR-13,Bouches-du-Rhône,2020-05-15,,4156.0,22.0,,,
+FR-13,Bouches-du-Rhône,2020-05-16,,4168.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-17,,4179.0,11.0,,,
+FR-13,Bouches-du-Rhône,2020-05-18,,4191.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-19,,4209.0,18.0,,,
+FR-13,Bouches-du-Rhône,2020-05-20,,4226.0,17.0,,,
+FR-13,Bouches-du-Rhône,2020-05-21,,4239.0,13.0,,,
+FR-13,Bouches-du-Rhône,2020-05-22,,4241.0,2.0,,,
+FR-13,Bouches-du-Rhône,2020-05-23,,4253.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-24,,4257.0,4.0,,,
+FR-13,Bouches-du-Rhône,2020-05-25,,4268.0,11.0,,,
+FR-13,Bouches-du-Rhône,2020-05-26,,4278.0,10.0,,,
+FR-13,Bouches-du-Rhône,2020-05-27,,4285.0,7.0,,,
+FR-13,Bouches-du-Rhône,2020-05-28,,4289.0,4.0,,,
+FR-13,Bouches-du-Rhône,2020-05-29,,4298.0,9.0,,,
+FR-13,Bouches-du-Rhône,2020-05-30,,4303.0,5.0,,,
+FR-13,Bouches-du-Rhône,2020-05-31,,4308.0,5.0,,,
+FR-13,Bouches-du-Rhône,2020-06-01,,4309.0,1.0,,,
+FR-13,Bouches-du-Rhône,2020-06-02,,4317.0,8.0,,,
+FR-13,Bouches-du-Rhône,2020-06-03,,4327.0,10.0,,,
+FR-13,Bouches-du-Rhône,2020-06-04,,4335.0,8.0,,,
+FR-13,Bouches-du-Rhône,2020-06-05,,4354.0,19.0,,,
+FR-13,Bouches-du-Rhône,2020-06-06,,4361.0,7.0,,,
+FR-13,Bouches-du-Rhône,2020-06-07,,4362.0,1.0,,,
+FR-13,Bouches-du-Rhône,2020-06-08,,4369.0,7.0,,,
+FR-14,Calvados,2020-03-19,,3.0,3.0,,,
+FR-14,Calvados,2020-03-20,,4.0,1.0,,,
+FR-14,Calvados,2020-03-21,,10.0,6.0,,,
+FR-14,Calvados,2020-03-22,,20.0,10.0,,,
+FR-14,Calvados,2020-03-23,,31.0,11.0,,,
+FR-14,Calvados,2020-03-24,,36.0,5.0,,,
+FR-14,Calvados,2020-03-25,,53.0,17.0,,,
+FR-14,Calvados,2020-03-26,,62.0,9.0,,,
+FR-14,Calvados,2020-03-27,,78.0,16.0,,,
+FR-14,Calvados,2020-03-28,,100.0,22.0,,,
+FR-14,Calvados,2020-03-29,,116.0,16.0,,,
+FR-14,Calvados,2020-03-30,,123.0,7.0,,,
+FR-14,Calvados,2020-03-31,,134.0,11.0,,,
+FR-14,Calvados,2020-04-01,,159.0,25.0,,,
+FR-14,Calvados,2020-04-02,,178.0,19.0,,,
+FR-14,Calvados,2020-04-03,,189.0,11.0,,,
+FR-14,Calvados,2020-04-04,,199.0,10.0,,,
+FR-14,Calvados,2020-04-05,,213.0,14.0,,,
+FR-14,Calvados,2020-04-06,,232.0,19.0,,,
+FR-14,Calvados,2020-04-07,,248.0,16.0,,,
+FR-14,Calvados,2020-04-08,,261.0,13.0,,,
+FR-14,Calvados,2020-04-09,,268.0,7.0,,,
+FR-14,Calvados,2020-04-10,,281.0,13.0,,,
+FR-14,Calvados,2020-04-11,,291.0,10.0,,,
+FR-14,Calvados,2020-04-12,,299.0,8.0,,,
+FR-14,Calvados,2020-04-13,,301.0,2.0,,,
+FR-14,Calvados,2020-04-14,,308.0,7.0,,,
+FR-14,Calvados,2020-04-15,,317.0,9.0,,,
+FR-14,Calvados,2020-04-16,,321.0,4.0,,,
+FR-14,Calvados,2020-04-17,,328.0,7.0,,,
+FR-14,Calvados,2020-04-18,,336.0,8.0,,,
+FR-14,Calvados,2020-04-19,,345.0,9.0,,,
+FR-14,Calvados,2020-04-20,,347.0,2.0,,,
+FR-14,Calvados,2020-04-21,,358.0,11.0,,,
+FR-14,Calvados,2020-04-22,,361.0,3.0,,,
+FR-14,Calvados,2020-04-23,,363.0,2.0,,,
+FR-14,Calvados,2020-04-24,,374.0,11.0,,,
+FR-14,Calvados,2020-04-25,,375.0,1.0,,,
+FR-14,Calvados,2020-04-26,,376.0,1.0,,,
+FR-14,Calvados,2020-04-27,,377.0,1.0,,,
+FR-14,Calvados,2020-04-28,,384.0,7.0,,,
+FR-14,Calvados,2020-04-29,,394.0,10.0,,,
+FR-14,Calvados,2020-04-30,,395.0,1.0,,,
+FR-14,Calvados,2020-05-01,,401.0,6.0,,,
+FR-14,Calvados,2020-05-02,,405.0,4.0,,,
+FR-14,Calvados,2020-05-03,,406.0,1.0,,,
+FR-14,Calvados,2020-05-04,,410.0,4.0,,,
+FR-14,Calvados,2020-05-05,,420.0,10.0,,,
+FR-14,Calvados,2020-05-06,,423.0,3.0,,,
+FR-14,Calvados,2020-05-07,,427.0,4.0,,,
+FR-14,Calvados,2020-05-08,,430.0,3.0,,,
+FR-14,Calvados,2020-05-09,,432.0,2.0,,,
+FR-14,Calvados,2020-05-10,,433.0,1.0,,,
+FR-14,Calvados,2020-05-11,,434.0,1.0,,,
+FR-14,Calvados,2020-05-12,,440.0,6.0,,,
+FR-14,Calvados,2020-05-13,,442.0,2.0,,,
+FR-14,Calvados,2020-05-14,,444.0,2.0,,,
+FR-14,Calvados,2020-05-15,,448.0,4.0,,,
+FR-14,Calvados,2020-05-16,,452.0,4.0,,,
+FR-14,Calvados,2020-05-17,,453.0,1.0,,,
+FR-14,Calvados,2020-05-18,,453.0,0.0,,,
+FR-14,Calvados,2020-05-19,,458.0,5.0,,,
+FR-14,Calvados,2020-05-20,,459.0,1.0,,,
+FR-14,Calvados,2020-05-21,,460.0,1.0,,,
+FR-14,Calvados,2020-05-22,,462.0,2.0,,,
+FR-14,Calvados,2020-05-23,,463.0,1.0,,,
+FR-14,Calvados,2020-05-24,,465.0,2.0,,,
+FR-14,Calvados,2020-05-25,,468.0,3.0,,,
+FR-14,Calvados,2020-05-26,,469.0,1.0,,,
+FR-14,Calvados,2020-05-27,,469.0,0.0,,,
+FR-14,Calvados,2020-05-28,,469.0,0.0,,,
+FR-14,Calvados,2020-05-29,,469.0,0.0,,,
+FR-14,Calvados,2020-05-30,,469.0,0.0,,,
+FR-14,Calvados,2020-05-31,,469.0,0.0,,,
+FR-14,Calvados,2020-06-01,,469.0,0.0,,,
+FR-14,Calvados,2020-06-02,,469.0,0.0,,,
+FR-14,Calvados,2020-06-03,,469.0,0.0,,,
+FR-14,Calvados,2020-06-04,,469.0,0.0,,,
+FR-14,Calvados,2020-06-05,,469.0,0.0,,,
+FR-14,Calvados,2020-06-06,,469.0,0.0,,,
+FR-14,Calvados,2020-06-07,,469.0,0.0,,,
+FR-14,Calvados,2020-06-08,,469.0,0.0,,,
+FR-15,Cantal,2020-03-19,,1.0,1.0,,,
+FR-15,Cantal,2020-03-20,,2.0,1.0,,,
+FR-15,Cantal,2020-03-21,,3.0,1.0,,,
+FR-15,Cantal,2020-03-22,,3.0,0.0,,,
+FR-15,Cantal,2020-03-23,,3.0,0.0,,,
+FR-15,Cantal,2020-03-24,,5.0,2.0,,,
+FR-15,Cantal,2020-03-25,,6.0,1.0,,,
+FR-15,Cantal,2020-03-26,,6.0,0.0,,,
+FR-15,Cantal,2020-03-27,,7.0,1.0,,,
+FR-15,Cantal,2020-03-28,,8.0,1.0,,,
+FR-15,Cantal,2020-03-29,,8.0,0.0,,,
+FR-15,Cantal,2020-03-30,,11.0,3.0,,,
+FR-15,Cantal,2020-03-31,,14.0,3.0,,,
+FR-15,Cantal,2020-04-01,,15.0,1.0,,,
+FR-15,Cantal,2020-04-02,,24.0,9.0,,,
+FR-15,Cantal,2020-04-03,,27.0,3.0,,,
+FR-15,Cantal,2020-04-04,,28.0,1.0,,,
+FR-15,Cantal,2020-04-05,,30.0,2.0,,,
+FR-15,Cantal,2020-04-06,,32.0,2.0,,,
+FR-15,Cantal,2020-04-07,,32.0,0.0,,,
+FR-15,Cantal,2020-04-08,,34.0,2.0,,,
+FR-15,Cantal,2020-04-09,,36.0,2.0,,,
+FR-15,Cantal,2020-04-10,,36.0,0.0,,,
+FR-15,Cantal,2020-04-11,,36.0,0.0,,,
+FR-15,Cantal,2020-04-12,,37.0,1.0,,,
+FR-15,Cantal,2020-04-13,,38.0,1.0,,,
+FR-15,Cantal,2020-04-14,,39.0,1.0,,,
+FR-15,Cantal,2020-04-15,,40.0,1.0,,,
+FR-15,Cantal,2020-04-16,,41.0,1.0,,,
+FR-15,Cantal,2020-04-17,,42.0,1.0,,,
+FR-15,Cantal,2020-04-18,,42.0,0.0,,,
+FR-15,Cantal,2020-04-19,,47.0,5.0,,,
+FR-15,Cantal,2020-04-20,,48.0,1.0,,,
+FR-15,Cantal,2020-04-21,,51.0,3.0,,,
+FR-15,Cantal,2020-04-22,,52.0,1.0,,,
+FR-15,Cantal,2020-04-23,,53.0,1.0,,,
+FR-15,Cantal,2020-04-24,,53.0,0.0,,,
+FR-15,Cantal,2020-04-25,,53.0,0.0,,,
+FR-15,Cantal,2020-04-26,,53.0,0.0,,,
+FR-15,Cantal,2020-04-27,,59.0,6.0,,,
+FR-15,Cantal,2020-04-28,,62.0,3.0,,,
+FR-15,Cantal,2020-04-29,,62.0,0.0,,,
+FR-15,Cantal,2020-04-30,,62.0,0.0,,,
+FR-15,Cantal,2020-05-01,,62.0,0.0,,,
+FR-15,Cantal,2020-05-02,,63.0,1.0,,,
+FR-15,Cantal,2020-05-03,,63.0,0.0,,,
+FR-15,Cantal,2020-05-04,,64.0,1.0,,,
+FR-15,Cantal,2020-05-05,,66.0,2.0,,,
+FR-15,Cantal,2020-05-06,,66.0,0.0,,,
+FR-15,Cantal,2020-05-07,,66.0,0.0,,,
+FR-15,Cantal,2020-05-08,,66.0,0.0,,,
+FR-15,Cantal,2020-05-09,,66.0,0.0,,,
+FR-15,Cantal,2020-05-10,,66.0,0.0,,,
+FR-15,Cantal,2020-05-11,,66.0,0.0,,,
+FR-15,Cantal,2020-05-12,,68.0,2.0,,,
+FR-15,Cantal,2020-05-13,,69.0,1.0,,,
+FR-15,Cantal,2020-05-14,,69.0,0.0,,,
+FR-15,Cantal,2020-05-15,,69.0,0.0,,,
+FR-15,Cantal,2020-05-16,,70.0,1.0,,,
+FR-15,Cantal,2020-05-17,,70.0,0.0,,,
+FR-15,Cantal,2020-05-18,,70.0,0.0,,,
+FR-15,Cantal,2020-05-19,,70.0,0.0,,,
+FR-15,Cantal,2020-05-20,,70.0,0.0,,,
+FR-15,Cantal,2020-05-21,,70.0,0.0,,,
+FR-15,Cantal,2020-05-22,,70.0,0.0,,,
+FR-15,Cantal,2020-05-23,,70.0,0.0,,,
+FR-15,Cantal,2020-05-24,,70.0,0.0,,,
+FR-15,Cantal,2020-05-25,,71.0,1.0,,,
+FR-15,Cantal,2020-05-26,,71.0,0.0,,,
+FR-15,Cantal,2020-05-27,,71.0,0.0,,,
+FR-15,Cantal,2020-05-28,,71.0,0.0,,,
+FR-15,Cantal,2020-05-29,,71.0,0.0,,,
+FR-15,Cantal,2020-05-30,,71.0,0.0,,,
+FR-15,Cantal,2020-05-31,,71.0,0.0,,,
+FR-15,Cantal,2020-06-01,,71.0,0.0,,,
+FR-15,Cantal,2020-06-02,,71.0,0.0,,,
+FR-15,Cantal,2020-06-03,,71.0,0.0,,,
+FR-15,Cantal,2020-06-04,,71.0,0.0,,,
+FR-15,Cantal,2020-06-05,,71.0,0.0,,,
+FR-15,Cantal,2020-06-06,,71.0,0.0,,,
+FR-15,Cantal,2020-06-07,,71.0,0.0,,,
+FR-15,Cantal,2020-06-08,,71.0,0.0,,,
+FR-16,Charente,2020-03-19,,1.0,1.0,,,
+FR-16,Charente,2020-03-20,,2.0,1.0,,,
+FR-16,Charente,2020-03-21,,4.0,2.0,,,
+FR-16,Charente,2020-03-22,,7.0,3.0,,,
+FR-16,Charente,2020-03-23,,9.0,2.0,,,
+FR-16,Charente,2020-03-24,,17.0,8.0,,,
+FR-16,Charente,2020-03-25,,29.0,12.0,,,
+FR-16,Charente,2020-03-26,,34.0,5.0,,,
+FR-16,Charente,2020-03-27,,44.0,10.0,,,
+FR-16,Charente,2020-03-28,,46.0,2.0,,,
+FR-16,Charente,2020-03-29,,56.0,10.0,,,
+FR-16,Charente,2020-03-30,,62.0,6.0,,,
+FR-16,Charente,2020-03-31,,66.0,4.0,,,
+FR-16,Charente,2020-04-01,,72.0,6.0,,,
+FR-16,Charente,2020-04-02,,76.0,4.0,,,
+FR-16,Charente,2020-04-03,,80.0,4.0,,,
+FR-16,Charente,2020-04-04,,81.0,1.0,,,
+FR-16,Charente,2020-04-05,,84.0,3.0,,,
+FR-16,Charente,2020-04-06,,84.0,0.0,,,
+FR-16,Charente,2020-04-07,,84.0,0.0,,,
+FR-16,Charente,2020-04-08,,87.0,3.0,,,
+FR-16,Charente,2020-04-09,,87.0,0.0,,,
+FR-16,Charente,2020-04-10,,88.0,1.0,,,
+FR-16,Charente,2020-04-11,,88.0,0.0,,,
+FR-16,Charente,2020-04-12,,89.0,1.0,,,
+FR-16,Charente,2020-04-13,,89.0,0.0,,,
+FR-16,Charente,2020-04-14,,89.0,0.0,,,
+FR-16,Charente,2020-04-15,,89.0,0.0,,,
+FR-16,Charente,2020-04-16,,89.0,0.0,,,
+FR-16,Charente,2020-04-17,,90.0,1.0,,,
+FR-16,Charente,2020-04-18,,90.0,0.0,,,
+FR-16,Charente,2020-04-19,,92.0,2.0,,,
+FR-16,Charente,2020-04-20,,92.0,0.0,,,
+FR-16,Charente,2020-04-21,,92.0,0.0,,,
+FR-16,Charente,2020-04-22,,92.0,0.0,,,
+FR-16,Charente,2020-04-23,,92.0,0.0,,,
+FR-16,Charente,2020-04-24,,92.0,0.0,,,
+FR-16,Charente,2020-04-25,,92.0,0.0,,,
+FR-16,Charente,2020-04-26,,92.0,0.0,,,
+FR-16,Charente,2020-04-27,,92.0,0.0,,,
+FR-16,Charente,2020-04-28,,92.0,0.0,,,
+FR-16,Charente,2020-04-29,,92.0,0.0,,,
+FR-16,Charente,2020-04-30,,92.0,0.0,,,
+FR-16,Charente,2020-05-01,,93.0,1.0,,,
+FR-16,Charente,2020-05-02,,93.0,0.0,,,
+FR-16,Charente,2020-05-03,,93.0,0.0,,,
+FR-16,Charente,2020-05-04,,94.0,1.0,,,
+FR-16,Charente,2020-05-05,,94.0,0.0,,,
+FR-16,Charente,2020-05-06,,94.0,0.0,,,
+FR-16,Charente,2020-05-07,,94.0,0.0,,,
+FR-16,Charente,2020-05-08,,94.0,0.0,,,
+FR-16,Charente,2020-05-09,,94.0,0.0,,,
+FR-16,Charente,2020-05-10,,94.0,0.0,,,
+FR-16,Charente,2020-05-11,,94.0,0.0,,,
+FR-16,Charente,2020-05-12,,94.0,0.0,,,
+FR-16,Charente,2020-05-13,,98.0,4.0,,,
+FR-16,Charente,2020-05-14,,98.0,0.0,,,
+FR-16,Charente,2020-05-15,,98.0,0.0,,,
+FR-16,Charente,2020-05-16,,98.0,0.0,,,
+FR-16,Charente,2020-05-17,,98.0,0.0,,,
+FR-16,Charente,2020-05-18,,99.0,1.0,,,
+FR-16,Charente,2020-05-19,,100.0,1.0,,,
+FR-16,Charente,2020-05-20,,100.0,0.0,,,
+FR-16,Charente,2020-05-21,,100.0,0.0,,,
+FR-16,Charente,2020-05-22,,100.0,0.0,,,
+FR-16,Charente,2020-05-23,,101.0,1.0,,,
+FR-16,Charente,2020-05-24,,103.0,2.0,,,
+FR-16,Charente,2020-05-25,,104.0,1.0,,,
+FR-16,Charente,2020-05-26,,105.0,1.0,,,
+FR-16,Charente,2020-05-27,,105.0,0.0,,,
+FR-16,Charente,2020-05-28,,105.0,0.0,,,
+FR-16,Charente,2020-05-29,,105.0,0.0,,,
+FR-16,Charente,2020-05-30,,105.0,0.0,,,
+FR-16,Charente,2020-05-31,,105.0,0.0,,,
+FR-16,Charente,2020-06-01,,105.0,0.0,,,
+FR-16,Charente,2020-06-02,,105.0,0.0,,,
+FR-16,Charente,2020-06-03,,105.0,0.0,,,
+FR-16,Charente,2020-06-04,,105.0,0.0,,,
+FR-16,Charente,2020-06-05,,105.0,0.0,,,
+FR-16,Charente,2020-06-06,,105.0,0.0,,,
+FR-16,Charente,2020-06-07,,108.0,3.0,,,
+FR-16,Charente,2020-06-08,,108.0,0.0,,,
+FR-17,Charente-Maritime,2020-03-19,,2.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-20,,4.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-21,,8.0,4.0,,,
+FR-17,Charente-Maritime,2020-03-22,,10.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-23,,12.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-24,,26.0,14.0,,,
+FR-17,Charente-Maritime,2020-03-25,,36.0,10.0,,,
+FR-17,Charente-Maritime,2020-03-26,,64.0,28.0,,,
+FR-17,Charente-Maritime,2020-03-27,,73.0,9.0,,,
+FR-17,Charente-Maritime,2020-03-28,,82.0,9.0,,,
+FR-17,Charente-Maritime,2020-03-29,,93.0,11.0,,,
+FR-17,Charente-Maritime,2020-03-30,,109.0,16.0,,,
+FR-17,Charente-Maritime,2020-03-31,,117.0,8.0,,,
+FR-17,Charente-Maritime,2020-04-01,,135.0,18.0,,,
+FR-17,Charente-Maritime,2020-04-02,,145.0,10.0,,,
+FR-17,Charente-Maritime,2020-04-03,,156.0,11.0,,,
+FR-17,Charente-Maritime,2020-04-04,,164.0,8.0,,,
+FR-17,Charente-Maritime,2020-04-05,,171.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-06,,177.0,6.0,,,
+FR-17,Charente-Maritime,2020-04-07,,194.0,17.0,,,
+FR-17,Charente-Maritime,2020-04-08,,216.0,22.0,,,
+FR-17,Charente-Maritime,2020-04-09,,223.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-10,,228.0,5.0,,,
+FR-17,Charente-Maritime,2020-04-11,,235.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-12,,243.0,8.0,,,
+FR-17,Charente-Maritime,2020-04-13,,250.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-14,,263.0,13.0,,,
+FR-17,Charente-Maritime,2020-04-15,,270.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-16,,272.0,2.0,,,
+FR-17,Charente-Maritime,2020-04-17,,275.0,3.0,,,
+FR-17,Charente-Maritime,2020-04-18,,281.0,6.0,,,
+FR-17,Charente-Maritime,2020-04-19,,281.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-20,,284.0,3.0,,,
+FR-17,Charente-Maritime,2020-04-21,,287.0,3.0,,,
+FR-17,Charente-Maritime,2020-04-22,,288.0,1.0,,,
+FR-17,Charente-Maritime,2020-04-23,,293.0,5.0,,,
+FR-17,Charente-Maritime,2020-04-24,,293.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-25,,293.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-26,,293.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-27,,297.0,4.0,,,
+FR-17,Charente-Maritime,2020-04-28,,297.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-29,,297.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-30,,299.0,2.0,,,
+FR-17,Charente-Maritime,2020-05-01,,299.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-02,,300.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-03,,300.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-04,,300.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-05,,300.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-06,,301.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-07,,303.0,2.0,,,
+FR-17,Charente-Maritime,2020-05-08,,303.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-09,,303.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-10,,304.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-11,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-12,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-13,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-14,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-15,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-16,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-17,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-18,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-19,,305.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-20,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-21,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-22,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-23,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-24,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-25,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-26,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-27,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-28,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-29,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-30,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-31,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-01,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-02,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-03,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-04,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-05,,306.0,1.0,,,
+FR-17,Charente-Maritime,2020-06-06,,306.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-07,,306.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-08,,306.0,0.0,,,
+FR-18,Cher,2020-03-19,,0.0,0.0,,,
+FR-18,Cher,2020-03-20,,0.0,0.0,,,
+FR-18,Cher,2020-03-21,,0.0,0.0,,,
+FR-18,Cher,2020-03-22,,0.0,0.0,,,
+FR-18,Cher,2020-03-23,,0.0,0.0,,,
+FR-18,Cher,2020-03-24,,3.0,3.0,,,
+FR-18,Cher,2020-03-25,,8.0,5.0,,,
+FR-18,Cher,2020-03-26,,11.0,3.0,,,
+FR-18,Cher,2020-03-27,,16.0,5.0,,,
+FR-18,Cher,2020-03-28,,22.0,6.0,,,
+FR-18,Cher,2020-03-29,,24.0,2.0,,,
+FR-18,Cher,2020-03-30,,40.0,16.0,,,
+FR-18,Cher,2020-03-31,,50.0,10.0,,,
+FR-18,Cher,2020-04-01,,55.0,5.0,,,
+FR-18,Cher,2020-04-02,,61.0,6.0,,,
+FR-18,Cher,2020-04-03,,71.0,10.0,,,
+FR-18,Cher,2020-04-04,,77.0,6.0,,,
+FR-18,Cher,2020-04-05,,84.0,7.0,,,
+FR-18,Cher,2020-04-06,,98.0,14.0,,,
+FR-18,Cher,2020-04-07,,107.0,9.0,,,
+FR-18,Cher,2020-04-08,,111.0,4.0,,,
+FR-18,Cher,2020-04-09,,121.0,10.0,,,
+FR-18,Cher,2020-04-10,,134.0,13.0,,,
+FR-18,Cher,2020-04-11,,142.0,8.0,,,
+FR-18,Cher,2020-04-12,,144.0,2.0,,,
+FR-18,Cher,2020-04-13,,151.0,7.0,,,
+FR-18,Cher,2020-04-14,,153.0,2.0,,,
+FR-18,Cher,2020-04-15,,158.0,5.0,,,
+FR-18,Cher,2020-04-16,,161.0,3.0,,,
+FR-18,Cher,2020-04-17,,181.0,20.0,,,
+FR-18,Cher,2020-04-18,,184.0,3.0,,,
+FR-18,Cher,2020-04-19,,190.0,6.0,,,
+FR-18,Cher,2020-04-20,,191.0,1.0,,,
+FR-18,Cher,2020-04-21,,207.0,16.0,,,
+FR-18,Cher,2020-04-22,,212.0,5.0,,,
+FR-18,Cher,2020-04-23,,215.0,3.0,,,
+FR-18,Cher,2020-04-24,,219.0,4.0,,,
+FR-18,Cher,2020-04-25,,223.0,4.0,,,
+FR-18,Cher,2020-04-26,,227.0,4.0,,,
+FR-18,Cher,2020-04-27,,233.0,6.0,,,
+FR-18,Cher,2020-04-28,,239.0,6.0,,,
+FR-18,Cher,2020-04-29,,249.0,10.0,,,
+FR-18,Cher,2020-04-30,,252.0,3.0,,,
+FR-18,Cher,2020-05-01,,254.0,2.0,,,
+FR-18,Cher,2020-05-02,,254.0,0.0,,,
+FR-18,Cher,2020-05-03,,256.0,2.0,,,
+FR-18,Cher,2020-05-04,,258.0,2.0,,,
+FR-18,Cher,2020-05-05,,268.0,10.0,,,
+FR-18,Cher,2020-05-06,,272.0,4.0,,,
+FR-18,Cher,2020-05-07,,273.0,1.0,,,
+FR-18,Cher,2020-05-08,,276.0,3.0,,,
+FR-18,Cher,2020-05-09,,279.0,3.0,,,
+FR-18,Cher,2020-05-10,,280.0,1.0,,,
+FR-18,Cher,2020-05-11,,282.0,2.0,,,
+FR-18,Cher,2020-05-12,,282.0,0.0,,,
+FR-18,Cher,2020-05-13,,283.0,1.0,,,
+FR-18,Cher,2020-05-14,,284.0,1.0,,,
+FR-18,Cher,2020-05-15,,285.0,1.0,,,
+FR-18,Cher,2020-05-16,,285.0,0.0,,,
+FR-18,Cher,2020-05-17,,285.0,0.0,,,
+FR-18,Cher,2020-05-18,,287.0,2.0,,,
+FR-18,Cher,2020-05-19,,289.0,2.0,,,
+FR-18,Cher,2020-05-20,,291.0,2.0,,,
+FR-18,Cher,2020-05-21,,291.0,0.0,,,
+FR-18,Cher,2020-05-22,,299.0,8.0,,,
+FR-18,Cher,2020-05-23,,299.0,0.0,,,
+FR-18,Cher,2020-05-24,,300.0,1.0,,,
+FR-18,Cher,2020-05-25,,302.0,2.0,,,
+FR-18,Cher,2020-05-26,,303.0,1.0,,,
+FR-18,Cher,2020-05-27,,304.0,1.0,,,
+FR-18,Cher,2020-05-28,,304.0,0.0,,,
+FR-18,Cher,2020-05-29,,304.0,0.0,,,
+FR-18,Cher,2020-05-30,,306.0,2.0,,,
+FR-18,Cher,2020-05-31,,307.0,1.0,,,
+FR-18,Cher,2020-06-01,,307.0,0.0,,,
+FR-18,Cher,2020-06-02,,309.0,2.0,,,
+FR-18,Cher,2020-06-03,,309.0,0.0,,,
+FR-18,Cher,2020-06-04,,309.0,0.0,,,
+FR-18,Cher,2020-06-05,,309.0,0.0,,,
+FR-18,Cher,2020-06-06,,309.0,0.0,,,
+FR-18,Cher,2020-06-07,,309.0,0.0,,,
+FR-18,Cher,2020-06-08,,309.0,0.0,,,
+FR-19,Corrèze,2020-03-19,,1.0,1.0,,,
+FR-19,Corrèze,2020-03-20,,1.0,0.0,,,
+FR-19,Corrèze,2020-03-21,,4.0,3.0,,,
+FR-19,Corrèze,2020-03-22,,5.0,1.0,,,
+FR-19,Corrèze,2020-03-23,,8.0,3.0,,,
+FR-19,Corrèze,2020-03-24,,15.0,7.0,,,
+FR-19,Corrèze,2020-03-25,,19.0,4.0,,,
+FR-19,Corrèze,2020-03-26,,21.0,2.0,,,
+FR-19,Corrèze,2020-03-27,,21.0,0.0,,,
+FR-19,Corrèze,2020-03-28,,35.0,14.0,,,
+FR-19,Corrèze,2020-03-29,,40.0,5.0,,,
+FR-19,Corrèze,2020-03-30,,47.0,7.0,,,
+FR-19,Corrèze,2020-03-31,,49.0,2.0,,,
+FR-19,Corrèze,2020-04-01,,54.0,5.0,,,
+FR-19,Corrèze,2020-04-02,,56.0,2.0,,,
+FR-19,Corrèze,2020-04-03,,63.0,7.0,,,
+FR-19,Corrèze,2020-04-04,,69.0,6.0,,,
+FR-19,Corrèze,2020-04-05,,70.0,1.0,,,
+FR-19,Corrèze,2020-04-06,,75.0,5.0,,,
+FR-19,Corrèze,2020-04-07,,80.0,5.0,,,
+FR-19,Corrèze,2020-04-08,,85.0,5.0,,,
+FR-19,Corrèze,2020-04-09,,90.0,5.0,,,
+FR-19,Corrèze,2020-04-10,,94.0,4.0,,,
+FR-19,Corrèze,2020-04-11,,103.0,9.0,,,
+FR-19,Corrèze,2020-04-12,,106.0,3.0,,,
+FR-19,Corrèze,2020-04-13,,109.0,3.0,,,
+FR-19,Corrèze,2020-04-14,,114.0,5.0,,,
+FR-19,Corrèze,2020-04-15,,118.0,4.0,,,
+FR-19,Corrèze,2020-04-16,,124.0,6.0,,,
+FR-19,Corrèze,2020-04-17,,126.0,2.0,,,
+FR-19,Corrèze,2020-04-18,,134.0,8.0,,,
+FR-19,Corrèze,2020-04-19,,139.0,5.0,,,
+FR-19,Corrèze,2020-04-20,,147.0,8.0,,,
+FR-19,Corrèze,2020-04-21,,152.0,5.0,,,
+FR-19,Corrèze,2020-04-22,,153.0,1.0,,,
+FR-19,Corrèze,2020-04-23,,155.0,2.0,,,
+FR-19,Corrèze,2020-04-24,,160.0,5.0,,,
+FR-19,Corrèze,2020-04-25,,161.0,1.0,,,
+FR-19,Corrèze,2020-04-26,,162.0,1.0,,,
+FR-19,Corrèze,2020-04-27,,169.0,7.0,,,
+FR-19,Corrèze,2020-04-28,,170.0,1.0,,,
+FR-19,Corrèze,2020-04-29,,173.0,3.0,,,
+FR-19,Corrèze,2020-04-30,,180.0,7.0,,,
+FR-19,Corrèze,2020-05-01,,180.0,0.0,,,
+FR-19,Corrèze,2020-05-02,,180.0,0.0,,,
+FR-19,Corrèze,2020-05-03,,184.0,4.0,,,
+FR-19,Corrèze,2020-05-04,,186.0,2.0,,,
+FR-19,Corrèze,2020-05-05,,187.0,1.0,,,
+FR-19,Corrèze,2020-05-06,,188.0,1.0,,,
+FR-19,Corrèze,2020-05-07,,191.0,3.0,,,
+FR-19,Corrèze,2020-05-08,,192.0,1.0,,,
+FR-19,Corrèze,2020-05-09,,194.0,2.0,,,
+FR-19,Corrèze,2020-05-10,,195.0,1.0,,,
+FR-19,Corrèze,2020-05-11,,198.0,3.0,,,
+FR-19,Corrèze,2020-05-12,,198.0,0.0,,,
+FR-19,Corrèze,2020-05-13,,206.0,8.0,,,
+FR-19,Corrèze,2020-05-14,,206.0,0.0,,,
+FR-19,Corrèze,2020-05-15,,207.0,1.0,,,
+FR-19,Corrèze,2020-05-16,,207.0,0.0,,,
+FR-19,Corrèze,2020-05-17,,207.0,0.0,,,
+FR-19,Corrèze,2020-05-18,,208.0,1.0,,,
+FR-19,Corrèze,2020-05-19,,212.0,4.0,,,
+FR-19,Corrèze,2020-05-20,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-21,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-22,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-23,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-24,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-25,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-26,,213.0,1.0,,,
+FR-19,Corrèze,2020-05-27,,217.0,4.0,,,
+FR-19,Corrèze,2020-05-28,,217.0,0.0,,,
+FR-19,Corrèze,2020-05-29,,217.0,0.0,,,
+FR-19,Corrèze,2020-05-30,,218.0,1.0,,,
+FR-19,Corrèze,2020-05-31,,218.0,0.0,,,
+FR-19,Corrèze,2020-06-01,,218.0,0.0,,,
+FR-19,Corrèze,2020-06-02,,218.0,0.0,,,
+FR-19,Corrèze,2020-06-03,,219.0,1.0,,,
+FR-19,Corrèze,2020-06-04,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-05,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-06,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-07,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-08,,219.0,0.0,,,
+FR-21,Côte-d'Or,2020-03-19,,26.0,26.0,,,
+FR-21,Côte-d'Or,2020-03-20,,65.0,39.0,,,
+FR-21,Côte-d'Or,2020-03-21,,67.0,2.0,,,
+FR-21,Côte-d'Or,2020-03-22,,109.0,42.0,,,
+FR-21,Côte-d'Or,2020-03-23,,130.0,21.0,,,
+FR-21,Côte-d'Or,2020-03-24,,172.0,42.0,,,
+FR-21,Côte-d'Or,2020-03-25,,248.0,76.0,,,
+FR-21,Côte-d'Or,2020-03-26,,275.0,27.0,,,
+FR-21,Côte-d'Or,2020-03-27,,284.0,9.0,,,
+FR-21,Côte-d'Or,2020-03-28,,336.0,52.0,,,
+FR-21,Côte-d'Or,2020-03-29,,380.0,44.0,,,
+FR-21,Côte-d'Or,2020-03-30,,394.0,14.0,,,
+FR-21,Côte-d'Or,2020-03-31,,426.0,32.0,,,
+FR-21,Côte-d'Or,2020-04-01,,481.0,55.0,,,
+FR-21,Côte-d'Or,2020-04-02,,548.0,67.0,,,
+FR-21,Côte-d'Or,2020-04-03,,576.0,28.0,,,
+FR-21,Côte-d'Or,2020-04-04,,629.0,53.0,,,
+FR-21,Côte-d'Or,2020-04-05,,651.0,22.0,,,
+FR-21,Côte-d'Or,2020-04-06,,682.0,31.0,,,
+FR-21,Côte-d'Or,2020-04-07,,728.0,46.0,,,
+FR-21,Côte-d'Or,2020-04-08,,753.0,25.0,,,
+FR-21,Côte-d'Or,2020-04-09,,762.0,9.0,,,
+FR-21,Côte-d'Or,2020-04-10,,835.0,73.0,,,
+FR-21,Côte-d'Or,2020-04-11,,847.0,12.0,,,
+FR-21,Côte-d'Or,2020-04-12,,881.0,34.0,,,
+FR-21,Côte-d'Or,2020-04-13,,894.0,13.0,,,
+FR-21,Côte-d'Or,2020-04-14,,915.0,21.0,,,
+FR-21,Côte-d'Or,2020-04-15,,956.0,41.0,,,
+FR-21,Côte-d'Or,2020-04-16,,991.0,35.0,,,
+FR-21,Côte-d'Or,2020-04-17,,1018.0,27.0,,,
+FR-21,Côte-d'Or,2020-04-18,,1037.0,19.0,,,
+FR-21,Côte-d'Or,2020-04-19,,1052.0,15.0,,,
+FR-21,Côte-d'Or,2020-04-20,,1062.0,10.0,,,
+FR-21,Côte-d'Or,2020-04-21,,1079.0,17.0,,,
+FR-21,Côte-d'Or,2020-04-22,,1089.0,10.0,,,
+FR-21,Côte-d'Or,2020-04-23,,1098.0,9.0,,,
+FR-21,Côte-d'Or,2020-04-24,,1111.0,13.0,,,
+FR-21,Côte-d'Or,2020-04-25,,1125.0,14.0,,,
+FR-21,Côte-d'Or,2020-04-26,,1126.0,1.0,,,
+FR-21,Côte-d'Or,2020-04-27,,1143.0,17.0,,,
+FR-21,Côte-d'Or,2020-04-28,,1148.0,5.0,,,
+FR-21,Côte-d'Or,2020-04-29,,1161.0,13.0,,,
+FR-21,Côte-d'Or,2020-04-30,,1178.0,17.0,,,
+FR-21,Côte-d'Or,2020-05-01,,1188.0,10.0,,,
+FR-21,Côte-d'Or,2020-05-02,,1192.0,4.0,,,
+FR-21,Côte-d'Or,2020-05-03,,1192.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-04,,1195.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-05,,1201.0,6.0,,,
+FR-21,Côte-d'Or,2020-05-06,,1220.0,19.0,,,
+FR-21,Côte-d'Or,2020-05-07,,1230.0,10.0,,,
+FR-21,Côte-d'Or,2020-05-08,,1236.0,6.0,,,
+FR-21,Côte-d'Or,2020-05-09,,1241.0,5.0,,,
+FR-21,Côte-d'Or,2020-05-10,,1241.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-11,,1242.0,1.0,,,
+FR-21,Côte-d'Or,2020-05-12,,1247.0,5.0,,,
+FR-21,Côte-d'Or,2020-05-13,,1259.0,12.0,,,
+FR-21,Côte-d'Or,2020-05-14,,1263.0,4.0,,,
+FR-21,Côte-d'Or,2020-05-15,,1266.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-16,,1268.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-17,,1268.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-18,,1268.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-19,,1269.0,1.0,,,
+FR-21,Côte-d'Or,2020-05-20,,1274.0,5.0,,,
+FR-21,Côte-d'Or,2020-05-21,,1274.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-22,,1276.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-23,,1278.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-24,,1280.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-25,,1287.0,7.0,,,
+FR-21,Côte-d'Or,2020-05-26,,1294.0,7.0,,,
+FR-21,Côte-d'Or,2020-05-27,,1297.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-28,,1298.0,1.0,,,
+FR-21,Côte-d'Or,2020-05-29,,1301.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-30,,1305.0,4.0,,,
+FR-21,Côte-d'Or,2020-05-31,,1305.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-01,,1308.0,3.0,,,
+FR-21,Côte-d'Or,2020-06-02,,1310.0,2.0,,,
+FR-21,Côte-d'Or,2020-06-03,,1310.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-04,,1319.0,9.0,,,
+FR-21,Côte-d'Or,2020-06-05,,1319.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-06,,1319.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-07,,1319.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-08,,1322.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-03-19,,4.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-03-20,,6.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-03-21,,8.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-03-22,,8.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-03-23,,10.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-03-24,,15.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-03-25,,21.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-03-26,,28.0,7.0,,,
+FR-22,Côtes-d'Armor,2020-03-27,,38.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-03-28,,44.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-03-29,,49.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-03-30,,53.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-03-31,,57.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-01,,70.0,13.0,,,
+FR-22,Côtes-d'Armor,2020-04-02,,86.0,16.0,,,
+FR-22,Côtes-d'Armor,2020-04-03,,96.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-04-04,,101.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-04-05,,109.0,8.0,,,
+FR-22,Côtes-d'Armor,2020-04-06,,119.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-04-07,,129.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-04-08,,131.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-09,,137.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-04-10,,148.0,11.0,,,
+FR-22,Côtes-d'Armor,2020-04-11,,152.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-12,,161.0,9.0,,,
+FR-22,Côtes-d'Armor,2020-04-13,,163.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-14,,172.0,9.0,,,
+FR-22,Côtes-d'Armor,2020-04-15,,177.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-04-16,,181.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-17,,188.0,7.0,,,
+FR-22,Côtes-d'Armor,2020-04-18,,189.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-19,,190.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-20,,193.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-04-21,,196.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-04-22,,198.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-23,,204.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-04-24,,206.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-25,,210.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-26,,210.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-04-27,,212.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-28,,213.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-29,,214.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-30,,218.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-05-01,,220.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-02,,229.0,9.0,,,
+FR-22,Côtes-d'Armor,2020-05-03,,229.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-04,,233.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-05-05,,236.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-06,,240.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-05-07,,241.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-08,,243.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-09,,246.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-10,,246.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-11,,249.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-12,,251.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-13,,252.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-14,,255.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-15,,257.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-16,,259.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-17,,259.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-18,,260.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-19,,262.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-20,,263.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-21,,265.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-22,,266.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-23,,269.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-24,,269.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-25,,269.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-26,,270.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-27,,271.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-28,,271.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-29,,273.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-30,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-31,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-01,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-02,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-03,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-04,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-05,,275.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-06-06,,275.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-07,,275.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-08,,277.0,2.0,,,
+FR-23,Creuse,2020-03-19,,0.0,0.0,,,
+FR-23,Creuse,2020-03-20,,0.0,0.0,,,
+FR-23,Creuse,2020-03-21,,1.0,1.0,,,
+FR-23,Creuse,2020-03-22,,2.0,1.0,,,
+FR-23,Creuse,2020-03-23,,5.0,3.0,,,
+FR-23,Creuse,2020-03-24,,5.0,0.0,,,
+FR-23,Creuse,2020-03-25,,8.0,3.0,,,
+FR-23,Creuse,2020-03-26,,10.0,2.0,,,
+FR-23,Creuse,2020-03-27,,15.0,5.0,,,
+FR-23,Creuse,2020-03-28,,15.0,0.0,,,
+FR-23,Creuse,2020-03-29,,15.0,0.0,,,
+FR-23,Creuse,2020-03-30,,17.0,2.0,,,
+FR-23,Creuse,2020-03-31,,20.0,3.0,,,
+FR-23,Creuse,2020-04-01,,22.0,2.0,,,
+FR-23,Creuse,2020-04-02,,24.0,2.0,,,
+FR-23,Creuse,2020-04-03,,24.0,0.0,,,
+FR-23,Creuse,2020-04-04,,27.0,3.0,,,
+FR-23,Creuse,2020-04-05,,27.0,0.0,,,
+FR-23,Creuse,2020-04-06,,29.0,2.0,,,
+FR-23,Creuse,2020-04-07,,34.0,5.0,,,
+FR-23,Creuse,2020-04-08,,50.0,16.0,,,
+FR-23,Creuse,2020-04-09,,52.0,2.0,,,
+FR-23,Creuse,2020-04-10,,52.0,0.0,,,
+FR-23,Creuse,2020-04-11,,54.0,2.0,,,
+FR-23,Creuse,2020-04-12,,57.0,3.0,,,
+FR-23,Creuse,2020-04-13,,58.0,1.0,,,
+FR-23,Creuse,2020-04-14,,59.0,1.0,,,
+FR-23,Creuse,2020-04-15,,59.0,0.0,,,
+FR-23,Creuse,2020-04-16,,59.0,0.0,,,
+FR-23,Creuse,2020-04-17,,59.0,0.0,,,
+FR-23,Creuse,2020-04-18,,61.0,2.0,,,
+FR-23,Creuse,2020-04-19,,61.0,0.0,,,
+FR-23,Creuse,2020-04-20,,61.0,0.0,,,
+FR-23,Creuse,2020-04-21,,62.0,1.0,,,
+FR-23,Creuse,2020-04-22,,62.0,0.0,,,
+FR-23,Creuse,2020-04-23,,62.0,0.0,,,
+FR-23,Creuse,2020-04-24,,64.0,2.0,,,
+FR-23,Creuse,2020-04-25,,64.0,0.0,,,
+FR-23,Creuse,2020-04-26,,67.0,3.0,,,
+FR-23,Creuse,2020-04-27,,67.0,0.0,,,
+FR-23,Creuse,2020-04-28,,69.0,2.0,,,
+FR-23,Creuse,2020-04-29,,72.0,3.0,,,
+FR-23,Creuse,2020-04-30,,74.0,2.0,,,
+FR-23,Creuse,2020-05-01,,74.0,0.0,,,
+FR-23,Creuse,2020-05-02,,74.0,0.0,,,
+FR-23,Creuse,2020-05-03,,76.0,2.0,,,
+FR-23,Creuse,2020-05-04,,76.0,0.0,,,
+FR-23,Creuse,2020-05-05,,77.0,1.0,,,
+FR-23,Creuse,2020-05-06,,77.0,0.0,,,
+FR-23,Creuse,2020-05-07,,78.0,1.0,,,
+FR-23,Creuse,2020-05-08,,79.0,1.0,,,
+FR-23,Creuse,2020-05-09,,82.0,3.0,,,
+FR-23,Creuse,2020-05-10,,84.0,2.0,,,
+FR-23,Creuse,2020-05-11,,85.0,1.0,,,
+FR-23,Creuse,2020-05-12,,87.0,2.0,,,
+FR-23,Creuse,2020-05-13,,89.0,2.0,,,
+FR-23,Creuse,2020-05-14,,90.0,1.0,,,
+FR-23,Creuse,2020-05-15,,90.0,0.0,,,
+FR-23,Creuse,2020-05-16,,90.0,0.0,,,
+FR-23,Creuse,2020-05-17,,90.0,0.0,,,
+FR-23,Creuse,2020-05-18,,91.0,1.0,,,
+FR-23,Creuse,2020-05-19,,96.0,5.0,,,
+FR-23,Creuse,2020-05-20,,97.0,1.0,,,
+FR-23,Creuse,2020-05-21,,97.0,0.0,,,
+FR-23,Creuse,2020-05-22,,99.0,2.0,,,
+FR-23,Creuse,2020-05-23,,101.0,2.0,,,
+FR-23,Creuse,2020-05-24,,102.0,1.0,,,
+FR-23,Creuse,2020-05-25,,102.0,0.0,,,
+FR-23,Creuse,2020-05-26,,103.0,1.0,,,
+FR-23,Creuse,2020-05-27,,106.0,3.0,,,
+FR-23,Creuse,2020-05-28,,107.0,1.0,,,
+FR-23,Creuse,2020-05-29,,108.0,1.0,,,
+FR-23,Creuse,2020-05-30,,108.0,0.0,,,
+FR-23,Creuse,2020-05-31,,108.0,0.0,,,
+FR-23,Creuse,2020-06-01,,108.0,0.0,,,
+FR-23,Creuse,2020-06-02,,108.0,0.0,,,
+FR-23,Creuse,2020-06-03,,109.0,1.0,,,
+FR-23,Creuse,2020-06-04,,109.0,0.0,,,
+FR-23,Creuse,2020-06-05,,109.0,0.0,,,
+FR-23,Creuse,2020-06-06,,110.0,1.0,,,
+FR-23,Creuse,2020-06-07,,110.0,0.0,,,
+FR-23,Creuse,2020-06-08,,110.0,0.0,,,
+FR-24,Dordogne,2020-03-19,,1.0,1.0,,,
+FR-24,Dordogne,2020-03-20,,2.0,1.0,,,
+FR-24,Dordogne,2020-03-21,,3.0,1.0,,,
+FR-24,Dordogne,2020-03-22,,5.0,2.0,,,
+FR-24,Dordogne,2020-03-23,,28.0,23.0,,,
+FR-24,Dordogne,2020-03-24,,37.0,9.0,,,
+FR-24,Dordogne,2020-03-25,,43.0,6.0,,,
+FR-24,Dordogne,2020-03-26,,49.0,6.0,,,
+FR-24,Dordogne,2020-03-27,,58.0,9.0,,,
+FR-24,Dordogne,2020-03-28,,58.0,0.0,,,
+FR-24,Dordogne,2020-03-29,,58.0,0.0,,,
+FR-24,Dordogne,2020-03-30,,59.0,1.0,,,
+FR-24,Dordogne,2020-03-31,,60.0,1.0,,,
+FR-24,Dordogne,2020-04-01,,66.0,6.0,,,
+FR-24,Dordogne,2020-04-02,,70.0,4.0,,,
+FR-24,Dordogne,2020-04-03,,75.0,5.0,,,
+FR-24,Dordogne,2020-04-04,,83.0,8.0,,,
+FR-24,Dordogne,2020-04-05,,85.0,2.0,,,
+FR-24,Dordogne,2020-04-06,,88.0,3.0,,,
+FR-24,Dordogne,2020-04-07,,92.0,4.0,,,
+FR-24,Dordogne,2020-04-08,,94.0,2.0,,,
+FR-24,Dordogne,2020-04-09,,96.0,2.0,,,
+FR-24,Dordogne,2020-04-10,,102.0,6.0,,,
+FR-24,Dordogne,2020-04-11,,104.0,2.0,,,
+FR-24,Dordogne,2020-04-12,,106.0,2.0,,,
+FR-24,Dordogne,2020-04-13,,111.0,5.0,,,
+FR-24,Dordogne,2020-04-14,,114.0,3.0,,,
+FR-24,Dordogne,2020-04-15,,121.0,7.0,,,
+FR-24,Dordogne,2020-04-16,,125.0,4.0,,,
+FR-24,Dordogne,2020-04-17,,147.0,22.0,,,
+FR-24,Dordogne,2020-04-18,,148.0,1.0,,,
+FR-24,Dordogne,2020-04-19,,149.0,1.0,,,
+FR-24,Dordogne,2020-04-20,,156.0,7.0,,,
+FR-24,Dordogne,2020-04-21,,158.0,2.0,,,
+FR-24,Dordogne,2020-04-22,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-23,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-24,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-25,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-26,,160.0,2.0,,,
+FR-24,Dordogne,2020-04-27,,161.0,1.0,,,
+FR-24,Dordogne,2020-04-28,,161.0,0.0,,,
+FR-24,Dordogne,2020-04-29,,163.0,2.0,,,
+FR-24,Dordogne,2020-04-30,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-01,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-02,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-03,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-04,,164.0,1.0,,,
+FR-24,Dordogne,2020-05-05,,166.0,2.0,,,
+FR-24,Dordogne,2020-05-06,,168.0,2.0,,,
+FR-24,Dordogne,2020-05-07,,169.0,1.0,,,
+FR-24,Dordogne,2020-05-08,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-09,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-10,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-11,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-12,,170.0,1.0,,,
+FR-24,Dordogne,2020-05-13,,171.0,1.0,,,
+FR-24,Dordogne,2020-05-14,,172.0,1.0,,,
+FR-24,Dordogne,2020-05-15,,172.0,0.0,,,
+FR-24,Dordogne,2020-05-16,,172.0,0.0,,,
+FR-24,Dordogne,2020-05-17,,172.0,0.0,,,
+FR-24,Dordogne,2020-05-18,,173.0,1.0,,,
+FR-24,Dordogne,2020-05-19,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-20,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-21,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-22,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-23,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-24,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-25,,174.0,1.0,,,
+FR-24,Dordogne,2020-05-26,,176.0,2.0,,,
+FR-24,Dordogne,2020-05-27,,177.0,1.0,,,
+FR-24,Dordogne,2020-05-28,,177.0,0.0,,,
+FR-24,Dordogne,2020-05-29,,178.0,1.0,,,
+FR-24,Dordogne,2020-05-30,,178.0,0.0,,,
+FR-24,Dordogne,2020-05-31,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-01,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-02,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-03,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-04,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-05,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-06,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-07,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-08,,178.0,0.0,,,
+FR-25,Doubs,2020-03-19,,12.0,12.0,,,
+FR-25,Doubs,2020-03-20,,24.0,12.0,,,
+FR-25,Doubs,2020-03-21,,37.0,13.0,,,
+FR-25,Doubs,2020-03-22,,61.0,24.0,,,
+FR-25,Doubs,2020-03-23,,62.0,1.0,,,
+FR-25,Doubs,2020-03-24,,86.0,24.0,,,
+FR-25,Doubs,2020-03-25,,103.0,17.0,,,
+FR-25,Doubs,2020-03-26,,120.0,17.0,,,
+FR-25,Doubs,2020-03-27,,147.0,27.0,,,
+FR-25,Doubs,2020-03-28,,153.0,6.0,,,
+FR-25,Doubs,2020-03-29,,221.0,68.0,,,
+FR-25,Doubs,2020-03-30,,236.0,15.0,,,
+FR-25,Doubs,2020-03-31,,268.0,32.0,,,
+FR-25,Doubs,2020-04-01,,294.0,26.0,,,
+FR-25,Doubs,2020-04-02,,333.0,39.0,,,
+FR-25,Doubs,2020-04-03,,353.0,20.0,,,
+FR-25,Doubs,2020-04-04,,375.0,22.0,,,
+FR-25,Doubs,2020-04-05,,396.0,21.0,,,
+FR-25,Doubs,2020-04-06,,403.0,7.0,,,
+FR-25,Doubs,2020-04-07,,427.0,24.0,,,
+FR-25,Doubs,2020-04-08,,448.0,21.0,,,
+FR-25,Doubs,2020-04-09,,463.0,15.0,,,
+FR-25,Doubs,2020-04-10,,474.0,11.0,,,
+FR-25,Doubs,2020-04-11,,487.0,13.0,,,
+FR-25,Doubs,2020-04-12,,534.0,47.0,,,
+FR-25,Doubs,2020-04-13,,539.0,5.0,,,
+FR-25,Doubs,2020-04-14,,578.0,39.0,,,
+FR-25,Doubs,2020-04-15,,584.0,6.0,,,
+FR-25,Doubs,2020-04-16,,591.0,7.0,,,
+FR-25,Doubs,2020-04-17,,599.0,8.0,,,
+FR-25,Doubs,2020-04-18,,602.0,3.0,,,
+FR-25,Doubs,2020-04-19,,607.0,5.0,,,
+FR-25,Doubs,2020-04-20,,612.0,5.0,,,
+FR-25,Doubs,2020-04-21,,626.0,14.0,,,
+FR-25,Doubs,2020-04-22,,637.0,11.0,,,
+FR-25,Doubs,2020-04-23,,644.0,7.0,,,
+FR-25,Doubs,2020-04-24,,654.0,10.0,,,
+FR-25,Doubs,2020-04-25,,659.0,5.0,,,
+FR-25,Doubs,2020-04-26,,670.0,11.0,,,
+FR-25,Doubs,2020-04-27,,674.0,4.0,,,
+FR-25,Doubs,2020-04-28,,680.0,6.0,,,
+FR-25,Doubs,2020-04-29,,683.0,3.0,,,
+FR-25,Doubs,2020-04-30,,689.0,6.0,,,
+FR-25,Doubs,2020-05-01,,689.0,0.0,,,
+FR-25,Doubs,2020-05-02,,697.0,8.0,,,
+FR-25,Doubs,2020-05-03,,697.0,0.0,,,
+FR-25,Doubs,2020-05-04,,701.0,4.0,,,
+FR-25,Doubs,2020-05-05,,730.0,29.0,,,
+FR-25,Doubs,2020-05-06,,738.0,8.0,,,
+FR-25,Doubs,2020-05-07,,740.0,2.0,,,
+FR-25,Doubs,2020-05-08,,745.0,5.0,,,
+FR-25,Doubs,2020-05-09,,748.0,3.0,,,
+FR-25,Doubs,2020-05-10,,749.0,1.0,,,
+FR-25,Doubs,2020-05-11,,760.0,11.0,,,
+FR-25,Doubs,2020-05-12,,766.0,6.0,,,
+FR-25,Doubs,2020-05-13,,768.0,2.0,,,
+FR-25,Doubs,2020-05-14,,769.0,1.0,,,
+FR-25,Doubs,2020-05-15,,769.0,0.0,,,
+FR-25,Doubs,2020-05-16,,770.0,1.0,,,
+FR-25,Doubs,2020-05-17,,770.0,0.0,,,
+FR-25,Doubs,2020-05-18,,772.0,2.0,,,
+FR-25,Doubs,2020-05-19,,774.0,2.0,,,
+FR-25,Doubs,2020-05-20,,775.0,1.0,,,
+FR-25,Doubs,2020-05-21,,775.0,0.0,,,
+FR-25,Doubs,2020-05-22,,775.0,0.0,,,
+FR-25,Doubs,2020-05-23,,776.0,1.0,,,
+FR-25,Doubs,2020-05-24,,776.0,0.0,,,
+FR-25,Doubs,2020-05-25,,776.0,0.0,,,
+FR-25,Doubs,2020-05-26,,776.0,0.0,,,
+FR-25,Doubs,2020-05-27,,785.0,9.0,,,
+FR-25,Doubs,2020-05-28,,787.0,2.0,,,
+FR-25,Doubs,2020-05-29,,787.0,0.0,,,
+FR-25,Doubs,2020-05-30,,787.0,0.0,,,
+FR-25,Doubs,2020-05-31,,787.0,0.0,,,
+FR-25,Doubs,2020-06-01,,787.0,0.0,,,
+FR-25,Doubs,2020-06-02,,790.0,3.0,,,
+FR-25,Doubs,2020-06-03,,790.0,0.0,,,
+FR-25,Doubs,2020-06-04,,790.0,0.0,,,
+FR-25,Doubs,2020-06-05,,790.0,0.0,,,
+FR-25,Doubs,2020-06-06,,790.0,0.0,,,
+FR-25,Doubs,2020-06-07,,790.0,0.0,,,
+FR-25,Doubs,2020-06-08,,791.0,1.0,,,
+FR-26,Drôme,2020-03-19,,15.0,15.0,,,
+FR-26,Drôme,2020-03-20,,18.0,3.0,,,
+FR-26,Drôme,2020-03-21,,29.0,11.0,,,
+FR-26,Drôme,2020-03-22,,34.0,5.0,,,
+FR-26,Drôme,2020-03-23,,46.0,12.0,,,
+FR-26,Drôme,2020-03-24,,66.0,20.0,,,
+FR-26,Drôme,2020-03-25,,97.0,31.0,,,
+FR-26,Drôme,2020-03-26,,141.0,44.0,,,
+FR-26,Drôme,2020-03-27,,171.0,30.0,,,
+FR-26,Drôme,2020-03-28,,204.0,33.0,,,
+FR-26,Drôme,2020-03-29,,222.0,18.0,,,
+FR-26,Drôme,2020-03-30,,272.0,50.0,,,
+FR-26,Drôme,2020-03-31,,299.0,27.0,,,
+FR-26,Drôme,2020-04-01,,339.0,40.0,,,
+FR-26,Drôme,2020-04-02,,350.0,11.0,,,
+FR-26,Drôme,2020-04-03,,396.0,46.0,,,
+FR-26,Drôme,2020-04-04,,419.0,23.0,,,
+FR-26,Drôme,2020-04-05,,426.0,7.0,,,
+FR-26,Drôme,2020-04-06,,451.0,25.0,,,
+FR-26,Drôme,2020-04-07,,473.0,22.0,,,
+FR-26,Drôme,2020-04-08,,492.0,19.0,,,
+FR-26,Drôme,2020-04-09,,506.0,14.0,,,
+FR-26,Drôme,2020-04-10,,515.0,9.0,,,
+FR-26,Drôme,2020-04-11,,535.0,20.0,,,
+FR-26,Drôme,2020-04-12,,548.0,13.0,,,
+FR-26,Drôme,2020-04-13,,555.0,7.0,,,
+FR-26,Drôme,2020-04-14,,565.0,10.0,,,
+FR-26,Drôme,2020-04-15,,578.0,13.0,,,
+FR-26,Drôme,2020-04-16,,592.0,14.0,,,
+FR-26,Drôme,2020-04-17,,600.0,8.0,,,
+FR-26,Drôme,2020-04-18,,608.0,8.0,,,
+FR-26,Drôme,2020-04-19,,613.0,5.0,,,
+FR-26,Drôme,2020-04-20,,616.0,3.0,,,
+FR-26,Drôme,2020-04-21,,627.0,11.0,,,
+FR-26,Drôme,2020-04-22,,631.0,4.0,,,
+FR-26,Drôme,2020-04-23,,634.0,3.0,,,
+FR-26,Drôme,2020-04-24,,642.0,8.0,,,
+FR-26,Drôme,2020-04-25,,649.0,7.0,,,
+FR-26,Drôme,2020-04-26,,654.0,5.0,,,
+FR-26,Drôme,2020-04-27,,659.0,5.0,,,
+FR-26,Drôme,2020-04-28,,663.0,4.0,,,
+FR-26,Drôme,2020-04-29,,665.0,2.0,,,
+FR-26,Drôme,2020-04-30,,668.0,3.0,,,
+FR-26,Drôme,2020-05-01,,669.0,1.0,,,
+FR-26,Drôme,2020-05-02,,670.0,1.0,,,
+FR-26,Drôme,2020-05-03,,670.0,0.0,,,
+FR-26,Drôme,2020-05-04,,672.0,2.0,,,
+FR-26,Drôme,2020-05-05,,676.0,4.0,,,
+FR-26,Drôme,2020-05-06,,683.0,7.0,,,
+FR-26,Drôme,2020-05-07,,688.0,5.0,,,
+FR-26,Drôme,2020-05-08,,691.0,3.0,,,
+FR-26,Drôme,2020-05-09,,691.0,0.0,,,
+FR-26,Drôme,2020-05-10,,692.0,1.0,,,
+FR-26,Drôme,2020-05-11,,692.0,0.0,,,
+FR-26,Drôme,2020-05-12,,692.0,0.0,,,
+FR-26,Drôme,2020-05-13,,692.0,0.0,,,
+FR-26,Drôme,2020-05-14,,701.0,9.0,,,
+FR-26,Drôme,2020-05-15,,701.0,0.0,,,
+FR-26,Drôme,2020-05-16,,703.0,2.0,,,
+FR-26,Drôme,2020-05-17,,703.0,0.0,,,
+FR-26,Drôme,2020-05-18,,703.0,0.0,,,
+FR-26,Drôme,2020-05-19,,704.0,1.0,,,
+FR-26,Drôme,2020-05-20,,705.0,1.0,,,
+FR-26,Drôme,2020-05-21,,707.0,2.0,,,
+FR-26,Drôme,2020-05-22,,707.0,0.0,,,
+FR-26,Drôme,2020-05-23,,707.0,0.0,,,
+FR-26,Drôme,2020-05-24,,707.0,0.0,,,
+FR-26,Drôme,2020-05-25,,708.0,1.0,,,
+FR-26,Drôme,2020-05-26,,709.0,1.0,,,
+FR-26,Drôme,2020-05-27,,709.0,0.0,,,
+FR-26,Drôme,2020-05-28,,710.0,1.0,,,
+FR-26,Drôme,2020-05-29,,710.0,0.0,,,
+FR-26,Drôme,2020-05-30,,711.0,1.0,,,
+FR-26,Drôme,2020-05-31,,711.0,0.0,,,
+FR-26,Drôme,2020-06-01,,711.0,0.0,,,
+FR-26,Drôme,2020-06-02,,711.0,0.0,,,
+FR-26,Drôme,2020-06-03,,711.0,0.0,,,
+FR-26,Drôme,2020-06-04,,711.0,0.0,,,
+FR-26,Drôme,2020-06-05,,711.0,0.0,,,
+FR-26,Drôme,2020-06-06,,711.0,0.0,,,
+FR-26,Drôme,2020-06-07,,711.0,0.0,,,
+FR-26,Drôme,2020-06-08,,711.0,0.0,,,
+FR-27,Eure,2020-03-19,,1.0,1.0,,,
+FR-27,Eure,2020-03-20,,3.0,2.0,,,
+FR-27,Eure,2020-03-21,,6.0,3.0,,,
+FR-27,Eure,2020-03-22,,11.0,5.0,,,
+FR-27,Eure,2020-03-23,,14.0,3.0,,,
+FR-27,Eure,2020-03-24,,15.0,1.0,,,
+FR-27,Eure,2020-03-25,,21.0,6.0,,,
+FR-27,Eure,2020-03-26,,33.0,12.0,,,
+FR-27,Eure,2020-03-27,,34.0,1.0,,,
+FR-27,Eure,2020-03-28,,35.0,1.0,,,
+FR-27,Eure,2020-03-29,,35.0,0.0,,,
+FR-27,Eure,2020-03-30,,42.0,7.0,,,
+FR-27,Eure,2020-03-31,,60.0,18.0,,,
+FR-27,Eure,2020-04-01,,73.0,13.0,,,
+FR-27,Eure,2020-04-02,,85.0,12.0,,,
+FR-27,Eure,2020-04-03,,97.0,12.0,,,
+FR-27,Eure,2020-04-04,,103.0,6.0,,,
+FR-27,Eure,2020-04-05,,103.0,0.0,,,
+FR-27,Eure,2020-04-06,,109.0,6.0,,,
+FR-27,Eure,2020-04-07,,120.0,11.0,,,
+FR-27,Eure,2020-04-08,,131.0,11.0,,,
+FR-27,Eure,2020-04-09,,155.0,24.0,,,
+FR-27,Eure,2020-04-10,,180.0,25.0,,,
+FR-27,Eure,2020-04-11,,188.0,8.0,,,
+FR-27,Eure,2020-04-12,,191.0,3.0,,,
+FR-27,Eure,2020-04-13,,191.0,0.0,,,
+FR-27,Eure,2020-04-14,,194.0,3.0,,,
+FR-27,Eure,2020-04-15,,196.0,2.0,,,
+FR-27,Eure,2020-04-16,,210.0,14.0,,,
+FR-27,Eure,2020-04-17,,223.0,13.0,,,
+FR-27,Eure,2020-04-18,,229.0,6.0,,,
+FR-27,Eure,2020-04-19,,229.0,0.0,,,
+FR-27,Eure,2020-04-20,,233.0,4.0,,,
+FR-27,Eure,2020-04-21,,247.0,14.0,,,
+FR-27,Eure,2020-04-22,,248.0,1.0,,,
+FR-27,Eure,2020-04-23,,263.0,15.0,,,
+FR-27,Eure,2020-04-24,,266.0,3.0,,,
+FR-27,Eure,2020-04-25,,267.0,1.0,,,
+FR-27,Eure,2020-04-26,,268.0,1.0,,,
+FR-27,Eure,2020-04-27,,271.0,3.0,,,
+FR-27,Eure,2020-04-28,,271.0,0.0,,,
+FR-27,Eure,2020-04-29,,275.0,4.0,,,
+FR-27,Eure,2020-04-30,,282.0,7.0,,,
+FR-27,Eure,2020-05-01,,285.0,3.0,,,
+FR-27,Eure,2020-05-02,,285.0,0.0,,,
+FR-27,Eure,2020-05-03,,286.0,1.0,,,
+FR-27,Eure,2020-05-04,,295.0,9.0,,,
+FR-27,Eure,2020-05-05,,303.0,8.0,,,
+FR-27,Eure,2020-05-06,,305.0,2.0,,,
+FR-27,Eure,2020-05-07,,306.0,1.0,,,
+FR-27,Eure,2020-05-08,,306.0,0.0,,,
+FR-27,Eure,2020-05-09,,306.0,0.0,,,
+FR-27,Eure,2020-05-10,,306.0,0.0,,,
+FR-27,Eure,2020-05-11,,316.0,10.0,,,
+FR-27,Eure,2020-05-12,,317.0,1.0,,,
+FR-27,Eure,2020-05-13,,317.0,0.0,,,
+FR-27,Eure,2020-05-14,,325.0,8.0,,,
+FR-27,Eure,2020-05-15,,325.0,0.0,,,
+FR-27,Eure,2020-05-16,,325.0,0.0,,,
+FR-27,Eure,2020-05-17,,325.0,0.0,,,
+FR-27,Eure,2020-05-18,,327.0,2.0,,,
+FR-27,Eure,2020-05-19,,327.0,0.0,,,
+FR-27,Eure,2020-05-20,,329.0,2.0,,,
+FR-27,Eure,2020-05-21,,329.0,0.0,,,
+FR-27,Eure,2020-05-22,,329.0,0.0,,,
+FR-27,Eure,2020-05-23,,329.0,0.0,,,
+FR-27,Eure,2020-05-24,,329.0,0.0,,,
+FR-27,Eure,2020-05-25,,329.0,0.0,,,
+FR-27,Eure,2020-05-26,,336.0,7.0,,,
+FR-27,Eure,2020-05-27,,336.0,0.0,,,
+FR-27,Eure,2020-05-28,,337.0,1.0,,,
+FR-27,Eure,2020-05-29,,340.0,3.0,,,
+FR-27,Eure,2020-05-30,,340.0,0.0,,,
+FR-27,Eure,2020-05-31,,340.0,0.0,,,
+FR-27,Eure,2020-06-01,,340.0,0.0,,,
+FR-27,Eure,2020-06-02,,340.0,0.0,,,
+FR-27,Eure,2020-06-03,,340.0,0.0,,,
+FR-27,Eure,2020-06-04,,340.0,0.0,,,
+FR-27,Eure,2020-06-05,,342.0,2.0,,,
+FR-27,Eure,2020-06-06,,342.0,0.0,,,
+FR-27,Eure,2020-06-07,,342.0,0.0,,,
+FR-27,Eure,2020-06-08,,343.0,1.0,,,
+FR-28,Eure-et-Loir,2020-03-19,,6.0,6.0,,,
+FR-28,Eure-et-Loir,2020-03-20,,7.0,1.0,,,
+FR-28,Eure-et-Loir,2020-03-21,,11.0,4.0,,,
+FR-28,Eure-et-Loir,2020-03-22,,13.0,2.0,,,
+FR-28,Eure-et-Loir,2020-03-23,,33.0,20.0,,,
+FR-28,Eure-et-Loir,2020-03-24,,42.0,9.0,,,
+FR-28,Eure-et-Loir,2020-03-25,,57.0,15.0,,,
+FR-28,Eure-et-Loir,2020-03-26,,75.0,18.0,,,
+FR-28,Eure-et-Loir,2020-03-27,,89.0,14.0,,,
+FR-28,Eure-et-Loir,2020-03-28,,96.0,7.0,,,
+FR-28,Eure-et-Loir,2020-03-29,,125.0,29.0,,,
+FR-28,Eure-et-Loir,2020-03-30,,150.0,25.0,,,
+FR-28,Eure-et-Loir,2020-03-31,,166.0,16.0,,,
+FR-28,Eure-et-Loir,2020-04-01,,173.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-02,,220.0,47.0,,,
+FR-28,Eure-et-Loir,2020-04-03,,240.0,20.0,,,
+FR-28,Eure-et-Loir,2020-04-04,,271.0,31.0,,,
+FR-28,Eure-et-Loir,2020-04-05,,287.0,16.0,,,
+FR-28,Eure-et-Loir,2020-04-06,,300.0,13.0,,,
+FR-28,Eure-et-Loir,2020-04-07,,317.0,17.0,,,
+FR-28,Eure-et-Loir,2020-04-08,,348.0,31.0,,,
+FR-28,Eure-et-Loir,2020-04-09,,371.0,23.0,,,
+FR-28,Eure-et-Loir,2020-04-10,,398.0,27.0,,,
+FR-28,Eure-et-Loir,2020-04-11,,405.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-12,,424.0,19.0,,,
+FR-28,Eure-et-Loir,2020-04-13,,441.0,17.0,,,
+FR-28,Eure-et-Loir,2020-04-14,,465.0,24.0,,,
+FR-28,Eure-et-Loir,2020-04-15,,488.0,23.0,,,
+FR-28,Eure-et-Loir,2020-04-16,,521.0,33.0,,,
+FR-28,Eure-et-Loir,2020-04-17,,550.0,29.0,,,
+FR-28,Eure-et-Loir,2020-04-18,,558.0,8.0,,,
+FR-28,Eure-et-Loir,2020-04-19,,565.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-20,,568.0,3.0,,,
+FR-28,Eure-et-Loir,2020-04-21,,578.0,10.0,,,
+FR-28,Eure-et-Loir,2020-04-22,,592.0,14.0,,,
+FR-28,Eure-et-Loir,2020-04-23,,609.0,17.0,,,
+FR-28,Eure-et-Loir,2020-04-24,,612.0,3.0,,,
+FR-28,Eure-et-Loir,2020-04-25,,612.0,0.0,,,
+FR-28,Eure-et-Loir,2020-04-26,,619.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-27,,629.0,10.0,,,
+FR-28,Eure-et-Loir,2020-04-28,,631.0,2.0,,,
+FR-28,Eure-et-Loir,2020-04-29,,641.0,10.0,,,
+FR-28,Eure-et-Loir,2020-04-30,,650.0,9.0,,,
+FR-28,Eure-et-Loir,2020-05-01,,656.0,6.0,,,
+FR-28,Eure-et-Loir,2020-05-02,,663.0,7.0,,,
+FR-28,Eure-et-Loir,2020-05-03,,663.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-04,,667.0,4.0,,,
+FR-28,Eure-et-Loir,2020-05-05,,684.0,17.0,,,
+FR-28,Eure-et-Loir,2020-05-06,,688.0,4.0,,,
+FR-28,Eure-et-Loir,2020-05-07,,697.0,9.0,,,
+FR-28,Eure-et-Loir,2020-05-08,,699.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-09,,701.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-10,,702.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-11,,703.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-12,,706.0,3.0,,,
+FR-28,Eure-et-Loir,2020-05-13,,708.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-14,,709.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-15,,714.0,5.0,,,
+FR-28,Eure-et-Loir,2020-05-16,,716.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-17,,718.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-18,,718.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-19,,720.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-20,,727.0,7.0,,,
+FR-28,Eure-et-Loir,2020-05-21,,728.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-22,,731.0,3.0,,,
+FR-28,Eure-et-Loir,2020-05-23,,732.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-24,,733.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-25,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-26,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-27,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-28,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-29,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-30,,734.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-31,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-01,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-02,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-03,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-04,,736.0,2.0,,,
+FR-28,Eure-et-Loir,2020-06-05,,737.0,1.0,,,
+FR-28,Eure-et-Loir,2020-06-06,,738.0,1.0,,,
+FR-28,Eure-et-Loir,2020-06-07,,738.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-08,,738.0,0.0,,,
+FR-29,Finistère,2020-03-19,,11.0,11.0,,,
+FR-29,Finistère,2020-03-20,,12.0,1.0,,,
+FR-29,Finistère,2020-03-21,,12.0,0.0,,,
+FR-29,Finistère,2020-03-22,,18.0,6.0,,,
+FR-29,Finistère,2020-03-23,,24.0,6.0,,,
+FR-29,Finistère,2020-03-24,,33.0,9.0,,,
+FR-29,Finistère,2020-03-25,,42.0,9.0,,,
+FR-29,Finistère,2020-03-26,,52.0,10.0,,,
+FR-29,Finistère,2020-03-27,,57.0,5.0,,,
+FR-29,Finistère,2020-03-28,,70.0,13.0,,,
+FR-29,Finistère,2020-03-29,,76.0,6.0,,,
+FR-29,Finistère,2020-03-30,,83.0,7.0,,,
+FR-29,Finistère,2020-03-31,,88.0,5.0,,,
+FR-29,Finistère,2020-04-01,,99.0,11.0,,,
+FR-29,Finistère,2020-04-02,,105.0,6.0,,,
+FR-29,Finistère,2020-04-03,,117.0,12.0,,,
+FR-29,Finistère,2020-04-04,,124.0,7.0,,,
+FR-29,Finistère,2020-04-05,,130.0,6.0,,,
+FR-29,Finistère,2020-04-06,,133.0,3.0,,,
+FR-29,Finistère,2020-04-07,,135.0,2.0,,,
+FR-29,Finistère,2020-04-08,,149.0,14.0,,,
+FR-29,Finistère,2020-04-09,,158.0,9.0,,,
+FR-29,Finistère,2020-04-10,,168.0,10.0,,,
+FR-29,Finistère,2020-04-11,,179.0,11.0,,,
+FR-29,Finistère,2020-04-12,,186.0,7.0,,,
+FR-29,Finistère,2020-04-13,,189.0,3.0,,,
+FR-29,Finistère,2020-04-14,,193.0,4.0,,,
+FR-29,Finistère,2020-04-15,,194.0,1.0,,,
+FR-29,Finistère,2020-04-16,,199.0,5.0,,,
+FR-29,Finistère,2020-04-17,,200.0,1.0,,,
+FR-29,Finistère,2020-04-18,,205.0,5.0,,,
+FR-29,Finistère,2020-04-19,,207.0,2.0,,,
+FR-29,Finistère,2020-04-20,,207.0,0.0,,,
+FR-29,Finistère,2020-04-21,,209.0,2.0,,,
+FR-29,Finistère,2020-04-22,,212.0,3.0,,,
+FR-29,Finistère,2020-04-23,,215.0,3.0,,,
+FR-29,Finistère,2020-04-24,,217.0,2.0,,,
+FR-29,Finistère,2020-04-25,,218.0,1.0,,,
+FR-29,Finistère,2020-04-26,,218.0,0.0,,,
+FR-29,Finistère,2020-04-27,,218.0,0.0,,,
+FR-29,Finistère,2020-04-28,,218.0,0.0,,,
+FR-29,Finistère,2020-04-29,,218.0,0.0,,,
+FR-29,Finistère,2020-04-30,,218.0,0.0,,,
+FR-29,Finistère,2020-05-01,,218.0,0.0,,,
+FR-29,Finistère,2020-05-02,,219.0,1.0,,,
+FR-29,Finistère,2020-05-03,,219.0,0.0,,,
+FR-29,Finistère,2020-05-04,,219.0,0.0,,,
+FR-29,Finistère,2020-05-05,,220.0,1.0,,,
+FR-29,Finistère,2020-05-06,,221.0,1.0,,,
+FR-29,Finistère,2020-05-07,,223.0,2.0,,,
+FR-29,Finistère,2020-05-08,,225.0,2.0,,,
+FR-29,Finistère,2020-05-09,,226.0,1.0,,,
+FR-29,Finistère,2020-05-10,,226.0,0.0,,,
+FR-29,Finistère,2020-05-11,,227.0,1.0,,,
+FR-29,Finistère,2020-05-12,,227.0,0.0,,,
+FR-29,Finistère,2020-05-13,,227.0,0.0,,,
+FR-29,Finistère,2020-05-14,,228.0,1.0,,,
+FR-29,Finistère,2020-05-15,,228.0,0.0,,,
+FR-29,Finistère,2020-05-16,,229.0,1.0,,,
+FR-29,Finistère,2020-05-17,,229.0,0.0,,,
+FR-29,Finistère,2020-05-18,,229.0,0.0,,,
+FR-29,Finistère,2020-05-19,,230.0,1.0,,,
+FR-29,Finistère,2020-05-20,,230.0,0.0,,,
+FR-29,Finistère,2020-05-21,,230.0,0.0,,,
+FR-29,Finistère,2020-05-22,,231.0,1.0,,,
+FR-29,Finistère,2020-05-23,,232.0,1.0,,,
+FR-29,Finistère,2020-05-24,,232.0,0.0,,,
+FR-29,Finistère,2020-05-25,,232.0,0.0,,,
+FR-29,Finistère,2020-05-26,,232.0,0.0,,,
+FR-29,Finistère,2020-05-27,,234.0,2.0,,,
+FR-29,Finistère,2020-05-28,,234.0,0.0,,,
+FR-29,Finistère,2020-05-29,,234.0,0.0,,,
+FR-29,Finistère,2020-05-30,,234.0,0.0,,,
+FR-29,Finistère,2020-05-31,,234.0,0.0,,,
+FR-29,Finistère,2020-06-01,,235.0,1.0,,,
+FR-29,Finistère,2020-06-02,,235.0,0.0,,,
+FR-29,Finistère,2020-06-03,,235.0,0.0,,,
+FR-29,Finistère,2020-06-04,,236.0,1.0,,,
+FR-29,Finistère,2020-06-05,,236.0,0.0,,,
+FR-29,Finistère,2020-06-06,,236.0,0.0,,,
+FR-29,Finistère,2020-06-07,,236.0,0.0,,,
+FR-29,Finistère,2020-06-08,,236.0,0.0,,,
+FR-30,Gard,2020-03-19,,2.0,2.0,,,
+FR-30,Gard,2020-03-20,,6.0,4.0,,,
+FR-30,Gard,2020-03-21,,10.0,4.0,,,
+FR-30,Gard,2020-03-22,,15.0,5.0,,,
+FR-30,Gard,2020-03-23,,18.0,3.0,,,
+FR-30,Gard,2020-03-24,,22.0,4.0,,,
+FR-30,Gard,2020-03-25,,29.0,7.0,,,
+FR-30,Gard,2020-03-26,,29.0,0.0,,,
+FR-30,Gard,2020-03-27,,40.0,11.0,,,
+FR-30,Gard,2020-03-28,,52.0,12.0,,,
+FR-30,Gard,2020-03-29,,58.0,6.0,,,
+FR-30,Gard,2020-03-30,,63.0,5.0,,,
+FR-30,Gard,2020-03-31,,81.0,18.0,,,
+FR-30,Gard,2020-04-01,,101.0,20.0,,,
+FR-30,Gard,2020-04-02,,111.0,10.0,,,
+FR-30,Gard,2020-04-03,,113.0,2.0,,,
+FR-30,Gard,2020-04-04,,113.0,0.0,,,
+FR-30,Gard,2020-04-05,,137.0,24.0,,,
+FR-30,Gard,2020-04-06,,157.0,20.0,,,
+FR-30,Gard,2020-04-07,,170.0,13.0,,,
+FR-30,Gard,2020-04-08,,178.0,8.0,,,
+FR-30,Gard,2020-04-09,,186.0,8.0,,,
+FR-30,Gard,2020-04-10,,200.0,14.0,,,
+FR-30,Gard,2020-04-11,,203.0,3.0,,,
+FR-30,Gard,2020-04-12,,206.0,3.0,,,
+FR-30,Gard,2020-04-13,,206.0,0.0,,,
+FR-30,Gard,2020-04-14,,218.0,12.0,,,
+FR-30,Gard,2020-04-15,,231.0,13.0,,,
+FR-30,Gard,2020-04-16,,245.0,14.0,,,
+FR-30,Gard,2020-04-17,,269.0,24.0,,,
+FR-30,Gard,2020-04-18,,271.0,2.0,,,
+FR-30,Gard,2020-04-19,,275.0,4.0,,,
+FR-30,Gard,2020-04-20,,302.0,27.0,,,
+FR-30,Gard,2020-04-21,,316.0,14.0,,,
+FR-30,Gard,2020-04-22,,321.0,5.0,,,
+FR-30,Gard,2020-04-23,,326.0,5.0,,,
+FR-30,Gard,2020-04-24,,334.0,8.0,,,
+FR-30,Gard,2020-04-25,,334.0,0.0,,,
+FR-30,Gard,2020-04-26,,337.0,3.0,,,
+FR-30,Gard,2020-04-27,,349.0,12.0,,,
+FR-30,Gard,2020-04-28,,353.0,4.0,,,
+FR-30,Gard,2020-04-29,,361.0,8.0,,,
+FR-30,Gard,2020-04-30,,368.0,7.0,,,
+FR-30,Gard,2020-05-01,,368.0,0.0,,,
+FR-30,Gard,2020-05-02,,369.0,1.0,,,
+FR-30,Gard,2020-05-03,,369.0,0.0,,,
+FR-30,Gard,2020-05-04,,371.0,2.0,,,
+FR-30,Gard,2020-05-05,,389.0,18.0,,,
+FR-30,Gard,2020-05-06,,391.0,2.0,,,
+FR-30,Gard,2020-05-07,,397.0,6.0,,,
+FR-30,Gard,2020-05-08,,397.0,0.0,,,
+FR-30,Gard,2020-05-09,,397.0,0.0,,,
+FR-30,Gard,2020-05-10,,397.0,0.0,,,
+FR-30,Gard,2020-05-11,,399.0,2.0,,,
+FR-30,Gard,2020-05-12,,411.0,12.0,,,
+FR-30,Gard,2020-05-13,,412.0,1.0,,,
+FR-30,Gard,2020-05-14,,417.0,5.0,,,
+FR-30,Gard,2020-05-15,,417.0,0.0,,,
+FR-30,Gard,2020-05-16,,418.0,1.0,,,
+FR-30,Gard,2020-05-17,,418.0,0.0,,,
+FR-30,Gard,2020-05-18,,423.0,5.0,,,
+FR-30,Gard,2020-05-19,,423.0,0.0,,,
+FR-30,Gard,2020-05-20,,432.0,9.0,,,
+FR-30,Gard,2020-05-21,,434.0,2.0,,,
+FR-30,Gard,2020-05-22,,434.0,0.0,,,
+FR-30,Gard,2020-05-23,,434.0,0.0,,,
+FR-30,Gard,2020-05-24,,434.0,0.0,,,
+FR-30,Gard,2020-05-25,,434.0,0.0,,,
+FR-30,Gard,2020-05-26,,446.0,12.0,,,
+FR-30,Gard,2020-05-27,,446.0,0.0,,,
+FR-30,Gard,2020-05-28,,447.0,1.0,,,
+FR-30,Gard,2020-05-29,,447.0,0.0,,,
+FR-30,Gard,2020-05-30,,447.0,0.0,,,
+FR-30,Gard,2020-05-31,,447.0,0.0,,,
+FR-30,Gard,2020-06-01,,447.0,0.0,,,
+FR-30,Gard,2020-06-02,,453.0,6.0,,,
+FR-30,Gard,2020-06-03,,454.0,1.0,,,
+FR-30,Gard,2020-06-04,,455.0,1.0,,,
+FR-30,Gard,2020-06-05,,455.0,0.0,,,
+FR-30,Gard,2020-06-06,,456.0,1.0,,,
+FR-30,Gard,2020-06-07,,456.0,0.0,,,
+FR-30,Gard,2020-06-08,,456.0,0.0,,,
+FR-31,Haute-Garonne,2020-03-19,,8.0,8.0,,,
+FR-31,Haute-Garonne,2020-03-20,,21.0,13.0,,,
+FR-31,Haute-Garonne,2020-03-21,,40.0,19.0,,,
+FR-31,Haute-Garonne,2020-03-22,,54.0,14.0,,,
+FR-31,Haute-Garonne,2020-03-23,,70.0,16.0,,,
+FR-31,Haute-Garonne,2020-03-24,,98.0,28.0,,,
+FR-31,Haute-Garonne,2020-03-25,,126.0,28.0,,,
+FR-31,Haute-Garonne,2020-03-26,,161.0,35.0,,,
+FR-31,Haute-Garonne,2020-03-27,,184.0,23.0,,,
+FR-31,Haute-Garonne,2020-03-28,,201.0,17.0,,,
+FR-31,Haute-Garonne,2020-03-29,,226.0,25.0,,,
+FR-31,Haute-Garonne,2020-03-30,,260.0,34.0,,,
+FR-31,Haute-Garonne,2020-03-31,,287.0,27.0,,,
+FR-31,Haute-Garonne,2020-04-01,,308.0,21.0,,,
+FR-31,Haute-Garonne,2020-04-02,,327.0,19.0,,,
+FR-31,Haute-Garonne,2020-04-03,,342.0,15.0,,,
+FR-31,Haute-Garonne,2020-04-04,,355.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-05,,359.0,4.0,,,
+FR-31,Haute-Garonne,2020-04-06,,372.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-07,,388.0,16.0,,,
+FR-31,Haute-Garonne,2020-04-08,,398.0,10.0,,,
+FR-31,Haute-Garonne,2020-04-09,,440.0,42.0,,,
+FR-31,Haute-Garonne,2020-04-10,,465.0,25.0,,,
+FR-31,Haute-Garonne,2020-04-11,,479.0,14.0,,,
+FR-31,Haute-Garonne,2020-04-12,,490.0,11.0,,,
+FR-31,Haute-Garonne,2020-04-13,,494.0,4.0,,,
+FR-31,Haute-Garonne,2020-04-14,,512.0,18.0,,,
+FR-31,Haute-Garonne,2020-04-15,,525.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-16,,530.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-17,,542.0,12.0,,,
+FR-31,Haute-Garonne,2020-04-18,,546.0,4.0,,,
+FR-31,Haute-Garonne,2020-04-19,,554.0,8.0,,,
+FR-31,Haute-Garonne,2020-04-20,,562.0,8.0,,,
+FR-31,Haute-Garonne,2020-04-21,,575.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-22,,584.0,9.0,,,
+FR-31,Haute-Garonne,2020-04-23,,589.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-24,,596.0,7.0,,,
+FR-31,Haute-Garonne,2020-04-25,,605.0,9.0,,,
+FR-31,Haute-Garonne,2020-04-26,,606.0,1.0,,,
+FR-31,Haute-Garonne,2020-04-27,,611.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-28,,616.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-29,,623.0,7.0,,,
+FR-31,Haute-Garonne,2020-04-30,,625.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-01,,632.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-02,,636.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-03,,639.0,3.0,,,
+FR-31,Haute-Garonne,2020-05-04,,643.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-05,,650.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-06,,652.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-07,,659.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-08,,671.0,12.0,,,
+FR-31,Haute-Garonne,2020-05-09,,672.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-10,,680.0,8.0,,,
+FR-31,Haute-Garonne,2020-05-11,,681.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-12,,681.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-13,,687.0,6.0,,,
+FR-31,Haute-Garonne,2020-05-14,,690.0,3.0,,,
+FR-31,Haute-Garonne,2020-05-15,,691.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-16,,693.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-17,,700.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-18,,701.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-19,,706.0,5.0,,,
+FR-31,Haute-Garonne,2020-05-20,,706.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-21,,708.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-22,,708.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-23,,708.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-24,,708.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-25,,712.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-26,,714.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-27,,718.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-28,,718.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-29,,720.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-30,,721.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-31,,721.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-01,,722.0,1.0,,,
+FR-31,Haute-Garonne,2020-06-02,,723.0,1.0,,,
+FR-31,Haute-Garonne,2020-06-03,,723.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-04,,723.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-05,,723.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-06,,725.0,2.0,,,
+FR-31,Haute-Garonne,2020-06-07,,725.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-08,,725.0,0.0,,,
+FR-32,Gers,2020-03-19,,2.0,2.0,,,
+FR-32,Gers,2020-03-20,,2.0,0.0,,,
+FR-32,Gers,2020-03-21,,3.0,1.0,,,
+FR-32,Gers,2020-03-22,,3.0,0.0,,,
+FR-32,Gers,2020-03-23,,4.0,1.0,,,
+FR-32,Gers,2020-03-24,,7.0,3.0,,,
+FR-32,Gers,2020-03-25,,10.0,3.0,,,
+FR-32,Gers,2020-03-26,,10.0,0.0,,,
+FR-32,Gers,2020-03-27,,15.0,5.0,,,
+FR-32,Gers,2020-03-28,,16.0,1.0,,,
+FR-32,Gers,2020-03-29,,20.0,4.0,,,
+FR-32,Gers,2020-03-30,,21.0,1.0,,,
+FR-32,Gers,2020-03-31,,24.0,3.0,,,
+FR-32,Gers,2020-04-01,,32.0,8.0,,,
+FR-32,Gers,2020-04-02,,36.0,4.0,,,
+FR-32,Gers,2020-04-03,,38.0,2.0,,,
+FR-32,Gers,2020-04-04,,42.0,4.0,,,
+FR-32,Gers,2020-04-05,,44.0,2.0,,,
+FR-32,Gers,2020-04-06,,45.0,1.0,,,
+FR-32,Gers,2020-04-07,,49.0,4.0,,,
+FR-32,Gers,2020-04-08,,53.0,4.0,,,
+FR-32,Gers,2020-04-09,,54.0,1.0,,,
+FR-32,Gers,2020-04-10,,55.0,1.0,,,
+FR-32,Gers,2020-04-11,,55.0,0.0,,,
+FR-32,Gers,2020-04-12,,60.0,5.0,,,
+FR-32,Gers,2020-04-13,,63.0,3.0,,,
+FR-32,Gers,2020-04-14,,66.0,3.0,,,
+FR-32,Gers,2020-04-15,,69.0,3.0,,,
+FR-32,Gers,2020-04-16,,73.0,4.0,,,
+FR-32,Gers,2020-04-17,,77.0,4.0,,,
+FR-32,Gers,2020-04-18,,79.0,2.0,,,
+FR-32,Gers,2020-04-19,,81.0,2.0,,,
+FR-32,Gers,2020-04-20,,89.0,8.0,,,
+FR-32,Gers,2020-04-21,,92.0,3.0,,,
+FR-32,Gers,2020-04-22,,94.0,2.0,,,
+FR-32,Gers,2020-04-23,,98.0,4.0,,,
+FR-32,Gers,2020-04-24,,100.0,2.0,,,
+FR-32,Gers,2020-04-25,,100.0,0.0,,,
+FR-32,Gers,2020-04-26,,108.0,8.0,,,
+FR-32,Gers,2020-04-27,,112.0,4.0,,,
+FR-32,Gers,2020-04-28,,112.0,0.0,,,
+FR-32,Gers,2020-04-29,,112.0,0.0,,,
+FR-32,Gers,2020-04-30,,112.0,0.0,,,
+FR-32,Gers,2020-05-01,,112.0,0.0,,,
+FR-32,Gers,2020-05-02,,112.0,0.0,,,
+FR-32,Gers,2020-05-03,,113.0,1.0,,,
+FR-32,Gers,2020-05-04,,121.0,8.0,,,
+FR-32,Gers,2020-05-05,,131.0,10.0,,,
+FR-32,Gers,2020-05-06,,132.0,1.0,,,
+FR-32,Gers,2020-05-07,,132.0,0.0,,,
+FR-32,Gers,2020-05-08,,133.0,1.0,,,
+FR-32,Gers,2020-05-09,,133.0,0.0,,,
+FR-32,Gers,2020-05-10,,134.0,1.0,,,
+FR-32,Gers,2020-05-11,,136.0,2.0,,,
+FR-32,Gers,2020-05-12,,137.0,1.0,,,
+FR-32,Gers,2020-05-13,,137.0,0.0,,,
+FR-32,Gers,2020-05-14,,137.0,0.0,,,
+FR-32,Gers,2020-05-15,,138.0,1.0,,,
+FR-32,Gers,2020-05-16,,140.0,2.0,,,
+FR-32,Gers,2020-05-17,,140.0,0.0,,,
+FR-32,Gers,2020-05-18,,140.0,0.0,,,
+FR-32,Gers,2020-05-19,,140.0,0.0,,,
+FR-32,Gers,2020-05-20,,140.0,0.0,,,
+FR-32,Gers,2020-05-21,,141.0,1.0,,,
+FR-32,Gers,2020-05-22,,141.0,0.0,,,
+FR-32,Gers,2020-05-23,,141.0,0.0,,,
+FR-32,Gers,2020-05-24,,141.0,0.0,,,
+FR-32,Gers,2020-05-25,,142.0,1.0,,,
+FR-32,Gers,2020-05-26,,143.0,1.0,,,
+FR-32,Gers,2020-05-27,,144.0,1.0,,,
+FR-32,Gers,2020-05-28,,144.0,0.0,,,
+FR-32,Gers,2020-05-29,,144.0,0.0,,,
+FR-32,Gers,2020-05-30,,144.0,0.0,,,
+FR-32,Gers,2020-05-31,,144.0,0.0,,,
+FR-32,Gers,2020-06-01,,144.0,0.0,,,
+FR-32,Gers,2020-06-02,,144.0,0.0,,,
+FR-32,Gers,2020-06-03,,144.0,0.0,,,
+FR-32,Gers,2020-06-04,,144.0,0.0,,,
+FR-32,Gers,2020-06-05,,144.0,0.0,,,
+FR-32,Gers,2020-06-06,,144.0,0.0,,,
+FR-32,Gers,2020-06-07,,144.0,0.0,,,
+FR-32,Gers,2020-06-08,,144.0,0.0,,,
+FR-33,Gironde,2020-03-19,,14.0,14.0,,,
+FR-33,Gironde,2020-03-20,,19.0,5.0,,,
+FR-33,Gironde,2020-03-21,,53.0,34.0,,,
+FR-33,Gironde,2020-03-22,,62.0,9.0,,,
+FR-33,Gironde,2020-03-23,,85.0,23.0,,,
+FR-33,Gironde,2020-03-24,,125.0,40.0,,,
+FR-33,Gironde,2020-03-25,,212.0,87.0,,,
+FR-33,Gironde,2020-03-26,,256.0,44.0,,,
+FR-33,Gironde,2020-03-27,,320.0,64.0,,,
+FR-33,Gironde,2020-03-28,,350.0,30.0,,,
+FR-33,Gironde,2020-03-29,,379.0,29.0,,,
+FR-33,Gironde,2020-03-30,,468.0,89.0,,,
+FR-33,Gironde,2020-03-31,,534.0,66.0,,,
+FR-33,Gironde,2020-04-01,,584.0,50.0,,,
+FR-33,Gironde,2020-04-02,,639.0,55.0,,,
+FR-33,Gironde,2020-04-03,,676.0,37.0,,,
+FR-33,Gironde,2020-04-04,,691.0,15.0,,,
+FR-33,Gironde,2020-04-05,,706.0,15.0,,,
+FR-33,Gironde,2020-04-06,,738.0,32.0,,,
+FR-33,Gironde,2020-04-07,,766.0,28.0,,,
+FR-33,Gironde,2020-04-08,,798.0,32.0,,,
+FR-33,Gironde,2020-04-09,,830.0,32.0,,,
+FR-33,Gironde,2020-04-10,,855.0,25.0,,,
+FR-33,Gironde,2020-04-11,,886.0,31.0,,,
+FR-33,Gironde,2020-04-12,,896.0,10.0,,,
+FR-33,Gironde,2020-04-13,,918.0,22.0,,,
+FR-33,Gironde,2020-04-14,,943.0,25.0,,,
+FR-33,Gironde,2020-04-15,,959.0,16.0,,,
+FR-33,Gironde,2020-04-16,,974.0,15.0,,,
+FR-33,Gironde,2020-04-17,,998.0,24.0,,,
+FR-33,Gironde,2020-04-18,,1013.0,15.0,,,
+FR-33,Gironde,2020-04-19,,1036.0,23.0,,,
+FR-33,Gironde,2020-04-20,,1058.0,22.0,,,
+FR-33,Gironde,2020-04-21,,1072.0,14.0,,,
+FR-33,Gironde,2020-04-22,,1084.0,12.0,,,
+FR-33,Gironde,2020-04-23,,1108.0,24.0,,,
+FR-33,Gironde,2020-04-24,,1113.0,5.0,,,
+FR-33,Gironde,2020-04-25,,1126.0,13.0,,,
+FR-33,Gironde,2020-04-26,,1134.0,8.0,,,
+FR-33,Gironde,2020-04-27,,1149.0,15.0,,,
+FR-33,Gironde,2020-04-28,,1163.0,14.0,,,
+FR-33,Gironde,2020-04-29,,1170.0,7.0,,,
+FR-33,Gironde,2020-04-30,,1178.0,8.0,,,
+FR-33,Gironde,2020-05-01,,1183.0,5.0,,,
+FR-33,Gironde,2020-05-02,,1186.0,3.0,,,
+FR-33,Gironde,2020-05-03,,1196.0,10.0,,,
+FR-33,Gironde,2020-05-04,,1204.0,8.0,,,
+FR-33,Gironde,2020-05-05,,1218.0,14.0,,,
+FR-33,Gironde,2020-05-06,,1221.0,3.0,,,
+FR-33,Gironde,2020-05-07,,1232.0,11.0,,,
+FR-33,Gironde,2020-05-08,,1235.0,3.0,,,
+FR-33,Gironde,2020-05-09,,1242.0,7.0,,,
+FR-33,Gironde,2020-05-10,,1249.0,7.0,,,
+FR-33,Gironde,2020-05-11,,1251.0,2.0,,,
+FR-33,Gironde,2020-05-12,,1258.0,7.0,,,
+FR-33,Gironde,2020-05-13,,1269.0,11.0,,,
+FR-33,Gironde,2020-05-14,,1278.0,9.0,,,
+FR-33,Gironde,2020-05-15,,1281.0,3.0,,,
+FR-33,Gironde,2020-05-16,,1286.0,5.0,,,
+FR-33,Gironde,2020-05-17,,1286.0,0.0,,,
+FR-33,Gironde,2020-05-18,,1288.0,2.0,,,
+FR-33,Gironde,2020-05-19,,1294.0,6.0,,,
+FR-33,Gironde,2020-05-20,,1296.0,2.0,,,
+FR-33,Gironde,2020-05-21,,1297.0,1.0,,,
+FR-33,Gironde,2020-05-22,,1299.0,2.0,,,
+FR-33,Gironde,2020-05-23,,1303.0,4.0,,,
+FR-33,Gironde,2020-05-24,,1305.0,2.0,,,
+FR-33,Gironde,2020-05-25,,1307.0,2.0,,,
+FR-33,Gironde,2020-05-26,,1308.0,1.0,,,
+FR-33,Gironde,2020-05-27,,1312.0,4.0,,,
+FR-33,Gironde,2020-05-28,,1314.0,2.0,,,
+FR-33,Gironde,2020-05-29,,1315.0,1.0,,,
+FR-33,Gironde,2020-05-30,,1316.0,1.0,,,
+FR-33,Gironde,2020-05-31,,1317.0,1.0,,,
+FR-33,Gironde,2020-06-01,,1318.0,1.0,,,
+FR-33,Gironde,2020-06-02,,1318.0,0.0,,,
+FR-33,Gironde,2020-06-03,,1324.0,6.0,,,
+FR-33,Gironde,2020-06-04,,1330.0,6.0,,,
+FR-33,Gironde,2020-06-05,,1332.0,2.0,,,
+FR-33,Gironde,2020-06-06,,1333.0,1.0,,,
+FR-33,Gironde,2020-06-07,,1333.0,0.0,,,
+FR-33,Gironde,2020-06-08,,1335.0,2.0,,,
+FR-34,Hérault,2020-03-19,,24.0,24.0,,,
+FR-34,Hérault,2020-03-20,,39.0,15.0,,,
+FR-34,Hérault,2020-03-21,,58.0,19.0,,,
+FR-34,Hérault,2020-03-22,,69.0,11.0,,,
+FR-34,Hérault,2020-03-23,,92.0,23.0,,,
+FR-34,Hérault,2020-03-24,,118.0,26.0,,,
+FR-34,Hérault,2020-03-25,,163.0,45.0,,,
+FR-34,Hérault,2020-03-26,,200.0,37.0,,,
+FR-34,Hérault,2020-03-27,,238.0,38.0,,,
+FR-34,Hérault,2020-03-28,,285.0,47.0,,,
+FR-34,Hérault,2020-03-29,,323.0,38.0,,,
+FR-34,Hérault,2020-03-30,,347.0,24.0,,,
+FR-34,Hérault,2020-03-31,,385.0,38.0,,,
+FR-34,Hérault,2020-04-01,,418.0,33.0,,,
+FR-34,Hérault,2020-04-02,,448.0,30.0,,,
+FR-34,Hérault,2020-04-03,,489.0,41.0,,,
+FR-34,Hérault,2020-04-04,,500.0,11.0,,,
+FR-34,Hérault,2020-04-05,,520.0,20.0,,,
+FR-34,Hérault,2020-04-06,,541.0,21.0,,,
+FR-34,Hérault,2020-04-07,,566.0,25.0,,,
+FR-34,Hérault,2020-04-08,,580.0,14.0,,,
+FR-34,Hérault,2020-04-09,,592.0,12.0,,,
+FR-34,Hérault,2020-04-10,,612.0,20.0,,,
+FR-34,Hérault,2020-04-11,,622.0,10.0,,,
+FR-34,Hérault,2020-04-12,,627.0,5.0,,,
+FR-34,Hérault,2020-04-13,,648.0,21.0,,,
+FR-34,Hérault,2020-04-14,,656.0,8.0,,,
+FR-34,Hérault,2020-04-15,,665.0,9.0,,,
+FR-34,Hérault,2020-04-16,,671.0,6.0,,,
+FR-34,Hérault,2020-04-17,,679.0,8.0,,,
+FR-34,Hérault,2020-04-18,,714.0,35.0,,,
+FR-34,Hérault,2020-04-19,,721.0,7.0,,,
+FR-34,Hérault,2020-04-20,,730.0,9.0,,,
+FR-34,Hérault,2020-04-21,,735.0,5.0,,,
+FR-34,Hérault,2020-04-22,,738.0,3.0,,,
+FR-34,Hérault,2020-04-23,,742.0,4.0,,,
+FR-34,Hérault,2020-04-24,,746.0,4.0,,,
+FR-34,Hérault,2020-04-25,,751.0,5.0,,,
+FR-34,Hérault,2020-04-26,,753.0,2.0,,,
+FR-34,Hérault,2020-04-27,,758.0,5.0,,,
+FR-34,Hérault,2020-04-28,,765.0,7.0,,,
+FR-34,Hérault,2020-04-29,,767.0,2.0,,,
+FR-34,Hérault,2020-04-30,,775.0,8.0,,,
+FR-34,Hérault,2020-05-01,,776.0,1.0,,,
+FR-34,Hérault,2020-05-02,,777.0,1.0,,,
+FR-34,Hérault,2020-05-03,,777.0,0.0,,,
+FR-34,Hérault,2020-05-04,,781.0,4.0,,,
+FR-34,Hérault,2020-05-05,,786.0,5.0,,,
+FR-34,Hérault,2020-05-06,,790.0,4.0,,,
+FR-34,Hérault,2020-05-07,,792.0,2.0,,,
+FR-34,Hérault,2020-05-08,,795.0,3.0,,,
+FR-34,Hérault,2020-05-09,,797.0,2.0,,,
+FR-34,Hérault,2020-05-10,,798.0,1.0,,,
+FR-34,Hérault,2020-05-11,,804.0,6.0,,,
+FR-34,Hérault,2020-05-12,,804.0,0.0,,,
+FR-34,Hérault,2020-05-13,,812.0,8.0,,,
+FR-34,Hérault,2020-05-14,,813.0,1.0,,,
+FR-34,Hérault,2020-05-15,,816.0,3.0,,,
+FR-34,Hérault,2020-05-16,,816.0,0.0,,,
+FR-34,Hérault,2020-05-17,,816.0,0.0,,,
+FR-34,Hérault,2020-05-18,,820.0,4.0,,,
+FR-34,Hérault,2020-05-19,,820.0,0.0,,,
+FR-34,Hérault,2020-05-20,,825.0,5.0,,,
+FR-34,Hérault,2020-05-21,,825.0,0.0,,,
+FR-34,Hérault,2020-05-22,,835.0,10.0,,,
+FR-34,Hérault,2020-05-23,,835.0,0.0,,,
+FR-34,Hérault,2020-05-24,,836.0,1.0,,,
+FR-34,Hérault,2020-05-25,,841.0,5.0,,,
+FR-34,Hérault,2020-05-26,,842.0,1.0,,,
+FR-34,Hérault,2020-05-27,,847.0,5.0,,,
+FR-34,Hérault,2020-05-28,,848.0,1.0,,,
+FR-34,Hérault,2020-05-29,,850.0,2.0,,,
+FR-34,Hérault,2020-05-30,,859.0,9.0,,,
+FR-34,Hérault,2020-05-31,,859.0,0.0,,,
+FR-34,Hérault,2020-06-01,,859.0,0.0,,,
+FR-34,Hérault,2020-06-02,,860.0,1.0,,,
+FR-34,Hérault,2020-06-03,,861.0,1.0,,,
+FR-34,Hérault,2020-06-04,,861.0,0.0,,,
+FR-34,Hérault,2020-06-05,,862.0,1.0,,,
+FR-34,Hérault,2020-06-06,,862.0,0.0,,,
+FR-34,Hérault,2020-06-07,,862.0,0.0,,,
+FR-34,Hérault,2020-06-08,,864.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-03-19,,25.0,25.0,,,
+FR-35,Ille-et-Vilaine,2020-03-20,,33.0,8.0,,,
+FR-35,Ille-et-Vilaine,2020-03-21,,41.0,8.0,,,
+FR-35,Ille-et-Vilaine,2020-03-22,,45.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-03-23,,57.0,12.0,,,
+FR-35,Ille-et-Vilaine,2020-03-24,,66.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-03-25,,78.0,12.0,,,
+FR-35,Ille-et-Vilaine,2020-03-26,,93.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-03-27,,103.0,10.0,,,
+FR-35,Ille-et-Vilaine,2020-03-28,,122.0,19.0,,,
+FR-35,Ille-et-Vilaine,2020-03-29,,152.0,30.0,,,
+FR-35,Ille-et-Vilaine,2020-03-30,,167.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-03-31,,186.0,19.0,,,
+FR-35,Ille-et-Vilaine,2020-04-01,,204.0,18.0,,,
+FR-35,Ille-et-Vilaine,2020-04-02,,224.0,20.0,,,
+FR-35,Ille-et-Vilaine,2020-04-03,,234.0,10.0,,,
+FR-35,Ille-et-Vilaine,2020-04-04,,247.0,13.0,,,
+FR-35,Ille-et-Vilaine,2020-04-05,,253.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-06,,269.0,16.0,,,
+FR-35,Ille-et-Vilaine,2020-04-07,,288.0,19.0,,,
+FR-35,Ille-et-Vilaine,2020-04-08,,309.0,21.0,,,
+FR-35,Ille-et-Vilaine,2020-04-09,,322.0,13.0,,,
+FR-35,Ille-et-Vilaine,2020-04-10,,337.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-04-11,,352.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-04-12,,368.0,16.0,,,
+FR-35,Ille-et-Vilaine,2020-04-13,,374.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-14,,392.0,18.0,,,
+FR-35,Ille-et-Vilaine,2020-04-15,,415.0,23.0,,,
+FR-35,Ille-et-Vilaine,2020-04-16,,427.0,12.0,,,
+FR-35,Ille-et-Vilaine,2020-04-17,,438.0,11.0,,,
+FR-35,Ille-et-Vilaine,2020-04-18,,447.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-04-19,,453.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-20,,456.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-04-21,,466.0,10.0,,,
+FR-35,Ille-et-Vilaine,2020-04-22,,475.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-04-23,,483.0,8.0,,,
+FR-35,Ille-et-Vilaine,2020-04-24,,488.0,5.0,,,
+FR-35,Ille-et-Vilaine,2020-04-25,,494.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-26,,496.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-04-27,,496.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-04-28,,502.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-29,,506.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-04-30,,509.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-01,,511.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-02,,513.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-03,,516.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-04,,519.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-05,,520.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-06,,522.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-07,,523.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-08,,527.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-05-09,,527.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-05-10,,529.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-11,,530.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-12,,533.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-13,,535.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-14,,536.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-15,,541.0,5.0,,,
+FR-35,Ille-et-Vilaine,2020-05-16,,550.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-05-17,,554.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-05-18,,556.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-19,,559.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-20,,565.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-05-21,,567.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-22,,573.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-05-23,,573.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-05-24,,574.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-25,,576.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-26,,578.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-27,,579.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-28,,579.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-05-29,,581.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-30,,582.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-31,,582.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-06-01,,583.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-02,,583.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-06-03,,588.0,5.0,,,
+FR-35,Ille-et-Vilaine,2020-06-04,,589.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-05,,592.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-06-06,,593.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-07,,594.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-08,,594.0,0.0,,,
+FR-36,Indre,2020-03-19,,3.0,3.0,,,
+FR-36,Indre,2020-03-20,,4.0,1.0,,,
+FR-36,Indre,2020-03-21,,5.0,1.0,,,
+FR-36,Indre,2020-03-22,,5.0,0.0,,,
+FR-36,Indre,2020-03-23,,18.0,13.0,,,
+FR-36,Indre,2020-03-24,,21.0,3.0,,,
+FR-36,Indre,2020-03-25,,28.0,7.0,,,
+FR-36,Indre,2020-03-26,,29.0,1.0,,,
+FR-36,Indre,2020-03-27,,40.0,11.0,,,
+FR-36,Indre,2020-03-28,,53.0,13.0,,,
+FR-36,Indre,2020-03-29,,54.0,1.0,,,
+FR-36,Indre,2020-03-30,,59.0,5.0,,,
+FR-36,Indre,2020-03-31,,61.0,2.0,,,
+FR-36,Indre,2020-04-01,,67.0,6.0,,,
+FR-36,Indre,2020-04-02,,72.0,5.0,,,
+FR-36,Indre,2020-04-03,,74.0,2.0,,,
+FR-36,Indre,2020-04-04,,85.0,11.0,,,
+FR-36,Indre,2020-04-05,,96.0,11.0,,,
+FR-36,Indre,2020-04-06,,98.0,2.0,,,
+FR-36,Indre,2020-04-07,,106.0,8.0,,,
+FR-36,Indre,2020-04-08,,110.0,4.0,,,
+FR-36,Indre,2020-04-09,,116.0,6.0,,,
+FR-36,Indre,2020-04-10,,133.0,17.0,,,
+FR-36,Indre,2020-04-11,,141.0,8.0,,,
+FR-36,Indre,2020-04-12,,142.0,1.0,,,
+FR-36,Indre,2020-04-13,,159.0,17.0,,,
+FR-36,Indre,2020-04-14,,164.0,5.0,,,
+FR-36,Indre,2020-04-15,,173.0,9.0,,,
+FR-36,Indre,2020-04-16,,176.0,3.0,,,
+FR-36,Indre,2020-04-17,,181.0,5.0,,,
+FR-36,Indre,2020-04-18,,185.0,4.0,,,
+FR-36,Indre,2020-04-19,,189.0,4.0,,,
+FR-36,Indre,2020-04-20,,194.0,5.0,,,
+FR-36,Indre,2020-04-21,,216.0,22.0,,,
+FR-36,Indre,2020-04-22,,227.0,11.0,,,
+FR-36,Indre,2020-04-23,,232.0,5.0,,,
+FR-36,Indre,2020-04-24,,236.0,4.0,,,
+FR-36,Indre,2020-04-25,,244.0,8.0,,,
+FR-36,Indre,2020-04-26,,245.0,1.0,,,
+FR-36,Indre,2020-04-27,,248.0,3.0,,,
+FR-36,Indre,2020-04-28,,250.0,2.0,,,
+FR-36,Indre,2020-04-29,,256.0,6.0,,,
+FR-36,Indre,2020-04-30,,260.0,4.0,,,
+FR-36,Indre,2020-05-01,,263.0,3.0,,,
+FR-36,Indre,2020-05-02,,265.0,2.0,,,
+FR-36,Indre,2020-05-03,,267.0,2.0,,,
+FR-36,Indre,2020-05-04,,268.0,1.0,,,
+FR-36,Indre,2020-05-05,,268.0,0.0,,,
+FR-36,Indre,2020-05-06,,268.0,0.0,,,
+FR-36,Indre,2020-05-07,,269.0,1.0,,,
+FR-36,Indre,2020-05-08,,271.0,2.0,,,
+FR-36,Indre,2020-05-09,,271.0,0.0,,,
+FR-36,Indre,2020-05-10,,271.0,0.0,,,
+FR-36,Indre,2020-05-11,,271.0,0.0,,,
+FR-36,Indre,2020-05-12,,272.0,1.0,,,
+FR-36,Indre,2020-05-13,,272.0,0.0,,,
+FR-36,Indre,2020-05-14,,274.0,2.0,,,
+FR-36,Indre,2020-05-15,,275.0,1.0,,,
+FR-36,Indre,2020-05-16,,275.0,0.0,,,
+FR-36,Indre,2020-05-17,,275.0,0.0,,,
+FR-36,Indre,2020-05-18,,277.0,2.0,,,
+FR-36,Indre,2020-05-19,,277.0,0.0,,,
+FR-36,Indre,2020-05-20,,278.0,1.0,,,
+FR-36,Indre,2020-05-21,,278.0,0.0,,,
+FR-36,Indre,2020-05-22,,279.0,1.0,,,
+FR-36,Indre,2020-05-23,,279.0,0.0,,,
+FR-36,Indre,2020-05-24,,279.0,0.0,,,
+FR-36,Indre,2020-05-25,,279.0,0.0,,,
+FR-36,Indre,2020-05-26,,279.0,0.0,,,
+FR-36,Indre,2020-05-27,,279.0,0.0,,,
+FR-36,Indre,2020-05-28,,279.0,0.0,,,
+FR-36,Indre,2020-05-29,,279.0,0.0,,,
+FR-36,Indre,2020-05-30,,279.0,0.0,,,
+FR-36,Indre,2020-05-31,,279.0,0.0,,,
+FR-36,Indre,2020-06-01,,279.0,0.0,,,
+FR-36,Indre,2020-06-02,,279.0,0.0,,,
+FR-36,Indre,2020-06-03,,279.0,0.0,,,
+FR-36,Indre,2020-06-04,,279.0,0.0,,,
+FR-36,Indre,2020-06-05,,279.0,0.0,,,
+FR-36,Indre,2020-06-06,,279.0,0.0,,,
+FR-36,Indre,2020-06-07,,279.0,0.0,,,
+FR-36,Indre,2020-06-08,,279.0,0.0,,,
+FR-37,Indre-et-Loire,2020-03-19,,2.0,2.0,,,
+FR-37,Indre-et-Loire,2020-03-20,,8.0,6.0,,,
+FR-37,Indre-et-Loire,2020-03-21,,9.0,1.0,,,
+FR-37,Indre-et-Loire,2020-03-22,,10.0,1.0,,,
+FR-37,Indre-et-Loire,2020-03-23,,15.0,5.0,,,
+FR-37,Indre-et-Loire,2020-03-24,,22.0,7.0,,,
+FR-37,Indre-et-Loire,2020-03-25,,31.0,9.0,,,
+FR-37,Indre-et-Loire,2020-03-26,,42.0,11.0,,,
+FR-37,Indre-et-Loire,2020-03-27,,68.0,26.0,,,
+FR-37,Indre-et-Loire,2020-03-28,,73.0,5.0,,,
+FR-37,Indre-et-Loire,2020-03-29,,78.0,5.0,,,
+FR-37,Indre-et-Loire,2020-03-30,,105.0,27.0,,,
+FR-37,Indre-et-Loire,2020-03-31,,120.0,15.0,,,
+FR-37,Indre-et-Loire,2020-04-01,,152.0,32.0,,,
+FR-37,Indre-et-Loire,2020-04-02,,171.0,19.0,,,
+FR-37,Indre-et-Loire,2020-04-03,,189.0,18.0,,,
+FR-37,Indre-et-Loire,2020-04-04,,213.0,24.0,,,
+FR-37,Indre-et-Loire,2020-04-05,,219.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-06,,239.0,20.0,,,
+FR-37,Indre-et-Loire,2020-04-07,,248.0,9.0,,,
+FR-37,Indre-et-Loire,2020-04-08,,272.0,24.0,,,
+FR-37,Indre-et-Loire,2020-04-09,,286.0,14.0,,,
+FR-37,Indre-et-Loire,2020-04-10,,298.0,12.0,,,
+FR-37,Indre-et-Loire,2020-04-11,,319.0,21.0,,,
+FR-37,Indre-et-Loire,2020-04-12,,324.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-13,,328.0,4.0,,,
+FR-37,Indre-et-Loire,2020-04-14,,333.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-15,,351.0,18.0,,,
+FR-37,Indre-et-Loire,2020-04-16,,356.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-17,,361.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-18,,366.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-19,,367.0,1.0,,,
+FR-37,Indre-et-Loire,2020-04-20,,372.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-21,,380.0,8.0,,,
+FR-37,Indre-et-Loire,2020-04-22,,385.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-23,,388.0,3.0,,,
+FR-37,Indre-et-Loire,2020-04-24,,395.0,7.0,,,
+FR-37,Indre-et-Loire,2020-04-25,,401.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-26,,407.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-27,,409.0,2.0,,,
+FR-37,Indre-et-Loire,2020-04-28,,422.0,13.0,,,
+FR-37,Indre-et-Loire,2020-04-29,,428.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-30,,435.0,7.0,,,
+FR-37,Indre-et-Loire,2020-05-01,,440.0,5.0,,,
+FR-37,Indre-et-Loire,2020-05-02,,443.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-03,,446.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-04,,450.0,4.0,,,
+FR-37,Indre-et-Loire,2020-05-05,,457.0,7.0,,,
+FR-37,Indre-et-Loire,2020-05-06,,460.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-07,,463.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-08,,466.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-09,,467.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-10,,468.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-11,,470.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-12,,475.0,5.0,,,
+FR-37,Indre-et-Loire,2020-05-13,,478.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-14,,482.0,4.0,,,
+FR-37,Indre-et-Loire,2020-05-15,,486.0,4.0,,,
+FR-37,Indre-et-Loire,2020-05-16,,486.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-17,,486.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-18,,487.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-19,,489.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-20,,491.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-21,,491.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-22,,492.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-23,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-24,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-25,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-26,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-27,,494.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-28,,495.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-29,,496.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-30,,498.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-31,,498.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-01,,498.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-02,,498.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-03,,499.0,1.0,,,
+FR-37,Indre-et-Loire,2020-06-04,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-05,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-06,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-07,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-08,,500.0,1.0,,,
+FR-38,Isère,2020-03-19,,11.0,11.0,,,
+FR-38,Isère,2020-03-20,,19.0,8.0,,,
+FR-38,Isère,2020-03-21,,32.0,13.0,,,
+FR-38,Isère,2020-03-22,,40.0,8.0,,,
+FR-38,Isère,2020-03-23,,56.0,16.0,,,
+FR-38,Isère,2020-03-24,,77.0,21.0,,,
+FR-38,Isère,2020-03-25,,106.0,29.0,,,
+FR-38,Isère,2020-03-26,,125.0,19.0,,,
+FR-38,Isère,2020-03-27,,160.0,35.0,,,
+FR-38,Isère,2020-03-28,,174.0,14.0,,,
+FR-38,Isère,2020-03-29,,202.0,28.0,,,
+FR-38,Isère,2020-03-30,,232.0,30.0,,,
+FR-38,Isère,2020-03-31,,250.0,18.0,,,
+FR-38,Isère,2020-04-01,,280.0,30.0,,,
+FR-38,Isère,2020-04-02,,301.0,21.0,,,
+FR-38,Isère,2020-04-03,,324.0,23.0,,,
+FR-38,Isère,2020-04-04,,346.0,22.0,,,
+FR-38,Isère,2020-04-05,,372.0,26.0,,,
+FR-38,Isère,2020-04-06,,402.0,30.0,,,
+FR-38,Isère,2020-04-07,,421.0,19.0,,,
+FR-38,Isère,2020-04-08,,434.0,13.0,,,
+FR-38,Isère,2020-04-09,,462.0,28.0,,,
+FR-38,Isère,2020-04-10,,489.0,27.0,,,
+FR-38,Isère,2020-04-11,,497.0,8.0,,,
+FR-38,Isère,2020-04-12,,509.0,12.0,,,
+FR-38,Isère,2020-04-13,,520.0,11.0,,,
+FR-38,Isère,2020-04-14,,526.0,6.0,,,
+FR-38,Isère,2020-04-15,,558.0,32.0,,,
+FR-38,Isère,2020-04-16,,572.0,14.0,,,
+FR-38,Isère,2020-04-17,,592.0,20.0,,,
+FR-38,Isère,2020-04-18,,608.0,16.0,,,
+FR-38,Isère,2020-04-19,,615.0,7.0,,,
+FR-38,Isère,2020-04-20,,626.0,11.0,,,
+FR-38,Isère,2020-04-21,,652.0,26.0,,,
+FR-38,Isère,2020-04-22,,670.0,18.0,,,
+FR-38,Isère,2020-04-23,,690.0,20.0,,,
+FR-38,Isère,2020-04-24,,712.0,22.0,,,
+FR-38,Isère,2020-04-25,,715.0,3.0,,,
+FR-38,Isère,2020-04-26,,715.0,0.0,,,
+FR-38,Isère,2020-04-27,,722.0,7.0,,,
+FR-38,Isère,2020-04-28,,735.0,13.0,,,
+FR-38,Isère,2020-04-29,,742.0,7.0,,,
+FR-38,Isère,2020-04-30,,748.0,6.0,,,
+FR-38,Isère,2020-05-01,,755.0,7.0,,,
+FR-38,Isère,2020-05-02,,756.0,1.0,,,
+FR-38,Isère,2020-05-03,,761.0,5.0,,,
+FR-38,Isère,2020-05-04,,771.0,10.0,,,
+FR-38,Isère,2020-05-05,,780.0,9.0,,,
+FR-38,Isère,2020-05-06,,787.0,7.0,,,
+FR-38,Isère,2020-05-07,,794.0,7.0,,,
+FR-38,Isère,2020-05-08,,796.0,2.0,,,
+FR-38,Isère,2020-05-09,,796.0,0.0,,,
+FR-38,Isère,2020-05-10,,796.0,0.0,,,
+FR-38,Isère,2020-05-11,,817.0,21.0,,,
+FR-38,Isère,2020-05-12,,824.0,7.0,,,
+FR-38,Isère,2020-05-13,,829.0,5.0,,,
+FR-38,Isère,2020-05-14,,839.0,10.0,,,
+FR-38,Isère,2020-05-15,,842.0,3.0,,,
+FR-38,Isère,2020-05-16,,842.0,0.0,,,
+FR-38,Isère,2020-05-17,,842.0,0.0,,,
+FR-38,Isère,2020-05-18,,844.0,2.0,,,
+FR-38,Isère,2020-05-19,,849.0,5.0,,,
+FR-38,Isère,2020-05-20,,852.0,3.0,,,
+FR-38,Isère,2020-05-21,,877.0,25.0,,,
+FR-38,Isère,2020-05-22,,879.0,2.0,,,
+FR-38,Isère,2020-05-23,,879.0,0.0,,,
+FR-38,Isère,2020-05-24,,879.0,0.0,,,
+FR-38,Isère,2020-05-25,,884.0,5.0,,,
+FR-38,Isère,2020-05-26,,886.0,2.0,,,
+FR-38,Isère,2020-05-27,,891.0,5.0,,,
+FR-38,Isère,2020-05-28,,892.0,1.0,,,
+FR-38,Isère,2020-05-29,,893.0,1.0,,,
+FR-38,Isère,2020-05-30,,896.0,3.0,,,
+FR-38,Isère,2020-05-31,,896.0,0.0,,,
+FR-38,Isère,2020-06-01,,896.0,0.0,,,
+FR-38,Isère,2020-06-02,,897.0,1.0,,,
+FR-38,Isère,2020-06-03,,902.0,5.0,,,
+FR-38,Isère,2020-06-04,,902.0,0.0,,,
+FR-38,Isère,2020-06-05,,902.0,0.0,,,
+FR-38,Isère,2020-06-06,,904.0,2.0,,,
+FR-38,Isère,2020-06-07,,904.0,0.0,,,
+FR-38,Isère,2020-06-08,,906.0,2.0,,,
+FR-39,Jura,2020-03-19,,1.0,1.0,,,
+FR-39,Jura,2020-03-20,,6.0,5.0,,,
+FR-39,Jura,2020-03-21,,7.0,1.0,,,
+FR-39,Jura,2020-03-22,,9.0,2.0,,,
+FR-39,Jura,2020-03-23,,11.0,2.0,,,
+FR-39,Jura,2020-03-24,,25.0,14.0,,,
+FR-39,Jura,2020-03-25,,30.0,5.0,,,
+FR-39,Jura,2020-03-26,,46.0,16.0,,,
+FR-39,Jura,2020-03-27,,52.0,6.0,,,
+FR-39,Jura,2020-03-28,,56.0,4.0,,,
+FR-39,Jura,2020-03-29,,58.0,2.0,,,
+FR-39,Jura,2020-03-30,,71.0,13.0,,,
+FR-39,Jura,2020-03-31,,82.0,11.0,,,
+FR-39,Jura,2020-04-01,,93.0,11.0,,,
+FR-39,Jura,2020-04-02,,98.0,5.0,,,
+FR-39,Jura,2020-04-03,,114.0,16.0,,,
+FR-39,Jura,2020-04-04,,130.0,16.0,,,
+FR-39,Jura,2020-04-05,,141.0,11.0,,,
+FR-39,Jura,2020-04-06,,144.0,3.0,,,
+FR-39,Jura,2020-04-07,,164.0,20.0,,,
+FR-39,Jura,2020-04-08,,178.0,14.0,,,
+FR-39,Jura,2020-04-09,,196.0,18.0,,,
+FR-39,Jura,2020-04-10,,204.0,8.0,,,
+FR-39,Jura,2020-04-11,,212.0,8.0,,,
+FR-39,Jura,2020-04-12,,218.0,6.0,,,
+FR-39,Jura,2020-04-13,,225.0,7.0,,,
+FR-39,Jura,2020-04-14,,234.0,9.0,,,
+FR-39,Jura,2020-04-15,,248.0,14.0,,,
+FR-39,Jura,2020-04-16,,259.0,11.0,,,
+FR-39,Jura,2020-04-17,,275.0,16.0,,,
+FR-39,Jura,2020-04-18,,284.0,9.0,,,
+FR-39,Jura,2020-04-19,,284.0,0.0,,,
+FR-39,Jura,2020-04-20,,285.0,1.0,,,
+FR-39,Jura,2020-04-21,,286.0,1.0,,,
+FR-39,Jura,2020-04-22,,294.0,8.0,,,
+FR-39,Jura,2020-04-23,,299.0,5.0,,,
+FR-39,Jura,2020-04-24,,302.0,3.0,,,
+FR-39,Jura,2020-04-25,,307.0,5.0,,,
+FR-39,Jura,2020-04-26,,307.0,0.0,,,
+FR-39,Jura,2020-04-27,,309.0,2.0,,,
+FR-39,Jura,2020-04-28,,312.0,3.0,,,
+FR-39,Jura,2020-04-29,,314.0,2.0,,,
+FR-39,Jura,2020-04-30,,324.0,10.0,,,
+FR-39,Jura,2020-05-01,,324.0,0.0,,,
+FR-39,Jura,2020-05-02,,324.0,0.0,,,
+FR-39,Jura,2020-05-03,,324.0,0.0,,,
+FR-39,Jura,2020-05-04,,330.0,6.0,,,
+FR-39,Jura,2020-05-05,,331.0,1.0,,,
+FR-39,Jura,2020-05-06,,332.0,1.0,,,
+FR-39,Jura,2020-05-07,,335.0,3.0,,,
+FR-39,Jura,2020-05-08,,341.0,6.0,,,
+FR-39,Jura,2020-05-09,,342.0,1.0,,,
+FR-39,Jura,2020-05-10,,342.0,0.0,,,
+FR-39,Jura,2020-05-11,,347.0,5.0,,,
+FR-39,Jura,2020-05-12,,347.0,0.0,,,
+FR-39,Jura,2020-05-13,,348.0,1.0,,,
+FR-39,Jura,2020-05-14,,348.0,0.0,,,
+FR-39,Jura,2020-05-15,,349.0,1.0,,,
+FR-39,Jura,2020-05-16,,353.0,4.0,,,
+FR-39,Jura,2020-05-17,,353.0,0.0,,,
+FR-39,Jura,2020-05-18,,353.0,0.0,,,
+FR-39,Jura,2020-05-19,,354.0,1.0,,,
+FR-39,Jura,2020-05-20,,359.0,5.0,,,
+FR-39,Jura,2020-05-21,,360.0,1.0,,,
+FR-39,Jura,2020-05-22,,363.0,3.0,,,
+FR-39,Jura,2020-05-23,,364.0,1.0,,,
+FR-39,Jura,2020-05-24,,364.0,0.0,,,
+FR-39,Jura,2020-05-25,,365.0,1.0,,,
+FR-39,Jura,2020-05-26,,366.0,1.0,,,
+FR-39,Jura,2020-05-27,,366.0,0.0,,,
+FR-39,Jura,2020-05-28,,367.0,1.0,,,
+FR-39,Jura,2020-05-29,,390.0,23.0,,,
+FR-39,Jura,2020-05-30,,390.0,0.0,,,
+FR-39,Jura,2020-05-31,,390.0,0.0,,,
+FR-39,Jura,2020-06-01,,390.0,0.0,,,
+FR-39,Jura,2020-06-02,,390.0,0.0,,,
+FR-39,Jura,2020-06-03,,390.0,0.0,,,
+FR-39,Jura,2020-06-04,,390.0,0.0,,,
+FR-39,Jura,2020-06-05,,390.0,0.0,,,
+FR-39,Jura,2020-06-06,,390.0,0.0,,,
+FR-39,Jura,2020-06-07,,390.0,0.0,,,
+FR-39,Jura,2020-06-08,,390.0,0.0,,,
+FR-40,Landes,2020-03-19,,0.0,0.0,,,
+FR-40,Landes,2020-03-20,,0.0,0.0,,,
+FR-40,Landes,2020-03-21,,0.0,0.0,,,
+FR-40,Landes,2020-03-22,,0.0,0.0,,,
+FR-40,Landes,2020-03-23,,4.0,4.0,,,
+FR-40,Landes,2020-03-24,,4.0,0.0,,,
+FR-40,Landes,2020-03-25,,11.0,7.0,,,
+FR-40,Landes,2020-03-26,,11.0,0.0,,,
+FR-40,Landes,2020-03-27,,13.0,2.0,,,
+FR-40,Landes,2020-03-28,,15.0,2.0,,,
+FR-40,Landes,2020-03-29,,17.0,2.0,,,
+FR-40,Landes,2020-03-30,,23.0,6.0,,,
+FR-40,Landes,2020-03-31,,24.0,1.0,,,
+FR-40,Landes,2020-04-01,,25.0,1.0,,,
+FR-40,Landes,2020-04-02,,29.0,4.0,,,
+FR-40,Landes,2020-04-03,,31.0,2.0,,,
+FR-40,Landes,2020-04-04,,32.0,1.0,,,
+FR-40,Landes,2020-04-05,,33.0,1.0,,,
+FR-40,Landes,2020-04-06,,42.0,9.0,,,
+FR-40,Landes,2020-04-07,,53.0,11.0,,,
+FR-40,Landes,2020-04-08,,57.0,4.0,,,
+FR-40,Landes,2020-04-09,,64.0,7.0,,,
+FR-40,Landes,2020-04-10,,65.0,1.0,,,
+FR-40,Landes,2020-04-11,,65.0,0.0,,,
+FR-40,Landes,2020-04-12,,65.0,0.0,,,
+FR-40,Landes,2020-04-13,,65.0,0.0,,,
+FR-40,Landes,2020-04-14,,69.0,4.0,,,
+FR-40,Landes,2020-04-15,,71.0,2.0,,,
+FR-40,Landes,2020-04-16,,74.0,3.0,,,
+FR-40,Landes,2020-04-17,,77.0,3.0,,,
+FR-40,Landes,2020-04-18,,77.0,0.0,,,
+FR-40,Landes,2020-04-19,,77.0,0.0,,,
+FR-40,Landes,2020-04-20,,78.0,1.0,,,
+FR-40,Landes,2020-04-21,,79.0,1.0,,,
+FR-40,Landes,2020-04-22,,79.0,0.0,,,
+FR-40,Landes,2020-04-23,,80.0,1.0,,,
+FR-40,Landes,2020-04-24,,82.0,2.0,,,
+FR-40,Landes,2020-04-25,,82.0,0.0,,,
+FR-40,Landes,2020-04-26,,82.0,0.0,,,
+FR-40,Landes,2020-04-27,,82.0,0.0,,,
+FR-40,Landes,2020-04-28,,82.0,0.0,,,
+FR-40,Landes,2020-04-29,,82.0,0.0,,,
+FR-40,Landes,2020-04-30,,90.0,8.0,,,
+FR-40,Landes,2020-05-01,,90.0,0.0,,,
+FR-40,Landes,2020-05-02,,90.0,0.0,,,
+FR-40,Landes,2020-05-03,,90.0,0.0,,,
+FR-40,Landes,2020-05-04,,90.0,0.0,,,
+FR-40,Landes,2020-05-05,,90.0,0.0,,,
+FR-40,Landes,2020-05-06,,90.0,0.0,,,
+FR-40,Landes,2020-05-07,,90.0,0.0,,,
+FR-40,Landes,2020-05-08,,90.0,0.0,,,
+FR-40,Landes,2020-05-09,,90.0,0.0,,,
+FR-40,Landes,2020-05-10,,90.0,0.0,,,
+FR-40,Landes,2020-05-11,,90.0,0.0,,,
+FR-40,Landes,2020-05-12,,90.0,0.0,,,
+FR-40,Landes,2020-05-13,,90.0,0.0,,,
+FR-40,Landes,2020-05-14,,90.0,0.0,,,
+FR-40,Landes,2020-05-15,,90.0,0.0,,,
+FR-40,Landes,2020-05-16,,90.0,0.0,,,
+FR-40,Landes,2020-05-17,,90.0,0.0,,,
+FR-40,Landes,2020-05-18,,91.0,1.0,,,
+FR-40,Landes,2020-05-19,,91.0,0.0,,,
+FR-40,Landes,2020-05-20,,91.0,0.0,,,
+FR-40,Landes,2020-05-21,,91.0,0.0,,,
+FR-40,Landes,2020-05-22,,91.0,0.0,,,
+FR-40,Landes,2020-05-23,,91.0,0.0,,,
+FR-40,Landes,2020-05-24,,91.0,0.0,,,
+FR-40,Landes,2020-05-25,,92.0,1.0,,,
+FR-40,Landes,2020-05-26,,92.0,0.0,,,
+FR-40,Landes,2020-05-27,,92.0,0.0,,,
+FR-40,Landes,2020-05-28,,92.0,0.0,,,
+FR-40,Landes,2020-05-29,,92.0,0.0,,,
+FR-40,Landes,2020-05-30,,92.0,0.0,,,
+FR-40,Landes,2020-05-31,,92.0,0.0,,,
+FR-40,Landes,2020-06-01,,92.0,0.0,,,
+FR-40,Landes,2020-06-02,,92.0,0.0,,,
+FR-40,Landes,2020-06-03,,92.0,0.0,,,
+FR-40,Landes,2020-06-04,,92.0,0.0,,,
+FR-40,Landes,2020-06-05,,95.0,3.0,,,
+FR-40,Landes,2020-06-06,,95.0,0.0,,,
+FR-40,Landes,2020-06-07,,95.0,0.0,,,
+FR-40,Landes,2020-06-08,,95.0,0.0,,,
+FR-41,Loir-et-Cher,2020-03-19,,3.0,3.0,,,
+FR-41,Loir-et-Cher,2020-03-20,,6.0,3.0,,,
+FR-41,Loir-et-Cher,2020-03-21,,6.0,0.0,,,
+FR-41,Loir-et-Cher,2020-03-22,,7.0,1.0,,,
+FR-41,Loir-et-Cher,2020-03-23,,11.0,4.0,,,
+FR-41,Loir-et-Cher,2020-03-24,,20.0,9.0,,,
+FR-41,Loir-et-Cher,2020-03-25,,22.0,2.0,,,
+FR-41,Loir-et-Cher,2020-03-26,,28.0,6.0,,,
+FR-41,Loir-et-Cher,2020-03-27,,36.0,8.0,,,
+FR-41,Loir-et-Cher,2020-03-28,,48.0,12.0,,,
+FR-41,Loir-et-Cher,2020-03-29,,50.0,2.0,,,
+FR-41,Loir-et-Cher,2020-03-30,,73.0,23.0,,,
+FR-41,Loir-et-Cher,2020-03-31,,78.0,5.0,,,
+FR-41,Loir-et-Cher,2020-04-01,,95.0,17.0,,,
+FR-41,Loir-et-Cher,2020-04-02,,112.0,17.0,,,
+FR-41,Loir-et-Cher,2020-04-03,,123.0,11.0,,,
+FR-41,Loir-et-Cher,2020-04-04,,127.0,4.0,,,
+FR-41,Loir-et-Cher,2020-04-05,,128.0,1.0,,,
+FR-41,Loir-et-Cher,2020-04-06,,146.0,18.0,,,
+FR-41,Loir-et-Cher,2020-04-07,,157.0,11.0,,,
+FR-41,Loir-et-Cher,2020-04-08,,167.0,10.0,,,
+FR-41,Loir-et-Cher,2020-04-09,,180.0,13.0,,,
+FR-41,Loir-et-Cher,2020-04-10,,184.0,4.0,,,
+FR-41,Loir-et-Cher,2020-04-11,,190.0,6.0,,,
+FR-41,Loir-et-Cher,2020-04-12,,193.0,3.0,,,
+FR-41,Loir-et-Cher,2020-04-13,,197.0,4.0,,,
+FR-41,Loir-et-Cher,2020-04-14,,209.0,12.0,,,
+FR-41,Loir-et-Cher,2020-04-15,,212.0,3.0,,,
+FR-41,Loir-et-Cher,2020-04-16,,219.0,7.0,,,
+FR-41,Loir-et-Cher,2020-04-17,,229.0,10.0,,,
+FR-41,Loir-et-Cher,2020-04-18,,234.0,5.0,,,
+FR-41,Loir-et-Cher,2020-04-19,,235.0,1.0,,,
+FR-41,Loir-et-Cher,2020-04-20,,252.0,17.0,,,
+FR-41,Loir-et-Cher,2020-04-21,,257.0,5.0,,,
+FR-41,Loir-et-Cher,2020-04-22,,264.0,7.0,,,
+FR-41,Loir-et-Cher,2020-04-23,,270.0,6.0,,,
+FR-41,Loir-et-Cher,2020-04-24,,279.0,9.0,,,
+FR-41,Loir-et-Cher,2020-04-25,,286.0,7.0,,,
+FR-41,Loir-et-Cher,2020-04-26,,288.0,2.0,,,
+FR-41,Loir-et-Cher,2020-04-27,,296.0,8.0,,,
+FR-41,Loir-et-Cher,2020-04-28,,298.0,2.0,,,
+FR-41,Loir-et-Cher,2020-04-29,,313.0,15.0,,,
+FR-41,Loir-et-Cher,2020-04-30,,336.0,23.0,,,
+FR-41,Loir-et-Cher,2020-05-01,,340.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-02,,344.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-03,,348.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-04,,349.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-05,,359.0,10.0,,,
+FR-41,Loir-et-Cher,2020-05-06,,361.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-07,,370.0,9.0,,,
+FR-41,Loir-et-Cher,2020-05-08,,370.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-09,,372.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-10,,376.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-11,,382.0,6.0,,,
+FR-41,Loir-et-Cher,2020-05-12,,384.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-13,,388.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-14,,392.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-15,,399.0,7.0,,,
+FR-41,Loir-et-Cher,2020-05-16,,399.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-17,,399.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-18,,404.0,5.0,,,
+FR-41,Loir-et-Cher,2020-05-19,,405.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-20,,407.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-21,,407.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-22,,407.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-23,,408.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-24,,408.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-25,,410.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-26,,410.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-27,,410.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-28,,411.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-29,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-30,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-31,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-01,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-02,,413.0,2.0,,,
+FR-41,Loir-et-Cher,2020-06-03,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-04,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-05,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-06,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-07,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-08,,413.0,0.0,,,
+FR-42,Loire,2020-03-19,,32.0,32.0,,,
+FR-42,Loire,2020-03-20,,45.0,13.0,,,
+FR-42,Loire,2020-03-21,,67.0,22.0,,,
+FR-42,Loire,2020-03-22,,97.0,30.0,,,
+FR-42,Loire,2020-03-23,,121.0,24.0,,,
+FR-42,Loire,2020-03-24,,167.0,46.0,,,
+FR-42,Loire,2020-03-25,,226.0,59.0,,,
+FR-42,Loire,2020-03-26,,266.0,40.0,,,
+FR-42,Loire,2020-03-27,,294.0,28.0,,,
+FR-42,Loire,2020-03-28,,363.0,69.0,,,
+FR-42,Loire,2020-03-29,,439.0,76.0,,,
+FR-42,Loire,2020-03-30,,471.0,32.0,,,
+FR-42,Loire,2020-03-31,,511.0,40.0,,,
+FR-42,Loire,2020-04-01,,555.0,44.0,,,
+FR-42,Loire,2020-04-02,,598.0,43.0,,,
+FR-42,Loire,2020-04-03,,655.0,57.0,,,
+FR-42,Loire,2020-04-04,,684.0,29.0,,,
+FR-42,Loire,2020-04-05,,703.0,19.0,,,
+FR-42,Loire,2020-04-06,,743.0,40.0,,,
+FR-42,Loire,2020-04-07,,776.0,33.0,,,
+FR-42,Loire,2020-04-08,,802.0,26.0,,,
+FR-42,Loire,2020-04-09,,835.0,33.0,,,
+FR-42,Loire,2020-04-10,,866.0,31.0,,,
+FR-42,Loire,2020-04-11,,893.0,27.0,,,
+FR-42,Loire,2020-04-12,,936.0,43.0,,,
+FR-42,Loire,2020-04-13,,940.0,4.0,,,
+FR-42,Loire,2020-04-14,,963.0,23.0,,,
+FR-42,Loire,2020-04-15,,1004.0,41.0,,,
+FR-42,Loire,2020-04-16,,1022.0,18.0,,,
+FR-42,Loire,2020-04-17,,1056.0,34.0,,,
+FR-42,Loire,2020-04-18,,1068.0,12.0,,,
+FR-42,Loire,2020-04-19,,1086.0,18.0,,,
+FR-42,Loire,2020-04-20,,1097.0,11.0,,,
+FR-42,Loire,2020-04-21,,1119.0,22.0,,,
+FR-42,Loire,2020-04-22,,1136.0,17.0,,,
+FR-42,Loire,2020-04-23,,1159.0,23.0,,,
+FR-42,Loire,2020-04-24,,1169.0,10.0,,,
+FR-42,Loire,2020-04-25,,1189.0,20.0,,,
+FR-42,Loire,2020-04-26,,1198.0,9.0,,,
+FR-42,Loire,2020-04-27,,1209.0,11.0,,,
+FR-42,Loire,2020-04-28,,1217.0,8.0,,,
+FR-42,Loire,2020-04-29,,1224.0,7.0,,,
+FR-42,Loire,2020-04-30,,1238.0,14.0,,,
+FR-42,Loire,2020-05-01,,1250.0,12.0,,,
+FR-42,Loire,2020-05-02,,1253.0,3.0,,,
+FR-42,Loire,2020-05-03,,1257.0,4.0,,,
+FR-42,Loire,2020-05-04,,1263.0,6.0,,,
+FR-42,Loire,2020-05-05,,1272.0,9.0,,,
+FR-42,Loire,2020-05-06,,1277.0,5.0,,,
+FR-42,Loire,2020-05-07,,1277.0,0.0,,,
+FR-42,Loire,2020-05-08,,1281.0,4.0,,,
+FR-42,Loire,2020-05-09,,1283.0,2.0,,,
+FR-42,Loire,2020-05-10,,1284.0,1.0,,,
+FR-42,Loire,2020-05-11,,1293.0,9.0,,,
+FR-42,Loire,2020-05-12,,1313.0,20.0,,,
+FR-42,Loire,2020-05-13,,1316.0,3.0,,,
+FR-42,Loire,2020-05-14,,1324.0,8.0,,,
+FR-42,Loire,2020-05-15,,1326.0,2.0,,,
+FR-42,Loire,2020-05-16,,1327.0,1.0,,,
+FR-42,Loire,2020-05-17,,1327.0,0.0,,,
+FR-42,Loire,2020-05-18,,1327.0,0.0,,,
+FR-42,Loire,2020-05-19,,1328.0,1.0,,,
+FR-42,Loire,2020-05-20,,1340.0,12.0,,,
+FR-42,Loire,2020-05-21,,1341.0,1.0,,,
+FR-42,Loire,2020-05-22,,1345.0,4.0,,,
+FR-42,Loire,2020-05-23,,1347.0,2.0,,,
+FR-42,Loire,2020-05-24,,1349.0,2.0,,,
+FR-42,Loire,2020-05-25,,1350.0,1.0,,,
+FR-42,Loire,2020-05-26,,1353.0,3.0,,,
+FR-42,Loire,2020-05-27,,1355.0,2.0,,,
+FR-42,Loire,2020-05-28,,1358.0,3.0,,,
+FR-42,Loire,2020-05-29,,1359.0,1.0,,,
+FR-42,Loire,2020-05-30,,1359.0,0.0,,,
+FR-42,Loire,2020-05-31,,1361.0,2.0,,,
+FR-42,Loire,2020-06-01,,1361.0,0.0,,,
+FR-42,Loire,2020-06-02,,1362.0,1.0,,,
+FR-42,Loire,2020-06-03,,1363.0,1.0,,,
+FR-42,Loire,2020-06-04,,1364.0,1.0,,,
+FR-42,Loire,2020-06-05,,1366.0,2.0,,,
+FR-42,Loire,2020-06-06,,1366.0,0.0,,,
+FR-42,Loire,2020-06-07,,1366.0,0.0,,,
+FR-42,Loire,2020-06-08,,1366.0,0.0,,,
+FR-43,Haute-Loire,2020-03-19,,1.0,1.0,,,
+FR-43,Haute-Loire,2020-03-20,,3.0,2.0,,,
+FR-43,Haute-Loire,2020-03-21,,5.0,2.0,,,
+FR-43,Haute-Loire,2020-03-22,,7.0,2.0,,,
+FR-43,Haute-Loire,2020-03-23,,9.0,2.0,,,
+FR-43,Haute-Loire,2020-03-24,,11.0,2.0,,,
+FR-43,Haute-Loire,2020-03-25,,17.0,6.0,,,
+FR-43,Haute-Loire,2020-03-26,,19.0,2.0,,,
+FR-43,Haute-Loire,2020-03-27,,22.0,3.0,,,
+FR-43,Haute-Loire,2020-03-28,,24.0,2.0,,,
+FR-43,Haute-Loire,2020-03-29,,25.0,1.0,,,
+FR-43,Haute-Loire,2020-03-30,,28.0,3.0,,,
+FR-43,Haute-Loire,2020-03-31,,30.0,2.0,,,
+FR-43,Haute-Loire,2020-04-01,,33.0,3.0,,,
+FR-43,Haute-Loire,2020-04-02,,35.0,2.0,,,
+FR-43,Haute-Loire,2020-04-03,,41.0,6.0,,,
+FR-43,Haute-Loire,2020-04-04,,46.0,5.0,,,
+FR-43,Haute-Loire,2020-04-05,,50.0,4.0,,,
+FR-43,Haute-Loire,2020-04-06,,57.0,7.0,,,
+FR-43,Haute-Loire,2020-04-07,,59.0,2.0,,,
+FR-43,Haute-Loire,2020-04-08,,64.0,5.0,,,
+FR-43,Haute-Loire,2020-04-09,,70.0,6.0,,,
+FR-43,Haute-Loire,2020-04-10,,75.0,5.0,,,
+FR-43,Haute-Loire,2020-04-11,,81.0,6.0,,,
+FR-43,Haute-Loire,2020-04-12,,83.0,2.0,,,
+FR-43,Haute-Loire,2020-04-13,,84.0,1.0,,,
+FR-43,Haute-Loire,2020-04-14,,86.0,2.0,,,
+FR-43,Haute-Loire,2020-04-15,,88.0,2.0,,,
+FR-43,Haute-Loire,2020-04-16,,89.0,1.0,,,
+FR-43,Haute-Loire,2020-04-17,,96.0,7.0,,,
+FR-43,Haute-Loire,2020-04-18,,110.0,14.0,,,
+FR-43,Haute-Loire,2020-04-19,,124.0,14.0,,,
+FR-43,Haute-Loire,2020-04-20,,124.0,0.0,,,
+FR-43,Haute-Loire,2020-04-21,,126.0,2.0,,,
+FR-43,Haute-Loire,2020-04-22,,128.0,2.0,,,
+FR-43,Haute-Loire,2020-04-23,,132.0,4.0,,,
+FR-43,Haute-Loire,2020-04-24,,135.0,3.0,,,
+FR-43,Haute-Loire,2020-04-25,,135.0,0.0,,,
+FR-43,Haute-Loire,2020-04-26,,135.0,0.0,,,
+FR-43,Haute-Loire,2020-04-27,,135.0,0.0,,,
+FR-43,Haute-Loire,2020-04-28,,139.0,4.0,,,
+FR-43,Haute-Loire,2020-04-29,,140.0,1.0,,,
+FR-43,Haute-Loire,2020-04-30,,141.0,1.0,,,
+FR-43,Haute-Loire,2020-05-01,,141.0,0.0,,,
+FR-43,Haute-Loire,2020-05-02,,141.0,0.0,,,
+FR-43,Haute-Loire,2020-05-03,,141.0,0.0,,,
+FR-43,Haute-Loire,2020-05-04,,142.0,1.0,,,
+FR-43,Haute-Loire,2020-05-05,,144.0,2.0,,,
+FR-43,Haute-Loire,2020-05-06,,144.0,0.0,,,
+FR-43,Haute-Loire,2020-05-07,,146.0,2.0,,,
+FR-43,Haute-Loire,2020-05-08,,147.0,1.0,,,
+FR-43,Haute-Loire,2020-05-09,,147.0,0.0,,,
+FR-43,Haute-Loire,2020-05-10,,147.0,0.0,,,
+FR-43,Haute-Loire,2020-05-11,,147.0,0.0,,,
+FR-43,Haute-Loire,2020-05-12,,149.0,2.0,,,
+FR-43,Haute-Loire,2020-05-13,,150.0,1.0,,,
+FR-43,Haute-Loire,2020-05-14,,151.0,1.0,,,
+FR-43,Haute-Loire,2020-05-15,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-16,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-17,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-18,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-19,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-20,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-21,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-22,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-23,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-24,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-25,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-26,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-27,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-28,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-29,,152.0,1.0,,,
+FR-43,Haute-Loire,2020-05-30,,154.0,2.0,,,
+FR-43,Haute-Loire,2020-05-31,,154.0,0.0,,,
+FR-43,Haute-Loire,2020-06-01,,154.0,0.0,,,
+FR-43,Haute-Loire,2020-06-02,,155.0,1.0,,,
+FR-43,Haute-Loire,2020-06-03,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-04,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-05,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-06,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-07,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-08,,156.0,1.0,,,
+FR-44,Loire-Atlantique,2020-03-19,,12.0,12.0,,,
+FR-44,Loire-Atlantique,2020-03-20,,17.0,5.0,,,
+FR-44,Loire-Atlantique,2020-03-21,,33.0,16.0,,,
+FR-44,Loire-Atlantique,2020-03-22,,48.0,15.0,,,
+FR-44,Loire-Atlantique,2020-03-23,,52.0,4.0,,,
+FR-44,Loire-Atlantique,2020-03-24,,88.0,36.0,,,
+FR-44,Loire-Atlantique,2020-03-25,,106.0,18.0,,,
+FR-44,Loire-Atlantique,2020-03-26,,113.0,7.0,,,
+FR-44,Loire-Atlantique,2020-03-27,,151.0,38.0,,,
+FR-44,Loire-Atlantique,2020-03-28,,184.0,33.0,,,
+FR-44,Loire-Atlantique,2020-03-29,,202.0,18.0,,,
+FR-44,Loire-Atlantique,2020-03-30,,218.0,16.0,,,
+FR-44,Loire-Atlantique,2020-03-31,,240.0,22.0,,,
+FR-44,Loire-Atlantique,2020-04-01,,285.0,45.0,,,
+FR-44,Loire-Atlantique,2020-04-02,,312.0,27.0,,,
+FR-44,Loire-Atlantique,2020-04-03,,342.0,30.0,,,
+FR-44,Loire-Atlantique,2020-04-04,,384.0,42.0,,,
+FR-44,Loire-Atlantique,2020-04-05,,401.0,17.0,,,
+FR-44,Loire-Atlantique,2020-04-06,,417.0,16.0,,,
+FR-44,Loire-Atlantique,2020-04-07,,447.0,30.0,,,
+FR-44,Loire-Atlantique,2020-04-08,,468.0,21.0,,,
+FR-44,Loire-Atlantique,2020-04-09,,504.0,36.0,,,
+FR-44,Loire-Atlantique,2020-04-10,,539.0,35.0,,,
+FR-44,Loire-Atlantique,2020-04-11,,558.0,19.0,,,
+FR-44,Loire-Atlantique,2020-04-12,,576.0,18.0,,,
+FR-44,Loire-Atlantique,2020-04-13,,589.0,13.0,,,
+FR-44,Loire-Atlantique,2020-04-14,,599.0,10.0,,,
+FR-44,Loire-Atlantique,2020-04-15,,617.0,18.0,,,
+FR-44,Loire-Atlantique,2020-04-16,,629.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-17,,645.0,16.0,,,
+FR-44,Loire-Atlantique,2020-04-18,,655.0,10.0,,,
+FR-44,Loire-Atlantique,2020-04-19,,662.0,7.0,,,
+FR-44,Loire-Atlantique,2020-04-20,,666.0,4.0,,,
+FR-44,Loire-Atlantique,2020-04-21,,680.0,14.0,,,
+FR-44,Loire-Atlantique,2020-04-22,,692.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-23,,703.0,11.0,,,
+FR-44,Loire-Atlantique,2020-04-24,,710.0,7.0,,,
+FR-44,Loire-Atlantique,2020-04-25,,722.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-26,,726.0,4.0,,,
+FR-44,Loire-Atlantique,2020-04-27,,738.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-28,,744.0,6.0,,,
+FR-44,Loire-Atlantique,2020-04-29,,753.0,9.0,,,
+FR-44,Loire-Atlantique,2020-04-30,,758.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-01,,766.0,8.0,,,
+FR-44,Loire-Atlantique,2020-05-02,,769.0,3.0,,,
+FR-44,Loire-Atlantique,2020-05-03,,774.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-04,,777.0,3.0,,,
+FR-44,Loire-Atlantique,2020-05-05,,785.0,8.0,,,
+FR-44,Loire-Atlantique,2020-05-06,,791.0,6.0,,,
+FR-44,Loire-Atlantique,2020-05-07,,793.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-08,,798.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-09,,799.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-10,,800.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-11,,803.0,3.0,,,
+FR-44,Loire-Atlantique,2020-05-12,,804.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-13,,805.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-14,,813.0,8.0,,,
+FR-44,Loire-Atlantique,2020-05-15,,815.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-16,,816.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-17,,817.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-18,,817.0,0.0,,,
+FR-44,Loire-Atlantique,2020-05-19,,821.0,4.0,,,
+FR-44,Loire-Atlantique,2020-05-20,,821.0,0.0,,,
+FR-44,Loire-Atlantique,2020-05-21,,823.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-22,,824.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-23,,826.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-24,,832.0,6.0,,,
+FR-44,Loire-Atlantique,2020-05-25,,836.0,4.0,,,
+FR-44,Loire-Atlantique,2020-05-26,,841.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-27,,842.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-28,,844.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-29,,846.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-30,,852.0,6.0,,,
+FR-44,Loire-Atlantique,2020-05-31,,857.0,5.0,,,
+FR-44,Loire-Atlantique,2020-06-01,,858.0,1.0,,,
+FR-44,Loire-Atlantique,2020-06-02,,860.0,2.0,,,
+FR-44,Loire-Atlantique,2020-06-03,,860.0,0.0,,,
+FR-44,Loire-Atlantique,2020-06-04,,865.0,5.0,,,
+FR-44,Loire-Atlantique,2020-06-05,,872.0,7.0,,,
+FR-44,Loire-Atlantique,2020-06-06,,874.0,2.0,,,
+FR-44,Loire-Atlantique,2020-06-07,,876.0,2.0,,,
+FR-44,Loire-Atlantique,2020-06-08,,881.0,5.0,,,
+FR-45,Loiret,2020-03-19,,12.0,12.0,,,
+FR-45,Loiret,2020-03-20,,23.0,11.0,,,
+FR-45,Loiret,2020-03-21,,29.0,6.0,,,
+FR-45,Loiret,2020-03-22,,39.0,10.0,,,
+FR-45,Loiret,2020-03-23,,50.0,11.0,,,
+FR-45,Loiret,2020-03-24,,50.0,0.0,,,
+FR-45,Loiret,2020-03-25,,70.0,20.0,,,
+FR-45,Loiret,2020-03-26,,88.0,18.0,,,
+FR-45,Loiret,2020-03-27,,96.0,8.0,,,
+FR-45,Loiret,2020-03-28,,122.0,26.0,,,
+FR-45,Loiret,2020-03-29,,156.0,34.0,,,
+FR-45,Loiret,2020-03-30,,190.0,34.0,,,
+FR-45,Loiret,2020-03-31,,208.0,18.0,,,
+FR-45,Loiret,2020-04-01,,241.0,33.0,,,
+FR-45,Loiret,2020-04-02,,273.0,32.0,,,
+FR-45,Loiret,2020-04-03,,311.0,38.0,,,
+FR-45,Loiret,2020-04-04,,343.0,32.0,,,
+FR-45,Loiret,2020-04-05,,361.0,18.0,,,
+FR-45,Loiret,2020-04-06,,387.0,26.0,,,
+FR-45,Loiret,2020-04-07,,411.0,24.0,,,
+FR-45,Loiret,2020-04-08,,443.0,32.0,,,
+FR-45,Loiret,2020-04-09,,471.0,28.0,,,
+FR-45,Loiret,2020-04-10,,501.0,30.0,,,
+FR-45,Loiret,2020-04-11,,532.0,31.0,,,
+FR-45,Loiret,2020-04-12,,550.0,18.0,,,
+FR-45,Loiret,2020-04-13,,571.0,21.0,,,
+FR-45,Loiret,2020-04-14,,587.0,16.0,,,
+FR-45,Loiret,2020-04-15,,609.0,22.0,,,
+FR-45,Loiret,2020-04-16,,632.0,23.0,,,
+FR-45,Loiret,2020-04-17,,644.0,12.0,,,
+FR-45,Loiret,2020-04-18,,657.0,13.0,,,
+FR-45,Loiret,2020-04-19,,669.0,12.0,,,
+FR-45,Loiret,2020-04-20,,674.0,5.0,,,
+FR-45,Loiret,2020-04-21,,684.0,10.0,,,
+FR-45,Loiret,2020-04-22,,700.0,16.0,,,
+FR-45,Loiret,2020-04-23,,712.0,12.0,,,
+FR-45,Loiret,2020-04-24,,718.0,6.0,,,
+FR-45,Loiret,2020-04-25,,723.0,5.0,,,
+FR-45,Loiret,2020-04-26,,724.0,1.0,,,
+FR-45,Loiret,2020-04-27,,734.0,10.0,,,
+FR-45,Loiret,2020-04-28,,746.0,12.0,,,
+FR-45,Loiret,2020-04-29,,749.0,3.0,,,
+FR-45,Loiret,2020-04-30,,763.0,14.0,,,
+FR-45,Loiret,2020-05-01,,777.0,14.0,,,
+FR-45,Loiret,2020-05-02,,779.0,2.0,,,
+FR-45,Loiret,2020-05-03,,783.0,4.0,,,
+FR-45,Loiret,2020-05-04,,788.0,5.0,,,
+FR-45,Loiret,2020-05-05,,803.0,15.0,,,
+FR-45,Loiret,2020-05-06,,806.0,3.0,,,
+FR-45,Loiret,2020-05-07,,809.0,3.0,,,
+FR-45,Loiret,2020-05-08,,813.0,4.0,,,
+FR-45,Loiret,2020-05-09,,814.0,1.0,,,
+FR-45,Loiret,2020-05-10,,814.0,0.0,,,
+FR-45,Loiret,2020-05-11,,818.0,4.0,,,
+FR-45,Loiret,2020-05-12,,821.0,3.0,,,
+FR-45,Loiret,2020-05-13,,822.0,1.0,,,
+FR-45,Loiret,2020-05-14,,824.0,2.0,,,
+FR-45,Loiret,2020-05-15,,828.0,4.0,,,
+FR-45,Loiret,2020-05-16,,828.0,0.0,,,
+FR-45,Loiret,2020-05-17,,828.0,0.0,,,
+FR-45,Loiret,2020-05-18,,828.0,0.0,,,
+FR-45,Loiret,2020-05-19,,830.0,2.0,,,
+FR-45,Loiret,2020-05-20,,832.0,2.0,,,
+FR-45,Loiret,2020-05-21,,832.0,0.0,,,
+FR-45,Loiret,2020-05-22,,832.0,0.0,,,
+FR-45,Loiret,2020-05-23,,833.0,1.0,,,
+FR-45,Loiret,2020-05-24,,833.0,0.0,,,
+FR-45,Loiret,2020-05-25,,837.0,4.0,,,
+FR-45,Loiret,2020-05-26,,837.0,0.0,,,
+FR-45,Loiret,2020-05-27,,837.0,0.0,,,
+FR-45,Loiret,2020-05-28,,838.0,1.0,,,
+FR-45,Loiret,2020-05-29,,839.0,1.0,,,
+FR-45,Loiret,2020-05-30,,839.0,0.0,,,
+FR-45,Loiret,2020-05-31,,839.0,0.0,,,
+FR-45,Loiret,2020-06-01,,839.0,0.0,,,
+FR-45,Loiret,2020-06-02,,839.0,0.0,,,
+FR-45,Loiret,2020-06-03,,841.0,2.0,,,
+FR-45,Loiret,2020-06-04,,842.0,1.0,,,
+FR-45,Loiret,2020-06-05,,843.0,1.0,,,
+FR-45,Loiret,2020-06-06,,844.0,1.0,,,
+FR-45,Loiret,2020-06-07,,845.0,1.0,,,
+FR-45,Loiret,2020-06-08,,846.0,1.0,,,
+FR-46,Lot,2020-03-19,,1.0,1.0,,,
+FR-46,Lot,2020-03-20,,1.0,0.0,,,
+FR-46,Lot,2020-03-21,,5.0,4.0,,,
+FR-46,Lot,2020-03-22,,5.0,0.0,,,
+FR-46,Lot,2020-03-23,,5.0,0.0,,,
+FR-46,Lot,2020-03-24,,5.0,0.0,,,
+FR-46,Lot,2020-03-25,,6.0,1.0,,,
+FR-46,Lot,2020-03-26,,7.0,1.0,,,
+FR-46,Lot,2020-03-27,,7.0,0.0,,,
+FR-46,Lot,2020-03-28,,8.0,1.0,,,
+FR-46,Lot,2020-03-29,,12.0,4.0,,,
+FR-46,Lot,2020-03-30,,12.0,0.0,,,
+FR-46,Lot,2020-03-31,,12.0,0.0,,,
+FR-46,Lot,2020-04-01,,24.0,12.0,,,
+FR-46,Lot,2020-04-02,,29.0,5.0,,,
+FR-46,Lot,2020-04-03,,38.0,9.0,,,
+FR-46,Lot,2020-04-04,,38.0,0.0,,,
+FR-46,Lot,2020-04-05,,38.0,0.0,,,
+FR-46,Lot,2020-04-06,,47.0,9.0,,,
+FR-46,Lot,2020-04-07,,54.0,7.0,,,
+FR-46,Lot,2020-04-08,,59.0,5.0,,,
+FR-46,Lot,2020-04-09,,66.0,7.0,,,
+FR-46,Lot,2020-04-10,,71.0,5.0,,,
+FR-46,Lot,2020-04-11,,77.0,6.0,,,
+FR-46,Lot,2020-04-12,,77.0,0.0,,,
+FR-46,Lot,2020-04-13,,77.0,0.0,,,
+FR-46,Lot,2020-04-14,,84.0,7.0,,,
+FR-46,Lot,2020-04-15,,87.0,3.0,,,
+FR-46,Lot,2020-04-16,,89.0,2.0,,,
+FR-46,Lot,2020-04-17,,98.0,9.0,,,
+FR-46,Lot,2020-04-18,,124.0,26.0,,,
+FR-46,Lot,2020-04-19,,128.0,4.0,,,
+FR-46,Lot,2020-04-20,,145.0,17.0,,,
+FR-46,Lot,2020-04-21,,155.0,10.0,,,
+FR-46,Lot,2020-04-22,,158.0,3.0,,,
+FR-46,Lot,2020-04-23,,159.0,1.0,,,
+FR-46,Lot,2020-04-24,,169.0,10.0,,,
+FR-46,Lot,2020-04-25,,169.0,0.0,,,
+FR-46,Lot,2020-04-26,,169.0,0.0,,,
+FR-46,Lot,2020-04-27,,170.0,1.0,,,
+FR-46,Lot,2020-04-28,,173.0,3.0,,,
+FR-46,Lot,2020-04-29,,173.0,0.0,,,
+FR-46,Lot,2020-04-30,,174.0,1.0,,,
+FR-46,Lot,2020-05-01,,177.0,3.0,,,
+FR-46,Lot,2020-05-02,,185.0,8.0,,,
+FR-46,Lot,2020-05-03,,185.0,0.0,,,
+FR-46,Lot,2020-05-04,,185.0,0.0,,,
+FR-46,Lot,2020-05-05,,185.0,0.0,,,
+FR-46,Lot,2020-05-06,,187.0,2.0,,,
+FR-46,Lot,2020-05-07,,188.0,1.0,,,
+FR-46,Lot,2020-05-08,,189.0,1.0,,,
+FR-46,Lot,2020-05-09,,189.0,0.0,,,
+FR-46,Lot,2020-05-10,,189.0,0.0,,,
+FR-46,Lot,2020-05-11,,190.0,1.0,,,
+FR-46,Lot,2020-05-12,,190.0,0.0,,,
+FR-46,Lot,2020-05-13,,192.0,2.0,,,
+FR-46,Lot,2020-05-14,,192.0,0.0,,,
+FR-46,Lot,2020-05-15,,192.0,0.0,,,
+FR-46,Lot,2020-05-16,,192.0,0.0,,,
+FR-46,Lot,2020-05-17,,192.0,0.0,,,
+FR-46,Lot,2020-05-18,,194.0,2.0,,,
+FR-46,Lot,2020-05-19,,194.0,0.0,,,
+FR-46,Lot,2020-05-20,,194.0,0.0,,,
+FR-46,Lot,2020-05-21,,194.0,0.0,,,
+FR-46,Lot,2020-05-22,,194.0,0.0,,,
+FR-46,Lot,2020-05-23,,194.0,0.0,,,
+FR-46,Lot,2020-05-24,,196.0,2.0,,,
+FR-46,Lot,2020-05-25,,196.0,0.0,,,
+FR-46,Lot,2020-05-26,,196.0,0.0,,,
+FR-46,Lot,2020-05-27,,196.0,0.0,,,
+FR-46,Lot,2020-05-28,,198.0,2.0,,,
+FR-46,Lot,2020-05-29,,198.0,0.0,,,
+FR-46,Lot,2020-05-30,,198.0,0.0,,,
+FR-46,Lot,2020-05-31,,199.0,1.0,,,
+FR-46,Lot,2020-06-01,,200.0,1.0,,,
+FR-46,Lot,2020-06-02,,200.0,0.0,,,
+FR-46,Lot,2020-06-03,,200.0,0.0,,,
+FR-46,Lot,2020-06-04,,202.0,2.0,,,
+FR-46,Lot,2020-06-05,,202.0,0.0,,,
+FR-46,Lot,2020-06-06,,202.0,0.0,,,
+FR-46,Lot,2020-06-07,,202.0,0.0,,,
+FR-46,Lot,2020-06-08,,202.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-03-19,,0.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-03-20,,0.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-03-21,,3.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-22,,5.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-23,,10.0,5.0,,,
+FR-47,Lot-et-Garonne,2020-03-24,,13.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-25,,16.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-26,,18.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-27,,20.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-28,,28.0,8.0,,,
+FR-47,Lot-et-Garonne,2020-03-29,,30.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-30,,33.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-31,,33.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-01,,37.0,4.0,,,
+FR-47,Lot-et-Garonne,2020-04-02,,38.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-03,,40.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-04,,41.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-05,,43.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-06,,43.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-07,,45.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-08,,45.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-09,,46.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-10,,46.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-11,,46.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-12,,49.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-13,,49.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-14,,52.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-15,,55.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-16,,58.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-17,,63.0,5.0,,,
+FR-47,Lot-et-Garonne,2020-04-18,,66.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-19,,69.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-20,,69.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-21,,71.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-22,,72.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-23,,72.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-24,,72.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-25,,72.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-26,,73.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-27,,74.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-28,,74.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-29,,77.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-30,,78.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-01,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-02,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-03,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-04,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-05,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-06,,81.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-05-07,,84.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-05-08,,84.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-09,,84.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-10,,85.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-11,,87.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-05-12,,87.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-13,,87.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-14,,87.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-15,,88.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-16,,89.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-17,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-18,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-19,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-20,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-21,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-22,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-23,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-24,,90.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-25,,92.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-05-26,,92.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-27,,92.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-28,,93.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-29,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-30,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-31,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-01,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-02,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-03,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-04,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-05,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-06,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-07,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-08,,93.0,0.0,,,
+FR-48,Lozère,2020-03-19,,0.0,0.0,,,
+FR-48,Lozère,2020-03-20,,0.0,0.0,,,
+FR-48,Lozère,2020-03-21,,0.0,0.0,,,
+FR-48,Lozère,2020-03-22,,2.0,2.0,,,
+FR-48,Lozère,2020-03-23,,4.0,2.0,,,
+FR-48,Lozère,2020-03-24,,8.0,4.0,,,
+FR-48,Lozère,2020-03-25,,9.0,1.0,,,
+FR-48,Lozère,2020-03-26,,9.0,0.0,,,
+FR-48,Lozère,2020-03-27,,9.0,0.0,,,
+FR-48,Lozère,2020-03-28,,11.0,2.0,,,
+FR-48,Lozère,2020-03-29,,12.0,1.0,,,
+FR-48,Lozère,2020-03-30,,13.0,1.0,,,
+FR-48,Lozère,2020-03-31,,13.0,0.0,,,
+FR-48,Lozère,2020-04-01,,15.0,2.0,,,
+FR-48,Lozère,2020-04-02,,16.0,1.0,,,
+FR-48,Lozère,2020-04-03,,16.0,0.0,,,
+FR-48,Lozère,2020-04-04,,16.0,0.0,,,
+FR-48,Lozère,2020-04-05,,16.0,0.0,,,
+FR-48,Lozère,2020-04-06,,16.0,0.0,,,
+FR-48,Lozère,2020-04-07,,16.0,0.0,,,
+FR-48,Lozère,2020-04-08,,16.0,0.0,,,
+FR-48,Lozère,2020-04-09,,16.0,0.0,,,
+FR-48,Lozère,2020-04-10,,16.0,0.0,,,
+FR-48,Lozère,2020-04-11,,16.0,0.0,,,
+FR-48,Lozère,2020-04-12,,16.0,0.0,,,
+FR-48,Lozère,2020-04-13,,16.0,0.0,,,
+FR-48,Lozère,2020-04-14,,16.0,0.0,,,
+FR-48,Lozère,2020-04-15,,16.0,0.0,,,
+FR-48,Lozère,2020-04-16,,16.0,0.0,,,
+FR-48,Lozère,2020-04-17,,16.0,0.0,,,
+FR-48,Lozère,2020-04-18,,16.0,0.0,,,
+FR-48,Lozère,2020-04-19,,16.0,0.0,,,
+FR-48,Lozère,2020-04-20,,16.0,0.0,,,
+FR-48,Lozère,2020-04-21,,16.0,0.0,,,
+FR-48,Lozère,2020-04-22,,16.0,0.0,,,
+FR-48,Lozère,2020-04-23,,16.0,0.0,,,
+FR-48,Lozère,2020-04-24,,16.0,0.0,,,
+FR-48,Lozère,2020-04-25,,16.0,0.0,,,
+FR-48,Lozère,2020-04-26,,16.0,0.0,,,
+FR-48,Lozère,2020-04-27,,16.0,0.0,,,
+FR-48,Lozère,2020-04-28,,16.0,0.0,,,
+FR-48,Lozère,2020-04-29,,16.0,0.0,,,
+FR-48,Lozère,2020-04-30,,16.0,0.0,,,
+FR-48,Lozère,2020-05-01,,19.0,3.0,,,
+FR-48,Lozère,2020-05-02,,19.0,0.0,,,
+FR-48,Lozère,2020-05-03,,20.0,1.0,,,
+FR-48,Lozère,2020-05-04,,20.0,0.0,,,
+FR-48,Lozère,2020-05-05,,20.0,0.0,,,
+FR-48,Lozère,2020-05-06,,20.0,0.0,,,
+FR-48,Lozère,2020-05-07,,20.0,0.0,,,
+FR-48,Lozère,2020-05-08,,20.0,0.0,,,
+FR-48,Lozère,2020-05-09,,20.0,0.0,,,
+FR-48,Lozère,2020-05-10,,20.0,0.0,,,
+FR-48,Lozère,2020-05-11,,20.0,0.0,,,
+FR-48,Lozère,2020-05-12,,20.0,0.0,,,
+FR-48,Lozère,2020-05-13,,22.0,2.0,,,
+FR-48,Lozère,2020-05-14,,22.0,0.0,,,
+FR-48,Lozère,2020-05-15,,22.0,0.0,,,
+FR-48,Lozère,2020-05-16,,22.0,0.0,,,
+FR-48,Lozère,2020-05-17,,22.0,0.0,,,
+FR-48,Lozère,2020-05-18,,22.0,0.0,,,
+FR-48,Lozère,2020-05-19,,22.0,0.0,,,
+FR-48,Lozère,2020-05-20,,23.0,1.0,,,
+FR-48,Lozère,2020-05-21,,23.0,0.0,,,
+FR-48,Lozère,2020-05-22,,23.0,0.0,,,
+FR-48,Lozère,2020-05-23,,23.0,0.0,,,
+FR-48,Lozère,2020-05-24,,23.0,0.0,,,
+FR-48,Lozère,2020-05-25,,24.0,1.0,,,
+FR-48,Lozère,2020-05-26,,24.0,0.0,,,
+FR-48,Lozère,2020-05-27,,24.0,0.0,,,
+FR-48,Lozère,2020-05-28,,24.0,0.0,,,
+FR-48,Lozère,2020-05-29,,24.0,0.0,,,
+FR-48,Lozère,2020-05-30,,24.0,0.0,,,
+FR-48,Lozère,2020-05-31,,24.0,0.0,,,
+FR-48,Lozère,2020-06-01,,24.0,0.0,,,
+FR-48,Lozère,2020-06-02,,24.0,0.0,,,
+FR-48,Lozère,2020-06-03,,24.0,0.0,,,
+FR-48,Lozère,2020-06-04,,24.0,0.0,,,
+FR-48,Lozère,2020-06-05,,24.0,0.0,,,
+FR-48,Lozère,2020-06-06,,24.0,0.0,,,
+FR-48,Lozère,2020-06-07,,24.0,0.0,,,
+FR-48,Lozère,2020-06-08,,24.0,0.0,,,
+FR-49,Maine-et-Loire,2020-03-19,,13.0,13.0,,,
+FR-49,Maine-et-Loire,2020-03-20,,22.0,9.0,,,
+FR-49,Maine-et-Loire,2020-03-21,,30.0,8.0,,,
+FR-49,Maine-et-Loire,2020-03-22,,37.0,7.0,,,
+FR-49,Maine-et-Loire,2020-03-23,,65.0,28.0,,,
+FR-49,Maine-et-Loire,2020-03-24,,83.0,18.0,,,
+FR-49,Maine-et-Loire,2020-03-25,,101.0,18.0,,,
+FR-49,Maine-et-Loire,2020-03-26,,126.0,25.0,,,
+FR-49,Maine-et-Loire,2020-03-27,,150.0,24.0,,,
+FR-49,Maine-et-Loire,2020-03-28,,169.0,19.0,,,
+FR-49,Maine-et-Loire,2020-03-29,,191.0,22.0,,,
+FR-49,Maine-et-Loire,2020-03-30,,214.0,23.0,,,
+FR-49,Maine-et-Loire,2020-03-31,,256.0,42.0,,,
+FR-49,Maine-et-Loire,2020-04-01,,281.0,25.0,,,
+FR-49,Maine-et-Loire,2020-04-02,,301.0,20.0,,,
+FR-49,Maine-et-Loire,2020-04-03,,317.0,16.0,,,
+FR-49,Maine-et-Loire,2020-04-04,,325.0,8.0,,,
+FR-49,Maine-et-Loire,2020-04-05,,335.0,10.0,,,
+FR-49,Maine-et-Loire,2020-04-06,,347.0,12.0,,,
+FR-49,Maine-et-Loire,2020-04-07,,382.0,35.0,,,
+FR-49,Maine-et-Loire,2020-04-08,,406.0,24.0,,,
+FR-49,Maine-et-Loire,2020-04-09,,427.0,21.0,,,
+FR-49,Maine-et-Loire,2020-04-10,,447.0,20.0,,,
+FR-49,Maine-et-Loire,2020-04-11,,471.0,24.0,,,
+FR-49,Maine-et-Loire,2020-04-12,,491.0,20.0,,,
+FR-49,Maine-et-Loire,2020-04-13,,503.0,12.0,,,
+FR-49,Maine-et-Loire,2020-04-14,,519.0,16.0,,,
+FR-49,Maine-et-Loire,2020-04-15,,530.0,11.0,,,
+FR-49,Maine-et-Loire,2020-04-16,,557.0,27.0,,,
+FR-49,Maine-et-Loire,2020-04-17,,565.0,8.0,,,
+FR-49,Maine-et-Loire,2020-04-18,,572.0,7.0,,,
+FR-49,Maine-et-Loire,2020-04-19,,575.0,3.0,,,
+FR-49,Maine-et-Loire,2020-04-20,,583.0,8.0,,,
+FR-49,Maine-et-Loire,2020-04-21,,587.0,4.0,,,
+FR-49,Maine-et-Loire,2020-04-22,,601.0,14.0,,,
+FR-49,Maine-et-Loire,2020-04-23,,617.0,16.0,,,
+FR-49,Maine-et-Loire,2020-04-24,,620.0,3.0,,,
+FR-49,Maine-et-Loire,2020-04-25,,623.0,3.0,,,
+FR-49,Maine-et-Loire,2020-04-26,,623.0,0.0,,,
+FR-49,Maine-et-Loire,2020-04-27,,636.0,13.0,,,
+FR-49,Maine-et-Loire,2020-04-28,,645.0,9.0,,,
+FR-49,Maine-et-Loire,2020-04-29,,652.0,7.0,,,
+FR-49,Maine-et-Loire,2020-04-30,,658.0,6.0,,,
+FR-49,Maine-et-Loire,2020-05-01,,660.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-02,,661.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-03,,664.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-04,,671.0,7.0,,,
+FR-49,Maine-et-Loire,2020-05-05,,682.0,11.0,,,
+FR-49,Maine-et-Loire,2020-05-06,,690.0,8.0,,,
+FR-49,Maine-et-Loire,2020-05-07,,690.0,0.0,,,
+FR-49,Maine-et-Loire,2020-05-08,,692.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-09,,693.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-10,,696.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-11,,701.0,5.0,,,
+FR-49,Maine-et-Loire,2020-05-12,,706.0,5.0,,,
+FR-49,Maine-et-Loire,2020-05-13,,709.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-14,,713.0,4.0,,,
+FR-49,Maine-et-Loire,2020-05-15,,727.0,14.0,,,
+FR-49,Maine-et-Loire,2020-05-16,,729.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-17,,732.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-18,,737.0,5.0,,,
+FR-49,Maine-et-Loire,2020-05-19,,738.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-20,,742.0,4.0,,,
+FR-49,Maine-et-Loire,2020-05-21,,745.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-22,,751.0,6.0,,,
+FR-49,Maine-et-Loire,2020-05-23,,755.0,4.0,,,
+FR-49,Maine-et-Loire,2020-05-24,,757.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-25,,759.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-26,,760.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-27,,762.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-28,,765.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-29,,767.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-30,,768.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-31,,771.0,3.0,,,
+FR-49,Maine-et-Loire,2020-06-01,,772.0,1.0,,,
+FR-49,Maine-et-Loire,2020-06-02,,773.0,1.0,,,
+FR-49,Maine-et-Loire,2020-06-03,,773.0,0.0,,,
+FR-49,Maine-et-Loire,2020-06-04,,775.0,2.0,,,
+FR-49,Maine-et-Loire,2020-06-05,,777.0,2.0,,,
+FR-49,Maine-et-Loire,2020-06-06,,779.0,2.0,,,
+FR-49,Maine-et-Loire,2020-06-07,,780.0,1.0,,,
+FR-49,Maine-et-Loire,2020-06-08,,782.0,2.0,,,
+FR-50,Manche,2020-03-19,,0.0,0.0,,,
+FR-50,Manche,2020-03-20,,6.0,6.0,,,
+FR-50,Manche,2020-03-21,,12.0,6.0,,,
+FR-50,Manche,2020-03-22,,14.0,2.0,,,
+FR-50,Manche,2020-03-23,,16.0,2.0,,,
+FR-50,Manche,2020-03-24,,18.0,2.0,,,
+FR-50,Manche,2020-03-25,,24.0,6.0,,,
+FR-50,Manche,2020-03-26,,26.0,2.0,,,
+FR-50,Manche,2020-03-27,,33.0,7.0,,,
+FR-50,Manche,2020-03-28,,39.0,6.0,,,
+FR-50,Manche,2020-03-29,,48.0,9.0,,,
+FR-50,Manche,2020-03-30,,60.0,12.0,,,
+FR-50,Manche,2020-03-31,,65.0,5.0,,,
+FR-50,Manche,2020-04-01,,75.0,10.0,,,
+FR-50,Manche,2020-04-02,,84.0,9.0,,,
+FR-50,Manche,2020-04-03,,91.0,7.0,,,
+FR-50,Manche,2020-04-04,,100.0,9.0,,,
+FR-50,Manche,2020-04-05,,112.0,12.0,,,
+FR-50,Manche,2020-04-06,,114.0,2.0,,,
+FR-50,Manche,2020-04-07,,122.0,8.0,,,
+FR-50,Manche,2020-04-08,,123.0,1.0,,,
+FR-50,Manche,2020-04-09,,132.0,9.0,,,
+FR-50,Manche,2020-04-10,,142.0,10.0,,,
+FR-50,Manche,2020-04-11,,144.0,2.0,,,
+FR-50,Manche,2020-04-12,,147.0,3.0,,,
+FR-50,Manche,2020-04-13,,148.0,1.0,,,
+FR-50,Manche,2020-04-14,,159.0,11.0,,,
+FR-50,Manche,2020-04-15,,165.0,6.0,,,
+FR-50,Manche,2020-04-16,,170.0,5.0,,,
+FR-50,Manche,2020-04-17,,171.0,1.0,,,
+FR-50,Manche,2020-04-18,,174.0,3.0,,,
+FR-50,Manche,2020-04-19,,179.0,5.0,,,
+FR-50,Manche,2020-04-20,,186.0,7.0,,,
+FR-50,Manche,2020-04-21,,188.0,2.0,,,
+FR-50,Manche,2020-04-22,,189.0,1.0,,,
+FR-50,Manche,2020-04-23,,193.0,4.0,,,
+FR-50,Manche,2020-04-24,,193.0,0.0,,,
+FR-50,Manche,2020-04-25,,193.0,0.0,,,
+FR-50,Manche,2020-04-26,,194.0,1.0,,,
+FR-50,Manche,2020-04-27,,195.0,1.0,,,
+FR-50,Manche,2020-04-28,,199.0,4.0,,,
+FR-50,Manche,2020-04-29,,202.0,3.0,,,
+FR-50,Manche,2020-04-30,,205.0,3.0,,,
+FR-50,Manche,2020-05-01,,207.0,2.0,,,
+FR-50,Manche,2020-05-02,,208.0,1.0,,,
+FR-50,Manche,2020-05-03,,210.0,2.0,,,
+FR-50,Manche,2020-05-04,,216.0,6.0,,,
+FR-50,Manche,2020-05-05,,218.0,2.0,,,
+FR-50,Manche,2020-05-06,,218.0,0.0,,,
+FR-50,Manche,2020-05-07,,219.0,1.0,,,
+FR-50,Manche,2020-05-08,,220.0,1.0,,,
+FR-50,Manche,2020-05-09,,220.0,0.0,,,
+FR-50,Manche,2020-05-10,,220.0,0.0,,,
+FR-50,Manche,2020-05-11,,220.0,0.0,,,
+FR-50,Manche,2020-05-12,,223.0,3.0,,,
+FR-50,Manche,2020-05-13,,226.0,3.0,,,
+FR-50,Manche,2020-05-14,,226.0,0.0,,,
+FR-50,Manche,2020-05-15,,226.0,0.0,,,
+FR-50,Manche,2020-05-16,,226.0,0.0,,,
+FR-50,Manche,2020-05-17,,226.0,0.0,,,
+FR-50,Manche,2020-05-18,,227.0,1.0,,,
+FR-50,Manche,2020-05-19,,227.0,0.0,,,
+FR-50,Manche,2020-05-20,,227.0,0.0,,,
+FR-50,Manche,2020-05-21,,227.0,0.0,,,
+FR-50,Manche,2020-05-22,,228.0,1.0,,,
+FR-50,Manche,2020-05-23,,228.0,0.0,,,
+FR-50,Manche,2020-05-24,,232.0,4.0,,,
+FR-50,Manche,2020-05-25,,234.0,2.0,,,
+FR-50,Manche,2020-05-26,,236.0,2.0,,,
+FR-50,Manche,2020-05-27,,236.0,0.0,,,
+FR-50,Manche,2020-05-28,,236.0,0.0,,,
+FR-50,Manche,2020-05-29,,237.0,1.0,,,
+FR-50,Manche,2020-05-30,,237.0,0.0,,,
+FR-50,Manche,2020-05-31,,237.0,0.0,,,
+FR-50,Manche,2020-06-01,,237.0,0.0,,,
+FR-50,Manche,2020-06-02,,237.0,0.0,,,
+FR-50,Manche,2020-06-03,,239.0,2.0,,,
+FR-50,Manche,2020-06-04,,239.0,0.0,,,
+FR-50,Manche,2020-06-05,,240.0,1.0,,,
+FR-50,Manche,2020-06-06,,244.0,4.0,,,
+FR-50,Manche,2020-06-07,,244.0,0.0,,,
+FR-50,Manche,2020-06-08,,244.0,0.0,,,
+FR-51,Marne,2020-03-19,,25.0,25.0,,,
+FR-51,Marne,2020-03-20,,41.0,16.0,,,
+FR-51,Marne,2020-03-21,,67.0,26.0,,,
+FR-51,Marne,2020-03-22,,95.0,28.0,,,
+FR-51,Marne,2020-03-23,,128.0,33.0,,,
+FR-51,Marne,2020-03-24,,176.0,48.0,,,
+FR-51,Marne,2020-03-25,,234.0,58.0,,,
+FR-51,Marne,2020-03-26,,261.0,27.0,,,
+FR-51,Marne,2020-03-27,,292.0,31.0,,,
+FR-51,Marne,2020-03-28,,372.0,80.0,,,
+FR-51,Marne,2020-03-29,,398.0,26.0,,,
+FR-51,Marne,2020-03-30,,431.0,33.0,,,
+FR-51,Marne,2020-03-31,,531.0,100.0,,,
+FR-51,Marne,2020-04-01,,580.0,49.0,,,
+FR-51,Marne,2020-04-02,,636.0,56.0,,,
+FR-51,Marne,2020-04-03,,659.0,23.0,,,
+FR-51,Marne,2020-04-04,,706.0,47.0,,,
+FR-51,Marne,2020-04-05,,713.0,7.0,,,
+FR-51,Marne,2020-04-06,,742.0,29.0,,,
+FR-51,Marne,2020-04-07,,800.0,58.0,,,
+FR-51,Marne,2020-04-08,,836.0,36.0,,,
+FR-51,Marne,2020-04-09,,870.0,34.0,,,
+FR-51,Marne,2020-04-10,,912.0,42.0,,,
+FR-51,Marne,2020-04-11,,928.0,16.0,,,
+FR-51,Marne,2020-04-12,,960.0,32.0,,,
+FR-51,Marne,2020-04-13,,980.0,20.0,,,
+FR-51,Marne,2020-04-14,,999.0,19.0,,,
+FR-51,Marne,2020-04-15,,1037.0,38.0,,,
+FR-51,Marne,2020-04-16,,1045.0,8.0,,,
+FR-51,Marne,2020-04-17,,1073.0,28.0,,,
+FR-51,Marne,2020-04-18,,1087.0,14.0,,,
+FR-51,Marne,2020-04-19,,1098.0,11.0,,,
+FR-51,Marne,2020-04-20,,1115.0,17.0,,,
+FR-51,Marne,2020-04-21,,1151.0,36.0,,,
+FR-51,Marne,2020-04-22,,1173.0,22.0,,,
+FR-51,Marne,2020-04-23,,1185.0,12.0,,,
+FR-51,Marne,2020-04-24,,1208.0,23.0,,,
+FR-51,Marne,2020-04-25,,1216.0,8.0,,,
+FR-51,Marne,2020-04-26,,1221.0,5.0,,,
+FR-51,Marne,2020-04-27,,1228.0,7.0,,,
+FR-51,Marne,2020-04-28,,1247.0,19.0,,,
+FR-51,Marne,2020-04-29,,1255.0,8.0,,,
+FR-51,Marne,2020-04-30,,1267.0,12.0,,,
+FR-51,Marne,2020-05-01,,1276.0,9.0,,,
+FR-51,Marne,2020-05-02,,1286.0,10.0,,,
+FR-51,Marne,2020-05-03,,1294.0,8.0,,,
+FR-51,Marne,2020-05-04,,1300.0,6.0,,,
+FR-51,Marne,2020-05-05,,1307.0,7.0,,,
+FR-51,Marne,2020-05-06,,1311.0,4.0,,,
+FR-51,Marne,2020-05-07,,1330.0,19.0,,,
+FR-51,Marne,2020-05-08,,1333.0,3.0,,,
+FR-51,Marne,2020-05-09,,1338.0,5.0,,,
+FR-51,Marne,2020-05-10,,1338.0,0.0,,,
+FR-51,Marne,2020-05-11,,1341.0,3.0,,,
+FR-51,Marne,2020-05-12,,1350.0,9.0,,,
+FR-51,Marne,2020-05-13,,1355.0,5.0,,,
+FR-51,Marne,2020-05-14,,1357.0,2.0,,,
+FR-51,Marne,2020-05-15,,1365.0,8.0,,,
+FR-51,Marne,2020-05-16,,1366.0,1.0,,,
+FR-51,Marne,2020-05-17,,1368.0,2.0,,,
+FR-51,Marne,2020-05-18,,1377.0,9.0,,,
+FR-51,Marne,2020-05-19,,1379.0,2.0,,,
+FR-51,Marne,2020-05-20,,1380.0,1.0,,,
+FR-51,Marne,2020-05-21,,1383.0,3.0,,,
+FR-51,Marne,2020-05-22,,1384.0,1.0,,,
+FR-51,Marne,2020-05-23,,1391.0,7.0,,,
+FR-51,Marne,2020-05-24,,1394.0,3.0,,,
+FR-51,Marne,2020-05-25,,1396.0,2.0,,,
+FR-51,Marne,2020-05-26,,1400.0,4.0,,,
+FR-51,Marne,2020-05-27,,1401.0,1.0,,,
+FR-51,Marne,2020-05-28,,1404.0,3.0,,,
+FR-51,Marne,2020-05-29,,1408.0,4.0,,,
+FR-51,Marne,2020-05-30,,1410.0,2.0,,,
+FR-51,Marne,2020-05-31,,1410.0,0.0,,,
+FR-51,Marne,2020-06-01,,1410.0,0.0,,,
+FR-51,Marne,2020-06-02,,1413.0,3.0,,,
+FR-51,Marne,2020-06-03,,1415.0,2.0,,,
+FR-51,Marne,2020-06-04,,1416.0,1.0,,,
+FR-51,Marne,2020-06-05,,1417.0,1.0,,,
+FR-51,Marne,2020-06-06,,1417.0,0.0,,,
+FR-51,Marne,2020-06-07,,1419.0,2.0,,,
+FR-51,Marne,2020-06-08,,1421.0,2.0,,,
+FR-52,Haute-Marne,2020-03-19,,0.0,0.0,,,
+FR-52,Haute-Marne,2020-03-20,,13.0,13.0,,,
+FR-52,Haute-Marne,2020-03-21,,15.0,2.0,,,
+FR-52,Haute-Marne,2020-03-22,,17.0,2.0,,,
+FR-52,Haute-Marne,2020-03-23,,17.0,0.0,,,
+FR-52,Haute-Marne,2020-03-24,,32.0,15.0,,,
+FR-52,Haute-Marne,2020-03-25,,32.0,0.0,,,
+FR-52,Haute-Marne,2020-03-26,,48.0,16.0,,,
+FR-52,Haute-Marne,2020-03-27,,66.0,18.0,,,
+FR-52,Haute-Marne,2020-03-28,,71.0,5.0,,,
+FR-52,Haute-Marne,2020-03-29,,71.0,0.0,,,
+FR-52,Haute-Marne,2020-03-30,,73.0,2.0,,,
+FR-52,Haute-Marne,2020-03-31,,84.0,11.0,,,
+FR-52,Haute-Marne,2020-04-01,,86.0,2.0,,,
+FR-52,Haute-Marne,2020-04-02,,89.0,3.0,,,
+FR-52,Haute-Marne,2020-04-03,,122.0,33.0,,,
+FR-52,Haute-Marne,2020-04-04,,155.0,33.0,,,
+FR-52,Haute-Marne,2020-04-05,,160.0,5.0,,,
+FR-52,Haute-Marne,2020-04-06,,179.0,19.0,,,
+FR-52,Haute-Marne,2020-04-07,,200.0,21.0,,,
+FR-52,Haute-Marne,2020-04-08,,207.0,7.0,,,
+FR-52,Haute-Marne,2020-04-09,,216.0,9.0,,,
+FR-52,Haute-Marne,2020-04-10,,228.0,12.0,,,
+FR-52,Haute-Marne,2020-04-11,,236.0,8.0,,,
+FR-52,Haute-Marne,2020-04-12,,242.0,6.0,,,
+FR-52,Haute-Marne,2020-04-13,,244.0,2.0,,,
+FR-52,Haute-Marne,2020-04-14,,248.0,4.0,,,
+FR-52,Haute-Marne,2020-04-15,,255.0,7.0,,,
+FR-52,Haute-Marne,2020-04-16,,260.0,5.0,,,
+FR-52,Haute-Marne,2020-04-17,,264.0,4.0,,,
+FR-52,Haute-Marne,2020-04-18,,273.0,9.0,,,
+FR-52,Haute-Marne,2020-04-19,,277.0,4.0,,,
+FR-52,Haute-Marne,2020-04-20,,279.0,2.0,,,
+FR-52,Haute-Marne,2020-04-21,,311.0,32.0,,,
+FR-52,Haute-Marne,2020-04-22,,317.0,6.0,,,
+FR-52,Haute-Marne,2020-04-23,,318.0,1.0,,,
+FR-52,Haute-Marne,2020-04-24,,319.0,1.0,,,
+FR-52,Haute-Marne,2020-04-25,,327.0,8.0,,,
+FR-52,Haute-Marne,2020-04-26,,327.0,0.0,,,
+FR-52,Haute-Marne,2020-04-27,,327.0,0.0,,,
+FR-52,Haute-Marne,2020-04-28,,331.0,4.0,,,
+FR-52,Haute-Marne,2020-04-29,,333.0,2.0,,,
+FR-52,Haute-Marne,2020-04-30,,334.0,1.0,,,
+FR-52,Haute-Marne,2020-05-01,,336.0,2.0,,,
+FR-52,Haute-Marne,2020-05-02,,337.0,1.0,,,
+FR-52,Haute-Marne,2020-05-03,,340.0,3.0,,,
+FR-52,Haute-Marne,2020-05-04,,350.0,10.0,,,
+FR-52,Haute-Marne,2020-05-05,,352.0,2.0,,,
+FR-52,Haute-Marne,2020-05-06,,354.0,2.0,,,
+FR-52,Haute-Marne,2020-05-07,,378.0,24.0,,,
+FR-52,Haute-Marne,2020-05-08,,387.0,9.0,,,
+FR-52,Haute-Marne,2020-05-09,,394.0,7.0,,,
+FR-52,Haute-Marne,2020-05-10,,394.0,0.0,,,
+FR-52,Haute-Marne,2020-05-11,,396.0,2.0,,,
+FR-52,Haute-Marne,2020-05-12,,401.0,5.0,,,
+FR-52,Haute-Marne,2020-05-13,,406.0,5.0,,,
+FR-52,Haute-Marne,2020-05-14,,410.0,4.0,,,
+FR-52,Haute-Marne,2020-05-15,,412.0,2.0,,,
+FR-52,Haute-Marne,2020-05-16,,413.0,1.0,,,
+FR-52,Haute-Marne,2020-05-17,,413.0,0.0,,,
+FR-52,Haute-Marne,2020-05-18,,416.0,3.0,,,
+FR-52,Haute-Marne,2020-05-19,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-20,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-21,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-22,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-23,,420.0,4.0,,,
+FR-52,Haute-Marne,2020-05-24,,420.0,0.0,,,
+FR-52,Haute-Marne,2020-05-25,,421.0,1.0,,,
+FR-52,Haute-Marne,2020-05-26,,421.0,0.0,,,
+FR-52,Haute-Marne,2020-05-27,,425.0,4.0,,,
+FR-52,Haute-Marne,2020-05-28,,436.0,11.0,,,
+FR-52,Haute-Marne,2020-05-29,,443.0,7.0,,,
+FR-52,Haute-Marne,2020-05-30,,443.0,0.0,,,
+FR-52,Haute-Marne,2020-05-31,,444.0,1.0,,,
+FR-52,Haute-Marne,2020-06-01,,446.0,2.0,,,
+FR-52,Haute-Marne,2020-06-02,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-03,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-04,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-05,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-06,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-07,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-08,,446.0,0.0,,,
+FR-53,Mayenne,2020-03-19,,3.0,3.0,,,
+FR-53,Mayenne,2020-03-20,,4.0,1.0,,,
+FR-53,Mayenne,2020-03-21,,5.0,1.0,,,
+FR-53,Mayenne,2020-03-22,,6.0,1.0,,,
+FR-53,Mayenne,2020-03-23,,12.0,6.0,,,
+FR-53,Mayenne,2020-03-24,,12.0,0.0,,,
+FR-53,Mayenne,2020-03-25,,19.0,7.0,,,
+FR-53,Mayenne,2020-03-26,,28.0,9.0,,,
+FR-53,Mayenne,2020-03-27,,46.0,18.0,,,
+FR-53,Mayenne,2020-03-28,,49.0,3.0,,,
+FR-53,Mayenne,2020-03-29,,57.0,8.0,,,
+FR-53,Mayenne,2020-03-30,,61.0,4.0,,,
+FR-53,Mayenne,2020-03-31,,70.0,9.0,,,
+FR-53,Mayenne,2020-04-01,,73.0,3.0,,,
+FR-53,Mayenne,2020-04-02,,81.0,8.0,,,
+FR-53,Mayenne,2020-04-03,,87.0,6.0,,,
+FR-53,Mayenne,2020-04-04,,95.0,8.0,,,
+FR-53,Mayenne,2020-04-05,,97.0,2.0,,,
+FR-53,Mayenne,2020-04-06,,99.0,2.0,,,
+FR-53,Mayenne,2020-04-07,,101.0,2.0,,,
+FR-53,Mayenne,2020-04-08,,109.0,8.0,,,
+FR-53,Mayenne,2020-04-09,,115.0,6.0,,,
+FR-53,Mayenne,2020-04-10,,119.0,4.0,,,
+FR-53,Mayenne,2020-04-11,,120.0,1.0,,,
+FR-53,Mayenne,2020-04-12,,124.0,4.0,,,
+FR-53,Mayenne,2020-04-13,,126.0,2.0,,,
+FR-53,Mayenne,2020-04-14,,130.0,4.0,,,
+FR-53,Mayenne,2020-04-15,,144.0,14.0,,,
+FR-53,Mayenne,2020-04-16,,165.0,21.0,,,
+FR-53,Mayenne,2020-04-17,,170.0,5.0,,,
+FR-53,Mayenne,2020-04-18,,172.0,2.0,,,
+FR-53,Mayenne,2020-04-19,,174.0,2.0,,,
+FR-53,Mayenne,2020-04-20,,176.0,2.0,,,
+FR-53,Mayenne,2020-04-21,,179.0,3.0,,,
+FR-53,Mayenne,2020-04-22,,185.0,6.0,,,
+FR-53,Mayenne,2020-04-23,,186.0,1.0,,,
+FR-53,Mayenne,2020-04-24,,187.0,1.0,,,
+FR-53,Mayenne,2020-04-25,,187.0,0.0,,,
+FR-53,Mayenne,2020-04-26,,187.0,0.0,,,
+FR-53,Mayenne,2020-04-27,,191.0,4.0,,,
+FR-53,Mayenne,2020-04-28,,194.0,3.0,,,
+FR-53,Mayenne,2020-04-29,,197.0,3.0,,,
+FR-53,Mayenne,2020-04-30,,204.0,7.0,,,
+FR-53,Mayenne,2020-05-01,,204.0,0.0,,,
+FR-53,Mayenne,2020-05-02,,206.0,2.0,,,
+FR-53,Mayenne,2020-05-03,,206.0,0.0,,,
+FR-53,Mayenne,2020-05-04,,207.0,1.0,,,
+FR-53,Mayenne,2020-05-05,,213.0,6.0,,,
+FR-53,Mayenne,2020-05-06,,214.0,1.0,,,
+FR-53,Mayenne,2020-05-07,,214.0,0.0,,,
+FR-53,Mayenne,2020-05-08,,215.0,1.0,,,
+FR-53,Mayenne,2020-05-09,,215.0,0.0,,,
+FR-53,Mayenne,2020-05-10,,215.0,0.0,,,
+FR-53,Mayenne,2020-05-11,,215.0,0.0,,,
+FR-53,Mayenne,2020-05-12,,221.0,6.0,,,
+FR-53,Mayenne,2020-05-13,,221.0,0.0,,,
+FR-53,Mayenne,2020-05-14,,221.0,0.0,,,
+FR-53,Mayenne,2020-05-15,,223.0,2.0,,,
+FR-53,Mayenne,2020-05-16,,223.0,0.0,,,
+FR-53,Mayenne,2020-05-17,,223.0,0.0,,,
+FR-53,Mayenne,2020-05-18,,224.0,1.0,,,
+FR-53,Mayenne,2020-05-19,,224.0,0.0,,,
+FR-53,Mayenne,2020-05-20,,225.0,1.0,,,
+FR-53,Mayenne,2020-05-21,,225.0,0.0,,,
+FR-53,Mayenne,2020-05-22,,226.0,1.0,,,
+FR-53,Mayenne,2020-05-23,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-24,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-25,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-26,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-27,,228.0,2.0,,,
+FR-53,Mayenne,2020-05-28,,229.0,1.0,,,
+FR-53,Mayenne,2020-05-29,,230.0,1.0,,,
+FR-53,Mayenne,2020-05-30,,230.0,0.0,,,
+FR-53,Mayenne,2020-05-31,,230.0,0.0,,,
+FR-53,Mayenne,2020-06-01,,231.0,1.0,,,
+FR-53,Mayenne,2020-06-02,,232.0,1.0,,,
+FR-53,Mayenne,2020-06-03,,232.0,0.0,,,
+FR-53,Mayenne,2020-06-04,,232.0,0.0,,,
+FR-53,Mayenne,2020-06-05,,233.0,1.0,,,
+FR-53,Mayenne,2020-06-06,,233.0,0.0,,,
+FR-53,Mayenne,2020-06-07,,233.0,0.0,,,
+FR-53,Mayenne,2020-06-08,,233.0,0.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-19,,14.0,14.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-20,,23.0,9.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-21,,42.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-22,,86.0,44.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-23,,110.0,24.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-24,,152.0,42.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-25,,197.0,45.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-26,,224.0,27.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-27,,280.0,56.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-28,,356.0,76.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-29,,377.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-30,,449.0,72.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-31,,484.0,35.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-01,,559.0,75.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-02,,660.0,101.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-03,,735.0,75.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-04,,762.0,27.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-05,,775.0,13.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-06,,823.0,48.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-07,,859.0,36.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-08,,915.0,56.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-09,,939.0,24.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-10,,1022.0,83.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-11,,1040.0,18.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-12,,1063.0,23.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-13,,1084.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-14,,1117.0,33.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-15,,1153.0,36.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-16,,1172.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-17,,1190.0,18.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-18,,1216.0,26.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-19,,1225.0,9.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-20,,1237.0,12.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-21,,1258.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-22,,1277.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-23,,1303.0,26.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-24,,1322.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-25,,1357.0,35.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-26,,1361.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-27,,1377.0,16.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-28,,1400.0,23.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-29,,1421.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-30,,1437.0,16.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-01,,1456.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-02,,1462.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-03,,1463.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-04,,1472.0,9.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-05,,1480.0,8.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-06,,1497.0,17.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-07,,1507.0,10.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-08,,1519.0,12.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-09,,1520.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-10,,1538.0,18.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-11,,1542.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-12,,1556.0,14.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-13,,1569.0,13.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-14,,1575.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-15,,1583.0,8.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-16,,1587.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-17,,1588.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-18,,1591.0,3.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-19,,1602.0,11.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-20,,1604.0,2.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-21,,1608.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-22,,1614.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-23,,1622.0,8.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-24,,1627.0,5.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-25,,1648.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-26,,1655.0,7.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-27,,1661.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-28,,1665.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-29,,1670.0,5.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-30,,1672.0,2.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-31,,1673.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-01,,1673.0,0.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-02,,1675.0,2.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-03,,1680.0,5.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-04,,1684.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-05,,1688.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-06,,1699.0,11.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-07,,1700.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-08,,1704.0,4.0,,,
+FR-55,Meuse,2020-03-19,,37.0,37.0,,,
+FR-55,Meuse,2020-03-20,,42.0,5.0,,,
+FR-55,Meuse,2020-03-21,,59.0,17.0,,,
+FR-55,Meuse,2020-03-22,,59.0,0.0,,,
+FR-55,Meuse,2020-03-23,,94.0,35.0,,,
+FR-55,Meuse,2020-03-24,,117.0,23.0,,,
+FR-55,Meuse,2020-03-25,,133.0,16.0,,,
+FR-55,Meuse,2020-03-26,,152.0,19.0,,,
+FR-55,Meuse,2020-03-27,,169.0,17.0,,,
+FR-55,Meuse,2020-03-28,,173.0,4.0,,,
+FR-55,Meuse,2020-03-29,,176.0,3.0,,,
+FR-55,Meuse,2020-03-30,,216.0,40.0,,,
+FR-55,Meuse,2020-03-31,,229.0,13.0,,,
+FR-55,Meuse,2020-04-01,,259.0,30.0,,,
+FR-55,Meuse,2020-04-02,,269.0,10.0,,,
+FR-55,Meuse,2020-04-03,,289.0,20.0,,,
+FR-55,Meuse,2020-04-04,,307.0,18.0,,,
+FR-55,Meuse,2020-04-05,,309.0,2.0,,,
+FR-55,Meuse,2020-04-06,,333.0,24.0,,,
+FR-55,Meuse,2020-04-07,,351.0,18.0,,,
+FR-55,Meuse,2020-04-08,,361.0,10.0,,,
+FR-55,Meuse,2020-04-09,,371.0,10.0,,,
+FR-55,Meuse,2020-04-10,,384.0,13.0,,,
+FR-55,Meuse,2020-04-11,,390.0,6.0,,,
+FR-55,Meuse,2020-04-12,,402.0,12.0,,,
+FR-55,Meuse,2020-04-13,,403.0,1.0,,,
+FR-55,Meuse,2020-04-14,,417.0,14.0,,,
+FR-55,Meuse,2020-04-15,,434.0,17.0,,,
+FR-55,Meuse,2020-04-16,,443.0,9.0,,,
+FR-55,Meuse,2020-04-17,,457.0,14.0,,,
+FR-55,Meuse,2020-04-18,,472.0,15.0,,,
+FR-55,Meuse,2020-04-19,,479.0,7.0,,,
+FR-55,Meuse,2020-04-20,,486.0,7.0,,,
+FR-55,Meuse,2020-04-21,,491.0,5.0,,,
+FR-55,Meuse,2020-04-22,,502.0,11.0,,,
+FR-55,Meuse,2020-04-23,,509.0,7.0,,,
+FR-55,Meuse,2020-04-24,,515.0,6.0,,,
+FR-55,Meuse,2020-04-25,,517.0,2.0,,,
+FR-55,Meuse,2020-04-26,,520.0,3.0,,,
+FR-55,Meuse,2020-04-27,,523.0,3.0,,,
+FR-55,Meuse,2020-04-28,,528.0,5.0,,,
+FR-55,Meuse,2020-04-29,,536.0,8.0,,,
+FR-55,Meuse,2020-04-30,,546.0,10.0,,,
+FR-55,Meuse,2020-05-01,,550.0,4.0,,,
+FR-55,Meuse,2020-05-02,,552.0,2.0,,,
+FR-55,Meuse,2020-05-03,,556.0,4.0,,,
+FR-55,Meuse,2020-05-04,,559.0,3.0,,,
+FR-55,Meuse,2020-05-05,,564.0,5.0,,,
+FR-55,Meuse,2020-05-06,,573.0,9.0,,,
+FR-55,Meuse,2020-05-07,,578.0,5.0,,,
+FR-55,Meuse,2020-05-08,,583.0,5.0,,,
+FR-55,Meuse,2020-05-09,,585.0,2.0,,,
+FR-55,Meuse,2020-05-10,,586.0,1.0,,,
+FR-55,Meuse,2020-05-11,,592.0,6.0,,,
+FR-55,Meuse,2020-05-12,,602.0,10.0,,,
+FR-55,Meuse,2020-05-13,,605.0,3.0,,,
+FR-55,Meuse,2020-05-14,,609.0,4.0,,,
+FR-55,Meuse,2020-05-15,,629.0,20.0,,,
+FR-55,Meuse,2020-05-16,,639.0,10.0,,,
+FR-55,Meuse,2020-05-17,,640.0,1.0,,,
+FR-55,Meuse,2020-05-18,,648.0,8.0,,,
+FR-55,Meuse,2020-05-19,,658.0,10.0,,,
+FR-55,Meuse,2020-05-20,,659.0,1.0,,,
+FR-55,Meuse,2020-05-21,,660.0,1.0,,,
+FR-55,Meuse,2020-05-22,,663.0,3.0,,,
+FR-55,Meuse,2020-05-23,,668.0,5.0,,,
+FR-55,Meuse,2020-05-24,,668.0,0.0,,,
+FR-55,Meuse,2020-05-25,,673.0,5.0,,,
+FR-55,Meuse,2020-05-26,,673.0,0.0,,,
+FR-55,Meuse,2020-05-27,,679.0,6.0,,,
+FR-55,Meuse,2020-05-28,,683.0,4.0,,,
+FR-55,Meuse,2020-05-29,,692.0,9.0,,,
+FR-55,Meuse,2020-05-30,,693.0,1.0,,,
+FR-55,Meuse,2020-05-31,,693.0,0.0,,,
+FR-55,Meuse,2020-06-01,,694.0,1.0,,,
+FR-55,Meuse,2020-06-02,,696.0,2.0,,,
+FR-55,Meuse,2020-06-03,,702.0,6.0,,,
+FR-55,Meuse,2020-06-04,,706.0,4.0,,,
+FR-55,Meuse,2020-06-05,,711.0,5.0,,,
+FR-55,Meuse,2020-06-06,,713.0,2.0,,,
+FR-55,Meuse,2020-06-07,,713.0,0.0,,,
+FR-55,Meuse,2020-06-08,,717.0,4.0,,,
+FR-56,Morbihan,2020-03-19,,12.0,12.0,,,
+FR-56,Morbihan,2020-03-20,,18.0,6.0,,,
+FR-56,Morbihan,2020-03-21,,42.0,24.0,,,
+FR-56,Morbihan,2020-03-22,,53.0,11.0,,,
+FR-56,Morbihan,2020-03-23,,58.0,5.0,,,
+FR-56,Morbihan,2020-03-24,,67.0,9.0,,,
+FR-56,Morbihan,2020-03-25,,81.0,14.0,,,
+FR-56,Morbihan,2020-03-26,,108.0,27.0,,,
+FR-56,Morbihan,2020-03-27,,121.0,13.0,,,
+FR-56,Morbihan,2020-03-28,,133.0,12.0,,,
+FR-56,Morbihan,2020-03-29,,147.0,14.0,,,
+FR-56,Morbihan,2020-03-30,,163.0,16.0,,,
+FR-56,Morbihan,2020-03-31,,176.0,13.0,,,
+FR-56,Morbihan,2020-04-01,,203.0,27.0,,,
+FR-56,Morbihan,2020-04-02,,221.0,18.0,,,
+FR-56,Morbihan,2020-04-03,,234.0,13.0,,,
+FR-56,Morbihan,2020-04-04,,241.0,7.0,,,
+FR-56,Morbihan,2020-04-05,,249.0,8.0,,,
+FR-56,Morbihan,2020-04-06,,259.0,10.0,,,
+FR-56,Morbihan,2020-04-07,,268.0,9.0,,,
+FR-56,Morbihan,2020-04-08,,303.0,35.0,,,
+FR-56,Morbihan,2020-04-09,,309.0,6.0,,,
+FR-56,Morbihan,2020-04-10,,316.0,7.0,,,
+FR-56,Morbihan,2020-04-11,,330.0,14.0,,,
+FR-56,Morbihan,2020-04-12,,337.0,7.0,,,
+FR-56,Morbihan,2020-04-13,,339.0,2.0,,,
+FR-56,Morbihan,2020-04-14,,347.0,8.0,,,
+FR-56,Morbihan,2020-04-15,,350.0,3.0,,,
+FR-56,Morbihan,2020-04-16,,355.0,5.0,,,
+FR-56,Morbihan,2020-04-17,,361.0,6.0,,,
+FR-56,Morbihan,2020-04-18,,372.0,11.0,,,
+FR-56,Morbihan,2020-04-19,,374.0,2.0,,,
+FR-56,Morbihan,2020-04-20,,379.0,5.0,,,
+FR-56,Morbihan,2020-04-21,,388.0,9.0,,,
+FR-56,Morbihan,2020-04-22,,396.0,8.0,,,
+FR-56,Morbihan,2020-04-23,,407.0,11.0,,,
+FR-56,Morbihan,2020-04-24,,421.0,14.0,,,
+FR-56,Morbihan,2020-04-25,,422.0,1.0,,,
+FR-56,Morbihan,2020-04-26,,423.0,1.0,,,
+FR-56,Morbihan,2020-04-27,,425.0,2.0,,,
+FR-56,Morbihan,2020-04-28,,439.0,14.0,,,
+FR-56,Morbihan,2020-04-29,,443.0,4.0,,,
+FR-56,Morbihan,2020-04-30,,450.0,7.0,,,
+FR-56,Morbihan,2020-05-01,,452.0,2.0,,,
+FR-56,Morbihan,2020-05-02,,455.0,3.0,,,
+FR-56,Morbihan,2020-05-03,,458.0,3.0,,,
+FR-56,Morbihan,2020-05-04,,460.0,2.0,,,
+FR-56,Morbihan,2020-05-05,,462.0,2.0,,,
+FR-56,Morbihan,2020-05-06,,465.0,3.0,,,
+FR-56,Morbihan,2020-05-07,,466.0,1.0,,,
+FR-56,Morbihan,2020-05-08,,468.0,2.0,,,
+FR-56,Morbihan,2020-05-09,,469.0,1.0,,,
+FR-56,Morbihan,2020-05-10,,470.0,1.0,,,
+FR-56,Morbihan,2020-05-11,,471.0,1.0,,,
+FR-56,Morbihan,2020-05-12,,475.0,4.0,,,
+FR-56,Morbihan,2020-05-13,,475.0,0.0,,,
+FR-56,Morbihan,2020-05-14,,475.0,0.0,,,
+FR-56,Morbihan,2020-05-15,,475.0,0.0,,,
+FR-56,Morbihan,2020-05-16,,477.0,2.0,,,
+FR-56,Morbihan,2020-05-17,,477.0,0.0,,,
+FR-56,Morbihan,2020-05-18,,478.0,1.0,,,
+FR-56,Morbihan,2020-05-19,,478.0,0.0,,,
+FR-56,Morbihan,2020-05-20,,482.0,4.0,,,
+FR-56,Morbihan,2020-05-21,,483.0,1.0,,,
+FR-56,Morbihan,2020-05-22,,483.0,0.0,,,
+FR-56,Morbihan,2020-05-23,,483.0,0.0,,,
+FR-56,Morbihan,2020-05-24,,483.0,0.0,,,
+FR-56,Morbihan,2020-05-25,,486.0,3.0,,,
+FR-56,Morbihan,2020-05-26,,486.0,0.0,,,
+FR-56,Morbihan,2020-05-27,,487.0,1.0,,,
+FR-56,Morbihan,2020-05-28,,489.0,2.0,,,
+FR-56,Morbihan,2020-05-29,,491.0,2.0,,,
+FR-56,Morbihan,2020-05-30,,495.0,4.0,,,
+FR-56,Morbihan,2020-05-31,,496.0,1.0,,,
+FR-56,Morbihan,2020-06-01,,496.0,0.0,,,
+FR-56,Morbihan,2020-06-02,,497.0,1.0,,,
+FR-56,Morbihan,2020-06-03,,499.0,2.0,,,
+FR-56,Morbihan,2020-06-04,,500.0,1.0,,,
+FR-56,Morbihan,2020-06-05,,500.0,0.0,,,
+FR-56,Morbihan,2020-06-06,,500.0,0.0,,,
+FR-56,Morbihan,2020-06-07,,501.0,1.0,,,
+FR-56,Morbihan,2020-06-08,,501.0,0.0,,,
+FR-57,Moselle,2020-03-19,,36.0,36.0,,,
+FR-57,Moselle,2020-03-20,,112.0,76.0,,,
+FR-57,Moselle,2020-03-21,,180.0,68.0,,,
+FR-57,Moselle,2020-03-22,,245.0,65.0,,,
+FR-57,Moselle,2020-03-23,,314.0,69.0,,,
+FR-57,Moselle,2020-03-24,,487.0,173.0,,,
+FR-57,Moselle,2020-03-25,,579.0,92.0,,,
+FR-57,Moselle,2020-03-26,,704.0,125.0,,,
+FR-57,Moselle,2020-03-27,,810.0,106.0,,,
+FR-57,Moselle,2020-03-28,,934.0,124.0,,,
+FR-57,Moselle,2020-03-29,,1021.0,87.0,,,
+FR-57,Moselle,2020-03-30,,1138.0,117.0,,,
+FR-57,Moselle,2020-03-31,,1259.0,121.0,,,
+FR-57,Moselle,2020-04-01,,1406.0,147.0,,,
+FR-57,Moselle,2020-04-02,,1516.0,110.0,,,
+FR-57,Moselle,2020-04-03,,1643.0,127.0,,,
+FR-57,Moselle,2020-04-04,,1726.0,83.0,,,
+FR-57,Moselle,2020-04-05,,1792.0,66.0,,,
+FR-57,Moselle,2020-04-06,,1867.0,75.0,,,
+FR-57,Moselle,2020-04-07,,1982.0,115.0,,,
+FR-57,Moselle,2020-04-08,,2057.0,75.0,,,
+FR-57,Moselle,2020-04-09,,2146.0,89.0,,,
+FR-57,Moselle,2020-04-10,,2262.0,116.0,,,
+FR-57,Moselle,2020-04-11,,2296.0,34.0,,,
+FR-57,Moselle,2020-04-12,,2349.0,53.0,,,
+FR-57,Moselle,2020-04-13,,2376.0,27.0,,,
+FR-57,Moselle,2020-04-14,,2439.0,63.0,,,
+FR-57,Moselle,2020-04-15,,2534.0,95.0,,,
+FR-57,Moselle,2020-04-16,,2605.0,71.0,,,
+FR-57,Moselle,2020-04-17,,2655.0,50.0,,,
+FR-57,Moselle,2020-04-18,,2696.0,41.0,,,
+FR-57,Moselle,2020-04-19,,2709.0,13.0,,,
+FR-57,Moselle,2020-04-20,,2745.0,36.0,,,
+FR-57,Moselle,2020-04-21,,2776.0,31.0,,,
+FR-57,Moselle,2020-04-22,,2834.0,58.0,,,
+FR-57,Moselle,2020-04-23,,2890.0,56.0,,,
+FR-57,Moselle,2020-04-24,,2928.0,38.0,,,
+FR-57,Moselle,2020-04-25,,2958.0,30.0,,,
+FR-57,Moselle,2020-04-26,,2975.0,17.0,,,
+FR-57,Moselle,2020-04-27,,3004.0,29.0,,,
+FR-57,Moselle,2020-04-28,,3031.0,27.0,,,
+FR-57,Moselle,2020-04-29,,3065.0,34.0,,,
+FR-57,Moselle,2020-04-30,,3089.0,24.0,,,
+FR-57,Moselle,2020-05-01,,3109.0,20.0,,,
+FR-57,Moselle,2020-05-02,,3142.0,33.0,,,
+FR-57,Moselle,2020-05-03,,3160.0,18.0,,,
+FR-57,Moselle,2020-05-04,,3178.0,18.0,,,
+FR-57,Moselle,2020-05-05,,3202.0,24.0,,,
+FR-57,Moselle,2020-05-06,,3225.0,23.0,,,
+FR-57,Moselle,2020-05-07,,3252.0,27.0,,,
+FR-57,Moselle,2020-05-08,,3279.0,27.0,,,
+FR-57,Moselle,2020-05-09,,3284.0,5.0,,,
+FR-57,Moselle,2020-05-10,,3288.0,4.0,,,
+FR-57,Moselle,2020-05-11,,3299.0,11.0,,,
+FR-57,Moselle,2020-05-12,,3327.0,28.0,,,
+FR-57,Moselle,2020-05-13,,3357.0,30.0,,,
+FR-57,Moselle,2020-05-14,,3379.0,22.0,,,
+FR-57,Moselle,2020-05-15,,3391.0,12.0,,,
+FR-57,Moselle,2020-05-16,,3396.0,5.0,,,
+FR-57,Moselle,2020-05-17,,3400.0,4.0,,,
+FR-57,Moselle,2020-05-18,,3405.0,5.0,,,
+FR-57,Moselle,2020-05-19,,3420.0,15.0,,,
+FR-57,Moselle,2020-05-20,,3433.0,13.0,,,
+FR-57,Moselle,2020-05-21,,3440.0,7.0,,,
+FR-57,Moselle,2020-05-22,,3443.0,3.0,,,
+FR-57,Moselle,2020-05-23,,3456.0,13.0,,,
+FR-57,Moselle,2020-05-24,,3462.0,6.0,,,
+FR-57,Moselle,2020-05-25,,3470.0,8.0,,,
+FR-57,Moselle,2020-05-26,,3473.0,3.0,,,
+FR-57,Moselle,2020-05-27,,3476.0,3.0,,,
+FR-57,Moselle,2020-05-28,,3481.0,5.0,,,
+FR-57,Moselle,2020-05-29,,3484.0,3.0,,,
+FR-57,Moselle,2020-05-30,,3489.0,5.0,,,
+FR-57,Moselle,2020-05-31,,3494.0,5.0,,,
+FR-57,Moselle,2020-06-01,,3499.0,5.0,,,
+FR-57,Moselle,2020-06-02,,3512.0,13.0,,,
+FR-57,Moselle,2020-06-03,,3532.0,20.0,,,
+FR-57,Moselle,2020-06-04,,3538.0,6.0,,,
+FR-57,Moselle,2020-06-05,,3548.0,10.0,,,
+FR-57,Moselle,2020-06-06,,3549.0,1.0,,,
+FR-57,Moselle,2020-06-07,,3551.0,2.0,,,
+FR-57,Moselle,2020-06-08,,3553.0,2.0,,,
+FR-58,Nièvre,2020-03-19,,1.0,1.0,,,
+FR-58,Nièvre,2020-03-20,,1.0,0.0,,,
+FR-58,Nièvre,2020-03-21,,1.0,0.0,,,
+FR-58,Nièvre,2020-03-22,,2.0,1.0,,,
+FR-58,Nièvre,2020-03-23,,3.0,1.0,,,
+FR-58,Nièvre,2020-03-24,,3.0,0.0,,,
+FR-58,Nièvre,2020-03-25,,3.0,0.0,,,
+FR-58,Nièvre,2020-03-26,,4.0,1.0,,,
+FR-58,Nièvre,2020-03-27,,6.0,2.0,,,
+FR-58,Nièvre,2020-03-28,,8.0,2.0,,,
+FR-58,Nièvre,2020-03-29,,8.0,0.0,,,
+FR-58,Nièvre,2020-03-30,,10.0,2.0,,,
+FR-58,Nièvre,2020-03-31,,12.0,2.0,,,
+FR-58,Nièvre,2020-04-01,,13.0,1.0,,,
+FR-58,Nièvre,2020-04-02,,19.0,6.0,,,
+FR-58,Nièvre,2020-04-03,,26.0,7.0,,,
+FR-58,Nièvre,2020-04-04,,34.0,8.0,,,
+FR-58,Nièvre,2020-04-05,,42.0,8.0,,,
+FR-58,Nièvre,2020-04-06,,46.0,4.0,,,
+FR-58,Nièvre,2020-04-07,,47.0,1.0,,,
+FR-58,Nièvre,2020-04-08,,52.0,5.0,,,
+FR-58,Nièvre,2020-04-09,,53.0,1.0,,,
+FR-58,Nièvre,2020-04-10,,66.0,13.0,,,
+FR-58,Nièvre,2020-04-11,,73.0,7.0,,,
+FR-58,Nièvre,2020-04-12,,76.0,3.0,,,
+FR-58,Nièvre,2020-04-13,,81.0,5.0,,,
+FR-58,Nièvre,2020-04-14,,83.0,2.0,,,
+FR-58,Nièvre,2020-04-15,,85.0,2.0,,,
+FR-58,Nièvre,2020-04-16,,95.0,10.0,,,
+FR-58,Nièvre,2020-04-17,,99.0,4.0,,,
+FR-58,Nièvre,2020-04-18,,102.0,3.0,,,
+FR-58,Nièvre,2020-04-19,,103.0,1.0,,,
+FR-58,Nièvre,2020-04-20,,105.0,2.0,,,
+FR-58,Nièvre,2020-04-21,,107.0,2.0,,,
+FR-58,Nièvre,2020-04-22,,109.0,2.0,,,
+FR-58,Nièvre,2020-04-23,,112.0,3.0,,,
+FR-58,Nièvre,2020-04-24,,115.0,3.0,,,
+FR-58,Nièvre,2020-04-25,,118.0,3.0,,,
+FR-58,Nièvre,2020-04-26,,118.0,0.0,,,
+FR-58,Nièvre,2020-04-27,,118.0,0.0,,,
+FR-58,Nièvre,2020-04-28,,119.0,1.0,,,
+FR-58,Nièvre,2020-04-29,,122.0,3.0,,,
+FR-58,Nièvre,2020-04-30,,123.0,1.0,,,
+FR-58,Nièvre,2020-05-01,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-02,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-03,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-04,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-05,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-06,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-07,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-08,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-09,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-10,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-11,,125.0,2.0,,,
+FR-58,Nièvre,2020-05-12,,127.0,2.0,,,
+FR-58,Nièvre,2020-05-13,,127.0,0.0,,,
+FR-58,Nièvre,2020-05-14,,127.0,0.0,,,
+FR-58,Nièvre,2020-05-15,,128.0,1.0,,,
+FR-58,Nièvre,2020-05-16,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-17,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-18,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-19,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-20,,129.0,1.0,,,
+FR-58,Nièvre,2020-05-21,,130.0,1.0,,,
+FR-58,Nièvre,2020-05-22,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-23,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-24,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-25,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-26,,131.0,1.0,,,
+FR-58,Nièvre,2020-05-27,,131.0,0.0,,,
+FR-58,Nièvre,2020-05-28,,131.0,0.0,,,
+FR-58,Nièvre,2020-05-29,,131.0,0.0,,,
+FR-58,Nièvre,2020-05-30,,135.0,4.0,,,
+FR-58,Nièvre,2020-05-31,,135.0,0.0,,,
+FR-58,Nièvre,2020-06-01,,135.0,0.0,,,
+FR-58,Nièvre,2020-06-02,,135.0,0.0,,,
+FR-58,Nièvre,2020-06-03,,136.0,1.0,,,
+FR-58,Nièvre,2020-06-04,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-05,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-06,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-07,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-08,,136.0,0.0,,,
+FR-59,Nord,2020-03-19,,72.0,72.0,,,
+FR-59,Nord,2020-03-20,,91.0,19.0,,,
+FR-59,Nord,2020-03-21,,121.0,30.0,,,
+FR-59,Nord,2020-03-22,,153.0,32.0,,,
+FR-59,Nord,2020-03-23,,211.0,58.0,,,
+FR-59,Nord,2020-03-24,,261.0,50.0,,,
+FR-59,Nord,2020-03-25,,324.0,63.0,,,
+FR-59,Nord,2020-03-26,,390.0,66.0,,,
+FR-59,Nord,2020-03-27,,474.0,84.0,,,
+FR-59,Nord,2020-03-28,,551.0,77.0,,,
+FR-59,Nord,2020-03-29,,631.0,80.0,,,
+FR-59,Nord,2020-03-30,,736.0,105.0,,,
+FR-59,Nord,2020-03-31,,865.0,129.0,,,
+FR-59,Nord,2020-04-01,,960.0,95.0,,,
+FR-59,Nord,2020-04-02,,1117.0,157.0,,,
+FR-59,Nord,2020-04-03,,1217.0,100.0,,,
+FR-59,Nord,2020-04-04,,1311.0,94.0,,,
+FR-59,Nord,2020-04-05,,1389.0,78.0,,,
+FR-59,Nord,2020-04-06,,1501.0,112.0,,,
+FR-59,Nord,2020-04-07,,1602.0,101.0,,,
+FR-59,Nord,2020-04-08,,1691.0,89.0,,,
+FR-59,Nord,2020-04-09,,1781.0,90.0,,,
+FR-59,Nord,2020-04-10,,1884.0,103.0,,,
+FR-59,Nord,2020-04-11,,1955.0,71.0,,,
+FR-59,Nord,2020-04-12,,1994.0,39.0,,,
+FR-59,Nord,2020-04-13,,2035.0,41.0,,,
+FR-59,Nord,2020-04-14,,2096.0,61.0,,,
+FR-59,Nord,2020-04-15,,2175.0,79.0,,,
+FR-59,Nord,2020-04-16,,2249.0,74.0,,,
+FR-59,Nord,2020-04-17,,2305.0,56.0,,,
+FR-59,Nord,2020-04-18,,2349.0,44.0,,,
+FR-59,Nord,2020-04-19,,2381.0,32.0,,,
+FR-59,Nord,2020-04-20,,2435.0,54.0,,,
+FR-59,Nord,2020-04-21,,2497.0,62.0,,,
+FR-59,Nord,2020-04-22,,2536.0,39.0,,,
+FR-59,Nord,2020-04-23,,2578.0,42.0,,,
+FR-59,Nord,2020-04-24,,2608.0,30.0,,,
+FR-59,Nord,2020-04-25,,2644.0,36.0,,,
+FR-59,Nord,2020-04-26,,2651.0,7.0,,,
+FR-59,Nord,2020-04-27,,2661.0,10.0,,,
+FR-59,Nord,2020-04-28,,2714.0,53.0,,,
+FR-59,Nord,2020-04-29,,2731.0,17.0,,,
+FR-59,Nord,2020-04-30,,2764.0,33.0,,,
+FR-59,Nord,2020-05-01,,2788.0,24.0,,,
+FR-59,Nord,2020-05-02,,2811.0,23.0,,,
+FR-59,Nord,2020-05-03,,2824.0,13.0,,,
+FR-59,Nord,2020-05-04,,2852.0,28.0,,,
+FR-59,Nord,2020-05-05,,2872.0,20.0,,,
+FR-59,Nord,2020-05-06,,2905.0,33.0,,,
+FR-59,Nord,2020-05-07,,2928.0,23.0,,,
+FR-59,Nord,2020-05-08,,2951.0,23.0,,,
+FR-59,Nord,2020-05-09,,2955.0,4.0,,,
+FR-59,Nord,2020-05-10,,2966.0,11.0,,,
+FR-59,Nord,2020-05-11,,2984.0,18.0,,,
+FR-59,Nord,2020-05-12,,3016.0,32.0,,,
+FR-59,Nord,2020-05-13,,3042.0,26.0,,,
+FR-59,Nord,2020-05-14,,3060.0,18.0,,,
+FR-59,Nord,2020-05-15,,3080.0,20.0,,,
+FR-59,Nord,2020-05-16,,3104.0,24.0,,,
+FR-59,Nord,2020-05-17,,3114.0,10.0,,,
+FR-59,Nord,2020-05-18,,3132.0,18.0,,,
+FR-59,Nord,2020-05-19,,3153.0,21.0,,,
+FR-59,Nord,2020-05-20,,3186.0,33.0,,,
+FR-59,Nord,2020-05-21,,3203.0,17.0,,,
+FR-59,Nord,2020-05-22,,3213.0,10.0,,,
+FR-59,Nord,2020-05-23,,3219.0,6.0,,,
+FR-59,Nord,2020-05-24,,3230.0,11.0,,,
+FR-59,Nord,2020-05-25,,3236.0,6.0,,,
+FR-59,Nord,2020-05-26,,3254.0,18.0,,,
+FR-59,Nord,2020-05-27,,3279.0,25.0,,,
+FR-59,Nord,2020-05-28,,3291.0,12.0,,,
+FR-59,Nord,2020-05-29,,3300.0,9.0,,,
+FR-59,Nord,2020-05-30,,3318.0,18.0,,,
+FR-59,Nord,2020-05-31,,3320.0,2.0,,,
+FR-59,Nord,2020-06-01,,3324.0,4.0,,,
+FR-59,Nord,2020-06-02,,3331.0,7.0,,,
+FR-59,Nord,2020-06-03,,3339.0,8.0,,,
+FR-59,Nord,2020-06-04,,3349.0,10.0,,,
+FR-59,Nord,2020-06-05,,3362.0,13.0,,,
+FR-59,Nord,2020-06-06,,3370.0,8.0,,,
+FR-59,Nord,2020-06-07,,3373.0,3.0,,,
+FR-59,Nord,2020-06-08,,3379.0,6.0,,,
+FR-60,Oise,2020-03-19,,43.0,43.0,,,
+FR-60,Oise,2020-03-20,,54.0,11.0,,,
+FR-60,Oise,2020-03-21,,84.0,30.0,,,
+FR-60,Oise,2020-03-22,,98.0,14.0,,,
+FR-60,Oise,2020-03-23,,143.0,45.0,,,
+FR-60,Oise,2020-03-24,,184.0,41.0,,,
+FR-60,Oise,2020-03-25,,218.0,34.0,,,
+FR-60,Oise,2020-03-26,,279.0,61.0,,,
+FR-60,Oise,2020-03-27,,309.0,30.0,,,
+FR-60,Oise,2020-03-28,,346.0,37.0,,,
+FR-60,Oise,2020-03-29,,369.0,23.0,,,
+FR-60,Oise,2020-03-30,,404.0,35.0,,,
+FR-60,Oise,2020-03-31,,444.0,40.0,,,
+FR-60,Oise,2020-04-01,,514.0,70.0,,,
+FR-60,Oise,2020-04-02,,615.0,101.0,,,
+FR-60,Oise,2020-04-03,,662.0,47.0,,,
+FR-60,Oise,2020-04-04,,685.0,23.0,,,
+FR-60,Oise,2020-04-05,,711.0,26.0,,,
+FR-60,Oise,2020-04-06,,750.0,39.0,,,
+FR-60,Oise,2020-04-07,,832.0,82.0,,,
+FR-60,Oise,2020-04-08,,907.0,75.0,,,
+FR-60,Oise,2020-04-09,,935.0,28.0,,,
+FR-60,Oise,2020-04-10,,981.0,46.0,,,
+FR-60,Oise,2020-04-11,,1020.0,39.0,,,
+FR-60,Oise,2020-04-12,,1063.0,43.0,,,
+FR-60,Oise,2020-04-13,,1070.0,7.0,,,
+FR-60,Oise,2020-04-14,,1102.0,32.0,,,
+FR-60,Oise,2020-04-15,,1158.0,56.0,,,
+FR-60,Oise,2020-04-16,,1201.0,43.0,,,
+FR-60,Oise,2020-04-17,,1246.0,45.0,,,
+FR-60,Oise,2020-04-18,,1260.0,14.0,,,
+FR-60,Oise,2020-04-19,,1292.0,32.0,,,
+FR-60,Oise,2020-04-20,,1306.0,14.0,,,
+FR-60,Oise,2020-04-21,,1328.0,22.0,,,
+FR-60,Oise,2020-04-22,,1353.0,25.0,,,
+FR-60,Oise,2020-04-23,,1378.0,25.0,,,
+FR-60,Oise,2020-04-24,,1408.0,30.0,,,
+FR-60,Oise,2020-04-25,,1421.0,13.0,,,
+FR-60,Oise,2020-04-26,,1426.0,5.0,,,
+FR-60,Oise,2020-04-27,,1440.0,14.0,,,
+FR-60,Oise,2020-04-28,,1462.0,22.0,,,
+FR-60,Oise,2020-04-29,,1469.0,7.0,,,
+FR-60,Oise,2020-04-30,,1472.0,3.0,,,
+FR-60,Oise,2020-05-01,,1478.0,6.0,,,
+FR-60,Oise,2020-05-02,,1483.0,5.0,,,
+FR-60,Oise,2020-05-03,,1490.0,7.0,,,
+FR-60,Oise,2020-05-04,,1497.0,7.0,,,
+FR-60,Oise,2020-05-05,,1507.0,10.0,,,
+FR-60,Oise,2020-05-06,,1510.0,3.0,,,
+FR-60,Oise,2020-05-07,,1515.0,5.0,,,
+FR-60,Oise,2020-05-08,,1528.0,13.0,,,
+FR-60,Oise,2020-05-09,,1531.0,3.0,,,
+FR-60,Oise,2020-05-10,,1532.0,1.0,,,
+FR-60,Oise,2020-05-11,,1550.0,18.0,,,
+FR-60,Oise,2020-05-12,,1556.0,6.0,,,
+FR-60,Oise,2020-05-13,,1557.0,1.0,,,
+FR-60,Oise,2020-05-14,,1567.0,10.0,,,
+FR-60,Oise,2020-05-15,,1578.0,11.0,,,
+FR-60,Oise,2020-05-16,,1584.0,6.0,,,
+FR-60,Oise,2020-05-17,,1586.0,2.0,,,
+FR-60,Oise,2020-05-18,,1596.0,10.0,,,
+FR-60,Oise,2020-05-19,,1611.0,15.0,,,
+FR-60,Oise,2020-05-20,,1617.0,6.0,,,
+FR-60,Oise,2020-05-21,,1620.0,3.0,,,
+FR-60,Oise,2020-05-22,,1625.0,5.0,,,
+FR-60,Oise,2020-05-23,,1627.0,2.0,,,
+FR-60,Oise,2020-05-24,,1629.0,2.0,,,
+FR-60,Oise,2020-05-25,,1634.0,5.0,,,
+FR-60,Oise,2020-05-26,,1636.0,2.0,,,
+FR-60,Oise,2020-05-27,,1640.0,4.0,,,
+FR-60,Oise,2020-05-28,,1643.0,3.0,,,
+FR-60,Oise,2020-05-29,,1646.0,3.0,,,
+FR-60,Oise,2020-05-30,,1649.0,3.0,,,
+FR-60,Oise,2020-05-31,,1649.0,0.0,,,
+FR-60,Oise,2020-06-01,,1660.0,11.0,,,
+FR-60,Oise,2020-06-02,,1670.0,10.0,,,
+FR-60,Oise,2020-06-03,,1670.0,0.0,,,
+FR-60,Oise,2020-06-04,,1671.0,1.0,,,
+FR-60,Oise,2020-06-05,,1671.0,0.0,,,
+FR-60,Oise,2020-06-06,,1671.0,0.0,,,
+FR-60,Oise,2020-06-07,,1672.0,1.0,,,
+FR-60,Oise,2020-06-08,,1679.0,7.0,,,
+FR-61,Orne,2020-03-19,,2.0,2.0,,,
+FR-61,Orne,2020-03-20,,2.0,0.0,,,
+FR-61,Orne,2020-03-21,,2.0,0.0,,,
+FR-61,Orne,2020-03-22,,2.0,0.0,,,
+FR-61,Orne,2020-03-23,,8.0,6.0,,,
+FR-61,Orne,2020-03-24,,13.0,5.0,,,
+FR-61,Orne,2020-03-25,,27.0,14.0,,,
+FR-61,Orne,2020-03-26,,34.0,7.0,,,
+FR-61,Orne,2020-03-27,,36.0,2.0,,,
+FR-61,Orne,2020-03-28,,42.0,6.0,,,
+FR-61,Orne,2020-03-29,,47.0,5.0,,,
+FR-61,Orne,2020-03-30,,51.0,4.0,,,
+FR-61,Orne,2020-03-31,,68.0,17.0,,,
+FR-61,Orne,2020-04-01,,87.0,19.0,,,
+FR-61,Orne,2020-04-02,,98.0,11.0,,,
+FR-61,Orne,2020-04-03,,105.0,7.0,,,
+FR-61,Orne,2020-04-04,,115.0,10.0,,,
+FR-61,Orne,2020-04-05,,121.0,6.0,,,
+FR-61,Orne,2020-04-06,,127.0,6.0,,,
+FR-61,Orne,2020-04-07,,141.0,14.0,,,
+FR-61,Orne,2020-04-08,,153.0,12.0,,,
+FR-61,Orne,2020-04-09,,159.0,6.0,,,
+FR-61,Orne,2020-04-10,,174.0,15.0,,,
+FR-61,Orne,2020-04-11,,179.0,5.0,,,
+FR-61,Orne,2020-04-12,,185.0,6.0,,,
+FR-61,Orne,2020-04-13,,186.0,1.0,,,
+FR-61,Orne,2020-04-14,,195.0,9.0,,,
+FR-61,Orne,2020-04-15,,203.0,8.0,,,
+FR-61,Orne,2020-04-16,,206.0,3.0,,,
+FR-61,Orne,2020-04-17,,212.0,6.0,,,
+FR-61,Orne,2020-04-18,,216.0,4.0,,,
+FR-61,Orne,2020-04-19,,219.0,3.0,,,
+FR-61,Orne,2020-04-20,,223.0,4.0,,,
+FR-61,Orne,2020-04-21,,225.0,2.0,,,
+FR-61,Orne,2020-04-22,,228.0,3.0,,,
+FR-61,Orne,2020-04-23,,230.0,2.0,,,
+FR-61,Orne,2020-04-24,,234.0,4.0,,,
+FR-61,Orne,2020-04-25,,243.0,9.0,,,
+FR-61,Orne,2020-04-26,,243.0,0.0,,,
+FR-61,Orne,2020-04-27,,246.0,3.0,,,
+FR-61,Orne,2020-04-28,,251.0,5.0,,,
+FR-61,Orne,2020-04-29,,252.0,1.0,,,
+FR-61,Orne,2020-04-30,,257.0,5.0,,,
+FR-61,Orne,2020-05-01,,258.0,1.0,,,
+FR-61,Orne,2020-05-02,,260.0,2.0,,,
+FR-61,Orne,2020-05-03,,261.0,1.0,,,
+FR-61,Orne,2020-05-04,,269.0,8.0,,,
+FR-61,Orne,2020-05-05,,271.0,2.0,,,
+FR-61,Orne,2020-05-06,,273.0,2.0,,,
+FR-61,Orne,2020-05-07,,275.0,2.0,,,
+FR-61,Orne,2020-05-08,,276.0,1.0,,,
+FR-61,Orne,2020-05-09,,277.0,1.0,,,
+FR-61,Orne,2020-05-10,,277.0,0.0,,,
+FR-61,Orne,2020-05-11,,279.0,2.0,,,
+FR-61,Orne,2020-05-12,,280.0,1.0,,,
+FR-61,Orne,2020-05-13,,280.0,0.0,,,
+FR-61,Orne,2020-05-14,,281.0,1.0,,,
+FR-61,Orne,2020-05-15,,281.0,0.0,,,
+FR-61,Orne,2020-05-16,,281.0,0.0,,,
+FR-61,Orne,2020-05-17,,283.0,2.0,,,
+FR-61,Orne,2020-05-18,,284.0,1.0,,,
+FR-61,Orne,2020-05-19,,288.0,4.0,,,
+FR-61,Orne,2020-05-20,,288.0,0.0,,,
+FR-61,Orne,2020-05-21,,288.0,0.0,,,
+FR-61,Orne,2020-05-22,,290.0,2.0,,,
+FR-61,Orne,2020-05-23,,291.0,1.0,,,
+FR-61,Orne,2020-05-24,,291.0,0.0,,,
+FR-61,Orne,2020-05-25,,293.0,2.0,,,
+FR-61,Orne,2020-05-26,,298.0,5.0,,,
+FR-61,Orne,2020-05-27,,299.0,1.0,,,
+FR-61,Orne,2020-05-28,,300.0,1.0,,,
+FR-61,Orne,2020-05-29,,300.0,0.0,,,
+FR-61,Orne,2020-05-30,,300.0,0.0,,,
+FR-61,Orne,2020-05-31,,300.0,0.0,,,
+FR-61,Orne,2020-06-01,,300.0,0.0,,,
+FR-61,Orne,2020-06-02,,300.0,0.0,,,
+FR-61,Orne,2020-06-03,,304.0,4.0,,,
+FR-61,Orne,2020-06-04,,304.0,0.0,,,
+FR-61,Orne,2020-06-05,,305.0,1.0,,,
+FR-61,Orne,2020-06-06,,305.0,0.0,,,
+FR-61,Orne,2020-06-07,,305.0,0.0,,,
+FR-61,Orne,2020-06-08,,305.0,0.0,,,
+FR-62,Pas-de-Calais,2020-03-19,,30.0,30.0,,,
+FR-62,Pas-de-Calais,2020-03-20,,56.0,26.0,,,
+FR-62,Pas-de-Calais,2020-03-21,,68.0,12.0,,,
+FR-62,Pas-de-Calais,2020-03-22,,74.0,6.0,,,
+FR-62,Pas-de-Calais,2020-03-23,,96.0,22.0,,,
+FR-62,Pas-de-Calais,2020-03-24,,128.0,32.0,,,
+FR-62,Pas-de-Calais,2020-03-25,,156.0,28.0,,,
+FR-62,Pas-de-Calais,2020-03-26,,185.0,29.0,,,
+FR-62,Pas-de-Calais,2020-03-27,,201.0,16.0,,,
+FR-62,Pas-de-Calais,2020-03-28,,240.0,39.0,,,
+FR-62,Pas-de-Calais,2020-03-29,,269.0,29.0,,,
+FR-62,Pas-de-Calais,2020-03-30,,310.0,41.0,,,
+FR-62,Pas-de-Calais,2020-03-31,,344.0,34.0,,,
+FR-62,Pas-de-Calais,2020-04-01,,421.0,77.0,,,
+FR-62,Pas-de-Calais,2020-04-02,,466.0,45.0,,,
+FR-62,Pas-de-Calais,2020-04-03,,555.0,89.0,,,
+FR-62,Pas-de-Calais,2020-04-04,,603.0,48.0,,,
+FR-62,Pas-de-Calais,2020-04-05,,616.0,13.0,,,
+FR-62,Pas-de-Calais,2020-04-06,,667.0,51.0,,,
+FR-62,Pas-de-Calais,2020-04-07,,739.0,72.0,,,
+FR-62,Pas-de-Calais,2020-04-08,,794.0,55.0,,,
+FR-62,Pas-de-Calais,2020-04-09,,846.0,52.0,,,
+FR-62,Pas-de-Calais,2020-04-10,,897.0,51.0,,,
+FR-62,Pas-de-Calais,2020-04-11,,924.0,27.0,,,
+FR-62,Pas-de-Calais,2020-04-12,,964.0,40.0,,,
+FR-62,Pas-de-Calais,2020-04-13,,992.0,28.0,,,
+FR-62,Pas-de-Calais,2020-04-14,,1028.0,36.0,,,
+FR-62,Pas-de-Calais,2020-04-15,,1087.0,59.0,,,
+FR-62,Pas-de-Calais,2020-04-16,,1149.0,62.0,,,
+FR-62,Pas-de-Calais,2020-04-17,,1191.0,42.0,,,
+FR-62,Pas-de-Calais,2020-04-18,,1232.0,41.0,,,
+FR-62,Pas-de-Calais,2020-04-19,,1248.0,16.0,,,
+FR-62,Pas-de-Calais,2020-04-20,,1268.0,20.0,,,
+FR-62,Pas-de-Calais,2020-04-21,,1363.0,95.0,,,
+FR-62,Pas-de-Calais,2020-04-22,,1388.0,25.0,,,
+FR-62,Pas-de-Calais,2020-04-23,,1439.0,51.0,,,
+FR-62,Pas-de-Calais,2020-04-24,,1461.0,22.0,,,
+FR-62,Pas-de-Calais,2020-04-25,,1485.0,24.0,,,
+FR-62,Pas-de-Calais,2020-04-26,,1492.0,7.0,,,
+FR-62,Pas-de-Calais,2020-04-27,,1539.0,47.0,,,
+FR-62,Pas-de-Calais,2020-04-28,,1556.0,17.0,,,
+FR-62,Pas-de-Calais,2020-04-29,,1577.0,21.0,,,
+FR-62,Pas-de-Calais,2020-04-30,,1622.0,45.0,,,
+FR-62,Pas-de-Calais,2020-05-01,,1644.0,22.0,,,
+FR-62,Pas-de-Calais,2020-05-02,,1651.0,7.0,,,
+FR-62,Pas-de-Calais,2020-05-03,,1653.0,2.0,,,
+FR-62,Pas-de-Calais,2020-05-04,,1681.0,28.0,,,
+FR-62,Pas-de-Calais,2020-05-05,,1702.0,21.0,,,
+FR-62,Pas-de-Calais,2020-05-06,,1729.0,27.0,,,
+FR-62,Pas-de-Calais,2020-05-07,,1734.0,5.0,,,
+FR-62,Pas-de-Calais,2020-05-08,,1737.0,3.0,,,
+FR-62,Pas-de-Calais,2020-05-09,,1741.0,4.0,,,
+FR-62,Pas-de-Calais,2020-05-10,,1742.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-11,,1755.0,13.0,,,
+FR-62,Pas-de-Calais,2020-05-12,,1786.0,31.0,,,
+FR-62,Pas-de-Calais,2020-05-13,,1794.0,8.0,,,
+FR-62,Pas-de-Calais,2020-05-14,,1811.0,17.0,,,
+FR-62,Pas-de-Calais,2020-05-15,,1835.0,24.0,,,
+FR-62,Pas-de-Calais,2020-05-16,,1842.0,7.0,,,
+FR-62,Pas-de-Calais,2020-05-17,,1842.0,0.0,,,
+FR-62,Pas-de-Calais,2020-05-18,,1852.0,10.0,,,
+FR-62,Pas-de-Calais,2020-05-19,,1863.0,11.0,,,
+FR-62,Pas-de-Calais,2020-05-20,,1868.0,5.0,,,
+FR-62,Pas-de-Calais,2020-05-21,,1869.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-22,,1874.0,5.0,,,
+FR-62,Pas-de-Calais,2020-05-23,,1878.0,4.0,,,
+FR-62,Pas-de-Calais,2020-05-24,,1880.0,2.0,,,
+FR-62,Pas-de-Calais,2020-05-25,,1890.0,10.0,,,
+FR-62,Pas-de-Calais,2020-05-26,,1896.0,6.0,,,
+FR-62,Pas-de-Calais,2020-05-27,,1897.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-28,,1906.0,9.0,,,
+FR-62,Pas-de-Calais,2020-05-29,,1916.0,10.0,,,
+FR-62,Pas-de-Calais,2020-05-30,,1917.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-31,,1918.0,1.0,,,
+FR-62,Pas-de-Calais,2020-06-01,,1918.0,0.0,,,
+FR-62,Pas-de-Calais,2020-06-02,,1921.0,3.0,,,
+FR-62,Pas-de-Calais,2020-06-03,,1928.0,7.0,,,
+FR-62,Pas-de-Calais,2020-06-04,,1931.0,3.0,,,
+FR-62,Pas-de-Calais,2020-06-05,,1938.0,7.0,,,
+FR-62,Pas-de-Calais,2020-06-06,,1938.0,0.0,,,
+FR-62,Pas-de-Calais,2020-06-07,,1938.0,0.0,,,
+FR-62,Pas-de-Calais,2020-06-08,,1940.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-03-19,,1.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-03-20,,1.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-03-21,,3.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-03-22,,4.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-03-23,,7.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-03-24,,21.0,14.0,,,
+FR-63,Puy-de-Dôme,2020-03-25,,24.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-03-26,,30.0,6.0,,,
+FR-63,Puy-de-Dôme,2020-03-27,,39.0,9.0,,,
+FR-63,Puy-de-Dôme,2020-03-28,,49.0,10.0,,,
+FR-63,Puy-de-Dôme,2020-03-29,,62.0,13.0,,,
+FR-63,Puy-de-Dôme,2020-03-30,,77.0,15.0,,,
+FR-63,Puy-de-Dôme,2020-03-31,,79.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-04-01,,103.0,24.0,,,
+FR-63,Puy-de-Dôme,2020-04-02,,108.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-04-03,,114.0,6.0,,,
+FR-63,Puy-de-Dôme,2020-04-04,,119.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-04-05,,132.0,13.0,,,
+FR-63,Puy-de-Dôme,2020-04-06,,139.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-07,,146.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-08,,153.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-09,,157.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-10,,164.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-11,,168.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-12,,172.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-13,,176.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-14,,177.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-04-15,,181.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-16,,186.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-04-17,,189.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-04-18,,195.0,6.0,,,
+FR-63,Puy-de-Dôme,2020-04-19,,195.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-20,,199.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-21,,203.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-22,,204.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-04-23,,207.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-04-24,,210.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-04-25,,212.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-04-26,,212.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-27,,213.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-04-28,,213.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-29,,213.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-30,,218.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-05-01,,219.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-02,,221.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-03,,225.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-05-04,,226.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-05,,228.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-06,,228.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-07,,230.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-08,,230.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-09,,230.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-10,,230.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-11,,231.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-12,,232.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-13,,236.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-05-14,,237.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-15,,237.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-16,,237.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-17,,245.0,8.0,,,
+FR-63,Puy-de-Dôme,2020-05-18,,245.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-19,,248.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-05-20,,250.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-21,,251.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-22,,252.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-23,,253.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-24,,255.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-25,,255.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-26,,255.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-27,,257.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-28,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-29,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-30,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-31,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-01,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-02,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-03,,258.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-06-04,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-05,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-06,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-07,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-08,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-19,,6.0,6.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-20,,7.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-21,,12.0,5.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-22,,15.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-23,,22.0,7.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-24,,29.0,7.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-25,,42.0,13.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-26,,61.0,19.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-27,,77.0,16.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-28,,87.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-29,,96.0,9.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-30,,104.0,8.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-31,,121.0,17.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-01,,129.0,8.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-02,,148.0,19.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-03,,153.0,5.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-04,,167.0,14.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-05,,168.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-06,,178.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-07,,178.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-08,,191.0,13.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-09,,201.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-10,,211.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-11,,215.0,4.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-12,,219.0,4.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-13,,221.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-14,,222.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-15,,225.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-16,,229.0,4.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-17,,231.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-18,,236.0,5.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-19,,236.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-20,,238.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-21,,238.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-22,,240.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-23,,243.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-24,,244.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-25,,246.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-26,,247.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-27,,249.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-28,,252.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-29,,254.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-30,,254.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-01,,254.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-02,,254.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-03,,255.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-04,,256.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-05,,257.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-06,,257.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-07,,257.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-08,,258.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-09,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-10,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-11,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-12,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-13,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-14,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-15,,260.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-16,,260.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-17,,260.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-18,,260.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-19,,261.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-20,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-21,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-22,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-23,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-24,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-25,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-26,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-27,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-28,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-29,,262.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-30,,263.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-31,,264.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-01,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-02,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-03,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-04,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-05,,267.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-06,,267.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-07,,267.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-08,,267.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-03-19,,2.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-20,,2.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-03-21,,5.0,3.0,,,
+FR-65,Hautes-Pyrénées,2020-03-22,,7.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-23,,9.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-24,,9.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-03-25,,10.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-03-26,,21.0,11.0,,,
+FR-65,Hautes-Pyrénées,2020-03-27,,23.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-28,,29.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-03-29,,34.0,5.0,,,
+FR-65,Hautes-Pyrénées,2020-03-30,,40.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-03-31,,42.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-01,,55.0,13.0,,,
+FR-65,Hautes-Pyrénées,2020-04-02,,61.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-04-03,,65.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-04,,73.0,8.0,,,
+FR-65,Hautes-Pyrénées,2020-04-05,,87.0,14.0,,,
+FR-65,Hautes-Pyrénées,2020-04-06,,91.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-07,,98.0,7.0,,,
+FR-65,Hautes-Pyrénées,2020-04-08,,107.0,9.0,,,
+FR-65,Hautes-Pyrénées,2020-04-09,,113.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-04-10,,124.0,11.0,,,
+FR-65,Hautes-Pyrénées,2020-04-11,,134.0,10.0,,,
+FR-65,Hautes-Pyrénées,2020-04-12,,144.0,10.0,,,
+FR-65,Hautes-Pyrénées,2020-04-13,,148.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-14,,153.0,5.0,,,
+FR-65,Hautes-Pyrénées,2020-04-15,,161.0,8.0,,,
+FR-65,Hautes-Pyrénées,2020-04-16,,162.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-04-17,,164.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-18,,167.0,3.0,,,
+FR-65,Hautes-Pyrénées,2020-04-19,,169.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-20,,178.0,9.0,,,
+FR-65,Hautes-Pyrénées,2020-04-21,,178.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-22,,180.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-23,,182.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-24,,186.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-25,,186.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-26,,186.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-27,,186.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-28,,189.0,3.0,,,
+FR-65,Hautes-Pyrénées,2020-04-29,,190.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-04-30,,191.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-01,,191.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-02,,192.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-03,,192.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-04,,194.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-05-05,,194.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-06,,195.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-07,,196.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-08,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-09,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-10,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-11,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-12,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-13,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-14,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-15,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-16,,197.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-17,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-18,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-19,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-20,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-21,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-22,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-23,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-24,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-25,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-26,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-27,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-28,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-29,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-30,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-31,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-01,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-02,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-03,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-04,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-05,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-06,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-07,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-08,,197.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-03-19,,19.0,19.0,,,
+FR-66,Pyrénées-Orientales,2020-03-20,,26.0,7.0,,,
+FR-66,Pyrénées-Orientales,2020-03-21,,27.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-03-22,,68.0,41.0,,,
+FR-66,Pyrénées-Orientales,2020-03-23,,91.0,23.0,,,
+FR-66,Pyrénées-Orientales,2020-03-24,,107.0,16.0,,,
+FR-66,Pyrénées-Orientales,2020-03-25,,127.0,20.0,,,
+FR-66,Pyrénées-Orientales,2020-03-26,,150.0,23.0,,,
+FR-66,Pyrénées-Orientales,2020-03-27,,163.0,13.0,,,
+FR-66,Pyrénées-Orientales,2020-03-28,,188.0,25.0,,,
+FR-66,Pyrénées-Orientales,2020-03-29,,205.0,17.0,,,
+FR-66,Pyrénées-Orientales,2020-03-30,,216.0,11.0,,,
+FR-66,Pyrénées-Orientales,2020-03-31,,235.0,19.0,,,
+FR-66,Pyrénées-Orientales,2020-04-01,,248.0,13.0,,,
+FR-66,Pyrénées-Orientales,2020-04-02,,259.0,11.0,,,
+FR-66,Pyrénées-Orientales,2020-04-03,,269.0,10.0,,,
+FR-66,Pyrénées-Orientales,2020-04-04,,280.0,11.0,,,
+FR-66,Pyrénées-Orientales,2020-04-05,,287.0,7.0,,,
+FR-66,Pyrénées-Orientales,2020-04-06,,296.0,9.0,,,
+FR-66,Pyrénées-Orientales,2020-04-07,,305.0,9.0,,,
+FR-66,Pyrénées-Orientales,2020-04-08,,310.0,5.0,,,
+FR-66,Pyrénées-Orientales,2020-04-09,,313.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-10,,322.0,9.0,,,
+FR-66,Pyrénées-Orientales,2020-04-11,,327.0,5.0,,,
+FR-66,Pyrénées-Orientales,2020-04-12,,329.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-13,,335.0,6.0,,,
+FR-66,Pyrénées-Orientales,2020-04-14,,337.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-15,,340.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-16,,342.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-17,,343.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-18,,344.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-19,,345.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-20,,346.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-21,,349.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-22,,351.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-23,,355.0,4.0,,,
+FR-66,Pyrénées-Orientales,2020-04-24,,355.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-04-25,,357.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-26,,357.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-04-27,,358.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-28,,361.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-29,,364.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-30,,364.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-01,,365.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-02,,365.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-03,,366.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-04,,367.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-05,,368.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-06,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-07,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-08,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-09,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-10,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-11,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-12,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-13,,369.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-14,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-15,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-16,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-17,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-18,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-19,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-20,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-21,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-22,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-23,,370.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-24,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-25,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-26,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-27,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-28,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-29,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-30,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-31,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-01,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-02,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-03,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-04,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-05,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-06,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-07,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-08,,370.0,0.0,,,
+FR-67,Bas-Rhin,2020-03-19,,161.0,161.0,,,
+FR-67,Bas-Rhin,2020-03-20,,205.0,44.0,,,
+FR-67,Bas-Rhin,2020-03-21,,272.0,67.0,,,
+FR-67,Bas-Rhin,2020-03-22,,351.0,79.0,,,
+FR-67,Bas-Rhin,2020-03-23,,437.0,86.0,,,
+FR-67,Bas-Rhin,2020-03-24,,567.0,130.0,,,
+FR-67,Bas-Rhin,2020-03-25,,683.0,116.0,,,
+FR-67,Bas-Rhin,2020-03-26,,809.0,126.0,,,
+FR-67,Bas-Rhin,2020-03-27,,911.0,102.0,,,
+FR-67,Bas-Rhin,2020-03-28,,998.0,87.0,,,
+FR-67,Bas-Rhin,2020-03-29,,1088.0,90.0,,,
+FR-67,Bas-Rhin,2020-03-30,,1157.0,69.0,,,
+FR-67,Bas-Rhin,2020-03-31,,1299.0,142.0,,,
+FR-67,Bas-Rhin,2020-04-01,,1461.0,162.0,,,
+FR-67,Bas-Rhin,2020-04-02,,1550.0,89.0,,,
+FR-67,Bas-Rhin,2020-04-03,,1715.0,165.0,,,
+FR-67,Bas-Rhin,2020-04-04,,1806.0,91.0,,,
+FR-67,Bas-Rhin,2020-04-05,,1885.0,79.0,,,
+FR-67,Bas-Rhin,2020-04-06,,1938.0,53.0,,,
+FR-67,Bas-Rhin,2020-04-07,,2026.0,88.0,,,
+FR-67,Bas-Rhin,2020-04-08,,2116.0,90.0,,,
+FR-67,Bas-Rhin,2020-04-09,,2223.0,107.0,,,
+FR-67,Bas-Rhin,2020-04-10,,2338.0,115.0,,,
+FR-67,Bas-Rhin,2020-04-11,,2358.0,20.0,,,
+FR-67,Bas-Rhin,2020-04-12,,2398.0,40.0,,,
+FR-67,Bas-Rhin,2020-04-13,,2417.0,19.0,,,
+FR-67,Bas-Rhin,2020-04-14,,2476.0,59.0,,,
+FR-67,Bas-Rhin,2020-04-15,,2550.0,74.0,,,
+FR-67,Bas-Rhin,2020-04-16,,2603.0,53.0,,,
+FR-67,Bas-Rhin,2020-04-17,,2667.0,64.0,,,
+FR-67,Bas-Rhin,2020-04-18,,2728.0,61.0,,,
+FR-67,Bas-Rhin,2020-04-19,,2746.0,18.0,,,
+FR-67,Bas-Rhin,2020-04-20,,2780.0,34.0,,,
+FR-67,Bas-Rhin,2020-04-21,,2853.0,73.0,,,
+FR-67,Bas-Rhin,2020-04-22,,2891.0,38.0,,,
+FR-67,Bas-Rhin,2020-04-23,,2921.0,30.0,,,
+FR-67,Bas-Rhin,2020-04-24,,2934.0,13.0,,,
+FR-67,Bas-Rhin,2020-04-25,,2967.0,33.0,,,
+FR-67,Bas-Rhin,2020-04-26,,2972.0,5.0,,,
+FR-67,Bas-Rhin,2020-04-27,,3011.0,39.0,,,
+FR-67,Bas-Rhin,2020-04-28,,3042.0,31.0,,,
+FR-67,Bas-Rhin,2020-04-29,,3077.0,35.0,,,
+FR-67,Bas-Rhin,2020-04-30,,3100.0,23.0,,,
+FR-67,Bas-Rhin,2020-05-01,,3121.0,21.0,,,
+FR-67,Bas-Rhin,2020-05-02,,3132.0,11.0,,,
+FR-67,Bas-Rhin,2020-05-03,,3135.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-04,,3148.0,13.0,,,
+FR-67,Bas-Rhin,2020-05-05,,3170.0,22.0,,,
+FR-67,Bas-Rhin,2020-05-06,,3208.0,38.0,,,
+FR-67,Bas-Rhin,2020-05-07,,3228.0,20.0,,,
+FR-67,Bas-Rhin,2020-05-08,,3244.0,16.0,,,
+FR-67,Bas-Rhin,2020-05-09,,3248.0,4.0,,,
+FR-67,Bas-Rhin,2020-05-10,,3254.0,6.0,,,
+FR-67,Bas-Rhin,2020-05-11,,3267.0,13.0,,,
+FR-67,Bas-Rhin,2020-05-12,,3286.0,19.0,,,
+FR-67,Bas-Rhin,2020-05-13,,3317.0,31.0,,,
+FR-67,Bas-Rhin,2020-05-14,,3325.0,8.0,,,
+FR-67,Bas-Rhin,2020-05-15,,3339.0,14.0,,,
+FR-67,Bas-Rhin,2020-05-16,,3342.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-17,,3348.0,6.0,,,
+FR-67,Bas-Rhin,2020-05-18,,3366.0,18.0,,,
+FR-67,Bas-Rhin,2020-05-19,,3379.0,13.0,,,
+FR-67,Bas-Rhin,2020-05-20,,3387.0,8.0,,,
+FR-67,Bas-Rhin,2020-05-21,,3390.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-22,,3410.0,20.0,,,
+FR-67,Bas-Rhin,2020-05-23,,3415.0,5.0,,,
+FR-67,Bas-Rhin,2020-05-24,,3416.0,1.0,,,
+FR-67,Bas-Rhin,2020-05-25,,3419.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-26,,3424.0,5.0,,,
+FR-67,Bas-Rhin,2020-05-27,,3435.0,11.0,,,
+FR-67,Bas-Rhin,2020-05-28,,3447.0,12.0,,,
+FR-67,Bas-Rhin,2020-05-29,,3456.0,9.0,,,
+FR-67,Bas-Rhin,2020-05-30,,3476.0,20.0,,,
+FR-67,Bas-Rhin,2020-05-31,,3478.0,2.0,,,
+FR-67,Bas-Rhin,2020-06-01,,3478.0,0.0,,,
+FR-67,Bas-Rhin,2020-06-02,,3483.0,5.0,,,
+FR-67,Bas-Rhin,2020-06-03,,3492.0,9.0,,,
+FR-67,Bas-Rhin,2020-06-04,,3494.0,2.0,,,
+FR-67,Bas-Rhin,2020-06-05,,3500.0,6.0,,,
+FR-67,Bas-Rhin,2020-06-06,,3502.0,2.0,,,
+FR-67,Bas-Rhin,2020-06-07,,3502.0,0.0,,,
+FR-67,Bas-Rhin,2020-06-08,,3506.0,4.0,,,
+FR-68,Haut-Rhin,2020-03-19,,140.0,140.0,,,
+FR-68,Haut-Rhin,2020-03-20,,232.0,92.0,,,
+FR-68,Haut-Rhin,2020-03-21,,315.0,83.0,,,
+FR-68,Haut-Rhin,2020-03-22,,365.0,50.0,,,
+FR-68,Haut-Rhin,2020-03-23,,506.0,141.0,,,
+FR-68,Haut-Rhin,2020-03-24,,685.0,179.0,,,
+FR-68,Haut-Rhin,2020-03-25,,886.0,201.0,,,
+FR-68,Haut-Rhin,2020-03-26,,1063.0,177.0,,,
+FR-68,Haut-Rhin,2020-03-27,,1223.0,160.0,,,
+FR-68,Haut-Rhin,2020-03-28,,1366.0,143.0,,,
+FR-68,Haut-Rhin,2020-03-29,,1479.0,113.0,,,
+FR-68,Haut-Rhin,2020-03-30,,1655.0,176.0,,,
+FR-68,Haut-Rhin,2020-03-31,,1824.0,169.0,,,
+FR-68,Haut-Rhin,2020-04-01,,1949.0,125.0,,,
+FR-68,Haut-Rhin,2020-04-02,,2110.0,161.0,,,
+FR-68,Haut-Rhin,2020-04-03,,2216.0,106.0,,,
+FR-68,Haut-Rhin,2020-04-04,,2247.0,31.0,,,
+FR-68,Haut-Rhin,2020-04-05,,2303.0,56.0,,,
+FR-68,Haut-Rhin,2020-04-06,,2401.0,98.0,,,
+FR-68,Haut-Rhin,2020-04-07,,2524.0,123.0,,,
+FR-68,Haut-Rhin,2020-04-08,,2605.0,81.0,,,
+FR-68,Haut-Rhin,2020-04-09,,2673.0,68.0,,,
+FR-68,Haut-Rhin,2020-04-10,,2758.0,85.0,,,
+FR-68,Haut-Rhin,2020-04-11,,2790.0,32.0,,,
+FR-68,Haut-Rhin,2020-04-12,,2819.0,29.0,,,
+FR-68,Haut-Rhin,2020-04-13,,2840.0,21.0,,,
+FR-68,Haut-Rhin,2020-04-14,,2912.0,72.0,,,
+FR-68,Haut-Rhin,2020-04-15,,2989.0,77.0,,,
+FR-68,Haut-Rhin,2020-04-16,,3045.0,56.0,,,
+FR-68,Haut-Rhin,2020-04-17,,3096.0,51.0,,,
+FR-68,Haut-Rhin,2020-04-18,,3122.0,26.0,,,
+FR-68,Haut-Rhin,2020-04-19,,3140.0,18.0,,,
+FR-68,Haut-Rhin,2020-04-20,,3178.0,38.0,,,
+FR-68,Haut-Rhin,2020-04-21,,3229.0,51.0,,,
+FR-68,Haut-Rhin,2020-04-22,,3249.0,20.0,,,
+FR-68,Haut-Rhin,2020-04-23,,3280.0,31.0,,,
+FR-68,Haut-Rhin,2020-04-24,,3318.0,38.0,,,
+FR-68,Haut-Rhin,2020-04-25,,3329.0,11.0,,,
+FR-68,Haut-Rhin,2020-04-26,,3348.0,19.0,,,
+FR-68,Haut-Rhin,2020-04-27,,3386.0,38.0,,,
+FR-68,Haut-Rhin,2020-04-28,,3419.0,33.0,,,
+FR-68,Haut-Rhin,2020-04-29,,3446.0,27.0,,,
+FR-68,Haut-Rhin,2020-04-30,,3489.0,43.0,,,
+FR-68,Haut-Rhin,2020-05-01,,3509.0,20.0,,,
+FR-68,Haut-Rhin,2020-05-02,,3521.0,12.0,,,
+FR-68,Haut-Rhin,2020-05-03,,3530.0,9.0,,,
+FR-68,Haut-Rhin,2020-05-04,,3574.0,44.0,,,
+FR-68,Haut-Rhin,2020-05-05,,3610.0,36.0,,,
+FR-68,Haut-Rhin,2020-05-06,,3628.0,18.0,,,
+FR-68,Haut-Rhin,2020-05-07,,3651.0,23.0,,,
+FR-68,Haut-Rhin,2020-05-08,,3667.0,16.0,,,
+FR-68,Haut-Rhin,2020-05-09,,3672.0,5.0,,,
+FR-68,Haut-Rhin,2020-05-10,,3675.0,3.0,,,
+FR-68,Haut-Rhin,2020-05-11,,3704.0,29.0,,,
+FR-68,Haut-Rhin,2020-05-12,,3734.0,30.0,,,
+FR-68,Haut-Rhin,2020-05-13,,3740.0,6.0,,,
+FR-68,Haut-Rhin,2020-05-14,,3790.0,50.0,,,
+FR-68,Haut-Rhin,2020-05-15,,3814.0,24.0,,,
+FR-68,Haut-Rhin,2020-05-16,,3822.0,8.0,,,
+FR-68,Haut-Rhin,2020-05-17,,3831.0,9.0,,,
+FR-68,Haut-Rhin,2020-05-18,,3854.0,23.0,,,
+FR-68,Haut-Rhin,2020-05-19,,3875.0,21.0,,,
+FR-68,Haut-Rhin,2020-05-20,,3894.0,19.0,,,
+FR-68,Haut-Rhin,2020-05-21,,3898.0,4.0,,,
+FR-68,Haut-Rhin,2020-05-22,,3913.0,15.0,,,
+FR-68,Haut-Rhin,2020-05-23,,3932.0,19.0,,,
+FR-68,Haut-Rhin,2020-05-24,,3932.0,0.0,,,
+FR-68,Haut-Rhin,2020-05-25,,3951.0,19.0,,,
+FR-68,Haut-Rhin,2020-05-26,,3962.0,11.0,,,
+FR-68,Haut-Rhin,2020-05-27,,3985.0,23.0,,,
+FR-68,Haut-Rhin,2020-05-28,,3993.0,8.0,,,
+FR-68,Haut-Rhin,2020-05-29,,3998.0,5.0,,,
+FR-68,Haut-Rhin,2020-05-30,,4005.0,7.0,,,
+FR-68,Haut-Rhin,2020-05-31,,4005.0,0.0,,,
+FR-68,Haut-Rhin,2020-06-01,,4005.0,0.0,,,
+FR-68,Haut-Rhin,2020-06-02,,4018.0,13.0,,,
+FR-68,Haut-Rhin,2020-06-03,,4027.0,9.0,,,
+FR-68,Haut-Rhin,2020-06-04,,4042.0,15.0,,,
+FR-68,Haut-Rhin,2020-06-05,,4064.0,22.0,,,
+FR-68,Haut-Rhin,2020-06-06,,4068.0,4.0,,,
+FR-68,Haut-Rhin,2020-06-07,,4068.0,0.0,,,
+FR-68,Haut-Rhin,2020-06-08,,4074.0,6.0,,,
+FR-69,Rhône,2020-03-19,,244.0,244.0,,,
+FR-69,Rhône,2020-03-20,,276.0,32.0,,,
+FR-69,Rhône,2020-03-21,,346.0,70.0,,,
+FR-69,Rhône,2020-03-22,,402.0,56.0,,,
+FR-69,Rhône,2020-03-23,,511.0,109.0,,,
+FR-69,Rhône,2020-03-24,,594.0,83.0,,,
+FR-69,Rhône,2020-03-25,,722.0,128.0,,,
+FR-69,Rhône,2020-03-26,,868.0,146.0,,,
+FR-69,Rhône,2020-03-27,,1049.0,181.0,,,
+FR-69,Rhône,2020-03-28,,1234.0,185.0,,,
+FR-69,Rhône,2020-03-29,,1338.0,104.0,,,
+FR-69,Rhône,2020-03-30,,1455.0,117.0,,,
+FR-69,Rhône,2020-03-31,,1590.0,135.0,,,
+FR-69,Rhône,2020-04-01,,1738.0,148.0,,,
+FR-69,Rhône,2020-04-02,,1850.0,112.0,,,
+FR-69,Rhône,2020-04-03,,1982.0,132.0,,,
+FR-69,Rhône,2020-04-04,,2073.0,91.0,,,
+FR-69,Rhône,2020-04-05,,2159.0,86.0,,,
+FR-69,Rhône,2020-04-06,,2225.0,66.0,,,
+FR-69,Rhône,2020-04-07,,2334.0,109.0,,,
+FR-69,Rhône,2020-04-08,,2430.0,96.0,,,
+FR-69,Rhône,2020-04-09,,2563.0,133.0,,,
+FR-69,Rhône,2020-04-10,,2649.0,86.0,,,
+FR-69,Rhône,2020-04-11,,2777.0,128.0,,,
+FR-69,Rhône,2020-04-12,,2816.0,39.0,,,
+FR-69,Rhône,2020-04-13,,2844.0,28.0,,,
+FR-69,Rhône,2020-04-14,,2907.0,63.0,,,
+FR-69,Rhône,2020-04-15,,3011.0,104.0,,,
+FR-69,Rhône,2020-04-16,,3086.0,75.0,,,
+FR-69,Rhône,2020-04-17,,3176.0,90.0,,,
+FR-69,Rhône,2020-04-18,,3242.0,66.0,,,
+FR-69,Rhône,2020-04-19,,3283.0,41.0,,,
+FR-69,Rhône,2020-04-20,,3318.0,35.0,,,
+FR-69,Rhône,2020-04-21,,3380.0,62.0,,,
+FR-69,Rhône,2020-04-22,,3441.0,61.0,,,
+FR-69,Rhône,2020-04-23,,3491.0,50.0,,,
+FR-69,Rhône,2020-04-24,,3552.0,61.0,,,
+FR-69,Rhône,2020-04-25,,3614.0,62.0,,,
+FR-69,Rhône,2020-04-26,,3632.0,18.0,,,
+FR-69,Rhône,2020-04-27,,3656.0,24.0,,,
+FR-69,Rhône,2020-04-28,,3701.0,45.0,,,
+FR-69,Rhône,2020-04-29,,3734.0,33.0,,,
+FR-69,Rhône,2020-04-30,,3774.0,40.0,,,
+FR-69,Rhône,2020-05-01,,3821.0,47.0,,,
+FR-69,Rhône,2020-05-02,,3845.0,24.0,,,
+FR-69,Rhône,2020-05-03,,3857.0,12.0,,,
+FR-69,Rhône,2020-05-04,,3870.0,13.0,,,
+FR-69,Rhône,2020-05-05,,3900.0,30.0,,,
+FR-69,Rhône,2020-05-06,,3920.0,20.0,,,
+FR-69,Rhône,2020-05-07,,3959.0,39.0,,,
+FR-69,Rhône,2020-05-08,,3984.0,25.0,,,
+FR-69,Rhône,2020-05-09,,3988.0,4.0,,,
+FR-69,Rhône,2020-05-10,,3991.0,3.0,,,
+FR-69,Rhône,2020-05-11,,4000.0,9.0,,,
+FR-69,Rhône,2020-05-12,,4015.0,15.0,,,
+FR-69,Rhône,2020-05-13,,4025.0,10.0,,,
+FR-69,Rhône,2020-05-14,,4042.0,17.0,,,
+FR-69,Rhône,2020-05-15,,4049.0,7.0,,,
+FR-69,Rhône,2020-05-16,,4091.0,42.0,,,
+FR-69,Rhône,2020-05-17,,4099.0,8.0,,,
+FR-69,Rhône,2020-05-18,,4107.0,8.0,,,
+FR-69,Rhône,2020-05-19,,4129.0,22.0,,,
+FR-69,Rhône,2020-05-20,,4138.0,9.0,,,
+FR-69,Rhône,2020-05-21,,4153.0,15.0,,,
+FR-69,Rhône,2020-05-22,,4160.0,7.0,,,
+FR-69,Rhône,2020-05-23,,4166.0,6.0,,,
+FR-69,Rhône,2020-05-24,,4168.0,2.0,,,
+FR-69,Rhône,2020-05-25,,4192.0,24.0,,,
+FR-69,Rhône,2020-05-26,,4206.0,14.0,,,
+FR-69,Rhône,2020-05-27,,4214.0,8.0,,,
+FR-69,Rhône,2020-05-28,,4222.0,8.0,,,
+FR-69,Rhône,2020-05-29,,4231.0,9.0,,,
+FR-69,Rhône,2020-05-30,,4248.0,17.0,,,
+FR-69,Rhône,2020-05-31,,4267.0,19.0,,,
+FR-69,Rhône,2020-06-01,,4267.0,0.0,,,
+FR-69,Rhône,2020-06-02,,4273.0,6.0,,,
+FR-69,Rhône,2020-06-03,,4285.0,12.0,,,
+FR-69,Rhône,2020-06-04,,4291.0,6.0,,,
+FR-69,Rhône,2020-06-05,,4297.0,6.0,,,
+FR-69,Rhône,2020-06-06,,4298.0,1.0,,,
+FR-69,Rhône,2020-06-07,,4299.0,1.0,,,
+FR-69,Rhône,2020-06-08,,4304.0,5.0,,,
+FR-70,Haute-Saône,2020-03-19,,8.0,8.0,,,
+FR-70,Haute-Saône,2020-03-20,,16.0,8.0,,,
+FR-70,Haute-Saône,2020-03-21,,20.0,4.0,,,
+FR-70,Haute-Saône,2020-03-22,,20.0,0.0,,,
+FR-70,Haute-Saône,2020-03-23,,23.0,3.0,,,
+FR-70,Haute-Saône,2020-03-24,,39.0,16.0,,,
+FR-70,Haute-Saône,2020-03-25,,54.0,15.0,,,
+FR-70,Haute-Saône,2020-03-26,,75.0,21.0,,,
+FR-70,Haute-Saône,2020-03-27,,90.0,15.0,,,
+FR-70,Haute-Saône,2020-03-28,,98.0,8.0,,,
+FR-70,Haute-Saône,2020-03-29,,105.0,7.0,,,
+FR-70,Haute-Saône,2020-03-30,,119.0,14.0,,,
+FR-70,Haute-Saône,2020-03-31,,146.0,27.0,,,
+FR-70,Haute-Saône,2020-04-01,,160.0,14.0,,,
+FR-70,Haute-Saône,2020-04-02,,181.0,21.0,,,
+FR-70,Haute-Saône,2020-04-03,,191.0,10.0,,,
+FR-70,Haute-Saône,2020-04-04,,200.0,9.0,,,
+FR-70,Haute-Saône,2020-04-05,,206.0,6.0,,,
+FR-70,Haute-Saône,2020-04-06,,215.0,9.0,,,
+FR-70,Haute-Saône,2020-04-07,,231.0,16.0,,,
+FR-70,Haute-Saône,2020-04-08,,238.0,7.0,,,
+FR-70,Haute-Saône,2020-04-09,,248.0,10.0,,,
+FR-70,Haute-Saône,2020-04-10,,253.0,5.0,,,
+FR-70,Haute-Saône,2020-04-11,,253.0,0.0,,,
+FR-70,Haute-Saône,2020-04-12,,254.0,1.0,,,
+FR-70,Haute-Saône,2020-04-13,,255.0,1.0,,,
+FR-70,Haute-Saône,2020-04-14,,267.0,12.0,,,
+FR-70,Haute-Saône,2020-04-15,,281.0,14.0,,,
+FR-70,Haute-Saône,2020-04-16,,287.0,6.0,,,
+FR-70,Haute-Saône,2020-04-17,,292.0,5.0,,,
+FR-70,Haute-Saône,2020-04-18,,294.0,2.0,,,
+FR-70,Haute-Saône,2020-04-19,,294.0,0.0,,,
+FR-70,Haute-Saône,2020-04-20,,304.0,10.0,,,
+FR-70,Haute-Saône,2020-04-21,,307.0,3.0,,,
+FR-70,Haute-Saône,2020-04-22,,310.0,3.0,,,
+FR-70,Haute-Saône,2020-04-23,,314.0,4.0,,,
+FR-70,Haute-Saône,2020-04-24,,332.0,18.0,,,
+FR-70,Haute-Saône,2020-04-25,,332.0,0.0,,,
+FR-70,Haute-Saône,2020-04-26,,334.0,2.0,,,
+FR-70,Haute-Saône,2020-04-27,,335.0,1.0,,,
+FR-70,Haute-Saône,2020-04-28,,338.0,3.0,,,
+FR-70,Haute-Saône,2020-04-29,,340.0,2.0,,,
+FR-70,Haute-Saône,2020-04-30,,342.0,2.0,,,
+FR-70,Haute-Saône,2020-05-01,,342.0,0.0,,,
+FR-70,Haute-Saône,2020-05-02,,342.0,0.0,,,
+FR-70,Haute-Saône,2020-05-03,,342.0,0.0,,,
+FR-70,Haute-Saône,2020-05-04,,348.0,6.0,,,
+FR-70,Haute-Saône,2020-05-05,,350.0,2.0,,,
+FR-70,Haute-Saône,2020-05-06,,354.0,4.0,,,
+FR-70,Haute-Saône,2020-05-07,,358.0,4.0,,,
+FR-70,Haute-Saône,2020-05-08,,359.0,1.0,,,
+FR-70,Haute-Saône,2020-05-09,,361.0,2.0,,,
+FR-70,Haute-Saône,2020-05-10,,362.0,1.0,,,
+FR-70,Haute-Saône,2020-05-11,,365.0,3.0,,,
+FR-70,Haute-Saône,2020-05-12,,366.0,1.0,,,
+FR-70,Haute-Saône,2020-05-13,,366.0,0.0,,,
+FR-70,Haute-Saône,2020-05-14,,367.0,1.0,,,
+FR-70,Haute-Saône,2020-05-15,,367.0,0.0,,,
+FR-70,Haute-Saône,2020-05-16,,367.0,0.0,,,
+FR-70,Haute-Saône,2020-05-17,,367.0,0.0,,,
+FR-70,Haute-Saône,2020-05-18,,368.0,1.0,,,
+FR-70,Haute-Saône,2020-05-19,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-20,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-21,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-22,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-23,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-24,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-25,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-26,,369.0,1.0,,,
+FR-70,Haute-Saône,2020-05-27,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-28,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-29,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-30,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-31,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-01,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-02,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-03,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-04,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-05,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-06,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-07,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-08,,369.0,0.0,,,
+FR-71,Saône-et-Loire,2020-03-19,,18.0,18.0,,,
+FR-71,Saône-et-Loire,2020-03-20,,28.0,10.0,,,
+FR-71,Saône-et-Loire,2020-03-21,,39.0,11.0,,,
+FR-71,Saône-et-Loire,2020-03-22,,80.0,41.0,,,
+FR-71,Saône-et-Loire,2020-03-23,,102.0,22.0,,,
+FR-71,Saône-et-Loire,2020-03-24,,165.0,63.0,,,
+FR-71,Saône-et-Loire,2020-03-25,,208.0,43.0,,,
+FR-71,Saône-et-Loire,2020-03-26,,274.0,66.0,,,
+FR-71,Saône-et-Loire,2020-03-27,,297.0,23.0,,,
+FR-71,Saône-et-Loire,2020-03-28,,334.0,37.0,,,
+FR-71,Saône-et-Loire,2020-03-29,,348.0,14.0,,,
+FR-71,Saône-et-Loire,2020-03-30,,359.0,11.0,,,
+FR-71,Saône-et-Loire,2020-03-31,,387.0,28.0,,,
+FR-71,Saône-et-Loire,2020-04-01,,411.0,24.0,,,
+FR-71,Saône-et-Loire,2020-04-02,,430.0,19.0,,,
+FR-71,Saône-et-Loire,2020-04-03,,451.0,21.0,,,
+FR-71,Saône-et-Loire,2020-04-04,,465.0,14.0,,,
+FR-71,Saône-et-Loire,2020-04-05,,478.0,13.0,,,
+FR-71,Saône-et-Loire,2020-04-06,,524.0,46.0,,,
+FR-71,Saône-et-Loire,2020-04-07,,551.0,27.0,,,
+FR-71,Saône-et-Loire,2020-04-08,,574.0,23.0,,,
+FR-71,Saône-et-Loire,2020-04-09,,597.0,23.0,,,
+FR-71,Saône-et-Loire,2020-04-10,,614.0,17.0,,,
+FR-71,Saône-et-Loire,2020-04-11,,633.0,19.0,,,
+FR-71,Saône-et-Loire,2020-04-12,,639.0,6.0,,,
+FR-71,Saône-et-Loire,2020-04-13,,641.0,2.0,,,
+FR-71,Saône-et-Loire,2020-04-14,,655.0,14.0,,,
+FR-71,Saône-et-Loire,2020-04-15,,683.0,28.0,,,
+FR-71,Saône-et-Loire,2020-04-16,,713.0,30.0,,,
+FR-71,Saône-et-Loire,2020-04-17,,740.0,27.0,,,
+FR-71,Saône-et-Loire,2020-04-18,,747.0,7.0,,,
+FR-71,Saône-et-Loire,2020-04-19,,756.0,9.0,,,
+FR-71,Saône-et-Loire,2020-04-20,,769.0,13.0,,,
+FR-71,Saône-et-Loire,2020-04-21,,798.0,29.0,,,
+FR-71,Saône-et-Loire,2020-04-22,,841.0,43.0,,,
+FR-71,Saône-et-Loire,2020-04-23,,853.0,12.0,,,
+FR-71,Saône-et-Loire,2020-04-24,,866.0,13.0,,,
+FR-71,Saône-et-Loire,2020-04-25,,881.0,15.0,,,
+FR-71,Saône-et-Loire,2020-04-26,,886.0,5.0,,,
+FR-71,Saône-et-Loire,2020-04-27,,902.0,16.0,,,
+FR-71,Saône-et-Loire,2020-04-28,,934.0,32.0,,,
+FR-71,Saône-et-Loire,2020-04-29,,964.0,30.0,,,
+FR-71,Saône-et-Loire,2020-04-30,,992.0,28.0,,,
+FR-71,Saône-et-Loire,2020-05-01,,997.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-02,,998.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-03,,1004.0,6.0,,,
+FR-71,Saône-et-Loire,2020-05-04,,1008.0,4.0,,,
+FR-71,Saône-et-Loire,2020-05-05,,1020.0,12.0,,,
+FR-71,Saône-et-Loire,2020-05-06,,1029.0,9.0,,,
+FR-71,Saône-et-Loire,2020-05-07,,1034.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-08,,1040.0,6.0,,,
+FR-71,Saône-et-Loire,2020-05-09,,1042.0,2.0,,,
+FR-71,Saône-et-Loire,2020-05-10,,1045.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-11,,1049.0,4.0,,,
+FR-71,Saône-et-Loire,2020-05-12,,1050.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-13,,1061.0,11.0,,,
+FR-71,Saône-et-Loire,2020-05-14,,1066.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-15,,1071.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-16,,1072.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-17,,1072.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-18,,1080.0,8.0,,,
+FR-71,Saône-et-Loire,2020-05-19,,1089.0,9.0,,,
+FR-71,Saône-et-Loire,2020-05-20,,1092.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-21,,1092.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-22,,1095.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-23,,1096.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-24,,1096.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-25,,1106.0,10.0,,,
+FR-71,Saône-et-Loire,2020-05-26,,1110.0,4.0,,,
+FR-71,Saône-et-Loire,2020-05-27,,1112.0,2.0,,,
+FR-71,Saône-et-Loire,2020-05-28,,1115.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-29,,1118.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-30,,1118.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-31,,1118.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-01,,1118.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-02,,1121.0,3.0,,,
+FR-71,Saône-et-Loire,2020-06-03,,1126.0,5.0,,,
+FR-71,Saône-et-Loire,2020-06-04,,1126.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-05,,1127.0,1.0,,,
+FR-71,Saône-et-Loire,2020-06-06,,1127.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-07,,1127.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-08,,1132.0,5.0,,,
+FR-72,Sarthe,2020-03-19,,3.0,3.0,,,
+FR-72,Sarthe,2020-03-20,,3.0,0.0,,,
+FR-72,Sarthe,2020-03-21,,6.0,3.0,,,
+FR-72,Sarthe,2020-03-22,,11.0,5.0,,,
+FR-72,Sarthe,2020-03-23,,17.0,6.0,,,
+FR-72,Sarthe,2020-03-24,,26.0,9.0,,,
+FR-72,Sarthe,2020-03-25,,30.0,4.0,,,
+FR-72,Sarthe,2020-03-26,,54.0,24.0,,,
+FR-72,Sarthe,2020-03-27,,70.0,16.0,,,
+FR-72,Sarthe,2020-03-28,,103.0,33.0,,,
+FR-72,Sarthe,2020-03-29,,129.0,26.0,,,
+FR-72,Sarthe,2020-03-30,,152.0,23.0,,,
+FR-72,Sarthe,2020-03-31,,172.0,20.0,,,
+FR-72,Sarthe,2020-04-01,,190.0,18.0,,,
+FR-72,Sarthe,2020-04-02,,208.0,18.0,,,
+FR-72,Sarthe,2020-04-03,,222.0,14.0,,,
+FR-72,Sarthe,2020-04-04,,227.0,5.0,,,
+FR-72,Sarthe,2020-04-05,,236.0,9.0,,,
+FR-72,Sarthe,2020-04-06,,241.0,5.0,,,
+FR-72,Sarthe,2020-04-07,,255.0,14.0,,,
+FR-72,Sarthe,2020-04-08,,271.0,16.0,,,
+FR-72,Sarthe,2020-04-09,,297.0,26.0,,,
+FR-72,Sarthe,2020-04-10,,304.0,7.0,,,
+FR-72,Sarthe,2020-04-11,,317.0,13.0,,,
+FR-72,Sarthe,2020-04-12,,326.0,9.0,,,
+FR-72,Sarthe,2020-04-13,,331.0,5.0,,,
+FR-72,Sarthe,2020-04-14,,342.0,11.0,,,
+FR-72,Sarthe,2020-04-15,,362.0,20.0,,,
+FR-72,Sarthe,2020-04-16,,374.0,12.0,,,
+FR-72,Sarthe,2020-04-17,,380.0,6.0,,,
+FR-72,Sarthe,2020-04-18,,389.0,9.0,,,
+FR-72,Sarthe,2020-04-19,,393.0,4.0,,,
+FR-72,Sarthe,2020-04-20,,402.0,9.0,,,
+FR-72,Sarthe,2020-04-21,,407.0,5.0,,,
+FR-72,Sarthe,2020-04-22,,414.0,7.0,,,
+FR-72,Sarthe,2020-04-23,,428.0,14.0,,,
+FR-72,Sarthe,2020-04-24,,437.0,9.0,,,
+FR-72,Sarthe,2020-04-25,,444.0,7.0,,,
+FR-72,Sarthe,2020-04-26,,449.0,5.0,,,
+FR-72,Sarthe,2020-04-27,,454.0,5.0,,,
+FR-72,Sarthe,2020-04-28,,459.0,5.0,,,
+FR-72,Sarthe,2020-04-29,,463.0,4.0,,,
+FR-72,Sarthe,2020-04-30,,466.0,3.0,,,
+FR-72,Sarthe,2020-05-01,,477.0,11.0,,,
+FR-72,Sarthe,2020-05-02,,479.0,2.0,,,
+FR-72,Sarthe,2020-05-03,,482.0,3.0,,,
+FR-72,Sarthe,2020-05-04,,483.0,1.0,,,
+FR-72,Sarthe,2020-05-05,,490.0,7.0,,,
+FR-72,Sarthe,2020-05-06,,496.0,6.0,,,
+FR-72,Sarthe,2020-05-07,,498.0,2.0,,,
+FR-72,Sarthe,2020-05-08,,502.0,4.0,,,
+FR-72,Sarthe,2020-05-09,,505.0,3.0,,,
+FR-72,Sarthe,2020-05-10,,509.0,4.0,,,
+FR-72,Sarthe,2020-05-11,,509.0,0.0,,,
+FR-72,Sarthe,2020-05-12,,513.0,4.0,,,
+FR-72,Sarthe,2020-05-13,,519.0,6.0,,,
+FR-72,Sarthe,2020-05-14,,524.0,5.0,,,
+FR-72,Sarthe,2020-05-15,,526.0,2.0,,,
+FR-72,Sarthe,2020-05-16,,527.0,1.0,,,
+FR-72,Sarthe,2020-05-17,,528.0,1.0,,,
+FR-72,Sarthe,2020-05-18,,529.0,1.0,,,
+FR-72,Sarthe,2020-05-19,,529.0,0.0,,,
+FR-72,Sarthe,2020-05-20,,530.0,1.0,,,
+FR-72,Sarthe,2020-05-21,,531.0,1.0,,,
+FR-72,Sarthe,2020-05-22,,534.0,3.0,,,
+FR-72,Sarthe,2020-05-23,,534.0,0.0,,,
+FR-72,Sarthe,2020-05-24,,535.0,1.0,,,
+FR-72,Sarthe,2020-05-25,,535.0,0.0,,,
+FR-72,Sarthe,2020-05-26,,535.0,0.0,,,
+FR-72,Sarthe,2020-05-27,,536.0,1.0,,,
+FR-72,Sarthe,2020-05-28,,536.0,0.0,,,
+FR-72,Sarthe,2020-05-29,,536.0,0.0,,,
+FR-72,Sarthe,2020-05-30,,536.0,0.0,,,
+FR-72,Sarthe,2020-05-31,,536.0,0.0,,,
+FR-72,Sarthe,2020-06-01,,536.0,0.0,,,
+FR-72,Sarthe,2020-06-02,,539.0,3.0,,,
+FR-72,Sarthe,2020-06-03,,541.0,2.0,,,
+FR-72,Sarthe,2020-06-04,,542.0,1.0,,,
+FR-72,Sarthe,2020-06-05,,542.0,0.0,,,
+FR-72,Sarthe,2020-06-06,,542.0,0.0,,,
+FR-72,Sarthe,2020-06-07,,542.0,0.0,,,
+FR-72,Sarthe,2020-06-08,,542.0,0.0,,,
+FR-73,Savoie,2020-03-19,,9.0,9.0,,,
+FR-73,Savoie,2020-03-20,,14.0,5.0,,,
+FR-73,Savoie,2020-03-21,,16.0,2.0,,,
+FR-73,Savoie,2020-03-22,,24.0,8.0,,,
+FR-73,Savoie,2020-03-23,,30.0,6.0,,,
+FR-73,Savoie,2020-03-24,,36.0,6.0,,,
+FR-73,Savoie,2020-03-25,,53.0,17.0,,,
+FR-73,Savoie,2020-03-26,,64.0,11.0,,,
+FR-73,Savoie,2020-03-27,,77.0,13.0,,,
+FR-73,Savoie,2020-03-28,,84.0,7.0,,,
+FR-73,Savoie,2020-03-29,,104.0,20.0,,,
+FR-73,Savoie,2020-03-30,,117.0,13.0,,,
+FR-73,Savoie,2020-03-31,,151.0,34.0,,,
+FR-73,Savoie,2020-04-01,,197.0,46.0,,,
+FR-73,Savoie,2020-04-02,,231.0,34.0,,,
+FR-73,Savoie,2020-04-03,,236.0,5.0,,,
+FR-73,Savoie,2020-04-04,,242.0,6.0,,,
+FR-73,Savoie,2020-04-05,,248.0,6.0,,,
+FR-73,Savoie,2020-04-06,,257.0,9.0,,,
+FR-73,Savoie,2020-04-07,,278.0,21.0,,,
+FR-73,Savoie,2020-04-08,,287.0,9.0,,,
+FR-73,Savoie,2020-04-09,,305.0,18.0,,,
+FR-73,Savoie,2020-04-10,,317.0,12.0,,,
+FR-73,Savoie,2020-04-11,,325.0,8.0,,,
+FR-73,Savoie,2020-04-12,,331.0,6.0,,,
+FR-73,Savoie,2020-04-13,,336.0,5.0,,,
+FR-73,Savoie,2020-04-14,,342.0,6.0,,,
+FR-73,Savoie,2020-04-15,,349.0,7.0,,,
+FR-73,Savoie,2020-04-16,,355.0,6.0,,,
+FR-73,Savoie,2020-04-17,,369.0,14.0,,,
+FR-73,Savoie,2020-04-18,,376.0,7.0,,,
+FR-73,Savoie,2020-04-19,,382.0,6.0,,,
+FR-73,Savoie,2020-04-20,,386.0,4.0,,,
+FR-73,Savoie,2020-04-21,,398.0,12.0,,,
+FR-73,Savoie,2020-04-22,,400.0,2.0,,,
+FR-73,Savoie,2020-04-23,,410.0,10.0,,,
+FR-73,Savoie,2020-04-24,,416.0,6.0,,,
+FR-73,Savoie,2020-04-25,,426.0,10.0,,,
+FR-73,Savoie,2020-04-26,,428.0,2.0,,,
+FR-73,Savoie,2020-04-27,,432.0,4.0,,,
+FR-73,Savoie,2020-04-28,,438.0,6.0,,,
+FR-73,Savoie,2020-04-29,,439.0,1.0,,,
+FR-73,Savoie,2020-04-30,,442.0,3.0,,,
+FR-73,Savoie,2020-05-01,,444.0,2.0,,,
+FR-73,Savoie,2020-05-02,,444.0,0.0,,,
+FR-73,Savoie,2020-05-03,,445.0,1.0,,,
+FR-73,Savoie,2020-05-04,,448.0,3.0,,,
+FR-73,Savoie,2020-05-05,,456.0,8.0,,,
+FR-73,Savoie,2020-05-06,,457.0,1.0,,,
+FR-73,Savoie,2020-05-07,,459.0,2.0,,,
+FR-73,Savoie,2020-05-08,,460.0,1.0,,,
+FR-73,Savoie,2020-05-09,,461.0,1.0,,,
+FR-73,Savoie,2020-05-10,,461.0,0.0,,,
+FR-73,Savoie,2020-05-11,,464.0,3.0,,,
+FR-73,Savoie,2020-05-12,,466.0,2.0,,,
+FR-73,Savoie,2020-05-13,,467.0,1.0,,,
+FR-73,Savoie,2020-05-14,,470.0,3.0,,,
+FR-73,Savoie,2020-05-15,,472.0,2.0,,,
+FR-73,Savoie,2020-05-16,,473.0,1.0,,,
+FR-73,Savoie,2020-05-17,,474.0,1.0,,,
+FR-73,Savoie,2020-05-18,,474.0,0.0,,,
+FR-73,Savoie,2020-05-19,,476.0,2.0,,,
+FR-73,Savoie,2020-05-20,,479.0,3.0,,,
+FR-73,Savoie,2020-05-21,,479.0,0.0,,,
+FR-73,Savoie,2020-05-22,,480.0,1.0,,,
+FR-73,Savoie,2020-05-23,,482.0,2.0,,,
+FR-73,Savoie,2020-05-24,,482.0,0.0,,,
+FR-73,Savoie,2020-05-25,,482.0,0.0,,,
+FR-73,Savoie,2020-05-26,,483.0,1.0,,,
+FR-73,Savoie,2020-05-27,,486.0,3.0,,,
+FR-73,Savoie,2020-05-28,,486.0,0.0,,,
+FR-73,Savoie,2020-05-29,,487.0,1.0,,,
+FR-73,Savoie,2020-05-30,,488.0,1.0,,,
+FR-73,Savoie,2020-05-31,,488.0,0.0,,,
+FR-73,Savoie,2020-06-01,,489.0,1.0,,,
+FR-73,Savoie,2020-06-02,,489.0,0.0,,,
+FR-73,Savoie,2020-06-03,,490.0,1.0,,,
+FR-73,Savoie,2020-06-04,,492.0,2.0,,,
+FR-73,Savoie,2020-06-05,,493.0,1.0,,,
+FR-73,Savoie,2020-06-06,,493.0,0.0,,,
+FR-73,Savoie,2020-06-07,,493.0,0.0,,,
+FR-73,Savoie,2020-06-08,,495.0,2.0,,,
+FR-74,Haute-Savoie,2020-03-19,,13.0,13.0,,,
+FR-74,Haute-Savoie,2020-03-20,,36.0,23.0,,,
+FR-74,Haute-Savoie,2020-03-21,,51.0,15.0,,,
+FR-74,Haute-Savoie,2020-03-22,,67.0,16.0,,,
+FR-74,Haute-Savoie,2020-03-23,,93.0,26.0,,,
+FR-74,Haute-Savoie,2020-03-24,,107.0,14.0,,,
+FR-74,Haute-Savoie,2020-03-25,,143.0,36.0,,,
+FR-74,Haute-Savoie,2020-03-26,,178.0,35.0,,,
+FR-74,Haute-Savoie,2020-03-27,,218.0,40.0,,,
+FR-74,Haute-Savoie,2020-03-28,,255.0,37.0,,,
+FR-74,Haute-Savoie,2020-03-29,,300.0,45.0,,,
+FR-74,Haute-Savoie,2020-03-30,,346.0,46.0,,,
+FR-74,Haute-Savoie,2020-03-31,,370.0,24.0,,,
+FR-74,Haute-Savoie,2020-04-01,,409.0,39.0,,,
+FR-74,Haute-Savoie,2020-04-02,,453.0,44.0,,,
+FR-74,Haute-Savoie,2020-04-03,,492.0,39.0,,,
+FR-74,Haute-Savoie,2020-04-04,,508.0,16.0,,,
+FR-74,Haute-Savoie,2020-04-05,,546.0,38.0,,,
+FR-74,Haute-Savoie,2020-04-06,,561.0,15.0,,,
+FR-74,Haute-Savoie,2020-04-07,,586.0,25.0,,,
+FR-74,Haute-Savoie,2020-04-08,,615.0,29.0,,,
+FR-74,Haute-Savoie,2020-04-09,,641.0,26.0,,,
+FR-74,Haute-Savoie,2020-04-10,,656.0,15.0,,,
+FR-74,Haute-Savoie,2020-04-11,,695.0,39.0,,,
+FR-74,Haute-Savoie,2020-04-12,,709.0,14.0,,,
+FR-74,Haute-Savoie,2020-04-13,,720.0,11.0,,,
+FR-74,Haute-Savoie,2020-04-14,,734.0,14.0,,,
+FR-74,Haute-Savoie,2020-04-15,,757.0,23.0,,,
+FR-74,Haute-Savoie,2020-04-16,,774.0,17.0,,,
+FR-74,Haute-Savoie,2020-04-17,,792.0,18.0,,,
+FR-74,Haute-Savoie,2020-04-18,,820.0,28.0,,,
+FR-74,Haute-Savoie,2020-04-19,,832.0,12.0,,,
+FR-74,Haute-Savoie,2020-04-20,,838.0,6.0,,,
+FR-74,Haute-Savoie,2020-04-21,,854.0,16.0,,,
+FR-74,Haute-Savoie,2020-04-22,,863.0,9.0,,,
+FR-74,Haute-Savoie,2020-04-23,,867.0,4.0,,,
+FR-74,Haute-Savoie,2020-04-24,,879.0,12.0,,,
+FR-74,Haute-Savoie,2020-04-25,,887.0,8.0,,,
+FR-74,Haute-Savoie,2020-04-26,,894.0,7.0,,,
+FR-74,Haute-Savoie,2020-04-27,,903.0,9.0,,,
+FR-74,Haute-Savoie,2020-04-28,,918.0,15.0,,,
+FR-74,Haute-Savoie,2020-04-29,,930.0,12.0,,,
+FR-74,Haute-Savoie,2020-04-30,,940.0,10.0,,,
+FR-74,Haute-Savoie,2020-05-01,,947.0,7.0,,,
+FR-74,Haute-Savoie,2020-05-02,,953.0,6.0,,,
+FR-74,Haute-Savoie,2020-05-03,,957.0,4.0,,,
+FR-74,Haute-Savoie,2020-05-04,,963.0,6.0,,,
+FR-74,Haute-Savoie,2020-05-05,,972.0,9.0,,,
+FR-74,Haute-Savoie,2020-05-06,,975.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-07,,984.0,9.0,,,
+FR-74,Haute-Savoie,2020-05-08,,986.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-09,,995.0,9.0,,,
+FR-74,Haute-Savoie,2020-05-10,,997.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-11,,999.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-12,,1001.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-13,,1007.0,6.0,,,
+FR-74,Haute-Savoie,2020-05-14,,1015.0,8.0,,,
+FR-74,Haute-Savoie,2020-05-15,,1019.0,4.0,,,
+FR-74,Haute-Savoie,2020-05-16,,1023.0,4.0,,,
+FR-74,Haute-Savoie,2020-05-17,,1026.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-18,,1029.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-19,,1032.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-20,,1033.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-21,,1034.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-22,,1035.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-23,,1036.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-24,,1038.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-25,,1041.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-26,,1042.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-27,,1043.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-28,,1044.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-29,,1044.0,0.0,,,
+FR-74,Haute-Savoie,2020-05-30,,1045.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-31,,1045.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-01,,1046.0,1.0,,,
+FR-74,Haute-Savoie,2020-06-02,,1047.0,1.0,,,
+FR-74,Haute-Savoie,2020-06-03,,1049.0,2.0,,,
+FR-74,Haute-Savoie,2020-06-04,,1049.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-05,,1049.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-06,,1050.0,1.0,,,
+FR-74,Haute-Savoie,2020-06-07,,1050.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-08,,1050.0,0.0,,,
+FR-75,Paris,2020-03-19,,168.0,168.0,,,
+FR-75,Paris,2020-03-20,,288.0,120.0,,,
+FR-75,Paris,2020-03-21,,428.0,140.0,,,
+FR-75,Paris,2020-03-22,,579.0,151.0,,,
+FR-75,Paris,2020-03-23,,768.0,189.0,,,
+FR-75,Paris,2020-03-24,,976.0,208.0,,,
+FR-75,Paris,2020-03-25,,1291.0,315.0,,,
+FR-75,Paris,2020-03-26,,1569.0,278.0,,,
+FR-75,Paris,2020-03-27,,1839.0,270.0,,,
+FR-75,Paris,2020-03-28,,2186.0,347.0,,,
+FR-75,Paris,2020-03-29,,2428.0,242.0,,,
+FR-75,Paris,2020-03-30,,2681.0,253.0,,,
+FR-75,Paris,2020-03-31,,3090.0,409.0,,,
+FR-75,Paris,2020-04-01,,3472.0,382.0,,,
+FR-75,Paris,2020-04-02,,3818.0,346.0,,,
+FR-75,Paris,2020-04-03,,4112.0,294.0,,,
+FR-75,Paris,2020-04-04,,4399.0,287.0,,,
+FR-75,Paris,2020-04-05,,4632.0,233.0,,,
+FR-75,Paris,2020-04-06,,4858.0,226.0,,,
+FR-75,Paris,2020-04-07,,5096.0,238.0,,,
+FR-75,Paris,2020-04-08,,5337.0,241.0,,,
+FR-75,Paris,2020-04-09,,5575.0,238.0,,,
+FR-75,Paris,2020-04-10,,5868.0,293.0,,,
+FR-75,Paris,2020-04-11,,6087.0,219.0,,,
+FR-75,Paris,2020-04-12,,6257.0,170.0,,,
+FR-75,Paris,2020-04-13,,6388.0,131.0,,,
+FR-75,Paris,2020-04-14,,6516.0,128.0,,,
+FR-75,Paris,2020-04-15,,6670.0,154.0,,,
+FR-75,Paris,2020-04-16,,6824.0,154.0,,,
+FR-75,Paris,2020-04-17,,7026.0,202.0,,,
+FR-75,Paris,2020-04-18,,7155.0,129.0,,,
+FR-75,Paris,2020-04-19,,7215.0,60.0,,,
+FR-75,Paris,2020-04-20,,7325.0,110.0,,,
+FR-75,Paris,2020-04-21,,7455.0,130.0,,,
+FR-75,Paris,2020-04-22,,7546.0,91.0,,,
+FR-75,Paris,2020-04-23,,7627.0,81.0,,,
+FR-75,Paris,2020-04-24,,7691.0,64.0,,,
+FR-75,Paris,2020-04-25,,7760.0,69.0,,,
+FR-75,Paris,2020-04-26,,7811.0,51.0,,,
+FR-75,Paris,2020-04-27,,7864.0,53.0,,,
+FR-75,Paris,2020-04-28,,7948.0,84.0,,,
+FR-75,Paris,2020-04-29,,8053.0,105.0,,,
+FR-75,Paris,2020-04-30,,8128.0,75.0,,,
+FR-75,Paris,2020-05-01,,8170.0,42.0,,,
+FR-75,Paris,2020-05-02,,8202.0,32.0,,,
+FR-75,Paris,2020-05-03,,8226.0,24.0,,,
+FR-75,Paris,2020-05-04,,8268.0,42.0,,,
+FR-75,Paris,2020-05-05,,8347.0,79.0,,,
+FR-75,Paris,2020-05-06,,8395.0,48.0,,,
+FR-75,Paris,2020-05-07,,8442.0,47.0,,,
+FR-75,Paris,2020-05-08,,8477.0,35.0,,,
+FR-75,Paris,2020-05-09,,8499.0,22.0,,,
+FR-75,Paris,2020-05-10,,8520.0,21.0,,,
+FR-75,Paris,2020-05-11,,8565.0,45.0,,,
+FR-75,Paris,2020-05-12,,8618.0,53.0,,,
+FR-75,Paris,2020-05-13,,8649.0,31.0,,,
+FR-75,Paris,2020-05-14,,8667.0,18.0,,,
+FR-75,Paris,2020-05-15,,8695.0,28.0,,,
+FR-75,Paris,2020-05-16,,8715.0,20.0,,,
+FR-75,Paris,2020-05-17,,8724.0,9.0,,,
+FR-75,Paris,2020-05-18,,8741.0,17.0,,,
+FR-75,Paris,2020-05-19,,8771.0,30.0,,,
+FR-75,Paris,2020-05-20,,8797.0,26.0,,,
+FR-75,Paris,2020-05-21,,8811.0,14.0,,,
+FR-75,Paris,2020-05-22,,8823.0,12.0,,,
+FR-75,Paris,2020-05-23,,8835.0,12.0,,,
+FR-75,Paris,2020-05-24,,8839.0,4.0,,,
+FR-75,Paris,2020-05-25,,8849.0,10.0,,,
+FR-75,Paris,2020-05-26,,8872.0,23.0,,,
+FR-75,Paris,2020-05-27,,8880.0,8.0,,,
+FR-75,Paris,2020-05-28,,8895.0,15.0,,,
+FR-75,Paris,2020-05-29,,8909.0,14.0,,,
+FR-75,Paris,2020-05-30,,8921.0,12.0,,,
+FR-75,Paris,2020-05-31,,8926.0,5.0,,,
+FR-75,Paris,2020-06-01,,8933.0,7.0,,,
+FR-75,Paris,2020-06-02,,8939.0,6.0,,,
+FR-75,Paris,2020-06-03,,8945.0,6.0,,,
+FR-75,Paris,2020-06-04,,8954.0,9.0,,,
+FR-75,Paris,2020-06-05,,8965.0,11.0,,,
+FR-75,Paris,2020-06-06,,8972.0,7.0,,,
+FR-75,Paris,2020-06-07,,8976.0,4.0,,,
+FR-75,Paris,2020-06-08,,8981.0,5.0,,,
+FR-76,Seine-Maritime,2020-03-19,,12.0,12.0,,,
+FR-76,Seine-Maritime,2020-03-20,,26.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-21,,43.0,17.0,,,
+FR-76,Seine-Maritime,2020-03-22,,57.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-23,,71.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-24,,95.0,24.0,,,
+FR-76,Seine-Maritime,2020-03-25,,131.0,36.0,,,
+FR-76,Seine-Maritime,2020-03-26,,162.0,31.0,,,
+FR-76,Seine-Maritime,2020-03-27,,195.0,33.0,,,
+FR-76,Seine-Maritime,2020-03-28,,256.0,61.0,,,
+FR-76,Seine-Maritime,2020-03-29,,314.0,58.0,,,
+FR-76,Seine-Maritime,2020-03-30,,328.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-31,,398.0,70.0,,,
+FR-76,Seine-Maritime,2020-04-01,,429.0,31.0,,,
+FR-76,Seine-Maritime,2020-04-02,,486.0,57.0,,,
+FR-76,Seine-Maritime,2020-04-03,,514.0,28.0,,,
+FR-76,Seine-Maritime,2020-04-04,,546.0,32.0,,,
+FR-76,Seine-Maritime,2020-04-05,,569.0,23.0,,,
+FR-76,Seine-Maritime,2020-04-06,,592.0,23.0,,,
+FR-76,Seine-Maritime,2020-04-07,,627.0,35.0,,,
+FR-76,Seine-Maritime,2020-04-08,,645.0,18.0,,,
+FR-76,Seine-Maritime,2020-04-09,,659.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-10,,691.0,32.0,,,
+FR-76,Seine-Maritime,2020-04-11,,704.0,13.0,,,
+FR-76,Seine-Maritime,2020-04-12,,717.0,13.0,,,
+FR-76,Seine-Maritime,2020-04-13,,733.0,16.0,,,
+FR-76,Seine-Maritime,2020-04-14,,747.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-15,,765.0,18.0,,,
+FR-76,Seine-Maritime,2020-04-16,,782.0,17.0,,,
+FR-76,Seine-Maritime,2020-04-17,,800.0,18.0,,,
+FR-76,Seine-Maritime,2020-04-18,,828.0,28.0,,,
+FR-76,Seine-Maritime,2020-04-19,,844.0,16.0,,,
+FR-76,Seine-Maritime,2020-04-20,,857.0,13.0,,,
+FR-76,Seine-Maritime,2020-04-21,,871.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-22,,885.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-23,,896.0,11.0,,,
+FR-76,Seine-Maritime,2020-04-24,,926.0,30.0,,,
+FR-76,Seine-Maritime,2020-04-25,,931.0,5.0,,,
+FR-76,Seine-Maritime,2020-04-26,,937.0,6.0,,,
+FR-76,Seine-Maritime,2020-04-27,,940.0,3.0,,,
+FR-76,Seine-Maritime,2020-04-28,,967.0,27.0,,,
+FR-76,Seine-Maritime,2020-04-29,,970.0,3.0,,,
+FR-76,Seine-Maritime,2020-04-30,,977.0,7.0,,,
+FR-76,Seine-Maritime,2020-05-01,,981.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-02,,982.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-03,,982.0,0.0,,,
+FR-76,Seine-Maritime,2020-05-04,,987.0,5.0,,,
+FR-76,Seine-Maritime,2020-05-05,,991.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-06,,992.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-07,,994.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-08,,1002.0,8.0,,,
+FR-76,Seine-Maritime,2020-05-09,,1005.0,3.0,,,
+FR-76,Seine-Maritime,2020-05-10,,1008.0,3.0,,,
+FR-76,Seine-Maritime,2020-05-11,,1015.0,7.0,,,
+FR-76,Seine-Maritime,2020-05-12,,1017.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-13,,1019.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-14,,1023.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-15,,1027.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-16,,1031.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-17,,1034.0,3.0,,,
+FR-76,Seine-Maritime,2020-05-18,,1039.0,5.0,,,
+FR-76,Seine-Maritime,2020-05-19,,1046.0,7.0,,,
+FR-76,Seine-Maritime,2020-05-20,,1051.0,5.0,,,
+FR-76,Seine-Maritime,2020-05-21,,1052.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-22,,1053.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-23,,1055.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-24,,1057.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-25,,1061.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-26,,1063.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-27,,1063.0,0.0,,,
+FR-76,Seine-Maritime,2020-05-28,,1064.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-29,,1065.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-30,,1065.0,0.0,,,
+FR-76,Seine-Maritime,2020-05-31,,1065.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-01,,1066.0,1.0,,,
+FR-76,Seine-Maritime,2020-06-02,,1069.0,3.0,,,
+FR-76,Seine-Maritime,2020-06-03,,1070.0,1.0,,,
+FR-76,Seine-Maritime,2020-06-04,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-05,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-06,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-07,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-08,,1070.0,0.0,,,
+FR-77,Seine-et-Marne,2020-03-19,,44.0,44.0,,,
+FR-77,Seine-et-Marne,2020-03-20,,74.0,30.0,,,
+FR-77,Seine-et-Marne,2020-03-21,,105.0,31.0,,,
+FR-77,Seine-et-Marne,2020-03-22,,142.0,37.0,,,
+FR-77,Seine-et-Marne,2020-03-23,,184.0,42.0,,,
+FR-77,Seine-et-Marne,2020-03-24,,234.0,50.0,,,
+FR-77,Seine-et-Marne,2020-03-25,,301.0,67.0,,,
+FR-77,Seine-et-Marne,2020-03-26,,377.0,76.0,,,
+FR-77,Seine-et-Marne,2020-03-27,,460.0,83.0,,,
+FR-77,Seine-et-Marne,2020-03-28,,558.0,98.0,,,
+FR-77,Seine-et-Marne,2020-03-29,,611.0,53.0,,,
+FR-77,Seine-et-Marne,2020-03-30,,696.0,85.0,,,
+FR-77,Seine-et-Marne,2020-03-31,,826.0,130.0,,,
+FR-77,Seine-et-Marne,2020-04-01,,940.0,114.0,,,
+FR-77,Seine-et-Marne,2020-04-02,,1053.0,113.0,,,
+FR-77,Seine-et-Marne,2020-04-03,,1185.0,132.0,,,
+FR-77,Seine-et-Marne,2020-04-04,,1253.0,68.0,,,
+FR-77,Seine-et-Marne,2020-04-05,,1309.0,56.0,,,
+FR-77,Seine-et-Marne,2020-04-06,,1373.0,64.0,,,
+FR-77,Seine-et-Marne,2020-04-07,,1488.0,115.0,,,
+FR-77,Seine-et-Marne,2020-04-08,,1582.0,94.0,,,
+FR-77,Seine-et-Marne,2020-04-09,,1715.0,133.0,,,
+FR-77,Seine-et-Marne,2020-04-10,,1822.0,107.0,,,
+FR-77,Seine-et-Marne,2020-04-11,,1884.0,62.0,,,
+FR-77,Seine-et-Marne,2020-04-12,,1929.0,45.0,,,
+FR-77,Seine-et-Marne,2020-04-13,,1975.0,46.0,,,
+FR-77,Seine-et-Marne,2020-04-14,,2055.0,80.0,,,
+FR-77,Seine-et-Marne,2020-04-15,,2155.0,100.0,,,
+FR-77,Seine-et-Marne,2020-04-16,,2271.0,116.0,,,
+FR-77,Seine-et-Marne,2020-04-17,,2371.0,100.0,,,
+FR-77,Seine-et-Marne,2020-04-18,,2444.0,73.0,,,
+FR-77,Seine-et-Marne,2020-04-19,,2489.0,45.0,,,
+FR-77,Seine-et-Marne,2020-04-20,,2534.0,45.0,,,
+FR-77,Seine-et-Marne,2020-04-21,,2592.0,58.0,,,
+FR-77,Seine-et-Marne,2020-04-22,,2645.0,53.0,,,
+FR-77,Seine-et-Marne,2020-04-23,,2680.0,35.0,,,
+FR-77,Seine-et-Marne,2020-04-24,,2742.0,62.0,,,
+FR-77,Seine-et-Marne,2020-04-25,,2789.0,47.0,,,
+FR-77,Seine-et-Marne,2020-04-26,,2805.0,16.0,,,
+FR-77,Seine-et-Marne,2020-04-27,,2826.0,21.0,,,
+FR-77,Seine-et-Marne,2020-04-28,,2865.0,39.0,,,
+FR-77,Seine-et-Marne,2020-04-29,,2929.0,64.0,,,
+FR-77,Seine-et-Marne,2020-04-30,,2974.0,45.0,,,
+FR-77,Seine-et-Marne,2020-05-01,,2996.0,22.0,,,
+FR-77,Seine-et-Marne,2020-05-02,,3015.0,19.0,,,
+FR-77,Seine-et-Marne,2020-05-03,,3019.0,4.0,,,
+FR-77,Seine-et-Marne,2020-05-04,,3047.0,28.0,,,
+FR-77,Seine-et-Marne,2020-05-05,,3098.0,51.0,,,
+FR-77,Seine-et-Marne,2020-05-06,,3148.0,50.0,,,
+FR-77,Seine-et-Marne,2020-05-07,,3166.0,18.0,,,
+FR-77,Seine-et-Marne,2020-05-08,,3178.0,12.0,,,
+FR-77,Seine-et-Marne,2020-05-09,,3210.0,32.0,,,
+FR-77,Seine-et-Marne,2020-05-10,,3211.0,1.0,,,
+FR-77,Seine-et-Marne,2020-05-11,,3226.0,15.0,,,
+FR-77,Seine-et-Marne,2020-05-12,,3263.0,37.0,,,
+FR-77,Seine-et-Marne,2020-05-13,,3284.0,21.0,,,
+FR-77,Seine-et-Marne,2020-05-14,,3304.0,20.0,,,
+FR-77,Seine-et-Marne,2020-05-15,,3314.0,10.0,,,
+FR-77,Seine-et-Marne,2020-05-16,,3338.0,24.0,,,
+FR-77,Seine-et-Marne,2020-05-17,,3345.0,7.0,,,
+FR-77,Seine-et-Marne,2020-05-18,,3351.0,6.0,,,
+FR-77,Seine-et-Marne,2020-05-19,,3357.0,6.0,,,
+FR-77,Seine-et-Marne,2020-05-20,,3383.0,26.0,,,
+FR-77,Seine-et-Marne,2020-05-21,,3396.0,13.0,,,
+FR-77,Seine-et-Marne,2020-05-22,,3399.0,3.0,,,
+FR-77,Seine-et-Marne,2020-05-23,,3407.0,8.0,,,
+FR-77,Seine-et-Marne,2020-05-24,,3409.0,2.0,,,
+FR-77,Seine-et-Marne,2020-05-25,,3437.0,28.0,,,
+FR-77,Seine-et-Marne,2020-05-26,,3453.0,16.0,,,
+FR-77,Seine-et-Marne,2020-05-27,,3463.0,10.0,,,
+FR-77,Seine-et-Marne,2020-05-28,,3475.0,12.0,,,
+FR-77,Seine-et-Marne,2020-05-29,,3493.0,18.0,,,
+FR-77,Seine-et-Marne,2020-05-30,,3511.0,18.0,,,
+FR-77,Seine-et-Marne,2020-05-31,,3511.0,0.0,,,
+FR-77,Seine-et-Marne,2020-06-01,,3513.0,2.0,,,
+FR-77,Seine-et-Marne,2020-06-02,,3530.0,17.0,,,
+FR-77,Seine-et-Marne,2020-06-03,,3546.0,16.0,,,
+FR-77,Seine-et-Marne,2020-06-04,,3563.0,17.0,,,
+FR-77,Seine-et-Marne,2020-06-05,,3576.0,13.0,,,
+FR-77,Seine-et-Marne,2020-06-06,,3584.0,8.0,,,
+FR-77,Seine-et-Marne,2020-06-07,,3586.0,2.0,,,
+FR-77,Seine-et-Marne,2020-06-08,,3588.0,2.0,,,
+FR-78,Yvelines,2020-03-19,,54.0,54.0,,,
+FR-78,Yvelines,2020-03-20,,86.0,32.0,,,
+FR-78,Yvelines,2020-03-21,,144.0,58.0,,,
+FR-78,Yvelines,2020-03-22,,182.0,38.0,,,
+FR-78,Yvelines,2020-03-23,,216.0,34.0,,,
+FR-78,Yvelines,2020-03-24,,314.0,98.0,,,
+FR-78,Yvelines,2020-03-25,,395.0,81.0,,,
+FR-78,Yvelines,2020-03-26,,505.0,110.0,,,
+FR-78,Yvelines,2020-03-27,,579.0,74.0,,,
+FR-78,Yvelines,2020-03-28,,680.0,101.0,,,
+FR-78,Yvelines,2020-03-29,,754.0,74.0,,,
+FR-78,Yvelines,2020-03-30,,852.0,98.0,,,
+FR-78,Yvelines,2020-03-31,,1044.0,192.0,,,
+FR-78,Yvelines,2020-04-01,,1235.0,191.0,,,
+FR-78,Yvelines,2020-04-02,,1335.0,100.0,,,
+FR-78,Yvelines,2020-04-03,,1421.0,86.0,,,
+FR-78,Yvelines,2020-04-04,,1512.0,91.0,,,
+FR-78,Yvelines,2020-04-05,,1536.0,24.0,,,
+FR-78,Yvelines,2020-04-06,,1662.0,126.0,,,
+FR-78,Yvelines,2020-04-07,,1748.0,86.0,,,
+FR-78,Yvelines,2020-04-08,,1844.0,96.0,,,
+FR-78,Yvelines,2020-04-09,,1898.0,54.0,,,
+FR-78,Yvelines,2020-04-10,,1959.0,61.0,,,
+FR-78,Yvelines,2020-04-11,,2026.0,67.0,,,
+FR-78,Yvelines,2020-04-12,,2059.0,33.0,,,
+FR-78,Yvelines,2020-04-13,,2108.0,49.0,,,
+FR-78,Yvelines,2020-04-14,,2149.0,41.0,,,
+FR-78,Yvelines,2020-04-15,,2219.0,70.0,,,
+FR-78,Yvelines,2020-04-16,,2275.0,56.0,,,
+FR-78,Yvelines,2020-04-17,,2321.0,46.0,,,
+FR-78,Yvelines,2020-04-18,,2353.0,32.0,,,
+FR-78,Yvelines,2020-04-19,,2374.0,21.0,,,
+FR-78,Yvelines,2020-04-20,,2431.0,57.0,,,
+FR-78,Yvelines,2020-04-21,,2470.0,39.0,,,
+FR-78,Yvelines,2020-04-22,,2515.0,45.0,,,
+FR-78,Yvelines,2020-04-23,,2535.0,20.0,,,
+FR-78,Yvelines,2020-04-24,,2587.0,52.0,,,
+FR-78,Yvelines,2020-04-25,,2608.0,21.0,,,
+FR-78,Yvelines,2020-04-26,,2623.0,15.0,,,
+FR-78,Yvelines,2020-04-27,,2639.0,16.0,,,
+FR-78,Yvelines,2020-04-28,,2698.0,59.0,,,
+FR-78,Yvelines,2020-04-29,,2716.0,18.0,,,
+FR-78,Yvelines,2020-04-30,,2746.0,30.0,,,
+FR-78,Yvelines,2020-05-01,,2765.0,19.0,,,
+FR-78,Yvelines,2020-05-02,,2786.0,21.0,,,
+FR-78,Yvelines,2020-05-03,,2792.0,6.0,,,
+FR-78,Yvelines,2020-05-04,,2805.0,13.0,,,
+FR-78,Yvelines,2020-05-05,,2817.0,12.0,,,
+FR-78,Yvelines,2020-05-06,,2833.0,16.0,,,
+FR-78,Yvelines,2020-05-07,,2847.0,14.0,,,
+FR-78,Yvelines,2020-05-08,,2854.0,7.0,,,
+FR-78,Yvelines,2020-05-09,,2859.0,5.0,,,
+FR-78,Yvelines,2020-05-10,,2865.0,6.0,,,
+FR-78,Yvelines,2020-05-11,,2874.0,9.0,,,
+FR-78,Yvelines,2020-05-12,,2901.0,27.0,,,
+FR-78,Yvelines,2020-05-13,,2914.0,13.0,,,
+FR-78,Yvelines,2020-05-14,,2932.0,18.0,,,
+FR-78,Yvelines,2020-05-15,,2948.0,16.0,,,
+FR-78,Yvelines,2020-05-16,,2953.0,5.0,,,
+FR-78,Yvelines,2020-05-17,,2956.0,3.0,,,
+FR-78,Yvelines,2020-05-18,,2966.0,10.0,,,
+FR-78,Yvelines,2020-05-19,,3000.0,34.0,,,
+FR-78,Yvelines,2020-05-20,,3014.0,14.0,,,
+FR-78,Yvelines,2020-05-21,,3023.0,9.0,,,
+FR-78,Yvelines,2020-05-22,,3030.0,7.0,,,
+FR-78,Yvelines,2020-05-23,,3034.0,4.0,,,
+FR-78,Yvelines,2020-05-24,,3034.0,0.0,,,
+FR-78,Yvelines,2020-05-25,,3036.0,2.0,,,
+FR-78,Yvelines,2020-05-26,,3054.0,18.0,,,
+FR-78,Yvelines,2020-05-27,,3062.0,8.0,,,
+FR-78,Yvelines,2020-05-28,,3072.0,10.0,,,
+FR-78,Yvelines,2020-05-29,,3074.0,2.0,,,
+FR-78,Yvelines,2020-05-30,,3075.0,1.0,,,
+FR-78,Yvelines,2020-05-31,,3075.0,0.0,,,
+FR-78,Yvelines,2020-06-01,,3075.0,0.0,,,
+FR-78,Yvelines,2020-06-02,,3083.0,8.0,,,
+FR-78,Yvelines,2020-06-03,,3089.0,6.0,,,
+FR-78,Yvelines,2020-06-04,,3091.0,2.0,,,
+FR-78,Yvelines,2020-06-05,,3092.0,1.0,,,
+FR-78,Yvelines,2020-06-06,,3102.0,10.0,,,
+FR-78,Yvelines,2020-06-07,,3102.0,0.0,,,
+FR-78,Yvelines,2020-06-08,,3109.0,7.0,,,
+FR-79,Deux-Sèvres,2020-03-19,,4.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-20,,12.0,8.0,,,
+FR-79,Deux-Sèvres,2020-03-21,,15.0,3.0,,,
+FR-79,Deux-Sèvres,2020-03-22,,19.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-23,,20.0,1.0,,,
+FR-79,Deux-Sèvres,2020-03-24,,21.0,1.0,,,
+FR-79,Deux-Sèvres,2020-03-25,,24.0,3.0,,,
+FR-79,Deux-Sèvres,2020-03-26,,28.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-27,,30.0,2.0,,,
+FR-79,Deux-Sèvres,2020-03-28,,32.0,2.0,,,
+FR-79,Deux-Sèvres,2020-03-29,,38.0,6.0,,,
+FR-79,Deux-Sèvres,2020-03-30,,42.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-31,,46.0,4.0,,,
+FR-79,Deux-Sèvres,2020-04-01,,52.0,6.0,,,
+FR-79,Deux-Sèvres,2020-04-02,,56.0,4.0,,,
+FR-79,Deux-Sèvres,2020-04-03,,58.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-04,,59.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-05,,61.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-06,,64.0,3.0,,,
+FR-79,Deux-Sèvres,2020-04-07,,71.0,7.0,,,
+FR-79,Deux-Sèvres,2020-04-08,,76.0,5.0,,,
+FR-79,Deux-Sèvres,2020-04-09,,80.0,4.0,,,
+FR-79,Deux-Sèvres,2020-04-10,,83.0,3.0,,,
+FR-79,Deux-Sèvres,2020-04-11,,84.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-12,,85.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-13,,87.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-14,,89.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-15,,92.0,3.0,,,
+FR-79,Deux-Sèvres,2020-04-16,,94.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-17,,96.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-18,,97.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-19,,97.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-20,,97.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-21,,98.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-22,,99.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-23,,99.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-24,,99.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-25,,101.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-26,,103.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-27,,104.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-28,,105.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-29,,105.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-30,,106.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-01,,106.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-02,,107.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-03,,107.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-04,,107.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-05,,108.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-06,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-07,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-08,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-09,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-10,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-11,,109.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-12,,109.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-13,,109.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-14,,110.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-15,,110.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-16,,110.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-17,,111.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-18,,111.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-19,,111.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-20,,111.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-21,,112.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-22,,113.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-23,,113.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-24,,114.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-25,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-26,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-27,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-28,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-29,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-30,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-31,,115.0,1.0,,,
+FR-79,Deux-Sèvres,2020-06-01,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-02,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-03,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-04,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-05,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-06,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-07,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-08,,116.0,1.0,,,
+FR-80,Somme,2020-03-19,,29.0,29.0,,,
+FR-80,Somme,2020-03-20,,55.0,26.0,,,
+FR-80,Somme,2020-03-21,,84.0,29.0,,,
+FR-80,Somme,2020-03-22,,102.0,18.0,,,
+FR-80,Somme,2020-03-23,,116.0,14.0,,,
+FR-80,Somme,2020-03-24,,140.0,24.0,,,
+FR-80,Somme,2020-03-25,,174.0,34.0,,,
+FR-80,Somme,2020-03-26,,193.0,19.0,,,
+FR-80,Somme,2020-03-27,,210.0,17.0,,,
+FR-80,Somme,2020-03-28,,268.0,58.0,,,
+FR-80,Somme,2020-03-29,,303.0,35.0,,,
+FR-80,Somme,2020-03-30,,331.0,28.0,,,
+FR-80,Somme,2020-03-31,,379.0,48.0,,,
+FR-80,Somme,2020-04-01,,403.0,24.0,,,
+FR-80,Somme,2020-04-02,,435.0,32.0,,,
+FR-80,Somme,2020-04-03,,493.0,58.0,,,
+FR-80,Somme,2020-04-04,,553.0,60.0,,,
+FR-80,Somme,2020-04-05,,577.0,24.0,,,
+FR-80,Somme,2020-04-06,,606.0,29.0,,,
+FR-80,Somme,2020-04-07,,628.0,22.0,,,
+FR-80,Somme,2020-04-08,,653.0,25.0,,,
+FR-80,Somme,2020-04-09,,677.0,24.0,,,
+FR-80,Somme,2020-04-10,,700.0,23.0,,,
+FR-80,Somme,2020-04-11,,742.0,42.0,,,
+FR-80,Somme,2020-04-12,,754.0,12.0,,,
+FR-80,Somme,2020-04-13,,775.0,21.0,,,
+FR-80,Somme,2020-04-14,,798.0,23.0,,,
+FR-80,Somme,2020-04-15,,811.0,13.0,,,
+FR-80,Somme,2020-04-16,,827.0,16.0,,,
+FR-80,Somme,2020-04-17,,856.0,29.0,,,
+FR-80,Somme,2020-04-18,,866.0,10.0,,,
+FR-80,Somme,2020-04-19,,878.0,12.0,,,
+FR-80,Somme,2020-04-20,,885.0,7.0,,,
+FR-80,Somme,2020-04-21,,896.0,11.0,,,
+FR-80,Somme,2020-04-22,,925.0,29.0,,,
+FR-80,Somme,2020-04-23,,941.0,16.0,,,
+FR-80,Somme,2020-04-24,,951.0,10.0,,,
+FR-80,Somme,2020-04-25,,966.0,15.0,,,
+FR-80,Somme,2020-04-26,,973.0,7.0,,,
+FR-80,Somme,2020-04-27,,982.0,9.0,,,
+FR-80,Somme,2020-04-28,,991.0,9.0,,,
+FR-80,Somme,2020-04-29,,994.0,3.0,,,
+FR-80,Somme,2020-04-30,,1001.0,7.0,,,
+FR-80,Somme,2020-05-01,,1004.0,3.0,,,
+FR-80,Somme,2020-05-02,,1006.0,2.0,,,
+FR-80,Somme,2020-05-03,,1009.0,3.0,,,
+FR-80,Somme,2020-05-04,,1012.0,3.0,,,
+FR-80,Somme,2020-05-05,,1023.0,11.0,,,
+FR-80,Somme,2020-05-06,,1031.0,8.0,,,
+FR-80,Somme,2020-05-07,,1034.0,3.0,,,
+FR-80,Somme,2020-05-08,,1038.0,4.0,,,
+FR-80,Somme,2020-05-09,,1041.0,3.0,,,
+FR-80,Somme,2020-05-10,,1042.0,1.0,,,
+FR-80,Somme,2020-05-11,,1048.0,6.0,,,
+FR-80,Somme,2020-05-12,,1050.0,2.0,,,
+FR-80,Somme,2020-05-13,,1051.0,1.0,,,
+FR-80,Somme,2020-05-14,,1054.0,3.0,,,
+FR-80,Somme,2020-05-15,,1055.0,1.0,,,
+FR-80,Somme,2020-05-16,,1062.0,7.0,,,
+FR-80,Somme,2020-05-17,,1062.0,0.0,,,
+FR-80,Somme,2020-05-18,,1062.0,0.0,,,
+FR-80,Somme,2020-05-19,,1063.0,1.0,,,
+FR-80,Somme,2020-05-20,,1063.0,0.0,,,
+FR-80,Somme,2020-05-21,,1063.0,0.0,,,
+FR-80,Somme,2020-05-22,,1064.0,1.0,,,
+FR-80,Somme,2020-05-23,,1066.0,2.0,,,
+FR-80,Somme,2020-05-24,,1066.0,0.0,,,
+FR-80,Somme,2020-05-25,,1069.0,3.0,,,
+FR-80,Somme,2020-05-26,,1069.0,0.0,,,
+FR-80,Somme,2020-05-27,,1069.0,0.0,,,
+FR-80,Somme,2020-05-28,,1069.0,0.0,,,
+FR-80,Somme,2020-05-29,,1071.0,2.0,,,
+FR-80,Somme,2020-05-30,,1071.0,0.0,,,
+FR-80,Somme,2020-05-31,,1072.0,1.0,,,
+FR-80,Somme,2020-06-01,,1072.0,0.0,,,
+FR-80,Somme,2020-06-02,,1072.0,0.0,,,
+FR-80,Somme,2020-06-03,,1074.0,2.0,,,
+FR-80,Somme,2020-06-04,,1075.0,1.0,,,
+FR-80,Somme,2020-06-05,,1075.0,0.0,,,
+FR-80,Somme,2020-06-06,,1075.0,0.0,,,
+FR-80,Somme,2020-06-07,,1075.0,0.0,,,
+FR-80,Somme,2020-06-08,,1075.0,0.0,,,
+FR-81,Tarn,2020-03-19,,2.0,2.0,,,
+FR-81,Tarn,2020-03-20,,5.0,3.0,,,
+FR-81,Tarn,2020-03-21,,6.0,1.0,,,
+FR-81,Tarn,2020-03-22,,8.0,2.0,,,
+FR-81,Tarn,2020-03-23,,8.0,0.0,,,
+FR-81,Tarn,2020-03-24,,9.0,1.0,,,
+FR-81,Tarn,2020-03-25,,17.0,8.0,,,
+FR-81,Tarn,2020-03-26,,27.0,10.0,,,
+FR-81,Tarn,2020-03-27,,31.0,4.0,,,
+FR-81,Tarn,2020-03-28,,36.0,5.0,,,
+FR-81,Tarn,2020-03-29,,43.0,7.0,,,
+FR-81,Tarn,2020-03-30,,48.0,5.0,,,
+FR-81,Tarn,2020-03-31,,53.0,5.0,,,
+FR-81,Tarn,2020-04-01,,64.0,11.0,,,
+FR-81,Tarn,2020-04-02,,74.0,10.0,,,
+FR-81,Tarn,2020-04-03,,78.0,4.0,,,
+FR-81,Tarn,2020-04-04,,80.0,2.0,,,
+FR-81,Tarn,2020-04-05,,83.0,3.0,,,
+FR-81,Tarn,2020-04-06,,86.0,3.0,,,
+FR-81,Tarn,2020-04-07,,96.0,10.0,,,
+FR-81,Tarn,2020-04-08,,99.0,3.0,,,
+FR-81,Tarn,2020-04-09,,103.0,4.0,,,
+FR-81,Tarn,2020-04-10,,105.0,2.0,,,
+FR-81,Tarn,2020-04-11,,107.0,2.0,,,
+FR-81,Tarn,2020-04-12,,109.0,2.0,,,
+FR-81,Tarn,2020-04-13,,112.0,3.0,,,
+FR-81,Tarn,2020-04-14,,115.0,3.0,,,
+FR-81,Tarn,2020-04-15,,118.0,3.0,,,
+FR-81,Tarn,2020-04-16,,120.0,2.0,,,
+FR-81,Tarn,2020-04-17,,121.0,1.0,,,
+FR-81,Tarn,2020-04-18,,123.0,2.0,,,
+FR-81,Tarn,2020-04-19,,123.0,0.0,,,
+FR-81,Tarn,2020-04-20,,123.0,0.0,,,
+FR-81,Tarn,2020-04-21,,123.0,0.0,,,
+FR-81,Tarn,2020-04-22,,124.0,1.0,,,
+FR-81,Tarn,2020-04-23,,124.0,0.0,,,
+FR-81,Tarn,2020-04-24,,126.0,2.0,,,
+FR-81,Tarn,2020-04-25,,127.0,1.0,,,
+FR-81,Tarn,2020-04-26,,127.0,0.0,,,
+FR-81,Tarn,2020-04-27,,131.0,4.0,,,
+FR-81,Tarn,2020-04-28,,134.0,3.0,,,
+FR-81,Tarn,2020-04-29,,135.0,1.0,,,
+FR-81,Tarn,2020-04-30,,141.0,6.0,,,
+FR-81,Tarn,2020-05-01,,141.0,0.0,,,
+FR-81,Tarn,2020-05-02,,142.0,1.0,,,
+FR-81,Tarn,2020-05-03,,142.0,0.0,,,
+FR-81,Tarn,2020-05-04,,142.0,0.0,,,
+FR-81,Tarn,2020-05-05,,142.0,0.0,,,
+FR-81,Tarn,2020-05-06,,143.0,1.0,,,
+FR-81,Tarn,2020-05-07,,143.0,0.0,,,
+FR-81,Tarn,2020-05-08,,143.0,0.0,,,
+FR-81,Tarn,2020-05-09,,146.0,3.0,,,
+FR-81,Tarn,2020-05-10,,147.0,1.0,,,
+FR-81,Tarn,2020-05-11,,147.0,0.0,,,
+FR-81,Tarn,2020-05-12,,152.0,5.0,,,
+FR-81,Tarn,2020-05-13,,153.0,1.0,,,
+FR-81,Tarn,2020-05-14,,153.0,0.0,,,
+FR-81,Tarn,2020-05-15,,153.0,0.0,,,
+FR-81,Tarn,2020-05-16,,153.0,0.0,,,
+FR-81,Tarn,2020-05-17,,153.0,0.0,,,
+FR-81,Tarn,2020-05-18,,153.0,0.0,,,
+FR-81,Tarn,2020-05-19,,153.0,0.0,,,
+FR-81,Tarn,2020-05-20,,153.0,0.0,,,
+FR-81,Tarn,2020-05-21,,153.0,0.0,,,
+FR-81,Tarn,2020-05-22,,153.0,0.0,,,
+FR-81,Tarn,2020-05-23,,154.0,1.0,,,
+FR-81,Tarn,2020-05-24,,154.0,0.0,,,
+FR-81,Tarn,2020-05-25,,154.0,0.0,,,
+FR-81,Tarn,2020-05-26,,154.0,0.0,,,
+FR-81,Tarn,2020-05-27,,154.0,0.0,,,
+FR-81,Tarn,2020-05-28,,154.0,0.0,,,
+FR-81,Tarn,2020-05-29,,154.0,0.0,,,
+FR-81,Tarn,2020-05-30,,154.0,0.0,,,
+FR-81,Tarn,2020-05-31,,154.0,0.0,,,
+FR-81,Tarn,2020-06-01,,154.0,0.0,,,
+FR-81,Tarn,2020-06-02,,154.0,0.0,,,
+FR-81,Tarn,2020-06-03,,154.0,0.0,,,
+FR-81,Tarn,2020-06-04,,154.0,0.0,,,
+FR-81,Tarn,2020-06-05,,154.0,0.0,,,
+FR-81,Tarn,2020-06-06,,154.0,0.0,,,
+FR-81,Tarn,2020-06-07,,154.0,0.0,,,
+FR-81,Tarn,2020-06-08,,154.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-19,,0.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-20,,0.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-21,,2.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-03-22,,3.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-03-23,,3.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-24,,4.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-03-25,,4.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-26,,4.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-27,,5.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-03-28,,5.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-29,,5.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-30,,9.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-03-31,,11.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-01,,15.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-04-02,,15.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-03,,17.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-04,,17.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-05,,23.0,6.0,,,
+FR-82,Tarn-et-Garonne,2020-04-06,,25.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-07,,25.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-08,,27.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-09,,29.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-10,,31.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-11,,32.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-04-12,,32.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-13,,32.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-14,,34.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-15,,38.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-04-16,,40.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-17,,43.0,3.0,,,
+FR-82,Tarn-et-Garonne,2020-04-18,,43.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-19,,44.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-04-20,,46.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-21,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-22,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-23,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-24,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-25,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-26,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-27,,50.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-04-28,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-29,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-30,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-01,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-02,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-03,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-04,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-05,,51.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-06,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-07,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-08,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-09,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-10,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-11,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-12,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-13,,52.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-14,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-15,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-16,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-17,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-18,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-19,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-20,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-21,,53.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-22,,53.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-23,,53.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-24,,54.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-25,,54.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-26,,54.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-27,,55.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-28,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-29,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-30,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-31,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-01,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-02,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-03,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-04,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-05,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-06,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-07,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-08,,55.0,0.0,,,
+FR-83,Var,2020-03-19,,10.0,10.0,,,
+FR-83,Var,2020-03-20,,19.0,9.0,,,
+FR-83,Var,2020-03-21,,38.0,19.0,,,
+FR-83,Var,2020-03-22,,60.0,22.0,,,
+FR-83,Var,2020-03-23,,68.0,8.0,,,
+FR-83,Var,2020-03-24,,87.0,19.0,,,
+FR-83,Var,2020-03-25,,118.0,31.0,,,
+FR-83,Var,2020-03-26,,142.0,24.0,,,
+FR-83,Var,2020-03-27,,158.0,16.0,,,
+FR-83,Var,2020-03-28,,185.0,27.0,,,
+FR-83,Var,2020-03-29,,209.0,24.0,,,
+FR-83,Var,2020-03-30,,239.0,30.0,,,
+FR-83,Var,2020-03-31,,277.0,38.0,,,
+FR-83,Var,2020-04-01,,291.0,14.0,,,
+FR-83,Var,2020-04-02,,317.0,26.0,,,
+FR-83,Var,2020-04-03,,339.0,22.0,,,
+FR-83,Var,2020-04-04,,369.0,30.0,,,
+FR-83,Var,2020-04-05,,400.0,31.0,,,
+FR-83,Var,2020-04-06,,424.0,24.0,,,
+FR-83,Var,2020-04-07,,444.0,20.0,,,
+FR-83,Var,2020-04-08,,485.0,41.0,,,
+FR-83,Var,2020-04-09,,520.0,35.0,,,
+FR-83,Var,2020-04-10,,545.0,25.0,,,
+FR-83,Var,2020-04-11,,568.0,23.0,,,
+FR-83,Var,2020-04-12,,593.0,25.0,,,
+FR-83,Var,2020-04-13,,613.0,20.0,,,
+FR-83,Var,2020-04-14,,670.0,57.0,,,
+FR-83,Var,2020-04-15,,709.0,39.0,,,
+FR-83,Var,2020-04-16,,726.0,17.0,,,
+FR-83,Var,2020-04-17,,743.0,17.0,,,
+FR-83,Var,2020-04-18,,759.0,16.0,,,
+FR-83,Var,2020-04-19,,768.0,9.0,,,
+FR-83,Var,2020-04-20,,778.0,10.0,,,
+FR-83,Var,2020-04-21,,790.0,12.0,,,
+FR-83,Var,2020-04-22,,818.0,28.0,,,
+FR-83,Var,2020-04-23,,839.0,21.0,,,
+FR-83,Var,2020-04-24,,849.0,10.0,,,
+FR-83,Var,2020-04-25,,861.0,12.0,,,
+FR-83,Var,2020-04-26,,862.0,1.0,,,
+FR-83,Var,2020-04-27,,893.0,31.0,,,
+FR-83,Var,2020-04-28,,909.0,16.0,,,
+FR-83,Var,2020-04-29,,945.0,36.0,,,
+FR-83,Var,2020-04-30,,964.0,19.0,,,
+FR-83,Var,2020-05-01,,971.0,7.0,,,
+FR-83,Var,2020-05-02,,972.0,1.0,,,
+FR-83,Var,2020-05-03,,973.0,1.0,,,
+FR-83,Var,2020-05-04,,985.0,12.0,,,
+FR-83,Var,2020-05-05,,992.0,7.0,,,
+FR-83,Var,2020-05-06,,998.0,6.0,,,
+FR-83,Var,2020-05-07,,1005.0,7.0,,,
+FR-83,Var,2020-05-08,,1008.0,3.0,,,
+FR-83,Var,2020-05-09,,1009.0,1.0,,,
+FR-83,Var,2020-05-10,,1010.0,1.0,,,
+FR-83,Var,2020-05-11,,1011.0,1.0,,,
+FR-83,Var,2020-05-12,,1022.0,11.0,,,
+FR-83,Var,2020-05-13,,1026.0,4.0,,,
+FR-83,Var,2020-05-14,,1029.0,3.0,,,
+FR-83,Var,2020-05-15,,1034.0,5.0,,,
+FR-83,Var,2020-05-16,,1037.0,3.0,,,
+FR-83,Var,2020-05-17,,1037.0,0.0,,,
+FR-83,Var,2020-05-18,,1044.0,7.0,,,
+FR-83,Var,2020-05-19,,1047.0,3.0,,,
+FR-83,Var,2020-05-20,,1047.0,0.0,,,
+FR-83,Var,2020-05-21,,1049.0,2.0,,,
+FR-83,Var,2020-05-22,,1049.0,0.0,,,
+FR-83,Var,2020-05-23,,1049.0,0.0,,,
+FR-83,Var,2020-05-24,,1051.0,2.0,,,
+FR-83,Var,2020-05-25,,1053.0,2.0,,,
+FR-83,Var,2020-05-26,,1055.0,2.0,,,
+FR-83,Var,2020-05-27,,1057.0,2.0,,,
+FR-83,Var,2020-05-28,,1059.0,2.0,,,
+FR-83,Var,2020-05-29,,1060.0,1.0,,,
+FR-83,Var,2020-05-30,,1062.0,2.0,,,
+FR-83,Var,2020-05-31,,1062.0,0.0,,,
+FR-83,Var,2020-06-01,,1062.0,0.0,,,
+FR-83,Var,2020-06-02,,1066.0,4.0,,,
+FR-83,Var,2020-06-03,,1071.0,5.0,,,
+FR-83,Var,2020-06-04,,1072.0,1.0,,,
+FR-83,Var,2020-06-05,,1073.0,1.0,,,
+FR-83,Var,2020-06-06,,1073.0,0.0,,,
+FR-83,Var,2020-06-07,,1073.0,0.0,,,
+FR-83,Var,2020-06-08,,1073.0,0.0,,,
+FR-84,Vaucluse,2020-03-19,,6.0,6.0,,,
+FR-84,Vaucluse,2020-03-20,,8.0,2.0,,,
+FR-84,Vaucluse,2020-03-21,,15.0,7.0,,,
+FR-84,Vaucluse,2020-03-22,,18.0,3.0,,,
+FR-84,Vaucluse,2020-03-23,,27.0,9.0,,,
+FR-84,Vaucluse,2020-03-24,,28.0,1.0,,,
+FR-84,Vaucluse,2020-03-25,,41.0,13.0,,,
+FR-84,Vaucluse,2020-03-26,,49.0,8.0,,,
+FR-84,Vaucluse,2020-03-27,,59.0,10.0,,,
+FR-84,Vaucluse,2020-03-28,,70.0,11.0,,,
+FR-84,Vaucluse,2020-03-29,,74.0,4.0,,,
+FR-84,Vaucluse,2020-03-30,,92.0,18.0,,,
+FR-84,Vaucluse,2020-03-31,,97.0,5.0,,,
+FR-84,Vaucluse,2020-04-01,,116.0,19.0,,,
+FR-84,Vaucluse,2020-04-02,,133.0,17.0,,,
+FR-84,Vaucluse,2020-04-03,,142.0,9.0,,,
+FR-84,Vaucluse,2020-04-04,,148.0,6.0,,,
+FR-84,Vaucluse,2020-04-05,,154.0,6.0,,,
+FR-84,Vaucluse,2020-04-06,,164.0,10.0,,,
+FR-84,Vaucluse,2020-04-07,,180.0,16.0,,,
+FR-84,Vaucluse,2020-04-08,,191.0,11.0,,,
+FR-84,Vaucluse,2020-04-09,,198.0,7.0,,,
+FR-84,Vaucluse,2020-04-10,,205.0,7.0,,,
+FR-84,Vaucluse,2020-04-11,,213.0,8.0,,,
+FR-84,Vaucluse,2020-04-12,,219.0,6.0,,,
+FR-84,Vaucluse,2020-04-13,,220.0,1.0,,,
+FR-84,Vaucluse,2020-04-14,,224.0,4.0,,,
+FR-84,Vaucluse,2020-04-15,,226.0,2.0,,,
+FR-84,Vaucluse,2020-04-16,,228.0,2.0,,,
+FR-84,Vaucluse,2020-04-17,,230.0,2.0,,,
+FR-84,Vaucluse,2020-04-18,,238.0,8.0,,,
+FR-84,Vaucluse,2020-04-19,,241.0,3.0,,,
+FR-84,Vaucluse,2020-04-20,,243.0,2.0,,,
+FR-84,Vaucluse,2020-04-21,,251.0,8.0,,,
+FR-84,Vaucluse,2020-04-22,,255.0,4.0,,,
+FR-84,Vaucluse,2020-04-23,,258.0,3.0,,,
+FR-84,Vaucluse,2020-04-24,,273.0,15.0,,,
+FR-84,Vaucluse,2020-04-25,,275.0,2.0,,,
+FR-84,Vaucluse,2020-04-26,,278.0,3.0,,,
+FR-84,Vaucluse,2020-04-27,,286.0,8.0,,,
+FR-84,Vaucluse,2020-04-28,,289.0,3.0,,,
+FR-84,Vaucluse,2020-04-29,,293.0,4.0,,,
+FR-84,Vaucluse,2020-04-30,,296.0,3.0,,,
+FR-84,Vaucluse,2020-05-01,,300.0,4.0,,,
+FR-84,Vaucluse,2020-05-02,,304.0,4.0,,,
+FR-84,Vaucluse,2020-05-03,,308.0,4.0,,,
+FR-84,Vaucluse,2020-05-04,,313.0,5.0,,,
+FR-84,Vaucluse,2020-05-05,,316.0,3.0,,,
+FR-84,Vaucluse,2020-05-06,,319.0,3.0,,,
+FR-84,Vaucluse,2020-05-07,,320.0,1.0,,,
+FR-84,Vaucluse,2020-05-08,,321.0,1.0,,,
+FR-84,Vaucluse,2020-05-09,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-10,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-11,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-12,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-13,,323.0,2.0,,,
+FR-84,Vaucluse,2020-05-14,,323.0,0.0,,,
+FR-84,Vaucluse,2020-05-15,,323.0,0.0,,,
+FR-84,Vaucluse,2020-05-16,,324.0,1.0,,,
+FR-84,Vaucluse,2020-05-17,,324.0,0.0,,,
+FR-84,Vaucluse,2020-05-18,,325.0,1.0,,,
+FR-84,Vaucluse,2020-05-19,,325.0,0.0,,,
+FR-84,Vaucluse,2020-05-20,,326.0,1.0,,,
+FR-84,Vaucluse,2020-05-21,,327.0,1.0,,,
+FR-84,Vaucluse,2020-05-22,,327.0,0.0,,,
+FR-84,Vaucluse,2020-05-23,,329.0,2.0,,,
+FR-84,Vaucluse,2020-05-24,,330.0,1.0,,,
+FR-84,Vaucluse,2020-05-25,,333.0,3.0,,,
+FR-84,Vaucluse,2020-05-26,,333.0,0.0,,,
+FR-84,Vaucluse,2020-05-27,,334.0,1.0,,,
+FR-84,Vaucluse,2020-05-28,,337.0,3.0,,,
+FR-84,Vaucluse,2020-05-29,,337.0,0.0,,,
+FR-84,Vaucluse,2020-05-30,,337.0,0.0,,,
+FR-84,Vaucluse,2020-05-31,,339.0,2.0,,,
+FR-84,Vaucluse,2020-06-01,,339.0,0.0,,,
+FR-84,Vaucluse,2020-06-02,,343.0,4.0,,,
+FR-84,Vaucluse,2020-06-03,,346.0,3.0,,,
+FR-84,Vaucluse,2020-06-04,,347.0,1.0,,,
+FR-84,Vaucluse,2020-06-05,,347.0,0.0,,,
+FR-84,Vaucluse,2020-06-06,,347.0,0.0,,,
+FR-84,Vaucluse,2020-06-07,,347.0,0.0,,,
+FR-84,Vaucluse,2020-06-08,,347.0,0.0,,,
+FR-85,Vendée,2020-03-19,,9.0,9.0,,,
+FR-85,Vendée,2020-03-20,,10.0,1.0,,,
+FR-85,Vendée,2020-03-21,,10.0,0.0,,,
+FR-85,Vendée,2020-03-22,,14.0,4.0,,,
+FR-85,Vendée,2020-03-23,,17.0,3.0,,,
+FR-85,Vendée,2020-03-24,,21.0,4.0,,,
+FR-85,Vendée,2020-03-25,,42.0,21.0,,,
+FR-85,Vendée,2020-03-26,,58.0,16.0,,,
+FR-85,Vendée,2020-03-27,,66.0,8.0,,,
+FR-85,Vendée,2020-03-28,,80.0,14.0,,,
+FR-85,Vendée,2020-03-29,,90.0,10.0,,,
+FR-85,Vendée,2020-03-30,,92.0,2.0,,,
+FR-85,Vendée,2020-03-31,,99.0,7.0,,,
+FR-85,Vendée,2020-04-01,,110.0,11.0,,,
+FR-85,Vendée,2020-04-02,,113.0,3.0,,,
+FR-85,Vendée,2020-04-03,,126.0,13.0,,,
+FR-85,Vendée,2020-04-04,,139.0,13.0,,,
+FR-85,Vendée,2020-04-05,,146.0,7.0,,,
+FR-85,Vendée,2020-04-06,,151.0,5.0,,,
+FR-85,Vendée,2020-04-07,,152.0,1.0,,,
+FR-85,Vendée,2020-04-08,,157.0,5.0,,,
+FR-85,Vendée,2020-04-09,,164.0,7.0,,,
+FR-85,Vendée,2020-04-10,,169.0,5.0,,,
+FR-85,Vendée,2020-04-11,,178.0,9.0,,,
+FR-85,Vendée,2020-04-12,,179.0,1.0,,,
+FR-85,Vendée,2020-04-13,,186.0,7.0,,,
+FR-85,Vendée,2020-04-14,,198.0,12.0,,,
+FR-85,Vendée,2020-04-15,,200.0,2.0,,,
+FR-85,Vendée,2020-04-16,,214.0,14.0,,,
+FR-85,Vendée,2020-04-17,,228.0,14.0,,,
+FR-85,Vendée,2020-04-18,,229.0,1.0,,,
+FR-85,Vendée,2020-04-19,,230.0,1.0,,,
+FR-85,Vendée,2020-04-20,,231.0,1.0,,,
+FR-85,Vendée,2020-04-21,,239.0,8.0,,,
+FR-85,Vendée,2020-04-22,,241.0,2.0,,,
+FR-85,Vendée,2020-04-23,,244.0,3.0,,,
+FR-85,Vendée,2020-04-24,,245.0,1.0,,,
+FR-85,Vendée,2020-04-25,,245.0,0.0,,,
+FR-85,Vendée,2020-04-26,,245.0,0.0,,,
+FR-85,Vendée,2020-04-27,,249.0,4.0,,,
+FR-85,Vendée,2020-04-28,,249.0,0.0,,,
+FR-85,Vendée,2020-04-29,,250.0,1.0,,,
+FR-85,Vendée,2020-04-30,,250.0,0.0,,,
+FR-85,Vendée,2020-05-01,,252.0,2.0,,,
+FR-85,Vendée,2020-05-02,,255.0,3.0,,,
+FR-85,Vendée,2020-05-03,,258.0,3.0,,,
+FR-85,Vendée,2020-05-04,,258.0,0.0,,,
+FR-85,Vendée,2020-05-05,,259.0,1.0,,,
+FR-85,Vendée,2020-05-06,,260.0,1.0,,,
+FR-85,Vendée,2020-05-07,,262.0,2.0,,,
+FR-85,Vendée,2020-05-08,,263.0,1.0,,,
+FR-85,Vendée,2020-05-09,,263.0,0.0,,,
+FR-85,Vendée,2020-05-10,,263.0,0.0,,,
+FR-85,Vendée,2020-05-11,,263.0,0.0,,,
+FR-85,Vendée,2020-05-12,,272.0,9.0,,,
+FR-85,Vendée,2020-05-13,,275.0,3.0,,,
+FR-85,Vendée,2020-05-14,,280.0,5.0,,,
+FR-85,Vendée,2020-05-15,,284.0,4.0,,,
+FR-85,Vendée,2020-05-16,,288.0,4.0,,,
+FR-85,Vendée,2020-05-17,,288.0,0.0,,,
+FR-85,Vendée,2020-05-18,,293.0,5.0,,,
+FR-85,Vendée,2020-05-19,,303.0,10.0,,,
+FR-85,Vendée,2020-05-20,,307.0,4.0,,,
+FR-85,Vendée,2020-05-21,,309.0,2.0,,,
+FR-85,Vendée,2020-05-22,,312.0,3.0,,,
+FR-85,Vendée,2020-05-23,,313.0,1.0,,,
+FR-85,Vendée,2020-05-24,,313.0,0.0,,,
+FR-85,Vendée,2020-05-25,,318.0,5.0,,,
+FR-85,Vendée,2020-05-26,,321.0,3.0,,,
+FR-85,Vendée,2020-05-27,,323.0,2.0,,,
+FR-85,Vendée,2020-05-28,,332.0,9.0,,,
+FR-85,Vendée,2020-05-29,,337.0,5.0,,,
+FR-85,Vendée,2020-05-30,,338.0,1.0,,,
+FR-85,Vendée,2020-05-31,,338.0,0.0,,,
+FR-85,Vendée,2020-06-01,,338.0,0.0,,,
+FR-85,Vendée,2020-06-02,,343.0,5.0,,,
+FR-85,Vendée,2020-06-03,,343.0,0.0,,,
+FR-85,Vendée,2020-06-04,,344.0,1.0,,,
+FR-85,Vendée,2020-06-05,,344.0,0.0,,,
+FR-85,Vendée,2020-06-06,,347.0,3.0,,,
+FR-85,Vendée,2020-06-07,,347.0,0.0,,,
+FR-85,Vendée,2020-06-08,,347.0,0.0,,,
+FR-86,Vienne,2020-03-19,,6.0,6.0,,,
+FR-86,Vienne,2020-03-20,,6.0,0.0,,,
+FR-86,Vienne,2020-03-21,,9.0,3.0,,,
+FR-86,Vienne,2020-03-22,,11.0,2.0,,,
+FR-86,Vienne,2020-03-23,,14.0,3.0,,,
+FR-86,Vienne,2020-03-24,,20.0,6.0,,,
+FR-86,Vienne,2020-03-25,,28.0,8.0,,,
+FR-86,Vienne,2020-03-26,,41.0,13.0,,,
+FR-86,Vienne,2020-03-27,,51.0,10.0,,,
+FR-86,Vienne,2020-03-28,,58.0,7.0,,,
+FR-86,Vienne,2020-03-29,,64.0,6.0,,,
+FR-86,Vienne,2020-03-30,,72.0,8.0,,,
+FR-86,Vienne,2020-03-31,,76.0,4.0,,,
+FR-86,Vienne,2020-04-01,,83.0,7.0,,,
+FR-86,Vienne,2020-04-02,,86.0,3.0,,,
+FR-86,Vienne,2020-04-03,,91.0,5.0,,,
+FR-86,Vienne,2020-04-04,,92.0,1.0,,,
+FR-86,Vienne,2020-04-05,,99.0,7.0,,,
+FR-86,Vienne,2020-04-06,,106.0,7.0,,,
+FR-86,Vienne,2020-04-07,,110.0,4.0,,,
+FR-86,Vienne,2020-04-08,,115.0,5.0,,,
+FR-86,Vienne,2020-04-09,,117.0,2.0,,,
+FR-86,Vienne,2020-04-10,,123.0,6.0,,,
+FR-86,Vienne,2020-04-11,,127.0,4.0,,,
+FR-86,Vienne,2020-04-12,,127.0,0.0,,,
+FR-86,Vienne,2020-04-13,,132.0,5.0,,,
+FR-86,Vienne,2020-04-14,,137.0,5.0,,,
+FR-86,Vienne,2020-04-15,,137.0,0.0,,,
+FR-86,Vienne,2020-04-16,,139.0,2.0,,,
+FR-86,Vienne,2020-04-17,,139.0,0.0,,,
+FR-86,Vienne,2020-04-18,,139.0,0.0,,,
+FR-86,Vienne,2020-04-19,,139.0,0.0,,,
+FR-86,Vienne,2020-04-20,,148.0,9.0,,,
+FR-86,Vienne,2020-04-21,,150.0,2.0,,,
+FR-86,Vienne,2020-04-22,,153.0,3.0,,,
+FR-86,Vienne,2020-04-23,,154.0,1.0,,,
+FR-86,Vienne,2020-04-24,,154.0,0.0,,,
+FR-86,Vienne,2020-04-25,,155.0,1.0,,,
+FR-86,Vienne,2020-04-26,,155.0,0.0,,,
+FR-86,Vienne,2020-04-27,,160.0,5.0,,,
+FR-86,Vienne,2020-04-28,,163.0,3.0,,,
+FR-86,Vienne,2020-04-29,,166.0,3.0,,,
+FR-86,Vienne,2020-04-30,,169.0,3.0,,,
+FR-86,Vienne,2020-05-01,,170.0,1.0,,,
+FR-86,Vienne,2020-05-02,,170.0,0.0,,,
+FR-86,Vienne,2020-05-03,,170.0,0.0,,,
+FR-86,Vienne,2020-05-04,,174.0,4.0,,,
+FR-86,Vienne,2020-05-05,,174.0,0.0,,,
+FR-86,Vienne,2020-05-06,,174.0,0.0,,,
+FR-86,Vienne,2020-05-07,,176.0,2.0,,,
+FR-86,Vienne,2020-05-08,,179.0,3.0,,,
+FR-86,Vienne,2020-05-09,,179.0,0.0,,,
+FR-86,Vienne,2020-05-10,,179.0,0.0,,,
+FR-86,Vienne,2020-05-11,,183.0,4.0,,,
+FR-86,Vienne,2020-05-12,,183.0,0.0,,,
+FR-86,Vienne,2020-05-13,,183.0,0.0,,,
+FR-86,Vienne,2020-05-14,,184.0,1.0,,,
+FR-86,Vienne,2020-05-15,,186.0,2.0,,,
+FR-86,Vienne,2020-05-16,,186.0,0.0,,,
+FR-86,Vienne,2020-05-17,,186.0,0.0,,,
+FR-86,Vienne,2020-05-18,,187.0,1.0,,,
+FR-86,Vienne,2020-05-19,,187.0,0.0,,,
+FR-86,Vienne,2020-05-20,,187.0,0.0,,,
+FR-86,Vienne,2020-05-21,,187.0,0.0,,,
+FR-86,Vienne,2020-05-22,,187.0,0.0,,,
+FR-86,Vienne,2020-05-23,,192.0,5.0,,,
+FR-86,Vienne,2020-05-24,,192.0,0.0,,,
+FR-86,Vienne,2020-05-25,,196.0,4.0,,,
+FR-86,Vienne,2020-05-26,,196.0,0.0,,,
+FR-86,Vienne,2020-05-27,,196.0,0.0,,,
+FR-86,Vienne,2020-05-28,,196.0,0.0,,,
+FR-86,Vienne,2020-05-29,,196.0,0.0,,,
+FR-86,Vienne,2020-05-30,,196.0,0.0,,,
+FR-86,Vienne,2020-05-31,,196.0,0.0,,,
+FR-86,Vienne,2020-06-01,,196.0,0.0,,,
+FR-86,Vienne,2020-06-02,,200.0,4.0,,,
+FR-86,Vienne,2020-06-03,,200.0,0.0,,,
+FR-86,Vienne,2020-06-04,,200.0,0.0,,,
+FR-86,Vienne,2020-06-05,,200.0,0.0,,,
+FR-86,Vienne,2020-06-06,,200.0,0.0,,,
+FR-86,Vienne,2020-06-07,,200.0,0.0,,,
+FR-86,Vienne,2020-06-08,,200.0,0.0,,,
+FR-87,Haute-Vienne,2020-03-19,,4.0,4.0,,,
+FR-87,Haute-Vienne,2020-03-20,,5.0,1.0,,,
+FR-87,Haute-Vienne,2020-03-21,,8.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-22,,11.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-23,,15.0,4.0,,,
+FR-87,Haute-Vienne,2020-03-24,,18.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-25,,21.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-26,,26.0,5.0,,,
+FR-87,Haute-Vienne,2020-03-27,,33.0,7.0,,,
+FR-87,Haute-Vienne,2020-03-28,,40.0,7.0,,,
+FR-87,Haute-Vienne,2020-03-29,,50.0,10.0,,,
+FR-87,Haute-Vienne,2020-03-30,,58.0,8.0,,,
+FR-87,Haute-Vienne,2020-03-31,,66.0,8.0,,,
+FR-87,Haute-Vienne,2020-04-01,,73.0,7.0,,,
+FR-87,Haute-Vienne,2020-04-02,,81.0,8.0,,,
+FR-87,Haute-Vienne,2020-04-03,,86.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-04,,92.0,6.0,,,
+FR-87,Haute-Vienne,2020-04-05,,95.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-06,,98.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-07,,102.0,4.0,,,
+FR-87,Haute-Vienne,2020-04-08,,110.0,8.0,,,
+FR-87,Haute-Vienne,2020-04-09,,115.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-10,,120.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-11,,123.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-12,,132.0,9.0,,,
+FR-87,Haute-Vienne,2020-04-13,,135.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-14,,137.0,2.0,,,
+FR-87,Haute-Vienne,2020-04-15,,140.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-16,,143.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-17,,144.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-18,,144.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-19,,145.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-20,,146.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-21,,151.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-22,,154.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-23,,156.0,2.0,,,
+FR-87,Haute-Vienne,2020-04-24,,156.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-25,,156.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-26,,156.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-27,,157.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-28,,157.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-29,,157.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-30,,158.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-01,,158.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-02,,158.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-03,,159.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-04,,159.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-05,,159.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-06,,160.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-07,,162.0,2.0,,,
+FR-87,Haute-Vienne,2020-05-08,,162.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-09,,164.0,2.0,,,
+FR-87,Haute-Vienne,2020-05-10,,165.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-11,,167.0,2.0,,,
+FR-87,Haute-Vienne,2020-05-12,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-13,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-14,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-15,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-16,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-17,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-18,,168.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-19,,169.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-20,,169.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-21,,169.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-22,,169.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-23,,170.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-24,,170.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-25,,171.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-26,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-27,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-28,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-29,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-30,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-31,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-01,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-02,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-03,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-04,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-05,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-06,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-07,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-08,,171.0,0.0,,,
+FR-88,Vosges,2020-03-19,,17.0,17.0,,,
+FR-88,Vosges,2020-03-20,,23.0,6.0,,,
+FR-88,Vosges,2020-03-21,,46.0,23.0,,,
+FR-88,Vosges,2020-03-22,,59.0,13.0,,,
+FR-88,Vosges,2020-03-23,,76.0,17.0,,,
+FR-88,Vosges,2020-03-24,,109.0,33.0,,,
+FR-88,Vosges,2020-03-25,,155.0,46.0,,,
+FR-88,Vosges,2020-03-26,,171.0,16.0,,,
+FR-88,Vosges,2020-03-27,,215.0,44.0,,,
+FR-88,Vosges,2020-03-28,,263.0,48.0,,,
+FR-88,Vosges,2020-03-29,,301.0,38.0,,,
+FR-88,Vosges,2020-03-30,,340.0,39.0,,,
+FR-88,Vosges,2020-03-31,,411.0,71.0,,,
+FR-88,Vosges,2020-04-01,,446.0,35.0,,,
+FR-88,Vosges,2020-04-02,,485.0,39.0,,,
+FR-88,Vosges,2020-04-03,,508.0,23.0,,,
+FR-88,Vosges,2020-04-04,,532.0,24.0,,,
+FR-88,Vosges,2020-04-05,,568.0,36.0,,,
+FR-88,Vosges,2020-04-06,,586.0,18.0,,,
+FR-88,Vosges,2020-04-07,,599.0,13.0,,,
+FR-88,Vosges,2020-04-08,,616.0,17.0,,,
+FR-88,Vosges,2020-04-09,,655.0,39.0,,,
+FR-88,Vosges,2020-04-10,,684.0,29.0,,,
+FR-88,Vosges,2020-04-11,,687.0,3.0,,,
+FR-88,Vosges,2020-04-12,,698.0,11.0,,,
+FR-88,Vosges,2020-04-13,,710.0,12.0,,,
+FR-88,Vosges,2020-04-14,,720.0,10.0,,,
+FR-88,Vosges,2020-04-15,,752.0,32.0,,,
+FR-88,Vosges,2020-04-16,,769.0,17.0,,,
+FR-88,Vosges,2020-04-17,,776.0,7.0,,,
+FR-88,Vosges,2020-04-18,,786.0,10.0,,,
+FR-88,Vosges,2020-04-19,,800.0,14.0,,,
+FR-88,Vosges,2020-04-20,,814.0,14.0,,,
+FR-88,Vosges,2020-04-21,,835.0,21.0,,,
+FR-88,Vosges,2020-04-22,,846.0,11.0,,,
+FR-88,Vosges,2020-04-23,,853.0,7.0,,,
+FR-88,Vosges,2020-04-24,,862.0,9.0,,,
+FR-88,Vosges,2020-04-25,,867.0,5.0,,,
+FR-88,Vosges,2020-04-26,,870.0,3.0,,,
+FR-88,Vosges,2020-04-27,,872.0,2.0,,,
+FR-88,Vosges,2020-04-28,,890.0,18.0,,,
+FR-88,Vosges,2020-04-29,,896.0,6.0,,,
+FR-88,Vosges,2020-04-30,,909.0,13.0,,,
+FR-88,Vosges,2020-05-01,,913.0,4.0,,,
+FR-88,Vosges,2020-05-02,,915.0,2.0,,,
+FR-88,Vosges,2020-05-03,,917.0,2.0,,,
+FR-88,Vosges,2020-05-04,,924.0,7.0,,,
+FR-88,Vosges,2020-05-05,,929.0,5.0,,,
+FR-88,Vosges,2020-05-06,,932.0,3.0,,,
+FR-88,Vosges,2020-05-07,,938.0,6.0,,,
+FR-88,Vosges,2020-05-08,,941.0,3.0,,,
+FR-88,Vosges,2020-05-09,,942.0,1.0,,,
+FR-88,Vosges,2020-05-10,,943.0,1.0,,,
+FR-88,Vosges,2020-05-11,,945.0,2.0,,,
+FR-88,Vosges,2020-05-12,,946.0,1.0,,,
+FR-88,Vosges,2020-05-13,,950.0,4.0,,,
+FR-88,Vosges,2020-05-14,,952.0,2.0,,,
+FR-88,Vosges,2020-05-15,,954.0,2.0,,,
+FR-88,Vosges,2020-05-16,,955.0,1.0,,,
+FR-88,Vosges,2020-05-17,,955.0,0.0,,,
+FR-88,Vosges,2020-05-18,,955.0,0.0,,,
+FR-88,Vosges,2020-05-19,,956.0,1.0,,,
+FR-88,Vosges,2020-05-20,,957.0,1.0,,,
+FR-88,Vosges,2020-05-21,,957.0,0.0,,,
+FR-88,Vosges,2020-05-22,,958.0,1.0,,,
+FR-88,Vosges,2020-05-23,,961.0,3.0,,,
+FR-88,Vosges,2020-05-24,,961.0,0.0,,,
+FR-88,Vosges,2020-05-25,,963.0,2.0,,,
+FR-88,Vosges,2020-05-26,,966.0,3.0,,,
+FR-88,Vosges,2020-05-27,,966.0,0.0,,,
+FR-88,Vosges,2020-05-28,,969.0,3.0,,,
+FR-88,Vosges,2020-05-29,,970.0,1.0,,,
+FR-88,Vosges,2020-05-30,,973.0,3.0,,,
+FR-88,Vosges,2020-05-31,,973.0,0.0,,,
+FR-88,Vosges,2020-06-01,,973.0,0.0,,,
+FR-88,Vosges,2020-06-02,,974.0,1.0,,,
+FR-88,Vosges,2020-06-03,,982.0,8.0,,,
+FR-88,Vosges,2020-06-04,,985.0,3.0,,,
+FR-88,Vosges,2020-06-05,,985.0,0.0,,,
+FR-88,Vosges,2020-06-06,,987.0,2.0,,,
+FR-88,Vosges,2020-06-07,,988.0,1.0,,,
+FR-88,Vosges,2020-06-08,,988.0,0.0,,,
+FR-89,Yonne,2020-03-19,,2.0,2.0,,,
+FR-89,Yonne,2020-03-20,,4.0,2.0,,,
+FR-89,Yonne,2020-03-21,,6.0,2.0,,,
+FR-89,Yonne,2020-03-22,,7.0,1.0,,,
+FR-89,Yonne,2020-03-23,,10.0,3.0,,,
+FR-89,Yonne,2020-03-24,,12.0,2.0,,,
+FR-89,Yonne,2020-03-25,,25.0,13.0,,,
+FR-89,Yonne,2020-03-26,,30.0,5.0,,,
+FR-89,Yonne,2020-03-27,,32.0,2.0,,,
+FR-89,Yonne,2020-03-28,,33.0,1.0,,,
+FR-89,Yonne,2020-03-29,,40.0,7.0,,,
+FR-89,Yonne,2020-03-30,,54.0,14.0,,,
+FR-89,Yonne,2020-03-31,,81.0,27.0,,,
+FR-89,Yonne,2020-04-01,,96.0,15.0,,,
+FR-89,Yonne,2020-04-02,,114.0,18.0,,,
+FR-89,Yonne,2020-04-03,,130.0,16.0,,,
+FR-89,Yonne,2020-04-04,,138.0,8.0,,,
+FR-89,Yonne,2020-04-05,,138.0,0.0,,,
+FR-89,Yonne,2020-04-06,,150.0,12.0,,,
+FR-89,Yonne,2020-04-07,,155.0,5.0,,,
+FR-89,Yonne,2020-04-08,,166.0,11.0,,,
+FR-89,Yonne,2020-04-09,,167.0,1.0,,,
+FR-89,Yonne,2020-04-10,,183.0,16.0,,,
+FR-89,Yonne,2020-04-11,,193.0,10.0,,,
+FR-89,Yonne,2020-04-12,,197.0,4.0,,,
+FR-89,Yonne,2020-04-13,,198.0,1.0,,,
+FR-89,Yonne,2020-04-14,,216.0,18.0,,,
+FR-89,Yonne,2020-04-15,,227.0,11.0,,,
+FR-89,Yonne,2020-04-16,,241.0,14.0,,,
+FR-89,Yonne,2020-04-17,,251.0,10.0,,,
+FR-89,Yonne,2020-04-18,,252.0,1.0,,,
+FR-89,Yonne,2020-04-19,,259.0,7.0,,,
+FR-89,Yonne,2020-04-20,,264.0,5.0,,,
+FR-89,Yonne,2020-04-21,,279.0,15.0,,,
+FR-89,Yonne,2020-04-22,,307.0,28.0,,,
+FR-89,Yonne,2020-04-23,,316.0,9.0,,,
+FR-89,Yonne,2020-04-24,,320.0,4.0,,,
+FR-89,Yonne,2020-04-25,,327.0,7.0,,,
+FR-89,Yonne,2020-04-26,,329.0,2.0,,,
+FR-89,Yonne,2020-04-27,,331.0,2.0,,,
+FR-89,Yonne,2020-04-28,,337.0,6.0,,,
+FR-89,Yonne,2020-04-29,,344.0,7.0,,,
+FR-89,Yonne,2020-04-30,,346.0,2.0,,,
+FR-89,Yonne,2020-05-01,,350.0,4.0,,,
+FR-89,Yonne,2020-05-02,,353.0,3.0,,,
+FR-89,Yonne,2020-05-03,,359.0,6.0,,,
+FR-89,Yonne,2020-05-04,,368.0,9.0,,,
+FR-89,Yonne,2020-05-05,,370.0,2.0,,,
+FR-89,Yonne,2020-05-06,,374.0,4.0,,,
+FR-89,Yonne,2020-05-07,,377.0,3.0,,,
+FR-89,Yonne,2020-05-08,,381.0,4.0,,,
+FR-89,Yonne,2020-05-09,,383.0,2.0,,,
+FR-89,Yonne,2020-05-10,,387.0,4.0,,,
+FR-89,Yonne,2020-05-11,,389.0,2.0,,,
+FR-89,Yonne,2020-05-12,,391.0,2.0,,,
+FR-89,Yonne,2020-05-13,,396.0,5.0,,,
+FR-89,Yonne,2020-05-14,,398.0,2.0,,,
+FR-89,Yonne,2020-05-15,,399.0,1.0,,,
+FR-89,Yonne,2020-05-16,,403.0,4.0,,,
+FR-89,Yonne,2020-05-17,,403.0,0.0,,,
+FR-89,Yonne,2020-05-18,,409.0,6.0,,,
+FR-89,Yonne,2020-05-19,,411.0,2.0,,,
+FR-89,Yonne,2020-05-20,,415.0,4.0,,,
+FR-89,Yonne,2020-05-21,,419.0,4.0,,,
+FR-89,Yonne,2020-05-22,,419.0,0.0,,,
+FR-89,Yonne,2020-05-23,,424.0,5.0,,,
+FR-89,Yonne,2020-05-24,,426.0,2.0,,,
+FR-89,Yonne,2020-05-25,,427.0,1.0,,,
+FR-89,Yonne,2020-05-26,,430.0,3.0,,,
+FR-89,Yonne,2020-05-27,,436.0,6.0,,,
+FR-89,Yonne,2020-05-28,,436.0,0.0,,,
+FR-89,Yonne,2020-05-29,,436.0,0.0,,,
+FR-89,Yonne,2020-05-30,,436.0,0.0,,,
+FR-89,Yonne,2020-05-31,,437.0,1.0,,,
+FR-89,Yonne,2020-06-01,,437.0,0.0,,,
+FR-89,Yonne,2020-06-02,,437.0,0.0,,,
+FR-89,Yonne,2020-06-03,,437.0,0.0,,,
+FR-89,Yonne,2020-06-04,,441.0,4.0,,,
+FR-89,Yonne,2020-06-05,,442.0,1.0,,,
+FR-89,Yonne,2020-06-06,,445.0,3.0,,,
+FR-89,Yonne,2020-06-07,,445.0,0.0,,,
+FR-89,Yonne,2020-06-08,,446.0,1.0,,,
+FR-90,Territoire de Belfort,2020-03-19,,28.0,28.0,,,
+FR-90,Territoire de Belfort,2020-03-20,,29.0,1.0,,,
+FR-90,Territoire de Belfort,2020-03-21,,63.0,34.0,,,
+FR-90,Territoire de Belfort,2020-03-22,,81.0,18.0,,,
+FR-90,Territoire de Belfort,2020-03-23,,115.0,34.0,,,
+FR-90,Territoire de Belfort,2020-03-24,,139.0,24.0,,,
+FR-90,Territoire de Belfort,2020-03-25,,174.0,35.0,,,
+FR-90,Territoire de Belfort,2020-03-26,,186.0,12.0,,,
+FR-90,Territoire de Belfort,2020-03-27,,211.0,25.0,,,
+FR-90,Territoire de Belfort,2020-03-28,,228.0,17.0,,,
+FR-90,Territoire de Belfort,2020-03-29,,244.0,16.0,,,
+FR-90,Territoire de Belfort,2020-03-30,,266.0,22.0,,,
+FR-90,Territoire de Belfort,2020-03-31,,310.0,44.0,,,
+FR-90,Territoire de Belfort,2020-04-01,,332.0,22.0,,,
+FR-90,Territoire de Belfort,2020-04-02,,371.0,39.0,,,
+FR-90,Territoire de Belfort,2020-04-03,,387.0,16.0,,,
+FR-90,Territoire de Belfort,2020-04-04,,404.0,17.0,,,
+FR-90,Territoire de Belfort,2020-04-05,,419.0,15.0,,,
+FR-90,Territoire de Belfort,2020-04-06,,434.0,15.0,,,
+FR-90,Territoire de Belfort,2020-04-07,,458.0,24.0,,,
+FR-90,Territoire de Belfort,2020-04-08,,469.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-09,,478.0,9.0,,,
+FR-90,Territoire de Belfort,2020-04-10,,512.0,34.0,,,
+FR-90,Territoire de Belfort,2020-04-11,,525.0,13.0,,,
+FR-90,Territoire de Belfort,2020-04-12,,536.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-13,,553.0,17.0,,,
+FR-90,Territoire de Belfort,2020-04-14,,556.0,3.0,,,
+FR-90,Territoire de Belfort,2020-04-15,,560.0,4.0,,,
+FR-90,Territoire de Belfort,2020-04-16,,570.0,10.0,,,
+FR-90,Territoire de Belfort,2020-04-17,,581.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-18,,588.0,7.0,,,
+FR-90,Territoire de Belfort,2020-04-19,,591.0,3.0,,,
+FR-90,Territoire de Belfort,2020-04-20,,597.0,6.0,,,
+FR-90,Territoire de Belfort,2020-04-21,,602.0,5.0,,,
+FR-90,Territoire de Belfort,2020-04-22,,608.0,6.0,,,
+FR-90,Territoire de Belfort,2020-04-23,,610.0,2.0,,,
+FR-90,Territoire de Belfort,2020-04-24,,616.0,6.0,,,
+FR-90,Territoire de Belfort,2020-04-25,,617.0,1.0,,,
+FR-90,Territoire de Belfort,2020-04-26,,620.0,3.0,,,
+FR-90,Territoire de Belfort,2020-04-27,,620.0,0.0,,,
+FR-90,Territoire de Belfort,2020-04-28,,620.0,0.0,,,
+FR-90,Territoire de Belfort,2020-04-29,,631.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-30,,636.0,5.0,,,
+FR-90,Territoire de Belfort,2020-05-01,,641.0,5.0,,,
+FR-90,Territoire de Belfort,2020-05-02,,642.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-03,,643.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-04,,643.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-05,,660.0,17.0,,,
+FR-90,Territoire de Belfort,2020-05-06,,670.0,10.0,,,
+FR-90,Territoire de Belfort,2020-05-07,,674.0,4.0,,,
+FR-90,Territoire de Belfort,2020-05-08,,681.0,7.0,,,
+FR-90,Territoire de Belfort,2020-05-09,,683.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-10,,686.0,3.0,,,
+FR-90,Territoire de Belfort,2020-05-11,,689.0,3.0,,,
+FR-90,Territoire de Belfort,2020-05-12,,693.0,4.0,,,
+FR-90,Territoire de Belfort,2020-05-13,,694.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-14,,696.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-15,,697.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-16,,697.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-17,,698.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-18,,699.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-19,,700.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-20,,705.0,5.0,,,
+FR-90,Territoire de Belfort,2020-05-21,,712.0,7.0,,,
+FR-90,Territoire de Belfort,2020-05-22,,713.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-23,,713.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-24,,713.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-25,,715.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-26,,715.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-27,,715.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-28,,717.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-29,,717.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-30,,717.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-31,,718.0,1.0,,,
+FR-90,Territoire de Belfort,2020-06-01,,718.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-02,,719.0,1.0,,,
+FR-90,Territoire de Belfort,2020-06-03,,719.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-04,,721.0,2.0,,,
+FR-90,Territoire de Belfort,2020-06-05,,722.0,1.0,,,
+FR-90,Territoire de Belfort,2020-06-06,,722.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-07,,722.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-08,,722.0,0.0,,,
+FR-91,Essonne,2020-03-19,,48.0,48.0,,,
+FR-91,Essonne,2020-03-20,,88.0,40.0,,,
+FR-91,Essonne,2020-03-21,,128.0,40.0,,,
+FR-91,Essonne,2020-03-22,,190.0,62.0,,,
+FR-91,Essonne,2020-03-23,,238.0,48.0,,,
+FR-91,Essonne,2020-03-24,,298.0,60.0,,,
+FR-91,Essonne,2020-03-25,,398.0,100.0,,,
+FR-91,Essonne,2020-03-26,,475.0,77.0,,,
+FR-91,Essonne,2020-03-27,,530.0,55.0,,,
+FR-91,Essonne,2020-03-28,,641.0,111.0,,,
+FR-91,Essonne,2020-03-29,,685.0,44.0,,,
+FR-91,Essonne,2020-03-30,,768.0,83.0,,,
+FR-91,Essonne,2020-03-31,,858.0,90.0,,,
+FR-91,Essonne,2020-04-01,,946.0,88.0,,,
+FR-91,Essonne,2020-04-02,,1075.0,129.0,,,
+FR-91,Essonne,2020-04-03,,1207.0,132.0,,,
+FR-91,Essonne,2020-04-04,,1323.0,116.0,,,
+FR-91,Essonne,2020-04-05,,1375.0,52.0,,,
+FR-91,Essonne,2020-04-06,,1449.0,74.0,,,
+FR-91,Essonne,2020-04-07,,1539.0,90.0,,,
+FR-91,Essonne,2020-04-08,,1760.0,221.0,,,
+FR-91,Essonne,2020-04-09,,1853.0,93.0,,,
+FR-91,Essonne,2020-04-10,,1974.0,121.0,,,
+FR-91,Essonne,2020-04-11,,2055.0,81.0,,,
+FR-91,Essonne,2020-04-12,,2118.0,63.0,,,
+FR-91,Essonne,2020-04-13,,2136.0,18.0,,,
+FR-91,Essonne,2020-04-14,,2193.0,57.0,,,
+FR-91,Essonne,2020-04-15,,2241.0,48.0,,,
+FR-91,Essonne,2020-04-16,,2308.0,67.0,,,
+FR-91,Essonne,2020-04-17,,2407.0,99.0,,,
+FR-91,Essonne,2020-04-18,,2443.0,36.0,,,
+FR-91,Essonne,2020-04-19,,2473.0,30.0,,,
+FR-91,Essonne,2020-04-20,,2506.0,33.0,,,
+FR-91,Essonne,2020-04-21,,2563.0,57.0,,,
+FR-91,Essonne,2020-04-22,,2597.0,34.0,,,
+FR-91,Essonne,2020-04-23,,2642.0,45.0,,,
+FR-91,Essonne,2020-04-24,,2720.0,78.0,,,
+FR-91,Essonne,2020-04-25,,2774.0,54.0,,,
+FR-91,Essonne,2020-04-26,,2777.0,3.0,,,
+FR-91,Essonne,2020-04-27,,2804.0,27.0,,,
+FR-91,Essonne,2020-04-28,,2847.0,43.0,,,
+FR-91,Essonne,2020-04-29,,2911.0,64.0,,,
+FR-91,Essonne,2020-04-30,,2968.0,57.0,,,
+FR-91,Essonne,2020-05-01,,2980.0,12.0,,,
+FR-91,Essonne,2020-05-02,,2988.0,8.0,,,
+FR-91,Essonne,2020-05-03,,2997.0,9.0,,,
+FR-91,Essonne,2020-05-04,,3010.0,13.0,,,
+FR-91,Essonne,2020-05-05,,3023.0,13.0,,,
+FR-91,Essonne,2020-05-06,,3044.0,21.0,,,
+FR-91,Essonne,2020-05-07,,3060.0,16.0,,,
+FR-91,Essonne,2020-05-08,,3079.0,19.0,,,
+FR-91,Essonne,2020-05-09,,3089.0,10.0,,,
+FR-91,Essonne,2020-05-10,,3093.0,4.0,,,
+FR-91,Essonne,2020-05-11,,3104.0,11.0,,,
+FR-91,Essonne,2020-05-12,,3118.0,14.0,,,
+FR-91,Essonne,2020-05-13,,3126.0,8.0,,,
+FR-91,Essonne,2020-05-14,,3142.0,16.0,,,
+FR-91,Essonne,2020-05-15,,3151.0,9.0,,,
+FR-91,Essonne,2020-05-16,,3157.0,6.0,,,
+FR-91,Essonne,2020-05-17,,3162.0,5.0,,,
+FR-91,Essonne,2020-05-18,,3166.0,4.0,,,
+FR-91,Essonne,2020-05-19,,3182.0,16.0,,,
+FR-91,Essonne,2020-05-20,,3187.0,5.0,,,
+FR-91,Essonne,2020-05-21,,3205.0,18.0,,,
+FR-91,Essonne,2020-05-22,,3235.0,30.0,,,
+FR-91,Essonne,2020-05-23,,3255.0,20.0,,,
+FR-91,Essonne,2020-05-24,,3255.0,0.0,,,
+FR-91,Essonne,2020-05-25,,3260.0,5.0,,,
+FR-91,Essonne,2020-05-26,,3266.0,6.0,,,
+FR-91,Essonne,2020-05-27,,3270.0,4.0,,,
+FR-91,Essonne,2020-05-28,,3275.0,5.0,,,
+FR-91,Essonne,2020-05-29,,3281.0,6.0,,,
+FR-91,Essonne,2020-05-30,,3287.0,6.0,,,
+FR-91,Essonne,2020-05-31,,3287.0,0.0,,,
+FR-91,Essonne,2020-06-01,,3287.0,0.0,,,
+FR-91,Essonne,2020-06-02,,3296.0,9.0,,,
+FR-91,Essonne,2020-06-03,,3301.0,5.0,,,
+FR-91,Essonne,2020-06-04,,3303.0,2.0,,,
+FR-91,Essonne,2020-06-05,,3308.0,5.0,,,
+FR-91,Essonne,2020-06-06,,3311.0,3.0,,,
+FR-91,Essonne,2020-06-07,,3311.0,0.0,,,
+FR-91,Essonne,2020-06-08,,3313.0,2.0,,,
+FR-92,Hauts-de-Seine,2020-03-19,,95.0,95.0,,,
+FR-92,Hauts-de-Seine,2020-03-20,,160.0,65.0,,,
+FR-92,Hauts-de-Seine,2020-03-21,,258.0,98.0,,,
+FR-92,Hauts-de-Seine,2020-03-22,,372.0,114.0,,,
+FR-92,Hauts-de-Seine,2020-03-23,,497.0,125.0,,,
+FR-92,Hauts-de-Seine,2020-03-24,,668.0,171.0,,,
+FR-92,Hauts-de-Seine,2020-03-25,,848.0,180.0,,,
+FR-92,Hauts-de-Seine,2020-03-26,,1016.0,168.0,,,
+FR-92,Hauts-de-Seine,2020-03-27,,1207.0,191.0,,,
+FR-92,Hauts-de-Seine,2020-03-28,,1416.0,209.0,,,
+FR-92,Hauts-de-Seine,2020-03-29,,1542.0,126.0,,,
+FR-92,Hauts-de-Seine,2020-03-30,,1718.0,176.0,,,
+FR-92,Hauts-de-Seine,2020-03-31,,2009.0,291.0,,,
+FR-92,Hauts-de-Seine,2020-04-01,,2314.0,305.0,,,
+FR-92,Hauts-de-Seine,2020-04-02,,2559.0,245.0,,,
+FR-92,Hauts-de-Seine,2020-04-03,,2792.0,233.0,,,
+FR-92,Hauts-de-Seine,2020-04-04,,2977.0,185.0,,,
+FR-92,Hauts-de-Seine,2020-04-05,,3091.0,114.0,,,
+FR-92,Hauts-de-Seine,2020-04-06,,3247.0,156.0,,,
+FR-92,Hauts-de-Seine,2020-04-07,,3469.0,222.0,,,
+FR-92,Hauts-de-Seine,2020-04-08,,3641.0,172.0,,,
+FR-92,Hauts-de-Seine,2020-04-09,,3790.0,149.0,,,
+FR-92,Hauts-de-Seine,2020-04-10,,3980.0,190.0,,,
+FR-92,Hauts-de-Seine,2020-04-11,,4110.0,130.0,,,
+FR-92,Hauts-de-Seine,2020-04-12,,4211.0,101.0,,,
+FR-92,Hauts-de-Seine,2020-04-13,,4293.0,82.0,,,
+FR-92,Hauts-de-Seine,2020-04-14,,4395.0,102.0,,,
+FR-92,Hauts-de-Seine,2020-04-15,,4525.0,130.0,,,
+FR-92,Hauts-de-Seine,2020-04-16,,4646.0,121.0,,,
+FR-92,Hauts-de-Seine,2020-04-17,,4731.0,85.0,,,
+FR-92,Hauts-de-Seine,2020-04-18,,4828.0,97.0,,,
+FR-92,Hauts-de-Seine,2020-04-19,,4881.0,53.0,,,
+FR-92,Hauts-de-Seine,2020-04-20,,4992.0,111.0,,,
+FR-92,Hauts-de-Seine,2020-04-21,,5079.0,87.0,,,
+FR-92,Hauts-de-Seine,2020-04-22,,5184.0,105.0,,,
+FR-92,Hauts-de-Seine,2020-04-23,,5286.0,102.0,,,
+FR-92,Hauts-de-Seine,2020-04-24,,5379.0,93.0,,,
+FR-92,Hauts-de-Seine,2020-04-25,,5438.0,59.0,,,
+FR-92,Hauts-de-Seine,2020-04-26,,5463.0,25.0,,,
+FR-92,Hauts-de-Seine,2020-04-27,,5532.0,69.0,,,
+FR-92,Hauts-de-Seine,2020-04-28,,5622.0,90.0,,,
+FR-92,Hauts-de-Seine,2020-04-29,,5665.0,43.0,,,
+FR-92,Hauts-de-Seine,2020-04-30,,5720.0,55.0,,,
+FR-92,Hauts-de-Seine,2020-05-01,,5747.0,27.0,,,
+FR-92,Hauts-de-Seine,2020-05-02,,5765.0,18.0,,,
+FR-92,Hauts-de-Seine,2020-05-03,,5792.0,27.0,,,
+FR-92,Hauts-de-Seine,2020-05-04,,5816.0,24.0,,,
+FR-92,Hauts-de-Seine,2020-05-05,,5858.0,42.0,,,
+FR-92,Hauts-de-Seine,2020-05-06,,5887.0,29.0,,,
+FR-92,Hauts-de-Seine,2020-05-07,,5921.0,34.0,,,
+FR-92,Hauts-de-Seine,2020-05-08,,5940.0,19.0,,,
+FR-92,Hauts-de-Seine,2020-05-09,,5947.0,7.0,,,
+FR-92,Hauts-de-Seine,2020-05-10,,5973.0,26.0,,,
+FR-92,Hauts-de-Seine,2020-05-11,,5996.0,23.0,,,
+FR-92,Hauts-de-Seine,2020-05-12,,6025.0,29.0,,,
+FR-92,Hauts-de-Seine,2020-05-13,,6048.0,23.0,,,
+FR-92,Hauts-de-Seine,2020-05-14,,6093.0,45.0,,,
+FR-92,Hauts-de-Seine,2020-05-15,,6115.0,22.0,,,
+FR-92,Hauts-de-Seine,2020-05-16,,6124.0,9.0,,,
+FR-92,Hauts-de-Seine,2020-05-17,,6130.0,6.0,,,
+FR-92,Hauts-de-Seine,2020-05-18,,6177.0,47.0,,,
+FR-92,Hauts-de-Seine,2020-05-19,,6195.0,18.0,,,
+FR-92,Hauts-de-Seine,2020-05-20,,6215.0,20.0,,,
+FR-92,Hauts-de-Seine,2020-05-21,,6223.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-05-22,,6227.0,4.0,,,
+FR-92,Hauts-de-Seine,2020-05-23,,6234.0,7.0,,,
+FR-92,Hauts-de-Seine,2020-05-24,,6237.0,3.0,,,
+FR-92,Hauts-de-Seine,2020-05-25,,6249.0,12.0,,,
+FR-92,Hauts-de-Seine,2020-05-26,,6260.0,11.0,,,
+FR-92,Hauts-de-Seine,2020-05-27,,6268.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-05-28,,6280.0,12.0,,,
+FR-92,Hauts-de-Seine,2020-05-29,,6288.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-05-30,,6302.0,14.0,,,
+FR-92,Hauts-de-Seine,2020-05-31,,6303.0,1.0,,,
+FR-92,Hauts-de-Seine,2020-06-01,,6305.0,2.0,,,
+FR-92,Hauts-de-Seine,2020-06-02,,6324.0,19.0,,,
+FR-92,Hauts-de-Seine,2020-06-03,,6337.0,13.0,,,
+FR-92,Hauts-de-Seine,2020-06-04,,6345.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-06-05,,6347.0,2.0,,,
+FR-92,Hauts-de-Seine,2020-06-06,,6350.0,3.0,,,
+FR-92,Hauts-de-Seine,2020-06-07,,6350.0,0.0,,,
+FR-92,Hauts-de-Seine,2020-06-08,,6355.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-03-19,,104.0,104.0,,,
+FR-93,Seine-Saint-Denis,2020-03-20,,147.0,43.0,,,
+FR-93,Seine-Saint-Denis,2020-03-21,,198.0,51.0,,,
+FR-93,Seine-Saint-Denis,2020-03-22,,225.0,27.0,,,
+FR-93,Seine-Saint-Denis,2020-03-23,,298.0,73.0,,,
+FR-93,Seine-Saint-Denis,2020-03-24,,384.0,86.0,,,
+FR-93,Seine-Saint-Denis,2020-03-25,,468.0,84.0,,,
+FR-93,Seine-Saint-Denis,2020-03-26,,587.0,119.0,,,
+FR-93,Seine-Saint-Denis,2020-03-27,,747.0,160.0,,,
+FR-93,Seine-Saint-Denis,2020-03-28,,845.0,98.0,,,
+FR-93,Seine-Saint-Denis,2020-03-29,,958.0,113.0,,,
+FR-93,Seine-Saint-Denis,2020-03-30,,1094.0,136.0,,,
+FR-93,Seine-Saint-Denis,2020-03-31,,1312.0,218.0,,,
+FR-93,Seine-Saint-Denis,2020-04-01,,1590.0,278.0,,,
+FR-93,Seine-Saint-Denis,2020-04-02,,1718.0,128.0,,,
+FR-93,Seine-Saint-Denis,2020-04-03,,1883.0,165.0,,,
+FR-93,Seine-Saint-Denis,2020-04-04,,2028.0,145.0,,,
+FR-93,Seine-Saint-Denis,2020-04-05,,2095.0,67.0,,,
+FR-93,Seine-Saint-Denis,2020-04-06,,2251.0,156.0,,,
+FR-93,Seine-Saint-Denis,2020-04-07,,2465.0,214.0,,,
+FR-93,Seine-Saint-Denis,2020-04-08,,2648.0,183.0,,,
+FR-93,Seine-Saint-Denis,2020-04-09,,2903.0,255.0,,,
+FR-93,Seine-Saint-Denis,2020-04-10,,3086.0,183.0,,,
+FR-93,Seine-Saint-Denis,2020-04-11,,3209.0,123.0,,,
+FR-93,Seine-Saint-Denis,2020-04-12,,3303.0,94.0,,,
+FR-93,Seine-Saint-Denis,2020-04-13,,3364.0,61.0,,,
+FR-93,Seine-Saint-Denis,2020-04-14,,3490.0,126.0,,,
+FR-93,Seine-Saint-Denis,2020-04-15,,3616.0,126.0,,,
+FR-93,Seine-Saint-Denis,2020-04-16,,3739.0,123.0,,,
+FR-93,Seine-Saint-Denis,2020-04-17,,3923.0,184.0,,,
+FR-93,Seine-Saint-Denis,2020-04-18,,4018.0,95.0,,,
+FR-93,Seine-Saint-Denis,2020-04-19,,4065.0,47.0,,,
+FR-93,Seine-Saint-Denis,2020-04-20,,4151.0,86.0,,,
+FR-93,Seine-Saint-Denis,2020-04-21,,4233.0,82.0,,,
+FR-93,Seine-Saint-Denis,2020-04-22,,4337.0,104.0,,,
+FR-93,Seine-Saint-Denis,2020-04-23,,4429.0,92.0,,,
+FR-93,Seine-Saint-Denis,2020-04-24,,4490.0,61.0,,,
+FR-93,Seine-Saint-Denis,2020-04-25,,4521.0,31.0,,,
+FR-93,Seine-Saint-Denis,2020-04-26,,4549.0,28.0,,,
+FR-93,Seine-Saint-Denis,2020-04-27,,4646.0,97.0,,,
+FR-93,Seine-Saint-Denis,2020-04-28,,4726.0,80.0,,,
+FR-93,Seine-Saint-Denis,2020-04-29,,4768.0,42.0,,,
+FR-93,Seine-Saint-Denis,2020-04-30,,4789.0,21.0,,,
+FR-93,Seine-Saint-Denis,2020-05-01,,4814.0,25.0,,,
+FR-93,Seine-Saint-Denis,2020-05-02,,4829.0,15.0,,,
+FR-93,Seine-Saint-Denis,2020-05-03,,4841.0,12.0,,,
+FR-93,Seine-Saint-Denis,2020-05-04,,4877.0,36.0,,,
+FR-93,Seine-Saint-Denis,2020-05-05,,4921.0,44.0,,,
+FR-93,Seine-Saint-Denis,2020-05-06,,5002.0,81.0,,,
+FR-93,Seine-Saint-Denis,2020-05-07,,5057.0,55.0,,,
+FR-93,Seine-Saint-Denis,2020-05-08,,5081.0,24.0,,,
+FR-93,Seine-Saint-Denis,2020-05-09,,5098.0,17.0,,,
+FR-93,Seine-Saint-Denis,2020-05-10,,5116.0,18.0,,,
+FR-93,Seine-Saint-Denis,2020-05-11,,5152.0,36.0,,,
+FR-93,Seine-Saint-Denis,2020-05-12,,5212.0,60.0,,,
+FR-93,Seine-Saint-Denis,2020-05-13,,5251.0,39.0,,,
+FR-93,Seine-Saint-Denis,2020-05-14,,5267.0,16.0,,,
+FR-93,Seine-Saint-Denis,2020-05-15,,5284.0,17.0,,,
+FR-93,Seine-Saint-Denis,2020-05-16,,5303.0,19.0,,,
+FR-93,Seine-Saint-Denis,2020-05-17,,5304.0,1.0,,,
+FR-93,Seine-Saint-Denis,2020-05-18,,5322.0,18.0,,,
+FR-93,Seine-Saint-Denis,2020-05-19,,5351.0,29.0,,,
+FR-93,Seine-Saint-Denis,2020-05-20,,5391.0,40.0,,,
+FR-93,Seine-Saint-Denis,2020-05-21,,5405.0,14.0,,,
+FR-93,Seine-Saint-Denis,2020-05-22,,5413.0,8.0,,,
+FR-93,Seine-Saint-Denis,2020-05-23,,5418.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-05-24,,5422.0,4.0,,,
+FR-93,Seine-Saint-Denis,2020-05-25,,5436.0,14.0,,,
+FR-93,Seine-Saint-Denis,2020-05-26,,5452.0,16.0,,,
+FR-93,Seine-Saint-Denis,2020-05-27,,5462.0,10.0,,,
+FR-93,Seine-Saint-Denis,2020-05-28,,5478.0,16.0,,,
+FR-93,Seine-Saint-Denis,2020-05-29,,5483.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-05-30,,5488.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-05-31,,5488.0,0.0,,,
+FR-93,Seine-Saint-Denis,2020-06-01,,5498.0,10.0,,,
+FR-93,Seine-Saint-Denis,2020-06-02,,5511.0,13.0,,,
+FR-93,Seine-Saint-Denis,2020-06-03,,5524.0,13.0,,,
+FR-93,Seine-Saint-Denis,2020-06-04,,5535.0,11.0,,,
+FR-93,Seine-Saint-Denis,2020-06-05,,5542.0,7.0,,,
+FR-93,Seine-Saint-Denis,2020-06-06,,5545.0,3.0,,,
+FR-93,Seine-Saint-Denis,2020-06-07,,5549.0,4.0,,,
+FR-93,Seine-Saint-Denis,2020-06-08,,5553.0,4.0,,,
+FR-94,Val-de-Marne,2020-03-19,,113.0,113.0,,,
+FR-94,Val-de-Marne,2020-03-20,,179.0,66.0,,,
+FR-94,Val-de-Marne,2020-03-21,,236.0,57.0,,,
+FR-94,Val-de-Marne,2020-03-22,,310.0,74.0,,,
+FR-94,Val-de-Marne,2020-03-23,,416.0,106.0,,,
+FR-94,Val-de-Marne,2020-03-24,,538.0,122.0,,,
+FR-94,Val-de-Marne,2020-03-25,,682.0,144.0,,,
+FR-94,Val-de-Marne,2020-03-26,,841.0,159.0,,,
+FR-94,Val-de-Marne,2020-03-27,,998.0,157.0,,,
+FR-94,Val-de-Marne,2020-03-28,,1175.0,177.0,,,
+FR-94,Val-de-Marne,2020-03-29,,1295.0,120.0,,,
+FR-94,Val-de-Marne,2020-03-30,,1407.0,112.0,,,
+FR-94,Val-de-Marne,2020-03-31,,1665.0,258.0,,,
+FR-94,Val-de-Marne,2020-04-01,,1984.0,319.0,,,
+FR-94,Val-de-Marne,2020-04-02,,2191.0,207.0,,,
+FR-94,Val-de-Marne,2020-04-03,,2464.0,273.0,,,
+FR-94,Val-de-Marne,2020-04-04,,2628.0,164.0,,,
+FR-94,Val-de-Marne,2020-04-05,,2756.0,128.0,,,
+FR-94,Val-de-Marne,2020-04-06,,2942.0,186.0,,,
+FR-94,Val-de-Marne,2020-04-07,,3236.0,294.0,,,
+FR-94,Val-de-Marne,2020-04-08,,3486.0,250.0,,,
+FR-94,Val-de-Marne,2020-04-09,,3664.0,178.0,,,
+FR-94,Val-de-Marne,2020-04-10,,3867.0,203.0,,,
+FR-94,Val-de-Marne,2020-04-11,,3990.0,123.0,,,
+FR-94,Val-de-Marne,2020-04-12,,4075.0,85.0,,,
+FR-94,Val-de-Marne,2020-04-13,,4162.0,87.0,,,
+FR-94,Val-de-Marne,2020-04-14,,4246.0,84.0,,,
+FR-94,Val-de-Marne,2020-04-15,,4440.0,194.0,,,
+FR-94,Val-de-Marne,2020-04-16,,4564.0,124.0,,,
+FR-94,Val-de-Marne,2020-04-17,,4656.0,92.0,,,
+FR-94,Val-de-Marne,2020-04-18,,4736.0,80.0,,,
+FR-94,Val-de-Marne,2020-04-19,,4760.0,24.0,,,
+FR-94,Val-de-Marne,2020-04-20,,4845.0,85.0,,,
+FR-94,Val-de-Marne,2020-04-21,,4974.0,129.0,,,
+FR-94,Val-de-Marne,2020-04-22,,5071.0,97.0,,,
+FR-94,Val-de-Marne,2020-04-23,,5166.0,95.0,,,
+FR-94,Val-de-Marne,2020-04-24,,5238.0,72.0,,,
+FR-94,Val-de-Marne,2020-04-25,,5310.0,72.0,,,
+FR-94,Val-de-Marne,2020-04-26,,5336.0,26.0,,,
+FR-94,Val-de-Marne,2020-04-27,,5364.0,28.0,,,
+FR-94,Val-de-Marne,2020-04-28,,5428.0,64.0,,,
+FR-94,Val-de-Marne,2020-04-29,,5487.0,59.0,,,
+FR-94,Val-de-Marne,2020-04-30,,5526.0,39.0,,,
+FR-94,Val-de-Marne,2020-05-01,,5560.0,34.0,,,
+FR-94,Val-de-Marne,2020-05-02,,5580.0,20.0,,,
+FR-94,Val-de-Marne,2020-05-03,,5595.0,15.0,,,
+FR-94,Val-de-Marne,2020-05-04,,5628.0,33.0,,,
+FR-94,Val-de-Marne,2020-05-05,,5710.0,82.0,,,
+FR-94,Val-de-Marne,2020-05-06,,5776.0,66.0,,,
+FR-94,Val-de-Marne,2020-05-07,,5816.0,40.0,,,
+FR-94,Val-de-Marne,2020-05-08,,5839.0,23.0,,,
+FR-94,Val-de-Marne,2020-05-09,,5845.0,6.0,,,
+FR-94,Val-de-Marne,2020-05-10,,5854.0,9.0,,,
+FR-94,Val-de-Marne,2020-05-11,,5879.0,25.0,,,
+FR-94,Val-de-Marne,2020-05-12,,5897.0,18.0,,,
+FR-94,Val-de-Marne,2020-05-13,,5931.0,34.0,,,
+FR-94,Val-de-Marne,2020-05-14,,5952.0,21.0,,,
+FR-94,Val-de-Marne,2020-05-15,,5969.0,17.0,,,
+FR-94,Val-de-Marne,2020-05-16,,5985.0,16.0,,,
+FR-94,Val-de-Marne,2020-05-17,,5994.0,9.0,,,
+FR-94,Val-de-Marne,2020-05-18,,6006.0,12.0,,,
+FR-94,Val-de-Marne,2020-05-19,,6031.0,25.0,,,
+FR-94,Val-de-Marne,2020-05-20,,6061.0,30.0,,,
+FR-94,Val-de-Marne,2020-05-21,,6089.0,28.0,,,
+FR-94,Val-de-Marne,2020-05-22,,6093.0,4.0,,,
+FR-94,Val-de-Marne,2020-05-23,,6095.0,2.0,,,
+FR-94,Val-de-Marne,2020-05-24,,6101.0,6.0,,,
+FR-94,Val-de-Marne,2020-05-25,,6122.0,21.0,,,
+FR-94,Val-de-Marne,2020-05-26,,6139.0,17.0,,,
+FR-94,Val-de-Marne,2020-05-27,,6157.0,18.0,,,
+FR-94,Val-de-Marne,2020-05-28,,6174.0,17.0,,,
+FR-94,Val-de-Marne,2020-05-29,,6179.0,5.0,,,
+FR-94,Val-de-Marne,2020-05-30,,6195.0,16.0,,,
+FR-94,Val-de-Marne,2020-05-31,,6196.0,1.0,,,
+FR-94,Val-de-Marne,2020-06-01,,6199.0,3.0,,,
+FR-94,Val-de-Marne,2020-06-02,,6206.0,7.0,,,
+FR-94,Val-de-Marne,2020-06-03,,6216.0,10.0,,,
+FR-94,Val-de-Marne,2020-06-04,,6232.0,16.0,,,
+FR-94,Val-de-Marne,2020-06-05,,6236.0,4.0,,,
+FR-94,Val-de-Marne,2020-06-06,,6250.0,14.0,,,
+FR-94,Val-de-Marne,2020-06-07,,6251.0,1.0,,,
+FR-94,Val-de-Marne,2020-06-08,,6255.0,4.0,,,
+FR-95,Val-d'Oise,2020-03-19,,80.0,80.0,,,
+FR-95,Val-d'Oise,2020-03-20,,140.0,60.0,,,
+FR-95,Val-d'Oise,2020-03-21,,214.0,74.0,,,
+FR-95,Val-d'Oise,2020-03-22,,300.0,86.0,,,
+FR-95,Val-d'Oise,2020-03-23,,371.0,71.0,,,
+FR-95,Val-d'Oise,2020-03-24,,434.0,63.0,,,
+FR-95,Val-d'Oise,2020-03-25,,536.0,102.0,,,
+FR-95,Val-d'Oise,2020-03-26,,642.0,106.0,,,
+FR-95,Val-d'Oise,2020-03-27,,774.0,132.0,,,
+FR-95,Val-d'Oise,2020-03-28,,849.0,75.0,,,
+FR-95,Val-d'Oise,2020-03-29,,964.0,115.0,,,
+FR-95,Val-d'Oise,2020-03-30,,1082.0,118.0,,,
+FR-95,Val-d'Oise,2020-03-31,,1227.0,145.0,,,
+FR-95,Val-d'Oise,2020-04-01,,1346.0,119.0,,,
+FR-95,Val-d'Oise,2020-04-02,,1491.0,145.0,,,
+FR-95,Val-d'Oise,2020-04-03,,1625.0,134.0,,,
+FR-95,Val-d'Oise,2020-04-04,,1716.0,91.0,,,
+FR-95,Val-d'Oise,2020-04-05,,1756.0,40.0,,,
+FR-95,Val-d'Oise,2020-04-06,,1885.0,129.0,,,
+FR-95,Val-d'Oise,2020-04-07,,1989.0,104.0,,,
+FR-95,Val-d'Oise,2020-04-08,,2102.0,113.0,,,
+FR-95,Val-d'Oise,2020-04-09,,2228.0,126.0,,,
+FR-95,Val-d'Oise,2020-04-10,,2311.0,83.0,,,
+FR-95,Val-d'Oise,2020-04-11,,2400.0,89.0,,,
+FR-95,Val-d'Oise,2020-04-12,,2435.0,35.0,,,
+FR-95,Val-d'Oise,2020-04-13,,2475.0,40.0,,,
+FR-95,Val-d'Oise,2020-04-14,,2554.0,79.0,,,
+FR-95,Val-d'Oise,2020-04-15,,2621.0,67.0,,,
+FR-95,Val-d'Oise,2020-04-16,,2722.0,101.0,,,
+FR-95,Val-d'Oise,2020-04-17,,2782.0,60.0,,,
+FR-95,Val-d'Oise,2020-04-18,,2832.0,50.0,,,
+FR-95,Val-d'Oise,2020-04-19,,2861.0,29.0,,,
+FR-95,Val-d'Oise,2020-04-20,,2912.0,51.0,,,
+FR-95,Val-d'Oise,2020-04-21,,2958.0,46.0,,,
+FR-95,Val-d'Oise,2020-04-22,,3034.0,76.0,,,
+FR-95,Val-d'Oise,2020-04-23,,3089.0,55.0,,,
+FR-95,Val-d'Oise,2020-04-24,,3132.0,43.0,,,
+FR-95,Val-d'Oise,2020-04-25,,3159.0,27.0,,,
+FR-95,Val-d'Oise,2020-04-26,,3170.0,11.0,,,
+FR-95,Val-d'Oise,2020-04-27,,3188.0,18.0,,,
+FR-95,Val-d'Oise,2020-04-28,,3233.0,45.0,,,
+FR-95,Val-d'Oise,2020-04-29,,3254.0,21.0,,,
+FR-95,Val-d'Oise,2020-04-30,,3271.0,17.0,,,
+FR-95,Val-d'Oise,2020-05-01,,3293.0,22.0,,,
+FR-95,Val-d'Oise,2020-05-02,,3298.0,5.0,,,
+FR-95,Val-d'Oise,2020-05-03,,3303.0,5.0,,,
+FR-95,Val-d'Oise,2020-05-04,,3335.0,32.0,,,
+FR-95,Val-d'Oise,2020-05-05,,3361.0,26.0,,,
+FR-95,Val-d'Oise,2020-05-06,,3383.0,22.0,,,
+FR-95,Val-d'Oise,2020-05-07,,3397.0,14.0,,,
+FR-95,Val-d'Oise,2020-05-08,,3412.0,15.0,,,
+FR-95,Val-d'Oise,2020-05-09,,3419.0,7.0,,,
+FR-95,Val-d'Oise,2020-05-10,,3429.0,10.0,,,
+FR-95,Val-d'Oise,2020-05-11,,3433.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-12,,3447.0,14.0,,,
+FR-95,Val-d'Oise,2020-05-13,,3461.0,14.0,,,
+FR-95,Val-d'Oise,2020-05-14,,3478.0,17.0,,,
+FR-95,Val-d'Oise,2020-05-15,,3486.0,8.0,,,
+FR-95,Val-d'Oise,2020-05-16,,3499.0,13.0,,,
+FR-95,Val-d'Oise,2020-05-17,,3501.0,2.0,,,
+FR-95,Val-d'Oise,2020-05-18,,3507.0,6.0,,,
+FR-95,Val-d'Oise,2020-05-19,,3529.0,22.0,,,
+FR-95,Val-d'Oise,2020-05-20,,3542.0,13.0,,,
+FR-95,Val-d'Oise,2020-05-21,,3545.0,3.0,,,
+FR-95,Val-d'Oise,2020-05-22,,3562.0,17.0,,,
+FR-95,Val-d'Oise,2020-05-23,,3566.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-24,,3572.0,6.0,,,
+FR-95,Val-d'Oise,2020-05-25,,3588.0,16.0,,,
+FR-95,Val-d'Oise,2020-05-26,,3592.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-27,,3595.0,3.0,,,
+FR-95,Val-d'Oise,2020-05-28,,3599.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-29,,3618.0,19.0,,,
+FR-95,Val-d'Oise,2020-05-30,,3623.0,5.0,,,
+FR-95,Val-d'Oise,2020-05-31,,3623.0,0.0,,,
+FR-95,Val-d'Oise,2020-06-01,,3631.0,8.0,,,
+FR-95,Val-d'Oise,2020-06-02,,3632.0,1.0,,,
+FR-95,Val-d'Oise,2020-06-03,,3638.0,6.0,,,
+FR-95,Val-d'Oise,2020-06-04,,3641.0,3.0,,,
+FR-95,Val-d'Oise,2020-06-05,,3643.0,2.0,,,
+FR-95,Val-d'Oise,2020-06-06,,3646.0,3.0,,,
+FR-95,Val-d'Oise,2020-06-07,,3646.0,0.0,,,
+FR-95,Val-d'Oise,2020-06-08,,3654.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-19,,58.0,58.0,,,
+FR-2A,Corse-du-Sud,2020-03-20,,66.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-21,,70.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-03-22,,77.0,7.0,,,
+FR-2A,Corse-du-Sud,2020-03-23,,85.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-24,,93.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-25,,114.0,21.0,,,
+FR-2A,Corse-du-Sud,2020-03-26,,132.0,18.0,,,
+FR-2A,Corse-du-Sud,2020-03-27,,142.0,10.0,,,
+FR-2A,Corse-du-Sud,2020-03-28,,151.0,9.0,,,
+FR-2A,Corse-du-Sud,2020-03-29,,166.0,15.0,,,
+FR-2A,Corse-du-Sud,2020-03-30,,180.0,14.0,,,
+FR-2A,Corse-du-Sud,2020-03-31,,183.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-01,,186.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-02,,192.0,6.0,,,
+FR-2A,Corse-du-Sud,2020-04-03,,195.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-04,,202.0,7.0,,,
+FR-2A,Corse-du-Sud,2020-04-05,,202.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-06,,203.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-07,,208.0,5.0,,,
+FR-2A,Corse-du-Sud,2020-04-08,,212.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-04-09,,213.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-10,,213.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-11,,214.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-12,,217.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-13,,220.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-14,,222.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-04-15,,223.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-16,,223.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-17,,225.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-04-18,,227.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-04-19,,231.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-04-20,,231.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-21,,232.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-22,,235.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-23,,236.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-24,,240.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-04-25,,240.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-26,,240.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-27,,240.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-28,,241.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-29,,242.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-30,,244.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-05-01,,247.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-05-02,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-03,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-04,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-05,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-06,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-07,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-08,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-09,,248.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-10,,248.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-11,,249.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-12,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-13,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-14,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-15,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-16,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-17,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-18,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-19,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-20,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-21,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-22,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-23,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-24,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-25,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-26,,250.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-27,,250.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-28,,250.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-29,,251.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-30,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-31,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-01,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-02,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-03,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-04,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-05,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-06,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-07,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-08,,253.0,2.0,,,
+FR-2B,Haute-Corse,2020-03-19,,1.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-20,,29.0,28.0,,,
+FR-2B,Haute-Corse,2020-03-21,,29.0,0.0,,,
+FR-2B,Haute-Corse,2020-03-22,,29.0,0.0,,,
+FR-2B,Haute-Corse,2020-03-23,,37.0,8.0,,,
+FR-2B,Haute-Corse,2020-03-24,,41.0,4.0,,,
+FR-2B,Haute-Corse,2020-03-25,,42.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-26,,51.0,9.0,,,
+FR-2B,Haute-Corse,2020-03-27,,56.0,5.0,,,
+FR-2B,Haute-Corse,2020-03-28,,57.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-29,,58.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-30,,58.0,0.0,,,
+FR-2B,Haute-Corse,2020-03-31,,68.0,10.0,,,
+FR-2B,Haute-Corse,2020-04-01,,68.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-02,,82.0,14.0,,,
+FR-2B,Haute-Corse,2020-04-03,,88.0,6.0,,,
+FR-2B,Haute-Corse,2020-04-04,,108.0,20.0,,,
+FR-2B,Haute-Corse,2020-04-05,,108.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-06,,108.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-07,,108.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-08,,110.0,2.0,,,
+FR-2B,Haute-Corse,2020-04-09,,111.0,1.0,,,
+FR-2B,Haute-Corse,2020-04-10,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-11,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-12,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-13,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-14,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-15,,124.0,13.0,,,
+FR-2B,Haute-Corse,2020-04-16,,127.0,3.0,,,
+FR-2B,Haute-Corse,2020-04-17,,127.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-18,,129.0,2.0,,,
+FR-2B,Haute-Corse,2020-04-19,,129.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-20,,129.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-21,,130.0,1.0,,,
+FR-2B,Haute-Corse,2020-04-22,,135.0,5.0,,,
+FR-2B,Haute-Corse,2020-04-23,,135.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-24,,137.0,2.0,,,
+FR-2B,Haute-Corse,2020-04-25,,137.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-26,,137.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-27,,137.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-28,,141.0,4.0,,,
+FR-2B,Haute-Corse,2020-04-29,,142.0,1.0,,,
+FR-2B,Haute-Corse,2020-04-30,,143.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-01,,143.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-02,,143.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-03,,143.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-04,,144.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-05,,145.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-06,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-07,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-08,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-09,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-10,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-11,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-12,,150.0,5.0,,,
+FR-2B,Haute-Corse,2020-05-13,,151.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-14,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-15,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-16,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-17,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-18,,153.0,2.0,,,
+FR-2B,Haute-Corse,2020-05-19,,154.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-20,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-21,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-22,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-23,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-24,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-25,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-26,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-27,,155.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-28,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-29,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-30,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-31,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-01,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-02,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-03,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-04,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-05,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-06,,156.0,1.0,,,
+FR-2B,Haute-Corse,2020-06-07,,156.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-08,,156.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-19,,0.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-20,,0.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-21,,0.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-22,,6.0,6.0,,,
+FR-GUA,Guadeloupe,2020-03-23,,6.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-24,,6.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-25,,6.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-26,,25.0,19.0,,,
+FR-GUA,Guadeloupe,2020-03-27,,36.0,11.0,,,
+FR-GUA,Guadeloupe,2020-03-28,,54.0,18.0,,,
+FR-GUA,Guadeloupe,2020-03-29,,55.0,1.0,,,
+FR-GUA,Guadeloupe,2020-03-30,,58.0,3.0,,,
+FR-GUA,Guadeloupe,2020-03-31,,62.0,4.0,,,
+FR-GUA,Guadeloupe,2020-04-01,,68.0,6.0,,,
+FR-GUA,Guadeloupe,2020-04-02,,77.0,9.0,,,
+FR-GUA,Guadeloupe,2020-04-03,,83.0,6.0,,,
+FR-GUA,Guadeloupe,2020-04-04,,86.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-05,,88.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-06,,93.0,5.0,,,
+FR-GUA,Guadeloupe,2020-04-07,,94.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-08,,99.0,5.0,,,
+FR-GUA,Guadeloupe,2020-04-09,,102.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-10,,104.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-11,,107.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-12,,109.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-13,,112.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-14,,112.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-15,,112.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-16,,113.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-17,,115.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-18,,115.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-19,,116.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-20,,116.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-21,,116.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-22,,120.0,4.0,,,
+FR-GUA,Guadeloupe,2020-04-23,,120.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-24,,120.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-25,,120.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-26,,121.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-27,,122.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-28,,122.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-29,,123.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-30,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-01,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-02,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-03,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-04,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-05,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-06,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-07,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-08,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-09,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-10,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-11,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-12,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-13,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-14,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-15,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-16,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-17,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-18,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-19,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-20,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-21,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-22,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-23,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-24,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-25,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-26,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-27,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-28,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-29,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-30,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-31,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-01,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-02,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-03,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-04,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-05,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-06,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-07,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-08,,123.0,0.0,,,
+FR-MQ,Martinique,2020-03-19,,1.0,1.0,,,
+FR-MQ,Martinique,2020-03-20,,3.0,2.0,,,
+FR-MQ,Martinique,2020-03-21,,3.0,0.0,,,
+FR-MQ,Martinique,2020-03-22,,4.0,1.0,,,
+FR-MQ,Martinique,2020-03-23,,4.0,0.0,,,
+FR-MQ,Martinique,2020-03-24,,9.0,5.0,,,
+FR-MQ,Martinique,2020-03-25,,20.0,11.0,,,
+FR-MQ,Martinique,2020-03-26,,28.0,8.0,,,
+FR-MQ,Martinique,2020-03-27,,42.0,14.0,,,
+FR-MQ,Martinique,2020-03-28,,53.0,11.0,,,
+FR-MQ,Martinique,2020-03-29,,62.0,9.0,,,
+FR-MQ,Martinique,2020-03-30,,62.0,0.0,,,
+FR-MQ,Martinique,2020-03-31,,73.0,11.0,,,
+FR-MQ,Martinique,2020-04-01,,77.0,4.0,,,
+FR-MQ,Martinique,2020-04-02,,79.0,2.0,,,
+FR-MQ,Martinique,2020-04-03,,79.0,0.0,,,
+FR-MQ,Martinique,2020-04-04,,85.0,6.0,,,
+FR-MQ,Martinique,2020-04-05,,90.0,5.0,,,
+FR-MQ,Martinique,2020-04-06,,92.0,2.0,,,
+FR-MQ,Martinique,2020-04-07,,93.0,1.0,,,
+FR-MQ,Martinique,2020-04-08,,93.0,0.0,,,
+FR-MQ,Martinique,2020-04-09,,94.0,1.0,,,
+FR-MQ,Martinique,2020-04-10,,94.0,0.0,,,
+FR-MQ,Martinique,2020-04-11,,95.0,1.0,,,
+FR-MQ,Martinique,2020-04-12,,95.0,0.0,,,
+FR-MQ,Martinique,2020-04-13,,96.0,1.0,,,
+FR-MQ,Martinique,2020-04-14,,96.0,0.0,,,
+FR-MQ,Martinique,2020-04-15,,96.0,0.0,,,
+FR-MQ,Martinique,2020-04-16,,100.0,4.0,,,
+FR-MQ,Martinique,2020-04-17,,102.0,2.0,,,
+FR-MQ,Martinique,2020-04-18,,102.0,0.0,,,
+FR-MQ,Martinique,2020-04-19,,103.0,1.0,,,
+FR-MQ,Martinique,2020-04-20,,103.0,0.0,,,
+FR-MQ,Martinique,2020-04-21,,108.0,5.0,,,
+FR-MQ,Martinique,2020-04-22,,108.0,0.0,,,
+FR-MQ,Martinique,2020-04-23,,109.0,1.0,,,
+FR-MQ,Martinique,2020-04-24,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-25,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-26,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-27,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-28,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-29,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-30,,111.0,2.0,,,
+FR-MQ,Martinique,2020-05-01,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-02,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-03,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-04,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-05,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-06,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-07,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-08,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-09,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-10,,112.0,1.0,,,
+FR-MQ,Martinique,2020-05-11,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-12,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-13,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-14,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-15,,113.0,1.0,,,
+FR-MQ,Martinique,2020-05-16,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-17,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-18,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-19,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-20,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-21,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-22,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-23,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-24,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-25,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-26,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-27,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-28,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-29,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-30,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-31,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-01,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-02,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-03,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-04,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-05,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-06,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-07,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-08,,113.0,0.0,,,
+FR-GF,Guyane,2020-03-19,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-20,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-21,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-22,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-23,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-24,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-25,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-26,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-27,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-28,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-29,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-30,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-31,,0.0,0.0,,,
+FR-GF,Guyane,2020-04-01,,10.0,10.0,,,
+FR-GF,Guyane,2020-04-02,,13.0,3.0,,,
+FR-GF,Guyane,2020-04-03,,15.0,2.0,,,
+FR-GF,Guyane,2020-04-04,,15.0,0.0,,,
+FR-GF,Guyane,2020-04-05,,15.0,0.0,,,
+FR-GF,Guyane,2020-04-06,,15.0,0.0,,,
+FR-GF,Guyane,2020-04-07,,17.0,2.0,,,
+FR-GF,Guyane,2020-04-08,,19.0,2.0,,,
+FR-GF,Guyane,2020-04-09,,23.0,4.0,,,
+FR-GF,Guyane,2020-04-10,,24.0,1.0,,,
+FR-GF,Guyane,2020-04-11,,24.0,0.0,,,
+FR-GF,Guyane,2020-04-12,,30.0,6.0,,,
+FR-GF,Guyane,2020-04-13,,30.0,0.0,,,
+FR-GF,Guyane,2020-04-14,,33.0,3.0,,,
+FR-GF,Guyane,2020-04-15,,36.0,3.0,,,
+FR-GF,Guyane,2020-04-16,,36.0,0.0,,,
+FR-GF,Guyane,2020-04-17,,37.0,1.0,,,
+FR-GF,Guyane,2020-04-18,,37.0,0.0,,,
+FR-GF,Guyane,2020-04-19,,37.0,0.0,,,
+FR-GF,Guyane,2020-04-20,,37.0,0.0,,,
+FR-GF,Guyane,2020-04-21,,39.0,2.0,,,
+FR-GF,Guyane,2020-04-22,,39.0,0.0,,,
+FR-GF,Guyane,2020-04-23,,42.0,3.0,,,
+FR-GF,Guyane,2020-04-24,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-25,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-26,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-27,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-28,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-29,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-30,,42.0,0.0,,,
+FR-GF,Guyane,2020-05-01,,44.0,2.0,,,
+FR-GF,Guyane,2020-05-02,,44.0,0.0,,,
+FR-GF,Guyane,2020-05-03,,44.0,0.0,,,
+FR-GF,Guyane,2020-05-04,,47.0,3.0,,,
+FR-GF,Guyane,2020-05-05,,47.0,0.0,,,
+FR-GF,Guyane,2020-05-06,,47.0,0.0,,,
+FR-GF,Guyane,2020-05-07,,50.0,3.0,,,
+FR-GF,Guyane,2020-05-08,,50.0,0.0,,,
+FR-GF,Guyane,2020-05-09,,50.0,0.0,,,
+FR-GF,Guyane,2020-05-10,,50.0,0.0,,,
+FR-GF,Guyane,2020-05-11,,52.0,2.0,,,
+FR-GF,Guyane,2020-05-12,,55.0,3.0,,,
+FR-GF,Guyane,2020-05-13,,55.0,0.0,,,
+FR-GF,Guyane,2020-05-14,,55.0,0.0,,,
+FR-GF,Guyane,2020-05-15,,57.0,2.0,,,
+FR-GF,Guyane,2020-05-16,,57.0,0.0,,,
+FR-GF,Guyane,2020-05-17,,58.0,1.0,,,
+FR-GF,Guyane,2020-05-18,,65.0,7.0,,,
+FR-GF,Guyane,2020-05-19,,69.0,4.0,,,
+FR-GF,Guyane,2020-05-20,,69.0,0.0,,,
+FR-GF,Guyane,2020-05-21,,69.0,0.0,,,
+FR-GF,Guyane,2020-05-22,,69.0,0.0,,,
+FR-GF,Guyane,2020-05-23,,79.0,10.0,,,
+FR-GF,Guyane,2020-05-24,,79.0,0.0,,,
+FR-GF,Guyane,2020-05-25,,80.0,1.0,,,
+FR-GF,Guyane,2020-05-26,,88.0,8.0,,,
+FR-GF,Guyane,2020-05-27,,91.0,3.0,,,
+FR-GF,Guyane,2020-05-28,,96.0,5.0,,,
+FR-GF,Guyane,2020-05-29,,98.0,2.0,,,
+FR-GF,Guyane,2020-05-30,,100.0,2.0,,,
+FR-GF,Guyane,2020-05-31,,100.0,0.0,,,
+FR-GF,Guyane,2020-06-01,,109.0,9.0,,,
+FR-GF,Guyane,2020-06-02,,116.0,7.0,,,
+FR-GF,Guyane,2020-06-03,,124.0,8.0,,,
+FR-GF,Guyane,2020-06-04,,127.0,3.0,,,
+FR-GF,Guyane,2020-06-05,,143.0,16.0,,,
+FR-GF,Guyane,2020-06-06,,154.0,11.0,,,
+FR-GF,Guyane,2020-06-07,,157.0,3.0,,,
+FR-GF,Guyane,2020-06-08,,161.0,4.0,,,
+FR-LRE,La Réunion,2020-03-19,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-20,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-21,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-22,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-23,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-24,,1.0,1.0,,,
+FR-LRE,La Réunion,2020-03-25,,1.0,0.0,,,
+FR-LRE,La Réunion,2020-03-26,,1.0,0.0,,,
+FR-LRE,La Réunion,2020-03-27,,1.0,0.0,,,
+FR-LRE,La Réunion,2020-03-28,,13.0,12.0,,,
+FR-LRE,La Réunion,2020-03-29,,55.0,42.0,,,
+FR-LRE,La Réunion,2020-03-30,,59.0,4.0,,,
+FR-LRE,La Réunion,2020-03-31,,65.0,6.0,,,
+FR-LRE,La Réunion,2020-04-01,,72.0,7.0,,,
+FR-LRE,La Réunion,2020-04-02,,78.0,6.0,,,
+FR-LRE,La Réunion,2020-04-03,,82.0,4.0,,,
+FR-LRE,La Réunion,2020-04-04,,85.0,3.0,,,
+FR-LRE,La Réunion,2020-04-05,,85.0,0.0,,,
+FR-LRE,La Réunion,2020-04-06,,88.0,3.0,,,
+FR-LRE,La Réunion,2020-04-07,,89.0,1.0,,,
+FR-LRE,La Réunion,2020-04-08,,94.0,5.0,,,
+FR-LRE,La Réunion,2020-04-09,,94.0,0.0,,,
+FR-LRE,La Réunion,2020-04-10,,100.0,6.0,,,
+FR-LRE,La Réunion,2020-04-11,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-12,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-13,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-14,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-15,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-16,,102.0,2.0,,,
+FR-LRE,La Réunion,2020-04-17,,103.0,1.0,,,
+FR-LRE,La Réunion,2020-04-18,,103.0,0.0,,,
+FR-LRE,La Réunion,2020-04-19,,107.0,4.0,,,
+FR-LRE,La Réunion,2020-04-20,,108.0,1.0,,,
+FR-LRE,La Réunion,2020-04-21,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-22,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-23,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-24,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-25,,109.0,1.0,,,
+FR-LRE,La Réunion,2020-04-26,,109.0,0.0,,,
+FR-LRE,La Réunion,2020-04-27,,109.0,0.0,,,
+FR-LRE,La Réunion,2020-04-28,,110.0,1.0,,,
+FR-LRE,La Réunion,2020-04-29,,113.0,3.0,,,
+FR-LRE,La Réunion,2020-04-30,,113.0,0.0,,,
+FR-LRE,La Réunion,2020-05-01,,113.0,0.0,,,
+FR-LRE,La Réunion,2020-05-02,,115.0,2.0,,,
+FR-LRE,La Réunion,2020-05-03,,115.0,0.0,,,
+FR-LRE,La Réunion,2020-05-04,,116.0,1.0,,,
+FR-LRE,La Réunion,2020-05-05,,119.0,3.0,,,
+FR-LRE,La Réunion,2020-05-06,,120.0,1.0,,,
+FR-LRE,La Réunion,2020-05-07,,123.0,3.0,,,
+FR-LRE,La Réunion,2020-05-08,,126.0,3.0,,,
+FR-LRE,La Réunion,2020-05-09,,128.0,2.0,,,
+FR-LRE,La Réunion,2020-05-10,,128.0,0.0,,,
+FR-LRE,La Réunion,2020-05-11,,128.0,0.0,,,
+FR-LRE,La Réunion,2020-05-12,,128.0,0.0,,,
+FR-LRE,La Réunion,2020-05-13,,129.0,1.0,,,
+FR-LRE,La Réunion,2020-05-14,,130.0,1.0,,,
+FR-LRE,La Réunion,2020-05-15,,130.0,0.0,,,
+FR-LRE,La Réunion,2020-05-16,,132.0,2.0,,,
+FR-LRE,La Réunion,2020-05-17,,132.0,0.0,,,
+FR-LRE,La Réunion,2020-05-18,,133.0,1.0,,,
+FR-LRE,La Réunion,2020-05-19,,133.0,0.0,,,
+FR-LRE,La Réunion,2020-05-20,,133.0,0.0,,,
+FR-LRE,La Réunion,2020-05-21,,134.0,1.0,,,
+FR-LRE,La Réunion,2020-05-22,,135.0,1.0,,,
+FR-LRE,La Réunion,2020-05-23,,135.0,0.0,,,
+FR-LRE,La Réunion,2020-05-24,,137.0,2.0,,,
+FR-LRE,La Réunion,2020-05-25,,139.0,2.0,,,
+FR-LRE,La Réunion,2020-05-26,,140.0,1.0,,,
+FR-LRE,La Réunion,2020-05-27,,142.0,2.0,,,
+FR-LRE,La Réunion,2020-05-28,,142.0,0.0,,,
+FR-LRE,La Réunion,2020-05-29,,144.0,2.0,,,
+FR-LRE,La Réunion,2020-05-30,,146.0,2.0,,,
+FR-LRE,La Réunion,2020-05-31,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-01,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-02,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-03,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-04,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-05,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-06,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-07,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-08,,146.0,0.0,,,
+FR-MAY,Mayotte,2020-03-19,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-20,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-21,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-22,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-23,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-24,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-25,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-26,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-27,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-28,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-29,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-30,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-31,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-04-01,,1.0,1.0,,,
+FR-MAY,Mayotte,2020-04-02,,12.0,11.0,,,
+FR-MAY,Mayotte,2020-04-03,,21.0,9.0,,,
+FR-MAY,Mayotte,2020-04-04,,23.0,2.0,,,
+FR-MAY,Mayotte,2020-04-05,,26.0,3.0,,,
+FR-MAY,Mayotte,2020-04-06,,30.0,4.0,,,
+FR-MAY,Mayotte,2020-04-07,,34.0,4.0,,,
+FR-MAY,Mayotte,2020-04-08,,41.0,7.0,,,
+FR-MAY,Mayotte,2020-04-09,,43.0,2.0,,,
+FR-MAY,Mayotte,2020-04-10,,45.0,2.0,,,
+FR-MAY,Mayotte,2020-04-11,,47.0,2.0,,,
+FR-MAY,Mayotte,2020-04-12,,49.0,2.0,,,
+FR-MAY,Mayotte,2020-04-13,,49.0,0.0,,,
+FR-MAY,Mayotte,2020-04-14,,53.0,4.0,,,
+FR-MAY,Mayotte,2020-04-15,,58.0,5.0,,,
+FR-MAY,Mayotte,2020-04-16,,65.0,7.0,,,
+FR-MAY,Mayotte,2020-04-17,,67.0,2.0,,,
+FR-MAY,Mayotte,2020-04-18,,69.0,2.0,,,
+FR-MAY,Mayotte,2020-04-19,,74.0,5.0,,,
+FR-MAY,Mayotte,2020-04-20,,75.0,1.0,,,
+FR-MAY,Mayotte,2020-04-21,,79.0,4.0,,,
+FR-MAY,Mayotte,2020-04-22,,83.0,4.0,,,
+FR-MAY,Mayotte,2020-04-23,,85.0,2.0,,,
+FR-MAY,Mayotte,2020-04-24,,94.0,9.0,,,
+FR-MAY,Mayotte,2020-04-25,,94.0,0.0,,,
+FR-MAY,Mayotte,2020-04-26,,106.0,12.0,,,
+FR-MAY,Mayotte,2020-04-27,,112.0,6.0,,,
+FR-MAY,Mayotte,2020-04-28,,120.0,8.0,,,
+FR-MAY,Mayotte,2020-04-29,,120.0,0.0,,,
+FR-MAY,Mayotte,2020-04-30,,127.0,7.0,,,
+FR-MAY,Mayotte,2020-05-01,,133.0,6.0,,,
+FR-MAY,Mayotte,2020-05-02,,135.0,2.0,,,
+FR-MAY,Mayotte,2020-05-03,,143.0,8.0,,,
+FR-MAY,Mayotte,2020-05-04,,153.0,10.0,,,
+FR-MAY,Mayotte,2020-05-05,,159.0,6.0,,,
+FR-MAY,Mayotte,2020-05-06,,166.0,7.0,,,
+FR-MAY,Mayotte,2020-05-07,,176.0,10.0,,,
+FR-MAY,Mayotte,2020-05-08,,180.0,4.0,,,
+FR-MAY,Mayotte,2020-05-09,,185.0,5.0,,,
+FR-MAY,Mayotte,2020-05-10,,194.0,9.0,,,
+FR-MAY,Mayotte,2020-05-11,,203.0,9.0,,,
+FR-MAY,Mayotte,2020-05-12,,213.0,10.0,,,
+FR-MAY,Mayotte,2020-05-13,,222.0,9.0,,,
+FR-MAY,Mayotte,2020-05-14,,234.0,12.0,,,
+FR-MAY,Mayotte,2020-05-15,,241.0,7.0,,,
+FR-MAY,Mayotte,2020-05-16,,244.0,3.0,,,
+FR-MAY,Mayotte,2020-05-17,,250.0,6.0,,,
+FR-MAY,Mayotte,2020-05-18,,251.0,1.0,,,
+FR-MAY,Mayotte,2020-05-19,,255.0,4.0,,,
+FR-MAY,Mayotte,2020-05-20,,258.0,3.0,,,
+FR-MAY,Mayotte,2020-05-21,,264.0,6.0,,,
+FR-MAY,Mayotte,2020-05-22,,269.0,5.0,,,
+FR-MAY,Mayotte,2020-05-23,,272.0,3.0,,,
+FR-MAY,Mayotte,2020-05-24,,277.0,5.0,,,
+FR-MAY,Mayotte,2020-05-25,,280.0,3.0,,,
+FR-MAY,Mayotte,2020-05-26,,285.0,5.0,,,
+FR-MAY,Mayotte,2020-05-27,,292.0,7.0,,,
+FR-MAY,Mayotte,2020-05-28,,295.0,3.0,,,
+FR-MAY,Mayotte,2020-05-29,,305.0,10.0,,,
+FR-MAY,Mayotte,2020-05-30,,309.0,4.0,,,
+FR-MAY,Mayotte,2020-05-31,,311.0,2.0,,,
+FR-MAY,Mayotte,2020-06-01,,313.0,2.0,,,
+FR-MAY,Mayotte,2020-06-02,,317.0,4.0,,,
+FR-MAY,Mayotte,2020-06-03,,325.0,8.0,,,
+FR-MAY,Mayotte,2020-06-04,,331.0,6.0,,,
+FR-MAY,Mayotte,2020-06-05,,336.0,5.0,,,
+FR-MAY,Mayotte,2020-06-06,,343.0,7.0,,,
+FR-MAY,Mayotte,2020-06-07,,343.0,0.0,,,
+FR-MAY,Mayotte,2020-06-08,,350.0,7.0,,,
+FRA,France,2020-03-19,,2229.0,2229.0,,,
+FRA,France,2020-03-20,,3485.0,1256.0,,,
+FRA,France,2020-03-21,,5025.0,1540.0,,,
+FRA,France,2020-03-22,,6559.0,1534.0,,,
+FRA,France,2020-03-23,,8612.0,2053.0,,,
+FRA,France,2020-03-24,,11230.0,2618.0,,,
+FRA,France,2020-03-25,,14396.0,3166.0,,,
+FRA,France,2020-03-26,,17493.0,3097.0,,,
+FRA,France,2020-03-27,,20552.0,3059.0,,,
+FRA,France,2020-03-28,,23905.0,3353.0,,,
+FRA,France,2020-03-29,,26590.0,2685.0,,,
+FRA,France,2020-03-30,,29698.0,3108.0,,,
+FRA,France,2020-03-31,,33844.0,4146.0,,,
+FRA,France,2020-04-01,,38125.0,4281.0,,,
+FRA,France,2020-04-02,,41970.0,3845.0,,,
+FRA,France,2020-04-03,,45597.0,3627.0,,,
+FRA,France,2020-04-04,,48419.0,2822.0,,,
+FRA,France,2020-04-05,,50350.0,1931.0,,,
+FRA,France,2020-04-06,,53104.0,2754.0,,,
+FRA,France,2020-04-07,,56381.0,3277.0,,,
+FRA,France,2020-04-08,,59520.0,3139.0,,,
+FRA,France,2020-04-09,,62510.0,2990.0,,,
+FRA,France,2020-04-10,,65671.0,3161.0,,,
+FRA,France,2020-04-11,,67715.0,2044.0,,,
+FRA,France,2020-04-12,,69403.0,1688.0,,,
+FRA,France,2020-04-13,,70660.0,1257.0,,,
+FRA,France,2020-04-14,,72625.0,1965.0,,,
+FRA,France,2020-04-15,,75040.0,2415.0,,,
+FRA,France,2020-04-16,,77124.0,2084.0,,,
+FRA,France,2020-04-17,,79290.0,2166.0,,,
+FRA,France,2020-04-18,,80855.0,1565.0,,,
+FRA,France,2020-04-19,,81745.0,890.0,,,
+FRA,France,2020-04-20,,83209.0,1464.0,,,
+FRA,France,2020-04-21,,85094.0,1885.0,,,
+FRA,France,2020-04-22,,86713.0,1619.0,,,
+FRA,France,2020-04-23,,88123.0,1410.0,,,
+FRA,France,2020-04-24,,89469.0,1346.0,,,
+FRA,France,2020-04-25,,90468.0,999.0,,,
+FRA,France,2020-04-26,,90949.0,481.0,,,
+FRA,France,2020-04-27,,91913.0,964.0,,,
+FRA,France,2020-04-28,,93234.0,1321.0,,,
+FRA,France,2020-04-29,,94304.0,1070.0,,,
+FRA,France,2020-04-30,,95352.0,1048.0,,,
+FRA,France,2020-05-01,,96020.0,668.0,,,
+FRA,France,2020-05-02,,96473.0,453.0,,,
+FRA,France,2020-05-03,,96818.0,345.0,,,
+FRA,France,2020-05-04,,97507.0,689.0,,,
+FRA,France,2020-05-05,,98494.0,987.0,,,
+FRA,France,2020-05-06,,99327.0,833.0,,,
+FRA,France,2020-05-07,,100055.0,728.0,,,
+FRA,France,2020-05-08,,100565.0,510.0,,,
+FRA,France,2020-05-09,,100830.0,265.0,,,
+FRA,France,2020-05-10,,101083.0,253.0,,,
+FRA,France,2020-05-11,,101606.0,523.0,,,
+FRA,France,2020-05-12,,102276.0,670.0,,,
+FRA,France,2020-05-13,,102819.0,543.0,,,
+FRA,France,2020-05-14,,103361.0,542.0,,,
+FRA,France,2020-05-15,,103799.0,438.0,,,
+FRA,France,2020-05-16,,104149.0,350.0,,,
+FRA,France,2020-05-17,,104301.0,152.0,,,
+FRA,France,2020-05-18,,104676.0,375.0,,,
+FRA,France,2020-05-19,,105182.0,506.0,,,
+FRA,France,2020-05-20,,105614.0,432.0,,,
+FRA,France,2020-05-21,,105885.0,271.0,,,
+FRA,France,2020-05-22,,106148.0,263.0,,,
+FRA,France,2020-05-23,,106381.0,233.0,,,
+FRA,France,2020-05-24,,106502.0,121.0,,,
+FRA,France,2020-05-25,,106844.0,342.0,,,
+FRA,France,2020-05-26,,107162.0,318.0,,,
+FRA,France,2020-05-27,,107433.0,271.0,,,
+FRA,France,2020-05-28,,107686.0,253.0,,,
+FRA,France,2020-05-29,,107941.0,255.0,,,
+FRA,France,2020-05-30,,108168.0,227.0,,,
+FRA,France,2020-05-31,,108240.0,72.0,,,
+FRA,France,2020-06-01,,108329.0,89.0,,,
+FRA,France,2020-06-02,,108558.0,229.0,,,
+FRA,France,2020-06-03,,108808.0,250.0,,,
+FRA,France,2020-06-04,,109003.0,195.0,,,
+FRA,France,2020-06-05,,109216.0,213.0,,,
+FRA,France,2020-06-06,,109359.0,143.0,,,
+FRA,France,2020-06-07,,109396.0,37.0,,,
+FRA,France,2020-06-08,,109541.0,145.0,,,
+US-WY,Wyoming,2020-03-07,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-08,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-09,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-10,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-11,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-12,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-13,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-14,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-15,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-16,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-17,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-18,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-19,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-20,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-21,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-22,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-23,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-24,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-25,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-26,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-27,,11.0,11.0,,,
+US-WY,Wyoming,2020-03-28,,14.0,3.0,,,
+US-WY,Wyoming,2020-03-29,,15.0,1.0,,,
+US-WY,Wyoming,2020-03-30,,17.0,2.0,,,
+US-WY,Wyoming,2020-03-31,,17.0,0.0,,,
+US-WY,Wyoming,2020-04-01,,18.0,1.0,,,
+US-WY,Wyoming,2020-04-02,,19.0,1.0,,,
+US-WY,Wyoming,2020-04-03,,21.0,2.0,,,
+US-WY,Wyoming,2020-04-04,,23.0,2.0,,,
+US-WY,Wyoming,2020-04-05,,23.0,0.0,,,
+US-WY,Wyoming,2020-04-06,,23.0,0.0,,,
+US-WY,Wyoming,2020-04-07,,33.0,10.0,,,
+US-WY,Wyoming,2020-04-08,,33.0,0.0,,,
+US-WY,Wyoming,2020-04-09,,34.0,1.0,,,
+US-WY,Wyoming,2020-04-10,,37.0,3.0,,,
+US-WY,Wyoming,2020-04-11,,37.0,0.0,,,
+US-WY,Wyoming,2020-04-12,,40.0,3.0,,,
+US-WY,Wyoming,2020-04-13,,41.0,1.0,,,
+US-WY,Wyoming,2020-04-14,,43.0,2.0,,,
+US-WY,Wyoming,2020-04-15,,43.0,0.0,,,
+US-WY,Wyoming,2020-04-16,,43.0,0.0,,,
+US-WY,Wyoming,2020-04-17,,43.0,0.0,,,
+US-WY,Wyoming,2020-04-18,,50.0,7.0,,,
+US-WY,Wyoming,2020-04-19,,50.0,0.0,,,
+US-WY,Wyoming,2020-04-20,,51.0,1.0,,,
+US-WY,Wyoming,2020-04-21,,52.0,1.0,,,
+US-WY,Wyoming,2020-04-22,,52.0,0.0,,,
+US-WY,Wyoming,2020-04-23,,52.0,0.0,,,
+US-WY,Wyoming,2020-04-24,,54.0,2.0,,,
+US-WY,Wyoming,2020-04-25,,54.0,0.0,,,
+US-WY,Wyoming,2020-04-26,,54.0,0.0,,,
+US-WY,Wyoming,2020-04-27,,54.0,0.0,,,
+US-WY,Wyoming,2020-04-28,,56.0,2.0,,,
+US-WY,Wyoming,2020-04-29,,56.0,0.0,,,
+US-WY,Wyoming,2020-04-30,,56.0,0.0,,,
+US-WY,Wyoming,2020-05-01,,56.0,0.0,,,
+US-WY,Wyoming,2020-05-02,,58.0,2.0,,,
+US-WY,Wyoming,2020-05-03,,60.0,2.0,,,
+US-WY,Wyoming,2020-05-04,,60.0,0.0,,,
+US-WY,Wyoming,2020-05-05,,60.0,0.0,,,
+US-WY,Wyoming,2020-05-06,,60.0,0.0,,,
+US-WY,Wyoming,2020-05-07,,59.0,-1.0,,,
+US-WY,Wyoming,2020-05-08,,60.0,1.0,,,
+US-WY,Wyoming,2020-05-09,,64.0,4.0,,,
+US-WY,Wyoming,2020-05-10,,65.0,1.0,,,
+US-WY,Wyoming,2020-05-11,,66.0,1.0,,,
+US-WY,Wyoming,2020-05-12,,67.0,1.0,,,
+US-WY,Wyoming,2020-05-13,,67.0,0.0,,,
+US-WY,Wyoming,2020-05-14,,67.0,0.0,,,
+US-WY,Wyoming,2020-05-15,,68.0,1.0,,,
+US-WY,Wyoming,2020-05-16,,69.0,1.0,,,
+US-WY,Wyoming,2020-05-17,,70.0,1.0,,,
+US-WY,Wyoming,2020-05-18,,73.0,3.0,,,
+US-WY,Wyoming,2020-05-19,,73.0,0.0,,,
+US-WY,Wyoming,2020-05-20,,74.0,1.0,,,
+US-WY,Wyoming,2020-05-21,,75.0,1.0,,,
+US-WY,Wyoming,2020-05-22,,76.0,1.0,,,
+US-WY,Wyoming,2020-05-23,,77.0,1.0,,,
+US-WY,Wyoming,2020-05-24,,78.0,1.0,,,
+US-WY,Wyoming,2020-05-25,,79.0,1.0,,,
+US-WY,Wyoming,2020-05-26,,82.0,3.0,,,
+US-WY,Wyoming,2020-05-27,,82.0,0.0,,,
+US-WY,Wyoming,2020-05-28,,82.0,0.0,,,
+US-WY,Wyoming,2020-05-29,,84.0,2.0,,,
+US-WY,Wyoming,2020-05-30,,85.0,1.0,,,
+US-WY,Wyoming,2020-05-31,,85.0,0.0,,,
+US-WY,Wyoming,2020-06-01,,86.0,1.0,,,
+US-WY,Wyoming,2020-06-02,,86.0,0.0,,,
+US-WY,Wyoming,2020-06-03,,87.0,1.0,,,
+US-WY,Wyoming,2020-06-04,,87.0,0.0,,,
+US-WY,Wyoming,2020-06-05,,90.0,3.0,,,
+US-WY,Wyoming,2020-06-06,,90.0,0.0,,,
+US-WY,Wyoming,2020-06-07,,90.0,0.0,,,
+US-WV,West Virginia,2020-03-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-07,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-08,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-09,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-10,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-11,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-12,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-13,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-14,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-15,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-16,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-17,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-18,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-19,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-20,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-21,,1.0,1.0,,,
+US-WV,West Virginia,2020-03-22,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-23,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-24,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-25,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-26,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-27,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-28,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-29,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-30,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-31,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-01,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-02,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-03,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-04,,0.0,-1.0,,,
+US-WV,West Virginia,2020-04-05,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-07,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-08,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-09,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-10,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-11,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-12,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-13,,164.0,164.0,,,
+US-WV,West Virginia,2020-04-14,,164.0,0.0,,,
+US-WV,West Virginia,2020-04-15,,164.0,0.0,,,
+US-WV,West Virginia,2020-04-16,,0.0,-164.0,,,
+US-WV,West Virginia,2020-04-17,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-18,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-19,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-20,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-21,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-22,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-23,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-24,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-25,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-26,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-27,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-28,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-29,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-30,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-01,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-02,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-03,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-04,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-05,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-07,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-08,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-09,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-10,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-11,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-12,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-13,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-14,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-15,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-16,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-17,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-18,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-19,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-20,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-21,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-22,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-23,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-24,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-25,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-26,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-27,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-28,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-29,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-30,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-31,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-01,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-02,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-03,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-04,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-05,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-07,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-04,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-05,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-06,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-07,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-08,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-09,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-10,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-11,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-12,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-13,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-14,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-15,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-16,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-17,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-18,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-19,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-20,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-21,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-22,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-23,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-24,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-25,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-26,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-27,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-28,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-29,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-30,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-31,,337.0,337.0,,,
+US-WI,Wisconsin,2020-04-01,,398.0,61.0,,,
+US-WI,Wisconsin,2020-04-02,,461.0,63.0,,,
+US-WI,Wisconsin,2020-04-03,,487.0,26.0,,,
+US-WI,Wisconsin,2020-04-04,,588.0,101.0,,,
+US-WI,Wisconsin,2020-04-05,,624.0,36.0,,,
+US-WI,Wisconsin,2020-04-06,,668.0,44.0,,,
+US-WI,Wisconsin,2020-04-07,,745.0,77.0,,,
+US-WI,Wisconsin,2020-04-08,,790.0,45.0,,,
+US-WI,Wisconsin,2020-04-09,,843.0,53.0,,,
+US-WI,Wisconsin,2020-04-10,,904.0,61.0,,,
+US-WI,Wisconsin,2020-04-11,,950.0,46.0,,,
+US-WI,Wisconsin,2020-04-12,,974.0,24.0,,,
+US-WI,Wisconsin,2020-04-13,,993.0,19.0,,,
+US-WI,Wisconsin,2020-04-14,,1049.0,56.0,,,
+US-WI,Wisconsin,2020-04-15,,1091.0,42.0,,,
+US-WI,Wisconsin,2020-04-16,,1121.0,30.0,,,
+US-WI,Wisconsin,2020-04-17,,1153.0,32.0,,,
+US-WI,Wisconsin,2020-04-18,,1176.0,23.0,,,
+US-WI,Wisconsin,2020-04-19,,1190.0,14.0,,,
+US-WI,Wisconsin,2020-04-20,,1211.0,21.0,,,
+US-WI,Wisconsin,2020-04-21,,1252.0,41.0,,,
+US-WI,Wisconsin,2020-04-22,,1302.0,50.0,,,
+US-WI,Wisconsin,2020-04-23,,1318.0,16.0,,,
+US-WI,Wisconsin,2020-04-24,,1353.0,35.0,,,
+US-WI,Wisconsin,2020-04-25,,1376.0,23.0,,,
+US-WI,Wisconsin,2020-04-26,,1397.0,21.0,,,
+US-WI,Wisconsin,2020-04-27,,1415.0,18.0,,,
+US-WI,Wisconsin,2020-04-28,,1456.0,41.0,,,
+US-WI,Wisconsin,2020-04-29,,1489.0,33.0,,,
+US-WI,Wisconsin,2020-04-30,,1512.0,23.0,,,
+US-WI,Wisconsin,2020-05-01,,1544.0,32.0,,,
+US-WI,Wisconsin,2020-05-02,,1591.0,47.0,,,
+US-WI,Wisconsin,2020-05-03,,1608.0,17.0,,,
+US-WI,Wisconsin,2020-05-04,,1621.0,13.0,,,
+US-WI,Wisconsin,2020-05-05,,1663.0,42.0,,,
+US-WI,Wisconsin,2020-05-06,,1694.0,31.0,,,
+US-WI,Wisconsin,2020-05-07,,1732.0,38.0,,,
+US-WI,Wisconsin,2020-05-08,,1767.0,35.0,,,
+US-WI,Wisconsin,2020-05-09,,1806.0,39.0,,,
+US-WI,Wisconsin,2020-05-10,,1820.0,14.0,,,
+US-WI,Wisconsin,2020-05-11,,1846.0,26.0,,,
+US-WI,Wisconsin,2020-05-12,,1877.0,31.0,,,
+US-WI,Wisconsin,2020-05-13,,1908.0,31.0,,,
+US-WI,Wisconsin,2020-05-14,,1939.0,31.0,,,
+US-WI,Wisconsin,2020-05-15,,1977.0,38.0,,,
+US-WI,Wisconsin,2020-05-16,,2018.0,41.0,,,
+US-WI,Wisconsin,2020-05-17,,2038.0,20.0,,,
+US-WI,Wisconsin,2020-05-18,,2068.0,30.0,,,
+US-WI,Wisconsin,2020-05-19,,2110.0,42.0,,,
+US-WI,Wisconsin,2020-05-20,,2161.0,51.0,,,
+US-WI,Wisconsin,2020-05-21,,2218.0,57.0,,,
+US-WI,Wisconsin,2020-05-22,,2259.0,41.0,,,
+US-WI,Wisconsin,2020-05-23,,2292.0,33.0,,,
+US-WI,Wisconsin,2020-05-24,,2315.0,23.0,,,
+US-WI,Wisconsin,2020-05-25,,2339.0,24.0,,,
+US-WI,Wisconsin,2020-05-26,,2362.0,23.0,,,
+US-WI,Wisconsin,2020-05-27,,2411.0,49.0,,,
+US-WI,Wisconsin,2020-05-28,,2452.0,41.0,,,
+US-WI,Wisconsin,2020-05-29,,2499.0,47.0,,,
+US-WI,Wisconsin,2020-05-30,,2563.0,64.0,,,
+US-WI,Wisconsin,2020-05-31,,2583.0,20.0,,,
+US-WI,Wisconsin,2020-06-01,,2603.0,20.0,,,
+US-WI,Wisconsin,2020-06-02,,2643.0,40.0,,,
+US-WI,Wisconsin,2020-06-03,,2700.0,57.0,,,
+US-WI,Wisconsin,2020-06-04,,2739.0,39.0,,,
+US-WI,Wisconsin,2020-06-05,,2791.0,52.0,,,
+US-WI,Wisconsin,2020-06-06,,2832.0,41.0,,,
+US-WI,Wisconsin,2020-06-07,,2848.0,16.0,,,
+US-WA,Washington,2020-01-22,,0.0,0.0,,,
+US-WA,Washington,2020-01-23,,0.0,0.0,,,
+US-WA,Washington,2020-01-24,,0.0,0.0,,,
+US-WA,Washington,2020-01-25,,0.0,0.0,,,
+US-WA,Washington,2020-01-26,,0.0,0.0,,,
+US-WA,Washington,2020-01-27,,0.0,0.0,,,
+US-WA,Washington,2020-01-28,,0.0,0.0,,,
+US-WA,Washington,2020-01-29,,0.0,0.0,,,
+US-WA,Washington,2020-01-30,,0.0,0.0,,,
+US-WA,Washington,2020-01-31,,0.0,0.0,,,
+US-WA,Washington,2020-02-01,,0.0,0.0,,,
+US-WA,Washington,2020-02-02,,0.0,0.0,,,
+US-WA,Washington,2020-02-03,,0.0,0.0,,,
+US-WA,Washington,2020-02-04,,0.0,0.0,,,
+US-WA,Washington,2020-02-05,,0.0,0.0,,,
+US-WA,Washington,2020-02-06,,0.0,0.0,,,
+US-WA,Washington,2020-02-07,,0.0,0.0,,,
+US-WA,Washington,2020-02-08,,0.0,0.0,,,
+US-WA,Washington,2020-02-09,,0.0,0.0,,,
+US-WA,Washington,2020-02-10,,0.0,0.0,,,
+US-WA,Washington,2020-02-11,,0.0,0.0,,,
+US-WA,Washington,2020-02-12,,0.0,0.0,,,
+US-WA,Washington,2020-02-13,,0.0,0.0,,,
+US-WA,Washington,2020-02-14,,0.0,0.0,,,
+US-WA,Washington,2020-02-15,,0.0,0.0,,,
+US-WA,Washington,2020-02-16,,0.0,0.0,,,
+US-WA,Washington,2020-02-17,,0.0,0.0,,,
+US-WA,Washington,2020-02-18,,0.0,0.0,,,
+US-WA,Washington,2020-02-19,,0.0,0.0,,,
+US-WA,Washington,2020-02-20,,0.0,0.0,,,
+US-WA,Washington,2020-02-21,,0.0,0.0,,,
+US-WA,Washington,2020-02-22,,0.0,0.0,,,
+US-WA,Washington,2020-02-23,,0.0,0.0,,,
+US-WA,Washington,2020-02-24,,0.0,0.0,,,
+US-WA,Washington,2020-02-25,,0.0,0.0,,,
+US-WA,Washington,2020-02-26,,0.0,0.0,,,
+US-WA,Washington,2020-02-27,,0.0,0.0,,,
+US-WA,Washington,2020-02-28,,0.0,0.0,,,
+US-WA,Washington,2020-02-29,,0.0,0.0,,,
+US-WA,Washington,2020-03-01,,0.0,0.0,,,
+US-WA,Washington,2020-03-02,,0.0,0.0,,,
+US-WA,Washington,2020-03-03,,0.0,0.0,,,
+US-WA,Washington,2020-03-04,,0.0,0.0,,,
+US-WA,Washington,2020-03-05,,0.0,0.0,,,
+US-WA,Washington,2020-03-06,,0.0,0.0,,,
+US-WA,Washington,2020-03-07,,0.0,0.0,,,
+US-WA,Washington,2020-03-08,,0.0,0.0,,,
+US-WA,Washington,2020-03-09,,0.0,0.0,,,
+US-WA,Washington,2020-03-10,,0.0,0.0,,,
+US-WA,Washington,2020-03-11,,0.0,0.0,,,
+US-WA,Washington,2020-03-12,,0.0,0.0,,,
+US-WA,Washington,2020-03-13,,0.0,0.0,,,
+US-WA,Washington,2020-03-14,,0.0,0.0,,,
+US-WA,Washington,2020-03-15,,0.0,0.0,,,
+US-WA,Washington,2020-03-16,,0.0,0.0,,,
+US-WA,Washington,2020-03-17,,0.0,0.0,,,
+US-WA,Washington,2020-03-18,,0.0,0.0,,,
+US-WA,Washington,2020-03-19,,0.0,0.0,,,
+US-WA,Washington,2020-03-20,,0.0,0.0,,,
+US-WA,Washington,2020-03-21,,0.0,0.0,,,
+US-WA,Washington,2020-03-22,,0.0,0.0,,,
+US-WA,Washington,2020-03-23,,0.0,0.0,,,
+US-WA,Washington,2020-03-24,,0.0,0.0,,,
+US-WA,Washington,2020-03-25,,0.0,0.0,,,
+US-WA,Washington,2020-03-26,,0.0,0.0,,,
+US-WA,Washington,2020-03-27,,0.0,0.0,,,
+US-WA,Washington,2020-03-28,,0.0,0.0,,,
+US-WA,Washington,2020-03-29,,0.0,0.0,,,
+US-WA,Washington,2020-03-30,,0.0,0.0,,,
+US-WA,Washington,2020-03-31,,0.0,0.0,,,
+US-WA,Washington,2020-04-01,,0.0,0.0,,,
+US-WA,Washington,2020-04-02,,0.0,0.0,,,
+US-WA,Washington,2020-04-03,,0.0,0.0,,,
+US-WA,Washington,2020-04-04,,0.0,0.0,,,
+US-WA,Washington,2020-04-05,,0.0,0.0,,,
+US-WA,Washington,2020-04-06,,0.0,0.0,,,
+US-WA,Washington,2020-04-07,,0.0,0.0,,,
+US-WA,Washington,2020-04-08,,0.0,0.0,,,
+US-WA,Washington,2020-04-09,,0.0,0.0,,,
+US-WA,Washington,2020-04-10,,0.0,0.0,,,
+US-WA,Washington,2020-04-11,,0.0,0.0,,,
+US-WA,Washington,2020-04-12,,0.0,0.0,,,
+US-WA,Washington,2020-04-13,,0.0,0.0,,,
+US-WA,Washington,2020-04-14,,0.0,0.0,,,
+US-WA,Washington,2020-04-15,,0.0,0.0,,,
+US-WA,Washington,2020-04-16,,0.0,0.0,,,
+US-WA,Washington,2020-04-17,,0.0,0.0,,,
+US-WA,Washington,2020-04-18,,0.0,0.0,,,
+US-WA,Washington,2020-04-19,,0.0,0.0,,,
+US-WA,Washington,2020-04-20,,0.0,0.0,,,
+US-WA,Washington,2020-04-21,,0.0,0.0,,,
+US-WA,Washington,2020-04-22,,0.0,0.0,,,
+US-WA,Washington,2020-04-23,,0.0,0.0,,,
+US-WA,Washington,2020-04-24,,0.0,0.0,,,
+US-WA,Washington,2020-04-25,,0.0,0.0,,,
+US-WA,Washington,2020-04-26,,0.0,0.0,,,
+US-WA,Washington,2020-04-27,,0.0,0.0,,,
+US-WA,Washington,2020-04-28,,0.0,0.0,,,
+US-WA,Washington,2020-04-29,,0.0,0.0,,,
+US-WA,Washington,2020-04-30,,0.0,0.0,,,
+US-WA,Washington,2020-05-01,,0.0,0.0,,,
+US-WA,Washington,2020-05-02,,0.0,0.0,,,
+US-WA,Washington,2020-05-03,,0.0,0.0,,,
+US-WA,Washington,2020-05-04,,0.0,0.0,,,
+US-WA,Washington,2020-05-05,,0.0,0.0,,,
+US-WA,Washington,2020-05-06,,0.0,0.0,,,
+US-WA,Washington,2020-05-07,,0.0,0.0,,,
+US-WA,Washington,2020-05-08,,0.0,0.0,,,
+US-WA,Washington,2020-05-09,,0.0,0.0,,,
+US-WA,Washington,2020-05-10,,0.0,0.0,,,
+US-WA,Washington,2020-05-11,,0.0,0.0,,,
+US-WA,Washington,2020-05-12,,0.0,0.0,,,
+US-WA,Washington,2020-05-13,,0.0,0.0,,,
+US-WA,Washington,2020-05-14,,0.0,0.0,,,
+US-WA,Washington,2020-05-15,,0.0,0.0,,,
+US-WA,Washington,2020-05-16,,0.0,0.0,,,
+US-WA,Washington,2020-05-17,,0.0,0.0,,,
+US-WA,Washington,2020-05-18,,0.0,0.0,,,
+US-WA,Washington,2020-05-19,,0.0,0.0,,,
+US-WA,Washington,2020-05-20,,0.0,0.0,,,
+US-WA,Washington,2020-05-21,,3125.0,3125.0,,,
+US-WA,Washington,2020-05-22,,3156.0,31.0,,,
+US-WA,Washington,2020-05-23,,3230.0,74.0,,,
+US-WA,Washington,2020-05-24,,3256.0,26.0,,,
+US-WA,Washington,2020-05-25,,3287.0,31.0,,,
+US-WA,Washington,2020-05-26,,3290.0,3.0,,,
+US-WA,Washington,2020-05-27,,3338.0,48.0,,,
+US-WA,Washington,2020-05-28,,3394.0,56.0,,,
+US-WA,Washington,2020-05-29,,3413.0,19.0,,,
+US-WA,Washington,2020-05-30,,3455.0,42.0,,,
+US-WA,Washington,2020-05-31,,3480.0,25.0,,,
+US-WA,Washington,2020-06-01,,3501.0,21.0,,,
+US-WA,Washington,2020-06-02,,3517.0,16.0,,,
+US-WA,Washington,2020-06-03,,3543.0,26.0,,,
+US-WA,Washington,2020-06-04,,3578.0,35.0,,,
+US-WA,Washington,2020-06-05,,3615.0,37.0,,,
+US-WA,Washington,2020-06-06,,3639.0,24.0,,,
+US-WA,Washington,2020-06-07,,3652.0,13.0,,,
+US-VT,Vermont,2020-03-06,,0.0,0.0,,,
+US-VT,Vermont,2020-03-07,,0.0,0.0,,,
+US-VT,Vermont,2020-03-08,,0.0,0.0,,,
+US-VT,Vermont,2020-03-09,,0.0,0.0,,,
+US-VT,Vermont,2020-03-10,,0.0,0.0,,,
+US-VT,Vermont,2020-03-11,,0.0,0.0,,,
+US-VT,Vermont,2020-03-12,,0.0,0.0,,,
+US-VT,Vermont,2020-03-13,,0.0,0.0,,,
+US-VT,Vermont,2020-03-14,,0.0,0.0,,,
+US-VT,Vermont,2020-03-15,,0.0,0.0,,,
+US-VT,Vermont,2020-03-16,,0.0,0.0,,,
+US-VT,Vermont,2020-03-17,,0.0,0.0,,,
+US-VT,Vermont,2020-03-18,,0.0,0.0,,,
+US-VT,Vermont,2020-03-19,,0.0,0.0,,,
+US-VT,Vermont,2020-03-20,,0.0,0.0,,,
+US-VT,Vermont,2020-03-21,,0.0,0.0,,,
+US-VT,Vermont,2020-03-22,,0.0,0.0,,,
+US-VT,Vermont,2020-03-23,,0.0,0.0,,,
+US-VT,Vermont,2020-03-24,,0.0,0.0,,,
+US-VT,Vermont,2020-03-25,,0.0,0.0,,,
+US-VT,Vermont,2020-03-26,,0.0,0.0,,,
+US-VT,Vermont,2020-03-27,,18.0,18.0,,,
+US-VT,Vermont,2020-03-28,,18.0,0.0,,,
+US-VT,Vermont,2020-03-29,,18.0,0.0,,,
+US-VT,Vermont,2020-03-30,,18.0,0.0,,,
+US-VT,Vermont,2020-03-31,,36.0,18.0,,,
+US-VT,Vermont,2020-04-01,,45.0,9.0,,,
+US-VT,Vermont,2020-04-02,,45.0,0.0,,,
+US-VT,Vermont,2020-04-03,,45.0,0.0,,,
+US-VT,Vermont,2020-04-04,,45.0,0.0,,,
+US-VT,Vermont,2020-04-05,,45.0,0.0,,,
+US-VT,Vermont,2020-04-06,,45.0,0.0,,,
+US-VT,Vermont,2020-04-07,,45.0,0.0,,,
+US-VT,Vermont,2020-04-08,,50.0,5.0,,,
+US-VT,Vermont,2020-04-09,,0.0,-50.0,,,
+US-VT,Vermont,2020-04-10,,0.0,0.0,,,
+US-VT,Vermont,2020-04-11,,0.0,0.0,,,
+US-VT,Vermont,2020-04-12,,0.0,0.0,,,
+US-VT,Vermont,2020-04-13,,0.0,0.0,,,
+US-VT,Vermont,2020-04-14,,0.0,0.0,,,
+US-VT,Vermont,2020-04-15,,0.0,0.0,,,
+US-VT,Vermont,2020-04-16,,0.0,0.0,,,
+US-VT,Vermont,2020-04-17,,0.0,0.0,,,
+US-VT,Vermont,2020-04-18,,0.0,0.0,,,
+US-VT,Vermont,2020-04-19,,0.0,0.0,,,
+US-VT,Vermont,2020-04-20,,0.0,0.0,,,
+US-VT,Vermont,2020-04-21,,0.0,0.0,,,
+US-VT,Vermont,2020-04-22,,0.0,0.0,,,
+US-VT,Vermont,2020-04-23,,0.0,0.0,,,
+US-VT,Vermont,2020-04-24,,0.0,0.0,,,
+US-VT,Vermont,2020-04-25,,0.0,0.0,,,
+US-VT,Vermont,2020-04-26,,0.0,0.0,,,
+US-VT,Vermont,2020-04-27,,0.0,0.0,,,
+US-VT,Vermont,2020-04-28,,0.0,0.0,,,
+US-VT,Vermont,2020-04-29,,0.0,0.0,,,
+US-VT,Vermont,2020-04-30,,0.0,0.0,,,
+US-VT,Vermont,2020-05-01,,0.0,0.0,,,
+US-VT,Vermont,2020-05-02,,0.0,0.0,,,
+US-VT,Vermont,2020-05-03,,0.0,0.0,,,
+US-VT,Vermont,2020-05-04,,0.0,0.0,,,
+US-VT,Vermont,2020-05-05,,0.0,0.0,,,
+US-VT,Vermont,2020-05-06,,0.0,0.0,,,
+US-VT,Vermont,2020-05-07,,0.0,0.0,,,
+US-VT,Vermont,2020-05-08,,0.0,0.0,,,
+US-VT,Vermont,2020-05-09,,0.0,0.0,,,
+US-VT,Vermont,2020-05-10,,0.0,0.0,,,
+US-VT,Vermont,2020-05-11,,0.0,0.0,,,
+US-VT,Vermont,2020-05-12,,0.0,0.0,,,
+US-VT,Vermont,2020-05-13,,0.0,0.0,,,
+US-VT,Vermont,2020-05-14,,0.0,0.0,,,
+US-VT,Vermont,2020-05-15,,0.0,0.0,,,
+US-VT,Vermont,2020-05-16,,0.0,0.0,,,
+US-VT,Vermont,2020-05-17,,0.0,0.0,,,
+US-VT,Vermont,2020-05-18,,0.0,0.0,,,
+US-VT,Vermont,2020-05-19,,0.0,0.0,,,
+US-VT,Vermont,2020-05-20,,0.0,0.0,,,
+US-VT,Vermont,2020-05-21,,0.0,0.0,,,
+US-VT,Vermont,2020-05-22,,0.0,0.0,,,
+US-VT,Vermont,2020-05-23,,0.0,0.0,,,
+US-VT,Vermont,2020-05-24,,0.0,0.0,,,
+US-VT,Vermont,2020-05-25,,0.0,0.0,,,
+US-VT,Vermont,2020-05-26,,0.0,0.0,,,
+US-VT,Vermont,2020-05-27,,0.0,0.0,,,
+US-VT,Vermont,2020-05-28,,0.0,0.0,,,
+US-VT,Vermont,2020-05-29,,0.0,0.0,,,
+US-VT,Vermont,2020-05-30,,0.0,0.0,,,
+US-VT,Vermont,2020-05-31,,0.0,0.0,,,
+US-VT,Vermont,2020-06-01,,0.0,0.0,,,
+US-VT,Vermont,2020-06-02,,0.0,0.0,,,
+US-VT,Vermont,2020-06-03,,0.0,0.0,,,
+US-VT,Vermont,2020-06-04,,0.0,0.0,,,
+US-VT,Vermont,2020-06-05,,0.0,0.0,,,
+US-VT,Vermont,2020-06-06,,0.0,0.0,,,
+US-VT,Vermont,2020-06-07,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-16,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-17,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-18,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-19,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-20,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-21,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-22,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-23,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-24,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-25,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-26,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-27,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-28,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-29,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-30,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-31,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-01,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-02,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-03,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-04,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-05,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-06,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-07,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-08,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-09,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-10,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-11,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-12,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-13,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-14,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-15,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-16,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-17,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-18,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-19,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-20,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-21,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-22,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-23,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-24,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-25,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-26,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-27,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-28,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-29,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-30,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-01,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-02,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-03,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-04,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-05,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-06,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-07,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-08,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-09,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-10,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-11,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-12,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-13,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-14,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-15,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-16,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-17,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-18,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-19,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-20,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-21,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-22,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-23,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-24,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-25,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-26,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-27,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-28,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-29,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-30,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-31,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-01,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-02,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-03,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-04,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-05,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-06,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-07,,0.0,0.0,,,
+US-VA,Virginia,2020-03-05,,0.0,0.0,,,
+US-VA,Virginia,2020-03-06,,0.0,0.0,,,
+US-VA,Virginia,2020-03-07,,0.0,0.0,,,
+US-VA,Virginia,2020-03-08,,0.0,0.0,,,
+US-VA,Virginia,2020-03-09,,0.0,0.0,,,
+US-VA,Virginia,2020-03-10,,0.0,0.0,,,
+US-VA,Virginia,2020-03-11,,0.0,0.0,,,
+US-VA,Virginia,2020-03-12,,0.0,0.0,,,
+US-VA,Virginia,2020-03-13,,0.0,0.0,,,
+US-VA,Virginia,2020-03-14,,0.0,0.0,,,
+US-VA,Virginia,2020-03-15,,0.0,0.0,,,
+US-VA,Virginia,2020-03-16,,0.0,0.0,,,
+US-VA,Virginia,2020-03-17,,0.0,0.0,,,
+US-VA,Virginia,2020-03-18,,0.0,0.0,,,
+US-VA,Virginia,2020-03-19,,0.0,0.0,,,
+US-VA,Virginia,2020-03-20,,0.0,0.0,,,
+US-VA,Virginia,2020-03-21,,25.0,25.0,,,
+US-VA,Virginia,2020-03-22,,32.0,7.0,,,
+US-VA,Virginia,2020-03-23,,38.0,6.0,,,
+US-VA,Virginia,2020-03-24,,45.0,7.0,,,
+US-VA,Virginia,2020-03-25,,59.0,14.0,,,
+US-VA,Virginia,2020-03-26,,65.0,6.0,,,
+US-VA,Virginia,2020-03-27,,83.0,18.0,,,
+US-VA,Virginia,2020-03-28,,99.0,16.0,,,
+US-VA,Virginia,2020-03-29,,112.0,13.0,,,
+US-VA,Virginia,2020-03-30,,136.0,24.0,,,
+US-VA,Virginia,2020-03-31,,165.0,29.0,,,
+US-VA,Virginia,2020-04-01,,305.0,140.0,,,
+US-VA,Virginia,2020-04-02,,305.0,0.0,,,
+US-VA,Virginia,2020-04-03,,312.0,7.0,,,
+US-VA,Virginia,2020-04-04,,390.0,78.0,,,
+US-VA,Virginia,2020-04-05,,431.0,41.0,,,
+US-VA,Virginia,2020-04-06,,497.0,66.0,,,
+US-VA,Virginia,2020-04-07,,563.0,66.0,,,
+US-VA,Virginia,2020-04-08,,615.0,52.0,,,
+US-VA,Virginia,2020-04-09,,685.0,70.0,,,
+US-VA,Virginia,2020-04-10,,772.0,87.0,,,
+US-VA,Virginia,2020-04-11,,0.0,-772.0,,,
+US-VA,Virginia,2020-04-12,,0.0,0.0,,,
+US-VA,Virginia,2020-04-13,,0.0,0.0,,,
+US-VA,Virginia,2020-04-14,,0.0,0.0,,,
+US-VA,Virginia,2020-04-15,,1048.0,1048.0,,,
+US-VA,Virginia,2020-04-16,,1114.0,66.0,,,
+US-VA,Virginia,2020-04-17,,1221.0,107.0,,,
+US-VA,Virginia,2020-04-18,,1296.0,75.0,,,
+US-VA,Virginia,2020-04-19,,1422.0,126.0,,,
+US-VA,Virginia,2020-04-20,,1500.0,78.0,,,
+US-VA,Virginia,2020-04-21,,1581.0,81.0,,,
+US-VA,Virginia,2020-04-22,,1659.0,78.0,,,
+US-VA,Virginia,2020-04-23,,1753.0,94.0,,,
+US-VA,Virginia,2020-04-24,,1837.0,84.0,,,
+US-VA,Virginia,2020-04-25,,1942.0,105.0,,,
+US-VA,Virginia,2020-04-26,,2014.0,72.0,,,
+US-VA,Virginia,2020-04-27,,3298.0,1284.0,,,
+US-VA,Virginia,2020-04-28,,3422.0,124.0,,,
+US-VA,Virginia,2020-04-29,,3608.0,186.0,,,
+US-VA,Virginia,2020-04-30,,3654.0,46.0,,,
+US-VA,Virginia,2020-05-01,,3654.0,0.0,,,
+US-VA,Virginia,2020-05-02,,3738.0,84.0,,,
+US-VA,Virginia,2020-05-03,,3910.0,172.0,,,
+US-VA,Virginia,2020-05-04,,4010.0,100.0,,,
+US-VA,Virginia,2020-05-05,,4113.0,103.0,,,
+US-VA,Virginia,2020-05-06,,4113.0,0.0,,,
+US-VA,Virginia,2020-05-07,,4438.0,325.0,,,
+US-VA,Virginia,2020-05-08,,4622.0,184.0,,,
+US-VA,Virginia,2020-05-09,,4717.0,95.0,,,
+US-VA,Virginia,2020-05-10,,4756.0,39.0,,,
+US-VA,Virginia,2020-05-11,,4777.0,21.0,,,
+US-VA,Virginia,2020-05-12,,4929.0,152.0,,,
+US-VA,Virginia,2020-05-13,,5080.0,151.0,,,
+US-VA,Virginia,2020-05-14,,5211.0,131.0,,,
+US-VA,Virginia,2020-05-15,,5316.0,105.0,,,
+US-VA,Virginia,2020-05-16,,5414.0,98.0,,,
+US-VA,Virginia,2020-05-17,,5517.0,103.0,,,
+US-VA,Virginia,2020-05-18,,5609.0,92.0,,,
+US-VA,Virginia,2020-05-19,,5768.0,159.0,,,
+US-VA,Virginia,2020-05-20,,6059.0,291.0,,,
+US-VA,Virginia,2020-05-21,,6269.0,210.0,,,
+US-VA,Virginia,2020-05-22,,6422.0,153.0,,,
+US-VA,Virginia,2020-05-23,,6431.0,9.0,,,
+US-VA,Virginia,2020-05-24,,6453.0,22.0,,,
+US-VA,Virginia,2020-05-25,,6521.0,68.0,,,
+US-VA,Virginia,2020-05-26,,6630.0,109.0,,,
+US-VA,Virginia,2020-05-27,,6826.0,196.0,,,
+US-VA,Virginia,2020-05-28,,6974.0,148.0,,,
+US-VA,Virginia,2020-05-29,,7172.0,198.0,,,
+US-VA,Virginia,2020-05-30,,7216.0,44.0,,,
+US-VA,Virginia,2020-05-31,,7326.0,110.0,,,
+US-VA,Virginia,2020-06-01,,7326.0,0.0,,,
+US-VA,Virginia,2020-06-02,,7373.0,47.0,,,
+US-VA,Virginia,2020-06-03,,7476.0,103.0,,,
+US-VA,Virginia,2020-06-04,,7550.0,74.0,,,
+US-VA,Virginia,2020-06-05,,7597.0,47.0,,,
+US-VA,Virginia,2020-06-06,,7553.0,-44.0,,,
+US-VA,Virginia,2020-06-07,,7724.0,171.0,,,
+US-UT,Utah,2020-03-07,,0.0,0.0,,,
+US-UT,Utah,2020-03-08,,0.0,0.0,,,
+US-UT,Utah,2020-03-09,,0.0,0.0,,,
+US-UT,Utah,2020-03-10,,0.0,0.0,,,
+US-UT,Utah,2020-03-11,,0.0,0.0,,,
+US-UT,Utah,2020-03-12,,0.0,0.0,,,
+US-UT,Utah,2020-03-13,,0.0,0.0,,,
+US-UT,Utah,2020-03-14,,0.0,0.0,,,
+US-UT,Utah,2020-03-15,,0.0,0.0,,,
+US-UT,Utah,2020-03-16,,0.0,0.0,,,
+US-UT,Utah,2020-03-17,,0.0,0.0,,,
+US-UT,Utah,2020-03-18,,0.0,0.0,,,
+US-UT,Utah,2020-03-19,,0.0,0.0,,,
+US-UT,Utah,2020-03-20,,0.0,0.0,,,
+US-UT,Utah,2020-03-21,,0.0,0.0,,,
+US-UT,Utah,2020-03-22,,0.0,0.0,,,
+US-UT,Utah,2020-03-23,,0.0,0.0,,,
+US-UT,Utah,2020-03-24,,0.0,0.0,,,
+US-UT,Utah,2020-03-25,,0.0,0.0,,,
+US-UT,Utah,2020-03-26,,0.0,0.0,,,
+US-UT,Utah,2020-03-27,,0.0,0.0,,,
+US-UT,Utah,2020-03-28,,0.0,0.0,,,
+US-UT,Utah,2020-03-29,,0.0,0.0,,,
+US-UT,Utah,2020-03-30,,0.0,0.0,,,
+US-UT,Utah,2020-03-31,,73.0,73.0,,,
+US-UT,Utah,2020-04-01,,91.0,18.0,,,
+US-UT,Utah,2020-04-02,,100.0,9.0,,,
+US-UT,Utah,2020-04-03,,106.0,6.0,,,
+US-UT,Utah,2020-04-04,,117.0,11.0,,,
+US-UT,Utah,2020-04-05,,124.0,7.0,,,
+US-UT,Utah,2020-04-06,,138.0,14.0,,,
+US-UT,Utah,2020-04-07,,148.0,10.0,,,
+US-UT,Utah,2020-04-08,,158.0,10.0,,,
+US-UT,Utah,2020-04-09,,168.0,10.0,,,
+US-UT,Utah,2020-04-10,,183.0,15.0,,,
+US-UT,Utah,2020-04-11,,190.0,7.0,,,
+US-UT,Utah,2020-04-12,,195.0,5.0,,,
+US-UT,Utah,2020-04-13,,201.0,6.0,,,
+US-UT,Utah,2020-04-14,,213.0,12.0,,,
+US-UT,Utah,2020-04-15,,221.0,8.0,,,
+US-UT,Utah,2020-04-16,,238.0,17.0,,,
+US-UT,Utah,2020-04-17,,244.0,6.0,,,
+US-UT,Utah,2020-04-18,,251.0,7.0,,,
+US-UT,Utah,2020-04-19,,259.0,8.0,,,
+US-UT,Utah,2020-04-20,,268.0,9.0,,,
+US-UT,Utah,2020-04-21,,277.0,9.0,,,
+US-UT,Utah,2020-04-22,,288.0,11.0,,,
+US-UT,Utah,2020-04-23,,301.0,13.0,,,
+US-UT,Utah,2020-04-24,,315.0,14.0,,,
+US-UT,Utah,2020-04-25,,329.0,14.0,,,
+US-UT,Utah,2020-04-26,,345.0,16.0,,,
+US-UT,Utah,2020-04-27,,349.0,4.0,,,
+US-UT,Utah,2020-04-28,,370.0,21.0,,,
+US-UT,Utah,2020-04-29,,383.0,13.0,,,
+US-UT,Utah,2020-04-30,,390.0,7.0,,,
+US-UT,Utah,2020-05-01,,403.0,13.0,,,
+US-UT,Utah,2020-05-02,,418.0,15.0,,,
+US-UT,Utah,2020-05-03,,436.0,18.0,,,
+US-UT,Utah,2020-05-04,,441.0,5.0,,,
+US-UT,Utah,2020-05-05,,456.0,15.0,,,
+US-UT,Utah,2020-05-06,,464.0,8.0,,,
+US-UT,Utah,2020-05-07,,476.0,12.0,,,
+US-UT,Utah,2020-05-08,,488.0,12.0,,,
+US-UT,Utah,2020-05-09,,498.0,10.0,,,
+US-UT,Utah,2020-05-10,,512.0,14.0,,,
+US-UT,Utah,2020-05-11,,517.0,5.0,,,
+US-UT,Utah,2020-05-12,,535.0,18.0,,,
+US-UT,Utah,2020-05-13,,553.0,18.0,,,
+US-UT,Utah,2020-05-14,,558.0,5.0,,,
+US-UT,Utah,2020-05-15,,566.0,8.0,,,
+US-UT,Utah,2020-05-16,,578.0,12.0,,,
+US-UT,Utah,2020-05-17,,586.0,8.0,,,
+US-UT,Utah,2020-05-18,,595.0,9.0,,,
+US-UT,Utah,2020-05-19,,619.0,24.0,,,
+US-UT,Utah,2020-05-20,,631.0,12.0,,,
+US-UT,Utah,2020-05-21,,647.0,16.0,,,
+US-UT,Utah,2020-05-22,,660.0,13.0,,,
+US-UT,Utah,2020-05-23,,676.0,16.0,,,
+US-UT,Utah,2020-05-24,,688.0,12.0,,,
+US-UT,Utah,2020-05-25,,692.0,4.0,,,
+US-UT,Utah,2020-05-26,,696.0,4.0,,,
+US-UT,Utah,2020-05-27,,716.0,20.0,,,
+US-UT,Utah,2020-05-28,,734.0,18.0,,,
+US-UT,Utah,2020-05-29,,753.0,19.0,,,
+US-UT,Utah,2020-05-30,,763.0,10.0,,,
+US-UT,Utah,2020-05-31,,775.0,12.0,,,
+US-UT,Utah,2020-06-01,,789.0,14.0,,,
+US-UT,Utah,2020-06-02,,801.0,12.0,,,
+US-UT,Utah,2020-06-03,,829.0,28.0,,,
+US-UT,Utah,2020-06-04,,850.0,21.0,,,
+US-UT,Utah,2020-06-05,,870.0,20.0,,,
+US-UT,Utah,2020-06-06,,890.0,20.0,,,
+US-UT,Utah,2020-06-07,,900.0,10.0,,,
+US-TX,Texas,2020-03-04,,0.0,0.0,,,
+US-TX,Texas,2020-03-05,,0.0,0.0,,,
+US-TX,Texas,2020-03-06,,0.0,0.0,,,
+US-TX,Texas,2020-03-07,,0.0,0.0,,,
+US-TX,Texas,2020-03-08,,0.0,0.0,,,
+US-TX,Texas,2020-03-09,,0.0,0.0,,,
+US-TX,Texas,2020-03-10,,0.0,0.0,,,
+US-TX,Texas,2020-03-11,,0.0,0.0,,,
+US-TX,Texas,2020-03-12,,0.0,0.0,,,
+US-TX,Texas,2020-03-13,,0.0,0.0,,,
+US-TX,Texas,2020-03-14,,0.0,0.0,,,
+US-TX,Texas,2020-03-15,,0.0,0.0,,,
+US-TX,Texas,2020-03-16,,0.0,0.0,,,
+US-TX,Texas,2020-03-17,,0.0,0.0,,,
+US-TX,Texas,2020-03-18,,0.0,0.0,,,
+US-TX,Texas,2020-03-19,,0.0,0.0,,,
+US-TX,Texas,2020-03-20,,0.0,0.0,,,
+US-TX,Texas,2020-03-21,,0.0,0.0,,,
+US-TX,Texas,2020-03-22,,0.0,0.0,,,
+US-TX,Texas,2020-03-23,,0.0,0.0,,,
+US-TX,Texas,2020-03-24,,0.0,0.0,,,
+US-TX,Texas,2020-03-25,,0.0,0.0,,,
+US-TX,Texas,2020-03-26,,0.0,0.0,,,
+US-TX,Texas,2020-03-27,,0.0,0.0,,,
+US-TX,Texas,2020-03-28,,0.0,0.0,,,
+US-TX,Texas,2020-03-29,,0.0,0.0,,,
+US-TX,Texas,2020-03-30,,0.0,0.0,,,
+US-TX,Texas,2020-03-31,,0.0,0.0,,,
+US-TX,Texas,2020-04-01,,0.0,0.0,,,
+US-TX,Texas,2020-04-02,,0.0,0.0,,,
+US-TX,Texas,2020-04-03,,0.0,0.0,,,
+US-TX,Texas,2020-04-04,,0.0,0.0,,,
+US-TX,Texas,2020-04-05,,0.0,0.0,,,
+US-TX,Texas,2020-04-06,,0.0,0.0,,,
+US-TX,Texas,2020-04-07,,0.0,0.0,,,
+US-TX,Texas,2020-04-08,,0.0,0.0,,,
+US-TX,Texas,2020-04-09,,0.0,0.0,,,
+US-TX,Texas,2020-04-10,,0.0,0.0,,,
+US-TX,Texas,2020-04-11,,0.0,0.0,,,
+US-TX,Texas,2020-04-12,,0.0,0.0,,,
+US-TX,Texas,2020-04-13,,0.0,0.0,,,
+US-TX,Texas,2020-04-14,,0.0,0.0,,,
+US-TX,Texas,2020-04-15,,0.0,0.0,,,
+US-TX,Texas,2020-04-16,,0.0,0.0,,,
+US-TX,Texas,2020-04-17,,0.0,0.0,,,
+US-TX,Texas,2020-04-18,,0.0,0.0,,,
+US-TX,Texas,2020-04-19,,0.0,0.0,,,
+US-TX,Texas,2020-04-20,,0.0,0.0,,,
+US-TX,Texas,2020-04-21,,0.0,0.0,,,
+US-TX,Texas,2020-04-22,,0.0,0.0,,,
+US-TX,Texas,2020-04-23,,0.0,0.0,,,
+US-TX,Texas,2020-04-24,,0.0,0.0,,,
+US-TX,Texas,2020-04-25,,0.0,0.0,,,
+US-TX,Texas,2020-04-26,,0.0,0.0,,,
+US-TX,Texas,2020-04-27,,0.0,0.0,,,
+US-TX,Texas,2020-04-28,,0.0,0.0,,,
+US-TX,Texas,2020-04-29,,0.0,0.0,,,
+US-TX,Texas,2020-04-30,,0.0,0.0,,,
+US-TX,Texas,2020-05-01,,0.0,0.0,,,
+US-TX,Texas,2020-05-02,,0.0,0.0,,,
+US-TX,Texas,2020-05-03,,0.0,0.0,,,
+US-TX,Texas,2020-05-04,,0.0,0.0,,,
+US-TX,Texas,2020-05-05,,0.0,0.0,,,
+US-TX,Texas,2020-05-06,,0.0,0.0,,,
+US-TX,Texas,2020-05-07,,0.0,0.0,,,
+US-TX,Texas,2020-05-08,,0.0,0.0,,,
+US-TX,Texas,2020-05-09,,0.0,0.0,,,
+US-TX,Texas,2020-05-10,,0.0,0.0,,,
+US-TX,Texas,2020-05-11,,0.0,0.0,,,
+US-TX,Texas,2020-05-12,,0.0,0.0,,,
+US-TX,Texas,2020-05-13,,0.0,0.0,,,
+US-TX,Texas,2020-05-14,,0.0,0.0,,,
+US-TX,Texas,2020-05-15,,0.0,0.0,,,
+US-TX,Texas,2020-05-16,,0.0,0.0,,,
+US-TX,Texas,2020-05-17,,0.0,0.0,,,
+US-TX,Texas,2020-05-18,,0.0,0.0,,,
+US-TX,Texas,2020-05-19,,0.0,0.0,,,
+US-TX,Texas,2020-05-20,,0.0,0.0,,,
+US-TX,Texas,2020-05-21,,0.0,0.0,,,
+US-TX,Texas,2020-05-22,,0.0,0.0,,,
+US-TX,Texas,2020-05-23,,0.0,0.0,,,
+US-TX,Texas,2020-05-24,,0.0,0.0,,,
+US-TX,Texas,2020-05-25,,0.0,0.0,,,
+US-TX,Texas,2020-05-26,,0.0,0.0,,,
+US-TX,Texas,2020-05-27,,0.0,0.0,,,
+US-TX,Texas,2020-05-28,,0.0,0.0,,,
+US-TX,Texas,2020-05-29,,0.0,0.0,,,
+US-TX,Texas,2020-05-30,,0.0,0.0,,,
+US-TX,Texas,2020-05-31,,0.0,0.0,,,
+US-TX,Texas,2020-06-01,,0.0,0.0,,,
+US-TX,Texas,2020-06-02,,0.0,0.0,,,
+US-TX,Texas,2020-06-03,,0.0,0.0,,,
+US-TX,Texas,2020-06-04,,0.0,0.0,,,
+US-TX,Texas,2020-06-05,,0.0,0.0,,,
+US-TX,Texas,2020-06-06,,0.0,0.0,,,
+US-TX,Texas,2020-06-07,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-05,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-06,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-07,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-08,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-09,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-10,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-11,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-12,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-13,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-14,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-15,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-16,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-17,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-18,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-19,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-20,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-21,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-22,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-23,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-24,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-25,,53.0,53.0,,,
+US-TN,Tennessee,2020-03-26,,76.0,23.0,,,
+US-TN,Tennessee,2020-03-27,,103.0,27.0,,,
+US-TN,Tennessee,2020-03-28,,118.0,15.0,,,
+US-TN,Tennessee,2020-03-29,,133.0,15.0,,,
+US-TN,Tennessee,2020-03-30,,148.0,15.0,,,
+US-TN,Tennessee,2020-03-31,,175.0,27.0,,,
+US-TN,Tennessee,2020-04-01,,200.0,25.0,,,
+US-TN,Tennessee,2020-04-02,,263.0,63.0,,,
+US-TN,Tennessee,2020-04-03,,293.0,30.0,,,
+US-TN,Tennessee,2020-04-04,,311.0,18.0,,,
+US-TN,Tennessee,2020-04-05,,328.0,17.0,,,
+US-TN,Tennessee,2020-04-06,,352.0,24.0,,,
+US-TN,Tennessee,2020-04-07,,408.0,56.0,,,
+US-TN,Tennessee,2020-04-08,,449.0,41.0,,,
+US-TN,Tennessee,2020-04-09,,505.0,56.0,,,
+US-TN,Tennessee,2020-04-10,,536.0,31.0,,,
+US-TN,Tennessee,2020-04-11,,556.0,20.0,,,
+US-TN,Tennessee,2020-04-12,,567.0,11.0,,,
+US-TN,Tennessee,2020-04-13,,579.0,12.0,,,
+US-TN,Tennessee,2020-04-14,,633.0,54.0,,,
+US-TN,Tennessee,2020-04-15,,663.0,30.0,,,
+US-TN,Tennessee,2020-04-16,,691.0,28.0,,,
+US-TN,Tennessee,2020-04-17,,711.0,20.0,,,
+US-TN,Tennessee,2020-04-18,,719.0,8.0,,,
+US-TN,Tennessee,2020-04-19,,724.0,5.0,,,
+US-TN,Tennessee,2020-04-20,,730.0,6.0,,,
+US-TN,Tennessee,2020-04-21,,760.0,30.0,,,
+US-TN,Tennessee,2020-04-22,,775.0,15.0,,,
+US-TN,Tennessee,2020-04-23,,793.0,18.0,,,
+US-TN,Tennessee,2020-04-24,,808.0,15.0,,,
+US-TN,Tennessee,2020-04-25,,821.0,13.0,,,
+US-TN,Tennessee,2020-04-26,,828.0,7.0,,,
+US-TN,Tennessee,2020-04-27,,837.0,9.0,,,
+US-TN,Tennessee,2020-04-28,,894.0,57.0,,,
+US-TN,Tennessee,2020-04-29,,1013.0,119.0,,,
+US-TN,Tennessee,2020-04-30,,1045.0,32.0,,,
+US-TN,Tennessee,2020-05-01,,1113.0,68.0,,,
+US-TN,Tennessee,2020-05-02,,1125.0,12.0,,,
+US-TN,Tennessee,2020-05-03,,1135.0,10.0,,,
+US-TN,Tennessee,2020-05-04,,1143.0,8.0,,,
+US-TN,Tennessee,2020-05-05,,1156.0,13.0,,,
+US-TN,Tennessee,2020-05-06,,1221.0,65.0,,,
+US-TN,Tennessee,2020-05-07,,1266.0,45.0,,,
+US-TN,Tennessee,2020-05-08,,1299.0,33.0,,,
+US-TN,Tennessee,2020-05-09,,1319.0,20.0,,,
+US-TN,Tennessee,2020-05-10,,1325.0,6.0,,,
+US-TN,Tennessee,2020-05-11,,1344.0,19.0,,,
+US-TN,Tennessee,2020-05-12,,1363.0,19.0,,,
+US-TN,Tennessee,2020-05-13,,1388.0,25.0,,,
+US-TN,Tennessee,2020-05-14,,1435.0,47.0,,,
+US-TN,Tennessee,2020-05-15,,1454.0,19.0,,,
+US-TN,Tennessee,2020-05-16,,1474.0,20.0,,,
+US-TN,Tennessee,2020-05-17,,1482.0,8.0,,,
+US-TN,Tennessee,2020-05-18,,1489.0,7.0,,,
+US-TN,Tennessee,2020-05-19,,1498.0,9.0,,,
+US-TN,Tennessee,2020-05-20,,1515.0,17.0,,,
+US-TN,Tennessee,2020-05-21,,1539.0,24.0,,,
+US-TN,Tennessee,2020-05-22,,1560.0,21.0,,,
+US-TN,Tennessee,2020-05-23,,1573.0,13.0,,,
+US-TN,Tennessee,2020-05-24,,1583.0,10.0,,,
+US-TN,Tennessee,2020-05-25,,1594.0,11.0,,,
+US-TN,Tennessee,2020-05-26,,1609.0,15.0,,,
+US-TN,Tennessee,2020-05-27,,1647.0,38.0,,,
+US-TN,Tennessee,2020-05-28,,1689.0,42.0,,,
+US-TN,Tennessee,2020-05-29,,1710.0,21.0,,,
+US-TN,Tennessee,2020-05-30,,1732.0,22.0,,,
+US-TN,Tennessee,2020-05-31,,1750.0,18.0,,,
+US-TN,Tennessee,2020-06-01,,1767.0,17.0,,,
+US-TN,Tennessee,2020-06-02,,1792.0,25.0,,,
+US-TN,Tennessee,2020-06-03,,1829.0,37.0,,,
+US-TN,Tennessee,2020-06-04,,1855.0,26.0,,,
+US-TN,Tennessee,2020-06-05,,1893.0,38.0,,,
+US-TN,Tennessee,2020-06-06,,1923.0,30.0,,,
+US-TN,Tennessee,2020-06-07,,1932.0,9.0,,,
+US-SD,South Dakota,2020-03-07,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-08,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-09,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-10,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-11,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-12,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-13,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-14,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-15,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-16,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-17,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-18,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-19,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-20,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-21,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-22,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-23,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-24,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-25,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-26,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-27,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-28,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-29,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-30,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-31,,12.0,12.0,,,
+US-SD,South Dakota,2020-04-01,,12.0,0.0,,,
+US-SD,South Dakota,2020-04-02,,17.0,5.0,,,
+US-SD,South Dakota,2020-04-03,,17.0,0.0,,,
+US-SD,South Dakota,2020-04-04,,19.0,2.0,,,
+US-SD,South Dakota,2020-04-05,,22.0,3.0,,,
+US-SD,South Dakota,2020-04-06,,23.0,1.0,,,
+US-SD,South Dakota,2020-04-07,,23.0,0.0,,,
+US-SD,South Dakota,2020-04-08,,26.0,3.0,,,
+US-SD,South Dakota,2020-04-09,,27.0,1.0,,,
+US-SD,South Dakota,2020-04-10,,29.0,2.0,,,
+US-SD,South Dakota,2020-04-11,,33.0,4.0,,,
+US-SD,South Dakota,2020-04-12,,43.0,10.0,,,
+US-SD,South Dakota,2020-04-13,,44.0,1.0,,,
+US-SD,South Dakota,2020-04-14,,45.0,1.0,,,
+US-SD,South Dakota,2020-04-15,,51.0,6.0,,,
+US-SD,South Dakota,2020-04-16,,55.0,4.0,,,
+US-SD,South Dakota,2020-04-17,,63.0,8.0,,,
+US-SD,South Dakota,2020-04-18,,68.0,5.0,,,
+US-SD,South Dakota,2020-04-19,,74.0,6.0,,,
+US-SD,South Dakota,2020-04-20,,87.0,13.0,,,
+US-SD,South Dakota,2020-04-21,,100.0,13.0,,,
+US-SD,South Dakota,2020-04-22,,111.0,11.0,,,
+US-SD,South Dakota,2020-04-23,,119.0,8.0,,,
+US-SD,South Dakota,2020-04-24,,124.0,5.0,,,
+US-SD,South Dakota,2020-04-25,,128.0,4.0,,,
+US-SD,South Dakota,2020-04-26,,135.0,7.0,,,
+US-SD,South Dakota,2020-04-27,,150.0,15.0,,,
+US-SD,South Dakota,2020-04-28,,157.0,7.0,,,
+US-SD,South Dakota,2020-04-29,,165.0,8.0,,,
+US-SD,South Dakota,2020-04-30,,173.0,8.0,,,
+US-SD,South Dakota,2020-05-01,,179.0,6.0,,,
+US-SD,South Dakota,2020-05-02,,187.0,8.0,,,
+US-SD,South Dakota,2020-05-03,,197.0,10.0,,,
+US-SD,South Dakota,2020-05-04,,211.0,14.0,,,
+US-SD,South Dakota,2020-05-05,,220.0,9.0,,,
+US-SD,South Dakota,2020-05-06,,230.0,10.0,,,
+US-SD,South Dakota,2020-05-07,,236.0,6.0,,,
+US-SD,South Dakota,2020-05-08,,247.0,11.0,,,
+US-SD,South Dakota,2020-05-09,,253.0,6.0,,,
+US-SD,South Dakota,2020-05-10,,261.0,8.0,,,
+US-SD,South Dakota,2020-05-11,,263.0,2.0,,,
+US-SD,South Dakota,2020-05-12,,271.0,8.0,,,
+US-SD,South Dakota,2020-05-13,,281.0,10.0,,,
+US-SD,South Dakota,2020-05-14,,290.0,9.0,,,
+US-SD,South Dakota,2020-05-15,,296.0,6.0,,,
+US-SD,South Dakota,2020-05-16,,304.0,8.0,,,
+US-SD,South Dakota,2020-05-17,,312.0,8.0,,,
+US-SD,South Dakota,2020-05-18,,316.0,4.0,,,
+US-SD,South Dakota,2020-05-19,,327.0,11.0,,,
+US-SD,South Dakota,2020-05-20,,333.0,6.0,,,
+US-SD,South Dakota,2020-05-21,,342.0,9.0,,,
+US-SD,South Dakota,2020-05-22,,351.0,9.0,,,
+US-SD,South Dakota,2020-05-23,,358.0,7.0,,,
+US-SD,South Dakota,2020-05-24,,364.0,6.0,,,
+US-SD,South Dakota,2020-05-25,,370.0,6.0,,,
+US-SD,South Dakota,2020-05-26,,378.0,8.0,,,
+US-SD,South Dakota,2020-05-27,,391.0,13.0,,,
+US-SD,South Dakota,2020-05-28,,406.0,15.0,,,
+US-SD,South Dakota,2020-05-29,,418.0,12.0,,,
+US-SD,South Dakota,2020-05-30,,427.0,9.0,,,
+US-SD,South Dakota,2020-05-31,,432.0,5.0,,,
+US-SD,South Dakota,2020-06-01,,435.0,3.0,,,
+US-SD,South Dakota,2020-06-02,,443.0,8.0,,,
+US-SD,South Dakota,2020-06-03,,456.0,13.0,,,
+US-SD,South Dakota,2020-06-04,,464.0,8.0,,,
+US-SD,South Dakota,2020-06-05,,467.0,3.0,,,
+US-SD,South Dakota,2020-06-06,,474.0,7.0,,,
+US-SD,South Dakota,2020-06-07,,478.0,4.0,,,
+US-SC,South Carolina,2020-03-04,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-05,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-06,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-07,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-08,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-09,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-10,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-11,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-12,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-13,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-14,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-15,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-16,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-17,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-18,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-19,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-20,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-21,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-22,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-23,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-24,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-25,,102.0,102.0,,,
+US-SC,South Carolina,2020-03-26,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-27,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-28,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-29,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-30,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-31,,102.0,0.0,,,
+US-SC,South Carolina,2020-04-01,,102.0,0.0,,,
+US-SC,South Carolina,2020-04-02,,241.0,139.0,,,
+US-SC,South Carolina,2020-04-03,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-04,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-05,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-06,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-07,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-08,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-09,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-10,,496.0,255.0,,,
+US-SC,South Carolina,2020-04-11,,496.0,0.0,,,
+US-SC,South Carolina,2020-04-12,,496.0,0.0,,,
+US-SC,South Carolina,2020-04-13,,496.0,0.0,,,
+US-SC,South Carolina,2020-04-14,,675.0,179.0,,,
+US-SC,South Carolina,2020-04-15,,675.0,0.0,,,
+US-SC,South Carolina,2020-04-16,,675.0,0.0,,,
+US-SC,South Carolina,2020-04-17,,675.0,0.0,,,
+US-SC,South Carolina,2020-04-18,,776.0,101.0,,,
+US-SC,South Carolina,2020-04-19,,776.0,0.0,,,
+US-SC,South Carolina,2020-04-20,,776.0,0.0,,,
+US-SC,South Carolina,2020-04-21,,776.0,0.0,,,
+US-SC,South Carolina,2020-04-22,,837.0,61.0,,,
+US-SC,South Carolina,2020-04-23,,837.0,0.0,,,
+US-SC,South Carolina,2020-04-24,,837.0,0.0,,,
+US-SC,South Carolina,2020-04-25,,944.0,107.0,,,
+US-SC,South Carolina,2020-04-26,,944.0,0.0,,,
+US-SC,South Carolina,2020-04-27,,944.0,0.0,,,
+US-SC,South Carolina,2020-04-28,,944.0,0.0,,,
+US-SC,South Carolina,2020-04-29,,1000.0,56.0,,,
+US-SC,South Carolina,2020-04-30,,1000.0,0.0,,,
+US-SC,South Carolina,2020-05-01,,1110.0,110.0,,,
+US-SC,South Carolina,2020-05-02,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-03,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-04,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-05,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-06,,1152.0,42.0,,,
+US-SC,South Carolina,2020-05-07,,1152.0,0.0,,,
+US-SC,South Carolina,2020-05-08,,1152.0,0.0,,,
+US-SC,South Carolina,2020-05-09,,1252.0,100.0,,,
+US-SC,South Carolina,2020-05-10,,1252.0,0.0,,,
+US-SC,South Carolina,2020-05-11,,1252.0,0.0,,,
+US-SC,South Carolina,2020-05-12,,1338.0,86.0,,,
+US-SC,South Carolina,2020-05-13,,1338.0,0.0,,,
+US-SC,South Carolina,2020-05-14,,1338.0,0.0,,,
+US-SC,South Carolina,2020-05-15,,1421.0,83.0,,,
+US-SC,South Carolina,2020-05-16,,1421.0,0.0,,,
+US-SC,South Carolina,2020-05-17,,1421.0,0.0,,,
+US-SC,South Carolina,2020-05-18,,1421.0,0.0,,,
+US-SC,South Carolina,2020-05-19,,1444.0,23.0,,,
+US-SC,South Carolina,2020-05-20,,1444.0,0.0,,,
+US-SC,South Carolina,2020-05-21,,1444.0,0.0,,,
+US-SC,South Carolina,2020-05-22,,1534.0,90.0,,,
+US-SC,South Carolina,2020-05-23,,1534.0,0.0,,,
+US-SC,South Carolina,2020-05-24,,1534.0,0.0,,,
+US-SC,South Carolina,2020-05-25,,1534.0,0.0,,,
+US-SC,South Carolina,2020-05-26,,1618.0,84.0,,,
+US-SC,South Carolina,2020-05-27,,1618.0,0.0,,,
+US-SC,South Carolina,2020-05-28,,1618.0,0.0,,,
+US-SC,South Carolina,2020-05-29,,1634.0,16.0,,,
+US-SC,South Carolina,2020-05-30,,1634.0,0.0,,,
+US-SC,South Carolina,2020-05-31,,1634.0,0.0,,,
+US-SC,South Carolina,2020-06-01,,1634.0,0.0,,,
+US-SC,South Carolina,2020-06-02,,1789.0,155.0,,,
+US-SC,South Carolina,2020-06-03,,1789.0,0.0,,,
+US-SC,South Carolina,2020-06-04,,1789.0,0.0,,,
+US-SC,South Carolina,2020-06-05,,1814.0,25.0,,,
+US-SC,South Carolina,2020-06-06,,1814.0,0.0,,,
+US-SC,South Carolina,2020-06-07,,1814.0,0.0,,,
+US-RI,Rhode Island,2020-03-01,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-02,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-03,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-04,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-05,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-06,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-07,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-08,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-09,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-10,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-11,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-12,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-13,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-14,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-15,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-16,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-17,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-18,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-19,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-20,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-21,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-22,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-23,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-24,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-25,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-26,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-27,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-28,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-29,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-30,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-31,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-01,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-02,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-03,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-04,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-05,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-06,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-07,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-08,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-09,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-10,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-11,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-12,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-13,,331.0,331.0,,,
+US-RI,Rhode Island,2020-04-14,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-15,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-16,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-17,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-18,,578.0,247.0,,,
+US-RI,Rhode Island,2020-04-19,,605.0,27.0,,,
+US-RI,Rhode Island,2020-04-20,,629.0,24.0,,,
+US-RI,Rhode Island,2020-04-21,,674.0,45.0,,,
+US-RI,Rhode Island,2020-04-22,,717.0,43.0,,,
+US-RI,Rhode Island,2020-04-23,,757.0,40.0,,,
+US-RI,Rhode Island,2020-04-24,,576.0,-181.0,,,
+US-RI,Rhode Island,2020-04-25,,576.0,0.0,,,
+US-RI,Rhode Island,2020-04-26,,691.0,115.0,,,
+US-RI,Rhode Island,2020-04-27,,718.0,27.0,,,
+US-RI,Rhode Island,2020-04-28,,732.0,14.0,,,
+US-RI,Rhode Island,2020-04-29,,750.0,18.0,,,
+US-RI,Rhode Island,2020-04-30,,896.0,146.0,,,
+US-RI,Rhode Island,2020-05-01,,937.0,41.0,,,
+US-RI,Rhode Island,2020-05-02,,977.0,40.0,,,
+US-RI,Rhode Island,2020-05-03,,1013.0,36.0,,,
+US-RI,Rhode Island,2020-05-04,,1061.0,48.0,,,
+US-RI,Rhode Island,2020-05-05,,1092.0,31.0,,,
+US-RI,Rhode Island,2020-05-06,,1123.0,31.0,,,
+US-RI,Rhode Island,2020-05-07,,1153.0,30.0,,,
+US-RI,Rhode Island,2020-05-08,,1187.0,34.0,,,
+US-RI,Rhode Island,2020-05-09,,1218.0,31.0,,,
+US-RI,Rhode Island,2020-05-10,,1251.0,33.0,,,
+US-RI,Rhode Island,2020-05-11,,1280.0,29.0,,,
+US-RI,Rhode Island,2020-05-12,,1307.0,27.0,,,
+US-RI,Rhode Island,2020-05-13,,1328.0,21.0,,,
+US-RI,Rhode Island,2020-05-14,,1351.0,23.0,,,
+US-RI,Rhode Island,2020-05-15,,1372.0,21.0,,,
+US-RI,Rhode Island,2020-05-16,,1403.0,31.0,,,
+US-RI,Rhode Island,2020-05-17,,1418.0,15.0,,,
+US-RI,Rhode Island,2020-05-18,,1438.0,20.0,,,
+US-RI,Rhode Island,2020-05-19,,1464.0,26.0,,,
+US-RI,Rhode Island,2020-05-20,,1486.0,22.0,,,
+US-RI,Rhode Island,2020-05-21,,1506.0,20.0,,,
+US-RI,Rhode Island,2020-05-22,,1537.0,31.0,,,
+US-RI,Rhode Island,2020-05-23,,1557.0,20.0,,,
+US-RI,Rhode Island,2020-05-24,,1580.0,23.0,,,
+US-RI,Rhode Island,2020-05-25,,1580.0,0.0,,,
+US-RI,Rhode Island,2020-05-26,,1613.0,33.0,,,
+US-RI,Rhode Island,2020-05-27,,1624.0,11.0,,,
+US-RI,Rhode Island,2020-05-28,,1639.0,15.0,,,
+US-RI,Rhode Island,2020-05-29,,1660.0,21.0,,,
+US-RI,Rhode Island,2020-05-30,,1682.0,22.0,,,
+US-RI,Rhode Island,2020-05-31,,1701.0,19.0,,,
+US-RI,Rhode Island,2020-06-01,,1724.0,23.0,,,
+US-RI,Rhode Island,2020-06-02,,1743.0,19.0,,,
+US-RI,Rhode Island,2020-06-03,,1753.0,10.0,,,
+US-RI,Rhode Island,2020-06-04,,1765.0,12.0,,,
+US-RI,Rhode Island,2020-06-05,,1775.0,10.0,,,
+US-RI,Rhode Island,2020-06-06,,1775.0,0.0,,,
+US-RI,Rhode Island,2020-06-07,,1775.0,0.0,,,
+US-PR,Puerto Rico,2020-03-16,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-17,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-18,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-19,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-20,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-21,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-22,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-23,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-24,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-25,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-26,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-27,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-28,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-29,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-30,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-31,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-01,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-02,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-03,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-04,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-05,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-06,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-07,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-08,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-09,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-10,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-11,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-12,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-13,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-14,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-15,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-16,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-17,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-18,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-19,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-20,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-21,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-22,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-23,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-24,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-25,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-26,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-27,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-28,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-29,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-30,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-01,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-02,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-03,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-04,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-05,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-06,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-07,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-08,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-09,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-10,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-11,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-12,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-13,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-14,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-15,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-16,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-17,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-18,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-19,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-20,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-21,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-22,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-23,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-24,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-25,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-26,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-27,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-28,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-29,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-30,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-31,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-01,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-02,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-03,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-04,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-05,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-06,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-07,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-06,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-07,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-08,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-09,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-10,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-11,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-12,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-13,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-14,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-15,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-16,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-17,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-18,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-19,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-20,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-21,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-22,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-23,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-24,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-25,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-26,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-27,,241.0,241.0,,,
+US-PA,Pennsylvania,2020-03-28,,316.0,75.0,,,
+US-PA,Pennsylvania,2020-03-29,,353.0,37.0,,,
+US-PA,Pennsylvania,2020-03-30,,386.0,33.0,,,
+US-PA,Pennsylvania,2020-03-31,,514.0,128.0,,,
+US-PA,Pennsylvania,2020-04-01,,620.0,106.0,,,
+US-PA,Pennsylvania,2020-04-02,,730.0,110.0,,,
+US-PA,Pennsylvania,2020-04-03,,852.0,122.0,,,
+US-PA,Pennsylvania,2020-04-04,,1004.0,152.0,,,
+US-PA,Pennsylvania,2020-04-05,,1072.0,68.0,,,
+US-PA,Pennsylvania,2020-04-06,,1145.0,73.0,,,
+US-PA,Pennsylvania,2020-04-07,,0.0,-1145.0,,,
+US-PA,Pennsylvania,2020-04-08,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-09,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-10,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-11,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-12,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-13,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-14,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-15,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-16,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-17,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-18,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-19,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-20,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-21,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-22,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-23,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-24,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-25,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-26,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-27,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-28,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-29,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-30,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-01,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-02,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-03,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-04,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-05,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-06,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-07,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-08,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-09,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-10,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-11,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-12,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-13,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-14,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-15,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-16,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-17,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-18,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-19,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-20,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-21,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-22,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-23,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-24,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-25,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-26,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-27,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-28,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-29,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-30,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-31,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-01,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-02,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-03,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-04,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-05,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-06,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-07,,0.0,0.0,,,
+US-OR,Oregon,2020-03-04,,0.0,0.0,,,
+US-OR,Oregon,2020-03-05,,0.0,0.0,,,
+US-OR,Oregon,2020-03-06,,0.0,0.0,,,
+US-OR,Oregon,2020-03-07,,0.0,0.0,,,
+US-OR,Oregon,2020-03-08,,0.0,0.0,,,
+US-OR,Oregon,2020-03-09,,0.0,0.0,,,
+US-OR,Oregon,2020-03-10,,0.0,0.0,,,
+US-OR,Oregon,2020-03-11,,0.0,0.0,,,
+US-OR,Oregon,2020-03-12,,0.0,0.0,,,
+US-OR,Oregon,2020-03-13,,0.0,0.0,,,
+US-OR,Oregon,2020-03-14,,0.0,0.0,,,
+US-OR,Oregon,2020-03-15,,0.0,0.0,,,
+US-OR,Oregon,2020-03-16,,0.0,0.0,,,
+US-OR,Oregon,2020-03-17,,0.0,0.0,,,
+US-OR,Oregon,2020-03-18,,0.0,0.0,,,
+US-OR,Oregon,2020-03-19,,0.0,0.0,,,
+US-OR,Oregon,2020-03-20,,0.0,0.0,,,
+US-OR,Oregon,2020-03-21,,0.0,0.0,,,
+US-OR,Oregon,2020-03-22,,43.0,43.0,,,
+US-OR,Oregon,2020-03-23,,56.0,13.0,,,
+US-OR,Oregon,2020-03-24,,61.0,5.0,,,
+US-OR,Oregon,2020-03-25,,61.0,0.0,,,
+US-OR,Oregon,2020-03-26,,90.0,29.0,,,
+US-OR,Oregon,2020-03-27,,102.0,12.0,,,
+US-OR,Oregon,2020-03-28,,117.0,15.0,,,
+US-OR,Oregon,2020-03-29,,129.0,12.0,,,
+US-OR,Oregon,2020-03-30,,140.0,11.0,,,
+US-OR,Oregon,2020-03-31,,154.0,14.0,,,
+US-OR,Oregon,2020-04-01,,154.0,0.0,,,
+US-OR,Oregon,2020-04-02,,188.0,34.0,,,
+US-OR,Oregon,2020-04-03,,204.0,16.0,,,
+US-OR,Oregon,2020-04-04,,239.0,35.0,,,
+US-OR,Oregon,2020-04-05,,258.0,19.0,,,
+US-OR,Oregon,2020-04-06,,258.0,0.0,,,
+US-OR,Oregon,2020-04-07,,324.0,66.0,,,
+US-OR,Oregon,2020-04-08,,324.0,0.0,,,
+US-OR,Oregon,2020-04-09,,326.0,2.0,,,
+US-OR,Oregon,2020-04-10,,326.0,0.0,,,
+US-OR,Oregon,2020-04-11,,338.0,12.0,,,
+US-OR,Oregon,2020-04-12,,359.0,21.0,,,
+US-OR,Oregon,2020-04-13,,369.0,10.0,,,
+US-OR,Oregon,2020-04-14,,381.0,12.0,,,
+US-OR,Oregon,2020-04-15,,401.0,20.0,,,
+US-OR,Oregon,2020-04-16,,414.0,13.0,,,
+US-OR,Oregon,2020-04-17,,427.0,13.0,,,
+US-OR,Oregon,2020-04-18,,449.0,22.0,,,
+US-OR,Oregon,2020-04-19,,456.0,7.0,,,
+US-OR,Oregon,2020-04-20,,465.0,9.0,,,
+US-OR,Oregon,2020-04-21,,471.0,6.0,,,
+US-OR,Oregon,2020-04-22,,488.0,17.0,,,
+US-OR,Oregon,2020-04-23,,512.0,24.0,,,
+US-OR,Oregon,2020-04-24,,520.0,8.0,,,
+US-OR,Oregon,2020-04-25,,536.0,16.0,,,
+US-OR,Oregon,2020-04-26,,546.0,10.0,,,
+US-OR,Oregon,2020-04-27,,554.0,8.0,,,
+US-OR,Oregon,2020-04-28,,554.0,0.0,,,
+US-OR,Oregon,2020-04-29,,569.0,15.0,,,
+US-OR,Oregon,2020-04-30,,578.0,9.0,,,
+US-OR,Oregon,2020-05-01,,591.0,13.0,,,
+US-OR,Oregon,2020-05-02,,595.0,4.0,,,
+US-OR,Oregon,2020-05-03,,598.0,3.0,,,
+US-OR,Oregon,2020-05-04,,608.0,10.0,,,
+US-OR,Oregon,2020-05-05,,622.0,14.0,,,
+US-OR,Oregon,2020-05-06,,641.0,19.0,,,
+US-OR,Oregon,2020-05-07,,645.0,4.0,,,
+US-OR,Oregon,2020-05-08,,659.0,14.0,,,
+US-OR,Oregon,2020-05-09,,662.0,3.0,,,
+US-OR,Oregon,2020-05-10,,670.0,8.0,,,
+US-OR,Oregon,2020-05-11,,673.0,3.0,,,
+US-OR,Oregon,2020-05-12,,673.0,0.0,,,
+US-OR,Oregon,2020-05-13,,678.0,5.0,,,
+US-OR,Oregon,2020-05-14,,685.0,7.0,,,
+US-OR,Oregon,2020-05-15,,691.0,6.0,,,
+US-OR,Oregon,2020-05-16,,699.0,8.0,,,
+US-OR,Oregon,2020-05-17,,703.0,4.0,,,
+US-OR,Oregon,2020-05-18,,708.0,5.0,,,
+US-OR,Oregon,2020-05-19,,714.0,6.0,,,
+US-OR,Oregon,2020-05-20,,723.0,9.0,,,
+US-OR,Oregon,2020-05-21,,732.0,9.0,,,
+US-OR,Oregon,2020-05-22,,737.0,5.0,,,
+US-OR,Oregon,2020-05-23,,740.0,3.0,,,
+US-OR,Oregon,2020-05-24,,742.0,2.0,,,
+US-OR,Oregon,2020-05-25,,747.0,5.0,,,
+US-OR,Oregon,2020-05-26,,752.0,5.0,,,
+US-OR,Oregon,2020-05-27,,759.0,7.0,,,
+US-OR,Oregon,2020-05-28,,768.0,9.0,,,
+US-OR,Oregon,2020-05-29,,771.0,3.0,,,
+US-OR,Oregon,2020-05-30,,778.0,7.0,,,
+US-OR,Oregon,2020-05-31,,786.0,8.0,,,
+US-OR,Oregon,2020-06-01,,790.0,4.0,,,
+US-OR,Oregon,2020-06-02,,795.0,5.0,,,
+US-OR,Oregon,2020-06-03,,800.0,5.0,,,
+US-OR,Oregon,2020-06-04,,812.0,12.0,,,
+US-OR,Oregon,2020-06-05,,819.0,7.0,,,
+US-OR,Oregon,2020-06-06,,819.0,0.0,,,
+US-OR,Oregon,2020-06-07,,819.0,0.0,,,
+US-OK,Oklahoma,2020-03-07,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-08,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-09,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-10,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-11,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-12,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-13,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-14,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-15,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-16,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-17,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-18,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-19,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-20,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-21,,10.0,10.0,,,
+US-OK,Oklahoma,2020-03-22,,11.0,1.0,,,
+US-OK,Oklahoma,2020-03-23,,15.0,4.0,,,
+US-OK,Oklahoma,2020-03-24,,25.0,10.0,,,
+US-OK,Oklahoma,2020-03-25,,59.0,34.0,,,
+US-OK,Oklahoma,2020-03-26,,86.0,27.0,,,
+US-OK,Oklahoma,2020-03-27,,105.0,19.0,,,
+US-OK,Oklahoma,2020-03-28,,126.0,21.0,,,
+US-OK,Oklahoma,2020-03-29,,140.0,14.0,,,
+US-OK,Oklahoma,2020-03-30,,153.0,13.0,,,
+US-OK,Oklahoma,2020-03-31,,177.0,24.0,,,
+US-OK,Oklahoma,2020-04-01,,219.0,42.0,,,
+US-OK,Oklahoma,2020-04-02,,257.0,38.0,,,
+US-OK,Oklahoma,2020-04-03,,289.0,32.0,,,
+US-OK,Oklahoma,2020-04-04,,316.0,27.0,,,
+US-OK,Oklahoma,2020-04-05,,330.0,14.0,,,
+US-OK,Oklahoma,2020-04-06,,340.0,10.0,,,
+US-OK,Oklahoma,2020-04-07,,376.0,36.0,,,
+US-OK,Oklahoma,2020-04-08,,390.0,14.0,,,
+US-OK,Oklahoma,2020-04-09,,415.0,25.0,,,
+US-OK,Oklahoma,2020-04-10,,428.0,13.0,,,
+US-OK,Oklahoma,2020-04-11,,446.0,18.0,,,
+US-OK,Oklahoma,2020-04-12,,446.0,0.0,,,
+US-OK,Oklahoma,2020-04-13,,457.0,11.0,,,
+US-OK,Oklahoma,2020-04-14,,488.0,31.0,,,
+US-OK,Oklahoma,2020-04-15,,510.0,22.0,,,
+US-OK,Oklahoma,2020-04-16,,528.0,18.0,,,
+US-OK,Oklahoma,2020-04-17,,528.0,0.0,,,
+US-OK,Oklahoma,2020-04-18,,541.0,13.0,,,
+US-OK,Oklahoma,2020-04-19,,541.0,0.0,,,
+US-OK,Oklahoma,2020-04-20,,541.0,0.0,,,
+US-OK,Oklahoma,2020-04-21,,561.0,20.0,,,
+US-OK,Oklahoma,2020-04-22,,588.0,27.0,,,
+US-OK,Oklahoma,2020-04-23,,622.0,34.0,,,
+US-OK,Oklahoma,2020-04-24,,637.0,15.0,,,
+US-OK,Oklahoma,2020-04-25,,637.0,0.0,,,
+US-OK,Oklahoma,2020-04-26,,653.0,16.0,,,
+US-OK,Oklahoma,2020-04-27,,656.0,3.0,,,
+US-OK,Oklahoma,2020-04-28,,656.0,0.0,,,
+US-OK,Oklahoma,2020-04-29,,693.0,37.0,,,
+US-OK,Oklahoma,2020-04-30,,703.0,10.0,,,
+US-OK,Oklahoma,2020-05-01,,715.0,12.0,,,
+US-OK,Oklahoma,2020-05-02,,743.0,28.0,,,
+US-OK,Oklahoma,2020-05-03,,743.0,0.0,,,
+US-OK,Oklahoma,2020-05-04,,753.0,10.0,,,
+US-OK,Oklahoma,2020-05-05,,773.0,20.0,,,
+US-OK,Oklahoma,2020-05-06,,773.0,0.0,,,
+US-OK,Oklahoma,2020-05-07,,805.0,32.0,,,
+US-OK,Oklahoma,2020-05-08,,805.0,0.0,,,
+US-OK,Oklahoma,2020-05-09,,822.0,17.0,,,
+US-OK,Oklahoma,2020-05-10,,826.0,4.0,,,
+US-OK,Oklahoma,2020-05-11,,828.0,2.0,,,
+US-OK,Oklahoma,2020-05-12,,828.0,0.0,,,
+US-OK,Oklahoma,2020-05-13,,848.0,20.0,,,
+US-OK,Oklahoma,2020-05-14,,858.0,10.0,,,
+US-OK,Oklahoma,2020-05-15,,863.0,5.0,,,
+US-OK,Oklahoma,2020-05-16,,878.0,15.0,,,
+US-OK,Oklahoma,2020-05-17,,880.0,2.0,,,
+US-OK,Oklahoma,2020-05-18,,885.0,5.0,,,
+US-OK,Oklahoma,2020-05-19,,897.0,12.0,,,
+US-OK,Oklahoma,2020-05-20,,905.0,8.0,,,
+US-OK,Oklahoma,2020-05-21,,917.0,12.0,,,
+US-OK,Oklahoma,2020-05-22,,926.0,9.0,,,
+US-OK,Oklahoma,2020-05-23,,926.0,0.0,,,
+US-OK,Oklahoma,2020-05-24,,938.0,12.0,,,
+US-OK,Oklahoma,2020-05-25,,938.0,0.0,,,
+US-OK,Oklahoma,2020-05-26,,941.0,3.0,,,
+US-OK,Oklahoma,2020-05-27,,941.0,0.0,,,
+US-OK,Oklahoma,2020-05-28,,975.0,34.0,,,
+US-OK,Oklahoma,2020-05-29,,982.0,7.0,,,
+US-OK,Oklahoma,2020-05-30,,982.0,0.0,,,
+US-OK,Oklahoma,2020-05-31,,985.0,3.0,,,
+US-OK,Oklahoma,2020-06-01,,986.0,1.0,,,
+US-OK,Oklahoma,2020-06-02,,994.0,8.0,,,
+US-OK,Oklahoma,2020-06-03,,1003.0,9.0,,,
+US-OK,Oklahoma,2020-06-04,,1014.0,11.0,,,
+US-OK,Oklahoma,2020-06-05,,1014.0,0.0,,,
+US-OK,Oklahoma,2020-06-06,,1026.0,12.0,,,
+US-OK,Oklahoma,2020-06-07,,1026.0,0.0,,,
+US-OH,Ohio,2020-03-05,,0.0,0.0,,,
+US-OH,Ohio,2020-03-06,,0.0,0.0,,,
+US-OH,Ohio,2020-03-07,,0.0,0.0,,,
+US-OH,Ohio,2020-03-08,,0.0,0.0,,,
+US-OH,Ohio,2020-03-09,,0.0,0.0,,,
+US-OH,Ohio,2020-03-10,,0.0,0.0,,,
+US-OH,Ohio,2020-03-11,,0.0,0.0,,,
+US-OH,Ohio,2020-03-12,,0.0,0.0,,,
+US-OH,Ohio,2020-03-13,,0.0,0.0,,,
+US-OH,Ohio,2020-03-14,,0.0,0.0,,,
+US-OH,Ohio,2020-03-15,,0.0,0.0,,,
+US-OH,Ohio,2020-03-16,,0.0,0.0,,,
+US-OH,Ohio,2020-03-17,,0.0,0.0,,,
+US-OH,Ohio,2020-03-18,,0.0,0.0,,,
+US-OH,Ohio,2020-03-19,,0.0,0.0,,,
+US-OH,Ohio,2020-03-20,,0.0,0.0,,,
+US-OH,Ohio,2020-03-21,,58.0,58.0,,,
+US-OH,Ohio,2020-03-22,,83.0,25.0,,,
+US-OH,Ohio,2020-03-23,,104.0,21.0,,,
+US-OH,Ohio,2020-03-24,,145.0,41.0,,,
+US-OH,Ohio,2020-03-25,,182.0,37.0,,,
+US-OH,Ohio,2020-03-26,,223.0,41.0,,,
+US-OH,Ohio,2020-03-27,,276.0,53.0,,,
+US-OH,Ohio,2020-03-28,,344.0,68.0,,,
+US-OH,Ohio,2020-03-29,,403.0,59.0,,,
+US-OH,Ohio,2020-03-30,,475.0,72.0,,,
+US-OH,Ohio,2020-03-31,,585.0,110.0,,,
+US-OH,Ohio,2020-04-01,,679.0,94.0,,,
+US-OH,Ohio,2020-04-02,,802.0,123.0,,,
+US-OH,Ohio,2020-04-03,,895.0,93.0,,,
+US-OH,Ohio,2020-04-04,,1006.0,111.0,,,
+US-OH,Ohio,2020-04-05,,1104.0,98.0,,,
+US-OH,Ohio,2020-04-06,,1214.0,110.0,,,
+US-OH,Ohio,2020-04-07,,1354.0,140.0,,,
+US-OH,Ohio,2020-04-08,,1495.0,141.0,,,
+US-OH,Ohio,2020-04-09,,1612.0,117.0,,,
+US-OH,Ohio,2020-04-10,,1755.0,143.0,,,
+US-OH,Ohio,2020-04-11,,1859.0,104.0,,,
+US-OH,Ohio,2020-04-12,,1948.0,89.0,,,
+US-OH,Ohio,2020-04-13,,2033.0,85.0,,,
+US-OH,Ohio,2020-04-14,,2156.0,123.0,,,
+US-OH,Ohio,2020-04-15,,2237.0,81.0,,,
+US-OH,Ohio,2020-04-16,,2331.0,94.0,,,
+US-OH,Ohio,2020-04-17,,2424.0,93.0,,,
+US-OH,Ohio,2020-04-18,,2519.0,95.0,,,
+US-OH,Ohio,2020-04-19,,2565.0,46.0,,,
+US-OH,Ohio,2020-04-20,,2653.0,88.0,,,
+US-OH,Ohio,2020-04-21,,2779.0,126.0,,,
+US-OH,Ohio,2020-04-22,,2882.0,103.0,,,
+US-OH,Ohio,2020-04-23,,2960.0,78.0,,,
+US-OH,Ohio,2020-04-24,,3053.0,93.0,,,
+US-OH,Ohio,2020-04-25,,3115.0,62.0,,,
+US-OH,Ohio,2020-04-26,,3178.0,63.0,,,
+US-OH,Ohio,2020-04-27,,3232.0,54.0,,,
+US-OH,Ohio,2020-04-28,,3340.0,108.0,,,
+US-OH,Ohio,2020-04-29,,3421.0,81.0,,,
+US-OH,Ohio,2020-04-30,,3533.0,112.0,,,
+US-OH,Ohio,2020-05-01,,3634.0,101.0,,,
+US-OH,Ohio,2020-05-02,,3712.0,78.0,,,
+US-OH,Ohio,2020-05-03,,3769.0,57.0,,,
+US-OH,Ohio,2020-05-04,,3809.0,40.0,,,
+US-OH,Ohio,2020-05-05,,3956.0,147.0,,,
+US-OH,Ohio,2020-05-06,,4052.0,96.0,,,
+US-OH,Ohio,2020-05-07,,4140.0,88.0,,,
+US-OH,Ohio,2020-05-08,,4218.0,78.0,,,
+US-OH,Ohio,2020-05-09,,4300.0,82.0,,,
+US-OH,Ohio,2020-05-10,,4351.0,51.0,,,
+US-OH,Ohio,2020-05-11,,4413.0,62.0,,,
+US-OH,Ohio,2020-05-12,,4539.0,126.0,,,
+US-OH,Ohio,2020-05-13,,4618.0,79.0,,,
+US-OH,Ohio,2020-05-14,,4718.0,100.0,,,
+US-OH,Ohio,2020-05-15,,4791.0,73.0,,,
+US-OH,Ohio,2020-05-16,,4870.0,79.0,,,
+US-OH,Ohio,2020-05-17,,4921.0,51.0,,,
+US-OH,Ohio,2020-05-18,,4998.0,77.0,,,
+US-OH,Ohio,2020-05-19,,5117.0,119.0,,,
+US-OH,Ohio,2020-05-20,,5198.0,81.0,,,
+US-OH,Ohio,2020-05-21,,5295.0,97.0,,,
+US-OH,Ohio,2020-05-22,,5379.0,84.0,,,
+US-OH,Ohio,2020-05-23,,5437.0,58.0,,,
+US-OH,Ohio,2020-05-24,,5476.0,39.0,,,
+US-OH,Ohio,2020-05-25,,5511.0,35.0,,,
+US-OH,Ohio,2020-05-26,,5579.0,68.0,,,
+US-OH,Ohio,2020-05-27,,5700.0,121.0,,,
+US-OH,Ohio,2020-05-28,,5811.0,111.0,,,
+US-OH,Ohio,2020-05-29,,5947.0,136.0,,,
+US-OH,Ohio,2020-05-30,,6011.0,64.0,,,
+US-OH,Ohio,2020-05-31,,6049.0,38.0,,,
+US-OH,Ohio,2020-06-01,,6112.0,63.0,,,
+US-OH,Ohio,2020-06-02,,6176.0,64.0,,,
+US-OH,Ohio,2020-06-03,,6251.0,75.0,,,
+US-OH,Ohio,2020-06-04,,6312.0,61.0,,,
+US-OH,Ohio,2020-06-05,,6385.0,73.0,,,
+US-OH,Ohio,2020-06-06,,6460.0,75.0,,,
+US-OH,Ohio,2020-06-07,,6497.0,37.0,,,
+US-NY,New York,2020-03-04,,0.0,0.0,,,
+US-NY,New York,2020-03-05,,0.0,0.0,,,
+US-NY,New York,2020-03-06,,0.0,0.0,,,
+US-NY,New York,2020-03-07,,0.0,0.0,,,
+US-NY,New York,2020-03-08,,0.0,0.0,,,
+US-NY,New York,2020-03-09,,0.0,0.0,,,
+US-NY,New York,2020-03-10,,0.0,0.0,,,
+US-NY,New York,2020-03-11,,0.0,0.0,,,
+US-NY,New York,2020-03-12,,0.0,0.0,,,
+US-NY,New York,2020-03-13,,0.0,0.0,,,
+US-NY,New York,2020-03-14,,0.0,0.0,,,
+US-NY,New York,2020-03-15,,0.0,0.0,,,
+US-NY,New York,2020-03-16,,0.0,0.0,,,
+US-NY,New York,2020-03-17,,0.0,0.0,,,
+US-NY,New York,2020-03-18,,0.0,0.0,,,
+US-NY,New York,2020-03-19,,0.0,0.0,,,
+US-NY,New York,2020-03-20,,0.0,0.0,,,
+US-NY,New York,2020-03-21,,1531.0,1531.0,,,
+US-NY,New York,2020-03-22,,2354.0,823.0,,,
+US-NY,New York,2020-03-23,,3125.0,771.0,,,
+US-NY,New York,2020-03-24,,4041.0,916.0,,,
+US-NY,New York,2020-03-25,,5126.0,1085.0,,,
+US-NY,New York,2020-03-26,,6921.0,1795.0,,,
+US-NY,New York,2020-03-27,,8732.0,1811.0,,,
+US-NY,New York,2020-03-28,,10454.0,1722.0,,,
+US-NY,New York,2020-03-29,,12695.0,2241.0,,,
+US-NY,New York,2020-03-30,,14578.0,1883.0,,,
+US-NY,New York,2020-03-31,,17085.0,2507.0,,,
+US-NY,New York,2020-04-01,,19929.0,2844.0,,,
+US-NY,New York,2020-04-02,,22786.0,2857.0,,,
+US-NY,New York,2020-04-03,,26210.0,3424.0,,,
+US-NY,New York,2020-04-04,,29471.0,3261.0,,,
+US-NY,New York,2020-04-05,,32293.0,2822.0,,,
+US-NY,New York,2020-04-06,,34377.0,2084.0,,,
+US-NY,New York,2020-04-07,,36932.0,2555.0,,,
+US-NY,New York,2020-04-08,,39982.0,3050.0,,,
+US-NY,New York,2020-04-09,,42852.0,2870.0,,,
+US-NY,New York,2020-04-10,,45768.0,2916.0,,,
+US-NY,New York,2020-04-11,,48297.0,2529.0,,,
+US-NY,New York,2020-04-12,,50919.0,2622.0,,,
+US-NY,New York,2020-04-13,,52936.0,2017.0,,,
+US-NY,New York,2020-04-14,,54653.0,1717.0,,,
+US-NY,New York,2020-04-15,,56968.0,2315.0,,,
+US-NY,New York,2020-04-16,,59052.0,2084.0,,,
+US-NY,New York,2020-04-17,,61120.0,2068.0,,,
+US-NY,New York,2020-04-18,,63103.0,1983.0,,,
+US-NY,New York,2020-04-19,,64550.0,1447.0,,,
+US-NY,New York,2020-04-20,,65969.0,1419.0,,,
+US-NY,New York,2020-04-21,,67271.0,1302.0,,,
+US-NY,New York,2020-04-22,,68773.0,1502.0,,,
+US-NY,New York,2020-04-23,,70182.0,1409.0,,,
+US-NY,New York,2020-04-24,,71373.0,1191.0,,,
+US-NY,New York,2020-04-25,,72444.0,1071.0,,,
+US-NY,New York,2020-04-26,,73540.0,1096.0,,,
+US-NY,New York,2020-04-27,,74602.0,1062.0,,,
+US-NY,New York,2020-04-28,,75362.0,760.0,,,
+US-NY,New York,2020-04-29,,76450.0,1088.0,,,
+US-NY,New York,2020-04-30,,77400.0,950.0,,,
+US-NY,New York,2020-05-01,,78224.0,824.0,,,
+US-NY,New York,2020-05-02,,78942.0,718.0,,,
+US-NY,New York,2020-05-03,,79768.0,826.0,,,
+US-NY,New York,2020-05-04,,80376.0,608.0,,,
+US-NY,New York,2020-05-05,,80918.0,542.0,,,
+US-NY,New York,2020-05-06,,81570.0,652.0,,,
+US-NY,New York,2020-05-07,,82197.0,627.0,,,
+US-NY,New York,2020-05-08,,82730.0,533.0,,,
+US-NY,New York,2020-05-09,,83285.0,555.0,,,
+US-NY,New York,2020-05-10,,83761.0,476.0,,,
+US-NY,New York,2020-05-11,,84194.0,433.0,,,
+US-NY,New York,2020-05-12,,84489.0,295.0,,,
+US-NY,New York,2020-05-13,,85008.0,519.0,,,
+US-NY,New York,2020-05-14,,85454.0,446.0,,,
+US-NY,New York,2020-05-15,,85782.0,328.0,,,
+US-NY,New York,2020-05-16,,86207.0,425.0,,,
+US-NY,New York,2020-05-17,,86575.0,368.0,,,
+US-NY,New York,2020-05-18,,86901.0,326.0,,,
+US-NY,New York,2020-05-19,,87169.0,268.0,,,
+US-NY,New York,2020-05-20,,87459.0,290.0,,,
+US-NY,New York,2020-05-21,,87638.0,179.0,,,
+US-NY,New York,2020-05-22,,87843.0,205.0,,,
+US-NY,New York,2020-05-23,,88083.0,240.0,,,
+US-NY,New York,2020-05-24,,88324.0,241.0,,,
+US-NY,New York,2020-05-25,,88554.0,230.0,,,
+US-NY,New York,2020-05-26,,88686.0,132.0,,,
+US-NY,New York,2020-05-27,,88866.0,180.0,,,
+US-NY,New York,2020-05-28,,89042.0,176.0,,,
+US-NY,New York,2020-05-29,,89194.0,152.0,,,
+US-NY,New York,2020-05-30,,89400.0,206.0,,,
+US-NY,New York,2020-05-31,,89590.0,190.0,,,
+US-NY,New York,2020-06-01,,89703.0,113.0,,,
+US-NY,New York,2020-06-02,,89861.0,158.0,,,
+US-NY,New York,2020-06-03,,89995.0,134.0,,,
+US-NY,New York,2020-06-04,,89995.0,0.0,,,
+US-NY,New York,2020-06-05,,89995.0,0.0,,,
+US-NY,New York,2020-06-06,,89995.0,0.0,,,
+US-NY,New York,2020-06-07,,89995.0,0.0,,,
+US-NV,Nevada,2020-03-05,,0.0,0.0,,,
+US-NV,Nevada,2020-03-06,,0.0,0.0,,,
+US-NV,Nevada,2020-03-07,,0.0,0.0,,,
+US-NV,Nevada,2020-03-08,,0.0,0.0,,,
+US-NV,Nevada,2020-03-09,,0.0,0.0,,,
+US-NV,Nevada,2020-03-10,,0.0,0.0,,,
+US-NV,Nevada,2020-03-11,,0.0,0.0,,,
+US-NV,Nevada,2020-03-12,,0.0,0.0,,,
+US-NV,Nevada,2020-03-13,,0.0,0.0,,,
+US-NV,Nevada,2020-03-14,,0.0,0.0,,,
+US-NV,Nevada,2020-03-15,,0.0,0.0,,,
+US-NV,Nevada,2020-03-16,,0.0,0.0,,,
+US-NV,Nevada,2020-03-17,,0.0,0.0,,,
+US-NV,Nevada,2020-03-18,,0.0,0.0,,,
+US-NV,Nevada,2020-03-19,,0.0,0.0,,,
+US-NV,Nevada,2020-03-20,,0.0,0.0,,,
+US-NV,Nevada,2020-03-21,,0.0,0.0,,,
+US-NV,Nevada,2020-03-22,,0.0,0.0,,,
+US-NV,Nevada,2020-03-23,,0.0,0.0,,,
+US-NV,Nevada,2020-03-24,,0.0,0.0,,,
+US-NV,Nevada,2020-03-25,,0.0,0.0,,,
+US-NV,Nevada,2020-03-26,,0.0,0.0,,,
+US-NV,Nevada,2020-03-27,,0.0,0.0,,,
+US-NV,Nevada,2020-03-28,,0.0,0.0,,,
+US-NV,Nevada,2020-03-29,,0.0,0.0,,,
+US-NV,Nevada,2020-03-30,,0.0,0.0,,,
+US-NV,Nevada,2020-03-31,,0.0,0.0,,,
+US-NV,Nevada,2020-04-01,,0.0,0.0,,,
+US-NV,Nevada,2020-04-02,,0.0,0.0,,,
+US-NV,Nevada,2020-04-03,,0.0,0.0,,,
+US-NV,Nevada,2020-04-04,,0.0,0.0,,,
+US-NV,Nevada,2020-04-05,,0.0,0.0,,,
+US-NV,Nevada,2020-04-06,,0.0,0.0,,,
+US-NV,Nevada,2020-04-07,,0.0,0.0,,,
+US-NV,Nevada,2020-04-08,,0.0,0.0,,,
+US-NV,Nevada,2020-04-09,,0.0,0.0,,,
+US-NV,Nevada,2020-04-10,,0.0,0.0,,,
+US-NV,Nevada,2020-04-11,,0.0,0.0,,,
+US-NV,Nevada,2020-04-12,,0.0,0.0,,,
+US-NV,Nevada,2020-04-13,,0.0,0.0,,,
+US-NV,Nevada,2020-04-14,,0.0,0.0,,,
+US-NV,Nevada,2020-04-15,,0.0,0.0,,,
+US-NV,Nevada,2020-04-16,,0.0,0.0,,,
+US-NV,Nevada,2020-04-17,,0.0,0.0,,,
+US-NV,Nevada,2020-04-18,,0.0,0.0,,,
+US-NV,Nevada,2020-04-19,,0.0,0.0,,,
+US-NV,Nevada,2020-04-20,,0.0,0.0,,,
+US-NV,Nevada,2020-04-21,,0.0,0.0,,,
+US-NV,Nevada,2020-04-22,,0.0,0.0,,,
+US-NV,Nevada,2020-04-23,,0.0,0.0,,,
+US-NV,Nevada,2020-04-24,,0.0,0.0,,,
+US-NV,Nevada,2020-04-25,,0.0,0.0,,,
+US-NV,Nevada,2020-04-26,,0.0,0.0,,,
+US-NV,Nevada,2020-04-27,,0.0,0.0,,,
+US-NV,Nevada,2020-04-28,,0.0,0.0,,,
+US-NV,Nevada,2020-04-29,,0.0,0.0,,,
+US-NV,Nevada,2020-04-30,,0.0,0.0,,,
+US-NV,Nevada,2020-05-01,,0.0,0.0,,,
+US-NV,Nevada,2020-05-02,,0.0,0.0,,,
+US-NV,Nevada,2020-05-03,,0.0,0.0,,,
+US-NV,Nevada,2020-05-04,,0.0,0.0,,,
+US-NV,Nevada,2020-05-05,,0.0,0.0,,,
+US-NV,Nevada,2020-05-06,,0.0,0.0,,,
+US-NV,Nevada,2020-05-07,,0.0,0.0,,,
+US-NV,Nevada,2020-05-08,,0.0,0.0,,,
+US-NV,Nevada,2020-05-09,,0.0,0.0,,,
+US-NV,Nevada,2020-05-10,,0.0,0.0,,,
+US-NV,Nevada,2020-05-11,,0.0,0.0,,,
+US-NV,Nevada,2020-05-12,,0.0,0.0,,,
+US-NV,Nevada,2020-05-13,,0.0,0.0,,,
+US-NV,Nevada,2020-05-14,,0.0,0.0,,,
+US-NV,Nevada,2020-05-15,,0.0,0.0,,,
+US-NV,Nevada,2020-05-16,,0.0,0.0,,,
+US-NV,Nevada,2020-05-17,,0.0,0.0,,,
+US-NV,Nevada,2020-05-18,,0.0,0.0,,,
+US-NV,Nevada,2020-05-19,,0.0,0.0,,,
+US-NV,Nevada,2020-05-20,,0.0,0.0,,,
+US-NV,Nevada,2020-05-21,,0.0,0.0,,,
+US-NV,Nevada,2020-05-22,,0.0,0.0,,,
+US-NV,Nevada,2020-05-23,,0.0,0.0,,,
+US-NV,Nevada,2020-05-24,,0.0,0.0,,,
+US-NV,Nevada,2020-05-25,,0.0,0.0,,,
+US-NV,Nevada,2020-05-26,,0.0,0.0,,,
+US-NV,Nevada,2020-05-27,,0.0,0.0,,,
+US-NV,Nevada,2020-05-28,,0.0,0.0,,,
+US-NV,Nevada,2020-05-29,,0.0,0.0,,,
+US-NV,Nevada,2020-05-30,,0.0,0.0,,,
+US-NV,Nevada,2020-05-31,,0.0,0.0,,,
+US-NV,Nevada,2020-06-01,,0.0,0.0,,,
+US-NV,Nevada,2020-06-02,,0.0,0.0,,,
+US-NV,Nevada,2020-06-03,,0.0,0.0,,,
+US-NV,Nevada,2020-06-04,,0.0,0.0,,,
+US-NV,Nevada,2020-06-05,,0.0,0.0,,,
+US-NV,Nevada,2020-06-06,,0.0,0.0,,,
+US-NV,Nevada,2020-06-07,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-06,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-07,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-08,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-09,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-10,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-11,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-12,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-13,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-14,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-15,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-16,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-17,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-18,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-19,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-20,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-21,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-22,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-23,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-24,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-25,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-26,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-27,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-28,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-29,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-30,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-31,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-01,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-02,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-03,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-04,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-05,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-06,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-07,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-08,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-09,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-10,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-11,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-12,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-13,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-14,,181.0,181.0,,,
+US-NM,New Mexico,2020-04-15,,181.0,0.0,,,
+US-NM,New Mexico,2020-04-16,,215.0,34.0,,,
+US-NM,New Mexico,2020-04-17,,230.0,15.0,,,
+US-NM,New Mexico,2020-04-18,,242.0,12.0,,,
+US-NM,New Mexico,2020-04-19,,258.0,16.0,,,
+US-NM,New Mexico,2020-04-20,,274.0,16.0,,,
+US-NM,New Mexico,2020-04-21,,291.0,17.0,,,
+US-NM,New Mexico,2020-04-22,,306.0,15.0,,,
+US-NM,New Mexico,2020-04-23,,331.0,25.0,,,
+US-NM,New Mexico,2020-04-24,,367.0,36.0,,,
+US-NM,New Mexico,2020-04-25,,412.0,45.0,,,
+US-NM,New Mexico,2020-04-26,,412.0,0.0,,,
+US-NM,New Mexico,2020-04-27,,412.0,0.0,,,
+US-NM,New Mexico,2020-04-28,,481.0,69.0,,,
+US-NM,New Mexico,2020-04-29,,509.0,28.0,,,
+US-NM,New Mexico,2020-04-30,,536.0,27.0,,,
+US-NM,New Mexico,2020-05-01,,536.0,0.0,,,
+US-NM,New Mexico,2020-05-02,,587.0,51.0,,,
+US-NM,New Mexico,2020-05-03,,587.0,0.0,,,
+US-NM,New Mexico,2020-05-04,,587.0,0.0,,,
+US-NM,New Mexico,2020-05-05,,667.0,80.0,,,
+US-NM,New Mexico,2020-05-06,,687.0,20.0,,,
+US-NM,New Mexico,2020-05-07,,687.0,0.0,,,
+US-NM,New Mexico,2020-05-08,,760.0,73.0,,,
+US-NM,New Mexico,2020-05-09,,789.0,29.0,,,
+US-NM,New Mexico,2020-05-10,,789.0,0.0,,,
+US-NM,New Mexico,2020-05-11,,789.0,0.0,,,
+US-NM,New Mexico,2020-05-12,,886.0,97.0,,,
+US-NM,New Mexico,2020-05-13,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-14,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-15,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-16,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-17,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-18,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-19,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-20,,1139.0,253.0,,,
+US-NM,New Mexico,2020-05-21,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-22,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-23,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-24,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-25,,1243.0,104.0,,,
+US-NM,New Mexico,2020-05-26,,1264.0,21.0,,,
+US-NM,New Mexico,2020-05-27,,1282.0,18.0,,,
+US-NM,New Mexico,2020-05-28,,1282.0,0.0,,,
+US-NM,New Mexico,2020-05-29,,1317.0,35.0,,,
+US-NM,New Mexico,2020-05-30,,1317.0,0.0,,,
+US-NM,New Mexico,2020-05-31,,1317.0,0.0,,,
+US-NM,New Mexico,2020-06-01,,1317.0,0.0,,,
+US-NM,New Mexico,2020-06-02,,1317.0,0.0,,,
+US-NM,New Mexico,2020-06-03,,1416.0,99.0,,,
+US-NM,New Mexico,2020-06-04,,1416.0,0.0,,,
+US-NM,New Mexico,2020-06-05,,1416.0,0.0,,,
+US-NM,New Mexico,2020-06-06,,1489.0,73.0,,,
+US-NM,New Mexico,2020-06-07,,1489.0,0.0,,,
+US-NJ,New Jersey,2020-03-05,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-06,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-07,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-08,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-09,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-10,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-11,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-12,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-13,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-14,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-15,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-16,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-17,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-18,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-19,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-20,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-21,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-22,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-23,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-24,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-25,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-26,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-27,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-28,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-29,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-30,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-31,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-01,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-02,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-03,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-04,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-05,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-06,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-07,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-08,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-09,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-10,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-11,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-12,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-13,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-14,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-15,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-16,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-17,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-18,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-19,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-20,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-21,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-22,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-23,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-24,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-25,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-26,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-27,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-28,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-29,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-30,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-01,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-02,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-03,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-04,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-05,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-06,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-07,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-08,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-09,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-10,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-11,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-12,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-13,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-14,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-15,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-16,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-17,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-18,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-19,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-20,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-21,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-22,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-23,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-24,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-25,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-26,,16373.0,16373.0,,,
+US-NJ,New Jersey,2020-05-27,,16597.0,224.0,,,
+US-NJ,New Jersey,2020-05-28,,16778.0,181.0,,,
+US-NJ,New Jersey,2020-05-29,,16960.0,182.0,,,
+US-NJ,New Jersey,2020-05-30,,17121.0,161.0,,,
+US-NJ,New Jersey,2020-05-31,,17197.0,76.0,,,
+US-NJ,New Jersey,2020-06-01,,17222.0,25.0,,,
+US-NJ,New Jersey,2020-06-02,,17390.0,168.0,,,
+US-NJ,New Jersey,2020-06-03,,17390.0,0.0,,,
+US-NJ,New Jersey,2020-06-04,,17604.0,214.0,,,
+US-NJ,New Jersey,2020-06-05,,17880.0,276.0,,,
+US-NJ,New Jersey,2020-06-06,,18023.0,143.0,,,
+US-NJ,New Jersey,2020-06-07,,18050.0,27.0,,,
+US-NH,New Hampshire,2020-03-04,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-05,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-06,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-07,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-08,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-09,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-10,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-11,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-12,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-13,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-14,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-15,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-16,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-17,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-18,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-19,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-20,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-21,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-22,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-23,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-24,,11.0,11.0,,,
+US-NH,New Hampshire,2020-03-25,,13.0,2.0,,,
+US-NH,New Hampshire,2020-03-26,,19.0,6.0,,,
+US-NH,New Hampshire,2020-03-27,,25.0,6.0,,,
+US-NH,New Hampshire,2020-03-28,,30.0,5.0,,,
+US-NH,New Hampshire,2020-03-29,,33.0,3.0,,,
+US-NH,New Hampshire,2020-03-30,,45.0,12.0,,,
+US-NH,New Hampshire,2020-03-31,,45.0,0.0,,,
+US-NH,New Hampshire,2020-04-01,,56.0,11.0,,,
+US-NH,New Hampshire,2020-04-02,,58.0,2.0,,,
+US-NH,New Hampshire,2020-04-03,,73.0,15.0,,,
+US-NH,New Hampshire,2020-04-04,,80.0,7.0,,,
+US-NH,New Hampshire,2020-04-05,,86.0,6.0,,,
+US-NH,New Hampshire,2020-04-06,,92.0,6.0,,,
+US-NH,New Hampshire,2020-04-07,,103.0,11.0,,,
+US-NH,New Hampshire,2020-04-08,,118.0,15.0,,,
+US-NH,New Hampshire,2020-04-09,,118.0,0.0,,,
+US-NH,New Hampshire,2020-04-10,,124.0,6.0,,,
+US-NH,New Hampshire,2020-04-11,,134.0,10.0,,,
+US-NH,New Hampshire,2020-04-12,,146.0,12.0,,,
+US-NH,New Hampshire,2020-04-13,,152.0,6.0,,,
+US-NH,New Hampshire,2020-04-14,,152.0,0.0,,,
+US-NH,New Hampshire,2020-04-15,,178.0,26.0,,,
+US-NH,New Hampshire,2020-04-16,,178.0,0.0,,,
+US-NH,New Hampshire,2020-04-17,,190.0,12.0,,,
+US-NH,New Hampshire,2020-04-18,,190.0,0.0,,,
+US-NH,New Hampshire,2020-04-19,,192.0,2.0,,,
+US-NH,New Hampshire,2020-04-20,,198.0,6.0,,,
+US-NH,New Hampshire,2020-04-21,,206.0,8.0,,,
+US-NH,New Hampshire,2020-04-22,,206.0,0.0,,,
+US-NH,New Hampshire,2020-04-23,,213.0,7.0,,,
+US-NH,New Hampshire,2020-04-24,,218.0,5.0,,,
+US-NH,New Hampshire,2020-04-25,,224.0,6.0,,,
+US-NH,New Hampshire,2020-04-26,,238.0,14.0,,,
+US-NH,New Hampshire,2020-04-27,,242.0,4.0,,,
+US-NH,New Hampshire,2020-04-28,,246.0,4.0,,,
+US-NH,New Hampshire,2020-04-29,,249.0,3.0,,,
+US-NH,New Hampshire,2020-04-30,,259.0,10.0,,,
+US-NH,New Hampshire,2020-05-01,,262.0,3.0,,,
+US-NH,New Hampshire,2020-05-02,,270.0,8.0,,,
+US-NH,New Hampshire,2020-05-03,,277.0,7.0,,,
+US-NH,New Hampshire,2020-05-04,,286.0,9.0,,,
+US-NH,New Hampshire,2020-05-05,,286.0,0.0,,,
+US-NH,New Hampshire,2020-05-06,,295.0,9.0,,,
+US-NH,New Hampshire,2020-05-07,,307.0,12.0,,,
+US-NH,New Hampshire,2020-05-08,,308.0,1.0,,,
+US-NH,New Hampshire,2020-05-09,,309.0,1.0,,,
+US-NH,New Hampshire,2020-05-10,,313.0,4.0,,,
+US-NH,New Hampshire,2020-05-11,,318.0,5.0,,,
+US-NH,New Hampshire,2020-05-12,,318.0,0.0,,,
+US-NH,New Hampshire,2020-05-13,,319.0,1.0,,,
+US-NH,New Hampshire,2020-05-14,,326.0,7.0,,,
+US-NH,New Hampshire,2020-05-15,,335.0,9.0,,,
+US-NH,New Hampshire,2020-05-16,,335.0,0.0,,,
+US-NH,New Hampshire,2020-05-17,,347.0,12.0,,,
+US-NH,New Hampshire,2020-05-18,,359.0,12.0,,,
+US-NH,New Hampshire,2020-05-19,,368.0,9.0,,,
+US-NH,New Hampshire,2020-05-20,,383.0,15.0,,,
+US-NH,New Hampshire,2020-05-21,,385.0,2.0,,,
+US-NH,New Hampshire,2020-05-22,,393.0,8.0,,,
+US-NH,New Hampshire,2020-05-23,,419.0,26.0,,,
+US-NH,New Hampshire,2020-05-24,,419.0,0.0,,,
+US-NH,New Hampshire,2020-05-25,,419.0,0.0,,,
+US-NH,New Hampshire,2020-05-26,,420.0,1.0,,,
+US-NH,New Hampshire,2020-05-27,,421.0,1.0,,,
+US-NH,New Hampshire,2020-05-28,,426.0,5.0,,,
+US-NH,New Hampshire,2020-05-29,,438.0,12.0,,,
+US-NH,New Hampshire,2020-05-30,,440.0,2.0,,,
+US-NH,New Hampshire,2020-05-31,,449.0,9.0,,,
+US-NH,New Hampshire,2020-06-01,,451.0,2.0,,,
+US-NH,New Hampshire,2020-06-02,,456.0,5.0,,,
+US-NH,New Hampshire,2020-06-03,,462.0,6.0,,,
+US-NH,New Hampshire,2020-06-04,,468.0,6.0,,,
+US-NH,New Hampshire,2020-06-05,,472.0,4.0,,,
+US-NH,New Hampshire,2020-06-06,,487.0,15.0,,,
+US-NH,New Hampshire,2020-06-07,,487.0,0.0,,,
+US-NE,Nebraska,2020-03-05,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-06,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-07,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-08,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-09,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-10,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-11,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-12,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-13,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-14,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-15,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-16,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-17,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-18,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-19,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-20,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-21,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-22,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-23,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-24,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-25,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-26,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-27,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-28,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-29,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-30,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-31,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-01,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-02,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-03,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-04,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-05,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-06,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-07,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-08,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-09,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-10,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-11,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-12,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-13,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-14,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-15,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-16,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-17,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-18,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-19,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-20,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-21,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-22,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-23,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-24,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-25,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-26,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-27,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-28,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-29,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-30,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-01,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-02,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-03,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-04,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-05,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-06,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-07,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-08,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-09,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-10,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-11,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-12,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-13,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-14,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-15,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-16,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-17,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-18,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-19,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-20,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-21,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-22,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-23,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-24,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-25,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-26,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-27,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-28,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-29,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-30,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-31,,0.0,0.0,,,
+US-NE,Nebraska,2020-06-01,,0.0,0.0,,,
+US-NE,Nebraska,2020-06-02,,0.0,0.0,,,
+US-NE,Nebraska,2020-06-03,,851.0,851.0,,,
+US-NE,Nebraska,2020-06-04,,902.0,51.0,,,
+US-NE,Nebraska,2020-06-05,,905.0,3.0,,,
+US-NE,Nebraska,2020-06-06,,919.0,14.0,,,
+US-NE,Nebraska,2020-06-07,,928.0,9.0,,,
+US-ND,North Dakota,2020-03-07,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-08,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-09,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-10,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-11,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-12,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-13,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-14,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-15,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-16,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-17,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-18,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-19,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-20,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-21,,3.0,3.0,,,
+US-ND,North Dakota,2020-03-22,,3.0,0.0,,,
+US-ND,North Dakota,2020-03-23,,4.0,1.0,,,
+US-ND,North Dakota,2020-03-24,,5.0,1.0,,,
+US-ND,North Dakota,2020-03-25,,8.0,3.0,,,
+US-ND,North Dakota,2020-03-26,,10.0,2.0,,,
+US-ND,North Dakota,2020-03-27,,13.0,3.0,,,
+US-ND,North Dakota,2020-03-28,,16.0,3.0,,,
+US-ND,North Dakota,2020-03-29,,17.0,1.0,,,
+US-ND,North Dakota,2020-03-30,,19.0,2.0,,,
+US-ND,North Dakota,2020-03-31,,21.0,2.0,,,
+US-ND,North Dakota,2020-04-01,,23.0,2.0,,,
+US-ND,North Dakota,2020-04-02,,28.0,5.0,,,
+US-ND,North Dakota,2020-04-03,,29.0,1.0,,,
+US-ND,North Dakota,2020-04-04,,30.0,1.0,,,
+US-ND,North Dakota,2020-04-05,,31.0,1.0,,,
+US-ND,North Dakota,2020-04-06,,32.0,1.0,,,
+US-ND,North Dakota,2020-04-07,,33.0,1.0,,,
+US-ND,North Dakota,2020-04-08,,34.0,1.0,,,
+US-ND,North Dakota,2020-04-09,,34.0,0.0,,,
+US-ND,North Dakota,2020-04-10,,36.0,2.0,,,
+US-ND,North Dakota,2020-04-11,,36.0,0.0,,,
+US-ND,North Dakota,2020-04-12,,39.0,3.0,,,
+US-ND,North Dakota,2020-04-13,,40.0,1.0,,,
+US-ND,North Dakota,2020-04-14,,42.0,2.0,,,
+US-ND,North Dakota,2020-04-15,,44.0,2.0,,,
+US-ND,North Dakota,2020-04-16,,45.0,1.0,,,
+US-ND,North Dakota,2020-04-17,,47.0,2.0,,,
+US-ND,North Dakota,2020-04-18,,47.0,0.0,,,
+US-ND,North Dakota,2020-04-19,,51.0,4.0,,,
+US-ND,North Dakota,2020-04-20,,53.0,2.0,,,
+US-ND,North Dakota,2020-04-21,,54.0,1.0,,,
+US-ND,North Dakota,2020-04-22,,62.0,8.0,,,
+US-ND,North Dakota,2020-04-23,,65.0,3.0,,,
+US-ND,North Dakota,2020-04-24,,67.0,2.0,,,
+US-ND,North Dakota,2020-04-25,,70.0,3.0,,,
+US-ND,North Dakota,2020-04-26,,71.0,1.0,,,
+US-ND,North Dakota,2020-04-27,,77.0,6.0,,,
+US-ND,North Dakota,2020-04-28,,79.0,2.0,,,
+US-ND,North Dakota,2020-04-29,,82.0,3.0,,,
+US-ND,North Dakota,2020-04-30,,85.0,3.0,,,
+US-ND,North Dakota,2020-05-01,,86.0,1.0,,,
+US-ND,North Dakota,2020-05-02,,90.0,4.0,,,
+US-ND,North Dakota,2020-05-03,,90.0,0.0,,,
+US-ND,North Dakota,2020-05-04,,94.0,4.0,,,
+US-ND,North Dakota,2020-05-05,,95.0,1.0,,,
+US-ND,North Dakota,2020-05-06,,97.0,2.0,,,
+US-ND,North Dakota,2020-05-07,,102.0,5.0,,,
+US-ND,North Dakota,2020-05-08,,104.0,2.0,,,
+US-ND,North Dakota,2020-05-09,,110.0,6.0,,,
+US-ND,North Dakota,2020-05-10,,110.0,0.0,,,
+US-ND,North Dakota,2020-05-11,,115.0,5.0,,,
+US-ND,North Dakota,2020-05-12,,122.0,7.0,,,
+US-ND,North Dakota,2020-05-13,,127.0,5.0,,,
+US-ND,North Dakota,2020-05-14,,129.0,2.0,,,
+US-ND,North Dakota,2020-05-15,,130.0,1.0,,,
+US-ND,North Dakota,2020-05-16,,130.0,0.0,,,
+US-ND,North Dakota,2020-05-17,,130.0,0.0,,,
+US-ND,North Dakota,2020-05-18,,133.0,3.0,,,
+US-ND,North Dakota,2020-05-19,,135.0,2.0,,,
+US-ND,North Dakota,2020-05-20,,142.0,7.0,,,
+US-ND,North Dakota,2020-05-21,,144.0,2.0,,,
+US-ND,North Dakota,2020-05-22,,147.0,3.0,,,
+US-ND,North Dakota,2020-05-23,,150.0,3.0,,,
+US-ND,North Dakota,2020-05-24,,152.0,2.0,,,
+US-ND,North Dakota,2020-05-25,,154.0,2.0,,,
+US-ND,North Dakota,2020-05-26,,156.0,2.0,,,
+US-ND,North Dakota,2020-05-27,,161.0,5.0,,,
+US-ND,North Dakota,2020-05-28,,161.0,0.0,,,
+US-ND,North Dakota,2020-05-29,,164.0,3.0,,,
+US-ND,North Dakota,2020-05-30,,165.0,1.0,,,
+US-ND,North Dakota,2020-05-31,,167.0,2.0,,,
+US-ND,North Dakota,2020-06-01,,169.0,2.0,,,
+US-ND,North Dakota,2020-06-02,,170.0,1.0,,,
+US-ND,North Dakota,2020-06-03,,172.0,2.0,,,
+US-ND,North Dakota,2020-06-04,,175.0,3.0,,,
+US-ND,North Dakota,2020-06-05,,180.0,5.0,,,
+US-ND,North Dakota,2020-06-06,,182.0,2.0,,,
+US-ND,North Dakota,2020-06-07,,183.0,1.0,,,
+US-NC,North Carolina,2020-03-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-07,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-08,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-09,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-10,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-11,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-12,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-13,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-14,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-15,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-16,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-17,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-18,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-19,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-20,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-21,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-22,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-23,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-24,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-25,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-26,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-27,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-28,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-29,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-30,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-31,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-01,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-02,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-03,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-07,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-08,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-09,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-10,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-11,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-12,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-13,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-14,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-15,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-16,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-17,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-18,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-19,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-20,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-21,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-22,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-23,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-24,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-25,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-26,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-27,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-28,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-29,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-30,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-01,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-02,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-03,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-07,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-08,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-09,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-10,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-11,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-12,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-13,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-14,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-15,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-16,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-17,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-18,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-19,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-20,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-21,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-22,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-23,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-24,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-25,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-26,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-27,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-28,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-29,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-30,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-31,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-01,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-02,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-03,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-07,,0.0,0.0,,,
+US-MT,Montana,2020-03-07,,0.0,0.0,,,
+US-MT,Montana,2020-03-08,,0.0,0.0,,,
+US-MT,Montana,2020-03-09,,0.0,0.0,,,
+US-MT,Montana,2020-03-10,,0.0,0.0,,,
+US-MT,Montana,2020-03-11,,0.0,0.0,,,
+US-MT,Montana,2020-03-12,,0.0,0.0,,,
+US-MT,Montana,2020-03-13,,0.0,0.0,,,
+US-MT,Montana,2020-03-14,,0.0,0.0,,,
+US-MT,Montana,2020-03-15,,0.0,0.0,,,
+US-MT,Montana,2020-03-16,,0.0,0.0,,,
+US-MT,Montana,2020-03-17,,0.0,0.0,,,
+US-MT,Montana,2020-03-18,,0.0,0.0,,,
+US-MT,Montana,2020-03-19,,0.0,0.0,,,
+US-MT,Montana,2020-03-20,,0.0,0.0,,,
+US-MT,Montana,2020-03-21,,0.0,0.0,,,
+US-MT,Montana,2020-03-22,,0.0,0.0,,,
+US-MT,Montana,2020-03-23,,0.0,0.0,,,
+US-MT,Montana,2020-03-24,,0.0,0.0,,,
+US-MT,Montana,2020-03-25,,0.0,0.0,,,
+US-MT,Montana,2020-03-26,,1.0,1.0,,,
+US-MT,Montana,2020-03-27,,7.0,6.0,,,
+US-MT,Montana,2020-03-28,,7.0,0.0,,,
+US-MT,Montana,2020-03-29,,8.0,1.0,,,
+US-MT,Montana,2020-03-30,,10.0,2.0,,,
+US-MT,Montana,2020-03-31,,14.0,4.0,,,
+US-MT,Montana,2020-04-01,,17.0,3.0,,,
+US-MT,Montana,2020-04-02,,20.0,3.0,,,
+US-MT,Montana,2020-04-03,,24.0,4.0,,,
+US-MT,Montana,2020-04-04,,24.0,0.0,,,
+US-MT,Montana,2020-04-05,,24.0,0.0,,,
+US-MT,Montana,2020-04-06,,24.0,0.0,,,
+US-MT,Montana,2020-04-07,,28.0,4.0,,,
+US-MT,Montana,2020-04-08,,31.0,3.0,,,
+US-MT,Montana,2020-04-09,,36.0,5.0,,,
+US-MT,Montana,2020-04-10,,41.0,5.0,,,
+US-MT,Montana,2020-04-11,,46.0,5.0,,,
+US-MT,Montana,2020-04-12,,47.0,1.0,,,
+US-MT,Montana,2020-04-13,,47.0,0.0,,,
+US-MT,Montana,2020-04-14,,50.0,3.0,,,
+US-MT,Montana,2020-04-15,,51.0,1.0,,,
+US-MT,Montana,2020-04-16,,52.0,1.0,,,
+US-MT,Montana,2020-04-17,,54.0,2.0,,,
+US-MT,Montana,2020-04-18,,55.0,1.0,,,
+US-MT,Montana,2020-04-19,,55.0,0.0,,,
+US-MT,Montana,2020-04-20,,57.0,2.0,,,
+US-MT,Montana,2020-04-21,,59.0,2.0,,,
+US-MT,Montana,2020-04-22,,59.0,0.0,,,
+US-MT,Montana,2020-04-23,,59.0,0.0,,,
+US-MT,Montana,2020-04-24,,59.0,0.0,,,
+US-MT,Montana,2020-04-25,,61.0,2.0,,,
+US-MT,Montana,2020-04-26,,61.0,0.0,,,
+US-MT,Montana,2020-04-27,,61.0,0.0,,,
+US-MT,Montana,2020-04-28,,61.0,0.0,,,
+US-MT,Montana,2020-04-29,,61.0,0.0,,,
+US-MT,Montana,2020-04-30,,61.0,0.0,,,
+US-MT,Montana,2020-05-01,,61.0,0.0,,,
+US-MT,Montana,2020-05-02,,61.0,0.0,,,
+US-MT,Montana,2020-05-03,,61.0,0.0,,,
+US-MT,Montana,2020-05-04,,62.0,1.0,,,
+US-MT,Montana,2020-05-05,,62.0,0.0,,,
+US-MT,Montana,2020-05-06,,62.0,0.0,,,
+US-MT,Montana,2020-05-07,,62.0,0.0,,,
+US-MT,Montana,2020-05-08,,62.0,0.0,,,
+US-MT,Montana,2020-05-09,,62.0,0.0,,,
+US-MT,Montana,2020-05-10,,62.0,0.0,,,
+US-MT,Montana,2020-05-11,,62.0,0.0,,,
+US-MT,Montana,2020-05-12,,63.0,1.0,,,
+US-MT,Montana,2020-05-13,,63.0,0.0,,,
+US-MT,Montana,2020-05-14,,63.0,0.0,,,
+US-MT,Montana,2020-05-15,,63.0,0.0,,,
+US-MT,Montana,2020-05-16,,63.0,0.0,,,
+US-MT,Montana,2020-05-17,,63.0,0.0,,,
+US-MT,Montana,2020-05-18,,64.0,1.0,,,
+US-MT,Montana,2020-05-19,,65.0,1.0,,,
+US-MT,Montana,2020-05-20,,65.0,0.0,,,
+US-MT,Montana,2020-05-21,,65.0,0.0,,,
+US-MT,Montana,2020-05-22,,65.0,0.0,,,
+US-MT,Montana,2020-05-23,,65.0,0.0,,,
+US-MT,Montana,2020-05-24,,65.0,0.0,,,
+US-MT,Montana,2020-05-25,,65.0,0.0,,,
+US-MT,Montana,2020-05-26,,65.0,0.0,,,
+US-MT,Montana,2020-05-27,,66.0,1.0,,,
+US-MT,Montana,2020-05-28,,66.0,0.0,,,
+US-MT,Montana,2020-05-29,,67.0,1.0,,,
+US-MT,Montana,2020-05-30,,67.0,0.0,,,
+US-MT,Montana,2020-05-31,,67.0,0.0,,,
+US-MT,Montana,2020-06-01,,67.0,0.0,,,
+US-MT,Montana,2020-06-02,,67.0,0.0,,,
+US-MT,Montana,2020-06-03,,68.0,1.0,,,
+US-MT,Montana,2020-06-04,,68.0,0.0,,,
+US-MT,Montana,2020-06-05,,68.0,0.0,,,
+US-MT,Montana,2020-06-06,,68.0,0.0,,,
+US-MT,Montana,2020-06-07,,69.0,1.0,,,
+US-MS,Mississippi,2020-03-07,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-08,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-09,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-10,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-11,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-12,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-13,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-14,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-15,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-16,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-17,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-18,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-19,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-20,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-21,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-22,,33.0,33.0,,,
+US-MS,Mississippi,2020-03-23,,33.0,0.0,,,
+US-MS,Mississippi,2020-03-24,,86.0,53.0,,,
+US-MS,Mississippi,2020-03-25,,117.0,31.0,,,
+US-MS,Mississippi,2020-03-26,,150.0,33.0,,,
+US-MS,Mississippi,2020-03-27,,185.0,35.0,,,
+US-MS,Mississippi,2020-03-28,,219.0,34.0,,,
+US-MS,Mississippi,2020-03-29,,235.0,16.0,,,
+US-MS,Mississippi,2020-03-30,,195.0,-40.0,,,
+US-MS,Mississippi,2020-03-31,,211.0,16.0,,,
+US-MS,Mississippi,2020-04-01,,332.0,121.0,,,
+US-MS,Mississippi,2020-04-02,,360.0,28.0,,,
+US-MS,Mississippi,2020-04-03,,420.0,60.0,,,
+US-MS,Mississippi,2020-04-04,,436.0,16.0,,,
+US-MS,Mississippi,2020-04-05,,475.0,39.0,,,
+US-MS,Mississippi,2020-04-06,,475.0,0.0,,,
+US-MS,Mississippi,2020-04-07,,377.0,-98.0,,,
+US-MS,Mississippi,2020-04-08,,410.0,33.0,,,
+US-MS,Mississippi,2020-04-09,,441.0,31.0,,,
+US-MS,Mississippi,2020-04-10,,482.0,41.0,,,
+US-MS,Mississippi,2020-04-11,,528.0,46.0,,,
+US-MS,Mississippi,2020-04-12,,548.0,20.0,,,
+US-MS,Mississippi,2020-04-13,,549.0,1.0,,,
+US-MS,Mississippi,2020-04-14,,596.0,47.0,,,
+US-MS,Mississippi,2020-04-15,,645.0,49.0,,,
+US-MS,Mississippi,2020-04-16,,682.0,37.0,,,
+US-MS,Mississippi,2020-04-17,,736.0,54.0,,,
+US-MS,Mississippi,2020-04-18,,782.0,46.0,,,
+US-MS,Mississippi,2020-04-19,,808.0,26.0,,,
+US-MS,Mississippi,2020-04-20,,819.0,11.0,,,
+US-MS,Mississippi,2020-04-21,,858.0,39.0,,,
+US-MS,Mississippi,2020-04-22,,910.0,52.0,,,
+US-MS,Mississippi,2020-04-23,,946.0,36.0,,,
+US-MS,Mississippi,2020-04-24,,970.0,24.0,,,
+US-MS,Mississippi,2020-04-25,,996.0,26.0,,,
+US-MS,Mississippi,2020-04-26,,1001.0,5.0,,,
+US-MS,Mississippi,2020-04-27,,1060.0,59.0,,,
+US-MS,Mississippi,2020-04-28,,1088.0,28.0,,,
+US-MS,Mississippi,2020-04-29,,1126.0,38.0,,,
+US-MS,Mississippi,2020-04-30,,1175.0,49.0,,,
+US-MS,Mississippi,2020-05-01,,1226.0,51.0,,,
+US-MS,Mississippi,2020-05-02,,1265.0,39.0,,,
+US-MS,Mississippi,2020-05-03,,1298.0,33.0,,,
+US-MS,Mississippi,2020-05-04,,1316.0,18.0,,,
+US-MS,Mississippi,2020-05-05,,1352.0,36.0,,,
+US-MS,Mississippi,2020-05-06,,1392.0,40.0,,,
+US-MS,Mississippi,2020-05-07,,1442.0,50.0,,,
+US-MS,Mississippi,2020-05-08,,1478.0,36.0,,,
+US-MS,Mississippi,2020-05-09,,1512.0,34.0,,,
+US-MS,Mississippi,2020-05-10,,1531.0,19.0,,,
+US-MS,Mississippi,2020-05-11,,1546.0,15.0,,,
+US-MS,Mississippi,2020-05-12,,1582.0,36.0,,,
+US-MS,Mississippi,2020-05-13,,1616.0,34.0,,,
+US-MS,Mississippi,2020-05-14,,1667.0,51.0,,,
+US-MS,Mississippi,2020-05-15,,1712.0,45.0,,,
+US-MS,Mississippi,2020-05-16,,1748.0,36.0,,,
+US-MS,Mississippi,2020-05-17,,1773.0,25.0,,,
+US-MS,Mississippi,2020-05-18,,1805.0,32.0,,,
+US-MS,Mississippi,2020-05-19,,1840.0,35.0,,,
+US-MS,Mississippi,2020-05-20,,1901.0,61.0,,,
+US-MS,Mississippi,2020-05-21,,1932.0,31.0,,,
+US-MS,Mississippi,2020-05-22,,1966.0,34.0,,,
+US-MS,Mississippi,2020-05-23,,1996.0,30.0,,,
+US-MS,Mississippi,2020-05-24,,2023.0,27.0,,,
+US-MS,Mississippi,2020-05-25,,2046.0,23.0,,,
+US-MS,Mississippi,2020-05-26,,2070.0,24.0,,,
+US-MS,Mississippi,2020-05-27,,2106.0,36.0,,,
+US-MS,Mississippi,2020-05-28,,2147.0,41.0,,,
+US-MS,Mississippi,2020-05-29,,2208.0,61.0,,,
+US-MS,Mississippi,2020-05-30,,2240.0,32.0,,,
+US-MS,Mississippi,2020-05-31,,2272.0,32.0,,,
+US-MS,Mississippi,2020-06-01,,2296.0,24.0,,,
+US-MS,Mississippi,2020-06-02,,2296.0,0.0,,,
+US-MS,Mississippi,2020-06-03,,2340.0,44.0,,,
+US-MS,Mississippi,2020-06-04,,2340.0,0.0,,,
+US-MS,Mississippi,2020-06-05,,2475.0,135.0,,,
+US-MS,Mississippi,2020-06-06,,2475.0,0.0,,,
+US-MS,Mississippi,2020-06-07,,2522.0,47.0,,,
+US-MP,Northern Mariana Islands,2020-03-16,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-17,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-18,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-19,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-20,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-21,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-22,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-23,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-24,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-25,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-26,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-27,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-28,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-29,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-30,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-31,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-01,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-02,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-03,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-04,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-05,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-06,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-07,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-08,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-09,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-10,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-11,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-12,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-13,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-14,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-15,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-16,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-17,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-18,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-19,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-20,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-21,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-22,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-23,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-24,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-25,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-26,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-27,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-28,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-29,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-30,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-01,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-02,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-03,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-04,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-05,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-06,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-07,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-08,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-09,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-10,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-11,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-12,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-13,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-14,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-15,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-16,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-17,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-18,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-19,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-20,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-21,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-22,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-23,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-24,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-25,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-26,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-27,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-28,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-29,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-30,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-31,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-01,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-02,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-03,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-04,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-05,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-06,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-07,,0.0,0.0,,,
+US-MO,Missouri,2020-03-07,,0.0,0.0,,,
+US-MO,Missouri,2020-03-08,,0.0,0.0,,,
+US-MO,Missouri,2020-03-09,,0.0,0.0,,,
+US-MO,Missouri,2020-03-10,,0.0,0.0,,,
+US-MO,Missouri,2020-03-11,,0.0,0.0,,,
+US-MO,Missouri,2020-03-12,,0.0,0.0,,,
+US-MO,Missouri,2020-03-13,,0.0,0.0,,,
+US-MO,Missouri,2020-03-14,,0.0,0.0,,,
+US-MO,Missouri,2020-03-15,,0.0,0.0,,,
+US-MO,Missouri,2020-03-16,,0.0,0.0,,,
+US-MO,Missouri,2020-03-17,,0.0,0.0,,,
+US-MO,Missouri,2020-03-18,,0.0,0.0,,,
+US-MO,Missouri,2020-03-19,,0.0,0.0,,,
+US-MO,Missouri,2020-03-20,,0.0,0.0,,,
+US-MO,Missouri,2020-03-21,,0.0,0.0,,,
+US-MO,Missouri,2020-03-22,,0.0,0.0,,,
+US-MO,Missouri,2020-03-23,,0.0,0.0,,,
+US-MO,Missouri,2020-03-24,,0.0,0.0,,,
+US-MO,Missouri,2020-03-25,,0.0,0.0,,,
+US-MO,Missouri,2020-03-26,,0.0,0.0,,,
+US-MO,Missouri,2020-03-27,,0.0,0.0,,,
+US-MO,Missouri,2020-03-28,,0.0,0.0,,,
+US-MO,Missouri,2020-03-29,,0.0,0.0,,,
+US-MO,Missouri,2020-03-30,,0.0,0.0,,,
+US-MO,Missouri,2020-03-31,,0.0,0.0,,,
+US-MO,Missouri,2020-04-01,,0.0,0.0,,,
+US-MO,Missouri,2020-04-02,,0.0,0.0,,,
+US-MO,Missouri,2020-04-03,,0.0,0.0,,,
+US-MO,Missouri,2020-04-04,,0.0,0.0,,,
+US-MO,Missouri,2020-04-05,,0.0,0.0,,,
+US-MO,Missouri,2020-04-06,,0.0,0.0,,,
+US-MO,Missouri,2020-04-07,,0.0,0.0,,,
+US-MO,Missouri,2020-04-08,,0.0,0.0,,,
+US-MO,Missouri,2020-04-09,,0.0,0.0,,,
+US-MO,Missouri,2020-04-10,,0.0,0.0,,,
+US-MO,Missouri,2020-04-11,,0.0,0.0,,,
+US-MO,Missouri,2020-04-12,,0.0,0.0,,,
+US-MO,Missouri,2020-04-13,,0.0,0.0,,,
+US-MO,Missouri,2020-04-14,,0.0,0.0,,,
+US-MO,Missouri,2020-04-15,,0.0,0.0,,,
+US-MO,Missouri,2020-04-16,,0.0,0.0,,,
+US-MO,Missouri,2020-04-17,,0.0,0.0,,,
+US-MO,Missouri,2020-04-18,,0.0,0.0,,,
+US-MO,Missouri,2020-04-19,,0.0,0.0,,,
+US-MO,Missouri,2020-04-20,,0.0,0.0,,,
+US-MO,Missouri,2020-04-21,,0.0,0.0,,,
+US-MO,Missouri,2020-04-22,,0.0,0.0,,,
+US-MO,Missouri,2020-04-23,,0.0,0.0,,,
+US-MO,Missouri,2020-04-24,,0.0,0.0,,,
+US-MO,Missouri,2020-04-25,,0.0,0.0,,,
+US-MO,Missouri,2020-04-26,,0.0,0.0,,,
+US-MO,Missouri,2020-04-27,,0.0,0.0,,,
+US-MO,Missouri,2020-04-28,,0.0,0.0,,,
+US-MO,Missouri,2020-04-29,,0.0,0.0,,,
+US-MO,Missouri,2020-04-30,,0.0,0.0,,,
+US-MO,Missouri,2020-05-01,,0.0,0.0,,,
+US-MO,Missouri,2020-05-02,,0.0,0.0,,,
+US-MO,Missouri,2020-05-03,,0.0,0.0,,,
+US-MO,Missouri,2020-05-04,,0.0,0.0,,,
+US-MO,Missouri,2020-05-05,,0.0,0.0,,,
+US-MO,Missouri,2020-05-06,,0.0,0.0,,,
+US-MO,Missouri,2020-05-07,,0.0,0.0,,,
+US-MO,Missouri,2020-05-08,,0.0,0.0,,,
+US-MO,Missouri,2020-05-09,,0.0,0.0,,,
+US-MO,Missouri,2020-05-10,,0.0,0.0,,,
+US-MO,Missouri,2020-05-11,,0.0,0.0,,,
+US-MO,Missouri,2020-05-12,,0.0,0.0,,,
+US-MO,Missouri,2020-05-13,,0.0,0.0,,,
+US-MO,Missouri,2020-05-14,,0.0,0.0,,,
+US-MO,Missouri,2020-05-15,,0.0,0.0,,,
+US-MO,Missouri,2020-05-16,,0.0,0.0,,,
+US-MO,Missouri,2020-05-17,,0.0,0.0,,,
+US-MO,Missouri,2020-05-18,,0.0,0.0,,,
+US-MO,Missouri,2020-05-19,,0.0,0.0,,,
+US-MO,Missouri,2020-05-20,,0.0,0.0,,,
+US-MO,Missouri,2020-05-21,,0.0,0.0,,,
+US-MO,Missouri,2020-05-22,,0.0,0.0,,,
+US-MO,Missouri,2020-05-23,,0.0,0.0,,,
+US-MO,Missouri,2020-05-24,,0.0,0.0,,,
+US-MO,Missouri,2020-05-25,,0.0,0.0,,,
+US-MO,Missouri,2020-05-26,,0.0,0.0,,,
+US-MO,Missouri,2020-05-27,,0.0,0.0,,,
+US-MO,Missouri,2020-05-28,,0.0,0.0,,,
+US-MO,Missouri,2020-05-29,,0.0,0.0,,,
+US-MO,Missouri,2020-05-30,,0.0,0.0,,,
+US-MO,Missouri,2020-05-31,,0.0,0.0,,,
+US-MO,Missouri,2020-06-01,,0.0,0.0,,,
+US-MO,Missouri,2020-06-02,,0.0,0.0,,,
+US-MO,Missouri,2020-06-03,,0.0,0.0,,,
+US-MO,Missouri,2020-06-04,,0.0,0.0,,,
+US-MO,Missouri,2020-06-05,,0.0,0.0,,,
+US-MO,Missouri,2020-06-06,,0.0,0.0,,,
+US-MO,Missouri,2020-06-07,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-06,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-07,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-08,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-09,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-10,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-11,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-12,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-13,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-14,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-15,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-16,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-17,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-18,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-19,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-20,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-21,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-22,,12.0,12.0,,,
+US-MN,Minnesota,2020-03-23,,17.0,5.0,,,
+US-MN,Minnesota,2020-03-24,,21.0,4.0,,,
+US-MN,Minnesota,2020-03-25,,35.0,14.0,,,
+US-MN,Minnesota,2020-03-26,,41.0,6.0,,,
+US-MN,Minnesota,2020-03-27,,51.0,10.0,,,
+US-MN,Minnesota,2020-03-28,,57.0,6.0,,,
+US-MN,Minnesota,2020-03-29,,75.0,18.0,,,
+US-MN,Minnesota,2020-03-30,,92.0,17.0,,,
+US-MN,Minnesota,2020-03-31,,112.0,20.0,,,
+US-MN,Minnesota,2020-04-01,,122.0,10.0,,,
+US-MN,Minnesota,2020-04-02,,138.0,16.0,,,
+US-MN,Minnesota,2020-04-03,,156.0,18.0,,,
+US-MN,Minnesota,2020-04-04,,180.0,24.0,,,
+US-MN,Minnesota,2020-04-05,,202.0,22.0,,,
+US-MN,Minnesota,2020-04-06,,223.0,21.0,,,
+US-MN,Minnesota,2020-04-07,,242.0,19.0,,,
+US-MN,Minnesota,2020-04-08,,271.0,29.0,,,
+US-MN,Minnesota,2020-04-09,,293.0,22.0,,,
+US-MN,Minnesota,2020-04-10,,317.0,24.0,,,
+US-MN,Minnesota,2020-04-11,,340.0,23.0,,,
+US-MN,Minnesota,2020-04-12,,361.0,21.0,,,
+US-MN,Minnesota,2020-04-13,,361.0,0.0,,,
+US-MN,Minnesota,2020-04-14,,405.0,44.0,,,
+US-MN,Minnesota,2020-04-15,,445.0,40.0,,,
+US-MN,Minnesota,2020-04-16,,475.0,30.0,,,
+US-MN,Minnesota,2020-04-17,,518.0,43.0,,,
+US-MN,Minnesota,2020-04-18,,561.0,43.0,,,
+US-MN,Minnesota,2020-04-19,,574.0,13.0,,,
+US-MN,Minnesota,2020-04-20,,602.0,28.0,,,
+US-MN,Minnesota,2020-04-21,,629.0,27.0,,,
+US-MN,Minnesota,2020-04-22,,660.0,31.0,,,
+US-MN,Minnesota,2020-04-23,,712.0,52.0,,,
+US-MN,Minnesota,2020-04-24,,756.0,44.0,,,
+US-MN,Minnesota,2020-04-25,,797.0,41.0,,,
+US-MN,Minnesota,2020-04-26,,829.0,32.0,,,
+US-MN,Minnesota,2020-04-27,,861.0,32.0,,,
+US-MN,Minnesota,2020-04-28,,912.0,51.0,,,
+US-MN,Minnesota,2020-04-29,,950.0,38.0,,,
+US-MN,Minnesota,2020-04-30,,1044.0,94.0,,,
+US-MN,Minnesota,2020-05-01,,1096.0,52.0,,,
+US-MN,Minnesota,2020-05-02,,1159.0,63.0,,,
+US-MN,Minnesota,2020-05-03,,1199.0,40.0,,,
+US-MN,Minnesota,2020-05-04,,1271.0,72.0,,,
+US-MN,Minnesota,2020-05-05,,1350.0,79.0,,,
+US-MN,Minnesota,2020-05-06,,1405.0,55.0,,,
+US-MN,Minnesota,2020-05-07,,1459.0,54.0,,,
+US-MN,Minnesota,2020-05-08,,1549.0,90.0,,,
+US-MN,Minnesota,2020-05-09,,1612.0,63.0,,,
+US-MN,Minnesota,2020-05-10,,1657.0,45.0,,,
+US-MN,Minnesota,2020-05-11,,1716.0,59.0,,,
+US-MN,Minnesota,2020-05-12,,1799.0,83.0,,,
+US-MN,Minnesota,2020-05-13,,1851.0,52.0,,,
+US-MN,Minnesota,2020-05-14,,1915.0,64.0,,,
+US-MN,Minnesota,2020-05-15,,1985.0,70.0,,,
+US-MN,Minnesota,2020-05-16,,2039.0,54.0,,,
+US-MN,Minnesota,2020-05-17,,2090.0,51.0,,,
+US-MN,Minnesota,2020-05-18,,2128.0,38.0,,,
+US-MN,Minnesota,2020-05-19,,2221.0,93.0,,,
+US-MN,Minnesota,2020-05-20,,2308.0,87.0,,,
+US-MN,Minnesota,2020-05-21,,2380.0,72.0,,,
+US-MN,Minnesota,2020-05-22,,2432.0,52.0,,,
+US-MN,Minnesota,2020-05-23,,2534.0,102.0,,,
+US-MN,Minnesota,2020-05-24,,2588.0,54.0,,,
+US-MN,Minnesota,2020-05-25,,2676.0,88.0,,,
+US-MN,Minnesota,2020-05-26,,2709.0,33.0,,,
+US-MN,Minnesota,2020-05-27,,2796.0,87.0,,,
+US-MN,Minnesota,2020-05-28,,2880.0,84.0,,,
+US-MN,Minnesota,2020-05-29,,2936.0,56.0,,,
+US-MN,Minnesota,2020-05-30,,3011.0,75.0,,,
+US-MN,Minnesota,2020-05-31,,3047.0,36.0,,,
+US-MN,Minnesota,2020-06-01,,3086.0,39.0,,,
+US-MN,Minnesota,2020-06-02,,3134.0,48.0,,,
+US-MN,Minnesota,2020-06-03,,3203.0,69.0,,,
+US-MN,Minnesota,2020-06-04,,3253.0,50.0,,,
+US-MN,Minnesota,2020-06-05,,3289.0,36.0,,,
+US-MN,Minnesota,2020-06-06,,3336.0,47.0,,,
+US-MN,Minnesota,2020-06-07,,3367.0,31.0,,,
+US-MI,Michigan,2020-03-01,,0.0,0.0,,,
+US-MI,Michigan,2020-03-02,,0.0,0.0,,,
+US-MI,Michigan,2020-03-03,,0.0,0.0,,,
+US-MI,Michigan,2020-03-04,,0.0,0.0,,,
+US-MI,Michigan,2020-03-05,,0.0,0.0,,,
+US-MI,Michigan,2020-03-06,,0.0,0.0,,,
+US-MI,Michigan,2020-03-07,,0.0,0.0,,,
+US-MI,Michigan,2020-03-08,,0.0,0.0,,,
+US-MI,Michigan,2020-03-09,,0.0,0.0,,,
+US-MI,Michigan,2020-03-10,,0.0,0.0,,,
+US-MI,Michigan,2020-03-11,,0.0,0.0,,,
+US-MI,Michigan,2020-03-12,,0.0,0.0,,,
+US-MI,Michigan,2020-03-13,,0.0,0.0,,,
+US-MI,Michigan,2020-03-14,,0.0,0.0,,,
+US-MI,Michigan,2020-03-15,,0.0,0.0,,,
+US-MI,Michigan,2020-03-16,,0.0,0.0,,,
+US-MI,Michigan,2020-03-17,,0.0,0.0,,,
+US-MI,Michigan,2020-03-18,,0.0,0.0,,,
+US-MI,Michigan,2020-03-19,,0.0,0.0,,,
+US-MI,Michigan,2020-03-20,,0.0,0.0,,,
+US-MI,Michigan,2020-03-21,,0.0,0.0,,,
+US-MI,Michigan,2020-03-22,,0.0,0.0,,,
+US-MI,Michigan,2020-03-23,,0.0,0.0,,,
+US-MI,Michigan,2020-03-24,,0.0,0.0,,,
+US-MI,Michigan,2020-03-25,,0.0,0.0,,,
+US-MI,Michigan,2020-03-26,,0.0,0.0,,,
+US-MI,Michigan,2020-03-27,,0.0,0.0,,,
+US-MI,Michigan,2020-03-28,,0.0,0.0,,,
+US-MI,Michigan,2020-03-29,,0.0,0.0,,,
+US-MI,Michigan,2020-03-30,,0.0,0.0,,,
+US-MI,Michigan,2020-03-31,,0.0,0.0,,,
+US-MI,Michigan,2020-04-01,,0.0,0.0,,,
+US-MI,Michigan,2020-04-02,,0.0,0.0,,,
+US-MI,Michigan,2020-04-03,,0.0,0.0,,,
+US-MI,Michigan,2020-04-04,,0.0,0.0,,,
+US-MI,Michigan,2020-04-05,,0.0,0.0,,,
+US-MI,Michigan,2020-04-06,,0.0,0.0,,,
+US-MI,Michigan,2020-04-07,,0.0,0.0,,,
+US-MI,Michigan,2020-04-08,,0.0,0.0,,,
+US-MI,Michigan,2020-04-09,,0.0,0.0,,,
+US-MI,Michigan,2020-04-10,,0.0,0.0,,,
+US-MI,Michigan,2020-04-11,,0.0,0.0,,,
+US-MI,Michigan,2020-04-12,,0.0,0.0,,,
+US-MI,Michigan,2020-04-13,,0.0,0.0,,,
+US-MI,Michigan,2020-04-14,,0.0,0.0,,,
+US-MI,Michigan,2020-04-15,,0.0,0.0,,,
+US-MI,Michigan,2020-04-16,,0.0,0.0,,,
+US-MI,Michigan,2020-04-17,,0.0,0.0,,,
+US-MI,Michigan,2020-04-18,,0.0,0.0,,,
+US-MI,Michigan,2020-04-19,,0.0,0.0,,,
+US-MI,Michigan,2020-04-20,,0.0,0.0,,,
+US-MI,Michigan,2020-04-21,,0.0,0.0,,,
+US-MI,Michigan,2020-04-22,,0.0,0.0,,,
+US-MI,Michigan,2020-04-23,,0.0,0.0,,,
+US-MI,Michigan,2020-04-24,,0.0,0.0,,,
+US-MI,Michigan,2020-04-25,,0.0,0.0,,,
+US-MI,Michigan,2020-04-26,,0.0,0.0,,,
+US-MI,Michigan,2020-04-27,,0.0,0.0,,,
+US-MI,Michigan,2020-04-28,,0.0,0.0,,,
+US-MI,Michigan,2020-04-29,,0.0,0.0,,,
+US-MI,Michigan,2020-04-30,,0.0,0.0,,,
+US-MI,Michigan,2020-05-01,,0.0,0.0,,,
+US-MI,Michigan,2020-05-02,,0.0,0.0,,,
+US-MI,Michigan,2020-05-03,,0.0,0.0,,,
+US-MI,Michigan,2020-05-04,,0.0,0.0,,,
+US-MI,Michigan,2020-05-05,,0.0,0.0,,,
+US-MI,Michigan,2020-05-06,,0.0,0.0,,,
+US-MI,Michigan,2020-05-07,,0.0,0.0,,,
+US-MI,Michigan,2020-05-08,,0.0,0.0,,,
+US-MI,Michigan,2020-05-09,,0.0,0.0,,,
+US-MI,Michigan,2020-05-10,,0.0,0.0,,,
+US-MI,Michigan,2020-05-11,,0.0,0.0,,,
+US-MI,Michigan,2020-05-12,,0.0,0.0,,,
+US-MI,Michigan,2020-05-13,,0.0,0.0,,,
+US-MI,Michigan,2020-05-14,,0.0,0.0,,,
+US-MI,Michigan,2020-05-15,,0.0,0.0,,,
+US-MI,Michigan,2020-05-16,,0.0,0.0,,,
+US-MI,Michigan,2020-05-17,,0.0,0.0,,,
+US-MI,Michigan,2020-05-18,,0.0,0.0,,,
+US-MI,Michigan,2020-05-19,,0.0,0.0,,,
+US-MI,Michigan,2020-05-20,,0.0,0.0,,,
+US-MI,Michigan,2020-05-21,,0.0,0.0,,,
+US-MI,Michigan,2020-05-22,,0.0,0.0,,,
+US-MI,Michigan,2020-05-23,,0.0,0.0,,,
+US-MI,Michigan,2020-05-24,,0.0,0.0,,,
+US-MI,Michigan,2020-05-25,,0.0,0.0,,,
+US-MI,Michigan,2020-05-26,,0.0,0.0,,,
+US-MI,Michigan,2020-05-27,,0.0,0.0,,,
+US-MI,Michigan,2020-05-28,,0.0,0.0,,,
+US-MI,Michigan,2020-05-29,,0.0,0.0,,,
+US-MI,Michigan,2020-05-30,,0.0,0.0,,,
+US-MI,Michigan,2020-05-31,,0.0,0.0,,,
+US-MI,Michigan,2020-06-01,,0.0,0.0,,,
+US-MI,Michigan,2020-06-02,,0.0,0.0,,,
+US-MI,Michigan,2020-06-03,,0.0,0.0,,,
+US-MI,Michigan,2020-06-04,,0.0,0.0,,,
+US-MI,Michigan,2020-06-05,,0.0,0.0,,,
+US-MI,Michigan,2020-06-06,,0.0,0.0,,,
+US-MI,Michigan,2020-06-07,,0.0,0.0,,,
+US-ME,Maine,2020-03-07,,0.0,0.0,,,
+US-ME,Maine,2020-03-08,,0.0,0.0,,,
+US-ME,Maine,2020-03-09,,0.0,0.0,,,
+US-ME,Maine,2020-03-10,,0.0,0.0,,,
+US-ME,Maine,2020-03-11,,0.0,0.0,,,
+US-ME,Maine,2020-03-12,,0.0,0.0,,,
+US-ME,Maine,2020-03-13,,0.0,0.0,,,
+US-ME,Maine,2020-03-14,,0.0,0.0,,,
+US-ME,Maine,2020-03-15,,0.0,0.0,,,
+US-ME,Maine,2020-03-16,,0.0,0.0,,,
+US-ME,Maine,2020-03-17,,0.0,0.0,,,
+US-ME,Maine,2020-03-18,,0.0,0.0,,,
+US-ME,Maine,2020-03-19,,0.0,0.0,,,
+US-ME,Maine,2020-03-20,,0.0,0.0,,,
+US-ME,Maine,2020-03-21,,0.0,0.0,,,
+US-ME,Maine,2020-03-22,,0.0,0.0,,,
+US-ME,Maine,2020-03-23,,0.0,0.0,,,
+US-ME,Maine,2020-03-24,,0.0,0.0,,,
+US-ME,Maine,2020-03-25,,0.0,0.0,,,
+US-ME,Maine,2020-03-26,,0.0,0.0,,,
+US-ME,Maine,2020-03-27,,0.0,0.0,,,
+US-ME,Maine,2020-03-28,,0.0,0.0,,,
+US-ME,Maine,2020-03-29,,0.0,0.0,,,
+US-ME,Maine,2020-03-30,,49.0,49.0,,,
+US-ME,Maine,2020-03-31,,57.0,8.0,,,
+US-ME,Maine,2020-04-01,,63.0,6.0,,,
+US-ME,Maine,2020-04-02,,68.0,5.0,,,
+US-ME,Maine,2020-04-03,,75.0,7.0,,,
+US-ME,Maine,2020-04-04,,83.0,8.0,,,
+US-ME,Maine,2020-04-05,,86.0,3.0,,,
+US-ME,Maine,2020-04-06,,92.0,6.0,,,
+US-ME,Maine,2020-04-07,,99.0,7.0,,,
+US-ME,Maine,2020-04-08,,101.0,2.0,,,
+US-ME,Maine,2020-04-09,,105.0,4.0,,,
+US-ME,Maine,2020-04-10,,111.0,6.0,,,
+US-ME,Maine,2020-04-11,,114.0,3.0,,,
+US-ME,Maine,2020-04-12,,120.0,6.0,,,
+US-ME,Maine,2020-04-13,,124.0,4.0,,,
+US-ME,Maine,2020-04-14,,124.0,0.0,,,
+US-ME,Maine,2020-04-15,,126.0,2.0,,,
+US-ME,Maine,2020-04-16,,130.0,4.0,,,
+US-ME,Maine,2020-04-17,,133.0,3.0,,,
+US-ME,Maine,2020-04-18,,136.0,3.0,,,
+US-ME,Maine,2020-04-19,,136.0,0.0,,,
+US-ME,Maine,2020-04-20,,138.0,2.0,,,
+US-ME,Maine,2020-04-21,,139.0,1.0,,,
+US-ME,Maine,2020-04-22,,144.0,5.0,,,
+US-ME,Maine,2020-04-23,,150.0,6.0,,,
+US-ME,Maine,2020-04-24,,152.0,2.0,,,
+US-ME,Maine,2020-04-25,,156.0,4.0,,,
+US-ME,Maine,2020-04-26,,159.0,3.0,,,
+US-ME,Maine,2020-04-27,,161.0,2.0,,,
+US-ME,Maine,2020-04-28,,163.0,2.0,,,
+US-ME,Maine,2020-04-29,,166.0,3.0,,,
+US-ME,Maine,2020-04-30,,170.0,4.0,,,
+US-ME,Maine,2020-05-01,,177.0,7.0,,,
+US-ME,Maine,2020-05-02,,181.0,4.0,,,
+US-ME,Maine,2020-05-03,,183.0,2.0,,,
+US-ME,Maine,2020-05-04,,186.0,3.0,,,
+US-ME,Maine,2020-05-05,,187.0,1.0,,,
+US-ME,Maine,2020-05-06,,191.0,4.0,,,
+US-ME,Maine,2020-05-07,,192.0,1.0,,,
+US-ME,Maine,2020-05-08,,194.0,2.0,,,
+US-ME,Maine,2020-05-09,,198.0,4.0,,,
+US-ME,Maine,2020-05-10,,199.0,1.0,,,
+US-ME,Maine,2020-05-11,,200.0,1.0,,,
+US-ME,Maine,2020-05-12,,202.0,2.0,,,
+US-ME,Maine,2020-05-13,,204.0,2.0,,,
+US-ME,Maine,2020-05-14,,207.0,3.0,,,
+US-ME,Maine,2020-05-15,,211.0,4.0,,,
+US-ME,Maine,2020-05-16,,214.0,3.0,,,
+US-ME,Maine,2020-05-17,,216.0,2.0,,,
+US-ME,Maine,2020-05-18,,223.0,7.0,,,
+US-ME,Maine,2020-05-19,,225.0,2.0,,,
+US-ME,Maine,2020-05-20,,231.0,6.0,,,
+US-ME,Maine,2020-05-21,,235.0,4.0,,,
+US-ME,Maine,2020-05-22,,240.0,5.0,,,
+US-ME,Maine,2020-05-23,,243.0,3.0,,,
+US-ME,Maine,2020-05-24,,252.0,9.0,,,
+US-ME,Maine,2020-05-25,,257.0,5.0,,,
+US-ME,Maine,2020-05-26,,258.0,1.0,,,
+US-ME,Maine,2020-05-27,,260.0,2.0,,,
+US-ME,Maine,2020-05-28,,264.0,4.0,,,
+US-ME,Maine,2020-05-29,,270.0,6.0,,,
+US-ME,Maine,2020-05-30,,272.0,2.0,,,
+US-ME,Maine,2020-05-31,,283.0,11.0,,,
+US-ME,Maine,2020-06-01,,284.0,1.0,,,
+US-ME,Maine,2020-06-02,,287.0,3.0,,,
+US-ME,Maine,2020-06-03,,285.0,-2.0,,,
+US-ME,Maine,2020-06-04,,291.0,6.0,,,
+US-ME,Maine,2020-06-05,,293.0,2.0,,,
+US-ME,Maine,2020-06-06,,296.0,3.0,,,
+US-ME,Maine,2020-06-07,,298.0,2.0,,,
+US-MD,Maryland,2020-03-05,,0.0,0.0,,,
+US-MD,Maryland,2020-03-06,,0.0,0.0,,,
+US-MD,Maryland,2020-03-07,,0.0,0.0,,,
+US-MD,Maryland,2020-03-08,,0.0,0.0,,,
+US-MD,Maryland,2020-03-09,,0.0,0.0,,,
+US-MD,Maryland,2020-03-10,,0.0,0.0,,,
+US-MD,Maryland,2020-03-11,,0.0,0.0,,,
+US-MD,Maryland,2020-03-12,,0.0,0.0,,,
+US-MD,Maryland,2020-03-13,,0.0,0.0,,,
+US-MD,Maryland,2020-03-14,,0.0,0.0,,,
+US-MD,Maryland,2020-03-15,,0.0,0.0,,,
+US-MD,Maryland,2020-03-16,,0.0,0.0,,,
+US-MD,Maryland,2020-03-17,,0.0,0.0,,,
+US-MD,Maryland,2020-03-18,,0.0,0.0,,,
+US-MD,Maryland,2020-03-19,,0.0,0.0,,,
+US-MD,Maryland,2020-03-20,,0.0,0.0,,,
+US-MD,Maryland,2020-03-21,,0.0,0.0,,,
+US-MD,Maryland,2020-03-22,,0.0,0.0,,,
+US-MD,Maryland,2020-03-23,,0.0,0.0,,,
+US-MD,Maryland,2020-03-24,,0.0,0.0,,,
+US-MD,Maryland,2020-03-25,,0.0,0.0,,,
+US-MD,Maryland,2020-03-26,,132.0,132.0,,,
+US-MD,Maryland,2020-03-27,,173.0,41.0,,,
+US-MD,Maryland,2020-03-28,,226.0,53.0,,,
+US-MD,Maryland,2020-03-29,,277.0,51.0,,,
+US-MD,Maryland,2020-03-30,,353.0,76.0,,,
+US-MD,Maryland,2020-03-31,,429.0,76.0,,,
+US-MD,Maryland,2020-04-01,,522.0,93.0,,,
+US-MD,Maryland,2020-04-02,,582.0,60.0,,,
+US-MD,Maryland,2020-04-03,,664.0,82.0,,,
+US-MD,Maryland,2020-04-04,,821.0,157.0,,,
+US-MD,Maryland,2020-04-05,,936.0,115.0,,,
+US-MD,Maryland,2020-04-06,,1059.0,123.0,,,
+US-MD,Maryland,2020-04-07,,1106.0,47.0,,,
+US-MD,Maryland,2020-04-08,,1210.0,104.0,,,
+US-MD,Maryland,2020-04-09,,1348.0,138.0,,,
+US-MD,Maryland,2020-04-10,,1413.0,65.0,,,
+US-MD,Maryland,2020-04-11,,1709.0,296.0,,,
+US-MD,Maryland,2020-04-12,,1860.0,151.0,,,
+US-MD,Maryland,2020-04-13,,1975.0,115.0,,,
+US-MD,Maryland,2020-04-14,,2122.0,147.0,,,
+US-MD,Maryland,2020-04-15,,2231.0,109.0,,,
+US-MD,Maryland,2020-04-16,,2451.0,220.0,,,
+US-MD,Maryland,2020-04-17,,2612.0,161.0,,,
+US-MD,Maryland,2020-04-18,,2757.0,145.0,,,
+US-MD,Maryland,2020-04-19,,2886.0,129.0,,,
+US-MD,Maryland,2020-04-20,,3014.0,128.0,,,
+US-MD,Maryland,2020-04-21,,3158.0,144.0,,,
+US-MD,Maryland,2020-04-22,,3325.0,167.0,,,
+US-MD,Maryland,2020-04-23,,3477.0,152.0,,,
+US-MD,Maryland,2020-04-24,,3618.0,141.0,,,
+US-MD,Maryland,2020-04-25,,3760.0,142.0,,,
+US-MD,Maryland,2020-04-26,,3962.0,202.0,,,
+US-MD,Maryland,2020-04-27,,4101.0,139.0,,,
+US-MD,Maryland,2020-04-28,,4268.0,167.0,,,
+US-MD,Maryland,2020-04-29,,4402.0,134.0,,,
+US-MD,Maryland,2020-04-30,,4559.0,157.0,,,
+US-MD,Maryland,2020-05-01,,4718.0,159.0,,,
+US-MD,Maryland,2020-05-02,,4910.0,192.0,,,
+US-MD,Maryland,2020-05-03,,5051.0,141.0,,,
+US-MD,Maryland,2020-05-04,,5199.0,148.0,,,
+US-MD,Maryland,2020-05-05,,5337.0,138.0,,,
+US-MD,Maryland,2020-05-06,,5497.0,160.0,,,
+US-MD,Maryland,2020-05-07,,5663.0,166.0,,,
+US-MD,Maryland,2020-05-08,,5811.0,148.0,,,
+US-MD,Maryland,2020-05-09,,5932.0,121.0,,,
+US-MD,Maryland,2020-05-10,,5955.0,23.0,,,
+US-MD,Maryland,2020-05-11,,6183.0,228.0,,,
+US-MD,Maryland,2020-05-12,,6287.0,104.0,,,
+US-MD,Maryland,2020-05-13,,6404.0,117.0,,,
+US-MD,Maryland,2020-05-14,,6553.0,149.0,,,
+US-MD,Maryland,2020-05-15,,6679.0,126.0,,,
+US-MD,Maryland,2020-05-16,,6755.0,76.0,,,
+US-MD,Maryland,2020-05-17,,6993.0,238.0,,,
+US-MD,Maryland,2020-05-18,,7086.0,93.0,,,
+US-MD,Maryland,2020-05-19,,7199.0,113.0,,,
+US-MD,Maryland,2020-05-20,,7393.0,194.0,,,
+US-MD,Maryland,2020-05-21,,7485.0,92.0,,,
+US-MD,Maryland,2020-05-22,,7634.0,149.0,,,
+US-MD,Maryland,2020-05-23,,7825.0,191.0,,,
+US-MD,Maryland,2020-05-24,,7939.0,114.0,,,
+US-MD,Maryland,2020-05-25,,8092.0,153.0,,,
+US-MD,Maryland,2020-05-26,,8179.0,87.0,,,
+US-MD,Maryland,2020-05-27,,8281.0,102.0,,,
+US-MD,Maryland,2020-05-28,,8392.0,111.0,,,
+US-MD,Maryland,2020-05-29,,8479.0,87.0,,,
+US-MD,Maryland,2020-05-30,,8619.0,140.0,,,
+US-MD,Maryland,2020-05-31,,8738.0,119.0,,,
+US-MD,Maryland,2020-06-01,,8886.0,148.0,,,
+US-MD,Maryland,2020-06-02,,8957.0,71.0,,,
+US-MD,Maryland,2020-06-03,,9111.0,154.0,,,
+US-MD,Maryland,2020-06-04,,9217.0,106.0,,,
+US-MD,Maryland,2020-06-05,,9346.0,129.0,,,
+US-MD,Maryland,2020-06-06,,9451.0,105.0,,,
+US-MD,Maryland,2020-06-07,,9546.0,95.0,,,
+US-MA,Massachusetts,2020-03-12,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-13,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-14,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-15,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-16,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-17,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-18,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-19,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-20,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-21,,61.0,61.0,,,
+US-MA,Massachusetts,2020-03-22,,71.0,10.0,,,
+US-MA,Massachusetts,2020-03-23,,79.0,8.0,,,
+US-MA,Massachusetts,2020-03-24,,94.0,15.0,,,
+US-MA,Massachusetts,2020-03-25,,103.0,9.0,,,
+US-MA,Massachusetts,2020-03-26,,219.0,116.0,,,
+US-MA,Massachusetts,2020-03-27,,219.0,0.0,,,
+US-MA,Massachusetts,2020-03-28,,350.0,131.0,,,
+US-MA,Massachusetts,2020-03-29,,399.0,49.0,,,
+US-MA,Massachusetts,2020-03-30,,453.0,54.0,,,
+US-MA,Massachusetts,2020-03-31,,562.0,109.0,,,
+US-MA,Massachusetts,2020-04-01,,682.0,120.0,,,
+US-MA,Massachusetts,2020-04-02,,813.0,131.0,,,
+US-MA,Massachusetts,2020-04-03,,966.0,153.0,,,
+US-MA,Massachusetts,2020-04-04,,1370.0,404.0,,,
+US-MA,Massachusetts,2020-04-05,,1632.0,262.0,,,
+US-MA,Massachusetts,2020-04-06,,1667.0,35.0,,,
+US-MA,Massachusetts,2020-04-07,,1831.0,164.0,,,
+US-MA,Massachusetts,2020-04-08,,2119.0,288.0,,,
+US-MA,Massachusetts,2020-04-09,,2302.0,183.0,,,
+US-MA,Massachusetts,2020-04-10,,2435.0,133.0,,,
+US-MA,Massachusetts,2020-04-11,,2507.0,72.0,,,
+US-MA,Massachusetts,2020-04-12,,2514.0,7.0,,,
+US-MA,Massachusetts,2020-04-13,,3485.0,971.0,,,
+US-MA,Massachusetts,2020-04-14,,3616.0,131.0,,,
+US-MA,Massachusetts,2020-04-15,,3637.0,21.0,,,
+US-MA,Massachusetts,2020-04-16,,3726.0,89.0,,,
+US-MA,Massachusetts,2020-04-17,,3756.0,30.0,,,
+US-MA,Massachusetts,2020-04-18,,3728.0,-28.0,,,
+US-MA,Massachusetts,2020-04-19,,3789.0,61.0,,,
+US-MA,Massachusetts,2020-04-20,,3872.0,83.0,,,
+US-MA,Massachusetts,2020-04-21,,4009.0,137.0,,,
+US-MA,Massachusetts,2020-04-22,,4256.0,247.0,,,
+US-MA,Massachusetts,2020-04-23,,4493.0,237.0,,,
+US-MA,Massachusetts,2020-04-24,,4752.0,259.0,,,
+US-MA,Massachusetts,2020-04-25,,4965.0,213.0,,,
+US-MA,Massachusetts,2020-04-26,,5104.0,139.0,,,
+US-MA,Massachusetts,2020-04-27,,5237.0,133.0,,,
+US-MA,Massachusetts,2020-04-28,,5515.0,278.0,,,
+US-MA,Massachusetts,2020-04-29,,5758.0,243.0,,,
+US-MA,Massachusetts,2020-04-30,,5942.0,184.0,,,
+US-MA,Massachusetts,2020-05-01,,6169.0,227.0,,,
+US-MA,Massachusetts,2020-05-02,,6378.0,209.0,,,
+US-MA,Massachusetts,2020-05-03,,6507.0,129.0,,,
+US-MA,Massachusetts,2020-05-04,,6622.0,115.0,,,
+US-MA,Massachusetts,2020-05-05,,6831.0,209.0,,,
+US-MA,Massachusetts,2020-05-06,,7080.0,249.0,,,
+US-MA,Massachusetts,2020-05-07,,7237.0,157.0,,,
+US-MA,Massachusetts,2020-05-08,,7434.0,197.0,,,
+US-MA,Massachusetts,2020-05-09,,7551.0,117.0,,,
+US-MA,Massachusetts,2020-05-10,,7617.0,66.0,,,
+US-MA,Massachusetts,2020-05-11,,7732.0,115.0,,,
+US-MA,Massachusetts,2020-05-12,,7842.0,110.0,,,
+US-MA,Massachusetts,2020-05-13,,8032.0,190.0,,,
+US-MA,Massachusetts,2020-05-14,,8207.0,175.0,,,
+US-MA,Massachusetts,2020-05-15,,8314.0,107.0,,,
+US-MA,Massachusetts,2020-05-16,,8456.0,142.0,,,
+US-MA,Massachusetts,2020-05-17,,8539.0,83.0,,,
+US-MA,Massachusetts,2020-05-18,,8539.0,0.0,,,
+US-MA,Massachusetts,2020-05-19,,8766.0,227.0,,,
+US-MA,Massachusetts,2020-05-20,,8897.0,131.0,,,
+US-MA,Massachusetts,2020-05-21,,9040.0,143.0,,,
+US-MA,Massachusetts,2020-05-22,,9162.0,122.0,,,
+US-MA,Massachusetts,2020-05-23,,9260.0,98.0,,,
+US-MA,Massachusetts,2020-05-24,,9308.0,48.0,,,
+US-MA,Massachusetts,2020-05-25,,9339.0,31.0,,,
+US-MA,Massachusetts,2020-05-26,,9388.0,49.0,,,
+US-MA,Massachusetts,2020-05-27,,9492.0,104.0,,,
+US-MA,Massachusetts,2020-05-28,,9618.0,126.0,,,
+US-MA,Massachusetts,2020-05-29,,9725.0,107.0,,,
+US-MA,Massachusetts,2020-05-30,,9789.0,64.0,,,
+US-MA,Massachusetts,2020-05-31,,9823.0,34.0,,,
+US-MA,Massachusetts,2020-06-01,,9823.0,0.0,,,
+US-MA,Massachusetts,2020-06-02,,10063.0,240.0,,,
+US-MA,Massachusetts,2020-06-03,,10151.0,88.0,,,
+US-MA,Massachusetts,2020-06-04,,10238.0,87.0,,,
+US-MA,Massachusetts,2020-06-05,,10303.0,65.0,,,
+US-MA,Massachusetts,2020-06-06,,10369.0,66.0,,,
+US-MA,Massachusetts,2020-06-07,,10393.0,24.0,,,
+US-LA,Louisiana,2020-03-07,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-08,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-09,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-10,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-11,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-12,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-13,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-14,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-15,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-16,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-17,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-18,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-19,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-20,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-21,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-22,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-23,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-24,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-25,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-26,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-27,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-28,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-29,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-30,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-31,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-01,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-02,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-03,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-04,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-05,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-06,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-07,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-08,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-09,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-10,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-11,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-12,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-13,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-14,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-15,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-16,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-17,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-18,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-19,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-20,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-21,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-22,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-23,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-24,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-25,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-26,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-27,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-28,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-29,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-30,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-01,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-02,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-03,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-04,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-05,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-06,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-07,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-08,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-09,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-10,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-11,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-12,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-13,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-14,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-15,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-16,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-17,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-18,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-19,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-20,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-21,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-22,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-23,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-24,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-25,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-26,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-27,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-28,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-29,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-30,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-31,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-01,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-02,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-03,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-04,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-05,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-06,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-07,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-06,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-07,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-08,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-09,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-10,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-11,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-12,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-13,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-14,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-15,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-16,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-17,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-18,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-19,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-20,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-21,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-22,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-23,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-24,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-25,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-26,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-27,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-28,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-29,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-30,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-31,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-01,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-02,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-03,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-04,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-05,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-06,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-07,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-08,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-09,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-10,,459.0,459.0,,,
+US-KY,Kentucky,2020-04-11,,459.0,0.0,,,
+US-KY,Kentucky,2020-04-12,,459.0,0.0,,,
+US-KY,Kentucky,2020-04-13,,667.0,208.0,,,
+US-KY,Kentucky,2020-04-14,,673.0,6.0,,,
+US-KY,Kentucky,2020-04-15,,687.0,14.0,,,
+US-KY,Kentucky,2020-04-16,,807.0,120.0,,,
+US-KY,Kentucky,2020-04-17,,971.0,164.0,,,
+US-KY,Kentucky,2020-04-18,,1008.0,37.0,,,
+US-KY,Kentucky,2020-04-19,,1059.0,51.0,,,
+US-KY,Kentucky,2020-04-20,,1059.0,0.0,,,
+US-KY,Kentucky,2020-04-21,,1059.0,0.0,,,
+US-KY,Kentucky,2020-04-22,,1076.0,17.0,,,
+US-KY,Kentucky,2020-04-23,,1105.0,29.0,,,
+US-KY,Kentucky,2020-04-24,,1115.0,10.0,,,
+US-KY,Kentucky,2020-04-25,,1143.0,28.0,,,
+US-KY,Kentucky,2020-04-26,,1266.0,123.0,,,
+US-KY,Kentucky,2020-04-27,,1274.0,8.0,,,
+US-KY,Kentucky,2020-04-28,,1281.0,7.0,,,
+US-KY,Kentucky,2020-04-29,,1331.0,50.0,,,
+US-KY,Kentucky,2020-04-30,,1359.0,28.0,,,
+US-KY,Kentucky,2020-05-01,,1375.0,16.0,,,
+US-KY,Kentucky,2020-05-02,,1411.0,36.0,,,
+US-KY,Kentucky,2020-05-03,,1411.0,0.0,,,
+US-KY,Kentucky,2020-05-04,,1519.0,108.0,,,
+US-KY,Kentucky,2020-05-05,,1529.0,10.0,,,
+US-KY,Kentucky,2020-05-06,,1603.0,74.0,,,
+US-KY,Kentucky,2020-05-07,,1616.0,13.0,,,
+US-KY,Kentucky,2020-05-08,,1684.0,68.0,,,
+US-KY,Kentucky,2020-05-09,,1696.0,12.0,,,
+US-KY,Kentucky,2020-05-10,,1757.0,61.0,,,
+US-KY,Kentucky,2020-05-11,,1757.0,0.0,,,
+US-KY,Kentucky,2020-05-12,,1767.0,10.0,,,
+US-KY,Kentucky,2020-05-13,,1825.0,58.0,,,
+US-KY,Kentucky,2020-05-14,,1835.0,10.0,,,
+US-KY,Kentucky,2020-05-15,,1887.0,52.0,,,
+US-KY,Kentucky,2020-05-16,,1896.0,9.0,,,
+US-KY,Kentucky,2020-05-17,,1896.0,0.0,,,
+US-KY,Kentucky,2020-05-18,,1896.0,0.0,,,
+US-KY,Kentucky,2020-05-19,,1980.0,84.0,,,
+US-KY,Kentucky,2020-05-20,,2010.0,30.0,,,
+US-KY,Kentucky,2020-05-21,,2016.0,6.0,,,
+US-KY,Kentucky,2020-05-22,,2041.0,25.0,,,
+US-KY,Kentucky,2020-05-23,,2076.0,35.0,,,
+US-KY,Kentucky,2020-05-24,,2131.0,55.0,,,
+US-KY,Kentucky,2020-05-25,,2131.0,0.0,,,
+US-KY,Kentucky,2020-05-26,,2131.0,0.0,,,
+US-KY,Kentucky,2020-05-27,,2136.0,5.0,,,
+US-KY,Kentucky,2020-05-28,,2142.0,6.0,,,
+US-KY,Kentucky,2020-05-29,,2180.0,38.0,,,
+US-KY,Kentucky,2020-05-30,,2266.0,86.0,,,
+US-KY,Kentucky,2020-05-31,,2272.0,6.0,,,
+US-KY,Kentucky,2020-06-01,,2274.0,2.0,,,
+US-KY,Kentucky,2020-06-02,,2307.0,33.0,,,
+US-KY,Kentucky,2020-06-03,,2317.0,10.0,,,
+US-KY,Kentucky,2020-06-04,,2332.0,15.0,,,
+US-KY,Kentucky,2020-06-05,,2345.0,13.0,,,
+US-KY,Kentucky,2020-06-06,,2361.0,16.0,,,
+US-KY,Kentucky,2020-06-07,,2361.0,0.0,,,
+US-KS,Kansas,2020-03-06,,0.0,0.0,,,
+US-KS,Kansas,2020-03-07,,0.0,0.0,,,
+US-KS,Kansas,2020-03-08,,0.0,0.0,,,
+US-KS,Kansas,2020-03-09,,0.0,0.0,,,
+US-KS,Kansas,2020-03-10,,0.0,0.0,,,
+US-KS,Kansas,2020-03-11,,0.0,0.0,,,
+US-KS,Kansas,2020-03-12,,0.0,0.0,,,
+US-KS,Kansas,2020-03-13,,0.0,0.0,,,
+US-KS,Kansas,2020-03-14,,0.0,0.0,,,
+US-KS,Kansas,2020-03-15,,0.0,0.0,,,
+US-KS,Kansas,2020-03-16,,0.0,0.0,,,
+US-KS,Kansas,2020-03-17,,0.0,0.0,,,
+US-KS,Kansas,2020-03-18,,0.0,0.0,,,
+US-KS,Kansas,2020-03-19,,0.0,0.0,,,
+US-KS,Kansas,2020-03-20,,0.0,0.0,,,
+US-KS,Kansas,2020-03-21,,0.0,0.0,,,
+US-KS,Kansas,2020-03-22,,0.0,0.0,,,
+US-KS,Kansas,2020-03-23,,0.0,0.0,,,
+US-KS,Kansas,2020-03-24,,0.0,0.0,,,
+US-KS,Kansas,2020-03-25,,0.0,0.0,,,
+US-KS,Kansas,2020-03-26,,0.0,0.0,,,
+US-KS,Kansas,2020-03-27,,27.0,27.0,,,
+US-KS,Kansas,2020-03-28,,27.0,0.0,,,
+US-KS,Kansas,2020-03-29,,55.0,28.0,,,
+US-KS,Kansas,2020-03-30,,66.0,11.0,,,
+US-KS,Kansas,2020-03-31,,79.0,13.0,,,
+US-KS,Kansas,2020-04-01,,114.0,35.0,,,
+US-KS,Kansas,2020-04-02,,138.0,24.0,,,
+US-KS,Kansas,2020-04-03,,151.0,13.0,,,
+US-KS,Kansas,2020-04-04,,172.0,21.0,,,
+US-KS,Kansas,2020-04-05,,183.0,11.0,,,
+US-KS,Kansas,2020-04-06,,198.0,15.0,,,
+US-KS,Kansas,2020-04-07,,223.0,25.0,,,
+US-KS,Kansas,2020-04-08,,223.0,0.0,,,
+US-KS,Kansas,2020-04-09,,263.0,40.0,,,
+US-KS,Kansas,2020-04-10,,274.0,11.0,,,
+US-KS,Kansas,2020-04-11,,293.0,19.0,,,
+US-KS,Kansas,2020-04-12,,298.0,5.0,,,
+US-KS,Kansas,2020-04-13,,309.0,11.0,,,
+US-KS,Kansas,2020-04-14,,327.0,18.0,,,
+US-KS,Kansas,2020-04-15,,342.0,15.0,,,
+US-KS,Kansas,2020-04-16,,359.0,17.0,,,
+US-KS,Kansas,2020-04-17,,375.0,16.0,,,
+US-KS,Kansas,2020-04-18,,383.0,8.0,,,
+US-KS,Kansas,2020-04-19,,390.0,7.0,,,
+US-KS,Kansas,2020-04-20,,405.0,15.0,,,
+US-KS,Kansas,2020-04-21,,419.0,14.0,,,
+US-KS,Kansas,2020-04-22,,432.0,13.0,,,
+US-KS,Kansas,2020-04-23,,442.0,10.0,,,
+US-KS,Kansas,2020-04-24,,457.0,15.0,,,
+US-KS,Kansas,2020-04-25,,474.0,17.0,,,
+US-KS,Kansas,2020-04-26,,485.0,11.0,,,
+US-KS,Kansas,2020-04-27,,496.0,11.0,,,
+US-KS,Kansas,2020-04-28,,504.0,8.0,,,
+US-KS,Kansas,2020-04-29,,515.0,11.0,,,
+US-KS,Kansas,2020-04-30,,523.0,8.0,,,
+US-KS,Kansas,2020-05-01,,534.0,11.0,,,
+US-KS,Kansas,2020-05-02,,541.0,7.0,,,
+US-KS,Kansas,2020-05-03,,547.0,6.0,,,
+US-KS,Kansas,2020-05-04,,553.0,6.0,,,
+US-KS,Kansas,2020-05-05,,566.0,13.0,,,
+US-KS,Kansas,2020-05-06,,571.0,5.0,,,
+US-KS,Kansas,2020-05-07,,587.0,16.0,,,
+US-KS,Kansas,2020-05-08,,608.0,21.0,,,
+US-KS,Kansas,2020-05-09,,635.0,27.0,,,
+US-KS,Kansas,2020-05-10,,657.0,22.0,,,
+US-KS,Kansas,2020-05-11,,660.0,3.0,,,
+US-KS,Kansas,2020-05-12,,660.0,0.0,,,
+US-KS,Kansas,2020-05-13,,704.0,44.0,,,
+US-KS,Kansas,2020-05-14,,704.0,0.0,,,
+US-KS,Kansas,2020-05-15,,724.0,20.0,,,
+US-KS,Kansas,2020-05-16,,724.0,0.0,,,
+US-KS,Kansas,2020-05-17,,724.0,0.0,,,
+US-KS,Kansas,2020-05-18,,740.0,16.0,,,
+US-KS,Kansas,2020-05-19,,740.0,0.0,,,
+US-KS,Kansas,2020-05-20,,760.0,20.0,,,
+US-KS,Kansas,2020-05-21,,760.0,0.0,,,
+US-KS,Kansas,2020-05-22,,787.0,27.0,,,
+US-KS,Kansas,2020-05-23,,787.0,0.0,,,
+US-KS,Kansas,2020-05-24,,787.0,0.0,,,
+US-KS,Kansas,2020-05-25,,800.0,13.0,,,
+US-KS,Kansas,2020-05-26,,800.0,0.0,,,
+US-KS,Kansas,2020-05-27,,822.0,22.0,,,
+US-KS,Kansas,2020-05-28,,822.0,0.0,,,
+US-KS,Kansas,2020-05-29,,842.0,20.0,,,
+US-KS,Kansas,2020-05-30,,842.0,0.0,,,
+US-KS,Kansas,2020-05-31,,842.0,0.0,,,
+US-KS,Kansas,2020-06-01,,842.0,0.0,,,
+US-KS,Kansas,2020-06-02,,862.0,20.0,,,
+US-KS,Kansas,2020-06-03,,890.0,28.0,,,
+US-KS,Kansas,2020-06-04,,890.0,0.0,,,
+US-KS,Kansas,2020-06-05,,917.0,27.0,,,
+US-KS,Kansas,2020-06-06,,917.0,0.0,,,
+US-KS,Kansas,2020-06-07,,917.0,0.0,,,
+US-IN,Indiana,2020-03-06,,0.0,0.0,,,
+US-IN,Indiana,2020-03-07,,0.0,0.0,,,
+US-IN,Indiana,2020-03-08,,0.0,0.0,,,
+US-IN,Indiana,2020-03-09,,0.0,0.0,,,
+US-IN,Indiana,2020-03-10,,0.0,0.0,,,
+US-IN,Indiana,2020-03-11,,0.0,0.0,,,
+US-IN,Indiana,2020-03-12,,0.0,0.0,,,
+US-IN,Indiana,2020-03-13,,0.0,0.0,,,
+US-IN,Indiana,2020-03-14,,0.0,0.0,,,
+US-IN,Indiana,2020-03-15,,0.0,0.0,,,
+US-IN,Indiana,2020-03-16,,0.0,0.0,,,
+US-IN,Indiana,2020-03-17,,0.0,0.0,,,
+US-IN,Indiana,2020-03-18,,0.0,0.0,,,
+US-IN,Indiana,2020-03-19,,0.0,0.0,,,
+US-IN,Indiana,2020-03-20,,0.0,0.0,,,
+US-IN,Indiana,2020-03-21,,1.0,1.0,,,
+US-IN,Indiana,2020-03-22,,1.0,0.0,,,
+US-IN,Indiana,2020-03-23,,1.0,0.0,,,
+US-IN,Indiana,2020-03-24,,1.0,0.0,,,
+US-IN,Indiana,2020-03-25,,1.0,0.0,,,
+US-IN,Indiana,2020-03-26,,0.0,-1.0,,,
+US-IN,Indiana,2020-03-27,,0.0,0.0,,,
+US-IN,Indiana,2020-03-28,,0.0,0.0,,,
+US-IN,Indiana,2020-03-29,,0.0,0.0,,,
+US-IN,Indiana,2020-03-30,,0.0,0.0,,,
+US-IN,Indiana,2020-03-31,,0.0,0.0,,,
+US-IN,Indiana,2020-04-01,,0.0,0.0,,,
+US-IN,Indiana,2020-04-02,,0.0,0.0,,,
+US-IN,Indiana,2020-04-03,,0.0,0.0,,,
+US-IN,Indiana,2020-04-04,,0.0,0.0,,,
+US-IN,Indiana,2020-04-05,,0.0,0.0,,,
+US-IN,Indiana,2020-04-06,,0.0,0.0,,,
+US-IN,Indiana,2020-04-07,,0.0,0.0,,,
+US-IN,Indiana,2020-04-08,,0.0,0.0,,,
+US-IN,Indiana,2020-04-09,,0.0,0.0,,,
+US-IN,Indiana,2020-04-10,,0.0,0.0,,,
+US-IN,Indiana,2020-04-11,,0.0,0.0,,,
+US-IN,Indiana,2020-04-12,,0.0,0.0,,,
+US-IN,Indiana,2020-04-13,,0.0,0.0,,,
+US-IN,Indiana,2020-04-14,,0.0,0.0,,,
+US-IN,Indiana,2020-04-15,,0.0,0.0,,,
+US-IN,Indiana,2020-04-16,,0.0,0.0,,,
+US-IN,Indiana,2020-04-17,,0.0,0.0,,,
+US-IN,Indiana,2020-04-18,,0.0,0.0,,,
+US-IN,Indiana,2020-04-19,,0.0,0.0,,,
+US-IN,Indiana,2020-04-20,,0.0,0.0,,,
+US-IN,Indiana,2020-04-21,,0.0,0.0,,,
+US-IN,Indiana,2020-04-22,,0.0,0.0,,,
+US-IN,Indiana,2020-04-23,,0.0,0.0,,,
+US-IN,Indiana,2020-04-24,,0.0,0.0,,,
+US-IN,Indiana,2020-04-25,,0.0,0.0,,,
+US-IN,Indiana,2020-04-26,,0.0,0.0,,,
+US-IN,Indiana,2020-04-27,,0.0,0.0,,,
+US-IN,Indiana,2020-04-28,,0.0,0.0,,,
+US-IN,Indiana,2020-04-29,,0.0,0.0,,,
+US-IN,Indiana,2020-04-30,,0.0,0.0,,,
+US-IN,Indiana,2020-05-01,,0.0,0.0,,,
+US-IN,Indiana,2020-05-02,,0.0,0.0,,,
+US-IN,Indiana,2020-05-03,,0.0,0.0,,,
+US-IN,Indiana,2020-05-04,,0.0,0.0,,,
+US-IN,Indiana,2020-05-05,,0.0,0.0,,,
+US-IN,Indiana,2020-05-06,,0.0,0.0,,,
+US-IN,Indiana,2020-05-07,,0.0,0.0,,,
+US-IN,Indiana,2020-05-08,,4389.0,4389.0,,,
+US-IN,Indiana,2020-05-09,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-10,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-11,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-12,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-13,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-14,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-15,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-16,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-17,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-18,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-19,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-20,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-21,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-22,,5285.0,896.0,,,
+US-IN,Indiana,2020-05-23,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-24,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-25,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-26,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-27,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-28,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-29,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-30,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-31,,5285.0,0.0,,,
+US-IN,Indiana,2020-06-01,,5860.0,575.0,,,
+US-IN,Indiana,2020-06-02,,5902.0,42.0,,,
+US-IN,Indiana,2020-06-03,,5952.0,50.0,,,
+US-IN,Indiana,2020-06-04,,5999.0,47.0,,,
+US-IN,Indiana,2020-06-05,,6053.0,54.0,,,
+US-IN,Indiana,2020-06-06,,6091.0,38.0,,,
+US-IN,Indiana,2020-06-07,,6136.0,45.0,,,
+US-IL,Illinois,2020-03-04,,0.0,0.0,,,
+US-IL,Illinois,2020-03-05,,0.0,0.0,,,
+US-IL,Illinois,2020-03-06,,0.0,0.0,,,
+US-IL,Illinois,2020-03-07,,0.0,0.0,,,
+US-IL,Illinois,2020-03-08,,0.0,0.0,,,
+US-IL,Illinois,2020-03-09,,0.0,0.0,,,
+US-IL,Illinois,2020-03-10,,0.0,0.0,,,
+US-IL,Illinois,2020-03-11,,0.0,0.0,,,
+US-IL,Illinois,2020-03-12,,0.0,0.0,,,
+US-IL,Illinois,2020-03-13,,0.0,0.0,,,
+US-IL,Illinois,2020-03-14,,0.0,0.0,,,
+US-IL,Illinois,2020-03-15,,0.0,0.0,,,
+US-IL,Illinois,2020-03-16,,0.0,0.0,,,
+US-IL,Illinois,2020-03-17,,0.0,0.0,,,
+US-IL,Illinois,2020-03-18,,0.0,0.0,,,
+US-IL,Illinois,2020-03-19,,0.0,0.0,,,
+US-IL,Illinois,2020-03-20,,0.0,0.0,,,
+US-IL,Illinois,2020-03-21,,0.0,0.0,,,
+US-IL,Illinois,2020-03-22,,0.0,0.0,,,
+US-IL,Illinois,2020-03-23,,0.0,0.0,,,
+US-IL,Illinois,2020-03-24,,0.0,0.0,,,
+US-IL,Illinois,2020-03-25,,0.0,0.0,,,
+US-IL,Illinois,2020-03-26,,0.0,0.0,,,
+US-IL,Illinois,2020-03-27,,0.0,0.0,,,
+US-IL,Illinois,2020-03-28,,0.0,0.0,,,
+US-IL,Illinois,2020-03-29,,0.0,0.0,,,
+US-IL,Illinois,2020-03-30,,0.0,0.0,,,
+US-IL,Illinois,2020-03-31,,0.0,0.0,,,
+US-IL,Illinois,2020-04-01,,0.0,0.0,,,
+US-IL,Illinois,2020-04-02,,0.0,0.0,,,
+US-IL,Illinois,2020-04-03,,0.0,0.0,,,
+US-IL,Illinois,2020-04-04,,0.0,0.0,,,
+US-IL,Illinois,2020-04-05,,0.0,0.0,,,
+US-IL,Illinois,2020-04-06,,0.0,0.0,,,
+US-IL,Illinois,2020-04-07,,0.0,0.0,,,
+US-IL,Illinois,2020-04-08,,0.0,0.0,,,
+US-IL,Illinois,2020-04-09,,0.0,0.0,,,
+US-IL,Illinois,2020-04-10,,0.0,0.0,,,
+US-IL,Illinois,2020-04-11,,0.0,0.0,,,
+US-IL,Illinois,2020-04-12,,0.0,0.0,,,
+US-IL,Illinois,2020-04-13,,0.0,0.0,,,
+US-IL,Illinois,2020-04-14,,0.0,0.0,,,
+US-IL,Illinois,2020-04-15,,0.0,0.0,,,
+US-IL,Illinois,2020-04-16,,0.0,0.0,,,
+US-IL,Illinois,2020-04-17,,0.0,0.0,,,
+US-IL,Illinois,2020-04-18,,0.0,0.0,,,
+US-IL,Illinois,2020-04-19,,0.0,0.0,,,
+US-IL,Illinois,2020-04-20,,0.0,0.0,,,
+US-IL,Illinois,2020-04-21,,0.0,0.0,,,
+US-IL,Illinois,2020-04-22,,0.0,0.0,,,
+US-IL,Illinois,2020-04-23,,0.0,0.0,,,
+US-IL,Illinois,2020-04-24,,0.0,0.0,,,
+US-IL,Illinois,2020-04-25,,0.0,0.0,,,
+US-IL,Illinois,2020-04-26,,0.0,0.0,,,
+US-IL,Illinois,2020-04-27,,0.0,0.0,,,
+US-IL,Illinois,2020-04-28,,0.0,0.0,,,
+US-IL,Illinois,2020-04-29,,0.0,0.0,,,
+US-IL,Illinois,2020-04-30,,0.0,0.0,,,
+US-IL,Illinois,2020-05-01,,0.0,0.0,,,
+US-IL,Illinois,2020-05-02,,0.0,0.0,,,
+US-IL,Illinois,2020-05-03,,0.0,0.0,,,
+US-IL,Illinois,2020-05-04,,0.0,0.0,,,
+US-IL,Illinois,2020-05-05,,0.0,0.0,,,
+US-IL,Illinois,2020-05-06,,0.0,0.0,,,
+US-IL,Illinois,2020-05-07,,0.0,0.0,,,
+US-IL,Illinois,2020-05-08,,0.0,0.0,,,
+US-IL,Illinois,2020-05-09,,0.0,0.0,,,
+US-IL,Illinois,2020-05-10,,0.0,0.0,,,
+US-IL,Illinois,2020-05-11,,0.0,0.0,,,
+US-IL,Illinois,2020-05-12,,0.0,0.0,,,
+US-IL,Illinois,2020-05-13,,0.0,0.0,,,
+US-IL,Illinois,2020-05-14,,0.0,0.0,,,
+US-IL,Illinois,2020-05-15,,0.0,0.0,,,
+US-IL,Illinois,2020-05-16,,0.0,0.0,,,
+US-IL,Illinois,2020-05-17,,0.0,0.0,,,
+US-IL,Illinois,2020-05-18,,0.0,0.0,,,
+US-IL,Illinois,2020-05-19,,0.0,0.0,,,
+US-IL,Illinois,2020-05-20,,0.0,0.0,,,
+US-IL,Illinois,2020-05-21,,0.0,0.0,,,
+US-IL,Illinois,2020-05-22,,0.0,0.0,,,
+US-IL,Illinois,2020-05-23,,0.0,0.0,,,
+US-IL,Illinois,2020-05-24,,0.0,0.0,,,
+US-IL,Illinois,2020-05-25,,0.0,0.0,,,
+US-IL,Illinois,2020-05-26,,0.0,0.0,,,
+US-IL,Illinois,2020-05-27,,0.0,0.0,,,
+US-IL,Illinois,2020-05-28,,0.0,0.0,,,
+US-IL,Illinois,2020-05-29,,0.0,0.0,,,
+US-IL,Illinois,2020-05-30,,0.0,0.0,,,
+US-IL,Illinois,2020-05-31,,0.0,0.0,,,
+US-IL,Illinois,2020-06-01,,0.0,0.0,,,
+US-IL,Illinois,2020-06-02,,0.0,0.0,,,
+US-IL,Illinois,2020-06-03,,0.0,0.0,,,
+US-IL,Illinois,2020-06-04,,0.0,0.0,,,
+US-IL,Illinois,2020-06-05,,0.0,0.0,,,
+US-IL,Illinois,2020-06-06,,0.0,0.0,,,
+US-IL,Illinois,2020-06-07,,0.0,0.0,,,
+US-ID,Idaho,2020-03-07,,0.0,0.0,,,
+US-ID,Idaho,2020-03-08,,0.0,0.0,,,
+US-ID,Idaho,2020-03-09,,0.0,0.0,,,
+US-ID,Idaho,2020-03-10,,0.0,0.0,,,
+US-ID,Idaho,2020-03-11,,0.0,0.0,,,
+US-ID,Idaho,2020-03-12,,0.0,0.0,,,
+US-ID,Idaho,2020-03-13,,0.0,0.0,,,
+US-ID,Idaho,2020-03-14,,0.0,0.0,,,
+US-ID,Idaho,2020-03-15,,0.0,0.0,,,
+US-ID,Idaho,2020-03-16,,0.0,0.0,,,
+US-ID,Idaho,2020-03-17,,0.0,0.0,,,
+US-ID,Idaho,2020-03-18,,0.0,0.0,,,
+US-ID,Idaho,2020-03-19,,0.0,0.0,,,
+US-ID,Idaho,2020-03-20,,0.0,0.0,,,
+US-ID,Idaho,2020-03-21,,0.0,0.0,,,
+US-ID,Idaho,2020-03-22,,0.0,0.0,,,
+US-ID,Idaho,2020-03-23,,0.0,0.0,,,
+US-ID,Idaho,2020-03-24,,0.0,0.0,,,
+US-ID,Idaho,2020-03-25,,0.0,0.0,,,
+US-ID,Idaho,2020-03-26,,0.0,0.0,,,
+US-ID,Idaho,2020-03-27,,0.0,0.0,,,
+US-ID,Idaho,2020-03-28,,25.0,25.0,,,
+US-ID,Idaho,2020-03-29,,36.0,11.0,,,
+US-ID,Idaho,2020-03-30,,39.0,3.0,,,
+US-ID,Idaho,2020-03-31,,45.0,6.0,,,
+US-ID,Idaho,2020-04-01,,46.0,1.0,,,
+US-ID,Idaho,2020-04-02,,49.0,3.0,,,
+US-ID,Idaho,2020-04-03,,56.0,7.0,,,
+US-ID,Idaho,2020-04-04,,62.0,6.0,,,
+US-ID,Idaho,2020-04-05,,66.0,4.0,,,
+US-ID,Idaho,2020-04-06,,77.0,11.0,,,
+US-ID,Idaho,2020-04-07,,83.0,6.0,,,
+US-ID,Idaho,2020-04-08,,93.0,10.0,,,
+US-ID,Idaho,2020-04-09,,113.0,20.0,,,
+US-ID,Idaho,2020-04-10,,127.0,14.0,,,
+US-ID,Idaho,2020-04-11,,128.0,1.0,,,
+US-ID,Idaho,2020-04-12,,131.0,3.0,,,
+US-ID,Idaho,2020-04-13,,132.0,1.0,,,
+US-ID,Idaho,2020-04-14,,135.0,3.0,,,
+US-ID,Idaho,2020-04-15,,141.0,6.0,,,
+US-ID,Idaho,2020-04-16,,143.0,2.0,,,
+US-ID,Idaho,2020-04-17,,148.0,5.0,,,
+US-ID,Idaho,2020-04-18,,151.0,3.0,,,
+US-ID,Idaho,2020-04-19,,151.0,0.0,,,
+US-ID,Idaho,2020-04-20,,151.0,0.0,,,
+US-ID,Idaho,2020-04-21,,157.0,6.0,,,
+US-ID,Idaho,2020-04-22,,158.0,1.0,,,
+US-ID,Idaho,2020-04-23,,162.0,4.0,,,
+US-ID,Idaho,2020-04-24,,166.0,4.0,,,
+US-ID,Idaho,2020-04-25,,168.0,2.0,,,
+US-ID,Idaho,2020-04-26,,169.0,1.0,,,
+US-ID,Idaho,2020-04-27,,169.0,0.0,,,
+US-ID,Idaho,2020-04-28,,172.0,3.0,,,
+US-ID,Idaho,2020-04-29,,173.0,1.0,,,
+US-ID,Idaho,2020-04-30,,175.0,2.0,,,
+US-ID,Idaho,2020-05-01,,178.0,3.0,,,
+US-ID,Idaho,2020-05-02,,178.0,0.0,,,
+US-ID,Idaho,2020-05-03,,200.0,22.0,,,
+US-ID,Idaho,2020-05-04,,200.0,0.0,,,
+US-ID,Idaho,2020-05-05,,201.0,1.0,,,
+US-ID,Idaho,2020-05-06,,203.0,2.0,,,
+US-ID,Idaho,2020-05-07,,205.0,2.0,,,
+US-ID,Idaho,2020-05-08,,206.0,1.0,,,
+US-ID,Idaho,2020-05-09,,206.0,0.0,,,
+US-ID,Idaho,2020-05-10,,207.0,1.0,,,
+US-ID,Idaho,2020-05-11,,207.0,0.0,,,
+US-ID,Idaho,2020-05-12,,210.0,3.0,,,
+US-ID,Idaho,2020-05-13,,214.0,4.0,,,
+US-ID,Idaho,2020-05-14,,212.0,-2.0,,,
+US-ID,Idaho,2020-05-15,,212.0,0.0,,,
+US-ID,Idaho,2020-05-16,,213.0,1.0,,,
+US-ID,Idaho,2020-05-17,,213.0,0.0,,,
+US-ID,Idaho,2020-05-18,,213.0,0.0,,,
+US-ID,Idaho,2020-05-19,,213.0,0.0,,,
+US-ID,Idaho,2020-05-20,,215.0,2.0,,,
+US-ID,Idaho,2020-05-21,,221.0,6.0,,,
+US-ID,Idaho,2020-05-22,,223.0,2.0,,,
+US-ID,Idaho,2020-05-23,,225.0,2.0,,,
+US-ID,Idaho,2020-05-24,,225.0,0.0,,,
+US-ID,Idaho,2020-05-25,,225.0,0.0,,,
+US-ID,Idaho,2020-05-26,,225.0,0.0,,,
+US-ID,Idaho,2020-05-27,,231.0,6.0,,,
+US-ID,Idaho,2020-05-28,,234.0,3.0,,,
+US-ID,Idaho,2020-05-29,,238.0,4.0,,,
+US-ID,Idaho,2020-05-30,,240.0,2.0,,,
+US-ID,Idaho,2020-05-31,,242.0,2.0,,,
+US-ID,Idaho,2020-06-01,,242.0,0.0,,,
+US-ID,Idaho,2020-06-02,,247.0,5.0,,,
+US-ID,Idaho,2020-06-03,,251.0,4.0,,,
+US-ID,Idaho,2020-06-04,,253.0,2.0,,,
+US-ID,Idaho,2020-06-05,,255.0,2.0,,,
+US-ID,Idaho,2020-06-06,,257.0,2.0,,,
+US-ID,Idaho,2020-06-07,,260.0,3.0,,,
+US-IA,Iowa,2020-03-06,,0.0,0.0,,,
+US-IA,Iowa,2020-03-07,,0.0,0.0,,,
+US-IA,Iowa,2020-03-08,,0.0,0.0,,,
+US-IA,Iowa,2020-03-09,,0.0,0.0,,,
+US-IA,Iowa,2020-03-10,,0.0,0.0,,,
+US-IA,Iowa,2020-03-11,,0.0,0.0,,,
+US-IA,Iowa,2020-03-12,,0.0,0.0,,,
+US-IA,Iowa,2020-03-13,,0.0,0.0,,,
+US-IA,Iowa,2020-03-14,,0.0,0.0,,,
+US-IA,Iowa,2020-03-15,,0.0,0.0,,,
+US-IA,Iowa,2020-03-16,,0.0,0.0,,,
+US-IA,Iowa,2020-03-17,,0.0,0.0,,,
+US-IA,Iowa,2020-03-18,,0.0,0.0,,,
+US-IA,Iowa,2020-03-19,,0.0,0.0,,,
+US-IA,Iowa,2020-03-20,,0.0,0.0,,,
+US-IA,Iowa,2020-03-21,,0.0,0.0,,,
+US-IA,Iowa,2020-03-22,,0.0,0.0,,,
+US-IA,Iowa,2020-03-23,,0.0,0.0,,,
+US-IA,Iowa,2020-03-24,,27.0,27.0,,,
+US-IA,Iowa,2020-03-25,,36.0,9.0,,,
+US-IA,Iowa,2020-03-26,,46.0,10.0,,,
+US-IA,Iowa,2020-03-27,,50.0,4.0,,,
+US-IA,Iowa,2020-03-28,,61.0,11.0,,,
+US-IA,Iowa,2020-03-29,,68.0,7.0,,,
+US-IA,Iowa,2020-03-30,,74.0,6.0,,,
+US-IA,Iowa,2020-03-31,,94.0,20.0,,,
+US-IA,Iowa,2020-04-01,,99.0,5.0,,,
+US-IA,Iowa,2020-04-02,,120.0,21.0,,,
+US-IA,Iowa,2020-04-03,,138.0,18.0,,,
+US-IA,Iowa,2020-04-04,,153.0,15.0,,,
+US-IA,Iowa,2020-04-05,,165.0,12.0,,,
+US-IA,Iowa,2020-04-06,,179.0,14.0,,,
+US-IA,Iowa,2020-04-07,,193.0,14.0,,,
+US-IA,Iowa,2020-04-08,,193.0,0.0,,,
+US-IA,Iowa,2020-04-09,,0.0,-193.0,,,
+US-IA,Iowa,2020-04-10,,0.0,0.0,,,
+US-IA,Iowa,2020-04-11,,0.0,0.0,,,
+US-IA,Iowa,2020-04-12,,0.0,0.0,,,
+US-IA,Iowa,2020-04-13,,0.0,0.0,,,
+US-IA,Iowa,2020-04-14,,0.0,0.0,,,
+US-IA,Iowa,2020-04-15,,0.0,0.0,,,
+US-IA,Iowa,2020-04-16,,0.0,0.0,,,
+US-IA,Iowa,2020-04-17,,0.0,0.0,,,
+US-IA,Iowa,2020-04-18,,0.0,0.0,,,
+US-IA,Iowa,2020-04-19,,0.0,0.0,,,
+US-IA,Iowa,2020-04-20,,0.0,0.0,,,
+US-IA,Iowa,2020-04-21,,0.0,0.0,,,
+US-IA,Iowa,2020-04-22,,0.0,0.0,,,
+US-IA,Iowa,2020-04-23,,0.0,0.0,,,
+US-IA,Iowa,2020-04-24,,0.0,0.0,,,
+US-IA,Iowa,2020-04-25,,0.0,0.0,,,
+US-IA,Iowa,2020-04-26,,0.0,0.0,,,
+US-IA,Iowa,2020-04-27,,0.0,0.0,,,
+US-IA,Iowa,2020-04-28,,0.0,0.0,,,
+US-IA,Iowa,2020-04-29,,0.0,0.0,,,
+US-IA,Iowa,2020-04-30,,0.0,0.0,,,
+US-IA,Iowa,2020-05-01,,0.0,0.0,,,
+US-IA,Iowa,2020-05-02,,0.0,0.0,,,
+US-IA,Iowa,2020-05-03,,0.0,0.0,,,
+US-IA,Iowa,2020-05-04,,0.0,0.0,,,
+US-IA,Iowa,2020-05-05,,0.0,0.0,,,
+US-IA,Iowa,2020-05-06,,0.0,0.0,,,
+US-IA,Iowa,2020-05-07,,0.0,0.0,,,
+US-IA,Iowa,2020-05-08,,0.0,0.0,,,
+US-IA,Iowa,2020-05-09,,0.0,0.0,,,
+US-IA,Iowa,2020-05-10,,0.0,0.0,,,
+US-IA,Iowa,2020-05-11,,0.0,0.0,,,
+US-IA,Iowa,2020-05-12,,0.0,0.0,,,
+US-IA,Iowa,2020-05-13,,0.0,0.0,,,
+US-IA,Iowa,2020-05-14,,0.0,0.0,,,
+US-IA,Iowa,2020-05-15,,0.0,0.0,,,
+US-IA,Iowa,2020-05-16,,0.0,0.0,,,
+US-IA,Iowa,2020-05-17,,0.0,0.0,,,
+US-IA,Iowa,2020-05-18,,0.0,0.0,,,
+US-IA,Iowa,2020-05-19,,0.0,0.0,,,
+US-IA,Iowa,2020-05-20,,0.0,0.0,,,
+US-IA,Iowa,2020-05-21,,0.0,0.0,,,
+US-IA,Iowa,2020-05-22,,0.0,0.0,,,
+US-IA,Iowa,2020-05-23,,0.0,0.0,,,
+US-IA,Iowa,2020-05-24,,0.0,0.0,,,
+US-IA,Iowa,2020-05-25,,0.0,0.0,,,
+US-IA,Iowa,2020-05-26,,0.0,0.0,,,
+US-IA,Iowa,2020-05-27,,0.0,0.0,,,
+US-IA,Iowa,2020-05-28,,0.0,0.0,,,
+US-IA,Iowa,2020-05-29,,0.0,0.0,,,
+US-IA,Iowa,2020-05-30,,0.0,0.0,,,
+US-IA,Iowa,2020-05-31,,0.0,0.0,,,
+US-IA,Iowa,2020-06-01,,0.0,0.0,,,
+US-IA,Iowa,2020-06-02,,0.0,0.0,,,
+US-IA,Iowa,2020-06-03,,0.0,0.0,,,
+US-IA,Iowa,2020-06-04,,0.0,0.0,,,
+US-IA,Iowa,2020-06-05,,0.0,0.0,,,
+US-IA,Iowa,2020-06-06,,0.0,0.0,,,
+US-IA,Iowa,2020-06-07,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-07,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-08,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-09,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-10,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-11,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-12,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-13,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-14,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-15,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-16,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-17,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-18,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-19,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-20,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-21,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-22,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-23,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-24,,4.0,4.0,,,
+US-HI,Hawaii,2020-03-25,,6.0,2.0,,,
+US-HI,Hawaii,2020-03-26,,5.0,-1.0,,,
+US-HI,Hawaii,2020-03-27,,7.0,2.0,,,
+US-HI,Hawaii,2020-03-28,,8.0,1.0,,,
+US-HI,Hawaii,2020-03-29,,12.0,4.0,,,
+US-HI,Hawaii,2020-03-30,,12.0,0.0,,,
+US-HI,Hawaii,2020-03-31,,12.0,0.0,,,
+US-HI,Hawaii,2020-04-01,,13.0,1.0,,,
+US-HI,Hawaii,2020-04-02,,15.0,2.0,,,
+US-HI,Hawaii,2020-04-03,,15.0,0.0,,,
+US-HI,Hawaii,2020-04-04,,18.0,3.0,,,
+US-HI,Hawaii,2020-04-05,,19.0,1.0,,,
+US-HI,Hawaii,2020-04-06,,21.0,2.0,,,
+US-HI,Hawaii,2020-04-07,,26.0,5.0,,,
+US-HI,Hawaii,2020-04-08,,42.0,16.0,,,
+US-HI,Hawaii,2020-04-09,,42.0,0.0,,,
+US-HI,Hawaii,2020-04-10,,42.0,0.0,,,
+US-HI,Hawaii,2020-04-11,,43.0,1.0,,,
+US-HI,Hawaii,2020-04-12,,44.0,1.0,,,
+US-HI,Hawaii,2020-04-13,,44.0,0.0,,,
+US-HI,Hawaii,2020-04-14,,44.0,0.0,,,
+US-HI,Hawaii,2020-04-15,,45.0,1.0,,,
+US-HI,Hawaii,2020-04-16,,45.0,0.0,,,
+US-HI,Hawaii,2020-04-17,,45.0,0.0,,,
+US-HI,Hawaii,2020-04-18,,48.0,3.0,,,
+US-HI,Hawaii,2020-04-19,,51.0,3.0,,,
+US-HI,Hawaii,2020-04-20,,52.0,1.0,,,
+US-HI,Hawaii,2020-04-21,,55.0,3.0,,,
+US-HI,Hawaii,2020-04-22,,56.0,1.0,,,
+US-HI,Hawaii,2020-04-23,,63.0,7.0,,,
+US-HI,Hawaii,2020-04-24,,63.0,0.0,,,
+US-HI,Hawaii,2020-04-25,,67.0,4.0,,,
+US-HI,Hawaii,2020-04-26,,68.0,1.0,,,
+US-HI,Hawaii,2020-04-27,,68.0,0.0,,,
+US-HI,Hawaii,2020-04-28,,68.0,0.0,,,
+US-HI,Hawaii,2020-04-29,,69.0,1.0,,,
+US-HI,Hawaii,2020-04-30,,69.0,0.0,,,
+US-HI,Hawaii,2020-05-01,,70.0,1.0,,,
+US-HI,Hawaii,2020-05-02,,72.0,2.0,,,
+US-HI,Hawaii,2020-05-03,,72.0,0.0,,,
+US-HI,Hawaii,2020-05-04,,73.0,1.0,,,
+US-HI,Hawaii,2020-05-05,,73.0,0.0,,,
+US-HI,Hawaii,2020-05-06,,73.0,0.0,,,
+US-HI,Hawaii,2020-05-07,,74.0,1.0,,,
+US-HI,Hawaii,2020-05-08,,74.0,0.0,,,
+US-HI,Hawaii,2020-05-09,,81.0,7.0,,,
+US-HI,Hawaii,2020-05-10,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-11,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-12,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-13,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-14,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-15,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-16,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-17,,82.0,1.0,,,
+US-HI,Hawaii,2020-05-18,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-19,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-20,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-21,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-22,,83.0,1.0,,,
+US-HI,Hawaii,2020-05-23,,84.0,1.0,,,
+US-HI,Hawaii,2020-05-24,,84.0,0.0,,,
+US-HI,Hawaii,2020-05-25,,84.0,0.0,,,
+US-HI,Hawaii,2020-05-26,,84.0,0.0,,,
+US-HI,Hawaii,2020-05-27,,83.0,-1.0,,,
+US-HI,Hawaii,2020-05-28,,83.0,0.0,,,
+US-HI,Hawaii,2020-05-29,,83.0,0.0,,,
+US-HI,Hawaii,2020-05-30,,83.0,0.0,,,
+US-HI,Hawaii,2020-05-31,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-01,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-02,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-03,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-04,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-05,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-06,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-07,,83.0,0.0,,,
+US-GU,Guam,2020-03-16,,0.0,0.0,,,
+US-GU,Guam,2020-03-17,,0.0,0.0,,,
+US-GU,Guam,2020-03-18,,0.0,0.0,,,
+US-GU,Guam,2020-03-19,,0.0,0.0,,,
+US-GU,Guam,2020-03-20,,0.0,0.0,,,
+US-GU,Guam,2020-03-21,,0.0,0.0,,,
+US-GU,Guam,2020-03-22,,0.0,0.0,,,
+US-GU,Guam,2020-03-23,,0.0,0.0,,,
+US-GU,Guam,2020-03-24,,0.0,0.0,,,
+US-GU,Guam,2020-03-25,,0.0,0.0,,,
+US-GU,Guam,2020-03-26,,0.0,0.0,,,
+US-GU,Guam,2020-03-27,,0.0,0.0,,,
+US-GU,Guam,2020-03-28,,0.0,0.0,,,
+US-GU,Guam,2020-03-29,,0.0,0.0,,,
+US-GU,Guam,2020-03-30,,0.0,0.0,,,
+US-GU,Guam,2020-03-31,,0.0,0.0,,,
+US-GU,Guam,2020-04-01,,0.0,0.0,,,
+US-GU,Guam,2020-04-02,,0.0,0.0,,,
+US-GU,Guam,2020-04-03,,0.0,0.0,,,
+US-GU,Guam,2020-04-04,,0.0,0.0,,,
+US-GU,Guam,2020-04-05,,0.0,0.0,,,
+US-GU,Guam,2020-04-06,,0.0,0.0,,,
+US-GU,Guam,2020-04-07,,0.0,0.0,,,
+US-GU,Guam,2020-04-08,,0.0,0.0,,,
+US-GU,Guam,2020-04-09,,0.0,0.0,,,
+US-GU,Guam,2020-04-10,,0.0,0.0,,,
+US-GU,Guam,2020-04-11,,0.0,0.0,,,
+US-GU,Guam,2020-04-12,,0.0,0.0,,,
+US-GU,Guam,2020-04-13,,0.0,0.0,,,
+US-GU,Guam,2020-04-14,,0.0,0.0,,,
+US-GU,Guam,2020-04-15,,0.0,0.0,,,
+US-GU,Guam,2020-04-16,,0.0,0.0,,,
+US-GU,Guam,2020-04-17,,0.0,0.0,,,
+US-GU,Guam,2020-04-18,,0.0,0.0,,,
+US-GU,Guam,2020-04-19,,0.0,0.0,,,
+US-GU,Guam,2020-04-20,,0.0,0.0,,,
+US-GU,Guam,2020-04-21,,0.0,0.0,,,
+US-GU,Guam,2020-04-22,,0.0,0.0,,,
+US-GU,Guam,2020-04-23,,0.0,0.0,,,
+US-GU,Guam,2020-04-24,,0.0,0.0,,,
+US-GU,Guam,2020-04-25,,0.0,0.0,,,
+US-GU,Guam,2020-04-26,,0.0,0.0,,,
+US-GU,Guam,2020-04-27,,0.0,0.0,,,
+US-GU,Guam,2020-04-28,,0.0,0.0,,,
+US-GU,Guam,2020-04-29,,0.0,0.0,,,
+US-GU,Guam,2020-04-30,,0.0,0.0,,,
+US-GU,Guam,2020-05-01,,0.0,0.0,,,
+US-GU,Guam,2020-05-02,,0.0,0.0,,,
+US-GU,Guam,2020-05-03,,0.0,0.0,,,
+US-GU,Guam,2020-05-04,,0.0,0.0,,,
+US-GU,Guam,2020-05-05,,0.0,0.0,,,
+US-GU,Guam,2020-05-06,,0.0,0.0,,,
+US-GU,Guam,2020-05-07,,0.0,0.0,,,
+US-GU,Guam,2020-05-08,,0.0,0.0,,,
+US-GU,Guam,2020-05-09,,0.0,0.0,,,
+US-GU,Guam,2020-05-10,,0.0,0.0,,,
+US-GU,Guam,2020-05-11,,0.0,0.0,,,
+US-GU,Guam,2020-05-12,,0.0,0.0,,,
+US-GU,Guam,2020-05-13,,0.0,0.0,,,
+US-GU,Guam,2020-05-14,,0.0,0.0,,,
+US-GU,Guam,2020-05-15,,0.0,0.0,,,
+US-GU,Guam,2020-05-16,,0.0,0.0,,,
+US-GU,Guam,2020-05-17,,0.0,0.0,,,
+US-GU,Guam,2020-05-18,,0.0,0.0,,,
+US-GU,Guam,2020-05-19,,0.0,0.0,,,
+US-GU,Guam,2020-05-20,,0.0,0.0,,,
+US-GU,Guam,2020-05-21,,0.0,0.0,,,
+US-GU,Guam,2020-05-22,,0.0,0.0,,,
+US-GU,Guam,2020-05-23,,0.0,0.0,,,
+US-GU,Guam,2020-05-24,,0.0,0.0,,,
+US-GU,Guam,2020-05-25,,0.0,0.0,,,
+US-GU,Guam,2020-05-26,,0.0,0.0,,,
+US-GU,Guam,2020-05-27,,0.0,0.0,,,
+US-GU,Guam,2020-05-28,,0.0,0.0,,,
+US-GU,Guam,2020-05-29,,0.0,0.0,,,
+US-GU,Guam,2020-05-30,,0.0,0.0,,,
+US-GU,Guam,2020-05-31,,0.0,0.0,,,
+US-GU,Guam,2020-06-01,,0.0,0.0,,,
+US-GU,Guam,2020-06-02,,0.0,0.0,,,
+US-GU,Guam,2020-06-03,,0.0,0.0,,,
+US-GU,Guam,2020-06-04,,0.0,0.0,,,
+US-GU,Guam,2020-06-05,,0.0,0.0,,,
+US-GU,Guam,2020-06-06,,0.0,0.0,,,
+US-GU,Guam,2020-06-07,,0.0,0.0,,,
+US-GA,Georgia,2020-03-04,,0.0,0.0,,,
+US-GA,Georgia,2020-03-05,,0.0,0.0,,,
+US-GA,Georgia,2020-03-06,,0.0,0.0,,,
+US-GA,Georgia,2020-03-07,,0.0,0.0,,,
+US-GA,Georgia,2020-03-08,,0.0,0.0,,,
+US-GA,Georgia,2020-03-09,,0.0,0.0,,,
+US-GA,Georgia,2020-03-10,,0.0,0.0,,,
+US-GA,Georgia,2020-03-11,,0.0,0.0,,,
+US-GA,Georgia,2020-03-12,,0.0,0.0,,,
+US-GA,Georgia,2020-03-13,,0.0,0.0,,,
+US-GA,Georgia,2020-03-14,,0.0,0.0,,,
+US-GA,Georgia,2020-03-15,,0.0,0.0,,,
+US-GA,Georgia,2020-03-16,,0.0,0.0,,,
+US-GA,Georgia,2020-03-17,,0.0,0.0,,,
+US-GA,Georgia,2020-03-18,,0.0,0.0,,,
+US-GA,Georgia,2020-03-19,,0.0,0.0,,,
+US-GA,Georgia,2020-03-20,,0.0,0.0,,,
+US-GA,Georgia,2020-03-21,,0.0,0.0,,,
+US-GA,Georgia,2020-03-22,,0.0,0.0,,,
+US-GA,Georgia,2020-03-23,,0.0,0.0,,,
+US-GA,Georgia,2020-03-24,,0.0,0.0,,,
+US-GA,Georgia,2020-03-25,,394.0,394.0,,,
+US-GA,Georgia,2020-03-26,,473.0,79.0,,,
+US-GA,Georgia,2020-03-27,,566.0,93.0,,,
+US-GA,Georgia,2020-03-28,,617.0,51.0,,,
+US-GA,Georgia,2020-03-29,,666.0,49.0,,,
+US-GA,Georgia,2020-03-30,,707.0,41.0,,,
+US-GA,Georgia,2020-03-31,,833.0,126.0,,,
+US-GA,Georgia,2020-04-01,,952.0,119.0,,,
+US-GA,Georgia,2020-04-02,,1056.0,104.0,,,
+US-GA,Georgia,2020-04-03,,1158.0,102.0,,,
+US-GA,Georgia,2020-04-04,,1239.0,81.0,,,
+US-GA,Georgia,2020-04-05,,1283.0,44.0,,,
+US-GA,Georgia,2020-04-06,,1332.0,49.0,,,
+US-GA,Georgia,2020-04-07,,1774.0,442.0,,,
+US-GA,Georgia,2020-04-08,,1993.0,219.0,,,
+US-GA,Georgia,2020-04-09,,2159.0,166.0,,,
+US-GA,Georgia,2020-04-10,,2351.0,192.0,,,
+US-GA,Georgia,2020-04-11,,2479.0,128.0,,,
+US-GA,Georgia,2020-04-12,,2505.0,26.0,,,
+US-GA,Georgia,2020-04-13,,2589.0,84.0,,,
+US-GA,Georgia,2020-04-14,,2769.0,180.0,,,
+US-GA,Georgia,2020-04-15,,2922.0,153.0,,,
+US-GA,Georgia,2020-04-16,,3108.0,186.0,,,
+US-GA,Georgia,2020-04-17,,3324.0,216.0,,,
+US-GA,Georgia,2020-04-18,,3420.0,96.0,,,
+US-GA,Georgia,2020-04-19,,3464.0,44.0,,,
+US-GA,Georgia,2020-04-20,,3550.0,86.0,,,
+US-GA,Georgia,2020-04-21,,3779.0,229.0,,,
+US-GA,Georgia,2020-04-22,,3959.0,180.0,,,
+US-GA,Georgia,2020-04-23,,4069.0,110.0,,,
+US-GA,Georgia,2020-04-24,,4221.0,152.0,,,
+US-GA,Georgia,2020-04-25,,4326.0,105.0,,,
+US-GA,Georgia,2020-04-26,,4359.0,33.0,,,
+US-GA,Georgia,2020-04-27,,4681.0,322.0,,,
+US-GA,Georgia,2020-04-28,,4814.0,133.0,,,
+US-GA,Georgia,2020-04-29,,5056.0,242.0,,,
+US-GA,Georgia,2020-04-30,,5156.0,100.0,,,
+US-GA,Georgia,2020-05-01,,5269.0,113.0,,,
+US-GA,Georgia,2020-05-02,,5387.0,118.0,,,
+US-GA,Georgia,2020-05-03,,5393.0,6.0,,,
+US-GA,Georgia,2020-05-04,,5526.0,133.0,,,
+US-GA,Georgia,2020-05-05,,5634.0,108.0,,,
+US-GA,Georgia,2020-05-06,,5765.0,131.0,,,
+US-GA,Georgia,2020-05-07,,5835.0,70.0,,,
+US-GA,Georgia,2020-05-08,,5935.0,100.0,,,
+US-GA,Georgia,2020-05-09,,5987.0,52.0,,,
+US-GA,Georgia,2020-05-10,,5997.0,10.0,,,
+US-GA,Georgia,2020-05-11,,6015.0,18.0,,,
+US-GA,Georgia,2020-05-12,,6130.0,115.0,,,
+US-GA,Georgia,2020-05-13,,6259.0,129.0,,,
+US-GA,Georgia,2020-05-14,,6345.0,86.0,,,
+US-GA,Georgia,2020-05-15,,6438.0,93.0,,,
+US-GA,Georgia,2020-05-16,,6735.0,297.0,,,
+US-GA,Georgia,2020-05-17,,6790.0,55.0,,,
+US-GA,Georgia,2020-05-18,,6916.0,126.0,,,
+US-GA,Georgia,2020-05-19,,7027.0,111.0,,,
+US-GA,Georgia,2020-05-20,,7107.0,80.0,,,
+US-GA,Georgia,2020-05-21,,7235.0,128.0,,,
+US-GA,Georgia,2020-05-22,,7313.0,78.0,,,
+US-GA,Georgia,2020-05-23,,7411.0,98.0,,,
+US-GA,Georgia,2020-05-24,,7439.0,28.0,,,
+US-GA,Georgia,2020-05-25,,7475.0,36.0,,,
+US-GA,Georgia,2020-05-26,,7547.0,72.0,,,
+US-GA,Georgia,2020-05-27,,7666.0,119.0,,,
+US-GA,Georgia,2020-05-28,,7767.0,101.0,,,
+US-GA,Georgia,2020-05-29,,7852.0,85.0,,,
+US-GA,Georgia,2020-05-30,,7921.0,69.0,,,
+US-GA,Georgia,2020-05-31,,7946.0,25.0,,,
+US-GA,Georgia,2020-06-01,,8127.0,181.0,,,
+US-GA,Georgia,2020-06-02,,8334.0,207.0,,,
+US-GA,Georgia,2020-06-03,,8419.0,85.0,,,
+US-GA,Georgia,2020-06-04,,8557.0,138.0,,,
+US-GA,Georgia,2020-06-05,,8646.0,89.0,,,
+US-GA,Georgia,2020-06-06,,8662.0,16.0,,,
+US-GA,Georgia,2020-06-07,,8685.0,23.0,,,
+US-FL,Florida,2020-03-04,,0.0,0.0,,,
+US-FL,Florida,2020-03-05,,0.0,0.0,,,
+US-FL,Florida,2020-03-06,,0.0,0.0,,,
+US-FL,Florida,2020-03-07,,0.0,0.0,,,
+US-FL,Florida,2020-03-08,,0.0,0.0,,,
+US-FL,Florida,2020-03-09,,0.0,0.0,,,
+US-FL,Florida,2020-03-10,,0.0,0.0,,,
+US-FL,Florida,2020-03-11,,0.0,0.0,,,
+US-FL,Florida,2020-03-12,,0.0,0.0,,,
+US-FL,Florida,2020-03-13,,0.0,0.0,,,
+US-FL,Florida,2020-03-14,,0.0,0.0,,,
+US-FL,Florida,2020-03-15,,0.0,0.0,,,
+US-FL,Florida,2020-03-16,,0.0,0.0,,,
+US-FL,Florida,2020-03-17,,0.0,0.0,,,
+US-FL,Florida,2020-03-18,,0.0,0.0,,,
+US-FL,Florida,2020-03-19,,0.0,0.0,,,
+US-FL,Florida,2020-03-20,,0.0,0.0,,,
+US-FL,Florida,2020-03-21,,158.0,158.0,,,
+US-FL,Florida,2020-03-22,,185.0,27.0,,,
+US-FL,Florida,2020-03-23,,217.0,32.0,,,
+US-FL,Florida,2020-03-24,,259.0,42.0,,,
+US-FL,Florida,2020-03-25,,316.0,57.0,,,
+US-FL,Florida,2020-03-26,,406.0,90.0,,,
+US-FL,Florida,2020-03-27,,456.0,50.0,,,
+US-FL,Florida,2020-03-28,,526.0,70.0,,,
+US-FL,Florida,2020-03-29,,594.0,68.0,,,
+US-FL,Florida,2020-03-30,,652.0,58.0,,,
+US-FL,Florida,2020-03-31,,823.0,171.0,,,
+US-FL,Florida,2020-04-01,,949.0,126.0,,,
+US-FL,Florida,2020-04-02,,1123.0,174.0,,,
+US-FL,Florida,2020-04-03,,1287.0,164.0,,,
+US-FL,Florida,2020-04-04,,1462.0,175.0,,,
+US-FL,Florida,2020-04-05,,1572.0,110.0,,,
+US-FL,Florida,2020-04-06,,1682.0,110.0,,,
+US-FL,Florida,2020-04-07,,1999.0,317.0,,,
+US-FL,Florida,2020-04-08,,2062.0,63.0,,,
+US-FL,Florida,2020-04-09,,2268.0,206.0,,,
+US-FL,Florida,2020-04-10,,2487.0,219.0,,,
+US-FL,Florida,2020-04-11,,2661.0,174.0,,,
+US-FL,Florida,2020-04-12,,2772.0,111.0,,,
+US-FL,Florida,2020-04-13,,2833.0,61.0,,,
+US-FL,Florida,2020-04-14,,3060.0,227.0,,,
+US-FL,Florida,2020-04-15,,3344.0,284.0,,,
+US-FL,Florida,2020-04-16,,3460.0,116.0,,,
+US-FL,Florida,2020-04-17,,3665.0,205.0,,,
+US-FL,Florida,2020-04-18,,3842.0,177.0,,,
+US-FL,Florida,2020-04-19,,3930.0,88.0,,,
+US-FL,Florida,2020-04-20,,4010.0,80.0,,,
+US-FL,Florida,2020-04-21,,4235.0,225.0,,,
+US-FL,Florida,2020-04-22,,4469.0,234.0,,,
+US-FL,Florida,2020-04-23,,4693.0,224.0,,,
+US-FL,Florida,2020-04-24,,4888.0,195.0,,,
+US-FL,Florida,2020-04-25,,5045.0,157.0,,,
+US-FL,Florida,2020-04-26,,5155.0,110.0,,,
+US-FL,Florida,2020-04-27,,5211.0,56.0,,,
+US-FL,Florida,2020-04-28,,5266.0,55.0,,,
+US-FL,Florida,2020-04-29,,5624.0,358.0,,,
+US-FL,Florida,2020-04-30,,5795.0,171.0,,,
+US-FL,Florida,2020-05-01,,5795.0,0.0,,,
+US-FL,Florida,2020-05-02,,5945.0,150.0,,,
+US-FL,Florida,2020-05-03,,6244.0,299.0,,,
+US-FL,Florida,2020-05-04,,6329.0,85.0,,,
+US-FL,Florida,2020-05-05,,6546.0,217.0,,,
+US-FL,Florida,2020-05-06,,6776.0,230.0,,,
+US-FL,Florida,2020-05-07,,6990.0,214.0,,,
+US-FL,Florida,2020-05-08,,7157.0,167.0,,,
+US-FL,Florida,2020-05-09,,7325.0,168.0,,,
+US-FL,Florida,2020-05-10,,7404.0,79.0,,,
+US-FL,Florida,2020-05-11,,7458.0,54.0,,,
+US-FL,Florida,2020-05-12,,7654.0,196.0,,,
+US-FL,Florida,2020-05-13,,7835.0,181.0,,,
+US-FL,Florida,2020-05-14,,7993.0,158.0,,,
+US-FL,Florida,2020-05-15,,7993.0,0.0,,,
+US-FL,Florida,2020-05-16,,8393.0,400.0,,,
+US-FL,Florida,2020-05-17,,8478.0,85.0,,,
+US-FL,Florida,2020-05-18,,8553.0,75.0,,,
+US-FL,Florida,2020-05-19,,8744.0,191.0,,,
+US-FL,Florida,2020-05-20,,8934.0,190.0,,,
+US-FL,Florida,2020-05-21,,9200.0,266.0,,,
+US-FL,Florida,2020-05-22,,9372.0,172.0,,,
+US-FL,Florida,2020-05-23,,9567.0,195.0,,,
+US-FL,Florida,2020-05-24,,9638.0,71.0,,,
+US-FL,Florida,2020-05-25,,9681.0,43.0,,,
+US-FL,Florida,2020-05-26,,9740.0,59.0,,,
+US-FL,Florida,2020-05-27,,9899.0,159.0,,,
+US-FL,Florida,2020-05-28,,10056.0,157.0,,,
+US-FL,Florida,2020-05-29,,10243.0,187.0,,,
+US-FL,Florida,2020-05-30,,10375.0,132.0,,,
+US-FL,Florida,2020-05-31,,10453.0,78.0,,,
+US-FL,Florida,2020-06-01,,10494.0,41.0,,,
+US-FL,Florida,2020-06-02,,10678.0,184.0,,,
+US-FL,Florida,2020-06-03,,10796.0,118.0,,,
+US-FL,Florida,2020-06-04,,10923.0,127.0,,,
+US-FL,Florida,2020-06-05,,11066.0,143.0,,,
+US-FL,Florida,2020-06-06,,11163.0,97.0,,,
+US-FL,Florida,2020-06-07,,11215.0,52.0,,,
+US-DE,Delaware,2020-03-06,,0.0,0.0,,,
+US-DE,Delaware,2020-03-07,,0.0,0.0,,,
+US-DE,Delaware,2020-03-08,,0.0,0.0,,,
+US-DE,Delaware,2020-03-09,,0.0,0.0,,,
+US-DE,Delaware,2020-03-10,,0.0,0.0,,,
+US-DE,Delaware,2020-03-11,,0.0,0.0,,,
+US-DE,Delaware,2020-03-12,,0.0,0.0,,,
+US-DE,Delaware,2020-03-13,,0.0,0.0,,,
+US-DE,Delaware,2020-03-14,,0.0,0.0,,,
+US-DE,Delaware,2020-03-15,,0.0,0.0,,,
+US-DE,Delaware,2020-03-16,,0.0,0.0,,,
+US-DE,Delaware,2020-03-17,,0.0,0.0,,,
+US-DE,Delaware,2020-03-18,,0.0,0.0,,,
+US-DE,Delaware,2020-03-19,,0.0,0.0,,,
+US-DE,Delaware,2020-03-20,,0.0,0.0,,,
+US-DE,Delaware,2020-03-21,,0.0,0.0,,,
+US-DE,Delaware,2020-03-22,,0.0,0.0,,,
+US-DE,Delaware,2020-03-23,,0.0,0.0,,,
+US-DE,Delaware,2020-03-24,,0.0,0.0,,,
+US-DE,Delaware,2020-03-25,,0.0,0.0,,,
+US-DE,Delaware,2020-03-26,,0.0,0.0,,,
+US-DE,Delaware,2020-03-27,,0.0,0.0,,,
+US-DE,Delaware,2020-03-28,,0.0,0.0,,,
+US-DE,Delaware,2020-03-29,,0.0,0.0,,,
+US-DE,Delaware,2020-03-30,,0.0,0.0,,,
+US-DE,Delaware,2020-03-31,,0.0,0.0,,,
+US-DE,Delaware,2020-04-01,,0.0,0.0,,,
+US-DE,Delaware,2020-04-02,,0.0,0.0,,,
+US-DE,Delaware,2020-04-03,,0.0,0.0,,,
+US-DE,Delaware,2020-04-04,,0.0,0.0,,,
+US-DE,Delaware,2020-04-05,,0.0,0.0,,,
+US-DE,Delaware,2020-04-06,,0.0,0.0,,,
+US-DE,Delaware,2020-04-07,,0.0,0.0,,,
+US-DE,Delaware,2020-04-08,,0.0,0.0,,,
+US-DE,Delaware,2020-04-09,,0.0,0.0,,,
+US-DE,Delaware,2020-04-10,,0.0,0.0,,,
+US-DE,Delaware,2020-04-11,,0.0,0.0,,,
+US-DE,Delaware,2020-04-12,,0.0,0.0,,,
+US-DE,Delaware,2020-04-13,,0.0,0.0,,,
+US-DE,Delaware,2020-04-14,,0.0,0.0,,,
+US-DE,Delaware,2020-04-15,,0.0,0.0,,,
+US-DE,Delaware,2020-04-16,,0.0,0.0,,,
+US-DE,Delaware,2020-04-17,,0.0,0.0,,,
+US-DE,Delaware,2020-04-18,,0.0,0.0,,,
+US-DE,Delaware,2020-04-19,,0.0,0.0,,,
+US-DE,Delaware,2020-04-20,,0.0,0.0,,,
+US-DE,Delaware,2020-04-21,,0.0,0.0,,,
+US-DE,Delaware,2020-04-22,,0.0,0.0,,,
+US-DE,Delaware,2020-04-23,,0.0,0.0,,,
+US-DE,Delaware,2020-04-24,,0.0,0.0,,,
+US-DE,Delaware,2020-04-25,,0.0,0.0,,,
+US-DE,Delaware,2020-04-26,,0.0,0.0,,,
+US-DE,Delaware,2020-04-27,,0.0,0.0,,,
+US-DE,Delaware,2020-04-28,,0.0,0.0,,,
+US-DE,Delaware,2020-04-29,,0.0,0.0,,,
+US-DE,Delaware,2020-04-30,,0.0,0.0,,,
+US-DE,Delaware,2020-05-01,,0.0,0.0,,,
+US-DE,Delaware,2020-05-02,,0.0,0.0,,,
+US-DE,Delaware,2020-05-03,,0.0,0.0,,,
+US-DE,Delaware,2020-05-04,,0.0,0.0,,,
+US-DE,Delaware,2020-05-05,,0.0,0.0,,,
+US-DE,Delaware,2020-05-06,,0.0,0.0,,,
+US-DE,Delaware,2020-05-07,,0.0,0.0,,,
+US-DE,Delaware,2020-05-08,,0.0,0.0,,,
+US-DE,Delaware,2020-05-09,,0.0,0.0,,,
+US-DE,Delaware,2020-05-10,,0.0,0.0,,,
+US-DE,Delaware,2020-05-11,,0.0,0.0,,,
+US-DE,Delaware,2020-05-12,,0.0,0.0,,,
+US-DE,Delaware,2020-05-13,,0.0,0.0,,,
+US-DE,Delaware,2020-05-14,,0.0,0.0,,,
+US-DE,Delaware,2020-05-15,,0.0,0.0,,,
+US-DE,Delaware,2020-05-16,,0.0,0.0,,,
+US-DE,Delaware,2020-05-17,,0.0,0.0,,,
+US-DE,Delaware,2020-05-18,,0.0,0.0,,,
+US-DE,Delaware,2020-05-19,,0.0,0.0,,,
+US-DE,Delaware,2020-05-20,,0.0,0.0,,,
+US-DE,Delaware,2020-05-21,,0.0,0.0,,,
+US-DE,Delaware,2020-05-22,,0.0,0.0,,,
+US-DE,Delaware,2020-05-23,,0.0,0.0,,,
+US-DE,Delaware,2020-05-24,,0.0,0.0,,,
+US-DE,Delaware,2020-05-25,,0.0,0.0,,,
+US-DE,Delaware,2020-05-26,,0.0,0.0,,,
+US-DE,Delaware,2020-05-27,,0.0,0.0,,,
+US-DE,Delaware,2020-05-28,,0.0,0.0,,,
+US-DE,Delaware,2020-05-29,,0.0,0.0,,,
+US-DE,Delaware,2020-05-30,,0.0,0.0,,,
+US-DE,Delaware,2020-05-31,,0.0,0.0,,,
+US-DE,Delaware,2020-06-01,,0.0,0.0,,,
+US-DE,Delaware,2020-06-02,,0.0,0.0,,,
+US-DE,Delaware,2020-06-03,,0.0,0.0,,,
+US-DE,Delaware,2020-06-04,,0.0,0.0,,,
+US-DE,Delaware,2020-06-05,,0.0,0.0,,,
+US-DE,Delaware,2020-06-06,,0.0,0.0,,,
+US-DE,Delaware,2020-06-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-08,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-09,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-10,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-11,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-12,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-13,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-14,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-15,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-16,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-17,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-18,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-19,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-20,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-21,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-22,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-23,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-24,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-25,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-26,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-27,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-28,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-29,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-30,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-31,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-01,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-02,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-03,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-04,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-08,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-09,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-10,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-11,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-12,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-13,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-14,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-15,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-16,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-17,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-18,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-19,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-20,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-21,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-22,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-23,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-24,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-25,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-26,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-27,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-28,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-29,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-30,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-01,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-02,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-03,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-04,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-08,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-09,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-10,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-11,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-12,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-13,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-14,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-15,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-16,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-17,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-18,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-19,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-20,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-21,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-22,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-23,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-24,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-25,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-26,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-27,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-28,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-29,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-30,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-31,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-01,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-02,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-03,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-04,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-07,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-07,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-08,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-09,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-10,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-11,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-12,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-13,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-14,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-15,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-16,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-17,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-18,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-19,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-20,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-21,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-22,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-23,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-24,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-25,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-26,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-27,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-28,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-29,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-30,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-31,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-01,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-02,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-03,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-04,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-05,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-06,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-07,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-08,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-09,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-10,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-11,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-12,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-13,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-14,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-15,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-16,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-17,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-18,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-19,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-20,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-21,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-22,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-23,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-24,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-25,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-26,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-27,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-28,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-29,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-30,,0.0,0.0,,,
+US-CT,Connecticut,2020-05-01,,7758.0,7758.0,,,
+US-CT,Connecticut,2020-05-02,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-03,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-04,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-05,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-06,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-07,,9389.0,1631.0,,,
+US-CT,Connecticut,2020-05-08,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-09,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-10,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-11,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-12,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-13,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-14,,10946.0,1557.0,,,
+US-CT,Connecticut,2020-05-15,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-16,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-17,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-18,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-19,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-20,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-21,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-22,,12538.0,1592.0,,,
+US-CT,Connecticut,2020-05-23,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-24,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-25,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-26,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-27,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-28,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-29,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-30,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-31,,12538.0,0.0,,,
+US-CT,Connecticut,2020-06-01,,13793.0,1255.0,,,
+US-CT,Connecticut,2020-06-02,,13793.0,0.0,,,
+US-CT,Connecticut,2020-06-03,,13793.0,0.0,,,
+US-CT,Connecticut,2020-06-04,,9669.0,-4124.0,,,
+US-CT,Connecticut,2020-06-05,,9669.0,0.0,,,
+US-CT,Connecticut,2020-06-06,,9669.0,0.0,,,
+US-CT,Connecticut,2020-06-07,,9669.0,0.0,,,
+US-CO,Colorado,2020-03-05,,0.0,0.0,,,
+US-CO,Colorado,2020-03-06,,0.0,0.0,,,
+US-CO,Colorado,2020-03-07,,0.0,0.0,,,
+US-CO,Colorado,2020-03-08,,0.0,0.0,,,
+US-CO,Colorado,2020-03-09,,0.0,0.0,,,
+US-CO,Colorado,2020-03-10,,0.0,0.0,,,
+US-CO,Colorado,2020-03-11,,0.0,0.0,,,
+US-CO,Colorado,2020-03-12,,0.0,0.0,,,
+US-CO,Colorado,2020-03-13,,0.0,0.0,,,
+US-CO,Colorado,2020-03-14,,0.0,0.0,,,
+US-CO,Colorado,2020-03-15,,0.0,0.0,,,
+US-CO,Colorado,2020-03-16,,0.0,0.0,,,
+US-CO,Colorado,2020-03-17,,0.0,0.0,,,
+US-CO,Colorado,2020-03-18,,0.0,0.0,,,
+US-CO,Colorado,2020-03-19,,0.0,0.0,,,
+US-CO,Colorado,2020-03-20,,0.0,0.0,,,
+US-CO,Colorado,2020-03-21,,44.0,44.0,,,
+US-CO,Colorado,2020-03-22,,49.0,5.0,,,
+US-CO,Colorado,2020-03-23,,58.0,9.0,,,
+US-CO,Colorado,2020-03-24,,72.0,14.0,,,
+US-CO,Colorado,2020-03-25,,84.0,12.0,,,
+US-CO,Colorado,2020-03-26,,148.0,64.0,,,
+US-CO,Colorado,2020-03-27,,184.0,36.0,,,
+US-CO,Colorado,2020-03-28,,239.0,55.0,,,
+US-CO,Colorado,2020-03-29,,274.0,35.0,,,
+US-CO,Colorado,2020-03-30,,414.0,140.0,,,
+US-CO,Colorado,2020-03-31,,414.0,0.0,,,
+US-CO,Colorado,2020-04-01,,509.0,95.0,,,
+US-CO,Colorado,2020-04-02,,620.0,111.0,,,
+US-CO,Colorado,2020-04-03,,710.0,90.0,,,
+US-CO,Colorado,2020-04-04,,823.0,113.0,,,
+US-CO,Colorado,2020-04-05,,875.0,52.0,,,
+US-CO,Colorado,2020-04-06,,924.0,49.0,,,
+US-CO,Colorado,2020-04-07,,994.0,70.0,,,
+US-CO,Colorado,2020-04-08,,1079.0,85.0,,,
+US-CO,Colorado,2020-04-09,,1162.0,83.0,,,
+US-CO,Colorado,2020-04-10,,1312.0,150.0,,,
+US-CO,Colorado,2020-04-11,,1312.0,0.0,,,
+US-CO,Colorado,2020-04-12,,1376.0,64.0,,,
+US-CO,Colorado,2020-04-13,,1472.0,96.0,,,
+US-CO,Colorado,2020-04-14,,1493.0,21.0,,,
+US-CO,Colorado,2020-04-15,,1556.0,63.0,,,
+US-CO,Colorado,2020-04-16,,1636.0,80.0,,,
+US-CO,Colorado,2020-04-17,,1693.0,57.0,,,
+US-CO,Colorado,2020-04-18,,1755.0,62.0,,,
+US-CO,Colorado,2020-04-19,,1797.0,42.0,,,
+US-CO,Colorado,2020-04-20,,1813.0,16.0,,,
+US-CO,Colorado,2020-04-21,,1880.0,67.0,,,
+US-CO,Colorado,2020-04-22,,2003.0,123.0,,,
+US-CO,Colorado,2020-04-23,,2123.0,120.0,,,
+US-CO,Colorado,2020-04-24,,2237.0,114.0,,,
+US-CO,Colorado,2020-04-25,,2366.0,129.0,,,
+US-CO,Colorado,2020-04-26,,2410.0,44.0,,,
+US-CO,Colorado,2020-04-27,,2438.0,28.0,,,
+US-CO,Colorado,2020-04-28,,2485.0,47.0,,,
+US-CO,Colorado,2020-04-29,,2610.0,125.0,,,
+US-CO,Colorado,2020-04-30,,2621.0,11.0,,,
+US-CO,Colorado,2020-05-01,,2697.0,76.0,,,
+US-CO,Colorado,2020-05-02,,2747.0,50.0,,,
+US-CO,Colorado,2020-05-03,,2793.0,46.0,,,
+US-CO,Colorado,2020-05-04,,2799.0,6.0,,,
+US-CO,Colorado,2020-05-05,,2838.0,39.0,,,
+US-CO,Colorado,2020-05-06,,2919.0,81.0,,,
+US-CO,Colorado,2020-05-07,,2986.0,67.0,,,
+US-CO,Colorado,2020-05-08,,3557.0,571.0,,,
+US-CO,Colorado,2020-05-09,,3600.0,43.0,,,
+US-CO,Colorado,2020-05-10,,3623.0,23.0,,,
+US-CO,Colorado,2020-05-11,,3689.0,66.0,,,
+US-CO,Colorado,2020-05-12,,3663.0,-26.0,,,
+US-CO,Colorado,2020-05-13,,3695.0,32.0,,,
+US-CO,Colorado,2020-05-14,,3735.0,40.0,,,
+US-CO,Colorado,2020-05-15,,3789.0,54.0,,,
+US-CO,Colorado,2020-05-16,,3842.0,53.0,,,
+US-CO,Colorado,2020-05-17,,3866.0,24.0,,,
+US-CO,Colorado,2020-05-18,,3872.0,6.0,,,
+US-CO,Colorado,2020-05-19,,3899.0,27.0,,,
+US-CO,Colorado,2020-05-20,,3955.0,56.0,,,
+US-CO,Colorado,2020-05-21,,3990.0,35.0,,,
+US-CO,Colorado,2020-05-22,,4037.0,47.0,,,
+US-CO,Colorado,2020-05-23,,4082.0,45.0,,,
+US-CO,Colorado,2020-05-24,,4105.0,23.0,,,
+US-CO,Colorado,2020-05-25,,4119.0,14.0,,,
+US-CO,Colorado,2020-05-26,,4128.0,9.0,,,
+US-CO,Colorado,2020-05-27,,4160.0,32.0,,,
+US-CO,Colorado,2020-05-28,,4196.0,36.0,,,
+US-CO,Colorado,2020-05-29,,4254.0,58.0,,,
+US-CO,Colorado,2020-05-30,,4307.0,53.0,,,
+US-CO,Colorado,2020-05-31,,4333.0,26.0,,,
+US-CO,Colorado,2020-06-01,,4347.0,14.0,,,
+US-CO,Colorado,2020-06-02,,4372.0,25.0,,,
+US-CO,Colorado,2020-06-03,,4419.0,47.0,,,
+US-CO,Colorado,2020-06-04,,4443.0,24.0,,,
+US-CO,Colorado,2020-06-05,,4460.0,17.0,,,
+US-CO,Colorado,2020-06-06,,4472.0,12.0,,,
+US-CO,Colorado,2020-06-07,,4480.0,8.0,,,
+US-CA,California,2020-03-04,,0.0,0.0,,,
+US-CA,California,2020-03-05,,0.0,0.0,,,
+US-CA,California,2020-03-06,,0.0,0.0,,,
+US-CA,California,2020-03-07,,0.0,0.0,,,
+US-CA,California,2020-03-08,,0.0,0.0,,,
+US-CA,California,2020-03-09,,0.0,0.0,,,
+US-CA,California,2020-03-10,,0.0,0.0,,,
+US-CA,California,2020-03-11,,0.0,0.0,,,
+US-CA,California,2020-03-12,,0.0,0.0,,,
+US-CA,California,2020-03-13,,0.0,0.0,,,
+US-CA,California,2020-03-14,,0.0,0.0,,,
+US-CA,California,2020-03-15,,0.0,0.0,,,
+US-CA,California,2020-03-16,,0.0,0.0,,,
+US-CA,California,2020-03-17,,0.0,0.0,,,
+US-CA,California,2020-03-18,,0.0,0.0,,,
+US-CA,California,2020-03-19,,0.0,0.0,,,
+US-CA,California,2020-03-20,,0.0,0.0,,,
+US-CA,California,2020-03-21,,0.0,0.0,,,
+US-CA,California,2020-03-22,,0.0,0.0,,,
+US-CA,California,2020-03-23,,0.0,0.0,,,
+US-CA,California,2020-03-24,,0.0,0.0,,,
+US-CA,California,2020-03-25,,0.0,0.0,,,
+US-CA,California,2020-03-26,,0.0,0.0,,,
+US-CA,California,2020-03-27,,0.0,0.0,,,
+US-CA,California,2020-03-28,,0.0,0.0,,,
+US-CA,California,2020-03-29,,0.0,0.0,,,
+US-CA,California,2020-03-30,,0.0,0.0,,,
+US-CA,California,2020-03-31,,0.0,0.0,,,
+US-CA,California,2020-04-01,,0.0,0.0,,,
+US-CA,California,2020-04-02,,0.0,0.0,,,
+US-CA,California,2020-04-03,,0.0,0.0,,,
+US-CA,California,2020-04-04,,0.0,0.0,,,
+US-CA,California,2020-04-05,,0.0,0.0,,,
+US-CA,California,2020-04-06,,0.0,0.0,,,
+US-CA,California,2020-04-07,,0.0,0.0,,,
+US-CA,California,2020-04-08,,0.0,0.0,,,
+US-CA,California,2020-04-09,,0.0,0.0,,,
+US-CA,California,2020-04-10,,0.0,0.0,,,
+US-CA,California,2020-04-11,,0.0,0.0,,,
+US-CA,California,2020-04-12,,0.0,0.0,,,
+US-CA,California,2020-04-13,,0.0,0.0,,,
+US-CA,California,2020-04-14,,0.0,0.0,,,
+US-CA,California,2020-04-15,,0.0,0.0,,,
+US-CA,California,2020-04-16,,0.0,0.0,,,
+US-CA,California,2020-04-17,,0.0,0.0,,,
+US-CA,California,2020-04-18,,0.0,0.0,,,
+US-CA,California,2020-04-19,,0.0,0.0,,,
+US-CA,California,2020-04-20,,0.0,0.0,,,
+US-CA,California,2020-04-21,,0.0,0.0,,,
+US-CA,California,2020-04-22,,0.0,0.0,,,
+US-CA,California,2020-04-23,,0.0,0.0,,,
+US-CA,California,2020-04-24,,0.0,0.0,,,
+US-CA,California,2020-04-25,,0.0,0.0,,,
+US-CA,California,2020-04-26,,0.0,0.0,,,
+US-CA,California,2020-04-27,,0.0,0.0,,,
+US-CA,California,2020-04-28,,0.0,0.0,,,
+US-CA,California,2020-04-29,,0.0,0.0,,,
+US-CA,California,2020-04-30,,0.0,0.0,,,
+US-CA,California,2020-05-01,,0.0,0.0,,,
+US-CA,California,2020-05-02,,0.0,0.0,,,
+US-CA,California,2020-05-03,,0.0,0.0,,,
+US-CA,California,2020-05-04,,0.0,0.0,,,
+US-CA,California,2020-05-05,,0.0,0.0,,,
+US-CA,California,2020-05-06,,0.0,0.0,,,
+US-CA,California,2020-05-07,,0.0,0.0,,,
+US-CA,California,2020-05-08,,0.0,0.0,,,
+US-CA,California,2020-05-09,,0.0,0.0,,,
+US-CA,California,2020-05-10,,0.0,0.0,,,
+US-CA,California,2020-05-11,,0.0,0.0,,,
+US-CA,California,2020-05-12,,0.0,0.0,,,
+US-CA,California,2020-05-13,,0.0,0.0,,,
+US-CA,California,2020-05-14,,0.0,0.0,,,
+US-CA,California,2020-05-15,,0.0,0.0,,,
+US-CA,California,2020-05-16,,0.0,0.0,,,
+US-CA,California,2020-05-17,,0.0,0.0,,,
+US-CA,California,2020-05-18,,0.0,0.0,,,
+US-CA,California,2020-05-19,,0.0,0.0,,,
+US-CA,California,2020-05-20,,0.0,0.0,,,
+US-CA,California,2020-05-21,,0.0,0.0,,,
+US-CA,California,2020-05-22,,0.0,0.0,,,
+US-CA,California,2020-05-23,,0.0,0.0,,,
+US-CA,California,2020-05-24,,0.0,0.0,,,
+US-CA,California,2020-05-25,,0.0,0.0,,,
+US-CA,California,2020-05-26,,0.0,0.0,,,
+US-CA,California,2020-05-27,,0.0,0.0,,,
+US-CA,California,2020-05-28,,0.0,0.0,,,
+US-CA,California,2020-05-29,,0.0,0.0,,,
+US-CA,California,2020-05-30,,0.0,0.0,,,
+US-CA,California,2020-05-31,,0.0,0.0,,,
+US-CA,California,2020-06-01,,0.0,0.0,,,
+US-CA,California,2020-06-02,,0.0,0.0,,,
+US-CA,California,2020-06-03,,0.0,0.0,,,
+US-CA,California,2020-06-04,,0.0,0.0,,,
+US-CA,California,2020-06-05,,0.0,0.0,,,
+US-CA,California,2020-06-06,,0.0,0.0,,,
+US-CA,California,2020-06-07,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-04,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-05,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-06,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-07,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-08,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-09,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-10,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-11,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-12,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-13,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-14,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-15,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-16,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-17,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-18,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-19,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-20,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-21,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-22,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-23,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-24,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-25,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-26,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-27,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-28,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-29,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-30,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-31,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-01,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-02,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-03,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-04,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-05,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-06,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-07,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-08,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-09,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-10,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-11,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-12,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-13,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-14,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-15,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-16,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-17,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-18,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-19,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-20,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-21,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-22,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-23,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-24,,984.0,984.0,,,
+US-AZ,Arizona,2020-04-25,,1022.0,38.0,,,
+US-AZ,Arizona,2020-04-26,,1037.0,15.0,,,
+US-AZ,Arizona,2020-04-27,,1051.0,14.0,,,
+US-AZ,Arizona,2020-04-28,,1095.0,44.0,,,
+US-AZ,Arizona,2020-04-29,,1131.0,36.0,,,
+US-AZ,Arizona,2020-04-30,,1169.0,38.0,,,
+US-AZ,Arizona,2020-05-01,,1203.0,34.0,,,
+US-AZ,Arizona,2020-05-02,,1339.0,136.0,,,
+US-AZ,Arizona,2020-05-03,,1348.0,9.0,,,
+US-AZ,Arizona,2020-05-04,,1357.0,9.0,,,
+US-AZ,Arizona,2020-05-05,,1397.0,40.0,,,
+US-AZ,Arizona,2020-05-06,,1430.0,33.0,,,
+US-AZ,Arizona,2020-05-07,,1449.0,19.0,,,
+US-AZ,Arizona,2020-05-08,,1482.0,33.0,,,
+US-AZ,Arizona,2020-05-09,,1514.0,32.0,,,
+US-AZ,Arizona,2020-05-10,,1528.0,14.0,,,
+US-AZ,Arizona,2020-05-11,,1537.0,9.0,,,
+US-AZ,Arizona,2020-05-12,,1564.0,27.0,,,
+US-AZ,Arizona,2020-05-13,,1590.0,26.0,,,
+US-AZ,Arizona,2020-05-14,,1636.0,46.0,,,
+US-AZ,Arizona,2020-05-15,,1629.0,-7.0,,,
+US-AZ,Arizona,2020-05-16,,1683.0,54.0,,,
+US-AZ,Arizona,2020-05-17,,1699.0,16.0,,,
+US-AZ,Arizona,2020-05-18,,1717.0,18.0,,,
+US-AZ,Arizona,2020-05-19,,1746.0,29.0,,,
+US-AZ,Arizona,2020-05-20,,1792.0,46.0,,,
+US-AZ,Arizona,2020-05-21,,1830.0,38.0,,,
+US-AZ,Arizona,2020-05-22,,1879.0,49.0,,,
+US-AZ,Arizona,2020-05-23,,1930.0,51.0,,,
+US-AZ,Arizona,2020-05-24,,1945.0,15.0,,,
+US-AZ,Arizona,2020-05-25,,1961.0,16.0,,,
+US-AZ,Arizona,2020-05-26,,1988.0,27.0,,,
+US-AZ,Arizona,2020-05-27,,2031.0,43.0,,,
+US-AZ,Arizona,2020-05-28,,2848.0,817.0,,,
+US-AZ,Arizona,2020-05-29,,2911.0,63.0,,,
+US-AZ,Arizona,2020-05-30,,2980.0,69.0,,,
+US-AZ,Arizona,2020-05-31,,2998.0,18.0,,,
+US-AZ,Arizona,2020-06-01,,3018.0,20.0,,,
+US-AZ,Arizona,2020-06-02,,3057.0,39.0,,,
+US-AZ,Arizona,2020-06-03,,3129.0,72.0,,,
+US-AZ,Arizona,2020-06-04,,3195.0,66.0,,,
+US-AZ,Arizona,2020-06-05,,3265.0,70.0,,,
+US-AZ,Arizona,2020-06-06,,3320.0,55.0,,,
+US-AZ,Arizona,2020-06-07,,3352.0,32.0,,,
+US-AS,American Samoa,2020-03-16,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-17,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-18,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-19,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-20,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-21,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-22,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-23,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-24,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-25,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-26,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-27,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-28,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-29,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-30,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-31,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-01,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-02,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-03,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-04,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-05,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-06,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-07,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-08,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-09,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-10,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-11,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-12,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-13,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-14,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-15,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-16,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-17,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-18,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-19,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-20,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-21,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-22,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-23,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-24,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-25,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-26,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-27,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-28,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-29,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-30,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-01,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-02,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-03,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-04,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-05,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-06,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-07,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-08,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-09,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-10,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-11,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-12,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-13,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-14,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-15,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-16,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-17,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-18,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-19,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-20,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-21,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-22,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-23,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-24,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-25,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-26,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-27,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-28,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-29,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-30,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-31,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-01,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-02,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-03,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-04,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-05,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-06,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-07,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-06,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-07,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-08,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-09,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-10,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-11,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-12,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-13,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-14,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-15,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-16,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-17,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-18,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-19,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-20,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-21,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-22,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-23,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-24,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-25,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-26,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-27,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-28,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-29,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-30,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-31,,0.0,0.0,,,
+US-AR,Arkansas,2020-04-01,,90.0,90.0,,,
+US-AR,Arkansas,2020-04-02,,100.0,10.0,,,
+US-AR,Arkansas,2020-04-03,,105.0,5.0,,,
+US-AR,Arkansas,2020-04-04,,106.0,1.0,,,
+US-AR,Arkansas,2020-04-05,,130.0,24.0,,,
+US-AR,Arkansas,2020-04-06,,137.0,7.0,,,
+US-AR,Arkansas,2020-04-07,,148.0,11.0,,,
+US-AR,Arkansas,2020-04-08,,130.0,-18.0,,,
+US-AR,Arkansas,2020-04-09,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-10,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-11,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-12,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-13,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-14,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-15,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-16,,0.0,-130.0,,,
+US-AR,Arkansas,2020-04-17,,0.0,0.0,,,
+US-AR,Arkansas,2020-04-18,,291.0,291.0,,,
+US-AR,Arkansas,2020-04-19,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-20,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-21,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-22,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-23,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-24,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-25,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-26,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-27,,0.0,-291.0,,,
+US-AR,Arkansas,2020-04-28,,0.0,0.0,,,
+US-AR,Arkansas,2020-04-29,,389.0,389.0,,,
+US-AR,Arkansas,2020-04-30,,402.0,13.0,,,
+US-AR,Arkansas,2020-05-01,,414.0,12.0,,,
+US-AR,Arkansas,2020-05-02,,414.0,0.0,,,
+US-AR,Arkansas,2020-05-03,,427.0,13.0,,,
+US-AR,Arkansas,2020-05-04,,438.0,11.0,,,
+US-AR,Arkansas,2020-05-05,,453.0,15.0,,,
+US-AR,Arkansas,2020-05-06,,453.0,0.0,,,
+US-AR,Arkansas,2020-05-07,,462.0,9.0,,,
+US-AR,Arkansas,2020-05-08,,466.0,4.0,,,
+US-AR,Arkansas,2020-05-09,,471.0,5.0,,,
+US-AR,Arkansas,2020-05-10,,471.0,0.0,,,
+US-AR,Arkansas,2020-05-11,,480.0,9.0,,,
+US-AR,Arkansas,2020-05-12,,485.0,5.0,,,
+US-AR,Arkansas,2020-05-13,,497.0,12.0,,,
+US-AR,Arkansas,2020-05-14,,509.0,12.0,,,
+US-AR,Arkansas,2020-05-15,,520.0,11.0,,,
+US-AR,Arkansas,2020-05-16,,520.0,0.0,,,
+US-AR,Arkansas,2020-05-17,,520.0,0.0,,,
+US-AR,Arkansas,2020-05-18,,530.0,10.0,,,
+US-AR,Arkansas,2020-05-19,,535.0,5.0,,,
+US-AR,Arkansas,2020-05-20,,535.0,0.0,,,
+US-AR,Arkansas,2020-05-21,,535.0,0.0,,,
+US-AR,Arkansas,2020-05-22,,584.0,49.0,,,
+US-AR,Arkansas,2020-05-23,,590.0,6.0,,,
+US-AR,Arkansas,2020-05-24,,598.0,8.0,,,
+US-AR,Arkansas,2020-05-25,,605.0,7.0,,,
+US-AR,Arkansas,2020-05-26,,617.0,12.0,,,
+US-AR,Arkansas,2020-05-27,,627.0,10.0,,,
+US-AR,Arkansas,2020-05-28,,640.0,13.0,,,
+US-AR,Arkansas,2020-05-29,,667.0,27.0,,,
+US-AR,Arkansas,2020-05-30,,702.0,35.0,,,
+US-AR,Arkansas,2020-05-31,,711.0,9.0,,,
+US-AR,Arkansas,2020-06-01,,711.0,0.0,,,
+US-AR,Arkansas,2020-06-02,,718.0,7.0,,,
+US-AR,Arkansas,2020-06-03,,731.0,13.0,,,
+US-AR,Arkansas,2020-06-04,,757.0,26.0,,,
+US-AR,Arkansas,2020-06-05,,792.0,35.0,,,
+US-AR,Arkansas,2020-06-06,,838.0,46.0,,,
+US-AR,Arkansas,2020-06-07,,844.0,6.0,,,
+US-AL,Alabama,2020-03-07,,0.0,0.0,,,
+US-AL,Alabama,2020-03-08,,0.0,0.0,,,
+US-AL,Alabama,2020-03-09,,0.0,0.0,,,
+US-AL,Alabama,2020-03-10,,0.0,0.0,,,
+US-AL,Alabama,2020-03-11,,0.0,0.0,,,
+US-AL,Alabama,2020-03-12,,0.0,0.0,,,
+US-AL,Alabama,2020-03-13,,0.0,0.0,,,
+US-AL,Alabama,2020-03-14,,0.0,0.0,,,
+US-AL,Alabama,2020-03-15,,0.0,0.0,,,
+US-AL,Alabama,2020-03-16,,0.0,0.0,,,
+US-AL,Alabama,2020-03-17,,0.0,0.0,,,
+US-AL,Alabama,2020-03-18,,0.0,0.0,,,
+US-AL,Alabama,2020-03-19,,0.0,0.0,,,
+US-AL,Alabama,2020-03-20,,0.0,0.0,,,
+US-AL,Alabama,2020-03-21,,0.0,0.0,,,
+US-AL,Alabama,2020-03-22,,0.0,0.0,,,
+US-AL,Alabama,2020-03-23,,0.0,0.0,,,
+US-AL,Alabama,2020-03-24,,0.0,0.0,,,
+US-AL,Alabama,2020-03-25,,0.0,0.0,,,
+US-AL,Alabama,2020-03-26,,0.0,0.0,,,
+US-AL,Alabama,2020-03-27,,0.0,0.0,,,
+US-AL,Alabama,2020-03-28,,0.0,0.0,,,
+US-AL,Alabama,2020-03-29,,0.0,0.0,,,
+US-AL,Alabama,2020-03-30,,0.0,0.0,,,
+US-AL,Alabama,2020-03-31,,0.0,0.0,,,
+US-AL,Alabama,2020-04-01,,0.0,0.0,,,
+US-AL,Alabama,2020-04-02,,0.0,0.0,,,
+US-AL,Alabama,2020-04-03,,0.0,0.0,,,
+US-AL,Alabama,2020-04-04,,212.0,212.0,,,
+US-AL,Alabama,2020-04-05,,231.0,19.0,,,
+US-AL,Alabama,2020-04-06,,240.0,9.0,,,
+US-AL,Alabama,2020-04-07,,271.0,31.0,,,
+US-AL,Alabama,2020-04-08,,314.0,43.0,,,
+US-AL,Alabama,2020-04-09,,333.0,19.0,,,
+US-AL,Alabama,2020-04-10,,368.0,35.0,,,
+US-AL,Alabama,2020-04-11,,402.0,34.0,,,
+US-AL,Alabama,2020-04-12,,437.0,35.0,,,
+US-AL,Alabama,2020-04-13,,457.0,20.0,,,
+US-AL,Alabama,2020-04-14,,493.0,36.0,,,
+US-AL,Alabama,2020-04-15,,525.0,32.0,,,
+US-AL,Alabama,2020-04-16,,553.0,28.0,,,
+US-AL,Alabama,2020-04-17,,594.0,41.0,,,
+US-AL,Alabama,2020-04-18,,620.0,26.0,,,
+US-AL,Alabama,2020-04-19,,641.0,21.0,,,
+US-AL,Alabama,2020-04-20,,641.0,0.0,,,
+US-AL,Alabama,2020-04-21,,699.0,58.0,,,
+US-AL,Alabama,2020-04-22,,730.0,31.0,,,
+US-AL,Alabama,2020-04-23,,768.0,38.0,,,
+US-AL,Alabama,2020-04-24,,768.0,0.0,,,
+US-AL,Alabama,2020-04-25,,839.0,71.0,,,
+US-AL,Alabama,2020-04-26,,845.0,6.0,,,
+US-AL,Alabama,2020-04-27,,872.0,27.0,,,
+US-AL,Alabama,2020-04-28,,911.0,39.0,,,
+US-AL,Alabama,2020-04-29,,945.0,34.0,,,
+US-AL,Alabama,2020-04-30,,978.0,33.0,,,
+US-AL,Alabama,2020-05-01,,1008.0,30.0,,,
+US-AL,Alabama,2020-05-02,,1023.0,15.0,,,
+US-AL,Alabama,2020-05-03,,1035.0,12.0,,,
+US-AL,Alabama,2020-05-04,,1064.0,29.0,,,
+US-AL,Alabama,2020-05-05,,1107.0,43.0,,,
+US-AL,Alabama,2020-05-06,,1158.0,51.0,,,
+US-AL,Alabama,2020-05-07,,1178.0,20.0,,,
+US-AL,Alabama,2020-05-08,,1207.0,29.0,,,
+US-AL,Alabama,2020-05-09,,1228.0,21.0,,,
+US-AL,Alabama,2020-05-10,,1240.0,12.0,,,
+US-AL,Alabama,2020-05-11,,1256.0,16.0,,,
+US-AL,Alabama,2020-05-12,,1287.0,31.0,,,
+US-AL,Alabama,2020-05-13,,1317.0,30.0,,,
+US-AL,Alabama,2020-05-14,,1350.0,33.0,,,
+US-AL,Alabama,2020-05-15,,1377.0,27.0,,,
+US-AL,Alabama,2020-05-16,,1387.0,10.0,,,
+US-AL,Alabama,2020-05-17,,1392.0,5.0,,,
+US-AL,Alabama,2020-05-18,,1416.0,24.0,,,
+US-AL,Alabama,2020-05-19,,1453.0,37.0,,,
+US-AL,Alabama,2020-05-20,,1493.0,40.0,,,
+US-AL,Alabama,2020-05-21,,1528.0,35.0,,,
+US-AL,Alabama,2020-05-22,,1561.0,33.0,,,
+US-AL,Alabama,2020-05-23,,1589.0,28.0,,,
+US-AL,Alabama,2020-05-24,,1612.0,23.0,,,
+US-AL,Alabama,2020-05-25,,1629.0,17.0,,,
+US-AL,Alabama,2020-05-26,,1671.0,42.0,,,
+US-AL,Alabama,2020-05-27,,1719.0,48.0,,,
+US-AL,Alabama,2020-05-28,,1765.0,46.0,,,
+US-AL,Alabama,2020-05-29,,1800.0,35.0,,,
+US-AL,Alabama,2020-05-30,,1826.0,26.0,,,
+US-AL,Alabama,2020-05-31,,1844.0,18.0,,,
+US-AL,Alabama,2020-06-01,,1856.0,12.0,,,
+US-AL,Alabama,2020-06-02,,1879.0,23.0,,,
+US-AL,Alabama,2020-06-03,,1900.0,21.0,,,
+US-AL,Alabama,2020-06-04,,1929.0,29.0,,,
+US-AL,Alabama,2020-06-05,,1949.0,20.0,,,
+US-AL,Alabama,2020-06-06,,1993.0,44.0,,,
+US-AL,Alabama,2020-06-07,,2022.0,29.0,,,
+US-AK,Alaska,2020-03-06,,0.0,0.0,,,
+US-AK,Alaska,2020-03-07,,0.0,0.0,,,
+US-AK,Alaska,2020-03-08,,0.0,0.0,,,
+US-AK,Alaska,2020-03-09,,0.0,0.0,,,
+US-AK,Alaska,2020-03-10,,0.0,0.0,,,
+US-AK,Alaska,2020-03-11,,0.0,0.0,,,
+US-AK,Alaska,2020-03-12,,0.0,0.0,,,
+US-AK,Alaska,2020-03-13,,0.0,0.0,,,
+US-AK,Alaska,2020-03-14,,0.0,0.0,,,
+US-AK,Alaska,2020-03-15,,0.0,0.0,,,
+US-AK,Alaska,2020-03-16,,0.0,0.0,,,
+US-AK,Alaska,2020-03-17,,0.0,0.0,,,
+US-AK,Alaska,2020-03-18,,0.0,0.0,,,
+US-AK,Alaska,2020-03-19,,0.0,0.0,,,
+US-AK,Alaska,2020-03-20,,0.0,0.0,,,
+US-AK,Alaska,2020-03-21,,0.0,0.0,,,
+US-AK,Alaska,2020-03-22,,0.0,0.0,,,
+US-AK,Alaska,2020-03-23,,0.0,0.0,,,
+US-AK,Alaska,2020-03-24,,0.0,0.0,,,
+US-AK,Alaska,2020-03-25,,1.0,1.0,,,
+US-AK,Alaska,2020-03-26,,3.0,2.0,,,
+US-AK,Alaska,2020-03-27,,3.0,0.0,,,
+US-AK,Alaska,2020-03-28,,5.0,2.0,,,
+US-AK,Alaska,2020-03-29,,6.0,1.0,,,
+US-AK,Alaska,2020-03-30,,7.0,1.0,,,
+US-AK,Alaska,2020-03-31,,7.0,0.0,,,
+US-AK,Alaska,2020-04-01,,9.0,2.0,,,
+US-AK,Alaska,2020-04-02,,9.0,0.0,,,
+US-AK,Alaska,2020-04-03,,15.0,6.0,,,
+US-AK,Alaska,2020-04-04,,16.0,1.0,,,
+US-AK,Alaska,2020-04-05,,20.0,4.0,,,
+US-AK,Alaska,2020-04-06,,23.0,3.0,,,
+US-AK,Alaska,2020-04-07,,23.0,0.0,,,
+US-AK,Alaska,2020-04-08,,27.0,4.0,,,
+US-AK,Alaska,2020-04-09,,27.0,0.0,,,
+US-AK,Alaska,2020-04-10,,28.0,1.0,,,
+US-AK,Alaska,2020-04-11,,31.0,3.0,,,
+US-AK,Alaska,2020-04-12,,31.0,0.0,,,
+US-AK,Alaska,2020-04-13,,32.0,1.0,,,
+US-AK,Alaska,2020-04-14,,32.0,0.0,,,
+US-AK,Alaska,2020-04-15,,34.0,2.0,,,
+US-AK,Alaska,2020-04-16,,35.0,1.0,,,
+US-AK,Alaska,2020-04-17,,36.0,1.0,,,
+US-AK,Alaska,2020-04-18,,36.0,0.0,,,
+US-AK,Alaska,2020-04-19,,36.0,0.0,,,
+US-AK,Alaska,2020-04-20,,36.0,0.0,,,
+US-AK,Alaska,2020-04-21,,36.0,0.0,,,
+US-AK,Alaska,2020-04-22,,36.0,0.0,,,
+US-AK,Alaska,2020-04-23,,0.0,-36.0,,,
+US-AK,Alaska,2020-04-24,,0.0,0.0,,,
+US-AK,Alaska,2020-04-25,,0.0,0.0,,,
+US-AK,Alaska,2020-04-26,,0.0,0.0,,,
+US-AK,Alaska,2020-04-27,,0.0,0.0,,,
+US-AK,Alaska,2020-04-28,,0.0,0.0,,,
+US-AK,Alaska,2020-04-29,,0.0,0.0,,,
+US-AK,Alaska,2020-04-30,,0.0,0.0,,,
+US-AK,Alaska,2020-05-01,,0.0,0.0,,,
+US-AK,Alaska,2020-05-02,,0.0,0.0,,,
+US-AK,Alaska,2020-05-03,,0.0,0.0,,,
+US-AK,Alaska,2020-05-04,,0.0,0.0,,,
+US-AK,Alaska,2020-05-05,,0.0,0.0,,,
+US-AK,Alaska,2020-05-06,,0.0,0.0,,,
+US-AK,Alaska,2020-05-07,,0.0,0.0,,,
+US-AK,Alaska,2020-05-08,,0.0,0.0,,,
+US-AK,Alaska,2020-05-09,,0.0,0.0,,,
+US-AK,Alaska,2020-05-10,,0.0,0.0,,,
+US-AK,Alaska,2020-05-11,,0.0,0.0,,,
+US-AK,Alaska,2020-05-12,,0.0,0.0,,,
+US-AK,Alaska,2020-05-13,,0.0,0.0,,,
+US-AK,Alaska,2020-05-14,,0.0,0.0,,,
+US-AK,Alaska,2020-05-15,,0.0,0.0,,,
+US-AK,Alaska,2020-05-16,,0.0,0.0,,,
+US-AK,Alaska,2020-05-17,,0.0,0.0,,,
+US-AK,Alaska,2020-05-18,,0.0,0.0,,,
+US-AK,Alaska,2020-05-19,,0.0,0.0,,,
+US-AK,Alaska,2020-05-20,,0.0,0.0,,,
+US-AK,Alaska,2020-05-21,,0.0,0.0,,,
+US-AK,Alaska,2020-05-22,,0.0,0.0,,,
+US-AK,Alaska,2020-05-23,,0.0,0.0,,,
+US-AK,Alaska,2020-05-24,,0.0,0.0,,,
+US-AK,Alaska,2020-05-25,,0.0,0.0,,,
+US-AK,Alaska,2020-05-26,,0.0,0.0,,,
+US-AK,Alaska,2020-05-27,,0.0,0.0,,,
+US-AK,Alaska,2020-05-28,,0.0,0.0,,,
+US-AK,Alaska,2020-05-29,,0.0,0.0,,,
+US-AK,Alaska,2020-05-30,,0.0,0.0,,,
+US-AK,Alaska,2020-05-31,,0.0,0.0,,,
+US-AK,Alaska,2020-06-01,,0.0,0.0,,,
+US-AK,Alaska,2020-06-02,,0.0,0.0,,,
+US-AK,Alaska,2020-06-03,,0.0,0.0,,,
+US-AK,Alaska,2020-06-04,,0.0,0.0,,,
+US-AK,Alaska,2020-06-05,,0.0,0.0,,,
+US-AK,Alaska,2020-06-06,,48.0,48.0,,,
+US-AK,Alaska,2020-06-07,,0.0,-48.0,,,
+CHE,Switzerland,2020-02-24,,5.0,5.0,,,
+CHE,Switzerland,2020-02-25,,9.0,4.0,,,
+CHE,Switzerland,2020-02-26,,18.0,9.0,,,
+CHE,Switzerland,2020-02-27,,22.0,4.0,,,
+CHE,Switzerland,2020-02-28,,27.0,5.0,,,
+CHE,Switzerland,2020-02-29,,39.0,12.0,,,
+CHE,Switzerland,2020-03-01,,49.0,10.0,,,
+CHE,Switzerland,2020-03-02,,63.0,14.0,,,
+CHE,Switzerland,2020-03-03,,80.0,17.0,,,
+CHE,Switzerland,2020-03-04,,92.0,12.0,,,
+CHE,Switzerland,2020-03-05,,107.0,15.0,,,
+CHE,Switzerland,2020-03-06,,130.0,23.0,,,
+CHE,Switzerland,2020-03-07,,138.0,8.0,,,
+CHE,Switzerland,2020-03-08,,155.0,17.0,,,
+CHE,Switzerland,2020-03-09,,184.0,29.0,,,
+CHE,Switzerland,2020-03-10,,224.0,40.0,,,
+CHE,Switzerland,2020-03-11,,271.0,47.0,,,
+CHE,Switzerland,2020-03-12,,322.0,51.0,,,
+CHE,Switzerland,2020-03-13,,376.0,54.0,,,
+CHE,Switzerland,2020-03-14,,440.0,64.0,,,
+CHE,Switzerland,2020-03-15,,494.0,54.0,,,
+CHE,Switzerland,2020-03-16,,611.0,117.0,,,
+CHE,Switzerland,2020-03-17,,707.0,96.0,,,
+CHE,Switzerland,2020-03-18,,818.0,111.0,,,
+CHE,Switzerland,2020-03-19,,924.0,106.0,,,
+CHE,Switzerland,2020-03-20,,1063.0,139.0,,,
+CHE,Switzerland,2020-03-21,,1180.0,117.0,,,
+CHE,Switzerland,2020-03-22,,1313.0,133.0,,,
+CHE,Switzerland,2020-03-23,,1469.0,156.0,,,
+CHE,Switzerland,2020-03-24,,1650.0,181.0,,,
+CHE,Switzerland,2020-03-25,,1848.0,198.0,,,
+CHE,Switzerland,2020-03-26,,2010.0,162.0,,,
+CHE,Switzerland,2020-03-27,,2215.0,205.0,,,
+CHE,Switzerland,2020-03-28,,2337.0,122.0,,,
+CHE,Switzerland,2020-03-29,,2457.0,120.0,,,
+CHE,Switzerland,2020-03-30,,2616.0,159.0,,,
+CHE,Switzerland,2020-03-31,,2736.0,120.0,,,
+CHE,Switzerland,2020-04-01,,2828.0,92.0,,,
+CHE,Switzerland,2020-04-02,,2918.0,90.0,,,
+CHE,Switzerland,2020-04-03,,2988.0,70.0,,,
+CHE,Switzerland,2020-04-04,,3038.0,50.0,,,
+CHE,Switzerland,2020-04-05,,3081.0,43.0,,,
+CHE,Switzerland,2020-04-06,,3148.0,67.0,,,
+CHE,Switzerland,2020-04-07,,3203.0,55.0,,,
+CHE,Switzerland,2020-04-08,,3261.0,58.0,,,
+CHE,Switzerland,2020-04-09,,3316.0,55.0,,,
+CHE,Switzerland,2020-04-10,,3350.0,34.0,,,
+CHE,Switzerland,2020-04-11,,3392.0,42.0,,,
+CHE,Switzerland,2020-04-12,,3421.0,29.0,,,
+CHE,Switzerland,2020-04-13,,3447.0,26.0,,,
+CHE,Switzerland,2020-04-14,,3499.0,52.0,,,
+CHE,Switzerland,2020-04-15,,3530.0,31.0,,,
+CHE,Switzerland,2020-04-16,,3567.0,37.0,,,
+CHE,Switzerland,2020-04-17,,3598.0,31.0,,,
+CHE,Switzerland,2020-04-18,,3612.0,14.0,,,
+CHE,Switzerland,2020-04-19,,3633.0,21.0,,,
+CHE,Switzerland,2020-04-20,,3656.0,23.0,,,
+CHE,Switzerland,2020-04-21,,3673.0,17.0,,,
+CHE,Switzerland,2020-04-22,,3692.0,19.0,,,
+CHE,Switzerland,2020-04-23,,3699.0,7.0,,,
+CHE,Switzerland,2020-04-24,,3711.0,12.0,,,
+CHE,Switzerland,2020-04-25,,3723.0,12.0,,,
+CHE,Switzerland,2020-04-26,,3729.0,6.0,,,
+CHE,Switzerland,2020-04-27,,3742.0,13.0,,,
+CHE,Switzerland,2020-04-28,,3755.0,13.0,,,
+CHE,Switzerland,2020-04-29,,3764.0,9.0,,,
+CHE,Switzerland,2020-04-30,,3768.0,4.0,,,
+CHE,Switzerland,2020-05-01,,3773.0,5.0,,,
+CHE,Switzerland,2020-05-02,,3780.0,7.0,,,
+CHE,Switzerland,2020-05-03,,3787.0,7.0,,,
+CHE,Switzerland,2020-05-04,,3789.0,2.0,,,
+CHE,Switzerland,2020-05-05,,3795.0,6.0,,,
+CHE,Switzerland,2020-05-06,,3797.0,2.0,,,
+CHE,Switzerland,2020-05-07,,3803.0,6.0,,,
+CHE,Switzerland,2020-05-08,,3805.0,2.0,,,
+CHE,Switzerland,2020-05-09,,3807.0,2.0,,,
+CHE,Switzerland,2020-05-10,,3811.0,4.0,,,
+CHE,Switzerland,2020-05-11,,3815.0,4.0,,,
+CHE,Switzerland,2020-05-12,,3816.0,1.0,,,
+CHE,Switzerland,2020-05-13,,3821.0,5.0,,,
+CHE,Switzerland,2020-05-14,,3822.0,1.0,,,
+CHE,Switzerland,2020-05-15,,3825.0,3.0,,,
+CHE,Switzerland,2020-05-16,,3828.0,3.0,,,
+CHE,Switzerland,2020-05-17,,3832.0,4.0,,,
+CHE,Switzerland,2020-05-18,,3834.0,2.0,,,
+CHE,Switzerland,2020-05-19,,3836.0,2.0,,,
+CHE,Switzerland,2020-05-20,,3837.0,1.0,,,
+CHE,Switzerland,2020-05-21,,3839.0,2.0,,,
+CHE,Switzerland,2020-05-22,,3842.0,3.0,,,
+CHE,Switzerland,2020-05-23,,3842.0,0.0,,,
+CHE,Switzerland,2020-05-24,,3842.0,0.0,,,
+CHE,Switzerland,2020-05-25,,3842.0,0.0,,,
+CHE,Switzerland,2020-05-26,,3843.0,1.0,,,
+CHE,Switzerland,2020-05-27,,3843.0,0.0,,,
+CHE,Switzerland,2020-05-28,,3845.0,2.0,,,
+CHE,Switzerland,2020-05-29,,3845.0,0.0,,,
+CHE,Switzerland,2020-05-30,,3846.0,1.0,,,
+CHE,Switzerland,2020-05-31,,3848.0,2.0,,,
+CHE,Switzerland,2020-06-01,,3848.0,0.0,,,
+CHE,Switzerland,2020-06-02,,3848.0,0.0,,,
+CHE,Switzerland,2020-06-03,,3848.0,0.0,,,
+CHE,Switzerland,2020-06-04,,3849.0,1.0,,,
+CHE,Switzerland,2020-06-05,,3849.0,0.0,,,
+CHE,Switzerland,2020-06-06,,3849.0,0.0,,,
+AUS,Australia,2020-04-07,305.0,,,93.0,,37.0
+AUS,Australia,2020-04-08,263.0,,,87.0,,36.0
+AUS,Australia,2020-04-09,262.0,,,81.0,,36.0
+AUS,Australia,2020-04-10,236.0,,,72.0,,38.0
+AUS,Australia,2020-04-11,240.0,,,80.0,,38.0
+AUS,Australia,2020-04-12,239.0,,,81.0,,35.0
+AUS,Australia,2020-04-13,227.0,,,79.0,,46.0
+AUS,Australia,2020-04-14,230.0,,,80.0,,44.0
+AUS,Australia,2020-04-15,214.0,,,76.0,,41.0
+AUS,Australia,2020-04-16,201.0,,,66.0,,38.0
+AUS,Australia,2020-04-17,192.0,,,60.0,,38.0
+AUS,Australia,2020-04-18,184.0,,,55.0,,34.0
+AUS,Australia,2020-04-19,177.0,,,48.0,,33.0
+AUS,Australia,2020-04-20,170.0,,,49.0,,32.0
+AUS,Australia,2020-04-21,167.0,,,47.0,,33.0
+AUS,Australia,2020-04-22,162.0,,,47.0,,31.0
+AUS,Australia,2020-04-23,152.0,,,45.0,,29.0
+AUS,Australia,2020-04-24,138.0,,,42.0,,29.0
+AUS,Australia,2020-04-25,129.0,,,43.0,,29.0
+AUS,Australia,2020-04-26,115.0,,,42.0,,25.0
+AUS,Australia,2020-04-27,113.0,,,43.0,,27.0
+AUS,Australia,2020-04-28,109.0,,,42.0,,27.0
+AUS,Australia,2020-04-29,93.0,,,38.0,,26.0
+AUS,Australia,2020-04-30,89.0,,,34.0,,22.0
+AUS,Australia,2020-05-01,83.0,,,28.0,,21.0
+AUS,Australia,2020-05-02,79.0,,,28.0,,21.0
+AUS,Australia,2020-05-03,75.0,,,28.0,,20.0
+AUS,Australia,2020-05-04,70.0,,,28.0,,20.0
+AUS,Australia,2020-05-05,66.0,,,27.0,,20.0
+AUS,Australia,2020-05-06,62.0,,,27.0,,18.0
+AUS,Australia,2020-05-07,58.0,,,23.0,,17.0
+AUS,Australia,2020-05-08,56.0,,,21.0,,16.0
+AUS,Australia,2020-05-09,51.0,,,19.0,,15.0
+AUS,Australia,2020-05-10,43.0,,,17.0,,14.0
+AUS,Australia,2020-05-11,49.0,,,16.0,,14.0
+AUS,Australia,2020-05-12,47.0,,,16.0,,15.0
+AUS,Australia,2020-05-13,50.0,,,17.0,,14.0
+AUS,Australia,2020-05-14,51.0,,,18.0,,13.0
+AUS,Australia,2020-05-15,46.0,,,17.0,,13.0
+AUS,Australia,2020-05-16,49.0,,,16.0,,12.0
+AUS,Australia,2020-05-17,50.0,,,16.0,,12.0
+AUS,Australia,2020-05-18,45.0,,,12.0,,17.0
+AUS,Australia,2020-05-19,47.0,,,11.0,,7.0
+AUS,Australia,2020-05-20,43.0,,,9.0,,7.0
+AUS,Australia,2020-05-21,41.0,,,9.0,,7.0
+AUS,Australia,2020-05-22,39.0,,,7.0,,6.0
+AUS,Australia,2020-05-23,35.0,,,5.0,,5.0
+AUS,Australia,2020-05-24,33.0,,,5.0,,5.0
+AUS,Australia,2020-05-25,31.0,,,5.0,,5.0
+AUS,Australia,2020-05-26,30.0,,,5.0,,5.0
+AUS,Australia,2020-05-27,30.0,,,6.0,,6.0
+AUS,Australia,2020-05-28,27.0,,,5.0,,2.0
+AUS,Australia,2020-05-29,23.0,,,4.0,,3.0
+AUS,Australia,2020-05-30,22.0,,,4.0,,1.0
+AUS,Australia,2020-05-31,21.0,,,4.0,,1.0
+AUS,Australia,2020-06-01,20.0,,,3.0,,1.0
+AUS,Australia,2020-06-02,26.0,,,4.0,,2.0
+NLD,Netherlands,2020-02-27,1.0,,,,,
+NLD,Netherlands,2020-02-28,8.0,,,,,
+NLD,Netherlands,2020-02-29,1.0,,,,,
+NLD,Netherlands,2020-03-01,10.0,,,,,
+NLD,Netherlands,2020-03-02,14.0,,,,,
+NLD,Netherlands,2020-03-03,6.0,,,,,
+NLD,Netherlands,2020-03-04,13.0,,,,,
+NLD,Netherlands,2020-03-05,13.0,,,,,
+NLD,Netherlands,2020-03-06,20.0,,,,,
+NLD,Netherlands,2020-03-07,17.0,,,,,
+NLD,Netherlands,2020-03-08,25.0,,,,,
+NLD,Netherlands,2020-03-09,47.0,,,,,
+NLD,Netherlands,2020-03-10,39.0,,,,,
+NLD,Netherlands,2020-03-11,54.0,,,,,
+NLD,Netherlands,2020-03-12,81.0,,,,,
+NLD,Netherlands,2020-03-13,87.0,,,,,
+NLD,Netherlands,2020-03-14,91.0,,,,,
+NLD,Netherlands,2020-03-15,101.0,,,,,
+NLD,Netherlands,2020-03-16,184.0,,,,,
+NLD,Netherlands,2020-03-17,179.0,,,,,
+NLD,Netherlands,2020-03-18,246.0,,,,,
+NLD,Netherlands,2020-03-19,350.0,,,,,
+NLD,Netherlands,2020-03-20,333.0,,,,,
+NLD,Netherlands,2020-03-21,280.0,,,,,
+NLD,Netherlands,2020-03-22,301.0,,,,,
+NLD,Netherlands,2020-03-23,558.0,,,,,
+NLD,Netherlands,2020-03-24,478.0,,,,,
+NLD,Netherlands,2020-03-25,513.0,,,,,
+NLD,Netherlands,2020-03-26,490.0,,,,,
+NLD,Netherlands,2020-03-27,611.0,,,,,
+NLD,Netherlands,2020-03-28,340.0,,,,,
+NLD,Netherlands,2020-03-29,301.0,,,,,
+NLD,Netherlands,2020-03-30,503.0,,,,,
+NLD,Netherlands,2020-03-31,341.0,,,,,
+NLD,Netherlands,2020-04-01,363.0,,,,,
+NLD,Netherlands,2020-04-02,351.0,,,,,
+NLD,Netherlands,2020-04-03,335.0,,,,,
+NLD,Netherlands,2020-04-04,198.0,,,,,
+NLD,Netherlands,2020-04-05,216.0,,,,,
+NLD,Netherlands,2020-04-06,313.0,,,,,
+NLD,Netherlands,2020-04-07,192.0,,,,,
+NLD,Netherlands,2020-04-08,190.0,,,,,
+NLD,Netherlands,2020-04-09,187.0,,,,,
+NLD,Netherlands,2020-04-10,171.0,,,,,
+NLD,Netherlands,2020-04-11,132.0,,,,,
+NLD,Netherlands,2020-04-12,126.0,,,,,
+NLD,Netherlands,2020-04-13,135.0,,,,,
+NLD,Netherlands,2020-04-14,159.0,,,,,
+NLD,Netherlands,2020-04-15,106.0,,,,,
+NLD,Netherlands,2020-04-16,101.0,,,,,
+NLD,Netherlands,2020-04-17,122.0,,,,,
+NLD,Netherlands,2020-04-18,71.0,,,,,
+NLD,Netherlands,2020-04-19,60.0,,,,,
+NLD,Netherlands,2020-04-20,90.0,,,,,
+NLD,Netherlands,2020-04-21,71.0,,,,,
+NLD,Netherlands,2020-04-22,71.0,,,,,
+NLD,Netherlands,2020-04-23,77.0,,,,,
+NLD,Netherlands,2020-04-24,44.0,,,,,
+NLD,Netherlands,2020-04-25,44.0,,,,,
+NLD,Netherlands,2020-04-26,31.0,,,,,
+NLD,Netherlands,2020-04-27,38.0,,,,,
+NLD,Netherlands,2020-04-28,60.0,,,,,
+NLD,Netherlands,2020-04-29,39.0,,,,,
+NLD,Netherlands,2020-04-30,35.0,,,,,
+NLD,Netherlands,2020-05-01,29.0,,,,,
+NLD,Netherlands,2020-05-02,16.0,,,,,
+NLD,Netherlands,2020-05-03,33.0,,,,,
+NLD,Netherlands,2020-05-04,32.0,,,,,
+NLD,Netherlands,2020-05-05,15.0,,,,,
+NLD,Netherlands,2020-05-06,36.0,,,,,
+NLD,Netherlands,2020-05-07,27.0,,,,,
+NLD,Netherlands,2020-05-08,27.0,,,,,
+NLD,Netherlands,2020-05-09,16.0,,,,,
+NLD,Netherlands,2020-05-10,13.0,,,,,
+NLD,Netherlands,2020-05-11,22.0,,,,,
+NLD,Netherlands,2020-05-12,10.0,,,,,
+NLD,Netherlands,2020-05-13,19.0,,,,,
+NLD,Netherlands,2020-05-14,11.0,,,,,
+NLD,Netherlands,2020-05-15,10.0,,,,,
+NLD,Netherlands,2020-05-16,8.0,,,,,
+NLD,Netherlands,2020-05-17,7.0,,,,,
+NLD,Netherlands,2020-05-18,11.0,,,,,
+NLD,Netherlands,2020-05-19,8.0,,,,,
+NLD,Netherlands,2020-05-20,9.0,,,,,
+NLD,Netherlands,2020-05-21,8.0,,,,,
+NLD,Netherlands,2020-05-22,9.0,,,,,
+NLD,Netherlands,2020-05-23,4.0,,,,,
+NLD,Netherlands,2020-05-24,3.0,,,,,
+NLD,Netherlands,2020-05-25,14.0,,,,,
+NLD,Netherlands,2020-05-26,7.0,,,,,
+NLD,Netherlands,2020-05-27,5.0,,,,,
+NLD,Netherlands,2020-05-28,2.0,,,,,
+NLD,Netherlands,2020-05-29,6.0,,,,,
+NLD,Netherlands,2020-05-30,7.0,,,,,
+NLD,Netherlands,2020-05-31,5.0,,,,,
+NLD,Netherlands,2020-06-01,4.0,,,,,
+NLD,Netherlands,2020-06-02,7.0,,,,,
+NLD,Netherlands,2020-06-03,0.0,,,,,
+NLD,Netherlands,2020-06-04,2.0,,,,,
+NLD,Netherlands,2020-06-05,0.0,,,,,
+NLD,Netherlands,2020-06-06,0.0,,,,,
+IT-65,Abruzzo,2020-02-24,0.0,,,0.0,,
+IT-65,Abruzzo,2020-02-25,0.0,,,0.0,,
+IT-65,Abruzzo,2020-02-26,0.0,,,0.0,,
+IT-65,Abruzzo,2020-02-27,1.0,,,0.0,,
+IT-65,Abruzzo,2020-02-28,1.0,,,0.0,,
+IT-65,Abruzzo,2020-02-29,2.0,,,0.0,,
+IT-65,Abruzzo,2020-03-01,3.0,,,0.0,,
+IT-65,Abruzzo,2020-03-02,3.0,,,0.0,,
+IT-65,Abruzzo,2020-03-03,5.0,,,0.0,,
+IT-65,Abruzzo,2020-03-04,7.0,,,0.0,,
+IT-65,Abruzzo,2020-03-05,8.0,,,0.0,,
+IT-65,Abruzzo,2020-03-06,9.0,,,0.0,,
+IT-65,Abruzzo,2020-03-07,11.0,,,0.0,,
+IT-65,Abruzzo,2020-03-08,14.0,,,0.0,,
+IT-65,Abruzzo,2020-03-09,25.0,,,0.0,,
+IT-65,Abruzzo,2020-03-10,26.0,,,9.0,,
+IT-65,Abruzzo,2020-03-11,26.0,,,9.0,,
+IT-65,Abruzzo,2020-03-12,59.0,,,12.0,,
+IT-65,Abruzzo,2020-03-13,56.0,,,14.0,,
+IT-65,Abruzzo,2020-03-14,65.0,,,14.0,,
+IT-65,Abruzzo,2020-03-15,100.0,,,28.0,,
+IT-65,Abruzzo,2020-03-16,108.0,,,37.0,,
+IT-65,Abruzzo,2020-03-17,126.0,,,32.0,,
+IT-65,Abruzzo,2020-03-18,140.0,,,41.0,,
+IT-65,Abruzzo,2020-03-19,228.0,,,47.0,,
+IT-65,Abruzzo,2020-03-20,238.0,,,48.0,,
+IT-65,Abruzzo,2020-03-21,229.0,,,44.0,,
+IT-65,Abruzzo,2020-03-22,267.0,,,49.0,,
+IT-65,Abruzzo,2020-03-23,280.0,,,52.0,,
+IT-65,Abruzzo,2020-03-24,291.0,,,57.0,,
+IT-65,Abruzzo,2020-03-25,307.0,,,59.0,,
+IT-65,Abruzzo,2020-03-26,344.0,,,64.0,,
+IT-65,Abruzzo,2020-03-27,360.0,,,71.0,,
+IT-65,Abruzzo,2020-03-28,381.0,,,70.0,,
+IT-65,Abruzzo,2020-03-29,397.0,,,68.0,,
+IT-65,Abruzzo,2020-03-30,391.0,,,69.0,,
+IT-65,Abruzzo,2020-03-31,408.0,,,73.0,,
+IT-65,Abruzzo,2020-04-01,413.0,,,71.0,,
+IT-65,Abruzzo,2020-04-02,416.0,,,75.0,,
+IT-65,Abruzzo,2020-04-03,437.0,,,76.0,,
+IT-65,Abruzzo,2020-04-04,425.0,,,71.0,,
+IT-65,Abruzzo,2020-04-05,414.0,,,67.0,,
+IT-65,Abruzzo,2020-04-06,406.0,,,66.0,,
+IT-65,Abruzzo,2020-04-07,404.0,,,67.0,,
+IT-65,Abruzzo,2020-04-08,393.0,,,62.0,,
+IT-65,Abruzzo,2020-04-09,363.0,,,57.0,,
+IT-65,Abruzzo,2020-04-10,358.0,,,53.0,,
+IT-65,Abruzzo,2020-04-11,369.0,,,54.0,,
+IT-65,Abruzzo,2020-04-12,400.0,,,54.0,,
+IT-65,Abruzzo,2020-04-13,405.0,,,54.0,,
+IT-65,Abruzzo,2020-04-14,397.0,,,52.0,,
+IT-65,Abruzzo,2020-04-15,385.0,,,44.0,,
+IT-65,Abruzzo,2020-04-16,366.0,,,42.0,,
+IT-65,Abruzzo,2020-04-17,362.0,,,43.0,,
+IT-65,Abruzzo,2020-04-18,362.0,,,41.0,,
+IT-65,Abruzzo,2020-04-19,357.0,,,40.0,,
+IT-65,Abruzzo,2020-04-20,358.0,,,38.0,,
+IT-65,Abruzzo,2020-04-21,353.0,,,35.0,,
+IT-65,Abruzzo,2020-04-22,344.0,,,35.0,,
+IT-65,Abruzzo,2020-04-23,353.0,,,31.0,,
+IT-65,Abruzzo,2020-04-24,355.0,,,28.0,,
+IT-65,Abruzzo,2020-04-25,349.0,,,26.0,,
+IT-65,Abruzzo,2020-04-26,348.0,,,24.0,,
+IT-65,Abruzzo,2020-04-27,351.0,,,23.0,,
+IT-65,Abruzzo,2020-04-28,333.0,,,21.0,,
+IT-65,Abruzzo,2020-04-29,328.0,,,19.0,,
+IT-65,Abruzzo,2020-04-30,322.0,,,16.0,,
+IT-65,Abruzzo,2020-05-01,313.0,,,16.0,,
+IT-65,Abruzzo,2020-05-02,319.0,,,16.0,,
+IT-65,Abruzzo,2020-05-03,316.0,,,16.0,,
+IT-65,Abruzzo,2020-05-04,316.0,,,15.0,,
+IT-65,Abruzzo,2020-05-05,300.0,,,11.0,,
+IT-65,Abruzzo,2020-05-06,296.0,,,11.0,,
+IT-65,Abruzzo,2020-05-07,275.0,,,12.0,,
+IT-65,Abruzzo,2020-05-08,260.0,,,10.0,,
+IT-65,Abruzzo,2020-05-09,256.0,,,10.0,,
+IT-65,Abruzzo,2020-05-10,243.0,,,10.0,,
+IT-65,Abruzzo,2020-05-11,240.0,,,9.0,,
+IT-65,Abruzzo,2020-05-12,230.0,,,8.0,,
+IT-65,Abruzzo,2020-05-13,221.0,,,7.0,,
+IT-65,Abruzzo,2020-05-14,221.0,,,6.0,,
+IT-65,Abruzzo,2020-05-15,211.0,,,6.0,,
+IT-65,Abruzzo,2020-05-16,202.0,,,7.0,,
+IT-65,Abruzzo,2020-05-17,199.0,,,6.0,,
+IT-65,Abruzzo,2020-05-18,197.0,,,6.0,,
+IT-65,Abruzzo,2020-05-19,194.0,,,6.0,,
+IT-65,Abruzzo,2020-05-20,191.0,,,6.0,,
+IT-65,Abruzzo,2020-05-21,180.0,,,5.0,,
+IT-65,Abruzzo,2020-05-22,161.0,,,4.0,,
+IT-65,Abruzzo,2020-05-23,160.0,,,4.0,,
+IT-65,Abruzzo,2020-05-24,152.0,,,3.0,,
+IT-65,Abruzzo,2020-05-25,152.0,,,3.0,,
+IT-65,Abruzzo,2020-05-26,145.0,,,3.0,,
+IT-65,Abruzzo,2020-05-27,141.0,,,3.0,,
+IT-65,Abruzzo,2020-05-28,131.0,,,3.0,,
+IT-65,Abruzzo,2020-05-29,125.0,,,3.0,,
+IT-65,Abruzzo,2020-05-30,125.0,,,3.0,,
+IT-65,Abruzzo,2020-05-31,108.0,,,4.0,,
+IT-65,Abruzzo,2020-06-01,119.0,,,6.0,,
+IT-65,Abruzzo,2020-06-02,119.0,,,6.0,,
+IT-65,Abruzzo,2020-06-03,115.0,,,3.0,,
+IT-65,Abruzzo,2020-06-04,112.0,,,3.0,,
+IT-65,Abruzzo,2020-06-05,107.0,,,4.0,,
+IT-65,Abruzzo,2020-06-06,99.0,,,3.0,,
+IT-65,Abruzzo,2020-06-07,92.0,,,4.0,,
+IT-65,Abruzzo,2020-06-08,93.0,,,4.0,,
+IT-77,Basilicata,2020-02-24,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-25,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-26,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-27,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-28,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-29,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-01,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-02,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-03,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-04,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-05,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-06,1.0,,,0.0,,
+IT-77,Basilicata,2020-03-07,1.0,,,0.0,,
+IT-77,Basilicata,2020-03-08,2.0,,,0.0,,
+IT-77,Basilicata,2020-03-09,2.0,,,0.0,,
+IT-77,Basilicata,2020-03-10,2.0,,,0.0,,
+IT-77,Basilicata,2020-03-11,2.0,,,1.0,,
+IT-77,Basilicata,2020-03-12,2.0,,,1.0,,
+IT-77,Basilicata,2020-03-13,2.0,,,1.0,,
+IT-77,Basilicata,2020-03-14,2.0,,,2.0,,
+IT-77,Basilicata,2020-03-15,2.0,,,2.0,,
+IT-77,Basilicata,2020-03-16,3.0,,,2.0,,
+IT-77,Basilicata,2020-03-17,7.0,,,2.0,,
+IT-77,Basilicata,2020-03-18,11.0,,,2.0,,
+IT-77,Basilicata,2020-03-19,13.0,,,5.0,,
+IT-77,Basilicata,2020-03-20,13.0,,,5.0,,
+IT-77,Basilicata,2020-03-21,19.0,,,7.0,,
+IT-77,Basilicata,2020-03-22,23.0,,,10.0,,
+IT-77,Basilicata,2020-03-23,27.0,,,12.0,,
+IT-77,Basilicata,2020-03-24,26.0,,,12.0,,
+IT-77,Basilicata,2020-03-25,34.0,,,14.0,,
+IT-77,Basilicata,2020-03-26,38.0,,,16.0,,
+IT-77,Basilicata,2020-03-27,37.0,,,15.0,,
+IT-77,Basilicata,2020-03-28,45.0,,,19.0,,
+IT-77,Basilicata,2020-03-29,50.0,,,18.0,,
+IT-77,Basilicata,2020-03-30,54.0,,,18.0,,
+IT-77,Basilicata,2020-03-31,54.0,,,17.0,,
+IT-77,Basilicata,2020-04-01,54.0,,,15.0,,
+IT-77,Basilicata,2020-04-02,57.0,,,19.0,,
+IT-77,Basilicata,2020-04-03,60.0,,,19.0,,
+IT-77,Basilicata,2020-04-04,63.0,,,19.0,,
+IT-77,Basilicata,2020-04-05,64.0,,,18.0,,
+IT-77,Basilicata,2020-04-06,64.0,,,18.0,,
+IT-77,Basilicata,2020-04-07,64.0,,,17.0,,
+IT-77,Basilicata,2020-04-08,65.0,,,17.0,,
+IT-77,Basilicata,2020-04-09,67.0,,,17.0,,
+IT-77,Basilicata,2020-04-10,74.0,,,15.0,,
+IT-77,Basilicata,2020-04-11,72.0,,,12.0,,
+IT-77,Basilicata,2020-04-12,73.0,,,12.0,,
+IT-77,Basilicata,2020-04-13,76.0,,,12.0,,
+IT-77,Basilicata,2020-04-14,74.0,,,12.0,,
+IT-77,Basilicata,2020-04-15,72.0,,,12.0,,
+IT-77,Basilicata,2020-04-16,69.0,,,9.0,,
+IT-77,Basilicata,2020-04-17,68.0,,,9.0,,
+IT-77,Basilicata,2020-04-18,68.0,,,8.0,,
+IT-77,Basilicata,2020-04-19,67.0,,,8.0,,
+IT-77,Basilicata,2020-04-20,66.0,,,7.0,,
+IT-77,Basilicata,2020-04-21,71.0,,,7.0,,
+IT-77,Basilicata,2020-04-22,72.0,,,7.0,,
+IT-77,Basilicata,2020-04-23,68.0,,,7.0,,
+IT-77,Basilicata,2020-04-24,66.0,,,7.0,,
+IT-77,Basilicata,2020-04-25,65.0,,,7.0,,
+IT-77,Basilicata,2020-04-26,64.0,,,7.0,,
+IT-77,Basilicata,2020-04-27,64.0,,,7.0,,
+IT-77,Basilicata,2020-04-28,63.0,,,7.0,,
+IT-77,Basilicata,2020-04-29,55.0,,,4.0,,
+IT-77,Basilicata,2020-04-30,53.0,,,4.0,,
+IT-77,Basilicata,2020-05-01,53.0,,,4.0,,
+IT-77,Basilicata,2020-05-02,52.0,,,4.0,,
+IT-77,Basilicata,2020-05-03,51.0,,,3.0,,
+IT-77,Basilicata,2020-05-04,53.0,,,3.0,,
+IT-77,Basilicata,2020-05-05,53.0,,,3.0,,
+IT-77,Basilicata,2020-05-06,50.0,,,3.0,,
+IT-77,Basilicata,2020-05-07,50.0,,,2.0,,
+IT-77,Basilicata,2020-05-08,50.0,,,2.0,,
+IT-77,Basilicata,2020-05-09,46.0,,,1.0,,
+IT-77,Basilicata,2020-05-10,46.0,,,1.0,,
+IT-77,Basilicata,2020-05-11,47.0,,,1.0,,
+IT-77,Basilicata,2020-05-12,48.0,,,1.0,,
+IT-77,Basilicata,2020-05-13,43.0,,,1.0,,
+IT-77,Basilicata,2020-05-14,35.0,,,1.0,,
+IT-77,Basilicata,2020-05-15,34.0,,,1.0,,
+IT-77,Basilicata,2020-05-16,30.0,,,1.0,,
+IT-77,Basilicata,2020-05-17,30.0,,,1.0,,
+IT-77,Basilicata,2020-05-18,30.0,,,1.0,,
+IT-77,Basilicata,2020-05-19,27.0,,,1.0,,
+IT-77,Basilicata,2020-05-20,23.0,,,1.0,,
+IT-77,Basilicata,2020-05-21,16.0,,,1.0,,
+IT-77,Basilicata,2020-05-22,16.0,,,1.0,,
+IT-77,Basilicata,2020-05-23,15.0,,,1.0,,
+IT-77,Basilicata,2020-05-24,14.0,,,1.0,,
+IT-77,Basilicata,2020-05-25,13.0,,,0.0,,
+IT-77,Basilicata,2020-05-26,8.0,,,0.0,,
+IT-77,Basilicata,2020-05-27,7.0,,,0.0,,
+IT-77,Basilicata,2020-05-28,6.0,,,0.0,,
+IT-77,Basilicata,2020-05-29,5.0,,,0.0,,
+IT-77,Basilicata,2020-05-30,5.0,,,0.0,,
+IT-77,Basilicata,2020-05-31,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-01,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-02,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-03,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-04,3.0,,,0.0,,
+IT-77,Basilicata,2020-06-05,0.0,,,0.0,,
+IT-77,Basilicata,2020-06-06,0.0,,,0.0,,
+IT-77,Basilicata,2020-06-07,0.0,,,0.0,,
+IT-77,Basilicata,2020-06-08,0.0,,,0.0,,
+IT-78,Calabria,2020-02-24,0.0,,,0.0,,
+IT-78,Calabria,2020-02-25,0.0,,,0.0,,
+IT-78,Calabria,2020-02-26,0.0,,,0.0,,
+IT-78,Calabria,2020-02-27,0.0,,,0.0,,
+IT-78,Calabria,2020-02-28,0.0,,,0.0,,
+IT-78,Calabria,2020-02-29,0.0,,,0.0,,
+IT-78,Calabria,2020-03-01,0.0,,,0.0,,
+IT-78,Calabria,2020-03-02,0.0,,,0.0,,
+IT-78,Calabria,2020-03-03,0.0,,,0.0,,
+IT-78,Calabria,2020-03-04,0.0,,,0.0,,
+IT-78,Calabria,2020-03-05,1.0,,,0.0,,
+IT-78,Calabria,2020-03-06,2.0,,,0.0,,
+IT-78,Calabria,2020-03-07,2.0,,,0.0,,
+IT-78,Calabria,2020-03-08,5.0,,,0.0,,
+IT-78,Calabria,2020-03-09,8.0,,,0.0,,
+IT-78,Calabria,2020-03-10,10.0,,,2.0,,
+IT-78,Calabria,2020-03-11,12.0,,,2.0,,
+IT-78,Calabria,2020-03-12,16.0,,,2.0,,
+IT-78,Calabria,2020-03-13,21.0,,,3.0,,
+IT-78,Calabria,2020-03-14,26.0,,,4.0,,
+IT-78,Calabria,2020-03-15,38.0,,,6.0,,
+IT-78,Calabria,2020-03-16,43.0,,,7.0,,
+IT-78,Calabria,2020-03-17,55.0,,,10.0,,
+IT-78,Calabria,2020-03-18,56.0,,,11.0,,
+IT-78,Calabria,2020-03-19,73.0,,,13.0,,
+IT-78,Calabria,2020-03-20,87.0,,,16.0,,
+IT-78,Calabria,2020-03-21,89.0,,,16.0,,
+IT-78,Calabria,2020-03-22,94.0,,,17.0,,
+IT-78,Calabria,2020-03-23,102.0,,,20.0,,
+IT-78,Calabria,2020-03-24,109.0,,,21.0,,
+IT-78,Calabria,2020-03-25,116.0,,,23.0,,
+IT-78,Calabria,2020-03-26,124.0,,,23.0,,
+IT-78,Calabria,2020-03-27,125.0,,,22.0,,
+IT-78,Calabria,2020-03-28,129.0,,,22.0,,
+IT-78,Calabria,2020-03-29,143.0,,,19.0,,
+IT-78,Calabria,2020-03-30,148.0,,,18.0,,
+IT-78,Calabria,2020-03-31,149.0,,,17.0,,
+IT-78,Calabria,2020-04-01,160.0,,,16.0,,
+IT-78,Calabria,2020-04-02,182.0,,,19.0,,
+IT-78,Calabria,2020-04-03,200.0,,,17.0,,
+IT-78,Calabria,2020-04-04,193.0,,,15.0,,
+IT-78,Calabria,2020-04-05,187.0,,,13.0,,
+IT-78,Calabria,2020-04-06,184.0,,,14.0,,
+IT-78,Calabria,2020-04-07,183.0,,,14.0,,
+IT-78,Calabria,2020-04-08,185.0,,,15.0,,
+IT-78,Calabria,2020-04-09,183.0,,,15.0,,
+IT-78,Calabria,2020-04-10,182.0,,,14.0,,
+IT-78,Calabria,2020-04-11,184.0,,,15.0,,
+IT-78,Calabria,2020-04-12,179.0,,,14.0,,
+IT-78,Calabria,2020-04-13,172.0,,,12.0,,
+IT-78,Calabria,2020-04-14,173.0,,,12.0,,
+IT-78,Calabria,2020-04-15,167.0,,,11.0,,
+IT-78,Calabria,2020-04-16,166.0,,,9.0,,
+IT-78,Calabria,2020-04-17,161.0,,,7.0,,
+IT-78,Calabria,2020-04-18,159.0,,,7.0,,
+IT-78,Calabria,2020-04-19,148.0,,,6.0,,
+IT-78,Calabria,2020-04-20,147.0,,,7.0,,
+IT-78,Calabria,2020-04-21,140.0,,,7.0,,
+IT-78,Calabria,2020-04-22,135.0,,,7.0,,
+IT-78,Calabria,2020-04-23,136.0,,,7.0,,
+IT-78,Calabria,2020-04-24,130.0,,,7.0,,
+IT-78,Calabria,2020-04-25,132.0,,,7.0,,
+IT-78,Calabria,2020-04-26,126.0,,,8.0,,
+IT-78,Calabria,2020-04-27,120.0,,,6.0,,
+IT-78,Calabria,2020-04-28,119.0,,,6.0,,
+IT-78,Calabria,2020-04-29,113.0,,,6.0,,
+IT-78,Calabria,2020-04-30,111.0,,,6.0,,
+IT-78,Calabria,2020-05-01,108.0,,,3.0,,
+IT-78,Calabria,2020-05-02,104.0,,,4.0,,
+IT-78,Calabria,2020-05-03,99.0,,,4.0,,
+IT-78,Calabria,2020-05-04,97.0,,,4.0,,
+IT-78,Calabria,2020-05-05,96.0,,,4.0,,
+IT-78,Calabria,2020-05-06,90.0,,,3.0,,
+IT-78,Calabria,2020-05-07,83.0,,,2.0,,
+IT-78,Calabria,2020-05-08,75.0,,,2.0,,
+IT-78,Calabria,2020-05-09,70.0,,,2.0,,
+IT-78,Calabria,2020-05-10,68.0,,,2.0,,
+IT-78,Calabria,2020-05-11,65.0,,,1.0,,
+IT-78,Calabria,2020-05-12,66.0,,,1.0,,
+IT-78,Calabria,2020-05-13,65.0,,,1.0,,
+IT-78,Calabria,2020-05-14,61.0,,,2.0,,
+IT-78,Calabria,2020-05-15,58.0,,,2.0,,
+IT-78,Calabria,2020-05-16,58.0,,,2.0,,
+IT-78,Calabria,2020-05-17,58.0,,,2.0,,
+IT-78,Calabria,2020-05-18,55.0,,,2.0,,
+IT-78,Calabria,2020-05-19,52.0,,,2.0,,
+IT-78,Calabria,2020-05-20,50.0,,,1.0,,
+IT-78,Calabria,2020-05-21,48.0,,,1.0,,
+IT-78,Calabria,2020-05-22,48.0,,,1.0,,
+IT-78,Calabria,2020-05-23,44.0,,,1.0,,
+IT-78,Calabria,2020-05-24,44.0,,,1.0,,
+IT-78,Calabria,2020-05-25,43.0,,,1.0,,
+IT-78,Calabria,2020-05-26,42.0,,,1.0,,
+IT-78,Calabria,2020-05-27,36.0,,,1.0,,
+IT-78,Calabria,2020-05-28,32.0,,,1.0,,
+IT-78,Calabria,2020-05-29,26.0,,,1.0,,
+IT-78,Calabria,2020-05-30,24.0,,,1.0,,
+IT-78,Calabria,2020-05-31,23.0,,,1.0,,
+IT-78,Calabria,2020-06-01,21.0,,,1.0,,
+IT-78,Calabria,2020-06-02,21.0,,,1.0,,
+IT-78,Calabria,2020-06-03,20.0,,,0.0,,
+IT-78,Calabria,2020-06-04,19.0,,,0.0,,
+IT-78,Calabria,2020-06-05,18.0,,,0.0,,
+IT-78,Calabria,2020-06-06,18.0,,,0.0,,
+IT-78,Calabria,2020-06-07,18.0,,,0.0,,
+IT-78,Calabria,2020-06-08,18.0,,,0.0,,
+IT-72,Campania,2020-02-24,0.0,,,0.0,,
+IT-72,Campania,2020-02-25,0.0,,,0.0,,
+IT-72,Campania,2020-02-26,0.0,,,0.0,,
+IT-72,Campania,2020-02-27,2.0,,,0.0,,
+IT-72,Campania,2020-02-28,2.0,,,0.0,,
+IT-72,Campania,2020-02-29,3.0,,,0.0,,
+IT-72,Campania,2020-03-01,4.0,,,0.0,,
+IT-72,Campania,2020-03-02,4.0,,,0.0,,
+IT-72,Campania,2020-03-03,11.0,,,0.0,,
+IT-72,Campania,2020-03-04,11.0,,,0.0,,
+IT-72,Campania,2020-03-05,12.0,,,0.0,,
+IT-72,Campania,2020-03-06,12.0,,,0.0,,
+IT-72,Campania,2020-03-07,16.0,,,0.0,,
+IT-72,Campania,2020-03-08,37.0,,,7.0,,
+IT-72,Campania,2020-03-09,50.0,,,8.0,,
+IT-72,Campania,2020-03-10,41.0,,,8.0,,
+IT-72,Campania,2020-03-11,67.0,,,11.0,,
+IT-72,Campania,2020-03-12,67.0,,,11.0,,
+IT-72,Campania,2020-03-13,79.0,,,19.0,,
+IT-72,Campania,2020-03-14,89.0,,,17.0,,
+IT-72,Campania,2020-03-15,95.0,,,22.0,,
+IT-72,Campania,2020-03-16,125.0,,,22.0,,
+IT-72,Campania,2020-03-17,151.0,,,24.0,,
+IT-72,Campania,2020-03-18,151.0,,,24.0,,
+IT-72,Campania,2020-03-19,249.0,,,36.0,,
+IT-72,Campania,2020-03-20,171.0,,,41.0,,
+IT-72,Campania,2020-03-21,320.0,,,87.0,,
+IT-72,Campania,2020-03-22,342.0,,,99.0,,
+IT-72,Campania,2020-03-23,376.0,,,110.0,,
+IT-72,Campania,2020-03-24,526.0,,,181.0,,
+IT-72,Campania,2020-03-25,441.0,,,123.0,,
+IT-72,Campania,2020-03-26,562.0,,,114.0,,
+IT-72,Campania,2020-03-27,569.0,,,113.0,,
+IT-72,Campania,2020-03-28,595.0,,,132.0,,
+IT-72,Campania,2020-03-29,611.0,,,135.0,,
+IT-72,Campania,2020-03-30,594.0,,,126.0,,
+IT-72,Campania,2020-03-31,634.0,,,133.0,,
+IT-72,Campania,2020-04-01,607.0,,,129.0,,
+IT-72,Campania,2020-04-02,623.0,,,120.0,,
+IT-72,Campania,2020-04-03,647.0,,,115.0,,
+IT-72,Campania,2020-04-04,681.0,,,114.0,,
+IT-72,Campania,2020-04-05,717.0,,,108.0,,
+IT-72,Campania,2020-04-06,711.0,,,101.0,,
+IT-72,Campania,2020-04-07,706.0,,,103.0,,
+IT-72,Campania,2020-04-08,705.0,,,97.0,,
+IT-72,Campania,2020-04-09,698.0,,,94.0,,
+IT-72,Campania,2020-04-10,690.0,,,90.0,,
+IT-72,Campania,2020-04-11,667.0,,,85.0,,
+IT-72,Campania,2020-04-12,608.0,,,82.0,,
+IT-72,Campania,2020-04-13,686.0,,,80.0,,
+IT-72,Campania,2020-04-14,700.0,,,82.0,,
+IT-72,Campania,2020-04-15,693.0,,,86.0,,
+IT-72,Campania,2020-04-16,694.0,,,76.0,,
+IT-72,Campania,2020-04-17,698.0,,,76.0,,
+IT-72,Campania,2020-04-18,681.0,,,76.0,,
+IT-72,Campania,2020-04-19,651.0,,,61.0,,
+IT-72,Campania,2020-04-20,647.0,,,61.0,,
+IT-72,Campania,2020-04-21,590.0,,,58.0,,
+IT-72,Campania,2020-04-22,576.0,,,53.0,,
+IT-72,Campania,2020-04-23,586.0,,,47.0,,
+IT-72,Campania,2020-04-24,568.0,,,44.0,,
+IT-72,Campania,2020-04-25,598.0,,,55.0,,
+IT-72,Campania,2020-04-26,581.0,,,45.0,,
+IT-72,Campania,2020-04-27,578.0,,,37.0,,
+IT-72,Campania,2020-04-28,577.0,,,33.0,,
+IT-72,Campania,2020-04-29,549.0,,,31.0,,
+IT-72,Campania,2020-04-30,513.0,,,29.0,,
+IT-72,Campania,2020-05-01,507.0,,,29.0,,
+IT-72,Campania,2020-05-02,497.0,,,27.0,,
+IT-72,Campania,2020-05-03,485.0,,,30.0,,
+IT-72,Campania,2020-05-04,462.0,,,24.0,,
+IT-72,Campania,2020-05-05,433.0,,,25.0,,
+IT-72,Campania,2020-05-06,458.0,,,25.0,,
+IT-72,Campania,2020-05-07,442.0,,,27.0,,
+IT-72,Campania,2020-05-08,446.0,,,28.0,,
+IT-72,Campania,2020-05-09,441.0,,,26.0,,
+IT-72,Campania,2020-05-10,455.0,,,20.0,,
+IT-72,Campania,2020-05-11,459.0,,,23.0,,
+IT-72,Campania,2020-05-12,434.0,,,20.0,,
+IT-72,Campania,2020-05-13,421.0,,,19.0,,
+IT-72,Campania,2020-05-14,406.0,,,19.0,,
+IT-72,Campania,2020-05-15,358.0,,,17.0,,
+IT-72,Campania,2020-05-16,367.0,,,16.0,,
+IT-72,Campania,2020-05-17,359.0,,,17.0,,
+IT-72,Campania,2020-05-18,359.0,,,17.0,,
+IT-72,Campania,2020-05-19,347.0,,,17.0,,
+IT-72,Campania,2020-05-20,330.0,,,12.0,,
+IT-72,Campania,2020-05-21,321.0,,,9.0,,
+IT-72,Campania,2020-05-22,321.0,,,9.0,,
+IT-72,Campania,2020-05-23,305.0,,,10.0,,
+IT-72,Campania,2020-05-24,319.0,,,8.0,,
+IT-72,Campania,2020-05-25,294.0,,,7.0,,
+IT-72,Campania,2020-05-26,291.0,,,5.0,,
+IT-72,Campania,2020-05-27,281.0,,,6.0,,
+IT-72,Campania,2020-05-28,266.0,,,6.0,,
+IT-72,Campania,2020-05-29,243.0,,,7.0,,
+IT-72,Campania,2020-05-30,243.0,,,7.0,,
+IT-72,Campania,2020-05-31,232.0,,,5.0,,
+IT-72,Campania,2020-06-01,230.0,,,6.0,,
+IT-72,Campania,2020-06-02,243.0,,,7.0,,
+IT-72,Campania,2020-06-03,210.0,,,4.0,,
+IT-72,Campania,2020-06-04,165.0,,,5.0,,
+IT-72,Campania,2020-06-05,140.0,,,7.0,,
+IT-72,Campania,2020-06-06,104.0,,,7.0,,
+IT-72,Campania,2020-06-07,92.0,,,6.0,,
+IT-72,Campania,2020-06-08,88.0,,,6.0,,
+IT-45,Emilia-Romagna,2020-02-24,12.0,,,2.0,,
+IT-45,Emilia-Romagna,2020-02-25,17.0,,,2.0,,
+IT-45,Emilia-Romagna,2020-02-26,23.0,,,3.0,,
+IT-45,Emilia-Romagna,2020-02-27,42.0,,,6.0,,
+IT-45,Emilia-Romagna,2020-02-28,62.0,,,6.0,,
+IT-45,Emilia-Romagna,2020-02-29,97.0,,,11.0,,
+IT-45,Emilia-Romagna,2020-03-01,140.0,,,13.0,,
+IT-45,Emilia-Romagna,2020-03-02,164.0,,,16.0,,
+IT-45,Emilia-Romagna,2020-03-03,211.0,,,24.0,,
+IT-45,Emilia-Romagna,2020-03-04,282.0,,,26.0,,
+IT-45,Emilia-Romagna,2020-03-05,359.0,,,32.0,,
+IT-45,Emilia-Romagna,2020-03-06,450.0,,,53.0,,
+IT-45,Emilia-Romagna,2020-03-07,528.0,,,64.0,,
+IT-45,Emilia-Romagna,2020-03-08,617.0,,,75.0,,
+IT-45,Emilia-Romagna,2020-03-09,666.0,,,90.0,,
+IT-45,Emilia-Romagna,2020-03-10,767.0,,,98.0,,
+IT-45,Emilia-Romagna,2020-03-11,849.0,,,104.0,,
+IT-45,Emilia-Romagna,2020-03-12,926.0,,,112.0,,
+IT-45,Emilia-Romagna,2020-03-13,1070.0,,,128.0,,
+IT-45,Emilia-Romagna,2020-03-14,1228.0,,,152.0,,
+IT-45,Emilia-Romagna,2020-03-15,1384.0,,,169.0,,
+IT-45,Emilia-Romagna,2020-03-16,1559.0,,,197.0,,
+IT-45,Emilia-Romagna,2020-03-17,1789.0,,,223.0,,
+IT-45,Emilia-Romagna,2020-03-18,2031.0,,,247.0,,
+IT-45,Emilia-Romagna,2020-03-19,2160.0,,,260.0,,
+IT-45,Emilia-Romagna,2020-03-20,2350.0,,,267.0,,
+IT-45,Emilia-Romagna,2020-03-21,2532.0,,,265.0,,
+IT-45,Emilia-Romagna,2020-03-22,2698.0,,,269.0,,
+IT-45,Emilia-Romagna,2020-03-23,3122.0,,,276.0,,
+IT-45,Emilia-Romagna,2020-03-24,3265.0,,,291.0,,
+IT-45,Emilia-Romagna,2020-03-25,3474.0,,,294.0,,
+IT-45,Emilia-Romagna,2020-03-26,3655.0,,,301.0,,
+IT-45,Emilia-Romagna,2020-03-27,3769.0,,,308.0,,
+IT-45,Emilia-Romagna,2020-03-28,4011.0,,,316.0,,
+IT-45,Emilia-Romagna,2020-03-29,4102.0,,,333.0,,
+IT-45,Emilia-Romagna,2020-03-30,4130.0,,,351.0,,
+IT-45,Emilia-Romagna,2020-03-31,4118.0,,,353.0,,
+IT-45,Emilia-Romagna,2020-04-01,4257.0,,,359.0,,
+IT-45,Emilia-Romagna,2020-04-02,4310.0,,,366.0,,
+IT-45,Emilia-Romagna,2020-04-03,4279.0,,,364.0,,
+IT-45,Emilia-Romagna,2020-04-04,4217.0,,,358.0,,
+IT-45,Emilia-Romagna,2020-04-05,4214.0,,,375.0,,
+IT-45,Emilia-Romagna,2020-04-06,4176.0,,,372.0,,
+IT-45,Emilia-Romagna,2020-04-07,4116.0,,,366.0,,
+IT-45,Emilia-Romagna,2020-04-08,4130.0,,,361.0,,
+IT-45,Emilia-Romagna,2020-04-09,4077.0,,,355.0,,
+IT-45,Emilia-Romagna,2020-04-10,3945.0,,,349.0,,
+IT-45,Emilia-Romagna,2020-04-11,3871.0,,,341.0,,
+IT-45,Emilia-Romagna,2020-04-12,3826.0,,,335.0,,
+IT-45,Emilia-Romagna,2020-04-13,3821.0,,,331.0,,
+IT-45,Emilia-Romagna,2020-04-14,3801.0,,,328.0,,
+IT-45,Emilia-Romagna,2020-04-15,3713.0,,,325.0,,
+IT-45,Emilia-Romagna,2020-04-16,3676.0,,,316.0,,
+IT-45,Emilia-Romagna,2020-04-17,3639.0,,,309.0,,
+IT-45,Emilia-Romagna,2020-04-18,3530.0,,,296.0,,
+IT-45,Emilia-Romagna,2020-04-19,3455.0,,,289.0,,
+IT-45,Emilia-Romagna,2020-04-20,3427.0,,,283.0,,
+IT-45,Emilia-Romagna,2020-04-21,3327.0,,,282.0,,
+IT-45,Emilia-Romagna,2020-04-22,3246.0,,,282.0,,
+IT-45,Emilia-Romagna,2020-04-23,3155.0,,,266.0,,
+IT-45,Emilia-Romagna,2020-04-24,3071.0,,,264.0,,
+IT-45,Emilia-Romagna,2020-04-25,2964.0,,,246.0,,
+IT-45,Emilia-Romagna,2020-04-26,2940.0,,,245.0,,
+IT-45,Emilia-Romagna,2020-04-27,2887.0,,,247.0,,
+IT-45,Emilia-Romagna,2020-04-28,2802.0,,,228.0,,
+IT-45,Emilia-Romagna,2020-04-29,2753.0,,,226.0,,
+IT-45,Emilia-Romagna,2020-04-30,2352.0,,,206.0,,
+IT-45,Emilia-Romagna,2020-05-01,2309.0,,,197.0,,
+IT-45,Emilia-Romagna,2020-05-02,2229.0,,,196.0,,
+IT-45,Emilia-Romagna,2020-05-03,2194.0,,,197.0,,
+IT-45,Emilia-Romagna,2020-05-04,2167.0,,,199.0,,
+IT-45,Emilia-Romagna,2020-05-05,2108.0,,,191.0,,
+IT-45,Emilia-Romagna,2020-05-06,1992.0,,,176.0,,
+IT-45,Emilia-Romagna,2020-05-07,1899.0,,,173.0,,
+IT-45,Emilia-Romagna,2020-05-08,1843.0,,,163.0,,
+IT-45,Emilia-Romagna,2020-05-09,1759.0,,,155.0,,
+IT-45,Emilia-Romagna,2020-05-10,1712.0,,,150.0,,
+IT-45,Emilia-Romagna,2020-05-11,1678.0,,,141.0,,
+IT-45,Emilia-Romagna,2020-05-12,1520.0,,,136.0,,
+IT-45,Emilia-Romagna,2020-05-13,1288.0,,,123.0,,
+IT-45,Emilia-Romagna,2020-05-14,983.0,,,122.0,,
+IT-45,Emilia-Romagna,2020-05-15,877.0,,,114.0,,
+IT-45,Emilia-Romagna,2020-05-16,852.0,,,112.0,,
+IT-45,Emilia-Romagna,2020-05-17,832.0,,,111.0,,
+IT-45,Emilia-Romagna,2020-05-18,813.0,,,105.0,,
+IT-45,Emilia-Romagna,2020-05-19,769.0,,,99.0,,
+IT-45,Emilia-Romagna,2020-05-20,722.0,,,96.0,,
+IT-45,Emilia-Romagna,2020-05-21,684.0,,,92.0,,
+IT-45,Emilia-Romagna,2020-05-22,641.0,,,89.0,,
+IT-45,Emilia-Romagna,2020-05-23,608.0,,,84.0,,
+IT-45,Emilia-Romagna,2020-05-24,602.0,,,83.0,,
+IT-45,Emilia-Romagna,2020-05-25,596.0,,,82.0,,
+IT-45,Emilia-Romagna,2020-05-26,573.0,,,80.0,,
+IT-45,Emilia-Romagna,2020-05-27,537.0,,,78.0,,
+IT-45,Emilia-Romagna,2020-05-28,526.0,,,77.0,,
+IT-45,Emilia-Romagna,2020-05-29,505.0,,,76.0,,
+IT-45,Emilia-Romagna,2020-05-30,463.0,,,65.0,,
+IT-45,Emilia-Romagna,2020-05-31,450.0,,,57.0,,
+IT-45,Emilia-Romagna,2020-06-01,437.0,,,54.0,,
+IT-45,Emilia-Romagna,2020-06-02,408.0,,,50.0,,
+IT-45,Emilia-Romagna,2020-06-03,392.0,,,50.0,,
+IT-45,Emilia-Romagna,2020-06-04,369.0,,,49.0,,
+IT-45,Emilia-Romagna,2020-06-05,319.0,,,38.0,,
+IT-45,Emilia-Romagna,2020-06-06,291.0,,,35.0,,
+IT-45,Emilia-Romagna,2020-06-07,277.0,,,32.0,,
+IT-45,Emilia-Romagna,2020-06-08,270.0,,,31.0,,
+IT-36,Friuli Venezia Giulia,2020-02-24,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-25,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-26,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-27,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-28,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-29,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-01,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-02,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-03,1.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-04,3.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-05,4.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-06,4.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-07,8.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-03-08,8.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-03-09,19.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-03-10,33.0,,,6.0,,
+IT-36,Friuli Venezia Giulia,2020-03-11,21.0,,,5.0,,
+IT-36,Friuli Venezia Giulia,2020-03-12,33.0,,,10.0,,
+IT-36,Friuli Venezia Giulia,2020-03-13,67.0,,,8.0,,
+IT-36,Friuli Venezia Giulia,2020-03-14,78.0,,,11.0,,
+IT-36,Friuli Venezia Giulia,2020-03-15,110.0,,,12.0,,
+IT-36,Friuli Venezia Giulia,2020-03-16,115.0,,,19.0,,
+IT-36,Friuli Venezia Giulia,2020-03-17,125.0,,,21.0,,
+IT-36,Friuli Venezia Giulia,2020-03-18,155.0,,,27.0,,
+IT-36,Friuli Venezia Giulia,2020-03-19,163.0,,,29.0,,
+IT-36,Friuli Venezia Giulia,2020-03-20,175.0,,,32.0,,
+IT-36,Friuli Venezia Giulia,2020-03-21,189.0,,,37.0,,
+IT-36,Friuli Venezia Giulia,2020-03-22,210.0,,,47.0,,
+IT-36,Friuli Venezia Giulia,2020-03-23,226.0,,,41.0,,
+IT-36,Friuli Venezia Giulia,2020-03-24,244.0,,,49.0,,
+IT-36,Friuli Venezia Giulia,2020-03-25,252.0,,,52.0,,
+IT-36,Friuli Venezia Giulia,2020-03-26,266.0,,,54.0,,
+IT-36,Friuli Venezia Giulia,2020-03-27,279.0,,,57.0,,
+IT-36,Friuli Venezia Giulia,2020-03-28,282.0,,,59.0,,
+IT-36,Friuli Venezia Giulia,2020-03-29,296.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-03-30,289.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-03-31,275.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-04-01,266.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-04-02,259.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-04-03,262.0,,,61.0,,
+IT-36,Friuli Venezia Giulia,2020-04-04,233.0,,,50.0,,
+IT-36,Friuli Venezia Giulia,2020-04-05,235.0,,,50.0,,
+IT-36,Friuli Venezia Giulia,2020-04-06,235.0,,,46.0,,
+IT-36,Friuli Venezia Giulia,2020-04-07,229.0,,,44.0,,
+IT-36,Friuli Venezia Giulia,2020-04-08,203.0,,,41.0,,
+IT-36,Friuli Venezia Giulia,2020-04-09,204.0,,,37.0,,
+IT-36,Friuli Venezia Giulia,2020-04-10,200.0,,,33.0,,
+IT-36,Friuli Venezia Giulia,2020-04-11,200.0,,,28.0,,
+IT-36,Friuli Venezia Giulia,2020-04-12,188.0,,,28.0,,
+IT-36,Friuli Venezia Giulia,2020-04-13,189.0,,,30.0,,
+IT-36,Friuli Venezia Giulia,2020-04-14,194.0,,,28.0,,
+IT-36,Friuli Venezia Giulia,2020-04-15,187.0,,,24.0,,
+IT-36,Friuli Venezia Giulia,2020-04-16,185.0,,,26.0,,
+IT-36,Friuli Venezia Giulia,2020-04-17,171.0,,,23.0,,
+IT-36,Friuli Venezia Giulia,2020-04-18,168.0,,,27.0,,
+IT-36,Friuli Venezia Giulia,2020-04-19,165.0,,,25.0,,
+IT-36,Friuli Venezia Giulia,2020-04-20,162.0,,,22.0,,
+IT-36,Friuli Venezia Giulia,2020-04-21,160.0,,,21.0,,
+IT-36,Friuli Venezia Giulia,2020-04-22,154.0,,,20.0,,
+IT-36,Friuli Venezia Giulia,2020-04-23,156.0,,,18.0,,
+IT-36,Friuli Venezia Giulia,2020-04-24,152.0,,,16.0,,
+IT-36,Friuli Venezia Giulia,2020-04-25,137.0,,,15.0,,
+IT-36,Friuli Venezia Giulia,2020-04-26,142.0,,,13.0,,
+IT-36,Friuli Venezia Giulia,2020-04-27,143.0,,,13.0,,
+IT-36,Friuli Venezia Giulia,2020-04-28,149.0,,,13.0,,
+IT-36,Friuli Venezia Giulia,2020-04-29,146.0,,,12.0,,
+IT-36,Friuli Venezia Giulia,2020-04-30,120.0,,,11.0,,
+IT-36,Friuli Venezia Giulia,2020-05-01,137.0,,,6.0,,
+IT-36,Friuli Venezia Giulia,2020-05-02,136.0,,,5.0,,
+IT-36,Friuli Venezia Giulia,2020-05-03,137.0,,,6.0,,
+IT-36,Friuli Venezia Giulia,2020-05-04,134.0,,,4.0,,
+IT-36,Friuli Venezia Giulia,2020-05-05,124.0,,,4.0,,
+IT-36,Friuli Venezia Giulia,2020-05-06,118.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-07,111.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-08,107.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-09,104.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-10,101.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-11,99.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-12,98.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-13,94.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-14,151.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-15,83.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-16,82.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-17,83.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-18,84.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-19,78.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-20,78.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-21,74.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-22,70.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-23,64.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-24,63.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-25,63.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-26,60.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-27,52.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-28,52.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-29,47.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-30,46.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-31,42.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-06-01,42.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-02,42.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-03,41.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-04,36.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-05,27.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-06,26.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-07,26.0,,,4.0,,
+IT-36,Friuli Venezia Giulia,2020-06-08,25.0,,,3.0,,
+IT-62,Lazio,2020-02-24,2.0,,,1.0,,
+IT-62,Lazio,2020-02-25,2.0,,,1.0,,
+IT-62,Lazio,2020-02-26,0.0,,,0.0,,
+IT-62,Lazio,2020-02-27,0.0,,,0.0,,
+IT-62,Lazio,2020-02-28,0.0,,,0.0,,
+IT-62,Lazio,2020-02-29,3.0,,,0.0,,
+IT-62,Lazio,2020-03-01,3.0,,,0.0,,
+IT-62,Lazio,2020-03-02,3.0,,,0.0,,
+IT-62,Lazio,2020-03-03,10.0,,,0.0,,
+IT-62,Lazio,2020-03-04,18.0,,,3.0,,
+IT-62,Lazio,2020-03-05,27.0,,,7.0,,
+IT-62,Lazio,2020-03-06,34.0,,,8.0,,
+IT-62,Lazio,2020-03-07,51.0,,,8.0,,
+IT-62,Lazio,2020-03-08,55.0,,,8.0,,
+IT-62,Lazio,2020-03-09,63.0,,,8.0,,
+IT-62,Lazio,2020-03-10,65.0,,,15.0,,
+IT-62,Lazio,2020-03-11,85.0,,,18.0,,
+IT-62,Lazio,2020-03-12,105.0,,,20.0,,
+IT-62,Lazio,2020-03-13,146.0,,,24.0,,
+IT-62,Lazio,2020-03-14,206.0,,,25.0,,
+IT-62,Lazio,2020-03-15,254.0,,,31.0,,
+IT-62,Lazio,2020-03-16,298.0,,,31.0,,
+IT-62,Lazio,2020-03-17,358.0,,,44.0,,
+IT-62,Lazio,2020-03-18,418.0,,,44.0,,
+IT-62,Lazio,2020-03-19,471.0,,,45.0,,
+IT-62,Lazio,2020-03-20,584.0,,,47.0,,
+IT-62,Lazio,2020-03-21,661.0,,,70.0,,
+IT-62,Lazio,2020-03-22,750.0,,,79.0,,
+IT-62,Lazio,2020-03-23,814.0,,,96.0,,
+IT-62,Lazio,2020-03-24,841.0,,,94.0,,
+IT-62,Lazio,2020-03-25,906.0,,,101.0,,
+IT-62,Lazio,2020-03-26,991.0,,,113.0,,
+IT-62,Lazio,2020-03-27,1118.0,,,126.0,,
+IT-62,Lazio,2020-03-28,1118.0,,,133.0,,
+IT-62,Lazio,2020-03-29,1195.0,,,133.0,,
+IT-62,Lazio,2020-03-30,1233.0,,,154.0,,
+IT-62,Lazio,2020-03-31,1300.0,,,173.0,,
+IT-62,Lazio,2020-04-01,1308.0,,,177.0,,
+IT-62,Lazio,2020-04-02,1350.0,,,181.0,,
+IT-62,Lazio,2020-04-03,1382.0,,,188.0,,
+IT-62,Lazio,2020-04-04,1429.0,,,193.0,,
+IT-62,Lazio,2020-04-05,1432.0,,,197.0,,
+IT-62,Lazio,2020-04-06,1432.0,,,197.0,,
+IT-62,Lazio,2020-04-07,1421.0,,,192.0,,
+IT-62,Lazio,2020-04-08,1437.0,,,196.0,,
+IT-62,Lazio,2020-04-09,1442.0,,,198.0,,
+IT-62,Lazio,2020-04-10,1437.0,,,201.0,,
+IT-62,Lazio,2020-04-11,1467.0,,,203.0,,
+IT-62,Lazio,2020-04-12,1469.0,,,201.0,,
+IT-62,Lazio,2020-04-13,1514.0,,,200.0,,
+IT-62,Lazio,2020-04-14,1543.0,,,199.0,,
+IT-62,Lazio,2020-04-15,1538.0,,,196.0,,
+IT-62,Lazio,2020-04-16,1544.0,,,197.0,,
+IT-62,Lazio,2020-04-17,1519.0,,,187.0,,
+IT-62,Lazio,2020-04-18,1562.0,,,186.0,,
+IT-62,Lazio,2020-04-19,1555.0,,,185.0,,
+IT-62,Lazio,2020-04-20,1573.0,,,185.0,,
+IT-62,Lazio,2020-04-21,1564.0,,,184.0,,
+IT-62,Lazio,2020-04-22,1571.0,,,187.0,,
+IT-62,Lazio,2020-04-23,1571.0,,,186.0,,
+IT-62,Lazio,2020-04-24,1580.0,,,184.0,,
+IT-62,Lazio,2020-04-25,1604.0,,,183.0,,
+IT-62,Lazio,2020-04-26,1603.0,,,161.0,,
+IT-62,Lazio,2020-04-27,1607.0,,,143.0,,
+IT-62,Lazio,2020-04-28,1600.0,,,132.0,,
+IT-62,Lazio,2020-04-29,1575.0,,,130.0,,
+IT-62,Lazio,2020-04-30,1532.0,,,115.0,,
+IT-62,Lazio,2020-05-01,1477.0,,,105.0,,
+IT-62,Lazio,2020-05-02,1466.0,,,96.0,,
+IT-62,Lazio,2020-05-03,1441.0,,,95.0,,
+IT-62,Lazio,2020-05-04,1430.0,,,95.0,,
+IT-62,Lazio,2020-05-05,1406.0,,,91.0,,
+IT-62,Lazio,2020-05-06,1442.0,,,91.0,,
+IT-62,Lazio,2020-05-07,1380.0,,,89.0,,
+IT-62,Lazio,2020-05-08,1362.0,,,84.0,,
+IT-62,Lazio,2020-05-09,1359.0,,,82.0,,
+IT-62,Lazio,2020-05-10,1349.0,,,84.0,,
+IT-62,Lazio,2020-05-11,1349.0,,,83.0,,
+IT-62,Lazio,2020-05-12,1342.0,,,84.0,,
+IT-62,Lazio,2020-05-13,1307.0,,,83.0,,
+IT-62,Lazio,2020-05-14,1257.0,,,79.0,,
+IT-62,Lazio,2020-05-15,1252.0,,,79.0,,
+IT-62,Lazio,2020-05-16,1232.0,,,76.0,,
+IT-62,Lazio,2020-05-17,1224.0,,,74.0,,
+IT-62,Lazio,2020-05-18,1210.0,,,73.0,,
+IT-62,Lazio,2020-05-19,1198.0,,,74.0,,
+IT-62,Lazio,2020-05-20,1193.0,,,74.0,,
+IT-62,Lazio,2020-05-21,1178.0,,,68.0,,
+IT-62,Lazio,2020-05-22,1178.0,,,67.0,,
+IT-62,Lazio,2020-05-23,1157.0,,,60.0,,
+IT-62,Lazio,2020-05-24,1149.0,,,61.0,,
+IT-62,Lazio,2020-05-25,1145.0,,,60.0,,
+IT-62,Lazio,2020-05-26,1142.0,,,59.0,,
+IT-62,Lazio,2020-05-27,1127.0,,,65.0,,
+IT-62,Lazio,2020-05-28,1099.0,,,64.0,,
+IT-62,Lazio,2020-05-29,876.0,,,59.0,,
+IT-62,Lazio,2020-05-30,827.0,,,58.0,,
+IT-62,Lazio,2020-05-31,787.0,,,57.0,,
+IT-62,Lazio,2020-06-01,650.0,,,56.0,,
+IT-62,Lazio,2020-06-02,636.0,,,56.0,,
+IT-62,Lazio,2020-06-03,570.0,,,51.0,,
+IT-62,Lazio,2020-06-04,539.0,,,51.0,,
+IT-62,Lazio,2020-06-05,531.0,,,51.0,,
+IT-62,Lazio,2020-06-06,526.0,,,49.0,,
+IT-62,Lazio,2020-06-07,516.0,,,49.0,,
+IT-62,Lazio,2020-06-08,515.0,,,49.0,,
+IT-42,Liguria,2020-02-24,0.0,,,0.0,,
+IT-42,Liguria,2020-02-25,1.0,,,0.0,,
+IT-42,Liguria,2020-02-26,6.0,,,0.0,,
+IT-42,Liguria,2020-02-27,9.0,,,0.0,,
+IT-42,Liguria,2020-02-28,9.0,,,0.0,,
+IT-42,Liguria,2020-02-29,5.0,,,1.0,,
+IT-42,Liguria,2020-03-01,13.0,,,1.0,,
+IT-42,Liguria,2020-03-02,13.0,,,1.0,,
+IT-42,Liguria,2020-03-03,14.0,,,2.0,,
+IT-42,Liguria,2020-03-04,13.0,,,3.0,,
+IT-42,Liguria,2020-03-05,14.0,,,3.0,,
+IT-42,Liguria,2020-03-06,17.0,,,5.0,,
+IT-42,Liguria,2020-03-07,32.0,,,6.0,,
+IT-42,Liguria,2020-03-08,50.0,,,11.0,,
+IT-42,Liguria,2020-03-09,77.0,,,17.0,,
+IT-42,Liguria,2020-03-10,86.0,,,29.0,,
+IT-42,Liguria,2020-03-11,108.0,,,34.0,,
+IT-42,Liguria,2020-03-12,136.0,,,36.0,,
+IT-42,Liguria,2020-03-13,172.0,,,44.0,,
+IT-42,Liguria,2020-03-14,275.0,,,62.0,,
+IT-42,Liguria,2020-03-15,319.0,,,66.0,,
+IT-42,Liguria,2020-03-16,328.0,,,73.0,,
+IT-42,Liguria,2020-03-17,384.0,,,85.0,,
+IT-42,Liguria,2020-03-18,501.0,,,100.0,,
+IT-42,Liguria,2020-03-19,603.0,,,112.0,,
+IT-42,Liguria,2020-03-20,694.0,,,121.0,,
+IT-42,Liguria,2020-03-21,727.0,,,129.0,,
+IT-42,Liguria,2020-03-22,868.0,,,132.0,,
+IT-42,Liguria,2020-03-23,894.0,,,133.0,,
+IT-42,Liguria,2020-03-24,950.0,,,147.0,,
+IT-42,Liguria,2020-03-25,1074.0,,,147.0,,
+IT-42,Liguria,2020-03-26,1152.0,,,154.0,,
+IT-42,Liguria,2020-03-27,1180.0,,,157.0,,
+IT-42,Liguria,2020-03-28,1198.0,,,167.0,,
+IT-42,Liguria,2020-03-29,1243.0,,,166.0,,
+IT-42,Liguria,2020-03-30,1317.0,,,175.0,,
+IT-42,Liguria,2020-03-31,1332.0,,,179.0,,
+IT-42,Liguria,2020-04-01,1293.0,,,179.0,,
+IT-42,Liguria,2020-04-02,1292.0,,,172.0,,
+IT-42,Liguria,2020-04-03,1320.0,,,173.0,,
+IT-42,Liguria,2020-04-04,1290.0,,,169.0,,
+IT-42,Liguria,2020-04-05,1291.0,,,165.0,,
+IT-42,Liguria,2020-04-06,1303.0,,,162.0,,
+IT-42,Liguria,2020-04-07,1246.0,,,156.0,,
+IT-42,Liguria,2020-04-08,1262.0,,,153.0,,
+IT-42,Liguria,2020-04-09,1257.0,,,154.0,,
+IT-42,Liguria,2020-04-10,1227.0,,,151.0,,
+IT-42,Liguria,2020-04-11,1149.0,,,146.0,,
+IT-42,Liguria,2020-04-12,1176.0,,,144.0,,
+IT-42,Liguria,2020-04-13,1226.0,,,138.0,,
+IT-42,Liguria,2020-04-14,1100.0,,,133.0,,
+IT-42,Liguria,2020-04-15,1079.0,,,120.0,,
+IT-42,Liguria,2020-04-16,1060.0,,,103.0,,
+IT-42,Liguria,2020-04-17,1002.0,,,105.0,,
+IT-42,Liguria,2020-04-18,1006.0,,,105.0,,
+IT-42,Liguria,2020-04-19,986.0,,,101.0,,
+IT-42,Liguria,2020-04-20,980.0,,,102.0,,
+IT-42,Liguria,2020-04-21,1008.0,,,94.0,,
+IT-42,Liguria,2020-04-22,952.0,,,92.0,,
+IT-42,Liguria,2020-04-23,874.0,,,91.0,,
+IT-42,Liguria,2020-04-24,847.0,,,87.0,,
+IT-42,Liguria,2020-04-25,842.0,,,83.0,,
+IT-42,Liguria,2020-04-26,830.0,,,82.0,,
+IT-42,Liguria,2020-04-27,837.0,,,83.0,,
+IT-42,Liguria,2020-04-28,799.0,,,81.0,,
+IT-42,Liguria,2020-04-29,767.0,,,70.0,,
+IT-42,Liguria,2020-04-30,745.0,,,69.0,,
+IT-42,Liguria,2020-05-01,734.0,,,68.0,,
+IT-42,Liguria,2020-05-02,715.0,,,68.0,,
+IT-42,Liguria,2020-05-03,695.0,,,68.0,,
+IT-42,Liguria,2020-05-04,678.0,,,72.0,,
+IT-42,Liguria,2020-05-05,651.0,,,68.0,,
+IT-42,Liguria,2020-05-06,607.0,,,59.0,,
+IT-42,Liguria,2020-05-07,582.0,,,57.0,,
+IT-42,Liguria,2020-05-08,563.0,,,46.0,,
+IT-42,Liguria,2020-05-09,543.0,,,42.0,,
+IT-42,Liguria,2020-05-10,522.0,,,41.0,,
+IT-42,Liguria,2020-05-11,522.0,,,38.0,,
+IT-42,Liguria,2020-05-12,482.0,,,35.0,,
+IT-42,Liguria,2020-05-13,465.0,,,35.0,,
+IT-42,Liguria,2020-05-14,443.0,,,35.0,,
+IT-42,Liguria,2020-05-15,416.0,,,31.0,,
+IT-42,Liguria,2020-05-16,395.0,,,26.0,,
+IT-42,Liguria,2020-05-17,384.0,,,24.0,,
+IT-42,Liguria,2020-05-18,383.0,,,23.0,,
+IT-42,Liguria,2020-05-19,360.0,,,22.0,,
+IT-42,Liguria,2020-05-20,332.0,,,22.0,,
+IT-42,Liguria,2020-05-21,305.0,,,22.0,,
+IT-42,Liguria,2020-05-22,288.0,,,19.0,,
+IT-42,Liguria,2020-05-23,267.0,,,20.0,,
+IT-42,Liguria,2020-05-24,265.0,,,18.0,,
+IT-42,Liguria,2020-05-25,254.0,,,18.0,,
+IT-42,Liguria,2020-05-26,242.0,,,19.0,,
+IT-42,Liguria,2020-05-27,219.0,,,14.0,,
+IT-42,Liguria,2020-05-28,211.0,,,13.0,,
+IT-42,Liguria,2020-05-29,205.0,,,13.0,,
+IT-42,Liguria,2020-05-30,195.0,,,9.0,,
+IT-42,Liguria,2020-05-31,203.0,,,8.0,,
+IT-42,Liguria,2020-06-01,198.0,,,7.0,,
+IT-42,Liguria,2020-06-02,182.0,,,7.0,,
+IT-42,Liguria,2020-06-03,175.0,,,6.0,,
+IT-42,Liguria,2020-06-04,155.0,,,6.0,,
+IT-42,Liguria,2020-06-05,148.0,,,6.0,,
+IT-42,Liguria,2020-06-06,140.0,,,4.0,,
+IT-42,Liguria,2020-06-07,132.0,,,5.0,,
+IT-42,Liguria,2020-06-08,130.0,,,5.0,,
+IT-25,Lombardia,2020-02-24,95.0,,,19.0,,
+IT-25,Lombardia,2020-02-25,104.0,,,25.0,,
+IT-25,Lombardia,2020-02-26,104.0,,,25.0,,
+IT-25,Lombardia,2020-02-27,213.0,,,41.0,,
+IT-25,Lombardia,2020-02-28,282.0,,,47.0,,
+IT-25,Lombardia,2020-02-29,336.0,,,80.0,,
+IT-25,Lombardia,2020-03-01,512.0,,,106.0,,
+IT-25,Lombardia,2020-03-02,605.0,,,127.0,,
+IT-25,Lombardia,2020-03-03,865.0,,,167.0,,
+IT-25,Lombardia,2020-03-04,1086.0,,,209.0,,
+IT-25,Lombardia,2020-03-05,1413.0,,,244.0,,
+IT-25,Lombardia,2020-03-06,1931.0,,,309.0,,
+IT-25,Lombardia,2020-03-07,2020.0,,,359.0,,
+IT-25,Lombardia,2020-03-08,2616.0,,,399.0,,
+IT-25,Lombardia,2020-03-09,3242.0,,,440.0,,
+IT-25,Lombardia,2020-03-10,3785.0,,,466.0,,
+IT-25,Lombardia,2020-03-11,4412.0,,,560.0,,
+IT-25,Lombardia,2020-03-12,4852.0,,,605.0,,
+IT-25,Lombardia,2020-03-13,5085.0,,,650.0,,
+IT-25,Lombardia,2020-03-14,5630.0,,,732.0,,
+IT-25,Lombardia,2020-03-15,6267.0,,,767.0,,
+IT-25,Lombardia,2020-03-16,6994.0,,,823.0,,
+IT-25,Lombardia,2020-03-17,7832.0,,,879.0,,
+IT-25,Lombardia,2020-03-18,8209.0,,,924.0,,
+IT-25,Lombardia,2020-03-19,8393.0,,,1006.0,,
+IT-25,Lombardia,2020-03-20,8785.0,,,1050.0,,
+IT-25,Lombardia,2020-03-21,9351.0,,,1093.0,,
+IT-25,Lombardia,2020-03-22,10581.0,,,1142.0,,
+IT-25,Lombardia,2020-03-23,10449.0,,,1183.0,,
+IT-25,Lombardia,2020-03-24,10905.0,,,1194.0,,
+IT-25,Lombardia,2020-03-25,11262.0,,,1236.0,,
+IT-25,Lombardia,2020-03-26,11944.0,,,1263.0,,
+IT-25,Lombardia,2020-03-27,12429.0,,,1292.0,,
+IT-25,Lombardia,2020-03-28,12471.0,,,1319.0,,
+IT-25,Lombardia,2020-03-29,12941.0,,,1328.0,,
+IT-25,Lombardia,2020-03-30,13145.0,,,1330.0,,
+IT-25,Lombardia,2020-03-31,13207.0,,,1324.0,,
+IT-25,Lombardia,2020-04-01,13269.0,,,1342.0,,
+IT-25,Lombardia,2020-04-02,13113.0,,,1351.0,,
+IT-25,Lombardia,2020-04-03,13183.0,,,1381.0,,
+IT-25,Lombardia,2020-04-04,13328.0,,,1326.0,,
+IT-25,Lombardia,2020-04-05,13326.0,,,1317.0,,
+IT-25,Lombardia,2020-04-06,13257.0,,,1343.0,,
+IT-25,Lombardia,2020-04-07,13138.0,,,1305.0,,
+IT-25,Lombardia,2020-04-08,12976.0,,,1257.0,,
+IT-25,Lombardia,2020-04-09,13032.0,,,1236.0,,
+IT-25,Lombardia,2020-04-10,13079.0,,,1202.0,,
+IT-25,Lombardia,2020-04-11,13200.0,,,1174.0,,
+IT-25,Lombardia,2020-04-12,13145.0,,,1176.0,,
+IT-25,Lombardia,2020-04-13,13171.0,,,1143.0,,
+IT-25,Lombardia,2020-04-14,13199.0,,,1122.0,,
+IT-25,Lombardia,2020-04-15,13117.0,,,1074.0,,
+IT-25,Lombardia,2020-04-16,12388.0,,,1032.0,,
+IT-25,Lombardia,2020-04-17,11598.0,,,971.0,,
+IT-25,Lombardia,2020-04-18,10989.0,,,947.0,,
+IT-25,Lombardia,2020-04-19,11264.0,,,922.0,,
+IT-25,Lombardia,2020-04-20,11039.0,,,901.0,,
+IT-25,Lombardia,2020-04-21,10656.0,,,851.0,,
+IT-25,Lombardia,2020-04-22,10509.0,,,817.0,,
+IT-25,Lombardia,2020-04-23,9982.0,,,790.0,,
+IT-25,Lombardia,2020-04-24,9547.0,,,756.0,,
+IT-25,Lombardia,2020-04-25,9213.0,,,724.0,,
+IT-25,Lombardia,2020-04-26,9187.0,,,706.0,,
+IT-25,Lombardia,2020-04-27,8205.0,,,680.0,,
+IT-25,Lombardia,2020-04-28,7935.0,,,655.0,,
+IT-25,Lombardia,2020-04-29,7754.0,,,634.0,,
+IT-25,Lombardia,2020-04-30,7439.0,,,605.0,,
+IT-25,Lombardia,2020-05-01,7191.0,,,563.0,,
+IT-25,Lombardia,2020-05-02,7074.0,,,545.0,,
+IT-25,Lombardia,2020-05-03,7141.0,,,532.0,,
+IT-25,Lombardia,2020-05-04,6946.0,,,532.0,,
+IT-25,Lombardia,2020-05-05,6710.0,,,509.0,,
+IT-25,Lombardia,2020-05-06,6559.0,,,480.0,,
+IT-25,Lombardia,2020-05-07,6328.0,,,480.0,,
+IT-25,Lombardia,2020-05-08,6102.0,,,400.0,,
+IT-25,Lombardia,2020-05-09,5865.0,,,330.0,,
+IT-25,Lombardia,2020-05-10,5776.0,,,348.0,,
+IT-25,Lombardia,2020-05-11,5738.0,,,341.0,,
+IT-25,Lombardia,2020-05-12,5544.0,,,322.0,,
+IT-25,Lombardia,2020-05-13,5314.0,,,307.0,,
+IT-25,Lombardia,2020-05-14,5115.0,,,297.0,,
+IT-25,Lombardia,2020-05-15,4981.0,,,276.0,,
+IT-25,Lombardia,2020-05-16,4789.0,,,268.0,,
+IT-25,Lombardia,2020-05-17,4735.0,,,255.0,,
+IT-25,Lombardia,2020-05-18,4734.0,,,252.0,,
+IT-25,Lombardia,2020-05-19,4670.0,,,244.0,,
+IT-25,Lombardia,2020-05-20,4512.0,,,231.0,,
+IT-25,Lombardia,2020-05-21,4345.0,,,226.0,,
+IT-25,Lombardia,2020-05-22,4235.0,,,207.0,,
+IT-25,Lombardia,2020-05-23,4225.0,,,199.0,,
+IT-25,Lombardia,2020-05-24,4214.0,,,197.0,,
+IT-25,Lombardia,2020-05-25,3917.0,,,196.0,,
+IT-25,Lombardia,2020-05-26,3805.0,,,183.0,,
+IT-25,Lombardia,2020-05-27,3801.0,,,175.0,,
+IT-25,Lombardia,2020-05-28,3643.0,,,173.0,,
+IT-25,Lombardia,2020-05-29,3725.0,,,173.0,,
+IT-25,Lombardia,2020-05-30,3479.0,,,172.0,,
+IT-25,Lombardia,2020-05-31,3301.0,,,170.0,,
+IT-25,Lombardia,2020-06-01,3252.0,,,167.0,,
+IT-25,Lombardia,2020-06-02,3187.0,,,166.0,,
+IT-25,Lombardia,2020-06-03,3126.0,,,131.0,,
+IT-25,Lombardia,2020-06-04,3079.0,,,125.0,,
+IT-25,Lombardia,2020-06-05,3080.0,,,120.0,,
+IT-25,Lombardia,2020-06-06,2950.0,,,110.0,,
+IT-25,Lombardia,2020-06-07,2908.0,,,107.0,,
+IT-25,Lombardia,2020-06-08,2815.0,,,107.0,,
+IT-57,Marche,2020-02-24,0.0,,,0.0,,
+IT-57,Marche,2020-02-25,0.0,,,0.0,,
+IT-57,Marche,2020-02-26,1.0,,,0.0,,
+IT-57,Marche,2020-02-27,3.0,,,1.0,,
+IT-57,Marche,2020-02-28,5.0,,,2.0,,
+IT-57,Marche,2020-02-29,8.0,,,2.0,,
+IT-57,Marche,2020-03-01,17.0,,,5.0,,
+IT-57,Marche,2020-03-02,23.0,,,6.0,,
+IT-57,Marche,2020-03-03,40.0,,,13.0,,
+IT-57,Marche,2020-03-04,49.0,,,15.0,,
+IT-57,Marche,2020-03-05,76.0,,,19.0,,
+IT-57,Marche,2020-03-06,93.0,,,20.0,,
+IT-57,Marche,2020-03-07,130.0,,,36.0,,
+IT-57,Marche,2020-03-08,151.0,,,41.0,,
+IT-57,Marche,2020-03-09,183.0,,,47.0,,
+IT-57,Marche,2020-03-10,206.0,,,54.0,,
+IT-57,Marche,2020-03-11,278.0,,,66.0,,
+IT-57,Marche,2020-03-12,330.0,,,76.0,,
+IT-57,Marche,2020-03-13,422.0,,,85.0,,
+IT-57,Marche,2020-03-14,542.0,,,93.0,,
+IT-57,Marche,2020-03-15,619.0,,,98.0,,
+IT-57,Marche,2020-03-16,638.0,,,110.0,,
+IT-57,Marche,2020-03-17,708.0,,,109.0,,
+IT-57,Marche,2020-03-18,757.0,,,119.0,,
+IT-57,Marche,2020-03-19,797.0,,,141.0,,
+IT-57,Marche,2020-03-20,842.0,,,138.0,,
+IT-57,Marche,2020-03-21,883.0,,,141.0,,
+IT-57,Marche,2020-03-22,954.0,,,138.0,,
+IT-57,Marche,2020-03-23,1030.0,,,148.0,,
+IT-57,Marche,2020-03-24,1011.0,,,149.0,,
+IT-57,Marche,2020-03-25,1086.0,,,148.0,,
+IT-57,Marche,2020-03-26,1143.0,,,166.0,,
+IT-57,Marche,2020-03-27,1141.0,,,162.0,,
+IT-57,Marche,2020-03-28,1153.0,,,166.0,,
+IT-57,Marche,2020-03-29,1168.0,,,168.0,,
+IT-57,Marche,2020-03-30,1165.0,,,167.0,,
+IT-57,Marche,2020-03-31,1115.0,,,169.0,,
+IT-57,Marche,2020-04-01,1152.0,,,168.0,,
+IT-57,Marche,2020-04-02,1150.0,,,164.0,,
+IT-57,Marche,2020-04-03,1140.0,,,158.0,,
+IT-57,Marche,2020-04-04,1150.0,,,153.0,,
+IT-57,Marche,2020-04-05,1138.0,,,151.0,,
+IT-57,Marche,2020-04-06,1141.0,,,140.0,,
+IT-57,Marche,2020-04-07,1101.0,,,139.0,,
+IT-57,Marche,2020-04-08,1107.0,,,133.0,,
+IT-57,Marche,2020-04-09,1078.0,,,133.0,,
+IT-57,Marche,2020-04-10,1052.0,,,127.0,,
+IT-57,Marche,2020-04-11,1078.0,,,118.0,,
+IT-57,Marche,2020-04-12,1063.0,,,114.0,,
+IT-57,Marche,2020-04-13,1067.0,,,108.0,,
+IT-57,Marche,2020-04-14,1043.0,,,106.0,,
+IT-57,Marche,2020-04-15,994.0,,,106.0,,
+IT-57,Marche,2020-04-16,952.0,,,102.0,,
+IT-57,Marche,2020-04-17,933.0,,,94.0,,
+IT-57,Marche,2020-04-18,892.0,,,88.0,,
+IT-57,Marche,2020-04-19,885.0,,,86.0,,
+IT-57,Marche,2020-04-20,872.0,,,80.0,,
+IT-57,Marche,2020-04-21,862.0,,,78.0,,
+IT-57,Marche,2020-04-22,811.0,,,76.0,,
+IT-57,Marche,2020-04-23,798.0,,,71.0,,
+IT-57,Marche,2020-04-24,766.0,,,61.0,,
+IT-57,Marche,2020-04-25,747.0,,,58.0,,
+IT-57,Marche,2020-04-26,726.0,,,58.0,,
+IT-57,Marche,2020-04-27,725.0,,,58.0,,
+IT-57,Marche,2020-04-28,724.0,,,58.0,,
+IT-57,Marche,2020-04-29,692.0,,,52.0,,
+IT-57,Marche,2020-04-30,513.0,,,48.0,,
+IT-57,Marche,2020-05-01,457.0,,,44.0,,
+IT-57,Marche,2020-05-02,445.0,,,46.0,,
+IT-57,Marche,2020-05-03,443.0,,,43.0,,
+IT-57,Marche,2020-05-04,433.0,,,44.0,,
+IT-57,Marche,2020-05-05,429.0,,,42.0,,
+IT-57,Marche,2020-05-06,395.0,,,42.0,,
+IT-57,Marche,2020-05-07,369.0,,,41.0,,
+IT-57,Marche,2020-05-08,341.0,,,38.0,,
+IT-57,Marche,2020-05-09,317.0,,,32.0,,
+IT-57,Marche,2020-05-10,314.0,,,30.0,,
+IT-57,Marche,2020-05-11,305.0,,,28.0,,
+IT-57,Marche,2020-05-12,254.0,,,24.0,,
+IT-57,Marche,2020-05-13,231.0,,,20.0,,
+IT-57,Marche,2020-05-14,207.0,,,18.0,,
+IT-57,Marche,2020-05-15,196.0,,,18.0,,
+IT-57,Marche,2020-05-16,171.0,,,17.0,,
+IT-57,Marche,2020-05-17,169.0,,,18.0,,
+IT-57,Marche,2020-05-18,173.0,,,17.0,,
+IT-57,Marche,2020-05-19,161.0,,,17.0,,
+IT-57,Marche,2020-05-20,141.0,,,16.0,,
+IT-57,Marche,2020-05-21,127.0,,,16.0,,
+IT-57,Marche,2020-05-22,116.0,,,15.0,,
+IT-57,Marche,2020-05-23,115.0,,,15.0,,
+IT-57,Marche,2020-05-24,114.0,,,13.0,,
+IT-57,Marche,2020-05-25,108.0,,,13.0,,
+IT-57,Marche,2020-05-26,107.0,,,13.0,,
+IT-57,Marche,2020-05-27,103.0,,,13.0,,
+IT-57,Marche,2020-05-28,92.0,,,13.0,,
+IT-57,Marche,2020-05-29,78.0,,,9.0,,
+IT-57,Marche,2020-05-30,75.0,,,9.0,,
+IT-57,Marche,2020-05-31,71.0,,,9.0,,
+IT-57,Marche,2020-06-01,72.0,,,9.0,,
+IT-57,Marche,2020-06-02,69.0,,,9.0,,
+IT-57,Marche,2020-06-03,65.0,,,8.0,,
+IT-57,Marche,2020-06-04,57.0,,,5.0,,
+IT-57,Marche,2020-06-05,55.0,,,5.0,,
+IT-57,Marche,2020-06-06,49.0,,,3.0,,
+IT-57,Marche,2020-06-07,43.0,,,2.0,,
+IT-57,Marche,2020-06-08,43.0,,,2.0,,
+IT-67,Molise,2020-02-24,0.0,,,0.0,,
+IT-67,Molise,2020-02-25,0.0,,,0.0,,
+IT-67,Molise,2020-02-26,0.0,,,0.0,,
+IT-67,Molise,2020-02-27,0.0,,,0.0,,
+IT-67,Molise,2020-02-28,0.0,,,0.0,,
+IT-67,Molise,2020-02-29,0.0,,,0.0,,
+IT-67,Molise,2020-03-01,0.0,,,0.0,,
+IT-67,Molise,2020-03-02,0.0,,,0.0,,
+IT-67,Molise,2020-03-03,3.0,,,0.0,,
+IT-67,Molise,2020-03-04,3.0,,,0.0,,
+IT-67,Molise,2020-03-05,4.0,,,0.0,,
+IT-67,Molise,2020-03-06,5.0,,,2.0,,
+IT-67,Molise,2020-03-07,5.0,,,2.0,,
+IT-67,Molise,2020-03-08,6.0,,,2.0,,
+IT-67,Molise,2020-03-09,6.0,,,2.0,,
+IT-67,Molise,2020-03-10,6.0,,,3.0,,
+IT-67,Molise,2020-03-11,7.0,,,3.0,,
+IT-67,Molise,2020-03-12,7.0,,,3.0,,
+IT-67,Molise,2020-03-13,8.0,,,3.0,,
+IT-67,Molise,2020-03-14,8.0,,,3.0,,
+IT-67,Molise,2020-03-15,7.0,,,4.0,,
+IT-67,Molise,2020-03-16,8.0,,,5.0,,
+IT-67,Molise,2020-03-17,12.0,,,5.0,,
+IT-67,Molise,2020-03-18,13.0,,,6.0,,
+IT-67,Molise,2020-03-19,25.0,,,6.0,,
+IT-67,Molise,2020-03-20,26.0,,,6.0,,
+IT-67,Molise,2020-03-21,27.0,,,6.0,,
+IT-67,Molise,2020-03-22,31.0,,,7.0,,
+IT-67,Molise,2020-03-23,32.0,,,7.0,,
+IT-67,Molise,2020-03-24,34.0,,,7.0,,
+IT-67,Molise,2020-03-25,33.0,,,7.0,,
+IT-67,Molise,2020-03-26,35.0,,,8.0,,
+IT-67,Molise,2020-03-27,35.0,,,9.0,,
+IT-67,Molise,2020-03-28,35.0,,,9.0,,
+IT-67,Molise,2020-03-29,34.0,,,9.0,,
+IT-67,Molise,2020-03-30,35.0,,,8.0,,
+IT-67,Molise,2020-03-31,37.0,,,8.0,,
+IT-67,Molise,2020-04-01,40.0,,,8.0,,
+IT-67,Molise,2020-04-02,38.0,,,8.0,,
+IT-67,Molise,2020-04-03,39.0,,,8.0,,
+IT-67,Molise,2020-04-04,37.0,,,6.0,,
+IT-67,Molise,2020-04-05,39.0,,,6.0,,
+IT-67,Molise,2020-04-06,39.0,,,5.0,,
+IT-67,Molise,2020-04-07,40.0,,,5.0,,
+IT-67,Molise,2020-04-08,34.0,,,4.0,,
+IT-67,Molise,2020-04-09,34.0,,,4.0,,
+IT-67,Molise,2020-04-10,32.0,,,4.0,,
+IT-67,Molise,2020-04-11,32.0,,,4.0,,
+IT-67,Molise,2020-04-12,31.0,,,4.0,,
+IT-67,Molise,2020-04-13,32.0,,,4.0,,
+IT-67,Molise,2020-04-14,30.0,,,4.0,,
+IT-67,Molise,2020-04-15,31.0,,,4.0,,
+IT-67,Molise,2020-04-16,29.0,,,4.0,,
+IT-67,Molise,2020-04-17,30.0,,,4.0,,
+IT-67,Molise,2020-04-18,31.0,,,4.0,,
+IT-67,Molise,2020-04-19,31.0,,,4.0,,
+IT-67,Molise,2020-04-20,29.0,,,2.0,,
+IT-67,Molise,2020-04-21,29.0,,,2.0,,
+IT-67,Molise,2020-04-22,23.0,,,2.0,,
+IT-67,Molise,2020-04-23,20.0,,,1.0,,
+IT-67,Molise,2020-04-24,20.0,,,1.0,,
+IT-67,Molise,2020-04-25,20.0,,,1.0,,
+IT-67,Molise,2020-04-26,21.0,,,1.0,,
+IT-67,Molise,2020-04-27,21.0,,,1.0,,
+IT-67,Molise,2020-04-28,19.0,,,1.0,,
+IT-67,Molise,2020-04-29,18.0,,,1.0,,
+IT-67,Molise,2020-04-30,18.0,,,1.0,,
+IT-67,Molise,2020-05-01,18.0,,,1.0,,
+IT-67,Molise,2020-05-02,10.0,,,1.0,,
+IT-67,Molise,2020-05-03,9.0,,,1.0,,
+IT-67,Molise,2020-05-04,10.0,,,1.0,,
+IT-67,Molise,2020-05-05,10.0,,,1.0,,
+IT-67,Molise,2020-05-06,9.0,,,0.0,,
+IT-67,Molise,2020-05-07,8.0,,,0.0,,
+IT-67,Molise,2020-05-08,6.0,,,0.0,,
+IT-67,Molise,2020-05-09,8.0,,,0.0,,
+IT-67,Molise,2020-05-10,9.0,,,0.0,,
+IT-67,Molise,2020-05-11,11.0,,,0.0,,
+IT-67,Molise,2020-05-12,14.0,,,1.0,,
+IT-67,Molise,2020-05-13,10.0,,,1.0,,
+IT-67,Molise,2020-05-14,11.0,,,1.0,,
+IT-67,Molise,2020-05-15,10.0,,,2.0,,
+IT-67,Molise,2020-05-16,10.0,,,2.0,,
+IT-67,Molise,2020-05-17,13.0,,,2.0,,
+IT-67,Molise,2020-05-18,11.0,,,2.0,,
+IT-67,Molise,2020-05-19,11.0,,,2.0,,
+IT-67,Molise,2020-05-20,9.0,,,2.0,,
+IT-67,Molise,2020-05-21,10.0,,,2.0,,
+IT-67,Molise,2020-05-22,10.0,,,2.0,,
+IT-67,Molise,2020-05-23,10.0,,,2.0,,
+IT-67,Molise,2020-05-24,8.0,,,2.0,,
+IT-67,Molise,2020-05-25,7.0,,,2.0,,
+IT-67,Molise,2020-05-26,7.0,,,2.0,,
+IT-67,Molise,2020-05-27,5.0,,,2.0,,
+IT-67,Molise,2020-05-28,5.0,,,2.0,,
+IT-67,Molise,2020-05-29,5.0,,,2.0,,
+IT-67,Molise,2020-05-30,5.0,,,2.0,,
+IT-67,Molise,2020-05-31,4.0,,,2.0,,
+IT-67,Molise,2020-06-01,4.0,,,2.0,,
+IT-67,Molise,2020-06-02,5.0,,,2.0,,
+IT-67,Molise,2020-06-03,3.0,,,2.0,,
+IT-67,Molise,2020-06-04,2.0,,,2.0,,
+IT-67,Molise,2020-06-05,2.0,,,2.0,,
+IT-67,Molise,2020-06-06,2.0,,,2.0,,
+IT-67,Molise,2020-06-07,2.0,,,2.0,,
+IT-67,Molise,2020-06-08,2.0,,,2.0,,
+IT-21,Piemonte,2020-02-24,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-25,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-26,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-27,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-28,7.0,,,0.0,,
+IT-21,Piemonte,2020-02-29,7.0,,,0.0,,
+IT-21,Piemonte,2020-03-01,13.0,,,2.0,,
+IT-21,Piemonte,2020-03-02,14.0,,,2.0,,
+IT-21,Piemonte,2020-03-03,16.0,,,3.0,,
+IT-21,Piemonte,2020-03-04,39.0,,,13.0,,
+IT-21,Piemonte,2020-03-05,60.0,,,17.0,,
+IT-21,Piemonte,2020-03-06,87.0,,,30.0,,
+IT-21,Piemonte,2020-03-07,148.0,,,38.0,,
+IT-21,Piemonte,2020-03-08,290.0,,,45.0,,
+IT-21,Piemonte,2020-03-09,272.0,,,50.0,,
+IT-21,Piemonte,2020-03-10,372.0,,,66.0,,
+IT-21,Piemonte,2020-03-11,394.0,,,75.0,,
+IT-21,Piemonte,2020-03-12,465.0,,,97.0,,
+IT-21,Piemonte,2020-03-13,691.0,,,135.0,,
+IT-21,Piemonte,2020-03-14,688.0,,,150.0,,
+IT-21,Piemonte,2020-03-15,897.0,,,171.0,,
+IT-21,Piemonte,2020-03-16,1231.0,,,186.0,,
+IT-21,Piemonte,2020-03-17,1584.0,,,206.0,,
+IT-21,Piemonte,2020-03-18,2007.0,,,227.0,,
+IT-21,Piemonte,2020-03-19,2536.0,,,257.0,,
+IT-21,Piemonte,2020-03-20,1821.0,,,280.0,,
+IT-21,Piemonte,2020-03-21,2277.0,,,301.0,,
+IT-21,Piemonte,2020-03-22,2426.0,,,308.0,,
+IT-21,Piemonte,2020-03-23,2537.0,,,343.0,,
+IT-21,Piemonte,2020-03-24,2764.0,,,360.0,,
+IT-21,Piemonte,2020-03-25,2925.0,,,381.0,,
+IT-21,Piemonte,2020-03-26,3041.0,,,408.0,,
+IT-21,Piemonte,2020-03-27,3283.0,,,431.0,,
+IT-21,Piemonte,2020-03-28,3533.0,,,439.0,,
+IT-21,Piemonte,2020-03-29,3428.0,,,443.0,,
+IT-21,Piemonte,2020-03-30,3437.0,,,452.0,,
+IT-21,Piemonte,2020-03-31,3626.0,,,452.0,,
+IT-21,Piemonte,2020-04-01,3599.0,,,453.0,,
+IT-21,Piemonte,2020-04-02,3794.0,,,453.0,,
+IT-21,Piemonte,2020-04-03,3752.0,,,452.0,,
+IT-21,Piemonte,2020-04-04,3891.0,,,450.0,,
+IT-21,Piemonte,2020-04-05,3916.0,,,444.0,,
+IT-21,Piemonte,2020-04-06,3922.0,,,438.0,,
+IT-21,Piemonte,2020-04-07,3985.0,,,432.0,,
+IT-21,Piemonte,2020-04-08,3916.0,,,423.0,,
+IT-21,Piemonte,2020-04-09,3926.0,,,412.0,,
+IT-21,Piemonte,2020-04-10,3891.0,,,394.0,,
+IT-21,Piemonte,2020-04-11,3819.0,,,384.0,,
+IT-21,Piemonte,2020-04-12,3810.0,,,381.0,,
+IT-21,Piemonte,2020-04-13,3723.0,,,379.0,,
+IT-21,Piemonte,2020-04-14,3762.0,,,367.0,,
+IT-21,Piemonte,2020-04-15,3704.0,,,366.0,,
+IT-21,Piemonte,2020-04-16,3764.0,,,346.0,,
+IT-21,Piemonte,2020-04-17,3599.0,,,333.0,,
+IT-21,Piemonte,2020-04-18,3594.0,,,323.0,,
+IT-21,Piemonte,2020-04-19,3506.0,,,305.0,,
+IT-21,Piemonte,2020-04-20,3600.0,,,301.0,,
+IT-21,Piemonte,2020-04-21,3409.0,,,293.0,,
+IT-21,Piemonte,2020-04-22,3486.0,,,273.0,,
+IT-21,Piemonte,2020-04-23,3300.0,,,261.0,,
+IT-21,Piemonte,2020-04-24,3175.0,,,257.0,,
+IT-21,Piemonte,2020-04-25,3175.0,,,238.0,,
+IT-21,Piemonte,2020-04-26,3080.0,,,214.0,,
+IT-21,Piemonte,2020-04-27,3044.0,,,214.0,,
+IT-21,Piemonte,2020-04-28,2903.0,,,202.0,,
+IT-21,Piemonte,2020-04-29,2839.0,,,202.0,,
+IT-21,Piemonte,2020-04-30,2820.0,,,199.0,,
+IT-21,Piemonte,2020-05-01,2684.0,,,181.0,,
+IT-21,Piemonte,2020-05-02,2728.0,,,178.0,,
+IT-21,Piemonte,2020-05-03,2665.0,,,169.0,,
+IT-21,Piemonte,2020-05-04,2552.0,,,161.0,,
+IT-21,Piemonte,2020-05-05,2462.0,,,155.0,,
+IT-21,Piemonte,2020-05-06,2297.0,,,150.0,,
+IT-21,Piemonte,2020-05-07,2297.0,,,150.0,,
+IT-21,Piemonte,2020-05-08,2153.0,,,140.0,,
+IT-21,Piemonte,2020-05-09,2153.0,,,143.0,,
+IT-21,Piemonte,2020-05-10,2161.0,,,137.0,,
+IT-21,Piemonte,2020-05-11,2156.0,,,135.0,,
+IT-21,Piemonte,2020-05-12,2036.0,,,136.0,,
+IT-21,Piemonte,2020-05-13,1980.0,,,122.0,,
+IT-21,Piemonte,2020-05-14,1891.0,,,116.0,,
+IT-21,Piemonte,2020-05-15,1701.0,,,108.0,,
+IT-21,Piemonte,2020-05-16,1662.0,,,100.0,,
+IT-21,Piemonte,2020-05-17,1721.0,,,101.0,,
+IT-21,Piemonte,2020-05-18,1688.0,,,99.0,,
+IT-21,Piemonte,2020-05-19,1675.0,,,96.0,,
+IT-21,Piemonte,2020-05-20,1609.0,,,96.0,,
+IT-21,Piemonte,2020-05-21,1562.0,,,83.0,,
+IT-21,Piemonte,2020-05-22,1493.0,,,79.0,,
+IT-21,Piemonte,2020-05-23,1367.0,,,76.0,,
+IT-21,Piemonte,2020-05-24,1358.0,,,75.0,,
+IT-21,Piemonte,2020-05-25,1299.0,,,72.0,,
+IT-21,Piemonte,2020-05-26,1232.0,,,70.0,,
+IT-21,Piemonte,2020-05-27,1186.0,,,68.0,,
+IT-21,Piemonte,2020-05-28,1122.0,,,64.0,,
+IT-21,Piemonte,2020-05-29,1090.0,,,61.0,,
+IT-21,Piemonte,2020-05-30,1048.0,,,60.0,,
+IT-21,Piemonte,2020-05-31,1031.0,,,58.0,,
+IT-21,Piemonte,2020-06-01,958.0,,,54.0,,
+IT-21,Piemonte,2020-06-02,895.0,,,46.0,,
+IT-21,Piemonte,2020-06-03,885.0,,,44.0,,
+IT-21,Piemonte,2020-06-04,851.0,,,43.0,,
+IT-21,Piemonte,2020-06-05,783.0,,,40.0,,
+IT-21,Piemonte,2020-06-06,721.0,,,37.0,,
+IT-21,Piemonte,2020-06-07,697.0,,,38.0,,
+IT-21,Piemonte,2020-06-08,669.0,,,36.0,,
+IT-75,Puglia,2020-02-24,0.0,,,0.0,,
+IT-75,Puglia,2020-02-25,0.0,,,0.0,,
+IT-75,Puglia,2020-02-26,0.0,,,0.0,,
+IT-75,Puglia,2020-02-27,1.0,,,0.0,,
+IT-75,Puglia,2020-02-28,1.0,,,0.0,,
+IT-75,Puglia,2020-02-29,1.0,,,0.0,,
+IT-75,Puglia,2020-03-01,1.0,,,0.0,,
+IT-75,Puglia,2020-03-02,2.0,,,0.0,,
+IT-75,Puglia,2020-03-03,2.0,,,0.0,,
+IT-75,Puglia,2020-03-04,4.0,,,0.0,,
+IT-75,Puglia,2020-03-05,6.0,,,1.0,,
+IT-75,Puglia,2020-03-06,6.0,,,1.0,,
+IT-75,Puglia,2020-03-07,11.0,,,2.0,,
+IT-75,Puglia,2020-03-08,20.0,,,3.0,,
+IT-75,Puglia,2020-03-09,26.0,,,6.0,,
+IT-75,Puglia,2020-03-10,34.0,,,6.0,,
+IT-75,Puglia,2020-03-11,42.0,,,4.0,,
+IT-75,Puglia,2020-03-12,60.0,,,2.0,,
+IT-75,Puglia,2020-03-13,79.0,,,2.0,,
+IT-75,Puglia,2020-03-14,97.0,,,6.0,,
+IT-75,Puglia,2020-03-15,122.0,,,6.0,,
+IT-75,Puglia,2020-03-16,122.0,,,6.0,,
+IT-75,Puglia,2020-03-17,169.0,,,14.0,,
+IT-75,Puglia,2020-03-18,186.0,,,30.0,,
+IT-75,Puglia,2020-03-19,204.0,,,31.0,,
+IT-75,Puglia,2020-03-20,222.0,,,31.0,,
+IT-75,Puglia,2020-03-21,242.0,,,33.0,,
+IT-75,Puglia,2020-03-22,289.0,,,37.0,,
+IT-75,Puglia,2020-03-23,330.0,,,45.0,,
+IT-75,Puglia,2020-03-24,374.0,,,57.0,,
+IT-75,Puglia,2020-03-25,413.0,,,64.0,,
+IT-75,Puglia,2020-03-26,556.0,,,76.0,,
+IT-75,Puglia,2020-03-27,612.0,,,82.0,,
+IT-75,Puglia,2020-03-28,661.0,,,98.0,,
+IT-75,Puglia,2020-03-29,658.0,,,99.0,,
+IT-75,Puglia,2020-03-30,696.0,,,106.0,,
+IT-75,Puglia,2020-03-31,714.0,,,105.0,,
+IT-75,Puglia,2020-04-01,744.0,,,107.0,,
+IT-75,Puglia,2020-04-02,763.0,,,118.0,,
+IT-75,Puglia,2020-04-03,771.0,,,123.0,,
+IT-75,Puglia,2020-04-04,780.0,,,153.0,,
+IT-75,Puglia,2020-04-05,733.0,,,159.0,,
+IT-75,Puglia,2020-04-06,722.0,,,97.0,,
+IT-75,Puglia,2020-04-07,708.0,,,93.0,,
+IT-75,Puglia,2020-04-08,729.0,,,90.0,,
+IT-75,Puglia,2020-04-09,716.0,,,86.0,,
+IT-75,Puglia,2020-04-10,711.0,,,80.0,,
+IT-75,Puglia,2020-04-11,700.0,,,73.0,,
+IT-75,Puglia,2020-04-12,680.0,,,71.0,,
+IT-75,Puglia,2020-04-13,671.0,,,71.0,,
+IT-75,Puglia,2020-04-14,673.0,,,62.0,,
+IT-75,Puglia,2020-04-15,665.0,,,73.0,,
+IT-75,Puglia,2020-04-16,661.0,,,58.0,,
+IT-75,Puglia,2020-04-17,652.0,,,62.0,,
+IT-75,Puglia,2020-04-18,654.0,,,60.0,,
+IT-75,Puglia,2020-04-19,650.0,,,60.0,,
+IT-75,Puglia,2020-04-20,650.0,,,66.0,,
+IT-75,Puglia,2020-04-21,634.0,,,65.0,,
+IT-75,Puglia,2020-04-22,624.0,,,60.0,,
+IT-75,Puglia,2020-04-23,591.0,,,55.0,,
+IT-75,Puglia,2020-04-24,547.0,,,51.0,,
+IT-75,Puglia,2020-04-25,517.0,,,48.0,,
+IT-75,Puglia,2020-04-26,512.0,,,48.0,,
+IT-75,Puglia,2020-04-27,500.0,,,51.0,,
+IT-75,Puglia,2020-04-28,499.0,,,51.0,,
+IT-75,Puglia,2020-04-29,496.0,,,47.0,,
+IT-75,Puglia,2020-04-30,481.0,,,42.0,,
+IT-75,Puglia,2020-05-01,467.0,,,39.0,,
+IT-75,Puglia,2020-05-02,455.0,,,39.0,,
+IT-75,Puglia,2020-05-03,450.0,,,40.0,,
+IT-75,Puglia,2020-05-04,436.0,,,39.0,,
+IT-75,Puglia,2020-05-05,423.0,,,39.0,,
+IT-75,Puglia,2020-05-06,401.0,,,36.0,,
+IT-75,Puglia,2020-05-07,390.0,,,35.0,,
+IT-75,Puglia,2020-05-08,382.0,,,33.0,,
+IT-75,Puglia,2020-05-09,377.0,,,33.0,,
+IT-75,Puglia,2020-05-10,377.0,,,34.0,,
+IT-75,Puglia,2020-05-11,372.0,,,32.0,,
+IT-75,Puglia,2020-05-12,365.0,,,31.0,,
+IT-75,Puglia,2020-05-13,337.0,,,27.0,,
+IT-75,Puglia,2020-05-14,320.0,,,24.0,,
+IT-75,Puglia,2020-05-15,308.0,,,23.0,,
+IT-75,Puglia,2020-05-16,294.0,,,22.0,,
+IT-75,Puglia,2020-05-17,284.0,,,21.0,,
+IT-75,Puglia,2020-05-18,276.0,,,22.0,,
+IT-75,Puglia,2020-05-19,269.0,,,22.0,,
+IT-75,Puglia,2020-05-20,263.0,,,21.0,,
+IT-75,Puglia,2020-05-21,256.0,,,20.0,,
+IT-75,Puglia,2020-05-22,250.0,,,17.0,,
+IT-75,Puglia,2020-05-23,232.0,,,17.0,,
+IT-75,Puglia,2020-05-24,221.0,,,17.0,,
+IT-75,Puglia,2020-05-25,205.0,,,15.0,,
+IT-75,Puglia,2020-05-26,189.0,,,17.0,,
+IT-75,Puglia,2020-05-27,187.0,,,17.0,,
+IT-75,Puglia,2020-05-28,180.0,,,16.0,,
+IT-75,Puglia,2020-05-29,170.0,,,12.0,,
+IT-75,Puglia,2020-05-30,162.0,,,12.0,,
+IT-75,Puglia,2020-05-31,154.0,,,11.0,,
+IT-75,Puglia,2020-06-01,151.0,,,11.0,,
+IT-75,Puglia,2020-06-02,145.0,,,11.0,,
+IT-75,Puglia,2020-06-03,141.0,,,10.0,,
+IT-75,Puglia,2020-06-04,140.0,,,9.0,,
+IT-75,Puglia,2020-06-05,116.0,,,5.0,,
+IT-75,Puglia,2020-06-06,113.0,,,4.0,,
+IT-75,Puglia,2020-06-07,100.0,,,4.0,,
+IT-75,Puglia,2020-06-08,98.0,,,4.0,,
+IT-88,Sardegna,2020-02-24,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-25,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-26,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-27,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-28,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-29,0.0,,,0.0,,
+IT-88,Sardegna,2020-03-01,0.0,,,0.0,,
+IT-88,Sardegna,2020-03-02,0.0,,,0.0,,
+IT-88,Sardegna,2020-03-03,1.0,,,0.0,,
+IT-88,Sardegna,2020-03-04,1.0,,,0.0,,
+IT-88,Sardegna,2020-03-05,2.0,,,0.0,,
+IT-88,Sardegna,2020-03-06,2.0,,,0.0,,
+IT-88,Sardegna,2020-03-07,2.0,,,0.0,,
+IT-88,Sardegna,2020-03-08,5.0,,,0.0,,
+IT-88,Sardegna,2020-03-09,8.0,,,0.0,,
+IT-88,Sardegna,2020-03-10,9.0,,,0.0,,
+IT-88,Sardegna,2020-03-11,10.0,,,0.0,,
+IT-88,Sardegna,2020-03-12,12.0,,,0.0,,
+IT-88,Sardegna,2020-03-13,12.0,,,0.0,,
+IT-88,Sardegna,2020-03-14,14.0,,,0.0,,
+IT-88,Sardegna,2020-03-15,16.0,,,0.0,,
+IT-88,Sardegna,2020-03-16,39.0,,,0.0,,
+IT-88,Sardegna,2020-03-17,40.0,,,4.0,,
+IT-88,Sardegna,2020-03-18,49.0,,,7.0,,
+IT-88,Sardegna,2020-03-19,52.0,,,9.0,,
+IT-88,Sardegna,2020-03-20,71.0,,,15.0,,
+IT-88,Sardegna,2020-03-21,81.0,,,16.0,,
+IT-88,Sardegna,2020-03-22,83.0,,,16.0,,
+IT-88,Sardegna,2020-03-23,94.0,,,18.0,,
+IT-88,Sardegna,2020-03-24,99.0,,,19.0,,
+IT-88,Sardegna,2020-03-25,101.0,,,19.0,,
+IT-88,Sardegna,2020-03-26,112.0,,,20.0,,
+IT-88,Sardegna,2020-03-27,112.0,,,19.0,,
+IT-88,Sardegna,2020-03-28,117.0,,,22.0,,
+IT-88,Sardegna,2020-03-29,128.0,,,23.0,,
+IT-88,Sardegna,2020-03-30,137.0,,,24.0,,
+IT-88,Sardegna,2020-03-31,141.0,,,28.0,,
+IT-88,Sardegna,2020-04-01,146.0,,,27.0,,
+IT-88,Sardegna,2020-04-02,141.0,,,24.0,,
+IT-88,Sardegna,2020-04-03,146.0,,,24.0,,
+IT-88,Sardegna,2020-04-04,147.0,,,24.0,,
+IT-88,Sardegna,2020-04-05,151.0,,,25.0,,
+IT-88,Sardegna,2020-04-06,149.0,,,26.0,,
+IT-88,Sardegna,2020-04-07,148.0,,,26.0,,
+IT-88,Sardegna,2020-04-08,143.0,,,31.0,,
+IT-88,Sardegna,2020-04-09,131.0,,,25.0,,
+IT-88,Sardegna,2020-04-10,133.0,,,26.0,,
+IT-88,Sardegna,2020-04-11,137.0,,,24.0,,
+IT-88,Sardegna,2020-04-12,135.0,,,26.0,,
+IT-88,Sardegna,2020-04-13,134.0,,,27.0,,
+IT-88,Sardegna,2020-04-14,131.0,,,24.0,,
+IT-88,Sardegna,2020-04-15,133.0,,,26.0,,
+IT-88,Sardegna,2020-04-16,133.0,,,24.0,,
+IT-88,Sardegna,2020-04-17,136.0,,,23.0,,
+IT-88,Sardegna,2020-04-18,135.0,,,23.0,,
+IT-88,Sardegna,2020-04-19,139.0,,,22.0,,
+IT-88,Sardegna,2020-04-20,136.0,,,21.0,,
+IT-88,Sardegna,2020-04-21,133.0,,,21.0,,
+IT-88,Sardegna,2020-04-22,117.0,,,20.0,,
+IT-88,Sardegna,2020-04-23,110.0,,,20.0,,
+IT-88,Sardegna,2020-04-24,114.0,,,19.0,,
+IT-88,Sardegna,2020-04-25,114.0,,,18.0,,
+IT-88,Sardegna,2020-04-26,115.0,,,20.0,,
+IT-88,Sardegna,2020-04-27,116.0,,,19.0,,
+IT-88,Sardegna,2020-04-28,114.0,,,18.0,,
+IT-88,Sardegna,2020-04-29,104.0,,,17.0,,
+IT-88,Sardegna,2020-04-30,103.0,,,16.0,,
+IT-88,Sardegna,2020-05-01,96.0,,,12.0,,
+IT-88,Sardegna,2020-05-02,99.0,,,13.0,,
+IT-88,Sardegna,2020-05-03,102.0,,,10.0,,
+IT-88,Sardegna,2020-05-04,100.0,,,9.0,,
+IT-88,Sardegna,2020-05-05,103.0,,,9.0,,
+IT-88,Sardegna,2020-05-06,102.0,,,11.0,,
+IT-88,Sardegna,2020-05-07,99.0,,,9.0,,
+IT-88,Sardegna,2020-05-08,100.0,,,10.0,,
+IT-88,Sardegna,2020-05-09,98.0,,,11.0,,
+IT-88,Sardegna,2020-05-10,93.0,,,10.0,,
+IT-88,Sardegna,2020-05-11,94.0,,,10.0,,
+IT-88,Sardegna,2020-05-12,88.0,,,11.0,,
+IT-88,Sardegna,2020-05-13,88.0,,,10.0,,
+IT-88,Sardegna,2020-05-14,86.0,,,10.0,,
+IT-88,Sardegna,2020-05-15,85.0,,,10.0,,
+IT-88,Sardegna,2020-05-16,85.0,,,10.0,,
+IT-88,Sardegna,2020-05-17,86.0,,,10.0,,
+IT-88,Sardegna,2020-05-18,82.0,,,10.0,,
+IT-88,Sardegna,2020-05-19,80.0,,,9.0,,
+IT-88,Sardegna,2020-05-20,78.0,,,10.0,,
+IT-88,Sardegna,2020-05-21,76.0,,,12.0,,
+IT-88,Sardegna,2020-05-22,64.0,,,6.0,,
+IT-88,Sardegna,2020-05-23,64.0,,,6.0,,
+IT-88,Sardegna,2020-05-24,54.0,,,3.0,,
+IT-88,Sardegna,2020-05-25,52.0,,,3.0,,
+IT-88,Sardegna,2020-05-26,43.0,,,2.0,,
+IT-88,Sardegna,2020-05-27,43.0,,,2.0,,
+IT-88,Sardegna,2020-05-28,40.0,,,2.0,,
+IT-88,Sardegna,2020-05-29,39.0,,,2.0,,
+IT-88,Sardegna,2020-05-30,36.0,,,2.0,,
+IT-88,Sardegna,2020-05-31,35.0,,,2.0,,
+IT-88,Sardegna,2020-06-01,24.0,,,1.0,,
+IT-88,Sardegna,2020-06-02,22.0,,,1.0,,
+IT-88,Sardegna,2020-06-03,13.0,,,1.0,,
+IT-88,Sardegna,2020-06-04,13.0,,,1.0,,
+IT-88,Sardegna,2020-06-05,11.0,,,0.0,,
+IT-88,Sardegna,2020-06-06,11.0,,,1.0,,
+IT-88,Sardegna,2020-06-07,11.0,,,1.0,,
+IT-88,Sardegna,2020-06-08,10.0,,,1.0,,
+IT-82,Sicilia,2020-02-24,0.0,,,0.0,,
+IT-82,Sicilia,2020-02-25,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-26,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-27,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-28,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-29,1.0,,,0.0,,
+IT-82,Sicilia,2020-03-01,1.0,,,0.0,,
+IT-82,Sicilia,2020-03-02,2.0,,,0.0,,
+IT-82,Sicilia,2020-03-03,2.0,,,0.0,,
+IT-82,Sicilia,2020-03-04,5.0,,,0.0,,
+IT-82,Sicilia,2020-03-05,5.0,,,0.0,,
+IT-82,Sicilia,2020-03-06,7.0,,,0.0,,
+IT-82,Sicilia,2020-03-07,8.0,,,0.0,,
+IT-82,Sicilia,2020-03-08,18.0,,,0.0,,
+IT-82,Sicilia,2020-03-09,19.0,,,0.0,,
+IT-82,Sicilia,2020-03-10,19.0,,,2.0,,
+IT-82,Sicilia,2020-03-11,24.0,,,1.0,,
+IT-82,Sicilia,2020-03-12,33.0,,,5.0,,
+IT-82,Sicilia,2020-03-13,44.0,,,7.0,,
+IT-82,Sicilia,2020-03-14,53.0,,,11.0,,
+IT-82,Sicilia,2020-03-15,71.0,,,15.0,,
+IT-82,Sicilia,2020-03-16,95.0,,,20.0,,
+IT-82,Sicilia,2020-03-17,114.0,,,28.0,,
+IT-82,Sicilia,2020-03-18,129.0,,,29.0,,
+IT-82,Sicilia,2020-03-19,179.0,,,36.0,,
+IT-82,Sicilia,2020-03-20,210.0,,,42.0,,
+IT-82,Sicilia,2020-03-21,254.0,,,48.0,,
+IT-82,Sicilia,2020-03-22,275.0,,,55.0,,
+IT-82,Sicilia,2020-03-23,310.0,,,60.0,,
+IT-82,Sicilia,2020-03-24,310.0,,,60.0,,
+IT-82,Sicilia,2020-03-25,339.0,,,80.0,,
+IT-82,Sicilia,2020-03-26,414.0,,,68.0,,
+IT-82,Sicilia,2020-03-27,500.0,,,75.0,,
+IT-82,Sicilia,2020-03-28,512.0,,,71.0,,
+IT-82,Sicilia,2020-03-29,522.0,,,71.0,,
+IT-82,Sicilia,2020-03-30,559.0,,,75.0,,
+IT-82,Sicilia,2020-03-31,575.0,,,72.0,,
+IT-82,Sicilia,2020-04-01,568.0,,,72.0,,
+IT-82,Sicilia,2020-04-02,576.0,,,73.0,,
+IT-82,Sicilia,2020-04-03,608.0,,,73.0,,
+IT-82,Sicilia,2020-04-04,627.0,,,74.0,,
+IT-82,Sicilia,2020-04-05,632.0,,,76.0,,
+IT-82,Sicilia,2020-04-06,637.0,,,74.0,,
+IT-82,Sicilia,2020-04-07,635.0,,,73.0,,
+IT-82,Sicilia,2020-04-08,628.0,,,65.0,,
+IT-82,Sicilia,2020-04-09,629.0,,,63.0,,
+IT-82,Sicilia,2020-04-10,630.0,,,62.0,,
+IT-82,Sicilia,2020-04-11,620.0,,,58.0,,
+IT-82,Sicilia,2020-04-12,605.0,,,53.0,,
+IT-82,Sicilia,2020-04-13,605.0,,,51.0,,
+IT-82,Sicilia,2020-04-14,605.0,,,53.0,,
+IT-82,Sicilia,2020-04-15,590.0,,,49.0,,
+IT-82,Sicilia,2020-04-16,573.0,,,48.0,,
+IT-82,Sicilia,2020-04-17,567.0,,,46.0,,
+IT-82,Sicilia,2020-04-18,568.0,,,42.0,,
+IT-82,Sicilia,2020-04-19,563.0,,,41.0,,
+IT-82,Sicilia,2020-04-20,565.0,,,39.0,,
+IT-82,Sicilia,2020-04-21,551.0,,,37.0,,
+IT-82,Sicilia,2020-04-22,535.0,,,35.0,,
+IT-82,Sicilia,2020-04-23,510.0,,,34.0,,
+IT-82,Sicilia,2020-04-24,493.0,,,32.0,,
+IT-82,Sicilia,2020-04-25,485.0,,,33.0,,
+IT-82,Sicilia,2020-04-26,478.0,,,33.0,,
+IT-82,Sicilia,2020-04-27,475.0,,,35.0,,
+IT-82,Sicilia,2020-04-28,462.0,,,34.0,,
+IT-82,Sicilia,2020-04-29,449.0,,,34.0,,
+IT-82,Sicilia,2020-04-30,441.0,,,33.0,,
+IT-82,Sicilia,2020-05-01,429.0,,,30.0,,
+IT-82,Sicilia,2020-05-02,426.0,,,30.0,,
+IT-82,Sicilia,2020-05-03,412.0,,,29.0,,
+IT-82,Sicilia,2020-05-04,403.0,,,27.0,,
+IT-82,Sicilia,2020-05-05,393.0,,,26.0,,
+IT-82,Sicilia,2020-05-06,384.0,,,25.0,,
+IT-82,Sicilia,2020-05-07,370.0,,,21.0,,
+IT-82,Sicilia,2020-05-08,329.0,,,19.0,,
+IT-82,Sicilia,2020-05-09,294.0,,,17.0,,
+IT-82,Sicilia,2020-05-10,289.0,,,16.0,,
+IT-82,Sicilia,2020-05-11,287.0,,,16.0,,
+IT-82,Sicilia,2020-05-12,249.0,,,15.0,,
+IT-82,Sicilia,2020-05-13,225.0,,,13.0,,
+IT-82,Sicilia,2020-05-14,215.0,,,12.0,,
+IT-82,Sicilia,2020-05-15,209.0,,,11.0,,
+IT-82,Sicilia,2020-05-16,171.0,,,12.0,,
+IT-82,Sicilia,2020-05-17,158.0,,,13.0,,
+IT-82,Sicilia,2020-05-18,150.0,,,13.0,,
+IT-82,Sicilia,2020-05-19,137.0,,,12.0,,
+IT-82,Sicilia,2020-05-20,129.0,,,11.0,,
+IT-82,Sicilia,2020-05-21,118.0,,,11.0,,
+IT-82,Sicilia,2020-05-22,113.0,,,10.0,,
+IT-82,Sicilia,2020-05-23,104.0,,,9.0,,
+IT-82,Sicilia,2020-05-24,100.0,,,9.0,,
+IT-82,Sicilia,2020-05-25,98.0,,,9.0,,
+IT-82,Sicilia,2020-05-26,93.0,,,10.0,,
+IT-82,Sicilia,2020-05-27,83.0,,,10.0,,
+IT-82,Sicilia,2020-05-28,80.0,,,8.0,,
+IT-82,Sicilia,2020-05-29,74.0,,,7.0,,
+IT-82,Sicilia,2020-05-30,74.0,,,7.0,,
+IT-82,Sicilia,2020-05-31,72.0,,,7.0,,
+IT-82,Sicilia,2020-06-01,73.0,,,8.0,,
+IT-82,Sicilia,2020-06-02,69.0,,,7.0,,
+IT-82,Sicilia,2020-06-03,67.0,,,7.0,,
+IT-82,Sicilia,2020-06-04,63.0,,,6.0,,
+IT-82,Sicilia,2020-06-05,60.0,,,6.0,,
+IT-82,Sicilia,2020-06-06,54.0,,,7.0,,
+IT-82,Sicilia,2020-06-07,49.0,,,7.0,,
+IT-82,Sicilia,2020-06-08,47.0,,,7.0,,
+IT-52,Toscana,2020-02-24,0.0,,,0.0,,
+IT-52,Toscana,2020-02-25,2.0,,,0.0,,
+IT-52,Toscana,2020-02-26,2.0,,,0.0,,
+IT-52,Toscana,2020-02-27,2.0,,,0.0,,
+IT-52,Toscana,2020-02-28,5.0,,,0.0,,
+IT-52,Toscana,2020-02-29,7.0,,,0.0,,
+IT-52,Toscana,2020-03-01,7.0,,,0.0,,
+IT-52,Toscana,2020-03-02,7.0,,,0.0,,
+IT-52,Toscana,2020-03-03,10.0,,,0.0,,
+IT-52,Toscana,2020-03-04,17.0,,,2.0,,
+IT-52,Toscana,2020-03-05,29.0,,,3.0,,
+IT-52,Toscana,2020-03-06,40.0,,,5.0,,
+IT-52,Toscana,2020-03-07,61.0,,,7.0,,
+IT-52,Toscana,2020-03-08,98.0,,,7.0,,
+IT-52,Toscana,2020-03-09,116.0,,,9.0,,
+IT-52,Toscana,2020-03-10,131.0,,,40.0,,
+IT-52,Toscana,2020-03-11,141.0,,,54.0,,
+IT-52,Toscana,2020-03-12,159.0,,,59.0,,
+IT-52,Toscana,2020-03-13,211.0,,,77.0,,
+IT-52,Toscana,2020-03-14,247.0,,,87.0,,
+IT-52,Toscana,2020-03-15,282.0,,,107.0,,
+IT-52,Toscana,2020-03-16,282.0,,,107.0,,
+IT-52,Toscana,2020-03-17,472.0,,,143.0,,
+IT-52,Toscana,2020-03-18,587.0,,,160.0,,
+IT-52,Toscana,2020-03-19,679.0,,,178.0,,
+IT-52,Toscana,2020-03-20,790.0,,,189.0,,
+IT-52,Toscana,2020-03-21,866.0,,,202.0,,
+IT-52,Toscana,2020-03-22,921.0,,,215.0,,
+IT-52,Toscana,2020-03-23,1076.0,,,238.0,,
+IT-52,Toscana,2020-03-24,1162.0,,,244.0,,
+IT-52,Toscana,2020-03-25,1250.0,,,251.0,,
+IT-52,Toscana,2020-03-26,1296.0,,,259.0,,
+IT-52,Toscana,2020-03-27,1327.0,,,274.0,,
+IT-52,Toscana,2020-03-28,1370.0,,,277.0,,
+IT-52,Toscana,2020-03-29,1386.0,,,275.0,,
+IT-52,Toscana,2020-03-30,1395.0,,,279.0,,
+IT-52,Toscana,2020-03-31,1413.0,,,293.0,,
+IT-52,Toscana,2020-04-01,1417.0,,,297.0,,
+IT-52,Toscana,2020-04-02,1430.0,,,295.0,,
+IT-52,Toscana,2020-04-03,1437.0,,,288.0,,
+IT-52,Toscana,2020-04-04,1415.0,,,286.0,,
+IT-52,Toscana,2020-04-05,1387.0,,,276.0,,
+IT-52,Toscana,2020-04-06,1395.0,,,279.0,,
+IT-52,Toscana,2020-04-07,1350.0,,,263.0,,
+IT-52,Toscana,2020-04-08,1326.0,,,260.0,,
+IT-52,Toscana,2020-04-09,1294.0,,,256.0,,
+IT-52,Toscana,2020-04-10,1267.0,,,256.0,,
+IT-52,Toscana,2020-04-11,1234.0,,,237.0,,
+IT-52,Toscana,2020-04-12,1221.0,,,238.0,,
+IT-52,Toscana,2020-04-13,1217.0,,,225.0,,
+IT-52,Toscana,2020-04-14,1227.0,,,225.0,,
+IT-52,Toscana,2020-04-15,1193.0,,,216.0,,
+IT-52,Toscana,2020-04-16,1153.0,,,213.0,,
+IT-52,Toscana,2020-04-17,1105.0,,,207.0,,
+IT-52,Toscana,2020-04-18,1081.0,,,198.0,,
+IT-52,Toscana,2020-04-19,1044.0,,,192.0,,
+IT-52,Toscana,2020-04-20,1032.0,,,182.0,,
+IT-52,Toscana,2020-04-21,1004.0,,,171.0,,
+IT-52,Toscana,2020-04-22,994.0,,,174.0,,
+IT-52,Toscana,2020-04-23,959.0,,,168.0,,
+IT-52,Toscana,2020-04-24,897.0,,,159.0,,
+IT-52,Toscana,2020-04-25,853.0,,,166.0,,
+IT-52,Toscana,2020-04-26,835.0,,,158.0,,
+IT-52,Toscana,2020-04-27,825.0,,,154.0,,
+IT-52,Toscana,2020-04-28,763.0,,,144.0,,
+IT-52,Toscana,2020-04-29,715.0,,,139.0,,
+IT-52,Toscana,2020-04-30,672.0,,,126.0,,
+IT-52,Toscana,2020-05-01,644.0,,,124.0,,
+IT-52,Toscana,2020-05-02,637.0,,,118.0,,
+IT-52,Toscana,2020-05-03,625.0,,,112.0,,
+IT-52,Toscana,2020-05-04,619.0,,,107.0,,
+IT-52,Toscana,2020-05-05,595.0,,,111.0,,
+IT-52,Toscana,2020-05-06,554.0,,,92.0,,
+IT-52,Toscana,2020-05-07,528.0,,,91.0,,
+IT-52,Toscana,2020-05-08,483.0,,,84.0,,
+IT-52,Toscana,2020-05-09,443.0,,,79.0,,
+IT-52,Toscana,2020-05-10,428.0,,,78.0,,
+IT-52,Toscana,2020-05-11,424.0,,,77.0,,
+IT-52,Toscana,2020-05-12,379.0,,,72.0,,
+IT-52,Toscana,2020-05-13,356.0,,,72.0,,
+IT-52,Toscana,2020-05-14,337.0,,,68.0,,
+IT-52,Toscana,2020-05-15,305.0,,,67.0,,
+IT-52,Toscana,2020-05-16,300.0,,,66.0,,
+IT-52,Toscana,2020-05-17,281.0,,,67.0,,
+IT-52,Toscana,2020-05-18,263.0,,,66.0,,
+IT-52,Toscana,2020-05-19,246.0,,,56.0,,
+IT-52,Toscana,2020-05-20,223.0,,,45.0,,
+IT-52,Toscana,2020-05-21,210.0,,,41.0,,
+IT-52,Toscana,2020-05-22,204.0,,,42.0,,
+IT-52,Toscana,2020-05-23,197.0,,,40.0,,
+IT-52,Toscana,2020-05-24,186.0,,,38.0,,
+IT-52,Toscana,2020-05-25,189.0,,,37.0,,
+IT-52,Toscana,2020-05-26,179.0,,,34.0,,
+IT-52,Toscana,2020-05-27,163.0,,,31.0,,
+IT-52,Toscana,2020-05-28,153.0,,,27.0,,
+IT-52,Toscana,2020-05-29,142.0,,,31.0,,
+IT-52,Toscana,2020-05-30,133.0,,,27.0,,
+IT-52,Toscana,2020-05-31,125.0,,,28.0,,
+IT-52,Toscana,2020-06-01,110.0,,,25.0,,
+IT-52,Toscana,2020-06-02,110.0,,,25.0,,
+IT-52,Toscana,2020-06-03,101.0,,,25.0,,
+IT-52,Toscana,2020-06-04,89.0,,,24.0,,
+IT-52,Toscana,2020-06-05,78.0,,,23.0,,
+IT-52,Toscana,2020-06-06,71.0,,,22.0,,
+IT-52,Toscana,2020-06-07,72.0,,,20.0,,
+IT-52,Toscana,2020-06-08,70.0,,,20.0,,
+IT-55,Umbria,2020-02-24,0.0,,,0.0,,
+IT-55,Umbria,2020-02-25,0.0,,,0.0,,
+IT-55,Umbria,2020-02-26,0.0,,,0.0,,
+IT-55,Umbria,2020-02-27,0.0,,,0.0,,
+IT-55,Umbria,2020-02-28,0.0,,,0.0,,
+IT-55,Umbria,2020-02-29,0.0,,,0.0,,
+IT-55,Umbria,2020-03-01,0.0,,,0.0,,
+IT-55,Umbria,2020-03-02,0.0,,,0.0,,
+IT-55,Umbria,2020-03-03,2.0,,,1.0,,
+IT-55,Umbria,2020-03-04,2.0,,,1.0,,
+IT-55,Umbria,2020-03-05,2.0,,,1.0,,
+IT-55,Umbria,2020-03-06,4.0,,,2.0,,
+IT-55,Umbria,2020-03-07,4.0,,,2.0,,
+IT-55,Umbria,2020-03-08,4.0,,,2.0,,
+IT-55,Umbria,2020-03-09,6.0,,,2.0,,
+IT-55,Umbria,2020-03-10,10.0,,,2.0,,
+IT-55,Umbria,2020-03-11,12.0,,,5.0,,
+IT-55,Umbria,2020-03-12,16.0,,,8.0,,
+IT-55,Umbria,2020-03-13,21.0,,,10.0,,
+IT-55,Umbria,2020-03-14,32.0,,,11.0,,
+IT-55,Umbria,2020-03-15,38.0,,,13.0,,
+IT-55,Umbria,2020-03-16,45.0,,,15.0,,
+IT-55,Umbria,2020-03-17,57.0,,,21.0,,
+IT-55,Umbria,2020-03-18,75.0,,,21.0,,
+IT-55,Umbria,2020-03-19,90.0,,,21.0,,
+IT-55,Umbria,2020-03-20,99.0,,,24.0,,
+IT-55,Umbria,2020-03-21,121.0,,,29.0,,
+IT-55,Umbria,2020-03-22,132.0,,,35.0,,
+IT-55,Umbria,2020-03-23,148.0,,,42.0,,
+IT-55,Umbria,2020-03-24,148.0,,,43.0,,
+IT-55,Umbria,2020-03-25,167.0,,,44.0,,
+IT-55,Umbria,2020-03-26,190.0,,,46.0,,
+IT-55,Umbria,2020-03-27,195.0,,,46.0,,
+IT-55,Umbria,2020-03-28,203.0,,,44.0,,
+IT-55,Umbria,2020-03-29,212.0,,,46.0,,
+IT-55,Umbria,2020-03-30,220.0,,,47.0,,
+IT-55,Umbria,2020-03-31,219.0,,,43.0,,
+IT-55,Umbria,2020-04-01,218.0,,,45.0,,
+IT-55,Umbria,2020-04-02,218.0,,,47.0,,
+IT-55,Umbria,2020-04-03,213.0,,,48.0,,
+IT-55,Umbria,2020-04-04,211.0,,,44.0,,
+IT-55,Umbria,2020-04-05,204.0,,,45.0,,
+IT-55,Umbria,2020-04-06,205.0,,,46.0,,
+IT-55,Umbria,2020-04-07,198.0,,,41.0,,
+IT-55,Umbria,2020-04-08,196.0,,,41.0,,
+IT-55,Umbria,2020-04-09,192.0,,,38.0,,
+IT-55,Umbria,2020-04-10,185.0,,,39.0,,
+IT-55,Umbria,2020-04-11,176.0,,,39.0,,
+IT-55,Umbria,2020-04-12,168.0,,,39.0,,
+IT-55,Umbria,2020-04-13,165.0,,,38.0,,
+IT-55,Umbria,2020-04-14,164.0,,,37.0,,
+IT-55,Umbria,2020-04-15,159.0,,,37.0,,
+IT-55,Umbria,2020-04-16,149.0,,,33.0,,
+IT-55,Umbria,2020-04-17,142.0,,,31.0,,
+IT-55,Umbria,2020-04-18,141.0,,,32.0,,
+IT-55,Umbria,2020-04-19,138.0,,,30.0,,
+IT-55,Umbria,2020-04-20,142.0,,,29.0,,
+IT-55,Umbria,2020-04-21,129.0,,,22.0,,
+IT-55,Umbria,2020-04-22,117.0,,,20.0,,
+IT-55,Umbria,2020-04-23,119.0,,,19.0,,
+IT-55,Umbria,2020-04-24,113.0,,,19.0,,
+IT-55,Umbria,2020-04-25,113.0,,,18.0,,
+IT-55,Umbria,2020-04-26,108.0,,,17.0,,
+IT-55,Umbria,2020-04-27,106.0,,,16.0,,
+IT-55,Umbria,2020-04-28,97.0,,,17.0,,
+IT-55,Umbria,2020-04-29,93.0,,,16.0,,
+IT-55,Umbria,2020-04-30,84.0,,,16.0,,
+IT-55,Umbria,2020-05-01,73.0,,,13.0,,
+IT-55,Umbria,2020-05-02,73.0,,,13.0,,
+IT-55,Umbria,2020-05-03,71.0,,,13.0,,
+IT-55,Umbria,2020-05-04,69.0,,,13.0,,
+IT-55,Umbria,2020-05-05,67.0,,,11.0,,
+IT-55,Umbria,2020-05-06,64.0,,,9.0,,
+IT-55,Umbria,2020-05-07,56.0,,,9.0,,
+IT-55,Umbria,2020-05-08,53.0,,,6.0,,
+IT-55,Umbria,2020-05-09,51.0,,,6.0,,
+IT-55,Umbria,2020-05-10,48.0,,,6.0,,
+IT-55,Umbria,2020-05-11,44.0,,,4.0,,
+IT-55,Umbria,2020-05-12,45.0,,,4.0,,
+IT-55,Umbria,2020-05-13,40.0,,,4.0,,
+IT-55,Umbria,2020-05-14,27.0,,,1.0,,
+IT-55,Umbria,2020-05-15,27.0,,,2.0,,
+IT-55,Umbria,2020-05-16,27.0,,,2.0,,
+IT-55,Umbria,2020-05-17,27.0,,,2.0,,
+IT-55,Umbria,2020-05-18,26.0,,,2.0,,
+IT-55,Umbria,2020-05-19,27.0,,,2.0,,
+IT-55,Umbria,2020-05-20,27.0,,,2.0,,
+IT-55,Umbria,2020-05-21,19.0,,,2.0,,
+IT-55,Umbria,2020-05-22,18.0,,,2.0,,
+IT-55,Umbria,2020-05-23,17.0,,,2.0,,
+IT-55,Umbria,2020-05-24,17.0,,,2.0,,
+IT-55,Umbria,2020-05-25,17.0,,,2.0,,
+IT-55,Umbria,2020-05-26,14.0,,,2.0,,
+IT-55,Umbria,2020-05-27,15.0,,,2.0,,
+IT-55,Umbria,2020-05-28,16.0,,,2.0,,
+IT-55,Umbria,2020-05-29,17.0,,,2.0,,
+IT-55,Umbria,2020-05-30,17.0,,,1.0,,
+IT-55,Umbria,2020-05-31,17.0,,,2.0,,
+IT-55,Umbria,2020-06-01,17.0,,,2.0,,
+IT-55,Umbria,2020-06-02,17.0,,,2.0,,
+IT-55,Umbria,2020-06-03,17.0,,,2.0,,
+IT-55,Umbria,2020-06-04,17.0,,,2.0,,
+IT-55,Umbria,2020-06-05,14.0,,,2.0,,
+IT-55,Umbria,2020-06-06,13.0,,,2.0,,
+IT-55,Umbria,2020-06-07,12.0,,,2.0,,
+IT-55,Umbria,2020-06-08,12.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-02-24,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-25,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-26,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-27,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-28,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-29,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-01,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-02,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-03,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-04,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-05,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-06,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-07,1.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-08,1.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-09,4.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-10,2.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-11,2.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-12,7.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-13,6.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-14,12.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-15,13.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-03-16,33.0,,,5.0,,
+IT-23,Valle d'Aosta,2020-03-17,41.0,,,6.0,,
+IT-23,Valle d'Aosta,2020-03-18,44.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-03-19,56.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-03-20,63.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-03-21,77.0,,,15.0,,
+IT-23,Valle d'Aosta,2020-03-22,84.0,,,21.0,,
+IT-23,Valle d'Aosta,2020-03-23,89.0,,,20.0,,
+IT-23,Valle d'Aosta,2020-03-24,91.0,,,20.0,,
+IT-23,Valle d'Aosta,2020-03-25,95.0,,,25.0,,
+IT-23,Valle d'Aosta,2020-03-26,97.0,,,24.0,,
+IT-23,Valle d'Aosta,2020-03-27,115.0,,,24.0,,
+IT-23,Valle d'Aosta,2020-03-28,116.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-03-29,116.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-03-30,118.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-03-31,117.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-04-01,112.0,,,27.0,,
+IT-23,Valle d'Aosta,2020-04-02,110.0,,,25.0,,
+IT-23,Valle d'Aosta,2020-04-03,110.0,,,25.0,,
+IT-23,Valle d'Aosta,2020-04-04,86.0,,,23.0,,
+IT-23,Valle d'Aosta,2020-04-05,119.0,,,23.0,,
+IT-23,Valle d'Aosta,2020-04-06,130.0,,,21.0,,
+IT-23,Valle d'Aosta,2020-04-07,135.0,,,17.0,,
+IT-23,Valle d'Aosta,2020-04-08,140.0,,,20.0,,
+IT-23,Valle d'Aosta,2020-04-09,136.0,,,18.0,,
+IT-23,Valle d'Aosta,2020-04-10,147.0,,,16.0,,
+IT-23,Valle d'Aosta,2020-04-11,135.0,,,17.0,,
+IT-23,Valle d'Aosta,2020-04-12,125.0,,,16.0,,
+IT-23,Valle d'Aosta,2020-04-13,124.0,,,15.0,,
+IT-23,Valle d'Aosta,2020-04-14,126.0,,,14.0,,
+IT-23,Valle d'Aosta,2020-04-15,123.0,,,11.0,,
+IT-23,Valle d'Aosta,2020-04-16,117.0,,,12.0,,
+IT-23,Valle d'Aosta,2020-04-17,117.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-04-18,117.0,,,10.0,,
+IT-23,Valle d'Aosta,2020-04-19,112.0,,,10.0,,
+IT-23,Valle d'Aosta,2020-04-20,110.0,,,8.0,,
+IT-23,Valle d'Aosta,2020-04-21,107.0,,,8.0,,
+IT-23,Valle d'Aosta,2020-04-22,100.0,,,8.0,,
+IT-23,Valle d'Aosta,2020-04-23,100.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-04-24,95.0,,,7.0,,
+IT-23,Valle d'Aosta,2020-04-25,89.0,,,6.0,,
+IT-23,Valle d'Aosta,2020-04-26,89.0,,,7.0,,
+IT-23,Valle d'Aosta,2020-04-27,93.0,,,7.0,,
+IT-23,Valle d'Aosta,2020-04-28,86.0,,,5.0,,
+IT-23,Valle d'Aosta,2020-04-29,83.0,,,5.0,,
+IT-23,Valle d'Aosta,2020-04-30,80.0,,,4.0,,
+IT-23,Valle d'Aosta,2020-05-01,75.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-02,73.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-03,76.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-04,76.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-05,59.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-06,53.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-07,51.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-08,47.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-09,48.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-10,48.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-11,45.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-12,45.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-13,38.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-14,38.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-15,37.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-16,33.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-17,31.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-18,30.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-19,27.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-20,26.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-21,27.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-22,24.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-23,25.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-24,24.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-25,20.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-26,18.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-27,18.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-28,16.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-29,12.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-30,13.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-31,12.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-01,11.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-02,10.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-03,9.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-04,9.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-05,9.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-06,7.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-07,6.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-08,7.0,,,0.0,,
+IT-34,Veneto,2020-02-24,16.0,,,4.0,,
+IT-34,Veneto,2020-02-25,19.0,,,7.0,,
+IT-34,Veneto,2020-02-26,24.0,,,8.0,,
+IT-34,Veneto,2020-02-27,27.0,,,8.0,,
+IT-34,Veneto,2020-02-28,33.0,,,9.0,,
+IT-34,Veneto,2020-02-29,35.0,,,11.0,,
+IT-34,Veneto,2020-03-01,64.0,,,13.0,,
+IT-34,Veneto,2020-03-02,67.0,,,14.0,,
+IT-34,Veneto,2020-03-03,68.0,,,19.0,,
+IT-34,Veneto,2020-03-04,99.0,,,23.0,,
+IT-34,Veneto,2020-03-05,116.0,,,24.0,,
+IT-34,Veneto,2020-03-06,144.0,,,27.0,,
+IT-34,Veneto,2020-03-07,164.0,,,41.0,,
+IT-34,Veneto,2020-03-08,193.0,,,47.0,,
+IT-34,Veneto,2020-03-09,237.0,,,51.0,,
+IT-34,Veneto,2020-03-10,271.0,,,67.0,,
+IT-34,Veneto,2020-03-11,330.0,,,68.0,,
+IT-34,Veneto,2020-03-12,445.0,,,85.0,,
+IT-34,Veneto,2020-03-13,473.0,,,107.0,,
+IT-34,Veneto,2020-03-14,485.0,,,119.0,,
+IT-34,Veneto,2020-03-15,555.0,,,129.0,,
+IT-34,Veneto,2020-03-16,654.0,,,156.0,,
+IT-34,Veneto,2020-03-17,719.0,,,171.0,,
+IT-34,Veneto,2020-03-18,841.0,,,195.0,,
+IT-34,Veneto,2020-03-19,980.0,,,209.0,,
+IT-34,Veneto,2020-03-20,1079.0,,,236.0,,
+IT-34,Veneto,2020-03-21,1191.0,,,249.0,,
+IT-34,Veneto,2020-03-22,1368.0,,,255.0,,
+IT-34,Veneto,2020-03-23,1487.0,,,281.0,,
+IT-34,Veneto,2020-03-24,1622.0,,,304.0,,
+IT-34,Veneto,2020-03-25,1723.0,,,316.0,,
+IT-34,Veneto,2020-03-26,1773.0,,,326.0,,
+IT-34,Veneto,2020-03-27,1874.0,,,338.0,,
+IT-34,Veneto,2020-03-28,1903.0,,,344.0,,
+IT-34,Veneto,2020-03-29,1941.0,,,355.0,,
+IT-34,Veneto,2020-03-30,1989.0,,,356.0,,
+IT-34,Veneto,2020-03-31,2036.0,,,356.0,,
+IT-34,Veneto,2020-04-01,2068.0,,,350.0,,
+IT-34,Veneto,2020-04-02,2015.0,,,345.0,,
+IT-34,Veneto,2020-04-03,2049.0,,,335.0,,
+IT-34,Veneto,2020-04-04,2015.0,,,324.0,,
+IT-34,Veneto,2020-04-05,2003.0,,,329.0,,
+IT-34,Veneto,2020-04-06,2036.0,,,322.0,,
+IT-34,Veneto,2020-04-07,1876.0,,,297.0,,
+IT-34,Veneto,2020-04-08,1839.0,,,285.0,,
+IT-34,Veneto,2020-04-09,1804.0,,,274.0,,
+IT-34,Veneto,2020-04-10,1778.0,,,257.0,,
+IT-34,Veneto,2020-04-11,1716.0,,,251.0,,
+IT-34,Veneto,2020-04-12,1677.0,,,249.0,,
+IT-34,Veneto,2020-04-13,1672.0,,,245.0,,
+IT-34,Veneto,2020-04-14,1660.0,,,233.0,,
+IT-34,Veneto,2020-04-15,1621.0,,,219.0,,
+IT-34,Veneto,2020-04-16,1597.0,,,209.0,,
+IT-34,Veneto,2020-04-17,1556.0,,,197.0,,
+IT-34,Veneto,2020-04-18,1477.0,,,190.0,,
+IT-34,Veneto,2020-04-19,1448.0,,,184.0,,
+IT-34,Veneto,2020-04-20,1453.0,,,180.0,,
+IT-34,Veneto,2020-04-21,1407.0,,,177.0,,
+IT-34,Veneto,2020-04-22,1368.0,,,163.0,,
+IT-34,Veneto,2020-04-23,1329.0,,,140.0,,
+IT-34,Veneto,2020-04-24,1289.0,,,130.0,,
+IT-34,Veneto,2020-04-25,1234.0,,,129.0,,
+IT-34,Veneto,2020-04-26,1221.0,,,124.0,,
+IT-34,Veneto,2020-04-27,1222.0,,,123.0,,
+IT-34,Veneto,2020-04-28,1187.0,,,120.0,,
+IT-34,Veneto,2020-04-29,1156.0,,,114.0,,
+IT-34,Veneto,2020-04-30,1126.0,,,114.0,,
+IT-34,Veneto,2020-05-01,1087.0,,,110.0,,
+IT-34,Veneto,2020-05-02,1078.0,,,108.0,,
+IT-34,Veneto,2020-05-03,1058.0,,,103.0,,
+IT-34,Veneto,2020-05-04,1056.0,,,101.0,,
+IT-34,Veneto,2020-05-05,1024.0,,,98.0,,
+IT-34,Veneto,2020-05-06,992.0,,,90.0,,
+IT-34,Veneto,2020-05-07,959.0,,,87.0,,
+IT-34,Veneto,2020-05-08,910.0,,,79.0,,
+IT-34,Veneto,2020-05-09,475.0,,,40.0,,
+IT-34,Veneto,2020-05-10,445.0,,,37.0,,
+IT-34,Veneto,2020-05-11,438.0,,,38.0,,
+IT-34,Veneto,2020-05-12,426.0,,,33.0,,
+IT-34,Veneto,2020-05-13,394.0,,,30.0,,
+IT-34,Veneto,2020-05-14,368.0,,,26.0,,
+IT-34,Veneto,2020-05-15,335.0,,,24.0,,
+IT-34,Veneto,2020-05-16,310.0,,,20.0,,
+IT-34,Veneto,2020-05-17,295.0,,,22.0,,
+IT-34,Veneto,2020-05-18,285.0,,,22.0,,
+IT-34,Veneto,2020-05-19,277.0,,,18.0,,
+IT-34,Veneto,2020-05-20,271.0,,,16.0,,
+IT-34,Veneto,2020-05-21,252.0,,,15.0,,
+IT-34,Veneto,2020-05-22,227.0,,,12.0,,
+IT-34,Veneto,2020-05-23,219.0,,,14.0,,
+IT-34,Veneto,2020-05-24,196.0,,,11.0,,
+IT-34,Veneto,2020-05-25,189.0,,,10.0,,
+IT-34,Veneto,2020-05-26,188.0,,,11.0,,
+IT-34,Veneto,2020-05-27,177.0,,,9.0,,
+IT-34,Veneto,2020-05-28,157.0,,,9.0,,
+IT-34,Veneto,2020-05-29,144.0,,,7.0,,
+IT-34,Veneto,2020-05-30,127.0,,,7.0,,
+IT-34,Veneto,2020-05-31,118.0,,,6.0,,
+IT-34,Veneto,2020-06-01,116.0,,,6.0,,
+IT-34,Veneto,2020-06-02,108.0,,,5.0,,
+IT-34,Veneto,2020-06-03,108.0,,,2.0,,
+IT-34,Veneto,2020-06-04,99.0,,,2.0,,
+IT-34,Veneto,2020-06-05,98.0,,,2.0,,
+IT-34,Veneto,2020-06-06,84.0,,,2.0,,
+IT-34,Veneto,2020-06-07,82.0,,,1.0,,
+IT-34,Veneto,2020-06-08,83.0,,,1.0,,
+ITA,Italy,2020-02-24,127.0,,,26.0,,
+ITA,Italy,2020-02-25,148.0,,,35.0,,
+ITA,Italy,2020-02-26,163.0,,,36.0,,
+ITA,Italy,2020-02-27,303.0,,,56.0,,
+ITA,Italy,2020-02-28,408.0,,,64.0,,
+ITA,Italy,2020-02-29,505.0,,,105.0,,
+ITA,Italy,2020-03-01,778.0,,,140.0,,
+ITA,Italy,2020-03-02,907.0,,,166.0,,
+ITA,Italy,2020-03-03,1261.0,,,229.0,,
+ITA,Italy,2020-03-04,1639.0,,,295.0,,
+ITA,Italy,2020-03-05,2138.0,,,351.0,,
+ITA,Italy,2020-03-06,2848.0,,,462.0,,
+ITA,Italy,2020-03-07,3203.0,,,566.0,,
+ITA,Italy,2020-03-08,4190.0,,,648.0,,
+ITA,Italy,2020-03-09,5029.0,,,731.0,,
+ITA,Italy,2020-03-10,5875.0,,,873.0,,
+ITA,Italy,2020-03-11,6822.0,,,1020.0,,
+ITA,Italy,2020-03-12,7730.0,,,1144.0,,
+ITA,Italy,2020-03-13,8665.0,,,1317.0,,
+ITA,Italy,2020-03-14,9777.0,,,1499.0,,
+ITA,Italy,2020-03-15,11189.0,,,1649.0,,
+ITA,Italy,2020-03-16,12720.0,,,1821.0,,
+ITA,Italy,2020-03-17,14743.0,,,2027.0,,
+ITA,Italy,2020-03-18,16360.0,,,2217.0,,
+ITA,Italy,2020-03-19,17951.0,,,2450.0,,
+ITA,Italy,2020-03-20,18320.0,,,2597.0,,
+ITA,Italy,2020-03-21,20136.0,,,2788.0,,
+ITA,Italy,2020-03-22,22396.0,,,2931.0,,
+ITA,Italy,2020-03-23,23423.0,,,3125.0,,
+ITA,Italy,2020-03-24,24772.0,,,3309.0,,
+ITA,Italy,2020-03-25,25998.0,,,3384.0,,
+ITA,Italy,2020-03-26,27733.0,,,3503.0,,
+ITA,Italy,2020-03-27,29060.0,,,3621.0,,
+ITA,Italy,2020-03-28,29833.0,,,3733.0,,
+ITA,Italy,2020-03-29,30571.0,,,3775.0,,
+ITA,Italy,2020-03-30,31052.0,,,3841.0,,
+ITA,Italy,2020-03-31,31470.0,,,3881.0,,
+ITA,Italy,2020-04-01,31691.0,,,3902.0,,
+ITA,Italy,2020-04-02,31837.0,,,3915.0,,
+ITA,Italy,2020-04-03,32035.0,,,3928.0,,
+ITA,Italy,2020-04-04,32218.0,,,3852.0,,
+ITA,Italy,2020-04-05,32202.0,,,3844.0,,
+ITA,Italy,2020-04-06,32144.0,,,3767.0,,
+ITA,Italy,2020-04-07,31683.0,,,3650.0,,
+ITA,Italy,2020-04-08,31414.0,,,3551.0,,
+ITA,Italy,2020-04-09,31263.0,,,3472.0,,
+ITA,Italy,2020-04-10,31018.0,,,3369.0,,
+ITA,Italy,2020-04-11,30826.0,,,3263.0,,
+ITA,Italy,2020-04-12,30579.0,,,3237.0,,
+ITA,Italy,2020-04-13,30670.0,,,3163.0,,
+ITA,Italy,2020-04-14,30602.0,,,3093.0,,
+ITA,Italy,2020-04-15,30164.0,,,2999.0,,
+ITA,Italy,2020-04-16,29276.0,,,2859.0,,
+ITA,Italy,2020-04-17,28055.0,,,2736.0,,
+ITA,Italy,2020-04-18,27215.0,,,2663.0,,
+ITA,Italy,2020-04-19,27164.0,,,2571.0,,
+ITA,Italy,2020-04-20,26988.0,,,2514.0,,
+ITA,Italy,2020-04-21,26134.0,,,2413.0,,
+ITA,Italy,2020-04-22,25734.0,,,2331.0,,
+ITA,Italy,2020-04-23,24717.0,,,2221.0,,
+ITA,Italy,2020-04-24,23825.0,,,2129.0,,
+ITA,Italy,2020-04-25,23251.0,,,2061.0,,
+ITA,Italy,2020-04-26,23006.0,,,1971.0,,
+ITA,Italy,2020-04-27,21919.0,,,1917.0,,
+ITA,Italy,2020-04-28,21231.0,,,1826.0,,
+ITA,Italy,2020-04-29,20685.0,,,1759.0,,
+ITA,Italy,2020-04-30,19525.0,,,1660.0,,
+ITA,Italy,2020-05-01,18859.0,,,1548.0,,
+ITA,Italy,2020-05-02,18616.0,,,1510.0,,
+ITA,Italy,2020-05-03,18470.0,,,1473.0,,
+ITA,Italy,2020-05-04,18037.0,,,1452.0,,
+ITA,Italy,2020-05-05,17446.0,,,1401.0,,
+ITA,Italy,2020-05-06,16863.0,,,1309.0,,
+ITA,Italy,2020-05-07,16277.0,,,1289.0,,
+ITA,Italy,2020-05-08,15612.0,,,1148.0,,
+ITA,Italy,2020-05-09,14707.0,,,1015.0,,
+ITA,Italy,2020-05-10,14484.0,,,1009.0,,
+ITA,Italy,2020-05-11,14373.0,,,981.0,,
+ITA,Italy,2020-05-12,13665.0,,,936.0,,
+ITA,Italy,2020-05-13,12917.0,,,877.0,,
+ITA,Italy,2020-05-14,12172.0,,,839.0,,
+ITA,Italy,2020-05-15,11483.0,,,794.0,,
+ITA,Italy,2020-05-16,11070.0,,,762.0,,
+ITA,Italy,2020-05-17,10969.0,,,749.0,,
+ITA,Italy,2020-05-18,10849.0,,,735.0,,
+ITA,Italy,2020-05-19,10605.0,,,702.0,,
+ITA,Italy,2020-05-20,10207.0,,,665.0,,
+ITA,Italy,2020-05-21,9808.0,,,629.0,,
+ITA,Italy,2020-05-22,9477.0,,,586.0,,
+ITA,Italy,2020-05-23,9195.0,,,563.0,,
+ITA,Italy,2020-05-24,9100.0,,,544.0,,
+ITA,Italy,2020-05-25,8661.0,,,532.0,,
+ITA,Italy,2020-05-26,8378.0,,,513.0,,
+ITA,Italy,2020-05-27,8181.0,,,498.0,,
+ITA,Italy,2020-05-28,7827.0,,,481.0,,
+ITA,Italy,2020-05-29,7528.0,,,467.0,,
+ITA,Italy,2020-05-30,7097.0,,,443.0,,
+ITA,Italy,2020-05-31,6789.0,,,428.0,,
+ITA,Italy,2020-06-01,6489.0,,,417.0,,
+ITA,Italy,2020-06-02,6292.0,,,403.0,,
+ITA,Italy,2020-06-03,6062.0,,,348.0,,
+ITA,Italy,2020-06-04,5817.0,,,335.0,,
+ITA,Italy,2020-06-05,5596.0,,,313.0,,
+ITA,Italy,2020-06-06,5279.0,,,290.0,,
+ITA,Italy,2020-06-07,5135.0,,,284.0,,
+ITA,Italy,2020-06-08,4995.0,,,280.0,,
+LUX,Luxembourg,2020-02-24,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-25,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-26,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-27,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-28,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-29,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-01,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-02,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-03,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-04,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-05,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-06,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-07,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-08,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-09,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-10,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-11,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-12,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-13,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-14,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-15,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-16,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-17,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-18,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-19,1.0,,,0.0,,
+LUX,Luxembourg,2020-03-20,18.0,,,3.0,,
+LUX,Luxembourg,2020-03-21,56.0,,,6.0,,
+LUX,Luxembourg,2020-03-22,63.0,,,5.0,,
+LUX,Luxembourg,2020-03-23,71.0,,,7.0,,
+LUX,Luxembourg,2020-03-24,97.0,,,9.0,,
+LUX,Luxembourg,2020-03-25,128.0,,,21.0,,
+LUX,Luxembourg,2020-03-26,120.0,,,26.0,,
+LUX,Luxembourg,2020-03-27,128.0,,,26.0,,
+LUX,Luxembourg,2020-03-28,152.0,,,29.0,,
+LUX,Luxembourg,2020-03-29,160.0,,,27.0,,
+LUX,Luxembourg,2020-03-30,156.0,,,30.0,,
+LUX,Luxembourg,2020-03-31,163.0,,,32.0,,
+LUX,Luxembourg,2020-04-01,166.0,,,33.0,,
+LUX,Luxembourg,2020-04-02,184.0,,,40.0,,
+LUX,Luxembourg,2020-04-03,183.0,,,45.0,,
+LUX,Luxembourg,2020-04-04,190.0,,,43.0,,
+LUX,Luxembourg,2020-04-05,177.0,,,43.0,,
+LUX,Luxembourg,2020-04-06,180.0,,,41.0,,
+LUX,Luxembourg,2020-04-07,179.0,,,41.0,,
+LUX,Luxembourg,2020-04-08,189.0,,,43.0,,
+LUX,Luxembourg,2020-04-09,185.0,,,39.0,,
+LUX,Luxembourg,2020-04-10,186.0,,,38.0,,
+LUX,Luxembourg,2020-04-11,172.0,,,40.0,,
+LUX,Luxembourg,2020-04-12,183.0,,,40.0,,
+LUX,Luxembourg,2020-04-13,161.0,,,42.0,,
+LUX,Luxembourg,2020-04-14,163.0,,,43.0,,
+LUX,Luxembourg,2020-04-15,144.0,,,44.0,,
+LUX,Luxembourg,2020-04-16,157.0,,,41.0,,
+LUX,Luxembourg,2020-04-17,141.0,,,39.0,,
+LUX,Luxembourg,2020-04-18,152.0,,,40.0,,
+LUX,Luxembourg,2020-04-19,148.0,,,39.0,,
+LUX,Luxembourg,2020-04-20,149.0,,,39.0,,
+LUX,Luxembourg,2020-04-21,147.0,,,38.0,,
+LUX,Luxembourg,2020-04-22,143.0,,,35.0,,
+LUX,Luxembourg,2020-04-23,133.0,,,30.0,,
+LUX,Luxembourg,2020-04-24,129.0,,,30.0,,
+LUX,Luxembourg,2020-04-25,119.0,,,28.0,,
+LUX,Luxembourg,2020-04-26,121.0,,,25.0,,
+LUX,Luxembourg,2020-04-27,112.0,,,25.0,,
+LUX,Luxembourg,2020-04-28,115.0,,,25.0,,
+LUX,Luxembourg,2020-04-29,101.0,,,27.0,,
+LUX,Luxembourg,2020-04-30,87.0,,,27.0,,
+LUX,Luxembourg,2020-05-01,98.0,,,28.0,,
+LUX,Luxembourg,2020-05-02,93.0,,,27.0,,
+LUX,Luxembourg,2020-05-03,92.0,,,26.0,,
+LUX,Luxembourg,2020-05-04,90.0,,,25.0,,
+LUX,Luxembourg,2020-05-05,98.0,,,23.0,,
+LUX,Luxembourg,2020-05-06,90.0,,,24.0,,
+LUX,Luxembourg,2020-05-07,80.0,,,19.0,,
+LUX,Luxembourg,2020-05-08,88.0,,,18.0,,
+LUX,Luxembourg,2020-05-09,79.0,,,17.0,,
+LUX,Luxembourg,2020-05-10,69.0,,,21.0,,
+LUX,Luxembourg,2020-05-11,66.0,,,23.0,,
+LUX,Luxembourg,2020-05-12,67.0,,,23.0,,
+LUX,Luxembourg,2020-05-13,67.0,,,12.0,,
+LUX,Luxembourg,2020-05-14,71.0,,,12.0,,
+LUX,Luxembourg,2020-05-15,58.0,,,16.0,,
+LUX,Luxembourg,2020-05-16,50.0,,,14.0,,
+LUX,Luxembourg,2020-05-17,46.0,,,9.0,,
+LUX,Luxembourg,2020-05-18,50.0,,,11.0,,
+LUX,Luxembourg,2020-05-19,51.0,,,7.0,,
+LUX,Luxembourg,2020-05-20,56.0,,,7.0,,
+LUX,Luxembourg,2020-05-21,46.0,,,6.0,,
+LUX,Luxembourg,2020-05-22,47.0,,,9.0,,
+LUX,Luxembourg,2020-05-23,36.0,,,8.0,,
+LUX,Luxembourg,2020-05-24,37.0,,,5.0,,
+LUX,Luxembourg,2020-05-25,39.0,,,6.0,,
+LUX,Luxembourg,2020-05-26,46.0,,,5.0,,
+LUX,Luxembourg,2020-05-27,35.0,,,5.0,,
+LUX,Luxembourg,2020-05-28,30.0,,,5.0,,
+LUX,Luxembourg,2020-05-29,32.0,,,4.0,,
+LUX,Luxembourg,2020-05-30,30.0,,,4.0,,
+LUX,Luxembourg,2020-05-31,31.0,,,4.0,,
+LUX,Luxembourg,2020-06-01,28.0,,,4.0,,
+LUX,Luxembourg,2020-06-02,31.0,,,2.0,,
+LUX,Luxembourg,2020-06-03,28.0,,,3.0,,
+LUX,Luxembourg,2020-06-04,28.0,,,1.0,,
+SWE,Sweden,2020-03-06,,,,1.0,,
+SWE,Sweden,2020-03-07,,,,1.0,,
+SWE,Sweden,2020-03-08,,,,1.0,,
+SWE,Sweden,2020-03-09,,,,0.0,,
+SWE,Sweden,2020-03-10,,,,2.0,,
+SWE,Sweden,2020-03-11,,,,1.0,,
+SWE,Sweden,2020-03-12,,,,0.0,,
+SWE,Sweden,2020-03-13,,,,2.0,,
+SWE,Sweden,2020-03-14,,,,6.0,,
+SWE,Sweden,2020-03-15,,,,5.0,,
+SWE,Sweden,2020-03-16,,,,5.0,,
+SWE,Sweden,2020-03-17,,,,4.0,,
+SWE,Sweden,2020-03-18,,,,15.0,,
+SWE,Sweden,2020-03-19,,,,8.0,,
+SWE,Sweden,2020-03-20,,,,17.0,,
+SWE,Sweden,2020-03-21,,,,13.0,,
+SWE,Sweden,2020-03-22,,,,28.0,,
+SWE,Sweden,2020-03-23,,,,37.0,,
+SWE,Sweden,2020-03-24,,,,32.0,,
+SWE,Sweden,2020-03-25,,,,31.0,,
+SWE,Sweden,2020-03-26,,,,40.0,,
+SWE,Sweden,2020-03-27,,,,28.0,,
+SWE,Sweden,2020-03-28,,,,28.0,,
+SWE,Sweden,2020-03-29,,,,41.0,,
+SWE,Sweden,2020-03-30,,,,30.0,,
+SWE,Sweden,2020-03-31,,,,33.0,,
+SWE,Sweden,2020-04-01,,,,48.0,,
+SWE,Sweden,2020-04-02,,,,47.0,,
+SWE,Sweden,2020-04-03,,,,39.0,,
+SWE,Sweden,2020-04-04,,,,36.0,,
+SWE,Sweden,2020-04-05,,,,45.0,,
+SWE,Sweden,2020-04-06,,,,43.0,,
+SWE,Sweden,2020-04-07,,,,45.0,,
+SWE,Sweden,2020-04-08,,,,47.0,,
+SWE,Sweden,2020-04-09,,,,36.0,,
+SWE,Sweden,2020-04-10,,,,36.0,,
+SWE,Sweden,2020-04-11,,,,46.0,,
+SWE,Sweden,2020-04-12,,,,35.0,,
+SWE,Sweden,2020-04-13,,,,43.0,,
+SWE,Sweden,2020-04-14,,,,41.0,,
+SWE,Sweden,2020-04-15,,,,32.0,,
+SWE,Sweden,2020-04-16,,,,33.0,,
+SWE,Sweden,2020-04-17,,,,40.0,,
+SWE,Sweden,2020-04-18,,,,29.0,,
+SWE,Sweden,2020-04-19,,,,34.0,,
+SWE,Sweden,2020-04-20,,,,27.0,,
+SWE,Sweden,2020-04-21,,,,34.0,,
+SWE,Sweden,2020-04-22,,,,49.0,,
+SWE,Sweden,2020-04-23,,,,27.0,,
+SWE,Sweden,2020-04-24,,,,46.0,,
+SWE,Sweden,2020-04-25,,,,28.0,,
+SWE,Sweden,2020-04-26,,,,26.0,,
+SWE,Sweden,2020-04-27,,,,27.0,,
+SWE,Sweden,2020-04-28,,,,33.0,,
+SWE,Sweden,2020-04-29,,,,25.0,,
+SWE,Sweden,2020-04-30,,,,33.0,,
+SWE,Sweden,2020-05-01,,,,15.0,,
+SWE,Sweden,2020-05-02,,,,30.0,,
+SWE,Sweden,2020-05-03,,,,25.0,,
+SWE,Sweden,2020-05-04,,,,25.0,,
+SWE,Sweden,2020-05-05,,,,20.0,,
+SWE,Sweden,2020-05-06,,,,27.0,,
+SWE,Sweden,2020-05-07,,,,28.0,,
+SWE,Sweden,2020-05-08,,,,25.0,,
+SWE,Sweden,2020-05-09,,,,14.0,,
+SWE,Sweden,2020-05-10,,,,17.0,,
+SWE,Sweden,2020-05-11,,,,15.0,,
+SWE,Sweden,2020-05-12,,,,16.0,,
+SWE,Sweden,2020-05-13,,,,19.0,,
+SWE,Sweden,2020-05-14,,,,15.0,,
+SWE,Sweden,2020-05-15,,,,20.0,,
+SWE,Sweden,2020-05-16,,,,18.0,,
+SWE,Sweden,2020-05-17,,,,20.0,,
+SWE,Sweden,2020-05-18,,,,24.0,,
+SWE,Sweden,2020-05-19,,,,13.0,,
+SWE,Sweden,2020-05-20,,,,14.0,,
+SWE,Sweden,2020-05-21,,,,13.0,,
+SWE,Sweden,2020-05-22,,,,15.0,,
+SWE,Sweden,2020-05-23,,,,16.0,,
+SWE,Sweden,2020-05-24,,,,16.0,,
+SWE,Sweden,2020-05-25,,,,28.0,,
+SWE,Sweden,2020-05-26,,,,14.0,,
+SWE,Sweden,2020-05-27,,,,15.0,,
+SWE,Sweden,2020-05-28,,,,19.0,,
+SWE,Sweden,2020-05-29,,,,13.0,,
+SWE,Sweden,2020-05-30,,,,20.0,,
+SWE,Sweden,2020-05-31,,,,12.0,,
+SWE,Sweden,2020-06-01,,,,20.0,,
+SWE,Sweden,2020-06-02,,,,15.0,,
+SWE,Sweden,2020-06-03,,,,12.0,,
+SWE,Sweden,2020-06-04,,,,13.0,,
+SWE,Sweden,2020-06-05,,,,10.0,,
+SWE,Sweden,2020-06-06,,,,12.0,,
+SWE,Sweden,2020-06-07,,,,9.0,,
diff --git a/data/exports/cc_by_sa/LICENSE b/data/exports/cc_by_sa/LICENSE
new file mode 100644
index 0000000..42009d2
--- /dev/null
+++ b/data/exports/cc_by_sa/LICENSE
@@ -0,0 +1,1839 @@
+The file `aggregated_cc_by_sa.csv` is licensed under Creative Commons Attribution-ShareAlike 4.0 International.
+
+It includes content under the following licenses:
+
+Australia
+Source name: covid19data.com.au (https://www.covid19data.com.au/)
+Link to data: https://www.covid19data.com.au/hospitalisations-icu
+Description: Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
+License: Creative Commons Attribution 4.0 International (https://creativecommons.org/licenses/by/4.0/)
+Last accessed: 2020-06-02
+
+Colombia
+Original data source: GOV.CO (https://www.datos.gov.co)
+Link to original data: https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data
+Data aggregated by: COVID-19 Colombia (https://github.com/dfuribez/COVID-19-Colombia)
+Description: Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.
+License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)
+Last accessed: 2020-06-04
+
+Czech Republic
+Source name: National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic (https://onemocneni-aktualne.mzcr.cz/covid-19)
+Link to data: https://onemocneni-aktualne.mzcr.cz/covid-19
+Citation: Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
+Description: Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
+Last accessed: 2020-06-02
+
+Denmark
+Source name: Statens Serum Institute (https://www.sst.dk/)
+Link to data: https://www.sst.dk/da/corona/tal-og-overvaagning
+Description: Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
+Last accessed: 2020-06-02
+
+France
+Source name: data.gouv.fr (https://www.data.gouv.fr/)
+Link to data: https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
+Description: Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
+License: Open License 2.0 (https://www.etalab.gouv.fr/licence-ouverte-open-licence)
+Last accessed: 2020-06-04
+
+Iceland
+Source name: Directorate of Health in Iceland (Embaetti landlaeknis) (https://www.covid.is/data)
+Link to data: https://www.covid.is/data
+Description: Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
+Last accessed: 2020-06-06
+
+Ireland
+Source name: Health Protection Surveillance Centre (https://www.hpsc.ie/)
+Link to data: https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/
+Description: Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.
+License: Creative Commons Attribution ShareAlike 3.0 (https://creativecommons.org/licenses/by-sa/3.0/)
+Last accessed: 2020-06-02
+
+Italy
+Source name: Dipartimento della Protezione Civile (http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus)
+Link to data: https://github.com/pcm-dpc/COVID-19
+Description: Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
+License: Creative Commons Attribution 4.0 International (https://creativecommons.org/licenses/by/4.0/)
+Last accessed: 2020-06-04
+
+Japan
+Source name: Toyo Keizai Online (https://github.com/kaz-ogiwara/covid19)
+Link to data: https://github.com/kaz-ogiwara/covid19
+Copyright notice: Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
+Description: Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
+License: MIT (https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE)
+Last accessed: 2020-06-04
+
+Luxembourg
+Source name: Luxembourg Ministry of Health (https://data.public.lu/fr/datasets/donnees-covid19/#_)
+Link to data: https://data.public.lu/fr/datasets/donnees-covid19/#_
+Description: Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
+License: Creative Commons Zero 1.0 Universal (https://creativecommons.org/share-your-work/public-domain/cc0/)
+Last accessed: 2020-06-04
+
+Netherlands
+Source name: National Institute for Public Health and The Environment (https://www.rivm.nl/coronavirus-covid-19/grafieken)
+Link to data: https://www.rivm.nl/coronavirus-covid-19/grafieken
+Description: Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
+Last accessed: 2020-06-06
+
+Scotland
+Source name: The Scottish Government (https://www.gov.scot/)
+Link to data: https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
+Description: The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
+License: Open Government License 3.0 (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)
+
+
+Spain
+Source name: Ministerio de Sanidad, Consumo y Bienestar Social (https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm)
+Link to data: https://cnecovid.isciii.es/covid19/resources/agregados.csv
+Description: The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
+Last accessed: 2020-06-04
+
+Sweden
+Source name: Public Health Agency of Sweden (https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/)
+Link to data: https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
+Description: Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
+Last accessed: 2020-06-04
+
+Switzerland
+Source name: Switzerland Federal Office of Public Health BAG (https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html)
+Link to data: https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
+Last accessed: 2020-06-06
+
+United Kingdom
+Source name: GOV.UK (https://www.gov.uk)
+Link to data: https://www.gov.uk/government/publications/
+Description: Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.
+License: Open Government License 3.0 (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)
+Last accessed: 2020-05-18
+
+United States
+Source name: COVID-19 Tracking Project (https://github.com/COVID19Tracking/)
+Link to data: https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
+Description: Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
+License: Apache 2.0 (https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE)
+Last accessed: 2020-06-04
+
+=======================================================================
+Complete license texts for each unique license are available below:
+
+Attribution-ShareAlike 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution-ShareAlike 4.0 International Public
+License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-ShareAlike 4.0 International Public License ("Public
+License"). To the extent this Public License may be interpreted as a
+contract, You are granted the Licensed Rights in consideration of Your
+acceptance of these terms and conditions, and the Licensor grants You
+such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and
+conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. BY-SA Compatible License means a license listed at
+ creativecommons.org/compatiblelicenses, approved by Creative
+ Commons as essentially the equivalent of this Public License.
+
+ d. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ e. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ g. License Elements means the license attributes listed in the name
+ of a Creative Commons Public License. The License Elements of this
+ Public License are Attribution and ShareAlike.
+
+ h. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ i. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ j. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ k. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ l. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ m. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. Additional offer from the Licensor -- Adapted Material.
+ Every recipient of Adapted Material from You
+ automatically receives an offer from the Licensor to
+ exercise the Licensed Rights in the Adapted Material
+ under the conditions of the Adapter's License You apply.
+
+ c. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ b. ShareAlike.
+
+ In addition to the conditions in Section 3(a), if You Share
+ Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter's License You apply must be a Creative Commons
+ license with the same License Elements, this version or
+ later, or a BY-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the
+ Adapter's License You apply. You may satisfy this condition
+ in any reasonable manner based on the medium, means, and
+ context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms
+ or conditions on, or apply any Effective Technological
+ Measures to, Adapted Material that restrict exercise of the
+ rights granted under the Adapter's License You apply.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material,
+
+ including for purposes of Section 3(b); and
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public
+licenses. Notwithstanding, Creative Commons may elect to apply one of
+its public licenses to material it publishes and in those instances
+will be considered the “Licensor.” The text of the Creative Commons
+public licenses is dedicated to the public domain under the CC0 Public
+Domain Dedication. Except for the limited purpose of indicating that
+material is shared under a Creative Commons public license or as
+otherwise permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the
+public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
+
+=======================================================================
+Open Government Licence for public sector information
+delivered by The National Archives
+http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
+
+You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.
+
+Using Information under this licence
+Use of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.
+
+The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.
+
+This licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.
+
+You are free to:
+copy, publish, distribute and transmit the Information;
+adapt the Information;
+exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.
+You must (where you do any of the above):
+acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;
+ If the Information Provider does not provide a specific attribution statement, you must use the following:
+
+ Contains public sector information licensed under the Open Government Licence v3.0.
+
+If you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.
+
+These are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.
+
+ Exemptions
+This licence does not cover:
+
+personal data in the Information;
+Information that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
+departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;
+military insignia;
+third party rights the Information Provider is not authorised to license;
+other intellectual property rights, including patents, trade marks, and design rights; and
+identity documents such as the British Passport
+Non-endorsement
+This licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and/or Licensor endorse you or your use of the Information.
+
+No warranty
+The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.
+
+The Information Provider and/or Licensor are not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.
+
+Governing Law
+This licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.
+
+Definitions
+In this licence, the terms below have the following meanings:
+
+'Information' means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.
+
+'Information Provider' means the person or organisation providing the Information under this licence.
+
+'Licensor' means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.
+
+'Use' means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.
+
+'You', 'you' and 'your' means the natural or legal person, or body of persons corporate or incorporate, acquiring rights in the Information (whether the Information is obtained directly from the Licensor or otherwise) under this licence.
+
+About the Open Government Licence
+The National Archives has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The National Archives invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.
+
+The Keeper of the Public Records has authority to license Information subject to copyright and database right owned by the Crown. The extent of the offer to license this Information under the terms of this licence is set out in the UK Government Licensing Framework.
+
+This is version 3.0 of the Open Government Licence. The National Archives may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.
+
+These terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv3.0 is Open Definition compliant.
+
+Further context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.
+
+=======================================================================
+MIT License
+
+Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+=======================================================================
+OPEN LICENCE 2.0
+LICENCE OUVERTE 2.0
+@etalab
+etalab.gouv.fr
+https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-licence.pdf
+
+“REUSE” OF THE “INFORMATION” COVERED BY THIS LICENCE
+The “Grantor” grants the “Reuser” the free, non-exclusive right to “Reuse” the
+“Information” subject of this licence, for commercial or non-commercial purposes,
+worldwide and for an unlimited period, in accordance with the conditions stated
+below.
+The “Reuser” is free to reuse the “Information”:
+- To reproduce it, copy it.
+- To adapt, modify, retrieve and transform it in order to create “derived
+information”, products and services.
+- To share, disseminate, redistribute, publish and transmit it.
+- To exploit it for commercial purposes, e.g., by combining it with other
+information, or by including it in his/her own product or application.
+Subject to:
+An acknowledgement of the authorship of the “Information”: its source (at least,
+the name of the “Grantor”) and the date of the most recent update of the reused
+“Information”. Specifically, the “Reuser” may satisfy this condition by pointing, via a
+hypertext link, to the source of “the Information” and so supplying an actual
+acknowledgement of its authorship.
+For example:
+Ministry of xxx—Original data downloaded from http://www.data.gouv.fr/fr/
+datasets/xxx/, updated on 14 February 2017.
+This acknowledgement of authorship does not confer any official status on the
+“Reuse” of the “Information”, and must not suggest any sort of recognition or
+endorsement on the part of the “Grantor”, or any other public entity, of the “Reuser”
+or of their “Reuse”.
+PERSONAL DATA
+The “Information” made available may contain “Personal data” that may be subject
+to “Reuse”. If this is the case, the “Grantor” informs the “Reuser” about its existence.
+The “Information” may be freely reused, within the rights granted by this licence,
+subject to compliance with the legal framework relating to personal data
+protection.
+INTELLECTUAL PROPERTY RIGHTS
+It is guaranteed to The “Reuser” that potential “Intellectual property rights” held by
+third parties or by the “Grantor” on “Information” do not interfere with the rights
+granted by this licence.
+ When the “Grantor” holds transferable “Intellectual property rights” on the
+“Information”, he/she assigns these to the “Reuser” on a non-exclusive basis, free of
+charge, worldwide, for the entire duration of the “Intellectual property rights”, and
+the “Reuser” is free to use the “Information” for any purpose that complies with the
+rights and conditions defined in this licence.
+LIABILITY
+The “Information” is made available as it is produced or received by the “Grantor”,
+without any other express or tacit guarantee than those set out in this licence. The
+“Grantor” does not guarantee the absence of errors or inaccuracies in the
+“Information”, nor a continuous supply of the “Information”. He/she cannot be held
+responsible for any loss, prejudice or damage of any kind caused to third parties as
+a result of the “Reuse”.
+The “Reuser” is solely responsible for the “Reuse” of the “Information”. This “Reuse”
+must not mislead third parties as to the contents of the “Information”, its source or
+its date of update.
+APPLICABLE LEGISLATION
+This licence is governed by French law.
+COMPATIBILITY OF THIS LICENCE
+This licence has been designed to be compatible with any free licence that at least
+requires an acknowledgement of authorship, and specifically with the previous
+version of this licence as well as with the following licences: United Kingdom’s
+“Open Government Licence” (OGL), Creative Commons’ “Creative Commons
+Attribution” (CC-BY) and Open Knowledge Foundation’s “Open Data Commons
+Attribution” (ODC-BY).
+DEFINITIONS
+Within the meaning of this licence, are to be considered as :
+- The “Grantor”: any person granting the right to “Reuse” “Information” under
+the rights and conditions set out in this licence.
+- The “Information”:
+ - any public information contained in documents disclosed or published by
+any administration referred to in the first paragraph of Article L. 300-2 of the
+code des relations entre le public et l’administration (CRPA),
+ - any information made available by any person under the terms and
+conditions of this licence.
+- The “Reuse”: the use of the “Information” for other purposes than those for
+which it was produced or received.
+- The“Reuser”: any person reusing the “Information” in accordance with the
+conditions of this licence.
+- “Personal data”: any information relating to an identified or identifiable
+natural person who may be identified directly or indirectly. Its “Reuse” is
+conditional on the respect of the existing legal framework.
+- “Derived information”: any new data or information created directly from the
+“Information” or from a combination of the “Information” and other data or
+information not subject to this licence.
+- “Intellectual property rights”: all rights identified as such under the code de la
+propriété intellectuelle (including copyright, rights related to copyright, sui
+generis rights of database producers, etc.).
+ABOUT THIS LICENCE
+This licence is intended to be used by administrations for the reuse of their public
+information. It can also be used by any individual wishing to supply “Information”
+under the conditions defined in this licence.
+ France has a comprehensive legal framework aiming at the spontaneous
+dissemination by the administrations of their public information in order to ensure
+the widest possible reuse of this information.
+ The right to “Reuse” the administrations’ “Information” is governed by the code
+des relations entre le public et l’administration (CRPA).
+ This licence facilitates the unrestricted and free of charge reuse of public
+information and is one of the licences which can be used by the administration
+pursuant to the decree issued under article L. 323-2 of the CRPA.
+ Under the Prime Minister’s authority, the Etalab mission is mandated to open
+up the maximum amount of data held by State administrations and public
+institutions. Etalab has drawn up the Open Licence to facilitate the unrestricted and
+free of charge reuse of public information, as defined by article L. 321-1 of the CRPA.
+ This licence is version 2.0 of the Open Licence. Etalab reserves the right to
+propose new versions of the Open Licence. Nevertheless, “Reusers” may continue
+to reuse information obtained under this licence should they so wish.
+
+=======================================================================
+Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+=======================================================================
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution 4.0 International Public License ("Public License"). To the
+extent this Public License may be interpreted as a contract, You are
+granted the Licensed Rights in consideration of Your acceptance of
+these terms and conditions, and the Licensor grants You such rights in
+consideration of benefits the Licensor receives from making the
+Licensed Material available under these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ d. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ f. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ g. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ h. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ i. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ j. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ k. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ 4. If You Share Adapted Material You produce, the Adapter's
+ License You apply must not prevent recipients of the Adapted
+ Material from complying with this Public License.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material; and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public licenses.
+Notwithstanding, Creative Commons may elect to apply one of its public
+licenses to material it publishes and in those instances will be
+considered the “Licensor.” The text of the Creative Commons public
+licenses is dedicated to the public domain under the CC0 Public Domain
+Dedication. Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the public
+licenses.
+
+Creative Commons may be contacted at creativecommons.org.
+
+=======================================================================
+Creative Commons Legal Code
+
+Attribution-ShareAlike 3.0 Unported
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+ DAMAGES RESULTING FROM ITS USE.
+
+License
+
+THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+
+BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+CONDITIONS.
+
+1. Definitions
+
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation,
+ derivative work, arrangement of music or other alterations of a
+ literary or artistic work, or phonogram or performance and includes
+ cinematographic adaptations or any other form in which the Work may be
+ recast, transformed, or adapted including in any form recognizably
+ derived from the original, except that a work that constitutes a
+ Collection will not be considered an Adaptation for the purpose of
+ this License. For the avoidance of doubt, where the Work is a musical
+ work, performance or phonogram, the synchronization of the Work in
+ timed-relation with a moving image ("synching") will be considered an
+ Adaptation for the purpose of this License.
+ b. "Collection" means a collection of literary or artistic works, such as
+ encyclopedias and anthologies, or performances, phonograms or
+ broadcasts, or other works or subject matter other than works listed
+ in Section 1(f) below, which, by reason of the selection and
+ arrangement of their contents, constitute intellectual creations, in
+ which the Work is included in its entirety in unmodified form along
+ with one or more other contributions, each constituting separate and
+ independent works in themselves, which together are assembled into a
+ collective whole. A work that constitutes a Collection will not be
+ considered an Adaptation (as defined below) for the purposes of this
+ License.
+ c. "Creative Commons Compatible License" means a license that is listed
+ at https://creativecommons.org/compatiblelicenses that has been
+ approved by Creative Commons as being essentially equivalent to this
+ License, including, at a minimum, because that license: (i) contains
+ terms that have the same purpose, meaning and effect as the License
+ Elements of this License; and, (ii) explicitly permits the relicensing
+ of adaptations of works made available under that license under this
+ License or a Creative Commons jurisdiction license with the same
+ License Elements as this License.
+ d. "Distribute" means to make available to the public the original and
+ copies of the Work or Adaptation, as appropriate, through sale or
+ other transfer of ownership.
+ e. "License Elements" means the following high-level license attributes
+ as selected by Licensor and indicated in the title of this License:
+ Attribution, ShareAlike.
+ f. "Licensor" means the individual, individuals, entity or entities that
+ offer(s) the Work under the terms of this License.
+ g. "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work
+ or if no individual or entity can be identified, the publisher; and in
+ addition (i) in the case of a performance the actors, singers,
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
+ play in, interpret or otherwise perform literary or artistic works or
+ expressions of folklore; (ii) in the case of a phonogram the producer
+ being the person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of broadcasts, the
+ organization that transmits the broadcast.
+ h. "Work" means the literary and/or artistic work offered under the terms
+ of this License including without limitation any production in the
+ literary, scientific and artistic domain, whatever may be the mode or
+ form of its expression including digital form, such as a book,
+ pamphlet and other writing; a lecture, address, sermon or other work
+ of the same nature; a dramatic or dramatico-musical work; a
+ choreographic work or entertainment in dumb show; a musical
+ composition with or without words; a cinematographic work to which are
+ assimilated works expressed by a process analogous to cinematography;
+ a work of drawing, painting, architecture, sculpture, engraving or
+ lithography; a photographic work to which are assimilated works
+ expressed by a process analogous to photography; a work of applied
+ art; an illustration, map, plan, sketch or three-dimensional work
+ relative to geography, topography, architecture or science; a
+ performance; a broadcast; a phonogram; a compilation of data to the
+ extent it is protected as a copyrightable work; or a work performed by
+ a variety or circus performer to the extent it is not otherwise
+ considered a literary or artistic work.
+ i. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation.
+ j. "Publicly Perform" means to perform public recitations of the Work and
+ to communicate to the public those public recitations, by any means or
+ process, including by wire or wireless means or public digital
+ performances; to make available to the public Works in such a way that
+ members of the public may access these Works from a place and at a
+ place individually chosen by them; to perform the Work to the public
+ by any means or process and the communication to the public of the
+ performances of the Work, including by public digital performance; to
+ broadcast and rebroadcast the Work by any means including signs,
+ sounds or images.
+ k. "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of
+ fixation and reproducing fixations of the Work, including storage of a
+ protected performance or phonogram in digital form or other electronic
+ medium.
+
+2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+limit, or restrict any uses free from copyright or rights arising from
+limitations or exceptions that are provided for in connection with the
+copyright protection under copyright law or other applicable laws.
+
+3. License Grant. Subject to the terms and conditions of this License,
+Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+perpetual (for the duration of the applicable copyright) license to
+exercise the rights in the Work as stated below:
+
+ a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections;
+ b. to create and Reproduce Adaptations provided that any such Adaptation,
+ including any translation in any medium, takes reasonable steps to
+ clearly label, demarcate or otherwise identify that changes were made
+ to the original Work. For example, a translation could be marked "The
+ original work was translated from English to Spanish," or a
+ modification could indicate "The original work has been modified.";
+ c. to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and,
+ d. to Distribute and Publicly Perform Adaptations.
+ e. For the avoidance of doubt:
+
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or
+ compulsory licensing scheme cannot be waived, the Licensor
+ reserves the exclusive right to collect such royalties for any
+ exercise by You of the rights granted under this License;
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or
+ compulsory licensing scheme can be waived, the Licensor waives the
+ exclusive right to collect such royalties for any exercise by You
+ of the rights granted under this License; and,
+ iii. Voluntary License Schemes. The Licensor waives the right to
+ collect royalties, whether individually or, in the event that the
+ Licensor is a member of a collecting society that administers
+ voluntary licensing schemes, via that society, from any exercise
+ by You of the rights granted under this License.
+
+The above rights may be exercised in all media and formats whether now
+known or hereafter devised. The above rights include the right to make
+such modifications as are technically necessary to exercise the rights in
+other media and formats. Subject to Section 8(f), all rights not expressly
+granted by Licensor are hereby reserved.
+
+4. Restrictions. The license granted in Section 3 above is expressly made
+subject to and limited by the following restrictions:
+
+ a. You may Distribute or Publicly Perform the Work only under the terms
+ of this License. You must include a copy of, or the Uniform Resource
+ Identifier (URI) for, this License with every copy of the Work You
+ Distribute or Publicly Perform. You may not offer or impose any terms
+ on the Work that restrict the terms of this License or the ability of
+ the recipient of the Work to exercise the rights granted to that
+ recipient under the terms of the License. You may not sublicense the
+ Work. You must keep intact all notices that refer to this License and
+ to the disclaimer of warranties with every copy of the Work You
+ Distribute or Publicly Perform. When You Distribute or Publicly
+ Perform the Work, You may not impose any effective technological
+ measures on the Work that restrict the ability of a recipient of the
+ Work from You to exercise the rights granted to that recipient under
+ the terms of the License. This Section 4(a) applies to the Work as
+ incorporated in a Collection, but this does not require the Collection
+ apart from the Work itself to be made subject to the terms of this
+ License. If You create a Collection, upon notice from any Licensor You
+ must, to the extent practicable, remove from the Collection any credit
+ as required by Section 4(c), as requested. If You create an
+ Adaptation, upon notice from any Licensor You must, to the extent
+ practicable, remove from the Adaptation any credit as required by
+ Section 4(c), as requested.
+ b. You may Distribute or Publicly Perform an Adaptation only under the
+ terms of: (i) this License; (ii) a later version of this License with
+ the same License Elements as this License; (iii) a Creative Commons
+ jurisdiction license (either this or a later license version) that
+ contains the same License Elements as this License (e.g.,
+ Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
+ License. If you license the Adaptation under one of the licenses
+ mentioned in (iv), you must comply with the terms of that license. If
+ you license the Adaptation under the terms of any of the licenses
+ mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
+ comply with the terms of the Applicable License generally and the
+ following provisions: (I) You must include a copy of, or the URI for,
+ the Applicable License with every copy of each Adaptation You
+ Distribute or Publicly Perform; (II) You may not offer or impose any
+ terms on the Adaptation that restrict the terms of the Applicable
+ License or the ability of the recipient of the Adaptation to exercise
+ the rights granted to that recipient under the terms of the Applicable
+ License; (III) You must keep intact all notices that refer to the
+ Applicable License and to the disclaimer of warranties with every copy
+ of the Work as included in the Adaptation You Distribute or Publicly
+ Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
+ You may not impose any effective technological measures on the
+ Adaptation that restrict the ability of a recipient of the Adaptation
+ from You to exercise the rights granted to that recipient under the
+ terms of the Applicable License. This Section 4(b) applies to the
+ Adaptation as incorporated in a Collection, but this does not require
+ the Collection apart from the Adaptation itself to be made subject to
+ the terms of the Applicable License.
+ c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to
+ Section 4(a), keep intact all copyright notices for the Work and
+ provide, reasonable to the medium or means You are utilizing: (i) the
+ name of the Original Author (or pseudonym, if applicable) if supplied,
+ and/or if the Original Author and/or Licensor designate another party
+ or parties (e.g., a sponsor institute, publishing entity, journal) for
+ attribution ("Attribution Parties") in Licensor's copyright notice,
+ terms of service or by other reasonable means, the name of such party
+ or parties; (ii) the title of the Work if supplied; (iii) to the
+ extent reasonably practicable, the URI, if any, that Licensor
+ specifies to be associated with the Work, unless such URI does not
+ refer to the copyright notice or licensing information for the Work;
+ and (iv) , consistent with Ssection 3(b), in the case of an
+ Adaptation, a credit identifying the use of the Work in the Adaptation
+ (e.g., "French translation of the Work by Original Author," or
+ "Screenplay based on original Work by Original Author"). The credit
+ required by this Section 4(c) may be implemented in any reasonable
+ manner; provided, however, that in the case of a Adaptation or
+ Collection, at a minimum such credit will appear, if a credit for all
+ contributing authors of the Adaptation or Collection appears, then as
+ part of these credits and in a manner at least as prominent as the
+ credits for the other contributing authors. For the avoidance of
+ doubt, You may only use the credit required by this Section for the
+ purpose of attribution in the manner set out above and, by exercising
+ Your rights under this License, You may not implicitly or explicitly
+ assert or imply any connection with, sponsorship or endorsement by the
+ Original Author, Licensor and/or Attribution Parties, as appropriate,
+ of You or Your use of the Work, without the separate, express prior
+ written permission of the Original Author, Licensor and/or Attribution
+ Parties.
+ d. Except as otherwise agreed in writing by the Licensor or as may be
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
+ Publicly Perform the Work either by itself or as part of any
+ Adaptations or Collections, You must not distort, mutilate, modify or
+ take other derogatory action in relation to the Work which would be
+ prejudicial to the Original Author's honor or reputation. Licensor
+ agrees that in those jurisdictions (e.g. Japan), in which any exercise
+ of the right granted in Section 3(b) of this License (the right to
+ make Adaptations) would be deemed to be a distortion, mutilation,
+ modification or other derogatory action prejudicial to the Original
+ Author's honor and reputation, the Licensor will waive or not assert,
+ as appropriate, this Section, to the fullest extent permitted by the
+ applicable national law, to enable You to reasonably exercise Your
+ right under Section 3(b) of this License (right to make Adaptations)
+ but not otherwise.
+
+5. Representations, Warranties and Disclaimer
+
+UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
+KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
+OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+
+6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. Termination
+
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Adaptations or Collections
+ from You under this License, however, will not have their licenses
+ terminated provided such individuals or entities remain in full
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+ survive any termination of this License.
+ b. Subject to the above terms and conditions, the license granted here is
+ perpetual (for the duration of the applicable copyright in the Work).
+ Notwithstanding the above, Licensor reserves the right to release the
+ Work under different license terms or to stop distributing the Work at
+ any time; provided, however that any such election will not serve to
+ withdraw this License (or any other license that has been, or is
+ required to be, granted under the terms of this License), and this
+ License will continue in full force and effect unless terminated as
+ stated above.
+
+8. Miscellaneous
+
+ a. Each time You Distribute or Publicly Perform the Work or a Collection,
+ the Licensor offers to the recipient a license to the Work on the same
+ terms and conditions as the license granted to You under this License.
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same
+ terms and conditions as the license granted to You under this License.
+ c. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further action
+ by the parties to this agreement, such provision shall be reformed to
+ the minimum extent necessary to make such provision valid and
+ enforceable.
+ d. No term or provision of this License shall be deemed waived and no
+ breach consented to unless such waiver or consent shall be in writing
+ and signed by the party to be charged with such waiver or consent.
+ e. This License constitutes the entire agreement between the parties with
+ respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that
+ may appear in any communication from You. This License may not be
+ modified without the mutual written agreement of the Licensor and You.
+ f. The rights granted under, and the subject matter referenced, in this
+ License were drafted utilizing the terminology of the Berne Convention
+ for the Protection of Literary and Artistic Works (as amended on
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
+ and the Universal Copyright Convention (as revised on July 24, 1971).
+ These rights and subject matter take effect in the relevant
+ jurisdiction in which the License terms are sought to be enforced
+ according to the corresponding provisions of the implementation of
+ those treaty provisions in the applicable national law. If the
+ standard suite of rights granted under applicable copyright law
+ includes additional rights not granted under this License, such
+ additional rights are deemed to be included in the License; this
+ License is not intended to restrict the license of any rights under
+ applicable law.
+
+
+Creative Commons Notice
+
+ Creative Commons is not a party to this License, and makes no warranty
+ whatsoever in connection with the Work. Creative Commons will not be
+ liable to You or any party on any legal theory for any damages
+ whatsoever, including without limitation any general, special,
+ incidental or consequential damages arising in connection to this
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
+ Commons has expressly identified itself as the Licensor hereunder, it
+ shall have all rights and obligations of Licensor.
+
+ Except for the limited purpose of indicating to the public that the
+ Work is licensed under the CCPL, Creative Commons does not authorize
+ the use by either party of the trademark "Creative Commons" or any
+ related trademark or logo of Creative Commons without the prior
+ written consent of Creative Commons. Any permitted use will be in
+ compliance with Creative Commons' then-current trademark usage
+ guidelines, as may be published on its website or otherwise made
+ available upon request from time to time. For the avoidance of doubt,
+ this trademark restriction does not form part of the License.
+
+ Creative Commons may be contacted at https://creativecommons.org/.
+
+=======================================================================
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
+
+=======================================================================
diff --git a/data/exports/cc_by_sa/aggregated_cc_by_sa.csv b/data/exports/cc_by_sa/aggregated_cc_by_sa.csv
new file mode 100644
index 0000000..9646a04
--- /dev/null
+++ b/data/exports/cc_by_sa/aggregated_cc_by_sa.csv
@@ -0,0 +1,18714 @@
+region_code,region_name,date,hospitalized_current,hospitalized_cumulative,hospitalized_new,icu_current,icu_cumulative,ventilator_current
+GB-SCT,Scotland,2020-03-27,404.0,,,,,
+GB-SCT,Scotland,2020-03-28,511.0,,,,,
+GB-SCT,Scotland,2020-03-29,565.0,,,,,
+GB-SCT,Scotland,2020-03-30,627.0,,,,,
+GB-SCT,Scotland,2020-03-31,752.0,,,,,
+GB-SCT,Scotland,2020-04-01,815.0,,,,,
+GB-SCT,Scotland,2020-04-02,910.0,,,,,
+GB-SCT,Scotland,2020-04-03,1037.0,,,,,
+GB-SCT,Scotland,2020-04-04,1107.0,,,,,
+GB-SCT,Scotland,2020-04-05,1204.0,,,,,
+GB-SCT,Scotland,2020-04-06,1262.0,,,,,
+GB-SCT,Scotland,2020-04-07,1328.0,,,,,
+GB-SCT,Scotland,2020-04-08,1415.0,,,,,
+GB-SCT,Scotland,2020-04-09,1440.0,,,,,
+GB-SCT,Scotland,2020-04-10,1461.0,,,,,
+GB-SCT,Scotland,2020-04-11,1467.0,,,,,
+GB-SCT,Scotland,2020-04-12,1487.0,,,,,
+GB-SCT,Scotland,2020-04-13,1482.0,,,,,
+GB-SCT,Scotland,2020-04-14,1514.0,,,,,
+GB-SCT,Scotland,2020-04-15,1486.0,,,,,
+GB-SCT,Scotland,2020-04-16,1479.0,,,,,
+GB-SCT,Scotland,2020-04-17,1487.0,,,,,
+GB-SCT,Scotland,2020-04-18,1501.0,,,,,
+GB-SCT,Scotland,2020-04-19,1520.0,,,,,
+GB-SCT,Scotland,2020-04-20,1520.0,,,,,
+GB-SCT,Scotland,2020-04-21,1472.0,,,,,
+GB-SCT,Scotland,2020-04-22,1432.0,,,,,
+GB-SCT,Scotland,2020-04-23,1423.0,,,,,
+GB-SCT,Scotland,2020-04-24,1383.0,,,,,
+GB-SCT,Scotland,2020-04-25,1385.0,,,,,
+GB-SCT,Scotland,2020-04-26,1382.0,,,,,
+GB-SCT,Scotland,2020-04-27,1387.0,,,,,
+GB-SCT,Scotland,2020-04-28,1359.0,,,,,
+GB-SCT,Scotland,2020-04-29,1363.0,,,,,
+GB-SCT,Scotland,2020-04-30,1324.0,,,,,
+GB-SCT,Scotland,2020-05-01,1302.0,,,,,
+GB-SCT,Scotland,2020-05-02,1277.0,,,,,
+GB-SCT,Scotland,2020-05-03,1266.0,,,,,
+GB-SCT,Scotland,2020-05-04,1279.0,,,,,
+GB-SCT,Scotland,2020-05-05,1225.0,,,,,
+GB-SCT,Scotland,2020-05-06,1204.0,,,,,
+GB-SCT,Scotland,2020-05-07,1199.0,,,,,
+GB-SCT,Scotland,2020-05-08,1168.0,,,,,
+GB-SCT,Scotland,2020-05-09,1165.0,,,,,
+GB-SCT,Scotland,2020-05-10,1132.0,,,,,
+GB-SCT,Scotland,2020-05-11,1145.0,,,,,
+GB-SCT,Scotland,2020-05-12,1131.0,,,,,
+GB-SCT,Scotland,2020-05-13,1101.0,,,,,
+GB-SCT,Scotland,2020-05-14,1100.0,,,,,
+GB-SCT,Scotland,2020-05-15,1066.0,,,,,
+GB-SCT,Scotland,2020-05-16,1011.0,,,,,
+GB-SCT,Scotland,2020-05-17,1007.0,,,,,
+GB-WLS,Wales,2020-03-26,411.0,,,,,
+GB-WLS,Wales,2020-03-27,451.0,,,,,
+GB-WLS,Wales,2020-03-28,552.0,,,,,
+GB-WLS,Wales,2020-03-29,535.0,,,,,
+GB-WLS,Wales,2020-03-30,625.0,,,,,
+GB-WLS,Wales,2020-03-31,781.0,,,,,
+GB-WLS,Wales,2020-04-01,882.0,,,,,
+GB-WLS,Wales,2020-04-02,865.0,,,,,
+GB-WLS,Wales,2020-04-03,911.0,,,,,
+GB-WLS,Wales,2020-04-04,915.0,,,,,
+GB-WLS,Wales,2020-04-05,990.0,,,,,
+GB-WLS,Wales,2020-04-06,1044.0,,,,,
+GB-WLS,Wales,2020-04-07,1054.0,,,,,
+GB-WLS,Wales,2020-04-08,1160.0,,,,,
+GB-WLS,Wales,2020-04-09,1168.0,,,,,
+GB-WLS,Wales,2020-04-10,1222.0,,,,,
+GB-WLS,Wales,2020-04-11,1208.0,,,,,
+GB-WLS,Wales,2020-04-12,1257.0,,,,,
+GB-WLS,Wales,2020-04-13,1187.0,,,,,
+GB-WLS,Wales,2020-04-14,1191.0,,,,,
+GB-WLS,Wales,2020-04-15,1209.0,,,,,
+GB-WLS,Wales,2020-04-16,1227.0,,,,,
+GB-WLS,Wales,2020-04-17,1227.0,,,,,
+GB-WLS,Wales,2020-04-18,1249.0,,,,,
+GB-WLS,Wales,2020-04-19,1194.0,,,,,
+GB-WLS,Wales,2020-04-20,1182.0,,,,,
+GB-WLS,Wales,2020-04-21,1124.0,,,,,
+GB-WLS,Wales,2020-04-22,1108.0,,,,,
+GB-WLS,Wales,2020-04-23,1332.0,,,,,
+GB-WLS,Wales,2020-04-24,1312.0,,,,,
+GB-WLS,Wales,2020-04-25,1347.0,,,,,
+GB-WLS,Wales,2020-04-26,1312.0,,,,,
+GB-WLS,Wales,2020-04-27,1300.0,,,,,
+GB-WLS,Wales,2020-04-28,1273.0,,,,,
+GB-WLS,Wales,2020-04-29,1236.0,,,,,
+GB-WLS,Wales,2020-04-30,1262.0,,,,,
+GB-WLS,Wales,2020-05-01,1104.0,,,,,
+GB-WLS,Wales,2020-05-02,1124.0,,,,,
+GB-WLS,Wales,2020-05-03,1052.0,,,,,
+GB-WLS,Wales,2020-05-04,1067.0,,,,,
+GB-WLS,Wales,2020-05-05,1057.0,,,,,
+GB-WLS,Wales,2020-05-06,1020.0,,,,,
+GB-WLS,Wales,2020-05-07,1045.0,,,,,
+GB-WLS,Wales,2020-05-08,1069.0,,,,,
+GB-WLS,Wales,2020-05-09,1063.0,,,,,
+GB-WLS,Wales,2020-05-10,1013.0,,,,,
+GB-WLS,Wales,2020-05-11,965.0,,,,,
+GB-WLS,Wales,2020-05-12,964.0,,,,,
+GB-WLS,Wales,2020-05-13,879.0,,,,,
+GB-WLS,Wales,2020-05-14,895.0,,,,,
+GB-WLS,Wales,2020-05-15,841.0,,,,,
+GB-WLS,Wales,2020-05-16,868.0,,,,,
+GB-WLS,Wales,2020-05-17,848.0,,,,,
+GB-NIR,Northern Ireland,2020-03-18,194.0,,,,,
+GB-NIR,Northern Ireland,2020-03-19,233.0,,,,,
+GB-NIR,Northern Ireland,2020-03-20,247.0,,,,,
+GB-NIR,Northern Ireland,2020-03-21,262.0,,,,,
+GB-NIR,Northern Ireland,2020-03-22,300.0,,,,,
+GB-NIR,Northern Ireland,2020-03-23,322.0,,,,,
+GB-NIR,Northern Ireland,2020-03-24,358.0,,,,,
+GB-NIR,Northern Ireland,2020-03-25,391.0,,,,,
+GB-NIR,Northern Ireland,2020-03-26,446.0,,,,,
+GB-NIR,Northern Ireland,2020-03-27,500.0,,,,,
+GB-NIR,Northern Ireland,2020-03-28,533.0,,,,,
+GB-NIR,Northern Ireland,2020-03-29,591.0,,,,,
+GB-NIR,Northern Ireland,2020-03-30,616.0,,,,,
+GB-NIR,Northern Ireland,2020-03-31,638.0,,,,,
+GB-NIR,Northern Ireland,2020-04-01,668.0,,,,,
+GB-NIR,Northern Ireland,2020-04-02,712.0,,,,,
+GB-NIR,Northern Ireland,2020-04-03,681.0,,,,,
+GB-NIR,Northern Ireland,2020-04-04,713.0,,,,,
+GB-NIR,Northern Ireland,2020-04-05,769.0,,,,,
+GB-NIR,Northern Ireland,2020-04-06,785.0,,,,,
+GB-NIR,Northern Ireland,2020-04-07,795.0,,,,,
+GB-NIR,Northern Ireland,2020-04-08,830.0,,,,,
+GB-NIR,Northern Ireland,2020-04-09,823.0,,,,,
+GB-NIR,Northern Ireland,2020-04-10,760.0,,,,,
+GB-NIR,Northern Ireland,2020-04-11,755.0,,,,,
+GB-NIR,Northern Ireland,2020-04-12,767.0,,,,,
+GB-NIR,Northern Ireland,2020-04-13,758.0,,,,,
+GB-NIR,Northern Ireland,2020-04-14,779.0,,,,,
+GB-NIR,Northern Ireland,2020-04-15,772.0,,,,,
+GB-NIR,Northern Ireland,2020-04-16,789.0,,,,,
+GB-NIR,Northern Ireland,2020-04-17,771.0,,,,,
+GB-NIR,Northern Ireland,2020-04-18,804.0,,,,,
+GB-NIR,Northern Ireland,2020-04-19,867.0,,,,,
+GB-NIR,Northern Ireland,2020-04-20,894.0,,,,,
+GB-NIR,Northern Ireland,2020-04-21,908.0,,,,,
+GB-NIR,Northern Ireland,2020-04-22,876.0,,,,,
+GB-NIR,Northern Ireland,2020-04-23,853.0,,,,,
+GB-NIR,Northern Ireland,2020-04-24,830.0,,,,,
+GB-NIR,Northern Ireland,2020-04-25,866.0,,,,,
+GB-NIR,Northern Ireland,2020-04-26,958.0,,,,,
+GB-NIR,Northern Ireland,2020-04-27,958.0,,,,,
+GB-NIR,Northern Ireland,2020-04-28,925.0,,,,,
+GB-NIR,Northern Ireland,2020-04-29,891.0,,,,,
+GB-NIR,Northern Ireland,2020-04-30,827.0,,,,,
+GB-NIR,Northern Ireland,2020-05-01,769.0,,,,,
+GB-NIR,Northern Ireland,2020-05-02,783.0,,,,,
+GB-NIR,Northern Ireland,2020-05-03,824.0,,,,,
+GB-NIR,Northern Ireland,2020-05-04,787.0,,,,,
+GB-NIR,Northern Ireland,2020-05-05,792.0,,,,,
+GB-NIR,Northern Ireland,2020-05-06,768.0,,,,,
+GB-NIR,Northern Ireland,2020-05-07,724.0,,,,,
+GB-NIR,Northern Ireland,2020-05-08,713.0,,,,,
+GB-NIR,Northern Ireland,2020-05-09,740.0,,,,,
+GB-NIR,Northern Ireland,2020-05-10,790.0,,,,,
+GB-NIR,Northern Ireland,2020-05-11,793.0,,,,,
+GB-NIR,Northern Ireland,2020-05-12,780.0,,,,,
+GB-NIR,Northern Ireland,2020-05-13,784.0,,,,,
+GB-NIR,Northern Ireland,2020-05-14,716.0,,,,,
+GB-NIR,Northern Ireland,2020-05-15,629.0,,,,,
+GB-ENG,England,2020-03-20,1541.0,,,,,
+GB-ENG,England,2020-03-21,2092.0,,,,,
+GB-ENG,England,2020-03-22,2588.0,,,,,
+GB-ENG,England,2020-03-23,3097.0,,,,,
+GB-ENG,England,2020-03-24,3492.0,,,,,
+GB-ENG,England,2020-03-25,4262.0,,,,,
+GB-ENG,England,2020-03-26,5045.0,,,,,
+GB-ENG,England,2020-03-27,6245.0,,,,,
+GB-ENG,England,2020-03-28,7017.0,,,,,
+GB-ENG,England,2020-03-29,8143.0,,,,,
+GB-ENG,England,2020-03-30,9498.0,,,,,
+GB-ENG,England,2020-03-31,10767.0,,,,,
+GB-ENG,England,2020-04-01,11540.0,,,,,
+GB-ENG,England,2020-04-02,11533.0,,,,,
+GB-ENG,England,2020-04-03,12844.0,,,,,
+GB-ENG,England,2020-04-04,14582.0,,,,,
+GB-ENG,England,2020-04-05,15613.0,,,,,
+GB-ENG,England,2020-04-06,15952.0,,,,,
+GB-ENG,England,2020-04-07,16570.0,,,,,
+GB-ENG,England,2020-04-08,16784.0,,,,,
+GB-ENG,England,2020-04-09,16952.0,,,,,
+GB-ENG,England,2020-04-10,17047.0,,,,,
+GB-ENG,England,2020-04-11,16881.0,,,,,
+GB-ENG,England,2020-04-12,17172.0,,,,,
+GB-ENG,England,2020-04-13,16722.0,,,,,
+GB-ENG,England,2020-04-14,16540.0,,,,,
+GB-ENG,England,2020-04-15,15917.0,,,,,
+GB-ENG,England,2020-04-16,15685.0,,,,,
+GB-ENG,England,2020-04-17,14733.0,,,,,
+GB-ENG,England,2020-04-18,14868.0,,,,,
+GB-ENG,England,2020-04-19,14841.0,,,,,
+GB-ENG,England,2020-04-20,14690.0,,,,,
+GB-ENG,England,2020-04-21,14487.0,,,,,
+GB-ENG,England,2020-04-22,14022.0,,,,,
+GB-ENG,England,2020-04-23,13507.0,,,,,
+GB-ENG,England,2020-04-24,12931.0,,,,,
+GB-ENG,England,2020-04-25,12412.0,,,,,
+GB-ENG,England,2020-04-26,12328.0,,,,,
+GB-ENG,England,2020-04-27,12398.0,,,,,
+GB-ENG,England,2020-04-28,11818.0,,,,,
+GB-ENG,England,2020-04-29,11573.0,,,,,
+GB-ENG,England,2020-04-30,11253.0,,,,,
+GB-ENG,England,2020-05-01,10970.0,,,,,
+GB-ENG,England,2020-05-02,10719.0,,,,,
+GB-ENG,England,2020-05-03,10559.0,,,,,
+GB-ENG,England,2020-05-04,10438.0,,,,,
+GB-ENG,England,2020-05-05,10204.0,,,,,
+GB-ENG,England,2020-05-06,9782.0,,,,,
+GB-ENG,England,2020-05-07,9281.0,,,,,
+GB-ENG,England,2020-05-08,8904.0,,,,,
+GB-ENG,England,2020-05-09,8876.0,,,,,
+GB-ENG,England,2020-05-10,8617.0,,,,,
+GB-ENG,England,2020-05-11,8819.0,,,,,
+GB-ENG,England,2020-05-12,8560.0,,,,,
+GB-ENG,England,2020-05-13,8365.0,,,,,
+GB-ENG,England,2020-05-14,8029.0,,,,,
+GB-ENG,England,2020-05-15,7902.0,,,,,
+GB-ENG,England,2020-05-16,7527.0,,,,,
+GB-ENG,England,2020-05-17,7553.0,,,,,
+CZE,Czech Republic,2020-03-10,1.0,,,0.0,,
+CZE,Czech Republic,2020-03-11,2.0,,,0.0,,
+CZE,Czech Republic,2020-03-12,4.0,,,0.0,,
+CZE,Czech Republic,2020-03-13,4.0,,,0.0,,
+CZE,Czech Republic,2020-03-14,5.0,,,0.0,,
+CZE,Czech Republic,2020-03-15,6.0,,,0.0,,
+CZE,Czech Republic,2020-03-16,19.0,,,2.0,,
+CZE,Czech Republic,2020-03-17,50.0,,,4.0,,
+CZE,Czech Republic,2020-03-18,49.0,,,5.0,,
+CZE,Czech Republic,2020-03-19,56.0,,,6.0,,
+CZE,Czech Republic,2020-03-20,67.0,,,16.0,,
+CZE,Czech Republic,2020-03-21,80.0,,,15.0,,
+CZE,Czech Republic,2020-03-22,98.0,,,19.0,,
+CZE,Czech Republic,2020-03-23,104.0,,,19.0,,
+CZE,Czech Republic,2020-03-24,122.0,,,21.0,,
+CZE,Czech Republic,2020-03-25,170.0,,,35.0,,
+CZE,Czech Republic,2020-03-26,197.0,,,36.0,,
+CZE,Czech Republic,2020-03-27,227.0,,,45.0,,
+CZE,Czech Republic,2020-03-28,263.0,,,56.0,,
+CZE,Czech Republic,2020-03-29,277.0,,,52.0,,
+CZE,Czech Republic,2020-03-30,291.0,,,64.0,,
+CZE,Czech Republic,2020-03-31,312.0,,,70.0,,
+CZE,Czech Republic,2020-04-01,342.0,,,72.0,,
+CZE,Czech Republic,2020-04-02,359.0,,,77.0,,
+CZE,Czech Republic,2020-04-03,380.0,,,87.0,,
+CZE,Czech Republic,2020-04-04,383.0,,,86.0,,
+CZE,Czech Republic,2020-04-05,391.0,,,84.0,,
+CZE,Czech Republic,2020-04-06,408.0,,,86.0,,
+CZE,Czech Republic,2020-04-07,432.0,,,103.0,,
+CZE,Czech Republic,2020-04-08,440.0,,,96.0,,
+CZE,Czech Republic,2020-04-09,446.0,,,98.0,,
+CZE,Czech Republic,2020-04-10,436.0,,,92.0,,
+CZE,Czech Republic,2020-04-11,442.0,,,87.0,,
+CZE,Czech Republic,2020-04-12,436.0,,,100.0,,
+CZE,Czech Republic,2020-04-13,428.0,,,92.0,,
+CZE,Czech Republic,2020-04-14,427.0,,,84.0,,
+CZE,Czech Republic,2020-04-15,418.0,,,75.0,,
+CZE,Czech Republic,2020-04-16,407.0,,,82.0,,
+CZE,Czech Republic,2020-04-17,398.0,,,86.0,,
+CZE,Czech Republic,2020-04-18,390.0,,,84.0,,
+CZE,Czech Republic,2020-04-19,374.0,,,84.0,,
+CZE,Czech Republic,2020-04-20,390.0,,,75.0,,
+CZE,Czech Republic,2020-04-21,412.0,,,80.0,,
+CZE,Czech Republic,2020-04-22,401.0,,,76.0,,
+CZE,Czech Republic,2020-04-23,395.0,,,77.0,,
+CZE,Czech Republic,2020-04-24,385.0,,,71.0,,
+CZE,Czech Republic,2020-04-25,352.0,,,79.0,,
+CZE,Czech Republic,2020-04-26,360.0,,,73.0,,
+CZE,Czech Republic,2020-04-27,359.0,,,71.0,,
+CZE,Czech Republic,2020-04-28,361.0,,,71.0,,
+CZE,Czech Republic,2020-04-29,348.0,,,68.0,,
+CZE,Czech Republic,2020-04-30,344.0,,,67.0,,
+CZE,Czech Republic,2020-05-01,319.0,,,68.0,,
+CZE,Czech Republic,2020-05-02,308.0,,,62.0,,
+CZE,Czech Republic,2020-05-03,299.0,,,58.0,,
+CZE,Czech Republic,2020-05-04,304.0,,,59.0,,
+CZE,Czech Republic,2020-05-05,295.0,,,51.0,,
+CZE,Czech Republic,2020-05-06,275.0,,,52.0,,
+CZE,Czech Republic,2020-05-07,258.0,,,46.0,,
+CZE,Czech Republic,2020-05-08,251.0,,,47.0,,
+CZE,Czech Republic,2020-05-09,239.0,,,40.0,,
+CZE,Czech Republic,2020-05-10,233.0,,,42.0,,
+CZE,Czech Republic,2020-05-11,236.0,,,44.0,,
+CZE,Czech Republic,2020-05-12,230.0,,,43.0,,
+CZE,Czech Republic,2020-05-13,217.0,,,42.0,,
+CZE,Czech Republic,2020-05-14,197.0,,,37.0,,
+CZE,Czech Republic,2020-05-15,183.0,,,39.0,,
+CZE,Czech Republic,2020-05-16,175.0,,,39.0,,
+CZE,Czech Republic,2020-05-17,166.0,,,36.0,,
+CZE,Czech Republic,2020-05-18,169.0,,,36.0,,
+CZE,Czech Republic,2020-05-19,169.0,,,36.0,,
+CZE,Czech Republic,2020-05-20,157.0,,,33.0,,
+CZE,Czech Republic,2020-05-21,150.0,,,29.0,,
+CZE,Czech Republic,2020-05-22,156.0,,,29.0,,
+CZE,Czech Republic,2020-05-23,145.0,,,24.0,,
+CZE,Czech Republic,2020-05-24,148.0,,,24.0,,
+CZE,Czech Republic,2020-05-25,154.0,,,24.0,,
+CZE,Czech Republic,2020-05-26,154.0,,,18.0,,
+CZE,Czech Republic,2020-05-27,149.0,,,21.0,,
+CZE,Czech Republic,2020-05-28,140.0,,,19.0,,
+CZE,Czech Republic,2020-05-29,134.0,,,18.0,,
+CZE,Czech Republic,2020-05-30,123.0,,,15.0,,
+CZE,Czech Republic,2020-05-31,123.0,,,15.0,,
+CZE,Czech Republic,2020-06-01,126.0,,,17.0,,
+ES-AN,Andalusia,2020-02-20,,,,,,
+ES-AN,Andalusia,2020-02-21,,,,,,
+ES-AN,Andalusia,2020-02-22,,,,,,
+ES-AN,Andalusia,2020-02-23,,,,,,
+ES-AN,Andalusia,2020-02-24,,,,,,
+ES-AN,Andalusia,2020-02-25,,,,,,
+ES-AN,Andalusia,2020-02-26,,,,,,
+ES-AN,Andalusia,2020-02-27,,,,,,
+ES-AN,Andalusia,2020-02-28,,,,,,
+ES-AN,Andalusia,2020-02-29,,,,,,
+ES-AN,Andalusia,2020-03-01,,,,,,
+ES-AN,Andalusia,2020-03-02,,,,,,
+ES-AN,Andalusia,2020-03-03,,,,,,
+ES-AN,Andalusia,2020-03-04,,,,,,
+ES-AN,Andalusia,2020-03-05,,,,,,
+ES-AN,Andalusia,2020-03-06,,,,,,
+ES-AN,Andalusia,2020-03-07,,,,,,
+ES-AN,Andalusia,2020-03-08,,,,,1.0,
+ES-AN,Andalusia,2020-03-09,,,,,1.0,
+ES-AN,Andalusia,2020-03-10,,32.0,,,3.0,
+ES-AN,Andalusia,2020-03-11,,50.0,,,4.0,
+ES-AN,Andalusia,2020-03-12,,92.0,,,8.0,
+ES-AN,Andalusia,2020-03-13,,92.0,,,8.0,
+ES-AN,Andalusia,2020-03-14,,92.0,,,8.0,
+ES-AN,Andalusia,2020-03-15,,197.0,,,11.0,
+ES-AN,Andalusia,2020-03-16,,229.0,,,13.0,
+ES-AN,Andalusia,2020-03-17,,319.0,,,21.0,
+ES-AN,Andalusia,2020-03-18,,384.0,,,25.0,
+ES-AN,Andalusia,2020-03-19,,501.0,,,38.0,
+ES-AN,Andalusia,2020-03-20,,605.0,,,53.0,
+ES-AN,Andalusia,2020-03-21,,724.0,,,55.0,
+ES-AN,Andalusia,2020-03-22,,865.0,,,77.0,
+ES-AN,Andalusia,2020-03-23,,1132.0,,,102.0,
+ES-AN,Andalusia,2020-03-24,,1433.0,,,116.0,
+ES-AN,Andalusia,2020-03-25,,1626.0,,,134.0,
+ES-AN,Andalusia,2020-03-26,,1843.0,,,148.0,
+ES-AN,Andalusia,2020-03-27,,2106.0,,,172.0,
+ES-AN,Andalusia,2020-03-28,,2294.0,,,201.0,
+ES-AN,Andalusia,2020-03-29,,2671.0,,,216.0,
+ES-AN,Andalusia,2020-03-30,,2867.0,,,235.0,
+ES-AN,Andalusia,2020-03-31,,3147.0,,,260.0,
+ES-AN,Andalusia,2020-04-01,,3444.0,,,280.0,
+ES-AN,Andalusia,2020-04-02,,3673.0,,,338.0,
+ES-AN,Andalusia,2020-04-03,,3896.0,,,364.0,
+ES-AN,Andalusia,2020-04-04,,4107.0,,,474.0,
+ES-AN,Andalusia,2020-04-05,,4227.0,,,489.0,
+ES-AN,Andalusia,2020-04-06,,4335.0,,,499.0,
+ES-AN,Andalusia,2020-04-07,,4463.0,,,520.0,
+ES-AN,Andalusia,2020-04-08,,4599.0,,,538.0,
+ES-AN,Andalusia,2020-04-09,,4715.0,,,582.0,
+ES-AN,Andalusia,2020-04-10,,4808.0,,,602.0,
+ES-AN,Andalusia,2020-04-11,,4950.0,,,619.0,
+ES-AN,Andalusia,2020-04-12,,4993.0,,,621.0,
+ES-AN,Andalusia,2020-04-13,,5054.0,,,631.0,
+ES-AN,Andalusia,2020-04-14,,5147.0,,,665.0,
+ES-AN,Andalusia,2020-04-15,,5226.0,,,671.0,
+ES-AN,Andalusia,2020-04-16,,5298.0,,,675.0,
+ES-AN,Andalusia,2020-04-17,,5341.0,,,677.0,
+ES-AN,Andalusia,2020-04-18,,5424.0,,,687.0,
+ES-AN,Andalusia,2020-04-19,,5473.0,,,690.0,
+ES-AN,Andalusia,2020-04-20,,5509.0,,,692.0,
+ES-AN,Andalusia,2020-04-21,,5565.0,,,696.0,
+ES-AN,Andalusia,2020-04-22,,5616.0,,,702.0,
+ES-AN,Andalusia,2020-04-23,,5675.0,,,714.0,
+ES-AN,Andalusia,2020-04-24,,5715.0,,,716.0,
+ES-AN,Andalusia,2020-04-25,,5747.0,,,716.0,
+ES-AN,Andalusia,2020-04-26,,5767.0,,,720.0,
+ES-AN,Andalusia,2020-04-27,,5792.0,,,721.0,
+ES-AN,Andalusia,2020-04-28,,5831.0,,,721.0,
+ES-AN,Andalusia,2020-04-29,,5873.0,,,721.0,
+ES-AN,Andalusia,2020-04-30,,5935.0,,,729.0,
+ES-AN,Andalusia,2020-05-01,,5961.0,,,735.0,
+ES-AN,Andalusia,2020-05-02,,5961.0,,,736.0,
+ES-AN,Andalusia,2020-05-03,,5973.0,,,738.0,
+ES-AN,Andalusia,2020-05-04,,5983.0,,,738.0,
+ES-AN,Andalusia,2020-05-05,,6012.0,,,740.0,
+ES-AN,Andalusia,2020-05-06,,6027.0,,,742.0,
+ES-AN,Andalusia,2020-05-07,,6038.0,,,742.0,
+ES-AN,Andalusia,2020-05-08,,6069.0,,,745.0,
+ES-AN,Andalusia,2020-05-09,,6080.0,,,745.0,
+ES-AN,Andalusia,2020-05-10,,6092.0,,,745.0,
+ES-AN,Andalusia,2020-05-11,,6101.0,,,745.0,
+ES-AN,Andalusia,2020-05-12,,6114.0,,,750.0,
+ES-AN,Andalusia,2020-05-13,,6128.0,,,751.0,
+ES-AN,Andalusia,2020-05-14,,6146.0,,,754.0,
+ES-AN,Andalusia,2020-05-15,,6161.0,,,758.0,
+ES-AN,Andalusia,2020-05-16,,6174.0,,,760.0,
+ES-AN,Andalusia,2020-05-17,,6178.0,,,760.0,
+ES-AN,Andalusia,2020-05-18,,6182.0,,,760.0,
+ES-AN,Andalusia,2020-05-19,,6196.0,,,764.0,
+ES-AN,Andalusia,2020-05-20,,6210.0,,,766.0,
+ES-AR,Aragon,2020-02-20,,,,,,
+ES-AR,Aragon,2020-02-21,,,,,,
+ES-AR,Aragon,2020-02-22,,,,,,
+ES-AR,Aragon,2020-02-23,,,,,,
+ES-AR,Aragon,2020-02-24,,,,,,
+ES-AR,Aragon,2020-02-25,,,,,,
+ES-AR,Aragon,2020-02-26,,,,,,
+ES-AR,Aragon,2020-02-27,,,,,,
+ES-AR,Aragon,2020-02-28,,,,,,
+ES-AR,Aragon,2020-02-29,,,,,,
+ES-AR,Aragon,2020-03-01,,,,,,
+ES-AR,Aragon,2020-03-02,,,,,,
+ES-AR,Aragon,2020-03-03,,,,,,
+ES-AR,Aragon,2020-03-04,,,,,,
+ES-AR,Aragon,2020-03-05,,,,,,
+ES-AR,Aragon,2020-03-06,,,,,,
+ES-AR,Aragon,2020-03-07,,,,,,
+ES-AR,Aragon,2020-03-08,,,,,3.0,
+ES-AR,Aragon,2020-03-09,,,,,3.0,
+ES-AR,Aragon,2020-03-10,,22.0,,,3.0,
+ES-AR,Aragon,2020-03-11,,28.0,,,3.0,
+ES-AR,Aragon,2020-03-12,,30.0,,,3.0,
+ES-AR,Aragon,2020-03-13,,42.0,,,5.0,
+ES-AR,Aragon,2020-03-14,,59.0,,,5.0,
+ES-AR,Aragon,2020-03-15,,64.0,,,7.0,
+ES-AR,Aragon,2020-03-16,,74.0,,,9.0,
+ES-AR,Aragon,2020-03-17,,81.0,,,9.0,
+ES-AR,Aragon,2020-03-18,,101.0,,,14.0,
+ES-AR,Aragon,2020-03-19,,127.0,,,28.0,
+ES-AR,Aragon,2020-03-20,,192.0,,,33.0,
+ES-AR,Aragon,2020-03-21,,241.0,,,45.0,
+ES-AR,Aragon,2020-03-22,,298.0,,,52.0,
+ES-AR,Aragon,2020-03-23,,384.0,,,66.0,
+ES-AR,Aragon,2020-03-24,,459.0,,,75.0,
+ES-AR,Aragon,2020-03-25,,562.0,,,93.0,
+ES-AR,Aragon,2020-03-26,,693.0,,,114.0,
+ES-AR,Aragon,2020-03-27,,835.0,,,124.0,
+ES-AR,Aragon,2020-03-28,,835.0,,,145.0,
+ES-AR,Aragon,2020-03-29,,1094.0,,,148.0,
+ES-AR,Aragon,2020-03-30,,1176.0,,,157.0,
+ES-AR,Aragon,2020-03-31,,1234.0,,,160.0,
+ES-AR,Aragon,2020-04-01,,1320.0,,,170.0,
+ES-AR,Aragon,2020-04-02,,1431.0,,,172.0,
+ES-AR,Aragon,2020-04-03,,1505.0,,,182.0,
+ES-AR,Aragon,2020-04-04,,1588.0,,,182.0,
+ES-AR,Aragon,2020-04-05,,1637.0,,,186.0,
+ES-AR,Aragon,2020-04-06,,1663.0,,,196.0,
+ES-AR,Aragon,2020-04-07,,1716.0,,,204.0,
+ES-AR,Aragon,2020-04-08,,1765.0,,,210.0,
+ES-AR,Aragon,2020-04-09,,1822.0,,,212.0,
+ES-AR,Aragon,2020-04-10,,1860.0,,,215.0,
+ES-AR,Aragon,2020-04-11,,1901.0,,,221.0,
+ES-AR,Aragon,2020-04-12,,1938.0,,,223.0,
+ES-AR,Aragon,2020-04-13,,1966.0,,,229.0,
+ES-AR,Aragon,2020-04-14,,2006.0,,,231.0,
+ES-AR,Aragon,2020-04-15,,2108.0,,,235.0,
+ES-AR,Aragon,2020-04-16,,2151.0,,,235.0,
+ES-AR,Aragon,2020-04-17,,2180.0,,,237.0,
+ES-AR,Aragon,2020-04-18,,2216.0,,,240.0,
+ES-AR,Aragon,2020-04-19,,2244.0,,,242.0,
+ES-AR,Aragon,2020-04-20,,2271.0,,,244.0,
+ES-AR,Aragon,2020-04-21,,2304.0,,,246.0,
+ES-AR,Aragon,2020-04-22,,2340.0,,,247.0,
+ES-AR,Aragon,2020-04-23,,2359.0,,,248.0,
+ES-AR,Aragon,2020-04-24,,2372.0,,,249.0,
+ES-AR,Aragon,2020-04-25,,2395.0,,,251.0,
+ES-AR,Aragon,2020-04-26,,2403.0,,,251.0,
+ES-AR,Aragon,2020-04-27,,2425.0,,,252.0,
+ES-AR,Aragon,2020-04-28,,2454.0,,,252.0,
+ES-AR,Aragon,2020-04-29,,2477.0,,,252.0,
+ES-AR,Aragon,2020-04-30,,2494.0,,,253.0,
+ES-AR,Aragon,2020-05-01,,2503.0,,,253.0,
+ES-AR,Aragon,2020-05-02,,2519.0,,,253.0,
+ES-AR,Aragon,2020-05-03,,2526.0,,,253.0,
+ES-AR,Aragon,2020-05-04,,2539.0,,,253.0,
+ES-AR,Aragon,2020-05-05,,2552.0,,,253.0,
+ES-AR,Aragon,2020-05-06,,2564.0,,,255.0,
+ES-AR,Aragon,2020-05-07,,2578.0,,,255.0,
+ES-AR,Aragon,2020-05-08,,2583.0,,,255.0,
+ES-AR,Aragon,2020-05-09,,2588.0,,,255.0,
+ES-AR,Aragon,2020-05-10,,2595.0,,,255.0,
+ES-AR,Aragon,2020-05-11,,2606.0,,,255.0,
+ES-AR,Aragon,2020-05-12,,2614.0,,,255.0,
+ES-AR,Aragon,2020-05-13,,2625.0,,,255.0,
+ES-AR,Aragon,2020-05-14,,2637.0,,,255.0,
+ES-AR,Aragon,2020-05-15,,2648.0,,,255.0,
+ES-AR,Aragon,2020-05-16,,2655.0,,,255.0,
+ES-AR,Aragon,2020-05-17,,2659.0,,,255.0,
+ES-AR,Aragon,2020-05-18,,2667.0,,,255.0,
+ES-AR,Aragon,2020-05-19,,2434.0,,,255.0,
+ES-AR,Aragon,2020-05-20,,2442.0,,,256.0,
+ES-AS,Asturias,2020-02-20,,,,,,
+ES-AS,Asturias,2020-02-21,,,,,,
+ES-AS,Asturias,2020-02-22,,,,,,
+ES-AS,Asturias,2020-02-23,,,,,,
+ES-AS,Asturias,2020-02-24,,,,,,
+ES-AS,Asturias,2020-02-25,,,,,,
+ES-AS,Asturias,2020-02-26,,,,,,
+ES-AS,Asturias,2020-02-27,,,,,,
+ES-AS,Asturias,2020-02-28,,,,,,
+ES-AS,Asturias,2020-02-29,,0.0,,,1.0,
+ES-AS,Asturias,2020-03-01,,0.0,,,1.0,
+ES-AS,Asturias,2020-03-02,,1.0,,,1.0,
+ES-AS,Asturias,2020-03-03,,1.0,,,1.0,
+ES-AS,Asturias,2020-03-04,,1.0,,,1.0,
+ES-AS,Asturias,2020-03-05,,4.0,,,1.0,
+ES-AS,Asturias,2020-03-06,,4.0,,,1.0,
+ES-AS,Asturias,2020-03-07,,4.0,,,1.0,
+ES-AS,Asturias,2020-03-08,,7.0,,,1.0,
+ES-AS,Asturias,2020-03-09,,11.0,,,1.0,
+ES-AS,Asturias,2020-03-10,,13.0,,,2.0,
+ES-AS,Asturias,2020-03-11,,15.0,,,2.0,
+ES-AS,Asturias,2020-03-12,,18.0,,,2.0,
+ES-AS,Asturias,2020-03-13,,24.0,,,2.0,
+ES-AS,Asturias,2020-03-14,,28.0,,,3.0,
+ES-AS,Asturias,2020-03-15,,39.0,,,3.0,
+ES-AS,Asturias,2020-03-16,,57.0,,,6.0,
+ES-AS,Asturias,2020-03-17,,78.0,,,9.0,
+ES-AS,Asturias,2020-03-18,,105.0,,,11.0,
+ES-AS,Asturias,2020-03-19,,129.0,,,13.0,
+ES-AS,Asturias,2020-03-20,,155.0,,,18.0,
+ES-AS,Asturias,2020-03-21,,180.0,,,22.0,
+ES-AS,Asturias,2020-03-22,,210.0,,,25.0,
+ES-AS,Asturias,2020-03-23,,251.0,,,29.0,
+ES-AS,Asturias,2020-03-24,,281.0,,,39.0,
+ES-AS,Asturias,2020-03-25,,322.0,,,48.0,
+ES-AS,Asturias,2020-03-26,,370.0,,,56.0,
+ES-AS,Asturias,2020-03-27,,427.0,,,59.0,
+ES-AS,Asturias,2020-03-28,,452.0,,,63.0,
+ES-AS,Asturias,2020-03-29,,491.0,,,67.0,
+ES-AS,Asturias,2020-03-30,,529.0,,,71.0,
+ES-AS,Asturias,2020-03-31,,554.0,,,79.0,
+ES-AS,Asturias,2020-04-01,,602.0,,,84.0,
+ES-AS,Asturias,2020-04-02,,634.0,,,88.0,
+ES-AS,Asturias,2020-04-03,,657.0,,,91.0,
+ES-AS,Asturias,2020-04-04,,674.0,,,93.0,
+ES-AS,Asturias,2020-04-05,,695.0,,,94.0,
+ES-AS,Asturias,2020-04-06,,727.0,,,96.0,
+ES-AS,Asturias,2020-04-07,,747.0,,,97.0,
+ES-AS,Asturias,2020-04-08,,775.0,,,100.0,
+ES-AS,Asturias,2020-04-09,,797.0,,,100.0,
+ES-AS,Asturias,2020-04-10,,831.0,,,101.0,
+ES-AS,Asturias,2020-04-11,,863.0,,,102.0,
+ES-AS,Asturias,2020-04-12,,884.0,,,105.0,
+ES-AS,Asturias,2020-04-13,,902.0,,,109.0,
+ES-AS,Asturias,2020-04-14,,914.0,,,111.0,
+ES-AS,Asturias,2020-04-15,,927.0,,,112.0,
+ES-AS,Asturias,2020-04-16,,966.0,,,113.0,
+ES-AS,Asturias,2020-04-17,,980.0,,,113.0,
+ES-AS,Asturias,2020-04-18,,988.0,,,114.0,
+ES-AS,Asturias,2020-04-19,,993.0,,,115.0,
+ES-AS,Asturias,2020-04-20,,999.0,,,116.0,
+ES-AS,Asturias,2020-04-21,,1007.0,,,116.0,
+ES-AS,Asturias,2020-04-22,,1009.0,,,116.0,
+ES-AS,Asturias,2020-04-23,,1012.0,,,117.0,
+ES-AS,Asturias,2020-04-24,,1020.0,,,117.0,
+ES-AS,Asturias,2020-04-25,,1022.0,,,117.0,
+ES-AS,Asturias,2020-04-26,,1028.0,,,117.0,
+ES-AS,Asturias,2020-04-27,,1035.0,,,117.0,
+ES-AS,Asturias,2020-04-28,,1041.0,,,117.0,
+ES-AS,Asturias,2020-04-29,,1047.0,,,117.0,
+ES-AS,Asturias,2020-04-30,,1048.0,,,118.0,
+ES-AS,Asturias,2020-05-01,,1052.0,,,120.0,
+ES-AS,Asturias,2020-05-02,,1055.0,,,120.0,
+ES-AS,Asturias,2020-05-03,,1057.0,,,120.0,
+ES-AS,Asturias,2020-05-04,,1061.0,,,120.0,
+ES-AS,Asturias,2020-05-05,,1068.0,,,120.0,
+ES-AS,Asturias,2020-05-06,,1072.0,,,121.0,
+ES-AS,Asturias,2020-05-07,,1076.0,,,121.0,
+ES-AS,Asturias,2020-05-08,,1077.0,,,121.0,
+ES-AS,Asturias,2020-05-09,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-10,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-11,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-12,,1080.0,,,121.0,
+ES-AS,Asturias,2020-05-13,,1084.0,,,121.0,
+ES-AS,Asturias,2020-05-14,,1087.0,,,121.0,
+ES-AS,Asturias,2020-05-15,,1087.0,,,121.0,
+ES-AS,Asturias,2020-05-16,,1087.0,,,121.0,
+ES-AS,Asturias,2020-05-17,,1088.0,,,121.0,
+ES-AS,Asturias,2020-05-18,,1088.0,,,121.0,
+ES-AS,Asturias,2020-05-19,,1089.0,,,121.0,
+ES-AS,Asturias,2020-05-20,,1089.0,,,121.0,
+ES-IB,Balearic Islands,2020-02-20,,,,,,
+ES-IB,Balearic Islands,2020-02-21,,,,,,
+ES-IB,Balearic Islands,2020-02-22,,,,,,
+ES-IB,Balearic Islands,2020-02-23,,,,,,
+ES-IB,Balearic Islands,2020-02-24,,,,,,
+ES-IB,Balearic Islands,2020-02-25,,,,,,
+ES-IB,Balearic Islands,2020-02-26,,,,,,
+ES-IB,Balearic Islands,2020-02-27,,,,,,
+ES-IB,Balearic Islands,2020-02-28,,,,,,
+ES-IB,Balearic Islands,2020-02-29,,,,,,
+ES-IB,Balearic Islands,2020-03-01,,,,,,
+ES-IB,Balearic Islands,2020-03-02,,,,,,
+ES-IB,Balearic Islands,2020-03-03,,,,,,
+ES-IB,Balearic Islands,2020-03-04,,,,,,
+ES-IB,Balearic Islands,2020-03-05,,,,,,
+ES-IB,Balearic Islands,2020-03-06,,,,,,
+ES-IB,Balearic Islands,2020-03-07,,,,,,
+ES-IB,Balearic Islands,2020-03-08,,,,,1.0,
+ES-IB,Balearic Islands,2020-03-09,,,,,1.0,
+ES-IB,Balearic Islands,2020-03-10,,8.0,,,1.0,
+ES-IB,Balearic Islands,2020-03-11,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-12,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-13,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-14,,8.0,,,2.0,
+ES-IB,Balearic Islands,2020-03-15,,21.0,,,4.0,
+ES-IB,Balearic Islands,2020-03-16,,26.0,,,4.0,
+ES-IB,Balearic Islands,2020-03-17,,29.0,,,4.0,
+ES-IB,Balearic Islands,2020-03-18,,31.0,,,7.0,
+ES-IB,Balearic Islands,2020-03-19,,48.0,,,10.0,
+ES-IB,Balearic Islands,2020-03-20,,60.0,,,14.0,
+ES-IB,Balearic Islands,2020-03-21,,79.0,,,14.0,
+ES-IB,Balearic Islands,2020-03-22,,87.0,,,27.0,
+ES-IB,Balearic Islands,2020-03-23,,127.0,,,35.0,
+ES-IB,Balearic Islands,2020-03-24,,164.0,,,40.0,
+ES-IB,Balearic Islands,2020-03-25,,205.0,,,43.0,
+ES-IB,Balearic Islands,2020-03-26,,237.0,,,46.0,
+ES-IB,Balearic Islands,2020-03-27,,283.0,,,59.0,
+ES-IB,Balearic Islands,2020-03-28,,344.0,,,71.0,
+ES-IB,Balearic Islands,2020-03-29,,352.0,,,80.0,
+ES-IB,Balearic Islands,2020-03-30,,398.0,,,85.0,
+ES-IB,Balearic Islands,2020-03-31,,467.0,,,94.0,
+ES-IB,Balearic Islands,2020-04-01,,516.0,,,104.0,
+ES-IB,Balearic Islands,2020-04-02,,586.0,,,111.0,
+ES-IB,Balearic Islands,2020-04-03,,633.0,,,113.0,
+ES-IB,Balearic Islands,2020-04-04,,663.0,,,119.0,
+ES-IB,Balearic Islands,2020-04-05,,681.0,,,120.0,
+ES-IB,Balearic Islands,2020-04-06,,703.0,,,123.0,
+ES-IB,Balearic Islands,2020-04-07,,729.0,,,128.0,
+ES-IB,Balearic Islands,2020-04-08,,749.0,,,131.0,
+ES-IB,Balearic Islands,2020-04-09,,775.0,,,135.0,
+ES-IB,Balearic Islands,2020-04-10,,776.0,,,136.0,
+ES-IB,Balearic Islands,2020-04-11,,803.0,,,141.0,
+ES-IB,Balearic Islands,2020-04-12,,809.0,,,142.0,
+ES-IB,Balearic Islands,2020-04-13,,824.0,,,144.0,
+ES-IB,Balearic Islands,2020-04-14,,854.0,,,147.0,
+ES-IB,Balearic Islands,2020-04-15,,869.0,,,150.0,
+ES-IB,Balearic Islands,2020-04-16,,902.0,,,150.0,
+ES-IB,Balearic Islands,2020-04-17,,934.0,,,155.0,
+ES-IB,Balearic Islands,2020-04-18,,952.0,,,158.0,
+ES-IB,Balearic Islands,2020-04-19,,960.0,,,159.0,
+ES-IB,Balearic Islands,2020-04-20,,983.0,,,159.0,
+ES-IB,Balearic Islands,2020-04-21,,1001.0,,,163.0,
+ES-IB,Balearic Islands,2020-04-22,,1018.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-23,,1036.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-24,,1053.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-25,,1057.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-26,,1057.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-27,,1069.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-28,,1074.0,,,162.0,
+ES-IB,Balearic Islands,2020-04-29,,1077.0,,,163.0,
+ES-IB,Balearic Islands,2020-04-30,,1085.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-01,,1089.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-02,,1094.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-03,,1097.0,,,163.0,
+ES-IB,Balearic Islands,2020-05-04,,1105.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-05,,1117.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-06,,1121.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-07,,1121.0,,,164.0,
+ES-IB,Balearic Islands,2020-05-08,,1121.0,,,165.0,
+ES-IB,Balearic Islands,2020-05-09,,1121.0,,,165.0,
+ES-IB,Balearic Islands,2020-05-10,,1121.0,,,165.0,
+ES-IB,Balearic Islands,2020-05-11,,1122.0,,,166.0,
+ES-IB,Balearic Islands,2020-05-12,,1127.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-13,,1127.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-14,,1132.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-15,,1132.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-16,,1134.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-17,,1134.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-18,,1137.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-19,,1142.0,,,168.0,
+ES-IB,Balearic Islands,2020-05-20,,1144.0,,,169.0,
+ES-CN,Canarias,2020-02-20,,,,,,
+ES-CN,Canarias,2020-02-21,,,,,,
+ES-CN,Canarias,2020-02-22,,,,,,
+ES-CN,Canarias,2020-02-23,,,,,,
+ES-CN,Canarias,2020-02-24,,,,,,
+ES-CN,Canarias,2020-02-25,,,,,,
+ES-CN,Canarias,2020-02-26,,,,,,
+ES-CN,Canarias,2020-02-27,,,,,,
+ES-CN,Canarias,2020-02-28,,,,,,
+ES-CN,Canarias,2020-02-29,,,,,,
+ES-CN,Canarias,2020-03-01,,,,,,
+ES-CN,Canarias,2020-03-02,,,,,,
+ES-CN,Canarias,2020-03-03,,,,,,
+ES-CN,Canarias,2020-03-04,,,,,,
+ES-CN,Canarias,2020-03-05,,,,,,
+ES-CN,Canarias,2020-03-06,,,,,,
+ES-CN,Canarias,2020-03-07,,,,,,
+ES-CN,Canarias,2020-03-08,,,,,0.0,
+ES-CN,Canarias,2020-03-09,,,,,1.0,
+ES-CN,Canarias,2020-03-10,,10.0,,,1.0,
+ES-CN,Canarias,2020-03-11,,15.0,,,3.0,
+ES-CN,Canarias,2020-03-12,,15.0,,,3.0,
+ES-CN,Canarias,2020-03-13,,15.0,,,6.0,
+ES-CN,Canarias,2020-03-14,,15.0,,,6.0,
+ES-CN,Canarias,2020-03-15,,40.0,,,9.0,
+ES-CN,Canarias,2020-03-16,,56.0,,,13.0,
+ES-CN,Canarias,2020-03-17,,73.0,,,17.0,
+ES-CN,Canarias,2020-03-18,,82.0,,,23.0,
+ES-CN,Canarias,2020-03-19,,115.0,,,25.0,
+ES-CN,Canarias,2020-03-20,,139.0,,,29.0,
+ES-CN,Canarias,2020-03-21,,150.0,,,32.0,
+ES-CN,Canarias,2020-03-22,,172.0,,,32.0,
+ES-CN,Canarias,2020-03-23,,207.0,,,36.0,
+ES-CN,Canarias,2020-03-24,,235.0,,,43.0,
+ES-CN,Canarias,2020-03-25,,279.0,,,45.0,
+ES-CN,Canarias,2020-03-26,,328.0,,,61.0,
+ES-CN,Canarias,2020-03-27,,377.0,,,68.0,
+ES-CN,Canarias,2020-03-28,,425.0,,,78.0,
+ES-CN,Canarias,2020-03-29,,444.0,,,84.0,
+ES-CN,Canarias,2020-03-30,,483.0,,,94.0,
+ES-CN,Canarias,2020-03-31,,532.0,,,110.0,
+ES-CN,Canarias,2020-04-01,,566.0,,,113.0,
+ES-CN,Canarias,2020-04-02,,605.0,,,120.0,
+ES-CN,Canarias,2020-04-03,,632.0,,,128.0,
+ES-CN,Canarias,2020-04-04,,644.0,,,129.0,
+ES-CN,Canarias,2020-04-05,,651.0,,,133.0,
+ES-CN,Canarias,2020-04-06,,689.0,,,137.0,
+ES-CN,Canarias,2020-04-07,,703.0,,,138.0,
+ES-CN,Canarias,2020-04-08,,730.0,,,140.0,
+ES-CN,Canarias,2020-04-09,,738.0,,,141.0,
+ES-CN,Canarias,2020-04-10,,745.0,,,144.0,
+ES-CN,Canarias,2020-04-11,,758.0,,,144.0,
+ES-CN,Canarias,2020-04-12,,763.0,,,145.0,
+ES-CN,Canarias,2020-04-13,,771.0,,,147.0,
+ES-CN,Canarias,2020-04-14,,781.0,,,152.0,
+ES-CN,Canarias,2020-04-15,,802.0,,,156.0,
+ES-CN,Canarias,2020-04-16,,811.0,,,159.0,
+ES-CN,Canarias,2020-04-17,,822.0,,,160.0,
+ES-CN,Canarias,2020-04-18,,825.0,,,162.0,
+ES-CN,Canarias,2020-04-19,,826.0,,,163.0,
+ES-CN,Canarias,2020-04-20,,837.0,,,164.0,
+ES-CN,Canarias,2020-04-21,,841.0,,,164.0,
+ES-CN,Canarias,2020-04-22,,855.0,,,169.0,
+ES-CN,Canarias,2020-04-23,,868.0,,,169.0,
+ES-CN,Canarias,2020-04-24,,878.0,,,171.0,
+ES-CN,Canarias,2020-04-25,,880.0,,,171.0,
+ES-CN,Canarias,2020-04-26,,881.0,,,171.0,
+ES-CN,Canarias,2020-04-27,,900.0,,,174.0,
+ES-CN,Canarias,2020-04-28,,906.0,,,175.0,
+ES-CN,Canarias,2020-04-29,,909.0,,,175.0,
+ES-CN,Canarias,2020-04-30,,914.0,,,175.0,
+ES-CN,Canarias,2020-05-01,,918.0,,,175.0,
+ES-CN,Canarias,2020-05-02,,919.0,,,175.0,
+ES-CN,Canarias,2020-05-03,,919.0,,,175.0,
+ES-CN,Canarias,2020-05-04,,920.0,,,176.0,
+ES-CN,Canarias,2020-05-05,,920.0,,,176.0,
+ES-CN,Canarias,2020-05-06,,921.0,,,176.0,
+ES-CN,Canarias,2020-05-07,,927.0,,,176.0,
+ES-CN,Canarias,2020-05-08,,935.0,,,178.0,
+ES-CN,Canarias,2020-05-09,,935.0,,,178.0,
+ES-CN,Canarias,2020-05-10,,936.0,,,178.0,
+ES-CN,Canarias,2020-05-11,,937.0,,,178.0,
+ES-CN,Canarias,2020-05-12,,937.0,,,178.0,
+ES-CN,Canarias,2020-05-13,,937.0,,,178.0,
+ES-CN,Canarias,2020-05-14,,938.0,,,178.0,
+ES-CN,Canarias,2020-05-15,,939.0,,,178.0,
+ES-CN,Canarias,2020-05-16,,939.0,,,178.0,
+ES-CN,Canarias,2020-05-17,,942.0,,,178.0,
+ES-CN,Canarias,2020-05-18,,942.0,,,178.0,
+ES-CN,Canarias,2020-05-19,,943.0,,,179.0,
+ES-CN,Canarias,2020-05-20,,944.0,,,179.0,
+ES-CB,Cantabria,2020-02-20,,,,,,
+ES-CB,Cantabria,2020-02-21,,,,,,
+ES-CB,Cantabria,2020-02-22,,,,,,
+ES-CB,Cantabria,2020-02-23,,,,,,
+ES-CB,Cantabria,2020-02-24,,,,,,
+ES-CB,Cantabria,2020-02-25,,,,,,
+ES-CB,Cantabria,2020-02-26,,,,,,
+ES-CB,Cantabria,2020-02-27,,,,,,
+ES-CB,Cantabria,2020-02-28,,,,,,
+ES-CB,Cantabria,2020-02-29,,,,,,
+ES-CB,Cantabria,2020-03-01,,,,,,
+ES-CB,Cantabria,2020-03-02,,,,,,
+ES-CB,Cantabria,2020-03-03,,,,,,
+ES-CB,Cantabria,2020-03-04,,,,,,
+ES-CB,Cantabria,2020-03-05,,,,,,
+ES-CB,Cantabria,2020-03-06,,,,,,
+ES-CB,Cantabria,2020-03-07,,,,,,
+ES-CB,Cantabria,2020-03-08,,,,,0.0,
+ES-CB,Cantabria,2020-03-09,,,,,0.0,
+ES-CB,Cantabria,2020-03-10,,0.0,,,0.0,
+ES-CB,Cantabria,2020-03-11,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-12,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-13,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-14,,3.0,,,0.0,
+ES-CB,Cantabria,2020-03-15,,18.0,,,2.0,
+ES-CB,Cantabria,2020-03-16,,18.0,,,2.0,
+ES-CB,Cantabria,2020-03-17,,25.0,,,3.0,
+ES-CB,Cantabria,2020-03-18,,40.0,,,4.0,
+ES-CB,Cantabria,2020-03-19,,61.0,,,7.0,
+ES-CB,Cantabria,2020-03-20,,92.0,,,9.0,
+ES-CB,Cantabria,2020-03-21,,116.0,,,9.0,
+ES-CB,Cantabria,2020-03-22,,157.0,,,14.0,
+ES-CB,Cantabria,2020-03-23,,200.0,,,16.0,
+ES-CB,Cantabria,2020-03-24,,241.0,,,18.0,
+ES-CB,Cantabria,2020-03-25,,300.0,,,26.0,
+ES-CB,Cantabria,2020-03-26,,355.0,,,29.0,
+ES-CB,Cantabria,2020-03-27,,406.0,,,37.0,
+ES-CB,Cantabria,2020-03-28,,449.0,,,40.0,
+ES-CB,Cantabria,2020-03-29,,481.0,,,46.0,
+ES-CB,Cantabria,2020-03-30,,522.0,,,50.0,
+ES-CB,Cantabria,2020-03-31,,543.0,,,54.0,
+ES-CB,Cantabria,2020-04-01,,567.0,,,57.0,
+ES-CB,Cantabria,2020-04-02,,592.0,,,59.0,
+ES-CB,Cantabria,2020-04-03,,619.0,,,60.0,
+ES-CB,Cantabria,2020-04-04,,639.0,,,62.0,
+ES-CB,Cantabria,2020-04-05,,658.0,,,65.0,
+ES-CB,Cantabria,2020-04-06,,677.0,,,66.0,
+ES-CB,Cantabria,2020-04-07,,700.0,,,69.0,
+ES-CB,Cantabria,2020-04-08,,720.0,,,71.0,
+ES-CB,Cantabria,2020-04-09,,747.0,,,73.0,
+ES-CB,Cantabria,2020-04-10,,773.0,,,75.0,
+ES-CB,Cantabria,2020-04-11,,805.0,,,75.0,
+ES-CB,Cantabria,2020-04-12,,827.0,,,75.0,
+ES-CB,Cantabria,2020-04-13,,853.0,,,76.0,
+ES-CB,Cantabria,2020-04-14,,873.0,,,76.0,
+ES-CB,Cantabria,2020-04-15,,890.0,,,77.0,
+ES-CB,Cantabria,2020-04-16,,903.0,,,78.0,
+ES-CB,Cantabria,2020-04-17,,911.0,,,78.0,
+ES-CB,Cantabria,2020-04-18,,924.0,,,78.0,
+ES-CB,Cantabria,2020-04-19,,934.0,,,78.0,
+ES-CB,Cantabria,2020-04-20,,948.0,,,78.0,
+ES-CB,Cantabria,2020-04-21,,956.0,,,78.0,
+ES-CB,Cantabria,2020-04-22,,965.0,,,78.0,
+ES-CB,Cantabria,2020-04-23,,978.0,,,78.0,
+ES-CB,Cantabria,2020-04-24,,982.0,,,78.0,
+ES-CB,Cantabria,2020-04-25,,991.0,,,78.0,
+ES-CB,Cantabria,2020-04-26,,995.0,,,78.0,
+ES-CB,Cantabria,2020-04-27,,1000.0,,,78.0,
+ES-CB,Cantabria,2020-04-28,,1006.0,,,79.0,
+ES-CB,Cantabria,2020-04-29,,1007.0,,,79.0,
+ES-CB,Cantabria,2020-04-30,,1009.0,,,79.0,
+ES-CB,Cantabria,2020-05-01,,1009.0,,,79.0,
+ES-CB,Cantabria,2020-05-02,,1010.0,,,79.0,
+ES-CB,Cantabria,2020-05-03,,1011.0,,,79.0,
+ES-CB,Cantabria,2020-05-04,,1015.0,,,79.0,
+ES-CB,Cantabria,2020-05-05,,1018.0,,,79.0,
+ES-CB,Cantabria,2020-05-06,,1020.0,,,79.0,
+ES-CB,Cantabria,2020-05-07,,1022.0,,,79.0,
+ES-CB,Cantabria,2020-05-08,,1023.0,,,79.0,
+ES-CB,Cantabria,2020-05-09,,1027.0,,,79.0,
+ES-CB,Cantabria,2020-05-10,,1027.0,,,79.0,
+ES-CB,Cantabria,2020-05-11,,1027.0,,,79.0,
+ES-CB,Cantabria,2020-05-12,,1029.0,,,79.0,
+ES-CB,Cantabria,2020-05-13,,1030.0,,,79.0,
+ES-CB,Cantabria,2020-05-14,,1031.0,,,79.0,
+ES-CB,Cantabria,2020-05-15,,1032.0,,,79.0,
+ES-CB,Cantabria,2020-05-16,,1033.0,,,79.0,
+ES-CB,Cantabria,2020-05-17,,1035.0,,,79.0,
+ES-CB,Cantabria,2020-05-18,,1035.0,,,79.0,
+ES-CB,Cantabria,2020-05-19,,1036.0,,,79.0,
+ES-CB,Cantabria,2020-05-20,,1036.0,,,79.0,
+ES-CM,Castilla La Mancha,2020-02-20,,,,,,
+ES-CM,Castilla La Mancha,2020-02-21,,,,,,
+ES-CM,Castilla La Mancha,2020-02-22,,,,,,
+ES-CM,Castilla La Mancha,2020-02-23,,,,,,
+ES-CM,Castilla La Mancha,2020-02-24,,,,,,
+ES-CM,Castilla La Mancha,2020-02-25,,,,,,
+ES-CM,Castilla La Mancha,2020-02-26,,,,,,
+ES-CM,Castilla La Mancha,2020-02-27,,,,,,
+ES-CM,Castilla La Mancha,2020-02-28,,,,,,
+ES-CM,Castilla La Mancha,2020-02-29,,,,,,
+ES-CM,Castilla La Mancha,2020-03-01,,,,,,
+ES-CM,Castilla La Mancha,2020-03-02,,,,,,
+ES-CM,Castilla La Mancha,2020-03-03,,,,,,
+ES-CM,Castilla La Mancha,2020-03-04,,,,,,
+ES-CM,Castilla La Mancha,2020-03-05,,,,,,
+ES-CM,Castilla La Mancha,2020-03-06,,,,,,
+ES-CM,Castilla La Mancha,2020-03-07,,,,,,
+ES-CM,Castilla La Mancha,2020-03-08,21.0,,,2.0,,
+ES-CM,Castilla La Mancha,2020-03-09,31.0,,,3.0,,
+ES-CM,Castilla La Mancha,2020-03-10,46.0,,,5.0,,
+ES-CM,Castilla La Mancha,2020-03-11,72.0,,,9.0,,
+ES-CM,Castilla La Mancha,2020-03-12,128.0,,,10.0,,
+ES-CM,Castilla La Mancha,2020-03-13,191.0,,,22.0,,
+ES-CM,Castilla La Mancha,2020-03-14,247.0,,,56.0,,
+ES-CM,Castilla La Mancha,2020-03-15,319.0,,,78.0,,
+ES-CM,Castilla La Mancha,2020-03-16,402.0,,,95.0,,
+ES-CM,Castilla La Mancha,2020-03-17,498.0,,,123.0,,
+ES-CM,Castilla La Mancha,2020-03-18,633.0,,,161.0,,
+ES-CM,Castilla La Mancha,2020-03-19,751.0,,,180.0,,
+ES-CM,Castilla La Mancha,2020-03-20,998.0,,,208.0,,
+ES-CM,Castilla La Mancha,2020-03-21,1126.0,,,249.0,,
+ES-CM,Castilla La Mancha,2020-03-22,1410.0,,,266.0,,
+ES-CM,Castilla La Mancha,2020-03-23,1751.0,,,306.0,,
+ES-CM,Castilla La Mancha,2020-03-24,1980.0,,,334.0,,
+ES-CM,Castilla La Mancha,2020-03-25,2266.0,,,351.0,,
+ES-CM,Castilla La Mancha,2020-03-26,2673.0,,,367.0,,
+ES-CM,Castilla La Mancha,2020-03-27,3106.0,,,383.0,,
+ES-CM,Castilla La Mancha,2020-03-28,3430.0,,,393.0,,
+ES-CM,Castilla La Mancha,2020-03-29,3698.0,,,403.0,,
+ES-CM,Castilla La Mancha,2020-03-30,4187.0,,,408.0,,
+ES-CM,Castilla La Mancha,2020-03-31,4590.0,,,417.0,,
+ES-CM,Castilla La Mancha,2020-04-01,4982.0,,,424.0,,
+ES-CM,Castilla La Mancha,2020-04-02,5306.0,,,431.0,,
+ES-CM,Castilla La Mancha,2020-04-03,5556.0,,,437.0,,
+ES-CM,Castilla La Mancha,2020-04-04,5774.0,,,441.0,,
+ES-CM,Castilla La Mancha,2020-04-05,5967.0,,,445.0,,
+ES-CM,Castilla La Mancha,2020-04-06,6203.0,,,451.0,,
+ES-CM,Castilla La Mancha,2020-04-07,6449.0,,,454.0,,
+ES-CM,Castilla La Mancha,2020-04-08,6622.0,,,460.0,,
+ES-CM,Castilla La Mancha,2020-04-09,6803.0,,,466.0,,
+ES-CM,Castilla La Mancha,2020-04-10,6907.0,,,470.0,,
+ES-CM,Castilla La Mancha,2020-04-11,,7040.0,,473.0,,
+ES-CM,Castilla La Mancha,2020-04-12,,7782.0,,,475.0,
+ES-CM,Castilla La Mancha,2020-04-13,,7830.0,,,486.0,
+ES-CM,Castilla La Mancha,2020-04-14,,7896.0,,,495.0,
+ES-CM,Castilla La Mancha,2020-04-15,,7987.0,,,503.0,
+ES-CM,Castilla La Mancha,2020-04-16,,8018.0,,,511.0,
+ES-CM,Castilla La Mancha,2020-04-17,,8093.0,,,514.0,
+ES-CM,Castilla La Mancha,2020-04-18,,8137.0,,,518.0,
+ES-CM,Castilla La Mancha,2020-04-19,,8173.0,,,531.0,
+ES-CM,Castilla La Mancha,2020-04-20,,8199.0,,,534.0,
+ES-CM,Castilla La Mancha,2020-04-21,,8243.0,,,537.0,
+ES-CM,Castilla La Mancha,2020-04-22,,8304.0,,,546.0,
+ES-CM,Castilla La Mancha,2020-04-23,,8342.0,,,553.0,
+ES-CM,Castilla La Mancha,2020-04-24,,8385.0,,,559.0,
+ES-CM,Castilla La Mancha,2020-04-25,,8417.0,,,565.0,
+ES-CM,Castilla La Mancha,2020-04-26,,8444.0,,,579.0,
+ES-CM,Castilla La Mancha,2020-04-27,,8464.0,,,584.0,
+ES-CM,Castilla La Mancha,2020-04-28,,8523.0,,,588.0,
+ES-CM,Castilla La Mancha,2020-04-29,,8567.0,,,592.0,
+ES-CM,Castilla La Mancha,2020-04-30,,8618.0,,,596.0,
+ES-CM,Castilla La Mancha,2020-05-01,,8645.0,,,601.0,
+ES-CM,Castilla La Mancha,2020-05-02,,8676.0,,,604.0,
+ES-CM,Castilla La Mancha,2020-05-03,,8698.0,,,606.0,
+ES-CM,Castilla La Mancha,2020-05-04,,8725.0,,,609.0,
+ES-CM,Castilla La Mancha,2020-05-05,,8765.0,,,612.0,
+ES-CM,Castilla La Mancha,2020-05-06,,8796.0,,,613.0,
+ES-CM,Castilla La Mancha,2020-05-07,,8828.0,,,617.0,
+ES-CM,Castilla La Mancha,2020-05-08,,8867.0,,,621.0,
+ES-CM,Castilla La Mancha,2020-05-09,,8895.0,,,623.0,
+ES-CM,Castilla La Mancha,2020-05-10,,8918.0,,,624.0,
+ES-CM,Castilla La Mancha,2020-05-11,,8940.0,,,629.0,
+ES-CM,Castilla La Mancha,2020-05-12,,8963.0,,,632.0,
+ES-CM,Castilla La Mancha,2020-05-13,,8980.0,,,634.0,
+ES-CM,Castilla La Mancha,2020-05-14,,9001.0,,,635.0,
+ES-CM,Castilla La Mancha,2020-05-15,,9027.0,,,636.0,
+ES-CM,Castilla La Mancha,2020-05-16,,9054.0,,,637.0,
+ES-CM,Castilla La Mancha,2020-05-17,,9066.0,,,637.0,
+ES-CM,Castilla La Mancha,2020-05-18,,9082.0,,,638.0,
+ES-CM,Castilla La Mancha,2020-05-19,,9122.0,,,639.0,
+ES-CM,Castilla La Mancha,2020-05-20,,9138.0,,,639.0,
+ES-CL,Castile and Leon,2020-02-20,,,,,,
+ES-CL,Castile and Leon,2020-02-21,,,,,,
+ES-CL,Castile and Leon,2020-02-22,,,,,,
+ES-CL,Castile and Leon,2020-02-23,,,,,,
+ES-CL,Castile and Leon,2020-02-24,,,,,,
+ES-CL,Castile and Leon,2020-02-25,,,,,,
+ES-CL,Castile and Leon,2020-02-26,,,,,,
+ES-CL,Castile and Leon,2020-02-27,,,,,,
+ES-CL,Castile and Leon,2020-02-28,,,,,,
+ES-CL,Castile and Leon,2020-02-29,,,,,,
+ES-CL,Castile and Leon,2020-03-01,,,,,,
+ES-CL,Castile and Leon,2020-03-02,,,,,,
+ES-CL,Castile and Leon,2020-03-03,,,,,,
+ES-CL,Castile and Leon,2020-03-04,,,,,,
+ES-CL,Castile and Leon,2020-03-05,,,,,,
+ES-CL,Castile and Leon,2020-03-06,,,,,,
+ES-CL,Castile and Leon,2020-03-07,,,,,,
+ES-CL,Castile and Leon,2020-03-08,,,,2.0,,
+ES-CL,Castile and Leon,2020-03-09,,,,2.0,,
+ES-CL,Castile and Leon,2020-03-10,,24.0,,5.0,,
+ES-CL,Castile and Leon,2020-03-11,,25.0,,7.0,,
+ES-CL,Castile and Leon,2020-03-12,,25.0,,8.0,,
+ES-CL,Castile and Leon,2020-03-13,,25.0,,15.0,,
+ES-CL,Castile and Leon,2020-03-14,,45.0,,22.0,,
+ES-CL,Castile and Leon,2020-03-15,,95.0,,29.0,,
+ES-CL,Castile and Leon,2020-03-16,,95.0,,36.0,,
+ES-CL,Castile and Leon,2020-03-17,,281.0,,50.0,,
+ES-CL,Castile and Leon,2020-03-18,,362.0,,63.0,,
+ES-CL,Castile and Leon,2020-03-19,,476.0,,75.0,,
+ES-CL,Castile and Leon,2020-03-20,,629.0,,96.0,,
+ES-CL,Castile and Leon,2020-03-21,,798.0,,111.0,,
+ES-CL,Castile and Leon,2020-03-22,,977.0,,130.0,,
+ES-CL,Castile and Leon,2020-03-23,,1197.0,,151.0,,
+ES-CL,Castile and Leon,2020-03-24,,1457.0,,179.0,,
+ES-CL,Castile and Leon,2020-03-25,,1823.0,,198.0,,
+ES-CL,Castile and Leon,2020-03-26,,2214.0,,215.0,,
+ES-CL,Castile and Leon,2020-03-27,,2648.0,,238.0,,
+ES-CL,Castile and Leon,2020-03-28,,3160.0,,261.0,,
+ES-CL,Castile and Leon,2020-03-29,,3411.0,,272.0,,
+ES-CL,Castile and Leon,2020-03-30,,3629.0,,294.0,,
+ES-CL,Castile and Leon,2020-03-31,,3951.0,,318.0,,
+ES-CL,Castile and Leon,2020-04-01,,4207.0,,332.0,,
+ES-CL,Castile and Leon,2020-04-02,,4472.0,,342.0,,
+ES-CL,Castile and Leon,2020-04-03,,4685.0,,351.0,,
+ES-CL,Castile and Leon,2020-04-04,,4905.0,,361.0,,
+ES-CL,Castile and Leon,2020-04-05,,5041.0,,368.0,,
+ES-CL,Castile and Leon,2020-04-06,,5180.0,,375.0,,
+ES-CL,Castile and Leon,2020-04-07,,5322.0,,386.0,,
+ES-CL,Castile and Leon,2020-04-08,,5523.0,,399.0,,
+ES-CL,Castile and Leon,2020-04-09,,5674.0,,407.0,,
+ES-CL,Castile and Leon,2020-04-10,,5817.0,,414.0,,
+ES-CL,Castile and Leon,2020-04-11,,5957.0,,418.0,,
+ES-CL,Castile and Leon,2020-04-12,,6077.0,,423.0,,
+ES-CL,Castile and Leon,2020-04-13,,6175.0,,432.0,,
+ES-CL,Castile and Leon,2020-04-14,,6306.0,,440.0,,
+ES-CL,Castile and Leon,2020-04-15,,6449.0,,445.0,,
+ES-CL,Castile and Leon,2020-04-16,,6518.0,,449.0,,
+ES-CL,Castile and Leon,2020-04-17,,6831.0,,,495.0,
+ES-CL,Castile and Leon,2020-04-18,,6981.0,,,498.0,
+ES-CL,Castile and Leon,2020-04-19,,7080.0,,,501.0,
+ES-CL,Castile and Leon,2020-04-20,,7174.0,,,503.0,
+ES-CL,Castile and Leon,2020-04-21,,7264.0,,,505.0,
+ES-CL,Castile and Leon,2020-04-22,,7397.0,,,508.0,
+ES-CL,Castile and Leon,2020-04-23,,7506.0,,,510.0,
+ES-CL,Castile and Leon,2020-04-24,,7555.0,,,511.0,
+ES-CL,Castile and Leon,2020-04-25,,7653.0,,,515.0,
+ES-CL,Castile and Leon,2020-04-26,,7703.0,,,518.0,
+ES-CL,Castile and Leon,2020-04-27,,7777.0,,,522.0,
+ES-CL,Castile and Leon,2020-04-28,,7854.0,,,524.0,
+ES-CL,Castile and Leon,2020-04-29,,7957.0,,,528.0,
+ES-CL,Castile and Leon,2020-04-30,,8010.0,,,531.0,
+ES-CL,Castile and Leon,2020-05-01,,8054.0,,,531.0,
+ES-CL,Castile and Leon,2020-05-02,,8085.0,,,533.0,
+ES-CL,Castile and Leon,2020-05-03,,8123.0,,,534.0,
+ES-CL,Castile and Leon,2020-05-04,,8153.0,,,537.0,
+ES-CL,Castile and Leon,2020-05-05,,8246.0,,,538.0,
+ES-CL,Castile and Leon,2020-05-06,,8300.0,,,541.0,
+ES-CL,Castile and Leon,2020-05-07,,8357.0,,,543.0,
+ES-CL,Castile and Leon,2020-05-08,,8394.0,,,546.0,
+ES-CL,Castile and Leon,2020-05-09,,8468.0,,,546.0,
+ES-CL,Castile and Leon,2020-05-10,,8482.0,,,547.0,
+ES-CL,Castile and Leon,2020-05-11,,8493.0,,,547.0,
+ES-CL,Castile and Leon,2020-05-12,,8517.0,,,547.0,
+ES-CL,Castile and Leon,2020-05-13,,8560.0,,,548.0,
+ES-CL,Castile and Leon,2020-05-14,,8595.0,,,548.0,
+ES-CL,Castile and Leon,2020-05-15,,8649.0,,,549.0,
+ES-CL,Castile and Leon,2020-05-16,,8690.0,,,550.0,
+ES-CL,Castile and Leon,2020-05-17,,8717.0,,,551.0,
+ES-CL,Castile and Leon,2020-05-18,,8729.0,,,551.0,
+ES-CL,Castile and Leon,2020-05-19,,8734.0,,,555.0,
+ES-CL,Castile and Leon,2020-05-20,,8735.0,,,561.0,
+ES-CT,Catalonia,2020-02-20,,,,,,
+ES-CT,Catalonia,2020-02-21,,,,,,
+ES-CT,Catalonia,2020-02-22,,,,,,
+ES-CT,Catalonia,2020-02-23,,,,,,
+ES-CT,Catalonia,2020-02-24,,,,,,
+ES-CT,Catalonia,2020-02-25,,,,,,
+ES-CT,Catalonia,2020-02-26,,,,,,
+ES-CT,Catalonia,2020-02-27,,,,,,
+ES-CT,Catalonia,2020-02-28,,,,,,
+ES-CT,Catalonia,2020-02-29,,,,,,
+ES-CT,Catalonia,2020-03-01,,,,,,
+ES-CT,Catalonia,2020-03-02,,,,,,
+ES-CT,Catalonia,2020-03-03,,,,,,
+ES-CT,Catalonia,2020-03-04,,,,,,
+ES-CT,Catalonia,2020-03-05,,,,,,
+ES-CT,Catalonia,2020-03-06,,,,,,
+ES-CT,Catalonia,2020-03-07,,,,,,
+ES-CT,Catalonia,2020-03-08,,16.0,,,5.0,
+ES-CT,Catalonia,2020-03-09,,31.0,,,7.0,
+ES-CT,Catalonia,2020-03-10,,50.0,,,8.0,
+ES-CT,Catalonia,2020-03-11,,74.0,,,16.0,
+ES-CT,Catalonia,2020-03-12,,137.0,,,22.0,
+ES-CT,Catalonia,2020-03-13,,200.0,,,29.0,
+ES-CT,Catalonia,2020-03-14,,287.0,,,40.0,
+ES-CT,Catalonia,2020-03-15,,375.0,,,52.0,
+ES-CT,Catalonia,2020-03-16,,525.0,,,73.0,
+ES-CT,Catalonia,2020-03-17,,679.0,,,101.0,
+ES-CT,Catalonia,2020-03-18,,825.0,,,118.0,
+ES-CT,Catalonia,2020-03-19,,994.0,,,175.0,
+ES-CT,Catalonia,2020-03-20,,1681.0,,,271.0,
+ES-CT,Catalonia,2020-03-21,,1917.0,,,290.0,
+ES-CT,Catalonia,2020-03-22,,2158.0,,,308.0,
+ES-CT,Catalonia,2020-03-23,,3209.0,,,471.0,
+ES-CT,Catalonia,2020-03-24,,4349.0,,,713.0,
+ES-CT,Catalonia,2020-03-25,,5371.0,,,764.0,
+ES-CT,Catalonia,2020-03-26,,6714.0,,,972.0,
+ES-CT,Catalonia,2020-03-27,,7954.0,,,1036.0,
+ES-CT,Catalonia,2020-03-28,,8447.0,,,1080.0,
+ES-CT,Catalonia,2020-03-29,,9126.0,,,1150.0,
+ES-CT,Catalonia,2020-03-30,,9925.0,,,1218.0,
+ES-CT,Catalonia,2020-03-31,,11446.0,,,1345.0,
+ES-CT,Catalonia,2020-04-01,,12398.0,,,1415.0,
+ES-CT,Catalonia,2020-04-02,,13101.0,,,1482.0,
+ES-CT,Catalonia,2020-04-03,,14251.0,,,1569.0,
+ES-CT,Catalonia,2020-04-04,,14798.0,,,1653.0,
+ES-CT,Catalonia,2020-04-05,,15258.0,,,1685.0,
+ES-CT,Catalonia,2020-04-06,,15643.0,,,1740.0,
+ES-CT,Catalonia,2020-04-07,,16235.0,,,1829.0,
+ES-CT,Catalonia,2020-04-08,,16970.0,,,1946.0,
+ES-CT,Catalonia,2020-04-09,,17780.0,,,1966.0,
+ES-CT,Catalonia,2020-04-10,,18194.0,,,1989.0,
+ES-CT,Catalonia,2020-04-11,,18772.0,,,2018.0,
+ES-CT,Catalonia,2020-04-12,,18963.0,,,2084.0,
+ES-CT,Catalonia,2020-04-13,,19224.0,,,2102.0,
+ES-CT,Catalonia,2020-04-14,,20264.0,,,2189.0,
+ES-CT,Catalonia,2020-04-15,,20553.0,,,2252.0,
+ES-CT,Catalonia,2020-04-16,,21242.0,,,2305.0,
+ES-CT,Catalonia,2020-04-17,,22013.0,,,2349.0,
+ES-CT,Catalonia,2020-04-18,,22235.0,,,2395.0,
+ES-CT,Catalonia,2020-04-19,,22375.0,,,2409.0,
+ES-CT,Catalonia,2020-04-20,,22796.0,,,2437.0,
+ES-CT,Catalonia,2020-04-21,,23295.0,,,2460.0,
+ES-CT,Catalonia,2020-04-22,,23647.0,,,2478.0,
+ES-CT,Catalonia,2020-04-23,,24130.0,,,2569.0,
+ES-CT,Catalonia,2020-04-24,,24420.0,,,2576.0,
+ES-CT,Catalonia,2020-04-25,,25665.0,,,2583.0,
+ES-CT,Catalonia,2020-04-26,,25799.0,,,2724.0,
+ES-CT,Catalonia,2020-04-27,,26230.0,,,2750.0,
+ES-CT,Catalonia,2020-04-28,,26546.0,,,2768.0,
+ES-CT,Catalonia,2020-04-29,,26763.0,,,2784.0,
+ES-CT,Catalonia,2020-04-30,,26932.0,,,2795.0,
+ES-CT,Catalonia,2020-05-01,,27049.0,,,2811.0,
+ES-CT,Catalonia,2020-05-02,,27257.0,,,2844.0,
+ES-CT,Catalonia,2020-05-03,,27321.0,,,2847.0,
+ES-CT,Catalonia,2020-05-04,,27745.0,,,2856.0,
+ES-CT,Catalonia,2020-05-05,,28085.0,,,2871.0,
+ES-CT,Catalonia,2020-05-06,,28248.0,,,2891.0,
+ES-CT,Catalonia,2020-05-07,,28608.0,,,2949.0,
+ES-CT,Catalonia,2020-05-08,,28687.0,,,2950.0,
+ES-CT,Catalonia,2020-05-09,,28784.0,,,2951.0,
+ES-CT,Catalonia,2020-05-10,,28820.0,,,2952.0,
+ES-CT,Catalonia,2020-05-11,,29138.0,,,2952.0,
+ES-CT,Catalonia,2020-05-12,,29267.0,,,2953.0,
+ES-CT,Catalonia,2020-05-13,,29305.0,,,2954.0,
+ES-CT,Catalonia,2020-05-14,,29339.0,,,2955.0,
+ES-CT,Catalonia,2020-05-15,,29339.0,,,2956.0,
+ES-CT,Catalonia,2020-05-16,,29400.0,,,2957.0,
+ES-CT,Catalonia,2020-05-17,,29421.0,,,2957.0,
+ES-CT,Catalonia,2020-05-18,,29459.0,,,2960.0,
+ES-CT,Catalonia,2020-05-19,,29497.0,,,2969.0,
+ES-CT,Catalonia,2020-05-20,,29497.0,,,2969.0,
+ES-CE,Ceuta,2020-02-20,,,,,,
+ES-CE,Ceuta,2020-02-21,,,,,,
+ES-CE,Ceuta,2020-02-22,,,,,,
+ES-CE,Ceuta,2020-02-23,,,,,,
+ES-CE,Ceuta,2020-02-24,,,,,,
+ES-CE,Ceuta,2020-02-25,,,,,,
+ES-CE,Ceuta,2020-02-26,,,,,,
+ES-CE,Ceuta,2020-02-27,,,,,,
+ES-CE,Ceuta,2020-02-28,,,,,,
+ES-CE,Ceuta,2020-02-29,,,,,,
+ES-CE,Ceuta,2020-03-01,,,,,,
+ES-CE,Ceuta,2020-03-02,,,,,,
+ES-CE,Ceuta,2020-03-03,,,,,,
+ES-CE,Ceuta,2020-03-04,,,,,,
+ES-CE,Ceuta,2020-03-05,,,,,,
+ES-CE,Ceuta,2020-03-06,,,,,,
+ES-CE,Ceuta,2020-03-07,,,,,,
+ES-CE,Ceuta,2020-03-08,,,,,0.0,
+ES-CE,Ceuta,2020-03-09,,,,,0.0,
+ES-CE,Ceuta,2020-03-10,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-11,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-12,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-13,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-14,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-15,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-16,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-17,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-18,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-19,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-20,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-21,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-22,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-23,,0.0,,,0.0,
+ES-CE,Ceuta,2020-03-24,,2.0,,,1.0,
+ES-CE,Ceuta,2020-03-25,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-26,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-27,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-28,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-29,,2.0,,,2.0,
+ES-CE,Ceuta,2020-03-30,,3.0,,,3.0,
+ES-CE,Ceuta,2020-03-31,,6.0,,,3.0,
+ES-CE,Ceuta,2020-04-01,,7.0,,,3.0,
+ES-CE,Ceuta,2020-04-02,,8.0,,,3.0,
+ES-CE,Ceuta,2020-04-03,,8.0,,,4.0,
+ES-CE,Ceuta,2020-04-04,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-05,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-06,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-07,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-08,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-09,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-10,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-11,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-12,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-13,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-14,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-15,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-16,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-17,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-18,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-19,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-20,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-21,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-22,,9.0,,,4.0,
+ES-CE,Ceuta,2020-04-23,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-24,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-25,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-26,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-27,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-28,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-29,,10.0,,,4.0,
+ES-CE,Ceuta,2020-04-30,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-01,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-02,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-03,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-04,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-05,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-06,,10.0,,,4.0,
+ES-CE,Ceuta,2020-05-07,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-08,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-09,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-10,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-11,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-12,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-13,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-14,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-15,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-16,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-17,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-18,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-19,,11.0,,,4.0,
+ES-CE,Ceuta,2020-05-20,,11.0,,,4.0,
+ES-VC,Valencian Community,2020-02-20,,26.0,,,0.0,
+ES-VC,Valencian Community,2020-02-21,,30.0,,,1.0,
+ES-VC,Valencian Community,2020-02-22,,33.0,,,1.0,
+ES-VC,Valencian Community,2020-02-23,,38.0,,,2.0,
+ES-VC,Valencian Community,2020-02-24,,49.0,,,2.0,
+ES-VC,Valencian Community,2020-02-25,,58.0,,,2.0,
+ES-VC,Valencian Community,2020-02-26,,63.0,,,3.0,
+ES-VC,Valencian Community,2020-02-27,,73.0,,,3.0,
+ES-VC,Valencian Community,2020-02-28,,78.0,,,3.0,
+ES-VC,Valencian Community,2020-02-29,,85.0,,,3.0,
+ES-VC,Valencian Community,2020-03-01,,88.0,,,3.0,
+ES-VC,Valencian Community,2020-03-02,,93.0,,,3.0,
+ES-VC,Valencian Community,2020-03-03,,105.0,,,5.0,
+ES-VC,Valencian Community,2020-03-04,,117.0,,,6.0,
+ES-VC,Valencian Community,2020-03-05,,130.0,,,8.0,
+ES-VC,Valencian Community,2020-03-06,,138.0,,,8.0,
+ES-VC,Valencian Community,2020-03-07,,146.0,,,9.0,
+ES-VC,Valencian Community,2020-03-08,,153.0,,,9.0,
+ES-VC,Valencian Community,2020-03-09,,171.0,,,10.0,
+ES-VC,Valencian Community,2020-03-10,,200.0,,,12.0,
+ES-VC,Valencian Community,2020-03-11,,232.0,,,15.0,
+ES-VC,Valencian Community,2020-03-12,,271.0,,,22.0,
+ES-VC,Valencian Community,2020-03-13,,307.0,,,29.0,
+ES-VC,Valencian Community,2020-03-14,,339.0,,,37.0,
+ES-VC,Valencian Community,2020-03-15,,390.0,,,47.0,
+ES-VC,Valencian Community,2020-03-16,,456.0,,,52.0,
+ES-VC,Valencian Community,2020-03-17,,530.0,,,65.0,
+ES-VC,Valencian Community,2020-03-18,,647.0,,,85.0,
+ES-VC,Valencian Community,2020-03-19,,777.0,,,101.0,
+ES-VC,Valencian Community,2020-03-20,,947.0,,,129.0,
+ES-VC,Valencian Community,2020-03-21,,1136.0,,,152.0,
+ES-VC,Valencian Community,2020-03-22,,1311.0,,,181.0,
+ES-VC,Valencian Community,2020-03-23,,1562.0,,,222.0,
+ES-VC,Valencian Community,2020-03-24,,1842.0,,,255.0,
+ES-VC,Valencian Community,2020-03-25,,2097.0,,,289.0,
+ES-VC,Valencian Community,2020-03-26,,2357.0,,,325.0,
+ES-VC,Valencian Community,2020-03-27,,2606.0,,,348.0,
+ES-VC,Valencian Community,2020-03-28,,2773.0,,,375.0,
+ES-VC,Valencian Community,2020-03-29,,2914.0,,,393.0,
+ES-VC,Valencian Community,2020-03-30,,3111.0,,,416.0,
+ES-VC,Valencian Community,2020-03-31,,3253.0,,,434.0,
+ES-VC,Valencian Community,2020-04-01,,3389.0,,,449.0,
+ES-VC,Valencian Community,2020-04-02,,3492.0,,,460.0,
+ES-VC,Valencian Community,2020-04-03,,3560.0,,,470.0,
+ES-VC,Valencian Community,2020-04-04,,3620.0,,,478.0,
+ES-VC,Valencian Community,2020-04-05,,3668.0,,,487.0,
+ES-VC,Valencian Community,2020-04-06,,3698.0,,,492.0,
+ES-VC,Valencian Community,2020-04-07,,3713.0,,,496.0,
+ES-VC,Valencian Community,2020-04-08,,3815.0,,,541.0,
+ES-VC,Valencian Community,2020-04-09,,3987.0,,,561.0,
+ES-VC,Valencian Community,2020-04-10,,4132.0,,,565.0,
+ES-VC,Valencian Community,2020-04-11,,4149.0,,,567.0,
+ES-VC,Valencian Community,2020-04-12,,4269.0,,,576.0,
+ES-VC,Valencian Community,2020-04-13,,4397.0,,,581.0,
+ES-VC,Valencian Community,2020-04-14,,4465.0,,,588.0,
+ES-VC,Valencian Community,2020-04-15,,4524.0,,,625.0,
+ES-VC,Valencian Community,2020-04-16,,4605.0,,,632.0,
+ES-VC,Valencian Community,2020-04-17,,4708.0,,,636.0,
+ES-VC,Valencian Community,2020-04-18,,4781.0,,,643.0,
+ES-VC,Valencian Community,2020-04-19,,4827.0,,,646.0,
+ES-VC,Valencian Community,2020-04-20,,4866.0,,,648.0,
+ES-VC,Valencian Community,2020-04-21,,4896.0,,,649.0,
+ES-VC,Valencian Community,2020-04-22,,4917.0,,,650.0,
+ES-VC,Valencian Community,2020-04-23,,4945.0,,,651.0,
+ES-VC,Valencian Community,2020-04-24,,4978.0,,,653.0,
+ES-VC,Valencian Community,2020-04-25,,5013.0,,,654.0,
+ES-VC,Valencian Community,2020-04-26,,5032.0,,,656.0,
+ES-VC,Valencian Community,2020-04-27,,5046.0,,,659.0,
+ES-VC,Valencian Community,2020-04-28,,5072.0,,,662.0,
+ES-VC,Valencian Community,2020-04-29,,5096.0,,,663.0,
+ES-VC,Valencian Community,2020-04-30,,5126.0,,,694.0,
+ES-VC,Valencian Community,2020-05-01,,5153.0,,,695.0,
+ES-VC,Valencian Community,2020-05-02,,5181.0,,,698.0,
+ES-VC,Valencian Community,2020-05-03,,5204.0,,,700.0,
+ES-VC,Valencian Community,2020-05-04,,5214.0,,,701.0,
+ES-VC,Valencian Community,2020-05-05,,5225.0,,,701.0,
+ES-VC,Valencian Community,2020-05-06,,5252.0,,,704.0,
+ES-VC,Valencian Community,2020-05-07,,5287.0,,,706.0,
+ES-VC,Valencian Community,2020-05-08,,5317.0,,,709.0,
+ES-VC,Valencian Community,2020-05-09,,5354.0,,,716.0,
+ES-VC,Valencian Community,2020-05-10,,5355.0,,,716.0,
+ES-VC,Valencian Community,2020-05-11,,5360.0,,,717.0,
+ES-VC,Valencian Community,2020-05-12,,5370.0,,,717.0,
+ES-VC,Valencian Community,2020-05-13,,5389.0,,,717.0,
+ES-VC,Valencian Community,2020-05-14,,5415.0,,,721.0,
+ES-VC,Valencian Community,2020-05-15,,5435.0,,,722.0,
+ES-VC,Valencian Community,2020-05-16,,5454.0,,,723.0,
+ES-VC,Valencian Community,2020-05-17,,5469.0,,,725.0,
+ES-VC,Valencian Community,2020-05-18,,5738.0,,,727.0,
+ES-VC,Valencian Community,2020-05-19,,5742.0,,,727.0,
+ES-VC,Valencian Community,2020-05-20,,5747.0,,,730.0,
+ES-EX,Extremadura,2020-02-20,,,,,,
+ES-EX,Extremadura,2020-02-21,,,,,,
+ES-EX,Extremadura,2020-02-22,,,,,,
+ES-EX,Extremadura,2020-02-23,,,,,,
+ES-EX,Extremadura,2020-02-24,,,,,,
+ES-EX,Extremadura,2020-02-25,,,,,,
+ES-EX,Extremadura,2020-02-26,,,,,,
+ES-EX,Extremadura,2020-02-27,,,,,,
+ES-EX,Extremadura,2020-02-28,,,,,,
+ES-EX,Extremadura,2020-02-29,,,,,,
+ES-EX,Extremadura,2020-03-01,,,,,,
+ES-EX,Extremadura,2020-03-02,,,,,,
+ES-EX,Extremadura,2020-03-03,,,,,,
+ES-EX,Extremadura,2020-03-04,,,,,,
+ES-EX,Extremadura,2020-03-05,,,,,,
+ES-EX,Extremadura,2020-03-06,,,,,,
+ES-EX,Extremadura,2020-03-07,,,,,,
+ES-EX,Extremadura,2020-03-08,,,,,0.0,
+ES-EX,Extremadura,2020-03-09,,,,,0.0,
+ES-EX,Extremadura,2020-03-10,,1.0,,,1.0,
+ES-EX,Extremadura,2020-03-11,,3.0,,,1.0,
+ES-EX,Extremadura,2020-03-12,,3.0,,,1.0,
+ES-EX,Extremadura,2020-03-13,,3.0,,,1.0,
+ES-EX,Extremadura,2020-03-14,,7.0,,,1.0,
+ES-EX,Extremadura,2020-03-15,,9.0,,,2.0,
+ES-EX,Extremadura,2020-03-16,,13.0,,,5.0,
+ES-EX,Extremadura,2020-03-17,,22.0,,,6.0,
+ES-EX,Extremadura,2020-03-18,,33.0,,,9.0,
+ES-EX,Extremadura,2020-03-19,,50.0,,,12.0,
+ES-EX,Extremadura,2020-03-20,,67.0,,,13.0,
+ES-EX,Extremadura,2020-03-21,,97.0,,,24.0,
+ES-EX,Extremadura,2020-03-22,,105.0,,,33.0,
+ES-EX,Extremadura,2020-03-23,,113.0,,,40.0,
+ES-EX,Extremadura,2020-03-24,,217.0,,,48.0,
+ES-EX,Extremadura,2020-03-25,,291.0,,,52.0,
+ES-EX,Extremadura,2020-03-26,,344.0,,,54.0,
+ES-EX,Extremadura,2020-03-27,,406.0,,,58.0,
+ES-EX,Extremadura,2020-03-28,,467.0,,,67.0,
+ES-EX,Extremadura,2020-03-29,,505.0,,,71.0,
+ES-EX,Extremadura,2020-03-30,,561.0,,,77.0,
+ES-EX,Extremadura,2020-03-31,,600.0,,,82.0,
+ES-EX,Extremadura,2020-04-01,,649.0,,,83.0,
+ES-EX,Extremadura,2020-04-02,,706.0,,,85.0,
+ES-EX,Extremadura,2020-04-03,,747.0,,,88.0,
+ES-EX,Extremadura,2020-04-04,,768.0,,,91.0,
+ES-EX,Extremadura,2020-04-05,,808.0,,,93.0,
+ES-EX,Extremadura,2020-04-06,,817.0,,,96.0,
+ES-EX,Extremadura,2020-04-07,,852.0,,,98.0,
+ES-EX,Extremadura,2020-04-08,,958.0,,,99.0,
+ES-EX,Extremadura,2020-04-09,,1003.0,,,101.0,
+ES-EX,Extremadura,2020-04-10,,1052.0,,,104.0,
+ES-EX,Extremadura,2020-04-11,,1074.0,,,106.0,
+ES-EX,Extremadura,2020-04-12,,1096.0,,,107.0,
+ES-EX,Extremadura,2020-04-13,,1114.0,,,107.0,
+ES-EX,Extremadura,2020-04-14,,1155.0,,,107.0,
+ES-EX,Extremadura,2020-04-15,,1186.0,,,107.0,
+ES-EX,Extremadura,2020-04-16,,1212.0,,,107.0,
+ES-EX,Extremadura,2020-04-17,,1240.0,,,107.0,
+ES-EX,Extremadura,2020-04-18,,1278.0,,,107.0,
+ES-EX,Extremadura,2020-04-19,,1306.0,,,107.0,
+ES-EX,Extremadura,2020-04-20,,1327.0,,,107.0,
+ES-EX,Extremadura,2020-04-21,,1349.0,,,107.0,
+ES-EX,Extremadura,2020-04-22,,1375.0,,,107.0,
+ES-EX,Extremadura,2020-04-23,,1413.0,,,107.0,
+ES-EX,Extremadura,2020-04-24,,1447.0,,,107.0,
+ES-EX,Extremadura,2020-04-25,,1480.0,,,107.0,
+ES-EX,Extremadura,2020-04-26,,1490.0,,,107.0,
+ES-EX,Extremadura,2020-04-27,,1505.0,,,107.0,
+ES-EX,Extremadura,2020-04-28,,1526.0,,,107.0,
+ES-EX,Extremadura,2020-04-29,,1550.0,,,108.0,
+ES-EX,Extremadura,2020-04-30,,1565.0,,,108.0,
+ES-EX,Extremadura,2020-05-01,,1592.0,,,108.0,
+ES-EX,Extremadura,2020-05-02,,1603.0,,,108.0,
+ES-EX,Extremadura,2020-05-03,,1618.0,,,108.0,
+ES-EX,Extremadura,2020-05-04,,1629.0,,,108.0,
+ES-EX,Extremadura,2020-05-05,,1650.0,,,108.0,
+ES-EX,Extremadura,2020-05-06,,1664.0,,,108.0,
+ES-EX,Extremadura,2020-05-07,,1678.0,,,109.0,
+ES-EX,Extremadura,2020-05-08,,1695.0,,,109.0,
+ES-EX,Extremadura,2020-05-09,,1711.0,,,109.0,
+ES-EX,Extremadura,2020-05-10,,1725.0,,,109.0,
+ES-EX,Extremadura,2020-05-11,,1737.0,,,109.0,
+ES-EX,Extremadura,2020-05-12,,1754.0,,,109.0,
+ES-EX,Extremadura,2020-05-13,,1761.0,,,109.0,
+ES-EX,Extremadura,2020-05-14,,1772.0,,,109.0,
+ES-EX,Extremadura,2020-05-15,,1772.0,,,109.0,
+ES-EX,Extremadura,2020-05-16,,1775.0,,,110.0,
+ES-EX,Extremadura,2020-05-17,,1775.0,,,110.0,
+ES-EX,Extremadura,2020-05-18,,1779.0,,,110.0,
+ES-EX,Extremadura,2020-05-19,,1780.0,,,110.0,
+ES-EX,Extremadura,2020-05-20,,1780.0,,,110.0,
+ES-GA,Galicia,2020-02-20,,,,,,
+ES-GA,Galicia,2020-02-21,,,,,,
+ES-GA,Galicia,2020-02-22,,,,,,
+ES-GA,Galicia,2020-02-23,,,,,,
+ES-GA,Galicia,2020-02-24,,,,,,
+ES-GA,Galicia,2020-02-25,,,,,,
+ES-GA,Galicia,2020-02-26,,,,,,
+ES-GA,Galicia,2020-02-27,,,,,,
+ES-GA,Galicia,2020-02-28,,,,,,
+ES-GA,Galicia,2020-02-29,,,,,,
+ES-GA,Galicia,2020-03-01,,,,,,
+ES-GA,Galicia,2020-03-02,,,,,,
+ES-GA,Galicia,2020-03-03,,,,,,
+ES-GA,Galicia,2020-03-04,,,,,,
+ES-GA,Galicia,2020-03-05,,,,,,
+ES-GA,Galicia,2020-03-06,,,,,,
+ES-GA,Galicia,2020-03-07,,,,,,
+ES-GA,Galicia,2020-03-08,,,,2.0,,
+ES-GA,Galicia,2020-03-09,,,,2.0,,
+ES-GA,Galicia,2020-03-10,,7.0,,2.0,,
+ES-GA,Galicia,2020-03-11,,7.0,,2.0,,
+ES-GA,Galicia,2020-03-12,,15.0,,6.0,,
+ES-GA,Galicia,2020-03-13,,32.0,,6.0,,
+ES-GA,Galicia,2020-03-14,,32.0,,6.0,,
+ES-GA,Galicia,2020-03-15,,49.0,,8.0,,
+ES-GA,Galicia,2020-03-16,,49.0,,12.0,,
+ES-GA,Galicia,2020-03-17,,63.0,,17.0,,
+ES-GA,Galicia,2020-03-18,,100.0,,24.0,,
+ES-GA,Galicia,2020-03-19,,138.0,,34.0,,
+ES-GA,Galicia,2020-03-20,,168.0,,40.0,,
+ES-GA,Galicia,2020-03-21,,227.0,,50.0,,
+ES-GA,Galicia,2020-03-22,,270.0,,62.0,,
+ES-GA,Galicia,2020-03-23,,338.0,,78.0,,
+ES-GA,Galicia,2020-03-24,,412.0,,100.0,,
+ES-GA,Galicia,2020-03-25,,503.0,,107.0,,
+ES-GA,Galicia,2020-03-26,,557.0,,122.0,,
+ES-GA,Galicia,2020-03-27,,906.0,,141.0,,
+ES-GA,Galicia,2020-03-28,,1043.0,,159.0,,
+ES-GA,Galicia,2020-03-29,,1147.0,,176.0,,
+ES-GA,Galicia,2020-03-30,,1250.0,,189.0,,
+ES-GA,Galicia,2020-03-31,,1338.0,,203.0,,
+ES-GA,Galicia,2020-04-01,,1447.0,,212.0,,
+ES-GA,Galicia,2020-04-02,,1630.0,,219.0,,
+ES-GA,Galicia,2020-04-03,,1767.0,,229.0,,
+ES-GA,Galicia,2020-04-04,,1831.0,,237.0,,
+ES-GA,Galicia,2020-04-05,,1916.0,,245.0,,
+ES-GA,Galicia,2020-04-06,,1968.0,,253.0,,
+ES-GA,Galicia,2020-04-07,,2014.0,,256.0,,
+ES-GA,Galicia,2020-04-08,,2094.0,,260.0,,
+ES-GA,Galicia,2020-04-09,,2165.0,,263.0,,
+ES-GA,Galicia,2020-04-10,,2215.0,,264.0,,
+ES-GA,Galicia,2020-04-11,,2306.0,,267.0,,
+ES-GA,Galicia,2020-04-12,,2344.0,,275.0,,
+ES-GA,Galicia,2020-04-13,,2403.0,,280.0,,
+ES-GA,Galicia,2020-04-14,,2471.0,,282.0,,
+ES-GA,Galicia,2020-04-15,,2494.0,,282.0,,
+ES-GA,Galicia,2020-04-16,,2535.0,,290.0,,
+ES-GA,Galicia,2020-04-17,,2554.0,,291.0,,
+ES-GA,Galicia,2020-04-18,,2590.0,,294.0,,
+ES-GA,Galicia,2020-04-19,,2609.0,,296.0,,
+ES-GA,Galicia,2020-04-20,,2652.0,,296.0,,
+ES-GA,Galicia,2020-04-21,,2674.0,,297.0,,
+ES-GA,Galicia,2020-04-22,,2694.0,,298.0,,
+ES-GA,Galicia,2020-04-23,,2707.0,,301.0,,
+ES-GA,Galicia,2020-04-24,,2717.0,,302.0,,
+ES-GA,Galicia,2020-04-25,,2724.0,,303.0,,
+ES-GA,Galicia,2020-04-26,,2728.0,,304.0,,
+ES-GA,Galicia,2020-04-27,,2734.0,,305.0,,
+ES-GA,Galicia,2020-04-28,,2736.0,,,308.0,
+ES-GA,Galicia,2020-04-29,,2747.0,,,310.0,
+ES-GA,Galicia,2020-04-30,,2759.0,,,313.0,
+ES-GA,Galicia,2020-05-01,,2769.0,,,313.0,
+ES-GA,Galicia,2020-05-02,,2774.0,,,315.0,
+ES-GA,Galicia,2020-05-03,,2782.0,,,315.0,
+ES-GA,Galicia,2020-05-04,,2792.0,,,317.0,
+ES-GA,Galicia,2020-05-05,,2811.0,,,319.0,
+ES-GA,Galicia,2020-05-06,,2833.0,,,320.0,
+ES-GA,Galicia,2020-05-07,,2852.0,,,321.0,
+ES-GA,Galicia,2020-05-08,,2876.0,,,323.0,
+ES-GA,Galicia,2020-05-09,,2886.0,,,325.0,
+ES-GA,Galicia,2020-05-10,,2902.0,,,326.0,
+ES-GA,Galicia,2020-05-11,,2905.0,,,326.0,
+ES-GA,Galicia,2020-05-12,,2909.0,,,327.0,
+ES-GA,Galicia,2020-05-13,,2915.0,,,327.0,
+ES-GA,Galicia,2020-05-14,,2921.0,,,332.0,
+ES-GA,Galicia,2020-05-15,,2923.0,,,332.0,
+ES-GA,Galicia,2020-05-16,,2926.0,,,332.0,
+ES-GA,Galicia,2020-05-17,,2934.0,,,332.0,
+ES-GA,Galicia,2020-05-18,,2935.0,,,332.0,
+ES-GA,Galicia,2020-05-19,,2939.0,,,334.0,
+ES-GA,Galicia,2020-05-20,,2943.0,,,334.0,
+ES-MD,Madrid,2020-02-20,,,,,,
+ES-MD,Madrid,2020-02-21,,,,,,
+ES-MD,Madrid,2020-02-22,,,,,,
+ES-MD,Madrid,2020-02-23,,,,,,
+ES-MD,Madrid,2020-02-24,,,,,,
+ES-MD,Madrid,2020-02-25,,,,,,
+ES-MD,Madrid,2020-02-26,,,,,,
+ES-MD,Madrid,2020-02-27,,,,,,
+ES-MD,Madrid,2020-02-28,,,,,,
+ES-MD,Madrid,2020-02-29,,,,,,
+ES-MD,Madrid,2020-03-01,,,,,,
+ES-MD,Madrid,2020-03-02,,,,,,
+ES-MD,Madrid,2020-03-03,,,,,,
+ES-MD,Madrid,2020-03-04,,,,,,
+ES-MD,Madrid,2020-03-05,,,,,,
+ES-MD,Madrid,2020-03-06,,,,,,
+ES-MD,Madrid,2020-03-07,,,,,,
+ES-MD,Madrid,2020-03-08,,,,61.0,,
+ES-MD,Madrid,2020-03-09,,,,120.0,,
+ES-MD,Madrid,2020-03-10,571.0,,,184.0,,
+ES-MD,Madrid,2020-03-11,868.0,,,238.0,,
+ES-MD,Madrid,2020-03-12,1290.0,,,307.0,,
+ES-MD,Madrid,2020-03-13,1699.0,,,370.0,,
+ES-MD,Madrid,2020-03-14,2207.0,,,469.0,,
+ES-MD,Madrid,2020-03-15,2747.0,,,566.0,,
+ES-MD,Madrid,2020-03-16,3314.0,,,702.0,,
+ES-MD,Madrid,2020-03-17,3934.0,,,850.0,,
+ES-MD,Madrid,2020-03-18,4874.0,,,1011.0,,
+ES-MD,Madrid,2020-03-19,6189.0,,,1196.0,,
+ES-MD,Madrid,2020-03-20,7535.0,,,1401.0,,
+ES-MD,Madrid,2020-03-21,9063.0,,,1532.0,,
+ES-MD,Madrid,2020-03-22,10771.0,,,1664.0,,
+ES-MD,Madrid,2020-03-23,12053.0,,,1813.0,,
+ES-MD,Madrid,2020-03-24,13297.0,,,1962.0,,
+ES-MD,Madrid,2020-03-25,15024.0,,,2117.0,,
+ES-MD,Madrid,2020-03-26,17093.0,,,2272.0,,
+ES-MD,Madrid,2020-03-27,19098.0,,,2369.0,,
+ES-MD,Madrid,2020-03-28,21311.0,,,2423.0,,
+ES-MD,Madrid,2020-03-29,23125.0,,,2464.0,,
+ES-MD,Madrid,2020-03-30,23913.0,,,2554.0,,
+ES-MD,Madrid,2020-03-31,24553.0,,,2627.0,,
+ES-MD,Madrid,2020-04-01,26112.0,,,2694.0,,
+ES-MD,Madrid,2020-04-02,27325.0,,,2764.0,,
+ES-MD,Madrid,2020-04-03,28420.0,,,2821.0,,
+ES-MD,Madrid,2020-04-04,29542.0,,,2854.0,,
+ES-MD,Madrid,2020-04-05,30490.0,,,2879.0,,
+ES-MD,Madrid,2020-04-06,31109.0,,,2958.0,,
+ES-MD,Madrid,2020-04-07,31554.0,,,3002.0,,
+ES-MD,Madrid,2020-04-08,32487.0,,,3038.0,,
+ES-MD,Madrid,2020-04-09,33278.0,,,3061.0,,
+ES-MD,Madrid,2020-04-10,33986.0,,,3091.0,,
+ES-MD,Madrid,2020-04-11,34545.0,,,3105.0,,
+ES-MD,Madrid,2020-04-12,35053.0,,,3122.0,,
+ES-MD,Madrid,2020-04-13,35400.0,,,3153.0,,
+ES-MD,Madrid,2020-04-14,35688.0,,,3180.0,,
+ES-MD,Madrid,2020-04-15,36251.0,,,3203.0,,
+ES-MD,Madrid,2020-04-16,36851.0,,,3214.0,,
+ES-MD,Madrid,2020-04-17,37248.0,,,3228.0,,
+ES-MD,Madrid,2020-04-18,37626.0,,,3238.0,,
+ES-MD,Madrid,2020-04-19,37970.0,,,3248.0,,
+ES-MD,Madrid,2020-04-20,38161.0,,,3278.0,,
+ES-MD,Madrid,2020-04-21,38328.0,,,3283.0,,
+ES-MD,Madrid,2020-04-22,38620.0,,,3288.0,,
+ES-MD,Madrid,2020-04-23,38837.0,,,3305.0,,
+ES-MD,Madrid,2020-04-24,39064.0,,,3307.0,,
+ES-MD,Madrid,2020-04-25,39217.0,,,3308.0,,
+ES-MD,Madrid,2020-04-26,,39350.0,,,3309.0,
+ES-MD,Madrid,2020-04-27,,39423.0,,,3338.0,
+ES-MD,Madrid,2020-04-28,,39850.0,,,3355.0,
+ES-MD,Madrid,2020-04-29,,40076.0,,,3377.0,
+ES-MD,Madrid,2020-04-30,,40293.0,,,3392.0,
+ES-MD,Madrid,2020-05-01,,40457.0,,,3404.0,
+ES-MD,Madrid,2020-05-02,,40597.0,,,3421.0,
+ES-MD,Madrid,2020-05-03,,40741.0,,,3431.0,
+ES-MD,Madrid,2020-05-04,,40851.0,,,3442.0,
+ES-MD,Madrid,2020-05-05,,41031.0,,,3465.0,
+ES-MD,Madrid,2020-05-06,,41159.0,,,3485.0,
+ES-MD,Madrid,2020-05-07,,41304.0,,,3493.0,
+ES-MD,Madrid,2020-05-08,,41436.0,,,3508.0,
+ES-MD,Madrid,2020-05-09,,41559.0,,,3520.0,
+ES-MD,Madrid,2020-05-10,,41650.0,,,3529.0,
+ES-MD,Madrid,2020-05-11,,41735.0,,,3543.0,
+ES-MD,Madrid,2020-05-12,,41856.0,,,3555.0,
+ES-MD,Madrid,2020-05-13,,41962.0,,,3564.0,
+ES-MD,Madrid,2020-05-14,,42057.0,,,3574.0,
+ES-MD,Madrid,2020-05-15,,42157.0,,,3577.0,
+ES-MD,Madrid,2020-05-16,,42227.0,,,3584.0,
+ES-MD,Madrid,2020-05-17,,42283.0,,,3594.0,
+ES-MD,Madrid,2020-05-18,,42350.0,,,3600.0,
+ES-MD,Madrid,2020-05-19,,42422.0,,,3610.0,
+ES-MD,Madrid,2020-05-20,,42497.0,,,3617.0,
+ES-ML,Melilla,2020-02-20,,,,,,
+ES-ML,Melilla,2020-02-21,,,,,,
+ES-ML,Melilla,2020-02-22,,,,,,
+ES-ML,Melilla,2020-02-23,,,,,,
+ES-ML,Melilla,2020-02-24,,,,,,
+ES-ML,Melilla,2020-02-25,,,,,,
+ES-ML,Melilla,2020-02-26,,,,,,
+ES-ML,Melilla,2020-02-27,,,,,,
+ES-ML,Melilla,2020-02-28,,,,,,
+ES-ML,Melilla,2020-02-29,,,,,,
+ES-ML,Melilla,2020-03-01,,,,,,
+ES-ML,Melilla,2020-03-02,,,,,,
+ES-ML,Melilla,2020-03-03,,,,,,
+ES-ML,Melilla,2020-03-04,,,,,,
+ES-ML,Melilla,2020-03-05,,,,,,
+ES-ML,Melilla,2020-03-06,,,,,,
+ES-ML,Melilla,2020-03-07,,,,,,
+ES-ML,Melilla,2020-03-08,,,,,0.0,
+ES-ML,Melilla,2020-03-09,,,,,0.0,
+ES-ML,Melilla,2020-03-10,,0.0,,,0.0,
+ES-ML,Melilla,2020-03-11,,0.0,,,0.0,
+ES-ML,Melilla,2020-03-12,,3.0,,,0.0,
+ES-ML,Melilla,2020-03-13,,3.0,,,0.0,
+ES-ML,Melilla,2020-03-14,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-15,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-16,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-17,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-18,,4.0,,,0.0,
+ES-ML,Melilla,2020-03-19,,5.0,,,1.0,
+ES-ML,Melilla,2020-03-20,,8.0,,,1.0,
+ES-ML,Melilla,2020-03-21,,12.0,,,1.0,
+ES-ML,Melilla,2020-03-22,,12.0,,,1.0,
+ES-ML,Melilla,2020-03-23,,12.0,,,1.0,
+ES-ML,Melilla,2020-03-24,,14.0,,,2.0,
+ES-ML,Melilla,2020-03-25,,16.0,,,2.0,
+ES-ML,Melilla,2020-03-26,,18.0,,,2.0,
+ES-ML,Melilla,2020-03-27,,22.0,,,2.0,
+ES-ML,Melilla,2020-03-28,,24.0,,,2.0,
+ES-ML,Melilla,2020-03-29,,27.0,,,3.0,
+ES-ML,Melilla,2020-03-30,,27.0,,,3.0,
+ES-ML,Melilla,2020-03-31,,32.0,,,3.0,
+ES-ML,Melilla,2020-04-01,,32.0,,,3.0,
+ES-ML,Melilla,2020-04-02,,34.0,,,3.0,
+ES-ML,Melilla,2020-04-03,,37.0,,,3.0,
+ES-ML,Melilla,2020-04-04,,38.0,,,3.0,
+ES-ML,Melilla,2020-04-05,,38.0,,,3.0,
+ES-ML,Melilla,2020-04-06,,40.0,,,3.0,
+ES-ML,Melilla,2020-04-07,,40.0,,,3.0,
+ES-ML,Melilla,2020-04-08,,40.0,,,3.0,
+ES-ML,Melilla,2020-04-09,,41.0,,,3.0,
+ES-ML,Melilla,2020-04-10,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-11,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-12,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-13,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-14,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-15,,43.0,,,3.0,
+ES-ML,Melilla,2020-04-16,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-17,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-18,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-19,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-20,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-21,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-22,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-23,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-24,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-25,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-26,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-27,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-28,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-29,,44.0,,,3.0,
+ES-ML,Melilla,2020-04-30,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-01,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-02,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-03,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-04,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-05,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-06,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-07,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-08,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-09,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-10,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-11,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-12,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-13,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-14,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-15,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-16,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-17,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-18,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-19,,44.0,,,3.0,
+ES-ML,Melilla,2020-05-20,,44.0,,,3.0,
+ES-MC,Murcia,2020-02-20,,,,,,
+ES-MC,Murcia,2020-02-21,,,,,,
+ES-MC,Murcia,2020-02-22,,,,,,
+ES-MC,Murcia,2020-02-23,,,,,,
+ES-MC,Murcia,2020-02-24,,,,,,
+ES-MC,Murcia,2020-02-25,,,,,,
+ES-MC,Murcia,2020-02-26,,,,,,
+ES-MC,Murcia,2020-02-27,,,,,,
+ES-MC,Murcia,2020-02-28,,,,,,
+ES-MC,Murcia,2020-02-29,,,,,,
+ES-MC,Murcia,2020-03-01,,,,,,
+ES-MC,Murcia,2020-03-02,,,,,,
+ES-MC,Murcia,2020-03-03,,,,,,
+ES-MC,Murcia,2020-03-04,,,,,,
+ES-MC,Murcia,2020-03-05,,,,,,
+ES-MC,Murcia,2020-03-06,,,,,,
+ES-MC,Murcia,2020-03-07,,,,,,
+ES-MC,Murcia,2020-03-08,,,,,0.0,
+ES-MC,Murcia,2020-03-09,,,,,0.0,
+ES-MC,Murcia,2020-03-10,,5.0,,,0.0,
+ES-MC,Murcia,2020-03-11,,5.0,,,1.0,
+ES-MC,Murcia,2020-03-12,,8.0,,,2.0,
+ES-MC,Murcia,2020-03-13,,8.0,,,2.0,
+ES-MC,Murcia,2020-03-14,,13.0,,,2.0,
+ES-MC,Murcia,2020-03-15,,13.0,,,2.0,
+ES-MC,Murcia,2020-03-16,,18.0,,,3.0,
+ES-MC,Murcia,2020-03-17,,22.0,,,4.0,
+ES-MC,Murcia,2020-03-18,,36.0,,,6.0,
+ES-MC,Murcia,2020-03-19,,47.0,,,11.0,
+ES-MC,Murcia,2020-03-20,,61.0,,,14.0,
+ES-MC,Murcia,2020-03-21,,78.0,,,16.0,
+ES-MC,Murcia,2020-03-22,,80.0,,,23.0,
+ES-MC,Murcia,2020-03-23,,99.0,,,26.0,
+ES-MC,Murcia,2020-03-24,,127.0,,,33.0,
+ES-MC,Murcia,2020-03-25,,172.0,,,36.0,
+ES-MC,Murcia,2020-03-26,,209.0,,,53.0,
+ES-MC,Murcia,2020-03-27,,231.0,,,58.0,
+ES-MC,Murcia,2020-03-28,,260.0,,,58.0,
+ES-MC,Murcia,2020-03-29,,265.0,,,58.0,
+ES-MC,Murcia,2020-03-30,,283.0,,,59.0,
+ES-MC,Murcia,2020-03-31,,304.0,,,59.0,
+ES-MC,Murcia,2020-04-01,,389.0,,,68.0,
+ES-MC,Murcia,2020-04-02,,405.0,,,72.0,
+ES-MC,Murcia,2020-04-03,,434.0,,,79.0,
+ES-MC,Murcia,2020-04-04,,447.0,,,80.0,
+ES-MC,Murcia,2020-04-05,,468.0,,,81.0,
+ES-MC,Murcia,2020-04-06,,500.0,,,84.0,
+ES-MC,Murcia,2020-04-07,,515.0,,,86.0,
+ES-MC,Murcia,2020-04-08,,533.0,,,87.0,
+ES-MC,Murcia,2020-04-09,,533.0,,,88.0,
+ES-MC,Murcia,2020-04-10,,533.0,,,88.0,
+ES-MC,Murcia,2020-04-11,,537.0,,,91.0,
+ES-MC,Murcia,2020-04-12,,543.0,,,94.0,
+ES-MC,Murcia,2020-04-13,,566.0,,,96.0,
+ES-MC,Murcia,2020-04-14,,574.0,,,97.0,
+ES-MC,Murcia,2020-04-15,,575.0,,,97.0,
+ES-MC,Murcia,2020-04-16,,585.0,,,99.0,
+ES-MC,Murcia,2020-04-17,,611.0,,,102.0,
+ES-MC,Murcia,2020-04-18,,612.0,,,102.0,
+ES-MC,Murcia,2020-04-19,,612.0,,,103.0,
+ES-MC,Murcia,2020-04-20,,614.0,,,104.0,
+ES-MC,Murcia,2020-04-21,,622.0,,,104.0,
+ES-MC,Murcia,2020-04-22,,624.0,,,104.0,
+ES-MC,Murcia,2020-04-23,,625.0,,,105.0,
+ES-MC,Murcia,2020-04-24,,625.0,,,105.0,
+ES-MC,Murcia,2020-04-25,,627.0,,,106.0,
+ES-MC,Murcia,2020-04-26,,627.0,,,106.0,
+ES-MC,Murcia,2020-04-27,,629.0,,,106.0,
+ES-MC,Murcia,2020-04-28,,635.0,,,106.0,
+ES-MC,Murcia,2020-04-29,,637.0,,,108.0,
+ES-MC,Murcia,2020-04-30,,638.0,,,109.0,
+ES-MC,Murcia,2020-05-01,,639.0,,,110.0,
+ES-MC,Murcia,2020-05-02,,641.0,,,110.0,
+ES-MC,Murcia,2020-05-03,,645.0,,,110.0,
+ES-MC,Murcia,2020-05-04,,650.0,,,111.0,
+ES-MC,Murcia,2020-05-05,,650.0,,,111.0,
+ES-MC,Murcia,2020-05-06,,652.0,,,111.0,
+ES-MC,Murcia,2020-05-07,,659.0,,,112.0,
+ES-MC,Murcia,2020-05-08,,662.0,,,112.0,
+ES-MC,Murcia,2020-05-09,,662.0,,,112.0,
+ES-MC,Murcia,2020-05-10,,665.0,,,112.0,
+ES-MC,Murcia,2020-05-11,,665.0,,,112.0,
+ES-MC,Murcia,2020-05-12,,666.0,,,112.0,
+ES-MC,Murcia,2020-05-13,,672.0,,,112.0,
+ES-MC,Murcia,2020-05-14,,675.0,,,112.0,
+ES-MC,Murcia,2020-05-15,,676.0,,,112.0,
+ES-MC,Murcia,2020-05-16,,676.0,,,112.0,
+ES-MC,Murcia,2020-05-17,,678.0,,,112.0,
+ES-MC,Murcia,2020-05-18,,679.0,,,112.0,
+ES-MC,Murcia,2020-05-19,,679.0,,,112.0,
+ES-MC,Murcia,2020-05-20,,680.0,,,112.0,
+ES-NC,Navarre,2020-02-20,,,,,,
+ES-NC,Navarre,2020-02-21,,,,,,
+ES-NC,Navarre,2020-02-22,,,,,,
+ES-NC,Navarre,2020-02-23,,,,,,
+ES-NC,Navarre,2020-02-24,,,,,,
+ES-NC,Navarre,2020-02-25,,,,,,
+ES-NC,Navarre,2020-02-26,,,,,,
+ES-NC,Navarre,2020-02-27,,,,,,
+ES-NC,Navarre,2020-02-28,,,,,,
+ES-NC,Navarre,2020-02-29,,,,,,
+ES-NC,Navarre,2020-03-01,,,,,,
+ES-NC,Navarre,2020-03-02,,,,,,
+ES-NC,Navarre,2020-03-03,,,,,,
+ES-NC,Navarre,2020-03-04,,,,,,
+ES-NC,Navarre,2020-03-05,,,,,,
+ES-NC,Navarre,2020-03-06,,,,,,
+ES-NC,Navarre,2020-03-07,,,,,,
+ES-NC,Navarre,2020-03-08,,,,,1.0,
+ES-NC,Navarre,2020-03-09,,,,,2.0,
+ES-NC,Navarre,2020-03-10,,10.0,,,3.0,
+ES-NC,Navarre,2020-03-11,,17.0,,,3.0,
+ES-NC,Navarre,2020-03-12,,28.0,,,4.0,
+ES-NC,Navarre,2020-03-13,,28.0,,,4.0,
+ES-NC,Navarre,2020-03-14,,34.0,,,4.0,
+ES-NC,Navarre,2020-03-15,,58.0,,,5.0,
+ES-NC,Navarre,2020-03-16,,72.0,,,10.0,
+ES-NC,Navarre,2020-03-17,,93.0,,,10.0,
+ES-NC,Navarre,2020-03-18,,132.0,,,11.0,
+ES-NC,Navarre,2020-03-19,,172.0,,,19.0,
+ES-NC,Navarre,2020-03-20,,222.0,,,25.0,
+ES-NC,Navarre,2020-03-21,,288.0,,,30.0,
+ES-NC,Navarre,2020-03-22,,339.0,,,40.0,
+ES-NC,Navarre,2020-03-23,,405.0,,,45.0,
+ES-NC,Navarre,2020-03-24,,506.0,,,51.0,
+ES-NC,Navarre,2020-03-25,,649.0,,,54.0,
+ES-NC,Navarre,2020-03-26,,732.0,,,75.0,
+ES-NC,Navarre,2020-03-27,,827.0,,,84.0,
+ES-NC,Navarre,2020-03-28,,896.0,,,90.0,
+ES-NC,Navarre,2020-03-29,,955.0,,,96.0,
+ES-NC,Navarre,2020-03-30,,1035.0,,,99.0,
+ES-NC,Navarre,2020-03-31,,1120.0,,,104.0,
+ES-NC,Navarre,2020-04-01,,1181.0,,,108.0,
+ES-NC,Navarre,2020-04-02,,1284.0,,,119.0,
+ES-NC,Navarre,2020-04-03,,1341.0,,,120.0,
+ES-NC,Navarre,2020-04-04,,1399.0,,,123.0,
+ES-NC,Navarre,2020-04-05,,1432.0,,,124.0,
+ES-NC,Navarre,2020-04-06,,1488.0,,,124.0,
+ES-NC,Navarre,2020-04-07,,1526.0,,,124.0,
+ES-NC,Navarre,2020-04-08,,1526.0,,,124.0,
+ES-NC,Navarre,2020-04-09,,1620.0,,,124.0,
+ES-NC,Navarre,2020-04-10,,1641.0,,,124.0,
+ES-NC,Navarre,2020-04-11,,1663.0,,,124.0,
+ES-NC,Navarre,2020-04-12,,1693.0,,,124.0,
+ES-NC,Navarre,2020-04-13,,1705.0,,,124.0,
+ES-NC,Navarre,2020-04-14,,1731.0,,,124.0,
+ES-NC,Navarre,2020-04-15,,1752.0,,,124.0,
+ES-NC,Navarre,2020-04-16,,1781.0,,,124.0,
+ES-NC,Navarre,2020-04-17,,1829.0,,,127.0,
+ES-NC,Navarre,2020-04-18,,1843.0,,,127.0,
+ES-NC,Navarre,2020-04-19,,1856.0,,,128.0,
+ES-NC,Navarre,2020-04-20,,1877.0,,,128.0,
+ES-NC,Navarre,2020-04-21,,1894.0,,,128.0,
+ES-NC,Navarre,2020-04-22,,1907.0,,,129.0,
+ES-NC,Navarre,2020-04-23,,1915.0,,,129.0,
+ES-NC,Navarre,2020-04-24,,1937.0,,,129.0,
+ES-NC,Navarre,2020-04-25,,1942.0,,,129.0,
+ES-NC,Navarre,2020-04-26,,1942.0,,,130.0,
+ES-NC,Navarre,2020-04-27,,1945.0,,,130.0,
+ES-NC,Navarre,2020-04-28,,1951.0,,,130.0,
+ES-NC,Navarre,2020-04-29,,1965.0,,,132.0,
+ES-NC,Navarre,2020-04-30,,1977.0,,,132.0,
+ES-NC,Navarre,2020-05-01,,1979.0,,,132.0,
+ES-NC,Navarre,2020-05-02,,1986.0,,,133.0,
+ES-NC,Navarre,2020-05-03,,1990.0,,,133.0,
+ES-NC,Navarre,2020-05-04,,1995.0,,,134.0,
+ES-NC,Navarre,2020-05-05,,2005.0,,,135.0,
+ES-NC,Navarre,2020-05-06,,2015.0,,,135.0,
+ES-NC,Navarre,2020-05-07,,2015.0,,,135.0,
+ES-NC,Navarre,2020-05-08,,2021.0,,,135.0,
+ES-NC,Navarre,2020-05-09,,2023.0,,,135.0,
+ES-NC,Navarre,2020-05-10,,2029.0,,,135.0,
+ES-NC,Navarre,2020-05-11,,2039.0,,,135.0,
+ES-NC,Navarre,2020-05-12,,2042.0,,,135.0,
+ES-NC,Navarre,2020-05-13,,2045.0,,,135.0,
+ES-NC,Navarre,2020-05-14,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-15,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-16,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-17,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-18,,2045.0,,,136.0,
+ES-NC,Navarre,2020-05-19,,2048.0,,,136.0,
+ES-NC,Navarre,2020-05-20,,2048.0,,,136.0,
+ES-PV,Pais Vasco,2020-02-20,,,,,,
+ES-PV,Pais Vasco,2020-02-21,,,,,,
+ES-PV,Pais Vasco,2020-02-22,,,,,,
+ES-PV,Pais Vasco,2020-02-23,,,,,,
+ES-PV,Pais Vasco,2020-02-24,,,,,,
+ES-PV,Pais Vasco,2020-02-25,,,,,,
+ES-PV,Pais Vasco,2020-02-26,,,,,,
+ES-PV,Pais Vasco,2020-02-27,,,,,,
+ES-PV,Pais Vasco,2020-02-28,,,,,,
+ES-PV,Pais Vasco,2020-02-29,,,,,,
+ES-PV,Pais Vasco,2020-03-01,,,,,,
+ES-PV,Pais Vasco,2020-03-02,,,,,,
+ES-PV,Pais Vasco,2020-03-03,,,,,,
+ES-PV,Pais Vasco,2020-03-04,,,,,,
+ES-PV,Pais Vasco,2020-03-05,,,,,,
+ES-PV,Pais Vasco,2020-03-06,,,,,,
+ES-PV,Pais Vasco,2020-03-07,,,,,,
+ES-PV,Pais Vasco,2020-03-08,,,,,5.0,
+ES-PV,Pais Vasco,2020-03-09,,,,,5.0,
+ES-PV,Pais Vasco,2020-03-10,,102.0,,,15.0,
+ES-PV,Pais Vasco,2020-03-11,,146.0,,,18.0,
+ES-PV,Pais Vasco,2020-03-12,,179.0,,,20.0,
+ES-PV,Pais Vasco,2020-03-13,,179.0,,,22.0,
+ES-PV,Pais Vasco,2020-03-14,,262.0,,,29.0,
+ES-PV,Pais Vasco,2020-03-15,,262.0,,,29.0,
+ES-PV,Pais Vasco,2020-03-16,,309.0,,,33.0,
+ES-PV,Pais Vasco,2020-03-17,,353.0,,,37.0,
+ES-PV,Pais Vasco,2020-03-18,,455.0,,,44.0,
+ES-PV,Pais Vasco,2020-03-19,,550.0,,,53.0,
+ES-PV,Pais Vasco,2020-03-20,,654.0,,,71.0,
+ES-PV,Pais Vasco,2020-03-21,,988.0,,,81.0,
+ES-PV,Pais Vasco,2020-03-22,,1252.0,,,92.0,
+ES-PV,Pais Vasco,2020-03-23,,1425.0,,,106.0,
+ES-PV,Pais Vasco,2020-03-24,,1577.0,,,119.0,
+ES-PV,Pais Vasco,2020-03-25,,1907.0,,,137.0,
+ES-PV,Pais Vasco,2020-03-26,,2270.0,,,154.0,
+ES-PV,Pais Vasco,2020-03-27,,2612.0,,,176.0,
+ES-PV,Pais Vasco,2020-03-28,,3106.0,,,271.0,
+ES-PV,Pais Vasco,2020-03-29,,3427.0,,,293.0,
+ES-PV,Pais Vasco,2020-03-30,,3594.0,,,307.0,
+ES-PV,Pais Vasco,2020-03-31,,3806.0,,,324.0,
+ES-PV,Pais Vasco,2020-04-01,,4087.0,,,344.0,
+ES-PV,Pais Vasco,2020-04-02,,4283.0,,,363.0,
+ES-PV,Pais Vasco,2020-04-03,,4522.0,,,377.0,
+ES-PV,Pais Vasco,2020-04-04,,4666.0,,,404.0,
+ES-PV,Pais Vasco,2020-04-05,,4794.0,,,410.0,
+ES-PV,Pais Vasco,2020-04-06,,4856.0,,,417.0,
+ES-PV,Pais Vasco,2020-04-07,,4982.0,,,430.0,
+ES-PV,Pais Vasco,2020-04-08,,5130.0,,,433.0,
+ES-PV,Pais Vasco,2020-04-09,,5290.0,,,442.0,
+ES-PV,Pais Vasco,2020-04-10,,5402.0,,,453.0,
+ES-PV,Pais Vasco,2020-04-11,,5547.0,,,459.0,
+ES-PV,Pais Vasco,2020-04-12,,5622.0,,,464.0,
+ES-PV,Pais Vasco,2020-04-13,,5679.0,,,470.0,
+ES-PV,Pais Vasco,2020-04-14,,5750.0,,,471.0,
+ES-PV,Pais Vasco,2020-04-15,,5863.0,,,478.0,
+ES-PV,Pais Vasco,2020-04-16,,5939.0,,,484.0,
+ES-PV,Pais Vasco,2020-04-17,,6030.0,,,490.0,
+ES-PV,Pais Vasco,2020-04-18,,6086.0,,,499.0,
+ES-PV,Pais Vasco,2020-04-19,,6109.0,,,501.0,
+ES-PV,Pais Vasco,2020-04-20,,6141.0,,,507.0,
+ES-PV,Pais Vasco,2020-04-21,,6201.0,,,513.0,
+ES-PV,Pais Vasco,2020-04-22,,6260.0,,,516.0,
+ES-PV,Pais Vasco,2020-04-23,,6315.0,,,518.0,
+ES-PV,Pais Vasco,2020-04-24,,6375.0,,,525.0,
+ES-PV,Pais Vasco,2020-04-25,,6426.0,,,533.0,
+ES-PV,Pais Vasco,2020-04-26,,6457.0,,,538.0,
+ES-PV,Pais Vasco,2020-04-27,,6482.0,,,539.0,
+ES-PV,Pais Vasco,2020-04-28,,6522.0,,,540.0,
+ES-PV,Pais Vasco,2020-04-29,,6561.0,,,541.0,
+ES-PV,Pais Vasco,2020-04-30,,6607.0,,,544.0,
+ES-PV,Pais Vasco,2020-05-01,,6659.0,,,551.0,
+ES-PV,Pais Vasco,2020-05-02,,6692.0,,,553.0,
+ES-PV,Pais Vasco,2020-05-03,,6719.0,,,554.0,
+ES-PV,Pais Vasco,2020-05-04,,6736.0,,,556.0,
+ES-PV,Pais Vasco,2020-05-05,,6781.0,,,559.0,
+ES-PV,Pais Vasco,2020-05-06,,6797.0,,,561.0,
+ES-PV,Pais Vasco,2020-05-07,,6818.0,,,566.0,
+ES-PV,Pais Vasco,2020-05-08,,6865.0,,,568.0,
+ES-PV,Pais Vasco,2020-05-09,,6902.0,,,571.0,
+ES-PV,Pais Vasco,2020-05-10,,6922.0,,,573.0,
+ES-PV,Pais Vasco,2020-05-11,,6929.0,,,574.0,
+ES-PV,Pais Vasco,2020-05-12,,6955.0,,,575.0,
+ES-PV,Pais Vasco,2020-05-13,,6994.0,,,577.0,
+ES-PV,Pais Vasco,2020-05-14,,7009.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-15,,7011.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-16,,7015.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-17,,7016.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-18,,7021.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-19,,7024.0,,,578.0,
+ES-PV,Pais Vasco,2020-05-20,,7032.0,,,578.0,
+ES-RI,La Rioja,2020-02-20,,,,,,
+ES-RI,La Rioja,2020-02-21,,,,,,
+ES-RI,La Rioja,2020-02-22,,,,,,
+ES-RI,La Rioja,2020-02-23,,,,,,
+ES-RI,La Rioja,2020-02-24,,,,,,
+ES-RI,La Rioja,2020-02-25,,,,,,
+ES-RI,La Rioja,2020-02-26,,,,,,
+ES-RI,La Rioja,2020-02-27,,,,,,
+ES-RI,La Rioja,2020-02-28,,,,,,
+ES-RI,La Rioja,2020-02-29,,,,,,
+ES-RI,La Rioja,2020-03-01,,,,,,
+ES-RI,La Rioja,2020-03-02,,,,,,
+ES-RI,La Rioja,2020-03-03,,,,,,
+ES-RI,La Rioja,2020-03-04,,,,,,
+ES-RI,La Rioja,2020-03-05,,,,,,
+ES-RI,La Rioja,2020-03-06,,,,,,
+ES-RI,La Rioja,2020-03-07,,,,,,
+ES-RI,La Rioja,2020-03-08,,,,,1.0,
+ES-RI,La Rioja,2020-03-09,,,,,1.0,
+ES-RI,La Rioja,2020-03-10,,13.0,,,1.0,
+ES-RI,La Rioja,2020-03-11,,21.0,,,1.0,
+ES-RI,La Rioja,2020-03-12,,27.0,,,2.0,
+ES-RI,La Rioja,2020-03-13,,38.0,,,2.0,
+ES-RI,La Rioja,2020-03-14,,58.0,,,7.0,
+ES-RI,La Rioja,2020-03-15,,64.0,,,13.0,
+ES-RI,La Rioja,2020-03-16,,82.0,,,13.0,
+ES-RI,La Rioja,2020-03-17,,99.0,,,13.0,
+ES-RI,La Rioja,2020-03-18,,121.0,,,15.0,
+ES-RI,La Rioja,2020-03-19,,122.0,,,15.0,
+ES-RI,La Rioja,2020-03-20,,128.0,,,17.0,
+ES-RI,La Rioja,2020-03-21,,134.0,,,17.0,
+ES-RI,La Rioja,2020-03-22,,166.0,,,22.0,
+ES-RI,La Rioja,2020-03-23,,206.0,,,24.0,
+ES-RI,La Rioja,2020-03-24,,254.0,,,33.0,
+ES-RI,La Rioja,2020-03-25,,316.0,,,36.0,
+ES-RI,La Rioja,2020-03-26,,388.0,,,43.0,
+ES-RI,La Rioja,2020-03-27,,458.0,,,43.0,
+ES-RI,La Rioja,2020-03-28,,497.0,,,43.0,
+ES-RI,La Rioja,2020-03-29,,517.0,,,43.0,
+ES-RI,La Rioja,2020-03-30,,575.0,,,51.0,
+ES-RI,La Rioja,2020-03-31,,619.0,,,54.0,
+ES-RI,La Rioja,2020-04-01,,660.0,,,57.0,
+ES-RI,La Rioja,2020-04-02,,738.0,,,64.0,
+ES-RI,La Rioja,2020-04-03,,805.0,,,64.0,
+ES-RI,La Rioja,2020-04-04,,855.0,,,66.0,
+ES-RI,La Rioja,2020-04-05,,888.0,,,66.0,
+ES-RI,La Rioja,2020-04-06,,918.0,,,66.0,
+ES-RI,La Rioja,2020-04-07,,955.0,,,68.0,
+ES-RI,La Rioja,2020-04-08,,997.0,,,69.0,
+ES-RI,La Rioja,2020-04-09,,1047.0,,,71.0,
+ES-RI,La Rioja,2020-04-10,,1082.0,,,73.0,
+ES-RI,La Rioja,2020-04-11,,1122.0,,,73.0,
+ES-RI,La Rioja,2020-04-12,,1141.0,,,73.0,
+ES-RI,La Rioja,2020-04-13,,1152.0,,,74.0,
+ES-RI,La Rioja,2020-04-14,,1182.0,,,75.0,
+ES-RI,La Rioja,2020-04-15,,1207.0,,,75.0,
+ES-RI,La Rioja,2020-04-16,,1226.0,,,76.0,
+ES-RI,La Rioja,2020-04-17,,1249.0,,,78.0,
+ES-RI,La Rioja,2020-04-18,,1268.0,,,79.0,
+ES-RI,La Rioja,2020-04-19,,1282.0,,,79.0,
+ES-RI,La Rioja,2020-04-20,,1297.0,,,81.0,
+ES-RI,La Rioja,2020-04-21,,1318.0,,,81.0,
+ES-RI,La Rioja,2020-04-22,,1331.0,,,82.0,
+ES-RI,La Rioja,2020-04-23,,1344.0,,,82.0,
+ES-RI,La Rioja,2020-04-24,,1360.0,,,83.0,
+ES-RI,La Rioja,2020-04-25,,1380.0,,,84.0,
+ES-RI,La Rioja,2020-04-26,,1392.0,,,85.0,
+ES-RI,La Rioja,2020-04-27,,1400.0,,,87.0,
+ES-RI,La Rioja,2020-04-28,,1413.0,,,87.0,
+ES-RI,La Rioja,2020-04-29,,1424.0,,,88.0,
+ES-RI,La Rioja,2020-04-30,,1433.0,,,88.0,
+ES-RI,La Rioja,2020-05-01,,1439.0,,,88.0,
+ES-RI,La Rioja,2020-05-02,,1446.0,,,88.0,
+ES-RI,La Rioja,2020-05-03,,1449.0,,,88.0,
+ES-RI,La Rioja,2020-05-04,,1452.0,,,90.0,
+ES-RI,La Rioja,2020-05-05,,1458.0,,,91.0,
+ES-RI,La Rioja,2020-05-06,,1463.0,,,91.0,
+ES-RI,La Rioja,2020-05-07,,1469.0,,,91.0,
+ES-RI,La Rioja,2020-05-08,,1473.0,,,91.0,
+ES-RI,La Rioja,2020-05-09,,1474.0,,,91.0,
+ES-RI,La Rioja,2020-05-10,,1475.0,,,91.0,
+ES-RI,La Rioja,2020-05-11,,1478.0,,,91.0,
+ES-RI,La Rioja,2020-05-12,,1481.0,,,91.0,
+ES-RI,La Rioja,2020-05-13,,1484.0,,,91.0,
+ES-RI,La Rioja,2020-05-14,,1488.0,,,91.0,
+ES-RI,La Rioja,2020-05-15,,1490.0,,,91.0,
+ES-RI,La Rioja,2020-05-16,,1496.0,,,91.0,
+ES-RI,La Rioja,2020-05-17,,1496.0,,,91.0,
+ES-RI,La Rioja,2020-05-18,,1498.0,,,91.0,
+ES-RI,La Rioja,2020-05-19,,1499.0,,,91.0,
+ES-RI,La Rioja,2020-05-20,,1504.0,,,91.0,
+DNK,Denmark,2020-03-16,62.0,,,10.0,,
+DNK,Denmark,2020-03-17,82.0,,,18.0,,
+DNK,Denmark,2020-03-18,129.0,,,24.0,,
+DNK,Denmark,2020-03-19,153.0,,,30.0,,
+DNK,Denmark,2020-03-20,186.0,,,37.0,,
+DNK,Denmark,2020-03-21,206.0,,,42.0,,
+DNK,Denmark,2020-03-22,232.0,,,46.0,,
+DNK,Denmark,2020-03-23,254.0,,,55.0,,
+DNK,Denmark,2020-03-24,301.0,,,69.0,,
+DNK,Denmark,2020-03-25,350.0,,,87.0,,
+DNK,Denmark,2020-03-26,386.0,,,94.0,,
+DNK,Denmark,2020-03-27,430.0,,,109.0,,
+DNK,Denmark,2020-03-28,459.0,,,121.0,,
+DNK,Denmark,2020-03-29,499.0,,,131.0,,
+DNK,Denmark,2020-03-30,533.0,,,137.0,,
+DNK,Denmark,2020-03-31,529.0,,,145.0,,
+DNK,Denmark,2020-04-01,535.0,,,146.0,,
+DNK,Denmark,2020-04-02,531.0,,,146.0,,
+DNK,Denmark,2020-04-03,516.0,,,139.0,,
+DNK,Denmark,2020-04-04,503.0,,,138.0,,
+DNK,Denmark,2020-04-05,498.0,,,138.0,,
+DNK,Denmark,2020-04-06,497.0,,,133.0,,
+DNK,Denmark,2020-04-07,472.0,,,127.0,,
+DNK,Denmark,2020-04-08,453.0,,,127.0,,
+DNK,Denmark,2020-04-09,433.0,,,120.0,,
+DNK,Denmark,2020-04-10,401.0,,,113.0,,
+DNK,Denmark,2020-04-11,408.0,,,106.0,,
+DNK,Denmark,2020-04-12,396.0,,,104.0,,
+DNK,Denmark,2020-04-13,388.0,,,100.0,,
+DNK,Denmark,2020-04-14,380.0,,,93.0,,
+DNK,Denmark,2020-04-15,362.0,,,89.0,,
+DNK,Denmark,2020-04-16,353.0,,,92.0,,
+DNK,Denmark,2020-04-17,350.0,,,93.0,,
+DNK,Denmark,2020-04-18,317.0,,,87.0,,
+DNK,Denmark,2020-04-19,319.0,,,84.0,,
+DNK,Denmark,2020-04-20,336.0,,,84.0,,
+DNK,Denmark,2020-04-21,335.0,,,81.0,,
+DNK,Denmark,2020-04-22,324.0,,,80.0,,
+DNK,Denmark,2020-04-23,319.0,,,74.0,,
+DNK,Denmark,2020-04-24,320.0,,,69.0,,
+DNK,Denmark,2020-04-25,290.0,,,70.0,,
+DNK,Denmark,2020-04-26,285.0,,,70.0,,
+DNK,Denmark,2020-04-27,310.0,,,72.0,,
+DNK,Denmark,2020-04-28,284.0,,,66.0,,
+DNK,Denmark,2020-04-29,267.0,,,66.0,,
+DNK,Denmark,2020-04-30,255.0,,,62.0,,
+DNK,Denmark,2020-05-01,249.0,,,61.0,,
+DNK,Denmark,2020-05-02,232.0,,,60.0,,
+DNK,Denmark,2020-05-03,243.0,,,62.0,,
+DNK,Denmark,2020-05-04,252.0,,,57.0,,
+DNK,Denmark,2020-05-05,228.0,,,49.0,,39.0
+DNK,Denmark,2020-05-06,209.0,,,46.0,,41.0
+DNK,Denmark,2020-05-07,199.0,,,43.0,,39.0
+DNK,Denmark,2020-05-08,205.0,,,42.0,,35.0
+DNK,Denmark,2020-05-09,194.0,,,39.0,,32.0
+DNK,Denmark,2020-05-10,196.0,,,40.0,,33.0
+DNK,Denmark,2020-05-11,198.0,,,43.0,,33.0
+DNK,Denmark,2020-05-12,177.0,,,43.0,,32.0
+DNK,Denmark,2020-05-13,164.0,,,37.0,,32.0
+DNK,Denmark,2020-05-14,147.0,,,35.0,,28.0
+DNK,Denmark,2020-05-15,137.0,,,32.0,,26.0
+DNK,Denmark,2020-05-16,140.0,,,28.0,,22.0
+DNK,Denmark,2020-05-17,133.0,,,27.0,,21.0
+DNK,Denmark,2020-05-18,144.0,,,26.0,,21.0
+DNK,Denmark,2020-05-19,141.0,,,25.0,,18.0
+DNK,Denmark,2020-05-20,127.0,,,25.0,,16.0
+DNK,Denmark,2020-05-21,122.0,,,23.0,,18.0
+DNK,Denmark,2020-05-22,119.0,,,23.0,,19.0
+DNK,Denmark,2020-05-23,118.0,,,19.0,,16.0
+DNK,Denmark,2020-05-24,115.0,,,21.0,,17.0
+DNK,Denmark,2020-05-25,116.0,,,20.0,,16.0
+DNK,Denmark,2020-05-26,112.0,,,23.0,,14.0
+DNK,Denmark,2020-05-27,107.0,,,22.0,,11.0
+DNK,Denmark,2020-05-28,110.0,,,20.0,,11.0
+DNK,Denmark,2020-05-29,106.0,,,18.0,,10.0
+JPN,Japan,2020-02-05,,,,,,
+JPN,Japan,2020-02-06,,,,,,
+JPN,Japan,2020-02-07,7.0,,,0.0,,
+JPN,Japan,2020-02-10,6.0,,,0.0,,
+JPN,Japan,2020-02-12,6.0,,,0.0,,
+JPN,Japan,2020-02-13,9.0,,,0.0,,
+JPN,Japan,2020-02-14,24.0,,,3.0,,
+JPN,Japan,2020-02-17,31.0,,,3.0,,
+JPN,Japan,2020-02-18,35.0,,,6.0,,
+JPN,Japan,2020-02-19,43.0,,,7.0,,
+JPN,Japan,2020-02-20,52.0,,,9.0,,
+JPN,Japan,2020-02-21,62.0,,,10.0,,
+JPN,Japan,2020-02-22,84.0,,,11.0,,
+JPN,Japan,2020-02-23,96.0,,,13.0,,
+JPN,Japan,2020-02-24,110.0,,,14.0,,
+JPN,Japan,2020-02-25,113.0,,,15.0,,
+JPN,Japan,2020-02-26,127.0,,,16.0,,
+JPN,Japan,2020-02-27,150.0,,,20.0,,
+JPN,Japan,2020-02-28,162.0,,,22.0,,
+JPN,Japan,2020-02-29,174.0,,,23.0,,
+JPN,Japan,2020-03-01,188.0,,,23.0,,
+JPN,Japan,2020-03-02,194.0,,,24.0,,
+JPN,Japan,2020-03-03,209.0,,,24.0,,
+JPN,Japan,2020-03-04,238.0,,,27.0,,
+JPN,Japan,2020-03-05,246.0,,,30.0,,
+JPN,Japan,2020-03-06,296.0,,,28.0,,
+JPN,Japan,2020-03-07,334.0,,,27.0,,
+JPN,Japan,2020-03-08,343.0,,,33.0,,
+JPN,Japan,2020-03-09,360.0,,,31.0,,
+JPN,Japan,2020-03-10,392.0,,,26.0,,
+JPN,Japan,2020-03-11,434.0,,,29.0,,
+JPN,Japan,2020-03-12,468.0,,,32.0,,
+JPN,Japan,2020-03-13,497.0,,,35.0,,
+JPN,Japan,2020-03-14,536.0,,,36.0,,
+JPN,Japan,2020-03-15,550.0,,,41.0,,
+JPN,Japan,2020-03-16,556.0,,,46.0,,
+JPN,Japan,2020-03-17,579.0,,,46.0,,
+JPN,Japan,2020-03-18,590.0,,,49.0,,
+JPN,Japan,2020-03-19,614.0,,,50.0,,
+JPN,Japan,2020-03-20,650.0,,,55.0,,
+JPN,Japan,2020-03-21,648.0,,,57.0,,
+JPN,Japan,2020-03-22,669.0,,,54.0,,
+JPN,Japan,2020-03-23,689.0,,,55.0,,
+JPN,Japan,2020-03-24,739.0,,,57.0,,
+JPN,Japan,2020-03-25,765.0,,,56.0,,
+JPN,Japan,2020-03-26,828.0,,,56.0,,
+JPN,Japan,2020-03-27,948.0,,,60.0,,
+JPN,Japan,2020-03-28,1187.0,,,59.0,,
+JPN,Japan,2020-03-29,1358.0,,,59.0,,
+JPN,Japan,2020-03-30,1423.0,,,59.0,,
+JPN,Japan,2020-03-31,1594.0,,,60.0,,
+JPN,Japan,2020-04-01,1757.0,,,62.0,,
+JPN,Japan,2020-04-02,1980.0,,,64.0,,
+JPN,Japan,2020-04-03,2227.0,,,69.0,,
+JPN,Japan,2020-04-04,2553.0,,,70.0,,
+JPN,Japan,2020-04-05,2921.0,,,79.0,,
+JPN,Japan,2020-04-06,3132.0,,,80.0,,
+JPN,Japan,2020-04-07,3472.0,,,99.0,,
+JPN,Japan,2020-04-08,3914.0,,,109.0,,
+JPN,Japan,2020-04-09,4461.0,,,117.0,,
+JPN,Japan,2020-04-10,5063.0,,,122.0,,
+JPN,Japan,2020-04-11,5751.0,,,129.0,,
+JPN,Japan,2020-04-12,6239.0,,,135.0,,
+JPN,Japan,2020-04-13,6564.0,,,152.0,,
+JPN,Japan,2020-04-14,6961.0,,,168.0,,
+JPN,Japan,2020-04-15,7388.0,,,193.0,,
+JPN,Japan,2020-04-16,7884.0,,,207.0,,
+JPN,Japan,2020-04-17,8448.0,,,211.0,,
+JPN,Japan,2020-04-18,8916.0,,,217.0,,
+JPN,Japan,2020-04-19,9215.0,,,231.0,,
+JPN,Japan,2020-04-20,9449.0,,,232.0,,
+JPN,Japan,2020-04-21,9740.0,,,241.0,,
+JPN,Japan,2020-04-22,10082.0,,,259.0,,
+JPN,Japan,2020-04-23,10469.0,,,263.0,,
+JPN,Japan,2020-04-24,10801.0,,,287.0,,
+JPN,Japan,2020-04-25,11046.0,,,296.0,,
+JPN,Japan,2020-04-26,11175.0,,,300.0,,
+JPN,Japan,2020-04-27,11252.0,,,305.0,,
+JPN,Japan,2020-04-28,11427.0,,,306.0,,
+JPN,Japan,2020-04-29,11585.0,,,308.0,,
+JPN,Japan,2020-04-30,11424.0,,,328.0,,
+JPN,Japan,2020-05-01,11558.0,,,324.0,,
+JPN,Japan,2020-05-02,11724.0,,,321.0,,
+JPN,Japan,2020-05-03,11823.0,,,308.0,,
+JPN,Japan,2020-05-04,11935.0,,,309.0,,
+JPN,Japan,2020-05-05,11731.0,,,308.0,,
+JPN,Japan,2020-05-06,11638.0,,,300.0,,
+JPN,Japan,2020-05-07,11286.0,,,287.0,,
+JPN,Japan,2020-05-08,6302.0,,,266.0,,
+JPN,Japan,2020-05-09,6250.0,,,267.0,,
+JPN,Japan,2020-05-10,6074.0,,,249.0,,
+JPN,Japan,2020-05-11,5914.0,,,243.0,,
+JPN,Japan,2020-05-12,5162.0,,,259.0,,
+JPN,Japan,2020-05-13,4732.0,,,245.0,,
+JPN,Japan,2020-05-14,4339.0,,,237.0,,
+JPN,Japan,2020-05-15,4025.0,,,232.0,,
+JPN,Japan,2020-05-16,3787.0,,,230.0,,
+JPN,Japan,2020-05-17,3667.0,,,228.0,,
+JPN,Japan,2020-05-18,3400.0,,,213.0,,
+JPN,Japan,2020-05-19,3009.0,,,210.0,,
+JPN,Japan,2020-05-20,2761.0,,,195.0,,
+JPN,Japan,2020-05-21,2495.0,,,176.0,,
+JPN,Japan,2020-05-22,2293.0,,,174.0,,
+JPN,Japan,2020-05-23,2130.0,,,168.0,,
+JPN,Japan,2020-05-24,2111.0,,,165.0,,
+JPN,Japan,2020-05-25,1939.0,,,155.0,,
+JPN,Japan,2020-05-26,1788.0,,,147.0,,
+JPN,Japan,2020-05-27,1637.0,,,136.0,,
+JPN,Japan,2020-05-28,1556.0,,,131.0,,
+JPN,Japan,2020-05-29,1466.0,,,123.0,,
+JPN,Japan,2020-05-30,1452.0,,,119.0,,
+JPN,Japan,2020-05-31,1436.0,,,115.0,,
+JPN,Japan,2020-06-01,1341.0,,,113.0,,
+JPN,Japan,2020-06-02,1270.0,,,101.0,,
+JPN,Japan,2020-06-03,1207.0,,,102.0,,
+JPN,Japan,2020-06-04,1141.0,,,98.0,,
+JPN,Japan,2020-06-05,1064.0,,,99.0,,
+JPN,Japan,2020-06-06,1042.0,,,98.0,,
+JPN,Japan,2020-06-07,1060.0,,,99.0,,
+ISL,Iceland,2020-02-28,1.0,,,0.0,,
+ISL,Iceland,2020-02-29,1.0,,,0.0,,
+ISL,Iceland,2020-03-01,1.0,,,0.0,,
+ISL,Iceland,2020-03-02,0.0,,,0.0,,
+ISL,Iceland,2020-03-03,0.0,,,0.0,,
+ISL,Iceland,2020-03-04,0.0,,,0.0,,
+ISL,Iceland,2020-03-05,1.0,,,0.0,,
+ISL,Iceland,2020-03-06,1.0,,,0.0,,
+ISL,Iceland,2020-03-07,1.0,,,0.0,,
+ISL,Iceland,2020-03-08,1.0,,,0.0,,
+ISL,Iceland,2020-03-09,1.0,,,0.0,,
+ISL,Iceland,2020-03-10,0.0,,,0.0,,
+ISL,Iceland,2020-03-11,1.0,,,0.0,,
+ISL,Iceland,2020-03-12,2.0,,,0.0,,
+ISL,Iceland,2020-03-13,2.0,,,0.0,,
+ISL,Iceland,2020-03-14,3.0,,,1.0,,
+ISL,Iceland,2020-03-15,3.0,,,2.0,,
+ISL,Iceland,2020-03-16,4.0,,,2.0,,
+ISL,Iceland,2020-03-17,5.0,,,2.0,,
+ISL,Iceland,2020-03-18,6.0,,,0.0,,
+ISL,Iceland,2020-03-19,6.0,,,1.0,,
+ISL,Iceland,2020-03-20,10.0,,,1.0,,
+ISL,Iceland,2020-03-21,12.0,,,1.0,,
+ISL,Iceland,2020-03-22,13.0,,,0.0,,
+ISL,Iceland,2020-03-23,13.0,,,2.0,,
+ISL,Iceland,2020-03-24,17.0,,,2.0,,
+ISL,Iceland,2020-03-25,18.0,,,3.0,,
+ISL,Iceland,2020-03-26,20.0,,,6.0,,
+ISL,Iceland,2020-03-27,20.0,,,6.0,,
+ISL,Iceland,2020-03-28,26.0,,,7.0,,
+ISL,Iceland,2020-03-29,30.0,,,10.0,,
+ISL,Iceland,2020-03-30,37.0,,,11.0,,
+ISL,Iceland,2020-03-31,40.0,,,13.0,,
+ISL,Iceland,2020-04-01,43.0,,,14.0,,
+ISL,Iceland,2020-04-02,44.0,,,12.0,,
+ISL,Iceland,2020-04-03,41.0,,,11.0,,
+ISL,Iceland,2020-04-04,37.0,,,11.0,,
+ISL,Iceland,2020-04-05,36.0,,,11.0,,
+ISL,Iceland,2020-04-06,38.0,,,13.0,,
+ISL,Iceland,2020-04-07,43.0,,,12.0,,
+ISL,Iceland,2020-04-08,40.0,,,11.0,,
+ISL,Iceland,2020-04-09,38.0,,,11.0,,
+ISL,Iceland,2020-04-10,38.0,,,10.0,,
+ISL,Iceland,2020-04-11,40.0,,,9.0,,
+ISL,Iceland,2020-04-12,40.0,,,9.0,,
+ISL,Iceland,2020-04-13,35.0,,,8.0,,
+ISL,Iceland,2020-04-14,31.0,,,8.0,,
+ISL,Iceland,2020-04-15,33.0,,,6.0,,
+ISL,Iceland,2020-04-16,30.0,,,3.0,,
+ISL,Iceland,2020-04-17,27.0,,,5.0,,
+ISL,Iceland,2020-04-18,28.0,,,5.0,,
+ISL,Iceland,2020-04-19,27.0,,,5.0,,
+ISL,Iceland,2020-04-20,21.0,,,5.0,,
+ISL,Iceland,2020-04-21,18.0,,,5.0,,
+ISL,Iceland,2020-04-22,15.0,,,5.0,,
+ISL,Iceland,2020-04-23,15.0,,,5.0,,
+ISL,Iceland,2020-04-24,14.0,,,3.0,,
+ISL,Iceland,2020-04-25,14.0,,,3.0,,
+ISL,Iceland,2020-04-26,13.0,,,2.0,,
+ISL,Iceland,2020-04-27,10.0,,,1.0,,
+ISL,Iceland,2020-04-28,8.0,,,0.0,,
+ISL,Iceland,2020-04-29,6.0,,,0.0,,
+ISL,Iceland,2020-04-30,5.0,,,0.0,,
+ISL,Iceland,2020-05-01,6.0,,,0.0,,
+ISL,Iceland,2020-05-02,6.0,,,0.0,,
+ISL,Iceland,2020-05-03,5.0,,,0.0,,
+ISL,Iceland,2020-05-04,3.0,,,0.0,,
+ISL,Iceland,2020-05-05,3.0,,,0.0,,
+ISL,Iceland,2020-05-06,3.0,,,0.0,,
+ISL,Iceland,2020-05-07,2.0,,,0.0,,
+ISL,Iceland,2020-05-08,2.0,,,0.0,,
+ISL,Iceland,2020-05-09,2.0,,,0.0,,
+ISL,Iceland,2020-05-10,2.0,,,0.0,,
+ISL,Iceland,2020-05-11,2.0,,,0.0,,
+ISL,Iceland,2020-05-12,1.0,,,0.0,,
+ISL,Iceland,2020-05-13,1.0,,,0.0,,
+ISL,Iceland,2020-05-14,0.0,,,0.0,,
+ISL,Iceland,2020-05-15,0.0,,,0.0,,
+ISL,Iceland,2020-05-16,0.0,,,0.0,,
+ISL,Iceland,2020-05-17,0.0,,,0.0,,
+ISL,Iceland,2020-05-18,0.0,,,0.0,,
+ISL,Iceland,2020-05-19,0.0,,,0.0,,
+ISL,Iceland,2020-05-20,0.0,,,0.0,,
+ISL,Iceland,2020-05-21,0.0,,,0.0,,
+ISL,Iceland,2020-05-22,0.0,,,0.0,,
+ISL,Iceland,2020-05-23,0.0,,,0.0,,
+ISL,Iceland,2020-05-24,0.0,,,0.0,,
+ISL,Iceland,2020-05-25,0.0,,,0.0,,
+ISL,Iceland,2020-05-26,0.0,,,0.0,,
+ISL,Iceland,2020-05-27,0.0,,,0.0,,
+ISL,Iceland,2020-05-28,0.0,,,0.0,,
+ISL,Iceland,2020-05-29,0.0,,,0.0,,
+ISL,Iceland,2020-05-30,0.0,,,0.0,,
+ISL,Iceland,2020-05-31,0.0,,,0.0,,
+FR-01,Ain,2020-03-19,,1.0,1.0,,,
+FR-01,Ain,2020-03-20,,1.0,0.0,,,
+FR-01,Ain,2020-03-21,,5.0,4.0,,,
+FR-01,Ain,2020-03-22,,8.0,3.0,,,
+FR-01,Ain,2020-03-23,,22.0,14.0,,,
+FR-01,Ain,2020-03-24,,33.0,11.0,,,
+FR-01,Ain,2020-03-25,,46.0,13.0,,,
+FR-01,Ain,2020-03-26,,60.0,14.0,,,
+FR-01,Ain,2020-03-27,,74.0,14.0,,,
+FR-01,Ain,2020-03-28,,81.0,7.0,,,
+FR-01,Ain,2020-03-29,,91.0,10.0,,,
+FR-01,Ain,2020-03-30,,111.0,20.0,,,
+FR-01,Ain,2020-03-31,,131.0,20.0,,,
+FR-01,Ain,2020-04-01,,169.0,38.0,,,
+FR-01,Ain,2020-04-02,,201.0,32.0,,,
+FR-01,Ain,2020-04-03,,216.0,15.0,,,
+FR-01,Ain,2020-04-04,,240.0,24.0,,,
+FR-01,Ain,2020-04-05,,252.0,12.0,,,
+FR-01,Ain,2020-04-06,,262.0,10.0,,,
+FR-01,Ain,2020-04-07,,277.0,15.0,,,
+FR-01,Ain,2020-04-08,,296.0,19.0,,,
+FR-01,Ain,2020-04-09,,308.0,12.0,,,
+FR-01,Ain,2020-04-10,,325.0,17.0,,,
+FR-01,Ain,2020-04-11,,332.0,7.0,,,
+FR-01,Ain,2020-04-12,,336.0,4.0,,,
+FR-01,Ain,2020-04-13,,348.0,12.0,,,
+FR-01,Ain,2020-04-14,,362.0,14.0,,,
+FR-01,Ain,2020-04-15,,397.0,35.0,,,
+FR-01,Ain,2020-04-16,,413.0,16.0,,,
+FR-01,Ain,2020-04-17,,422.0,9.0,,,
+FR-01,Ain,2020-04-18,,453.0,31.0,,,
+FR-01,Ain,2020-04-19,,456.0,3.0,,,
+FR-01,Ain,2020-04-20,,460.0,4.0,,,
+FR-01,Ain,2020-04-21,,472.0,12.0,,,
+FR-01,Ain,2020-04-22,,485.0,13.0,,,
+FR-01,Ain,2020-04-23,,495.0,10.0,,,
+FR-01,Ain,2020-04-24,,501.0,6.0,,,
+FR-01,Ain,2020-04-25,,505.0,4.0,,,
+FR-01,Ain,2020-04-26,,509.0,4.0,,,
+FR-01,Ain,2020-04-27,,513.0,4.0,,,
+FR-01,Ain,2020-04-28,,517.0,4.0,,,
+FR-01,Ain,2020-04-29,,531.0,14.0,,,
+FR-01,Ain,2020-04-30,,539.0,8.0,,,
+FR-01,Ain,2020-05-01,,543.0,4.0,,,
+FR-01,Ain,2020-05-02,,544.0,1.0,,,
+FR-01,Ain,2020-05-03,,545.0,1.0,,,
+FR-01,Ain,2020-05-04,,547.0,2.0,,,
+FR-01,Ain,2020-05-05,,554.0,7.0,,,
+FR-01,Ain,2020-05-06,,562.0,8.0,,,
+FR-01,Ain,2020-05-07,,563.0,1.0,,,
+FR-01,Ain,2020-05-08,,564.0,1.0,,,
+FR-01,Ain,2020-05-09,,565.0,1.0,,,
+FR-01,Ain,2020-05-10,,568.0,3.0,,,
+FR-01,Ain,2020-05-11,,574.0,6.0,,,
+FR-01,Ain,2020-05-12,,578.0,4.0,,,
+FR-01,Ain,2020-05-13,,584.0,6.0,,,
+FR-01,Ain,2020-05-14,,588.0,4.0,,,
+FR-01,Ain,2020-05-15,,592.0,4.0,,,
+FR-01,Ain,2020-05-16,,593.0,1.0,,,
+FR-01,Ain,2020-05-17,,594.0,1.0,,,
+FR-01,Ain,2020-05-18,,595.0,1.0,,,
+FR-01,Ain,2020-05-19,,600.0,5.0,,,
+FR-01,Ain,2020-05-20,,602.0,2.0,,,
+FR-01,Ain,2020-05-21,,602.0,0.0,,,
+FR-01,Ain,2020-05-22,,602.0,0.0,,,
+FR-01,Ain,2020-05-23,,606.0,4.0,,,
+FR-01,Ain,2020-05-24,,606.0,0.0,,,
+FR-01,Ain,2020-05-25,,607.0,1.0,,,
+FR-01,Ain,2020-05-26,,609.0,2.0,,,
+FR-01,Ain,2020-05-27,,609.0,0.0,,,
+FR-01,Ain,2020-05-28,,609.0,0.0,,,
+FR-01,Ain,2020-05-29,,609.0,0.0,,,
+FR-01,Ain,2020-05-30,,610.0,1.0,,,
+FR-01,Ain,2020-05-31,,610.0,0.0,,,
+FR-01,Ain,2020-06-01,,610.0,0.0,,,
+FR-01,Ain,2020-06-02,,611.0,1.0,,,
+FR-01,Ain,2020-06-03,,613.0,2.0,,,
+FR-01,Ain,2020-06-04,,617.0,4.0,,,
+FR-01,Ain,2020-06-05,,617.0,0.0,,,
+FR-01,Ain,2020-06-06,,617.0,0.0,,,
+FR-01,Ain,2020-06-07,,617.0,0.0,,,
+FR-01,Ain,2020-06-08,,619.0,2.0,,,
+FR-02,Aisne,2020-03-19,,38.0,38.0,,,
+FR-02,Aisne,2020-03-20,,48.0,10.0,,,
+FR-02,Aisne,2020-03-21,,78.0,30.0,,,
+FR-02,Aisne,2020-03-22,,91.0,13.0,,,
+FR-02,Aisne,2020-03-23,,118.0,27.0,,,
+FR-02,Aisne,2020-03-24,,164.0,46.0,,,
+FR-02,Aisne,2020-03-25,,179.0,15.0,,,
+FR-02,Aisne,2020-03-26,,201.0,22.0,,,
+FR-02,Aisne,2020-03-27,,217.0,16.0,,,
+FR-02,Aisne,2020-03-28,,243.0,26.0,,,
+FR-02,Aisne,2020-03-29,,247.0,4.0,,,
+FR-02,Aisne,2020-03-30,,256.0,9.0,,,
+FR-02,Aisne,2020-03-31,,314.0,58.0,,,
+FR-02,Aisne,2020-04-01,,355.0,41.0,,,
+FR-02,Aisne,2020-04-02,,413.0,58.0,,,
+FR-02,Aisne,2020-04-03,,471.0,58.0,,,
+FR-02,Aisne,2020-04-04,,513.0,42.0,,,
+FR-02,Aisne,2020-04-05,,520.0,7.0,,,
+FR-02,Aisne,2020-04-06,,534.0,14.0,,,
+FR-02,Aisne,2020-04-07,,600.0,66.0,,,
+FR-02,Aisne,2020-04-08,,623.0,23.0,,,
+FR-02,Aisne,2020-04-09,,662.0,39.0,,,
+FR-02,Aisne,2020-04-10,,694.0,32.0,,,
+FR-02,Aisne,2020-04-11,,719.0,25.0,,,
+FR-02,Aisne,2020-04-12,,728.0,9.0,,,
+FR-02,Aisne,2020-04-13,,737.0,9.0,,,
+FR-02,Aisne,2020-04-14,,746.0,9.0,,,
+FR-02,Aisne,2020-04-15,,774.0,28.0,,,
+FR-02,Aisne,2020-04-16,,787.0,13.0,,,
+FR-02,Aisne,2020-04-17,,805.0,18.0,,,
+FR-02,Aisne,2020-04-18,,818.0,13.0,,,
+FR-02,Aisne,2020-04-19,,826.0,8.0,,,
+FR-02,Aisne,2020-04-20,,933.0,107.0,,,
+FR-02,Aisne,2020-04-21,,1026.0,93.0,,,
+FR-02,Aisne,2020-04-22,,1055.0,29.0,,,
+FR-02,Aisne,2020-04-23,,1079.0,24.0,,,
+FR-02,Aisne,2020-04-24,,1104.0,25.0,,,
+FR-02,Aisne,2020-04-25,,1114.0,10.0,,,
+FR-02,Aisne,2020-04-26,,1126.0,12.0,,,
+FR-02,Aisne,2020-04-27,,1130.0,4.0,,,
+FR-02,Aisne,2020-04-28,,1159.0,29.0,,,
+FR-02,Aisne,2020-04-29,,1174.0,15.0,,,
+FR-02,Aisne,2020-04-30,,1190.0,16.0,,,
+FR-02,Aisne,2020-05-01,,1196.0,6.0,,,
+FR-02,Aisne,2020-05-02,,1203.0,7.0,,,
+FR-02,Aisne,2020-05-03,,1204.0,1.0,,,
+FR-02,Aisne,2020-05-04,,1216.0,12.0,,,
+FR-02,Aisne,2020-05-05,,1236.0,20.0,,,
+FR-02,Aisne,2020-05-06,,1256.0,20.0,,,
+FR-02,Aisne,2020-05-07,,1285.0,29.0,,,
+FR-02,Aisne,2020-05-08,,1306.0,21.0,,,
+FR-02,Aisne,2020-05-09,,1306.0,0.0,,,
+FR-02,Aisne,2020-05-10,,1308.0,2.0,,,
+FR-02,Aisne,2020-05-11,,1322.0,14.0,,,
+FR-02,Aisne,2020-05-12,,1329.0,7.0,,,
+FR-02,Aisne,2020-05-13,,1342.0,13.0,,,
+FR-02,Aisne,2020-05-14,,1354.0,12.0,,,
+FR-02,Aisne,2020-05-15,,1359.0,5.0,,,
+FR-02,Aisne,2020-05-16,,1371.0,12.0,,,
+FR-02,Aisne,2020-05-17,,1374.0,3.0,,,
+FR-02,Aisne,2020-05-18,,1384.0,10.0,,,
+FR-02,Aisne,2020-05-19,,1387.0,3.0,,,
+FR-02,Aisne,2020-05-20,,1393.0,6.0,,,
+FR-02,Aisne,2020-05-21,,1394.0,1.0,,,
+FR-02,Aisne,2020-05-22,,1396.0,2.0,,,
+FR-02,Aisne,2020-05-23,,1397.0,1.0,,,
+FR-02,Aisne,2020-05-24,,1398.0,1.0,,,
+FR-02,Aisne,2020-05-25,,1403.0,5.0,,,
+FR-02,Aisne,2020-05-26,,1422.0,19.0,,,
+FR-02,Aisne,2020-05-27,,1424.0,2.0,,,
+FR-02,Aisne,2020-05-28,,1431.0,7.0,,,
+FR-02,Aisne,2020-05-29,,1437.0,6.0,,,
+FR-02,Aisne,2020-05-30,,1440.0,3.0,,,
+FR-02,Aisne,2020-05-31,,1440.0,0.0,,,
+FR-02,Aisne,2020-06-01,,1440.0,0.0,,,
+FR-02,Aisne,2020-06-02,,1441.0,1.0,,,
+FR-02,Aisne,2020-06-03,,1446.0,5.0,,,
+FR-02,Aisne,2020-06-04,,1449.0,3.0,,,
+FR-02,Aisne,2020-06-05,,1452.0,3.0,,,
+FR-02,Aisne,2020-06-06,,1453.0,1.0,,,
+FR-02,Aisne,2020-06-07,,1454.0,1.0,,,
+FR-02,Aisne,2020-06-08,,1458.0,4.0,,,
+FR-03,Allier,2020-03-19,,2.0,2.0,,,
+FR-03,Allier,2020-03-20,,6.0,4.0,,,
+FR-03,Allier,2020-03-21,,10.0,4.0,,,
+FR-03,Allier,2020-03-22,,12.0,2.0,,,
+FR-03,Allier,2020-03-23,,23.0,11.0,,,
+FR-03,Allier,2020-03-24,,24.0,1.0,,,
+FR-03,Allier,2020-03-25,,30.0,6.0,,,
+FR-03,Allier,2020-03-26,,40.0,10.0,,,
+FR-03,Allier,2020-03-27,,46.0,6.0,,,
+FR-03,Allier,2020-03-28,,54.0,8.0,,,
+FR-03,Allier,2020-03-29,,57.0,3.0,,,
+FR-03,Allier,2020-03-30,,71.0,14.0,,,
+FR-03,Allier,2020-03-31,,76.0,5.0,,,
+FR-03,Allier,2020-04-01,,85.0,9.0,,,
+FR-03,Allier,2020-04-02,,90.0,5.0,,,
+FR-03,Allier,2020-04-03,,95.0,5.0,,,
+FR-03,Allier,2020-04-04,,101.0,6.0,,,
+FR-03,Allier,2020-04-05,,107.0,6.0,,,
+FR-03,Allier,2020-04-06,,113.0,6.0,,,
+FR-03,Allier,2020-04-07,,118.0,5.0,,,
+FR-03,Allier,2020-04-08,,127.0,9.0,,,
+FR-03,Allier,2020-04-09,,130.0,3.0,,,
+FR-03,Allier,2020-04-10,,135.0,5.0,,,
+FR-03,Allier,2020-04-11,,143.0,8.0,,,
+FR-03,Allier,2020-04-12,,147.0,4.0,,,
+FR-03,Allier,2020-04-13,,150.0,3.0,,,
+FR-03,Allier,2020-04-14,,156.0,6.0,,,
+FR-03,Allier,2020-04-15,,158.0,2.0,,,
+FR-03,Allier,2020-04-16,,162.0,4.0,,,
+FR-03,Allier,2020-04-17,,164.0,2.0,,,
+FR-03,Allier,2020-04-18,,166.0,2.0,,,
+FR-03,Allier,2020-04-19,,166.0,0.0,,,
+FR-03,Allier,2020-04-20,,171.0,5.0,,,
+FR-03,Allier,2020-04-21,,176.0,5.0,,,
+FR-03,Allier,2020-04-22,,181.0,5.0,,,
+FR-03,Allier,2020-04-23,,184.0,3.0,,,
+FR-03,Allier,2020-04-24,,186.0,2.0,,,
+FR-03,Allier,2020-04-25,,191.0,5.0,,,
+FR-03,Allier,2020-04-26,,194.0,3.0,,,
+FR-03,Allier,2020-04-27,,194.0,0.0,,,
+FR-03,Allier,2020-04-28,,195.0,1.0,,,
+FR-03,Allier,2020-04-29,,195.0,0.0,,,
+FR-03,Allier,2020-04-30,,197.0,2.0,,,
+FR-03,Allier,2020-05-01,,199.0,2.0,,,
+FR-03,Allier,2020-05-02,,201.0,2.0,,,
+FR-03,Allier,2020-05-03,,201.0,0.0,,,
+FR-03,Allier,2020-05-04,,202.0,1.0,,,
+FR-03,Allier,2020-05-05,,204.0,2.0,,,
+FR-03,Allier,2020-05-06,,206.0,2.0,,,
+FR-03,Allier,2020-05-07,,208.0,2.0,,,
+FR-03,Allier,2020-05-08,,211.0,3.0,,,
+FR-03,Allier,2020-05-09,,211.0,0.0,,,
+FR-03,Allier,2020-05-10,,212.0,1.0,,,
+FR-03,Allier,2020-05-11,,212.0,0.0,,,
+FR-03,Allier,2020-05-12,,214.0,2.0,,,
+FR-03,Allier,2020-05-13,,214.0,0.0,,,
+FR-03,Allier,2020-05-14,,215.0,1.0,,,
+FR-03,Allier,2020-05-15,,215.0,0.0,,,
+FR-03,Allier,2020-05-16,,215.0,0.0,,,
+FR-03,Allier,2020-05-17,,215.0,0.0,,,
+FR-03,Allier,2020-05-18,,215.0,0.0,,,
+FR-03,Allier,2020-05-19,,220.0,5.0,,,
+FR-03,Allier,2020-05-20,,224.0,4.0,,,
+FR-03,Allier,2020-05-21,,224.0,0.0,,,
+FR-03,Allier,2020-05-22,,224.0,0.0,,,
+FR-03,Allier,2020-05-23,,229.0,5.0,,,
+FR-03,Allier,2020-05-24,,232.0,3.0,,,
+FR-03,Allier,2020-05-25,,235.0,3.0,,,
+FR-03,Allier,2020-05-26,,236.0,1.0,,,
+FR-03,Allier,2020-05-27,,239.0,3.0,,,
+FR-03,Allier,2020-05-28,,239.0,0.0,,,
+FR-03,Allier,2020-05-29,,239.0,0.0,,,
+FR-03,Allier,2020-05-30,,239.0,0.0,,,
+FR-03,Allier,2020-05-31,,241.0,2.0,,,
+FR-03,Allier,2020-06-01,,242.0,1.0,,,
+FR-03,Allier,2020-06-02,,246.0,4.0,,,
+FR-03,Allier,2020-06-03,,246.0,0.0,,,
+FR-03,Allier,2020-06-04,,246.0,0.0,,,
+FR-03,Allier,2020-06-05,,250.0,4.0,,,
+FR-03,Allier,2020-06-06,,250.0,0.0,,,
+FR-03,Allier,2020-06-07,,250.0,0.0,,,
+FR-03,Allier,2020-06-08,,254.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-19,,1.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-20,,1.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-21,,2.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-22,,2.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-23,,2.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-24,,2.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-25,,19.0,17.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-26,,20.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-27,,24.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-28,,28.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-29,,28.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-30,,43.0,15.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-03-31,,48.0,5.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-01,,52.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-02,,67.0,15.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-03,,72.0,5.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-04,,72.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-05,,74.0,2.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-06,,85.0,11.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-07,,86.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-08,,89.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-09,,90.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-10,,96.0,6.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-11,,99.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-12,,99.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-13,,99.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-14,,107.0,8.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-15,,111.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-16,,111.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-17,,112.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-18,,113.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-19,,119.0,6.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-20,,129.0,10.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-21,,130.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-22,,134.0,4.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-23,,137.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-24,,140.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-25,,141.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-26,,141.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-27,,142.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-28,,144.0,2.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-29,,145.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-04-30,,147.0,2.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-01,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-02,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-03,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-04,,147.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-05,,148.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-06,,149.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-07,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-08,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-09,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-10,,149.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-11,,150.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-12,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-13,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-14,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-15,,150.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-16,,153.0,3.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-17,,153.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-18,,154.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-19,,155.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-20,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-21,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-22,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-23,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-24,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-25,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-26,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-27,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-28,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-29,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-30,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-05-31,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-01,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-02,,155.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-03,,156.0,1.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-04,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-05,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-06,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-07,,156.0,0.0,,,
+FR-04,Alpes-de-Haute-Provence,2020-06-08,,156.0,0.0,,,
+FR-05,Hautes-Alpes,2020-03-19,,4.0,4.0,,,
+FR-05,Hautes-Alpes,2020-03-20,,6.0,2.0,,,
+FR-05,Hautes-Alpes,2020-03-21,,9.0,3.0,,,
+FR-05,Hautes-Alpes,2020-03-22,,12.0,3.0,,,
+FR-05,Hautes-Alpes,2020-03-23,,17.0,5.0,,,
+FR-05,Hautes-Alpes,2020-03-24,,21.0,4.0,,,
+FR-05,Hautes-Alpes,2020-03-25,,28.0,7.0,,,
+FR-05,Hautes-Alpes,2020-03-26,,35.0,7.0,,,
+FR-05,Hautes-Alpes,2020-03-27,,40.0,5.0,,,
+FR-05,Hautes-Alpes,2020-03-28,,44.0,4.0,,,
+FR-05,Hautes-Alpes,2020-03-29,,52.0,8.0,,,
+FR-05,Hautes-Alpes,2020-03-30,,61.0,9.0,,,
+FR-05,Hautes-Alpes,2020-03-31,,68.0,7.0,,,
+FR-05,Hautes-Alpes,2020-04-01,,75.0,7.0,,,
+FR-05,Hautes-Alpes,2020-04-02,,83.0,8.0,,,
+FR-05,Hautes-Alpes,2020-04-03,,89.0,6.0,,,
+FR-05,Hautes-Alpes,2020-04-04,,90.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-05,,92.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-06,,98.0,6.0,,,
+FR-05,Hautes-Alpes,2020-04-07,,100.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-08,,102.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-09,,103.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-10,,105.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-11,,106.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-12,,107.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-13,,109.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-14,,109.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-15,,113.0,4.0,,,
+FR-05,Hautes-Alpes,2020-04-16,,115.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-17,,116.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-18,,118.0,2.0,,,
+FR-05,Hautes-Alpes,2020-04-19,,118.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-20,,118.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-21,,124.0,6.0,,,
+FR-05,Hautes-Alpes,2020-04-22,,125.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-23,,126.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-24,,127.0,1.0,,,
+FR-05,Hautes-Alpes,2020-04-25,,130.0,3.0,,,
+FR-05,Hautes-Alpes,2020-04-26,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-27,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-28,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-29,,130.0,0.0,,,
+FR-05,Hautes-Alpes,2020-04-30,,133.0,3.0,,,
+FR-05,Hautes-Alpes,2020-05-01,,134.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-02,,136.0,2.0,,,
+FR-05,Hautes-Alpes,2020-05-03,,136.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-04,,136.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-05,,140.0,4.0,,,
+FR-05,Hautes-Alpes,2020-05-06,,140.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-07,,140.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-08,,140.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-09,,141.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-10,,141.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-11,,142.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-12,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-13,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-14,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-15,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-16,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-17,,142.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-18,,144.0,2.0,,,
+FR-05,Hautes-Alpes,2020-05-19,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-20,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-21,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-22,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-23,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-24,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-25,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-26,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-27,,144.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-28,,145.0,1.0,,,
+FR-05,Hautes-Alpes,2020-05-29,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-30,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-05-31,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-01,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-02,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-03,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-04,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-05,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-06,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-07,,145.0,0.0,,,
+FR-05,Hautes-Alpes,2020-06-08,,145.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-03-19,,12.0,12.0,,,
+FR-06,Alpes-Maritimes,2020-03-20,,34.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-03-21,,39.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-03-22,,41.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-03-23,,63.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-03-24,,75.0,12.0,,,
+FR-06,Alpes-Maritimes,2020-03-25,,104.0,29.0,,,
+FR-06,Alpes-Maritimes,2020-03-26,,121.0,17.0,,,
+FR-06,Alpes-Maritimes,2020-03-27,,140.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-03-28,,162.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-03-29,,181.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-03-30,,192.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-03-31,,214.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-04-01,,254.0,40.0,,,
+FR-06,Alpes-Maritimes,2020-04-02,,297.0,43.0,,,
+FR-06,Alpes-Maritimes,2020-04-03,,333.0,36.0,,,
+FR-06,Alpes-Maritimes,2020-04-04,,370.0,37.0,,,
+FR-06,Alpes-Maritimes,2020-04-05,,381.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-06,,412.0,31.0,,,
+FR-06,Alpes-Maritimes,2020-04-07,,449.0,37.0,,,
+FR-06,Alpes-Maritimes,2020-04-08,,481.0,32.0,,,
+FR-06,Alpes-Maritimes,2020-04-09,,507.0,26.0,,,
+FR-06,Alpes-Maritimes,2020-04-10,,546.0,39.0,,,
+FR-06,Alpes-Maritimes,2020-04-11,,557.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-12,,563.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-04-13,,585.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-04-14,,613.0,28.0,,,
+FR-06,Alpes-Maritimes,2020-04-15,,626.0,13.0,,,
+FR-06,Alpes-Maritimes,2020-04-16,,644.0,18.0,,,
+FR-06,Alpes-Maritimes,2020-04-17,,668.0,24.0,,,
+FR-06,Alpes-Maritimes,2020-04-18,,685.0,17.0,,,
+FR-06,Alpes-Maritimes,2020-04-19,,690.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-04-20,,709.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-04-21,,721.0,12.0,,,
+FR-06,Alpes-Maritimes,2020-04-22,,743.0,22.0,,,
+FR-06,Alpes-Maritimes,2020-04-23,,754.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-24,,765.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-25,,771.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-04-26,,776.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-04-27,,786.0,10.0,,,
+FR-06,Alpes-Maritimes,2020-04-28,,800.0,14.0,,,
+FR-06,Alpes-Maritimes,2020-04-29,,811.0,11.0,,,
+FR-06,Alpes-Maritimes,2020-04-30,,815.0,4.0,,,
+FR-06,Alpes-Maritimes,2020-05-01,,821.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-02,,821.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-03,,827.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-04,,846.0,19.0,,,
+FR-06,Alpes-Maritimes,2020-05-05,,860.0,14.0,,,
+FR-06,Alpes-Maritimes,2020-05-06,,870.0,10.0,,,
+FR-06,Alpes-Maritimes,2020-05-07,,888.0,18.0,,,
+FR-06,Alpes-Maritimes,2020-05-08,,897.0,9.0,,,
+FR-06,Alpes-Maritimes,2020-05-09,,902.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-05-10,,903.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-05-11,,908.0,5.0,,,
+FR-06,Alpes-Maritimes,2020-05-12,,914.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-13,,917.0,3.0,,,
+FR-06,Alpes-Maritimes,2020-05-14,,923.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-15,,929.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-16,,933.0,4.0,,,
+FR-06,Alpes-Maritimes,2020-05-17,,933.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-18,,933.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-19,,935.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-20,,941.0,6.0,,,
+FR-06,Alpes-Maritimes,2020-05-21,,948.0,7.0,,,
+FR-06,Alpes-Maritimes,2020-05-22,,950.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-23,,950.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-05-24,,952.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-25,,953.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-05-26,,955.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-27,,957.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-28,,959.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-29,,962.0,3.0,,,
+FR-06,Alpes-Maritimes,2020-05-30,,964.0,2.0,,,
+FR-06,Alpes-Maritimes,2020-05-31,,965.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-01,,966.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-02,,967.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-03,,967.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-06-04,,968.0,1.0,,,
+FR-06,Alpes-Maritimes,2020-06-05,,975.0,7.0,,,
+FR-06,Alpes-Maritimes,2020-06-06,,975.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-06-07,,975.0,0.0,,,
+FR-06,Alpes-Maritimes,2020-06-08,,977.0,2.0,,,
+FR-07,Ardèche,2020-03-19,,7.0,7.0,,,
+FR-07,Ardèche,2020-03-20,,14.0,7.0,,,
+FR-07,Ardèche,2020-03-21,,20.0,6.0,,,
+FR-07,Ardèche,2020-03-22,,23.0,3.0,,,
+FR-07,Ardèche,2020-03-23,,30.0,7.0,,,
+FR-07,Ardèche,2020-03-24,,38.0,8.0,,,
+FR-07,Ardèche,2020-03-25,,82.0,44.0,,,
+FR-07,Ardèche,2020-03-26,,93.0,11.0,,,
+FR-07,Ardèche,2020-03-27,,105.0,12.0,,,
+FR-07,Ardèche,2020-03-28,,139.0,34.0,,,
+FR-07,Ardèche,2020-03-29,,147.0,8.0,,,
+FR-07,Ardèche,2020-03-30,,168.0,21.0,,,
+FR-07,Ardèche,2020-03-31,,201.0,33.0,,,
+FR-07,Ardèche,2020-04-01,,216.0,15.0,,,
+FR-07,Ardèche,2020-04-02,,228.0,12.0,,,
+FR-07,Ardèche,2020-04-03,,247.0,19.0,,,
+FR-07,Ardèche,2020-04-04,,248.0,1.0,,,
+FR-07,Ardèche,2020-04-05,,254.0,6.0,,,
+FR-07,Ardèche,2020-04-06,,277.0,23.0,,,
+FR-07,Ardèche,2020-04-07,,291.0,14.0,,,
+FR-07,Ardèche,2020-04-08,,300.0,9.0,,,
+FR-07,Ardèche,2020-04-09,,307.0,7.0,,,
+FR-07,Ardèche,2020-04-10,,317.0,10.0,,,
+FR-07,Ardèche,2020-04-11,,319.0,2.0,,,
+FR-07,Ardèche,2020-04-12,,321.0,2.0,,,
+FR-07,Ardèche,2020-04-13,,331.0,10.0,,,
+FR-07,Ardèche,2020-04-14,,341.0,10.0,,,
+FR-07,Ardèche,2020-04-15,,348.0,7.0,,,
+FR-07,Ardèche,2020-04-16,,352.0,4.0,,,
+FR-07,Ardèche,2020-04-17,,366.0,14.0,,,
+FR-07,Ardèche,2020-04-18,,374.0,8.0,,,
+FR-07,Ardèche,2020-04-19,,375.0,1.0,,,
+FR-07,Ardèche,2020-04-20,,379.0,4.0,,,
+FR-07,Ardèche,2020-04-21,,385.0,6.0,,,
+FR-07,Ardèche,2020-04-22,,389.0,4.0,,,
+FR-07,Ardèche,2020-04-23,,397.0,8.0,,,
+FR-07,Ardèche,2020-04-24,,400.0,3.0,,,
+FR-07,Ardèche,2020-04-25,,406.0,6.0,,,
+FR-07,Ardèche,2020-04-26,,413.0,7.0,,,
+FR-07,Ardèche,2020-04-27,,424.0,11.0,,,
+FR-07,Ardèche,2020-04-28,,475.0,51.0,,,
+FR-07,Ardèche,2020-04-29,,478.0,3.0,,,
+FR-07,Ardèche,2020-04-30,,506.0,28.0,,,
+FR-07,Ardèche,2020-05-01,,515.0,9.0,,,
+FR-07,Ardèche,2020-05-02,,517.0,2.0,,,
+FR-07,Ardèche,2020-05-03,,517.0,0.0,,,
+FR-07,Ardèche,2020-05-04,,521.0,4.0,,,
+FR-07,Ardèche,2020-05-05,,557.0,36.0,,,
+FR-07,Ardèche,2020-05-06,,573.0,16.0,,,
+FR-07,Ardèche,2020-05-07,,581.0,8.0,,,
+FR-07,Ardèche,2020-05-08,,585.0,4.0,,,
+FR-07,Ardèche,2020-05-09,,588.0,3.0,,,
+FR-07,Ardèche,2020-05-10,,597.0,9.0,,,
+FR-07,Ardèche,2020-05-11,,598.0,1.0,,,
+FR-07,Ardèche,2020-05-12,,602.0,4.0,,,
+FR-07,Ardèche,2020-05-13,,611.0,9.0,,,
+FR-07,Ardèche,2020-05-14,,618.0,7.0,,,
+FR-07,Ardèche,2020-05-15,,619.0,1.0,,,
+FR-07,Ardèche,2020-05-16,,620.0,1.0,,,
+FR-07,Ardèche,2020-05-17,,620.0,0.0,,,
+FR-07,Ardèche,2020-05-18,,626.0,6.0,,,
+FR-07,Ardèche,2020-05-19,,630.0,4.0,,,
+FR-07,Ardèche,2020-05-20,,635.0,5.0,,,
+FR-07,Ardèche,2020-05-21,,635.0,0.0,,,
+FR-07,Ardèche,2020-05-22,,638.0,3.0,,,
+FR-07,Ardèche,2020-05-23,,638.0,0.0,,,
+FR-07,Ardèche,2020-05-24,,640.0,2.0,,,
+FR-07,Ardèche,2020-05-25,,642.0,2.0,,,
+FR-07,Ardèche,2020-05-26,,646.0,4.0,,,
+FR-07,Ardèche,2020-05-27,,650.0,4.0,,,
+FR-07,Ardèche,2020-05-28,,650.0,0.0,,,
+FR-07,Ardèche,2020-05-29,,650.0,0.0,,,
+FR-07,Ardèche,2020-05-30,,650.0,0.0,,,
+FR-07,Ardèche,2020-05-31,,651.0,1.0,,,
+FR-07,Ardèche,2020-06-01,,653.0,2.0,,,
+FR-07,Ardèche,2020-06-02,,656.0,3.0,,,
+FR-07,Ardèche,2020-06-03,,656.0,0.0,,,
+FR-07,Ardèche,2020-06-04,,657.0,1.0,,,
+FR-07,Ardèche,2020-06-05,,657.0,0.0,,,
+FR-07,Ardèche,2020-06-06,,657.0,0.0,,,
+FR-07,Ardèche,2020-06-07,,657.0,0.0,,,
+FR-07,Ardèche,2020-06-08,,659.0,2.0,,,
+FR-08,Ardennes,2020-03-19,,1.0,1.0,,,
+FR-08,Ardennes,2020-03-20,,1.0,0.0,,,
+FR-08,Ardennes,2020-03-21,,3.0,2.0,,,
+FR-08,Ardennes,2020-03-22,,4.0,1.0,,,
+FR-08,Ardennes,2020-03-23,,5.0,1.0,,,
+FR-08,Ardennes,2020-03-24,,5.0,0.0,,,
+FR-08,Ardennes,2020-03-25,,7.0,2.0,,,
+FR-08,Ardennes,2020-03-26,,15.0,8.0,,,
+FR-08,Ardennes,2020-03-27,,15.0,0.0,,,
+FR-08,Ardennes,2020-03-28,,26.0,11.0,,,
+FR-08,Ardennes,2020-03-29,,33.0,7.0,,,
+FR-08,Ardennes,2020-03-30,,33.0,0.0,,,
+FR-08,Ardennes,2020-03-31,,55.0,22.0,,,
+FR-08,Ardennes,2020-04-01,,62.0,7.0,,,
+FR-08,Ardennes,2020-04-02,,75.0,13.0,,,
+FR-08,Ardennes,2020-04-03,,80.0,5.0,,,
+FR-08,Ardennes,2020-04-04,,91.0,11.0,,,
+FR-08,Ardennes,2020-04-05,,101.0,10.0,,,
+FR-08,Ardennes,2020-04-06,,109.0,8.0,,,
+FR-08,Ardennes,2020-04-07,,122.0,13.0,,,
+FR-08,Ardennes,2020-04-08,,122.0,0.0,,,
+FR-08,Ardennes,2020-04-09,,133.0,11.0,,,
+FR-08,Ardennes,2020-04-10,,142.0,9.0,,,
+FR-08,Ardennes,2020-04-11,,145.0,3.0,,,
+FR-08,Ardennes,2020-04-12,,168.0,23.0,,,
+FR-08,Ardennes,2020-04-13,,168.0,0.0,,,
+FR-08,Ardennes,2020-04-14,,177.0,9.0,,,
+FR-08,Ardennes,2020-04-15,,184.0,7.0,,,
+FR-08,Ardennes,2020-04-16,,187.0,3.0,,,
+FR-08,Ardennes,2020-04-17,,201.0,14.0,,,
+FR-08,Ardennes,2020-04-18,,212.0,11.0,,,
+FR-08,Ardennes,2020-04-19,,218.0,6.0,,,
+FR-08,Ardennes,2020-04-20,,221.0,3.0,,,
+FR-08,Ardennes,2020-04-21,,225.0,4.0,,,
+FR-08,Ardennes,2020-04-22,,235.0,10.0,,,
+FR-08,Ardennes,2020-04-23,,237.0,2.0,,,
+FR-08,Ardennes,2020-04-24,,241.0,4.0,,,
+FR-08,Ardennes,2020-04-25,,244.0,3.0,,,
+FR-08,Ardennes,2020-04-26,,248.0,4.0,,,
+FR-08,Ardennes,2020-04-27,,252.0,4.0,,,
+FR-08,Ardennes,2020-04-28,,253.0,1.0,,,
+FR-08,Ardennes,2020-04-29,,257.0,4.0,,,
+FR-08,Ardennes,2020-04-30,,257.0,0.0,,,
+FR-08,Ardennes,2020-05-01,,260.0,3.0,,,
+FR-08,Ardennes,2020-05-02,,262.0,2.0,,,
+FR-08,Ardennes,2020-05-03,,264.0,2.0,,,
+FR-08,Ardennes,2020-05-04,,264.0,0.0,,,
+FR-08,Ardennes,2020-05-05,,266.0,2.0,,,
+FR-08,Ardennes,2020-05-06,,278.0,12.0,,,
+FR-08,Ardennes,2020-05-07,,284.0,6.0,,,
+FR-08,Ardennes,2020-05-08,,284.0,0.0,,,
+FR-08,Ardennes,2020-05-09,,291.0,7.0,,,
+FR-08,Ardennes,2020-05-10,,294.0,3.0,,,
+FR-08,Ardennes,2020-05-11,,295.0,1.0,,,
+FR-08,Ardennes,2020-05-12,,296.0,1.0,,,
+FR-08,Ardennes,2020-05-13,,296.0,0.0,,,
+FR-08,Ardennes,2020-05-14,,303.0,7.0,,,
+FR-08,Ardennes,2020-05-15,,309.0,6.0,,,
+FR-08,Ardennes,2020-05-16,,309.0,0.0,,,
+FR-08,Ardennes,2020-05-17,,311.0,2.0,,,
+FR-08,Ardennes,2020-05-18,,311.0,0.0,,,
+FR-08,Ardennes,2020-05-19,,340.0,29.0,,,
+FR-08,Ardennes,2020-05-20,,340.0,0.0,,,
+FR-08,Ardennes,2020-05-21,,340.0,0.0,,,
+FR-08,Ardennes,2020-05-22,,343.0,3.0,,,
+FR-08,Ardennes,2020-05-23,,343.0,0.0,,,
+FR-08,Ardennes,2020-05-24,,343.0,0.0,,,
+FR-08,Ardennes,2020-05-25,,343.0,0.0,,,
+FR-08,Ardennes,2020-05-26,,344.0,1.0,,,
+FR-08,Ardennes,2020-05-27,,345.0,1.0,,,
+FR-08,Ardennes,2020-05-28,,346.0,1.0,,,
+FR-08,Ardennes,2020-05-29,,347.0,1.0,,,
+FR-08,Ardennes,2020-05-30,,349.0,2.0,,,
+FR-08,Ardennes,2020-05-31,,349.0,0.0,,,
+FR-08,Ardennes,2020-06-01,,352.0,3.0,,,
+FR-08,Ardennes,2020-06-02,,352.0,0.0,,,
+FR-08,Ardennes,2020-06-03,,352.0,0.0,,,
+FR-08,Ardennes,2020-06-04,,353.0,1.0,,,
+FR-08,Ardennes,2020-06-05,,353.0,0.0,,,
+FR-08,Ardennes,2020-06-06,,361.0,8.0,,,
+FR-08,Ardennes,2020-06-07,,361.0,0.0,,,
+FR-08,Ardennes,2020-06-08,,361.0,0.0,,,
+FR-09,Ariège,2020-03-19,,0.0,0.0,,,
+FR-09,Ariège,2020-03-20,,1.0,1.0,,,
+FR-09,Ariège,2020-03-21,,2.0,1.0,,,
+FR-09,Ariège,2020-03-22,,3.0,1.0,,,
+FR-09,Ariège,2020-03-23,,4.0,1.0,,,
+FR-09,Ariège,2020-03-24,,5.0,1.0,,,
+FR-09,Ariège,2020-03-25,,10.0,5.0,,,
+FR-09,Ariège,2020-03-26,,10.0,0.0,,,
+FR-09,Ariège,2020-03-27,,11.0,1.0,,,
+FR-09,Ariège,2020-03-28,,11.0,0.0,,,
+FR-09,Ariège,2020-03-29,,11.0,0.0,,,
+FR-09,Ariège,2020-03-30,,13.0,2.0,,,
+FR-09,Ariège,2020-03-31,,16.0,3.0,,,
+FR-09,Ariège,2020-04-01,,21.0,5.0,,,
+FR-09,Ariège,2020-04-02,,23.0,2.0,,,
+FR-09,Ariège,2020-04-03,,23.0,0.0,,,
+FR-09,Ariège,2020-04-04,,24.0,1.0,,,
+FR-09,Ariège,2020-04-05,,27.0,3.0,,,
+FR-09,Ariège,2020-04-06,,28.0,1.0,,,
+FR-09,Ariège,2020-04-07,,30.0,2.0,,,
+FR-09,Ariège,2020-04-08,,33.0,3.0,,,
+FR-09,Ariège,2020-04-09,,34.0,1.0,,,
+FR-09,Ariège,2020-04-10,,35.0,1.0,,,
+FR-09,Ariège,2020-04-11,,35.0,0.0,,,
+FR-09,Ariège,2020-04-12,,36.0,1.0,,,
+FR-09,Ariège,2020-04-13,,36.0,0.0,,,
+FR-09,Ariège,2020-04-14,,36.0,0.0,,,
+FR-09,Ariège,2020-04-15,,38.0,2.0,,,
+FR-09,Ariège,2020-04-16,,38.0,0.0,,,
+FR-09,Ariège,2020-04-17,,40.0,2.0,,,
+FR-09,Ariège,2020-04-18,,40.0,0.0,,,
+FR-09,Ariège,2020-04-19,,40.0,0.0,,,
+FR-09,Ariège,2020-04-20,,41.0,1.0,,,
+FR-09,Ariège,2020-04-21,,41.0,0.0,,,
+FR-09,Ariège,2020-04-22,,41.0,0.0,,,
+FR-09,Ariège,2020-04-23,,42.0,1.0,,,
+FR-09,Ariège,2020-04-24,,43.0,1.0,,,
+FR-09,Ariège,2020-04-25,,43.0,0.0,,,
+FR-09,Ariège,2020-04-26,,43.0,0.0,,,
+FR-09,Ariège,2020-04-27,,43.0,0.0,,,
+FR-09,Ariège,2020-04-28,,43.0,0.0,,,
+FR-09,Ariège,2020-04-29,,43.0,0.0,,,
+FR-09,Ariège,2020-04-30,,43.0,0.0,,,
+FR-09,Ariège,2020-05-01,,43.0,0.0,,,
+FR-09,Ariège,2020-05-02,,43.0,0.0,,,
+FR-09,Ariège,2020-05-03,,43.0,0.0,,,
+FR-09,Ariège,2020-05-04,,43.0,0.0,,,
+FR-09,Ariège,2020-05-05,,43.0,0.0,,,
+FR-09,Ariège,2020-05-06,,43.0,0.0,,,
+FR-09,Ariège,2020-05-07,,43.0,0.0,,,
+FR-09,Ariège,2020-05-08,,43.0,0.0,,,
+FR-09,Ariège,2020-05-09,,43.0,0.0,,,
+FR-09,Ariège,2020-05-10,,43.0,0.0,,,
+FR-09,Ariège,2020-05-11,,43.0,0.0,,,
+FR-09,Ariège,2020-05-12,,43.0,0.0,,,
+FR-09,Ariège,2020-05-13,,43.0,0.0,,,
+FR-09,Ariège,2020-05-14,,43.0,0.0,,,
+FR-09,Ariège,2020-05-15,,43.0,0.0,,,
+FR-09,Ariège,2020-05-16,,43.0,0.0,,,
+FR-09,Ariège,2020-05-17,,43.0,0.0,,,
+FR-09,Ariège,2020-05-18,,43.0,0.0,,,
+FR-09,Ariège,2020-05-19,,43.0,0.0,,,
+FR-09,Ariège,2020-05-20,,45.0,2.0,,,
+FR-09,Ariège,2020-05-21,,46.0,1.0,,,
+FR-09,Ariège,2020-05-22,,46.0,0.0,,,
+FR-09,Ariège,2020-05-23,,46.0,0.0,,,
+FR-09,Ariège,2020-05-24,,46.0,0.0,,,
+FR-09,Ariège,2020-05-25,,46.0,0.0,,,
+FR-09,Ariège,2020-05-26,,46.0,0.0,,,
+FR-09,Ariège,2020-05-27,,46.0,0.0,,,
+FR-09,Ariège,2020-05-28,,46.0,0.0,,,
+FR-09,Ariège,2020-05-29,,46.0,0.0,,,
+FR-09,Ariège,2020-05-30,,46.0,0.0,,,
+FR-09,Ariège,2020-05-31,,46.0,0.0,,,
+FR-09,Ariège,2020-06-01,,46.0,0.0,,,
+FR-09,Ariège,2020-06-02,,46.0,0.0,,,
+FR-09,Ariège,2020-06-03,,46.0,0.0,,,
+FR-09,Ariège,2020-06-04,,46.0,0.0,,,
+FR-09,Ariège,2020-06-05,,46.0,0.0,,,
+FR-09,Ariège,2020-06-06,,46.0,0.0,,,
+FR-09,Ariège,2020-06-07,,46.0,0.0,,,
+FR-09,Ariège,2020-06-08,,46.0,0.0,,,
+FR-10,Aube,2020-03-19,,6.0,6.0,,,
+FR-10,Aube,2020-03-20,,8.0,2.0,,,
+FR-10,Aube,2020-03-21,,14.0,6.0,,,
+FR-10,Aube,2020-03-22,,23.0,9.0,,,
+FR-10,Aube,2020-03-23,,32.0,9.0,,,
+FR-10,Aube,2020-03-24,,35.0,3.0,,,
+FR-10,Aube,2020-03-25,,52.0,17.0,,,
+FR-10,Aube,2020-03-26,,64.0,12.0,,,
+FR-10,Aube,2020-03-27,,68.0,4.0,,,
+FR-10,Aube,2020-03-28,,72.0,4.0,,,
+FR-10,Aube,2020-03-29,,73.0,1.0,,,
+FR-10,Aube,2020-03-30,,79.0,6.0,,,
+FR-10,Aube,2020-03-31,,92.0,13.0,,,
+FR-10,Aube,2020-04-01,,126.0,34.0,,,
+FR-10,Aube,2020-04-02,,149.0,23.0,,,
+FR-10,Aube,2020-04-03,,158.0,9.0,,,
+FR-10,Aube,2020-04-04,,196.0,38.0,,,
+FR-10,Aube,2020-04-05,,206.0,10.0,,,
+FR-10,Aube,2020-04-06,,209.0,3.0,,,
+FR-10,Aube,2020-04-07,,222.0,13.0,,,
+FR-10,Aube,2020-04-08,,251.0,29.0,,,
+FR-10,Aube,2020-04-09,,408.0,157.0,,,
+FR-10,Aube,2020-04-10,,470.0,62.0,,,
+FR-10,Aube,2020-04-11,,479.0,9.0,,,
+FR-10,Aube,2020-04-12,,503.0,24.0,,,
+FR-10,Aube,2020-04-13,,527.0,24.0,,,
+FR-10,Aube,2020-04-14,,546.0,19.0,,,
+FR-10,Aube,2020-04-15,,557.0,11.0,,,
+FR-10,Aube,2020-04-16,,575.0,18.0,,,
+FR-10,Aube,2020-04-17,,588.0,13.0,,,
+FR-10,Aube,2020-04-18,,594.0,6.0,,,
+FR-10,Aube,2020-04-19,,598.0,4.0,,,
+FR-10,Aube,2020-04-20,,610.0,12.0,,,
+FR-10,Aube,2020-04-21,,617.0,7.0,,,
+FR-10,Aube,2020-04-22,,654.0,37.0,,,
+FR-10,Aube,2020-04-23,,683.0,29.0,,,
+FR-10,Aube,2020-04-24,,712.0,29.0,,,
+FR-10,Aube,2020-04-25,,724.0,12.0,,,
+FR-10,Aube,2020-04-26,,724.0,0.0,,,
+FR-10,Aube,2020-04-27,,730.0,6.0,,,
+FR-10,Aube,2020-04-28,,759.0,29.0,,,
+FR-10,Aube,2020-04-29,,785.0,26.0,,,
+FR-10,Aube,2020-04-30,,801.0,16.0,,,
+FR-10,Aube,2020-05-01,,820.0,19.0,,,
+FR-10,Aube,2020-05-02,,833.0,13.0,,,
+FR-10,Aube,2020-05-03,,847.0,14.0,,,
+FR-10,Aube,2020-05-04,,851.0,4.0,,,
+FR-10,Aube,2020-05-05,,855.0,4.0,,,
+FR-10,Aube,2020-05-06,,865.0,10.0,,,
+FR-10,Aube,2020-05-07,,885.0,20.0,,,
+FR-10,Aube,2020-05-08,,890.0,5.0,,,
+FR-10,Aube,2020-05-09,,891.0,1.0,,,
+FR-10,Aube,2020-05-10,,895.0,4.0,,,
+FR-10,Aube,2020-05-11,,897.0,2.0,,,
+FR-10,Aube,2020-05-12,,899.0,2.0,,,
+FR-10,Aube,2020-05-13,,901.0,2.0,,,
+FR-10,Aube,2020-05-14,,907.0,6.0,,,
+FR-10,Aube,2020-05-15,,908.0,1.0,,,
+FR-10,Aube,2020-05-16,,913.0,5.0,,,
+FR-10,Aube,2020-05-17,,915.0,2.0,,,
+FR-10,Aube,2020-05-18,,922.0,7.0,,,
+FR-10,Aube,2020-05-19,,923.0,1.0,,,
+FR-10,Aube,2020-05-20,,926.0,3.0,,,
+FR-10,Aube,2020-05-21,,931.0,5.0,,,
+FR-10,Aube,2020-05-22,,932.0,1.0,,,
+FR-10,Aube,2020-05-23,,933.0,1.0,,,
+FR-10,Aube,2020-05-24,,934.0,1.0,,,
+FR-10,Aube,2020-05-25,,934.0,0.0,,,
+FR-10,Aube,2020-05-26,,935.0,1.0,,,
+FR-10,Aube,2020-05-27,,937.0,2.0,,,
+FR-10,Aube,2020-05-28,,941.0,4.0,,,
+FR-10,Aube,2020-05-29,,943.0,2.0,,,
+FR-10,Aube,2020-05-30,,943.0,0.0,,,
+FR-10,Aube,2020-05-31,,943.0,0.0,,,
+FR-10,Aube,2020-06-01,,944.0,1.0,,,
+FR-10,Aube,2020-06-02,,944.0,0.0,,,
+FR-10,Aube,2020-06-03,,944.0,0.0,,,
+FR-10,Aube,2020-06-04,,944.0,0.0,,,
+FR-10,Aube,2020-06-05,,945.0,1.0,,,
+FR-10,Aube,2020-06-06,,946.0,1.0,,,
+FR-10,Aube,2020-06-07,,947.0,1.0,,,
+FR-10,Aube,2020-06-08,,947.0,0.0,,,
+FR-11,Aude,2020-03-19,,19.0,19.0,,,
+FR-11,Aude,2020-03-20,,29.0,10.0,,,
+FR-11,Aude,2020-03-21,,31.0,2.0,,,
+FR-11,Aude,2020-03-22,,36.0,5.0,,,
+FR-11,Aude,2020-03-23,,50.0,14.0,,,
+FR-11,Aude,2020-03-24,,55.0,5.0,,,
+FR-11,Aude,2020-03-25,,67.0,12.0,,,
+FR-11,Aude,2020-03-26,,80.0,13.0,,,
+FR-11,Aude,2020-03-27,,92.0,12.0,,,
+FR-11,Aude,2020-03-28,,113.0,21.0,,,
+FR-11,Aude,2020-03-29,,131.0,18.0,,,
+FR-11,Aude,2020-03-30,,150.0,19.0,,,
+FR-11,Aude,2020-03-31,,165.0,15.0,,,
+FR-11,Aude,2020-04-01,,182.0,17.0,,,
+FR-11,Aude,2020-04-02,,213.0,31.0,,,
+FR-11,Aude,2020-04-03,,220.0,7.0,,,
+FR-11,Aude,2020-04-04,,228.0,8.0,,,
+FR-11,Aude,2020-04-05,,236.0,8.0,,,
+FR-11,Aude,2020-04-06,,243.0,7.0,,,
+FR-11,Aude,2020-04-07,,256.0,13.0,,,
+FR-11,Aude,2020-04-08,,260.0,4.0,,,
+FR-11,Aude,2020-04-09,,263.0,3.0,,,
+FR-11,Aude,2020-04-10,,269.0,6.0,,,
+FR-11,Aude,2020-04-11,,276.0,7.0,,,
+FR-11,Aude,2020-04-12,,293.0,17.0,,,
+FR-11,Aude,2020-04-13,,306.0,13.0,,,
+FR-11,Aude,2020-04-14,,310.0,4.0,,,
+FR-11,Aude,2020-04-15,,314.0,4.0,,,
+FR-11,Aude,2020-04-16,,317.0,3.0,,,
+FR-11,Aude,2020-04-17,,324.0,7.0,,,
+FR-11,Aude,2020-04-18,,331.0,7.0,,,
+FR-11,Aude,2020-04-19,,334.0,3.0,,,
+FR-11,Aude,2020-04-20,,336.0,2.0,,,
+FR-11,Aude,2020-04-21,,347.0,11.0,,,
+FR-11,Aude,2020-04-22,,348.0,1.0,,,
+FR-11,Aude,2020-04-23,,349.0,1.0,,,
+FR-11,Aude,2020-04-24,,354.0,5.0,,,
+FR-11,Aude,2020-04-25,,357.0,3.0,,,
+FR-11,Aude,2020-04-26,,358.0,1.0,,,
+FR-11,Aude,2020-04-27,,361.0,3.0,,,
+FR-11,Aude,2020-04-28,,369.0,8.0,,,
+FR-11,Aude,2020-04-29,,369.0,0.0,,,
+FR-11,Aude,2020-04-30,,376.0,7.0,,,
+FR-11,Aude,2020-05-01,,381.0,5.0,,,
+FR-11,Aude,2020-05-02,,382.0,1.0,,,
+FR-11,Aude,2020-05-03,,387.0,5.0,,,
+FR-11,Aude,2020-05-04,,389.0,2.0,,,
+FR-11,Aude,2020-05-05,,390.0,1.0,,,
+FR-11,Aude,2020-05-06,,390.0,0.0,,,
+FR-11,Aude,2020-05-07,,392.0,2.0,,,
+FR-11,Aude,2020-05-08,,393.0,1.0,,,
+FR-11,Aude,2020-05-09,,393.0,0.0,,,
+FR-11,Aude,2020-05-10,,393.0,0.0,,,
+FR-11,Aude,2020-05-11,,393.0,0.0,,,
+FR-11,Aude,2020-05-12,,393.0,0.0,,,
+FR-11,Aude,2020-05-13,,402.0,9.0,,,
+FR-11,Aude,2020-05-14,,402.0,0.0,,,
+FR-11,Aude,2020-05-15,,402.0,0.0,,,
+FR-11,Aude,2020-05-16,,409.0,7.0,,,
+FR-11,Aude,2020-05-17,,412.0,3.0,,,
+FR-11,Aude,2020-05-18,,415.0,3.0,,,
+FR-11,Aude,2020-05-19,,417.0,2.0,,,
+FR-11,Aude,2020-05-20,,419.0,2.0,,,
+FR-11,Aude,2020-05-21,,421.0,2.0,,,
+FR-11,Aude,2020-05-22,,428.0,7.0,,,
+FR-11,Aude,2020-05-23,,428.0,0.0,,,
+FR-11,Aude,2020-05-24,,428.0,0.0,,,
+FR-11,Aude,2020-05-25,,429.0,1.0,,,
+FR-11,Aude,2020-05-26,,429.0,0.0,,,
+FR-11,Aude,2020-05-27,,429.0,0.0,,,
+FR-11,Aude,2020-05-28,,431.0,2.0,,,
+FR-11,Aude,2020-05-29,,432.0,1.0,,,
+FR-11,Aude,2020-05-30,,433.0,1.0,,,
+FR-11,Aude,2020-05-31,,435.0,2.0,,,
+FR-11,Aude,2020-06-01,,435.0,0.0,,,
+FR-11,Aude,2020-06-02,,437.0,2.0,,,
+FR-11,Aude,2020-06-03,,437.0,0.0,,,
+FR-11,Aude,2020-06-04,,437.0,0.0,,,
+FR-11,Aude,2020-06-05,,438.0,1.0,,,
+FR-11,Aude,2020-06-06,,438.0,0.0,,,
+FR-11,Aude,2020-06-07,,438.0,0.0,,,
+FR-11,Aude,2020-06-08,,438.0,0.0,,,
+FR-12,Aveyron,2020-03-19,,4.0,4.0,,,
+FR-12,Aveyron,2020-03-20,,8.0,4.0,,,
+FR-12,Aveyron,2020-03-21,,9.0,1.0,,,
+FR-12,Aveyron,2020-03-22,,11.0,2.0,,,
+FR-12,Aveyron,2020-03-23,,12.0,1.0,,,
+FR-12,Aveyron,2020-03-24,,18.0,6.0,,,
+FR-12,Aveyron,2020-03-25,,21.0,3.0,,,
+FR-12,Aveyron,2020-03-26,,29.0,8.0,,,
+FR-12,Aveyron,2020-03-27,,35.0,6.0,,,
+FR-12,Aveyron,2020-03-28,,48.0,13.0,,,
+FR-12,Aveyron,2020-03-29,,50.0,2.0,,,
+FR-12,Aveyron,2020-03-30,,60.0,10.0,,,
+FR-12,Aveyron,2020-03-31,,66.0,6.0,,,
+FR-12,Aveyron,2020-04-01,,70.0,4.0,,,
+FR-12,Aveyron,2020-04-02,,79.0,9.0,,,
+FR-12,Aveyron,2020-04-03,,92.0,13.0,,,
+FR-12,Aveyron,2020-04-04,,102.0,10.0,,,
+FR-12,Aveyron,2020-04-05,,105.0,3.0,,,
+FR-12,Aveyron,2020-04-06,,111.0,6.0,,,
+FR-12,Aveyron,2020-04-07,,115.0,4.0,,,
+FR-12,Aveyron,2020-04-08,,118.0,3.0,,,
+FR-12,Aveyron,2020-04-09,,122.0,4.0,,,
+FR-12,Aveyron,2020-04-10,,129.0,7.0,,,
+FR-12,Aveyron,2020-04-11,,137.0,8.0,,,
+FR-12,Aveyron,2020-04-12,,139.0,2.0,,,
+FR-12,Aveyron,2020-04-13,,142.0,3.0,,,
+FR-12,Aveyron,2020-04-14,,143.0,1.0,,,
+FR-12,Aveyron,2020-04-15,,146.0,3.0,,,
+FR-12,Aveyron,2020-04-16,,147.0,1.0,,,
+FR-12,Aveyron,2020-04-17,,152.0,5.0,,,
+FR-12,Aveyron,2020-04-18,,160.0,8.0,,,
+FR-12,Aveyron,2020-04-19,,161.0,1.0,,,
+FR-12,Aveyron,2020-04-20,,165.0,4.0,,,
+FR-12,Aveyron,2020-04-21,,166.0,1.0,,,
+FR-12,Aveyron,2020-04-22,,169.0,3.0,,,
+FR-12,Aveyron,2020-04-23,,172.0,3.0,,,
+FR-12,Aveyron,2020-04-24,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-25,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-26,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-27,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-28,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-29,,172.0,0.0,,,
+FR-12,Aveyron,2020-04-30,,173.0,1.0,,,
+FR-12,Aveyron,2020-05-01,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-02,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-03,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-04,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-05,,173.0,0.0,,,
+FR-12,Aveyron,2020-05-06,,175.0,2.0,,,
+FR-12,Aveyron,2020-05-07,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-08,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-09,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-10,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-11,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-12,,175.0,0.0,,,
+FR-12,Aveyron,2020-05-13,,176.0,1.0,,,
+FR-12,Aveyron,2020-05-14,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-15,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-16,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-17,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-18,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-19,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-20,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-21,,176.0,0.0,,,
+FR-12,Aveyron,2020-05-22,,177.0,1.0,,,
+FR-12,Aveyron,2020-05-23,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-24,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-25,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-26,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-27,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-28,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-29,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-30,,177.0,0.0,,,
+FR-12,Aveyron,2020-05-31,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-01,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-02,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-03,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-04,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-05,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-06,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-07,,177.0,0.0,,,
+FR-12,Aveyron,2020-06-08,,177.0,0.0,,,
+FR-13,Bouches-du-Rhône,2020-03-19,,90.0,90.0,,,
+FR-13,Bouches-du-Rhône,2020-03-20,,133.0,43.0,,,
+FR-13,Bouches-du-Rhône,2020-03-21,,196.0,63.0,,,
+FR-13,Bouches-du-Rhône,2020-03-22,,244.0,48.0,,,
+FR-13,Bouches-du-Rhône,2020-03-23,,324.0,80.0,,,
+FR-13,Bouches-du-Rhône,2020-03-24,,418.0,94.0,,,
+FR-13,Bouches-du-Rhône,2020-03-25,,498.0,80.0,,,
+FR-13,Bouches-du-Rhône,2020-03-26,,612.0,114.0,,,
+FR-13,Bouches-du-Rhône,2020-03-27,,748.0,136.0,,,
+FR-13,Bouches-du-Rhône,2020-03-28,,855.0,107.0,,,
+FR-13,Bouches-du-Rhône,2020-03-29,,972.0,117.0,,,
+FR-13,Bouches-du-Rhône,2020-03-30,,1110.0,138.0,,,
+FR-13,Bouches-du-Rhône,2020-03-31,,1276.0,166.0,,,
+FR-13,Bouches-du-Rhône,2020-04-01,,1416.0,140.0,,,
+FR-13,Bouches-du-Rhône,2020-04-02,,1522.0,106.0,,,
+FR-13,Bouches-du-Rhône,2020-04-03,,1682.0,160.0,,,
+FR-13,Bouches-du-Rhône,2020-04-04,,1780.0,98.0,,,
+FR-13,Bouches-du-Rhône,2020-04-05,,1857.0,77.0,,,
+FR-13,Bouches-du-Rhône,2020-04-06,,2006.0,149.0,,,
+FR-13,Bouches-du-Rhône,2020-04-07,,2073.0,67.0,,,
+FR-13,Bouches-du-Rhône,2020-04-08,,2209.0,136.0,,,
+FR-13,Bouches-du-Rhône,2020-04-09,,2284.0,75.0,,,
+FR-13,Bouches-du-Rhône,2020-04-10,,2411.0,127.0,,,
+FR-13,Bouches-du-Rhône,2020-04-11,,2458.0,47.0,,,
+FR-13,Bouches-du-Rhône,2020-04-12,,2543.0,85.0,,,
+FR-13,Bouches-du-Rhône,2020-04-13,,2584.0,41.0,,,
+FR-13,Bouches-du-Rhône,2020-04-14,,2680.0,96.0,,,
+FR-13,Bouches-du-Rhône,2020-04-15,,2766.0,86.0,,,
+FR-13,Bouches-du-Rhône,2020-04-16,,2852.0,86.0,,,
+FR-13,Bouches-du-Rhône,2020-04-17,,2971.0,119.0,,,
+FR-13,Bouches-du-Rhône,2020-04-18,,3031.0,60.0,,,
+FR-13,Bouches-du-Rhône,2020-04-19,,3058.0,27.0,,,
+FR-13,Bouches-du-Rhône,2020-04-20,,3142.0,84.0,,,
+FR-13,Bouches-du-Rhône,2020-04-21,,3248.0,106.0,,,
+FR-13,Bouches-du-Rhône,2020-04-22,,3362.0,114.0,,,
+FR-13,Bouches-du-Rhône,2020-04-23,,3431.0,69.0,,,
+FR-13,Bouches-du-Rhône,2020-04-24,,3511.0,80.0,,,
+FR-13,Bouches-du-Rhône,2020-04-25,,3564.0,53.0,,,
+FR-13,Bouches-du-Rhône,2020-04-26,,3596.0,32.0,,,
+FR-13,Bouches-du-Rhône,2020-04-27,,3654.0,58.0,,,
+FR-13,Bouches-du-Rhône,2020-04-28,,3708.0,54.0,,,
+FR-13,Bouches-du-Rhône,2020-04-29,,3770.0,62.0,,,
+FR-13,Bouches-du-Rhône,2020-04-30,,3799.0,29.0,,,
+FR-13,Bouches-du-Rhône,2020-05-01,,3831.0,32.0,,,
+FR-13,Bouches-du-Rhône,2020-05-02,,3865.0,34.0,,,
+FR-13,Bouches-du-Rhône,2020-05-03,,3886.0,21.0,,,
+FR-13,Bouches-du-Rhône,2020-05-04,,3919.0,33.0,,,
+FR-13,Bouches-du-Rhône,2020-05-05,,3944.0,25.0,,,
+FR-13,Bouches-du-Rhône,2020-05-06,,3983.0,39.0,,,
+FR-13,Bouches-du-Rhône,2020-05-07,,4007.0,24.0,,,
+FR-13,Bouches-du-Rhône,2020-05-08,,4025.0,18.0,,,
+FR-13,Bouches-du-Rhône,2020-05-09,,4035.0,10.0,,,
+FR-13,Bouches-du-Rhône,2020-05-10,,4047.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-11,,4081.0,34.0,,,
+FR-13,Bouches-du-Rhône,2020-05-12,,4096.0,15.0,,,
+FR-13,Bouches-du-Rhône,2020-05-13,,4118.0,22.0,,,
+FR-13,Bouches-du-Rhône,2020-05-14,,4134.0,16.0,,,
+FR-13,Bouches-du-Rhône,2020-05-15,,4156.0,22.0,,,
+FR-13,Bouches-du-Rhône,2020-05-16,,4168.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-17,,4179.0,11.0,,,
+FR-13,Bouches-du-Rhône,2020-05-18,,4191.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-19,,4209.0,18.0,,,
+FR-13,Bouches-du-Rhône,2020-05-20,,4226.0,17.0,,,
+FR-13,Bouches-du-Rhône,2020-05-21,,4239.0,13.0,,,
+FR-13,Bouches-du-Rhône,2020-05-22,,4241.0,2.0,,,
+FR-13,Bouches-du-Rhône,2020-05-23,,4253.0,12.0,,,
+FR-13,Bouches-du-Rhône,2020-05-24,,4257.0,4.0,,,
+FR-13,Bouches-du-Rhône,2020-05-25,,4268.0,11.0,,,
+FR-13,Bouches-du-Rhône,2020-05-26,,4278.0,10.0,,,
+FR-13,Bouches-du-Rhône,2020-05-27,,4285.0,7.0,,,
+FR-13,Bouches-du-Rhône,2020-05-28,,4289.0,4.0,,,
+FR-13,Bouches-du-Rhône,2020-05-29,,4298.0,9.0,,,
+FR-13,Bouches-du-Rhône,2020-05-30,,4303.0,5.0,,,
+FR-13,Bouches-du-Rhône,2020-05-31,,4308.0,5.0,,,
+FR-13,Bouches-du-Rhône,2020-06-01,,4309.0,1.0,,,
+FR-13,Bouches-du-Rhône,2020-06-02,,4317.0,8.0,,,
+FR-13,Bouches-du-Rhône,2020-06-03,,4327.0,10.0,,,
+FR-13,Bouches-du-Rhône,2020-06-04,,4335.0,8.0,,,
+FR-13,Bouches-du-Rhône,2020-06-05,,4354.0,19.0,,,
+FR-13,Bouches-du-Rhône,2020-06-06,,4361.0,7.0,,,
+FR-13,Bouches-du-Rhône,2020-06-07,,4362.0,1.0,,,
+FR-13,Bouches-du-Rhône,2020-06-08,,4369.0,7.0,,,
+FR-14,Calvados,2020-03-19,,3.0,3.0,,,
+FR-14,Calvados,2020-03-20,,4.0,1.0,,,
+FR-14,Calvados,2020-03-21,,10.0,6.0,,,
+FR-14,Calvados,2020-03-22,,20.0,10.0,,,
+FR-14,Calvados,2020-03-23,,31.0,11.0,,,
+FR-14,Calvados,2020-03-24,,36.0,5.0,,,
+FR-14,Calvados,2020-03-25,,53.0,17.0,,,
+FR-14,Calvados,2020-03-26,,62.0,9.0,,,
+FR-14,Calvados,2020-03-27,,78.0,16.0,,,
+FR-14,Calvados,2020-03-28,,100.0,22.0,,,
+FR-14,Calvados,2020-03-29,,116.0,16.0,,,
+FR-14,Calvados,2020-03-30,,123.0,7.0,,,
+FR-14,Calvados,2020-03-31,,134.0,11.0,,,
+FR-14,Calvados,2020-04-01,,159.0,25.0,,,
+FR-14,Calvados,2020-04-02,,178.0,19.0,,,
+FR-14,Calvados,2020-04-03,,189.0,11.0,,,
+FR-14,Calvados,2020-04-04,,199.0,10.0,,,
+FR-14,Calvados,2020-04-05,,213.0,14.0,,,
+FR-14,Calvados,2020-04-06,,232.0,19.0,,,
+FR-14,Calvados,2020-04-07,,248.0,16.0,,,
+FR-14,Calvados,2020-04-08,,261.0,13.0,,,
+FR-14,Calvados,2020-04-09,,268.0,7.0,,,
+FR-14,Calvados,2020-04-10,,281.0,13.0,,,
+FR-14,Calvados,2020-04-11,,291.0,10.0,,,
+FR-14,Calvados,2020-04-12,,299.0,8.0,,,
+FR-14,Calvados,2020-04-13,,301.0,2.0,,,
+FR-14,Calvados,2020-04-14,,308.0,7.0,,,
+FR-14,Calvados,2020-04-15,,317.0,9.0,,,
+FR-14,Calvados,2020-04-16,,321.0,4.0,,,
+FR-14,Calvados,2020-04-17,,328.0,7.0,,,
+FR-14,Calvados,2020-04-18,,336.0,8.0,,,
+FR-14,Calvados,2020-04-19,,345.0,9.0,,,
+FR-14,Calvados,2020-04-20,,347.0,2.0,,,
+FR-14,Calvados,2020-04-21,,358.0,11.0,,,
+FR-14,Calvados,2020-04-22,,361.0,3.0,,,
+FR-14,Calvados,2020-04-23,,363.0,2.0,,,
+FR-14,Calvados,2020-04-24,,374.0,11.0,,,
+FR-14,Calvados,2020-04-25,,375.0,1.0,,,
+FR-14,Calvados,2020-04-26,,376.0,1.0,,,
+FR-14,Calvados,2020-04-27,,377.0,1.0,,,
+FR-14,Calvados,2020-04-28,,384.0,7.0,,,
+FR-14,Calvados,2020-04-29,,394.0,10.0,,,
+FR-14,Calvados,2020-04-30,,395.0,1.0,,,
+FR-14,Calvados,2020-05-01,,401.0,6.0,,,
+FR-14,Calvados,2020-05-02,,405.0,4.0,,,
+FR-14,Calvados,2020-05-03,,406.0,1.0,,,
+FR-14,Calvados,2020-05-04,,410.0,4.0,,,
+FR-14,Calvados,2020-05-05,,420.0,10.0,,,
+FR-14,Calvados,2020-05-06,,423.0,3.0,,,
+FR-14,Calvados,2020-05-07,,427.0,4.0,,,
+FR-14,Calvados,2020-05-08,,430.0,3.0,,,
+FR-14,Calvados,2020-05-09,,432.0,2.0,,,
+FR-14,Calvados,2020-05-10,,433.0,1.0,,,
+FR-14,Calvados,2020-05-11,,434.0,1.0,,,
+FR-14,Calvados,2020-05-12,,440.0,6.0,,,
+FR-14,Calvados,2020-05-13,,442.0,2.0,,,
+FR-14,Calvados,2020-05-14,,444.0,2.0,,,
+FR-14,Calvados,2020-05-15,,448.0,4.0,,,
+FR-14,Calvados,2020-05-16,,452.0,4.0,,,
+FR-14,Calvados,2020-05-17,,453.0,1.0,,,
+FR-14,Calvados,2020-05-18,,453.0,0.0,,,
+FR-14,Calvados,2020-05-19,,458.0,5.0,,,
+FR-14,Calvados,2020-05-20,,459.0,1.0,,,
+FR-14,Calvados,2020-05-21,,460.0,1.0,,,
+FR-14,Calvados,2020-05-22,,462.0,2.0,,,
+FR-14,Calvados,2020-05-23,,463.0,1.0,,,
+FR-14,Calvados,2020-05-24,,465.0,2.0,,,
+FR-14,Calvados,2020-05-25,,468.0,3.0,,,
+FR-14,Calvados,2020-05-26,,469.0,1.0,,,
+FR-14,Calvados,2020-05-27,,469.0,0.0,,,
+FR-14,Calvados,2020-05-28,,469.0,0.0,,,
+FR-14,Calvados,2020-05-29,,469.0,0.0,,,
+FR-14,Calvados,2020-05-30,,469.0,0.0,,,
+FR-14,Calvados,2020-05-31,,469.0,0.0,,,
+FR-14,Calvados,2020-06-01,,469.0,0.0,,,
+FR-14,Calvados,2020-06-02,,469.0,0.0,,,
+FR-14,Calvados,2020-06-03,,469.0,0.0,,,
+FR-14,Calvados,2020-06-04,,469.0,0.0,,,
+FR-14,Calvados,2020-06-05,,469.0,0.0,,,
+FR-14,Calvados,2020-06-06,,469.0,0.0,,,
+FR-14,Calvados,2020-06-07,,469.0,0.0,,,
+FR-14,Calvados,2020-06-08,,469.0,0.0,,,
+FR-15,Cantal,2020-03-19,,1.0,1.0,,,
+FR-15,Cantal,2020-03-20,,2.0,1.0,,,
+FR-15,Cantal,2020-03-21,,3.0,1.0,,,
+FR-15,Cantal,2020-03-22,,3.0,0.0,,,
+FR-15,Cantal,2020-03-23,,3.0,0.0,,,
+FR-15,Cantal,2020-03-24,,5.0,2.0,,,
+FR-15,Cantal,2020-03-25,,6.0,1.0,,,
+FR-15,Cantal,2020-03-26,,6.0,0.0,,,
+FR-15,Cantal,2020-03-27,,7.0,1.0,,,
+FR-15,Cantal,2020-03-28,,8.0,1.0,,,
+FR-15,Cantal,2020-03-29,,8.0,0.0,,,
+FR-15,Cantal,2020-03-30,,11.0,3.0,,,
+FR-15,Cantal,2020-03-31,,14.0,3.0,,,
+FR-15,Cantal,2020-04-01,,15.0,1.0,,,
+FR-15,Cantal,2020-04-02,,24.0,9.0,,,
+FR-15,Cantal,2020-04-03,,27.0,3.0,,,
+FR-15,Cantal,2020-04-04,,28.0,1.0,,,
+FR-15,Cantal,2020-04-05,,30.0,2.0,,,
+FR-15,Cantal,2020-04-06,,32.0,2.0,,,
+FR-15,Cantal,2020-04-07,,32.0,0.0,,,
+FR-15,Cantal,2020-04-08,,34.0,2.0,,,
+FR-15,Cantal,2020-04-09,,36.0,2.0,,,
+FR-15,Cantal,2020-04-10,,36.0,0.0,,,
+FR-15,Cantal,2020-04-11,,36.0,0.0,,,
+FR-15,Cantal,2020-04-12,,37.0,1.0,,,
+FR-15,Cantal,2020-04-13,,38.0,1.0,,,
+FR-15,Cantal,2020-04-14,,39.0,1.0,,,
+FR-15,Cantal,2020-04-15,,40.0,1.0,,,
+FR-15,Cantal,2020-04-16,,41.0,1.0,,,
+FR-15,Cantal,2020-04-17,,42.0,1.0,,,
+FR-15,Cantal,2020-04-18,,42.0,0.0,,,
+FR-15,Cantal,2020-04-19,,47.0,5.0,,,
+FR-15,Cantal,2020-04-20,,48.0,1.0,,,
+FR-15,Cantal,2020-04-21,,51.0,3.0,,,
+FR-15,Cantal,2020-04-22,,52.0,1.0,,,
+FR-15,Cantal,2020-04-23,,53.0,1.0,,,
+FR-15,Cantal,2020-04-24,,53.0,0.0,,,
+FR-15,Cantal,2020-04-25,,53.0,0.0,,,
+FR-15,Cantal,2020-04-26,,53.0,0.0,,,
+FR-15,Cantal,2020-04-27,,59.0,6.0,,,
+FR-15,Cantal,2020-04-28,,62.0,3.0,,,
+FR-15,Cantal,2020-04-29,,62.0,0.0,,,
+FR-15,Cantal,2020-04-30,,62.0,0.0,,,
+FR-15,Cantal,2020-05-01,,62.0,0.0,,,
+FR-15,Cantal,2020-05-02,,63.0,1.0,,,
+FR-15,Cantal,2020-05-03,,63.0,0.0,,,
+FR-15,Cantal,2020-05-04,,64.0,1.0,,,
+FR-15,Cantal,2020-05-05,,66.0,2.0,,,
+FR-15,Cantal,2020-05-06,,66.0,0.0,,,
+FR-15,Cantal,2020-05-07,,66.0,0.0,,,
+FR-15,Cantal,2020-05-08,,66.0,0.0,,,
+FR-15,Cantal,2020-05-09,,66.0,0.0,,,
+FR-15,Cantal,2020-05-10,,66.0,0.0,,,
+FR-15,Cantal,2020-05-11,,66.0,0.0,,,
+FR-15,Cantal,2020-05-12,,68.0,2.0,,,
+FR-15,Cantal,2020-05-13,,69.0,1.0,,,
+FR-15,Cantal,2020-05-14,,69.0,0.0,,,
+FR-15,Cantal,2020-05-15,,69.0,0.0,,,
+FR-15,Cantal,2020-05-16,,70.0,1.0,,,
+FR-15,Cantal,2020-05-17,,70.0,0.0,,,
+FR-15,Cantal,2020-05-18,,70.0,0.0,,,
+FR-15,Cantal,2020-05-19,,70.0,0.0,,,
+FR-15,Cantal,2020-05-20,,70.0,0.0,,,
+FR-15,Cantal,2020-05-21,,70.0,0.0,,,
+FR-15,Cantal,2020-05-22,,70.0,0.0,,,
+FR-15,Cantal,2020-05-23,,70.0,0.0,,,
+FR-15,Cantal,2020-05-24,,70.0,0.0,,,
+FR-15,Cantal,2020-05-25,,71.0,1.0,,,
+FR-15,Cantal,2020-05-26,,71.0,0.0,,,
+FR-15,Cantal,2020-05-27,,71.0,0.0,,,
+FR-15,Cantal,2020-05-28,,71.0,0.0,,,
+FR-15,Cantal,2020-05-29,,71.0,0.0,,,
+FR-15,Cantal,2020-05-30,,71.0,0.0,,,
+FR-15,Cantal,2020-05-31,,71.0,0.0,,,
+FR-15,Cantal,2020-06-01,,71.0,0.0,,,
+FR-15,Cantal,2020-06-02,,71.0,0.0,,,
+FR-15,Cantal,2020-06-03,,71.0,0.0,,,
+FR-15,Cantal,2020-06-04,,71.0,0.0,,,
+FR-15,Cantal,2020-06-05,,71.0,0.0,,,
+FR-15,Cantal,2020-06-06,,71.0,0.0,,,
+FR-15,Cantal,2020-06-07,,71.0,0.0,,,
+FR-15,Cantal,2020-06-08,,71.0,0.0,,,
+FR-16,Charente,2020-03-19,,1.0,1.0,,,
+FR-16,Charente,2020-03-20,,2.0,1.0,,,
+FR-16,Charente,2020-03-21,,4.0,2.0,,,
+FR-16,Charente,2020-03-22,,7.0,3.0,,,
+FR-16,Charente,2020-03-23,,9.0,2.0,,,
+FR-16,Charente,2020-03-24,,17.0,8.0,,,
+FR-16,Charente,2020-03-25,,29.0,12.0,,,
+FR-16,Charente,2020-03-26,,34.0,5.0,,,
+FR-16,Charente,2020-03-27,,44.0,10.0,,,
+FR-16,Charente,2020-03-28,,46.0,2.0,,,
+FR-16,Charente,2020-03-29,,56.0,10.0,,,
+FR-16,Charente,2020-03-30,,62.0,6.0,,,
+FR-16,Charente,2020-03-31,,66.0,4.0,,,
+FR-16,Charente,2020-04-01,,72.0,6.0,,,
+FR-16,Charente,2020-04-02,,76.0,4.0,,,
+FR-16,Charente,2020-04-03,,80.0,4.0,,,
+FR-16,Charente,2020-04-04,,81.0,1.0,,,
+FR-16,Charente,2020-04-05,,84.0,3.0,,,
+FR-16,Charente,2020-04-06,,84.0,0.0,,,
+FR-16,Charente,2020-04-07,,84.0,0.0,,,
+FR-16,Charente,2020-04-08,,87.0,3.0,,,
+FR-16,Charente,2020-04-09,,87.0,0.0,,,
+FR-16,Charente,2020-04-10,,88.0,1.0,,,
+FR-16,Charente,2020-04-11,,88.0,0.0,,,
+FR-16,Charente,2020-04-12,,89.0,1.0,,,
+FR-16,Charente,2020-04-13,,89.0,0.0,,,
+FR-16,Charente,2020-04-14,,89.0,0.0,,,
+FR-16,Charente,2020-04-15,,89.0,0.0,,,
+FR-16,Charente,2020-04-16,,89.0,0.0,,,
+FR-16,Charente,2020-04-17,,90.0,1.0,,,
+FR-16,Charente,2020-04-18,,90.0,0.0,,,
+FR-16,Charente,2020-04-19,,92.0,2.0,,,
+FR-16,Charente,2020-04-20,,92.0,0.0,,,
+FR-16,Charente,2020-04-21,,92.0,0.0,,,
+FR-16,Charente,2020-04-22,,92.0,0.0,,,
+FR-16,Charente,2020-04-23,,92.0,0.0,,,
+FR-16,Charente,2020-04-24,,92.0,0.0,,,
+FR-16,Charente,2020-04-25,,92.0,0.0,,,
+FR-16,Charente,2020-04-26,,92.0,0.0,,,
+FR-16,Charente,2020-04-27,,92.0,0.0,,,
+FR-16,Charente,2020-04-28,,92.0,0.0,,,
+FR-16,Charente,2020-04-29,,92.0,0.0,,,
+FR-16,Charente,2020-04-30,,92.0,0.0,,,
+FR-16,Charente,2020-05-01,,93.0,1.0,,,
+FR-16,Charente,2020-05-02,,93.0,0.0,,,
+FR-16,Charente,2020-05-03,,93.0,0.0,,,
+FR-16,Charente,2020-05-04,,94.0,1.0,,,
+FR-16,Charente,2020-05-05,,94.0,0.0,,,
+FR-16,Charente,2020-05-06,,94.0,0.0,,,
+FR-16,Charente,2020-05-07,,94.0,0.0,,,
+FR-16,Charente,2020-05-08,,94.0,0.0,,,
+FR-16,Charente,2020-05-09,,94.0,0.0,,,
+FR-16,Charente,2020-05-10,,94.0,0.0,,,
+FR-16,Charente,2020-05-11,,94.0,0.0,,,
+FR-16,Charente,2020-05-12,,94.0,0.0,,,
+FR-16,Charente,2020-05-13,,98.0,4.0,,,
+FR-16,Charente,2020-05-14,,98.0,0.0,,,
+FR-16,Charente,2020-05-15,,98.0,0.0,,,
+FR-16,Charente,2020-05-16,,98.0,0.0,,,
+FR-16,Charente,2020-05-17,,98.0,0.0,,,
+FR-16,Charente,2020-05-18,,99.0,1.0,,,
+FR-16,Charente,2020-05-19,,100.0,1.0,,,
+FR-16,Charente,2020-05-20,,100.0,0.0,,,
+FR-16,Charente,2020-05-21,,100.0,0.0,,,
+FR-16,Charente,2020-05-22,,100.0,0.0,,,
+FR-16,Charente,2020-05-23,,101.0,1.0,,,
+FR-16,Charente,2020-05-24,,103.0,2.0,,,
+FR-16,Charente,2020-05-25,,104.0,1.0,,,
+FR-16,Charente,2020-05-26,,105.0,1.0,,,
+FR-16,Charente,2020-05-27,,105.0,0.0,,,
+FR-16,Charente,2020-05-28,,105.0,0.0,,,
+FR-16,Charente,2020-05-29,,105.0,0.0,,,
+FR-16,Charente,2020-05-30,,105.0,0.0,,,
+FR-16,Charente,2020-05-31,,105.0,0.0,,,
+FR-16,Charente,2020-06-01,,105.0,0.0,,,
+FR-16,Charente,2020-06-02,,105.0,0.0,,,
+FR-16,Charente,2020-06-03,,105.0,0.0,,,
+FR-16,Charente,2020-06-04,,105.0,0.0,,,
+FR-16,Charente,2020-06-05,,105.0,0.0,,,
+FR-16,Charente,2020-06-06,,105.0,0.0,,,
+FR-16,Charente,2020-06-07,,108.0,3.0,,,
+FR-16,Charente,2020-06-08,,108.0,0.0,,,
+FR-17,Charente-Maritime,2020-03-19,,2.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-20,,4.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-21,,8.0,4.0,,,
+FR-17,Charente-Maritime,2020-03-22,,10.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-23,,12.0,2.0,,,
+FR-17,Charente-Maritime,2020-03-24,,26.0,14.0,,,
+FR-17,Charente-Maritime,2020-03-25,,36.0,10.0,,,
+FR-17,Charente-Maritime,2020-03-26,,64.0,28.0,,,
+FR-17,Charente-Maritime,2020-03-27,,73.0,9.0,,,
+FR-17,Charente-Maritime,2020-03-28,,82.0,9.0,,,
+FR-17,Charente-Maritime,2020-03-29,,93.0,11.0,,,
+FR-17,Charente-Maritime,2020-03-30,,109.0,16.0,,,
+FR-17,Charente-Maritime,2020-03-31,,117.0,8.0,,,
+FR-17,Charente-Maritime,2020-04-01,,135.0,18.0,,,
+FR-17,Charente-Maritime,2020-04-02,,145.0,10.0,,,
+FR-17,Charente-Maritime,2020-04-03,,156.0,11.0,,,
+FR-17,Charente-Maritime,2020-04-04,,164.0,8.0,,,
+FR-17,Charente-Maritime,2020-04-05,,171.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-06,,177.0,6.0,,,
+FR-17,Charente-Maritime,2020-04-07,,194.0,17.0,,,
+FR-17,Charente-Maritime,2020-04-08,,216.0,22.0,,,
+FR-17,Charente-Maritime,2020-04-09,,223.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-10,,228.0,5.0,,,
+FR-17,Charente-Maritime,2020-04-11,,235.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-12,,243.0,8.0,,,
+FR-17,Charente-Maritime,2020-04-13,,250.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-14,,263.0,13.0,,,
+FR-17,Charente-Maritime,2020-04-15,,270.0,7.0,,,
+FR-17,Charente-Maritime,2020-04-16,,272.0,2.0,,,
+FR-17,Charente-Maritime,2020-04-17,,275.0,3.0,,,
+FR-17,Charente-Maritime,2020-04-18,,281.0,6.0,,,
+FR-17,Charente-Maritime,2020-04-19,,281.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-20,,284.0,3.0,,,
+FR-17,Charente-Maritime,2020-04-21,,287.0,3.0,,,
+FR-17,Charente-Maritime,2020-04-22,,288.0,1.0,,,
+FR-17,Charente-Maritime,2020-04-23,,293.0,5.0,,,
+FR-17,Charente-Maritime,2020-04-24,,293.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-25,,293.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-26,,293.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-27,,297.0,4.0,,,
+FR-17,Charente-Maritime,2020-04-28,,297.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-29,,297.0,0.0,,,
+FR-17,Charente-Maritime,2020-04-30,,299.0,2.0,,,
+FR-17,Charente-Maritime,2020-05-01,,299.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-02,,300.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-03,,300.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-04,,300.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-05,,300.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-06,,301.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-07,,303.0,2.0,,,
+FR-17,Charente-Maritime,2020-05-08,,303.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-09,,303.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-10,,304.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-11,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-12,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-13,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-14,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-15,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-16,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-17,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-18,,304.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-19,,305.0,1.0,,,
+FR-17,Charente-Maritime,2020-05-20,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-21,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-22,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-23,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-24,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-25,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-26,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-27,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-28,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-29,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-30,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-05-31,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-01,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-02,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-03,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-04,,305.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-05,,306.0,1.0,,,
+FR-17,Charente-Maritime,2020-06-06,,306.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-07,,306.0,0.0,,,
+FR-17,Charente-Maritime,2020-06-08,,306.0,0.0,,,
+FR-18,Cher,2020-03-19,,0.0,0.0,,,
+FR-18,Cher,2020-03-20,,0.0,0.0,,,
+FR-18,Cher,2020-03-21,,0.0,0.0,,,
+FR-18,Cher,2020-03-22,,0.0,0.0,,,
+FR-18,Cher,2020-03-23,,0.0,0.0,,,
+FR-18,Cher,2020-03-24,,3.0,3.0,,,
+FR-18,Cher,2020-03-25,,8.0,5.0,,,
+FR-18,Cher,2020-03-26,,11.0,3.0,,,
+FR-18,Cher,2020-03-27,,16.0,5.0,,,
+FR-18,Cher,2020-03-28,,22.0,6.0,,,
+FR-18,Cher,2020-03-29,,24.0,2.0,,,
+FR-18,Cher,2020-03-30,,40.0,16.0,,,
+FR-18,Cher,2020-03-31,,50.0,10.0,,,
+FR-18,Cher,2020-04-01,,55.0,5.0,,,
+FR-18,Cher,2020-04-02,,61.0,6.0,,,
+FR-18,Cher,2020-04-03,,71.0,10.0,,,
+FR-18,Cher,2020-04-04,,77.0,6.0,,,
+FR-18,Cher,2020-04-05,,84.0,7.0,,,
+FR-18,Cher,2020-04-06,,98.0,14.0,,,
+FR-18,Cher,2020-04-07,,107.0,9.0,,,
+FR-18,Cher,2020-04-08,,111.0,4.0,,,
+FR-18,Cher,2020-04-09,,121.0,10.0,,,
+FR-18,Cher,2020-04-10,,134.0,13.0,,,
+FR-18,Cher,2020-04-11,,142.0,8.0,,,
+FR-18,Cher,2020-04-12,,144.0,2.0,,,
+FR-18,Cher,2020-04-13,,151.0,7.0,,,
+FR-18,Cher,2020-04-14,,153.0,2.0,,,
+FR-18,Cher,2020-04-15,,158.0,5.0,,,
+FR-18,Cher,2020-04-16,,161.0,3.0,,,
+FR-18,Cher,2020-04-17,,181.0,20.0,,,
+FR-18,Cher,2020-04-18,,184.0,3.0,,,
+FR-18,Cher,2020-04-19,,190.0,6.0,,,
+FR-18,Cher,2020-04-20,,191.0,1.0,,,
+FR-18,Cher,2020-04-21,,207.0,16.0,,,
+FR-18,Cher,2020-04-22,,212.0,5.0,,,
+FR-18,Cher,2020-04-23,,215.0,3.0,,,
+FR-18,Cher,2020-04-24,,219.0,4.0,,,
+FR-18,Cher,2020-04-25,,223.0,4.0,,,
+FR-18,Cher,2020-04-26,,227.0,4.0,,,
+FR-18,Cher,2020-04-27,,233.0,6.0,,,
+FR-18,Cher,2020-04-28,,239.0,6.0,,,
+FR-18,Cher,2020-04-29,,249.0,10.0,,,
+FR-18,Cher,2020-04-30,,252.0,3.0,,,
+FR-18,Cher,2020-05-01,,254.0,2.0,,,
+FR-18,Cher,2020-05-02,,254.0,0.0,,,
+FR-18,Cher,2020-05-03,,256.0,2.0,,,
+FR-18,Cher,2020-05-04,,258.0,2.0,,,
+FR-18,Cher,2020-05-05,,268.0,10.0,,,
+FR-18,Cher,2020-05-06,,272.0,4.0,,,
+FR-18,Cher,2020-05-07,,273.0,1.0,,,
+FR-18,Cher,2020-05-08,,276.0,3.0,,,
+FR-18,Cher,2020-05-09,,279.0,3.0,,,
+FR-18,Cher,2020-05-10,,280.0,1.0,,,
+FR-18,Cher,2020-05-11,,282.0,2.0,,,
+FR-18,Cher,2020-05-12,,282.0,0.0,,,
+FR-18,Cher,2020-05-13,,283.0,1.0,,,
+FR-18,Cher,2020-05-14,,284.0,1.0,,,
+FR-18,Cher,2020-05-15,,285.0,1.0,,,
+FR-18,Cher,2020-05-16,,285.0,0.0,,,
+FR-18,Cher,2020-05-17,,285.0,0.0,,,
+FR-18,Cher,2020-05-18,,287.0,2.0,,,
+FR-18,Cher,2020-05-19,,289.0,2.0,,,
+FR-18,Cher,2020-05-20,,291.0,2.0,,,
+FR-18,Cher,2020-05-21,,291.0,0.0,,,
+FR-18,Cher,2020-05-22,,299.0,8.0,,,
+FR-18,Cher,2020-05-23,,299.0,0.0,,,
+FR-18,Cher,2020-05-24,,300.0,1.0,,,
+FR-18,Cher,2020-05-25,,302.0,2.0,,,
+FR-18,Cher,2020-05-26,,303.0,1.0,,,
+FR-18,Cher,2020-05-27,,304.0,1.0,,,
+FR-18,Cher,2020-05-28,,304.0,0.0,,,
+FR-18,Cher,2020-05-29,,304.0,0.0,,,
+FR-18,Cher,2020-05-30,,306.0,2.0,,,
+FR-18,Cher,2020-05-31,,307.0,1.0,,,
+FR-18,Cher,2020-06-01,,307.0,0.0,,,
+FR-18,Cher,2020-06-02,,309.0,2.0,,,
+FR-18,Cher,2020-06-03,,309.0,0.0,,,
+FR-18,Cher,2020-06-04,,309.0,0.0,,,
+FR-18,Cher,2020-06-05,,309.0,0.0,,,
+FR-18,Cher,2020-06-06,,309.0,0.0,,,
+FR-18,Cher,2020-06-07,,309.0,0.0,,,
+FR-18,Cher,2020-06-08,,309.0,0.0,,,
+FR-19,Corrèze,2020-03-19,,1.0,1.0,,,
+FR-19,Corrèze,2020-03-20,,1.0,0.0,,,
+FR-19,Corrèze,2020-03-21,,4.0,3.0,,,
+FR-19,Corrèze,2020-03-22,,5.0,1.0,,,
+FR-19,Corrèze,2020-03-23,,8.0,3.0,,,
+FR-19,Corrèze,2020-03-24,,15.0,7.0,,,
+FR-19,Corrèze,2020-03-25,,19.0,4.0,,,
+FR-19,Corrèze,2020-03-26,,21.0,2.0,,,
+FR-19,Corrèze,2020-03-27,,21.0,0.0,,,
+FR-19,Corrèze,2020-03-28,,35.0,14.0,,,
+FR-19,Corrèze,2020-03-29,,40.0,5.0,,,
+FR-19,Corrèze,2020-03-30,,47.0,7.0,,,
+FR-19,Corrèze,2020-03-31,,49.0,2.0,,,
+FR-19,Corrèze,2020-04-01,,54.0,5.0,,,
+FR-19,Corrèze,2020-04-02,,56.0,2.0,,,
+FR-19,Corrèze,2020-04-03,,63.0,7.0,,,
+FR-19,Corrèze,2020-04-04,,69.0,6.0,,,
+FR-19,Corrèze,2020-04-05,,70.0,1.0,,,
+FR-19,Corrèze,2020-04-06,,75.0,5.0,,,
+FR-19,Corrèze,2020-04-07,,80.0,5.0,,,
+FR-19,Corrèze,2020-04-08,,85.0,5.0,,,
+FR-19,Corrèze,2020-04-09,,90.0,5.0,,,
+FR-19,Corrèze,2020-04-10,,94.0,4.0,,,
+FR-19,Corrèze,2020-04-11,,103.0,9.0,,,
+FR-19,Corrèze,2020-04-12,,106.0,3.0,,,
+FR-19,Corrèze,2020-04-13,,109.0,3.0,,,
+FR-19,Corrèze,2020-04-14,,114.0,5.0,,,
+FR-19,Corrèze,2020-04-15,,118.0,4.0,,,
+FR-19,Corrèze,2020-04-16,,124.0,6.0,,,
+FR-19,Corrèze,2020-04-17,,126.0,2.0,,,
+FR-19,Corrèze,2020-04-18,,134.0,8.0,,,
+FR-19,Corrèze,2020-04-19,,139.0,5.0,,,
+FR-19,Corrèze,2020-04-20,,147.0,8.0,,,
+FR-19,Corrèze,2020-04-21,,152.0,5.0,,,
+FR-19,Corrèze,2020-04-22,,153.0,1.0,,,
+FR-19,Corrèze,2020-04-23,,155.0,2.0,,,
+FR-19,Corrèze,2020-04-24,,160.0,5.0,,,
+FR-19,Corrèze,2020-04-25,,161.0,1.0,,,
+FR-19,Corrèze,2020-04-26,,162.0,1.0,,,
+FR-19,Corrèze,2020-04-27,,169.0,7.0,,,
+FR-19,Corrèze,2020-04-28,,170.0,1.0,,,
+FR-19,Corrèze,2020-04-29,,173.0,3.0,,,
+FR-19,Corrèze,2020-04-30,,180.0,7.0,,,
+FR-19,Corrèze,2020-05-01,,180.0,0.0,,,
+FR-19,Corrèze,2020-05-02,,180.0,0.0,,,
+FR-19,Corrèze,2020-05-03,,184.0,4.0,,,
+FR-19,Corrèze,2020-05-04,,186.0,2.0,,,
+FR-19,Corrèze,2020-05-05,,187.0,1.0,,,
+FR-19,Corrèze,2020-05-06,,188.0,1.0,,,
+FR-19,Corrèze,2020-05-07,,191.0,3.0,,,
+FR-19,Corrèze,2020-05-08,,192.0,1.0,,,
+FR-19,Corrèze,2020-05-09,,194.0,2.0,,,
+FR-19,Corrèze,2020-05-10,,195.0,1.0,,,
+FR-19,Corrèze,2020-05-11,,198.0,3.0,,,
+FR-19,Corrèze,2020-05-12,,198.0,0.0,,,
+FR-19,Corrèze,2020-05-13,,206.0,8.0,,,
+FR-19,Corrèze,2020-05-14,,206.0,0.0,,,
+FR-19,Corrèze,2020-05-15,,207.0,1.0,,,
+FR-19,Corrèze,2020-05-16,,207.0,0.0,,,
+FR-19,Corrèze,2020-05-17,,207.0,0.0,,,
+FR-19,Corrèze,2020-05-18,,208.0,1.0,,,
+FR-19,Corrèze,2020-05-19,,212.0,4.0,,,
+FR-19,Corrèze,2020-05-20,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-21,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-22,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-23,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-24,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-25,,212.0,0.0,,,
+FR-19,Corrèze,2020-05-26,,213.0,1.0,,,
+FR-19,Corrèze,2020-05-27,,217.0,4.0,,,
+FR-19,Corrèze,2020-05-28,,217.0,0.0,,,
+FR-19,Corrèze,2020-05-29,,217.0,0.0,,,
+FR-19,Corrèze,2020-05-30,,218.0,1.0,,,
+FR-19,Corrèze,2020-05-31,,218.0,0.0,,,
+FR-19,Corrèze,2020-06-01,,218.0,0.0,,,
+FR-19,Corrèze,2020-06-02,,218.0,0.0,,,
+FR-19,Corrèze,2020-06-03,,219.0,1.0,,,
+FR-19,Corrèze,2020-06-04,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-05,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-06,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-07,,219.0,0.0,,,
+FR-19,Corrèze,2020-06-08,,219.0,0.0,,,
+FR-21,Côte-d'Or,2020-03-19,,26.0,26.0,,,
+FR-21,Côte-d'Or,2020-03-20,,65.0,39.0,,,
+FR-21,Côte-d'Or,2020-03-21,,67.0,2.0,,,
+FR-21,Côte-d'Or,2020-03-22,,109.0,42.0,,,
+FR-21,Côte-d'Or,2020-03-23,,130.0,21.0,,,
+FR-21,Côte-d'Or,2020-03-24,,172.0,42.0,,,
+FR-21,Côte-d'Or,2020-03-25,,248.0,76.0,,,
+FR-21,Côte-d'Or,2020-03-26,,275.0,27.0,,,
+FR-21,Côte-d'Or,2020-03-27,,284.0,9.0,,,
+FR-21,Côte-d'Or,2020-03-28,,336.0,52.0,,,
+FR-21,Côte-d'Or,2020-03-29,,380.0,44.0,,,
+FR-21,Côte-d'Or,2020-03-30,,394.0,14.0,,,
+FR-21,Côte-d'Or,2020-03-31,,426.0,32.0,,,
+FR-21,Côte-d'Or,2020-04-01,,481.0,55.0,,,
+FR-21,Côte-d'Or,2020-04-02,,548.0,67.0,,,
+FR-21,Côte-d'Or,2020-04-03,,576.0,28.0,,,
+FR-21,Côte-d'Or,2020-04-04,,629.0,53.0,,,
+FR-21,Côte-d'Or,2020-04-05,,651.0,22.0,,,
+FR-21,Côte-d'Or,2020-04-06,,682.0,31.0,,,
+FR-21,Côte-d'Or,2020-04-07,,728.0,46.0,,,
+FR-21,Côte-d'Or,2020-04-08,,753.0,25.0,,,
+FR-21,Côte-d'Or,2020-04-09,,762.0,9.0,,,
+FR-21,Côte-d'Or,2020-04-10,,835.0,73.0,,,
+FR-21,Côte-d'Or,2020-04-11,,847.0,12.0,,,
+FR-21,Côte-d'Or,2020-04-12,,881.0,34.0,,,
+FR-21,Côte-d'Or,2020-04-13,,894.0,13.0,,,
+FR-21,Côte-d'Or,2020-04-14,,915.0,21.0,,,
+FR-21,Côte-d'Or,2020-04-15,,956.0,41.0,,,
+FR-21,Côte-d'Or,2020-04-16,,991.0,35.0,,,
+FR-21,Côte-d'Or,2020-04-17,,1018.0,27.0,,,
+FR-21,Côte-d'Or,2020-04-18,,1037.0,19.0,,,
+FR-21,Côte-d'Or,2020-04-19,,1052.0,15.0,,,
+FR-21,Côte-d'Or,2020-04-20,,1062.0,10.0,,,
+FR-21,Côte-d'Or,2020-04-21,,1079.0,17.0,,,
+FR-21,Côte-d'Or,2020-04-22,,1089.0,10.0,,,
+FR-21,Côte-d'Or,2020-04-23,,1098.0,9.0,,,
+FR-21,Côte-d'Or,2020-04-24,,1111.0,13.0,,,
+FR-21,Côte-d'Or,2020-04-25,,1125.0,14.0,,,
+FR-21,Côte-d'Or,2020-04-26,,1126.0,1.0,,,
+FR-21,Côte-d'Or,2020-04-27,,1143.0,17.0,,,
+FR-21,Côte-d'Or,2020-04-28,,1148.0,5.0,,,
+FR-21,Côte-d'Or,2020-04-29,,1161.0,13.0,,,
+FR-21,Côte-d'Or,2020-04-30,,1178.0,17.0,,,
+FR-21,Côte-d'Or,2020-05-01,,1188.0,10.0,,,
+FR-21,Côte-d'Or,2020-05-02,,1192.0,4.0,,,
+FR-21,Côte-d'Or,2020-05-03,,1192.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-04,,1195.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-05,,1201.0,6.0,,,
+FR-21,Côte-d'Or,2020-05-06,,1220.0,19.0,,,
+FR-21,Côte-d'Or,2020-05-07,,1230.0,10.0,,,
+FR-21,Côte-d'Or,2020-05-08,,1236.0,6.0,,,
+FR-21,Côte-d'Or,2020-05-09,,1241.0,5.0,,,
+FR-21,Côte-d'Or,2020-05-10,,1241.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-11,,1242.0,1.0,,,
+FR-21,Côte-d'Or,2020-05-12,,1247.0,5.0,,,
+FR-21,Côte-d'Or,2020-05-13,,1259.0,12.0,,,
+FR-21,Côte-d'Or,2020-05-14,,1263.0,4.0,,,
+FR-21,Côte-d'Or,2020-05-15,,1266.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-16,,1268.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-17,,1268.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-18,,1268.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-19,,1269.0,1.0,,,
+FR-21,Côte-d'Or,2020-05-20,,1274.0,5.0,,,
+FR-21,Côte-d'Or,2020-05-21,,1274.0,0.0,,,
+FR-21,Côte-d'Or,2020-05-22,,1276.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-23,,1278.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-24,,1280.0,2.0,,,
+FR-21,Côte-d'Or,2020-05-25,,1287.0,7.0,,,
+FR-21,Côte-d'Or,2020-05-26,,1294.0,7.0,,,
+FR-21,Côte-d'Or,2020-05-27,,1297.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-28,,1298.0,1.0,,,
+FR-21,Côte-d'Or,2020-05-29,,1301.0,3.0,,,
+FR-21,Côte-d'Or,2020-05-30,,1305.0,4.0,,,
+FR-21,Côte-d'Or,2020-05-31,,1305.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-01,,1308.0,3.0,,,
+FR-21,Côte-d'Or,2020-06-02,,1310.0,2.0,,,
+FR-21,Côte-d'Or,2020-06-03,,1310.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-04,,1319.0,9.0,,,
+FR-21,Côte-d'Or,2020-06-05,,1319.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-06,,1319.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-07,,1319.0,0.0,,,
+FR-21,Côte-d'Or,2020-06-08,,1322.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-03-19,,4.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-03-20,,6.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-03-21,,8.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-03-22,,8.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-03-23,,10.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-03-24,,15.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-03-25,,21.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-03-26,,28.0,7.0,,,
+FR-22,Côtes-d'Armor,2020-03-27,,38.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-03-28,,44.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-03-29,,49.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-03-30,,53.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-03-31,,57.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-01,,70.0,13.0,,,
+FR-22,Côtes-d'Armor,2020-04-02,,86.0,16.0,,,
+FR-22,Côtes-d'Armor,2020-04-03,,96.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-04-04,,101.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-04-05,,109.0,8.0,,,
+FR-22,Côtes-d'Armor,2020-04-06,,119.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-04-07,,129.0,10.0,,,
+FR-22,Côtes-d'Armor,2020-04-08,,131.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-09,,137.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-04-10,,148.0,11.0,,,
+FR-22,Côtes-d'Armor,2020-04-11,,152.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-12,,161.0,9.0,,,
+FR-22,Côtes-d'Armor,2020-04-13,,163.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-14,,172.0,9.0,,,
+FR-22,Côtes-d'Armor,2020-04-15,,177.0,5.0,,,
+FR-22,Côtes-d'Armor,2020-04-16,,181.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-17,,188.0,7.0,,,
+FR-22,Côtes-d'Armor,2020-04-18,,189.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-19,,190.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-20,,193.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-04-21,,196.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-04-22,,198.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-23,,204.0,6.0,,,
+FR-22,Côtes-d'Armor,2020-04-24,,206.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-25,,210.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-04-26,,210.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-04-27,,212.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-04-28,,213.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-29,,214.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-04-30,,218.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-05-01,,220.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-02,,229.0,9.0,,,
+FR-22,Côtes-d'Armor,2020-05-03,,229.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-04,,233.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-05-05,,236.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-06,,240.0,4.0,,,
+FR-22,Côtes-d'Armor,2020-05-07,,241.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-08,,243.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-09,,246.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-10,,246.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-11,,249.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-12,,251.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-13,,252.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-14,,255.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-15,,257.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-16,,259.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-17,,259.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-18,,260.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-19,,262.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-20,,263.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-21,,265.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-22,,266.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-23,,269.0,3.0,,,
+FR-22,Côtes-d'Armor,2020-05-24,,269.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-25,,269.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-26,,270.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-27,,271.0,1.0,,,
+FR-22,Côtes-d'Armor,2020-05-28,,271.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-29,,273.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-05-30,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-05-31,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-01,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-02,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-03,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-04,,273.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-05,,275.0,2.0,,,
+FR-22,Côtes-d'Armor,2020-06-06,,275.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-07,,275.0,0.0,,,
+FR-22,Côtes-d'Armor,2020-06-08,,277.0,2.0,,,
+FR-23,Creuse,2020-03-19,,0.0,0.0,,,
+FR-23,Creuse,2020-03-20,,0.0,0.0,,,
+FR-23,Creuse,2020-03-21,,1.0,1.0,,,
+FR-23,Creuse,2020-03-22,,2.0,1.0,,,
+FR-23,Creuse,2020-03-23,,5.0,3.0,,,
+FR-23,Creuse,2020-03-24,,5.0,0.0,,,
+FR-23,Creuse,2020-03-25,,8.0,3.0,,,
+FR-23,Creuse,2020-03-26,,10.0,2.0,,,
+FR-23,Creuse,2020-03-27,,15.0,5.0,,,
+FR-23,Creuse,2020-03-28,,15.0,0.0,,,
+FR-23,Creuse,2020-03-29,,15.0,0.0,,,
+FR-23,Creuse,2020-03-30,,17.0,2.0,,,
+FR-23,Creuse,2020-03-31,,20.0,3.0,,,
+FR-23,Creuse,2020-04-01,,22.0,2.0,,,
+FR-23,Creuse,2020-04-02,,24.0,2.0,,,
+FR-23,Creuse,2020-04-03,,24.0,0.0,,,
+FR-23,Creuse,2020-04-04,,27.0,3.0,,,
+FR-23,Creuse,2020-04-05,,27.0,0.0,,,
+FR-23,Creuse,2020-04-06,,29.0,2.0,,,
+FR-23,Creuse,2020-04-07,,34.0,5.0,,,
+FR-23,Creuse,2020-04-08,,50.0,16.0,,,
+FR-23,Creuse,2020-04-09,,52.0,2.0,,,
+FR-23,Creuse,2020-04-10,,52.0,0.0,,,
+FR-23,Creuse,2020-04-11,,54.0,2.0,,,
+FR-23,Creuse,2020-04-12,,57.0,3.0,,,
+FR-23,Creuse,2020-04-13,,58.0,1.0,,,
+FR-23,Creuse,2020-04-14,,59.0,1.0,,,
+FR-23,Creuse,2020-04-15,,59.0,0.0,,,
+FR-23,Creuse,2020-04-16,,59.0,0.0,,,
+FR-23,Creuse,2020-04-17,,59.0,0.0,,,
+FR-23,Creuse,2020-04-18,,61.0,2.0,,,
+FR-23,Creuse,2020-04-19,,61.0,0.0,,,
+FR-23,Creuse,2020-04-20,,61.0,0.0,,,
+FR-23,Creuse,2020-04-21,,62.0,1.0,,,
+FR-23,Creuse,2020-04-22,,62.0,0.0,,,
+FR-23,Creuse,2020-04-23,,62.0,0.0,,,
+FR-23,Creuse,2020-04-24,,64.0,2.0,,,
+FR-23,Creuse,2020-04-25,,64.0,0.0,,,
+FR-23,Creuse,2020-04-26,,67.0,3.0,,,
+FR-23,Creuse,2020-04-27,,67.0,0.0,,,
+FR-23,Creuse,2020-04-28,,69.0,2.0,,,
+FR-23,Creuse,2020-04-29,,72.0,3.0,,,
+FR-23,Creuse,2020-04-30,,74.0,2.0,,,
+FR-23,Creuse,2020-05-01,,74.0,0.0,,,
+FR-23,Creuse,2020-05-02,,74.0,0.0,,,
+FR-23,Creuse,2020-05-03,,76.0,2.0,,,
+FR-23,Creuse,2020-05-04,,76.0,0.0,,,
+FR-23,Creuse,2020-05-05,,77.0,1.0,,,
+FR-23,Creuse,2020-05-06,,77.0,0.0,,,
+FR-23,Creuse,2020-05-07,,78.0,1.0,,,
+FR-23,Creuse,2020-05-08,,79.0,1.0,,,
+FR-23,Creuse,2020-05-09,,82.0,3.0,,,
+FR-23,Creuse,2020-05-10,,84.0,2.0,,,
+FR-23,Creuse,2020-05-11,,85.0,1.0,,,
+FR-23,Creuse,2020-05-12,,87.0,2.0,,,
+FR-23,Creuse,2020-05-13,,89.0,2.0,,,
+FR-23,Creuse,2020-05-14,,90.0,1.0,,,
+FR-23,Creuse,2020-05-15,,90.0,0.0,,,
+FR-23,Creuse,2020-05-16,,90.0,0.0,,,
+FR-23,Creuse,2020-05-17,,90.0,0.0,,,
+FR-23,Creuse,2020-05-18,,91.0,1.0,,,
+FR-23,Creuse,2020-05-19,,96.0,5.0,,,
+FR-23,Creuse,2020-05-20,,97.0,1.0,,,
+FR-23,Creuse,2020-05-21,,97.0,0.0,,,
+FR-23,Creuse,2020-05-22,,99.0,2.0,,,
+FR-23,Creuse,2020-05-23,,101.0,2.0,,,
+FR-23,Creuse,2020-05-24,,102.0,1.0,,,
+FR-23,Creuse,2020-05-25,,102.0,0.0,,,
+FR-23,Creuse,2020-05-26,,103.0,1.0,,,
+FR-23,Creuse,2020-05-27,,106.0,3.0,,,
+FR-23,Creuse,2020-05-28,,107.0,1.0,,,
+FR-23,Creuse,2020-05-29,,108.0,1.0,,,
+FR-23,Creuse,2020-05-30,,108.0,0.0,,,
+FR-23,Creuse,2020-05-31,,108.0,0.0,,,
+FR-23,Creuse,2020-06-01,,108.0,0.0,,,
+FR-23,Creuse,2020-06-02,,108.0,0.0,,,
+FR-23,Creuse,2020-06-03,,109.0,1.0,,,
+FR-23,Creuse,2020-06-04,,109.0,0.0,,,
+FR-23,Creuse,2020-06-05,,109.0,0.0,,,
+FR-23,Creuse,2020-06-06,,110.0,1.0,,,
+FR-23,Creuse,2020-06-07,,110.0,0.0,,,
+FR-23,Creuse,2020-06-08,,110.0,0.0,,,
+FR-24,Dordogne,2020-03-19,,1.0,1.0,,,
+FR-24,Dordogne,2020-03-20,,2.0,1.0,,,
+FR-24,Dordogne,2020-03-21,,3.0,1.0,,,
+FR-24,Dordogne,2020-03-22,,5.0,2.0,,,
+FR-24,Dordogne,2020-03-23,,28.0,23.0,,,
+FR-24,Dordogne,2020-03-24,,37.0,9.0,,,
+FR-24,Dordogne,2020-03-25,,43.0,6.0,,,
+FR-24,Dordogne,2020-03-26,,49.0,6.0,,,
+FR-24,Dordogne,2020-03-27,,58.0,9.0,,,
+FR-24,Dordogne,2020-03-28,,58.0,0.0,,,
+FR-24,Dordogne,2020-03-29,,58.0,0.0,,,
+FR-24,Dordogne,2020-03-30,,59.0,1.0,,,
+FR-24,Dordogne,2020-03-31,,60.0,1.0,,,
+FR-24,Dordogne,2020-04-01,,66.0,6.0,,,
+FR-24,Dordogne,2020-04-02,,70.0,4.0,,,
+FR-24,Dordogne,2020-04-03,,75.0,5.0,,,
+FR-24,Dordogne,2020-04-04,,83.0,8.0,,,
+FR-24,Dordogne,2020-04-05,,85.0,2.0,,,
+FR-24,Dordogne,2020-04-06,,88.0,3.0,,,
+FR-24,Dordogne,2020-04-07,,92.0,4.0,,,
+FR-24,Dordogne,2020-04-08,,94.0,2.0,,,
+FR-24,Dordogne,2020-04-09,,96.0,2.0,,,
+FR-24,Dordogne,2020-04-10,,102.0,6.0,,,
+FR-24,Dordogne,2020-04-11,,104.0,2.0,,,
+FR-24,Dordogne,2020-04-12,,106.0,2.0,,,
+FR-24,Dordogne,2020-04-13,,111.0,5.0,,,
+FR-24,Dordogne,2020-04-14,,114.0,3.0,,,
+FR-24,Dordogne,2020-04-15,,121.0,7.0,,,
+FR-24,Dordogne,2020-04-16,,125.0,4.0,,,
+FR-24,Dordogne,2020-04-17,,147.0,22.0,,,
+FR-24,Dordogne,2020-04-18,,148.0,1.0,,,
+FR-24,Dordogne,2020-04-19,,149.0,1.0,,,
+FR-24,Dordogne,2020-04-20,,156.0,7.0,,,
+FR-24,Dordogne,2020-04-21,,158.0,2.0,,,
+FR-24,Dordogne,2020-04-22,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-23,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-24,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-25,,158.0,0.0,,,
+FR-24,Dordogne,2020-04-26,,160.0,2.0,,,
+FR-24,Dordogne,2020-04-27,,161.0,1.0,,,
+FR-24,Dordogne,2020-04-28,,161.0,0.0,,,
+FR-24,Dordogne,2020-04-29,,163.0,2.0,,,
+FR-24,Dordogne,2020-04-30,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-01,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-02,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-03,,163.0,0.0,,,
+FR-24,Dordogne,2020-05-04,,164.0,1.0,,,
+FR-24,Dordogne,2020-05-05,,166.0,2.0,,,
+FR-24,Dordogne,2020-05-06,,168.0,2.0,,,
+FR-24,Dordogne,2020-05-07,,169.0,1.0,,,
+FR-24,Dordogne,2020-05-08,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-09,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-10,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-11,,169.0,0.0,,,
+FR-24,Dordogne,2020-05-12,,170.0,1.0,,,
+FR-24,Dordogne,2020-05-13,,171.0,1.0,,,
+FR-24,Dordogne,2020-05-14,,172.0,1.0,,,
+FR-24,Dordogne,2020-05-15,,172.0,0.0,,,
+FR-24,Dordogne,2020-05-16,,172.0,0.0,,,
+FR-24,Dordogne,2020-05-17,,172.0,0.0,,,
+FR-24,Dordogne,2020-05-18,,173.0,1.0,,,
+FR-24,Dordogne,2020-05-19,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-20,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-21,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-22,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-23,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-24,,173.0,0.0,,,
+FR-24,Dordogne,2020-05-25,,174.0,1.0,,,
+FR-24,Dordogne,2020-05-26,,176.0,2.0,,,
+FR-24,Dordogne,2020-05-27,,177.0,1.0,,,
+FR-24,Dordogne,2020-05-28,,177.0,0.0,,,
+FR-24,Dordogne,2020-05-29,,178.0,1.0,,,
+FR-24,Dordogne,2020-05-30,,178.0,0.0,,,
+FR-24,Dordogne,2020-05-31,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-01,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-02,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-03,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-04,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-05,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-06,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-07,,178.0,0.0,,,
+FR-24,Dordogne,2020-06-08,,178.0,0.0,,,
+FR-25,Doubs,2020-03-19,,12.0,12.0,,,
+FR-25,Doubs,2020-03-20,,24.0,12.0,,,
+FR-25,Doubs,2020-03-21,,37.0,13.0,,,
+FR-25,Doubs,2020-03-22,,61.0,24.0,,,
+FR-25,Doubs,2020-03-23,,62.0,1.0,,,
+FR-25,Doubs,2020-03-24,,86.0,24.0,,,
+FR-25,Doubs,2020-03-25,,103.0,17.0,,,
+FR-25,Doubs,2020-03-26,,120.0,17.0,,,
+FR-25,Doubs,2020-03-27,,147.0,27.0,,,
+FR-25,Doubs,2020-03-28,,153.0,6.0,,,
+FR-25,Doubs,2020-03-29,,221.0,68.0,,,
+FR-25,Doubs,2020-03-30,,236.0,15.0,,,
+FR-25,Doubs,2020-03-31,,268.0,32.0,,,
+FR-25,Doubs,2020-04-01,,294.0,26.0,,,
+FR-25,Doubs,2020-04-02,,333.0,39.0,,,
+FR-25,Doubs,2020-04-03,,353.0,20.0,,,
+FR-25,Doubs,2020-04-04,,375.0,22.0,,,
+FR-25,Doubs,2020-04-05,,396.0,21.0,,,
+FR-25,Doubs,2020-04-06,,403.0,7.0,,,
+FR-25,Doubs,2020-04-07,,427.0,24.0,,,
+FR-25,Doubs,2020-04-08,,448.0,21.0,,,
+FR-25,Doubs,2020-04-09,,463.0,15.0,,,
+FR-25,Doubs,2020-04-10,,474.0,11.0,,,
+FR-25,Doubs,2020-04-11,,487.0,13.0,,,
+FR-25,Doubs,2020-04-12,,534.0,47.0,,,
+FR-25,Doubs,2020-04-13,,539.0,5.0,,,
+FR-25,Doubs,2020-04-14,,578.0,39.0,,,
+FR-25,Doubs,2020-04-15,,584.0,6.0,,,
+FR-25,Doubs,2020-04-16,,591.0,7.0,,,
+FR-25,Doubs,2020-04-17,,599.0,8.0,,,
+FR-25,Doubs,2020-04-18,,602.0,3.0,,,
+FR-25,Doubs,2020-04-19,,607.0,5.0,,,
+FR-25,Doubs,2020-04-20,,612.0,5.0,,,
+FR-25,Doubs,2020-04-21,,626.0,14.0,,,
+FR-25,Doubs,2020-04-22,,637.0,11.0,,,
+FR-25,Doubs,2020-04-23,,644.0,7.0,,,
+FR-25,Doubs,2020-04-24,,654.0,10.0,,,
+FR-25,Doubs,2020-04-25,,659.0,5.0,,,
+FR-25,Doubs,2020-04-26,,670.0,11.0,,,
+FR-25,Doubs,2020-04-27,,674.0,4.0,,,
+FR-25,Doubs,2020-04-28,,680.0,6.0,,,
+FR-25,Doubs,2020-04-29,,683.0,3.0,,,
+FR-25,Doubs,2020-04-30,,689.0,6.0,,,
+FR-25,Doubs,2020-05-01,,689.0,0.0,,,
+FR-25,Doubs,2020-05-02,,697.0,8.0,,,
+FR-25,Doubs,2020-05-03,,697.0,0.0,,,
+FR-25,Doubs,2020-05-04,,701.0,4.0,,,
+FR-25,Doubs,2020-05-05,,730.0,29.0,,,
+FR-25,Doubs,2020-05-06,,738.0,8.0,,,
+FR-25,Doubs,2020-05-07,,740.0,2.0,,,
+FR-25,Doubs,2020-05-08,,745.0,5.0,,,
+FR-25,Doubs,2020-05-09,,748.0,3.0,,,
+FR-25,Doubs,2020-05-10,,749.0,1.0,,,
+FR-25,Doubs,2020-05-11,,760.0,11.0,,,
+FR-25,Doubs,2020-05-12,,766.0,6.0,,,
+FR-25,Doubs,2020-05-13,,768.0,2.0,,,
+FR-25,Doubs,2020-05-14,,769.0,1.0,,,
+FR-25,Doubs,2020-05-15,,769.0,0.0,,,
+FR-25,Doubs,2020-05-16,,770.0,1.0,,,
+FR-25,Doubs,2020-05-17,,770.0,0.0,,,
+FR-25,Doubs,2020-05-18,,772.0,2.0,,,
+FR-25,Doubs,2020-05-19,,774.0,2.0,,,
+FR-25,Doubs,2020-05-20,,775.0,1.0,,,
+FR-25,Doubs,2020-05-21,,775.0,0.0,,,
+FR-25,Doubs,2020-05-22,,775.0,0.0,,,
+FR-25,Doubs,2020-05-23,,776.0,1.0,,,
+FR-25,Doubs,2020-05-24,,776.0,0.0,,,
+FR-25,Doubs,2020-05-25,,776.0,0.0,,,
+FR-25,Doubs,2020-05-26,,776.0,0.0,,,
+FR-25,Doubs,2020-05-27,,785.0,9.0,,,
+FR-25,Doubs,2020-05-28,,787.0,2.0,,,
+FR-25,Doubs,2020-05-29,,787.0,0.0,,,
+FR-25,Doubs,2020-05-30,,787.0,0.0,,,
+FR-25,Doubs,2020-05-31,,787.0,0.0,,,
+FR-25,Doubs,2020-06-01,,787.0,0.0,,,
+FR-25,Doubs,2020-06-02,,790.0,3.0,,,
+FR-25,Doubs,2020-06-03,,790.0,0.0,,,
+FR-25,Doubs,2020-06-04,,790.0,0.0,,,
+FR-25,Doubs,2020-06-05,,790.0,0.0,,,
+FR-25,Doubs,2020-06-06,,790.0,0.0,,,
+FR-25,Doubs,2020-06-07,,790.0,0.0,,,
+FR-25,Doubs,2020-06-08,,791.0,1.0,,,
+FR-26,Drôme,2020-03-19,,15.0,15.0,,,
+FR-26,Drôme,2020-03-20,,18.0,3.0,,,
+FR-26,Drôme,2020-03-21,,29.0,11.0,,,
+FR-26,Drôme,2020-03-22,,34.0,5.0,,,
+FR-26,Drôme,2020-03-23,,46.0,12.0,,,
+FR-26,Drôme,2020-03-24,,66.0,20.0,,,
+FR-26,Drôme,2020-03-25,,97.0,31.0,,,
+FR-26,Drôme,2020-03-26,,141.0,44.0,,,
+FR-26,Drôme,2020-03-27,,171.0,30.0,,,
+FR-26,Drôme,2020-03-28,,204.0,33.0,,,
+FR-26,Drôme,2020-03-29,,222.0,18.0,,,
+FR-26,Drôme,2020-03-30,,272.0,50.0,,,
+FR-26,Drôme,2020-03-31,,299.0,27.0,,,
+FR-26,Drôme,2020-04-01,,339.0,40.0,,,
+FR-26,Drôme,2020-04-02,,350.0,11.0,,,
+FR-26,Drôme,2020-04-03,,396.0,46.0,,,
+FR-26,Drôme,2020-04-04,,419.0,23.0,,,
+FR-26,Drôme,2020-04-05,,426.0,7.0,,,
+FR-26,Drôme,2020-04-06,,451.0,25.0,,,
+FR-26,Drôme,2020-04-07,,473.0,22.0,,,
+FR-26,Drôme,2020-04-08,,492.0,19.0,,,
+FR-26,Drôme,2020-04-09,,506.0,14.0,,,
+FR-26,Drôme,2020-04-10,,515.0,9.0,,,
+FR-26,Drôme,2020-04-11,,535.0,20.0,,,
+FR-26,Drôme,2020-04-12,,548.0,13.0,,,
+FR-26,Drôme,2020-04-13,,555.0,7.0,,,
+FR-26,Drôme,2020-04-14,,565.0,10.0,,,
+FR-26,Drôme,2020-04-15,,578.0,13.0,,,
+FR-26,Drôme,2020-04-16,,592.0,14.0,,,
+FR-26,Drôme,2020-04-17,,600.0,8.0,,,
+FR-26,Drôme,2020-04-18,,608.0,8.0,,,
+FR-26,Drôme,2020-04-19,,613.0,5.0,,,
+FR-26,Drôme,2020-04-20,,616.0,3.0,,,
+FR-26,Drôme,2020-04-21,,627.0,11.0,,,
+FR-26,Drôme,2020-04-22,,631.0,4.0,,,
+FR-26,Drôme,2020-04-23,,634.0,3.0,,,
+FR-26,Drôme,2020-04-24,,642.0,8.0,,,
+FR-26,Drôme,2020-04-25,,649.0,7.0,,,
+FR-26,Drôme,2020-04-26,,654.0,5.0,,,
+FR-26,Drôme,2020-04-27,,659.0,5.0,,,
+FR-26,Drôme,2020-04-28,,663.0,4.0,,,
+FR-26,Drôme,2020-04-29,,665.0,2.0,,,
+FR-26,Drôme,2020-04-30,,668.0,3.0,,,
+FR-26,Drôme,2020-05-01,,669.0,1.0,,,
+FR-26,Drôme,2020-05-02,,670.0,1.0,,,
+FR-26,Drôme,2020-05-03,,670.0,0.0,,,
+FR-26,Drôme,2020-05-04,,672.0,2.0,,,
+FR-26,Drôme,2020-05-05,,676.0,4.0,,,
+FR-26,Drôme,2020-05-06,,683.0,7.0,,,
+FR-26,Drôme,2020-05-07,,688.0,5.0,,,
+FR-26,Drôme,2020-05-08,,691.0,3.0,,,
+FR-26,Drôme,2020-05-09,,691.0,0.0,,,
+FR-26,Drôme,2020-05-10,,692.0,1.0,,,
+FR-26,Drôme,2020-05-11,,692.0,0.0,,,
+FR-26,Drôme,2020-05-12,,692.0,0.0,,,
+FR-26,Drôme,2020-05-13,,692.0,0.0,,,
+FR-26,Drôme,2020-05-14,,701.0,9.0,,,
+FR-26,Drôme,2020-05-15,,701.0,0.0,,,
+FR-26,Drôme,2020-05-16,,703.0,2.0,,,
+FR-26,Drôme,2020-05-17,,703.0,0.0,,,
+FR-26,Drôme,2020-05-18,,703.0,0.0,,,
+FR-26,Drôme,2020-05-19,,704.0,1.0,,,
+FR-26,Drôme,2020-05-20,,705.0,1.0,,,
+FR-26,Drôme,2020-05-21,,707.0,2.0,,,
+FR-26,Drôme,2020-05-22,,707.0,0.0,,,
+FR-26,Drôme,2020-05-23,,707.0,0.0,,,
+FR-26,Drôme,2020-05-24,,707.0,0.0,,,
+FR-26,Drôme,2020-05-25,,708.0,1.0,,,
+FR-26,Drôme,2020-05-26,,709.0,1.0,,,
+FR-26,Drôme,2020-05-27,,709.0,0.0,,,
+FR-26,Drôme,2020-05-28,,710.0,1.0,,,
+FR-26,Drôme,2020-05-29,,710.0,0.0,,,
+FR-26,Drôme,2020-05-30,,711.0,1.0,,,
+FR-26,Drôme,2020-05-31,,711.0,0.0,,,
+FR-26,Drôme,2020-06-01,,711.0,0.0,,,
+FR-26,Drôme,2020-06-02,,711.0,0.0,,,
+FR-26,Drôme,2020-06-03,,711.0,0.0,,,
+FR-26,Drôme,2020-06-04,,711.0,0.0,,,
+FR-26,Drôme,2020-06-05,,711.0,0.0,,,
+FR-26,Drôme,2020-06-06,,711.0,0.0,,,
+FR-26,Drôme,2020-06-07,,711.0,0.0,,,
+FR-26,Drôme,2020-06-08,,711.0,0.0,,,
+FR-27,Eure,2020-03-19,,1.0,1.0,,,
+FR-27,Eure,2020-03-20,,3.0,2.0,,,
+FR-27,Eure,2020-03-21,,6.0,3.0,,,
+FR-27,Eure,2020-03-22,,11.0,5.0,,,
+FR-27,Eure,2020-03-23,,14.0,3.0,,,
+FR-27,Eure,2020-03-24,,15.0,1.0,,,
+FR-27,Eure,2020-03-25,,21.0,6.0,,,
+FR-27,Eure,2020-03-26,,33.0,12.0,,,
+FR-27,Eure,2020-03-27,,34.0,1.0,,,
+FR-27,Eure,2020-03-28,,35.0,1.0,,,
+FR-27,Eure,2020-03-29,,35.0,0.0,,,
+FR-27,Eure,2020-03-30,,42.0,7.0,,,
+FR-27,Eure,2020-03-31,,60.0,18.0,,,
+FR-27,Eure,2020-04-01,,73.0,13.0,,,
+FR-27,Eure,2020-04-02,,85.0,12.0,,,
+FR-27,Eure,2020-04-03,,97.0,12.0,,,
+FR-27,Eure,2020-04-04,,103.0,6.0,,,
+FR-27,Eure,2020-04-05,,103.0,0.0,,,
+FR-27,Eure,2020-04-06,,109.0,6.0,,,
+FR-27,Eure,2020-04-07,,120.0,11.0,,,
+FR-27,Eure,2020-04-08,,131.0,11.0,,,
+FR-27,Eure,2020-04-09,,155.0,24.0,,,
+FR-27,Eure,2020-04-10,,180.0,25.0,,,
+FR-27,Eure,2020-04-11,,188.0,8.0,,,
+FR-27,Eure,2020-04-12,,191.0,3.0,,,
+FR-27,Eure,2020-04-13,,191.0,0.0,,,
+FR-27,Eure,2020-04-14,,194.0,3.0,,,
+FR-27,Eure,2020-04-15,,196.0,2.0,,,
+FR-27,Eure,2020-04-16,,210.0,14.0,,,
+FR-27,Eure,2020-04-17,,223.0,13.0,,,
+FR-27,Eure,2020-04-18,,229.0,6.0,,,
+FR-27,Eure,2020-04-19,,229.0,0.0,,,
+FR-27,Eure,2020-04-20,,233.0,4.0,,,
+FR-27,Eure,2020-04-21,,247.0,14.0,,,
+FR-27,Eure,2020-04-22,,248.0,1.0,,,
+FR-27,Eure,2020-04-23,,263.0,15.0,,,
+FR-27,Eure,2020-04-24,,266.0,3.0,,,
+FR-27,Eure,2020-04-25,,267.0,1.0,,,
+FR-27,Eure,2020-04-26,,268.0,1.0,,,
+FR-27,Eure,2020-04-27,,271.0,3.0,,,
+FR-27,Eure,2020-04-28,,271.0,0.0,,,
+FR-27,Eure,2020-04-29,,275.0,4.0,,,
+FR-27,Eure,2020-04-30,,282.0,7.0,,,
+FR-27,Eure,2020-05-01,,285.0,3.0,,,
+FR-27,Eure,2020-05-02,,285.0,0.0,,,
+FR-27,Eure,2020-05-03,,286.0,1.0,,,
+FR-27,Eure,2020-05-04,,295.0,9.0,,,
+FR-27,Eure,2020-05-05,,303.0,8.0,,,
+FR-27,Eure,2020-05-06,,305.0,2.0,,,
+FR-27,Eure,2020-05-07,,306.0,1.0,,,
+FR-27,Eure,2020-05-08,,306.0,0.0,,,
+FR-27,Eure,2020-05-09,,306.0,0.0,,,
+FR-27,Eure,2020-05-10,,306.0,0.0,,,
+FR-27,Eure,2020-05-11,,316.0,10.0,,,
+FR-27,Eure,2020-05-12,,317.0,1.0,,,
+FR-27,Eure,2020-05-13,,317.0,0.0,,,
+FR-27,Eure,2020-05-14,,325.0,8.0,,,
+FR-27,Eure,2020-05-15,,325.0,0.0,,,
+FR-27,Eure,2020-05-16,,325.0,0.0,,,
+FR-27,Eure,2020-05-17,,325.0,0.0,,,
+FR-27,Eure,2020-05-18,,327.0,2.0,,,
+FR-27,Eure,2020-05-19,,327.0,0.0,,,
+FR-27,Eure,2020-05-20,,329.0,2.0,,,
+FR-27,Eure,2020-05-21,,329.0,0.0,,,
+FR-27,Eure,2020-05-22,,329.0,0.0,,,
+FR-27,Eure,2020-05-23,,329.0,0.0,,,
+FR-27,Eure,2020-05-24,,329.0,0.0,,,
+FR-27,Eure,2020-05-25,,329.0,0.0,,,
+FR-27,Eure,2020-05-26,,336.0,7.0,,,
+FR-27,Eure,2020-05-27,,336.0,0.0,,,
+FR-27,Eure,2020-05-28,,337.0,1.0,,,
+FR-27,Eure,2020-05-29,,340.0,3.0,,,
+FR-27,Eure,2020-05-30,,340.0,0.0,,,
+FR-27,Eure,2020-05-31,,340.0,0.0,,,
+FR-27,Eure,2020-06-01,,340.0,0.0,,,
+FR-27,Eure,2020-06-02,,340.0,0.0,,,
+FR-27,Eure,2020-06-03,,340.0,0.0,,,
+FR-27,Eure,2020-06-04,,340.0,0.0,,,
+FR-27,Eure,2020-06-05,,342.0,2.0,,,
+FR-27,Eure,2020-06-06,,342.0,0.0,,,
+FR-27,Eure,2020-06-07,,342.0,0.0,,,
+FR-27,Eure,2020-06-08,,343.0,1.0,,,
+FR-28,Eure-et-Loir,2020-03-19,,6.0,6.0,,,
+FR-28,Eure-et-Loir,2020-03-20,,7.0,1.0,,,
+FR-28,Eure-et-Loir,2020-03-21,,11.0,4.0,,,
+FR-28,Eure-et-Loir,2020-03-22,,13.0,2.0,,,
+FR-28,Eure-et-Loir,2020-03-23,,33.0,20.0,,,
+FR-28,Eure-et-Loir,2020-03-24,,42.0,9.0,,,
+FR-28,Eure-et-Loir,2020-03-25,,57.0,15.0,,,
+FR-28,Eure-et-Loir,2020-03-26,,75.0,18.0,,,
+FR-28,Eure-et-Loir,2020-03-27,,89.0,14.0,,,
+FR-28,Eure-et-Loir,2020-03-28,,96.0,7.0,,,
+FR-28,Eure-et-Loir,2020-03-29,,125.0,29.0,,,
+FR-28,Eure-et-Loir,2020-03-30,,150.0,25.0,,,
+FR-28,Eure-et-Loir,2020-03-31,,166.0,16.0,,,
+FR-28,Eure-et-Loir,2020-04-01,,173.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-02,,220.0,47.0,,,
+FR-28,Eure-et-Loir,2020-04-03,,240.0,20.0,,,
+FR-28,Eure-et-Loir,2020-04-04,,271.0,31.0,,,
+FR-28,Eure-et-Loir,2020-04-05,,287.0,16.0,,,
+FR-28,Eure-et-Loir,2020-04-06,,300.0,13.0,,,
+FR-28,Eure-et-Loir,2020-04-07,,317.0,17.0,,,
+FR-28,Eure-et-Loir,2020-04-08,,348.0,31.0,,,
+FR-28,Eure-et-Loir,2020-04-09,,371.0,23.0,,,
+FR-28,Eure-et-Loir,2020-04-10,,398.0,27.0,,,
+FR-28,Eure-et-Loir,2020-04-11,,405.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-12,,424.0,19.0,,,
+FR-28,Eure-et-Loir,2020-04-13,,441.0,17.0,,,
+FR-28,Eure-et-Loir,2020-04-14,,465.0,24.0,,,
+FR-28,Eure-et-Loir,2020-04-15,,488.0,23.0,,,
+FR-28,Eure-et-Loir,2020-04-16,,521.0,33.0,,,
+FR-28,Eure-et-Loir,2020-04-17,,550.0,29.0,,,
+FR-28,Eure-et-Loir,2020-04-18,,558.0,8.0,,,
+FR-28,Eure-et-Loir,2020-04-19,,565.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-20,,568.0,3.0,,,
+FR-28,Eure-et-Loir,2020-04-21,,578.0,10.0,,,
+FR-28,Eure-et-Loir,2020-04-22,,592.0,14.0,,,
+FR-28,Eure-et-Loir,2020-04-23,,609.0,17.0,,,
+FR-28,Eure-et-Loir,2020-04-24,,612.0,3.0,,,
+FR-28,Eure-et-Loir,2020-04-25,,612.0,0.0,,,
+FR-28,Eure-et-Loir,2020-04-26,,619.0,7.0,,,
+FR-28,Eure-et-Loir,2020-04-27,,629.0,10.0,,,
+FR-28,Eure-et-Loir,2020-04-28,,631.0,2.0,,,
+FR-28,Eure-et-Loir,2020-04-29,,641.0,10.0,,,
+FR-28,Eure-et-Loir,2020-04-30,,650.0,9.0,,,
+FR-28,Eure-et-Loir,2020-05-01,,656.0,6.0,,,
+FR-28,Eure-et-Loir,2020-05-02,,663.0,7.0,,,
+FR-28,Eure-et-Loir,2020-05-03,,663.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-04,,667.0,4.0,,,
+FR-28,Eure-et-Loir,2020-05-05,,684.0,17.0,,,
+FR-28,Eure-et-Loir,2020-05-06,,688.0,4.0,,,
+FR-28,Eure-et-Loir,2020-05-07,,697.0,9.0,,,
+FR-28,Eure-et-Loir,2020-05-08,,699.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-09,,701.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-10,,702.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-11,,703.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-12,,706.0,3.0,,,
+FR-28,Eure-et-Loir,2020-05-13,,708.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-14,,709.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-15,,714.0,5.0,,,
+FR-28,Eure-et-Loir,2020-05-16,,716.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-17,,718.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-18,,718.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-19,,720.0,2.0,,,
+FR-28,Eure-et-Loir,2020-05-20,,727.0,7.0,,,
+FR-28,Eure-et-Loir,2020-05-21,,728.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-22,,731.0,3.0,,,
+FR-28,Eure-et-Loir,2020-05-23,,732.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-24,,733.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-25,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-26,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-27,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-28,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-29,,733.0,0.0,,,
+FR-28,Eure-et-Loir,2020-05-30,,734.0,1.0,,,
+FR-28,Eure-et-Loir,2020-05-31,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-01,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-02,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-03,,734.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-04,,736.0,2.0,,,
+FR-28,Eure-et-Loir,2020-06-05,,737.0,1.0,,,
+FR-28,Eure-et-Loir,2020-06-06,,738.0,1.0,,,
+FR-28,Eure-et-Loir,2020-06-07,,738.0,0.0,,,
+FR-28,Eure-et-Loir,2020-06-08,,738.0,0.0,,,
+FR-29,Finistère,2020-03-19,,11.0,11.0,,,
+FR-29,Finistère,2020-03-20,,12.0,1.0,,,
+FR-29,Finistère,2020-03-21,,12.0,0.0,,,
+FR-29,Finistère,2020-03-22,,18.0,6.0,,,
+FR-29,Finistère,2020-03-23,,24.0,6.0,,,
+FR-29,Finistère,2020-03-24,,33.0,9.0,,,
+FR-29,Finistère,2020-03-25,,42.0,9.0,,,
+FR-29,Finistère,2020-03-26,,52.0,10.0,,,
+FR-29,Finistère,2020-03-27,,57.0,5.0,,,
+FR-29,Finistère,2020-03-28,,70.0,13.0,,,
+FR-29,Finistère,2020-03-29,,76.0,6.0,,,
+FR-29,Finistère,2020-03-30,,83.0,7.0,,,
+FR-29,Finistère,2020-03-31,,88.0,5.0,,,
+FR-29,Finistère,2020-04-01,,99.0,11.0,,,
+FR-29,Finistère,2020-04-02,,105.0,6.0,,,
+FR-29,Finistère,2020-04-03,,117.0,12.0,,,
+FR-29,Finistère,2020-04-04,,124.0,7.0,,,
+FR-29,Finistère,2020-04-05,,130.0,6.0,,,
+FR-29,Finistère,2020-04-06,,133.0,3.0,,,
+FR-29,Finistère,2020-04-07,,135.0,2.0,,,
+FR-29,Finistère,2020-04-08,,149.0,14.0,,,
+FR-29,Finistère,2020-04-09,,158.0,9.0,,,
+FR-29,Finistère,2020-04-10,,168.0,10.0,,,
+FR-29,Finistère,2020-04-11,,179.0,11.0,,,
+FR-29,Finistère,2020-04-12,,186.0,7.0,,,
+FR-29,Finistère,2020-04-13,,189.0,3.0,,,
+FR-29,Finistère,2020-04-14,,193.0,4.0,,,
+FR-29,Finistère,2020-04-15,,194.0,1.0,,,
+FR-29,Finistère,2020-04-16,,199.0,5.0,,,
+FR-29,Finistère,2020-04-17,,200.0,1.0,,,
+FR-29,Finistère,2020-04-18,,205.0,5.0,,,
+FR-29,Finistère,2020-04-19,,207.0,2.0,,,
+FR-29,Finistère,2020-04-20,,207.0,0.0,,,
+FR-29,Finistère,2020-04-21,,209.0,2.0,,,
+FR-29,Finistère,2020-04-22,,212.0,3.0,,,
+FR-29,Finistère,2020-04-23,,215.0,3.0,,,
+FR-29,Finistère,2020-04-24,,217.0,2.0,,,
+FR-29,Finistère,2020-04-25,,218.0,1.0,,,
+FR-29,Finistère,2020-04-26,,218.0,0.0,,,
+FR-29,Finistère,2020-04-27,,218.0,0.0,,,
+FR-29,Finistère,2020-04-28,,218.0,0.0,,,
+FR-29,Finistère,2020-04-29,,218.0,0.0,,,
+FR-29,Finistère,2020-04-30,,218.0,0.0,,,
+FR-29,Finistère,2020-05-01,,218.0,0.0,,,
+FR-29,Finistère,2020-05-02,,219.0,1.0,,,
+FR-29,Finistère,2020-05-03,,219.0,0.0,,,
+FR-29,Finistère,2020-05-04,,219.0,0.0,,,
+FR-29,Finistère,2020-05-05,,220.0,1.0,,,
+FR-29,Finistère,2020-05-06,,221.0,1.0,,,
+FR-29,Finistère,2020-05-07,,223.0,2.0,,,
+FR-29,Finistère,2020-05-08,,225.0,2.0,,,
+FR-29,Finistère,2020-05-09,,226.0,1.0,,,
+FR-29,Finistère,2020-05-10,,226.0,0.0,,,
+FR-29,Finistère,2020-05-11,,227.0,1.0,,,
+FR-29,Finistère,2020-05-12,,227.0,0.0,,,
+FR-29,Finistère,2020-05-13,,227.0,0.0,,,
+FR-29,Finistère,2020-05-14,,228.0,1.0,,,
+FR-29,Finistère,2020-05-15,,228.0,0.0,,,
+FR-29,Finistère,2020-05-16,,229.0,1.0,,,
+FR-29,Finistère,2020-05-17,,229.0,0.0,,,
+FR-29,Finistère,2020-05-18,,229.0,0.0,,,
+FR-29,Finistère,2020-05-19,,230.0,1.0,,,
+FR-29,Finistère,2020-05-20,,230.0,0.0,,,
+FR-29,Finistère,2020-05-21,,230.0,0.0,,,
+FR-29,Finistère,2020-05-22,,231.0,1.0,,,
+FR-29,Finistère,2020-05-23,,232.0,1.0,,,
+FR-29,Finistère,2020-05-24,,232.0,0.0,,,
+FR-29,Finistère,2020-05-25,,232.0,0.0,,,
+FR-29,Finistère,2020-05-26,,232.0,0.0,,,
+FR-29,Finistère,2020-05-27,,234.0,2.0,,,
+FR-29,Finistère,2020-05-28,,234.0,0.0,,,
+FR-29,Finistère,2020-05-29,,234.0,0.0,,,
+FR-29,Finistère,2020-05-30,,234.0,0.0,,,
+FR-29,Finistère,2020-05-31,,234.0,0.0,,,
+FR-29,Finistère,2020-06-01,,235.0,1.0,,,
+FR-29,Finistère,2020-06-02,,235.0,0.0,,,
+FR-29,Finistère,2020-06-03,,235.0,0.0,,,
+FR-29,Finistère,2020-06-04,,236.0,1.0,,,
+FR-29,Finistère,2020-06-05,,236.0,0.0,,,
+FR-29,Finistère,2020-06-06,,236.0,0.0,,,
+FR-29,Finistère,2020-06-07,,236.0,0.0,,,
+FR-29,Finistère,2020-06-08,,236.0,0.0,,,
+FR-30,Gard,2020-03-19,,2.0,2.0,,,
+FR-30,Gard,2020-03-20,,6.0,4.0,,,
+FR-30,Gard,2020-03-21,,10.0,4.0,,,
+FR-30,Gard,2020-03-22,,15.0,5.0,,,
+FR-30,Gard,2020-03-23,,18.0,3.0,,,
+FR-30,Gard,2020-03-24,,22.0,4.0,,,
+FR-30,Gard,2020-03-25,,29.0,7.0,,,
+FR-30,Gard,2020-03-26,,29.0,0.0,,,
+FR-30,Gard,2020-03-27,,40.0,11.0,,,
+FR-30,Gard,2020-03-28,,52.0,12.0,,,
+FR-30,Gard,2020-03-29,,58.0,6.0,,,
+FR-30,Gard,2020-03-30,,63.0,5.0,,,
+FR-30,Gard,2020-03-31,,81.0,18.0,,,
+FR-30,Gard,2020-04-01,,101.0,20.0,,,
+FR-30,Gard,2020-04-02,,111.0,10.0,,,
+FR-30,Gard,2020-04-03,,113.0,2.0,,,
+FR-30,Gard,2020-04-04,,113.0,0.0,,,
+FR-30,Gard,2020-04-05,,137.0,24.0,,,
+FR-30,Gard,2020-04-06,,157.0,20.0,,,
+FR-30,Gard,2020-04-07,,170.0,13.0,,,
+FR-30,Gard,2020-04-08,,178.0,8.0,,,
+FR-30,Gard,2020-04-09,,186.0,8.0,,,
+FR-30,Gard,2020-04-10,,200.0,14.0,,,
+FR-30,Gard,2020-04-11,,203.0,3.0,,,
+FR-30,Gard,2020-04-12,,206.0,3.0,,,
+FR-30,Gard,2020-04-13,,206.0,0.0,,,
+FR-30,Gard,2020-04-14,,218.0,12.0,,,
+FR-30,Gard,2020-04-15,,231.0,13.0,,,
+FR-30,Gard,2020-04-16,,245.0,14.0,,,
+FR-30,Gard,2020-04-17,,269.0,24.0,,,
+FR-30,Gard,2020-04-18,,271.0,2.0,,,
+FR-30,Gard,2020-04-19,,275.0,4.0,,,
+FR-30,Gard,2020-04-20,,302.0,27.0,,,
+FR-30,Gard,2020-04-21,,316.0,14.0,,,
+FR-30,Gard,2020-04-22,,321.0,5.0,,,
+FR-30,Gard,2020-04-23,,326.0,5.0,,,
+FR-30,Gard,2020-04-24,,334.0,8.0,,,
+FR-30,Gard,2020-04-25,,334.0,0.0,,,
+FR-30,Gard,2020-04-26,,337.0,3.0,,,
+FR-30,Gard,2020-04-27,,349.0,12.0,,,
+FR-30,Gard,2020-04-28,,353.0,4.0,,,
+FR-30,Gard,2020-04-29,,361.0,8.0,,,
+FR-30,Gard,2020-04-30,,368.0,7.0,,,
+FR-30,Gard,2020-05-01,,368.0,0.0,,,
+FR-30,Gard,2020-05-02,,369.0,1.0,,,
+FR-30,Gard,2020-05-03,,369.0,0.0,,,
+FR-30,Gard,2020-05-04,,371.0,2.0,,,
+FR-30,Gard,2020-05-05,,389.0,18.0,,,
+FR-30,Gard,2020-05-06,,391.0,2.0,,,
+FR-30,Gard,2020-05-07,,397.0,6.0,,,
+FR-30,Gard,2020-05-08,,397.0,0.0,,,
+FR-30,Gard,2020-05-09,,397.0,0.0,,,
+FR-30,Gard,2020-05-10,,397.0,0.0,,,
+FR-30,Gard,2020-05-11,,399.0,2.0,,,
+FR-30,Gard,2020-05-12,,411.0,12.0,,,
+FR-30,Gard,2020-05-13,,412.0,1.0,,,
+FR-30,Gard,2020-05-14,,417.0,5.0,,,
+FR-30,Gard,2020-05-15,,417.0,0.0,,,
+FR-30,Gard,2020-05-16,,418.0,1.0,,,
+FR-30,Gard,2020-05-17,,418.0,0.0,,,
+FR-30,Gard,2020-05-18,,423.0,5.0,,,
+FR-30,Gard,2020-05-19,,423.0,0.0,,,
+FR-30,Gard,2020-05-20,,432.0,9.0,,,
+FR-30,Gard,2020-05-21,,434.0,2.0,,,
+FR-30,Gard,2020-05-22,,434.0,0.0,,,
+FR-30,Gard,2020-05-23,,434.0,0.0,,,
+FR-30,Gard,2020-05-24,,434.0,0.0,,,
+FR-30,Gard,2020-05-25,,434.0,0.0,,,
+FR-30,Gard,2020-05-26,,446.0,12.0,,,
+FR-30,Gard,2020-05-27,,446.0,0.0,,,
+FR-30,Gard,2020-05-28,,447.0,1.0,,,
+FR-30,Gard,2020-05-29,,447.0,0.0,,,
+FR-30,Gard,2020-05-30,,447.0,0.0,,,
+FR-30,Gard,2020-05-31,,447.0,0.0,,,
+FR-30,Gard,2020-06-01,,447.0,0.0,,,
+FR-30,Gard,2020-06-02,,453.0,6.0,,,
+FR-30,Gard,2020-06-03,,454.0,1.0,,,
+FR-30,Gard,2020-06-04,,455.0,1.0,,,
+FR-30,Gard,2020-06-05,,455.0,0.0,,,
+FR-30,Gard,2020-06-06,,456.0,1.0,,,
+FR-30,Gard,2020-06-07,,456.0,0.0,,,
+FR-30,Gard,2020-06-08,,456.0,0.0,,,
+FR-31,Haute-Garonne,2020-03-19,,8.0,8.0,,,
+FR-31,Haute-Garonne,2020-03-20,,21.0,13.0,,,
+FR-31,Haute-Garonne,2020-03-21,,40.0,19.0,,,
+FR-31,Haute-Garonne,2020-03-22,,54.0,14.0,,,
+FR-31,Haute-Garonne,2020-03-23,,70.0,16.0,,,
+FR-31,Haute-Garonne,2020-03-24,,98.0,28.0,,,
+FR-31,Haute-Garonne,2020-03-25,,126.0,28.0,,,
+FR-31,Haute-Garonne,2020-03-26,,161.0,35.0,,,
+FR-31,Haute-Garonne,2020-03-27,,184.0,23.0,,,
+FR-31,Haute-Garonne,2020-03-28,,201.0,17.0,,,
+FR-31,Haute-Garonne,2020-03-29,,226.0,25.0,,,
+FR-31,Haute-Garonne,2020-03-30,,260.0,34.0,,,
+FR-31,Haute-Garonne,2020-03-31,,287.0,27.0,,,
+FR-31,Haute-Garonne,2020-04-01,,308.0,21.0,,,
+FR-31,Haute-Garonne,2020-04-02,,327.0,19.0,,,
+FR-31,Haute-Garonne,2020-04-03,,342.0,15.0,,,
+FR-31,Haute-Garonne,2020-04-04,,355.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-05,,359.0,4.0,,,
+FR-31,Haute-Garonne,2020-04-06,,372.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-07,,388.0,16.0,,,
+FR-31,Haute-Garonne,2020-04-08,,398.0,10.0,,,
+FR-31,Haute-Garonne,2020-04-09,,440.0,42.0,,,
+FR-31,Haute-Garonne,2020-04-10,,465.0,25.0,,,
+FR-31,Haute-Garonne,2020-04-11,,479.0,14.0,,,
+FR-31,Haute-Garonne,2020-04-12,,490.0,11.0,,,
+FR-31,Haute-Garonne,2020-04-13,,494.0,4.0,,,
+FR-31,Haute-Garonne,2020-04-14,,512.0,18.0,,,
+FR-31,Haute-Garonne,2020-04-15,,525.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-16,,530.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-17,,542.0,12.0,,,
+FR-31,Haute-Garonne,2020-04-18,,546.0,4.0,,,
+FR-31,Haute-Garonne,2020-04-19,,554.0,8.0,,,
+FR-31,Haute-Garonne,2020-04-20,,562.0,8.0,,,
+FR-31,Haute-Garonne,2020-04-21,,575.0,13.0,,,
+FR-31,Haute-Garonne,2020-04-22,,584.0,9.0,,,
+FR-31,Haute-Garonne,2020-04-23,,589.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-24,,596.0,7.0,,,
+FR-31,Haute-Garonne,2020-04-25,,605.0,9.0,,,
+FR-31,Haute-Garonne,2020-04-26,,606.0,1.0,,,
+FR-31,Haute-Garonne,2020-04-27,,611.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-28,,616.0,5.0,,,
+FR-31,Haute-Garonne,2020-04-29,,623.0,7.0,,,
+FR-31,Haute-Garonne,2020-04-30,,625.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-01,,632.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-02,,636.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-03,,639.0,3.0,,,
+FR-31,Haute-Garonne,2020-05-04,,643.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-05,,650.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-06,,652.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-07,,659.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-08,,671.0,12.0,,,
+FR-31,Haute-Garonne,2020-05-09,,672.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-10,,680.0,8.0,,,
+FR-31,Haute-Garonne,2020-05-11,,681.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-12,,681.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-13,,687.0,6.0,,,
+FR-31,Haute-Garonne,2020-05-14,,690.0,3.0,,,
+FR-31,Haute-Garonne,2020-05-15,,691.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-16,,693.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-17,,700.0,7.0,,,
+FR-31,Haute-Garonne,2020-05-18,,701.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-19,,706.0,5.0,,,
+FR-31,Haute-Garonne,2020-05-20,,706.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-21,,708.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-22,,708.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-23,,708.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-24,,708.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-25,,712.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-26,,714.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-27,,718.0,4.0,,,
+FR-31,Haute-Garonne,2020-05-28,,718.0,0.0,,,
+FR-31,Haute-Garonne,2020-05-29,,720.0,2.0,,,
+FR-31,Haute-Garonne,2020-05-30,,721.0,1.0,,,
+FR-31,Haute-Garonne,2020-05-31,,721.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-01,,722.0,1.0,,,
+FR-31,Haute-Garonne,2020-06-02,,723.0,1.0,,,
+FR-31,Haute-Garonne,2020-06-03,,723.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-04,,723.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-05,,723.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-06,,725.0,2.0,,,
+FR-31,Haute-Garonne,2020-06-07,,725.0,0.0,,,
+FR-31,Haute-Garonne,2020-06-08,,725.0,0.0,,,
+FR-32,Gers,2020-03-19,,2.0,2.0,,,
+FR-32,Gers,2020-03-20,,2.0,0.0,,,
+FR-32,Gers,2020-03-21,,3.0,1.0,,,
+FR-32,Gers,2020-03-22,,3.0,0.0,,,
+FR-32,Gers,2020-03-23,,4.0,1.0,,,
+FR-32,Gers,2020-03-24,,7.0,3.0,,,
+FR-32,Gers,2020-03-25,,10.0,3.0,,,
+FR-32,Gers,2020-03-26,,10.0,0.0,,,
+FR-32,Gers,2020-03-27,,15.0,5.0,,,
+FR-32,Gers,2020-03-28,,16.0,1.0,,,
+FR-32,Gers,2020-03-29,,20.0,4.0,,,
+FR-32,Gers,2020-03-30,,21.0,1.0,,,
+FR-32,Gers,2020-03-31,,24.0,3.0,,,
+FR-32,Gers,2020-04-01,,32.0,8.0,,,
+FR-32,Gers,2020-04-02,,36.0,4.0,,,
+FR-32,Gers,2020-04-03,,38.0,2.0,,,
+FR-32,Gers,2020-04-04,,42.0,4.0,,,
+FR-32,Gers,2020-04-05,,44.0,2.0,,,
+FR-32,Gers,2020-04-06,,45.0,1.0,,,
+FR-32,Gers,2020-04-07,,49.0,4.0,,,
+FR-32,Gers,2020-04-08,,53.0,4.0,,,
+FR-32,Gers,2020-04-09,,54.0,1.0,,,
+FR-32,Gers,2020-04-10,,55.0,1.0,,,
+FR-32,Gers,2020-04-11,,55.0,0.0,,,
+FR-32,Gers,2020-04-12,,60.0,5.0,,,
+FR-32,Gers,2020-04-13,,63.0,3.0,,,
+FR-32,Gers,2020-04-14,,66.0,3.0,,,
+FR-32,Gers,2020-04-15,,69.0,3.0,,,
+FR-32,Gers,2020-04-16,,73.0,4.0,,,
+FR-32,Gers,2020-04-17,,77.0,4.0,,,
+FR-32,Gers,2020-04-18,,79.0,2.0,,,
+FR-32,Gers,2020-04-19,,81.0,2.0,,,
+FR-32,Gers,2020-04-20,,89.0,8.0,,,
+FR-32,Gers,2020-04-21,,92.0,3.0,,,
+FR-32,Gers,2020-04-22,,94.0,2.0,,,
+FR-32,Gers,2020-04-23,,98.0,4.0,,,
+FR-32,Gers,2020-04-24,,100.0,2.0,,,
+FR-32,Gers,2020-04-25,,100.0,0.0,,,
+FR-32,Gers,2020-04-26,,108.0,8.0,,,
+FR-32,Gers,2020-04-27,,112.0,4.0,,,
+FR-32,Gers,2020-04-28,,112.0,0.0,,,
+FR-32,Gers,2020-04-29,,112.0,0.0,,,
+FR-32,Gers,2020-04-30,,112.0,0.0,,,
+FR-32,Gers,2020-05-01,,112.0,0.0,,,
+FR-32,Gers,2020-05-02,,112.0,0.0,,,
+FR-32,Gers,2020-05-03,,113.0,1.0,,,
+FR-32,Gers,2020-05-04,,121.0,8.0,,,
+FR-32,Gers,2020-05-05,,131.0,10.0,,,
+FR-32,Gers,2020-05-06,,132.0,1.0,,,
+FR-32,Gers,2020-05-07,,132.0,0.0,,,
+FR-32,Gers,2020-05-08,,133.0,1.0,,,
+FR-32,Gers,2020-05-09,,133.0,0.0,,,
+FR-32,Gers,2020-05-10,,134.0,1.0,,,
+FR-32,Gers,2020-05-11,,136.0,2.0,,,
+FR-32,Gers,2020-05-12,,137.0,1.0,,,
+FR-32,Gers,2020-05-13,,137.0,0.0,,,
+FR-32,Gers,2020-05-14,,137.0,0.0,,,
+FR-32,Gers,2020-05-15,,138.0,1.0,,,
+FR-32,Gers,2020-05-16,,140.0,2.0,,,
+FR-32,Gers,2020-05-17,,140.0,0.0,,,
+FR-32,Gers,2020-05-18,,140.0,0.0,,,
+FR-32,Gers,2020-05-19,,140.0,0.0,,,
+FR-32,Gers,2020-05-20,,140.0,0.0,,,
+FR-32,Gers,2020-05-21,,141.0,1.0,,,
+FR-32,Gers,2020-05-22,,141.0,0.0,,,
+FR-32,Gers,2020-05-23,,141.0,0.0,,,
+FR-32,Gers,2020-05-24,,141.0,0.0,,,
+FR-32,Gers,2020-05-25,,142.0,1.0,,,
+FR-32,Gers,2020-05-26,,143.0,1.0,,,
+FR-32,Gers,2020-05-27,,144.0,1.0,,,
+FR-32,Gers,2020-05-28,,144.0,0.0,,,
+FR-32,Gers,2020-05-29,,144.0,0.0,,,
+FR-32,Gers,2020-05-30,,144.0,0.0,,,
+FR-32,Gers,2020-05-31,,144.0,0.0,,,
+FR-32,Gers,2020-06-01,,144.0,0.0,,,
+FR-32,Gers,2020-06-02,,144.0,0.0,,,
+FR-32,Gers,2020-06-03,,144.0,0.0,,,
+FR-32,Gers,2020-06-04,,144.0,0.0,,,
+FR-32,Gers,2020-06-05,,144.0,0.0,,,
+FR-32,Gers,2020-06-06,,144.0,0.0,,,
+FR-32,Gers,2020-06-07,,144.0,0.0,,,
+FR-32,Gers,2020-06-08,,144.0,0.0,,,
+FR-33,Gironde,2020-03-19,,14.0,14.0,,,
+FR-33,Gironde,2020-03-20,,19.0,5.0,,,
+FR-33,Gironde,2020-03-21,,53.0,34.0,,,
+FR-33,Gironde,2020-03-22,,62.0,9.0,,,
+FR-33,Gironde,2020-03-23,,85.0,23.0,,,
+FR-33,Gironde,2020-03-24,,125.0,40.0,,,
+FR-33,Gironde,2020-03-25,,212.0,87.0,,,
+FR-33,Gironde,2020-03-26,,256.0,44.0,,,
+FR-33,Gironde,2020-03-27,,320.0,64.0,,,
+FR-33,Gironde,2020-03-28,,350.0,30.0,,,
+FR-33,Gironde,2020-03-29,,379.0,29.0,,,
+FR-33,Gironde,2020-03-30,,468.0,89.0,,,
+FR-33,Gironde,2020-03-31,,534.0,66.0,,,
+FR-33,Gironde,2020-04-01,,584.0,50.0,,,
+FR-33,Gironde,2020-04-02,,639.0,55.0,,,
+FR-33,Gironde,2020-04-03,,676.0,37.0,,,
+FR-33,Gironde,2020-04-04,,691.0,15.0,,,
+FR-33,Gironde,2020-04-05,,706.0,15.0,,,
+FR-33,Gironde,2020-04-06,,738.0,32.0,,,
+FR-33,Gironde,2020-04-07,,766.0,28.0,,,
+FR-33,Gironde,2020-04-08,,798.0,32.0,,,
+FR-33,Gironde,2020-04-09,,830.0,32.0,,,
+FR-33,Gironde,2020-04-10,,855.0,25.0,,,
+FR-33,Gironde,2020-04-11,,886.0,31.0,,,
+FR-33,Gironde,2020-04-12,,896.0,10.0,,,
+FR-33,Gironde,2020-04-13,,918.0,22.0,,,
+FR-33,Gironde,2020-04-14,,943.0,25.0,,,
+FR-33,Gironde,2020-04-15,,959.0,16.0,,,
+FR-33,Gironde,2020-04-16,,974.0,15.0,,,
+FR-33,Gironde,2020-04-17,,998.0,24.0,,,
+FR-33,Gironde,2020-04-18,,1013.0,15.0,,,
+FR-33,Gironde,2020-04-19,,1036.0,23.0,,,
+FR-33,Gironde,2020-04-20,,1058.0,22.0,,,
+FR-33,Gironde,2020-04-21,,1072.0,14.0,,,
+FR-33,Gironde,2020-04-22,,1084.0,12.0,,,
+FR-33,Gironde,2020-04-23,,1108.0,24.0,,,
+FR-33,Gironde,2020-04-24,,1113.0,5.0,,,
+FR-33,Gironde,2020-04-25,,1126.0,13.0,,,
+FR-33,Gironde,2020-04-26,,1134.0,8.0,,,
+FR-33,Gironde,2020-04-27,,1149.0,15.0,,,
+FR-33,Gironde,2020-04-28,,1163.0,14.0,,,
+FR-33,Gironde,2020-04-29,,1170.0,7.0,,,
+FR-33,Gironde,2020-04-30,,1178.0,8.0,,,
+FR-33,Gironde,2020-05-01,,1183.0,5.0,,,
+FR-33,Gironde,2020-05-02,,1186.0,3.0,,,
+FR-33,Gironde,2020-05-03,,1196.0,10.0,,,
+FR-33,Gironde,2020-05-04,,1204.0,8.0,,,
+FR-33,Gironde,2020-05-05,,1218.0,14.0,,,
+FR-33,Gironde,2020-05-06,,1221.0,3.0,,,
+FR-33,Gironde,2020-05-07,,1232.0,11.0,,,
+FR-33,Gironde,2020-05-08,,1235.0,3.0,,,
+FR-33,Gironde,2020-05-09,,1242.0,7.0,,,
+FR-33,Gironde,2020-05-10,,1249.0,7.0,,,
+FR-33,Gironde,2020-05-11,,1251.0,2.0,,,
+FR-33,Gironde,2020-05-12,,1258.0,7.0,,,
+FR-33,Gironde,2020-05-13,,1269.0,11.0,,,
+FR-33,Gironde,2020-05-14,,1278.0,9.0,,,
+FR-33,Gironde,2020-05-15,,1281.0,3.0,,,
+FR-33,Gironde,2020-05-16,,1286.0,5.0,,,
+FR-33,Gironde,2020-05-17,,1286.0,0.0,,,
+FR-33,Gironde,2020-05-18,,1288.0,2.0,,,
+FR-33,Gironde,2020-05-19,,1294.0,6.0,,,
+FR-33,Gironde,2020-05-20,,1296.0,2.0,,,
+FR-33,Gironde,2020-05-21,,1297.0,1.0,,,
+FR-33,Gironde,2020-05-22,,1299.0,2.0,,,
+FR-33,Gironde,2020-05-23,,1303.0,4.0,,,
+FR-33,Gironde,2020-05-24,,1305.0,2.0,,,
+FR-33,Gironde,2020-05-25,,1307.0,2.0,,,
+FR-33,Gironde,2020-05-26,,1308.0,1.0,,,
+FR-33,Gironde,2020-05-27,,1312.0,4.0,,,
+FR-33,Gironde,2020-05-28,,1314.0,2.0,,,
+FR-33,Gironde,2020-05-29,,1315.0,1.0,,,
+FR-33,Gironde,2020-05-30,,1316.0,1.0,,,
+FR-33,Gironde,2020-05-31,,1317.0,1.0,,,
+FR-33,Gironde,2020-06-01,,1318.0,1.0,,,
+FR-33,Gironde,2020-06-02,,1318.0,0.0,,,
+FR-33,Gironde,2020-06-03,,1324.0,6.0,,,
+FR-33,Gironde,2020-06-04,,1330.0,6.0,,,
+FR-33,Gironde,2020-06-05,,1332.0,2.0,,,
+FR-33,Gironde,2020-06-06,,1333.0,1.0,,,
+FR-33,Gironde,2020-06-07,,1333.0,0.0,,,
+FR-33,Gironde,2020-06-08,,1335.0,2.0,,,
+FR-34,Hérault,2020-03-19,,24.0,24.0,,,
+FR-34,Hérault,2020-03-20,,39.0,15.0,,,
+FR-34,Hérault,2020-03-21,,58.0,19.0,,,
+FR-34,Hérault,2020-03-22,,69.0,11.0,,,
+FR-34,Hérault,2020-03-23,,92.0,23.0,,,
+FR-34,Hérault,2020-03-24,,118.0,26.0,,,
+FR-34,Hérault,2020-03-25,,163.0,45.0,,,
+FR-34,Hérault,2020-03-26,,200.0,37.0,,,
+FR-34,Hérault,2020-03-27,,238.0,38.0,,,
+FR-34,Hérault,2020-03-28,,285.0,47.0,,,
+FR-34,Hérault,2020-03-29,,323.0,38.0,,,
+FR-34,Hérault,2020-03-30,,347.0,24.0,,,
+FR-34,Hérault,2020-03-31,,385.0,38.0,,,
+FR-34,Hérault,2020-04-01,,418.0,33.0,,,
+FR-34,Hérault,2020-04-02,,448.0,30.0,,,
+FR-34,Hérault,2020-04-03,,489.0,41.0,,,
+FR-34,Hérault,2020-04-04,,500.0,11.0,,,
+FR-34,Hérault,2020-04-05,,520.0,20.0,,,
+FR-34,Hérault,2020-04-06,,541.0,21.0,,,
+FR-34,Hérault,2020-04-07,,566.0,25.0,,,
+FR-34,Hérault,2020-04-08,,580.0,14.0,,,
+FR-34,Hérault,2020-04-09,,592.0,12.0,,,
+FR-34,Hérault,2020-04-10,,612.0,20.0,,,
+FR-34,Hérault,2020-04-11,,622.0,10.0,,,
+FR-34,Hérault,2020-04-12,,627.0,5.0,,,
+FR-34,Hérault,2020-04-13,,648.0,21.0,,,
+FR-34,Hérault,2020-04-14,,656.0,8.0,,,
+FR-34,Hérault,2020-04-15,,665.0,9.0,,,
+FR-34,Hérault,2020-04-16,,671.0,6.0,,,
+FR-34,Hérault,2020-04-17,,679.0,8.0,,,
+FR-34,Hérault,2020-04-18,,714.0,35.0,,,
+FR-34,Hérault,2020-04-19,,721.0,7.0,,,
+FR-34,Hérault,2020-04-20,,730.0,9.0,,,
+FR-34,Hérault,2020-04-21,,735.0,5.0,,,
+FR-34,Hérault,2020-04-22,,738.0,3.0,,,
+FR-34,Hérault,2020-04-23,,742.0,4.0,,,
+FR-34,Hérault,2020-04-24,,746.0,4.0,,,
+FR-34,Hérault,2020-04-25,,751.0,5.0,,,
+FR-34,Hérault,2020-04-26,,753.0,2.0,,,
+FR-34,Hérault,2020-04-27,,758.0,5.0,,,
+FR-34,Hérault,2020-04-28,,765.0,7.0,,,
+FR-34,Hérault,2020-04-29,,767.0,2.0,,,
+FR-34,Hérault,2020-04-30,,775.0,8.0,,,
+FR-34,Hérault,2020-05-01,,776.0,1.0,,,
+FR-34,Hérault,2020-05-02,,777.0,1.0,,,
+FR-34,Hérault,2020-05-03,,777.0,0.0,,,
+FR-34,Hérault,2020-05-04,,781.0,4.0,,,
+FR-34,Hérault,2020-05-05,,786.0,5.0,,,
+FR-34,Hérault,2020-05-06,,790.0,4.0,,,
+FR-34,Hérault,2020-05-07,,792.0,2.0,,,
+FR-34,Hérault,2020-05-08,,795.0,3.0,,,
+FR-34,Hérault,2020-05-09,,797.0,2.0,,,
+FR-34,Hérault,2020-05-10,,798.0,1.0,,,
+FR-34,Hérault,2020-05-11,,804.0,6.0,,,
+FR-34,Hérault,2020-05-12,,804.0,0.0,,,
+FR-34,Hérault,2020-05-13,,812.0,8.0,,,
+FR-34,Hérault,2020-05-14,,813.0,1.0,,,
+FR-34,Hérault,2020-05-15,,816.0,3.0,,,
+FR-34,Hérault,2020-05-16,,816.0,0.0,,,
+FR-34,Hérault,2020-05-17,,816.0,0.0,,,
+FR-34,Hérault,2020-05-18,,820.0,4.0,,,
+FR-34,Hérault,2020-05-19,,820.0,0.0,,,
+FR-34,Hérault,2020-05-20,,825.0,5.0,,,
+FR-34,Hérault,2020-05-21,,825.0,0.0,,,
+FR-34,Hérault,2020-05-22,,835.0,10.0,,,
+FR-34,Hérault,2020-05-23,,835.0,0.0,,,
+FR-34,Hérault,2020-05-24,,836.0,1.0,,,
+FR-34,Hérault,2020-05-25,,841.0,5.0,,,
+FR-34,Hérault,2020-05-26,,842.0,1.0,,,
+FR-34,Hérault,2020-05-27,,847.0,5.0,,,
+FR-34,Hérault,2020-05-28,,848.0,1.0,,,
+FR-34,Hérault,2020-05-29,,850.0,2.0,,,
+FR-34,Hérault,2020-05-30,,859.0,9.0,,,
+FR-34,Hérault,2020-05-31,,859.0,0.0,,,
+FR-34,Hérault,2020-06-01,,859.0,0.0,,,
+FR-34,Hérault,2020-06-02,,860.0,1.0,,,
+FR-34,Hérault,2020-06-03,,861.0,1.0,,,
+FR-34,Hérault,2020-06-04,,861.0,0.0,,,
+FR-34,Hérault,2020-06-05,,862.0,1.0,,,
+FR-34,Hérault,2020-06-06,,862.0,0.0,,,
+FR-34,Hérault,2020-06-07,,862.0,0.0,,,
+FR-34,Hérault,2020-06-08,,864.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-03-19,,25.0,25.0,,,
+FR-35,Ille-et-Vilaine,2020-03-20,,33.0,8.0,,,
+FR-35,Ille-et-Vilaine,2020-03-21,,41.0,8.0,,,
+FR-35,Ille-et-Vilaine,2020-03-22,,45.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-03-23,,57.0,12.0,,,
+FR-35,Ille-et-Vilaine,2020-03-24,,66.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-03-25,,78.0,12.0,,,
+FR-35,Ille-et-Vilaine,2020-03-26,,93.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-03-27,,103.0,10.0,,,
+FR-35,Ille-et-Vilaine,2020-03-28,,122.0,19.0,,,
+FR-35,Ille-et-Vilaine,2020-03-29,,152.0,30.0,,,
+FR-35,Ille-et-Vilaine,2020-03-30,,167.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-03-31,,186.0,19.0,,,
+FR-35,Ille-et-Vilaine,2020-04-01,,204.0,18.0,,,
+FR-35,Ille-et-Vilaine,2020-04-02,,224.0,20.0,,,
+FR-35,Ille-et-Vilaine,2020-04-03,,234.0,10.0,,,
+FR-35,Ille-et-Vilaine,2020-04-04,,247.0,13.0,,,
+FR-35,Ille-et-Vilaine,2020-04-05,,253.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-06,,269.0,16.0,,,
+FR-35,Ille-et-Vilaine,2020-04-07,,288.0,19.0,,,
+FR-35,Ille-et-Vilaine,2020-04-08,,309.0,21.0,,,
+FR-35,Ille-et-Vilaine,2020-04-09,,322.0,13.0,,,
+FR-35,Ille-et-Vilaine,2020-04-10,,337.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-04-11,,352.0,15.0,,,
+FR-35,Ille-et-Vilaine,2020-04-12,,368.0,16.0,,,
+FR-35,Ille-et-Vilaine,2020-04-13,,374.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-14,,392.0,18.0,,,
+FR-35,Ille-et-Vilaine,2020-04-15,,415.0,23.0,,,
+FR-35,Ille-et-Vilaine,2020-04-16,,427.0,12.0,,,
+FR-35,Ille-et-Vilaine,2020-04-17,,438.0,11.0,,,
+FR-35,Ille-et-Vilaine,2020-04-18,,447.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-04-19,,453.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-20,,456.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-04-21,,466.0,10.0,,,
+FR-35,Ille-et-Vilaine,2020-04-22,,475.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-04-23,,483.0,8.0,,,
+FR-35,Ille-et-Vilaine,2020-04-24,,488.0,5.0,,,
+FR-35,Ille-et-Vilaine,2020-04-25,,494.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-26,,496.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-04-27,,496.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-04-28,,502.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-04-29,,506.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-04-30,,509.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-01,,511.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-02,,513.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-03,,516.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-04,,519.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-05,,520.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-06,,522.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-07,,523.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-08,,527.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-05-09,,527.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-05-10,,529.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-11,,530.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-12,,533.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-13,,535.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-14,,536.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-15,,541.0,5.0,,,
+FR-35,Ille-et-Vilaine,2020-05-16,,550.0,9.0,,,
+FR-35,Ille-et-Vilaine,2020-05-17,,554.0,4.0,,,
+FR-35,Ille-et-Vilaine,2020-05-18,,556.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-19,,559.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-05-20,,565.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-05-21,,567.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-22,,573.0,6.0,,,
+FR-35,Ille-et-Vilaine,2020-05-23,,573.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-05-24,,574.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-25,,576.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-26,,578.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-27,,579.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-28,,579.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-05-29,,581.0,2.0,,,
+FR-35,Ille-et-Vilaine,2020-05-30,,582.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-05-31,,582.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-06-01,,583.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-02,,583.0,0.0,,,
+FR-35,Ille-et-Vilaine,2020-06-03,,588.0,5.0,,,
+FR-35,Ille-et-Vilaine,2020-06-04,,589.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-05,,592.0,3.0,,,
+FR-35,Ille-et-Vilaine,2020-06-06,,593.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-07,,594.0,1.0,,,
+FR-35,Ille-et-Vilaine,2020-06-08,,594.0,0.0,,,
+FR-36,Indre,2020-03-19,,3.0,3.0,,,
+FR-36,Indre,2020-03-20,,4.0,1.0,,,
+FR-36,Indre,2020-03-21,,5.0,1.0,,,
+FR-36,Indre,2020-03-22,,5.0,0.0,,,
+FR-36,Indre,2020-03-23,,18.0,13.0,,,
+FR-36,Indre,2020-03-24,,21.0,3.0,,,
+FR-36,Indre,2020-03-25,,28.0,7.0,,,
+FR-36,Indre,2020-03-26,,29.0,1.0,,,
+FR-36,Indre,2020-03-27,,40.0,11.0,,,
+FR-36,Indre,2020-03-28,,53.0,13.0,,,
+FR-36,Indre,2020-03-29,,54.0,1.0,,,
+FR-36,Indre,2020-03-30,,59.0,5.0,,,
+FR-36,Indre,2020-03-31,,61.0,2.0,,,
+FR-36,Indre,2020-04-01,,67.0,6.0,,,
+FR-36,Indre,2020-04-02,,72.0,5.0,,,
+FR-36,Indre,2020-04-03,,74.0,2.0,,,
+FR-36,Indre,2020-04-04,,85.0,11.0,,,
+FR-36,Indre,2020-04-05,,96.0,11.0,,,
+FR-36,Indre,2020-04-06,,98.0,2.0,,,
+FR-36,Indre,2020-04-07,,106.0,8.0,,,
+FR-36,Indre,2020-04-08,,110.0,4.0,,,
+FR-36,Indre,2020-04-09,,116.0,6.0,,,
+FR-36,Indre,2020-04-10,,133.0,17.0,,,
+FR-36,Indre,2020-04-11,,141.0,8.0,,,
+FR-36,Indre,2020-04-12,,142.0,1.0,,,
+FR-36,Indre,2020-04-13,,159.0,17.0,,,
+FR-36,Indre,2020-04-14,,164.0,5.0,,,
+FR-36,Indre,2020-04-15,,173.0,9.0,,,
+FR-36,Indre,2020-04-16,,176.0,3.0,,,
+FR-36,Indre,2020-04-17,,181.0,5.0,,,
+FR-36,Indre,2020-04-18,,185.0,4.0,,,
+FR-36,Indre,2020-04-19,,189.0,4.0,,,
+FR-36,Indre,2020-04-20,,194.0,5.0,,,
+FR-36,Indre,2020-04-21,,216.0,22.0,,,
+FR-36,Indre,2020-04-22,,227.0,11.0,,,
+FR-36,Indre,2020-04-23,,232.0,5.0,,,
+FR-36,Indre,2020-04-24,,236.0,4.0,,,
+FR-36,Indre,2020-04-25,,244.0,8.0,,,
+FR-36,Indre,2020-04-26,,245.0,1.0,,,
+FR-36,Indre,2020-04-27,,248.0,3.0,,,
+FR-36,Indre,2020-04-28,,250.0,2.0,,,
+FR-36,Indre,2020-04-29,,256.0,6.0,,,
+FR-36,Indre,2020-04-30,,260.0,4.0,,,
+FR-36,Indre,2020-05-01,,263.0,3.0,,,
+FR-36,Indre,2020-05-02,,265.0,2.0,,,
+FR-36,Indre,2020-05-03,,267.0,2.0,,,
+FR-36,Indre,2020-05-04,,268.0,1.0,,,
+FR-36,Indre,2020-05-05,,268.0,0.0,,,
+FR-36,Indre,2020-05-06,,268.0,0.0,,,
+FR-36,Indre,2020-05-07,,269.0,1.0,,,
+FR-36,Indre,2020-05-08,,271.0,2.0,,,
+FR-36,Indre,2020-05-09,,271.0,0.0,,,
+FR-36,Indre,2020-05-10,,271.0,0.0,,,
+FR-36,Indre,2020-05-11,,271.0,0.0,,,
+FR-36,Indre,2020-05-12,,272.0,1.0,,,
+FR-36,Indre,2020-05-13,,272.0,0.0,,,
+FR-36,Indre,2020-05-14,,274.0,2.0,,,
+FR-36,Indre,2020-05-15,,275.0,1.0,,,
+FR-36,Indre,2020-05-16,,275.0,0.0,,,
+FR-36,Indre,2020-05-17,,275.0,0.0,,,
+FR-36,Indre,2020-05-18,,277.0,2.0,,,
+FR-36,Indre,2020-05-19,,277.0,0.0,,,
+FR-36,Indre,2020-05-20,,278.0,1.0,,,
+FR-36,Indre,2020-05-21,,278.0,0.0,,,
+FR-36,Indre,2020-05-22,,279.0,1.0,,,
+FR-36,Indre,2020-05-23,,279.0,0.0,,,
+FR-36,Indre,2020-05-24,,279.0,0.0,,,
+FR-36,Indre,2020-05-25,,279.0,0.0,,,
+FR-36,Indre,2020-05-26,,279.0,0.0,,,
+FR-36,Indre,2020-05-27,,279.0,0.0,,,
+FR-36,Indre,2020-05-28,,279.0,0.0,,,
+FR-36,Indre,2020-05-29,,279.0,0.0,,,
+FR-36,Indre,2020-05-30,,279.0,0.0,,,
+FR-36,Indre,2020-05-31,,279.0,0.0,,,
+FR-36,Indre,2020-06-01,,279.0,0.0,,,
+FR-36,Indre,2020-06-02,,279.0,0.0,,,
+FR-36,Indre,2020-06-03,,279.0,0.0,,,
+FR-36,Indre,2020-06-04,,279.0,0.0,,,
+FR-36,Indre,2020-06-05,,279.0,0.0,,,
+FR-36,Indre,2020-06-06,,279.0,0.0,,,
+FR-36,Indre,2020-06-07,,279.0,0.0,,,
+FR-36,Indre,2020-06-08,,279.0,0.0,,,
+FR-37,Indre-et-Loire,2020-03-19,,2.0,2.0,,,
+FR-37,Indre-et-Loire,2020-03-20,,8.0,6.0,,,
+FR-37,Indre-et-Loire,2020-03-21,,9.0,1.0,,,
+FR-37,Indre-et-Loire,2020-03-22,,10.0,1.0,,,
+FR-37,Indre-et-Loire,2020-03-23,,15.0,5.0,,,
+FR-37,Indre-et-Loire,2020-03-24,,22.0,7.0,,,
+FR-37,Indre-et-Loire,2020-03-25,,31.0,9.0,,,
+FR-37,Indre-et-Loire,2020-03-26,,42.0,11.0,,,
+FR-37,Indre-et-Loire,2020-03-27,,68.0,26.0,,,
+FR-37,Indre-et-Loire,2020-03-28,,73.0,5.0,,,
+FR-37,Indre-et-Loire,2020-03-29,,78.0,5.0,,,
+FR-37,Indre-et-Loire,2020-03-30,,105.0,27.0,,,
+FR-37,Indre-et-Loire,2020-03-31,,120.0,15.0,,,
+FR-37,Indre-et-Loire,2020-04-01,,152.0,32.0,,,
+FR-37,Indre-et-Loire,2020-04-02,,171.0,19.0,,,
+FR-37,Indre-et-Loire,2020-04-03,,189.0,18.0,,,
+FR-37,Indre-et-Loire,2020-04-04,,213.0,24.0,,,
+FR-37,Indre-et-Loire,2020-04-05,,219.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-06,,239.0,20.0,,,
+FR-37,Indre-et-Loire,2020-04-07,,248.0,9.0,,,
+FR-37,Indre-et-Loire,2020-04-08,,272.0,24.0,,,
+FR-37,Indre-et-Loire,2020-04-09,,286.0,14.0,,,
+FR-37,Indre-et-Loire,2020-04-10,,298.0,12.0,,,
+FR-37,Indre-et-Loire,2020-04-11,,319.0,21.0,,,
+FR-37,Indre-et-Loire,2020-04-12,,324.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-13,,328.0,4.0,,,
+FR-37,Indre-et-Loire,2020-04-14,,333.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-15,,351.0,18.0,,,
+FR-37,Indre-et-Loire,2020-04-16,,356.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-17,,361.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-18,,366.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-19,,367.0,1.0,,,
+FR-37,Indre-et-Loire,2020-04-20,,372.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-21,,380.0,8.0,,,
+FR-37,Indre-et-Loire,2020-04-22,,385.0,5.0,,,
+FR-37,Indre-et-Loire,2020-04-23,,388.0,3.0,,,
+FR-37,Indre-et-Loire,2020-04-24,,395.0,7.0,,,
+FR-37,Indre-et-Loire,2020-04-25,,401.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-26,,407.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-27,,409.0,2.0,,,
+FR-37,Indre-et-Loire,2020-04-28,,422.0,13.0,,,
+FR-37,Indre-et-Loire,2020-04-29,,428.0,6.0,,,
+FR-37,Indre-et-Loire,2020-04-30,,435.0,7.0,,,
+FR-37,Indre-et-Loire,2020-05-01,,440.0,5.0,,,
+FR-37,Indre-et-Loire,2020-05-02,,443.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-03,,446.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-04,,450.0,4.0,,,
+FR-37,Indre-et-Loire,2020-05-05,,457.0,7.0,,,
+FR-37,Indre-et-Loire,2020-05-06,,460.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-07,,463.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-08,,466.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-09,,467.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-10,,468.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-11,,470.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-12,,475.0,5.0,,,
+FR-37,Indre-et-Loire,2020-05-13,,478.0,3.0,,,
+FR-37,Indre-et-Loire,2020-05-14,,482.0,4.0,,,
+FR-37,Indre-et-Loire,2020-05-15,,486.0,4.0,,,
+FR-37,Indre-et-Loire,2020-05-16,,486.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-17,,486.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-18,,487.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-19,,489.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-20,,491.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-21,,491.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-22,,492.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-23,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-24,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-25,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-26,,492.0,0.0,,,
+FR-37,Indre-et-Loire,2020-05-27,,494.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-28,,495.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-29,,496.0,1.0,,,
+FR-37,Indre-et-Loire,2020-05-30,,498.0,2.0,,,
+FR-37,Indre-et-Loire,2020-05-31,,498.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-01,,498.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-02,,498.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-03,,499.0,1.0,,,
+FR-37,Indre-et-Loire,2020-06-04,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-05,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-06,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-07,,499.0,0.0,,,
+FR-37,Indre-et-Loire,2020-06-08,,500.0,1.0,,,
+FR-38,Isère,2020-03-19,,11.0,11.0,,,
+FR-38,Isère,2020-03-20,,19.0,8.0,,,
+FR-38,Isère,2020-03-21,,32.0,13.0,,,
+FR-38,Isère,2020-03-22,,40.0,8.0,,,
+FR-38,Isère,2020-03-23,,56.0,16.0,,,
+FR-38,Isère,2020-03-24,,77.0,21.0,,,
+FR-38,Isère,2020-03-25,,106.0,29.0,,,
+FR-38,Isère,2020-03-26,,125.0,19.0,,,
+FR-38,Isère,2020-03-27,,160.0,35.0,,,
+FR-38,Isère,2020-03-28,,174.0,14.0,,,
+FR-38,Isère,2020-03-29,,202.0,28.0,,,
+FR-38,Isère,2020-03-30,,232.0,30.0,,,
+FR-38,Isère,2020-03-31,,250.0,18.0,,,
+FR-38,Isère,2020-04-01,,280.0,30.0,,,
+FR-38,Isère,2020-04-02,,301.0,21.0,,,
+FR-38,Isère,2020-04-03,,324.0,23.0,,,
+FR-38,Isère,2020-04-04,,346.0,22.0,,,
+FR-38,Isère,2020-04-05,,372.0,26.0,,,
+FR-38,Isère,2020-04-06,,402.0,30.0,,,
+FR-38,Isère,2020-04-07,,421.0,19.0,,,
+FR-38,Isère,2020-04-08,,434.0,13.0,,,
+FR-38,Isère,2020-04-09,,462.0,28.0,,,
+FR-38,Isère,2020-04-10,,489.0,27.0,,,
+FR-38,Isère,2020-04-11,,497.0,8.0,,,
+FR-38,Isère,2020-04-12,,509.0,12.0,,,
+FR-38,Isère,2020-04-13,,520.0,11.0,,,
+FR-38,Isère,2020-04-14,,526.0,6.0,,,
+FR-38,Isère,2020-04-15,,558.0,32.0,,,
+FR-38,Isère,2020-04-16,,572.0,14.0,,,
+FR-38,Isère,2020-04-17,,592.0,20.0,,,
+FR-38,Isère,2020-04-18,,608.0,16.0,,,
+FR-38,Isère,2020-04-19,,615.0,7.0,,,
+FR-38,Isère,2020-04-20,,626.0,11.0,,,
+FR-38,Isère,2020-04-21,,652.0,26.0,,,
+FR-38,Isère,2020-04-22,,670.0,18.0,,,
+FR-38,Isère,2020-04-23,,690.0,20.0,,,
+FR-38,Isère,2020-04-24,,712.0,22.0,,,
+FR-38,Isère,2020-04-25,,715.0,3.0,,,
+FR-38,Isère,2020-04-26,,715.0,0.0,,,
+FR-38,Isère,2020-04-27,,722.0,7.0,,,
+FR-38,Isère,2020-04-28,,735.0,13.0,,,
+FR-38,Isère,2020-04-29,,742.0,7.0,,,
+FR-38,Isère,2020-04-30,,748.0,6.0,,,
+FR-38,Isère,2020-05-01,,755.0,7.0,,,
+FR-38,Isère,2020-05-02,,756.0,1.0,,,
+FR-38,Isère,2020-05-03,,761.0,5.0,,,
+FR-38,Isère,2020-05-04,,771.0,10.0,,,
+FR-38,Isère,2020-05-05,,780.0,9.0,,,
+FR-38,Isère,2020-05-06,,787.0,7.0,,,
+FR-38,Isère,2020-05-07,,794.0,7.0,,,
+FR-38,Isère,2020-05-08,,796.0,2.0,,,
+FR-38,Isère,2020-05-09,,796.0,0.0,,,
+FR-38,Isère,2020-05-10,,796.0,0.0,,,
+FR-38,Isère,2020-05-11,,817.0,21.0,,,
+FR-38,Isère,2020-05-12,,824.0,7.0,,,
+FR-38,Isère,2020-05-13,,829.0,5.0,,,
+FR-38,Isère,2020-05-14,,839.0,10.0,,,
+FR-38,Isère,2020-05-15,,842.0,3.0,,,
+FR-38,Isère,2020-05-16,,842.0,0.0,,,
+FR-38,Isère,2020-05-17,,842.0,0.0,,,
+FR-38,Isère,2020-05-18,,844.0,2.0,,,
+FR-38,Isère,2020-05-19,,849.0,5.0,,,
+FR-38,Isère,2020-05-20,,852.0,3.0,,,
+FR-38,Isère,2020-05-21,,877.0,25.0,,,
+FR-38,Isère,2020-05-22,,879.0,2.0,,,
+FR-38,Isère,2020-05-23,,879.0,0.0,,,
+FR-38,Isère,2020-05-24,,879.0,0.0,,,
+FR-38,Isère,2020-05-25,,884.0,5.0,,,
+FR-38,Isère,2020-05-26,,886.0,2.0,,,
+FR-38,Isère,2020-05-27,,891.0,5.0,,,
+FR-38,Isère,2020-05-28,,892.0,1.0,,,
+FR-38,Isère,2020-05-29,,893.0,1.0,,,
+FR-38,Isère,2020-05-30,,896.0,3.0,,,
+FR-38,Isère,2020-05-31,,896.0,0.0,,,
+FR-38,Isère,2020-06-01,,896.0,0.0,,,
+FR-38,Isère,2020-06-02,,897.0,1.0,,,
+FR-38,Isère,2020-06-03,,902.0,5.0,,,
+FR-38,Isère,2020-06-04,,902.0,0.0,,,
+FR-38,Isère,2020-06-05,,902.0,0.0,,,
+FR-38,Isère,2020-06-06,,904.0,2.0,,,
+FR-38,Isère,2020-06-07,,904.0,0.0,,,
+FR-38,Isère,2020-06-08,,906.0,2.0,,,
+FR-39,Jura,2020-03-19,,1.0,1.0,,,
+FR-39,Jura,2020-03-20,,6.0,5.0,,,
+FR-39,Jura,2020-03-21,,7.0,1.0,,,
+FR-39,Jura,2020-03-22,,9.0,2.0,,,
+FR-39,Jura,2020-03-23,,11.0,2.0,,,
+FR-39,Jura,2020-03-24,,25.0,14.0,,,
+FR-39,Jura,2020-03-25,,30.0,5.0,,,
+FR-39,Jura,2020-03-26,,46.0,16.0,,,
+FR-39,Jura,2020-03-27,,52.0,6.0,,,
+FR-39,Jura,2020-03-28,,56.0,4.0,,,
+FR-39,Jura,2020-03-29,,58.0,2.0,,,
+FR-39,Jura,2020-03-30,,71.0,13.0,,,
+FR-39,Jura,2020-03-31,,82.0,11.0,,,
+FR-39,Jura,2020-04-01,,93.0,11.0,,,
+FR-39,Jura,2020-04-02,,98.0,5.0,,,
+FR-39,Jura,2020-04-03,,114.0,16.0,,,
+FR-39,Jura,2020-04-04,,130.0,16.0,,,
+FR-39,Jura,2020-04-05,,141.0,11.0,,,
+FR-39,Jura,2020-04-06,,144.0,3.0,,,
+FR-39,Jura,2020-04-07,,164.0,20.0,,,
+FR-39,Jura,2020-04-08,,178.0,14.0,,,
+FR-39,Jura,2020-04-09,,196.0,18.0,,,
+FR-39,Jura,2020-04-10,,204.0,8.0,,,
+FR-39,Jura,2020-04-11,,212.0,8.0,,,
+FR-39,Jura,2020-04-12,,218.0,6.0,,,
+FR-39,Jura,2020-04-13,,225.0,7.0,,,
+FR-39,Jura,2020-04-14,,234.0,9.0,,,
+FR-39,Jura,2020-04-15,,248.0,14.0,,,
+FR-39,Jura,2020-04-16,,259.0,11.0,,,
+FR-39,Jura,2020-04-17,,275.0,16.0,,,
+FR-39,Jura,2020-04-18,,284.0,9.0,,,
+FR-39,Jura,2020-04-19,,284.0,0.0,,,
+FR-39,Jura,2020-04-20,,285.0,1.0,,,
+FR-39,Jura,2020-04-21,,286.0,1.0,,,
+FR-39,Jura,2020-04-22,,294.0,8.0,,,
+FR-39,Jura,2020-04-23,,299.0,5.0,,,
+FR-39,Jura,2020-04-24,,302.0,3.0,,,
+FR-39,Jura,2020-04-25,,307.0,5.0,,,
+FR-39,Jura,2020-04-26,,307.0,0.0,,,
+FR-39,Jura,2020-04-27,,309.0,2.0,,,
+FR-39,Jura,2020-04-28,,312.0,3.0,,,
+FR-39,Jura,2020-04-29,,314.0,2.0,,,
+FR-39,Jura,2020-04-30,,324.0,10.0,,,
+FR-39,Jura,2020-05-01,,324.0,0.0,,,
+FR-39,Jura,2020-05-02,,324.0,0.0,,,
+FR-39,Jura,2020-05-03,,324.0,0.0,,,
+FR-39,Jura,2020-05-04,,330.0,6.0,,,
+FR-39,Jura,2020-05-05,,331.0,1.0,,,
+FR-39,Jura,2020-05-06,,332.0,1.0,,,
+FR-39,Jura,2020-05-07,,335.0,3.0,,,
+FR-39,Jura,2020-05-08,,341.0,6.0,,,
+FR-39,Jura,2020-05-09,,342.0,1.0,,,
+FR-39,Jura,2020-05-10,,342.0,0.0,,,
+FR-39,Jura,2020-05-11,,347.0,5.0,,,
+FR-39,Jura,2020-05-12,,347.0,0.0,,,
+FR-39,Jura,2020-05-13,,348.0,1.0,,,
+FR-39,Jura,2020-05-14,,348.0,0.0,,,
+FR-39,Jura,2020-05-15,,349.0,1.0,,,
+FR-39,Jura,2020-05-16,,353.0,4.0,,,
+FR-39,Jura,2020-05-17,,353.0,0.0,,,
+FR-39,Jura,2020-05-18,,353.0,0.0,,,
+FR-39,Jura,2020-05-19,,354.0,1.0,,,
+FR-39,Jura,2020-05-20,,359.0,5.0,,,
+FR-39,Jura,2020-05-21,,360.0,1.0,,,
+FR-39,Jura,2020-05-22,,363.0,3.0,,,
+FR-39,Jura,2020-05-23,,364.0,1.0,,,
+FR-39,Jura,2020-05-24,,364.0,0.0,,,
+FR-39,Jura,2020-05-25,,365.0,1.0,,,
+FR-39,Jura,2020-05-26,,366.0,1.0,,,
+FR-39,Jura,2020-05-27,,366.0,0.0,,,
+FR-39,Jura,2020-05-28,,367.0,1.0,,,
+FR-39,Jura,2020-05-29,,390.0,23.0,,,
+FR-39,Jura,2020-05-30,,390.0,0.0,,,
+FR-39,Jura,2020-05-31,,390.0,0.0,,,
+FR-39,Jura,2020-06-01,,390.0,0.0,,,
+FR-39,Jura,2020-06-02,,390.0,0.0,,,
+FR-39,Jura,2020-06-03,,390.0,0.0,,,
+FR-39,Jura,2020-06-04,,390.0,0.0,,,
+FR-39,Jura,2020-06-05,,390.0,0.0,,,
+FR-39,Jura,2020-06-06,,390.0,0.0,,,
+FR-39,Jura,2020-06-07,,390.0,0.0,,,
+FR-39,Jura,2020-06-08,,390.0,0.0,,,
+FR-40,Landes,2020-03-19,,0.0,0.0,,,
+FR-40,Landes,2020-03-20,,0.0,0.0,,,
+FR-40,Landes,2020-03-21,,0.0,0.0,,,
+FR-40,Landes,2020-03-22,,0.0,0.0,,,
+FR-40,Landes,2020-03-23,,4.0,4.0,,,
+FR-40,Landes,2020-03-24,,4.0,0.0,,,
+FR-40,Landes,2020-03-25,,11.0,7.0,,,
+FR-40,Landes,2020-03-26,,11.0,0.0,,,
+FR-40,Landes,2020-03-27,,13.0,2.0,,,
+FR-40,Landes,2020-03-28,,15.0,2.0,,,
+FR-40,Landes,2020-03-29,,17.0,2.0,,,
+FR-40,Landes,2020-03-30,,23.0,6.0,,,
+FR-40,Landes,2020-03-31,,24.0,1.0,,,
+FR-40,Landes,2020-04-01,,25.0,1.0,,,
+FR-40,Landes,2020-04-02,,29.0,4.0,,,
+FR-40,Landes,2020-04-03,,31.0,2.0,,,
+FR-40,Landes,2020-04-04,,32.0,1.0,,,
+FR-40,Landes,2020-04-05,,33.0,1.0,,,
+FR-40,Landes,2020-04-06,,42.0,9.0,,,
+FR-40,Landes,2020-04-07,,53.0,11.0,,,
+FR-40,Landes,2020-04-08,,57.0,4.0,,,
+FR-40,Landes,2020-04-09,,64.0,7.0,,,
+FR-40,Landes,2020-04-10,,65.0,1.0,,,
+FR-40,Landes,2020-04-11,,65.0,0.0,,,
+FR-40,Landes,2020-04-12,,65.0,0.0,,,
+FR-40,Landes,2020-04-13,,65.0,0.0,,,
+FR-40,Landes,2020-04-14,,69.0,4.0,,,
+FR-40,Landes,2020-04-15,,71.0,2.0,,,
+FR-40,Landes,2020-04-16,,74.0,3.0,,,
+FR-40,Landes,2020-04-17,,77.0,3.0,,,
+FR-40,Landes,2020-04-18,,77.0,0.0,,,
+FR-40,Landes,2020-04-19,,77.0,0.0,,,
+FR-40,Landes,2020-04-20,,78.0,1.0,,,
+FR-40,Landes,2020-04-21,,79.0,1.0,,,
+FR-40,Landes,2020-04-22,,79.0,0.0,,,
+FR-40,Landes,2020-04-23,,80.0,1.0,,,
+FR-40,Landes,2020-04-24,,82.0,2.0,,,
+FR-40,Landes,2020-04-25,,82.0,0.0,,,
+FR-40,Landes,2020-04-26,,82.0,0.0,,,
+FR-40,Landes,2020-04-27,,82.0,0.0,,,
+FR-40,Landes,2020-04-28,,82.0,0.0,,,
+FR-40,Landes,2020-04-29,,82.0,0.0,,,
+FR-40,Landes,2020-04-30,,90.0,8.0,,,
+FR-40,Landes,2020-05-01,,90.0,0.0,,,
+FR-40,Landes,2020-05-02,,90.0,0.0,,,
+FR-40,Landes,2020-05-03,,90.0,0.0,,,
+FR-40,Landes,2020-05-04,,90.0,0.0,,,
+FR-40,Landes,2020-05-05,,90.0,0.0,,,
+FR-40,Landes,2020-05-06,,90.0,0.0,,,
+FR-40,Landes,2020-05-07,,90.0,0.0,,,
+FR-40,Landes,2020-05-08,,90.0,0.0,,,
+FR-40,Landes,2020-05-09,,90.0,0.0,,,
+FR-40,Landes,2020-05-10,,90.0,0.0,,,
+FR-40,Landes,2020-05-11,,90.0,0.0,,,
+FR-40,Landes,2020-05-12,,90.0,0.0,,,
+FR-40,Landes,2020-05-13,,90.0,0.0,,,
+FR-40,Landes,2020-05-14,,90.0,0.0,,,
+FR-40,Landes,2020-05-15,,90.0,0.0,,,
+FR-40,Landes,2020-05-16,,90.0,0.0,,,
+FR-40,Landes,2020-05-17,,90.0,0.0,,,
+FR-40,Landes,2020-05-18,,91.0,1.0,,,
+FR-40,Landes,2020-05-19,,91.0,0.0,,,
+FR-40,Landes,2020-05-20,,91.0,0.0,,,
+FR-40,Landes,2020-05-21,,91.0,0.0,,,
+FR-40,Landes,2020-05-22,,91.0,0.0,,,
+FR-40,Landes,2020-05-23,,91.0,0.0,,,
+FR-40,Landes,2020-05-24,,91.0,0.0,,,
+FR-40,Landes,2020-05-25,,92.0,1.0,,,
+FR-40,Landes,2020-05-26,,92.0,0.0,,,
+FR-40,Landes,2020-05-27,,92.0,0.0,,,
+FR-40,Landes,2020-05-28,,92.0,0.0,,,
+FR-40,Landes,2020-05-29,,92.0,0.0,,,
+FR-40,Landes,2020-05-30,,92.0,0.0,,,
+FR-40,Landes,2020-05-31,,92.0,0.0,,,
+FR-40,Landes,2020-06-01,,92.0,0.0,,,
+FR-40,Landes,2020-06-02,,92.0,0.0,,,
+FR-40,Landes,2020-06-03,,92.0,0.0,,,
+FR-40,Landes,2020-06-04,,92.0,0.0,,,
+FR-40,Landes,2020-06-05,,95.0,3.0,,,
+FR-40,Landes,2020-06-06,,95.0,0.0,,,
+FR-40,Landes,2020-06-07,,95.0,0.0,,,
+FR-40,Landes,2020-06-08,,95.0,0.0,,,
+FR-41,Loir-et-Cher,2020-03-19,,3.0,3.0,,,
+FR-41,Loir-et-Cher,2020-03-20,,6.0,3.0,,,
+FR-41,Loir-et-Cher,2020-03-21,,6.0,0.0,,,
+FR-41,Loir-et-Cher,2020-03-22,,7.0,1.0,,,
+FR-41,Loir-et-Cher,2020-03-23,,11.0,4.0,,,
+FR-41,Loir-et-Cher,2020-03-24,,20.0,9.0,,,
+FR-41,Loir-et-Cher,2020-03-25,,22.0,2.0,,,
+FR-41,Loir-et-Cher,2020-03-26,,28.0,6.0,,,
+FR-41,Loir-et-Cher,2020-03-27,,36.0,8.0,,,
+FR-41,Loir-et-Cher,2020-03-28,,48.0,12.0,,,
+FR-41,Loir-et-Cher,2020-03-29,,50.0,2.0,,,
+FR-41,Loir-et-Cher,2020-03-30,,73.0,23.0,,,
+FR-41,Loir-et-Cher,2020-03-31,,78.0,5.0,,,
+FR-41,Loir-et-Cher,2020-04-01,,95.0,17.0,,,
+FR-41,Loir-et-Cher,2020-04-02,,112.0,17.0,,,
+FR-41,Loir-et-Cher,2020-04-03,,123.0,11.0,,,
+FR-41,Loir-et-Cher,2020-04-04,,127.0,4.0,,,
+FR-41,Loir-et-Cher,2020-04-05,,128.0,1.0,,,
+FR-41,Loir-et-Cher,2020-04-06,,146.0,18.0,,,
+FR-41,Loir-et-Cher,2020-04-07,,157.0,11.0,,,
+FR-41,Loir-et-Cher,2020-04-08,,167.0,10.0,,,
+FR-41,Loir-et-Cher,2020-04-09,,180.0,13.0,,,
+FR-41,Loir-et-Cher,2020-04-10,,184.0,4.0,,,
+FR-41,Loir-et-Cher,2020-04-11,,190.0,6.0,,,
+FR-41,Loir-et-Cher,2020-04-12,,193.0,3.0,,,
+FR-41,Loir-et-Cher,2020-04-13,,197.0,4.0,,,
+FR-41,Loir-et-Cher,2020-04-14,,209.0,12.0,,,
+FR-41,Loir-et-Cher,2020-04-15,,212.0,3.0,,,
+FR-41,Loir-et-Cher,2020-04-16,,219.0,7.0,,,
+FR-41,Loir-et-Cher,2020-04-17,,229.0,10.0,,,
+FR-41,Loir-et-Cher,2020-04-18,,234.0,5.0,,,
+FR-41,Loir-et-Cher,2020-04-19,,235.0,1.0,,,
+FR-41,Loir-et-Cher,2020-04-20,,252.0,17.0,,,
+FR-41,Loir-et-Cher,2020-04-21,,257.0,5.0,,,
+FR-41,Loir-et-Cher,2020-04-22,,264.0,7.0,,,
+FR-41,Loir-et-Cher,2020-04-23,,270.0,6.0,,,
+FR-41,Loir-et-Cher,2020-04-24,,279.0,9.0,,,
+FR-41,Loir-et-Cher,2020-04-25,,286.0,7.0,,,
+FR-41,Loir-et-Cher,2020-04-26,,288.0,2.0,,,
+FR-41,Loir-et-Cher,2020-04-27,,296.0,8.0,,,
+FR-41,Loir-et-Cher,2020-04-28,,298.0,2.0,,,
+FR-41,Loir-et-Cher,2020-04-29,,313.0,15.0,,,
+FR-41,Loir-et-Cher,2020-04-30,,336.0,23.0,,,
+FR-41,Loir-et-Cher,2020-05-01,,340.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-02,,344.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-03,,348.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-04,,349.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-05,,359.0,10.0,,,
+FR-41,Loir-et-Cher,2020-05-06,,361.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-07,,370.0,9.0,,,
+FR-41,Loir-et-Cher,2020-05-08,,370.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-09,,372.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-10,,376.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-11,,382.0,6.0,,,
+FR-41,Loir-et-Cher,2020-05-12,,384.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-13,,388.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-14,,392.0,4.0,,,
+FR-41,Loir-et-Cher,2020-05-15,,399.0,7.0,,,
+FR-41,Loir-et-Cher,2020-05-16,,399.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-17,,399.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-18,,404.0,5.0,,,
+FR-41,Loir-et-Cher,2020-05-19,,405.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-20,,407.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-21,,407.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-22,,407.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-23,,408.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-24,,408.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-25,,410.0,2.0,,,
+FR-41,Loir-et-Cher,2020-05-26,,410.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-27,,410.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-28,,411.0,1.0,,,
+FR-41,Loir-et-Cher,2020-05-29,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-30,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-05-31,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-01,,411.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-02,,413.0,2.0,,,
+FR-41,Loir-et-Cher,2020-06-03,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-04,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-05,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-06,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-07,,413.0,0.0,,,
+FR-41,Loir-et-Cher,2020-06-08,,413.0,0.0,,,
+FR-42,Loire,2020-03-19,,32.0,32.0,,,
+FR-42,Loire,2020-03-20,,45.0,13.0,,,
+FR-42,Loire,2020-03-21,,67.0,22.0,,,
+FR-42,Loire,2020-03-22,,97.0,30.0,,,
+FR-42,Loire,2020-03-23,,121.0,24.0,,,
+FR-42,Loire,2020-03-24,,167.0,46.0,,,
+FR-42,Loire,2020-03-25,,226.0,59.0,,,
+FR-42,Loire,2020-03-26,,266.0,40.0,,,
+FR-42,Loire,2020-03-27,,294.0,28.0,,,
+FR-42,Loire,2020-03-28,,363.0,69.0,,,
+FR-42,Loire,2020-03-29,,439.0,76.0,,,
+FR-42,Loire,2020-03-30,,471.0,32.0,,,
+FR-42,Loire,2020-03-31,,511.0,40.0,,,
+FR-42,Loire,2020-04-01,,555.0,44.0,,,
+FR-42,Loire,2020-04-02,,598.0,43.0,,,
+FR-42,Loire,2020-04-03,,655.0,57.0,,,
+FR-42,Loire,2020-04-04,,684.0,29.0,,,
+FR-42,Loire,2020-04-05,,703.0,19.0,,,
+FR-42,Loire,2020-04-06,,743.0,40.0,,,
+FR-42,Loire,2020-04-07,,776.0,33.0,,,
+FR-42,Loire,2020-04-08,,802.0,26.0,,,
+FR-42,Loire,2020-04-09,,835.0,33.0,,,
+FR-42,Loire,2020-04-10,,866.0,31.0,,,
+FR-42,Loire,2020-04-11,,893.0,27.0,,,
+FR-42,Loire,2020-04-12,,936.0,43.0,,,
+FR-42,Loire,2020-04-13,,940.0,4.0,,,
+FR-42,Loire,2020-04-14,,963.0,23.0,,,
+FR-42,Loire,2020-04-15,,1004.0,41.0,,,
+FR-42,Loire,2020-04-16,,1022.0,18.0,,,
+FR-42,Loire,2020-04-17,,1056.0,34.0,,,
+FR-42,Loire,2020-04-18,,1068.0,12.0,,,
+FR-42,Loire,2020-04-19,,1086.0,18.0,,,
+FR-42,Loire,2020-04-20,,1097.0,11.0,,,
+FR-42,Loire,2020-04-21,,1119.0,22.0,,,
+FR-42,Loire,2020-04-22,,1136.0,17.0,,,
+FR-42,Loire,2020-04-23,,1159.0,23.0,,,
+FR-42,Loire,2020-04-24,,1169.0,10.0,,,
+FR-42,Loire,2020-04-25,,1189.0,20.0,,,
+FR-42,Loire,2020-04-26,,1198.0,9.0,,,
+FR-42,Loire,2020-04-27,,1209.0,11.0,,,
+FR-42,Loire,2020-04-28,,1217.0,8.0,,,
+FR-42,Loire,2020-04-29,,1224.0,7.0,,,
+FR-42,Loire,2020-04-30,,1238.0,14.0,,,
+FR-42,Loire,2020-05-01,,1250.0,12.0,,,
+FR-42,Loire,2020-05-02,,1253.0,3.0,,,
+FR-42,Loire,2020-05-03,,1257.0,4.0,,,
+FR-42,Loire,2020-05-04,,1263.0,6.0,,,
+FR-42,Loire,2020-05-05,,1272.0,9.0,,,
+FR-42,Loire,2020-05-06,,1277.0,5.0,,,
+FR-42,Loire,2020-05-07,,1277.0,0.0,,,
+FR-42,Loire,2020-05-08,,1281.0,4.0,,,
+FR-42,Loire,2020-05-09,,1283.0,2.0,,,
+FR-42,Loire,2020-05-10,,1284.0,1.0,,,
+FR-42,Loire,2020-05-11,,1293.0,9.0,,,
+FR-42,Loire,2020-05-12,,1313.0,20.0,,,
+FR-42,Loire,2020-05-13,,1316.0,3.0,,,
+FR-42,Loire,2020-05-14,,1324.0,8.0,,,
+FR-42,Loire,2020-05-15,,1326.0,2.0,,,
+FR-42,Loire,2020-05-16,,1327.0,1.0,,,
+FR-42,Loire,2020-05-17,,1327.0,0.0,,,
+FR-42,Loire,2020-05-18,,1327.0,0.0,,,
+FR-42,Loire,2020-05-19,,1328.0,1.0,,,
+FR-42,Loire,2020-05-20,,1340.0,12.0,,,
+FR-42,Loire,2020-05-21,,1341.0,1.0,,,
+FR-42,Loire,2020-05-22,,1345.0,4.0,,,
+FR-42,Loire,2020-05-23,,1347.0,2.0,,,
+FR-42,Loire,2020-05-24,,1349.0,2.0,,,
+FR-42,Loire,2020-05-25,,1350.0,1.0,,,
+FR-42,Loire,2020-05-26,,1353.0,3.0,,,
+FR-42,Loire,2020-05-27,,1355.0,2.0,,,
+FR-42,Loire,2020-05-28,,1358.0,3.0,,,
+FR-42,Loire,2020-05-29,,1359.0,1.0,,,
+FR-42,Loire,2020-05-30,,1359.0,0.0,,,
+FR-42,Loire,2020-05-31,,1361.0,2.0,,,
+FR-42,Loire,2020-06-01,,1361.0,0.0,,,
+FR-42,Loire,2020-06-02,,1362.0,1.0,,,
+FR-42,Loire,2020-06-03,,1363.0,1.0,,,
+FR-42,Loire,2020-06-04,,1364.0,1.0,,,
+FR-42,Loire,2020-06-05,,1366.0,2.0,,,
+FR-42,Loire,2020-06-06,,1366.0,0.0,,,
+FR-42,Loire,2020-06-07,,1366.0,0.0,,,
+FR-42,Loire,2020-06-08,,1366.0,0.0,,,
+FR-43,Haute-Loire,2020-03-19,,1.0,1.0,,,
+FR-43,Haute-Loire,2020-03-20,,3.0,2.0,,,
+FR-43,Haute-Loire,2020-03-21,,5.0,2.0,,,
+FR-43,Haute-Loire,2020-03-22,,7.0,2.0,,,
+FR-43,Haute-Loire,2020-03-23,,9.0,2.0,,,
+FR-43,Haute-Loire,2020-03-24,,11.0,2.0,,,
+FR-43,Haute-Loire,2020-03-25,,17.0,6.0,,,
+FR-43,Haute-Loire,2020-03-26,,19.0,2.0,,,
+FR-43,Haute-Loire,2020-03-27,,22.0,3.0,,,
+FR-43,Haute-Loire,2020-03-28,,24.0,2.0,,,
+FR-43,Haute-Loire,2020-03-29,,25.0,1.0,,,
+FR-43,Haute-Loire,2020-03-30,,28.0,3.0,,,
+FR-43,Haute-Loire,2020-03-31,,30.0,2.0,,,
+FR-43,Haute-Loire,2020-04-01,,33.0,3.0,,,
+FR-43,Haute-Loire,2020-04-02,,35.0,2.0,,,
+FR-43,Haute-Loire,2020-04-03,,41.0,6.0,,,
+FR-43,Haute-Loire,2020-04-04,,46.0,5.0,,,
+FR-43,Haute-Loire,2020-04-05,,50.0,4.0,,,
+FR-43,Haute-Loire,2020-04-06,,57.0,7.0,,,
+FR-43,Haute-Loire,2020-04-07,,59.0,2.0,,,
+FR-43,Haute-Loire,2020-04-08,,64.0,5.0,,,
+FR-43,Haute-Loire,2020-04-09,,70.0,6.0,,,
+FR-43,Haute-Loire,2020-04-10,,75.0,5.0,,,
+FR-43,Haute-Loire,2020-04-11,,81.0,6.0,,,
+FR-43,Haute-Loire,2020-04-12,,83.0,2.0,,,
+FR-43,Haute-Loire,2020-04-13,,84.0,1.0,,,
+FR-43,Haute-Loire,2020-04-14,,86.0,2.0,,,
+FR-43,Haute-Loire,2020-04-15,,88.0,2.0,,,
+FR-43,Haute-Loire,2020-04-16,,89.0,1.0,,,
+FR-43,Haute-Loire,2020-04-17,,96.0,7.0,,,
+FR-43,Haute-Loire,2020-04-18,,110.0,14.0,,,
+FR-43,Haute-Loire,2020-04-19,,124.0,14.0,,,
+FR-43,Haute-Loire,2020-04-20,,124.0,0.0,,,
+FR-43,Haute-Loire,2020-04-21,,126.0,2.0,,,
+FR-43,Haute-Loire,2020-04-22,,128.0,2.0,,,
+FR-43,Haute-Loire,2020-04-23,,132.0,4.0,,,
+FR-43,Haute-Loire,2020-04-24,,135.0,3.0,,,
+FR-43,Haute-Loire,2020-04-25,,135.0,0.0,,,
+FR-43,Haute-Loire,2020-04-26,,135.0,0.0,,,
+FR-43,Haute-Loire,2020-04-27,,135.0,0.0,,,
+FR-43,Haute-Loire,2020-04-28,,139.0,4.0,,,
+FR-43,Haute-Loire,2020-04-29,,140.0,1.0,,,
+FR-43,Haute-Loire,2020-04-30,,141.0,1.0,,,
+FR-43,Haute-Loire,2020-05-01,,141.0,0.0,,,
+FR-43,Haute-Loire,2020-05-02,,141.0,0.0,,,
+FR-43,Haute-Loire,2020-05-03,,141.0,0.0,,,
+FR-43,Haute-Loire,2020-05-04,,142.0,1.0,,,
+FR-43,Haute-Loire,2020-05-05,,144.0,2.0,,,
+FR-43,Haute-Loire,2020-05-06,,144.0,0.0,,,
+FR-43,Haute-Loire,2020-05-07,,146.0,2.0,,,
+FR-43,Haute-Loire,2020-05-08,,147.0,1.0,,,
+FR-43,Haute-Loire,2020-05-09,,147.0,0.0,,,
+FR-43,Haute-Loire,2020-05-10,,147.0,0.0,,,
+FR-43,Haute-Loire,2020-05-11,,147.0,0.0,,,
+FR-43,Haute-Loire,2020-05-12,,149.0,2.0,,,
+FR-43,Haute-Loire,2020-05-13,,150.0,1.0,,,
+FR-43,Haute-Loire,2020-05-14,,151.0,1.0,,,
+FR-43,Haute-Loire,2020-05-15,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-16,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-17,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-18,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-19,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-20,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-21,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-22,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-23,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-24,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-25,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-26,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-27,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-28,,151.0,0.0,,,
+FR-43,Haute-Loire,2020-05-29,,152.0,1.0,,,
+FR-43,Haute-Loire,2020-05-30,,154.0,2.0,,,
+FR-43,Haute-Loire,2020-05-31,,154.0,0.0,,,
+FR-43,Haute-Loire,2020-06-01,,154.0,0.0,,,
+FR-43,Haute-Loire,2020-06-02,,155.0,1.0,,,
+FR-43,Haute-Loire,2020-06-03,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-04,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-05,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-06,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-07,,155.0,0.0,,,
+FR-43,Haute-Loire,2020-06-08,,156.0,1.0,,,
+FR-44,Loire-Atlantique,2020-03-19,,12.0,12.0,,,
+FR-44,Loire-Atlantique,2020-03-20,,17.0,5.0,,,
+FR-44,Loire-Atlantique,2020-03-21,,33.0,16.0,,,
+FR-44,Loire-Atlantique,2020-03-22,,48.0,15.0,,,
+FR-44,Loire-Atlantique,2020-03-23,,52.0,4.0,,,
+FR-44,Loire-Atlantique,2020-03-24,,88.0,36.0,,,
+FR-44,Loire-Atlantique,2020-03-25,,106.0,18.0,,,
+FR-44,Loire-Atlantique,2020-03-26,,113.0,7.0,,,
+FR-44,Loire-Atlantique,2020-03-27,,151.0,38.0,,,
+FR-44,Loire-Atlantique,2020-03-28,,184.0,33.0,,,
+FR-44,Loire-Atlantique,2020-03-29,,202.0,18.0,,,
+FR-44,Loire-Atlantique,2020-03-30,,218.0,16.0,,,
+FR-44,Loire-Atlantique,2020-03-31,,240.0,22.0,,,
+FR-44,Loire-Atlantique,2020-04-01,,285.0,45.0,,,
+FR-44,Loire-Atlantique,2020-04-02,,312.0,27.0,,,
+FR-44,Loire-Atlantique,2020-04-03,,342.0,30.0,,,
+FR-44,Loire-Atlantique,2020-04-04,,384.0,42.0,,,
+FR-44,Loire-Atlantique,2020-04-05,,401.0,17.0,,,
+FR-44,Loire-Atlantique,2020-04-06,,417.0,16.0,,,
+FR-44,Loire-Atlantique,2020-04-07,,447.0,30.0,,,
+FR-44,Loire-Atlantique,2020-04-08,,468.0,21.0,,,
+FR-44,Loire-Atlantique,2020-04-09,,504.0,36.0,,,
+FR-44,Loire-Atlantique,2020-04-10,,539.0,35.0,,,
+FR-44,Loire-Atlantique,2020-04-11,,558.0,19.0,,,
+FR-44,Loire-Atlantique,2020-04-12,,576.0,18.0,,,
+FR-44,Loire-Atlantique,2020-04-13,,589.0,13.0,,,
+FR-44,Loire-Atlantique,2020-04-14,,599.0,10.0,,,
+FR-44,Loire-Atlantique,2020-04-15,,617.0,18.0,,,
+FR-44,Loire-Atlantique,2020-04-16,,629.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-17,,645.0,16.0,,,
+FR-44,Loire-Atlantique,2020-04-18,,655.0,10.0,,,
+FR-44,Loire-Atlantique,2020-04-19,,662.0,7.0,,,
+FR-44,Loire-Atlantique,2020-04-20,,666.0,4.0,,,
+FR-44,Loire-Atlantique,2020-04-21,,680.0,14.0,,,
+FR-44,Loire-Atlantique,2020-04-22,,692.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-23,,703.0,11.0,,,
+FR-44,Loire-Atlantique,2020-04-24,,710.0,7.0,,,
+FR-44,Loire-Atlantique,2020-04-25,,722.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-26,,726.0,4.0,,,
+FR-44,Loire-Atlantique,2020-04-27,,738.0,12.0,,,
+FR-44,Loire-Atlantique,2020-04-28,,744.0,6.0,,,
+FR-44,Loire-Atlantique,2020-04-29,,753.0,9.0,,,
+FR-44,Loire-Atlantique,2020-04-30,,758.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-01,,766.0,8.0,,,
+FR-44,Loire-Atlantique,2020-05-02,,769.0,3.0,,,
+FR-44,Loire-Atlantique,2020-05-03,,774.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-04,,777.0,3.0,,,
+FR-44,Loire-Atlantique,2020-05-05,,785.0,8.0,,,
+FR-44,Loire-Atlantique,2020-05-06,,791.0,6.0,,,
+FR-44,Loire-Atlantique,2020-05-07,,793.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-08,,798.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-09,,799.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-10,,800.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-11,,803.0,3.0,,,
+FR-44,Loire-Atlantique,2020-05-12,,804.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-13,,805.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-14,,813.0,8.0,,,
+FR-44,Loire-Atlantique,2020-05-15,,815.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-16,,816.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-17,,817.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-18,,817.0,0.0,,,
+FR-44,Loire-Atlantique,2020-05-19,,821.0,4.0,,,
+FR-44,Loire-Atlantique,2020-05-20,,821.0,0.0,,,
+FR-44,Loire-Atlantique,2020-05-21,,823.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-22,,824.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-23,,826.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-24,,832.0,6.0,,,
+FR-44,Loire-Atlantique,2020-05-25,,836.0,4.0,,,
+FR-44,Loire-Atlantique,2020-05-26,,841.0,5.0,,,
+FR-44,Loire-Atlantique,2020-05-27,,842.0,1.0,,,
+FR-44,Loire-Atlantique,2020-05-28,,844.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-29,,846.0,2.0,,,
+FR-44,Loire-Atlantique,2020-05-30,,852.0,6.0,,,
+FR-44,Loire-Atlantique,2020-05-31,,857.0,5.0,,,
+FR-44,Loire-Atlantique,2020-06-01,,858.0,1.0,,,
+FR-44,Loire-Atlantique,2020-06-02,,860.0,2.0,,,
+FR-44,Loire-Atlantique,2020-06-03,,860.0,0.0,,,
+FR-44,Loire-Atlantique,2020-06-04,,865.0,5.0,,,
+FR-44,Loire-Atlantique,2020-06-05,,872.0,7.0,,,
+FR-44,Loire-Atlantique,2020-06-06,,874.0,2.0,,,
+FR-44,Loire-Atlantique,2020-06-07,,876.0,2.0,,,
+FR-44,Loire-Atlantique,2020-06-08,,881.0,5.0,,,
+FR-45,Loiret,2020-03-19,,12.0,12.0,,,
+FR-45,Loiret,2020-03-20,,23.0,11.0,,,
+FR-45,Loiret,2020-03-21,,29.0,6.0,,,
+FR-45,Loiret,2020-03-22,,39.0,10.0,,,
+FR-45,Loiret,2020-03-23,,50.0,11.0,,,
+FR-45,Loiret,2020-03-24,,50.0,0.0,,,
+FR-45,Loiret,2020-03-25,,70.0,20.0,,,
+FR-45,Loiret,2020-03-26,,88.0,18.0,,,
+FR-45,Loiret,2020-03-27,,96.0,8.0,,,
+FR-45,Loiret,2020-03-28,,122.0,26.0,,,
+FR-45,Loiret,2020-03-29,,156.0,34.0,,,
+FR-45,Loiret,2020-03-30,,190.0,34.0,,,
+FR-45,Loiret,2020-03-31,,208.0,18.0,,,
+FR-45,Loiret,2020-04-01,,241.0,33.0,,,
+FR-45,Loiret,2020-04-02,,273.0,32.0,,,
+FR-45,Loiret,2020-04-03,,311.0,38.0,,,
+FR-45,Loiret,2020-04-04,,343.0,32.0,,,
+FR-45,Loiret,2020-04-05,,361.0,18.0,,,
+FR-45,Loiret,2020-04-06,,387.0,26.0,,,
+FR-45,Loiret,2020-04-07,,411.0,24.0,,,
+FR-45,Loiret,2020-04-08,,443.0,32.0,,,
+FR-45,Loiret,2020-04-09,,471.0,28.0,,,
+FR-45,Loiret,2020-04-10,,501.0,30.0,,,
+FR-45,Loiret,2020-04-11,,532.0,31.0,,,
+FR-45,Loiret,2020-04-12,,550.0,18.0,,,
+FR-45,Loiret,2020-04-13,,571.0,21.0,,,
+FR-45,Loiret,2020-04-14,,587.0,16.0,,,
+FR-45,Loiret,2020-04-15,,609.0,22.0,,,
+FR-45,Loiret,2020-04-16,,632.0,23.0,,,
+FR-45,Loiret,2020-04-17,,644.0,12.0,,,
+FR-45,Loiret,2020-04-18,,657.0,13.0,,,
+FR-45,Loiret,2020-04-19,,669.0,12.0,,,
+FR-45,Loiret,2020-04-20,,674.0,5.0,,,
+FR-45,Loiret,2020-04-21,,684.0,10.0,,,
+FR-45,Loiret,2020-04-22,,700.0,16.0,,,
+FR-45,Loiret,2020-04-23,,712.0,12.0,,,
+FR-45,Loiret,2020-04-24,,718.0,6.0,,,
+FR-45,Loiret,2020-04-25,,723.0,5.0,,,
+FR-45,Loiret,2020-04-26,,724.0,1.0,,,
+FR-45,Loiret,2020-04-27,,734.0,10.0,,,
+FR-45,Loiret,2020-04-28,,746.0,12.0,,,
+FR-45,Loiret,2020-04-29,,749.0,3.0,,,
+FR-45,Loiret,2020-04-30,,763.0,14.0,,,
+FR-45,Loiret,2020-05-01,,777.0,14.0,,,
+FR-45,Loiret,2020-05-02,,779.0,2.0,,,
+FR-45,Loiret,2020-05-03,,783.0,4.0,,,
+FR-45,Loiret,2020-05-04,,788.0,5.0,,,
+FR-45,Loiret,2020-05-05,,803.0,15.0,,,
+FR-45,Loiret,2020-05-06,,806.0,3.0,,,
+FR-45,Loiret,2020-05-07,,809.0,3.0,,,
+FR-45,Loiret,2020-05-08,,813.0,4.0,,,
+FR-45,Loiret,2020-05-09,,814.0,1.0,,,
+FR-45,Loiret,2020-05-10,,814.0,0.0,,,
+FR-45,Loiret,2020-05-11,,818.0,4.0,,,
+FR-45,Loiret,2020-05-12,,821.0,3.0,,,
+FR-45,Loiret,2020-05-13,,822.0,1.0,,,
+FR-45,Loiret,2020-05-14,,824.0,2.0,,,
+FR-45,Loiret,2020-05-15,,828.0,4.0,,,
+FR-45,Loiret,2020-05-16,,828.0,0.0,,,
+FR-45,Loiret,2020-05-17,,828.0,0.0,,,
+FR-45,Loiret,2020-05-18,,828.0,0.0,,,
+FR-45,Loiret,2020-05-19,,830.0,2.0,,,
+FR-45,Loiret,2020-05-20,,832.0,2.0,,,
+FR-45,Loiret,2020-05-21,,832.0,0.0,,,
+FR-45,Loiret,2020-05-22,,832.0,0.0,,,
+FR-45,Loiret,2020-05-23,,833.0,1.0,,,
+FR-45,Loiret,2020-05-24,,833.0,0.0,,,
+FR-45,Loiret,2020-05-25,,837.0,4.0,,,
+FR-45,Loiret,2020-05-26,,837.0,0.0,,,
+FR-45,Loiret,2020-05-27,,837.0,0.0,,,
+FR-45,Loiret,2020-05-28,,838.0,1.0,,,
+FR-45,Loiret,2020-05-29,,839.0,1.0,,,
+FR-45,Loiret,2020-05-30,,839.0,0.0,,,
+FR-45,Loiret,2020-05-31,,839.0,0.0,,,
+FR-45,Loiret,2020-06-01,,839.0,0.0,,,
+FR-45,Loiret,2020-06-02,,839.0,0.0,,,
+FR-45,Loiret,2020-06-03,,841.0,2.0,,,
+FR-45,Loiret,2020-06-04,,842.0,1.0,,,
+FR-45,Loiret,2020-06-05,,843.0,1.0,,,
+FR-45,Loiret,2020-06-06,,844.0,1.0,,,
+FR-45,Loiret,2020-06-07,,845.0,1.0,,,
+FR-45,Loiret,2020-06-08,,846.0,1.0,,,
+FR-46,Lot,2020-03-19,,1.0,1.0,,,
+FR-46,Lot,2020-03-20,,1.0,0.0,,,
+FR-46,Lot,2020-03-21,,5.0,4.0,,,
+FR-46,Lot,2020-03-22,,5.0,0.0,,,
+FR-46,Lot,2020-03-23,,5.0,0.0,,,
+FR-46,Lot,2020-03-24,,5.0,0.0,,,
+FR-46,Lot,2020-03-25,,6.0,1.0,,,
+FR-46,Lot,2020-03-26,,7.0,1.0,,,
+FR-46,Lot,2020-03-27,,7.0,0.0,,,
+FR-46,Lot,2020-03-28,,8.0,1.0,,,
+FR-46,Lot,2020-03-29,,12.0,4.0,,,
+FR-46,Lot,2020-03-30,,12.0,0.0,,,
+FR-46,Lot,2020-03-31,,12.0,0.0,,,
+FR-46,Lot,2020-04-01,,24.0,12.0,,,
+FR-46,Lot,2020-04-02,,29.0,5.0,,,
+FR-46,Lot,2020-04-03,,38.0,9.0,,,
+FR-46,Lot,2020-04-04,,38.0,0.0,,,
+FR-46,Lot,2020-04-05,,38.0,0.0,,,
+FR-46,Lot,2020-04-06,,47.0,9.0,,,
+FR-46,Lot,2020-04-07,,54.0,7.0,,,
+FR-46,Lot,2020-04-08,,59.0,5.0,,,
+FR-46,Lot,2020-04-09,,66.0,7.0,,,
+FR-46,Lot,2020-04-10,,71.0,5.0,,,
+FR-46,Lot,2020-04-11,,77.0,6.0,,,
+FR-46,Lot,2020-04-12,,77.0,0.0,,,
+FR-46,Lot,2020-04-13,,77.0,0.0,,,
+FR-46,Lot,2020-04-14,,84.0,7.0,,,
+FR-46,Lot,2020-04-15,,87.0,3.0,,,
+FR-46,Lot,2020-04-16,,89.0,2.0,,,
+FR-46,Lot,2020-04-17,,98.0,9.0,,,
+FR-46,Lot,2020-04-18,,124.0,26.0,,,
+FR-46,Lot,2020-04-19,,128.0,4.0,,,
+FR-46,Lot,2020-04-20,,145.0,17.0,,,
+FR-46,Lot,2020-04-21,,155.0,10.0,,,
+FR-46,Lot,2020-04-22,,158.0,3.0,,,
+FR-46,Lot,2020-04-23,,159.0,1.0,,,
+FR-46,Lot,2020-04-24,,169.0,10.0,,,
+FR-46,Lot,2020-04-25,,169.0,0.0,,,
+FR-46,Lot,2020-04-26,,169.0,0.0,,,
+FR-46,Lot,2020-04-27,,170.0,1.0,,,
+FR-46,Lot,2020-04-28,,173.0,3.0,,,
+FR-46,Lot,2020-04-29,,173.0,0.0,,,
+FR-46,Lot,2020-04-30,,174.0,1.0,,,
+FR-46,Lot,2020-05-01,,177.0,3.0,,,
+FR-46,Lot,2020-05-02,,185.0,8.0,,,
+FR-46,Lot,2020-05-03,,185.0,0.0,,,
+FR-46,Lot,2020-05-04,,185.0,0.0,,,
+FR-46,Lot,2020-05-05,,185.0,0.0,,,
+FR-46,Lot,2020-05-06,,187.0,2.0,,,
+FR-46,Lot,2020-05-07,,188.0,1.0,,,
+FR-46,Lot,2020-05-08,,189.0,1.0,,,
+FR-46,Lot,2020-05-09,,189.0,0.0,,,
+FR-46,Lot,2020-05-10,,189.0,0.0,,,
+FR-46,Lot,2020-05-11,,190.0,1.0,,,
+FR-46,Lot,2020-05-12,,190.0,0.0,,,
+FR-46,Lot,2020-05-13,,192.0,2.0,,,
+FR-46,Lot,2020-05-14,,192.0,0.0,,,
+FR-46,Lot,2020-05-15,,192.0,0.0,,,
+FR-46,Lot,2020-05-16,,192.0,0.0,,,
+FR-46,Lot,2020-05-17,,192.0,0.0,,,
+FR-46,Lot,2020-05-18,,194.0,2.0,,,
+FR-46,Lot,2020-05-19,,194.0,0.0,,,
+FR-46,Lot,2020-05-20,,194.0,0.0,,,
+FR-46,Lot,2020-05-21,,194.0,0.0,,,
+FR-46,Lot,2020-05-22,,194.0,0.0,,,
+FR-46,Lot,2020-05-23,,194.0,0.0,,,
+FR-46,Lot,2020-05-24,,196.0,2.0,,,
+FR-46,Lot,2020-05-25,,196.0,0.0,,,
+FR-46,Lot,2020-05-26,,196.0,0.0,,,
+FR-46,Lot,2020-05-27,,196.0,0.0,,,
+FR-46,Lot,2020-05-28,,198.0,2.0,,,
+FR-46,Lot,2020-05-29,,198.0,0.0,,,
+FR-46,Lot,2020-05-30,,198.0,0.0,,,
+FR-46,Lot,2020-05-31,,199.0,1.0,,,
+FR-46,Lot,2020-06-01,,200.0,1.0,,,
+FR-46,Lot,2020-06-02,,200.0,0.0,,,
+FR-46,Lot,2020-06-03,,200.0,0.0,,,
+FR-46,Lot,2020-06-04,,202.0,2.0,,,
+FR-46,Lot,2020-06-05,,202.0,0.0,,,
+FR-46,Lot,2020-06-06,,202.0,0.0,,,
+FR-46,Lot,2020-06-07,,202.0,0.0,,,
+FR-46,Lot,2020-06-08,,202.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-03-19,,0.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-03-20,,0.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-03-21,,3.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-22,,5.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-23,,10.0,5.0,,,
+FR-47,Lot-et-Garonne,2020-03-24,,13.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-25,,16.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-26,,18.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-27,,20.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-28,,28.0,8.0,,,
+FR-47,Lot-et-Garonne,2020-03-29,,30.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-03-30,,33.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-03-31,,33.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-01,,37.0,4.0,,,
+FR-47,Lot-et-Garonne,2020-04-02,,38.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-03,,40.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-04,,41.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-05,,43.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-06,,43.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-07,,45.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-08,,45.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-09,,46.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-10,,46.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-11,,46.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-12,,49.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-13,,49.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-14,,52.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-15,,55.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-16,,58.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-17,,63.0,5.0,,,
+FR-47,Lot-et-Garonne,2020-04-18,,66.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-19,,69.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-20,,69.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-21,,71.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-04-22,,72.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-23,,72.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-24,,72.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-25,,72.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-26,,73.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-27,,74.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-04-28,,74.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-04-29,,77.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-04-30,,78.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-01,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-02,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-03,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-04,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-05,,78.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-06,,81.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-05-07,,84.0,3.0,,,
+FR-47,Lot-et-Garonne,2020-05-08,,84.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-09,,84.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-10,,85.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-11,,87.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-05-12,,87.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-13,,87.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-14,,87.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-15,,88.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-16,,89.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-17,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-18,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-19,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-20,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-21,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-22,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-23,,89.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-24,,90.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-25,,92.0,2.0,,,
+FR-47,Lot-et-Garonne,2020-05-26,,92.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-27,,92.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-28,,93.0,1.0,,,
+FR-47,Lot-et-Garonne,2020-05-29,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-30,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-05-31,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-01,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-02,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-03,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-04,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-05,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-06,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-07,,93.0,0.0,,,
+FR-47,Lot-et-Garonne,2020-06-08,,93.0,0.0,,,
+FR-48,Lozère,2020-03-19,,0.0,0.0,,,
+FR-48,Lozère,2020-03-20,,0.0,0.0,,,
+FR-48,Lozère,2020-03-21,,0.0,0.0,,,
+FR-48,Lozère,2020-03-22,,2.0,2.0,,,
+FR-48,Lozère,2020-03-23,,4.0,2.0,,,
+FR-48,Lozère,2020-03-24,,8.0,4.0,,,
+FR-48,Lozère,2020-03-25,,9.0,1.0,,,
+FR-48,Lozère,2020-03-26,,9.0,0.0,,,
+FR-48,Lozère,2020-03-27,,9.0,0.0,,,
+FR-48,Lozère,2020-03-28,,11.0,2.0,,,
+FR-48,Lozère,2020-03-29,,12.0,1.0,,,
+FR-48,Lozère,2020-03-30,,13.0,1.0,,,
+FR-48,Lozère,2020-03-31,,13.0,0.0,,,
+FR-48,Lozère,2020-04-01,,15.0,2.0,,,
+FR-48,Lozère,2020-04-02,,16.0,1.0,,,
+FR-48,Lozère,2020-04-03,,16.0,0.0,,,
+FR-48,Lozère,2020-04-04,,16.0,0.0,,,
+FR-48,Lozère,2020-04-05,,16.0,0.0,,,
+FR-48,Lozère,2020-04-06,,16.0,0.0,,,
+FR-48,Lozère,2020-04-07,,16.0,0.0,,,
+FR-48,Lozère,2020-04-08,,16.0,0.0,,,
+FR-48,Lozère,2020-04-09,,16.0,0.0,,,
+FR-48,Lozère,2020-04-10,,16.0,0.0,,,
+FR-48,Lozère,2020-04-11,,16.0,0.0,,,
+FR-48,Lozère,2020-04-12,,16.0,0.0,,,
+FR-48,Lozère,2020-04-13,,16.0,0.0,,,
+FR-48,Lozère,2020-04-14,,16.0,0.0,,,
+FR-48,Lozère,2020-04-15,,16.0,0.0,,,
+FR-48,Lozère,2020-04-16,,16.0,0.0,,,
+FR-48,Lozère,2020-04-17,,16.0,0.0,,,
+FR-48,Lozère,2020-04-18,,16.0,0.0,,,
+FR-48,Lozère,2020-04-19,,16.0,0.0,,,
+FR-48,Lozère,2020-04-20,,16.0,0.0,,,
+FR-48,Lozère,2020-04-21,,16.0,0.0,,,
+FR-48,Lozère,2020-04-22,,16.0,0.0,,,
+FR-48,Lozère,2020-04-23,,16.0,0.0,,,
+FR-48,Lozère,2020-04-24,,16.0,0.0,,,
+FR-48,Lozère,2020-04-25,,16.0,0.0,,,
+FR-48,Lozère,2020-04-26,,16.0,0.0,,,
+FR-48,Lozère,2020-04-27,,16.0,0.0,,,
+FR-48,Lozère,2020-04-28,,16.0,0.0,,,
+FR-48,Lozère,2020-04-29,,16.0,0.0,,,
+FR-48,Lozère,2020-04-30,,16.0,0.0,,,
+FR-48,Lozère,2020-05-01,,19.0,3.0,,,
+FR-48,Lozère,2020-05-02,,19.0,0.0,,,
+FR-48,Lozère,2020-05-03,,20.0,1.0,,,
+FR-48,Lozère,2020-05-04,,20.0,0.0,,,
+FR-48,Lozère,2020-05-05,,20.0,0.0,,,
+FR-48,Lozère,2020-05-06,,20.0,0.0,,,
+FR-48,Lozère,2020-05-07,,20.0,0.0,,,
+FR-48,Lozère,2020-05-08,,20.0,0.0,,,
+FR-48,Lozère,2020-05-09,,20.0,0.0,,,
+FR-48,Lozère,2020-05-10,,20.0,0.0,,,
+FR-48,Lozère,2020-05-11,,20.0,0.0,,,
+FR-48,Lozère,2020-05-12,,20.0,0.0,,,
+FR-48,Lozère,2020-05-13,,22.0,2.0,,,
+FR-48,Lozère,2020-05-14,,22.0,0.0,,,
+FR-48,Lozère,2020-05-15,,22.0,0.0,,,
+FR-48,Lozère,2020-05-16,,22.0,0.0,,,
+FR-48,Lozère,2020-05-17,,22.0,0.0,,,
+FR-48,Lozère,2020-05-18,,22.0,0.0,,,
+FR-48,Lozère,2020-05-19,,22.0,0.0,,,
+FR-48,Lozère,2020-05-20,,23.0,1.0,,,
+FR-48,Lozère,2020-05-21,,23.0,0.0,,,
+FR-48,Lozère,2020-05-22,,23.0,0.0,,,
+FR-48,Lozère,2020-05-23,,23.0,0.0,,,
+FR-48,Lozère,2020-05-24,,23.0,0.0,,,
+FR-48,Lozère,2020-05-25,,24.0,1.0,,,
+FR-48,Lozère,2020-05-26,,24.0,0.0,,,
+FR-48,Lozère,2020-05-27,,24.0,0.0,,,
+FR-48,Lozère,2020-05-28,,24.0,0.0,,,
+FR-48,Lozère,2020-05-29,,24.0,0.0,,,
+FR-48,Lozère,2020-05-30,,24.0,0.0,,,
+FR-48,Lozère,2020-05-31,,24.0,0.0,,,
+FR-48,Lozère,2020-06-01,,24.0,0.0,,,
+FR-48,Lozère,2020-06-02,,24.0,0.0,,,
+FR-48,Lozère,2020-06-03,,24.0,0.0,,,
+FR-48,Lozère,2020-06-04,,24.0,0.0,,,
+FR-48,Lozère,2020-06-05,,24.0,0.0,,,
+FR-48,Lozère,2020-06-06,,24.0,0.0,,,
+FR-48,Lozère,2020-06-07,,24.0,0.0,,,
+FR-48,Lozère,2020-06-08,,24.0,0.0,,,
+FR-49,Maine-et-Loire,2020-03-19,,13.0,13.0,,,
+FR-49,Maine-et-Loire,2020-03-20,,22.0,9.0,,,
+FR-49,Maine-et-Loire,2020-03-21,,30.0,8.0,,,
+FR-49,Maine-et-Loire,2020-03-22,,37.0,7.0,,,
+FR-49,Maine-et-Loire,2020-03-23,,65.0,28.0,,,
+FR-49,Maine-et-Loire,2020-03-24,,83.0,18.0,,,
+FR-49,Maine-et-Loire,2020-03-25,,101.0,18.0,,,
+FR-49,Maine-et-Loire,2020-03-26,,126.0,25.0,,,
+FR-49,Maine-et-Loire,2020-03-27,,150.0,24.0,,,
+FR-49,Maine-et-Loire,2020-03-28,,169.0,19.0,,,
+FR-49,Maine-et-Loire,2020-03-29,,191.0,22.0,,,
+FR-49,Maine-et-Loire,2020-03-30,,214.0,23.0,,,
+FR-49,Maine-et-Loire,2020-03-31,,256.0,42.0,,,
+FR-49,Maine-et-Loire,2020-04-01,,281.0,25.0,,,
+FR-49,Maine-et-Loire,2020-04-02,,301.0,20.0,,,
+FR-49,Maine-et-Loire,2020-04-03,,317.0,16.0,,,
+FR-49,Maine-et-Loire,2020-04-04,,325.0,8.0,,,
+FR-49,Maine-et-Loire,2020-04-05,,335.0,10.0,,,
+FR-49,Maine-et-Loire,2020-04-06,,347.0,12.0,,,
+FR-49,Maine-et-Loire,2020-04-07,,382.0,35.0,,,
+FR-49,Maine-et-Loire,2020-04-08,,406.0,24.0,,,
+FR-49,Maine-et-Loire,2020-04-09,,427.0,21.0,,,
+FR-49,Maine-et-Loire,2020-04-10,,447.0,20.0,,,
+FR-49,Maine-et-Loire,2020-04-11,,471.0,24.0,,,
+FR-49,Maine-et-Loire,2020-04-12,,491.0,20.0,,,
+FR-49,Maine-et-Loire,2020-04-13,,503.0,12.0,,,
+FR-49,Maine-et-Loire,2020-04-14,,519.0,16.0,,,
+FR-49,Maine-et-Loire,2020-04-15,,530.0,11.0,,,
+FR-49,Maine-et-Loire,2020-04-16,,557.0,27.0,,,
+FR-49,Maine-et-Loire,2020-04-17,,565.0,8.0,,,
+FR-49,Maine-et-Loire,2020-04-18,,572.0,7.0,,,
+FR-49,Maine-et-Loire,2020-04-19,,575.0,3.0,,,
+FR-49,Maine-et-Loire,2020-04-20,,583.0,8.0,,,
+FR-49,Maine-et-Loire,2020-04-21,,587.0,4.0,,,
+FR-49,Maine-et-Loire,2020-04-22,,601.0,14.0,,,
+FR-49,Maine-et-Loire,2020-04-23,,617.0,16.0,,,
+FR-49,Maine-et-Loire,2020-04-24,,620.0,3.0,,,
+FR-49,Maine-et-Loire,2020-04-25,,623.0,3.0,,,
+FR-49,Maine-et-Loire,2020-04-26,,623.0,0.0,,,
+FR-49,Maine-et-Loire,2020-04-27,,636.0,13.0,,,
+FR-49,Maine-et-Loire,2020-04-28,,645.0,9.0,,,
+FR-49,Maine-et-Loire,2020-04-29,,652.0,7.0,,,
+FR-49,Maine-et-Loire,2020-04-30,,658.0,6.0,,,
+FR-49,Maine-et-Loire,2020-05-01,,660.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-02,,661.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-03,,664.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-04,,671.0,7.0,,,
+FR-49,Maine-et-Loire,2020-05-05,,682.0,11.0,,,
+FR-49,Maine-et-Loire,2020-05-06,,690.0,8.0,,,
+FR-49,Maine-et-Loire,2020-05-07,,690.0,0.0,,,
+FR-49,Maine-et-Loire,2020-05-08,,692.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-09,,693.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-10,,696.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-11,,701.0,5.0,,,
+FR-49,Maine-et-Loire,2020-05-12,,706.0,5.0,,,
+FR-49,Maine-et-Loire,2020-05-13,,709.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-14,,713.0,4.0,,,
+FR-49,Maine-et-Loire,2020-05-15,,727.0,14.0,,,
+FR-49,Maine-et-Loire,2020-05-16,,729.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-17,,732.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-18,,737.0,5.0,,,
+FR-49,Maine-et-Loire,2020-05-19,,738.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-20,,742.0,4.0,,,
+FR-49,Maine-et-Loire,2020-05-21,,745.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-22,,751.0,6.0,,,
+FR-49,Maine-et-Loire,2020-05-23,,755.0,4.0,,,
+FR-49,Maine-et-Loire,2020-05-24,,757.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-25,,759.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-26,,760.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-27,,762.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-28,,765.0,3.0,,,
+FR-49,Maine-et-Loire,2020-05-29,,767.0,2.0,,,
+FR-49,Maine-et-Loire,2020-05-30,,768.0,1.0,,,
+FR-49,Maine-et-Loire,2020-05-31,,771.0,3.0,,,
+FR-49,Maine-et-Loire,2020-06-01,,772.0,1.0,,,
+FR-49,Maine-et-Loire,2020-06-02,,773.0,1.0,,,
+FR-49,Maine-et-Loire,2020-06-03,,773.0,0.0,,,
+FR-49,Maine-et-Loire,2020-06-04,,775.0,2.0,,,
+FR-49,Maine-et-Loire,2020-06-05,,777.0,2.0,,,
+FR-49,Maine-et-Loire,2020-06-06,,779.0,2.0,,,
+FR-49,Maine-et-Loire,2020-06-07,,780.0,1.0,,,
+FR-49,Maine-et-Loire,2020-06-08,,782.0,2.0,,,
+FR-50,Manche,2020-03-19,,0.0,0.0,,,
+FR-50,Manche,2020-03-20,,6.0,6.0,,,
+FR-50,Manche,2020-03-21,,12.0,6.0,,,
+FR-50,Manche,2020-03-22,,14.0,2.0,,,
+FR-50,Manche,2020-03-23,,16.0,2.0,,,
+FR-50,Manche,2020-03-24,,18.0,2.0,,,
+FR-50,Manche,2020-03-25,,24.0,6.0,,,
+FR-50,Manche,2020-03-26,,26.0,2.0,,,
+FR-50,Manche,2020-03-27,,33.0,7.0,,,
+FR-50,Manche,2020-03-28,,39.0,6.0,,,
+FR-50,Manche,2020-03-29,,48.0,9.0,,,
+FR-50,Manche,2020-03-30,,60.0,12.0,,,
+FR-50,Manche,2020-03-31,,65.0,5.0,,,
+FR-50,Manche,2020-04-01,,75.0,10.0,,,
+FR-50,Manche,2020-04-02,,84.0,9.0,,,
+FR-50,Manche,2020-04-03,,91.0,7.0,,,
+FR-50,Manche,2020-04-04,,100.0,9.0,,,
+FR-50,Manche,2020-04-05,,112.0,12.0,,,
+FR-50,Manche,2020-04-06,,114.0,2.0,,,
+FR-50,Manche,2020-04-07,,122.0,8.0,,,
+FR-50,Manche,2020-04-08,,123.0,1.0,,,
+FR-50,Manche,2020-04-09,,132.0,9.0,,,
+FR-50,Manche,2020-04-10,,142.0,10.0,,,
+FR-50,Manche,2020-04-11,,144.0,2.0,,,
+FR-50,Manche,2020-04-12,,147.0,3.0,,,
+FR-50,Manche,2020-04-13,,148.0,1.0,,,
+FR-50,Manche,2020-04-14,,159.0,11.0,,,
+FR-50,Manche,2020-04-15,,165.0,6.0,,,
+FR-50,Manche,2020-04-16,,170.0,5.0,,,
+FR-50,Manche,2020-04-17,,171.0,1.0,,,
+FR-50,Manche,2020-04-18,,174.0,3.0,,,
+FR-50,Manche,2020-04-19,,179.0,5.0,,,
+FR-50,Manche,2020-04-20,,186.0,7.0,,,
+FR-50,Manche,2020-04-21,,188.0,2.0,,,
+FR-50,Manche,2020-04-22,,189.0,1.0,,,
+FR-50,Manche,2020-04-23,,193.0,4.0,,,
+FR-50,Manche,2020-04-24,,193.0,0.0,,,
+FR-50,Manche,2020-04-25,,193.0,0.0,,,
+FR-50,Manche,2020-04-26,,194.0,1.0,,,
+FR-50,Manche,2020-04-27,,195.0,1.0,,,
+FR-50,Manche,2020-04-28,,199.0,4.0,,,
+FR-50,Manche,2020-04-29,,202.0,3.0,,,
+FR-50,Manche,2020-04-30,,205.0,3.0,,,
+FR-50,Manche,2020-05-01,,207.0,2.0,,,
+FR-50,Manche,2020-05-02,,208.0,1.0,,,
+FR-50,Manche,2020-05-03,,210.0,2.0,,,
+FR-50,Manche,2020-05-04,,216.0,6.0,,,
+FR-50,Manche,2020-05-05,,218.0,2.0,,,
+FR-50,Manche,2020-05-06,,218.0,0.0,,,
+FR-50,Manche,2020-05-07,,219.0,1.0,,,
+FR-50,Manche,2020-05-08,,220.0,1.0,,,
+FR-50,Manche,2020-05-09,,220.0,0.0,,,
+FR-50,Manche,2020-05-10,,220.0,0.0,,,
+FR-50,Manche,2020-05-11,,220.0,0.0,,,
+FR-50,Manche,2020-05-12,,223.0,3.0,,,
+FR-50,Manche,2020-05-13,,226.0,3.0,,,
+FR-50,Manche,2020-05-14,,226.0,0.0,,,
+FR-50,Manche,2020-05-15,,226.0,0.0,,,
+FR-50,Manche,2020-05-16,,226.0,0.0,,,
+FR-50,Manche,2020-05-17,,226.0,0.0,,,
+FR-50,Manche,2020-05-18,,227.0,1.0,,,
+FR-50,Manche,2020-05-19,,227.0,0.0,,,
+FR-50,Manche,2020-05-20,,227.0,0.0,,,
+FR-50,Manche,2020-05-21,,227.0,0.0,,,
+FR-50,Manche,2020-05-22,,228.0,1.0,,,
+FR-50,Manche,2020-05-23,,228.0,0.0,,,
+FR-50,Manche,2020-05-24,,232.0,4.0,,,
+FR-50,Manche,2020-05-25,,234.0,2.0,,,
+FR-50,Manche,2020-05-26,,236.0,2.0,,,
+FR-50,Manche,2020-05-27,,236.0,0.0,,,
+FR-50,Manche,2020-05-28,,236.0,0.0,,,
+FR-50,Manche,2020-05-29,,237.0,1.0,,,
+FR-50,Manche,2020-05-30,,237.0,0.0,,,
+FR-50,Manche,2020-05-31,,237.0,0.0,,,
+FR-50,Manche,2020-06-01,,237.0,0.0,,,
+FR-50,Manche,2020-06-02,,237.0,0.0,,,
+FR-50,Manche,2020-06-03,,239.0,2.0,,,
+FR-50,Manche,2020-06-04,,239.0,0.0,,,
+FR-50,Manche,2020-06-05,,240.0,1.0,,,
+FR-50,Manche,2020-06-06,,244.0,4.0,,,
+FR-50,Manche,2020-06-07,,244.0,0.0,,,
+FR-50,Manche,2020-06-08,,244.0,0.0,,,
+FR-51,Marne,2020-03-19,,25.0,25.0,,,
+FR-51,Marne,2020-03-20,,41.0,16.0,,,
+FR-51,Marne,2020-03-21,,67.0,26.0,,,
+FR-51,Marne,2020-03-22,,95.0,28.0,,,
+FR-51,Marne,2020-03-23,,128.0,33.0,,,
+FR-51,Marne,2020-03-24,,176.0,48.0,,,
+FR-51,Marne,2020-03-25,,234.0,58.0,,,
+FR-51,Marne,2020-03-26,,261.0,27.0,,,
+FR-51,Marne,2020-03-27,,292.0,31.0,,,
+FR-51,Marne,2020-03-28,,372.0,80.0,,,
+FR-51,Marne,2020-03-29,,398.0,26.0,,,
+FR-51,Marne,2020-03-30,,431.0,33.0,,,
+FR-51,Marne,2020-03-31,,531.0,100.0,,,
+FR-51,Marne,2020-04-01,,580.0,49.0,,,
+FR-51,Marne,2020-04-02,,636.0,56.0,,,
+FR-51,Marne,2020-04-03,,659.0,23.0,,,
+FR-51,Marne,2020-04-04,,706.0,47.0,,,
+FR-51,Marne,2020-04-05,,713.0,7.0,,,
+FR-51,Marne,2020-04-06,,742.0,29.0,,,
+FR-51,Marne,2020-04-07,,800.0,58.0,,,
+FR-51,Marne,2020-04-08,,836.0,36.0,,,
+FR-51,Marne,2020-04-09,,870.0,34.0,,,
+FR-51,Marne,2020-04-10,,912.0,42.0,,,
+FR-51,Marne,2020-04-11,,928.0,16.0,,,
+FR-51,Marne,2020-04-12,,960.0,32.0,,,
+FR-51,Marne,2020-04-13,,980.0,20.0,,,
+FR-51,Marne,2020-04-14,,999.0,19.0,,,
+FR-51,Marne,2020-04-15,,1037.0,38.0,,,
+FR-51,Marne,2020-04-16,,1045.0,8.0,,,
+FR-51,Marne,2020-04-17,,1073.0,28.0,,,
+FR-51,Marne,2020-04-18,,1087.0,14.0,,,
+FR-51,Marne,2020-04-19,,1098.0,11.0,,,
+FR-51,Marne,2020-04-20,,1115.0,17.0,,,
+FR-51,Marne,2020-04-21,,1151.0,36.0,,,
+FR-51,Marne,2020-04-22,,1173.0,22.0,,,
+FR-51,Marne,2020-04-23,,1185.0,12.0,,,
+FR-51,Marne,2020-04-24,,1208.0,23.0,,,
+FR-51,Marne,2020-04-25,,1216.0,8.0,,,
+FR-51,Marne,2020-04-26,,1221.0,5.0,,,
+FR-51,Marne,2020-04-27,,1228.0,7.0,,,
+FR-51,Marne,2020-04-28,,1247.0,19.0,,,
+FR-51,Marne,2020-04-29,,1255.0,8.0,,,
+FR-51,Marne,2020-04-30,,1267.0,12.0,,,
+FR-51,Marne,2020-05-01,,1276.0,9.0,,,
+FR-51,Marne,2020-05-02,,1286.0,10.0,,,
+FR-51,Marne,2020-05-03,,1294.0,8.0,,,
+FR-51,Marne,2020-05-04,,1300.0,6.0,,,
+FR-51,Marne,2020-05-05,,1307.0,7.0,,,
+FR-51,Marne,2020-05-06,,1311.0,4.0,,,
+FR-51,Marne,2020-05-07,,1330.0,19.0,,,
+FR-51,Marne,2020-05-08,,1333.0,3.0,,,
+FR-51,Marne,2020-05-09,,1338.0,5.0,,,
+FR-51,Marne,2020-05-10,,1338.0,0.0,,,
+FR-51,Marne,2020-05-11,,1341.0,3.0,,,
+FR-51,Marne,2020-05-12,,1350.0,9.0,,,
+FR-51,Marne,2020-05-13,,1355.0,5.0,,,
+FR-51,Marne,2020-05-14,,1357.0,2.0,,,
+FR-51,Marne,2020-05-15,,1365.0,8.0,,,
+FR-51,Marne,2020-05-16,,1366.0,1.0,,,
+FR-51,Marne,2020-05-17,,1368.0,2.0,,,
+FR-51,Marne,2020-05-18,,1377.0,9.0,,,
+FR-51,Marne,2020-05-19,,1379.0,2.0,,,
+FR-51,Marne,2020-05-20,,1380.0,1.0,,,
+FR-51,Marne,2020-05-21,,1383.0,3.0,,,
+FR-51,Marne,2020-05-22,,1384.0,1.0,,,
+FR-51,Marne,2020-05-23,,1391.0,7.0,,,
+FR-51,Marne,2020-05-24,,1394.0,3.0,,,
+FR-51,Marne,2020-05-25,,1396.0,2.0,,,
+FR-51,Marne,2020-05-26,,1400.0,4.0,,,
+FR-51,Marne,2020-05-27,,1401.0,1.0,,,
+FR-51,Marne,2020-05-28,,1404.0,3.0,,,
+FR-51,Marne,2020-05-29,,1408.0,4.0,,,
+FR-51,Marne,2020-05-30,,1410.0,2.0,,,
+FR-51,Marne,2020-05-31,,1410.0,0.0,,,
+FR-51,Marne,2020-06-01,,1410.0,0.0,,,
+FR-51,Marne,2020-06-02,,1413.0,3.0,,,
+FR-51,Marne,2020-06-03,,1415.0,2.0,,,
+FR-51,Marne,2020-06-04,,1416.0,1.0,,,
+FR-51,Marne,2020-06-05,,1417.0,1.0,,,
+FR-51,Marne,2020-06-06,,1417.0,0.0,,,
+FR-51,Marne,2020-06-07,,1419.0,2.0,,,
+FR-51,Marne,2020-06-08,,1421.0,2.0,,,
+FR-52,Haute-Marne,2020-03-19,,0.0,0.0,,,
+FR-52,Haute-Marne,2020-03-20,,13.0,13.0,,,
+FR-52,Haute-Marne,2020-03-21,,15.0,2.0,,,
+FR-52,Haute-Marne,2020-03-22,,17.0,2.0,,,
+FR-52,Haute-Marne,2020-03-23,,17.0,0.0,,,
+FR-52,Haute-Marne,2020-03-24,,32.0,15.0,,,
+FR-52,Haute-Marne,2020-03-25,,32.0,0.0,,,
+FR-52,Haute-Marne,2020-03-26,,48.0,16.0,,,
+FR-52,Haute-Marne,2020-03-27,,66.0,18.0,,,
+FR-52,Haute-Marne,2020-03-28,,71.0,5.0,,,
+FR-52,Haute-Marne,2020-03-29,,71.0,0.0,,,
+FR-52,Haute-Marne,2020-03-30,,73.0,2.0,,,
+FR-52,Haute-Marne,2020-03-31,,84.0,11.0,,,
+FR-52,Haute-Marne,2020-04-01,,86.0,2.0,,,
+FR-52,Haute-Marne,2020-04-02,,89.0,3.0,,,
+FR-52,Haute-Marne,2020-04-03,,122.0,33.0,,,
+FR-52,Haute-Marne,2020-04-04,,155.0,33.0,,,
+FR-52,Haute-Marne,2020-04-05,,160.0,5.0,,,
+FR-52,Haute-Marne,2020-04-06,,179.0,19.0,,,
+FR-52,Haute-Marne,2020-04-07,,200.0,21.0,,,
+FR-52,Haute-Marne,2020-04-08,,207.0,7.0,,,
+FR-52,Haute-Marne,2020-04-09,,216.0,9.0,,,
+FR-52,Haute-Marne,2020-04-10,,228.0,12.0,,,
+FR-52,Haute-Marne,2020-04-11,,236.0,8.0,,,
+FR-52,Haute-Marne,2020-04-12,,242.0,6.0,,,
+FR-52,Haute-Marne,2020-04-13,,244.0,2.0,,,
+FR-52,Haute-Marne,2020-04-14,,248.0,4.0,,,
+FR-52,Haute-Marne,2020-04-15,,255.0,7.0,,,
+FR-52,Haute-Marne,2020-04-16,,260.0,5.0,,,
+FR-52,Haute-Marne,2020-04-17,,264.0,4.0,,,
+FR-52,Haute-Marne,2020-04-18,,273.0,9.0,,,
+FR-52,Haute-Marne,2020-04-19,,277.0,4.0,,,
+FR-52,Haute-Marne,2020-04-20,,279.0,2.0,,,
+FR-52,Haute-Marne,2020-04-21,,311.0,32.0,,,
+FR-52,Haute-Marne,2020-04-22,,317.0,6.0,,,
+FR-52,Haute-Marne,2020-04-23,,318.0,1.0,,,
+FR-52,Haute-Marne,2020-04-24,,319.0,1.0,,,
+FR-52,Haute-Marne,2020-04-25,,327.0,8.0,,,
+FR-52,Haute-Marne,2020-04-26,,327.0,0.0,,,
+FR-52,Haute-Marne,2020-04-27,,327.0,0.0,,,
+FR-52,Haute-Marne,2020-04-28,,331.0,4.0,,,
+FR-52,Haute-Marne,2020-04-29,,333.0,2.0,,,
+FR-52,Haute-Marne,2020-04-30,,334.0,1.0,,,
+FR-52,Haute-Marne,2020-05-01,,336.0,2.0,,,
+FR-52,Haute-Marne,2020-05-02,,337.0,1.0,,,
+FR-52,Haute-Marne,2020-05-03,,340.0,3.0,,,
+FR-52,Haute-Marne,2020-05-04,,350.0,10.0,,,
+FR-52,Haute-Marne,2020-05-05,,352.0,2.0,,,
+FR-52,Haute-Marne,2020-05-06,,354.0,2.0,,,
+FR-52,Haute-Marne,2020-05-07,,378.0,24.0,,,
+FR-52,Haute-Marne,2020-05-08,,387.0,9.0,,,
+FR-52,Haute-Marne,2020-05-09,,394.0,7.0,,,
+FR-52,Haute-Marne,2020-05-10,,394.0,0.0,,,
+FR-52,Haute-Marne,2020-05-11,,396.0,2.0,,,
+FR-52,Haute-Marne,2020-05-12,,401.0,5.0,,,
+FR-52,Haute-Marne,2020-05-13,,406.0,5.0,,,
+FR-52,Haute-Marne,2020-05-14,,410.0,4.0,,,
+FR-52,Haute-Marne,2020-05-15,,412.0,2.0,,,
+FR-52,Haute-Marne,2020-05-16,,413.0,1.0,,,
+FR-52,Haute-Marne,2020-05-17,,413.0,0.0,,,
+FR-52,Haute-Marne,2020-05-18,,416.0,3.0,,,
+FR-52,Haute-Marne,2020-05-19,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-20,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-21,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-22,,416.0,0.0,,,
+FR-52,Haute-Marne,2020-05-23,,420.0,4.0,,,
+FR-52,Haute-Marne,2020-05-24,,420.0,0.0,,,
+FR-52,Haute-Marne,2020-05-25,,421.0,1.0,,,
+FR-52,Haute-Marne,2020-05-26,,421.0,0.0,,,
+FR-52,Haute-Marne,2020-05-27,,425.0,4.0,,,
+FR-52,Haute-Marne,2020-05-28,,436.0,11.0,,,
+FR-52,Haute-Marne,2020-05-29,,443.0,7.0,,,
+FR-52,Haute-Marne,2020-05-30,,443.0,0.0,,,
+FR-52,Haute-Marne,2020-05-31,,444.0,1.0,,,
+FR-52,Haute-Marne,2020-06-01,,446.0,2.0,,,
+FR-52,Haute-Marne,2020-06-02,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-03,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-04,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-05,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-06,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-07,,446.0,0.0,,,
+FR-52,Haute-Marne,2020-06-08,,446.0,0.0,,,
+FR-53,Mayenne,2020-03-19,,3.0,3.0,,,
+FR-53,Mayenne,2020-03-20,,4.0,1.0,,,
+FR-53,Mayenne,2020-03-21,,5.0,1.0,,,
+FR-53,Mayenne,2020-03-22,,6.0,1.0,,,
+FR-53,Mayenne,2020-03-23,,12.0,6.0,,,
+FR-53,Mayenne,2020-03-24,,12.0,0.0,,,
+FR-53,Mayenne,2020-03-25,,19.0,7.0,,,
+FR-53,Mayenne,2020-03-26,,28.0,9.0,,,
+FR-53,Mayenne,2020-03-27,,46.0,18.0,,,
+FR-53,Mayenne,2020-03-28,,49.0,3.0,,,
+FR-53,Mayenne,2020-03-29,,57.0,8.0,,,
+FR-53,Mayenne,2020-03-30,,61.0,4.0,,,
+FR-53,Mayenne,2020-03-31,,70.0,9.0,,,
+FR-53,Mayenne,2020-04-01,,73.0,3.0,,,
+FR-53,Mayenne,2020-04-02,,81.0,8.0,,,
+FR-53,Mayenne,2020-04-03,,87.0,6.0,,,
+FR-53,Mayenne,2020-04-04,,95.0,8.0,,,
+FR-53,Mayenne,2020-04-05,,97.0,2.0,,,
+FR-53,Mayenne,2020-04-06,,99.0,2.0,,,
+FR-53,Mayenne,2020-04-07,,101.0,2.0,,,
+FR-53,Mayenne,2020-04-08,,109.0,8.0,,,
+FR-53,Mayenne,2020-04-09,,115.0,6.0,,,
+FR-53,Mayenne,2020-04-10,,119.0,4.0,,,
+FR-53,Mayenne,2020-04-11,,120.0,1.0,,,
+FR-53,Mayenne,2020-04-12,,124.0,4.0,,,
+FR-53,Mayenne,2020-04-13,,126.0,2.0,,,
+FR-53,Mayenne,2020-04-14,,130.0,4.0,,,
+FR-53,Mayenne,2020-04-15,,144.0,14.0,,,
+FR-53,Mayenne,2020-04-16,,165.0,21.0,,,
+FR-53,Mayenne,2020-04-17,,170.0,5.0,,,
+FR-53,Mayenne,2020-04-18,,172.0,2.0,,,
+FR-53,Mayenne,2020-04-19,,174.0,2.0,,,
+FR-53,Mayenne,2020-04-20,,176.0,2.0,,,
+FR-53,Mayenne,2020-04-21,,179.0,3.0,,,
+FR-53,Mayenne,2020-04-22,,185.0,6.0,,,
+FR-53,Mayenne,2020-04-23,,186.0,1.0,,,
+FR-53,Mayenne,2020-04-24,,187.0,1.0,,,
+FR-53,Mayenne,2020-04-25,,187.0,0.0,,,
+FR-53,Mayenne,2020-04-26,,187.0,0.0,,,
+FR-53,Mayenne,2020-04-27,,191.0,4.0,,,
+FR-53,Mayenne,2020-04-28,,194.0,3.0,,,
+FR-53,Mayenne,2020-04-29,,197.0,3.0,,,
+FR-53,Mayenne,2020-04-30,,204.0,7.0,,,
+FR-53,Mayenne,2020-05-01,,204.0,0.0,,,
+FR-53,Mayenne,2020-05-02,,206.0,2.0,,,
+FR-53,Mayenne,2020-05-03,,206.0,0.0,,,
+FR-53,Mayenne,2020-05-04,,207.0,1.0,,,
+FR-53,Mayenne,2020-05-05,,213.0,6.0,,,
+FR-53,Mayenne,2020-05-06,,214.0,1.0,,,
+FR-53,Mayenne,2020-05-07,,214.0,0.0,,,
+FR-53,Mayenne,2020-05-08,,215.0,1.0,,,
+FR-53,Mayenne,2020-05-09,,215.0,0.0,,,
+FR-53,Mayenne,2020-05-10,,215.0,0.0,,,
+FR-53,Mayenne,2020-05-11,,215.0,0.0,,,
+FR-53,Mayenne,2020-05-12,,221.0,6.0,,,
+FR-53,Mayenne,2020-05-13,,221.0,0.0,,,
+FR-53,Mayenne,2020-05-14,,221.0,0.0,,,
+FR-53,Mayenne,2020-05-15,,223.0,2.0,,,
+FR-53,Mayenne,2020-05-16,,223.0,0.0,,,
+FR-53,Mayenne,2020-05-17,,223.0,0.0,,,
+FR-53,Mayenne,2020-05-18,,224.0,1.0,,,
+FR-53,Mayenne,2020-05-19,,224.0,0.0,,,
+FR-53,Mayenne,2020-05-20,,225.0,1.0,,,
+FR-53,Mayenne,2020-05-21,,225.0,0.0,,,
+FR-53,Mayenne,2020-05-22,,226.0,1.0,,,
+FR-53,Mayenne,2020-05-23,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-24,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-25,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-26,,226.0,0.0,,,
+FR-53,Mayenne,2020-05-27,,228.0,2.0,,,
+FR-53,Mayenne,2020-05-28,,229.0,1.0,,,
+FR-53,Mayenne,2020-05-29,,230.0,1.0,,,
+FR-53,Mayenne,2020-05-30,,230.0,0.0,,,
+FR-53,Mayenne,2020-05-31,,230.0,0.0,,,
+FR-53,Mayenne,2020-06-01,,231.0,1.0,,,
+FR-53,Mayenne,2020-06-02,,232.0,1.0,,,
+FR-53,Mayenne,2020-06-03,,232.0,0.0,,,
+FR-53,Mayenne,2020-06-04,,232.0,0.0,,,
+FR-53,Mayenne,2020-06-05,,233.0,1.0,,,
+FR-53,Mayenne,2020-06-06,,233.0,0.0,,,
+FR-53,Mayenne,2020-06-07,,233.0,0.0,,,
+FR-53,Mayenne,2020-06-08,,233.0,0.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-19,,14.0,14.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-20,,23.0,9.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-21,,42.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-22,,86.0,44.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-23,,110.0,24.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-24,,152.0,42.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-25,,197.0,45.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-26,,224.0,27.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-27,,280.0,56.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-28,,356.0,76.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-29,,377.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-30,,449.0,72.0,,,
+FR-54,Meurthe-et-Moselle,2020-03-31,,484.0,35.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-01,,559.0,75.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-02,,660.0,101.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-03,,735.0,75.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-04,,762.0,27.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-05,,775.0,13.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-06,,823.0,48.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-07,,859.0,36.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-08,,915.0,56.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-09,,939.0,24.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-10,,1022.0,83.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-11,,1040.0,18.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-12,,1063.0,23.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-13,,1084.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-14,,1117.0,33.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-15,,1153.0,36.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-16,,1172.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-17,,1190.0,18.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-18,,1216.0,26.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-19,,1225.0,9.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-20,,1237.0,12.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-21,,1258.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-22,,1277.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-23,,1303.0,26.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-24,,1322.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-25,,1357.0,35.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-26,,1361.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-27,,1377.0,16.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-28,,1400.0,23.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-29,,1421.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-04-30,,1437.0,16.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-01,,1456.0,19.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-02,,1462.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-03,,1463.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-04,,1472.0,9.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-05,,1480.0,8.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-06,,1497.0,17.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-07,,1507.0,10.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-08,,1519.0,12.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-09,,1520.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-10,,1538.0,18.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-11,,1542.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-12,,1556.0,14.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-13,,1569.0,13.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-14,,1575.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-15,,1583.0,8.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-16,,1587.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-17,,1588.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-18,,1591.0,3.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-19,,1602.0,11.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-20,,1604.0,2.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-21,,1608.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-22,,1614.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-23,,1622.0,8.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-24,,1627.0,5.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-25,,1648.0,21.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-26,,1655.0,7.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-27,,1661.0,6.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-28,,1665.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-29,,1670.0,5.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-30,,1672.0,2.0,,,
+FR-54,Meurthe-et-Moselle,2020-05-31,,1673.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-01,,1673.0,0.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-02,,1675.0,2.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-03,,1680.0,5.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-04,,1684.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-05,,1688.0,4.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-06,,1699.0,11.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-07,,1700.0,1.0,,,
+FR-54,Meurthe-et-Moselle,2020-06-08,,1704.0,4.0,,,
+FR-55,Meuse,2020-03-19,,37.0,37.0,,,
+FR-55,Meuse,2020-03-20,,42.0,5.0,,,
+FR-55,Meuse,2020-03-21,,59.0,17.0,,,
+FR-55,Meuse,2020-03-22,,59.0,0.0,,,
+FR-55,Meuse,2020-03-23,,94.0,35.0,,,
+FR-55,Meuse,2020-03-24,,117.0,23.0,,,
+FR-55,Meuse,2020-03-25,,133.0,16.0,,,
+FR-55,Meuse,2020-03-26,,152.0,19.0,,,
+FR-55,Meuse,2020-03-27,,169.0,17.0,,,
+FR-55,Meuse,2020-03-28,,173.0,4.0,,,
+FR-55,Meuse,2020-03-29,,176.0,3.0,,,
+FR-55,Meuse,2020-03-30,,216.0,40.0,,,
+FR-55,Meuse,2020-03-31,,229.0,13.0,,,
+FR-55,Meuse,2020-04-01,,259.0,30.0,,,
+FR-55,Meuse,2020-04-02,,269.0,10.0,,,
+FR-55,Meuse,2020-04-03,,289.0,20.0,,,
+FR-55,Meuse,2020-04-04,,307.0,18.0,,,
+FR-55,Meuse,2020-04-05,,309.0,2.0,,,
+FR-55,Meuse,2020-04-06,,333.0,24.0,,,
+FR-55,Meuse,2020-04-07,,351.0,18.0,,,
+FR-55,Meuse,2020-04-08,,361.0,10.0,,,
+FR-55,Meuse,2020-04-09,,371.0,10.0,,,
+FR-55,Meuse,2020-04-10,,384.0,13.0,,,
+FR-55,Meuse,2020-04-11,,390.0,6.0,,,
+FR-55,Meuse,2020-04-12,,402.0,12.0,,,
+FR-55,Meuse,2020-04-13,,403.0,1.0,,,
+FR-55,Meuse,2020-04-14,,417.0,14.0,,,
+FR-55,Meuse,2020-04-15,,434.0,17.0,,,
+FR-55,Meuse,2020-04-16,,443.0,9.0,,,
+FR-55,Meuse,2020-04-17,,457.0,14.0,,,
+FR-55,Meuse,2020-04-18,,472.0,15.0,,,
+FR-55,Meuse,2020-04-19,,479.0,7.0,,,
+FR-55,Meuse,2020-04-20,,486.0,7.0,,,
+FR-55,Meuse,2020-04-21,,491.0,5.0,,,
+FR-55,Meuse,2020-04-22,,502.0,11.0,,,
+FR-55,Meuse,2020-04-23,,509.0,7.0,,,
+FR-55,Meuse,2020-04-24,,515.0,6.0,,,
+FR-55,Meuse,2020-04-25,,517.0,2.0,,,
+FR-55,Meuse,2020-04-26,,520.0,3.0,,,
+FR-55,Meuse,2020-04-27,,523.0,3.0,,,
+FR-55,Meuse,2020-04-28,,528.0,5.0,,,
+FR-55,Meuse,2020-04-29,,536.0,8.0,,,
+FR-55,Meuse,2020-04-30,,546.0,10.0,,,
+FR-55,Meuse,2020-05-01,,550.0,4.0,,,
+FR-55,Meuse,2020-05-02,,552.0,2.0,,,
+FR-55,Meuse,2020-05-03,,556.0,4.0,,,
+FR-55,Meuse,2020-05-04,,559.0,3.0,,,
+FR-55,Meuse,2020-05-05,,564.0,5.0,,,
+FR-55,Meuse,2020-05-06,,573.0,9.0,,,
+FR-55,Meuse,2020-05-07,,578.0,5.0,,,
+FR-55,Meuse,2020-05-08,,583.0,5.0,,,
+FR-55,Meuse,2020-05-09,,585.0,2.0,,,
+FR-55,Meuse,2020-05-10,,586.0,1.0,,,
+FR-55,Meuse,2020-05-11,,592.0,6.0,,,
+FR-55,Meuse,2020-05-12,,602.0,10.0,,,
+FR-55,Meuse,2020-05-13,,605.0,3.0,,,
+FR-55,Meuse,2020-05-14,,609.0,4.0,,,
+FR-55,Meuse,2020-05-15,,629.0,20.0,,,
+FR-55,Meuse,2020-05-16,,639.0,10.0,,,
+FR-55,Meuse,2020-05-17,,640.0,1.0,,,
+FR-55,Meuse,2020-05-18,,648.0,8.0,,,
+FR-55,Meuse,2020-05-19,,658.0,10.0,,,
+FR-55,Meuse,2020-05-20,,659.0,1.0,,,
+FR-55,Meuse,2020-05-21,,660.0,1.0,,,
+FR-55,Meuse,2020-05-22,,663.0,3.0,,,
+FR-55,Meuse,2020-05-23,,668.0,5.0,,,
+FR-55,Meuse,2020-05-24,,668.0,0.0,,,
+FR-55,Meuse,2020-05-25,,673.0,5.0,,,
+FR-55,Meuse,2020-05-26,,673.0,0.0,,,
+FR-55,Meuse,2020-05-27,,679.0,6.0,,,
+FR-55,Meuse,2020-05-28,,683.0,4.0,,,
+FR-55,Meuse,2020-05-29,,692.0,9.0,,,
+FR-55,Meuse,2020-05-30,,693.0,1.0,,,
+FR-55,Meuse,2020-05-31,,693.0,0.0,,,
+FR-55,Meuse,2020-06-01,,694.0,1.0,,,
+FR-55,Meuse,2020-06-02,,696.0,2.0,,,
+FR-55,Meuse,2020-06-03,,702.0,6.0,,,
+FR-55,Meuse,2020-06-04,,706.0,4.0,,,
+FR-55,Meuse,2020-06-05,,711.0,5.0,,,
+FR-55,Meuse,2020-06-06,,713.0,2.0,,,
+FR-55,Meuse,2020-06-07,,713.0,0.0,,,
+FR-55,Meuse,2020-06-08,,717.0,4.0,,,
+FR-56,Morbihan,2020-03-19,,12.0,12.0,,,
+FR-56,Morbihan,2020-03-20,,18.0,6.0,,,
+FR-56,Morbihan,2020-03-21,,42.0,24.0,,,
+FR-56,Morbihan,2020-03-22,,53.0,11.0,,,
+FR-56,Morbihan,2020-03-23,,58.0,5.0,,,
+FR-56,Morbihan,2020-03-24,,67.0,9.0,,,
+FR-56,Morbihan,2020-03-25,,81.0,14.0,,,
+FR-56,Morbihan,2020-03-26,,108.0,27.0,,,
+FR-56,Morbihan,2020-03-27,,121.0,13.0,,,
+FR-56,Morbihan,2020-03-28,,133.0,12.0,,,
+FR-56,Morbihan,2020-03-29,,147.0,14.0,,,
+FR-56,Morbihan,2020-03-30,,163.0,16.0,,,
+FR-56,Morbihan,2020-03-31,,176.0,13.0,,,
+FR-56,Morbihan,2020-04-01,,203.0,27.0,,,
+FR-56,Morbihan,2020-04-02,,221.0,18.0,,,
+FR-56,Morbihan,2020-04-03,,234.0,13.0,,,
+FR-56,Morbihan,2020-04-04,,241.0,7.0,,,
+FR-56,Morbihan,2020-04-05,,249.0,8.0,,,
+FR-56,Morbihan,2020-04-06,,259.0,10.0,,,
+FR-56,Morbihan,2020-04-07,,268.0,9.0,,,
+FR-56,Morbihan,2020-04-08,,303.0,35.0,,,
+FR-56,Morbihan,2020-04-09,,309.0,6.0,,,
+FR-56,Morbihan,2020-04-10,,316.0,7.0,,,
+FR-56,Morbihan,2020-04-11,,330.0,14.0,,,
+FR-56,Morbihan,2020-04-12,,337.0,7.0,,,
+FR-56,Morbihan,2020-04-13,,339.0,2.0,,,
+FR-56,Morbihan,2020-04-14,,347.0,8.0,,,
+FR-56,Morbihan,2020-04-15,,350.0,3.0,,,
+FR-56,Morbihan,2020-04-16,,355.0,5.0,,,
+FR-56,Morbihan,2020-04-17,,361.0,6.0,,,
+FR-56,Morbihan,2020-04-18,,372.0,11.0,,,
+FR-56,Morbihan,2020-04-19,,374.0,2.0,,,
+FR-56,Morbihan,2020-04-20,,379.0,5.0,,,
+FR-56,Morbihan,2020-04-21,,388.0,9.0,,,
+FR-56,Morbihan,2020-04-22,,396.0,8.0,,,
+FR-56,Morbihan,2020-04-23,,407.0,11.0,,,
+FR-56,Morbihan,2020-04-24,,421.0,14.0,,,
+FR-56,Morbihan,2020-04-25,,422.0,1.0,,,
+FR-56,Morbihan,2020-04-26,,423.0,1.0,,,
+FR-56,Morbihan,2020-04-27,,425.0,2.0,,,
+FR-56,Morbihan,2020-04-28,,439.0,14.0,,,
+FR-56,Morbihan,2020-04-29,,443.0,4.0,,,
+FR-56,Morbihan,2020-04-30,,450.0,7.0,,,
+FR-56,Morbihan,2020-05-01,,452.0,2.0,,,
+FR-56,Morbihan,2020-05-02,,455.0,3.0,,,
+FR-56,Morbihan,2020-05-03,,458.0,3.0,,,
+FR-56,Morbihan,2020-05-04,,460.0,2.0,,,
+FR-56,Morbihan,2020-05-05,,462.0,2.0,,,
+FR-56,Morbihan,2020-05-06,,465.0,3.0,,,
+FR-56,Morbihan,2020-05-07,,466.0,1.0,,,
+FR-56,Morbihan,2020-05-08,,468.0,2.0,,,
+FR-56,Morbihan,2020-05-09,,469.0,1.0,,,
+FR-56,Morbihan,2020-05-10,,470.0,1.0,,,
+FR-56,Morbihan,2020-05-11,,471.0,1.0,,,
+FR-56,Morbihan,2020-05-12,,475.0,4.0,,,
+FR-56,Morbihan,2020-05-13,,475.0,0.0,,,
+FR-56,Morbihan,2020-05-14,,475.0,0.0,,,
+FR-56,Morbihan,2020-05-15,,475.0,0.0,,,
+FR-56,Morbihan,2020-05-16,,477.0,2.0,,,
+FR-56,Morbihan,2020-05-17,,477.0,0.0,,,
+FR-56,Morbihan,2020-05-18,,478.0,1.0,,,
+FR-56,Morbihan,2020-05-19,,478.0,0.0,,,
+FR-56,Morbihan,2020-05-20,,482.0,4.0,,,
+FR-56,Morbihan,2020-05-21,,483.0,1.0,,,
+FR-56,Morbihan,2020-05-22,,483.0,0.0,,,
+FR-56,Morbihan,2020-05-23,,483.0,0.0,,,
+FR-56,Morbihan,2020-05-24,,483.0,0.0,,,
+FR-56,Morbihan,2020-05-25,,486.0,3.0,,,
+FR-56,Morbihan,2020-05-26,,486.0,0.0,,,
+FR-56,Morbihan,2020-05-27,,487.0,1.0,,,
+FR-56,Morbihan,2020-05-28,,489.0,2.0,,,
+FR-56,Morbihan,2020-05-29,,491.0,2.0,,,
+FR-56,Morbihan,2020-05-30,,495.0,4.0,,,
+FR-56,Morbihan,2020-05-31,,496.0,1.0,,,
+FR-56,Morbihan,2020-06-01,,496.0,0.0,,,
+FR-56,Morbihan,2020-06-02,,497.0,1.0,,,
+FR-56,Morbihan,2020-06-03,,499.0,2.0,,,
+FR-56,Morbihan,2020-06-04,,500.0,1.0,,,
+FR-56,Morbihan,2020-06-05,,500.0,0.0,,,
+FR-56,Morbihan,2020-06-06,,500.0,0.0,,,
+FR-56,Morbihan,2020-06-07,,501.0,1.0,,,
+FR-56,Morbihan,2020-06-08,,501.0,0.0,,,
+FR-57,Moselle,2020-03-19,,36.0,36.0,,,
+FR-57,Moselle,2020-03-20,,112.0,76.0,,,
+FR-57,Moselle,2020-03-21,,180.0,68.0,,,
+FR-57,Moselle,2020-03-22,,245.0,65.0,,,
+FR-57,Moselle,2020-03-23,,314.0,69.0,,,
+FR-57,Moselle,2020-03-24,,487.0,173.0,,,
+FR-57,Moselle,2020-03-25,,579.0,92.0,,,
+FR-57,Moselle,2020-03-26,,704.0,125.0,,,
+FR-57,Moselle,2020-03-27,,810.0,106.0,,,
+FR-57,Moselle,2020-03-28,,934.0,124.0,,,
+FR-57,Moselle,2020-03-29,,1021.0,87.0,,,
+FR-57,Moselle,2020-03-30,,1138.0,117.0,,,
+FR-57,Moselle,2020-03-31,,1259.0,121.0,,,
+FR-57,Moselle,2020-04-01,,1406.0,147.0,,,
+FR-57,Moselle,2020-04-02,,1516.0,110.0,,,
+FR-57,Moselle,2020-04-03,,1643.0,127.0,,,
+FR-57,Moselle,2020-04-04,,1726.0,83.0,,,
+FR-57,Moselle,2020-04-05,,1792.0,66.0,,,
+FR-57,Moselle,2020-04-06,,1867.0,75.0,,,
+FR-57,Moselle,2020-04-07,,1982.0,115.0,,,
+FR-57,Moselle,2020-04-08,,2057.0,75.0,,,
+FR-57,Moselle,2020-04-09,,2146.0,89.0,,,
+FR-57,Moselle,2020-04-10,,2262.0,116.0,,,
+FR-57,Moselle,2020-04-11,,2296.0,34.0,,,
+FR-57,Moselle,2020-04-12,,2349.0,53.0,,,
+FR-57,Moselle,2020-04-13,,2376.0,27.0,,,
+FR-57,Moselle,2020-04-14,,2439.0,63.0,,,
+FR-57,Moselle,2020-04-15,,2534.0,95.0,,,
+FR-57,Moselle,2020-04-16,,2605.0,71.0,,,
+FR-57,Moselle,2020-04-17,,2655.0,50.0,,,
+FR-57,Moselle,2020-04-18,,2696.0,41.0,,,
+FR-57,Moselle,2020-04-19,,2709.0,13.0,,,
+FR-57,Moselle,2020-04-20,,2745.0,36.0,,,
+FR-57,Moselle,2020-04-21,,2776.0,31.0,,,
+FR-57,Moselle,2020-04-22,,2834.0,58.0,,,
+FR-57,Moselle,2020-04-23,,2890.0,56.0,,,
+FR-57,Moselle,2020-04-24,,2928.0,38.0,,,
+FR-57,Moselle,2020-04-25,,2958.0,30.0,,,
+FR-57,Moselle,2020-04-26,,2975.0,17.0,,,
+FR-57,Moselle,2020-04-27,,3004.0,29.0,,,
+FR-57,Moselle,2020-04-28,,3031.0,27.0,,,
+FR-57,Moselle,2020-04-29,,3065.0,34.0,,,
+FR-57,Moselle,2020-04-30,,3089.0,24.0,,,
+FR-57,Moselle,2020-05-01,,3109.0,20.0,,,
+FR-57,Moselle,2020-05-02,,3142.0,33.0,,,
+FR-57,Moselle,2020-05-03,,3160.0,18.0,,,
+FR-57,Moselle,2020-05-04,,3178.0,18.0,,,
+FR-57,Moselle,2020-05-05,,3202.0,24.0,,,
+FR-57,Moselle,2020-05-06,,3225.0,23.0,,,
+FR-57,Moselle,2020-05-07,,3252.0,27.0,,,
+FR-57,Moselle,2020-05-08,,3279.0,27.0,,,
+FR-57,Moselle,2020-05-09,,3284.0,5.0,,,
+FR-57,Moselle,2020-05-10,,3288.0,4.0,,,
+FR-57,Moselle,2020-05-11,,3299.0,11.0,,,
+FR-57,Moselle,2020-05-12,,3327.0,28.0,,,
+FR-57,Moselle,2020-05-13,,3357.0,30.0,,,
+FR-57,Moselle,2020-05-14,,3379.0,22.0,,,
+FR-57,Moselle,2020-05-15,,3391.0,12.0,,,
+FR-57,Moselle,2020-05-16,,3396.0,5.0,,,
+FR-57,Moselle,2020-05-17,,3400.0,4.0,,,
+FR-57,Moselle,2020-05-18,,3405.0,5.0,,,
+FR-57,Moselle,2020-05-19,,3420.0,15.0,,,
+FR-57,Moselle,2020-05-20,,3433.0,13.0,,,
+FR-57,Moselle,2020-05-21,,3440.0,7.0,,,
+FR-57,Moselle,2020-05-22,,3443.0,3.0,,,
+FR-57,Moselle,2020-05-23,,3456.0,13.0,,,
+FR-57,Moselle,2020-05-24,,3462.0,6.0,,,
+FR-57,Moselle,2020-05-25,,3470.0,8.0,,,
+FR-57,Moselle,2020-05-26,,3473.0,3.0,,,
+FR-57,Moselle,2020-05-27,,3476.0,3.0,,,
+FR-57,Moselle,2020-05-28,,3481.0,5.0,,,
+FR-57,Moselle,2020-05-29,,3484.0,3.0,,,
+FR-57,Moselle,2020-05-30,,3489.0,5.0,,,
+FR-57,Moselle,2020-05-31,,3494.0,5.0,,,
+FR-57,Moselle,2020-06-01,,3499.0,5.0,,,
+FR-57,Moselle,2020-06-02,,3512.0,13.0,,,
+FR-57,Moselle,2020-06-03,,3532.0,20.0,,,
+FR-57,Moselle,2020-06-04,,3538.0,6.0,,,
+FR-57,Moselle,2020-06-05,,3548.0,10.0,,,
+FR-57,Moselle,2020-06-06,,3549.0,1.0,,,
+FR-57,Moselle,2020-06-07,,3551.0,2.0,,,
+FR-57,Moselle,2020-06-08,,3553.0,2.0,,,
+FR-58,Nièvre,2020-03-19,,1.0,1.0,,,
+FR-58,Nièvre,2020-03-20,,1.0,0.0,,,
+FR-58,Nièvre,2020-03-21,,1.0,0.0,,,
+FR-58,Nièvre,2020-03-22,,2.0,1.0,,,
+FR-58,Nièvre,2020-03-23,,3.0,1.0,,,
+FR-58,Nièvre,2020-03-24,,3.0,0.0,,,
+FR-58,Nièvre,2020-03-25,,3.0,0.0,,,
+FR-58,Nièvre,2020-03-26,,4.0,1.0,,,
+FR-58,Nièvre,2020-03-27,,6.0,2.0,,,
+FR-58,Nièvre,2020-03-28,,8.0,2.0,,,
+FR-58,Nièvre,2020-03-29,,8.0,0.0,,,
+FR-58,Nièvre,2020-03-30,,10.0,2.0,,,
+FR-58,Nièvre,2020-03-31,,12.0,2.0,,,
+FR-58,Nièvre,2020-04-01,,13.0,1.0,,,
+FR-58,Nièvre,2020-04-02,,19.0,6.0,,,
+FR-58,Nièvre,2020-04-03,,26.0,7.0,,,
+FR-58,Nièvre,2020-04-04,,34.0,8.0,,,
+FR-58,Nièvre,2020-04-05,,42.0,8.0,,,
+FR-58,Nièvre,2020-04-06,,46.0,4.0,,,
+FR-58,Nièvre,2020-04-07,,47.0,1.0,,,
+FR-58,Nièvre,2020-04-08,,52.0,5.0,,,
+FR-58,Nièvre,2020-04-09,,53.0,1.0,,,
+FR-58,Nièvre,2020-04-10,,66.0,13.0,,,
+FR-58,Nièvre,2020-04-11,,73.0,7.0,,,
+FR-58,Nièvre,2020-04-12,,76.0,3.0,,,
+FR-58,Nièvre,2020-04-13,,81.0,5.0,,,
+FR-58,Nièvre,2020-04-14,,83.0,2.0,,,
+FR-58,Nièvre,2020-04-15,,85.0,2.0,,,
+FR-58,Nièvre,2020-04-16,,95.0,10.0,,,
+FR-58,Nièvre,2020-04-17,,99.0,4.0,,,
+FR-58,Nièvre,2020-04-18,,102.0,3.0,,,
+FR-58,Nièvre,2020-04-19,,103.0,1.0,,,
+FR-58,Nièvre,2020-04-20,,105.0,2.0,,,
+FR-58,Nièvre,2020-04-21,,107.0,2.0,,,
+FR-58,Nièvre,2020-04-22,,109.0,2.0,,,
+FR-58,Nièvre,2020-04-23,,112.0,3.0,,,
+FR-58,Nièvre,2020-04-24,,115.0,3.0,,,
+FR-58,Nièvre,2020-04-25,,118.0,3.0,,,
+FR-58,Nièvre,2020-04-26,,118.0,0.0,,,
+FR-58,Nièvre,2020-04-27,,118.0,0.0,,,
+FR-58,Nièvre,2020-04-28,,119.0,1.0,,,
+FR-58,Nièvre,2020-04-29,,122.0,3.0,,,
+FR-58,Nièvre,2020-04-30,,123.0,1.0,,,
+FR-58,Nièvre,2020-05-01,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-02,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-03,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-04,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-05,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-06,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-07,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-08,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-09,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-10,,123.0,0.0,,,
+FR-58,Nièvre,2020-05-11,,125.0,2.0,,,
+FR-58,Nièvre,2020-05-12,,127.0,2.0,,,
+FR-58,Nièvre,2020-05-13,,127.0,0.0,,,
+FR-58,Nièvre,2020-05-14,,127.0,0.0,,,
+FR-58,Nièvre,2020-05-15,,128.0,1.0,,,
+FR-58,Nièvre,2020-05-16,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-17,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-18,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-19,,128.0,0.0,,,
+FR-58,Nièvre,2020-05-20,,129.0,1.0,,,
+FR-58,Nièvre,2020-05-21,,130.0,1.0,,,
+FR-58,Nièvre,2020-05-22,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-23,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-24,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-25,,130.0,0.0,,,
+FR-58,Nièvre,2020-05-26,,131.0,1.0,,,
+FR-58,Nièvre,2020-05-27,,131.0,0.0,,,
+FR-58,Nièvre,2020-05-28,,131.0,0.0,,,
+FR-58,Nièvre,2020-05-29,,131.0,0.0,,,
+FR-58,Nièvre,2020-05-30,,135.0,4.0,,,
+FR-58,Nièvre,2020-05-31,,135.0,0.0,,,
+FR-58,Nièvre,2020-06-01,,135.0,0.0,,,
+FR-58,Nièvre,2020-06-02,,135.0,0.0,,,
+FR-58,Nièvre,2020-06-03,,136.0,1.0,,,
+FR-58,Nièvre,2020-06-04,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-05,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-06,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-07,,136.0,0.0,,,
+FR-58,Nièvre,2020-06-08,,136.0,0.0,,,
+FR-59,Nord,2020-03-19,,72.0,72.0,,,
+FR-59,Nord,2020-03-20,,91.0,19.0,,,
+FR-59,Nord,2020-03-21,,121.0,30.0,,,
+FR-59,Nord,2020-03-22,,153.0,32.0,,,
+FR-59,Nord,2020-03-23,,211.0,58.0,,,
+FR-59,Nord,2020-03-24,,261.0,50.0,,,
+FR-59,Nord,2020-03-25,,324.0,63.0,,,
+FR-59,Nord,2020-03-26,,390.0,66.0,,,
+FR-59,Nord,2020-03-27,,474.0,84.0,,,
+FR-59,Nord,2020-03-28,,551.0,77.0,,,
+FR-59,Nord,2020-03-29,,631.0,80.0,,,
+FR-59,Nord,2020-03-30,,736.0,105.0,,,
+FR-59,Nord,2020-03-31,,865.0,129.0,,,
+FR-59,Nord,2020-04-01,,960.0,95.0,,,
+FR-59,Nord,2020-04-02,,1117.0,157.0,,,
+FR-59,Nord,2020-04-03,,1217.0,100.0,,,
+FR-59,Nord,2020-04-04,,1311.0,94.0,,,
+FR-59,Nord,2020-04-05,,1389.0,78.0,,,
+FR-59,Nord,2020-04-06,,1501.0,112.0,,,
+FR-59,Nord,2020-04-07,,1602.0,101.0,,,
+FR-59,Nord,2020-04-08,,1691.0,89.0,,,
+FR-59,Nord,2020-04-09,,1781.0,90.0,,,
+FR-59,Nord,2020-04-10,,1884.0,103.0,,,
+FR-59,Nord,2020-04-11,,1955.0,71.0,,,
+FR-59,Nord,2020-04-12,,1994.0,39.0,,,
+FR-59,Nord,2020-04-13,,2035.0,41.0,,,
+FR-59,Nord,2020-04-14,,2096.0,61.0,,,
+FR-59,Nord,2020-04-15,,2175.0,79.0,,,
+FR-59,Nord,2020-04-16,,2249.0,74.0,,,
+FR-59,Nord,2020-04-17,,2305.0,56.0,,,
+FR-59,Nord,2020-04-18,,2349.0,44.0,,,
+FR-59,Nord,2020-04-19,,2381.0,32.0,,,
+FR-59,Nord,2020-04-20,,2435.0,54.0,,,
+FR-59,Nord,2020-04-21,,2497.0,62.0,,,
+FR-59,Nord,2020-04-22,,2536.0,39.0,,,
+FR-59,Nord,2020-04-23,,2578.0,42.0,,,
+FR-59,Nord,2020-04-24,,2608.0,30.0,,,
+FR-59,Nord,2020-04-25,,2644.0,36.0,,,
+FR-59,Nord,2020-04-26,,2651.0,7.0,,,
+FR-59,Nord,2020-04-27,,2661.0,10.0,,,
+FR-59,Nord,2020-04-28,,2714.0,53.0,,,
+FR-59,Nord,2020-04-29,,2731.0,17.0,,,
+FR-59,Nord,2020-04-30,,2764.0,33.0,,,
+FR-59,Nord,2020-05-01,,2788.0,24.0,,,
+FR-59,Nord,2020-05-02,,2811.0,23.0,,,
+FR-59,Nord,2020-05-03,,2824.0,13.0,,,
+FR-59,Nord,2020-05-04,,2852.0,28.0,,,
+FR-59,Nord,2020-05-05,,2872.0,20.0,,,
+FR-59,Nord,2020-05-06,,2905.0,33.0,,,
+FR-59,Nord,2020-05-07,,2928.0,23.0,,,
+FR-59,Nord,2020-05-08,,2951.0,23.0,,,
+FR-59,Nord,2020-05-09,,2955.0,4.0,,,
+FR-59,Nord,2020-05-10,,2966.0,11.0,,,
+FR-59,Nord,2020-05-11,,2984.0,18.0,,,
+FR-59,Nord,2020-05-12,,3016.0,32.0,,,
+FR-59,Nord,2020-05-13,,3042.0,26.0,,,
+FR-59,Nord,2020-05-14,,3060.0,18.0,,,
+FR-59,Nord,2020-05-15,,3080.0,20.0,,,
+FR-59,Nord,2020-05-16,,3104.0,24.0,,,
+FR-59,Nord,2020-05-17,,3114.0,10.0,,,
+FR-59,Nord,2020-05-18,,3132.0,18.0,,,
+FR-59,Nord,2020-05-19,,3153.0,21.0,,,
+FR-59,Nord,2020-05-20,,3186.0,33.0,,,
+FR-59,Nord,2020-05-21,,3203.0,17.0,,,
+FR-59,Nord,2020-05-22,,3213.0,10.0,,,
+FR-59,Nord,2020-05-23,,3219.0,6.0,,,
+FR-59,Nord,2020-05-24,,3230.0,11.0,,,
+FR-59,Nord,2020-05-25,,3236.0,6.0,,,
+FR-59,Nord,2020-05-26,,3254.0,18.0,,,
+FR-59,Nord,2020-05-27,,3279.0,25.0,,,
+FR-59,Nord,2020-05-28,,3291.0,12.0,,,
+FR-59,Nord,2020-05-29,,3300.0,9.0,,,
+FR-59,Nord,2020-05-30,,3318.0,18.0,,,
+FR-59,Nord,2020-05-31,,3320.0,2.0,,,
+FR-59,Nord,2020-06-01,,3324.0,4.0,,,
+FR-59,Nord,2020-06-02,,3331.0,7.0,,,
+FR-59,Nord,2020-06-03,,3339.0,8.0,,,
+FR-59,Nord,2020-06-04,,3349.0,10.0,,,
+FR-59,Nord,2020-06-05,,3362.0,13.0,,,
+FR-59,Nord,2020-06-06,,3370.0,8.0,,,
+FR-59,Nord,2020-06-07,,3373.0,3.0,,,
+FR-59,Nord,2020-06-08,,3379.0,6.0,,,
+FR-60,Oise,2020-03-19,,43.0,43.0,,,
+FR-60,Oise,2020-03-20,,54.0,11.0,,,
+FR-60,Oise,2020-03-21,,84.0,30.0,,,
+FR-60,Oise,2020-03-22,,98.0,14.0,,,
+FR-60,Oise,2020-03-23,,143.0,45.0,,,
+FR-60,Oise,2020-03-24,,184.0,41.0,,,
+FR-60,Oise,2020-03-25,,218.0,34.0,,,
+FR-60,Oise,2020-03-26,,279.0,61.0,,,
+FR-60,Oise,2020-03-27,,309.0,30.0,,,
+FR-60,Oise,2020-03-28,,346.0,37.0,,,
+FR-60,Oise,2020-03-29,,369.0,23.0,,,
+FR-60,Oise,2020-03-30,,404.0,35.0,,,
+FR-60,Oise,2020-03-31,,444.0,40.0,,,
+FR-60,Oise,2020-04-01,,514.0,70.0,,,
+FR-60,Oise,2020-04-02,,615.0,101.0,,,
+FR-60,Oise,2020-04-03,,662.0,47.0,,,
+FR-60,Oise,2020-04-04,,685.0,23.0,,,
+FR-60,Oise,2020-04-05,,711.0,26.0,,,
+FR-60,Oise,2020-04-06,,750.0,39.0,,,
+FR-60,Oise,2020-04-07,,832.0,82.0,,,
+FR-60,Oise,2020-04-08,,907.0,75.0,,,
+FR-60,Oise,2020-04-09,,935.0,28.0,,,
+FR-60,Oise,2020-04-10,,981.0,46.0,,,
+FR-60,Oise,2020-04-11,,1020.0,39.0,,,
+FR-60,Oise,2020-04-12,,1063.0,43.0,,,
+FR-60,Oise,2020-04-13,,1070.0,7.0,,,
+FR-60,Oise,2020-04-14,,1102.0,32.0,,,
+FR-60,Oise,2020-04-15,,1158.0,56.0,,,
+FR-60,Oise,2020-04-16,,1201.0,43.0,,,
+FR-60,Oise,2020-04-17,,1246.0,45.0,,,
+FR-60,Oise,2020-04-18,,1260.0,14.0,,,
+FR-60,Oise,2020-04-19,,1292.0,32.0,,,
+FR-60,Oise,2020-04-20,,1306.0,14.0,,,
+FR-60,Oise,2020-04-21,,1328.0,22.0,,,
+FR-60,Oise,2020-04-22,,1353.0,25.0,,,
+FR-60,Oise,2020-04-23,,1378.0,25.0,,,
+FR-60,Oise,2020-04-24,,1408.0,30.0,,,
+FR-60,Oise,2020-04-25,,1421.0,13.0,,,
+FR-60,Oise,2020-04-26,,1426.0,5.0,,,
+FR-60,Oise,2020-04-27,,1440.0,14.0,,,
+FR-60,Oise,2020-04-28,,1462.0,22.0,,,
+FR-60,Oise,2020-04-29,,1469.0,7.0,,,
+FR-60,Oise,2020-04-30,,1472.0,3.0,,,
+FR-60,Oise,2020-05-01,,1478.0,6.0,,,
+FR-60,Oise,2020-05-02,,1483.0,5.0,,,
+FR-60,Oise,2020-05-03,,1490.0,7.0,,,
+FR-60,Oise,2020-05-04,,1497.0,7.0,,,
+FR-60,Oise,2020-05-05,,1507.0,10.0,,,
+FR-60,Oise,2020-05-06,,1510.0,3.0,,,
+FR-60,Oise,2020-05-07,,1515.0,5.0,,,
+FR-60,Oise,2020-05-08,,1528.0,13.0,,,
+FR-60,Oise,2020-05-09,,1531.0,3.0,,,
+FR-60,Oise,2020-05-10,,1532.0,1.0,,,
+FR-60,Oise,2020-05-11,,1550.0,18.0,,,
+FR-60,Oise,2020-05-12,,1556.0,6.0,,,
+FR-60,Oise,2020-05-13,,1557.0,1.0,,,
+FR-60,Oise,2020-05-14,,1567.0,10.0,,,
+FR-60,Oise,2020-05-15,,1578.0,11.0,,,
+FR-60,Oise,2020-05-16,,1584.0,6.0,,,
+FR-60,Oise,2020-05-17,,1586.0,2.0,,,
+FR-60,Oise,2020-05-18,,1596.0,10.0,,,
+FR-60,Oise,2020-05-19,,1611.0,15.0,,,
+FR-60,Oise,2020-05-20,,1617.0,6.0,,,
+FR-60,Oise,2020-05-21,,1620.0,3.0,,,
+FR-60,Oise,2020-05-22,,1625.0,5.0,,,
+FR-60,Oise,2020-05-23,,1627.0,2.0,,,
+FR-60,Oise,2020-05-24,,1629.0,2.0,,,
+FR-60,Oise,2020-05-25,,1634.0,5.0,,,
+FR-60,Oise,2020-05-26,,1636.0,2.0,,,
+FR-60,Oise,2020-05-27,,1640.0,4.0,,,
+FR-60,Oise,2020-05-28,,1643.0,3.0,,,
+FR-60,Oise,2020-05-29,,1646.0,3.0,,,
+FR-60,Oise,2020-05-30,,1649.0,3.0,,,
+FR-60,Oise,2020-05-31,,1649.0,0.0,,,
+FR-60,Oise,2020-06-01,,1660.0,11.0,,,
+FR-60,Oise,2020-06-02,,1670.0,10.0,,,
+FR-60,Oise,2020-06-03,,1670.0,0.0,,,
+FR-60,Oise,2020-06-04,,1671.0,1.0,,,
+FR-60,Oise,2020-06-05,,1671.0,0.0,,,
+FR-60,Oise,2020-06-06,,1671.0,0.0,,,
+FR-60,Oise,2020-06-07,,1672.0,1.0,,,
+FR-60,Oise,2020-06-08,,1679.0,7.0,,,
+FR-61,Orne,2020-03-19,,2.0,2.0,,,
+FR-61,Orne,2020-03-20,,2.0,0.0,,,
+FR-61,Orne,2020-03-21,,2.0,0.0,,,
+FR-61,Orne,2020-03-22,,2.0,0.0,,,
+FR-61,Orne,2020-03-23,,8.0,6.0,,,
+FR-61,Orne,2020-03-24,,13.0,5.0,,,
+FR-61,Orne,2020-03-25,,27.0,14.0,,,
+FR-61,Orne,2020-03-26,,34.0,7.0,,,
+FR-61,Orne,2020-03-27,,36.0,2.0,,,
+FR-61,Orne,2020-03-28,,42.0,6.0,,,
+FR-61,Orne,2020-03-29,,47.0,5.0,,,
+FR-61,Orne,2020-03-30,,51.0,4.0,,,
+FR-61,Orne,2020-03-31,,68.0,17.0,,,
+FR-61,Orne,2020-04-01,,87.0,19.0,,,
+FR-61,Orne,2020-04-02,,98.0,11.0,,,
+FR-61,Orne,2020-04-03,,105.0,7.0,,,
+FR-61,Orne,2020-04-04,,115.0,10.0,,,
+FR-61,Orne,2020-04-05,,121.0,6.0,,,
+FR-61,Orne,2020-04-06,,127.0,6.0,,,
+FR-61,Orne,2020-04-07,,141.0,14.0,,,
+FR-61,Orne,2020-04-08,,153.0,12.0,,,
+FR-61,Orne,2020-04-09,,159.0,6.0,,,
+FR-61,Orne,2020-04-10,,174.0,15.0,,,
+FR-61,Orne,2020-04-11,,179.0,5.0,,,
+FR-61,Orne,2020-04-12,,185.0,6.0,,,
+FR-61,Orne,2020-04-13,,186.0,1.0,,,
+FR-61,Orne,2020-04-14,,195.0,9.0,,,
+FR-61,Orne,2020-04-15,,203.0,8.0,,,
+FR-61,Orne,2020-04-16,,206.0,3.0,,,
+FR-61,Orne,2020-04-17,,212.0,6.0,,,
+FR-61,Orne,2020-04-18,,216.0,4.0,,,
+FR-61,Orne,2020-04-19,,219.0,3.0,,,
+FR-61,Orne,2020-04-20,,223.0,4.0,,,
+FR-61,Orne,2020-04-21,,225.0,2.0,,,
+FR-61,Orne,2020-04-22,,228.0,3.0,,,
+FR-61,Orne,2020-04-23,,230.0,2.0,,,
+FR-61,Orne,2020-04-24,,234.0,4.0,,,
+FR-61,Orne,2020-04-25,,243.0,9.0,,,
+FR-61,Orne,2020-04-26,,243.0,0.0,,,
+FR-61,Orne,2020-04-27,,246.0,3.0,,,
+FR-61,Orne,2020-04-28,,251.0,5.0,,,
+FR-61,Orne,2020-04-29,,252.0,1.0,,,
+FR-61,Orne,2020-04-30,,257.0,5.0,,,
+FR-61,Orne,2020-05-01,,258.0,1.0,,,
+FR-61,Orne,2020-05-02,,260.0,2.0,,,
+FR-61,Orne,2020-05-03,,261.0,1.0,,,
+FR-61,Orne,2020-05-04,,269.0,8.0,,,
+FR-61,Orne,2020-05-05,,271.0,2.0,,,
+FR-61,Orne,2020-05-06,,273.0,2.0,,,
+FR-61,Orne,2020-05-07,,275.0,2.0,,,
+FR-61,Orne,2020-05-08,,276.0,1.0,,,
+FR-61,Orne,2020-05-09,,277.0,1.0,,,
+FR-61,Orne,2020-05-10,,277.0,0.0,,,
+FR-61,Orne,2020-05-11,,279.0,2.0,,,
+FR-61,Orne,2020-05-12,,280.0,1.0,,,
+FR-61,Orne,2020-05-13,,280.0,0.0,,,
+FR-61,Orne,2020-05-14,,281.0,1.0,,,
+FR-61,Orne,2020-05-15,,281.0,0.0,,,
+FR-61,Orne,2020-05-16,,281.0,0.0,,,
+FR-61,Orne,2020-05-17,,283.0,2.0,,,
+FR-61,Orne,2020-05-18,,284.0,1.0,,,
+FR-61,Orne,2020-05-19,,288.0,4.0,,,
+FR-61,Orne,2020-05-20,,288.0,0.0,,,
+FR-61,Orne,2020-05-21,,288.0,0.0,,,
+FR-61,Orne,2020-05-22,,290.0,2.0,,,
+FR-61,Orne,2020-05-23,,291.0,1.0,,,
+FR-61,Orne,2020-05-24,,291.0,0.0,,,
+FR-61,Orne,2020-05-25,,293.0,2.0,,,
+FR-61,Orne,2020-05-26,,298.0,5.0,,,
+FR-61,Orne,2020-05-27,,299.0,1.0,,,
+FR-61,Orne,2020-05-28,,300.0,1.0,,,
+FR-61,Orne,2020-05-29,,300.0,0.0,,,
+FR-61,Orne,2020-05-30,,300.0,0.0,,,
+FR-61,Orne,2020-05-31,,300.0,0.0,,,
+FR-61,Orne,2020-06-01,,300.0,0.0,,,
+FR-61,Orne,2020-06-02,,300.0,0.0,,,
+FR-61,Orne,2020-06-03,,304.0,4.0,,,
+FR-61,Orne,2020-06-04,,304.0,0.0,,,
+FR-61,Orne,2020-06-05,,305.0,1.0,,,
+FR-61,Orne,2020-06-06,,305.0,0.0,,,
+FR-61,Orne,2020-06-07,,305.0,0.0,,,
+FR-61,Orne,2020-06-08,,305.0,0.0,,,
+FR-62,Pas-de-Calais,2020-03-19,,30.0,30.0,,,
+FR-62,Pas-de-Calais,2020-03-20,,56.0,26.0,,,
+FR-62,Pas-de-Calais,2020-03-21,,68.0,12.0,,,
+FR-62,Pas-de-Calais,2020-03-22,,74.0,6.0,,,
+FR-62,Pas-de-Calais,2020-03-23,,96.0,22.0,,,
+FR-62,Pas-de-Calais,2020-03-24,,128.0,32.0,,,
+FR-62,Pas-de-Calais,2020-03-25,,156.0,28.0,,,
+FR-62,Pas-de-Calais,2020-03-26,,185.0,29.0,,,
+FR-62,Pas-de-Calais,2020-03-27,,201.0,16.0,,,
+FR-62,Pas-de-Calais,2020-03-28,,240.0,39.0,,,
+FR-62,Pas-de-Calais,2020-03-29,,269.0,29.0,,,
+FR-62,Pas-de-Calais,2020-03-30,,310.0,41.0,,,
+FR-62,Pas-de-Calais,2020-03-31,,344.0,34.0,,,
+FR-62,Pas-de-Calais,2020-04-01,,421.0,77.0,,,
+FR-62,Pas-de-Calais,2020-04-02,,466.0,45.0,,,
+FR-62,Pas-de-Calais,2020-04-03,,555.0,89.0,,,
+FR-62,Pas-de-Calais,2020-04-04,,603.0,48.0,,,
+FR-62,Pas-de-Calais,2020-04-05,,616.0,13.0,,,
+FR-62,Pas-de-Calais,2020-04-06,,667.0,51.0,,,
+FR-62,Pas-de-Calais,2020-04-07,,739.0,72.0,,,
+FR-62,Pas-de-Calais,2020-04-08,,794.0,55.0,,,
+FR-62,Pas-de-Calais,2020-04-09,,846.0,52.0,,,
+FR-62,Pas-de-Calais,2020-04-10,,897.0,51.0,,,
+FR-62,Pas-de-Calais,2020-04-11,,924.0,27.0,,,
+FR-62,Pas-de-Calais,2020-04-12,,964.0,40.0,,,
+FR-62,Pas-de-Calais,2020-04-13,,992.0,28.0,,,
+FR-62,Pas-de-Calais,2020-04-14,,1028.0,36.0,,,
+FR-62,Pas-de-Calais,2020-04-15,,1087.0,59.0,,,
+FR-62,Pas-de-Calais,2020-04-16,,1149.0,62.0,,,
+FR-62,Pas-de-Calais,2020-04-17,,1191.0,42.0,,,
+FR-62,Pas-de-Calais,2020-04-18,,1232.0,41.0,,,
+FR-62,Pas-de-Calais,2020-04-19,,1248.0,16.0,,,
+FR-62,Pas-de-Calais,2020-04-20,,1268.0,20.0,,,
+FR-62,Pas-de-Calais,2020-04-21,,1363.0,95.0,,,
+FR-62,Pas-de-Calais,2020-04-22,,1388.0,25.0,,,
+FR-62,Pas-de-Calais,2020-04-23,,1439.0,51.0,,,
+FR-62,Pas-de-Calais,2020-04-24,,1461.0,22.0,,,
+FR-62,Pas-de-Calais,2020-04-25,,1485.0,24.0,,,
+FR-62,Pas-de-Calais,2020-04-26,,1492.0,7.0,,,
+FR-62,Pas-de-Calais,2020-04-27,,1539.0,47.0,,,
+FR-62,Pas-de-Calais,2020-04-28,,1556.0,17.0,,,
+FR-62,Pas-de-Calais,2020-04-29,,1577.0,21.0,,,
+FR-62,Pas-de-Calais,2020-04-30,,1622.0,45.0,,,
+FR-62,Pas-de-Calais,2020-05-01,,1644.0,22.0,,,
+FR-62,Pas-de-Calais,2020-05-02,,1651.0,7.0,,,
+FR-62,Pas-de-Calais,2020-05-03,,1653.0,2.0,,,
+FR-62,Pas-de-Calais,2020-05-04,,1681.0,28.0,,,
+FR-62,Pas-de-Calais,2020-05-05,,1702.0,21.0,,,
+FR-62,Pas-de-Calais,2020-05-06,,1729.0,27.0,,,
+FR-62,Pas-de-Calais,2020-05-07,,1734.0,5.0,,,
+FR-62,Pas-de-Calais,2020-05-08,,1737.0,3.0,,,
+FR-62,Pas-de-Calais,2020-05-09,,1741.0,4.0,,,
+FR-62,Pas-de-Calais,2020-05-10,,1742.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-11,,1755.0,13.0,,,
+FR-62,Pas-de-Calais,2020-05-12,,1786.0,31.0,,,
+FR-62,Pas-de-Calais,2020-05-13,,1794.0,8.0,,,
+FR-62,Pas-de-Calais,2020-05-14,,1811.0,17.0,,,
+FR-62,Pas-de-Calais,2020-05-15,,1835.0,24.0,,,
+FR-62,Pas-de-Calais,2020-05-16,,1842.0,7.0,,,
+FR-62,Pas-de-Calais,2020-05-17,,1842.0,0.0,,,
+FR-62,Pas-de-Calais,2020-05-18,,1852.0,10.0,,,
+FR-62,Pas-de-Calais,2020-05-19,,1863.0,11.0,,,
+FR-62,Pas-de-Calais,2020-05-20,,1868.0,5.0,,,
+FR-62,Pas-de-Calais,2020-05-21,,1869.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-22,,1874.0,5.0,,,
+FR-62,Pas-de-Calais,2020-05-23,,1878.0,4.0,,,
+FR-62,Pas-de-Calais,2020-05-24,,1880.0,2.0,,,
+FR-62,Pas-de-Calais,2020-05-25,,1890.0,10.0,,,
+FR-62,Pas-de-Calais,2020-05-26,,1896.0,6.0,,,
+FR-62,Pas-de-Calais,2020-05-27,,1897.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-28,,1906.0,9.0,,,
+FR-62,Pas-de-Calais,2020-05-29,,1916.0,10.0,,,
+FR-62,Pas-de-Calais,2020-05-30,,1917.0,1.0,,,
+FR-62,Pas-de-Calais,2020-05-31,,1918.0,1.0,,,
+FR-62,Pas-de-Calais,2020-06-01,,1918.0,0.0,,,
+FR-62,Pas-de-Calais,2020-06-02,,1921.0,3.0,,,
+FR-62,Pas-de-Calais,2020-06-03,,1928.0,7.0,,,
+FR-62,Pas-de-Calais,2020-06-04,,1931.0,3.0,,,
+FR-62,Pas-de-Calais,2020-06-05,,1938.0,7.0,,,
+FR-62,Pas-de-Calais,2020-06-06,,1938.0,0.0,,,
+FR-62,Pas-de-Calais,2020-06-07,,1938.0,0.0,,,
+FR-62,Pas-de-Calais,2020-06-08,,1940.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-03-19,,1.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-03-20,,1.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-03-21,,3.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-03-22,,4.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-03-23,,7.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-03-24,,21.0,14.0,,,
+FR-63,Puy-de-Dôme,2020-03-25,,24.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-03-26,,30.0,6.0,,,
+FR-63,Puy-de-Dôme,2020-03-27,,39.0,9.0,,,
+FR-63,Puy-de-Dôme,2020-03-28,,49.0,10.0,,,
+FR-63,Puy-de-Dôme,2020-03-29,,62.0,13.0,,,
+FR-63,Puy-de-Dôme,2020-03-30,,77.0,15.0,,,
+FR-63,Puy-de-Dôme,2020-03-31,,79.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-04-01,,103.0,24.0,,,
+FR-63,Puy-de-Dôme,2020-04-02,,108.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-04-03,,114.0,6.0,,,
+FR-63,Puy-de-Dôme,2020-04-04,,119.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-04-05,,132.0,13.0,,,
+FR-63,Puy-de-Dôme,2020-04-06,,139.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-07,,146.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-08,,153.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-09,,157.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-10,,164.0,7.0,,,
+FR-63,Puy-de-Dôme,2020-04-11,,168.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-12,,172.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-13,,176.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-14,,177.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-04-15,,181.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-16,,186.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-04-17,,189.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-04-18,,195.0,6.0,,,
+FR-63,Puy-de-Dôme,2020-04-19,,195.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-20,,199.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-21,,203.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-04-22,,204.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-04-23,,207.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-04-24,,210.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-04-25,,212.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-04-26,,212.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-27,,213.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-04-28,,213.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-29,,213.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-04-30,,218.0,5.0,,,
+FR-63,Puy-de-Dôme,2020-05-01,,219.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-02,,221.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-03,,225.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-05-04,,226.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-05,,228.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-06,,228.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-07,,230.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-08,,230.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-09,,230.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-10,,230.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-11,,231.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-12,,232.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-13,,236.0,4.0,,,
+FR-63,Puy-de-Dôme,2020-05-14,,237.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-15,,237.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-16,,237.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-17,,245.0,8.0,,,
+FR-63,Puy-de-Dôme,2020-05-18,,245.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-19,,248.0,3.0,,,
+FR-63,Puy-de-Dôme,2020-05-20,,250.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-21,,251.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-22,,252.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-23,,253.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-05-24,,255.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-25,,255.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-26,,255.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-27,,257.0,2.0,,,
+FR-63,Puy-de-Dôme,2020-05-28,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-29,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-30,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-05-31,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-01,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-02,,257.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-03,,258.0,1.0,,,
+FR-63,Puy-de-Dôme,2020-06-04,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-05,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-06,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-07,,258.0,0.0,,,
+FR-63,Puy-de-Dôme,2020-06-08,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-19,,6.0,6.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-20,,7.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-21,,12.0,5.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-22,,15.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-23,,22.0,7.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-24,,29.0,7.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-25,,42.0,13.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-26,,61.0,19.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-27,,77.0,16.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-28,,87.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-29,,96.0,9.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-30,,104.0,8.0,,,
+FR-64,Pyrénées-Atlantiques,2020-03-31,,121.0,17.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-01,,129.0,8.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-02,,148.0,19.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-03,,153.0,5.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-04,,167.0,14.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-05,,168.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-06,,178.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-07,,178.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-08,,191.0,13.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-09,,201.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-10,,211.0,10.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-11,,215.0,4.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-12,,219.0,4.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-13,,221.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-14,,222.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-15,,225.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-16,,229.0,4.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-17,,231.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-18,,236.0,5.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-19,,236.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-20,,238.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-21,,238.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-22,,240.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-23,,243.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-24,,244.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-25,,246.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-26,,247.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-27,,249.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-28,,252.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-29,,254.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-04-30,,254.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-01,,254.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-02,,254.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-03,,255.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-04,,256.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-05,,257.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-06,,257.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-07,,257.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-08,,258.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-09,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-10,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-11,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-12,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-13,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-14,,258.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-15,,260.0,2.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-16,,260.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-17,,260.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-18,,260.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-19,,261.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-20,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-21,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-22,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-23,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-24,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-25,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-26,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-27,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-28,,261.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-29,,262.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-30,,263.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-05-31,,264.0,1.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-01,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-02,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-03,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-04,,264.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-05,,267.0,3.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-06,,267.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-07,,267.0,0.0,,,
+FR-64,Pyrénées-Atlantiques,2020-06-08,,267.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-03-19,,2.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-20,,2.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-03-21,,5.0,3.0,,,
+FR-65,Hautes-Pyrénées,2020-03-22,,7.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-23,,9.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-24,,9.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-03-25,,10.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-03-26,,21.0,11.0,,,
+FR-65,Hautes-Pyrénées,2020-03-27,,23.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-03-28,,29.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-03-29,,34.0,5.0,,,
+FR-65,Hautes-Pyrénées,2020-03-30,,40.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-03-31,,42.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-01,,55.0,13.0,,,
+FR-65,Hautes-Pyrénées,2020-04-02,,61.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-04-03,,65.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-04,,73.0,8.0,,,
+FR-65,Hautes-Pyrénées,2020-04-05,,87.0,14.0,,,
+FR-65,Hautes-Pyrénées,2020-04-06,,91.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-07,,98.0,7.0,,,
+FR-65,Hautes-Pyrénées,2020-04-08,,107.0,9.0,,,
+FR-65,Hautes-Pyrénées,2020-04-09,,113.0,6.0,,,
+FR-65,Hautes-Pyrénées,2020-04-10,,124.0,11.0,,,
+FR-65,Hautes-Pyrénées,2020-04-11,,134.0,10.0,,,
+FR-65,Hautes-Pyrénées,2020-04-12,,144.0,10.0,,,
+FR-65,Hautes-Pyrénées,2020-04-13,,148.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-14,,153.0,5.0,,,
+FR-65,Hautes-Pyrénées,2020-04-15,,161.0,8.0,,,
+FR-65,Hautes-Pyrénées,2020-04-16,,162.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-04-17,,164.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-18,,167.0,3.0,,,
+FR-65,Hautes-Pyrénées,2020-04-19,,169.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-20,,178.0,9.0,,,
+FR-65,Hautes-Pyrénées,2020-04-21,,178.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-22,,180.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-23,,182.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-04-24,,186.0,4.0,,,
+FR-65,Hautes-Pyrénées,2020-04-25,,186.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-26,,186.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-27,,186.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-04-28,,189.0,3.0,,,
+FR-65,Hautes-Pyrénées,2020-04-29,,190.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-04-30,,191.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-01,,191.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-02,,192.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-03,,192.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-04,,194.0,2.0,,,
+FR-65,Hautes-Pyrénées,2020-05-05,,194.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-06,,195.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-07,,196.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-08,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-09,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-10,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-11,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-12,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-13,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-14,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-15,,196.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-16,,197.0,1.0,,,
+FR-65,Hautes-Pyrénées,2020-05-17,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-18,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-19,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-20,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-21,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-22,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-23,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-24,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-25,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-26,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-27,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-28,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-29,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-30,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-05-31,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-01,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-02,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-03,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-04,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-05,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-06,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-07,,197.0,0.0,,,
+FR-65,Hautes-Pyrénées,2020-06-08,,197.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-03-19,,19.0,19.0,,,
+FR-66,Pyrénées-Orientales,2020-03-20,,26.0,7.0,,,
+FR-66,Pyrénées-Orientales,2020-03-21,,27.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-03-22,,68.0,41.0,,,
+FR-66,Pyrénées-Orientales,2020-03-23,,91.0,23.0,,,
+FR-66,Pyrénées-Orientales,2020-03-24,,107.0,16.0,,,
+FR-66,Pyrénées-Orientales,2020-03-25,,127.0,20.0,,,
+FR-66,Pyrénées-Orientales,2020-03-26,,150.0,23.0,,,
+FR-66,Pyrénées-Orientales,2020-03-27,,163.0,13.0,,,
+FR-66,Pyrénées-Orientales,2020-03-28,,188.0,25.0,,,
+FR-66,Pyrénées-Orientales,2020-03-29,,205.0,17.0,,,
+FR-66,Pyrénées-Orientales,2020-03-30,,216.0,11.0,,,
+FR-66,Pyrénées-Orientales,2020-03-31,,235.0,19.0,,,
+FR-66,Pyrénées-Orientales,2020-04-01,,248.0,13.0,,,
+FR-66,Pyrénées-Orientales,2020-04-02,,259.0,11.0,,,
+FR-66,Pyrénées-Orientales,2020-04-03,,269.0,10.0,,,
+FR-66,Pyrénées-Orientales,2020-04-04,,280.0,11.0,,,
+FR-66,Pyrénées-Orientales,2020-04-05,,287.0,7.0,,,
+FR-66,Pyrénées-Orientales,2020-04-06,,296.0,9.0,,,
+FR-66,Pyrénées-Orientales,2020-04-07,,305.0,9.0,,,
+FR-66,Pyrénées-Orientales,2020-04-08,,310.0,5.0,,,
+FR-66,Pyrénées-Orientales,2020-04-09,,313.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-10,,322.0,9.0,,,
+FR-66,Pyrénées-Orientales,2020-04-11,,327.0,5.0,,,
+FR-66,Pyrénées-Orientales,2020-04-12,,329.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-13,,335.0,6.0,,,
+FR-66,Pyrénées-Orientales,2020-04-14,,337.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-15,,340.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-16,,342.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-17,,343.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-18,,344.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-19,,345.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-20,,346.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-21,,349.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-22,,351.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-23,,355.0,4.0,,,
+FR-66,Pyrénées-Orientales,2020-04-24,,355.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-04-25,,357.0,2.0,,,
+FR-66,Pyrénées-Orientales,2020-04-26,,357.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-04-27,,358.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-04-28,,361.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-29,,364.0,3.0,,,
+FR-66,Pyrénées-Orientales,2020-04-30,,364.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-01,,365.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-02,,365.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-03,,366.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-04,,367.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-05,,368.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-06,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-07,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-08,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-09,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-10,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-11,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-12,,368.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-13,,369.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-14,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-15,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-16,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-17,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-18,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-19,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-20,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-21,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-22,,369.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-23,,370.0,1.0,,,
+FR-66,Pyrénées-Orientales,2020-05-24,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-25,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-26,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-27,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-28,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-29,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-30,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-05-31,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-01,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-02,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-03,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-04,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-05,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-06,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-07,,370.0,0.0,,,
+FR-66,Pyrénées-Orientales,2020-06-08,,370.0,0.0,,,
+FR-67,Bas-Rhin,2020-03-19,,161.0,161.0,,,
+FR-67,Bas-Rhin,2020-03-20,,205.0,44.0,,,
+FR-67,Bas-Rhin,2020-03-21,,272.0,67.0,,,
+FR-67,Bas-Rhin,2020-03-22,,351.0,79.0,,,
+FR-67,Bas-Rhin,2020-03-23,,437.0,86.0,,,
+FR-67,Bas-Rhin,2020-03-24,,567.0,130.0,,,
+FR-67,Bas-Rhin,2020-03-25,,683.0,116.0,,,
+FR-67,Bas-Rhin,2020-03-26,,809.0,126.0,,,
+FR-67,Bas-Rhin,2020-03-27,,911.0,102.0,,,
+FR-67,Bas-Rhin,2020-03-28,,998.0,87.0,,,
+FR-67,Bas-Rhin,2020-03-29,,1088.0,90.0,,,
+FR-67,Bas-Rhin,2020-03-30,,1157.0,69.0,,,
+FR-67,Bas-Rhin,2020-03-31,,1299.0,142.0,,,
+FR-67,Bas-Rhin,2020-04-01,,1461.0,162.0,,,
+FR-67,Bas-Rhin,2020-04-02,,1550.0,89.0,,,
+FR-67,Bas-Rhin,2020-04-03,,1715.0,165.0,,,
+FR-67,Bas-Rhin,2020-04-04,,1806.0,91.0,,,
+FR-67,Bas-Rhin,2020-04-05,,1885.0,79.0,,,
+FR-67,Bas-Rhin,2020-04-06,,1938.0,53.0,,,
+FR-67,Bas-Rhin,2020-04-07,,2026.0,88.0,,,
+FR-67,Bas-Rhin,2020-04-08,,2116.0,90.0,,,
+FR-67,Bas-Rhin,2020-04-09,,2223.0,107.0,,,
+FR-67,Bas-Rhin,2020-04-10,,2338.0,115.0,,,
+FR-67,Bas-Rhin,2020-04-11,,2358.0,20.0,,,
+FR-67,Bas-Rhin,2020-04-12,,2398.0,40.0,,,
+FR-67,Bas-Rhin,2020-04-13,,2417.0,19.0,,,
+FR-67,Bas-Rhin,2020-04-14,,2476.0,59.0,,,
+FR-67,Bas-Rhin,2020-04-15,,2550.0,74.0,,,
+FR-67,Bas-Rhin,2020-04-16,,2603.0,53.0,,,
+FR-67,Bas-Rhin,2020-04-17,,2667.0,64.0,,,
+FR-67,Bas-Rhin,2020-04-18,,2728.0,61.0,,,
+FR-67,Bas-Rhin,2020-04-19,,2746.0,18.0,,,
+FR-67,Bas-Rhin,2020-04-20,,2780.0,34.0,,,
+FR-67,Bas-Rhin,2020-04-21,,2853.0,73.0,,,
+FR-67,Bas-Rhin,2020-04-22,,2891.0,38.0,,,
+FR-67,Bas-Rhin,2020-04-23,,2921.0,30.0,,,
+FR-67,Bas-Rhin,2020-04-24,,2934.0,13.0,,,
+FR-67,Bas-Rhin,2020-04-25,,2967.0,33.0,,,
+FR-67,Bas-Rhin,2020-04-26,,2972.0,5.0,,,
+FR-67,Bas-Rhin,2020-04-27,,3011.0,39.0,,,
+FR-67,Bas-Rhin,2020-04-28,,3042.0,31.0,,,
+FR-67,Bas-Rhin,2020-04-29,,3077.0,35.0,,,
+FR-67,Bas-Rhin,2020-04-30,,3100.0,23.0,,,
+FR-67,Bas-Rhin,2020-05-01,,3121.0,21.0,,,
+FR-67,Bas-Rhin,2020-05-02,,3132.0,11.0,,,
+FR-67,Bas-Rhin,2020-05-03,,3135.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-04,,3148.0,13.0,,,
+FR-67,Bas-Rhin,2020-05-05,,3170.0,22.0,,,
+FR-67,Bas-Rhin,2020-05-06,,3208.0,38.0,,,
+FR-67,Bas-Rhin,2020-05-07,,3228.0,20.0,,,
+FR-67,Bas-Rhin,2020-05-08,,3244.0,16.0,,,
+FR-67,Bas-Rhin,2020-05-09,,3248.0,4.0,,,
+FR-67,Bas-Rhin,2020-05-10,,3254.0,6.0,,,
+FR-67,Bas-Rhin,2020-05-11,,3267.0,13.0,,,
+FR-67,Bas-Rhin,2020-05-12,,3286.0,19.0,,,
+FR-67,Bas-Rhin,2020-05-13,,3317.0,31.0,,,
+FR-67,Bas-Rhin,2020-05-14,,3325.0,8.0,,,
+FR-67,Bas-Rhin,2020-05-15,,3339.0,14.0,,,
+FR-67,Bas-Rhin,2020-05-16,,3342.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-17,,3348.0,6.0,,,
+FR-67,Bas-Rhin,2020-05-18,,3366.0,18.0,,,
+FR-67,Bas-Rhin,2020-05-19,,3379.0,13.0,,,
+FR-67,Bas-Rhin,2020-05-20,,3387.0,8.0,,,
+FR-67,Bas-Rhin,2020-05-21,,3390.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-22,,3410.0,20.0,,,
+FR-67,Bas-Rhin,2020-05-23,,3415.0,5.0,,,
+FR-67,Bas-Rhin,2020-05-24,,3416.0,1.0,,,
+FR-67,Bas-Rhin,2020-05-25,,3419.0,3.0,,,
+FR-67,Bas-Rhin,2020-05-26,,3424.0,5.0,,,
+FR-67,Bas-Rhin,2020-05-27,,3435.0,11.0,,,
+FR-67,Bas-Rhin,2020-05-28,,3447.0,12.0,,,
+FR-67,Bas-Rhin,2020-05-29,,3456.0,9.0,,,
+FR-67,Bas-Rhin,2020-05-30,,3476.0,20.0,,,
+FR-67,Bas-Rhin,2020-05-31,,3478.0,2.0,,,
+FR-67,Bas-Rhin,2020-06-01,,3478.0,0.0,,,
+FR-67,Bas-Rhin,2020-06-02,,3483.0,5.0,,,
+FR-67,Bas-Rhin,2020-06-03,,3492.0,9.0,,,
+FR-67,Bas-Rhin,2020-06-04,,3494.0,2.0,,,
+FR-67,Bas-Rhin,2020-06-05,,3500.0,6.0,,,
+FR-67,Bas-Rhin,2020-06-06,,3502.0,2.0,,,
+FR-67,Bas-Rhin,2020-06-07,,3502.0,0.0,,,
+FR-67,Bas-Rhin,2020-06-08,,3506.0,4.0,,,
+FR-68,Haut-Rhin,2020-03-19,,140.0,140.0,,,
+FR-68,Haut-Rhin,2020-03-20,,232.0,92.0,,,
+FR-68,Haut-Rhin,2020-03-21,,315.0,83.0,,,
+FR-68,Haut-Rhin,2020-03-22,,365.0,50.0,,,
+FR-68,Haut-Rhin,2020-03-23,,506.0,141.0,,,
+FR-68,Haut-Rhin,2020-03-24,,685.0,179.0,,,
+FR-68,Haut-Rhin,2020-03-25,,886.0,201.0,,,
+FR-68,Haut-Rhin,2020-03-26,,1063.0,177.0,,,
+FR-68,Haut-Rhin,2020-03-27,,1223.0,160.0,,,
+FR-68,Haut-Rhin,2020-03-28,,1366.0,143.0,,,
+FR-68,Haut-Rhin,2020-03-29,,1479.0,113.0,,,
+FR-68,Haut-Rhin,2020-03-30,,1655.0,176.0,,,
+FR-68,Haut-Rhin,2020-03-31,,1824.0,169.0,,,
+FR-68,Haut-Rhin,2020-04-01,,1949.0,125.0,,,
+FR-68,Haut-Rhin,2020-04-02,,2110.0,161.0,,,
+FR-68,Haut-Rhin,2020-04-03,,2216.0,106.0,,,
+FR-68,Haut-Rhin,2020-04-04,,2247.0,31.0,,,
+FR-68,Haut-Rhin,2020-04-05,,2303.0,56.0,,,
+FR-68,Haut-Rhin,2020-04-06,,2401.0,98.0,,,
+FR-68,Haut-Rhin,2020-04-07,,2524.0,123.0,,,
+FR-68,Haut-Rhin,2020-04-08,,2605.0,81.0,,,
+FR-68,Haut-Rhin,2020-04-09,,2673.0,68.0,,,
+FR-68,Haut-Rhin,2020-04-10,,2758.0,85.0,,,
+FR-68,Haut-Rhin,2020-04-11,,2790.0,32.0,,,
+FR-68,Haut-Rhin,2020-04-12,,2819.0,29.0,,,
+FR-68,Haut-Rhin,2020-04-13,,2840.0,21.0,,,
+FR-68,Haut-Rhin,2020-04-14,,2912.0,72.0,,,
+FR-68,Haut-Rhin,2020-04-15,,2989.0,77.0,,,
+FR-68,Haut-Rhin,2020-04-16,,3045.0,56.0,,,
+FR-68,Haut-Rhin,2020-04-17,,3096.0,51.0,,,
+FR-68,Haut-Rhin,2020-04-18,,3122.0,26.0,,,
+FR-68,Haut-Rhin,2020-04-19,,3140.0,18.0,,,
+FR-68,Haut-Rhin,2020-04-20,,3178.0,38.0,,,
+FR-68,Haut-Rhin,2020-04-21,,3229.0,51.0,,,
+FR-68,Haut-Rhin,2020-04-22,,3249.0,20.0,,,
+FR-68,Haut-Rhin,2020-04-23,,3280.0,31.0,,,
+FR-68,Haut-Rhin,2020-04-24,,3318.0,38.0,,,
+FR-68,Haut-Rhin,2020-04-25,,3329.0,11.0,,,
+FR-68,Haut-Rhin,2020-04-26,,3348.0,19.0,,,
+FR-68,Haut-Rhin,2020-04-27,,3386.0,38.0,,,
+FR-68,Haut-Rhin,2020-04-28,,3419.0,33.0,,,
+FR-68,Haut-Rhin,2020-04-29,,3446.0,27.0,,,
+FR-68,Haut-Rhin,2020-04-30,,3489.0,43.0,,,
+FR-68,Haut-Rhin,2020-05-01,,3509.0,20.0,,,
+FR-68,Haut-Rhin,2020-05-02,,3521.0,12.0,,,
+FR-68,Haut-Rhin,2020-05-03,,3530.0,9.0,,,
+FR-68,Haut-Rhin,2020-05-04,,3574.0,44.0,,,
+FR-68,Haut-Rhin,2020-05-05,,3610.0,36.0,,,
+FR-68,Haut-Rhin,2020-05-06,,3628.0,18.0,,,
+FR-68,Haut-Rhin,2020-05-07,,3651.0,23.0,,,
+FR-68,Haut-Rhin,2020-05-08,,3667.0,16.0,,,
+FR-68,Haut-Rhin,2020-05-09,,3672.0,5.0,,,
+FR-68,Haut-Rhin,2020-05-10,,3675.0,3.0,,,
+FR-68,Haut-Rhin,2020-05-11,,3704.0,29.0,,,
+FR-68,Haut-Rhin,2020-05-12,,3734.0,30.0,,,
+FR-68,Haut-Rhin,2020-05-13,,3740.0,6.0,,,
+FR-68,Haut-Rhin,2020-05-14,,3790.0,50.0,,,
+FR-68,Haut-Rhin,2020-05-15,,3814.0,24.0,,,
+FR-68,Haut-Rhin,2020-05-16,,3822.0,8.0,,,
+FR-68,Haut-Rhin,2020-05-17,,3831.0,9.0,,,
+FR-68,Haut-Rhin,2020-05-18,,3854.0,23.0,,,
+FR-68,Haut-Rhin,2020-05-19,,3875.0,21.0,,,
+FR-68,Haut-Rhin,2020-05-20,,3894.0,19.0,,,
+FR-68,Haut-Rhin,2020-05-21,,3898.0,4.0,,,
+FR-68,Haut-Rhin,2020-05-22,,3913.0,15.0,,,
+FR-68,Haut-Rhin,2020-05-23,,3932.0,19.0,,,
+FR-68,Haut-Rhin,2020-05-24,,3932.0,0.0,,,
+FR-68,Haut-Rhin,2020-05-25,,3951.0,19.0,,,
+FR-68,Haut-Rhin,2020-05-26,,3962.0,11.0,,,
+FR-68,Haut-Rhin,2020-05-27,,3985.0,23.0,,,
+FR-68,Haut-Rhin,2020-05-28,,3993.0,8.0,,,
+FR-68,Haut-Rhin,2020-05-29,,3998.0,5.0,,,
+FR-68,Haut-Rhin,2020-05-30,,4005.0,7.0,,,
+FR-68,Haut-Rhin,2020-05-31,,4005.0,0.0,,,
+FR-68,Haut-Rhin,2020-06-01,,4005.0,0.0,,,
+FR-68,Haut-Rhin,2020-06-02,,4018.0,13.0,,,
+FR-68,Haut-Rhin,2020-06-03,,4027.0,9.0,,,
+FR-68,Haut-Rhin,2020-06-04,,4042.0,15.0,,,
+FR-68,Haut-Rhin,2020-06-05,,4064.0,22.0,,,
+FR-68,Haut-Rhin,2020-06-06,,4068.0,4.0,,,
+FR-68,Haut-Rhin,2020-06-07,,4068.0,0.0,,,
+FR-68,Haut-Rhin,2020-06-08,,4074.0,6.0,,,
+FR-69,Rhône,2020-03-19,,244.0,244.0,,,
+FR-69,Rhône,2020-03-20,,276.0,32.0,,,
+FR-69,Rhône,2020-03-21,,346.0,70.0,,,
+FR-69,Rhône,2020-03-22,,402.0,56.0,,,
+FR-69,Rhône,2020-03-23,,511.0,109.0,,,
+FR-69,Rhône,2020-03-24,,594.0,83.0,,,
+FR-69,Rhône,2020-03-25,,722.0,128.0,,,
+FR-69,Rhône,2020-03-26,,868.0,146.0,,,
+FR-69,Rhône,2020-03-27,,1049.0,181.0,,,
+FR-69,Rhône,2020-03-28,,1234.0,185.0,,,
+FR-69,Rhône,2020-03-29,,1338.0,104.0,,,
+FR-69,Rhône,2020-03-30,,1455.0,117.0,,,
+FR-69,Rhône,2020-03-31,,1590.0,135.0,,,
+FR-69,Rhône,2020-04-01,,1738.0,148.0,,,
+FR-69,Rhône,2020-04-02,,1850.0,112.0,,,
+FR-69,Rhône,2020-04-03,,1982.0,132.0,,,
+FR-69,Rhône,2020-04-04,,2073.0,91.0,,,
+FR-69,Rhône,2020-04-05,,2159.0,86.0,,,
+FR-69,Rhône,2020-04-06,,2225.0,66.0,,,
+FR-69,Rhône,2020-04-07,,2334.0,109.0,,,
+FR-69,Rhône,2020-04-08,,2430.0,96.0,,,
+FR-69,Rhône,2020-04-09,,2563.0,133.0,,,
+FR-69,Rhône,2020-04-10,,2649.0,86.0,,,
+FR-69,Rhône,2020-04-11,,2777.0,128.0,,,
+FR-69,Rhône,2020-04-12,,2816.0,39.0,,,
+FR-69,Rhône,2020-04-13,,2844.0,28.0,,,
+FR-69,Rhône,2020-04-14,,2907.0,63.0,,,
+FR-69,Rhône,2020-04-15,,3011.0,104.0,,,
+FR-69,Rhône,2020-04-16,,3086.0,75.0,,,
+FR-69,Rhône,2020-04-17,,3176.0,90.0,,,
+FR-69,Rhône,2020-04-18,,3242.0,66.0,,,
+FR-69,Rhône,2020-04-19,,3283.0,41.0,,,
+FR-69,Rhône,2020-04-20,,3318.0,35.0,,,
+FR-69,Rhône,2020-04-21,,3380.0,62.0,,,
+FR-69,Rhône,2020-04-22,,3441.0,61.0,,,
+FR-69,Rhône,2020-04-23,,3491.0,50.0,,,
+FR-69,Rhône,2020-04-24,,3552.0,61.0,,,
+FR-69,Rhône,2020-04-25,,3614.0,62.0,,,
+FR-69,Rhône,2020-04-26,,3632.0,18.0,,,
+FR-69,Rhône,2020-04-27,,3656.0,24.0,,,
+FR-69,Rhône,2020-04-28,,3701.0,45.0,,,
+FR-69,Rhône,2020-04-29,,3734.0,33.0,,,
+FR-69,Rhône,2020-04-30,,3774.0,40.0,,,
+FR-69,Rhône,2020-05-01,,3821.0,47.0,,,
+FR-69,Rhône,2020-05-02,,3845.0,24.0,,,
+FR-69,Rhône,2020-05-03,,3857.0,12.0,,,
+FR-69,Rhône,2020-05-04,,3870.0,13.0,,,
+FR-69,Rhône,2020-05-05,,3900.0,30.0,,,
+FR-69,Rhône,2020-05-06,,3920.0,20.0,,,
+FR-69,Rhône,2020-05-07,,3959.0,39.0,,,
+FR-69,Rhône,2020-05-08,,3984.0,25.0,,,
+FR-69,Rhône,2020-05-09,,3988.0,4.0,,,
+FR-69,Rhône,2020-05-10,,3991.0,3.0,,,
+FR-69,Rhône,2020-05-11,,4000.0,9.0,,,
+FR-69,Rhône,2020-05-12,,4015.0,15.0,,,
+FR-69,Rhône,2020-05-13,,4025.0,10.0,,,
+FR-69,Rhône,2020-05-14,,4042.0,17.0,,,
+FR-69,Rhône,2020-05-15,,4049.0,7.0,,,
+FR-69,Rhône,2020-05-16,,4091.0,42.0,,,
+FR-69,Rhône,2020-05-17,,4099.0,8.0,,,
+FR-69,Rhône,2020-05-18,,4107.0,8.0,,,
+FR-69,Rhône,2020-05-19,,4129.0,22.0,,,
+FR-69,Rhône,2020-05-20,,4138.0,9.0,,,
+FR-69,Rhône,2020-05-21,,4153.0,15.0,,,
+FR-69,Rhône,2020-05-22,,4160.0,7.0,,,
+FR-69,Rhône,2020-05-23,,4166.0,6.0,,,
+FR-69,Rhône,2020-05-24,,4168.0,2.0,,,
+FR-69,Rhône,2020-05-25,,4192.0,24.0,,,
+FR-69,Rhône,2020-05-26,,4206.0,14.0,,,
+FR-69,Rhône,2020-05-27,,4214.0,8.0,,,
+FR-69,Rhône,2020-05-28,,4222.0,8.0,,,
+FR-69,Rhône,2020-05-29,,4231.0,9.0,,,
+FR-69,Rhône,2020-05-30,,4248.0,17.0,,,
+FR-69,Rhône,2020-05-31,,4267.0,19.0,,,
+FR-69,Rhône,2020-06-01,,4267.0,0.0,,,
+FR-69,Rhône,2020-06-02,,4273.0,6.0,,,
+FR-69,Rhône,2020-06-03,,4285.0,12.0,,,
+FR-69,Rhône,2020-06-04,,4291.0,6.0,,,
+FR-69,Rhône,2020-06-05,,4297.0,6.0,,,
+FR-69,Rhône,2020-06-06,,4298.0,1.0,,,
+FR-69,Rhône,2020-06-07,,4299.0,1.0,,,
+FR-69,Rhône,2020-06-08,,4304.0,5.0,,,
+FR-70,Haute-Saône,2020-03-19,,8.0,8.0,,,
+FR-70,Haute-Saône,2020-03-20,,16.0,8.0,,,
+FR-70,Haute-Saône,2020-03-21,,20.0,4.0,,,
+FR-70,Haute-Saône,2020-03-22,,20.0,0.0,,,
+FR-70,Haute-Saône,2020-03-23,,23.0,3.0,,,
+FR-70,Haute-Saône,2020-03-24,,39.0,16.0,,,
+FR-70,Haute-Saône,2020-03-25,,54.0,15.0,,,
+FR-70,Haute-Saône,2020-03-26,,75.0,21.0,,,
+FR-70,Haute-Saône,2020-03-27,,90.0,15.0,,,
+FR-70,Haute-Saône,2020-03-28,,98.0,8.0,,,
+FR-70,Haute-Saône,2020-03-29,,105.0,7.0,,,
+FR-70,Haute-Saône,2020-03-30,,119.0,14.0,,,
+FR-70,Haute-Saône,2020-03-31,,146.0,27.0,,,
+FR-70,Haute-Saône,2020-04-01,,160.0,14.0,,,
+FR-70,Haute-Saône,2020-04-02,,181.0,21.0,,,
+FR-70,Haute-Saône,2020-04-03,,191.0,10.0,,,
+FR-70,Haute-Saône,2020-04-04,,200.0,9.0,,,
+FR-70,Haute-Saône,2020-04-05,,206.0,6.0,,,
+FR-70,Haute-Saône,2020-04-06,,215.0,9.0,,,
+FR-70,Haute-Saône,2020-04-07,,231.0,16.0,,,
+FR-70,Haute-Saône,2020-04-08,,238.0,7.0,,,
+FR-70,Haute-Saône,2020-04-09,,248.0,10.0,,,
+FR-70,Haute-Saône,2020-04-10,,253.0,5.0,,,
+FR-70,Haute-Saône,2020-04-11,,253.0,0.0,,,
+FR-70,Haute-Saône,2020-04-12,,254.0,1.0,,,
+FR-70,Haute-Saône,2020-04-13,,255.0,1.0,,,
+FR-70,Haute-Saône,2020-04-14,,267.0,12.0,,,
+FR-70,Haute-Saône,2020-04-15,,281.0,14.0,,,
+FR-70,Haute-Saône,2020-04-16,,287.0,6.0,,,
+FR-70,Haute-Saône,2020-04-17,,292.0,5.0,,,
+FR-70,Haute-Saône,2020-04-18,,294.0,2.0,,,
+FR-70,Haute-Saône,2020-04-19,,294.0,0.0,,,
+FR-70,Haute-Saône,2020-04-20,,304.0,10.0,,,
+FR-70,Haute-Saône,2020-04-21,,307.0,3.0,,,
+FR-70,Haute-Saône,2020-04-22,,310.0,3.0,,,
+FR-70,Haute-Saône,2020-04-23,,314.0,4.0,,,
+FR-70,Haute-Saône,2020-04-24,,332.0,18.0,,,
+FR-70,Haute-Saône,2020-04-25,,332.0,0.0,,,
+FR-70,Haute-Saône,2020-04-26,,334.0,2.0,,,
+FR-70,Haute-Saône,2020-04-27,,335.0,1.0,,,
+FR-70,Haute-Saône,2020-04-28,,338.0,3.0,,,
+FR-70,Haute-Saône,2020-04-29,,340.0,2.0,,,
+FR-70,Haute-Saône,2020-04-30,,342.0,2.0,,,
+FR-70,Haute-Saône,2020-05-01,,342.0,0.0,,,
+FR-70,Haute-Saône,2020-05-02,,342.0,0.0,,,
+FR-70,Haute-Saône,2020-05-03,,342.0,0.0,,,
+FR-70,Haute-Saône,2020-05-04,,348.0,6.0,,,
+FR-70,Haute-Saône,2020-05-05,,350.0,2.0,,,
+FR-70,Haute-Saône,2020-05-06,,354.0,4.0,,,
+FR-70,Haute-Saône,2020-05-07,,358.0,4.0,,,
+FR-70,Haute-Saône,2020-05-08,,359.0,1.0,,,
+FR-70,Haute-Saône,2020-05-09,,361.0,2.0,,,
+FR-70,Haute-Saône,2020-05-10,,362.0,1.0,,,
+FR-70,Haute-Saône,2020-05-11,,365.0,3.0,,,
+FR-70,Haute-Saône,2020-05-12,,366.0,1.0,,,
+FR-70,Haute-Saône,2020-05-13,,366.0,0.0,,,
+FR-70,Haute-Saône,2020-05-14,,367.0,1.0,,,
+FR-70,Haute-Saône,2020-05-15,,367.0,0.0,,,
+FR-70,Haute-Saône,2020-05-16,,367.0,0.0,,,
+FR-70,Haute-Saône,2020-05-17,,367.0,0.0,,,
+FR-70,Haute-Saône,2020-05-18,,368.0,1.0,,,
+FR-70,Haute-Saône,2020-05-19,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-20,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-21,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-22,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-23,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-24,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-25,,368.0,0.0,,,
+FR-70,Haute-Saône,2020-05-26,,369.0,1.0,,,
+FR-70,Haute-Saône,2020-05-27,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-28,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-29,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-30,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-05-31,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-01,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-02,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-03,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-04,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-05,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-06,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-07,,369.0,0.0,,,
+FR-70,Haute-Saône,2020-06-08,,369.0,0.0,,,
+FR-71,Saône-et-Loire,2020-03-19,,18.0,18.0,,,
+FR-71,Saône-et-Loire,2020-03-20,,28.0,10.0,,,
+FR-71,Saône-et-Loire,2020-03-21,,39.0,11.0,,,
+FR-71,Saône-et-Loire,2020-03-22,,80.0,41.0,,,
+FR-71,Saône-et-Loire,2020-03-23,,102.0,22.0,,,
+FR-71,Saône-et-Loire,2020-03-24,,165.0,63.0,,,
+FR-71,Saône-et-Loire,2020-03-25,,208.0,43.0,,,
+FR-71,Saône-et-Loire,2020-03-26,,274.0,66.0,,,
+FR-71,Saône-et-Loire,2020-03-27,,297.0,23.0,,,
+FR-71,Saône-et-Loire,2020-03-28,,334.0,37.0,,,
+FR-71,Saône-et-Loire,2020-03-29,,348.0,14.0,,,
+FR-71,Saône-et-Loire,2020-03-30,,359.0,11.0,,,
+FR-71,Saône-et-Loire,2020-03-31,,387.0,28.0,,,
+FR-71,Saône-et-Loire,2020-04-01,,411.0,24.0,,,
+FR-71,Saône-et-Loire,2020-04-02,,430.0,19.0,,,
+FR-71,Saône-et-Loire,2020-04-03,,451.0,21.0,,,
+FR-71,Saône-et-Loire,2020-04-04,,465.0,14.0,,,
+FR-71,Saône-et-Loire,2020-04-05,,478.0,13.0,,,
+FR-71,Saône-et-Loire,2020-04-06,,524.0,46.0,,,
+FR-71,Saône-et-Loire,2020-04-07,,551.0,27.0,,,
+FR-71,Saône-et-Loire,2020-04-08,,574.0,23.0,,,
+FR-71,Saône-et-Loire,2020-04-09,,597.0,23.0,,,
+FR-71,Saône-et-Loire,2020-04-10,,614.0,17.0,,,
+FR-71,Saône-et-Loire,2020-04-11,,633.0,19.0,,,
+FR-71,Saône-et-Loire,2020-04-12,,639.0,6.0,,,
+FR-71,Saône-et-Loire,2020-04-13,,641.0,2.0,,,
+FR-71,Saône-et-Loire,2020-04-14,,655.0,14.0,,,
+FR-71,Saône-et-Loire,2020-04-15,,683.0,28.0,,,
+FR-71,Saône-et-Loire,2020-04-16,,713.0,30.0,,,
+FR-71,Saône-et-Loire,2020-04-17,,740.0,27.0,,,
+FR-71,Saône-et-Loire,2020-04-18,,747.0,7.0,,,
+FR-71,Saône-et-Loire,2020-04-19,,756.0,9.0,,,
+FR-71,Saône-et-Loire,2020-04-20,,769.0,13.0,,,
+FR-71,Saône-et-Loire,2020-04-21,,798.0,29.0,,,
+FR-71,Saône-et-Loire,2020-04-22,,841.0,43.0,,,
+FR-71,Saône-et-Loire,2020-04-23,,853.0,12.0,,,
+FR-71,Saône-et-Loire,2020-04-24,,866.0,13.0,,,
+FR-71,Saône-et-Loire,2020-04-25,,881.0,15.0,,,
+FR-71,Saône-et-Loire,2020-04-26,,886.0,5.0,,,
+FR-71,Saône-et-Loire,2020-04-27,,902.0,16.0,,,
+FR-71,Saône-et-Loire,2020-04-28,,934.0,32.0,,,
+FR-71,Saône-et-Loire,2020-04-29,,964.0,30.0,,,
+FR-71,Saône-et-Loire,2020-04-30,,992.0,28.0,,,
+FR-71,Saône-et-Loire,2020-05-01,,997.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-02,,998.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-03,,1004.0,6.0,,,
+FR-71,Saône-et-Loire,2020-05-04,,1008.0,4.0,,,
+FR-71,Saône-et-Loire,2020-05-05,,1020.0,12.0,,,
+FR-71,Saône-et-Loire,2020-05-06,,1029.0,9.0,,,
+FR-71,Saône-et-Loire,2020-05-07,,1034.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-08,,1040.0,6.0,,,
+FR-71,Saône-et-Loire,2020-05-09,,1042.0,2.0,,,
+FR-71,Saône-et-Loire,2020-05-10,,1045.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-11,,1049.0,4.0,,,
+FR-71,Saône-et-Loire,2020-05-12,,1050.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-13,,1061.0,11.0,,,
+FR-71,Saône-et-Loire,2020-05-14,,1066.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-15,,1071.0,5.0,,,
+FR-71,Saône-et-Loire,2020-05-16,,1072.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-17,,1072.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-18,,1080.0,8.0,,,
+FR-71,Saône-et-Loire,2020-05-19,,1089.0,9.0,,,
+FR-71,Saône-et-Loire,2020-05-20,,1092.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-21,,1092.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-22,,1095.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-23,,1096.0,1.0,,,
+FR-71,Saône-et-Loire,2020-05-24,,1096.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-25,,1106.0,10.0,,,
+FR-71,Saône-et-Loire,2020-05-26,,1110.0,4.0,,,
+FR-71,Saône-et-Loire,2020-05-27,,1112.0,2.0,,,
+FR-71,Saône-et-Loire,2020-05-28,,1115.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-29,,1118.0,3.0,,,
+FR-71,Saône-et-Loire,2020-05-30,,1118.0,0.0,,,
+FR-71,Saône-et-Loire,2020-05-31,,1118.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-01,,1118.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-02,,1121.0,3.0,,,
+FR-71,Saône-et-Loire,2020-06-03,,1126.0,5.0,,,
+FR-71,Saône-et-Loire,2020-06-04,,1126.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-05,,1127.0,1.0,,,
+FR-71,Saône-et-Loire,2020-06-06,,1127.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-07,,1127.0,0.0,,,
+FR-71,Saône-et-Loire,2020-06-08,,1132.0,5.0,,,
+FR-72,Sarthe,2020-03-19,,3.0,3.0,,,
+FR-72,Sarthe,2020-03-20,,3.0,0.0,,,
+FR-72,Sarthe,2020-03-21,,6.0,3.0,,,
+FR-72,Sarthe,2020-03-22,,11.0,5.0,,,
+FR-72,Sarthe,2020-03-23,,17.0,6.0,,,
+FR-72,Sarthe,2020-03-24,,26.0,9.0,,,
+FR-72,Sarthe,2020-03-25,,30.0,4.0,,,
+FR-72,Sarthe,2020-03-26,,54.0,24.0,,,
+FR-72,Sarthe,2020-03-27,,70.0,16.0,,,
+FR-72,Sarthe,2020-03-28,,103.0,33.0,,,
+FR-72,Sarthe,2020-03-29,,129.0,26.0,,,
+FR-72,Sarthe,2020-03-30,,152.0,23.0,,,
+FR-72,Sarthe,2020-03-31,,172.0,20.0,,,
+FR-72,Sarthe,2020-04-01,,190.0,18.0,,,
+FR-72,Sarthe,2020-04-02,,208.0,18.0,,,
+FR-72,Sarthe,2020-04-03,,222.0,14.0,,,
+FR-72,Sarthe,2020-04-04,,227.0,5.0,,,
+FR-72,Sarthe,2020-04-05,,236.0,9.0,,,
+FR-72,Sarthe,2020-04-06,,241.0,5.0,,,
+FR-72,Sarthe,2020-04-07,,255.0,14.0,,,
+FR-72,Sarthe,2020-04-08,,271.0,16.0,,,
+FR-72,Sarthe,2020-04-09,,297.0,26.0,,,
+FR-72,Sarthe,2020-04-10,,304.0,7.0,,,
+FR-72,Sarthe,2020-04-11,,317.0,13.0,,,
+FR-72,Sarthe,2020-04-12,,326.0,9.0,,,
+FR-72,Sarthe,2020-04-13,,331.0,5.0,,,
+FR-72,Sarthe,2020-04-14,,342.0,11.0,,,
+FR-72,Sarthe,2020-04-15,,362.0,20.0,,,
+FR-72,Sarthe,2020-04-16,,374.0,12.0,,,
+FR-72,Sarthe,2020-04-17,,380.0,6.0,,,
+FR-72,Sarthe,2020-04-18,,389.0,9.0,,,
+FR-72,Sarthe,2020-04-19,,393.0,4.0,,,
+FR-72,Sarthe,2020-04-20,,402.0,9.0,,,
+FR-72,Sarthe,2020-04-21,,407.0,5.0,,,
+FR-72,Sarthe,2020-04-22,,414.0,7.0,,,
+FR-72,Sarthe,2020-04-23,,428.0,14.0,,,
+FR-72,Sarthe,2020-04-24,,437.0,9.0,,,
+FR-72,Sarthe,2020-04-25,,444.0,7.0,,,
+FR-72,Sarthe,2020-04-26,,449.0,5.0,,,
+FR-72,Sarthe,2020-04-27,,454.0,5.0,,,
+FR-72,Sarthe,2020-04-28,,459.0,5.0,,,
+FR-72,Sarthe,2020-04-29,,463.0,4.0,,,
+FR-72,Sarthe,2020-04-30,,466.0,3.0,,,
+FR-72,Sarthe,2020-05-01,,477.0,11.0,,,
+FR-72,Sarthe,2020-05-02,,479.0,2.0,,,
+FR-72,Sarthe,2020-05-03,,482.0,3.0,,,
+FR-72,Sarthe,2020-05-04,,483.0,1.0,,,
+FR-72,Sarthe,2020-05-05,,490.0,7.0,,,
+FR-72,Sarthe,2020-05-06,,496.0,6.0,,,
+FR-72,Sarthe,2020-05-07,,498.0,2.0,,,
+FR-72,Sarthe,2020-05-08,,502.0,4.0,,,
+FR-72,Sarthe,2020-05-09,,505.0,3.0,,,
+FR-72,Sarthe,2020-05-10,,509.0,4.0,,,
+FR-72,Sarthe,2020-05-11,,509.0,0.0,,,
+FR-72,Sarthe,2020-05-12,,513.0,4.0,,,
+FR-72,Sarthe,2020-05-13,,519.0,6.0,,,
+FR-72,Sarthe,2020-05-14,,524.0,5.0,,,
+FR-72,Sarthe,2020-05-15,,526.0,2.0,,,
+FR-72,Sarthe,2020-05-16,,527.0,1.0,,,
+FR-72,Sarthe,2020-05-17,,528.0,1.0,,,
+FR-72,Sarthe,2020-05-18,,529.0,1.0,,,
+FR-72,Sarthe,2020-05-19,,529.0,0.0,,,
+FR-72,Sarthe,2020-05-20,,530.0,1.0,,,
+FR-72,Sarthe,2020-05-21,,531.0,1.0,,,
+FR-72,Sarthe,2020-05-22,,534.0,3.0,,,
+FR-72,Sarthe,2020-05-23,,534.0,0.0,,,
+FR-72,Sarthe,2020-05-24,,535.0,1.0,,,
+FR-72,Sarthe,2020-05-25,,535.0,0.0,,,
+FR-72,Sarthe,2020-05-26,,535.0,0.0,,,
+FR-72,Sarthe,2020-05-27,,536.0,1.0,,,
+FR-72,Sarthe,2020-05-28,,536.0,0.0,,,
+FR-72,Sarthe,2020-05-29,,536.0,0.0,,,
+FR-72,Sarthe,2020-05-30,,536.0,0.0,,,
+FR-72,Sarthe,2020-05-31,,536.0,0.0,,,
+FR-72,Sarthe,2020-06-01,,536.0,0.0,,,
+FR-72,Sarthe,2020-06-02,,539.0,3.0,,,
+FR-72,Sarthe,2020-06-03,,541.0,2.0,,,
+FR-72,Sarthe,2020-06-04,,542.0,1.0,,,
+FR-72,Sarthe,2020-06-05,,542.0,0.0,,,
+FR-72,Sarthe,2020-06-06,,542.0,0.0,,,
+FR-72,Sarthe,2020-06-07,,542.0,0.0,,,
+FR-72,Sarthe,2020-06-08,,542.0,0.0,,,
+FR-73,Savoie,2020-03-19,,9.0,9.0,,,
+FR-73,Savoie,2020-03-20,,14.0,5.0,,,
+FR-73,Savoie,2020-03-21,,16.0,2.0,,,
+FR-73,Savoie,2020-03-22,,24.0,8.0,,,
+FR-73,Savoie,2020-03-23,,30.0,6.0,,,
+FR-73,Savoie,2020-03-24,,36.0,6.0,,,
+FR-73,Savoie,2020-03-25,,53.0,17.0,,,
+FR-73,Savoie,2020-03-26,,64.0,11.0,,,
+FR-73,Savoie,2020-03-27,,77.0,13.0,,,
+FR-73,Savoie,2020-03-28,,84.0,7.0,,,
+FR-73,Savoie,2020-03-29,,104.0,20.0,,,
+FR-73,Savoie,2020-03-30,,117.0,13.0,,,
+FR-73,Savoie,2020-03-31,,151.0,34.0,,,
+FR-73,Savoie,2020-04-01,,197.0,46.0,,,
+FR-73,Savoie,2020-04-02,,231.0,34.0,,,
+FR-73,Savoie,2020-04-03,,236.0,5.0,,,
+FR-73,Savoie,2020-04-04,,242.0,6.0,,,
+FR-73,Savoie,2020-04-05,,248.0,6.0,,,
+FR-73,Savoie,2020-04-06,,257.0,9.0,,,
+FR-73,Savoie,2020-04-07,,278.0,21.0,,,
+FR-73,Savoie,2020-04-08,,287.0,9.0,,,
+FR-73,Savoie,2020-04-09,,305.0,18.0,,,
+FR-73,Savoie,2020-04-10,,317.0,12.0,,,
+FR-73,Savoie,2020-04-11,,325.0,8.0,,,
+FR-73,Savoie,2020-04-12,,331.0,6.0,,,
+FR-73,Savoie,2020-04-13,,336.0,5.0,,,
+FR-73,Savoie,2020-04-14,,342.0,6.0,,,
+FR-73,Savoie,2020-04-15,,349.0,7.0,,,
+FR-73,Savoie,2020-04-16,,355.0,6.0,,,
+FR-73,Savoie,2020-04-17,,369.0,14.0,,,
+FR-73,Savoie,2020-04-18,,376.0,7.0,,,
+FR-73,Savoie,2020-04-19,,382.0,6.0,,,
+FR-73,Savoie,2020-04-20,,386.0,4.0,,,
+FR-73,Savoie,2020-04-21,,398.0,12.0,,,
+FR-73,Savoie,2020-04-22,,400.0,2.0,,,
+FR-73,Savoie,2020-04-23,,410.0,10.0,,,
+FR-73,Savoie,2020-04-24,,416.0,6.0,,,
+FR-73,Savoie,2020-04-25,,426.0,10.0,,,
+FR-73,Savoie,2020-04-26,,428.0,2.0,,,
+FR-73,Savoie,2020-04-27,,432.0,4.0,,,
+FR-73,Savoie,2020-04-28,,438.0,6.0,,,
+FR-73,Savoie,2020-04-29,,439.0,1.0,,,
+FR-73,Savoie,2020-04-30,,442.0,3.0,,,
+FR-73,Savoie,2020-05-01,,444.0,2.0,,,
+FR-73,Savoie,2020-05-02,,444.0,0.0,,,
+FR-73,Savoie,2020-05-03,,445.0,1.0,,,
+FR-73,Savoie,2020-05-04,,448.0,3.0,,,
+FR-73,Savoie,2020-05-05,,456.0,8.0,,,
+FR-73,Savoie,2020-05-06,,457.0,1.0,,,
+FR-73,Savoie,2020-05-07,,459.0,2.0,,,
+FR-73,Savoie,2020-05-08,,460.0,1.0,,,
+FR-73,Savoie,2020-05-09,,461.0,1.0,,,
+FR-73,Savoie,2020-05-10,,461.0,0.0,,,
+FR-73,Savoie,2020-05-11,,464.0,3.0,,,
+FR-73,Savoie,2020-05-12,,466.0,2.0,,,
+FR-73,Savoie,2020-05-13,,467.0,1.0,,,
+FR-73,Savoie,2020-05-14,,470.0,3.0,,,
+FR-73,Savoie,2020-05-15,,472.0,2.0,,,
+FR-73,Savoie,2020-05-16,,473.0,1.0,,,
+FR-73,Savoie,2020-05-17,,474.0,1.0,,,
+FR-73,Savoie,2020-05-18,,474.0,0.0,,,
+FR-73,Savoie,2020-05-19,,476.0,2.0,,,
+FR-73,Savoie,2020-05-20,,479.0,3.0,,,
+FR-73,Savoie,2020-05-21,,479.0,0.0,,,
+FR-73,Savoie,2020-05-22,,480.0,1.0,,,
+FR-73,Savoie,2020-05-23,,482.0,2.0,,,
+FR-73,Savoie,2020-05-24,,482.0,0.0,,,
+FR-73,Savoie,2020-05-25,,482.0,0.0,,,
+FR-73,Savoie,2020-05-26,,483.0,1.0,,,
+FR-73,Savoie,2020-05-27,,486.0,3.0,,,
+FR-73,Savoie,2020-05-28,,486.0,0.0,,,
+FR-73,Savoie,2020-05-29,,487.0,1.0,,,
+FR-73,Savoie,2020-05-30,,488.0,1.0,,,
+FR-73,Savoie,2020-05-31,,488.0,0.0,,,
+FR-73,Savoie,2020-06-01,,489.0,1.0,,,
+FR-73,Savoie,2020-06-02,,489.0,0.0,,,
+FR-73,Savoie,2020-06-03,,490.0,1.0,,,
+FR-73,Savoie,2020-06-04,,492.0,2.0,,,
+FR-73,Savoie,2020-06-05,,493.0,1.0,,,
+FR-73,Savoie,2020-06-06,,493.0,0.0,,,
+FR-73,Savoie,2020-06-07,,493.0,0.0,,,
+FR-73,Savoie,2020-06-08,,495.0,2.0,,,
+FR-74,Haute-Savoie,2020-03-19,,13.0,13.0,,,
+FR-74,Haute-Savoie,2020-03-20,,36.0,23.0,,,
+FR-74,Haute-Savoie,2020-03-21,,51.0,15.0,,,
+FR-74,Haute-Savoie,2020-03-22,,67.0,16.0,,,
+FR-74,Haute-Savoie,2020-03-23,,93.0,26.0,,,
+FR-74,Haute-Savoie,2020-03-24,,107.0,14.0,,,
+FR-74,Haute-Savoie,2020-03-25,,143.0,36.0,,,
+FR-74,Haute-Savoie,2020-03-26,,178.0,35.0,,,
+FR-74,Haute-Savoie,2020-03-27,,218.0,40.0,,,
+FR-74,Haute-Savoie,2020-03-28,,255.0,37.0,,,
+FR-74,Haute-Savoie,2020-03-29,,300.0,45.0,,,
+FR-74,Haute-Savoie,2020-03-30,,346.0,46.0,,,
+FR-74,Haute-Savoie,2020-03-31,,370.0,24.0,,,
+FR-74,Haute-Savoie,2020-04-01,,409.0,39.0,,,
+FR-74,Haute-Savoie,2020-04-02,,453.0,44.0,,,
+FR-74,Haute-Savoie,2020-04-03,,492.0,39.0,,,
+FR-74,Haute-Savoie,2020-04-04,,508.0,16.0,,,
+FR-74,Haute-Savoie,2020-04-05,,546.0,38.0,,,
+FR-74,Haute-Savoie,2020-04-06,,561.0,15.0,,,
+FR-74,Haute-Savoie,2020-04-07,,586.0,25.0,,,
+FR-74,Haute-Savoie,2020-04-08,,615.0,29.0,,,
+FR-74,Haute-Savoie,2020-04-09,,641.0,26.0,,,
+FR-74,Haute-Savoie,2020-04-10,,656.0,15.0,,,
+FR-74,Haute-Savoie,2020-04-11,,695.0,39.0,,,
+FR-74,Haute-Savoie,2020-04-12,,709.0,14.0,,,
+FR-74,Haute-Savoie,2020-04-13,,720.0,11.0,,,
+FR-74,Haute-Savoie,2020-04-14,,734.0,14.0,,,
+FR-74,Haute-Savoie,2020-04-15,,757.0,23.0,,,
+FR-74,Haute-Savoie,2020-04-16,,774.0,17.0,,,
+FR-74,Haute-Savoie,2020-04-17,,792.0,18.0,,,
+FR-74,Haute-Savoie,2020-04-18,,820.0,28.0,,,
+FR-74,Haute-Savoie,2020-04-19,,832.0,12.0,,,
+FR-74,Haute-Savoie,2020-04-20,,838.0,6.0,,,
+FR-74,Haute-Savoie,2020-04-21,,854.0,16.0,,,
+FR-74,Haute-Savoie,2020-04-22,,863.0,9.0,,,
+FR-74,Haute-Savoie,2020-04-23,,867.0,4.0,,,
+FR-74,Haute-Savoie,2020-04-24,,879.0,12.0,,,
+FR-74,Haute-Savoie,2020-04-25,,887.0,8.0,,,
+FR-74,Haute-Savoie,2020-04-26,,894.0,7.0,,,
+FR-74,Haute-Savoie,2020-04-27,,903.0,9.0,,,
+FR-74,Haute-Savoie,2020-04-28,,918.0,15.0,,,
+FR-74,Haute-Savoie,2020-04-29,,930.0,12.0,,,
+FR-74,Haute-Savoie,2020-04-30,,940.0,10.0,,,
+FR-74,Haute-Savoie,2020-05-01,,947.0,7.0,,,
+FR-74,Haute-Savoie,2020-05-02,,953.0,6.0,,,
+FR-74,Haute-Savoie,2020-05-03,,957.0,4.0,,,
+FR-74,Haute-Savoie,2020-05-04,,963.0,6.0,,,
+FR-74,Haute-Savoie,2020-05-05,,972.0,9.0,,,
+FR-74,Haute-Savoie,2020-05-06,,975.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-07,,984.0,9.0,,,
+FR-74,Haute-Savoie,2020-05-08,,986.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-09,,995.0,9.0,,,
+FR-74,Haute-Savoie,2020-05-10,,997.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-11,,999.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-12,,1001.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-13,,1007.0,6.0,,,
+FR-74,Haute-Savoie,2020-05-14,,1015.0,8.0,,,
+FR-74,Haute-Savoie,2020-05-15,,1019.0,4.0,,,
+FR-74,Haute-Savoie,2020-05-16,,1023.0,4.0,,,
+FR-74,Haute-Savoie,2020-05-17,,1026.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-18,,1029.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-19,,1032.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-20,,1033.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-21,,1034.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-22,,1035.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-23,,1036.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-24,,1038.0,2.0,,,
+FR-74,Haute-Savoie,2020-05-25,,1041.0,3.0,,,
+FR-74,Haute-Savoie,2020-05-26,,1042.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-27,,1043.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-28,,1044.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-29,,1044.0,0.0,,,
+FR-74,Haute-Savoie,2020-05-30,,1045.0,1.0,,,
+FR-74,Haute-Savoie,2020-05-31,,1045.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-01,,1046.0,1.0,,,
+FR-74,Haute-Savoie,2020-06-02,,1047.0,1.0,,,
+FR-74,Haute-Savoie,2020-06-03,,1049.0,2.0,,,
+FR-74,Haute-Savoie,2020-06-04,,1049.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-05,,1049.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-06,,1050.0,1.0,,,
+FR-74,Haute-Savoie,2020-06-07,,1050.0,0.0,,,
+FR-74,Haute-Savoie,2020-06-08,,1050.0,0.0,,,
+FR-75,Paris,2020-03-19,,168.0,168.0,,,
+FR-75,Paris,2020-03-20,,288.0,120.0,,,
+FR-75,Paris,2020-03-21,,428.0,140.0,,,
+FR-75,Paris,2020-03-22,,579.0,151.0,,,
+FR-75,Paris,2020-03-23,,768.0,189.0,,,
+FR-75,Paris,2020-03-24,,976.0,208.0,,,
+FR-75,Paris,2020-03-25,,1291.0,315.0,,,
+FR-75,Paris,2020-03-26,,1569.0,278.0,,,
+FR-75,Paris,2020-03-27,,1839.0,270.0,,,
+FR-75,Paris,2020-03-28,,2186.0,347.0,,,
+FR-75,Paris,2020-03-29,,2428.0,242.0,,,
+FR-75,Paris,2020-03-30,,2681.0,253.0,,,
+FR-75,Paris,2020-03-31,,3090.0,409.0,,,
+FR-75,Paris,2020-04-01,,3472.0,382.0,,,
+FR-75,Paris,2020-04-02,,3818.0,346.0,,,
+FR-75,Paris,2020-04-03,,4112.0,294.0,,,
+FR-75,Paris,2020-04-04,,4399.0,287.0,,,
+FR-75,Paris,2020-04-05,,4632.0,233.0,,,
+FR-75,Paris,2020-04-06,,4858.0,226.0,,,
+FR-75,Paris,2020-04-07,,5096.0,238.0,,,
+FR-75,Paris,2020-04-08,,5337.0,241.0,,,
+FR-75,Paris,2020-04-09,,5575.0,238.0,,,
+FR-75,Paris,2020-04-10,,5868.0,293.0,,,
+FR-75,Paris,2020-04-11,,6087.0,219.0,,,
+FR-75,Paris,2020-04-12,,6257.0,170.0,,,
+FR-75,Paris,2020-04-13,,6388.0,131.0,,,
+FR-75,Paris,2020-04-14,,6516.0,128.0,,,
+FR-75,Paris,2020-04-15,,6670.0,154.0,,,
+FR-75,Paris,2020-04-16,,6824.0,154.0,,,
+FR-75,Paris,2020-04-17,,7026.0,202.0,,,
+FR-75,Paris,2020-04-18,,7155.0,129.0,,,
+FR-75,Paris,2020-04-19,,7215.0,60.0,,,
+FR-75,Paris,2020-04-20,,7325.0,110.0,,,
+FR-75,Paris,2020-04-21,,7455.0,130.0,,,
+FR-75,Paris,2020-04-22,,7546.0,91.0,,,
+FR-75,Paris,2020-04-23,,7627.0,81.0,,,
+FR-75,Paris,2020-04-24,,7691.0,64.0,,,
+FR-75,Paris,2020-04-25,,7760.0,69.0,,,
+FR-75,Paris,2020-04-26,,7811.0,51.0,,,
+FR-75,Paris,2020-04-27,,7864.0,53.0,,,
+FR-75,Paris,2020-04-28,,7948.0,84.0,,,
+FR-75,Paris,2020-04-29,,8053.0,105.0,,,
+FR-75,Paris,2020-04-30,,8128.0,75.0,,,
+FR-75,Paris,2020-05-01,,8170.0,42.0,,,
+FR-75,Paris,2020-05-02,,8202.0,32.0,,,
+FR-75,Paris,2020-05-03,,8226.0,24.0,,,
+FR-75,Paris,2020-05-04,,8268.0,42.0,,,
+FR-75,Paris,2020-05-05,,8347.0,79.0,,,
+FR-75,Paris,2020-05-06,,8395.0,48.0,,,
+FR-75,Paris,2020-05-07,,8442.0,47.0,,,
+FR-75,Paris,2020-05-08,,8477.0,35.0,,,
+FR-75,Paris,2020-05-09,,8499.0,22.0,,,
+FR-75,Paris,2020-05-10,,8520.0,21.0,,,
+FR-75,Paris,2020-05-11,,8565.0,45.0,,,
+FR-75,Paris,2020-05-12,,8618.0,53.0,,,
+FR-75,Paris,2020-05-13,,8649.0,31.0,,,
+FR-75,Paris,2020-05-14,,8667.0,18.0,,,
+FR-75,Paris,2020-05-15,,8695.0,28.0,,,
+FR-75,Paris,2020-05-16,,8715.0,20.0,,,
+FR-75,Paris,2020-05-17,,8724.0,9.0,,,
+FR-75,Paris,2020-05-18,,8741.0,17.0,,,
+FR-75,Paris,2020-05-19,,8771.0,30.0,,,
+FR-75,Paris,2020-05-20,,8797.0,26.0,,,
+FR-75,Paris,2020-05-21,,8811.0,14.0,,,
+FR-75,Paris,2020-05-22,,8823.0,12.0,,,
+FR-75,Paris,2020-05-23,,8835.0,12.0,,,
+FR-75,Paris,2020-05-24,,8839.0,4.0,,,
+FR-75,Paris,2020-05-25,,8849.0,10.0,,,
+FR-75,Paris,2020-05-26,,8872.0,23.0,,,
+FR-75,Paris,2020-05-27,,8880.0,8.0,,,
+FR-75,Paris,2020-05-28,,8895.0,15.0,,,
+FR-75,Paris,2020-05-29,,8909.0,14.0,,,
+FR-75,Paris,2020-05-30,,8921.0,12.0,,,
+FR-75,Paris,2020-05-31,,8926.0,5.0,,,
+FR-75,Paris,2020-06-01,,8933.0,7.0,,,
+FR-75,Paris,2020-06-02,,8939.0,6.0,,,
+FR-75,Paris,2020-06-03,,8945.0,6.0,,,
+FR-75,Paris,2020-06-04,,8954.0,9.0,,,
+FR-75,Paris,2020-06-05,,8965.0,11.0,,,
+FR-75,Paris,2020-06-06,,8972.0,7.0,,,
+FR-75,Paris,2020-06-07,,8976.0,4.0,,,
+FR-75,Paris,2020-06-08,,8981.0,5.0,,,
+FR-76,Seine-Maritime,2020-03-19,,12.0,12.0,,,
+FR-76,Seine-Maritime,2020-03-20,,26.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-21,,43.0,17.0,,,
+FR-76,Seine-Maritime,2020-03-22,,57.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-23,,71.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-24,,95.0,24.0,,,
+FR-76,Seine-Maritime,2020-03-25,,131.0,36.0,,,
+FR-76,Seine-Maritime,2020-03-26,,162.0,31.0,,,
+FR-76,Seine-Maritime,2020-03-27,,195.0,33.0,,,
+FR-76,Seine-Maritime,2020-03-28,,256.0,61.0,,,
+FR-76,Seine-Maritime,2020-03-29,,314.0,58.0,,,
+FR-76,Seine-Maritime,2020-03-30,,328.0,14.0,,,
+FR-76,Seine-Maritime,2020-03-31,,398.0,70.0,,,
+FR-76,Seine-Maritime,2020-04-01,,429.0,31.0,,,
+FR-76,Seine-Maritime,2020-04-02,,486.0,57.0,,,
+FR-76,Seine-Maritime,2020-04-03,,514.0,28.0,,,
+FR-76,Seine-Maritime,2020-04-04,,546.0,32.0,,,
+FR-76,Seine-Maritime,2020-04-05,,569.0,23.0,,,
+FR-76,Seine-Maritime,2020-04-06,,592.0,23.0,,,
+FR-76,Seine-Maritime,2020-04-07,,627.0,35.0,,,
+FR-76,Seine-Maritime,2020-04-08,,645.0,18.0,,,
+FR-76,Seine-Maritime,2020-04-09,,659.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-10,,691.0,32.0,,,
+FR-76,Seine-Maritime,2020-04-11,,704.0,13.0,,,
+FR-76,Seine-Maritime,2020-04-12,,717.0,13.0,,,
+FR-76,Seine-Maritime,2020-04-13,,733.0,16.0,,,
+FR-76,Seine-Maritime,2020-04-14,,747.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-15,,765.0,18.0,,,
+FR-76,Seine-Maritime,2020-04-16,,782.0,17.0,,,
+FR-76,Seine-Maritime,2020-04-17,,800.0,18.0,,,
+FR-76,Seine-Maritime,2020-04-18,,828.0,28.0,,,
+FR-76,Seine-Maritime,2020-04-19,,844.0,16.0,,,
+FR-76,Seine-Maritime,2020-04-20,,857.0,13.0,,,
+FR-76,Seine-Maritime,2020-04-21,,871.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-22,,885.0,14.0,,,
+FR-76,Seine-Maritime,2020-04-23,,896.0,11.0,,,
+FR-76,Seine-Maritime,2020-04-24,,926.0,30.0,,,
+FR-76,Seine-Maritime,2020-04-25,,931.0,5.0,,,
+FR-76,Seine-Maritime,2020-04-26,,937.0,6.0,,,
+FR-76,Seine-Maritime,2020-04-27,,940.0,3.0,,,
+FR-76,Seine-Maritime,2020-04-28,,967.0,27.0,,,
+FR-76,Seine-Maritime,2020-04-29,,970.0,3.0,,,
+FR-76,Seine-Maritime,2020-04-30,,977.0,7.0,,,
+FR-76,Seine-Maritime,2020-05-01,,981.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-02,,982.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-03,,982.0,0.0,,,
+FR-76,Seine-Maritime,2020-05-04,,987.0,5.0,,,
+FR-76,Seine-Maritime,2020-05-05,,991.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-06,,992.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-07,,994.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-08,,1002.0,8.0,,,
+FR-76,Seine-Maritime,2020-05-09,,1005.0,3.0,,,
+FR-76,Seine-Maritime,2020-05-10,,1008.0,3.0,,,
+FR-76,Seine-Maritime,2020-05-11,,1015.0,7.0,,,
+FR-76,Seine-Maritime,2020-05-12,,1017.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-13,,1019.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-14,,1023.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-15,,1027.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-16,,1031.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-17,,1034.0,3.0,,,
+FR-76,Seine-Maritime,2020-05-18,,1039.0,5.0,,,
+FR-76,Seine-Maritime,2020-05-19,,1046.0,7.0,,,
+FR-76,Seine-Maritime,2020-05-20,,1051.0,5.0,,,
+FR-76,Seine-Maritime,2020-05-21,,1052.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-22,,1053.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-23,,1055.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-24,,1057.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-25,,1061.0,4.0,,,
+FR-76,Seine-Maritime,2020-05-26,,1063.0,2.0,,,
+FR-76,Seine-Maritime,2020-05-27,,1063.0,0.0,,,
+FR-76,Seine-Maritime,2020-05-28,,1064.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-29,,1065.0,1.0,,,
+FR-76,Seine-Maritime,2020-05-30,,1065.0,0.0,,,
+FR-76,Seine-Maritime,2020-05-31,,1065.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-01,,1066.0,1.0,,,
+FR-76,Seine-Maritime,2020-06-02,,1069.0,3.0,,,
+FR-76,Seine-Maritime,2020-06-03,,1070.0,1.0,,,
+FR-76,Seine-Maritime,2020-06-04,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-05,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-06,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-07,,1070.0,0.0,,,
+FR-76,Seine-Maritime,2020-06-08,,1070.0,0.0,,,
+FR-77,Seine-et-Marne,2020-03-19,,44.0,44.0,,,
+FR-77,Seine-et-Marne,2020-03-20,,74.0,30.0,,,
+FR-77,Seine-et-Marne,2020-03-21,,105.0,31.0,,,
+FR-77,Seine-et-Marne,2020-03-22,,142.0,37.0,,,
+FR-77,Seine-et-Marne,2020-03-23,,184.0,42.0,,,
+FR-77,Seine-et-Marne,2020-03-24,,234.0,50.0,,,
+FR-77,Seine-et-Marne,2020-03-25,,301.0,67.0,,,
+FR-77,Seine-et-Marne,2020-03-26,,377.0,76.0,,,
+FR-77,Seine-et-Marne,2020-03-27,,460.0,83.0,,,
+FR-77,Seine-et-Marne,2020-03-28,,558.0,98.0,,,
+FR-77,Seine-et-Marne,2020-03-29,,611.0,53.0,,,
+FR-77,Seine-et-Marne,2020-03-30,,696.0,85.0,,,
+FR-77,Seine-et-Marne,2020-03-31,,826.0,130.0,,,
+FR-77,Seine-et-Marne,2020-04-01,,940.0,114.0,,,
+FR-77,Seine-et-Marne,2020-04-02,,1053.0,113.0,,,
+FR-77,Seine-et-Marne,2020-04-03,,1185.0,132.0,,,
+FR-77,Seine-et-Marne,2020-04-04,,1253.0,68.0,,,
+FR-77,Seine-et-Marne,2020-04-05,,1309.0,56.0,,,
+FR-77,Seine-et-Marne,2020-04-06,,1373.0,64.0,,,
+FR-77,Seine-et-Marne,2020-04-07,,1488.0,115.0,,,
+FR-77,Seine-et-Marne,2020-04-08,,1582.0,94.0,,,
+FR-77,Seine-et-Marne,2020-04-09,,1715.0,133.0,,,
+FR-77,Seine-et-Marne,2020-04-10,,1822.0,107.0,,,
+FR-77,Seine-et-Marne,2020-04-11,,1884.0,62.0,,,
+FR-77,Seine-et-Marne,2020-04-12,,1929.0,45.0,,,
+FR-77,Seine-et-Marne,2020-04-13,,1975.0,46.0,,,
+FR-77,Seine-et-Marne,2020-04-14,,2055.0,80.0,,,
+FR-77,Seine-et-Marne,2020-04-15,,2155.0,100.0,,,
+FR-77,Seine-et-Marne,2020-04-16,,2271.0,116.0,,,
+FR-77,Seine-et-Marne,2020-04-17,,2371.0,100.0,,,
+FR-77,Seine-et-Marne,2020-04-18,,2444.0,73.0,,,
+FR-77,Seine-et-Marne,2020-04-19,,2489.0,45.0,,,
+FR-77,Seine-et-Marne,2020-04-20,,2534.0,45.0,,,
+FR-77,Seine-et-Marne,2020-04-21,,2592.0,58.0,,,
+FR-77,Seine-et-Marne,2020-04-22,,2645.0,53.0,,,
+FR-77,Seine-et-Marne,2020-04-23,,2680.0,35.0,,,
+FR-77,Seine-et-Marne,2020-04-24,,2742.0,62.0,,,
+FR-77,Seine-et-Marne,2020-04-25,,2789.0,47.0,,,
+FR-77,Seine-et-Marne,2020-04-26,,2805.0,16.0,,,
+FR-77,Seine-et-Marne,2020-04-27,,2826.0,21.0,,,
+FR-77,Seine-et-Marne,2020-04-28,,2865.0,39.0,,,
+FR-77,Seine-et-Marne,2020-04-29,,2929.0,64.0,,,
+FR-77,Seine-et-Marne,2020-04-30,,2974.0,45.0,,,
+FR-77,Seine-et-Marne,2020-05-01,,2996.0,22.0,,,
+FR-77,Seine-et-Marne,2020-05-02,,3015.0,19.0,,,
+FR-77,Seine-et-Marne,2020-05-03,,3019.0,4.0,,,
+FR-77,Seine-et-Marne,2020-05-04,,3047.0,28.0,,,
+FR-77,Seine-et-Marne,2020-05-05,,3098.0,51.0,,,
+FR-77,Seine-et-Marne,2020-05-06,,3148.0,50.0,,,
+FR-77,Seine-et-Marne,2020-05-07,,3166.0,18.0,,,
+FR-77,Seine-et-Marne,2020-05-08,,3178.0,12.0,,,
+FR-77,Seine-et-Marne,2020-05-09,,3210.0,32.0,,,
+FR-77,Seine-et-Marne,2020-05-10,,3211.0,1.0,,,
+FR-77,Seine-et-Marne,2020-05-11,,3226.0,15.0,,,
+FR-77,Seine-et-Marne,2020-05-12,,3263.0,37.0,,,
+FR-77,Seine-et-Marne,2020-05-13,,3284.0,21.0,,,
+FR-77,Seine-et-Marne,2020-05-14,,3304.0,20.0,,,
+FR-77,Seine-et-Marne,2020-05-15,,3314.0,10.0,,,
+FR-77,Seine-et-Marne,2020-05-16,,3338.0,24.0,,,
+FR-77,Seine-et-Marne,2020-05-17,,3345.0,7.0,,,
+FR-77,Seine-et-Marne,2020-05-18,,3351.0,6.0,,,
+FR-77,Seine-et-Marne,2020-05-19,,3357.0,6.0,,,
+FR-77,Seine-et-Marne,2020-05-20,,3383.0,26.0,,,
+FR-77,Seine-et-Marne,2020-05-21,,3396.0,13.0,,,
+FR-77,Seine-et-Marne,2020-05-22,,3399.0,3.0,,,
+FR-77,Seine-et-Marne,2020-05-23,,3407.0,8.0,,,
+FR-77,Seine-et-Marne,2020-05-24,,3409.0,2.0,,,
+FR-77,Seine-et-Marne,2020-05-25,,3437.0,28.0,,,
+FR-77,Seine-et-Marne,2020-05-26,,3453.0,16.0,,,
+FR-77,Seine-et-Marne,2020-05-27,,3463.0,10.0,,,
+FR-77,Seine-et-Marne,2020-05-28,,3475.0,12.0,,,
+FR-77,Seine-et-Marne,2020-05-29,,3493.0,18.0,,,
+FR-77,Seine-et-Marne,2020-05-30,,3511.0,18.0,,,
+FR-77,Seine-et-Marne,2020-05-31,,3511.0,0.0,,,
+FR-77,Seine-et-Marne,2020-06-01,,3513.0,2.0,,,
+FR-77,Seine-et-Marne,2020-06-02,,3530.0,17.0,,,
+FR-77,Seine-et-Marne,2020-06-03,,3546.0,16.0,,,
+FR-77,Seine-et-Marne,2020-06-04,,3563.0,17.0,,,
+FR-77,Seine-et-Marne,2020-06-05,,3576.0,13.0,,,
+FR-77,Seine-et-Marne,2020-06-06,,3584.0,8.0,,,
+FR-77,Seine-et-Marne,2020-06-07,,3586.0,2.0,,,
+FR-77,Seine-et-Marne,2020-06-08,,3588.0,2.0,,,
+FR-78,Yvelines,2020-03-19,,54.0,54.0,,,
+FR-78,Yvelines,2020-03-20,,86.0,32.0,,,
+FR-78,Yvelines,2020-03-21,,144.0,58.0,,,
+FR-78,Yvelines,2020-03-22,,182.0,38.0,,,
+FR-78,Yvelines,2020-03-23,,216.0,34.0,,,
+FR-78,Yvelines,2020-03-24,,314.0,98.0,,,
+FR-78,Yvelines,2020-03-25,,395.0,81.0,,,
+FR-78,Yvelines,2020-03-26,,505.0,110.0,,,
+FR-78,Yvelines,2020-03-27,,579.0,74.0,,,
+FR-78,Yvelines,2020-03-28,,680.0,101.0,,,
+FR-78,Yvelines,2020-03-29,,754.0,74.0,,,
+FR-78,Yvelines,2020-03-30,,852.0,98.0,,,
+FR-78,Yvelines,2020-03-31,,1044.0,192.0,,,
+FR-78,Yvelines,2020-04-01,,1235.0,191.0,,,
+FR-78,Yvelines,2020-04-02,,1335.0,100.0,,,
+FR-78,Yvelines,2020-04-03,,1421.0,86.0,,,
+FR-78,Yvelines,2020-04-04,,1512.0,91.0,,,
+FR-78,Yvelines,2020-04-05,,1536.0,24.0,,,
+FR-78,Yvelines,2020-04-06,,1662.0,126.0,,,
+FR-78,Yvelines,2020-04-07,,1748.0,86.0,,,
+FR-78,Yvelines,2020-04-08,,1844.0,96.0,,,
+FR-78,Yvelines,2020-04-09,,1898.0,54.0,,,
+FR-78,Yvelines,2020-04-10,,1959.0,61.0,,,
+FR-78,Yvelines,2020-04-11,,2026.0,67.0,,,
+FR-78,Yvelines,2020-04-12,,2059.0,33.0,,,
+FR-78,Yvelines,2020-04-13,,2108.0,49.0,,,
+FR-78,Yvelines,2020-04-14,,2149.0,41.0,,,
+FR-78,Yvelines,2020-04-15,,2219.0,70.0,,,
+FR-78,Yvelines,2020-04-16,,2275.0,56.0,,,
+FR-78,Yvelines,2020-04-17,,2321.0,46.0,,,
+FR-78,Yvelines,2020-04-18,,2353.0,32.0,,,
+FR-78,Yvelines,2020-04-19,,2374.0,21.0,,,
+FR-78,Yvelines,2020-04-20,,2431.0,57.0,,,
+FR-78,Yvelines,2020-04-21,,2470.0,39.0,,,
+FR-78,Yvelines,2020-04-22,,2515.0,45.0,,,
+FR-78,Yvelines,2020-04-23,,2535.0,20.0,,,
+FR-78,Yvelines,2020-04-24,,2587.0,52.0,,,
+FR-78,Yvelines,2020-04-25,,2608.0,21.0,,,
+FR-78,Yvelines,2020-04-26,,2623.0,15.0,,,
+FR-78,Yvelines,2020-04-27,,2639.0,16.0,,,
+FR-78,Yvelines,2020-04-28,,2698.0,59.0,,,
+FR-78,Yvelines,2020-04-29,,2716.0,18.0,,,
+FR-78,Yvelines,2020-04-30,,2746.0,30.0,,,
+FR-78,Yvelines,2020-05-01,,2765.0,19.0,,,
+FR-78,Yvelines,2020-05-02,,2786.0,21.0,,,
+FR-78,Yvelines,2020-05-03,,2792.0,6.0,,,
+FR-78,Yvelines,2020-05-04,,2805.0,13.0,,,
+FR-78,Yvelines,2020-05-05,,2817.0,12.0,,,
+FR-78,Yvelines,2020-05-06,,2833.0,16.0,,,
+FR-78,Yvelines,2020-05-07,,2847.0,14.0,,,
+FR-78,Yvelines,2020-05-08,,2854.0,7.0,,,
+FR-78,Yvelines,2020-05-09,,2859.0,5.0,,,
+FR-78,Yvelines,2020-05-10,,2865.0,6.0,,,
+FR-78,Yvelines,2020-05-11,,2874.0,9.0,,,
+FR-78,Yvelines,2020-05-12,,2901.0,27.0,,,
+FR-78,Yvelines,2020-05-13,,2914.0,13.0,,,
+FR-78,Yvelines,2020-05-14,,2932.0,18.0,,,
+FR-78,Yvelines,2020-05-15,,2948.0,16.0,,,
+FR-78,Yvelines,2020-05-16,,2953.0,5.0,,,
+FR-78,Yvelines,2020-05-17,,2956.0,3.0,,,
+FR-78,Yvelines,2020-05-18,,2966.0,10.0,,,
+FR-78,Yvelines,2020-05-19,,3000.0,34.0,,,
+FR-78,Yvelines,2020-05-20,,3014.0,14.0,,,
+FR-78,Yvelines,2020-05-21,,3023.0,9.0,,,
+FR-78,Yvelines,2020-05-22,,3030.0,7.0,,,
+FR-78,Yvelines,2020-05-23,,3034.0,4.0,,,
+FR-78,Yvelines,2020-05-24,,3034.0,0.0,,,
+FR-78,Yvelines,2020-05-25,,3036.0,2.0,,,
+FR-78,Yvelines,2020-05-26,,3054.0,18.0,,,
+FR-78,Yvelines,2020-05-27,,3062.0,8.0,,,
+FR-78,Yvelines,2020-05-28,,3072.0,10.0,,,
+FR-78,Yvelines,2020-05-29,,3074.0,2.0,,,
+FR-78,Yvelines,2020-05-30,,3075.0,1.0,,,
+FR-78,Yvelines,2020-05-31,,3075.0,0.0,,,
+FR-78,Yvelines,2020-06-01,,3075.0,0.0,,,
+FR-78,Yvelines,2020-06-02,,3083.0,8.0,,,
+FR-78,Yvelines,2020-06-03,,3089.0,6.0,,,
+FR-78,Yvelines,2020-06-04,,3091.0,2.0,,,
+FR-78,Yvelines,2020-06-05,,3092.0,1.0,,,
+FR-78,Yvelines,2020-06-06,,3102.0,10.0,,,
+FR-78,Yvelines,2020-06-07,,3102.0,0.0,,,
+FR-78,Yvelines,2020-06-08,,3109.0,7.0,,,
+FR-79,Deux-Sèvres,2020-03-19,,4.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-20,,12.0,8.0,,,
+FR-79,Deux-Sèvres,2020-03-21,,15.0,3.0,,,
+FR-79,Deux-Sèvres,2020-03-22,,19.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-23,,20.0,1.0,,,
+FR-79,Deux-Sèvres,2020-03-24,,21.0,1.0,,,
+FR-79,Deux-Sèvres,2020-03-25,,24.0,3.0,,,
+FR-79,Deux-Sèvres,2020-03-26,,28.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-27,,30.0,2.0,,,
+FR-79,Deux-Sèvres,2020-03-28,,32.0,2.0,,,
+FR-79,Deux-Sèvres,2020-03-29,,38.0,6.0,,,
+FR-79,Deux-Sèvres,2020-03-30,,42.0,4.0,,,
+FR-79,Deux-Sèvres,2020-03-31,,46.0,4.0,,,
+FR-79,Deux-Sèvres,2020-04-01,,52.0,6.0,,,
+FR-79,Deux-Sèvres,2020-04-02,,56.0,4.0,,,
+FR-79,Deux-Sèvres,2020-04-03,,58.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-04,,59.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-05,,61.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-06,,64.0,3.0,,,
+FR-79,Deux-Sèvres,2020-04-07,,71.0,7.0,,,
+FR-79,Deux-Sèvres,2020-04-08,,76.0,5.0,,,
+FR-79,Deux-Sèvres,2020-04-09,,80.0,4.0,,,
+FR-79,Deux-Sèvres,2020-04-10,,83.0,3.0,,,
+FR-79,Deux-Sèvres,2020-04-11,,84.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-12,,85.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-13,,87.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-14,,89.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-15,,92.0,3.0,,,
+FR-79,Deux-Sèvres,2020-04-16,,94.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-17,,96.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-18,,97.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-19,,97.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-20,,97.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-21,,98.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-22,,99.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-23,,99.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-24,,99.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-25,,101.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-26,,103.0,2.0,,,
+FR-79,Deux-Sèvres,2020-04-27,,104.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-28,,105.0,1.0,,,
+FR-79,Deux-Sèvres,2020-04-29,,105.0,0.0,,,
+FR-79,Deux-Sèvres,2020-04-30,,106.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-01,,106.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-02,,107.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-03,,107.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-04,,107.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-05,,108.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-06,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-07,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-08,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-09,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-10,,108.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-11,,109.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-12,,109.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-13,,109.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-14,,110.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-15,,110.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-16,,110.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-17,,111.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-18,,111.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-19,,111.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-20,,111.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-21,,112.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-22,,113.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-23,,113.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-24,,114.0,1.0,,,
+FR-79,Deux-Sèvres,2020-05-25,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-26,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-27,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-28,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-29,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-30,,114.0,0.0,,,
+FR-79,Deux-Sèvres,2020-05-31,,115.0,1.0,,,
+FR-79,Deux-Sèvres,2020-06-01,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-02,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-03,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-04,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-05,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-06,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-07,,115.0,0.0,,,
+FR-79,Deux-Sèvres,2020-06-08,,116.0,1.0,,,
+FR-80,Somme,2020-03-19,,29.0,29.0,,,
+FR-80,Somme,2020-03-20,,55.0,26.0,,,
+FR-80,Somme,2020-03-21,,84.0,29.0,,,
+FR-80,Somme,2020-03-22,,102.0,18.0,,,
+FR-80,Somme,2020-03-23,,116.0,14.0,,,
+FR-80,Somme,2020-03-24,,140.0,24.0,,,
+FR-80,Somme,2020-03-25,,174.0,34.0,,,
+FR-80,Somme,2020-03-26,,193.0,19.0,,,
+FR-80,Somme,2020-03-27,,210.0,17.0,,,
+FR-80,Somme,2020-03-28,,268.0,58.0,,,
+FR-80,Somme,2020-03-29,,303.0,35.0,,,
+FR-80,Somme,2020-03-30,,331.0,28.0,,,
+FR-80,Somme,2020-03-31,,379.0,48.0,,,
+FR-80,Somme,2020-04-01,,403.0,24.0,,,
+FR-80,Somme,2020-04-02,,435.0,32.0,,,
+FR-80,Somme,2020-04-03,,493.0,58.0,,,
+FR-80,Somme,2020-04-04,,553.0,60.0,,,
+FR-80,Somme,2020-04-05,,577.0,24.0,,,
+FR-80,Somme,2020-04-06,,606.0,29.0,,,
+FR-80,Somme,2020-04-07,,628.0,22.0,,,
+FR-80,Somme,2020-04-08,,653.0,25.0,,,
+FR-80,Somme,2020-04-09,,677.0,24.0,,,
+FR-80,Somme,2020-04-10,,700.0,23.0,,,
+FR-80,Somme,2020-04-11,,742.0,42.0,,,
+FR-80,Somme,2020-04-12,,754.0,12.0,,,
+FR-80,Somme,2020-04-13,,775.0,21.0,,,
+FR-80,Somme,2020-04-14,,798.0,23.0,,,
+FR-80,Somme,2020-04-15,,811.0,13.0,,,
+FR-80,Somme,2020-04-16,,827.0,16.0,,,
+FR-80,Somme,2020-04-17,,856.0,29.0,,,
+FR-80,Somme,2020-04-18,,866.0,10.0,,,
+FR-80,Somme,2020-04-19,,878.0,12.0,,,
+FR-80,Somme,2020-04-20,,885.0,7.0,,,
+FR-80,Somme,2020-04-21,,896.0,11.0,,,
+FR-80,Somme,2020-04-22,,925.0,29.0,,,
+FR-80,Somme,2020-04-23,,941.0,16.0,,,
+FR-80,Somme,2020-04-24,,951.0,10.0,,,
+FR-80,Somme,2020-04-25,,966.0,15.0,,,
+FR-80,Somme,2020-04-26,,973.0,7.0,,,
+FR-80,Somme,2020-04-27,,982.0,9.0,,,
+FR-80,Somme,2020-04-28,,991.0,9.0,,,
+FR-80,Somme,2020-04-29,,994.0,3.0,,,
+FR-80,Somme,2020-04-30,,1001.0,7.0,,,
+FR-80,Somme,2020-05-01,,1004.0,3.0,,,
+FR-80,Somme,2020-05-02,,1006.0,2.0,,,
+FR-80,Somme,2020-05-03,,1009.0,3.0,,,
+FR-80,Somme,2020-05-04,,1012.0,3.0,,,
+FR-80,Somme,2020-05-05,,1023.0,11.0,,,
+FR-80,Somme,2020-05-06,,1031.0,8.0,,,
+FR-80,Somme,2020-05-07,,1034.0,3.0,,,
+FR-80,Somme,2020-05-08,,1038.0,4.0,,,
+FR-80,Somme,2020-05-09,,1041.0,3.0,,,
+FR-80,Somme,2020-05-10,,1042.0,1.0,,,
+FR-80,Somme,2020-05-11,,1048.0,6.0,,,
+FR-80,Somme,2020-05-12,,1050.0,2.0,,,
+FR-80,Somme,2020-05-13,,1051.0,1.0,,,
+FR-80,Somme,2020-05-14,,1054.0,3.0,,,
+FR-80,Somme,2020-05-15,,1055.0,1.0,,,
+FR-80,Somme,2020-05-16,,1062.0,7.0,,,
+FR-80,Somme,2020-05-17,,1062.0,0.0,,,
+FR-80,Somme,2020-05-18,,1062.0,0.0,,,
+FR-80,Somme,2020-05-19,,1063.0,1.0,,,
+FR-80,Somme,2020-05-20,,1063.0,0.0,,,
+FR-80,Somme,2020-05-21,,1063.0,0.0,,,
+FR-80,Somme,2020-05-22,,1064.0,1.0,,,
+FR-80,Somme,2020-05-23,,1066.0,2.0,,,
+FR-80,Somme,2020-05-24,,1066.0,0.0,,,
+FR-80,Somme,2020-05-25,,1069.0,3.0,,,
+FR-80,Somme,2020-05-26,,1069.0,0.0,,,
+FR-80,Somme,2020-05-27,,1069.0,0.0,,,
+FR-80,Somme,2020-05-28,,1069.0,0.0,,,
+FR-80,Somme,2020-05-29,,1071.0,2.0,,,
+FR-80,Somme,2020-05-30,,1071.0,0.0,,,
+FR-80,Somme,2020-05-31,,1072.0,1.0,,,
+FR-80,Somme,2020-06-01,,1072.0,0.0,,,
+FR-80,Somme,2020-06-02,,1072.0,0.0,,,
+FR-80,Somme,2020-06-03,,1074.0,2.0,,,
+FR-80,Somme,2020-06-04,,1075.0,1.0,,,
+FR-80,Somme,2020-06-05,,1075.0,0.0,,,
+FR-80,Somme,2020-06-06,,1075.0,0.0,,,
+FR-80,Somme,2020-06-07,,1075.0,0.0,,,
+FR-80,Somme,2020-06-08,,1075.0,0.0,,,
+FR-81,Tarn,2020-03-19,,2.0,2.0,,,
+FR-81,Tarn,2020-03-20,,5.0,3.0,,,
+FR-81,Tarn,2020-03-21,,6.0,1.0,,,
+FR-81,Tarn,2020-03-22,,8.0,2.0,,,
+FR-81,Tarn,2020-03-23,,8.0,0.0,,,
+FR-81,Tarn,2020-03-24,,9.0,1.0,,,
+FR-81,Tarn,2020-03-25,,17.0,8.0,,,
+FR-81,Tarn,2020-03-26,,27.0,10.0,,,
+FR-81,Tarn,2020-03-27,,31.0,4.0,,,
+FR-81,Tarn,2020-03-28,,36.0,5.0,,,
+FR-81,Tarn,2020-03-29,,43.0,7.0,,,
+FR-81,Tarn,2020-03-30,,48.0,5.0,,,
+FR-81,Tarn,2020-03-31,,53.0,5.0,,,
+FR-81,Tarn,2020-04-01,,64.0,11.0,,,
+FR-81,Tarn,2020-04-02,,74.0,10.0,,,
+FR-81,Tarn,2020-04-03,,78.0,4.0,,,
+FR-81,Tarn,2020-04-04,,80.0,2.0,,,
+FR-81,Tarn,2020-04-05,,83.0,3.0,,,
+FR-81,Tarn,2020-04-06,,86.0,3.0,,,
+FR-81,Tarn,2020-04-07,,96.0,10.0,,,
+FR-81,Tarn,2020-04-08,,99.0,3.0,,,
+FR-81,Tarn,2020-04-09,,103.0,4.0,,,
+FR-81,Tarn,2020-04-10,,105.0,2.0,,,
+FR-81,Tarn,2020-04-11,,107.0,2.0,,,
+FR-81,Tarn,2020-04-12,,109.0,2.0,,,
+FR-81,Tarn,2020-04-13,,112.0,3.0,,,
+FR-81,Tarn,2020-04-14,,115.0,3.0,,,
+FR-81,Tarn,2020-04-15,,118.0,3.0,,,
+FR-81,Tarn,2020-04-16,,120.0,2.0,,,
+FR-81,Tarn,2020-04-17,,121.0,1.0,,,
+FR-81,Tarn,2020-04-18,,123.0,2.0,,,
+FR-81,Tarn,2020-04-19,,123.0,0.0,,,
+FR-81,Tarn,2020-04-20,,123.0,0.0,,,
+FR-81,Tarn,2020-04-21,,123.0,0.0,,,
+FR-81,Tarn,2020-04-22,,124.0,1.0,,,
+FR-81,Tarn,2020-04-23,,124.0,0.0,,,
+FR-81,Tarn,2020-04-24,,126.0,2.0,,,
+FR-81,Tarn,2020-04-25,,127.0,1.0,,,
+FR-81,Tarn,2020-04-26,,127.0,0.0,,,
+FR-81,Tarn,2020-04-27,,131.0,4.0,,,
+FR-81,Tarn,2020-04-28,,134.0,3.0,,,
+FR-81,Tarn,2020-04-29,,135.0,1.0,,,
+FR-81,Tarn,2020-04-30,,141.0,6.0,,,
+FR-81,Tarn,2020-05-01,,141.0,0.0,,,
+FR-81,Tarn,2020-05-02,,142.0,1.0,,,
+FR-81,Tarn,2020-05-03,,142.0,0.0,,,
+FR-81,Tarn,2020-05-04,,142.0,0.0,,,
+FR-81,Tarn,2020-05-05,,142.0,0.0,,,
+FR-81,Tarn,2020-05-06,,143.0,1.0,,,
+FR-81,Tarn,2020-05-07,,143.0,0.0,,,
+FR-81,Tarn,2020-05-08,,143.0,0.0,,,
+FR-81,Tarn,2020-05-09,,146.0,3.0,,,
+FR-81,Tarn,2020-05-10,,147.0,1.0,,,
+FR-81,Tarn,2020-05-11,,147.0,0.0,,,
+FR-81,Tarn,2020-05-12,,152.0,5.0,,,
+FR-81,Tarn,2020-05-13,,153.0,1.0,,,
+FR-81,Tarn,2020-05-14,,153.0,0.0,,,
+FR-81,Tarn,2020-05-15,,153.0,0.0,,,
+FR-81,Tarn,2020-05-16,,153.0,0.0,,,
+FR-81,Tarn,2020-05-17,,153.0,0.0,,,
+FR-81,Tarn,2020-05-18,,153.0,0.0,,,
+FR-81,Tarn,2020-05-19,,153.0,0.0,,,
+FR-81,Tarn,2020-05-20,,153.0,0.0,,,
+FR-81,Tarn,2020-05-21,,153.0,0.0,,,
+FR-81,Tarn,2020-05-22,,153.0,0.0,,,
+FR-81,Tarn,2020-05-23,,154.0,1.0,,,
+FR-81,Tarn,2020-05-24,,154.0,0.0,,,
+FR-81,Tarn,2020-05-25,,154.0,0.0,,,
+FR-81,Tarn,2020-05-26,,154.0,0.0,,,
+FR-81,Tarn,2020-05-27,,154.0,0.0,,,
+FR-81,Tarn,2020-05-28,,154.0,0.0,,,
+FR-81,Tarn,2020-05-29,,154.0,0.0,,,
+FR-81,Tarn,2020-05-30,,154.0,0.0,,,
+FR-81,Tarn,2020-05-31,,154.0,0.0,,,
+FR-81,Tarn,2020-06-01,,154.0,0.0,,,
+FR-81,Tarn,2020-06-02,,154.0,0.0,,,
+FR-81,Tarn,2020-06-03,,154.0,0.0,,,
+FR-81,Tarn,2020-06-04,,154.0,0.0,,,
+FR-81,Tarn,2020-06-05,,154.0,0.0,,,
+FR-81,Tarn,2020-06-06,,154.0,0.0,,,
+FR-81,Tarn,2020-06-07,,154.0,0.0,,,
+FR-81,Tarn,2020-06-08,,154.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-19,,0.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-20,,0.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-21,,2.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-03-22,,3.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-03-23,,3.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-24,,4.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-03-25,,4.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-26,,4.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-27,,5.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-03-28,,5.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-29,,5.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-03-30,,9.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-03-31,,11.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-01,,15.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-04-02,,15.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-03,,17.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-04,,17.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-05,,23.0,6.0,,,
+FR-82,Tarn-et-Garonne,2020-04-06,,25.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-07,,25.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-08,,27.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-09,,29.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-10,,31.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-11,,32.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-04-12,,32.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-13,,32.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-14,,34.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-15,,38.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-04-16,,40.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-17,,43.0,3.0,,,
+FR-82,Tarn-et-Garonne,2020-04-18,,43.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-19,,44.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-04-20,,46.0,2.0,,,
+FR-82,Tarn-et-Garonne,2020-04-21,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-22,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-23,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-24,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-25,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-26,,46.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-27,,50.0,4.0,,,
+FR-82,Tarn-et-Garonne,2020-04-28,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-29,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-04-30,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-01,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-02,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-03,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-04,,50.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-05,,51.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-06,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-07,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-08,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-09,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-10,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-11,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-12,,51.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-13,,52.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-14,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-15,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-16,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-17,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-18,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-19,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-20,,52.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-21,,53.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-22,,53.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-23,,53.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-24,,54.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-25,,54.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-26,,54.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-27,,55.0,1.0,,,
+FR-82,Tarn-et-Garonne,2020-05-28,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-29,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-30,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-05-31,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-01,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-02,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-03,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-04,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-05,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-06,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-07,,55.0,0.0,,,
+FR-82,Tarn-et-Garonne,2020-06-08,,55.0,0.0,,,
+FR-83,Var,2020-03-19,,10.0,10.0,,,
+FR-83,Var,2020-03-20,,19.0,9.0,,,
+FR-83,Var,2020-03-21,,38.0,19.0,,,
+FR-83,Var,2020-03-22,,60.0,22.0,,,
+FR-83,Var,2020-03-23,,68.0,8.0,,,
+FR-83,Var,2020-03-24,,87.0,19.0,,,
+FR-83,Var,2020-03-25,,118.0,31.0,,,
+FR-83,Var,2020-03-26,,142.0,24.0,,,
+FR-83,Var,2020-03-27,,158.0,16.0,,,
+FR-83,Var,2020-03-28,,185.0,27.0,,,
+FR-83,Var,2020-03-29,,209.0,24.0,,,
+FR-83,Var,2020-03-30,,239.0,30.0,,,
+FR-83,Var,2020-03-31,,277.0,38.0,,,
+FR-83,Var,2020-04-01,,291.0,14.0,,,
+FR-83,Var,2020-04-02,,317.0,26.0,,,
+FR-83,Var,2020-04-03,,339.0,22.0,,,
+FR-83,Var,2020-04-04,,369.0,30.0,,,
+FR-83,Var,2020-04-05,,400.0,31.0,,,
+FR-83,Var,2020-04-06,,424.0,24.0,,,
+FR-83,Var,2020-04-07,,444.0,20.0,,,
+FR-83,Var,2020-04-08,,485.0,41.0,,,
+FR-83,Var,2020-04-09,,520.0,35.0,,,
+FR-83,Var,2020-04-10,,545.0,25.0,,,
+FR-83,Var,2020-04-11,,568.0,23.0,,,
+FR-83,Var,2020-04-12,,593.0,25.0,,,
+FR-83,Var,2020-04-13,,613.0,20.0,,,
+FR-83,Var,2020-04-14,,670.0,57.0,,,
+FR-83,Var,2020-04-15,,709.0,39.0,,,
+FR-83,Var,2020-04-16,,726.0,17.0,,,
+FR-83,Var,2020-04-17,,743.0,17.0,,,
+FR-83,Var,2020-04-18,,759.0,16.0,,,
+FR-83,Var,2020-04-19,,768.0,9.0,,,
+FR-83,Var,2020-04-20,,778.0,10.0,,,
+FR-83,Var,2020-04-21,,790.0,12.0,,,
+FR-83,Var,2020-04-22,,818.0,28.0,,,
+FR-83,Var,2020-04-23,,839.0,21.0,,,
+FR-83,Var,2020-04-24,,849.0,10.0,,,
+FR-83,Var,2020-04-25,,861.0,12.0,,,
+FR-83,Var,2020-04-26,,862.0,1.0,,,
+FR-83,Var,2020-04-27,,893.0,31.0,,,
+FR-83,Var,2020-04-28,,909.0,16.0,,,
+FR-83,Var,2020-04-29,,945.0,36.0,,,
+FR-83,Var,2020-04-30,,964.0,19.0,,,
+FR-83,Var,2020-05-01,,971.0,7.0,,,
+FR-83,Var,2020-05-02,,972.0,1.0,,,
+FR-83,Var,2020-05-03,,973.0,1.0,,,
+FR-83,Var,2020-05-04,,985.0,12.0,,,
+FR-83,Var,2020-05-05,,992.0,7.0,,,
+FR-83,Var,2020-05-06,,998.0,6.0,,,
+FR-83,Var,2020-05-07,,1005.0,7.0,,,
+FR-83,Var,2020-05-08,,1008.0,3.0,,,
+FR-83,Var,2020-05-09,,1009.0,1.0,,,
+FR-83,Var,2020-05-10,,1010.0,1.0,,,
+FR-83,Var,2020-05-11,,1011.0,1.0,,,
+FR-83,Var,2020-05-12,,1022.0,11.0,,,
+FR-83,Var,2020-05-13,,1026.0,4.0,,,
+FR-83,Var,2020-05-14,,1029.0,3.0,,,
+FR-83,Var,2020-05-15,,1034.0,5.0,,,
+FR-83,Var,2020-05-16,,1037.0,3.0,,,
+FR-83,Var,2020-05-17,,1037.0,0.0,,,
+FR-83,Var,2020-05-18,,1044.0,7.0,,,
+FR-83,Var,2020-05-19,,1047.0,3.0,,,
+FR-83,Var,2020-05-20,,1047.0,0.0,,,
+FR-83,Var,2020-05-21,,1049.0,2.0,,,
+FR-83,Var,2020-05-22,,1049.0,0.0,,,
+FR-83,Var,2020-05-23,,1049.0,0.0,,,
+FR-83,Var,2020-05-24,,1051.0,2.0,,,
+FR-83,Var,2020-05-25,,1053.0,2.0,,,
+FR-83,Var,2020-05-26,,1055.0,2.0,,,
+FR-83,Var,2020-05-27,,1057.0,2.0,,,
+FR-83,Var,2020-05-28,,1059.0,2.0,,,
+FR-83,Var,2020-05-29,,1060.0,1.0,,,
+FR-83,Var,2020-05-30,,1062.0,2.0,,,
+FR-83,Var,2020-05-31,,1062.0,0.0,,,
+FR-83,Var,2020-06-01,,1062.0,0.0,,,
+FR-83,Var,2020-06-02,,1066.0,4.0,,,
+FR-83,Var,2020-06-03,,1071.0,5.0,,,
+FR-83,Var,2020-06-04,,1072.0,1.0,,,
+FR-83,Var,2020-06-05,,1073.0,1.0,,,
+FR-83,Var,2020-06-06,,1073.0,0.0,,,
+FR-83,Var,2020-06-07,,1073.0,0.0,,,
+FR-83,Var,2020-06-08,,1073.0,0.0,,,
+FR-84,Vaucluse,2020-03-19,,6.0,6.0,,,
+FR-84,Vaucluse,2020-03-20,,8.0,2.0,,,
+FR-84,Vaucluse,2020-03-21,,15.0,7.0,,,
+FR-84,Vaucluse,2020-03-22,,18.0,3.0,,,
+FR-84,Vaucluse,2020-03-23,,27.0,9.0,,,
+FR-84,Vaucluse,2020-03-24,,28.0,1.0,,,
+FR-84,Vaucluse,2020-03-25,,41.0,13.0,,,
+FR-84,Vaucluse,2020-03-26,,49.0,8.0,,,
+FR-84,Vaucluse,2020-03-27,,59.0,10.0,,,
+FR-84,Vaucluse,2020-03-28,,70.0,11.0,,,
+FR-84,Vaucluse,2020-03-29,,74.0,4.0,,,
+FR-84,Vaucluse,2020-03-30,,92.0,18.0,,,
+FR-84,Vaucluse,2020-03-31,,97.0,5.0,,,
+FR-84,Vaucluse,2020-04-01,,116.0,19.0,,,
+FR-84,Vaucluse,2020-04-02,,133.0,17.0,,,
+FR-84,Vaucluse,2020-04-03,,142.0,9.0,,,
+FR-84,Vaucluse,2020-04-04,,148.0,6.0,,,
+FR-84,Vaucluse,2020-04-05,,154.0,6.0,,,
+FR-84,Vaucluse,2020-04-06,,164.0,10.0,,,
+FR-84,Vaucluse,2020-04-07,,180.0,16.0,,,
+FR-84,Vaucluse,2020-04-08,,191.0,11.0,,,
+FR-84,Vaucluse,2020-04-09,,198.0,7.0,,,
+FR-84,Vaucluse,2020-04-10,,205.0,7.0,,,
+FR-84,Vaucluse,2020-04-11,,213.0,8.0,,,
+FR-84,Vaucluse,2020-04-12,,219.0,6.0,,,
+FR-84,Vaucluse,2020-04-13,,220.0,1.0,,,
+FR-84,Vaucluse,2020-04-14,,224.0,4.0,,,
+FR-84,Vaucluse,2020-04-15,,226.0,2.0,,,
+FR-84,Vaucluse,2020-04-16,,228.0,2.0,,,
+FR-84,Vaucluse,2020-04-17,,230.0,2.0,,,
+FR-84,Vaucluse,2020-04-18,,238.0,8.0,,,
+FR-84,Vaucluse,2020-04-19,,241.0,3.0,,,
+FR-84,Vaucluse,2020-04-20,,243.0,2.0,,,
+FR-84,Vaucluse,2020-04-21,,251.0,8.0,,,
+FR-84,Vaucluse,2020-04-22,,255.0,4.0,,,
+FR-84,Vaucluse,2020-04-23,,258.0,3.0,,,
+FR-84,Vaucluse,2020-04-24,,273.0,15.0,,,
+FR-84,Vaucluse,2020-04-25,,275.0,2.0,,,
+FR-84,Vaucluse,2020-04-26,,278.0,3.0,,,
+FR-84,Vaucluse,2020-04-27,,286.0,8.0,,,
+FR-84,Vaucluse,2020-04-28,,289.0,3.0,,,
+FR-84,Vaucluse,2020-04-29,,293.0,4.0,,,
+FR-84,Vaucluse,2020-04-30,,296.0,3.0,,,
+FR-84,Vaucluse,2020-05-01,,300.0,4.0,,,
+FR-84,Vaucluse,2020-05-02,,304.0,4.0,,,
+FR-84,Vaucluse,2020-05-03,,308.0,4.0,,,
+FR-84,Vaucluse,2020-05-04,,313.0,5.0,,,
+FR-84,Vaucluse,2020-05-05,,316.0,3.0,,,
+FR-84,Vaucluse,2020-05-06,,319.0,3.0,,,
+FR-84,Vaucluse,2020-05-07,,320.0,1.0,,,
+FR-84,Vaucluse,2020-05-08,,321.0,1.0,,,
+FR-84,Vaucluse,2020-05-09,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-10,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-11,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-12,,321.0,0.0,,,
+FR-84,Vaucluse,2020-05-13,,323.0,2.0,,,
+FR-84,Vaucluse,2020-05-14,,323.0,0.0,,,
+FR-84,Vaucluse,2020-05-15,,323.0,0.0,,,
+FR-84,Vaucluse,2020-05-16,,324.0,1.0,,,
+FR-84,Vaucluse,2020-05-17,,324.0,0.0,,,
+FR-84,Vaucluse,2020-05-18,,325.0,1.0,,,
+FR-84,Vaucluse,2020-05-19,,325.0,0.0,,,
+FR-84,Vaucluse,2020-05-20,,326.0,1.0,,,
+FR-84,Vaucluse,2020-05-21,,327.0,1.0,,,
+FR-84,Vaucluse,2020-05-22,,327.0,0.0,,,
+FR-84,Vaucluse,2020-05-23,,329.0,2.0,,,
+FR-84,Vaucluse,2020-05-24,,330.0,1.0,,,
+FR-84,Vaucluse,2020-05-25,,333.0,3.0,,,
+FR-84,Vaucluse,2020-05-26,,333.0,0.0,,,
+FR-84,Vaucluse,2020-05-27,,334.0,1.0,,,
+FR-84,Vaucluse,2020-05-28,,337.0,3.0,,,
+FR-84,Vaucluse,2020-05-29,,337.0,0.0,,,
+FR-84,Vaucluse,2020-05-30,,337.0,0.0,,,
+FR-84,Vaucluse,2020-05-31,,339.0,2.0,,,
+FR-84,Vaucluse,2020-06-01,,339.0,0.0,,,
+FR-84,Vaucluse,2020-06-02,,343.0,4.0,,,
+FR-84,Vaucluse,2020-06-03,,346.0,3.0,,,
+FR-84,Vaucluse,2020-06-04,,347.0,1.0,,,
+FR-84,Vaucluse,2020-06-05,,347.0,0.0,,,
+FR-84,Vaucluse,2020-06-06,,347.0,0.0,,,
+FR-84,Vaucluse,2020-06-07,,347.0,0.0,,,
+FR-84,Vaucluse,2020-06-08,,347.0,0.0,,,
+FR-85,Vendée,2020-03-19,,9.0,9.0,,,
+FR-85,Vendée,2020-03-20,,10.0,1.0,,,
+FR-85,Vendée,2020-03-21,,10.0,0.0,,,
+FR-85,Vendée,2020-03-22,,14.0,4.0,,,
+FR-85,Vendée,2020-03-23,,17.0,3.0,,,
+FR-85,Vendée,2020-03-24,,21.0,4.0,,,
+FR-85,Vendée,2020-03-25,,42.0,21.0,,,
+FR-85,Vendée,2020-03-26,,58.0,16.0,,,
+FR-85,Vendée,2020-03-27,,66.0,8.0,,,
+FR-85,Vendée,2020-03-28,,80.0,14.0,,,
+FR-85,Vendée,2020-03-29,,90.0,10.0,,,
+FR-85,Vendée,2020-03-30,,92.0,2.0,,,
+FR-85,Vendée,2020-03-31,,99.0,7.0,,,
+FR-85,Vendée,2020-04-01,,110.0,11.0,,,
+FR-85,Vendée,2020-04-02,,113.0,3.0,,,
+FR-85,Vendée,2020-04-03,,126.0,13.0,,,
+FR-85,Vendée,2020-04-04,,139.0,13.0,,,
+FR-85,Vendée,2020-04-05,,146.0,7.0,,,
+FR-85,Vendée,2020-04-06,,151.0,5.0,,,
+FR-85,Vendée,2020-04-07,,152.0,1.0,,,
+FR-85,Vendée,2020-04-08,,157.0,5.0,,,
+FR-85,Vendée,2020-04-09,,164.0,7.0,,,
+FR-85,Vendée,2020-04-10,,169.0,5.0,,,
+FR-85,Vendée,2020-04-11,,178.0,9.0,,,
+FR-85,Vendée,2020-04-12,,179.0,1.0,,,
+FR-85,Vendée,2020-04-13,,186.0,7.0,,,
+FR-85,Vendée,2020-04-14,,198.0,12.0,,,
+FR-85,Vendée,2020-04-15,,200.0,2.0,,,
+FR-85,Vendée,2020-04-16,,214.0,14.0,,,
+FR-85,Vendée,2020-04-17,,228.0,14.0,,,
+FR-85,Vendée,2020-04-18,,229.0,1.0,,,
+FR-85,Vendée,2020-04-19,,230.0,1.0,,,
+FR-85,Vendée,2020-04-20,,231.0,1.0,,,
+FR-85,Vendée,2020-04-21,,239.0,8.0,,,
+FR-85,Vendée,2020-04-22,,241.0,2.0,,,
+FR-85,Vendée,2020-04-23,,244.0,3.0,,,
+FR-85,Vendée,2020-04-24,,245.0,1.0,,,
+FR-85,Vendée,2020-04-25,,245.0,0.0,,,
+FR-85,Vendée,2020-04-26,,245.0,0.0,,,
+FR-85,Vendée,2020-04-27,,249.0,4.0,,,
+FR-85,Vendée,2020-04-28,,249.0,0.0,,,
+FR-85,Vendée,2020-04-29,,250.0,1.0,,,
+FR-85,Vendée,2020-04-30,,250.0,0.0,,,
+FR-85,Vendée,2020-05-01,,252.0,2.0,,,
+FR-85,Vendée,2020-05-02,,255.0,3.0,,,
+FR-85,Vendée,2020-05-03,,258.0,3.0,,,
+FR-85,Vendée,2020-05-04,,258.0,0.0,,,
+FR-85,Vendée,2020-05-05,,259.0,1.0,,,
+FR-85,Vendée,2020-05-06,,260.0,1.0,,,
+FR-85,Vendée,2020-05-07,,262.0,2.0,,,
+FR-85,Vendée,2020-05-08,,263.0,1.0,,,
+FR-85,Vendée,2020-05-09,,263.0,0.0,,,
+FR-85,Vendée,2020-05-10,,263.0,0.0,,,
+FR-85,Vendée,2020-05-11,,263.0,0.0,,,
+FR-85,Vendée,2020-05-12,,272.0,9.0,,,
+FR-85,Vendée,2020-05-13,,275.0,3.0,,,
+FR-85,Vendée,2020-05-14,,280.0,5.0,,,
+FR-85,Vendée,2020-05-15,,284.0,4.0,,,
+FR-85,Vendée,2020-05-16,,288.0,4.0,,,
+FR-85,Vendée,2020-05-17,,288.0,0.0,,,
+FR-85,Vendée,2020-05-18,,293.0,5.0,,,
+FR-85,Vendée,2020-05-19,,303.0,10.0,,,
+FR-85,Vendée,2020-05-20,,307.0,4.0,,,
+FR-85,Vendée,2020-05-21,,309.0,2.0,,,
+FR-85,Vendée,2020-05-22,,312.0,3.0,,,
+FR-85,Vendée,2020-05-23,,313.0,1.0,,,
+FR-85,Vendée,2020-05-24,,313.0,0.0,,,
+FR-85,Vendée,2020-05-25,,318.0,5.0,,,
+FR-85,Vendée,2020-05-26,,321.0,3.0,,,
+FR-85,Vendée,2020-05-27,,323.0,2.0,,,
+FR-85,Vendée,2020-05-28,,332.0,9.0,,,
+FR-85,Vendée,2020-05-29,,337.0,5.0,,,
+FR-85,Vendée,2020-05-30,,338.0,1.0,,,
+FR-85,Vendée,2020-05-31,,338.0,0.0,,,
+FR-85,Vendée,2020-06-01,,338.0,0.0,,,
+FR-85,Vendée,2020-06-02,,343.0,5.0,,,
+FR-85,Vendée,2020-06-03,,343.0,0.0,,,
+FR-85,Vendée,2020-06-04,,344.0,1.0,,,
+FR-85,Vendée,2020-06-05,,344.0,0.0,,,
+FR-85,Vendée,2020-06-06,,347.0,3.0,,,
+FR-85,Vendée,2020-06-07,,347.0,0.0,,,
+FR-85,Vendée,2020-06-08,,347.0,0.0,,,
+FR-86,Vienne,2020-03-19,,6.0,6.0,,,
+FR-86,Vienne,2020-03-20,,6.0,0.0,,,
+FR-86,Vienne,2020-03-21,,9.0,3.0,,,
+FR-86,Vienne,2020-03-22,,11.0,2.0,,,
+FR-86,Vienne,2020-03-23,,14.0,3.0,,,
+FR-86,Vienne,2020-03-24,,20.0,6.0,,,
+FR-86,Vienne,2020-03-25,,28.0,8.0,,,
+FR-86,Vienne,2020-03-26,,41.0,13.0,,,
+FR-86,Vienne,2020-03-27,,51.0,10.0,,,
+FR-86,Vienne,2020-03-28,,58.0,7.0,,,
+FR-86,Vienne,2020-03-29,,64.0,6.0,,,
+FR-86,Vienne,2020-03-30,,72.0,8.0,,,
+FR-86,Vienne,2020-03-31,,76.0,4.0,,,
+FR-86,Vienne,2020-04-01,,83.0,7.0,,,
+FR-86,Vienne,2020-04-02,,86.0,3.0,,,
+FR-86,Vienne,2020-04-03,,91.0,5.0,,,
+FR-86,Vienne,2020-04-04,,92.0,1.0,,,
+FR-86,Vienne,2020-04-05,,99.0,7.0,,,
+FR-86,Vienne,2020-04-06,,106.0,7.0,,,
+FR-86,Vienne,2020-04-07,,110.0,4.0,,,
+FR-86,Vienne,2020-04-08,,115.0,5.0,,,
+FR-86,Vienne,2020-04-09,,117.0,2.0,,,
+FR-86,Vienne,2020-04-10,,123.0,6.0,,,
+FR-86,Vienne,2020-04-11,,127.0,4.0,,,
+FR-86,Vienne,2020-04-12,,127.0,0.0,,,
+FR-86,Vienne,2020-04-13,,132.0,5.0,,,
+FR-86,Vienne,2020-04-14,,137.0,5.0,,,
+FR-86,Vienne,2020-04-15,,137.0,0.0,,,
+FR-86,Vienne,2020-04-16,,139.0,2.0,,,
+FR-86,Vienne,2020-04-17,,139.0,0.0,,,
+FR-86,Vienne,2020-04-18,,139.0,0.0,,,
+FR-86,Vienne,2020-04-19,,139.0,0.0,,,
+FR-86,Vienne,2020-04-20,,148.0,9.0,,,
+FR-86,Vienne,2020-04-21,,150.0,2.0,,,
+FR-86,Vienne,2020-04-22,,153.0,3.0,,,
+FR-86,Vienne,2020-04-23,,154.0,1.0,,,
+FR-86,Vienne,2020-04-24,,154.0,0.0,,,
+FR-86,Vienne,2020-04-25,,155.0,1.0,,,
+FR-86,Vienne,2020-04-26,,155.0,0.0,,,
+FR-86,Vienne,2020-04-27,,160.0,5.0,,,
+FR-86,Vienne,2020-04-28,,163.0,3.0,,,
+FR-86,Vienne,2020-04-29,,166.0,3.0,,,
+FR-86,Vienne,2020-04-30,,169.0,3.0,,,
+FR-86,Vienne,2020-05-01,,170.0,1.0,,,
+FR-86,Vienne,2020-05-02,,170.0,0.0,,,
+FR-86,Vienne,2020-05-03,,170.0,0.0,,,
+FR-86,Vienne,2020-05-04,,174.0,4.0,,,
+FR-86,Vienne,2020-05-05,,174.0,0.0,,,
+FR-86,Vienne,2020-05-06,,174.0,0.0,,,
+FR-86,Vienne,2020-05-07,,176.0,2.0,,,
+FR-86,Vienne,2020-05-08,,179.0,3.0,,,
+FR-86,Vienne,2020-05-09,,179.0,0.0,,,
+FR-86,Vienne,2020-05-10,,179.0,0.0,,,
+FR-86,Vienne,2020-05-11,,183.0,4.0,,,
+FR-86,Vienne,2020-05-12,,183.0,0.0,,,
+FR-86,Vienne,2020-05-13,,183.0,0.0,,,
+FR-86,Vienne,2020-05-14,,184.0,1.0,,,
+FR-86,Vienne,2020-05-15,,186.0,2.0,,,
+FR-86,Vienne,2020-05-16,,186.0,0.0,,,
+FR-86,Vienne,2020-05-17,,186.0,0.0,,,
+FR-86,Vienne,2020-05-18,,187.0,1.0,,,
+FR-86,Vienne,2020-05-19,,187.0,0.0,,,
+FR-86,Vienne,2020-05-20,,187.0,0.0,,,
+FR-86,Vienne,2020-05-21,,187.0,0.0,,,
+FR-86,Vienne,2020-05-22,,187.0,0.0,,,
+FR-86,Vienne,2020-05-23,,192.0,5.0,,,
+FR-86,Vienne,2020-05-24,,192.0,0.0,,,
+FR-86,Vienne,2020-05-25,,196.0,4.0,,,
+FR-86,Vienne,2020-05-26,,196.0,0.0,,,
+FR-86,Vienne,2020-05-27,,196.0,0.0,,,
+FR-86,Vienne,2020-05-28,,196.0,0.0,,,
+FR-86,Vienne,2020-05-29,,196.0,0.0,,,
+FR-86,Vienne,2020-05-30,,196.0,0.0,,,
+FR-86,Vienne,2020-05-31,,196.0,0.0,,,
+FR-86,Vienne,2020-06-01,,196.0,0.0,,,
+FR-86,Vienne,2020-06-02,,200.0,4.0,,,
+FR-86,Vienne,2020-06-03,,200.0,0.0,,,
+FR-86,Vienne,2020-06-04,,200.0,0.0,,,
+FR-86,Vienne,2020-06-05,,200.0,0.0,,,
+FR-86,Vienne,2020-06-06,,200.0,0.0,,,
+FR-86,Vienne,2020-06-07,,200.0,0.0,,,
+FR-86,Vienne,2020-06-08,,200.0,0.0,,,
+FR-87,Haute-Vienne,2020-03-19,,4.0,4.0,,,
+FR-87,Haute-Vienne,2020-03-20,,5.0,1.0,,,
+FR-87,Haute-Vienne,2020-03-21,,8.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-22,,11.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-23,,15.0,4.0,,,
+FR-87,Haute-Vienne,2020-03-24,,18.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-25,,21.0,3.0,,,
+FR-87,Haute-Vienne,2020-03-26,,26.0,5.0,,,
+FR-87,Haute-Vienne,2020-03-27,,33.0,7.0,,,
+FR-87,Haute-Vienne,2020-03-28,,40.0,7.0,,,
+FR-87,Haute-Vienne,2020-03-29,,50.0,10.0,,,
+FR-87,Haute-Vienne,2020-03-30,,58.0,8.0,,,
+FR-87,Haute-Vienne,2020-03-31,,66.0,8.0,,,
+FR-87,Haute-Vienne,2020-04-01,,73.0,7.0,,,
+FR-87,Haute-Vienne,2020-04-02,,81.0,8.0,,,
+FR-87,Haute-Vienne,2020-04-03,,86.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-04,,92.0,6.0,,,
+FR-87,Haute-Vienne,2020-04-05,,95.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-06,,98.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-07,,102.0,4.0,,,
+FR-87,Haute-Vienne,2020-04-08,,110.0,8.0,,,
+FR-87,Haute-Vienne,2020-04-09,,115.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-10,,120.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-11,,123.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-12,,132.0,9.0,,,
+FR-87,Haute-Vienne,2020-04-13,,135.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-14,,137.0,2.0,,,
+FR-87,Haute-Vienne,2020-04-15,,140.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-16,,143.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-17,,144.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-18,,144.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-19,,145.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-20,,146.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-21,,151.0,5.0,,,
+FR-87,Haute-Vienne,2020-04-22,,154.0,3.0,,,
+FR-87,Haute-Vienne,2020-04-23,,156.0,2.0,,,
+FR-87,Haute-Vienne,2020-04-24,,156.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-25,,156.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-26,,156.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-27,,157.0,1.0,,,
+FR-87,Haute-Vienne,2020-04-28,,157.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-29,,157.0,0.0,,,
+FR-87,Haute-Vienne,2020-04-30,,158.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-01,,158.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-02,,158.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-03,,159.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-04,,159.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-05,,159.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-06,,160.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-07,,162.0,2.0,,,
+FR-87,Haute-Vienne,2020-05-08,,162.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-09,,164.0,2.0,,,
+FR-87,Haute-Vienne,2020-05-10,,165.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-11,,167.0,2.0,,,
+FR-87,Haute-Vienne,2020-05-12,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-13,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-14,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-15,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-16,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-17,,167.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-18,,168.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-19,,169.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-20,,169.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-21,,169.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-22,,169.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-23,,170.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-24,,170.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-25,,171.0,1.0,,,
+FR-87,Haute-Vienne,2020-05-26,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-27,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-28,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-29,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-30,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-05-31,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-01,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-02,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-03,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-04,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-05,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-06,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-07,,171.0,0.0,,,
+FR-87,Haute-Vienne,2020-06-08,,171.0,0.0,,,
+FR-88,Vosges,2020-03-19,,17.0,17.0,,,
+FR-88,Vosges,2020-03-20,,23.0,6.0,,,
+FR-88,Vosges,2020-03-21,,46.0,23.0,,,
+FR-88,Vosges,2020-03-22,,59.0,13.0,,,
+FR-88,Vosges,2020-03-23,,76.0,17.0,,,
+FR-88,Vosges,2020-03-24,,109.0,33.0,,,
+FR-88,Vosges,2020-03-25,,155.0,46.0,,,
+FR-88,Vosges,2020-03-26,,171.0,16.0,,,
+FR-88,Vosges,2020-03-27,,215.0,44.0,,,
+FR-88,Vosges,2020-03-28,,263.0,48.0,,,
+FR-88,Vosges,2020-03-29,,301.0,38.0,,,
+FR-88,Vosges,2020-03-30,,340.0,39.0,,,
+FR-88,Vosges,2020-03-31,,411.0,71.0,,,
+FR-88,Vosges,2020-04-01,,446.0,35.0,,,
+FR-88,Vosges,2020-04-02,,485.0,39.0,,,
+FR-88,Vosges,2020-04-03,,508.0,23.0,,,
+FR-88,Vosges,2020-04-04,,532.0,24.0,,,
+FR-88,Vosges,2020-04-05,,568.0,36.0,,,
+FR-88,Vosges,2020-04-06,,586.0,18.0,,,
+FR-88,Vosges,2020-04-07,,599.0,13.0,,,
+FR-88,Vosges,2020-04-08,,616.0,17.0,,,
+FR-88,Vosges,2020-04-09,,655.0,39.0,,,
+FR-88,Vosges,2020-04-10,,684.0,29.0,,,
+FR-88,Vosges,2020-04-11,,687.0,3.0,,,
+FR-88,Vosges,2020-04-12,,698.0,11.0,,,
+FR-88,Vosges,2020-04-13,,710.0,12.0,,,
+FR-88,Vosges,2020-04-14,,720.0,10.0,,,
+FR-88,Vosges,2020-04-15,,752.0,32.0,,,
+FR-88,Vosges,2020-04-16,,769.0,17.0,,,
+FR-88,Vosges,2020-04-17,,776.0,7.0,,,
+FR-88,Vosges,2020-04-18,,786.0,10.0,,,
+FR-88,Vosges,2020-04-19,,800.0,14.0,,,
+FR-88,Vosges,2020-04-20,,814.0,14.0,,,
+FR-88,Vosges,2020-04-21,,835.0,21.0,,,
+FR-88,Vosges,2020-04-22,,846.0,11.0,,,
+FR-88,Vosges,2020-04-23,,853.0,7.0,,,
+FR-88,Vosges,2020-04-24,,862.0,9.0,,,
+FR-88,Vosges,2020-04-25,,867.0,5.0,,,
+FR-88,Vosges,2020-04-26,,870.0,3.0,,,
+FR-88,Vosges,2020-04-27,,872.0,2.0,,,
+FR-88,Vosges,2020-04-28,,890.0,18.0,,,
+FR-88,Vosges,2020-04-29,,896.0,6.0,,,
+FR-88,Vosges,2020-04-30,,909.0,13.0,,,
+FR-88,Vosges,2020-05-01,,913.0,4.0,,,
+FR-88,Vosges,2020-05-02,,915.0,2.0,,,
+FR-88,Vosges,2020-05-03,,917.0,2.0,,,
+FR-88,Vosges,2020-05-04,,924.0,7.0,,,
+FR-88,Vosges,2020-05-05,,929.0,5.0,,,
+FR-88,Vosges,2020-05-06,,932.0,3.0,,,
+FR-88,Vosges,2020-05-07,,938.0,6.0,,,
+FR-88,Vosges,2020-05-08,,941.0,3.0,,,
+FR-88,Vosges,2020-05-09,,942.0,1.0,,,
+FR-88,Vosges,2020-05-10,,943.0,1.0,,,
+FR-88,Vosges,2020-05-11,,945.0,2.0,,,
+FR-88,Vosges,2020-05-12,,946.0,1.0,,,
+FR-88,Vosges,2020-05-13,,950.0,4.0,,,
+FR-88,Vosges,2020-05-14,,952.0,2.0,,,
+FR-88,Vosges,2020-05-15,,954.0,2.0,,,
+FR-88,Vosges,2020-05-16,,955.0,1.0,,,
+FR-88,Vosges,2020-05-17,,955.0,0.0,,,
+FR-88,Vosges,2020-05-18,,955.0,0.0,,,
+FR-88,Vosges,2020-05-19,,956.0,1.0,,,
+FR-88,Vosges,2020-05-20,,957.0,1.0,,,
+FR-88,Vosges,2020-05-21,,957.0,0.0,,,
+FR-88,Vosges,2020-05-22,,958.0,1.0,,,
+FR-88,Vosges,2020-05-23,,961.0,3.0,,,
+FR-88,Vosges,2020-05-24,,961.0,0.0,,,
+FR-88,Vosges,2020-05-25,,963.0,2.0,,,
+FR-88,Vosges,2020-05-26,,966.0,3.0,,,
+FR-88,Vosges,2020-05-27,,966.0,0.0,,,
+FR-88,Vosges,2020-05-28,,969.0,3.0,,,
+FR-88,Vosges,2020-05-29,,970.0,1.0,,,
+FR-88,Vosges,2020-05-30,,973.0,3.0,,,
+FR-88,Vosges,2020-05-31,,973.0,0.0,,,
+FR-88,Vosges,2020-06-01,,973.0,0.0,,,
+FR-88,Vosges,2020-06-02,,974.0,1.0,,,
+FR-88,Vosges,2020-06-03,,982.0,8.0,,,
+FR-88,Vosges,2020-06-04,,985.0,3.0,,,
+FR-88,Vosges,2020-06-05,,985.0,0.0,,,
+FR-88,Vosges,2020-06-06,,987.0,2.0,,,
+FR-88,Vosges,2020-06-07,,988.0,1.0,,,
+FR-88,Vosges,2020-06-08,,988.0,0.0,,,
+FR-89,Yonne,2020-03-19,,2.0,2.0,,,
+FR-89,Yonne,2020-03-20,,4.0,2.0,,,
+FR-89,Yonne,2020-03-21,,6.0,2.0,,,
+FR-89,Yonne,2020-03-22,,7.0,1.0,,,
+FR-89,Yonne,2020-03-23,,10.0,3.0,,,
+FR-89,Yonne,2020-03-24,,12.0,2.0,,,
+FR-89,Yonne,2020-03-25,,25.0,13.0,,,
+FR-89,Yonne,2020-03-26,,30.0,5.0,,,
+FR-89,Yonne,2020-03-27,,32.0,2.0,,,
+FR-89,Yonne,2020-03-28,,33.0,1.0,,,
+FR-89,Yonne,2020-03-29,,40.0,7.0,,,
+FR-89,Yonne,2020-03-30,,54.0,14.0,,,
+FR-89,Yonne,2020-03-31,,81.0,27.0,,,
+FR-89,Yonne,2020-04-01,,96.0,15.0,,,
+FR-89,Yonne,2020-04-02,,114.0,18.0,,,
+FR-89,Yonne,2020-04-03,,130.0,16.0,,,
+FR-89,Yonne,2020-04-04,,138.0,8.0,,,
+FR-89,Yonne,2020-04-05,,138.0,0.0,,,
+FR-89,Yonne,2020-04-06,,150.0,12.0,,,
+FR-89,Yonne,2020-04-07,,155.0,5.0,,,
+FR-89,Yonne,2020-04-08,,166.0,11.0,,,
+FR-89,Yonne,2020-04-09,,167.0,1.0,,,
+FR-89,Yonne,2020-04-10,,183.0,16.0,,,
+FR-89,Yonne,2020-04-11,,193.0,10.0,,,
+FR-89,Yonne,2020-04-12,,197.0,4.0,,,
+FR-89,Yonne,2020-04-13,,198.0,1.0,,,
+FR-89,Yonne,2020-04-14,,216.0,18.0,,,
+FR-89,Yonne,2020-04-15,,227.0,11.0,,,
+FR-89,Yonne,2020-04-16,,241.0,14.0,,,
+FR-89,Yonne,2020-04-17,,251.0,10.0,,,
+FR-89,Yonne,2020-04-18,,252.0,1.0,,,
+FR-89,Yonne,2020-04-19,,259.0,7.0,,,
+FR-89,Yonne,2020-04-20,,264.0,5.0,,,
+FR-89,Yonne,2020-04-21,,279.0,15.0,,,
+FR-89,Yonne,2020-04-22,,307.0,28.0,,,
+FR-89,Yonne,2020-04-23,,316.0,9.0,,,
+FR-89,Yonne,2020-04-24,,320.0,4.0,,,
+FR-89,Yonne,2020-04-25,,327.0,7.0,,,
+FR-89,Yonne,2020-04-26,,329.0,2.0,,,
+FR-89,Yonne,2020-04-27,,331.0,2.0,,,
+FR-89,Yonne,2020-04-28,,337.0,6.0,,,
+FR-89,Yonne,2020-04-29,,344.0,7.0,,,
+FR-89,Yonne,2020-04-30,,346.0,2.0,,,
+FR-89,Yonne,2020-05-01,,350.0,4.0,,,
+FR-89,Yonne,2020-05-02,,353.0,3.0,,,
+FR-89,Yonne,2020-05-03,,359.0,6.0,,,
+FR-89,Yonne,2020-05-04,,368.0,9.0,,,
+FR-89,Yonne,2020-05-05,,370.0,2.0,,,
+FR-89,Yonne,2020-05-06,,374.0,4.0,,,
+FR-89,Yonne,2020-05-07,,377.0,3.0,,,
+FR-89,Yonne,2020-05-08,,381.0,4.0,,,
+FR-89,Yonne,2020-05-09,,383.0,2.0,,,
+FR-89,Yonne,2020-05-10,,387.0,4.0,,,
+FR-89,Yonne,2020-05-11,,389.0,2.0,,,
+FR-89,Yonne,2020-05-12,,391.0,2.0,,,
+FR-89,Yonne,2020-05-13,,396.0,5.0,,,
+FR-89,Yonne,2020-05-14,,398.0,2.0,,,
+FR-89,Yonne,2020-05-15,,399.0,1.0,,,
+FR-89,Yonne,2020-05-16,,403.0,4.0,,,
+FR-89,Yonne,2020-05-17,,403.0,0.0,,,
+FR-89,Yonne,2020-05-18,,409.0,6.0,,,
+FR-89,Yonne,2020-05-19,,411.0,2.0,,,
+FR-89,Yonne,2020-05-20,,415.0,4.0,,,
+FR-89,Yonne,2020-05-21,,419.0,4.0,,,
+FR-89,Yonne,2020-05-22,,419.0,0.0,,,
+FR-89,Yonne,2020-05-23,,424.0,5.0,,,
+FR-89,Yonne,2020-05-24,,426.0,2.0,,,
+FR-89,Yonne,2020-05-25,,427.0,1.0,,,
+FR-89,Yonne,2020-05-26,,430.0,3.0,,,
+FR-89,Yonne,2020-05-27,,436.0,6.0,,,
+FR-89,Yonne,2020-05-28,,436.0,0.0,,,
+FR-89,Yonne,2020-05-29,,436.0,0.0,,,
+FR-89,Yonne,2020-05-30,,436.0,0.0,,,
+FR-89,Yonne,2020-05-31,,437.0,1.0,,,
+FR-89,Yonne,2020-06-01,,437.0,0.0,,,
+FR-89,Yonne,2020-06-02,,437.0,0.0,,,
+FR-89,Yonne,2020-06-03,,437.0,0.0,,,
+FR-89,Yonne,2020-06-04,,441.0,4.0,,,
+FR-89,Yonne,2020-06-05,,442.0,1.0,,,
+FR-89,Yonne,2020-06-06,,445.0,3.0,,,
+FR-89,Yonne,2020-06-07,,445.0,0.0,,,
+FR-89,Yonne,2020-06-08,,446.0,1.0,,,
+FR-90,Territoire de Belfort,2020-03-19,,28.0,28.0,,,
+FR-90,Territoire de Belfort,2020-03-20,,29.0,1.0,,,
+FR-90,Territoire de Belfort,2020-03-21,,63.0,34.0,,,
+FR-90,Territoire de Belfort,2020-03-22,,81.0,18.0,,,
+FR-90,Territoire de Belfort,2020-03-23,,115.0,34.0,,,
+FR-90,Territoire de Belfort,2020-03-24,,139.0,24.0,,,
+FR-90,Territoire de Belfort,2020-03-25,,174.0,35.0,,,
+FR-90,Territoire de Belfort,2020-03-26,,186.0,12.0,,,
+FR-90,Territoire de Belfort,2020-03-27,,211.0,25.0,,,
+FR-90,Territoire de Belfort,2020-03-28,,228.0,17.0,,,
+FR-90,Territoire de Belfort,2020-03-29,,244.0,16.0,,,
+FR-90,Territoire de Belfort,2020-03-30,,266.0,22.0,,,
+FR-90,Territoire de Belfort,2020-03-31,,310.0,44.0,,,
+FR-90,Territoire de Belfort,2020-04-01,,332.0,22.0,,,
+FR-90,Territoire de Belfort,2020-04-02,,371.0,39.0,,,
+FR-90,Territoire de Belfort,2020-04-03,,387.0,16.0,,,
+FR-90,Territoire de Belfort,2020-04-04,,404.0,17.0,,,
+FR-90,Territoire de Belfort,2020-04-05,,419.0,15.0,,,
+FR-90,Territoire de Belfort,2020-04-06,,434.0,15.0,,,
+FR-90,Territoire de Belfort,2020-04-07,,458.0,24.0,,,
+FR-90,Territoire de Belfort,2020-04-08,,469.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-09,,478.0,9.0,,,
+FR-90,Territoire de Belfort,2020-04-10,,512.0,34.0,,,
+FR-90,Territoire de Belfort,2020-04-11,,525.0,13.0,,,
+FR-90,Territoire de Belfort,2020-04-12,,536.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-13,,553.0,17.0,,,
+FR-90,Territoire de Belfort,2020-04-14,,556.0,3.0,,,
+FR-90,Territoire de Belfort,2020-04-15,,560.0,4.0,,,
+FR-90,Territoire de Belfort,2020-04-16,,570.0,10.0,,,
+FR-90,Territoire de Belfort,2020-04-17,,581.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-18,,588.0,7.0,,,
+FR-90,Territoire de Belfort,2020-04-19,,591.0,3.0,,,
+FR-90,Territoire de Belfort,2020-04-20,,597.0,6.0,,,
+FR-90,Territoire de Belfort,2020-04-21,,602.0,5.0,,,
+FR-90,Territoire de Belfort,2020-04-22,,608.0,6.0,,,
+FR-90,Territoire de Belfort,2020-04-23,,610.0,2.0,,,
+FR-90,Territoire de Belfort,2020-04-24,,616.0,6.0,,,
+FR-90,Territoire de Belfort,2020-04-25,,617.0,1.0,,,
+FR-90,Territoire de Belfort,2020-04-26,,620.0,3.0,,,
+FR-90,Territoire de Belfort,2020-04-27,,620.0,0.0,,,
+FR-90,Territoire de Belfort,2020-04-28,,620.0,0.0,,,
+FR-90,Territoire de Belfort,2020-04-29,,631.0,11.0,,,
+FR-90,Territoire de Belfort,2020-04-30,,636.0,5.0,,,
+FR-90,Territoire de Belfort,2020-05-01,,641.0,5.0,,,
+FR-90,Territoire de Belfort,2020-05-02,,642.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-03,,643.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-04,,643.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-05,,660.0,17.0,,,
+FR-90,Territoire de Belfort,2020-05-06,,670.0,10.0,,,
+FR-90,Territoire de Belfort,2020-05-07,,674.0,4.0,,,
+FR-90,Territoire de Belfort,2020-05-08,,681.0,7.0,,,
+FR-90,Territoire de Belfort,2020-05-09,,683.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-10,,686.0,3.0,,,
+FR-90,Territoire de Belfort,2020-05-11,,689.0,3.0,,,
+FR-90,Territoire de Belfort,2020-05-12,,693.0,4.0,,,
+FR-90,Territoire de Belfort,2020-05-13,,694.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-14,,696.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-15,,697.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-16,,697.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-17,,698.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-18,,699.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-19,,700.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-20,,705.0,5.0,,,
+FR-90,Territoire de Belfort,2020-05-21,,712.0,7.0,,,
+FR-90,Territoire de Belfort,2020-05-22,,713.0,1.0,,,
+FR-90,Territoire de Belfort,2020-05-23,,713.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-24,,713.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-25,,715.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-26,,715.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-27,,715.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-28,,717.0,2.0,,,
+FR-90,Territoire de Belfort,2020-05-29,,717.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-30,,717.0,0.0,,,
+FR-90,Territoire de Belfort,2020-05-31,,718.0,1.0,,,
+FR-90,Territoire de Belfort,2020-06-01,,718.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-02,,719.0,1.0,,,
+FR-90,Territoire de Belfort,2020-06-03,,719.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-04,,721.0,2.0,,,
+FR-90,Territoire de Belfort,2020-06-05,,722.0,1.0,,,
+FR-90,Territoire de Belfort,2020-06-06,,722.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-07,,722.0,0.0,,,
+FR-90,Territoire de Belfort,2020-06-08,,722.0,0.0,,,
+FR-91,Essonne,2020-03-19,,48.0,48.0,,,
+FR-91,Essonne,2020-03-20,,88.0,40.0,,,
+FR-91,Essonne,2020-03-21,,128.0,40.0,,,
+FR-91,Essonne,2020-03-22,,190.0,62.0,,,
+FR-91,Essonne,2020-03-23,,238.0,48.0,,,
+FR-91,Essonne,2020-03-24,,298.0,60.0,,,
+FR-91,Essonne,2020-03-25,,398.0,100.0,,,
+FR-91,Essonne,2020-03-26,,475.0,77.0,,,
+FR-91,Essonne,2020-03-27,,530.0,55.0,,,
+FR-91,Essonne,2020-03-28,,641.0,111.0,,,
+FR-91,Essonne,2020-03-29,,685.0,44.0,,,
+FR-91,Essonne,2020-03-30,,768.0,83.0,,,
+FR-91,Essonne,2020-03-31,,858.0,90.0,,,
+FR-91,Essonne,2020-04-01,,946.0,88.0,,,
+FR-91,Essonne,2020-04-02,,1075.0,129.0,,,
+FR-91,Essonne,2020-04-03,,1207.0,132.0,,,
+FR-91,Essonne,2020-04-04,,1323.0,116.0,,,
+FR-91,Essonne,2020-04-05,,1375.0,52.0,,,
+FR-91,Essonne,2020-04-06,,1449.0,74.0,,,
+FR-91,Essonne,2020-04-07,,1539.0,90.0,,,
+FR-91,Essonne,2020-04-08,,1760.0,221.0,,,
+FR-91,Essonne,2020-04-09,,1853.0,93.0,,,
+FR-91,Essonne,2020-04-10,,1974.0,121.0,,,
+FR-91,Essonne,2020-04-11,,2055.0,81.0,,,
+FR-91,Essonne,2020-04-12,,2118.0,63.0,,,
+FR-91,Essonne,2020-04-13,,2136.0,18.0,,,
+FR-91,Essonne,2020-04-14,,2193.0,57.0,,,
+FR-91,Essonne,2020-04-15,,2241.0,48.0,,,
+FR-91,Essonne,2020-04-16,,2308.0,67.0,,,
+FR-91,Essonne,2020-04-17,,2407.0,99.0,,,
+FR-91,Essonne,2020-04-18,,2443.0,36.0,,,
+FR-91,Essonne,2020-04-19,,2473.0,30.0,,,
+FR-91,Essonne,2020-04-20,,2506.0,33.0,,,
+FR-91,Essonne,2020-04-21,,2563.0,57.0,,,
+FR-91,Essonne,2020-04-22,,2597.0,34.0,,,
+FR-91,Essonne,2020-04-23,,2642.0,45.0,,,
+FR-91,Essonne,2020-04-24,,2720.0,78.0,,,
+FR-91,Essonne,2020-04-25,,2774.0,54.0,,,
+FR-91,Essonne,2020-04-26,,2777.0,3.0,,,
+FR-91,Essonne,2020-04-27,,2804.0,27.0,,,
+FR-91,Essonne,2020-04-28,,2847.0,43.0,,,
+FR-91,Essonne,2020-04-29,,2911.0,64.0,,,
+FR-91,Essonne,2020-04-30,,2968.0,57.0,,,
+FR-91,Essonne,2020-05-01,,2980.0,12.0,,,
+FR-91,Essonne,2020-05-02,,2988.0,8.0,,,
+FR-91,Essonne,2020-05-03,,2997.0,9.0,,,
+FR-91,Essonne,2020-05-04,,3010.0,13.0,,,
+FR-91,Essonne,2020-05-05,,3023.0,13.0,,,
+FR-91,Essonne,2020-05-06,,3044.0,21.0,,,
+FR-91,Essonne,2020-05-07,,3060.0,16.0,,,
+FR-91,Essonne,2020-05-08,,3079.0,19.0,,,
+FR-91,Essonne,2020-05-09,,3089.0,10.0,,,
+FR-91,Essonne,2020-05-10,,3093.0,4.0,,,
+FR-91,Essonne,2020-05-11,,3104.0,11.0,,,
+FR-91,Essonne,2020-05-12,,3118.0,14.0,,,
+FR-91,Essonne,2020-05-13,,3126.0,8.0,,,
+FR-91,Essonne,2020-05-14,,3142.0,16.0,,,
+FR-91,Essonne,2020-05-15,,3151.0,9.0,,,
+FR-91,Essonne,2020-05-16,,3157.0,6.0,,,
+FR-91,Essonne,2020-05-17,,3162.0,5.0,,,
+FR-91,Essonne,2020-05-18,,3166.0,4.0,,,
+FR-91,Essonne,2020-05-19,,3182.0,16.0,,,
+FR-91,Essonne,2020-05-20,,3187.0,5.0,,,
+FR-91,Essonne,2020-05-21,,3205.0,18.0,,,
+FR-91,Essonne,2020-05-22,,3235.0,30.0,,,
+FR-91,Essonne,2020-05-23,,3255.0,20.0,,,
+FR-91,Essonne,2020-05-24,,3255.0,0.0,,,
+FR-91,Essonne,2020-05-25,,3260.0,5.0,,,
+FR-91,Essonne,2020-05-26,,3266.0,6.0,,,
+FR-91,Essonne,2020-05-27,,3270.0,4.0,,,
+FR-91,Essonne,2020-05-28,,3275.0,5.0,,,
+FR-91,Essonne,2020-05-29,,3281.0,6.0,,,
+FR-91,Essonne,2020-05-30,,3287.0,6.0,,,
+FR-91,Essonne,2020-05-31,,3287.0,0.0,,,
+FR-91,Essonne,2020-06-01,,3287.0,0.0,,,
+FR-91,Essonne,2020-06-02,,3296.0,9.0,,,
+FR-91,Essonne,2020-06-03,,3301.0,5.0,,,
+FR-91,Essonne,2020-06-04,,3303.0,2.0,,,
+FR-91,Essonne,2020-06-05,,3308.0,5.0,,,
+FR-91,Essonne,2020-06-06,,3311.0,3.0,,,
+FR-91,Essonne,2020-06-07,,3311.0,0.0,,,
+FR-91,Essonne,2020-06-08,,3313.0,2.0,,,
+FR-92,Hauts-de-Seine,2020-03-19,,95.0,95.0,,,
+FR-92,Hauts-de-Seine,2020-03-20,,160.0,65.0,,,
+FR-92,Hauts-de-Seine,2020-03-21,,258.0,98.0,,,
+FR-92,Hauts-de-Seine,2020-03-22,,372.0,114.0,,,
+FR-92,Hauts-de-Seine,2020-03-23,,497.0,125.0,,,
+FR-92,Hauts-de-Seine,2020-03-24,,668.0,171.0,,,
+FR-92,Hauts-de-Seine,2020-03-25,,848.0,180.0,,,
+FR-92,Hauts-de-Seine,2020-03-26,,1016.0,168.0,,,
+FR-92,Hauts-de-Seine,2020-03-27,,1207.0,191.0,,,
+FR-92,Hauts-de-Seine,2020-03-28,,1416.0,209.0,,,
+FR-92,Hauts-de-Seine,2020-03-29,,1542.0,126.0,,,
+FR-92,Hauts-de-Seine,2020-03-30,,1718.0,176.0,,,
+FR-92,Hauts-de-Seine,2020-03-31,,2009.0,291.0,,,
+FR-92,Hauts-de-Seine,2020-04-01,,2314.0,305.0,,,
+FR-92,Hauts-de-Seine,2020-04-02,,2559.0,245.0,,,
+FR-92,Hauts-de-Seine,2020-04-03,,2792.0,233.0,,,
+FR-92,Hauts-de-Seine,2020-04-04,,2977.0,185.0,,,
+FR-92,Hauts-de-Seine,2020-04-05,,3091.0,114.0,,,
+FR-92,Hauts-de-Seine,2020-04-06,,3247.0,156.0,,,
+FR-92,Hauts-de-Seine,2020-04-07,,3469.0,222.0,,,
+FR-92,Hauts-de-Seine,2020-04-08,,3641.0,172.0,,,
+FR-92,Hauts-de-Seine,2020-04-09,,3790.0,149.0,,,
+FR-92,Hauts-de-Seine,2020-04-10,,3980.0,190.0,,,
+FR-92,Hauts-de-Seine,2020-04-11,,4110.0,130.0,,,
+FR-92,Hauts-de-Seine,2020-04-12,,4211.0,101.0,,,
+FR-92,Hauts-de-Seine,2020-04-13,,4293.0,82.0,,,
+FR-92,Hauts-de-Seine,2020-04-14,,4395.0,102.0,,,
+FR-92,Hauts-de-Seine,2020-04-15,,4525.0,130.0,,,
+FR-92,Hauts-de-Seine,2020-04-16,,4646.0,121.0,,,
+FR-92,Hauts-de-Seine,2020-04-17,,4731.0,85.0,,,
+FR-92,Hauts-de-Seine,2020-04-18,,4828.0,97.0,,,
+FR-92,Hauts-de-Seine,2020-04-19,,4881.0,53.0,,,
+FR-92,Hauts-de-Seine,2020-04-20,,4992.0,111.0,,,
+FR-92,Hauts-de-Seine,2020-04-21,,5079.0,87.0,,,
+FR-92,Hauts-de-Seine,2020-04-22,,5184.0,105.0,,,
+FR-92,Hauts-de-Seine,2020-04-23,,5286.0,102.0,,,
+FR-92,Hauts-de-Seine,2020-04-24,,5379.0,93.0,,,
+FR-92,Hauts-de-Seine,2020-04-25,,5438.0,59.0,,,
+FR-92,Hauts-de-Seine,2020-04-26,,5463.0,25.0,,,
+FR-92,Hauts-de-Seine,2020-04-27,,5532.0,69.0,,,
+FR-92,Hauts-de-Seine,2020-04-28,,5622.0,90.0,,,
+FR-92,Hauts-de-Seine,2020-04-29,,5665.0,43.0,,,
+FR-92,Hauts-de-Seine,2020-04-30,,5720.0,55.0,,,
+FR-92,Hauts-de-Seine,2020-05-01,,5747.0,27.0,,,
+FR-92,Hauts-de-Seine,2020-05-02,,5765.0,18.0,,,
+FR-92,Hauts-de-Seine,2020-05-03,,5792.0,27.0,,,
+FR-92,Hauts-de-Seine,2020-05-04,,5816.0,24.0,,,
+FR-92,Hauts-de-Seine,2020-05-05,,5858.0,42.0,,,
+FR-92,Hauts-de-Seine,2020-05-06,,5887.0,29.0,,,
+FR-92,Hauts-de-Seine,2020-05-07,,5921.0,34.0,,,
+FR-92,Hauts-de-Seine,2020-05-08,,5940.0,19.0,,,
+FR-92,Hauts-de-Seine,2020-05-09,,5947.0,7.0,,,
+FR-92,Hauts-de-Seine,2020-05-10,,5973.0,26.0,,,
+FR-92,Hauts-de-Seine,2020-05-11,,5996.0,23.0,,,
+FR-92,Hauts-de-Seine,2020-05-12,,6025.0,29.0,,,
+FR-92,Hauts-de-Seine,2020-05-13,,6048.0,23.0,,,
+FR-92,Hauts-de-Seine,2020-05-14,,6093.0,45.0,,,
+FR-92,Hauts-de-Seine,2020-05-15,,6115.0,22.0,,,
+FR-92,Hauts-de-Seine,2020-05-16,,6124.0,9.0,,,
+FR-92,Hauts-de-Seine,2020-05-17,,6130.0,6.0,,,
+FR-92,Hauts-de-Seine,2020-05-18,,6177.0,47.0,,,
+FR-92,Hauts-de-Seine,2020-05-19,,6195.0,18.0,,,
+FR-92,Hauts-de-Seine,2020-05-20,,6215.0,20.0,,,
+FR-92,Hauts-de-Seine,2020-05-21,,6223.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-05-22,,6227.0,4.0,,,
+FR-92,Hauts-de-Seine,2020-05-23,,6234.0,7.0,,,
+FR-92,Hauts-de-Seine,2020-05-24,,6237.0,3.0,,,
+FR-92,Hauts-de-Seine,2020-05-25,,6249.0,12.0,,,
+FR-92,Hauts-de-Seine,2020-05-26,,6260.0,11.0,,,
+FR-92,Hauts-de-Seine,2020-05-27,,6268.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-05-28,,6280.0,12.0,,,
+FR-92,Hauts-de-Seine,2020-05-29,,6288.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-05-30,,6302.0,14.0,,,
+FR-92,Hauts-de-Seine,2020-05-31,,6303.0,1.0,,,
+FR-92,Hauts-de-Seine,2020-06-01,,6305.0,2.0,,,
+FR-92,Hauts-de-Seine,2020-06-02,,6324.0,19.0,,,
+FR-92,Hauts-de-Seine,2020-06-03,,6337.0,13.0,,,
+FR-92,Hauts-de-Seine,2020-06-04,,6345.0,8.0,,,
+FR-92,Hauts-de-Seine,2020-06-05,,6347.0,2.0,,,
+FR-92,Hauts-de-Seine,2020-06-06,,6350.0,3.0,,,
+FR-92,Hauts-de-Seine,2020-06-07,,6350.0,0.0,,,
+FR-92,Hauts-de-Seine,2020-06-08,,6355.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-03-19,,104.0,104.0,,,
+FR-93,Seine-Saint-Denis,2020-03-20,,147.0,43.0,,,
+FR-93,Seine-Saint-Denis,2020-03-21,,198.0,51.0,,,
+FR-93,Seine-Saint-Denis,2020-03-22,,225.0,27.0,,,
+FR-93,Seine-Saint-Denis,2020-03-23,,298.0,73.0,,,
+FR-93,Seine-Saint-Denis,2020-03-24,,384.0,86.0,,,
+FR-93,Seine-Saint-Denis,2020-03-25,,468.0,84.0,,,
+FR-93,Seine-Saint-Denis,2020-03-26,,587.0,119.0,,,
+FR-93,Seine-Saint-Denis,2020-03-27,,747.0,160.0,,,
+FR-93,Seine-Saint-Denis,2020-03-28,,845.0,98.0,,,
+FR-93,Seine-Saint-Denis,2020-03-29,,958.0,113.0,,,
+FR-93,Seine-Saint-Denis,2020-03-30,,1094.0,136.0,,,
+FR-93,Seine-Saint-Denis,2020-03-31,,1312.0,218.0,,,
+FR-93,Seine-Saint-Denis,2020-04-01,,1590.0,278.0,,,
+FR-93,Seine-Saint-Denis,2020-04-02,,1718.0,128.0,,,
+FR-93,Seine-Saint-Denis,2020-04-03,,1883.0,165.0,,,
+FR-93,Seine-Saint-Denis,2020-04-04,,2028.0,145.0,,,
+FR-93,Seine-Saint-Denis,2020-04-05,,2095.0,67.0,,,
+FR-93,Seine-Saint-Denis,2020-04-06,,2251.0,156.0,,,
+FR-93,Seine-Saint-Denis,2020-04-07,,2465.0,214.0,,,
+FR-93,Seine-Saint-Denis,2020-04-08,,2648.0,183.0,,,
+FR-93,Seine-Saint-Denis,2020-04-09,,2903.0,255.0,,,
+FR-93,Seine-Saint-Denis,2020-04-10,,3086.0,183.0,,,
+FR-93,Seine-Saint-Denis,2020-04-11,,3209.0,123.0,,,
+FR-93,Seine-Saint-Denis,2020-04-12,,3303.0,94.0,,,
+FR-93,Seine-Saint-Denis,2020-04-13,,3364.0,61.0,,,
+FR-93,Seine-Saint-Denis,2020-04-14,,3490.0,126.0,,,
+FR-93,Seine-Saint-Denis,2020-04-15,,3616.0,126.0,,,
+FR-93,Seine-Saint-Denis,2020-04-16,,3739.0,123.0,,,
+FR-93,Seine-Saint-Denis,2020-04-17,,3923.0,184.0,,,
+FR-93,Seine-Saint-Denis,2020-04-18,,4018.0,95.0,,,
+FR-93,Seine-Saint-Denis,2020-04-19,,4065.0,47.0,,,
+FR-93,Seine-Saint-Denis,2020-04-20,,4151.0,86.0,,,
+FR-93,Seine-Saint-Denis,2020-04-21,,4233.0,82.0,,,
+FR-93,Seine-Saint-Denis,2020-04-22,,4337.0,104.0,,,
+FR-93,Seine-Saint-Denis,2020-04-23,,4429.0,92.0,,,
+FR-93,Seine-Saint-Denis,2020-04-24,,4490.0,61.0,,,
+FR-93,Seine-Saint-Denis,2020-04-25,,4521.0,31.0,,,
+FR-93,Seine-Saint-Denis,2020-04-26,,4549.0,28.0,,,
+FR-93,Seine-Saint-Denis,2020-04-27,,4646.0,97.0,,,
+FR-93,Seine-Saint-Denis,2020-04-28,,4726.0,80.0,,,
+FR-93,Seine-Saint-Denis,2020-04-29,,4768.0,42.0,,,
+FR-93,Seine-Saint-Denis,2020-04-30,,4789.0,21.0,,,
+FR-93,Seine-Saint-Denis,2020-05-01,,4814.0,25.0,,,
+FR-93,Seine-Saint-Denis,2020-05-02,,4829.0,15.0,,,
+FR-93,Seine-Saint-Denis,2020-05-03,,4841.0,12.0,,,
+FR-93,Seine-Saint-Denis,2020-05-04,,4877.0,36.0,,,
+FR-93,Seine-Saint-Denis,2020-05-05,,4921.0,44.0,,,
+FR-93,Seine-Saint-Denis,2020-05-06,,5002.0,81.0,,,
+FR-93,Seine-Saint-Denis,2020-05-07,,5057.0,55.0,,,
+FR-93,Seine-Saint-Denis,2020-05-08,,5081.0,24.0,,,
+FR-93,Seine-Saint-Denis,2020-05-09,,5098.0,17.0,,,
+FR-93,Seine-Saint-Denis,2020-05-10,,5116.0,18.0,,,
+FR-93,Seine-Saint-Denis,2020-05-11,,5152.0,36.0,,,
+FR-93,Seine-Saint-Denis,2020-05-12,,5212.0,60.0,,,
+FR-93,Seine-Saint-Denis,2020-05-13,,5251.0,39.0,,,
+FR-93,Seine-Saint-Denis,2020-05-14,,5267.0,16.0,,,
+FR-93,Seine-Saint-Denis,2020-05-15,,5284.0,17.0,,,
+FR-93,Seine-Saint-Denis,2020-05-16,,5303.0,19.0,,,
+FR-93,Seine-Saint-Denis,2020-05-17,,5304.0,1.0,,,
+FR-93,Seine-Saint-Denis,2020-05-18,,5322.0,18.0,,,
+FR-93,Seine-Saint-Denis,2020-05-19,,5351.0,29.0,,,
+FR-93,Seine-Saint-Denis,2020-05-20,,5391.0,40.0,,,
+FR-93,Seine-Saint-Denis,2020-05-21,,5405.0,14.0,,,
+FR-93,Seine-Saint-Denis,2020-05-22,,5413.0,8.0,,,
+FR-93,Seine-Saint-Denis,2020-05-23,,5418.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-05-24,,5422.0,4.0,,,
+FR-93,Seine-Saint-Denis,2020-05-25,,5436.0,14.0,,,
+FR-93,Seine-Saint-Denis,2020-05-26,,5452.0,16.0,,,
+FR-93,Seine-Saint-Denis,2020-05-27,,5462.0,10.0,,,
+FR-93,Seine-Saint-Denis,2020-05-28,,5478.0,16.0,,,
+FR-93,Seine-Saint-Denis,2020-05-29,,5483.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-05-30,,5488.0,5.0,,,
+FR-93,Seine-Saint-Denis,2020-05-31,,5488.0,0.0,,,
+FR-93,Seine-Saint-Denis,2020-06-01,,5498.0,10.0,,,
+FR-93,Seine-Saint-Denis,2020-06-02,,5511.0,13.0,,,
+FR-93,Seine-Saint-Denis,2020-06-03,,5524.0,13.0,,,
+FR-93,Seine-Saint-Denis,2020-06-04,,5535.0,11.0,,,
+FR-93,Seine-Saint-Denis,2020-06-05,,5542.0,7.0,,,
+FR-93,Seine-Saint-Denis,2020-06-06,,5545.0,3.0,,,
+FR-93,Seine-Saint-Denis,2020-06-07,,5549.0,4.0,,,
+FR-93,Seine-Saint-Denis,2020-06-08,,5553.0,4.0,,,
+FR-94,Val-de-Marne,2020-03-19,,113.0,113.0,,,
+FR-94,Val-de-Marne,2020-03-20,,179.0,66.0,,,
+FR-94,Val-de-Marne,2020-03-21,,236.0,57.0,,,
+FR-94,Val-de-Marne,2020-03-22,,310.0,74.0,,,
+FR-94,Val-de-Marne,2020-03-23,,416.0,106.0,,,
+FR-94,Val-de-Marne,2020-03-24,,538.0,122.0,,,
+FR-94,Val-de-Marne,2020-03-25,,682.0,144.0,,,
+FR-94,Val-de-Marne,2020-03-26,,841.0,159.0,,,
+FR-94,Val-de-Marne,2020-03-27,,998.0,157.0,,,
+FR-94,Val-de-Marne,2020-03-28,,1175.0,177.0,,,
+FR-94,Val-de-Marne,2020-03-29,,1295.0,120.0,,,
+FR-94,Val-de-Marne,2020-03-30,,1407.0,112.0,,,
+FR-94,Val-de-Marne,2020-03-31,,1665.0,258.0,,,
+FR-94,Val-de-Marne,2020-04-01,,1984.0,319.0,,,
+FR-94,Val-de-Marne,2020-04-02,,2191.0,207.0,,,
+FR-94,Val-de-Marne,2020-04-03,,2464.0,273.0,,,
+FR-94,Val-de-Marne,2020-04-04,,2628.0,164.0,,,
+FR-94,Val-de-Marne,2020-04-05,,2756.0,128.0,,,
+FR-94,Val-de-Marne,2020-04-06,,2942.0,186.0,,,
+FR-94,Val-de-Marne,2020-04-07,,3236.0,294.0,,,
+FR-94,Val-de-Marne,2020-04-08,,3486.0,250.0,,,
+FR-94,Val-de-Marne,2020-04-09,,3664.0,178.0,,,
+FR-94,Val-de-Marne,2020-04-10,,3867.0,203.0,,,
+FR-94,Val-de-Marne,2020-04-11,,3990.0,123.0,,,
+FR-94,Val-de-Marne,2020-04-12,,4075.0,85.0,,,
+FR-94,Val-de-Marne,2020-04-13,,4162.0,87.0,,,
+FR-94,Val-de-Marne,2020-04-14,,4246.0,84.0,,,
+FR-94,Val-de-Marne,2020-04-15,,4440.0,194.0,,,
+FR-94,Val-de-Marne,2020-04-16,,4564.0,124.0,,,
+FR-94,Val-de-Marne,2020-04-17,,4656.0,92.0,,,
+FR-94,Val-de-Marne,2020-04-18,,4736.0,80.0,,,
+FR-94,Val-de-Marne,2020-04-19,,4760.0,24.0,,,
+FR-94,Val-de-Marne,2020-04-20,,4845.0,85.0,,,
+FR-94,Val-de-Marne,2020-04-21,,4974.0,129.0,,,
+FR-94,Val-de-Marne,2020-04-22,,5071.0,97.0,,,
+FR-94,Val-de-Marne,2020-04-23,,5166.0,95.0,,,
+FR-94,Val-de-Marne,2020-04-24,,5238.0,72.0,,,
+FR-94,Val-de-Marne,2020-04-25,,5310.0,72.0,,,
+FR-94,Val-de-Marne,2020-04-26,,5336.0,26.0,,,
+FR-94,Val-de-Marne,2020-04-27,,5364.0,28.0,,,
+FR-94,Val-de-Marne,2020-04-28,,5428.0,64.0,,,
+FR-94,Val-de-Marne,2020-04-29,,5487.0,59.0,,,
+FR-94,Val-de-Marne,2020-04-30,,5526.0,39.0,,,
+FR-94,Val-de-Marne,2020-05-01,,5560.0,34.0,,,
+FR-94,Val-de-Marne,2020-05-02,,5580.0,20.0,,,
+FR-94,Val-de-Marne,2020-05-03,,5595.0,15.0,,,
+FR-94,Val-de-Marne,2020-05-04,,5628.0,33.0,,,
+FR-94,Val-de-Marne,2020-05-05,,5710.0,82.0,,,
+FR-94,Val-de-Marne,2020-05-06,,5776.0,66.0,,,
+FR-94,Val-de-Marne,2020-05-07,,5816.0,40.0,,,
+FR-94,Val-de-Marne,2020-05-08,,5839.0,23.0,,,
+FR-94,Val-de-Marne,2020-05-09,,5845.0,6.0,,,
+FR-94,Val-de-Marne,2020-05-10,,5854.0,9.0,,,
+FR-94,Val-de-Marne,2020-05-11,,5879.0,25.0,,,
+FR-94,Val-de-Marne,2020-05-12,,5897.0,18.0,,,
+FR-94,Val-de-Marne,2020-05-13,,5931.0,34.0,,,
+FR-94,Val-de-Marne,2020-05-14,,5952.0,21.0,,,
+FR-94,Val-de-Marne,2020-05-15,,5969.0,17.0,,,
+FR-94,Val-de-Marne,2020-05-16,,5985.0,16.0,,,
+FR-94,Val-de-Marne,2020-05-17,,5994.0,9.0,,,
+FR-94,Val-de-Marne,2020-05-18,,6006.0,12.0,,,
+FR-94,Val-de-Marne,2020-05-19,,6031.0,25.0,,,
+FR-94,Val-de-Marne,2020-05-20,,6061.0,30.0,,,
+FR-94,Val-de-Marne,2020-05-21,,6089.0,28.0,,,
+FR-94,Val-de-Marne,2020-05-22,,6093.0,4.0,,,
+FR-94,Val-de-Marne,2020-05-23,,6095.0,2.0,,,
+FR-94,Val-de-Marne,2020-05-24,,6101.0,6.0,,,
+FR-94,Val-de-Marne,2020-05-25,,6122.0,21.0,,,
+FR-94,Val-de-Marne,2020-05-26,,6139.0,17.0,,,
+FR-94,Val-de-Marne,2020-05-27,,6157.0,18.0,,,
+FR-94,Val-de-Marne,2020-05-28,,6174.0,17.0,,,
+FR-94,Val-de-Marne,2020-05-29,,6179.0,5.0,,,
+FR-94,Val-de-Marne,2020-05-30,,6195.0,16.0,,,
+FR-94,Val-de-Marne,2020-05-31,,6196.0,1.0,,,
+FR-94,Val-de-Marne,2020-06-01,,6199.0,3.0,,,
+FR-94,Val-de-Marne,2020-06-02,,6206.0,7.0,,,
+FR-94,Val-de-Marne,2020-06-03,,6216.0,10.0,,,
+FR-94,Val-de-Marne,2020-06-04,,6232.0,16.0,,,
+FR-94,Val-de-Marne,2020-06-05,,6236.0,4.0,,,
+FR-94,Val-de-Marne,2020-06-06,,6250.0,14.0,,,
+FR-94,Val-de-Marne,2020-06-07,,6251.0,1.0,,,
+FR-94,Val-de-Marne,2020-06-08,,6255.0,4.0,,,
+FR-95,Val-d'Oise,2020-03-19,,80.0,80.0,,,
+FR-95,Val-d'Oise,2020-03-20,,140.0,60.0,,,
+FR-95,Val-d'Oise,2020-03-21,,214.0,74.0,,,
+FR-95,Val-d'Oise,2020-03-22,,300.0,86.0,,,
+FR-95,Val-d'Oise,2020-03-23,,371.0,71.0,,,
+FR-95,Val-d'Oise,2020-03-24,,434.0,63.0,,,
+FR-95,Val-d'Oise,2020-03-25,,536.0,102.0,,,
+FR-95,Val-d'Oise,2020-03-26,,642.0,106.0,,,
+FR-95,Val-d'Oise,2020-03-27,,774.0,132.0,,,
+FR-95,Val-d'Oise,2020-03-28,,849.0,75.0,,,
+FR-95,Val-d'Oise,2020-03-29,,964.0,115.0,,,
+FR-95,Val-d'Oise,2020-03-30,,1082.0,118.0,,,
+FR-95,Val-d'Oise,2020-03-31,,1227.0,145.0,,,
+FR-95,Val-d'Oise,2020-04-01,,1346.0,119.0,,,
+FR-95,Val-d'Oise,2020-04-02,,1491.0,145.0,,,
+FR-95,Val-d'Oise,2020-04-03,,1625.0,134.0,,,
+FR-95,Val-d'Oise,2020-04-04,,1716.0,91.0,,,
+FR-95,Val-d'Oise,2020-04-05,,1756.0,40.0,,,
+FR-95,Val-d'Oise,2020-04-06,,1885.0,129.0,,,
+FR-95,Val-d'Oise,2020-04-07,,1989.0,104.0,,,
+FR-95,Val-d'Oise,2020-04-08,,2102.0,113.0,,,
+FR-95,Val-d'Oise,2020-04-09,,2228.0,126.0,,,
+FR-95,Val-d'Oise,2020-04-10,,2311.0,83.0,,,
+FR-95,Val-d'Oise,2020-04-11,,2400.0,89.0,,,
+FR-95,Val-d'Oise,2020-04-12,,2435.0,35.0,,,
+FR-95,Val-d'Oise,2020-04-13,,2475.0,40.0,,,
+FR-95,Val-d'Oise,2020-04-14,,2554.0,79.0,,,
+FR-95,Val-d'Oise,2020-04-15,,2621.0,67.0,,,
+FR-95,Val-d'Oise,2020-04-16,,2722.0,101.0,,,
+FR-95,Val-d'Oise,2020-04-17,,2782.0,60.0,,,
+FR-95,Val-d'Oise,2020-04-18,,2832.0,50.0,,,
+FR-95,Val-d'Oise,2020-04-19,,2861.0,29.0,,,
+FR-95,Val-d'Oise,2020-04-20,,2912.0,51.0,,,
+FR-95,Val-d'Oise,2020-04-21,,2958.0,46.0,,,
+FR-95,Val-d'Oise,2020-04-22,,3034.0,76.0,,,
+FR-95,Val-d'Oise,2020-04-23,,3089.0,55.0,,,
+FR-95,Val-d'Oise,2020-04-24,,3132.0,43.0,,,
+FR-95,Val-d'Oise,2020-04-25,,3159.0,27.0,,,
+FR-95,Val-d'Oise,2020-04-26,,3170.0,11.0,,,
+FR-95,Val-d'Oise,2020-04-27,,3188.0,18.0,,,
+FR-95,Val-d'Oise,2020-04-28,,3233.0,45.0,,,
+FR-95,Val-d'Oise,2020-04-29,,3254.0,21.0,,,
+FR-95,Val-d'Oise,2020-04-30,,3271.0,17.0,,,
+FR-95,Val-d'Oise,2020-05-01,,3293.0,22.0,,,
+FR-95,Val-d'Oise,2020-05-02,,3298.0,5.0,,,
+FR-95,Val-d'Oise,2020-05-03,,3303.0,5.0,,,
+FR-95,Val-d'Oise,2020-05-04,,3335.0,32.0,,,
+FR-95,Val-d'Oise,2020-05-05,,3361.0,26.0,,,
+FR-95,Val-d'Oise,2020-05-06,,3383.0,22.0,,,
+FR-95,Val-d'Oise,2020-05-07,,3397.0,14.0,,,
+FR-95,Val-d'Oise,2020-05-08,,3412.0,15.0,,,
+FR-95,Val-d'Oise,2020-05-09,,3419.0,7.0,,,
+FR-95,Val-d'Oise,2020-05-10,,3429.0,10.0,,,
+FR-95,Val-d'Oise,2020-05-11,,3433.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-12,,3447.0,14.0,,,
+FR-95,Val-d'Oise,2020-05-13,,3461.0,14.0,,,
+FR-95,Val-d'Oise,2020-05-14,,3478.0,17.0,,,
+FR-95,Val-d'Oise,2020-05-15,,3486.0,8.0,,,
+FR-95,Val-d'Oise,2020-05-16,,3499.0,13.0,,,
+FR-95,Val-d'Oise,2020-05-17,,3501.0,2.0,,,
+FR-95,Val-d'Oise,2020-05-18,,3507.0,6.0,,,
+FR-95,Val-d'Oise,2020-05-19,,3529.0,22.0,,,
+FR-95,Val-d'Oise,2020-05-20,,3542.0,13.0,,,
+FR-95,Val-d'Oise,2020-05-21,,3545.0,3.0,,,
+FR-95,Val-d'Oise,2020-05-22,,3562.0,17.0,,,
+FR-95,Val-d'Oise,2020-05-23,,3566.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-24,,3572.0,6.0,,,
+FR-95,Val-d'Oise,2020-05-25,,3588.0,16.0,,,
+FR-95,Val-d'Oise,2020-05-26,,3592.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-27,,3595.0,3.0,,,
+FR-95,Val-d'Oise,2020-05-28,,3599.0,4.0,,,
+FR-95,Val-d'Oise,2020-05-29,,3618.0,19.0,,,
+FR-95,Val-d'Oise,2020-05-30,,3623.0,5.0,,,
+FR-95,Val-d'Oise,2020-05-31,,3623.0,0.0,,,
+FR-95,Val-d'Oise,2020-06-01,,3631.0,8.0,,,
+FR-95,Val-d'Oise,2020-06-02,,3632.0,1.0,,,
+FR-95,Val-d'Oise,2020-06-03,,3638.0,6.0,,,
+FR-95,Val-d'Oise,2020-06-04,,3641.0,3.0,,,
+FR-95,Val-d'Oise,2020-06-05,,3643.0,2.0,,,
+FR-95,Val-d'Oise,2020-06-06,,3646.0,3.0,,,
+FR-95,Val-d'Oise,2020-06-07,,3646.0,0.0,,,
+FR-95,Val-d'Oise,2020-06-08,,3654.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-19,,58.0,58.0,,,
+FR-2A,Corse-du-Sud,2020-03-20,,66.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-21,,70.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-03-22,,77.0,7.0,,,
+FR-2A,Corse-du-Sud,2020-03-23,,85.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-24,,93.0,8.0,,,
+FR-2A,Corse-du-Sud,2020-03-25,,114.0,21.0,,,
+FR-2A,Corse-du-Sud,2020-03-26,,132.0,18.0,,,
+FR-2A,Corse-du-Sud,2020-03-27,,142.0,10.0,,,
+FR-2A,Corse-du-Sud,2020-03-28,,151.0,9.0,,,
+FR-2A,Corse-du-Sud,2020-03-29,,166.0,15.0,,,
+FR-2A,Corse-du-Sud,2020-03-30,,180.0,14.0,,,
+FR-2A,Corse-du-Sud,2020-03-31,,183.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-01,,186.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-02,,192.0,6.0,,,
+FR-2A,Corse-du-Sud,2020-04-03,,195.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-04,,202.0,7.0,,,
+FR-2A,Corse-du-Sud,2020-04-05,,202.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-06,,203.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-07,,208.0,5.0,,,
+FR-2A,Corse-du-Sud,2020-04-08,,212.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-04-09,,213.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-10,,213.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-11,,214.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-12,,217.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-13,,220.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-14,,222.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-04-15,,223.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-16,,223.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-17,,225.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-04-18,,227.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-04-19,,231.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-04-20,,231.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-21,,232.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-22,,235.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-04-23,,236.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-24,,240.0,4.0,,,
+FR-2A,Corse-du-Sud,2020-04-25,,240.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-26,,240.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-27,,240.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-04-28,,241.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-29,,242.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-04-30,,244.0,2.0,,,
+FR-2A,Corse-du-Sud,2020-05-01,,247.0,3.0,,,
+FR-2A,Corse-du-Sud,2020-05-02,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-03,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-04,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-05,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-06,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-07,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-08,,247.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-09,,248.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-10,,248.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-11,,249.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-12,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-13,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-14,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-15,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-16,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-17,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-18,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-19,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-20,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-21,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-22,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-23,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-24,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-25,,249.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-26,,250.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-27,,250.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-28,,250.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-29,,251.0,1.0,,,
+FR-2A,Corse-du-Sud,2020-05-30,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-05-31,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-01,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-02,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-03,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-04,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-05,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-06,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-07,,251.0,0.0,,,
+FR-2A,Corse-du-Sud,2020-06-08,,253.0,2.0,,,
+FR-2B,Haute-Corse,2020-03-19,,1.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-20,,29.0,28.0,,,
+FR-2B,Haute-Corse,2020-03-21,,29.0,0.0,,,
+FR-2B,Haute-Corse,2020-03-22,,29.0,0.0,,,
+FR-2B,Haute-Corse,2020-03-23,,37.0,8.0,,,
+FR-2B,Haute-Corse,2020-03-24,,41.0,4.0,,,
+FR-2B,Haute-Corse,2020-03-25,,42.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-26,,51.0,9.0,,,
+FR-2B,Haute-Corse,2020-03-27,,56.0,5.0,,,
+FR-2B,Haute-Corse,2020-03-28,,57.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-29,,58.0,1.0,,,
+FR-2B,Haute-Corse,2020-03-30,,58.0,0.0,,,
+FR-2B,Haute-Corse,2020-03-31,,68.0,10.0,,,
+FR-2B,Haute-Corse,2020-04-01,,68.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-02,,82.0,14.0,,,
+FR-2B,Haute-Corse,2020-04-03,,88.0,6.0,,,
+FR-2B,Haute-Corse,2020-04-04,,108.0,20.0,,,
+FR-2B,Haute-Corse,2020-04-05,,108.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-06,,108.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-07,,108.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-08,,110.0,2.0,,,
+FR-2B,Haute-Corse,2020-04-09,,111.0,1.0,,,
+FR-2B,Haute-Corse,2020-04-10,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-11,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-12,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-13,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-14,,111.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-15,,124.0,13.0,,,
+FR-2B,Haute-Corse,2020-04-16,,127.0,3.0,,,
+FR-2B,Haute-Corse,2020-04-17,,127.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-18,,129.0,2.0,,,
+FR-2B,Haute-Corse,2020-04-19,,129.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-20,,129.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-21,,130.0,1.0,,,
+FR-2B,Haute-Corse,2020-04-22,,135.0,5.0,,,
+FR-2B,Haute-Corse,2020-04-23,,135.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-24,,137.0,2.0,,,
+FR-2B,Haute-Corse,2020-04-25,,137.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-26,,137.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-27,,137.0,0.0,,,
+FR-2B,Haute-Corse,2020-04-28,,141.0,4.0,,,
+FR-2B,Haute-Corse,2020-04-29,,142.0,1.0,,,
+FR-2B,Haute-Corse,2020-04-30,,143.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-01,,143.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-02,,143.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-03,,143.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-04,,144.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-05,,145.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-06,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-07,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-08,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-09,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-10,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-11,,145.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-12,,150.0,5.0,,,
+FR-2B,Haute-Corse,2020-05-13,,151.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-14,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-15,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-16,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-17,,151.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-18,,153.0,2.0,,,
+FR-2B,Haute-Corse,2020-05-19,,154.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-20,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-21,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-22,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-23,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-24,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-25,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-26,,154.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-27,,155.0,1.0,,,
+FR-2B,Haute-Corse,2020-05-28,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-29,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-30,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-05-31,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-01,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-02,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-03,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-04,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-05,,155.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-06,,156.0,1.0,,,
+FR-2B,Haute-Corse,2020-06-07,,156.0,0.0,,,
+FR-2B,Haute-Corse,2020-06-08,,156.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-19,,0.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-20,,0.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-21,,0.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-22,,6.0,6.0,,,
+FR-GUA,Guadeloupe,2020-03-23,,6.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-24,,6.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-25,,6.0,0.0,,,
+FR-GUA,Guadeloupe,2020-03-26,,25.0,19.0,,,
+FR-GUA,Guadeloupe,2020-03-27,,36.0,11.0,,,
+FR-GUA,Guadeloupe,2020-03-28,,54.0,18.0,,,
+FR-GUA,Guadeloupe,2020-03-29,,55.0,1.0,,,
+FR-GUA,Guadeloupe,2020-03-30,,58.0,3.0,,,
+FR-GUA,Guadeloupe,2020-03-31,,62.0,4.0,,,
+FR-GUA,Guadeloupe,2020-04-01,,68.0,6.0,,,
+FR-GUA,Guadeloupe,2020-04-02,,77.0,9.0,,,
+FR-GUA,Guadeloupe,2020-04-03,,83.0,6.0,,,
+FR-GUA,Guadeloupe,2020-04-04,,86.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-05,,88.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-06,,93.0,5.0,,,
+FR-GUA,Guadeloupe,2020-04-07,,94.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-08,,99.0,5.0,,,
+FR-GUA,Guadeloupe,2020-04-09,,102.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-10,,104.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-11,,107.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-12,,109.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-13,,112.0,3.0,,,
+FR-GUA,Guadeloupe,2020-04-14,,112.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-15,,112.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-16,,113.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-17,,115.0,2.0,,,
+FR-GUA,Guadeloupe,2020-04-18,,115.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-19,,116.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-20,,116.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-21,,116.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-22,,120.0,4.0,,,
+FR-GUA,Guadeloupe,2020-04-23,,120.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-24,,120.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-25,,120.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-26,,121.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-27,,122.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-28,,122.0,0.0,,,
+FR-GUA,Guadeloupe,2020-04-29,,123.0,1.0,,,
+FR-GUA,Guadeloupe,2020-04-30,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-01,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-02,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-03,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-04,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-05,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-06,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-07,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-08,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-09,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-10,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-11,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-12,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-13,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-14,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-15,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-16,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-17,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-18,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-19,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-20,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-21,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-22,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-23,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-24,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-25,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-26,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-27,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-28,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-29,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-30,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-05-31,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-01,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-02,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-03,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-04,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-05,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-06,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-07,,123.0,0.0,,,
+FR-GUA,Guadeloupe,2020-06-08,,123.0,0.0,,,
+FR-MQ,Martinique,2020-03-19,,1.0,1.0,,,
+FR-MQ,Martinique,2020-03-20,,3.0,2.0,,,
+FR-MQ,Martinique,2020-03-21,,3.0,0.0,,,
+FR-MQ,Martinique,2020-03-22,,4.0,1.0,,,
+FR-MQ,Martinique,2020-03-23,,4.0,0.0,,,
+FR-MQ,Martinique,2020-03-24,,9.0,5.0,,,
+FR-MQ,Martinique,2020-03-25,,20.0,11.0,,,
+FR-MQ,Martinique,2020-03-26,,28.0,8.0,,,
+FR-MQ,Martinique,2020-03-27,,42.0,14.0,,,
+FR-MQ,Martinique,2020-03-28,,53.0,11.0,,,
+FR-MQ,Martinique,2020-03-29,,62.0,9.0,,,
+FR-MQ,Martinique,2020-03-30,,62.0,0.0,,,
+FR-MQ,Martinique,2020-03-31,,73.0,11.0,,,
+FR-MQ,Martinique,2020-04-01,,77.0,4.0,,,
+FR-MQ,Martinique,2020-04-02,,79.0,2.0,,,
+FR-MQ,Martinique,2020-04-03,,79.0,0.0,,,
+FR-MQ,Martinique,2020-04-04,,85.0,6.0,,,
+FR-MQ,Martinique,2020-04-05,,90.0,5.0,,,
+FR-MQ,Martinique,2020-04-06,,92.0,2.0,,,
+FR-MQ,Martinique,2020-04-07,,93.0,1.0,,,
+FR-MQ,Martinique,2020-04-08,,93.0,0.0,,,
+FR-MQ,Martinique,2020-04-09,,94.0,1.0,,,
+FR-MQ,Martinique,2020-04-10,,94.0,0.0,,,
+FR-MQ,Martinique,2020-04-11,,95.0,1.0,,,
+FR-MQ,Martinique,2020-04-12,,95.0,0.0,,,
+FR-MQ,Martinique,2020-04-13,,96.0,1.0,,,
+FR-MQ,Martinique,2020-04-14,,96.0,0.0,,,
+FR-MQ,Martinique,2020-04-15,,96.0,0.0,,,
+FR-MQ,Martinique,2020-04-16,,100.0,4.0,,,
+FR-MQ,Martinique,2020-04-17,,102.0,2.0,,,
+FR-MQ,Martinique,2020-04-18,,102.0,0.0,,,
+FR-MQ,Martinique,2020-04-19,,103.0,1.0,,,
+FR-MQ,Martinique,2020-04-20,,103.0,0.0,,,
+FR-MQ,Martinique,2020-04-21,,108.0,5.0,,,
+FR-MQ,Martinique,2020-04-22,,108.0,0.0,,,
+FR-MQ,Martinique,2020-04-23,,109.0,1.0,,,
+FR-MQ,Martinique,2020-04-24,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-25,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-26,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-27,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-28,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-29,,109.0,0.0,,,
+FR-MQ,Martinique,2020-04-30,,111.0,2.0,,,
+FR-MQ,Martinique,2020-05-01,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-02,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-03,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-04,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-05,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-06,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-07,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-08,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-09,,111.0,0.0,,,
+FR-MQ,Martinique,2020-05-10,,112.0,1.0,,,
+FR-MQ,Martinique,2020-05-11,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-12,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-13,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-14,,112.0,0.0,,,
+FR-MQ,Martinique,2020-05-15,,113.0,1.0,,,
+FR-MQ,Martinique,2020-05-16,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-17,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-18,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-19,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-20,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-21,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-22,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-23,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-24,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-25,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-26,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-27,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-28,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-29,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-30,,113.0,0.0,,,
+FR-MQ,Martinique,2020-05-31,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-01,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-02,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-03,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-04,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-05,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-06,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-07,,113.0,0.0,,,
+FR-MQ,Martinique,2020-06-08,,113.0,0.0,,,
+FR-GF,Guyane,2020-03-19,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-20,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-21,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-22,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-23,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-24,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-25,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-26,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-27,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-28,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-29,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-30,,0.0,0.0,,,
+FR-GF,Guyane,2020-03-31,,0.0,0.0,,,
+FR-GF,Guyane,2020-04-01,,10.0,10.0,,,
+FR-GF,Guyane,2020-04-02,,13.0,3.0,,,
+FR-GF,Guyane,2020-04-03,,15.0,2.0,,,
+FR-GF,Guyane,2020-04-04,,15.0,0.0,,,
+FR-GF,Guyane,2020-04-05,,15.0,0.0,,,
+FR-GF,Guyane,2020-04-06,,15.0,0.0,,,
+FR-GF,Guyane,2020-04-07,,17.0,2.0,,,
+FR-GF,Guyane,2020-04-08,,19.0,2.0,,,
+FR-GF,Guyane,2020-04-09,,23.0,4.0,,,
+FR-GF,Guyane,2020-04-10,,24.0,1.0,,,
+FR-GF,Guyane,2020-04-11,,24.0,0.0,,,
+FR-GF,Guyane,2020-04-12,,30.0,6.0,,,
+FR-GF,Guyane,2020-04-13,,30.0,0.0,,,
+FR-GF,Guyane,2020-04-14,,33.0,3.0,,,
+FR-GF,Guyane,2020-04-15,,36.0,3.0,,,
+FR-GF,Guyane,2020-04-16,,36.0,0.0,,,
+FR-GF,Guyane,2020-04-17,,37.0,1.0,,,
+FR-GF,Guyane,2020-04-18,,37.0,0.0,,,
+FR-GF,Guyane,2020-04-19,,37.0,0.0,,,
+FR-GF,Guyane,2020-04-20,,37.0,0.0,,,
+FR-GF,Guyane,2020-04-21,,39.0,2.0,,,
+FR-GF,Guyane,2020-04-22,,39.0,0.0,,,
+FR-GF,Guyane,2020-04-23,,42.0,3.0,,,
+FR-GF,Guyane,2020-04-24,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-25,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-26,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-27,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-28,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-29,,42.0,0.0,,,
+FR-GF,Guyane,2020-04-30,,42.0,0.0,,,
+FR-GF,Guyane,2020-05-01,,44.0,2.0,,,
+FR-GF,Guyane,2020-05-02,,44.0,0.0,,,
+FR-GF,Guyane,2020-05-03,,44.0,0.0,,,
+FR-GF,Guyane,2020-05-04,,47.0,3.0,,,
+FR-GF,Guyane,2020-05-05,,47.0,0.0,,,
+FR-GF,Guyane,2020-05-06,,47.0,0.0,,,
+FR-GF,Guyane,2020-05-07,,50.0,3.0,,,
+FR-GF,Guyane,2020-05-08,,50.0,0.0,,,
+FR-GF,Guyane,2020-05-09,,50.0,0.0,,,
+FR-GF,Guyane,2020-05-10,,50.0,0.0,,,
+FR-GF,Guyane,2020-05-11,,52.0,2.0,,,
+FR-GF,Guyane,2020-05-12,,55.0,3.0,,,
+FR-GF,Guyane,2020-05-13,,55.0,0.0,,,
+FR-GF,Guyane,2020-05-14,,55.0,0.0,,,
+FR-GF,Guyane,2020-05-15,,57.0,2.0,,,
+FR-GF,Guyane,2020-05-16,,57.0,0.0,,,
+FR-GF,Guyane,2020-05-17,,58.0,1.0,,,
+FR-GF,Guyane,2020-05-18,,65.0,7.0,,,
+FR-GF,Guyane,2020-05-19,,69.0,4.0,,,
+FR-GF,Guyane,2020-05-20,,69.0,0.0,,,
+FR-GF,Guyane,2020-05-21,,69.0,0.0,,,
+FR-GF,Guyane,2020-05-22,,69.0,0.0,,,
+FR-GF,Guyane,2020-05-23,,79.0,10.0,,,
+FR-GF,Guyane,2020-05-24,,79.0,0.0,,,
+FR-GF,Guyane,2020-05-25,,80.0,1.0,,,
+FR-GF,Guyane,2020-05-26,,88.0,8.0,,,
+FR-GF,Guyane,2020-05-27,,91.0,3.0,,,
+FR-GF,Guyane,2020-05-28,,96.0,5.0,,,
+FR-GF,Guyane,2020-05-29,,98.0,2.0,,,
+FR-GF,Guyane,2020-05-30,,100.0,2.0,,,
+FR-GF,Guyane,2020-05-31,,100.0,0.0,,,
+FR-GF,Guyane,2020-06-01,,109.0,9.0,,,
+FR-GF,Guyane,2020-06-02,,116.0,7.0,,,
+FR-GF,Guyane,2020-06-03,,124.0,8.0,,,
+FR-GF,Guyane,2020-06-04,,127.0,3.0,,,
+FR-GF,Guyane,2020-06-05,,143.0,16.0,,,
+FR-GF,Guyane,2020-06-06,,154.0,11.0,,,
+FR-GF,Guyane,2020-06-07,,157.0,3.0,,,
+FR-GF,Guyane,2020-06-08,,161.0,4.0,,,
+FR-LRE,La Réunion,2020-03-19,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-20,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-21,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-22,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-23,,0.0,0.0,,,
+FR-LRE,La Réunion,2020-03-24,,1.0,1.0,,,
+FR-LRE,La Réunion,2020-03-25,,1.0,0.0,,,
+FR-LRE,La Réunion,2020-03-26,,1.0,0.0,,,
+FR-LRE,La Réunion,2020-03-27,,1.0,0.0,,,
+FR-LRE,La Réunion,2020-03-28,,13.0,12.0,,,
+FR-LRE,La Réunion,2020-03-29,,55.0,42.0,,,
+FR-LRE,La Réunion,2020-03-30,,59.0,4.0,,,
+FR-LRE,La Réunion,2020-03-31,,65.0,6.0,,,
+FR-LRE,La Réunion,2020-04-01,,72.0,7.0,,,
+FR-LRE,La Réunion,2020-04-02,,78.0,6.0,,,
+FR-LRE,La Réunion,2020-04-03,,82.0,4.0,,,
+FR-LRE,La Réunion,2020-04-04,,85.0,3.0,,,
+FR-LRE,La Réunion,2020-04-05,,85.0,0.0,,,
+FR-LRE,La Réunion,2020-04-06,,88.0,3.0,,,
+FR-LRE,La Réunion,2020-04-07,,89.0,1.0,,,
+FR-LRE,La Réunion,2020-04-08,,94.0,5.0,,,
+FR-LRE,La Réunion,2020-04-09,,94.0,0.0,,,
+FR-LRE,La Réunion,2020-04-10,,100.0,6.0,,,
+FR-LRE,La Réunion,2020-04-11,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-12,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-13,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-14,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-15,,100.0,0.0,,,
+FR-LRE,La Réunion,2020-04-16,,102.0,2.0,,,
+FR-LRE,La Réunion,2020-04-17,,103.0,1.0,,,
+FR-LRE,La Réunion,2020-04-18,,103.0,0.0,,,
+FR-LRE,La Réunion,2020-04-19,,107.0,4.0,,,
+FR-LRE,La Réunion,2020-04-20,,108.0,1.0,,,
+FR-LRE,La Réunion,2020-04-21,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-22,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-23,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-24,,108.0,0.0,,,
+FR-LRE,La Réunion,2020-04-25,,109.0,1.0,,,
+FR-LRE,La Réunion,2020-04-26,,109.0,0.0,,,
+FR-LRE,La Réunion,2020-04-27,,109.0,0.0,,,
+FR-LRE,La Réunion,2020-04-28,,110.0,1.0,,,
+FR-LRE,La Réunion,2020-04-29,,113.0,3.0,,,
+FR-LRE,La Réunion,2020-04-30,,113.0,0.0,,,
+FR-LRE,La Réunion,2020-05-01,,113.0,0.0,,,
+FR-LRE,La Réunion,2020-05-02,,115.0,2.0,,,
+FR-LRE,La Réunion,2020-05-03,,115.0,0.0,,,
+FR-LRE,La Réunion,2020-05-04,,116.0,1.0,,,
+FR-LRE,La Réunion,2020-05-05,,119.0,3.0,,,
+FR-LRE,La Réunion,2020-05-06,,120.0,1.0,,,
+FR-LRE,La Réunion,2020-05-07,,123.0,3.0,,,
+FR-LRE,La Réunion,2020-05-08,,126.0,3.0,,,
+FR-LRE,La Réunion,2020-05-09,,128.0,2.0,,,
+FR-LRE,La Réunion,2020-05-10,,128.0,0.0,,,
+FR-LRE,La Réunion,2020-05-11,,128.0,0.0,,,
+FR-LRE,La Réunion,2020-05-12,,128.0,0.0,,,
+FR-LRE,La Réunion,2020-05-13,,129.0,1.0,,,
+FR-LRE,La Réunion,2020-05-14,,130.0,1.0,,,
+FR-LRE,La Réunion,2020-05-15,,130.0,0.0,,,
+FR-LRE,La Réunion,2020-05-16,,132.0,2.0,,,
+FR-LRE,La Réunion,2020-05-17,,132.0,0.0,,,
+FR-LRE,La Réunion,2020-05-18,,133.0,1.0,,,
+FR-LRE,La Réunion,2020-05-19,,133.0,0.0,,,
+FR-LRE,La Réunion,2020-05-20,,133.0,0.0,,,
+FR-LRE,La Réunion,2020-05-21,,134.0,1.0,,,
+FR-LRE,La Réunion,2020-05-22,,135.0,1.0,,,
+FR-LRE,La Réunion,2020-05-23,,135.0,0.0,,,
+FR-LRE,La Réunion,2020-05-24,,137.0,2.0,,,
+FR-LRE,La Réunion,2020-05-25,,139.0,2.0,,,
+FR-LRE,La Réunion,2020-05-26,,140.0,1.0,,,
+FR-LRE,La Réunion,2020-05-27,,142.0,2.0,,,
+FR-LRE,La Réunion,2020-05-28,,142.0,0.0,,,
+FR-LRE,La Réunion,2020-05-29,,144.0,2.0,,,
+FR-LRE,La Réunion,2020-05-30,,146.0,2.0,,,
+FR-LRE,La Réunion,2020-05-31,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-01,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-02,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-03,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-04,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-05,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-06,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-07,,146.0,0.0,,,
+FR-LRE,La Réunion,2020-06-08,,146.0,0.0,,,
+FR-MAY,Mayotte,2020-03-19,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-20,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-21,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-22,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-23,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-24,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-25,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-26,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-27,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-28,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-29,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-30,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-03-31,,0.0,0.0,,,
+FR-MAY,Mayotte,2020-04-01,,1.0,1.0,,,
+FR-MAY,Mayotte,2020-04-02,,12.0,11.0,,,
+FR-MAY,Mayotte,2020-04-03,,21.0,9.0,,,
+FR-MAY,Mayotte,2020-04-04,,23.0,2.0,,,
+FR-MAY,Mayotte,2020-04-05,,26.0,3.0,,,
+FR-MAY,Mayotte,2020-04-06,,30.0,4.0,,,
+FR-MAY,Mayotte,2020-04-07,,34.0,4.0,,,
+FR-MAY,Mayotte,2020-04-08,,41.0,7.0,,,
+FR-MAY,Mayotte,2020-04-09,,43.0,2.0,,,
+FR-MAY,Mayotte,2020-04-10,,45.0,2.0,,,
+FR-MAY,Mayotte,2020-04-11,,47.0,2.0,,,
+FR-MAY,Mayotte,2020-04-12,,49.0,2.0,,,
+FR-MAY,Mayotte,2020-04-13,,49.0,0.0,,,
+FR-MAY,Mayotte,2020-04-14,,53.0,4.0,,,
+FR-MAY,Mayotte,2020-04-15,,58.0,5.0,,,
+FR-MAY,Mayotte,2020-04-16,,65.0,7.0,,,
+FR-MAY,Mayotte,2020-04-17,,67.0,2.0,,,
+FR-MAY,Mayotte,2020-04-18,,69.0,2.0,,,
+FR-MAY,Mayotte,2020-04-19,,74.0,5.0,,,
+FR-MAY,Mayotte,2020-04-20,,75.0,1.0,,,
+FR-MAY,Mayotte,2020-04-21,,79.0,4.0,,,
+FR-MAY,Mayotte,2020-04-22,,83.0,4.0,,,
+FR-MAY,Mayotte,2020-04-23,,85.0,2.0,,,
+FR-MAY,Mayotte,2020-04-24,,94.0,9.0,,,
+FR-MAY,Mayotte,2020-04-25,,94.0,0.0,,,
+FR-MAY,Mayotte,2020-04-26,,106.0,12.0,,,
+FR-MAY,Mayotte,2020-04-27,,112.0,6.0,,,
+FR-MAY,Mayotte,2020-04-28,,120.0,8.0,,,
+FR-MAY,Mayotte,2020-04-29,,120.0,0.0,,,
+FR-MAY,Mayotte,2020-04-30,,127.0,7.0,,,
+FR-MAY,Mayotte,2020-05-01,,133.0,6.0,,,
+FR-MAY,Mayotte,2020-05-02,,135.0,2.0,,,
+FR-MAY,Mayotte,2020-05-03,,143.0,8.0,,,
+FR-MAY,Mayotte,2020-05-04,,153.0,10.0,,,
+FR-MAY,Mayotte,2020-05-05,,159.0,6.0,,,
+FR-MAY,Mayotte,2020-05-06,,166.0,7.0,,,
+FR-MAY,Mayotte,2020-05-07,,176.0,10.0,,,
+FR-MAY,Mayotte,2020-05-08,,180.0,4.0,,,
+FR-MAY,Mayotte,2020-05-09,,185.0,5.0,,,
+FR-MAY,Mayotte,2020-05-10,,194.0,9.0,,,
+FR-MAY,Mayotte,2020-05-11,,203.0,9.0,,,
+FR-MAY,Mayotte,2020-05-12,,213.0,10.0,,,
+FR-MAY,Mayotte,2020-05-13,,222.0,9.0,,,
+FR-MAY,Mayotte,2020-05-14,,234.0,12.0,,,
+FR-MAY,Mayotte,2020-05-15,,241.0,7.0,,,
+FR-MAY,Mayotte,2020-05-16,,244.0,3.0,,,
+FR-MAY,Mayotte,2020-05-17,,250.0,6.0,,,
+FR-MAY,Mayotte,2020-05-18,,251.0,1.0,,,
+FR-MAY,Mayotte,2020-05-19,,255.0,4.0,,,
+FR-MAY,Mayotte,2020-05-20,,258.0,3.0,,,
+FR-MAY,Mayotte,2020-05-21,,264.0,6.0,,,
+FR-MAY,Mayotte,2020-05-22,,269.0,5.0,,,
+FR-MAY,Mayotte,2020-05-23,,272.0,3.0,,,
+FR-MAY,Mayotte,2020-05-24,,277.0,5.0,,,
+FR-MAY,Mayotte,2020-05-25,,280.0,3.0,,,
+FR-MAY,Mayotte,2020-05-26,,285.0,5.0,,,
+FR-MAY,Mayotte,2020-05-27,,292.0,7.0,,,
+FR-MAY,Mayotte,2020-05-28,,295.0,3.0,,,
+FR-MAY,Mayotte,2020-05-29,,305.0,10.0,,,
+FR-MAY,Mayotte,2020-05-30,,309.0,4.0,,,
+FR-MAY,Mayotte,2020-05-31,,311.0,2.0,,,
+FR-MAY,Mayotte,2020-06-01,,313.0,2.0,,,
+FR-MAY,Mayotte,2020-06-02,,317.0,4.0,,,
+FR-MAY,Mayotte,2020-06-03,,325.0,8.0,,,
+FR-MAY,Mayotte,2020-06-04,,331.0,6.0,,,
+FR-MAY,Mayotte,2020-06-05,,336.0,5.0,,,
+FR-MAY,Mayotte,2020-06-06,,343.0,7.0,,,
+FR-MAY,Mayotte,2020-06-07,,343.0,0.0,,,
+FR-MAY,Mayotte,2020-06-08,,350.0,7.0,,,
+FRA,France,2020-03-19,,2229.0,2229.0,,,
+FRA,France,2020-03-20,,3485.0,1256.0,,,
+FRA,France,2020-03-21,,5025.0,1540.0,,,
+FRA,France,2020-03-22,,6559.0,1534.0,,,
+FRA,France,2020-03-23,,8612.0,2053.0,,,
+FRA,France,2020-03-24,,11230.0,2618.0,,,
+FRA,France,2020-03-25,,14396.0,3166.0,,,
+FRA,France,2020-03-26,,17493.0,3097.0,,,
+FRA,France,2020-03-27,,20552.0,3059.0,,,
+FRA,France,2020-03-28,,23905.0,3353.0,,,
+FRA,France,2020-03-29,,26590.0,2685.0,,,
+FRA,France,2020-03-30,,29698.0,3108.0,,,
+FRA,France,2020-03-31,,33844.0,4146.0,,,
+FRA,France,2020-04-01,,38125.0,4281.0,,,
+FRA,France,2020-04-02,,41970.0,3845.0,,,
+FRA,France,2020-04-03,,45597.0,3627.0,,,
+FRA,France,2020-04-04,,48419.0,2822.0,,,
+FRA,France,2020-04-05,,50350.0,1931.0,,,
+FRA,France,2020-04-06,,53104.0,2754.0,,,
+FRA,France,2020-04-07,,56381.0,3277.0,,,
+FRA,France,2020-04-08,,59520.0,3139.0,,,
+FRA,France,2020-04-09,,62510.0,2990.0,,,
+FRA,France,2020-04-10,,65671.0,3161.0,,,
+FRA,France,2020-04-11,,67715.0,2044.0,,,
+FRA,France,2020-04-12,,69403.0,1688.0,,,
+FRA,France,2020-04-13,,70660.0,1257.0,,,
+FRA,France,2020-04-14,,72625.0,1965.0,,,
+FRA,France,2020-04-15,,75040.0,2415.0,,,
+FRA,France,2020-04-16,,77124.0,2084.0,,,
+FRA,France,2020-04-17,,79290.0,2166.0,,,
+FRA,France,2020-04-18,,80855.0,1565.0,,,
+FRA,France,2020-04-19,,81745.0,890.0,,,
+FRA,France,2020-04-20,,83209.0,1464.0,,,
+FRA,France,2020-04-21,,85094.0,1885.0,,,
+FRA,France,2020-04-22,,86713.0,1619.0,,,
+FRA,France,2020-04-23,,88123.0,1410.0,,,
+FRA,France,2020-04-24,,89469.0,1346.0,,,
+FRA,France,2020-04-25,,90468.0,999.0,,,
+FRA,France,2020-04-26,,90949.0,481.0,,,
+FRA,France,2020-04-27,,91913.0,964.0,,,
+FRA,France,2020-04-28,,93234.0,1321.0,,,
+FRA,France,2020-04-29,,94304.0,1070.0,,,
+FRA,France,2020-04-30,,95352.0,1048.0,,,
+FRA,France,2020-05-01,,96020.0,668.0,,,
+FRA,France,2020-05-02,,96473.0,453.0,,,
+FRA,France,2020-05-03,,96818.0,345.0,,,
+FRA,France,2020-05-04,,97507.0,689.0,,,
+FRA,France,2020-05-05,,98494.0,987.0,,,
+FRA,France,2020-05-06,,99327.0,833.0,,,
+FRA,France,2020-05-07,,100055.0,728.0,,,
+FRA,France,2020-05-08,,100565.0,510.0,,,
+FRA,France,2020-05-09,,100830.0,265.0,,,
+FRA,France,2020-05-10,,101083.0,253.0,,,
+FRA,France,2020-05-11,,101606.0,523.0,,,
+FRA,France,2020-05-12,,102276.0,670.0,,,
+FRA,France,2020-05-13,,102819.0,543.0,,,
+FRA,France,2020-05-14,,103361.0,542.0,,,
+FRA,France,2020-05-15,,103799.0,438.0,,,
+FRA,France,2020-05-16,,104149.0,350.0,,,
+FRA,France,2020-05-17,,104301.0,152.0,,,
+FRA,France,2020-05-18,,104676.0,375.0,,,
+FRA,France,2020-05-19,,105182.0,506.0,,,
+FRA,France,2020-05-20,,105614.0,432.0,,,
+FRA,France,2020-05-21,,105885.0,271.0,,,
+FRA,France,2020-05-22,,106148.0,263.0,,,
+FRA,France,2020-05-23,,106381.0,233.0,,,
+FRA,France,2020-05-24,,106502.0,121.0,,,
+FRA,France,2020-05-25,,106844.0,342.0,,,
+FRA,France,2020-05-26,,107162.0,318.0,,,
+FRA,France,2020-05-27,,107433.0,271.0,,,
+FRA,France,2020-05-28,,107686.0,253.0,,,
+FRA,France,2020-05-29,,107941.0,255.0,,,
+FRA,France,2020-05-30,,108168.0,227.0,,,
+FRA,France,2020-05-31,,108240.0,72.0,,,
+FRA,France,2020-06-01,,108329.0,89.0,,,
+FRA,France,2020-06-02,,108558.0,229.0,,,
+FRA,France,2020-06-03,,108808.0,250.0,,,
+FRA,France,2020-06-04,,109003.0,195.0,,,
+FRA,France,2020-06-05,,109216.0,213.0,,,
+FRA,France,2020-06-06,,109359.0,143.0,,,
+FRA,France,2020-06-07,,109396.0,37.0,,,
+FRA,France,2020-06-08,,109541.0,145.0,,,
+US-WY,Wyoming,2020-03-07,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-08,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-09,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-10,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-11,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-12,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-13,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-14,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-15,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-16,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-17,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-18,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-19,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-20,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-21,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-22,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-23,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-24,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-25,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-26,,0.0,0.0,,,
+US-WY,Wyoming,2020-03-27,,11.0,11.0,,,
+US-WY,Wyoming,2020-03-28,,14.0,3.0,,,
+US-WY,Wyoming,2020-03-29,,15.0,1.0,,,
+US-WY,Wyoming,2020-03-30,,17.0,2.0,,,
+US-WY,Wyoming,2020-03-31,,17.0,0.0,,,
+US-WY,Wyoming,2020-04-01,,18.0,1.0,,,
+US-WY,Wyoming,2020-04-02,,19.0,1.0,,,
+US-WY,Wyoming,2020-04-03,,21.0,2.0,,,
+US-WY,Wyoming,2020-04-04,,23.0,2.0,,,
+US-WY,Wyoming,2020-04-05,,23.0,0.0,,,
+US-WY,Wyoming,2020-04-06,,23.0,0.0,,,
+US-WY,Wyoming,2020-04-07,,33.0,10.0,,,
+US-WY,Wyoming,2020-04-08,,33.0,0.0,,,
+US-WY,Wyoming,2020-04-09,,34.0,1.0,,,
+US-WY,Wyoming,2020-04-10,,37.0,3.0,,,
+US-WY,Wyoming,2020-04-11,,37.0,0.0,,,
+US-WY,Wyoming,2020-04-12,,40.0,3.0,,,
+US-WY,Wyoming,2020-04-13,,41.0,1.0,,,
+US-WY,Wyoming,2020-04-14,,43.0,2.0,,,
+US-WY,Wyoming,2020-04-15,,43.0,0.0,,,
+US-WY,Wyoming,2020-04-16,,43.0,0.0,,,
+US-WY,Wyoming,2020-04-17,,43.0,0.0,,,
+US-WY,Wyoming,2020-04-18,,50.0,7.0,,,
+US-WY,Wyoming,2020-04-19,,50.0,0.0,,,
+US-WY,Wyoming,2020-04-20,,51.0,1.0,,,
+US-WY,Wyoming,2020-04-21,,52.0,1.0,,,
+US-WY,Wyoming,2020-04-22,,52.0,0.0,,,
+US-WY,Wyoming,2020-04-23,,52.0,0.0,,,
+US-WY,Wyoming,2020-04-24,,54.0,2.0,,,
+US-WY,Wyoming,2020-04-25,,54.0,0.0,,,
+US-WY,Wyoming,2020-04-26,,54.0,0.0,,,
+US-WY,Wyoming,2020-04-27,,54.0,0.0,,,
+US-WY,Wyoming,2020-04-28,,56.0,2.0,,,
+US-WY,Wyoming,2020-04-29,,56.0,0.0,,,
+US-WY,Wyoming,2020-04-30,,56.0,0.0,,,
+US-WY,Wyoming,2020-05-01,,56.0,0.0,,,
+US-WY,Wyoming,2020-05-02,,58.0,2.0,,,
+US-WY,Wyoming,2020-05-03,,60.0,2.0,,,
+US-WY,Wyoming,2020-05-04,,60.0,0.0,,,
+US-WY,Wyoming,2020-05-05,,60.0,0.0,,,
+US-WY,Wyoming,2020-05-06,,60.0,0.0,,,
+US-WY,Wyoming,2020-05-07,,59.0,-1.0,,,
+US-WY,Wyoming,2020-05-08,,60.0,1.0,,,
+US-WY,Wyoming,2020-05-09,,64.0,4.0,,,
+US-WY,Wyoming,2020-05-10,,65.0,1.0,,,
+US-WY,Wyoming,2020-05-11,,66.0,1.0,,,
+US-WY,Wyoming,2020-05-12,,67.0,1.0,,,
+US-WY,Wyoming,2020-05-13,,67.0,0.0,,,
+US-WY,Wyoming,2020-05-14,,67.0,0.0,,,
+US-WY,Wyoming,2020-05-15,,68.0,1.0,,,
+US-WY,Wyoming,2020-05-16,,69.0,1.0,,,
+US-WY,Wyoming,2020-05-17,,70.0,1.0,,,
+US-WY,Wyoming,2020-05-18,,73.0,3.0,,,
+US-WY,Wyoming,2020-05-19,,73.0,0.0,,,
+US-WY,Wyoming,2020-05-20,,74.0,1.0,,,
+US-WY,Wyoming,2020-05-21,,75.0,1.0,,,
+US-WY,Wyoming,2020-05-22,,76.0,1.0,,,
+US-WY,Wyoming,2020-05-23,,77.0,1.0,,,
+US-WY,Wyoming,2020-05-24,,78.0,1.0,,,
+US-WY,Wyoming,2020-05-25,,79.0,1.0,,,
+US-WY,Wyoming,2020-05-26,,82.0,3.0,,,
+US-WY,Wyoming,2020-05-27,,82.0,0.0,,,
+US-WY,Wyoming,2020-05-28,,82.0,0.0,,,
+US-WY,Wyoming,2020-05-29,,84.0,2.0,,,
+US-WY,Wyoming,2020-05-30,,85.0,1.0,,,
+US-WY,Wyoming,2020-05-31,,85.0,0.0,,,
+US-WY,Wyoming,2020-06-01,,86.0,1.0,,,
+US-WY,Wyoming,2020-06-02,,86.0,0.0,,,
+US-WY,Wyoming,2020-06-03,,87.0,1.0,,,
+US-WY,Wyoming,2020-06-04,,87.0,0.0,,,
+US-WY,Wyoming,2020-06-05,,90.0,3.0,,,
+US-WY,Wyoming,2020-06-06,,90.0,0.0,,,
+US-WY,Wyoming,2020-06-07,,90.0,0.0,,,
+US-WV,West Virginia,2020-03-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-07,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-08,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-09,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-10,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-11,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-12,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-13,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-14,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-15,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-16,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-17,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-18,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-19,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-20,,0.0,0.0,,,
+US-WV,West Virginia,2020-03-21,,1.0,1.0,,,
+US-WV,West Virginia,2020-03-22,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-23,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-24,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-25,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-26,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-27,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-28,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-29,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-30,,1.0,0.0,,,
+US-WV,West Virginia,2020-03-31,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-01,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-02,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-03,,1.0,0.0,,,
+US-WV,West Virginia,2020-04-04,,0.0,-1.0,,,
+US-WV,West Virginia,2020-04-05,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-07,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-08,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-09,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-10,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-11,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-12,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-13,,164.0,164.0,,,
+US-WV,West Virginia,2020-04-14,,164.0,0.0,,,
+US-WV,West Virginia,2020-04-15,,164.0,0.0,,,
+US-WV,West Virginia,2020-04-16,,0.0,-164.0,,,
+US-WV,West Virginia,2020-04-17,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-18,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-19,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-20,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-21,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-22,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-23,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-24,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-25,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-26,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-27,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-28,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-29,,0.0,0.0,,,
+US-WV,West Virginia,2020-04-30,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-01,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-02,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-03,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-04,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-05,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-07,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-08,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-09,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-10,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-11,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-12,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-13,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-14,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-15,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-16,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-17,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-18,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-19,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-20,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-21,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-22,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-23,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-24,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-25,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-26,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-27,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-28,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-29,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-30,,0.0,0.0,,,
+US-WV,West Virginia,2020-05-31,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-01,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-02,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-03,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-04,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-05,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-06,,0.0,0.0,,,
+US-WV,West Virginia,2020-06-07,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-04,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-05,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-06,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-07,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-08,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-09,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-10,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-11,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-12,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-13,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-14,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-15,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-16,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-17,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-18,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-19,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-20,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-21,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-22,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-23,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-24,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-25,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-26,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-27,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-28,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-29,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-30,,0.0,0.0,,,
+US-WI,Wisconsin,2020-03-31,,337.0,337.0,,,
+US-WI,Wisconsin,2020-04-01,,398.0,61.0,,,
+US-WI,Wisconsin,2020-04-02,,461.0,63.0,,,
+US-WI,Wisconsin,2020-04-03,,487.0,26.0,,,
+US-WI,Wisconsin,2020-04-04,,588.0,101.0,,,
+US-WI,Wisconsin,2020-04-05,,624.0,36.0,,,
+US-WI,Wisconsin,2020-04-06,,668.0,44.0,,,
+US-WI,Wisconsin,2020-04-07,,745.0,77.0,,,
+US-WI,Wisconsin,2020-04-08,,790.0,45.0,,,
+US-WI,Wisconsin,2020-04-09,,843.0,53.0,,,
+US-WI,Wisconsin,2020-04-10,,904.0,61.0,,,
+US-WI,Wisconsin,2020-04-11,,950.0,46.0,,,
+US-WI,Wisconsin,2020-04-12,,974.0,24.0,,,
+US-WI,Wisconsin,2020-04-13,,993.0,19.0,,,
+US-WI,Wisconsin,2020-04-14,,1049.0,56.0,,,
+US-WI,Wisconsin,2020-04-15,,1091.0,42.0,,,
+US-WI,Wisconsin,2020-04-16,,1121.0,30.0,,,
+US-WI,Wisconsin,2020-04-17,,1153.0,32.0,,,
+US-WI,Wisconsin,2020-04-18,,1176.0,23.0,,,
+US-WI,Wisconsin,2020-04-19,,1190.0,14.0,,,
+US-WI,Wisconsin,2020-04-20,,1211.0,21.0,,,
+US-WI,Wisconsin,2020-04-21,,1252.0,41.0,,,
+US-WI,Wisconsin,2020-04-22,,1302.0,50.0,,,
+US-WI,Wisconsin,2020-04-23,,1318.0,16.0,,,
+US-WI,Wisconsin,2020-04-24,,1353.0,35.0,,,
+US-WI,Wisconsin,2020-04-25,,1376.0,23.0,,,
+US-WI,Wisconsin,2020-04-26,,1397.0,21.0,,,
+US-WI,Wisconsin,2020-04-27,,1415.0,18.0,,,
+US-WI,Wisconsin,2020-04-28,,1456.0,41.0,,,
+US-WI,Wisconsin,2020-04-29,,1489.0,33.0,,,
+US-WI,Wisconsin,2020-04-30,,1512.0,23.0,,,
+US-WI,Wisconsin,2020-05-01,,1544.0,32.0,,,
+US-WI,Wisconsin,2020-05-02,,1591.0,47.0,,,
+US-WI,Wisconsin,2020-05-03,,1608.0,17.0,,,
+US-WI,Wisconsin,2020-05-04,,1621.0,13.0,,,
+US-WI,Wisconsin,2020-05-05,,1663.0,42.0,,,
+US-WI,Wisconsin,2020-05-06,,1694.0,31.0,,,
+US-WI,Wisconsin,2020-05-07,,1732.0,38.0,,,
+US-WI,Wisconsin,2020-05-08,,1767.0,35.0,,,
+US-WI,Wisconsin,2020-05-09,,1806.0,39.0,,,
+US-WI,Wisconsin,2020-05-10,,1820.0,14.0,,,
+US-WI,Wisconsin,2020-05-11,,1846.0,26.0,,,
+US-WI,Wisconsin,2020-05-12,,1877.0,31.0,,,
+US-WI,Wisconsin,2020-05-13,,1908.0,31.0,,,
+US-WI,Wisconsin,2020-05-14,,1939.0,31.0,,,
+US-WI,Wisconsin,2020-05-15,,1977.0,38.0,,,
+US-WI,Wisconsin,2020-05-16,,2018.0,41.0,,,
+US-WI,Wisconsin,2020-05-17,,2038.0,20.0,,,
+US-WI,Wisconsin,2020-05-18,,2068.0,30.0,,,
+US-WI,Wisconsin,2020-05-19,,2110.0,42.0,,,
+US-WI,Wisconsin,2020-05-20,,2161.0,51.0,,,
+US-WI,Wisconsin,2020-05-21,,2218.0,57.0,,,
+US-WI,Wisconsin,2020-05-22,,2259.0,41.0,,,
+US-WI,Wisconsin,2020-05-23,,2292.0,33.0,,,
+US-WI,Wisconsin,2020-05-24,,2315.0,23.0,,,
+US-WI,Wisconsin,2020-05-25,,2339.0,24.0,,,
+US-WI,Wisconsin,2020-05-26,,2362.0,23.0,,,
+US-WI,Wisconsin,2020-05-27,,2411.0,49.0,,,
+US-WI,Wisconsin,2020-05-28,,2452.0,41.0,,,
+US-WI,Wisconsin,2020-05-29,,2499.0,47.0,,,
+US-WI,Wisconsin,2020-05-30,,2563.0,64.0,,,
+US-WI,Wisconsin,2020-05-31,,2583.0,20.0,,,
+US-WI,Wisconsin,2020-06-01,,2603.0,20.0,,,
+US-WI,Wisconsin,2020-06-02,,2643.0,40.0,,,
+US-WI,Wisconsin,2020-06-03,,2700.0,57.0,,,
+US-WI,Wisconsin,2020-06-04,,2739.0,39.0,,,
+US-WI,Wisconsin,2020-06-05,,2791.0,52.0,,,
+US-WI,Wisconsin,2020-06-06,,2832.0,41.0,,,
+US-WI,Wisconsin,2020-06-07,,2848.0,16.0,,,
+US-WA,Washington,2020-01-22,,0.0,0.0,,,
+US-WA,Washington,2020-01-23,,0.0,0.0,,,
+US-WA,Washington,2020-01-24,,0.0,0.0,,,
+US-WA,Washington,2020-01-25,,0.0,0.0,,,
+US-WA,Washington,2020-01-26,,0.0,0.0,,,
+US-WA,Washington,2020-01-27,,0.0,0.0,,,
+US-WA,Washington,2020-01-28,,0.0,0.0,,,
+US-WA,Washington,2020-01-29,,0.0,0.0,,,
+US-WA,Washington,2020-01-30,,0.0,0.0,,,
+US-WA,Washington,2020-01-31,,0.0,0.0,,,
+US-WA,Washington,2020-02-01,,0.0,0.0,,,
+US-WA,Washington,2020-02-02,,0.0,0.0,,,
+US-WA,Washington,2020-02-03,,0.0,0.0,,,
+US-WA,Washington,2020-02-04,,0.0,0.0,,,
+US-WA,Washington,2020-02-05,,0.0,0.0,,,
+US-WA,Washington,2020-02-06,,0.0,0.0,,,
+US-WA,Washington,2020-02-07,,0.0,0.0,,,
+US-WA,Washington,2020-02-08,,0.0,0.0,,,
+US-WA,Washington,2020-02-09,,0.0,0.0,,,
+US-WA,Washington,2020-02-10,,0.0,0.0,,,
+US-WA,Washington,2020-02-11,,0.0,0.0,,,
+US-WA,Washington,2020-02-12,,0.0,0.0,,,
+US-WA,Washington,2020-02-13,,0.0,0.0,,,
+US-WA,Washington,2020-02-14,,0.0,0.0,,,
+US-WA,Washington,2020-02-15,,0.0,0.0,,,
+US-WA,Washington,2020-02-16,,0.0,0.0,,,
+US-WA,Washington,2020-02-17,,0.0,0.0,,,
+US-WA,Washington,2020-02-18,,0.0,0.0,,,
+US-WA,Washington,2020-02-19,,0.0,0.0,,,
+US-WA,Washington,2020-02-20,,0.0,0.0,,,
+US-WA,Washington,2020-02-21,,0.0,0.0,,,
+US-WA,Washington,2020-02-22,,0.0,0.0,,,
+US-WA,Washington,2020-02-23,,0.0,0.0,,,
+US-WA,Washington,2020-02-24,,0.0,0.0,,,
+US-WA,Washington,2020-02-25,,0.0,0.0,,,
+US-WA,Washington,2020-02-26,,0.0,0.0,,,
+US-WA,Washington,2020-02-27,,0.0,0.0,,,
+US-WA,Washington,2020-02-28,,0.0,0.0,,,
+US-WA,Washington,2020-02-29,,0.0,0.0,,,
+US-WA,Washington,2020-03-01,,0.0,0.0,,,
+US-WA,Washington,2020-03-02,,0.0,0.0,,,
+US-WA,Washington,2020-03-03,,0.0,0.0,,,
+US-WA,Washington,2020-03-04,,0.0,0.0,,,
+US-WA,Washington,2020-03-05,,0.0,0.0,,,
+US-WA,Washington,2020-03-06,,0.0,0.0,,,
+US-WA,Washington,2020-03-07,,0.0,0.0,,,
+US-WA,Washington,2020-03-08,,0.0,0.0,,,
+US-WA,Washington,2020-03-09,,0.0,0.0,,,
+US-WA,Washington,2020-03-10,,0.0,0.0,,,
+US-WA,Washington,2020-03-11,,0.0,0.0,,,
+US-WA,Washington,2020-03-12,,0.0,0.0,,,
+US-WA,Washington,2020-03-13,,0.0,0.0,,,
+US-WA,Washington,2020-03-14,,0.0,0.0,,,
+US-WA,Washington,2020-03-15,,0.0,0.0,,,
+US-WA,Washington,2020-03-16,,0.0,0.0,,,
+US-WA,Washington,2020-03-17,,0.0,0.0,,,
+US-WA,Washington,2020-03-18,,0.0,0.0,,,
+US-WA,Washington,2020-03-19,,0.0,0.0,,,
+US-WA,Washington,2020-03-20,,0.0,0.0,,,
+US-WA,Washington,2020-03-21,,0.0,0.0,,,
+US-WA,Washington,2020-03-22,,0.0,0.0,,,
+US-WA,Washington,2020-03-23,,0.0,0.0,,,
+US-WA,Washington,2020-03-24,,0.0,0.0,,,
+US-WA,Washington,2020-03-25,,0.0,0.0,,,
+US-WA,Washington,2020-03-26,,0.0,0.0,,,
+US-WA,Washington,2020-03-27,,0.0,0.0,,,
+US-WA,Washington,2020-03-28,,0.0,0.0,,,
+US-WA,Washington,2020-03-29,,0.0,0.0,,,
+US-WA,Washington,2020-03-30,,0.0,0.0,,,
+US-WA,Washington,2020-03-31,,0.0,0.0,,,
+US-WA,Washington,2020-04-01,,0.0,0.0,,,
+US-WA,Washington,2020-04-02,,0.0,0.0,,,
+US-WA,Washington,2020-04-03,,0.0,0.0,,,
+US-WA,Washington,2020-04-04,,0.0,0.0,,,
+US-WA,Washington,2020-04-05,,0.0,0.0,,,
+US-WA,Washington,2020-04-06,,0.0,0.0,,,
+US-WA,Washington,2020-04-07,,0.0,0.0,,,
+US-WA,Washington,2020-04-08,,0.0,0.0,,,
+US-WA,Washington,2020-04-09,,0.0,0.0,,,
+US-WA,Washington,2020-04-10,,0.0,0.0,,,
+US-WA,Washington,2020-04-11,,0.0,0.0,,,
+US-WA,Washington,2020-04-12,,0.0,0.0,,,
+US-WA,Washington,2020-04-13,,0.0,0.0,,,
+US-WA,Washington,2020-04-14,,0.0,0.0,,,
+US-WA,Washington,2020-04-15,,0.0,0.0,,,
+US-WA,Washington,2020-04-16,,0.0,0.0,,,
+US-WA,Washington,2020-04-17,,0.0,0.0,,,
+US-WA,Washington,2020-04-18,,0.0,0.0,,,
+US-WA,Washington,2020-04-19,,0.0,0.0,,,
+US-WA,Washington,2020-04-20,,0.0,0.0,,,
+US-WA,Washington,2020-04-21,,0.0,0.0,,,
+US-WA,Washington,2020-04-22,,0.0,0.0,,,
+US-WA,Washington,2020-04-23,,0.0,0.0,,,
+US-WA,Washington,2020-04-24,,0.0,0.0,,,
+US-WA,Washington,2020-04-25,,0.0,0.0,,,
+US-WA,Washington,2020-04-26,,0.0,0.0,,,
+US-WA,Washington,2020-04-27,,0.0,0.0,,,
+US-WA,Washington,2020-04-28,,0.0,0.0,,,
+US-WA,Washington,2020-04-29,,0.0,0.0,,,
+US-WA,Washington,2020-04-30,,0.0,0.0,,,
+US-WA,Washington,2020-05-01,,0.0,0.0,,,
+US-WA,Washington,2020-05-02,,0.0,0.0,,,
+US-WA,Washington,2020-05-03,,0.0,0.0,,,
+US-WA,Washington,2020-05-04,,0.0,0.0,,,
+US-WA,Washington,2020-05-05,,0.0,0.0,,,
+US-WA,Washington,2020-05-06,,0.0,0.0,,,
+US-WA,Washington,2020-05-07,,0.0,0.0,,,
+US-WA,Washington,2020-05-08,,0.0,0.0,,,
+US-WA,Washington,2020-05-09,,0.0,0.0,,,
+US-WA,Washington,2020-05-10,,0.0,0.0,,,
+US-WA,Washington,2020-05-11,,0.0,0.0,,,
+US-WA,Washington,2020-05-12,,0.0,0.0,,,
+US-WA,Washington,2020-05-13,,0.0,0.0,,,
+US-WA,Washington,2020-05-14,,0.0,0.0,,,
+US-WA,Washington,2020-05-15,,0.0,0.0,,,
+US-WA,Washington,2020-05-16,,0.0,0.0,,,
+US-WA,Washington,2020-05-17,,0.0,0.0,,,
+US-WA,Washington,2020-05-18,,0.0,0.0,,,
+US-WA,Washington,2020-05-19,,0.0,0.0,,,
+US-WA,Washington,2020-05-20,,0.0,0.0,,,
+US-WA,Washington,2020-05-21,,3125.0,3125.0,,,
+US-WA,Washington,2020-05-22,,3156.0,31.0,,,
+US-WA,Washington,2020-05-23,,3230.0,74.0,,,
+US-WA,Washington,2020-05-24,,3256.0,26.0,,,
+US-WA,Washington,2020-05-25,,3287.0,31.0,,,
+US-WA,Washington,2020-05-26,,3290.0,3.0,,,
+US-WA,Washington,2020-05-27,,3338.0,48.0,,,
+US-WA,Washington,2020-05-28,,3394.0,56.0,,,
+US-WA,Washington,2020-05-29,,3413.0,19.0,,,
+US-WA,Washington,2020-05-30,,3455.0,42.0,,,
+US-WA,Washington,2020-05-31,,3480.0,25.0,,,
+US-WA,Washington,2020-06-01,,3501.0,21.0,,,
+US-WA,Washington,2020-06-02,,3517.0,16.0,,,
+US-WA,Washington,2020-06-03,,3543.0,26.0,,,
+US-WA,Washington,2020-06-04,,3578.0,35.0,,,
+US-WA,Washington,2020-06-05,,3615.0,37.0,,,
+US-WA,Washington,2020-06-06,,3639.0,24.0,,,
+US-WA,Washington,2020-06-07,,3652.0,13.0,,,
+US-VT,Vermont,2020-03-06,,0.0,0.0,,,
+US-VT,Vermont,2020-03-07,,0.0,0.0,,,
+US-VT,Vermont,2020-03-08,,0.0,0.0,,,
+US-VT,Vermont,2020-03-09,,0.0,0.0,,,
+US-VT,Vermont,2020-03-10,,0.0,0.0,,,
+US-VT,Vermont,2020-03-11,,0.0,0.0,,,
+US-VT,Vermont,2020-03-12,,0.0,0.0,,,
+US-VT,Vermont,2020-03-13,,0.0,0.0,,,
+US-VT,Vermont,2020-03-14,,0.0,0.0,,,
+US-VT,Vermont,2020-03-15,,0.0,0.0,,,
+US-VT,Vermont,2020-03-16,,0.0,0.0,,,
+US-VT,Vermont,2020-03-17,,0.0,0.0,,,
+US-VT,Vermont,2020-03-18,,0.0,0.0,,,
+US-VT,Vermont,2020-03-19,,0.0,0.0,,,
+US-VT,Vermont,2020-03-20,,0.0,0.0,,,
+US-VT,Vermont,2020-03-21,,0.0,0.0,,,
+US-VT,Vermont,2020-03-22,,0.0,0.0,,,
+US-VT,Vermont,2020-03-23,,0.0,0.0,,,
+US-VT,Vermont,2020-03-24,,0.0,0.0,,,
+US-VT,Vermont,2020-03-25,,0.0,0.0,,,
+US-VT,Vermont,2020-03-26,,0.0,0.0,,,
+US-VT,Vermont,2020-03-27,,18.0,18.0,,,
+US-VT,Vermont,2020-03-28,,18.0,0.0,,,
+US-VT,Vermont,2020-03-29,,18.0,0.0,,,
+US-VT,Vermont,2020-03-30,,18.0,0.0,,,
+US-VT,Vermont,2020-03-31,,36.0,18.0,,,
+US-VT,Vermont,2020-04-01,,45.0,9.0,,,
+US-VT,Vermont,2020-04-02,,45.0,0.0,,,
+US-VT,Vermont,2020-04-03,,45.0,0.0,,,
+US-VT,Vermont,2020-04-04,,45.0,0.0,,,
+US-VT,Vermont,2020-04-05,,45.0,0.0,,,
+US-VT,Vermont,2020-04-06,,45.0,0.0,,,
+US-VT,Vermont,2020-04-07,,45.0,0.0,,,
+US-VT,Vermont,2020-04-08,,50.0,5.0,,,
+US-VT,Vermont,2020-04-09,,0.0,-50.0,,,
+US-VT,Vermont,2020-04-10,,0.0,0.0,,,
+US-VT,Vermont,2020-04-11,,0.0,0.0,,,
+US-VT,Vermont,2020-04-12,,0.0,0.0,,,
+US-VT,Vermont,2020-04-13,,0.0,0.0,,,
+US-VT,Vermont,2020-04-14,,0.0,0.0,,,
+US-VT,Vermont,2020-04-15,,0.0,0.0,,,
+US-VT,Vermont,2020-04-16,,0.0,0.0,,,
+US-VT,Vermont,2020-04-17,,0.0,0.0,,,
+US-VT,Vermont,2020-04-18,,0.0,0.0,,,
+US-VT,Vermont,2020-04-19,,0.0,0.0,,,
+US-VT,Vermont,2020-04-20,,0.0,0.0,,,
+US-VT,Vermont,2020-04-21,,0.0,0.0,,,
+US-VT,Vermont,2020-04-22,,0.0,0.0,,,
+US-VT,Vermont,2020-04-23,,0.0,0.0,,,
+US-VT,Vermont,2020-04-24,,0.0,0.0,,,
+US-VT,Vermont,2020-04-25,,0.0,0.0,,,
+US-VT,Vermont,2020-04-26,,0.0,0.0,,,
+US-VT,Vermont,2020-04-27,,0.0,0.0,,,
+US-VT,Vermont,2020-04-28,,0.0,0.0,,,
+US-VT,Vermont,2020-04-29,,0.0,0.0,,,
+US-VT,Vermont,2020-04-30,,0.0,0.0,,,
+US-VT,Vermont,2020-05-01,,0.0,0.0,,,
+US-VT,Vermont,2020-05-02,,0.0,0.0,,,
+US-VT,Vermont,2020-05-03,,0.0,0.0,,,
+US-VT,Vermont,2020-05-04,,0.0,0.0,,,
+US-VT,Vermont,2020-05-05,,0.0,0.0,,,
+US-VT,Vermont,2020-05-06,,0.0,0.0,,,
+US-VT,Vermont,2020-05-07,,0.0,0.0,,,
+US-VT,Vermont,2020-05-08,,0.0,0.0,,,
+US-VT,Vermont,2020-05-09,,0.0,0.0,,,
+US-VT,Vermont,2020-05-10,,0.0,0.0,,,
+US-VT,Vermont,2020-05-11,,0.0,0.0,,,
+US-VT,Vermont,2020-05-12,,0.0,0.0,,,
+US-VT,Vermont,2020-05-13,,0.0,0.0,,,
+US-VT,Vermont,2020-05-14,,0.0,0.0,,,
+US-VT,Vermont,2020-05-15,,0.0,0.0,,,
+US-VT,Vermont,2020-05-16,,0.0,0.0,,,
+US-VT,Vermont,2020-05-17,,0.0,0.0,,,
+US-VT,Vermont,2020-05-18,,0.0,0.0,,,
+US-VT,Vermont,2020-05-19,,0.0,0.0,,,
+US-VT,Vermont,2020-05-20,,0.0,0.0,,,
+US-VT,Vermont,2020-05-21,,0.0,0.0,,,
+US-VT,Vermont,2020-05-22,,0.0,0.0,,,
+US-VT,Vermont,2020-05-23,,0.0,0.0,,,
+US-VT,Vermont,2020-05-24,,0.0,0.0,,,
+US-VT,Vermont,2020-05-25,,0.0,0.0,,,
+US-VT,Vermont,2020-05-26,,0.0,0.0,,,
+US-VT,Vermont,2020-05-27,,0.0,0.0,,,
+US-VT,Vermont,2020-05-28,,0.0,0.0,,,
+US-VT,Vermont,2020-05-29,,0.0,0.0,,,
+US-VT,Vermont,2020-05-30,,0.0,0.0,,,
+US-VT,Vermont,2020-05-31,,0.0,0.0,,,
+US-VT,Vermont,2020-06-01,,0.0,0.0,,,
+US-VT,Vermont,2020-06-02,,0.0,0.0,,,
+US-VT,Vermont,2020-06-03,,0.0,0.0,,,
+US-VT,Vermont,2020-06-04,,0.0,0.0,,,
+US-VT,Vermont,2020-06-05,,0.0,0.0,,,
+US-VT,Vermont,2020-06-06,,0.0,0.0,,,
+US-VT,Vermont,2020-06-07,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-16,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-17,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-18,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-19,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-20,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-21,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-22,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-23,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-24,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-25,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-26,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-27,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-28,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-29,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-30,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-03-31,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-01,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-02,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-03,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-04,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-05,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-06,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-07,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-08,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-09,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-10,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-11,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-12,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-13,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-14,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-15,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-16,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-17,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-18,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-19,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-20,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-21,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-22,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-23,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-24,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-25,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-26,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-27,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-28,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-29,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-04-30,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-01,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-02,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-03,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-04,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-05,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-06,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-07,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-08,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-09,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-10,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-11,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-12,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-13,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-14,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-15,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-16,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-17,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-18,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-19,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-20,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-21,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-22,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-23,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-24,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-25,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-26,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-27,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-28,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-29,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-30,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-05-31,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-01,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-02,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-03,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-04,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-05,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-06,,0.0,0.0,,,
+US-VI,United States Virgin Islands,2020-06-07,,0.0,0.0,,,
+US-VA,Virginia,2020-03-05,,0.0,0.0,,,
+US-VA,Virginia,2020-03-06,,0.0,0.0,,,
+US-VA,Virginia,2020-03-07,,0.0,0.0,,,
+US-VA,Virginia,2020-03-08,,0.0,0.0,,,
+US-VA,Virginia,2020-03-09,,0.0,0.0,,,
+US-VA,Virginia,2020-03-10,,0.0,0.0,,,
+US-VA,Virginia,2020-03-11,,0.0,0.0,,,
+US-VA,Virginia,2020-03-12,,0.0,0.0,,,
+US-VA,Virginia,2020-03-13,,0.0,0.0,,,
+US-VA,Virginia,2020-03-14,,0.0,0.0,,,
+US-VA,Virginia,2020-03-15,,0.0,0.0,,,
+US-VA,Virginia,2020-03-16,,0.0,0.0,,,
+US-VA,Virginia,2020-03-17,,0.0,0.0,,,
+US-VA,Virginia,2020-03-18,,0.0,0.0,,,
+US-VA,Virginia,2020-03-19,,0.0,0.0,,,
+US-VA,Virginia,2020-03-20,,0.0,0.0,,,
+US-VA,Virginia,2020-03-21,,25.0,25.0,,,
+US-VA,Virginia,2020-03-22,,32.0,7.0,,,
+US-VA,Virginia,2020-03-23,,38.0,6.0,,,
+US-VA,Virginia,2020-03-24,,45.0,7.0,,,
+US-VA,Virginia,2020-03-25,,59.0,14.0,,,
+US-VA,Virginia,2020-03-26,,65.0,6.0,,,
+US-VA,Virginia,2020-03-27,,83.0,18.0,,,
+US-VA,Virginia,2020-03-28,,99.0,16.0,,,
+US-VA,Virginia,2020-03-29,,112.0,13.0,,,
+US-VA,Virginia,2020-03-30,,136.0,24.0,,,
+US-VA,Virginia,2020-03-31,,165.0,29.0,,,
+US-VA,Virginia,2020-04-01,,305.0,140.0,,,
+US-VA,Virginia,2020-04-02,,305.0,0.0,,,
+US-VA,Virginia,2020-04-03,,312.0,7.0,,,
+US-VA,Virginia,2020-04-04,,390.0,78.0,,,
+US-VA,Virginia,2020-04-05,,431.0,41.0,,,
+US-VA,Virginia,2020-04-06,,497.0,66.0,,,
+US-VA,Virginia,2020-04-07,,563.0,66.0,,,
+US-VA,Virginia,2020-04-08,,615.0,52.0,,,
+US-VA,Virginia,2020-04-09,,685.0,70.0,,,
+US-VA,Virginia,2020-04-10,,772.0,87.0,,,
+US-VA,Virginia,2020-04-11,,0.0,-772.0,,,
+US-VA,Virginia,2020-04-12,,0.0,0.0,,,
+US-VA,Virginia,2020-04-13,,0.0,0.0,,,
+US-VA,Virginia,2020-04-14,,0.0,0.0,,,
+US-VA,Virginia,2020-04-15,,1048.0,1048.0,,,
+US-VA,Virginia,2020-04-16,,1114.0,66.0,,,
+US-VA,Virginia,2020-04-17,,1221.0,107.0,,,
+US-VA,Virginia,2020-04-18,,1296.0,75.0,,,
+US-VA,Virginia,2020-04-19,,1422.0,126.0,,,
+US-VA,Virginia,2020-04-20,,1500.0,78.0,,,
+US-VA,Virginia,2020-04-21,,1581.0,81.0,,,
+US-VA,Virginia,2020-04-22,,1659.0,78.0,,,
+US-VA,Virginia,2020-04-23,,1753.0,94.0,,,
+US-VA,Virginia,2020-04-24,,1837.0,84.0,,,
+US-VA,Virginia,2020-04-25,,1942.0,105.0,,,
+US-VA,Virginia,2020-04-26,,2014.0,72.0,,,
+US-VA,Virginia,2020-04-27,,3298.0,1284.0,,,
+US-VA,Virginia,2020-04-28,,3422.0,124.0,,,
+US-VA,Virginia,2020-04-29,,3608.0,186.0,,,
+US-VA,Virginia,2020-04-30,,3654.0,46.0,,,
+US-VA,Virginia,2020-05-01,,3654.0,0.0,,,
+US-VA,Virginia,2020-05-02,,3738.0,84.0,,,
+US-VA,Virginia,2020-05-03,,3910.0,172.0,,,
+US-VA,Virginia,2020-05-04,,4010.0,100.0,,,
+US-VA,Virginia,2020-05-05,,4113.0,103.0,,,
+US-VA,Virginia,2020-05-06,,4113.0,0.0,,,
+US-VA,Virginia,2020-05-07,,4438.0,325.0,,,
+US-VA,Virginia,2020-05-08,,4622.0,184.0,,,
+US-VA,Virginia,2020-05-09,,4717.0,95.0,,,
+US-VA,Virginia,2020-05-10,,4756.0,39.0,,,
+US-VA,Virginia,2020-05-11,,4777.0,21.0,,,
+US-VA,Virginia,2020-05-12,,4929.0,152.0,,,
+US-VA,Virginia,2020-05-13,,5080.0,151.0,,,
+US-VA,Virginia,2020-05-14,,5211.0,131.0,,,
+US-VA,Virginia,2020-05-15,,5316.0,105.0,,,
+US-VA,Virginia,2020-05-16,,5414.0,98.0,,,
+US-VA,Virginia,2020-05-17,,5517.0,103.0,,,
+US-VA,Virginia,2020-05-18,,5609.0,92.0,,,
+US-VA,Virginia,2020-05-19,,5768.0,159.0,,,
+US-VA,Virginia,2020-05-20,,6059.0,291.0,,,
+US-VA,Virginia,2020-05-21,,6269.0,210.0,,,
+US-VA,Virginia,2020-05-22,,6422.0,153.0,,,
+US-VA,Virginia,2020-05-23,,6431.0,9.0,,,
+US-VA,Virginia,2020-05-24,,6453.0,22.0,,,
+US-VA,Virginia,2020-05-25,,6521.0,68.0,,,
+US-VA,Virginia,2020-05-26,,6630.0,109.0,,,
+US-VA,Virginia,2020-05-27,,6826.0,196.0,,,
+US-VA,Virginia,2020-05-28,,6974.0,148.0,,,
+US-VA,Virginia,2020-05-29,,7172.0,198.0,,,
+US-VA,Virginia,2020-05-30,,7216.0,44.0,,,
+US-VA,Virginia,2020-05-31,,7326.0,110.0,,,
+US-VA,Virginia,2020-06-01,,7326.0,0.0,,,
+US-VA,Virginia,2020-06-02,,7373.0,47.0,,,
+US-VA,Virginia,2020-06-03,,7476.0,103.0,,,
+US-VA,Virginia,2020-06-04,,7550.0,74.0,,,
+US-VA,Virginia,2020-06-05,,7597.0,47.0,,,
+US-VA,Virginia,2020-06-06,,7553.0,-44.0,,,
+US-VA,Virginia,2020-06-07,,7724.0,171.0,,,
+US-UT,Utah,2020-03-07,,0.0,0.0,,,
+US-UT,Utah,2020-03-08,,0.0,0.0,,,
+US-UT,Utah,2020-03-09,,0.0,0.0,,,
+US-UT,Utah,2020-03-10,,0.0,0.0,,,
+US-UT,Utah,2020-03-11,,0.0,0.0,,,
+US-UT,Utah,2020-03-12,,0.0,0.0,,,
+US-UT,Utah,2020-03-13,,0.0,0.0,,,
+US-UT,Utah,2020-03-14,,0.0,0.0,,,
+US-UT,Utah,2020-03-15,,0.0,0.0,,,
+US-UT,Utah,2020-03-16,,0.0,0.0,,,
+US-UT,Utah,2020-03-17,,0.0,0.0,,,
+US-UT,Utah,2020-03-18,,0.0,0.0,,,
+US-UT,Utah,2020-03-19,,0.0,0.0,,,
+US-UT,Utah,2020-03-20,,0.0,0.0,,,
+US-UT,Utah,2020-03-21,,0.0,0.0,,,
+US-UT,Utah,2020-03-22,,0.0,0.0,,,
+US-UT,Utah,2020-03-23,,0.0,0.0,,,
+US-UT,Utah,2020-03-24,,0.0,0.0,,,
+US-UT,Utah,2020-03-25,,0.0,0.0,,,
+US-UT,Utah,2020-03-26,,0.0,0.0,,,
+US-UT,Utah,2020-03-27,,0.0,0.0,,,
+US-UT,Utah,2020-03-28,,0.0,0.0,,,
+US-UT,Utah,2020-03-29,,0.0,0.0,,,
+US-UT,Utah,2020-03-30,,0.0,0.0,,,
+US-UT,Utah,2020-03-31,,73.0,73.0,,,
+US-UT,Utah,2020-04-01,,91.0,18.0,,,
+US-UT,Utah,2020-04-02,,100.0,9.0,,,
+US-UT,Utah,2020-04-03,,106.0,6.0,,,
+US-UT,Utah,2020-04-04,,117.0,11.0,,,
+US-UT,Utah,2020-04-05,,124.0,7.0,,,
+US-UT,Utah,2020-04-06,,138.0,14.0,,,
+US-UT,Utah,2020-04-07,,148.0,10.0,,,
+US-UT,Utah,2020-04-08,,158.0,10.0,,,
+US-UT,Utah,2020-04-09,,168.0,10.0,,,
+US-UT,Utah,2020-04-10,,183.0,15.0,,,
+US-UT,Utah,2020-04-11,,190.0,7.0,,,
+US-UT,Utah,2020-04-12,,195.0,5.0,,,
+US-UT,Utah,2020-04-13,,201.0,6.0,,,
+US-UT,Utah,2020-04-14,,213.0,12.0,,,
+US-UT,Utah,2020-04-15,,221.0,8.0,,,
+US-UT,Utah,2020-04-16,,238.0,17.0,,,
+US-UT,Utah,2020-04-17,,244.0,6.0,,,
+US-UT,Utah,2020-04-18,,251.0,7.0,,,
+US-UT,Utah,2020-04-19,,259.0,8.0,,,
+US-UT,Utah,2020-04-20,,268.0,9.0,,,
+US-UT,Utah,2020-04-21,,277.0,9.0,,,
+US-UT,Utah,2020-04-22,,288.0,11.0,,,
+US-UT,Utah,2020-04-23,,301.0,13.0,,,
+US-UT,Utah,2020-04-24,,315.0,14.0,,,
+US-UT,Utah,2020-04-25,,329.0,14.0,,,
+US-UT,Utah,2020-04-26,,345.0,16.0,,,
+US-UT,Utah,2020-04-27,,349.0,4.0,,,
+US-UT,Utah,2020-04-28,,370.0,21.0,,,
+US-UT,Utah,2020-04-29,,383.0,13.0,,,
+US-UT,Utah,2020-04-30,,390.0,7.0,,,
+US-UT,Utah,2020-05-01,,403.0,13.0,,,
+US-UT,Utah,2020-05-02,,418.0,15.0,,,
+US-UT,Utah,2020-05-03,,436.0,18.0,,,
+US-UT,Utah,2020-05-04,,441.0,5.0,,,
+US-UT,Utah,2020-05-05,,456.0,15.0,,,
+US-UT,Utah,2020-05-06,,464.0,8.0,,,
+US-UT,Utah,2020-05-07,,476.0,12.0,,,
+US-UT,Utah,2020-05-08,,488.0,12.0,,,
+US-UT,Utah,2020-05-09,,498.0,10.0,,,
+US-UT,Utah,2020-05-10,,512.0,14.0,,,
+US-UT,Utah,2020-05-11,,517.0,5.0,,,
+US-UT,Utah,2020-05-12,,535.0,18.0,,,
+US-UT,Utah,2020-05-13,,553.0,18.0,,,
+US-UT,Utah,2020-05-14,,558.0,5.0,,,
+US-UT,Utah,2020-05-15,,566.0,8.0,,,
+US-UT,Utah,2020-05-16,,578.0,12.0,,,
+US-UT,Utah,2020-05-17,,586.0,8.0,,,
+US-UT,Utah,2020-05-18,,595.0,9.0,,,
+US-UT,Utah,2020-05-19,,619.0,24.0,,,
+US-UT,Utah,2020-05-20,,631.0,12.0,,,
+US-UT,Utah,2020-05-21,,647.0,16.0,,,
+US-UT,Utah,2020-05-22,,660.0,13.0,,,
+US-UT,Utah,2020-05-23,,676.0,16.0,,,
+US-UT,Utah,2020-05-24,,688.0,12.0,,,
+US-UT,Utah,2020-05-25,,692.0,4.0,,,
+US-UT,Utah,2020-05-26,,696.0,4.0,,,
+US-UT,Utah,2020-05-27,,716.0,20.0,,,
+US-UT,Utah,2020-05-28,,734.0,18.0,,,
+US-UT,Utah,2020-05-29,,753.0,19.0,,,
+US-UT,Utah,2020-05-30,,763.0,10.0,,,
+US-UT,Utah,2020-05-31,,775.0,12.0,,,
+US-UT,Utah,2020-06-01,,789.0,14.0,,,
+US-UT,Utah,2020-06-02,,801.0,12.0,,,
+US-UT,Utah,2020-06-03,,829.0,28.0,,,
+US-UT,Utah,2020-06-04,,850.0,21.0,,,
+US-UT,Utah,2020-06-05,,870.0,20.0,,,
+US-UT,Utah,2020-06-06,,890.0,20.0,,,
+US-UT,Utah,2020-06-07,,900.0,10.0,,,
+US-TX,Texas,2020-03-04,,0.0,0.0,,,
+US-TX,Texas,2020-03-05,,0.0,0.0,,,
+US-TX,Texas,2020-03-06,,0.0,0.0,,,
+US-TX,Texas,2020-03-07,,0.0,0.0,,,
+US-TX,Texas,2020-03-08,,0.0,0.0,,,
+US-TX,Texas,2020-03-09,,0.0,0.0,,,
+US-TX,Texas,2020-03-10,,0.0,0.0,,,
+US-TX,Texas,2020-03-11,,0.0,0.0,,,
+US-TX,Texas,2020-03-12,,0.0,0.0,,,
+US-TX,Texas,2020-03-13,,0.0,0.0,,,
+US-TX,Texas,2020-03-14,,0.0,0.0,,,
+US-TX,Texas,2020-03-15,,0.0,0.0,,,
+US-TX,Texas,2020-03-16,,0.0,0.0,,,
+US-TX,Texas,2020-03-17,,0.0,0.0,,,
+US-TX,Texas,2020-03-18,,0.0,0.0,,,
+US-TX,Texas,2020-03-19,,0.0,0.0,,,
+US-TX,Texas,2020-03-20,,0.0,0.0,,,
+US-TX,Texas,2020-03-21,,0.0,0.0,,,
+US-TX,Texas,2020-03-22,,0.0,0.0,,,
+US-TX,Texas,2020-03-23,,0.0,0.0,,,
+US-TX,Texas,2020-03-24,,0.0,0.0,,,
+US-TX,Texas,2020-03-25,,0.0,0.0,,,
+US-TX,Texas,2020-03-26,,0.0,0.0,,,
+US-TX,Texas,2020-03-27,,0.0,0.0,,,
+US-TX,Texas,2020-03-28,,0.0,0.0,,,
+US-TX,Texas,2020-03-29,,0.0,0.0,,,
+US-TX,Texas,2020-03-30,,0.0,0.0,,,
+US-TX,Texas,2020-03-31,,0.0,0.0,,,
+US-TX,Texas,2020-04-01,,0.0,0.0,,,
+US-TX,Texas,2020-04-02,,0.0,0.0,,,
+US-TX,Texas,2020-04-03,,0.0,0.0,,,
+US-TX,Texas,2020-04-04,,0.0,0.0,,,
+US-TX,Texas,2020-04-05,,0.0,0.0,,,
+US-TX,Texas,2020-04-06,,0.0,0.0,,,
+US-TX,Texas,2020-04-07,,0.0,0.0,,,
+US-TX,Texas,2020-04-08,,0.0,0.0,,,
+US-TX,Texas,2020-04-09,,0.0,0.0,,,
+US-TX,Texas,2020-04-10,,0.0,0.0,,,
+US-TX,Texas,2020-04-11,,0.0,0.0,,,
+US-TX,Texas,2020-04-12,,0.0,0.0,,,
+US-TX,Texas,2020-04-13,,0.0,0.0,,,
+US-TX,Texas,2020-04-14,,0.0,0.0,,,
+US-TX,Texas,2020-04-15,,0.0,0.0,,,
+US-TX,Texas,2020-04-16,,0.0,0.0,,,
+US-TX,Texas,2020-04-17,,0.0,0.0,,,
+US-TX,Texas,2020-04-18,,0.0,0.0,,,
+US-TX,Texas,2020-04-19,,0.0,0.0,,,
+US-TX,Texas,2020-04-20,,0.0,0.0,,,
+US-TX,Texas,2020-04-21,,0.0,0.0,,,
+US-TX,Texas,2020-04-22,,0.0,0.0,,,
+US-TX,Texas,2020-04-23,,0.0,0.0,,,
+US-TX,Texas,2020-04-24,,0.0,0.0,,,
+US-TX,Texas,2020-04-25,,0.0,0.0,,,
+US-TX,Texas,2020-04-26,,0.0,0.0,,,
+US-TX,Texas,2020-04-27,,0.0,0.0,,,
+US-TX,Texas,2020-04-28,,0.0,0.0,,,
+US-TX,Texas,2020-04-29,,0.0,0.0,,,
+US-TX,Texas,2020-04-30,,0.0,0.0,,,
+US-TX,Texas,2020-05-01,,0.0,0.0,,,
+US-TX,Texas,2020-05-02,,0.0,0.0,,,
+US-TX,Texas,2020-05-03,,0.0,0.0,,,
+US-TX,Texas,2020-05-04,,0.0,0.0,,,
+US-TX,Texas,2020-05-05,,0.0,0.0,,,
+US-TX,Texas,2020-05-06,,0.0,0.0,,,
+US-TX,Texas,2020-05-07,,0.0,0.0,,,
+US-TX,Texas,2020-05-08,,0.0,0.0,,,
+US-TX,Texas,2020-05-09,,0.0,0.0,,,
+US-TX,Texas,2020-05-10,,0.0,0.0,,,
+US-TX,Texas,2020-05-11,,0.0,0.0,,,
+US-TX,Texas,2020-05-12,,0.0,0.0,,,
+US-TX,Texas,2020-05-13,,0.0,0.0,,,
+US-TX,Texas,2020-05-14,,0.0,0.0,,,
+US-TX,Texas,2020-05-15,,0.0,0.0,,,
+US-TX,Texas,2020-05-16,,0.0,0.0,,,
+US-TX,Texas,2020-05-17,,0.0,0.0,,,
+US-TX,Texas,2020-05-18,,0.0,0.0,,,
+US-TX,Texas,2020-05-19,,0.0,0.0,,,
+US-TX,Texas,2020-05-20,,0.0,0.0,,,
+US-TX,Texas,2020-05-21,,0.0,0.0,,,
+US-TX,Texas,2020-05-22,,0.0,0.0,,,
+US-TX,Texas,2020-05-23,,0.0,0.0,,,
+US-TX,Texas,2020-05-24,,0.0,0.0,,,
+US-TX,Texas,2020-05-25,,0.0,0.0,,,
+US-TX,Texas,2020-05-26,,0.0,0.0,,,
+US-TX,Texas,2020-05-27,,0.0,0.0,,,
+US-TX,Texas,2020-05-28,,0.0,0.0,,,
+US-TX,Texas,2020-05-29,,0.0,0.0,,,
+US-TX,Texas,2020-05-30,,0.0,0.0,,,
+US-TX,Texas,2020-05-31,,0.0,0.0,,,
+US-TX,Texas,2020-06-01,,0.0,0.0,,,
+US-TX,Texas,2020-06-02,,0.0,0.0,,,
+US-TX,Texas,2020-06-03,,0.0,0.0,,,
+US-TX,Texas,2020-06-04,,0.0,0.0,,,
+US-TX,Texas,2020-06-05,,0.0,0.0,,,
+US-TX,Texas,2020-06-06,,0.0,0.0,,,
+US-TX,Texas,2020-06-07,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-05,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-06,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-07,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-08,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-09,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-10,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-11,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-12,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-13,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-14,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-15,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-16,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-17,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-18,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-19,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-20,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-21,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-22,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-23,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-24,,0.0,0.0,,,
+US-TN,Tennessee,2020-03-25,,53.0,53.0,,,
+US-TN,Tennessee,2020-03-26,,76.0,23.0,,,
+US-TN,Tennessee,2020-03-27,,103.0,27.0,,,
+US-TN,Tennessee,2020-03-28,,118.0,15.0,,,
+US-TN,Tennessee,2020-03-29,,133.0,15.0,,,
+US-TN,Tennessee,2020-03-30,,148.0,15.0,,,
+US-TN,Tennessee,2020-03-31,,175.0,27.0,,,
+US-TN,Tennessee,2020-04-01,,200.0,25.0,,,
+US-TN,Tennessee,2020-04-02,,263.0,63.0,,,
+US-TN,Tennessee,2020-04-03,,293.0,30.0,,,
+US-TN,Tennessee,2020-04-04,,311.0,18.0,,,
+US-TN,Tennessee,2020-04-05,,328.0,17.0,,,
+US-TN,Tennessee,2020-04-06,,352.0,24.0,,,
+US-TN,Tennessee,2020-04-07,,408.0,56.0,,,
+US-TN,Tennessee,2020-04-08,,449.0,41.0,,,
+US-TN,Tennessee,2020-04-09,,505.0,56.0,,,
+US-TN,Tennessee,2020-04-10,,536.0,31.0,,,
+US-TN,Tennessee,2020-04-11,,556.0,20.0,,,
+US-TN,Tennessee,2020-04-12,,567.0,11.0,,,
+US-TN,Tennessee,2020-04-13,,579.0,12.0,,,
+US-TN,Tennessee,2020-04-14,,633.0,54.0,,,
+US-TN,Tennessee,2020-04-15,,663.0,30.0,,,
+US-TN,Tennessee,2020-04-16,,691.0,28.0,,,
+US-TN,Tennessee,2020-04-17,,711.0,20.0,,,
+US-TN,Tennessee,2020-04-18,,719.0,8.0,,,
+US-TN,Tennessee,2020-04-19,,724.0,5.0,,,
+US-TN,Tennessee,2020-04-20,,730.0,6.0,,,
+US-TN,Tennessee,2020-04-21,,760.0,30.0,,,
+US-TN,Tennessee,2020-04-22,,775.0,15.0,,,
+US-TN,Tennessee,2020-04-23,,793.0,18.0,,,
+US-TN,Tennessee,2020-04-24,,808.0,15.0,,,
+US-TN,Tennessee,2020-04-25,,821.0,13.0,,,
+US-TN,Tennessee,2020-04-26,,828.0,7.0,,,
+US-TN,Tennessee,2020-04-27,,837.0,9.0,,,
+US-TN,Tennessee,2020-04-28,,894.0,57.0,,,
+US-TN,Tennessee,2020-04-29,,1013.0,119.0,,,
+US-TN,Tennessee,2020-04-30,,1045.0,32.0,,,
+US-TN,Tennessee,2020-05-01,,1113.0,68.0,,,
+US-TN,Tennessee,2020-05-02,,1125.0,12.0,,,
+US-TN,Tennessee,2020-05-03,,1135.0,10.0,,,
+US-TN,Tennessee,2020-05-04,,1143.0,8.0,,,
+US-TN,Tennessee,2020-05-05,,1156.0,13.0,,,
+US-TN,Tennessee,2020-05-06,,1221.0,65.0,,,
+US-TN,Tennessee,2020-05-07,,1266.0,45.0,,,
+US-TN,Tennessee,2020-05-08,,1299.0,33.0,,,
+US-TN,Tennessee,2020-05-09,,1319.0,20.0,,,
+US-TN,Tennessee,2020-05-10,,1325.0,6.0,,,
+US-TN,Tennessee,2020-05-11,,1344.0,19.0,,,
+US-TN,Tennessee,2020-05-12,,1363.0,19.0,,,
+US-TN,Tennessee,2020-05-13,,1388.0,25.0,,,
+US-TN,Tennessee,2020-05-14,,1435.0,47.0,,,
+US-TN,Tennessee,2020-05-15,,1454.0,19.0,,,
+US-TN,Tennessee,2020-05-16,,1474.0,20.0,,,
+US-TN,Tennessee,2020-05-17,,1482.0,8.0,,,
+US-TN,Tennessee,2020-05-18,,1489.0,7.0,,,
+US-TN,Tennessee,2020-05-19,,1498.0,9.0,,,
+US-TN,Tennessee,2020-05-20,,1515.0,17.0,,,
+US-TN,Tennessee,2020-05-21,,1539.0,24.0,,,
+US-TN,Tennessee,2020-05-22,,1560.0,21.0,,,
+US-TN,Tennessee,2020-05-23,,1573.0,13.0,,,
+US-TN,Tennessee,2020-05-24,,1583.0,10.0,,,
+US-TN,Tennessee,2020-05-25,,1594.0,11.0,,,
+US-TN,Tennessee,2020-05-26,,1609.0,15.0,,,
+US-TN,Tennessee,2020-05-27,,1647.0,38.0,,,
+US-TN,Tennessee,2020-05-28,,1689.0,42.0,,,
+US-TN,Tennessee,2020-05-29,,1710.0,21.0,,,
+US-TN,Tennessee,2020-05-30,,1732.0,22.0,,,
+US-TN,Tennessee,2020-05-31,,1750.0,18.0,,,
+US-TN,Tennessee,2020-06-01,,1767.0,17.0,,,
+US-TN,Tennessee,2020-06-02,,1792.0,25.0,,,
+US-TN,Tennessee,2020-06-03,,1829.0,37.0,,,
+US-TN,Tennessee,2020-06-04,,1855.0,26.0,,,
+US-TN,Tennessee,2020-06-05,,1893.0,38.0,,,
+US-TN,Tennessee,2020-06-06,,1923.0,30.0,,,
+US-TN,Tennessee,2020-06-07,,1932.0,9.0,,,
+US-SD,South Dakota,2020-03-07,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-08,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-09,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-10,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-11,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-12,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-13,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-14,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-15,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-16,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-17,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-18,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-19,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-20,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-21,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-22,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-23,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-24,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-25,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-26,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-27,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-28,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-29,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-30,,0.0,0.0,,,
+US-SD,South Dakota,2020-03-31,,12.0,12.0,,,
+US-SD,South Dakota,2020-04-01,,12.0,0.0,,,
+US-SD,South Dakota,2020-04-02,,17.0,5.0,,,
+US-SD,South Dakota,2020-04-03,,17.0,0.0,,,
+US-SD,South Dakota,2020-04-04,,19.0,2.0,,,
+US-SD,South Dakota,2020-04-05,,22.0,3.0,,,
+US-SD,South Dakota,2020-04-06,,23.0,1.0,,,
+US-SD,South Dakota,2020-04-07,,23.0,0.0,,,
+US-SD,South Dakota,2020-04-08,,26.0,3.0,,,
+US-SD,South Dakota,2020-04-09,,27.0,1.0,,,
+US-SD,South Dakota,2020-04-10,,29.0,2.0,,,
+US-SD,South Dakota,2020-04-11,,33.0,4.0,,,
+US-SD,South Dakota,2020-04-12,,43.0,10.0,,,
+US-SD,South Dakota,2020-04-13,,44.0,1.0,,,
+US-SD,South Dakota,2020-04-14,,45.0,1.0,,,
+US-SD,South Dakota,2020-04-15,,51.0,6.0,,,
+US-SD,South Dakota,2020-04-16,,55.0,4.0,,,
+US-SD,South Dakota,2020-04-17,,63.0,8.0,,,
+US-SD,South Dakota,2020-04-18,,68.0,5.0,,,
+US-SD,South Dakota,2020-04-19,,74.0,6.0,,,
+US-SD,South Dakota,2020-04-20,,87.0,13.0,,,
+US-SD,South Dakota,2020-04-21,,100.0,13.0,,,
+US-SD,South Dakota,2020-04-22,,111.0,11.0,,,
+US-SD,South Dakota,2020-04-23,,119.0,8.0,,,
+US-SD,South Dakota,2020-04-24,,124.0,5.0,,,
+US-SD,South Dakota,2020-04-25,,128.0,4.0,,,
+US-SD,South Dakota,2020-04-26,,135.0,7.0,,,
+US-SD,South Dakota,2020-04-27,,150.0,15.0,,,
+US-SD,South Dakota,2020-04-28,,157.0,7.0,,,
+US-SD,South Dakota,2020-04-29,,165.0,8.0,,,
+US-SD,South Dakota,2020-04-30,,173.0,8.0,,,
+US-SD,South Dakota,2020-05-01,,179.0,6.0,,,
+US-SD,South Dakota,2020-05-02,,187.0,8.0,,,
+US-SD,South Dakota,2020-05-03,,197.0,10.0,,,
+US-SD,South Dakota,2020-05-04,,211.0,14.0,,,
+US-SD,South Dakota,2020-05-05,,220.0,9.0,,,
+US-SD,South Dakota,2020-05-06,,230.0,10.0,,,
+US-SD,South Dakota,2020-05-07,,236.0,6.0,,,
+US-SD,South Dakota,2020-05-08,,247.0,11.0,,,
+US-SD,South Dakota,2020-05-09,,253.0,6.0,,,
+US-SD,South Dakota,2020-05-10,,261.0,8.0,,,
+US-SD,South Dakota,2020-05-11,,263.0,2.0,,,
+US-SD,South Dakota,2020-05-12,,271.0,8.0,,,
+US-SD,South Dakota,2020-05-13,,281.0,10.0,,,
+US-SD,South Dakota,2020-05-14,,290.0,9.0,,,
+US-SD,South Dakota,2020-05-15,,296.0,6.0,,,
+US-SD,South Dakota,2020-05-16,,304.0,8.0,,,
+US-SD,South Dakota,2020-05-17,,312.0,8.0,,,
+US-SD,South Dakota,2020-05-18,,316.0,4.0,,,
+US-SD,South Dakota,2020-05-19,,327.0,11.0,,,
+US-SD,South Dakota,2020-05-20,,333.0,6.0,,,
+US-SD,South Dakota,2020-05-21,,342.0,9.0,,,
+US-SD,South Dakota,2020-05-22,,351.0,9.0,,,
+US-SD,South Dakota,2020-05-23,,358.0,7.0,,,
+US-SD,South Dakota,2020-05-24,,364.0,6.0,,,
+US-SD,South Dakota,2020-05-25,,370.0,6.0,,,
+US-SD,South Dakota,2020-05-26,,378.0,8.0,,,
+US-SD,South Dakota,2020-05-27,,391.0,13.0,,,
+US-SD,South Dakota,2020-05-28,,406.0,15.0,,,
+US-SD,South Dakota,2020-05-29,,418.0,12.0,,,
+US-SD,South Dakota,2020-05-30,,427.0,9.0,,,
+US-SD,South Dakota,2020-05-31,,432.0,5.0,,,
+US-SD,South Dakota,2020-06-01,,435.0,3.0,,,
+US-SD,South Dakota,2020-06-02,,443.0,8.0,,,
+US-SD,South Dakota,2020-06-03,,456.0,13.0,,,
+US-SD,South Dakota,2020-06-04,,464.0,8.0,,,
+US-SD,South Dakota,2020-06-05,,467.0,3.0,,,
+US-SD,South Dakota,2020-06-06,,474.0,7.0,,,
+US-SD,South Dakota,2020-06-07,,478.0,4.0,,,
+US-SC,South Carolina,2020-03-04,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-05,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-06,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-07,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-08,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-09,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-10,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-11,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-12,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-13,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-14,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-15,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-16,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-17,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-18,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-19,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-20,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-21,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-22,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-23,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-24,,0.0,0.0,,,
+US-SC,South Carolina,2020-03-25,,102.0,102.0,,,
+US-SC,South Carolina,2020-03-26,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-27,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-28,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-29,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-30,,102.0,0.0,,,
+US-SC,South Carolina,2020-03-31,,102.0,0.0,,,
+US-SC,South Carolina,2020-04-01,,102.0,0.0,,,
+US-SC,South Carolina,2020-04-02,,241.0,139.0,,,
+US-SC,South Carolina,2020-04-03,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-04,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-05,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-06,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-07,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-08,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-09,,241.0,0.0,,,
+US-SC,South Carolina,2020-04-10,,496.0,255.0,,,
+US-SC,South Carolina,2020-04-11,,496.0,0.0,,,
+US-SC,South Carolina,2020-04-12,,496.0,0.0,,,
+US-SC,South Carolina,2020-04-13,,496.0,0.0,,,
+US-SC,South Carolina,2020-04-14,,675.0,179.0,,,
+US-SC,South Carolina,2020-04-15,,675.0,0.0,,,
+US-SC,South Carolina,2020-04-16,,675.0,0.0,,,
+US-SC,South Carolina,2020-04-17,,675.0,0.0,,,
+US-SC,South Carolina,2020-04-18,,776.0,101.0,,,
+US-SC,South Carolina,2020-04-19,,776.0,0.0,,,
+US-SC,South Carolina,2020-04-20,,776.0,0.0,,,
+US-SC,South Carolina,2020-04-21,,776.0,0.0,,,
+US-SC,South Carolina,2020-04-22,,837.0,61.0,,,
+US-SC,South Carolina,2020-04-23,,837.0,0.0,,,
+US-SC,South Carolina,2020-04-24,,837.0,0.0,,,
+US-SC,South Carolina,2020-04-25,,944.0,107.0,,,
+US-SC,South Carolina,2020-04-26,,944.0,0.0,,,
+US-SC,South Carolina,2020-04-27,,944.0,0.0,,,
+US-SC,South Carolina,2020-04-28,,944.0,0.0,,,
+US-SC,South Carolina,2020-04-29,,1000.0,56.0,,,
+US-SC,South Carolina,2020-04-30,,1000.0,0.0,,,
+US-SC,South Carolina,2020-05-01,,1110.0,110.0,,,
+US-SC,South Carolina,2020-05-02,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-03,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-04,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-05,,1110.0,0.0,,,
+US-SC,South Carolina,2020-05-06,,1152.0,42.0,,,
+US-SC,South Carolina,2020-05-07,,1152.0,0.0,,,
+US-SC,South Carolina,2020-05-08,,1152.0,0.0,,,
+US-SC,South Carolina,2020-05-09,,1252.0,100.0,,,
+US-SC,South Carolina,2020-05-10,,1252.0,0.0,,,
+US-SC,South Carolina,2020-05-11,,1252.0,0.0,,,
+US-SC,South Carolina,2020-05-12,,1338.0,86.0,,,
+US-SC,South Carolina,2020-05-13,,1338.0,0.0,,,
+US-SC,South Carolina,2020-05-14,,1338.0,0.0,,,
+US-SC,South Carolina,2020-05-15,,1421.0,83.0,,,
+US-SC,South Carolina,2020-05-16,,1421.0,0.0,,,
+US-SC,South Carolina,2020-05-17,,1421.0,0.0,,,
+US-SC,South Carolina,2020-05-18,,1421.0,0.0,,,
+US-SC,South Carolina,2020-05-19,,1444.0,23.0,,,
+US-SC,South Carolina,2020-05-20,,1444.0,0.0,,,
+US-SC,South Carolina,2020-05-21,,1444.0,0.0,,,
+US-SC,South Carolina,2020-05-22,,1534.0,90.0,,,
+US-SC,South Carolina,2020-05-23,,1534.0,0.0,,,
+US-SC,South Carolina,2020-05-24,,1534.0,0.0,,,
+US-SC,South Carolina,2020-05-25,,1534.0,0.0,,,
+US-SC,South Carolina,2020-05-26,,1618.0,84.0,,,
+US-SC,South Carolina,2020-05-27,,1618.0,0.0,,,
+US-SC,South Carolina,2020-05-28,,1618.0,0.0,,,
+US-SC,South Carolina,2020-05-29,,1634.0,16.0,,,
+US-SC,South Carolina,2020-05-30,,1634.0,0.0,,,
+US-SC,South Carolina,2020-05-31,,1634.0,0.0,,,
+US-SC,South Carolina,2020-06-01,,1634.0,0.0,,,
+US-SC,South Carolina,2020-06-02,,1789.0,155.0,,,
+US-SC,South Carolina,2020-06-03,,1789.0,0.0,,,
+US-SC,South Carolina,2020-06-04,,1789.0,0.0,,,
+US-SC,South Carolina,2020-06-05,,1814.0,25.0,,,
+US-SC,South Carolina,2020-06-06,,1814.0,0.0,,,
+US-SC,South Carolina,2020-06-07,,1814.0,0.0,,,
+US-RI,Rhode Island,2020-03-01,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-02,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-03,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-04,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-05,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-06,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-07,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-08,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-09,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-10,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-11,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-12,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-13,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-14,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-15,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-16,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-17,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-18,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-19,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-20,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-21,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-22,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-23,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-24,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-25,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-26,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-27,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-28,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-29,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-30,,0.0,0.0,,,
+US-RI,Rhode Island,2020-03-31,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-01,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-02,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-03,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-04,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-05,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-06,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-07,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-08,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-09,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-10,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-11,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-12,,0.0,0.0,,,
+US-RI,Rhode Island,2020-04-13,,331.0,331.0,,,
+US-RI,Rhode Island,2020-04-14,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-15,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-16,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-17,,331.0,0.0,,,
+US-RI,Rhode Island,2020-04-18,,578.0,247.0,,,
+US-RI,Rhode Island,2020-04-19,,605.0,27.0,,,
+US-RI,Rhode Island,2020-04-20,,629.0,24.0,,,
+US-RI,Rhode Island,2020-04-21,,674.0,45.0,,,
+US-RI,Rhode Island,2020-04-22,,717.0,43.0,,,
+US-RI,Rhode Island,2020-04-23,,757.0,40.0,,,
+US-RI,Rhode Island,2020-04-24,,576.0,-181.0,,,
+US-RI,Rhode Island,2020-04-25,,576.0,0.0,,,
+US-RI,Rhode Island,2020-04-26,,691.0,115.0,,,
+US-RI,Rhode Island,2020-04-27,,718.0,27.0,,,
+US-RI,Rhode Island,2020-04-28,,732.0,14.0,,,
+US-RI,Rhode Island,2020-04-29,,750.0,18.0,,,
+US-RI,Rhode Island,2020-04-30,,896.0,146.0,,,
+US-RI,Rhode Island,2020-05-01,,937.0,41.0,,,
+US-RI,Rhode Island,2020-05-02,,977.0,40.0,,,
+US-RI,Rhode Island,2020-05-03,,1013.0,36.0,,,
+US-RI,Rhode Island,2020-05-04,,1061.0,48.0,,,
+US-RI,Rhode Island,2020-05-05,,1092.0,31.0,,,
+US-RI,Rhode Island,2020-05-06,,1123.0,31.0,,,
+US-RI,Rhode Island,2020-05-07,,1153.0,30.0,,,
+US-RI,Rhode Island,2020-05-08,,1187.0,34.0,,,
+US-RI,Rhode Island,2020-05-09,,1218.0,31.0,,,
+US-RI,Rhode Island,2020-05-10,,1251.0,33.0,,,
+US-RI,Rhode Island,2020-05-11,,1280.0,29.0,,,
+US-RI,Rhode Island,2020-05-12,,1307.0,27.0,,,
+US-RI,Rhode Island,2020-05-13,,1328.0,21.0,,,
+US-RI,Rhode Island,2020-05-14,,1351.0,23.0,,,
+US-RI,Rhode Island,2020-05-15,,1372.0,21.0,,,
+US-RI,Rhode Island,2020-05-16,,1403.0,31.0,,,
+US-RI,Rhode Island,2020-05-17,,1418.0,15.0,,,
+US-RI,Rhode Island,2020-05-18,,1438.0,20.0,,,
+US-RI,Rhode Island,2020-05-19,,1464.0,26.0,,,
+US-RI,Rhode Island,2020-05-20,,1486.0,22.0,,,
+US-RI,Rhode Island,2020-05-21,,1506.0,20.0,,,
+US-RI,Rhode Island,2020-05-22,,1537.0,31.0,,,
+US-RI,Rhode Island,2020-05-23,,1557.0,20.0,,,
+US-RI,Rhode Island,2020-05-24,,1580.0,23.0,,,
+US-RI,Rhode Island,2020-05-25,,1580.0,0.0,,,
+US-RI,Rhode Island,2020-05-26,,1613.0,33.0,,,
+US-RI,Rhode Island,2020-05-27,,1624.0,11.0,,,
+US-RI,Rhode Island,2020-05-28,,1639.0,15.0,,,
+US-RI,Rhode Island,2020-05-29,,1660.0,21.0,,,
+US-RI,Rhode Island,2020-05-30,,1682.0,22.0,,,
+US-RI,Rhode Island,2020-05-31,,1701.0,19.0,,,
+US-RI,Rhode Island,2020-06-01,,1724.0,23.0,,,
+US-RI,Rhode Island,2020-06-02,,1743.0,19.0,,,
+US-RI,Rhode Island,2020-06-03,,1753.0,10.0,,,
+US-RI,Rhode Island,2020-06-04,,1765.0,12.0,,,
+US-RI,Rhode Island,2020-06-05,,1775.0,10.0,,,
+US-RI,Rhode Island,2020-06-06,,1775.0,0.0,,,
+US-RI,Rhode Island,2020-06-07,,1775.0,0.0,,,
+US-PR,Puerto Rico,2020-03-16,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-17,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-18,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-19,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-20,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-21,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-22,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-23,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-24,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-25,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-26,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-27,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-28,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-29,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-30,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-03-31,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-01,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-02,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-03,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-04,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-05,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-06,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-07,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-08,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-09,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-10,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-11,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-12,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-13,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-14,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-15,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-16,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-17,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-18,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-19,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-20,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-21,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-22,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-23,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-24,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-25,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-26,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-27,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-28,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-29,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-04-30,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-01,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-02,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-03,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-04,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-05,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-06,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-07,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-08,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-09,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-10,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-11,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-12,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-13,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-14,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-15,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-16,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-17,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-18,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-19,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-20,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-21,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-22,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-23,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-24,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-25,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-26,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-27,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-28,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-29,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-30,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-05-31,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-01,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-02,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-03,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-04,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-05,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-06,,0.0,0.0,,,
+US-PR,Puerto Rico,2020-06-07,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-06,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-07,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-08,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-09,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-10,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-11,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-12,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-13,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-14,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-15,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-16,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-17,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-18,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-19,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-20,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-21,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-22,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-23,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-24,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-25,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-26,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-03-27,,241.0,241.0,,,
+US-PA,Pennsylvania,2020-03-28,,316.0,75.0,,,
+US-PA,Pennsylvania,2020-03-29,,353.0,37.0,,,
+US-PA,Pennsylvania,2020-03-30,,386.0,33.0,,,
+US-PA,Pennsylvania,2020-03-31,,514.0,128.0,,,
+US-PA,Pennsylvania,2020-04-01,,620.0,106.0,,,
+US-PA,Pennsylvania,2020-04-02,,730.0,110.0,,,
+US-PA,Pennsylvania,2020-04-03,,852.0,122.0,,,
+US-PA,Pennsylvania,2020-04-04,,1004.0,152.0,,,
+US-PA,Pennsylvania,2020-04-05,,1072.0,68.0,,,
+US-PA,Pennsylvania,2020-04-06,,1145.0,73.0,,,
+US-PA,Pennsylvania,2020-04-07,,0.0,-1145.0,,,
+US-PA,Pennsylvania,2020-04-08,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-09,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-10,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-11,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-12,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-13,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-14,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-15,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-16,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-17,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-18,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-19,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-20,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-21,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-22,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-23,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-24,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-25,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-26,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-27,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-28,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-29,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-04-30,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-01,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-02,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-03,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-04,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-05,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-06,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-07,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-08,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-09,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-10,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-11,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-12,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-13,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-14,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-15,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-16,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-17,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-18,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-19,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-20,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-21,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-22,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-23,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-24,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-25,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-26,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-27,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-28,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-29,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-30,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-05-31,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-01,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-02,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-03,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-04,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-05,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-06,,0.0,0.0,,,
+US-PA,Pennsylvania,2020-06-07,,0.0,0.0,,,
+US-OR,Oregon,2020-03-04,,0.0,0.0,,,
+US-OR,Oregon,2020-03-05,,0.0,0.0,,,
+US-OR,Oregon,2020-03-06,,0.0,0.0,,,
+US-OR,Oregon,2020-03-07,,0.0,0.0,,,
+US-OR,Oregon,2020-03-08,,0.0,0.0,,,
+US-OR,Oregon,2020-03-09,,0.0,0.0,,,
+US-OR,Oregon,2020-03-10,,0.0,0.0,,,
+US-OR,Oregon,2020-03-11,,0.0,0.0,,,
+US-OR,Oregon,2020-03-12,,0.0,0.0,,,
+US-OR,Oregon,2020-03-13,,0.0,0.0,,,
+US-OR,Oregon,2020-03-14,,0.0,0.0,,,
+US-OR,Oregon,2020-03-15,,0.0,0.0,,,
+US-OR,Oregon,2020-03-16,,0.0,0.0,,,
+US-OR,Oregon,2020-03-17,,0.0,0.0,,,
+US-OR,Oregon,2020-03-18,,0.0,0.0,,,
+US-OR,Oregon,2020-03-19,,0.0,0.0,,,
+US-OR,Oregon,2020-03-20,,0.0,0.0,,,
+US-OR,Oregon,2020-03-21,,0.0,0.0,,,
+US-OR,Oregon,2020-03-22,,43.0,43.0,,,
+US-OR,Oregon,2020-03-23,,56.0,13.0,,,
+US-OR,Oregon,2020-03-24,,61.0,5.0,,,
+US-OR,Oregon,2020-03-25,,61.0,0.0,,,
+US-OR,Oregon,2020-03-26,,90.0,29.0,,,
+US-OR,Oregon,2020-03-27,,102.0,12.0,,,
+US-OR,Oregon,2020-03-28,,117.0,15.0,,,
+US-OR,Oregon,2020-03-29,,129.0,12.0,,,
+US-OR,Oregon,2020-03-30,,140.0,11.0,,,
+US-OR,Oregon,2020-03-31,,154.0,14.0,,,
+US-OR,Oregon,2020-04-01,,154.0,0.0,,,
+US-OR,Oregon,2020-04-02,,188.0,34.0,,,
+US-OR,Oregon,2020-04-03,,204.0,16.0,,,
+US-OR,Oregon,2020-04-04,,239.0,35.0,,,
+US-OR,Oregon,2020-04-05,,258.0,19.0,,,
+US-OR,Oregon,2020-04-06,,258.0,0.0,,,
+US-OR,Oregon,2020-04-07,,324.0,66.0,,,
+US-OR,Oregon,2020-04-08,,324.0,0.0,,,
+US-OR,Oregon,2020-04-09,,326.0,2.0,,,
+US-OR,Oregon,2020-04-10,,326.0,0.0,,,
+US-OR,Oregon,2020-04-11,,338.0,12.0,,,
+US-OR,Oregon,2020-04-12,,359.0,21.0,,,
+US-OR,Oregon,2020-04-13,,369.0,10.0,,,
+US-OR,Oregon,2020-04-14,,381.0,12.0,,,
+US-OR,Oregon,2020-04-15,,401.0,20.0,,,
+US-OR,Oregon,2020-04-16,,414.0,13.0,,,
+US-OR,Oregon,2020-04-17,,427.0,13.0,,,
+US-OR,Oregon,2020-04-18,,449.0,22.0,,,
+US-OR,Oregon,2020-04-19,,456.0,7.0,,,
+US-OR,Oregon,2020-04-20,,465.0,9.0,,,
+US-OR,Oregon,2020-04-21,,471.0,6.0,,,
+US-OR,Oregon,2020-04-22,,488.0,17.0,,,
+US-OR,Oregon,2020-04-23,,512.0,24.0,,,
+US-OR,Oregon,2020-04-24,,520.0,8.0,,,
+US-OR,Oregon,2020-04-25,,536.0,16.0,,,
+US-OR,Oregon,2020-04-26,,546.0,10.0,,,
+US-OR,Oregon,2020-04-27,,554.0,8.0,,,
+US-OR,Oregon,2020-04-28,,554.0,0.0,,,
+US-OR,Oregon,2020-04-29,,569.0,15.0,,,
+US-OR,Oregon,2020-04-30,,578.0,9.0,,,
+US-OR,Oregon,2020-05-01,,591.0,13.0,,,
+US-OR,Oregon,2020-05-02,,595.0,4.0,,,
+US-OR,Oregon,2020-05-03,,598.0,3.0,,,
+US-OR,Oregon,2020-05-04,,608.0,10.0,,,
+US-OR,Oregon,2020-05-05,,622.0,14.0,,,
+US-OR,Oregon,2020-05-06,,641.0,19.0,,,
+US-OR,Oregon,2020-05-07,,645.0,4.0,,,
+US-OR,Oregon,2020-05-08,,659.0,14.0,,,
+US-OR,Oregon,2020-05-09,,662.0,3.0,,,
+US-OR,Oregon,2020-05-10,,670.0,8.0,,,
+US-OR,Oregon,2020-05-11,,673.0,3.0,,,
+US-OR,Oregon,2020-05-12,,673.0,0.0,,,
+US-OR,Oregon,2020-05-13,,678.0,5.0,,,
+US-OR,Oregon,2020-05-14,,685.0,7.0,,,
+US-OR,Oregon,2020-05-15,,691.0,6.0,,,
+US-OR,Oregon,2020-05-16,,699.0,8.0,,,
+US-OR,Oregon,2020-05-17,,703.0,4.0,,,
+US-OR,Oregon,2020-05-18,,708.0,5.0,,,
+US-OR,Oregon,2020-05-19,,714.0,6.0,,,
+US-OR,Oregon,2020-05-20,,723.0,9.0,,,
+US-OR,Oregon,2020-05-21,,732.0,9.0,,,
+US-OR,Oregon,2020-05-22,,737.0,5.0,,,
+US-OR,Oregon,2020-05-23,,740.0,3.0,,,
+US-OR,Oregon,2020-05-24,,742.0,2.0,,,
+US-OR,Oregon,2020-05-25,,747.0,5.0,,,
+US-OR,Oregon,2020-05-26,,752.0,5.0,,,
+US-OR,Oregon,2020-05-27,,759.0,7.0,,,
+US-OR,Oregon,2020-05-28,,768.0,9.0,,,
+US-OR,Oregon,2020-05-29,,771.0,3.0,,,
+US-OR,Oregon,2020-05-30,,778.0,7.0,,,
+US-OR,Oregon,2020-05-31,,786.0,8.0,,,
+US-OR,Oregon,2020-06-01,,790.0,4.0,,,
+US-OR,Oregon,2020-06-02,,795.0,5.0,,,
+US-OR,Oregon,2020-06-03,,800.0,5.0,,,
+US-OR,Oregon,2020-06-04,,812.0,12.0,,,
+US-OR,Oregon,2020-06-05,,819.0,7.0,,,
+US-OR,Oregon,2020-06-06,,819.0,0.0,,,
+US-OR,Oregon,2020-06-07,,819.0,0.0,,,
+US-OK,Oklahoma,2020-03-07,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-08,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-09,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-10,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-11,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-12,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-13,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-14,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-15,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-16,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-17,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-18,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-19,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-20,,0.0,0.0,,,
+US-OK,Oklahoma,2020-03-21,,10.0,10.0,,,
+US-OK,Oklahoma,2020-03-22,,11.0,1.0,,,
+US-OK,Oklahoma,2020-03-23,,15.0,4.0,,,
+US-OK,Oklahoma,2020-03-24,,25.0,10.0,,,
+US-OK,Oklahoma,2020-03-25,,59.0,34.0,,,
+US-OK,Oklahoma,2020-03-26,,86.0,27.0,,,
+US-OK,Oklahoma,2020-03-27,,105.0,19.0,,,
+US-OK,Oklahoma,2020-03-28,,126.0,21.0,,,
+US-OK,Oklahoma,2020-03-29,,140.0,14.0,,,
+US-OK,Oklahoma,2020-03-30,,153.0,13.0,,,
+US-OK,Oklahoma,2020-03-31,,177.0,24.0,,,
+US-OK,Oklahoma,2020-04-01,,219.0,42.0,,,
+US-OK,Oklahoma,2020-04-02,,257.0,38.0,,,
+US-OK,Oklahoma,2020-04-03,,289.0,32.0,,,
+US-OK,Oklahoma,2020-04-04,,316.0,27.0,,,
+US-OK,Oklahoma,2020-04-05,,330.0,14.0,,,
+US-OK,Oklahoma,2020-04-06,,340.0,10.0,,,
+US-OK,Oklahoma,2020-04-07,,376.0,36.0,,,
+US-OK,Oklahoma,2020-04-08,,390.0,14.0,,,
+US-OK,Oklahoma,2020-04-09,,415.0,25.0,,,
+US-OK,Oklahoma,2020-04-10,,428.0,13.0,,,
+US-OK,Oklahoma,2020-04-11,,446.0,18.0,,,
+US-OK,Oklahoma,2020-04-12,,446.0,0.0,,,
+US-OK,Oklahoma,2020-04-13,,457.0,11.0,,,
+US-OK,Oklahoma,2020-04-14,,488.0,31.0,,,
+US-OK,Oklahoma,2020-04-15,,510.0,22.0,,,
+US-OK,Oklahoma,2020-04-16,,528.0,18.0,,,
+US-OK,Oklahoma,2020-04-17,,528.0,0.0,,,
+US-OK,Oklahoma,2020-04-18,,541.0,13.0,,,
+US-OK,Oklahoma,2020-04-19,,541.0,0.0,,,
+US-OK,Oklahoma,2020-04-20,,541.0,0.0,,,
+US-OK,Oklahoma,2020-04-21,,561.0,20.0,,,
+US-OK,Oklahoma,2020-04-22,,588.0,27.0,,,
+US-OK,Oklahoma,2020-04-23,,622.0,34.0,,,
+US-OK,Oklahoma,2020-04-24,,637.0,15.0,,,
+US-OK,Oklahoma,2020-04-25,,637.0,0.0,,,
+US-OK,Oklahoma,2020-04-26,,653.0,16.0,,,
+US-OK,Oklahoma,2020-04-27,,656.0,3.0,,,
+US-OK,Oklahoma,2020-04-28,,656.0,0.0,,,
+US-OK,Oklahoma,2020-04-29,,693.0,37.0,,,
+US-OK,Oklahoma,2020-04-30,,703.0,10.0,,,
+US-OK,Oklahoma,2020-05-01,,715.0,12.0,,,
+US-OK,Oklahoma,2020-05-02,,743.0,28.0,,,
+US-OK,Oklahoma,2020-05-03,,743.0,0.0,,,
+US-OK,Oklahoma,2020-05-04,,753.0,10.0,,,
+US-OK,Oklahoma,2020-05-05,,773.0,20.0,,,
+US-OK,Oklahoma,2020-05-06,,773.0,0.0,,,
+US-OK,Oklahoma,2020-05-07,,805.0,32.0,,,
+US-OK,Oklahoma,2020-05-08,,805.0,0.0,,,
+US-OK,Oklahoma,2020-05-09,,822.0,17.0,,,
+US-OK,Oklahoma,2020-05-10,,826.0,4.0,,,
+US-OK,Oklahoma,2020-05-11,,828.0,2.0,,,
+US-OK,Oklahoma,2020-05-12,,828.0,0.0,,,
+US-OK,Oklahoma,2020-05-13,,848.0,20.0,,,
+US-OK,Oklahoma,2020-05-14,,858.0,10.0,,,
+US-OK,Oklahoma,2020-05-15,,863.0,5.0,,,
+US-OK,Oklahoma,2020-05-16,,878.0,15.0,,,
+US-OK,Oklahoma,2020-05-17,,880.0,2.0,,,
+US-OK,Oklahoma,2020-05-18,,885.0,5.0,,,
+US-OK,Oklahoma,2020-05-19,,897.0,12.0,,,
+US-OK,Oklahoma,2020-05-20,,905.0,8.0,,,
+US-OK,Oklahoma,2020-05-21,,917.0,12.0,,,
+US-OK,Oklahoma,2020-05-22,,926.0,9.0,,,
+US-OK,Oklahoma,2020-05-23,,926.0,0.0,,,
+US-OK,Oklahoma,2020-05-24,,938.0,12.0,,,
+US-OK,Oklahoma,2020-05-25,,938.0,0.0,,,
+US-OK,Oklahoma,2020-05-26,,941.0,3.0,,,
+US-OK,Oklahoma,2020-05-27,,941.0,0.0,,,
+US-OK,Oklahoma,2020-05-28,,975.0,34.0,,,
+US-OK,Oklahoma,2020-05-29,,982.0,7.0,,,
+US-OK,Oklahoma,2020-05-30,,982.0,0.0,,,
+US-OK,Oklahoma,2020-05-31,,985.0,3.0,,,
+US-OK,Oklahoma,2020-06-01,,986.0,1.0,,,
+US-OK,Oklahoma,2020-06-02,,994.0,8.0,,,
+US-OK,Oklahoma,2020-06-03,,1003.0,9.0,,,
+US-OK,Oklahoma,2020-06-04,,1014.0,11.0,,,
+US-OK,Oklahoma,2020-06-05,,1014.0,0.0,,,
+US-OK,Oklahoma,2020-06-06,,1026.0,12.0,,,
+US-OK,Oklahoma,2020-06-07,,1026.0,0.0,,,
+US-OH,Ohio,2020-03-05,,0.0,0.0,,,
+US-OH,Ohio,2020-03-06,,0.0,0.0,,,
+US-OH,Ohio,2020-03-07,,0.0,0.0,,,
+US-OH,Ohio,2020-03-08,,0.0,0.0,,,
+US-OH,Ohio,2020-03-09,,0.0,0.0,,,
+US-OH,Ohio,2020-03-10,,0.0,0.0,,,
+US-OH,Ohio,2020-03-11,,0.0,0.0,,,
+US-OH,Ohio,2020-03-12,,0.0,0.0,,,
+US-OH,Ohio,2020-03-13,,0.0,0.0,,,
+US-OH,Ohio,2020-03-14,,0.0,0.0,,,
+US-OH,Ohio,2020-03-15,,0.0,0.0,,,
+US-OH,Ohio,2020-03-16,,0.0,0.0,,,
+US-OH,Ohio,2020-03-17,,0.0,0.0,,,
+US-OH,Ohio,2020-03-18,,0.0,0.0,,,
+US-OH,Ohio,2020-03-19,,0.0,0.0,,,
+US-OH,Ohio,2020-03-20,,0.0,0.0,,,
+US-OH,Ohio,2020-03-21,,58.0,58.0,,,
+US-OH,Ohio,2020-03-22,,83.0,25.0,,,
+US-OH,Ohio,2020-03-23,,104.0,21.0,,,
+US-OH,Ohio,2020-03-24,,145.0,41.0,,,
+US-OH,Ohio,2020-03-25,,182.0,37.0,,,
+US-OH,Ohio,2020-03-26,,223.0,41.0,,,
+US-OH,Ohio,2020-03-27,,276.0,53.0,,,
+US-OH,Ohio,2020-03-28,,344.0,68.0,,,
+US-OH,Ohio,2020-03-29,,403.0,59.0,,,
+US-OH,Ohio,2020-03-30,,475.0,72.0,,,
+US-OH,Ohio,2020-03-31,,585.0,110.0,,,
+US-OH,Ohio,2020-04-01,,679.0,94.0,,,
+US-OH,Ohio,2020-04-02,,802.0,123.0,,,
+US-OH,Ohio,2020-04-03,,895.0,93.0,,,
+US-OH,Ohio,2020-04-04,,1006.0,111.0,,,
+US-OH,Ohio,2020-04-05,,1104.0,98.0,,,
+US-OH,Ohio,2020-04-06,,1214.0,110.0,,,
+US-OH,Ohio,2020-04-07,,1354.0,140.0,,,
+US-OH,Ohio,2020-04-08,,1495.0,141.0,,,
+US-OH,Ohio,2020-04-09,,1612.0,117.0,,,
+US-OH,Ohio,2020-04-10,,1755.0,143.0,,,
+US-OH,Ohio,2020-04-11,,1859.0,104.0,,,
+US-OH,Ohio,2020-04-12,,1948.0,89.0,,,
+US-OH,Ohio,2020-04-13,,2033.0,85.0,,,
+US-OH,Ohio,2020-04-14,,2156.0,123.0,,,
+US-OH,Ohio,2020-04-15,,2237.0,81.0,,,
+US-OH,Ohio,2020-04-16,,2331.0,94.0,,,
+US-OH,Ohio,2020-04-17,,2424.0,93.0,,,
+US-OH,Ohio,2020-04-18,,2519.0,95.0,,,
+US-OH,Ohio,2020-04-19,,2565.0,46.0,,,
+US-OH,Ohio,2020-04-20,,2653.0,88.0,,,
+US-OH,Ohio,2020-04-21,,2779.0,126.0,,,
+US-OH,Ohio,2020-04-22,,2882.0,103.0,,,
+US-OH,Ohio,2020-04-23,,2960.0,78.0,,,
+US-OH,Ohio,2020-04-24,,3053.0,93.0,,,
+US-OH,Ohio,2020-04-25,,3115.0,62.0,,,
+US-OH,Ohio,2020-04-26,,3178.0,63.0,,,
+US-OH,Ohio,2020-04-27,,3232.0,54.0,,,
+US-OH,Ohio,2020-04-28,,3340.0,108.0,,,
+US-OH,Ohio,2020-04-29,,3421.0,81.0,,,
+US-OH,Ohio,2020-04-30,,3533.0,112.0,,,
+US-OH,Ohio,2020-05-01,,3634.0,101.0,,,
+US-OH,Ohio,2020-05-02,,3712.0,78.0,,,
+US-OH,Ohio,2020-05-03,,3769.0,57.0,,,
+US-OH,Ohio,2020-05-04,,3809.0,40.0,,,
+US-OH,Ohio,2020-05-05,,3956.0,147.0,,,
+US-OH,Ohio,2020-05-06,,4052.0,96.0,,,
+US-OH,Ohio,2020-05-07,,4140.0,88.0,,,
+US-OH,Ohio,2020-05-08,,4218.0,78.0,,,
+US-OH,Ohio,2020-05-09,,4300.0,82.0,,,
+US-OH,Ohio,2020-05-10,,4351.0,51.0,,,
+US-OH,Ohio,2020-05-11,,4413.0,62.0,,,
+US-OH,Ohio,2020-05-12,,4539.0,126.0,,,
+US-OH,Ohio,2020-05-13,,4618.0,79.0,,,
+US-OH,Ohio,2020-05-14,,4718.0,100.0,,,
+US-OH,Ohio,2020-05-15,,4791.0,73.0,,,
+US-OH,Ohio,2020-05-16,,4870.0,79.0,,,
+US-OH,Ohio,2020-05-17,,4921.0,51.0,,,
+US-OH,Ohio,2020-05-18,,4998.0,77.0,,,
+US-OH,Ohio,2020-05-19,,5117.0,119.0,,,
+US-OH,Ohio,2020-05-20,,5198.0,81.0,,,
+US-OH,Ohio,2020-05-21,,5295.0,97.0,,,
+US-OH,Ohio,2020-05-22,,5379.0,84.0,,,
+US-OH,Ohio,2020-05-23,,5437.0,58.0,,,
+US-OH,Ohio,2020-05-24,,5476.0,39.0,,,
+US-OH,Ohio,2020-05-25,,5511.0,35.0,,,
+US-OH,Ohio,2020-05-26,,5579.0,68.0,,,
+US-OH,Ohio,2020-05-27,,5700.0,121.0,,,
+US-OH,Ohio,2020-05-28,,5811.0,111.0,,,
+US-OH,Ohio,2020-05-29,,5947.0,136.0,,,
+US-OH,Ohio,2020-05-30,,6011.0,64.0,,,
+US-OH,Ohio,2020-05-31,,6049.0,38.0,,,
+US-OH,Ohio,2020-06-01,,6112.0,63.0,,,
+US-OH,Ohio,2020-06-02,,6176.0,64.0,,,
+US-OH,Ohio,2020-06-03,,6251.0,75.0,,,
+US-OH,Ohio,2020-06-04,,6312.0,61.0,,,
+US-OH,Ohio,2020-06-05,,6385.0,73.0,,,
+US-OH,Ohio,2020-06-06,,6460.0,75.0,,,
+US-OH,Ohio,2020-06-07,,6497.0,37.0,,,
+US-NY,New York,2020-03-04,,0.0,0.0,,,
+US-NY,New York,2020-03-05,,0.0,0.0,,,
+US-NY,New York,2020-03-06,,0.0,0.0,,,
+US-NY,New York,2020-03-07,,0.0,0.0,,,
+US-NY,New York,2020-03-08,,0.0,0.0,,,
+US-NY,New York,2020-03-09,,0.0,0.0,,,
+US-NY,New York,2020-03-10,,0.0,0.0,,,
+US-NY,New York,2020-03-11,,0.0,0.0,,,
+US-NY,New York,2020-03-12,,0.0,0.0,,,
+US-NY,New York,2020-03-13,,0.0,0.0,,,
+US-NY,New York,2020-03-14,,0.0,0.0,,,
+US-NY,New York,2020-03-15,,0.0,0.0,,,
+US-NY,New York,2020-03-16,,0.0,0.0,,,
+US-NY,New York,2020-03-17,,0.0,0.0,,,
+US-NY,New York,2020-03-18,,0.0,0.0,,,
+US-NY,New York,2020-03-19,,0.0,0.0,,,
+US-NY,New York,2020-03-20,,0.0,0.0,,,
+US-NY,New York,2020-03-21,,1531.0,1531.0,,,
+US-NY,New York,2020-03-22,,2354.0,823.0,,,
+US-NY,New York,2020-03-23,,3125.0,771.0,,,
+US-NY,New York,2020-03-24,,4041.0,916.0,,,
+US-NY,New York,2020-03-25,,5126.0,1085.0,,,
+US-NY,New York,2020-03-26,,6921.0,1795.0,,,
+US-NY,New York,2020-03-27,,8732.0,1811.0,,,
+US-NY,New York,2020-03-28,,10454.0,1722.0,,,
+US-NY,New York,2020-03-29,,12695.0,2241.0,,,
+US-NY,New York,2020-03-30,,14578.0,1883.0,,,
+US-NY,New York,2020-03-31,,17085.0,2507.0,,,
+US-NY,New York,2020-04-01,,19929.0,2844.0,,,
+US-NY,New York,2020-04-02,,22786.0,2857.0,,,
+US-NY,New York,2020-04-03,,26210.0,3424.0,,,
+US-NY,New York,2020-04-04,,29471.0,3261.0,,,
+US-NY,New York,2020-04-05,,32293.0,2822.0,,,
+US-NY,New York,2020-04-06,,34377.0,2084.0,,,
+US-NY,New York,2020-04-07,,36932.0,2555.0,,,
+US-NY,New York,2020-04-08,,39982.0,3050.0,,,
+US-NY,New York,2020-04-09,,42852.0,2870.0,,,
+US-NY,New York,2020-04-10,,45768.0,2916.0,,,
+US-NY,New York,2020-04-11,,48297.0,2529.0,,,
+US-NY,New York,2020-04-12,,50919.0,2622.0,,,
+US-NY,New York,2020-04-13,,52936.0,2017.0,,,
+US-NY,New York,2020-04-14,,54653.0,1717.0,,,
+US-NY,New York,2020-04-15,,56968.0,2315.0,,,
+US-NY,New York,2020-04-16,,59052.0,2084.0,,,
+US-NY,New York,2020-04-17,,61120.0,2068.0,,,
+US-NY,New York,2020-04-18,,63103.0,1983.0,,,
+US-NY,New York,2020-04-19,,64550.0,1447.0,,,
+US-NY,New York,2020-04-20,,65969.0,1419.0,,,
+US-NY,New York,2020-04-21,,67271.0,1302.0,,,
+US-NY,New York,2020-04-22,,68773.0,1502.0,,,
+US-NY,New York,2020-04-23,,70182.0,1409.0,,,
+US-NY,New York,2020-04-24,,71373.0,1191.0,,,
+US-NY,New York,2020-04-25,,72444.0,1071.0,,,
+US-NY,New York,2020-04-26,,73540.0,1096.0,,,
+US-NY,New York,2020-04-27,,74602.0,1062.0,,,
+US-NY,New York,2020-04-28,,75362.0,760.0,,,
+US-NY,New York,2020-04-29,,76450.0,1088.0,,,
+US-NY,New York,2020-04-30,,77400.0,950.0,,,
+US-NY,New York,2020-05-01,,78224.0,824.0,,,
+US-NY,New York,2020-05-02,,78942.0,718.0,,,
+US-NY,New York,2020-05-03,,79768.0,826.0,,,
+US-NY,New York,2020-05-04,,80376.0,608.0,,,
+US-NY,New York,2020-05-05,,80918.0,542.0,,,
+US-NY,New York,2020-05-06,,81570.0,652.0,,,
+US-NY,New York,2020-05-07,,82197.0,627.0,,,
+US-NY,New York,2020-05-08,,82730.0,533.0,,,
+US-NY,New York,2020-05-09,,83285.0,555.0,,,
+US-NY,New York,2020-05-10,,83761.0,476.0,,,
+US-NY,New York,2020-05-11,,84194.0,433.0,,,
+US-NY,New York,2020-05-12,,84489.0,295.0,,,
+US-NY,New York,2020-05-13,,85008.0,519.0,,,
+US-NY,New York,2020-05-14,,85454.0,446.0,,,
+US-NY,New York,2020-05-15,,85782.0,328.0,,,
+US-NY,New York,2020-05-16,,86207.0,425.0,,,
+US-NY,New York,2020-05-17,,86575.0,368.0,,,
+US-NY,New York,2020-05-18,,86901.0,326.0,,,
+US-NY,New York,2020-05-19,,87169.0,268.0,,,
+US-NY,New York,2020-05-20,,87459.0,290.0,,,
+US-NY,New York,2020-05-21,,87638.0,179.0,,,
+US-NY,New York,2020-05-22,,87843.0,205.0,,,
+US-NY,New York,2020-05-23,,88083.0,240.0,,,
+US-NY,New York,2020-05-24,,88324.0,241.0,,,
+US-NY,New York,2020-05-25,,88554.0,230.0,,,
+US-NY,New York,2020-05-26,,88686.0,132.0,,,
+US-NY,New York,2020-05-27,,88866.0,180.0,,,
+US-NY,New York,2020-05-28,,89042.0,176.0,,,
+US-NY,New York,2020-05-29,,89194.0,152.0,,,
+US-NY,New York,2020-05-30,,89400.0,206.0,,,
+US-NY,New York,2020-05-31,,89590.0,190.0,,,
+US-NY,New York,2020-06-01,,89703.0,113.0,,,
+US-NY,New York,2020-06-02,,89861.0,158.0,,,
+US-NY,New York,2020-06-03,,89995.0,134.0,,,
+US-NY,New York,2020-06-04,,89995.0,0.0,,,
+US-NY,New York,2020-06-05,,89995.0,0.0,,,
+US-NY,New York,2020-06-06,,89995.0,0.0,,,
+US-NY,New York,2020-06-07,,89995.0,0.0,,,
+US-NV,Nevada,2020-03-05,,0.0,0.0,,,
+US-NV,Nevada,2020-03-06,,0.0,0.0,,,
+US-NV,Nevada,2020-03-07,,0.0,0.0,,,
+US-NV,Nevada,2020-03-08,,0.0,0.0,,,
+US-NV,Nevada,2020-03-09,,0.0,0.0,,,
+US-NV,Nevada,2020-03-10,,0.0,0.0,,,
+US-NV,Nevada,2020-03-11,,0.0,0.0,,,
+US-NV,Nevada,2020-03-12,,0.0,0.0,,,
+US-NV,Nevada,2020-03-13,,0.0,0.0,,,
+US-NV,Nevada,2020-03-14,,0.0,0.0,,,
+US-NV,Nevada,2020-03-15,,0.0,0.0,,,
+US-NV,Nevada,2020-03-16,,0.0,0.0,,,
+US-NV,Nevada,2020-03-17,,0.0,0.0,,,
+US-NV,Nevada,2020-03-18,,0.0,0.0,,,
+US-NV,Nevada,2020-03-19,,0.0,0.0,,,
+US-NV,Nevada,2020-03-20,,0.0,0.0,,,
+US-NV,Nevada,2020-03-21,,0.0,0.0,,,
+US-NV,Nevada,2020-03-22,,0.0,0.0,,,
+US-NV,Nevada,2020-03-23,,0.0,0.0,,,
+US-NV,Nevada,2020-03-24,,0.0,0.0,,,
+US-NV,Nevada,2020-03-25,,0.0,0.0,,,
+US-NV,Nevada,2020-03-26,,0.0,0.0,,,
+US-NV,Nevada,2020-03-27,,0.0,0.0,,,
+US-NV,Nevada,2020-03-28,,0.0,0.0,,,
+US-NV,Nevada,2020-03-29,,0.0,0.0,,,
+US-NV,Nevada,2020-03-30,,0.0,0.0,,,
+US-NV,Nevada,2020-03-31,,0.0,0.0,,,
+US-NV,Nevada,2020-04-01,,0.0,0.0,,,
+US-NV,Nevada,2020-04-02,,0.0,0.0,,,
+US-NV,Nevada,2020-04-03,,0.0,0.0,,,
+US-NV,Nevada,2020-04-04,,0.0,0.0,,,
+US-NV,Nevada,2020-04-05,,0.0,0.0,,,
+US-NV,Nevada,2020-04-06,,0.0,0.0,,,
+US-NV,Nevada,2020-04-07,,0.0,0.0,,,
+US-NV,Nevada,2020-04-08,,0.0,0.0,,,
+US-NV,Nevada,2020-04-09,,0.0,0.0,,,
+US-NV,Nevada,2020-04-10,,0.0,0.0,,,
+US-NV,Nevada,2020-04-11,,0.0,0.0,,,
+US-NV,Nevada,2020-04-12,,0.0,0.0,,,
+US-NV,Nevada,2020-04-13,,0.0,0.0,,,
+US-NV,Nevada,2020-04-14,,0.0,0.0,,,
+US-NV,Nevada,2020-04-15,,0.0,0.0,,,
+US-NV,Nevada,2020-04-16,,0.0,0.0,,,
+US-NV,Nevada,2020-04-17,,0.0,0.0,,,
+US-NV,Nevada,2020-04-18,,0.0,0.0,,,
+US-NV,Nevada,2020-04-19,,0.0,0.0,,,
+US-NV,Nevada,2020-04-20,,0.0,0.0,,,
+US-NV,Nevada,2020-04-21,,0.0,0.0,,,
+US-NV,Nevada,2020-04-22,,0.0,0.0,,,
+US-NV,Nevada,2020-04-23,,0.0,0.0,,,
+US-NV,Nevada,2020-04-24,,0.0,0.0,,,
+US-NV,Nevada,2020-04-25,,0.0,0.0,,,
+US-NV,Nevada,2020-04-26,,0.0,0.0,,,
+US-NV,Nevada,2020-04-27,,0.0,0.0,,,
+US-NV,Nevada,2020-04-28,,0.0,0.0,,,
+US-NV,Nevada,2020-04-29,,0.0,0.0,,,
+US-NV,Nevada,2020-04-30,,0.0,0.0,,,
+US-NV,Nevada,2020-05-01,,0.0,0.0,,,
+US-NV,Nevada,2020-05-02,,0.0,0.0,,,
+US-NV,Nevada,2020-05-03,,0.0,0.0,,,
+US-NV,Nevada,2020-05-04,,0.0,0.0,,,
+US-NV,Nevada,2020-05-05,,0.0,0.0,,,
+US-NV,Nevada,2020-05-06,,0.0,0.0,,,
+US-NV,Nevada,2020-05-07,,0.0,0.0,,,
+US-NV,Nevada,2020-05-08,,0.0,0.0,,,
+US-NV,Nevada,2020-05-09,,0.0,0.0,,,
+US-NV,Nevada,2020-05-10,,0.0,0.0,,,
+US-NV,Nevada,2020-05-11,,0.0,0.0,,,
+US-NV,Nevada,2020-05-12,,0.0,0.0,,,
+US-NV,Nevada,2020-05-13,,0.0,0.0,,,
+US-NV,Nevada,2020-05-14,,0.0,0.0,,,
+US-NV,Nevada,2020-05-15,,0.0,0.0,,,
+US-NV,Nevada,2020-05-16,,0.0,0.0,,,
+US-NV,Nevada,2020-05-17,,0.0,0.0,,,
+US-NV,Nevada,2020-05-18,,0.0,0.0,,,
+US-NV,Nevada,2020-05-19,,0.0,0.0,,,
+US-NV,Nevada,2020-05-20,,0.0,0.0,,,
+US-NV,Nevada,2020-05-21,,0.0,0.0,,,
+US-NV,Nevada,2020-05-22,,0.0,0.0,,,
+US-NV,Nevada,2020-05-23,,0.0,0.0,,,
+US-NV,Nevada,2020-05-24,,0.0,0.0,,,
+US-NV,Nevada,2020-05-25,,0.0,0.0,,,
+US-NV,Nevada,2020-05-26,,0.0,0.0,,,
+US-NV,Nevada,2020-05-27,,0.0,0.0,,,
+US-NV,Nevada,2020-05-28,,0.0,0.0,,,
+US-NV,Nevada,2020-05-29,,0.0,0.0,,,
+US-NV,Nevada,2020-05-30,,0.0,0.0,,,
+US-NV,Nevada,2020-05-31,,0.0,0.0,,,
+US-NV,Nevada,2020-06-01,,0.0,0.0,,,
+US-NV,Nevada,2020-06-02,,0.0,0.0,,,
+US-NV,Nevada,2020-06-03,,0.0,0.0,,,
+US-NV,Nevada,2020-06-04,,0.0,0.0,,,
+US-NV,Nevada,2020-06-05,,0.0,0.0,,,
+US-NV,Nevada,2020-06-06,,0.0,0.0,,,
+US-NV,Nevada,2020-06-07,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-06,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-07,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-08,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-09,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-10,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-11,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-12,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-13,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-14,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-15,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-16,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-17,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-18,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-19,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-20,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-21,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-22,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-23,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-24,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-25,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-26,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-27,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-28,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-29,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-30,,0.0,0.0,,,
+US-NM,New Mexico,2020-03-31,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-01,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-02,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-03,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-04,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-05,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-06,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-07,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-08,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-09,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-10,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-11,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-12,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-13,,0.0,0.0,,,
+US-NM,New Mexico,2020-04-14,,181.0,181.0,,,
+US-NM,New Mexico,2020-04-15,,181.0,0.0,,,
+US-NM,New Mexico,2020-04-16,,215.0,34.0,,,
+US-NM,New Mexico,2020-04-17,,230.0,15.0,,,
+US-NM,New Mexico,2020-04-18,,242.0,12.0,,,
+US-NM,New Mexico,2020-04-19,,258.0,16.0,,,
+US-NM,New Mexico,2020-04-20,,274.0,16.0,,,
+US-NM,New Mexico,2020-04-21,,291.0,17.0,,,
+US-NM,New Mexico,2020-04-22,,306.0,15.0,,,
+US-NM,New Mexico,2020-04-23,,331.0,25.0,,,
+US-NM,New Mexico,2020-04-24,,367.0,36.0,,,
+US-NM,New Mexico,2020-04-25,,412.0,45.0,,,
+US-NM,New Mexico,2020-04-26,,412.0,0.0,,,
+US-NM,New Mexico,2020-04-27,,412.0,0.0,,,
+US-NM,New Mexico,2020-04-28,,481.0,69.0,,,
+US-NM,New Mexico,2020-04-29,,509.0,28.0,,,
+US-NM,New Mexico,2020-04-30,,536.0,27.0,,,
+US-NM,New Mexico,2020-05-01,,536.0,0.0,,,
+US-NM,New Mexico,2020-05-02,,587.0,51.0,,,
+US-NM,New Mexico,2020-05-03,,587.0,0.0,,,
+US-NM,New Mexico,2020-05-04,,587.0,0.0,,,
+US-NM,New Mexico,2020-05-05,,667.0,80.0,,,
+US-NM,New Mexico,2020-05-06,,687.0,20.0,,,
+US-NM,New Mexico,2020-05-07,,687.0,0.0,,,
+US-NM,New Mexico,2020-05-08,,760.0,73.0,,,
+US-NM,New Mexico,2020-05-09,,789.0,29.0,,,
+US-NM,New Mexico,2020-05-10,,789.0,0.0,,,
+US-NM,New Mexico,2020-05-11,,789.0,0.0,,,
+US-NM,New Mexico,2020-05-12,,886.0,97.0,,,
+US-NM,New Mexico,2020-05-13,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-14,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-15,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-16,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-17,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-18,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-19,,886.0,0.0,,,
+US-NM,New Mexico,2020-05-20,,1139.0,253.0,,,
+US-NM,New Mexico,2020-05-21,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-22,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-23,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-24,,1139.0,0.0,,,
+US-NM,New Mexico,2020-05-25,,1243.0,104.0,,,
+US-NM,New Mexico,2020-05-26,,1264.0,21.0,,,
+US-NM,New Mexico,2020-05-27,,1282.0,18.0,,,
+US-NM,New Mexico,2020-05-28,,1282.0,0.0,,,
+US-NM,New Mexico,2020-05-29,,1317.0,35.0,,,
+US-NM,New Mexico,2020-05-30,,1317.0,0.0,,,
+US-NM,New Mexico,2020-05-31,,1317.0,0.0,,,
+US-NM,New Mexico,2020-06-01,,1317.0,0.0,,,
+US-NM,New Mexico,2020-06-02,,1317.0,0.0,,,
+US-NM,New Mexico,2020-06-03,,1416.0,99.0,,,
+US-NM,New Mexico,2020-06-04,,1416.0,0.0,,,
+US-NM,New Mexico,2020-06-05,,1416.0,0.0,,,
+US-NM,New Mexico,2020-06-06,,1489.0,73.0,,,
+US-NM,New Mexico,2020-06-07,,1489.0,0.0,,,
+US-NJ,New Jersey,2020-03-05,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-06,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-07,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-08,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-09,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-10,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-11,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-12,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-13,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-14,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-15,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-16,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-17,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-18,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-19,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-20,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-21,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-22,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-23,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-24,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-25,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-26,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-27,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-28,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-29,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-30,,0.0,0.0,,,
+US-NJ,New Jersey,2020-03-31,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-01,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-02,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-03,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-04,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-05,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-06,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-07,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-08,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-09,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-10,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-11,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-12,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-13,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-14,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-15,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-16,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-17,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-18,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-19,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-20,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-21,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-22,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-23,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-24,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-25,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-26,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-27,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-28,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-29,,0.0,0.0,,,
+US-NJ,New Jersey,2020-04-30,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-01,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-02,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-03,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-04,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-05,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-06,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-07,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-08,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-09,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-10,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-11,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-12,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-13,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-14,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-15,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-16,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-17,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-18,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-19,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-20,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-21,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-22,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-23,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-24,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-25,,0.0,0.0,,,
+US-NJ,New Jersey,2020-05-26,,16373.0,16373.0,,,
+US-NJ,New Jersey,2020-05-27,,16597.0,224.0,,,
+US-NJ,New Jersey,2020-05-28,,16778.0,181.0,,,
+US-NJ,New Jersey,2020-05-29,,16960.0,182.0,,,
+US-NJ,New Jersey,2020-05-30,,17121.0,161.0,,,
+US-NJ,New Jersey,2020-05-31,,17197.0,76.0,,,
+US-NJ,New Jersey,2020-06-01,,17222.0,25.0,,,
+US-NJ,New Jersey,2020-06-02,,17390.0,168.0,,,
+US-NJ,New Jersey,2020-06-03,,17390.0,0.0,,,
+US-NJ,New Jersey,2020-06-04,,17604.0,214.0,,,
+US-NJ,New Jersey,2020-06-05,,17880.0,276.0,,,
+US-NJ,New Jersey,2020-06-06,,18023.0,143.0,,,
+US-NJ,New Jersey,2020-06-07,,18050.0,27.0,,,
+US-NH,New Hampshire,2020-03-04,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-05,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-06,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-07,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-08,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-09,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-10,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-11,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-12,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-13,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-14,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-15,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-16,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-17,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-18,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-19,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-20,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-21,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-22,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-23,,0.0,0.0,,,
+US-NH,New Hampshire,2020-03-24,,11.0,11.0,,,
+US-NH,New Hampshire,2020-03-25,,13.0,2.0,,,
+US-NH,New Hampshire,2020-03-26,,19.0,6.0,,,
+US-NH,New Hampshire,2020-03-27,,25.0,6.0,,,
+US-NH,New Hampshire,2020-03-28,,30.0,5.0,,,
+US-NH,New Hampshire,2020-03-29,,33.0,3.0,,,
+US-NH,New Hampshire,2020-03-30,,45.0,12.0,,,
+US-NH,New Hampshire,2020-03-31,,45.0,0.0,,,
+US-NH,New Hampshire,2020-04-01,,56.0,11.0,,,
+US-NH,New Hampshire,2020-04-02,,58.0,2.0,,,
+US-NH,New Hampshire,2020-04-03,,73.0,15.0,,,
+US-NH,New Hampshire,2020-04-04,,80.0,7.0,,,
+US-NH,New Hampshire,2020-04-05,,86.0,6.0,,,
+US-NH,New Hampshire,2020-04-06,,92.0,6.0,,,
+US-NH,New Hampshire,2020-04-07,,103.0,11.0,,,
+US-NH,New Hampshire,2020-04-08,,118.0,15.0,,,
+US-NH,New Hampshire,2020-04-09,,118.0,0.0,,,
+US-NH,New Hampshire,2020-04-10,,124.0,6.0,,,
+US-NH,New Hampshire,2020-04-11,,134.0,10.0,,,
+US-NH,New Hampshire,2020-04-12,,146.0,12.0,,,
+US-NH,New Hampshire,2020-04-13,,152.0,6.0,,,
+US-NH,New Hampshire,2020-04-14,,152.0,0.0,,,
+US-NH,New Hampshire,2020-04-15,,178.0,26.0,,,
+US-NH,New Hampshire,2020-04-16,,178.0,0.0,,,
+US-NH,New Hampshire,2020-04-17,,190.0,12.0,,,
+US-NH,New Hampshire,2020-04-18,,190.0,0.0,,,
+US-NH,New Hampshire,2020-04-19,,192.0,2.0,,,
+US-NH,New Hampshire,2020-04-20,,198.0,6.0,,,
+US-NH,New Hampshire,2020-04-21,,206.0,8.0,,,
+US-NH,New Hampshire,2020-04-22,,206.0,0.0,,,
+US-NH,New Hampshire,2020-04-23,,213.0,7.0,,,
+US-NH,New Hampshire,2020-04-24,,218.0,5.0,,,
+US-NH,New Hampshire,2020-04-25,,224.0,6.0,,,
+US-NH,New Hampshire,2020-04-26,,238.0,14.0,,,
+US-NH,New Hampshire,2020-04-27,,242.0,4.0,,,
+US-NH,New Hampshire,2020-04-28,,246.0,4.0,,,
+US-NH,New Hampshire,2020-04-29,,249.0,3.0,,,
+US-NH,New Hampshire,2020-04-30,,259.0,10.0,,,
+US-NH,New Hampshire,2020-05-01,,262.0,3.0,,,
+US-NH,New Hampshire,2020-05-02,,270.0,8.0,,,
+US-NH,New Hampshire,2020-05-03,,277.0,7.0,,,
+US-NH,New Hampshire,2020-05-04,,286.0,9.0,,,
+US-NH,New Hampshire,2020-05-05,,286.0,0.0,,,
+US-NH,New Hampshire,2020-05-06,,295.0,9.0,,,
+US-NH,New Hampshire,2020-05-07,,307.0,12.0,,,
+US-NH,New Hampshire,2020-05-08,,308.0,1.0,,,
+US-NH,New Hampshire,2020-05-09,,309.0,1.0,,,
+US-NH,New Hampshire,2020-05-10,,313.0,4.0,,,
+US-NH,New Hampshire,2020-05-11,,318.0,5.0,,,
+US-NH,New Hampshire,2020-05-12,,318.0,0.0,,,
+US-NH,New Hampshire,2020-05-13,,319.0,1.0,,,
+US-NH,New Hampshire,2020-05-14,,326.0,7.0,,,
+US-NH,New Hampshire,2020-05-15,,335.0,9.0,,,
+US-NH,New Hampshire,2020-05-16,,335.0,0.0,,,
+US-NH,New Hampshire,2020-05-17,,347.0,12.0,,,
+US-NH,New Hampshire,2020-05-18,,359.0,12.0,,,
+US-NH,New Hampshire,2020-05-19,,368.0,9.0,,,
+US-NH,New Hampshire,2020-05-20,,383.0,15.0,,,
+US-NH,New Hampshire,2020-05-21,,385.0,2.0,,,
+US-NH,New Hampshire,2020-05-22,,393.0,8.0,,,
+US-NH,New Hampshire,2020-05-23,,419.0,26.0,,,
+US-NH,New Hampshire,2020-05-24,,419.0,0.0,,,
+US-NH,New Hampshire,2020-05-25,,419.0,0.0,,,
+US-NH,New Hampshire,2020-05-26,,420.0,1.0,,,
+US-NH,New Hampshire,2020-05-27,,421.0,1.0,,,
+US-NH,New Hampshire,2020-05-28,,426.0,5.0,,,
+US-NH,New Hampshire,2020-05-29,,438.0,12.0,,,
+US-NH,New Hampshire,2020-05-30,,440.0,2.0,,,
+US-NH,New Hampshire,2020-05-31,,449.0,9.0,,,
+US-NH,New Hampshire,2020-06-01,,451.0,2.0,,,
+US-NH,New Hampshire,2020-06-02,,456.0,5.0,,,
+US-NH,New Hampshire,2020-06-03,,462.0,6.0,,,
+US-NH,New Hampshire,2020-06-04,,468.0,6.0,,,
+US-NH,New Hampshire,2020-06-05,,472.0,4.0,,,
+US-NH,New Hampshire,2020-06-06,,487.0,15.0,,,
+US-NH,New Hampshire,2020-06-07,,487.0,0.0,,,
+US-NE,Nebraska,2020-03-05,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-06,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-07,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-08,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-09,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-10,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-11,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-12,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-13,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-14,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-15,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-16,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-17,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-18,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-19,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-20,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-21,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-22,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-23,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-24,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-25,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-26,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-27,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-28,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-29,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-30,,0.0,0.0,,,
+US-NE,Nebraska,2020-03-31,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-01,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-02,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-03,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-04,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-05,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-06,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-07,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-08,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-09,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-10,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-11,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-12,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-13,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-14,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-15,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-16,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-17,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-18,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-19,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-20,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-21,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-22,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-23,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-24,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-25,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-26,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-27,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-28,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-29,,0.0,0.0,,,
+US-NE,Nebraska,2020-04-30,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-01,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-02,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-03,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-04,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-05,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-06,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-07,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-08,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-09,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-10,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-11,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-12,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-13,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-14,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-15,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-16,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-17,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-18,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-19,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-20,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-21,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-22,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-23,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-24,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-25,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-26,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-27,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-28,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-29,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-30,,0.0,0.0,,,
+US-NE,Nebraska,2020-05-31,,0.0,0.0,,,
+US-NE,Nebraska,2020-06-01,,0.0,0.0,,,
+US-NE,Nebraska,2020-06-02,,0.0,0.0,,,
+US-NE,Nebraska,2020-06-03,,851.0,851.0,,,
+US-NE,Nebraska,2020-06-04,,902.0,51.0,,,
+US-NE,Nebraska,2020-06-05,,905.0,3.0,,,
+US-NE,Nebraska,2020-06-06,,919.0,14.0,,,
+US-NE,Nebraska,2020-06-07,,928.0,9.0,,,
+US-ND,North Dakota,2020-03-07,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-08,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-09,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-10,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-11,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-12,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-13,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-14,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-15,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-16,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-17,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-18,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-19,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-20,,0.0,0.0,,,
+US-ND,North Dakota,2020-03-21,,3.0,3.0,,,
+US-ND,North Dakota,2020-03-22,,3.0,0.0,,,
+US-ND,North Dakota,2020-03-23,,4.0,1.0,,,
+US-ND,North Dakota,2020-03-24,,5.0,1.0,,,
+US-ND,North Dakota,2020-03-25,,8.0,3.0,,,
+US-ND,North Dakota,2020-03-26,,10.0,2.0,,,
+US-ND,North Dakota,2020-03-27,,13.0,3.0,,,
+US-ND,North Dakota,2020-03-28,,16.0,3.0,,,
+US-ND,North Dakota,2020-03-29,,17.0,1.0,,,
+US-ND,North Dakota,2020-03-30,,19.0,2.0,,,
+US-ND,North Dakota,2020-03-31,,21.0,2.0,,,
+US-ND,North Dakota,2020-04-01,,23.0,2.0,,,
+US-ND,North Dakota,2020-04-02,,28.0,5.0,,,
+US-ND,North Dakota,2020-04-03,,29.0,1.0,,,
+US-ND,North Dakota,2020-04-04,,30.0,1.0,,,
+US-ND,North Dakota,2020-04-05,,31.0,1.0,,,
+US-ND,North Dakota,2020-04-06,,32.0,1.0,,,
+US-ND,North Dakota,2020-04-07,,33.0,1.0,,,
+US-ND,North Dakota,2020-04-08,,34.0,1.0,,,
+US-ND,North Dakota,2020-04-09,,34.0,0.0,,,
+US-ND,North Dakota,2020-04-10,,36.0,2.0,,,
+US-ND,North Dakota,2020-04-11,,36.0,0.0,,,
+US-ND,North Dakota,2020-04-12,,39.0,3.0,,,
+US-ND,North Dakota,2020-04-13,,40.0,1.0,,,
+US-ND,North Dakota,2020-04-14,,42.0,2.0,,,
+US-ND,North Dakota,2020-04-15,,44.0,2.0,,,
+US-ND,North Dakota,2020-04-16,,45.0,1.0,,,
+US-ND,North Dakota,2020-04-17,,47.0,2.0,,,
+US-ND,North Dakota,2020-04-18,,47.0,0.0,,,
+US-ND,North Dakota,2020-04-19,,51.0,4.0,,,
+US-ND,North Dakota,2020-04-20,,53.0,2.0,,,
+US-ND,North Dakota,2020-04-21,,54.0,1.0,,,
+US-ND,North Dakota,2020-04-22,,62.0,8.0,,,
+US-ND,North Dakota,2020-04-23,,65.0,3.0,,,
+US-ND,North Dakota,2020-04-24,,67.0,2.0,,,
+US-ND,North Dakota,2020-04-25,,70.0,3.0,,,
+US-ND,North Dakota,2020-04-26,,71.0,1.0,,,
+US-ND,North Dakota,2020-04-27,,77.0,6.0,,,
+US-ND,North Dakota,2020-04-28,,79.0,2.0,,,
+US-ND,North Dakota,2020-04-29,,82.0,3.0,,,
+US-ND,North Dakota,2020-04-30,,85.0,3.0,,,
+US-ND,North Dakota,2020-05-01,,86.0,1.0,,,
+US-ND,North Dakota,2020-05-02,,90.0,4.0,,,
+US-ND,North Dakota,2020-05-03,,90.0,0.0,,,
+US-ND,North Dakota,2020-05-04,,94.0,4.0,,,
+US-ND,North Dakota,2020-05-05,,95.0,1.0,,,
+US-ND,North Dakota,2020-05-06,,97.0,2.0,,,
+US-ND,North Dakota,2020-05-07,,102.0,5.0,,,
+US-ND,North Dakota,2020-05-08,,104.0,2.0,,,
+US-ND,North Dakota,2020-05-09,,110.0,6.0,,,
+US-ND,North Dakota,2020-05-10,,110.0,0.0,,,
+US-ND,North Dakota,2020-05-11,,115.0,5.0,,,
+US-ND,North Dakota,2020-05-12,,122.0,7.0,,,
+US-ND,North Dakota,2020-05-13,,127.0,5.0,,,
+US-ND,North Dakota,2020-05-14,,129.0,2.0,,,
+US-ND,North Dakota,2020-05-15,,130.0,1.0,,,
+US-ND,North Dakota,2020-05-16,,130.0,0.0,,,
+US-ND,North Dakota,2020-05-17,,130.0,0.0,,,
+US-ND,North Dakota,2020-05-18,,133.0,3.0,,,
+US-ND,North Dakota,2020-05-19,,135.0,2.0,,,
+US-ND,North Dakota,2020-05-20,,142.0,7.0,,,
+US-ND,North Dakota,2020-05-21,,144.0,2.0,,,
+US-ND,North Dakota,2020-05-22,,147.0,3.0,,,
+US-ND,North Dakota,2020-05-23,,150.0,3.0,,,
+US-ND,North Dakota,2020-05-24,,152.0,2.0,,,
+US-ND,North Dakota,2020-05-25,,154.0,2.0,,,
+US-ND,North Dakota,2020-05-26,,156.0,2.0,,,
+US-ND,North Dakota,2020-05-27,,161.0,5.0,,,
+US-ND,North Dakota,2020-05-28,,161.0,0.0,,,
+US-ND,North Dakota,2020-05-29,,164.0,3.0,,,
+US-ND,North Dakota,2020-05-30,,165.0,1.0,,,
+US-ND,North Dakota,2020-05-31,,167.0,2.0,,,
+US-ND,North Dakota,2020-06-01,,169.0,2.0,,,
+US-ND,North Dakota,2020-06-02,,170.0,1.0,,,
+US-ND,North Dakota,2020-06-03,,172.0,2.0,,,
+US-ND,North Dakota,2020-06-04,,175.0,3.0,,,
+US-ND,North Dakota,2020-06-05,,180.0,5.0,,,
+US-ND,North Dakota,2020-06-06,,182.0,2.0,,,
+US-ND,North Dakota,2020-06-07,,183.0,1.0,,,
+US-NC,North Carolina,2020-03-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-07,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-08,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-09,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-10,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-11,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-12,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-13,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-14,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-15,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-16,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-17,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-18,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-19,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-20,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-21,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-22,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-23,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-24,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-25,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-26,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-27,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-28,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-29,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-30,,0.0,0.0,,,
+US-NC,North Carolina,2020-03-31,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-01,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-02,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-03,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-07,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-08,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-09,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-10,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-11,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-12,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-13,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-14,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-15,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-16,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-17,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-18,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-19,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-20,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-21,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-22,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-23,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-24,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-25,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-26,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-27,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-28,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-29,,0.0,0.0,,,
+US-NC,North Carolina,2020-04-30,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-01,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-02,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-03,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-07,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-08,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-09,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-10,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-11,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-12,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-13,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-14,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-15,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-16,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-17,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-18,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-19,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-20,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-21,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-22,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-23,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-24,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-25,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-26,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-27,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-28,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-29,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-30,,0.0,0.0,,,
+US-NC,North Carolina,2020-05-31,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-01,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-02,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-03,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-04,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-05,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-06,,0.0,0.0,,,
+US-NC,North Carolina,2020-06-07,,0.0,0.0,,,
+US-MT,Montana,2020-03-07,,0.0,0.0,,,
+US-MT,Montana,2020-03-08,,0.0,0.0,,,
+US-MT,Montana,2020-03-09,,0.0,0.0,,,
+US-MT,Montana,2020-03-10,,0.0,0.0,,,
+US-MT,Montana,2020-03-11,,0.0,0.0,,,
+US-MT,Montana,2020-03-12,,0.0,0.0,,,
+US-MT,Montana,2020-03-13,,0.0,0.0,,,
+US-MT,Montana,2020-03-14,,0.0,0.0,,,
+US-MT,Montana,2020-03-15,,0.0,0.0,,,
+US-MT,Montana,2020-03-16,,0.0,0.0,,,
+US-MT,Montana,2020-03-17,,0.0,0.0,,,
+US-MT,Montana,2020-03-18,,0.0,0.0,,,
+US-MT,Montana,2020-03-19,,0.0,0.0,,,
+US-MT,Montana,2020-03-20,,0.0,0.0,,,
+US-MT,Montana,2020-03-21,,0.0,0.0,,,
+US-MT,Montana,2020-03-22,,0.0,0.0,,,
+US-MT,Montana,2020-03-23,,0.0,0.0,,,
+US-MT,Montana,2020-03-24,,0.0,0.0,,,
+US-MT,Montana,2020-03-25,,0.0,0.0,,,
+US-MT,Montana,2020-03-26,,1.0,1.0,,,
+US-MT,Montana,2020-03-27,,7.0,6.0,,,
+US-MT,Montana,2020-03-28,,7.0,0.0,,,
+US-MT,Montana,2020-03-29,,8.0,1.0,,,
+US-MT,Montana,2020-03-30,,10.0,2.0,,,
+US-MT,Montana,2020-03-31,,14.0,4.0,,,
+US-MT,Montana,2020-04-01,,17.0,3.0,,,
+US-MT,Montana,2020-04-02,,20.0,3.0,,,
+US-MT,Montana,2020-04-03,,24.0,4.0,,,
+US-MT,Montana,2020-04-04,,24.0,0.0,,,
+US-MT,Montana,2020-04-05,,24.0,0.0,,,
+US-MT,Montana,2020-04-06,,24.0,0.0,,,
+US-MT,Montana,2020-04-07,,28.0,4.0,,,
+US-MT,Montana,2020-04-08,,31.0,3.0,,,
+US-MT,Montana,2020-04-09,,36.0,5.0,,,
+US-MT,Montana,2020-04-10,,41.0,5.0,,,
+US-MT,Montana,2020-04-11,,46.0,5.0,,,
+US-MT,Montana,2020-04-12,,47.0,1.0,,,
+US-MT,Montana,2020-04-13,,47.0,0.0,,,
+US-MT,Montana,2020-04-14,,50.0,3.0,,,
+US-MT,Montana,2020-04-15,,51.0,1.0,,,
+US-MT,Montana,2020-04-16,,52.0,1.0,,,
+US-MT,Montana,2020-04-17,,54.0,2.0,,,
+US-MT,Montana,2020-04-18,,55.0,1.0,,,
+US-MT,Montana,2020-04-19,,55.0,0.0,,,
+US-MT,Montana,2020-04-20,,57.0,2.0,,,
+US-MT,Montana,2020-04-21,,59.0,2.0,,,
+US-MT,Montana,2020-04-22,,59.0,0.0,,,
+US-MT,Montana,2020-04-23,,59.0,0.0,,,
+US-MT,Montana,2020-04-24,,59.0,0.0,,,
+US-MT,Montana,2020-04-25,,61.0,2.0,,,
+US-MT,Montana,2020-04-26,,61.0,0.0,,,
+US-MT,Montana,2020-04-27,,61.0,0.0,,,
+US-MT,Montana,2020-04-28,,61.0,0.0,,,
+US-MT,Montana,2020-04-29,,61.0,0.0,,,
+US-MT,Montana,2020-04-30,,61.0,0.0,,,
+US-MT,Montana,2020-05-01,,61.0,0.0,,,
+US-MT,Montana,2020-05-02,,61.0,0.0,,,
+US-MT,Montana,2020-05-03,,61.0,0.0,,,
+US-MT,Montana,2020-05-04,,62.0,1.0,,,
+US-MT,Montana,2020-05-05,,62.0,0.0,,,
+US-MT,Montana,2020-05-06,,62.0,0.0,,,
+US-MT,Montana,2020-05-07,,62.0,0.0,,,
+US-MT,Montana,2020-05-08,,62.0,0.0,,,
+US-MT,Montana,2020-05-09,,62.0,0.0,,,
+US-MT,Montana,2020-05-10,,62.0,0.0,,,
+US-MT,Montana,2020-05-11,,62.0,0.0,,,
+US-MT,Montana,2020-05-12,,63.0,1.0,,,
+US-MT,Montana,2020-05-13,,63.0,0.0,,,
+US-MT,Montana,2020-05-14,,63.0,0.0,,,
+US-MT,Montana,2020-05-15,,63.0,0.0,,,
+US-MT,Montana,2020-05-16,,63.0,0.0,,,
+US-MT,Montana,2020-05-17,,63.0,0.0,,,
+US-MT,Montana,2020-05-18,,64.0,1.0,,,
+US-MT,Montana,2020-05-19,,65.0,1.0,,,
+US-MT,Montana,2020-05-20,,65.0,0.0,,,
+US-MT,Montana,2020-05-21,,65.0,0.0,,,
+US-MT,Montana,2020-05-22,,65.0,0.0,,,
+US-MT,Montana,2020-05-23,,65.0,0.0,,,
+US-MT,Montana,2020-05-24,,65.0,0.0,,,
+US-MT,Montana,2020-05-25,,65.0,0.0,,,
+US-MT,Montana,2020-05-26,,65.0,0.0,,,
+US-MT,Montana,2020-05-27,,66.0,1.0,,,
+US-MT,Montana,2020-05-28,,66.0,0.0,,,
+US-MT,Montana,2020-05-29,,67.0,1.0,,,
+US-MT,Montana,2020-05-30,,67.0,0.0,,,
+US-MT,Montana,2020-05-31,,67.0,0.0,,,
+US-MT,Montana,2020-06-01,,67.0,0.0,,,
+US-MT,Montana,2020-06-02,,67.0,0.0,,,
+US-MT,Montana,2020-06-03,,68.0,1.0,,,
+US-MT,Montana,2020-06-04,,68.0,0.0,,,
+US-MT,Montana,2020-06-05,,68.0,0.0,,,
+US-MT,Montana,2020-06-06,,68.0,0.0,,,
+US-MT,Montana,2020-06-07,,69.0,1.0,,,
+US-MS,Mississippi,2020-03-07,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-08,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-09,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-10,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-11,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-12,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-13,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-14,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-15,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-16,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-17,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-18,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-19,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-20,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-21,,0.0,0.0,,,
+US-MS,Mississippi,2020-03-22,,33.0,33.0,,,
+US-MS,Mississippi,2020-03-23,,33.0,0.0,,,
+US-MS,Mississippi,2020-03-24,,86.0,53.0,,,
+US-MS,Mississippi,2020-03-25,,117.0,31.0,,,
+US-MS,Mississippi,2020-03-26,,150.0,33.0,,,
+US-MS,Mississippi,2020-03-27,,185.0,35.0,,,
+US-MS,Mississippi,2020-03-28,,219.0,34.0,,,
+US-MS,Mississippi,2020-03-29,,235.0,16.0,,,
+US-MS,Mississippi,2020-03-30,,195.0,-40.0,,,
+US-MS,Mississippi,2020-03-31,,211.0,16.0,,,
+US-MS,Mississippi,2020-04-01,,332.0,121.0,,,
+US-MS,Mississippi,2020-04-02,,360.0,28.0,,,
+US-MS,Mississippi,2020-04-03,,420.0,60.0,,,
+US-MS,Mississippi,2020-04-04,,436.0,16.0,,,
+US-MS,Mississippi,2020-04-05,,475.0,39.0,,,
+US-MS,Mississippi,2020-04-06,,475.0,0.0,,,
+US-MS,Mississippi,2020-04-07,,377.0,-98.0,,,
+US-MS,Mississippi,2020-04-08,,410.0,33.0,,,
+US-MS,Mississippi,2020-04-09,,441.0,31.0,,,
+US-MS,Mississippi,2020-04-10,,482.0,41.0,,,
+US-MS,Mississippi,2020-04-11,,528.0,46.0,,,
+US-MS,Mississippi,2020-04-12,,548.0,20.0,,,
+US-MS,Mississippi,2020-04-13,,549.0,1.0,,,
+US-MS,Mississippi,2020-04-14,,596.0,47.0,,,
+US-MS,Mississippi,2020-04-15,,645.0,49.0,,,
+US-MS,Mississippi,2020-04-16,,682.0,37.0,,,
+US-MS,Mississippi,2020-04-17,,736.0,54.0,,,
+US-MS,Mississippi,2020-04-18,,782.0,46.0,,,
+US-MS,Mississippi,2020-04-19,,808.0,26.0,,,
+US-MS,Mississippi,2020-04-20,,819.0,11.0,,,
+US-MS,Mississippi,2020-04-21,,858.0,39.0,,,
+US-MS,Mississippi,2020-04-22,,910.0,52.0,,,
+US-MS,Mississippi,2020-04-23,,946.0,36.0,,,
+US-MS,Mississippi,2020-04-24,,970.0,24.0,,,
+US-MS,Mississippi,2020-04-25,,996.0,26.0,,,
+US-MS,Mississippi,2020-04-26,,1001.0,5.0,,,
+US-MS,Mississippi,2020-04-27,,1060.0,59.0,,,
+US-MS,Mississippi,2020-04-28,,1088.0,28.0,,,
+US-MS,Mississippi,2020-04-29,,1126.0,38.0,,,
+US-MS,Mississippi,2020-04-30,,1175.0,49.0,,,
+US-MS,Mississippi,2020-05-01,,1226.0,51.0,,,
+US-MS,Mississippi,2020-05-02,,1265.0,39.0,,,
+US-MS,Mississippi,2020-05-03,,1298.0,33.0,,,
+US-MS,Mississippi,2020-05-04,,1316.0,18.0,,,
+US-MS,Mississippi,2020-05-05,,1352.0,36.0,,,
+US-MS,Mississippi,2020-05-06,,1392.0,40.0,,,
+US-MS,Mississippi,2020-05-07,,1442.0,50.0,,,
+US-MS,Mississippi,2020-05-08,,1478.0,36.0,,,
+US-MS,Mississippi,2020-05-09,,1512.0,34.0,,,
+US-MS,Mississippi,2020-05-10,,1531.0,19.0,,,
+US-MS,Mississippi,2020-05-11,,1546.0,15.0,,,
+US-MS,Mississippi,2020-05-12,,1582.0,36.0,,,
+US-MS,Mississippi,2020-05-13,,1616.0,34.0,,,
+US-MS,Mississippi,2020-05-14,,1667.0,51.0,,,
+US-MS,Mississippi,2020-05-15,,1712.0,45.0,,,
+US-MS,Mississippi,2020-05-16,,1748.0,36.0,,,
+US-MS,Mississippi,2020-05-17,,1773.0,25.0,,,
+US-MS,Mississippi,2020-05-18,,1805.0,32.0,,,
+US-MS,Mississippi,2020-05-19,,1840.0,35.0,,,
+US-MS,Mississippi,2020-05-20,,1901.0,61.0,,,
+US-MS,Mississippi,2020-05-21,,1932.0,31.0,,,
+US-MS,Mississippi,2020-05-22,,1966.0,34.0,,,
+US-MS,Mississippi,2020-05-23,,1996.0,30.0,,,
+US-MS,Mississippi,2020-05-24,,2023.0,27.0,,,
+US-MS,Mississippi,2020-05-25,,2046.0,23.0,,,
+US-MS,Mississippi,2020-05-26,,2070.0,24.0,,,
+US-MS,Mississippi,2020-05-27,,2106.0,36.0,,,
+US-MS,Mississippi,2020-05-28,,2147.0,41.0,,,
+US-MS,Mississippi,2020-05-29,,2208.0,61.0,,,
+US-MS,Mississippi,2020-05-30,,2240.0,32.0,,,
+US-MS,Mississippi,2020-05-31,,2272.0,32.0,,,
+US-MS,Mississippi,2020-06-01,,2296.0,24.0,,,
+US-MS,Mississippi,2020-06-02,,2296.0,0.0,,,
+US-MS,Mississippi,2020-06-03,,2340.0,44.0,,,
+US-MS,Mississippi,2020-06-04,,2340.0,0.0,,,
+US-MS,Mississippi,2020-06-05,,2475.0,135.0,,,
+US-MS,Mississippi,2020-06-06,,2475.0,0.0,,,
+US-MS,Mississippi,2020-06-07,,2522.0,47.0,,,
+US-MP,Northern Mariana Islands,2020-03-16,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-17,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-18,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-19,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-20,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-21,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-22,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-23,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-24,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-25,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-26,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-27,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-28,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-29,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-30,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-03-31,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-01,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-02,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-03,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-04,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-05,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-06,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-07,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-08,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-09,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-10,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-11,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-12,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-13,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-14,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-15,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-16,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-17,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-18,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-19,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-20,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-21,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-22,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-23,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-24,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-25,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-26,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-27,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-28,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-29,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-04-30,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-01,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-02,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-03,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-04,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-05,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-06,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-07,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-08,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-09,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-10,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-11,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-12,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-13,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-14,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-15,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-16,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-17,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-18,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-19,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-20,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-21,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-22,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-23,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-24,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-25,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-26,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-27,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-28,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-29,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-30,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-05-31,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-01,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-02,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-03,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-04,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-05,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-06,,0.0,0.0,,,
+US-MP,Northern Mariana Islands,2020-06-07,,0.0,0.0,,,
+US-MO,Missouri,2020-03-07,,0.0,0.0,,,
+US-MO,Missouri,2020-03-08,,0.0,0.0,,,
+US-MO,Missouri,2020-03-09,,0.0,0.0,,,
+US-MO,Missouri,2020-03-10,,0.0,0.0,,,
+US-MO,Missouri,2020-03-11,,0.0,0.0,,,
+US-MO,Missouri,2020-03-12,,0.0,0.0,,,
+US-MO,Missouri,2020-03-13,,0.0,0.0,,,
+US-MO,Missouri,2020-03-14,,0.0,0.0,,,
+US-MO,Missouri,2020-03-15,,0.0,0.0,,,
+US-MO,Missouri,2020-03-16,,0.0,0.0,,,
+US-MO,Missouri,2020-03-17,,0.0,0.0,,,
+US-MO,Missouri,2020-03-18,,0.0,0.0,,,
+US-MO,Missouri,2020-03-19,,0.0,0.0,,,
+US-MO,Missouri,2020-03-20,,0.0,0.0,,,
+US-MO,Missouri,2020-03-21,,0.0,0.0,,,
+US-MO,Missouri,2020-03-22,,0.0,0.0,,,
+US-MO,Missouri,2020-03-23,,0.0,0.0,,,
+US-MO,Missouri,2020-03-24,,0.0,0.0,,,
+US-MO,Missouri,2020-03-25,,0.0,0.0,,,
+US-MO,Missouri,2020-03-26,,0.0,0.0,,,
+US-MO,Missouri,2020-03-27,,0.0,0.0,,,
+US-MO,Missouri,2020-03-28,,0.0,0.0,,,
+US-MO,Missouri,2020-03-29,,0.0,0.0,,,
+US-MO,Missouri,2020-03-30,,0.0,0.0,,,
+US-MO,Missouri,2020-03-31,,0.0,0.0,,,
+US-MO,Missouri,2020-04-01,,0.0,0.0,,,
+US-MO,Missouri,2020-04-02,,0.0,0.0,,,
+US-MO,Missouri,2020-04-03,,0.0,0.0,,,
+US-MO,Missouri,2020-04-04,,0.0,0.0,,,
+US-MO,Missouri,2020-04-05,,0.0,0.0,,,
+US-MO,Missouri,2020-04-06,,0.0,0.0,,,
+US-MO,Missouri,2020-04-07,,0.0,0.0,,,
+US-MO,Missouri,2020-04-08,,0.0,0.0,,,
+US-MO,Missouri,2020-04-09,,0.0,0.0,,,
+US-MO,Missouri,2020-04-10,,0.0,0.0,,,
+US-MO,Missouri,2020-04-11,,0.0,0.0,,,
+US-MO,Missouri,2020-04-12,,0.0,0.0,,,
+US-MO,Missouri,2020-04-13,,0.0,0.0,,,
+US-MO,Missouri,2020-04-14,,0.0,0.0,,,
+US-MO,Missouri,2020-04-15,,0.0,0.0,,,
+US-MO,Missouri,2020-04-16,,0.0,0.0,,,
+US-MO,Missouri,2020-04-17,,0.0,0.0,,,
+US-MO,Missouri,2020-04-18,,0.0,0.0,,,
+US-MO,Missouri,2020-04-19,,0.0,0.0,,,
+US-MO,Missouri,2020-04-20,,0.0,0.0,,,
+US-MO,Missouri,2020-04-21,,0.0,0.0,,,
+US-MO,Missouri,2020-04-22,,0.0,0.0,,,
+US-MO,Missouri,2020-04-23,,0.0,0.0,,,
+US-MO,Missouri,2020-04-24,,0.0,0.0,,,
+US-MO,Missouri,2020-04-25,,0.0,0.0,,,
+US-MO,Missouri,2020-04-26,,0.0,0.0,,,
+US-MO,Missouri,2020-04-27,,0.0,0.0,,,
+US-MO,Missouri,2020-04-28,,0.0,0.0,,,
+US-MO,Missouri,2020-04-29,,0.0,0.0,,,
+US-MO,Missouri,2020-04-30,,0.0,0.0,,,
+US-MO,Missouri,2020-05-01,,0.0,0.0,,,
+US-MO,Missouri,2020-05-02,,0.0,0.0,,,
+US-MO,Missouri,2020-05-03,,0.0,0.0,,,
+US-MO,Missouri,2020-05-04,,0.0,0.0,,,
+US-MO,Missouri,2020-05-05,,0.0,0.0,,,
+US-MO,Missouri,2020-05-06,,0.0,0.0,,,
+US-MO,Missouri,2020-05-07,,0.0,0.0,,,
+US-MO,Missouri,2020-05-08,,0.0,0.0,,,
+US-MO,Missouri,2020-05-09,,0.0,0.0,,,
+US-MO,Missouri,2020-05-10,,0.0,0.0,,,
+US-MO,Missouri,2020-05-11,,0.0,0.0,,,
+US-MO,Missouri,2020-05-12,,0.0,0.0,,,
+US-MO,Missouri,2020-05-13,,0.0,0.0,,,
+US-MO,Missouri,2020-05-14,,0.0,0.0,,,
+US-MO,Missouri,2020-05-15,,0.0,0.0,,,
+US-MO,Missouri,2020-05-16,,0.0,0.0,,,
+US-MO,Missouri,2020-05-17,,0.0,0.0,,,
+US-MO,Missouri,2020-05-18,,0.0,0.0,,,
+US-MO,Missouri,2020-05-19,,0.0,0.0,,,
+US-MO,Missouri,2020-05-20,,0.0,0.0,,,
+US-MO,Missouri,2020-05-21,,0.0,0.0,,,
+US-MO,Missouri,2020-05-22,,0.0,0.0,,,
+US-MO,Missouri,2020-05-23,,0.0,0.0,,,
+US-MO,Missouri,2020-05-24,,0.0,0.0,,,
+US-MO,Missouri,2020-05-25,,0.0,0.0,,,
+US-MO,Missouri,2020-05-26,,0.0,0.0,,,
+US-MO,Missouri,2020-05-27,,0.0,0.0,,,
+US-MO,Missouri,2020-05-28,,0.0,0.0,,,
+US-MO,Missouri,2020-05-29,,0.0,0.0,,,
+US-MO,Missouri,2020-05-30,,0.0,0.0,,,
+US-MO,Missouri,2020-05-31,,0.0,0.0,,,
+US-MO,Missouri,2020-06-01,,0.0,0.0,,,
+US-MO,Missouri,2020-06-02,,0.0,0.0,,,
+US-MO,Missouri,2020-06-03,,0.0,0.0,,,
+US-MO,Missouri,2020-06-04,,0.0,0.0,,,
+US-MO,Missouri,2020-06-05,,0.0,0.0,,,
+US-MO,Missouri,2020-06-06,,0.0,0.0,,,
+US-MO,Missouri,2020-06-07,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-06,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-07,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-08,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-09,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-10,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-11,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-12,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-13,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-14,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-15,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-16,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-17,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-18,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-19,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-20,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-21,,0.0,0.0,,,
+US-MN,Minnesota,2020-03-22,,12.0,12.0,,,
+US-MN,Minnesota,2020-03-23,,17.0,5.0,,,
+US-MN,Minnesota,2020-03-24,,21.0,4.0,,,
+US-MN,Minnesota,2020-03-25,,35.0,14.0,,,
+US-MN,Minnesota,2020-03-26,,41.0,6.0,,,
+US-MN,Minnesota,2020-03-27,,51.0,10.0,,,
+US-MN,Minnesota,2020-03-28,,57.0,6.0,,,
+US-MN,Minnesota,2020-03-29,,75.0,18.0,,,
+US-MN,Minnesota,2020-03-30,,92.0,17.0,,,
+US-MN,Minnesota,2020-03-31,,112.0,20.0,,,
+US-MN,Minnesota,2020-04-01,,122.0,10.0,,,
+US-MN,Minnesota,2020-04-02,,138.0,16.0,,,
+US-MN,Minnesota,2020-04-03,,156.0,18.0,,,
+US-MN,Minnesota,2020-04-04,,180.0,24.0,,,
+US-MN,Minnesota,2020-04-05,,202.0,22.0,,,
+US-MN,Minnesota,2020-04-06,,223.0,21.0,,,
+US-MN,Minnesota,2020-04-07,,242.0,19.0,,,
+US-MN,Minnesota,2020-04-08,,271.0,29.0,,,
+US-MN,Minnesota,2020-04-09,,293.0,22.0,,,
+US-MN,Minnesota,2020-04-10,,317.0,24.0,,,
+US-MN,Minnesota,2020-04-11,,340.0,23.0,,,
+US-MN,Minnesota,2020-04-12,,361.0,21.0,,,
+US-MN,Minnesota,2020-04-13,,361.0,0.0,,,
+US-MN,Minnesota,2020-04-14,,405.0,44.0,,,
+US-MN,Minnesota,2020-04-15,,445.0,40.0,,,
+US-MN,Minnesota,2020-04-16,,475.0,30.0,,,
+US-MN,Minnesota,2020-04-17,,518.0,43.0,,,
+US-MN,Minnesota,2020-04-18,,561.0,43.0,,,
+US-MN,Minnesota,2020-04-19,,574.0,13.0,,,
+US-MN,Minnesota,2020-04-20,,602.0,28.0,,,
+US-MN,Minnesota,2020-04-21,,629.0,27.0,,,
+US-MN,Minnesota,2020-04-22,,660.0,31.0,,,
+US-MN,Minnesota,2020-04-23,,712.0,52.0,,,
+US-MN,Minnesota,2020-04-24,,756.0,44.0,,,
+US-MN,Minnesota,2020-04-25,,797.0,41.0,,,
+US-MN,Minnesota,2020-04-26,,829.0,32.0,,,
+US-MN,Minnesota,2020-04-27,,861.0,32.0,,,
+US-MN,Minnesota,2020-04-28,,912.0,51.0,,,
+US-MN,Minnesota,2020-04-29,,950.0,38.0,,,
+US-MN,Minnesota,2020-04-30,,1044.0,94.0,,,
+US-MN,Minnesota,2020-05-01,,1096.0,52.0,,,
+US-MN,Minnesota,2020-05-02,,1159.0,63.0,,,
+US-MN,Minnesota,2020-05-03,,1199.0,40.0,,,
+US-MN,Minnesota,2020-05-04,,1271.0,72.0,,,
+US-MN,Minnesota,2020-05-05,,1350.0,79.0,,,
+US-MN,Minnesota,2020-05-06,,1405.0,55.0,,,
+US-MN,Minnesota,2020-05-07,,1459.0,54.0,,,
+US-MN,Minnesota,2020-05-08,,1549.0,90.0,,,
+US-MN,Minnesota,2020-05-09,,1612.0,63.0,,,
+US-MN,Minnesota,2020-05-10,,1657.0,45.0,,,
+US-MN,Minnesota,2020-05-11,,1716.0,59.0,,,
+US-MN,Minnesota,2020-05-12,,1799.0,83.0,,,
+US-MN,Minnesota,2020-05-13,,1851.0,52.0,,,
+US-MN,Minnesota,2020-05-14,,1915.0,64.0,,,
+US-MN,Minnesota,2020-05-15,,1985.0,70.0,,,
+US-MN,Minnesota,2020-05-16,,2039.0,54.0,,,
+US-MN,Minnesota,2020-05-17,,2090.0,51.0,,,
+US-MN,Minnesota,2020-05-18,,2128.0,38.0,,,
+US-MN,Minnesota,2020-05-19,,2221.0,93.0,,,
+US-MN,Minnesota,2020-05-20,,2308.0,87.0,,,
+US-MN,Minnesota,2020-05-21,,2380.0,72.0,,,
+US-MN,Minnesota,2020-05-22,,2432.0,52.0,,,
+US-MN,Minnesota,2020-05-23,,2534.0,102.0,,,
+US-MN,Minnesota,2020-05-24,,2588.0,54.0,,,
+US-MN,Minnesota,2020-05-25,,2676.0,88.0,,,
+US-MN,Minnesota,2020-05-26,,2709.0,33.0,,,
+US-MN,Minnesota,2020-05-27,,2796.0,87.0,,,
+US-MN,Minnesota,2020-05-28,,2880.0,84.0,,,
+US-MN,Minnesota,2020-05-29,,2936.0,56.0,,,
+US-MN,Minnesota,2020-05-30,,3011.0,75.0,,,
+US-MN,Minnesota,2020-05-31,,3047.0,36.0,,,
+US-MN,Minnesota,2020-06-01,,3086.0,39.0,,,
+US-MN,Minnesota,2020-06-02,,3134.0,48.0,,,
+US-MN,Minnesota,2020-06-03,,3203.0,69.0,,,
+US-MN,Minnesota,2020-06-04,,3253.0,50.0,,,
+US-MN,Minnesota,2020-06-05,,3289.0,36.0,,,
+US-MN,Minnesota,2020-06-06,,3336.0,47.0,,,
+US-MN,Minnesota,2020-06-07,,3367.0,31.0,,,
+US-MI,Michigan,2020-03-01,,0.0,0.0,,,
+US-MI,Michigan,2020-03-02,,0.0,0.0,,,
+US-MI,Michigan,2020-03-03,,0.0,0.0,,,
+US-MI,Michigan,2020-03-04,,0.0,0.0,,,
+US-MI,Michigan,2020-03-05,,0.0,0.0,,,
+US-MI,Michigan,2020-03-06,,0.0,0.0,,,
+US-MI,Michigan,2020-03-07,,0.0,0.0,,,
+US-MI,Michigan,2020-03-08,,0.0,0.0,,,
+US-MI,Michigan,2020-03-09,,0.0,0.0,,,
+US-MI,Michigan,2020-03-10,,0.0,0.0,,,
+US-MI,Michigan,2020-03-11,,0.0,0.0,,,
+US-MI,Michigan,2020-03-12,,0.0,0.0,,,
+US-MI,Michigan,2020-03-13,,0.0,0.0,,,
+US-MI,Michigan,2020-03-14,,0.0,0.0,,,
+US-MI,Michigan,2020-03-15,,0.0,0.0,,,
+US-MI,Michigan,2020-03-16,,0.0,0.0,,,
+US-MI,Michigan,2020-03-17,,0.0,0.0,,,
+US-MI,Michigan,2020-03-18,,0.0,0.0,,,
+US-MI,Michigan,2020-03-19,,0.0,0.0,,,
+US-MI,Michigan,2020-03-20,,0.0,0.0,,,
+US-MI,Michigan,2020-03-21,,0.0,0.0,,,
+US-MI,Michigan,2020-03-22,,0.0,0.0,,,
+US-MI,Michigan,2020-03-23,,0.0,0.0,,,
+US-MI,Michigan,2020-03-24,,0.0,0.0,,,
+US-MI,Michigan,2020-03-25,,0.0,0.0,,,
+US-MI,Michigan,2020-03-26,,0.0,0.0,,,
+US-MI,Michigan,2020-03-27,,0.0,0.0,,,
+US-MI,Michigan,2020-03-28,,0.0,0.0,,,
+US-MI,Michigan,2020-03-29,,0.0,0.0,,,
+US-MI,Michigan,2020-03-30,,0.0,0.0,,,
+US-MI,Michigan,2020-03-31,,0.0,0.0,,,
+US-MI,Michigan,2020-04-01,,0.0,0.0,,,
+US-MI,Michigan,2020-04-02,,0.0,0.0,,,
+US-MI,Michigan,2020-04-03,,0.0,0.0,,,
+US-MI,Michigan,2020-04-04,,0.0,0.0,,,
+US-MI,Michigan,2020-04-05,,0.0,0.0,,,
+US-MI,Michigan,2020-04-06,,0.0,0.0,,,
+US-MI,Michigan,2020-04-07,,0.0,0.0,,,
+US-MI,Michigan,2020-04-08,,0.0,0.0,,,
+US-MI,Michigan,2020-04-09,,0.0,0.0,,,
+US-MI,Michigan,2020-04-10,,0.0,0.0,,,
+US-MI,Michigan,2020-04-11,,0.0,0.0,,,
+US-MI,Michigan,2020-04-12,,0.0,0.0,,,
+US-MI,Michigan,2020-04-13,,0.0,0.0,,,
+US-MI,Michigan,2020-04-14,,0.0,0.0,,,
+US-MI,Michigan,2020-04-15,,0.0,0.0,,,
+US-MI,Michigan,2020-04-16,,0.0,0.0,,,
+US-MI,Michigan,2020-04-17,,0.0,0.0,,,
+US-MI,Michigan,2020-04-18,,0.0,0.0,,,
+US-MI,Michigan,2020-04-19,,0.0,0.0,,,
+US-MI,Michigan,2020-04-20,,0.0,0.0,,,
+US-MI,Michigan,2020-04-21,,0.0,0.0,,,
+US-MI,Michigan,2020-04-22,,0.0,0.0,,,
+US-MI,Michigan,2020-04-23,,0.0,0.0,,,
+US-MI,Michigan,2020-04-24,,0.0,0.0,,,
+US-MI,Michigan,2020-04-25,,0.0,0.0,,,
+US-MI,Michigan,2020-04-26,,0.0,0.0,,,
+US-MI,Michigan,2020-04-27,,0.0,0.0,,,
+US-MI,Michigan,2020-04-28,,0.0,0.0,,,
+US-MI,Michigan,2020-04-29,,0.0,0.0,,,
+US-MI,Michigan,2020-04-30,,0.0,0.0,,,
+US-MI,Michigan,2020-05-01,,0.0,0.0,,,
+US-MI,Michigan,2020-05-02,,0.0,0.0,,,
+US-MI,Michigan,2020-05-03,,0.0,0.0,,,
+US-MI,Michigan,2020-05-04,,0.0,0.0,,,
+US-MI,Michigan,2020-05-05,,0.0,0.0,,,
+US-MI,Michigan,2020-05-06,,0.0,0.0,,,
+US-MI,Michigan,2020-05-07,,0.0,0.0,,,
+US-MI,Michigan,2020-05-08,,0.0,0.0,,,
+US-MI,Michigan,2020-05-09,,0.0,0.0,,,
+US-MI,Michigan,2020-05-10,,0.0,0.0,,,
+US-MI,Michigan,2020-05-11,,0.0,0.0,,,
+US-MI,Michigan,2020-05-12,,0.0,0.0,,,
+US-MI,Michigan,2020-05-13,,0.0,0.0,,,
+US-MI,Michigan,2020-05-14,,0.0,0.0,,,
+US-MI,Michigan,2020-05-15,,0.0,0.0,,,
+US-MI,Michigan,2020-05-16,,0.0,0.0,,,
+US-MI,Michigan,2020-05-17,,0.0,0.0,,,
+US-MI,Michigan,2020-05-18,,0.0,0.0,,,
+US-MI,Michigan,2020-05-19,,0.0,0.0,,,
+US-MI,Michigan,2020-05-20,,0.0,0.0,,,
+US-MI,Michigan,2020-05-21,,0.0,0.0,,,
+US-MI,Michigan,2020-05-22,,0.0,0.0,,,
+US-MI,Michigan,2020-05-23,,0.0,0.0,,,
+US-MI,Michigan,2020-05-24,,0.0,0.0,,,
+US-MI,Michigan,2020-05-25,,0.0,0.0,,,
+US-MI,Michigan,2020-05-26,,0.0,0.0,,,
+US-MI,Michigan,2020-05-27,,0.0,0.0,,,
+US-MI,Michigan,2020-05-28,,0.0,0.0,,,
+US-MI,Michigan,2020-05-29,,0.0,0.0,,,
+US-MI,Michigan,2020-05-30,,0.0,0.0,,,
+US-MI,Michigan,2020-05-31,,0.0,0.0,,,
+US-MI,Michigan,2020-06-01,,0.0,0.0,,,
+US-MI,Michigan,2020-06-02,,0.0,0.0,,,
+US-MI,Michigan,2020-06-03,,0.0,0.0,,,
+US-MI,Michigan,2020-06-04,,0.0,0.0,,,
+US-MI,Michigan,2020-06-05,,0.0,0.0,,,
+US-MI,Michigan,2020-06-06,,0.0,0.0,,,
+US-MI,Michigan,2020-06-07,,0.0,0.0,,,
+US-ME,Maine,2020-03-07,,0.0,0.0,,,
+US-ME,Maine,2020-03-08,,0.0,0.0,,,
+US-ME,Maine,2020-03-09,,0.0,0.0,,,
+US-ME,Maine,2020-03-10,,0.0,0.0,,,
+US-ME,Maine,2020-03-11,,0.0,0.0,,,
+US-ME,Maine,2020-03-12,,0.0,0.0,,,
+US-ME,Maine,2020-03-13,,0.0,0.0,,,
+US-ME,Maine,2020-03-14,,0.0,0.0,,,
+US-ME,Maine,2020-03-15,,0.0,0.0,,,
+US-ME,Maine,2020-03-16,,0.0,0.0,,,
+US-ME,Maine,2020-03-17,,0.0,0.0,,,
+US-ME,Maine,2020-03-18,,0.0,0.0,,,
+US-ME,Maine,2020-03-19,,0.0,0.0,,,
+US-ME,Maine,2020-03-20,,0.0,0.0,,,
+US-ME,Maine,2020-03-21,,0.0,0.0,,,
+US-ME,Maine,2020-03-22,,0.0,0.0,,,
+US-ME,Maine,2020-03-23,,0.0,0.0,,,
+US-ME,Maine,2020-03-24,,0.0,0.0,,,
+US-ME,Maine,2020-03-25,,0.0,0.0,,,
+US-ME,Maine,2020-03-26,,0.0,0.0,,,
+US-ME,Maine,2020-03-27,,0.0,0.0,,,
+US-ME,Maine,2020-03-28,,0.0,0.0,,,
+US-ME,Maine,2020-03-29,,0.0,0.0,,,
+US-ME,Maine,2020-03-30,,49.0,49.0,,,
+US-ME,Maine,2020-03-31,,57.0,8.0,,,
+US-ME,Maine,2020-04-01,,63.0,6.0,,,
+US-ME,Maine,2020-04-02,,68.0,5.0,,,
+US-ME,Maine,2020-04-03,,75.0,7.0,,,
+US-ME,Maine,2020-04-04,,83.0,8.0,,,
+US-ME,Maine,2020-04-05,,86.0,3.0,,,
+US-ME,Maine,2020-04-06,,92.0,6.0,,,
+US-ME,Maine,2020-04-07,,99.0,7.0,,,
+US-ME,Maine,2020-04-08,,101.0,2.0,,,
+US-ME,Maine,2020-04-09,,105.0,4.0,,,
+US-ME,Maine,2020-04-10,,111.0,6.0,,,
+US-ME,Maine,2020-04-11,,114.0,3.0,,,
+US-ME,Maine,2020-04-12,,120.0,6.0,,,
+US-ME,Maine,2020-04-13,,124.0,4.0,,,
+US-ME,Maine,2020-04-14,,124.0,0.0,,,
+US-ME,Maine,2020-04-15,,126.0,2.0,,,
+US-ME,Maine,2020-04-16,,130.0,4.0,,,
+US-ME,Maine,2020-04-17,,133.0,3.0,,,
+US-ME,Maine,2020-04-18,,136.0,3.0,,,
+US-ME,Maine,2020-04-19,,136.0,0.0,,,
+US-ME,Maine,2020-04-20,,138.0,2.0,,,
+US-ME,Maine,2020-04-21,,139.0,1.0,,,
+US-ME,Maine,2020-04-22,,144.0,5.0,,,
+US-ME,Maine,2020-04-23,,150.0,6.0,,,
+US-ME,Maine,2020-04-24,,152.0,2.0,,,
+US-ME,Maine,2020-04-25,,156.0,4.0,,,
+US-ME,Maine,2020-04-26,,159.0,3.0,,,
+US-ME,Maine,2020-04-27,,161.0,2.0,,,
+US-ME,Maine,2020-04-28,,163.0,2.0,,,
+US-ME,Maine,2020-04-29,,166.0,3.0,,,
+US-ME,Maine,2020-04-30,,170.0,4.0,,,
+US-ME,Maine,2020-05-01,,177.0,7.0,,,
+US-ME,Maine,2020-05-02,,181.0,4.0,,,
+US-ME,Maine,2020-05-03,,183.0,2.0,,,
+US-ME,Maine,2020-05-04,,186.0,3.0,,,
+US-ME,Maine,2020-05-05,,187.0,1.0,,,
+US-ME,Maine,2020-05-06,,191.0,4.0,,,
+US-ME,Maine,2020-05-07,,192.0,1.0,,,
+US-ME,Maine,2020-05-08,,194.0,2.0,,,
+US-ME,Maine,2020-05-09,,198.0,4.0,,,
+US-ME,Maine,2020-05-10,,199.0,1.0,,,
+US-ME,Maine,2020-05-11,,200.0,1.0,,,
+US-ME,Maine,2020-05-12,,202.0,2.0,,,
+US-ME,Maine,2020-05-13,,204.0,2.0,,,
+US-ME,Maine,2020-05-14,,207.0,3.0,,,
+US-ME,Maine,2020-05-15,,211.0,4.0,,,
+US-ME,Maine,2020-05-16,,214.0,3.0,,,
+US-ME,Maine,2020-05-17,,216.0,2.0,,,
+US-ME,Maine,2020-05-18,,223.0,7.0,,,
+US-ME,Maine,2020-05-19,,225.0,2.0,,,
+US-ME,Maine,2020-05-20,,231.0,6.0,,,
+US-ME,Maine,2020-05-21,,235.0,4.0,,,
+US-ME,Maine,2020-05-22,,240.0,5.0,,,
+US-ME,Maine,2020-05-23,,243.0,3.0,,,
+US-ME,Maine,2020-05-24,,252.0,9.0,,,
+US-ME,Maine,2020-05-25,,257.0,5.0,,,
+US-ME,Maine,2020-05-26,,258.0,1.0,,,
+US-ME,Maine,2020-05-27,,260.0,2.0,,,
+US-ME,Maine,2020-05-28,,264.0,4.0,,,
+US-ME,Maine,2020-05-29,,270.0,6.0,,,
+US-ME,Maine,2020-05-30,,272.0,2.0,,,
+US-ME,Maine,2020-05-31,,283.0,11.0,,,
+US-ME,Maine,2020-06-01,,284.0,1.0,,,
+US-ME,Maine,2020-06-02,,287.0,3.0,,,
+US-ME,Maine,2020-06-03,,285.0,-2.0,,,
+US-ME,Maine,2020-06-04,,291.0,6.0,,,
+US-ME,Maine,2020-06-05,,293.0,2.0,,,
+US-ME,Maine,2020-06-06,,296.0,3.0,,,
+US-ME,Maine,2020-06-07,,298.0,2.0,,,
+US-MD,Maryland,2020-03-05,,0.0,0.0,,,
+US-MD,Maryland,2020-03-06,,0.0,0.0,,,
+US-MD,Maryland,2020-03-07,,0.0,0.0,,,
+US-MD,Maryland,2020-03-08,,0.0,0.0,,,
+US-MD,Maryland,2020-03-09,,0.0,0.0,,,
+US-MD,Maryland,2020-03-10,,0.0,0.0,,,
+US-MD,Maryland,2020-03-11,,0.0,0.0,,,
+US-MD,Maryland,2020-03-12,,0.0,0.0,,,
+US-MD,Maryland,2020-03-13,,0.0,0.0,,,
+US-MD,Maryland,2020-03-14,,0.0,0.0,,,
+US-MD,Maryland,2020-03-15,,0.0,0.0,,,
+US-MD,Maryland,2020-03-16,,0.0,0.0,,,
+US-MD,Maryland,2020-03-17,,0.0,0.0,,,
+US-MD,Maryland,2020-03-18,,0.0,0.0,,,
+US-MD,Maryland,2020-03-19,,0.0,0.0,,,
+US-MD,Maryland,2020-03-20,,0.0,0.0,,,
+US-MD,Maryland,2020-03-21,,0.0,0.0,,,
+US-MD,Maryland,2020-03-22,,0.0,0.0,,,
+US-MD,Maryland,2020-03-23,,0.0,0.0,,,
+US-MD,Maryland,2020-03-24,,0.0,0.0,,,
+US-MD,Maryland,2020-03-25,,0.0,0.0,,,
+US-MD,Maryland,2020-03-26,,132.0,132.0,,,
+US-MD,Maryland,2020-03-27,,173.0,41.0,,,
+US-MD,Maryland,2020-03-28,,226.0,53.0,,,
+US-MD,Maryland,2020-03-29,,277.0,51.0,,,
+US-MD,Maryland,2020-03-30,,353.0,76.0,,,
+US-MD,Maryland,2020-03-31,,429.0,76.0,,,
+US-MD,Maryland,2020-04-01,,522.0,93.0,,,
+US-MD,Maryland,2020-04-02,,582.0,60.0,,,
+US-MD,Maryland,2020-04-03,,664.0,82.0,,,
+US-MD,Maryland,2020-04-04,,821.0,157.0,,,
+US-MD,Maryland,2020-04-05,,936.0,115.0,,,
+US-MD,Maryland,2020-04-06,,1059.0,123.0,,,
+US-MD,Maryland,2020-04-07,,1106.0,47.0,,,
+US-MD,Maryland,2020-04-08,,1210.0,104.0,,,
+US-MD,Maryland,2020-04-09,,1348.0,138.0,,,
+US-MD,Maryland,2020-04-10,,1413.0,65.0,,,
+US-MD,Maryland,2020-04-11,,1709.0,296.0,,,
+US-MD,Maryland,2020-04-12,,1860.0,151.0,,,
+US-MD,Maryland,2020-04-13,,1975.0,115.0,,,
+US-MD,Maryland,2020-04-14,,2122.0,147.0,,,
+US-MD,Maryland,2020-04-15,,2231.0,109.0,,,
+US-MD,Maryland,2020-04-16,,2451.0,220.0,,,
+US-MD,Maryland,2020-04-17,,2612.0,161.0,,,
+US-MD,Maryland,2020-04-18,,2757.0,145.0,,,
+US-MD,Maryland,2020-04-19,,2886.0,129.0,,,
+US-MD,Maryland,2020-04-20,,3014.0,128.0,,,
+US-MD,Maryland,2020-04-21,,3158.0,144.0,,,
+US-MD,Maryland,2020-04-22,,3325.0,167.0,,,
+US-MD,Maryland,2020-04-23,,3477.0,152.0,,,
+US-MD,Maryland,2020-04-24,,3618.0,141.0,,,
+US-MD,Maryland,2020-04-25,,3760.0,142.0,,,
+US-MD,Maryland,2020-04-26,,3962.0,202.0,,,
+US-MD,Maryland,2020-04-27,,4101.0,139.0,,,
+US-MD,Maryland,2020-04-28,,4268.0,167.0,,,
+US-MD,Maryland,2020-04-29,,4402.0,134.0,,,
+US-MD,Maryland,2020-04-30,,4559.0,157.0,,,
+US-MD,Maryland,2020-05-01,,4718.0,159.0,,,
+US-MD,Maryland,2020-05-02,,4910.0,192.0,,,
+US-MD,Maryland,2020-05-03,,5051.0,141.0,,,
+US-MD,Maryland,2020-05-04,,5199.0,148.0,,,
+US-MD,Maryland,2020-05-05,,5337.0,138.0,,,
+US-MD,Maryland,2020-05-06,,5497.0,160.0,,,
+US-MD,Maryland,2020-05-07,,5663.0,166.0,,,
+US-MD,Maryland,2020-05-08,,5811.0,148.0,,,
+US-MD,Maryland,2020-05-09,,5932.0,121.0,,,
+US-MD,Maryland,2020-05-10,,5955.0,23.0,,,
+US-MD,Maryland,2020-05-11,,6183.0,228.0,,,
+US-MD,Maryland,2020-05-12,,6287.0,104.0,,,
+US-MD,Maryland,2020-05-13,,6404.0,117.0,,,
+US-MD,Maryland,2020-05-14,,6553.0,149.0,,,
+US-MD,Maryland,2020-05-15,,6679.0,126.0,,,
+US-MD,Maryland,2020-05-16,,6755.0,76.0,,,
+US-MD,Maryland,2020-05-17,,6993.0,238.0,,,
+US-MD,Maryland,2020-05-18,,7086.0,93.0,,,
+US-MD,Maryland,2020-05-19,,7199.0,113.0,,,
+US-MD,Maryland,2020-05-20,,7393.0,194.0,,,
+US-MD,Maryland,2020-05-21,,7485.0,92.0,,,
+US-MD,Maryland,2020-05-22,,7634.0,149.0,,,
+US-MD,Maryland,2020-05-23,,7825.0,191.0,,,
+US-MD,Maryland,2020-05-24,,7939.0,114.0,,,
+US-MD,Maryland,2020-05-25,,8092.0,153.0,,,
+US-MD,Maryland,2020-05-26,,8179.0,87.0,,,
+US-MD,Maryland,2020-05-27,,8281.0,102.0,,,
+US-MD,Maryland,2020-05-28,,8392.0,111.0,,,
+US-MD,Maryland,2020-05-29,,8479.0,87.0,,,
+US-MD,Maryland,2020-05-30,,8619.0,140.0,,,
+US-MD,Maryland,2020-05-31,,8738.0,119.0,,,
+US-MD,Maryland,2020-06-01,,8886.0,148.0,,,
+US-MD,Maryland,2020-06-02,,8957.0,71.0,,,
+US-MD,Maryland,2020-06-03,,9111.0,154.0,,,
+US-MD,Maryland,2020-06-04,,9217.0,106.0,,,
+US-MD,Maryland,2020-06-05,,9346.0,129.0,,,
+US-MD,Maryland,2020-06-06,,9451.0,105.0,,,
+US-MD,Maryland,2020-06-07,,9546.0,95.0,,,
+US-MA,Massachusetts,2020-03-12,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-13,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-14,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-15,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-16,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-17,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-18,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-19,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-20,,0.0,0.0,,,
+US-MA,Massachusetts,2020-03-21,,61.0,61.0,,,
+US-MA,Massachusetts,2020-03-22,,71.0,10.0,,,
+US-MA,Massachusetts,2020-03-23,,79.0,8.0,,,
+US-MA,Massachusetts,2020-03-24,,94.0,15.0,,,
+US-MA,Massachusetts,2020-03-25,,103.0,9.0,,,
+US-MA,Massachusetts,2020-03-26,,219.0,116.0,,,
+US-MA,Massachusetts,2020-03-27,,219.0,0.0,,,
+US-MA,Massachusetts,2020-03-28,,350.0,131.0,,,
+US-MA,Massachusetts,2020-03-29,,399.0,49.0,,,
+US-MA,Massachusetts,2020-03-30,,453.0,54.0,,,
+US-MA,Massachusetts,2020-03-31,,562.0,109.0,,,
+US-MA,Massachusetts,2020-04-01,,682.0,120.0,,,
+US-MA,Massachusetts,2020-04-02,,813.0,131.0,,,
+US-MA,Massachusetts,2020-04-03,,966.0,153.0,,,
+US-MA,Massachusetts,2020-04-04,,1370.0,404.0,,,
+US-MA,Massachusetts,2020-04-05,,1632.0,262.0,,,
+US-MA,Massachusetts,2020-04-06,,1667.0,35.0,,,
+US-MA,Massachusetts,2020-04-07,,1831.0,164.0,,,
+US-MA,Massachusetts,2020-04-08,,2119.0,288.0,,,
+US-MA,Massachusetts,2020-04-09,,2302.0,183.0,,,
+US-MA,Massachusetts,2020-04-10,,2435.0,133.0,,,
+US-MA,Massachusetts,2020-04-11,,2507.0,72.0,,,
+US-MA,Massachusetts,2020-04-12,,2514.0,7.0,,,
+US-MA,Massachusetts,2020-04-13,,3485.0,971.0,,,
+US-MA,Massachusetts,2020-04-14,,3616.0,131.0,,,
+US-MA,Massachusetts,2020-04-15,,3637.0,21.0,,,
+US-MA,Massachusetts,2020-04-16,,3726.0,89.0,,,
+US-MA,Massachusetts,2020-04-17,,3756.0,30.0,,,
+US-MA,Massachusetts,2020-04-18,,3728.0,-28.0,,,
+US-MA,Massachusetts,2020-04-19,,3789.0,61.0,,,
+US-MA,Massachusetts,2020-04-20,,3872.0,83.0,,,
+US-MA,Massachusetts,2020-04-21,,4009.0,137.0,,,
+US-MA,Massachusetts,2020-04-22,,4256.0,247.0,,,
+US-MA,Massachusetts,2020-04-23,,4493.0,237.0,,,
+US-MA,Massachusetts,2020-04-24,,4752.0,259.0,,,
+US-MA,Massachusetts,2020-04-25,,4965.0,213.0,,,
+US-MA,Massachusetts,2020-04-26,,5104.0,139.0,,,
+US-MA,Massachusetts,2020-04-27,,5237.0,133.0,,,
+US-MA,Massachusetts,2020-04-28,,5515.0,278.0,,,
+US-MA,Massachusetts,2020-04-29,,5758.0,243.0,,,
+US-MA,Massachusetts,2020-04-30,,5942.0,184.0,,,
+US-MA,Massachusetts,2020-05-01,,6169.0,227.0,,,
+US-MA,Massachusetts,2020-05-02,,6378.0,209.0,,,
+US-MA,Massachusetts,2020-05-03,,6507.0,129.0,,,
+US-MA,Massachusetts,2020-05-04,,6622.0,115.0,,,
+US-MA,Massachusetts,2020-05-05,,6831.0,209.0,,,
+US-MA,Massachusetts,2020-05-06,,7080.0,249.0,,,
+US-MA,Massachusetts,2020-05-07,,7237.0,157.0,,,
+US-MA,Massachusetts,2020-05-08,,7434.0,197.0,,,
+US-MA,Massachusetts,2020-05-09,,7551.0,117.0,,,
+US-MA,Massachusetts,2020-05-10,,7617.0,66.0,,,
+US-MA,Massachusetts,2020-05-11,,7732.0,115.0,,,
+US-MA,Massachusetts,2020-05-12,,7842.0,110.0,,,
+US-MA,Massachusetts,2020-05-13,,8032.0,190.0,,,
+US-MA,Massachusetts,2020-05-14,,8207.0,175.0,,,
+US-MA,Massachusetts,2020-05-15,,8314.0,107.0,,,
+US-MA,Massachusetts,2020-05-16,,8456.0,142.0,,,
+US-MA,Massachusetts,2020-05-17,,8539.0,83.0,,,
+US-MA,Massachusetts,2020-05-18,,8539.0,0.0,,,
+US-MA,Massachusetts,2020-05-19,,8766.0,227.0,,,
+US-MA,Massachusetts,2020-05-20,,8897.0,131.0,,,
+US-MA,Massachusetts,2020-05-21,,9040.0,143.0,,,
+US-MA,Massachusetts,2020-05-22,,9162.0,122.0,,,
+US-MA,Massachusetts,2020-05-23,,9260.0,98.0,,,
+US-MA,Massachusetts,2020-05-24,,9308.0,48.0,,,
+US-MA,Massachusetts,2020-05-25,,9339.0,31.0,,,
+US-MA,Massachusetts,2020-05-26,,9388.0,49.0,,,
+US-MA,Massachusetts,2020-05-27,,9492.0,104.0,,,
+US-MA,Massachusetts,2020-05-28,,9618.0,126.0,,,
+US-MA,Massachusetts,2020-05-29,,9725.0,107.0,,,
+US-MA,Massachusetts,2020-05-30,,9789.0,64.0,,,
+US-MA,Massachusetts,2020-05-31,,9823.0,34.0,,,
+US-MA,Massachusetts,2020-06-01,,9823.0,0.0,,,
+US-MA,Massachusetts,2020-06-02,,10063.0,240.0,,,
+US-MA,Massachusetts,2020-06-03,,10151.0,88.0,,,
+US-MA,Massachusetts,2020-06-04,,10238.0,87.0,,,
+US-MA,Massachusetts,2020-06-05,,10303.0,65.0,,,
+US-MA,Massachusetts,2020-06-06,,10369.0,66.0,,,
+US-MA,Massachusetts,2020-06-07,,10393.0,24.0,,,
+US-LA,Louisiana,2020-03-07,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-08,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-09,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-10,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-11,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-12,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-13,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-14,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-15,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-16,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-17,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-18,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-19,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-20,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-21,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-22,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-23,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-24,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-25,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-26,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-27,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-28,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-29,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-30,,0.0,0.0,,,
+US-LA,Louisiana,2020-03-31,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-01,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-02,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-03,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-04,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-05,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-06,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-07,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-08,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-09,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-10,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-11,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-12,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-13,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-14,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-15,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-16,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-17,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-18,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-19,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-20,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-21,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-22,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-23,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-24,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-25,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-26,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-27,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-28,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-29,,0.0,0.0,,,
+US-LA,Louisiana,2020-04-30,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-01,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-02,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-03,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-04,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-05,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-06,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-07,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-08,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-09,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-10,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-11,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-12,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-13,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-14,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-15,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-16,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-17,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-18,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-19,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-20,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-21,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-22,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-23,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-24,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-25,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-26,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-27,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-28,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-29,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-30,,0.0,0.0,,,
+US-LA,Louisiana,2020-05-31,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-01,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-02,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-03,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-04,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-05,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-06,,0.0,0.0,,,
+US-LA,Louisiana,2020-06-07,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-06,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-07,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-08,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-09,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-10,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-11,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-12,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-13,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-14,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-15,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-16,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-17,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-18,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-19,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-20,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-21,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-22,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-23,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-24,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-25,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-26,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-27,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-28,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-29,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-30,,0.0,0.0,,,
+US-KY,Kentucky,2020-03-31,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-01,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-02,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-03,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-04,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-05,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-06,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-07,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-08,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-09,,0.0,0.0,,,
+US-KY,Kentucky,2020-04-10,,459.0,459.0,,,
+US-KY,Kentucky,2020-04-11,,459.0,0.0,,,
+US-KY,Kentucky,2020-04-12,,459.0,0.0,,,
+US-KY,Kentucky,2020-04-13,,667.0,208.0,,,
+US-KY,Kentucky,2020-04-14,,673.0,6.0,,,
+US-KY,Kentucky,2020-04-15,,687.0,14.0,,,
+US-KY,Kentucky,2020-04-16,,807.0,120.0,,,
+US-KY,Kentucky,2020-04-17,,971.0,164.0,,,
+US-KY,Kentucky,2020-04-18,,1008.0,37.0,,,
+US-KY,Kentucky,2020-04-19,,1059.0,51.0,,,
+US-KY,Kentucky,2020-04-20,,1059.0,0.0,,,
+US-KY,Kentucky,2020-04-21,,1059.0,0.0,,,
+US-KY,Kentucky,2020-04-22,,1076.0,17.0,,,
+US-KY,Kentucky,2020-04-23,,1105.0,29.0,,,
+US-KY,Kentucky,2020-04-24,,1115.0,10.0,,,
+US-KY,Kentucky,2020-04-25,,1143.0,28.0,,,
+US-KY,Kentucky,2020-04-26,,1266.0,123.0,,,
+US-KY,Kentucky,2020-04-27,,1274.0,8.0,,,
+US-KY,Kentucky,2020-04-28,,1281.0,7.0,,,
+US-KY,Kentucky,2020-04-29,,1331.0,50.0,,,
+US-KY,Kentucky,2020-04-30,,1359.0,28.0,,,
+US-KY,Kentucky,2020-05-01,,1375.0,16.0,,,
+US-KY,Kentucky,2020-05-02,,1411.0,36.0,,,
+US-KY,Kentucky,2020-05-03,,1411.0,0.0,,,
+US-KY,Kentucky,2020-05-04,,1519.0,108.0,,,
+US-KY,Kentucky,2020-05-05,,1529.0,10.0,,,
+US-KY,Kentucky,2020-05-06,,1603.0,74.0,,,
+US-KY,Kentucky,2020-05-07,,1616.0,13.0,,,
+US-KY,Kentucky,2020-05-08,,1684.0,68.0,,,
+US-KY,Kentucky,2020-05-09,,1696.0,12.0,,,
+US-KY,Kentucky,2020-05-10,,1757.0,61.0,,,
+US-KY,Kentucky,2020-05-11,,1757.0,0.0,,,
+US-KY,Kentucky,2020-05-12,,1767.0,10.0,,,
+US-KY,Kentucky,2020-05-13,,1825.0,58.0,,,
+US-KY,Kentucky,2020-05-14,,1835.0,10.0,,,
+US-KY,Kentucky,2020-05-15,,1887.0,52.0,,,
+US-KY,Kentucky,2020-05-16,,1896.0,9.0,,,
+US-KY,Kentucky,2020-05-17,,1896.0,0.0,,,
+US-KY,Kentucky,2020-05-18,,1896.0,0.0,,,
+US-KY,Kentucky,2020-05-19,,1980.0,84.0,,,
+US-KY,Kentucky,2020-05-20,,2010.0,30.0,,,
+US-KY,Kentucky,2020-05-21,,2016.0,6.0,,,
+US-KY,Kentucky,2020-05-22,,2041.0,25.0,,,
+US-KY,Kentucky,2020-05-23,,2076.0,35.0,,,
+US-KY,Kentucky,2020-05-24,,2131.0,55.0,,,
+US-KY,Kentucky,2020-05-25,,2131.0,0.0,,,
+US-KY,Kentucky,2020-05-26,,2131.0,0.0,,,
+US-KY,Kentucky,2020-05-27,,2136.0,5.0,,,
+US-KY,Kentucky,2020-05-28,,2142.0,6.0,,,
+US-KY,Kentucky,2020-05-29,,2180.0,38.0,,,
+US-KY,Kentucky,2020-05-30,,2266.0,86.0,,,
+US-KY,Kentucky,2020-05-31,,2272.0,6.0,,,
+US-KY,Kentucky,2020-06-01,,2274.0,2.0,,,
+US-KY,Kentucky,2020-06-02,,2307.0,33.0,,,
+US-KY,Kentucky,2020-06-03,,2317.0,10.0,,,
+US-KY,Kentucky,2020-06-04,,2332.0,15.0,,,
+US-KY,Kentucky,2020-06-05,,2345.0,13.0,,,
+US-KY,Kentucky,2020-06-06,,2361.0,16.0,,,
+US-KY,Kentucky,2020-06-07,,2361.0,0.0,,,
+US-KS,Kansas,2020-03-06,,0.0,0.0,,,
+US-KS,Kansas,2020-03-07,,0.0,0.0,,,
+US-KS,Kansas,2020-03-08,,0.0,0.0,,,
+US-KS,Kansas,2020-03-09,,0.0,0.0,,,
+US-KS,Kansas,2020-03-10,,0.0,0.0,,,
+US-KS,Kansas,2020-03-11,,0.0,0.0,,,
+US-KS,Kansas,2020-03-12,,0.0,0.0,,,
+US-KS,Kansas,2020-03-13,,0.0,0.0,,,
+US-KS,Kansas,2020-03-14,,0.0,0.0,,,
+US-KS,Kansas,2020-03-15,,0.0,0.0,,,
+US-KS,Kansas,2020-03-16,,0.0,0.0,,,
+US-KS,Kansas,2020-03-17,,0.0,0.0,,,
+US-KS,Kansas,2020-03-18,,0.0,0.0,,,
+US-KS,Kansas,2020-03-19,,0.0,0.0,,,
+US-KS,Kansas,2020-03-20,,0.0,0.0,,,
+US-KS,Kansas,2020-03-21,,0.0,0.0,,,
+US-KS,Kansas,2020-03-22,,0.0,0.0,,,
+US-KS,Kansas,2020-03-23,,0.0,0.0,,,
+US-KS,Kansas,2020-03-24,,0.0,0.0,,,
+US-KS,Kansas,2020-03-25,,0.0,0.0,,,
+US-KS,Kansas,2020-03-26,,0.0,0.0,,,
+US-KS,Kansas,2020-03-27,,27.0,27.0,,,
+US-KS,Kansas,2020-03-28,,27.0,0.0,,,
+US-KS,Kansas,2020-03-29,,55.0,28.0,,,
+US-KS,Kansas,2020-03-30,,66.0,11.0,,,
+US-KS,Kansas,2020-03-31,,79.0,13.0,,,
+US-KS,Kansas,2020-04-01,,114.0,35.0,,,
+US-KS,Kansas,2020-04-02,,138.0,24.0,,,
+US-KS,Kansas,2020-04-03,,151.0,13.0,,,
+US-KS,Kansas,2020-04-04,,172.0,21.0,,,
+US-KS,Kansas,2020-04-05,,183.0,11.0,,,
+US-KS,Kansas,2020-04-06,,198.0,15.0,,,
+US-KS,Kansas,2020-04-07,,223.0,25.0,,,
+US-KS,Kansas,2020-04-08,,223.0,0.0,,,
+US-KS,Kansas,2020-04-09,,263.0,40.0,,,
+US-KS,Kansas,2020-04-10,,274.0,11.0,,,
+US-KS,Kansas,2020-04-11,,293.0,19.0,,,
+US-KS,Kansas,2020-04-12,,298.0,5.0,,,
+US-KS,Kansas,2020-04-13,,309.0,11.0,,,
+US-KS,Kansas,2020-04-14,,327.0,18.0,,,
+US-KS,Kansas,2020-04-15,,342.0,15.0,,,
+US-KS,Kansas,2020-04-16,,359.0,17.0,,,
+US-KS,Kansas,2020-04-17,,375.0,16.0,,,
+US-KS,Kansas,2020-04-18,,383.0,8.0,,,
+US-KS,Kansas,2020-04-19,,390.0,7.0,,,
+US-KS,Kansas,2020-04-20,,405.0,15.0,,,
+US-KS,Kansas,2020-04-21,,419.0,14.0,,,
+US-KS,Kansas,2020-04-22,,432.0,13.0,,,
+US-KS,Kansas,2020-04-23,,442.0,10.0,,,
+US-KS,Kansas,2020-04-24,,457.0,15.0,,,
+US-KS,Kansas,2020-04-25,,474.0,17.0,,,
+US-KS,Kansas,2020-04-26,,485.0,11.0,,,
+US-KS,Kansas,2020-04-27,,496.0,11.0,,,
+US-KS,Kansas,2020-04-28,,504.0,8.0,,,
+US-KS,Kansas,2020-04-29,,515.0,11.0,,,
+US-KS,Kansas,2020-04-30,,523.0,8.0,,,
+US-KS,Kansas,2020-05-01,,534.0,11.0,,,
+US-KS,Kansas,2020-05-02,,541.0,7.0,,,
+US-KS,Kansas,2020-05-03,,547.0,6.0,,,
+US-KS,Kansas,2020-05-04,,553.0,6.0,,,
+US-KS,Kansas,2020-05-05,,566.0,13.0,,,
+US-KS,Kansas,2020-05-06,,571.0,5.0,,,
+US-KS,Kansas,2020-05-07,,587.0,16.0,,,
+US-KS,Kansas,2020-05-08,,608.0,21.0,,,
+US-KS,Kansas,2020-05-09,,635.0,27.0,,,
+US-KS,Kansas,2020-05-10,,657.0,22.0,,,
+US-KS,Kansas,2020-05-11,,660.0,3.0,,,
+US-KS,Kansas,2020-05-12,,660.0,0.0,,,
+US-KS,Kansas,2020-05-13,,704.0,44.0,,,
+US-KS,Kansas,2020-05-14,,704.0,0.0,,,
+US-KS,Kansas,2020-05-15,,724.0,20.0,,,
+US-KS,Kansas,2020-05-16,,724.0,0.0,,,
+US-KS,Kansas,2020-05-17,,724.0,0.0,,,
+US-KS,Kansas,2020-05-18,,740.0,16.0,,,
+US-KS,Kansas,2020-05-19,,740.0,0.0,,,
+US-KS,Kansas,2020-05-20,,760.0,20.0,,,
+US-KS,Kansas,2020-05-21,,760.0,0.0,,,
+US-KS,Kansas,2020-05-22,,787.0,27.0,,,
+US-KS,Kansas,2020-05-23,,787.0,0.0,,,
+US-KS,Kansas,2020-05-24,,787.0,0.0,,,
+US-KS,Kansas,2020-05-25,,800.0,13.0,,,
+US-KS,Kansas,2020-05-26,,800.0,0.0,,,
+US-KS,Kansas,2020-05-27,,822.0,22.0,,,
+US-KS,Kansas,2020-05-28,,822.0,0.0,,,
+US-KS,Kansas,2020-05-29,,842.0,20.0,,,
+US-KS,Kansas,2020-05-30,,842.0,0.0,,,
+US-KS,Kansas,2020-05-31,,842.0,0.0,,,
+US-KS,Kansas,2020-06-01,,842.0,0.0,,,
+US-KS,Kansas,2020-06-02,,862.0,20.0,,,
+US-KS,Kansas,2020-06-03,,890.0,28.0,,,
+US-KS,Kansas,2020-06-04,,890.0,0.0,,,
+US-KS,Kansas,2020-06-05,,917.0,27.0,,,
+US-KS,Kansas,2020-06-06,,917.0,0.0,,,
+US-KS,Kansas,2020-06-07,,917.0,0.0,,,
+US-IN,Indiana,2020-03-06,,0.0,0.0,,,
+US-IN,Indiana,2020-03-07,,0.0,0.0,,,
+US-IN,Indiana,2020-03-08,,0.0,0.0,,,
+US-IN,Indiana,2020-03-09,,0.0,0.0,,,
+US-IN,Indiana,2020-03-10,,0.0,0.0,,,
+US-IN,Indiana,2020-03-11,,0.0,0.0,,,
+US-IN,Indiana,2020-03-12,,0.0,0.0,,,
+US-IN,Indiana,2020-03-13,,0.0,0.0,,,
+US-IN,Indiana,2020-03-14,,0.0,0.0,,,
+US-IN,Indiana,2020-03-15,,0.0,0.0,,,
+US-IN,Indiana,2020-03-16,,0.0,0.0,,,
+US-IN,Indiana,2020-03-17,,0.0,0.0,,,
+US-IN,Indiana,2020-03-18,,0.0,0.0,,,
+US-IN,Indiana,2020-03-19,,0.0,0.0,,,
+US-IN,Indiana,2020-03-20,,0.0,0.0,,,
+US-IN,Indiana,2020-03-21,,1.0,1.0,,,
+US-IN,Indiana,2020-03-22,,1.0,0.0,,,
+US-IN,Indiana,2020-03-23,,1.0,0.0,,,
+US-IN,Indiana,2020-03-24,,1.0,0.0,,,
+US-IN,Indiana,2020-03-25,,1.0,0.0,,,
+US-IN,Indiana,2020-03-26,,0.0,-1.0,,,
+US-IN,Indiana,2020-03-27,,0.0,0.0,,,
+US-IN,Indiana,2020-03-28,,0.0,0.0,,,
+US-IN,Indiana,2020-03-29,,0.0,0.0,,,
+US-IN,Indiana,2020-03-30,,0.0,0.0,,,
+US-IN,Indiana,2020-03-31,,0.0,0.0,,,
+US-IN,Indiana,2020-04-01,,0.0,0.0,,,
+US-IN,Indiana,2020-04-02,,0.0,0.0,,,
+US-IN,Indiana,2020-04-03,,0.0,0.0,,,
+US-IN,Indiana,2020-04-04,,0.0,0.0,,,
+US-IN,Indiana,2020-04-05,,0.0,0.0,,,
+US-IN,Indiana,2020-04-06,,0.0,0.0,,,
+US-IN,Indiana,2020-04-07,,0.0,0.0,,,
+US-IN,Indiana,2020-04-08,,0.0,0.0,,,
+US-IN,Indiana,2020-04-09,,0.0,0.0,,,
+US-IN,Indiana,2020-04-10,,0.0,0.0,,,
+US-IN,Indiana,2020-04-11,,0.0,0.0,,,
+US-IN,Indiana,2020-04-12,,0.0,0.0,,,
+US-IN,Indiana,2020-04-13,,0.0,0.0,,,
+US-IN,Indiana,2020-04-14,,0.0,0.0,,,
+US-IN,Indiana,2020-04-15,,0.0,0.0,,,
+US-IN,Indiana,2020-04-16,,0.0,0.0,,,
+US-IN,Indiana,2020-04-17,,0.0,0.0,,,
+US-IN,Indiana,2020-04-18,,0.0,0.0,,,
+US-IN,Indiana,2020-04-19,,0.0,0.0,,,
+US-IN,Indiana,2020-04-20,,0.0,0.0,,,
+US-IN,Indiana,2020-04-21,,0.0,0.0,,,
+US-IN,Indiana,2020-04-22,,0.0,0.0,,,
+US-IN,Indiana,2020-04-23,,0.0,0.0,,,
+US-IN,Indiana,2020-04-24,,0.0,0.0,,,
+US-IN,Indiana,2020-04-25,,0.0,0.0,,,
+US-IN,Indiana,2020-04-26,,0.0,0.0,,,
+US-IN,Indiana,2020-04-27,,0.0,0.0,,,
+US-IN,Indiana,2020-04-28,,0.0,0.0,,,
+US-IN,Indiana,2020-04-29,,0.0,0.0,,,
+US-IN,Indiana,2020-04-30,,0.0,0.0,,,
+US-IN,Indiana,2020-05-01,,0.0,0.0,,,
+US-IN,Indiana,2020-05-02,,0.0,0.0,,,
+US-IN,Indiana,2020-05-03,,0.0,0.0,,,
+US-IN,Indiana,2020-05-04,,0.0,0.0,,,
+US-IN,Indiana,2020-05-05,,0.0,0.0,,,
+US-IN,Indiana,2020-05-06,,0.0,0.0,,,
+US-IN,Indiana,2020-05-07,,0.0,0.0,,,
+US-IN,Indiana,2020-05-08,,4389.0,4389.0,,,
+US-IN,Indiana,2020-05-09,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-10,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-11,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-12,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-13,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-14,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-15,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-16,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-17,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-18,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-19,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-20,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-21,,4389.0,0.0,,,
+US-IN,Indiana,2020-05-22,,5285.0,896.0,,,
+US-IN,Indiana,2020-05-23,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-24,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-25,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-26,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-27,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-28,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-29,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-30,,5285.0,0.0,,,
+US-IN,Indiana,2020-05-31,,5285.0,0.0,,,
+US-IN,Indiana,2020-06-01,,5860.0,575.0,,,
+US-IN,Indiana,2020-06-02,,5902.0,42.0,,,
+US-IN,Indiana,2020-06-03,,5952.0,50.0,,,
+US-IN,Indiana,2020-06-04,,5999.0,47.0,,,
+US-IN,Indiana,2020-06-05,,6053.0,54.0,,,
+US-IN,Indiana,2020-06-06,,6091.0,38.0,,,
+US-IN,Indiana,2020-06-07,,6136.0,45.0,,,
+US-IL,Illinois,2020-03-04,,0.0,0.0,,,
+US-IL,Illinois,2020-03-05,,0.0,0.0,,,
+US-IL,Illinois,2020-03-06,,0.0,0.0,,,
+US-IL,Illinois,2020-03-07,,0.0,0.0,,,
+US-IL,Illinois,2020-03-08,,0.0,0.0,,,
+US-IL,Illinois,2020-03-09,,0.0,0.0,,,
+US-IL,Illinois,2020-03-10,,0.0,0.0,,,
+US-IL,Illinois,2020-03-11,,0.0,0.0,,,
+US-IL,Illinois,2020-03-12,,0.0,0.0,,,
+US-IL,Illinois,2020-03-13,,0.0,0.0,,,
+US-IL,Illinois,2020-03-14,,0.0,0.0,,,
+US-IL,Illinois,2020-03-15,,0.0,0.0,,,
+US-IL,Illinois,2020-03-16,,0.0,0.0,,,
+US-IL,Illinois,2020-03-17,,0.0,0.0,,,
+US-IL,Illinois,2020-03-18,,0.0,0.0,,,
+US-IL,Illinois,2020-03-19,,0.0,0.0,,,
+US-IL,Illinois,2020-03-20,,0.0,0.0,,,
+US-IL,Illinois,2020-03-21,,0.0,0.0,,,
+US-IL,Illinois,2020-03-22,,0.0,0.0,,,
+US-IL,Illinois,2020-03-23,,0.0,0.0,,,
+US-IL,Illinois,2020-03-24,,0.0,0.0,,,
+US-IL,Illinois,2020-03-25,,0.0,0.0,,,
+US-IL,Illinois,2020-03-26,,0.0,0.0,,,
+US-IL,Illinois,2020-03-27,,0.0,0.0,,,
+US-IL,Illinois,2020-03-28,,0.0,0.0,,,
+US-IL,Illinois,2020-03-29,,0.0,0.0,,,
+US-IL,Illinois,2020-03-30,,0.0,0.0,,,
+US-IL,Illinois,2020-03-31,,0.0,0.0,,,
+US-IL,Illinois,2020-04-01,,0.0,0.0,,,
+US-IL,Illinois,2020-04-02,,0.0,0.0,,,
+US-IL,Illinois,2020-04-03,,0.0,0.0,,,
+US-IL,Illinois,2020-04-04,,0.0,0.0,,,
+US-IL,Illinois,2020-04-05,,0.0,0.0,,,
+US-IL,Illinois,2020-04-06,,0.0,0.0,,,
+US-IL,Illinois,2020-04-07,,0.0,0.0,,,
+US-IL,Illinois,2020-04-08,,0.0,0.0,,,
+US-IL,Illinois,2020-04-09,,0.0,0.0,,,
+US-IL,Illinois,2020-04-10,,0.0,0.0,,,
+US-IL,Illinois,2020-04-11,,0.0,0.0,,,
+US-IL,Illinois,2020-04-12,,0.0,0.0,,,
+US-IL,Illinois,2020-04-13,,0.0,0.0,,,
+US-IL,Illinois,2020-04-14,,0.0,0.0,,,
+US-IL,Illinois,2020-04-15,,0.0,0.0,,,
+US-IL,Illinois,2020-04-16,,0.0,0.0,,,
+US-IL,Illinois,2020-04-17,,0.0,0.0,,,
+US-IL,Illinois,2020-04-18,,0.0,0.0,,,
+US-IL,Illinois,2020-04-19,,0.0,0.0,,,
+US-IL,Illinois,2020-04-20,,0.0,0.0,,,
+US-IL,Illinois,2020-04-21,,0.0,0.0,,,
+US-IL,Illinois,2020-04-22,,0.0,0.0,,,
+US-IL,Illinois,2020-04-23,,0.0,0.0,,,
+US-IL,Illinois,2020-04-24,,0.0,0.0,,,
+US-IL,Illinois,2020-04-25,,0.0,0.0,,,
+US-IL,Illinois,2020-04-26,,0.0,0.0,,,
+US-IL,Illinois,2020-04-27,,0.0,0.0,,,
+US-IL,Illinois,2020-04-28,,0.0,0.0,,,
+US-IL,Illinois,2020-04-29,,0.0,0.0,,,
+US-IL,Illinois,2020-04-30,,0.0,0.0,,,
+US-IL,Illinois,2020-05-01,,0.0,0.0,,,
+US-IL,Illinois,2020-05-02,,0.0,0.0,,,
+US-IL,Illinois,2020-05-03,,0.0,0.0,,,
+US-IL,Illinois,2020-05-04,,0.0,0.0,,,
+US-IL,Illinois,2020-05-05,,0.0,0.0,,,
+US-IL,Illinois,2020-05-06,,0.0,0.0,,,
+US-IL,Illinois,2020-05-07,,0.0,0.0,,,
+US-IL,Illinois,2020-05-08,,0.0,0.0,,,
+US-IL,Illinois,2020-05-09,,0.0,0.0,,,
+US-IL,Illinois,2020-05-10,,0.0,0.0,,,
+US-IL,Illinois,2020-05-11,,0.0,0.0,,,
+US-IL,Illinois,2020-05-12,,0.0,0.0,,,
+US-IL,Illinois,2020-05-13,,0.0,0.0,,,
+US-IL,Illinois,2020-05-14,,0.0,0.0,,,
+US-IL,Illinois,2020-05-15,,0.0,0.0,,,
+US-IL,Illinois,2020-05-16,,0.0,0.0,,,
+US-IL,Illinois,2020-05-17,,0.0,0.0,,,
+US-IL,Illinois,2020-05-18,,0.0,0.0,,,
+US-IL,Illinois,2020-05-19,,0.0,0.0,,,
+US-IL,Illinois,2020-05-20,,0.0,0.0,,,
+US-IL,Illinois,2020-05-21,,0.0,0.0,,,
+US-IL,Illinois,2020-05-22,,0.0,0.0,,,
+US-IL,Illinois,2020-05-23,,0.0,0.0,,,
+US-IL,Illinois,2020-05-24,,0.0,0.0,,,
+US-IL,Illinois,2020-05-25,,0.0,0.0,,,
+US-IL,Illinois,2020-05-26,,0.0,0.0,,,
+US-IL,Illinois,2020-05-27,,0.0,0.0,,,
+US-IL,Illinois,2020-05-28,,0.0,0.0,,,
+US-IL,Illinois,2020-05-29,,0.0,0.0,,,
+US-IL,Illinois,2020-05-30,,0.0,0.0,,,
+US-IL,Illinois,2020-05-31,,0.0,0.0,,,
+US-IL,Illinois,2020-06-01,,0.0,0.0,,,
+US-IL,Illinois,2020-06-02,,0.0,0.0,,,
+US-IL,Illinois,2020-06-03,,0.0,0.0,,,
+US-IL,Illinois,2020-06-04,,0.0,0.0,,,
+US-IL,Illinois,2020-06-05,,0.0,0.0,,,
+US-IL,Illinois,2020-06-06,,0.0,0.0,,,
+US-IL,Illinois,2020-06-07,,0.0,0.0,,,
+US-ID,Idaho,2020-03-07,,0.0,0.0,,,
+US-ID,Idaho,2020-03-08,,0.0,0.0,,,
+US-ID,Idaho,2020-03-09,,0.0,0.0,,,
+US-ID,Idaho,2020-03-10,,0.0,0.0,,,
+US-ID,Idaho,2020-03-11,,0.0,0.0,,,
+US-ID,Idaho,2020-03-12,,0.0,0.0,,,
+US-ID,Idaho,2020-03-13,,0.0,0.0,,,
+US-ID,Idaho,2020-03-14,,0.0,0.0,,,
+US-ID,Idaho,2020-03-15,,0.0,0.0,,,
+US-ID,Idaho,2020-03-16,,0.0,0.0,,,
+US-ID,Idaho,2020-03-17,,0.0,0.0,,,
+US-ID,Idaho,2020-03-18,,0.0,0.0,,,
+US-ID,Idaho,2020-03-19,,0.0,0.0,,,
+US-ID,Idaho,2020-03-20,,0.0,0.0,,,
+US-ID,Idaho,2020-03-21,,0.0,0.0,,,
+US-ID,Idaho,2020-03-22,,0.0,0.0,,,
+US-ID,Idaho,2020-03-23,,0.0,0.0,,,
+US-ID,Idaho,2020-03-24,,0.0,0.0,,,
+US-ID,Idaho,2020-03-25,,0.0,0.0,,,
+US-ID,Idaho,2020-03-26,,0.0,0.0,,,
+US-ID,Idaho,2020-03-27,,0.0,0.0,,,
+US-ID,Idaho,2020-03-28,,25.0,25.0,,,
+US-ID,Idaho,2020-03-29,,36.0,11.0,,,
+US-ID,Idaho,2020-03-30,,39.0,3.0,,,
+US-ID,Idaho,2020-03-31,,45.0,6.0,,,
+US-ID,Idaho,2020-04-01,,46.0,1.0,,,
+US-ID,Idaho,2020-04-02,,49.0,3.0,,,
+US-ID,Idaho,2020-04-03,,56.0,7.0,,,
+US-ID,Idaho,2020-04-04,,62.0,6.0,,,
+US-ID,Idaho,2020-04-05,,66.0,4.0,,,
+US-ID,Idaho,2020-04-06,,77.0,11.0,,,
+US-ID,Idaho,2020-04-07,,83.0,6.0,,,
+US-ID,Idaho,2020-04-08,,93.0,10.0,,,
+US-ID,Idaho,2020-04-09,,113.0,20.0,,,
+US-ID,Idaho,2020-04-10,,127.0,14.0,,,
+US-ID,Idaho,2020-04-11,,128.0,1.0,,,
+US-ID,Idaho,2020-04-12,,131.0,3.0,,,
+US-ID,Idaho,2020-04-13,,132.0,1.0,,,
+US-ID,Idaho,2020-04-14,,135.0,3.0,,,
+US-ID,Idaho,2020-04-15,,141.0,6.0,,,
+US-ID,Idaho,2020-04-16,,143.0,2.0,,,
+US-ID,Idaho,2020-04-17,,148.0,5.0,,,
+US-ID,Idaho,2020-04-18,,151.0,3.0,,,
+US-ID,Idaho,2020-04-19,,151.0,0.0,,,
+US-ID,Idaho,2020-04-20,,151.0,0.0,,,
+US-ID,Idaho,2020-04-21,,157.0,6.0,,,
+US-ID,Idaho,2020-04-22,,158.0,1.0,,,
+US-ID,Idaho,2020-04-23,,162.0,4.0,,,
+US-ID,Idaho,2020-04-24,,166.0,4.0,,,
+US-ID,Idaho,2020-04-25,,168.0,2.0,,,
+US-ID,Idaho,2020-04-26,,169.0,1.0,,,
+US-ID,Idaho,2020-04-27,,169.0,0.0,,,
+US-ID,Idaho,2020-04-28,,172.0,3.0,,,
+US-ID,Idaho,2020-04-29,,173.0,1.0,,,
+US-ID,Idaho,2020-04-30,,175.0,2.0,,,
+US-ID,Idaho,2020-05-01,,178.0,3.0,,,
+US-ID,Idaho,2020-05-02,,178.0,0.0,,,
+US-ID,Idaho,2020-05-03,,200.0,22.0,,,
+US-ID,Idaho,2020-05-04,,200.0,0.0,,,
+US-ID,Idaho,2020-05-05,,201.0,1.0,,,
+US-ID,Idaho,2020-05-06,,203.0,2.0,,,
+US-ID,Idaho,2020-05-07,,205.0,2.0,,,
+US-ID,Idaho,2020-05-08,,206.0,1.0,,,
+US-ID,Idaho,2020-05-09,,206.0,0.0,,,
+US-ID,Idaho,2020-05-10,,207.0,1.0,,,
+US-ID,Idaho,2020-05-11,,207.0,0.0,,,
+US-ID,Idaho,2020-05-12,,210.0,3.0,,,
+US-ID,Idaho,2020-05-13,,214.0,4.0,,,
+US-ID,Idaho,2020-05-14,,212.0,-2.0,,,
+US-ID,Idaho,2020-05-15,,212.0,0.0,,,
+US-ID,Idaho,2020-05-16,,213.0,1.0,,,
+US-ID,Idaho,2020-05-17,,213.0,0.0,,,
+US-ID,Idaho,2020-05-18,,213.0,0.0,,,
+US-ID,Idaho,2020-05-19,,213.0,0.0,,,
+US-ID,Idaho,2020-05-20,,215.0,2.0,,,
+US-ID,Idaho,2020-05-21,,221.0,6.0,,,
+US-ID,Idaho,2020-05-22,,223.0,2.0,,,
+US-ID,Idaho,2020-05-23,,225.0,2.0,,,
+US-ID,Idaho,2020-05-24,,225.0,0.0,,,
+US-ID,Idaho,2020-05-25,,225.0,0.0,,,
+US-ID,Idaho,2020-05-26,,225.0,0.0,,,
+US-ID,Idaho,2020-05-27,,231.0,6.0,,,
+US-ID,Idaho,2020-05-28,,234.0,3.0,,,
+US-ID,Idaho,2020-05-29,,238.0,4.0,,,
+US-ID,Idaho,2020-05-30,,240.0,2.0,,,
+US-ID,Idaho,2020-05-31,,242.0,2.0,,,
+US-ID,Idaho,2020-06-01,,242.0,0.0,,,
+US-ID,Idaho,2020-06-02,,247.0,5.0,,,
+US-ID,Idaho,2020-06-03,,251.0,4.0,,,
+US-ID,Idaho,2020-06-04,,253.0,2.0,,,
+US-ID,Idaho,2020-06-05,,255.0,2.0,,,
+US-ID,Idaho,2020-06-06,,257.0,2.0,,,
+US-ID,Idaho,2020-06-07,,260.0,3.0,,,
+US-IA,Iowa,2020-03-06,,0.0,0.0,,,
+US-IA,Iowa,2020-03-07,,0.0,0.0,,,
+US-IA,Iowa,2020-03-08,,0.0,0.0,,,
+US-IA,Iowa,2020-03-09,,0.0,0.0,,,
+US-IA,Iowa,2020-03-10,,0.0,0.0,,,
+US-IA,Iowa,2020-03-11,,0.0,0.0,,,
+US-IA,Iowa,2020-03-12,,0.0,0.0,,,
+US-IA,Iowa,2020-03-13,,0.0,0.0,,,
+US-IA,Iowa,2020-03-14,,0.0,0.0,,,
+US-IA,Iowa,2020-03-15,,0.0,0.0,,,
+US-IA,Iowa,2020-03-16,,0.0,0.0,,,
+US-IA,Iowa,2020-03-17,,0.0,0.0,,,
+US-IA,Iowa,2020-03-18,,0.0,0.0,,,
+US-IA,Iowa,2020-03-19,,0.0,0.0,,,
+US-IA,Iowa,2020-03-20,,0.0,0.0,,,
+US-IA,Iowa,2020-03-21,,0.0,0.0,,,
+US-IA,Iowa,2020-03-22,,0.0,0.0,,,
+US-IA,Iowa,2020-03-23,,0.0,0.0,,,
+US-IA,Iowa,2020-03-24,,27.0,27.0,,,
+US-IA,Iowa,2020-03-25,,36.0,9.0,,,
+US-IA,Iowa,2020-03-26,,46.0,10.0,,,
+US-IA,Iowa,2020-03-27,,50.0,4.0,,,
+US-IA,Iowa,2020-03-28,,61.0,11.0,,,
+US-IA,Iowa,2020-03-29,,68.0,7.0,,,
+US-IA,Iowa,2020-03-30,,74.0,6.0,,,
+US-IA,Iowa,2020-03-31,,94.0,20.0,,,
+US-IA,Iowa,2020-04-01,,99.0,5.0,,,
+US-IA,Iowa,2020-04-02,,120.0,21.0,,,
+US-IA,Iowa,2020-04-03,,138.0,18.0,,,
+US-IA,Iowa,2020-04-04,,153.0,15.0,,,
+US-IA,Iowa,2020-04-05,,165.0,12.0,,,
+US-IA,Iowa,2020-04-06,,179.0,14.0,,,
+US-IA,Iowa,2020-04-07,,193.0,14.0,,,
+US-IA,Iowa,2020-04-08,,193.0,0.0,,,
+US-IA,Iowa,2020-04-09,,0.0,-193.0,,,
+US-IA,Iowa,2020-04-10,,0.0,0.0,,,
+US-IA,Iowa,2020-04-11,,0.0,0.0,,,
+US-IA,Iowa,2020-04-12,,0.0,0.0,,,
+US-IA,Iowa,2020-04-13,,0.0,0.0,,,
+US-IA,Iowa,2020-04-14,,0.0,0.0,,,
+US-IA,Iowa,2020-04-15,,0.0,0.0,,,
+US-IA,Iowa,2020-04-16,,0.0,0.0,,,
+US-IA,Iowa,2020-04-17,,0.0,0.0,,,
+US-IA,Iowa,2020-04-18,,0.0,0.0,,,
+US-IA,Iowa,2020-04-19,,0.0,0.0,,,
+US-IA,Iowa,2020-04-20,,0.0,0.0,,,
+US-IA,Iowa,2020-04-21,,0.0,0.0,,,
+US-IA,Iowa,2020-04-22,,0.0,0.0,,,
+US-IA,Iowa,2020-04-23,,0.0,0.0,,,
+US-IA,Iowa,2020-04-24,,0.0,0.0,,,
+US-IA,Iowa,2020-04-25,,0.0,0.0,,,
+US-IA,Iowa,2020-04-26,,0.0,0.0,,,
+US-IA,Iowa,2020-04-27,,0.0,0.0,,,
+US-IA,Iowa,2020-04-28,,0.0,0.0,,,
+US-IA,Iowa,2020-04-29,,0.0,0.0,,,
+US-IA,Iowa,2020-04-30,,0.0,0.0,,,
+US-IA,Iowa,2020-05-01,,0.0,0.0,,,
+US-IA,Iowa,2020-05-02,,0.0,0.0,,,
+US-IA,Iowa,2020-05-03,,0.0,0.0,,,
+US-IA,Iowa,2020-05-04,,0.0,0.0,,,
+US-IA,Iowa,2020-05-05,,0.0,0.0,,,
+US-IA,Iowa,2020-05-06,,0.0,0.0,,,
+US-IA,Iowa,2020-05-07,,0.0,0.0,,,
+US-IA,Iowa,2020-05-08,,0.0,0.0,,,
+US-IA,Iowa,2020-05-09,,0.0,0.0,,,
+US-IA,Iowa,2020-05-10,,0.0,0.0,,,
+US-IA,Iowa,2020-05-11,,0.0,0.0,,,
+US-IA,Iowa,2020-05-12,,0.0,0.0,,,
+US-IA,Iowa,2020-05-13,,0.0,0.0,,,
+US-IA,Iowa,2020-05-14,,0.0,0.0,,,
+US-IA,Iowa,2020-05-15,,0.0,0.0,,,
+US-IA,Iowa,2020-05-16,,0.0,0.0,,,
+US-IA,Iowa,2020-05-17,,0.0,0.0,,,
+US-IA,Iowa,2020-05-18,,0.0,0.0,,,
+US-IA,Iowa,2020-05-19,,0.0,0.0,,,
+US-IA,Iowa,2020-05-20,,0.0,0.0,,,
+US-IA,Iowa,2020-05-21,,0.0,0.0,,,
+US-IA,Iowa,2020-05-22,,0.0,0.0,,,
+US-IA,Iowa,2020-05-23,,0.0,0.0,,,
+US-IA,Iowa,2020-05-24,,0.0,0.0,,,
+US-IA,Iowa,2020-05-25,,0.0,0.0,,,
+US-IA,Iowa,2020-05-26,,0.0,0.0,,,
+US-IA,Iowa,2020-05-27,,0.0,0.0,,,
+US-IA,Iowa,2020-05-28,,0.0,0.0,,,
+US-IA,Iowa,2020-05-29,,0.0,0.0,,,
+US-IA,Iowa,2020-05-30,,0.0,0.0,,,
+US-IA,Iowa,2020-05-31,,0.0,0.0,,,
+US-IA,Iowa,2020-06-01,,0.0,0.0,,,
+US-IA,Iowa,2020-06-02,,0.0,0.0,,,
+US-IA,Iowa,2020-06-03,,0.0,0.0,,,
+US-IA,Iowa,2020-06-04,,0.0,0.0,,,
+US-IA,Iowa,2020-06-05,,0.0,0.0,,,
+US-IA,Iowa,2020-06-06,,0.0,0.0,,,
+US-IA,Iowa,2020-06-07,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-07,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-08,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-09,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-10,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-11,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-12,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-13,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-14,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-15,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-16,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-17,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-18,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-19,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-20,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-21,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-22,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-23,,0.0,0.0,,,
+US-HI,Hawaii,2020-03-24,,4.0,4.0,,,
+US-HI,Hawaii,2020-03-25,,6.0,2.0,,,
+US-HI,Hawaii,2020-03-26,,5.0,-1.0,,,
+US-HI,Hawaii,2020-03-27,,7.0,2.0,,,
+US-HI,Hawaii,2020-03-28,,8.0,1.0,,,
+US-HI,Hawaii,2020-03-29,,12.0,4.0,,,
+US-HI,Hawaii,2020-03-30,,12.0,0.0,,,
+US-HI,Hawaii,2020-03-31,,12.0,0.0,,,
+US-HI,Hawaii,2020-04-01,,13.0,1.0,,,
+US-HI,Hawaii,2020-04-02,,15.0,2.0,,,
+US-HI,Hawaii,2020-04-03,,15.0,0.0,,,
+US-HI,Hawaii,2020-04-04,,18.0,3.0,,,
+US-HI,Hawaii,2020-04-05,,19.0,1.0,,,
+US-HI,Hawaii,2020-04-06,,21.0,2.0,,,
+US-HI,Hawaii,2020-04-07,,26.0,5.0,,,
+US-HI,Hawaii,2020-04-08,,42.0,16.0,,,
+US-HI,Hawaii,2020-04-09,,42.0,0.0,,,
+US-HI,Hawaii,2020-04-10,,42.0,0.0,,,
+US-HI,Hawaii,2020-04-11,,43.0,1.0,,,
+US-HI,Hawaii,2020-04-12,,44.0,1.0,,,
+US-HI,Hawaii,2020-04-13,,44.0,0.0,,,
+US-HI,Hawaii,2020-04-14,,44.0,0.0,,,
+US-HI,Hawaii,2020-04-15,,45.0,1.0,,,
+US-HI,Hawaii,2020-04-16,,45.0,0.0,,,
+US-HI,Hawaii,2020-04-17,,45.0,0.0,,,
+US-HI,Hawaii,2020-04-18,,48.0,3.0,,,
+US-HI,Hawaii,2020-04-19,,51.0,3.0,,,
+US-HI,Hawaii,2020-04-20,,52.0,1.0,,,
+US-HI,Hawaii,2020-04-21,,55.0,3.0,,,
+US-HI,Hawaii,2020-04-22,,56.0,1.0,,,
+US-HI,Hawaii,2020-04-23,,63.0,7.0,,,
+US-HI,Hawaii,2020-04-24,,63.0,0.0,,,
+US-HI,Hawaii,2020-04-25,,67.0,4.0,,,
+US-HI,Hawaii,2020-04-26,,68.0,1.0,,,
+US-HI,Hawaii,2020-04-27,,68.0,0.0,,,
+US-HI,Hawaii,2020-04-28,,68.0,0.0,,,
+US-HI,Hawaii,2020-04-29,,69.0,1.0,,,
+US-HI,Hawaii,2020-04-30,,69.0,0.0,,,
+US-HI,Hawaii,2020-05-01,,70.0,1.0,,,
+US-HI,Hawaii,2020-05-02,,72.0,2.0,,,
+US-HI,Hawaii,2020-05-03,,72.0,0.0,,,
+US-HI,Hawaii,2020-05-04,,73.0,1.0,,,
+US-HI,Hawaii,2020-05-05,,73.0,0.0,,,
+US-HI,Hawaii,2020-05-06,,73.0,0.0,,,
+US-HI,Hawaii,2020-05-07,,74.0,1.0,,,
+US-HI,Hawaii,2020-05-08,,74.0,0.0,,,
+US-HI,Hawaii,2020-05-09,,81.0,7.0,,,
+US-HI,Hawaii,2020-05-10,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-11,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-12,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-13,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-14,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-15,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-16,,81.0,0.0,,,
+US-HI,Hawaii,2020-05-17,,82.0,1.0,,,
+US-HI,Hawaii,2020-05-18,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-19,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-20,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-21,,82.0,0.0,,,
+US-HI,Hawaii,2020-05-22,,83.0,1.0,,,
+US-HI,Hawaii,2020-05-23,,84.0,1.0,,,
+US-HI,Hawaii,2020-05-24,,84.0,0.0,,,
+US-HI,Hawaii,2020-05-25,,84.0,0.0,,,
+US-HI,Hawaii,2020-05-26,,84.0,0.0,,,
+US-HI,Hawaii,2020-05-27,,83.0,-1.0,,,
+US-HI,Hawaii,2020-05-28,,83.0,0.0,,,
+US-HI,Hawaii,2020-05-29,,83.0,0.0,,,
+US-HI,Hawaii,2020-05-30,,83.0,0.0,,,
+US-HI,Hawaii,2020-05-31,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-01,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-02,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-03,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-04,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-05,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-06,,83.0,0.0,,,
+US-HI,Hawaii,2020-06-07,,83.0,0.0,,,
+US-GU,Guam,2020-03-16,,0.0,0.0,,,
+US-GU,Guam,2020-03-17,,0.0,0.0,,,
+US-GU,Guam,2020-03-18,,0.0,0.0,,,
+US-GU,Guam,2020-03-19,,0.0,0.0,,,
+US-GU,Guam,2020-03-20,,0.0,0.0,,,
+US-GU,Guam,2020-03-21,,0.0,0.0,,,
+US-GU,Guam,2020-03-22,,0.0,0.0,,,
+US-GU,Guam,2020-03-23,,0.0,0.0,,,
+US-GU,Guam,2020-03-24,,0.0,0.0,,,
+US-GU,Guam,2020-03-25,,0.0,0.0,,,
+US-GU,Guam,2020-03-26,,0.0,0.0,,,
+US-GU,Guam,2020-03-27,,0.0,0.0,,,
+US-GU,Guam,2020-03-28,,0.0,0.0,,,
+US-GU,Guam,2020-03-29,,0.0,0.0,,,
+US-GU,Guam,2020-03-30,,0.0,0.0,,,
+US-GU,Guam,2020-03-31,,0.0,0.0,,,
+US-GU,Guam,2020-04-01,,0.0,0.0,,,
+US-GU,Guam,2020-04-02,,0.0,0.0,,,
+US-GU,Guam,2020-04-03,,0.0,0.0,,,
+US-GU,Guam,2020-04-04,,0.0,0.0,,,
+US-GU,Guam,2020-04-05,,0.0,0.0,,,
+US-GU,Guam,2020-04-06,,0.0,0.0,,,
+US-GU,Guam,2020-04-07,,0.0,0.0,,,
+US-GU,Guam,2020-04-08,,0.0,0.0,,,
+US-GU,Guam,2020-04-09,,0.0,0.0,,,
+US-GU,Guam,2020-04-10,,0.0,0.0,,,
+US-GU,Guam,2020-04-11,,0.0,0.0,,,
+US-GU,Guam,2020-04-12,,0.0,0.0,,,
+US-GU,Guam,2020-04-13,,0.0,0.0,,,
+US-GU,Guam,2020-04-14,,0.0,0.0,,,
+US-GU,Guam,2020-04-15,,0.0,0.0,,,
+US-GU,Guam,2020-04-16,,0.0,0.0,,,
+US-GU,Guam,2020-04-17,,0.0,0.0,,,
+US-GU,Guam,2020-04-18,,0.0,0.0,,,
+US-GU,Guam,2020-04-19,,0.0,0.0,,,
+US-GU,Guam,2020-04-20,,0.0,0.0,,,
+US-GU,Guam,2020-04-21,,0.0,0.0,,,
+US-GU,Guam,2020-04-22,,0.0,0.0,,,
+US-GU,Guam,2020-04-23,,0.0,0.0,,,
+US-GU,Guam,2020-04-24,,0.0,0.0,,,
+US-GU,Guam,2020-04-25,,0.0,0.0,,,
+US-GU,Guam,2020-04-26,,0.0,0.0,,,
+US-GU,Guam,2020-04-27,,0.0,0.0,,,
+US-GU,Guam,2020-04-28,,0.0,0.0,,,
+US-GU,Guam,2020-04-29,,0.0,0.0,,,
+US-GU,Guam,2020-04-30,,0.0,0.0,,,
+US-GU,Guam,2020-05-01,,0.0,0.0,,,
+US-GU,Guam,2020-05-02,,0.0,0.0,,,
+US-GU,Guam,2020-05-03,,0.0,0.0,,,
+US-GU,Guam,2020-05-04,,0.0,0.0,,,
+US-GU,Guam,2020-05-05,,0.0,0.0,,,
+US-GU,Guam,2020-05-06,,0.0,0.0,,,
+US-GU,Guam,2020-05-07,,0.0,0.0,,,
+US-GU,Guam,2020-05-08,,0.0,0.0,,,
+US-GU,Guam,2020-05-09,,0.0,0.0,,,
+US-GU,Guam,2020-05-10,,0.0,0.0,,,
+US-GU,Guam,2020-05-11,,0.0,0.0,,,
+US-GU,Guam,2020-05-12,,0.0,0.0,,,
+US-GU,Guam,2020-05-13,,0.0,0.0,,,
+US-GU,Guam,2020-05-14,,0.0,0.0,,,
+US-GU,Guam,2020-05-15,,0.0,0.0,,,
+US-GU,Guam,2020-05-16,,0.0,0.0,,,
+US-GU,Guam,2020-05-17,,0.0,0.0,,,
+US-GU,Guam,2020-05-18,,0.0,0.0,,,
+US-GU,Guam,2020-05-19,,0.0,0.0,,,
+US-GU,Guam,2020-05-20,,0.0,0.0,,,
+US-GU,Guam,2020-05-21,,0.0,0.0,,,
+US-GU,Guam,2020-05-22,,0.0,0.0,,,
+US-GU,Guam,2020-05-23,,0.0,0.0,,,
+US-GU,Guam,2020-05-24,,0.0,0.0,,,
+US-GU,Guam,2020-05-25,,0.0,0.0,,,
+US-GU,Guam,2020-05-26,,0.0,0.0,,,
+US-GU,Guam,2020-05-27,,0.0,0.0,,,
+US-GU,Guam,2020-05-28,,0.0,0.0,,,
+US-GU,Guam,2020-05-29,,0.0,0.0,,,
+US-GU,Guam,2020-05-30,,0.0,0.0,,,
+US-GU,Guam,2020-05-31,,0.0,0.0,,,
+US-GU,Guam,2020-06-01,,0.0,0.0,,,
+US-GU,Guam,2020-06-02,,0.0,0.0,,,
+US-GU,Guam,2020-06-03,,0.0,0.0,,,
+US-GU,Guam,2020-06-04,,0.0,0.0,,,
+US-GU,Guam,2020-06-05,,0.0,0.0,,,
+US-GU,Guam,2020-06-06,,0.0,0.0,,,
+US-GU,Guam,2020-06-07,,0.0,0.0,,,
+US-GA,Georgia,2020-03-04,,0.0,0.0,,,
+US-GA,Georgia,2020-03-05,,0.0,0.0,,,
+US-GA,Georgia,2020-03-06,,0.0,0.0,,,
+US-GA,Georgia,2020-03-07,,0.0,0.0,,,
+US-GA,Georgia,2020-03-08,,0.0,0.0,,,
+US-GA,Georgia,2020-03-09,,0.0,0.0,,,
+US-GA,Georgia,2020-03-10,,0.0,0.0,,,
+US-GA,Georgia,2020-03-11,,0.0,0.0,,,
+US-GA,Georgia,2020-03-12,,0.0,0.0,,,
+US-GA,Georgia,2020-03-13,,0.0,0.0,,,
+US-GA,Georgia,2020-03-14,,0.0,0.0,,,
+US-GA,Georgia,2020-03-15,,0.0,0.0,,,
+US-GA,Georgia,2020-03-16,,0.0,0.0,,,
+US-GA,Georgia,2020-03-17,,0.0,0.0,,,
+US-GA,Georgia,2020-03-18,,0.0,0.0,,,
+US-GA,Georgia,2020-03-19,,0.0,0.0,,,
+US-GA,Georgia,2020-03-20,,0.0,0.0,,,
+US-GA,Georgia,2020-03-21,,0.0,0.0,,,
+US-GA,Georgia,2020-03-22,,0.0,0.0,,,
+US-GA,Georgia,2020-03-23,,0.0,0.0,,,
+US-GA,Georgia,2020-03-24,,0.0,0.0,,,
+US-GA,Georgia,2020-03-25,,394.0,394.0,,,
+US-GA,Georgia,2020-03-26,,473.0,79.0,,,
+US-GA,Georgia,2020-03-27,,566.0,93.0,,,
+US-GA,Georgia,2020-03-28,,617.0,51.0,,,
+US-GA,Georgia,2020-03-29,,666.0,49.0,,,
+US-GA,Georgia,2020-03-30,,707.0,41.0,,,
+US-GA,Georgia,2020-03-31,,833.0,126.0,,,
+US-GA,Georgia,2020-04-01,,952.0,119.0,,,
+US-GA,Georgia,2020-04-02,,1056.0,104.0,,,
+US-GA,Georgia,2020-04-03,,1158.0,102.0,,,
+US-GA,Georgia,2020-04-04,,1239.0,81.0,,,
+US-GA,Georgia,2020-04-05,,1283.0,44.0,,,
+US-GA,Georgia,2020-04-06,,1332.0,49.0,,,
+US-GA,Georgia,2020-04-07,,1774.0,442.0,,,
+US-GA,Georgia,2020-04-08,,1993.0,219.0,,,
+US-GA,Georgia,2020-04-09,,2159.0,166.0,,,
+US-GA,Georgia,2020-04-10,,2351.0,192.0,,,
+US-GA,Georgia,2020-04-11,,2479.0,128.0,,,
+US-GA,Georgia,2020-04-12,,2505.0,26.0,,,
+US-GA,Georgia,2020-04-13,,2589.0,84.0,,,
+US-GA,Georgia,2020-04-14,,2769.0,180.0,,,
+US-GA,Georgia,2020-04-15,,2922.0,153.0,,,
+US-GA,Georgia,2020-04-16,,3108.0,186.0,,,
+US-GA,Georgia,2020-04-17,,3324.0,216.0,,,
+US-GA,Georgia,2020-04-18,,3420.0,96.0,,,
+US-GA,Georgia,2020-04-19,,3464.0,44.0,,,
+US-GA,Georgia,2020-04-20,,3550.0,86.0,,,
+US-GA,Georgia,2020-04-21,,3779.0,229.0,,,
+US-GA,Georgia,2020-04-22,,3959.0,180.0,,,
+US-GA,Georgia,2020-04-23,,4069.0,110.0,,,
+US-GA,Georgia,2020-04-24,,4221.0,152.0,,,
+US-GA,Georgia,2020-04-25,,4326.0,105.0,,,
+US-GA,Georgia,2020-04-26,,4359.0,33.0,,,
+US-GA,Georgia,2020-04-27,,4681.0,322.0,,,
+US-GA,Georgia,2020-04-28,,4814.0,133.0,,,
+US-GA,Georgia,2020-04-29,,5056.0,242.0,,,
+US-GA,Georgia,2020-04-30,,5156.0,100.0,,,
+US-GA,Georgia,2020-05-01,,5269.0,113.0,,,
+US-GA,Georgia,2020-05-02,,5387.0,118.0,,,
+US-GA,Georgia,2020-05-03,,5393.0,6.0,,,
+US-GA,Georgia,2020-05-04,,5526.0,133.0,,,
+US-GA,Georgia,2020-05-05,,5634.0,108.0,,,
+US-GA,Georgia,2020-05-06,,5765.0,131.0,,,
+US-GA,Georgia,2020-05-07,,5835.0,70.0,,,
+US-GA,Georgia,2020-05-08,,5935.0,100.0,,,
+US-GA,Georgia,2020-05-09,,5987.0,52.0,,,
+US-GA,Georgia,2020-05-10,,5997.0,10.0,,,
+US-GA,Georgia,2020-05-11,,6015.0,18.0,,,
+US-GA,Georgia,2020-05-12,,6130.0,115.0,,,
+US-GA,Georgia,2020-05-13,,6259.0,129.0,,,
+US-GA,Georgia,2020-05-14,,6345.0,86.0,,,
+US-GA,Georgia,2020-05-15,,6438.0,93.0,,,
+US-GA,Georgia,2020-05-16,,6735.0,297.0,,,
+US-GA,Georgia,2020-05-17,,6790.0,55.0,,,
+US-GA,Georgia,2020-05-18,,6916.0,126.0,,,
+US-GA,Georgia,2020-05-19,,7027.0,111.0,,,
+US-GA,Georgia,2020-05-20,,7107.0,80.0,,,
+US-GA,Georgia,2020-05-21,,7235.0,128.0,,,
+US-GA,Georgia,2020-05-22,,7313.0,78.0,,,
+US-GA,Georgia,2020-05-23,,7411.0,98.0,,,
+US-GA,Georgia,2020-05-24,,7439.0,28.0,,,
+US-GA,Georgia,2020-05-25,,7475.0,36.0,,,
+US-GA,Georgia,2020-05-26,,7547.0,72.0,,,
+US-GA,Georgia,2020-05-27,,7666.0,119.0,,,
+US-GA,Georgia,2020-05-28,,7767.0,101.0,,,
+US-GA,Georgia,2020-05-29,,7852.0,85.0,,,
+US-GA,Georgia,2020-05-30,,7921.0,69.0,,,
+US-GA,Georgia,2020-05-31,,7946.0,25.0,,,
+US-GA,Georgia,2020-06-01,,8127.0,181.0,,,
+US-GA,Georgia,2020-06-02,,8334.0,207.0,,,
+US-GA,Georgia,2020-06-03,,8419.0,85.0,,,
+US-GA,Georgia,2020-06-04,,8557.0,138.0,,,
+US-GA,Georgia,2020-06-05,,8646.0,89.0,,,
+US-GA,Georgia,2020-06-06,,8662.0,16.0,,,
+US-GA,Georgia,2020-06-07,,8685.0,23.0,,,
+US-FL,Florida,2020-03-04,,0.0,0.0,,,
+US-FL,Florida,2020-03-05,,0.0,0.0,,,
+US-FL,Florida,2020-03-06,,0.0,0.0,,,
+US-FL,Florida,2020-03-07,,0.0,0.0,,,
+US-FL,Florida,2020-03-08,,0.0,0.0,,,
+US-FL,Florida,2020-03-09,,0.0,0.0,,,
+US-FL,Florida,2020-03-10,,0.0,0.0,,,
+US-FL,Florida,2020-03-11,,0.0,0.0,,,
+US-FL,Florida,2020-03-12,,0.0,0.0,,,
+US-FL,Florida,2020-03-13,,0.0,0.0,,,
+US-FL,Florida,2020-03-14,,0.0,0.0,,,
+US-FL,Florida,2020-03-15,,0.0,0.0,,,
+US-FL,Florida,2020-03-16,,0.0,0.0,,,
+US-FL,Florida,2020-03-17,,0.0,0.0,,,
+US-FL,Florida,2020-03-18,,0.0,0.0,,,
+US-FL,Florida,2020-03-19,,0.0,0.0,,,
+US-FL,Florida,2020-03-20,,0.0,0.0,,,
+US-FL,Florida,2020-03-21,,158.0,158.0,,,
+US-FL,Florida,2020-03-22,,185.0,27.0,,,
+US-FL,Florida,2020-03-23,,217.0,32.0,,,
+US-FL,Florida,2020-03-24,,259.0,42.0,,,
+US-FL,Florida,2020-03-25,,316.0,57.0,,,
+US-FL,Florida,2020-03-26,,406.0,90.0,,,
+US-FL,Florida,2020-03-27,,456.0,50.0,,,
+US-FL,Florida,2020-03-28,,526.0,70.0,,,
+US-FL,Florida,2020-03-29,,594.0,68.0,,,
+US-FL,Florida,2020-03-30,,652.0,58.0,,,
+US-FL,Florida,2020-03-31,,823.0,171.0,,,
+US-FL,Florida,2020-04-01,,949.0,126.0,,,
+US-FL,Florida,2020-04-02,,1123.0,174.0,,,
+US-FL,Florida,2020-04-03,,1287.0,164.0,,,
+US-FL,Florida,2020-04-04,,1462.0,175.0,,,
+US-FL,Florida,2020-04-05,,1572.0,110.0,,,
+US-FL,Florida,2020-04-06,,1682.0,110.0,,,
+US-FL,Florida,2020-04-07,,1999.0,317.0,,,
+US-FL,Florida,2020-04-08,,2062.0,63.0,,,
+US-FL,Florida,2020-04-09,,2268.0,206.0,,,
+US-FL,Florida,2020-04-10,,2487.0,219.0,,,
+US-FL,Florida,2020-04-11,,2661.0,174.0,,,
+US-FL,Florida,2020-04-12,,2772.0,111.0,,,
+US-FL,Florida,2020-04-13,,2833.0,61.0,,,
+US-FL,Florida,2020-04-14,,3060.0,227.0,,,
+US-FL,Florida,2020-04-15,,3344.0,284.0,,,
+US-FL,Florida,2020-04-16,,3460.0,116.0,,,
+US-FL,Florida,2020-04-17,,3665.0,205.0,,,
+US-FL,Florida,2020-04-18,,3842.0,177.0,,,
+US-FL,Florida,2020-04-19,,3930.0,88.0,,,
+US-FL,Florida,2020-04-20,,4010.0,80.0,,,
+US-FL,Florida,2020-04-21,,4235.0,225.0,,,
+US-FL,Florida,2020-04-22,,4469.0,234.0,,,
+US-FL,Florida,2020-04-23,,4693.0,224.0,,,
+US-FL,Florida,2020-04-24,,4888.0,195.0,,,
+US-FL,Florida,2020-04-25,,5045.0,157.0,,,
+US-FL,Florida,2020-04-26,,5155.0,110.0,,,
+US-FL,Florida,2020-04-27,,5211.0,56.0,,,
+US-FL,Florida,2020-04-28,,5266.0,55.0,,,
+US-FL,Florida,2020-04-29,,5624.0,358.0,,,
+US-FL,Florida,2020-04-30,,5795.0,171.0,,,
+US-FL,Florida,2020-05-01,,5795.0,0.0,,,
+US-FL,Florida,2020-05-02,,5945.0,150.0,,,
+US-FL,Florida,2020-05-03,,6244.0,299.0,,,
+US-FL,Florida,2020-05-04,,6329.0,85.0,,,
+US-FL,Florida,2020-05-05,,6546.0,217.0,,,
+US-FL,Florida,2020-05-06,,6776.0,230.0,,,
+US-FL,Florida,2020-05-07,,6990.0,214.0,,,
+US-FL,Florida,2020-05-08,,7157.0,167.0,,,
+US-FL,Florida,2020-05-09,,7325.0,168.0,,,
+US-FL,Florida,2020-05-10,,7404.0,79.0,,,
+US-FL,Florida,2020-05-11,,7458.0,54.0,,,
+US-FL,Florida,2020-05-12,,7654.0,196.0,,,
+US-FL,Florida,2020-05-13,,7835.0,181.0,,,
+US-FL,Florida,2020-05-14,,7993.0,158.0,,,
+US-FL,Florida,2020-05-15,,7993.0,0.0,,,
+US-FL,Florida,2020-05-16,,8393.0,400.0,,,
+US-FL,Florida,2020-05-17,,8478.0,85.0,,,
+US-FL,Florida,2020-05-18,,8553.0,75.0,,,
+US-FL,Florida,2020-05-19,,8744.0,191.0,,,
+US-FL,Florida,2020-05-20,,8934.0,190.0,,,
+US-FL,Florida,2020-05-21,,9200.0,266.0,,,
+US-FL,Florida,2020-05-22,,9372.0,172.0,,,
+US-FL,Florida,2020-05-23,,9567.0,195.0,,,
+US-FL,Florida,2020-05-24,,9638.0,71.0,,,
+US-FL,Florida,2020-05-25,,9681.0,43.0,,,
+US-FL,Florida,2020-05-26,,9740.0,59.0,,,
+US-FL,Florida,2020-05-27,,9899.0,159.0,,,
+US-FL,Florida,2020-05-28,,10056.0,157.0,,,
+US-FL,Florida,2020-05-29,,10243.0,187.0,,,
+US-FL,Florida,2020-05-30,,10375.0,132.0,,,
+US-FL,Florida,2020-05-31,,10453.0,78.0,,,
+US-FL,Florida,2020-06-01,,10494.0,41.0,,,
+US-FL,Florida,2020-06-02,,10678.0,184.0,,,
+US-FL,Florida,2020-06-03,,10796.0,118.0,,,
+US-FL,Florida,2020-06-04,,10923.0,127.0,,,
+US-FL,Florida,2020-06-05,,11066.0,143.0,,,
+US-FL,Florida,2020-06-06,,11163.0,97.0,,,
+US-FL,Florida,2020-06-07,,11215.0,52.0,,,
+US-DE,Delaware,2020-03-06,,0.0,0.0,,,
+US-DE,Delaware,2020-03-07,,0.0,0.0,,,
+US-DE,Delaware,2020-03-08,,0.0,0.0,,,
+US-DE,Delaware,2020-03-09,,0.0,0.0,,,
+US-DE,Delaware,2020-03-10,,0.0,0.0,,,
+US-DE,Delaware,2020-03-11,,0.0,0.0,,,
+US-DE,Delaware,2020-03-12,,0.0,0.0,,,
+US-DE,Delaware,2020-03-13,,0.0,0.0,,,
+US-DE,Delaware,2020-03-14,,0.0,0.0,,,
+US-DE,Delaware,2020-03-15,,0.0,0.0,,,
+US-DE,Delaware,2020-03-16,,0.0,0.0,,,
+US-DE,Delaware,2020-03-17,,0.0,0.0,,,
+US-DE,Delaware,2020-03-18,,0.0,0.0,,,
+US-DE,Delaware,2020-03-19,,0.0,0.0,,,
+US-DE,Delaware,2020-03-20,,0.0,0.0,,,
+US-DE,Delaware,2020-03-21,,0.0,0.0,,,
+US-DE,Delaware,2020-03-22,,0.0,0.0,,,
+US-DE,Delaware,2020-03-23,,0.0,0.0,,,
+US-DE,Delaware,2020-03-24,,0.0,0.0,,,
+US-DE,Delaware,2020-03-25,,0.0,0.0,,,
+US-DE,Delaware,2020-03-26,,0.0,0.0,,,
+US-DE,Delaware,2020-03-27,,0.0,0.0,,,
+US-DE,Delaware,2020-03-28,,0.0,0.0,,,
+US-DE,Delaware,2020-03-29,,0.0,0.0,,,
+US-DE,Delaware,2020-03-30,,0.0,0.0,,,
+US-DE,Delaware,2020-03-31,,0.0,0.0,,,
+US-DE,Delaware,2020-04-01,,0.0,0.0,,,
+US-DE,Delaware,2020-04-02,,0.0,0.0,,,
+US-DE,Delaware,2020-04-03,,0.0,0.0,,,
+US-DE,Delaware,2020-04-04,,0.0,0.0,,,
+US-DE,Delaware,2020-04-05,,0.0,0.0,,,
+US-DE,Delaware,2020-04-06,,0.0,0.0,,,
+US-DE,Delaware,2020-04-07,,0.0,0.0,,,
+US-DE,Delaware,2020-04-08,,0.0,0.0,,,
+US-DE,Delaware,2020-04-09,,0.0,0.0,,,
+US-DE,Delaware,2020-04-10,,0.0,0.0,,,
+US-DE,Delaware,2020-04-11,,0.0,0.0,,,
+US-DE,Delaware,2020-04-12,,0.0,0.0,,,
+US-DE,Delaware,2020-04-13,,0.0,0.0,,,
+US-DE,Delaware,2020-04-14,,0.0,0.0,,,
+US-DE,Delaware,2020-04-15,,0.0,0.0,,,
+US-DE,Delaware,2020-04-16,,0.0,0.0,,,
+US-DE,Delaware,2020-04-17,,0.0,0.0,,,
+US-DE,Delaware,2020-04-18,,0.0,0.0,,,
+US-DE,Delaware,2020-04-19,,0.0,0.0,,,
+US-DE,Delaware,2020-04-20,,0.0,0.0,,,
+US-DE,Delaware,2020-04-21,,0.0,0.0,,,
+US-DE,Delaware,2020-04-22,,0.0,0.0,,,
+US-DE,Delaware,2020-04-23,,0.0,0.0,,,
+US-DE,Delaware,2020-04-24,,0.0,0.0,,,
+US-DE,Delaware,2020-04-25,,0.0,0.0,,,
+US-DE,Delaware,2020-04-26,,0.0,0.0,,,
+US-DE,Delaware,2020-04-27,,0.0,0.0,,,
+US-DE,Delaware,2020-04-28,,0.0,0.0,,,
+US-DE,Delaware,2020-04-29,,0.0,0.0,,,
+US-DE,Delaware,2020-04-30,,0.0,0.0,,,
+US-DE,Delaware,2020-05-01,,0.0,0.0,,,
+US-DE,Delaware,2020-05-02,,0.0,0.0,,,
+US-DE,Delaware,2020-05-03,,0.0,0.0,,,
+US-DE,Delaware,2020-05-04,,0.0,0.0,,,
+US-DE,Delaware,2020-05-05,,0.0,0.0,,,
+US-DE,Delaware,2020-05-06,,0.0,0.0,,,
+US-DE,Delaware,2020-05-07,,0.0,0.0,,,
+US-DE,Delaware,2020-05-08,,0.0,0.0,,,
+US-DE,Delaware,2020-05-09,,0.0,0.0,,,
+US-DE,Delaware,2020-05-10,,0.0,0.0,,,
+US-DE,Delaware,2020-05-11,,0.0,0.0,,,
+US-DE,Delaware,2020-05-12,,0.0,0.0,,,
+US-DE,Delaware,2020-05-13,,0.0,0.0,,,
+US-DE,Delaware,2020-05-14,,0.0,0.0,,,
+US-DE,Delaware,2020-05-15,,0.0,0.0,,,
+US-DE,Delaware,2020-05-16,,0.0,0.0,,,
+US-DE,Delaware,2020-05-17,,0.0,0.0,,,
+US-DE,Delaware,2020-05-18,,0.0,0.0,,,
+US-DE,Delaware,2020-05-19,,0.0,0.0,,,
+US-DE,Delaware,2020-05-20,,0.0,0.0,,,
+US-DE,Delaware,2020-05-21,,0.0,0.0,,,
+US-DE,Delaware,2020-05-22,,0.0,0.0,,,
+US-DE,Delaware,2020-05-23,,0.0,0.0,,,
+US-DE,Delaware,2020-05-24,,0.0,0.0,,,
+US-DE,Delaware,2020-05-25,,0.0,0.0,,,
+US-DE,Delaware,2020-05-26,,0.0,0.0,,,
+US-DE,Delaware,2020-05-27,,0.0,0.0,,,
+US-DE,Delaware,2020-05-28,,0.0,0.0,,,
+US-DE,Delaware,2020-05-29,,0.0,0.0,,,
+US-DE,Delaware,2020-05-30,,0.0,0.0,,,
+US-DE,Delaware,2020-05-31,,0.0,0.0,,,
+US-DE,Delaware,2020-06-01,,0.0,0.0,,,
+US-DE,Delaware,2020-06-02,,0.0,0.0,,,
+US-DE,Delaware,2020-06-03,,0.0,0.0,,,
+US-DE,Delaware,2020-06-04,,0.0,0.0,,,
+US-DE,Delaware,2020-06-05,,0.0,0.0,,,
+US-DE,Delaware,2020-06-06,,0.0,0.0,,,
+US-DE,Delaware,2020-06-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-08,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-09,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-10,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-11,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-12,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-13,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-14,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-15,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-16,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-17,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-18,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-19,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-20,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-21,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-22,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-23,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-24,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-25,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-26,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-27,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-28,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-29,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-30,,0.0,0.0,,,
+US-DC,District of Columbia,2020-03-31,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-01,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-02,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-03,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-04,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-08,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-09,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-10,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-11,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-12,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-13,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-14,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-15,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-16,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-17,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-18,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-19,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-20,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-21,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-22,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-23,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-24,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-25,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-26,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-27,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-28,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-29,,0.0,0.0,,,
+US-DC,District of Columbia,2020-04-30,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-01,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-02,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-03,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-04,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-07,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-08,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-09,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-10,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-11,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-12,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-13,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-14,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-15,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-16,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-17,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-18,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-19,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-20,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-21,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-22,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-23,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-24,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-25,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-26,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-27,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-28,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-29,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-30,,0.0,0.0,,,
+US-DC,District of Columbia,2020-05-31,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-01,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-02,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-03,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-04,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-05,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-06,,0.0,0.0,,,
+US-DC,District of Columbia,2020-06-07,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-07,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-08,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-09,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-10,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-11,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-12,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-13,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-14,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-15,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-16,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-17,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-18,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-19,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-20,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-21,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-22,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-23,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-24,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-25,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-26,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-27,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-28,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-29,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-30,,0.0,0.0,,,
+US-CT,Connecticut,2020-03-31,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-01,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-02,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-03,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-04,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-05,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-06,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-07,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-08,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-09,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-10,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-11,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-12,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-13,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-14,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-15,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-16,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-17,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-18,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-19,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-20,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-21,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-22,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-23,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-24,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-25,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-26,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-27,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-28,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-29,,0.0,0.0,,,
+US-CT,Connecticut,2020-04-30,,0.0,0.0,,,
+US-CT,Connecticut,2020-05-01,,7758.0,7758.0,,,
+US-CT,Connecticut,2020-05-02,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-03,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-04,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-05,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-06,,7758.0,0.0,,,
+US-CT,Connecticut,2020-05-07,,9389.0,1631.0,,,
+US-CT,Connecticut,2020-05-08,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-09,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-10,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-11,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-12,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-13,,9389.0,0.0,,,
+US-CT,Connecticut,2020-05-14,,10946.0,1557.0,,,
+US-CT,Connecticut,2020-05-15,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-16,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-17,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-18,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-19,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-20,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-21,,10946.0,0.0,,,
+US-CT,Connecticut,2020-05-22,,12538.0,1592.0,,,
+US-CT,Connecticut,2020-05-23,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-24,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-25,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-26,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-27,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-28,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-29,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-30,,12538.0,0.0,,,
+US-CT,Connecticut,2020-05-31,,12538.0,0.0,,,
+US-CT,Connecticut,2020-06-01,,13793.0,1255.0,,,
+US-CT,Connecticut,2020-06-02,,13793.0,0.0,,,
+US-CT,Connecticut,2020-06-03,,13793.0,0.0,,,
+US-CT,Connecticut,2020-06-04,,9669.0,-4124.0,,,
+US-CT,Connecticut,2020-06-05,,9669.0,0.0,,,
+US-CT,Connecticut,2020-06-06,,9669.0,0.0,,,
+US-CT,Connecticut,2020-06-07,,9669.0,0.0,,,
+US-CO,Colorado,2020-03-05,,0.0,0.0,,,
+US-CO,Colorado,2020-03-06,,0.0,0.0,,,
+US-CO,Colorado,2020-03-07,,0.0,0.0,,,
+US-CO,Colorado,2020-03-08,,0.0,0.0,,,
+US-CO,Colorado,2020-03-09,,0.0,0.0,,,
+US-CO,Colorado,2020-03-10,,0.0,0.0,,,
+US-CO,Colorado,2020-03-11,,0.0,0.0,,,
+US-CO,Colorado,2020-03-12,,0.0,0.0,,,
+US-CO,Colorado,2020-03-13,,0.0,0.0,,,
+US-CO,Colorado,2020-03-14,,0.0,0.0,,,
+US-CO,Colorado,2020-03-15,,0.0,0.0,,,
+US-CO,Colorado,2020-03-16,,0.0,0.0,,,
+US-CO,Colorado,2020-03-17,,0.0,0.0,,,
+US-CO,Colorado,2020-03-18,,0.0,0.0,,,
+US-CO,Colorado,2020-03-19,,0.0,0.0,,,
+US-CO,Colorado,2020-03-20,,0.0,0.0,,,
+US-CO,Colorado,2020-03-21,,44.0,44.0,,,
+US-CO,Colorado,2020-03-22,,49.0,5.0,,,
+US-CO,Colorado,2020-03-23,,58.0,9.0,,,
+US-CO,Colorado,2020-03-24,,72.0,14.0,,,
+US-CO,Colorado,2020-03-25,,84.0,12.0,,,
+US-CO,Colorado,2020-03-26,,148.0,64.0,,,
+US-CO,Colorado,2020-03-27,,184.0,36.0,,,
+US-CO,Colorado,2020-03-28,,239.0,55.0,,,
+US-CO,Colorado,2020-03-29,,274.0,35.0,,,
+US-CO,Colorado,2020-03-30,,414.0,140.0,,,
+US-CO,Colorado,2020-03-31,,414.0,0.0,,,
+US-CO,Colorado,2020-04-01,,509.0,95.0,,,
+US-CO,Colorado,2020-04-02,,620.0,111.0,,,
+US-CO,Colorado,2020-04-03,,710.0,90.0,,,
+US-CO,Colorado,2020-04-04,,823.0,113.0,,,
+US-CO,Colorado,2020-04-05,,875.0,52.0,,,
+US-CO,Colorado,2020-04-06,,924.0,49.0,,,
+US-CO,Colorado,2020-04-07,,994.0,70.0,,,
+US-CO,Colorado,2020-04-08,,1079.0,85.0,,,
+US-CO,Colorado,2020-04-09,,1162.0,83.0,,,
+US-CO,Colorado,2020-04-10,,1312.0,150.0,,,
+US-CO,Colorado,2020-04-11,,1312.0,0.0,,,
+US-CO,Colorado,2020-04-12,,1376.0,64.0,,,
+US-CO,Colorado,2020-04-13,,1472.0,96.0,,,
+US-CO,Colorado,2020-04-14,,1493.0,21.0,,,
+US-CO,Colorado,2020-04-15,,1556.0,63.0,,,
+US-CO,Colorado,2020-04-16,,1636.0,80.0,,,
+US-CO,Colorado,2020-04-17,,1693.0,57.0,,,
+US-CO,Colorado,2020-04-18,,1755.0,62.0,,,
+US-CO,Colorado,2020-04-19,,1797.0,42.0,,,
+US-CO,Colorado,2020-04-20,,1813.0,16.0,,,
+US-CO,Colorado,2020-04-21,,1880.0,67.0,,,
+US-CO,Colorado,2020-04-22,,2003.0,123.0,,,
+US-CO,Colorado,2020-04-23,,2123.0,120.0,,,
+US-CO,Colorado,2020-04-24,,2237.0,114.0,,,
+US-CO,Colorado,2020-04-25,,2366.0,129.0,,,
+US-CO,Colorado,2020-04-26,,2410.0,44.0,,,
+US-CO,Colorado,2020-04-27,,2438.0,28.0,,,
+US-CO,Colorado,2020-04-28,,2485.0,47.0,,,
+US-CO,Colorado,2020-04-29,,2610.0,125.0,,,
+US-CO,Colorado,2020-04-30,,2621.0,11.0,,,
+US-CO,Colorado,2020-05-01,,2697.0,76.0,,,
+US-CO,Colorado,2020-05-02,,2747.0,50.0,,,
+US-CO,Colorado,2020-05-03,,2793.0,46.0,,,
+US-CO,Colorado,2020-05-04,,2799.0,6.0,,,
+US-CO,Colorado,2020-05-05,,2838.0,39.0,,,
+US-CO,Colorado,2020-05-06,,2919.0,81.0,,,
+US-CO,Colorado,2020-05-07,,2986.0,67.0,,,
+US-CO,Colorado,2020-05-08,,3557.0,571.0,,,
+US-CO,Colorado,2020-05-09,,3600.0,43.0,,,
+US-CO,Colorado,2020-05-10,,3623.0,23.0,,,
+US-CO,Colorado,2020-05-11,,3689.0,66.0,,,
+US-CO,Colorado,2020-05-12,,3663.0,-26.0,,,
+US-CO,Colorado,2020-05-13,,3695.0,32.0,,,
+US-CO,Colorado,2020-05-14,,3735.0,40.0,,,
+US-CO,Colorado,2020-05-15,,3789.0,54.0,,,
+US-CO,Colorado,2020-05-16,,3842.0,53.0,,,
+US-CO,Colorado,2020-05-17,,3866.0,24.0,,,
+US-CO,Colorado,2020-05-18,,3872.0,6.0,,,
+US-CO,Colorado,2020-05-19,,3899.0,27.0,,,
+US-CO,Colorado,2020-05-20,,3955.0,56.0,,,
+US-CO,Colorado,2020-05-21,,3990.0,35.0,,,
+US-CO,Colorado,2020-05-22,,4037.0,47.0,,,
+US-CO,Colorado,2020-05-23,,4082.0,45.0,,,
+US-CO,Colorado,2020-05-24,,4105.0,23.0,,,
+US-CO,Colorado,2020-05-25,,4119.0,14.0,,,
+US-CO,Colorado,2020-05-26,,4128.0,9.0,,,
+US-CO,Colorado,2020-05-27,,4160.0,32.0,,,
+US-CO,Colorado,2020-05-28,,4196.0,36.0,,,
+US-CO,Colorado,2020-05-29,,4254.0,58.0,,,
+US-CO,Colorado,2020-05-30,,4307.0,53.0,,,
+US-CO,Colorado,2020-05-31,,4333.0,26.0,,,
+US-CO,Colorado,2020-06-01,,4347.0,14.0,,,
+US-CO,Colorado,2020-06-02,,4372.0,25.0,,,
+US-CO,Colorado,2020-06-03,,4419.0,47.0,,,
+US-CO,Colorado,2020-06-04,,4443.0,24.0,,,
+US-CO,Colorado,2020-06-05,,4460.0,17.0,,,
+US-CO,Colorado,2020-06-06,,4472.0,12.0,,,
+US-CO,Colorado,2020-06-07,,4480.0,8.0,,,
+US-CA,California,2020-03-04,,0.0,0.0,,,
+US-CA,California,2020-03-05,,0.0,0.0,,,
+US-CA,California,2020-03-06,,0.0,0.0,,,
+US-CA,California,2020-03-07,,0.0,0.0,,,
+US-CA,California,2020-03-08,,0.0,0.0,,,
+US-CA,California,2020-03-09,,0.0,0.0,,,
+US-CA,California,2020-03-10,,0.0,0.0,,,
+US-CA,California,2020-03-11,,0.0,0.0,,,
+US-CA,California,2020-03-12,,0.0,0.0,,,
+US-CA,California,2020-03-13,,0.0,0.0,,,
+US-CA,California,2020-03-14,,0.0,0.0,,,
+US-CA,California,2020-03-15,,0.0,0.0,,,
+US-CA,California,2020-03-16,,0.0,0.0,,,
+US-CA,California,2020-03-17,,0.0,0.0,,,
+US-CA,California,2020-03-18,,0.0,0.0,,,
+US-CA,California,2020-03-19,,0.0,0.0,,,
+US-CA,California,2020-03-20,,0.0,0.0,,,
+US-CA,California,2020-03-21,,0.0,0.0,,,
+US-CA,California,2020-03-22,,0.0,0.0,,,
+US-CA,California,2020-03-23,,0.0,0.0,,,
+US-CA,California,2020-03-24,,0.0,0.0,,,
+US-CA,California,2020-03-25,,0.0,0.0,,,
+US-CA,California,2020-03-26,,0.0,0.0,,,
+US-CA,California,2020-03-27,,0.0,0.0,,,
+US-CA,California,2020-03-28,,0.0,0.0,,,
+US-CA,California,2020-03-29,,0.0,0.0,,,
+US-CA,California,2020-03-30,,0.0,0.0,,,
+US-CA,California,2020-03-31,,0.0,0.0,,,
+US-CA,California,2020-04-01,,0.0,0.0,,,
+US-CA,California,2020-04-02,,0.0,0.0,,,
+US-CA,California,2020-04-03,,0.0,0.0,,,
+US-CA,California,2020-04-04,,0.0,0.0,,,
+US-CA,California,2020-04-05,,0.0,0.0,,,
+US-CA,California,2020-04-06,,0.0,0.0,,,
+US-CA,California,2020-04-07,,0.0,0.0,,,
+US-CA,California,2020-04-08,,0.0,0.0,,,
+US-CA,California,2020-04-09,,0.0,0.0,,,
+US-CA,California,2020-04-10,,0.0,0.0,,,
+US-CA,California,2020-04-11,,0.0,0.0,,,
+US-CA,California,2020-04-12,,0.0,0.0,,,
+US-CA,California,2020-04-13,,0.0,0.0,,,
+US-CA,California,2020-04-14,,0.0,0.0,,,
+US-CA,California,2020-04-15,,0.0,0.0,,,
+US-CA,California,2020-04-16,,0.0,0.0,,,
+US-CA,California,2020-04-17,,0.0,0.0,,,
+US-CA,California,2020-04-18,,0.0,0.0,,,
+US-CA,California,2020-04-19,,0.0,0.0,,,
+US-CA,California,2020-04-20,,0.0,0.0,,,
+US-CA,California,2020-04-21,,0.0,0.0,,,
+US-CA,California,2020-04-22,,0.0,0.0,,,
+US-CA,California,2020-04-23,,0.0,0.0,,,
+US-CA,California,2020-04-24,,0.0,0.0,,,
+US-CA,California,2020-04-25,,0.0,0.0,,,
+US-CA,California,2020-04-26,,0.0,0.0,,,
+US-CA,California,2020-04-27,,0.0,0.0,,,
+US-CA,California,2020-04-28,,0.0,0.0,,,
+US-CA,California,2020-04-29,,0.0,0.0,,,
+US-CA,California,2020-04-30,,0.0,0.0,,,
+US-CA,California,2020-05-01,,0.0,0.0,,,
+US-CA,California,2020-05-02,,0.0,0.0,,,
+US-CA,California,2020-05-03,,0.0,0.0,,,
+US-CA,California,2020-05-04,,0.0,0.0,,,
+US-CA,California,2020-05-05,,0.0,0.0,,,
+US-CA,California,2020-05-06,,0.0,0.0,,,
+US-CA,California,2020-05-07,,0.0,0.0,,,
+US-CA,California,2020-05-08,,0.0,0.0,,,
+US-CA,California,2020-05-09,,0.0,0.0,,,
+US-CA,California,2020-05-10,,0.0,0.0,,,
+US-CA,California,2020-05-11,,0.0,0.0,,,
+US-CA,California,2020-05-12,,0.0,0.0,,,
+US-CA,California,2020-05-13,,0.0,0.0,,,
+US-CA,California,2020-05-14,,0.0,0.0,,,
+US-CA,California,2020-05-15,,0.0,0.0,,,
+US-CA,California,2020-05-16,,0.0,0.0,,,
+US-CA,California,2020-05-17,,0.0,0.0,,,
+US-CA,California,2020-05-18,,0.0,0.0,,,
+US-CA,California,2020-05-19,,0.0,0.0,,,
+US-CA,California,2020-05-20,,0.0,0.0,,,
+US-CA,California,2020-05-21,,0.0,0.0,,,
+US-CA,California,2020-05-22,,0.0,0.0,,,
+US-CA,California,2020-05-23,,0.0,0.0,,,
+US-CA,California,2020-05-24,,0.0,0.0,,,
+US-CA,California,2020-05-25,,0.0,0.0,,,
+US-CA,California,2020-05-26,,0.0,0.0,,,
+US-CA,California,2020-05-27,,0.0,0.0,,,
+US-CA,California,2020-05-28,,0.0,0.0,,,
+US-CA,California,2020-05-29,,0.0,0.0,,,
+US-CA,California,2020-05-30,,0.0,0.0,,,
+US-CA,California,2020-05-31,,0.0,0.0,,,
+US-CA,California,2020-06-01,,0.0,0.0,,,
+US-CA,California,2020-06-02,,0.0,0.0,,,
+US-CA,California,2020-06-03,,0.0,0.0,,,
+US-CA,California,2020-06-04,,0.0,0.0,,,
+US-CA,California,2020-06-05,,0.0,0.0,,,
+US-CA,California,2020-06-06,,0.0,0.0,,,
+US-CA,California,2020-06-07,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-04,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-05,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-06,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-07,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-08,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-09,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-10,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-11,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-12,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-13,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-14,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-15,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-16,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-17,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-18,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-19,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-20,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-21,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-22,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-23,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-24,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-25,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-26,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-27,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-28,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-29,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-30,,0.0,0.0,,,
+US-AZ,Arizona,2020-03-31,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-01,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-02,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-03,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-04,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-05,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-06,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-07,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-08,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-09,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-10,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-11,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-12,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-13,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-14,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-15,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-16,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-17,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-18,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-19,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-20,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-21,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-22,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-23,,0.0,0.0,,,
+US-AZ,Arizona,2020-04-24,,984.0,984.0,,,
+US-AZ,Arizona,2020-04-25,,1022.0,38.0,,,
+US-AZ,Arizona,2020-04-26,,1037.0,15.0,,,
+US-AZ,Arizona,2020-04-27,,1051.0,14.0,,,
+US-AZ,Arizona,2020-04-28,,1095.0,44.0,,,
+US-AZ,Arizona,2020-04-29,,1131.0,36.0,,,
+US-AZ,Arizona,2020-04-30,,1169.0,38.0,,,
+US-AZ,Arizona,2020-05-01,,1203.0,34.0,,,
+US-AZ,Arizona,2020-05-02,,1339.0,136.0,,,
+US-AZ,Arizona,2020-05-03,,1348.0,9.0,,,
+US-AZ,Arizona,2020-05-04,,1357.0,9.0,,,
+US-AZ,Arizona,2020-05-05,,1397.0,40.0,,,
+US-AZ,Arizona,2020-05-06,,1430.0,33.0,,,
+US-AZ,Arizona,2020-05-07,,1449.0,19.0,,,
+US-AZ,Arizona,2020-05-08,,1482.0,33.0,,,
+US-AZ,Arizona,2020-05-09,,1514.0,32.0,,,
+US-AZ,Arizona,2020-05-10,,1528.0,14.0,,,
+US-AZ,Arizona,2020-05-11,,1537.0,9.0,,,
+US-AZ,Arizona,2020-05-12,,1564.0,27.0,,,
+US-AZ,Arizona,2020-05-13,,1590.0,26.0,,,
+US-AZ,Arizona,2020-05-14,,1636.0,46.0,,,
+US-AZ,Arizona,2020-05-15,,1629.0,-7.0,,,
+US-AZ,Arizona,2020-05-16,,1683.0,54.0,,,
+US-AZ,Arizona,2020-05-17,,1699.0,16.0,,,
+US-AZ,Arizona,2020-05-18,,1717.0,18.0,,,
+US-AZ,Arizona,2020-05-19,,1746.0,29.0,,,
+US-AZ,Arizona,2020-05-20,,1792.0,46.0,,,
+US-AZ,Arizona,2020-05-21,,1830.0,38.0,,,
+US-AZ,Arizona,2020-05-22,,1879.0,49.0,,,
+US-AZ,Arizona,2020-05-23,,1930.0,51.0,,,
+US-AZ,Arizona,2020-05-24,,1945.0,15.0,,,
+US-AZ,Arizona,2020-05-25,,1961.0,16.0,,,
+US-AZ,Arizona,2020-05-26,,1988.0,27.0,,,
+US-AZ,Arizona,2020-05-27,,2031.0,43.0,,,
+US-AZ,Arizona,2020-05-28,,2848.0,817.0,,,
+US-AZ,Arizona,2020-05-29,,2911.0,63.0,,,
+US-AZ,Arizona,2020-05-30,,2980.0,69.0,,,
+US-AZ,Arizona,2020-05-31,,2998.0,18.0,,,
+US-AZ,Arizona,2020-06-01,,3018.0,20.0,,,
+US-AZ,Arizona,2020-06-02,,3057.0,39.0,,,
+US-AZ,Arizona,2020-06-03,,3129.0,72.0,,,
+US-AZ,Arizona,2020-06-04,,3195.0,66.0,,,
+US-AZ,Arizona,2020-06-05,,3265.0,70.0,,,
+US-AZ,Arizona,2020-06-06,,3320.0,55.0,,,
+US-AZ,Arizona,2020-06-07,,3352.0,32.0,,,
+US-AS,American Samoa,2020-03-16,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-17,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-18,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-19,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-20,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-21,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-22,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-23,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-24,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-25,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-26,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-27,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-28,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-29,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-30,,0.0,0.0,,,
+US-AS,American Samoa,2020-03-31,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-01,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-02,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-03,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-04,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-05,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-06,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-07,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-08,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-09,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-10,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-11,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-12,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-13,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-14,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-15,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-16,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-17,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-18,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-19,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-20,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-21,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-22,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-23,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-24,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-25,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-26,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-27,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-28,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-29,,0.0,0.0,,,
+US-AS,American Samoa,2020-04-30,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-01,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-02,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-03,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-04,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-05,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-06,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-07,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-08,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-09,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-10,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-11,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-12,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-13,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-14,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-15,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-16,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-17,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-18,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-19,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-20,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-21,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-22,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-23,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-24,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-25,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-26,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-27,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-28,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-29,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-30,,0.0,0.0,,,
+US-AS,American Samoa,2020-05-31,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-01,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-02,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-03,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-04,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-05,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-06,,0.0,0.0,,,
+US-AS,American Samoa,2020-06-07,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-06,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-07,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-08,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-09,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-10,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-11,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-12,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-13,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-14,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-15,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-16,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-17,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-18,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-19,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-20,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-21,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-22,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-23,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-24,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-25,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-26,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-27,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-28,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-29,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-30,,0.0,0.0,,,
+US-AR,Arkansas,2020-03-31,,0.0,0.0,,,
+US-AR,Arkansas,2020-04-01,,90.0,90.0,,,
+US-AR,Arkansas,2020-04-02,,100.0,10.0,,,
+US-AR,Arkansas,2020-04-03,,105.0,5.0,,,
+US-AR,Arkansas,2020-04-04,,106.0,1.0,,,
+US-AR,Arkansas,2020-04-05,,130.0,24.0,,,
+US-AR,Arkansas,2020-04-06,,137.0,7.0,,,
+US-AR,Arkansas,2020-04-07,,148.0,11.0,,,
+US-AR,Arkansas,2020-04-08,,130.0,-18.0,,,
+US-AR,Arkansas,2020-04-09,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-10,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-11,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-12,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-13,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-14,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-15,,130.0,0.0,,,
+US-AR,Arkansas,2020-04-16,,0.0,-130.0,,,
+US-AR,Arkansas,2020-04-17,,0.0,0.0,,,
+US-AR,Arkansas,2020-04-18,,291.0,291.0,,,
+US-AR,Arkansas,2020-04-19,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-20,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-21,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-22,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-23,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-24,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-25,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-26,,291.0,0.0,,,
+US-AR,Arkansas,2020-04-27,,0.0,-291.0,,,
+US-AR,Arkansas,2020-04-28,,0.0,0.0,,,
+US-AR,Arkansas,2020-04-29,,389.0,389.0,,,
+US-AR,Arkansas,2020-04-30,,402.0,13.0,,,
+US-AR,Arkansas,2020-05-01,,414.0,12.0,,,
+US-AR,Arkansas,2020-05-02,,414.0,0.0,,,
+US-AR,Arkansas,2020-05-03,,427.0,13.0,,,
+US-AR,Arkansas,2020-05-04,,438.0,11.0,,,
+US-AR,Arkansas,2020-05-05,,453.0,15.0,,,
+US-AR,Arkansas,2020-05-06,,453.0,0.0,,,
+US-AR,Arkansas,2020-05-07,,462.0,9.0,,,
+US-AR,Arkansas,2020-05-08,,466.0,4.0,,,
+US-AR,Arkansas,2020-05-09,,471.0,5.0,,,
+US-AR,Arkansas,2020-05-10,,471.0,0.0,,,
+US-AR,Arkansas,2020-05-11,,480.0,9.0,,,
+US-AR,Arkansas,2020-05-12,,485.0,5.0,,,
+US-AR,Arkansas,2020-05-13,,497.0,12.0,,,
+US-AR,Arkansas,2020-05-14,,509.0,12.0,,,
+US-AR,Arkansas,2020-05-15,,520.0,11.0,,,
+US-AR,Arkansas,2020-05-16,,520.0,0.0,,,
+US-AR,Arkansas,2020-05-17,,520.0,0.0,,,
+US-AR,Arkansas,2020-05-18,,530.0,10.0,,,
+US-AR,Arkansas,2020-05-19,,535.0,5.0,,,
+US-AR,Arkansas,2020-05-20,,535.0,0.0,,,
+US-AR,Arkansas,2020-05-21,,535.0,0.0,,,
+US-AR,Arkansas,2020-05-22,,584.0,49.0,,,
+US-AR,Arkansas,2020-05-23,,590.0,6.0,,,
+US-AR,Arkansas,2020-05-24,,598.0,8.0,,,
+US-AR,Arkansas,2020-05-25,,605.0,7.0,,,
+US-AR,Arkansas,2020-05-26,,617.0,12.0,,,
+US-AR,Arkansas,2020-05-27,,627.0,10.0,,,
+US-AR,Arkansas,2020-05-28,,640.0,13.0,,,
+US-AR,Arkansas,2020-05-29,,667.0,27.0,,,
+US-AR,Arkansas,2020-05-30,,702.0,35.0,,,
+US-AR,Arkansas,2020-05-31,,711.0,9.0,,,
+US-AR,Arkansas,2020-06-01,,711.0,0.0,,,
+US-AR,Arkansas,2020-06-02,,718.0,7.0,,,
+US-AR,Arkansas,2020-06-03,,731.0,13.0,,,
+US-AR,Arkansas,2020-06-04,,757.0,26.0,,,
+US-AR,Arkansas,2020-06-05,,792.0,35.0,,,
+US-AR,Arkansas,2020-06-06,,838.0,46.0,,,
+US-AR,Arkansas,2020-06-07,,844.0,6.0,,,
+US-AL,Alabama,2020-03-07,,0.0,0.0,,,
+US-AL,Alabama,2020-03-08,,0.0,0.0,,,
+US-AL,Alabama,2020-03-09,,0.0,0.0,,,
+US-AL,Alabama,2020-03-10,,0.0,0.0,,,
+US-AL,Alabama,2020-03-11,,0.0,0.0,,,
+US-AL,Alabama,2020-03-12,,0.0,0.0,,,
+US-AL,Alabama,2020-03-13,,0.0,0.0,,,
+US-AL,Alabama,2020-03-14,,0.0,0.0,,,
+US-AL,Alabama,2020-03-15,,0.0,0.0,,,
+US-AL,Alabama,2020-03-16,,0.0,0.0,,,
+US-AL,Alabama,2020-03-17,,0.0,0.0,,,
+US-AL,Alabama,2020-03-18,,0.0,0.0,,,
+US-AL,Alabama,2020-03-19,,0.0,0.0,,,
+US-AL,Alabama,2020-03-20,,0.0,0.0,,,
+US-AL,Alabama,2020-03-21,,0.0,0.0,,,
+US-AL,Alabama,2020-03-22,,0.0,0.0,,,
+US-AL,Alabama,2020-03-23,,0.0,0.0,,,
+US-AL,Alabama,2020-03-24,,0.0,0.0,,,
+US-AL,Alabama,2020-03-25,,0.0,0.0,,,
+US-AL,Alabama,2020-03-26,,0.0,0.0,,,
+US-AL,Alabama,2020-03-27,,0.0,0.0,,,
+US-AL,Alabama,2020-03-28,,0.0,0.0,,,
+US-AL,Alabama,2020-03-29,,0.0,0.0,,,
+US-AL,Alabama,2020-03-30,,0.0,0.0,,,
+US-AL,Alabama,2020-03-31,,0.0,0.0,,,
+US-AL,Alabama,2020-04-01,,0.0,0.0,,,
+US-AL,Alabama,2020-04-02,,0.0,0.0,,,
+US-AL,Alabama,2020-04-03,,0.0,0.0,,,
+US-AL,Alabama,2020-04-04,,212.0,212.0,,,
+US-AL,Alabama,2020-04-05,,231.0,19.0,,,
+US-AL,Alabama,2020-04-06,,240.0,9.0,,,
+US-AL,Alabama,2020-04-07,,271.0,31.0,,,
+US-AL,Alabama,2020-04-08,,314.0,43.0,,,
+US-AL,Alabama,2020-04-09,,333.0,19.0,,,
+US-AL,Alabama,2020-04-10,,368.0,35.0,,,
+US-AL,Alabama,2020-04-11,,402.0,34.0,,,
+US-AL,Alabama,2020-04-12,,437.0,35.0,,,
+US-AL,Alabama,2020-04-13,,457.0,20.0,,,
+US-AL,Alabama,2020-04-14,,493.0,36.0,,,
+US-AL,Alabama,2020-04-15,,525.0,32.0,,,
+US-AL,Alabama,2020-04-16,,553.0,28.0,,,
+US-AL,Alabama,2020-04-17,,594.0,41.0,,,
+US-AL,Alabama,2020-04-18,,620.0,26.0,,,
+US-AL,Alabama,2020-04-19,,641.0,21.0,,,
+US-AL,Alabama,2020-04-20,,641.0,0.0,,,
+US-AL,Alabama,2020-04-21,,699.0,58.0,,,
+US-AL,Alabama,2020-04-22,,730.0,31.0,,,
+US-AL,Alabama,2020-04-23,,768.0,38.0,,,
+US-AL,Alabama,2020-04-24,,768.0,0.0,,,
+US-AL,Alabama,2020-04-25,,839.0,71.0,,,
+US-AL,Alabama,2020-04-26,,845.0,6.0,,,
+US-AL,Alabama,2020-04-27,,872.0,27.0,,,
+US-AL,Alabama,2020-04-28,,911.0,39.0,,,
+US-AL,Alabama,2020-04-29,,945.0,34.0,,,
+US-AL,Alabama,2020-04-30,,978.0,33.0,,,
+US-AL,Alabama,2020-05-01,,1008.0,30.0,,,
+US-AL,Alabama,2020-05-02,,1023.0,15.0,,,
+US-AL,Alabama,2020-05-03,,1035.0,12.0,,,
+US-AL,Alabama,2020-05-04,,1064.0,29.0,,,
+US-AL,Alabama,2020-05-05,,1107.0,43.0,,,
+US-AL,Alabama,2020-05-06,,1158.0,51.0,,,
+US-AL,Alabama,2020-05-07,,1178.0,20.0,,,
+US-AL,Alabama,2020-05-08,,1207.0,29.0,,,
+US-AL,Alabama,2020-05-09,,1228.0,21.0,,,
+US-AL,Alabama,2020-05-10,,1240.0,12.0,,,
+US-AL,Alabama,2020-05-11,,1256.0,16.0,,,
+US-AL,Alabama,2020-05-12,,1287.0,31.0,,,
+US-AL,Alabama,2020-05-13,,1317.0,30.0,,,
+US-AL,Alabama,2020-05-14,,1350.0,33.0,,,
+US-AL,Alabama,2020-05-15,,1377.0,27.0,,,
+US-AL,Alabama,2020-05-16,,1387.0,10.0,,,
+US-AL,Alabama,2020-05-17,,1392.0,5.0,,,
+US-AL,Alabama,2020-05-18,,1416.0,24.0,,,
+US-AL,Alabama,2020-05-19,,1453.0,37.0,,,
+US-AL,Alabama,2020-05-20,,1493.0,40.0,,,
+US-AL,Alabama,2020-05-21,,1528.0,35.0,,,
+US-AL,Alabama,2020-05-22,,1561.0,33.0,,,
+US-AL,Alabama,2020-05-23,,1589.0,28.0,,,
+US-AL,Alabama,2020-05-24,,1612.0,23.0,,,
+US-AL,Alabama,2020-05-25,,1629.0,17.0,,,
+US-AL,Alabama,2020-05-26,,1671.0,42.0,,,
+US-AL,Alabama,2020-05-27,,1719.0,48.0,,,
+US-AL,Alabama,2020-05-28,,1765.0,46.0,,,
+US-AL,Alabama,2020-05-29,,1800.0,35.0,,,
+US-AL,Alabama,2020-05-30,,1826.0,26.0,,,
+US-AL,Alabama,2020-05-31,,1844.0,18.0,,,
+US-AL,Alabama,2020-06-01,,1856.0,12.0,,,
+US-AL,Alabama,2020-06-02,,1879.0,23.0,,,
+US-AL,Alabama,2020-06-03,,1900.0,21.0,,,
+US-AL,Alabama,2020-06-04,,1929.0,29.0,,,
+US-AL,Alabama,2020-06-05,,1949.0,20.0,,,
+US-AL,Alabama,2020-06-06,,1993.0,44.0,,,
+US-AL,Alabama,2020-06-07,,2022.0,29.0,,,
+US-AK,Alaska,2020-03-06,,0.0,0.0,,,
+US-AK,Alaska,2020-03-07,,0.0,0.0,,,
+US-AK,Alaska,2020-03-08,,0.0,0.0,,,
+US-AK,Alaska,2020-03-09,,0.0,0.0,,,
+US-AK,Alaska,2020-03-10,,0.0,0.0,,,
+US-AK,Alaska,2020-03-11,,0.0,0.0,,,
+US-AK,Alaska,2020-03-12,,0.0,0.0,,,
+US-AK,Alaska,2020-03-13,,0.0,0.0,,,
+US-AK,Alaska,2020-03-14,,0.0,0.0,,,
+US-AK,Alaska,2020-03-15,,0.0,0.0,,,
+US-AK,Alaska,2020-03-16,,0.0,0.0,,,
+US-AK,Alaska,2020-03-17,,0.0,0.0,,,
+US-AK,Alaska,2020-03-18,,0.0,0.0,,,
+US-AK,Alaska,2020-03-19,,0.0,0.0,,,
+US-AK,Alaska,2020-03-20,,0.0,0.0,,,
+US-AK,Alaska,2020-03-21,,0.0,0.0,,,
+US-AK,Alaska,2020-03-22,,0.0,0.0,,,
+US-AK,Alaska,2020-03-23,,0.0,0.0,,,
+US-AK,Alaska,2020-03-24,,0.0,0.0,,,
+US-AK,Alaska,2020-03-25,,1.0,1.0,,,
+US-AK,Alaska,2020-03-26,,3.0,2.0,,,
+US-AK,Alaska,2020-03-27,,3.0,0.0,,,
+US-AK,Alaska,2020-03-28,,5.0,2.0,,,
+US-AK,Alaska,2020-03-29,,6.0,1.0,,,
+US-AK,Alaska,2020-03-30,,7.0,1.0,,,
+US-AK,Alaska,2020-03-31,,7.0,0.0,,,
+US-AK,Alaska,2020-04-01,,9.0,2.0,,,
+US-AK,Alaska,2020-04-02,,9.0,0.0,,,
+US-AK,Alaska,2020-04-03,,15.0,6.0,,,
+US-AK,Alaska,2020-04-04,,16.0,1.0,,,
+US-AK,Alaska,2020-04-05,,20.0,4.0,,,
+US-AK,Alaska,2020-04-06,,23.0,3.0,,,
+US-AK,Alaska,2020-04-07,,23.0,0.0,,,
+US-AK,Alaska,2020-04-08,,27.0,4.0,,,
+US-AK,Alaska,2020-04-09,,27.0,0.0,,,
+US-AK,Alaska,2020-04-10,,28.0,1.0,,,
+US-AK,Alaska,2020-04-11,,31.0,3.0,,,
+US-AK,Alaska,2020-04-12,,31.0,0.0,,,
+US-AK,Alaska,2020-04-13,,32.0,1.0,,,
+US-AK,Alaska,2020-04-14,,32.0,0.0,,,
+US-AK,Alaska,2020-04-15,,34.0,2.0,,,
+US-AK,Alaska,2020-04-16,,35.0,1.0,,,
+US-AK,Alaska,2020-04-17,,36.0,1.0,,,
+US-AK,Alaska,2020-04-18,,36.0,0.0,,,
+US-AK,Alaska,2020-04-19,,36.0,0.0,,,
+US-AK,Alaska,2020-04-20,,36.0,0.0,,,
+US-AK,Alaska,2020-04-21,,36.0,0.0,,,
+US-AK,Alaska,2020-04-22,,36.0,0.0,,,
+US-AK,Alaska,2020-04-23,,0.0,-36.0,,,
+US-AK,Alaska,2020-04-24,,0.0,0.0,,,
+US-AK,Alaska,2020-04-25,,0.0,0.0,,,
+US-AK,Alaska,2020-04-26,,0.0,0.0,,,
+US-AK,Alaska,2020-04-27,,0.0,0.0,,,
+US-AK,Alaska,2020-04-28,,0.0,0.0,,,
+US-AK,Alaska,2020-04-29,,0.0,0.0,,,
+US-AK,Alaska,2020-04-30,,0.0,0.0,,,
+US-AK,Alaska,2020-05-01,,0.0,0.0,,,
+US-AK,Alaska,2020-05-02,,0.0,0.0,,,
+US-AK,Alaska,2020-05-03,,0.0,0.0,,,
+US-AK,Alaska,2020-05-04,,0.0,0.0,,,
+US-AK,Alaska,2020-05-05,,0.0,0.0,,,
+US-AK,Alaska,2020-05-06,,0.0,0.0,,,
+US-AK,Alaska,2020-05-07,,0.0,0.0,,,
+US-AK,Alaska,2020-05-08,,0.0,0.0,,,
+US-AK,Alaska,2020-05-09,,0.0,0.0,,,
+US-AK,Alaska,2020-05-10,,0.0,0.0,,,
+US-AK,Alaska,2020-05-11,,0.0,0.0,,,
+US-AK,Alaska,2020-05-12,,0.0,0.0,,,
+US-AK,Alaska,2020-05-13,,0.0,0.0,,,
+US-AK,Alaska,2020-05-14,,0.0,0.0,,,
+US-AK,Alaska,2020-05-15,,0.0,0.0,,,
+US-AK,Alaska,2020-05-16,,0.0,0.0,,,
+US-AK,Alaska,2020-05-17,,0.0,0.0,,,
+US-AK,Alaska,2020-05-18,,0.0,0.0,,,
+US-AK,Alaska,2020-05-19,,0.0,0.0,,,
+US-AK,Alaska,2020-05-20,,0.0,0.0,,,
+US-AK,Alaska,2020-05-21,,0.0,0.0,,,
+US-AK,Alaska,2020-05-22,,0.0,0.0,,,
+US-AK,Alaska,2020-05-23,,0.0,0.0,,,
+US-AK,Alaska,2020-05-24,,0.0,0.0,,,
+US-AK,Alaska,2020-05-25,,0.0,0.0,,,
+US-AK,Alaska,2020-05-26,,0.0,0.0,,,
+US-AK,Alaska,2020-05-27,,0.0,0.0,,,
+US-AK,Alaska,2020-05-28,,0.0,0.0,,,
+US-AK,Alaska,2020-05-29,,0.0,0.0,,,
+US-AK,Alaska,2020-05-30,,0.0,0.0,,,
+US-AK,Alaska,2020-05-31,,0.0,0.0,,,
+US-AK,Alaska,2020-06-01,,0.0,0.0,,,
+US-AK,Alaska,2020-06-02,,0.0,0.0,,,
+US-AK,Alaska,2020-06-03,,0.0,0.0,,,
+US-AK,Alaska,2020-06-04,,0.0,0.0,,,
+US-AK,Alaska,2020-06-05,,0.0,0.0,,,
+US-AK,Alaska,2020-06-06,,48.0,48.0,,,
+US-AK,Alaska,2020-06-07,,0.0,-48.0,,,
+CHE,Switzerland,2020-02-24,,5.0,5.0,,,
+CHE,Switzerland,2020-02-25,,9.0,4.0,,,
+CHE,Switzerland,2020-02-26,,18.0,9.0,,,
+CHE,Switzerland,2020-02-27,,22.0,4.0,,,
+CHE,Switzerland,2020-02-28,,27.0,5.0,,,
+CHE,Switzerland,2020-02-29,,39.0,12.0,,,
+CHE,Switzerland,2020-03-01,,49.0,10.0,,,
+CHE,Switzerland,2020-03-02,,63.0,14.0,,,
+CHE,Switzerland,2020-03-03,,80.0,17.0,,,
+CHE,Switzerland,2020-03-04,,92.0,12.0,,,
+CHE,Switzerland,2020-03-05,,107.0,15.0,,,
+CHE,Switzerland,2020-03-06,,130.0,23.0,,,
+CHE,Switzerland,2020-03-07,,138.0,8.0,,,
+CHE,Switzerland,2020-03-08,,155.0,17.0,,,
+CHE,Switzerland,2020-03-09,,184.0,29.0,,,
+CHE,Switzerland,2020-03-10,,224.0,40.0,,,
+CHE,Switzerland,2020-03-11,,271.0,47.0,,,
+CHE,Switzerland,2020-03-12,,322.0,51.0,,,
+CHE,Switzerland,2020-03-13,,376.0,54.0,,,
+CHE,Switzerland,2020-03-14,,440.0,64.0,,,
+CHE,Switzerland,2020-03-15,,494.0,54.0,,,
+CHE,Switzerland,2020-03-16,,611.0,117.0,,,
+CHE,Switzerland,2020-03-17,,707.0,96.0,,,
+CHE,Switzerland,2020-03-18,,818.0,111.0,,,
+CHE,Switzerland,2020-03-19,,924.0,106.0,,,
+CHE,Switzerland,2020-03-20,,1063.0,139.0,,,
+CHE,Switzerland,2020-03-21,,1180.0,117.0,,,
+CHE,Switzerland,2020-03-22,,1313.0,133.0,,,
+CHE,Switzerland,2020-03-23,,1469.0,156.0,,,
+CHE,Switzerland,2020-03-24,,1650.0,181.0,,,
+CHE,Switzerland,2020-03-25,,1848.0,198.0,,,
+CHE,Switzerland,2020-03-26,,2010.0,162.0,,,
+CHE,Switzerland,2020-03-27,,2215.0,205.0,,,
+CHE,Switzerland,2020-03-28,,2337.0,122.0,,,
+CHE,Switzerland,2020-03-29,,2457.0,120.0,,,
+CHE,Switzerland,2020-03-30,,2616.0,159.0,,,
+CHE,Switzerland,2020-03-31,,2736.0,120.0,,,
+CHE,Switzerland,2020-04-01,,2828.0,92.0,,,
+CHE,Switzerland,2020-04-02,,2918.0,90.0,,,
+CHE,Switzerland,2020-04-03,,2988.0,70.0,,,
+CHE,Switzerland,2020-04-04,,3038.0,50.0,,,
+CHE,Switzerland,2020-04-05,,3081.0,43.0,,,
+CHE,Switzerland,2020-04-06,,3148.0,67.0,,,
+CHE,Switzerland,2020-04-07,,3203.0,55.0,,,
+CHE,Switzerland,2020-04-08,,3261.0,58.0,,,
+CHE,Switzerland,2020-04-09,,3316.0,55.0,,,
+CHE,Switzerland,2020-04-10,,3350.0,34.0,,,
+CHE,Switzerland,2020-04-11,,3392.0,42.0,,,
+CHE,Switzerland,2020-04-12,,3421.0,29.0,,,
+CHE,Switzerland,2020-04-13,,3447.0,26.0,,,
+CHE,Switzerland,2020-04-14,,3499.0,52.0,,,
+CHE,Switzerland,2020-04-15,,3530.0,31.0,,,
+CHE,Switzerland,2020-04-16,,3567.0,37.0,,,
+CHE,Switzerland,2020-04-17,,3598.0,31.0,,,
+CHE,Switzerland,2020-04-18,,3612.0,14.0,,,
+CHE,Switzerland,2020-04-19,,3633.0,21.0,,,
+CHE,Switzerland,2020-04-20,,3656.0,23.0,,,
+CHE,Switzerland,2020-04-21,,3673.0,17.0,,,
+CHE,Switzerland,2020-04-22,,3692.0,19.0,,,
+CHE,Switzerland,2020-04-23,,3699.0,7.0,,,
+CHE,Switzerland,2020-04-24,,3711.0,12.0,,,
+CHE,Switzerland,2020-04-25,,3723.0,12.0,,,
+CHE,Switzerland,2020-04-26,,3729.0,6.0,,,
+CHE,Switzerland,2020-04-27,,3742.0,13.0,,,
+CHE,Switzerland,2020-04-28,,3755.0,13.0,,,
+CHE,Switzerland,2020-04-29,,3764.0,9.0,,,
+CHE,Switzerland,2020-04-30,,3768.0,4.0,,,
+CHE,Switzerland,2020-05-01,,3773.0,5.0,,,
+CHE,Switzerland,2020-05-02,,3780.0,7.0,,,
+CHE,Switzerland,2020-05-03,,3787.0,7.0,,,
+CHE,Switzerland,2020-05-04,,3789.0,2.0,,,
+CHE,Switzerland,2020-05-05,,3795.0,6.0,,,
+CHE,Switzerland,2020-05-06,,3797.0,2.0,,,
+CHE,Switzerland,2020-05-07,,3803.0,6.0,,,
+CHE,Switzerland,2020-05-08,,3805.0,2.0,,,
+CHE,Switzerland,2020-05-09,,3807.0,2.0,,,
+CHE,Switzerland,2020-05-10,,3811.0,4.0,,,
+CHE,Switzerland,2020-05-11,,3815.0,4.0,,,
+CHE,Switzerland,2020-05-12,,3816.0,1.0,,,
+CHE,Switzerland,2020-05-13,,3821.0,5.0,,,
+CHE,Switzerland,2020-05-14,,3822.0,1.0,,,
+CHE,Switzerland,2020-05-15,,3825.0,3.0,,,
+CHE,Switzerland,2020-05-16,,3828.0,3.0,,,
+CHE,Switzerland,2020-05-17,,3832.0,4.0,,,
+CHE,Switzerland,2020-05-18,,3834.0,2.0,,,
+CHE,Switzerland,2020-05-19,,3836.0,2.0,,,
+CHE,Switzerland,2020-05-20,,3837.0,1.0,,,
+CHE,Switzerland,2020-05-21,,3839.0,2.0,,,
+CHE,Switzerland,2020-05-22,,3842.0,3.0,,,
+CHE,Switzerland,2020-05-23,,3842.0,0.0,,,
+CHE,Switzerland,2020-05-24,,3842.0,0.0,,,
+CHE,Switzerland,2020-05-25,,3842.0,0.0,,,
+CHE,Switzerland,2020-05-26,,3843.0,1.0,,,
+CHE,Switzerland,2020-05-27,,3843.0,0.0,,,
+CHE,Switzerland,2020-05-28,,3845.0,2.0,,,
+CHE,Switzerland,2020-05-29,,3845.0,0.0,,,
+CHE,Switzerland,2020-05-30,,3846.0,1.0,,,
+CHE,Switzerland,2020-05-31,,3848.0,2.0,,,
+CHE,Switzerland,2020-06-01,,3848.0,0.0,,,
+CHE,Switzerland,2020-06-02,,3848.0,0.0,,,
+CHE,Switzerland,2020-06-03,,3848.0,0.0,,,
+CHE,Switzerland,2020-06-04,,3849.0,1.0,,,
+CHE,Switzerland,2020-06-05,,3849.0,0.0,,,
+CHE,Switzerland,2020-06-06,,3849.0,0.0,,,
+AUS,Australia,2020-04-07,305.0,,,93.0,,37.0
+AUS,Australia,2020-04-08,263.0,,,87.0,,36.0
+AUS,Australia,2020-04-09,262.0,,,81.0,,36.0
+AUS,Australia,2020-04-10,236.0,,,72.0,,38.0
+AUS,Australia,2020-04-11,240.0,,,80.0,,38.0
+AUS,Australia,2020-04-12,239.0,,,81.0,,35.0
+AUS,Australia,2020-04-13,227.0,,,79.0,,46.0
+AUS,Australia,2020-04-14,230.0,,,80.0,,44.0
+AUS,Australia,2020-04-15,214.0,,,76.0,,41.0
+AUS,Australia,2020-04-16,201.0,,,66.0,,38.0
+AUS,Australia,2020-04-17,192.0,,,60.0,,38.0
+AUS,Australia,2020-04-18,184.0,,,55.0,,34.0
+AUS,Australia,2020-04-19,177.0,,,48.0,,33.0
+AUS,Australia,2020-04-20,170.0,,,49.0,,32.0
+AUS,Australia,2020-04-21,167.0,,,47.0,,33.0
+AUS,Australia,2020-04-22,162.0,,,47.0,,31.0
+AUS,Australia,2020-04-23,152.0,,,45.0,,29.0
+AUS,Australia,2020-04-24,138.0,,,42.0,,29.0
+AUS,Australia,2020-04-25,129.0,,,43.0,,29.0
+AUS,Australia,2020-04-26,115.0,,,42.0,,25.0
+AUS,Australia,2020-04-27,113.0,,,43.0,,27.0
+AUS,Australia,2020-04-28,109.0,,,42.0,,27.0
+AUS,Australia,2020-04-29,93.0,,,38.0,,26.0
+AUS,Australia,2020-04-30,89.0,,,34.0,,22.0
+AUS,Australia,2020-05-01,83.0,,,28.0,,21.0
+AUS,Australia,2020-05-02,79.0,,,28.0,,21.0
+AUS,Australia,2020-05-03,75.0,,,28.0,,20.0
+AUS,Australia,2020-05-04,70.0,,,28.0,,20.0
+AUS,Australia,2020-05-05,66.0,,,27.0,,20.0
+AUS,Australia,2020-05-06,62.0,,,27.0,,18.0
+AUS,Australia,2020-05-07,58.0,,,23.0,,17.0
+AUS,Australia,2020-05-08,56.0,,,21.0,,16.0
+AUS,Australia,2020-05-09,51.0,,,19.0,,15.0
+AUS,Australia,2020-05-10,43.0,,,17.0,,14.0
+AUS,Australia,2020-05-11,49.0,,,16.0,,14.0
+AUS,Australia,2020-05-12,47.0,,,16.0,,15.0
+AUS,Australia,2020-05-13,50.0,,,17.0,,14.0
+AUS,Australia,2020-05-14,51.0,,,18.0,,13.0
+AUS,Australia,2020-05-15,46.0,,,17.0,,13.0
+AUS,Australia,2020-05-16,49.0,,,16.0,,12.0
+AUS,Australia,2020-05-17,50.0,,,16.0,,12.0
+AUS,Australia,2020-05-18,45.0,,,12.0,,17.0
+AUS,Australia,2020-05-19,47.0,,,11.0,,7.0
+AUS,Australia,2020-05-20,43.0,,,9.0,,7.0
+AUS,Australia,2020-05-21,41.0,,,9.0,,7.0
+AUS,Australia,2020-05-22,39.0,,,7.0,,6.0
+AUS,Australia,2020-05-23,35.0,,,5.0,,5.0
+AUS,Australia,2020-05-24,33.0,,,5.0,,5.0
+AUS,Australia,2020-05-25,31.0,,,5.0,,5.0
+AUS,Australia,2020-05-26,30.0,,,5.0,,5.0
+AUS,Australia,2020-05-27,30.0,,,6.0,,6.0
+AUS,Australia,2020-05-28,27.0,,,5.0,,2.0
+AUS,Australia,2020-05-29,23.0,,,4.0,,3.0
+AUS,Australia,2020-05-30,22.0,,,4.0,,1.0
+AUS,Australia,2020-05-31,21.0,,,4.0,,1.0
+AUS,Australia,2020-06-01,20.0,,,3.0,,1.0
+AUS,Australia,2020-06-02,26.0,,,4.0,,2.0
+NLD,Netherlands,2020-02-27,1.0,,,,,
+NLD,Netherlands,2020-02-28,8.0,,,,,
+NLD,Netherlands,2020-02-29,1.0,,,,,
+NLD,Netherlands,2020-03-01,10.0,,,,,
+NLD,Netherlands,2020-03-02,14.0,,,,,
+NLD,Netherlands,2020-03-03,6.0,,,,,
+NLD,Netherlands,2020-03-04,13.0,,,,,
+NLD,Netherlands,2020-03-05,13.0,,,,,
+NLD,Netherlands,2020-03-06,20.0,,,,,
+NLD,Netherlands,2020-03-07,17.0,,,,,
+NLD,Netherlands,2020-03-08,25.0,,,,,
+NLD,Netherlands,2020-03-09,47.0,,,,,
+NLD,Netherlands,2020-03-10,39.0,,,,,
+NLD,Netherlands,2020-03-11,54.0,,,,,
+NLD,Netherlands,2020-03-12,81.0,,,,,
+NLD,Netherlands,2020-03-13,87.0,,,,,
+NLD,Netherlands,2020-03-14,91.0,,,,,
+NLD,Netherlands,2020-03-15,101.0,,,,,
+NLD,Netherlands,2020-03-16,184.0,,,,,
+NLD,Netherlands,2020-03-17,179.0,,,,,
+NLD,Netherlands,2020-03-18,246.0,,,,,
+NLD,Netherlands,2020-03-19,350.0,,,,,
+NLD,Netherlands,2020-03-20,333.0,,,,,
+NLD,Netherlands,2020-03-21,280.0,,,,,
+NLD,Netherlands,2020-03-22,301.0,,,,,
+NLD,Netherlands,2020-03-23,558.0,,,,,
+NLD,Netherlands,2020-03-24,478.0,,,,,
+NLD,Netherlands,2020-03-25,513.0,,,,,
+NLD,Netherlands,2020-03-26,490.0,,,,,
+NLD,Netherlands,2020-03-27,611.0,,,,,
+NLD,Netherlands,2020-03-28,340.0,,,,,
+NLD,Netherlands,2020-03-29,301.0,,,,,
+NLD,Netherlands,2020-03-30,503.0,,,,,
+NLD,Netherlands,2020-03-31,341.0,,,,,
+NLD,Netherlands,2020-04-01,363.0,,,,,
+NLD,Netherlands,2020-04-02,351.0,,,,,
+NLD,Netherlands,2020-04-03,335.0,,,,,
+NLD,Netherlands,2020-04-04,198.0,,,,,
+NLD,Netherlands,2020-04-05,216.0,,,,,
+NLD,Netherlands,2020-04-06,313.0,,,,,
+NLD,Netherlands,2020-04-07,192.0,,,,,
+NLD,Netherlands,2020-04-08,190.0,,,,,
+NLD,Netherlands,2020-04-09,187.0,,,,,
+NLD,Netherlands,2020-04-10,171.0,,,,,
+NLD,Netherlands,2020-04-11,132.0,,,,,
+NLD,Netherlands,2020-04-12,126.0,,,,,
+NLD,Netherlands,2020-04-13,135.0,,,,,
+NLD,Netherlands,2020-04-14,159.0,,,,,
+NLD,Netherlands,2020-04-15,106.0,,,,,
+NLD,Netherlands,2020-04-16,101.0,,,,,
+NLD,Netherlands,2020-04-17,122.0,,,,,
+NLD,Netherlands,2020-04-18,71.0,,,,,
+NLD,Netherlands,2020-04-19,60.0,,,,,
+NLD,Netherlands,2020-04-20,90.0,,,,,
+NLD,Netherlands,2020-04-21,71.0,,,,,
+NLD,Netherlands,2020-04-22,71.0,,,,,
+NLD,Netherlands,2020-04-23,77.0,,,,,
+NLD,Netherlands,2020-04-24,44.0,,,,,
+NLD,Netherlands,2020-04-25,44.0,,,,,
+NLD,Netherlands,2020-04-26,31.0,,,,,
+NLD,Netherlands,2020-04-27,38.0,,,,,
+NLD,Netherlands,2020-04-28,60.0,,,,,
+NLD,Netherlands,2020-04-29,39.0,,,,,
+NLD,Netherlands,2020-04-30,35.0,,,,,
+NLD,Netherlands,2020-05-01,29.0,,,,,
+NLD,Netherlands,2020-05-02,16.0,,,,,
+NLD,Netherlands,2020-05-03,33.0,,,,,
+NLD,Netherlands,2020-05-04,32.0,,,,,
+NLD,Netherlands,2020-05-05,15.0,,,,,
+NLD,Netherlands,2020-05-06,36.0,,,,,
+NLD,Netherlands,2020-05-07,27.0,,,,,
+NLD,Netherlands,2020-05-08,27.0,,,,,
+NLD,Netherlands,2020-05-09,16.0,,,,,
+NLD,Netherlands,2020-05-10,13.0,,,,,
+NLD,Netherlands,2020-05-11,22.0,,,,,
+NLD,Netherlands,2020-05-12,10.0,,,,,
+NLD,Netherlands,2020-05-13,19.0,,,,,
+NLD,Netherlands,2020-05-14,11.0,,,,,
+NLD,Netherlands,2020-05-15,10.0,,,,,
+NLD,Netherlands,2020-05-16,8.0,,,,,
+NLD,Netherlands,2020-05-17,7.0,,,,,
+NLD,Netherlands,2020-05-18,11.0,,,,,
+NLD,Netherlands,2020-05-19,8.0,,,,,
+NLD,Netherlands,2020-05-20,9.0,,,,,
+NLD,Netherlands,2020-05-21,8.0,,,,,
+NLD,Netherlands,2020-05-22,9.0,,,,,
+NLD,Netherlands,2020-05-23,4.0,,,,,
+NLD,Netherlands,2020-05-24,3.0,,,,,
+NLD,Netherlands,2020-05-25,14.0,,,,,
+NLD,Netherlands,2020-05-26,7.0,,,,,
+NLD,Netherlands,2020-05-27,5.0,,,,,
+NLD,Netherlands,2020-05-28,2.0,,,,,
+NLD,Netherlands,2020-05-29,6.0,,,,,
+NLD,Netherlands,2020-05-30,7.0,,,,,
+NLD,Netherlands,2020-05-31,5.0,,,,,
+NLD,Netherlands,2020-06-01,4.0,,,,,
+NLD,Netherlands,2020-06-02,7.0,,,,,
+NLD,Netherlands,2020-06-03,0.0,,,,,
+NLD,Netherlands,2020-06-04,2.0,,,,,
+NLD,Netherlands,2020-06-05,0.0,,,,,
+NLD,Netherlands,2020-06-06,0.0,,,,,
+IRL,Ireland,2020-03-16,,84.0,,,6.0,
+IRL,Ireland,2020-03-17,,108.0,,,7.0,
+IRL,Ireland,2020-03-18,,140.0,,,12.0,
+IRL,Ireland,2020-03-19,,173.0,,,13.0,
+IRL,Ireland,2020-03-20,,211.0,,,17.0,
+IRL,Ireland,2020-03-21,,239.0,,,25.0,
+IRL,Ireland,2020-03-22,,277.0,,,36.0,
+IRL,Ireland,2020-03-23,,305.0,,,39.0,
+IRL,Ireland,2020-03-24,,340.0,,,47.0,
+IRL,Ireland,2020-03-25,,419.0,,,59.0,
+IRL,Ireland,2020-03-26,,489.0,,,67.0,
+IRL,Ireland,2020-03-27,,564.0,,,77.0,
+IRL,Ireland,2020-03-28,,645.0,,,84.0,
+IRL,Ireland,2020-03-29,,703.0,,,113.0,
+IRL,Ireland,2020-03-30,,834.0,,,126.0,
+IRL,Ireland,2020-03-31,,932.0,,,134.0,
+IRL,Ireland,2020-04-01,,1039.0,,,148.0,
+IRL,Ireland,2020-04-02,,1118.0,,,158.0,
+IRL,Ireland,2020-04-03,,1203.0,,,165.0,
+IRL,Ireland,2020-04-04,,1265.0,,,169.0,
+IRL,Ireland,2020-04-05,,1345.0,,,194.0,
+IRL,Ireland,2020-04-06,,1472.0,,,224.0,
+IRL,Ireland,2020-04-07,,1521.0,,,230.0,
+IRL,Ireland,2020-04-08,,1631.0,,,233.0,
+IRL,Ireland,2020-04-09,,1718.0,,,253.0,
+IRL,Ireland,2020-04-10,,1777.0,,,261.0,
+IRL,Ireland,2020-04-11,,1849.0,,,268.0,
+IRL,Ireland,2020-04-12,,1903.0,,,276.0,
+IRL,Ireland,2020-04-13,,1968.0,,,280.0,
+IRL,Ireland,2020-04-14,,2026.0,,,284.0,
+IRL,Ireland,2020-04-15,,2082.0,,,296.0,
+IRL,Ireland,2020-04-16,,2168.0,,,296.0,
+IRL,Ireland,2020-04-17,,2233.0,,,303.0,
+IRL,Ireland,2020-04-18,,2272.0,,,306.0,
+IRL,Ireland,2020-04-19,,2323.0,,,315.0,
+IRL,Ireland,2020-04-20,,2387.0,,,322.0,
+IRL,Ireland,2020-04-21,,2424.0,,,331.0,
+IRL,Ireland,2020-04-22,,2486.0,,,338.0,
+IRL,Ireland,2020-04-23,,2536.0,,,344.0,
+IRL,Ireland,2020-04-24,,2576.0,,,349.0,
+IRL,Ireland,2020-04-25,,2625.0,,,353.0,
+IRL,Ireland,2020-04-26,,2638.0,,,356.0,
+IRL,Ireland,2020-04-27,,2669.0,,,356.0,
+IRL,Ireland,2020-04-28,,2709.0,,,360.0,
+IRL,Ireland,2020-04-29,,2768.0,,,367.0,
+IRL,Ireland,2020-04-30,,2785.0,,,368.0,
+IRL,Ireland,2020-05-01,,2825.0,,,363.0,
+IRL,Ireland,2020-05-02,,2840.0,,,364.0,
+IRL,Ireland,2020-05-03,,2879.0,,,369.0,
+IRL,Ireland,2020-05-04,,2878.0,,,373.0,
+IRL,Ireland,2020-05-05,,2891.0,,,373.0,
+IRL,Ireland,2020-05-06,,2915.0,,,373.0,
+IRL,Ireland,2020-05-07,,2954.0,,,381.0,
+IRL,Ireland,2020-05-08,,2986.0,,,383.0,
+IRL,Ireland,2020-05-09,,2998.0,,,383.0,
+IRL,Ireland,2020-05-10,,3031.0,,,386.0,
+IRL,Ireland,2020-05-11,,3050.0,,,387.0,
+IRL,Ireland,2020-05-12,,3053.0,,,387.0,
+IRL,Ireland,2020-05-13,,3062.0,,,387.0,
+IRL,Ireland,2020-05-14,,3092.0,,,389.0,
+IRL,Ireland,2020-05-15,,3117.0,,,389.0,
+IRL,Ireland,2020-05-16,,3127.0,,,390.0,
+IRL,Ireland,2020-05-17,,3143.0,,,390.0,
+IRL,Ireland,2020-05-18,,3164.0,,,392.0,
+IRL,Ireland,2020-05-19,,3183.0,,,393.0,
+IRL,Ireland,2020-05-20,,3194.0,,,393.0,
+IRL,Ireland,2020-05-21,,3211.0,,,393.0,
+IRL,Ireland,2020-05-22,,3222.0,,,394.0,
+IRL,Ireland,2020-05-23,,3225.0,,,394.0,
+IRL,Ireland,2020-05-24,,3233.0,,,395.0,
+IRL,Ireland,2020-05-25,,3251.0,,,399.0,
+IRL,Ireland,2020-05-26,,3267.0,,,404.0,
+IRL,Ireland,2020-05-27,,3270.0,,,404.0,
+IRL,Ireland,2020-05-28,,3279.0,,,408.0,
+IRL,Ireland,2020-05-29,,3283.0,,,408.0,
+IRL,Ireland,2020-05-30,,3286.0,,,408.0,
+IRL,Ireland,2020-05-31,,3292.0,,,408.0,
+IT-65,Abruzzo,2020-02-24,0.0,,,0.0,,
+IT-65,Abruzzo,2020-02-25,0.0,,,0.0,,
+IT-65,Abruzzo,2020-02-26,0.0,,,0.0,,
+IT-65,Abruzzo,2020-02-27,1.0,,,0.0,,
+IT-65,Abruzzo,2020-02-28,1.0,,,0.0,,
+IT-65,Abruzzo,2020-02-29,2.0,,,0.0,,
+IT-65,Abruzzo,2020-03-01,3.0,,,0.0,,
+IT-65,Abruzzo,2020-03-02,3.0,,,0.0,,
+IT-65,Abruzzo,2020-03-03,5.0,,,0.0,,
+IT-65,Abruzzo,2020-03-04,7.0,,,0.0,,
+IT-65,Abruzzo,2020-03-05,8.0,,,0.0,,
+IT-65,Abruzzo,2020-03-06,9.0,,,0.0,,
+IT-65,Abruzzo,2020-03-07,11.0,,,0.0,,
+IT-65,Abruzzo,2020-03-08,14.0,,,0.0,,
+IT-65,Abruzzo,2020-03-09,25.0,,,0.0,,
+IT-65,Abruzzo,2020-03-10,26.0,,,9.0,,
+IT-65,Abruzzo,2020-03-11,26.0,,,9.0,,
+IT-65,Abruzzo,2020-03-12,59.0,,,12.0,,
+IT-65,Abruzzo,2020-03-13,56.0,,,14.0,,
+IT-65,Abruzzo,2020-03-14,65.0,,,14.0,,
+IT-65,Abruzzo,2020-03-15,100.0,,,28.0,,
+IT-65,Abruzzo,2020-03-16,108.0,,,37.0,,
+IT-65,Abruzzo,2020-03-17,126.0,,,32.0,,
+IT-65,Abruzzo,2020-03-18,140.0,,,41.0,,
+IT-65,Abruzzo,2020-03-19,228.0,,,47.0,,
+IT-65,Abruzzo,2020-03-20,238.0,,,48.0,,
+IT-65,Abruzzo,2020-03-21,229.0,,,44.0,,
+IT-65,Abruzzo,2020-03-22,267.0,,,49.0,,
+IT-65,Abruzzo,2020-03-23,280.0,,,52.0,,
+IT-65,Abruzzo,2020-03-24,291.0,,,57.0,,
+IT-65,Abruzzo,2020-03-25,307.0,,,59.0,,
+IT-65,Abruzzo,2020-03-26,344.0,,,64.0,,
+IT-65,Abruzzo,2020-03-27,360.0,,,71.0,,
+IT-65,Abruzzo,2020-03-28,381.0,,,70.0,,
+IT-65,Abruzzo,2020-03-29,397.0,,,68.0,,
+IT-65,Abruzzo,2020-03-30,391.0,,,69.0,,
+IT-65,Abruzzo,2020-03-31,408.0,,,73.0,,
+IT-65,Abruzzo,2020-04-01,413.0,,,71.0,,
+IT-65,Abruzzo,2020-04-02,416.0,,,75.0,,
+IT-65,Abruzzo,2020-04-03,437.0,,,76.0,,
+IT-65,Abruzzo,2020-04-04,425.0,,,71.0,,
+IT-65,Abruzzo,2020-04-05,414.0,,,67.0,,
+IT-65,Abruzzo,2020-04-06,406.0,,,66.0,,
+IT-65,Abruzzo,2020-04-07,404.0,,,67.0,,
+IT-65,Abruzzo,2020-04-08,393.0,,,62.0,,
+IT-65,Abruzzo,2020-04-09,363.0,,,57.0,,
+IT-65,Abruzzo,2020-04-10,358.0,,,53.0,,
+IT-65,Abruzzo,2020-04-11,369.0,,,54.0,,
+IT-65,Abruzzo,2020-04-12,400.0,,,54.0,,
+IT-65,Abruzzo,2020-04-13,405.0,,,54.0,,
+IT-65,Abruzzo,2020-04-14,397.0,,,52.0,,
+IT-65,Abruzzo,2020-04-15,385.0,,,44.0,,
+IT-65,Abruzzo,2020-04-16,366.0,,,42.0,,
+IT-65,Abruzzo,2020-04-17,362.0,,,43.0,,
+IT-65,Abruzzo,2020-04-18,362.0,,,41.0,,
+IT-65,Abruzzo,2020-04-19,357.0,,,40.0,,
+IT-65,Abruzzo,2020-04-20,358.0,,,38.0,,
+IT-65,Abruzzo,2020-04-21,353.0,,,35.0,,
+IT-65,Abruzzo,2020-04-22,344.0,,,35.0,,
+IT-65,Abruzzo,2020-04-23,353.0,,,31.0,,
+IT-65,Abruzzo,2020-04-24,355.0,,,28.0,,
+IT-65,Abruzzo,2020-04-25,349.0,,,26.0,,
+IT-65,Abruzzo,2020-04-26,348.0,,,24.0,,
+IT-65,Abruzzo,2020-04-27,351.0,,,23.0,,
+IT-65,Abruzzo,2020-04-28,333.0,,,21.0,,
+IT-65,Abruzzo,2020-04-29,328.0,,,19.0,,
+IT-65,Abruzzo,2020-04-30,322.0,,,16.0,,
+IT-65,Abruzzo,2020-05-01,313.0,,,16.0,,
+IT-65,Abruzzo,2020-05-02,319.0,,,16.0,,
+IT-65,Abruzzo,2020-05-03,316.0,,,16.0,,
+IT-65,Abruzzo,2020-05-04,316.0,,,15.0,,
+IT-65,Abruzzo,2020-05-05,300.0,,,11.0,,
+IT-65,Abruzzo,2020-05-06,296.0,,,11.0,,
+IT-65,Abruzzo,2020-05-07,275.0,,,12.0,,
+IT-65,Abruzzo,2020-05-08,260.0,,,10.0,,
+IT-65,Abruzzo,2020-05-09,256.0,,,10.0,,
+IT-65,Abruzzo,2020-05-10,243.0,,,10.0,,
+IT-65,Abruzzo,2020-05-11,240.0,,,9.0,,
+IT-65,Abruzzo,2020-05-12,230.0,,,8.0,,
+IT-65,Abruzzo,2020-05-13,221.0,,,7.0,,
+IT-65,Abruzzo,2020-05-14,221.0,,,6.0,,
+IT-65,Abruzzo,2020-05-15,211.0,,,6.0,,
+IT-65,Abruzzo,2020-05-16,202.0,,,7.0,,
+IT-65,Abruzzo,2020-05-17,199.0,,,6.0,,
+IT-65,Abruzzo,2020-05-18,197.0,,,6.0,,
+IT-65,Abruzzo,2020-05-19,194.0,,,6.0,,
+IT-65,Abruzzo,2020-05-20,191.0,,,6.0,,
+IT-65,Abruzzo,2020-05-21,180.0,,,5.0,,
+IT-65,Abruzzo,2020-05-22,161.0,,,4.0,,
+IT-65,Abruzzo,2020-05-23,160.0,,,4.0,,
+IT-65,Abruzzo,2020-05-24,152.0,,,3.0,,
+IT-65,Abruzzo,2020-05-25,152.0,,,3.0,,
+IT-65,Abruzzo,2020-05-26,145.0,,,3.0,,
+IT-65,Abruzzo,2020-05-27,141.0,,,3.0,,
+IT-65,Abruzzo,2020-05-28,131.0,,,3.0,,
+IT-65,Abruzzo,2020-05-29,125.0,,,3.0,,
+IT-65,Abruzzo,2020-05-30,125.0,,,3.0,,
+IT-65,Abruzzo,2020-05-31,108.0,,,4.0,,
+IT-65,Abruzzo,2020-06-01,119.0,,,6.0,,
+IT-65,Abruzzo,2020-06-02,119.0,,,6.0,,
+IT-65,Abruzzo,2020-06-03,115.0,,,3.0,,
+IT-65,Abruzzo,2020-06-04,112.0,,,3.0,,
+IT-65,Abruzzo,2020-06-05,107.0,,,4.0,,
+IT-65,Abruzzo,2020-06-06,99.0,,,3.0,,
+IT-65,Abruzzo,2020-06-07,92.0,,,4.0,,
+IT-65,Abruzzo,2020-06-08,93.0,,,4.0,,
+IT-77,Basilicata,2020-02-24,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-25,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-26,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-27,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-28,0.0,,,0.0,,
+IT-77,Basilicata,2020-02-29,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-01,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-02,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-03,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-04,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-05,0.0,,,0.0,,
+IT-77,Basilicata,2020-03-06,1.0,,,0.0,,
+IT-77,Basilicata,2020-03-07,1.0,,,0.0,,
+IT-77,Basilicata,2020-03-08,2.0,,,0.0,,
+IT-77,Basilicata,2020-03-09,2.0,,,0.0,,
+IT-77,Basilicata,2020-03-10,2.0,,,0.0,,
+IT-77,Basilicata,2020-03-11,2.0,,,1.0,,
+IT-77,Basilicata,2020-03-12,2.0,,,1.0,,
+IT-77,Basilicata,2020-03-13,2.0,,,1.0,,
+IT-77,Basilicata,2020-03-14,2.0,,,2.0,,
+IT-77,Basilicata,2020-03-15,2.0,,,2.0,,
+IT-77,Basilicata,2020-03-16,3.0,,,2.0,,
+IT-77,Basilicata,2020-03-17,7.0,,,2.0,,
+IT-77,Basilicata,2020-03-18,11.0,,,2.0,,
+IT-77,Basilicata,2020-03-19,13.0,,,5.0,,
+IT-77,Basilicata,2020-03-20,13.0,,,5.0,,
+IT-77,Basilicata,2020-03-21,19.0,,,7.0,,
+IT-77,Basilicata,2020-03-22,23.0,,,10.0,,
+IT-77,Basilicata,2020-03-23,27.0,,,12.0,,
+IT-77,Basilicata,2020-03-24,26.0,,,12.0,,
+IT-77,Basilicata,2020-03-25,34.0,,,14.0,,
+IT-77,Basilicata,2020-03-26,38.0,,,16.0,,
+IT-77,Basilicata,2020-03-27,37.0,,,15.0,,
+IT-77,Basilicata,2020-03-28,45.0,,,19.0,,
+IT-77,Basilicata,2020-03-29,50.0,,,18.0,,
+IT-77,Basilicata,2020-03-30,54.0,,,18.0,,
+IT-77,Basilicata,2020-03-31,54.0,,,17.0,,
+IT-77,Basilicata,2020-04-01,54.0,,,15.0,,
+IT-77,Basilicata,2020-04-02,57.0,,,19.0,,
+IT-77,Basilicata,2020-04-03,60.0,,,19.0,,
+IT-77,Basilicata,2020-04-04,63.0,,,19.0,,
+IT-77,Basilicata,2020-04-05,64.0,,,18.0,,
+IT-77,Basilicata,2020-04-06,64.0,,,18.0,,
+IT-77,Basilicata,2020-04-07,64.0,,,17.0,,
+IT-77,Basilicata,2020-04-08,65.0,,,17.0,,
+IT-77,Basilicata,2020-04-09,67.0,,,17.0,,
+IT-77,Basilicata,2020-04-10,74.0,,,15.0,,
+IT-77,Basilicata,2020-04-11,72.0,,,12.0,,
+IT-77,Basilicata,2020-04-12,73.0,,,12.0,,
+IT-77,Basilicata,2020-04-13,76.0,,,12.0,,
+IT-77,Basilicata,2020-04-14,74.0,,,12.0,,
+IT-77,Basilicata,2020-04-15,72.0,,,12.0,,
+IT-77,Basilicata,2020-04-16,69.0,,,9.0,,
+IT-77,Basilicata,2020-04-17,68.0,,,9.0,,
+IT-77,Basilicata,2020-04-18,68.0,,,8.0,,
+IT-77,Basilicata,2020-04-19,67.0,,,8.0,,
+IT-77,Basilicata,2020-04-20,66.0,,,7.0,,
+IT-77,Basilicata,2020-04-21,71.0,,,7.0,,
+IT-77,Basilicata,2020-04-22,72.0,,,7.0,,
+IT-77,Basilicata,2020-04-23,68.0,,,7.0,,
+IT-77,Basilicata,2020-04-24,66.0,,,7.0,,
+IT-77,Basilicata,2020-04-25,65.0,,,7.0,,
+IT-77,Basilicata,2020-04-26,64.0,,,7.0,,
+IT-77,Basilicata,2020-04-27,64.0,,,7.0,,
+IT-77,Basilicata,2020-04-28,63.0,,,7.0,,
+IT-77,Basilicata,2020-04-29,55.0,,,4.0,,
+IT-77,Basilicata,2020-04-30,53.0,,,4.0,,
+IT-77,Basilicata,2020-05-01,53.0,,,4.0,,
+IT-77,Basilicata,2020-05-02,52.0,,,4.0,,
+IT-77,Basilicata,2020-05-03,51.0,,,3.0,,
+IT-77,Basilicata,2020-05-04,53.0,,,3.0,,
+IT-77,Basilicata,2020-05-05,53.0,,,3.0,,
+IT-77,Basilicata,2020-05-06,50.0,,,3.0,,
+IT-77,Basilicata,2020-05-07,50.0,,,2.0,,
+IT-77,Basilicata,2020-05-08,50.0,,,2.0,,
+IT-77,Basilicata,2020-05-09,46.0,,,1.0,,
+IT-77,Basilicata,2020-05-10,46.0,,,1.0,,
+IT-77,Basilicata,2020-05-11,47.0,,,1.0,,
+IT-77,Basilicata,2020-05-12,48.0,,,1.0,,
+IT-77,Basilicata,2020-05-13,43.0,,,1.0,,
+IT-77,Basilicata,2020-05-14,35.0,,,1.0,,
+IT-77,Basilicata,2020-05-15,34.0,,,1.0,,
+IT-77,Basilicata,2020-05-16,30.0,,,1.0,,
+IT-77,Basilicata,2020-05-17,30.0,,,1.0,,
+IT-77,Basilicata,2020-05-18,30.0,,,1.0,,
+IT-77,Basilicata,2020-05-19,27.0,,,1.0,,
+IT-77,Basilicata,2020-05-20,23.0,,,1.0,,
+IT-77,Basilicata,2020-05-21,16.0,,,1.0,,
+IT-77,Basilicata,2020-05-22,16.0,,,1.0,,
+IT-77,Basilicata,2020-05-23,15.0,,,1.0,,
+IT-77,Basilicata,2020-05-24,14.0,,,1.0,,
+IT-77,Basilicata,2020-05-25,13.0,,,0.0,,
+IT-77,Basilicata,2020-05-26,8.0,,,0.0,,
+IT-77,Basilicata,2020-05-27,7.0,,,0.0,,
+IT-77,Basilicata,2020-05-28,6.0,,,0.0,,
+IT-77,Basilicata,2020-05-29,5.0,,,0.0,,
+IT-77,Basilicata,2020-05-30,5.0,,,0.0,,
+IT-77,Basilicata,2020-05-31,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-01,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-02,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-03,4.0,,,0.0,,
+IT-77,Basilicata,2020-06-04,3.0,,,0.0,,
+IT-77,Basilicata,2020-06-05,0.0,,,0.0,,
+IT-77,Basilicata,2020-06-06,0.0,,,0.0,,
+IT-77,Basilicata,2020-06-07,0.0,,,0.0,,
+IT-77,Basilicata,2020-06-08,0.0,,,0.0,,
+IT-78,Calabria,2020-02-24,0.0,,,0.0,,
+IT-78,Calabria,2020-02-25,0.0,,,0.0,,
+IT-78,Calabria,2020-02-26,0.0,,,0.0,,
+IT-78,Calabria,2020-02-27,0.0,,,0.0,,
+IT-78,Calabria,2020-02-28,0.0,,,0.0,,
+IT-78,Calabria,2020-02-29,0.0,,,0.0,,
+IT-78,Calabria,2020-03-01,0.0,,,0.0,,
+IT-78,Calabria,2020-03-02,0.0,,,0.0,,
+IT-78,Calabria,2020-03-03,0.0,,,0.0,,
+IT-78,Calabria,2020-03-04,0.0,,,0.0,,
+IT-78,Calabria,2020-03-05,1.0,,,0.0,,
+IT-78,Calabria,2020-03-06,2.0,,,0.0,,
+IT-78,Calabria,2020-03-07,2.0,,,0.0,,
+IT-78,Calabria,2020-03-08,5.0,,,0.0,,
+IT-78,Calabria,2020-03-09,8.0,,,0.0,,
+IT-78,Calabria,2020-03-10,10.0,,,2.0,,
+IT-78,Calabria,2020-03-11,12.0,,,2.0,,
+IT-78,Calabria,2020-03-12,16.0,,,2.0,,
+IT-78,Calabria,2020-03-13,21.0,,,3.0,,
+IT-78,Calabria,2020-03-14,26.0,,,4.0,,
+IT-78,Calabria,2020-03-15,38.0,,,6.0,,
+IT-78,Calabria,2020-03-16,43.0,,,7.0,,
+IT-78,Calabria,2020-03-17,55.0,,,10.0,,
+IT-78,Calabria,2020-03-18,56.0,,,11.0,,
+IT-78,Calabria,2020-03-19,73.0,,,13.0,,
+IT-78,Calabria,2020-03-20,87.0,,,16.0,,
+IT-78,Calabria,2020-03-21,89.0,,,16.0,,
+IT-78,Calabria,2020-03-22,94.0,,,17.0,,
+IT-78,Calabria,2020-03-23,102.0,,,20.0,,
+IT-78,Calabria,2020-03-24,109.0,,,21.0,,
+IT-78,Calabria,2020-03-25,116.0,,,23.0,,
+IT-78,Calabria,2020-03-26,124.0,,,23.0,,
+IT-78,Calabria,2020-03-27,125.0,,,22.0,,
+IT-78,Calabria,2020-03-28,129.0,,,22.0,,
+IT-78,Calabria,2020-03-29,143.0,,,19.0,,
+IT-78,Calabria,2020-03-30,148.0,,,18.0,,
+IT-78,Calabria,2020-03-31,149.0,,,17.0,,
+IT-78,Calabria,2020-04-01,160.0,,,16.0,,
+IT-78,Calabria,2020-04-02,182.0,,,19.0,,
+IT-78,Calabria,2020-04-03,200.0,,,17.0,,
+IT-78,Calabria,2020-04-04,193.0,,,15.0,,
+IT-78,Calabria,2020-04-05,187.0,,,13.0,,
+IT-78,Calabria,2020-04-06,184.0,,,14.0,,
+IT-78,Calabria,2020-04-07,183.0,,,14.0,,
+IT-78,Calabria,2020-04-08,185.0,,,15.0,,
+IT-78,Calabria,2020-04-09,183.0,,,15.0,,
+IT-78,Calabria,2020-04-10,182.0,,,14.0,,
+IT-78,Calabria,2020-04-11,184.0,,,15.0,,
+IT-78,Calabria,2020-04-12,179.0,,,14.0,,
+IT-78,Calabria,2020-04-13,172.0,,,12.0,,
+IT-78,Calabria,2020-04-14,173.0,,,12.0,,
+IT-78,Calabria,2020-04-15,167.0,,,11.0,,
+IT-78,Calabria,2020-04-16,166.0,,,9.0,,
+IT-78,Calabria,2020-04-17,161.0,,,7.0,,
+IT-78,Calabria,2020-04-18,159.0,,,7.0,,
+IT-78,Calabria,2020-04-19,148.0,,,6.0,,
+IT-78,Calabria,2020-04-20,147.0,,,7.0,,
+IT-78,Calabria,2020-04-21,140.0,,,7.0,,
+IT-78,Calabria,2020-04-22,135.0,,,7.0,,
+IT-78,Calabria,2020-04-23,136.0,,,7.0,,
+IT-78,Calabria,2020-04-24,130.0,,,7.0,,
+IT-78,Calabria,2020-04-25,132.0,,,7.0,,
+IT-78,Calabria,2020-04-26,126.0,,,8.0,,
+IT-78,Calabria,2020-04-27,120.0,,,6.0,,
+IT-78,Calabria,2020-04-28,119.0,,,6.0,,
+IT-78,Calabria,2020-04-29,113.0,,,6.0,,
+IT-78,Calabria,2020-04-30,111.0,,,6.0,,
+IT-78,Calabria,2020-05-01,108.0,,,3.0,,
+IT-78,Calabria,2020-05-02,104.0,,,4.0,,
+IT-78,Calabria,2020-05-03,99.0,,,4.0,,
+IT-78,Calabria,2020-05-04,97.0,,,4.0,,
+IT-78,Calabria,2020-05-05,96.0,,,4.0,,
+IT-78,Calabria,2020-05-06,90.0,,,3.0,,
+IT-78,Calabria,2020-05-07,83.0,,,2.0,,
+IT-78,Calabria,2020-05-08,75.0,,,2.0,,
+IT-78,Calabria,2020-05-09,70.0,,,2.0,,
+IT-78,Calabria,2020-05-10,68.0,,,2.0,,
+IT-78,Calabria,2020-05-11,65.0,,,1.0,,
+IT-78,Calabria,2020-05-12,66.0,,,1.0,,
+IT-78,Calabria,2020-05-13,65.0,,,1.0,,
+IT-78,Calabria,2020-05-14,61.0,,,2.0,,
+IT-78,Calabria,2020-05-15,58.0,,,2.0,,
+IT-78,Calabria,2020-05-16,58.0,,,2.0,,
+IT-78,Calabria,2020-05-17,58.0,,,2.0,,
+IT-78,Calabria,2020-05-18,55.0,,,2.0,,
+IT-78,Calabria,2020-05-19,52.0,,,2.0,,
+IT-78,Calabria,2020-05-20,50.0,,,1.0,,
+IT-78,Calabria,2020-05-21,48.0,,,1.0,,
+IT-78,Calabria,2020-05-22,48.0,,,1.0,,
+IT-78,Calabria,2020-05-23,44.0,,,1.0,,
+IT-78,Calabria,2020-05-24,44.0,,,1.0,,
+IT-78,Calabria,2020-05-25,43.0,,,1.0,,
+IT-78,Calabria,2020-05-26,42.0,,,1.0,,
+IT-78,Calabria,2020-05-27,36.0,,,1.0,,
+IT-78,Calabria,2020-05-28,32.0,,,1.0,,
+IT-78,Calabria,2020-05-29,26.0,,,1.0,,
+IT-78,Calabria,2020-05-30,24.0,,,1.0,,
+IT-78,Calabria,2020-05-31,23.0,,,1.0,,
+IT-78,Calabria,2020-06-01,21.0,,,1.0,,
+IT-78,Calabria,2020-06-02,21.0,,,1.0,,
+IT-78,Calabria,2020-06-03,20.0,,,0.0,,
+IT-78,Calabria,2020-06-04,19.0,,,0.0,,
+IT-78,Calabria,2020-06-05,18.0,,,0.0,,
+IT-78,Calabria,2020-06-06,18.0,,,0.0,,
+IT-78,Calabria,2020-06-07,18.0,,,0.0,,
+IT-78,Calabria,2020-06-08,18.0,,,0.0,,
+IT-72,Campania,2020-02-24,0.0,,,0.0,,
+IT-72,Campania,2020-02-25,0.0,,,0.0,,
+IT-72,Campania,2020-02-26,0.0,,,0.0,,
+IT-72,Campania,2020-02-27,2.0,,,0.0,,
+IT-72,Campania,2020-02-28,2.0,,,0.0,,
+IT-72,Campania,2020-02-29,3.0,,,0.0,,
+IT-72,Campania,2020-03-01,4.0,,,0.0,,
+IT-72,Campania,2020-03-02,4.0,,,0.0,,
+IT-72,Campania,2020-03-03,11.0,,,0.0,,
+IT-72,Campania,2020-03-04,11.0,,,0.0,,
+IT-72,Campania,2020-03-05,12.0,,,0.0,,
+IT-72,Campania,2020-03-06,12.0,,,0.0,,
+IT-72,Campania,2020-03-07,16.0,,,0.0,,
+IT-72,Campania,2020-03-08,37.0,,,7.0,,
+IT-72,Campania,2020-03-09,50.0,,,8.0,,
+IT-72,Campania,2020-03-10,41.0,,,8.0,,
+IT-72,Campania,2020-03-11,67.0,,,11.0,,
+IT-72,Campania,2020-03-12,67.0,,,11.0,,
+IT-72,Campania,2020-03-13,79.0,,,19.0,,
+IT-72,Campania,2020-03-14,89.0,,,17.0,,
+IT-72,Campania,2020-03-15,95.0,,,22.0,,
+IT-72,Campania,2020-03-16,125.0,,,22.0,,
+IT-72,Campania,2020-03-17,151.0,,,24.0,,
+IT-72,Campania,2020-03-18,151.0,,,24.0,,
+IT-72,Campania,2020-03-19,249.0,,,36.0,,
+IT-72,Campania,2020-03-20,171.0,,,41.0,,
+IT-72,Campania,2020-03-21,320.0,,,87.0,,
+IT-72,Campania,2020-03-22,342.0,,,99.0,,
+IT-72,Campania,2020-03-23,376.0,,,110.0,,
+IT-72,Campania,2020-03-24,526.0,,,181.0,,
+IT-72,Campania,2020-03-25,441.0,,,123.0,,
+IT-72,Campania,2020-03-26,562.0,,,114.0,,
+IT-72,Campania,2020-03-27,569.0,,,113.0,,
+IT-72,Campania,2020-03-28,595.0,,,132.0,,
+IT-72,Campania,2020-03-29,611.0,,,135.0,,
+IT-72,Campania,2020-03-30,594.0,,,126.0,,
+IT-72,Campania,2020-03-31,634.0,,,133.0,,
+IT-72,Campania,2020-04-01,607.0,,,129.0,,
+IT-72,Campania,2020-04-02,623.0,,,120.0,,
+IT-72,Campania,2020-04-03,647.0,,,115.0,,
+IT-72,Campania,2020-04-04,681.0,,,114.0,,
+IT-72,Campania,2020-04-05,717.0,,,108.0,,
+IT-72,Campania,2020-04-06,711.0,,,101.0,,
+IT-72,Campania,2020-04-07,706.0,,,103.0,,
+IT-72,Campania,2020-04-08,705.0,,,97.0,,
+IT-72,Campania,2020-04-09,698.0,,,94.0,,
+IT-72,Campania,2020-04-10,690.0,,,90.0,,
+IT-72,Campania,2020-04-11,667.0,,,85.0,,
+IT-72,Campania,2020-04-12,608.0,,,82.0,,
+IT-72,Campania,2020-04-13,686.0,,,80.0,,
+IT-72,Campania,2020-04-14,700.0,,,82.0,,
+IT-72,Campania,2020-04-15,693.0,,,86.0,,
+IT-72,Campania,2020-04-16,694.0,,,76.0,,
+IT-72,Campania,2020-04-17,698.0,,,76.0,,
+IT-72,Campania,2020-04-18,681.0,,,76.0,,
+IT-72,Campania,2020-04-19,651.0,,,61.0,,
+IT-72,Campania,2020-04-20,647.0,,,61.0,,
+IT-72,Campania,2020-04-21,590.0,,,58.0,,
+IT-72,Campania,2020-04-22,576.0,,,53.0,,
+IT-72,Campania,2020-04-23,586.0,,,47.0,,
+IT-72,Campania,2020-04-24,568.0,,,44.0,,
+IT-72,Campania,2020-04-25,598.0,,,55.0,,
+IT-72,Campania,2020-04-26,581.0,,,45.0,,
+IT-72,Campania,2020-04-27,578.0,,,37.0,,
+IT-72,Campania,2020-04-28,577.0,,,33.0,,
+IT-72,Campania,2020-04-29,549.0,,,31.0,,
+IT-72,Campania,2020-04-30,513.0,,,29.0,,
+IT-72,Campania,2020-05-01,507.0,,,29.0,,
+IT-72,Campania,2020-05-02,497.0,,,27.0,,
+IT-72,Campania,2020-05-03,485.0,,,30.0,,
+IT-72,Campania,2020-05-04,462.0,,,24.0,,
+IT-72,Campania,2020-05-05,433.0,,,25.0,,
+IT-72,Campania,2020-05-06,458.0,,,25.0,,
+IT-72,Campania,2020-05-07,442.0,,,27.0,,
+IT-72,Campania,2020-05-08,446.0,,,28.0,,
+IT-72,Campania,2020-05-09,441.0,,,26.0,,
+IT-72,Campania,2020-05-10,455.0,,,20.0,,
+IT-72,Campania,2020-05-11,459.0,,,23.0,,
+IT-72,Campania,2020-05-12,434.0,,,20.0,,
+IT-72,Campania,2020-05-13,421.0,,,19.0,,
+IT-72,Campania,2020-05-14,406.0,,,19.0,,
+IT-72,Campania,2020-05-15,358.0,,,17.0,,
+IT-72,Campania,2020-05-16,367.0,,,16.0,,
+IT-72,Campania,2020-05-17,359.0,,,17.0,,
+IT-72,Campania,2020-05-18,359.0,,,17.0,,
+IT-72,Campania,2020-05-19,347.0,,,17.0,,
+IT-72,Campania,2020-05-20,330.0,,,12.0,,
+IT-72,Campania,2020-05-21,321.0,,,9.0,,
+IT-72,Campania,2020-05-22,321.0,,,9.0,,
+IT-72,Campania,2020-05-23,305.0,,,10.0,,
+IT-72,Campania,2020-05-24,319.0,,,8.0,,
+IT-72,Campania,2020-05-25,294.0,,,7.0,,
+IT-72,Campania,2020-05-26,291.0,,,5.0,,
+IT-72,Campania,2020-05-27,281.0,,,6.0,,
+IT-72,Campania,2020-05-28,266.0,,,6.0,,
+IT-72,Campania,2020-05-29,243.0,,,7.0,,
+IT-72,Campania,2020-05-30,243.0,,,7.0,,
+IT-72,Campania,2020-05-31,232.0,,,5.0,,
+IT-72,Campania,2020-06-01,230.0,,,6.0,,
+IT-72,Campania,2020-06-02,243.0,,,7.0,,
+IT-72,Campania,2020-06-03,210.0,,,4.0,,
+IT-72,Campania,2020-06-04,165.0,,,5.0,,
+IT-72,Campania,2020-06-05,140.0,,,7.0,,
+IT-72,Campania,2020-06-06,104.0,,,7.0,,
+IT-72,Campania,2020-06-07,92.0,,,6.0,,
+IT-72,Campania,2020-06-08,88.0,,,6.0,,
+IT-45,Emilia-Romagna,2020-02-24,12.0,,,2.0,,
+IT-45,Emilia-Romagna,2020-02-25,17.0,,,2.0,,
+IT-45,Emilia-Romagna,2020-02-26,23.0,,,3.0,,
+IT-45,Emilia-Romagna,2020-02-27,42.0,,,6.0,,
+IT-45,Emilia-Romagna,2020-02-28,62.0,,,6.0,,
+IT-45,Emilia-Romagna,2020-02-29,97.0,,,11.0,,
+IT-45,Emilia-Romagna,2020-03-01,140.0,,,13.0,,
+IT-45,Emilia-Romagna,2020-03-02,164.0,,,16.0,,
+IT-45,Emilia-Romagna,2020-03-03,211.0,,,24.0,,
+IT-45,Emilia-Romagna,2020-03-04,282.0,,,26.0,,
+IT-45,Emilia-Romagna,2020-03-05,359.0,,,32.0,,
+IT-45,Emilia-Romagna,2020-03-06,450.0,,,53.0,,
+IT-45,Emilia-Romagna,2020-03-07,528.0,,,64.0,,
+IT-45,Emilia-Romagna,2020-03-08,617.0,,,75.0,,
+IT-45,Emilia-Romagna,2020-03-09,666.0,,,90.0,,
+IT-45,Emilia-Romagna,2020-03-10,767.0,,,98.0,,
+IT-45,Emilia-Romagna,2020-03-11,849.0,,,104.0,,
+IT-45,Emilia-Romagna,2020-03-12,926.0,,,112.0,,
+IT-45,Emilia-Romagna,2020-03-13,1070.0,,,128.0,,
+IT-45,Emilia-Romagna,2020-03-14,1228.0,,,152.0,,
+IT-45,Emilia-Romagna,2020-03-15,1384.0,,,169.0,,
+IT-45,Emilia-Romagna,2020-03-16,1559.0,,,197.0,,
+IT-45,Emilia-Romagna,2020-03-17,1789.0,,,223.0,,
+IT-45,Emilia-Romagna,2020-03-18,2031.0,,,247.0,,
+IT-45,Emilia-Romagna,2020-03-19,2160.0,,,260.0,,
+IT-45,Emilia-Romagna,2020-03-20,2350.0,,,267.0,,
+IT-45,Emilia-Romagna,2020-03-21,2532.0,,,265.0,,
+IT-45,Emilia-Romagna,2020-03-22,2698.0,,,269.0,,
+IT-45,Emilia-Romagna,2020-03-23,3122.0,,,276.0,,
+IT-45,Emilia-Romagna,2020-03-24,3265.0,,,291.0,,
+IT-45,Emilia-Romagna,2020-03-25,3474.0,,,294.0,,
+IT-45,Emilia-Romagna,2020-03-26,3655.0,,,301.0,,
+IT-45,Emilia-Romagna,2020-03-27,3769.0,,,308.0,,
+IT-45,Emilia-Romagna,2020-03-28,4011.0,,,316.0,,
+IT-45,Emilia-Romagna,2020-03-29,4102.0,,,333.0,,
+IT-45,Emilia-Romagna,2020-03-30,4130.0,,,351.0,,
+IT-45,Emilia-Romagna,2020-03-31,4118.0,,,353.0,,
+IT-45,Emilia-Romagna,2020-04-01,4257.0,,,359.0,,
+IT-45,Emilia-Romagna,2020-04-02,4310.0,,,366.0,,
+IT-45,Emilia-Romagna,2020-04-03,4279.0,,,364.0,,
+IT-45,Emilia-Romagna,2020-04-04,4217.0,,,358.0,,
+IT-45,Emilia-Romagna,2020-04-05,4214.0,,,375.0,,
+IT-45,Emilia-Romagna,2020-04-06,4176.0,,,372.0,,
+IT-45,Emilia-Romagna,2020-04-07,4116.0,,,366.0,,
+IT-45,Emilia-Romagna,2020-04-08,4130.0,,,361.0,,
+IT-45,Emilia-Romagna,2020-04-09,4077.0,,,355.0,,
+IT-45,Emilia-Romagna,2020-04-10,3945.0,,,349.0,,
+IT-45,Emilia-Romagna,2020-04-11,3871.0,,,341.0,,
+IT-45,Emilia-Romagna,2020-04-12,3826.0,,,335.0,,
+IT-45,Emilia-Romagna,2020-04-13,3821.0,,,331.0,,
+IT-45,Emilia-Romagna,2020-04-14,3801.0,,,328.0,,
+IT-45,Emilia-Romagna,2020-04-15,3713.0,,,325.0,,
+IT-45,Emilia-Romagna,2020-04-16,3676.0,,,316.0,,
+IT-45,Emilia-Romagna,2020-04-17,3639.0,,,309.0,,
+IT-45,Emilia-Romagna,2020-04-18,3530.0,,,296.0,,
+IT-45,Emilia-Romagna,2020-04-19,3455.0,,,289.0,,
+IT-45,Emilia-Romagna,2020-04-20,3427.0,,,283.0,,
+IT-45,Emilia-Romagna,2020-04-21,3327.0,,,282.0,,
+IT-45,Emilia-Romagna,2020-04-22,3246.0,,,282.0,,
+IT-45,Emilia-Romagna,2020-04-23,3155.0,,,266.0,,
+IT-45,Emilia-Romagna,2020-04-24,3071.0,,,264.0,,
+IT-45,Emilia-Romagna,2020-04-25,2964.0,,,246.0,,
+IT-45,Emilia-Romagna,2020-04-26,2940.0,,,245.0,,
+IT-45,Emilia-Romagna,2020-04-27,2887.0,,,247.0,,
+IT-45,Emilia-Romagna,2020-04-28,2802.0,,,228.0,,
+IT-45,Emilia-Romagna,2020-04-29,2753.0,,,226.0,,
+IT-45,Emilia-Romagna,2020-04-30,2352.0,,,206.0,,
+IT-45,Emilia-Romagna,2020-05-01,2309.0,,,197.0,,
+IT-45,Emilia-Romagna,2020-05-02,2229.0,,,196.0,,
+IT-45,Emilia-Romagna,2020-05-03,2194.0,,,197.0,,
+IT-45,Emilia-Romagna,2020-05-04,2167.0,,,199.0,,
+IT-45,Emilia-Romagna,2020-05-05,2108.0,,,191.0,,
+IT-45,Emilia-Romagna,2020-05-06,1992.0,,,176.0,,
+IT-45,Emilia-Romagna,2020-05-07,1899.0,,,173.0,,
+IT-45,Emilia-Romagna,2020-05-08,1843.0,,,163.0,,
+IT-45,Emilia-Romagna,2020-05-09,1759.0,,,155.0,,
+IT-45,Emilia-Romagna,2020-05-10,1712.0,,,150.0,,
+IT-45,Emilia-Romagna,2020-05-11,1678.0,,,141.0,,
+IT-45,Emilia-Romagna,2020-05-12,1520.0,,,136.0,,
+IT-45,Emilia-Romagna,2020-05-13,1288.0,,,123.0,,
+IT-45,Emilia-Romagna,2020-05-14,983.0,,,122.0,,
+IT-45,Emilia-Romagna,2020-05-15,877.0,,,114.0,,
+IT-45,Emilia-Romagna,2020-05-16,852.0,,,112.0,,
+IT-45,Emilia-Romagna,2020-05-17,832.0,,,111.0,,
+IT-45,Emilia-Romagna,2020-05-18,813.0,,,105.0,,
+IT-45,Emilia-Romagna,2020-05-19,769.0,,,99.0,,
+IT-45,Emilia-Romagna,2020-05-20,722.0,,,96.0,,
+IT-45,Emilia-Romagna,2020-05-21,684.0,,,92.0,,
+IT-45,Emilia-Romagna,2020-05-22,641.0,,,89.0,,
+IT-45,Emilia-Romagna,2020-05-23,608.0,,,84.0,,
+IT-45,Emilia-Romagna,2020-05-24,602.0,,,83.0,,
+IT-45,Emilia-Romagna,2020-05-25,596.0,,,82.0,,
+IT-45,Emilia-Romagna,2020-05-26,573.0,,,80.0,,
+IT-45,Emilia-Romagna,2020-05-27,537.0,,,78.0,,
+IT-45,Emilia-Romagna,2020-05-28,526.0,,,77.0,,
+IT-45,Emilia-Romagna,2020-05-29,505.0,,,76.0,,
+IT-45,Emilia-Romagna,2020-05-30,463.0,,,65.0,,
+IT-45,Emilia-Romagna,2020-05-31,450.0,,,57.0,,
+IT-45,Emilia-Romagna,2020-06-01,437.0,,,54.0,,
+IT-45,Emilia-Romagna,2020-06-02,408.0,,,50.0,,
+IT-45,Emilia-Romagna,2020-06-03,392.0,,,50.0,,
+IT-45,Emilia-Romagna,2020-06-04,369.0,,,49.0,,
+IT-45,Emilia-Romagna,2020-06-05,319.0,,,38.0,,
+IT-45,Emilia-Romagna,2020-06-06,291.0,,,35.0,,
+IT-45,Emilia-Romagna,2020-06-07,277.0,,,32.0,,
+IT-45,Emilia-Romagna,2020-06-08,270.0,,,31.0,,
+IT-36,Friuli Venezia Giulia,2020-02-24,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-25,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-26,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-27,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-28,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-02-29,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-01,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-02,0.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-03,1.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-04,3.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-05,4.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-06,4.0,,,0.0,,
+IT-36,Friuli Venezia Giulia,2020-03-07,8.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-03-08,8.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-03-09,19.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-03-10,33.0,,,6.0,,
+IT-36,Friuli Venezia Giulia,2020-03-11,21.0,,,5.0,,
+IT-36,Friuli Venezia Giulia,2020-03-12,33.0,,,10.0,,
+IT-36,Friuli Venezia Giulia,2020-03-13,67.0,,,8.0,,
+IT-36,Friuli Venezia Giulia,2020-03-14,78.0,,,11.0,,
+IT-36,Friuli Venezia Giulia,2020-03-15,110.0,,,12.0,,
+IT-36,Friuli Venezia Giulia,2020-03-16,115.0,,,19.0,,
+IT-36,Friuli Venezia Giulia,2020-03-17,125.0,,,21.0,,
+IT-36,Friuli Venezia Giulia,2020-03-18,155.0,,,27.0,,
+IT-36,Friuli Venezia Giulia,2020-03-19,163.0,,,29.0,,
+IT-36,Friuli Venezia Giulia,2020-03-20,175.0,,,32.0,,
+IT-36,Friuli Venezia Giulia,2020-03-21,189.0,,,37.0,,
+IT-36,Friuli Venezia Giulia,2020-03-22,210.0,,,47.0,,
+IT-36,Friuli Venezia Giulia,2020-03-23,226.0,,,41.0,,
+IT-36,Friuli Venezia Giulia,2020-03-24,244.0,,,49.0,,
+IT-36,Friuli Venezia Giulia,2020-03-25,252.0,,,52.0,,
+IT-36,Friuli Venezia Giulia,2020-03-26,266.0,,,54.0,,
+IT-36,Friuli Venezia Giulia,2020-03-27,279.0,,,57.0,,
+IT-36,Friuli Venezia Giulia,2020-03-28,282.0,,,59.0,,
+IT-36,Friuli Venezia Giulia,2020-03-29,296.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-03-30,289.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-03-31,275.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-04-01,266.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-04-02,259.0,,,60.0,,
+IT-36,Friuli Venezia Giulia,2020-04-03,262.0,,,61.0,,
+IT-36,Friuli Venezia Giulia,2020-04-04,233.0,,,50.0,,
+IT-36,Friuli Venezia Giulia,2020-04-05,235.0,,,50.0,,
+IT-36,Friuli Venezia Giulia,2020-04-06,235.0,,,46.0,,
+IT-36,Friuli Venezia Giulia,2020-04-07,229.0,,,44.0,,
+IT-36,Friuli Venezia Giulia,2020-04-08,203.0,,,41.0,,
+IT-36,Friuli Venezia Giulia,2020-04-09,204.0,,,37.0,,
+IT-36,Friuli Venezia Giulia,2020-04-10,200.0,,,33.0,,
+IT-36,Friuli Venezia Giulia,2020-04-11,200.0,,,28.0,,
+IT-36,Friuli Venezia Giulia,2020-04-12,188.0,,,28.0,,
+IT-36,Friuli Venezia Giulia,2020-04-13,189.0,,,30.0,,
+IT-36,Friuli Venezia Giulia,2020-04-14,194.0,,,28.0,,
+IT-36,Friuli Venezia Giulia,2020-04-15,187.0,,,24.0,,
+IT-36,Friuli Venezia Giulia,2020-04-16,185.0,,,26.0,,
+IT-36,Friuli Venezia Giulia,2020-04-17,171.0,,,23.0,,
+IT-36,Friuli Venezia Giulia,2020-04-18,168.0,,,27.0,,
+IT-36,Friuli Venezia Giulia,2020-04-19,165.0,,,25.0,,
+IT-36,Friuli Venezia Giulia,2020-04-20,162.0,,,22.0,,
+IT-36,Friuli Venezia Giulia,2020-04-21,160.0,,,21.0,,
+IT-36,Friuli Venezia Giulia,2020-04-22,154.0,,,20.0,,
+IT-36,Friuli Venezia Giulia,2020-04-23,156.0,,,18.0,,
+IT-36,Friuli Venezia Giulia,2020-04-24,152.0,,,16.0,,
+IT-36,Friuli Venezia Giulia,2020-04-25,137.0,,,15.0,,
+IT-36,Friuli Venezia Giulia,2020-04-26,142.0,,,13.0,,
+IT-36,Friuli Venezia Giulia,2020-04-27,143.0,,,13.0,,
+IT-36,Friuli Venezia Giulia,2020-04-28,149.0,,,13.0,,
+IT-36,Friuli Venezia Giulia,2020-04-29,146.0,,,12.0,,
+IT-36,Friuli Venezia Giulia,2020-04-30,120.0,,,11.0,,
+IT-36,Friuli Venezia Giulia,2020-05-01,137.0,,,6.0,,
+IT-36,Friuli Venezia Giulia,2020-05-02,136.0,,,5.0,,
+IT-36,Friuli Venezia Giulia,2020-05-03,137.0,,,6.0,,
+IT-36,Friuli Venezia Giulia,2020-05-04,134.0,,,4.0,,
+IT-36,Friuli Venezia Giulia,2020-05-05,124.0,,,4.0,,
+IT-36,Friuli Venezia Giulia,2020-05-06,118.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-07,111.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-08,107.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-09,104.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-10,101.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-11,99.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-12,98.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-13,94.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-14,151.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-15,83.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-16,82.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-17,83.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-18,84.0,,,3.0,,
+IT-36,Friuli Venezia Giulia,2020-05-19,78.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-20,78.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-21,74.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-22,70.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-23,64.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-24,63.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-25,63.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-26,60.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-27,52.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-28,52.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-29,47.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-05-30,46.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-05-31,42.0,,,1.0,,
+IT-36,Friuli Venezia Giulia,2020-06-01,42.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-02,42.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-03,41.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-04,36.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-05,27.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-06,26.0,,,2.0,,
+IT-36,Friuli Venezia Giulia,2020-06-07,26.0,,,4.0,,
+IT-36,Friuli Venezia Giulia,2020-06-08,25.0,,,3.0,,
+IT-62,Lazio,2020-02-24,2.0,,,1.0,,
+IT-62,Lazio,2020-02-25,2.0,,,1.0,,
+IT-62,Lazio,2020-02-26,0.0,,,0.0,,
+IT-62,Lazio,2020-02-27,0.0,,,0.0,,
+IT-62,Lazio,2020-02-28,0.0,,,0.0,,
+IT-62,Lazio,2020-02-29,3.0,,,0.0,,
+IT-62,Lazio,2020-03-01,3.0,,,0.0,,
+IT-62,Lazio,2020-03-02,3.0,,,0.0,,
+IT-62,Lazio,2020-03-03,10.0,,,0.0,,
+IT-62,Lazio,2020-03-04,18.0,,,3.0,,
+IT-62,Lazio,2020-03-05,27.0,,,7.0,,
+IT-62,Lazio,2020-03-06,34.0,,,8.0,,
+IT-62,Lazio,2020-03-07,51.0,,,8.0,,
+IT-62,Lazio,2020-03-08,55.0,,,8.0,,
+IT-62,Lazio,2020-03-09,63.0,,,8.0,,
+IT-62,Lazio,2020-03-10,65.0,,,15.0,,
+IT-62,Lazio,2020-03-11,85.0,,,18.0,,
+IT-62,Lazio,2020-03-12,105.0,,,20.0,,
+IT-62,Lazio,2020-03-13,146.0,,,24.0,,
+IT-62,Lazio,2020-03-14,206.0,,,25.0,,
+IT-62,Lazio,2020-03-15,254.0,,,31.0,,
+IT-62,Lazio,2020-03-16,298.0,,,31.0,,
+IT-62,Lazio,2020-03-17,358.0,,,44.0,,
+IT-62,Lazio,2020-03-18,418.0,,,44.0,,
+IT-62,Lazio,2020-03-19,471.0,,,45.0,,
+IT-62,Lazio,2020-03-20,584.0,,,47.0,,
+IT-62,Lazio,2020-03-21,661.0,,,70.0,,
+IT-62,Lazio,2020-03-22,750.0,,,79.0,,
+IT-62,Lazio,2020-03-23,814.0,,,96.0,,
+IT-62,Lazio,2020-03-24,841.0,,,94.0,,
+IT-62,Lazio,2020-03-25,906.0,,,101.0,,
+IT-62,Lazio,2020-03-26,991.0,,,113.0,,
+IT-62,Lazio,2020-03-27,1118.0,,,126.0,,
+IT-62,Lazio,2020-03-28,1118.0,,,133.0,,
+IT-62,Lazio,2020-03-29,1195.0,,,133.0,,
+IT-62,Lazio,2020-03-30,1233.0,,,154.0,,
+IT-62,Lazio,2020-03-31,1300.0,,,173.0,,
+IT-62,Lazio,2020-04-01,1308.0,,,177.0,,
+IT-62,Lazio,2020-04-02,1350.0,,,181.0,,
+IT-62,Lazio,2020-04-03,1382.0,,,188.0,,
+IT-62,Lazio,2020-04-04,1429.0,,,193.0,,
+IT-62,Lazio,2020-04-05,1432.0,,,197.0,,
+IT-62,Lazio,2020-04-06,1432.0,,,197.0,,
+IT-62,Lazio,2020-04-07,1421.0,,,192.0,,
+IT-62,Lazio,2020-04-08,1437.0,,,196.0,,
+IT-62,Lazio,2020-04-09,1442.0,,,198.0,,
+IT-62,Lazio,2020-04-10,1437.0,,,201.0,,
+IT-62,Lazio,2020-04-11,1467.0,,,203.0,,
+IT-62,Lazio,2020-04-12,1469.0,,,201.0,,
+IT-62,Lazio,2020-04-13,1514.0,,,200.0,,
+IT-62,Lazio,2020-04-14,1543.0,,,199.0,,
+IT-62,Lazio,2020-04-15,1538.0,,,196.0,,
+IT-62,Lazio,2020-04-16,1544.0,,,197.0,,
+IT-62,Lazio,2020-04-17,1519.0,,,187.0,,
+IT-62,Lazio,2020-04-18,1562.0,,,186.0,,
+IT-62,Lazio,2020-04-19,1555.0,,,185.0,,
+IT-62,Lazio,2020-04-20,1573.0,,,185.0,,
+IT-62,Lazio,2020-04-21,1564.0,,,184.0,,
+IT-62,Lazio,2020-04-22,1571.0,,,187.0,,
+IT-62,Lazio,2020-04-23,1571.0,,,186.0,,
+IT-62,Lazio,2020-04-24,1580.0,,,184.0,,
+IT-62,Lazio,2020-04-25,1604.0,,,183.0,,
+IT-62,Lazio,2020-04-26,1603.0,,,161.0,,
+IT-62,Lazio,2020-04-27,1607.0,,,143.0,,
+IT-62,Lazio,2020-04-28,1600.0,,,132.0,,
+IT-62,Lazio,2020-04-29,1575.0,,,130.0,,
+IT-62,Lazio,2020-04-30,1532.0,,,115.0,,
+IT-62,Lazio,2020-05-01,1477.0,,,105.0,,
+IT-62,Lazio,2020-05-02,1466.0,,,96.0,,
+IT-62,Lazio,2020-05-03,1441.0,,,95.0,,
+IT-62,Lazio,2020-05-04,1430.0,,,95.0,,
+IT-62,Lazio,2020-05-05,1406.0,,,91.0,,
+IT-62,Lazio,2020-05-06,1442.0,,,91.0,,
+IT-62,Lazio,2020-05-07,1380.0,,,89.0,,
+IT-62,Lazio,2020-05-08,1362.0,,,84.0,,
+IT-62,Lazio,2020-05-09,1359.0,,,82.0,,
+IT-62,Lazio,2020-05-10,1349.0,,,84.0,,
+IT-62,Lazio,2020-05-11,1349.0,,,83.0,,
+IT-62,Lazio,2020-05-12,1342.0,,,84.0,,
+IT-62,Lazio,2020-05-13,1307.0,,,83.0,,
+IT-62,Lazio,2020-05-14,1257.0,,,79.0,,
+IT-62,Lazio,2020-05-15,1252.0,,,79.0,,
+IT-62,Lazio,2020-05-16,1232.0,,,76.0,,
+IT-62,Lazio,2020-05-17,1224.0,,,74.0,,
+IT-62,Lazio,2020-05-18,1210.0,,,73.0,,
+IT-62,Lazio,2020-05-19,1198.0,,,74.0,,
+IT-62,Lazio,2020-05-20,1193.0,,,74.0,,
+IT-62,Lazio,2020-05-21,1178.0,,,68.0,,
+IT-62,Lazio,2020-05-22,1178.0,,,67.0,,
+IT-62,Lazio,2020-05-23,1157.0,,,60.0,,
+IT-62,Lazio,2020-05-24,1149.0,,,61.0,,
+IT-62,Lazio,2020-05-25,1145.0,,,60.0,,
+IT-62,Lazio,2020-05-26,1142.0,,,59.0,,
+IT-62,Lazio,2020-05-27,1127.0,,,65.0,,
+IT-62,Lazio,2020-05-28,1099.0,,,64.0,,
+IT-62,Lazio,2020-05-29,876.0,,,59.0,,
+IT-62,Lazio,2020-05-30,827.0,,,58.0,,
+IT-62,Lazio,2020-05-31,787.0,,,57.0,,
+IT-62,Lazio,2020-06-01,650.0,,,56.0,,
+IT-62,Lazio,2020-06-02,636.0,,,56.0,,
+IT-62,Lazio,2020-06-03,570.0,,,51.0,,
+IT-62,Lazio,2020-06-04,539.0,,,51.0,,
+IT-62,Lazio,2020-06-05,531.0,,,51.0,,
+IT-62,Lazio,2020-06-06,526.0,,,49.0,,
+IT-62,Lazio,2020-06-07,516.0,,,49.0,,
+IT-62,Lazio,2020-06-08,515.0,,,49.0,,
+IT-42,Liguria,2020-02-24,0.0,,,0.0,,
+IT-42,Liguria,2020-02-25,1.0,,,0.0,,
+IT-42,Liguria,2020-02-26,6.0,,,0.0,,
+IT-42,Liguria,2020-02-27,9.0,,,0.0,,
+IT-42,Liguria,2020-02-28,9.0,,,0.0,,
+IT-42,Liguria,2020-02-29,5.0,,,1.0,,
+IT-42,Liguria,2020-03-01,13.0,,,1.0,,
+IT-42,Liguria,2020-03-02,13.0,,,1.0,,
+IT-42,Liguria,2020-03-03,14.0,,,2.0,,
+IT-42,Liguria,2020-03-04,13.0,,,3.0,,
+IT-42,Liguria,2020-03-05,14.0,,,3.0,,
+IT-42,Liguria,2020-03-06,17.0,,,5.0,,
+IT-42,Liguria,2020-03-07,32.0,,,6.0,,
+IT-42,Liguria,2020-03-08,50.0,,,11.0,,
+IT-42,Liguria,2020-03-09,77.0,,,17.0,,
+IT-42,Liguria,2020-03-10,86.0,,,29.0,,
+IT-42,Liguria,2020-03-11,108.0,,,34.0,,
+IT-42,Liguria,2020-03-12,136.0,,,36.0,,
+IT-42,Liguria,2020-03-13,172.0,,,44.0,,
+IT-42,Liguria,2020-03-14,275.0,,,62.0,,
+IT-42,Liguria,2020-03-15,319.0,,,66.0,,
+IT-42,Liguria,2020-03-16,328.0,,,73.0,,
+IT-42,Liguria,2020-03-17,384.0,,,85.0,,
+IT-42,Liguria,2020-03-18,501.0,,,100.0,,
+IT-42,Liguria,2020-03-19,603.0,,,112.0,,
+IT-42,Liguria,2020-03-20,694.0,,,121.0,,
+IT-42,Liguria,2020-03-21,727.0,,,129.0,,
+IT-42,Liguria,2020-03-22,868.0,,,132.0,,
+IT-42,Liguria,2020-03-23,894.0,,,133.0,,
+IT-42,Liguria,2020-03-24,950.0,,,147.0,,
+IT-42,Liguria,2020-03-25,1074.0,,,147.0,,
+IT-42,Liguria,2020-03-26,1152.0,,,154.0,,
+IT-42,Liguria,2020-03-27,1180.0,,,157.0,,
+IT-42,Liguria,2020-03-28,1198.0,,,167.0,,
+IT-42,Liguria,2020-03-29,1243.0,,,166.0,,
+IT-42,Liguria,2020-03-30,1317.0,,,175.0,,
+IT-42,Liguria,2020-03-31,1332.0,,,179.0,,
+IT-42,Liguria,2020-04-01,1293.0,,,179.0,,
+IT-42,Liguria,2020-04-02,1292.0,,,172.0,,
+IT-42,Liguria,2020-04-03,1320.0,,,173.0,,
+IT-42,Liguria,2020-04-04,1290.0,,,169.0,,
+IT-42,Liguria,2020-04-05,1291.0,,,165.0,,
+IT-42,Liguria,2020-04-06,1303.0,,,162.0,,
+IT-42,Liguria,2020-04-07,1246.0,,,156.0,,
+IT-42,Liguria,2020-04-08,1262.0,,,153.0,,
+IT-42,Liguria,2020-04-09,1257.0,,,154.0,,
+IT-42,Liguria,2020-04-10,1227.0,,,151.0,,
+IT-42,Liguria,2020-04-11,1149.0,,,146.0,,
+IT-42,Liguria,2020-04-12,1176.0,,,144.0,,
+IT-42,Liguria,2020-04-13,1226.0,,,138.0,,
+IT-42,Liguria,2020-04-14,1100.0,,,133.0,,
+IT-42,Liguria,2020-04-15,1079.0,,,120.0,,
+IT-42,Liguria,2020-04-16,1060.0,,,103.0,,
+IT-42,Liguria,2020-04-17,1002.0,,,105.0,,
+IT-42,Liguria,2020-04-18,1006.0,,,105.0,,
+IT-42,Liguria,2020-04-19,986.0,,,101.0,,
+IT-42,Liguria,2020-04-20,980.0,,,102.0,,
+IT-42,Liguria,2020-04-21,1008.0,,,94.0,,
+IT-42,Liguria,2020-04-22,952.0,,,92.0,,
+IT-42,Liguria,2020-04-23,874.0,,,91.0,,
+IT-42,Liguria,2020-04-24,847.0,,,87.0,,
+IT-42,Liguria,2020-04-25,842.0,,,83.0,,
+IT-42,Liguria,2020-04-26,830.0,,,82.0,,
+IT-42,Liguria,2020-04-27,837.0,,,83.0,,
+IT-42,Liguria,2020-04-28,799.0,,,81.0,,
+IT-42,Liguria,2020-04-29,767.0,,,70.0,,
+IT-42,Liguria,2020-04-30,745.0,,,69.0,,
+IT-42,Liguria,2020-05-01,734.0,,,68.0,,
+IT-42,Liguria,2020-05-02,715.0,,,68.0,,
+IT-42,Liguria,2020-05-03,695.0,,,68.0,,
+IT-42,Liguria,2020-05-04,678.0,,,72.0,,
+IT-42,Liguria,2020-05-05,651.0,,,68.0,,
+IT-42,Liguria,2020-05-06,607.0,,,59.0,,
+IT-42,Liguria,2020-05-07,582.0,,,57.0,,
+IT-42,Liguria,2020-05-08,563.0,,,46.0,,
+IT-42,Liguria,2020-05-09,543.0,,,42.0,,
+IT-42,Liguria,2020-05-10,522.0,,,41.0,,
+IT-42,Liguria,2020-05-11,522.0,,,38.0,,
+IT-42,Liguria,2020-05-12,482.0,,,35.0,,
+IT-42,Liguria,2020-05-13,465.0,,,35.0,,
+IT-42,Liguria,2020-05-14,443.0,,,35.0,,
+IT-42,Liguria,2020-05-15,416.0,,,31.0,,
+IT-42,Liguria,2020-05-16,395.0,,,26.0,,
+IT-42,Liguria,2020-05-17,384.0,,,24.0,,
+IT-42,Liguria,2020-05-18,383.0,,,23.0,,
+IT-42,Liguria,2020-05-19,360.0,,,22.0,,
+IT-42,Liguria,2020-05-20,332.0,,,22.0,,
+IT-42,Liguria,2020-05-21,305.0,,,22.0,,
+IT-42,Liguria,2020-05-22,288.0,,,19.0,,
+IT-42,Liguria,2020-05-23,267.0,,,20.0,,
+IT-42,Liguria,2020-05-24,265.0,,,18.0,,
+IT-42,Liguria,2020-05-25,254.0,,,18.0,,
+IT-42,Liguria,2020-05-26,242.0,,,19.0,,
+IT-42,Liguria,2020-05-27,219.0,,,14.0,,
+IT-42,Liguria,2020-05-28,211.0,,,13.0,,
+IT-42,Liguria,2020-05-29,205.0,,,13.0,,
+IT-42,Liguria,2020-05-30,195.0,,,9.0,,
+IT-42,Liguria,2020-05-31,203.0,,,8.0,,
+IT-42,Liguria,2020-06-01,198.0,,,7.0,,
+IT-42,Liguria,2020-06-02,182.0,,,7.0,,
+IT-42,Liguria,2020-06-03,175.0,,,6.0,,
+IT-42,Liguria,2020-06-04,155.0,,,6.0,,
+IT-42,Liguria,2020-06-05,148.0,,,6.0,,
+IT-42,Liguria,2020-06-06,140.0,,,4.0,,
+IT-42,Liguria,2020-06-07,132.0,,,5.0,,
+IT-42,Liguria,2020-06-08,130.0,,,5.0,,
+IT-25,Lombardia,2020-02-24,95.0,,,19.0,,
+IT-25,Lombardia,2020-02-25,104.0,,,25.0,,
+IT-25,Lombardia,2020-02-26,104.0,,,25.0,,
+IT-25,Lombardia,2020-02-27,213.0,,,41.0,,
+IT-25,Lombardia,2020-02-28,282.0,,,47.0,,
+IT-25,Lombardia,2020-02-29,336.0,,,80.0,,
+IT-25,Lombardia,2020-03-01,512.0,,,106.0,,
+IT-25,Lombardia,2020-03-02,605.0,,,127.0,,
+IT-25,Lombardia,2020-03-03,865.0,,,167.0,,
+IT-25,Lombardia,2020-03-04,1086.0,,,209.0,,
+IT-25,Lombardia,2020-03-05,1413.0,,,244.0,,
+IT-25,Lombardia,2020-03-06,1931.0,,,309.0,,
+IT-25,Lombardia,2020-03-07,2020.0,,,359.0,,
+IT-25,Lombardia,2020-03-08,2616.0,,,399.0,,
+IT-25,Lombardia,2020-03-09,3242.0,,,440.0,,
+IT-25,Lombardia,2020-03-10,3785.0,,,466.0,,
+IT-25,Lombardia,2020-03-11,4412.0,,,560.0,,
+IT-25,Lombardia,2020-03-12,4852.0,,,605.0,,
+IT-25,Lombardia,2020-03-13,5085.0,,,650.0,,
+IT-25,Lombardia,2020-03-14,5630.0,,,732.0,,
+IT-25,Lombardia,2020-03-15,6267.0,,,767.0,,
+IT-25,Lombardia,2020-03-16,6994.0,,,823.0,,
+IT-25,Lombardia,2020-03-17,7832.0,,,879.0,,
+IT-25,Lombardia,2020-03-18,8209.0,,,924.0,,
+IT-25,Lombardia,2020-03-19,8393.0,,,1006.0,,
+IT-25,Lombardia,2020-03-20,8785.0,,,1050.0,,
+IT-25,Lombardia,2020-03-21,9351.0,,,1093.0,,
+IT-25,Lombardia,2020-03-22,10581.0,,,1142.0,,
+IT-25,Lombardia,2020-03-23,10449.0,,,1183.0,,
+IT-25,Lombardia,2020-03-24,10905.0,,,1194.0,,
+IT-25,Lombardia,2020-03-25,11262.0,,,1236.0,,
+IT-25,Lombardia,2020-03-26,11944.0,,,1263.0,,
+IT-25,Lombardia,2020-03-27,12429.0,,,1292.0,,
+IT-25,Lombardia,2020-03-28,12471.0,,,1319.0,,
+IT-25,Lombardia,2020-03-29,12941.0,,,1328.0,,
+IT-25,Lombardia,2020-03-30,13145.0,,,1330.0,,
+IT-25,Lombardia,2020-03-31,13207.0,,,1324.0,,
+IT-25,Lombardia,2020-04-01,13269.0,,,1342.0,,
+IT-25,Lombardia,2020-04-02,13113.0,,,1351.0,,
+IT-25,Lombardia,2020-04-03,13183.0,,,1381.0,,
+IT-25,Lombardia,2020-04-04,13328.0,,,1326.0,,
+IT-25,Lombardia,2020-04-05,13326.0,,,1317.0,,
+IT-25,Lombardia,2020-04-06,13257.0,,,1343.0,,
+IT-25,Lombardia,2020-04-07,13138.0,,,1305.0,,
+IT-25,Lombardia,2020-04-08,12976.0,,,1257.0,,
+IT-25,Lombardia,2020-04-09,13032.0,,,1236.0,,
+IT-25,Lombardia,2020-04-10,13079.0,,,1202.0,,
+IT-25,Lombardia,2020-04-11,13200.0,,,1174.0,,
+IT-25,Lombardia,2020-04-12,13145.0,,,1176.0,,
+IT-25,Lombardia,2020-04-13,13171.0,,,1143.0,,
+IT-25,Lombardia,2020-04-14,13199.0,,,1122.0,,
+IT-25,Lombardia,2020-04-15,13117.0,,,1074.0,,
+IT-25,Lombardia,2020-04-16,12388.0,,,1032.0,,
+IT-25,Lombardia,2020-04-17,11598.0,,,971.0,,
+IT-25,Lombardia,2020-04-18,10989.0,,,947.0,,
+IT-25,Lombardia,2020-04-19,11264.0,,,922.0,,
+IT-25,Lombardia,2020-04-20,11039.0,,,901.0,,
+IT-25,Lombardia,2020-04-21,10656.0,,,851.0,,
+IT-25,Lombardia,2020-04-22,10509.0,,,817.0,,
+IT-25,Lombardia,2020-04-23,9982.0,,,790.0,,
+IT-25,Lombardia,2020-04-24,9547.0,,,756.0,,
+IT-25,Lombardia,2020-04-25,9213.0,,,724.0,,
+IT-25,Lombardia,2020-04-26,9187.0,,,706.0,,
+IT-25,Lombardia,2020-04-27,8205.0,,,680.0,,
+IT-25,Lombardia,2020-04-28,7935.0,,,655.0,,
+IT-25,Lombardia,2020-04-29,7754.0,,,634.0,,
+IT-25,Lombardia,2020-04-30,7439.0,,,605.0,,
+IT-25,Lombardia,2020-05-01,7191.0,,,563.0,,
+IT-25,Lombardia,2020-05-02,7074.0,,,545.0,,
+IT-25,Lombardia,2020-05-03,7141.0,,,532.0,,
+IT-25,Lombardia,2020-05-04,6946.0,,,532.0,,
+IT-25,Lombardia,2020-05-05,6710.0,,,509.0,,
+IT-25,Lombardia,2020-05-06,6559.0,,,480.0,,
+IT-25,Lombardia,2020-05-07,6328.0,,,480.0,,
+IT-25,Lombardia,2020-05-08,6102.0,,,400.0,,
+IT-25,Lombardia,2020-05-09,5865.0,,,330.0,,
+IT-25,Lombardia,2020-05-10,5776.0,,,348.0,,
+IT-25,Lombardia,2020-05-11,5738.0,,,341.0,,
+IT-25,Lombardia,2020-05-12,5544.0,,,322.0,,
+IT-25,Lombardia,2020-05-13,5314.0,,,307.0,,
+IT-25,Lombardia,2020-05-14,5115.0,,,297.0,,
+IT-25,Lombardia,2020-05-15,4981.0,,,276.0,,
+IT-25,Lombardia,2020-05-16,4789.0,,,268.0,,
+IT-25,Lombardia,2020-05-17,4735.0,,,255.0,,
+IT-25,Lombardia,2020-05-18,4734.0,,,252.0,,
+IT-25,Lombardia,2020-05-19,4670.0,,,244.0,,
+IT-25,Lombardia,2020-05-20,4512.0,,,231.0,,
+IT-25,Lombardia,2020-05-21,4345.0,,,226.0,,
+IT-25,Lombardia,2020-05-22,4235.0,,,207.0,,
+IT-25,Lombardia,2020-05-23,4225.0,,,199.0,,
+IT-25,Lombardia,2020-05-24,4214.0,,,197.0,,
+IT-25,Lombardia,2020-05-25,3917.0,,,196.0,,
+IT-25,Lombardia,2020-05-26,3805.0,,,183.0,,
+IT-25,Lombardia,2020-05-27,3801.0,,,175.0,,
+IT-25,Lombardia,2020-05-28,3643.0,,,173.0,,
+IT-25,Lombardia,2020-05-29,3725.0,,,173.0,,
+IT-25,Lombardia,2020-05-30,3479.0,,,172.0,,
+IT-25,Lombardia,2020-05-31,3301.0,,,170.0,,
+IT-25,Lombardia,2020-06-01,3252.0,,,167.0,,
+IT-25,Lombardia,2020-06-02,3187.0,,,166.0,,
+IT-25,Lombardia,2020-06-03,3126.0,,,131.0,,
+IT-25,Lombardia,2020-06-04,3079.0,,,125.0,,
+IT-25,Lombardia,2020-06-05,3080.0,,,120.0,,
+IT-25,Lombardia,2020-06-06,2950.0,,,110.0,,
+IT-25,Lombardia,2020-06-07,2908.0,,,107.0,,
+IT-25,Lombardia,2020-06-08,2815.0,,,107.0,,
+IT-57,Marche,2020-02-24,0.0,,,0.0,,
+IT-57,Marche,2020-02-25,0.0,,,0.0,,
+IT-57,Marche,2020-02-26,1.0,,,0.0,,
+IT-57,Marche,2020-02-27,3.0,,,1.0,,
+IT-57,Marche,2020-02-28,5.0,,,2.0,,
+IT-57,Marche,2020-02-29,8.0,,,2.0,,
+IT-57,Marche,2020-03-01,17.0,,,5.0,,
+IT-57,Marche,2020-03-02,23.0,,,6.0,,
+IT-57,Marche,2020-03-03,40.0,,,13.0,,
+IT-57,Marche,2020-03-04,49.0,,,15.0,,
+IT-57,Marche,2020-03-05,76.0,,,19.0,,
+IT-57,Marche,2020-03-06,93.0,,,20.0,,
+IT-57,Marche,2020-03-07,130.0,,,36.0,,
+IT-57,Marche,2020-03-08,151.0,,,41.0,,
+IT-57,Marche,2020-03-09,183.0,,,47.0,,
+IT-57,Marche,2020-03-10,206.0,,,54.0,,
+IT-57,Marche,2020-03-11,278.0,,,66.0,,
+IT-57,Marche,2020-03-12,330.0,,,76.0,,
+IT-57,Marche,2020-03-13,422.0,,,85.0,,
+IT-57,Marche,2020-03-14,542.0,,,93.0,,
+IT-57,Marche,2020-03-15,619.0,,,98.0,,
+IT-57,Marche,2020-03-16,638.0,,,110.0,,
+IT-57,Marche,2020-03-17,708.0,,,109.0,,
+IT-57,Marche,2020-03-18,757.0,,,119.0,,
+IT-57,Marche,2020-03-19,797.0,,,141.0,,
+IT-57,Marche,2020-03-20,842.0,,,138.0,,
+IT-57,Marche,2020-03-21,883.0,,,141.0,,
+IT-57,Marche,2020-03-22,954.0,,,138.0,,
+IT-57,Marche,2020-03-23,1030.0,,,148.0,,
+IT-57,Marche,2020-03-24,1011.0,,,149.0,,
+IT-57,Marche,2020-03-25,1086.0,,,148.0,,
+IT-57,Marche,2020-03-26,1143.0,,,166.0,,
+IT-57,Marche,2020-03-27,1141.0,,,162.0,,
+IT-57,Marche,2020-03-28,1153.0,,,166.0,,
+IT-57,Marche,2020-03-29,1168.0,,,168.0,,
+IT-57,Marche,2020-03-30,1165.0,,,167.0,,
+IT-57,Marche,2020-03-31,1115.0,,,169.0,,
+IT-57,Marche,2020-04-01,1152.0,,,168.0,,
+IT-57,Marche,2020-04-02,1150.0,,,164.0,,
+IT-57,Marche,2020-04-03,1140.0,,,158.0,,
+IT-57,Marche,2020-04-04,1150.0,,,153.0,,
+IT-57,Marche,2020-04-05,1138.0,,,151.0,,
+IT-57,Marche,2020-04-06,1141.0,,,140.0,,
+IT-57,Marche,2020-04-07,1101.0,,,139.0,,
+IT-57,Marche,2020-04-08,1107.0,,,133.0,,
+IT-57,Marche,2020-04-09,1078.0,,,133.0,,
+IT-57,Marche,2020-04-10,1052.0,,,127.0,,
+IT-57,Marche,2020-04-11,1078.0,,,118.0,,
+IT-57,Marche,2020-04-12,1063.0,,,114.0,,
+IT-57,Marche,2020-04-13,1067.0,,,108.0,,
+IT-57,Marche,2020-04-14,1043.0,,,106.0,,
+IT-57,Marche,2020-04-15,994.0,,,106.0,,
+IT-57,Marche,2020-04-16,952.0,,,102.0,,
+IT-57,Marche,2020-04-17,933.0,,,94.0,,
+IT-57,Marche,2020-04-18,892.0,,,88.0,,
+IT-57,Marche,2020-04-19,885.0,,,86.0,,
+IT-57,Marche,2020-04-20,872.0,,,80.0,,
+IT-57,Marche,2020-04-21,862.0,,,78.0,,
+IT-57,Marche,2020-04-22,811.0,,,76.0,,
+IT-57,Marche,2020-04-23,798.0,,,71.0,,
+IT-57,Marche,2020-04-24,766.0,,,61.0,,
+IT-57,Marche,2020-04-25,747.0,,,58.0,,
+IT-57,Marche,2020-04-26,726.0,,,58.0,,
+IT-57,Marche,2020-04-27,725.0,,,58.0,,
+IT-57,Marche,2020-04-28,724.0,,,58.0,,
+IT-57,Marche,2020-04-29,692.0,,,52.0,,
+IT-57,Marche,2020-04-30,513.0,,,48.0,,
+IT-57,Marche,2020-05-01,457.0,,,44.0,,
+IT-57,Marche,2020-05-02,445.0,,,46.0,,
+IT-57,Marche,2020-05-03,443.0,,,43.0,,
+IT-57,Marche,2020-05-04,433.0,,,44.0,,
+IT-57,Marche,2020-05-05,429.0,,,42.0,,
+IT-57,Marche,2020-05-06,395.0,,,42.0,,
+IT-57,Marche,2020-05-07,369.0,,,41.0,,
+IT-57,Marche,2020-05-08,341.0,,,38.0,,
+IT-57,Marche,2020-05-09,317.0,,,32.0,,
+IT-57,Marche,2020-05-10,314.0,,,30.0,,
+IT-57,Marche,2020-05-11,305.0,,,28.0,,
+IT-57,Marche,2020-05-12,254.0,,,24.0,,
+IT-57,Marche,2020-05-13,231.0,,,20.0,,
+IT-57,Marche,2020-05-14,207.0,,,18.0,,
+IT-57,Marche,2020-05-15,196.0,,,18.0,,
+IT-57,Marche,2020-05-16,171.0,,,17.0,,
+IT-57,Marche,2020-05-17,169.0,,,18.0,,
+IT-57,Marche,2020-05-18,173.0,,,17.0,,
+IT-57,Marche,2020-05-19,161.0,,,17.0,,
+IT-57,Marche,2020-05-20,141.0,,,16.0,,
+IT-57,Marche,2020-05-21,127.0,,,16.0,,
+IT-57,Marche,2020-05-22,116.0,,,15.0,,
+IT-57,Marche,2020-05-23,115.0,,,15.0,,
+IT-57,Marche,2020-05-24,114.0,,,13.0,,
+IT-57,Marche,2020-05-25,108.0,,,13.0,,
+IT-57,Marche,2020-05-26,107.0,,,13.0,,
+IT-57,Marche,2020-05-27,103.0,,,13.0,,
+IT-57,Marche,2020-05-28,92.0,,,13.0,,
+IT-57,Marche,2020-05-29,78.0,,,9.0,,
+IT-57,Marche,2020-05-30,75.0,,,9.0,,
+IT-57,Marche,2020-05-31,71.0,,,9.0,,
+IT-57,Marche,2020-06-01,72.0,,,9.0,,
+IT-57,Marche,2020-06-02,69.0,,,9.0,,
+IT-57,Marche,2020-06-03,65.0,,,8.0,,
+IT-57,Marche,2020-06-04,57.0,,,5.0,,
+IT-57,Marche,2020-06-05,55.0,,,5.0,,
+IT-57,Marche,2020-06-06,49.0,,,3.0,,
+IT-57,Marche,2020-06-07,43.0,,,2.0,,
+IT-57,Marche,2020-06-08,43.0,,,2.0,,
+IT-67,Molise,2020-02-24,0.0,,,0.0,,
+IT-67,Molise,2020-02-25,0.0,,,0.0,,
+IT-67,Molise,2020-02-26,0.0,,,0.0,,
+IT-67,Molise,2020-02-27,0.0,,,0.0,,
+IT-67,Molise,2020-02-28,0.0,,,0.0,,
+IT-67,Molise,2020-02-29,0.0,,,0.0,,
+IT-67,Molise,2020-03-01,0.0,,,0.0,,
+IT-67,Molise,2020-03-02,0.0,,,0.0,,
+IT-67,Molise,2020-03-03,3.0,,,0.0,,
+IT-67,Molise,2020-03-04,3.0,,,0.0,,
+IT-67,Molise,2020-03-05,4.0,,,0.0,,
+IT-67,Molise,2020-03-06,5.0,,,2.0,,
+IT-67,Molise,2020-03-07,5.0,,,2.0,,
+IT-67,Molise,2020-03-08,6.0,,,2.0,,
+IT-67,Molise,2020-03-09,6.0,,,2.0,,
+IT-67,Molise,2020-03-10,6.0,,,3.0,,
+IT-67,Molise,2020-03-11,7.0,,,3.0,,
+IT-67,Molise,2020-03-12,7.0,,,3.0,,
+IT-67,Molise,2020-03-13,8.0,,,3.0,,
+IT-67,Molise,2020-03-14,8.0,,,3.0,,
+IT-67,Molise,2020-03-15,7.0,,,4.0,,
+IT-67,Molise,2020-03-16,8.0,,,5.0,,
+IT-67,Molise,2020-03-17,12.0,,,5.0,,
+IT-67,Molise,2020-03-18,13.0,,,6.0,,
+IT-67,Molise,2020-03-19,25.0,,,6.0,,
+IT-67,Molise,2020-03-20,26.0,,,6.0,,
+IT-67,Molise,2020-03-21,27.0,,,6.0,,
+IT-67,Molise,2020-03-22,31.0,,,7.0,,
+IT-67,Molise,2020-03-23,32.0,,,7.0,,
+IT-67,Molise,2020-03-24,34.0,,,7.0,,
+IT-67,Molise,2020-03-25,33.0,,,7.0,,
+IT-67,Molise,2020-03-26,35.0,,,8.0,,
+IT-67,Molise,2020-03-27,35.0,,,9.0,,
+IT-67,Molise,2020-03-28,35.0,,,9.0,,
+IT-67,Molise,2020-03-29,34.0,,,9.0,,
+IT-67,Molise,2020-03-30,35.0,,,8.0,,
+IT-67,Molise,2020-03-31,37.0,,,8.0,,
+IT-67,Molise,2020-04-01,40.0,,,8.0,,
+IT-67,Molise,2020-04-02,38.0,,,8.0,,
+IT-67,Molise,2020-04-03,39.0,,,8.0,,
+IT-67,Molise,2020-04-04,37.0,,,6.0,,
+IT-67,Molise,2020-04-05,39.0,,,6.0,,
+IT-67,Molise,2020-04-06,39.0,,,5.0,,
+IT-67,Molise,2020-04-07,40.0,,,5.0,,
+IT-67,Molise,2020-04-08,34.0,,,4.0,,
+IT-67,Molise,2020-04-09,34.0,,,4.0,,
+IT-67,Molise,2020-04-10,32.0,,,4.0,,
+IT-67,Molise,2020-04-11,32.0,,,4.0,,
+IT-67,Molise,2020-04-12,31.0,,,4.0,,
+IT-67,Molise,2020-04-13,32.0,,,4.0,,
+IT-67,Molise,2020-04-14,30.0,,,4.0,,
+IT-67,Molise,2020-04-15,31.0,,,4.0,,
+IT-67,Molise,2020-04-16,29.0,,,4.0,,
+IT-67,Molise,2020-04-17,30.0,,,4.0,,
+IT-67,Molise,2020-04-18,31.0,,,4.0,,
+IT-67,Molise,2020-04-19,31.0,,,4.0,,
+IT-67,Molise,2020-04-20,29.0,,,2.0,,
+IT-67,Molise,2020-04-21,29.0,,,2.0,,
+IT-67,Molise,2020-04-22,23.0,,,2.0,,
+IT-67,Molise,2020-04-23,20.0,,,1.0,,
+IT-67,Molise,2020-04-24,20.0,,,1.0,,
+IT-67,Molise,2020-04-25,20.0,,,1.0,,
+IT-67,Molise,2020-04-26,21.0,,,1.0,,
+IT-67,Molise,2020-04-27,21.0,,,1.0,,
+IT-67,Molise,2020-04-28,19.0,,,1.0,,
+IT-67,Molise,2020-04-29,18.0,,,1.0,,
+IT-67,Molise,2020-04-30,18.0,,,1.0,,
+IT-67,Molise,2020-05-01,18.0,,,1.0,,
+IT-67,Molise,2020-05-02,10.0,,,1.0,,
+IT-67,Molise,2020-05-03,9.0,,,1.0,,
+IT-67,Molise,2020-05-04,10.0,,,1.0,,
+IT-67,Molise,2020-05-05,10.0,,,1.0,,
+IT-67,Molise,2020-05-06,9.0,,,0.0,,
+IT-67,Molise,2020-05-07,8.0,,,0.0,,
+IT-67,Molise,2020-05-08,6.0,,,0.0,,
+IT-67,Molise,2020-05-09,8.0,,,0.0,,
+IT-67,Molise,2020-05-10,9.0,,,0.0,,
+IT-67,Molise,2020-05-11,11.0,,,0.0,,
+IT-67,Molise,2020-05-12,14.0,,,1.0,,
+IT-67,Molise,2020-05-13,10.0,,,1.0,,
+IT-67,Molise,2020-05-14,11.0,,,1.0,,
+IT-67,Molise,2020-05-15,10.0,,,2.0,,
+IT-67,Molise,2020-05-16,10.0,,,2.0,,
+IT-67,Molise,2020-05-17,13.0,,,2.0,,
+IT-67,Molise,2020-05-18,11.0,,,2.0,,
+IT-67,Molise,2020-05-19,11.0,,,2.0,,
+IT-67,Molise,2020-05-20,9.0,,,2.0,,
+IT-67,Molise,2020-05-21,10.0,,,2.0,,
+IT-67,Molise,2020-05-22,10.0,,,2.0,,
+IT-67,Molise,2020-05-23,10.0,,,2.0,,
+IT-67,Molise,2020-05-24,8.0,,,2.0,,
+IT-67,Molise,2020-05-25,7.0,,,2.0,,
+IT-67,Molise,2020-05-26,7.0,,,2.0,,
+IT-67,Molise,2020-05-27,5.0,,,2.0,,
+IT-67,Molise,2020-05-28,5.0,,,2.0,,
+IT-67,Molise,2020-05-29,5.0,,,2.0,,
+IT-67,Molise,2020-05-30,5.0,,,2.0,,
+IT-67,Molise,2020-05-31,4.0,,,2.0,,
+IT-67,Molise,2020-06-01,4.0,,,2.0,,
+IT-67,Molise,2020-06-02,5.0,,,2.0,,
+IT-67,Molise,2020-06-03,3.0,,,2.0,,
+IT-67,Molise,2020-06-04,2.0,,,2.0,,
+IT-67,Molise,2020-06-05,2.0,,,2.0,,
+IT-67,Molise,2020-06-06,2.0,,,2.0,,
+IT-67,Molise,2020-06-07,2.0,,,2.0,,
+IT-67,Molise,2020-06-08,2.0,,,2.0,,
+IT-21,Piemonte,2020-02-24,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-25,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-26,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-27,2.0,,,0.0,,
+IT-21,Piemonte,2020-02-28,7.0,,,0.0,,
+IT-21,Piemonte,2020-02-29,7.0,,,0.0,,
+IT-21,Piemonte,2020-03-01,13.0,,,2.0,,
+IT-21,Piemonte,2020-03-02,14.0,,,2.0,,
+IT-21,Piemonte,2020-03-03,16.0,,,3.0,,
+IT-21,Piemonte,2020-03-04,39.0,,,13.0,,
+IT-21,Piemonte,2020-03-05,60.0,,,17.0,,
+IT-21,Piemonte,2020-03-06,87.0,,,30.0,,
+IT-21,Piemonte,2020-03-07,148.0,,,38.0,,
+IT-21,Piemonte,2020-03-08,290.0,,,45.0,,
+IT-21,Piemonte,2020-03-09,272.0,,,50.0,,
+IT-21,Piemonte,2020-03-10,372.0,,,66.0,,
+IT-21,Piemonte,2020-03-11,394.0,,,75.0,,
+IT-21,Piemonte,2020-03-12,465.0,,,97.0,,
+IT-21,Piemonte,2020-03-13,691.0,,,135.0,,
+IT-21,Piemonte,2020-03-14,688.0,,,150.0,,
+IT-21,Piemonte,2020-03-15,897.0,,,171.0,,
+IT-21,Piemonte,2020-03-16,1231.0,,,186.0,,
+IT-21,Piemonte,2020-03-17,1584.0,,,206.0,,
+IT-21,Piemonte,2020-03-18,2007.0,,,227.0,,
+IT-21,Piemonte,2020-03-19,2536.0,,,257.0,,
+IT-21,Piemonte,2020-03-20,1821.0,,,280.0,,
+IT-21,Piemonte,2020-03-21,2277.0,,,301.0,,
+IT-21,Piemonte,2020-03-22,2426.0,,,308.0,,
+IT-21,Piemonte,2020-03-23,2537.0,,,343.0,,
+IT-21,Piemonte,2020-03-24,2764.0,,,360.0,,
+IT-21,Piemonte,2020-03-25,2925.0,,,381.0,,
+IT-21,Piemonte,2020-03-26,3041.0,,,408.0,,
+IT-21,Piemonte,2020-03-27,3283.0,,,431.0,,
+IT-21,Piemonte,2020-03-28,3533.0,,,439.0,,
+IT-21,Piemonte,2020-03-29,3428.0,,,443.0,,
+IT-21,Piemonte,2020-03-30,3437.0,,,452.0,,
+IT-21,Piemonte,2020-03-31,3626.0,,,452.0,,
+IT-21,Piemonte,2020-04-01,3599.0,,,453.0,,
+IT-21,Piemonte,2020-04-02,3794.0,,,453.0,,
+IT-21,Piemonte,2020-04-03,3752.0,,,452.0,,
+IT-21,Piemonte,2020-04-04,3891.0,,,450.0,,
+IT-21,Piemonte,2020-04-05,3916.0,,,444.0,,
+IT-21,Piemonte,2020-04-06,3922.0,,,438.0,,
+IT-21,Piemonte,2020-04-07,3985.0,,,432.0,,
+IT-21,Piemonte,2020-04-08,3916.0,,,423.0,,
+IT-21,Piemonte,2020-04-09,3926.0,,,412.0,,
+IT-21,Piemonte,2020-04-10,3891.0,,,394.0,,
+IT-21,Piemonte,2020-04-11,3819.0,,,384.0,,
+IT-21,Piemonte,2020-04-12,3810.0,,,381.0,,
+IT-21,Piemonte,2020-04-13,3723.0,,,379.0,,
+IT-21,Piemonte,2020-04-14,3762.0,,,367.0,,
+IT-21,Piemonte,2020-04-15,3704.0,,,366.0,,
+IT-21,Piemonte,2020-04-16,3764.0,,,346.0,,
+IT-21,Piemonte,2020-04-17,3599.0,,,333.0,,
+IT-21,Piemonte,2020-04-18,3594.0,,,323.0,,
+IT-21,Piemonte,2020-04-19,3506.0,,,305.0,,
+IT-21,Piemonte,2020-04-20,3600.0,,,301.0,,
+IT-21,Piemonte,2020-04-21,3409.0,,,293.0,,
+IT-21,Piemonte,2020-04-22,3486.0,,,273.0,,
+IT-21,Piemonte,2020-04-23,3300.0,,,261.0,,
+IT-21,Piemonte,2020-04-24,3175.0,,,257.0,,
+IT-21,Piemonte,2020-04-25,3175.0,,,238.0,,
+IT-21,Piemonte,2020-04-26,3080.0,,,214.0,,
+IT-21,Piemonte,2020-04-27,3044.0,,,214.0,,
+IT-21,Piemonte,2020-04-28,2903.0,,,202.0,,
+IT-21,Piemonte,2020-04-29,2839.0,,,202.0,,
+IT-21,Piemonte,2020-04-30,2820.0,,,199.0,,
+IT-21,Piemonte,2020-05-01,2684.0,,,181.0,,
+IT-21,Piemonte,2020-05-02,2728.0,,,178.0,,
+IT-21,Piemonte,2020-05-03,2665.0,,,169.0,,
+IT-21,Piemonte,2020-05-04,2552.0,,,161.0,,
+IT-21,Piemonte,2020-05-05,2462.0,,,155.0,,
+IT-21,Piemonte,2020-05-06,2297.0,,,150.0,,
+IT-21,Piemonte,2020-05-07,2297.0,,,150.0,,
+IT-21,Piemonte,2020-05-08,2153.0,,,140.0,,
+IT-21,Piemonte,2020-05-09,2153.0,,,143.0,,
+IT-21,Piemonte,2020-05-10,2161.0,,,137.0,,
+IT-21,Piemonte,2020-05-11,2156.0,,,135.0,,
+IT-21,Piemonte,2020-05-12,2036.0,,,136.0,,
+IT-21,Piemonte,2020-05-13,1980.0,,,122.0,,
+IT-21,Piemonte,2020-05-14,1891.0,,,116.0,,
+IT-21,Piemonte,2020-05-15,1701.0,,,108.0,,
+IT-21,Piemonte,2020-05-16,1662.0,,,100.0,,
+IT-21,Piemonte,2020-05-17,1721.0,,,101.0,,
+IT-21,Piemonte,2020-05-18,1688.0,,,99.0,,
+IT-21,Piemonte,2020-05-19,1675.0,,,96.0,,
+IT-21,Piemonte,2020-05-20,1609.0,,,96.0,,
+IT-21,Piemonte,2020-05-21,1562.0,,,83.0,,
+IT-21,Piemonte,2020-05-22,1493.0,,,79.0,,
+IT-21,Piemonte,2020-05-23,1367.0,,,76.0,,
+IT-21,Piemonte,2020-05-24,1358.0,,,75.0,,
+IT-21,Piemonte,2020-05-25,1299.0,,,72.0,,
+IT-21,Piemonte,2020-05-26,1232.0,,,70.0,,
+IT-21,Piemonte,2020-05-27,1186.0,,,68.0,,
+IT-21,Piemonte,2020-05-28,1122.0,,,64.0,,
+IT-21,Piemonte,2020-05-29,1090.0,,,61.0,,
+IT-21,Piemonte,2020-05-30,1048.0,,,60.0,,
+IT-21,Piemonte,2020-05-31,1031.0,,,58.0,,
+IT-21,Piemonte,2020-06-01,958.0,,,54.0,,
+IT-21,Piemonte,2020-06-02,895.0,,,46.0,,
+IT-21,Piemonte,2020-06-03,885.0,,,44.0,,
+IT-21,Piemonte,2020-06-04,851.0,,,43.0,,
+IT-21,Piemonte,2020-06-05,783.0,,,40.0,,
+IT-21,Piemonte,2020-06-06,721.0,,,37.0,,
+IT-21,Piemonte,2020-06-07,697.0,,,38.0,,
+IT-21,Piemonte,2020-06-08,669.0,,,36.0,,
+IT-75,Puglia,2020-02-24,0.0,,,0.0,,
+IT-75,Puglia,2020-02-25,0.0,,,0.0,,
+IT-75,Puglia,2020-02-26,0.0,,,0.0,,
+IT-75,Puglia,2020-02-27,1.0,,,0.0,,
+IT-75,Puglia,2020-02-28,1.0,,,0.0,,
+IT-75,Puglia,2020-02-29,1.0,,,0.0,,
+IT-75,Puglia,2020-03-01,1.0,,,0.0,,
+IT-75,Puglia,2020-03-02,2.0,,,0.0,,
+IT-75,Puglia,2020-03-03,2.0,,,0.0,,
+IT-75,Puglia,2020-03-04,4.0,,,0.0,,
+IT-75,Puglia,2020-03-05,6.0,,,1.0,,
+IT-75,Puglia,2020-03-06,6.0,,,1.0,,
+IT-75,Puglia,2020-03-07,11.0,,,2.0,,
+IT-75,Puglia,2020-03-08,20.0,,,3.0,,
+IT-75,Puglia,2020-03-09,26.0,,,6.0,,
+IT-75,Puglia,2020-03-10,34.0,,,6.0,,
+IT-75,Puglia,2020-03-11,42.0,,,4.0,,
+IT-75,Puglia,2020-03-12,60.0,,,2.0,,
+IT-75,Puglia,2020-03-13,79.0,,,2.0,,
+IT-75,Puglia,2020-03-14,97.0,,,6.0,,
+IT-75,Puglia,2020-03-15,122.0,,,6.0,,
+IT-75,Puglia,2020-03-16,122.0,,,6.0,,
+IT-75,Puglia,2020-03-17,169.0,,,14.0,,
+IT-75,Puglia,2020-03-18,186.0,,,30.0,,
+IT-75,Puglia,2020-03-19,204.0,,,31.0,,
+IT-75,Puglia,2020-03-20,222.0,,,31.0,,
+IT-75,Puglia,2020-03-21,242.0,,,33.0,,
+IT-75,Puglia,2020-03-22,289.0,,,37.0,,
+IT-75,Puglia,2020-03-23,330.0,,,45.0,,
+IT-75,Puglia,2020-03-24,374.0,,,57.0,,
+IT-75,Puglia,2020-03-25,413.0,,,64.0,,
+IT-75,Puglia,2020-03-26,556.0,,,76.0,,
+IT-75,Puglia,2020-03-27,612.0,,,82.0,,
+IT-75,Puglia,2020-03-28,661.0,,,98.0,,
+IT-75,Puglia,2020-03-29,658.0,,,99.0,,
+IT-75,Puglia,2020-03-30,696.0,,,106.0,,
+IT-75,Puglia,2020-03-31,714.0,,,105.0,,
+IT-75,Puglia,2020-04-01,744.0,,,107.0,,
+IT-75,Puglia,2020-04-02,763.0,,,118.0,,
+IT-75,Puglia,2020-04-03,771.0,,,123.0,,
+IT-75,Puglia,2020-04-04,780.0,,,153.0,,
+IT-75,Puglia,2020-04-05,733.0,,,159.0,,
+IT-75,Puglia,2020-04-06,722.0,,,97.0,,
+IT-75,Puglia,2020-04-07,708.0,,,93.0,,
+IT-75,Puglia,2020-04-08,729.0,,,90.0,,
+IT-75,Puglia,2020-04-09,716.0,,,86.0,,
+IT-75,Puglia,2020-04-10,711.0,,,80.0,,
+IT-75,Puglia,2020-04-11,700.0,,,73.0,,
+IT-75,Puglia,2020-04-12,680.0,,,71.0,,
+IT-75,Puglia,2020-04-13,671.0,,,71.0,,
+IT-75,Puglia,2020-04-14,673.0,,,62.0,,
+IT-75,Puglia,2020-04-15,665.0,,,73.0,,
+IT-75,Puglia,2020-04-16,661.0,,,58.0,,
+IT-75,Puglia,2020-04-17,652.0,,,62.0,,
+IT-75,Puglia,2020-04-18,654.0,,,60.0,,
+IT-75,Puglia,2020-04-19,650.0,,,60.0,,
+IT-75,Puglia,2020-04-20,650.0,,,66.0,,
+IT-75,Puglia,2020-04-21,634.0,,,65.0,,
+IT-75,Puglia,2020-04-22,624.0,,,60.0,,
+IT-75,Puglia,2020-04-23,591.0,,,55.0,,
+IT-75,Puglia,2020-04-24,547.0,,,51.0,,
+IT-75,Puglia,2020-04-25,517.0,,,48.0,,
+IT-75,Puglia,2020-04-26,512.0,,,48.0,,
+IT-75,Puglia,2020-04-27,500.0,,,51.0,,
+IT-75,Puglia,2020-04-28,499.0,,,51.0,,
+IT-75,Puglia,2020-04-29,496.0,,,47.0,,
+IT-75,Puglia,2020-04-30,481.0,,,42.0,,
+IT-75,Puglia,2020-05-01,467.0,,,39.0,,
+IT-75,Puglia,2020-05-02,455.0,,,39.0,,
+IT-75,Puglia,2020-05-03,450.0,,,40.0,,
+IT-75,Puglia,2020-05-04,436.0,,,39.0,,
+IT-75,Puglia,2020-05-05,423.0,,,39.0,,
+IT-75,Puglia,2020-05-06,401.0,,,36.0,,
+IT-75,Puglia,2020-05-07,390.0,,,35.0,,
+IT-75,Puglia,2020-05-08,382.0,,,33.0,,
+IT-75,Puglia,2020-05-09,377.0,,,33.0,,
+IT-75,Puglia,2020-05-10,377.0,,,34.0,,
+IT-75,Puglia,2020-05-11,372.0,,,32.0,,
+IT-75,Puglia,2020-05-12,365.0,,,31.0,,
+IT-75,Puglia,2020-05-13,337.0,,,27.0,,
+IT-75,Puglia,2020-05-14,320.0,,,24.0,,
+IT-75,Puglia,2020-05-15,308.0,,,23.0,,
+IT-75,Puglia,2020-05-16,294.0,,,22.0,,
+IT-75,Puglia,2020-05-17,284.0,,,21.0,,
+IT-75,Puglia,2020-05-18,276.0,,,22.0,,
+IT-75,Puglia,2020-05-19,269.0,,,22.0,,
+IT-75,Puglia,2020-05-20,263.0,,,21.0,,
+IT-75,Puglia,2020-05-21,256.0,,,20.0,,
+IT-75,Puglia,2020-05-22,250.0,,,17.0,,
+IT-75,Puglia,2020-05-23,232.0,,,17.0,,
+IT-75,Puglia,2020-05-24,221.0,,,17.0,,
+IT-75,Puglia,2020-05-25,205.0,,,15.0,,
+IT-75,Puglia,2020-05-26,189.0,,,17.0,,
+IT-75,Puglia,2020-05-27,187.0,,,17.0,,
+IT-75,Puglia,2020-05-28,180.0,,,16.0,,
+IT-75,Puglia,2020-05-29,170.0,,,12.0,,
+IT-75,Puglia,2020-05-30,162.0,,,12.0,,
+IT-75,Puglia,2020-05-31,154.0,,,11.0,,
+IT-75,Puglia,2020-06-01,151.0,,,11.0,,
+IT-75,Puglia,2020-06-02,145.0,,,11.0,,
+IT-75,Puglia,2020-06-03,141.0,,,10.0,,
+IT-75,Puglia,2020-06-04,140.0,,,9.0,,
+IT-75,Puglia,2020-06-05,116.0,,,5.0,,
+IT-75,Puglia,2020-06-06,113.0,,,4.0,,
+IT-75,Puglia,2020-06-07,100.0,,,4.0,,
+IT-75,Puglia,2020-06-08,98.0,,,4.0,,
+IT-88,Sardegna,2020-02-24,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-25,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-26,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-27,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-28,0.0,,,0.0,,
+IT-88,Sardegna,2020-02-29,0.0,,,0.0,,
+IT-88,Sardegna,2020-03-01,0.0,,,0.0,,
+IT-88,Sardegna,2020-03-02,0.0,,,0.0,,
+IT-88,Sardegna,2020-03-03,1.0,,,0.0,,
+IT-88,Sardegna,2020-03-04,1.0,,,0.0,,
+IT-88,Sardegna,2020-03-05,2.0,,,0.0,,
+IT-88,Sardegna,2020-03-06,2.0,,,0.0,,
+IT-88,Sardegna,2020-03-07,2.0,,,0.0,,
+IT-88,Sardegna,2020-03-08,5.0,,,0.0,,
+IT-88,Sardegna,2020-03-09,8.0,,,0.0,,
+IT-88,Sardegna,2020-03-10,9.0,,,0.0,,
+IT-88,Sardegna,2020-03-11,10.0,,,0.0,,
+IT-88,Sardegna,2020-03-12,12.0,,,0.0,,
+IT-88,Sardegna,2020-03-13,12.0,,,0.0,,
+IT-88,Sardegna,2020-03-14,14.0,,,0.0,,
+IT-88,Sardegna,2020-03-15,16.0,,,0.0,,
+IT-88,Sardegna,2020-03-16,39.0,,,0.0,,
+IT-88,Sardegna,2020-03-17,40.0,,,4.0,,
+IT-88,Sardegna,2020-03-18,49.0,,,7.0,,
+IT-88,Sardegna,2020-03-19,52.0,,,9.0,,
+IT-88,Sardegna,2020-03-20,71.0,,,15.0,,
+IT-88,Sardegna,2020-03-21,81.0,,,16.0,,
+IT-88,Sardegna,2020-03-22,83.0,,,16.0,,
+IT-88,Sardegna,2020-03-23,94.0,,,18.0,,
+IT-88,Sardegna,2020-03-24,99.0,,,19.0,,
+IT-88,Sardegna,2020-03-25,101.0,,,19.0,,
+IT-88,Sardegna,2020-03-26,112.0,,,20.0,,
+IT-88,Sardegna,2020-03-27,112.0,,,19.0,,
+IT-88,Sardegna,2020-03-28,117.0,,,22.0,,
+IT-88,Sardegna,2020-03-29,128.0,,,23.0,,
+IT-88,Sardegna,2020-03-30,137.0,,,24.0,,
+IT-88,Sardegna,2020-03-31,141.0,,,28.0,,
+IT-88,Sardegna,2020-04-01,146.0,,,27.0,,
+IT-88,Sardegna,2020-04-02,141.0,,,24.0,,
+IT-88,Sardegna,2020-04-03,146.0,,,24.0,,
+IT-88,Sardegna,2020-04-04,147.0,,,24.0,,
+IT-88,Sardegna,2020-04-05,151.0,,,25.0,,
+IT-88,Sardegna,2020-04-06,149.0,,,26.0,,
+IT-88,Sardegna,2020-04-07,148.0,,,26.0,,
+IT-88,Sardegna,2020-04-08,143.0,,,31.0,,
+IT-88,Sardegna,2020-04-09,131.0,,,25.0,,
+IT-88,Sardegna,2020-04-10,133.0,,,26.0,,
+IT-88,Sardegna,2020-04-11,137.0,,,24.0,,
+IT-88,Sardegna,2020-04-12,135.0,,,26.0,,
+IT-88,Sardegna,2020-04-13,134.0,,,27.0,,
+IT-88,Sardegna,2020-04-14,131.0,,,24.0,,
+IT-88,Sardegna,2020-04-15,133.0,,,26.0,,
+IT-88,Sardegna,2020-04-16,133.0,,,24.0,,
+IT-88,Sardegna,2020-04-17,136.0,,,23.0,,
+IT-88,Sardegna,2020-04-18,135.0,,,23.0,,
+IT-88,Sardegna,2020-04-19,139.0,,,22.0,,
+IT-88,Sardegna,2020-04-20,136.0,,,21.0,,
+IT-88,Sardegna,2020-04-21,133.0,,,21.0,,
+IT-88,Sardegna,2020-04-22,117.0,,,20.0,,
+IT-88,Sardegna,2020-04-23,110.0,,,20.0,,
+IT-88,Sardegna,2020-04-24,114.0,,,19.0,,
+IT-88,Sardegna,2020-04-25,114.0,,,18.0,,
+IT-88,Sardegna,2020-04-26,115.0,,,20.0,,
+IT-88,Sardegna,2020-04-27,116.0,,,19.0,,
+IT-88,Sardegna,2020-04-28,114.0,,,18.0,,
+IT-88,Sardegna,2020-04-29,104.0,,,17.0,,
+IT-88,Sardegna,2020-04-30,103.0,,,16.0,,
+IT-88,Sardegna,2020-05-01,96.0,,,12.0,,
+IT-88,Sardegna,2020-05-02,99.0,,,13.0,,
+IT-88,Sardegna,2020-05-03,102.0,,,10.0,,
+IT-88,Sardegna,2020-05-04,100.0,,,9.0,,
+IT-88,Sardegna,2020-05-05,103.0,,,9.0,,
+IT-88,Sardegna,2020-05-06,102.0,,,11.0,,
+IT-88,Sardegna,2020-05-07,99.0,,,9.0,,
+IT-88,Sardegna,2020-05-08,100.0,,,10.0,,
+IT-88,Sardegna,2020-05-09,98.0,,,11.0,,
+IT-88,Sardegna,2020-05-10,93.0,,,10.0,,
+IT-88,Sardegna,2020-05-11,94.0,,,10.0,,
+IT-88,Sardegna,2020-05-12,88.0,,,11.0,,
+IT-88,Sardegna,2020-05-13,88.0,,,10.0,,
+IT-88,Sardegna,2020-05-14,86.0,,,10.0,,
+IT-88,Sardegna,2020-05-15,85.0,,,10.0,,
+IT-88,Sardegna,2020-05-16,85.0,,,10.0,,
+IT-88,Sardegna,2020-05-17,86.0,,,10.0,,
+IT-88,Sardegna,2020-05-18,82.0,,,10.0,,
+IT-88,Sardegna,2020-05-19,80.0,,,9.0,,
+IT-88,Sardegna,2020-05-20,78.0,,,10.0,,
+IT-88,Sardegna,2020-05-21,76.0,,,12.0,,
+IT-88,Sardegna,2020-05-22,64.0,,,6.0,,
+IT-88,Sardegna,2020-05-23,64.0,,,6.0,,
+IT-88,Sardegna,2020-05-24,54.0,,,3.0,,
+IT-88,Sardegna,2020-05-25,52.0,,,3.0,,
+IT-88,Sardegna,2020-05-26,43.0,,,2.0,,
+IT-88,Sardegna,2020-05-27,43.0,,,2.0,,
+IT-88,Sardegna,2020-05-28,40.0,,,2.0,,
+IT-88,Sardegna,2020-05-29,39.0,,,2.0,,
+IT-88,Sardegna,2020-05-30,36.0,,,2.0,,
+IT-88,Sardegna,2020-05-31,35.0,,,2.0,,
+IT-88,Sardegna,2020-06-01,24.0,,,1.0,,
+IT-88,Sardegna,2020-06-02,22.0,,,1.0,,
+IT-88,Sardegna,2020-06-03,13.0,,,1.0,,
+IT-88,Sardegna,2020-06-04,13.0,,,1.0,,
+IT-88,Sardegna,2020-06-05,11.0,,,0.0,,
+IT-88,Sardegna,2020-06-06,11.0,,,1.0,,
+IT-88,Sardegna,2020-06-07,11.0,,,1.0,,
+IT-88,Sardegna,2020-06-08,10.0,,,1.0,,
+IT-82,Sicilia,2020-02-24,0.0,,,0.0,,
+IT-82,Sicilia,2020-02-25,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-26,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-27,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-28,1.0,,,0.0,,
+IT-82,Sicilia,2020-02-29,1.0,,,0.0,,
+IT-82,Sicilia,2020-03-01,1.0,,,0.0,,
+IT-82,Sicilia,2020-03-02,2.0,,,0.0,,
+IT-82,Sicilia,2020-03-03,2.0,,,0.0,,
+IT-82,Sicilia,2020-03-04,5.0,,,0.0,,
+IT-82,Sicilia,2020-03-05,5.0,,,0.0,,
+IT-82,Sicilia,2020-03-06,7.0,,,0.0,,
+IT-82,Sicilia,2020-03-07,8.0,,,0.0,,
+IT-82,Sicilia,2020-03-08,18.0,,,0.0,,
+IT-82,Sicilia,2020-03-09,19.0,,,0.0,,
+IT-82,Sicilia,2020-03-10,19.0,,,2.0,,
+IT-82,Sicilia,2020-03-11,24.0,,,1.0,,
+IT-82,Sicilia,2020-03-12,33.0,,,5.0,,
+IT-82,Sicilia,2020-03-13,44.0,,,7.0,,
+IT-82,Sicilia,2020-03-14,53.0,,,11.0,,
+IT-82,Sicilia,2020-03-15,71.0,,,15.0,,
+IT-82,Sicilia,2020-03-16,95.0,,,20.0,,
+IT-82,Sicilia,2020-03-17,114.0,,,28.0,,
+IT-82,Sicilia,2020-03-18,129.0,,,29.0,,
+IT-82,Sicilia,2020-03-19,179.0,,,36.0,,
+IT-82,Sicilia,2020-03-20,210.0,,,42.0,,
+IT-82,Sicilia,2020-03-21,254.0,,,48.0,,
+IT-82,Sicilia,2020-03-22,275.0,,,55.0,,
+IT-82,Sicilia,2020-03-23,310.0,,,60.0,,
+IT-82,Sicilia,2020-03-24,310.0,,,60.0,,
+IT-82,Sicilia,2020-03-25,339.0,,,80.0,,
+IT-82,Sicilia,2020-03-26,414.0,,,68.0,,
+IT-82,Sicilia,2020-03-27,500.0,,,75.0,,
+IT-82,Sicilia,2020-03-28,512.0,,,71.0,,
+IT-82,Sicilia,2020-03-29,522.0,,,71.0,,
+IT-82,Sicilia,2020-03-30,559.0,,,75.0,,
+IT-82,Sicilia,2020-03-31,575.0,,,72.0,,
+IT-82,Sicilia,2020-04-01,568.0,,,72.0,,
+IT-82,Sicilia,2020-04-02,576.0,,,73.0,,
+IT-82,Sicilia,2020-04-03,608.0,,,73.0,,
+IT-82,Sicilia,2020-04-04,627.0,,,74.0,,
+IT-82,Sicilia,2020-04-05,632.0,,,76.0,,
+IT-82,Sicilia,2020-04-06,637.0,,,74.0,,
+IT-82,Sicilia,2020-04-07,635.0,,,73.0,,
+IT-82,Sicilia,2020-04-08,628.0,,,65.0,,
+IT-82,Sicilia,2020-04-09,629.0,,,63.0,,
+IT-82,Sicilia,2020-04-10,630.0,,,62.0,,
+IT-82,Sicilia,2020-04-11,620.0,,,58.0,,
+IT-82,Sicilia,2020-04-12,605.0,,,53.0,,
+IT-82,Sicilia,2020-04-13,605.0,,,51.0,,
+IT-82,Sicilia,2020-04-14,605.0,,,53.0,,
+IT-82,Sicilia,2020-04-15,590.0,,,49.0,,
+IT-82,Sicilia,2020-04-16,573.0,,,48.0,,
+IT-82,Sicilia,2020-04-17,567.0,,,46.0,,
+IT-82,Sicilia,2020-04-18,568.0,,,42.0,,
+IT-82,Sicilia,2020-04-19,563.0,,,41.0,,
+IT-82,Sicilia,2020-04-20,565.0,,,39.0,,
+IT-82,Sicilia,2020-04-21,551.0,,,37.0,,
+IT-82,Sicilia,2020-04-22,535.0,,,35.0,,
+IT-82,Sicilia,2020-04-23,510.0,,,34.0,,
+IT-82,Sicilia,2020-04-24,493.0,,,32.0,,
+IT-82,Sicilia,2020-04-25,485.0,,,33.0,,
+IT-82,Sicilia,2020-04-26,478.0,,,33.0,,
+IT-82,Sicilia,2020-04-27,475.0,,,35.0,,
+IT-82,Sicilia,2020-04-28,462.0,,,34.0,,
+IT-82,Sicilia,2020-04-29,449.0,,,34.0,,
+IT-82,Sicilia,2020-04-30,441.0,,,33.0,,
+IT-82,Sicilia,2020-05-01,429.0,,,30.0,,
+IT-82,Sicilia,2020-05-02,426.0,,,30.0,,
+IT-82,Sicilia,2020-05-03,412.0,,,29.0,,
+IT-82,Sicilia,2020-05-04,403.0,,,27.0,,
+IT-82,Sicilia,2020-05-05,393.0,,,26.0,,
+IT-82,Sicilia,2020-05-06,384.0,,,25.0,,
+IT-82,Sicilia,2020-05-07,370.0,,,21.0,,
+IT-82,Sicilia,2020-05-08,329.0,,,19.0,,
+IT-82,Sicilia,2020-05-09,294.0,,,17.0,,
+IT-82,Sicilia,2020-05-10,289.0,,,16.0,,
+IT-82,Sicilia,2020-05-11,287.0,,,16.0,,
+IT-82,Sicilia,2020-05-12,249.0,,,15.0,,
+IT-82,Sicilia,2020-05-13,225.0,,,13.0,,
+IT-82,Sicilia,2020-05-14,215.0,,,12.0,,
+IT-82,Sicilia,2020-05-15,209.0,,,11.0,,
+IT-82,Sicilia,2020-05-16,171.0,,,12.0,,
+IT-82,Sicilia,2020-05-17,158.0,,,13.0,,
+IT-82,Sicilia,2020-05-18,150.0,,,13.0,,
+IT-82,Sicilia,2020-05-19,137.0,,,12.0,,
+IT-82,Sicilia,2020-05-20,129.0,,,11.0,,
+IT-82,Sicilia,2020-05-21,118.0,,,11.0,,
+IT-82,Sicilia,2020-05-22,113.0,,,10.0,,
+IT-82,Sicilia,2020-05-23,104.0,,,9.0,,
+IT-82,Sicilia,2020-05-24,100.0,,,9.0,,
+IT-82,Sicilia,2020-05-25,98.0,,,9.0,,
+IT-82,Sicilia,2020-05-26,93.0,,,10.0,,
+IT-82,Sicilia,2020-05-27,83.0,,,10.0,,
+IT-82,Sicilia,2020-05-28,80.0,,,8.0,,
+IT-82,Sicilia,2020-05-29,74.0,,,7.0,,
+IT-82,Sicilia,2020-05-30,74.0,,,7.0,,
+IT-82,Sicilia,2020-05-31,72.0,,,7.0,,
+IT-82,Sicilia,2020-06-01,73.0,,,8.0,,
+IT-82,Sicilia,2020-06-02,69.0,,,7.0,,
+IT-82,Sicilia,2020-06-03,67.0,,,7.0,,
+IT-82,Sicilia,2020-06-04,63.0,,,6.0,,
+IT-82,Sicilia,2020-06-05,60.0,,,6.0,,
+IT-82,Sicilia,2020-06-06,54.0,,,7.0,,
+IT-82,Sicilia,2020-06-07,49.0,,,7.0,,
+IT-82,Sicilia,2020-06-08,47.0,,,7.0,,
+IT-52,Toscana,2020-02-24,0.0,,,0.0,,
+IT-52,Toscana,2020-02-25,2.0,,,0.0,,
+IT-52,Toscana,2020-02-26,2.0,,,0.0,,
+IT-52,Toscana,2020-02-27,2.0,,,0.0,,
+IT-52,Toscana,2020-02-28,5.0,,,0.0,,
+IT-52,Toscana,2020-02-29,7.0,,,0.0,,
+IT-52,Toscana,2020-03-01,7.0,,,0.0,,
+IT-52,Toscana,2020-03-02,7.0,,,0.0,,
+IT-52,Toscana,2020-03-03,10.0,,,0.0,,
+IT-52,Toscana,2020-03-04,17.0,,,2.0,,
+IT-52,Toscana,2020-03-05,29.0,,,3.0,,
+IT-52,Toscana,2020-03-06,40.0,,,5.0,,
+IT-52,Toscana,2020-03-07,61.0,,,7.0,,
+IT-52,Toscana,2020-03-08,98.0,,,7.0,,
+IT-52,Toscana,2020-03-09,116.0,,,9.0,,
+IT-52,Toscana,2020-03-10,131.0,,,40.0,,
+IT-52,Toscana,2020-03-11,141.0,,,54.0,,
+IT-52,Toscana,2020-03-12,159.0,,,59.0,,
+IT-52,Toscana,2020-03-13,211.0,,,77.0,,
+IT-52,Toscana,2020-03-14,247.0,,,87.0,,
+IT-52,Toscana,2020-03-15,282.0,,,107.0,,
+IT-52,Toscana,2020-03-16,282.0,,,107.0,,
+IT-52,Toscana,2020-03-17,472.0,,,143.0,,
+IT-52,Toscana,2020-03-18,587.0,,,160.0,,
+IT-52,Toscana,2020-03-19,679.0,,,178.0,,
+IT-52,Toscana,2020-03-20,790.0,,,189.0,,
+IT-52,Toscana,2020-03-21,866.0,,,202.0,,
+IT-52,Toscana,2020-03-22,921.0,,,215.0,,
+IT-52,Toscana,2020-03-23,1076.0,,,238.0,,
+IT-52,Toscana,2020-03-24,1162.0,,,244.0,,
+IT-52,Toscana,2020-03-25,1250.0,,,251.0,,
+IT-52,Toscana,2020-03-26,1296.0,,,259.0,,
+IT-52,Toscana,2020-03-27,1327.0,,,274.0,,
+IT-52,Toscana,2020-03-28,1370.0,,,277.0,,
+IT-52,Toscana,2020-03-29,1386.0,,,275.0,,
+IT-52,Toscana,2020-03-30,1395.0,,,279.0,,
+IT-52,Toscana,2020-03-31,1413.0,,,293.0,,
+IT-52,Toscana,2020-04-01,1417.0,,,297.0,,
+IT-52,Toscana,2020-04-02,1430.0,,,295.0,,
+IT-52,Toscana,2020-04-03,1437.0,,,288.0,,
+IT-52,Toscana,2020-04-04,1415.0,,,286.0,,
+IT-52,Toscana,2020-04-05,1387.0,,,276.0,,
+IT-52,Toscana,2020-04-06,1395.0,,,279.0,,
+IT-52,Toscana,2020-04-07,1350.0,,,263.0,,
+IT-52,Toscana,2020-04-08,1326.0,,,260.0,,
+IT-52,Toscana,2020-04-09,1294.0,,,256.0,,
+IT-52,Toscana,2020-04-10,1267.0,,,256.0,,
+IT-52,Toscana,2020-04-11,1234.0,,,237.0,,
+IT-52,Toscana,2020-04-12,1221.0,,,238.0,,
+IT-52,Toscana,2020-04-13,1217.0,,,225.0,,
+IT-52,Toscana,2020-04-14,1227.0,,,225.0,,
+IT-52,Toscana,2020-04-15,1193.0,,,216.0,,
+IT-52,Toscana,2020-04-16,1153.0,,,213.0,,
+IT-52,Toscana,2020-04-17,1105.0,,,207.0,,
+IT-52,Toscana,2020-04-18,1081.0,,,198.0,,
+IT-52,Toscana,2020-04-19,1044.0,,,192.0,,
+IT-52,Toscana,2020-04-20,1032.0,,,182.0,,
+IT-52,Toscana,2020-04-21,1004.0,,,171.0,,
+IT-52,Toscana,2020-04-22,994.0,,,174.0,,
+IT-52,Toscana,2020-04-23,959.0,,,168.0,,
+IT-52,Toscana,2020-04-24,897.0,,,159.0,,
+IT-52,Toscana,2020-04-25,853.0,,,166.0,,
+IT-52,Toscana,2020-04-26,835.0,,,158.0,,
+IT-52,Toscana,2020-04-27,825.0,,,154.0,,
+IT-52,Toscana,2020-04-28,763.0,,,144.0,,
+IT-52,Toscana,2020-04-29,715.0,,,139.0,,
+IT-52,Toscana,2020-04-30,672.0,,,126.0,,
+IT-52,Toscana,2020-05-01,644.0,,,124.0,,
+IT-52,Toscana,2020-05-02,637.0,,,118.0,,
+IT-52,Toscana,2020-05-03,625.0,,,112.0,,
+IT-52,Toscana,2020-05-04,619.0,,,107.0,,
+IT-52,Toscana,2020-05-05,595.0,,,111.0,,
+IT-52,Toscana,2020-05-06,554.0,,,92.0,,
+IT-52,Toscana,2020-05-07,528.0,,,91.0,,
+IT-52,Toscana,2020-05-08,483.0,,,84.0,,
+IT-52,Toscana,2020-05-09,443.0,,,79.0,,
+IT-52,Toscana,2020-05-10,428.0,,,78.0,,
+IT-52,Toscana,2020-05-11,424.0,,,77.0,,
+IT-52,Toscana,2020-05-12,379.0,,,72.0,,
+IT-52,Toscana,2020-05-13,356.0,,,72.0,,
+IT-52,Toscana,2020-05-14,337.0,,,68.0,,
+IT-52,Toscana,2020-05-15,305.0,,,67.0,,
+IT-52,Toscana,2020-05-16,300.0,,,66.0,,
+IT-52,Toscana,2020-05-17,281.0,,,67.0,,
+IT-52,Toscana,2020-05-18,263.0,,,66.0,,
+IT-52,Toscana,2020-05-19,246.0,,,56.0,,
+IT-52,Toscana,2020-05-20,223.0,,,45.0,,
+IT-52,Toscana,2020-05-21,210.0,,,41.0,,
+IT-52,Toscana,2020-05-22,204.0,,,42.0,,
+IT-52,Toscana,2020-05-23,197.0,,,40.0,,
+IT-52,Toscana,2020-05-24,186.0,,,38.0,,
+IT-52,Toscana,2020-05-25,189.0,,,37.0,,
+IT-52,Toscana,2020-05-26,179.0,,,34.0,,
+IT-52,Toscana,2020-05-27,163.0,,,31.0,,
+IT-52,Toscana,2020-05-28,153.0,,,27.0,,
+IT-52,Toscana,2020-05-29,142.0,,,31.0,,
+IT-52,Toscana,2020-05-30,133.0,,,27.0,,
+IT-52,Toscana,2020-05-31,125.0,,,28.0,,
+IT-52,Toscana,2020-06-01,110.0,,,25.0,,
+IT-52,Toscana,2020-06-02,110.0,,,25.0,,
+IT-52,Toscana,2020-06-03,101.0,,,25.0,,
+IT-52,Toscana,2020-06-04,89.0,,,24.0,,
+IT-52,Toscana,2020-06-05,78.0,,,23.0,,
+IT-52,Toscana,2020-06-06,71.0,,,22.0,,
+IT-52,Toscana,2020-06-07,72.0,,,20.0,,
+IT-52,Toscana,2020-06-08,70.0,,,20.0,,
+IT-55,Umbria,2020-02-24,0.0,,,0.0,,
+IT-55,Umbria,2020-02-25,0.0,,,0.0,,
+IT-55,Umbria,2020-02-26,0.0,,,0.0,,
+IT-55,Umbria,2020-02-27,0.0,,,0.0,,
+IT-55,Umbria,2020-02-28,0.0,,,0.0,,
+IT-55,Umbria,2020-02-29,0.0,,,0.0,,
+IT-55,Umbria,2020-03-01,0.0,,,0.0,,
+IT-55,Umbria,2020-03-02,0.0,,,0.0,,
+IT-55,Umbria,2020-03-03,2.0,,,1.0,,
+IT-55,Umbria,2020-03-04,2.0,,,1.0,,
+IT-55,Umbria,2020-03-05,2.0,,,1.0,,
+IT-55,Umbria,2020-03-06,4.0,,,2.0,,
+IT-55,Umbria,2020-03-07,4.0,,,2.0,,
+IT-55,Umbria,2020-03-08,4.0,,,2.0,,
+IT-55,Umbria,2020-03-09,6.0,,,2.0,,
+IT-55,Umbria,2020-03-10,10.0,,,2.0,,
+IT-55,Umbria,2020-03-11,12.0,,,5.0,,
+IT-55,Umbria,2020-03-12,16.0,,,8.0,,
+IT-55,Umbria,2020-03-13,21.0,,,10.0,,
+IT-55,Umbria,2020-03-14,32.0,,,11.0,,
+IT-55,Umbria,2020-03-15,38.0,,,13.0,,
+IT-55,Umbria,2020-03-16,45.0,,,15.0,,
+IT-55,Umbria,2020-03-17,57.0,,,21.0,,
+IT-55,Umbria,2020-03-18,75.0,,,21.0,,
+IT-55,Umbria,2020-03-19,90.0,,,21.0,,
+IT-55,Umbria,2020-03-20,99.0,,,24.0,,
+IT-55,Umbria,2020-03-21,121.0,,,29.0,,
+IT-55,Umbria,2020-03-22,132.0,,,35.0,,
+IT-55,Umbria,2020-03-23,148.0,,,42.0,,
+IT-55,Umbria,2020-03-24,148.0,,,43.0,,
+IT-55,Umbria,2020-03-25,167.0,,,44.0,,
+IT-55,Umbria,2020-03-26,190.0,,,46.0,,
+IT-55,Umbria,2020-03-27,195.0,,,46.0,,
+IT-55,Umbria,2020-03-28,203.0,,,44.0,,
+IT-55,Umbria,2020-03-29,212.0,,,46.0,,
+IT-55,Umbria,2020-03-30,220.0,,,47.0,,
+IT-55,Umbria,2020-03-31,219.0,,,43.0,,
+IT-55,Umbria,2020-04-01,218.0,,,45.0,,
+IT-55,Umbria,2020-04-02,218.0,,,47.0,,
+IT-55,Umbria,2020-04-03,213.0,,,48.0,,
+IT-55,Umbria,2020-04-04,211.0,,,44.0,,
+IT-55,Umbria,2020-04-05,204.0,,,45.0,,
+IT-55,Umbria,2020-04-06,205.0,,,46.0,,
+IT-55,Umbria,2020-04-07,198.0,,,41.0,,
+IT-55,Umbria,2020-04-08,196.0,,,41.0,,
+IT-55,Umbria,2020-04-09,192.0,,,38.0,,
+IT-55,Umbria,2020-04-10,185.0,,,39.0,,
+IT-55,Umbria,2020-04-11,176.0,,,39.0,,
+IT-55,Umbria,2020-04-12,168.0,,,39.0,,
+IT-55,Umbria,2020-04-13,165.0,,,38.0,,
+IT-55,Umbria,2020-04-14,164.0,,,37.0,,
+IT-55,Umbria,2020-04-15,159.0,,,37.0,,
+IT-55,Umbria,2020-04-16,149.0,,,33.0,,
+IT-55,Umbria,2020-04-17,142.0,,,31.0,,
+IT-55,Umbria,2020-04-18,141.0,,,32.0,,
+IT-55,Umbria,2020-04-19,138.0,,,30.0,,
+IT-55,Umbria,2020-04-20,142.0,,,29.0,,
+IT-55,Umbria,2020-04-21,129.0,,,22.0,,
+IT-55,Umbria,2020-04-22,117.0,,,20.0,,
+IT-55,Umbria,2020-04-23,119.0,,,19.0,,
+IT-55,Umbria,2020-04-24,113.0,,,19.0,,
+IT-55,Umbria,2020-04-25,113.0,,,18.0,,
+IT-55,Umbria,2020-04-26,108.0,,,17.0,,
+IT-55,Umbria,2020-04-27,106.0,,,16.0,,
+IT-55,Umbria,2020-04-28,97.0,,,17.0,,
+IT-55,Umbria,2020-04-29,93.0,,,16.0,,
+IT-55,Umbria,2020-04-30,84.0,,,16.0,,
+IT-55,Umbria,2020-05-01,73.0,,,13.0,,
+IT-55,Umbria,2020-05-02,73.0,,,13.0,,
+IT-55,Umbria,2020-05-03,71.0,,,13.0,,
+IT-55,Umbria,2020-05-04,69.0,,,13.0,,
+IT-55,Umbria,2020-05-05,67.0,,,11.0,,
+IT-55,Umbria,2020-05-06,64.0,,,9.0,,
+IT-55,Umbria,2020-05-07,56.0,,,9.0,,
+IT-55,Umbria,2020-05-08,53.0,,,6.0,,
+IT-55,Umbria,2020-05-09,51.0,,,6.0,,
+IT-55,Umbria,2020-05-10,48.0,,,6.0,,
+IT-55,Umbria,2020-05-11,44.0,,,4.0,,
+IT-55,Umbria,2020-05-12,45.0,,,4.0,,
+IT-55,Umbria,2020-05-13,40.0,,,4.0,,
+IT-55,Umbria,2020-05-14,27.0,,,1.0,,
+IT-55,Umbria,2020-05-15,27.0,,,2.0,,
+IT-55,Umbria,2020-05-16,27.0,,,2.0,,
+IT-55,Umbria,2020-05-17,27.0,,,2.0,,
+IT-55,Umbria,2020-05-18,26.0,,,2.0,,
+IT-55,Umbria,2020-05-19,27.0,,,2.0,,
+IT-55,Umbria,2020-05-20,27.0,,,2.0,,
+IT-55,Umbria,2020-05-21,19.0,,,2.0,,
+IT-55,Umbria,2020-05-22,18.0,,,2.0,,
+IT-55,Umbria,2020-05-23,17.0,,,2.0,,
+IT-55,Umbria,2020-05-24,17.0,,,2.0,,
+IT-55,Umbria,2020-05-25,17.0,,,2.0,,
+IT-55,Umbria,2020-05-26,14.0,,,2.0,,
+IT-55,Umbria,2020-05-27,15.0,,,2.0,,
+IT-55,Umbria,2020-05-28,16.0,,,2.0,,
+IT-55,Umbria,2020-05-29,17.0,,,2.0,,
+IT-55,Umbria,2020-05-30,17.0,,,1.0,,
+IT-55,Umbria,2020-05-31,17.0,,,2.0,,
+IT-55,Umbria,2020-06-01,17.0,,,2.0,,
+IT-55,Umbria,2020-06-02,17.0,,,2.0,,
+IT-55,Umbria,2020-06-03,17.0,,,2.0,,
+IT-55,Umbria,2020-06-04,17.0,,,2.0,,
+IT-55,Umbria,2020-06-05,14.0,,,2.0,,
+IT-55,Umbria,2020-06-06,13.0,,,2.0,,
+IT-55,Umbria,2020-06-07,12.0,,,2.0,,
+IT-55,Umbria,2020-06-08,12.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-02-24,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-25,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-26,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-27,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-28,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-02-29,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-01,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-02,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-03,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-04,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-05,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-06,0.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-07,1.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-08,1.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-09,4.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-10,2.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-11,2.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-12,7.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-13,6.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-14,12.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-03-15,13.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-03-16,33.0,,,5.0,,
+IT-23,Valle d'Aosta,2020-03-17,41.0,,,6.0,,
+IT-23,Valle d'Aosta,2020-03-18,44.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-03-19,56.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-03-20,63.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-03-21,77.0,,,15.0,,
+IT-23,Valle d'Aosta,2020-03-22,84.0,,,21.0,,
+IT-23,Valle d'Aosta,2020-03-23,89.0,,,20.0,,
+IT-23,Valle d'Aosta,2020-03-24,91.0,,,20.0,,
+IT-23,Valle d'Aosta,2020-03-25,95.0,,,25.0,,
+IT-23,Valle d'Aosta,2020-03-26,97.0,,,24.0,,
+IT-23,Valle d'Aosta,2020-03-27,115.0,,,24.0,,
+IT-23,Valle d'Aosta,2020-03-28,116.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-03-29,116.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-03-30,118.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-03-31,117.0,,,26.0,,
+IT-23,Valle d'Aosta,2020-04-01,112.0,,,27.0,,
+IT-23,Valle d'Aosta,2020-04-02,110.0,,,25.0,,
+IT-23,Valle d'Aosta,2020-04-03,110.0,,,25.0,,
+IT-23,Valle d'Aosta,2020-04-04,86.0,,,23.0,,
+IT-23,Valle d'Aosta,2020-04-05,119.0,,,23.0,,
+IT-23,Valle d'Aosta,2020-04-06,130.0,,,21.0,,
+IT-23,Valle d'Aosta,2020-04-07,135.0,,,17.0,,
+IT-23,Valle d'Aosta,2020-04-08,140.0,,,20.0,,
+IT-23,Valle d'Aosta,2020-04-09,136.0,,,18.0,,
+IT-23,Valle d'Aosta,2020-04-10,147.0,,,16.0,,
+IT-23,Valle d'Aosta,2020-04-11,135.0,,,17.0,,
+IT-23,Valle d'Aosta,2020-04-12,125.0,,,16.0,,
+IT-23,Valle d'Aosta,2020-04-13,124.0,,,15.0,,
+IT-23,Valle d'Aosta,2020-04-14,126.0,,,14.0,,
+IT-23,Valle d'Aosta,2020-04-15,123.0,,,11.0,,
+IT-23,Valle d'Aosta,2020-04-16,117.0,,,12.0,,
+IT-23,Valle d'Aosta,2020-04-17,117.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-04-18,117.0,,,10.0,,
+IT-23,Valle d'Aosta,2020-04-19,112.0,,,10.0,,
+IT-23,Valle d'Aosta,2020-04-20,110.0,,,8.0,,
+IT-23,Valle d'Aosta,2020-04-21,107.0,,,8.0,,
+IT-23,Valle d'Aosta,2020-04-22,100.0,,,8.0,,
+IT-23,Valle d'Aosta,2020-04-23,100.0,,,9.0,,
+IT-23,Valle d'Aosta,2020-04-24,95.0,,,7.0,,
+IT-23,Valle d'Aosta,2020-04-25,89.0,,,6.0,,
+IT-23,Valle d'Aosta,2020-04-26,89.0,,,7.0,,
+IT-23,Valle d'Aosta,2020-04-27,93.0,,,7.0,,
+IT-23,Valle d'Aosta,2020-04-28,86.0,,,5.0,,
+IT-23,Valle d'Aosta,2020-04-29,83.0,,,5.0,,
+IT-23,Valle d'Aosta,2020-04-30,80.0,,,4.0,,
+IT-23,Valle d'Aosta,2020-05-01,75.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-02,73.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-03,76.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-04,76.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-05,59.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-06,53.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-07,51.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-08,47.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-09,48.0,,,3.0,,
+IT-23,Valle d'Aosta,2020-05-10,48.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-11,45.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-12,45.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-13,38.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-14,38.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-15,37.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-16,33.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-17,31.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-18,30.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-19,27.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-20,26.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-21,27.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-22,24.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-23,25.0,,,2.0,,
+IT-23,Valle d'Aosta,2020-05-24,24.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-25,20.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-26,18.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-27,18.0,,,1.0,,
+IT-23,Valle d'Aosta,2020-05-28,16.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-29,12.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-30,13.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-05-31,12.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-01,11.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-02,10.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-03,9.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-04,9.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-05,9.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-06,7.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-07,6.0,,,0.0,,
+IT-23,Valle d'Aosta,2020-06-08,7.0,,,0.0,,
+IT-34,Veneto,2020-02-24,16.0,,,4.0,,
+IT-34,Veneto,2020-02-25,19.0,,,7.0,,
+IT-34,Veneto,2020-02-26,24.0,,,8.0,,
+IT-34,Veneto,2020-02-27,27.0,,,8.0,,
+IT-34,Veneto,2020-02-28,33.0,,,9.0,,
+IT-34,Veneto,2020-02-29,35.0,,,11.0,,
+IT-34,Veneto,2020-03-01,64.0,,,13.0,,
+IT-34,Veneto,2020-03-02,67.0,,,14.0,,
+IT-34,Veneto,2020-03-03,68.0,,,19.0,,
+IT-34,Veneto,2020-03-04,99.0,,,23.0,,
+IT-34,Veneto,2020-03-05,116.0,,,24.0,,
+IT-34,Veneto,2020-03-06,144.0,,,27.0,,
+IT-34,Veneto,2020-03-07,164.0,,,41.0,,
+IT-34,Veneto,2020-03-08,193.0,,,47.0,,
+IT-34,Veneto,2020-03-09,237.0,,,51.0,,
+IT-34,Veneto,2020-03-10,271.0,,,67.0,,
+IT-34,Veneto,2020-03-11,330.0,,,68.0,,
+IT-34,Veneto,2020-03-12,445.0,,,85.0,,
+IT-34,Veneto,2020-03-13,473.0,,,107.0,,
+IT-34,Veneto,2020-03-14,485.0,,,119.0,,
+IT-34,Veneto,2020-03-15,555.0,,,129.0,,
+IT-34,Veneto,2020-03-16,654.0,,,156.0,,
+IT-34,Veneto,2020-03-17,719.0,,,171.0,,
+IT-34,Veneto,2020-03-18,841.0,,,195.0,,
+IT-34,Veneto,2020-03-19,980.0,,,209.0,,
+IT-34,Veneto,2020-03-20,1079.0,,,236.0,,
+IT-34,Veneto,2020-03-21,1191.0,,,249.0,,
+IT-34,Veneto,2020-03-22,1368.0,,,255.0,,
+IT-34,Veneto,2020-03-23,1487.0,,,281.0,,
+IT-34,Veneto,2020-03-24,1622.0,,,304.0,,
+IT-34,Veneto,2020-03-25,1723.0,,,316.0,,
+IT-34,Veneto,2020-03-26,1773.0,,,326.0,,
+IT-34,Veneto,2020-03-27,1874.0,,,338.0,,
+IT-34,Veneto,2020-03-28,1903.0,,,344.0,,
+IT-34,Veneto,2020-03-29,1941.0,,,355.0,,
+IT-34,Veneto,2020-03-30,1989.0,,,356.0,,
+IT-34,Veneto,2020-03-31,2036.0,,,356.0,,
+IT-34,Veneto,2020-04-01,2068.0,,,350.0,,
+IT-34,Veneto,2020-04-02,2015.0,,,345.0,,
+IT-34,Veneto,2020-04-03,2049.0,,,335.0,,
+IT-34,Veneto,2020-04-04,2015.0,,,324.0,,
+IT-34,Veneto,2020-04-05,2003.0,,,329.0,,
+IT-34,Veneto,2020-04-06,2036.0,,,322.0,,
+IT-34,Veneto,2020-04-07,1876.0,,,297.0,,
+IT-34,Veneto,2020-04-08,1839.0,,,285.0,,
+IT-34,Veneto,2020-04-09,1804.0,,,274.0,,
+IT-34,Veneto,2020-04-10,1778.0,,,257.0,,
+IT-34,Veneto,2020-04-11,1716.0,,,251.0,,
+IT-34,Veneto,2020-04-12,1677.0,,,249.0,,
+IT-34,Veneto,2020-04-13,1672.0,,,245.0,,
+IT-34,Veneto,2020-04-14,1660.0,,,233.0,,
+IT-34,Veneto,2020-04-15,1621.0,,,219.0,,
+IT-34,Veneto,2020-04-16,1597.0,,,209.0,,
+IT-34,Veneto,2020-04-17,1556.0,,,197.0,,
+IT-34,Veneto,2020-04-18,1477.0,,,190.0,,
+IT-34,Veneto,2020-04-19,1448.0,,,184.0,,
+IT-34,Veneto,2020-04-20,1453.0,,,180.0,,
+IT-34,Veneto,2020-04-21,1407.0,,,177.0,,
+IT-34,Veneto,2020-04-22,1368.0,,,163.0,,
+IT-34,Veneto,2020-04-23,1329.0,,,140.0,,
+IT-34,Veneto,2020-04-24,1289.0,,,130.0,,
+IT-34,Veneto,2020-04-25,1234.0,,,129.0,,
+IT-34,Veneto,2020-04-26,1221.0,,,124.0,,
+IT-34,Veneto,2020-04-27,1222.0,,,123.0,,
+IT-34,Veneto,2020-04-28,1187.0,,,120.0,,
+IT-34,Veneto,2020-04-29,1156.0,,,114.0,,
+IT-34,Veneto,2020-04-30,1126.0,,,114.0,,
+IT-34,Veneto,2020-05-01,1087.0,,,110.0,,
+IT-34,Veneto,2020-05-02,1078.0,,,108.0,,
+IT-34,Veneto,2020-05-03,1058.0,,,103.0,,
+IT-34,Veneto,2020-05-04,1056.0,,,101.0,,
+IT-34,Veneto,2020-05-05,1024.0,,,98.0,,
+IT-34,Veneto,2020-05-06,992.0,,,90.0,,
+IT-34,Veneto,2020-05-07,959.0,,,87.0,,
+IT-34,Veneto,2020-05-08,910.0,,,79.0,,
+IT-34,Veneto,2020-05-09,475.0,,,40.0,,
+IT-34,Veneto,2020-05-10,445.0,,,37.0,,
+IT-34,Veneto,2020-05-11,438.0,,,38.0,,
+IT-34,Veneto,2020-05-12,426.0,,,33.0,,
+IT-34,Veneto,2020-05-13,394.0,,,30.0,,
+IT-34,Veneto,2020-05-14,368.0,,,26.0,,
+IT-34,Veneto,2020-05-15,335.0,,,24.0,,
+IT-34,Veneto,2020-05-16,310.0,,,20.0,,
+IT-34,Veneto,2020-05-17,295.0,,,22.0,,
+IT-34,Veneto,2020-05-18,285.0,,,22.0,,
+IT-34,Veneto,2020-05-19,277.0,,,18.0,,
+IT-34,Veneto,2020-05-20,271.0,,,16.0,,
+IT-34,Veneto,2020-05-21,252.0,,,15.0,,
+IT-34,Veneto,2020-05-22,227.0,,,12.0,,
+IT-34,Veneto,2020-05-23,219.0,,,14.0,,
+IT-34,Veneto,2020-05-24,196.0,,,11.0,,
+IT-34,Veneto,2020-05-25,189.0,,,10.0,,
+IT-34,Veneto,2020-05-26,188.0,,,11.0,,
+IT-34,Veneto,2020-05-27,177.0,,,9.0,,
+IT-34,Veneto,2020-05-28,157.0,,,9.0,,
+IT-34,Veneto,2020-05-29,144.0,,,7.0,,
+IT-34,Veneto,2020-05-30,127.0,,,7.0,,
+IT-34,Veneto,2020-05-31,118.0,,,6.0,,
+IT-34,Veneto,2020-06-01,116.0,,,6.0,,
+IT-34,Veneto,2020-06-02,108.0,,,5.0,,
+IT-34,Veneto,2020-06-03,108.0,,,2.0,,
+IT-34,Veneto,2020-06-04,99.0,,,2.0,,
+IT-34,Veneto,2020-06-05,98.0,,,2.0,,
+IT-34,Veneto,2020-06-06,84.0,,,2.0,,
+IT-34,Veneto,2020-06-07,82.0,,,1.0,,
+IT-34,Veneto,2020-06-08,83.0,,,1.0,,
+ITA,Italy,2020-02-24,127.0,,,26.0,,
+ITA,Italy,2020-02-25,148.0,,,35.0,,
+ITA,Italy,2020-02-26,163.0,,,36.0,,
+ITA,Italy,2020-02-27,303.0,,,56.0,,
+ITA,Italy,2020-02-28,408.0,,,64.0,,
+ITA,Italy,2020-02-29,505.0,,,105.0,,
+ITA,Italy,2020-03-01,778.0,,,140.0,,
+ITA,Italy,2020-03-02,907.0,,,166.0,,
+ITA,Italy,2020-03-03,1261.0,,,229.0,,
+ITA,Italy,2020-03-04,1639.0,,,295.0,,
+ITA,Italy,2020-03-05,2138.0,,,351.0,,
+ITA,Italy,2020-03-06,2848.0,,,462.0,,
+ITA,Italy,2020-03-07,3203.0,,,566.0,,
+ITA,Italy,2020-03-08,4190.0,,,648.0,,
+ITA,Italy,2020-03-09,5029.0,,,731.0,,
+ITA,Italy,2020-03-10,5875.0,,,873.0,,
+ITA,Italy,2020-03-11,6822.0,,,1020.0,,
+ITA,Italy,2020-03-12,7730.0,,,1144.0,,
+ITA,Italy,2020-03-13,8665.0,,,1317.0,,
+ITA,Italy,2020-03-14,9777.0,,,1499.0,,
+ITA,Italy,2020-03-15,11189.0,,,1649.0,,
+ITA,Italy,2020-03-16,12720.0,,,1821.0,,
+ITA,Italy,2020-03-17,14743.0,,,2027.0,,
+ITA,Italy,2020-03-18,16360.0,,,2217.0,,
+ITA,Italy,2020-03-19,17951.0,,,2450.0,,
+ITA,Italy,2020-03-20,18320.0,,,2597.0,,
+ITA,Italy,2020-03-21,20136.0,,,2788.0,,
+ITA,Italy,2020-03-22,22396.0,,,2931.0,,
+ITA,Italy,2020-03-23,23423.0,,,3125.0,,
+ITA,Italy,2020-03-24,24772.0,,,3309.0,,
+ITA,Italy,2020-03-25,25998.0,,,3384.0,,
+ITA,Italy,2020-03-26,27733.0,,,3503.0,,
+ITA,Italy,2020-03-27,29060.0,,,3621.0,,
+ITA,Italy,2020-03-28,29833.0,,,3733.0,,
+ITA,Italy,2020-03-29,30571.0,,,3775.0,,
+ITA,Italy,2020-03-30,31052.0,,,3841.0,,
+ITA,Italy,2020-03-31,31470.0,,,3881.0,,
+ITA,Italy,2020-04-01,31691.0,,,3902.0,,
+ITA,Italy,2020-04-02,31837.0,,,3915.0,,
+ITA,Italy,2020-04-03,32035.0,,,3928.0,,
+ITA,Italy,2020-04-04,32218.0,,,3852.0,,
+ITA,Italy,2020-04-05,32202.0,,,3844.0,,
+ITA,Italy,2020-04-06,32144.0,,,3767.0,,
+ITA,Italy,2020-04-07,31683.0,,,3650.0,,
+ITA,Italy,2020-04-08,31414.0,,,3551.0,,
+ITA,Italy,2020-04-09,31263.0,,,3472.0,,
+ITA,Italy,2020-04-10,31018.0,,,3369.0,,
+ITA,Italy,2020-04-11,30826.0,,,3263.0,,
+ITA,Italy,2020-04-12,30579.0,,,3237.0,,
+ITA,Italy,2020-04-13,30670.0,,,3163.0,,
+ITA,Italy,2020-04-14,30602.0,,,3093.0,,
+ITA,Italy,2020-04-15,30164.0,,,2999.0,,
+ITA,Italy,2020-04-16,29276.0,,,2859.0,,
+ITA,Italy,2020-04-17,28055.0,,,2736.0,,
+ITA,Italy,2020-04-18,27215.0,,,2663.0,,
+ITA,Italy,2020-04-19,27164.0,,,2571.0,,
+ITA,Italy,2020-04-20,26988.0,,,2514.0,,
+ITA,Italy,2020-04-21,26134.0,,,2413.0,,
+ITA,Italy,2020-04-22,25734.0,,,2331.0,,
+ITA,Italy,2020-04-23,24717.0,,,2221.0,,
+ITA,Italy,2020-04-24,23825.0,,,2129.0,,
+ITA,Italy,2020-04-25,23251.0,,,2061.0,,
+ITA,Italy,2020-04-26,23006.0,,,1971.0,,
+ITA,Italy,2020-04-27,21919.0,,,1917.0,,
+ITA,Italy,2020-04-28,21231.0,,,1826.0,,
+ITA,Italy,2020-04-29,20685.0,,,1759.0,,
+ITA,Italy,2020-04-30,19525.0,,,1660.0,,
+ITA,Italy,2020-05-01,18859.0,,,1548.0,,
+ITA,Italy,2020-05-02,18616.0,,,1510.0,,
+ITA,Italy,2020-05-03,18470.0,,,1473.0,,
+ITA,Italy,2020-05-04,18037.0,,,1452.0,,
+ITA,Italy,2020-05-05,17446.0,,,1401.0,,
+ITA,Italy,2020-05-06,16863.0,,,1309.0,,
+ITA,Italy,2020-05-07,16277.0,,,1289.0,,
+ITA,Italy,2020-05-08,15612.0,,,1148.0,,
+ITA,Italy,2020-05-09,14707.0,,,1015.0,,
+ITA,Italy,2020-05-10,14484.0,,,1009.0,,
+ITA,Italy,2020-05-11,14373.0,,,981.0,,
+ITA,Italy,2020-05-12,13665.0,,,936.0,,
+ITA,Italy,2020-05-13,12917.0,,,877.0,,
+ITA,Italy,2020-05-14,12172.0,,,839.0,,
+ITA,Italy,2020-05-15,11483.0,,,794.0,,
+ITA,Italy,2020-05-16,11070.0,,,762.0,,
+ITA,Italy,2020-05-17,10969.0,,,749.0,,
+ITA,Italy,2020-05-18,10849.0,,,735.0,,
+ITA,Italy,2020-05-19,10605.0,,,702.0,,
+ITA,Italy,2020-05-20,10207.0,,,665.0,,
+ITA,Italy,2020-05-21,9808.0,,,629.0,,
+ITA,Italy,2020-05-22,9477.0,,,586.0,,
+ITA,Italy,2020-05-23,9195.0,,,563.0,,
+ITA,Italy,2020-05-24,9100.0,,,544.0,,
+ITA,Italy,2020-05-25,8661.0,,,532.0,,
+ITA,Italy,2020-05-26,8378.0,,,513.0,,
+ITA,Italy,2020-05-27,8181.0,,,498.0,,
+ITA,Italy,2020-05-28,7827.0,,,481.0,,
+ITA,Italy,2020-05-29,7528.0,,,467.0,,
+ITA,Italy,2020-05-30,7097.0,,,443.0,,
+ITA,Italy,2020-05-31,6789.0,,,428.0,,
+ITA,Italy,2020-06-01,6489.0,,,417.0,,
+ITA,Italy,2020-06-02,6292.0,,,403.0,,
+ITA,Italy,2020-06-03,6062.0,,,348.0,,
+ITA,Italy,2020-06-04,5817.0,,,335.0,,
+ITA,Italy,2020-06-05,5596.0,,,313.0,,
+ITA,Italy,2020-06-06,5279.0,,,290.0,,
+ITA,Italy,2020-06-07,5135.0,,,284.0,,
+ITA,Italy,2020-06-08,4995.0,,,280.0,,
+LUX,Luxembourg,2020-02-24,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-25,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-26,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-27,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-28,0.0,,,0.0,,
+LUX,Luxembourg,2020-02-29,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-01,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-02,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-03,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-04,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-05,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-06,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-07,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-08,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-09,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-10,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-11,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-12,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-13,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-14,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-15,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-16,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-17,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-18,0.0,,,0.0,,
+LUX,Luxembourg,2020-03-19,1.0,,,0.0,,
+LUX,Luxembourg,2020-03-20,18.0,,,3.0,,
+LUX,Luxembourg,2020-03-21,56.0,,,6.0,,
+LUX,Luxembourg,2020-03-22,63.0,,,5.0,,
+LUX,Luxembourg,2020-03-23,71.0,,,7.0,,
+LUX,Luxembourg,2020-03-24,97.0,,,9.0,,
+LUX,Luxembourg,2020-03-25,128.0,,,21.0,,
+LUX,Luxembourg,2020-03-26,120.0,,,26.0,,
+LUX,Luxembourg,2020-03-27,128.0,,,26.0,,
+LUX,Luxembourg,2020-03-28,152.0,,,29.0,,
+LUX,Luxembourg,2020-03-29,160.0,,,27.0,,
+LUX,Luxembourg,2020-03-30,156.0,,,30.0,,
+LUX,Luxembourg,2020-03-31,163.0,,,32.0,,
+LUX,Luxembourg,2020-04-01,166.0,,,33.0,,
+LUX,Luxembourg,2020-04-02,184.0,,,40.0,,
+LUX,Luxembourg,2020-04-03,183.0,,,45.0,,
+LUX,Luxembourg,2020-04-04,190.0,,,43.0,,
+LUX,Luxembourg,2020-04-05,177.0,,,43.0,,
+LUX,Luxembourg,2020-04-06,180.0,,,41.0,,
+LUX,Luxembourg,2020-04-07,179.0,,,41.0,,
+LUX,Luxembourg,2020-04-08,189.0,,,43.0,,
+LUX,Luxembourg,2020-04-09,185.0,,,39.0,,
+LUX,Luxembourg,2020-04-10,186.0,,,38.0,,
+LUX,Luxembourg,2020-04-11,172.0,,,40.0,,
+LUX,Luxembourg,2020-04-12,183.0,,,40.0,,
+LUX,Luxembourg,2020-04-13,161.0,,,42.0,,
+LUX,Luxembourg,2020-04-14,163.0,,,43.0,,
+LUX,Luxembourg,2020-04-15,144.0,,,44.0,,
+LUX,Luxembourg,2020-04-16,157.0,,,41.0,,
+LUX,Luxembourg,2020-04-17,141.0,,,39.0,,
+LUX,Luxembourg,2020-04-18,152.0,,,40.0,,
+LUX,Luxembourg,2020-04-19,148.0,,,39.0,,
+LUX,Luxembourg,2020-04-20,149.0,,,39.0,,
+LUX,Luxembourg,2020-04-21,147.0,,,38.0,,
+LUX,Luxembourg,2020-04-22,143.0,,,35.0,,
+LUX,Luxembourg,2020-04-23,133.0,,,30.0,,
+LUX,Luxembourg,2020-04-24,129.0,,,30.0,,
+LUX,Luxembourg,2020-04-25,119.0,,,28.0,,
+LUX,Luxembourg,2020-04-26,121.0,,,25.0,,
+LUX,Luxembourg,2020-04-27,112.0,,,25.0,,
+LUX,Luxembourg,2020-04-28,115.0,,,25.0,,
+LUX,Luxembourg,2020-04-29,101.0,,,27.0,,
+LUX,Luxembourg,2020-04-30,87.0,,,27.0,,
+LUX,Luxembourg,2020-05-01,98.0,,,28.0,,
+LUX,Luxembourg,2020-05-02,93.0,,,27.0,,
+LUX,Luxembourg,2020-05-03,92.0,,,26.0,,
+LUX,Luxembourg,2020-05-04,90.0,,,25.0,,
+LUX,Luxembourg,2020-05-05,98.0,,,23.0,,
+LUX,Luxembourg,2020-05-06,90.0,,,24.0,,
+LUX,Luxembourg,2020-05-07,80.0,,,19.0,,
+LUX,Luxembourg,2020-05-08,88.0,,,18.0,,
+LUX,Luxembourg,2020-05-09,79.0,,,17.0,,
+LUX,Luxembourg,2020-05-10,69.0,,,21.0,,
+LUX,Luxembourg,2020-05-11,66.0,,,23.0,,
+LUX,Luxembourg,2020-05-12,67.0,,,23.0,,
+LUX,Luxembourg,2020-05-13,67.0,,,12.0,,
+LUX,Luxembourg,2020-05-14,71.0,,,12.0,,
+LUX,Luxembourg,2020-05-15,58.0,,,16.0,,
+LUX,Luxembourg,2020-05-16,50.0,,,14.0,,
+LUX,Luxembourg,2020-05-17,46.0,,,9.0,,
+LUX,Luxembourg,2020-05-18,50.0,,,11.0,,
+LUX,Luxembourg,2020-05-19,51.0,,,7.0,,
+LUX,Luxembourg,2020-05-20,56.0,,,7.0,,
+LUX,Luxembourg,2020-05-21,46.0,,,6.0,,
+LUX,Luxembourg,2020-05-22,47.0,,,9.0,,
+LUX,Luxembourg,2020-05-23,36.0,,,8.0,,
+LUX,Luxembourg,2020-05-24,37.0,,,5.0,,
+LUX,Luxembourg,2020-05-25,39.0,,,6.0,,
+LUX,Luxembourg,2020-05-26,46.0,,,5.0,,
+LUX,Luxembourg,2020-05-27,35.0,,,5.0,,
+LUX,Luxembourg,2020-05-28,30.0,,,5.0,,
+LUX,Luxembourg,2020-05-29,32.0,,,4.0,,
+LUX,Luxembourg,2020-05-30,30.0,,,4.0,,
+LUX,Luxembourg,2020-05-31,31.0,,,4.0,,
+LUX,Luxembourg,2020-06-01,28.0,,,4.0,,
+LUX,Luxembourg,2020-06-02,31.0,,,2.0,,
+LUX,Luxembourg,2020-06-03,28.0,,,3.0,,
+LUX,Luxembourg,2020-06-04,28.0,,,1.0,,
+SWE,Sweden,2020-03-06,,,,1.0,,
+SWE,Sweden,2020-03-07,,,,1.0,,
+SWE,Sweden,2020-03-08,,,,1.0,,
+SWE,Sweden,2020-03-09,,,,0.0,,
+SWE,Sweden,2020-03-10,,,,2.0,,
+SWE,Sweden,2020-03-11,,,,1.0,,
+SWE,Sweden,2020-03-12,,,,0.0,,
+SWE,Sweden,2020-03-13,,,,2.0,,
+SWE,Sweden,2020-03-14,,,,6.0,,
+SWE,Sweden,2020-03-15,,,,5.0,,
+SWE,Sweden,2020-03-16,,,,5.0,,
+SWE,Sweden,2020-03-17,,,,4.0,,
+SWE,Sweden,2020-03-18,,,,15.0,,
+SWE,Sweden,2020-03-19,,,,8.0,,
+SWE,Sweden,2020-03-20,,,,17.0,,
+SWE,Sweden,2020-03-21,,,,13.0,,
+SWE,Sweden,2020-03-22,,,,28.0,,
+SWE,Sweden,2020-03-23,,,,37.0,,
+SWE,Sweden,2020-03-24,,,,32.0,,
+SWE,Sweden,2020-03-25,,,,31.0,,
+SWE,Sweden,2020-03-26,,,,40.0,,
+SWE,Sweden,2020-03-27,,,,28.0,,
+SWE,Sweden,2020-03-28,,,,28.0,,
+SWE,Sweden,2020-03-29,,,,41.0,,
+SWE,Sweden,2020-03-30,,,,30.0,,
+SWE,Sweden,2020-03-31,,,,33.0,,
+SWE,Sweden,2020-04-01,,,,48.0,,
+SWE,Sweden,2020-04-02,,,,47.0,,
+SWE,Sweden,2020-04-03,,,,39.0,,
+SWE,Sweden,2020-04-04,,,,36.0,,
+SWE,Sweden,2020-04-05,,,,45.0,,
+SWE,Sweden,2020-04-06,,,,43.0,,
+SWE,Sweden,2020-04-07,,,,45.0,,
+SWE,Sweden,2020-04-08,,,,47.0,,
+SWE,Sweden,2020-04-09,,,,36.0,,
+SWE,Sweden,2020-04-10,,,,36.0,,
+SWE,Sweden,2020-04-11,,,,46.0,,
+SWE,Sweden,2020-04-12,,,,35.0,,
+SWE,Sweden,2020-04-13,,,,43.0,,
+SWE,Sweden,2020-04-14,,,,41.0,,
+SWE,Sweden,2020-04-15,,,,32.0,,
+SWE,Sweden,2020-04-16,,,,33.0,,
+SWE,Sweden,2020-04-17,,,,40.0,,
+SWE,Sweden,2020-04-18,,,,29.0,,
+SWE,Sweden,2020-04-19,,,,34.0,,
+SWE,Sweden,2020-04-20,,,,27.0,,
+SWE,Sweden,2020-04-21,,,,34.0,,
+SWE,Sweden,2020-04-22,,,,49.0,,
+SWE,Sweden,2020-04-23,,,,27.0,,
+SWE,Sweden,2020-04-24,,,,46.0,,
+SWE,Sweden,2020-04-25,,,,28.0,,
+SWE,Sweden,2020-04-26,,,,26.0,,
+SWE,Sweden,2020-04-27,,,,27.0,,
+SWE,Sweden,2020-04-28,,,,33.0,,
+SWE,Sweden,2020-04-29,,,,25.0,,
+SWE,Sweden,2020-04-30,,,,33.0,,
+SWE,Sweden,2020-05-01,,,,15.0,,
+SWE,Sweden,2020-05-02,,,,30.0,,
+SWE,Sweden,2020-05-03,,,,25.0,,
+SWE,Sweden,2020-05-04,,,,25.0,,
+SWE,Sweden,2020-05-05,,,,20.0,,
+SWE,Sweden,2020-05-06,,,,27.0,,
+SWE,Sweden,2020-05-07,,,,28.0,,
+SWE,Sweden,2020-05-08,,,,25.0,,
+SWE,Sweden,2020-05-09,,,,14.0,,
+SWE,Sweden,2020-05-10,,,,17.0,,
+SWE,Sweden,2020-05-11,,,,15.0,,
+SWE,Sweden,2020-05-12,,,,16.0,,
+SWE,Sweden,2020-05-13,,,,19.0,,
+SWE,Sweden,2020-05-14,,,,15.0,,
+SWE,Sweden,2020-05-15,,,,20.0,,
+SWE,Sweden,2020-05-16,,,,18.0,,
+SWE,Sweden,2020-05-17,,,,20.0,,
+SWE,Sweden,2020-05-18,,,,24.0,,
+SWE,Sweden,2020-05-19,,,,13.0,,
+SWE,Sweden,2020-05-20,,,,14.0,,
+SWE,Sweden,2020-05-21,,,,13.0,,
+SWE,Sweden,2020-05-22,,,,15.0,,
+SWE,Sweden,2020-05-23,,,,16.0,,
+SWE,Sweden,2020-05-24,,,,16.0,,
+SWE,Sweden,2020-05-25,,,,28.0,,
+SWE,Sweden,2020-05-26,,,,14.0,,
+SWE,Sweden,2020-05-27,,,,15.0,,
+SWE,Sweden,2020-05-28,,,,19.0,,
+SWE,Sweden,2020-05-29,,,,13.0,,
+SWE,Sweden,2020-05-30,,,,20.0,,
+SWE,Sweden,2020-05-31,,,,12.0,,
+SWE,Sweden,2020-06-01,,,,20.0,,
+SWE,Sweden,2020-06-02,,,,15.0,,
+SWE,Sweden,2020-06-03,,,,12.0,,
+SWE,Sweden,2020-06-04,,,,13.0,,
+SWE,Sweden,2020-06-05,,,,10.0,,
+SWE,Sweden,2020-06-06,,,,12.0,,
+SWE,Sweden,2020-06-07,,,,9.0,,
+COL,Colombia,2020-03-06,,,,,0.0,
+COL,Colombia,2020-03-09,,,,,0.0,
+COL,Colombia,2020-03-11,,,,,0.0,
+COL,Colombia,2020-03-12,,,,,0.0,
+COL,Colombia,2020-03-13,,,,,0.0,
+COL,Colombia,2020-03-14,,,,,0.0,
+COL,Colombia,2020-03-15,,,,,0.0,
+COL,Colombia,2020-03-16,,,,,0.0,
+COL,Colombia,2020-03-17,,,,,0.0,
+COL,Colombia,2020-03-18,,,,,0.0,
+COL,Colombia,2020-03-19,,,,,0.0,
+COL,Colombia,2020-03-20,,,,,0.0,
+COL,Colombia,2020-03-21,,,,,0.0,
+COL,Colombia,2020-03-22,,,,,0.0,
+COL,Colombia,2020-03-23,,,,,0.0,
+COL,Colombia,2020-03-24,,,,,0.0,
+COL,Colombia,2020-03-25,,,,,0.0,
+COL,Colombia,2020-03-26,,,,,0.0,
+COL,Colombia,2020-03-27,,,,,23.0,
+COL,Colombia,2020-03-28,,,,,27.0,
+COL,Colombia,2020-03-29,,,,,29.0,
+COL,Colombia,2020-03-30,,,,,31.0,
+COL,Colombia,2020-03-31,,,,,35.0,
+COL,Colombia,2020-04-01,,,,,47.0,
+COL,Colombia,2020-04-02,,,,,50.0,
+COL,Colombia,2020-04-03,,,,,54.0,
+COL,Colombia,2020-04-04,,,,,57.0,
+COL,Colombia,2020-04-05,,,,,63.0,
+COL,Colombia,2020-04-06,,,,,76.0,
+COL,Colombia,2020-04-07,,,,,76.0,
+COL,Colombia,2020-04-08,,,,,85.0,
+COL,Colombia,2020-04-09,,,,,84.0,
+COL,Colombia,2020-04-10,,,,,86.0,
+COL,Colombia,2020-04-11,,,,,92.0,
+COL,Colombia,2020-04-12,,,,,103.0,
+COL,Colombia,2020-04-13,,,,,106.0,
+COL,Colombia,2020-04-14,,,,,103.0,
+COL,Colombia,2020-04-15,,,,,98.0,
+COL,Colombia,2020-04-16,,,,,105.0,
+COL,Colombia,2020-04-17,,,,,112.0,
+COL,Colombia,2020-04-18,,,,,-1.0,
+COL,Colombia,2020-04-19,,,,,100.0,
+COL,Colombia,2020-04-20,,,,,95.0,
+COL,Colombia,2020-04-21,,,,,108.0,
+COL,Colombia,2020-04-22,,,,,102.0,
+COL,Colombia,2020-04-23,,,,,119.0,
+COL,Colombia,2020-04-23,,,,,0.0,
+COL,Colombia,2020-04-24,,,,,117.0,
+COL,Colombia,2020-04-25,,,,,118.0,
+COL,Colombia,2020-04-26,,,,,116.0,
+COL,Colombia,2020-04-27,,,,,-1.0,
+COL,Colombia,2020-04-28,,,,,115.0,
+COL,Colombia,2020-04-29,,,,,-1.0,
+COL,Colombia,2020-04-30,,,,,-1.0,
+COL,Colombia,2020-05-01,,,,,120.0,
+COL,Colombia,2020-05-02,,,,,122.0,
+COL,Colombia,2020-05-03,,,,,122.0,
+COL,Colombia,2020-05-04,,,,,120.0,
+COL,Colombia,2020-05-05,,,,,126.0,
+COL,Colombia,2020-05-06,,,,,123.0,
+COL,Colombia,2020-05-07,,,,,129.0,
+COL,Colombia,2020-05-08,,,,,130.0,
+COL,Colombia,2020-05-09,,,,,128.0,
+COL,Colombia,2020-05-10,,,,,128.0,
+COL,Colombia,2020-05-11,,,,,119.0,
+COL,Colombia,2020-05-12,,,,,129.0,
+COL,Colombia,2020-05-13,,,,,131.0,
+COL,Colombia,2020-05-14,,,,,138.0,
+COL,Colombia,2020-05-15,,,,,136.0,
+COL,Colombia,2020-05-16,,,,,148.0,
+COL,Colombia,2020-05-17,,,,,157.0,
+COL,Colombia,2020-05-17,,,,,155.0,
+COL,Colombia,2020-05-18,,,,,164.0,
+COL,Colombia,2020-05-19,,,,,176.0,
+COL,Colombia,2020-05-20,,,,,176.0,
+COL,Colombia,2020-05-21,,,,,175.0,
+COL,Colombia,2020-05-22,,,,,172.0,
+COL,Colombia,2020-05-23,,,,,185.0,
+COL,Colombia,2020-05-24,,,,,193.0,
+COL,Colombia,2020-05-25,,,,,205.0,
+COL,Colombia,2020-05-26,,,,,249.0,
+COL,Colombia,2020-05-27,,,,,227.0,
+COL,Colombia,2020-05-28,,,,,234.0,
+COL,Colombia,2020-05-29,,,,,235.0,
+COL,Colombia,2020-05-30,,,,,240.0,
+COL,Colombia,2020-05-31,,,,,243.0,
+COL,Colombia,2020-06-01,,,,,289.0,
+COL,Colombia,2020-06-02,,,,,305.0,
+COL,Colombia,2020-06-03,,,,,335.0,
diff --git a/data/inputs/downloaded/austria/2020-04-26/AllgemeinDaten.csv b/data/inputs/downloaded/austria/2020-04-26/AllgemeinDaten.csv
deleted file mode 100755
index 8790201..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/AllgemeinDaten.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-AktuelleErkrankungen;PositivGetestet;Genesen;Tot;GesTestungen;GesBesFaelle;GesNBVerf;GesIBVerf;GesNBBel;GesIBBel;BFNH;Erkrankungen;LetzteAktualisierung;Timestamp
-2401;15189;12282;528;227631;15225;16641;1072;449;145;1807;15189;27.04.2020 03:00:00;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/Altersverteilung.csv b/data/inputs/downloaded/austria/2020-04-26/Altersverteilung.csv
deleted file mode 100755
index 13d245d..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/Altersverteilung.csv
+++ /dev/null
@@ -1,11 +0,0 @@
-Altersgruppe;Anzahl;Timestamp
-<5;80;2020-04-27T03:00:00
-5-14;339;2020-04-27T03:00:00
-15-24;1412;2020-04-27T03:00:00
-25-34;2090;2020-04-27T03:00:00
-35-44;2108;2020-04-27T03:00:00
-45-54;3158;2020-04-27T03:00:00
-55-64;2537;2020-04-27T03:00:00
-65-74;1350;2020-04-27T03:00:00
-75-84;1285;2020-04-27T03:00:00
->84;830;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/AltersverteilungTodesfaelle.csv b/data/inputs/downloaded/austria/2020-04-26/AltersverteilungTodesfaelle.csv
deleted file mode 100755
index 012503a..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/AltersverteilungTodesfaelle.csv
+++ /dev/null
@@ -1,11 +0,0 @@
-Altersgruppe;Anzahl;Timestamp
-<5;0;2020-04-27T03:00:00
-5-14;0;2020-04-27T03:00:00
-15-24;0;2020-04-27T03:00:00
-25-34;1;2020-04-27T03:00:00
-35-44;2;2020-04-27T03:00:00
-45-54;7;2020-04-27T03:00:00
-55-64;21;2020-04-27T03:00:00
-65-74;92;2020-04-27T03:00:00
-75-84;195;2020-04-27T03:00:00
->84;210;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/AltersverteilungTodesfaelleDemogr.csv b/data/inputs/downloaded/austria/2020-04-26/AltersverteilungTodesfaelleDemogr.csv
deleted file mode 100755
index 4b9386c..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/AltersverteilungTodesfaelleDemogr.csv
+++ /dev/null
@@ -1,11 +0,0 @@
-Altersgruppe;Anzahl_demografisch;Timestamp
-<5;0;2020-04-27T03:00:00
-5-14;0;2020-04-27T03:00:00
-15-24;0;2020-04-27T03:00:00
-25-34;0;2020-04-27T03:00:00
-35-44;0;2020-04-27T03:00:00
-45-54;0;2020-04-27T03:00:00
-55-64;1;2020-04-27T03:00:00
-65-74;11;2020-04-27T03:00:00
-75-84;32;2020-04-27T03:00:00
->84;92;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/Bezirke.csv b/data/inputs/downloaded/austria/2020-04-26/Bezirke.csv
deleted file mode 100755
index f5a7765..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/Bezirke.csv
+++ /dev/null
@@ -1,94 +0,0 @@
-Bezirk;Anzahl;Anzahl_Inzidenz;GKZ;Timestamp
-Amstetten;291;250,615774152988;305;2020-04-27T03:00:00
-Baden;133;90,9694055525537;306;2020-04-27T03:00:00
-Bludenz;250;392,378441158929;801;2020-04-27T03:00:00
-Braunau am Inn;126;120,680407631599;404;2020-04-27T03:00:00
-Bregenz;258;191,98856998281;802;2020-04-27T03:00:00
-Bruck an der Leitha;75;73,5222037055191;307;2020-04-27T03:00:00
-Bruck-Mürzzuschlag;52;52,5337428271236;621;2020-04-27T03:00:00
-Deutschlandsberg;47;77,2759408756844;603;2020-04-27T03:00:00
-Dornbirn;150;168,461719881852;803;2020-04-27T03:00:00
-Eferding;53;159,850404150078;405;2020-04-27T03:00:00
-Eisenstadt(Stadt);16;109,312017489923;101;2020-04-27T03:00:00
-Eisenstadt-Umgebung;23;53,5793323549281;103;2020-04-27T03:00:00
-Feldkirch;210;195,97047378195;804;2020-04-27T03:00:00
-Feldkirchen;15;50,1052209640244;210;2020-04-27T03:00:00
-Freistadt;117;175,620299905435;406;2020-04-27T03:00:00
-Gänserndorf;85;81,9782805778987;308;2020-04-27T03:00:00
-Gmünd;13;35,352024583254;309;2020-04-27T03:00:00
-Gmunden;72;70,8445257844555;407;2020-04-27T03:00:00
-Graz(Stadt);466;161,353988490544;601;2020-04-27T03:00:00
-Graz-Umgebung;215;139,375081032024;606;2020-04-27T03:00:00
-Grieskirchen;74;114,336923100694;408;2020-04-27T03:00:00
-Güssing;24;93,0340737295034;104;2020-04-27T03:00:00
-Hallein;66;109,31858084606;502;2020-04-27T03:00:00
-Hartberg-Fürstenfeld;308;339,873319944384;622;2020-04-27T03:00:00
-Hermagor;5;27,4363476733977;203;2020-04-27T03:00:00
-Hollabrunn;31;60,9540288646821;310;2020-04-27T03:00:00
-Horn;44;141,524605982631;311;2020-04-27T03:00:00
-Imst;286;476,222192620221;702;2020-04-27T03:00:00
-Innsbruck-Land;385;214,702372321797;703;2020-04-27T03:00:00
-Innsbruck-Stadt;402;304,291877980471;701;2020-04-27T03:00:00
-Jennersdorf;9;52,7364350169929;105;2020-04-27T03:00:00
-Kirchdorf an der Krems;42;73,8578412408117;409;2020-04-27T03:00:00
-Kitzbühel;361;565,113257463095;704;2020-04-27T03:00:00
-Klagenfurt Land;43;71,9063545150502;204;2020-04-27T03:00:00
-Klagenfurt Stadt;88;87,2868663023101;201;2020-04-27T03:00:00
-Korneuburg;155;170,537688829231;312;2020-04-27T03:00:00
-Krems an der Donau(Stadt);38;152,757678083293;301;2020-04-27T03:00:00
-Krems(Land);144;254,434942398756;313;2020-04-27T03:00:00
-Kufstein;513;467,71576010649;705;2020-04-27T03:00:00
-Landeck;986;2222,62296560119;706;2020-04-27T03:00:00
-Leibnitz;182;220,648853110906;610;2020-04-27T03:00:00
-Leoben;23;38,2950382950383;611;2020-04-27T03:00:00
-Lienz;150;307,673373946219;707;2020-04-27T03:00:00
-Liezen (inkl. Gröbming);86;107,633196080149;612;2020-04-27T03:00:00
-Lilienfeld;40;154,966682163335;314;2020-04-27T03:00:00
-Linz(Stadt);301;146,311112839408;401;2020-04-27T03:00:00
-Linz-Land;201;133,756563055239;410;2020-04-27T03:00:00
-Mattersburg;44;110,20663744521;106;2020-04-27T03:00:00
-Melk;168;215,489597496216;315;2020-04-27T03:00:00
-Mistelbach;126;166,925002980804;316;2020-04-27T03:00:00
-Mödling;164;137,817442309955;317;2020-04-27T03:00:00
-Murau;6;21,6927582342095;614;2020-04-27T03:00:00
-Murtal;32;44,4419754458086;620;2020-04-27T03:00:00
-Neunkirchen;177;205,119885040155;318;2020-04-27T03:00:00
-Neusiedl am See;56;94,0354648038689;107;2020-04-27T03:00:00
-Oberpullendorf;21;55,98059339429;108;2020-04-27T03:00:00
-Oberwart;124;229,306901398032;109;2020-04-27T03:00:00
-Perg;251;366,642808104121;411;2020-04-27T03:00:00
-Reutte;57;174,471992653811;708;2020-04-27T03:00:00
-Ried im Innkreis;43;70,2568459577805;412;2020-04-27T03:00:00
-Rohrbach;148;261,835680418937;413;2020-04-27T03:00:00
-Salzburg(Stadt);141;91,433166246247;501;2020-04-27T03:00:00
-Salzburg-Umgebung;197;129,366106080207;503;2020-04-27T03:00:00
-Sankt Johann im Pongau;434;538,641976840877;504;2020-04-27T03:00:00
-Sankt Pölten(Land);264;201,459051921492;319;2020-04-27T03:00:00
-Sankt Pölten(Stadt);84;152,605188576412;302;2020-04-27T03:00:00
-Sankt Veit an der Glan;50;91,6506278068005;205;2020-04-27T03:00:00
-Schärding;55;95,9743137836564;414;2020-04-27T03:00:00
-Scheibbs;101;243,943675579064;320;2020-04-27T03:00:00
-Schwaz;342;407,759350446508;709;2020-04-27T03:00:00
-Spittal an der Drau;41;53,8828507970719;206;2020-04-27T03:00:00
-Steyr(Stadt);61;159,715131044956;402;2020-04-27T03:00:00
-Steyr-Land;180;297,880086716203;415;2020-04-27T03:00:00
-Südoststeiermark;59;68,6469568454978;623;2020-04-27T03:00:00
-Tamsweg;22;108,267716535433;505;2020-04-27T03:00:00
-Tulln;155;149,36735696871;321;2020-04-27T03:00:00
-Urfahr-Umgebung;280;327,466230045027;416;2020-04-27T03:00:00
-Villach Land;48;74,2252737056968;207;2020-04-27T03:00:00
-Villach Stadt;20;32,1321273074884;202;2020-04-27T03:00:00
-Vöcklabruck;107;78,5303809824371;417;2020-04-27T03:00:00
-Voitsberg;102;199,370614335138;616;2020-04-27T03:00:00
-Völkermarkt;53;126,558097330341;208;2020-04-27T03:00:00
-Waidhofen an der Thaya;71;274,258343634116;322;2020-04-27T03:00:00
-Waidhofen an der Ybbs(Stadt);23;204,244738477933;303;2020-04-27T03:00:00
-Weiz;158;174,88903401481;617;2020-04-27T03:00:00
-Wels(Stadt);58;93,9621235439921;403;2020-04-27T03:00:00
-Wels-Land;77;105,343803868991;418;2020-04-27T03:00:00
-Wien(Stadt);2359;124,322065295698;900;2020-04-27T03:00:00
-Wiener Neustadt(Land);70;89,7539459681245;323;2020-04-27T03:00:00
-Wiener Neustadt(Stadt);39;86,1364489696755;304;2020-04-27T03:00:00
-Wolfsberg;42;79,6570951712628;209;2020-04-27T03:00:00
-Zell am See;354;404,74720450024;506;2020-04-27T03:00:00
-Zwettl;71;168,158779783052;325;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/Bundesland.csv b/data/inputs/downloaded/austria/2020-04-26/Bundesland.csv
deleted file mode 100755
index b6ad14c..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/Bundesland.csv
+++ /dev/null
@@ -1,10 +0,0 @@
-Bundesland;Anzahl;GKZ;Timestamp
-Wien;516;9;2020-04-27T03:00:00
-Vorarlberg;110;8;2020-04-27T03:00:00
-Tirol;385;7;2020-04-27T03:00:00
-Steiermark;542;6;2020-04-27T03:00:00
-Salzburg;138;5;2020-04-27T03:00:00
-Oberösterreich;166;4;2020-04-27T03:00:00
-Niederösterreich;438;3;2020-04-27T03:00:00
-Kärnten;28;2;2020-04-27T03:00:00
-Burgenland;78;1;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/Epikurve.csv b/data/inputs/downloaded/austria/2020-04-26/Epikurve.csv
deleted file mode 100755
index 70b4ab1..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/Epikurve.csv
+++ /dev/null
@@ -1,63 +0,0 @@
-time;tägliche Erkrankungen;Timestamp
-25.02.2020;2;2020-04-27T03:00:00
-26.02.2020;0;2020-04-27T03:00:00
-27.02.2020;3;2020-04-27T03:00:00
-28.02.2020;6;2020-04-27T03:00:00
-29.02.2020;1;2020-04-27T03:00:00
-01.03.2020;2;2020-04-27T03:00:00
-02.03.2020;6;2020-04-27T03:00:00
-03.03.2020;9;2020-04-27T03:00:00
-04.03.2020;14;2020-04-27T03:00:00
-05.03.2020;20;2020-04-27T03:00:00
-06.03.2020;22;2020-04-27T03:00:00
-07.03.2020;16;2020-04-27T03:00:00
-08.03.2020;32;2020-04-27T03:00:00
-09.03.2020;28;2020-04-27T03:00:00
-10.03.2020;70;2020-04-27T03:00:00
-11.03.2020;131;2020-04-27T03:00:00
-12.03.2020;114;2020-04-27T03:00:00
-13.03.2020;229;2020-04-27T03:00:00
-14.03.2020;186;2020-04-27T03:00:00
-15.03.2020;219;2020-04-27T03:00:00
-16.03.2020;277;2020-04-27T03:00:00
-17.03.2020;378;2020-04-27T03:00:00
-18.03.2020;394;2020-04-27T03:00:00
-19.03.2020;487;2020-04-27T03:00:00
-20.03.2020;570;2020-04-27T03:00:00
-21.03.2020;484;2020-04-27T03:00:00
-22.03.2020;603;2020-04-27T03:00:00
-23.03.2020;854;2020-04-27T03:00:00
-24.03.2020;793;2020-04-27T03:00:00
-25.03.2020;718;2020-04-27T03:00:00
-26.03.2020;972;2020-04-27T03:00:00
-27.03.2020;812;2020-04-27T03:00:00
-28.03.2020;586;2020-04-27T03:00:00
-29.03.2020;470;2020-04-27T03:00:00
-30.03.2020;647;2020-04-27T03:00:00
-31.03.2020;576;2020-04-27T03:00:00
-01.04.2020;495;2020-04-27T03:00:00
-02.04.2020;402;2020-04-27T03:00:00
-03.04.2020;369;2020-04-27T03:00:00
-04.04.2020;258;2020-04-27T03:00:00
-05.04.2020;165;2020-04-27T03:00:00
-06.04.2020;269;2020-04-27T03:00:00
-07.04.2020;321;2020-04-27T03:00:00
-08.04.2020;238;2020-04-27T03:00:00
-09.04.2020;265;2020-04-27T03:00:00
-10.04.2020;356;2020-04-27T03:00:00
-11.04.2020;170;2020-04-27T03:00:00
-12.04.2020;107;2020-04-27T03:00:00
-13.04.2020;91;2020-04-27T03:00:00
-14.04.2020;148;2020-04-27T03:00:00
-15.04.2020;102;2020-04-27T03:00:00
-16.04.2020;122;2020-04-27T03:00:00
-17.04.2020;79;2020-04-27T03:00:00
-18.04.2020;57;2020-04-27T03:00:00
-19.04.2020;40;2020-04-27T03:00:00
-20.04.2020;58;2020-04-27T03:00:00
-21.04.2020;64;2020-04-27T03:00:00
-22.04.2020;65;2020-04-27T03:00:00
-23.04.2020;53;2020-04-27T03:00:00
-24.04.2020;74;2020-04-27T03:00:00
-25.04.2020;56;2020-04-27T03:00:00
-26.04.2020;34;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/GenesenTimeline.csv b/data/inputs/downloaded/austria/2020-04-26/GenesenTimeline.csv
deleted file mode 100755
index 27700c0..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/GenesenTimeline.csv
+++ /dev/null
@@ -1,62 +0,0 @@
-time;Genesen;Timestamp
-26.02.2020;0;2020-04-27T03:00:00
-27.02.2020;0;2020-04-27T03:00:00
-28.02.2020;0;2020-04-27T03:00:00
-29.02.2020;0;2020-04-27T03:00:00
-01.03.2020;0;2020-04-27T03:00:00
-02.03.2020;0;2020-04-27T03:00:00
-03.03.2020;0;2020-04-27T03:00:00
-04.03.2020;0;2020-04-27T03:00:00
-05.03.2020;2;2020-04-27T03:00:00
-06.03.2020;2;2020-04-27T03:00:00
-07.03.2020;2;2020-04-27T03:00:00
-08.03.2020;3;2020-04-27T03:00:00
-09.03.2020;3;2020-04-27T03:00:00
-10.03.2020;5;2020-04-27T03:00:00
-11.03.2020;6;2020-04-27T03:00:00
-12.03.2020;6;2020-04-27T03:00:00
-13.03.2020;6;2020-04-27T03:00:00
-14.03.2020;7;2020-04-27T03:00:00
-15.03.2020;10;2020-04-27T03:00:00
-16.03.2020;22;2020-04-27T03:00:00
-17.03.2020;23;2020-04-27T03:00:00
-18.03.2020;27;2020-04-27T03:00:00
-19.03.2020;31;2020-04-27T03:00:00
-20.03.2020;43;2020-04-27T03:00:00
-21.03.2020;52;2020-04-27T03:00:00
-22.03.2020;59;2020-04-27T03:00:00
-23.03.2020;96;2020-04-27T03:00:00
-24.03.2020;156;2020-04-27T03:00:00
-25.03.2020;226;2020-04-27T03:00:00
-26.03.2020;329;2020-04-27T03:00:00
-27.03.2020;481;2020-04-27T03:00:00
-28.03.2020;612;2020-04-27T03:00:00
-29.03.2020;783;2020-04-27T03:00:00
-30.03.2020;1005;2020-04-27T03:00:00
-31.03.2020;1238;2020-04-27T03:00:00
-01.04.2020;1453;2020-04-27T03:00:00
-02.04.2020;1749;2020-04-27T03:00:00
-03.04.2020;2022;2020-04-27T03:00:00
-04.04.2020;2507;2020-04-27T03:00:00
-05.04.2020;2998;2020-04-27T03:00:00
-06.04.2020;3463;2020-04-27T03:00:00
-07.04.2020;4046;2020-04-27T03:00:00
-08.04.2020;4512;2020-04-27T03:00:00
-09.04.2020;5240;2020-04-27T03:00:00
-10.04.2020;6064;2020-04-27T03:00:00
-11.04.2020;6604;2020-04-27T03:00:00
-12.04.2020;6984;2020-04-27T03:00:00
-13.04.2020;7343;2020-04-27T03:00:00
-14.04.2020;7633;2020-04-27T03:00:00
-15.04.2020;8098;2020-04-27T03:00:00
-16.04.2020;8986;2020-04-27T03:00:00
-17.04.2020;9704;2020-04-27T03:00:00
-18.04.2020;10214;2020-04-27T03:00:00
-19.04.2020;10501;2020-04-27T03:00:00
-20.04.2020;10631;2020-04-27T03:00:00
-21.04.2020;10971;2020-04-27T03:00:00
-22.04.2020;11328;2020-04-27T03:00:00
-23.04.2020;11694;2020-04-27T03:00:00
-24.04.2020;11872;2020-04-27T03:00:00
-25.04.2020;12103;2020-04-27T03:00:00
-26.04.2020;12282;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/GenesenTodesFaelleBL.csv b/data/inputs/downloaded/austria/2020-04-26/GenesenTodesFaelleBL.csv
deleted file mode 100755
index b95552d..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/GenesenTodesFaelleBL.csv
+++ /dev/null
@@ -1,10 +0,0 @@
-Bundesland;Genesen;Todesfälle;GKZ;Timestamp
-Burgenland;234;8;1;2020-04-27T03:00:00
-Kärnten;364;12;2;2020-04-27T03:00:00
-Niederösterreich;2026;86;3;2020-04-27T03:00:00
-Oberösterreich;2022;49;4;2020-04-27T03:00:00
-Salzburg;1057;31;5;2020-04-27T03:00:00
-Steiermark;1059;108;6;2020-04-27T03:00:00
-Tirol;2997;98;7;2020-04-27T03:00:00
-Vorarlberg;757;15;8;2020-04-27T03:00:00
-Wien;1766;121;9;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/Geschlechtsverteilung.csv b/data/inputs/downloaded/austria/2020-04-26/Geschlechtsverteilung.csv
deleted file mode 100755
index 77338d5..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/Geschlechtsverteilung.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Geschlecht;Anzahl in %;Timestamp
-weiblich;51;2020-04-27T03:00:00
-männlich;49;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/IBAuslastung.csv b/data/inputs/downloaded/austria/2020-04-26/IBAuslastung.csv
deleted file mode 100755
index 71d28c4..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/IBAuslastung.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-time;Belegung Intensivbetten in %;Timestamp
-01.04.2020;21;2020-04-26T10:30:00
-02.04.2020;23;2020-04-26T10:30:00
-03.04.2020;26;2020-04-26T10:30:00
-04.04.2020;25;2020-04-26T10:30:00
-05.04.2020;24;2020-04-26T10:30:00
-06.04.2020;24;2020-04-26T10:30:00
-07.04.2020;21;2020-04-26T10:30:00
-08.04.2020;21;2020-04-26T10:30:00
-09.04.2020;21;2020-04-26T10:30:00
-10.04.2020;21;2020-04-26T10:30:00
-11.04.2020;22;2020-04-26T10:30:00
-12.04.2020;22;2020-04-26T10:30:00
-13.04.2020;19;2020-04-26T10:30:00
-14.04.2020;20;2020-04-26T10:30:00
-15.04.2020;20;2020-04-26T10:30:00
-16.04.2020;21;2020-04-26T10:30:00
-17.04.2020;19;2020-04-26T10:30:00
-18.04.2020;18;2020-04-26T10:30:00
-19.04.2020;16;2020-04-26T10:30:00
-20.04.2020;17;2020-04-26T10:30:00
-21.04.2020;17;2020-04-26T10:30:00
-22.04.2020;14;2020-04-26T10:30:00
-23.04.2020;15;2020-04-26T10:30:00
-24.04.2020;13;2020-04-26T10:30:00
-25.04.2020;12;2020-04-26T10:30:00
-26.04.2020;12;2020-04-26T10:30:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/IBKapazitaeten.csv b/data/inputs/downloaded/austria/2020-04-26/IBKapazitaeten.csv
deleted file mode 100755
index 10d4c4d..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/IBKapazitaeten.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-time;Kapazität Intensivbetten in %;Timestamp
-01.04.2020;79;2020-04-26T10:30:00
-02.04.2020;77;2020-04-26T10:30:00
-03.04.2020;74;2020-04-26T10:30:00
-04.04.2020;75;2020-04-26T10:30:00
-05.04.2020;76;2020-04-26T10:30:00
-06.04.2020;76;2020-04-26T10:30:00
-07.04.2020;79;2020-04-26T10:30:00
-08.04.2020;79;2020-04-26T10:30:00
-09.04.2020;79;2020-04-26T10:30:00
-10.04.2020;79;2020-04-26T10:30:00
-11.04.2020;78;2020-04-26T10:30:00
-12.04.2020;78;2020-04-26T10:30:00
-13.04.2020;81;2020-04-26T10:30:00
-14.04.2020;80;2020-04-26T10:30:00
-15.04.2020;80;2020-04-26T10:30:00
-16.04.2020;79;2020-04-26T10:30:00
-17.04.2020;81;2020-04-26T10:30:00
-18.04.2020;82;2020-04-26T10:30:00
-19.04.2020;84;2020-04-26T10:30:00
-20.04.2020;83;2020-04-26T10:30:00
-21.04.2020;83;2020-04-26T10:30:00
-22.04.2020;86;2020-04-26T10:30:00
-23.04.2020;85;2020-04-26T10:30:00
-24.04.2020;87;2020-04-26T10:30:00
-25.04.2020;88;2020-04-26T10:30:00
-26.04.2020;88;2020-04-26T10:30:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/NBAuslastung.csv b/data/inputs/downloaded/austria/2020-04-26/NBAuslastung.csv
deleted file mode 100755
index bc584a7..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/NBAuslastung.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-time;Belegung Normalbetten in %;Timestamp
-01.04.2020;5;2020-04-26T10:30:00
-02.04.2020;5;2020-04-26T10:30:00
-03.04.2020;5;2020-04-26T10:30:00
-04.04.2020;5;2020-04-26T10:30:00
-05.04.2020;4;2020-04-26T10:30:00
-06.04.2020;5;2020-04-26T10:30:00
-07.04.2020;4;2020-04-26T10:30:00
-08.04.2020;4;2020-04-26T10:30:00
-09.04.2020;4;2020-04-26T10:30:00
-10.04.2020;4;2020-04-26T10:30:00
-11.04.2020;4;2020-04-26T10:30:00
-12.04.2020;4;2020-04-26T10:30:00
-13.04.2020;4;2020-04-26T10:30:00
-14.04.2020;4;2020-04-26T10:30:00
-15.04.2020;4;2020-04-26T10:30:00
-16.04.2020;4;2020-04-26T10:30:00
-17.04.2020;4;2020-04-26T10:30:00
-18.04.2020;3;2020-04-26T10:30:00
-19.04.2020;3;2020-04-26T10:30:00
-20.04.2020;3;2020-04-26T10:30:00
-21.04.2020;3;2020-04-26T10:30:00
-22.04.2020;3;2020-04-26T10:30:00
-23.04.2020;3;2020-04-26T10:30:00
-24.04.2020;3;2020-04-26T10:30:00
-25.04.2020;3;2020-04-26T10:30:00
-26.04.2020;3;2020-04-26T10:30:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/NBKapazitaeten.csv b/data/inputs/downloaded/austria/2020-04-26/NBKapazitaeten.csv
deleted file mode 100755
index 0f66812..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/NBKapazitaeten.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-time;Kapazität Normalbetten in %;Timestamp
-01.04.2020;95;2020-04-26T10:30:00
-02.04.2020;95;2020-04-26T10:30:00
-03.04.2020;95;2020-04-26T10:30:00
-04.04.2020;95;2020-04-26T10:30:00
-05.04.2020;96;2020-04-26T10:30:00
-06.04.2020;95;2020-04-26T10:30:00
-07.04.2020;96;2020-04-26T10:30:00
-08.04.2020;96;2020-04-26T10:30:00
-09.04.2020;96;2020-04-26T10:30:00
-10.04.2020;96;2020-04-26T10:30:00
-11.04.2020;96;2020-04-26T10:30:00
-12.04.2020;96;2020-04-26T10:30:00
-13.04.2020;96;2020-04-26T10:30:00
-14.04.2020;96;2020-04-26T10:30:00
-15.04.2020;96;2020-04-26T10:30:00
-16.04.2020;96;2020-04-26T10:30:00
-17.04.2020;96;2020-04-26T10:30:00
-18.04.2020;97;2020-04-26T10:30:00
-19.04.2020;97;2020-04-26T10:30:00
-20.04.2020;97;2020-04-26T10:30:00
-21.04.2020;97;2020-04-26T10:30:00
-22.04.2020;97;2020-04-26T10:30:00
-23.04.2020;97;2020-04-26T10:30:00
-24.04.2020;97;2020-04-26T10:30:00
-25.04.2020;97;2020-04-26T10:30:00
-26.04.2020;97;2020-04-26T10:30:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/TodesfaelleTimeline.csv b/data/inputs/downloaded/austria/2020-04-26/TodesfaelleTimeline.csv
deleted file mode 100755
index 6723158..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/TodesfaelleTimeline.csv
+++ /dev/null
@@ -1,62 +0,0 @@
-time;Todesfälle;Timestamp
-26.02.2020;0;2020-04-27T03:00:00
-27.02.2020;0;2020-04-27T03:00:00
-28.02.2020;0;2020-04-27T03:00:00
-29.02.2020;0;2020-04-27T03:00:00
-01.03.2020;0;2020-04-27T03:00:00
-02.03.2020;0;2020-04-27T03:00:00
-03.03.2020;0;2020-04-27T03:00:00
-04.03.2020;0;2020-04-27T03:00:00
-05.03.2020;0;2020-04-27T03:00:00
-06.03.2020;0;2020-04-27T03:00:00
-07.03.2020;0;2020-04-27T03:00:00
-08.03.2020;0;2020-04-27T03:00:00
-09.03.2020;0;2020-04-27T03:00:00
-10.03.2020;0;2020-04-27T03:00:00
-11.03.2020;0;2020-04-27T03:00:00
-12.03.2020;1;2020-04-27T03:00:00
-13.03.2020;1;2020-04-27T03:00:00
-14.03.2020;1;2020-04-27T03:00:00
-15.03.2020;3;2020-04-27T03:00:00
-16.03.2020;5;2020-04-27T03:00:00
-17.03.2020;7;2020-04-27T03:00:00
-18.03.2020;11;2020-04-27T03:00:00
-19.03.2020;14;2020-04-27T03:00:00
-20.03.2020;19;2020-04-27T03:00:00
-21.03.2020;22;2020-04-27T03:00:00
-22.03.2020;30;2020-04-27T03:00:00
-23.03.2020;40;2020-04-27T03:00:00
-24.03.2020;50;2020-04-27T03:00:00
-25.03.2020;59;2020-04-27T03:00:00
-26.03.2020;71;2020-04-27T03:00:00
-27.03.2020;88;2020-04-27T03:00:00
-28.03.2020;104;2020-04-27T03:00:00
-29.03.2020;118;2020-04-27T03:00:00
-30.03.2020;137;2020-04-27T03:00:00
-31.03.2020;155;2020-04-27T03:00:00
-01.04.2020;166;2020-04-27T03:00:00
-02.04.2020;185;2020-04-27T03:00:00
-03.04.2020;202;2020-04-27T03:00:00
-04.04.2020;222;2020-04-27T03:00:00
-05.04.2020;243;2020-04-27T03:00:00
-06.04.2020;267;2020-04-27T03:00:00
-07.04.2020;294;2020-04-27T03:00:00
-08.04.2020;312;2020-04-27T03:00:00
-09.04.2020;330;2020-04-27T03:00:00
-10.04.2020;347;2020-04-27T03:00:00
-11.04.2020;361;2020-04-27T03:00:00
-12.04.2020;372;2020-04-27T03:00:00
-13.04.2020;393;2020-04-27T03:00:00
-14.04.2020;405;2020-04-27T03:00:00
-15.04.2020;419;2020-04-27T03:00:00
-16.04.2020;440;2020-04-27T03:00:00
-17.04.2020;453;2020-04-27T03:00:00
-18.04.2020;468;2020-04-27T03:00:00
-19.04.2020;484;2020-04-27T03:00:00
-20.04.2020;492;2020-04-27T03:00:00
-21.04.2020;507;2020-04-27T03:00:00
-22.04.2020;516;2020-04-27T03:00:00
-23.04.2020;519;2020-04-27T03:00:00
-24.04.2020;521;2020-04-27T03:00:00
-25.04.2020;527;2020-04-27T03:00:00
-26.04.2020;528;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/austria/2020-04-26/VerstorbenGeschlechtsverteilung.csv b/data/inputs/downloaded/austria/2020-04-26/VerstorbenGeschlechtsverteilung.csv
deleted file mode 100755
index 29444b8..0000000
--- a/data/inputs/downloaded/austria/2020-04-26/VerstorbenGeschlechtsverteilung.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Geschlecht;Anzahl in %;Timestamp
-weiblich;44;2020-04-27T03:00:00
-männlich;56;2020-04-27T03:00:00
diff --git a/data/inputs/downloaded/colombia/2020-04-16/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-04-16/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-04-16/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-04-16/time_series.csv
diff --git a/data/inputs/downloaded/colombia/2020-05-02/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-05-02/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-05-02/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-05-02/time_series.csv
diff --git a/data/inputs/downloaded/colombia/2020-05-09/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-05-09/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-05-09/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-05-09/time_series.csv
diff --git a/data/inputs/downloaded/colombia/2020-05-16/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-05-16/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-05-16/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-05-16/time_series.csv
diff --git a/data/inputs/downloaded/colombia/2020-05-17/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-05-17/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-05-17/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-05-17/time_series.csv
diff --git a/data/inputs/downloaded/colombia/2020-05-19/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-05-19/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-05-19/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-05-19/time_series.csv
diff --git a/data/inputs/downloaded/colombia/2020-05-21/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-05-21/time_series.csv
similarity index 100%
rename from data/inputs/downloaded/colombia/2020-05-21/time_series.csv
rename to data/inputs/downloaded/colombia_hospitalizations/2020-05-21/time_series.csv
diff --git a/data/inputs/downloaded/colombia_hospitalizations/2020-06-04/time_series.csv b/data/inputs/downloaded/colombia_hospitalizations/2020-06-04/time_series.csv
new file mode 100644
index 0000000..90cf9c5
--- /dev/null
+++ b/data/inputs/downloaded/colombia_hospitalizations/2020-06-04/time_series.csv
@@ -0,0 +1,90 @@
+fecha,dia,nuevos,muertes,recuperados,muertes acumuladas,recuperaciones acumuladas,casos acumulados,uci,tests
+2020-03-06,0,1,0,0,0,0,1,0,-1
+2020-03-09,3,2,0,0,0,0,3,0,-1
+2020-03-11,5,6,0,0,0,0,9,0,-1
+2020-03-12,6,5,0,0,0,0,14,0,-1
+2020-03-13,7,5,0,1,0,1,19,0,-1
+2020-03-14,8,18,0,1,0,2,37,0,-1
+2020-03-15,9,16,0,1,0,3,53,0,-1
+2020-03-16,10,14,1,0,1,3,67,0,-1
+2020-03-17,11,25,0,1,1,4,92,0,-1
+2020-03-18,12,12,0,1,1,5,104,0,-1
+2020-03-19,13,26,0,1,1,6,130,0,-1
+2020-03-20,14,48,0,2,1,8,178,0,-1
+2020-03-21,15,34,0,4,1,12,212,0,-1
+2020-03-22,16,29,1,3,2,15,241,0,-1
+2020-03-23,17,73,1,9,3,24,314,0,-1
+2020-03-24,18,105,1,11,4,35,419,0,-1
+2020-03-25,19,61,4,13,8,48,480,0,-1
+2020-03-26,20,10,2,17,10,65,490,0,-1
+2020-03-27,21,49,3,18,13,83,539,23,-1
+2020-03-28,22,69,5,32,18,115,608,27,-1
+2020-03-29,23,94,1,29,19,144,702,29,-1
+2020-03-30,24,96,5,36,24,180,798,31,-1
+2020-03-31,25,107,5,29,29,209,905,35,-1
+2020-04-01,26,160,4,33,33,242,1065,47,-1
+2020-04-02,27,96,6,33,39,275,1161,50,-1
+2020-04-03,28,105,13,37,52,312,1266,54,-1
+2020-04-04,29,140,15,41,67,353,1406,57,-1
+2020-04-05,30,79,8,22,75,375,1485,63,-1
+2020-04-06,31,94,12,26,87,401,1579,76,-1
+2020-04-07,32,129,8,26,95,427,1708,76,-1
+2020-04-08,33,346,4,44,99,471,2054,85,-1
+2020-04-09,34,169,12,45,111,516,2223,84,-1
+2020-04-10,35,251,5,50,116,566,2474,86,-1
+2020-04-11,36,235,8,54,124,620,2709,92,-1
+2020-04-12,37,67,12,95,136,715,2776,103,-1
+2020-04-13,38,76,7,98,143,813,2852,106,-1
+2020-04-14,39,126,11,81,154,894,2978,103,-1
+2020-04-15,40,125,12,99,166,993,3103,98,-1
+2020-04-16,41,128,16,75,182,1068,3231,105,-1
+2020-04-17,42,205,4,52,186,1120,3436,112,-1
+2020-04-18,43,183,12,56,198,1176,3619,-1,-1
+2020-04-19,44,174,9,75,207,1251,3793,100,-1
+2020-04-20,45,182,9,84,216,1335,3975,95,-1
+2020-04-21,46,171,9,86,225,1421,4146,108,-1
+2020-04-22,47,193,8,88,233,1509,4339,102,-1
+2020-04-23,48,194,9,103,242,1612,4533,119,-1
+2020-04-23,48,194,9,103,242,1612,4533,0,-1
+2020-04-24,49,304,14,90,256,1702,4837,117,-1
+2020-04-25,50,261,9,103,265,1805,5098,118,-1
+2020-04-26,51,237,18,79,283,1884,5335,116,-1
+2020-04-27,52,218,11,84,294,1968,5553,-1,-1
+2020-04-28,53,354,11,101,305,2069,5907,115,-1
+2020-04-29,54,261,19,129,324,2198,6168,-1,-1
+2020-04-30,55,296,21,62,345,2260,6464,-1,-1
+2020-05-01,56,500,11,112,356,2372,6964,120,-1
+2020-05-02,57,277,19,121,375,2493,7241,122,-1
+2020-05-03,58,423,18,97,393,2590,7664,122,-1
+2020-05-04,59,307,19,139,412,2729,7971,120,-1
+2020-05-05,60,641,15,298,427,3027,8612,126,-1
+2020-05-06,61,347,23,220,450,3247,8959,123,-1
+2020-05-07,62,497,25,157,475,3404,9456,129,-1
+2020-05-08,63,595,17,157,492,3561,10051,130,-1
+2020-05-09,64,444,16,196,508,3757,10495,128,-1
+2020-05-10,65,568,17,161,525,3918,11063,128,-1
+2020-05-11,66,550,26,219,551,4137,11613,119,-1
+2020-05-12,67,658,9,139,560,4276,12271,129,-1
+2020-05-13,68,659,14,222,574,4498,12930,131,-1
+2020-05-14,69,680,18,134,592,4632,13610,138,-1
+2020-05-15,70,606,19,204,611,4836,14216,136,-1
+2020-05-16,71,724,18,201,629,5037,14940,148,-1
+2020-05-17,72,637,19,144,648,5181,15577,157,-1
+2020-05-17,72,637,19,144,648,5181,15577,155,-1
+2020-05-18,73,718,25,191,673,5372,16295,164,-1
+2020-05-19,74,641,26,193,699,5565,16936,176,-1
+2020-05-20,75,777,27,245,726,5810,17713,176,-1
+2020-05-21,76,644,22,271,748,6081,18357,175,-1
+2020-05-22,77,802,35,253,783,6334,19159,172,-1
+2020-05-23,78,1017,31,199,814,6533,20176,185,-1
+2020-05-24,79,1001,33,288,847,6821,21177,193,-1
+2020-05-25,80,800,20,253,867,7074,21977,205,-1
+2020-05-26,81,1021,28,324,895,7398,22998,249,-1
+2020-05-27,82,1101,21,279,916,7677,24099,227,-1
+2020-05-28,83,1254,24,292,940,7969,25353,234,-1
+2020-05-29,84,1324,30,218,970,8187,26677,235,-1
+2020-05-30,85,1548,31,100,1001,8287,28225,240,-1
+2020-05-31,86,1139,21,1934,1022,10221,29364,243,-1
+2020-06-01,87,1104,15,106,1037,10327,30468,289,-1
+2020-06-02,88,1289,6,1173,1043,11500,31757,305,-1
+2020-06-03,89,1495,2,788,1045,12288,33252,335,-1
diff --git a/data/inputs/downloaded/colombia_hospitalizations/LICENSE b/data/inputs/downloaded/colombia_hospitalizations/LICENSE
new file mode 100644
index 0000000..cc3e245
--- /dev/null
+++ b/data/inputs/downloaded/colombia_hospitalizations/LICENSE
@@ -0,0 +1,427 @@
+Attribution-ShareAlike 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution-ShareAlike 4.0 International Public
+License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-ShareAlike 4.0 International Public License ("Public
+License"). To the extent this Public License may be interpreted as a
+contract, You are granted the Licensed Rights in consideration of Your
+acceptance of these terms and conditions, and the Licensor grants You
+such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and
+conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. BY-SA Compatible License means a license listed at
+ creativecommons.org/compatiblelicenses, approved by Creative
+ Commons as essentially the equivalent of this Public License.
+
+ d. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ e. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ g. License Elements means the license attributes listed in the name
+ of a Creative Commons Public License. The License Elements of this
+ Public License are Attribution and ShareAlike.
+
+ h. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ i. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ j. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ k. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ l. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ m. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. Additional offer from the Licensor -- Adapted Material.
+ Every recipient of Adapted Material from You
+ automatically receives an offer from the Licensor to
+ exercise the Licensed Rights in the Adapted Material
+ under the conditions of the Adapter's License You apply.
+
+ c. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ b. ShareAlike.
+
+ In addition to the conditions in Section 3(a), if You Share
+ Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter's License You apply must be a Creative Commons
+ license with the same License Elements, this version or
+ later, or a BY-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the
+ Adapter's License You apply. You may satisfy this condition
+ in any reasonable manner based on the medium, means, and
+ context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms
+ or conditions on, or apply any Effective Technological
+ Measures to, Adapted Material that restrict exercise of the
+ rights granted under the Adapter's License You apply.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material,
+
+ including for purposes of Section 3(b); and
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public
+licenses. Notwithstanding, Creative Commons may elect to apply one of
+its public licenses to material it publishes and in those instances
+will be considered the “Licensor.” The text of the Creative Commons
+public licenses is dedicated to the public domain under the CC0 Public
+Domain Dedication. Except for the limited purpose of indicating that
+material is shared under a Creative Commons public license or as
+otherwise permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the
+public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-04-28/daily.csv b/data/inputs/downloaded/covidtracking/2020-04-28/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-04-28/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-04-28/daily.csv
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-05-02/daily.csv b/data/inputs/downloaded/covidtracking/2020-05-02/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-05-02/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-05-02/daily.csv
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-05-09/daily.csv b/data/inputs/downloaded/covidtracking/2020-05-09/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-05-09/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-05-09/daily.csv
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-05-16/daily.csv b/data/inputs/downloaded/covidtracking/2020-05-16/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-05-16/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-05-16/daily.csv
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-05-17/daily.csv b/data/inputs/downloaded/covidtracking/2020-05-17/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-05-17/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-05-17/daily.csv
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-05-19/daily.csv b/data/inputs/downloaded/covidtracking/2020-05-19/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-05-19/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-05-19/daily.csv
diff --git a/data/inputs/downloaded/united_states/covidtracking/2020-05-21/daily.csv b/data/inputs/downloaded/covidtracking/2020-05-21/daily.csv
similarity index 100%
rename from data/inputs/downloaded/united_states/covidtracking/2020-05-21/daily.csv
rename to data/inputs/downloaded/covidtracking/2020-05-21/daily.csv
diff --git a/data/inputs/downloaded/covidtracking/2020-06-04/daily.csv b/data/inputs/downloaded/covidtracking/2020-06-04/daily.csv
new file mode 100644
index 0000000..031a3b5
--- /dev/null
+++ b/data/inputs/downloaded/covidtracking/2020-06-04/daily.csv
@@ -0,0 +1,5058 @@
+date,state,positive,negative,pending,hospitalizedCurrently,hospitalizedCumulative,inIcuCurrently,inIcuCumulative,onVentilatorCurrently,onVentilatorCumulative,recovered,dataQualityGrade,lastUpdateEt,dateModified,checkTimeEt,death,hospitalized,dateChecked,fips,positiveIncrease,negativeIncrease,total,totalTestResults,totalTestResultsIncrease,posNeg,deathIncrease,hospitalizedIncrease,hash,commercialScore,negativeRegularScore,negativeScore,positiveScore,score,grade
+20200603,AK,505,57677,,11,,,,0,,373,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,10,,2020-06-03T00:00:00Z,02,18,1961,58182,58182,1979,58182,0,0,02548c93014e510ca02e0fc92122c299e4aa8e78,0,0,0,0,0,
+20200603,AL,18851,212743,,,1900,,591,,355,11395,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,653,1900,2020-06-03T00:00:00Z,01,209,7583,231594,231594,7792,231594,2,21,fe5df10e9c8639e15d2ce02d16d678e16f6f6cc7,0,0,0,0,0,
+20200603,AR,8067,134413,,132,731,,,31,124,5717,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,142,731,2020-06-03T00:00:00Z,05,624,8620,142480,142480,9244,142480,9,13,8164a006e6afe90c47ca4f6aec772a0398fd5a73,0,0,0,0,0,
+20200603,AS,0,174,,,,,,,,,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,0,,2020-06-01T00:00:00Z,60,0,0,174,174,0,174,0,0,96079cc7c1044293a16c4c2d453207d93ccb0216,0,0,0,0,0,
+20200603,AZ,22233,222292,,1092,3129,379,,239,,5076,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,981,3129,2020-06-03T00:00:00Z,04,983,5709,244525,244525,6692,244525,40,72,b822a3999126119e077c7e1a9654a95531e80e01,0,0,0,0,0,
+20200603,CA,117687,2013607,,4458,,1313,,,,,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,4361,,2020-06-03T00:00:00Z,06,2377,57326,2131294,2131294,59703,2131294,75,0,27bb1920194da60006264244f20db326bb070f3c,0,0,0,0,0,
+20200603,CO,26788,167389,,388,4419,,,,,3983,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,1474,4419,2020-06-03T00:00:00Z,08,211,3429,194177,194177,3640,194177,16,47,aae26fab91eb3a17eb7ef715595f97529428b409,0,0,0,0,0,
+20200603,CT,43091,233345,,406,13793,,,,,7511,B,6/2/2020 20:30,2020-06-02T20:30:00Z,06/02 16:30,3989,13793,2020-06-02T20:30:00Z,09,112,5714,276436,276436,5826,276436,17,0,67e8a3a722873d8420d745068bdc9dd5b6dbd6e8,0,0,0,0,0,
+20200603,DC,9016,40546,,285,,103,,72,,1138,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,473,,2020-06-02T00:00:00Z,11,130,1731,49562,49562,1861,49562,3,0,f1a9ad66e26b54e4d86d67d7887142b128f74bbe,0,0,0,0,0,
+20200603,DE,9712,55208,,153,,,,,,5493,A,6/2/2020 18:00,2020-06-02T18:00:00Z,06/02 14:00,375,,2020-06-02T18:00:00Z,10,27,831,64920,64920,858,64920,2,0,42f7ff183d5378032db9691710463f93ffd0ef81,0,0,0,0,0,
+20200603,FL,58764,1022149,1191,,10796,,,,,,B,6/3/2020 10:41,2020-06-03T10:41:00Z,06/03 06:41,2650,10796,2020-06-03T10:41:00Z,12,1317,29844,1082104,1080913,31161,1080913,37,118,fd418ee9e4707479cc4b4db4f5058c9ecaec1a54,0,0,0,0,0,
+20200603,GA,48894,433818,,815,8419,,1841,,,,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,2123,8419,2020-06-03T15:00:00Z,13,687,7738,482712,482712,8425,482712,21,85,5d17ec4e90baa76b7a771d373b8f075f4efac7c3,0,0,0,0,0,
+20200603,GU,178,6549,,,,,,,,151,B,6/3/2020 08:00,2020-06-03T08:00:00Z,06/03 04:00,5,,2020-06-03T08:00:00Z,66,1,335,6727,6727,336,6727,0,0,2d9e06ceeeb71a6696ea0e39c0f263a630544b2e,0,0,0,0,0,
+20200603,HI,653,48855,,,83,,,,,609,D,6/2/2020 18:00,2020-06-02T18:00:00Z,06/02 14:00,17,83,2020-06-02T18:00:00Z,15,1,586,49508,49508,587,49508,0,0,0d69aa377e836a7d49b9c451641b17050bb1eda8,0,0,0,0,0,
+20200603,IA,20055,144390,,314,,116,,76,,12064,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,574,,2020-06-03T00:00:00Z,19,39,716,164445,164445,755,164445,13,0,dc22ff9e39d22c64dc779cf499bb0e9e613d08a9,0,0,0,0,0,
+20200603,ID,2933,46009,,,251,,98,,,2282,A,6/2/2020 19:00,2020-06-02T19:00:00Z,06/02 15:00,83,251,2020-06-02T19:00:00Z,16,27,782,48942,48942,809,48942,0,4,aac5d4ccbc493c6b4e6b64535b06894b0d90bc43,0,0,0,0,0,
+20200603,IL,123830,835345,,3173,,844,,508,,,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,5621,,2020-06-03T00:00:00Z,17,982,23489,959175,959175,24471,959175,96,0,d3339aa8af7d3e7ff410a70df38efab02bae7cdd,0,0,0,0,0,
+20200603,IN,35712,242103,,1017,5952,358,1282,138,,23182,A+,6/2/2020 23:59,2020-06-02T23:59:00Z,06/02 19:59,2207,5952,2020-06-02T23:59:00Z,18,475,5421,277815,277815,5896,277815,10,50,d75d17a0d03d451014e946d933ce552b9b2759d3,0,0,0,0,0,
+20200603,KS,10170,97883,,,890,,302,,131,592,A,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,222,890,2020-06-03T10:00:00Z,20,159,4582,108053,108053,4741,108053,5,28,396e10a200a164a1f5c011ba1294a576f8200668,0,0,0,0,0,
+20200603,KY,10410,221789,,488,2317,68,950,,,3283,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,450,2317,2020-06-03T00:00:00Z,21,225,4703,232199,232199,4928,232199,8,10,1148ba7fd0ab7ed6214fe36358e6c93917b057e4,0,0,0,0,0,
+20200603,LA,41133,360954,,617,,,,86,,31728,B,6/3/2020 13:00,2020-06-03T13:00:00Z,06/03 09:00,2870,,2020-06-03T13:00:00Z,22,387,8567,402087,402087,8954,402087,35,0,a6891417a02ee221cbf88464895e52c0e55909ad,0,0,0,0,0,
+20200603,MA,101592,516169,,1684,10151,393,,263,,,A+,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,7152,10151,2020-06-03T10:00:00Z,25,429,7937,617761,617761,8366,617761,67,88,a60363edd64ec92c49eab15f366fa7062013df9d,0,0,0,0,0,
+20200603,MD,54982,272643,,1109,9111,471,,,,3970,B,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,2641,9111,2020-06-03T10:00:00Z,24,807,11003,327625,327625,11810,327625,44,154,d6abb3333beebe0c63c9d9d732e2017bb6b0f8d6,0,0,0,0,0,
+20200603,ME,2418,50591,,44,285,14,,10,,1699,B,6/2/2020 23:59,2020-06-02T23:59:00Z,06/02 19:59,95,285,2020-06-02T23:59:00Z,23,41,0,53009,53009,41,53009,1,-2,6e4a785564e0632e44a39babfd5a3f68083219e9,0,0,0,0,0,
+20200603,MI,58035,535514,,646,,328,,224,,38099,A+,6/3/2020 11:00,2020-06-03T11:00:00Z,06/03 07:00,5570,,2020-06-03T11:00:00Z,26,304,15977,593549,593549,16281,593549,17,0,b753f86ac2571935fd996cb0fb59180d4bf8c481,0,0,0,0,0,
+20200603,MN,25870,239848,,537,3203,254,1022,,,21169,A,6/2/2020 17:00,2020-06-02T17:00:00Z,06/02 13:00,1097,3203,2020-06-02T17:00:00Z,27,362,6609,265718,265718,6971,265718,15,69,40a551b81c2d89eae628c1ca9f243ae0a2705674,0,0,0,0,0,
+20200603,MO,13767,197586,,571,,,,70,,,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,786,,2020-06-03T15:00:00Z,29,192,5731,211353,211353,5923,211353,3,0,99d23d9ce7c2c11069200f8cbd4774499f2a80d1,0,0,0,0,0,
+20200603,MP,23,6534,,,,,,,,16,D,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,2,,2020-06-03T00:00:00Z,69,0,0,6557,6557,0,6557,0,0,bf99bbd2a4b0a0247e4d53ef6f1fcf55b99ffb40,0,0,0,0,0,
+20200603,MS,16322,168425,,602,2340,141,,96,,11203,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,782,2340,2020-06-02T00:00:00Z,28,302,4947,184747,184747,5249,184747,15,44,9752557e7e1a77497620494da57d8a33c1136fdb,0,0,0,0,0,
+20200603,MT,525,42923,,1,68,,,,,464,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,17,68,2020-06-03T00:00:00Z,30,2,1234,43448,43448,1236,43448,0,1,1c0320abbe08c6f8944d2cb525d7edc5a853f052,0,0,0,0,0,
+20200603,NC,30777,418486,,684,,,,,,18860,A,6/3/2020 12:25,2020-06-03T12:25:00Z,06/03 08:25,939,,2020-06-03T12:25:00Z,37,888,13454,449263,449263,14342,449263,18,0,56015daeaa36c3f8fc062c4714d1c7f7bdd114f0,0,0,0,0,0,
+20200603,ND,2679,71823,,34,172,,,,,2169,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,69,172,2020-06-03T00:00:00Z,38,33,825,74502,74502,858,74502,1,2,4b4c9fbda4e97b2a5886ffa07c5dfabce1e8bed1,0,0,0,0,0,
+20200603,NE,14611,95355,,194,851,,,,,6743,C,6/2/2020 20:00,2020-06-02T20:00:00Z,06/02 16:00,181,851,2020-06-02T20:00:00Z,31,266,3282,109966,109966,3548,109966,3,851,ff257d59d666c8c4ce717b2063032a5c00ea139c,0,0,0,0,0,
+20200603,NH,4749,70990,1726,97,462,,142,,,3071,B,6/2/2020 09:00,2020-06-02T09:00:00Z,06/02 05:00,256,462,2020-06-02T09:00:00Z,33,64,1331,77465,75739,1395,75739,11,6,d34a8ce82c5f367e815740e17b01ad0f73f30319,0,0,0,0,0,
+20200603,NJ,162068,675352,,2250,17390,612,,459,,27008,A+,6/3/2020 13:00,2020-06-03T13:00:00Z,06/03 09:00,11880,17390,2020-06-03T13:00:00Z,34,523,19220,837420,837420,19743,837420,110,0,f1335f6dd6e412fdac7f4b6e7a438142ff2842d7,0,0,0,0,0,
+20200603,NM,8024,198813,,182,1416,,,,,2960,C,6/2/2020 18:04,2020-06-02T18:04:00Z,06/02 14:04,367,1416,2020-06-02T18:04:00Z,35,224,3498,206837,206837,3722,206837,5,99,ec1b650313288510ec064cf3aef3139ca1bf33b5,0,0,0,0,0,
+20200603,NV,8935,147320,,372,,84,,47,,501,A+,6/3/2020 11:30,2020-06-03T11:30:00Z,06/03 07:30,429,,2020-06-03T11:30:00Z,32,105,4059,156255,156255,4164,156255,9,0,48b16c630c30de033d98ec72a5642c8862a9ba66,0,0,0,0,0,
+20200603,NY,374085,1855388,,2978,89995,865,,638,,66502,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,24079,89995,2020-06-03T00:00:00Z,36,1045,60597,2229473,2229473,61642,2229473,56,134,4d5e8f769893706e361a52822c831d072edc1d81,0,0,0,0,0,
+20200603,OH,36792,389313,,704,6251,283,1604,198,,,B,6/3/2020 14:00,2020-06-03T14:00:00Z,06/03 10:00,2299,6251,2020-06-03T14:00:00Z,39,442,15755,426105,426105,16197,426105,41,75,746d6fa3dcfa3bd5e6723e61cd6259c693dafdb7,0,0,0,0,0,
+20200603,OK,6805,201247,,136,1003,59,,,,5711,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,341,1003,2020-06-03T00:00:00Z,40,113,3282,208052,208052,3395,208052,2,9,b30b28e0d45295e1abc090eaaecd7d62bd4346e8,0,0,0,0,0,
+20200603,OR,4399,132269,,112,800,27,,10,,2199,A+,6/3/2020 03:01,2020-06-03T03:01:00Z,06/02 23:01,159,800,2020-06-03T03:01:00Z,41,64,2395,136668,136668,2459,136668,2,5,4410f785d4c14b4e3182b2440855c805b4155766,0,0,0,0,0,
+20200603,PA,74022,401369,,1164,,,,269,,49915,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,5741,,2020-06-03T00:00:00Z,42,512,2008,475391,475391,2520,475391,74,0,887cf4a719b2a61eba4c839f2e39d52fce906e20,0,0,0,0,0,
+20200603,PR,4023,,,107,,12,,7,,,B,6/3/2020 05:53,2020-06-03T05:53:00Z,06/03 01:53,140,,2020-06-03T05:53:00Z,72,88,0,4023,4023,88,4023,2,0,704e1f9222973ed9842e5074374b04ab15433dba,0,0,0,0,0,
+20200603,RI,15219,147321,,189,1753,44,,30,,1311,A+,6/3/2020 12:00,2020-06-03T12:00:00Z,06/03 08:00,742,1753,2020-06-03T12:00:00Z,44,107,2873,162540,162540,2980,162540,10,10,cd5de43e7ed6eca8710acfd620331b5af9360fc6,0,0,0,0,0,
+20200603,SC,12651,210274,,433,1789,,,,,6976,A+,6/3/2020 15:45,2020-06-03T15:45:00Z,06/03 11:45,518,1789,2020-06-03T15:45:00Z,45,236,3912,222925,222925,4148,222925,17,0,e45b14c2a1edab882686fbbc8310287e35a12c52,0,0,0,0,0,
+20200603,SD,5162,43500,,87,456,,,,,4084,B,6/2/2020 18:00,2020-06-02T18:00:00Z,06/02 14:00,62,456,2020-06-02T18:00:00Z,46,95,1721,48662,48662,1816,48662,0,13,6c9aca6a9c955140d736e493fa13a092f49f24a1,0,0,0,0,0,
+20200603,TN,24822,445957,,,1829,,,,,16319,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,388,1829,2020-06-03T15:00:00Z,47,447,8196,470779,470779,8643,470779,7,37,b3d589b897140ec301cd7b50ab5cc618209e3d70,0,0,0,0,0,
+20200603,TX,68271,938497,,1487,,,,,,45858,B,6/3/2020 16:25,2020-06-03T16:25:00Z,06/03 12:25,1734,,2020-06-03T16:25:00Z,48,1703,18841,1006768,1006768,20544,1006768,36,0,2c96eec5f2c418c34363f775381b635bc9e7e1a7,0,0,0,0,0,
+20200603,UT,10497,213484,,150,829,,250,,107,6501,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,117,829,2020-06-03T15:00:00Z,49,295,1895,223981,223981,2190,223981,4,28,074e9d3b45002d4be1a15cae2cc2e6be9e471294,0,0,0,0,0,
+20200603,VA,46905,295482,435,1311,7476,313,,185,,6165,A+,6/2/2020 17:00,2020-06-02T17:00:00Z,06/02 13:00,1428,7476,2020-06-02T17:00:00Z,51,666,12832,342822,342387,13498,342387,21,103,335deaae90d8fcf6f532208f884a4bd84ad8ba11,0,0,0,0,0,
+20200603,VI,70,1956,5,,,,,,,62,C,6/3/2020 08:03,2020-06-03T08:03:00Z,06/03 04:03,6,,2020-06-03T08:03:00Z,78,0,20,2031,2026,20,2026,0,0,b3eee96e154ce0bd3ad04d4489488b0c77b7c943,0,0,0,0,0,
+20200603,VT,990,36205,,10,,,,,,879,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,55,,2020-06-03T00:00:00Z,50,2,574,37195,37195,576,37195,0,0,b10f63a0a093ecd7311256edb561293025b2bcfc,0,0,0,0,0,
+20200603,WA,22157,346642,,263,3543,,,89,,,B,6/3/2020 02:59,2020-06-03T02:59:00Z,06/02 22:59,1129,3543,2020-06-03T02:59:00Z,53,180,3347,368799,368799,3527,368799,5,26,6123af29f96f89b3ca1781ada2c255558b31ed2f,0,0,0,0,0,
+20200603,WI,19400,279711,199,556,2700,130,606,,,12172,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,616,2700,2020-06-03T00:00:00Z,55,483,15968,299310,299111,16451,299111,9,57,461ff3ee9893965d7ac1bf6784c31ebff18661de,0,0,0,0,0,
+20200603,WV,2071,101697,,34,,13,,4,,1381,B,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,78,,2020-06-03T10:00:00Z,54,30,3195,103768,103768,3225,103768,1,0,9d5ad8f4910e51ecaaf01dcd69314129ab49095f,0,0,0,0,0,
+20200603,WY,915,25713,,4,87,,,,,714,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,17,87,2020-06-03T00:00:00Z,56,5,881,26628,26628,886,26628,0,1,3b32a268f0bec1e706ec7dac783b843a18915fee,0,0,0,0,0,
+20200602,AK,487,55716,,10,,,,0,,371,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,10,,2020-06-02T00:00:00Z,02,20,1993,56203,56203,2013,56203,0,0,8bfc576f3ce0c5438919ab2a672255d0630714ec,0,0,0,0,0,
+20200602,AL,18642,205160,,,1879,,591,,355,9355,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,651,1879,2020-06-01T00:00:00Z,01,279,0,223802,223802,279,223802,5,23,e925d317dd6bba774728abaf5db247f3c5983394,0,0,0,0,0,
+20200602,AR,7443,125793,,121,718,,,26,124,5401,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,133,718,2020-06-02T00:00:00Z,05,0,0,133236,133236,0,133236,0,7,1456f854de8dbd854d74cf88314b9c36bdf5c78a,0,0,0,0,0,
+20200602,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,cccae3dfdebc5c6a2b53fdb498e0fbce6aec0120,0,0,0,0,0,
+20200602,AZ,21250,216583,,1009,3057,380,,235,,4967,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,941,3057,2020-06-02T00:00:00Z,04,1127,8636,237833,237833,9763,237833,24,39,40c3b8895be0300a58790c838cb9a3a154d62cc0,0,0,0,0,0,
+20200602,CA,115310,1956281,,4393,,1286,,,,,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,4286,,2020-06-02T00:00:00Z,06,2304,56704,2071591,2071591,59008,2071591,35,0,9c03c1926787907836d6c35b13c8e44c97dc26b7,0,0,0,0,0,
+20200602,CO,26577,163960,,394,4372,,,,,3954,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,1458,4372,2020-06-02T00:00:00Z,08,199,3962,190537,190537,4161,190537,13,25,0a4c8534ed6ced43b0835e9e7da33d18914d4141,0,0,0,0,0,
+20200602,CT,42979,227631,,434,13793,,,,,7511,B,6/1/2020 20:30,2020-06-01T20:30:00Z,06/01 16:30,3972,13793,2020-06-01T20:30:00Z,09,239,8981,270610,270610,9220,270610,8,0,d21862626f593d49b27bfa13773b02a3eebcd900,0,0,0,0,0,
+20200602,DC,8886,38815,,295,,106,,74,,1137,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,470,,2020-06-01T00:00:00Z,11,29,409,47701,47701,438,47701,2,0,36f51c85e83d22ab21e78b35a025b3314b2be260,0,0,0,0,0,
+20200602,DE,9685,54377,,157,,,,,,5442,A,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,373,,2020-06-01T18:00:00Z,10,80,1535,64062,64062,1615,64062,5,0,a6601e4f641beae62fccabfc1cf8aa554f65f260,0,0,0,0,0,
+20200602,FL,57447,992305,1206,,10678,,,,,,A,6/1/2020 09:54,2020-06-01T09:54:00Z,06/01 05:54,2613,10678,2020-06-01T09:54:00Z,12,617,8735,1050958,1049752,9352,1049752,70,184,74a707be20d238b7e16ef3b6072ad4e5ecf7c170,0,0,0,0,0,
+20200602,GA,48207,426080,,828,8334,,1821,,,,A,6/2/2020 15:11,2020-06-02T15:11:00Z,06/02 11:11,2102,8334,2020-06-02T15:11:00Z,13,589,2067,474287,474287,2656,474287,28,207,cd795b1de96ac70cfa52c73b6260c76a598cb509,0,0,0,0,0,
+20200602,GU,177,6214,,,,,,,,148,B,6/2/2020 06:15,2020-06-02T06:15:00Z,06/02 02:15,5,,2020-06-02T06:15:00Z,66,2,73,6391,6391,75,6391,0,0,d55ffe7e8404632c76a26193e66abf4a758a8a64,0,0,0,0,0,
+20200602,HI,652,48269,,,83,,,,,608,D,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,17,83,2020-06-01T18:00:00Z,15,0,434,48921,48921,434,48921,0,0,db7cae23fab4e5c378691131d021b311c6335023,0,0,0,0,0,
+20200602,IA,20016,143674,,327,,114,,76,,11742,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,561,,2020-06-02T00:00:00Z,19,319,4290,163690,163690,4609,163690,10,0,b29ad930a602c5107d9a2c4ce9074f4b16a02cd1,0,0,0,0,0,
+20200602,ID,2906,45227,,,247,,98,,,2266,A,6/1/2020 19:00,2020-06-01T19:00:00Z,06/01 15:00,83,247,2020-06-01T19:00:00Z,16,67,1369,48133,48133,1436,48133,1,5,3b50d3668013821758767aaa5110c0feaaa3861c,0,0,0,0,0,
+20200602,IL,122848,811856,,3238,,874,,548,,,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,5525,,2020-06-02T00:00:00Z,17,1614,14817,934704,934704,16431,934704,113,0,a22a989313150f67fe5df7d7fb35635ad9bff181,0,0,0,0,0,
+20200602,IN,35237,236682,,961,5902,358,1261,140,,22623,A+,6/1/2020 23:59,2020-06-01T23:59:00Z,06/01 19:59,2197,5902,2020-06-01T23:59:00Z,18,407,5616,271919,271919,6023,271919,55,42,16140181057b5a71f8aef36195b77328af3b21f8,0,0,0,0,0,
+20200602,KS,10011,93301,,,862,,290,,127,555,A,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,217,862,2020-06-01T10:00:00Z,20,0,8071,103312,103312,8071,103312,0,20,4780b6fd588d9035618999cacd32438cf322493c,0,0,0,0,0,
+20200602,KY,10185,217086,,481,2307,85,941,,,3275,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,442,2307,2020-06-02T00:00:00Z,21,139,11086,227271,227271,11225,227271,3,33,7af84faf6560eeb39c68ce6aafae368632308e47,0,0,0,0,0,
+20200602,LA,40746,352387,,639,,,,83,,31728,B,6/2/2020 13:00,2020-06-02T13:00:00Z,06/02 09:00,2835,,2020-06-02T13:00:00Z,22,405,5358,393133,393133,5763,393133,34,0,cbdb993aa372e93896bc8a893a0f586f4a0d51a6,0,0,0,0,0,
+20200602,MA,101163,508232,,1657,10063,394,,269,,,A+,6/2/2020 10:00,2020-06-02T10:00:00Z,06/02 06:00,7085,10063,2020-06-02T10:00:00Z,25,4198,12344,609395,609395,16542,609395,239,240,ebe95fab896af21b6e31cba2aa0687ed469aa3ae,0,0,0,0,0,
+20200602,MD,54175,261640,,1148,8957,481,,,,3855,B,6/2/2020 10:00,2020-06-02T10:00:00Z,06/02 06:00,2597,8957,2020-06-02T10:00:00Z,24,848,6237,315815,315815,7085,315815,45,71,1b5025ea7c09283eeb0ccd51d034ec8554b8d44e,0,0,0,0,0,
+20200602,ME,2377,50591,,48,287,16,,10,,1646,B,6/1/2020 23:59,2020-06-01T23:59:00Z,06/01 19:59,94,287,2020-06-01T23:59:00Z,23,28,3307,52968,52968,3335,52968,5,3,a78eb0b22abb20cbc8da305e00bfe7770031e64c,0,0,0,0,0,
+20200602,MI,57731,519537,,674,,346,,240,,38099,A+,6/2/2020 11:00,2020-06-02T11:00:00Z,06/02 07:00,5553,,2020-06-02T11:00:00Z,26,199,9046,577268,577268,9245,577268,37,0,96ce294d7cbdcfb0f711f91d305016123ca5544f,0,0,0,0,0,
+20200602,MN,25508,233239,,537,3134,248,1003,,,20381,A,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,1082,3134,2020-06-01T17:00:00Z,27,300,2855,258747,258747,3155,258747,22,48,a378a5de5e985478209f99b7b3cf16010fc35a59,0,0,0,0,0,
+20200602,MO,13575,191855,,693,,,,81,,,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,783,,2020-06-02T00:00:00Z,29,248,5474,205430,205430,5722,205430,10,0,f26719194878f3235a41cf06090428083f5da28e,0,0,0,0,0,
+20200602,MP,23,6534,,,,,,,,16,D,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,2,,2020-06-02T00:00:00Z,69,1,222,6557,6557,223,6557,0,0,076be1e8c36290cc9f8edb94a4632b06a58e9e5c,0,0,0,0,0,
+20200602,MS,16020,163478,,584,2296,146,,97,,11203,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,767,2296,2020-06-01T00:00:00Z,28,268,2976,179498,179498,3244,179498,28,0,f1ae768d651fdd4b1bb0abe64ba57e11821a31cd,0,0,0,0,0,
+20200602,MT,523,41689,,1,67,,,,,462,C,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,17,67,2020-06-02T00:00:00Z,30,4,1551,42212,42212,1555,42212,0,0,ba587abc0e57c3b7e2dd45be7fc3d85f9f0d6a4a,0,0,0,0,0,
+20200602,NC,29889,405032,,716,,,,,,18860,A,6/2/2020 12:25,2020-06-02T12:25:00Z,06/02 08:25,921,,2020-06-02T12:25:00Z,37,626,12387,434921,434921,13013,434921,23,0,cd4ec04c2ed1b78183d3ffaf109e8b561fd5aa1e,0,0,0,0,0,
+20200602,ND,2646,70998,,34,170,,,,,2127,C,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,68,170,2020-06-02T00:00:00Z,38,21,322,73644,73644,343,73644,7,1,d76c311a3da0775ed5c2378434868df8450f9355,0,0,0,0,0,
+20200602,NE,14345,92073,,,,,,,,,D,6/1/2020 20:00,2020-06-01T20:00:00Z,06/01 16:00,178,,2020-06-01T20:00:00Z,31,244,2509,106418,106418,2753,106418,8,0,e33a8d692d322a5550f82bde4bc5def14112fff7,0,0,0,0,0,
+20200602,NH,4685,69659,2183,98,456,,142,,,2954,B,6/1/2020 09:00,2020-06-01T09:00:00Z,06/01 05:00,245,456,2020-06-01T09:00:00Z,33,34,1854,76527,74344,1888,74344,0,5,d79a1ab1bc1d3bedb820445e24ab43dcd98b230a,0,0,0,0,0,
+20200602,NJ,161545,656132,,2370,17390,639,,480,,26815,A+,6/2/2020 13:00,2020-06-02T13:00:00Z,06/02 09:00,11770,17390,2020-06-02T13:00:00Z,34,627,21450,817677,817677,22077,817677,49,168,af4e46b714748139f5efd3686da8619d3ae279fb,0,0,0,0,0,
+20200602,NM,7800,195315,,191,1317,,,,,2888,C,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,362,1317,2020-06-01T18:00:00Z,35,111,3400,203115,203115,3511,203115,6,0,1428213f193a28b2825dc69a2689e6ed7e387a45,0,0,0,0,0,
+20200602,NV,8830,143261,,365,,88,,39,,464,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,420,,2020-06-01T00:00:00Z,32,142,5166,152091,152091,5308,152091,-1,0,cae14e7e4eba4d9a5ec9c44a3a26b4eb14f6787b,0,0,0,0,0,
+20200602,NY,373040,1794791,,3121,89861,907,,673,,66262,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,24023,89861,2020-06-02T00:00:00Z,36,1329,52725,2167831,2167831,54054,2167831,64,158,0ac09bb60065285080593a184780bd71d34ebb7e,0,0,0,0,0,
+20200602,OH,36350,373558,,697,6176,295,1583,204,,,B,6/2/2020 14:00,2020-06-02T14:00:00Z,06/02 10:00,2258,6176,2020-06-02T14:00:00Z,39,366,11476,409908,409908,11842,409908,52,64,d3b6fce34cde9034a64d4ac676198ad46e8b7cfb,0,0,0,0,0,
+20200602,OK,6692,197965,,124,994,60,,,,5599,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,339,994,2020-06-02T00:00:00Z,40,119,11265,204657,204657,11384,204657,5,8,4a747e88f3239d6237601e70bec242a21dc3a98d,0,0,0,0,0,
+20200602,OR,4335,129874,,102,795,29,,15,,2164,A+,6/2/2020 03:01,2020-06-02T03:01:00Z,06/01 23:01,157,795,2020-06-02T03:01:00Z,41,33,2558,134209,134209,2591,134209,3,5,35eba50b0fe932d52600008c5eaa1384c88b93dc,0,0,0,0,0,
+20200602,PA,73510,399361,,1302,,,,283,,48838,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,5667,,2020-06-02T00:00:00Z,42,612,9930,472871,472871,10542,472871,100,0,c56b3eb7527ae42ed17a01e34438dcbed8f42bdf,0,0,0,0,0,
+20200602,PR,3935,,,106,,17,,10,,,B,6/2/2020 05:51,2020-06-02T05:51:00Z,06/02 01:51,138,,2020-06-02T05:51:00Z,72,62,0,3935,3935,62,3935,2,0,de4b825f3c4f9637f5eec17e40ba09595e158079,0,0,0,0,0,
+20200602,RI,15112,144448,,188,1743,48,,31,,1302,A+,6/2/2020 12:00,2020-06-02T12:00:00Z,06/02 08:00,732,1743,2020-06-02T12:00:00Z,44,121,2604,159560,159560,2725,159560,12,19,8f81a3083e50f9fc3c1806381bd03530fb39b2c5,0,0,0,0,0,
+20200602,SC,12415,206362,,425,1789,,,,,6976,A,6/2/2020 16:00,2020-06-02T16:00:00Z,06/02 12:00,501,1789,2020-06-02T16:00:00Z,45,267,13822,218777,218777,14089,218777,1,155,678e19350cbe6c4b4384ad8bc8b27707c103fa8b,0,0,0,0,0,
+20200602,SD,5067,41779,,89,443,,,,,3990,B,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,62,443,2020-06-01T18:00:00Z,46,33,1152,46846,46846,1185,46846,0,8,996899e3c772844a5dbb41b1b8914d9f14f44c80,0,0,0,0,0,
+20200602,TN,24375,437761,,,1792,,,,,15916,B,6/2/2020 15:00,2020-06-02T15:00:00Z,06/02 11:00,381,1792,2020-06-02T15:00:00Z,47,821,12822,462136,462136,13643,462136,14,25,015b59594d6f1450291c47446cb0e400d954ebd3,0,0,0,0,0,
+20200602,TX,66568,919656,,1773,,,,,,44517,B,6/2/2020 16:00,2020-06-02T16:00:00Z,06/02 12:00,1698,,2020-06-02T16:00:00Z,48,1688,14505,986224,986224,16193,986224,20,0,8936be8ee3ea9c1aaf76f9038a60c7fac977c922,0,0,0,0,0,
+20200602,UT,10202,211589,,159,801,,243,,104,6319,B,6/2/2020 15:00,2020-06-02T15:00:00Z,06/02 11:00,113,801,2020-06-02T15:00:00Z,49,203,3476,221791,221791,3679,221791,0,12,97e7f8fa49f908367b95bb14ececab96bcaffcef,0,0,0,0,0,
+20200602,VA,46239,282650,450,1362,7373,336,,186,,6011,A+,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,1407,7373,2020-06-01T17:00:00Z,51,841,3329,329339,328889,4170,328889,15,47,08a908859c628e952a2f25e52018cdb05aa09042,0,0,0,0,0,
+20200602,VI,70,1936,6,,,,,,,62,C,6/2/2020 07:52,2020-06-02T07:52:00Z,06/02 03:52,6,,2020-06-02T07:52:00Z,78,0,195,2012,2006,195,2006,0,0,6aada8ca29316b2f584d98aef11f2ec2db6b6e9e,0,0,0,0,0,
+20200602,VT,988,35631,,10,,,,,,879,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,55,,2020-06-02T00:00:00Z,50,5,1288,36619,36619,1293,36619,0,0,5aa28ca1a0cd2026e97dc206dee23ad7a96149a8,0,0,0,0,0,
+20200602,WA,21977,343295,,232,3517,,,48,,,B,6/2/2020 02:59,2020-06-02T02:59:00Z,06/01 22:59,1124,3517,2020-06-02T02:59:00Z,53,275,4098,365272,365272,4373,365272,6,16,9167e1968ffde08bc2df02d7120293f350d8983b,0,0,0,0,0,
+20200602,WI,18917,263743,209,597,2643,139,593,,,12172,A+,6/2/2020 16:00,2020-06-02T16:00:00Z,06/02 12:00,607,2643,2020-06-02T16:00:00Z,55,374,10148,282869,282660,10522,282660,12,40,91cc188d50f3b1ef23d7e95fc9d4a237eae772cd,0,0,0,0,0,
+20200602,WV,2041,98502,,31,,11,,4,,1341,B,6/2/2020 09:30,2020-06-02T09:30:00Z,06/02 05:30,77,,2020-06-02T09:30:00Z,54,24,2424,100543,100543,2448,100543,2,0,96324d7d182b3cfbe870500c0c1d27153813fa31,0,0,0,0,0,
+20200602,WY,910,24832,,7,86,,,,,667,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,17,86,2020-06-01T00:00:00Z,56,0,595,25742,25742,595,25742,0,0,a1ab641f4955e67a89ba6b0fbe417b1334522951,0,0,0,0,0,
+20200601,AK,467,53723,,10,,,,1,,368,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,10,,2020-06-01T00:00:00Z,02,33,2462,54190,54190,2495,54190,0,0,936166ed5dac334332f7f4979ce005cd557d762d,0,0,0,0,0,
+20200601,AL,18363,205160,,,1856,,591,,355,9355,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,646,1856,2020-06-01T00:00:00Z,01,460,5510,223523,223523,5970,223523,15,12,38df8db46ebc047cf6cf2c7aaaf085aa750a458b,0,0,0,0,0,
+20200601,AR,7443,125793,,115,711,,,27,123,5401,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,133,711,2020-06-01T00:00:00Z,05,190,3531,133236,133236,3721,133236,0,0,8cea3b85f8fcff408e3c3833aa102b684d674f76,0,0,0,0,0,
+20200601,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,68fed339ea8c44cb5bffd89ee2963f55427e0e2e,0,0,0,0,0,
+20200601,AZ,20123,207947,,968,3018,377,,238,,4869,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,917,3018,2020-06-01T00:00:00Z,04,187,2677,228070,228070,2864,228070,11,20,1ae79de73b0d568c226b5d3ef83b5d90e94da4c2,0,0,0,0,0,
+20200601,CA,113006,1899577,,4258,,1273,,,,,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,4251,,2020-06-01T00:00:00Z,06,2423,65312,2012583,2012583,67735,2012583,38,0,ccc38c3a84cfedc4cb1a73c898449694576ad064,0,0,0,0,0,
+20200601,CO,26378,159998,,414,4347,,,,,3919,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,1445,4347,2020-06-01T00:00:00Z,08,280,5469,186376,186376,5749,186376,2,14,8570d3d6c9920892472bc95b664db3a6344e7193,0,0,0,0,0,
+20200601,CT,42740,218650,,454,13793,,,,,7511,B,5/31/2020 20:30,2020-05-31T20:30:00Z,05/31 16:30,3964,13793,2020-05-31T20:30:00Z,09,539,10805,261390,261390,11344,261390,20,1255,f7df946b780c2b66e4236fc9a23454d9d3750b06,0,0,0,0,0,
+20200601,DC,8857,38406,,302,,108,,67,,1126,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,468,,2020-06-01T00:00:00Z,11,56,724,47263,47263,780,47263,2,0,c94bcfb2b52a5d85bb6a6b42225da6677f10b3c5,0,0,0,0,0,
+20200601,DE,9605,52842,,159,,,,,,5353,A,5/31/2020 18:00,2020-05-31T18:00:00Z,05/31 14:00,368,,2020-05-31T18:00:00Z,10,107,1669,62447,62447,1776,62447,2,0,cd3c81f60eac388a9484b47e4aa987f803506f88,0,0,0,0,0,
+20200601,FL,56830,983570,1160,,10494,,,,,,A,6/1/2020 09:54,2020-06-01T09:54:00Z,06/01 05:54,2543,10494,2020-06-01T09:54:00Z,12,667,18384,1041560,1040400,19051,1040400,9,41,ce87368ad1d2f7d6a70ba535b05866162be0bcf3,0,0,0,0,0,
+20200601,GA,47618,424013,,841,8127,,1800,,,,A,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,2074,8127,2020-06-01T13:00:00Z,13,632,5474,471631,471631,6106,471631,32,181,12b324031e5843876bb20ddaeeacb4a0edca606e,0,0,0,0,0,
+20200601,GU,175,6141,,,,,,,,145,B,6/1/2020 06:35,2020-06-01T06:35:00Z,06/01 02:35,5,,2020-06-01T06:35:00Z,66,2,212,6316,6316,214,6316,0,0,d455815442349f7dfb981a752a0d59320c5c5dc7,0,0,0,0,0,
+20200601,HI,652,47835,,,83,,,,,608,D,5/31/2020 18:00,2020-05-31T18:00:00Z,05/31 14:00,17,83,2020-05-31T18:00:00Z,15,1,-6134,48487,48487,-6133,48487,0,0,b54bf16910a31fed654e5a31ef9f45c71efa7e78,0,0,0,0,0,
+20200601,IA,19697,139384,,339,,125,,73,,11440,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,551,,2020-06-01T00:00:00Z,19,145,2640,159081,159081,2785,159081,17,0,ec19b5d59ecec8fbf320d9d9006099019f5aa29d,0,0,0,0,0,
+20200601,ID,2839,43858,,,242,,96,,,2248,A,5/30/2020 19:00,2020-05-30T19:00:00Z,05/30 15:00,82,242,2020-05-30T19:00:00Z,16,0,0,46697,46697,0,46697,0,0,b1ed9bcf10dc188d6b1116848ff321c97ac87f10,0,0,0,0,0,
+20200601,IL,121234,797039,,3215,,902,,547,,,A,6/1/2020 00:59,2020-06-01T00:59:00Z,05/31 20:59,5412,,2020-06-01T00:59:00Z,17,974,19040,918273,918273,20014,918273,22,0,3b2052a29a76ee793096ef6d47f9f6d11ab05a65,0,0,0,0,0,
+20200601,IN,34830,231066,,1041,5860,366,1255,148,,22224,A+,5/31/2020 23:59,2020-05-31T23:59:00Z,05/31 19:59,2142,5860,2020-05-31T23:59:00Z,18,256,4094,265896,265896,4350,265896,8,575,a17829b33365b3311be58e6e0dc8859a402a7502,0,0,0,0,0,
+20200601,KS,10011,85230,,,842,,284,,124,547,A,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,217,842,2020-06-01T10:00:00Z,20,292,0,95241,95241,292,95241,9,0,6679418bb952bfdb490704d2755cbb031ac250d0,0,0,0,0,0,
+20200601,KY,10046,206000,,457,2274,90,940,,,3232,A,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,439,2274,2020-06-01T17:00:00Z,21,342,1951,216046,216046,2293,216046,8,2,e1a09b30bef450bf4dc104e1d3ff6b49626fddfb,0,0,0,0,0,
+20200601,LA,40341,347029,,661,,,,86,,31728,B,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,2801,,2020-06-01T13:00:00Z,22,425,11836,387370,387370,12261,387370,10,0,2bb90ef8f304e0a9ab3bb26c359ef4f504d2ab9c,0,0,0,0,0,
+20200601,MA,96965,495888,,1824,9823,436,,,,,A,5/31/2020 10:00,2020-05-31T10:00:00Z,05/31 06:00,6846,9823,2020-05-31T10:00:00Z,25,0,0,592853,592853,0,592853,0,0,50199450464df482baf3942c5f5bd91cff1e688b,0,0,0,0,0,
+20200601,MD,53327,255403,,1174,8886,479,,,,3782,B,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,2552,8886,2020-06-01T10:00:00Z,24,549,6300,308730,308730,6849,308730,20,148,b720383cbe6a5e6f9af60ac3adf0d974d5d58d17,0,0,0,0,0,
+20200601,ME,2349,47284,,52,284,17,,10,,1586,B,5/31/2020 23:59,2020-05-31T23:59:00Z,05/31 19:59,89,284,2020-05-31T23:59:00Z,23,24,0,49633,49633,24,49633,0,1,3ba6b5fdf726468c9a7d9a0f6e26179a79a843fb,0,0,0,0,0,
+20200601,MI,57532,510491,,674,,346,,240,,38099,A+,6/1/2020 11:00,2020-06-01T11:00:00Z,06/01 07:00,5516,,2020-06-01T11:00:00Z,26,135,13258,568023,568023,13393,568023,25,0,a327794ff336d496e53798bdcdce901274244b72,0,0,0,0,0,
+20200601,MN,25208,230384,,549,3086,253,981,,,19441,A,5/31/2020 17:00,2020-05-31T17:00:00Z,05/31 13:00,1060,3086,2020-05-31T17:00:00Z,27,358,5715,255592,255592,6073,255592,10,39,7819a596e525a1f87f98c3a25515764068e80eda,0,0,0,0,0,
+20200601,MO,13327,186381,,693,,,,78,,,B,6/1/2020 15:00,2020-06-01T15:00:00Z,06/01 11:00,773,,2020-06-01T15:00:00Z,29,180,5967,199708,199708,6147,199708,1,0,5615f0fb2939eff2c06338aed28c11ce1417e514,0,0,0,0,0,
+20200601,MP,22,6312,,,,,,,,16,D,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,2,,2020-06-01T00:00:00Z,69,0,161,6334,6334,161,6334,0,0,465f6422af8785a3f834d73b0f1f0905cc53b5c7,0,0,0,0,0,
+20200601,MS,15752,160502,,584,2296,146,,97,,11203,A,5/31/2020 19:00,2020-05-31T19:00:00Z,05/31 15:00,739,2296,2020-05-31T19:00:00Z,28,251,4166,176254,176254,4417,176254,5,24,d150dad47dd58177b318c9dd1dc417a11352ece5,0,0,0,0,0,
+20200601,MT,519,40138,,2,67,,,,,461,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,17,67,2020-06-01T00:00:00Z,30,4,855,40657,40657,859,40657,0,0,6b705d190f4a8f5ac49af292b9b867787839e4a3,0,0,0,0,0,
+20200601,NC,29263,392645,,650,,,,,,18860,A,6/1/2020 10:50,2020-06-01T10:50:00Z,06/01 06:50,898,,2020-06-01T10:50:00Z,37,674,4945,421908,421908,5619,421908,12,0,01b410553e0854ddc5f31784094fff25fe51fd4a,0,0,0,0,0,
+20200601,ND,2625,70676,,35,169,,,,,2078,C,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,61,169,2020-06-01T13:00:00Z,38,48,1213,73301,73301,1261,73301,0,2,e98420dad639954f9588386b7d3572ebe513030b,0,0,0,0,0,
+20200601,NE,14101,89564,,,,,,,,,D,5/31/2020 19:45,2020-05-31T19:45:00Z,05/31 15:45,170,,2020-05-31T19:45:00Z,31,196,2327,103665,103665,2523,103665,0,0,cd38b77d51e753f8593d79ae987c65b15f9d9a67,0,0,0,0,0,
+20200601,NH,4651,67805,1661,96,451,,141,,,2948,B,5/31/2020 09:00,2020-05-31T09:00:00Z,05/31 05:00,245,451,2020-05-31T09:00:00Z,33,106,2070,74117,72456,2176,72456,3,2,f5289d119ff8d47063a65aebe4c2fc516a990490,0,0,0,0,0,
+20200601,NJ,160918,634682,,2466,17222,646,,459,,26703,A+,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,11721,17222,2020-06-01T13:00:00Z,34,473,48982,795600,795600,49455,795600,23,25,7ecefb1e9f799c48bd11712f19575375af16126d,0,0,0,0,0,
+20200601,NM,7689,191915,,182,1317,,,,,2853,C,5/31/2020 19:30,2020-05-31T19:30:00Z,05/31 15:30,356,1317,2020-05-31T19:30:00Z,35,65,5092,199604,199604,5157,199604,5,0,bb59758140d5cfa20d9fc302f6c4af5d4305b45d,0,0,0,0,0,
+20200601,NV,8688,138095,,361,,87,,40,,459,A+,6/1/2020 11:00,2020-06-01T11:00:00Z,06/01 07:00,421,,2020-06-01T11:00:00Z,32,95,4128,146783,146783,4223,146783,4,0,a76673e16e14008f6f8df85a8a5fd1a0092536ae,0,0,0,0,0,
+20200601,NY,371711,1742066,,3331,89703,999,,746,,66110,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,23959,89703,2020-06-01T00:00:00Z,36,941,49011,2113777,2113777,49952,2113777,54,113,42f14d2b9c869212a66c7a1c77c67b06076603a5,0,0,0,0,0,
+20200601,OH,35984,362082,,761,6112,324,1569,223,,,B,6/1/2020 14:00,2020-06-01T14:00:00Z,06/01 10:00,2206,6112,2020-06-01T14:00:00Z,39,471,6687,398066,398066,7158,398066,51,63,6a53ae67aa2a9fe577509208929e017877a60a21,0,0,0,0,0,
+20200601,OK,6573,186700,,154,986,65,,,,5511,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,334,986,2020-06-01T00:00:00Z,40,67,0,193273,193273,67,193273,0,1,761f0fa68da926868c0dac4a1e93a565b155604a,0,0,0,0,0,
+20200601,OR,4302,127316,,108,790,32,,17,,2164,A+,6/1/2020 03:01,2020-06-01T03:01:00Z,05/31 23:01,154,790,2020-06-01T03:01:00Z,41,59,2358,131618,131618,2417,131618,1,4,092bbd656b19f73852e4ca4adba37b2f088b5edb,0,0,0,0,0,
+20200601,PA,72898,389431,,1302,,,,287,,48428,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,5567,,2020-06-01T00:00:00Z,42,352,6320,462329,462329,6672,462329,12,0,0af8123d95ae64504ed260f4c8d569657083ceae,0,0,0,0,0,
+20200601,PR,3873,,,99,,9,,4,,,B,6/1/2020 02:51,2020-06-01T02:51:00Z,05/31 22:51,136,,2020-06-01T02:51:00Z,72,97,0,3873,3873,97,3873,0,0,ec0514495eb62b6a4c646f4d6602fc0987a60940,0,0,0,0,0,
+20200601,RI,14991,141844,,195,1724,46,,29,,1281,A+,6/1/2020 12:00,2020-06-01T12:00:00Z,06/01 08:00,720,1724,2020-06-01T12:00:00Z,44,63,2279,156835,156835,2342,156835,2,23,fae2337f8305b1ebdd82a4dfaba86d538503cea6,0,0,0,0,0,
+20200601,SC,12148,192540,,450,1634,,,,,6459,A,6/1/2020 15:10,2020-06-01T15:10:00Z,06/01 11:10,500,1634,2020-06-01T15:10:00Z,45,287,4185,204688,204688,4472,204688,6,0,28231b50edd7828f4f4a5cdf7c90099b59006cae,0,0,0,0,0,
+20200601,SD,5034,40627,,87,435,,,,,3903,B,6/1/2020 11:30,2020-06-01T11:30:00Z,06/01 07:30,62,435,2020-06-01T11:30:00Z,46,41,1492,45661,45661,1533,45661,0,3,d3a932d0c446d54c1b57dd8d91f22c34a057246a,0,0,0,0,0,
+20200601,TN,23554,424939,,,1767,,,,,15564,B,6/1/2020 15:00,2020-06-01T15:00:00Z,06/01 11:00,367,1767,2020-06-01T15:00:00Z,47,548,11968,448493,448493,12516,448493,3,17,e39fac8e179f6a80995ab2edd967bd9c9d5b839a,0,0,0,0,0,
+20200601,TX,64880,905151,,1756,,,,,,43338,B,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,1678,,2020-06-01T17:00:00Z,48,593,17573,970031,970031,18166,970031,6,0,8518070083f9c96c096c49114e8945d8bfb7105c,0,0,0,0,0,
+20200601,UT,9999,208113,,134,789,,242,,102,6251,B,6/1/2020 15:00,2020-06-01T15:00:00Z,06/01 11:00,113,789,2020-06-01T15:00:00Z,49,202,3996,218112,218112,4198,218112,0,14,2c4df6dc6f6a0fbcd805eb6d1f812b3b265eb0a0,0,0,0,0,0,
+20200601,VA,45398,279321,419,1371,7326,347,,188,,5899,A+,5/31/2020 17:00,2020-05-31T17:00:00Z,05/31 13:00,1392,7326,2020-05-31T17:00:00Z,51,791,8537,325138,324719,9328,324719,17,0,e5407e79dcfcd57756c8a62fe34a5a0b7c959d04,0,0,0,0,0,
+20200601,VI,70,1741,4,,,,,,,62,C,6/1/2020 08:00,2020-06-01T08:00:00Z,06/01 04:00,6,,2020-06-01T08:00:00Z,78,1,108,1815,1811,109,1811,0,0,1fe1f98dde37671fa149eb234f8e706df439c0cc,0,0,0,0,0,
+20200601,VT,983,34343,,16,,,,,,880,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,55,,2020-06-01T00:00:00Z,50,2,1354,35326,35326,1356,35326,0,0,f8ebdaf5e4cc89227cf2d5439c0bd5de0d85de51,0,0,0,0,0,
+20200601,WA,21702,339197,,245,3501,,,52,,,B,5/31/2020 02:59,2020-05-31T02:59:00Z,05/30 22:59,1118,3501,2020-05-31T02:59:00Z,53,353,6192,360899,360899,6545,360899,0,21,4f820e91a6452b95caad4ccfd468decb27805a63,0,0,0,0,0,
+20200601,WI,18543,253595,211,613,2603,136,586,,,11838,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,595,2603,2020-06-01T00:00:00Z,55,140,3492,272349,272138,3632,272138,3,20,5138400d8446c6a41b0dc0c61bd0d7153b954c00,0,0,0,0,0,
+20200601,WV,2017,96078,,31,,11,,4,,1313,B,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,75,,2020-06-01T10:00:00Z,54,7,466,98095,98095,473,98095,0,0,e5b0ea7a07d858b656430bf96917d5c4009d8b87,0,0,0,0,0,
+20200601,WY,910,24237,,8,86,,,,,667,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,17,86,2020-05-31T00:00:00Z,56,7,747,25147,25147,754,25147,1,1,67fcd7698f2e3d9cb0bf8fa9d4814b4fd85c12f2,0,0,0,0,0,
+20200531,AK,434,51261,,14,,,,2,,368,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,10,,2020-05-30T00:00:00Z,02,0,0,51695,51695,0,51695,0,0,fccc9c6583c8c7da1538cf41e14b9042a7d0bcc3,0,0,0,0,0,
+20200531,AL,17903,199650,,,1844,,589,,355,9355,B,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,631,1844,2020-05-31T00:00:00Z,01,544,4808,217553,217553,5352,217553,13,18,979a1487ccd054380586ecd871fc9f260f06eabc,0,0,0,0,0,
+20200531,AR,7253,122262,,115,711,,,27,123,5275,A,5/30/2020 15:13,2020-05-30T15:13:00Z,05/30 11:13,133,711,2020-05-30T15:13:00Z,05,240,2778,129515,129515,3018,129515,0,9,9ddf4fd6b7516d506bdac65db6deefe0fce8a350,0,0,0,0,0,
+20200531,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,4db0e6b6cda6f8667fc966ced9cd09a6a9ffb6db,0,0,0,0,0,
+20200531,AZ,19936,205270,,973,2998,376,,239,,4761,A+,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,906,2998,2020-05-31T00:00:00Z,04,681,7478,225206,225206,8159,225206,3,18,5af0b73830c62a5b76e59fbe194fd822772630ba,0,0,0,0,0,
+20200531,CA,110583,1834265,,4331,,1324,,,,,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,4213,,2020-05-30T00:00:00Z,06,3705,52548,1944848,1944848,56253,1944848,57,0,25930aae94bca981314f143bc2d983415554c041,0,0,0,0,0,
+20200531,CO,26098,154529,,414,4333,,,,,3919,A,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,1443,4333,2020-05-31T00:00:00Z,08,485,4401,180627,180627,4886,180627,7,26,7170c15a46dc634fd65abea8e55c690c5bf6dddf,0,0,0,0,0,
+20200531,CT,42201,207845,,481,12538,,,,,7127,B,5/30/2020 20:30,2020-05-30T20:30:00Z,05/30 16:30,3944,12538,2020-05-30T20:30:00Z,09,179,2932,250046,250046,3111,250046,32,0,ee4e897b2162d4cebf8e484d404b60ce9b2b48e1,0,0,0,0,0,
+20200531,DC,8801,37682,,295,,109,,66,,1116,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,466,,2020-05-30T00:00:00Z,11,84,770,46483,46483,854,46483,4,0,5a1f1c5ad3cb810c0e90daac65ad54f8520e9254,0,0,0,0,0,
+20200531,DE,9498,51173,,160,,,,,,5266,A,5/30/2020 18:00,2020-05-30T18:00:00Z,05/30 14:00,366,,2020-05-30T18:00:00Z,10,76,1266,60671,60671,1342,60671,5,0,167fc5f2e8d48d88a39232260632a5025b604cc7,0,0,0,0,0,
+20200531,FL,56163,965186,1332,,10453,,,,,,A,5/31/2020 12:20,2020-05-31T12:20:00Z,05/31 08:20,2534,10453,2020-05-31T12:20:00Z,12,739,25642,1022681,1021349,26381,1021349,4,78,b359237ac05027d8210d19fbe97908d7fcef4e5a,0,0,0,0,0,
+20200531,GA,46986,418539,,853,7946,,1794,,,,A,5/31/2020 13:00,2020-05-31T13:00:00Z,05/31 09:00,2042,7946,2020-05-31T13:00:00Z,13,700,9987,465525,465525,10687,465525,39,25,fe058ec3af4007f6a37fa58c7252df2cce575504,0,0,0,0,0,
+20200531,GU,173,5929,,,,,,,,144,C,5/30/2020 03:05,2020-05-30T03:05:00Z,05/29 23:05,5,,2020-05-30T03:05:00Z,66,0,0,6102,6102,0,6102,0,0,d317a76fe0d7fb4c69f4d1ddd6480a5f362794db,0,0,0,0,0,
+20200531,HI,651,53969,,,83,,,,,606,D,5/30/2020 18:00,2020-05-30T18:00:00Z,05/30 14:00,17,83,2020-05-30T18:00:00Z,15,2,604,54620,54620,606,54620,0,0,67c0ccacf47b2abdf5dbe03093f78531671e9fb5,0,0,0,0,0,
+20200531,IA,19552,136744,,341,,116,,70,,11147,A+,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,534,,2020-05-31T00:00:00Z,19,308,5565,156296,156296,5873,156296,3,0,90db8a1b18cd499d3f2431c5bcc257d369b8abd7,0,0,0,0,0,
+20200531,ID,2839,43858,,,242,,96,,,2248,A,5/30/2020 19:00,2020-05-30T19:00:00Z,05/30 15:00,82,242,2020-05-30T19:00:00Z,16,36,1237,46697,46697,1273,46697,0,2,bccdec8775486370b0af28f4fce3e7b180b6fe11,0,0,0,0,0,
+20200531,IL,120260,777999,,3296,,941,,550,,,A,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,5390,,2020-05-31T00:00:00Z,17,1343,19811,898259,898259,21154,898259,60,0,427a2b35d455008ed196bdf21f7928188f7f47ea,0,0,0,0,0,
+20200531,IN,34574,226972,,1050,5285,372,1248,143,,21704,A+,5/30/2020 23:59,2020-05-30T23:59:00Z,05/30 19:59,2134,5285,2020-05-30T23:59:00Z,18,363,4788,261546,261546,5151,261546,9,0,7ba4b045ee0256764c15c29770fad8d85753e069,0,0,0,0,0,
+20200531,KS,9719,85230,,,842,,284,,124,547,A,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,208,842,2020-05-29T10:00:00Z,20,0,0,94949,94949,0,94949,0,0,208edb3ce0b7086b20bf92e887c08a2d7d688b4c,0,0,0,0,0,
+20200531,KY,9704,204049,,480,2272,87,940,,,3232,A,5/30/2020 17:00,2020-05-30T17:00:00Z,05/30 13:00,431,2272,2020-05-30T17:00:00Z,21,240,5318,213753,213753,5558,213753,13,6,5a77bb72b4700aade83c99bc37ffd2f3ab52c7f3,0,0,0,0,0,
+20200531,LA,39916,335193,,678,,,,84,,28700,B,5/31/2020 13:00,2020-05-31T13:00:00Z,05/31 09:00,2791,,2020-05-31T13:00:00Z,22,339,5951,375109,375109,6290,375109,6,0,a4daf5333cdd909d0d275250042c9bd940c62935,0,0,0,0,0,
+20200531,MA,96965,495888,,1824,9823,436,,,,,A,5/31/2020 10:00,2020-05-31T10:00:00Z,05/31 06:00,6846,9823,2020-05-31T10:00:00Z,25,664,9670,592853,592853,10334,592853,78,34,7d20c23df42e078d2bbae259f37c098753d485f8,0,0,0,0,0,
+20200531,MD,52778,249103,,1183,8738,479,,,,3764,B,5/31/2020 10:00,2020-05-31T10:00:00Z,05/31 06:00,2532,8738,2020-05-31T10:00:00Z,24,763,7172,301881,301881,7935,301881,23,119,45327bc0d5780937c36c047a150ad6c75e241fa5,0,0,0,0,0,
+20200531,ME,2325,47284,,49,283,18,,10,,1552,B,5/30/2020 23:59,2020-05-30T23:59:00Z,05/30 19:59,89,283,2020-05-30T23:59:00Z,23,43,0,49609,49609,43,49609,0,11,0bbe7bc5e3c5e798441ed97fb678b912b56ad75a,0,0,0,0,0,
+20200531,MI,57397,497233,,774,,371,,250,,38099,A+,5/31/2020 11:00,2020-05-31T11:00:00Z,05/31 07:00,5491,,2020-05-31T11:00:00Z,26,513,15305,554630,554630,15818,554630,28,0,804fe54f7e825a356d678b02184c549d1eb4148a,0,0,0,0,0,
+20200531,MN,24850,224669,,555,3047,257,971,,,18695,A,5/30/2020 17:00,2020-05-30T17:00:00Z,05/30 13:00,1050,3047,2020-05-30T17:00:00Z,27,660,6351,249519,249519,7011,249519,14,36,ae8a1bf1da71b16bcc9da429b44ba1e47581eedc,0,0,0,0,0,
+20200531,MO,13147,180414,,718,,,,83,,,B,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,772,,2020-05-31T00:00:00Z,29,185,7946,193561,193561,8131,193561,1,0,df3b956760523f3a543a2bdbfec1cef54d8e9ae8,0,0,0,0,0,
+20200531,MP,22,6151,,,,,,,,15,D,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,2,,2020-05-30T00:00:00Z,69,0,165,6173,6173,165,6173,0,0,98b5528c2ab34d85bdf36b4c56c72c0103839d61,0,0,0,0,0,
+20200531,MS,15501,156336,,570,2272,113,,108,,9401,A,5/30/2020 19:00,2020-05-30T19:00:00Z,05/30 15:00,734,2272,2020-05-30T19:00:00Z,28,272,5633,171837,171837,5905,171837,11,32,26514071e96c783e082277c570cdf0537364a0fa,0,0,0,0,0,
+20200531,MT,515,39283,,2,67,,,,,456,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,17,67,2020-05-31T00:00:00Z,30,10,504,39798,39798,514,39798,0,0,2c14fb36f31beaf403d0197845cbaae4e42b12f0,0,0,0,0,0,
+20200531,NC,28589,387700,,649,,,,,,14954,A,5/31/2020 11:24,2020-05-31T11:24:00Z,05/31 07:24,886,,2020-05-31T11:24:00Z,37,916,11216,416289,416289,12132,416289,9,0,6d91c03205f07d19db13e35f0d5da221fbaa8a86,0,0,0,0,0,
+20200531,ND,2577,69463,,36,167,,,,,1959,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,61,167,2020-05-31T00:00:00Z,38,23,1036,72040,72040,1059,72040,1,2,1d4f025450dd699e315a84a638e2e2ff9b9c71af,0,0,0,0,0,
+20200531,NE,13905,87237,,,,,,,,,D,5/30/2020 18:45,2020-05-30T18:45:00Z,05/30 14:45,170,,2020-05-30T18:45:00Z,31,251,1883,101142,101142,2134,101142,0,0,63897913ddb9b04634c681e89a2a488eb8351817,0,0,0,0,0,
+20200531,NH,4545,65735,1208,107,449,,140,,,2940,B,5/30/2020 09:00,2020-05-30T09:00:00Z,05/30 05:00,242,449,2020-05-30T09:00:00Z,33,53,1267,71488,70280,1320,70280,4,9,a0d95d96993852ac5e7e3cc269073706b547572c,0,0,0,0,0,
+20200531,NJ,160445,585700,,2497,17197,522,,378,,26560,A+,5/31/2020 13:00,2020-05-31T13:00:00Z,05/31 09:00,11698,17197,2020-05-31T13:00:00Z,34,837,0,746145,746145,837,746145,64,76,b0f727049ceaa0cf561b3e2d4d8c45f1d53b31b9,0,0,0,0,0,
+20200531,NM,7624,186823,,189,1317,,,,,2835,C,5/30/2020 20:05,2020-05-30T20:05:00Z,05/30 16:05,351,1317,2020-05-30T20:05:00Z,35,131,6055,194447,194447,6186,194447,7,0,a35c8c7c3a0aa0f25684f8ed0f81de32fa23f8ec,0,0,0,0,0,
+20200531,NV,8593,133967,,336,,71,,41,,428,A+,5/31/2020 11:30,2020-05-31T11:30:00Z,05/31 07:30,417,,2020-05-31T11:30:00Z,32,98,3930,142560,142560,4028,142560,0,0,5c8c4565db22b87405b482e81ae608b918abe6e1,0,0,0,0,0,
+20200531,NY,370770,1693055,,3436,89590,1050,,791,,65934,A,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,23905,89590,2020-05-31T00:00:00Z,36,1110,57334,2063825,2063825,58444,2063825,57,190,054347be13de4a8f6b3bf1a6dec4cfc449157cfb,0,0,0,0,0,
+20200531,OH,35513,355395,,779,6049,310,1556,213,,,B,5/31/2020 14:00,2020-05-31T14:00:00Z,05/31 10:00,2155,6049,2020-05-31T14:00:00Z,39,479,8482,390908,390908,8961,390908,6,38,171c4fc568746d5158823e1df6848811496b6d9b,0,0,0,0,0,
+20200531,OK,6506,186700,,154,985,65,,,,5492,A+,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,334,985,2020-05-31T00:00:00Z,40,88,0,193206,193206,88,193206,0,3,87a067102102c0b9e32487f8b37aed783a3adebf,0,0,0,0,0,
+20200531,OR,4243,124958,,117,786,33,,17,,2152,A+,5/31/2020 03:01,2020-05-31T03:01:00Z,05/30 23:01,153,786,2020-05-31T03:01:00Z,41,58,2348,129201,129201,2406,129201,0,8,ca48fe5db1c6d26213c40eb642096ccd8c21d4c3,0,0,0,0,0,
+20200531,PA,72546,383111,,1352,,,,296,,48190,A,5/31/2020 12:00,2020-05-31T12:00:00Z,05/31 08:00,5555,,2020-05-31T12:00:00Z,42,515,7370,455657,455657,7885,455657,18,0,99e6320472b97150f75db4287fc4bde3109e1ae3,0,0,0,0,0,
+20200531,PR,3776,,,99,,9,,1,,,B,5/31/2020 04:51,2020-05-31T04:51:00Z,05/31 00:51,136,,2020-05-31T04:51:00Z,72,58,0,3776,3776,58,3776,3,0,4bb14fff299878e951a3d7a7450f803ebaca159e,0,0,0,0,0,
+20200531,RI,14928,139565,,206,1701,46,,29,,1252,A+,5/31/2020 12:00,2020-05-31T12:00:00Z,05/31 08:00,718,1701,2020-05-31T12:00:00Z,44,109,4067,154493,154493,4176,154493,7,19,ff8626bdbc2b07495b3884757a35bfd59465b890,0,0,0,0,0,
+20200531,SC,11861,188355,,402,1634,,,,,6459,A,5/31/2020 16:00,2020-05-31T16:00:00Z,05/31 12:00,494,1634,2020-05-31T16:00:00Z,45,467,10230,200216,200216,10697,200216,7,0,9b5b6a2a018fa00c3801a58bf68ce1f63b2f1e96,0,0,0,0,0,
+20200531,SD,4993,39135,,86,432,,,,,3837,B,5/30/2020 18:00,2020-05-30T18:00:00Z,05/30 14:00,62,432,2020-05-30T18:00:00Z,46,33,1157,44128,44128,1190,44128,0,5,3af0bda4c45459553f020334f7065a32e028d6b9,0,0,0,0,0,
+20200531,TN,23006,412971,,,1750,,,,,15300,B,5/30/2020 15:00,2020-05-30T15:00:00Z,05/30 11:00,364,1750,2020-05-30T15:00:00Z,47,440,8491,435977,435977,8931,435977,0,18,91b6b141b34d3a6add9fb660c716197a415c516a,0,0,0,0,0,
+20200531,TX,64287,887578,,1684,,,,,,42423,B,5/31/2020 16:30,2020-05-31T16:30:00Z,05/31 12:30,1672,,2020-05-31T16:30:00Z,48,1949,21399,951865,951865,23348,951865,46,0,b7d0c9bf1c6f626dca7f5dbf27134ad186f19e51,0,0,0,0,0,
+20200531,UT,9797,204117,,142,775,,242,,102,6137,B,5/31/2020 15:00,2020-05-31T15:00:00Z,05/31 11:00,113,775,2020-05-31T15:00:00Z,49,264,3545,213914,213914,3809,213914,1,12,a8c07c00457cbb7003e4ff4e32c25759c3ebb6e7,0,0,0,0,0,
+20200531,VA,44607,270784,500,1458,7326,371,,196,,5868,A+,5/30/2020 17:00,2020-05-30T17:00:00Z,05/30 13:00,1375,7326,2020-05-30T17:00:00Z,51,996,8883,315891,315391,9879,315391,5,110,0610fd761b3f3f47aafb750eaa0026d8a11e1703,0,0,0,0,0,
+20200531,VI,69,1633,19,,,,,,,61,C,5/31/2020 06:19,2020-05-31T06:19:00Z,05/31 02:19,6,,2020-05-31T06:19:00Z,78,0,0,1721,1702,0,1702,0,0,8ff0099cb92d9880b3354311932a952da0234bae,0,0,0,0,0,
+20200531,VT,981,32989,,18,,,,,,873,B,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,55,,2020-05-31T00:00:00Z,50,4,1299,33970,33970,1303,33970,0,0,44b2dbb2b868d71e1ff5096cb9a3d5ae6435338b,0,0,0,0,0,
+20200531,WA,21349,333005,,266,3480,,,67,,,B,5/31/2020 02:59,2020-05-31T02:59:00Z,05/30 22:59,1118,3480,2020-05-31T02:59:00Z,53,278,5843,354354,354354,6121,354354,7,25,6334715f77293643068f3940235ebb2415bb2a32,0,0,0,0,0,
+20200531,WI,18403,250103,211,625,2583,133,585,,,11646,A+,5/31/2020 16:00,2020-05-31T16:00:00Z,05/31 12:00,592,2583,2020-05-31T16:00:00Z,55,173,7195,268717,268506,7368,268506,4,20,7bc6f3dd5bf08595a760efb0eb3daa78ee787490,0,0,0,0,0,
+20200531,WV,2010,95612,,33,,14,,8,,1303,B,5/31/2020 17:00,2020-05-31T17:00:00Z,05/31 13:00,75,,2020-05-31T17:00:00Z,54,36,1696,97622,97622,1732,97622,0,0,5dd98fabb0c3bec46f1b7d884812362a4e28937d,0,0,0,0,0,
+20200531,WY,903,23490,,13,85,,,,,658,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,16,85,2020-05-31T00:00:00Z,56,5,305,24393,24393,310,24393,0,0,cf40de5601c44c5c4582bd2b3b5483004906e01d,0,0,0,0,0,
+20200530,AK,434,51261,,14,,,,2,,368,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,10,,2020-05-30T00:00:00Z,02,4,2252,51695,51695,2256,51695,0,0,e723ac609366457a95502d8d07dd4be31472d9fb,0,0,0,0,0,
+20200530,AL,17359,194842,,,1826,,583,,349,9355,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,618,1826,2020-05-30T00:00:00Z,01,536,2782,212201,212201,3318,212201,13,26,233b94b37f0d7df8361ee04ea4dfb22665c10105,0,0,0,0,0,
+20200530,AR,7013,119484,,104,702,,,26,123,5166,A,5/30/2020 15:13,2020-05-30T15:13:00Z,05/30 11:13,133,702,2020-05-30T15:13:00Z,05,475,6254,126497,126497,6729,126497,8,35,f044f7cf6cda2deab27f0b8ca4bf432f0ee8a77a,0,0,0,0,0,
+20200530,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,f93cc7ebbba3fb8e8ce6f017f881d1f787f7214c,0,0,0,0,0,
+20200530,AZ,19255,197792,,975,2980,386,,241,,4657,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,903,2980,2020-05-30T00:00:00Z,04,790,6444,217047,217047,7234,217047,18,69,a833aa616e015e74a2711ff5cdee925ba8f3c2d8,0,0,0,0,0,
+20200530,CA,106878,1781717,,4215,,1273,,,,,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,4156,,2020-05-30T00:00:00Z,06,2992,50125,1888595,1888595,53117,1888595,88,0,dae75ce7d6216ab4ef544b383f09ed44f256e42c,0,0,0,0,0,
+20200530,CO,25613,150128,,421,4307,,,,,3859,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,1436,4307,2020-05-30T00:00:00Z,08,492,6290,175741,175741,6782,175741,15,53,066bfe8e4dd6ad6405de0a5bb3cb4922d250389f,0,0,0,0,0,
+20200530,CT,42022,204913,,533,12538,,,,,7127,B,5/29/2020 20:30,2020-05-29T20:30:00Z,05/29 16:30,3912,12538,2020-05-29T20:30:00Z,09,260,5282,246935,246935,5542,246935,44,0,e6f527efaa1add173ef320512d8e7c24f8c51f6e,0,0,0,0,0,
+20200530,DC,8717,36912,,317,,109,,66,,1100,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,462,,2020-05-29T00:00:00Z,11,179,1592,45629,45629,1771,45629,2,0,f3e7b9fd49aa2f2b340239037a88a8cd5c137632,0,0,0,0,0,
+20200530,DE,9422,49907,,174,,,,,,5205,A,5/29/2020 18:00,2020-05-29T18:00:00Z,05/29 14:00,361,,2020-05-29T18:00:00Z,10,186,1610,59329,59329,1796,59329,5,0,8bfdc4234dea269b10d9669c8ab9bf8009ce32bb,0,0,0,0,0,
+20200530,FL,55424,939544,0,,10375,,,,,,A,5/30/2020 11:24,2020-05-30T11:24:00Z,05/30 07:24,2530,10375,2020-05-30T11:24:00Z,12,927,10802,994968,994968,11729,994968,35,132,a467728463e5a274e227e886f78d48f2e5765904,0,0,0,0,0,
+20200530,GA,46286,408552,,850,7921,,1790,,,,A,5/30/2020 13:00,2020-05-30T13:00:00Z,05/30 09:00,2003,7921,2020-05-30T13:00:00Z,13,616,3951,454838,454838,4567,454838,29,69,e76045b3cd6daf203ef64fe0e4c0458ad20f392f,0,0,0,0,0,
+20200530,GU,173,5929,,,,,,,,144,C,5/30/2020 03:05,2020-05-30T03:05:00Z,05/29 23:05,5,,2020-05-30T03:05:00Z,66,1,6,6102,6102,7,6102,0,0,3c348825a0ea943005054161f07bd041fab82e18,0,0,0,0,0,
+20200530,HI,649,53365,,,83,,,,,605,D,5/29/2020 18:00,2020-05-29T18:00:00Z,05/29 14:00,17,83,2020-05-29T18:00:00Z,15,2,1188,54014,54014,1190,54014,0,0,b7ed0be11ce437ff3b5d842a77ec3099bc1d7ce2,0,0,0,0,0,
+20200530,IA,19244,131179,,368,,118,,69,,11019,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,531,,2020-05-30T00:00:00Z,19,318,2785,150423,150423,3103,150423,9,0,799ca3717a23b7952fc0c869391cf79a72a84464,0,0,0,0,0,
+20200530,ID,2803,42621,,,240,,96,,,2225,A,5/29/2020 19:00,2020-05-29T19:00:00Z,05/29 15:00,82,240,2020-05-29T19:00:00Z,16,34,629,45424,45424,663,45424,0,2,04c8261169249ba6ab6de576955d68547d2b01bc,0,0,0,0,0,
+20200530,IL,118917,758188,,3336,,925,,661,,,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,5330,,2020-05-30T00:00:00Z,17,1462,23881,877105,877105,25343,877105,60,0,bd3df55e355d07fbca565bf597f0f6a06bf7b24f,0,0,0,0,0,
+20200530,IN,34211,222184,,1149,5285,412,1166,161,,,A+,5/29/2020 23:59,2020-05-29T23:59:00Z,05/29 19:59,2125,5285,2020-05-29T23:59:00Z,18,653,7029,256395,256395,7682,256395,15,0,ddf9bbd745b28d64cd3e999f147932ad4fb918d2,0,0,0,0,0,
+20200530,KS,9719,85230,,,842,,284,,124,547,A,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,208,842,2020-05-29T10:00:00Z,20,0,0,94949,94949,0,94949,0,0,039942670d7852e36313440fd8e9893705542d09,0,0,0,0,0,
+20200530,KY,9464,198731,,499,2266,81,940,,,3231,A,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,418,2266,2020-05-29T17:00:00Z,21,280,-13359,208195,208195,-13079,208195,9,86,1d4a556302fbdfdf60b8b5555cc847eabc41ed38,0,0,0,0,0,
+20200530,LA,39577,329242,,674,,,,84,,28700,B,5/30/2020 13:00,2020-05-30T13:00:00Z,05/30 09:00,2785,,2020-05-30T13:00:00Z,22,775,13017,368819,368819,13792,368819,19,0,efce2725615bb0236a164a4e01585d72ddb18894,0,0,0,0,0,
+20200530,MA,96301,486218,,1904,9789,453,,,,,A,5/30/2020 10:00,2020-05-30T10:00:00Z,05/30 06:00,6768,9789,2020-05-30T10:00:00Z,25,789,9985,582519,582519,10774,582519,50,64,541df2d6418cfb83d078719e2e62829cd9ddb228,0,0,0,0,0,
+20200530,MD,52015,241931,,1239,8619,492,,,,3649,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,2509,8619,2020-05-30T00:00:00Z,24,1027,8401,293946,293946,9428,293946,43,140,a4bd6bc7a5558bd7fefab293f77c06af0e5274ff,0,0,0,0,0,
+20200530,ME,2282,47284,,46,272,18,,11,,1505,B,5/29/2020 23:59,2020-05-29T23:59:00Z,05/29 19:59,89,272,2020-05-29T23:59:00Z,23,56,3804,49566,49566,3860,49566,4,2,74f793116080a2df0ce28a6e01de8a4dc8ee52f3,0,0,0,0,0,
+20200530,MI,56884,481928,,774,,371,,250,,38099,A+,5/30/2020 11:00,2020-05-30T11:00:00Z,05/30 07:00,5463,,2020-05-30T11:00:00Z,26,263,16942,538812,538812,17205,538812,57,0,fc5aa1bad9154623351ce9e38d7105a0be95b6c2,0,0,0,0,0,
+20200530,MN,24190,218318,,589,3011,263,960,,,17864,A,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,1036,3011,2020-05-29T17:00:00Z,27,659,7976,242508,242508,8635,242508,30,75,7f8db2d1220be8422d2d2aa10367dfa97114ae9e,0,0,0,0,0,
+20200530,MO,12962,172468,,679,,,,85,,,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,771,,2020-05-30T00:00:00Z,29,167,7413,185430,185430,7580,185430,33,0,62cf5403562f31bf1b2dc21b3691aeb16c4d46c6,0,0,0,0,0,
+20200530,MP,22,5986,,,,,,,,15,D,5/29/2020 20:27,2020-05-29T20:27:00Z,05/29 16:27,2,,2020-05-29T20:27:00Z,69,0,324,6008,6008,324,6008,0,0,153f4b4b8455e6352a11e1cfd14c33c3f7ca4984,0,0,0,0,0,
+20200530,MS,15229,150703,,593,2240,145,,92,,9401,A,5/29/2020 19:00,2020-05-29T19:00:00Z,05/29 15:00,723,2240,2020-05-29T19:00:00Z,28,439,-815,165932,165932,-376,165932,13,32,1eeb23ddc156a11ba4485a63038cb5038dd491e0,0,0,0,0,0,
+20200530,MT,505,38779,,2,67,,,,,448,C,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,17,67,2020-05-30T00:00:00Z,30,12,743,39284,39284,755,39284,0,0,895c80a9ebfe66e7df0507b84917d5cb42ed4887,0,0,0,0,0,
+20200530,NC,27673,376484,,638,,,,,,14954,A,5/30/2020 11:20,2020-05-30T11:20:00Z,05/30 07:20,877,,2020-05-30T11:20:00Z,37,1185,11741,404157,404157,12926,404157,18,0,492d56ac01d2fce7ac3e56d02c0cf1cdd1852182,0,0,0,0,0,
+20200530,ND,2554,68427,,34,165,,,,,1943,C,5/30/2020 15:11,2020-05-30T15:11:00Z,05/30 11:11,60,165,2020-05-30T15:11:00Z,38,34,1494,70981,70981,1528,70981,1,1,b668de31fd33677a1c4b1243158167653ebccfa4,0,0,0,0,0,
+20200530,NE,13654,85354,,,,,,,,,D,5/29/2020 19:45,2020-05-29T19:45:00Z,05/29 15:45,170,,2020-05-29T19:45:00Z,31,393,3812,99008,99008,4205,99008,6,0,f64ec13d2a8ecb548743a857f97971617216301d,0,0,0,0,0,
+20200530,NH,4492,64468,960,105,440,,120,,,2802,B,5/29/2020 09:00,2020-05-29T09:00:00Z,05/29 05:00,238,440,2020-05-29T09:00:00Z,33,106,1992,69920,68960,2098,68960,6,2,af1589fa734b10a71b007470460b06fb139a90e9,0,0,0,0,0,
+20200530,NJ,159608,585700,,2626,17121,672,,499,,26301,A+,5/30/2020 13:00,2020-05-30T13:00:00Z,05/30 09:00,11634,17121,2020-05-30T13:00:00Z,34,764,28133,745308,745308,28897,745308,103,161,d9a5a90d49d07b83a8bfeea56065ef6433ad54c7,0,0,0,0,0,
+20200530,NM,7493,180768,,193,1317,,,,,2728,C,5/29/2020 17:56,2020-05-29T17:56:00Z,05/29 13:56,344,1317,2020-05-29T17:56:00Z,35,129,4588,188261,188261,4717,188261,9,0,5ea3368f53f15542af163946c6e0f01cbb57c375,0,0,0,0,0,
+20200530,NV,8495,130037,,371,,92,,42,,428,A+,5/30/2020 10:30,2020-05-30T10:30:00Z,05/30 06:30,417,,2020-05-30T10:30:00Z,32,145,3971,138532,138532,4116,138532,7,0,25eda956dc8658ee5159bdcb1c52f166470b2f56,0,0,0,0,0,
+20200530,NY,369660,1635721,,3619,89400,1124,,857,,65609,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,23848,89400,2020-05-30T00:00:00Z,36,1376,59875,2005381,2005381,61251,2005381,68,206,05bcef7343bd6d7a2aba35c8b142cc963d010993,0,0,0,0,0,
+20200530,OH,35034,346913,,806,6011,339,1548,219,,,B,5/30/2020 14:00,2020-05-30T14:00:00Z,05/30 10:00,2149,6011,2020-05-30T14:00:00Z,39,468,11589,381947,381947,12057,381947,18,64,60e92b5dc312951ef66f2b693e6f2bceff652a48,0,0,0,0,0,
+20200530,OK,6418,186700,,154,982,65,,,,5435,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,334,982,2020-05-30T00:00:00Z,40,80,5640,193118,193118,5720,193118,5,0,90628ffda51696a04009fc8db29fee0e572c501a,0,0,0,0,0,
+20200530,OR,4185,122610,,131,778,32,,17,,2137,A+,5/30/2020 03:01,2020-05-30T03:01:00Z,05/29 23:01,153,778,2020-05-30T03:01:00Z,41,54,4060,126795,126795,4114,126795,2,7,9504ac5621a532c1a03785a7e30b661af28c346f,0,0,0,0,0,
+20200530,PA,72031,375741,,1352,,,,295,,47133,A,5/30/2020 12:30,2020-05-30T12:30:00Z,05/30 08:30,5537,,2020-05-30T12:30:00Z,42,692,8771,447772,447772,9463,447772,73,0,ee04a073b23f8d36dbe2f55637b4465f3a07b31c,0,0,0,0,0,
+20200530,PR,3718,,,106,,6,,5,,,B,5/30/2020 04:51,2020-05-30T04:51:00Z,05/30 00:51,133,,2020-05-30T04:51:00Z,72,71,0,3718,3718,71,3718,1,0,442cbb776014ad3734ec8c57b85ff4c5e78d082d,0,0,0,0,0,
+20200530,RI,14819,135498,,219,1682,50,,32,,1225,A+,5/30/2020 12:00,2020-05-30T12:00:00Z,05/30 08:00,711,1682,2020-05-30T12:00:00Z,44,184,3778,150317,150317,3962,150317,18,22,a8739e28b1aa7d03f34bfc5e0899279780284662,0,0,0,0,0,
+20200530,SC,11394,178125,,387,1634,,,,,6459,A,5/29/2020 15:30,2020-05-29T15:30:00Z,05/29 11:30,487,1634,2020-05-29T15:30:00Z,45,263,999,189519,189519,1262,189519,4,0,fb8899ac687403ec43407d513b12e714ead6c9b8,0,0,0,0,0,
+20200530,SD,4960,37978,,93,427,,,,,3805,B,5/29/2020 18:00,2020-05-29T18:00:00Z,05/29 14:00,62,427,2020-05-29T18:00:00Z,46,94,2162,42938,42938,2256,42938,3,9,645c0da97d6f49da7820cdccf00b03b410fb5863,0,0,0,0,0,
+20200530,TN,22566,404480,,,1732,,,,,15193,B,5/30/2020 15:00,2020-05-30T15:00:00Z,05/30 11:00,364,1732,2020-05-30T15:00:00Z,47,481,4598,427046,427046,5079,427046,4,22,0ee98e4fba527bb9510a6608e7d31bef9fdb6d23,0,0,0,0,0,
+20200530,TX,62338,866179,,1752,,,,,,40068,B,5/29/2020 16:45,2020-05-29T16:45:00Z,05/29 12:45,1626,,2020-05-29T16:45:00Z,48,1332,33910,928517,928517,35242,928517,0,0,2b89e74eac7b0eaeea0fd87ca707af2c88926786,0,0,0,0,0,
+20200530,UT,9533,200572,,139,763,,241,,102,5995,B,5/30/2020 15:00,2020-05-30T15:00:00Z,05/30 11:00,112,763,2020-05-30T15:00:00Z,49,269,3981,210105,210105,4250,210105,5,10,03966516d9f3bbf5124a1fd74c4c4e97f22cb4ff,0,0,0,0,0,
+20200530,VA,43611,261901,481,1471,7216,372,,194,,5745,A+,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,1370,7216,2020-05-29T17:00:00Z,51,1078,6057,305993,305512,7135,305512,12,44,34cfd704d36d42de56754c115d8fed888222edfd,0,0,0,0,0,
+20200530,VI,69,1633,19,,,,,,,61,C,5/29/2020 16:58,2020-05-29T16:58:00Z,05/29 12:58,6,,2020-05-29T16:58:00Z,78,0,0,1721,1702,0,1702,0,0,c6d49aeb886056bb69bae62adac90062d0a6a2ce,0,0,0,0,0,
+20200530,VT,977,31690,,17,,,,,,865,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,55,,2020-05-30T00:00:00Z,50,2,780,32667,32667,782,32667,0,0,9603afa9d3dec52818f9e7a41d4bbff3fdf66233,0,0,0,0,0,
+20200530,WA,21071,327162,,319,3455,,,88,,,B,5/30/2020 02:59,2020-05-30T02:59:00Z,05/29 22:59,1111,3455,2020-05-30T02:59:00Z,53,307,4835,348233,348233,5142,348233,5,42,d0388b86c8b5cc1f436ad0f85f9afd0f7ee452c9,0,0,0,0,0,
+20200530,WI,18230,242908,208,617,2563,144,577,,,11338,A+,5/30/2020 16:00,2020-05-30T16:00:00Z,05/30 12:00,588,2563,2020-05-30T16:00:00Z,55,523,9320,261346,261138,9843,261138,20,64,87485b8bd68cbcb345f127cde3273b8c27a5066f,0,0,0,0,0,
+20200530,WV,1974,93916,,33,,14,,8,,1290,B,5/30/2020 10:00,2020-05-30T10:00:00Z,05/30 06:00,75,,2020-05-30T10:00:00Z,54,23,2490,95890,95890,2513,95890,1,0,43579c7324e446ce8877b3f93ff6dc5acf9fd071,0,0,0,0,0,
+20200530,WY,898,23185,,13,85,,,,,658,C,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,16,85,2020-05-30T00:00:00Z,56,7,807,24083,24083,814,24083,1,1,0492c7595a8a6ba98776efa256397939c1db0f95,0,0,0,0,0,
+20200529,AK,430,49009,,14,,,,1,,367,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,10,,2020-05-29T00:00:00Z,02,5,1464,49439,49439,1469,49439,0,0,413bd67129b54e4425e66297a0cd0e1b0ca4d016,0,0,0,0,0,
+20200529,AL,16823,192060,,,1800,,577,,344,9355,B,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,605,1800,2020-05-29T00:00:00Z,01,513,7889,208883,208883,8402,208883,15,35,4365aa6fd354ef7277f896ecbe9ee6b5d692a3dc,0,0,0,0,0,
+20200529,AR,6538,113230,,104,667,,,27,119,4583,A,5/28/2020 19:50,2020-05-28T19:50:00Z,05/28 15:50,125,667,2020-05-28T19:50:00Z,05,0,866,119768,119768,866,119768,5,27,2e1443b9c69c964eac4300d845be8b8104673635,0,0,0,0,0,
+20200529,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,b7522a7b2935725670057a8664de3184102cea28,0,0,0,0,0,
+20200529,AZ,18465,191348,,931,2911,378,,238,,4551,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,885,2911,2020-05-29T00:00:00Z,04,702,6197,209813,209813,6899,209813,28,63,7ccc8870fa26066f8e5de4fd873156f3eacce25a,0,0,0,0,0,
+20200529,CA,103886,1731592,,4414,,1328,,,,,B,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,4068,,2020-05-29T00:00:00Z,06,2189,42730,1835478,1835478,44919,1835478,95,0,7c4a5bacc46e80ac7118cd395a7706127b251144,0,0,0,0,0,
+20200529,CO,25121,143838,,464,4254,,,,,3838,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,1421,4254,2020-05-29T00:00:00Z,08,354,5482,168959,168959,5836,168959,29,58,364da8dca4bfec5166d8568553ac979d7f5e92a3,0,0,0,0,0,
+20200529,CT,41762,199631,,577,12538,,,,,7127,B,5/28/2020 20:30,2020-05-28T20:30:00Z,05/28 16:30,3868,12538,2020-05-28T20:30:00Z,09,203,5665,241393,241393,5868,241393,42,0,a10bc3a83b3b88241fa0403d9ba7a208ae6963bb,0,0,0,0,0,
+20200529,DC,8538,35320,,338,,114,,65,,1089,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,460,,2020-05-28T00:00:00Z,11,46,298,43858,43858,344,43858,7,0,aebaa055114cb49b20b6c654f04ae8436af4700b,0,0,0,0,0,
+20200529,DE,9236,48297,,183,,,,,,5103,A,5/28/2020 18:00,2020-05-28T18:00:00Z,05/28 14:00,356,,2020-05-28T18:00:00Z,10,65,667,57533,57533,732,57533,11,0,d688895f0f1929e9b8f835727a986c3a86ae35a9,0,0,0,0,0,
+20200529,FL,54497,928742,1308,,10243,,,,,,A,5/29/2020 11:00,2020-05-29T11:00:00Z,05/29 07:00,2495,10243,2020-05-29T11:00:00Z,12,1212,30411,984547,983239,31623,983239,49,187,fcfe788a63ae2ad055bbba9c47b943c1b12e1735,0,0,0,0,0,
+20200529,GA,45670,404601,,889,7852,,1780,,,,A,5/29/2020 13:00,2020-05-29T13:00:00Z,05/29 09:00,1974,7852,2020-05-29T13:00:00Z,13,600,5025,450271,450271,5625,450271,12,85,8191b74b24e57e17efe0dd064806a88be20804b3,0,0,0,0,0,
+20200529,GU,172,5923,,,,,,,,144,C,5/29/2020 05:45,2020-05-29T05:45:00Z,05/29 01:45,5,,2020-05-29T05:45:00Z,66,0,133,6095,6095,133,6095,0,0,f7011c185536242d0d09c3be94912a7764476e1b,0,0,0,0,0,
+20200529,HI,647,52177,,,83,,,,,604,D,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,17,83,2020-05-28T00:00:00Z,15,3,982,52824,52824,985,52824,0,0,1434cae209fe0df7b5f87900fe233d2b5f8226e6,0,0,0,0,0,
+20200529,IA,18926,128394,,376,,117,,78,,10753,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,522,,2020-05-29T00:00:00Z,19,353,4034,147320,147320,4387,147320,18,0,c4035ff64792a25f2ee4e23399e04c9c29671812,0,0,0,0,0,
+20200529,ID,2769,41992,,,238,,96,,,2195,A,5/28/2020 19:00,2020-05-28T19:00:00Z,05/28 15:00,82,238,2020-05-28T19:00:00Z,16,38,848,44761,44761,886,44761,0,4,ea656310ccfaa0fca693f68eca0b4c98c1b3cfa2,0,0,0,0,0,
+20200529,IL,117455,734307,,3599,,980,,593,,,A,5/29/2020 00:59,2020-05-29T00:59:00Z,05/28 20:59,5270,,2020-05-29T00:59:00Z,17,1622,20174,851762,851762,21796,851762,84,0,273a5b1d3fcdf7d1cf67a0531c4ad8c62a74d3cd,0,0,0,0,0,
+20200529,IN,33558,215155,,1149,5285,412,1166,161,,,A+,5/28/2020 23:59,2020-05-28T23:59:00Z,05/28 19:59,2110,5285,2020-05-28T23:59:00Z,18,490,5936,248713,248713,6426,248713,42,0,08b0703507b5790baf980a4ea2469e28a0316d8c,0,0,0,0,0,
+20200529,KS,9719,85230,,,842,,284,,124,547,A,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,208,842,2020-05-29T10:00:00Z,20,382,10079,94949,94949,10461,94949,3,20,1cceb519f3b168417609c68e575818e605c610b2,0,0,0,0,0,
+20200529,KY,9184,212090,,494,2180,88,937,,,3181,A,5/28/2020 17:00,2020-05-28T17:00:00Z,05/28 13:00,409,2180,2020-05-28T17:00:00Z,21,107,39066,221274,221274,39173,221274,9,38,9db63ae20a85c1fb9269a18c26fefd4bb84de8af,0,0,0,0,0,
+20200529,LA,38802,316225,,714,,,,90,,28700,B,5/29/2020 13:00,2020-05-29T13:00:00Z,05/29 09:00,2766,,2020-05-29T13:00:00Z,22,0,0,355027,355027,0,355027,26,0,bcc9719128cc599aa3ef4ca3fc289ffce79f3dbf,0,0,0,0,0,
+20200529,MA,95512,476233,,1991,9725,485,,,,,A,5/29/2020 16:00,2020-05-29T16:00:00Z,05/29 12:00,6718,9725,2020-05-29T16:00:00Z,25,617,8805,571745,571745,9422,571745,78,107,538f76968bd3b773209eb425792c1d7dbb9c67e3,0,0,0,0,0,
+20200529,MD,50988,233530,,1296,8479,507,,,,3571,B,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,2466,8479,2020-05-29T10:00:00Z,24,1279,8381,284518,284518,9660,284518,38,87,0593a07c7ccf458858b798d3c69785bc986f7614,0,0,0,0,0,
+20200529,ME,2226,43480,,53,270,18,,12,,1458,B,5/28/2020 23:59,2020-05-28T23:59:00Z,05/28 19:59,85,270,2020-05-28T23:59:00Z,23,37,0,45706,45706,37,45706,1,6,36092df57e58640392364361ec6534c8d4fb46ce,0,0,0,0,0,
+20200529,MI,56621,464986,,774,,371,,250,,33168,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,5406,,2020-05-29T00:00:00Z,26,607,16542,521607,521607,17149,521607,34,0,782b570f97a3a92ce22ae9d1b6246e4f7d0af177,0,0,0,0,0,
+20200529,MN,23531,210342,,592,2936,259,938,,,16930,A,5/28/2020 17:00,2020-05-28T17:00:00Z,05/28 13:00,1006,2936,2020-05-28T17:00:00Z,27,584,8081,233873,233873,8665,233873,29,56,71955f3ceec620884571ee9d309ed21fb272782c,0,0,0,0,0,
+20200529,MO,12795,165055,,650,,,,85,,,B,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,738,,2020-05-29T00:00:00Z,29,122,6661,177850,177850,6783,177850,31,0,ad82b83443206b759d54498e22a3171b6e26f6b4,0,0,0,0,0,
+20200529,MP,22,5662,,,,,,,,13,D,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,2,,2020-05-29T00:00:00Z,69,0,261,5684,5684,261,5684,0,0,c37876d2b63a9b08d1b07b4793432dd66e7fede2,0,0,0,0,0,
+20200529,MS,14790,151518,,584,2208,121,,77,,9401,A,5/28/2020 19:00,2020-05-28T19:00:00Z,05/28 15:00,710,2208,2020-05-28T19:00:00Z,28,418,9393,166308,166308,9811,166308,17,61,ffb9f8fabeaa0f3710dc76510290a983ae7fa6cf,0,0,0,0,0,
+20200529,MT,493,38036,,2,67,,,,,448,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,17,67,2020-05-29T00:00:00Z,30,8,1728,38529,38529,1736,38529,0,1,b99ec5ccecd80aafcde47e04c775dc91d0de62c3,0,0,0,0,0,
+20200529,NC,26488,364743,,680,,,,,,14954,A,5/29/2020 10:55,2020-05-29T10:55:00Z,05/29 06:55,859,,2020-05-29T10:55:00Z,37,1076,14963,391231,391231,16039,391231,32,0,bc11158930945c6be36a1121122429328f5bfe64,0,0,0,0,0,
+20200529,ND,2520,66933,,36,164,,,,,1882,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,59,164,2020-05-29T00:00:00Z,38,39,1160,69453,69453,1199,69453,2,3,f952bbca1ea4ee6b754d0205e15e9ca896280ca2,0,0,0,0,0,
+20200529,NE,13261,81542,,,,,,,,,D,5/28/2020 19:45,2020-05-28T19:45:00Z,05/28 15:45,164,,2020-05-28T19:45:00Z,31,285,1538,94803,94803,1823,94803,1,0,c2e664147a68dad363a32620f010c6c9e2790118,0,0,0,0,0,
+20200529,NH,4386,62476,891,110,438,,120,,,2730,B,5/28/2020 09:00,2020-05-28T09:00:00Z,05/28 05:00,232,438,2020-05-28T09:00:00Z,33,100,1166,67753,66862,1266,66862,9,12,e60db569f6acbcd3563c3d57cf5322697fbf7c79,0,0,0,0,0,
+20200529,NJ,158844,557567,,2707,16960,720,,544,,26084,A+,5/29/2020 13:00,2020-05-29T13:00:00Z,05/29 09:00,11531,16960,2020-05-29T13:00:00Z,34,1029,29525,716411,716411,30554,716411,130,182,4a51aa2d3e1b86b704fda377eb852106862f39b4,0,0,0,0,0,
+20200529,NM,7364,176180,,196,1317,,,,,2684,C,5/28/2020 19:30,2020-05-28T19:30:00Z,05/28 15:30,335,1317,2020-05-28T19:30:00Z,35,112,3889,183544,183544,4001,183544,6,35,3ad8a79ffcf4541e021f76a0c8102bf8f6ab65d1,0,0,0,0,0,
+20200529,NV,8350,126066,,371,,92,,42,,428,A+,5/29/2020 12:30,2020-05-29T12:30:00Z,05/29 08:30,410,,2020-05-29T12:30:00Z,32,142,3084,134416,134416,3226,134416,4,0,b5e2c575cc987c5e83f7e0fa09c81f18a863494f,0,0,0,0,0,
+20200529,NY,368284,1575846,,3781,89194,1164,,889,,65289,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,23780,89194,2020-05-29T00:00:00Z,36,1551,65790,1944130,1944130,67341,1944130,58,152,b0e919eee040b251f92631b87a5bdefbccf1729b,0,0,0,0,0,
+20200529,OH,34566,335324,,833,5947,326,1533,222,,,B,5/29/2020 14:00,2020-05-29T14:00:00Z,05/29 10:00,2131,5947,2020-05-29T14:00:00Z,39,651,9227,369890,369890,9878,369890,33,136,79c35fe4e0fe416544eefca1d05a499a268a8718,0,0,0,0,0,
+20200529,OK,6338,181060,,160,982,68,,,,5340,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,329,982,2020-05-29T00:00:00Z,40,68,4924,187398,187398,4992,187398,3,7,f6fd5730bfa6ea1f7fdf8358bfabe6cdefdf9049,0,0,0,0,0,
+20200529,OR,4131,118550,,155,771,36,,21,,1981,A+,5/29/2020 03:01,2020-05-29T03:01:00Z,05/28 23:01,151,771,2020-05-29T03:01:00Z,41,45,2989,122681,122681,3034,122681,0,3,7a8504987e93ae0ec869b602ada81e953b357ca7,0,0,0,0,0,
+20200529,PA,71339,366970,,1445,,,,313,,46370,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,5464,,2020-05-29T00:00:00Z,42,1297,9166,438309,438309,10463,438309,91,0,2f2c8ae0a17c09c11bd71c66e9f3ca2d7e907a2f,0,0,0,0,0,
+20200529,PR,3647,,,101,,12,,5,,,B,5/29/2020 05:51,2020-05-29T05:51:00Z,05/29 01:51,132,,2020-05-29T05:51:00Z,72,161,0,3647,3647,161,3647,1,0,813f464c96556cb566229a3b344a4e32f228625b,0,0,0,0,0,
+20200529,RI,14635,131720,,219,1660,47,,33,,1206,A+,5/29/2020 12:00,2020-05-29T12:00:00Z,05/29 08:00,693,1660,2020-05-29T12:00:00Z,44,141,5849,146355,146355,5990,146355,16,21,fa26a71a9f3ce901059f324716746d0b0549e7a4,0,0,0,0,0,
+20200529,SC,11131,177126,,399,1634,,,,,6459,A,5/29/2020 15:30,2020-05-29T15:30:00Z,05/29 11:30,483,1634,2020-05-29T15:30:00Z,45,343,5665,188257,188257,6008,188257,13,16,4c1ede7f75776fb70e0e2a25d9a997b4f9263312,0,0,0,0,0,
+20200529,SD,4866,35816,,95,418,,,,,3744,B,5/28/2020 18:00,2020-05-28T18:00:00Z,05/28 14:00,59,418,2020-05-28T18:00:00Z,46,73,1583,40682,40682,1656,40682,5,12,96405303b24b79ef62b122d841004c39148e954c,0,0,0,0,0,
+20200529,TN,22085,399882,,,1710,,,,,14965,B,5/29/2020 15:00,2020-05-29T15:00:00Z,05/29 11:00,360,1710,2020-05-29T15:00:00Z,47,406,5572,421967,421967,5978,421967,4,21,c01d2638f5f383feddc9c49761e1460192981eee,0,0,0,0,0,
+20200529,TX,61006,832269,,1701,,,,,,40068,B,5/28/2020 16:30,2020-05-28T16:30:00Z,05/28 12:30,1626,,2020-05-28T16:30:00Z,48,1230,18827,893275,893275,20057,893275,25,0,ff58986d8a76b6237fe6c3396e50343e30dfa080,0,0,0,0,0,
+20200529,UT,9264,196591,,135,753,,237,,102,5813,B,5/29/2020 10:19,2020-05-29T10:19:00Z,05/29 06:19,107,753,2020-05-29T10:19:00Z,49,343,2005,205855,205855,2348,205855,1,19,866c5bd43563b428e9a8c63f842a9516f19699ee,0,0,0,0,0,
+20200529,VA,42533,255844,525,1524,7172,373,,193,,5648,A+,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,1358,7172,2020-05-29T17:00:00Z,51,1132,9964,298902,298377,11096,298377,20,198,a8d09ef3c4738e0d5f404926a335ecda720fbb5e,0,0,0,0,0,
+20200529,VI,69,1633,19,,,,,,,61,C,5/29/2020 16:58,2020-05-29T16:58:00Z,05/29 12:58,6,,2020-05-29T16:58:00Z,78,0,16,1721,1702,16,1702,0,0,5fd6d2f11293dc2406d2bf8c5fb8b8c2adb0dd92,0,0,0,0,0,
+20200529,VT,975,30910,,14,,,,,,859,B,5/29/2020 10:21,2020-05-29T10:21:00Z,05/29 06:21,55,,2020-05-29T10:21:00Z,50,1,732,31885,31885,733,31885,0,0,5f5269ecad37c0ec5067ac46c3c5f03aa807ca50,0,0,0,0,0,
+20200529,WA,20764,322327,,317,3413,,,85,,,B,5/29/2020 02:59,2020-05-29T02:59:00Z,05/28 22:59,1106,3413,2020-05-29T02:59:00Z,53,358,6932,343091,343091,7290,343091,11,19,36914560a1c8fad4c6186a589ecfbd0ec1716adf,0,0,0,0,0,
+20200529,WI,17707,233588,235,658,2499,145,567,,,10880,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,568,2499,2020-05-29T00:00:00Z,55,733,12869,251530,251295,13602,251295,18,47,d8ca560ac57984377d4ea1e02fa120651358e775,0,0,0,0,0,
+20200529,WV,1951,91426,,33,,14,,8,,1241,B,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,74,,2020-05-29T10:00:00Z,54,45,3017,93377,93377,3062,93377,0,0,46ca3c61707fefff7ebfa10d9d8bedf90ac31818,0,0,0,0,0,
+20200529,WY,891,22378,,13,84,,,,,634,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,15,84,2020-05-28T00:00:00Z,56,17,92,23269,23269,109,23269,0,2,c19a6f17186b849566d5836d65360061c43cde76,0,0,0,0,0,
+20200528,AK,425,47545,,10,,,,,,366,B,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,10,,2020-05-28T00:00:00Z,02,13,1594,47970,47970,1607,47970,0,0,393a1fe48de7e20a463471ef88e1eadf81dd81db,0,0,0,0,0,
+20200528,AL,16310,184171,,,1765,,566,,338,9355,B,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,590,1765,2020-05-28T00:00:00Z,01,467,4220,200481,200481,4687,200481,9,46,980185a41ec28edba516da1115fcfa360064026f,0,0,0,0,0,
+20200528,AR,6538,112364,,104,640,,,27,118,4583,A,5/27/2020 19:30,2020-05-27T19:30:00Z,05/27 15:30,120,640,2020-05-27T19:30:00Z,05,261,3045,118902,118902,3306,118902,0,13,5721f6162d2579788c0cd6d30364f40ae0f30ae0,0,0,0,0,0,
+20200528,AS,0,174,,,,,,,,,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,0,,2020-05-27T00:00:00Z,60,0,0,174,174,0,174,0,0,6214a9afa879f8217a08369b7b07c074379d4628,0,0,0,0,0,
+20200528,AZ,17763,185151,,945,2848,374,,222,,4452,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,857,2848,2020-05-28T00:00:00Z,04,501,6147,202914,202914,6648,202914,26,817,1b20ce94c4b18b6b128adf10d082a3e757bc2076,0,0,0,0,0,
+20200528,CA,101697,1688862,,4529,,1325,,,,,B,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,3973,,2020-05-28T00:00:00Z,06,2717,50948,1790559,1790559,53665,1790559,89,0,84300110176365d96ef73c556699fbea0580d6f6,0,0,0,0,0,
+20200528,CO,24767,138356,,464,4196,,,,,3783,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,1392,4196,2020-05-28T00:00:00Z,08,202,3501,163123,163123,3703,163123,40,36,19ee12d12537e9adada3a18a904eab9d8eff8c12,0,0,0,0,0,
+20200528,CT,41559,193966,,648,12538,,,,,7127,B,5/27/2020 20:30,2020-05-27T20:30:00Z,05/27 16:30,3826,12538,2020-05-27T20:30:00Z,09,256,9907,235525,235525,10163,235525,57,0,2f707b295091b8bf97cc4da808b45e9e029ec97e,0,0,0,0,0,
+20200528,DC,8492,35022,,343,,108,,65,,1082,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,453,,2020-05-27T00:00:00Z,11,86,731,43514,43514,817,43514,8,0,56e6a02b4c1e52bf855a69bb2dac9e0647f1ec03,0,0,0,0,0,
+20200528,DE,9171,47630,,192,,,,,,5010,A,5/27/2020 18:00,2020-05-27T18:00:00Z,05/27 14:00,345,,2020-05-27T18:00:00Z,10,75,1305,56801,56801,1380,56801,1,0,ec76f658f1cfcaafc9d7575c2b83516aa8d7e684,0,0,0,0,0,
+20200528,FL,53285,898331,1158,,10056,,,,,,A,5/28/2020 11:06,2020-05-28T11:06:00Z,05/28 07:06,2446,10056,2020-05-28T11:06:00Z,12,651,17394,952774,951616,18045,951616,46,157,ae35ddfc942fcab81d2bc8892cc677bf042994a0,0,0,0,0,0,
+20200528,GA,45070,399576,,903,7767,,1761,,,,A,5/28/2020 13:00,2020-05-28T13:00:00Z,05/28 09:00,1962,7767,2020-05-28T13:00:00Z,13,649,3241,444646,444646,3890,444646,55,101,936bb1548e39372c07397a004483890d6f38934b,0,0,0,0,0,
+20200528,GU,172,5790,,,,,,,,143,C,5/28/2020 07:45,2020-05-28T07:45:00Z,05/28 03:45,5,,2020-05-28T07:45:00Z,66,2,275,5962,5962,277,5962,0,0,1a0d8f483c237be55bbdcb93386ec731b840ec86,0,0,0,0,0,
+20200528,HI,644,51195,,,83,,,,,600,D,5/27/2020 18:00,2020-05-27T18:00:00Z,05/27 14:00,17,83,2020-05-27T18:00:00Z,15,1,636,51839,51839,637,51839,0,0,48718a5970423756af11cd41b7c4ea7b9e811f81,0,0,0,0,0,
+20200528,IA,18573,124360,,383,,112,,67,,10359,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,504,,2020-05-28T00:00:00Z,19,213,3194,142933,142933,3407,142933,13,0,c9f1b27bf8bcddac7e3a014d46033ae601eace9c,0,0,0,0,0,
+20200528,ID,2731,41144,,,234,,95,,,2185,A,5/27/2020 19:00,2020-05-27T19:00:00Z,05/27 15:00,82,234,2020-05-27T19:00:00Z,16,32,826,43875,43875,858,43875,1,3,2abc858fd89f6e63bce5877b1a0ab40ba7b3d04c,0,0,0,0,0,
+20200528,IL,115833,714133,,3649,,1009,,576,,,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,5186,,2020-05-28T00:00:00Z,17,1527,24466,829966,829966,25993,829966,103,0,8dddd0b7b0a83c39854e161be38f5fd2a082e89e,0,0,0,0,0,
+20200528,IN,33068,209219,,1131,5285,411,1166,178,,,A+,5/27/2020 23:59,2020-05-27T23:59:00Z,05/27 19:59,2068,5285,2020-05-27T23:59:00Z,18,631,6323,242287,242287,6954,242287,38,0,253768ca44eef1c78f2a0a7ef3af4491403bad89,0,0,0,0,0,
+20200528,KS,9337,75151,,,822,,275,,122,534,A,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,205,822,2020-05-27T10:00:00Z,20,0,0,84488,84488,0,84488,0,0,249c2617cb964189b880d47d24e0e18e476e2c62,0,0,0,0,0,
+20200528,KY,9077,173024,,512,2142,82,899,,,3124,A,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,400,2142,2020-05-27T17:00:00Z,21,0,0,182101,182101,0,182101,0,6,e53853e807d1d0869666c781bcef3683ca642e58,0,0,0,0,0,
+20200528,LA,38802,316225,,761,,,,100,,28700,B,5/28/2020 13:00,2020-05-28T13:00:00Z,05/28 09:00,2740,,2020-05-28T13:00:00Z,22,305,7075,355027,355027,7380,355027,18,0,039e103d923530dd20773d285eb6080a0eeebd93,0,0,0,0,0,
+20200528,MA,94895,467428,,2112,9618,529,,,,,A,5/28/2020 10:00,2020-05-28T10:00:00Z,05/28 06:00,6640,9618,2020-05-28T10:00:00Z,25,675,9504,562323,562323,10179,562323,93,126,f6e8da7e1a79dba9f98105967a4ff47822b97a52,0,0,0,0,0,
+20200528,MD,49709,225149,,1334,8392,511,,,,3468,B,5/28/2020 10:00,2020-05-28T10:00:00Z,05/28 06:00,2428,8392,2020-05-28T10:00:00Z,24,1286,11517,274858,274858,12803,274858,36,111,2064d3ff7172b9417a4177a8b617c35b9884e2ef,0,0,0,0,0,
+20200528,ME,2189,43480,,58,264,22,,14,,1402,B,5/27/2020 23:59,2020-05-27T23:59:00Z,05/27 19:59,84,264,2020-05-27T23:59:00Z,23,52,0,45669,45669,52,45669,3,4,cb3b3c8e756a802bae9a55f55aa3bc1ac59d6cf1,0,0,0,0,0,
+20200528,MI,56014,448444,,860,,405,,251,,33168,A+,5/28/2020 11:00,2020-05-28T11:00:00Z,05/28 07:00,5372,,2020-05-28T11:00:00Z,26,406,9800,504458,504458,10206,504458,38,0,387a9b53b1d5b5e628dd3eadc84655dfde081df7,0,0,0,0,0,
+20200528,MN,22947,202261,,606,2880,242,924,,,16655,A,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,977,2880,2020-05-27T17:00:00Z,27,483,8193,225208,225208,8676,225208,35,84,7528dd46f66086f3fc75035afb0d5fc7fc8a2b5e,0,0,0,0,0,
+20200528,MO,12673,158394,,648,,,,88,,,B,5/28/2020 15:00,2020-05-28T15:00:00Z,05/28 11:00,707,,2020-05-28T15:00:00Z,29,181,5365,171067,171067,5546,171067,11,0,318d5b83a0be6ea6f242d19298e8044a985ae09b,0,0,0,0,0,
+20200528,MP,22,5401,,,,,,,,13,D,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,2,,2020-05-28T00:00:00Z,69,0,223,5423,5423,223,5423,0,0,0d9d159dc93a890b7b9d0c729816120e71999dab,0,0,0,0,0,
+20200528,MS,14372,142125,,594,2147,148,,78,,9401,A,5/27/2020 19:00,2020-05-27T19:00:00Z,05/27 15:00,693,2147,2020-05-27T19:00:00Z,28,328,8037,156497,156497,8365,156497,23,41,bb8f3c3f2e60bde60a510d328ceac2300ce88d57,0,0,0,0,0,
+20200528,MT,485,36308,,1,66,,,,,445,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,17,66,2020-05-28T00:00:00Z,30,4,1146,36793,36793,1150,36793,0,0,e1c7e9e11362405700b94fb5c6809ef6d43b96b5,0,0,0,0,0,
+20200528,NC,25412,349780,,708,,,,,,14954,A,5/28/2020 10:30,2020-05-28T10:30:00Z,05/28 06:30,827,,2020-05-28T10:30:00Z,37,784,10252,375192,375192,11036,375192,33,0,22f57ebd302e07a5e38c638e80b3d198d82beb8d,0,0,0,0,0,
+20200528,ND,2481,65773,,35,161,,,,,1793,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,57,161,2020-05-28T00:00:00Z,38,42,872,68254,68254,914,68254,1,0,1d8953858a30ffbcd2eb01c2f7e4a10c88513597,0,0,0,0,0,
+20200528,NE,12976,80004,,,,,,,,,D,5/26/2020 19:45,2020-05-26T19:45:00Z,05/26 15:45,163,,2020-05-26T19:45:00Z,31,357,2202,92980,92980,2559,92980,10,0,7c67df6e1f4b5528ad2a8d3d1330c9ce667f6a1d,0,0,0,0,0,
+20200528,NH,4286,61310,,105,426,,120,,,2691,B,5/27/2020 09:00,2020-05-27T09:00:00Z,05/27 05:00,223,426,2020-05-27T09:00:00Z,33,55,1309,65596,65596,1364,65596,9,5,44f85cc0577cf9d67dd90ecb2fa0a335228d159b,0,0,0,0,0,
+20200528,NJ,157815,528042,,2797,16778,740,,564,,25804,A+,5/28/2020 13:00,2020-05-28T13:00:00Z,05/28 09:00,11401,16778,2020-05-28T13:00:00Z,34,1187,24345,685857,685857,25532,685857,62,181,38d67494883ebb7fa7c2344fa731b290b8b28ef4,0,0,0,0,0,
+20200528,NM,7252,172291,,210,1282,,,,,2638,C,5/27/2020 18:19,2020-05-27T18:19:00Z,05/27 14:19,329,1282,2020-05-27T18:19:00Z,35,122,-1225,179543,179543,-1103,179543,4,0,9e4e177bb022f680d04d4544fc2deb1c17c7bc91,0,0,0,0,0,
+20200528,NV,8208,122982,,439,,123,,55,,406,A+,5/28/2020 12:30,2020-05-28T12:30:00Z,05/28 08:30,406,,2020-05-28T12:30:00Z,32,95,2536,131190,131190,2631,131190,10,0,8e57da06353a27ab45f6686dfdce4fa778709e38,0,0,0,0,0,
+20200528,NY,366733,1510056,,4010,89042,1219,,931,,64954,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,23722,89042,2020-05-28T00:00:00Z,36,1768,63477,1876789,1876789,65245,1876789,79,176,2b3f881001fcdbe5b745846ecfc18f01e10b40ec,0,0,0,0,0,
+20200528,OH,33915,326097,,812,5811,285,1516,190,,,B,5/28/2020 14:00,2020-05-28T14:00:00Z,05/28 10:00,2098,5811,2020-05-28T14:00:00Z,39,476,9811,360012,360012,10287,360012,54,111,e7d7dfcfeabf1ac3e6c381577099b2f3b5d2f5df,0,0,0,0,0,
+20200528,OK,6270,176136,,181,975,80,,,,5236,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,326,975,2020-05-28T00:00:00Z,40,41,3727,182406,182406,3768,182406,4,34,bc05fd2a1cbb7af48bc78d12a56dd68b98e02a72,0,0,0,0,0,
+20200528,OR,4086,115561,,149,768,32,,17,,1981,A+,5/28/2020 03:01,2020-05-28T03:01:00Z,05/27 23:01,151,768,2020-05-28T03:01:00Z,41,48,2607,119647,119647,2655,119647,3,9,f1d1d947ed7f4e11c115caec0584b2272b689dc0,0,0,0,0,0,
+20200528,PA,70042,357804,,1476,,,,321,,44826,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,5373,,2020-05-28T00:00:00Z,42,625,7814,427846,427846,8439,427846,108,0,01439cf6287374e852f5b006c7941b4c81cc6563,0,0,0,0,0,
+20200528,PR,3486,,,120,,12,,5,,,B,5/28/2020 06:30,2020-05-28T06:30:00Z,05/28 02:30,131,,2020-05-28T06:30:00Z,72,89,0,3486,3486,89,3486,2,0,297fca063b9554318020b8017379c724880e7427,0,0,0,0,0,
+20200528,RI,14494,125871,,222,1639,53,,36,,1186,A+,5/28/2020 12:00,2020-05-28T12:00:00Z,05/28 08:00,677,1639,2020-05-28T12:00:00Z,44,141,1841,140365,140365,1982,140365,22,15,c8b49ec7609a7437437e8953ed8d53499d30d7c1,0,0,0,0,0,
+20200528,SC,10788,171461,,397,1618,,,,,6102,A,5/27/2020 16:00,2020-05-27T16:00:00Z,05/27 12:00,470,1618,2020-05-27T16:00:00Z,45,165,6401,182249,182249,6566,182249,4,0,879313c06b1f740e0d493573f35738f1c9b139b4,0,0,0,0,0,
+20200528,SD,4793,34233,,105,406,,,,,3698,B,5/27/2020 18:00,2020-05-27T18:00:00Z,05/27 14:00,54,406,2020-05-27T18:00:00Z,46,83,937,39026,39026,1020,39026,0,15,1727aeff6b16b64194b695a0a61de00387f1e354,0,0,0,0,0,
+20200528,TN,21679,394310,,,1689,,,,,14632,B,5/28/2020 15:00,2020-05-28T15:00:00Z,05/28 11:00,356,1689,2020-05-28T15:00:00Z,47,373,5986,415989,415989,6359,415989,3,42,65858872e83bc1c2de2fd8f5f09038aa0bfc28a6,0,0,0,0,0,
+20200528,TX,59776,813442,,1692,,,,,,38905,B,5/28/2020 16:30,2020-05-28T16:30:00Z,05/28 12:30,1601,,2020-05-28T16:30:00Z,48,1855,15689,873218,873218,17544,873218,39,0,7829462ccf7288d38924b59d56b7b36bf11497d9,0,0,0,0,0,
+20200528,UT,8921,194586,,169,734,,231,,98,5623,B,5/28/2020 10:04,2020-05-28T10:04:00Z,05/28 06:04,106,734,2020-05-28T10:04:00Z,49,215,2666,203507,203507,2881,203507,1,18,9ada049ddd9d14f0e8d2c539c7048354f98a21b2,0,0,0,0,0,
+20200528,VA,41401,245880,476,1502,6974,416,,195,,5472,A+,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,1338,6974,2020-05-27T17:00:00Z,51,1152,9082,287757,287281,10234,287281,57,148,b8c8d2a5f1260bba0042e65ded8e2cd47205ce6b,0,0,0,0,0,
+20200528,VI,69,1617,22,,,,,,,61,C,5/28/2020 08:14,2020-05-28T08:14:00Z,05/28 04:14,6,,2020-05-28T08:14:00Z,78,0,175,1708,1686,175,1686,0,0,610a1d8f58f04c043e21960ef5b3b5c2b1cbe6a3,0,0,0,0,0,
+20200528,VT,974,30178,,17,,,,,,855,B,5/27/2020 05:00,2020-05-27T05:00:00Z,05/27 01:00,55,,2020-05-27T05:00:00Z,50,3,150,31152,31152,153,31152,1,0,e4ee43c4dade81228c0d300292eef5b41594671c,0,0,0,0,0,
+20200528,WA,20406,315395,,325,3394,,,94,,,B,5/27/2020 02:59,2020-05-27T02:59:00Z,05/26 22:59,1095,3394,2020-05-27T02:59:00Z,53,225,2785,335801,335801,3010,335801,17,56,203ae0fda7211a70ef9a9eeee11b8f3cfeafbdd6,0,0,0,0,0,
+20200528,WI,16974,220719,250,659,2452,138,556,,,10384,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,550,2452,2020-05-28T00:00:00Z,55,512,10114,237943,237693,10626,237693,11,41,6f9194a7dc0bdcb6bcc38fbb98ec8f68a98fc61d,0,0,0,0,0,
+20200528,WV,1906,88409,,35,,13,,6,,1211,B,5/28/2020 10:00,2020-05-28T10:00:00Z,05/28 06:00,74,,2020-05-28T10:00:00Z,54,39,1815,90315,90315,1854,90315,0,0,9033b441086b6fc343a63a1192e4f05650bde7a4,0,0,0,0,0,
+20200528,WY,874,22286,,15,82,,,,,624,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,15,82,2020-05-28T00:00:00Z,56,24,1634,23160,23160,1658,23160,2,0,a11be120392e04be5d9f512fd62c58bc0f915f73,0,0,0,0,0,
+20200527,AK,412,45951,,14,,,,,,364,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,10,,2020-05-27T00:00:00Z,02,1,1398,46363,46363,1399,46363,0,0,75e5b1526c21bb2eab294a94d7e8e92a58c69440,0,0,0,0,0,
+20200527,AL,15843,179951,,,1719,,560,,334,7951,B,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,581,1719,2020-05-27T00:00:00Z,01,447,1588,195794,195794,2035,195794,6,48,cc4f5c9848f55631facfe80b7da64a7a4a42fb4d,0,0,0,0,0,
+20200527,AR,6277,109319,,108,627,,,22,116,4424,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,120,627,2020-05-27T00:00:00Z,05,97,3726,115596,115596,3823,115596,1,10,7e29a0cc2011c7d776dfbb3afd6888a0a47815bf,0,0,0,0,0,
+20200527,AS,0,174,,,,,,,,,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,0,,2020-05-27T00:00:00Z,60,0,50,174,174,50,174,0,0,19ef4c5b2b06858f0035913be823b2daa42d6310,0,0,0,0,0,
+20200527,AZ,17262,179004,,911,2031,375,,237,,4361,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,831,2031,2020-05-27T00:00:00Z,04,479,5056,196266,196266,5535,196266,24,43,4ba558aa1860d0745c6fcfcf0e94315a91a6bc6c,0,0,0,0,0,
+20200527,CA,98980,1637914,,4544,,1407,,,,,B,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,3884,,2020-05-27T00:00:00Z,06,2247,38251,1736894,1736894,40498,1736894,70,0,05bc8f9c7d2b67cb0fd34a276ecf5bdc23a1923f,0,0,0,0,0,
+20200527,CO,24565,134855,,484,4160,,,,,3741,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,1352,4160,2020-05-26T00:00:00Z,08,296,3113,159420,159420,3409,159420,19,32,ff85c9131da5b6a114c573f2e5b487db0ab64897,0,0,0,0,0,
+20200527,CT,41303,184059,,694,12538,,,,,7127,B,5/25/2020 20:30,2020-05-25T20:30:00Z,05/25 16:30,3769,12538,2020-05-25T20:30:00Z,09,0,0,225362,225362,0,225362,0,0,437a630b1cbb1bd67c45b263aa4d38ef04756fd2,0,0,0,0,0,
+20200527,DC,8406,34291,,349,,113,,76,,1082,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,445,,2020-05-26T00:00:00Z,11,72,570,42697,42697,642,42697,5,0,e28a6975cf76e4d69d7c3624237b46eb4012e992,0,0,0,0,0,
+20200527,DE,9096,46325,,196,,,,,,4909,A,5/26/2020 18:00,2020-05-26T18:00:00Z,05/26 14:00,344,,2020-05-26T18:00:00Z,10,30,477,55421,55421,507,55421,9,0,bb53ec8572b75f69256d565a6ecc0f9a9fbc3278,0,0,0,0,0,
+20200527,FL,52634,880937,955,,9899,,,,,,A,5/27/2020 10:13,2020-05-27T10:13:00Z,05/27 06:13,2400,9899,2020-05-27T10:13:00Z,12,379,9968,934526,933571,10347,933571,62,159,b37ad05d17f398ccb8743bc9357dcef6ef736f26,0,0,0,0,0,
+20200527,GA,44421,396335,,907,7666,,1735,,,,A,5/27/2020 13:24,2020-05-27T13:24:00Z,05/27 09:24,1907,7666,2020-05-27T13:24:00Z,13,691,-74880,440756,440756,-74189,440756,36,119,6525e5f60db78d54d54fb627d40e92aba899a046,0,0,0,0,0,
+20200527,GU,170,5515,,1,,,,,,143,C,5/27/2020 08:15,2020-05-27T08:15:00Z,05/27 04:15,5,,2020-05-27T08:15:00Z,66,1,0,5685,5685,1,5685,0,0,5cf468044c41f54141b9376f015f347cf7cbc9fc,0,0,0,0,0,
+20200527,HI,643,50559,,,83,,,,,593,D,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,17,83,2020-05-26T00:00:00Z,15,0,831,51202,51202,831,51202,0,-1,56ddcbfd36c775b5b183613bee8b28b0729963e9,0,0,0,0,0,
+20200527,IA,18360,121166,,393,,109,,66,,10016,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,491,,2020-05-27T00:00:00Z,19,657,3865,139526,139526,4522,139526,13,0,3a487e06ee1a2d283f90af63070a1d9f8d0b3aad,0,0,0,0,0,
+20200527,ID,2699,40318,,,231,,95,,,2100,A,5/26/2020 19:00,2020-05-26T19:00:00Z,05/26 15:00,81,231,2020-05-26T19:00:00Z,16,73,1538,43017,43017,1611,43017,2,6,f7c6aa92ca20d1c32e96e88a1489fed6391b313c,0,0,0,0,0,
+20200527,IL,114306,689667,,3826,,1031,,592,,,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,5083,,2020-05-27T00:00:00Z,17,1111,16068,803973,803973,17179,803973,160,0,2eeda91c892e9425fabfc357a7e9f63d0a6901f6,0,0,0,0,0,
+20200527,IN,32437,202896,,1122,5285,400,1166,182,,,A+,5/26/2020 23:59,2020-05-26T23:59:00Z,05/26 19:59,2030,5285,2020-05-26T23:59:00Z,18,359,4225,235333,235333,4584,235333,26,0,13e4f8dacf49ab7435aa56faf165463faf2418b1,0,0,0,0,0,
+20200527,KS,9337,75151,,,822,,275,,122,534,A,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,205,822,2020-05-27T10:00:00Z,20,119,2970,84488,84488,3089,84488,17,22,ff5fb070dab20a8a146e1e4e0b60e6c095b0764b,0,0,0,0,0,
+20200527,KY,9077,173024,,489,2136,78,897,,,3124,A,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,400,2136,2020-05-27T17:00:00Z,21,506,11739,182101,182101,12245,182101,9,5,be8b05f9dc2a4aac10cedc0d438a24cfdf1417de,0,0,0,0,0,
+20200527,LA,38497,309150,,798,,,,100,,28700,B,5/27/2020 13:00,2020-05-27T13:00:00Z,05/27 09:00,2722,,2020-05-27T13:00:00Z,22,443,6178,347647,347647,6621,347647,21,0,6205b8dd79c7a80d929d251e906928488d2f369e,0,0,0,0,0,
+20200527,MA,94220,457924,,2106,9492,556,,,,,A,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,6547,9492,2020-05-27T10:00:00Z,25,527,6136,552144,552144,6663,552144,74,104,1691c3c2781d9e7f01625c5dd9295a29efbfc9ee,0,0,0,0,0,
+20200527,MD,48423,213632,,1338,8281,520,,,,3401,B,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,2392,8281,2020-05-27T10:00:00Z,24,736,6832,262055,262055,7568,262055,59,102,624b7ba94c332cb22c949ab320eb97d2cd7e38e7,0,0,0,0,0,
+20200527,ME,2137,43480,,59,260,25,,14,,1357,B,5/26/2020 23:59,2020-05-26T23:59:00Z,05/26 19:59,81,260,2020-05-26T23:59:00Z,23,28,8030,45617,45617,8058,45617,2,2,bad55af30ddf100ba1165e9351d3808fb79b922e,0,0,0,0,0,
+20200527,MI,55608,438644,,882,,388,,272,,33168,A+,5/27/2020 11:00,2020-05-27T11:00:00Z,05/27 07:00,5334,,2020-05-27T11:00:00Z,26,504,9469,494252,494252,9973,494252,68,0,dff7015cc251cbd81d8f783c2ea9acc559a0153f,0,0,0,0,0,
+20200527,MN,22464,194068,,598,2796,260,902,,,16314,A,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,942,2796,2020-05-26T17:00:00Z,27,504,6130,216532,216532,6634,216532,34,87,3c2e2c99c1969622b414ca5d7c57a1f1a7c1be70,0,0,0,0,0,
+20200527,MO,12492,153029,,644,,,,84,,,B,5/27/2020 15:00,2020-05-27T15:00:00Z,05/27 11:00,696,,2020-05-27T15:00:00Z,29,201,5022,165521,165521,5223,165521,10,0,4821c499d9cdcc789e192304bdc26c7a1697d6ea,0,0,0,0,0,
+20200527,MP,22,5178,,,,,,,,13,D,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,2,,2020-05-27T00:00:00Z,69,0,260,5200,5200,260,5200,0,0,6f4dca818b6ea307b840f2377dba6dc9133d4746,0,0,0,0,0,
+20200527,MS,14044,134088,,547,2106,127,,73,,9401,A,5/26/2020 19:00,2020-05-26T19:00:00Z,05/26 15:00,670,2106,2020-05-26T19:00:00Z,28,313,0,148132,148132,313,148132,18,36,4e1207f057348a719a741228101ac92229540d46,0,0,0,0,0,
+20200527,MT,481,35162,,2,66,,,,,444,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,17,66,2020-05-27T00:00:00Z,30,2,1807,35643,35643,1809,35643,0,1,5658b0203c587cae9b786b7a398b4743f9074727,0,0,0,0,0,
+20200527,NC,24628,339528,,702,,,,,,14954,A,5/27/2020 11:00,2020-05-27T11:00:00Z,05/27 07:00,794,,2020-05-27T11:00:00Z,37,488,11337,364156,364156,11825,364156,28,0,c0f470b5ad6894843d9d09e29706d75f687d6fc8,0,0,0,0,0,
+20200527,ND,2439,64901,,40,161,,,,,1762,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,56,161,2020-05-27T00:00:00Z,38,17,469,67340,67340,486,67340,2,5,1c776dfcf576a09b18004eb0a3539f22f97d9da2,0,0,0,0,0,
+20200527,NE,12619,77802,,,,,,,,,D,5/26/2020 19:00,2020-05-26T19:00:00Z,05/26 15:00,153,,2020-05-26T19:00:00Z,31,264,2115,90421,90421,2379,90421,3,0,21bb3daa63d0ee9cd9ed30ba5664b709f99f1275,0,0,0,0,0,
+20200527,NH,4231,60001,1370,91,421,,120,,,2550,B,5/26/2020 09:00,2020-05-26T09:00:00Z,05/26 05:00,214,421,2020-05-26T09:00:00Z,33,34,1159,65602,64232,1193,64232,4,1,ada8e50a09346d652d61c00f2f29098484327cbc,0,0,0,0,0,
+20200527,NJ,156628,503697,,2761,16597,768,,583,,25552,A+,5/27/2020 13:00,2020-05-27T13:00:00Z,05/27 09:00,11339,16597,2020-05-27T13:00:00Z,34,864,23569,660325,660325,24433,660325,148,224,abf3d8a02965d6deceeec46932de4b4bf4b3e1e8,0,0,0,0,0,
+20200527,NM,7130,173516,,211,1282,,,,,2564,C,5/27/2020 00:32,2020-05-27T00:32:00Z,05/26 20:32,325,1282,2020-05-27T00:32:00Z,35,104,3181,180646,180646,3285,180646,5,18,6789ce8b8764a856405e2a3f3145e6a65ffc96ff,0,0,0,0,0,
+20200527,NV,8113,120446,,435,,108,,48,,401,A+,5/27/2020 11:00,2020-05-27T11:00:00Z,05/27 07:00,396,,2020-05-27T11:00:00Z,32,116,5076,128559,128559,5192,128559,0,0,7ff6d79091d849dea12d20d0464c4cb26efc057f,0,0,0,0,0,
+20200527,NY,364965,1446579,,4208,88866,1261,,988,,64632,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,23643,88866,2020-05-27T00:00:00Z,36,1129,36287,1811544,1811544,37416,1811544,79,180,3205961c37fd37f91110fbbf6b9bbd1c5df627d7,0,0,0,0,0,
+20200527,OH,33439,316286,,885,5700,313,1492,217,,,B,5/27/2020 14:00,2020-05-27T14:00:00Z,05/27 10:00,2044,5700,2020-05-27T14:00:00Z,39,433,9892,349725,349725,10325,349725,42,121,80f167e6662d5b2596fa8b2600ad127306093e07,0,0,0,0,0,
+20200527,OK,6229,172409,,156,941,74,,,,5135,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,322,941,2020-05-27T00:00:00Z,40,92,18605,178638,178638,18697,178638,4,0,e57607ed86eecf63556141212f0595e979ebb6d9,0,0,0,0,0,
+20200527,OR,4038,112954,,146,759,35,,16,,1795,A+,5/27/2020 03:01,2020-05-27T03:01:00Z,05/26 23:01,148,759,2020-05-27T03:01:00Z,41,71,1383,116992,116992,1454,116992,0,7,3e7ab63d62ec3602f6663e21c700f7e0c70ea4da,0,0,0,0,0,
+20200527,PA,69417,349990,,1493,,,,351,,43038,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,5265,,2020-05-27T00:00:00Z,42,780,10155,419407,419407,10935,419407,113,0,a659295bd803c528ffa9a03a3cc466a176e956b2,0,0,0,0,0,
+20200527,PR,3397,,,105,,8,,4,,,B,5/27/2020 06:30,2020-05-27T06:30:00Z,05/27 02:30,129,,2020-05-27T06:30:00Z,72,73,0,3397,3397,73,3397,0,0,41cca0682c16aee183d9fff46fcee60465dbbea8,0,0,0,0,0,
+20200527,RI,14353,124030,,218,1624,49,,35,,1175,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,655,1624,2020-05-27T00:00:00Z,44,143,2877,138383,138383,3020,138383,21,11,ba911edfe6333ede85a419e5e912655ba1e37de0,0,0,0,0,0,
+20200527,SC,10623,165060,,398,1618,,,,,6102,A,5/26/2020 16:02,2020-05-26T16:02:00Z,05/26 12:02,466,1618,2020-05-26T16:02:00Z,45,207,2742,175683,175683,2949,175683,20,0,c7969a834303b0174b25e3ca3946695f092d7ba9,0,0,0,0,0,
+20200527,SD,4710,33296,,101,391,,,,,3619,B,5/26/2020 18:00,2020-05-26T18:00:00Z,05/26 14:00,54,391,2020-05-26T18:00:00Z,46,57,911,38006,38006,968,38006,4,13,69cd78bc42a377b324e1e159b2769239a3f8f1ef,0,0,0,0,0,
+20200527,TN,21306,388324,,,1647,,,,,13916,B,5/27/2020 15:00,2020-05-27T15:00:00Z,05/27 11:00,353,1647,2020-05-27T15:00:00Z,47,341,5785,409630,409630,6126,409630,10,38,11954825b2d3a41b2f5d07ed0adc208f1288e127,0,0,0,0,0,
+20200527,TX,57921,797753,,1645,,,,,,37626,B,5/27/2020 16:40,2020-05-27T16:40:00Z,05/27 12:40,1562,,2020-05-27T16:40:00Z,48,1361,33080,855674,855674,34441,855674,26,0,354050413ce0d0e0ce505915e8fbcb5334ebaf77,0,0,0,0,0,
+20200527,UT,8706,191920,,127,716,,223,,94,5499,B,5/27/2020 11:04,2020-05-27T11:04:00Z,05/27 07:04,105,716,2020-05-27T11:04:00Z,49,86,1948,200626,200626,2034,200626,4,20,2318967593ee9e5457e2a39ba0308b5842cd3816,0,0,0,0,0,
+20200527,VA,40249,236798,444,1459,6826,390,,203,,5367,A+,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,1281,6826,2020-05-26T17:00:00Z,51,907,8959,277491,277047,9866,277047,45,196,a79651c0bb86e845574e2cdd64ef4686d3f476a5,0,0,0,0,0,
+20200527,VI,69,1442,28,,,,,,,61,C,5/26/2020 11:12,2020-05-26T11:12:00Z,05/26 07:12,6,,2020-05-26T11:12:00Z,78,0,17,1539,1511,17,1511,0,0,f72f295c50d49206c599463617420ca533322dee,0,0,0,0,0,
+20200527,VT,971,30028,,21,,,,,,849,B,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,54,,2020-05-27T00:00:00Z,50,4,572,30999,30999,576,30999,0,0,adaf69905da9a26329f196d18465e6ffb2d3a879,0,0,0,0,0,
+20200527,WA,20181,312610,,241,3338,,,53,,,B,5/26/2020 02:59,2020-05-26T02:59:00Z,05/25 22:59,1078,3338,2020-05-26T02:59:00Z,53,116,2077,332791,332791,2193,332791,8,48,6585dea47e233e954e608ce2eddfbf093f2f18ca,0,0,0,0,0,
+20200527,WI,16462,210605,335,748,2411,139,550,,,9846,A+,5/27/2020 16:00,2020-05-27T16:00:00Z,05/27 12:00,539,2411,2020-05-27T16:00:00Z,55,599,9731,227402,227067,10330,227067,22,49,814145a707b110c4d2879a8d3a0b9a08bf2db54c,0,0,0,0,0,
+20200527,WV,1867,86594,,36,,13,,6,,1191,B,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,74,,2020-05-27T10:00:00Z,54,13,637,88461,88461,650,88461,0,0,340547e27cabaf5c8ce3fdce1623757b63410eb6,0,0,0,0,0,
+20200527,WY,850,20652,,12,82,,,,,607,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,13,82,2020-05-27T00:00:00Z,56,0,0,21502,21502,0,21502,0,0,f2b46d4391a5cc33c1878624d14c7fe7585f61f3,0,0,0,0,0,
+20200526,AK,411,44553,,12,,,,,,362,C,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,10,,2020-05-26T00:00:00Z,02,2,490,44964,44964,492,44964,0,0,796398d1704b4ec2a8db3a20470a1c733bafe3bb,0,0,0,0,0,
+20200526,AL,15396,178363,,,1671,,551,,327,7951,B,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,575,1671,2020-05-26T00:00:00Z,01,666,2778,193759,193759,3444,193759,13,42,2f9c648b2477a995521ece5c84a84718ea40c5c1,0,0,0,0,0,
+20200526,AR,6180,105593,,107,617,,,18,114,4332,A,5/26/2020 15:29,2020-05-26T15:29:00Z,05/26 11:29,119,617,2020-05-26T15:29:00Z,05,151,0,111773,111773,151,111773,2,12,1ff4d7cd26d7b3ce1d0509e809a666e0f87b234f,0,0,0,0,0,
+20200526,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,5978192e47ad92629cf16d83b52d011fd4ef5b29,0,0,0,0,0,
+20200526,AZ,16783,173948,,818,1988,336,,208,,4297,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,807,1988,2020-05-25T00:00:00Z,04,222,2727,190731,190731,2949,190731,1,27,537df0612f5c19c862a7646b5c8503c18b6e3e38,0,0,0,0,0,
+20200526,CA,96733,1599663,,4404,,1392,,,,,B,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,3814,,2020-05-26T00:00:00Z,06,2175,50119,1696396,1696396,52294,1696396,19,0,88fb271178bc709c4090452fbeef38f70c6d9c9e,0,0,0,0,0,
+20200526,CO,24269,131742,,507,4128,,,,,3702,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,1333,4128,2020-05-26T00:00:00Z,08,95,5608,156011,156011,5703,156011,1,9,3de460f6e02abce752fb32d06edaacfca0e25abf,0,0,0,0,0,
+20200526,CT,41303,184059,,694,12538,,,,,7127,B,5/25/2020 20:30,2020-05-25T20:30:00Z,05/25 16:30,3769,12538,2020-05-25T20:30:00Z,09,430,3206,225362,225362,3636,225362,27,0,164064acbc6bb532d83b24b301f1eebc5084b3af,0,0,0,0,0,
+20200526,DC,8334,33721,,353,,113,,76,,1080,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,440,,2020-05-25T00:00:00Z,11,109,1143,42055,42055,1252,42055,0,0,72ed302548a66cfeab81cb36b7bbddcb6022506a,0,0,0,0,0,
+20200526,DE,9066,45848,,201,,,,,,4802,B,5/25/2020 18:00,2020-05-25T18:00:00Z,05/25 14:00,335,,2020-05-25T18:00:00Z,10,101,917,54914,54914,1018,54914,3,0,7712d1970cfea59cb968f897f927ea0f20e0a1ea,0,0,0,0,0,
+20200526,FL,52255,870969,901,,9740,,,,,,A,5/26/2020 11:01,2020-05-26T11:01:00Z,05/26 07:01,2338,9740,2020-05-26T11:01:00Z,12,509,14480,924125,923224,14989,923224,7,59,42da95596bf3fe19c70b37b617fc41e339cf635d,0,0,0,0,0,
+20200526,GA,43730,471215,,854,7547,,1703,,,,A,5/26/2020 13:00,2020-05-26T13:00:00Z,05/26 09:00,1871,7547,2020-05-26T13:00:00Z,13,386,1014,514945,514945,1400,514945,41,72,a19f3e046c0ed689dc06f7d0165ede929dc01442,0,0,0,0,0,
+20200526,GU,169,5515,,,,,,,,139,C,5/26/2020 06:30,2020-05-26T06:30:00Z,05/26 02:30,5,,2020-05-26T06:30:00Z,66,3,112,5684,5684,115,5684,0,0,deb138317820c8b7b4d168d9b196e726ae190afc,0,0,0,0,0,
+20200526,HI,643,49728,,,84,,,,,592,C,5/25/2020 18:00,2020-05-25T18:00:00Z,05/25 14:00,17,84,2020-05-25T18:00:00Z,15,0,0,50371,50371,0,50371,0,0,e871e6fa08cb4ae56a29f00167c8dcea48f595df,0,0,0,0,0,
+20200526,IA,17703,117301,,379,,115,,65,,9791,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,478,,2020-05-26T00:00:00Z,19,126,2163,135004,135004,2289,135004,19,0,2fa46fd871dfce05df63ab34acf6f786035f1bcb,0,0,0,0,0,
+20200526,ID,2626,38780,,,225,,94,,,1755,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,79,225,2020-05-23T19:00:00Z,16,0,0,41406,41406,0,41406,0,0,e647b38493d74ab588683b3be45f4a7ca91e93c8,0,0,0,0,0,
+20200526,IL,113195,673599,,3788,,1035,,590,,,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,4923,,2020-05-26T00:00:00Z,17,1178,16052,786794,786794,17230,786794,39,0,9fc1b0d6c3ddfcd9dfdb5c10e0c6db901cc79d57,0,0,0,0,0,
+20200526,IN,32078,198671,,1088,5285,365,1166,163,,,A+,5/26/2020 14:40,2020-05-26T14:40:00Z,05/26 10:40,2004,5285,2020-05-26T14:40:00Z,18,363,4135,230749,230749,4498,230749,28,0,76a530105f885bc1f20fc9e885a2f3c81844285c,0,0,0,0,0,
+20200526,KS,9218,72181,,,800,,271,,120,493,A+,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,188,800,2020-05-25T10:00:00Z,20,0,0,81399,81399,0,81399,0,0,54fa4295334c38995932faf5d6b247e21392e4cf,0,0,0,0,0,
+20200526,KY,8571,161285,,484,2131,89,897,,,3102,A,5/23/2020 17:00,2020-05-23T17:00:00Z,05/23 13:00,391,2131,2020-05-23T17:00:00Z,21,0,0,169856,169856,0,169856,0,0,115ff14792767cf1b1c328fc1cbf21cd96630847,0,0,0,0,0,
+20200526,LA,38054,302972,,831,,,,103,,28700,B,5/26/2020 13:00,2020-05-26T13:00:00Z,05/26 09:00,2701,,2020-05-26T13:00:00Z,22,245,9883,341026,341026,10128,341026,11,0,a6c7d0f8df3a9bcf684a838b753aec088e857cf8,0,0,0,0,0,
+20200526,MA,93693,451788,,2108,9388,560,,,,,A,5/26/2020 10:00,2020-05-26T10:00:00Z,05/26 06:00,6473,9388,2020-05-26T10:00:00Z,25,422,4498,545481,545481,4920,545481,57,49,6dbc73593cabbb2146fdbcfb846a292cd085c119,0,0,0,0,0,
+20200526,MD,47687,206800,,1315,8179,520,,,,3334,B,5/26/2020 10:00,2020-05-26T10:00:00Z,05/26 06:00,2333,8179,2020-05-26T10:00:00Z,24,535,4375,254487,254487,4910,254487,31,87,3d0bcea23b1e25a93482a6763c99fc2b1e88bb4c,0,0,0,0,0,
+20200526,ME,2109,35450,,60,258,26,,13,,1318,B,5/25/2020 23:59,2020-05-25T23:59:00Z,05/25 19:59,79,258,2020-05-25T23:59:00Z,23,35,0,37559,37559,35,37559,1,1,4fa5992c450bb246ee5394af649f9858a4d6daf9,0,0,0,0,0,
+20200526,MI,55104,429175,,953,,449,,319,,33168,A+,5/26/2020 11:00,2020-05-26T11:00:00Z,05/26 07:00,5266,,2020-05-26T11:00:00Z,26,223,11196,484279,484279,11419,484279,26,0,0e073cbbdd046ee990c28581a54bf89b99dc96d0,0,0,0,0,0,
+20200526,MN,21960,187938,,570,2709,258,886,,,15523,A,5/25/2020 17:00,2020-05-25T17:00:00Z,05/25 13:00,908,2709,2020-05-25T17:00:00Z,27,645,5194,209898,209898,5839,209898,18,33,106253aa687538fb8464a029e279ae6e56bea838,0,0,0,0,0,
+20200526,MO,12291,148007,,500,,,,82,,,B,5/26/2020 15:00,2020-05-26T15:00:00Z,05/26 11:00,686,,2020-05-26T15:00:00Z,29,124,2789,160298,160298,2913,160298,1,0,eb4d7803aecf2cb927305aeafe9727045f5f82ba,0,0,0,0,0,
+20200526,MP,22,4918,,,,,,,,13,D,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,2,,2020-05-26T00:00:00Z,69,0,183,4940,4940,183,4940,0,0,92370f87be4e854aabd5545ea9f730b21b3c674d,0,0,0,0,0,
+20200526,MS,13731,134088,,561,2070,134,,81,,9401,A,5/25/2020 19:00,2020-05-25T19:00:00Z,05/25 15:00,652,2070,2020-05-25T19:00:00Z,28,273,3629,147819,147819,3902,147819,17,24,4e5af0702d5ec07d0923824aed9f3478e0a5ec73,0,0,0,0,0,
+20200526,MT,479,33355,,2,65,,,,,441,C,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,17,65,2020-05-26T00:00:00Z,30,0,152,33834,33834,152,33834,1,0,1099067eeca3cada9f53f7942cb2eda2412432d7,0,0,0,0,0,
+20200526,NC,24140,328191,,621,,,,,,14954,A,5/26/2020 11:00,2020-05-26T11:00:00Z,05/26 07:00,766,,2020-05-26T11:00:00Z,37,176,7465,352331,352331,7641,352331,12,0,927c07e0a110d3e7c4a2fc36c961e8ec92f2a847,0,0,0,0,0,
+20200526,ND,2422,64432,,40,156,,,,,1701,C,5/26/2020 13:06,2020-05-26T13:06:00Z,05/26 09:06,54,156,2020-05-26T13:06:00Z,38,-35,539,66854,66854,504,66854,0,2,fc99369f07ab24cba6ae7ab55c8f056e90acb25b,0,0,0,0,0,
+20200526,NE,12355,75687,,,,,,,,,D,5/25/2020 19:00,2020-05-25T19:00:00Z,05/25 15:00,150,,2020-05-25T19:00:00Z,31,221,2089,88042,88042,2310,88042,0,0,4850b16d575f52bdb3bbdde3f0259ddd2d58f886,0,0,0,0,0,
+20200526,NH,4197,58842,,91,420,,120,,,2434,B,5/25/2020 09:00,2020-05-25T09:00:00Z,05/25 05:00,210,420,2020-05-25T09:00:00Z,33,48,1605,63039,63039,1653,63039,1,1,4b5282094ba8f4db999fcf15dece433fc7a5a67f,0,0,0,0,0,
+20200526,NJ,155764,480128,,2723,16373,786,,578,,25384,A+,5/26/2020 13:00,2020-05-26T13:00:00Z,05/26 09:00,11191,16373,2020-05-26T13:00:00Z,34,672,11423,635892,635892,12095,635892,47,16373,2dffa72246b9f5efe74f68d73eb2015d53c4d5ad,0,0,0,0,0,
+20200526,NM,7026,170335,,216,1264,,,,,2522,C,5/25/2020 19:49,2020-05-25T19:49:00Z,05/25 15:49,320,1264,2020-05-25T19:49:00Z,35,83,3797,177361,177361,3880,177361,3,21,b7356e02e773dc03e1c7fc4ad1a289b0ce84f556,0,0,0,0,0,
+20200526,NV,7997,115370,,390,,91,,46,,374,A+,5/26/2020 12:00,2020-05-26T12:00:00Z,05/26 08:00,396,,2020-05-26T12:00:00Z,32,118,8518,123367,123367,8636,123367,2,0,13ee53183775193ea94e5b139363ca486943da4f,0,0,0,0,0,
+20200526,NY,363836,1410292,,4265,88686,1273,,1002,,64443,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,23564,88686,2020-05-26T00:00:00Z,36,1072,33607,1774128,1774128,34679,1774128,76,132,954a0908acd1e63f44484d0c39d359388cb5570e,0,0,0,0,0,
+20200526,OH,33006,306394,,937,5579,351,1450,232,,,B,5/26/2020 14:00,2020-05-26T14:00:00Z,05/26 10:00,2002,5579,2020-05-26T14:00:00Z,39,529,8537,339400,339400,9066,339400,15,68,686997d83468f213f5704962fe73fdeff036f4ca,0,0,0,0,0,
+20200526,OK,6137,153804,,174,941,78,,,,4823,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,318,941,2020-05-26T00:00:00Z,40,47,-1139,159941,159941,-1092,159941,5,3,8497f2908b753564730aab0e81e67d63253d6593,0,0,0,0,0,
+20200526,OR,3967,111571,,149,752,40,,17,,1795,A+,5/26/2020 03:01,2020-05-26T03:01:00Z,05/25 23:01,148,752,2020-05-26T03:01:00Z,41,18,1662,115538,115538,1680,115538,0,5,9bc2574ae895f8491dbabc68e4a73d20225a4e27,0,0,0,0,0,
+20200526,PA,68637,339835,,1493,,,,334,,41868,A,5/26/2020 11:15,2020-05-26T11:15:00Z,05/26 07:15,5152,,2020-05-26T11:15:00Z,42,451,4907,408472,408472,5358,408472,13,0,e05a84331ba40e7ad9461a7acd6d87c03c4211cf,0,0,0,0,0,
+20200526,PR,3324,,,104,,14,,4,,,B,5/26/2020 05:53,2020-05-26T05:53:00Z,05/26 01:53,129,,2020-05-26T05:53:00Z,72,64,0,3324,3324,64,3324,0,0,f8ad6cc587799c995b037699a25398b0f996937a,0,0,0,0,0,
+20200526,RI,14210,121153,,226,1613,50,,36,,1158,A+,5/26/2020 12:00,2020-05-26T12:00:00Z,05/26 08:00,634,1613,2020-05-26T12:00:00Z,44,145,2517,135363,135363,2662,135363,26,33,aac80ac3db6852eae2f9ee96ed4908eb88a24d61,0,0,0,0,0,
+20200526,SC,10416,162318,,433,1618,,,,,6102,A+,5/26/2020 16:18,2020-05-26T16:18:00Z,05/26 12:18,446,1618,2020-05-26T16:18:00Z,45,238,6476,172734,172734,6714,172734,6,84,fbc9e5f998bec529a43b27bf1d1ecfbdeb45ca9b,0,0,0,0,0,
+20200526,SD,4653,32385,,106,378,,,,,3528,C,5/25/2020 18:00,2020-05-25T18:00:00Z,05/25 14:00,50,378,2020-05-25T18:00:00Z,46,67,1688,37038,37038,1755,37038,0,8,ebd1ead7358f4bb5eeebbc74db7b4116bb26e61e,0,0,0,0,0,
+20200526,TN,20965,382539,,,1609,,,,,13344,B,5/26/2020 15:00,2020-05-26T15:00:00Z,05/26 11:00,343,1609,2020-05-26T15:00:00Z,47,358,6927,403504,403504,7285,403504,5,15,4c3404e0b4d4a1d853cce4c5f565bf7165535e0f,0,0,0,0,0,
+20200526,TX,56560,764673,,1534,,,,,,36375,B,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,1536,,2020-05-26T17:00:00Z,48,589,14990,821233,821233,15579,821233,9,0,a3db49d69363ae4a111a2e2e657e377cd598bffc,0,0,0,0,0,
+20200526,UT,8620,189972,,134,696,,217,,89,5346,B,5/26/2020 10:19,2020-05-26T10:19:00Z,05/26 06:19,101,696,2020-05-26T10:19:00Z,49,99,2025,198592,198592,2124,198592,3,4,2511636a5419aaf34e7168e152ee147c1198ad6e,0,0,0,0,0,
+20200526,VA,39342,227839,412,1403,6630,366,,190,,5227,A+,5/25/2020 17:00,2020-05-25T17:00:00Z,05/25 13:00,1236,6630,2020-05-25T17:00:00Z,51,1615,6816,267593,267181,8431,267181,28,109,e64aef9789c3f12df3c893761e51070b438f9ef0,0,0,0,0,0,
+20200526,VI,69,1425,18,,,,,,,61,C,5/26/2020 07:48,2020-05-26T07:48:00Z,05/26 03:48,6,,2020-05-26T07:48:00Z,78,0,82,1512,1494,82,1494,0,0,40ec2a95c6984887fa3bb3631dd65c26fac9773a,0,0,0,0,0,
+20200526,VT,967,29456,,25,,,,,,848,B,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,54,,2020-05-26T00:00:00Z,50,5,749,30423,30423,754,30423,0,0,7e0a0d9de0362cbe77fea24e76471930bfd43dc0,0,0,0,0,0,
+20200526,WA,20065,310533,,267,3290,,,51,,,B,5/25/2020 02:59,2020-05-25T02:59:00Z,05/24 22:59,1070,3290,2020-05-25T02:59:00Z,53,237,3768,330598,330598,4005,330598,9,3,818b8bcba9b55c3552f8c7cffa3469544fc358f6,0,0,0,0,0,
+20200526,WI,15863,200874,218,640,2362,135,544,,,9405,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,517,2362,2020-05-26T00:00:00Z,55,279,7495,216955,216737,7774,216737,3,23,39295abd24a21d9af9fc5b7f088af23758fe0055,0,0,0,0,0,
+20200526,WV,1854,85957,,35,,9,,7,,1180,B,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,74,,2020-05-26T17:00:00Z,54,80,1406,87811,87811,1486,87811,2,0,b874ed98cb0e6e6d86c1e89a7c9fbc801751cfe6,0,0,0,0,0,
+20200526,WY,850,20652,,14,82,,,,,607,C,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,13,82,2020-05-26T00:00:00Z,56,12,1101,21502,21502,1113,21502,1,3,d9f428dfc9b91fbdbd1a7415ca79736d5e971aeb,0,0,0,0,0,
+20200525,AK,409,44063,,10,,,,,,361,C,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,10,,2020-05-25T00:00:00Z,02,1,964,44472,44472,965,44472,0,0,1db8743befabc5bf66a938e070573f65bf4b924e,0,0,0,0,0,
+20200525,AL,14730,175585,,,1629,,543,,323,7951,B,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,562,1629,2020-05-25T00:00:00Z,01,403,4113,190315,190315,4516,190315,11,17,016bbd880587fce0aa1a71ce2bef709880df40e5,0,0,0,0,0,
+20200525,AR,6029,105593,,92,605,,,17,111,4249,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,117,605,2020-05-25T00:00:00Z,05,107,2934,111622,111622,3041,111622,1,7,8ecf7ac7b3c069f5a69ba5a7ec1e452e66f9847e,0,0,0,0,0,
+20200525,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,27150fc629ddc6d94ab1e6f134b53418402369cf,0,0,0,0,0,
+20200525,AZ,16561,171221,,833,1961,334,,212,,4204,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,806,1961,2020-05-25T00:00:00Z,04,222,3919,187782,187782,4141,187782,6,16,ef7f321348d90ad472837c91c32f4861789bbba6,0,0,0,0,0,
+20200525,CA,94558,1549544,,4306,,1301,,,,,B,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,3795,,2020-05-25T00:00:00Z,06,1848,59509,1644102,1644102,61357,1644102,21,0,0ea796228d8b530fc22e9da8225b8e1222363bea,0,0,0,0,0,
+20200525,CO,24174,126134,,560,4119,,,,,3666,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,1332,4119,2020-05-25T00:00:00Z,08,210,47,150308,150308,257,150308,5,14,87fd6c19ae6ae4420703a4f69540df5d953aae91,0,0,0,0,0,
+20200525,CT,40873,180853,,706,12538,,,,,7127,B,5/24/2020 20:30,2020-05-24T20:30:00Z,05/24 16:30,3742,12538,2020-05-24T20:30:00Z,09,405,7185,221726,221726,7590,221726,49,0,e8bec29a55455c45dd7d641cd3bbbc663a9d2aac,0,0,0,0,0,
+20200525,DC,8225,32578,,331,,106,,70,,1080,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,440,,2020-05-24T00:00:00Z,11,259,-11447,40803,40803,-11188,40803,13,0,409e7e40522ff297a8126c90701c771120f485ba,0,0,0,0,0,
+20200525,DE,8965,44931,,205,,,,,,4693,B,5/24/2020 18:00,2020-05-24T18:00:00Z,05/24 14:00,332,,2020-05-24T18:00:00Z,10,156,1870,53896,53896,2026,53896,6,0,fdc596e762cd3c7cf131aea7d788239763dc7177,0,0,0,0,0,
+20200525,FL,51746,856489,988,,9681,,,,,,A,5/25/2020 10:04,2020-05-25T10:04:00Z,05/25 06:04,2331,9681,2020-05-25T10:04:00Z,12,879,36121,909223,908235,37000,908235,15,43,6743b2efbe69469e655bad4b8e17a4f809228ddd,0,0,0,0,0,
+20200525,GA,43344,470201,,892,7475,,1686,,,,A,5/25/2020 13:00,2020-05-25T13:00:00Z,05/25 09:00,1830,7475,2020-05-25T13:00:00Z,13,506,31085,513545,513545,31591,513545,6,36,2b1ea0769c1c9c8ca709644b6e2c046fda68864d,0,0,0,0,0,
+20200525,GU,166,5403,,,,,,,,138,C,5/25/2020 00:15,2020-05-25T00:15:00Z,05/24 20:15,5,,2020-05-25T00:15:00Z,66,0,0,5569,5569,0,5569,0,0,eef37a6bf30a728fcd469bdeb26b0b340c321d3b,0,0,0,0,0,
+20200525,HI,643,49728,,,84,,,,,591,C,5/24/2020 18:00,2020-05-24T18:00:00Z,05/24 14:00,17,84,2020-05-24T18:00:00Z,15,0,799,50371,50371,799,50371,0,0,3f112e335b904af270a1fd2529311d571145de9e,0,0,0,0,0,
+20200525,IA,17577,115138,,377,,118,,66,,9377,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,459,,2020-05-25T00:00:00Z,19,325,4634,132715,132715,4959,132715,5,0,1aff042e89e03f3ba12ccc0ae80e05d92e9761dd,0,0,0,0,0,
+20200525,ID,2626,38780,,,225,,94,,,1755,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,79,225,2020-05-23T19:00:00Z,16,0,0,41406,41406,0,41406,0,0,43c248b6dd8812ba3a89f77da41fd4d165812f65,0,0,0,0,0,
+20200525,IL,112017,657547,,3762,,1025,,605,,,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,4884,,2020-05-25T00:00:00Z,17,1713,19930,769564,769564,21643,769564,28,0,cae6b596fd33760cc34a72481fccdcc551a6ceb4,0,0,0,0,0,
+20200525,IN,31715,194536,,1102,5285,365,1166,169,,,A+,5/24/2020 23:59,2020-05-24T23:59:00Z,05/24 19:59,1976,5285,2020-05-24T23:59:00Z,18,339,5111,226251,226251,5450,226251,0,0,31b7f3dcb90722d37473f068a0bd61b94c1b570b,0,0,0,0,0,
+20200525,KS,9218,72181,,,800,,271,,120,493,A+,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,188,800,2020-05-25T10:00:00Z,20,260,4705,81399,81399,4965,81399,3,13,e72eeb7120f9d5d67c4e44908642586b26f1c008,0,0,0,0,0,
+20200525,KY,8571,161285,,484,2131,89,897,,,3102,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,391,2131,2020-05-23T00:00:00Z,21,0,0,169856,169856,0,169856,0,0,e9403af50f68ecf04efce130de11e593a09993b6,0,0,0,0,0,
+20200525,LA,37809,293089,,847,,,,102,,28700,B,5/25/2020 13:00,2020-05-25T13:00:00Z,05/25 09:00,2690,,2020-05-25T13:00:00Z,22,640,14222,330898,330898,14862,330898,0,0,3503e2bb12fe2d5c2117b0f7ed25e8ce941ac6b6,0,0,0,0,0,
+20200525,MA,93271,447290,,2132,9339,576,,,,,A,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,6416,9339,2020-05-25T10:00:00Z,25,596,7592,540561,540561,8188,540561,44,31,2ae69dcb3d2aea38f584ad289eb6969b2174608b,0,0,0,0,0,
+20200525,MD,47152,202425,,1279,8092,517,,,,3329,B,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,2302,8092,2020-05-25T10:00:00Z,24,839,8376,249577,249577,9215,249577,25,153,aaef98f7900704ec746d408fdc35c8c7dc6e8508,0,0,0,0,0,
+20200525,ME,2074,35450,,59,257,27,,13,,1290,B,5/25/2020 11:30,2020-05-25T11:30:00Z,05/25 07:30,78,257,2020-05-25T11:30:00Z,23,19,0,37524,37524,19,37524,0,5,4e03e9a1a7a3db4c27cdd499ec7fa0dae483b50f,0,0,0,0,0,
+20200525,MI,54881,417979,,953,,449,,319,,33168,A+,5/25/2020 11:00,2020-05-25T11:00:00Z,05/25 07:00,5240,,2020-05-25T11:00:00Z,26,202,21426,472860,472860,21628,472860,12,0,7a0743e842a37580c8d1eaff095e59324a561fbd,0,0,0,0,0,
+20200525,MN,21315,182744,,605,2676,248,869,,,14816,A,5/24/2020 17:00,2020-05-24T17:00:00Z,05/24 13:00,890,2676,2020-05-24T17:00:00Z,27,742,5353,204059,204059,6095,204059,12,88,26ef254b38ea42bdea3baa6c88dd64edda24471d,0,0,0,0,0,
+20200525,MO,12167,145218,,729,,,,93,,,B,5/25/2020 15:00,2020-05-25T15:00:00Z,05/25 11:00,685,,2020-05-25T15:00:00Z,29,179,5587,157385,157385,5766,157385,4,0,a659b910227fb0c3b6b55f1331d1147092b709e6,0,0,0,0,0,
+20200525,MP,22,4735,,,,,,,,13,D,5/24/2020 00:07,2020-05-24T00:07:00Z,05/23 20:07,2,,2020-05-24T00:07:00Z,69,0,0,4757,4757,0,4757,0,0,1de92e909fd3907fbb1084a168ba13dc2bc9edaf,0,0,0,0,0,
+20200525,MS,13458,130459,,566,2046,152,,94,,9401,A,5/24/2020 19:00,2020-05-24T19:00:00Z,05/24 15:00,635,2046,2020-05-24T19:00:00Z,28,206,5809,143917,143917,6015,143917,10,23,4629a1c9cc46cbcad9670fb7f6a40f30acef21f7,0,0,0,0,0,
+20200525,MT,479,33203,,3,65,,,,,441,C,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,16,65,2020-05-25T00:00:00Z,30,0,301,33682,33682,301,33682,0,0,6ba4ab26be94b0afafe5d97963f3cca2bd0a7ecf,0,0,0,0,0,
+20200525,NC,23964,320726,,627,,,,,,14954,A,5/25/2020 10:55,2020-05-25T10:55:00Z,05/25 06:55,754,,2020-05-25T10:55:00Z,37,742,7292,344690,344690,8034,344690,10,0,cab092434e2de837da29f81d03c0bf7832bcd111,0,0,0,0,0,
+20200525,ND,2457,63893,,41,154,,,,,1551,C,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,54,154,2020-05-24T13:00:00Z,38,39,823,66350,66350,862,66350,1,2,b0f6b87385ae931c14c782791e3d63127ea38d78,0,0,0,0,0,
+20200525,NE,12134,73598,,,,,,,,,D,5/24/2020 19:55,2020-05-24T19:55:00Z,05/24 15:55,150,,2020-05-24T19:55:00Z,31,145,2382,85732,85732,2527,85732,3,0,f2d412dacd0507b0a6ad55b8ffb62bb0ae0ad79a,0,0,0,0,0,
+20200525,NH,4149,57237,1714,92,419,,120,,,2204,B,5/24/2020 09:00,2020-05-24T09:00:00Z,05/24 05:00,209,419,2020-05-24T09:00:00Z,33,60,1787,63100,61386,1847,61386,1,0,80121d1a75253f2734f833b5884eacad617e8f50,0,0,0,0,0,
+20200525,NJ,155092,468705,,2755,,719,,540,,25253,A+,5/25/2020 13:00,2020-05-25T13:00:00Z,05/25 09:00,11144,,2020-05-25T13:00:00Z,34,938,19052,623797,623797,19990,623797,11,0,2923754f1c43acb28c9f35d5011211f05703abbb,0,0,0,0,0,
+20200525,NM,6943,166538,,213,1243,,,,,2464,C,5/24/2020 18:03,2020-05-24T18:03:00Z,05/24 14:03,317,1243,2020-05-24T18:03:00Z,35,148,4214,173481,173481,4362,173481,9,104,a1f2be262f6967113b48316a5676c1d9d0f4dd79,0,0,0,0,0,
+20200525,NV,7879,106852,,380,,91,,45,,359,A+,5/25/2020 10:25,2020-05-25T10:25:00Z,05/25 06:25,394,,2020-05-25T10:25:00Z,32,109,4341,114731,114731,4450,114731,2,0,0eb507525c6b540685dea7e0d7b32dc24ce2ad21,0,0,0,0,0,
+20200525,NY,362764,1376685,,4348,88554,1366,,1058,,64280,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,23488,88554,2020-05-25T00:00:00Z,36,1249,38374,1739449,1739449,39623,1739449,97,230,5dcca7137e3889116346c5d47c1d5305ab663a43,0,0,0,0,0,
+20200525,OH,32477,297857,,872,5511,323,1443,211,,,B,5/25/2020 14:00,2020-05-25T14:00:00Z,05/25 10:00,1987,5511,2020-05-25T14:00:00Z,39,566,5215,330334,330334,5781,330334,18,35,e9199191ae2c08c3bad2f2c84615566876cd66ae,0,0,0,0,0,
+20200525,OK,6090,154943,,,938,78,,,,4714,A+,5/25/2020 12:30,2020-05-25T12:30:00Z,05/25 08:30,313,938,2020-05-25T12:30:00Z,40,53,0,161033,161033,53,161033,2,0,d743ed965fb4b8f250ceaed37bb39265c8266eee,0,0,0,0,0,
+20200525,OR,3949,109909,,125,747,35,,23,,1376,A+,5/25/2020 03:01,2020-05-25T03:01:00Z,05/24 23:01,148,747,2020-05-25T03:01:00Z,41,22,1641,113858,113858,1663,113858,0,5,4c71bc02f16b66ae900988b0b9c5ee14fb71b498,0,0,0,0,0,
+20200525,PA,68186,334928,,1628,,,,324,,40911,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,5139,,2020-05-25T00:00:00Z,42,473,6546,403114,403114,7019,403114,15,0,e90aa3f9f6aa17b405f6fbde254ea0c9e28d4fd3,0,0,0,0,0,
+20200525,PR,3260,,,112,,16,,8,,,B,5/25/2020 06:30,2020-05-25T06:30:00Z,05/25 02:30,129,,2020-05-25T06:30:00Z,72,71,0,3260,3260,71,3260,2,0,eb23c772c1d013108be83fed24eeb2bb7d9ac5a1,0,0,0,0,0,
+20200525,RI,14065,118636,,240,1580,49,,32,,1119,A+,5/24/2020 12:00,2020-05-24T12:00:00Z,05/24 08:00,608,1580,2020-05-24T12:00:00Z,44,0,0,132701,132701,0,132701,0,0,554caccdf2b52c3cf97ec576fc649bd8c974e0cc,0,0,0,0,0,
+20200525,SC,10178,155842,,407,1534,,,,,6063,A+,5/25/2020 15:30,2020-05-25T15:30:00Z,05/25 11:30,440,1534,2020-05-25T15:30:00Z,45,82,1991,166020,166020,2073,166020,5,0,3c28f6afd1bf9132c43941e3f87bb18c1ca6c468,0,0,0,0,0,
+20200525,SD,4586,30697,,99,370,,,,,3415,C,5/24/2020 18:00,2020-05-24T18:00:00Z,05/24 14:00,50,370,2020-05-24T18:00:00Z,46,23,355,35283,35283,378,35283,0,6,3c28ee49db60960893a147701ed96b891b76fc3a,0,0,0,0,0,
+20200525,TN,20607,375612,,,1594,,,,,13073,B,5/25/2020 15:00,2020-05-25T15:00:00Z,05/25 11:00,338,1594,2020-05-25T15:00:00Z,47,462,12181,396219,396219,12643,396219,2,11,a3fbc7ace97e37fa80601ecec2197384f2c53c13,0,0,0,0,0,
+20200525,TX,55971,749683,,1511,,,,,,35292,B,5/25/2020 04:30,2020-05-25T04:30:00Z,05/25 00:30,1527,,2020-05-25T04:30:00Z,48,623,41486,805654,805654,42109,805654,21,0,17d87633339fbfb4676cd7f9c82394b61391e794,0,0,0,0,0,
+20200525,UT,8521,187947,,131,692,,215,,88,5218,B,5/25/2020 10:15,2020-05-25T10:15:00Z,05/25 06:15,98,692,2020-05-25T10:15:00Z,49,129,1906,196468,196468,2035,196468,1,4,feef2e567e14fc488bf7b8af7f3bcd94a2c0bdbf,0,0,0,0,0,
+20200525,VA,37727,221023,414,1376,6521,349,,182,,5145,A+,5/24/2020 17:00,2020-05-24T17:00:00Z,05/24 13:00,1208,6521,2020-05-24T17:00:00Z,51,1483,13182,259164,258750,14665,258750,37,68,65fe845ade7543ab3e08f2b88612c885de780077,0,0,0,0,0,
+20200525,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,0,1457,1412,0,1412,0,0,6b56e619721fc5c524067eb98e775c57505c55c7,0,0,0,0,0,
+20200525,VT,962,28707,,19,,,,,,843,B,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,54,,2020-05-25T00:00:00Z,50,6,1073,29669,29669,1079,29669,0,0,84c144783c436f589f34860d2e828428cd4fab12,0,0,0,0,0,
+20200525,WA,19828,306765,,207,3287,,,47,,,B,5/24/2020 02:59,2020-05-24T02:59:00Z,05/23 22:59,1061,3287,2020-05-24T02:59:00Z,53,243,10074,326593,326593,10317,326593,6,31,f1922994d5540bcc359620461b7c04fad63bbb4f,0,0,0,0,0,
+20200525,WI,15584,193379,207,606,2339,126,543,,,9207,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,514,2339,2020-05-25T00:00:00Z,55,307,7173,209170,208963,7480,208963,4,24,fd7caced7e45c614666f5f57d631ecdaaeb6bc67,0,0,0,0,0,
+20200525,WV,1774,84551,,36,,13,,7,,1135,B,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,72,,2020-05-25T10:00:00Z,54,15,616,86325,86325,631,86325,0,0,e6beb3e60f544a6cb17757d1103af031c7ae03dd,0,0,0,0,0,
+20200525,WY,838,19551,,10,79,,,,,575,C,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,12,79,2020-05-24T00:00:00Z,56,25,330,20389,20389,355,20389,0,1,f2a5240ac6a79cafcf7bfec517a8bd90e99560c7,0,0,0,0,0,
+20200524,AK,408,43099,,10,,,,,,358,C,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,10,,2020-05-24T00:00:00Z,02,0,1156,43507,43507,1156,43507,0,0,084e382ef31daf3583105e2ba0801af314cffc64,0,0,0,0,0,
+20200524,AL,14327,171472,,,1612,,537,,320,7951,B,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,551,1612,2020-05-24T00:00:00Z,01,389,2734,185799,185799,3123,185799,5,23,e673ce8a18f1b470541279a4671a98056b43b267,0,0,0,0,0,
+20200524,AR,5922,102659,,86,598,,,17,111,4148,A,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,116,598,2020-05-24T00:00:00Z,05,310,5224,108581,108581,5534,108581,3,8,eaf14431939e2d482ccffb47f65487f45b404eb0,0,0,0,0,0,
+20200524,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,c9db320ab53e5db0cf2b46d47a280c2e889c95fe,0,0,0,0,0,
+20200524,AZ,16339,167302,,804,1945,322,,201,,4132,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,800,1945,2020-05-24T00:00:00Z,04,300,2902,183641,183641,3202,183641,1,15,56d43ce6858af2d9a83078f65e7185115edcb0e5,0,0,0,0,0,
+20200524,CA,92710,1490035,,4300,,1315,,,,,B,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,3774,,2020-05-24T00:00:00Z,06,2079,65360,1582745,1582745,67439,1582745,66,0,a912945bb1d7bed5f200f0d5f4887cb5ed68480f,0,0,0,0,0,
+20200524,CO,23964,126087,,538,4105,,,,,3640,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,1327,4105,2020-05-23T00:00:00Z,08,477,4622,150051,150051,5099,150051,3,23,08a61b67660ed117199809e86caa27eb44682ab6,0,0,0,0,0,
+20200524,CT,40468,173668,,701,12538,,,,,7127,B,5/23/2020 20:30,2020-05-23T20:30:00Z,05/23 16:30,3693,12538,2020-05-23T20:30:00Z,09,446,5323,214136,214136,5769,214136,18,0,c741ec623b02d1637847086f78ef766739230e83,0,0,0,0,0,
+20200524,DC,7966,44025,,324,,110,,73,,1075,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,427,,2020-05-22T00:00:00Z,11,0,0,51991,51991,0,51991,0,0,33bf7d691b7364401188e4ef4cf6dfd06eb9ba58,0,0,0,0,0,
+20200524,DE,8809,43061,,211,,,,,,4598,B,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,326,,2020-05-23T18:00:00Z,10,119,1217,51870,51870,1336,51870,2,0,c487d93e15e5218c9e4d4d01bd0e429e90fa905b,0,0,0,0,0,
+20200524,FL,50867,820368,1337,,9638,,,,,,A,5/24/2020 10:04,2020-05-24T10:04:00Z,05/24 06:04,2316,9638,2020-05-24T10:04:00Z,12,740,14058,872572,871235,14798,871235,4,71,955ea0411cd51785f1036d0c22756b3fefe441a0,0,0,0,0,0,
+20200524,GA,42838,439116,,848,7439,,1683,,,,A,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,1824,7439,2020-05-24T13:00:00Z,13,706,27711,481954,481954,28417,481954,13,28,f71b582af664aa638b07e258e789539018766c7d,0,0,0,0,0,
+20200524,GU,166,5403,,,,,,,,138,C,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,5,,2020-05-23T18:00:00Z,66,1,209,5569,5569,210,5569,0,0,45172f7554e933114087da487e3175e879dbd7e6,0,0,0,0,0,
+20200524,HI,643,48929,,,84,,,,,589,C,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,17,84,2020-05-23T18:00:00Z,15,1,750,49572,49572,751,49572,0,0,791b7906a46e410b0ac10c5dd1d5c15af75eaa6d,0,0,0,0,0,
+20200524,IA,17252,110504,,363,,114,,61,,9318,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,454,,2020-05-24T00:00:00Z,19,359,3456,127756,127756,3815,127756,10,0,1bd9a81d6cb666efb144c53870812c0fc3628170,0,0,0,0,0,
+20200524,ID,2626,38780,,,225,,94,,,1755,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,79,225,2020-05-23T19:00:00Z,16,31,766,41406,41406,797,41406,0,0,ff2e27964454f984e45bde8ad4bd7cb06db3af70,0,0,0,0,0,
+20200524,IL,110304,637617,,3667,,1007,,632,,,A,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,4856,,2020-05-24T00:00:00Z,17,2508,23166,747921,747921,25674,747921,66,0,cab4bb261b89535622ed9d0d0376ce43f13e8bec,0,0,0,0,0,
+20200524,IN,31376,189425,,1112,5285,396,1166,173,,,A+,5/23/2020 23:59,2020-05-23T23:59:00Z,05/23 19:59,1976,5285,2020-05-23T23:59:00Z,18,475,5393,220801,220801,5868,220801,33,0,71dba298cde4461e9c693bc1c008f38af92f5426,0,0,0,0,0,
+20200524,KS,8958,67476,,,787,,269,,120,485,A+,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,185,787,2020-05-22T10:00:00Z,20,0,0,76434,76434,0,76434,0,0,8ae0a942025440281cc28056894836308b8ade4a,0,0,0,0,0,
+20200524,KY,8571,161285,,484,2131,89,897,,,3102,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,391,2131,2020-05-23T00:00:00Z,21,145,-1748,169856,169856,-1603,169856,0,55,19058eeed83185d25e356fe5553c895f047c1fec,0,0,0,0,0,
+20200524,LA,37169,278867,,813,,,,102,,26249,B,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,2690,,2020-05-24T13:00:00Z,22,129,1460,316036,316036,1589,316036,22,0,e0d28aa0d843a74c23636a68256ec492cd9cba31,0,0,0,0,0,
+20200524,MA,92675,439698,,2169,9308,558,,,,,A,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,6372,9308,2020-05-24T10:00:00Z,25,1013,10374,532373,532373,11387,532373,68,48,dfcc3c7361d14f46432036891cd9b1ea4948b734,0,0,0,0,0,
+20200524,MD,46313,194049,,1290,7939,503,,,,3319,B,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,2277,7939,2020-05-24T10:00:00Z,24,818,7217,240362,240362,8035,240362,34,114,4a428eef3f09f5b54ac792f59b913d06308c10fc,0,0,0,0,0,
+20200524,ME,2055,35450,,59,252,27,,13,,1263,B,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,78,252,2020-05-24T13:00:00Z,23,42,0,37505,37505,42,37505,1,9,7f2b99d76051b0c7654dc89c153679be825b722e,0,0,0,0,0,
+20200524,MI,54679,396553,,953,,449,,319,,33168,A+,5/24/2020 11:00,2020-05-24T11:00:00Z,05/24 07:00,5228,,2020-05-24T11:00:00Z,26,314,0,451232,451232,314,451232,5,0,270325f7ff6e6fbdc4ff5b8abc055c82dab84f7d,0,0,0,0,0,
+20200524,MN,20573,177391,,553,2588,207,841,,,14115,A,5/23/2020 17:00,2020-05-23T17:00:00Z,05/23 13:00,878,2588,2020-05-23T17:00:00Z,27,728,7743,197964,197964,8471,197964,17,54,cf0e39cda68f2579252bda590d229a6ab6c79748,0,0,0,0,0,
+20200524,MO,11988,139631,,742,,,,94,,,B,5/24/2020 15:00,2020-05-24T15:00:00Z,05/24 11:00,681,,2020-05-24T15:00:00Z,29,236,3079,151619,151619,3315,151619,5,0,7e6d90a6b3ef589cd929a72b340f25ad526d44dc,0,0,0,0,0,
+20200524,MP,22,4735,,,,,,,,13,D,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,2,,2020-05-24T00:00:00Z,69,0,439,4757,4757,439,4757,0,0,cda1538b43bd3bad34fe028fe4f778b5cfb840ab,0,0,0,0,0,
+20200524,MS,13252,124650,,512,2023,150,,73,,7681,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,625,2023,2020-05-23T19:00:00Z,28,247,3435,137902,137902,3682,137902,9,27,51a7d70c3f15081df18fa54a84f4383d343a2614,0,0,0,0,0,
+20200524,MT,479,32902,,3,65,,,,,441,C,5/24/2020 11:58,2020-05-24T11:58:00Z,05/24 07:58,16,65,2020-05-24T11:58:00Z,30,0,729,33381,33381,729,33381,0,0,9b7b6bc49a5c0b7b8094e7a08994ef52c74e2fad,0,0,0,0,0,
+20200524,NC,23222,313434,,587,,,,,,11637,A,5/24/2020 11:15,2020-05-24T11:15:00Z,05/24 07:15,744,,2020-05-24T11:15:00Z,37,497,6577,336656,336656,7074,336656,7,0,d376bf8318e4814329c90dc85e4ba50d675627e1,0,0,0,0,0,
+20200524,ND,2418,63070,,40,152,,,,,1496,C,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,53,152,2020-05-24T13:00:00Z,38,53,1287,65488,65488,1340,65488,1,2,f071fbacfad2427d886208420a5a97036e80cd4f,0,0,0,0,0,
+20200524,NE,11989,71216,,,,,,,,,D,5/23/2020 16:15,2020-05-23T16:15:00Z,05/23 12:15,147,,2020-05-23T16:15:00Z,31,327,2896,83205,83205,3223,83205,0,0,a07ccb337f6e5460935467b37d40e73ed0ddec17,0,0,0,0,0,
+20200524,NH,4089,55450,1844,93,419,,120,,,2197,B,5/23/2020 09:00,2020-05-23T09:00:00Z,05/23 05:00,208,419,2020-05-23T09:00:00Z,33,0,0,61383,59539,0,59539,0,0,abb2dcdc9fb98f5d5e0627507c5341beae9867fd,0,0,0,0,0,
+20200524,NJ,154154,449653,,2857,,760,,639,,25040,A+,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,11133,,2020-05-24T13:00:00Z,34,1050,24022,603807,603807,25072,603807,52,0,3452a807d18dc0faf2dfe477b33ebd9ff0b8e0bd,0,0,0,0,0,
+20200524,NM,6795,162324,,208,1139,,,,,2357,C,5/23/2020 20:01,2020-05-23T20:01:00Z,05/23 16:01,308,1139,2020-05-23T20:01:00Z,35,170,10566,169119,169119,10736,169119,6,0,72ef1d9db29109e40a19edeacb11bb5fbdc2dffa,0,0,0,0,0,
+20200524,NV,7770,102511,,373,,92,,51,,359,A+,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,392,,2020-05-24T10:00:00Z,32,74,3160,110281,110281,3234,110281,4,0,ef46f7d813215a5bdb29317e8fe30226c10852b1,0,0,0,0,0,
+20200524,NY,361515,1338311,,4393,88324,1406,,1067,,64080,A,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,23391,88324,2020-05-24T00:00:00Z,36,1589,46176,1699826,1699826,47765,1699826,109,241,0d786c07e3246871c477dad4b725637a83ab31c4,0,0,0,0,0,
+20200524,OH,31911,292642,,864,5476,317,1438,205,,,B,5/23/2020 14:00,2020-05-23T14:00:00Z,05/23 10:00,1969,5476,2020-05-23T14:00:00Z,39,503,7556,324553,324553,8059,324553,13,39,89f42f29cedb149a53e179f2335d251ca24fb119,0,0,0,0,0,
+20200524,OK,6037,154943,,174,938,78,,,,4688,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,311,938,2020-05-23T00:00:00Z,40,77,0,160980,160980,77,160980,0,12,a2ae4758a86fc2d87e30e6acf6a282d408f50636,0,0,0,0,0,
+20200524,OR,3927,108268,,117,742,35,,18,,1376,A+,5/24/2020 03:01,2020-05-24T03:01:00Z,05/23 23:01,148,742,2020-05-24T03:01:00Z,41,39,1949,112195,112195,1988,112195,1,2,8c03515965cec4fe95f717952c96075e75517fcd,0,0,0,0,0,
+20200524,PA,67713,328382,,1533,,,,336,,40627,A,5/24/2020 12:00,2020-05-24T12:00:00Z,05/24 08:00,5124,,2020-05-24T12:00:00Z,42,730,6913,396095,396095,7643,396095,28,0,34ea07d486f3c9ed2028b08f84f3510b06d0e835,0,0,0,0,0,
+20200524,PR,3189,,,106,,13,,7,,,B,5/24/2020 06:30,2020-05-24T06:30:00Z,05/24 02:30,127,,2020-05-24T06:30:00Z,72,89,0,3189,3189,89,3189,0,0,dfd527e5fb61f3bef59ed14f02d49f7f6edfc051,0,0,0,0,0,
+20200524,RI,14065,118636,,240,1580,49,,32,,1119,A+,5/24/2020 12:00,2020-05-24T12:00:00Z,05/24 08:00,608,1580,2020-05-24T12:00:00Z,44,113,2456,132701,132701,2569,132701,11,23,2c2c70dcbf820dda9f02756fa34cd167dac2b952,0,0,0,0,0,
+20200524,SC,10096,153851,,461,1534,,,,,5743,A+,5/24/2020 15:33,2020-05-24T15:33:00Z,05/24 11:33,435,1534,2020-05-24T15:33:00Z,45,201,4836,163947,163947,5037,163947,10,0,8a1cb6b8cb1d80d0e2522df6853fc63d6738995b,0,0,0,0,0,
+20200524,SD,4563,30342,,85,364,,,,,3371,C,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,50,364,2020-05-23T18:00:00Z,46,95,1282,34905,34905,1377,34905,0,6,c86eeaa3fead54ff1b61e12e92e57a9f0bc9f716,0,0,0,0,0,
+20200524,TN,20145,363431,,,1583,,,,,12837,B,5/24/2020 15:00,2020-05-24T15:00:00Z,05/24 11:00,336,1583,2020-05-24T15:00:00Z,47,356,9462,383576,383576,9818,383576,7,10,ce42f4425d15f70c084af3cd84ad11708f1f4287,0,0,0,0,0,
+20200524,TX,55348,708197,,1572,,,,,,33385,B,5/23/2020 04:45,2020-05-23T04:45:00Z,05/23 00:45,1506,,2020-05-23T04:45:00Z,48,839,0,763545,763545,839,763545,0,0,b285655fb17ba77f74e67a03ce28972cd0094c58,0,0,0,0,0,
+20200524,UT,8392,186041,,128,688,,215,,88,5081,B,5/24/2020 10:39,2020-05-24T10:39:00Z,05/24 06:39,97,688,2020-05-24T10:39:00Z,49,132,3522,194433,194433,3654,194433,0,-365,8a1d3c445daf194744407e86fafa57825ecfff2b,0,0,0,0,0,
+20200524,VA,36244,207841,411,1351,6453,354,,192,,5102,A+,5/23/2020 17:00,2020-05-23T17:00:00Z,05/23 13:00,1171,6453,2020-05-23T17:00:00Z,51,495,11120,244496,244085,11615,244085,12,22,59bbc2116bf88e76ba5e1169d8f557829a29dd36,0,0,0,0,0,
+20200524,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,0,1457,1412,0,1412,0,0,cb77f3c9f2a2418e8236370a48ba3c7e6cc5c070,0,0,0,0,0,
+20200524,VT,956,27634,,25,,,,,,839,B,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,54,,2020-05-24T00:00:00Z,50,2,1164,28590,28590,1166,28590,0,0,f2228d12720452455dbb340c6de1585c837d2782,0,0,0,0,0,
+20200524,WA,19585,296691,,313,3256,,,74,,,B,5/23/2020 02:59,2020-05-23T02:59:00Z,05/22 22:59,1055,3256,2020-05-23T02:59:00Z,53,320,7598,316276,316276,7918,316276,5,26,534056c74644ff0130b29e416a70f18a81b5ba19,0,0,0,0,0,
+20200524,WI,15277,186206,223,611,2315,128,541,,,8999,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,510,2315,2020-05-24T00:00:00Z,55,400,6877,201706,201483,7277,201483,3,23,eaa76a5451d54129558063a3f13b0faa44afdf87,0,0,0,0,0,
+20200524,WV,1759,83935,,23,,8,,4,,1121,B,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,72,,2020-05-24T10:00:00Z,54,42,1908,85694,85694,1950,85694,0,0,3662e9122de75c2f57be6594e0d9ee4b82d1ba62,0,0,0,0,0,
+20200524,WY,813,19221,,10,78,,,,,556,C,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,12,78,2020-05-23T00:00:00Z,56,0,0,20034,20034,0,20034,0,1,558f2b5477473d9f04d34c71763302c0ba4d91f8,0,0,0,0,0,
+20200523,AK,408,41943,,10,,,,,,358,C,5/23/2020 15:00,2020-05-23T15:00:00Z,05/23 11:00,10,,2020-05-23T15:00:00Z,02,4,901,42351,42351,905,42351,0,0,7d2c18a1856533a9ff9fd028eb5144eb44f28353,0,0,0,0,0,
+20200523,AL,13938,168738,,,1589,,538,,319,7951,B,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,546,1589,2020-05-23T00:00:00Z,01,375,4533,182676,182676,4908,182676,9,28,47cc19e80f6db4d12db473526d8c843b908b905d,0,0,0,0,0,
+20200523,AR,5612,97435,,81,590,,,14,111,4029,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,113,590,2020-05-23T00:00:00Z,05,0,0,103047,103047,0,103047,0,6,d075cfa54bc71127afe6d81087df3d10125bcc0d,0,0,0,0,0,
+20200523,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,4d0aba205b2fd82dca731a89d510ca5ffa0fde81,0,0,0,0,0,
+20200523,AZ,16039,164400,,784,1930,309,,193,,4033,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,799,1930,2020-05-23T00:00:00Z,04,431,4005,180439,180439,4436,180439,24,51,6a4b4f46575afcfe5a4a96d9390aadd5b07dc659,0,0,0,0,0,
+20200523,CA,90631,1424675,,4342,,1312,,,,,B,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,3708,,2020-05-23T00:00:00Z,06,2187,46346,1515306,1515306,48533,1515306,78,0,31e1e75f6a76ee0f1a7a6b357f27a7879380478f,0,0,0,0,0,
+20200523,CO,23487,121465,,571,4082,,,,,3612,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,1324,4082,2020-05-22T00:00:00Z,08,296,2431,144952,144952,2727,144952,14,45,56f9f7b0499e5b0c12bb23fe41e8514535b5074e,0,0,0,0,0,
+20200523,CT,40022,168345,,724,12538,,,,,7127,B,5/22/2020 20:30,2020-05-22T20:30:00Z,05/22 16:30,3675,12538,2020-05-22T20:30:00Z,09,382,5657,208367,208367,6039,208367,38,0,43624bc99cbc7631866ace2c263d130381e30d02,0,0,0,0,0,
+20200523,DC,7966,44025,,324,,110,,73,,1075,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,427,,2020-05-22T00:00:00Z,11,73,8925,51991,51991,8998,51991,9,0,b70581f69b32c80a38616bf047ea7ca460026611,0,0,0,0,0,
+20200523,DE,8690,41844,,210,,,,,,4454,B,5/22/2020 18:00,2020-05-22T18:00:00Z,05/22 14:00,324,,2020-05-22T18:00:00Z,10,161,1387,50534,50534,1548,50534,2,0,603468ba005e390a297bac58800ab61d65709d77,0,0,0,0,0,
+20200523,FL,50127,806310,1563,,9567,,,,,,A,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,2312,9567,2020-05-23T10:00:00Z,12,676,20265,858000,856437,20941,856437,44,195,ba86019a91c8cb095320d81e1ca8d138630f6681,0,0,0,0,0,
+20200523,GA,42132,411405,,848,7411,,1678,,,,A,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,1811,7411,2020-05-23T13:00:00Z,13,914,25374,453537,453537,26288,453537,26,98,d6a420532fd8c376408774326db0900107110a8e,0,0,0,0,0,
+20200523,GU,165,5194,,,,,,,,134,C,5/23/2020 02:35,2020-05-23T02:35:00Z,05/22 22:35,5,,2020-05-23T02:35:00Z,66,0,80,5359,5359,80,5359,0,0,00e785c03549f60a1e1704750767094197c6b5be,0,0,0,0,0,
+20200523,HI,642,48179,,,84,,,,,585,C,5/22/2020 18:00,2020-05-22T18:00:00Z,05/22 14:00,17,84,2020-05-22T18:00:00Z,15,-5,841,48821,48821,836,48821,0,1,08be061af28fb3ac933559f1e0dfe2596790f4dd,0,0,0,0,0,
+20200523,IA,16893,107048,,362,,111,,70,,9254,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,444,,2020-05-23T00:00:00Z,19,389,3302,123941,123941,3691,123941,19,0,ac52fadbdc0924fe78b33d6f1d08117c6d4ded9e,0,0,0,0,0,
+20200523,ID,2595,38014,,,225,,94,,,1735,A,5/22/2020 19:00,2020-05-22T19:00:00Z,05/22 15:00,79,225,2020-05-22T19:00:00Z,16,61,953,40609,40609,1014,40609,2,2,104237d4439c586360e0fa1f7aea6d3e090fb5dd,0,0,0,0,0,
+20200523,IL,107796,614451,,3753,,1027,,607,,,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,4790,,2020-05-22T00:00:00Z,17,2352,22762,722247,722247,25114,722247,75,0,ee4ee4f3f25173923f1484947984b63eac714137,0,0,0,0,0,
+20200523,IN,30901,184032,,1138,5285,403,1166,173,,,A+,5/22/2020 23:59,2020-05-22T23:59:00Z,05/22 19:59,1943,5285,2020-05-22T23:59:00Z,18,492,5880,214933,214933,6372,214933,2,0,2525ac198fb4de0c582064189a98a63d777f0bb8,0,0,0,0,0,
+20200523,KS,8958,67476,,,787,,269,,120,485,A+,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,185,787,2020-05-22T10:00:00Z,20,0,0,76434,76434,0,76434,0,0,645ee85ddc812de64c35880472c9991020d52345,0,0,0,0,0,
+20200523,KY,8426,163033,,477,2076,90,889,,,3069,A,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,391,2076,2020-05-22T17:00:00Z,21,140,5079,171459,171459,5219,171459,5,35,ed13f6c977161e3ba43874e034c571caeda7fae7,0,0,0,0,0,
+20200523,LA,37040,277407,,836,,,,112,,26249,B,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,2668,,2020-05-23T13:00:00Z,22,115,2524,314447,314447,2639,314447,0,0,f2d2d77a1c2202de12f0658490047cc898bab4fc,0,0,0,0,0,
+20200523,MA,91662,429324,,2237,9260,610,,,,,A,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,6304,9260,2020-05-23T10:00:00Z,25,773,8569,520986,520986,9342,520986,76,98,42671d4d54bcda5716fab12c9d95643d0cab53b2,0,0,0,0,0,
+20200523,MD,45495,186832,,1320,7825,524,,,,3283,B,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,2243,7825,2020-05-23T10:00:00Z,24,1071,3354,232327,232327,4425,232327,36,191,ba7bd010c7e3de2511122f4dfc2d005f465a1f59,0,0,0,0,0,
+20200523,ME,2013,35450,,50,243,26,,11,,1232,B,5/23/2020 11:00,2020-05-23T11:00:00Z,05/23 07:00,77,243,2020-05-23T11:00:00Z,23,65,0,37463,37463,65,37463,2,3,0f8e8f36834a0549d6a815ee7f6add796e652a35,0,0,0,0,0,
+20200523,MI,54365,396553,,953,,449,,319,,33168,A+,5/22/2020 11:00,2020-05-22T11:00:00Z,05/22 07:00,5223,,2020-05-22T11:00:00Z,26,452,-21318,450918,450918,-20866,450918,65,0,631535590dcaa0bbe0ee84b37c23b4ace90080b9,0,0,0,0,0,
+20200523,MN,19845,169648,,568,2534,215,832,,,13485,A,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,861,2534,2020-05-22T17:00:00Z,27,840,7682,189493,189493,8522,189493,10,102,cd741bb46bc4627553aec5f6baad4511355a69a8,0,0,0,0,0,
+20200523,MO,11752,136552,,742,,,,94,,,B,5/23/2020 15:00,2020-05-23T15:00:00Z,05/23 11:00,676,,2020-05-23T15:00:00Z,29,194,-24836,148304,148304,-24642,148304,5,0,d07309a4be72e578c0864c1a2cb5cb87d0cf0c0e,0,0,0,0,0,
+20200523,MP,22,4296,,,,,,,,13,D,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,2,,2020-05-22T00:00:00Z,69,0,0,4318,4318,0,4318,0,0,6244aa6aadbbee0e9e666a01fb85a261c341f310,0,0,0,0,0,
+20200523,MS,13005,121215,,590,1996,154,,93,,7681,A,5/22/2020 19:00,2020-05-22T19:00:00Z,05/22 15:00,616,1996,2020-05-22T19:00:00Z,28,381,-4134,134220,134220,-3753,134220,20,30,baaca2e05aa655cbec87b331a1886e7f46fa3189,0,0,0,0,0,
+20200523,MT,479,32173,,3,65,,,,,441,C,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,16,65,2020-05-23T00:00:00Z,30,0,795,32652,32652,795,32652,0,0,b3f37e059090bc1c9b2ce5c7596b60061a4110d0,0,0,0,0,0,
+20200523,NC,22725,306857,,589,,,,,,11637,A,5/23/2020 11:33,2020-05-23T11:33:00Z,05/23 07:33,737,,2020-05-23T11:33:00Z,37,1107,25251,329582,329582,26358,329582,9,0,ec05ee9af4eeb416565d590d89551fc305aba298,0,0,0,0,0,
+20200523,ND,2365,61783,,39,150,,,,,1451,C,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,52,150,2020-05-23T13:00:00Z,38,48,1270,64148,64148,1318,64148,0,3,3fa8a152cf9db8349e6e04c6b87c61882c090bf6,0,0,0,0,0,
+20200523,NE,11662,68320,,,,,,,,,D,5/22/2020 19:45,2020-05-22T19:45:00Z,05/22 15:45,147,,2020-05-22T19:45:00Z,31,237,1326,79982,79982,1563,79982,4,0,6d706a08b643be14b5c5255dd0e2d5d8f158f876,0,0,0,0,0,
+20200523,NH,4089,55450,1844,93,419,,120,,,2197,B,5/23/2020 09:00,2020-05-23T09:00:00Z,05/23 05:00,208,419,2020-05-23T09:00:00Z,33,154,4285,61383,59539,4439,59539,9,26,7e764d967e73c65a6782f2385f81a5ff309d6af7,0,0,0,0,0,
+20200523,NJ,153104,425631,,2974,,806,,611,,24762,A+,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,11081,,2020-05-23T13:00:00Z,34,385,23036,578735,578735,23421,578735,96,0,30da2c2218abdf56fc3e059723cc56a725764052,0,0,0,0,0,
+20200523,NM,6625,151758,,206,1139,,,,,2149,C,5/22/2020 17:58,2020-05-22T17:58:00Z,05/22 13:58,302,1139,2020-05-22T17:58:00Z,35,153,5463,158383,158383,5616,158383,8,0,684928c845753c8255777ee7ed0b63423ef7e1ff,0,0,0,0,0,
+20200523,NV,7696,99351,,402,,99,,53,,359,A+,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,388,,2020-05-23T13:00:00Z,32,295,6811,107047,107047,7106,107047,7,0,89d5dc4517a0db7a502e36186f23f6eb4290d964,0,0,0,0,0,
+20200523,NY,359926,1292135,,4844,88083,1581,,1254,,63292,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,23282,88083,2020-05-22T00:00:00Z,36,1772,49496,1652061,1652061,51268,1652061,87,240,42d7a3a027fe10b0ccb5bf2e55afcba7dc464a37,0,0,0,0,0,
+20200523,OH,31408,285086,,858,5437,333,1429,223,,,B,5/23/2020 14:00,2020-05-23T14:00:00Z,05/23 10:00,1956,5437,2020-05-23T14:00:00Z,39,614,8080,316494,316494,8694,316494,84,58,f36e4064095595e5c407d55ea2a5c8d8fd327c7f,0,0,0,0,0,
+20200523,OK,5960,154943,,174,926,78,,,,4645,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,311,926,2020-05-23T00:00:00Z,40,111,7625,160903,160903,7736,160903,4,0,bc827ebf66f27255caf9327c751176f45276325e,0,0,0,0,0,
+20200523,OR,3888,106319,,102,740,41,,15,,1376,A+,5/23/2020 03:01,2020-05-23T03:01:00Z,05/22 23:01,147,740,2020-05-23T03:01:00Z,41,24,2344,110207,110207,2368,110207,0,3,4a81f76e3f8a5d38655bad1d60ed8f0aec8a1293,0,0,0,0,0,
+20200523,PA,66983,321469,,1560,,,,348,,39519,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,5096,,2020-05-23T00:00:00Z,42,725,8726,388452,388452,9451,388452,112,0,8cfb2993f002aa50e4457f772a8cb1700d5757b7,0,0,0,0,0,
+20200523,PR,3100,,,106,,14,,5,,,B,5/23/2020 06:30,2020-05-23T06:30:00Z,05/23 02:30,127,,2020-05-23T06:30:00Z,72,70,0,3100,3100,70,3100,1,0,f50a7f2516fde391258da54d2ddd499c08457d6d,0,0,0,0,0,
+20200523,RI,13952,116180,,233,1557,51,,34,,1106,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,597,1557,2020-05-23T00:00:00Z,44,216,2777,130132,130132,2993,130132,18,20,a30079d921410bfdaca7235da544aa8380cab20b,0,0,0,0,0,
+20200523,SC,9895,149015,,430,1534,,,,,5743,A+,5/23/2020 15:31,2020-05-23T15:31:00Z,05/23 11:31,425,1534,2020-05-23T15:31:00Z,45,257,8630,158910,158910,8887,158910,6,0,2cd834dfd2976a3ffa2b8f1974b0c176aa70d39a,0,0,0,0,0,
+20200523,SD,4468,29060,,90,358,,,,,3336,C,5/22/2020 18:00,2020-05-22T18:00:00Z,05/22 14:00,50,358,2020-05-22T18:00:00Z,46,112,1072,33528,33528,1184,33528,0,7,7b73843920e3a0a1fb99cc81b9c59c338363eb00,0,0,0,0,0,
+20200523,TN,19789,353969,,,1573,,,,,12745,B,5/23/2020 15:00,2020-05-23T15:00:00Z,05/23 11:00,329,1573,2020-05-23T15:00:00Z,47,395,12347,373758,373758,12742,373758,14,13,3c4995fb331ef14dfde40de1fea589c955345b38,0,0,0,0,0,
+20200523,TX,54509,708197,,1688,,,,,,32277,B,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,1506,,2020-05-22T17:00:00Z,48,1060,20284,762706,762706,21344,762706,26,0,b182b569f9f03915e14179a90cce4cf8cc4cabe3,0,0,0,0,0,
+20200523,UT,8260,182519,,165,1053,,213,,88,4898,B,5/23/2020 11:28,2020-05-23T11:28:00Z,05/23 07:28,97,1053,2020-05-23T11:28:00Z,49,203,3742,190779,190779,3945,190779,4,17,6e66362f370da40f6c78e8c15eb5c7bb006e07a6,0,0,0,0,0,
+20200523,VA,35749,196721,409,1384,6431,330,,213,,5047,A+,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,1159,6431,2020-05-22T17:00:00Z,51,799,6496,232879,232470,7295,232470,23,9,f19ed76c90ba1ef6f6b46d681072776a89e852a7,0,0,0,0,0,
+20200523,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,0,1457,1412,0,1412,0,0,e399386b16f9d73dcb692994f39631bb7ddcc7cd,0,0,0,0,0,
+20200523,VT,954,26470,,21,,,,,,837,B,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,54,,2020-05-23T00:00:00Z,50,2,1689,27424,27424,1691,27424,0,0,9a05f6007bdedbe23bfcf5e7a2b6a6965b2b31f1,0,0,0,0,0,
+20200523,WA,19265,289093,,332,3230,,,96,,,B,5/22/2020 02:59,2020-05-22T02:59:00Z,05/21 22:59,1050,3230,2020-05-22T02:59:00Z,53,148,5283,308358,308358,5431,308358,6,74,4c8eac7fd9d6770c5cbcd84de01ab4757409a487,0,0,0,0,0,
+20200523,WI,14877,179329,223,611,2292,128,542,,,8688,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,507,2292,2020-05-23T00:00:00Z,55,481,6626,194429,194206,7107,194206,11,33,81b381eec3c93348568b7cc58a1ac32154e46f7d,0,0,0,0,0,
+20200523,WV,1717,82027,,39,,11,,9,,1110,B,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,72,,2020-05-23T10:00:00Z,54,101,-1186,83744,83744,-1085,83744,1,0,735eef683cc73a803d69483a528589fdbdaf4fdf,0,0,0,0,0,
+20200523,WY,813,19221,,10,77,,,,,551,C,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,12,77,2020-05-23T00:00:00Z,56,10,600,20034,20034,610,20034,0,1,99d6e68da689db2f1e450c668dfa9cc57f5cf09b,0,0,0,0,0,
+20200522,AK,404,41042,,15,,,,,,356,C,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,10,,2020-05-22T00:00:00Z,02,2,1899,41446,41446,1901,41446,0,0,c0adb6a9c815536068da4c4c031658f81ff6665d,0,0,0,0,0,
+20200522,AL,13563,164205,,,1561,,531,,315,7951,B,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,537,1561,2020-05-22T00:00:00Z,01,444,6585,177768,177768,7029,177768,8,33,ea430dc59eb077a5aa7a05f21f1aa25923b396a3,0,0,0,0,0,
+20200522,AR,5612,97435,,86,584,,,14,110,4029,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,113,584,2020-05-22T00:00:00Z,05,154,3617,103047,103047,3771,103047,3,49,ef8b6574aae205c0eeca4ba3df0c31595611f94e,0,0,0,0,0,
+20200522,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,21ff149a759cb24b3da200936958623ecae356ce,0,0,0,0,0,
+20200522,AZ,15608,160395,,796,1879,311,,203,,3949,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,775,1879,2020-05-22T00:00:00Z,04,293,4083,176003,176003,4376,176003,12,49,ca8716183968123ecab0f6cde4e7bd5d52a4ba3d,0,0,0,0,0,
+20200522,CA,88444,1378329,,4762,,1317,,,,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,3630,,2020-05-21T00:00:00Z,06,2247,43399,1466773,1466773,45646,1466773,88,0,0037ea1475168f41ece350024816619399829216,0,0,0,0,0,
+20200522,CO,23191,119034,,620,4037,,,,,3580,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,1310,4037,2020-05-22T00:00:00Z,08,394,6220,142225,142225,6614,142225,11,47,ec09d1283643b56917d176f26e60e4b7ae69c227,0,0,0,0,0,
+20200522,CT,39640,162688,,740,12538,,,,,7127,B,5/21/2020 20:30,2020-05-21T20:30:00Z,05/21 16:30,3637,12538,2020-05-21T20:30:00Z,09,432,5449,202328,202328,5881,202328,55,1592,e46928127582419be00dba05417961c958256483,0,0,0,0,0,
+20200522,DC,7893,35100,,342,,112,,74,,1069,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,418,,2020-05-21T00:00:00Z,11,105,1132,42993,42993,1237,42993,6,0,9459c0d50dd04836455f646c5675404f3ffd6b80,0,0,0,0,0,
+20200522,DE,8529,40457,,221,,,,,,4296,B,5/21/2020 18:00,2020-05-21T18:00:00Z,05/21 14:00,322,,2020-05-21T18:00:00Z,10,143,1301,48986,48986,1444,48986,5,0,5a30d61b8008a030accb0ee376f14053855a40af,0,0,0,0,0,
+20200522,FL,49451,786045,1487,,9372,,,,,,A,5/22/2020 09:39,2020-05-22T09:39:00Z,05/22 05:39,2268,9372,2020-05-22T09:39:00Z,12,776,20791,836983,835496,21567,835496,46,172,422f0692f105583ba04f1eecbe27ee844c355730,0,0,0,0,0,
+20200522,GA,41218,386031,,889,7313,,1658,,,,A,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,1785,7313,2020-05-22T13:00:00Z,13,813,18705,427249,427249,19518,427249,31,78,8bea1e17cc3402e4f9fd9f3ec06b421c15d4a7d8,0,0,0,0,0,
+20200522,GU,165,5114,,,,,,,,125,C,5/22/2020 05:35,2020-05-22T05:35:00Z,05/22 01:35,5,,2020-05-22T05:35:00Z,66,0,215,5279,5279,215,5279,0,0,22ff8add8ce056aa27d66d333b445b242af1db63,0,0,0,0,0,
+20200522,HI,647,47338,,,83,,,,,579,C,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,17,83,2020-05-21T00:00:00Z,15,4,832,47985,47985,836,47985,0,1,595a5ecc2aca374cceb392267e197daa21876bab,0,0,0,0,0,
+20200522,IA,16504,103746,,362,,123,,79,,9079,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,425,,2020-05-22T00:00:00Z,19,334,3351,120250,120250,3685,120250,19,0,9bb1e8e76d2f22133e89498c54c0c8a0f0804453,0,0,0,0,0,
+20200522,ID,2534,37061,,,223,,92,,,1720,A,5/21/2020 19:00,2020-05-21T19:00:00Z,05/21 15:00,77,223,2020-05-21T19:00:00Z,16,28,679,39595,39595,707,39595,0,2,83bf987f6d9093e2b64169dbdcd36cf924e67a10,0,0,0,0,0,
+20200522,IL,105444,591689,,3928,,1060,,589,,,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,4715,,2020-05-22T00:00:00Z,17,2758,22355,697133,697133,25113,697133,108,0,adb07dfd072950dfb0f185ec3bd82d3674be8713,0,0,0,0,0,
+20200522,IN,30409,178152,,1203,5285,416,1166,173,,,A+,5/21/2020 23:59,2020-05-21T23:59:00Z,05/21 19:59,1941,5285,2020-05-21T23:59:00Z,18,473,5093,208561,208561,5566,208561,28,896,c54756380c3e83cfe5459dd7d47f8c99ab2a38b9,0,0,0,0,0,
+20200522,KS,8958,67476,,,787,,269,,120,485,A+,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,185,787,2020-05-22T10:00:00Z,20,419,4812,76434,76434,5231,76434,7,27,2164e83e3acfcd737e2bf8729e6b833d87a1dc76,0,0,0,0,0,
+20200522,KY,8286,157954,,475,2041,92,886,,,3008,A,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,386,2041,2020-05-21T17:00:00Z,21,119,7449,166240,166240,7568,166240,10,25,f28a250a485524d2b03821bbd00285c35b1331dc,0,0,0,0,0,
+20200522,LA,36925,274883,,867,,,,104,,26249,B,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,2668,,2020-05-22T13:00:00Z,22,421,6006,311808,311808,6427,311808,39,0,a7031b29b7b0ba1a890d48dde1cf12691b6dab20,0,0,0,0,0,
+20200522,MA,90889,420755,,2323,9162,628,,,,,A,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,6228,9162,2020-05-22T10:00:00Z,25,805,9353,511644,511644,10158,511644,80,122,52c5d4b445639fdcf268f59c4c1374aed533586d,0,0,0,0,0,
+20200522,MD,44424,183478,,1329,7634,506,,,,3243,B,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,2207,7634,2020-05-22T10:00:00Z,24,893,6776,227902,227902,7669,227902,48,149,e83bb8596896955466ba1cfdf1493dd3115e4d50,0,0,0,0,0,
+20200522,ME,1948,35450,,45,240,21,,12,,1192,B,5/22/2020 12:30,2020-05-22T12:30:00Z,05/22 08:30,75,240,2020-05-22T12:30:00Z,23,71,0,37398,37398,71,37398,2,5,7e8aff2f815f65802e68faa1f72c826c581835b9,0,0,0,0,0,
+20200522,MI,53913,417871,,955,,470,,348,,28234,A+,5/22/2020 11:00,2020-05-22T11:00:00Z,05/22 07:00,5158,,2020-05-22T11:00:00Z,26,403,16641,471784,471784,17044,471784,29,0,2eedda92fc6858d7e0e429aa94f8d983a2116668,0,0,0,0,0,
+20200522,MN,19005,161966,,534,2432,233,806,,,12696,A,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,851,2432,2020-05-21T17:00:00Z,27,805,6610,180971,180971,7415,180971,33,52,a9c5b88006ac193469326405d120b5ac7982fb05,0,0,0,0,0,
+20200522,MO,11558,161388,,711,,,,93,,,B,5/22/2020 15:00,2020-05-22T15:00:00Z,05/22 11:00,671,,2020-05-22T15:00:00Z,29,218,10636,172946,172946,10854,172946,10,0,b7b8e008a20a1807af5484d94a692f37fd372086,0,0,0,0,0,
+20200522,MP,22,4296,,,,,,,,13,D,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,2,,2020-05-22T00:00:00Z,69,0,229,4318,4318,229,4318,0,0,a7e3163ed78201a87dda1dc8b3f4e521218eb670,0,0,0,0,0,
+20200522,MS,12624,125349,,557,1966,159,,85,,7681,A,5/21/2020 19:00,2020-05-21T19:00:00Z,05/21 15:00,596,1966,2020-05-21T19:00:00Z,28,402,11601,137973,137973,12003,137973,16,34,313985e6cd3d9c987b2818865253e037e19103d7,0,0,0,0,0,
+20200522,MT,479,31378,,3,65,,,,,441,C,5/22/2020 12:05,2020-05-22T12:05:00Z,05/22 08:05,16,65,2020-05-22T12:05:00Z,30,0,1333,31857,31857,1333,31857,0,0,ce1345c4e3cf05f7780e79f9237e37b677e98496,0,0,0,0,0,
+20200522,NC,21618,281606,,568,,,,,,11637,A,5/22/2020 10:51,2020-05-22T10:51:00Z,05/22 06:51,728,,2020-05-22T10:51:00Z,37,758,11821,303224,303224,12579,303224,12,0,4737beb1258e6b29f6450455397b17fa4050d6dc,0,0,0,0,0,
+20200522,ND,2317,60513,,39,147,,,,,1405,C,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,52,147,2020-05-22T13:00:00Z,38,88,1463,62830,62830,1551,62830,1,3,4cbb16ba75701dbd8e3d90075ce4b9145e96397f,0,0,0,0,0,
+20200522,NE,11425,66994,,,,,,,,,D,5/21/2020 19:50,2020-05-21T19:50:00Z,05/21 15:50,143,,2020-05-21T19:50:00Z,31,303,2476,78419,78419,2779,78419,5,0,8948099ca1b1fc32918bbabc60765b6ac1b33c31,0,0,0,0,0,
+20200522,NH,3935,51165,1526,97,393,,120,,,1767,B,5/21/2020 09:00,2020-05-21T09:00:00Z,05/21 05:00,199,393,2020-05-21T09:00:00Z,33,67,2203,56626,55100,2270,55100,9,8,a16feff2532e59f45d065f0c5e0c5504920dc233,0,0,0,0,0,
+20200522,NJ,152719,402595,,3049,,846,,674,,24491,A+,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,10985,,2020-05-22T13:00:00Z,34,1247,9793,555314,555314,11040,555314,142,0,330b3b23e34360150122562bcd8fcc5c13354559,0,0,0,0,0,
+20200522,NM,6472,146295,,205,1139,,,,,2041,C,5/21/2020 18:00,2020-05-21T18:00:00Z,05/21 14:00,294,1139,2020-05-21T18:00:00Z,35,155,5268,152767,152767,5423,152767,11,0,d0ea9f2fb92fb377823fa0b3e7e6892f446355c8,0,0,0,0,0,
+20200522,NV,7401,92540,,404,,90,,51,,339,A+,5/22/2020 09:30,2020-05-22T09:30:00Z,05/22 05:30,381,,2020-05-22T09:30:00Z,32,146,5413,99941,99941,5559,99941,3,0,ccf54d9d372afccca2c48f4002e816b2a0c59739,0,0,0,0,0,
+20200522,NY,358154,1242639,,4844,87843,1581,,1254,,63292,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,23195,87843,2020-05-22T00:00:00Z,36,1696,44042,1600793,1600793,45738,1600793,112,205,fedd339f602ef7d16de309ab2e06d798fe0b75a6,0,0,0,0,0,
+20200522,OH,30794,277006,,879,5379,362,1416,232,,,B,5/22/2020 14:00,2020-05-22T14:00:00Z,05/22 10:00,1872,5379,2020-05-22T14:00:00Z,39,627,8095,307800,307800,8722,307800,36,84,e40c3cb1db9450dba9ae978e2e850fd95c183b23,0,0,0,0,0,
+20200522,OK,5849,147318,,190,926,94,,,,4533,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,307,926,2020-05-22T00:00:00Z,40,169,3403,153167,153167,3572,153167,3,9,066329f00316861e63db49118caf56890428c1e6,0,0,0,0,0,
+20200522,OR,3864,103975,,146,737,47,,16,,1376,A+,5/22/2020 11:00,2020-05-22T11:00:00Z,05/22 07:00,147,737,2020-05-22T11:00:00Z,41,47,2568,107839,107839,2615,107839,2,5,5c09cc60fe35f9ab33c153072d5f3763bdabdb15,0,0,0,0,0,
+20200522,PA,66258,312743,,1580,,,,368,,37767,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,4984,,2020-05-22T00:00:00Z,42,866,9229,379001,379001,10095,379001,115,0,51ff56548d7021cbc2e2328b4944298f4ed9ba6a,0,0,0,0,0,
+20200522,PR,3030,,,96,,12,,6,,,B,5/22/2020 05:51,2020-05-22T05:51:00Z,05/22 01:51,126,,2020-05-22T05:51:00Z,72,117,0,3030,3030,117,3030,0,0,57f788d3acb8b31a13b9fccebf67d4a34bd0338a,0,0,0,0,0,
+20200522,RI,13736,113403,,242,1537,56,,40,,1084,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,579,1537,2020-05-22T00:00:00Z,44,165,3607,127139,127139,3772,127139,23,31,74f0004a88f5d3ea2687a9206b93916e45f1f3d1,0,0,0,0,0,
+20200522,SC,9638,140385,,429,1534,,,,,5743,A+,5/22/2020 16:00,2020-05-22T16:00:00Z,05/22 12:00,419,1534,2020-05-22T16:00:00Z,45,463,11322,150023,150023,11785,150023,12,90,857dd4253a0db990b34328697d6188e792e35e14,0,0,0,0,0,
+20200522,SD,4356,27988,,83,351,,,,,3267,C,5/21/2020 18:00,2020-05-21T18:00:00Z,05/21 14:00,50,351,2020-05-21T18:00:00Z,46,106,937,32344,32344,1043,32344,2,9,124c590c46fa70d1b1e1bfb27b56c8fb35197800,0,0,0,0,0,
+20200522,TN,19394,341622,,,1560,,,,,12566,B,5/22/2020 15:00,2020-05-22T15:00:00Z,05/22 11:00,315,1560,2020-05-22T15:00:00Z,47,433,0,361016,361016,433,361016,2,21,a2b0e47f72382d3ff0adb3356e376e21b562b411,0,0,0,0,0,
+20200522,TX,53449,687913,,1578,,,,,,31223,B,5/21/2020 17:55,2020-05-21T17:55:00Z,05/21 13:55,1480,,2020-05-21T17:55:00Z,48,1181,0,741362,741362,1181,741362,40,0,cd2bc54b29a10836c2ddc6c5f5be21624acd3b3d,0,0,0,0,0,
+20200522,UT,8057,178777,,163,1036,,210,,88,4748,B,5/22/2020 15:00,2020-05-22T15:00:00Z,05/22 11:00,93,1036,2020-05-22T15:00:00Z,49,183,3777,186834,186834,3960,186834,1,389,14df3dae238935258f64774014e672de85f0cf36,0,0,0,0,0,
+20200522,VA,34950,190225,464,1459,6422,366,,207,,4963,A+,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,1136,6422,2020-05-21T17:00:00Z,51,813,5763,225639,225175,6576,225175,37,153,ce931f2127f119c96ad349fabf237b213b68d198,0,0,0,0,0,
+20200522,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,29,1457,1412,29,1412,0,0,326a67eb67657dae990cffbbb0cf3c0f7495c317,0,0,0,0,0,
+20200522,VT,952,24781,,16,,,,,,834,B,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,54,,2020-05-22T00:00:00Z,50,2,30,25733,25733,32,25733,0,0,7409209ea1ec9910540b0a0c0dc452e109bac89a,0,0,0,0,0,
+20200522,WA,19117,283810,,332,3156,,,85,,,B,5/21/2020 02:59,2020-05-21T02:59:00Z,05/20 22:59,1044,3156,2020-05-21T02:59:00Z,53,21,48,302927,302927,69,302927,7,31,f02c787c19c5d6ba48dd720db20edc66cd8b0d4d,0,0,0,0,0,
+20200522,WI,14396,172703,187,583,2259,133,535,,,8362,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,496,2259,2020-05-22T00:00:00Z,55,511,9465,187286,187099,9976,187099,9,41,a604f4826f81e7f7da572ce7cef2a10a6ea84f99,0,0,0,0,0,
+20200522,WV,1616,83213,,47,,13,,9,,983,B,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,71,,2020-05-22T10:00:00Z,54,23,1665,84829,84829,1688,84829,1,0,4925f7db67cd2db9939af2495068694be8ae4cbe,0,0,0,0,0,
+20200522,WY,803,18621,,10,76,,,,,551,C,5/21/2020 18:02,2020-05-21T18:02:00Z,05/21 14:02,12,76,2020-05-21T18:02:00Z,56,16,568,19424,19424,584,19424,1,1,bab2781407c025f0cd4498784f7ba1e6eeae9887,0,0,0,0,0,
+20200521,AK,402,39143,,19,,,,,,356,C,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,10,,2020-05-21T00:00:00Z,02,0,2500,39545,39545,2500,39545,0,0,216013a8c741a6e4c4f8096e0c22643823f714a2,0,0,0,0,0,
+20200521,AL,13119,157620,,,1528,,526,,311,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,529,1528,2020-05-21T00:00:00Z,01,375,5914,170739,170739,6289,170739,12,35,294a583abd4bfa8e7efcd54e98fb2c2d71981fcc,0,0,0,0,0,
+20200521,AR,5458,93818,,78,535,,,14,101,3915,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,110,535,2020-05-21T00:00:00Z,05,455,2563,99276,99276,3018,99276,3,0,29e9c18e58e4803f752dbab89811196c578bfc65,0,0,0,0,0,
+20200521,AS,0,124,,,,,,,,,D,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,4c2bce399dc9cb2231d2fdfce837b30a9854ee58,0,0,0,0,0,
+20200521,AZ,15315,156312,,812,1830,299,,197,,3872,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,763,1830,2020-05-21T00:00:00Z,04,418,5774,171627,171627,6192,171627,16,38,5de6be24b59bea92c11016a3ac1a325560e584c6,0,0,0,0,0,
+20200521,CA,86197,1334930,,4735,,1310,,,,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,3542,,2020-05-21T00:00:00Z,06,2140,38867,1421127,1421127,41007,1421127,106,0,39f4ae4591a76ae0c082690187f4be3096b7eb15,0,0,0,0,0,
+20200521,CO,22797,112814,,613,3990,,,,,3532,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,1299,3990,2020-05-21T00:00:00Z,08,315,3459,135611,135611,3774,135611,42,35,9798342c2a2f4f380f51d15b6a12d7a9a9b34c5e,0,0,0,0,0,
+20200521,CT,39208,157239,,816,10946,,,,,6264,B,5/20/2020 08:30,2020-05-20T08:30:00Z,05/20 04:30,3582,10946,2020-05-20T08:30:00Z,09,191,5538,196447,196447,5729,196447,53,0,fadd43e1f9a9124b688d862ef6c21e817083b70e,0,0,0,0,0,
+20200521,DC,7788,33968,,336,,,,74,,1061,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,412,,2020-05-20T00:00:00Z,11,237,1100,41756,41756,1337,41756,5,0,a50af00df4820ce0efa29a8dbd2ae779984c0174,0,0,0,0,0,
+20200521,DE,8386,39156,,220,,,,,,4130,B,5/20/2020 18:00,2020-05-20T18:00:00Z,05/20 14:00,317,,2020-05-20T18:00:00Z,10,192,1938,47542,47542,2130,47542,7,0,558ce48880c2548236a37938237ffb3d00d23e04,0,0,0,0,0,
+20200521,FL,48675,765254,1471,,9200,,,,,,A,5/21/2020 10:09,2020-05-21T10:09:00Z,05/21 06:09,2222,9200,2020-05-21T10:09:00Z,12,1204,41377,815400,813929,42581,813929,49,266,8329e8a0fd20ca59707707a8a40b8009839b4823,0,0,0,0,0,
+20200521,GA,40405,367326,,959,7235,,1642,,,,A,5/21/2020 13:00,2020-05-21T13:00:00Z,05/21 09:00,1754,7235,2020-05-21T13:00:00Z,13,758,4033,407731,407731,4791,407731,67,128,19e3d9d6f68409074d260ae2f7a57fe277fdc64f,0,0,0,0,0,
+20200521,GU,165,4899,,,,,,,,125,C,5/21/2020 08:00,2020-05-21T08:00:00Z,05/21 04:00,5,,2020-05-21T08:00:00Z,66,0,92,5064,5064,92,5064,0,0,01bb3cb203a8c89577f2f4ccf963f1f7da27d47b,0,0,0,0,0,
+20200521,HI,643,46506,,,82,,,,,578,C,5/20/2020 18:00,2020-05-20T18:00:00Z,05/20 14:00,17,82,2020-05-20T18:00:00Z,15,2,843,47149,47149,845,47149,0,0,5e2d5be636c686774a1fd89a8406c4124899c903,0,0,0,0,0,
+20200521,IA,16170,100395,,376,,125,,80,,8672,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,406,,2020-05-21T00:00:00Z,19,556,5261,116565,116565,5817,116565,18,0,3bd415bbc077c9455d53a92391687315e88bcddd,0,0,0,0,0,
+20200521,ID,2506,36382,,,221,,91,,,1688,B,5/20/2020 19:00,2020-05-20T19:00:00Z,05/20 15:00,77,221,2020-05-20T19:00:00Z,16,30,291,38888,38888,321,38888,0,6,92d15fb1a284459429b4cc81624bbd60321dae74,0,0,0,0,0,
+20200521,IL,102686,569334,,4107,,1088,,609,,,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,4607,,2020-05-21T00:00:00Z,17,2268,27039,672020,672020,29307,672020,82,0,9acda5f4b66596f90a137b8330863636a21a02cd,0,0,0,0,0,
+20200521,IN,29936,173059,,1166,4389,409,990,175,,,A+,5/20/2020 23:59,2020-05-20T23:59:00Z,05/20 19:59,1913,4389,2020-05-20T23:59:00Z,18,662,6595,202995,202995,7257,202995,49,0,722d06d0d1c6aebe3ec043f6df5af97b3057f0df,0,0,0,0,0,
+20200521,KS,8539,62664,,,760,,258,,116,473,A+,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,178,760,2020-05-20T10:00:00Z,20,0,0,71203,71203,0,71203,0,0,4a67752092815af17f6d1e43c69060f7bca09037,0,0,0,0,0,
+20200521,KY,8167,150505,,474,2016,98,879,,,2919,A,5/20/2020 17:00,2020-05-20T17:00:00Z,05/20 13:00,376,2016,2020-05-20T17:00:00Z,21,98,4588,158672,158672,4686,158672,10,6,9612d432f75db2c232d86056e65b34fc508302f6,0,0,0,0,0,
+20200521,LA,36504,268877,,884,,,,107,,26249,B,5/21/2020 13:00,2020-05-21T13:00:00Z,05/21 09:00,2629,,2020-05-21T13:00:00Z,22,1188,18223,305381,305381,19411,305381,21,0,99b78a18e1083718cd542a89c1b09477efdc88d0,0,0,0,0,0,
+20200521,MA,90084,411402,,2396,9040,647,,,,,A,5/21/2020 10:00,2020-05-21T10:00:00Z,05/21 06:00,6148,9040,2020-05-21T10:00:00Z,25,1114,10419,501486,501486,11533,501486,82,143,d49fddffa65527f7350b2ff0c8e1fb5f5cf0a577,0,0,0,0,0,
+20200521,MD,43531,176702,,1374,7485,526,,,,3099,B,5/21/2020 10:00,2020-05-21T10:00:00Z,05/21 06:00,2159,7485,2020-05-21T10:00:00Z,24,1208,3695,220233,220233,4903,220233,36,92,ff4209207c503854d3d97ef67d091d1836536be5,0,0,0,0,0,
+20200521,ME,1877,35450,,41,235,21,,12,,1145,B,5/21/2020 12:00,2020-05-21T12:00:00Z,05/21 08:00,73,235,2020-05-21T12:00:00Z,23,58,0,37327,37327,58,37327,0,4,c5d57b6bdf9c7dbdc10e3b93cb97ee1f4eb216c9,0,0,0,0,0,
+20200521,MI,53510,401230,,1054,,472,,361,,28234,A+,5/21/2020 11:00,2020-05-21T11:00:00Z,05/21 07:00,5129,,2020-05-21T11:00:00Z,26,501,17167,454740,454740,17668,454740,69,0,f49d517e01a8237d8ad2c93550fe3d246c983a1c,0,0,0,0,0,
+20200521,MN,18200,155356,,566,2380,229,787,,,12488,A,5/20/2020 17:00,2020-05-20T17:00:00Z,05/20 13:00,818,2380,2020-05-20T17:00:00Z,27,530,5688,173556,173556,6218,173556,32,72,b0a9f74b29ebfc6bec2e80987bf1d92f26a19769,0,0,0,0,0,
+20200521,MO,11340,150752,,697,,,,99,,,B,5/21/2020 15:00,2020-05-21T15:00:00Z,05/21 11:00,661,,2020-05-21T15:00:00Z,29,108,0,162092,162092,108,162092,30,0,59f36b1d8bc0ace1b4fbb78c43c0435e554d1735,0,0,0,0,0,
+20200521,MP,22,4067,,,,,,,,13,D,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,2,,2020-05-21T00:00:00Z,69,1,271,4089,4089,272,4089,0,0,7a543da14d0918502e17fc381330cb61ae6fe1f9,0,0,0,0,0,
+20200521,MS,12222,113748,,638,1932,158,,92,,7681,A,5/20/2020 19:00,2020-05-20T19:00:00Z,05/20 15:00,580,1932,2020-05-20T19:00:00Z,28,255,5035,125970,125970,5290,125970,10,31,0ecb385a0a8036fe34c0c76b48981843c0c691ac,0,0,0,0,0,
+20200521,MT,479,30045,,3,65,,,,,440,C,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,16,65,2020-05-21T00:00:00Z,30,1,797,30524,30524,798,30524,0,0,0cf561d8dc32a7c500e237d9f63b46cb0d320242,0,0,0,0,0,
+20200521,NC,20860,269785,,578,,,,,,11637,A,5/21/2020 13:50,2020-05-21T13:50:00Z,05/21 09:50,716,,2020-05-21T13:50:00Z,37,738,12304,290645,290645,13042,290645,14,0,a99bcecf3c3e0201d4d99cb0f212f9cd64e2b16e,0,0,0,0,0,
+20200521,ND,2229,59050,,39,144,,,,,1340,C,5/21/2020 01:59,2020-05-21T01:59:00Z,05/20 21:59,51,144,2020-05-21T01:59:00Z,38,134,1945,61279,61279,2079,61279,2,2,57f0ee9af9d0b1483f6295a313b71fc8dfd5a68a,0,0,0,0,0,
+20200521,NE,11122,64518,,,,,,,,,D,5/20/2020 19:55,2020-05-20T19:55:00Z,05/20 15:55,138,,2020-05-20T19:55:00Z,31,276,3229,75640,75640,3505,75640,6,0,735fff39cda8bd14ce95adfd5757ea65f3504a04,0,0,0,0,0,
+20200521,NH,3868,48962,1434,103,385,,109,,,1388,B,5/20/2020 09:00,2020-05-20T09:00:00Z,05/20 05:00,190,385,2020-05-20T09:00:00Z,33,147,1795,54264,52830,1942,52830,8,2,606884ca2c0fcf4c6fc33753a4bd02423f65df62,0,0,0,0,0,
+20200521,NJ,151472,392802,,3208,,896,,700,,24236,A+,5/21/2020 13:00,2020-05-21T13:00:00Z,05/21 09:00,10843,,2020-05-21T13:00:00Z,34,1073,11858,544274,544274,12931,544274,96,0,fa32c87e9bc22f3cef63b87be7ac569e65665f1c,0,0,0,0,0,
+20200521,NM,6317,141027,,206,1139,,,,,1985,C,5/20/2020 18:35,2020-05-20T18:35:00Z,05/20 14:35,283,1139,2020-05-20T18:35:00Z,35,125,4973,147344,147344,5098,147344,7,0,ee6b9abdea75720791b593edb5b5b28bc63249a5,0,0,0,0,0,
+20200521,NV,7255,87127,,410,,92,,52,,339,A+,5/21/2020 10:30,2020-05-21T10:30:00Z,05/21 06:30,378,,2020-05-21T10:30:00Z,32,89,3122,94382,94382,3211,94382,5,0,d7696c87a8f167aded3bf31e86cf7bfdc01e721f,0,0,0,0,0,
+20200521,NY,356458,1198597,,5187,87638,1695,,1345,,62826,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,23083,87638,2020-05-21T00:00:00Z,36,2088,47131,1555055,1555055,49219,1555055,107,179,9ddf2a4ab224407b5788d931aeef529b0a193ebe,0,0,0,0,0,
+20200521,OH,30167,268911,,892,5295,349,1397,258,,,B,5/21/2020 14:00,2020-05-21T14:00:00Z,05/21 10:00,1836,5295,2020-05-21T14:00:00Z,39,731,8819,299078,299078,9550,299078,55,97,ea72f23f882b6f809c012bcf7be3b322e5af4a32,0,0,0,0,0,
+20200521,OK,5680,143915,,201,917,78,,,,4361,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,304,917,2020-05-21T00:00:00Z,40,148,5076,149595,149595,5224,149595,5,12,711c83fe193857e22b452a1f6be2e7fe12d7ec38,0,0,0,0,0,
+20200521,OR,3817,101407,,140,732,40,,14,,1406,A+,5/21/2020 11:00,2020-05-21T11:00:00Z,05/21 07:00,145,732,2020-05-21T11:00:00Z,41,16,3059,105224,105224,3075,105224,1,9,baa2f2507a43f98a50a356d8fb3d2da0cc375a24,0,0,0,0,0,
+20200521,PA,65392,303514,,1654,,,,361,,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,4869,,2020-05-21T00:00:00Z,42,1726,17480,368906,368906,19206,368906,245,0,9b82148efbf4a62bb892297df302daf019ce9057,0,0,0,0,0,
+20200521,PR,2913,,,,,13,,7,,,C,5/21/2020 05:54,2020-05-21T05:54:00Z,05/21 01:54,126,,2020-05-21T05:54:00Z,72,47,0,2913,2913,47,2913,1,0,21da2a1b95537b024a8c8e743c4bfbe26aa303b1,0,0,0,0,0,
+20200521,RI,13571,109796,,254,1506,56,,41,,1047,A+,5/21/2020 12:00,2020-05-21T12:00:00Z,05/21 08:00,556,1506,2020-05-21T12:00:00Z,44,215,2624,123367,123367,2839,123367,18,20,a21a8c7c0bd5bb80393820354e73d1a324ecd381,0,0,0,0,0,
+20200521,SC,9175,129063,,414,1444,,,,,5451,A+,5/20/2020 17:55,2020-05-20T17:55:00Z,05/20 13:55,407,1444,2020-05-20T17:55:00Z,45,119,3056,138238,138238,3175,138238,8,0,e2d47c5d2adcee997632ad45230ab168ded3ccb8,0,0,0,0,0,
+20200521,SD,4250,27051,,91,342,,,,,3145,C,5/21/2020 11:23,2020-05-21T11:23:00Z,05/21 07:23,48,342,2020-05-21T11:23:00Z,46,73,839,31301,31301,912,31301,2,9,971794eda94f63521632d1672e805599f0bb821a,0,0,0,0,0,
+20200521,TN,18961,341622,,,1539,,,,,12191,B,5/21/2020 15:00,2020-05-21T15:00:00Z,05/21 11:00,313,1539,2020-05-21T15:00:00Z,47,429,6141,360583,360583,6570,360583,4,24,c83e79724ce62033d78d31e5e972bf464d6f90e3,0,0,0,0,0,
+20200521,TX,52268,687913,,1680,,,,,,30341,B,5/20/2020 16:50,2020-05-20T16:50:00Z,05/20 12:50,1440,,2020-05-20T16:50:00Z,48,945,18308,740181,740181,19253,740181,21,0,eeda5b351eadb5ca88644fa5d8621db7f09cf046,0,0,0,0,0,
+20200521,UT,7874,175000,,169,647,,207,,88,4596,B,5/21/2020 10:45,2020-05-21T10:45:00Z,05/21 06:45,92,647,2020-05-21T10:45:00Z,49,164,3046,182874,182874,3210,182874,2,16,282acf109ad1f43c49d474c9b4b58f622640c06a,0,0,0,0,0,
+20200521,VA,34137,184462,490,1491,6269,351,,191,,4778,A+,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,1099,6269,2020-05-21T17:00:00Z,51,1229,4744,219089,218599,5973,218599,25,210,0fdc20c6a03773790be4290e15be72d9ce4a1f34,0,0,0,0,0,
+20200521,VI,69,1314,26,,,,,,,61,C,5/20/2020 07:09,2020-05-20T07:09:00Z,05/20 03:09,6,,2020-05-20T07:09:00Z,78,0,0,1409,1383,0,1383,0,0,ebbbfd06b3832d932a958320d2683afc3a870b61,0,0,0,0,0,
+20200521,VT,950,24751,,14,,,,,,827,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,54,,2020-05-21T00:00:00Z,50,6,637,25701,25701,643,25701,0,0,002c38a3e05a6e05cf313ccbde07149cf7e1b54b,0,0,0,0,0,
+20200521,WA,19096,283762,,242,3125,,,70,,,B,5/20/2020 02:59,2020-05-20T02:59:00Z,05/19 22:59,1037,3125,2020-05-20T02:59:00Z,53,0,0,302858,302858,0,302858,6,3125,9aa14da7232840a2a3ce7c13ac687fddc5278a2f,0,0,0,0,0,
+20200521,WI,13885,163238,220,524,2218,126,526,,,8012,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,487,2218,2020-05-21T00:00:00Z,55,472,8938,177343,177123,9410,177123,6,57,40df6b289e28e44b6898fa3e4e993461807238de,0,0,0,0,0,
+20200521,WV,1593,81548,,46,,12,,9,,983,B,5/21/2020 10:00,2020-05-21T10:00:00Z,05/21 06:00,70,,2020-05-21T10:00:00Z,54,48,2452,83141,83141,2500,83141,1,0,99e4e0536e7514b9fc483096ec71e84e8916c564,0,0,0,0,0,
+20200521,WY,787,18053,,8,75,,,,,534,C,5/20/2020 16:54,2020-05-20T16:54:00Z,05/20 12:54,11,75,2020-05-20T16:54:00Z,56,0,0,18840,18840,0,18840,0,1,fe99717fe56fac09a6d102238a3feca47dbc9071,0,0,0,0,0,
+20200520,AK,402,36643,,16,,,,,,352,C,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,10,,2020-05-20T00:00:00Z,02,3,662,37045,37045,665,37045,0,0,cfe069d40124ddd29f18c626b7567ade450fc099,0,0,0,0,0,
+20200520,AL,12744,151706,,,1493,,524,,309,,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,517,1493,2020-05-19T00:00:00Z,01,368,6516,164450,164450,6884,164450,13,40,1f9cb20345c2c4b6a2d25930cba3b070b8200374,0,0,0,0,0,
+20200520,AR,5003,91255,,78,535,,,14,101,3852,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,107,535,2020-05-20T00:00:00Z,05,80,2477,96258,96258,2557,96258,5,0,dd358b06d7f91a10f6d1b94df78b2d4c8ebe0bd6,0,0,0,0,0,
+20200520,AS,0,124,,,,,,,,,D,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,36b3ae586907fc46b21a94b494ec24cfccfaef55,0,0,0,0,0,
+20200520,AZ,14897,150538,,810,1792,298,,208,,3773,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,747,1792,2020-05-20T00:00:00Z,04,331,3533,165435,165435,3864,165435,43,46,96208c4e529c42deea16fddf92c22d51782f78eb,0,0,0,0,0,
+20200520,CA,84057,1296063,,4681,,1345,,,,,B,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,3436,,2020-05-20T00:00:00Z,06,2262,38542,1380120,1380120,40804,1380120,102,0,25425c1ae4372050e4a4381b198b239a83902623,0,0,0,0,0,
+20200520,CO,22482,109355,,626,3955,,,,,3478,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,1257,3955,2020-05-20T00:00:00Z,08,280,224,131837,131837,504,131837,33,56,9325d24d54d0412f486f6f80ac14467aff78d624,0,0,0,0,0,
+20200520,CT,39017,151701,,887,10946,,,,,6264,B,5/20/2020 16:00,2020-05-20T16:00:00Z,05/20 12:00,3529,10946,2020-05-20T16:00:00Z,09,587,4611,190718,190718,5198,190718,57,0,ba9f4e474886daffe1d34bed0afedd2231fdec75,0,0,0,0,0,
+20200520,DC,7551,32868,,336,,,,74,,1059,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,407,,2020-05-19T00:00:00Z,11,117,928,40419,40419,1045,40419,7,0,e32c3fa6d07fd2ee3361ef10cdce820e1a057ee3,0,0,0,0,0,
+20200520,DE,8194,37218,,220,,,,,,3965,B,5/19/2020 18:00,2020-05-19T18:00:00Z,05/19 14:00,310,,2020-05-19T18:00:00Z,10,157,1123,45412,45412,1280,45412,6,0,d304f047e62a72f4c5c4b715c721f09f91ab2de6,0,0,0,0,0,
+20200520,FL,47471,723877,1357,472,8934,232,,,,,A+,5/20/2020 09:42,2020-05-20T09:42:00Z,05/20 05:42,2173,8934,2020-05-20T09:42:00Z,12,527,54966,772705,771348,55493,771348,44,190,d861779196ff14bb1fad3d4d245c38377b73e061,0,0,0,0,0,
+20200520,GA,39647,363293,,959,7107,,1617,,,,A,5/20/2020 13:00,2020-05-20T13:00:00Z,05/20 09:00,1687,7107,2020-05-20T13:00:00Z,13,926,23858,402940,402940,24784,402940,23,80,b9f3dfdf9e53833b95e3b1568f804c11b0a9a63a,0,0,0,0,0,
+20200520,GU,165,4807,,,,,,,,125,C,5/20/2020 06:30,2020-05-20T06:30:00Z,05/20 02:30,5,,2020-05-20T06:30:00Z,66,11,134,4972,4972,145,4972,0,0,5da94f26cddd3bc93efc85291daec5719af49669,0,0,0,0,0,
+20200520,HI,641,45663,,,82,,,,,578,C,5/19/2020 18:00,2020-05-19T18:00:00Z,05/19 14:00,17,82,2020-05-19T18:00:00Z,15,1,1280,46304,46304,1281,46304,0,0,adca3fb0d4eec81949d5d7aaf92a70d53af459b2,0,0,0,0,0,
+20200520,IA,15614,95134,,381,,126,,84,,8362,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,388,,2020-05-20T00:00:00Z,19,265,2835,110748,110748,3100,110748,16,0,7d15849b92eb202e9f9fd7d56b14fb90ec55b998,0,0,0,0,0,
+20200520,ID,2476,36091,,,215,,89,,,1668,B,5/19/2020 19:00,2020-05-19T19:00:00Z,05/19 15:00,77,215,2020-05-19T19:00:00Z,16,21,477,38567,38567,498,38567,3,2,9f5598eec069819110cc2178c38ab6ac1713baca,0,0,0,0,0,
+20200520,IL,100418,542295,,3914,,1005,,554,,,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,4525,,2020-05-20T00:00:00Z,17,2388,18641,642713,642713,21029,642713,146,0,d94a3d0a9bf5290b897b92df63c065c8543a6357,0,0,0,0,0,
+20200520,IN,29274,166464,,1288,4389,431,990,197,,,A+,5/19/2020 23:59,2020-05-19T23:59:00Z,05/19 19:59,1864,4389,2020-05-19T23:59:00Z,18,569,5839,195738,195738,6408,195738,40,0,37b3d390596a6e39f6f745beb0035b2ac5804bd8,0,0,0,0,0,
+20200520,KS,8539,62664,,,760,,258,,116,473,A+,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,178,760,2020-05-20T10:00:00Z,20,199,4014,71203,71203,4213,71203,5,20,6462a19c5751e87e45af6b1dcd420c180c2c26ec,0,0,0,0,0,
+20200520,KY,8069,145917,,443,2010,269,875,,,2826,A,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,366,2010,2020-05-19T17:00:00Z,21,0,0,153986,153986,0,153986,0,30,4fdabf1454f07c12fd50ca95e614a2ebaf2b9734,0,0,0,0,0,
+20200520,LA,35316,250654,,931,,,,110,,26249,B,5/20/2020 13:00,2020-05-20T13:00:00Z,05/20 09:00,2608,,2020-05-20T13:00:00Z,22,278,7619,285970,285970,7897,285970,27,0,e14d5feaf54d0ee620687bd4e33fa2a5fd86f3e8,0,0,0,0,0,
+20200520,MA,88970,400983,,2518,8897,675,,,,,A,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,6066,8897,2020-05-20T10:00:00Z,25,1045,11968,489953,489953,13013,489953,128,131,f80fa10eab61d0d7765cb61a2132987e716482d4,0,0,0,0,0,
+20200520,MD,42323,173007,,1410,7393,539,,,,2993,B,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,2123,7393,2020-05-20T10:00:00Z,24,777,5895,215330,215330,6672,215330,42,194,c7df65d2624f9388e5757fe9daab09281be806a1,0,0,0,0,0,
+20200520,ME,1819,35450,,43,231,24,,12,,1100,B,5/20/2020 12:30,2020-05-20T12:30:00Z,05/20 08:30,73,231,2020-05-20T12:30:00Z,23,78,13358,37269,37269,13436,37269,0,6,b08dfd4c8c14d167ab8c8a3a2c0182267b2a8975,0,0,0,0,0,
+20200520,MI,53009,384063,,1066,,492,,332,,28234,A+,5/20/2020 11:00,2020-05-20T11:00:00Z,05/20 07:00,5060,,2020-05-20T11:00:00Z,26,659,13509,437072,437072,14168,437072,43,0,18347aeca4ebc37614c2934cd81d7210d2b09079,0,0,0,0,0,
+20200520,MN,17670,149668,,550,2308,212,773,,,12227,A,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,786,2308,2020-05-19T17:00:00Z,27,641,4862,167338,167338,5503,167338,29,87,78e89e8f485910b2e4280e3307a90ab5e153d8ab,0,0,0,0,0,
+20200520,MO,11232,150752,,546,,,,103,,,B,5/20/2020 15:00,2020-05-20T15:00:00Z,05/20 11:00,631,,2020-05-20T15:00:00Z,29,152,7722,161984,161984,7874,161984,15,0,1b506f074e5c6b086b4ed9b169bccc360bf65a4c,0,0,0,0,0,
+20200520,MP,21,3796,,,,,,,,13,D,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,2,,2020-05-20T00:00:00Z,69,0,0,3817,3817,0,3817,0,0,11d124510cd0c5b49a9c1d53c317f860635b2bec,0,0,0,0,0,
+20200520,MS,11967,108713,,644,1901,157,,89,,7681,A,5/19/2020 19:00,2020-05-19T19:00:00Z,05/19 15:00,570,1901,2020-05-19T19:00:00Z,28,263,2657,120680,120680,2920,120680,16,61,0a7375eb9cad6ee8eedc025640def8a0ff0081ae,0,0,0,0,0,
+20200520,MT,478,29248,,3,65,,,,,440,C,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,16,65,2020-05-20T00:00:00Z,30,7,769,29726,29726,776,29726,0,0,e845f95676688401a1769f2c6dd1176c2ce4d02f,0,0,0,0,0,
+20200520,NC,20122,257481,,554,,,,,,11637,A,5/20/2020 12:15,2020-05-20T12:15:00Z,05/20 08:15,702,,2020-05-20T12:15:00Z,37,422,12173,277603,277603,12595,277603,11,0,e38bbdbc29b348b0b42389c1f1f9f34a4c1e97c0,0,0,0,0,0,
+20200520,ND,2095,57105,,38,142,,,,,1302,C,5/20/2020 01:59,2020-05-20T01:59:00Z,05/19 21:59,49,142,2020-05-20T01:59:00Z,38,101,1368,59200,59200,1469,59200,4,7,ad7ef5e36e809ca8fe93d2ebb8125add46bb442b,0,0,0,0,0,
+20200520,NE,10846,61289,,,,,,,,,D,5/19/2020 19:00,2020-05-19T19:00:00Z,05/19 15:00,132,,2020-05-19T19:00:00Z,31,221,1930,72135,72135,2151,72135,7,0,ac294f6377a0f1744872110725d55fdfaf0dc809,0,0,0,0,0,
+20200520,NH,3721,47167,861,105,383,,109,,,1275,B,5/19/2020 09:00,2020-05-19T09:00:00Z,05/19 05:00,182,383,2020-05-19T09:00:00Z,33,69,1345,51749,50888,1414,50888,10,15,9d01720d33760ae113ee574cbc65de594e1a9866,0,0,0,0,0,
+20200520,NJ,150399,380944,,3405,,969,,750,,23945,A+,5/20/2020 13:00,2020-05-20T13:00:00Z,05/20 09:00,10747,,2020-05-20T13:00:00Z,34,1386,9775,531343,531343,11161,531343,161,0,5d6aeab650a394f3aef65c89b2bbce01f9d5ea84,0,0,0,0,0,
+20200520,NM,6192,136054,,204,1139,,,,,1882,C,5/20/2020 14:25,2020-05-20T14:25:00Z,05/20 10:25,276,1139,2020-05-20T14:25:00Z,35,96,4530,142246,142246,4626,142246,6,253,66d749def18a15feec2fad3571784a26573eed7f,0,0,0,0,0,
+20200520,NV,7166,84005,,437,,107,,60,,336,A,5/20/2020 09:00,2020-05-20T09:00:00Z,05/20 05:00,373,,2020-05-20T09:00:00Z,32,120,3496,91171,91171,3616,91171,8,0,b2ec1858f56911422b1dd0f737fe2b0a8d8e1e08,0,0,0,0,0,
+20200520,NY,354370,1151466,,5570,87459,1836,,1421,,61886,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,22976,87459,2020-05-20T00:00:00Z,36,1525,36572,1505836,1505836,38097,1505836,133,290,2802ace6ac2a5a66298a3672ea17012af26685d1,0,0,0,0,0,
+20200520,OH,29436,260092,,902,5198,333,1369,248,,,B,5/20/2020 14:00,2020-05-20T14:00:00Z,05/20 10:00,1781,5198,2020-05-20T14:00:00Z,39,484,11442,289528,289528,11926,289528,61,81,4da804e810bac12c9f86755f71d06d0f88f10018,0,0,0,0,0,
+20200520,OK,5532,138839,,209,905,92,,,,4266,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,299,905,2020-05-20T00:00:00Z,40,43,5181,144371,144371,5224,144371,5,8,8f2cbe3886517402afc0272b9f0e103c585156b7,0,0,0,0,0,
+20200520,OR,3801,98348,,152,723,42,,17,,1406,A+,5/20/2020 11:00,2020-05-20T11:00:00Z,05/20 07:00,144,723,2020-05-20T11:00:00Z,41,75,2354,102149,102149,2429,102149,4,9,66883325e67d5be0035796ee4ee4e243318b1581,0,0,0,0,0,
+20200520,PA,63666,286034,,1818,,,,377,,,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,4624,,2020-05-19T00:00:00Z,42,0,0,349700,349700,0,349700,0,0,f02919024a0f5e10a56c788a397ed0113a12a4a4,0,0,0,0,0,
+20200520,PR,2866,,,,,20,,5,,,C,5/20/2020 06:30,2020-05-20T06:30:00Z,05/20 02:30,125,,2020-05-20T06:30:00Z,72,61,0,2866,2866,61,2866,1,0,94abc65086ddfd8f150aec2b579079bcf731bd03,0,0,0,0,0,
+20200520,RI,13356,107172,,257,1486,58,,45,,1030,A+,5/20/2020 12:00,2020-05-20T12:00:00Z,05/20 08:00,538,1486,2020-05-20T12:00:00Z,44,405,2877,120528,120528,3282,120528,6,22,3ca110583dc14bc3a3a09873e645ebbf159fb380,0,0,0,0,0,
+20200520,SC,9056,126007,,,1444,,,,,5451,A+,5/19/2020 16:00,2020-05-19T16:00:00Z,05/19 12:00,399,1444,2020-05-19T16:00:00Z,45,0,0,135063,135063,0,135063,0,0,c7ec74ff61d4c926e4f2e5c62d87eced22cee046,0,0,0,0,0,
+20200520,SD,4177,26212,,81,333,,,,,3023,C,5/19/2020 18:00,2020-05-19T18:00:00Z,05/19 14:00,46,333,2020-05-19T18:00:00Z,46,92,588,30389,30389,680,30389,0,6,86d77b623e774503eaae080ae78eca6ef72213fa,0,0,0,0,0,
+20200520,TN,18532,335481,,,1515,,,,,11783,B,5/20/2020 15:00,2020-05-20T15:00:00Z,05/20 11:00,309,1515,2020-05-20T15:00:00Z,47,154,7736,354013,354013,7890,354013,4,17,3f7a790781534a8064b6b4f8192f1f92a50abf85,0,0,0,0,0,
+20200520,TX,51323,669605,,1791,,,,,,30341,B,5/19/2020 16:50,2020-05-19T16:50:00Z,05/19 12:50,1419,,2020-05-19T16:50:00Z,48,1411,19371,720928,720928,20782,720928,50,0,5b9a4e9dd68ac0b31f32d3d9581c49f2dfb5f1a6,0,0,0,0,0,
+20200520,UT,7710,171954,,144,631,,200,,87,4423,B,5/20/2020 10:15,2020-05-20T10:15:00Z,05/20 06:15,90,631,2020-05-20T10:15:00Z,49,326,5316,179664,179664,5642,179664,10,36,a016cf2a00d8a950d3300579445da482a970cad7,0,0,0,0,0,
+20200520,VA,32908,179718,518,1536,6059,370,,202,,4523,A+,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,1074,6059,2020-05-19T17:00:00Z,51,763,9074,213144,212626,9837,212626,33,291,5660eaadfeeb250986570538836130a340846abe,0,0,0,0,0,
+20200520,VI,69,1314,26,,,,,,,61,C,5/20/2020 07:09,2020-05-20T07:09:00Z,05/20 03:09,6,,2020-05-20T07:09:00Z,78,0,16,1409,1383,16,1383,0,0,a6bb4c1b67f9cca29a0b3abb9683a8fb67d52795,0,0,0,0,0,
+20200520,VT,944,24114,,15,,,,,,824,B,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,54,,2020-05-20T00:00:00Z,50,0,0,25058,25058,0,25058,0,0,4291b7720e7a94f61742e1646b96cd9c123be3a3,0,0,0,0,0,
+20200520,WA,19096,283762,,168,,52,,,,,B,5/19/2020 02:59,2020-05-19T02:59:00Z,05/18 22:59,1031,,2020-05-19T02:59:00Z,53,11,563,302858,302858,574,302858,29,0,bbae4dcab1247bcf0f904e83f558adddbc6ccbdb,0,0,0,0,0,
+20200520,WI,13413,154300,211,609,2161,129,515,,,7728,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,481,2161,2020-05-20T00:00:00Z,55,528,6063,167924,167713,6591,167713,14,51,2e34fec92e31d733000e06fe5d1a3d8b89ba3ca8,0,0,0,0,0,
+20200520,WV,1545,79096,,58,,16,,9,,950,B,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,69,,2020-05-20T10:00:00Z,54,36,2304,80641,80641,2340,80641,1,0,1f54bcbf476bdfd953bfed8953f7de9a144d0cc8,0,0,0,0,0,
+20200520,WY,787,18053,,9,74,,,,,528,C,5/20/2020 16:15,2020-05-20T16:15:00Z,05/20 12:15,11,74,2020-05-20T16:15:00Z,56,21,969,18840,18840,990,18840,1,1,6c31d4d007bad9d4f6a07dd24ec128d2bb293151,0,0,0,0,0,
+20200519,AK,399,35981,,16,,,,,,348,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,10,,2020-05-19T00:00:00Z,02,0,769,36380,36380,769,36380,0,0,7ab08c716af0029038a2635898d5fa248dfab60b,0,0,0,0,0,
+20200519,AL,12376,145190,,,1453,,517,,306,,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,504,1453,2020-05-18T00:00:00Z,01,290,153,157566,157566,443,157566,15,37,05259c5bea945ef8364b0a7fb83deca17020df85,0,0,0,0,0,
+20200519,AR,4923,88778,,78,535,,,14,101,3739,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,102,535,2020-05-19T00:00:00Z,05,110,8352,93701,93701,8462,93701,2,5,7df987e48a6cc13e0400bc0589f5fcf5a0a4cd74,0,0,0,0,0,
+20200519,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,19,124,124,19,124,0,0,342e5614585abf21028cae4d212e677a7385120b,0,0,0,0,0,
+20200519,AZ,14566,147005,,792,1746,318,,201,,3693,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,704,1746,2020-05-19T00:00:00Z,04,396,4702,161571,161571,5098,161571,18,29,f5385593d9bafc2858bf1ce7aed77ee6044bfb65,0,0,0,0,0,
+20200519,CA,81795,1257521,,4363,,1307,,,,,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,3334,,2020-05-19T00:00:00Z,06,1365,45279,1339316,1339316,46644,1339316,32,0,9034a5244aebdbaf83b751316e9b9572644ca155,0,0,0,0,0,
+20200519,CO,22202,109131,,626,3899,,,,,3431,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,1224,3899,2020-05-17T00:00:00Z,08,264,2574,131333,131333,2838,131333,9,27,a77d234ce39d881fa45ac19be6b72910a1e05fd0,0,0,0,0,0,
+20200519,CT,38430,147090,,914,10946,,,,,6264,B,5/18/2020 19:00,2020-05-18T19:00:00Z,05/18 15:00,3472,10946,2020-05-18T19:00:00Z,09,314,7527,185520,185520,7841,185520,23,0,6d9e9593b3684fac8ece4183beda9ac5653ccc6c,0,0,0,0,0,
+20200519,DC,7434,31940,,375,,,,77,,1040,A,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,400,,2020-05-18T00:00:00Z,11,164,1385,39374,39374,1549,39374,8,0,dac3fe03fc0ccf4d491a42dc45bcf5be48634902,0,0,0,0,0,
+20200519,DE,8037,36095,,236,,,,,,3760,B,5/18/2020 18:00,2020-05-18T18:00:00Z,05/18 14:00,304,,2020-05-18T18:00:00Z,10,168,1506,44132,44132,1674,44132,7,0,56a43c63357a7ba561f7a3f4a1d413f08b0289b0,0,0,0,0,0,
+20200519,FL,46944,668911,1369,472,8744,232,,,,,A+,5/19/2020 10:31,2020-05-19T10:31:00Z,05/19 06:31,2129,8744,2020-05-19T10:31:00Z,12,502,38941,717224,715855,39443,715855,56,191,f13715326b2cbf40577c3df7bbd961e34a8ca6ab,0,0,0,0,0,
+20200519,GA,38721,339435,,986,7027,,1589,,,,A+,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,1664,7027,2020-05-19T13:00:00Z,13,640,13227,378156,378156,13867,378156,22,111,edb03030c881d588df8a28ae230885442033500d,0,0,0,0,0,
+20200519,GU,154,4673,,,,,,,,126,C,5/19/2020 05:45,2020-05-19T05:45:00Z,05/19 01:45,5,,2020-05-19T05:45:00Z,66,0,104,4827,4827,104,4827,0,0,4e378e6456d25a813e9467faffa8f0d63679bf36,0,0,0,0,0,
+20200519,HI,640,44383,,,82,,,,,574,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,17,82,2020-05-17T00:00:00Z,15,0,2978,45023,45023,2978,45023,0,0,037df0515d1249bd68eb675b92d00d87a156c99c,0,0,0,0,0,
+20200519,IA,15349,92299,,383,,126,,83,,8130,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,372,,2020-05-19T00:00:00Z,19,394,4106,107648,107648,4500,107648,17,0,3df2785ff3eadc8475876df45b5ce31b0ddef12a,0,0,0,0,0,
+20200519,ID,2455,35614,,,213,,89,,,1649,B,5/18/2020 19:00,2020-05-18T19:00:00Z,05/18 15:00,74,213,2020-05-18T19:00:00Z,16,36,1361,38069,38069,1397,38069,1,0,bb676817a4659befbf75b528a8374c730f0e6966,0,0,0,0,0,
+20200519,IL,98030,523654,,4002,,993,,576,,,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,4379,,2020-05-19T00:00:00Z,17,1545,16898,621684,621684,18443,621684,145,0,95bce1ffc1b1c2ed274ddb3ddd2db39999ccdcd2,0,0,0,0,0,
+20200519,IN,28705,160625,,1268,4389,421,990,206,,,A+,5/18/2020 23:59,2020-05-18T23:59:00Z,05/18 19:59,1824,4389,2020-05-18T23:59:00Z,18,450,4968,189330,189330,5418,189330,59,0,9b2f783993d8f70f88d3e67503c3519816f83095,0,0,0,0,0,
+20200519,KS,8340,58650,,,740,,250,,115,465,A,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,173,740,2020-05-18T10:00:00Z,20,0,0,66990,66990,0,66990,0,0,225a90a1a632706cc639f68598a9e3402f63ef87,0,0,0,0,0,
+20200519,KY,8069,145917,,447,1980,277,866,,,2826,A+,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,366,1980,2020-05-19T17:00:00Z,21,381,23920,153986,153986,24301,153986,32,84,8ad49d86803527d227002716cb187e77510c137d,0,0,0,0,0,
+20200519,LA,35038,243035,,1004,,,,112,,26249,B,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,2581,,2020-05-19T13:00:00Z,22,329,7996,278073,278073,8325,278073,18,0,cffbf342b4d5a3643d52b81513c6b7ed9d1ade21,0,0,0,0,0,
+20200519,MA,87925,389015,,2472,8766,672,,,,,A+,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,5938,8766,2020-05-19T10:00:00Z,25,1915,14199,476940,476940,16114,476940,141,227,95921a1a2dd0c49a6c7599ea85dc92468d3a9ed8,0,0,0,0,0,
+20200519,MD,41546,167112,,1421,7199,537,,,,2868,B,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,2081,7199,2020-05-19T10:00:00Z,24,1784,5368,208658,208658,7152,208658,58,113,558c3dc664e0ce243568f4dc3218e5323ce09bdd,0,0,0,0,0,
+20200519,ME,1741,22092,,44,225,19,,11,,1088,B,5/19/2020 11:30,2020-05-19T11:30:00Z,05/19 07:30,73,225,2020-05-19T11:30:00Z,23,28,0,23833,23833,28,23833,2,2,ad763819860e30ded04cb21a6b0966a9f97d16cc,0,0,0,0,0,
+20200519,MI,52350,370554,,1079,,486,,351,,28234,A+,5/19/2020 11:00,2020-05-19T11:00:00Z,05/19 07:00,5017,,2020-05-19T11:00:00Z,26,435,12291,422904,422904,12726,422904,102,0,80fa555bad4601ad9f4764a060017d76e170473d,0,0,0,0,0,
+20200519,MN,17029,144806,,545,2221,229,750,,,11540,A+,5/18/2020 17:00,2020-05-18T17:00:00Z,05/18 13:00,757,2221,2020-05-18T17:00:00Z,27,657,4572,161835,161835,5229,161835,17,93,26450fa9964d7bda06c7c7299359f99e0e4055b2,0,0,0,0,0,
+20200519,MO,11080,143030,,721,,,,103,,,B,5/19/2020 15:00,2020-05-19T15:00:00Z,05/19 11:00,616,,2020-05-19T15:00:00Z,29,135,2637,154110,154110,2772,154110,11,0,e688da43b6591ff56206620c25238d868cba867b,0,0,0,0,0,
+20200519,MP,21,3796,,,,,,,,13,D,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,2,,2020-05-19T00:00:00Z,69,0,397,3817,3817,397,3817,0,0,508bbbc315c5ca230bb9e455b3bd9a243b09265f,0,0,0,0,0,
+20200519,MS,11704,106056,,611,1840,153,,87,,7681,A,5/18/2020 19:00,2020-05-18T19:00:00Z,05/18 15:00,554,1840,2020-05-18T19:00:00Z,28,272,1721,117760,117760,1993,117760,26,35,0d08439585a53187305b1a8eb72ba1d6ccd81ed0,0,0,0,0,0,
+20200519,MT,471,28479,,5,65,,,,,437,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,16,65,2020-05-19T00:00:00Z,30,1,782,28950,28950,783,28950,0,1,eb6a7c799f47668631414304a2d5924c60077aa7,0,0,0,0,0,
+20200519,NC,19700,245308,,585,,,,,,11637,A,5/19/2020 14:00,2020-05-19T14:00:00Z,05/19 10:00,691,,2020-05-19T14:00:00Z,37,677,8576,265008,265008,9253,265008,30,0,bb0027e55c602747dee628b027929b9d7c732a52,0,0,0,0,0,
+20200519,ND,1994,55737,,32,135,,,,,1269,C,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,45,135,2020-05-19T13:00:00Z,38,63,1107,57731,57731,1170,57731,1,2,8fda2f8af0838537a7543f4aa286acfc844763d2,0,0,0,0,0,
+20200519,NE,10625,59359,,,,,,,,,C,5/18/2020 20:00,2020-05-18T20:00:00Z,05/18 16:00,125,,2020-05-18T20:00:00Z,31,277,2206,69984,69984,2483,69984,2,0,f36edf6af08b217615fceb7a92925acc9623413a,0,0,0,0,0,
+20200519,NH,3652,45822,874,109,368,,109,,,1269,B,5/18/2020 09:00,2020-05-18T09:00:00Z,05/18 05:00,172,368,2020-05-18T09:00:00Z,33,56,4540,50348,49474,4596,49474,0,9,26ea923b968051a0799f6f01906e5a16a37e158e,0,0,0,0,0,
+20200519,NJ,149013,371169,,3481,,977,,789,,23657,A+,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,10586,,2020-05-19T13:00:00Z,34,974,13639,520182,520182,14613,520182,151,0,153099928dbced982dd455e77bc440870cc5b04f,0,0,0,0,0,
+20200519,NM,6096,131524,,213,886,,,,,1796,C,5/18/2020 18:05,2020-05-18T18:05:00Z,05/18 14:05,270,886,2020-05-18T18:05:00Z,35,158,4209,137620,137620,4367,137620,5,0,bf5b3891f5e72195db59353772f234164bbed48b,0,0,0,0,0,
+20200519,NV,7046,80509,,405,,106,,54,,334,B,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,365,,2020-05-19T10:00:00Z,32,140,5583,87555,87555,5723,87555,15,0,05ad32ae4bc7a714c95c8c4c7fd21a9a27937a4d,0,0,0,0,0,
+20200519,NY,352845,1114894,,5818,87169,1836,,1481,,61886,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,22843,87169,2020-05-19T00:00:00Z,36,1474,26708,1467739,1467739,28182,1467739,114,268,0d5a32ad86111a72d811d6539a381838abc04550,0,0,0,0,0,
+20200519,OH,28952,248650,,913,5117,365,1357,234,,,B,5/19/2020 14:00,2020-05-19T14:00:00Z,05/19 10:00,1720,5117,2020-05-19T14:00:00Z,39,498,5255,277602,277602,5753,277602,63,119,d1fdb796661a61e360a0ec39f9917951b4f6d358,0,0,0,0,0,
+20200519,OK,5489,133658,,167,897,77,,,,4135,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,294,897,2020-05-19T00:00:00Z,40,91,15496,139147,139147,15587,139147,6,12,07de7c65328ec1f251f1ab1aeaf54ee89d2f74ed,0,0,0,0,0,
+20200519,OR,3726,95994,,137,714,43,,13,,1406,A+,5/19/2020 11:00,2020-05-19T11:00:00Z,05/19 07:00,140,714,2020-05-19T11:00:00Z,41,39,2366,99720,99720,2405,99720,2,6,13a771883969f2f1557712a3f622b406d86e95e3,0,0,0,0,0,
+20200519,PA,63666,286034,,1861,,,,380,,,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,4624,,2020-05-18T00:00:00Z,42,610,8481,349700,349700,9091,349700,119,0,89a58b5da24e90e76ca392d23cb21e086c6e50bc,0,0,0,0,0,
+20200519,PR,2805,,,,,20,,8,,,C,5/19/2020 05:52,2020-05-19T05:52:00Z,05/19 01:52,124,,2020-05-19T05:52:00Z,72,95,0,2805,2805,95,2805,0,0,452d3d2047488e6e8d6f8730faac65dc554f9c41,0,0,0,0,0,
+20200519,RI,12951,104295,,247,1464,59,,44,,1023,A+,5/19/2020 12:00,2020-05-19T12:00:00Z,05/19 08:00,532,1464,2020-05-19T12:00:00Z,44,156,1706,117246,117246,1862,117246,26,26,6e047585a4d4011e14d967408ee914931766351e,0,0,0,0,0,
+20200519,SC,9056,126007,,,1444,,,,,5451,A,5/19/2020 16:00,2020-05-19T16:00:00Z,05/19 12:00,399,1444,2020-05-19T16:00:00Z,45,114,3390,135063,135063,3504,135063,8,23,4c5c44c61f6c2dc300bb6e1b7f113551ce03d0ec,0,0,0,0,0,
+20200519,SD,4085,25624,,75,327,,,,,2914,B,5/18/2020 18:00,2020-05-18T18:00:00Z,05/18 14:00,46,327,2020-05-18T18:00:00Z,46,58,606,29709,29709,664,29709,2,11,9500124d59333bbb680fa8e893f2617e45de5bc8,0,0,0,0,0,
+20200519,TN,18378,327745,,,1498,,,,,10969,A,5/19/2020 15:00,2020-05-19T15:00:00Z,05/19 11:00,305,1498,2020-05-19T15:00:00Z,47,367,8328,346123,346123,8695,346123,4,9,c9de1109c75d2b306aa9c40a217dc5c73a562332,0,0,0,0,0,
+20200519,TX,49912,650234,,1732,,,,,,29359,A,5/19/2020 16:50,2020-05-19T16:50:00Z,05/19 12:50,1369,,2020-05-19T16:50:00Z,48,1219,19082,700146,700146,20301,700146,22,0,229ed180ad85c09f261b7b1577f84bb162882930,0,0,0,0,0,
+20200519,UT,7384,166638,,179,595,,197,,84,4183,B,5/18/2020 10:29,2020-05-18T10:29:00Z,05/18 06:29,80,595,2020-05-18T10:29:00Z,49,0,0,174022,174022,0,174022,0,0,d62045e4ccec4e745db3e8a1f1f32919cc7167d1,0,0,0,0,0,
+20200519,VA,32145,170644,473,1497,5768,377,,199,,4271,A+,5/18/2020 17:00,2020-05-18T17:00:00Z,05/18 13:00,1041,5768,2020-05-18T17:00:00Z,51,1005,5558,203262,202789,6563,202789,27,159,2bdeb5ef333e35e60e429d496dead6705c70c04a,0,0,0,0,0,
+20200519,VI,69,1298,17,,,,,,,61,C,5/19/2020 06:34,2020-05-19T06:34:00Z,05/19 02:34,6,,2020-05-19T06:34:00Z,78,0,20,1384,1367,20,1367,0,0,f0620e73cad39c8f621e1fd83059adbc673f4d3f,0,0,0,0,0,
+20200519,VT,944,24114,,24,,,,,,820,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,54,,2020-05-19T00:00:00Z,50,0,567,25058,25058,567,25058,0,0,8c5abfee6170973fbddcee5816c9738da4e90f2b,0,0,0,0,0,
+20200519,WA,19085,283199,,168,,52,,,,,A,5/18/2020 02:59,2020-05-18T02:59:00Z,05/17 22:59,1002,,2020-05-18T02:59:00Z,53,66,2960,302284,302284,3026,302284,1,0,99919a92dbde8934472f8a6dea24d1941e583018,0,0,0,0,0,
+20200519,WI,12885,148237,211,609,2110,129,503,,,7371,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,467,2110,2020-05-19T00:00:00Z,55,198,3735,161333,161122,3933,161122,8,42,8cab16954af19d60bb9ee9a9aad01547b8941ed4,0,0,0,0,0,
+20200519,WV,1509,76792,,54,,18,,9,,922,B,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,68,,2020-05-19T10:00:00Z,54,18,2248,78301,78301,2266,78301,1,0,fef10698fb715b6027c05e52d4bc825c66ce6d0a,0,0,0,0,0,
+20200519,WY,766,17084,,8,73,,,,,504,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,10,73,2020-05-18T00:00:00Z,56,12,753,17850,17850,765,17850,2,0,f5bfc2d5e2940d1783ca02e11f82e97a7df4a476,0,0,0,0,0,
+20200518,AK,399,35212,,9,,,,,,345,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,10,,2020-05-18T00:00:00Z,02,3,957,35611,35611,960,35611,0,0,4e5d210e80dae1ab98d811ae782b7860fd77d4d6,0,0,0,0,0,
+20200518,AL,12086,145037,,,1416,,512,,302,,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,489,1416,2020-05-18T00:00:00Z,01,315,458,157123,157123,773,157123,1,24,61d69ecf9bf575edcda6bc0f9cb644750b0996f8,0,0,0,0,0,
+20200518,AR,4813,80426,,77,530,,,12,101,3645,A,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,100,530,2020-05-18T00:00:00Z,05,54,0,85239,85239,54,85239,2,10,ed6b68f19ce832e8cd5927828f4febb86ba77740,0,0,0,0,0,
+20200518,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,ba3e3cb78e6937746c05fb394b82dc3f9019d1b9,0,0,0,0,0,
+20200518,AZ,14170,142303,,820,1717,329,,200,,3570,A+,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,686,1717,2020-05-18T00:00:00Z,04,233,4479,156473,156473,4712,156473,6,18,dce6539d754ff2cb10d029f5282c99d4ead36e1b,0,0,0,0,0,
+20200518,CA,80430,1212242,,4391,,1325,,,,,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,3302,,2020-05-17T00:00:00Z,06,1591,55838,1292672,1292672,57429,1292672,41,0,9635a1237f885f04857105f859c2057535b8cc77,0,0,0,0,0,
+20200518,CO,21938,106557,,650,3872,,,,,3346,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,1215,3872,2020-05-16T00:00:00Z,08,305,2642,128495,128495,2947,128495,23,6,0b8e5ce1fc9f04f0ea43fa5cc7434e03ae91d51d,0,0,0,0,0,
+20200518,CT,38116,139563,,920,10946,,,,,6264,B,5/17/2020 20:30,2020-05-17T20:30:00Z,05/17 16:30,3449,10946,2020-05-17T20:30:00Z,09,697,6375,177679,177679,7072,177679,41,0,b9e463ee443dc78cf0a3fe301cb9348f15e8452b,0,0,0,0,0,
+20200518,DC,7270,30555,,374,,,,70,,1028,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,392,,2020-05-17T00:00:00Z,11,147,1152,37825,37825,1299,37825,9,0,a1aa4abb8c11853dde7499f89b95c7e5aeb0e98b,0,0,0,0,0,
+20200518,DE,7869,34589,,240,,,,,,3545,B,5/17/2020 18:00,2020-05-17T18:00:00Z,05/17 14:00,297,,2020-05-17T18:00:00Z,10,199,1394,42458,42458,1593,42458,7,0,895629c37534b0556acb0f570acef45ded246aa9,0,0,0,0,0,
+20200518,FL,46442,629970,1346,472,8553,232,,,,,A+,5/18/2020 09:28,2020-05-18T09:28:00Z,05/18 05:28,2073,8553,2020-05-18T09:28:00Z,12,854,23766,677758,676412,24620,676412,24,75,75f191b76c80745e26ceeef54dd40805b5f58889,0,0,0,0,0,
+20200518,GA,38081,326208,,1025,6916,,1565,,,,A+,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,1642,6916,2020-05-18T13:00:00Z,13,380,12734,364289,364289,13114,364289,36,126,f98f3123be19c4a04be272eafe627ee3dcf75c77,0,0,0,0,0,
+20200518,GU,154,4569,,,,,,,,126,C,5/16/2020 04:30,2020-05-16T04:30:00Z,05/16 00:30,5,,2020-05-16T04:30:00Z,66,0,119,4723,4723,119,4723,0,0,af9f9035d03e736237c61f51801acfb80dcb450f,0,0,0,0,0,
+20200518,HI,640,41405,,,82,,,,,573,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,17,82,2020-05-17T00:00:00Z,15,1,370,42045,42045,371,42045,0,0,0dc2912fd3bc76339803957fc9d8cb5d3eab3567,0,0,0,0,0,
+20200518,IA,14955,88193,,382,,121,,85,,7324,A+,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,355,,2020-05-17T13:00:00Z,19,304,2603,103148,103148,2907,103148,4,0,da340572d88aeb806d0f4f3f1892458596e2df3b,0,0,0,0,0,
+20200518,ID,2419,34253,,,213,,89,,,1612,B,5/16/2020 19:00,2020-05-16T19:00:00Z,05/16 15:00,73,213,2020-05-16T19:00:00Z,16,0,0,36672,36672,0,36672,0,0,38283ce9992184a9dfe4256fcc700ccfecf5721b,0,0,0,0,0,
+20200518,IL,96485,506756,,4120,,1096,,636,,,A,5/18/2020 00:59,2020-05-18T00:59:00Z,05/17 20:59,4234,,2020-05-18T00:59:00Z,17,2294,19003,603241,603241,21297,603241,57,0,28ad0337b205e30fdee891f3e6bbf27e1450b3a1,0,0,0,0,0,
+20200518,IN,28255,155657,,1244,4389,426,990,212,,,A+,5/17/2020 23:59,2020-05-17T23:59:00Z,05/17 19:59,1765,4389,2020-05-17T23:59:00Z,18,477,6192,183912,183912,6669,183912,14,0,528a1dc7d092bc94a03ce70830d57cac26681300,0,0,0,0,0,
+20200518,KS,8340,58650,,,740,,250,,115,465,A,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,173,740,2020-05-18T10:00:00Z,20,454,4944,66990,66990,5398,66990,1,16,834c7f0a947367da22c34b3db5d1e1d2fb9936c9,0,0,0,0,0,
+20200518,KY,7688,121997,,381,1896,218,797,,,2768,A+,5/16/2020 17:19,2020-05-16T17:19:00Z,05/16 13:19,334,1896,2020-05-16T17:19:00Z,21,0,0,129685,129685,0,129685,0,0,9c7d80655d41bbbf1bf537d47c380476d2af4c41,0,0,0,0,0,
+20200518,LA,34709,235039,,1031,,,,118,,26249,B,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,2563,,2020-05-18T13:00:00Z,22,277,4301,269748,269748,4578,269748,72,0,32e4decae77a8fa4a57b8114b6f7c12306d25743,0,0,0,0,0,
+20200518,MA,86010,374816,,2597,8539,702,,,,,A+,5/17/2020 10:00,2020-05-17T10:00:00Z,05/17 06:00,5797,8539,2020-05-17T10:00:00Z,25,0,0,460826,460826,0,460826,0,0,6459d408614b8969368bf1bd1e2d32ca404dc599,0,0,0,0,0,
+20200518,MD,39762,161744,,1447,7086,555,,,,2817,B,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,2023,7086,2020-05-18T10:00:00Z,24,958,5622,201506,201506,6580,201506,31,93,3fc5d14a043d2540a7a86e9246006f85f65105ba,0,0,0,0,0,
+20200518,ME,1713,22092,,42,223,16,,10,,1053,B,5/18/2020 12:15,2020-05-18T12:15:00Z,05/18 08:15,71,223,2020-05-18T12:15:00Z,23,26,0,23805,23805,26,23805,1,7,4a35878b92e104ffe2290444be032ea76e858a0f,0,0,0,0,0,
+20200518,MI,51915,358263,,1075,,473,,418,,28234,A+,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,4915,,2020-05-18T11:00:00Z,26,773,12447,410178,410178,13220,410178,24,0,d9c81d97b5d76c5dc319aa75e786fea3f3fc6b2d,0,0,0,0,0,
+20200518,MN,16372,140234,,488,2128,229,731,,,10764,A+,5/17/2020 17:00,2020-05-17T17:00:00Z,05/17 13:00,740,2128,2020-05-17T17:00:00Z,27,704,5317,156606,156606,6021,156606,9,38,1291227ab606eae87c62ce8d399ba045bed69e56,0,0,0,0,0,
+20200518,MO,10945,140393,,570,,,,91,,,B,5/18/2020 15:00,2020-05-18T15:00:00Z,05/18 11:00,605,,2020-05-18T15:00:00Z,29,156,4927,151338,151338,5083,151338,11,0,a5be9dd3811c2b0c051a4984cb813de133e60a4a,0,0,0,0,0,
+20200518,MP,21,3399,,,,,,,,12,D,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,2,,2020-05-18T00:00:00Z,69,0,81,3420,3420,81,3420,0,0,9cc8e289bc18911a16f985ad0c64cd4203576c03,0,0,0,0,0,
+20200518,MS,11432,104335,,559,1805,141,,75,,7681,A,5/17/2020 19:00,2020-05-17T19:00:00Z,05/17 15:00,528,1805,2020-05-17T19:00:00Z,28,136,2505,115767,115767,2641,115767,7,32,bd002c5cf42bad6656c46cad542d346439a489f9,0,0,0,0,0,
+20200518,MT,470,27697,,4,64,,,,,434,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,16,64,2020-05-18T00:00:00Z,30,2,1280,28167,28167,1282,28167,0,1,7d5c689109225a1d5cfdc9712438fa60eef6c798,0,0,0,0,0,
+20200518,NC,19023,236732,,511,,,,,,11637,A,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,661,,2020-05-18T11:00:00Z,37,511,6300,255755,255755,6811,255755,2,0,332bed46159be0f6e425822c2092c2615e78db6e,0,0,0,0,0,
+20200518,ND,1931,54630,,32,133,,,,,1219,C,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,44,133,2020-05-18T13:00:00Z,38,31,1309,56561,56561,1340,56561,1,3,adda1a17489c95daa5283891777f90051cfb4cc8,0,0,0,0,0,
+20200518,NE,10348,57153,,,,,,,,,C,5/17/2020 20:00,2020-05-17T20:00:00Z,05/17 16:00,123,,2020-05-17T20:00:00Z,31,128,1733,67501,67501,1861,67501,0,0,e6018169157c13cce2108f62926b5d8c74897395,0,0,0,0,0,
+20200518,NH,3596,41282,1481,114,359,,109,,,1268,B,5/18/2020 09:00,2020-05-18T09:00:00Z,05/18 05:00,172,359,2020-05-18T09:00:00Z,33,40,86,46359,44878,126,44878,1,12,44c905543f4ab183a353a41ca9f845e293fb5a69,0,0,0,0,0,
+20200518,NJ,148039,357530,,3509,,1053,,819,,23496,A+,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,10435,,2020-05-18T13:00:00Z,34,1705,16299,505569,505569,18004,505569,79,0,b52fd59040932bcf3b25637bc0ea84319985b309,0,0,0,0,0,
+20200518,NM,5938,127315,,211,886,,,,,1755,C,5/17/2020 17:29,2020-05-17T17:29:00Z,05/17 13:29,265,886,2020-05-17T17:29:00Z,35,81,4588,133253,133253,4669,133253,6,0,186693de4cf6339141431da4d38c2b5eba305e69,0,0,0,0,0,
+20200518,NV,6906,74926,,423,,105,,65,,355,B,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,350,,2020-05-18T11:00:00Z,32,49,1146,81832,81832,1195,81832,1,0,6028e3027577d82500b31d7e2089d7f3477562db,0,0,0,0,0,
+20200518,NY,351371,1088186,,5840,86901,1908,,1538,,61681,A,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,22729,86901,2020-05-18T00:00:00Z,36,1250,24911,1439557,1439557,26161,1439557,110,326,cf3cde8289cad8ea70ae419ddb62b882e6e5d85b,0,0,0,0,0,
+20200518,OH,28454,243395,,912,4998,367,1328,247,,,B,5/18/2020 14:00,2020-05-18T14:00:00Z,05/18 10:00,1657,4998,2020-05-18T14:00:00Z,39,531,6856,271849,271849,7387,271849,32,77,3a36c1cb5642c65c39b05d5e4c5db87c15f0a9db,0,0,0,0,0,
+20200518,OK,5398,118162,,76,885,45,,,,4008,A+,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,288,885,2020-05-18T00:00:00Z,40,88,0,123560,123560,88,123560,0,5,294149001499201c6827970851f2c16a24de683b,0,0,0,0,0,
+20200518,OR,3687,93628,,137,708,43,,13,,1406,A+,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,138,708,2020-05-18T11:00:00Z,41,64,2895,97315,97315,2959,97315,1,5,6141ab16ebaaebf3ec327d585de1f2a14b656dfc,0,0,0,0,0,
+20200518,PA,63056,277553,,1885,,,,397,,,C,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,4505,,2020-05-18T00:00:00Z,42,822,6883,340609,340609,7705,340609,87,0,2427af80458ce6762e754a2858cf6dc270720ae1,0,0,0,0,0,
+20200518,PR,2710,,,,,17,,4,,,C,5/18/2020 06:30,2020-05-18T06:30:00Z,05/18 02:30,124,,2020-05-18T06:30:00Z,72,64,0,2710,2710,64,2710,1,0,13c1da2627f07d7365b6b06cac541159afb54985,0,0,0,0,0,
+20200518,RI,12795,102589,,236,1438,62,,46,,1012,A+,5/18/2020 12:00,2020-05-18T12:00:00Z,05/18 08:00,506,1438,2020-05-18T12:00:00Z,44,121,2713,115384,115384,2834,115384,7,20,caa333776022fd23fd34335551a648e5031d0a15,0,0,0,0,0,
+20200518,SC,8942,122617,,,1421,,,,,5076,A,5/18/2020 16:15,2020-05-18T16:15:00Z,05/18 12:15,391,1421,2020-05-18T16:15:00Z,45,126,10947,131559,131559,11073,131559,11,0,88be4134da23ceacb5f8adeb458ea2fa9013248f,0,0,0,0,0,
+20200518,SD,4027,25018,,77,316,,,,,2784,B,5/18/2020 11:30,2020-05-18T11:30:00Z,05/18 07:30,44,316,2020-05-18T11:30:00Z,46,40,446,29045,29045,486,29045,0,4,e5de458e9ed2c9ce15241fca4728143d812c9a04,0,0,0,0,0,
+20200518,TN,18011,319417,,,1489,,,,,9886,A,5/18/2020 15:00,2020-05-18T15:00:00Z,05/18 11:00,301,1489,2020-05-18T15:00:00Z,47,623,11525,337428,337428,12148,337428,3,7,bb9bfb58649890d6ff0aca3ec540f834a206930f,0,0,0,0,0,
+20200518,TX,48693,631152,,1551,,,,,,28371,A,5/18/2020 16:25,2020-05-18T16:25:00Z,05/18 12:25,1347,,2020-05-18T16:25:00Z,48,909,28581,679845,679845,29490,679845,11,0,4fcc384fc579d17de9a0626fa275635e70a927c3,0,0,0,0,0,
+20200518,UT,7384,166638,,179,595,,197,,84,4183,B,5/18/2020 10:29,2020-05-18T10:29:00Z,05/18 06:29,80,595,2020-05-18T10:29:00Z,49,146,3124,174022,174022,3270,174022,0,9,a8cbb4d856090f55187da6b64f2551bbd3941da3,0,0,0,0,0,
+20200518,VA,31140,165086,530,1502,5609,361,,194,,4107,A+,5/17/2020 17:00,2020-05-17T17:00:00Z,05/17 13:00,1014,5609,2020-05-17T17:00:00Z,51,752,5113,196756,196226,5865,196226,5,92,a1a2f75dd1f2317418d1d3898b85c5197d53160a,0,0,0,0,0,
+20200518,VI,69,1278,45,,,,,,,61,C,5/17/2020 18:35,2020-05-17T18:35:00Z,05/17 14:35,6,,2020-05-17T18:35:00Z,78,0,0,1392,1347,0,1347,0,0,39ce08daa67ebf5fa76942292075d390df87ce40,0,0,0,0,0,
+20200518,VT,944,23547,,22,,,,,,815,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,54,,2020-05-18T00:00:00Z,50,4,573,24491,24491,577,24491,0,0,282ecbadf340f11ae52061aa08dc05c73bbc32b2,0,0,0,0,0,
+20200518,WA,19019,280239,,168,,52,,,,,A,5/17/2020 02:59,2020-05-17T02:59:00Z,05/16 22:59,1001,,2020-05-17T02:59:00Z,53,114,4957,299258,299258,5071,299258,1,0,4236b624ab5d897449e3dfde0ec499a3e0d44986,0,0,0,0,0,
+20200518,WI,12687,144502,194,574,2068,128,496,,,6786,A+,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,459,2068,2020-05-18T00:00:00Z,55,144,4828,157383,157189,4972,157189,6,30,3a7ddee2d1b362ff3ba5a8c469d73477578a954d,0,0,0,0,0,
+20200518,WV,1491,74544,,48,,11,,7,,919,B,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,67,,2020-05-18T10:00:00Z,54,1,544,76035,76035,545,76035,0,0,70533df5fe6983b9640cc6c92682c32b1e8a3a27,0,0,0,0,0,
+20200518,WY,754,16331,,8,73,,,,,498,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,8,73,2020-05-17T00:00:00Z,56,0,0,17085,17085,0,17085,0,3,dc4977f9f5e54b2f2e8f5d9c09ae48976ab044de,0,0,0,0,0,
+20200517,AK,396,34255,,13,,,,,,344,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,10,,2020-05-17T00:00:00Z,02,4,1366,34651,34651,1370,34651,0,0,42143917610d6c62c9f07b71364fbbe9d485d038,0,0,0,0,0,
+20200517,AL,11771,144579,,,1392,,504,,296,,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,488,1392,2020-05-16T00:00:00Z,01,248,2608,156350,156350,2856,156350,3,5,b273df2d076134a757f8fa515f38d0db818abd53,0,0,0,0,0,
+20200517,AR,4759,80426,,65,520,,,9,101,3590,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,98,520,2020-05-17T00:00:00Z,05,181,3360,85185,85185,3541,85185,0,0,64fe68208124a9423bfdd9e0791d8a4036b68617,0,0,0,0,0,
+20200517,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,68ade68d80cc109b1cdb5035955d024d49a21376,0,0,0,0,0,
+20200517,AZ,13937,137824,,796,1699,337,,201,,3450,A+,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,680,1699,2020-05-17T00:00:00Z,04,306,4667,151761,151761,4973,151761,1,16,598eb4ef8ebd6b78411a3ce42ccd268d56840b72,0,0,0,0,0,
+20200517,CA,78839,1156404,,4291,,1293,,,,,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,3261,,2020-05-17T00:00:00Z,06,2046,54071,1235243,1235243,56117,1235243,57,0,6297ed735ac561e3689f2d92a2ffd04f0763b247,0,0,0,0,0,
+20200517,CO,21633,103915,,650,3866,,,,,3346,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,1192,3866,2020-05-15T00:00:00Z,08,401,3307,125548,125548,3708,125548,42,24,b958e5dc2c9b2cb5841cd079433bf9d77ad8e743,0,0,0,0,0,
+20200517,CT,37419,133188,,937,10946,,,,,6264,B,5/16/2020 20:30,2020-05-16T20:30:00Z,05/16 16:30,3408,10946,2020-05-16T20:30:00Z,09,716,5136,170607,170607,5852,170607,69,0,c1267372889ed5ed8780e898a6088720daf08c8b,0,0,0,0,0,
+20200517,DC,7123,29403,,369,,,,74,,1023,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,383,,2020-05-16T00:00:00Z,11,81,913,36526,36526,994,36526,8,0,941301982062e0721fe5073f6a8a1f3adaf7116b,0,0,0,0,0,
+20200517,DE,7670,33195,,229,,,,,,3478,B,5/17/2020 11:57,2020-05-17T11:57:00Z,05/17 07:57,290,,2020-05-17T11:57:00Z,10,123,984,40865,40865,1107,40865,4,0,af15d1e817821a193e8a1b8eb80d81b33315d035,0,0,0,0,0,
+20200517,FL,45588,606204,1479,472,8478,232,,,,,A+,5/17/2020 10:08,2020-05-17T10:08:00Z,05/17 06:08,2049,8478,2020-05-17T10:08:00Z,12,777,20968,653271,651792,21745,651792,9,85,34147ba1ba0508aec9d07fd5266535f2ab5eadea,0,0,0,0,0,
+20200517,GA,37701,313474,,1010,6790,,1557,,,,A+,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,1606,6790,2020-05-17T13:00:00Z,13,554,29552,351175,351175,30106,351175,14,55,10ef1d3afa16cc85f0f20bb62ae00af227c8f3b0,0,0,0,0,0,
+20200517,GU,154,4450,,,,,,,,126,C,5/16/2020 04:30,2020-05-16T04:30:00Z,05/16 00:30,5,,2020-05-16T04:30:00Z,66,0,85,4604,4604,85,4604,0,0,ee153be113a3cb031714271a12f35a5dbd89e4cf,0,0,0,0,0,
+20200517,HI,639,41035,,,82,,,,,572,B,5/16/2020 18:00,2020-05-16T18:00:00Z,05/16 14:00,17,82,2020-05-16T18:00:00Z,15,1,790,41674,41674,791,41674,0,1,cc0147a811a0ef6f08f2be824fec42d075276dac,0,0,0,0,0,
+20200517,IA,14651,85590,,376,,124,,85,,7154,A+,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,351,,2020-05-16T13:00:00Z,19,323,3618,100241,100241,3941,100241,5,0,b60cca24781b49af42f37c64735e82e53974e22f,0,0,0,0,0,
+20200517,ID,2419,34253,,,213,,89,,,1612,B,5/16/2020 19:00,2020-05-16T19:00:00Z,05/16 15:00,73,213,2020-05-16T19:00:00Z,16,30,954,36672,36672,984,36672,0,0,853ce1cb10b3b6489c7666647e7b200b65c1086a,0,0,0,0,0,
+20200517,IL,94191,487753,,4190,,1144,,735,,,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,4177,,2020-05-17T00:00:00Z,17,1734,18561,581944,581944,20295,581944,48,0,b819e85b851318935e7a83c576edd8214db69bff,0,0,0,0,0,
+20200517,IN,27778,149465,,1246,4389,441,990,205,,,A+,5/16/2020 23:59,2020-05-16T23:59:00Z,05/16 19:59,1751,4389,2020-05-16T23:59:00Z,18,498,5387,177243,177243,5885,177243,10,0,b97515bfa72a30454966ea7cfbb71100c1b2b30d,0,0,0,0,0,
+20200517,KS,7886,53706,,,724,,246,,112,443,A,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,172,724,2020-05-15T10:00:00Z,20,0,0,61592,61592,0,61592,0,0,fcf623f7c510b796f21774ed9e3b0144a6877e62,0,0,0,0,0,
+20200517,KY,7688,121997,,381,1896,218,797,,,2768,A+,5/16/2020 17:19,2020-05-16T17:19:00Z,05/16 13:19,334,1896,2020-05-16T17:19:00Z,21,244,1707,129685,129685,1951,129685,2,0,9c9df870f237c60df0f8a9a7da10e2fc6a83593a,0,0,0,0,0,
+20200517,LA,34432,230738,,1019,,,,111,,22608,B,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,2491,,2020-05-17T13:00:00Z,22,315,5113,265170,265170,5428,265170,12,0,6838110d4f461ea09210e0f4bef105d11f358eca,0,0,0,0,0,
+20200517,MA,86010,374816,,2597,8539,702,,,,,A+,5/17/2020 10:00,2020-05-17T10:00:00Z,05/17 06:00,5797,8539,2020-05-17T10:00:00Z,25,1077,11660,460826,460826,12737,460826,92,83,d778d3920132e59f2ece1216162dad659151e7d0,0,0,0,0,0,
+20200517,MD,38804,156122,,1460,6993,562,,,,2816,B,5/17/2020 10:00,2020-05-17T10:00:00Z,05/17 06:00,1992,6993,2020-05-17T10:00:00Z,24,836,3915,194926,194926,4751,194926,35,238,7ac4b189a89c4d8ed2f5c7ab6256f4b1abab0540,0,0,0,0,0,
+20200517,ME,1687,22092,,37,216,16,,11,,1028,B,5/17/2020 11:30,2020-05-17T11:30:00Z,05/17 07:30,70,216,2020-05-17T11:30:00Z,23,39,0,23779,23779,39,23779,0,2,71f5ce747d095c40035b18b923d3ab69edb9083b,0,0,0,0,0,
+20200517,MI,51142,345816,,1114,,488,,434,,28234,A+,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,4891,,2020-05-16T11:00:00Z,26,638,38399,396958,396958,39037,396958,11,0,556c8bd40da8f5280838ee3006c83ab983697a1d,0,0,0,0,0,
+20200517,MN,15668,134917,,487,2090,221,716,,,10175,A+,5/16/2020 17:00,2020-05-16T17:00:00Z,05/16 13:00,731,2090,2020-05-16T17:00:00Z,27,699,6605,150585,150585,7304,150585,22,51,c65433fb8e8bc9320567655fce8d241c8d9f12e9,0,0,0,0,0,
+20200517,MO,10789,135466,,775,,,,116,,,B,5/17/2020 15:00,2020-05-17T15:00:00Z,05/17 11:00,594,,2020-05-17T15:00:00Z,29,114,6801,146255,146255,6915,146255,5,0,4eb037ae67fdd9485048f402036f2e9b76c8fcb2,0,0,0,0,0,
+20200517,MP,21,3318,,,,,,,,12,D,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,2,,2020-05-16T00:00:00Z,69,0,0,3339,3339,0,3339,0,0,f66e3deeea030170fae06d5621d64e6a36ccc6c6,0,0,0,0,0,
+20200517,MS,11296,101830,,608,1773,158,,81,,6268,A,5/16/2020 19:00,2020-05-16T19:00:00Z,05/16 15:00,521,1773,2020-05-16T19:00:00Z,28,173,4477,113126,113126,4650,113126,11,25,e7e9f09fbd62d0c4fb4878c39344433a1a9ba724,0,0,0,0,0,
+20200517,MT,468,26417,,3,63,,,,,431,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,16,63,2020-05-17T00:00:00Z,30,0,794,26885,26885,794,26885,0,0,2a8b0da5e22d4123aff50ae1ce9f212e25705022,0,0,0,0,0,
+20200517,NC,18512,230432,,493,,,,,,9115,A,5/17/2020 11:00,2020-05-17T11:00:00Z,05/17 07:00,659,,2020-05-17T11:00:00Z,37,530,9828,248944,248944,10358,248944,7,0,764213a3fbe3c5c5224677f04db20812aa950a00,0,0,0,0,0,
+20200517,ND,1900,53321,,30,130,,,,,1178,C,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,43,130,2020-05-17T13:00:00Z,38,52,1682,55221,55221,1734,55221,1,0,72c3ca691b5bb5e79195d79c8d77cd570b085088,0,0,0,0,0,
+20200517,NE,10220,55420,,,,,,,,,C,5/16/2020 18:15,2020-05-16T18:15:00Z,05/16 14:15,123,,2020-05-16T18:15:00Z,31,448,5214,65640,65640,5662,65640,4,0,f4fc179ae1b5785bac1fbebcff806f1234278aa0,0,0,0,0,0,
+20200517,NH,3556,41196,1216,115,347,,109,,,1258,B,5/16/2020 09:00,2020-05-16T09:00:00Z,05/16 05:00,171,347,2020-05-16T09:00:00Z,33,92,1984,45968,44752,2076,44752,12,12,d2fd09785dd360e59577344426457aebe90573f3,0,0,0,0,0,
+20200517,NJ,146334,341231,,3411,,1030,,819,,23299,A+,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,10356,,2020-05-17T13:00:00Z,34,1245,11096,487565,487565,12341,487565,107,0,d913b4750d0607d79a6e4a08da4d8afdb37ed271,0,0,0,0,0,
+20200517,NM,5857,122727,,208,886,,,,,1739,C,5/16/2020 18:05,2020-05-16T18:05:00Z,05/16 14:05,259,886,2020-05-16T18:05:00Z,35,195,3931,128584,128584,4126,128584,6,0,00577d7eb28fe226fb65ba47288a563005a1e34c,0,0,0,0,0,
+20200517,NV,6857,73780,,423,,105,,65,,272,B,5/17/2020 11:00,2020-05-17T11:00:00Z,05/17 07:00,349,,2020-05-17T11:00:00Z,32,195,6778,80637,80637,6973,80637,4,0,3c88ec5615421635cb3262d4334f200706c64679,0,0,0,0,0,
+20200517,NY,350121,1063275,,5897,86575,1981,,1601,,61381,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,22619,86575,2020-05-17T00:00:00Z,36,1889,32790,1413396,1413396,34679,1413396,141,368,b982289ad68e8d429185429e8c6ef42cb1c04bc0,0,0,0,0,0,
+20200517,OH,27923,236539,,914,4921,343,1305,230,,,B,5/17/2020 14:00,2020-05-17T14:00:00Z,05/17 10:00,1625,4921,2020-05-17T14:00:00Z,39,449,17311,264462,264462,17760,264462,15,51,e15d256fa5e2617fcf41f62b99935a39eb2c3c62,0,0,0,0,0,
+20200517,OK,5310,118162,,180,880,73,,,,3983,A+,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,288,880,2020-05-17T00:00:00Z,40,73,0,123472,123472,73,123472,0,2,3c6a93ae7637b2ff5fd75ceeaf9b68e282e1d9b2,0,0,0,0,0,
+20200517,OR,3623,90733,,156,703,37,,16,,1406,A+,5/17/2020 11:00,2020-05-17T11:00:00Z,05/17 07:00,137,703,2020-05-17T11:00:00Z,41,11,2146,94356,94356,2157,94356,0,4,2f8bbe4e1212ae7c64614cb80507bcd4b9328706,0,0,0,0,0,
+20200517,PA,62234,270670,,1821,,,,422,,,C,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,4418,,2020-05-17T00:00:00Z,42,623,4445,332904,332904,5068,332904,15,0,74b60df7cb5ceec6b8de8f41d40bd3da6ee20c08,0,0,0,0,0,
+20200517,PR,2646,,,,,24,,5,,,C,5/17/2020 05:51,2020-05-17T05:51:00Z,05/17 01:51,123,,2020-05-17T05:51:00Z,72,57,0,2646,2646,57,2646,1,0,085399db129c6e770a7165ace3f753e7f2a802c0,0,0,0,0,0,
+20200517,RI,12674,99876,,260,1418,64,,45,,972,A+,5/17/2020 12:00,2020-05-17T12:00:00Z,05/17 08:00,499,1418,2020-05-17T12:00:00Z,44,240,3830,112550,112550,4070,112550,10,15,e5df2c878a8a6845f104622c8d4f3504523ba914,0,0,0,0,0,
+20200517,SC,8816,111670,,,1421,,,,,5076,A,5/16/2020 17:25,2020-05-16T17:25:00Z,05/16 13:25,380,1421,2020-05-16T17:25:00Z,45,409,10461,120486,120486,10870,120486,0,0,c5f8249d88d19577a4070da09481a2b20e277794,0,0,0,0,0,
+20200517,SD,3987,24572,,77,312,,,,,2724,B,5/16/2020 18:00,2020-05-16T18:00:00Z,05/16 14:00,44,312,2020-05-16T18:00:00Z,46,28,355,28559,28559,383,28559,0,8,dbb63dda1ef32eaef3023c61d01d56be13177139,0,0,0,0,0,
+20200517,TN,17388,307892,,,1482,,,,,9652,A,5/17/2020 15:00,2020-05-17T15:00:00Z,05/17 11:00,298,1482,2020-05-17T15:00:00Z,47,100,4979,325280,325280,5079,325280,3,8,35d68531148574f2a102a2adc74e913d135537b3,0,0,0,0,0,
+20200517,TX,47784,602571,,1512,,,,,,27570,A,5/17/2020 16:15,2020-05-17T16:15:00Z,05/17 12:15,1336,,2020-05-17T16:15:00Z,48,785,10831,650355,650355,11616,650355,31,0,ad852168fb8e449115d4ad3a9a6e5be36a627143,0,0,0,0,0,
+20200517,UT,7238,163514,,181,586,,196,,84,4075,B,5/17/2020 12:04,2020-05-17T12:04:00Z,05/17 08:04,80,586,2020-05-17T12:04:00Z,49,170,3808,170752,170752,3978,170752,2,8,582b4c08a53ed61c1400f86aa60cf46e26cc3ae7,0,0,0,0,0,
+20200517,VA,30388,159973,527,1524,5517,379,,195,,3993,A+,5/16/2020 17:00,2020-05-16T17:00:00Z,05/16 13:00,1009,5517,2020-05-16T17:00:00Z,51,705,4088,190888,190361,4793,190361,7,103,0a1a8c2b49bc91c009bd0a22762b2bc8febf02c6,0,0,0,0,0,
+20200517,VI,69,1278,45,,,,,,,61,C,5/16/2020 18:35,2020-05-16T18:35:00Z,05/16 14:35,6,,2020-05-16T18:35:00Z,78,0,84,1392,1347,84,1347,0,0,e97728a82baf6d56a8625a21e5e6f1573b93e040,0,0,0,0,0,
+20200517,VT,940,22974,,14,,,,,,810,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,54,,2020-05-17T00:00:00Z,50,0,777,23914,23914,777,23914,1,0,528b98bfa732c8a335e901c87dbc993de871c3a5,0,0,0,0,0,
+20200517,WA,18905,275282,,168,,52,,,,,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,1000,,2020-05-17T00:00:00Z,53,52,1629,294187,294187,1681,294187,8,0,cb698d2903a6288041ca6ee56b8dde5285ee01b6,0,0,0,0,0,
+20200517,WI,12543,139674,182,543,2038,129,494,,,6542,A+,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,453,2038,2020-05-17T00:00:00Z,55,356,5468,152399,152217,5824,152217,0,20,92288fa48e1a1ea59cbc8882fc7f9a5c134b7174,0,0,0,0,0,
+20200517,WV,1490,74000,,48,,11,,7,,919,B,5/17/2020 17:00,2020-05-17T17:00:00Z,05/17 13:00,67,,2020-05-17T17:00:00Z,54,33,2064,75490,75490,2097,75490,3,0,18469e590926034f0aeb3b58c08f41eb7f968a68,0,0,0,0,0,
+20200517,WY,754,16331,,8,70,,,,,498,B,5/16/2020 15:07,2020-05-16T15:07:00Z,05/16 11:07,8,70,2020-05-16T15:07:00Z,56,38,653,17085,17085,691,17085,1,1,65229b38247a05fd88d597bebbc0892e07c046be,0,0,0,0,0,
+20200516,AK,392,32889,,10,,,,,,344,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,10,,2020-05-16T00:00:00Z,02,4,859,33281,33281,863,33281,0,0,6059d1c0d484c5bea38e9dc99b23d4e479715258,0,0,0,0,0,
+20200516,AL,11523,141971,,,1387,,501,,295,,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,485,1387,2020-05-16T00:00:00Z,01,307,7124,153494,153494,7431,153494,9,10,3a252b50acb6faf5d3654d41969800c1f31d495f,0,0,0,0,0,
+20200516,AR,4578,77066,,65,520,,,10,101,3472,A,5/15/2020 16:20,2020-05-15T16:20:00Z,05/15 12:20,98,520,2020-05-15T16:20:00Z,05,115,0,81644,81644,115,81644,0,0,b5fdefe1c40c5ed2cda08a7f929173d7fcce5922,0,0,0,0,0,
+20200516,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,8d09fa7726340d6282317864e38cf2ddac885412,0,0,0,0,0,
+20200516,AZ,13631,133157,,791,1683,344,,210,,3357,A+,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,679,1683,2020-05-16T00:00:00Z,04,462,4325,146788,146788,4787,146788,28,54,ff8c260c6af5d419cf98a23b09f3548379346d05,0,0,0,0,0,
+20200516,CA,76793,1102333,,4424,,1313,,,,,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,3204,,2020-05-16T00:00:00Z,06,1857,43363,1179126,1179126,45220,1179126,96,0,af0d4348a9de464fff602760f605eea21b300656,0,0,0,0,0,
+20200516,CO,21232,100608,,671,3842,,,,,3312,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,1150,3842,2020-05-14T00:00:00Z,08,394,3416,121840,121840,3810,121840,59,53,cef1ed4aeef76f43400e46ace7de88f610365bb8,0,0,0,0,0,
+20200516,CT,36703,128052,,994,10946,,,,,6264,B,5/15/2020 20:15,2020-05-15T20:15:00Z,05/15 16:15,3339,10946,2020-05-15T20:15:00Z,09,618,8229,164755,164755,8847,164755,54,0,3190f5495ccd8d8de5e1cd97f4f5cfb727e816d1,0,0,0,0,0,
+20200516,DC,7042,28490,,382,,,,79,,998,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,375,,2020-05-15T00:00:00Z,11,171,1022,35532,35532,1193,35532,7,0,95dfa7d37fe022a5bf1841dfdf5e71e43c1e420d,0,0,0,0,0,
+20200516,DE,7547,32211,,250,,,,,,3367,B,5/15/2020 18:00,2020-05-15T18:00:00Z,05/15 14:00,286,,2020-05-15T18:00:00Z,10,174,1306,39758,39758,1480,39758,15,0,4ea83787b9091b54022cbb75be184287611e1cf4,0,0,0,0,0,
+20200516,FL,44811,585236,1676,472,8393,232,,,,,A+,5/16/2020 10:02,2020-05-16T10:02:00Z,05/16 06:02,2040,8393,2020-05-16T10:02:00Z,12,1601,19609,631723,630047,21210,630047,49,400,560fc2a2bf35b4d9ca8a77a5e2776162d1c616a0,0,0,0,0,0,
+20200516,GA,37147,283922,,1005,6735,,1554,,,,A+,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,1592,6735,2020-05-16T13:00:00Z,13,466,18729,321069,321069,19195,321069,35,297,2e82ff5619537ac956a68bf9bef9b3063f45e28f,0,0,0,0,0,
+20200516,GU,154,4365,,,,,,,,126,C,5/16/2020 04:30,2020-05-16T04:30:00Z,05/16 00:30,5,,2020-05-16T04:30:00Z,66,0,4,4519,4519,4,4519,0,0,b67f273417d2c1ef1367819b288ace6c6f73630a,0,0,0,0,0,
+20200516,HI,638,40245,,,81,,,,,565,B,5/15/2020 18:00,2020-05-15T18:00:00Z,05/15 14:00,17,81,2020-05-15T18:00:00Z,15,1,2106,40883,40883,2107,40883,0,0,f09839b80f4f65f7a626fcae4c84e0e2378514d2,0,0,0,0,0,
+20200516,IA,14328,81972,,387,,128,,83,,6927,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,346,,2020-05-15T00:00:00Z,19,279,2455,96300,96300,2734,96300,10,0,cd021e47274e99a45ea35d6cba7c6675d543d8b1,0,0,0,0,0,
+20200516,ID,2389,33299,,,213,,89,,,1588,B,5/15/2020 19:00,2020-05-15T19:00:00Z,05/15 15:00,73,213,2020-05-15T19:00:00Z,16,38,905,35688,35688,943,35688,1,1,639e09a61742a9c80fd459e5a7387bd1107f851c,0,0,0,0,0,
+20200516,IL,92457,469192,,4306,,1135,,653,,,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,4129,,2020-05-16T00:00:00Z,17,2088,20959,561649,561649,23047,561649,71,0,9daa67d3a9949adddfb57f48137227fee6ae2ad5,0,0,0,0,0,
+20200516,IN,27280,144078,,1274,4389,426,990,199,,,A+,5/15/2020 23:59,2020-05-15T23:59:00Z,05/15 19:59,1741,4389,2020-05-15T23:59:00Z,18,625,5285,171358,171358,5910,171358,50,0,9be3df0feb5e14d3e32f78c1034b91527a828d06,0,0,0,0,0,
+20200516,KS,7886,53706,,,724,,246,,112,443,A,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,172,724,2020-05-15T10:00:00Z,20,0,0,61592,61592,0,61592,0,0,35e35e2fb1a86e8b3335f0a8208ba5c914b3f65f,0,0,0,0,0,
+20200516,KY,7444,120290,,381,1896,218,797,,,2739,A+,5/15/2020 17:00,2020-05-15T17:00:00Z,05/15 13:00,332,1896,2020-05-15T17:00:00Z,21,219,6237,127734,127734,6456,127734,4,9,4ee7219e30b518f0f7699beb26ebf58972356a6e,0,0,0,0,0,
+20200516,LA,34117,225625,,1028,,,,123,,22608,B,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,2479,,2020-05-16T13:00:00Z,22,280,6273,259742,259742,6553,259742,31,0,b8d37d6a97f565774d26304b530c8dc7aa97e2cc,0,0,0,0,0,
+20200516,MA,84933,363156,,2692,8456,747,,,,,A+,5/16/2020 10:00,2020-05-16T10:00:00Z,05/16 06:00,5705,8456,2020-05-16T10:00:00Z,25,1512,10898,448089,448089,12410,448089,113,142,cc1fb39c60050d8f87500895233c81a0c839841c,0,0,0,0,0,
+20200516,MD,37968,152207,,1500,6755,598,,,,2806,B,5/16/2020 10:00,2020-05-16T10:00:00Z,05/16 06:00,1957,6755,2020-05-16T10:00:00Z,24,982,6367,190175,190175,7349,190175,46,76,6373dbd812ddcfba454ab60eda7fddda52ceca29,0,0,0,0,0,
+20200516,ME,1648,22092,,37,214,19,,10,,1012,B,5/16/2020 12:00,2020-05-16T12:00:00Z,05/16 08:00,70,214,2020-05-16T12:00:00Z,23,45,0,23740,23740,45,23740,1,3,65d05a0805ac7e6406f600e89af656fea7667277,0,0,0,0,0,
+20200516,MI,50504,307417,,1256,,532,,440,,28234,A+,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,4880,,2020-05-16T11:00:00Z,26,425,0,357921,357921,425,357921,55,0,26ec5f0b9c559982956dc10ef7eb46d8b53f328f,0,0,0,0,0,
+20200516,MN,14969,128312,,493,2039,225,700,,,9571,A+,5/15/2020 17:00,2020-05-15T17:00:00Z,05/15 13:00,709,2039,2020-05-15T17:00:00Z,27,729,7883,143281,143281,8612,143281,17,54,67a413f2d1f318daa93e16a9309b6ec0f86f39f9,0,0,0,0,0,
+20200516,MO,10675,128665,,775,,,,116,,,B,5/16/2020 15:00,2020-05-16T15:00:00Z,05/16 11:00,589,,2020-05-16T15:00:00Z,29,219,4663,139340,139340,4882,139340,13,0,188bef5cda34727c2d46f62d1202f19bca4748c2,0,0,0,0,0,
+20200516,MP,21,3318,,,,,,,,12,D,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,2,,2020-05-16T00:00:00Z,69,2,12,3339,3339,14,3339,0,0,469e44250b3b48abfc22dab2f0d1c5ef42f46786,0,0,0,0,0,
+20200516,MS,11123,97353,,641,1748,170,,81,,6268,A,5/15/2020 19:00,2020-05-15T19:00:00Z,05/15 15:00,510,1748,2020-05-15T19:00:00Z,28,322,1331,108476,108476,1653,108476,17,36,96025c42127510a1b1c372c977a060320525574c,0,0,0,0,0,
+20200516,MT,468,25623,,3,63,,,,,431,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,16,63,2020-05-16T00:00:00Z,30,2,671,26091,26091,673,26091,0,0,6f5834855169bd565406c11de5d7eb56633ba0d5,0,0,0,0,0,
+20200516,NC,17982,220604,,481,,,,,,9115,A,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,652,,2020-05-16T11:00:00Z,37,853,6186,238586,238586,7039,238586,11,0,c70c8a7286967bb388f7a8aecb38e67d0fbbf7a6,0,0,0,0,0,
+20200516,ND,1848,51639,,33,130,,,,,1111,C,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,42,130,2020-05-16T13:00:00Z,38,87,1685,53487,53487,1772,53487,0,0,39cf2dd41b91ecfcf3f3aa5f6b24cdd064049296,0,0,0,0,0,
+20200516,NE,9772,50206,,,,,,,,,C,5/15/2020 15:45,2020-05-15T15:45:00Z,05/15 11:45,119,,2020-05-15T15:45:00Z,31,356,2407,59978,59978,2763,59978,6,0,58ec460a393de6ceb477c04d3b872847ea47abba,0,0,0,0,0,
+20200516,NH,3464,39212,1401,110,335,,109,,,1254,B,5/15/2020 09:00,2020-05-15T09:00:00Z,05/15 05:00,159,335,2020-05-15T09:00:00Z,33,0,64,44077,42676,64,42676,0,0,0ce5e61ff7a79c6d11cdc79d9acaa9985d4a4d8a,0,0,0,0,0,
+20200516,NJ,145089,330135,,3564,,1061,,846,,22939,A+,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,10249,,2020-05-16T13:00:00Z,34,1184,11068,475224,475224,12252,475224,111,0,4a57e597ea0a933dd6f1479af7ea8d8a114b9ccf,0,0,0,0,0,
+20200516,NM,5662,118796,,223,886,,,,,1671,C,5/15/2020 18:01,2020-05-15T18:01:00Z,05/15 14:01,253,886,2020-05-15T18:01:00Z,35,159,4698,124458,124458,4857,124458,11,0,fba7a6244ce42f939f4d30f8d9bffb37d261d7d3,0,0,0,0,0,
+20200516,NV,6662,67002,,423,,105,,65,,272,B,5/16/2020 12:00,2020-05-16T12:00:00Z,05/16 08:00,345,,2020-05-16T12:00:00Z,32,48,1470,73664,73664,1518,73664,6,0,7b1e5518ed1b46f7e1bed9c4f20fc65607f128ea,0,0,0,0,0,
+20200516,NY,348232,1030485,,6220,86207,2077,,1674,,60796,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,22478,86207,2020-05-16T00:00:00Z,36,2419,38250,1378717,1378717,40669,1378717,174,425,7e026317d6b83dfbc34dcc2420d0aa67023a1571,0,0,0,0,0,
+20200516,OH,27474,219228,,866,4870,366,1277,251,,,B,5/16/2020 14:00,2020-05-16T14:00:00Z,05/16 10:00,1610,4870,2020-05-16T14:00:00Z,39,520,0,246702,246702,520,246702,29,79,8fdef859e795d78b8825d3701918b796bb586d87,0,0,0,0,0,
+20200516,OK,5237,118162,,180,878,73,,,,3945,A+,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,288,878,2020-05-16T00:00:00Z,40,151,5056,123399,123399,5207,123399,3,15,8a34d4c77a0b7cb2a59960bfc2212c0a0e082612,0,0,0,0,0,
+20200516,OR,3612,88587,,153,699,48,,16,,1406,A+,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,137,699,2020-05-16T11:00:00Z,41,71,2622,92199,92199,2693,92199,0,8,216f9345312151c798804139c2ffd0c4cebff497,0,0,0,0,0,
+20200516,PA,61611,266225,,1873,,,,429,,,C,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,4403,,2020-05-16T00:00:00Z,42,989,7015,327836,327836,8004,327836,61,0,887f9b5cb7f7455709b4401f9121862937a4d8c7,0,0,0,0,0,
+20200516,PR,2589,,,161,,15,,5,,,B,5/16/2020 04:59,2020-05-16T04:59:00Z,05/16 00:59,122,,2020-05-16T04:59:00Z,72,47,0,2589,2589,47,2589,0,0,b729dd3a31716c0271b7712b6a5a6e96db5cec22,0,0,0,0,0,
+20200516,RI,12434,96046,,273,1403,66,,44,,947,A+,5/16/2020 12:00,2020-05-16T12:00:00Z,05/16 08:00,489,1403,2020-05-16T12:00:00Z,44,215,3287,108480,108480,3502,108480,10,31,398992d5a89b1f2cf6576f54f68dc9074036a4b0,0,0,0,0,0,
+20200516,SC,8407,101209,,,1421,,,,,5076,A,5/15/2020 16:00,2020-05-15T16:00:00Z,05/15 12:00,380,1421,2020-05-15T16:00:00Z,45,0,0,109616,109616,0,109616,0,0,2124f8469ab1824b7386bfa4b715f99e1f6a0b3f,0,0,0,0,0,
+20200516,SD,3959,24217,,75,304,,,,,2673,B,5/15/2020 18:00,2020-05-15T18:00:00Z,05/15 14:00,44,304,2020-05-15T18:00:00Z,46,72,690,28176,28176,762,28176,0,8,76eb2f870481a859634d546445a9e8cdbc9ba7a3,0,0,0,0,0,
+20200516,TN,17288,302913,,,1474,,,,,9529,A,5/16/2020 15:00,2020-05-16T15:00:00Z,05/16 11:00,295,1474,2020-05-16T15:00:00Z,47,318,10127,320201,320201,10445,320201,5,20,9ea18e51e4ca03155163c24519eff85de8ca3d32,0,0,0,0,0,
+20200516,TX,46999,591740,,1791,,,,,,26601,A,5/15/2020 16:15,2020-05-15T16:15:00Z,05/15 12:15,1305,,2020-05-15T16:15:00Z,48,1801,27308,638739,638739,29109,638739,33,0,9f11782d1a0565a7997db57f0542298dce62bce4,0,0,0,0,0,
+20200516,UT,7068,159706,,168,578,,194,,84,3896,B,5/16/2020 10:21,2020-05-16T10:21:00Z,05/16 06:21,78,578,2020-05-16T10:21:00Z,49,155,3401,166774,166774,3556,166774,1,12,be62bea34d520bde84f34b4a029b5fa3f59125d6,0,0,0,0,0,
+20200516,VA,29683,155885,485,1505,5414,381,,189,,3909,A+,5/15/2020 17:00,2020-05-15T17:00:00Z,05/15 13:00,1002,5414,2020-05-15T17:00:00Z,51,1011,6543,186053,185568,7554,185568,25,98,9f53fa0c65863b79b26152e492b614af07c87bb1,0,0,0,0,0,
+20200516,VI,69,1194,37,,,,,,,61,C,5/14/2020 19:04,2020-05-14T19:04:00Z,05/14 15:04,6,,2020-05-14T19:04:00Z,78,0,0,1300,1263,0,1263,0,0,c111137017c2518da4db9637c2065307f6804bda,0,0,0,0,0,
+20200516,VT,940,22197,,20,,,,,,804,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,53,,2020-05-16T00:00:00Z,50,8,960,23137,23137,968,23137,0,0,d2d85cfdf80ac2f61101bb6239864cc624215a32,0,0,0,0,0,
+20200516,WA,18853,273653,,331,,90,,,,,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,992,,2020-05-16T00:00:00Z,53,112,2675,292506,292506,2787,292506,9,0,94d0b5d1e35d61a939d846a5b77df0aba3c8c19b,0,0,0,0,0,
+20200516,WI,12187,134206,189,546,2018,127,488,,,6542,A+,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,453,2018,2020-05-16T00:00:00Z,55,502,5549,146582,146393,6051,146393,8,41,daf90fe5d57ecbbe0364955fa66dc5a29355c4e1,0,0,0,0,0,
+20200516,WV,1457,71936,,55,,13,,6,,889,B,5/16/2020 10:00,2020-05-16T10:00:00Z,05/16 06:00,64,,2020-05-16T10:00:00Z,54,16,2441,73393,73393,2457,73393,2,0,044dc6d916dde5859db2c14a2e8e3581d53201bb,0,0,0,0,0,
+20200516,WY,716,15678,,8,69,,,,,496,B,5/15/2020 16:20,2020-05-15T16:20:00Z,05/15 12:20,7,69,2020-05-15T16:20:00Z,56,1,371,16394,16394,372,16394,0,1,014251b1d5e49b5049d3f34ff9a055cbc0e9e388,0,0,0,0,0,
+20200515,AK,388,32030,,8,,,,,,343,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,10,,2020-05-14T00:00:00Z,02,1,655,32418,32418,656,32418,0,0,9c7bda23263f61c8cc2cb1c9d3ef302017cf2c9b,0,0,0,0,0,
+20200515,AL,11216,134847,,,1377,,497,,293,,B,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,476,1377,2020-05-15T00:00:00Z,01,248,3830,146063,146063,4078,146063,9,27,98599af6f8e816037d39b9abcec8c3e7abf48485,0,0,0,0,0,
+20200515,AR,4463,77066,,65,520,,,9,101,3390,A,5/15/2020 16:20,2020-05-15T16:20:00Z,05/15 12:20,98,520,2020-05-15T16:20:00Z,05,227,5484,81529,81529,5711,81529,1,11,278f3cfdab6c75fde71a1fde7e9bcea0370a4980,0,0,0,0,0,
+20200515,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,2c997a7d40c95fb962476ce9f6fd465503740cc2,0,0,0,0,0,
+20200515,AZ,13169,128832,,808,1629,313,,222,,3145,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,651,1629,2020-05-15T00:00:00Z,04,495,7168,142001,142001,7663,142001,27,-7,42033f8ad1435a1b19f75252f0380e9e530818da,0,0,0,0,0,
+20200515,CA,74936,1058970,,4519,,1324,,,,,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,3108,,2020-05-14T00:00:00Z,06,1772,27483,1133906,1133906,29255,1133906,76,0,0a976450b404f774b380286eaece356fc313fd12,0,0,0,0,0,
+20200515,CO,20838,97192,,685,3789,,,,,3217,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,1091,3789,2020-05-13T00:00:00Z,08,363,3148,118030,118030,3511,118030,29,54,8029c45b14ef51b1c44929cb9c3cc175f0a6dc82,0,0,0,0,0,
+20200515,CT,36085,119823,,1033,10946,,,,,6264,B,5/14/2020 20:30,2020-05-14T20:30:00Z,05/14 16:30,3285,10946,2020-05-14T20:30:00Z,09,621,5725,155908,155908,6346,155908,66,0,3b1c0a4882e4f74324f4aacb9ddca17bf4035e22,0,0,0,0,0,
+20200515,DC,6871,27468,,393,,,,90,,975,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,368,,2020-05-14T00:00:00Z,11,135,1205,34339,34339,1340,34339,10,0,18f86761bdd8e89502db4a8452ef59cf900e202b,0,0,0,0,0,
+20200515,DE,7373,30905,,269,,,,,,3210,B,5/14/2020 18:00,2020-05-14T18:00:00Z,05/14 14:00,271,,2020-05-14T18:00:00Z,10,150,1271,38278,38278,1421,38278,11,0,94ac5d9b2cfcb0b73a4e37625b0f2cdaec35ba32,0,0,0,0,0,
+20200515,FL,43210,565627,1228,472,7993,232,,,,,A+,5/14/2020 12:33,2020-05-14T12:33:00Z,05/14 08:33,1991,7993,2020-05-14T12:33:00Z,12,0,0,610065,608837,0,608837,43,0,41679863bae67ffc18689a697b765f31c9900d4e,0,0,0,0,0,
+20200515,GA,36681,265193,,,6438,,1534,,,,A+,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,1557,6438,2020-05-15T13:00:00Z,13,823,15170,301874,301874,15993,301874,30,93,044213bc6f7704cead0acdaf43620a69c496addc,0,0,0,0,0,
+20200515,GU,154,4361,,,,,,,,124,C,5/15/2020 04:45,2020-05-15T04:45:00Z,05/15 00:45,5,,2020-05-15T04:45:00Z,66,1,135,4515,4515,136,4515,0,0,4b284550711cd5d933af488e7ead88cc5219f917,0,0,0,0,0,
+20200515,HI,637,38139,,,81,,,,,564,B,5/14/2020 18:00,2020-05-14T18:00:00Z,05/14 14:00,17,81,2020-05-14T18:00:00Z,15,-1,-104,38776,38776,-105,38776,0,0,638d2ab890e337455efabcb08b979c0139367f91,0,0,0,0,0,
+20200515,IA,14049,79517,,387,,130,,87,,6561,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,336,,2020-05-14T00:00:00Z,19,374,3898,93566,93566,4272,93566,18,0,2950468368f5d8bee9d88878044bb217035f7876,0,0,0,0,0,
+20200515,ID,2351,32394,,,212,,89,,,1573,B,5/14/2020 19:00,2020-05-14T19:00:00Z,05/14 15:00,72,212,2020-05-14T19:00:00Z,16,27,964,34745,34745,991,34745,3,0,4e15c5aab4b428726b7629d385da2e244d07254d,0,0,0,0,0,
+20200515,IL,90369,448233,,4367,,1129,,675,,,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,4058,,2020-05-15T00:00:00Z,17,2432,24133,538602,538602,26565,538602,130,0,388d0605089bde1dc498b22897f00b431a6bb93d,0,0,0,0,0,
+20200515,IN,26655,138793,,1294,4389,492,990,213,,,A+,5/14/2020 23:59,2020-05-14T23:59:00Z,05/14 19:59,1691,4389,2020-05-14T23:59:00Z,18,602,4607,165448,165448,5209,165448,45,0,c1ec0a261af2ff68da6b22f729dc529d61aae5be,0,0,0,0,0,
+20200515,KS,7886,53706,,,724,,246,,112,443,A,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,172,724,2020-05-15T10:00:00Z,20,418,3546,61592,61592,3964,61592,8,20,be988d661a317793ebc8a282b43c24984b73fa49,0,0,0,0,0,
+20200515,KY,7225,114053,,385,1887,220,794,,,2712,A+,5/14/2020 17:00,2020-05-14T17:00:00Z,05/14 13:00,328,1887,2020-05-14T17:00:00Z,21,145,3738,121278,121278,3883,121278,2,52,ec004b44186ec633700e268b1f486d03941622fc,0,0,0,0,0,
+20200515,LA,33837,219352,,1091,,,,132,,22608,B,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,2448,,2020-05-15T13:00:00Z,22,348,5253,253189,253189,5601,253189,31,0,b98d331553dca95e63122a4e6a53166350f31bd3,0,0,0,0,0,
+20200515,MA,83421,352258,,2767,8314,749,,,,,A+,5/14/2020 10:00,2020-05-14T10:00:00Z,05/14 06:00,5592,8314,2020-05-14T10:00:00Z,25,1239,10079,435679,435679,11318,435679,110,107,56b4737f5518d5164bf9866cbb42b6cd5fc2a46d,0,0,0,0,0,
+20200515,MD,36986,145840,,1496,6679,598,,,,2685,B,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,1911,6679,2020-05-15T10:00:00Z,24,1083,3289,182826,182826,4372,182826,45,126,57ebdcd5f3535a6aed75bd06e78131ced78a0f4f,0,0,0,0,0,
+20200515,ME,1603,22092,,35,211,16,,8,,993,B,5/15/2020 12:00,2020-05-15T12:00:00Z,05/15 08:00,69,211,2020-05-15T12:00:00Z,23,38,0,23695,23695,38,23695,0,4,9e83f18730aca2467ee5b8db53cc498bf7a2d788,0,0,0,0,0,
+20200515,MI,50079,307417,,1256,,532,,440,,22686,A+,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,4825,,2020-05-14T11:00:00Z,26,497,21116,357496,357496,21613,357496,38,0,876e51f1fac37541f0b94b8f2832d25bceb3c3fe,0,0,0,0,0,
+20200515,MN,14240,120429,,498,1985,200,679,,,8820,A+,5/14/2020 17:00,2020-05-14T17:00:00Z,05/14 13:00,692,1985,2020-05-14T17:00:00Z,27,805,5112,134669,134669,5917,134669,29,70,c747794f6e111d5582d99c754c32e44167b21013,0,0,0,0,0,
+20200515,MO,10456,124002,,812,,,,120,,,B,5/15/2020 15:00,2020-05-15T15:00:00Z,05/15 11:00,576,,2020-05-15T15:00:00Z,29,139,7209,134458,134458,7348,134458,14,0,3a94321672615a29c9278a2c66009b18bb232cf0,0,0,0,0,0,
+20200515,MP,19,3306,,,,,,,,12,D,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,2,,2020-05-15T00:00:00Z,69,0,0,3325,3325,0,3325,0,0,11ce8a10e648413e8b536a342bd5f1ea6ae2b77f,0,0,0,0,0,
+20200515,MS,10801,96022,,573,1712,172,,81,,6268,A,5/14/2020 19:00,2020-05-14T19:00:00Z,05/14 15:00,493,1712,2020-05-14T19:00:00Z,28,318,1179,106823,106823,1497,106823,13,45,b4511b4f2add9a572762a4f080bc0137f442a16e,0,0,0,0,0,
+20200515,MT,466,24952,,3,63,,,,,431,B,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,16,63,2020-05-15T00:00:00Z,30,4,865,25418,25418,869,25418,0,0,c065ff0692849abbde8b86953d29d0904fbced7d,0,0,0,0,0,
+20200515,NC,17129,214418,,492,,,,,,9115,A,5/15/2020 11:00,2020-05-15T11:00:00Z,05/15 07:00,641,,2020-05-15T11:00:00Z,37,622,11657,231547,231547,12279,231547,26,0,3d58a568248c2c7fbddee77759c64613f3ac5407,0,0,0,0,0,
+20200515,ND,1761,49954,,35,130,,,,,1071,C,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,42,130,2020-05-15T13:00:00Z,38,114,1355,51715,51715,1469,51715,2,1,3a986a22c4d2b72dcc7f33478e4cd6c60f268ae2,0,0,0,0,0,
+20200515,NE,9416,47799,,,,,,,,,C,5/14/2020 15:45,2020-05-14T15:45:00Z,05/14 11:45,113,,2020-05-14T15:45:00Z,31,341,3533,57215,57215,3874,57215,6,0,1503096e2f7a41fa4bd8086cff1afa7e5cc61be6,0,0,0,0,0,
+20200515,NH,3464,39148,543,115,335,,109,,,1247,B,5/14/2020 09:00,2020-05-14T09:00:00Z,05/14 05:00,159,335,2020-05-14T09:00:00Z,33,165,3272,43155,42612,3437,42612,9,9,456729b746b70fd2ad3e547b57d21e1cb3375326,0,0,0,0,0,
+20200515,NJ,143905,319067,,3823,,1127,,865,,15642,A+,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,10138,,2020-05-15T13:00:00Z,34,1201,10075,462972,462972,11276,462972,192,0,e00430eff4448a0df3e6cb5ad7c389f65b82c69f,0,0,0,0,0,
+20200515,NM,5503,114098,,209,886,,,,,1576,C,5/14/2020 17:55,2020-05-14T17:55:00Z,05/14 13:55,242,886,2020-05-14T17:55:00Z,35,139,4451,119601,119601,4590,119601,11,0,da44b987148b7ed7b3977ad7db95dd14003bc262,0,0,0,0,0,
+20200515,NV,6614,65532,,425,,115,,73,,272,B,5/15/2020 12:00,2020-05-15T12:00:00Z,05/15 08:00,339,,2020-05-15T12:00:00Z,32,115,2547,72146,72146,2662,72146,8,0,70329c80ec667405a8e9be1944b771d02a8e82d5,0,0,0,0,0,
+20200515,NY,345813,992235,,6394,85782,2156,,1774,,60302,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,22304,85782,2020-05-14T00:00:00Z,36,2762,36529,1338048,1338048,39291,1338048,134,328,099d0ca5c6eee56c175163f55f05acc3baabae80,0,0,0,0,0,
+20200515,OH,26954,219228,,944,4791,370,1277,260,,,B,5/15/2020 14:00,2020-05-15T14:00:00Z,05/15 10:00,1581,4791,2020-05-15T14:00:00Z,39,597,12233,246182,246182,12830,246182,47,73,5f073f4ebd98a1abb0797d7f7e695761afcb27b0,0,0,0,0,0,
+20200515,OK,5086,113106,,215,863,98,,,,3801,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,285,863,2020-05-15T00:00:00Z,40,124,5885,118192,118192,6009,118192,1,5,4ba8b047f72637d6575d2f12e822f2c270594792,0,0,0,0,0,
+20200515,OR,3541,85965,,161,691,46,,19,,1406,A+,5/15/2020 11:00,2020-05-15T11:00:00Z,05/15 07:00,137,691,2020-05-15T11:00:00Z,41,62,5394,89506,89506,5456,89506,0,6,6a00125e8873788b4404b2a153634de07500df3e,0,0,0,0,0,
+20200515,PA,60622,259210,,1934,,,,431,,,C,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,4342,,2020-05-15T00:00:00Z,42,986,7651,319832,319832,8637,319832,124,0,fce95bb5ab292eacda4eff8980fd6bdae97b0a4d,0,0,0,0,0,
+20200515,PR,2542,,,147,,18,,3,,,B,5/15/2020 05:51,2020-05-15T05:51:00Z,05/15 01:51,122,,2020-05-15T05:51:00Z,72,115,0,2542,2542,115,2542,5,0,4ca8e3ee2f7bf1f3e50981727fc2401833c33dbd,0,0,0,0,0,
+20200515,RI,12219,92759,,272,1372,63,,41,,919,A+,5/15/2020 12:00,2020-05-15T12:00:00Z,05/15 08:00,479,1372,2020-05-15T12:00:00Z,44,203,3174,104978,104978,3377,104978,11,21,29bb3a8cf1e8a51914cc0037b3ab76405816034e,0,0,0,0,0,
+20200515,SC,8407,101209,,,1421,,,,,5076,A,5/15/2020 16:00,2020-05-15T16:00:00Z,05/15 12:00,380,1421,2020-05-15T16:00:00Z,45,218,6863,109616,109616,7081,109616,9,83,24f44677d5fac765d22f1f45e3111958d72f3d46,0,0,0,0,0,
+20200515,SD,3887,23527,,80,296,,,,,2574,B,5/14/2020 18:00,2020-05-14T18:00:00Z,05/14 14:00,44,296,2020-05-14T18:00:00Z,46,95,846,27414,27414,941,27414,1,6,108ec18385049fb9a8ee466dfb085b696283755a,0,0,0,0,0,
+20200515,TN,16970,292786,,,1454,,,,,9280,A,5/15/2020 15:00,2020-05-15T15:00:00Z,05/15 11:00,290,1454,2020-05-15T15:00:00Z,47,271,7168,309756,309756,7439,309756,3,19,01b375e1b2c7da71c33687a25149f57f618f7e6e,0,0,0,0,0,
+20200515,TX,45198,564432,,1716,,,,,,25454,A,5/15/2020 16:15,2020-05-15T16:15:00Z,05/15 12:15,1272,,2020-05-15T16:15:00Z,48,1347,20970,609630,609630,22317,609630,56,0,e01fd0d0c222f4719ed5244e2ad43877a83c3bae,0,0,0,0,0,
+20200515,UT,6913,156305,,161,566,,190,,83,3719,B,5/15/2020 10:27,2020-05-15T10:27:00Z,05/15 06:27,77,566,2020-05-15T10:27:00Z,49,164,2935,163218,163218,3099,163218,2,8,eefd21e7e3b02ddbc05ecd646cb8a84ac7b7b0ca,0,0,0,0,0,
+20200515,VA,28672,149342,458,1511,5316,362,,195,,3805,A+,5/14/2020 17:00,2020-05-14T17:00:00Z,05/14 13:00,977,5316,2020-05-14T17:00:00Z,51,859,10325,178472,178014,11184,178014,22,105,aedbd9cac1245cba9f5e46201b1edd366c7401c4,0,0,0,0,0,
+20200515,VI,69,1194,37,,,,,,,61,C,5/14/2020 19:04,2020-05-14T19:04:00Z,05/14 15:04,6,,2020-05-14T19:04:00Z,78,0,30,1300,1263,30,1263,0,0,9f918475a46ad814b8a2da1bfd8a8c68fdaf2df7,0,0,0,0,0,
+20200515,VT,932,21237,,17,,,,,,796,B,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,53,,2020-05-15T00:00:00Z,50,1,740,22169,22169,741,22169,0,0,8a01a2a3200bdb66919a3786070dc65828f86bf8,0,0,0,0,0,
+20200515,WA,18741,270978,,374,,114,,,,,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,983,,2020-05-15T00:00:00Z,53,245,5816,289719,289719,6061,289719,8,0,ec68ff28d5500b223d9147a673b37ff78647c3fb,0,0,0,0,0,
+20200515,WI,11685,128657,191,548,1977,113,485,,,6250,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,445,1977,2020-05-15T00:00:00Z,55,410,6059,140533,140342,6469,140342,11,38,4b58123767be6cf5fa0a6b769ec8dea8302ab108,0,0,0,0,0,
+20200515,WV,1441,69495,,57,,15,,8,,870,B,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,62,,2020-05-15T10:00:00Z,54,14,2209,70936,70936,2223,70936,2,0,0d7d86e7bd350ce130a17d2bbdedd289f174d0ec,0,0,0,0,0,
+20200515,WY,715,15307,,8,68,,,,,487,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,7,68,2020-05-14T00:00:00Z,56,14,578,16022,16022,592,16022,0,1,da8421f0f61f180598cb47aa7218e08e594fe964,0,0,0,0,0,
+20200514,AK,387,31375,,12,,,,,,339,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,10,,2020-05-14T00:00:00Z,02,4,1109,31762,31762,1113,31762,0,0,174685ef82f257ee712574c8f2e8cee886cd33e8,0,0,0,0,0,
+20200514,AL,10968,131017,,,1350,,489,,291,,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,467,1350,2020-05-14T00:00:00Z,01,351,5262,141985,141985,5613,141985,18,33,94e9aa560030b03a667a8e656737dbaff539d698,0,0,0,0,0,
+20200514,AR,4236,71582,,64,509,,,13,100,3277,A,5/14/2020 08:20,2020-05-14T08:20:00Z,05/14 04:20,97,509,2020-05-14T08:20:00Z,05,72,2531,75818,75818,2603,75818,2,12,b26757692d6325a085d5656bbf81bc7e406aeba2,0,0,0,0,0,
+20200514,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,0bedbbd40ad651c9104634f88412b2a1c94586c0,0,0,0,0,0,
+20200514,AZ,12674,121664,,781,1636,323,,201,,3074,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,624,1636,2020-05-14T00:00:00Z,04,498,6090,134338,134338,6588,134338,30,46,f9ff1a4f7e13ab7aa6411236ab892961607df500,0,0,0,0,0,
+20200514,CA,73164,1031487,,4655,,1324,,,,,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,3032,,2020-05-14T00:00:00Z,06,2023,37036,1104651,1104651,39059,1104651,98,0,d73a872d748ff151154af7bc7eb6dc44f2c06fae,0,0,0,0,0,
+20200514,CO,20475,94044,,685,3735,,,,,3217,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,1062,3735,2020-05-12T00:00:00Z,08,318,2951,114519,114519,3269,114519,53,40,625933a126445791bd9f8977b5007681e234c254,0,0,0,0,0,
+20200514,CT,35464,114098,,1103,10946,,,,,6264,B,5/13/2020 20:30,2020-05-13T20:30:00Z,05/13 16:30,3219,10946,2020-05-13T20:30:00Z,09,609,6010,149562,149562,6619,149562,94,1557,31f002372ce4f4ddf1ce916484e8d7528ce33cb5,0,0,0,0,0,
+20200514,DC,6736,26263,,397,,,,90,,966,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,358,,2020-05-13T00:00:00Z,11,152,1189,32999,32999,1341,32999,8,0,4eda6b3f77c19ad39cd974b8ee86c67b205c8164,0,0,0,0,0,
+20200514,DE,7223,29634,,273,,,,,,3080,B,5/13/2020 18:00,2020-05-13T18:00:00Z,05/13 14:00,260,,2020-05-13T18:00:00Z,10,271,1833,36857,36857,2104,36857,13,0,0e7f41fbd223342e48cc025aa16368165055108d,0,0,0,0,0,
+20200514,FL,43210,565627,1228,472,7993,232,,,,,A+,5/14/2020 12:33,2020-05-14T12:33:00Z,05/14 08:33,1948,7993,2020-05-14T12:33:00Z,12,808,13266,610065,608837,14074,608837,50,158,53adcdbeaf1fbb9fafec5d998965e5cfd7979deb,0,0,0,0,0,
+20200514,GA,35858,250023,,,6345,,1513,,,,A+,5/14/2020 13:30,2020-05-14T13:30:00Z,05/14 09:30,1527,6345,2020-05-14T13:30:00Z,13,526,11451,285881,285881,11977,285881,22,86,5e48f97419d5f0f23a45dc0c8a019e9a5ac684f6,0,0,0,0,0,
+20200514,GU,153,4226,,,,,,,,124,C,5/14/2020 05:45,2020-05-14T05:45:00Z,05/14 01:45,5,,2020-05-14T05:45:00Z,66,1,116,4379,4379,117,4379,0,0,1bc053006c38e83e9f496cca01d94beba466fbbf,0,0,0,0,0,
+20200514,HI,638,38243,,,81,,,,,563,B,5/13/2020 18:00,2020-05-13T18:00:00Z,05/13 14:00,17,81,2020-05-13T18:00:00Z,15,3,513,38881,38881,516,38881,0,0,4873fdd4df1c3d3c7ff5b2c344273446af9869e6,0,0,0,0,0,
+20200514,IA,13675,75619,,405,,134,,93,,6231,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,318,,2020-05-13T00:00:00Z,19,386,3189,89294,89294,3575,89294,12,0,3208b814633a24353d18796937da722ae4d672c7,0,0,0,0,0,
+20200514,ID,2324,31430,,,212,,88,,,1557,B,5/13/2020 19:00,2020-05-13T19:00:00Z,05/13 15:00,69,212,2020-05-13T19:00:00Z,16,31,595,33754,33754,626,33754,0,-2,d1fd15e8e42ddf859887250d6efc2c7769065309,0,0,0,0,0,
+20200514,IL,87937,424100,,4473,,1132,,689,,,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,3928,,2020-05-14T00:00:00Z,17,3239,19439,512037,512037,22678,512037,136,0,0d8a1bee48fca51d96f43a6a34c9e7778ac9db3a,0,0,0,0,0,
+20200514,IN,26053,134186,,1381,4389,488,990,217,,,A+,5/13/2020 23:59,2020-05-13T23:59:00Z,05/13 19:59,1646,4389,2020-05-13T23:59:00Z,18,580,5576,160239,160239,6156,160239,27,0,5bc58d3f524888bd5276b54dc1dac7b9e7d57d2c,0,0,0,0,0,
+20200514,KS,7468,50160,,,704,,238,,108,422,A,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,164,704,2020-05-13T10:00:00Z,20,0,0,57628,57628,0,57628,0,0,3ea448be641e50a57b21f571520752a0843e84cd,0,0,0,0,0,
+20200514,KY,7080,110315,,377,1835,215,784,,,2649,A+,5/13/2020 17:00,2020-05-13T17:00:00Z,05/13 13:00,326,1835,2020-05-13T17:00:00Z,21,227,6534,117395,117395,6761,117395,5,10,a6a63723efe1d79cffdb3e9bfc656e6fbd3366bd,0,0,0,0,0,
+20200514,LA,33489,214099,,1193,,,,140,,22608,B,5/14/2020 13:00,2020-05-14T13:00:00Z,05/14 09:00,2417,,2020-05-14T13:00:00Z,22,827,8857,247588,247588,9684,247588,36,0,a669b615e82e2e9e84c59f15b28198a6963c50d8,0,0,0,0,0,
+20200514,MA,82182,342179,,2859,8207,781,,,,,A+,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,5482,8207,2020-05-13T10:00:00Z,25,1685,12644,424361,424361,14329,424361,167,175,0440b0579fd24ce88144dc84b0df19a738e55099,0,0,0,0,0,
+20200514,MD,35903,142551,,1538,6553,569,,,,2569,B,5/14/2020 10:00,2020-05-14T10:00:00Z,05/14 06:00,1866,6553,2020-05-14T10:00:00Z,24,1091,3789,178454,178454,4880,178454,57,149,8457fcd1f7f9d5a7284ff8483957eaadeee3ea22,0,0,0,0,0,
+20200514,ME,1565,22092,,37,207,18,,7,,958,B,5/14/2020 12:30,2020-05-14T12:30:00Z,05/14 08:30,69,207,2020-05-14T12:30:00Z,23,50,0,23657,23657,50,23657,3,3,b4d08c66eda5523613f99d08a0c924ec9712fcd8,0,0,0,0,0,
+20200514,MI,49582,286301,,1330,,653,,515,,22686,A+,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,4787,,2020-05-14T11:00:00Z,26,1191,26432,335883,335883,27623,335883,73,0,8039db24c7afe092b629221bf475489137d0dddd,0,0,0,0,0,
+20200514,MN,13435,115317,,498,1915,203,663,,,8473,A+,5/13/2020 17:00,2020-05-13T17:00:00Z,05/13 13:00,663,1915,2020-05-13T17:00:00Z,27,518,6199,128752,128752,6717,128752,25,64,a8a2a5c31efe22109248481367b9b9afb3dd29fa,0,0,0,0,0,
+20200514,MO,10317,116793,,796,,,,115,,,B,5/14/2020 15:00,2020-05-14T15:00:00Z,05/14 11:00,562,,2020-05-14T15:00:00Z,29,175,2793,127110,127110,2968,127110,20,0,e49f36582b48fe29463412d694064dead50b0e33,0,0,0,0,0,
+20200514,MP,19,3306,,,,,,,,12,D,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,2,,2020-05-14T00:00:00Z,69,0,285,3325,3325,285,3325,0,0,00f5d83e5d18a2b673452e19eff7ee39deb3684a,0,0,0,0,0,
+20200514,MS,10483,94843,,589,1667,131,,72,,6268,A,5/13/2020 19:00,2020-05-13T19:00:00Z,05/13 15:00,480,1667,2020-05-13T19:00:00Z,28,393,4885,105326,105326,5278,105326,15,51,51246ce26d2596b6149650904bb90563964a6a1c,0,0,0,0,0,
+20200514,MT,462,24087,,3,63,,,,,431,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,16,63,2020-05-14T00:00:00Z,30,0,697,24549,24549,697,24549,0,0,135c8a049ee3a5dbe00de621d8aef20425781613,0,0,0,0,0,
+20200514,NC,16507,202761,,507,,,,,,9115,A,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,615,,2020-05-14T11:00:00Z,37,691,8120,219268,219268,8811,219268,18,0,6d6cfd2ab4e5278a2cec50036299db827ddac31a,0,0,0,0,0,
+20200514,ND,1647,48599,,38,129,,,,,1007,C,5/14/2020 13:00,2020-05-14T13:00:00Z,05/14 09:00,40,129,2020-05-14T13:00:00Z,38,0,1301,50246,50246,1301,50246,0,2,57ebefbb9a8fe421841cd3609e31db9ea5d26737,0,0,0,0,0,
+20200514,NE,9075,44266,,,,,,,,,C,5/13/2020 20:00,2020-05-13T20:00:00Z,05/13 16:00,107,,2020-05-13T20:00:00Z,31,383,3233,53341,53341,3616,53341,4,0,e8f4c27238846beac5c243cf0a7f1f11e3124a6d,0,0,0,0,0,
+20200514,NH,3299,35876,735,126,326,,97,,,1236,B,5/13/2020 09:00,2020-05-13T09:00:00Z,05/13 05:00,150,326,2020-05-13T09:00:00Z,33,60,1899,39910,39175,1959,39175,8,7,96ae3b855dbff472dacc65c5c4c3ce12f0a2c928,0,0,0,0,0,
+20200514,NJ,142704,308992,,3958,,1157,,898,,15642,A+,5/14/2020 13:00,2020-05-14T13:00:00Z,05/14 09:00,9946,,2020-05-14T13:00:00Z,34,1144,9102,451696,451696,10246,451696,244,0,401681f113c9a4ff132964aa44f5be08989772fe,0,0,0,0,0,
+20200514,NM,5364,109647,,200,886,,,,,1515,C,5/13/2020 20:20,2020-05-13T20:20:00Z,05/13 16:20,231,886,2020-05-13T20:20:00Z,35,152,4570,115011,115011,4722,115011,12,0,ffe09748f99d5871462ed0ab67f92b287a56afbc,0,0,0,0,0,
+20200514,NV,6499,62985,,515,,126,,75,,244,B,5/14/2020 12:00,2020-05-14T12:00:00Z,05/14 08:00,331,,2020-05-14T12:00:00Z,32,105,2707,69484,69484,2812,69484,10,0,f14e6af1e190b470569b410c4cf82ed7b784e607,0,0,0,0,0,
+20200514,NY,343051,955706,,6706,85454,2223,,1846,,59758,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,22170,85454,2020-05-14T00:00:00Z,36,2390,37460,1298757,1298757,39850,1298757,157,446,badeaf4ec3ca596e76f7e65a90e6901501ac21c6,0,0,0,0,0,
+20200514,OH,26357,206995,,953,4718,360,1268,253,,,B,5/14/2020 14:00,2020-05-14T14:00:00Z,05/14 10:00,1534,4718,2020-05-14T14:00:00Z,39,636,6862,233352,233352,7498,233352,51,100,469de55818ebbcc7fe722957ff89dbf2af703614,0,0,0,0,0,
+20200514,OK,4962,107221,,217,858,102,,,,3660,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,284,858,2020-05-14T00:00:00Z,40,110,2946,112183,112183,3056,112183,6,10,ddf070b57b067a2515650832fbe127f504577267,0,0,0,0,0,
+20200514,OR,3479,80571,,163,685,38,,17,,1406,A+,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,137,685,2020-05-14T11:00:00Z,41,63,0,84050,84050,63,84050,3,7,5158aab0ce74a596623554c56bcea40824e6e17d,0,0,0,0,0,
+20200514,PA,59636,251559,,1983,,,,446,,,C,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,4218,,2020-05-14T00:00:00Z,42,938,7388,311195,311195,8326,311195,275,0,4edd17e2c2c8a05664900c7354c0ded40bd54b2e,0,0,0,0,0,
+20200514,PR,2427,,,159,,18,,5,,,B,5/14/2020 06:30,2020-05-14T06:30:00Z,05/14 02:30,117,,2020-05-14T06:30:00Z,72,98,0,2427,2427,98,2427,2,0,378381b3911db7107fcc67b9e10baa9d9023bd7f,0,0,0,0,0,
+20200514,RI,12016,89585,,271,1351,65,,42,,903,A+,5/14/2020 12:00,2020-05-14T12:00:00Z,05/14 08:00,468,1351,2020-05-14T12:00:00Z,44,181,3498,101601,101601,3679,101601,6,23,1ca6480d71372884b5e2f45b6a2b29d09801ad47,0,0,0,0,0,
+20200514,SC,8189,94346,,,1338,,,,,4914,A,5/14/2020 15:34,2020-05-14T15:34:00Z,05/14 11:34,371,1338,2020-05-14T15:34:00Z,45,262,9133,102535,102535,9395,102535,16,0,7c51b5c1a0fb292679275e7033facdb81db3e5c7,0,0,0,0,0,
+20200514,SD,3792,22681,,85,290,,,,,2437,B,5/13/2020 18:00,2020-05-13T18:00:00Z,05/13 14:00,43,290,2020-05-13T18:00:00Z,46,60,569,26473,26473,629,26473,4,9,b98dcaa927cf6e9c96b61e91bbd7fd22efa0ee1f,0,0,0,0,0,
+20200514,TN,16699,285618,,,1435,,,,,8881,A,5/14/2020 15:00,2020-05-14T15:00:00Z,05/14 11:00,287,1435,2020-05-14T15:00:00Z,47,329,9071,302317,302317,9400,302317,14,47,804de4be4825aa0d4e8a51ab6467ce14712ff892,0,0,0,0,0,
+20200514,TX,43851,543462,,1648,,,,,,24487,A,5/14/2020 16:30,2020-05-14T16:30:00Z,05/14 12:30,1216,,2020-05-14T16:30:00Z,48,1448,29089,587313,587313,30537,587313,58,0,1d7fd84f6685fd946049efcf0ce6a5fc7563aeee,0,0,0,0,0,
+20200514,UT,6749,153370,,142,558,,187,,83,3566,B,5/14/2020 10:07,2020-05-14T10:07:00Z,05/14 06:07,75,558,2020-05-14T10:07:00Z,49,129,3204,160119,160119,3333,160119,0,5,5df395f15f9d3559b54e32ce74eba2be83a24946,0,0,0,0,0,
+20200514,VA,27813,139017,496,1533,5211,355,,201,,3678,A+,5/13/2020 17:00,2020-05-13T17:00:00Z,05/13 13:00,955,5211,2020-05-13T17:00:00Z,51,1067,4371,167326,166830,5438,166830,28,131,5e7083de51ece88a9c5d30aa7c1e256208046458,0,0,0,0,0,
+20200514,VI,69,1164,45,,,,,,,61,C,5/13/2020 17:44,2020-05-13T17:44:00Z,05/13 13:44,6,,2020-05-13T17:44:00Z,78,0,36,1278,1233,36,1233,0,0,ec539369970e5c140cbf67d31a2f77bc22b3f12b,0,0,0,0,0,
+20200514,VT,931,20497,,18,,,,,,792,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,53,,2020-05-14T00:00:00Z,50,1,789,21428,21428,790,21428,0,0,7a89ada2c92e7ae19797b3bbe305919e00288479,0,0,0,0,0,
+20200514,WA,18496,265162,,365,,111,,,,,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,975,,2020-05-14T00:00:00Z,53,247,5345,283658,283658,5592,283658,13,0,b5dbf1364738a422fd1e02680cada75b5b935bef,0,0,0,0,0,
+20200514,WI,11275,122598,169,507,1939,121,478,,,5994,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,434,1939,2020-05-14T00:00:00Z,55,373,5487,134042,133873,5860,133873,13,31,f29efeafd4d1f919645760d092f97460726575e7,0,0,0,0,0,
+20200514,WV,1427,67286,,52,,9,,5,,870,B,5/14/2020 10:00,2020-05-14T10:00:00Z,05/14 06:00,60,,2020-05-14T10:00:00Z,54,29,2004,68713,68713,2033,68713,2,0,7f8eaa1dbcb6d0c28091ac49e59e916151ae8c0f,0,0,0,0,0,
+20200514,WY,701,14729,,8,67,,,,,480,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,7,67,2020-05-14T00:00:00Z,56,26,345,15430,15430,371,15430,0,0,a02da9ffc1d8936f8c58bfe12e9fb5e2bfd3c432,0,0,0,0,0,
+20200513,AK,383,30266,,12,,,,,,338,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,10,,2020-05-13T00:00:00Z,02,0,688,30649,30649,688,30649,0,0,87fa198d1c7f466eb6137d33f923872a0dbd3579,0,0,0,0,0,
+20200513,AL,10617,125755,,,1317,,477,,284,,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,449,1317,2020-05-13T00:00:00Z,01,307,2847,136372,136372,3154,136372,20,30,0051318f1e1cb1565afa70d58d598d1f5a5961e0,0,0,0,0,0,
+20200513,AR,4164,69051,,59,497,,,12,99,3220,A,5/12/2020 18:33,2020-05-12T18:33:00Z,05/12 14:33,95,497,2020-05-12T18:33:00Z,05,0,2771,73215,73215,2771,73215,0,12,fb8549f434955256099b5591a3308d777f5da2a1,0,0,0,0,0,
+20200513,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,186921ea67c2f1d95dd0bffa1a154b2652bfd23b,0,0,0,0,0,
+20200513,AZ,12176,115574,,755,1590,292,,191,,2979,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,594,1590,2020-05-13T00:00:00Z,04,440,4468,127750,127750,4908,127750,32,26,5e52d50cefde26f6c1a03d0ddbdd42698700e353,0,0,0,0,0,
+20200513,CA,71141,994451,,4545,,1314,,,,,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,2934,,2020-05-13T00:00:00Z,06,1759,30463,1065592,1065592,32222,1065592,87,0,5535d2f0aa2061c3745cfb12558322801b75e4e9,0,0,0,0,0,
+20200513,CO,20157,91093,,688,3695,,,,,3171,A,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,1009,3695,2020-05-11T00:00:00Z,08,278,2315,111250,111250,2593,111250,22,32,9106d1392a038f8b56137d41b2941e76d7a8d5b9,0,0,0,0,0,
+20200513,CT,34855,108088,,1158,9389,,,,,5413,B,5/13/2020 14:00,2020-05-13T14:00:00Z,05/13 10:00,3125,9389,2020-05-13T14:00:00Z,09,522,3997,142943,142943,4519,142943,84,0,c0a21a9e9e0a16d0c9f2ff86c99c6c58ff4080be,0,0,0,0,0,
+20200513,DC,6584,25074,,423,,,,82,,934,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,350,,2020-05-12T00:00:00Z,11,99,509,31658,31658,608,31658,14,0,9ed278c6b563f77b2e3e8843c201d114ac006896,0,0,0,0,0,
+20200513,DE,6952,27801,,282,,,,,,2942,B,5/12/2020 18:00,2020-05-12T18:00:00Z,05/12 14:00,247,,2020-05-12T18:00:00Z,10,211,1251,34753,34753,1462,34753,10,0,7ae25d423ac308eeeb12bfb572b85db2f299363c,0,0,0,0,0,
+20200513,FL,42402,552361,1191,,7835,,,,,,A+,5/13/2020 09:43,2020-05-13T09:43:00Z,05/13 05:43,1898,7835,2020-05-13T09:43:00Z,12,479,14680,595954,594763,15159,594763,49,181,09fd736ea6b3d19763c4a72ee25b86fbd9a5acb3,0,0,0,0,0,
+20200513,GA,35332,238572,,,6259,,1494,,,,A+,5/13/2020 13:25,2020-05-13T13:25:00Z,05/13 09:25,1505,6259,2020-05-13T13:25:00Z,13,697,11028,273904,273904,11725,273904,44,129,1c11430d61b5079bd2b73b5c01eeae6fa538f24c,0,0,0,0,0,
+20200513,GU,152,4110,,,,,,,,124,C,5/13/2020 07:55,2020-05-13T07:55:00Z,05/13 03:55,5,,2020-05-13T07:55:00Z,66,0,171,4262,4262,171,4262,0,0,3fb9aa9a7390a3ebe7c271cff6386ccc3e300df5,0,0,0,0,0,
+20200513,HI,635,37730,,,81,,,,,563,B,5/12/2020 18:00,2020-05-12T18:00:00Z,05/12 14:00,17,81,2020-05-12T18:00:00Z,15,1,425,38365,38365,426,38365,0,0,ff4786209c7f19510576b31c6d29596226ae4f08,0,0,0,0,0,
+20200513,IA,13289,72430,,388,,133,,101,,5954,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,306,,2020-05-12T00:00:00Z,19,377,4054,85719,85719,4431,85719,17,0,3f7c1864fa55f8d4ec4e7214e3b9ce804edc1880,0,0,0,0,0,
+20200513,ID,2293,30835,,,214,,88,,,1536,B,5/12/2020 19:00,2020-05-12T19:00:00Z,05/12 15:00,69,214,2020-05-12T19:00:00Z,16,33,390,33128,33128,423,33128,-1,4,00ae7d919bec229f13a21db084b02b22a7569197,0,0,0,0,0,
+20200513,IL,84698,404661,,4563,,1208,,714,,,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,3792,,2020-05-13T00:00:00Z,17,1677,15991,489359,489359,17668,489359,191,0,b75711ac9006f2306ceed14410fc483dc9a3a041,0,0,0,0,0,
+20200513,IN,25473,128610,,1336,4389,481,990,217,,,A+,5/12/2020 23:59,2020-05-12T23:59:00Z,05/12 19:59,1619,4389,2020-05-12T23:59:00Z,18,346,3227,154083,154083,3573,154083,41,0,88f0c3fc8e03597a4b6c8f60699215fe27796834,0,0,0,0,0,
+20200513,KS,7468,50160,,,704,,238,,108,422,A,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,164,704,2020-05-13T10:00:00Z,20,352,3167,57628,57628,3519,57628,6,44,4dc6b3afa13c93cfdabb1e9167d21ff0f6d9c5ca,0,0,0,0,0,
+20200513,KY,6853,103781,,379,1825,215,783,,,2546,A+,5/12/2020 17:00,2020-05-12T17:00:00Z,05/12 13:00,321,1825,2020-05-12T17:00:00Z,21,176,6434,110634,110634,6610,110634,10,58,e153e78b6e5457abced1f710726858b40ccb3dac,0,0,0,0,0,
+20200513,LA,32662,205242,,1194,,,,147,,22608,B,5/13/2020 13:00,2020-05-13T13:00:00Z,05/13 09:00,2381,,2020-05-13T13:00:00Z,22,612,9280,237904,237904,9892,237904,34,0,c2f26e2cdacbab2e02d88e7c9be0a0bd373afda2,0,0,0,0,0,
+20200513,MA,80497,329535,,3101,8032,794,,,,,A+,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,5315,8032,2020-05-13T10:00:00Z,25,1165,7371,410032,410032,8536,410032,174,190,df40b5860cc1bd0360c97b2ebc40161c79cb033a,0,0,0,0,0,
+20200513,MD,34812,138762,,1550,6404,572,,,,2456,B,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,1809,6404,2020-05-13T10:00:00Z,24,751,3320,173574,173574,4071,173574,53,117,d02796ecf1ee5e752e8e7757e2dee3290e588c80,0,0,0,0,0,
+20200513,ME,1515,22092,,41,204,20,,7,,943,B,5/13/2020 12:30,2020-05-13T12:30:00Z,05/13 08:30,66,204,2020-05-13T12:30:00Z,23,38,0,23607,23607,38,23607,1,2,e0bc32ed4af10a103e04224065479817954a094d,0,0,0,0,0,
+20200513,MI,48391,259869,,1384,,693,,525,,22686,A+,5/13/2020 11:00,2020-05-13T11:00:00Z,05/13 07:00,4714,,2020-05-13T11:00:00Z,26,370,0,308260,308260,370,308260,40,0,511bdfbe4c91e4152b5d735c46122cc5d17829e0,0,0,0,0,0,
+20200513,MN,12917,109118,,494,1851,199,647,,,8149,A+,5/12/2020 17:00,2020-05-12T17:00:00Z,05/12 13:00,638,1851,2020-05-12T17:00:00Z,27,423,778,122035,122035,1201,122035,24,52,1f56db581987eb4d3f3c93b0d6e4a40099ea2d9e,0,0,0,0,0,
+20200513,MO,10142,114000,,771,,,,129,,,B,5/13/2020 15:00,2020-05-13T15:00:00Z,05/13 11:00,542,,2020-05-13T15:00:00Z,29,136,2710,124142,124142,2846,124142,18,0,a16433c33a260c4cb0fb5deb44819186065f4905,0,0,0,0,0,
+20200513,MP,19,3021,,,,,,,,12,D,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,2,,2020-05-13T00:00:00Z,69,0,167,3040,3040,167,3040,0,0,dae9b88717cd015b9a6e190f83ca24b0de74e63f,0,0,0,0,0,
+20200513,MS,10090,89958,,604,1616,150,,79,,6268,A,5/12/2020 19:00,2020-05-12T19:00:00Z,05/12 15:00,465,1616,2020-05-12T19:00:00Z,28,182,2174,100048,100048,2356,100048,8,34,2bcf93ca42b94fb2c671a475bbe7e501477304d2,0,0,0,0,0,
+20200513,MT,462,23390,,3,63,,,,,430,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,16,63,2020-05-13T00:00:00Z,30,1,816,23852,23852,817,23852,0,0,fc5ef5db1edc859f0a2b8a13f6be6aed43532c1c,0,0,0,0,0,
+20200513,NC,15816,194641,,521,,,,,,9115,A,5/13/2020 10:40,2020-05-13T10:40:00Z,05/13 06:40,597,,2020-05-13T10:40:00Z,37,470,7743,210457,210457,8213,210457,20,0,a579ef26afeb3c9997ee217de90e5026ed0fed8e,0,0,0,0,0,
+20200513,ND,1647,47298,,37,127,,,,,969,C,5/13/2020 13:00,2020-05-13T13:00:00Z,05/13 09:00,40,127,2020-05-13T13:00:00Z,38,76,1037,48945,48945,1113,48945,2,5,420a2a5a2935058a5e98c17ea20764ef1d36fcab,0,0,0,0,0,
+20200513,NE,8692,41033,,192,,81,,56,,,B,5/12/2020 20:00,2020-05-12T20:00:00Z,05/12 16:00,103,,2020-05-12T20:00:00Z,31,120,1662,49725,49725,1782,49725,3,0,52cbc4ac0b309ddd78dba81e694812d55e486d63,0,0,0,0,0,
+20200513,NH,3239,33977,51,121,319,,97,,,1234,B,5/12/2020 09:00,2020-05-12T09:00:00Z,05/12 05:00,142,319,2020-05-12T09:00:00Z,33,79,1576,37267,37216,1655,37216,9,1,7d28d2c2ad8c5ea484049cee887758ed00d0669b,0,0,0,0,0,
+20200513,NJ,141560,299890,,4226,,1226,,928,,15642,A+,5/13/2020 13:00,2020-05-13T13:00:00Z,05/13 09:00,9702,,2020-05-13T13:00:00Z,34,817,7573,441450,441450,8390,441450,194,0,60d4e36aa39d360d9f936eac5b0e3d62c384b8b5,0,0,0,0,0,
+20200513,NM,5212,105077,,199,886,,,,,1434,C,5/12/2020 18:05,2020-05-12T18:05:00Z,05/12 14:05,219,886,2020-05-12T18:05:00Z,35,143,3425,110289,110289,3568,110289,11,0,204401486316f842d1dfd89aeffa3225cd41468c,0,0,0,0,0,
+20200513,NV,6394,60278,,522,,121,,64,,198,B,5/13/2020 12:30,2020-05-13T12:30:00Z,05/13 08:30,321,,2020-05-13T12:30:00Z,32,83,2514,66672,66672,2597,66672,9,0,bab17f2d0304b56e6574cb3d257bd4b3c7a4056e,0,0,0,0,0,
+20200513,NY,340661,918246,,6946,85008,2308,,1908,,59193,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,22013,85008,2020-05-13T00:00:00Z,36,2176,31618,1258907,1258907,33794,1258907,168,519,71c33fc27a0300ed121f6b7bbd5f80694dfcd28a,0,0,0,0,0,
+20200513,OH,25721,200133,,924,4618,353,1248,244,,,B,5/13/2020 14:00,2020-05-13T14:00:00Z,05/13 10:00,1483,4618,2020-05-13T14:00:00Z,39,471,7652,225854,225854,8123,225854,47,79,376a72ec4fa7b83f91f6892bbbc8248a6cfe09e9,0,0,0,0,0,
+20200513,OK,4852,104275,,218,848,93,,,,3559,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,278,848,2020-05-13T00:00:00Z,40,120,12896,109127,109127,13016,109127,0,20,7e3fdb578c346fdb078262edcec5b7a83e1ab85a,0,0,0,0,0,
+20200513,OR,3416,80571,,162,678,38,,17,,1406,A+,5/13/2020 11:00,2020-05-13T11:00:00Z,05/13 07:00,134,678,2020-05-13T11:00:00Z,41,130,6251,83987,83987,6381,83987,4,5,3651dc18ec0f1599d36f7ab92194063df598dba1,0,0,0,0,0,
+20200513,PA,58698,244171,,2012,,,,473,,,C,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,3943,,2020-05-13T00:00:00Z,42,707,6182,302869,302869,6889,302869,137,0,cadbb09ee179271aef2a914f04ce823935dd6edd,0,0,0,0,0,
+20200513,PR,2329,,,,,10,,6,,,C,5/12/2020 06:30,2020-05-12T06:30:00Z,05/12 02:30,115,,2020-05-12T06:30:00Z,72,30,0,2329,2329,30,2329,1,0,48e8b3d6bba89307cab03b280e866f4a2cda7ad3,0,0,0,0,0,
+20200513,RI,11835,86087,,269,1328,68,,48,,886,A+,5/13/2020 12:00,2020-05-13T12:00:00Z,05/13 08:00,462,1328,2020-05-13T12:00:00Z,44,221,2462,97922,97922,2683,97922,18,21,3ff5d1e9c237d77b29f8391c6509dfcfcb9f8590,0,0,0,0,0,
+20200513,SC,7927,85213,,,1338,,,,,6817,A,5/12/2020 16:14,2020-05-12T16:14:00Z,05/12 12:14,355,1338,2020-05-12T16:14:00Z,45,0,0,93140,93140,0,93140,0,0,5a860e39a546322e2e82a978fe7fd08ae8135e36,0,0,0,0,0,
+20200513,SD,3732,22112,,79,281,,,,,2367,B,5/13/2020 11:30,2020-05-13T11:30:00Z,05/13 07:30,39,281,2020-05-13T11:30:00Z,46,69,578,25844,25844,647,25844,0,10,c730ed2f05e25a8531b3d5fddf4974504eb4d403,0,0,0,0,0,
+20200513,TN,16370,276547,,,1388,,,,,8624,A,5/13/2020 15:00,2020-05-13T15:00:00Z,05/13 11:00,273,1388,2020-05-13T15:00:00Z,47,259,8834,292917,292917,9093,292917,8,25,2209eb02918e2569f84e39fcea91e0aaa3da11f0,0,0,0,0,0,
+20200513,TX,42403,514373,,1676,,,,,,23519,A,5/13/2020 16:20,2020-05-13T16:20:00Z,05/13 12:20,1158,,2020-05-13T16:20:00Z,48,1355,17249,556776,556776,18604,556776,25,0,8f626ca123679a0b2229801671a48062c956dbd9,0,0,0,0,0,
+20200513,UT,6620,150166,,158,553,,182,,81,3406,B,5/13/2020 15:00,2020-05-13T15:00:00Z,05/13 11:00,75,553,2020-05-13T15:00:00Z,49,188,3113,156786,156786,3301,156786,2,18,f2d6bb75ca792288bb2ece0abc2dac94dff945d8,0,0,0,0,0,
+20200513,VA,26746,134646,485,1526,5080,374,,202,,3554,A+,5/12/2020 17:00,2020-05-12T17:00:00Z,05/12 13:00,927,5080,2020-05-12T17:00:00Z,51,946,5117,161877,161392,6063,161392,36,151,18087e61aebd85cd92ad6da6fdaea91f987ab2b4,0,0,0,0,0,
+20200513,VI,69,1128,62,,,,,,,61,C,5/12/2020 18:22,2020-05-12T18:22:00Z,05/12 14:22,6,,2020-05-12T18:22:00Z,78,0,13,1259,1197,13,1197,0,0,f1e41d009c6d4532c9fe25f17376be37d6917a0b,0,0,0,0,0,
+20200513,VT,930,19708,,17,,,,,,789,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,53,,2020-05-13T00:00:00Z,50,1,601,20638,20638,602,20638,0,0,97dcd57e748a8758b2f346abc1c83d80b5a9fd10,0,0,0,0,0,
+20200513,WA,18249,259817,,384,,114,,,,,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,962,,2020-05-13T00:00:00Z,53,280,5999,278066,278066,6279,278066,17,0,04fbc8e76f91d9b7fc8452b7698e35a2f51b8035,0,0,0,0,0,
+20200513,WI,10902,117111,194,527,1908,110,469,,,5673,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,421,1908,2020-05-13T00:00:00Z,55,291,4363,128207,128013,4654,128013,3,31,0a9c8148f2bffb03c69ba6636977c52d03b5a55f,0,0,0,0,0,
+20200513,WV,1398,65282,,58,,11,,6,,813,B,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,58,,2020-05-13T10:00:00Z,54,27,1584,66680,66680,1611,66680,1,0,f0012b9adee658f44571d3ff2d85f27361480c9c,0,0,0,0,0,
+20200513,WY,675,14384,,10,67,,,,,477,B,5/12/2020 15:50,2020-05-12T15:50:00Z,05/12 11:50,7,67,2020-05-12T15:50:00Z,56,0,0,15059,15059,0,15059,0,0,7a400874606364437bdbbdf65aa391c01ed7789d,0,0,0,0,0,
+20200512,AK,383,29578,,10,,,,,,334,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,10,,2020-05-12T00:00:00Z,02,2,1279,29961,29961,1281,29961,0,0,37a2c5e283a2377c0307e81c1ae411a9beac2e7b,0,0,0,0,0,
+20200512,AL,10310,122908,,,1287,,468,,280,,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,429,1287,2020-05-12T00:00:00Z,01,301,3473,133218,133218,3774,133218,28,31,629e0eb8f3e8a78cb20a6fb140c763de02717686,0,0,0,0,0,
+20200512,AR,4164,66280,,59,485,,,12,98,3220,A,5/11/2020 18:55,2020-05-11T18:55:00Z,05/11 14:55,95,485,2020-05-11T18:55:00Z,05,130,1284,70444,70444,1414,70444,1,5,cc939fbfd2be312d2581a9021636800efe280f4a,0,0,0,0,0,
+20200512,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,0a5f77a16d91df6ffefa8222163cde9ea4aaa05c,0,0,0,0,0,
+20200512,AZ,11736,111106,,765,1564,318,,204,,2909,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,562,1564,2020-05-12T00:00:00Z,04,356,6022,122842,122842,6378,122842,20,27,6ea5df617302004fef8009af93d8553d61048b04,0,0,0,0,0,
+20200512,CA,69382,963988,,4544,,1349,,,,,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,2847,,2020-05-12T00:00:00Z,06,1443,40030,1033370,1033370,41473,1033370,77,0,350990aef3d6abda87ea7825fd004e2ebdf78723,0,0,0,0,0,
+20200512,CO,19879,88778,,738,3663,,,,,3114,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,987,3663,2020-05-10T00:00:00Z,08,-20,-113,108657,108657,-133,108657,6,-26,90dfba77fd731ab6eb4f160ed01d28c8dadc377f,0,0,0,0,0,
+20200512,CT,34333,104091,,1189,9389,,,,,5413,B,5/12/2020 14:00,2020-05-12T14:00:00Z,05/12 10:00,3041,9389,2020-05-12T14:00:00Z,09,568,5348,138424,138424,5916,138424,33,0,d8e8bc5c976dd6e8291da31285a5a359487a29d9,0,0,0,0,0,
+20200512,DC,6485,24565,,416,,,,82,,886,A,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,336,,2020-05-11T00:00:00Z,11,96,693,31050,31050,789,31050,8,0,3f6f87df53fe1ff04c20e6dc68c4363621d274cf,0,0,0,0,0,
+20200512,DE,6741,26550,,276,,,,,,2802,B,5/11/2020 18:00,2020-05-11T18:00:00Z,05/11 14:00,237,,2020-05-11T18:00:00Z,10,176,1187,33291,33291,1363,33291,12,0,1de7f4a488d1139bf801c69612b80c111a800b0a,0,0,0,0,0,
+20200512,FL,41923,537681,1064,,7654,,,,,,A+,5/12/2020 09:28,2020-05-12T09:28:00Z,05/12 05:28,1849,7654,2020-05-12T09:28:00Z,12,941,17606,580668,579604,18547,579604,44,196,282dc15bb204c2df6aa319f75a8e6feff9c6a01a,0,0,0,0,0,
+20200512,GA,34635,227544,,,6130,,1443,,,,A+,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,1461,6130,2020-05-11T13:00:00Z,13,708,10183,262179,262179,10891,262179,20,115,217346d73c965b4df6c67ced920ad581d487825f,0,0,0,0,0,
+20200512,GU,152,3939,,,,,,,,124,C,5/11/2020 18:00,2020-05-11T18:00:00Z,05/11 14:00,5,,2020-05-11T18:00:00Z,66,1,101,4091,4091,102,4091,0,0,6c9c26abf623781611e1b2eb5ee17530b1c5df41,0,0,0,0,0,
+20200512,HI,634,37305,,,81,,,,,561,B,5/11/2020 18:00,2020-05-11T18:00:00Z,05/11 14:00,17,81,2020-05-11T18:00:00Z,15,2,254,37939,37939,256,37939,0,0,ae0a28c6a291c1ddecfe7db2fd97cc7f6e17018f,0,0,0,0,0,
+20200512,IA,12912,68376,,385,,143,,101,,5618,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,289,,2020-05-12T00:00:00Z,19,539,2957,81288,81288,3496,81288,18,0,4cced96df2246901e36ac64e08b231f0bfe98475,0,0,0,0,0,
+20200512,ID,2260,30445,,,210,,87,,,1508,B,5/11/2020 19:00,2020-05-11T19:00:00Z,05/11 15:00,70,210,2020-05-11T19:00:00Z,16,30,533,32705,32705,563,32705,3,3,99472069b790077adb63c126a70c4b6c9b5a9a25,0,0,0,0,0,
+20200512,IL,83021,388670,,4626,,1215,,730,,,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,3601,,2020-05-12T00:00:00Z,17,4014,25252,471691,471691,29266,471691,142,0,9cb1cacb0992bb929f6eca9729febd11bc1be6fe,0,0,0,0,0,
+20200512,IN,25127,125383,,1283,4389,472,,212,,,A+,5/11/2020 23:59,2020-05-11T23:59:00Z,05/11 19:59,1578,4389,2020-05-11T23:59:00Z,18,500,3322,150510,150510,3822,150510,38,0,3cd534bd68b0099aeacaa8ae125874e6aa6562d2,0,0,0,0,0,
+20200512,KS,7116,46993,,,660,,233,,101,376,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,158,660,2020-05-11T10:00:00Z,20,0,0,54109,54109,0,54109,0,0,e82941762cef0bf5cf60b400c84208c369ba3500,0,0,0,0,0,
+20200512,KY,6677,97347,,383,1767,220,768,,,2335,A+,5/11/2020 17:00,2020-05-11T17:00:00Z,05/11 13:00,311,1767,2020-05-11T17:00:00Z,21,237,16864,104024,104024,17101,104024,7,10,8142a2c9d59e6b372ca8d0ddc20a64fc82158890,0,0,0,0,0,
+20200512,LA,32050,195962,,1320,,,,146,,22608,B,5/12/2020 13:00,2020-05-12T13:00:00Z,05/12 09:00,2347,,2020-05-12T13:00:00Z,22,235,6947,228012,228012,7182,228012,39,0,e623658fa9227358e68a15660963d2d1a0604a73,0,0,0,0,0,
+20200512,MA,79332,322164,,3127,7842,818,,,,,A+,5/12/2020 10:00,2020-05-12T10:00:00Z,05/12 06:00,5141,7842,2020-05-12T10:00:00Z,25,870,5898,401496,401496,6768,401496,33,110,1e423495fddd3859ec3b716e5b4ebea3652f07c1,0,0,0,0,0,
+20200512,MD,34061,135442,,1563,6287,590,,,,2394,B,5/12/2020 10:00,2020-05-12T10:00:00Z,05/12 06:00,1756,6287,2020-05-12T10:00:00Z,24,688,4035,169503,169503,4723,169503,73,104,67c43fa68e6d9ae7aceddb31112dbdac3a8798f8,0,0,0,0,0,
+20200512,ME,1477,22092,,34,202,17,,8,,913,B,5/12/2020 12:30,2020-05-12T12:30:00Z,05/12 08:30,65,202,2020-05-12T12:30:00Z,23,15,0,23569,23569,15,23569,0,2,fe9e75fc25f59a44392941edab80be1de22cf11d,0,0,0,0,0,
+20200512,MI,48021,259869,,1384,,693,,525,,22686,A+,5/12/2020 11:00,2020-05-12T11:00:00Z,05/12 07:00,4674,,2020-05-12T11:00:00Z,26,469,8473,307890,307890,8942,307890,90,0,309fd0e4448010b49f6c8d671f53e5d6087d3f42,0,0,0,0,0,
+20200512,MN,12494,108340,,496,1799,199,625,,,7609,A,5/11/2020 17:00,2020-05-11T17:00:00Z,05/11 13:00,614,1799,2020-05-11T17:00:00Z,27,695,4358,120834,120834,5053,120834,23,83,6a66c95d468aa8688c82f47d7aed223b07ec75df,0,0,0,0,0,
+20200512,MO,10006,111290,,787,,,,140,,,B,5/12/2020 15:00,2020-05-12T15:00:00Z,05/12 11:00,524,,2020-05-12T15:00:00Z,29,88,5588,121296,121296,5676,121296,36,0,affa7ec1a48ccb98a6c4905db56c83a10f23bc77,0,0,0,0,0,
+20200512,MP,19,2854,,,,,,,,12,D,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,2,,2020-05-12T00:00:00Z,69,0,178,2873,2873,178,2873,0,0,3caab611a54c8040e0ce755e4d994be2d6990fc4,0,0,0,0,0,
+20200512,MS,9908,87784,,604,1582,146,,75,,6268,A,5/11/2020 19:00,2020-05-11T19:00:00Z,05/11 15:00,457,1582,2020-05-11T19:00:00Z,28,234,1573,97692,97692,1807,97692,22,36,eeb476d68ffea797c7c4fb123577e51de6fbe140,0,0,0,0,0,
+20200512,MT,461,22574,,4,63,,,,,425,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,16,63,2020-05-12T00:00:00Z,30,2,461,23035,23035,463,23035,0,1,f37dde07df1611e48f720588eaa968b473b09c0e,0,0,0,0,0,
+20200512,NC,15346,186898,,475,,,,,,9115,A,5/12/2020 11:00,2020-05-12T11:00:00Z,05/12 07:00,577,,2020-05-12T11:00:00Z,37,301,6078,202244,202244,6379,202244,27,0,df4a16033e06c7fec50352e9ab4f49a7bd29706c,0,0,0,0,0,
+20200512,ND,1571,46261,,38,122,,,,,877,C,5/12/2020 12:10,2020-05-12T12:10:00Z,05/12 08:10,38,122,2020-05-12T12:10:00Z,38,53,765,47832,47832,818,47832,2,7,1260a3729c203279f6c7cf0c9f685ee58aa83f21,0,0,0,0,0,
+20200512,NE,8572,39371,,192,,81,,56,,,B,5/11/2020 20:05,2020-05-11T20:05:00Z,05/11 16:05,100,,2020-05-11T20:05:00Z,31,257,1447,47943,47943,1704,47943,2,0,db45d232bdac1c8ee2c6cc9bb467a4381e275bf7,0,0,0,0,0,
+20200512,NH,3160,32401,54,117,318,,97,,,1231,B,5/11/2020 09:00,2020-05-11T09:00:00Z,05/11 05:00,133,318,2020-05-11T09:00:00Z,33,0,678,35615,35561,678,35561,0,0,a190efe3928b22f2ea80a44f87385bb9b85fa10f,0,0,0,0,0,
+20200512,NJ,140743,292317,,4328,,1306,,982,,15642,A+,5/12/2020 13:00,2020-05-12T13:00:00Z,05/12 09:00,9508,,2020-05-12T13:00:00Z,34,798,6329,433060,433060,7127,433060,198,0,bd2afd921261b395303be1736ece489f0ce623a4,0,0,0,0,0,
+20200512,NM,5069,101652,,207,886,,,,,1300,C,5/11/2020 22:33,2020-05-11T22:33:00Z,05/11 18:33,208,886,2020-05-11T22:33:00Z,35,206,4017,106721,106721,4223,106721,8,97,1b0b322ea78957477af99d4f5155fe21660c20d1,0,0,0,0,0,
+20200512,NV,6311,57764,,522,,121,,64,,185,C,5/12/2020 12:30,2020-05-12T12:30:00Z,05/12 08:30,312,,2020-05-12T12:30:00Z,32,159,3832,64075,64075,3991,64075,6,0,778f108c33082cc66e04aca25f6abf7d481ced10,0,0,0,0,0,
+20200512,NY,338485,886628,,7063,84489,2375,,1964,,58679,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,21845,84489,2020-05-12T00:00:00Z,36,1430,19032,1225113,1225113,20462,1225113,205,295,e9a56c72e125d6dda007bc73f4da7f8b2d456936,0,0,0,0,0,
+20200512,OH,25250,192481,,1032,4539,401,1232,270,,,B,5/12/2020 14:00,2020-05-12T14:00:00Z,05/12 10:00,1436,4539,2020-05-12T14:00:00Z,39,473,6728,217731,217731,7201,217731,79,126,cad0b71619a54dc1854921f4806316878286d133,0,0,0,0,0,
+20200512,OK,4732,91379,,190,828,83,,,,3423,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,278,828,2020-05-12T00:00:00Z,40,119,0,96111,96111,119,96111,4,0,6090e360a828162ace42cd571e536e48b855a14f,0,0,0,0,0,
+20200512,OR,3286,74320,,165,673,39,,25,,1125,A+,5/12/2020 11:52,2020-05-12T11:52:00Z,05/12 07:52,130,673,2020-05-12T11:52:00Z,41,0,0,77606,77606,0,77606,0,0,8b6683e0de3acb3709efa17a7110b908998e0316,0,0,0,0,0,
+20200512,PA,57991,237989,,2187,,,,497,,,C,5/12/2020 12:00,2020-05-12T12:00:00Z,05/12 08:00,3806,,2020-05-12T12:00:00Z,42,837,6285,295980,295980,7122,295980,75,0,484bc1449bdfad035302c6c1b31440efe80f0c7d,0,0,0,0,0,
+20200512,PR,2299,,,,,,,,,,C,5/12/2020 06:30,2020-05-12T06:30:00Z,05/12 02:30,114,,2020-05-12T06:30:00Z,72,43,0,2299,2299,43,2299,1,0,82a12490ab024b074c3a35b95efb78a305a29840,0,0,0,0,0,
+20200512,RI,11614,83625,,277,1307,72,,53,,863,A+,5/12/2020 12:00,2020-05-12T12:00:00Z,05/12 08:00,444,1307,2020-05-12T12:00:00Z,44,164,1743,95239,95239,1907,95239,14,27,204c9786ef8111adc1ba2abbaad3e7f93849bb59,0,0,0,0,0,
+20200512,SC,7927,85213,,,1338,,,,,6817,A,5/12/2020 16:14,2020-05-12T16:14:00Z,05/12 12:14,355,1338,2020-05-12T16:14:00Z,45,274,8409,93140,93140,8683,93140,24,86,1c70db6f138cd828f55f745bcb2f1777e62080e4,0,0,0,0,0,
+20200512,SD,3663,21534,,74,271,,,,,2309,B,5/12/2020 11:30,2020-05-12T11:30:00Z,05/12 07:30,39,271,2020-05-12T11:30:00Z,46,49,570,25197,25197,619,25197,5,8,7303863ff94ef9290a778be45378d4eac2943e1f,0,0,0,0,0,
+20200512,TN,16111,267713,,,1363,,,,,8336,A,5/12/2020 16:00,2020-05-12T16:00:00Z,05/12 12:00,265,1363,2020-05-12T16:00:00Z,47,567,9980,283824,283824,10547,283824,14,19,ac63f50983f7edaa03eba1539fe131745aeed38f,0,0,0,0,0,
+20200512,TX,41048,497124,,1725,,,,,,22674,A,5/11/2020 16:25,2020-05-11T16:25:00Z,05/11 12:25,1133,,2020-05-11T16:25:00Z,48,1179,11296,538172,538172,12475,538172,33,0,54b74d3bf7a869ad9b43721a52c9481391690a81,0,0,0,0,0,
+20200512,UT,6432,147053,,166,535,,178,,80,3267,B,5/12/2020 15:00,2020-05-12T15:00:00Z,05/12 11:00,73,535,2020-05-12T15:00:00Z,49,70,2830,153485,153485,2900,153485,5,18,c55029d223484e4af6253caeb78e2633b1b2888b,0,0,0,0,0,
+20200512,VA,25800,129529,447,1529,4929,364,,201,,3400,A+,5/12/2020 09:00,2020-05-12T09:00:00Z,05/12 05:00,891,4929,2020-05-12T09:00:00Z,51,730,3982,155776,155329,4712,155329,41,152,65013ec0d8f62cbf1e5d249190c21d97c9400237,0,0,0,0,0,
+20200512,VI,69,1115,58,,,,,,,61,C,5/12/2020 14:19,2020-05-12T14:19:00Z,05/12 10:19,6,,2020-05-12T14:19:00Z,78,0,5,1242,1184,5,1184,1,0,88862e49bacb73f314b36084fbf28a2eb8381245,0,0,0,0,0,
+20200512,VT,929,19107,,18,,,,,,787,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,53,,2020-05-12T00:00:00Z,50,2,310,20036,20036,312,20036,0,0,3055b7c87071b6bde31130125337800d17b96cf8,0,0,0,0,0,
+20200512,WA,17969,253818,,321,,94,,,,,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,945,,2020-05-12T00:00:00Z,53,241,5869,271787,271787,6110,271787,14,0,28ef2027009b72c359460b80d9bd7d754d16ed26,0,0,0,0,0,
+20200512,WI,10611,112748,180,520,1877,116,464,,,5371,A+,5/12/2020 12:23,2020-05-12T12:23:00Z,05/12 08:23,418,1877,2020-05-12T12:23:00Z,55,193,4715,123539,123359,4908,123359,9,31,a0908d737a56f4da14277f400e8c6ff3583aa08f,0,0,0,0,0,
+20200512,WV,1371,63698,,50,,9,,5,,803,C,5/12/2020 10:00,2020-05-12T10:00:00Z,05/12 06:00,57,,2020-05-12T10:00:00Z,54,5,1595,65069,65069,1600,65069,3,0,7ccf11ca2b89dda6988dc62c19c0d47a9872c1f5,0,0,0,0,0,
+20200512,WY,675,14384,,10,67,,,,,477,B,5/12/2020 15:50,2020-05-12T15:50:00Z,05/12 11:50,7,67,2020-05-12T15:50:00Z,56,13,2981,15059,15059,2994,15059,0,1,059b9522332090872408c6924ed63d53f1d6f428,0,0,0,0,0,
+20200511,AK,381,28299,,7,,,,,,328,C,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,10,,2020-05-11T00:00:00Z,02,2,1314,28680,28680,1316,28680,0,0,421be9bca64dbd08f45c97ed05440cbbf8757948,0,0,0,0,0,
+20200511,AL,10009,119435,,,1256,,463,,276,,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,401,1256,2020-05-11T00:00:00Z,01,232,1791,129444,129444,2023,129444,8,16,2f2bd3f869e5c5e8d9f44db554deba82b04bbeca,0,0,0,0,0,
+20200511,AR,4034,64996,,61,480,,,11,98,3149,A,5/10/2020 19:05,2020-05-10T19:05:00Z,05/10 15:05,94,480,2020-05-10T19:05:00Z,05,287,3215,69030,69030,3502,69030,6,9,f16e49f332a10c8821487f8e0418fa7fe5f449f3,0,0,0,0,0,
+20200511,AS,0,105,,,,,,,,,D,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,22,105,105,22,105,0,0,8723609fceb736cf4f94dff95cce57cc3b86514a,0,0,0,0,0,
+20200511,AZ,11380,105084,,717,1537,297,,201,,2852,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,542,1537,2020-05-11T00:00:00Z,04,261,5826,116464,116464,6087,116464,6,9,3e79fef48fc3255c2003102133a98b1d98280cc9,0,0,0,0,0,
+20200511,CA,67939,923958,,4549,,1329,,,,,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,2770,,2020-05-11T00:00:00Z,06,1259,34974,991897,991897,36233,991897,25,0,9a7e7ad94eb7c4c0678fd83e34a118d5625998b7,0,0,0,0,0,
+20200511,CO,19899,88891,,573,3689,,,,,3076,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,981,3689,2020-05-09T00:00:00Z,08,196,4517,108790,108790,4713,108790,14,66,d66791a93615d66ea6e364aa49638249593cb408,0,0,0,0,0,
+20200511,CT,33765,98743,,1212,9389,,,,,5413,B,5/11/2020 14:00,2020-05-11T14:00:00Z,05/11 10:00,3008,9389,2020-05-11T14:00:00Z,09,211,2105,132508,132508,2316,132508,41,0,40dea09f456aa65e8b5064a47265279ace04a7e9,0,0,0,0,0,
+20200511,DC,6389,23872,,416,,,,82,,881,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,328,,2020-05-10T00:00:00Z,11,117,574,30261,30261,691,30261,5,0,48d87633a552a0da6d8c0884224aebe2e4a2ac9b,0,0,0,0,0,
+20200511,DE,6565,25363,,275,,,,,,2619,B,5/10/2020 18:00,2020-05-10T18:00:00Z,05/10 14:00,225,,2020-05-10T18:00:00Z,10,118,771,31928,31928,889,31928,1,0,c361f2ec702fd7939a6b7b10530e74c247cc3a0a,0,0,0,0,0,
+20200511,FL,40982,520075,1080,,7458,,,,,,B,5/11/2020 09:31,2020-05-11T09:31:00Z,05/11 05:31,1805,7458,2020-05-11T09:31:00Z,12,386,21723,562137,561057,22109,561057,14,54,43b2e3a7c70bf2c26c420426b6b47072833a4ef8,0,0,0,0,0,
+20200511,GA,33927,217361,,,6015,,1414,,,,A,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,1441,6015,2020-05-11T13:00:00Z,13,486,7255,251288,251288,7741,251288,36,18,a56433eb91bc3fd5b34464850273cb24a3e5e644,0,0,0,0,0,
+20200511,GU,151,3838,,,,,,,,124,C,5/11/2020 06:45,2020-05-11T06:45:00Z,05/11 02:45,5,,2020-05-11T06:45:00Z,66,0,195,3989,3989,195,3989,0,0,8fdc3ec974dfb1203bbfbbc7360a20f8aa94a335,0,0,0,0,0,
+20200511,HI,632,37051,,,81,,,,,561,B,5/10/2020 18:00,2020-05-10T18:00:00Z,05/10 14:00,17,81,2020-05-10T18:00:00Z,15,1,412,37683,37683,413,37683,0,0,15034b1b2078bf840c3cc7cc736240fdf1cf1e38,0,0,0,0,0,
+20200511,IA,12373,65419,,394,,152,,107,,5249,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,271,,2020-05-11T00:00:00Z,19,414,3204,77792,77792,3618,77792,6,0,aea596dffb54cd556577a801d9e238017705f902,0,0,0,0,0,
+20200511,ID,2230,29912,,,207,,87,,,1473,B,5/9/2020 19:00,2020-05-09T19:00:00Z,05/09 15:00,67,207,2020-05-09T19:00:00Z,16,0,0,32142,32142,0,32142,0,0,9dd84c47c8b81358ca59d65822aa4edc67248693,0,0,0,0,0,
+20200511,IL,79007,363418,,4319,,1248,,730,,,A,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,3459,,2020-05-11T00:00:00Z,17,1266,11175,442425,442425,12441,442425,53,0,758658ba83a7a314f1c03c8416a933303142f5cf,0,0,0,0,0,
+20200511,IN,24627,122061,,1346,4389,452,990,213,,,A+,5/10/2020 23:59,2020-05-10T23:59:00Z,05/10 19:59,1540,4389,2020-05-10T23:59:00Z,18,501,6158,146688,146688,6659,146688,32,0,e52dabab87a12562842df9a9c6887f7d2253284b,0,0,0,0,0,
+20200511,KS,7116,46993,,,660,,233,,101,376,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,158,660,2020-05-11T10:00:00Z,20,168,1436,54109,54109,1604,54109,1,3,55715fbe0fa5daa5e7b0f9113a1ec039b718ce4b,0,0,0,0,0,
+20200511,KY,6440,80483,,394,1757,226,758,,,2308,A,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,304,1757,2020-05-09T17:00:00Z,21,0,0,86923,86923,0,86923,0,0,d3aa31d40b57852157efffb93e12bb74cba0ce3d,0,0,0,0,0,
+20200511,LA,31815,189015,,1310,,,,157,,22608,B,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,2308,,2020-05-11T13:00:00Z,22,215,4743,220830,220830,4958,220830,22,0,dc7ddecffbf088db0b319ae5645e7ea5b07bb9a6,0,0,0,0,0,
+20200511,MA,78462,316266,,3102,7732,813,,,,,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,5108,7732,2020-05-11T10:00:00Z,25,669,5670,394728,394728,6339,394728,129,115,00710f382f871bfcdea86a943163f8e1d9011fe9,0,0,0,0,0,
+20200511,MD,33373,131407,,1544,6183,585,,,,2298,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,1683,6183,2020-05-11T10:00:00Z,24,786,4063,164780,164780,4849,164780,39,228,1ad3f7e296356e185d7ad457169a4e0f80b0663a,0,0,0,0,0,
+20200511,ME,1462,22092,,37,200,17,,9,,872,B,5/11/2020 12:00,2020-05-11T12:00:00Z,05/11 08:00,65,200,2020-05-11T12:00:00Z,23,26,0,23554,23554,26,23554,1,1,3ac68f2a76168ebc17d4af0dfc4219fb96912dbe,0,0,0,0,0,
+20200511,MI,47552,251396,,1424,,685,,557,,22686,A+,5/11/2020 11:00,2020-05-11T11:00:00Z,05/11 07:00,4584,,2020-05-11T11:00:00Z,26,414,12856,298948,298948,13270,298948,33,0,825310a4c28cd3063fa3d29ba85fd972f91f9e4a,0,0,0,0,0,
+20200511,MN,11799,103982,,452,1716,194,600,,,6945,A,5/10/2020 17:00,2020-05-10T17:00:00Z,05/10 13:00,591,1716,2020-05-10T17:00:00Z,27,528,4165,115781,115781,4693,115781,13,59,47809f1a5b6238d76077d6853559b63343d6f4ce,0,0,0,0,0,
+20200511,MO,9918,105702,,824,,,,137,,,B,5/11/2020 15:00,2020-05-11T15:00:00Z,05/11 11:00,488,,2020-05-11T15:00:00Z,29,74,0,115620,115620,74,115620,6,0,16eab42aec664cc75210d2056a15ee4328f90588,0,0,0,0,0,
+20200511,MP,19,2676,,,,,,,,12,D,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,2,,2020-05-11T00:00:00Z,69,3,355,2695,2695,358,2695,0,0,70fdcfacef2fea4ac81cd03133d464d92933e873,0,0,0,0,0,
+20200511,MS,9674,86211,,507,1546,132,,68,,6268,A,5/10/2020 19:00,2020-05-10T19:00:00Z,05/10 15:00,435,1546,2020-05-10T19:00:00Z,28,173,14110,95885,95885,14283,95885,5,15,ff82ffa9d30cd0caa0c4380a8af2dec726f8e458,0,0,0,0,0,
+20200511,MT,459,22113,,4,62,,,,,423,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,16,62,2020-05-10T00:00:00Z,30,1,867,22572,22572,868,22572,0,0,ae2ef92373e187f05051982466ca8e3393103b54,0,0,0,0,0,
+20200511,NC,15045,180820,,464,,,,,,9115,B,5/11/2020 14:00,2020-05-11T14:00:00Z,05/11 10:00,550,,2020-05-11T14:00:00Z,37,281,3449,195865,195865,3730,195865,3,0,dccfb5a1cb11d9ca51873560fa69a05c01a5a324,0,0,0,0,0,
+20200511,ND,1518,45496,,34,115,,,,,846,C,5/11/2020 12:10,2020-05-11T12:10:00Z,05/11 08:10,36,115,2020-05-11T12:10:00Z,38,27,2118,47014,47014,2145,47014,1,5,72a1f15ac31ec3db2d458bc399a4373f6346fa1e,0,0,0,0,0,
+20200511,NE,8315,37924,,,,,,,,,D,5/10/2020 19:45,2020-05-10T19:45:00Z,05/10 15:45,98,,2020-05-10T19:45:00Z,31,81,589,46239,46239,670,46239,2,0,829c234e01622304c8bbe14e0d277418f2920a90,0,0,0,0,0,
+20200511,NH,3160,31723,261,113,318,,97,,,1229,B,5/10/2020 09:00,2020-05-10T09:00:00Z,05/10 05:00,133,318,2020-05-10T09:00:00Z,33,149,1281,35144,34883,1430,34883,2,5,b6e25c3b9ade22037af3016d10a7c4c30b664c87,0,0,0,0,0,
+20200511,NJ,139945,285988,,4195,,1255,,970,,15642,A+,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,9310,,2020-05-11T13:00:00Z,34,1413,112073,425933,425933,113486,425933,55,0,0dae15602964348eb7c959aac26834a5959a9c2b,0,0,0,0,0,
+20200511,NM,4863,97635,,194,789,,,,,1285,C,5/10/2020 17:50,2020-05-10T17:50:00Z,05/10 13:50,200,789,2020-05-10T17:50:00Z,35,85,5360,102498,102498,5445,102498,9,0,32b4f9cd07d250d04a42ad9349d67113c4866539,0,0,0,0,0,
+20200511,NV,6152,53932,,482,,117,,60,,183,C,5/11/2020 13:30,2020-05-11T13:30:00Z,05/11 09:30,306,,2020-05-11T13:30:00Z,32,54,1221,60084,60084,1275,60084,0,0,90a6930f5c92e5d8bf424d84adcdad2020829944,0,0,0,0,0,
+20200511,NY,337055,867596,,7226,84194,2450,,2020,,58363,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,21640,84194,2020-05-10T00:00:00Z,36,1660,19993,1204651,1204651,21653,1204651,162,433,8fe6fcc24d69bfd137e24e7ae0411d948fcf011e,0,0,0,0,0,
+20200511,OH,24777,185753,,1011,4413,391,1217,256,,,B,5/11/2020 14:00,2020-05-11T14:00:00Z,05/11 10:00,1357,4413,2020-05-11T14:00:00Z,39,696,4972,210530,210530,5668,210530,16,62,d06fde899c3f9c61630c6bfbf3a8def52e3de423,0,0,0,0,0,
+20200511,OK,4613,91379,,177,828,93,,,,3241,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,274,828,2020-05-11T00:00:00Z,40,24,0,95992,95992,24,95992,2,2,524fe1600931d36c2eaa3e748339c2e2fb0afd08,0,0,0,0,0,
+20200511,OR,3286,74320,,164,673,40,,23,,1125,A+,5/11/2020 11:00,2020-05-11T11:00:00Z,05/11 07:00,130,673,2020-05-11T11:00:00Z,41,58,2041,77606,77606,2099,77606,3,3,7ccf20bff559d6f24b783bb34dd824222f16d517,0,0,0,0,0,
+20200511,PA,57154,231704,,2176,,,,497,,,C,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,3731,,2020-05-11T00:00:00Z,42,543,3932,288858,288858,4475,288858,24,0,870a15b172c2d170c7b4382206e309465399517d,0,0,0,0,0,
+20200511,PR,2256,,,,,,,,,,D,5/11/2020 05:57,2020-05-11T05:57:00Z,05/11 01:57,113,,2020-05-11T05:57:00Z,72,58,0,2256,2256,58,2256,2,0,7f567f0177b3014ca83dc9ce1d88483a07f5d11f,0,0,0,0,0,
+20200511,RI,11450,81882,,276,1280,73,,52,,841,A+,5/11/2020 12:00,2020-05-11T12:00:00Z,05/11 08:00,430,1280,2020-05-11T12:00:00Z,44,176,1943,93332,93332,2119,93332,8,29,73c54978d4aed54b6b849575c9e86dcd985430df,0,0,0,0,0,
+20200511,SC,7653,76804,,,1252,,,,,4120,B,5/10/2020 16:30,2020-05-10T16:30:00Z,05/10 12:30,331,1252,2020-05-10T16:30:00Z,45,0,0,84457,84457,0,84457,0,0,d4a1ff9a13653c49b9a524ef7f463e1a0d7d798d,0,0,0,0,0,
+20200511,SD,3614,20964,,78,263,,,,,2187,C,5/10/2020 18:00,2020-05-10T18:00:00Z,05/10 14:00,34,263,2020-05-10T18:00:00Z,46,97,587,24578,24578,684,24578,0,2,d2399a659bec1f0a844eaf40d4bbbfcd2a9e5392,0,0,0,0,0,
+20200511,TN,15544,257733,,,1344,,,,,8038,B,5/11/2020 15:00,2020-05-11T15:00:00Z,05/11 11:00,251,1344,2020-05-11T15:00:00Z,47,559,10849,273277,273277,11408,273277,8,19,b01b3d36731ec18df91d3a12bf125413fd7b605d,0,0,0,0,0,
+20200511,TX,39869,485828,,1525,,,,,,21713,B,5/10/2020 16:35,2020-05-10T16:35:00Z,05/10 12:35,1100,,2020-05-10T16:35:00Z,48,1000,22921,525697,525697,23921,525697,12,0,4677305c2d72f0a4d6ff22bd1e97a13aa910eebf,0,0,0,0,0,
+20200511,UT,6362,144223,,160,517,,169,,76,3181,B,5/11/2020 15:00,2020-05-11T15:00:00Z,05/11 11:00,68,517,2020-05-11T15:00:00Z,49,111,3964,150585,150585,4075,150585,1,5,fdf490df05fc088b08833e228b23b0f7bf7058e5,0,0,0,0,0,
+20200511,VA,25070,125547,432,1504,4777,362,,194,,3273,A+,5/10/2020 17:00,2020-05-10T17:00:00Z,05/10 13:00,850,4777,2020-05-10T17:00:00Z,51,989,6573,151049,150617,7562,150617,11,21,a6dc004c6ef4bf290f180243c5b821077f45b1ba,0,0,0,0,0,
+20200511,VI,69,1110,36,,,,,,,60,C,5/11/2020 09:30,2020-05-11T09:30:00Z,05/11 05:30,5,,2020-05-11T09:30:00Z,78,0,8,1215,1179,8,1179,1,0,ca881aacec575e1335d4c773d6c51c908e23c6ab,0,0,0,0,0,
+20200511,VT,927,18797,,14,,,,,,785,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,53,,2020-05-11T00:00:00Z,50,1,630,19724,19724,631,19724,0,0,c1c194a6e2845e1d0f37e09fd97e06801106b5ec,0,0,0,0,0,
+20200511,WA,17728,247949,,350,,110,,,,,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,931,,2020-05-11T00:00:00Z,53,283,5610,265677,265677,5893,265677,10,0,52d68b0068ff53397fb95c97181e120810f221d0,0,0,0,0,0,
+20200511,WI,10418,108033,180,520,1846,116,460,,,5176,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,409,1846,2020-05-11T00:00:00Z,55,199,2870,118631,118451,3069,118451,9,26,77a14d904cf0ffca1899fc77bba9e04e558c4294,0,0,0,0,0,
+20200511,WV,1366,62103,,49,,10,,6,,775,C,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,54,,2020-05-11T10:00:00Z,54,6,819,63469,63469,825,63469,0,0,f88bb76b4acbb4ed8cb49d792e90d351bc866166,0,0,0,0,0,
+20200511,WY,662,11403,,12,66,,,,,443,C,5/10/2020 17:38,2020-05-10T17:38:00Z,05/10 13:38,7,66,2020-05-10T17:38:00Z,56,1,0,12065,12065,1,12065,0,1,b59adebcf0d6a4c54f19683037cec83c917d5dc1,0,0,0,0,0,
+20200510,AK,379,26985,,8,,,,,,324,C,5/10/2020 14:00,2020-05-10T14:00:00Z,05/10 10:00,10,,2020-05-10T14:00:00Z,02,1,914,27364,27364,915,27364,0,0,4cf9d270d1e385d9a0886e8e5a1a51b0eca3d842,0,0,0,0,0,
+20200510,AL,9777,117644,,,1240,,460,,274,,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,393,1240,2020-05-10T00:00:00Z,01,210,1717,127421,127421,1927,127421,5,12,011cf39afe4b327dbf3f31240bbe5da7d8c9cd0f,0,0,0,0,0,
+20200510,AR,3747,61781,,64,471,,,14,96,2968,B,5/10/2020 10:15,2020-05-10T10:15:00Z,05/10 06:15,88,471,2020-05-10T10:15:00Z,05,0,0,65528,65528,0,65528,0,0,26c8e7bb922affa8cfc16fbfddc89e1a86e4e012,0,0,0,0,0,
+20200510,AS,0,83,,,,,,,,,D,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,207916154f3110eeb5f3560bd9bb18fdc8e916af,0,0,0,0,0,
+20200510,AZ,11119,99258,,713,1528,300,,195,,2775,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,536,1528,2020-05-10T00:00:00Z,04,159,4408,110377,110377,4567,110377,4,14,e1b32eac5f106840a71566e0c508cb5859a79793,0,0,0,0,0,
+20200510,CA,66680,888984,,4555,,1328,,,,,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,2745,,2020-05-10T00:00:00Z,06,2119,40975,955664,955664,43094,955664,67,0,ce83ce4bb42cbc050741a4917b670e0e03ca3d26,0,0,0,0,0,
+20200510,CO,19703,84374,,790,3623,,,,,3023,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,967,3623,2020-05-08T00:00:00Z,08,876,6429,104077,104077,7305,104077,7,23,51928fdfded6a85d134b75fdee9bcaa39e6cebb1,0,0,0,0,0,
+20200510,CT,33554,96638,,1242,9389,,,,,5413,B,5/10/2020 14:00,2020-05-10T14:00:00Z,05/10 10:00,2967,9389,2020-05-10T14:00:00Z,09,570,6053,130192,130192,6623,130192,35,0,5acd0fae86d76b0d3618702064b66691bcb677d4,0,0,0,0,0,
+20200510,DC,6272,23298,,447,,130,,91,,880,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,323,,2020-05-09T00:00:00Z,11,170,1217,29570,29570,1387,29570,12,0,cbd5681537ac32031eaaaea8b72c7b9cbf7d898f,0,0,0,0,0,
+20200510,DE,6447,24592,,285,,,,,,2537,B,5/10/2020 12:03,2020-05-10T12:03:00Z,05/10 08:03,224,,2020-05-10T12:03:00Z,10,170,1573,31039,31039,1743,31039,3,0,8cfb2b017b440abbab1229425bed48d2c7caffda,0,0,0,0,0,
+20200510,FL,40596,498352,1265,,7404,,,,,,B,5/10/2020 11:52,2020-05-10T11:52:00Z,05/10 07:52,1791,7404,2020-05-10T11:52:00Z,12,595,10622,540213,538948,11217,538948,6,79,441ad07550ca8703d0af3aad6baabcadc98f3982,0,0,0,0,0,
+20200510,GA,33441,210106,,,5997,,1412,,,,A,5/10/2020 15:25,2020-05-10T15:25:00Z,05/10 11:25,1405,5997,2020-05-10T15:25:00Z,13,909,7314,243547,243547,8223,243547,5,10,0b4565c7477ebf5acc1357968283edeaa565dce9,0,0,0,0,0,
+20200510,GU,151,3643,,,,,,,,124,C,5/9/2020 03:50,2020-05-09T03:50:00Z,05/08 23:50,5,,2020-05-09T03:50:00Z,66,0,0,3794,3794,0,3794,0,0,e3c42cd1b9d771cf5e5a4f84af9d9bb15894191c,0,0,0,0,0,
+20200510,HI,631,36639,,,81,,,,,551,B,5/9/2020 18:00,2020-05-09T18:00:00Z,05/09 14:00,17,81,2020-05-09T18:00:00Z,15,2,1006,37270,37270,1008,37270,0,0,c3548f1ee66e40c9f00480486c3d0d68947bd9d4,0,0,0,0,0,
+20200510,IA,11959,62215,,413,,157,,105,,5154,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,265,,2020-05-10T00:00:00Z,19,288,2410,74174,74174,2698,74174,13,0,9c625bb5fad9c2605639feda6a8bbc29dbc84835,0,0,0,0,0,
+20200510,ID,2230,29912,,,207,,87,,,1473,B,5/9/2020 19:00,2020-05-09T19:00:00Z,05/09 15:00,67,207,2020-05-09T19:00:00Z,16,25,311,32142,32142,336,32142,0,1,d83a34d70ee3fc154f11fdf85fddad28296902dd,0,0,0,0,0,
+20200510,IL,77741,352243,,4293,,1232,,709,,,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,3406,,2020-05-10T00:00:00Z,17,1656,11997,429984,429984,13653,429984,57,0,dfc87b15e4114ccfaef71cdd70fb6f42fb2a30b4,0,0,0,0,0,
+20200510,IN,24126,115903,,1328,4389,462,990,205,,,A+,5/9/2020 23:59,2020-05-09T23:59:00Z,05/09 19:59,1508,4389,2020-05-09T23:59:00Z,18,394,3949,140029,140029,4343,140029,18,0,ac87dec535ea7d18a19e0bfae73b90ffc1ecd8cc,0,0,0,0,0,
+20200510,KS,6948,45557,,,657,,231,,101,371,A,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,157,657,2020-05-10T10:00:00Z,20,197,2375,52505,52505,2572,52505,0,22,cc981dc3ece4b4e43a894a459863693d95c6161c,0,0,0,0,0,
+20200510,KY,6440,80483,,394,1757,226,758,,,2308,A,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,304,1757,2020-05-09T17:00:00Z,21,152,324,86923,86923,476,86923,6,61,905b7b4683e73abb36845e760942ec7de8dafd28,0,0,0,0,0,
+20200510,LA,31600,184272,,1324,,,,161,,20316,B,5/10/2020 13:00,2020-05-10T13:00:00Z,05/10 09:00,2286,,2020-05-10T13:00:00Z,22,183,3532,215872,215872,3715,215872,19,0,cce7f4497ace9814e2ee409eceb2ccf0b7a82a05,0,0,0,0,0,
+20200510,MA,77793,310596,,3128,7617,810,,,,,A,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,4979,7617,2020-05-10T10:00:00Z,25,1050,10802,388389,388389,11852,388389,139,66,e5564c90ffea6f891041e4cacd632dc25ad36ad7,0,0,0,0,0,
+20200510,MD,32587,127344,,1640,5955,611,,,,2293,A,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,1644,5955,2020-05-10T10:00:00Z,24,1053,2850,159931,159931,3903,159931,30,23,a8f1651484aae934971ea658e04176d761aef43b,0,0,0,0,0,
+20200510,ME,1436,22092,,36,199,17,,10,,861,B,5/10/2020 11:30,2020-05-10T11:30:00Z,05/10 07:30,64,199,2020-05-10T11:30:00Z,23,28,0,23528,23528,28,23528,0,1,b0fefc717c14edaeccf433107e9fbbe017648e47,0,0,0,0,0,
+20200510,MI,47138,238540,,1437,,674,,536,,22686,A+,5/10/2020 11:00,2020-05-10T11:00:00Z,05/10 07:00,4551,,2020-05-10T11:00:00Z,26,382,11810,285678,285678,12192,285678,25,0,2fd2ad9e58fbcbf96a2742be384c251f9579d39a,0,0,0,0,0,
+20200510,MN,11271,99817,,434,1657,199,581,,,6304,A,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,578,1657,2020-05-09T17:00:00Z,27,481,4344,111088,111088,4825,111088,20,45,1ee590d6f5f98f868459f47ec8f11c3bc1107288,0,0,0,0,0,
+20200510,MO,9844,105702,,824,,,,137,,,B,5/10/2020 15:00,2020-05-10T15:00:00Z,05/10 11:00,482,,2020-05-10T15:00:00Z,29,178,6470,115546,115546,6648,115546,10,0,d2529d39ba30188859339352c78b2c877cf34ebb,0,0,0,0,0,
+20200510,MP,16,2321,,,,,,,,12,D,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,2,,2020-05-09T00:00:00Z,69,0,0,2337,2337,0,2337,0,0,e6f989dd5c09ff27812c9d1c260812ae624151f1,0,0,0,0,0,
+20200510,MS,9501,72101,,645,1531,141,,78,,4421,A,5/9/2020 19:00,2020-05-09T19:00:00Z,05/09 15:00,430,1531,2020-05-09T19:00:00Z,28,123,0,81602,81602,123,81602,9,19,27af575d5dede1ee5b11c5de4a748ed50fff3bb7,0,0,0,0,0,
+20200510,MT,458,21246,,4,62,,,,,422,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,16,62,2020-05-09T00:00:00Z,30,0,375,21704,21704,375,21704,0,0,c66122bc5b8feb79eda0936bb743a5420dbe79d0,0,0,0,0,0,
+20200510,NC,14764,177371,,442,,,,,,,B,5/10/2020 11:00,2020-05-10T11:00:00Z,05/10 07:00,547,,2020-05-10T11:00:00Z,37,404,5369,192135,192135,5773,192135,3,0,a52ca1e8c441053b1acb8bc7ab1adca383878371,0,0,0,0,0,
+20200510,ND,1491,43378,,29,110,,,,,792,C,5/10/2020 12:10,2020-05-10T12:10:00Z,05/10 08:10,35,110,2020-05-10T12:10:00Z,38,27,909,44869,44869,936,44869,0,0,fca6f0b99074b2decc75ec3da51527dd3613ed37,0,0,0,0,0,
+20200510,NE,8234,37335,,,,,,,,,D,5/9/2020 19:45,2020-05-09T19:45:00Z,05/09 15:45,96,,2020-05-09T19:45:00Z,31,403,2190,45569,45569,2593,45569,4,0,87fca3e249bf430b315d41ce4f3972efd9b2aff7,0,0,0,0,0,
+20200510,NH,3011,30442,512,107,313,,97,,,1228,B,5/9/2020 09:00,2020-05-09T09:00:00Z,05/09 05:00,131,313,2020-05-09T09:00:00Z,33,64,1091,33965,33453,1155,33453,10,4,de8577d1b0704658d892790f70df1c428d76a7ca,0,0,0,0,0,
+20200510,NJ,138532,173915,591,4308,,1338,,994,,15642,A+,5/10/2020 13:00,2020-05-10T13:00:00Z,05/10 09:00,9255,,2020-05-10T13:00:00Z,34,1447,5794,313038,312447,7241,312447,139,0,f73eb094bad80b114465aa496917f98cb3f6c597,0,0,0,0,0,
+20200510,NM,4778,92275,,198,789,,,,,1268,C,5/9/2020 16:00,2020-05-09T16:00:00Z,05/09 12:00,191,789,2020-05-09T16:00:00Z,35,105,3686,97053,97053,3791,97053,10,0,bd82888120c8e3df891d9c4ef44b08c3236f4ae9,0,0,0,0,0,
+20200510,NV,6098,52711,,444,,116,,65,,182,C,5/10/2020 12:30,2020-05-10T12:30:00Z,05/10 08:30,306,,2020-05-10T12:30:00Z,32,70,2628,58809,58809,2698,58809,5,0,ab01b4f0e7f1452310d0e18988e89538a58d0460,0,0,0,0,0,
+20200510,NY,335395,847603,,7262,83761,2488,,2073,,58006,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,21478,83761,2020-05-10T00:00:00Z,36,2273,26957,1182998,1182998,29230,1182998,207,476,35f61604ef75a962c610c19e26b3ecbd49c4635d,0,0,0,0,0,
+20200510,OH,24081,180781,,962,4351,381,1205,254,,,B,5/10/2020 14:00,2020-05-10T14:00:00Z,05/10 10:00,1341,4351,2020-05-10T14:00:00Z,39,384,7808,204862,204862,8192,204862,10,51,ebc57b66d125291f869b8710792b83bc215c37ee,0,0,0,0,0,
+20200510,OK,4589,91379,,177,826,93,,,,3204,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,272,826,2020-05-10T00:00:00Z,40,99,0,95968,95968,99,95968,2,4,cafb9c795110faabd632e2dc0a1c848b66b289ca,0,0,0,0,0,
+20200510,OR,3228,72279,,164,670,45,,22,,1125,A+,5/10/2020 11:00,2020-05-10T11:00:00Z,05/10 07:00,127,670,2020-05-10T11:00:00Z,41,68,819,75507,75507,887,75507,0,8,b7874317f4ab52dee64aa4309e2650b27b2bc059,0,0,0,0,0,
+20200510,PA,56611,227772,,2230,,,,501,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,3707,,2020-05-10T00:00:00Z,42,1295,5981,284383,284383,7276,284383,19,0,0e94873c9037c42d5af863bff1df2bfa9b9ebde8,0,0,0,0,0,
+20200510,PR,2198,,,,,,,,,,D,5/10/2020 05:51,2020-05-10T05:51:00Z,05/10 01:51,111,,2020-05-10T05:51:00Z,72,25,0,2198,2198,25,2198,3,0,19421e2576225b16bf5c22587710f2fc91cf64fa,0,0,0,0,0,
+20200510,RI,11274,79939,,283,1251,70,,52,,809,A+,5/10/2020 12:00,2020-05-10T12:00:00Z,05/10 08:00,422,1251,2020-05-10T12:00:00Z,44,285,3113,91213,91213,3398,91213,4,33,db0fcaa0fe25bf96d05efd13eff18d47f4a60efc,0,0,0,0,0,
+20200510,SC,7653,76804,,,1252,,,,,4120,B,5/10/2020 16:30,2020-05-10T16:30:00Z,05/10 12:30,331,1252,2020-05-10T16:30:00Z,45,122,3372,84457,84457,3494,84457,1,0,0f61078a94b0a5ce068ac5909d2973c41e1e6dc4,0,0,0,0,0,
+20200510,SD,3517,20377,,77,261,,,,,2147,C,5/9/2020 18:00,2020-05-09T18:00:00Z,05/09 14:00,34,261,2020-05-09T18:00:00Z,46,124,818,23894,23894,942,23894,0,8,1e0c7e5cc13749e234d82b7e8781fc972a61a1ca,0,0,0,0,0,
+20200510,TN,14985,246884,,,1325,,,,,7528,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,243,1325,2020-05-10T00:00:00Z,47,217,8904,261869,261869,9121,261869,1,6,a3b6e8987d27cfdde2305cbdabeb3a9d7b15f0ba,0,0,0,0,0,
+20200510,TX,38869,462907,,1626,,,,,,21022,B,5/10/2020 16:35,2020-05-10T16:35:00Z,05/10 12:35,1088,,2020-05-10T16:35:00Z,48,1009,11473,501776,501776,12482,501776,39,0,975a43b3e0e7f05a109b26e5ec1fd57625e80cb7,0,0,0,0,0,
+20200510,UT,6251,140259,,144,512,,168,,76,3033,B,5/10/2020 10:31,2020-05-10T10:31:00Z,05/10 06:31,67,512,2020-05-10T10:31:00Z,49,148,3068,146510,146510,3216,146510,1,14,14f395cfb1fc5b0256815039dea8390d1902963e,0,0,0,0,0,
+20200510,VA,24081,118974,506,1555,4756,351,,187,,3201,A+,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,839,4756,2020-05-09T17:00:00Z,51,885,5021,143561,143055,5906,143055,12,39,42742dec02756213234b5e557e7a8d7acd767cd6,0,0,0,0,0,
+20200510,VI,69,1102,39,,,,,,,59,C,5/9/2020 19:06,2020-05-09T19:06:00Z,05/09 15:06,4,,2020-05-09T19:06:00Z,78,1,78,1210,1171,79,1171,0,0,748c7b6e813f25b38edcdff541d236ae8f19913f,0,0,0,0,0,
+20200510,VT,926,18167,,21,,,,,,777,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,53,,2020-05-10T00:00:00Z,50,0,477,19093,19093,477,19093,0,0,62b55c7c0387dca25d41c8f047d1824d23029558,0,0,0,0,0,
+20200510,WA,17445,242339,,335,,101,,,,,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,921,,2020-05-10T00:00:00Z,53,51,1225,259784,259784,1276,259784,16,0,adfd6550f35bdf386477876e66be64a837c17ec9,0,0,0,0,0,
+20200510,WI,10219,105163,182,514,1820,113,456,,,5014,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,400,1820,2020-05-10T00:00:00Z,55,280,3228,115564,115382,3508,115382,2,14,55fefeffc16da181c361edf744ec879820d05f6a,0,0,0,0,0,
+20200510,WV,1360,61284,,49,,10,,6,,775,C,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,54,,2020-05-10T10:00:00Z,54,25,1622,62644,62644,1647,62644,1,0,5b9f6bfe46b529f5d94e2fe6d543b9f35758eafb,0,0,0,0,0,
+20200510,WY,661,11403,,12,65,,,,,443,C,5/10/2020 16:00,2020-05-10T16:00:00Z,05/10 12:00,7,65,2020-05-10T16:00:00Z,56,17,0,12064,12064,17,12064,0,1,6a3fbd01287b65e7d41a04882e4f515d97b0721b,0,0,0,0,0,
+20200509,AK,378,26071,,8,,,,,,318,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,10,,2020-05-09T00:00:00Z,02,1,975,26449,26449,976,26449,0,0,64958614e111973f29923c827f4e8a7ae93f6ef6,0,0,0,0,0,
+20200509,AL,9567,115927,,,1228,,459,,272,,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,388,1228,2020-05-09T00:00:00Z,01,346,5034,125494,125494,5380,125494,13,21,8e39a65bf948fabda713959ede8fb1fcbad0df05,0,0,0,0,0,
+20200509,AR,3747,61781,,64,471,,,14,96,2968,B,5/9/2020 10:15,2020-05-09T10:15:00Z,05/09 06:15,88,471,2020-05-09T10:15:00Z,05,53,1481,65528,65528,1534,65528,0,5,a53393da35878cdb949afa78b236ee9206c709a0,0,0,0,0,0,
+20200509,AS,0,83,,,,,,,,,D,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,fac3909feb5c0cc89c71f19c9d313b30447eb423,0,0,0,0,0,
+20200509,AZ,10960,94850,,739,1514,296,,186,,2684,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,532,1514,2020-05-09T00:00:00Z,04,434,4251,105810,105810,4685,105810,15,32,77bf2679c9805c151c33b1aeb91f0a08bbf2bac4,0,0,0,0,0,
+20200509,CA,64561,848009,,4538,,1349,,,,,B,5/9/2020 14:00,2020-05-09T14:00:00Z,05/09 10:00,2678,,2020-05-09T14:00:00Z,06,2049,35249,912570,912570,37298,912570,93,0,d77dd555add928b02a437461643799d2bbe83737,0,0,0,0,0,
+20200509,CO,18827,77945,,790,3600,,,,,2974,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,960,3600,2020-05-07T00:00:00Z,08,26,2210,96772,96772,2236,96772,-1,43,b4fc82100b9b095668524cba0ac97876f1a31163,0,0,0,0,0,
+20200509,CT,32984,90585,,1301,9389,,,,,5413,B,5/9/2020 14:00,2020-05-09T14:00:00Z,05/09 10:00,2932,9389,2020-05-09T14:00:00Z,09,573,2455,123569,123569,3028,123569,58,0,50e0594ae40be07e41e3288d10c9b37388b9549c,0,0,0,0,0,
+20200509,DC,6102,22081,,447,,130,,91,,879,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,311,,2020-05-08T00:00:00Z,11,203,865,28183,28183,1068,28183,7,0,165718090e8f033b08eb26c16387d34be0d23994,0,0,0,0,0,
+20200509,DE,6277,23019,,288,,,,,,2450,B,5/8/2020 18:00,2020-05-08T18:00:00Z,05/08 14:00,221,,2020-05-08T18:00:00Z,10,166,866,29296,29296,1032,29296,8,0,48460e0112537660e103ebc453c00fcd69665339,0,0,0,0,0,
+20200509,FL,40001,487730,1452,,7325,,,,,,B,5/9/2020 10:39,2020-05-09T10:39:00Z,05/09 06:39,1785,7325,2020-05-09T10:39:00Z,12,802,13588,529183,527731,14390,527731,47,168,257836b455a39242d4152b915d0e843d5b5be3fd,0,0,0,0,0,
+20200509,GA,32532,202792,,,5987,,1409,,,,A,5/9/2020 15:25,2020-05-09T15:25:00Z,05/09 11:25,1400,5987,2020-05-09T15:25:00Z,13,426,7331,235324,235324,7757,235324,23,52,f78ccc8d3542e5438e5aebe404dd2aef811a9930,0,0,0,0,0,
+20200509,GU,151,3643,,,,,,,,124,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,5,,2020-05-09T00:00:00Z,66,0,17,3794,3794,17,3794,0,0,a88a17e1c5a3222ae7fdb6b9ccec36f40f0fab53,0,0,0,0,0,
+20200509,HI,629,35633,,,81,,,,,566,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,17,81,2020-05-08T00:00:00Z,15,0,-356,36262,36262,-356,36262,0,7,65d515ed46eddbe2163fd3828455cb306ec5ca7b,0,0,0,0,0,
+20200509,IA,11671,59805,,402,,161,,106,,5011,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,252,,2020-05-08T00:00:00Z,19,214,1001,71476,71476,1215,71476,9,0,91a83f359f37231e669035b94af8727f353248bb,0,0,0,0,0,
+20200509,ID,2205,29601,,,206,,86,,,1442,B,5/8/2020 19:00,2020-05-08T19:00:00Z,05/08 15:00,67,206,2020-05-08T19:00:00Z,16,27,509,31806,31806,536,31806,0,0,c6d906cd3bdab9abc16bb607a4bde6712452bcde,0,0,0,0,0,
+20200509,IL,76085,340246,,4739,,1215,,739,,,A,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,3349,,2020-05-09T00:00:00Z,17,2325,14292,416331,416331,16617,416331,108,0,334e1c7eabbd03f558cd95445775fbb984033afc,0,0,0,0,0,
+20200509,IN,23732,111954,,1361,4389,458,990,213,,,A+,5/8/2020 23:59,2020-05-08T23:59:00Z,05/08 19:59,1490,4389,2020-05-08T23:59:00Z,18,586,4972,135686,135686,5558,135686,43,0,afc606b5f8555288a28daa0b90dd77e71d75deb7,0,0,0,0,0,
+20200509,KS,6751,43182,,,635,,229,,100,350,A,5/9/2020 10:00,2020-05-09T10:00:00Z,05/09 06:00,157,635,2020-05-09T10:00:00Z,20,250,1975,49933,49933,2225,49933,5,27,de1a8eed0bca8485b8310c956c53839e6e798e78,0,0,0,0,0,
+20200509,KY,6288,80159,,369,1696,210,723,,,2266,A,5/8/2020 17:00,2020-05-08T17:00:00Z,05/08 13:00,298,1696,2020-05-08T17:00:00Z,21,159,4887,86447,86447,5046,86447,4,12,90f675f22558840f1110e0e3c96003e48a5da85b,0,0,0,0,0,
+20200509,LA,31417,180740,,1333,,,,165,,20316,B,5/9/2020 13:00,2020-05-09T13:00:00Z,05/09 09:00,2267,,2020-05-09T13:00:00Z,22,562,9179,212157,212157,9741,212157,40,0,b002cf6f2721d13d71dff9f8a346ff27c48e9eda,0,0,0,0,0,
+20200509,MA,76743,299794,,3229,7551,814,,,,,A,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,4840,7551,2020-05-09T12:00:00Z,25,1410,9104,376537,376537,10514,376537,138,117,46afcf3e21a5641bba6a641b45d5c44cb1fec78c,0,0,0,0,0,
+20200509,MD,31534,124494,,1665,5932,575,,,,2159,A,5/9/2020 10:00,2020-05-09T10:00:00Z,05/09 06:00,1614,5932,2020-05-09T10:00:00Z,24,1049,2792,156028,156028,3841,156028,54,121,3b5d8c2f243a92d50ad827ad117435dd744be00b,0,0,0,0,0,
+20200509,ME,1408,22092,,43,198,22,,10,,857,B,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,64,198,2020-05-09T12:00:00Z,23,34,0,23500,23500,34,23500,1,4,40f0a566b17f70822edb386f7fec6910e08e3600,0,0,0,0,0,
+20200509,MI,46756,226730,,1531,,683,,539,,22686,A+,5/9/2020 11:00,2020-05-09T11:00:00Z,05/09 07:00,4526,,2020-05-09T11:00:00Z,26,430,12803,273486,273486,13233,273486,133,0,f0962231df9f74c04a20ec95c070d0cd57303333,0,0,0,0,0,
+20200509,MN,10790,95473,,476,1612,180,556,,,5764,A,5/8/2020 17:00,2020-05-08T17:00:00Z,05/08 13:00,558,1612,2020-05-08T17:00:00Z,27,702,4291,106263,106263,4993,106263,24,63,86235c7d8d3c403f963f043fbc1b00e500ea7873,0,0,0,0,0,
+20200509,MO,9666,99232,,855,,,,144,,,B,5/9/2020 15:00,2020-05-09T15:00:00Z,05/09 11:00,472,,2020-05-09T15:00:00Z,29,177,0,108898,108898,177,108898,23,0,65b33faf43fdf09a9d963d2dd2169f63d48888ee,0,0,0,0,0,
+20200509,MP,16,2321,,,,,,,,12,D,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,2,,2020-05-09T00:00:00Z,69,1,0,2337,2337,1,2337,0,0,d6b06a71ada794b91cd2eb9f10f2fb5ac9944680,0,0,0,0,0,
+20200509,MS,9378,72101,,607,1512,133,,76,,4421,A,5/8/2020 19:00,2020-05-08T19:00:00Z,05/08 15:00,421,1512,2020-05-08T19:00:00Z,28,288,0,81479,81479,288,81479,12,34,547fb143d705538b87a3d235b88cff144d3bbb21,0,0,0,0,0,
+20200509,MT,458,20871,,4,62,,,,,422,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,16,62,2020-05-09T00:00:00Z,30,0,384,21329,21329,384,21329,0,0,eb5e7faf819350f99c5c0ec557bca2ee74081f6e,0,0,0,0,0,
+20200509,NC,14360,172002,,513,,,,,,,B,5/9/2020 10:45,2020-05-09T10:45:00Z,05/09 06:45,544,,2020-05-09T10:45:00Z,37,492,7257,186362,186362,7749,186362,17,0,2b1c386990f2e0ebdbaa530b0699818191c7a885,0,0,0,0,0,
+20200509,ND,1464,42469,,34,110,,,,,762,C,5/9/2020 13:00,2020-05-09T13:00:00Z,05/09 09:00,35,110,2020-05-09T13:00:00Z,38,39,1393,43933,43933,1432,43933,2,6,ca3d7b45f929f3607542c61635d3b2ac6ca6042e,0,0,0,0,0,
+20200509,NE,7831,35145,,,,,,,,,D,5/8/2020 18:45,2020-05-08T18:45:00Z,05/08 14:45,92,,2020-05-08T18:45:00Z,31,641,1923,42976,42976,2564,42976,2,0,d7de92d824ee7b45e6b31b903798ee3f92adbaab,0,0,0,0,0,
+20200509,NH,2947,29351,304,112,309,,97,,,1210,B,5/8/2020 09:00,2020-05-08T09:00:00Z,05/08 05:00,121,309,2020-05-08T09:00:00Z,33,104,1522,32602,32298,1626,32298,7,1,3f711c1b82e5ffb505ecfc9902d28bdb477c3d8f,0,0,0,0,0,
+20200509,NJ,137085,168121,557,4628,,1416,,1054,,15642,A+,5/9/2020 13:00,2020-05-09T13:00:00Z,05/09 09:00,9116,,2020-05-09T13:00:00Z,34,1631,4816,305763,305206,6447,305206,164,0,71109b3432b7f3fbfe09d822774dc00e1b4f1534,0,0,0,0,0,
+20200509,NM,4673,88589,,201,789,,,,,1189,C,5/8/2020 06:05,2020-05-08T06:05:00Z,05/08 02:05,181,789,2020-05-08T06:05:00Z,35,180,4050,93262,93262,4230,93262,9,29,9b174ce5060598ba33c13670cd359b60921a2747,0,0,0,0,0,
+20200509,NV,6028,50083,,,,,,,,205,D,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,301,,2020-05-09T12:00:00Z,32,144,2623,56111,56111,2767,56111,8,0,72620e8632137a3e691ddbe0eb116128c4d15f10,0,0,0,0,0,
+20200509,NY,333122,820646,,7776,83285,2664,,2203,,57180,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,21271,83285,2020-05-09T00:00:00Z,36,2715,29510,1153768,1153768,32225,1153768,226,555,a6750bcc2c249881c1ad7bab0bb765f52500031a,0,0,0,0,0,
+20200509,OH,23697,172973,,929,4300,368,1200,222,,,B,5/9/2020 14:00,2020-05-09T14:00:00Z,05/09 10:00,1331,4300,2020-05-09T14:00:00Z,39,681,11673,196670,196670,12354,196670,25,82,7b2b0e4c52c2e9ce6901eadf777b5ad6e1525d3b,0,0,0,0,0,
+20200509,OK,4490,91379,,177,822,93,,,,3154,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,270,822,2020-05-09T00:00:00Z,40,66,5946,95869,95869,6012,95869,4,17,7b103e323c87f945441fc18508cf22a75b8a2223,0,0,0,0,0,
+20200509,OR,3160,71460,,139,662,34,,19,,1125,A+,5/9/2020 11:00,2020-05-09T11:00:00Z,05/09 07:00,127,662,2020-05-09T11:00:00Z,41,92,1835,74620,74620,1927,74620,3,3,62ee97b8388d4be37736180ae2b9c7498a7a091f,0,0,0,0,0,
+20200509,PA,55316,221791,,2285,,,,502,,,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,3688,,2020-05-09T00:00:00Z,42,1078,5470,277107,277107,6548,277107,72,0,8a3fc396dfc4980be91e5ff84248fe07b7960a4e,0,0,0,0,0,
+20200509,PR,2173,,,161,,,,7,,,C,5/9/2020 05:51,2020-05-09T05:51:00Z,05/09 01:51,108,,2020-05-09T05:51:00Z,72,17,0,2173,2173,17,2173,1,0,2286391df7719ceb454d98da9e79998fb4c4609a,0,0,0,0,0,
+20200509,RI,10989,76826,,292,1218,77,,56,,772,A+,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,418,1218,2020-05-09T12:00:00Z,44,210,2339,87815,87815,2549,87815,19,31,b6f9bcd89cb1f8f2e600b64764acb6242dada193,0,0,0,0,0,
+20200509,SC,7531,73432,,,1252,,,,,4120,B,5/8/2020 16:30,2020-05-08T16:30:00Z,05/08 12:30,330,1252,2020-05-08T16:30:00Z,45,389,7132,80963,80963,7521,80963,14,100,3fadd8be303194d3b8479eef909b6a6b5e7f56b9,0,0,0,0,0,
+20200509,SD,3393,19559,,79,253,,,,,2125,C,5/8/2020 18:00,2020-05-08T18:00:00Z,05/08 14:00,34,253,2020-05-08T18:00:00Z,46,249,1410,22952,22952,1659,22952,3,6,992eb92080216931de8c61fe3b3696adffbec888,0,0,0,0,0,
+20200509,TN,14768,237980,,,1319,,,,,7369,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,242,1319,2020-05-09T00:00:00Z,47,327,8843,252748,252748,9170,252748,1,20,419af211e12c67f92661cf4ece6b59d2797bef67,0,0,0,0,0,
+20200509,TX,37860,451434,,1735,,,,,,20141,B,5/9/2020 13:15,2020-05-09T13:15:00Z,05/09 09:15,1049,,2020-05-09T13:15:00Z,48,1251,10925,489294,489294,12176,489294,45,0,8f86f6af960614819df313cc95800ef396e9196b,0,0,0,0,0,
+20200509,UT,6103,137191,,172,498,,166,,75,2901,B,5/9/2020 10:32,2020-05-09T10:32:00Z,05/09 06:32,66,498,2020-05-09T10:32:00Z,49,184,4422,143294,143294,4606,143294,5,10,020518e8a379d0dc94cb446c7c9efc34a1325c05,0,0,0,0,0,
+20200509,VA,23196,113953,501,1593,4717,367,,198,,3124,A+,5/8/2020 17:00,2020-05-08T17:00:00Z,05/08 13:00,827,4717,2020-05-08T17:00:00Z,51,854,6350,137650,137149,7204,137149,15,95,afac4de31488d63973a3d1ccbd0084d06d68343d,0,0,0,0,0,
+20200509,VI,68,1024,36,,,,,,,57,C,5/7/2020 23:58,2020-05-07T23:58:00Z,05/07 19:58,4,,2020-05-07T23:58:00Z,78,0,0,1128,1092,0,1092,0,0,292a2d6653d52e89556f1b32a7b7da53140cbbfe,0,0,0,0,0,
+20200509,VT,926,17690,,21,,,,,,744,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,53,,2020-05-09T00:00:00Z,50,8,468,18616,18616,476,18616,0,0,7dbe1c5cac0b3f11739d6f549d9205ec7f558c38,0,0,0,0,0,
+20200509,WA,17394,241114,,393,,128,,,,,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,905,,2020-05-09T00:00:00Z,53,121,2136,258508,258508,2257,258508,14,0,f6607a78ebc07657c6485e1722c756e4f773a382,0,0,0,0,0,
+20200509,WI,9939,101935,204,543,1806,110,452,,,4875,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,398,1806,2020-05-09T00:00:00Z,55,349,4670,112078,111874,5019,111874,14,39,d1091f9ddd60905376aa4f75668d32cb7c52df14,0,0,0,0,0,
+20200509,WV,1335,59662,,53,,13,,7,,761,C,5/9/2020 10:00,2020-05-09T10:00:00Z,05/09 06:00,53,,2020-05-09T10:00:00Z,54,25,1536,60997,60997,1561,60997,2,0,7fb355b2841dadd248cd5149b6855b2eaa2cbd00,0,0,0,0,0,
+20200509,WY,644,11403,,12,64,,,,,438,C,5/8/2020 13:58,2020-05-08T13:58:00Z,05/08 09:58,7,64,2020-05-08T13:58:00Z,56,9,0,12047,12047,9,12047,0,4,ca0a7a2683cd7504a9b93a816de11aa89a17981d,0,0,0,0,0,
+20200508,AK,377,25096,,16,,,,,,305,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,10,,2020-05-08T00:00:00Z,02,3,1129,25473,25473,1132,25473,0,0,4798b9a261abba50a7052316ec3267423f292e0e,0,0,0,0,0,
+20200508,AL,9221,110893,,,1207,,454,,266,,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,375,1207,2020-05-08T00:00:00Z,01,323,4618,120114,120114,4941,120114,26,29,48538f7a52588e7fc7f4874b4eeba9fde1083277,0,0,0,0,0,
+20200508,AR,3694,60300,,70,466,,,14,93,2159,B,5/8/2020 08:15,2020-05-08T08:15:00Z,05/08 04:15,88,466,2020-05-08T08:15:00Z,05,83,3916,63994,63994,3999,63994,1,4,3d278d97a46b10f0895578c336ea5c2331ba69f1,0,0,0,0,0,
+20200508,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,5716445700d136fcdc7d57c6cdac138636cba44e,0,0,0,0,0,
+20200508,AZ,10526,90599,,730,1482,295,,197,,1747,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,517,1482,2020-05-08T00:00:00Z,04,581,4110,101125,101125,4691,101125,67,33,2d67ebc7a6637665a93ce7a7f113604d2682d01c,0,0,0,0,0,
+20200508,CA,62512,812760,,4514,,1342,,,,,B,5/8/2020 14:00,2020-05-08T14:00:00Z,05/08 10:00,2585,,2020-05-08T14:00:00Z,06,1898,30500,875272,875272,32398,875272,81,0,edc9b653b55bae8fac71105afd25f36d232c1cbf,0,0,0,0,0,
+20200508,CO,18801,75735,,821,3557,,,,,2869,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,961,3557,2020-05-06T00:00:00Z,08,971,2218,94536,94536,3189,94536,40,571,7ca357d459c0efa71d4ddd10f3990634d1439d45,0,0,0,0,0,
+20200508,CT,32411,88130,,1327,9389,,,,,5413,B,5/7/2020 20:30,2020-05-07T20:30:00Z,05/07 16:30,2874,9389,2020-05-07T20:30:00Z,09,627,3740,120541,120541,4367,120541,77,0,196fff1685ef529d33d510ca9fdfa152c93090b1,0,0,0,0,0,
+20200508,DC,5899,21216,,447,,130,,91,,825,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,304,,2020-05-07T00:00:00Z,11,245,1014,27115,27115,1259,27115,19,0,308057ec8f5bd07ceb2fea5f4d04932bd84a2858,0,0,0,0,0,
+20200508,DE,6111,22153,,289,,,,,,2288,B,5/7/2020 18:00,2020-05-07T18:00:00Z,05/07 14:00,213,,2020-05-07T18:00:00Z,10,172,766,28264,28264,938,28264,11,0,a27c8911c2c1f8ce4030e9ba47853b5710ac952b,0,0,0,0,0,
+20200508,FL,39199,474142,1433,,7157,,,,,,C,5/8/2020 10:10,2020-05-08T10:10:00Z,05/08 06:10,1738,7157,2020-05-08T10:10:00Z,12,371,20020,514774,513341,20391,513341,71,167,749636b039895ccd147ec3232a75185437581ecb,0,0,0,0,0,
+20200508,GA,32106,195461,,,5935,,1399,,,,A,5/8/2020 15:25,2020-05-08T15:25:00Z,05/08 11:25,1377,5935,2020-05-08T15:25:00Z,13,667,9597,227567,227567,10264,227567,41,100,3db16028cdcf56cec30d05fcc3b35cecead3c928,0,0,0,0,0,
+20200508,GU,151,3626,,,,,,,,122,D,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,5,,2020-05-08T00:00:00Z,66,0,62,3777,3777,62,3777,0,0,30c883a7516a94241212b2bac9c99b722b022df3,0,0,0,0,0,
+20200508,HI,629,35989,,,74,,,,,565,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,17,74,2020-05-07T00:00:00Z,15,3,1074,36618,36618,1077,36618,0,0,d915ef69403b7633fc3779083886eb5fe9d699fb,0,0,0,0,0,
+20200508,IA,11457,58804,,407,,164,,109,,4685,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,243,,2020-05-07T00:00:00Z,19,398,3436,70261,70261,3834,70261,12,0,93144b7d295751c56b0f86b6c25e525f673468b5,0,0,0,0,0,
+20200508,ID,2178,29092,,,206,,86,,,1420,B,5/7/2020 19:00,2020-05-07T19:00:00Z,05/07 15:00,67,206,2020-05-07T19:00:00Z,16,20,360,31270,31270,380,31270,1,1,ca92836bcff8b93fdc8dc2b217aaa98c1f8dc398,0,0,0,0,0,
+20200508,IL,73760,325954,,4750,,1222,,727,,,A,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,3241,,2020-05-08T00:00:00Z,17,2887,17784,399714,399714,20671,399714,130,0,0c6f52888b92766028a144fc9413d8b53b8d590b,0,0,0,0,0,
+20200508,IN,23146,106982,,1379,4389,481,990,219,,,A+,5/7/2020 23:59,2020-05-07T23:59:00Z,05/07 19:59,1447,4389,2020-05-07T23:59:00Z,18,643,4703,130128,130128,5346,130128,33,4389,02135d841b99214533a35652e96266cdb7f57cee,0,0,0,0,0,
+20200508,KS,6501,41207,,,608,,223,,99,332,A,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,152,608,2020-05-08T10:00:00Z,20,357,2529,47708,47708,2886,47708,5,21,29da7ae222914a26d4e89aa8b5eac55560096bdf,0,0,0,0,0,
+20200508,KY,6129,75272,,356,1684,199,714,,,2177,A,5/7/2020 17:00,2020-05-07T17:00:00Z,05/07 13:00,294,1684,2020-05-07T17:00:00Z,21,195,2600,81401,81401,2795,81401,11,68,82914f7b086d650d78e99acad3ee1f2963a1a473,0,0,0,0,0,
+20200508,LA,30855,171561,,1359,,,,185,,20316,B,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,2227,,2020-05-08T13:00:00Z,22,203,1446,202416,202416,1649,202416,19,0,b40bf731e79b3d1e716aa8ece8d8b8c32b71879d,0,0,0,0,0,
+20200508,MA,75333,290690,,3349,7434,826,,,,,A,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,4702,7434,2020-05-08T10:00:00Z,25,1612,12779,366023,366023,14391,366023,150,197,dd9eb71e1f41a64f9446710527c5f4290a6083ac,0,0,0,0,0,
+20200508,MD,30485,121702,,1674,5811,571,,,,2041,A,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,1560,5811,2020-05-08T10:00:00Z,24,1111,2476,152187,152187,3587,152187,57,148,be330efa24c420ab38b263420461dbc8a84f96fa,0,0,0,0,0,
+20200508,ME,1374,22092,,44,194,23,,10,,836,B,5/8/2020 12:00,2020-05-08T12:00:00Z,05/08 08:00,63,194,2020-05-08T12:00:00Z,23,44,0,23466,23466,44,23466,1,2,7e703abb8838ae42742c688e17be8c70378c4b61,0,0,0,0,0,
+20200508,MI,46326,213927,,1637,,725,,570,,15659,A+,5/8/2020 11:00,2020-05-08T11:00:00Z,05/08 07:00,4393,,2020-05-08T11:00:00Z,26,680,12511,260253,260253,13191,260253,50,0,3120d7f6f4fec5013000ad3b16c45482c235cbd1,0,0,0,0,0,
+20200508,MN,10088,91182,,473,1549,198,540,,,5163,A,5/7/2020 17:00,2020-05-07T17:00:00Z,05/07 13:00,534,1549,2020-05-07T17:00:00Z,27,723,3126,101270,101270,3849,101270,26,90,f43468d2724204307bd38b0284434be95890a62d,0,0,0,0,0,
+20200508,MO,9489,99232,,832,,,,143,,,B,5/8/2020 15:00,2020-05-08T15:00:00Z,05/08 11:00,449,,2020-05-08T15:00:00Z,29,148,4951,108721,108721,5099,108721,31,0,02ed9c8ee20d11d75d52104148bb5fe8a861a997,0,0,0,0,0,
+20200508,MP,15,2321,,,,,,,,12,D,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,2,,2020-05-08T00:00:00Z,69,0,538,2336,2336,538,2336,0,0,d11379a827872ca963da05144af16e6478025853,0,0,0,0,0,
+20200508,MS,9090,72101,,632,1478,123,,58,,4421,A,5/7/2020 19:00,2020-05-07T19:00:00Z,05/07 15:00,409,1478,2020-05-07T19:00:00Z,28,404,0,81191,81191,404,81191,13,36,5e3f4e6e42c017ee1d3ee67033823075ce053bd1,0,0,0,0,0,
+20200508,MT,458,20487,,6,62,,,,,420,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,16,62,2020-05-08T00:00:00Z,30,2,696,20945,20945,698,20945,0,0,1c1c38a4f37c9caa4b41e7e32965ec7d151d7106,0,0,0,0,0,
+20200508,NC,13868,164745,,515,,,,,,,B,5/8/2020 11:00,2020-05-08T11:00:00Z,05/08 07:00,527,,2020-05-08T11:00:00Z,37,471,6814,178613,178613,7285,178613,20,0,094a61b7fc7ece75b91526a42177370ea4028218,0,0,0,0,0,
+20200508,ND,1425,41076,,33,104,,,,,714,C,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,33,104,2020-05-08T13:00:00Z,38,54,1580,42501,42501,1634,42501,2,2,cd8c8547cb29531275793d161eb2e21be178bf58,0,0,0,0,0,
+20200508,NE,7190,33222,,,,,,,,,D,5/7/2020 17:45,2020-05-07T17:45:00Z,05/07 13:45,90,,2020-05-07T17:45:00Z,31,419,2235,40412,40412,2654,40412,4,0,1be1dc924cf853ed0337f337b3d1026282c39c4d,0,0,0,0,0,
+20200508,NH,2843,27829,532,113,308,,97,,,1165,B,5/7/2020 09:00,2020-05-07T09:00:00Z,05/07 05:00,114,308,2020-05-07T09:00:00Z,33,103,1763,31204,30672,1866,30672,3,1,c32b3d98d7dd6003e482929994ae94d0635adc5e,0,0,0,0,0,
+20200508,NJ,135454,163305,553,4605,,1439,,1089,,15642,A+,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,8952,,2020-05-08T13:00:00Z,34,1819,4282,299312,298759,6101,298759,151,0,ebcc8417f6c5e4e29cd4c16d7b25e4b4bf61bc9d,0,0,0,0,0,
+20200508,NM,4493,84539,,197,760,,,,,1125,C,5/7/2020 06:09,2020-05-07T06:09:00Z,05/07 02:09,172,760,2020-05-07T06:09:00Z,35,202,3146,89032,89032,3348,89032,3,73,dbaafa49e5053795a46fc1cad885eb6a987ec7ed,0,0,0,0,0,
+20200508,NV,5884,47460,,,,,,,,205,D,5/8/2020 12:50,2020-05-08T12:50:00Z,05/08 08:50,293,,2020-05-08T12:50:00Z,32,118,1869,53344,53344,1987,53344,7,0,fcf129cfc4d7056c3a28bd0fe5fad634ff9954a5,0,0,0,0,0,
+20200508,NY,330407,791136,,8196,82730,2811,,2295,,56378,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,21045,82730,2020-05-08T00:00:00Z,36,2758,28869,1121543,1121543,31627,1121543,217,533,2cdf063c5712460525fc395412be018d3bc45e5d,0,0,0,0,0,
+20200508,OH,23016,161300,,1060,4218,393,1188,274,,,B,5/8/2020 14:00,2020-05-08T14:00:00Z,05/08 10:00,1306,4218,2020-05-08T14:00:00Z,39,885,7372,184316,184316,8257,184316,35,78,e9dd5efc5477bb458ff009fcfcfd9928fe96f3f3,0,0,0,0,0,
+20200508,OK,4424,85433,,228,805,96,,,,3064,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,266,805,2020-05-08T00:00:00Z,40,94,2876,89857,89857,2970,89857,6,0,d9fb4323808bca3fd64ea12626560572ff1144c9,0,0,0,0,0,
+20200508,OR,3068,69625,,159,659,42,,18,,1125,A+,5/8/2020 11:00,2020-05-08T11:00:00Z,05/08 07:00,124,659,2020-05-08T11:00:00Z,41,79,2156,72693,72693,2235,72693,3,14,d1d28ee28ba46f0ea5436f3e38a8f3a4008c44f9,0,0,0,0,0,
+20200508,PA,54238,216321,,2342,,,,517,,,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,3616,,2020-05-08T00:00:00Z,42,1323,6448,270559,270559,7771,270559,200,0,17c54891a33b911541771d4b55283317a1b046e8,0,0,0,0,0,
+20200508,PR,2156,,,161,,,,10,,,C,5/8/2020 06:00,2020-05-08T06:00:00Z,05/08 02:00,107,,2020-05-08T06:00:00Z,72,125,0,2156,2156,125,2156,5,0,065d1ee0b73a31c2e6155e92639e61e36f641a86,0,0,0,0,0,
+20200508,RI,10779,74487,,312,1187,71,,52,,730,A+,5/8/2020 12:00,2020-05-08T12:00:00Z,05/08 08:00,399,1187,2020-05-08T12:00:00Z,44,249,2699,85266,85266,2948,85266,11,34,9d5be2f1b8daae261995fc14b6c638c2208cf558,0,0,0,0,0,
+20200508,SC,7142,66300,,,1152,,,,,3816,B,5/7/2020 16:13,2020-05-07T16:13:00Z,05/07 12:13,316,1152,2020-05-07T16:13:00Z,45,206,-4246,73442,73442,-4040,73442,11,0,f7741a07423ec3c752839693f9e6d0a54605ac17,0,0,0,0,0,
+20200508,SD,3144,18149,,76,247,,,,,2069,C,5/7/2020 18:00,2020-05-07T18:00:00Z,05/07 14:00,31,247,2020-05-07T18:00:00Z,46,239,940,21293,21293,1179,21293,0,11,d1d4a45404832e34d4d8698e3c43530f920b19e2,0,0,0,0,0,
+20200508,TN,14441,229137,,,1299,,,,,7011,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,241,1299,2020-05-08T00:00:00Z,47,345,6905,243578,243578,7250,243578,4,33,30648af7c4d02c4feb55f3734f00f0c1b9f3fdb0,0,0,0,0,0,
+20200508,TX,36609,440509,,1734,,,,,,19197,B,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,1004,,2020-05-08T13:00:00Z,48,1219,20737,477118,477118,21956,477118,31,0,47115186a438fb9aa507c52b1626a7204d9c6955,0,0,0,0,0,
+20200508,UT,5919,132769,,216,488,,162,,73,2769,B,5/8/2020 15:00,2020-05-08T15:00:00Z,05/08 11:00,61,488,2020-05-08T15:00:00Z,49,195,3950,138688,138688,4145,138688,0,12,269ae2c7d5f6c33d4673e5915f88d6fa51a688d1,0,0,0,0,0,
+20200508,VA,22342,107603,549,1625,4622,378,,199,,2997,A+,5/7/2020 17:00,2020-05-07T17:00:00Z,05/07 13:00,812,4622,2020-05-07T17:00:00Z,51,772,6021,130494,129945,6793,129945,43,184,3ba4816008630cdfd2f8cbf6962e9f2c49533aac,0,0,0,0,0,
+20200508,VI,68,1024,36,,,,,,,57,C,5/7/2020 11:58,2020-05-07T11:58:00Z,05/07 07:58,4,,2020-05-07T11:58:00Z,78,2,34,1128,1092,36,1092,0,0,b47fde0c793b99c3b83a46db0f05707875d99f9c,0,0,0,0,0,
+20200508,VT,918,17222,,15,,,,,,737,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,53,,2020-05-08T00:00:00Z,50,2,532,18140,18140,534,18140,0,0,9061e4380fd3086392f3aa47c9c334310d7d5e7b,0,0,0,0,0,
+20200508,WA,17273,238978,,393,,122,,,,,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,891,,2020-05-08T00:00:00Z,53,245,5769,256251,256251,6014,256251,21,0,742a065232092d973f22e9249092471e7855621a,0,0,0,0,0,
+20200508,WI,9590,97265,204,552,1767,110,441,,,4694,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,384,1767,2020-05-08T00:00:00Z,55,375,4230,107059,106855,4605,106855,10,35,27ec80822f5772f523d405beb5aa2f971db0c9a9,0,0,0,0,0,
+20200508,WV,1310,58126,,65,,19,,11,,761,C,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,51,,2020-05-08T10:00:00Z,54,23,1892,59436,59436,1915,59436,0,0,b6d78d5f8eee9873f0189bfc2a7cbaf6e746d833,0,0,0,0,0,
+20200508,WY,635,11403,,9,60,,,,,428,C,5/7/2020 04:28,2020-05-07T04:28:00Z,05/07 00:28,7,60,2020-05-07T04:28:00Z,56,4,0,12038,12038,4,12038,0,1,34b4f21f2484cd0cfc5b4c738b00008631c65cfe,0,0,0,0,0,
+20200507,AK,374,23967,,12,,,,,,291,C,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,10,,2020-05-07T00:00:00Z,02,2,684,24341,24341,686,24341,0,0,2fc0b2f9792caf32afb3bda1ccf95a2e6be7561c,0,0,0,0,0,
+20200507,AL,8898,106275,,,1178,,448,,266,,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,349,1178,2020-05-07T00:00:00Z,01,317,5340,115173,115173,5657,115173,9,20,981f5dea064a0495576734e6552e419746c505af,0,0,0,0,0,
+20200507,AR,3611,56384,,69,462,,,14,93,2123,B,5/7/2020 09:43,2020-05-07T09:43:00Z,05/07 05:43,87,462,2020-05-07T09:43:00Z,05,43,949,59995,59995,992,59995,2,9,aa95361acd1531c0ca0aa9883502a7cd880d6e45,0,0,0,0,0,
+20200507,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,a8b42ca1f59c8e46bb7fed6d753fdf1f6447b155,0,0,0,0,0,
+20200507,AZ,9945,86489,,766,1449,288,,196,,1722,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,450,1449,2020-05-07T00:00:00Z,04,238,4459,96434,96434,4697,96434,24,19,d8940da98068b7c49803c22041df74260cc19c8f,0,0,0,0,0,
+20200507,CA,60614,782260,,4560,,1374,,,,,B,5/7/2020 14:00,2020-05-07T14:00:00Z,05/07 10:00,2504,,2020-05-07T14:00:00Z,06,1799,32039,842874,842874,33838,842874,92,0,75955ab6e97b36f8a8305949ac57a3360c9c5432,0,0,0,0,0,
+20200507,CO,17830,73517,,798,2986,,,,,2869,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,921,2986,2020-05-05T00:00:00Z,08,466,4905,91347,91347,5371,91347,18,67,765cbb87230eda2bbc07022929414a25afdcef8a,0,0,0,0,0,
+20200507,CT,31784,84390,,1385,9389,,,,,5413,B,5/6/2020 20:30,2020-05-06T20:30:00Z,05/06 16:30,2797,9389,2020-05-06T20:30:00Z,09,789,3938,116174,116174,4727,116174,79,1631,8b5fcb14a35723552eb6bf879edba1796161d9d0,0,0,0,0,0,
+20200507,DC,5654,20202,,447,,130,,91,,825,A+,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,285,,2020-05-06T00:00:00Z,11,193,679,25856,25856,872,25856,8,0,acb25a87c8f5122abf8fe72846c336f0683f71e1,0,0,0,0,0,
+20200507,DE,5939,21387,,285,,,,,,2110,B,5/6/2020 18:00,2020-05-06T18:00:00Z,05/06 14:00,202,,2020-05-06T18:00:00Z,10,161,697,27326,27326,858,27326,9,0,1e46b7dcca85ffe18762dfa5d571385ccdd49448,0,0,0,0,0,
+20200507,FL,38828,454122,1499,,6990,,,,,,C,5/7/2020 14:40,2020-05-07T14:40:00Z,05/07 10:40,1667,6990,2020-05-07T14:40:00Z,12,826,12073,494449,492950,12899,492950,62,214,db583402cdf8704eb125a547c09f1cf08da770eb,0,0,0,0,0,
+20200507,GA,31439,185864,,,5835,,1374,,,,A,5/7/2020 14:29,2020-05-07T14:29:00Z,05/07 10:29,1336,5835,2020-05-07T14:29:00Z,13,743,12423,217303,217303,13166,217303,25,70,1b5276dc36bcc19271ad13e1c70048ec8df35d05,0,0,0,0,0,
+20200507,GU,151,3564,,,,,,,,123,F,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,5,,2020-05-07T00:00:00Z,66,0,88,3715,3715,88,3715,0,0,acb275aabaecb6853fbc9bd1077fe6913f82ae6a,0,0,0,0,0,
+20200507,HI,626,34915,,,74,,,,,558,B,5/6/2020 18:00,2020-05-06T18:00:00Z,05/06 14:00,17,74,2020-05-06T18:00:00Z,15,1,341,35541,35541,342,35541,0,1,f5b96b613799d40221f8f7e14deedb30fad389b0,0,0,0,0,0,
+20200507,IA,11059,55368,,417,,151,,107,,4266,A+,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,231,,2020-05-06T12:00:00Z,19,655,2601,66427,66427,3256,66427,12,0,e77e66815eff8690274c0ca09a032767da4cc250,0,0,0,0,0,
+20200507,ID,2158,28732,,,205,,86,,,1399,B,5/6/2020 19:00,2020-05-06T19:00:00Z,05/06 15:00,66,205,2020-05-06T19:00:00Z,16,31,314,30890,30890,345,30890,1,2,339c1634cf40cc75042b973422889b9cc48a51a4,0,0,0,0,0,
+20200507,IL,70873,308170,,4862,,1253,,766,,,A,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,3111,,2020-05-07T00:00:00Z,17,2641,15142,379043,379043,17783,379043,137,0,22e45736890c13c1a5d38118d85c9eebc23e439e,0,0,0,0,0,
+20200507,IN,22503,102279,,1457,,487,,228,,,A+,5/6/2020 23:59,2020-05-06T23:59:00Z,05/06 19:59,1414,,2020-05-06T23:59:00Z,18,633,3653,124782,124782,4286,124782,37,0,ab3720295c584c7fc0ae6bb8c41d43c6fd578791,0,0,0,0,0,
+20200507,KS,6144,38678,,,587,,218,,97,323,A,5/7/2020 10:00,2020-05-07T10:00:00Z,05/07 06:00,147,587,2020-05-07T10:00:00Z,20,410,2298,44822,44822,2708,44822,3,16,6aa301cc704e1c474616e1fe8d1c1a85238e9e4f,0,0,0,0,0,
+20200507,KY,5934,72672,,351,1616,190,693,,,2125,A,5/6/2020 17:00,2020-05-06T17:00:00Z,05/06 13:00,283,1616,2020-05-06T17:00:00Z,21,112,17480,78606,78606,17592,78606,8,13,6b6b2a54ec5d9cbc85dd209c157507d8a045e3f5,0,0,0,0,0,
+20200507,LA,30652,170115,,1432,,,,189,,20316,B,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,2208,,2020-05-07T13:00:00Z,22,253,5842,200767,200767,6095,200767,93,0,a749c17ff4bee589dbc2c681ddb3e5bf1a95fa2e,0,0,0,0,0,
+20200507,MA,73721,277911,,3436,7237,852,,,,,A,5/7/2020 12:00,2020-05-07T12:00:00Z,05/07 08:00,4552,7237,2020-05-07T12:00:00Z,25,1696,10297,351632,351632,11993,351632,132,157,f65b3a2a804e4e960cdd89d830472ab14d9c8850,0,0,0,0,0,
+20200507,MD,29374,119226,,1683,5663,584,,,,2029,A,5/7/2020 10:00,2020-05-07T10:00:00Z,05/07 06:00,1503,5663,2020-05-07T10:00:00Z,24,1211,3377,148600,148600,4588,148600,66,166,00540c9b87bb2132bd89bd647060c57b2773b9d9,0,0,0,0,0,
+20200507,ME,1330,22092,,39,192,16,,11,,787,B,5/7/2020 11:45,2020-05-07T11:45:00Z,05/07 07:45,62,192,2020-05-07T11:45:00Z,23,76,0,23422,23422,76,23422,0,1,30c023452da2862286303d7d1c0c42fb596f8b7e,0,0,0,0,0,
+20200507,MI,45646,201416,,1697,,753,,612,,15659,A+,5/7/2020 11:00,2020-05-07T11:00:00Z,05/07 07:00,4343,,2020-05-07T11:00:00Z,26,592,13239,247062,247062,13831,247062,93,0,b1d81686a2cdc703f05863e08f3428c5415a7dbf,0,0,0,0,0,
+20200507,MN,9365,88056,,435,1459,182,512,,,4800,A,5/6/2020 17:00,2020-05-06T17:00:00Z,05/06 13:00,508,1459,2020-05-06T17:00:00Z,27,786,3403,97421,97421,4189,97421,23,54,d618a176ea1ad99083951fa19076e3f0475a493c,0,0,0,0,0,
+20200507,MO,9341,94281,,917,,,,141,,,B,5/7/2020 15:00,2020-05-07T15:00:00Z,05/07 11:00,418,,2020-05-07T15:00:00Z,29,239,2636,103622,103622,2875,103622,22,0,8b0b2f12415845bd0e8826d6679d134b4b35cd13,0,0,0,0,0,
+20200507,MP,15,1783,,,,,,,,12,D,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,2,,2020-05-06T00:00:00Z,69,0,0,1798,1798,0,1798,0,0,7c75c71148b41b98c7ba6d41b38f9a04dccdcb2c,0,0,0,0,0,
+20200507,MS,8686,72101,,650,1442,139,,71,,4421,A,5/6/2020 19:00,2020-05-06T19:00:00Z,05/06 15:00,396,1442,2020-05-06T19:00:00Z,28,262,0,80787,80787,262,80787,22,50,6bb0a5d120711e7d1f2eda6cf762359d598c2860,0,0,0,0,0,
+20200507,MT,456,19791,,6,62,,,,,417,C,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,16,62,2020-05-07T00:00:00Z,30,0,543,20247,20247,543,20247,0,0,87adfbc0725ea9c4543966890e144fa1fadfb4e3,0,0,0,0,0,
+20200507,NC,13397,157931,,525,,,,,,,B,5/7/2020 11:00,2020-05-07T11:00:00Z,05/07 07:00,507,,2020-05-07T11:00:00Z,37,639,6207,171328,171328,6846,171328,30,0,fa9483ddbf1f3bc76149c41db745fce7a1b8bf22,0,0,0,0,0,
+20200507,ND,1371,39496,,35,102,,,,,601,C,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,31,102,2020-05-07T13:00:00Z,38,48,2187,40867,40867,2235,40867,0,5,0d49f70408faa4c7a7dae597aae97ee9ff869447,0,0,0,0,0,
+20200507,NE,6771,30987,,,,,,,,,D,5/6/2020 17:45,2020-05-06T17:45:00Z,05/06 13:45,86,,2020-05-06T17:45:00Z,31,333,1297,37758,37758,1630,37758,4,0,010564b389eda820087c3aede3cc8ea965ab4d0a,0,0,0,0,0,
+20200507,NH,2740,26066,345,113,307,,82,,,1110,B,5/6/2020 09:00,2020-05-06T09:00:00Z,05/06 05:00,111,307,2020-05-06T09:00:00Z,33,104,969,29151,28806,1073,28806,19,12,923f35f1fa79f511f74acad0179c61589b2a9245,0,0,0,0,0,
+20200507,NJ,133635,159023,552,4996,,1470,,1107,,15642,A+,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,8801,,2020-05-07T13:00:00Z,34,1745,1993,293210,292658,3738,292658,252,0,368b2dcde0c26ffcc5e4a82a71add7ae0e768574,0,0,0,0,0,
+20200507,NM,4291,81393,,193,687,,,,,1073,C,5/6/2020 06:01,2020-05-06T06:01:00Z,05/06 02:01,169,687,2020-05-06T06:01:00Z,35,153,2280,85684,85684,2433,85684,7,0,3c96fe90155d908e771981885f462f522fc6106a,0,0,0,0,0,
+20200507,NV,5766,45591,,,,,,,,205,D,5/7/2020 12:40,2020-05-07T12:40:00Z,05/07 08:40,286,,2020-05-07T12:40:00Z,32,103,1979,51357,51357,2082,51357,10,0,bc1684473c433b6edb8e414f1c61fad2e5b55fed,0,0,0,0,0,
+20200507,NY,327649,762267,,8665,82197,2976,,2425,,55547,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,20828,82197,2020-05-07T00:00:00Z,36,3671,30324,1089916,1089916,33995,1089916,951,627,82d8df4c4012349b91fa95003b1fd84ec9924c99,0,0,0,0,0,
+20200507,OH,22131,153928,,1057,4140,418,1167,279,,,B,5/7/2020 14:00,2020-05-07T14:00:00Z,05/07 10:00,1271,4140,2020-05-07T14:00:00Z,39,555,6575,176059,176059,7130,176059,46,88,34ee94c7699acb0ee5a0a1f0fef3036aa8d45bd5,0,0,0,0,0,
+20200507,OK,4330,82557,,223,805,97,,,,2985,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,260,805,2020-05-07T00:00:00Z,40,129,3868,86887,86887,3997,86887,7,32,6ea1b42938a339250c56b8d430cf7324dd5df893,0,0,0,0,0,
+20200507,OR,2989,67469,,171,645,48,,23,,1125,A+,5/7/2020 11:00,2020-05-07T11:00:00Z,05/07 07:00,121,645,2020-05-07T11:00:00Z,41,73,2409,70458,70458,2482,70458,6,4,33d897a1b307d05e8dda7ff147af21359fb4ea23,0,0,0,0,0,
+20200507,PA,52915,209873,,2420,,,,539,,,C,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,3416,,2020-05-07T00:00:00Z,42,1070,5378,262788,262788,6448,262788,310,0,01b9de953454f700171e56f3abf92c27d38f3a89,0,0,0,0,0,
+20200507,PR,2031,,,,,,,,,,D,5/7/2020 06:00,2020-05-07T06:00:00Z,05/07 02:00,102,,2020-05-07T06:00:00Z,72,63,0,2031,2031,63,2031,3,0,3ed37e400a1380dc0c39d056af696a708101f957,0,0,0,0,0,
+20200507,RI,10530,71788,,318,1153,82,,56,,696,A+,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,388,1153,2020-05-06T12:00:00Z,44,325,2620,82318,82318,2945,82318,18,30,6bfb65c2affa18d56373d7c6e275876c1ee786dd,0,0,0,0,0,
+20200507,SC,6936,70546,,,1152,,,,,3816,B,5/6/2020 16:20,2020-05-06T16:20:00Z,05/06 12:20,305,1152,2020-05-06T16:20:00Z,45,0,0,77482,77482,0,77482,0,0,160c2aa52a11787a4847f30fb422f8e13a384b70,0,0,0,0,0,
+20200507,SD,2905,17209,,70,236,,,,,2028,C,5/6/2020 18:00,2020-05-06T18:00:00Z,05/06 14:00,31,236,2020-05-06T18:00:00Z,46,126,572,20114,20114,698,20114,2,6,69cd0ecfdd1507a474a93c6adde851b8aba27957,0,0,0,0,0,
+20200507,TN,14096,222232,,,1266,,,,,6783,B,5/7/2020 15:00,2020-05-07T15:00:00Z,05/07 11:00,237,1266,2020-05-07T15:00:00Z,47,158,9069,236328,236328,9227,236328,-2,45,25986e4af4451cc928ee84d87fde9cdb2bb34fcc,0,0,0,0,0,
+20200507,TX,35390,419772,,1750,,,,,,18440,B,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,973,,2020-05-07T13:00:00Z,48,968,15256,455162,455162,16224,455162,25,0,3cfbdda3def6760b3169afb6c2c29eb004448a42,0,0,0,0,0,
+20200507,UT,5724,128819,,194,476,,159,,73,2640,B,5/7/2020 15:00,2020-05-07T15:00:00Z,05/07 11:00,61,476,2020-05-07T15:00:00Z,49,129,3412,134543,134543,3541,134543,3,12,9917646b3ead0a9738d61787e432576b2188cd50,0,0,0,0,0,
+20200507,VA,21570,101582,519,1613,4438,371,,203,,2825,A+,5/6/2020 17:00,2020-05-06T17:00:00Z,05/06 13:00,769,4438,2020-05-06T17:00:00Z,51,1314,8130,123671,123152,9444,123152,56,325,cb50a7122cab383d9bfbbb3437f88eb840d98528,0,0,0,0,0,
+20200507,VI,66,990,37,,,,,,,54,C,5/6/2020 09:46,2020-05-06T09:46:00Z,05/06 05:46,4,,2020-05-06T09:46:00Z,78,0,0,1093,1056,0,1056,0,0,7a760e85f29a04d72317c937d01cef51df0629a9,0,0,0,0,0,
+20200507,VT,916,16690,,14,,2,,0,,718,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,53,,2020-05-07T00:00:00Z,50,2,409,17606,17606,411,17606,1,0,6b88f0bbd0417ea498bc9aa615fb3a662583c808,0,0,0,0,0,
+20200507,WA,17028,233209,,358,,144,,,,,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,870,,2020-05-07T00:00:00Z,53,243,5518,250237,250237,5761,250237,8,0,9dc4374de70ab3b1e57da691c19d2683c42472cf,0,0,0,0,0,
+20200507,WI,9215,93035,219,624,1732,108,435,,,4520,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,374,1732,2020-05-07T00:00:00Z,55,314,5209,102469,102250,5523,102250,12,38,f2415ca1abb8dcf873475a456d102bb659d90028,0,0,0,0,0,
+20200507,WV,1287,56234,,76,,22,,12,,716,C,5/7/2020 10:00,2020-05-07T10:00:00Z,05/07 06:00,51,,2020-05-07T10:00:00Z,54,39,1698,57521,57521,1737,57521,1,0,ee5ac839d69f98e5822e53f7638cdd760b8b8e8b,0,0,0,0,0,
+20200507,WY,631,11403,,11,59,,,,,416,C,5/6/2020 15:27,2020-05-06T15:27:00Z,05/06 11:27,7,59,2020-05-06T15:27:00Z,56,27,0,12034,12034,27,12034,0,-1,c96bea2c5b3ffe5b6139b497dc8d2e74febb7e05,0,0,0,0,0,
+20200506,AK,372,23283,,8,,,,,,284,C,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,10,,2020-05-06T00:00:00Z,02,1,962,23655,23655,963,23655,1,0,10a54ce023a5a3e9b351fa697c846321ac910526,0,0,0,0,0,
+20200506,AL,8581,100935,,,1158,,442,,264,,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,340,1158,2020-05-06T00:00:00Z,01,296,2454,109516,109516,2750,109516,27,51,7d81d8673fd359bd22ab3ed0a6fda771ab9ec136,0,0,0,0,0,
+20200506,AR,3568,55435,,69,453,,,14,89,2109,B,5/6/2020 14:42,2020-05-06T14:42:00Z,05/06 10:42,85,453,2020-05-06T14:42:00Z,05,72,4296,59003,59003,4368,59003,2,0,d3b24d7d09d89850c02f82e859ac4e1e8369ded5,0,0,0,0,0,
+20200506,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,0e24a40937c6747a6e871795d111fc25ff5609e3,0,0,0,0,0,
+20200506,AZ,9707,82030,,754,1430,286,,193,,1693,A+,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,426,1430,2020-05-06T00:00:00Z,04,402,3075,91737,91737,3477,91737,31,33,4a4de4343ffc66a248479d9625b8dc64abbf389e,0,0,0,0,0,
+20200506,CA,58815,750221,,4681,,1415,,,,,B,5/5/2020 14:00,2020-05-05T14:00:00Z,05/05 10:00,2412,,2020-05-05T14:00:00Z,06,2603,26531,809036,809036,29134,809036,95,0,5c10f961981e9d4ca28d996d867fdf778fb8ef63,0,0,0,0,0,
+20200506,CO,17364,68612,,792,2919,,,,,2801,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,903,2919,2020-05-04T00:00:00Z,08,457,515,85976,85976,972,85976,52,81,2c1878a9241f8ced9e54f53898e75315aa737f23,0,0,0,0,0,
+20200506,CT,30995,80452,,1445,7758,,,,,4346,B,5/5/2020 20:30,2020-05-05T20:30:00Z,05/05 16:30,2718,7758,2020-05-05T20:30:00Z,09,374,2430,111447,111447,2804,111447,85,0,142dae5cbc7b39f0bbbedcf75d91ef5cb46451b1,0,0,0,0,0,
+20200506,DC,5461,19523,,447,,130,,91,,808,A+,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,277,,2020-05-05T00:00:00Z,11,139,516,24984,24984,655,24984,13,0,e58859e72169fe7602e583a13c444c54bb213e05,0,0,0,0,0,
+20200506,DE,5778,20690,,299,,,,,,2008,B,5/5/2020 18:00,2020-05-05T18:00:00Z,05/05 14:00,193,,2020-05-05T18:00:00Z,10,407,1381,26468,26468,1788,26468,6,0,2be0c20811a91e403140b795b42d300c810bc71b,0,0,0,0,0,
+20200506,FL,38002,442049,1351,,6776,,,,,,C,5/6/2020 09:45,2020-05-06T09:45:00Z,05/06 05:45,1605,6776,2020-05-06T09:45:00Z,12,563,13797,481402,480051,14360,480051,69,230,8b598e06c06b70211b2ab31075022c82162e81d5,0,0,0,0,0,
+20200506,GA,30696,173441,,,5765,,1343,,,,A,5/6/2020 15:25,2020-05-06T15:25:00Z,05/06 11:25,1311,5765,2020-05-06T15:25:00Z,13,985,2269,204137,204137,3254,204137,23,131,1d0518637cc4b6d25c3fb25a3d23326a6335815e,0,0,0,0,0,
+20200506,GU,151,3476,,,,,,,,123,F,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,5,,2020-05-06T00:00:00Z,66,2,135,3627,3627,137,3627,0,0,9bbc64e58a52b04e2c44ad022e70c00ba0a5badf,0,0,0,0,0,
+20200506,HI,625,34574,,,73,,,,,551,B,5/5/2020 18:00,2020-05-05T18:00:00Z,05/05 14:00,17,73,2020-05-05T18:00:00Z,15,4,1196,35199,35199,1200,35199,0,0,bb5d9567d75d5bb71358311263afebb868360630,0,0,0,0,0,
+20200506,IA,10404,52767,,414,,151,,103,,3803,B,5/5/2020 12:00,2020-05-05T12:00:00Z,05/05 08:00,219,,2020-05-05T12:00:00Z,19,293,2309,63171,63171,2602,63171,12,0,e2b5536b5e55cecc0c073a611f92a28ae79939e3,0,0,0,0,0,
+20200506,ID,2127,28418,,,203,,84,,,1379,C,5/4/2020 19:00,2020-05-04T19:00:00Z,05/04 15:00,65,203,2020-05-04T19:00:00Z,16,21,216,30545,30545,237,30545,1,2,a37e82dc6adf66b7ca0f6913a8177b277f6cb7d8,0,0,0,0,0,
+20200506,IL,68232,293028,,4832,,1231,,780,,,A,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,2974,,2020-05-06T00:00:00Z,17,2270,12704,361260,361260,14974,361260,136,0,a5352681a8565f744b74585854eae1dc9756f02d,0,0,0,0,0,
+20200506,IN,21870,98626,,1558,,526,,281,,,A+,5/5/2020 23:59,2020-05-05T23:59:00Z,05/05 19:59,1377,,2020-05-05T23:59:00Z,18,837,3825,120496,120496,4662,120496,51,0,fef1b911ad6b2ebc45e0e2229ea63536e586bed5,0,0,0,0,0,
+20200506,KS,5734,36380,,,571,,213,,96,318,A,5/6/2020 10:00,2020-05-06T10:00:00Z,05/06 06:00,144,571,2020-05-06T10:00:00Z,20,276,1746,42114,42114,2022,42114,7,5,85f7ed9f61dc937d9635450ed8993f2f1c6a0446,0,0,0,0,0,
+20200506,KY,5822,55192,,347,1603,189,685,,,2058,A,5/5/2020 17:00,2020-05-05T17:00:00Z,05/05 13:00,275,1603,2020-05-05T17:00:00Z,21,577,390,61014,61014,967,61014,14,74,da98d6a53bf19039b9cbb700ba05043b887eb61d,0,0,0,0,0,
+20200506,LA,30399,164273,,1465,,,,187,,20316,B,5/6/2020 16:30,2020-05-06T16:30:00Z,05/06 12:30,2115,,2020-05-06T16:30:00Z,22,403,6038,194672,194672,6441,194672,0,0,9e3032858f8ab49b09d10f712da077fe3a947ff2,0,0,0,0,0,
+20200506,MA,72025,267614,,3564,7080,922,,,,,A,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,4420,7080,2020-05-06T12:00:00Z,25,1754,4536,339639,339639,6290,339639,208,249,e8733c0aefea849a78c6521529fcfdfa454db2c9,0,0,0,0,0,
+20200506,MD,28163,115849,,1707,5497,584,,,,1903,A,5/6/2020 10:00,2020-05-06T10:00:00Z,05/06 06:00,1437,5497,2020-05-06T10:00:00Z,24,1046,2863,144012,144012,3909,144012,47,160,41a3231ebcf88c7ba3fc9cca3bd859f075470f84,0,0,0,0,0,
+20200506,ME,1254,22092,,37,191,18,,12,,766,B,5/6/2020 12:30,2020-05-06T12:30:00Z,05/06 08:30,62,191,2020-05-06T12:30:00Z,23,28,2546,23346,23346,2574,23346,1,4,61f04fbefaf40220206b78c3d5ddf387be58bf0c,0,0,0,0,0,
+20200506,MI,45054,188177,,1818,,794,,617,,15659,A+,5/6/2020 11:00,2020-05-06T11:00:00Z,05/06 07:00,4250,,2020-05-06T11:00:00Z,26,657,9738,233231,233231,10395,233231,71,0,f43ab38024acc698f404dcd0a2c288ba0bf1cdae,0,0,0,0,0,
+20200506,MN,8579,84653,,443,1405,180,488,,,4520,A,5/5/2020 17:00,2020-05-05T17:00:00Z,05/05 13:00,485,1405,2020-05-05T17:00:00Z,27,728,4495,93232,93232,5223,93232,30,55,5f71cd6a4e9083647b94ad468e44f60bf01a5fbd,0,0,0,0,0,
+20200506,MO,9102,91645,,953,,,,134,,,B,5/6/2020 15:00,2020-05-06T15:00:00Z,05/06 11:00,396,,2020-05-06T15:00:00Z,29,186,5495,100747,100747,5681,100747,19,0,681bd3a1e5dc8bae7fcd58146c2a15bdda52820d,0,0,0,0,0,
+20200506,MP,15,1783,,,,,,,,12,D,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,2,,2020-05-06T00:00:00Z,69,1,0,1798,1798,1,1798,0,0,d585aba45c7e7a9d2e3cd386aa4fa3cacc0dc68d,0,0,0,0,0,
+20200506,MS,8424,72101,,618,1392,144,,79,,4421,B,5/5/2020 19:00,2020-05-05T19:00:00Z,05/05 15:00,374,1392,2020-05-05T19:00:00Z,28,217,0,80525,80525,217,80525,32,40,da4027e7ae9447e88c99ecb7ba845f0dbe4799f1,0,0,0,0,0,
+20200506,MT,456,19248,,6,62,,,,,417,C,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,16,62,2020-05-06T00:00:00Z,30,0,4432,19704,19704,4432,19704,0,0,ac3bf94aa972243613f0e051aaf107e3a7c3f03a,0,0,0,0,0,
+20200506,NC,12758,151724,,516,,,,,,,B,5/6/2020 10:45,2020-05-06T10:45:00Z,05/06 06:45,477,,2020-05-06T10:45:00Z,37,502,12180,164482,164482,12682,164482,25,0,e9b71fd9f8968b6d056fa413f9500169306ed5cd,0,0,0,0,0,
+20200506,ND,1323,37309,,32,97,,,,,582,C,5/6/2020 13:00,2020-05-06T13:00:00Z,05/06 09:00,31,97,2020-05-06T13:00:00Z,38,57,2154,38632,38632,2211,38632,6,2,5378839386afe6693c2a21e385916ac18ce10724,0,0,0,0,0,
+20200506,NE,6438,29690,,,,,,,,,D,5/5/2020 17:45,2020-05-05T17:45:00Z,05/05 13:45,82,,2020-05-05T17:45:00Z,31,355,1164,36128,36128,1519,36128,4,0,733c4e2a0c5c08aa4a425ead20a51ffb8f22cadf,0,0,0,0,0,
+20200506,NH,2636,25097,79,115,295,,82,,,1105,B,5/5/2020 09:00,2020-05-05T09:00:00Z,05/05 05:00,92,295,2020-05-05T09:00:00Z,33,48,815,27812,27733,863,27733,6,9,a4074df903f7634e9c7580d64c354d880291fcce,0,0,0,0,0,
+20200506,NJ,131890,157030,594,5221,,1549,,1146,,15642,A+,5/6/2020 13:00,2020-05-06T13:00:00Z,05/06 09:00,8549,,2020-05-06T13:00:00Z,34,1297,0,289514,288920,1297,288920,305,0,3498d755e542aa2218bd0890a8aeba9ea7d176fd,0,0,0,0,0,
+20200506,NM,4138,79113,,178,687,,,,,964,C,5/5/2020 17:30,2020-05-05T17:30:00Z,05/05 13:30,162,687,2020-05-05T17:30:00Z,35,107,1424,83251,83251,1531,83251,6,20,59a3dda10977a485c86ff6e02d29f9d7ef3c1c3d,0,0,0,0,0,
+20200506,NV,5663,43612,,,,,,,,203,D,5/6/2020 12:40,2020-05-06T12:40:00Z,05/06 08:40,276,,2020-05-06T12:40:00Z,32,69,1322,49275,49275,1391,49275,8,0,68a615bf1950e2c914028a62c6a370f21361bf79,0,0,0,0,0,
+20200506,NY,323978,731943,,9179,81570,,,,,54597,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,19877,81570,2020-05-06T00:00:00Z,36,2786,24236,1055921,1055921,27022,1055921,232,652,3f1ac961b85814afe745ada053066e86208c7c3b,0,0,0,0,0,
+20200506,OH,21576,147353,,1045,4052,407,1151,275,,,B,5/6/2020 14:00,2020-05-06T14:00:00Z,05/06 10:00,1225,4052,2020-05-06T14:00:00Z,39,607,7587,168929,168929,8194,168929,90,96,4a6858518ebc42d0426db5d7448fcaf0fb868bce,0,0,0,0,0,
+20200506,OK,4201,78689,,230,773,102,,,,2909,A,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,253,773,2020-05-06T00:00:00Z,40,74,3399,82890,82890,3473,82890,6,0,00f14bc0e1eeb7844ccf8400d3e4bf071ed95665,0,0,0,0,0,
+20200506,OR,2916,65060,,191,641,47,,20,,1125,A+,5/6/2020 11:00,2020-05-06T11:00:00Z,05/06 07:00,115,641,2020-05-06T11:00:00Z,41,77,2475,67976,67976,2552,67976,2,19,a33c0bd9e888affa92df782fdd7b9cd01ea7faf6,0,0,0,0,0,
+20200506,PA,51845,204495,,2545,,,,560,,,C,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,3106,,2020-05-06T00:00:00Z,42,888,4570,256340,256340,5458,256340,94,0,73c6ec176afe76fc662d778eed0b374f3e48116e,0,0,0,0,0,
+20200506,PR,1968,,,,,,,,,,D,5/6/2020 06:00,2020-05-06T06:00:00Z,05/06 02:00,99,,2020-05-06T06:00:00Z,72,44,-9313,1968,1968,-9269,1968,0,0,d7065ca20616aa56e4209243aea922c7a8fbdc48,0,0,0,0,0,
+20200506,RI,10205,69168,,324,1123,86,,60,,665,A+,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,370,1123,2020-05-06T12:00:00Z,44,272,2666,79373,79373,2938,79373,15,31,781d7888ef97787619be4bde51bb24374054dc58,0,0,0,0,0,
+20200506,SC,6936,70546,,,1152,,,,,3816,B,5/6/2020 16:20,2020-05-06T16:20:00Z,05/06 12:20,305,1152,2020-05-06T16:20:00Z,45,179,9532,77482,77482,9711,77482,22,42,6695476e473c8574ac5230bf344313d7e4dc681c,0,0,0,0,0,
+20200506,SD,2779,16637,,72,230,,,,,1977,C,5/5/2020 18:00,2020-05-05T18:00:00Z,05/05 14:00,29,230,2020-05-05T18:00:00Z,46,58,336,19416,19416,394,19416,5,10,09b88790d6fe58e90f867419b4850744f77d4432,0,0,0,0,0,
+20200506,TN,13938,213163,,,1221,,,,,6564,B,5/6/2020 15:00,2020-05-06T15:00:00Z,05/06 11:00,239,1221,2020-05-06T15:00:00Z,47,248,7991,227101,227101,8239,227101,13,65,527303870c2f5606a031b59f82be566c4a426641,0,0,0,0,0,
+20200506,TX,34422,404516,,1812,,,,,,17622,B,5/6/2020 13:20,2020-05-06T13:20:00Z,05/06 09:20,948,,2020-05-06T13:20:00Z,48,1053,10675,438938,438938,11728,438938,42,0,286ed748b11d752ea5eb42a2719cdf18ed6f1bb5,0,0,0,0,0,
+20200506,UT,5595,125407,,,464,,,,,2509,C,5/6/2020 15:00,2020-05-06T15:00:00Z,05/06 11:00,58,464,2020-05-06T15:00:00Z,49,146,4141,131002,131002,4287,131002,2,8,6c8f914d057b574e312d903d33b9ee0528021985,0,0,0,0,0,
+20200506,VA,20256,93452,469,1496,4113,361,,189,,2617,A+,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,713,4113,2020-05-04T17:00:00Z,51,0,0,114177,113708,0,113708,0,0,abbac6d4158111652c474c30e81491830b8bcd43,0,0,0,0,0,
+20200506,VI,66,990,37,,,,,,,54,C,5/5/2020 20:30,2020-05-05T20:30:00Z,05/05 16:30,4,,2020-05-05T20:30:00Z,78,0,17,1093,1056,17,1056,0,0,29c0a74a53571a006cb853dbd013ce6bf0add0ad,0,0,0,0,0,
+20200506,VT,914,16281,,26,,2,,0,,706,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,52,,2020-05-06T00:00:00Z,50,5,216,17195,17195,221,17195,0,0,a05c8c4aa3f153a610e0bc3d532046518d54fe0d,0,0,0,0,0,
+20200506,WA,16785,227691,,390,,127,,,,,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,862,,2020-05-06T00:00:00Z,53,275,6662,244476,244476,6937,244476,21,0,b5c58862b1489cc446a1c7686928dd9571812b01,0,0,0,0,0,
+20200506,WI,8901,87826,212,511,1694,107,423,,,4348,A+,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,362,1694,2020-05-06T00:00:00Z,55,335,3859,96939,96727,4194,96727,9,31,6eba8e932ca8f077281939a934c2e3b5b6892535,0,0,0,0,0,
+20200506,WV,1248,54536,,76,,22,,12,,716,C,5/6/2020 10:00,2020-05-06T10:00:00Z,05/06 06:00,50,,2020-05-06T10:00:00Z,54,10,951,55784,55784,961,55784,0,0,898e46cecfd5c40eae1d5990f271d0de87cc2443,0,0,0,0,0,
+20200506,WY,604,11403,,11,60,,,,,409,C,5/5/2020 15:30,2020-05-05T15:30:00Z,05/05 11:30,7,60,2020-05-05T15:30:00Z,56,8,1084,12007,12007,1092,12007,0,0,64702368ac7a4c153c08b4b2c4e084498e91aab8,0,0,0,0,0,
+20200505,AK,371,22321,,13,,,,,,277,C,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,9,,2020-05-05T00:00:00Z,02,1,968,22692,22692,969,22692,0,0,ef5e845958c405ce971733eb6ea320fddf9e9882,0,0,0,0,0,
+20200505,AL,8285,98481,,,1107,,428,,255,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,313,1107,2020-05-05T00:00:00Z,01,260,3389,106766,106766,3649,106766,17,43,21862843e70cc0d3884c769a8f1a5850713ffd2f,0,0,0,0,0,
+20200505,AR,3496,51139,,89,453,,,16,89,2041,B,5/5/2020 16:10,2020-05-05T16:10:00Z,05/05 12:10,83,453,2020-05-05T16:10:00Z,05,38,155,54635,54635,193,54635,2,15,a4315b03c856832c9b88e941690b96d1ee157fc5,0,0,0,0,0,
+20200505,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,94fe8b916aec596afad21b8ca8ddbd0cc55fa852,0,0,0,0,0,
+20200505,AZ,9305,78955,,728,1397,303,,185,,1671,A+,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,395,1397,2020-05-05T00:00:00Z,04,386,2621,88260,88260,3007,88260,33,40,93c9c2a6b61a9fa85a9c01fec848d519808cf801,0,0,0,0,0,
+20200505,CA,56212,723690,,4622,,1388,,,,,B,5/5/2020 14:00,2020-05-05T14:00:00Z,05/05 10:00,2317,,2020-05-05T14:00:00Z,06,1275,30753,779902,779902,32028,779902,63,0,995be9060a11ba162440d6f850de2f928af8940c,0,0,0,0,0,
+20200505,CO,16907,68097,,834,2838,,,,,2743,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,851,2838,2020-05-03T00:00:00Z,08,272,1642,85004,85004,1914,85004,9,39,08f26c1e136b2cf050e4327112f2810601dbd4c7,0,0,0,0,0,
+20200505,CT,30621,78022,,1500,7758,,,,,4346,B,5/4/2020 16:00,2020-05-04T16:00:00Z,05/04 12:00,2633,7758,2020-05-04T16:00:00Z,09,1334,4816,108643,108643,6150,108643,138,0,23d0359e910d8c5c59a822cf13dd130ba18eb0d8,0,0,0,0,0,
+20200505,DC,5322,19007,,447,,130,,91,,667,A+,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,264,,2020-05-04T00:00:00Z,11,152,382,24329,24329,534,24329,6,0,797d9b2e863a97f70a59608f3fba96ad79288208,0,0,0,0,0,
+20200505,DE,5371,19309,,284,,,,,,1847,B,5/4/2020 18:00,2020-05-04T18:00:00Z,05/04 14:00,187,,2020-05-04T18:00:00Z,10,83,487,24680,24680,570,24680,5,0,1e66099ac97b0922a33238489606d29ea334a856,0,0,0,0,0,
+20200505,FL,37439,428252,1265,,6546,,,,,,C,5/5/2020 10:31,2020-05-05T10:31:00Z,05/05 06:31,1536,6546,2020-05-05T10:31:00Z,12,542,20879,466956,465691,21421,465691,113,217,c0cfea320057bb429a825a360030d8f36e337539,0,0,0,0,0,
+20200505,GA,29711,171172,,,5634,,1318,,,,A,5/5/2020 16:25,2020-05-05T16:25:00Z,05/05 12:25,1288,5634,2020-05-05T16:25:00Z,13,343,17215,200883,200883,17558,200883,66,108,8f8326622579e9b41f8ed6918cf36349f729267c,0,0,0,0,0,
+20200505,GU,149,3341,,,,,,,,124,F,5/5/2020 09:00,2020-05-05T09:00:00Z,05/05 05:00,5,,2020-05-05T09:00:00Z,66,0,99,3490,3490,99,3490,0,0,90b22cb35b654e61e676a6ca147269776eda3ed0,0,0,0,0,0,
+20200505,HI,621,33378,,,73,,,,,548,B,5/4/2020 18:00,2020-05-04T18:00:00Z,05/04 14:00,17,73,2020-05-04T18:00:00Z,15,1,132,33999,33999,133,33999,0,0,3038d243734df725688976cafd404937cb378238,0,0,0,0,0,
+20200505,IA,10111,50458,,407,,152,,94,,3572,B,5/4/2020 12:00,2020-05-04T12:00:00Z,05/04 08:00,207,,2020-05-04T12:00:00Z,19,408,3000,60569,60569,3408,60569,19,0,c0abeff050774adf818fe0b047037e135d51013d,0,0,0,0,0,
+20200505,ID,2106,28202,,,201,,83,,,1358,C,5/3/2020 19:00,2020-05-03T19:00:00Z,05/03 15:00,64,201,2020-05-03T19:00:00Z,16,45,456,30308,30308,501,30308,0,1,14907035d285821a912ec0eb48a17a5b880ca8a7,0,0,0,0,0,
+20200505,IL,65962,280324,,4780,,1266,,780,,,A,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,2838,,2020-05-05T00:00:00Z,17,2122,11017,346286,346286,13139,346286,176,0,5952f1338f384dd76291e66d62cc1f4a6e357eca,0,0,0,0,0,
+20200505,IN,21033,94801,,1537,,480,,272,,,A+,5/4/2020 23:59,2020-05-04T23:59:00Z,05/04 19:59,1326,,2020-05-04T23:59:00Z,18,526,2011,115834,115834,2537,115834,62,0,98a3c6c4e779dc36ae9ea97c12f1656a9fe9fd6e,0,0,0,0,0,
+20200505,KS,5458,34634,,,566,,212,,95,296,A,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,137,566,2020-05-05T10:00:00Z,20,213,1276,40092,40092,1489,40092,1,13,1d76e6bce4a93bc8673828cc1a2a50103aa80144,0,0,0,0,0,
+20200505,KY,5245,54802,,333,1529,174,659,,,1892,A,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,261,1529,2020-05-04T17:00:00Z,21,115,1523,60047,60047,1638,60047,8,10,8c012fe19bdbc6f616cabec0fc04112a3b4586c1,0,0,0,0,0,
+20200505,LA,29996,158235,,1512,,,,194,,20316,B,5/5/2020 13:00,2020-05-05T13:00:00Z,05/05 09:00,2115,,2020-05-05T13:00:00Z,22,323,6977,188231,188231,7300,188231,51,0,cf3507cb1c71712155977f8a73b94900da6343ec,0,0,0,0,0,
+20200505,MA,70271,263078,,3542,6831,914,,,,,A,5/5/2020 12:00,2020-05-05T12:00:00Z,05/05 08:00,4212,6831,2020-05-05T12:00:00Z,25,1184,7897,333349,333349,9081,333349,122,209,548407b892f46f912fe8b949c3d84d7a012ff82d,0,0,0,0,0,
+20200505,MD,27117,112986,,1693,5337,573,,,,1810,A,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,1390,5337,2020-05-05T10:00:00Z,24,709,2399,140103,140103,3108,140103,73,138,4442be67ce382fbb9d55865c6bcab356ab12acbc,0,0,0,0,0,
+20200505,ME,1226,19546,,36,187,18,,12,,741,B,5/4/2020 11:59,2020-05-04T11:59:00Z,05/04 07:59,61,187,2020-05-04T11:59:00Z,23,21,0,20772,20772,21,20772,4,1,8d81a41510e713844207085a37d5aa979128ef91,0,0,0,0,0,
+20200505,MI,44397,178439,,1948,,839,,670,,15659,A+,5/5/2020 11:00,2020-05-05T11:00:00Z,05/05 07:00,4179,,2020-05-05T11:00:00Z,26,447,0,222836,222836,447,222836,130,0,0c635a3661b395b1f63695665fc18c92a4d534dc,0,0,0,0,0,
+20200505,MN,7851,80158,,434,1350,182,475,,,4159,A,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,455,1350,2020-05-04T17:00:00Z,27,617,1451,88009,88009,2068,88009,27,79,faec027cd4d2f24f9f682834bc1a1d50e5fe5374,0,0,0,0,0,
+20200505,MO,8916,86150,,893,,,,139,,,A,5/5/2020 15:00,2020-05-05T15:00:00Z,05/05 11:00,377,,2020-05-05T15:00:00Z,29,162,3453,95066,95066,3615,95066,19,0,ccd009cd7f4a1dc47b23551779d2e9aed0e53b57,0,0,0,0,0,
+20200505,MP,14,1783,,,,,,,,12,D,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,2,,2020-05-05T00:00:00Z,69,0,462,1797,1797,462,1797,0,0,7c0e11d0b9c9a229e8af5fcd5fee86bbaae54866,0,0,0,0,0,
+20200505,MS,8207,72101,,645,1352,162,,77,,4421,B,5/4/2020 19:00,2020-05-04T19:00:00Z,05/04 15:00,342,1352,2020-05-04T19:00:00Z,28,330,301,80308,80308,631,80308,32,36,12ea36bb3b1576e0e5ae844a3981dfdd061f5ee0,0,0,0,0,0,
+20200505,MT,456,14816,,6,62,,,,,410,C,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,16,62,2020-05-05T00:00:00Z,30,-1,185,15272,15272,184,15272,0,0,78befdb5f6964c6c1728dd42dc46151a9c5ef8aa,0,0,0,0,0,
+20200505,NC,12256,139544,,534,,,,,,,B,5/5/2020 11:00,2020-05-05T11:00:00Z,05/05 07:00,452,,2020-05-05T11:00:00Z,37,408,4953,151800,151800,5361,151800,22,0,73366e0113c1289ed66088f8c7abf484c2bd5e3a,0,0,0,0,0,
+20200505,ND,1266,35155,,31,95,,,,,559,C,5/5/2020 13:00,2020-05-05T13:00:00Z,05/05 09:00,25,95,2020-05-05T13:00:00Z,38,41,1626,36421,36421,1667,36421,0,1,b2328b7eafdc16efafc1830f17fadbb34ff3dbbb,0,0,0,0,0,
+20200505,NE,6083,28526,,,,,,,,,D,5/3/2020 20:45,2020-05-03T20:45:00Z,05/03 16:45,78,,2020-05-03T20:45:00Z,31,173,682,34609,34609,855,34609,0,0,01f7b053b35c8806d1e6901556d9c2653f6b3867,0,0,0,0,0,
+20200505,NH,2588,24282,79,111,286,,82,,,1019,C,5/4/2020 09:00,2020-05-04T09:00:00Z,05/04 05:00,86,286,2020-05-04T09:00:00Z,33,0,0,26949,26870,0,26870,0,0,34380db26dc365739fc1245a98f0bcbc14791c39,0,0,0,0,0,
+20200505,NJ,130593,157030,550,5328,,1534,,1169,,15642,A+,5/5/2020 13:00,2020-05-05T13:00:00Z,05/05 09:00,8244,,2020-05-05T13:00:00Z,34,2324,8079,288173,287623,10403,287623,334,0,d3d71799c08e9620fcbcd16a30c363ad21845aab,0,0,0,0,0,
+20200505,NM,4031,77689,,181,667,,,,,842,C,5/4/2020 17:53,2020-05-04T17:53:00Z,05/04 13:53,156,667,2020-05-04T17:53:00Z,35,181,3562,81720,81720,3743,81720,5,80,50712c053b402c9d027a0b4ab45fa1a27f81637c,0,0,0,0,0,
+20200505,NV,5594,42290,,,,,,,,200,D,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,268,,2020-05-05T10:00:00Z,32,103,1615,47884,47884,1718,47884,6,0,0c9f2f77491a8e104f1cdee29d1f2bd38368f44f,0,0,0,0,0,
+20200505,NY,321192,707707,,9603,80918,,,,,58950,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,19645,80918,2020-05-05T00:00:00Z,36,2239,19350,1028899,1028899,21589,1028899,230,542,76cf636d40c463711df67d5b141fecd396de083f,0,0,0,0,0,
+20200505,OH,20969,139766,,1069,3956,402,1123,281,,,B,5/5/2020 14:00,2020-05-05T14:00:00Z,05/05 10:00,1135,3956,2020-05-05T14:00:00Z,39,495,5085,160735,160735,5580,160735,79,147,8d1218d0644c0844fd1b4a4dd73d7d24e8869746,0,0,0,0,0,
+20200505,OK,4127,75290,,236,773,113,,,,2830,A,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,247,773,2020-05-05T00:00:00Z,40,83,15486,79417,79417,15569,79417,9,20,9f48201b27e38b1ba9961020281c76626b9c7c98,0,0,0,0,0,
+20200505,OR,2839,62585,,219,622,49,,25,,860,A+,5/5/2020 11:00,2020-05-05T11:00:00Z,05/05 07:00,113,622,2020-05-05T11:00:00Z,41,80,1887,65424,65424,1967,65424,4,14,92386905fc0769bd2ef78f0130da02b943d2f143,0,0,0,0,0,
+20200505,PA,50957,199925,,2580,,,,550,,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,3012,,2020-05-05T00:00:00Z,42,865,4427,250882,250882,5292,250882,554,0,ea7deaa48b958983c5c74ce8bcc996ec13597bae,0,0,0,0,0,
+20200505,PR,1924,9313,,,,,,,,,D,5/5/2020 06:00,2020-05-05T06:00:00Z,05/05 02:00,99,,2020-05-05T06:00:00Z,72,81,0,11237,11237,81,11237,2,0,58c1fb116b16e5e5dbfbb110b55a1c74d266c80a,0,0,0,0,0,
+20200505,RI,9933,66502,,327,1092,89,,62,,639,A+,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,355,1092,2020-05-05T00:00:00Z,44,281,2018,76435,76435,2299,76435,14,31,2c64f5d2b416a8e4c81b6dacea9655c9fde5376e,0,0,0,0,0,
+20200505,SC,6757,61014,,,1110,,,,,3622,B,5/4/2020 16:35,2020-05-04T16:35:00Z,05/04 12:35,283,1110,2020-05-04T16:35:00Z,45,131,3452,67771,67771,3583,67771,8,0,f94b285e35c9848a0a51fa4798371db79175bb32,0,0,0,0,0,
+20200505,SD,2721,16301,,75,220,,,,,1895,C,5/4/2020 18:00,2020-05-04T18:00:00Z,05/04 14:00,24,220,2020-05-04T18:00:00Z,46,53,256,19022,19022,309,19022,3,9,4d98bbce3d0082cb3df28719214d57187505c9f0,0,0,0,0,0,
+20200505,TN,13690,205172,,,1156,,,,,6356,B,5/5/2020 15:00,2020-05-05T15:00:00Z,05/05 11:00,226,1156,2020-05-05T15:00:00Z,47,119,7300,218862,218862,7419,218862,7,13,1cd5e0ee3e22fcdac22d3d50c763468356335603,0,0,0,0,0,
+20200505,TX,33369,393841,,1888,,,,,,16791,B,5/5/2020 13:15,2020-05-05T13:15:00Z,05/05 09:15,906,,2020-05-05T13:15:00Z,48,1037,18775,427210,427210,19812,427210,22,0,c6310fd5c1cc6614710e198e9de43e03635bd694,0,0,0,0,0,
+20200505,UT,5449,121266,,,456,,,,,2387,C,5/5/2020 15:00,2020-05-05T15:00:00Z,05/05 11:00,56,456,2020-05-05T15:00:00Z,49,132,1922,126715,126715,2054,126715,6,15,c78f87f5ea0a46374839396746748840bc96f91e,0,0,0,0,0,
+20200505,VA,20256,93452,469,1496,4113,361,,189,,2617,A+,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,713,4113,2020-05-04T17:00:00Z,51,764,651,114177,113708,1415,113708,29,103,52b950b0593750d6b81b4205b980265a333858d4,0,0,0,0,0,
+20200505,VI,66,973,34,,,,,,,51,C,5/4/2020 20:30,2020-05-04T20:30:00Z,05/04 16:30,4,,2020-05-04T20:30:00Z,78,0,8,1073,1039,8,1039,0,0,60319b59a477c089645a5d06d27753b351b49e25,0,0,0,0,0,
+20200505,VT,909,16065,,33,,2,,0,,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,52,,2020-05-05T00:00:00Z,50,3,176,16974,16974,179,16974,0,0,b15a7f3a1b8538564d003130727c92ae46638057,0,0,0,0,0,
+20200505,WA,16510,221029,,292,,102,,,,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,841,,2020-05-05T00:00:00Z,53,248,5938,237539,237539,6186,237539,7,0,f8419c84b4bea238306c2c3e560152b86abb5e3e,0,0,0,0,0,
+20200505,WI,8566,83967,236,543,1663,92,414,,,4131,A,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,353,1663,2020-05-05T00:00:00Z,55,330,3500,92769,92533,3830,92533,13,42,32e8fd9348a95736b8ddfa4f849d05ac9f8b2377,0,0,0,0,0,
+20200505,WV,1238,53585,,64,,23,,12,,630,C,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,50,,2020-05-05T10:00:00Z,54,32,1552,54823,54823,1584,54823,0,0,a53c48007e9a220e692f0cdb01765029b5e60126,0,0,0,0,0,
+20200505,WY,596,10319,,13,60,,,,,405,C,5/4/2020 17:02,2020-05-04T17:02:00Z,05/04 13:02,7,60,2020-05-04T17:02:00Z,56,10,451,10915,10915,461,10915,0,0,b51a4890082ea17eaa7af98ceb57ea9aa9a5a25d,0,0,0,0,0,
+20200504,AK,370,21353,,12,,,,,,263,C,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,9,,2020-05-04T00:00:00Z,02,2,143,21723,21723,145,21723,0,0,62c747fc7bcc4c852a9fb1dfb607dbb427e700e9,0,0,0,0,0,
+20200504,AL,8025,95092,,,1064,,411,,247,,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,296,1064,2020-05-04T00:00:00Z,01,300,10317,103117,103117,10617,103117,6,29,0da05eec729db56d0fd1d579ea5cff22330642a6,0,0,0,0,0,
+20200504,AR,3458,50984,,91,438,,,16,88,2016,B,5/3/2020 15:40,2020-05-03T15:40:00Z,05/03 11:40,81,438,2020-05-03T15:40:00Z,05,27,1525,54442,54442,1552,54442,5,11,ffaa8f7893cffae57ff615aa5cb72d70e2e48612,0,0,0,0,0,
+20200504,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,26,83,83,26,83,0,0,90a95bc580972d62e3d1c1efb242aaef734f0f89,0,0,0,0,0,
+20200504,AZ,8919,76334,,703,1357,288,,200,,1632,A+,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,362,1357,2020-05-04T00:00:00Z,04,279,3855,85253,85253,4134,85253,0,9,c8dad1578a3923fd18b609bf4f4345fa72188e4e,0,0,0,0,0,
+20200504,CA,54937,692937,,4616,,1464,,,,,B,5/4/2020 14:00,2020-05-04T14:00:00Z,05/04 10:00,2254,,2020-05-04T14:00:00Z,06,1321,30802,747874,747874,32123,747874,39,0,113587d96df88e0f86eeba4979c114226a543b5c,0,0,0,0,0,
+20200504,CO,16635,66455,,883,2799,,,,,2650,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,842,2799,2020-05-02T00:00:00Z,08,410,2774,83090,83090,3184,83090,10,6,047ee462b5d707198b6c29d16ba0677762a9fcea,0,0,0,0,0,
+20200504,CT,29287,73206,,1488,7758,,,,,4346,B,5/3/2020 16:00,2020-05-03T16:00:00Z,05/03 12:00,2495,7758,2020-05-03T16:00:00Z,09,0,0,102493,102493,0,102493,59,0,4bdbbb1e93317d04d9da10e981b031690e8f904a,0,0,0,0,0,
+20200504,DC,5170,18625,,447,,130,,91,,666,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,258,,2020-05-03T00:00:00Z,11,154,539,23795,23795,693,23795,7,0,cc7558b5cdebc4f29d303ea750ad8c5a3a347cc9,0,0,0,0,0,
+20200504,DE,5288,18822,,281,,,,,,1716,B,5/3/2020 18:00,2020-05-03T18:00:00Z,05/03 14:00,182,,2020-05-03T18:00:00Z,10,80,293,24110,24110,373,24110,5,0,daefdb68cbb87f81c4673764569e55149b7c2fe9,0,0,0,0,0,
+20200504,FL,36897,407373,1181,,6329,,,,,,C,5/4/2020 09:12,2020-05-04T09:12:00Z,05/04 05:12,1423,6329,2020-05-04T09:12:00Z,12,819,15262,445451,444270,16081,444270,20,85,b411fa56d1b08fce1165438f3bce163e6609c5fc,0,0,0,0,0,
+20200504,GA,29368,153957,,,5526,,1284,,,,A,5/4/2020 15:25,2020-05-04T15:25:00Z,05/04 11:25,1222,5526,2020-05-04T15:25:00Z,13,766,7463,183325,183325,8229,183325,45,133,e35c4da767aa83a7aaec294dfcbf2ca345fc8f8e,0,0,0,0,0,
+20200504,GU,149,3242,,,,,,,,125,F,5/4/2020 07:40,2020-05-04T07:40:00Z,05/04 03:40,5,,2020-05-04T07:40:00Z,66,-1,90,3391,3391,89,3391,0,0,681f757ee615fce92b19e0505d0cbfe5fe586c38,0,0,0,0,0,
+20200504,HI,620,33246,,,73,,,,,544,B,5/3/2020 18:00,2020-05-03T18:00:00Z,05/03 14:00,17,73,2020-05-03T18:00:00Z,15,0,916,33866,33866,916,33866,1,1,64e50c5fe5ea4d82a086843f9a66f6dbbdcefffa,0,0,0,0,0,
+20200504,IA,9703,47458,,389,,143,,93,,3486,B,5/3/2020 12:00,2020-05-03T12:00:00Z,05/03 08:00,188,,2020-05-03T12:00:00Z,19,534,3441,57161,57161,3975,57161,4,0,9c2bb68f753a57920bb9d194fa668d6a506956a7,0,0,0,0,0,
+20200504,ID,2061,27746,,,200,,83,,,1267,C,5/2/2020 19:00,2020-05-02T19:00:00Z,05/02 15:00,64,200,2020-05-02T19:00:00Z,16,0,0,29807,29807,0,29807,1,0,ebedd2426342e51bccfaddf6e83b9c29daaadb45,0,0,0,0,0,
+20200504,IL,63840,269307,,4493,,1232,,763,,,A,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,2662,,2020-05-04T00:00:00Z,17,2341,11493,333147,333147,13834,333147,44,0,f0d3f719a0004668ec742bf55dc84f5e7c033a7d,0,0,0,0,0,
+20200504,IN,20507,92790,,1449,,483,,249,,,A+,5/3/2020 23:59,2020-05-03T23:59:00Z,05/03 19:59,1264,,2020-05-03T23:59:00Z,18,574,3864,113297,113297,4438,113297,18,0,2ab696e40b85121bcf7e0258172c635214601dde,0,0,0,0,0,
+20200504,KS,5245,33358,,,553,,209,,95,291,A,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,136,553,2020-05-03T10:00:00Z,20,215,1610,38603,38603,1825,38603,2,6,dcaf929e4debc036b1941c96d21de5598c60e0cf,0,0,0,0,0,
+20200504,KY,5130,53279,,329,1519,170,654,,,1892,A,5/3/2020 17:00,2020-05-03T17:00:00Z,05/03 13:00,253,1519,2020-05-03T17:00:00Z,21,251,509,58409,58409,760,58409,5,108,ef3e8e0ba59ee66126bbf57313be7f1b1b52a012,0,0,0,0,0,
+20200504,LA,29673,151258,,1502,,,,220,,20316,B,5/4/2020 13:00,2020-05-04T13:00:00Z,05/04 09:00,2064,,2020-05-04T13:00:00Z,22,333,4438,180931,180931,4771,180931,95,0,476aeae63058d1ba5cbb15b838dcb0479dd5e195,0,0,0,0,0,
+20200504,MA,69087,255181,,3539,6622,908,,,,,A,5/4/2020 12:00,2020-05-04T12:00:00Z,05/04 08:00,4090,6622,2020-05-04T12:00:00Z,25,1000,8622,324268,324268,9622,324268,86,115,a7bd9d957194812d26a7b0eae080a37b2f104405,0,0,0,0,0,
+20200504,MD,26408,110587,,1649,5199,563,,,,1695,A,5/4/2020 10:00,2020-05-04T10:00:00Z,05/04 06:00,1317,5199,2020-05-04T10:00:00Z,24,946,3255,136995,136995,4201,136995,36,148,e2a09479fa7a23d35d1703ae27c02243a8631db2,0,0,0,0,0,
+20200504,ME,1205,19546,,37,186,18,,11,,720,B,5/3/2020 11:59,2020-05-03T11:59:00Z,05/03 07:59,57,186,2020-05-03T11:59:00Z,23,20,0,20751,20751,20,20751,0,3,e9c31794ac6451acdc874d15a445dd238a7fb5ed,0,0,0,0,0,
+20200504,MI,43950,178439,,1948,,839,,670,,15659,A+,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,4049,,2020-05-03T11:00:00Z,26,196,9661,222389,222389,9857,222389,0,0,f78d89dc24c13d369adf70b2da878b083de49f88,0,0,0,0,0,
+20200504,MN,7234,78707,,396,1271,166,444,,,3784,A,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,428,1271,2020-05-04T00:00:00Z,27,571,2738,85941,85941,3309,85941,9,72,88d9b9c5ac92ba267b3d69d1fbac67d4a523650f,0,0,0,0,0,
+20200504,MO,8754,82697,,858,,,,135,,,A,5/4/2020 15:00,2020-05-04T15:00:00Z,05/04 11:00,358,,2020-05-04T15:00:00Z,29,368,8107,91451,91451,8475,91451,6,0,0c6bc4911196a41a1d3dcd368216c8721d359c38,0,0,0,0,0,
+20200504,MP,14,1321,,,,,,,,12,D,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,2,,2020-05-04T00:00:00Z,69,0,0,1335,1335,0,1335,0,0,aa1b12641af41c9dff652d63917d2f1df5497127,0,0,0,0,0,
+20200504,MS,7877,71800,,646,1316,145,,78,,4421,B,5/3/2020 19:00,2020-05-03T19:00:00Z,05/03 15:00,310,1316,2020-05-03T19:00:00Z,28,327,1757,79677,79677,2084,79677,7,18,a5a3b17f2fa40e5f335a3ae58187df44c7e6627d,0,0,0,0,0,
+20200504,MT,457,14631,,6,62,,,,,404,C,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,16,62,2020-05-04T00:00:00Z,30,2,79,15088,15088,81,15088,0,1,ae7ed3c581d041a2a74c0e829e0a4d12df34ef0e,0,0,0,0,0,
+20200504,NC,11848,134591,,498,,,,,,,B,5/4/2020 10:50,2020-05-04T10:50:00Z,05/04 06:50,430,,2020-05-04T10:50:00Z,37,184,2420,146439,146439,2604,146439,8,0,c2e70bd4dd298a88b6a26fed592592647fd3e98a,0,0,0,0,0,
+20200504,ND,1225,33529,,31,94,,,,,540,C,5/4/2020 13:00,2020-05-04T13:00:00Z,05/04 09:00,25,94,2020-05-04T13:00:00Z,38,34,1367,34754,34754,1401,34754,0,4,15f1851fd2fa81791604e33495f08310f84906d3,0,0,0,0,0,
+20200504,NE,5910,27844,,,,,,,,,D,5/3/2020 20:45,2020-05-03T20:45:00Z,05/03 16:45,78,,2020-05-03T20:45:00Z,31,584,1908,33754,33754,2492,33754,2,0,9c4c07a259c0ed363f4ce5b9bfa8e5931cda6b29,0,0,0,0,0,
+20200504,NH,2588,24282,244,103,286,,,,,1017,C,5/3/2020 09:00,2020-05-03T09:00:00Z,05/03 05:00,86,286,2020-05-03T09:00:00Z,33,159,-1682,27114,26870,-1523,26870,2,9,3001ab3abea3b0fd2c10ac7ea10aa65431504213,0,0,0,0,0,
+20200504,NJ,128269,148951,647,5287,,1610,,1189,,15642,A+,5/4/2020 13:00,2020-05-04T13:00:00Z,05/04 09:00,7910,,2020-05-04T13:00:00Z,34,1525,629,277867,277220,2154,277220,39,0,d46b5c4c95c6327125e8db43189b2e302e079a99,0,0,0,0,0,
+20200504,NM,3850,74127,,164,587,,,,,832,C,5/3/2020 17:58,2020-05-03T17:58:00Z,05/03 13:58,151,587,2020-05-03T17:58:00Z,35,118,2915,77977,77977,3033,77977,12,0,f34af8ec85e093b5635b8121b16f4cce05efc912,0,0,0,0,0,
+20200504,NV,5491,40675,,,,,,,,185,D,5/4/2020 11:00,2020-05-04T11:00:00Z,05/04 07:00,262,,2020-05-04T11:00:00Z,32,65,832,46166,46166,897,46166,5,0,bd4b7794d19f3c8b05a5ba6ed0f151d0659895a7,0,0,0,0,0,
+20200504,NY,318953,688357,,9647,80376,,,,,58950,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,19415,80376,2020-05-04T00:00:00Z,36,2538,18861,1007310,1007310,21399,1007310,226,608,a7bd2bf83c3979d701d7e3790a4acb6bf9ddec04,0,0,0,0,0,
+20200504,OH,20474,134681,,1078,3809,412,1090,275,,,B,5/4/2020 14:00,2020-05-04T14:00:00Z,05/04 10:00,1056,3809,2020-05-04T14:00:00Z,39,560,4429,155155,155155,4989,155155,18,40,37a5da93e8cc29b958488ad3edd3c6c3bb9bd861,0,0,0,0,0,
+20200504,OK,4044,59804,,236,753,92,,,,2682,A,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,238,753,2020-05-03T00:00:00Z,40,72,0,63848,63848,72,63848,0,10,b63ef1feac1a416d86300a396a977ee76a1539c6,0,0,0,0,0,
+20200504,OR,2759,60698,,207,608,41,,17,,860,A+,5/4/2020 11:00,2020-05-04T11:00:00Z,05/04 07:00,109,608,2020-05-04T11:00:00Z,41,79,1324,63457,63457,1403,63457,0,10,63a8d1a28542800a772fac62ff8aa0d33b9a2f8b,0,0,0,0,0,
+20200504,PA,50092,195498,,2708,,,,573,,,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,2458,,2020-05-04T00:00:00Z,42,825,4124,245590,245590,4949,245590,14,0,8d6a5eaab7879bc6c793367f783a446a5e88e539,0,0,0,0,0,
+20200504,PR,1843,9313,,,,,,,,,D,5/4/2020 06:00,2020-05-04T06:00:00Z,05/04 02:00,97,,2020-05-04T06:00:00Z,72,35,0,11156,11156,35,11156,0,0,3b90d1ea105b45e2c360ff3864f5920aa0e18d7e,0,0,0,0,0,
+20200504,RI,9652,64484,,339,1061,84,,61,,601,A+,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,341,1061,2020-05-04T00:00:00Z,44,175,2034,74136,74136,2209,74136,21,48,8443a5d26c7c324e77e91327f84fa79b4b8fbef0,0,0,0,0,0,
+20200504,SC,6626,57562,,,1110,,,,,3622,B,5/3/2020 15:30,2020-05-03T15:30:00Z,05/03 11:30,275,1110,2020-05-03T15:30:00Z,45,0,0,64188,64188,0,64188,0,0,13b47142273d757b8fb2d075087d7fdb964660f8,0,0,0,0,0,
+20200504,SD,2668,16045,,69,211,,,,,1830,C,5/3/2020 18:00,2020-05-03T18:00:00Z,05/03 14:00,21,211,2020-05-03T18:00:00Z,46,37,259,18713,18713,296,18713,0,14,980a93b181900e258f1d7062a3adcb1104128dfb,0,0,0,0,0,
+20200504,TN,13571,197872,,,1143,,,,,6081,B,5/4/2020 15:00,2020-05-04T15:00:00Z,05/04 11:00,219,1143,2020-05-04T15:00:00Z,47,394,6442,211443,211443,6836,211443,9,8,70882a8639d8d67dad039bb2851649b95fe2c55a,0,0,0,0,0,
+20200504,TX,32332,375066,,1533,,,,,,16090,B,5/4/2020 13:15,2020-05-04T13:15:00Z,05/04 09:15,884,,2020-05-04T13:15:00Z,48,784,16054,407398,407398,16838,407398,17,0,ddf894e85feec3817dc083447ebb27fe87653bb8,0,0,0,0,0,
+20200504,UT,5317,119344,,,441,,,,,2342,C,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,50,441,2020-05-03T15:00:00Z,49,142,2417,124661,124661,2559,124661,0,5,564defb1bfbb9bba97d778fbee09bbfc4f6f0613,0,0,0,0,0,
+20200504,VA,19492,92801,478,1463,4010,348,,192,,2547,A+,5/3/2020 17:00,2020-05-03T17:00:00Z,05/03 13:00,684,4010,2020-05-03T17:00:00Z,51,821,3470,112771,112293,4291,112293,24,100,a11333711bc5cf0fcb1c128af5024970ca19467b,0,0,0,0,0,
+20200504,VI,66,965,15,,,,,,,51,C,5/3/2020 20:30,2020-05-03T20:30:00Z,05/03 16:30,4,,2020-05-03T20:30:00Z,78,0,14,1046,1031,14,1031,0,0,6ce764d21c06b336c39a15c452889980845ada65,0,0,0,0,0,
+20200504,VT,906,15889,,15,,,,,,,C,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,52,,2020-05-04T00:00:00Z,50,5,319,16795,16795,324,16795,0,0,8885460e3aeaf2cc17abfeaecb46818835cc5052,0,0,0,0,0,
+20200504,WA,16262,215091,,263,,86,,,,,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,834,,2020-05-04T00:00:00Z,53,374,6182,231353,231353,6556,231353,4,0,55b4a1507f60c6d6c8863da3110c88912311f21f,0,0,0,0,0,
+20200504,WI,8236,80467,226,573,1621,116,404,,,3973,A,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,340,1621,2020-05-04T00:00:00Z,55,272,2470,88929,88703,2742,88703,1,13,0bb6f0c062d2b955c8e5057ca382f9a72b37059c,0,0,0,0,0,
+20200504,WV,1206,52033,,73,,28,,15,,611,C,5/4/2020 10:00,2020-05-04T10:00:00Z,05/04 06:00,50,,2020-05-04T10:00:00Z,54,15,1586,53239,53239,1601,53239,0,0,6da8b269c7e2f6402db32e5346259b10377e827c,0,0,0,0,0,
+20200504,WY,586,9868,,13,60,,,,,391,C,5/4/2020 01:56,2020-05-04T01:56:00Z,05/03 21:56,7,60,2020-05-04T01:56:00Z,56,7,228,10454,10454,235,10454,0,0,4aac24ab19d9c84f5ac7f6ae21c59c623858f4ad,0,0,0,0,0,
+20200503,AK,368,21210,,12,,,,,,262,C,5/3/2020 14:15,2020-05-03T14:15:00Z,05/03 10:15,9,,2020-05-03T14:15:00Z,02,3,176,21578,21578,179,21578,0,0,fbacb105d0d21e074bbb592fabc985f7e5e851f1,0,0,0,0,0,
+20200503,AL,7725,84775,,,1035,,403,,242,,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,290,1035,2020-05-03T00:00:00Z,01,291,0,92500,92500,291,92500,2,12,f9bf94a8eaf5f89c660fe0f4c211b22b9d6c40ae,0,0,0,0,0,
+20200503,AR,3431,49459,,100,427,,,20,88,1999,B,5/3/2020 13:30,2020-05-03T13:30:00Z,05/03 09:30,76,427,2020-05-03T13:30:00Z,05,59,1249,52890,52890,1308,52890,3,13,79c0f71b582f5d36931b918000cfbde7b0106e06,0,0,0,0,0,
+20200503,AS,0,57,,,,,,,,,F,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,0,,2020-05-01T00:00:00Z,60,0,0,57,57,0,57,0,0,730c09e2044de31603b024eed64275831beed7f3,0,0,0,0,0,
+20200503,AZ,8640,72479,,732,1348,282,,192,,1597,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,362,1348,2020-05-03T00:00:00Z,04,276,2846,81119,81119,3122,81119,14,9,f8843788b7aafe6e0639d583be27cd53875c98d3,0,0,0,0,0,
+20200503,CA,53616,662135,,4734,,1468,,,,,B,5/3/2020 14:00,2020-05-03T14:00:00Z,05/03 10:00,2215,,2020-05-03T14:00:00Z,06,1419,27529,715751,715751,28948,715751,44,0,60a8f49b3cda86f442e9e76ea4842aa30015611c,0,0,0,0,0,
+20200503,CO,16225,63681,,883,2793,,,,,2607,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,832,2793,2020-05-01T00:00:00Z,08,457,2500,79906,79906,2957,79906,12,46,3f6783c36e9a650efa075fc563f2e33ee096b124,0,0,0,0,0,
+20200503,CT,29287,73206,,1551,7758,,,,,4346,B,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,2436,7758,2020-05-02T18:00:00Z,09,523,1713,102493,102493,2236,102493,97,0,db596261d0a5afe1152ed6a7bdaa41090ff40f69,0,0,0,0,0,
+20200503,DC,5016,18086,,,,,,,,666,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,251,,2020-05-02T00:00:00Z,11,219,879,23102,23102,1098,23102,11,0,ff76414046bef94f33862f708d019403b3fd0460,0,0,0,0,0,
+20200503,DE,5208,18529,,284,,,,,,1640,B,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,177,,2020-05-02T18:00:00Z,10,170,455,23737,23737,625,23737,9,0,21311b78cc437375e8942014332b18598fe7565e,0,0,0,0,0,
+20200503,FL,36078,392111,1226,,6244,,,,,,C,5/2/2020 10:14,2020-05-02T10:14:00Z,05/02 06:14,1403,6244,2020-05-02T10:14:00Z,12,615,11562,429415,428189,12177,428189,15,299,c4773ab87b0f06a828a7a442f31b9bda386b0f3d,0,0,0,0,0,
+20200503,GA,28602,146494,,,5393,,1249,,,,A,5/3/2020 10:25,2020-05-03T10:25:00Z,05/03 06:25,1177,5393,2020-05-03T10:25:00Z,13,296,0,175096,175096,296,175096,3,6,3ab913170277ceba7cc68fcf7fe017c134da7cd8,0,0,0,0,0,
+20200503,GU,150,3152,,,,,,,,126,F,5/3/2020 06:20,2020-05-03T06:20:00Z,05/03 02:20,5,,2020-05-03T06:20:00Z,66,2,112,3302,3302,114,3302,0,0,5f72dbed988fe667a4a9d6453d014469ce919e41,0,0,0,0,0,
+20200503,HI,620,32330,,,72,,,,,541,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,16,72,2020-05-02T00:00:00Z,15,1,964,32950,32950,965,32950,0,0,1aa94f2b4bb75e77686daba9f99a09916d39f5e1,0,0,0,0,0,
+20200503,IA,9169,44017,,378,,133,,93,,3325,B,5/2/2020 12:00,2020-05-02T12:00:00Z,05/02 08:00,184,,2020-05-02T12:00:00Z,19,528,6309,53186,53186,6837,53186,9,0,84336306349acc71acaacd90aeed81beee6c7b4a,0,0,0,0,0,
+20200503,ID,2061,27746,,,200,,83,,,1267,C,5/2/2020 19:00,2020-05-02T19:00:00Z,05/02 15:00,63,200,2020-05-02T19:00:00Z,16,26,291,29807,29807,317,29807,0,22,791c6e31a75f6bc8cb5d1af0b7e911dec6b15df6,0,0,0,0,0,
+20200503,IL,61499,257814,,4701,,1232,,759,,,A,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,2618,,2020-05-02T00:00:00Z,17,2994,16423,319313,319313,19417,319313,59,0,38282251f71856ca0c84a44af595d0177f4bd47a,0,0,0,0,0,
+20200503,IN,19933,88926,,1398,,476,,242,,,A+,5/2/2020 23:59,2020-05-02T23:59:00Z,05/02 19:59,1246,,2020-05-02T23:59:00Z,18,638,4080,108859,108859,4718,108859,17,0,ab37eecf944abec2638dc2b6d9e35712786c7a93,0,0,0,0,0,
+20200503,KS,5030,31748,,,547,,209,,95,286,A,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,134,547,2020-05-03T10:00:00Z,20,284,1552,36778,36778,1836,36778,3,6,ca66d270a4389661b0fa953b35e59451e4efe103,0,0,0,0,0,
+20200503,KY,4879,52770,,334,1411,178,652,,,1752,A,5/1/2020 17:00,2020-05-01T17:00:00Z,05/01 13:00,248,1411,2020-05-01T17:00:00Z,21,0,0,57649,57649,0,57649,0,0,22ec7b84c9d7510153b5b86c5cfdf4db3be65792,0,0,0,0,0,
+20200503,LA,29340,146820,,1530,,,,213,,17303,B,5/3/2020 13:00,2020-05-03T13:00:00Z,05/03 09:00,1969,,2020-05-03T13:00:00Z,22,200,3102,176160,176160,3302,176160,19,0,836eb9b0ad449fe3d1bd2c9c4bbb9ad6cf525655,0,0,0,0,0,
+20200503,MA,68087,246559,,3617,6507,904,,,,,A,5/3/2020 16:00,2020-05-03T16:00:00Z,05/03 12:00,4004,6507,2020-05-03T16:00:00Z,25,1824,13828,314646,314646,15652,314646,158,129,3a3c45d22a2b1d2d002e8fc898870f23a0f1c7ce,0,0,0,0,0,
+20200503,MD,25462,107332,,1635,5051,565,,,,1666,A,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,1281,5051,2020-05-03T10:00:00Z,24,989,6283,132794,132794,7272,132794,30,141,a0d7690b1700619a02b49361f68b54c8b36c4e57,0,0,0,0,0,
+20200503,ME,1185,19546,,33,183,18,,12,,706,B,5/3/2020 11:45,2020-05-03T11:45:00Z,05/03 07:45,57,183,2020-05-03T11:45:00Z,23,33,0,20731,20731,33,20731,1,2,8c6f90ea39ab8511b0954fac06555cb37c0acc33,0,0,0,0,0,
+20200503,MI,43754,168778,,2100,,850,,713,,15659,A+,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,4049,,2020-05-03T11:00:00Z,26,547,10276,212532,212532,10823,212532,29,0,5eefd8886718f0f21e139e42d20f2594e2883dc6,0,0,0,0,0,
+20200503,MN,6663,75969,,373,1199,155,426,,,2596,A,5/2/2020 17:00,2020-05-02T17:00:00Z,05/02 13:00,419,1199,2020-05-02T17:00:00Z,27,435,3190,82632,82632,3625,82632,24,40,e9d78a167b9693b7839c38c12d1965ac2d0d801f,0,0,0,0,0,
+20200503,MO,8386,74590,,896,,,,141,,,A,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,352,,2020-05-03T15:00:00Z,29,232,0,82976,82976,232,82976,1,0,2f4f411768af3a098eaea82477c06cfbb946b7fa,0,0,0,0,0,
+20200503,MP,14,1321,,,,,,,,12,D,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,2,,2020-05-03T00:00:00Z,69,0,387,1335,1335,387,1335,0,0,fc5fd5293dd470f63b8705b654de4577401c4e4d,0,0,0,0,0,
+20200503,MS,7550,70043,,667,1298,143,,73,,3413,B,5/2/2020 19:00,2020-05-02T19:00:00Z,05/02 15:00,303,1298,2020-05-02T19:00:00Z,28,109,3009,77593,77593,3118,77593,12,33,09b316a4bdb0eeeb4fe496f553e2d51952ce34c5,0,0,0,0,0,
+20200503,MT,455,14552,,5,61,,,,,404,C,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,16,61,2020-05-03T00:00:00Z,30,0,372,15007,15007,372,15007,0,0,c3572eb5db659ec520d122379360251bfc6537d0,0,0,0,0,0,
+20200503,NC,11664,132171,,475,,,,,,,B,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,422,,2020-05-03T11:00:00Z,37,155,4205,143835,143835,4360,143835,2,0,94a560fdb4149651284bd8fa35df8f7038240b50,0,0,0,0,0,
+20200503,ND,1191,32162,,31,90,,,,,517,C,5/3/2020 13:00,2020-05-03T13:00:00Z,05/03 09:00,25,90,2020-05-03T13:00:00Z,38,38,1768,33353,33353,1806,33353,1,0,7636f5e72d54252f6b5a1ba70ffb13dc7212caf8,0,0,0,0,0,
+20200503,NE,5326,25936,,,,,,,,,D,5/2/2020 19:45,2020-05-02T19:45:00Z,05/02 15:45,76,,2020-05-02T19:45:00Z,31,488,1426,31262,31262,1914,31262,3,0,0de73769fabc60529cdd26ef9494f5f214ff4ce0,0,0,0,0,0,
+20200503,NH,2429,25964,220,103,277,,,,,1107,C,5/2/2020 09:00,2020-05-02T09:00:00Z,05/02 05:00,84,277,2020-05-02T09:00:00Z,33,119,3925,28613,28393,4044,28393,3,7,33c8634d260741382eabe56620207feea52d082c,0,0,0,0,0,
+20200503,NJ,126744,148322,641,5317,,1623,,1198,,15642,A+,5/3/2020 13:00,2020-05-03T13:00:00Z,05/03 09:00,7871,,2020-05-03T13:00:00Z,34,3027,9727,275707,275066,12754,275066,129,0,bbadf64f95ad1c762808321997de8b2c781d64c1,0,0,0,0,0,
+20200503,NM,3732,71212,,168,587,,,,,812,C,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,139,587,2020-05-02T18:00:00Z,35,219,3607,74944,74944,3826,74944,8,0,b1993f4a37faa0508c98a8f0f0af99d2305656df,0,0,0,0,0,
+20200503,NV,5426,39843,,,,,,,,182,D,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,257,,2020-05-03T10:00:00Z,32,115,767,45269,45269,882,45269,3,0,15bba6620d5b36dffc0f2877605469522446340b,0,0,0,0,0,
+20200503,NY,316415,669496,,9786,79768,,,,,58950,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,19189,79768,2020-05-03T00:00:00Z,36,3438,23402,985911,985911,26840,985911,280,826,54c6aae980ef8f9e17ca9fae03b081a8d76765ff,0,0,0,0,0,
+20200503,OH,19914,130252,,931,3769,393,1078,255,,,B,5/3/2020 14:00,2020-05-03T14:00:00Z,05/03 10:00,1038,3769,2020-05-03T14:00:00Z,39,579,3768,150166,150166,4347,150166,17,57,927fd981b75442c4d733dce0c4d39b80d21c2358,0,0,0,0,0,
+20200503,OK,3972,59804,,236,743,92,,,,2635,A,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,238,743,2020-05-03T00:00:00Z,40,121,0,63776,63776,121,63776,0,0,b67b6a086eda383155223a71099d339c64bfca98,0,0,0,0,0,
+20200503,OR,2680,59374,,205,598,46,,21,,860,A+,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,109,598,2020-05-03T11:00:00Z,41,45,1873,62054,62054,1918,62054,0,3,679c28584621726aabf31fdc2d4e1302638ea03b,0,0,0,0,0,
+20200503,PA,49267,191374,,2645,,,,562,,,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,2444,,2020-05-03T00:00:00Z,42,962,4303,240641,240641,5265,240641,26,0,d366ae96e6d9e1d50d07c36265d711a9692b2f66,0,0,0,0,0,
+20200503,PR,1808,9313,,,,,,,,,D,5/3/2020 06:00,2020-05-03T06:00:00Z,05/03 02:00,97,,2020-05-03T06:00:00Z,72,51,0,11121,11121,51,11121,2,0,625a1d928f09657bcac9a97eb68d3b9ba717c09b,0,0,0,0,0,
+20200503,RI,9477,62450,,330,1013,83,,59,,565,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,320,1013,2020-05-03T00:00:00Z,44,188,1811,71927,71927,1999,71927,24,36,d87a65792f363319281ed59d8ce59dac1bf3f3a5,0,0,0,0,0,
+20200503,SC,6626,57562,,,1110,,,,,3622,B,5/3/2020 15:30,2020-05-03T15:30:00Z,05/03 11:30,275,1110,2020-05-03T15:30:00Z,45,137,2435,64188,64188,2572,64188,8,0,59f9f9ddc6d8d9eb2a4ee676f354fc134d187758,0,0,0,0,0,
+20200503,SD,2631,15786,,71,197,,,,,1799,C,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,21,197,2020-05-02T18:00:00Z,46,43,283,18417,18417,326,18417,0,10,a74835aaa5868978e6f305b537607059ea3bd822,0,0,0,0,0,
+20200503,TN,13177,191430,,,1135,,,,,5814,B,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,210,1135,2020-05-03T15:00:00Z,47,516,7815,204607,204607,8331,204607,1,10,f45ce51adbfe716dd62ecb8ed40f71bfe1d753bc,0,0,0,0,0,
+20200503,TX,31548,359012,,1540,,,,,,15544,B,5/2/2020 12:45,2020-05-02T12:45:00Z,05/02 08:45,867,,2020-05-02T12:45:00Z,48,1026,8886,390560,390560,9912,390560,20,0,ad31530e020900468ddd5698613296cdb7da1543,0,0,0,0,0,
+20200503,UT,5175,116927,,,436,,,,,2238,C,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,50,436,2020-05-03T15:00:00Z,49,194,4104,122102,122102,4298,122102,1,18,8568060fc12a19594557e7f5f089fcf976a01ca4,0,0,0,0,0,
+20200503,VA,18671,89331,465,1413,3910,385,,193,,2497,B,5/2/2020 17:00,2020-05-02T17:00:00Z,05/02 13:00,660,3910,2020-05-02T17:00:00Z,51,940,4966,108467,108002,5906,108002,44,172,006c61e4c00aee019fc45dca786d57c69cf9c4e2,0,0,0,0,0,
+20200503,VI,66,951,29,,,,,,,51,C,5/3/2020 08:04,2020-05-03T08:04:00Z,05/03 04:04,4,,2020-05-03T08:04:00Z,78,0,29,1046,1017,29,1017,0,0,439a8800f969e48c6e0a389c0809c84c4324db41,0,0,0,0,0,
+20200503,VT,901,15570,,19,,,,,,,C,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,52,,2020-05-03T00:00:00Z,50,5,338,16471,16471,343,16471,1,0,17697b2d579311e503272ab717507c96c9bc1061,0,0,0,0,0,
+20200503,WA,15888,208909,,411,,120,,,,,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,830,,2020-05-03T00:00:00Z,53,78,1289,224797,224797,1367,224797,6,0,58da6b65799e8d09191f2a021c9f17b2eff9a753,0,0,0,0,0,
+20200503,WI,7964,77997,231,582,1608,118,402,,,3723,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,339,1608,2020-05-03T00:00:00Z,55,304,2427,86192,85961,2731,85961,5,17,457d922dbe464d371996ec38be1d612782d3670a,0,0,0,0,0,
+20200503,WV,1191,50447,,73,,28,,15,,611,C,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,50,,2020-05-03T10:00:00Z,54,22,2470,51638,51638,2492,51638,2,0,0ec9f681981c251f84f186e0ab431038edc8bf35,0,0,0,0,0,
+20200503,WY,579,9640,,13,60,,,,,391,C,5/2/2020 13:12,2020-05-02T13:12:00Z,05/02 09:12,7,60,2020-05-02T13:12:00Z,56,13,177,10219,10219,190,10219,0,2,ddc57ada3e377e1affc7c89f4cb63c81c16f4133,0,0,0,0,0,
+20200502,AK,365,21034,,10,,,,,,261,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,9,,2020-05-02T00:00:00Z,02,1,1073,21399,21399,1074,21399,0,0,bd52f560c008a4c8d4084af15b903a33dfaaedc9,0,0,0,0,0,
+20200502,AL,7434,84775,,,1023,,335,,195,,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,288,1023,2020-05-02T00:00:00Z,01,276,0,92209,92209,276,92209,9,15,c87d7dd085777cf971bba451fc1e2f0931061da9,0,0,0,0,0,
+20200502,AR,3372,48210,,95,414,,,20,85,1987,B,5/2/2020 14:47,2020-05-02T14:47:00Z,05/02 10:47,73,414,2020-05-02T14:47:00Z,05,51,1855,51582,51582,1906,51582,9,0,730b4aa0e57cea4ec8e4901f1babe97c19515293,0,0,0,0,0,
+20200502,AS,0,57,,,,,,,,,F,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,0,,2020-05-01T00:00:00Z,60,0,0,57,57,0,57,0,0,2374685ee89f97c6a4247c628f489f4bb25fcd60,0,0,0,0,0,
+20200502,AZ,8364,69633,,718,1339,291,,198,,1565,A+,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,348,1339,2020-05-02T00:00:00Z,04,402,2716,77997,77997,3118,77997,18,136,7b47de7974e2864b14792fdcda50c3b5b2fa5beb,0,0,0,0,0,
+20200502,CA,52197,634606,,4722,,1433,,,,,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,2171,,2020-05-01T00:00:00Z,06,1755,30063,686803,686803,31818,686803,98,0,59f5813563ada2a7a7b31e03fe29f2a6b63044ac,0,0,0,0,0,
+20200502,CO,15768,61181,,931,2747,,,,,2553,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,820,2747,2020-04-30T00:00:00Z,08,484,4075,76949,76949,4559,76949,43,50,fed1ce673b38eb4f561d62fe0bdb90d0f84539ef,0,0,0,0,0,
+20200502,CT,28764,71493,,1592,7758,,,,,4346,B,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,2339,7758,2020-05-01T12:00:00Z,09,0,0,100257,100257,0,100257,0,0,f62d54d9061e25877621d4b2620d8b40bc5a78d4,0,0,0,0,0,
+20200502,DC,4797,17207,,,,,,,,666,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,240,,2020-05-01T00:00:00Z,11,139,730,22004,22004,869,22004,9,0,f8ed192efabf56ecdc5550b395b2e25a8817fd81,0,0,0,0,0,
+20200502,DE,5038,18074,,300,,,,,,1546,B,5/2/2020 09:10,2020-05-02T09:10:00Z,05/02 05:10,168,,2020-05-02T09:10:00Z,10,120,407,23112,23112,527,23112,9,0,621429e11acd532fa0ce8cfdd247be8552eb4da0,0,0,0,0,0,
+20200502,FL,35463,380549,,,5945,,,,,,C,5/2/2020 10:14,2020-05-02T10:14:00Z,05/02 06:14,1388,5945,2020-05-02T10:14:00Z,12,735,12578,416012,416012,13313,416012,74,150,d7e8672059b6ef6f13baa914bbb3fedddac26c34,0,0,0,0,0,
+20200502,GA,28306,146494,,,5387,,1247,,,,A,5/2/2020 14:25,2020-05-02T14:25:00Z,05/02 10:25,1174,5387,2020-05-02T14:25:00Z,13,1036,5397,174800,174800,6433,174800,20,118,1a87763e56c450beac3e844adc43f67ac4041c4f,0,0,0,0,0,
+20200502,GU,148,3040,,,,,,,,131,F,5/2/2020 08:15,2020-05-02T08:15:00Z,05/02 04:15,5,,2020-05-02T08:15:00Z,66,2,181,3188,3188,183,3188,0,0,bd3ad85f874dbb5353e97f538991750dd3fcdee5,0,0,0,0,0,
+20200502,HI,619,31366,,,72,,,,,532,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,16,72,2020-05-01T00:00:00Z,15,1,890,31985,31985,891,31985,0,2,dabf2250716d80b3d16a40f3a3e4da83dd6069d1,0,0,0,0,0,
+20200502,IA,8641,37708,,353,,131,,90,,3156,A,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,175,,2020-05-01T12:00:00Z,19,757,0,46349,46349,757,46349,5,0,4ea74e75fddb743f56b2f9fd4dccdb12f78475fc,0,0,0,0,0,
+20200502,ID,2035,27455,,,178,,76,,,1215,C,5/1/2020 19:00,2020-05-01T19:00:00Z,05/01 15:00,63,178,2020-05-01T19:00:00Z,16,20,245,29490,29490,265,29490,0,0,43e6cdf20fe3b47e262a4468f9d93750015f95b4,0,0,0,0,0,
+20200502,IL,58505,241391,,4717,,1250,,789,,,A,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,2559,,2020-05-02T00:00:00Z,17,2450,12758,299896,299896,15208,299896,102,0,35281177cb962f48ff07181e91ddd2087868b249,0,0,0,0,0,
+20200502,IN,19295,84846,,1456,,487,,244,,,A+,5/1/2020 23:59,2020-05-01T23:59:00Z,05/01 19:59,1229,,2020-05-01T23:59:00Z,18,665,3837,104141,104141,4502,104141,54,0,0d44857143778a09b136d97a8560483be25780bf,0,0,0,0,0,
+20200502,KS,4746,30196,,,541,,206,,95,286,A,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,131,541,2020-05-02T10:00:00Z,20,297,1611,34942,34942,1908,34942,1,7,2fd4cb148ae122b2b9a4b9f9a56119005ef0b989,0,0,0,0,0,
+20200502,KY,4879,52770,,334,1411,178,652,,,1752,A,5/1/2020 17:00,2020-05-01T17:00:00Z,05/01 13:00,248,1411,2020-05-01T17:00:00Z,21,171,866,57649,57649,1037,57649,8,36,c3ca2f1f184f1b6bfaef99b398c997677b342992,0,0,0,0,0,
+20200502,LA,29140,143718,,1545,,,,208,,17303,B,5/2/2020 13:00,2020-05-02T13:00:00Z,05/02 09:00,1950,,2020-05-02T13:00:00Z,22,429,4178,172858,172858,4607,172858,23,0,2d6a22a29463b23623ac2834b21f36da1c07e5a8,0,0,0,0,0,
+20200502,MA,66263,232731,,3601,6378,921,,,,,A,5/2/2020 12:00,2020-05-02T12:00:00Z,05/02 08:00,3846,6378,2020-05-02T12:00:00Z,25,1952,7406,298994,298994,9358,298994,130,209,2bf1b0c003a53a6e55f487493d7935632fca0142,0,0,0,0,0,
+20200502,MD,24473,101049,,1657,4910,566,,,,1590,A,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,1251,4910,2020-05-02T10:00:00Z,24,1001,3538,125522,125522,4539,125522,59,192,40dfd0d6597c9da3fc59de7e4464af4b5ebb428e,0,0,0,0,0,
+20200502,ME,1152,19546,,36,181,19,,10,,689,B,5/2/2020 11:45,2020-05-02T11:45:00Z,05/02 07:45,56,181,2020-05-02T11:45:00Z,23,29,0,20698,20698,29,20698,1,4,b3665b1f7e86b47d0131fabdc4f06a4088d11604,0,0,0,0,0,
+20200502,MI,43207,158502,,2100,,850,,713,,15659,A+,5/2/2020 11:00,2020-05-02T11:00:00Z,05/02 07:00,4020,,2020-05-02T11:00:00Z,26,851,10353,201709,201709,11204,201709,154,0,7c82f7a4e7d9032f26edc351e21f021737441488,0,0,0,0,0,
+20200502,MN,6228,72779,,389,1159,135,404,,,2002,A,5/1/2020 17:00,2020-05-01T17:00:00Z,05/01 13:00,395,1159,2020-05-01T17:00:00Z,27,498,3680,79007,79007,4178,79007,24,63,1893e24cdca404aff75758036e80c3e0b64caa71,0,0,0,0,0,
+20200502,MO,8154,74590,,896,,,,141,,,A,5/2/2020 15:10,2020-05-02T15:10:00Z,05/02 11:10,351,,2020-05-02T15:10:00Z,29,319,0,82744,82744,319,82744,14,0,bd57dfa69a8a279a4c9e766f3bb6415a4c4eaf61,0,0,0,0,0,
+20200502,MP,14,934,,,,,,,,12,D,5/2/2020 06:37,2020-05-02T06:37:00Z,05/02 02:37,2,,2020-05-02T06:37:00Z,69,0,185,948,948,185,948,0,0,f4519bc6fed553ac3d1179ee21afef554a7fb9ea,0,0,0,0,0,
+20200502,MS,7441,67034,,632,1265,142,,71,,3413,B,5/1/2020 19:00,2020-05-01T19:00:00Z,05/01 15:00,291,1265,2020-05-01T19:00:00Z,28,229,2698,74475,74475,2927,74475,10,39,2ec17c5fd1ee24d919d5d5da1d95075289bf321b,0,0,0,0,0,
+20200502,MT,455,14180,,5,61,,,,,404,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,16,61,2020-05-02T00:00:00Z,30,2,430,14635,14635,432,14635,0,0,d2811072e17a6be4c2b20112377aebaa207a6ae2,0,0,0,0,0,
+20200502,NC,11509,127966,,502,,,,,,,B,5/2/2020 11:00,2020-05-02T11:00:00Z,05/02 07:00,420,,2020-05-02T11:00:00Z,37,586,5057,139475,139475,5643,139475,21,0,9a9b9d79de5ecdf593b4fc7ca27704c8d76cb92d,0,0,0,0,0,
+20200502,ND,1153,30394,,32,90,,,,,510,C,5/2/2020 13:00,2020-05-02T13:00:00Z,05/02 09:00,24,90,2020-05-02T13:00:00Z,38,46,1976,31547,31547,2022,31547,1,4,3da43b0f2bfa4180a360c2afcd7453af0d66ce41,0,0,0,0,0,
+20200502,NE,4838,24510,,,,,,,,,D,5/1/2020 19:45,2020-05-01T19:45:00Z,05/01 15:45,73,,2020-05-01T19:45:00Z,31,557,1406,29348,29348,1963,29348,3,0,3dfc39654685ea4700906bc985893a6d7c550f9b,0,0,0,0,0,
+20200502,NH,2310,22039,159,103,270,,,,,980,C,5/1/2020 09:00,2020-05-01T09:00:00Z,05/01 05:00,81,270,2020-05-01T09:00:00Z,33,164,2136,24508,24349,2300,24349,9,8,d9379ae7a5ee9aa7d795f04117441c5c3186e03a,0,0,0,0,0,
+20200502,NJ,123717,138595,676,5713,,1715,,1230,,15642,A+,5/2/2020 13:00,2020-05-02T13:00:00Z,05/02 09:00,7742,,2020-05-02T13:00:00Z,34,2527,3240,262988,262312,5767,262312,204,0,ec777ac1a7860330177ef08edce7cfd08032872f,0,0,0,0,0,
+20200502,NM,3513,67605,,159,587,,,,,785,C,5/1/2020 20:02,2020-05-01T20:02:00Z,05/01 16:02,131,587,2020-05-01T20:02:00Z,35,102,3147,71118,71118,3249,71118,8,51,cb27107cff48e4c7c7364b1164f1f5eaa379afd8,0,0,0,0,0,
+20200502,NV,5311,39076,,,,,,,,182,D,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,254,,2020-05-02T10:00:00Z,32,84,708,44387,44387,792,44387,11,0,eeba27444534f6e673ce55187216cfc68aaa56b9,0,0,0,0,0,
+20200502,NY,312977,646094,,10350,78942,,,,,57540,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,18909,78942,2020-05-02T00:00:00Z,36,4663,26970,959071,959071,31633,959071,299,718,b15a3f1b4f50f56aa8e5ab7f284a1589d600f057,0,0,0,0,0,
+20200502,OH,19335,126484,,1003,3712,424,1066,267,,,B,5/2/2020 14:00,2020-05-02T14:00:00Z,05/02 10:00,1021,3712,2020-05-02T14:00:00Z,39,592,4721,145819,145819,5313,145819,19,78,75f1ad25f0020ce34a88ef8eaf8921d5ac53c56e,0,0,0,0,0,
+20200502,OK,3851,59804,,236,743,92,,,,2554,A,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,238,743,2020-05-02T00:00:00Z,40,103,0,63655,63655,103,63655,8,28,e4de2bc227dc6f4905058be316e2bd614cf2772c,0,0,0,0,0,
+20200502,OR,2635,57501,,209,595,50,,22,,,A,5/2/2020 11:00,2020-05-02T11:00:00Z,05/02 07:00,109,595,2020-05-02T11:00:00Z,41,56,1904,60136,60136,1960,60136,5,4,de4ce182bdf5e0c7012d32edc2d636b0deec25ab,0,0,0,0,0,
+20200502,PA,48305,187071,,2673,,,,571,,,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,2418,,2020-05-02T00:00:00Z,42,1334,6594,235376,235376,7928,235376,64,0,7d658a4d9a8b67ba81df2c45235386569545b743,0,0,0,0,0,
+20200502,PR,1757,9313,,,,,,,,,D,5/2/2020 06:00,2020-05-02T06:00:00Z,05/02 02:00,95,,2020-05-02T06:00:00Z,72,182,0,11070,11070,182,11070,3,0,b47facc928169487b9dbf977bbcd5d9d65d4f538,0,0,0,0,0,
+20200502,RI,9289,60639,,333,977,80,,54,,531,A+,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,296,977,2020-05-02T00:00:00Z,44,327,2953,69928,69928,3280,69928,17,40,64e2b58d5fc4506dcac526eb81d8f37d5c2a711b,0,0,0,0,0,
+20200502,SC,6489,55127,,,1110,,,,,3622,B,5/2/2020 15:45,2020-05-02T15:45:00Z,05/02 11:45,267,1110,2020-05-02T15:45:00Z,45,231,2006,61616,61616,2237,61616,11,0,df8051550f31fce95262ec6c97641930a44fc79b,0,0,0,0,0,
+20200502,SD,2588,15503,,71,187,,,,,1759,C,5/1/2020 18:00,2020-05-01T18:00:00Z,05/01 14:00,21,187,2020-05-01T18:00:00Z,46,63,665,18091,18091,728,18091,0,8,230dbf188143e1a25e8fa573d2c9f505838329c9,0,0,0,0,0,
+20200502,TN,12661,183615,,,1125,,,,,5718,B,5/2/2020 15:00,2020-05-02T15:00:00Z,05/02 11:00,209,1125,2020-05-02T15:00:00Z,47,770,9374,196276,196276,10144,196276,5,12,b3b3e79d8a6a259aaa88c533021f668cda08fe15,0,0,0,0,0,
+20200502,TX,30522,350126,,1725,,,,,,14891,B,5/2/2020 12:45,2020-05-02T12:45:00Z,05/02 08:45,847,,2020-05-02T12:45:00Z,48,1293,27580,380648,380648,28873,380648,31,0,720c2cdb20d5f663efe1f56c3d5738e6b9d771b3,0,0,0,0,0,
+20200502,UT,4981,112823,,,418,,,,,2185,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,49,418,2020-05-02T00:00:00Z,49,153,5093,117804,117804,5246,117804,3,15,eb0fcf90b2bb81d863a75751234acc4d36731548,0,0,0,0,0,
+20200502,VA,17731,84365,458,1426,3738,375,,202,,2312,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,616,3738,2020-05-02T00:00:00Z,51,830,-5174,102554,102096,-4344,102096,35,84,303943c4e9897a81f33d7c60b950fa5488229c56,0,0,0,0,0,
+20200502,VI,66,922,54,,,,,,,51,C,5/1/2020 19:59,2020-05-01T19:59:00Z,05/01 15:59,4,,2020-05-01T19:59:00Z,78,0,111,1042,988,111,988,0,0,fc65abf99a162dc3383c218014c966facb921fc8,0,0,0,0,0,
+20200502,VT,896,15232,,11,,,,,,,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,51,,2020-05-02T00:00:00Z,50,11,302,16128,16128,313,16128,1,0,737352a80ce4737647f278dfc600673a12ea7480,0,0,0,0,0,
+20200502,WA,15810,207620,,428,,117,,,,,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,824,,2020-05-02T00:00:00Z,53,106,2446,223430,223430,2552,223430,10,0,c30454a5f4fc65f1a3c7df617b3f91d6e7d59fbc,0,0,0,0,0,
+20200502,WI,7660,75570,231,582,1591,118,400,,,3698,A+,5/2/2020 16:00,2020-05-02T16:00:00Z,05/02 12:00,334,1591,2020-05-02T16:00:00Z,55,346,3004,83461,83230,3350,83230,7,47,f10170c5478fe54e1dcbb5b574061486f618ca9b,0,0,0,0,0,
+20200502,WV,1169,47977,,76,,29,,15,,572,C,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,48,,2020-05-02T10:00:00Z,54,33,2269,49146,49146,2302,49146,2,0,aeccc397ba321894991b06dabca5c84b1402ccef,0,0,0,0,0,
+20200502,WY,566,9463,,13,58,,,,,387,C,5/1/2020 15:49,2020-05-01T15:49:00Z,05/01 11:49,7,58,2020-05-01T15:49:00Z,56,7,327,10029,10029,334,10029,0,2,cb1e14f15ceaa4e937b5e3d9ffd195973a105a38,0,0,0,0,0,
+20200501,AK,364,19961,,25,,,,,,254,C,5/1/2020 14:00,2020-05-01T14:00:00Z,05/01 10:00,9,,2020-05-01T14:00:00Z,02,9,1197,20325,20325,1206,20325,0,0,bbb5addd3184d9512ea128d97910650bb45fbba5,0,0,0,0,0,
+20200501,AL,7158,84775,,,1008,,335,,195,,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,279,1008,2020-05-01T00:00:00Z,01,139,4598,91933,91933,4737,91933,10,30,1966e5eac0cd86a08596f28c1a6241f124f299c4,0,0,0,0,0,
+20200501,AR,3321,46355,,95,414,,,23,85,1973,B,5/1/2020 14:50,2020-05-01T14:50:00Z,05/01 10:50,64,414,2020-05-01T14:50:00Z,05,66,1231,49676,49676,1297,49676,3,12,6962b05197511efba1ce833e4c5c5fa94d2a0b9c,0,0,0,0,0,
+20200501,AS,0,57,,,,,,,,,F,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,0,,2020-05-01T00:00:00Z,60,0,54,57,57,54,57,0,0,1ac47d569eb1650bcfeeb7f665efd7b7a3d9383b,0,0,0,0,0,
+20200501,AZ,7962,66917,,709,1203,311,,187,,1528,A+,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,330,1203,2020-05-01T00:00:00Z,04,314,2779,74879,74879,3093,74879,10,34,1c442d6e69d92938a4bb53de02eb4fbec0b5b95f,0,0,0,0,0,
+20200501,CA,50442,604543,,4706,,1434,,,,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,2073,,2020-04-30T00:00:00Z,06,1525,28123,654985,654985,29648,654985,91,0,38c2ffb131554e8ccd75ba3e229894db7538317e,0,0,0,0,0,
+20200501,CO,15284,57106,,959,2697,,,,,2486,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,777,2697,2020-04-29T00:00:00Z,08,526,805,72390,72390,1331,72390,11,76,dc9b5db89f5a47a7df40922a785e57597f01ce98,0,0,0,0,0,
+20200501,CT,28764,71493,,1592,7758,,,,,4346,B,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,2339,7758,2020-05-01T12:00:00Z,09,1064,2060,100257,100257,3124,100257,82,7758,de6593e0e6bbe1537e8cf6253959cd3301ff4ae4,0,0,0,0,0,
+20200501,DC,4658,16477,,,,,,,,666,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,231,,2020-04-30T00:00:00Z,11,335,721,21135,21135,1056,21135,7,0,9c857dda52747ce64180ffbff677b187b7841ad0,0,0,0,0,0,
+20200501,DE,4918,17667,,281,,,,,,1403,B,5/1/2020 13:15,2020-05-01T13:15:00Z,05/01 09:15,159,,2020-05-01T13:15:00Z,10,184,581,22585,22585,765,22585,7,0,fa719281a063c6aea2504f75d539b0fa1f792b37,0,0,0,0,0,
+20200501,FL,34728,367971,,,5795,,,,,,C,5/1/2020 14:32,2020-05-01T14:32:00Z,05/01 10:32,1314,5795,2020-05-01T14:32:00Z,12,1038,19256,402699,402699,20294,402699,24,0,8cc21fcf134b472edb9a467fb98e1272aa174bd5,0,0,0,0,0,
+20200501,GA,27270,141097,,,5269,,1215,,,,A,5/1/2020 14:25,2020-05-01T14:25:00Z,05/01 10:25,1154,5269,2020-05-01T14:25:00Z,13,1115,18208,168367,168367,19323,168367,34,113,1f09083fcb96df028275db062e9a72613108f8bd,0,0,0,0,0,
+20200501,GU,146,2859,,,,,,,,131,F,5/1/2020 08:15,2020-05-01T08:15:00Z,05/01 04:15,5,,2020-05-01T08:15:00Z,66,0,897,3005,3005,897,3005,0,0,d1179d955303225ce3ac82a1411eea8f7395349b,0,0,0,0,0,
+20200501,HI,618,30476,,,70,,,,,526,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,16,70,2020-04-30T00:00:00Z,15,5,449,31094,31094,454,31094,0,1,47af6da1180f662a406f7e56b8607089bf12c01f,0,0,0,0,0,
+20200501,IA,7884,37708,,345,,121,,91,,2899,A,4/30/2020 12:00,2020-04-30T12:00:00Z,04/30 08:00,170,,2020-04-30T12:00:00Z,19,739,2186,45592,45592,2925,45592,8,0,5e305a0c2a09b8111953bf9dc953ff9615e8a59c,0,0,0,0,0,
+20200501,ID,2015,27210,,,178,,75,,,1175,C,4/30/2020 19:00,2020-04-30T19:00:00Z,04/30 15:00,63,178,2020-04-30T19:00:00Z,16,31,348,29225,29225,379,29225,3,3,606800b71c3dd2ac07ed7e19dd507c55403c8246,0,0,0,0,0,
+20200501,IL,56055,228633,,4900,,1263,,777,,,A,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,2457,,2020-05-01T00:00:00Z,17,3137,11684,284688,284688,14821,284688,102,0,d4c594c0e9cf23e9c8451fb35d6fe65b7b04db2d,0,0,0,0,0,
+20200501,IN,18630,81009,,1431,,514,,257,,,A+,4/30/2020 23:59,2020-04-30T23:59:00Z,04/30 19:59,1175,,2020-04-30T23:59:00Z,18,795,3846,99639,99639,4641,99639,61,0,9094d40baa6ac385dcb53e2249fafe800e94b7f5,0,0,0,0,0,
+20200501,KS,4449,28585,,,534,,206,,96,280,A,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,130,534,2020-05-01T10:00:00Z,20,211,1197,33034,33034,1408,33034,1,11,8e788a331d8bf9046f828ca9d45230424221ce40,0,0,0,0,0,
+20200501,KY,4708,51904,,330,1375,178,642,,,1675,A,4/30/2020 17:00,2020-04-30T17:00:00Z,04/30 13:00,240,1375,2020-04-30T17:00:00Z,21,169,2342,56612,56612,2511,56612,5,16,66281d358f8b1f74408822b581e509acd72ca7a4,0,0,0,0,0,
+20200501,LA,28711,139540,,1607,,,,230,,17303,B,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,1927,,2020-05-01T13:00:00Z,22,710,6232,168251,168251,6942,168251,65,0,12f0d9adc3bb83ab4acf9724bb46114bdab66791,0,0,0,0,0,
+20200501,MA,64311,225325,,3716,6169,947,,,,,A,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,3716,6169,2020-05-01T12:00:00Z,25,2106,11883,289636,289636,13989,289636,154,227,7d9f11219ac6e10e21ddcdc2eafbe3bf52016687,0,0,0,0,0,
+20200501,MD,23472,97511,,1668,4718,568,,,,1517,A,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,1192,4718,2020-05-01T10:00:00Z,24,1730,4894,120983,120983,6624,120983,52,159,70168a904b4e603fde6c13eb0be1a42461726672,0,0,0,0,0,
+20200501,ME,1123,19546,,37,177,17,,9,,657,B,5/1/2020 11:45,2020-05-01T11:45:00Z,05/01 07:45,55,177,2020-05-01T11:45:00Z,23,28,0,20669,20669,28,20669,2,7,23112c8983355453a32acad998cdc383a8ff3961,0,0,0,0,0,
+20200501,MI,42356,148149,,2319,,966,,760,,8342,A+,5/1/2020 11:00,2020-05-01T11:00:00Z,05/01 07:00,3866,,2020-05-01T11:00:00Z,26,977,9261,190505,190505,10238,190505,77,0,9f0dcc0c813f5adf3982cc03ce65a6de74bcbeee,0,0,0,0,0,
+20200501,MN,5730,69099,,369,1096,118,380,,,1911,A,4/30/2020 17:00,2020-04-30T17:00:00Z,04/30 13:00,371,1096,2020-04-30T17:00:00Z,27,594,3959,74829,74829,4553,74829,28,52,ebdbecf8d123dd954d3024f7632bb14b7327622b,0,0,0,0,0,
+20200501,MO,7835,74590,,883,,,,137,,,A,5/1/2020 15:00,2020-05-01T15:00:00Z,05/01 11:00,337,,2020-05-01T15:00:00Z,29,273,1465,82425,82425,1738,82425,8,0,4d35a360a8c7f2b388fe7b7ecc5ca5b7c7510a73,0,0,0,0,0,
+20200501,MP,14,749,,,,,,,,12,D,5/1/2020 06:27,2020-05-01T06:27:00Z,05/01 02:27,2,,2020-05-01T06:27:00Z,69,0,164,763,763,164,763,0,0,7c5e177a16e7dab7b5c8b3b490521d194dbe00db,0,0,0,0,0,
+20200501,MS,7212,64336,,651,1226,160,,75,,3413,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,281,1226,2020-04-30T00:00:00Z,28,397,4811,71548,71548,5208,71548,20,51,74ea7a9c6b87258902d1024c08b8666a6e82b11d,0,0,0,0,0,
+20200501,MT,453,13750,,5,61,,,,,397,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,16,61,2020-04-30T00:00:00Z,30,0,289,14203,14203,289,14203,0,0,49fea039d825accfbbc8d27f950ea101f84d4616,0,0,0,0,0,
+20200501,NC,10923,122909,,547,,,,,,,B,5/1/2020 11:00,2020-05-01T11:00:00Z,05/01 07:00,399,,2020-05-01T11:00:00Z,37,414,5382,133832,133832,5796,133832,21,0,6723426132a368248439bf79d6039eedd2287486,0,0,0,0,0,
+20200501,ND,1107,28418,,27,86,,,,,482,C,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,23,86,2020-05-01T13:00:00Z,38,40,2025,29525,29525,2065,29525,4,1,272df3872910c6e30b085331026a11e7f95e14ce,0,0,0,0,0,
+20200501,NE,4281,23104,,,,,,,,,D,4/30/2020 19:45,2020-04-30T19:45:00Z,04/30 15:45,70,,2020-04-30T19:45:00Z,31,497,1567,27385,27385,2064,27385,2,0,d9973f7dff92c0c7f58723f072c0994026b80f7d,0,0,0,0,0,
+20200501,NH,2146,19903,302,112,262,,,,,980,C,4/30/2020 09:00,2020-04-30T09:00:00Z,04/30 05:00,72,262,2020-04-30T09:00:00Z,33,92,36,22351,22049,128,22049,6,3,f9a74148f7b26ffee51fdb64f49392b1489d22e7,0,0,0,0,0,
+20200501,NJ,121190,135355,583,5972,,1724,,1286,,15642,A+,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,7538,,2020-05-01T13:00:00Z,34,2538,6089,257128,256545,8627,256545,310,0,a43fad0a4b123aae7b04e83e804fd4ae9e016703,0,0,0,0,0,
+20200501,NM,3411,64458,,172,536,,,,,760,C,5/1/2020 10:55,2020-05-01T10:55:00Z,05/01 06:55,123,536,2020-05-01T10:55:00Z,35,198,2586,67869,67869,2784,67869,11,0,fe991b59ef8dcc522bc9d69d1fe01801b57d580b,0,0,0,0,0,
+20200501,NV,5227,38368,,,,,,,,182,D,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,243,,2020-05-01T10:00:00Z,32,229,1380,43595,43595,1609,43595,6,0,17743f9270a1748e0fca5665fed62d80d961f693,0,0,0,0,0,
+20200501,NY,308314,619124,,10993,78224,,,,,56187,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,18610,78224,2020-05-01T00:00:00Z,36,3942,22860,927438,927438,26802,927438,289,824,3725cb0e24ec83625f8cb5c83c40030a379159d4,0,0,0,0,0,
+20200501,OH,18743,121763,,,3634,,1056,,,,B,5/1/2020 14:00,2020-05-01T14:00:00Z,05/01 10:00,1002,3634,2020-05-01T14:00:00Z,39,716,5900,140506,140506,6616,140506,27,101,3e95dee881eb79bfe0d39c5fcb6c21aca1603314,0,0,0,0,0,
+20200501,OK,3748,59804,,255,715,113,,,,2467,A,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,230,715,2020-05-01T00:00:00Z,40,130,0,63552,63552,130,63552,8,12,4ca15005ebbcbd8cd1d3e50671da9c7b4bc2e4ed,0,0,0,0,0,
+20200501,OR,2579,55597,,208,591,49,,23,,,A,5/1/2020 11:00,2020-05-01T11:00:00Z,05/01 07:00,104,591,2020-05-01T11:00:00Z,41,69,2075,58176,58176,2144,58176,1,13,676d7f403365689063e9d0e74718943b189f8d55,0,0,0,0,0,
+20200501,PA,46971,180477,,2683,,,,590,,,B,5/1/2020 15:30,2020-05-01T15:30:00Z,05/01 11:30,2354,,2020-05-01T15:30:00Z,42,1208,4875,227448,227448,6083,227448,62,0,0a3b0cc3ae7dd085a60928802511e3cfbc6fe5ac,0,0,0,0,0,
+20200501,PR,1575,9313,,,,,,,,,D,5/1/2020 06:00,2020-05-01T06:00:00Z,05/01 02:00,92,,2020-05-01T06:00:00Z,72,36,0,10888,10888,36,10888,0,0,edc2e7448fcb23606102e66384d526992e2fda4c,0,0,0,0,0,
+20200501,RI,8962,57686,,352,937,76,,51,,485,A+,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,279,937,2020-05-01T00:00:00Z,44,341,2597,66648,66648,2938,66648,13,41,608e32f2e7b5595fbce2d6d62439b35820a209d0,0,0,0,0,0,
+20200501,SC,6258,53121,,,1110,,,,,3622,B,5/1/2020 16:00,2020-05-01T16:00:00Z,05/01 12:00,256,1110,2020-05-01T16:00:00Z,45,163,2704,59379,59379,2867,59379,12,110,d8c3456b30a2a7b2b9a402a4ca6a715f75e6618f,0,0,0,0,0,
+20200501,SD,2525,14838,,69,179,,,,,1686,C,5/1/2020 11:28,2020-05-01T11:28:00Z,05/01 07:28,21,179,2020-05-01T11:28:00Z,46,76,259,17363,17363,335,17363,4,6,83787905d41af7b0d5629d29dcc9e3b59b2bdc6d,0,0,0,0,0,
+20200501,TN,11891,174241,,,1113,,,,,5546,B,5/1/2020 15:00,2020-05-01T15:00:00Z,05/01 11:00,204,1113,2020-05-01T15:00:00Z,47,1156,7350,186132,186132,8506,186132,5,68,a875e64489d6a19df8fd92f66b6c13d02d370ebd,0,0,0,0,0,
+20200501,TX,29229,322546,,1778,,,,,,14122,B,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,816,,2020-05-01T13:00:00Z,48,1142,20333,351775,351775,21475,351775,34,0,754536cab0162603bdffffa53e441055c5015a78,0,0,0,0,0,
+20200501,UT,4828,107730,,,403,,,,,2062,C,5/1/2020 15:00,2020-05-01T15:00:00Z,05/01 11:00,46,403,2020-05-01T15:00:00Z,49,156,3901,112558,112558,4057,112558,0,13,ee109a2ac154cd0ceb842342731a4bf367cc01d6,0,0,0,0,0,
+20200501,VA,16901,89539,468,1431,3654,366,,193,,2196,B,4/30/2020 17:00,2020-04-30T17:00:00Z,04/30 13:00,581,3654,2020-04-30T17:00:00Z,51,1055,13876,106908,106440,14931,106440,29,0,0e0bc0a4438370cee6b3e932ca655b474095d823,0,0,0,0,0,
+20200501,VI,66,811,68,,,,,,,51,C,4/30/2020 20:37,2020-04-30T20:37:00Z,04/30 16:37,4,,2020-04-30T20:37:00Z,78,0,4,945,877,4,877,0,0,d677872dec246b0e575f473cb769ddbf2f276608,0,0,0,0,0,
+20200501,VT,885,14930,,19,,,,,,,C,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,50,,2020-05-01T00:00:00Z,50,6,573,15815,15815,579,15815,1,0,cd0e6953bea6032347722abcdc267dc6cce1e0c0,0,0,0,0,0,
+20200501,WA,15704,205174,,470,,120,,,,,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,814,,2020-05-01T00:00:00Z,53,308,6076,220878,220878,6384,220878,13,0,89c108d00841de88976d564e4a159ac7f076e384,0,0,0,0,0,
+20200501,WI,7314,72566,218,560,1544,127,391,,,3352,A+,5/1/2020 16:00,2020-05-01T16:00:00Z,05/01 12:00,327,1544,2020-05-01T16:00:00Z,55,460,3172,80098,79880,3632,79880,11,32,c5c98d309ca087f24785ac9f170f95c462142b15,0,0,0,0,0,
+20200501,WV,1136,45708,,81,,33,,18,,555,C,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,46,,2020-05-01T10:00:00Z,54,18,2285,46844,46844,2303,46844,5,0,513780fb6c3e7c9c114b86f765903ad6ef2fed0c,0,0,0,0,0,
+20200501,WY,559,9136,,13,56,,,,,373,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,7,56,2020-04-30T00:00:00Z,56,15,234,9695,9695,249,9695,0,0,bfe80b7cd75305ab0d0159b78aabdf611146f8a2,0,0,0,0,0,
+20200430,AK,355,18764,,19,,,,,,252,C,4/30/2020 15:00,2020-04-30T15:00:00Z,04/30 11:00,9,,2020-04-30T15:00:00Z,02,0,0,19119,19119,0,19119,0,0,8b0d342e70edfa93f67c754862adb30e2e2a43ae,0,0,0,0,0,
+20200430,AL,7019,80177,,,978,,335,,195,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,269,978,2020-04-30T00:00:00Z,01,177,6570,87196,87196,6747,87196,24,33,350ee9baa04693a2d28d5505036abeca4280c7f2,0,0,0,0,0,
+20200430,AR,3255,45124,,95,402,,,23,85,1305,B,4/30/2020 14:49,2020-04-30T14:49:00Z,04/30 10:49,61,402,2020-04-30T14:49:00Z,05,63,2867,48379,48379,2930,48379,2,13,81170803a63c0733327968b03d3097e8e06ebcf0,0,0,0,0,0,
+20200430,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,49c021e5a8fa593013f510fee65707dd6f76f500,0,0,0,0,0,
+20200430,AZ,7648,64138,,755,1169,311,,194,,1499,A+,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,320,1169,2020-04-30T00:00:00Z,04,446,2527,71786,71786,2973,71786,16,38,f032782a7a837164466aff8f64dac086dae9ab5e,0,0,0,0,0,
+20200430,CA,48917,576420,,4981,,1473,,,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,1982,,2020-04-29T00:00:00Z,06,2417,19781,625337,625337,22198,625337,95,0,110a92588eb51eb4d56f43ef29303ff1fb7e2c58,0,0,0,0,0,
+20200430,CO,14758,56301,,966,2621,,,,,2415,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,766,2621,2020-04-28T00:00:00Z,08,23,1587,71059,71059,1610,71059,6,11,40a5c556bc7a153b54382f1b3f3a14fc2da310ab,0,0,0,0,0,
+20200430,CT,27700,69433,,1650,,,,,,,C,4/30/2020 16:00,2020-04-30T16:00:00Z,04/30 12:00,2257,,2020-04-30T16:00:00Z,09,933,1382,97133,97133,2315,97133,89,0,cc07d366ad0b9c8e863a29e38bfe6858786b33c5,0,0,0,0,0,
+20200430,DC,4323,15756,,,,,,,,660,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,224,,2020-04-30T00:00:00Z,11,217,633,20079,20079,850,20079,19,0,a3c5320c9f4edf898338076d7cdb9a7f10547bfa,0,0,0,0,0,
+20200430,DE,4734,17086,,296,,,,,,1275,B,4/30/2020 12:10,2020-04-30T12:10:00Z,04/30 08:10,152,,2020-04-30T12:10:00Z,10,79,203,21820,21820,282,21820,8,0,8001c1b90d5957da823016083fbd7cd866d7ae0d,0,0,0,0,0,
+20200430,FL,33690,348715,1187,,5795,,,,,,C,4/30/2020 09:44,2020-04-30T09:44:00Z,04/30 05:44,1290,5795,2020-04-30T09:44:00Z,12,497,8420,383592,382405,8917,382405,50,171,e1345ff79e4f979074e748ed11547c0535ad7f44,0,0,0,0,0,
+20200430,GA,26155,122889,,,5156,,1171,,,,A,4/30/2020 14:25,2020-04-30T14:25:00Z,04/30 10:25,1120,5156,2020-04-30T14:25:00Z,13,583,4522,149044,149044,5105,149044,27,100,09fbecd5df945d988e9d6c2041188d73ecae16b8,0,0,0,0,0,
+20200430,GU,146,1962,,,,,,,,131,F,4/30/2020 09:15,2020-04-30T09:15:00Z,04/30 05:15,5,,2020-04-30T09:15:00Z,66,1,260,2108,2108,261,2108,0,0,ea1525698050a86cae0a64c016d055dcd7d6c9c4,0,0,0,0,0,
+20200430,HI,613,30027,,,69,,,,,516,B,4/29/2020 18:00,2020-04-29T18:00:00Z,04/29 14:00,16,69,2020-04-29T18:00:00Z,15,4,1018,30640,30640,1022,30640,0,0,5029fcd1ac128e606fa774495e2ea513a09394e2,0,0,0,0,0,
+20200430,IA,7145,35522,,335,,121,,86,,2697,B,4/29/2020 12:00,2020-04-29T12:00:00Z,04/29 08:00,162,,2020-04-29T12:00:00Z,19,302,1028,42667,42667,1330,42667,14,0,2ccf0358209351f39dbc79123948cebde81399e2,0,0,0,0,0,
+20200430,ID,1984,26862,,,175,,74,,,1121,C,4/29/2020 19:00,2020-04-29T19:00:00Z,04/29 15:00,60,175,2020-04-29T19:00:00Z,16,32,432,28846,28846,464,28846,0,2,c25fa624683c66ebc47643ddaaf39ff57fad3b47,0,0,0,0,0,
+20200430,IL,52918,216949,,4953,,1289,,785,,,A,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,2355,,2020-04-30T00:00:00Z,17,2563,10637,269867,269867,13200,269867,140,0,a5dad33528d5ea8663c333f238c6ae616b6a7ff1,0,0,0,0,0,
+20200430,IN,17835,77163,,1466,,549,,275,,,A+,4/29/2020 23:59,2020-04-29T23:59:00Z,04/29 19:59,1114,,2020-04-29T23:59:00Z,18,653,2795,94998,94998,3448,94998,49,0,de42be6593698b061c4157037c4902a199a89bd3,0,0,0,0,0,
+20200430,KS,4238,27388,,,523,,201,,93,272,A,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,129,523,2020-04-30T10:00:00Z,20,500,1668,31626,31626,2168,31626,4,8,bc04f41c41acefaa0684da3376c385a5a314f846,0,0,0,0,0,
+20200430,KY,4539,49562,,325,1359,176,636,,,1668,A,4/29/2020 17:00,2020-04-29T17:00:00Z,04/29 13:00,235,1359,2020-04-29T17:00:00Z,21,164,1526,54101,54101,1690,54101,10,28,0a388a7231fd6d82555a01f85e293cff7bbc15ad,0,0,0,0,0,
+20200430,LA,28001,133308,,1601,,,,231,,17303,B,4/30/2020 13:00,2020-04-30T13:00:00Z,04/30 09:00,1862,,2020-04-30T13:00:00Z,22,341,4400,161309,161309,4741,161309,60,0,77fe2100fba5cc789e0d4497b82147cd19c871db,0,0,0,0,0,
+20200430,MA,62205,213442,,3803,5942,1001,,,,,A,4/30/2020 16:00,2020-04-30T16:00:00Z,04/30 12:00,3562,5942,2020-04-30T16:00:00Z,25,1940,8089,275647,275647,10029,275647,157,184,ef51a5dcd775ff7f4966c435dc22c6aa651316d3,0,0,0,0,0,
+20200430,MD,21742,92617,,1711,4559,590,,,,1432,A,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,1140,4559,2020-04-30T10:00:00Z,24,893,2537,114359,114359,3430,114359,62,157,bf7337d40c5895f86e0a8b85d60235ee64905e57,0,0,0,0,0,
+20200430,ME,1095,19546,,35,170,18,,8,,631,B,4/30/2020 11:45,2020-04-30T11:45:00Z,04/30 07:45,53,170,2020-04-30T11:45:00Z,23,39,0,20641,20641,39,20641,1,4,e8e86ee98de5ab2c2cc823924112bc8b03457c81,0,0,0,0,0,
+20200430,MI,41379,138888,,2319,,966,,760,,8342,A+,4/30/2020 11:00,2020-04-30T11:00:00Z,04/30 07:00,3789,,2020-04-30T11:00:00Z,26,980,6935,180267,180267,7915,180267,119,0,c92ca129f75f4311ef7028900c60bd38262db800,0,0,0,0,0,
+20200430,MN,5136,65140,,365,1044,130,358,,,1829,A,4/29/2020 17:00,2020-04-29T17:00:00Z,04/29 13:00,343,1044,2020-04-29T17:00:00Z,27,492,3040,70276,70276,3532,70276,24,94,fdfac1b16b87b61910d1087608d06ab545a1b133,0,0,0,0,0,
+20200430,MO,7562,73125,,853,,,,141,,,A,4/30/2020 15:00,2020-04-30T15:00:00Z,04/30 11:00,329,,2020-04-30T15:00:00Z,29,137,3391,80687,80687,3528,80687,11,0,4e1a8ffef21cd7c459c3337f96e941d9baa1938f,0,0,0,0,0,
+20200430,MP,14,585,,,,,,,,12,D,4/30/2020 07:00,2020-04-30T07:00:00Z,04/30 03:00,2,,2020-04-30T07:00:00Z,69,0,375,599,599,375,599,0,0,b99ce83c30807f19e414b9a5adb9826450d75047,0,0,0,0,0,
+20200430,MS,6815,59525,,639,1175,146,,72,,3413,B,4/29/2020 19:00,2020-04-29T19:00:00Z,04/29 15:00,261,1175,2020-04-29T19:00:00Z,28,246,0,66340,66340,246,66340,11,49,0cfc229ca1d5c1fc5d3605cef306f989070784e0,0,0,0,0,0,
+20200430,MT,453,13461,,5,61,,,,,392,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,16,61,2020-04-30T00:00:00Z,30,2,384,13914,13914,386,13914,0,0,d9307cbc4809db6f6ebe99a5eb71add1655214ce,0,0,0,0,0,
+20200430,NC,10509,117527,,546,,,,,,,B,4/30/2020 11:00,2020-04-30T11:00:00Z,04/30 07:00,378,,2020-04-30T11:00:00Z,37,561,9035,128036,128036,9596,128036,24,0,b3a2fc50bc41ace8427374291876cfc335f79782,0,0,0,0,0,
+20200430,ND,1067,26393,,30,85,,,,,458,C,4/30/2020 13:00,2020-04-30T13:00:00Z,04/30 09:00,19,85,2020-04-30T13:00:00Z,38,34,1890,27460,27460,1924,27460,0,3,8d8d66f27325382c00bd8138de04a31e2496135b,0,0,0,0,0,
+20200430,NE,3784,21537,,,,,,,,,D,4/29/2020 19:45,2020-04-29T19:45:00Z,04/29 15:45,68,,2020-04-29T19:45:00Z,31,410,1280,25321,25321,1690,25321,13,0,7aca77606aa4b05b3e3edfcbfeb9fa80ae6da461,0,0,0,0,0,
+20200430,NH,2054,19867,272,107,259,,,,,980,C,4/29/2020 09:00,2020-04-29T09:00:00Z,04/29 05:00,66,259,2020-04-29T09:00:00Z,33,44,1131,22193,21921,1175,21921,6,10,4273db662dd75d98e43a8ebd1973cfaea61762c0,0,0,0,0,0,
+20200430,NJ,118652,129266,478,6137,,1765,,1271,,15642,A+,4/30/2020 13:00,2020-04-30T13:00:00Z,04/30 09:00,7228,,2020-04-30T13:00:00Z,34,2388,4212,248396,247918,6600,247918,458,0,d5103c0d57162e6e95df8c28dbbf04cf5ad26a44,0,0,0,0,0,
+20200430,NM,3213,61872,,163,536,,,,,734,C,4/29/2020 20:02,2020-04-29T20:02:00Z,04/29 16:02,112,536,2020-04-29T20:02:00Z,35,239,3101,65085,65085,3340,65085,2,27,0e08f94664753f97b46ae333e1b53a8ee9271cf5,0,0,0,0,0,
+20200430,NV,4998,36988,,,,,,,,158,D,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,237,,2020-04-30T10:00:00Z,32,100,858,41986,41986,958,41986,7,0,607889c2dbfef24c0154b94ddf17da5de488fd1a,0,0,0,0,0,
+20200430,NY,304372,596264,,11598,77400,,,,,54771,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,18321,77400,2020-04-30T00:00:00Z,36,4681,23474,900636,900636,28155,900636,306,950,7d559115a11ad89e2233e5a11916155ca33952a3,0,0,0,0,0,
+20200430,OH,18027,115863,,,3533,,1035,,,,B,4/30/2020 14:00,2020-04-30T14:00:00Z,04/30 10:00,975,3533,2020-04-30T14:00:00Z,39,724,4258,133890,133890,4982,133890,38,112,b61a1fe160d9bc1d46412accf7aacd6f4ed33cc1,0,0,0,0,0,
+20200430,OK,3618,59804,,291,703,127,,,,2401,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,222,703,2020-04-29T00:00:00Z,40,145,2010,63422,63422,2155,63422,8,10,d8a2e99fcab7be105341b2d42373bcc60e5f11cf,0,0,0,0,0,
+20200430,OR,2510,53522,,243,578,65,,28,,,A,4/30/2020 11:00,2020-04-30T11:00:00Z,04/30 07:00,103,578,2020-04-30T11:00:00Z,41,64,1496,56032,56032,1560,56032,2,9,fd13d5ea2a5bb347d8fb67e3ef645572d1b56abd,0,0,0,0,0,
+20200430,PA,45763,175602,,2707,,,,556,,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,2292,,2020-04-30T00:00:00Z,42,1397,5085,221365,221365,6482,221365,97,0,5a55988fd1830bdae2e28552998935c35126f6fc,0,0,0,0,0,
+20200430,PR,1539,9313,,,,,,,,,D,4/30/2020 06:00,2020-04-30T06:00:00Z,04/30 02:00,92,,2020-04-30T06:00:00Z,72,106,0,10852,10852,106,10852,6,0,e5378050d167508472f1a36d99bdae500ce8dc52,0,0,0,0,0,
+20200430,RI,8621,55089,,339,896,85,,54,,461,A+,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,266,896,2020-04-30T00:00:00Z,44,374,3171,63710,63710,3545,63710,15,146,41182ebf36069419b4822b92d6385c2c10cb66ed,0,0,0,0,0,
+20200430,SC,6095,50417,,,1000,,,,,3252,B,4/30/2020 16:04,2020-04-30T16:04:00Z,04/30 12:04,244,1000,2020-04-30T16:04:00Z,45,214,2081,56512,56512,2295,56512,41,0,f635e6e1980e25b6ebb6f20fa973e6e9ce94cf1f,0,0,0,0,0,
+20200430,SD,2449,14579,,76,173,,,,,1573,C,4/30/2020 11:31,2020-04-30T11:31:00Z,04/30 07:31,17,173,2020-04-30T11:31:00Z,46,76,119,17028,17028,195,17028,4,8,fba0f8c042328087b72a7c35b0b07983cbc85527,0,0,0,0,0,
+20200430,TN,10735,166891,,,1045,,,,,5338,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,199,1045,2020-04-28T15:00:00Z,47,369,8708,177626,177626,9077,177626,4,32,41d25075ce446750c5e20d6376d939b47eb6d302,0,0,0,0,0,
+20200430,TX,28087,302213,,1686,,,,,,13353,B,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,782,,2020-04-29T13:00:00Z,48,1033,14477,330300,330300,15510,330300,50,0,ccc109dd738639896d83b4792fa49eceef5e75b9,0,0,0,0,0,
+20200430,UT,4672,103829,,,390,,,,,1939,C,4/30/2020 15:00,2020-04-30T15:00:00Z,04/30 11:00,46,390,2020-04-30T15:00:00Z,49,177,2546,108501,108501,2723,108501,1,7,68a0a4dd2d99e92a90920adfba264021c918fcbe,0,0,0,0,0,
+20200430,VA,15846,75663,583,1550,3654,372,,208,,2104,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,552,3654,2020-04-30T00:00:00Z,51,885,4684,92092,91509,5569,91509,30,46,5aa2c8818a0c96986cec90fa427ea8ab735f5388,0,0,0,0,0,
+20200430,VI,66,807,43,,,,,,,51,C,4/29/2020 18:12,2020-04-29T18:12:00Z,04/29 14:12,4,,2020-04-29T18:12:00Z,78,4,75,916,873,79,873,0,0,77119b2e2301c1acd6fe4a6fa438b1c156eb1253,0,0,0,0,0,
+20200430,VT,879,14357,,23,,,,,,,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,49,,2020-04-30T00:00:00Z,50,13,202,15236,15236,215,15236,2,0,144eda3ff8e1027175dc7bea1386b1277d2619d0,0,0,0,0,0,
+20200430,WA,15396,199098,,474,,145,,,,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,801,,2020-04-30T00:00:00Z,53,241,5913,214494,214494,6154,214494,15,0,d3888b2b167032130ba196c4fdc3a4efc7980ae6,0,0,0,0,0,
+20200430,WI,6854,69394,195,554,1512,119,382,,,3352,A+,4/30/2020 16:00,2020-04-30T16:00:00Z,04/30 12:00,316,1512,2020-04-30T16:00:00Z,55,334,2764,76443,76248,3098,76248,8,23,caef118ba2acca54c8d8959e7540b45f673be34a,0,0,0,0,0,
+20200430,WV,1118,43423,,84,,38,,20,,545,C,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,41,,2020-04-30T10:00:00Z,54,23,1447,44541,44541,1470,44541,3,0,d4d592c7cca620202f77ff92ed6ce8c149d6646d,0,0,0,0,0,
+20200430,WY,544,8902,,13,56,,,,,371,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,7,56,2020-04-29T00:00:00Z,56,8,221,9446,9446,229,9446,0,0,a15d00a4d79b1b7549b5453268727916104683e0,0,0,0,0,0,
+20200429,AK,355,18764,,14,,,,,,240,B,4/28/2020 14:50,2020-04-28T14:50:00Z,04/28 10:50,9,,2020-04-28T14:50:00Z,02,4,2026,19119,19119,2030,19119,0,0,f1034a2533e8dd4af6a78a1ff4e07174e5dd7975,0,0,0,0,0,
+20200429,AL,6842,73607,,,945,,335,,195,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,245,945,2020-04-29T00:00:00Z,01,155,4467,80449,80449,4622,80449,3,34,0fbebdf7f4c477af7e370fbe8eef13443fe8ed93,0,0,0,0,0,
+20200429,AR,3192,42257,,93,389,,,18,82,1249,B,4/29/2020 09:00,2020-04-29T09:00:00Z,04/29 05:00,59,389,2020-04-29T09:00:00Z,05,81,4697,45449,45449,4778,45449,7,389,6a1411500c9708b9f1b8bcf72a6847108f7ce1d4,0,0,0,0,0,
+20200429,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,833a9feb141af2be662dc904f3d2adf16a4fba96,0,0,0,0,0,
+20200429,AZ,7202,61611,,756,1131,312,,191,,1475,A+,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,304,1131,2020-04-29T00:00:00Z,04,254,1121,68813,68813,1375,68813,11,36,907c493f9927d9defe1a589a0a8c31d8f75d1b20,0,0,0,0,0,
+20200429,CA,46500,556639,,5011,,1512,,,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,1887,,2020-04-29T00:00:00Z,06,1469,24062,603139,603139,25531,603139,78,0,243720d8030e291b63b5d8505f0817f160b02449,0,0,0,0,0,
+20200429,CO,14735,54714,,964,2610,,,,,2275,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,760,2610,2020-04-27T00:00:00Z,08,856,2252,69449,69449,3108,69449,54,125,662ad740a73ba25eb33875f88022d52003006cf9,0,0,0,0,0,
+20200429,CT,26767,68051,,1691,,,,,,,C,4/29/2020 16:00,2020-04-29T16:00:00Z,04/29 12:00,2168,,2020-04-29T16:00:00Z,09,455,1618,94818,94818,2073,94818,79,0,641d5cb66f6284b97dde0006ef43555e3fb44e82,0,0,0,0,0,
+20200429,DC,4106,15123,,,,,,,,660,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,205,,2020-04-29T00:00:00Z,11,112,232,19229,19229,344,19229,15,0,17754a1aaceacadbe535c12e029d325b84b174a9,0,0,0,0,0,
+20200429,DE,4655,16883,,326,,,,,,1173,B,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,144,,2020-04-28T18:00:00Z,10,80,278,21538,21538,358,21538,7,0,cd38faecf437f0d17214ae54ad350467cc58058b,0,0,0,0,0,
+20200429,FL,33193,340295,1252,,5624,,,,,,C,4/29/2020 09:51,2020-04-29T09:51:00Z,04/29 05:51,1240,5624,2020-04-29T09:51:00Z,12,347,6266,374740,373488,6613,373488,86,358,ca3fe81479d50f9d3f6bd209193d069ab8380105,0,0,0,0,0,
+20200429,GA,25572,118367,,,5056,,1148,,,,A,4/29/2020 14:25,2020-04-29T14:25:00Z,04/29 10:25,1093,5056,2020-04-29T14:25:00Z,13,957,2962,143939,143939,3919,143939,67,242,c09078cff524b97d21324bbce65a3461828186a8,0,0,0,0,0,
+20200429,GU,145,1702,,,,,,,,130,D,4/29/2020 09:35,2020-04-29T09:35:00Z,04/29 05:35,5,,2020-04-29T09:35:00Z,66,0,164,1847,1847,164,1847,0,0,4ceeb0912a3be1d1c7d17803412a9d3e34cf241b,0,0,0,0,0,
+20200429,HI,609,29009,,,69,,,,,505,B,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,16,69,2020-04-28T18:00:00Z,15,2,433,29618,29618,435,29618,0,1,3486bd5baa22df8e77a1b377c40baaa7a478d513,0,0,0,0,0,
+20200429,IA,6843,34494,,323,,100,,74,,2428,B,4/28/2020 12:00,2020-04-28T12:00:00Z,04/28 08:00,148,,2020-04-28T12:00:00Z,19,467,1047,41337,41337,1514,41337,12,0,67a47ebde9066480f7b624686217280c0a321ee3,0,0,0,0,0,
+20200429,ID,1952,26430,,,173,,73,,,1087,C,4/28/2020 19:00,2020-04-28T19:00:00Z,04/28 15:00,60,173,2020-04-28T19:00:00Z,16,35,8295,28382,28382,8330,28382,2,1,9104e13c0940e5ac04bd9f5b7ff712e7290ae5c2,0,0,0,0,0,
+20200429,IL,50355,206312,,5036,,1290,,777,,,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,2215,,2020-04-29T00:00:00Z,17,2253,12225,256667,256667,14478,256667,90,0,8034c63143805a7c7b136690fd81e0fb09ba424c,0,0,0,0,0,
+20200429,IN,17182,74368,,1484,,570,,262,,,A,4/28/2020 23:59,2020-04-28T23:59:00Z,04/28 19:59,1065,,2020-04-28T23:59:00Z,18,594,3775,91550,91550,4369,91550,164,0,a775f30d4d45d8f0fdd24af9038961ae35fd20bb,0,0,0,0,0,
+20200429,KS,3738,25720,,,515,,198,,88,266,A,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,125,515,2020-04-29T10:00:00Z,20,247,1121,29458,29458,1368,29458,1,11,029fcd07a67135b719ee7e4229680be915dd720a,0,0,0,0,0,
+20200429,KY,4375,48036,,320,1331,170,625,,,1617,A,4/28/2020 17:00,2020-04-28T17:00:00Z,04/28 13:00,225,1331,2020-04-28T17:00:00Z,21,229,3383,52411,52411,3612,52411,12,50,685a9f1f5e8770e5850b8947fcdbe74d70672ff7,0,0,0,0,0,
+20200429,LA,27660,128908,,1629,,,,244,,17303,B,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,1802,,2020-04-29T13:00:00Z,22,374,5086,156568,156568,5460,156568,44,0,d2f79c3169303a47636fc288259566470a5cca24,0,0,0,0,0,
+20200429,MA,60265,205353,,3856,5758,1011,,,,,A,4/29/2020 16:00,2020-04-29T16:00:00Z,04/29 12:00,3405,5758,2020-04-29T16:00:00Z,25,1963,9155,265618,265618,11118,265618,252,243,cd67de3922b29fb02dd1850921e6925ad06c0e75,0,0,0,0,0,
+20200429,MD,20849,90080,,1610,4402,586,,,,1361,A,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,1078,4402,2020-04-29T10:00:00Z,24,736,2408,110929,110929,3144,110929,62,134,c7f3ae712aa49bcb04f30c8c320404e585c9af1e,0,0,0,0,0,
+20200429,ME,1056,19546,,32,166,17,,7,,615,B,4/29/2020 12:00,2020-04-29T12:00:00Z,04/29 08:00,52,166,2020-04-29T12:00:00Z,23,16,2762,20602,20602,2778,20602,1,3,626c64c8ddda709bd93e262ee71170aef109f302,0,0,0,0,0,
+20200429,MI,40399,131953,,2498,,997,,778,,8342,A+,4/29/2020 11:00,2020-04-29T11:00:00Z,04/29 07:00,3670,,2020-04-29T11:00:00Z,26,1137,6410,172352,172352,7547,172352,103,0,f90530f75df0b74128c42d374cfef9498c68d2a6,0,0,0,0,0,
+20200429,MN,4644,62100,,320,950,119,337,,,1724,A,4/28/2020 17:00,2020-04-28T17:00:00Z,04/28 13:00,319,950,2020-04-28T17:00:00Z,27,463,2452,66744,66744,2915,66744,18,38,642ae8061695e74521d5f9b8f5973073581381be,0,0,0,0,0,
+20200429,MO,7425,69734,,891,,,,125,,,A,4/29/2020 15:00,2020-04-29T15:00:00Z,04/29 11:00,318,,2020-04-29T15:00:00Z,29,122,3534,77159,77159,3656,77159,4,0,60e8389fab0bf85d68462ba017547796971e0170,0,0,0,0,0,
+20200429,MP,14,210,,,,,,,,12,D,4/29/2020 02:30,2020-04-29T02:30:00Z,04/28 22:30,2,,2020-04-29T02:30:00Z,69,0,159,224,224,159,224,0,0,c8932f400e915fce4ae18eb8233056d7874316c7,0,0,0,0,0,
+20200429,MS,6569,59525,,677,1126,151,,69,,3413,B,4/28/2020 19:00,2020-04-28T19:00:00Z,04/28 15:00,250,1126,2020-04-28T19:00:00Z,28,227,1455,66094,66094,1682,66094,11,38,d1dffe4fd1ed6f1701c19c833f309bc9279df0b9,0,0,0,0,0,
+20200429,MT,451,13077,,5,61,,,,,382,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,16,61,2020-04-29T00:00:00Z,30,0,337,13528,13528,337,13528,1,0,034471b86fbf71501eaf8df95927c6ea568e40cf,0,0,0,0,0,
+20200429,NC,9948,108492,,551,,,,,,,B,4/29/2020 11:00,2020-04-29T11:00:00Z,04/29 07:00,354,,2020-04-29T11:00:00Z,37,380,5308,118440,118440,5688,118440,12,0,8f73191afe59d7fec9ea263accf65245028f6662,0,0,0,0,0,
+20200429,ND,1033,24503,,28,82,,,,,437,C,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,19,82,2020-04-29T13:00:00Z,38,42,1771,25536,25536,1813,25536,0,3,30ccc1d9874c46197db8e7315f7bc4acd87495d1,0,0,0,0,0,
+20200429,NE,3374,20257,,,,,,,,,D,4/28/2020 19:45,2020-04-28T19:45:00Z,04/28 15:45,55,,2020-04-28T19:45:00Z,31,16,10,23631,23631,26,23631,0,0,d8bcc23730a9fed1af045863072200938c2def98,0,0,0,0,0,
+20200429,NH,2010,18736,81,106,249,,,,,936,C,4/28/2020 09:00,2020-04-28T09:00:00Z,04/28 05:00,60,249,2020-04-28T09:00:00Z,33,72,529,20827,20746,601,20746,0,3,74195ef5f88a3819ae34fc36b196fc71aecd78ca,0,0,0,0,0,
+20200429,NJ,116264,125054,617,6289,,1811,,1327,,15642,A+,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,6770,,2020-04-29T13:00:00Z,34,2408,4551,241935,241318,6959,241318,328,0,5594147166e65ff68179d2929ab8ea48850a5f2b,0,0,0,0,0,
+20200429,NM,2974,58771,,157,509,,,,,705,C,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,110,509,2020-04-28T18:00:00Z,35,151,2791,61745,61745,2942,61745,6,28,fcc5426a980a2c08d9b81c6be122d8c77486bb3e,0,0,0,0,0,
+20200429,NV,4898,36130,,,,,,,,100,D,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,230,,2020-04-29T10:00:00Z,32,93,816,41028,41028,909,41028,11,0,dde247633197588a904b4a1587edf8b5ea143336,0,0,0,0,0,
+20200429,NY,299691,572790,,12159,76450,,,,,53238,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,18015,76450,2020-04-29T00:00:00Z,36,4585,22902,872481,872481,27487,872481,377,1088,136e8544508f4259246ca84c0f3f5b74c03d1a8b,0,0,0,0,0,
+20200429,OH,17303,111605,,,3421,,1014,,,,B,4/29/2020 14:00,2020-04-29T14:00:00Z,04/29 10:00,937,3421,2020-04-29T14:00:00Z,39,1175,5027,128908,128908,6202,128908,138,81,d61e417bb7bd387efc46a3d2b4b7cdb9d6078714,0,0,0,0,0,
+20200429,OK,3473,57794,,283,693,126,,,,2319,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,214,693,2020-04-29T00:00:00Z,40,63,1505,61267,61267,1568,61267,7,37,d60e891ece321c996a85bebd3e69a71098084601,0,0,0,0,0,
+20200429,OR,2446,52026,,227,569,56,,24,,,A,4/29/2020 11:00,2020-04-29T11:00:00Z,04/29 07:00,101,569,2020-04-29T11:00:00Z,41,92,3182,54472,54472,3274,54472,9,15,08a3439fca8f4a8093e6885c2c6fc73d39d4c564,0,0,0,0,0,
+20200429,PA,44366,170517,,2781,,,,602,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,2195,,2020-04-29T00:00:00Z,42,1102,4693,214883,214883,5795,214883,479,0,2b8e56764ed0477e35b68454e576556d3ac1176f,0,0,0,0,0,
+20200429,PR,1433,9313,1940,,,,,,,,D,4/29/2020 06:00,2020-04-29T06:00:00Z,04/29 02:00,86,,2020-04-29T06:00:00Z,72,33,0,12686,10746,33,10746,0,0,52fbb4a72dc7977a99013be8ae2940e63e322cef,0,0,0,0,0,
+20200429,RI,8247,51918,,269,750,80,,55,,391,A+,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,251,750,2020-04-29T00:00:00Z,44,321,2151,60165,60165,2472,60165,12,18,901282aaaa2f4357942a4a7d835bc49c1c627283,0,0,0,0,0,
+20200429,SC,5881,48336,,,1000,,,,,3252,B,4/29/2020 15:30,2020-04-29T15:30:00Z,04/29 11:30,203,1000,2020-04-29T15:30:00Z,45,268,1804,54217,54217,2072,54217,26,56,0ef9b92a0eb12526543a2f75a2f2dd414da49553,0,0,0,0,0,
+20200429,SD,2373,14460,,69,165,,,,,1492,C,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,13,165,2020-04-28T18:00:00Z,46,60,161,16833,16833,221,16833,2,8,74c8c1f2a3f265ed51cc904f20defd1dc0f2dd37,0,0,0,0,0,
+20200429,TN,10366,158183,,,1013,,,,,5140,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,195,1013,2020-04-28T15:00:00Z,47,314,6307,168549,168549,6621,168549,7,119,757cdaba1481df41bbff158b53f7a326d7cb91d0,0,0,0,0,0,
+20200429,TX,27054,287736,,1702,,,,,,12507,B,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,732,,2020-04-29T13:00:00Z,48,883,13523,314790,314790,14406,314790,42,0,c61aa2946fdb148be52214431c269feccbe70abd,0,0,0,0,0,
+20200429,UT,4495,101283,,,383,,,,,1790,C,4/29/2020 15:00,2020-04-29T15:00:00Z,04/29 11:00,45,383,2020-04-29T15:00:00Z,49,152,3187,105778,105778,3339,105778,0,13,f4695c6cded2d61a6aa088d2e4abf923e8cc2716,0,0,0,0,0,
+20200429,VA,14961,70979,620,1566,3608,387,,222,,2042,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,522,3608,2020-04-29T00:00:00Z,51,622,2020,86560,85940,2642,85940,30,186,28a26a6e9886532ab91db0169d3b997140d28466,0,0,0,0,0,
+20200429,VI,62,732,78,,,,,,,51,C,4/28/2020 20:30,2020-04-28T20:30:00Z,04/28 16:30,4,,2020-04-28T20:30:00Z,78,3,13,872,794,16,794,0,0,61d2a73be9e07700c7de3b9838bfdc37f56b99ff,0,0,0,0,0,
+20200429,VT,866,14155,,26,,,,,,,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,47,,2020-04-29T00:00:00Z,50,4,208,15021,15021,212,15021,0,0,5d163f232772a18ecc73b534c046206b6211a042,0,0,0,0,0,
+20200429,WA,15155,193185,,490,,156,,,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,786,,2020-04-29T00:00:00Z,53,318,6246,208340,208340,6564,208340,21,0,e8908bc7c4d2d520ec0da340fa21afb88afb640e,0,0,0,0,0,
+20200429,WI,6520,66630,227,577,1489,121,363,,,,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,308,1489,2020-04-29T00:00:00Z,55,231,3095,73377,73150,3326,73150,8,33,5b00052aa9650039279e3771f25229bab9476cee,0,0,0,0,0,
+20200429,WV,1095,41976,,102,,40,,21,,504,C,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,38,,2020-04-29T10:00:00Z,54,16,0,43071,43071,16,43071,1,0,e915b1240407a6963efa35e8d7259d41b9295cd7,0,0,0,0,0,
+20200429,WY,536,8681,,12,56,,,,,362,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,7,56,2020-04-29T00:00:00Z,56,147,455,9217,9217,602,9217,0,0,03f367919afb088865466b394e94b290c7a2d474,0,0,0,0,0,
+20200428,AK,351,16738,,16,,,,,,228,B,4/28/2020 14:50,2020-04-28T14:50:00Z,04/28 10:50,9,,2020-04-28T14:50:00Z,02,6,827,17089,17089,833,17089,0,0,bbf9ae18f0cab2651f6f023caf498c9b9da68761,0,0,0,0,0,
+20200428,AL,6687,69140,,,911,,335,,195,,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,242,911,2020-04-28T00:00:00Z,01,188,1642,75827,75827,1830,75827,20,39,bf565149b3b869aeeafc33c7ab16ec8bf782d2df,0,0,0,0,0,
+20200428,AR,3111,37560,,104,,,,20,,1146,B,4/28/2020 09:00,2020-04-28T09:00:00Z,04/28 05:00,52,,2020-04-28T09:00:00Z,05,94,120,40671,40671,214,40671,2,0,59e24e6e6012ba99358ec162db79460f47c48c40,0,0,0,0,0,
+20200428,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,747d9653452d6160e3a2cc9a7842fd7d4123eb36,0,0,0,0,0,
+20200428,AZ,6948,60490,,737,1095,303,,193,,1450,A+,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,293,1095,2020-04-27T00:00:00Z,04,232,663,67438,67438,895,67438,18,44,222a3890c5085c5abc91274b305a11348ca90dc9,0,0,0,0,0,
+20200428,CA,45031,532577,,4983,,1485,,,,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,1809,,2020-04-27T00:00:00Z,06,1567,22632,577608,577608,24199,577608,54,0,6c46d43f372124fe4c935a535468618d2695668c,0,0,0,0,0,
+20200428,CO,13879,52462,,994,2485,,,,,2275,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,706,2485,2020-04-26T00:00:00Z,08,438,2629,66341,66341,3067,66341,26,47,eca4c241ec53381f91a4e23251a84050d23a0233,0,0,0,0,0,
+20200428,CT,26312,66433,,1732,,,,,,,C,4/28/2020 16:00,2020-04-28T16:00:00Z,04/28 12:00,2089,,2020-04-28T16:00:00Z,09,1043,11891,92745,92745,12934,92745,91,0,a962c982939a69d15f152c66d576184846251206,0,0,0,0,0,
+20200428,DC,3994,14891,,,,,,,,660,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,190,,2020-04-27T00:00:00Z,11,102,367,18885,18885,469,18885,5,0,8aec2a3d85cd32c2006100e9576017f5fa094a13,0,0,0,0,0,
+20200428,DE,4575,16605,,337,,,,,,1096,B,4/27/2020 18:00,2020-04-27T18:00:00Z,04/27 14:00,137,,2020-04-27T18:00:00Z,10,413,1151,21180,21180,1564,21180,12,0,b4fb1487a7a9056d36db158db1e23aa86a699cc4,0,0,0,0,0,
+20200428,FL,32846,334029,1216,,5266,,,,,,C,4/28/2020 09:36,2020-04-28T09:36:00Z,04/28 05:36,1154,5266,2020-04-28T09:36:00Z,12,708,9704,368091,366875,10412,366875,53,55,8ddbb8d3fd0832fc1f6ff105b9c65843bd5bafc9,0,0,0,0,0,
+20200428,GA,24615,115405,,,4814,,1087,,,,B,4/28/2020 13:25,2020-04-28T13:25:00Z,04/28 09:25,1026,4814,2020-04-28T13:25:00Z,13,702,12149,140020,140020,12851,140020,55,133,5e035d92866c6015617b2f480a2724a096028afe,0,0,0,0,0,
+20200428,GU,145,1538,,3,,,,,,129,D,4/28/2020 09:15,2020-04-28T09:15:00Z,04/28 05:15,5,,2020-04-28T09:15:00Z,66,1,114,1683,1683,115,1683,0,0,51d5d00e13ef1d360103d7514c0de62698402772,0,0,0,0,0,
+20200428,HI,607,28576,,,68,,,,,493,C,4/27/2020 18:00,2020-04-27T18:00:00Z,04/27 14:00,16,68,2020-04-27T18:00:00Z,15,1,172,29183,29183,173,29183,2,0,959fd929750ef2906cfd8c0df0871be5c42e63e0,0,0,0,0,0,
+20200428,IA,6376,33447,,304,,98,,64,,2164,B,4/27/2020 12:00,2020-04-27T12:00:00Z,04/27 08:00,136,,2020-04-27T12:00:00Z,19,508,1165,39823,39823,1673,39823,9,0,808dd0654338b81f43fef43be4b5f4fae3833c67,0,0,0,0,0,
+20200428,ID,1917,18135,,,172,,73,,,1039,C,4/27/2020 19:00,2020-04-27T19:00:00Z,04/27 15:00,58,172,2020-04-27T19:00:00Z,16,20,8,20052,20052,28,20052,2,3,89caf51741cb248837edcaf7c3f7f0e7cfd9d31d,0,0,0,0,0,
+20200428,IL,48102,194087,,4738,,1245,,778,,,A,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,2125,,2020-04-28T00:00:00Z,17,2219,12342,242189,242189,14561,242189,142,0,7c43bb5766aa013acf026d4ade1b3332486f94eb,0,0,0,0,0,
+20200428,IN,16588,70593,,1518,,546,,275,,,B,4/27/2020 23:59,2020-04-27T23:59:00Z,04/27 19:59,901,,2020-04-27T23:59:00Z,18,627,2078,87181,87181,2705,87181,57,0,48e489c836142a697ccc545dc6e990a72b11c6c2,0,0,0,0,0,
+20200428,KS,3491,24599,,,504,,,,,,C,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,124,504,2020-04-28T10:00:00Z,20,163,760,28090,28090,923,28090,4,8,6a823459119b33b68b7ea523f02caf67a11e746b,0,0,0,0,0,
+20200428,KY,4146,44653,,313,1281,165,612,,,1521,A,4/27/2020 17:00,2020-04-27T17:00:00Z,04/27 13:00,213,1281,2020-04-27T17:00:00Z,21,72,253,48799,48799,325,48799,5,7,f5a26db2837bb01f20cd7f5b3319847a3a5bfdc0,0,0,0,0,0,
+20200428,LA,27286,123822,,1666,,,,244,,17303,B,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,1758,,2020-04-28T13:00:00Z,22,218,3901,151108,151108,4119,151108,61,0,8fea04d8f7af39c77740e1b467ce53d881c93b64,0,0,0,0,0,
+20200428,MA,58302,196198,,3875,5515,1005,,,,,B,4/28/2020 16:00,2020-04-28T16:00:00Z,04/28 12:00,3153,5515,2020-04-28T16:00:00Z,25,1840,7773,254500,254500,9613,254500,150,278,59ed8afdf64290a9e7e1fa3a8fffa01c39813be6,0,0,0,0,0,
+20200428,MD,20113,87672,,1528,4268,551,,,,1295,A,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,1016,4268,2020-04-28T10:00:00Z,24,626,2183,107785,107785,2809,107785,71,167,0f1c89f73eb3a97baac4d2a8e0cd751eb4db4885,0,0,0,0,0,
+20200428,ME,1040,16784,,33,163,17,,7,,585,B,4/28/2020 11:45,2020-04-28T11:45:00Z,04/28 07:45,51,163,2020-04-28T11:45:00Z,23,17,0,17824,17824,17,17824,0,2,7174e2366185a2ebf9665bb785e232ee664281cc,0,0,0,0,0,
+20200428,MI,39262,125543,,2623,,1027,,801,,8342,A+,4/28/2020 11:00,2020-04-28T11:00:00Z,04/28 07:00,3567,,2020-04-28T11:00:00Z,26,1052,5993,164805,164805,7045,164805,160,0,56d37cbec57411065e335cfa81654201183f7188,0,0,0,0,0,
+20200428,MN,4181,59648,,314,912,120,324,,,1611,A,4/27/2020 17:00,2020-04-27T17:00:00Z,04/27 13:00,301,912,2020-04-27T17:00:00Z,27,365,2196,63829,63829,2561,63829,15,51,7aa05f1340bca173bcdccb1906c11fadd61ef88d,0,0,0,0,0,
+20200428,MO,7303,66200,,655,,,,105,,,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,314,,2020-04-28T15:00:00Z,29,132,2265,73503,73503,2397,73503,26,0,2a4c1374acc6d9cacffc7bca6d66f3504242072a,0,0,0,0,0,
+20200428,MP,14,51,,,,,,,,12,D,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,2,,2020-04-28T00:00:00Z,69,0,0,65,65,0,65,0,0,ef53957181f46ff5c12cf483140ebcd44d7517c2,0,0,0,0,0,
+20200428,MS,6342,58070,,639,1088,162,,77,,,B,4/27/2020 19:00,2020-04-27T19:00:00Z,04/27 15:00,239,1088,2020-04-27T19:00:00Z,28,248,702,64412,64412,950,64412,10,28,7672ffd70ffa67c39262076b1c8683c9226e84f9,0,0,0,0,0,
+20200428,MT,451,12740,,10,61,,,,,356,C,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,15,61,2020-04-28T00:00:00Z,30,2,156,13191,13191,158,13191,1,0,86b2b438c1414ff76acf0f3960897bef265603fe,0,0,0,0,0,
+20200428,NC,9568,103184,,463,,,,,,,B,4/28/2020 11:00,2020-04-28T11:00:00Z,04/28 07:00,342,,2020-04-28T11:00:00Z,37,426,2406,112752,112752,2832,112752,36,0,85ab63479b1e34e0129fe8deb4c15d66d1df51c6,0,0,0,0,0,
+20200428,ND,991,22732,,25,79,,,,,409,C,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,19,79,2020-04-28T13:00:00Z,38,49,1240,23723,23723,1289,23723,0,2,158e73b86bfaffa863a2f966bdcc6d10d83978cf,0,0,0,0,0,
+20200428,NE,3358,20247,,,,,,,,,D,4/27/2020 19:45,2020-04-27T19:45:00Z,04/27 15:45,55,,2020-04-27T19:45:00Z,31,330,912,23605,23605,1242,23605,-1,0,c99a86baeea4374d38589a27e72e4b68e588c9c3,0,0,0,0,0,
+20200428,NH,1938,18207,223,99,246,,,,,798,C,4/27/2020 09:00,2020-04-27T09:00:00Z,04/27 05:00,60,246,2020-04-27T09:00:00Z,33,74,347,20368,20145,421,20145,0,4,af6e3216eba4685a5b4b64a914691d7a2fff2a78,0,0,0,0,0,
+20200428,NJ,113856,120503,,6476,,1809,,1262,,15642,A+,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,6442,,2020-04-28T13:00:00Z,34,2668,3916,234359,234359,6584,234359,398,0,32c0328c416e31f652a2bff2309927af176e5082,0,0,0,0,0,
+20200428,NM,2823,55980,,155,481,,,,,666,C,4/27/2020 18:04,2020-04-27T18:04:00Z,04/27 14:04,104,481,2020-04-27T18:04:00Z,35,97,2091,58803,58803,2188,58803,5,69,bfbc6f70be0a862b6c0367475efd250389b314ed,0,0,0,0,0,
+20200428,NV,4805,35314,,,,,,,,,F,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,219,,2020-04-28T10:00:00Z,32,115,1191,40119,40119,1306,40119,13,0,e43cd557b1f7748499aaff8af189bd70414cb26d,0,0,0,0,0,
+20200428,NY,295106,549888,,12645,75362,,,,,51673,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,17638,75362,2020-04-28T00:00:00Z,36,3110,15789,844994,844994,18899,844994,335,760,87a6d565e076c0bca624b9334a8665710e76035d,0,0,0,0,0,
+20200428,OH,16128,106578,,,3340,,1004,,,,B,4/28/2020 14:00,2020-04-28T14:00:00Z,04/28 10:00,799,3340,2020-04-28T14:00:00Z,39,429,2886,122706,122706,3315,122706,46,108,c7f2863f59c8c8e20c62a8d82fa0cd2868483a92,0,0,0,0,0,
+20200428,OK,3410,56289,,288,656,118,,,,2260,A,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,207,656,2020-04-28T00:00:00Z,40,130,6398,59699,59699,6528,59699,10,0,09d2b07a8a4e64581f931bbcac34bb601e583b71,0,0,0,0,0,
+20200428,OR,2354,48844,,249,554,71,,31,,,B,4/27/2020 11:00,2020-04-27T11:00:00Z,04/27 07:00,92,554,2020-04-27T11:00:00Z,41,0,0,51198,51198,0,51198,0,0,1dc2ed06de8ef1c7c94d4c5a73144adba623af28,0,0,0,0,0,
+20200428,PA,43264,165824,,2781,,,,616,,,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,1716,,2020-04-28T00:00:00Z,42,1214,4452,209088,209088,5666,209088,119,0,405d025c9c00ed5ddf63f6bbb06e1fd51be2b545,0,0,0,0,0,
+20200428,PR,1400,9313,1940,,,,,,,,D,4/28/2020 06:30,2020-04-28T06:30:00Z,04/28 02:30,86,,2020-04-28T06:30:00Z,72,11,0,12653,10713,11,10713,2,0,b56d49d221c95e939d46b67be4afe8ef54e42667,0,0,0,0,0,
+20200428,RI,7926,49767,,266,732,84,,55,,466,A+,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,239,732,2020-04-28T00:00:00Z,44,218,1590,57693,57693,1808,57693,6,14,6df5928f5f05efe172530718fffc429753632795,0,0,0,0,0,
+20200428,SC,5613,46532,,,944,,,,,2830,B,4/27/2020 16:30,2020-04-27T16:30:00Z,04/27 12:30,177,944,2020-04-27T16:30:00Z,45,123,1261,52145,52145,1384,52145,3,0,8deb86894e2baa7b785103f57fb4476d79bb9ab0,0,0,0,0,0,
+20200428,SD,2313,14299,,69,157,,,,,1392,C,4/27/2020 18:00,2020-04-27T18:00:00Z,04/27 14:00,11,157,2020-04-27T18:00:00Z,46,68,169,16612,16612,237,16612,0,7,b7d914a1a172685f6f424670502fd61e7e61a2be,0,0,0,0,0,
+20200428,TN,10052,151876,,,894,,,,,4921,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,188,894,2020-04-28T15:00:00Z,47,134,7392,161928,161928,7526,161928,4,57,73e38878490c2424fd746dc6f61841495fca78d3,0,0,0,0,0,
+20200428,TX,26171,274213,,1682,,,,,,11786,B,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,690,,2020-04-28T13:00:00Z,48,874,8993,300384,300384,9867,300384,27,0,c91c283ddb315c1d8c7e32c6e056dc5e5d2eb575,0,0,0,0,0,
+20200428,UT,4343,98096,,,370,,,,,1704,C,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,45,370,2020-04-28T15:00:00Z,49,110,2134,102439,102439,2244,102439,4,21,8025d5cf1f6a24c4207059c4ace99e5449778800,0,0,0,0,0,
+20200428,VA,14339,68959,560,1508,3422,376,,217,,1914,B,4/27/2020 17:00,2020-04-27T17:00:00Z,04/27 13:00,492,3422,2020-04-27T17:00:00Z,51,804,1815,83858,83298,2619,83298,34,124,d47ac483b32a404f21bc04b8d1adf89fca59cddb,0,0,0,0,0,
+20200428,VI,59,719,57,,,,,,,51,D,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,4,,2020-04-27T00:00:00Z,78,0,3,835,778,3,778,0,0,76845fe966f2aa42ca20919006c7f916ccf871b5,0,0,0,0,0,
+20200428,VT,862,13947,,29,,,,,,,C,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,47,,2020-04-28T00:00:00Z,50,0,128,14809,14809,128,14809,0,0,f7d47f4f10df3ac15076022c5b09856578fda838,0,0,0,0,0,
+20200428,WA,14837,186939,,436,,158,,,,,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,765,,2020-04-28T00:00:00Z,53,280,6463,201776,201776,6743,201776,16,0,9b46b15666b0b6033b9f76410c09750bdafff1c5,0,0,0,0,0,
+20200428,WI,6289,63535,193,544,1456,123,363,,,,A,4/28/2020 16:00,2020-04-28T16:00:00Z,04/28 12:00,300,1456,2020-04-28T16:00:00Z,55,208,2224,70017,69824,2432,69824,19,41,e25b1695ee12ce7a66df40c0c32c83a4cb74ccaa,0,0,0,0,0,
+20200428,WV,1079,41976,,87,,28,,15,,481,B,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,37,,2020-04-28T10:00:00Z,54,16,0,43055,43055,16,43055,1,0,d59e8e1fddea442ce42ed7f82777bc606c982f2c,0,0,0,0,0,
+20200428,WY,389,8226,,16,56,,,,,343,C,4/27/2020 17:05,2020-04-27T17:05:00Z,04/27 13:05,7,56,2020-04-27T17:05:00Z,56,19,429,8615,8615,448,8615,0,2,7a4e1528aedc0bd40f1d5ccb1062019d6737625f,0,0,0,0,0,
+20200427,AK,345,15911,,10,,,,,,218,B,4/27/2020 14:00,2020-04-27T14:00:00Z,04/27 10:00,9,,2020-04-27T14:00:00Z,02,4,75,16256,16256,79,16256,0,0,7453804ac9e5a8e8ade2a44d5dcf5f2b8b6c0037,0,0,0,0,0,
+20200427,AL,6499,67498,,,872,,335,,195,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,222,872,2020-04-27T00:00:00Z,01,229,217,73997,73997,446,73997,6,27,f8fc353db4722c7a9af067e334ece089a0475f37,0,0,0,0,0,
+20200427,AR,3017,37440,,109,,,,25,,987,B,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,50,,2020-04-27T15:00:00Z,05,76,912,40457,40457,988,40457,1,-291,7520ed06b5290b6ff7d05b25ed5528bec81aeea1,0,0,0,0,0,
+20200427,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,3c4485cba7c23a708d578fc981c0771e73e712eb,0,0,0,0,0,
+20200427,AZ,6716,59827,,647,1051,328,,200,,1418,A+,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,275,1051,2020-04-27T00:00:00Z,04,190,1542,66543,66543,1732,66543,0,14,69841b86cf6a8244cf302d48778da205817f64ba,0,0,0,0,0,
+20200427,CA,43464,509945,,4878,,1499,,,,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,1755,,2020-04-27T00:00:00Z,06,1300,26025,553409,553409,27325,553409,45,0,0cbdeba67c0d72d55e2c01284942ebf3cbbfe747,0,0,0,0,0,
+20200427,CO,13441,49833,,1007,2438,,,,,2150,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,680,2438,2020-04-25T00:00:00Z,08,473,3010,63274,63274,3483,63274,8,28,9f1b114bd554566582f7644ace9367e6f923df68,0,0,0,0,0,
+20200427,CT,25269,54542,,1758,,,,,,,C,4/27/2020 16:27,2020-04-27T16:27:00Z,04/27 12:27,1998,,2020-04-27T16:27:00Z,09,0,0,79811,79811,0,79811,74,0,cd818f6579314fd8e60c978c97eac1d122cf579c,0,0,0,0,0,
+20200427,DC,3892,14524,,402,,,,,,659,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,185,,2020-04-26T00:00:00Z,11,51,297,18416,18416,348,18416,7,0,57e28bbf16463d8f29a194069a13841aeb285938,0,0,0,0,0,
+20200427,DE,4162,15454,,325,,,,,,996,B,4/26/2020 18:00,2020-04-26T18:00:00Z,04/26 14:00,125,,2020-04-26T18:00:00Z,10,128,239,19616,19616,367,19616,5,0,dbceaa8a709b250b1065ab67b780ea3037c5d41a,0,0,0,0,0,
+20200427,FL,32138,324325,1099,,5211,,,,,,C,4/27/2020 09:24,2020-04-27T09:24:00Z,04/27 05:24,1101,5211,2020-04-27T09:24:00Z,12,610,11240,357562,356463,11850,356463,7,56,c08acc329dd9d12bdf5f0dccba5a9372d2b7ec26,0,0,0,0,0,
+20200427,GA,23913,103256,,,4681,,1057,,,,B,4/27/2020 11:27,2020-04-27T11:27:00Z,04/27 07:27,971,4681,2020-04-27T11:27:00Z,13,512,3434,127169,127169,3946,127169,59,322,37f745f8c2f454f0d425694c3eb5832cf4684f20,0,0,0,0,0,
+20200427,GU,144,1424,,3,,,,,,128,D,4/27/2020 07:20,2020-04-27T07:20:00Z,04/27 03:20,5,,2020-04-27T07:20:00Z,66,3,37,1568,1568,40,1568,0,0,1d2963104bdbafffee53b9a49ce0563a907f8e93,0,0,0,0,0,
+20200427,HI,606,28404,,,68,,,,,488,C,4/26/2020 18:00,2020-04-26T18:00:00Z,04/26 14:00,14,68,2020-04-26T18:00:00Z,15,3,524,29010,29010,527,29010,0,0,ddc9b7b4eb44d7a50c04ac40d906b9d1431514e5,0,0,0,0,0,
+20200427,IA,5868,32282,,300,,100,,58,,2021,B,4/25/2020 12:00,2020-04-25T12:00:00Z,04/25 08:00,127,,2020-04-25T12:00:00Z,19,392,1668,38150,38150,2060,38150,9,0,2010817b3a25c6a6d3339f57a335f7610191e07a,0,0,0,0,0,
+20200427,ID,1897,18127,,,169,,71,,,983,C,4/26/2020 19:00,2020-04-26T19:00:00Z,04/26 15:00,56,169,2020-04-26T19:00:00Z,16,10,516,20024,20024,526,20024,0,0,ec7bce22669be8290a6fab456de802c616bc0208,0,0,0,0,0,
+20200427,IL,45883,181745,,4672,,1249,,763,,,A,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,1983,,2020-04-27T00:00:00Z,17,1980,10696,227628,227628,12676,227628,50,0,16bc15b6057426191ccd8e50a4db35a7b64b3c85,0,0,0,0,0,
+20200427,IN,15961,68515,,1493,,581,,284,,,B,4/26/2020 23:59,2020-04-26T23:59:00Z,04/26 19:59,844,,2020-04-26T23:59:00Z,18,949,1819,84476,84476,2768,84476,31,0,cd0a4e12684fa2896873d58bcb5597777ebe2a3e,0,0,0,0,0,
+20200427,KS,3328,23839,,,496,,,,,,C,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,120,496,2020-04-26T11:00:00Z,20,154,786,27167,27167,940,27167,2,11,b86b595cec2fd981f2e2a305bf0059bbbd89de4a,0,0,0,0,0,
+20200427,KY,4074,44400,,308,1274,166,608,,,1511,A,4/26/2020 17:00,2020-04-26T17:00:00Z,04/26 13:00,208,1274,2020-04-26T17:00:00Z,21,169,1747,48474,48474,1916,48474,3,8,d75dbaa13ef878f187ff06223afb6ee97d1e4055,0,0,0,0,0,
+20200427,LA,27068,119921,,1683,,,,262,,17303,B,4/27/2020 13:00,2020-04-27T13:00:00Z,04/27 09:00,1697,,2020-04-27T13:00:00Z,22,295,3658,146989,146989,3953,146989,27,0,734a4fbec53334d8fd9709fbda922d28ce852017,0,0,0,0,0,
+20200427,MA,56462,188425,,3892,5237,1089,,,,,B,4/27/2020 16:00,2020-04-27T16:00:00Z,04/27 12:00,3003,5237,2020-04-27T16:00:00Z,25,1524,7263,244887,244887,8787,244887,104,133,79bee62c0d8f8e48ff512a4f95fbdb6d6d47c4c6,0,0,0,0,0,
+20200427,MD,19487,85489,,1513,4101,535,,,,1263,A,4/27/2020 10:00,2020-04-27T10:00:00Z,04/27 06:00,945,4101,2020-04-27T10:00:00Z,24,906,7405,104976,104976,8311,104976,35,139,4f6a9037ca397544e1a88354a157935bbe2c91fc,0,0,0,0,0,
+20200427,ME,1023,16784,,39,161,16,,7,,549,B,4/27/2020 11:15,2020-04-27T11:15:00Z,04/27 07:15,51,161,2020-04-27T11:15:00Z,23,8,0,17807,17807,8,17807,1,2,965db19c9923fa94c638b52b37e2227b8a9b1551,0,0,0,0,0,
+20200427,MI,38210,119550,,2667,,1059,,832,,8342,A+,4/27/2020 11:00,2020-04-27T11:00:00Z,04/27 07:00,3407,,2020-04-27T11:00:00Z,26,432,6322,157760,157760,6754,157760,92,0,449095aa0213bd1c2295b4fe7d516d1751c19719,0,0,0,0,0,
+20200427,MN,3816,57452,,292,861,122,316,,,1556,A,4/26/2020 17:00,2020-04-26T17:00:00Z,04/26 13:00,286,861,2020-04-26T17:00:00Z,27,214,2067,61268,61268,2281,61268,14,32,4a63e868e711e3038db204f0a4477f83ab876b29,0,0,0,0,0,
+20200427,MO,7171,63935,,679,,,,109,,,B,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,288,,2020-04-27T15:00:00Z,29,174,1184,71106,71106,1358,71106,14,0,8a4430cdf339450eec1c486c3b6e169fd3b31c67,0,0,0,0,0,
+20200427,MP,14,51,,,,,,,,11,D,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,2,,2020-04-27T00:00:00Z,69,0,0,65,65,0,65,0,0,6913f64b08a1225ac94d2428efa3b27737cc3d59,0,0,0,0,0,
+20200427,MS,6094,57368,,590,1060,142,,71,,,B,4/26/2020 19:00,2020-04-26T19:00:00Z,04/26 15:00,229,1060,2020-04-26T19:00:00Z,28,183,2491,63462,63462,2674,63462,2,59,d85e6f4b2bc34ff530f66faafd85ecd0e07e2cda,0,0,0,0,0,
+20200427,MT,449,12584,,11,61,,,,,352,C,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,14,61,2020-04-27T00:00:00Z,30,1,170,13033,13033,171,13033,0,0,e9abd55a18ec747c33a2c74cf61516da808bc659,0,0,0,0,0,
+20200427,NC,9142,100778,,473,,,,,,,B,4/27/2020 10:20,2020-04-27T10:20:00Z,04/27 06:20,306,,2020-04-27T10:20:00Z,37,312,1714,109920,109920,2026,109920,7,0,098589b6a8f0ced7c88797fe990dc6cec97a8ad4,0,0,0,0,0,
+20200427,ND,942,21492,,23,77,,,,,350,C,4/27/2020 13:00,2020-04-27T13:00:00Z,04/27 09:00,19,77,2020-04-27T13:00:00Z,38,75,1642,22434,22434,1717,22434,2,6,5943d74ceed6c29d2169b768e5e92c5e727e12bd,0,0,0,0,0,
+20200427,NE,3028,19335,,,,,,,,,D,4/26/2020 19:45,2020-04-26T19:45:00Z,04/26 15:45,56,,2020-04-26T19:45:00Z,31,296,839,22363,22363,1135,22363,3,0,6213b16a2f91d3accb14fcb07f7eef4347746b95,0,0,0,0,0,
+20200427,NH,1864,17860,270,101,242,,,,,779,C,4/26/2020 09:00,2020-04-26T09:00:00Z,04/26 05:00,60,242,2020-04-26T09:00:00Z,33,77,896,19994,19724,973,19724,0,4,4107b939071782d9219d73c0bd900434caf0cf78,0,0,0,0,0,
+20200427,NJ,111188,116587,,6407,,1801,,1303,,,A,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,6044,,2020-04-26T11:00:00Z,34,2150,2481,227775,227775,4631,227775,106,0,5c04c91f915411df8a0ee00326132cebbd550b1a,0,0,0,0,0,
+20200427,NM,2726,53889,,148,412,,,,,650,C,4/26/2020 18:01,2020-04-26T18:01:00Z,04/26 14:01,99,412,2020-04-26T18:01:00Z,35,66,2814,56615,56615,2880,56615,6,0,d94e21e5ef9bd0aa01c88c804d269b481c459266,0,0,0,0,0,
+20200427,NV,4690,34123,,,,,,,,,F,4/27/2020 10:00,2020-04-27T10:00:00Z,04/27 06:00,206,,2020-04-27T10:00:00Z,32,88,539,38813,38813,627,38813,0,0,4cc8d8f8ac79bae5779c8ed02d4d1fcee1a6cebc,0,0,0,0,0,
+20200427,NY,291996,534099,,12819,74602,,,,,50751,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,17303,74602,2020-04-27T00:00:00Z,36,3951,16794,826095,826095,20745,826095,337,1062,265a21a76ee3c9eec3dadb8e2e6c6e756e6014fc,0,0,0,0,0,
+20200427,OH,15699,103692,,,3232,,978,,,,B,4/27/2020 14:00,2020-04-27T14:00:00Z,04/27 10:00,753,3232,2020-04-27T14:00:00Z,39,-264,3269,119391,119391,3005,119391,25,54,0a114d7d36bce28d5b10c0ed501d15f22b17e59e,0,0,0,0,0,
+20200427,OK,3280,49891,,306,656,150,,,,2167,A,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,197,656,2020-04-27T00:00:00Z,40,27,0,53171,53171,27,53171,2,3,55e53590402fb7cc9bf55d28763e98bf01bae788,0,0,0,0,0,
+20200427,OR,2354,48844,,249,554,71,,31,,,B,4/27/2020 11:00,2020-04-27T11:00:00Z,04/27 07:00,92,554,2020-04-27T11:00:00Z,41,43,2191,51198,51198,2234,51198,1,8,27baf5372dfc15aaee72f84437e233fdabfb5e65,0,0,0,0,0,
+20200427,PA,42050,161372,,2800,,,,629,,,B,4/27/2020 12:00,2020-04-27T12:00:00Z,04/27 08:00,1597,,2020-04-27T12:00:00Z,42,885,3944,203422,203422,4829,203422,47,0,9d880b1657fe58a8a944182eb622a65ff6100196,0,0,0,0,0,
+20200427,PR,1389,9313,1940,,,,,,,,D,4/27/2020 06:00,2020-04-27T06:00:00Z,04/27 02:00,84,,2020-04-27T06:00:00Z,72,18,0,12642,10702,18,10702,0,0,1f07e9651e5301ad57491cfddf5b4aa76eaf257d,0,0,0,0,0,
+20200427,RI,7708,48177,,266,718,81,,56,,452,A+,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,233,718,2020-04-27T00:00:00Z,44,269,2213,55885,55885,2482,55885,7,27,4fdb8108ec27b9bb5176be48d659f19c419ee66e,0,0,0,0,0,
+20200427,SC,5490,45271,,,944,,,,,3701,B,4/26/2020 15:30,2020-04-26T15:30:00Z,04/26 11:30,174,944,2020-04-26T15:30:00Z,45,0,0,50761,50761,0,50761,0,0,d204699207849b814232a369afc128148c4b0742,0,0,0,0,0,
+20200427,SD,2245,14130,,61,150,,,,,1316,C,4/26/2020 18:00,2020-04-26T18:00:00Z,04/26 14:00,11,150,2020-04-26T18:00:00Z,46,33,68,16375,16375,101,16375,0,15,8444f5c98877b46707e48ee790e5a1f8242f64dd,0,0,0,0,0,
+20200427,TN,9918,144484,,,837,,,,,4720,B,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,184,837,2020-04-27T15:00:00Z,47,251,6677,154402,154402,6928,154402,3,9,7ba51b52f65520bc0d76a5bd22b6fad6a830440b,0,0,0,0,0,
+20200427,TX,25297,265220,,1563,,,,,,11170,B,4/27/2020 13:10,2020-04-27T13:10:00Z,04/27 09:10,663,,2020-04-27T13:10:00Z,48,666,13830,290517,290517,14496,290517,15,0,a570dc1f9e4bcc3e8ebaba0b318be00dffea4061,0,0,0,0,0,
+20200427,UT,4233,95962,,,349,,,,,1641,C,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,41,349,2020-04-27T15:00:00Z,49,110,4383,100195,100195,4493,100195,0,4,710978e6a88ac6dcdee88d78391c4b2cca784af1,0,0,0,0,0,
+20200427,VA,13535,67144,542,1455,3298,389,,217,,1843,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,458,3298,2020-04-27T00:00:00Z,51,565,3514,81221,80679,4079,80679,10,1284,7a1cec24b45e9fb617ff5f0c2ceb275c6da5130d,0,0,0,0,0,
+20200427,VI,59,716,5,,,,,,,51,D,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,4,,2020-04-26T00:00:00Z,78,2,16,780,775,18,775,0,0,e0a8e22878d9c8194d18897c92e091a650a4d308,0,0,0,0,0,
+20200427,VT,862,13819,,33,,,,,,,C,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,47,,2020-04-27T00:00:00Z,50,7,301,14681,14681,308,14681,1,0,9b0c199258556cc08c6fdf0cfb8c4ce217ac87fb,0,0,0,0,0,
+20200427,WA,14557,180476,,536,,115,,,,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,749,,2020-04-27T00:00:00Z,53,353,6600,195033,195033,6953,195033,11,0,fd23a3a27eec23f2e352977c8d2b50f47fac1ffa,0,0,0,0,0,
+20200427,WI,6081,61311,204,337,1415,124,355,,,,A,4/27/2020 16:00,2020-04-27T16:00:00Z,04/27 12:00,281,1415,2020-04-27T16:00:00Z,55,170,2076,67596,67392,2246,67392,9,18,671f29f1c29b16af89adfaad8d150aa1a7a7b9e8,0,0,0,0,0,
+20200427,WV,1063,41976,,100,,38,,20,,455,B,4/27/2020 10:00,2020-04-27T10:00:00Z,04/27 06:00,36,,2020-04-27T10:00:00Z,54,19,3957,43039,43039,3976,43039,2,0,aa5cab33d703b67b09330766e4d879a418d6c7d0,0,0,0,0,0,
+20200427,WY,370,7797,,16,54,,,,,342,C,4/26/2020 13:58,2020-04-26T13:58:00Z,04/26 09:58,7,54,2020-04-26T13:58:00Z,56,8,0,8167,8167,8,8167,0,0,4dcf191182c9286c40887a6fe1bff907aa8d6888,0,0,0,0,0,
+20200426,AK,341,15836,,14,,,,,,217,B,4/26/2020 14:15,2020-04-26T14:15:00Z,04/26 10:15,9,,2020-04-26T14:15:00Z,02,2,443,16177,16177,445,16177,0,0,1875a73ad2d41c67d6c91769e5ee0fbb18cfaee9,0,0,0,0,0,
+20200426,AL,6270,67281,,,845,,288,,170,,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,216,845,2020-04-26T00:00:00Z,01,133,2074,73551,73551,2207,73551,4,6,101b55d485be87c86aa4ae3a49b8f484a336569e,0,0,0,0,0,
+20200426,AR,2941,36528,,104,291,,,25,57,985,B,4/26/2020 10:00,2020-04-26T10:00:00Z,04/26 06:00,49,291,2020-04-26T10:00:00Z,05,112,1304,39469,39469,1416,39469,2,0,1299f56a624b15edb4052f03d1c6941c42e3a80c,0,0,0,0,0,
+20200426,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,78ebb954f6eb1eeebd85499169d7fab68392e803,0,0,0,0,0,
+20200426,AZ,6526,58285,,671,1037,308,,200,,1383,A+,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,275,1037,2020-04-26T00:00:00Z,04,246,2057,64811,64811,2303,64811,9,15,c8bf39b9f2e835c8203fc4954c87db862ca5add4,0,0,0,0,0,
+20200426,CA,42164,483920,,4928,,1473,,,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,1710,,2020-04-25T00:00:00Z,06,1027,19022,526084,526084,20049,526084,59,0,2ee962e5ed424443a034c9a0de4a83abfb42f4c9,0,0,0,0,0,
+20200426,CO,12968,46823,,1046,2410,,,,,2150,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,672,2410,2020-04-24T00:00:00Z,08,712,2290,59791,59791,3002,59791,-2,44,47127cd8dc395f6ca6662cadedf65ea52e66c6c7,0,0,0,0,0,
+20200426,CT,25269,54542,,1766,,,,,,,C,4/26/2020 16:00,2020-04-26T16:00:00Z,04/26 12:00,1924,,2020-04-26T16:00:00Z,09,687,1522,79811,79811,2209,79811,62,0,5156c155c9dfe447a9827badd72d718479a43967,0,0,0,0,0,
+20200426,DC,3841,14227,,402,,120,,69,,657,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,178,,2020-04-25T00:00:00Z,11,142,624,18068,18068,766,18068,13,0,5367253c555fb097e144e76fc39f8b2798dd2538,0,0,0,0,0,
+20200426,DE,4034,15215,,317,,,,,,911,B,4/25/2020 18:00,2020-04-25T18:00:00Z,04/25 14:00,120,,2020-04-25T18:00:00Z,10,458,1093,19249,19249,1551,19249,8,0,82ced60d49bc4639146019913c84b414168fb93c,0,0,0,0,0,
+20200426,FL,31528,313085,1183,,5155,,,,,,C,4/26/2020 09:32,2020-04-26T09:32:00Z,04/26 05:32,1094,5155,2020-04-26T09:32:00Z,12,689,10825,345796,344613,11514,344613,19,110,c16eb8a17280eb7cd276788935068c8eba41ea2f,0,0,0,0,0,
+20200426,GA,23401,99822,,,4359,,,,,,B,4/26/2020 11:28,2020-04-26T11:28:00Z,04/26 07:28,912,4359,2020-04-26T11:28:00Z,13,706,3503,123223,123223,4209,123223,8,33,2d42cc2bb3e64c0211f6c2f3ca64621c8cc2af08,0,0,0,0,0,
+20200426,GU,141,1387,,2,,,,,,128,D,4/26/2020 07:30,2020-04-26T07:30:00Z,04/26 03:30,5,,2020-04-26T07:30:00Z,66,0,79,1528,1528,79,1528,0,0,42aaeac2ff7091cac0a2166e45b011fda2adc198,0,0,0,0,0,
+20200426,HI,603,27880,,,68,,,,,482,C,4/25/2020 18:00,2020-04-25T18:00:00Z,04/25 14:00,14,68,2020-04-25T18:00:00Z,15,2,441,28483,28483,443,28483,1,1,3123ec78e9486aed1c21c5ee1f9732894e046480,0,0,0,0,0,
+20200426,IA,5476,30614,,286,,99,,55,,1900,B,4/25/2020 12:00,2020-04-25T12:00:00Z,04/25 08:00,118,,2020-04-25T12:00:00Z,19,384,1356,36090,36090,1740,36090,6,0,5a482e19b9ad7584be78fbf1e2966bf5b92f9b8a,0,0,0,0,0,
+20200426,ID,1887,17611,,,169,,72,,,938,C,4/25/2020 19:00,2020-04-25T19:00:00Z,04/25 15:00,56,169,2020-04-25T19:00:00Z,16,17,0,19498,19498,17,19498,2,1,ac412d62d0926f151f1237a46833252266c62fbf,0,0,0,0,0,
+20200426,IL,43903,171049,,4595,,1267,,772,,,A,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,1933,,2020-04-26T00:00:00Z,17,2126,11209,214952,214952,13335,214952,59,0,e2f0c604dbae470d3991637ffbfd55f3a57889d9,0,0,0,0,0,
+20200426,IN,15012,66696,,1446,,589,,310,,,B,4/25/2020 23:59,2020-04-25T23:59:00Z,04/25 19:59,813,,2020-04-25T23:59:00Z,18,617,1317,81708,81708,1934,81708,28,0,9f093ebd18ef78b7c43d4046f2d5357de4ba3ba3,0,0,0,0,0,
+20200426,KS,3174,23053,,,485,,,,,,C,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,118,485,2020-04-26T11:00:00Z,20,118,910,26227,26227,1028,26227,1,11,37d32418a94b700b71fb37dc5674af1930f44774,0,0,0,0,0,
+20200426,KY,3905,42653,,301,1266,164,605,,,1501,A,4/25/2020 17:00,2020-04-25T17:00:00Z,04/25 13:00,205,1266,2020-04-25T17:00:00Z,21,126,1470,46558,46558,1596,46558,5,123,41f23bdc1fc95e4ee3832e42275d45e66bca2228,0,0,0,0,0,
+20200426,LA,26773,116263,,1701,,,,265,,14927,B,4/26/2020 13:00,2020-04-26T13:00:00Z,04/26 09:00,1670,,2020-04-26T13:00:00Z,22,261,3773,143036,143036,4034,143036,26,0,6b7d4941160d5d857a2bc221eaa864422a418f77,0,0,0,0,0,
+20200426,MA,54938,181162,,3879,5104,1077,,,,,B,4/26/2020 16:00,2020-04-26T16:00:00Z,04/26 12:00,2899,5104,2020-04-26T16:00:00Z,25,1590,7665,236100,236100,9255,236100,22,139,5dcb71e28a6c21899b9cfc635614785b057e27f5,0,0,0,0,0,
+20200426,MD,18581,78084,,1463,3962,530,,,,1177,A,4/26/2020 10:00,2020-04-26T10:00:00Z,04/26 06:00,910,3962,2020-04-26T10:00:00Z,24,815,6727,96665,96665,7542,96665,35,202,9c9c606647ff69b14154c085445bd40cc1d4850f,0,0,0,0,0,
+20200426,ME,1015,16784,,39,159,19,,7,,532,B,4/26/2020 10:30,2020-04-26T10:30:00Z,04/26 06:30,50,159,2020-04-26T10:30:00Z,23,25,0,17799,17799,25,17799,0,3,6e856a1d62a5cbf2567c9c676194eed93c46ab4e,0,0,0,0,0,
+20200426,MI,37778,113228,,2757,,1099,,871,,8342,A+,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,3315,,2020-04-26T11:00:00Z,26,575,6387,151006,151006,6962,151006,41,0,18034d13cf5380c155126e0fb87c0239c630784c,0,0,0,0,0,
+20200426,MN,3602,55385,,285,829,115,301,,,1502,A,4/26/2020 12:00,2020-04-26T12:00:00Z,04/26 08:00,272,829,2020-04-26T12:00:00Z,27,156,2234,58987,58987,2390,58987,28,32,70b898d836e8508fecf651388cbd8f1e39c3c16d,0,0,0,0,0,
+20200426,MO,6997,62751,,679,,,,109,,,B,4/26/2020 15:00,2020-04-26T15:00:00Z,04/26 11:00,274,,2020-04-26T15:00:00Z,29,171,2359,69748,69748,2530,69748,1,0,93c9efb49d81bc255feac7b9d67beda74e06d773,0,0,0,0,0,
+20200426,MP,14,51,,,,,,,,11,D,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,2,,2020-04-26T00:00:00Z,69,0,0,65,65,0,65,0,0,e4ea652c3a7b997e215886855971fac7673a8983,0,0,0,0,0,
+20200426,MS,5911,54877,,644,1001,146,,67,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,227,1001,2020-04-25T00:00:00Z,28,193,1638,60788,60788,1831,60788,6,5,4960fb00cb21ae73394d7fd3b9401ad369ff3b36,0,0,0,0,0,
+20200426,MT,448,12414,,11,61,,,,,339,C,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,14,61,2020-04-26T00:00:00Z,30,3,362,12862,12862,365,12862,0,0,d09f7d0043170a4ae5dc0204b72e66485051a496,0,0,0,0,0,
+20200426,NC,8830,99064,,451,,,,,,,B,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,299,,2020-04-26T11:00:00Z,37,207,2422,107894,107894,2629,107894,10,0,11308c6900f927c78a0d2e21f041c064918a68f0,0,0,0,0,0,
+20200426,ND,867,19850,,18,71,,,,,326,C,4/26/2020 13:00,2020-04-26T13:00:00Z,04/26 09:00,17,71,2020-04-26T13:00:00Z,38,64,1303,20717,20717,1367,20717,1,1,8de3a22bfa0e2f9baf0463892941e0defcf8dfee,0,0,0,0,0,
+20200426,NE,2732,18496,,,,,,,,,D,4/25/2020 19:45,2020-04-25T19:45:00Z,04/25 15:45,53,,2020-04-25T19:45:00Z,31,311,944,21228,21228,1255,21228,3,0,734431bb46c48744530e5e3b650efda5949d3bc0,0,0,0,0,0,
+20200426,NH,1787,16964,550,95,238,,,,,777,C,4/25/2020 09:00,2020-04-25T09:00:00Z,04/25 05:00,60,238,2020-04-25T09:00:00Z,33,67,957,19301,18751,1024,18751,7,14,7657dad689089b792ee8cea6026732f14990230e,0,0,0,0,0,
+20200426,NJ,109038,114106,,6573,,1804,,1418,,,A,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,5938,,2020-04-26T11:00:00Z,34,3515,5943,223144,223144,9458,223144,75,0,072ab1ce18fdf82bce0f5aafcb72cf5208a67fdb,0,0,0,0,0,
+20200426,NM,2660,51075,,152,412,,,,,614,C,4/25/2020 20:24,2020-04-25T20:24:00Z,04/25 16:24,93,412,2020-04-25T20:24:00Z,35,139,2086,53735,53735,2225,53735,9,0,10aee1a5e83d73d6da87444cd67883be28a211e0,0,0,0,0,0,
+20200426,NV,4602,33584,,,,,,,,,F,4/26/2020 12:00,2020-04-26T12:00:00Z,04/26 08:00,206,,2020-04-26T12:00:00Z,32,63,915,38186,38186,978,38186,2,0,a65891a7065521574850cb397adc0525fe49a0dc,0,0,0,0,0,
+20200426,NY,288045,517305,,12839,73540,5016,,,,49687,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,16966,73540,2020-04-26T00:00:00Z,36,5902,21880,805350,805350,27782,805350,367,1096,a6663b992a990592cf545143f78b7d1517850b84,0,0,0,0,0,
+20200426,OH,15963,100423,,,3178,,952,,,,B,4/26/2020 14:00,2020-04-26T14:00:00Z,04/26 10:00,728,3178,2020-04-26T14:00:00Z,39,376,4027,116386,116386,4403,116386,17,63,bff63383179de939c109e8db709f34eda5212313,0,0,0,0,0,
+20200426,OK,3253,49891,,306,653,150,,,,2139,A,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,195,653,2020-04-26T00:00:00Z,40,60,0,53144,53144,60,53144,1,16,67b5af7888037b9cbc65b91aa038efbb01120368,0,0,0,0,0,
+20200426,OR,2311,46653,,249,546,71,,31,,,B,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,91,546,2020-04-26T11:00:00Z,41,58,1529,48964,48964,1587,48964,4,10,df9044ed4a7fcb846e73fbcd7549a8d27148ae1e,0,0,0,0,0,
+20200426,PA,41165,157428,,2736,,,,632,,,B,4/26/2020 12:00,2020-04-26T12:00:00Z,04/26 08:00,1550,,2020-04-26T12:00:00Z,42,1116,4542,198593,198593,5658,198593,13,0,d60407f508f263a0255473e7dfefa238673f60b7,0,0,0,0,0,
+20200426,PR,1371,9313,1940,,,,,,,,D,4/26/2020 06:00,2020-04-26T06:00:00Z,04/26 02:00,84,,2020-04-26T06:00:00Z,72,64,0,12624,10684,64,10684,1,0,19032e2024ccb7660da4a41dbccc4e201c730ef2,0,0,0,0,0,
+20200426,RI,7439,45964,,258,691,78,,53,,433,A+,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,226,691,2020-04-26T00:00:00Z,44,310,2202,53403,53403,2512,53403,11,115,fea9d6ba64f47ec4063f7643a07d6b021d17e2e8,0,0,0,0,0,
+20200426,SC,5490,45271,,,944,,,,,3701,B,4/26/2020 15:30,2020-04-26T15:30:00Z,04/26 11:30,174,944,2020-04-26T15:30:00Z,45,237,1510,50761,50761,1747,50761,8,0,29d707752ef58f704e30863be0a78e4f9a4fa1a3,0,0,0,0,0,
+20200426,SD,2212,14062,,64,135,,,,,1257,C,4/25/2020 18:00,2020-04-25T18:00:00Z,04/25 14:00,11,135,2020-04-25T18:00:00Z,46,65,613,16274,16274,678,16274,1,7,ecd7380efdbc4feab8ebc1549418fb8dc8c06ee1,0,0,0,0,0,
+20200426,TN,9667,137807,,,828,,,,,4527,B,4/26/2020 15:00,2020-04-26T15:00:00Z,04/26 11:00,181,828,2020-04-26T15:00:00Z,47,478,5590,147474,147474,6068,147474,3,7,da73ee8137f6f3c9fd9e6938c07fb34a1322a082,0,0,0,0,0,
+20200426,TX,24631,251390,,1542,,,,,,10763,B,4/26/2020 12:40,2020-04-26T12:40:00Z,04/26 08:40,648,,2020-04-26T12:40:00Z,48,858,12347,276021,276021,13205,276021,25,0,d125368225b498af96884f9118cbea09ba521fa0,0,0,0,0,0,
+20200426,UT,4123,91579,,,345,,,,,1568,C,4/26/2020 15:00,2020-04-26T15:00:00Z,04/26 11:00,41,345,2020-04-26T15:00:00Z,49,175,5321,95702,95702,5496,95702,0,16,4af49b0df810f743f2c0b5dcf6b57a20583446e1,0,0,0,0,0,
+20200426,VA,12970,63630,539,1436,2014,387,,217,,1815,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,448,2014,2020-04-26T00:00:00Z,51,604,3354,77139,76600,3958,76600,12,72,7873f1f0494ad78ccf32fb53f07e1e90a1cbd8f2,0,0,0,0,0,
+20200426,VI,57,700,19,,,,,,,51,D,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,4,,2020-04-26T00:00:00Z,78,2,7,776,757,9,757,1,0,c9af73f9229eb573ddfc2f3ec593f1c4e88cafd5,0,0,0,0,0,
+20200426,VT,855,13518,,34,,,,,,,C,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,46,,2020-04-26T00:00:00Z,50,3,248,14373,14373,251,14373,0,0,f1cf3267f37fda5e229e6257f002280273af4f76,0,0,0,0,0,
+20200426,WA,14204,173876,,508,,145,,,,,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,738,,2020-04-26T00:00:00Z,53,106,1586,188080,188080,1692,188080,73,0,ccb65265f4927832a7c0fc02e75cb791125bb33c,0,0,0,0,0,
+20200426,WI,5911,59235,197,337,1397,136,353,,,,A,4/26/2020 16:00,2020-04-26T16:00:00Z,04/26 12:00,272,1397,2020-04-26T16:00:00Z,55,224,2097,65343,65146,2321,65146,6,21,e65216a5fb342e6c49206dd8077e32cd3289eadd,0,0,0,0,0,
+20200426,WV,1044,38019,,100,,38,,20,,455,B,4/26/2020 10:00,2020-04-26T10:00:00Z,04/26 06:00,34,,2020-04-26T10:00:00Z,54,24,6073,39063,39063,6097,39063,2,0,9fa07576c063580db1dfa1bffc81a7974db33d33,0,0,0,0,0,
+20200426,WY,362,7797,,16,54,,,,,334,C,4/25/2020 17:20,2020-04-25T17:20:00Z,04/25 13:20,7,54,2020-04-25T17:20:00Z,56,13,0,8159,8159,13,8159,0,0,f4805e9d19815a32895b9b37722598d4e2cf3039,0,0,0,0,0,
+20200425,AK,339,15393,,32,,,,,,217,B,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,9,,2020-04-25T16:00:00Z,02,0,3451,15732,15732,3451,15732,0,0,348c01812b8acff1853796a11251a877815fbbfe,0,0,0,0,0,
+20200425,AL,6137,65207,,,839,,288,,170,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,212,839,2020-04-25T00:00:00Z,01,305,18344,71344,71344,18649,71344,15,71,308ca388a258e8766e88dc8657cd67c69467646d,0,0,0,0,0,
+20200425,AR,2829,35224,,104,291,,,25,57,964,B,4/25/2020 10:47,2020-04-25T10:47:00Z,04/25 06:47,47,291,2020-04-25T10:47:00Z,05,88,2387,38053,38053,2475,38053,2,0,da007d7219136bf8bc26ab5043b50b7a3ade9c6d,0,0,0,0,0,
+20200425,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,fa7f4cab9afca3269f45dad71c59c26ce4278dbf,0,0,0,0,0,
+20200425,AZ,6280,56228,,697,1022,313,,191,,1345,A+,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,266,1022,2020-04-25T00:00:00Z,04,235,1559,62508,62508,1794,62508,0,38,c05c264a541f4887e99f8e13f9f18c8d836a67e5,0,0,0,0,0,
+20200425,CA,41137,464898,,4847,,1458,,,,,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1651,,2020-04-23T00:00:00Z,06,1883,9979,506035,506035,11862,506035,89,0,1cf8e88e9a58744920afbfb8d3fbcdd2615e771c,0,0,0,0,0,
+20200425,CO,12256,44533,,1084,2366,,,,,2086,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,674,2366,2020-04-23T00:00:00Z,08,994,3471,56789,56789,4465,56789,122,129,4f37278ab32e1b0e2476b6ddf04ee531caed251a,0,0,0,0,0,
+20200425,CT,24582,53020,,1810,,,,,,,C,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,1862,,2020-04-25T16:00:00Z,09,661,2903,77602,77602,3564,77602,98,0,80034c44e4f0aa6e50aff55e21a8ad59dd00b7b9,0,0,0,0,0,
+20200425,DC,3699,13603,,402,,120,,69,,652,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,165,,2020-04-24T00:00:00Z,11,171,598,17302,17302,769,17302,12,0,a054ed7216a1a8fabd5301a228d9b31de9d6b745,0,0,0,0,0,
+20200425,DE,3576,14122,,300,,,,,,809,B,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,112,,2020-04-24T18:00:00Z,10,134,185,17698,17698,319,17698,12,0,decb51397f1e1a97fee7329ccf56fbcdca8cc9ef,0,0,0,0,0,
+20200425,FL,30839,302260,1292,,5045,,,,,,C,4/25/2020 09:36,2020-04-25T09:36:00Z,04/25 05:36,1075,5045,2020-04-25T09:36:00Z,12,665,15475,334391,333099,16140,333099,44,157,0173640703d8dc96aee023c9823ac5091e8707e4,0,0,0,0,0,
+20200425,GA,22695,96319,,,4326,,,,,,B,4/25/2020 11:28,2020-04-25T11:28:00Z,04/25 07:28,904,4326,2020-04-25T11:28:00Z,13,548,11290,119014,119014,11838,119014,12,105,1991b4c23927b4bf92811c3db5a65d8cfae34b56,0,0,0,0,0,
+20200425,GU,141,1308,,2,,,,,,128,D,4/25/2020 07:30,2020-04-25T07:30:00Z,04/25 03:30,5,,2020-04-25T07:30:00Z,66,0,75,1449,1449,75,1449,0,0,1f8de7958d4015f83b152f5f812bdc4e8f72027d,0,0,0,0,0,
+20200425,HI,601,27439,,,67,,,,,463,C,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,13,67,2020-04-24T18:00:00Z,15,5,1148,28040,28040,1153,28040,1,4,7c507934af751dd44053da754cde02fb99a8e186,0,0,0,0,0,
+20200425,IA,5092,29258,,293,,108,,60,,1723,B,4/24/2020 12:00,2020-04-24T12:00:00Z,04/24 08:00,112,,2020-04-24T12:00:00Z,19,647,1730,34350,34350,2377,34350,5,0,58eb95ced8b98b0b8943f700c5da1898504f2418,0,0,0,0,0,
+20200425,ID,1870,17611,,,168,,71,,,867,C,4/24/2020 19:00,2020-04-24T19:00:00Z,04/24 15:00,54,168,2020-04-24T19:00:00Z,16,34,0,19481,19481,34,19481,0,2,5ce0b230b8e2b18418fa97f846e731c2d91b0cbf,0,0,0,0,0,
+20200425,IL,41777,159840,,4699,,1244,,763,,,A,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,1874,,2020-04-25T00:00:00Z,17,2119,9866,201617,201617,11985,201617,79,0,3389672c19158d463c4c65a3984a27e680557354,0,0,0,0,0,
+20200425,IN,14395,65379,,1515,,598,,324,,,B,4/24/2020 23:59,2020-04-24T23:59:00Z,04/24 19:59,785,,2020-04-24T23:59:00Z,18,715,3506,79774,79774,4221,79774,44,0,0678bc95edf02cdfb4ee4602760042373b37f6e4,0,0,0,0,0,
+20200425,KS,3056,22143,,,474,,,,,,C,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,117,474,2020-04-25T11:00:00Z,20,279,1332,25199,25199,1611,25199,6,17,95fea5e684a450c674e67dbf9e659aa7bd097518,0,0,0,0,0,
+20200425,KY,3779,41183,,303,1143,164,575,,,1341,A,4/24/2020 17:00,2020-04-24T17:00:00Z,04/24 13:00,200,1143,2020-04-24T17:00:00Z,21,298,1820,44962,44962,2118,44962,9,28,ed0f23a521e44865876670b9511cde97985cc4fe,0,0,0,0,0,
+20200425,LA,26512,112490,,1700,,,,268,,14927,B,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,1644,,2020-04-25T13:00:00Z,22,372,518,139002,139002,890,139002,43,0,f8f8d05e5902a00ad66dd6565ebb40fc43690393,0,0,0,0,0,
+20200425,MA,53348,173497,,3879,4965,1058,,,,,B,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,2877,4965,2020-04-25T16:00:00Z,25,2379,9253,226845,226845,11632,226845,0,213,304079afaf75112790621f6fd1ffedfc1e416f88,0,0,0,0,0,
+20200425,MD,17766,71357,,1408,3760,538,,,,1165,A,4/25/2020 10:00,2020-04-25T10:00:00Z,04/25 06:00,875,3760,2020-04-25T10:00:00Z,24,1150,3257,89123,89123,4407,89123,77,142,439d5dfdcb0b8916cdff767004b32642b1c896fd,0,0,0,0,0,
+20200425,ME,990,16784,,39,156,17,,7,,519,B,4/25/2020 12:00,2020-04-25T12:00:00Z,04/25 08:00,50,156,2020-04-25T12:00:00Z,23,25,0,17774,17774,25,17774,3,4,88687c5a71215ff4126729be444908b8439aa0c9,0,0,0,0,0,
+20200425,MI,37203,106841,,2889,,1164,,934,,8342,A+,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,3274,,2020-04-25T11:00:00Z,26,562,7186,144044,144044,7748,144044,189,0,9dab4fa78d059e92c4fc1d3e427d4608d1cbbd68,0,0,0,0,0,
+20200425,MN,3446,53151,,288,797,109,291,,,1410,A,4/24/2020 17:00,2020-04-24T17:00:00Z,04/24 13:00,244,797,2020-04-24T17:00:00Z,27,261,2549,56597,56597,2810,56597,23,41,a537161f7875a7ef9fa212bb12208cd61e733afe,0,0,0,0,0,
+20200425,MO,6826,60392,,850,,,,142,,,B,4/25/2020 15:00,2020-04-25T15:00:00Z,04/25 11:00,273,,2020-04-25T15:00:00Z,29,201,1810,67218,67218,2011,67218,11,0,43f5ed0a93bfa30d0e2a8571f1caa16f82098813,0,0,0,0,0,
+20200425,MP,14,51,,,,,,,,11,D,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,2,,2020-04-25T00:00:00Z,69,0,0,65,65,0,65,0,0,185bfde1ca2ac3d8f5085745a3adab92405fd44a,0,0,0,0,0,
+20200425,MS,5718,53239,,649,996,152,,78,,,B,4/24/2020 19:00,2020-04-24T19:00:00Z,04/24 15:00,221,996,2020-04-24T19:00:00Z,28,284,3003,58957,58957,3287,58957,12,26,3c8cc4a3abab714a1f071116deb61e63f28a1549,0,0,0,0,0,
+20200425,MT,445,12052,,11,61,,,,,339,C,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,14,61,2020-04-25T00:00:00Z,30,1,369,12497,12497,370,12497,0,2,9f97fab6469d6e09097142008810f3ea19aa80bf,0,0,0,0,0,
+20200425,NC,8623,96642,,456,,,,,,,B,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,289,,2020-04-25T11:00:00Z,37,571,4110,105265,105265,4681,105265,20,0,9371d409080c6f043405648acdb8d8a9a80373d4,0,0,0,0,0,
+20200425,ND,803,18547,,17,70,,,,,310,C,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,16,70,2020-04-25T13:00:00Z,38,55,1846,19350,19350,1901,19350,1,3,bb62a542eac6726827f5756bf6386a5093ed8393,0,0,0,0,0,
+20200425,NE,2421,17552,,,,,,,,,D,4/24/2020 19:45,2020-04-24T19:45:00Z,04/24 15:45,50,,2020-04-24T19:45:00Z,31,297,1064,19973,19973,1361,19973,3,0,f9edeca5273f08a19203d494d9e37ac6389be243,0,0,0,0,0,
+20200425,NH,1720,16007,398,89,224,,,,,578,C,4/24/2020 09:00,2020-04-24T09:00:00Z,04/24 05:00,53,224,2020-04-24T09:00:00Z,33,50,868,18125,17727,918,17727,2,6,1f57d7c4befe180b8ef5e0c0441c2a7bea3f040f,0,0,0,0,0,
+20200425,NJ,105523,108163,,6722,,1971,,1442,,,A,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,5863,,2020-04-25T13:00:00Z,34,3327,4397,213686,213686,7724,213686,246,0,05f64b0ceb7c03831a20c47e18759a55f12df63a,0,0,0,0,0,
+20200425,NM,2521,48989,,152,412,,,,,614,C,4/25/2020 13:59,2020-04-25T13:59:00Z,04/25 09:59,84,412,2020-04-25T13:59:00Z,35,142,4805,51510,51510,4947,51510,6,45,166222708581b9bf2af3fdcd69f76a549f143cce,0,0,0,0,0,
+20200425,NV,4539,32669,,,,,,,,,F,4/25/2020 10:00,2020-04-25T10:00:00Z,04/25 06:00,204,,2020-04-25T10:00:00Z,32,141,875,37208,37208,1016,37208,7,0,cfb9d9ce3218b1377a86086f8dac9265f88fb519,0,0,0,0,0,
+20200425,NY,282143,495425,,13524,72444,5016,,,,47935,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,16599,72444,2020-04-25T00:00:00Z,36,10553,36359,777568,777568,46912,777568,437,1071,b418518b91bed8632bf09eb607798c78ba744d48,0,0,0,0,0,
+20200425,OH,15587,96396,,,3115,,938,,,,B,4/25/2020 14:00,2020-04-25T14:00:00Z,04/25 10:00,711,3115,2020-04-25T14:00:00Z,39,418,3868,111983,111983,4286,111983,21,62,588002b7127e920bbaa111a1ac002429bc3a75aa,0,0,0,0,0,
+20200425,OK,3193,49891,,306,637,150,,,,2080,A,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,194,637,2020-04-25T00:00:00Z,40,72,6872,53084,53084,6944,53084,6,0,16c91f4dd429849e6a28f17a0e10257031ca6a20,0,0,0,0,0,
+20200425,OR,2253,45124,,261,536,60,,29,,,B,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,87,536,2020-04-25T11:00:00Z,41,76,1809,47377,47377,1885,47377,1,16,08a898a26252104e746d3f5edc6c0a56c95ea45b,0,0,0,0,0,
+20200425,PA,40049,152886,,2748,,,,640,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,1537,,2020-04-25T00:00:00Z,42,1397,5395,192935,192935,6792,192935,45,0,f8506d07e3a178ef948d348d300ce9f4d3911d1b,0,0,0,0,0,
+20200425,PR,1307,9313,1940,,,,,,,,D,4/25/2020 06:30,2020-04-25T06:30:00Z,04/25 02:30,83,,2020-04-25T06:30:00Z,72,31,0,12560,10620,31,10620,6,0,9bc632273164522ec805737c76a148d07f0b2b1d,0,0,0,0,0,
+20200425,RI,7129,43762,,263,576,77,,52,,410,A+,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,215,576,2020-04-25T00:00:00Z,44,430,3204,50891,50891,3634,50891,13,0,86aa83a681fc460778ba397d3cccc0aed6ae42ec,0,0,0,0,0,
+20200425,SC,5253,43761,,,944,,,,,3701,B,4/25/2020 15:39,2020-04-25T15:39:00Z,04/25 11:39,166,944,2020-04-25T15:39:00Z,45,336,4215,49014,49014,4551,49014,16,107,ca068b3f3de90f6b0b00eeba725d0ea7ecf2131f,0,0,0,0,0,
+20200425,SD,2147,13449,,61,128,,,,,1223,C,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,10,128,2020-04-24T18:00:00Z,46,107,665,15596,15596,772,15596,0,4,54a45679a6baedbce79b5427d24035517564cac4,0,0,0,0,0,
+20200425,TN,9189,132217,,,821,,,,,4467,B,4/25/2020 15:00,2020-04-25T15:00:00Z,04/25 11:00,178,821,2020-04-25T15:00:00Z,47,463,9615,141406,141406,10078,141406,10,13,1afa55df3d713ca87d91c9415c7d30093b3e435f,0,0,0,0,0,
+20200425,TX,23773,239043,,1597,,,,,,9986,B,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,623,,2020-04-25T13:00:00Z,48,967,19302,262816,262816,20269,262816,30,0,9668c20c6367bff1f2dad2c8fe4481db1465acfa,0,0,0,0,0,
+20200425,UT,3948,86258,,,329,,,,,1399,C,4/25/2020 15:00,2020-04-25T15:00:00Z,04/25 11:00,41,329,2020-04-25T15:00:00Z,49,166,5343,90206,90206,5509,90206,2,14,e272364897d0b8824a26c45cb740f378aaa0e50a,0,0,0,0,0,
+20200425,VA,12366,60276,1405,1405,1942,357,,223,,1717,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,436,1942,2020-04-25T00:00:00Z,51,772,2430,74047,72642,3202,72642,26,105,1b889c65fdeac6a5a5ccc154a15ba9a3053a1bc4,0,0,0,0,0,
+20200425,VI,55,693,22,,,,,,,51,D,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,3,,2020-04-25T00:00:00Z,78,1,51,770,748,52,748,0,0,f16bd82f4ef8bb48bfed01ebe8c725f381e83f2a,0,0,0,0,0,
+20200425,VT,852,13270,,37,,,,,,,C,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,46,,2020-04-25T00:00:00Z,50,9,462,14122,14122,471,14122,2,0,1d690a40f4e22acad7197cec0b58e10a0d89a242,0,0,0,0,0,
+20200425,WA,14098,172290,,455,,174,,,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,665,,2020-04-25T00:00:00Z,53,165,3194,186388,186388,3359,186388,6,0,de0b4876087a3ec5f46b76cf25e4a24ef3b2135a,0,0,0,0,0,
+20200425,WI,5687,57138,241,337,1376,136,353,,,,A,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,266,1376,2020-04-25T16:00:00Z,55,331,2565,63066,62825,2896,62825,4,23,96fed3e30a5cc50d3b9fa1ee68b0ede7bdec86c1,0,0,0,0,0,
+20200425,WV,1020,31946,,97,,36,,19,,439,B,4/25/2020 10:00,2020-04-25T10:00:00Z,04/25 06:00,32,,2020-04-25T10:00:00Z,54,32,3123,32966,32966,3155,32966,0,0,37374b3c4ad72b8dba5bb251c3a534d5b4ff1d06,0,0,0,0,0,
+20200425,WY,349,7797,,16,54,,,,,321,C,4/24/2020 16:02,2020-04-24T16:02:00Z,04/24 12:02,7,54,2020-04-24T16:02:00Z,56,0,101,8146,8146,101,8146,0,0,12e199f77ed85afc38895c543e79d3f053efc9a9,0,0,0,0,0,
+20200424,AK,339,11942,,36,,,,,,208,A,4/24/2020 15:00,2020-04-24T15:00:00Z,04/24 11:00,9,,2020-04-24T15:00:00Z,02,2,118,12281,12281,120,12281,0,0,b05cd41314983fbed9df6753c150720a8dccbc87,0,0,0,0,0,
+20200424,AL,5832,46863,,,768,,288,,170,,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,197,768,2020-04-24T00:00:00Z,01,54,0,52695,52695,54,52695,0,0,dfd1df66348264e59356656cf8711ba5735d3d0f,0,0,0,0,0,
+20200424,AR,2741,32837,,101,291,,,24,57,929,A,4/24/2020 10:47,2020-04-24T10:47:00Z,04/24 06:47,45,291,2020-04-24T10:47:00Z,05,276,3712,35578,35578,3988,35578,0,0,daa9ad13c72e447dd5468ce8e99b73966c630f71,0,0,0,0,0,
+20200424,AS,0,3,17,,,,,,,,,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,78f5eb6f71cec0c19f9459420e752ab1c8fcb089,0,0,0,0,0,
+20200424,AZ,6045,54669,,639,984,332,,186,,1313,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,266,984,2020-04-24T00:00:00Z,04,276,1741,60714,60714,2017,60714,17,984,996eefcf5e458b99aa3ce3112bea6e7e02c0cb82,0,0,0,0,0,
+20200424,CA,39254,454919,,4880,,1521,,,,,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1562,,2020-04-23T00:00:00Z,06,1885,10191,494173,494173,12076,494173,93,0,a8e86849031900ed9b7553bd124ec68a2bcbb0a0,0,0,0,0,0,
+20200424,CO,11262,41062,,1084,2237,,,,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,552,2237,2020-04-22T00:00:00Z,08,384,1295,52324,52324,1679,52324,44,114,eac464a9232de018245fae720a2c058ec8ec0e00,0,0,0,0,0,
+20200424,CT,23921,50117,,1877,,,,,,,A,4/24/2020 16:00,2020-04-24T16:00:00Z,04/24 12:00,1764,,2020-04-24T16:00:00Z,09,821,1720,74038,74038,2541,74038,125,0,bb984b5c926d4f518202323cc68cba82d1047e6d,0,0,0,0,0,
+20200424,DC,3528,13005,,402,,120,,69,,651,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,153,,2020-04-23T00:00:00Z,11,167,436,16533,16533,603,16533,14,0,5162887e931e09d11f598f994af111c827dffbb2,0,0,0,0,0,
+20200424,DE,3442,13937,,277,,,,,,703,A,4/23/2020 18:00,2020-04-23T18:00:00Z,04/23 14:00,100,,2020-04-23T18:00:00Z,10,134,333,17379,17379,467,17379,8,0,d351696baefd4cb672b583193444630d50b29af6,0,0,0,0,0,
+20200424,FL,30174,286785,1287,,4888,,,,,,A,4/24/2020 16:39,2020-04-24T16:39:00Z,04/24 12:39,1031,4888,2020-04-24T16:39:00Z,12,1342,18909,318246,316959,20251,316959,52,195,5444f20cb7d345716e87fdc28e19fba4137ccf1e,0,0,0,0,0,
+20200424,GA,22147,85029,,,4221,,,,,,A,4/24/2020 18:28,2020-04-24T18:28:00Z,04/24 14:28,892,4221,2020-04-24T18:28:00Z,13,635,5479,107176,107176,6114,107176,20,152,0505832c107cc3b8a7cf8fa8e6350acea1811f73,0,0,0,0,0,
+20200424,GU,141,1233,,2,,,,,,126,,4/24/2020 07:40,2020-04-24T07:40:00Z,04/24 03:40,5,,2020-04-24T07:40:00Z,66,6,53,1374,1374,59,1374,0,0,0efe59af7b00d4a8d1a4954fa3bfe2d3f1ee6793,0,0,0,0,0,
+20200424,HI,596,26291,,,63,,,,,455,A,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,12,63,2020-04-24T18:00:00Z,15,4,755,26887,26887,759,26887,0,0,9b2517776fbf5405d0342a5ccb02607b123a55c8,0,0,0,0,0,
+20200424,IA,4445,27528,,278,,104,,60,,1604,A,4/23/2020 12:00,2020-04-23T12:00:00Z,04/23 08:00,107,,2020-04-23T12:00:00Z,19,521,2190,31973,31973,2711,31973,11,0,3e4318b50937d649b5ef3fc1562f1b7a6a016be6,0,0,0,0,0,
+20200424,ID,1836,17611,,,166,,63,,,822,A,4/24/2020 19:00,2020-04-24T19:00:00Z,04/24 15:00,54,166,2020-04-24T19:00:00Z,16,34,241,19447,19447,275,19447,0,4,efce7c6d79b57f92e314beb059ccfbc9eab8e5da,0,0,0,0,0,
+20200424,IL,39658,149974,,4828,,1225,,709,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,1795,,2020-04-24T00:00:00Z,17,2724,13592,189632,189632,16316,189632,107,0,8e859026a5c1dbe617e18f7d302e59d3236804eb,0,0,0,0,0,
+20200424,IN,13680,61873,,,,621,,325,,,B,4/23/2020 23:59,2020-04-23T23:59:00Z,04/23 19:59,741,,2020-04-23T23:59:00Z,18,641,2872,75553,75553,3513,75553,35,0,df14befd3568d239667137a64b76b2ae454e5f51,0,0,0,0,0,
+20200424,KS,2777,20811,,,457,,,,,,B,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,111,457,2020-04-24T10:00:00Z,20,295,1975,23588,23588,2270,23588,-1,15,e88514bb0ecccf53979ced9ceae70694e0a5824c,0,0,0,0,0,
+20200424,KY,3481,39363,,302,1115,163,570,,,1335,A,4/24/2020 17:00,2020-04-24T17:00:00Z,04/24 13:00,191,1115,2020-04-24T17:00:00Z,21,108,6661,42844,42844,6769,42844,6,10,1ac912b4e4418f2abe2807740b399abef5b298c9,0,0,0,0,0,
+20200424,LA,26140,111972,,1697,,,,286,,14927,A,4/24/2020 13:00,2020-04-24T13:00:00Z,04/24 09:00,1601,,2020-04-24T13:00:00Z,22,401,198,138112,138112,599,138112,61,0,2b176471967d18f7fd8865fddcad7ee3e1f08b8f,0,0,0,0,0,
+20200424,MA,50969,164244,,3847,4752,1034,,,,,B,4/24/2020 12:00,2020-04-24T12:00:00Z,04/24 08:00,2877,4752,2020-04-24T12:00:00Z,25,2977,7920,215213,215213,10897,215213,108,259,614ba243167aa354e82c543cfcebb0f5dff72ecd,0,0,0,0,0,
+20200424,MD,16616,68100,,1425,3618,547,,,,1108,A,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,798,3618,2020-04-24T10:00:00Z,24,879,3737,84716,84716,4616,84716,50,141,8062f3c65c4e898081a2f5f93c094f7c85713e73,0,0,0,0,0,
+20200424,ME,965,16784,,39,152,17,,7,,499,A,4/24/2020 12:00,2020-04-24T12:00:00Z,04/24 08:00,47,152,2020-04-24T12:00:00Z,23,28,0,17749,17749,28,17749,3,2,10b6ed05a54697e00d858858dcccc95691ea934e,0,0,0,0,0,
+20200424,MI,36641,99655,,3022,,1176,,965,,3237,B,4/24/2020 11:00,2020-04-24T11:00:00Z,04/24 07:00,3085,,2020-04-24T11:00:00Z,26,1350,6625,136296,136296,7975,136296,108,0,729d475c802dbe83c0e4275df29926af5abed485,0,0,0,0,0,
+20200424,MN,3185,50602,,278,756,111,281,,,1373,A,4/23/2020 17:00,2020-04-23T17:00:00Z,04/23 13:00,221,756,2020-04-23T17:00:00Z,27,243,1996,53787,53787,2239,53787,21,44,8473ebb38ab59e4352d9de9c94c883a76879388d,0,0,0,0,0,
+20200424,MO,6625,58582,,877,,,,,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,262,,2020-04-24T00:00:00Z,29,304,5453,65207,65207,5757,65207,44,0,cfc99948329ee2cbe3062435d3ee902b345641f3,0,0,0,0,0,
+20200424,MP,14,51,,,,,,,,11,,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,2,,2020-04-24T00:00:00Z,69,0,0,65,65,0,65,0,0,d235bb36d0ea0954429208bbc050f2055a85da3f,0,0,0,0,0,
+20200424,MS,5434,50236,,586,970,148,,74,,,A,4/23/2020 19:00,2020-04-23T19:00:00Z,04/23 15:00,209,970,2020-04-23T19:00:00Z,28,281,0,55670,55670,281,55670,8,24,1d61b435f83cebe2bd0683656bd9162d13abc81a,0,0,0,0,0,
+20200424,MT,444,11683,,12,59,,,,,325,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,14,59,2020-04-24T00:00:00Z,30,2,250,12127,12127,252,12127,0,0,dadc63b701197b339cdf680cfcdc71582f396bc5,0,0,0,0,0,
+20200424,NC,8052,92532,,477,,,,,,,A,4/24/2020 11:00,2020-04-24T11:00:00Z,04/24 07:00,269,,2020-04-24T11:00:00Z,37,444,3955,100584,100584,4399,100584,16,0,a5d073b185721870139cf90d15bcede58eb8817e,0,0,0,0,0,
+20200424,ND,748,16701,,17,67,,,,,285,B,4/24/2020 13:00,2020-04-24T13:00:00Z,04/24 09:00,15,67,2020-04-24T13:00:00Z,38,39,1080,17449,17449,1119,17449,0,2,3ab74527a20ae1fb2251ee8f72e542951ee625d5,0,0,0,0,0,
+20200424,NE,2124,16488,,,,,,,,,A,4/24/2020 19:45,2020-04-24T19:45:00Z,04/24 15:45,47,,2020-04-24T19:45:00Z,31,311,941,18612,18612,1252,18612,2,0,1b789f8ebfd7813c72bef11a2710dd37c3e687f1,0,0,0,0,0,
+20200424,NH,1670,15139,424,92,218,,,,,551,B,4/23/2020 09:00,2020-04-23T09:00:00Z,04/23 05:00,51,218,2020-04-23T09:00:00Z,33,82,715,17233,16809,797,16809,3,5,14055925f9e5b90f16dd5035e74ab8bd328d2827,0,0,0,0,0,
+20200424,NJ,102196,103766,,6847,,1933,,1487,,,A,4/24/2020 13:00,2020-04-24T13:00:00Z,04/24 09:00,5617,,2020-04-24T13:00:00Z,34,2207,3607,205962,205962,5814,205962,249,0,36962e212408192639ac64ff172d82faf46d6b01,0,0,0,0,0,
+20200424,NM,2379,44184,,123,367,,,,,573,A,4/24/2020 20:17,2020-04-24T20:17:00Z,04/24 16:17,78,367,2020-04-24T20:17:00Z,35,169,5162,46563,46563,5331,46563,7,36,a973a54bc23e0e2855f4e3bcb5fdaa00c5f9034c,0,0,0,0,0,
+20200424,NV,4398,31794,,,,,,,,,A,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,197,,2020-04-24T10:00:00Z,32,190,1253,36192,36192,1443,36192,8,0,74a195750a74161735abdac74b17d08fffdf180c,0,0,0,0,0,
+20200424,NY,271590,459066,,14258,71373,5016,,,,46156,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,16162,71373,2020-04-24T00:00:00Z,36,8130,26606,730656,730656,34736,730656,422,1191,8a49713c7e9c414a7c0010428de2b667caae6876,0,0,0,0,0,
+20200424,OH,15169,92528,,,3053,,920,,,,B,4/24/2020 14:00,2020-04-24T14:00:00Z,04/24 10:00,690,3053,2020-04-24T14:00:00Z,39,475,4345,107697,107697,4820,107697,34,93,d34a3e69628e56485686049822d0eb4536ad197d,0,0,0,0,0,
+20200424,OK,3121,43019,,310,637,155,,,,1961,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,188,637,2020-04-24T00:00:00Z,40,104,0,46140,46140,104,46140,9,15,33c96f06b70665b14a322dd31021fbfe09ebc1e4,0,0,0,0,0,
+20200424,OR,2177,43315,,258,520,56,,29,,,A,4/24/2020 11:00,2020-04-24T11:00:00Z,04/24 07:00,86,520,2020-04-24T11:00:00Z,41,50,1466,45492,45492,1516,45492,3,8,031d26b6dcbc91781913f4471db892bf8d0d3452,0,0,0,0,0,
+20200424,PA,38652,147491,,2746,,,,679,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,1492,,2020-04-24T00:00:00Z,42,1599,5430,186143,186143,7029,186143,71,0,1bef2c83c37d621f2ded5998a4e2fbc9eeb535e6,0,0,0,0,0,
+20200424,PR,1276,9313,1940,,,,,,,,A,4/24/2020 06:30,2020-04-24T06:30:00Z,04/24 02:30,77,,2020-04-24T06:30:00Z,72,361,0,12529,10589,361,10589,8,0,895b9ba4a5fee96eac6b331c0c4f773176d0b9ed,0,0,0,0,0,
+20200424,RI,6699,40558,,267,576,77,,48,,377,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,202,576,2020-04-24T00:00:00Z,44,437,2395,47257,47257,2832,47257,-11,-181,1a72e964aefe54d3ec253f8fa388ecb5afd412c2,0,0,0,0,0,
+20200424,SC,4917,39546,,,837,,,,,3317,B,4/24/2020 17:24,2020-04-24T17:24:00Z,04/24 13:24,150,837,2020-04-24T17:24:00Z,45,0,0,44463,44463,0,44463,0,0,64854c85c0af84f4c0aa156b8b9cc2d4678bbc5d,0,0,0,0,0,
+20200424,SD,2040,12784,,61,124,,,,,1190,A,4/23/2020 18:00,2020-04-23T18:00:00Z,04/23 14:00,10,124,2020-04-23T18:00:00Z,46,84,675,14824,14824,759,14824,1,5,c40c366ff3fe1441a3d3d6a397e7875fb8ae924c,0,0,0,0,0,
+20200424,TN,8726,122602,,,808,,,,,4370,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,168,808,2020-04-23T15:00:00Z,47,460,7768,131328,131328,8228,131328,-2,15,c1e8a45b5a6bd58faf12a391a2b331eb5b4ea28b,0,0,0,0,0,
+20200424,TX,22806,219741,,1674,,,,,,9156,A,4/24/2020 12:30,2020-04-24T12:30:00Z,04/24 08:30,593,,2020-04-24T12:30:00Z,48,862,16607,242547,242547,17469,242547,32,0,c8290043a7e1b1e449eede44f7d42f0ec8d42cf2,0,0,0,0,0,
+20200424,UT,3782,80915,,,315,,,,,1252,A,4/24/2020 15:00,2020-04-24T15:00:00Z,04/24 11:00,39,315,2020-04-24T15:00:00Z,49,170,3900,84697,84697,4070,84697,4,14,78a1098e77ce391d2ce941416d8d319afb3142cd,0,0,0,0,0,
+20200424,VA,11594,57846,487,1399,1837,379,,220,,1672,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,410,1837,2020-04-24T00:00:00Z,51,596,3955,69927,69440,4551,69440,38,84,598e29e921c06f29156ea6a19ec8c23148f62626,0,0,0,0,0,
+20200424,VI,54,642,35,,,,,,,50,,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,3,,2020-04-23T00:00:00Z,78,0,59,731,696,59,696,0,0,7e7b192f6c166067b29f727c4cd796763da18bab,0,0,0,0,0,
+20200424,VT,843,12808,,32,,,,,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,44,,2020-04-24T00:00:00Z,50,9,388,13651,13651,397,13651,1,0,9c6d7e8a4fe5758689b6deeda726768bcede335a,0,0,0,0,0,
+20200424,WA,13933,169096,,551,,164,,,,,C,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,659,,2020-04-24T00:00:00Z,53,344,6498,183029,183029,6842,183029,5,0,7ea53202c076a07c6f38e24f4e66ca10e05360a5,0,0,0,0,0,
+20200424,WI,5356,54573,206,361,1353,143,346,,,,A,4/24/2020 16:00,2020-04-24T16:00:00Z,04/24 12:00,262,1353,2020-04-24T16:00:00Z,55,304,3117,60135,59929,3421,59929,5,35,1655fefaf8cddf40be1558350688bdc97081f8cf,0,0,0,0,0,
+20200424,WV,988,28823,,97,,36,,19,,439,B,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,32,,2020-04-24T10:00:00Z,54,21,1885,29811,29811,1906,29811,3,0,c41641feb75dc0650a7656398e9fa27321b003aa,0,0,0,0,0,
+20200424,WY,349,7696,,16,54,,,,,321,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,7,54,2020-04-24T00:00:00Z,56,23,455,8045,8045,478,8045,0,2,c7fe3404c66225a5bc58bb9c1bc9cb5b1eb762a4,0,0,0,0,0,
+20200423,AK,337,11824,,42,,,,,,209,A,4/23/2020 14:00,2020-04-23T14:00:00Z,04/23 10:00,9,,2020-04-23T14:00:00Z,02,2,0,12161,12161,2,12161,0,-36,6b0061abe41417180221faa4e389a0058c8862cd,0,0,0,0,0,
+20200423,AL,5778,46863,,,768,,288,,170,,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,197,768,2020-04-23T00:00:00Z,01,313,3568,52641,52641,3881,52641,3,38,8e3e65256dac296427bd10a78a9d1b57a37a181f,0,0,0,0,0,
+20200423,AR,2465,29125,,101,291,,,24,57,902,A,4/23/2020 14:48,2020-04-23T14:48:00Z,04/23 10:48,45,291,2020-04-23T14:48:00Z,05,189,1688,31590,31590,1877,31590,3,0,28d22704d968d52090a227cac0c7e761f14cf004,0,0,0,0,0,
+20200423,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,2e81cbcf4616bbca598a9d71128e7f36b0fbd77d,0,0,0,0,0,
+20200423,AZ,5769,52928,,699,,305,,201,,1282,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,249,,2020-04-23T00:00:00Z,04,310,1786,58697,58697,2096,58697,20,0,c1e07997a4ff8f63763b9b81a12d5d751bf4baf9,0,0,0,0,0,
+20200423,CA,37369,444728,,4929,,1531,,,,,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,1469,,2020-04-22T00:00:00Z,06,1973,14797,482097,482097,16770,482097,115,0,2c6529635e5d0f92016720cb4394e07a46f17f60,0,0,0,0,0,
+20200423,CO,10878,39767,,859,2123,,,,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,508,2123,2020-04-21T00:00:00Z,08,431,1510,50645,50645,1941,50645,22,120,0a2923c1181fa8bb4ba6a997c94cdfd6329cba02,0,0,0,0,0,
+20200423,CT,23100,48397,,1947,,,,,,,A,4/23/2020 16:00,2020-04-23T16:00:00Z,04/23 12:00,1639,,2020-04-23T16:00:00Z,09,631,948,71497,71497,1579,71497,95,0,a134835129b4cb4841f8ba69d7c8ca5f11b5138c,0,0,0,0,0,
+20200423,DC,3361,12569,,402,,120,,200,,648,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,139,,2020-04-22T00:00:00Z,11,155,273,15930,15930,428,15930,12,0,759ddc813022ac9a6a80fb0f29445b322b0faa41,0,0,0,0,0,
+20200423,DE,3308,13604,,290,,,,,,643,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,92,,2020-04-22T18:00:00Z,10,108,251,16912,16912,359,16912,3,0,e8a8faef3d4da3f87beada20e0101b754a8f8efb,0,0,0,0,0,
+20200423,FL,28832,267876,1301,,4693,,,,,,A,4/23/2020 18:27,2020-04-23T18:27:00Z,04/23 14:27,979,4693,2020-04-23T18:27:00Z,12,523,7558,298009,296708,8081,296708,69,224,70209e38d6955533b15014d6e3f835237abc6fe1,0,0,0,0,0,
+20200423,GA,21512,79550,,,4069,,,,,,A,4/23/2020 18:28,2020-04-23T18:28:00Z,04/23 14:28,872,4069,2020-04-23T18:28:00Z,13,772,6218,101062,101062,6990,101062,36,110,cf81ee33230708c2d03a37745ed0e400c4434ccc,0,0,0,0,0,
+20200423,GU,135,1180,,2,,,,,,126,,4/23/2020 07:45,2020-04-23T07:45:00Z,04/23 03:45,5,,2020-04-23T07:45:00Z,66,1,94,1315,1315,95,1315,0,0,1e87e62fda758f84329ac06f6389559ce832cc52,0,0,0,0,0,
+20200423,HI,592,25536,,,63,,,,,444,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,12,63,2020-04-22T18:00:00Z,15,10,776,26128,26128,786,26128,0,7,ce42c6164f38c2c3e68ee33c34846c859994e4a9,0,0,0,0,0,
+20200423,IA,3924,25338,,282,,102,,55,,1492,A,4/22/2020 12:00,2020-04-22T12:00:00Z,04/22 08:00,96,,2020-04-22T12:00:00Z,19,176,842,29262,29262,1018,29262,6,0,349e775d2c4943462e0f17d79821b948d45a9f9a,0,0,0,0,0,
+20200423,ID,1802,17370,,,162,,60,,,767,A,4/23/2020 19:00,2020-04-23T19:00:00Z,04/23 15:00,54,162,2020-04-23T19:00:00Z,16,36,966,19172,19172,1002,19172,3,4,fa28da6620d32b79c880bca0ebb8ff59b497c538,0,0,0,0,0,
+20200423,IL,36934,136382,,4877,,1268,,766,,,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1688,,2020-04-23T00:00:00Z,17,1826,7144,173316,173316,8970,173316,123,0,49fe6caabdc1d9ae5cad8e9ed32b3c8b6c3114ed,0,0,0,0,0,
+20200423,IN,13039,59001,,,,652,,333,,,B,4/22/2020 23:59,2020-04-22T23:59:00Z,04/22 19:59,706,,2020-04-22T23:59:00Z,18,601,1969,72040,72040,2570,72040,45,0,633adca8b5b4af705b8171a902e9af334e1eda65,0,0,0,0,0,
+20200423,KS,2482,18836,,,442,,,,,,B,4/23/2020 10:45,2020-04-23T10:45:00Z,04/23 06:45,112,442,2020-04-23T10:45:00Z,20,271,844,21318,21318,1115,21318,2,10,4b3aeb96cba648669ef69aa4474d46f4ad6da237,0,0,0,0,0,
+20200423,KY,3373,32702,,301,1105,161,564,,,1311,A,4/23/2020 17:00,2020-04-23T17:00:00Z,04/23 13:00,185,1105,2020-04-23T17:00:00Z,21,181,2566,36075,36075,2747,36075,14,29,3ea3c63211b3162782dde52f7824c4af38b7f870,0,0,0,0,0,
+20200423,LA,25739,111774,,1727,,,,274,,14927,A,4/23/2020 13:00,2020-04-23T13:00:00Z,04/23 09:00,1540,,2020-04-23T13:00:00Z,22,481,186,137513,137513,667,137513,67,0,6b9ffe61aa1c7987b64e684f6563c3bfe640cde6,0,0,0,0,0,
+20200423,MA,47992,156324,,3851,4493,1034,,,,,B,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,2769,4493,2020-04-22T16:00:00Z,25,3079,11535,204316,204316,14614,204316,172,237,74a478333a5d459e4a329f5602b18359c63d5bcc,0,0,0,0,0,
+20200423,MD,15737,64363,,1405,3477,515,,,,1040,A,4/23/2020 10:00,2020-04-23T10:00:00Z,04/23 06:00,748,3477,2020-04-23T10:00:00Z,24,962,2609,80100,80100,3571,80100,50,152,561ea311858281773388f727288c97aa5f1f9a59,0,0,0,0,0,
+20200423,ME,937,16784,,42,150,18,,11,,485,A,4/23/2020 11:45,2020-04-23T11:45:00Z,04/23 07:45,44,150,2020-04-23T11:45:00Z,23,30,0,17721,17721,30,17721,5,6,1b59f9e598a2dd43c3a9a519cc7078146dcb0c18,0,0,0,0,0,
+20200423,MI,35291,93030,,3611,,1148,,1027,,3237,B,4/23/2020 16:00,2020-04-23T16:00:00Z,04/23 12:00,2977,,2020-04-23T16:00:00Z,26,1325,8771,128321,128321,10096,128321,164,0,800926b62dd009f5240ac5434acd3467b2639ad1,0,0,0,0,0,
+20200423,MN,2942,48606,,268,712,104,274,,,1336,A,4/22/2020 17:00,2020-04-22T17:00:00Z,04/22 13:00,200,712,2020-04-22T17:00:00Z,27,221,1983,51548,51548,2204,51548,21,52,0deea9f2f36546951fd254f5be5a8859a32cb5a4,0,0,0,0,0,
+20200423,MO,6321,53129,,884,,,,,,,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,218,,2020-04-23T15:00:00Z,29,184,1110,59450,59450,1294,59450,10,0,8e0885712b927b65b1e7c1376423971f3b060615,0,0,0,0,0,
+20200423,MP,14,51,,,,,,,,11,,4/23/2020 22:35,2020-04-23T22:35:00Z,04/23 18:35,2,,2020-04-23T22:35:00Z,69,0,0,65,65,0,65,0,0,923cc48abadf63a0698c30cedf73c0099e627481,0,0,0,0,0,
+20200423,MS,5153,50236,,595,946,156,,78,,,A,4/22/2020 19:00,2020-04-22T19:00:00Z,04/22 15:00,201,946,2020-04-22T19:00:00Z,28,259,1295,55389,55389,1554,55389,8,36,f9aa4ba1b862b48f8d16d7a6128c5bd9aa5353d6,0,0,0,0,0,
+20200423,MT,442,11433,,13,59,,,,,306,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,14,59,2020-04-23T00:00:00Z,30,3,289,11875,11875,292,11875,0,0,c5f36a610dc611d7534c980fc8abcf0dc5ee001c,0,0,0,0,0,
+20200423,NC,7608,88577,,486,,,,,,,A,4/23/2020 11:00,2020-04-23T11:00:00Z,04/23 07:00,253,,2020-04-23T11:00:00Z,37,388,5461,96185,96185,5849,96185,11,0,6b735dab6e98969f01d719c3bf9991182021d9da,0,0,0,0,0,
+20200423,ND,709,15621,,18,65,,,,,269,B,4/23/2020 13:02,2020-04-23T13:02:00Z,04/23 09:02,15,65,2020-04-23T13:02:00Z,38,30,711,16330,16330,741,16330,1,3,ea0bae1af143f8927e96a5796f3f8d2b47915933,0,0,0,0,0,
+20200423,NE,1813,15547,,,,,,,,,A,4/23/2020 19:45,2020-04-23T19:45:00Z,04/23 15:45,45,,2020-04-23T19:45:00Z,31,91,590,17360,17360,681,17360,7,0,2af602bc356145ebe601a3c733ac91b211ee23ae,0,0,0,0,0,
+20200423,NH,1588,14424,265,91,213,,,,,550,B,4/23/2020 09:00,2020-04-23T09:00:00Z,04/23 05:00,48,213,2020-04-23T09:00:00Z,33,97,874,16277,16012,971,16012,6,7,b09c56f41c0f6fc9a509236b9168937e1c6faa8f,0,0,0,0,0,
+20200423,NJ,99989,100159,,7240,,1990,,1462,,,A,4/23/2020 13:00,2020-04-23T13:00:00Z,04/23 09:00,5368,,2020-04-23T13:00:00Z,34,4124,4365,200148,200148,8489,200148,305,0,37a7701e25cf47bb8e0dc3f1859336499f9349ab,0,0,0,0,0,
+20200423,NM,2210,39022,,121,331,,,,,547,A,4/23/2020 09:11,2020-04-23T09:11:00Z,04/23 05:11,71,331,2020-04-23T09:11:00Z,35,138,217,41232,41232,355,41232,6,25,bcb1588af8b0776471f48480bc75e0304b63262a,0,0,0,0,0,
+20200423,NV,4208,30541,,,,,,,,,A,4/23/2020 20:00,2020-04-23T20:00:00Z,04/23 16:00,189,,2020-04-23T20:00:00Z,32,127,734,34749,34749,861,34749,17,0,2e12ef033cb170355c63274388248d3bf5650d38,0,0,0,0,0,
+20200423,NY,263460,432460,,15021,70182,5016,,,,44244,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,15740,70182,2020-04-23T00:00:00Z,36,6244,19694,695920,695920,25938,695920,438,1409,e656e0af6cb008f9941de2a9750b984c324f7020,0,0,0,0,0,
+20200423,OH,14694,88183,,,2960,,900,,,,B,4/23/2020 14:00,2020-04-23T14:00:00Z,04/23 10:00,656,2960,2020-04-23T14:00:00Z,39,577,3794,102877,102877,4371,102877,46,78,ad4a7516e99a8ade82a953f024947a91e5870d55,0,0,0,0,0,
+20200423,OK,3017,43019,,284,622,156,,,,1884,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,179,622,2020-04-23T00:00:00Z,40,123,0,46036,46036,123,46036,9,34,40880d12be9438e6857a3832a1acc95a7f56b67a,0,0,0,0,0,
+20200423,OR,2127,41849,,304,512,74,,36,,,A,4/23/2020 11:00,2020-04-23T11:00:00Z,04/23 07:00,83,512,2020-04-23T11:00:00Z,41,68,2723,43976,43976,2791,43976,5,24,31e120f0697e32d82cafdf6e055eaa7200c07f87,0,0,0,0,0,
+20200423,PA,37053,142061,,2750,,,,679,,,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1421,,2020-04-23T00:00:00Z,42,1369,5789,179114,179114,7158,179114,-201,0,ac875fe7a50ea17bfbe38a9a7b2f9d6ea339a772,0,0,0,0,0,
+20200423,PR,915,9313,1951,,,,,,,,A,4/23/2020 06:20,2020-04-23T06:20:00Z,04/23 02:20,69,,2020-04-23T06:20:00Z,72,0,471,12179,10228,471,10228,2,0,fe8c4d670cefa98f50ba504bc2b5a8186fb22f30,0,0,0,0,0,
+20200423,RI,6262,38163,,316,757,72,,45,,342,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,213,757,2020-04-23T00:00:00Z,44,417,2282,44425,44425,2699,44425,12,40,9e34128e3363fe6478b6af7650b7bd7e2e0a432e,0,0,0,0,0,
+20200423,SC,4917,39546,,,837,,,,,3317,B,4/22/2020 23:59,2020-04-22T23:59:00Z,04/22 19:59,150,837,2020-04-22T23:59:00Z,45,156,1196,44463,44463,1352,44463,10,0,41dc5477108ecc16c390c4b8f874f46b6388f944,0,0,0,0,0,
+20200423,SD,1956,12109,,58,119,,,,,1064,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,9,119,2020-04-22T18:00:00Z,46,98,521,14065,14065,619,14065,1,8,9e8a3b6946e957e3f437d1a1c09341e488d9e77c,0,0,0,0,0,
+20200423,TN,8266,114834,,,793,,,,,4193,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,170,793,2020-04-23T15:00:00Z,47,424,7696,123100,123100,8120,123100,4,18,083f7d0e15edad8a1129873d05862b9111101bec,0,0,0,0,0,
+20200423,TX,21944,203134,,1649,,,,,,8025,A,4/23/2020 12:30,2020-04-23T12:30:00Z,04/23 08:30,561,,2020-04-23T12:30:00Z,48,875,7420,225078,225078,8295,225078,18,0,26e9c0b4f2ba51ff2c34ccdc2168dc47fda998b9,0,0,0,0,0,
+20200423,UT,3612,77015,,,301,,,,,1050,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,35,301,2020-04-23T15:00:00Z,49,167,4000,80627,80627,4167,80627,1,13,7cd99fdf3547979d68c6d4d7c3140d0ad936a21c,0,0,0,0,0,
+20200423,VA,10998,53891,492,1379,1753,400,,249,,1567,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,372,1753,2020-04-23T00:00:00Z,51,732,3379,65381,64889,4111,64889,23,94,765aac4efa3351297ddbfdb8a36aa415d58883a8,0,0,0,0,0,
+20200423,VI,54,583,31,,,,,,,48,,4/23/2020 20:30,2020-04-23T20:30:00Z,04/23 16:30,3,,2020-04-23T20:30:00Z,78,0,0,668,637,0,637,0,0,b35a14c7ca782bcfb71a1291720533dd7ebda672,0,0,0,0,0,
+20200423,VT,834,12420,,44,,,,,,,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,43,,2020-04-23T00:00:00Z,50,3,323,13254,13254,326,13254,3,0,1ee02121bcae5b1f2653cd541c3c427fc4c6692a,0,0,0,0,0,
+20200423,WA,13589,162598,,544,,151,,,,,C,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,654,,2020-04-23T00:00:00Z,53,261,5160,176187,176187,5421,176187,7,0,b820814f659bd08c65d264601087e08c9d3fe5ce,0,0,0,0,0,
+20200423,WI,5052,51456,201,349,1318,146,342,,,,A,4/23/2020 16:00,2020-04-23T16:00:00Z,04/23 12:00,257,1318,2020-04-23T16:00:00Z,55,207,1954,56709,56508,2161,56508,11,16,3458bbff32be844921a018769975955e4b98518e,0,0,0,0,0,
+20200423,WV,967,26938,,108,,44,,24,,380,B,4/23/2020 17:00,2020-04-23T17:00:00Z,04/23 13:00,29,,2020-04-23T17:00:00Z,54,28,2041,27905,27905,2069,27905,3,0,9a7574e56f533a7ed464a4c1fb1a72ee3f78426d,0,0,0,0,0,
+20200423,WY,326,7241,,,52,,,,,275,A,4/23/2020 16:27,2020-04-23T16:27:00Z,04/23 12:27,7,52,2020-04-23T16:27:00Z,56,4,-60,7567,7567,-56,7567,1,0,14eee168cf5d1926f4e89c101d2e35754cb6707a,0,0,0,0,0,
+20200422,AK,335,11824,,39,36,,,,,196,A,4/22/2020 14:00,2020-04-22T14:00:00Z,04/22 10:00,9,36,2020-04-22T14:00:00Z,02,6,1034,12159,12159,1040,12159,0,0,148924b2b3c6f478d05fa2300f80b10f2f74c56d,0,0,0,0,0,
+20200422,AL,5465,43295,,,730,,288,,170,,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,194,730,2020-04-22T00:00:00Z,01,234,0,48760,48760,234,48760,17,31,1d6786939029d5272cb528334a978698d22bc2d6,0,0,0,0,0,
+20200422,AR,2276,27437,,97,291,,,23,57,863,A,4/22/2020 16:01,2020-04-22T16:01:00Z,04/22 12:01,42,291,2020-04-22T16:01:00Z,05,49,2223,29713,29713,2272,29713,-1,0,b3a81e765752d3e7a8922aac8a604fb41314ff6d,0,0,0,0,0,
+20200422,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,8b23839c82db02d9d230349e33f57ccfcad032de,0,0,0,0,0,
+20200422,AZ,5459,51142,,664,,300,,195,,1265,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,229,,2020-04-22T00:00:00Z,04,208,1241,56601,56601,1449,56601,21,0,e945d6d82135909b294b33e02304c73d4f4b2f6f,0,0,0,0,0,
+20200422,CA,35396,429931,,4984,,1551,,,,,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1354,,2020-04-21T00:00:00Z,06,2135,163092,465327,465327,165227,465327,86,0,0fe2f9deaee90a96740e0f4b81c9261069db642b,0,0,0,0,0,
+20200422,CO,10447,38257,,851,2003,,,,,,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,486,2003,2020-04-20T00:00:00Z,08,341,897,48704,48704,1238,48704,37,123,8564a7ef4508a839f57e2fb46027e0a58feb7a52,0,0,0,0,0,
+20200422,CT,22469,47449,,1972,,,,,,,A,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,1544,,2020-04-22T16:00:00Z,09,2109,3617,69918,69918,5726,69918,121,0,ead5604369a9842131477b269687a24ce6511f3a,0,0,0,0,0,
+20200422,DC,3206,12296,,402,,120,,69,,645,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,127,,2020-04-21T00:00:00Z,11,108,455,15502,15502,563,15502,15,0,c7afb607e74145603c77a05fe5d030d0b485e1bb,0,0,0,0,0,
+20200422,DE,3200,13353,,269,,,,,,599,A,4/21/2020 18:00,2020-04-21T18:00:00Z,04/21 14:00,89,,2020-04-21T18:00:00Z,10,269,418,16553,16553,687,16553,7,0,8491c1b8278adc388e8009809add5231d0140847,0,0,0,0,0,
+20200422,FL,28309,260318,1258,,4469,,,,,,A,4/22/2020 11:17,2020-04-22T11:17:00Z,04/22 07:17,910,4469,2020-04-22T11:17:00Z,12,814,10754,289885,288627,11568,288627,54,234,dd15117106671399cc71f7c624fff5d691304550,0,0,0,0,0,
+20200422,GA,20740,73332,,,3959,,,,,,A,4/22/2020 18:28,2020-04-22T18:28:00Z,04/22 14:28,836,3959,2020-04-22T18:28:00Z,13,859,5073,94072,94072,5932,94072,37,180,82537396b9c86c12be51c0ce59084cf06bd2f621,0,0,0,0,0,
+20200422,GU,134,1086,,3,,2,,,,119,,4/22/2020 07:45,2020-04-22T07:45:00Z,04/22 03:45,5,,2020-04-22T07:45:00Z,66,1,53,1220,1220,54,1220,0,0,63db4f1aedfba5edba9d6a7c2286e30f9cd2630f,0,0,0,0,0,
+20200422,HI,582,24760,,,56,,,,,437,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,12,56,2020-04-22T18:00:00Z,15,-2,648,25342,25342,646,25342,2,1,0277a7cd5b4204c089a7fc0651f354e175d26867,0,0,0,0,0,
+20200422,IA,3748,24496,,272,,92,,57,,1428,A,4/21/2020 12:00,2020-04-21T12:00:00Z,04/21 08:00,90,,2020-04-21T12:00:00Z,19,107,522,28244,28244,629,28244,7,0,5dfa6e305d0fa2668739ebe91232ee7592cf83ca,0,0,0,0,0,
+20200422,ID,1766,16404,,,158,,58,,,710,A,4/22/2020 19:00,2020-04-22T19:00:00Z,04/22 15:00,51,158,2020-04-22T19:00:00Z,16,30,333,18170,18170,363,18170,3,1,545378f22f59cc1977834019641702cd871e49e0,0,0,0,0,0,
+20200422,IL,35108,129238,,4665,,1220,,747,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,1565,,2020-04-22T00:00:00Z,17,2049,7300,164346,164346,9349,164346,97,0,59d5f0c70d100247cd0d18e5cf3f4eefc6822b53,0,0,0,0,0,
+20200422,IN,12438,57032,,,,633,,334,,,B,4/21/2020 23:59,2020-04-21T23:59:00Z,04/21 19:59,661,,2020-04-21T23:59:00Z,18,341,1865,69470,69470,2206,69470,31,0,554b624e6f35d593389f71ad54876999d7f94f70,0,0,0,0,0,
+20200422,KS,2211,17992,,,432,,,,,,B,4/22/2020 12:00,2020-04-22T12:00:00Z,04/22 08:00,110,432,2020-04-22T12:00:00Z,20,186,916,20203,20203,1102,20203,3,13,75f5d427f12e2090c3f24ceeb5d0178ed75fc5bc,0,0,0,0,0,
+20200422,KY,3192,30136,,286,1076,165,558,,,1266,A,4/22/2020 17:00,2020-04-22T17:00:00Z,04/22 13:00,171,1076,2020-04-22T17:00:00Z,21,142,366,33328,33328,508,33328,17,17,e830eb6fd9961c69a219a96279f93854f55f92da,0,0,0,0,0,
+20200422,LA,25258,111588,,1747,,,,287,,14927,A,4/22/2020 13:00,2020-04-22T13:00:00Z,04/22 09:00,1473,,2020-04-22T13:00:00Z,22,404,0,136846,136846,404,136846,68,0,6daf47ee7cd6c4b28c470c726b09b536a4146eb2,0,0,0,0,0,
+20200422,MA,44913,144789,,3890,4256,1050,,,,,B,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,2597,4256,2020-04-22T16:00:00Z,25,1745,3345,189702,189702,5090,189702,148,247,a958d2e61a5c6e22cf59af7dd1c9fadb7e17f2d0,0,0,0,0,0,
+20200422,MD,14775,61754,,1432,3325,527,,,,981,A,4/21/2020 10:00,2020-04-21T10:00:00Z,04/21 06:00,698,3325,2020-04-21T10:00:00Z,24,582,2312,76529,76529,2894,76529,46,167,b849a60284f5b66e82e2bbb77f0de18c893b48a1,0,0,0,0,0,
+20200422,ME,907,16784,,42,144,18,,10,,455,A,4/22/2020 11:45,2020-04-22T11:45:00Z,04/22 07:45,39,144,2020-04-22T11:45:00Z,23,19,2708,17691,17691,2727,17691,3,5,df501df37f5d3a9d17b07a59c44e4b7082b2f8d1,0,0,0,0,0,
+20200422,MI,33966,84259,,3305,,1350,,1065,,3237,B,4/22/2020 11:00,2020-04-22T11:00:00Z,04/22 07:00,2813,,2020-04-22T11:00:00Z,26,999,0,118225,118225,999,118225,113,0,80803beff5fb3f1a3ea7946cd69588a7744dd8c7,0,0,0,0,0,
+20200422,MN,2721,46623,,240,660,107,262,,,1138,A,4/21/2020 17:00,2020-04-21T17:00:00Z,04/21 13:00,179,660,2020-04-21T17:00:00Z,27,154,1493,49344,49344,1647,49344,19,31,d989dde811e0e75e751e72c0669fb8920c847a23,0,0,0,0,0,
+20200422,MO,6137,52019,,1001,,,,,,,A,4/22/2020 15:00,2020-04-22T15:00:00Z,04/22 11:00,208,,2020-04-22T15:00:00Z,29,196,840,58156,58156,1036,58156,19,0,1395edc1171c0e0a9b193a7055a5a05657aec9a3,0,0,0,0,0,
+20200422,MP,14,51,,,,,,,,11,,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,2,,2020-04-23T00:00:00Z,69,0,0,65,65,0,65,0,0,a0449395947281a428952c0560853d724fcabd31,0,0,0,0,0,
+20200422,MS,4894,48941,,628,910,162,,86,,,A,4/21/2020 19:00,2020-04-21T19:00:00Z,04/21 15:00,193,910,2020-04-21T19:00:00Z,28,178,1293,53835,53835,1471,53835,10,52,2902f31835bfec15ffe6990143a9d1ca9c72194a,0,0,0,0,0,
+20200422,MT,439,11144,,13,59,,,,,296,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,14,59,2020-04-22T00:00:00Z,30,2,340,11583,11583,342,11583,2,0,f036c50b7b55d5469e2b657371a3360e5c1f792d,0,0,0,0,0,
+20200422,NC,7220,83116,,434,,,,,,,A,4/22/2020 11:00,2020-04-22T11:00:00Z,04/22 07:00,242,,2020-04-22T11:00:00Z,37,269,6736,90336,90336,7005,90336,29,0,1e6ea6437d554b65e578f2a440cd7a9aa06fdb17,0,0,0,0,0,
+20200422,ND,679,14910,,23,62,,,,,229,B,4/22/2020 13:10,2020-04-22T13:10:00Z,04/22 09:10,14,62,2020-04-22T13:10:00Z,38,35,567,15589,15589,602,15589,1,8,75bcc1dff6ab5c31828ddb6653a48c4a1777c080,0,0,0,0,0,
+20200422,NE,1722,14957,,,,,,,,,A,4/22/2020 19:45,2020-04-22T19:45:00Z,04/22 15:45,38,,2020-04-22T19:45:00Z,31,74,233,16679,16679,307,16679,5,0,e67d39b1c20a2c7e85182d0356aa1ac392b7cfbc,0,0,0,0,0,
+20200422,NH,1491,13550,225,94,206,,,,,546,B,4/22/2020 09:00,2020-04-22T09:00:00Z,04/22 05:00,42,206,2020-04-22T09:00:00Z,33,0,702,15266,15041,702,15041,0,0,14d07244ca4066daaccfb9f9dfeb3a27edfd9c37,0,0,0,0,0,
+20200422,NJ,95865,95794,,7210,,1983,,1570,,,A,4/22/2020 13:00,2020-04-22T13:00:00Z,04/22 09:00,5063,,2020-04-22T13:00:00Z,34,3478,3355,191659,191659,6833,191659,310,0,72e968ff1f96e99cdb0a8591ce9888043b7cb2c0,0,0,0,0,0,
+20200422,NM,2072,38805,,119,306,,,,,529,A,4/22/2020 19:11,2020-04-22T19:11:00Z,04/22 15:11,65,306,2020-04-22T19:11:00Z,35,101,2021,40877,40877,2122,40877,7,15,49f4126dd99c990c77518c01aff774a940c1cdd7,0,0,0,0,0,
+20200422,NV,4081,29807,,,,,,,,,A,4/22/2020 10:00,2020-04-22T10:00:00Z,04/22 06:00,172,,2020-04-22T10:00:00Z,32,144,689,33888,33888,833,33888,9,0,74762f8440d516b81c7f959485f0c1866b9be1b8,0,0,0,0,0,
+20200422,NY,257216,412766,,15599,68773,5016,,,,42308,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,15302,68773,2020-04-22T00:00:00Z,36,5526,15131,669982,669982,20657,669982,474,1502,251112e2890a1febcdfc6e87f9c277a282abfd60,0,0,0,0,0,
+20200422,OH,14117,84389,,,2882,,880,,,,B,4/22/2020 14:00,2020-04-22T14:00:00Z,04/22 10:00,610,2882,2020-04-22T14:00:00Z,39,392,3400,98506,98506,3792,98506,53,103,e71f87adfa493adc97120709173400f09e13a0ba,0,0,0,0,0,
+20200422,OK,2894,43019,,298,588,147,,,,1772,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,170,588,2020-04-22T00:00:00Z,40,87,1482,45913,45913,1569,45913,6,27,05156809b9e2ecf600c6df731ee557a4ac42c6ad,0,0,0,0,0,
+20200422,OR,2059,39126,,302,488,67,,35,,,A,4/22/2020 11:00,2020-04-22T11:00:00Z,04/22 07:00,78,488,2020-04-22T11:00:00Z,41,57,0,41185,41185,57,41185,0,17,0e46944da19b0b4f898c575c15c4a381d815998a,0,0,0,0,0,
+20200422,PA,35684,136272,,2764,,,,685,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,1622,,2020-04-22T00:00:00Z,42,1156,3949,171956,171956,5105,171956,58,0,a1e597ead87c793785b5293f6095535859ca8189,0,0,0,0,0,
+20200422,PR,915,8842,1954,,,,,,,,A,4/22/2020 06:05,2020-04-22T06:05:00Z,04/22 02:05,67,,2020-04-22T06:05:00Z,72,-383,53,11711,9757,-330,9757,3,0,b7a88d275902f2d5379b90a8fe756452cc7f901d,0,0,0,0,0,
+20200422,RI,5845,35881,,314,717,71,,44,,315,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,201,717,2020-04-22T00:00:00Z,44,378,2048,41726,41726,2426,41726,15,43,ee77c4effbce15708180dcadbc1319aa4ebf9254,0,0,0,0,0,
+20200422,SC,4761,38350,,,837,,,,,3317,B,4/21/2020 23:59,2020-04-21T23:59:00Z,04/21 19:59,140,837,2020-04-21T23:59:00Z,45,322,1512,43111,43111,1834,43111,16,61,ebf774f557624d78c453edeaadb7feec5103907e,0,0,0,0,0,
+20200422,SD,1858,11588,,62,111,,,,,937,A,4/22/2020 11:40,2020-04-22T11:40:00Z,04/22 07:40,8,111,2020-04-22T11:40:00Z,46,103,528,13446,13446,631,13446,0,11,f4c82a76f255a7023adbc46f7c0b5aaccee977cd,0,0,0,0,0,
+20200422,TN,7842,107138,,,775,,,,,4012,A,4/22/2020 15:00,2020-04-22T15:00:00Z,04/22 11:00,166,775,2020-04-22T15:00:00Z,47,448,6350,114980,114980,6798,114980,9,15,d8b91741418e7ac78ae37831930a511d503d3c12,0,0,0,0,0,
+20200422,TX,21069,195714,,1678,,,,,,7341,A,4/22/2020 13:15,2020-04-22T13:15:00Z,04/22 09:15,543,,2020-04-22T13:15:00Z,48,873,10511,216783,216783,11384,216783,26,0,55972856800dc7c468a5fb73111e975abcfbd2b9,0,0,0,0,0,
+20200422,UT,3445,73015,,,288,,,,,970,A,4/22/2020 15:00,2020-04-22T15:00:00Z,04/22 11:00,34,288,2020-04-22T15:00:00Z,49,149,3953,76460,76460,4102,76460,2,11,85d209c513fbd632a25f594945f2df227d4a5a01,0,0,0,0,0,
+20200422,VA,10266,50512,477,1374,1659,419,,244,,1497,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,349,1659,2020-04-22T00:00:00Z,51,636,1788,61255,60778,2424,60778,25,78,3d41be1957f85e8c7d1b4713cb413fc3ec5f2c59,0,0,0,0,0,
+20200422,VI,54,583,31,,,,,,,48,,4/22/2020 20:30,2020-04-22T20:30:00Z,04/22 16:30,3,,2020-04-22T20:30:00Z,78,0,9,668,637,9,637,0,0,46c9ec6a5220c6bf87b3adc16a29d25f23e8703a,0,0,0,0,0,
+20200422,VT,831,12097,,37,,,,,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,40,,2020-04-22T00:00:00Z,50,3,330,12928,12928,333,12928,0,0,ef2a2a59f176a206d14dc92baaa5379abdfa4ae6,0,0,0,0,0,
+20200422,WA,13328,157438,,543,,161,,,,,C,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,647,,2020-04-22T00:00:00Z,53,277,4969,170766,170766,5246,170766,7,0,85a13b246bfe11c95e0344bffffa927b209109f7,0,0,0,0,0,
+20200422,WI,4845,49502,229,355,1302,139,324,,,,A,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,246,1302,2020-04-22T16:00:00Z,55,225,1661,54576,54347,1886,54347,4,50,2809ca779aec03e797f7679553dac1d62a97639e,0,0,0,0,0,
+20200422,WV,939,24897,,103,,41,,23,,330,B,4/22/2020 17:00,2020-04-22T17:00:00Z,04/22 13:00,26,,2020-04-22T17:00:00Z,54,25,3048,25836,25836,3073,25836,0,0,1baf2d2b113822f7003e60a3b78eddfd98c31191,0,0,0,0,0,
+20200422,WY,322,7301,,19,52,,,,,254,A,4/22/2020 23:00,2020-04-22T23:00:00Z,04/22 19:00,6,52,2020-04-22T23:00:00Z,56,2,0,7623,7623,2,7623,0,0,a3be0b00e5b3b9c7de6741868ac88e4586a30803,0,0,0,0,0,
+20200421,AK,329,10790,,42,36,,,,,168,A,4/21/2020 15:15,2020-04-21T15:15:00Z,04/21 11:15,9,36,2020-04-21T15:15:00Z,02,8,987,11119,11119,995,11119,0,0,ea0c03928b9e1434605dd676eae4d14f5c005816,0,0,0,0,0,
+20200421,AL,5231,43295,,,699,,260,,157,,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,177,699,2020-04-21T00:00:00Z,01,206,2420,48526,48526,2626,48526,10,58,c1e4509184df1da6cf809ee502f184c8a41d5186,0,0,0,0,0,
+20200421,AR,2227,25214,,86,291,,,27,57,809,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,43,291,2020-04-21T00:00:00Z,05,304,584,27441,27441,888,27441,1,0,e5bb231e62fa67f59f17301b433e96e47fd1e128,0,0,0,0,0,
+20200421,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,6144b0aa7540b7dc0ac5f275e97388eabf710f9c,0,0,0,0,0,
+20200421,AZ,5251,49901,,637,,285,,181,,1155,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,208,,2020-04-21T00:00:00Z,04,187,465,55152,55152,652,55152,21,0,4024814135ee0641324c2e54d04e508f403a3577,0,0,0,0,0,
+20200421,CA,33261,266839,,4886,,1502,,,,,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1268,,2020-04-21T00:00:00Z,06,2283,7317,300100,300100,9600,300100,60,0,ad26b262907b388b088a769f6f93beaca0bd72ef,0,0,0,0,0,
+20200421,CO,10106,37360,,861,1880,,,,,,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,449,1880,2020-04-19T00:00:00Z,08,376,895,47466,47466,1271,47466,27,67,d507464d96763ff9325aa8f3f957c86c3a04fb08,0,0,0,0,0,
+20200421,CT,20360,43832,,1949,,,,,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1423,,2020-04-21T00:00:00Z,09,545,841,64192,64192,1386,64192,92,0,27d3cb6bcb0d95602fbb96934ea2f3b9a5c07b1e,0,0,0,0,0,
+20200421,DC,3098,11841,,402,,120,,69,,636,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,112,,2020-04-20T00:00:00Z,11,171,655,14939,14939,826,14939,7,0,2f5d454ad282b3b69198581b395887d850a52b53,0,0,0,0,0,
+20200421,DE,2931,12935,,263,,,,,,565,A,4/20/2020 18:00,2020-04-20T18:00:00Z,04/20 14:00,82,,2020-04-20T18:00:00Z,10,186,427,15866,15866,613,15866,10,0,a2a22fa69c1478f1fd420c3f0f8da0a184904a81,0,0,0,0,0,
+20200421,FL,27495,249564,1203,,4235,,,,,,A,4/21/2020 16:19,2020-04-21T16:19:00Z,04/21 12:19,856,4235,2020-04-21T16:19:00Z,12,835,9999,278262,277059,10834,277059,50,225,b0075045c8fd75388225b447311aa165eafc2a00,0,0,0,0,0,
+20200421,GA,19881,68259,,,3779,,,,,,A,4/21/2020 18:28,2020-04-21T18:28:00Z,04/21 14:28,799,3779,2020-04-21T18:28:00Z,13,934,2878,88140,88140,3812,88140,66,229,e7062a3f4d034aea32e1ab92e3cfd1adc5de27f1,0,0,0,0,0,
+20200421,GU,133,1033,,3,,2,,,,114,,4/21/2020 08:05,2020-04-21T08:05:00Z,04/21 04:05,5,,2020-04-21T08:05:00Z,66,0,42,1166,1166,42,1166,0,0,b3a63291988fdca53d5758be84abdb29c5955b54,0,0,0,0,0,
+20200421,HI,584,24112,,,55,,,,,423,A,4/21/2020 19:30,2020-04-21T19:30:00Z,04/21 15:30,10,55,2020-04-21T19:30:00Z,15,4,517,24696,24696,521,24696,0,3,e50b5f088625d1f7c0236641ed0ff20c6b84297b,0,0,0,0,0,
+20200421,IA,3641,23974,,214,,89,,60,,1293,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,83,,2020-04-20T12:00:00Z,19,482,1313,27615,27615,1795,27615,4,0,87d12de6dfa00e7c8e0fb52fb44583bfbaa3f9a0,0,0,0,0,0,
+20200421,ID,1736,16071,,,157,,58,,,660,A,4/21/2020 19:00,2020-04-21T19:00:00Z,04/21 15:00,48,157,2020-04-21T19:00:00Z,16,64,298,17807,17807,362,17807,3,6,b148629bdf2b25ddef9cb35913b5e21c1c1906ee,0,0,0,0,0,
+20200421,IL,33059,121938,,4776,,1226,,781,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1468,,2020-04-21T00:00:00Z,17,1551,5088,154997,154997,6639,154997,119,0,20dcd7dc34dfd0eaa3597ee3637de0ae95638a27,0,0,0,0,0,
+20200421,IN,12097,55167,,,,676,,368,,,B,4/20/2020 23:59,2020-04-20T23:59:00Z,04/20 19:59,630,,2020-04-20T23:59:00Z,18,411,2214,67264,67264,2625,67264,61,0,d57f22adc0aeac71ec249c102582f0ead9e559eb,0,0,0,0,0,
+20200421,KS,2025,17076,,,419,,,,,,B,4/21/2020 12:00,2020-04-21T12:00:00Z,04/21 08:00,107,419,2020-04-21T12:00:00Z,20,39,301,19101,19101,340,19101,7,14,1056da7a7d861000d3798c054919945184cd5f62,0,0,0,0,0,
+20200421,KY,3050,29770,,263,1059,147,582,,,1174,A,4/21/2020 17:00,2020-04-21T17:00:00Z,04/21 13:00,154,1059,2020-04-21T17:00:00Z,21,90,158,32820,32820,248,32820,6,0,69ae29572e649f086aab6e1b6ba2a1311973efd9,0,0,0,0,0,
+20200421,LA,24854,111588,,1798,,,,297,,,A,4/21/2020 13:00,2020-04-21T13:00:00Z,04/21 09:00,1405,,2020-04-21T13:00:00Z,22,331,0,136442,136442,331,136442,77,0,202a8abed11032b4d3e955fb356a2e9fc84058aa,0,0,0,0,0,
+20200421,MA,43168,141444,,3977,4009,1040,,,,,B,4/21/2020 16:00,2020-04-21T16:00:00Z,04/21 12:00,2449,4009,2020-04-21T16:00:00Z,25,1752,5398,184612,184612,7150,184612,146,137,bb68a16d14eb4245ba1af66f27853ff0a2c4f73b,0,0,0,0,0,
+20200421,MD,14193,59442,,1433,3158,526,,,,930,A,4/21/2020 10:00,2020-04-21T10:00:00Z,04/21 06:00,652,3158,2020-04-21T10:00:00Z,24,509,1729,73635,73635,2238,73635,70,144,176fa6a1ce135d09eb7696ab60d9c24cc8d95545,0,0,0,0,0,
+20200421,ME,888,14076,,40,139,16,,8,,443,A,4/21/2020 11:45,2020-04-21T11:45:00Z,04/21 07:45,36,139,2020-04-21T11:45:00Z,23,13,0,14964,14964,13,14964,1,1,4fe01d1765f2a141c9a77c6ec5da75bc73e35498,0,0,0,0,0,
+20200421,MI,32967,84259,,3357,,1346,,1107,,3237,B,4/21/2020 11:00,2020-04-21T11:00:00Z,04/21 07:00,2700,,2020-04-21T11:00:00Z,26,967,2461,117226,117226,3428,117226,232,0,5a598630d8f83ae1cb89d256eb6f7bb7e6925915,0,0,0,0,0,
+20200421,MN,2567,45130,,237,629,117,253,,,1094,A,4/20/2020 17:00,2020-04-20T17:00:00Z,04/20 13:00,160,629,2020-04-20T17:00:00Z,27,97,750,47697,47697,847,47697,17,27,750ba416fb2e103120406f364c968680401074cd,0,0,0,0,0,
+20200421,MO,5941,51179,,1001,,,,,,,A,4/21/2020 15:00,2020-04-21T15:00:00Z,04/21 11:00,189,,2020-04-21T15:00:00Z,29,134,973,57120,57120,1107,57120,12,0,4fad19b1b7e11c4c5c7573d977be05f95512ea88,0,0,0,0,0,
+20200421,MP,14,51,,,,,,,,11,,4/21/2020 19:25,2020-04-21T19:25:00Z,04/21 15:25,2,,2020-04-21T19:25:00Z,69,0,0,65,65,0,65,0,0,d85a9595a2678f84766f33bb84caead6a44e4aa3,0,0,0,0,0,
+20200421,MS,4716,47648,,548,858,146,,89,,,A,4/20/2020 19:00,2020-04-20T19:00:00Z,04/20 15:00,183,858,2020-04-20T19:00:00Z,28,204,726,52364,52364,930,52364,14,39,4c74d9ead73851e3c62d56dc956269aac6fff2b8,0,0,0,0,0,
+20200421,MT,437,10804,,14,59,,,,,273,A,4/21/2020 11:56,2020-04-21T11:56:00Z,04/21 07:56,12,59,2020-04-21T11:56:00Z,30,4,186,11241,11241,190,11241,2,2,2c3f3d45bf722fa1e2fde9b4feca5195e2296c35,0,0,0,0,0,
+20200421,NC,6951,76380,,427,,,,,,,A,4/21/2020 10:35,2020-04-21T10:35:00Z,04/21 06:35,213,,2020-04-21T10:35:00Z,37,187,3660,83331,83331,3847,83331,34,0,0b7c152d5d4e61f2e2312516202bffb51149bdb5,0,0,0,0,0,
+20200421,ND,644,14343,,17,54,,,,,214,B,4/20/2020 13:17,2020-04-20T13:17:00Z,04/20 09:17,13,54,2020-04-20T13:17:00Z,38,17,223,14987,14987,240,14987,0,1,6639924955bd82d2dfb42153150b896089983688,0,0,0,0,0,
+20200421,NE,1648,14724,,,,,,,,,A,4/21/2020 19:45,2020-04-21T19:45:00Z,04/21 15:45,33,,2020-04-21T19:45:00Z,31,174,518,16372,16372,692,16372,5,0,38f90497fa840f84dc374474de248f72bcc3e754,0,0,0,0,0,
+20200421,NH,1491,12848,244,78,206,,,,,521,B,4/21/2020 09:00,2020-04-21T09:00:00Z,04/21 05:00,42,206,2020-04-21T09:00:00Z,33,99,122,14583,14339,221,14339,1,8,3318492bfabacd9bc452a99f49fa209fc0739793,0,0,0,0,0,
+20200421,NJ,92387,92439,,7594,,1930,,1501,,,A,4/21/2020 13:00,2020-04-21T13:00:00Z,04/21 09:00,4753,,2020-04-21T13:00:00Z,34,3581,3188,184826,184826,6769,184826,376,0,5c8456c46e149802ebdaea32093e39e4908422fe,0,0,0,0,0,
+20200421,NM,1971,36784,,116,291,,,,,501,A,4/21/2020 10:22,2020-04-21T10:22:00Z,04/21 06:22,58,291,2020-04-21T10:22:00Z,35,126,1587,38755,38755,1713,38755,3,17,25a343129c1bbdc278525263db345128b9f8588a,0,0,0,0,0,
+20200421,NV,3937,29118,,,,,,,,,A,4/21/2020 10:00,2020-04-21T10:00:00Z,04/21 06:00,163,,2020-04-21T10:00:00Z,32,107,601,33055,33055,708,33055,5,0,9fc8dbd37c97d9c0004a9ff4f84d01731e77b526,0,0,0,0,0,
+20200421,NY,251690,397635,,16044,67271,5016,,,,40482,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,14828,67271,2020-04-21T00:00:00Z,36,4178,11286,649325,649325,15464,649325,481,1302,76de602c4d2ebfdaca2de5e584cf06291acd0168,0,0,0,0,0,
+20200421,OH,13725,80989,,,2779,,838,,,,B,4/21/2020 14:00,2020-04-21T14:00:00Z,04/21 10:00,557,2779,2020-04-21T14:00:00Z,39,806,3069,94714,94714,3875,94714,48,126,87bd8019ebc2f75a5e9001211bb7f0be088c31b6,0,0,0,0,0,
+20200421,OK,2807,41537,,346,561,164,,,,1702,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,164,561,2020-04-21T00:00:00Z,40,127,8571,44344,44344,8698,44344,21,20,6523bcea0993ed2bc1c290e0a4eaf1f2a0ee215d,0,0,0,0,0,
+20200421,OR,2002,39126,,297,471,70,,35,,,A,4/21/2020 11:00,2020-04-21T11:00:00Z,04/21 07:00,78,471,2020-04-21T11:00:00Z,41,46,1037,41128,41128,1083,41128,3,6,0d8f57fc18a40c9186173dae7cf428c2571c7b3b,0,0,0,0,0,
+20200421,PA,34528,132323,,2743,,,,673,,,A,4/21/2020 14:00,2020-04-21T14:00:00Z,04/21 10:00,1564,,2020-04-21T14:00:00Z,42,1296,2603,166851,166851,3899,166851,360,0,b4d63344448d7efb1179a4d0ef9231266c2db0ac,0,0,0,0,0,
+20200421,PR,1298,8789,1761,,,,,,,,A,4/21/2020 06:30,2020-04-21T06:30:00Z,04/21 02:30,64,,2020-04-21T06:30:00Z,72,46,303,11848,10087,349,10087,1,0,da489ef988cb13c206536fadb41a468537138c30,0,0,0,0,0,
+20200421,RI,5467,33833,,309,674,67,,43,,315,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,186,674,2020-04-21T00:00:00Z,44,369,1843,39300,39300,2212,39300,11,45,56e4a6ca02ad623990e003426dda75b6aba79cdd,0,0,0,0,0,
+20200421,SC,4439,36838,,,776,,,,,2063,B,4/21/2020 16:30,2020-04-21T16:30:00Z,04/21 12:30,124,776,2020-04-21T16:30:00Z,45,62,735,41277,41277,797,41277,4,0,80d7ff59d8aaf4a836bde575e0c77340466ffc0c,0,0,0,0,0,
+20200421,SD,1755,11060,,65,100,,,,,824,A,4/20/2020 18:00,2020-04-20T18:00:00Z,04/20 14:00,8,100,2020-04-20T18:00:00Z,46,70,419,12815,12815,489,12815,1,13,6c39675ccb34d103b8ac494d7ae2b4464cd6d7a5,0,0,0,0,0,
+20200421,TN,7394,100788,,,760,,,,,3828,A,4/21/2020 15:00,2020-04-21T15:00:00Z,04/21 11:00,157,760,2020-04-21T15:00:00Z,47,156,7337,108182,108182,7493,108182,5,30,4821728b49823b8fca594aa51afde212f383c2a8,0,0,0,0,0,
+20200421,TX,20196,185203,,1419,,,,,,6486,A,4/21/2020 13:00,2020-04-21T13:00:00Z,04/21 09:00,517,,2020-04-21T13:00:00Z,48,738,14267,205399,205399,15005,205399,22,0,06238c6fa33425033360c8cf3f276870b9e8184b,0,0,0,0,0,
+20200421,UT,3296,69062,,,277,,,,,888,A,4/21/2020 15:00,2020-04-21T15:00:00Z,04/21 11:00,32,277,2020-04-21T15:00:00Z,49,83,3964,72358,72358,4047,72358,4,9,c22ac2825eb85895a5d1ca11f3e0b30e1e480174,0,0,0,0,0,
+20200421,VA,9630,48724,477,1331,1581,403,,251,,1418,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,324,1581,2020-04-21T00:00:00Z,51,640,979,58831,58354,1619,58354,24,81,d3b2bea1cb0043e7e5cc3d91271d0477a2932ab9,0,0,0,0,0,
+20200421,VI,54,574,35,,,,,,,48,,4/21/2020 20:30,2020-04-21T20:30:00Z,04/21 16:30,3,,2020-04-21T20:30:00Z,78,1,20,663,628,21,628,0,0,6588fb9fc10681766c7cd691eb5ab159a479b15c,0,0,0,0,0,
+20200421,VT,828,11767,,41,,,,,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,40,,2020-04-21T00:00:00Z,50,8,96,12595,12595,104,12595,2,0,682fbfb5c155eb0fb2106b485364097df79369ec,0,0,0,0,0,
+20200421,WA,13051,152469,,503,,161,,,,,C,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,640,,2020-04-21T00:00:00Z,53,264,4806,165520,165520,5070,165520,11,0,e7f40cf2a43406b91969a24c9b02f87a5fe45c50,0,0,0,0,0,
+20200421,WI,4620,47841,219,358,1252,137,324,,,,A,4/21/2020 16:00,2020-04-21T16:00:00Z,04/21 12:00,242,1252,2020-04-21T16:00:00Z,55,121,1238,52680,52461,1359,52461,12,41,be345dfa5689557aced64ce8ef423e755e610ede,0,0,0,0,0,
+20200421,WV,914,21849,,85,,42,,24,,330,B,4/21/2020 17:00,2020-04-21T17:00:00Z,04/21 13:00,26,,2020-04-21T17:00:00Z,54,12,596,22763,22763,608,22763,2,0,697b2e4f063091b5eaa76765fcf8380de2b91031,0,0,0,0,0,
+20200421,WY,320,7301,,19,52,,,,,237,A,4/21/2020 16:20,2020-04-21T16:20:00Z,04/21 12:20,6,52,2020-04-21T16:20:00Z,56,7,228,7621,7621,235,7621,4,1,275423f7a6eefa96faf5e167a7eb4a0bd302f9a2,0,0,0,0,0,
+20200420,AK,321,9803,,46,36,,,,,161,A,4/20/2020 14:00,2020-04-20T14:00:00Z,04/20 10:00,9,36,2020-04-20T14:00:00Z,02,2,227,10124,10124,229,10124,0,0,a777a02afbd83c8db43647b5697b79765bbceaac,0,0,0,0,0,
+20200420,AL,5025,40875,,,641,,260,,157,,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,167,641,2020-04-20T00:00:00Z,01,188,0,45900,45900,188,45900,13,0,4c4e3a6c1225c740f4c96e661ba9eb650592219f,0,0,0,0,0,
+20200420,AR,1923,24630,,93,291,,,24,57,749,A,4/20/2020 14:30,2020-04-20T14:30:00Z,04/20 10:30,42,291,2020-04-20T14:30:00Z,05,142,2202,26553,26553,2344,26553,2,0,3fbcb37c96d2301fceae4764f5bda4e3a0fa2bc1,0,0,0,0,0,
+20200420,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,f0bfa65e1724942ea5a40c7daf11c5a91498ed07,0,0,0,0,0,
+20200420,AZ,5064,49436,,637,,285,,181,,1155,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,187,,2020-04-20T00:00:00Z,04,135,1375,54500,54500,1510,54500,3,0,15a1db61e84e89bcbd6b99121490b64920d19c07,0,0,0,0,0,
+20200420,CA,30978,259522,,4674,,1480,,,,,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,1208,,2020-04-19T00:00:00Z,06,645,8955,290500,290500,9600,290500,42,0,8c2e88f23c5fc349fe16b9eb1fbca1b5a8c4c160,0,0,0,0,0,
+20200420,CO,9730,36465,,874,1813,,,,,,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,422,1813,2020-04-18T00:00:00Z,08,297,1292,46195,46195,1589,46195,11,16,4917b4fa91bb98c113e9a4447e1d2db1778ec142,0,0,0,0,0,
+20200420,CT,19815,42991,,1919,,,,,,,A,4/20/2020 16:00,2020-04-20T16:00:00Z,04/20 12:00,1331,,2020-04-20T16:00:00Z,09,2265,2328,62806,62806,4593,62806,245,0,e4b2ca1ded1e8f06a4d320d08ee64ac12896443a,0,0,0,0,0,
+20200420,DC,2927,11186,,402,,120,,69,,630,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,105,,2020-04-19T00:00:00Z,11,134,280,14113,14113,414,14113,9,0,5f26aa60ab9b4ecdaabebccd142b128f8c9733bd,0,0,0,0,0,
+20200420,DE,2745,12508,,256,,,,,,495,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,72,,2020-04-20T12:00:00Z,10,207,252,15253,15253,459,15253,5,0,87955bae95a9f753593a29f1c82f1eacea37a4e9,0,0,0,0,0,
+20200420,FL,26660,239565,1104,,4010,,,,,,A,4/20/2020 09:28,2020-04-20T09:28:00Z,04/20 05:28,806,4010,2020-04-20T09:28:00Z,12,664,9482,267329,266225,10146,266225,25,80,c2b895aad65c5577d0d2244aa593cd62b27695b6,0,0,0,0,0,
+20200420,GA,18947,65381,,,3550,,,,,,A,4/20/2020 11:27,2020-04-20T11:27:00Z,04/20 07:27,733,3550,2020-04-20T11:27:00Z,13,646,3749,84328,84328,4395,84328,46,86,2ce4481caced2e53769dbc44a8aa088aa679f40b,0,0,0,0,0,
+20200420,GU,133,991,,3,,2,,,,112,,4/20/2020 06:50,2020-04-20T06:50:00Z,04/20 02:50,5,,2020-04-20T06:50:00Z,66,0,48,1124,1124,48,1124,0,0,174c2cfd0dead90a2404e49ec32c6e06e5aa32e6,0,0,0,0,0,
+20200420,HI,580,23595,,,52,,,,,414,A,4/19/2020 18:00,2020-04-19T18:00:00Z,04/19 14:00,10,52,2020-04-19T18:00:00Z,15,6,699,24175,24175,705,24175,1,1,78e904bc24e354f695c3f9cf21b3d74752e8a540,0,0,0,0,0,
+20200420,IA,3159,22661,,214,,91,,58,,1235,A,4/19/2020 12:00,2020-04-19T12:00:00Z,04/19 08:00,79,,2020-04-19T12:00:00Z,19,257,1013,25820,25820,1270,25820,4,0,2bda813d6be0ea62e0331e213b31df988a1e8c89,0,0,0,0,0,
+20200420,ID,1672,15773,,,151,,53,,,585,A,4/19/2020 19:00,2020-04-19T19:00:00Z,04/19 15:00,45,151,2020-04-19T19:00:00Z,16,4,0,17445,17445,4,17445,1,0,49ebee0527263dd7189ccbcd40780dcbc972e3a4,0,0,0,0,0,
+20200420,IL,31508,116850,,4599,,1239,,757,,,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,1349,,2020-04-20T00:00:00Z,17,1151,3889,148358,148358,5040,148358,59,0,bb4a15dcfeb4528ddfbc0b23fc1546f7c2f9b9b2,0,0,0,0,0,
+20200420,IN,11686,52953,,,,669,,353,,,B,4/19/2020 23:59,2020-04-19T23:59:00Z,04/19 19:59,569,,2020-04-19T23:59:00Z,18,476,3021,64639,64639,3497,64639,7,0,68e4ff5942936bb5fed82a9a2b7e156a21982ed2,0,0,0,0,0,
+20200420,KS,1986,16775,,,405,,,,,,B,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,100,405,2020-04-20T12:00:00Z,20,137,494,18761,18761,631,18761,8,15,a8286cc699a3f91fc8a7158314dd408325c8a17b,0,0,0,0,0,
+20200420,KY,2960,29612,,274,1059,155,534,,,1174,A,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,148,1059,2020-04-19T17:00:00Z,21,253,94,32572,32572,347,32572,4,0,337550675bd11b75d9ac54c55acb7b882813bda6,0,0,0,0,0,
+20200420,LA,24523,111588,,1794,,,,332,,,A,4/20/2020 13:00,2020-04-20T13:00:00Z,04/20 09:00,1328,,2020-04-20T13:00:00Z,22,595,168,136111,136111,763,136111,32,0,4038373302e5d9a418beb076efcc0ea1f1b2a6bb,0,0,0,0,0,
+20200420,MA,41416,136046,,3872,3872,987,,,,,B,4/19/2020 16:00,2020-04-19T16:00:00Z,04/19 12:00,2303,3872,2020-04-19T16:00:00Z,25,1596,6751,177462,177462,8347,177462,157,83,f14f9e0c582f42c5596ef95c6d4baa2ccf384a14,0,0,0,0,0,
+20200420,MD,13684,57713,,,3014,,,,,917,A,4/20/2020 10:00,2020-04-20T10:00:00Z,04/20 06:00,582,3014,2020-04-20T10:00:00Z,24,854,2652,71397,71397,3506,71397,34,128,249649a2d0403e45fb9f2505c983820fe0475bb1,0,0,0,0,0,
+20200420,ME,875,14076,,39,138,16,,9,,414,A,4/20/2020 11:15,2020-04-20T11:15:00Z,04/20 07:15,35,138,2020-04-20T11:15:00Z,23,8,0,14951,14951,8,14951,1,2,3b8b2901264718880c86d9b57ab043ca430c61d6,0,0,0,0,0,
+20200420,MI,32000,81798,,3374,,1346,,1102,,3237,B,4/20/2020 11:00,2020-04-20T11:00:00Z,04/20 07:00,2468,,2020-04-20T11:00:00Z,26,576,3561,113798,113798,4137,113798,77,0,52f9e9ee71d2a45abb59e50e6e4a926553a04d77,0,0,0,0,0,
+20200420,MN,2470,44380,,237,602,126,241,,,1059,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,143,602,2020-04-20T12:00:00Z,27,114,1020,46850,46850,1134,46850,9,28,6902b0c3df407714bd3cf6fd6f1f226776bae7da,0,0,0,0,0,
+20200420,MO,5807,50206,,873,,,,,,,A,4/20/2020 15:00,2020-04-20T15:00:00Z,04/20 11:00,177,,2020-04-20T15:00:00Z,29,140,1964,56013,56013,2104,56013,1,0,ba16ebc9064600bcdc355eca31543e975b90643c,0,0,0,0,0,
+20200420,MP,14,51,,,,,,,,11,,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,2,,2020-04-20T00:00:00Z,69,0,9,65,65,9,65,0,0,d919d8e9bf311bd1833f46c7f71e8b2c0c7affd1,0,0,0,0,0,
+20200420,MS,4512,46922,,548,819,146,,89,,,A,4/19/2020 19:00,2020-04-19T19:00:00Z,04/19 15:00,169,819,2020-04-19T19:00:00Z,28,238,12131,51434,51434,12369,51434,10,11,49896c11653a6334703cae1a7d4d083efd447855,0,0,0,0,0,
+20200420,MT,433,10618,,19,57,,,,,243,A,4/20/2020 11:00,2020-04-20T11:00:00Z,04/20 07:00,10,57,2020-04-20T11:00:00Z,30,0,153,11051,11051,153,11051,0,2,2be18465f44af424300144ddb0d828ab7a803ba9,0,0,0,0,0,
+20200420,NC,6764,72720,,373,,,,,,,A,4/20/2020 10:35,2020-04-20T10:35:00Z,04/20 06:35,179,,2020-04-20T10:35:00Z,37,271,441,79484,79484,712,79484,7,0,2c28909b6252304edacb3fa5e719c388ead839b0,0,0,0,0,0,
+20200420,ND,627,14120,,17,53,,,,,189,B,4/20/2020 13:00,2020-04-20T13:00:00Z,04/20 09:00,13,53,2020-04-20T13:00:00Z,38,42,1075,14747,14747,1117,14747,3,2,bcb75dda7ffe7cc2dfd8c6107487ecac145e4fc9,0,0,0,0,0,
+20200420,NE,1474,14206,,,,,,,,,A,4/19/2020 19:45,2020-04-19T19:45:00Z,04/19 15:45,28,,2020-04-19T19:45:00Z,31,187,918,15680,15680,1105,15680,0,0,29e0818be8179aebc552324c95bbf5f5406192c4,0,0,0,0,0,
+20200420,NH,1392,12726,298,79,198,,,,,521,B,4/19/2020 09:00,2020-04-19T09:00:00Z,04/19 05:00,41,198,2020-04-19T09:00:00Z,33,50,644,14416,14118,694,14118,3,6,58a24ba87550461feef44b7bf1ec547905ee11ff,0,0,0,0,0,
+20200420,NJ,88806,89251,,6986,,2018,,1594,,,A,4/20/2020 13:00,2020-04-20T13:00:00Z,04/20 09:00,4377,,2020-04-20T13:00:00Z,34,3505,3864,178057,178057,7369,178057,175,0,36f490840238d77b388c25a80f5ed5c05ea2e18f,0,0,0,0,0,
+20200420,NM,1845,35197,,103,274,,,,,487,A,4/19/2020 18:46,2020-04-19T18:46:00Z,04/19 14:46,55,274,2020-04-19T18:46:00Z,35,47,363,37042,37042,410,37042,2,16,aa9487f2487c0df3cf333b8aef0c5b1f7029f159,0,0,0,0,0,
+20200420,NV,3830,28517,,,,,,,,,A,4/20/2020 10:00,2020-04-20T10:00:00Z,04/20 06:00,158,,2020-04-20T10:00:00Z,32,102,647,32347,32347,749,32347,3,0,2e186f4f67b0d3559c3f4e5b723c90217efb0a18,0,0,0,0,0,
+20200420,NY,247512,386349,,16103,65969,5016,,,,39085,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,14347,65969,2020-04-20T00:00:00Z,36,4726,11580,633861,633861,16306,633861,478,1419,633a279dde9aff0b4deb99014240e1001c15287b,0,0,0,0,0,
+20200420,OH,12919,77920,,,2653,,798,,,,B,4/20/2020 14:00,2020-04-20T14:00:00Z,04/20 10:00,509,2653,2020-04-20T14:00:00Z,39,1317,2223,90839,90839,3540,90839,38,88,8daf11da696c0f1665e763552ffe88b659fdc562,0,0,0,0,0,
+20200420,OK,2680,32966,,307,541,136,,,,1614,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,143,541,2020-04-20T00:00:00Z,40,81,0,35646,35646,81,35646,3,0,43efeb34e2851dc1dcfa7f9f511029ec21145a67,0,0,0,0,0,
+20200420,OR,1956,38089,,303,465,74,,35,,,A,4/20/2020 11:00,2020-04-20T11:00:00Z,04/20 07:00,75,465,2020-04-20T11:00:00Z,41,46,961,40045,40045,1007,40045,1,9,624c22a2d09e8900f39ed60cf2018e77fb73890b,0,0,0,0,0,
+20200420,PA,33232,129720,,2701,,,,659,,,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,1204,,2020-04-20T12:00:00Z,42,948,3150,162952,162952,4098,162952,92,0,4b86549ca347ecec69886dc908410a97024eedc4,0,0,0,0,0,
+20200420,PR,1252,8486,1895,,,,,,,,A,4/20/2020 06:30,2020-04-20T06:30:00Z,04/20 02:30,63,,2020-04-20T06:30:00Z,72,39,206,11633,9738,245,9738,1,0,b82443f647cf618652603d5a85eecfcd3bb8b9bf,0,0,0,0,0,
+20200420,RI,5098,31990,,297,629,62,,45,,267,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,175,629,2020-04-20T00:00:00Z,44,343,1997,37088,37088,2340,37088,11,24,83389dff7cca3d80121193e6694d52d2c6df0a7a,0,0,0,0,0,
+20200420,SC,4377,36103,,,776,,,,,2063,B,4/19/2020 15:30,2020-04-19T15:30:00Z,04/19 11:30,120,776,2020-04-19T15:30:00Z,45,0,0,40480,40480,0,40480,0,0,87da39dff4f1a6cf9b690b0effb1b5fda6be40bf,0,0,0,0,0,
+20200420,SD,1685,10641,0,,87,,,,,709,A,4/19/2020 18:00,2020-04-19T18:00:00Z,04/19 14:00,7,87,2020-04-19T18:00:00Z,46,50,214,12326,12326,264,12326,0,13,3d58e2eadf2d6838e7c63991ba32b274e76174dd,0,0,0,0,0,
+20200420,TN,7238,93451,,,730,,,,,3575,A,4/20/2020 15:00,2020-04-20T15:00:00Z,04/20 11:00,152,730,2020-04-20T15:00:00Z,47,168,3423,100689,100689,3591,100689,4,6,ba4fa507b114f8119259eab01c421d49bab59d8f,0,0,0,0,0,
+20200420,TX,19458,170936,,1411,,,,,,5706,A,4/20/2020 12:45,2020-04-20T12:45:00Z,04/20 08:45,495,,2020-04-20T12:45:00Z,48,535,7149,190394,190394,7684,190394,18,0,226207ef7a23c93bfb83fb1782c33c10348507e9,0,0,0,0,0,
+20200420,UT,3213,65098,,,268,,,,,776,A,4/20/2020 15:00,2020-04-20T15:00:00Z,04/20 11:00,28,268,2020-04-20T15:00:00Z,49,144,4612,68311,68311,4756,68311,1,9,31cf33d8cab26452caa02e82314660e2dd0e4641,0,0,0,0,0,
+20200420,VA,8990,47745,468,1296,1500,396,,237,,1324,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,300,1500,2020-04-20T00:00:00Z,51,453,1549,57203,56735,2002,56735,23,78,a9630b088da49269bf799a5aa46c5bacaf236735,0,0,0,0,0,
+20200420,VI,53,554,18,,,,,,,48,,4/19/2020 20:30,2020-04-19T20:30:00Z,04/19 16:30,3,,2020-04-19T20:30:00Z,78,0,6,625,607,6,607,0,0,5743bfcf189b04bb5d2305294efafec4d5fed81b,0,0,0,0,0,
+20200420,VT,820,11671,,49,,,,,,15,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,38,,2020-04-20T00:00:00Z,50,3,221,12491,12491,224,12491,0,0,1d76d77fddfb94c470e5d56866314f393bf4b78e,0,0,0,0,0,
+20200420,WA,12787,147663,,403,,122,,,,,C,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,629,,2020-04-20T00:00:00Z,53,326,4350,160450,160450,4676,160450,14,0,0fa10bc6ded1d7d2533c506c3e5e4151535cad8b,0,0,0,0,0,
+20200420,WI,4499,46603,237,406,1211,168,307,,,,A,4/20/2020 16:00,2020-04-20T16:00:00Z,04/20 12:00,230,1211,2020-04-20T16:00:00Z,55,153,1280,51339,51102,1433,51102,10,21,52df04f80d753aafd044e2f4edea89fab947fe85,0,0,0,0,0,
+20200420,WV,902,21253,,77,,37,,23,,290,B,4/20/2020 10:00,2020-04-20T10:00:00Z,04/20 06:00,24,,2020-04-20T10:00:00Z,54,39,2085,22155,22155,2124,22155,6,0,1ec0097d0fa931e5fcd5a6d0781dd328c6d25539,0,0,0,0,0,
+20200420,WY,313,7073,,19,51,,,,,233,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,2,51,2020-04-19T00:00:00Z,56,4,101,7386,7386,105,7386,0,1,f582d5ce566e39dcc6f85fb57471988f7900e929,0,0,0,0,0,
+20200419,AK,319,9576,,37,36,,,,,153,A,4/18/2020 17:45,2020-04-18T17:45:00Z,04/18 13:45,9,36,2020-04-18T17:45:00Z,02,5,235,9895,9895,240,9895,0,0,ce0b3b6b977cbb94a9105dd21d5b9cb14d5fe1ed,0,0,0,0,0,
+20200419,AL,4837,40875,,,641,,260,,157,,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,154,641,2020-04-19T00:00:00Z,01,182,2992,45712,45712,3174,45712,8,21,07be222f68f65d96ba2e5f0df3b23ca3a07c46ab,0,0,0,0,0,
+20200419,AR,1781,22428,,88,291,,,25,57,721,A,4/19/2020 18:47,2020-04-19T18:47:00Z,04/19 14:47,40,291,2020-04-19T18:47:00Z,05,42,26,24209,24209,68,24209,2,0,6503429156a5a43ea8cf3ee4ddbbd98372c31a4d,0,0,0,0,0,
+20200419,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,4774659605aec82f7bed58fd4122bb22dcc0ec38,0,0,0,0,0,
+20200419,AZ,4929,48061,,631,,283,,187,,994,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,184,,2020-04-19T00:00:00Z,04,210,1735,52990,52990,1945,52990,7,0,9e16dbe1674e9e58394df42fd13d660c82d42293,0,0,0,0,0,
+20200419,CA,30333,250567,7200,4731,,1457,,,,,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,1166,,2020-04-18T00:00:00Z,06,1370,19864,288100,280900,21234,280900,94,0,029c9ad507c24af6e8b2fdeea2728146606eb743,0,0,0,0,0,
+20200419,CO,9433,35173,,874,1797,,,,,,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,411,1797,2020-04-17T00:00:00Z,08,386,913,44606,44606,1299,44606,20,42,b711bbab7b5434cc59b3876c6b561c350922ba17,0,0,0,0,0,
+20200419,CT,17550,40663,,1938,,,,,,,A,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,1086,,2020-04-19T17:00:00Z,09,741,2010,58213,58213,2751,58213,50,0,932254890dfd0bf6da1f43103db8ab066914eef0,0,0,0,0,0,
+20200419,DC,2793,10906,,313,,105,,79,,622,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,96,,2020-04-18T00:00:00Z,11,127,304,13699,13699,431,13699,5,0,b9cbd8d64a315f114dd7aa6fffda1d529bb425f0,0,0,0,0,0,
+20200419,DE,2538,12256,,249,,,,,,466,A,4/18/2020 17:00,2020-04-18T17:00:00Z,04/18 13:00,67,,2020-04-18T17:00:00Z,10,215,562,14794,14794,777,14794,6,0,7fe9196fe9c7bf3d7efea6e62ec21b56fcedbe4d,0,0,0,0,0,
+20200419,FL,25996,230083,1179,,3930,,,,,,A,4/19/2020 16:12,2020-04-19T16:12:00Z,04/19 12:12,781,3930,2020-04-19T16:12:00Z,12,727,8825,257258,256079,9552,256079,27,88,b6e682d37054a0e8fc42a5ae815ad173d7438f61,0,0,0,0,0,
+20200419,GA,18301,61632,,,3464,,,,,,A,4/19/2020 21:34,2020-04-19T21:34:00Z,04/19 17:34,687,3464,2020-04-19T21:34:00Z,13,632,5093,79933,79933,5725,79933,14,44,bc173006ef4bb34ca4fa0126fdbcbf67da00981b,0,0,0,0,0,
+20200419,GU,133,943,,6,,2,,,,112,,4/19/2020 05:00,2020-04-19T05:00:00Z,04/19 01:00,5,,2020-04-19T05:00:00Z,66,0,0,1076,1076,0,1076,0,0,61468c79255616a552ed4c22906f64ef885c86e5,0,0,0,0,0,
+20200419,HI,574,22896,,,51,,,,,410,A,4/19/2020 18:00,2020-04-19T18:00:00Z,04/19 14:00,9,51,2020-04-19T18:00:00Z,15,21,1106,23470,23470,1127,23470,0,3,cf0a73db3446a795e6ef846d7baec3ffdd2d213d,0,0,0,0,0,
+20200419,IA,2902,21648,,198,,86,,54,,1171,A,4/18/2020 12:00,2020-04-18T12:00:00Z,04/18 08:00,75,,2020-04-18T12:00:00Z,19,389,1214,24550,24550,1603,24550,1,0,173376b9f6b13f7a934ab8030b7acdcc46d17283,0,0,0,0,0,
+20200419,ID,1668,15773,,,151,,53,,,520,A,4/19/2020 19:00,2020-04-19T19:00:00Z,04/19 15:00,44,151,2020-04-19T19:00:00Z,16,13,481,17441,17441,494,17441,1,0,bb2ab0e21ddd058ed2937c546bf4d54dcd4c801b,0,0,0,0,0,
+20200419,IL,30357,112961,,4314,,1196,,749,,,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,1290,,2020-04-19T00:00:00Z,17,1197,4717,143318,143318,5914,143318,31,0,d380f4ef654dece119836cba44c3544f85a5d4f9,0,0,0,0,0,
+20200419,IN,11210,49932,,,,649,,342,,,B,4/18/2020 23:59,2020-04-18T23:59:00Z,04/18 19:59,562,,2020-04-18T23:59:00Z,18,569,3700,61142,61142,4269,61142,17,0,2228a2867f709fdf527f999d7abcc22cf4263172,0,0,0,0,0,
+20200419,KS,1849,16281,,,390,,,,,,B,4/19/2020 12:00,2020-04-19T12:00:00Z,04/19 08:00,92,390,2020-04-19T12:00:00Z,20,59,395,18130,18130,454,18130,6,7,d1d13a9a0cbcb30773980ec678a80ef4004163e6,0,0,0,0,0,
+20200419,KY,2707,29518,,274,1059,155,534,,,1174,A,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,144,1059,2020-04-19T17:00:00Z,21,185,1444,32225,32225,1629,32225,7,51,f1f88f32e47e3420729ddb0f9f79e6631a5ebe04,0,0,0,0,0,
+20200419,LA,23928,111420,,1748,,,,349,,,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,1296,,2020-04-19T13:00:00Z,22,348,-2999,135348,135348,-2651,135348,29,0,9f68a20b05b37211b0f007352acdeb9b501020d4,0,0,0,0,0,
+20200419,MA,39820,129295,,3789,3789,987,,,,,B,4/19/2020 16:00,2020-04-19T16:00:00Z,04/19 12:00,2146,3789,2020-04-19T16:00:00Z,25,2293,4691,169115,169115,6984,169115,163,61,12795a43dde968c42aadecd0dccac5d094c38d43,0,0,0,0,0,
+20200419,MD,12830,55061,,,2886,,,,,914,A,4/19/2020 10:00,2020-04-19T10:00:00Z,04/19 06:00,548,2886,2020-04-19T10:00:00Z,24,522,1999,67891,67891,2521,67891,14,129,1bf24244bb9db820ed8731516b552bd463ef9d92,0,0,0,0,0,
+20200419,ME,867,14076,,46,136,18,,9,,393,A,4/19/2020 11:15,2020-04-19T11:15:00Z,04/19 07:15,34,136,2020-04-19T11:15:00Z,23,20,0,14943,14943,20,14943,2,0,cd68c2f3cc76eed5919cd7ef175c175d9726f59a,0,0,0,0,0,
+20200419,MI,31424,78237,,3403,,1344,,1115,,3237,B,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,2391,,2020-04-19T11:00:00Z,26,633,9301,109661,109661,9934,109661,83,0,7ddf3926ed42d8c7f9a42031c26c1a0841db63b9,0,0,0,0,0,
+20200419,MN,2356,43360,,228,574,116,226,,,1026,A,4/19/2020 12:00,2020-04-19T12:00:00Z,04/19 08:00,134,574,2020-04-19T12:00:00Z,27,143,1305,45716,45716,1448,45716,13,13,c6979064af7a5e8004c9e9d20ed7697f14d58b42,0,0,0,0,0,
+20200419,MO,5667,48242,,875,,,,,,,A,4/19/2020 15:00,2020-04-19T15:00:00Z,04/19 11:00,176,,2020-04-19T15:00:00Z,29,150,0,53909,53909,150,53909,1,0,b02e7f21c435672a3dfd52f1e2eebe2e03591c39,0,0,0,0,0,
+20200419,MP,14,42,4,,,,,,,9,,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,2,,2020-04-19T00:00:00Z,69,0,0,60,56,0,56,0,0,cd01637ca1edb76b34618907492f9b80007731bc,0,0,0,0,0,
+20200419,MS,4274,34791,,,808,138,,79,,,A,4/18/2020 19:00,2020-04-18T19:00:00Z,04/18 15:00,159,808,2020-04-18T19:00:00Z,28,300,0,39065,39065,300,39065,7,26,3e73faaf5d14ee0e01961d1ff3265abad2b923af,0,0,0,0,0,
+20200419,MT,433,10465,,18,55,,,,,243,A,4/19/2020 11:40,2020-04-19T11:40:00Z,04/19 07:40,10,55,2020-04-19T11:40:00Z,30,7,322,10898,10898,329,10898,0,0,86f9f5471e8c97d3b16ab48cdcbd6bf1ae28eb78,0,0,0,0,0,
+20200419,NC,6493,72279,,465,,,,,,,A,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,172,,2020-04-19T11:00:00Z,37,353,2208,78772,78772,2561,78772,8,0,b55697924f9c1d17286bbbd47b6a76fe3c1414e0,0,0,0,0,0,
+20200419,ND,585,13045,,15,51,,,,,189,B,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,10,51,2020-04-19T13:00:00Z,38,57,610,13630,13630,667,13630,1,4,4a8cbb721faa52e588341b940ec8efb00f305e91,0,0,0,0,0,
+20200419,NE,1287,13288,,,,,,,,,A,4/19/2020 19:45,2020-04-19T19:45:00Z,04/19 15:45,28,,2020-04-19T19:45:00Z,31,149,749,14575,14575,898,14575,4,0,bafe9d1fe65792e9f283a7ef3747bff1e520725f,0,0,0,0,0,
+20200419,NH,1342,12082,316,85,192,,,,,513,B,4/19/2020 09:00,2020-04-19T09:00:00Z,04/19 05:00,38,192,2020-04-19T09:00:00Z,33,55,517,13740,13424,572,13424,1,2,b6118afe495dda9215281fe4a5cab2352fe45e30,0,0,0,0,0,
+20200419,NJ,85301,85387,,7494,,1940,,1628,,,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,4202,,2020-04-19T13:00:00Z,34,3881,4271,170688,170688,8152,170688,132,0,3d76d79b0b579fbfb57b59154d90ed62e64e6a06,0,0,0,0,0,
+20200419,NM,1798,34834,,92,258,,,,,465,A,4/19/2020 19:46,2020-04-19T19:46:00Z,04/19 15:46,53,258,2020-04-19T19:46:00Z,35,87,932,36632,36632,1019,36632,2,16,649429fd4ac44e1668ba48941b931078b4c38283,0,0,0,0,0,
+20200419,NV,3728,27870,,,,,,,,,A,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,155,,2020-04-19T11:00:00Z,32,102,745,31598,31598,847,31598,4,0,15e1703b966885f1b5b5f63c528f18b2a0f8387f,0,0,0,0,0,
+20200419,NY,242786,374769,,16213,64550,5016,,,,37596,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,13869,64550,2020-04-19T00:00:00Z,36,6054,14969,617555,617555,21023,617555,507,1447,33005eab1a9c4d9c10b79ee99433502737fc28b6,0,0,0,0,0,
+20200419,OH,11602,75697,,,2565,,765,,,,B,4/19/2020 14:00,2020-04-19T14:00:00Z,04/19 10:00,471,2565,2020-04-19T14:00:00Z,39,1380,6878,87299,87299,8258,87299,20,46,f246f1948ca6eaa46fd6317bc6daced280e91424,0,0,0,0,0,
+20200419,OK,2599,32966,,307,541,136,,,,1575,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,140,541,2020-04-19T00:00:00Z,40,29,0,35565,35565,29,35565,1,0,3184e5b3e99598ec46d905800a783c22632b275c,0,0,0,0,0,
+20200419,OR,1910,37128,,290,456,74,,37,,,A,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,74,456,2020-04-19T11:00:00Z,41,66,1389,39038,39038,1455,39038,2,7,ef891f333ee58c0818499dfa87c87a3126d1d7d5,0,0,0,0,0,
+20200419,PA,32284,126570,,2634,,,,657,,,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,1112,,2020-04-19T13:00:00Z,42,1215,3674,158854,158854,4889,158854,276,0,03c9dc91375c21ad97fecbc80e27c7bf8bf3bf9f,0,0,0,0,0,
+20200419,PR,1213,8280,1839,,,,,,,,A,4/19/2020 07:00,2020-04-19T07:00:00Z,04/19 03:00,62,,2020-04-19T07:00:00Z,72,95,225,11332,9493,320,9493,2,0,3a7d4dfb6bc64ed87a51cb5efc5bcf7f288eb9c5,0,0,0,0,0,
+20200419,RI,4755,29993,,298,605,66,,37,,244,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,164,605,2020-04-19T00:00:00Z,44,276,1658,34748,34748,1934,34748,14,27,6c1f160e897b394269998b7fff889bd398473244,0,0,0,0,0,
+20200419,SC,4377,36103,,,776,,,,,2633,B,4/19/2020 15:30,2020-04-19T15:30:00Z,04/19 11:30,120,776,2020-04-19T15:30:00Z,45,131,1516,40480,40480,1647,40480,1,0,41196ef3661981e03d58507af87c07842df2b12b,0,0,0,0,0,
+20200419,SD,1635,10427,0,,74,,,,,646,A,4/19/2020 12:30,2020-04-19T12:30:00Z,04/19 08:30,7,74,2020-04-19T12:30:00Z,46,93,309,12062,12062,402,12062,0,6,0226b41f86938aae3044b6aad7e318ff324d1ea6,0,0,0,0,0,
+20200419,TN,7070,90028,,,724,,,,,3344,A,4/19/2020 15:00,2020-04-19T15:00:00Z,04/19 11:00,148,724,2020-04-19T15:00:00Z,47,308,6204,97098,97098,6512,97098,3,5,116a93e92ee7dde654ca3d566d2b82b475efa5f6,0,0,0,0,0,
+20200419,TX,18923,163787,,1471,,,,,,5334,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,477,,2020-04-19T13:00:00Z,48,663,5808,182710,182710,6471,182710,24,0,41b149b946c5650ce805e6a1c7a401ae9560f2b3,0,0,0,0,0,
+20200419,UT,3069,60486,,,259,,,,,679,A,4/19/2020 15:00,2020-04-19T15:00:00Z,04/19 11:00,27,259,2020-04-19T15:00:00Z,49,138,3473,63555,63555,3611,63555,2,8,0f81e7241cb36d38413f13b996895eb5cbee1bb2,0,0,0,0,0,
+20200419,VA,8537,46196,499,1319,1422,388,,231,,1267,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,277,1422,2020-04-19T00:00:00Z,51,484,2318,55232,54733,2802,54733,19,126,3cd28db20eca570c5aa01679a2997971a0ff6c77,0,0,0,0,0,
+20200419,VI,53,548,22,,,,,,,48,,4/19/2020 20:30,2020-04-19T20:30:00Z,04/19 16:30,3,,2020-04-19T20:30:00Z,78,0,158,623,601,158,601,0,0,55feae104b581ef4c1c668e382c9ced44cfdc5cc,0,0,0,0,0,
+20200419,VT,817,11450,,53,,,,,,15,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,38,,2020-04-19T00:00:00Z,50,4,238,12267,12267,242,12267,0,0,70912ddfc3772cca443eb0ce0ad92078615223de,0,0,0,0,0,
+20200419,WA,12461,143313,,586,,193,,,,,C,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,615,,2020-04-19T00:00:00Z,53,89,1432,155774,155774,1521,155774,17,0,cddab8bc8104584b858174c082f7146e89e5422b,0,0,0,0,0,
+20200419,WI,4346,45323,248,397,1190,162,307,,,,A,4/19/2020 12:57,2020-04-19T12:57:00Z,04/19 08:57,220,1190,2020-04-19T12:57:00Z,55,147,1361,49917,49669,1508,49669,9,14,89445ff7104f653f0dc9048304e21255c752e945,0,0,0,0,0,
+20200419,WV,863,19168,,72,,37,,25,,265,B,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,18,,2020-04-19T17:00:00Z,54,78,513,20031,20031,591,20031,2,0,3f8d7d204dea5541532340e25ca30c598f94e697,0,0,0,0,0,
+20200419,WY,309,6972,,19,50,,,,,227,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,2,50,2020-04-19T00:00:00Z,56,4,755,7281,7281,759,7281,0,0,60c7b9a9f31a59c4cbf26069fb38c308d4afee20,0,0,0,0,0,
+20200418,AK,314,9341,,39,36,,,,,147,A,4/18/2020 14:15,2020-04-18T14:15:00Z,04/18 10:15,9,36,2020-04-18T14:15:00Z,02,5,200,9655,9655,205,9655,0,0,05bba325e46a2df3e7c7a11f380b463d2ad8c758,0,0,0,0,0,
+20200418,AL,4655,37883,,,620,,247,,148,,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,146,620,2020-04-18T00:00:00Z,01,125,4565,42538,42538,4690,42538,2,26,8dffc6aab81ee601f5ffab0ae446846be9944b9b,0,0,0,0,0,
+20200418,AR,1739,22402,,86,291,,,22,57,703,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,38,291,2020-04-17T19:00:00Z,05,44,603,24141,24141,647,24141,1,291,089efcf6204972872f14f1bbdbf5f07b21713ce4,0,0,0,0,0,
+20200418,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,b2bb6b8aa51bedbf8f08ad918e7acb6f71b0d9f3,0,0,0,0,0,
+20200418,AZ,4719,46326,,566,,285,,178,,539,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,177,,2020-04-18T00:00:00Z,04,212,1603,51045,51045,1815,51045,8,0,ea53c70098d284d46cc6d07a08e675a3f05abdda,0,0,0,0,0,
+20200418,CA,28963,230703,7200,4936,,1490,,,,,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,1072,,2020-04-17T00:00:00Z,06,1435,6617,266866,259666,8052,259666,87,0,f26a7789479300b5172bfbeb644ada454eac7f0d,0,0,0,0,0,
+20200418,CO,9047,34260,,843,1755,,,,,,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,391,1755,2020-04-16T00:00:00Z,08,372,1105,43307,43307,1477,43307,17,62,312c31b012b6294f63da73b3797b83a96f0361d4,0,0,0,0,0,
+20200418,CT,16809,38653,,1946,,,,,,,A,4/17/2020 16:00,2020-04-17T16:00:00Z,04/17 12:00,1036,,2020-04-17T16:00:00Z,09,0,0,55462,55462,0,55462,0,0,968c3309cc72a5ce9457a1938ce40e4ebab81245,0,0,0,0,0,
+20200418,DC,2666,10602,,313,,105,,79,,608,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,91,,2020-04-17T00:00:00Z,11,190,435,13268,13268,625,13268,5,0,7b3a8734f9647df341c1f2e4f8d4468d60b6ad8e,0,0,0,0,0,
+20200418,DE,2323,11694,,224,,,,,,423,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,61,,2020-04-17T17:00:00Z,10,0,0,14017,14017,0,14017,0,0,1e31ae166f5cced8f16c313edc9406611f18eb5a,0,0,0,0,0,
+20200418,FL,25269,221258,0,,3842,,,,,,A,4/18/2020 09:24,2020-04-18T09:24:00Z,04/18 05:24,754,3842,2020-04-18T09:24:00Z,12,1150,10540,246527,246527,11690,246527,55,177,1bba650bc5ba25a5f3e44e9b53d484c7791357ff,0,0,0,0,0,
+20200418,GA,17669,56539,,,3420,,,,,,A,4/18/2020 11:28,2020-04-18T11:28:00Z,04/18 07:28,673,3420,2020-04-18T11:28:00Z,13,475,2049,74208,74208,2524,74208,23,96,f51842c95da8bec7263f17021018344aa8856047,0,0,0,0,0,
+20200418,GU,133,943,,6,,2,,,,110,,4/18/2020 06:50,2020-04-18T06:50:00Z,04/18 02:50,5,,2020-04-18T06:50:00Z,66,0,3,1076,1076,3,1076,0,0,e9b41a2b4b95302a6072dc9023d4fd759c774be9,0,0,0,0,0,
+20200418,HI,553,21790,,,48,,,,,390,A,4/17/2020 18:30,2020-04-17T18:30:00Z,04/17 14:30,9,48,2020-04-17T18:30:00Z,15,12,474,22343,22343,486,22343,0,3,87947a875850e55e3f5f66d476d697c2fdcf7630,0,0,0,0,0,
+20200418,IA,2513,20434,,193,,84,,51,,1095,A,4/17/2020 12:00,2020-04-17T12:00:00Z,04/17 08:00,74,,2020-04-17T12:00:00Z,19,181,974,22947,22947,1155,22947,10,0,77cc5e55a449886a361ea3c74657b7723d9d812e,0,0,0,0,0,
+20200418,ID,1655,15292,,,151,,53,,,453,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,43,151,2020-04-17T19:00:00Z,16,46,249,16947,16947,295,16947,2,3,9ea8daa8e0f71a89f0c775665ec48e6f7c0cfffa,0,0,0,0,0,
+20200418,IL,29160,108244,,4340,,1192,,740,,,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,1259,,2020-04-18T00:00:00Z,17,1585,5656,137404,137404,7241,137404,125,0,763e6fca45fe59de59b46d18049ef66eef8e1ba6,0,0,0,0,0,
+20200418,IN,10641,46232,,,,663,,360,,,B,4/17/2020 23:59,2020-04-17T23:59:00Z,04/17 19:59,545,,2020-04-17T23:59:00Z,18,487,1601,56873,56873,2088,56873,26,0,e9c64249a29d1792429d6505d12da9f36a9b2d05,0,0,0,0,0,
+20200418,KS,1790,15886,,,383,,,,,,B,4/18/2020 12:00,2020-04-18T12:00:00Z,04/18 08:00,86,383,2020-04-18T12:00:00Z,20,85,690,17676,17676,775,17676,2,8,3cafaf88e3bd6409b0fbaf6f5424c7c3f67e7905,0,0,0,0,0,
+20200418,KY,2522,28074,,360,1008,227,514,,,979,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,137,1008,2020-04-17T17:00:00Z,21,93,756,30596,30596,849,30596,8,37,ab644553497e0709f9f81b4f38b32c8b4488a852,0,0,0,0,0,
+20200418,LA,23580,114419,,1761,,,,347,,,A,4/18/2020 13:00,2020-04-18T13:00:00Z,04/18 09:00,1267,,2020-04-18T13:00:00Z,22,462,5550,137999,137999,6012,137999,54,0,4bc4601c2bc060b0e0724c8fa095ae1818a061eb,0,0,0,0,0,
+20200418,MA,37527,124604,,3728,3728,987,,,,,B,4/17/2020 16:00,2020-04-17T16:00:00Z,04/17 12:00,1983,3728,2020-04-17T16:00:00Z,25,2402,7409,162131,162131,9811,162131,161,-28,bd2e69dc485db7b6ecfc1c295854c2fa8f503d35,0,0,0,0,0,
+20200418,MD,12308,53062,,,2757,,,,,771,A,4/18/2020 10:00,2020-04-18T10:00:00Z,04/18 06:00,534,2757,2020-04-18T10:00:00Z,24,736,2625,65370,65370,3361,65370,40,145,463a2cb792f70bd8b396f10be9226cc42f29d929,0,0,0,0,0,
+20200418,ME,847,14076,,49,136,20,,12,,382,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,32,136,2020-04-18T15:00:00Z,23,20,0,14923,14923,20,14923,3,3,734a4f9bc31b7bebcbe51b16b037073aa366b44e,0,0,0,0,0,
+20200418,MI,30791,68936,,3634,,1423,,1203,,3237,B,4/18/2020 11:00,2020-04-18T11:00:00Z,04/18 07:00,2308,,2020-04-18T11:00:00Z,26,768,0,99727,99727,768,99727,81,0,bbaeb01859ec3eae522108ab0cd848b88b194dfd,0,0,0,0,0,
+20200418,MN,2213,42055,,239,561,111,215,,,997,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,121,561,2020-04-17T17:00:00Z,27,142,1073,44268,44268,1215,44268,10,43,79d768cd315af0be62addaf53721b5986b84f296,0,0,0,0,0,
+20200418,MO,5517,48242,,875,,,,,,,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,175,,2020-04-18T15:00:00Z,29,234,1808,53759,53759,2042,53759,10,0,d7183bf697f75c6a2d36ead7404c22074ab37994,0,0,0,0,0,
+20200418,MP,14,42,4,,,,,,,9,,4/17/2020 19:15,2020-04-17T19:15:00Z,04/17 15:15,2,,2020-04-17T19:15:00Z,69,1,0,60,56,1,56,0,0,2e141126b053c3b55f2317ffe5c25d30178f0e97,0,0,0,0,0,
+20200418,MS,3974,34791,,,782,154,,99,,,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,152,782,2020-04-17T19:00:00Z,28,181,0,38765,38765,181,38765,12,46,52209ad61d2221eb08710c50ba5dfbadb4918f5c,0,0,0,0,0,
+20200418,MT,426,10143,,17,55,,,,,234,A,4/18/2020 10:18,2020-04-18T10:18:00Z,04/18 06:18,10,55,2020-04-18T10:18:00Z,30,4,321,10569,10569,325,10569,2,1,35ec37b7ca5edfa64783333b6f8fd0b1904dddf6,0,0,0,0,0,
+20200418,NC,6140,70071,,388,,,,,,,A,4/18/2020 11:00,2020-04-18T11:00:00Z,04/18 07:00,164,,2020-04-18T11:00:00Z,37,281,2949,76211,76211,3230,76211,12,0,4b1da0825d3a3c4f3abe28118905a6c835ef90b6,0,0,0,0,0,
+20200418,ND,528,12435,,13,47,,,,,183,B,4/18/2020 13:08,2020-04-18T13:08:00Z,04/18 09:08,9,47,2020-04-18T13:08:00Z,38,89,532,12963,12963,621,12963,0,0,74882b1af02533b3e776207f5d4f9499b28c7f86,0,0,0,0,0,
+20200418,NE,1138,12539,,,,,,,,,A,4/17/2020 19:42,2020-04-17T19:42:00Z,04/17 15:42,24,,2020-04-17T19:42:00Z,31,72,501,13677,13677,573,13677,0,0,1c32017a75e4a8a4ba7d5397c1b70f42fa840332,0,0,0,0,0,
+20200418,NH,1287,11565,174,86,190,,,,,468,B,4/17/2020 09:00,2020-04-17T09:00:00Z,04/17 05:00,37,190,2020-04-17T09:00:00Z,33,0,144,13026,12852,144,12852,0,0,063fdf5b6d847ffc915d4c45fafa2db69e36b73d,0,0,0,0,0,
+20200418,NJ,81420,81116,,7718,,2024,,1641,,,A,4/18/2020 12:49,2020-04-18T12:49:00Z,04/18 08:49,4070,,2020-04-18T12:49:00Z,34,2953,2134,162536,162536,5087,162536,230,0,ca248146fbf79a560469f8a008ef5cdb90adc829,0,0,0,0,0,
+20200418,NM,1711,33902,,96,242,,,,,382,A,4/17/2020 21:53,2020-04-17T21:53:00Z,04/17 17:53,51,242,2020-04-17T21:53:00Z,35,114,1011,35613,35613,1125,35613,7,12,5c335c46fcf18e271da82138d0e55cb025de78ad,0,0,0,0,0,
+20200418,NV,3626,27125,,,,,,,,,A,4/18/2020 10:00,2020-04-18T10:00:00Z,04/18 06:00,151,,2020-04-18T10:00:00Z,32,102,887,30751,30751,989,30751,9,0,63a8c4c330ea444ac00ecef48ea7aaa1dca380a5,0,0,0,0,0,
+20200418,NY,236732,359800,,16967,63103,5016,,,,35458,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,13362,63103,2020-04-18T00:00:00Z,36,7090,16219,596532,596532,23309,596532,540,1983,89e08c407ca90a442f34029827020b8528afb2c3,0,0,0,0,0,
+20200418,OH,10222,68819,,,2519,,760,,,,B,4/18/2020 14:00,2020-04-18T14:00:00Z,04/18 10:00,451,2519,2020-04-18T14:00:00Z,39,1115,0,79041,79041,1115,79041,33,95,e9e22f8e0a63706a1dcd6da4cd735564af545cc0,0,0,0,0,0,
+20200418,OK,2570,32966,,307,541,136,,,,1515,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,139,541,2020-04-18T00:00:00Z,40,105,1811,35536,35536,1916,35536,3,13,6ffa302593c6cfa3e535c170ce1101949facee0a,0,0,0,0,0,
+20200418,OR,1844,35739,,290,449,74,,37,,,A,4/18/2020 11:00,2020-04-18T11:00:00Z,04/18 07:00,72,449,2020-04-18T11:00:00Z,41,59,1203,37583,37583,1262,37583,2,22,019623ac0ad81a02d6c09e28ad7a2b5fbb8b5b7b,0,0,0,0,0,
+20200418,PA,31069,122896,,2613,,,,660,,,A,4/18/2020 12:00,2020-04-18T12:00:00Z,04/18 08:00,836,,2020-04-18T12:00:00Z,42,1628,4964,153965,153965,6592,153965,80,0,856f56d2bcae9727ed70f42952af1782bf861af9,0,0,0,0,0,
+20200418,PR,1118,8055,1760,,,,,,,,A,4/18/2020 07:00,2020-04-18T07:00:00Z,04/18 03:00,60,,2020-04-18T07:00:00Z,72,50,191,10933,9173,241,9173,2,0,78a8f7495c1625515e1b676caa471af4a5d4945b,0,0,0,0,0,
+20200418,RI,4479,28335,,293,578,67,,43,,217,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,150,578,2020-04-18T00:00:00Z,44,302,1751,32814,32814,2053,32814,32,247,eab1cca252f56b70305aae6735d7f4336b87e80f,0,0,0,0,0,
+20200418,SC,4246,34587,,,776,,,,,2633,B,4/18/2020 15:25,2020-04-18T15:25:00Z,04/18 11:25,119,776,2020-04-18T15:25:00Z,45,315,2234,38833,38833,2549,38833,10,101,e06ec0d5d250193cc5789481ffd22cafb37ddab4,0,0,0,0,0,
+20200418,SD,1542,10118,1,,68,,,,,552,A,4/17/2020 18:00,2020-04-17T18:00:00Z,04/17 14:00,7,68,2020-04-17T18:00:00Z,46,131,467,11661,11660,598,11660,0,5,9f70129ba600e304335fb6bda73b0965acbbdb13,0,0,0,0,0,
+20200418,TN,6762,83824,,,719,,,,,3234,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,145,719,2020-04-18T15:00:00Z,47,173,3140,90586,90586,3313,90586,3,8,33b0b070dea238d8b7fec01cd78f2754c4c0a0ce,0,0,0,0,0,
+20200418,TX,18260,157979,,1321,,,,,,4806,A,4/18/2020 13:45,2020-04-18T13:45:00Z,04/18 09:45,453,,2020-04-18T13:45:00Z,48,889,5814,176239,176239,6703,176239,25,0,44f1693a860d23a13915f0496e1b9a444f8f60b5,0,0,0,0,0,
+20200418,UT,2931,57013,,,251,,,,,565,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,25,251,2020-04-18T15:00:00Z,49,126,4047,59944,59944,4173,59944,2,7,1347675dcb0a45fe1aae2665021c62af1ac91229,0,0,0,0,0,
+20200418,VA,8053,43878,486,1307,1296,398,,230,,1228,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,258,1296,2020-04-17T17:00:00Z,51,562,2372,52417,51931,2934,51931,27,75,7f99fdfa26df99dad06531b076ef6069eb68f7bd,0,0,0,0,0,
+20200418,VI,53,390,35,,,,,,,46,,4/18/2020 08:30,2020-04-18T08:30:00Z,04/18 04:30,3,,2020-04-18T08:30:00Z,78,2,17,478,443,19,443,1,0,888827c2a61198907383f5823c3c8a449b8a7c23,0,0,0,0,0,
+20200418,VT,813,11212,,56,,,,,,15,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,38,,2020-04-18T00:00:00Z,50,11,399,12025,12025,410,12025,3,0,655312453f2e88017318fc1ae651066549421958,0,0,0,0,0,
+20200418,WA,12372,141881,,518,,155,,,,,C,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,598,,2020-04-18T00:00:00Z,53,169,2056,154253,154253,2225,154253,13,0,19e64d8fc1c99a6a2aaa79e9e114c09d5dc914f1,0,0,0,0,0,
+20200418,WI,4199,43962,229,361,1176,135,307,,,,A,4/18/2020 12:45,2020-04-18T12:45:00Z,04/18 08:45,211,1176,2020-04-18T12:45:00Z,55,154,1597,48390,48161,1751,48161,6,23,f0bd44685aa3e323748b8e2705c5f9c3ea3365d6,0,0,0,0,0,
+20200418,WV,785,18655,,83,,40,,27,,255,B,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,16,,2020-04-17T17:00:00Z,54,31,728,19440,19440,759,19440,3,0,1b71d96458842517c6a68a0f380b33371d77ca5b,0,0,0,0,0,
+20200418,WY,305,6217,,19,50,,,,,206,A,4/17/2020 16:02,2020-04-17T16:02:00Z,04/17 12:02,2,50,2020-04-17T16:02:00Z,56,9,86,6522,6522,95,6522,0,7,6d8b78b208d8d603f4206fc9c5d2c36f0bb260fb,0,0,0,0,0,
+20200417,AK,309,9141,,,36,,,,,128,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,9,36,2020-04-16T00:00:00Z,02,9,706,9450,9450,715,9450,0,1,8172b867af3cc69c1b9db91b52324bbf65787a48,0,0,0,0,0,
+20200417,AL,4530,33318,,,594,,247,,148,,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,144,594,2020-04-17T00:00:00Z,01,185,1272,37848,37848,1457,37848,11,41,339e73232ff7bf0df199e1d82f44d01c5b829a76,0,0,0,0,0,
+20200417,AR,1695,21799,,83,,,,21,,593,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,37,,2020-04-17T19:00:00Z,05,75,744,23494,23494,819,23494,0,0,b16e0ddc1c12053812ac914d206b1a693bb77854,0,0,0,0,0,
+20200417,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,c3f6bcd0880f246404bea046b5901c7db1b290a3,0,0,0,0,0,
+20200417,AZ,4507,44723,,566,,285,,178,,539,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,169,,2020-04-17T00:00:00Z,04,273,1559,49230,49230,1832,49230,19,0,c80e79c760a7adb0e06216211ec3e6f731b88b59,0,0,0,0,0,
+20200417,CA,27528,224086,7200,4892,,1484,,,,,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,985,,2020-04-17T00:00:00Z,06,1346,3868,258814,251614,5214,251614,95,0,31d02bf54e31fe763dbe4c04a9182b8c7f7de24f,0,0,0,0,0,
+20200417,CO,8675,33155,,858,1693,,,,,,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,374,1693,2020-04-15T00:00:00Z,08,395,902,41830,41830,1297,41830,17,57,f180669a7bc2004bf6983973e86451d9ad649692,0,0,0,0,0,
+20200417,CT,16809,38653,,1946,,,,,,,A,4/17/2020 16:00,2020-04-17T16:00:00Z,04/17 12:00,1036,,2020-04-17T16:00:00Z,09,925,1415,55462,55462,2340,55462,65,0,3526c865243416969ec3d7b3a29a03a99d11b5f4,0,0,0,0,0,
+20200417,DC,2476,10167,,313,,105,,79,,573,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,86,,2020-04-16T00:00:00Z,11,126,367,12643,12643,493,12643,5,0,ebda717fcac8c430f2f294c1e5ce8b6c74f39b74,0,0,0,0,0,
+20200417,DE,2323,11694,,224,,,,,,423,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,61,,2020-04-17T17:00:00Z,10,248,419,14017,14017,667,14017,9,0,0d1581c35be5b0778b0af72f84dc7c8f5859117c,0,0,0,0,0,
+20200417,FL,24119,210718,1285,,3665,,,,,,A,4/17/2020 16:21,2020-04-17T16:21:00Z,04/17 12:21,699,3665,2020-04-17T16:21:00Z,12,1222,14367,236122,234837,15589,234837,53,205,674bd66be5a4837828450ed932211230639780c4,0,0,0,0,0,
+20200417,GA,17194,54490,,,3324,,,,,,A,4/17/2020 18:28,2020-04-17T18:28:00Z,04/17 14:28,650,3324,2020-04-17T18:28:00Z,13,1525,2220,71684,71684,3745,71684,63,216,6df7a63408a65eaff2bd8e518bc8d77b856a8a22,0,0,0,0,0,
+20200417,GU,133,940,,6,,2,,,,97,,4/17/2020 07:00,2020-04-17T07:00:00Z,04/17 03:00,5,,2020-04-17T07:00:00Z,66,0,70,1073,1073,70,1073,0,0,1c2259a7ea766c6614a761250cc7cda87389e566,0,0,0,0,0,
+20200417,HI,541,21316,,,45,,,,,374,A,4/17/2020 18:30,2020-04-17T18:30:00Z,04/17 14:30,9,45,2020-04-17T18:30:00Z,15,11,1146,21857,21857,1157,21857,0,0,a650b3bebaedd47e59d51ebeec5806a020ad2112,0,0,0,0,0,
+20200417,IA,2332,19460,,183,,88,,52,,1007,A,4/16/2020 12:00,2020-04-16T12:00:00Z,04/16 08:00,64,,2020-04-16T12:00:00Z,19,191,926,21792,21792,1117,21792,4,0,10d5d2a66a7e190b350c568815ff09a5da02040a,0,0,0,0,0,
+20200417,ID,1609,15043,,,148,,51,,,390,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,41,148,2020-04-17T19:00:00Z,16,22,388,16652,16652,410,16652,0,5,819c77c0289f683cb38cf047482cde3a7b9e5e42,0,0,0,0,0,
+20200417,IL,27575,102588,,4454,,1196,,777,,,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,1134,,2020-04-17T00:00:00Z,17,1842,5732,130163,130163,7574,130163,62,0,4a7134b3497ae44d45fae5eab6afa96c4bb70520,0,0,0,0,0,
+20200417,IN,10154,44631,,,,638,,417,,,B,4/16/2020 23:59,2020-04-16T23:59:00Z,04/16 19:59,519,,2020-04-16T23:59:00Z,18,612,3058,54785,54785,3670,54785,42,0,5dfd741ecefe186961ae6c135517ef524fcb64c7,0,0,0,0,0,
+20200417,KS,1705,15196,,,375,,,,,,B,4/17/2020 12:00,2020-04-17T12:00:00Z,04/17 08:00,84,375,2020-04-17T12:00:00Z,20,117,662,16901,16901,779,16901,4,16,7d2008ff767d5632c41084cfa80c8f7c81a4466c,0,0,0,0,0,
+20200417,KY,2429,27318,,477,971,333,506,,,956,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,129,971,2020-04-17T17:00:00Z,21,138,1285,29747,29747,1423,29747,7,164,a42a168134c3c1ae963c8067b446704555364da6,0,0,0,0,0,
+20200417,LA,23118,108869,,1868,,,,363,,,A,4/17/2020 13:00,2020-04-17T13:00:00Z,04/17 09:00,1213,,2020-04-17T13:00:00Z,22,586,4815,131987,131987,5401,131987,57,0,9d1b9f3b114f08d96897de41a3a75dff1c8dcdf4,0,0,0,0,0,
+20200417,MA,35125,117195,,3756,3756,987,,,,,B,4/16/2020 10:00,2020-04-16T10:00:00Z,04/16 06:00,1822,3756,2020-04-16T10:00:00Z,25,2633,7097,152320,152320,9730,152320,155,30,b8e65efca2ca3ae1ba6ccb6017f4cf6851505f7d,0,0,0,0,0,
+20200417,MD,11572,50437,,,2612,,,,,736,A,4/17/2020 10:00,2020-04-17T10:00:00Z,04/17 06:00,494,2612,2020-04-17T10:00:00Z,24,788,2378,62009,62009,3166,62009,35,161,ba762e68620e6af3c424b7c2da9c1b45622f1514,0,0,0,0,0,
+20200417,ME,827,14076,,55,133,28,,8,,352,A,4/17/2020 11:45,2020-04-17T11:45:00Z,04/17 07:45,29,133,2020-04-17T11:45:00Z,23,31,0,14903,14903,31,14903,2,3,3fb3b78199ce4808ceeca69ebb5b68dae06e789a,0,0,0,0,0,
+20200417,MI,30023,68936,,3674,,1428,,1167,,629,B,4/17/2020 11:00,2020-04-17T11:00:00Z,04/17 07:00,2227,,2020-04-17T11:00:00Z,26,760,3913,98959,98959,4673,98959,134,0,fcc1d0bd45d5de134cc6b311b4931dd9083c93a9,0,0,0,0,0,
+20200417,MN,2071,40982,,223,518,106,202,,,955,A,4/16/2020 17:00,2020-04-16T17:00:00Z,04/16 13:00,111,518,2020-04-16T17:00:00Z,27,159,1219,43053,43053,1378,43053,17,43,dad023cec51308a33a2112b0a2bf31dcd8df1de5,0,0,0,0,0,
+20200417,MO,5283,46434,,1043,,,,,,,A,4/17/2020 15:00,2020-04-17T15:00:00Z,04/17 11:00,165,,2020-04-17T15:00:00Z,29,172,897,51717,51717,1069,51717,13,0,792f859ea3a3518aac1d24f420d29e69949be6f1,0,0,0,0,0,
+20200417,MP,13,42,4,,,,,,,,,4/17/2020 19:15,2020-04-17T19:15:00Z,04/17 15:15,2,,2020-04-17T19:15:00Z,69,0,15,59,55,15,55,0,0,b853c6fd4cc74f945a20cdb4b1f055bca0de1f23,0,0,0,0,0,
+20200417,MS,3793,34791,,,736,154,,99,,,A,4/16/2020 19:00,2020-04-16T19:00:00Z,04/16 15:00,140,736,2020-04-16T19:00:00Z,28,169,0,38584,38584,169,38584,11,54,b760d100dc314bc340a4b706a069a38633f6efd8,0,0,0,0,0,
+20200417,MT,422,9822,,21,54,,,,,233,A,4/17/2020 10:44,2020-04-17T10:44:00Z,04/17 06:44,8,54,2020-04-17T10:44:00Z,30,7,301,10244,10244,308,10244,1,2,511571d1c140fdfb0677fe2465937d6b681fdf58,0,0,0,0,0,
+20200417,NC,5859,67122,,429,,,,,,,A,4/17/2020 11:00,2020-04-17T11:00:00Z,04/17 07:00,152,,2020-04-17T11:00:00Z,37,394,1670,72981,72981,2064,72981,21,0,f13d6d07a73af98ff9f75b0a2fd0a03fc8298618,0,0,0,0,0,
+20200417,ND,439,11903,,16,47,,,,,172,B,4/17/2020 13:00,2020-04-17T13:00:00Z,04/17 09:00,9,47,2020-04-17T13:00:00Z,38,46,592,12342,12342,638,12342,0,2,115ef1fc0e92e78a3c557ccbf257ad0ece27015c,0,0,0,0,0,
+20200417,NE,1066,12038,,,,,,,,,A,4/17/2020 19:42,2020-04-17T19:42:00Z,04/17 15:42,24,,2020-04-17T19:42:00Z,31,114,696,13104,13104,810,13104,3,0,ab62cde9aa87cd71bc9ee91bd906032f30f59160,0,0,0,0,0,
+20200417,NH,1287,11421,174,74,190,,,,,455,B,4/17/2020 09:00,2020-04-17T09:00:00Z,04/17 05:00,37,190,2020-04-17T09:00:00Z,33,148,394,12882,12708,542,12708,5,12,be073ef9abb57f8594efd80b0f9503fbc63ddda4,0,0,0,0,0,
+20200417,NJ,78467,78982,,8011,,1961,,1594,,,A,4/17/2020 13:00,2020-04-17T13:00:00Z,04/17 09:00,3840,,2020-04-17T13:00:00Z,34,3150,2469,157449,157449,5619,157449,322,0,cfb12c6dcd5e8129cc09d342107491a848666b97,0,0,0,0,0,
+20200417,NM,1597,32891,,90,230,,,,,353,A,4/17/2020 20:53,2020-04-17T20:53:00Z,04/17 16:53,44,230,2020-04-17T20:53:00Z,35,113,981,34488,34488,1094,34488,8,15,33e4f031b2512dd431fe0c833e760b037d7c7733,0,0,0,0,0,
+20200417,NV,3524,26238,,,,,,,,,A,4/17/2020 10:00,2020-04-17T10:00:00Z,04/17 06:00,142,,2020-04-17T10:00:00Z,32,203,1108,29762,29762,1311,29762,5,0,6381c0448355d99378a363ced3c7724d6dd67f68,0,0,0,0,0,
+20200417,NY,229642,343581,,17116,61120,5059,,,,33392,A,4/17/2020 14:00,2020-04-17T14:00:00Z,04/17 10:00,12822,61120,2020-04-17T14:00:00Z,36,7358,15286,573223,573223,22644,573223,630,2068,f1fb8ac5e534e7e72e20248e1bcac41aac6e03de,0,0,0,0,0,
+20200417,OH,9107,68819,,,2424,,740,,,,B,4/17/2020 14:00,2020-04-17T14:00:00Z,04/17 10:00,418,2424,2020-04-17T14:00:00Z,39,693,2393,77926,77926,3086,77926,29,93,af869a0c54d9f25753090238af9ea1fd74516175,0,0,0,0,0,
+20200417,OK,2465,31155,,325,528,155,,,,1331,B,4/17/2020 11:35,2020-04-17T11:35:00Z,04/17 07:35,136,528,2020-04-17T11:35:00Z,40,108,2613,33620,33620,2721,33620,5,0,f19bec0fbc6914f9bcd259ac481a400c26ad3ca0,0,0,0,0,0,
+20200417,OR,1785,34536,,301,427,69,,41,,,A,4/17/2020 11:00,2020-04-17T11:00:00Z,04/17 07:00,70,427,2020-04-17T11:00:00Z,41,49,1334,36321,36321,1383,36321,6,13,59ff6cac19015aa1b0562b82996d9a5560c73ece,0,0,0,0,0,
+20200417,PA,29441,117932,,2603,,,,661,,,A,4/17/2020 12:00,2020-04-17T12:00:00Z,04/17 08:00,756,,2020-04-17T12:00:00Z,42,1706,4197,147373,147373,5903,147373,49,0,0c18ffbc17190eb96f6c6de8286b79329e7358b9,0,0,0,0,0,
+20200417,PR,1068,7864,1478,,,,,,,,A,4/17/2020 06:00,2020-04-17T06:00:00Z,04/17 02:00,58,,2020-04-17T06:00:00Z,72,25,549,10410,8932,574,8932,2,0,d149dc0e42855886364a474110669ec139f8f8f9,0,0,0,0,0,
+20200417,RI,4177,26584,,252,331,62,,43,,196,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,118,331,2020-04-17T00:00:00Z,44,339,2358,30761,30761,2697,30761,13,0,9cf4c56efee4d12a32e2a6f5815170428e16a8a3,0,0,0,0,0,
+20200417,SC,3931,32353,,,675,,,,,,B,4/17/2020 16:48,2020-04-17T16:48:00Z,04/17 12:48,109,675,2020-04-17T16:48:00Z,45,275,1276,36284,36284,1551,36284,2,0,75452eeb4f1e287e5a794e53d42454ed585d6587,0,0,0,0,0,
+20200417,SD,1411,9651,0,,63,,,,,457,A,4/16/2020 18:00,2020-04-16T18:00:00Z,04/16 14:00,7,63,2020-04-16T18:00:00Z,46,100,412,11062,11062,512,11062,0,8,1fb1873896d1ab4b8d30371046f971fbedaef9a3,0,0,0,0,0,
+20200417,TN,6589,80684,,,711,,,,,3017,A,4/17/2020 15:00,2020-04-17T15:00:00Z,04/17 11:00,142,711,2020-04-17T15:00:00Z,47,327,1897,87273,87273,2224,87273,1,20,5cfa93dabe4447c3cba960181695f962a4e844e0,0,0,0,0,0,
+20200417,TX,17371,152165,,1522,,,,,,4190,A,4/17/2020 12:45,2020-04-17T12:45:00Z,04/17 08:45,428,,2020-04-17T12:45:00Z,48,916,10073,169536,169536,10989,169536,35,0,5d20f79539c36f7ff31e012229fb20f84a242665,0,0,0,0,0,
+20200417,UT,2805,52966,,,244,,,,,443,A,4/17/2020 15:00,2020-04-17T15:00:00Z,04/17 11:00,23,244,2020-04-17T15:00:00Z,49,122,5971,55771,55771,6093,55771,2,6,29c17f929ae0b4d9b513c106f7abd5775d97194f,0,0,0,0,0,
+20200417,VA,7491,41506,499,1308,1221,400,,224,,1110,A,4/16/2020 17:00,2020-04-16T17:00:00Z,04/16 13:00,231,1221,2020-04-16T17:00:00Z,51,602,1951,49496,48997,2553,48997,23,107,927285d1504ead6e3f343222388a490be7f413b2,0,0,0,0,0,
+20200417,VI,51,373,34,,,,,,,46,,4/17/2020 08:30,2020-04-17T08:30:00Z,04/17 04:30,2,,2020-04-17T08:30:00Z,78,0,16,458,424,16,424,1,0,167dd885262eae403427c2bd0d7e9d52332a0690,0,0,0,0,0,
+20200417,VT,802,10813,,32,,,,,,15,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,35,,2020-04-17T00:00:00Z,50,10,554,11615,11615,564,11615,0,0,6ff824199773bd186c60ef189c530b4a823578c8,0,0,0,0,0,
+20200417,WA,12203,139825,,622,,195,,,,,C,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,585,,2020-04-17T00:00:00Z,53,341,4028,152028,152028,4369,152028,14,0,390d59969dbb11c9cf880d76559c83077421549a,0,0,0,0,0,
+20200417,WI,4045,42365,198,361,1153,141,306,348,,,A,4/17/2020 14:24,2020-04-17T14:24:00Z,04/17 10:24,205,1153,2020-04-17T14:24:00Z,55,170,1391,46608,46410,1561,46410,8,32,857ee4867cb335175b6882880722973e075ee2fe,0,0,0,0,0,
+20200417,WV,754,17927,,85,,34,,24,,223,B,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,13,,2020-04-17T17:00:00Z,54,15,360,18681,18681,375,18681,0,0,13c029c003d3b9e4843f1de61c150b1c53033b53,0,0,0,0,0,
+20200417,WY,296,6131,,19,43,,,,,148,A,4/17/2020 16:02,2020-04-17T16:02:00Z,04/17 12:02,2,43,2020-04-17T16:02:00Z,56,0,0,6427,6427,0,6427,0,0,484083adcf964cfa97cdf63c2e177f0cefd3f7a3,0,0,0,0,0,
+20200416,AK,300,8435,,,35,,,,,110,A,4/16/2020 15:30,2020-04-16T15:30:00Z,04/16 11:30,9,35,2020-04-16T15:30:00Z,02,7,64,8735,8735,71,8735,0,1,5b131917dddabc6be69ee64a8e58eac267829360,0,0,0,0,0,
+20200416,AL,4345,32046,,,553,,227,,137,,B,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,133,553,2020-04-16T00:00:00Z,01,232,2082,36391,36391,2314,36391,12,28,d9002ac2fcb9ac1de58f0244884d3edab39df09e,0,0,0,0,0,
+20200416,AR,1620,21055,,85,,,,21,,548,A,4/16/2020 14:45,2020-04-16T14:45:00Z,04/16 10:45,37,,2020-04-16T14:45:00Z,05,51,790,22675,22675,841,22675,4,-130,d1c04542e52ac13b97ec58cf2e71de8d74ba532a,0,0,0,0,0,
+20200416,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,c641c5b2ece0006fae4b4c2e0a6861e1fcb3a45d,0,0,0,0,0,
+20200416,AZ,4234,43164,,578,,278,,188,,460,B,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,150,,2020-04-16T00:00:00Z,04,272,1816,47398,47398,2088,47398,8,0,5984098f7dc7f5ac71c751c562ec2a5f6fa8d853,0,0,0,0,0,
+20200416,CA,26182,220218,13200,5031,,1568,,,,,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,890,,2020-04-15T00:00:00Z,06,1758,28156,259600,246400,29914,246400,69,0,040d7148f7b3c38fd2e646a03f049ef7d7662c09,0,0,0,0,0,
+20200416,CO,8280,32253,,859,1636,,,,,,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,357,1636,2020-04-14T00:00:00Z,08,339,614,40533,40533,953,40533,28,80,ccbe53a51e3eb9ac23d5b7ea20d0436050746d12,0,0,0,0,0,
+20200416,CT,15884,37238,,1926,,,,,,,A,4/16/2020 16:30,2020-04-16T16:30:00Z,04/16 12:30,971,,2020-04-16T16:30:00Z,09,1129,1850,53122,53122,2979,53122,103,0,c9f00d3c011578d329f374886f8e134039c20879,0,0,0,0,0,
+20200416,DC,2350,9800,,313,,105,,79,,552,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,81,,2020-04-15T00:00:00Z,11,153,472,12150,12150,625,12150,9,0,307299409db96c295b6faa1625aa67bbc19a869b,0,0,0,0,0,
+20200416,DE,2075,11275,,209,,,,,,378,A,4/16/2020 16:00,2020-04-16T16:00:00Z,04/16 12:00,52,,2020-04-16T16:00:00Z,10,61,187,13350,13350,248,13350,6,0,a3bfcc43f3831db5aa3685b9420883cd29b9069a,0,0,0,0,0,
+20200416,FL,22897,196351,1325,,3460,,,,,,A,4/16/2020 16:39,2020-04-16T16:39:00Z,04/16 12:39,646,3460,2020-04-16T16:39:00Z,12,386,5353,220573,219248,5739,219248,37,116,723dc218851fd34b6d40987748cc1d4d4c255513,0,0,0,0,0,
+20200416,GA,15669,52270,,,3108,,,,,,A,4/16/2020 18:28,2020-04-16T18:28:00Z,04/16 14:28,587,3108,2020-04-16T18:28:00Z,13,682,3167,67939,67939,3849,67939,35,186,76038a84a9936404a26839b3e41613f27b7ffae9,0,0,0,0,0,
+20200416,GU,133,870,,9,,,,,,86,,4/16/2020 07:45,2020-04-16T07:45:00Z,04/16 03:45,5,,2020-04-16T07:45:00Z,66,0,27,1003,1003,27,1003,0,0,654ab5d3863f74673732efdf926c7b24cfd894a8,0,0,0,0,0,
+20200416,HI,530,20170,,,45,,,,,359,A,4/16/2020 18:00,2020-04-16T18:00:00Z,04/16 14:00,9,45,2020-04-16T18:00:00Z,15,13,884,20700,20700,897,20700,0,0,1bc91f5bc90728e4fefdafa12c44bdab83dd747b,0,0,0,0,0,
+20200416,IA,2141,18534,,175,,84,,48,,987,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,60,,2020-04-15T12:00:00Z,19,146,660,20675,20675,806,20675,7,0,8d6e301b9c339aa7a542d016ed79889c8dac0021,0,0,0,0,0,
+20200416,ID,1587,14655,,,143,,46,,,,A,4/16/2020 19:00,2020-04-16T19:00:00Z,04/16 15:00,41,143,2020-04-16T19:00:00Z,16,123,721,16242,16242,844,16242,2,2,d771eb8ef4011802139bc0e4d2cbc4a010fe41a3,0,0,0,0,0,
+20200416,IL,25733,96856,,4423,,1248,,797,,,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,1072,,2020-04-16T00:00:00Z,17,1140,4520,122589,122589,5660,122589,124,0,eef171f23f343734c40ac422cb3fa4e40173dc30,0,0,0,0,0,
+20200416,IN,9542,41573,,,,696,,426,,,B,4/15/2020 23:59,2020-04-15T23:59:00Z,04/15 19:59,477,,2020-04-15T23:59:00Z,18,587,2132,51115,51115,2719,51115,41,0,32e87c83a5a579d70455a1183ed7ad321f5fade0,0,0,0,0,0,
+20200416,KS,1588,14534,,,359,,,,,,B,4/16/2020 12:00,2020-04-16T12:00:00Z,04/16 08:00,80,359,2020-04-16T12:00:00Z,20,94,1360,16122,16122,1454,16122,4,17,8308f32a11a38266783c6c942bc1c07aa0c06f5a,0,0,0,0,0,
+20200416,KY,2291,26033,,412,807,252,367,,,862,A,4/16/2020 17:00,2020-04-16T17:00:00Z,04/16 13:00,122,807,2020-04-16T17:00:00Z,21,81,546,28324,28324,627,28324,7,120,43227c0d24d15a7d70e8a04689a7064974557381,0,0,0,0,0,
+20200416,LA,22532,104054,,1914,,,,396,,,A,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,1156,,2020-04-16T13:00:00Z,22,581,4077,126586,126586,4658,126586,53,0,86f426775c55cb9dad2f7d0baecd394458e14744,0,0,0,0,0,
+20200416,MA,32492,110098,,3726,3726,973,,,,,B,4/16/2020 10:00,2020-04-16T10:00:00Z,04/16 06:00,1667,3726,2020-04-16T10:00:00Z,25,2522,7308,142590,142590,9830,142590,165,89,df63b00a994613f6d3a331a17ed316c5a1c31325,0,0,0,0,0,
+20200416,MD,10784,48059,,,2451,,,,,736,A,4/16/2020 10:00,2020-04-16T10:00:00Z,04/16 06:00,459,2451,2020-04-16T10:00:00Z,24,752,2328,58843,58843,3080,58843,46,220,0666ed9c0ab918ea839d1f6ac2c3197ffe45eef2,0,0,0,0,0,
+20200416,ME,796,14076,,47,130,20,,7,,333,A,4/16/2020 11:45,2020-04-16T11:45:00Z,04/16 07:45,27,130,2020-04-16T11:45:00Z,23,26,0,14872,14872,26,14872,3,4,99bf0e6b927f2b274964dc6a5b3cc37872f9c959,0,0,0,0,0,
+20200416,MI,29263,65023,,3809,,1447,,1211,,617,B,4/16/2020 11:00,2020-04-16T11:00:00Z,04/16 07:00,2093,,2020-04-16T11:00:00Z,26,1204,3385,94286,94286,4589,94286,172,0,55975cc1d3964cca57021e88a4ffb38297b6bef1,0,0,0,0,0,
+20200416,MN,1912,39763,,213,475,103,188,,,926,A,4/15/2020 17:00,2020-04-15T17:00:00Z,04/15 13:00,94,475,2020-04-15T17:00:00Z,27,103,1330,41675,41675,1433,41675,7,30,4ef6762e9cc403f09332dab4d8a8c053a79c8191,0,0,0,0,0,
+20200416,MO,5111,45537,,1043,,,,,,,A,4/16/2020 15:00,2020-04-16T15:00:00Z,04/16 11:00,152,,2020-04-16T15:00:00Z,29,216,1420,50648,50648,1636,50648,5,0,af13800f2c4f134af774b0d93488038232db7aa9,0,0,0,0,0,
+20200416,MP,13,27,7,,,,,,,,,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,2,,2020-04-15T00:00:00Z,69,0,0,47,40,0,40,0,0,08a83e216bced7fc57aeddab9a2d0400e378c70d,0,0,0,0,0,
+20200416,MS,3624,34791,,,682,154,,99,,,A,4/15/2020 19:00,2020-04-15T19:00:00Z,04/15 15:00,129,682,2020-04-15T19:00:00Z,28,264,0,38415,38415,264,38415,7,37,cc227a978ee64e99688246ac67bc2dd69a18c2a6,0,0,0,0,0,
+20200416,MT,415,9521,,21,52,,,,,218,A,4/16/2020 11:44,2020-04-16T11:44:00Z,04/16 07:44,7,52,2020-04-16T11:44:00Z,30,11,342,9936,9936,353,9936,0,1,45cf15ee314ff15be87958c1433f810196b29213,0,0,0,0,0,
+20200416,NC,5465,65452,,452,,,,,,,A,4/16/2020 10:45,2020-04-16T10:45:00Z,04/16 06:45,131,,2020-04-16T10:45:00Z,37,342,2748,70917,70917,3090,70917,14,0,48fbfb666767798d26619761dadbdb2b22659eb1,0,0,0,0,0,
+20200416,ND,393,11311,,14,45,,,,,163,B,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,9,45,2020-04-16T13:00:00Z,38,28,359,11704,11704,387,11704,0,1,aafe2b56eeea0a122914f5d1aabccbfe6927be00,0,0,0,0,0,
+20200416,NE,952,11342,,,,,,,,,A,4/16/2020 19:40,2020-04-16T19:40:00Z,04/16 15:40,21,,2020-04-16T19:40:00Z,31,51,514,12294,12294,565,12294,1,0,dec510d36b6aa3444b32e3abe533515276840b0f,0,0,0,0,0,
+20200416,NH,1139,11027,121,70,178,,,,,365,B,4/15/2020 09:00,2020-04-15T09:00:00Z,04/15 05:00,32,178,2020-04-15T09:00:00Z,33,0,0,12287,12166,0,12166,0,0,6d3e56a6252904289f8c8324ffd2c9b980516591,0,0,0,0,0,
+20200416,NJ,75317,76513,,8224,,2014,,1645,,,A,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,3518,,2020-04-16T13:00:00Z,34,4287,3522,151830,151830,7809,151830,362,0,4566a83f00281cb8d8044ec64deb819d70b43878,0,0,0,0,0,
+20200416,NM,1484,31910,,90,215,,,,,353,A,4/16/2020 19:09,2020-04-16T19:09:00Z,04/16 15:09,36,215,2020-04-16T19:09:00Z,35,77,467,33394,33394,544,33394,0,34,e09aba5e42f469fb9a654a9d6980aa8f599a46fd,0,0,0,0,0,
+20200416,NV,3321,25130,,,,,,,,,A,4/16/2020 19:00,2020-04-16T19:00:00Z,04/16 15:00,137,,2020-04-16T19:00:00Z,32,110,686,28451,28451,796,28451,6,0,838352817a17c867bb04bd22272930a8612f3483,0,0,0,0,0,
+20200416,NY,222284,328295,,17735,59052,5091,,,,30800,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,12192,59052,2020-04-16T00:00:00Z,36,8505,16062,550579,550579,24567,550579,606,2084,80ffff1d4adb2b42ad8850c3c6db9a5c75344559,0,0,0,0,0,
+20200416,OH,8414,66426,,,2331,,707,,,,B,4/16/2020 14:00,2020-04-16T14:00:00Z,04/16 10:00,389,2331,2020-04-16T14:00:00Z,39,623,2665,74840,74840,3288,74840,28,94,c83da2861d8390d61bebbd9df4c378ffc6587dfe,0,0,0,0,0,
+20200416,OK,2357,28542,,236,528,163,,,,1240,B,4/16/2020 08:00,2020-04-16T08:00:00Z,04/16 04:00,131,528,2020-04-16T08:00:00Z,40,94,1586,30899,30899,1680,30899,8,18,4d29d57694d363f7d22f228b8d59c6e1d262ee20,0,0,0,0,0,
+20200416,OR,1736,33202,,307,414,89,,43,,,A,4/16/2020 11:00,2020-04-16T11:00:00Z,04/16 07:00,64,414,2020-04-16T11:00:00Z,41,73,1514,34938,34938,1587,34938,6,13,d4d962e57aa254b5783ad02e18483fe7201b9d68,0,0,0,0,0,
+20200416,PA,27735,113735,,2512,,,,675,,,A,4/16/2020 12:00,2020-04-16T12:00:00Z,04/16 08:00,707,,2020-04-16T12:00:00Z,42,1245,2641,141470,141470,3886,141470,60,0,55a136b650aa192939544d15f7df396012f80bc8,0,0,0,0,0,
+20200416,PR,1043,7315,1465,,,,,,,,A,4/16/2020 07:00,2020-04-16T07:00:00Z,04/16 03:00,56,,2020-04-16T07:00:00Z,72,69,490,9823,8358,559,8358,5,0,9e82b0a27f207d4bac388f02f49ba6a7d86a9440,0,0,0,0,0,
+20200416,RI,3838,24226,,245,331,61,,43,,182,B,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,105,331,2020-04-16T00:00:00Z,44,309,1858,28064,28064,2167,28064,18,0,d5e95fb5b23634a06be9d47d0bd7a0cb8cbdc376,0,0,0,0,0,
+20200416,SC,3656,31077,,,675,,,,,,B,4/16/2020 17:06,2020-04-16T17:06:00Z,04/16 13:06,107,675,2020-04-16T17:06:00Z,45,0,0,34733,34733,0,34733,0,0,e15182109b82ab146c5b89c6ee78f0919a2e55c8,0,0,0,0,0,
+20200416,SD,1311,9239,2,,55,,,,,373,A,4/15/2020 18:00,2020-04-15T18:00:00Z,04/15 14:00,7,55,2020-04-15T18:00:00Z,46,143,548,10552,10550,691,10550,1,4,86272a01cf5d5f6b4e0bc6efba5c1f5218df1135,0,0,0,0,0,
+20200416,TN,6262,78787,,,691,,,,,2786,A,4/16/2020 15:00,2020-04-16T15:00:00Z,04/16 11:00,141,691,2020-04-16T15:00:00Z,47,183,3970,85049,85049,4153,85049,6,28,083aab49f31a9e86f5553ba912e4757f6c97c3ab,0,0,0,0,0,
+20200416,TX,16455,142092,,1459,,,,,,3677,A,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,393,,2020-04-16T13:00:00Z,48,963,5774,158547,158547,6737,158547,29,0,aa8b304c880e1de188c1c749c0afd2b8dcd5bb8b,0,0,0,0,0,
+20200416,UT,2683,46995,,,238,,,,,357,A,4/16/2020 15:00,2020-04-16T15:00:00Z,04/16 11:00,21,238,2020-04-16T15:00:00Z,49,141,1923,49678,49678,2064,49678,1,17,ca85aa8b48f8ea3f73bd90e39f05ae5e2cd01730,0,0,0,0,0,
+20200416,VA,6889,39555,537,1337,1114,427,,238,,951,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,208,1114,2020-04-16T00:00:00Z,51,389,1886,46981,46444,2275,46444,13,66,606a1d8c0c918a3d05ee6fa4dee9fd1bc309a6c5,0,0,0,0,0,
+20200416,VI,51,357,35,,,,,,,46,,4/16/2020 08:30,2020-04-16T08:30:00Z,04/16 04:30,1,,2020-04-16T08:30:00Z,78,0,26,443,408,26,408,0,0,a418557f60803a237f019788eb1baf5fb377149b,0,0,0,0,0,
+20200416,VT,792,10259,,58,,,,,,15,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,35,,2020-04-16T00:00:00Z,50,13,346,11051,11051,359,11051,5,0,7f050a47215d1a300b024d55e08b7014a9f9e317,0,0,0,0,0,
+20200416,WA,11862,135797,,595,,196,,,,,C,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,571,,2020-04-16T00:00:00Z,53,304,3968,147659,147659,4272,147659,20,0,aad965aa39becaf13d4eb4f210bb0b2a77a2c685,0,0,0,0,0,
+20200416,WI,3875,40974,218,394,1121,147,299,,,,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,197,1121,2020-04-16T00:00:00Z,55,154,1648,45067,44849,1802,44849,15,30,c6ba25ebc1e0bf1b7848d281443f9e1995cc18ee,0,0,0,0,0,
+20200416,WV,739,17567,,85,,34,,24,,223,B,4/16/2020 16:30,2020-04-16T16:30:00Z,04/16 12:30,13,,2020-04-16T16:30:00Z,54,37,613,18306,18306,650,18306,3,-164,4c19aefb402e8f04a921f888bbdb361819d6d083,0,0,0,0,0,
+20200416,WY,296,6131,,19,43,,,,,148,A,4/16/2020 20:15,2020-04-16T20:15:00Z,04/16 16:15,2,43,2020-04-16T20:15:00Z,56,9,89,6427,6427,98,6427,0,0,6fc1dfa576f558293da1218c583174bde6ac923f,0,0,0,0,0,
+20200415,AK,293,8371,,,34,,,,,106,A,4/15/2020 15:15,2020-04-15T15:15:00Z,04/15 11:15,9,34,2020-04-15T15:15:00Z,02,8,308,8664,8664,316,8664,0,2,644b49ef172ede1f02a138bd8aa48a01e36aa6e2,0,0,0,0,0,
+20200415,AL,4113,29964,,,525,,219,,134,,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,121,525,2020-04-15T00:00:00Z,01,237,723,34077,34077,960,34077,11,32,224b71a4be5f91bb450d7c57b3a5d075f3cd53ef,0,0,0,0,0,
+20200415,AR,1569,20265,,83,130,,43,26,39,489,A,4/15/2020 14:45,2020-04-15T14:45:00Z,04/15 10:45,33,130,2020-04-15T14:45:00Z,05,89,614,21834,21834,703,21834,3,0,5567f5c75e2bd763b6ef16c59da6e892d79bf56a,0,0,0,0,0,
+20200415,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,836d45dcb2b9bb038dbf31f8c1c67e075abfc5b0,0,0,0,0,0,
+20200415,AZ,3962,41348,,590,,286,,202,,385,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,142,,2020-04-15T00:00:00Z,04,156,1058,45310,45310,1214,45310,11,0,6ef364d87f3f0f34d2cd7cce204f76effc2c0aef,0,0,0,0,0,
+20200415,CA,24424,192062,13200,5163,,1175,,,,,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,821,,2020-04-14T00:00:00Z,06,1086,13192,229686,216486,14278,216486,63,0,1bb5b5af8dc20038765da15b967e1ef7f64098fa,0,0,0,0,0,
+20200415,CO,7941,31639,,878,1556,,,,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,329,1556,2020-04-13T00:00:00Z,08,250,588,39580,39580,838,39580,21,63,780115e01e65d10840e6cf3bd75c595c5a8b0ba8,0,0,0,0,0,
+20200415,CT,14755,35388,,1908,,,,,,,A,4/15/2020 16:00,2020-04-15T16:00:00Z,04/15 12:00,868,,2020-04-15T16:00:00Z,09,766,3536,50143,50143,4302,50143,197,0,1aebdf10a6187d589139deb63fc6f35576c14367,0,0,0,0,0,
+20200415,DC,2197,9328,,313,,105,,79,,530,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,72,,2020-04-15T00:00:00Z,11,139,102,11525,11525,241,11525,5,0,584ad25836f64661a2a15aae95fecf1fffaae703,0,0,0,0,0,
+20200415,DE,2014,11088,,208,,,,,,354,A,4/15/2020 16:15,2020-04-15T16:15:00Z,04/15 12:15,46,,2020-04-15T16:15:00Z,10,253,545,13102,13102,798,13102,5,0,15782e544bb2d25875b3a11ba4c258f8716a1dfa,0,0,0,0,0,
+20200415,FL,22511,190998,1335,,3344,,,,,,A,4/15/2020 13:50,2020-04-15T13:50:00Z,04/15 09:50,609,3344,2020-04-15T13:50:00Z,12,1144,9185,214844,213509,10329,213509,72,284,cc94c00eca525c2ae051a97af732a670f7a6c634,0,0,0,0,0,
+20200415,GA,14987,49103,,,2922,,,,,,A,4/15/2020 11:28,2020-04-15T11:28:00Z,04/15 07:28,552,2922,2020-04-15T11:28:00Z,13,764,1531,64090,64090,2295,64090,51,153,b503a833e6eaa68d742f068070c1a90fd8fb1df8,0,0,0,0,0,
+20200415,GU,133,843,,9,,2,,2,,73,,4/15/2020 07:45,2020-04-15T07:45:00Z,04/15 03:45,5,,2020-04-15T07:45:00Z,66,0,32,976,976,32,976,0,0,6acc553fb9ae18900521cec13dd310dfba28e663,0,0,0,0,0,
+20200415,HI,517,19286,,,45,,,,,333,A,4/14/2020 18:00,2020-04-14T18:00:00Z,04/14 14:00,9,45,2020-04-14T18:00:00Z,15,13,370,19803,19803,383,19803,0,1,a2fe14f178ce91ae6d2b00ffd1828c627d578268,0,0,0,0,0,
+20200415,IA,1995,17874,,171,,78,,43,,908,A,4/14/2020 12:00,2020-04-14T12:00:00Z,04/14 08:00,53,,2020-04-14T12:00:00Z,19,96,888,19869,19869,984,19869,4,0,4405cea847aba1267870c8c265d6982f135287ce,0,0,0,0,0,
+20200415,ID,1464,13934,,,141,,43,,,,A,4/14/2020 19:00,2020-04-14T19:00:00Z,04/14 15:00,39,141,2020-04-14T19:00:00Z,16,11,273,15398,15398,284,15398,6,6,71847b5dcf5a6c0b7163965f2104cd31f1a868bf,0,0,0,0,0,
+20200415,IL,24593,92336,,4283,,1189,,796,,,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,948,,2020-04-15T00:00:00Z,17,1346,4967,116929,116929,6313,116929,80,0,2cee33bfc5fd72ffaf3f76f22f716c56e4e9eb8a,0,0,0,0,0,
+20200415,IN,8955,39441,,,,737,,422,,,B,4/14/2020 11:59,2020-04-14T11:59:00Z,04/14 07:59,436,,2020-04-14T11:59:00Z,18,428,1951,48396,48396,2379,48396,48,0,90cca1142d477f64bb7a77e8b748b396b5761b3f,0,0,0,0,0,
+20200415,KS,1494,13174,,,342,,,,,,B,4/15/2020 11:30,2020-04-15T11:30:00Z,04/15 07:30,76,342,2020-04-15T11:30:00Z,20,68,453,14668,14668,521,14668,7,15,8059d35624d7b07c1f2340f6de754563e28c64b6,0,0,0,0,0,
+20200415,KY,2210,25487,,305,687,137,263,,,653,A,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,115,687,2020-04-14T17:00:00Z,21,162,852,27697,27697,1014,27697,11,14,b1220db28edd5c8a26d2b2606ac61fcee5a235d4,0,0,0,0,0,
+20200415,LA,21951,99977,,1943,,,,425,,,A,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,1103,,2020-04-15T13:00:00Z,22,433,3073,121928,121928,3506,121928,90,0,9d336eb4a444b8be39fbf8578afc3f67504d8030,0,0,0,0,0,
+20200415,MA,29970,102790,,3637,3637,973,,,,,B,4/15/2020 10:00,2020-04-15T10:00:00Z,04/15 06:00,1502,3637,2020-04-15T10:00:00Z,25,1861,3970,132760,132760,5831,132760,173,21,10358bac2ce60be803ae6c979f69a2a4485dbf9b,0,0,0,0,0,
+20200415,MD,10032,45731,,,2231,,,,,607,A,4/15/2020 10:00,2020-04-15T10:00:00Z,04/15 06:00,413,2231,2020-04-15T10:00:00Z,24,560,1470,55763,55763,2030,55763,111,109,86f1367a740b67a85c7bb4037bf20dc12844f16f,0,0,0,0,0,
+20200415,ME,770,14076,,48,126,22,,9,,305,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,24,126,2020-04-15T12:00:00Z,23,36,2468,14846,14846,2504,14846,4,2,e40ee5764627ba6c8bb7004c853bd57f64c288d7,0,0,0,0,0,
+20200415,MI,28059,61638,,3918,,1468,,1212,,452,B,4/15/2020 11:00,2020-04-15T11:00:00Z,04/15 07:00,1921,,2020-04-15T11:00:00Z,26,1058,2413,89697,89697,3471,89697,153,0,3b8ec5cfc0335c5c927c6d99816f90fa22e1a516,0,0,0,0,0,
+20200415,MN,1809,38433,,197,445,93,175,,,853,A,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,87,445,2020-04-14T17:00:00Z,27,114,887,40242,40242,1001,40242,8,40,b9f5e68bdd095768846bb0ddf34782ca9f5d7f8e,0,0,0,0,0,
+20200415,MO,4895,44117,,1024,,,,,,,A,4/15/2020 15:00,2020-04-15T15:00:00Z,04/15 11:00,147,,2020-04-15T15:00:00Z,29,209,825,49012,49012,1034,49012,14,0,074e558d4ad104130aedca6aeee21563e88fac63,0,0,0,0,0,
+20200415,MP,13,27,7,,,,,,,,,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,2,,2020-04-14T00:00:00Z,69,0,0,47,40,0,40,0,0,16fb1c24b9cb05532950b5ef29a246011b13369d,0,0,0,0,0,
+20200415,MS,3360,34791,,,645,154,,99,,,A,4/14/2020 19:00,2020-04-14T19:00:00Z,04/14 15:00,122,645,2020-04-14T19:00:00Z,28,273,0,38151,38151,273,38151,11,49,52873509693b6a1ca7f91d4f46dd9218f548272c,0,0,0,0,0,
+20200415,MT,404,9179,,21,51,,,,,209,A,4/15/2020 11:59,2020-04-15T11:59:00Z,04/15 07:59,7,51,2020-04-15T11:59:00Z,30,5,344,9583,9583,349,9583,0,1,b8dab6035d596004fba59cd1bfdf641e8ab6263a,0,0,0,0,0,
+20200415,NC,5123,62704,,431,,,,,,,A,4/15/2020 11:00,2020-04-15T11:00:00Z,04/15 07:00,117,,2020-04-15T11:00:00Z,37,99,2689,67827,67827,2788,67827,9,0,ba61f9a1a987469ecd399924c09f1e338b80743b,0,0,0,0,0,
+20200415,ND,365,10952,,13,44,,,,,142,B,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,9,44,2020-04-15T13:00:00Z,38,24,377,11317,11317,401,11317,0,2,fdca8768af98688b8f8c99dbcf7fd68c7e3528e7,0,0,0,0,0,
+20200415,NE,901,10828,,,,,,,,,A,4/14/2020 19:45,2020-04-14T19:45:00Z,04/14 15:45,20,,2020-04-14T19:45:00Z,31,30,342,11729,11729,372,11729,2,0,be427d0a47044ff9e758f90ee041b461f39ec68d,0,0,0,0,0,
+20200415,NH,1139,11027,121,70,178,,,,,365,B,4/15/2020 09:00,2020-04-15T09:00:00Z,04/15 05:00,32,178,2020-04-15T09:00:00Z,33,119,437,12287,12166,556,12166,9,26,5857feaf3bbd6d0426333016478bff8f9b419603,0,0,0,0,0,
+20200415,NJ,71030,72991,,8270,,1980,,1705,,,A,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,3156,,2020-04-15T13:00:00Z,34,2206,2041,144021,144021,4247,144021,351,0,42f884fa94d473bf19535c56be0ac4696001d864,0,0,0,0,0,
+20200415,NM,1407,31443,,87,181,,,,,340,A,4/14/2020 18:56,2020-04-14T18:56:00Z,04/14 14:56,36,181,2020-04-14T18:56:00Z,35,62,818,32850,32850,880,32850,5,0,58b14228814a99d003cef5c6efbd5d5002e86056,0,0,0,0,0,
+20200415,NV,3211,24444,,,,,,,,,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,131,,2020-04-15T12:00:00Z,32,123,871,27655,27655,994,27655,11,0,e8b9eba89f48c146244c92f04bfd23bdf384ae3f,0,0,0,0,0,
+20200415,NY,213779,312233,,18535,56968,5225,,,,28004,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,11586,56968,2020-04-15T00:00:00Z,36,11571,15298,526012,526012,26869,526012,752,2315,719dee7e60e00383b5c52c04b98182090d6628f7,0,0,0,0,0,
+20200415,OH,7791,63761,,,2237,,677,,,,B,4/15/2020 14:00,2020-04-15T14:00:00Z,04/15 10:00,361,2237,2020-04-15T14:00:00Z,39,511,3040,71552,71552,3551,71552,37,81,977bf3e8aa8781363e58ffef618b8d02d713c810,0,0,0,0,0,
+20200415,OK,2263,26956,,194,510,107,,,,1115,B,4/15/2020 08:00,2020-04-15T08:00:00Z,04/15 04:00,123,510,2020-04-15T08:00:00Z,40,79,871,29219,29219,950,29219,15,22,9461b914df24eb029af714eda244c67df7bb7647,0,0,0,0,0,
+20200415,OR,1663,31688,,305,401,95,,43,,,A,4/15/2020 11:00,2020-04-15T11:00:00Z,04/15 07:00,58,401,2020-04-15T11:00:00Z,41,30,958,33351,33351,988,33351,3,20,290c346481c39459f569f2f1a49719b011cc8abb,0,0,0,0,0,
+20200415,PA,26490,111094,,2395,,,,668,,,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,647,,2020-04-15T12:00:00Z,42,1145,2808,137584,137584,3953,137584,63,0,dd641a6fa165110663c1fdaee5cfe16b42e8a882,0,0,0,0,0,
+20200415,PR,974,6825,1410,,,,,,,,A,4/15/2020 07:00,2020-04-15T07:00:00Z,04/15 03:00,51,,2020-04-15T07:00:00Z,72,51,541,9209,7799,592,7799,6,0,2255d127a1a833b086511d4c9968c8fdf5488fe7,0,0,0,0,0,
+20200415,RI,3529,22368,,229,331,54,,44,,168,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,87,331,2020-04-15T00:00:00Z,44,278,2719,25897,25897,2997,25897,7,0,1a5d8e37b768912b199cec84a1c95e310fbe4cb7,0,0,0,0,0,
+20200415,SC,3656,31077,,,675,,,,,,B,4/15/2020 14:55,2020-04-15T14:55:00Z,04/15 10:55,107,675,2020-04-15T14:55:00Z,45,103,758,34733,34733,861,34733,10,0,cdf84cba05b76b821a4487f026f1a32d3033fab7,0,0,0,0,0,
+20200415,SD,1168,8691,0,,51,,,,,329,A,4/15/2020 12:30,2020-04-15T12:30:00Z,04/15 08:30,6,51,2020-04-15T12:30:00Z,46,180,383,9859,9859,563,9859,0,6,292d15b554bba28f5fa1353ef406c0775dbea396,0,0,0,0,0,
+20200415,TN,6079,74817,,,663,,,,,2196,A,4/15/2020 15:00,2020-04-15T15:00:00Z,04/15 11:00,135,663,2020-04-15T15:00:00Z,47,256,1809,80896,80896,2065,80896,11,30,eb77f35381feae15ab88ff9648f5a66fa402cb53,0,0,0,0,0,
+20200415,TX,15492,136318,,1538,,,,,,3150,A,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,364,,2020-04-15T13:00:00Z,48,868,4475,151810,151810,5343,151810,46,0,2a637b897e1245f7a226f5173f07c14426e3d662,0,0,0,0,0,
+20200415,UT,2542,45072,,,221,,,,,218,A,4/15/2020 15:00,2020-04-15T15:00:00Z,04/15 11:00,20,221,2020-04-15T15:00:00Z,49,130,1008,47614,47614,1138,47614,1,8,987a4e1647bf28fcda9b0af15e6ff92b681e6587,0,0,0,0,0,
+20200415,VA,6500,37669,496,1298,1048,394,,234,,752,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,195,1048,2020-04-15T00:00:00Z,51,329,1077,44665,44169,1406,44169,41,1048,91205f20f722a638c782e4a50955bfe72b213559,0,0,0,0,0,
+20200415,VI,51,331,35,,,,,,,44,,4/14/2020 17:30,2020-04-14T17:30:00Z,04/14 13:30,1,,2020-04-14T17:30:00Z,78,0,5,417,382,5,382,0,0,90c63badd3bafd211d83d3c6d289945759547c3d,0,0,0,0,0,
+20200415,VT,779,9913,,63,,,,,,15,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,30,,2020-04-15T00:00:00Z,50,9,422,10692,10692,431,10692,1,0,58e488d255b79faf832947199802a34d588bdb3e,0,0,0,0,0,
+20200415,WA,11558,131829,,645,,194,,,,,C,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,551,,2020-04-15T00:00:00Z,53,324,3792,143387,143387,4116,143387,9,0,1a554c0de13ef77b5a58b69d700ab8499860c996,0,0,0,0,0,
+20200415,WI,3721,39326,280,406,1091,163,290,,,,A,4/15/2020 11:01,2020-04-15T11:01:00Z,04/15 07:01,182,1091,2020-04-15T11:01:00Z,55,166,1329,43327,43047,1495,43047,12,42,62d71a97e716d25b063a618512803e4e0c17553f,0,0,0,0,0,
+20200415,WV,702,16954,,82,164,36,73,23,50,211,B,4/15/2020 10:00,2020-04-15T10:00:00Z,04/15 06:00,10,164,2020-04-15T10:00:00Z,54,62,556,17656,17656,618,17656,1,0,96ebe015e2a7daf1624eedcf640392df260b95a5,0,0,0,0,0,
+20200415,WY,287,6042,,,43,,,,,129,A,4/15/2020 12:30,2020-04-15T12:30:00Z,04/15 08:30,2,43,2020-04-15T12:30:00Z,56,12,353,6329,6329,365,6329,1,0,e40a61154591228733807fd3e604a927f5e334e2,0,0,0,0,0,
+20200414,AK,285,8063,,,32,,,,,98,A,4/14/2020 14:15,2020-04-14T14:15:00Z,04/14 10:15,9,32,2020-04-14T14:15:00Z,02,8,510,8348,8348,518,8348,1,0,1975b18768d169baabc26d940c884d4082af1161,0,0,0,0,0,
+20200414,AL,3876,29241,,,493,,210,,132,,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,110,493,2020-04-14T00:00:00Z,01,142,3793,33117,33117,3935,33117,11,36,cb87ef46d64e60dd76a56c47df663157f98b8608,0,0,0,0,0,
+20200414,AR,1480,19651,,81,130,,43,29,39,427,A,4/14/2020 14:46,2020-04-14T14:46:00Z,04/14 10:46,30,130,2020-04-14T14:46:00Z,05,70,257,21131,21131,327,21131,0,0,7d25a42bf8c35acf9beee75f1b15d77de367ffc2,0,0,0,0,0,
+20200414,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,8a1d220552ed94fdbf66639111b2d4278c37ac1a,0,0,0,0,0,
+20200414,AZ,3806,40290,,580,,286,,216,,249,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,131,,2020-04-14T00:00:00Z,04,104,645,44096,44096,749,44096,9,0,0ada2e68e5ee0db652683693da712a825532bf69,0,0,0,0,0,
+20200414,CA,23338,178870,13200,5163,,1552,,,,,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,758,,2020-04-13T00:00:00Z,06,990,10336,215408,202208,11326,202208,71,0,853eefdea4f6f6c7cd5fe0a305503b40ea97bc21,0,0,0,0,0,
+20200414,CO,7691,31051,,888,1493,,,,,,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,308,1493,2020-04-12T00:00:00Z,08,7,1201,38742,38742,1208,38742,4,21,a9e09b7e04b840315b43499c7fd532f787332387,0,0,0,0,0,
+20200414,CT,13989,31852,,1779,,,,,,,A,4/14/2020 16:00,2020-04-14T16:00:00Z,04/14 12:00,671,,2020-04-14T16:00:00Z,09,608,924,45841,45841,1532,45841,69,0,545a1dc72cd21bcdd02e82a9c59a3b9d4fa35b2a,0,0,0,0,0,
+20200414,DC,2058,9226,,295,,95,,31,,518,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,67,,2020-04-14T00:00:00Z,11,103,247,11284,11284,350,11284,14,0,a7079b93ed0d6c30ae85c36072e8f3fe2bc50eb9,0,0,0,0,0,
+20200414,DE,1761,10543,,204,,,,,,277,A,4/14/2020 17:45,2020-04-14T17:45:00Z,04/14 13:45,41,,2020-04-14T17:45:00Z,10,136,348,12304,12304,484,12304,6,0,6e5af98b9ac9823da1d9b054bc2dac0f05985bb8,0,0,0,0,0,
+20200414,FL,21367,181813,1275,,3060,,,,,,A,4/14/2020 16:59,2020-04-14T16:59:00Z,04/14 12:59,537,3060,2020-04-14T16:59:00Z,12,766,6207,204455,203180,6973,203180,54,227,c1f9734d2868a3af30361e26efa920c8f2bc6394,0,0,0,0,0,
+20200414,GA,14223,47572,,,2769,,,,,,A,4/14/2020 18:28,2020-04-14T18:28:00Z,04/14 14:28,501,2769,2020-04-14T18:28:00Z,13,908,3866,61795,61795,4774,61795,37,180,aea6e99ebcafbd2d93afb3fadaf606bac5cba4af,0,0,0,0,0,
+20200414,GU,133,811,,13,,2,,2,,66,,4/14/2020 08:15,2020-04-14T08:15:00Z,04/14 04:15,5,,2020-04-14T08:15:00Z,66,0,41,944,944,41,944,0,0,2659d8186976a25531e994e081d923d0b09e0216,0,0,0,0,0,
+20200414,HI,504,18916,,,44,,,,,315,A,4/14/2020 18:00,2020-04-14T18:00:00Z,04/14 14:00,9,44,2020-04-14T18:00:00Z,15,5,571,19420,19420,576,19420,0,0,85de5cab80c1146916df94acde527b96966b504b,0,0,0,0,0,
+20200414,IA,1899,16986,,163,,73,,41,,741,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,49,,2020-04-14T00:00:00Z,19,189,0,18885,18885,189,18885,6,0,052794507a56482177aebc59144a988d33668ede,0,0,0,0,0,
+20200414,ID,1453,13661,,,135,,38,,,,A,4/14/2020 19:00,2020-04-14T19:00:00Z,04/14 15:00,33,135,2020-04-14T19:00:00Z,16,27,206,15114,15114,233,15114,6,3,4aca8741b195dbb831489b340db34e41e771b788,0,0,0,0,0,
+20200414,IL,23247,87369,,4283,,1189,,796,,,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,868,,2020-04-14T00:00:00Z,17,1222,3626,110616,110616,4848,110616,74,0,bd4d967c7099af4e52194e27d7bbf4bfc4843504,0,0,0,0,0,
+20200414,IN,8527,37490,,,,721,,435,,,B,4/14/2020 13:00,2020-04-14T13:00:00Z,04/14 09:00,388,,2020-04-14T13:00:00Z,18,291,1187,46017,46017,1478,46017,38,0,c084e821259270ae0391b73eb52d46d73dd5e511,0,0,0,0,0,
+20200414,KS,1426,12721,,,327,,,,,,B,4/14/2020 12:00,2020-04-14T12:00:00Z,04/14 08:00,69,327,2020-04-14T12:00:00Z,20,50,233,14147,14147,283,14147,7,18,98176ddc844ad0af811fcaf71660961b9ee36236,0,0,0,0,0,
+20200414,KY,2048,24635,,299,673,136,259,,,629,A,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,104,673,2020-04-14T17:00:00Z,21,85,732,26683,26683,817,26683,7,6,57a558cdd6381a5c2a50788a095708fa96d6ad6a,0,0,0,0,0,
+20200414,LA,21518,96904,,1977,,,,436,,,A,4/13/2020 13:00,2020-04-13T13:00:00Z,04/13 09:00,1013,,2020-04-13T13:00:00Z,22,502,9829,118422,118422,10331,118422,129,0,0d676aede61f6be401f17a8e2462e34111bb8f47,0,0,0,0,0,
+20200414,MA,28109,98820,,3616,3616,,,,,,B,4/14/2020 10:00,2020-04-14T10:00:00Z,04/14 06:00,1329,3616,2020-04-14T10:00:00Z,25,1315,3320,126929,126929,4635,126929,118,131,d01ed8b2de719c4804ba0a0530e22deabd6699fc,0,0,0,0,0,
+20200414,MD,9472,44261,,,2122,,,,,607,A,4/14/2020 10:00,2020-04-14T10:00:00Z,04/14 06:00,302,2122,2020-04-14T10:00:00Z,24,536,1446,53733,53733,1982,53733,40,147,99b9cd165c892d7cc9b050373d6dbca918e74cd5,0,0,0,0,0,
+20200414,ME,734,11608,,58,124,21,,9,,292,A,4/14/2020 11:45,2020-04-14T11:45:00Z,04/14 07:45,20,124,2020-04-14T11:45:00Z,23,36,0,12342,12342,36,12342,1,0,d3aa3583749e7a73749e51f277ff8df7216a2202,0,0,0,0,0,
+20200414,MI,27001,59225,,3910,,1497,,1235,,452,B,4/14/2020 11:00,2020-04-14T11:00:00Z,04/14 07:00,1768,,2020-04-14T11:00:00Z,26,1366,2216,86226,86226,3582,86226,166,0,a46047a9a8067c15b07993a2cca4df6aceb70090,0,0,0,0,0,
+20200414,MN,1695,37546,,177,405,75,155,,,830,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,79,405,2020-04-13T17:00:00Z,27,45,769,39241,39241,814,39241,9,44,e66ffd69e624a063182f509947c24e8cd626763b,0,0,0,0,0,
+20200414,MO,4686,43292,,1041,,,,,,,A,4/14/2020 15:00,2020-04-14T15:00:00Z,04/14 11:00,133,,2020-04-14T15:00:00Z,29,298,2252,47978,47978,2550,47978,19,0,60090991eb80f0846f0ea8e046eda011c9849145,0,0,0,0,0,
+20200414,MP,13,27,7,,,,,,,,,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,2,,2020-04-14T00:00:00Z,69,2,0,47,40,2,40,0,0,def2be4e8e6048e2ff41ef1df20786eedee27feb,0,0,0,0,0,
+20200414,MS,3087,34791,,,596,154,,99,,,A,4/13/2020 19:00,2020-04-13T19:00:00Z,04/13 15:00,111,596,2020-04-13T19:00:00Z,28,145,6749,37878,37878,6894,37878,13,47,6531fe882e9152045015f209054492a60c13e388,0,0,0,0,0,
+20200414,MT,399,8835,,24,50,,,,,197,A,4/14/2020 11:56,2020-04-14T11:56:00Z,04/14 07:56,7,50,2020-04-14T11:56:00Z,30,5,131,9234,9234,136,9234,0,3,1e23bb1e32f6c4741920ed2645140164f12a8210,0,0,0,0,0,
+20200414,NC,5024,60015,,418,,,,,,,A,4/14/2020 11:00,2020-04-14T11:00:00Z,04/14 07:00,108,,2020-04-14T11:00:00Z,37,208,1443,65039,65039,1651,65039,22,0,11109575bf30aa62b750fd6de0df8d668ca89710,0,0,0,0,0,
+20200414,ND,341,10575,,13,42,,,,,138,B,4/14/2020 13:00,2020-04-14T13:00:00Z,04/14 09:00,9,42,2020-04-14T13:00:00Z,38,10,125,10916,10916,135,10916,1,2,44af60a848fe9d241b7ca1620f4382036c0b3da6,0,0,0,0,0,
+20200414,NE,871,10486,,,,,,,,,A,4/14/2020 19:45,2020-04-14T19:45:00Z,04/14 15:45,18,,2020-04-14T19:45:00Z,31,57,328,11357,11357,385,11357,1,0,c040cf3b7f793eff684912ef0c73113e511afd0d,0,0,0,0,0,
+20200414,NH,1020,10590,25,72,152,,,,,249,B,4/14/2020 09:00,2020-04-14T09:00:00Z,04/14 05:00,23,152,2020-04-14T09:00:00Z,33,35,368,11635,11610,403,11610,0,0,4280ad0cb2658ad739f8e017ac259dcec4e73dda,0,0,0,0,0,
+20200414,NJ,68824,70950,,8185,,2051,,1626,,,A,4/14/2020 13:00,2020-04-14T13:00:00Z,04/14 09:00,2805,,2020-04-14T13:00:00Z,34,4240,6065,139774,139774,10305,139774,362,0,97abc01f7ea3b6369e67950498f0a453afd0f9e4,0,0,0,0,0,
+20200414,NM,1345,30625,,87,181,,,,,304,A,4/14/2020 20:56,2020-04-14T20:56:00Z,04/14 16:56,31,181,2020-04-14T20:56:00Z,35,100,1355,31970,31970,1455,31970,5,181,0caeaec959c3c86b862c72beaff988687e5a061f,0,0,0,0,0,
+20200414,NV,3088,23573,,,,,,,,,A,4/14/2020 18:00,2020-04-14T18:00:00Z,04/14 14:00,120,,2020-04-14T18:00:00Z,32,117,1080,26661,26661,1197,26661,6,0,be232865c89e84a6408fa2ed3661cc4b68b3b405,0,0,0,0,0,
+20200414,NY,202208,296935,,18697,54653,5225,,,,25589,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,10834,54653,2020-04-14T00:00:00Z,36,7177,13609,499143,499143,20786,499143,778,1717,67b29125daf372710353d405881573e614428af5,0,0,0,0,0,
+20200414,OH,7280,60721,,,2156,,654,,,,B,4/14/2020 14:00,2020-04-14T14:00:00Z,04/14 10:00,324,2156,2020-04-14T14:00:00Z,39,305,2584,68001,68001,2889,68001,50,123,a34810acc8f5cca83d41a5f76cba3bc31d35a865,0,0,0,0,0,
+20200414,OK,2184,26085,,194,488,107,,,,1060,B,4/14/2020 08:00,2020-04-14T08:00:00Z,04/14 04:00,108,488,2020-04-14T08:00:00Z,40,115,5295,28269,28269,5410,28269,9,31,5805d23a8e7982ad312a4e2c130cba40e95b9f79,0,0,0,0,0,
+20200414,OR,1633,30730,,311,381,88,,44,,,A,4/14/2020 11:00,2020-04-14T11:00:00Z,04/14 07:00,55,381,2020-04-14T11:00:00Z,41,49,1193,32363,32363,1242,32363,2,12,bd1285ad8c6c58b75a953fa89805a4816b8608f0,0,0,0,0,0,
+20200414,PA,25345,108286,,2317,,,,675,,,A,4/14/2020 12:00,2020-04-14T12:00:00Z,04/14 08:00,584,,2020-04-14T12:00:00Z,42,1146,2693,133631,133631,3839,133631,60,0,cd383edafa155b057c864fa2b8f7b55b56e92bba,0,0,0,0,0,
+20200414,PR,923,6284,1322,,,,,,,,A,4/14/2020 07:00,2020-04-14T07:00:00Z,04/14 03:00,45,,2020-04-14T07:00:00Z,72,20,324,8529,7207,344,7207,0,0,fe182f87d5099fd24a7f29198f7f561a2ea2deab,0,0,0,0,0,
+20200414,RI,3251,19649,,213,331,48,,,,135,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,80,331,2020-04-14T00:00:00Z,44,275,1964,22900,22900,2239,22900,7,0,9ae16a921587b6204fb69278afaa0e9e31354df8,0,0,0,0,0,
+20200414,SC,3553,30319,,,675,,,,,,B,4/14/2020 15:55,2020-04-14T15:55:00Z,04/14 11:55,97,675,2020-04-14T15:55:00Z,45,234,2213,33872,33872,2447,33872,15,179,24652bcc4f1278a60be9b5d6f5657439eaad3c42,0,0,0,0,0,
+20200414,SD,988,8308,0,,45,,,,,261,A,4/13/2020 18:00,2020-04-13T18:00:00Z,04/13 14:00,6,45,2020-04-13T18:00:00Z,46,120,174,9296,9296,294,9296,0,1,8af1418c917e367b683424a7aa51d3b06182e205,0,0,0,0,0,
+20200414,TN,5823,73008,,,633,,,,,1969,A,4/14/2020 15:00,2020-04-14T15:00:00Z,04/14 11:00,124,633,2020-04-14T15:00:00Z,47,213,2423,78831,78831,2636,78831,15,54,2eaffbb9c4b04847c4811583b8800e88f2940c5c,0,0,0,0,0,
+20200414,TX,14624,131843,,1409,,,,,,2580,A,4/14/2020 12:45,2020-04-14T12:45:00Z,04/14 08:45,318,,2020-04-14T12:45:00Z,48,718,12523,146467,146467,13241,146467,31,0,9928330e05f7bb484670d51f051c0581c3a081eb,0,0,0,0,0,
+20200414,UT,2412,44064,,,213,,,,,218,A,4/14/2020 15:00,2020-04-14T15:00:00Z,04/14 11:00,19,213,2020-04-14T15:00:00Z,49,49,640,46476,46476,689,46476,1,12,84f20a45fa5795bfa21bcceb3d11d3fd038a4231,0,0,0,0,0,
+20200414,VA,6171,36592,469,1282,,422,,276,,721,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,154,,2020-04-13T17:00:00Z,51,424,938,43232,42763,1362,42763,5,0,2c8f7b0cc68619b85fb5c24f11bc4c4633016c47,0,0,0,0,0,
+20200414,VI,51,326,23,,,,,,,44,,4/14/2020 17:30,2020-04-14T17:30:00Z,04/14 13:30,1,,2020-04-14T17:30:00Z,78,0,4,400,377,4,377,0,0,3a24d073075ea028ccb310954a0db6b0d23a52ad,0,0,0,0,0,
+20200414,VT,770,9491,,64,,,,,,15,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,29,,2020-04-14T00:00:00Z,50,9,216,10261,10261,225,10261,1,0,e0e503e326feea52b26f3bda4dca655277ba22f2,0,0,0,0,0,
+20200414,WA,11234,128037,,387,,98,,,,,C,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,542,,2020-04-14T00:00:00Z,53,291,3932,139271,139271,4223,139271,16,0,d315ecc057a80eba788c29a7231801ce8e62a6b6,0,0,0,0,0,
+20200414,WI,3555,37997,277,432,1049,161,283,,,,A,4/14/2020 16:00,2020-04-14T16:00:00Z,04/14 12:00,170,1049,2020-04-14T16:00:00Z,55,127,1228,41829,41552,1355,41552,16,56,7034a7a349d901d3083981ae21d15186cef82197,0,0,0,0,0,
+20200414,WV,640,16398,,87,164,38,73,25,50,147,B,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,9,164,2020-04-14T17:00:00Z,54,14,369,17038,17038,383,17038,0,0,b19f2e9d685630452dd5687a27f3268c73b1db93,0,0,0,0,0,
+20200414,WY,275,5689,,,43,,,,,140,A,4/14/2020 16:05,2020-04-14T16:05:00Z,04/14 12:05,1,43,2020-04-14T16:05:00Z,56,0,0,5964,5964,0,5964,0,2,111dc188dd4c4d984d589e1ddbfcc110d58e994c,0,0,0,0,0,
+20200413,AK,277,7553,,,32,,,,,85,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,8,32,2020-04-13T00:00:00Z,02,5,-213,7830,7830,-208,7830,0,1,96a237f712b8f6453a8a2f8749e5188e0cc49ff6,0,0,0,0,0,
+20200413,AL,3734,25448,,,457,,189,,119,,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,99,457,2020-04-13T00:00:00Z,01,209,7390,29182,29182,7599,29182,6,20,39d6495e39c7a907c500299052891db483e41671,0,0,0,0,0,
+20200413,AR,1410,19394,,74,130,,43,28,39,391,A,4/13/2020 13:33,2020-04-13T13:33:00Z,04/13 09:33,30,130,2020-04-13T13:33:00Z,05,130,952,20804,20804,1082,20804,3,0,3df0fd8b343b71686830d3f72ba73e6986619add,0,0,0,0,0,
+20200413,AS,0,3,,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,3,3,0,3,0,0,3e3ec092fcb98e53666a754e328d8cd217a077bb,0,0,0,0,0,
+20200413,AZ,3702,39645,,525,,286,,195,,,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,122,,2020-04-13T00:00:00Z,04,163,1075,43347,43347,1238,43347,7,0,ca2b13610b4f8883ff67211538b800f537d39554,0,0,0,0,0,
+20200413,CA,22348,168534,13200,3015,,1178,,,,,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,687,,2020-04-12T00:00:00Z,06,554,0,204082,190882,554,190882,36,0,8e0c16a0a9faf4d1d614414b45e9292cc5856f8f,0,0,0,0,0,
+20200413,CO,7684,29850,,842,1472,,,,,,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,304,1472,2020-04-11T00:00:00Z,08,791,1870,37534,37534,2661,37534,30,96,09e42d6a0d230f1c007d70bdc87b375b0e1f11dd,0,0,0,0,0,
+20200413,CT,13381,30928,,1760,,,,,,,A,4/13/2020 16:00,2020-04-13T16:00:00Z,04/13 12:00,602,,2020-04-13T16:00:00Z,09,1346,1743,44309,44309,3089,44309,48,0,e75ba9850c4a65fb3423defb632b12f3c3a9a8de,0,0,0,0,0,
+20200413,DC,1955,8979,,295,,95,,31,,507,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,53,,2020-04-13T00:00:00Z,11,80,214,10934,10934,294,10934,3,0,695f6fb932473dd5fb00bce599f08e8275831618,0,0,0,0,0,
+20200413,DE,1625,10195,,201,,,,,,213,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,35,,2020-04-13T17:00:00Z,10,146,571,11820,11820,717,11820,2,0,30de0ffe5c2c86d6e3bcca03ad879c6562e59775,0,0,0,0,0,
+20200413,FL,20601,175606,1789,,2833,,,,,,A,4/13/2020 17:27,2020-04-13T17:27:00Z,04/13 13:27,483,2833,2020-04-13T17:27:00Z,12,1246,12208,197996,196207,13454,196207,18,61,84e91c135373119b51d07289dff699b7e2e96f92,0,0,0,0,0,
+20200413,GA,13315,43706,,,2589,,,,,,A,4/13/2020 18:27,2020-04-13T18:27:00Z,04/13 14:27,464,2589,2020-04-13T18:27:00Z,13,863,1705,57021,57021,2568,57021,31,84,6feee895319db329aaee8146195e5e83c6f36ce7,0,0,0,0,0,
+20200413,GU,133,770,,12,,2,,2,,58,,4/13/2020 08:00,2020-04-13T08:00:00Z,04/13 04:00,5,,2020-04-13T08:00:00Z,66,0,77,903,903,77,903,0,0,aa53c66fb5b0c9e3f9cd267ec97d7b21712b9e6f,0,0,0,0,0,
+20200413,HI,499,18345,,,44,,6,,2,310,A,4/13/2020 18:00,2020-04-13T18:00:00Z,04/13 14:00,9,44,2020-04-13T18:00:00Z,15,13,863,18844,18844,876,18844,1,0,b03a471b3053feb94566e5405b7ce3402c224257,0,0,0,0,0,
+20200413,IA,1710,16986,,142,,70,,41,,741,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,43,,2020-04-12T00:00:00Z,19,123,981,18696,18696,1104,18696,2,0,2164a8e58fb3bf41969c8e3eb18bf7e382b52655,0,0,0,0,0,
+20200413,ID,1426,13455,,,132,,38,,,,A,4/13/2020 19:00,2020-04-13T19:00:00Z,04/13 15:00,27,132,2020-04-13T19:00:00Z,16,19,554,14881,14881,573,14881,0,1,db9d5df84fd29dc84250c86557acc7ece7482913,0,0,0,0,0,
+20200413,IL,22025,83743,,3680,,1166,,821,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,794,,2020-04-13T00:00:00Z,17,1173,3860,105768,105768,5033,105768,74,0,6b83341b61e4cecc1a734592845755dddbf3c31e,0,0,0,0,0,
+20200413,IN,8236,36303,,,,740,,459,,,B,4/12/2020 23:59,2020-04-12T23:59:00Z,04/12 19:59,350,,2020-04-12T23:59:00Z,18,308,1742,44539,44539,2050,44539,7,0,955aabd7a68a15b40204c8ed1b6cae33bd7460eb,0,0,0,0,0,
+20200413,KS,1376,12488,,,309,,,,,,B,4/13/2020 11:30,2020-04-13T11:30:00Z,04/13 07:30,62,309,2020-04-13T11:30:00Z,20,39,572,13864,13864,611,13864,6,11,dba2d9770b7aed75c8135d4453a9a56bc163f6a0,0,0,0,0,0,
+20200413,KY,1963,23903,,289,667,136,256,,,607,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,97,667,2020-04-13T17:00:00Z,21,123,1176,25866,25866,1299,25866,3,208,551a6b92c9e4f7c233a5d62ccd2e81c59d20bf78,0,0,0,0,0,
+20200413,LA,21016,87075,,2134,,,,461,,,A,4/13/2020 13:00,2020-04-13T13:00:00Z,04/13 09:00,884,,2020-04-13T13:00:00Z,22,421,3625,108091,108091,4046,108091,44,0,70738060cf6d35acce6d42a7470d568c7ff42041,0,0,0,0,0,
+20200413,MA,26794,95500,,3485,3485,,,,,,B,4/13/2020 10:00,2020-04-13T10:00:00Z,04/13 06:00,1211,3485,2020-04-13T10:00:00Z,25,1413,4037,122294,122294,5450,122294,155,971,7a141c0540d149b45ab66cca75e9dc6b5538fb53,0,0,0,0,0,
+20200413,MD,8936,42815,,,1975,,,,,603,A,4/13/2020 10:00,2020-04-13T10:00:00Z,04/13 06:00,262,1975,2020-04-13T10:00:00Z,24,711,1276,51751,51751,1987,51751,27,115,92c79f0e3bef92127913a2ae6114d204b3c09545,0,0,0,0,0,
+20200413,ME,698,11608,,22,124,,,,,273,A,4/13/2020 11:45,2020-04-13T11:45:00Z,04/13 07:45,19,124,2020-04-13T11:45:00Z,23,65,5520,12306,12306,5585,12306,0,4,d1dd164e3fdb74640109b17eca4cc37f807932b4,0,0,0,0,0,
+20200413,MI,25635,57009,,3986,,1570,,1365,,447,B,4/13/2020 11:00,2020-04-13T11:00:00Z,04/13 07:00,1602,,2020-04-13T11:00:00Z,26,997,2210,82644,82644,3207,82644,115,0,5d37009d46ded7676b8114dc4b4a3905e2b011c9,0,0,0,0,0,
+20200413,MN,1650,36777,,157,361,74,146,,,772,A,4/12/2020 17:00,2020-04-12T17:00:00Z,04/12 13:00,70,361,2020-04-12T17:00:00Z,27,29,977,38427,38427,1006,38427,0,0,aee6e28e5da1da2cb3d6cb7567c78ddd160a951f,0,0,0,0,0,
+20200413,MO,4388,41040,,988,,,,,,,A,4/13/2020 15:00,2020-04-13T15:00:00Z,04/13 11:00,114,,2020-04-13T15:00:00Z,29,228,0,45428,45428,228,45428,4,0,bdb0f0a3db2b6a2f45da9294fe5d5e9bea3f3386,0,0,0,0,0,
+20200413,MP,11,27,9,,,,,,,,,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,2,,2020-04-12T00:00:00Z,69,0,0,47,38,0,38,0,0,b8ca6774cbdb680409e103441edb6817b47636a6,0,0,0,0,0,
+20200413,MS,2942,28042,,,549,124,,84,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,98,549,2020-04-13T00:00:00Z,28,161,9410,30984,30984,9571,30984,2,1,c47e0f814e44b18e9b7f4642ba16b111225626ba,0,0,0,0,0,
+20200413,MT,394,8704,,21,47,,,,,171,A,4/13/2020 13:11,2020-04-13T13:11:00Z,04/13 09:11,7,47,2020-04-13T13:11:00Z,30,7,178,9098,9098,185,9098,1,0,13d49130c7ab2032d338316d36a1f3abf4818486,0,0,0,0,0,
+20200413,NC,4816,58572,,313,,,,,,,A,4/13/2020 11:00,2020-04-13T11:00:00Z,04/13 07:00,86,,2020-04-13T11:00:00Z,37,296,953,63388,63388,1249,63388,5,0,b538f160afceea7f6768502b53ba63868b2525e1,0,0,0,0,0,
+20200413,ND,331,10450,,13,40,,,,,127,B,4/13/2020 13:00,2020-04-13T13:00:00Z,04/13 09:00,8,40,2020-04-13T13:00:00Z,38,23,408,10781,10781,431,10781,0,1,a77b3d40d1c6938e640c55149760680fb296a7b2,0,0,0,0,0,
+20200413,NE,814,10158,,,,,,,,,A,4/13/2020 20:03,2020-04-13T20:03:00Z,04/13 16:03,17,,2020-04-13T20:03:00Z,31,23,258,10972,10972,281,10972,0,0,6adb3f7fe81dab1bf7177110f06d8e8a8a4ce7ec,0,0,0,0,0,
+20200413,NH,985,10222,125,,152,,,,,239,B,4/13/2020 09:00,2020-04-13T09:00:00Z,04/13 05:00,23,152,2020-04-13T09:00:00Z,33,56,226,11332,11207,282,11207,0,6,0cf34bbcbf69adc228366b278340259ecdc640f7,0,0,0,0,0,
+20200413,NJ,64584,64885,,7781,,1886,,1611,,,A,4/13/2020 14:00,2020-04-13T14:00:00Z,04/13 10:00,2443,,2020-04-13T14:00:00Z,34,2734,0,129469,129469,2734,129469,93,0,7326b90bd38904e0c78ecde17729f41aea1a4c82,0,0,0,0,0,
+20200413,NM,1245,29270,,80,,,,,,295,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,26,,2020-04-13T00:00:00Z,35,71,1752,30515,30515,1823,30515,6,0,1322a99154c8bec015b01556d9b52b917da86bf9,0,0,0,0,0,
+20200413,NV,2971,22493,,,,,,,,,A,4/13/2020 10:00,2020-04-13T10:00:00Z,04/13 06:00,114,,2020-04-13T10:00:00Z,32,135,718,25464,25464,853,25464,2,0,3c87e9789b5442e6f5c329191cc933ddb098dea8,0,0,0,0,0,
+20200413,NY,195031,283326,,18825,52936,5156,,,,23887,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,10056,52936,2020-04-13T00:00:00Z,36,6337,10419,478357,478357,16756,478357,671,2017,f103332cfe431ca752632829de69d888153fd514,0,0,0,0,0,
+20200413,OH,6975,58137,,,2033,,613,,,,B,4/13/2020 14:00,2020-04-13T14:00:00Z,04/13 10:00,274,2033,2020-04-13T14:00:00Z,39,371,1498,65112,65112,1869,65112,21,85,ae2ca7b6e8875a8a79c71bebff9aae769ee843c2,0,0,0,0,0,
+20200413,OK,2069,20790,,383,457,191,,,,865,B,4/13/2020 08:00,2020-04-13T08:00:00Z,04/13 04:00,99,457,2020-04-13T08:00:00Z,40,99,0,22859,22859,99,22859,3,11,021f56081721110bccdb93499533e0a20a80c4bc,0,0,0,0,0,
+20200413,OR,1584,29537,,321,369,96,,50,,,A,4/13/2020 11:00,2020-04-13T11:00:00Z,04/13 07:00,53,369,2020-04-13T11:00:00Z,41,57,1306,31121,31121,1363,31121,1,10,96d5d9fc8390de6b169e979fba36585d90e45575,0,0,0,0,0,
+20200413,PA,24199,105593,,2243,,,,669,,,A,4/13/2020 12:00,2020-04-13T12:00:00Z,04/13 08:00,524,,2020-04-13T12:00:00Z,42,1366,3536,129792,129792,4902,129792,17,0,39a605b65bdfa754e26d6af14a991cbdec244110,0,0,0,0,0,
+20200413,PR,903,5960,1288,,,,,,,,A,4/13/2020 06:00,2020-04-13T06:00:00Z,04/13 02:00,45,,2020-04-13T06:00:00Z,72,6,141,8151,6863,147,6863,1,0,4241be6e6bbc00f5ba3fd25c807a54ec1cac25ac,0,0,0,0,0,
+20200413,RI,2976,17685,,197,331,50,,26,,135,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,73,331,2020-04-13T00:00:00Z,44,311,0,20661,20661,311,20661,10,331,58ff69acc627c2e0b3f3012ce3c7003769aa8fb9,0,0,0,0,0,
+20200413,SC,3319,28106,,,496,,,,,,B,4/13/2020 17:26,2020-04-13T17:26:00Z,04/13 13:26,82,496,2020-04-13T17:26:00Z,45,0,0,31425,31425,0,31425,0,0,eef35a86412fd03ef694ebeba5e98db39856c636,0,0,0,0,0,
+20200413,SD,868,8134,0,,44,,,,,207,A,4/12/2020 18:00,2020-04-12T18:00:00Z,04/12 14:00,6,44,2020-04-12T18:00:00Z,46,138,311,9002,9002,449,9002,0,1,7fa3d5e2ffa82fbc009957df2df65ab5e15decd7,0,0,0,0,0,
+20200413,TN,5610,70585,,,579,,,,,1671,A,4/13/2020 15:00,2020-04-13T15:00:00Z,04/13 11:00,109,579,2020-04-13T15:00:00Z,47,302,5216,76195,76195,5518,76195,8,12,db396e5ecff5437acfb6713cb2b0951bf0ae336b,0,0,0,0,0,
+20200413,TX,13906,119320,,1176,,,,,,2269,A,4/13/2020 12:45,2020-04-13T12:45:00Z,04/13 08:45,287,,2020-04-13T12:45:00Z,48,422,8271,133226,133226,8693,133226,16,0,d470d162e8c4bbbf42f6d119cf4ea548ff360cbe,0,0,0,0,0,
+20200413,UT,2363,43424,,,201,,,,,218,A,4/13/2020 15:00,2020-04-13T15:00:00Z,04/13 11:00,18,201,2020-04-13T15:00:00Z,49,60,1493,45787,45787,1553,45787,0,6,955f3427b4ce9735902ce363d2ec539c941c6a0e,0,0,0,0,0,
+20200413,VA,5747,35654,473,1238,,428,,302,,,A,4/13/2020 09:00,2020-04-13T09:00:00Z,04/13 05:00,149,,2020-04-13T09:00:00Z,51,473,943,41874,41401,1416,41401,8,0,2a6d78e5dcb82e2fbf4690eb76cc02d3363e76f6,0,0,0,0,0,
+20200413,VI,51,322,2,,,,,,,43,,4/13/2020 18:30,2020-04-13T18:30:00Z,04/13 14:30,1,,2020-04-13T18:30:00Z,78,0,23,375,373,23,373,0,0,d996391b1e4c672ff1142667677ac6823143c241,0,0,0,0,0,
+20200413,VT,761,9275,,33,,,,,,15,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,28,,2020-04-13T00:00:00Z,50,7,551,10036,10036,558,10036,1,0,55a71ac1b50d65b547e98e2531ed8f4e7fcaee4c,0,0,0,0,0,
+20200413,WA,10943,124105,,527,,166,,,,,C,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,526,,2020-04-13T00:00:00Z,53,355,3777,135048,135048,4132,135048,17,0,52dbabc2f9213e411ce185aee91df026dc90f788,0,0,0,0,0,
+20200413,WI,3428,36769,273,442,993,175,264,,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,154,993,2020-04-13T00:00:00Z,55,87,853,40470,40197,940,40197,10,19,6d6776cfc734f18690ae015dd88722031d60b4a0,0,0,0,0,0,
+20200413,WV,626,16029,,95,164,43,73,23,50,85,B,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,9,164,2020-04-13T17:00:00Z,54,15,383,16655,16655,398,16655,1,164,1e750b14d902c4948b24519a825898caad5d910a,0,0,0,0,0,
+20200413,WY,275,5689,,,41,,,,,138,A,4/13/2020 15:19,2020-04-13T15:19:00Z,04/13 11:19,1,41,2020-04-13T15:19:00Z,56,14,491,5964,5964,505,5964,1,1,894f428dd8e24be6a8cf89a339a69d4e005d7fa3,0,0,0,0,0,
+20200412,AK,272,7766,,,31,,,,,66,A,4/12/2020 14:50,2020-04-12T14:50:00Z,04/12 10:50,8,31,2020-04-12T14:50:00Z,02,15,291,8038,8038,306,8038,0,0,1826a037fe6db50aa66b710fd3a5cf9120d35afd,0,0,0,0,0,
+20200412,AL,3525,18058,,,437,,189,,119,,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,93,437,2020-04-12T00:00:00Z,01,334,0,21583,21583,334,21583,2,35,3a9495c5b049b49e82c5033b0908dc71f40a9e1f,0,0,0,0,0,
+20200412,AR,1280,18442,,74,130,,43,30,39,367,A,4/12/2020 11:33,2020-04-12T11:33:00Z,04/12 07:33,27,130,2020-04-12T11:33:00Z,05,54,1090,19722,19722,1144,19722,3,0,4187fee5d47a41fafd64962102670ef6d67ffeb0,0,0,0,0,0,
+20200412,AS,0,3,2,,,,,,,,,3/31/2020 19:16,2020-03-31T19:16:00Z,03/31 15:16,,,2020-03-31T19:16:00Z,60,0,0,5,3,0,3,0,0,dc6573e84c567efc66eebfdd86a06cbe6a450103,0,0,0,0,0,
+20200412,AZ,3539,38570,,,,,,,,,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,115,,2020-04-12T00:00:00Z,04,146,1433,42109,42109,1579,42109,7,0,48b5ec744bd473974f44f11fd068bdd7641e285d,0,0,0,0,0,
+20200412,CA,21794,168534,13200,5234,,1539,,,,,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,651,,2020-04-11T00:00:00Z,06,1179,15930,203528,190328,17109,190328,42,0,8b9c7df1df756a2f0e01c164e3fa14a28b4abc8c,0,0,0,0,0,
+20200412,CO,6893,27980,,822,1376,,,,,,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,274,1376,2020-04-10T00:00:00Z,08,383,1837,34873,34873,2220,34873,24,64,771c59817e9048e940d3f6647bc8c6f8d977f4a3,0,0,0,0,0,
+20200412,CT,12035,29185,,1654,,,,,,,A,4/12/2020 16:00,2020-04-12T16:00:00Z,04/12 12:00,554,,2020-04-12T16:00:00Z,09,525,864,41220,41220,1389,41220,60,0,ce95755862c1cce9241224d2366c761771634ab9,0,0,0,0,0,
+20200412,DC,1875,8765,,,,,,,,493,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,50,,2020-04-11T00:00:00Z,11,97,504,10640,10640,601,10640,3,0,0c64e426edc73e7c57f40b280406525d8d781bef,0,0,0,0,0,
+20200412,DE,1479,9624,,190,,,,,,191,A,4/11/2020 13:30,2020-04-11T13:30:00Z,04/11 09:30,33,,2020-04-11T13:30:00Z,10,0,0,11103,11103,0,11103,0,0,cceddc7f44f9ee5ba27be5900492b82fecb33426,0,0,0,0,0,
+20200412,FL,19355,163398,1297,,2772,,,,,,A,4/12/2020 11:23,2020-04-12T11:23:00Z,04/12 07:23,465,2772,2020-04-12T11:23:00Z,12,861,8959,184050,182753,9820,182753,27,111,c50b4b70e14e3ff6d02dbb2304cc7e9e6971bf24,0,0,0,0,0,
+20200412,GA,12452,42001,,,2505,,,,,,A,4/12/2020 11:27,2020-04-12T11:27:00Z,04/12 07:27,433,2505,2020-04-12T11:27:00Z,13,293,2445,54453,54453,2738,54453,5,26,9c4bf7e0881df30d8a3bc5817a20b89c6069b415,0,0,0,0,0,
+20200412,GU,133,693,,13,,2,,2,,58,,4/11/2020 07:40,2020-04-11T07:40:00Z,04/11 03:40,5,,2020-04-11T07:40:00Z,66,0,0,826,826,0,826,0,0,35b27763d30a8950abc2ec0f50d77400051731c3,0,0,0,0,0,
+20200412,HI,486,17482,,,44,,6,,2,300,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,8,44,2020-04-11T18:00:00Z,15,21,416,17968,17968,437,17968,0,1,e7162a4864b6b86495599bf4d273c36c593855a1,0,0,0,0,0,
+20200412,IA,1587,16005,,129,,55,,30,,674,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,41,,2020-04-12T00:00:00Z,19,77,383,17592,17592,460,17592,7,0,b00322876362ee4aa609a85e6a13dd1ee87229a1,0,0,0,0,0,
+20200412,ID,1407,12901,,,131,,38,,,,A,4/11/2020 19:00,2020-04-11T19:00:00Z,04/11 15:00,27,131,2020-04-11T19:00:00Z,16,11,533,14308,14308,544,14308,2,3,981f2c70fd5a21cf472ab7af70a0b9f18534435e,0,0,0,0,0,
+20200412,IL,20852,79883,,3680,,1166,,821,,,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,720,,2020-04-12T00:00:00Z,17,1672,6914,100735,100735,8586,100735,43,0,6a784968753f6958f9522c816e15eff0c11abd4a,0,0,0,0,0,
+20200412,IN,7928,34561,,,,820,,497,,,B,4/11/2020 11:59,2020-04-11T11:59:00Z,04/11 07:59,343,,2020-04-11T11:59:00Z,18,493,2781,42489,42489,3274,42489,13,0,6fd349775284b14b2e007ff544d6459db74b4b40,0,0,0,0,0,
+20200412,KS,1337,11916,,,298,,,,,,B,4/12/2020 12:00,2020-04-12T12:00:00Z,04/12 08:00,56,298,2020-04-12T12:00:00Z,20,69,841,13253,13253,910,13253,1,5,459abdd3e10d408d91679041cc57e7d01aa5f250,0,0,0,0,0,
+20200412,KY,1840,22727,,271,459,105,177,,,464,A,4/11/2020 17:00,2020-04-11T17:00:00Z,04/11 13:00,94,459,2020-04-11T17:00:00Z,21,147,132,24567,24567,279,24567,4,0,41b625c700696c9ee309dae41709440611801ba0,0,0,0,0,0,
+20200412,LA,20595,83450,,2084,,,,458,,,A,4/12/2020 13:00,2020-04-12T13:00:00Z,04/12 09:00,840,,2020-04-12T13:00:00Z,22,581,6549,104045,104045,7130,104045,34,0,cba7c55e22f8c959b85451fb58cec5a3db8dec47,0,0,0,0,0,
+20200412,MA,25381,91463,,2514,2514,,,,,,B,4/12/2020 16:00,2020-04-12T16:00:00Z,04/12 12:00,1056,2514,2020-04-12T16:00:00Z,25,2615,5348,116844,116844,7963,116844,110,7,66677629ad9b7ff01d8983916af3e5c3a8ea0f3e,0,0,0,0,0,
+20200412,MD,8225,41539,,,1860,,,,,456,A,4/12/2020 10:00,2020-04-12T10:00:00Z,04/12 06:00,235,1860,2020-04-12T10:00:00Z,24,531,1995,49764,49764,2526,49764,29,151,61e5c6a26f0656512cedc5f785531f1a7a502357,0,0,0,0,0,
+20200412,ME,633,6088,,,120,,,,,266,A,4/12/2020 10:30,2020-04-12T10:30:00Z,04/12 06:30,19,120,2020-04-12T10:30:00Z,23,17,0,6721,6721,17,6721,0,6,c937e6b20f301c50cbb11ca3568e361ba500f63e,0,0,0,0,0,
+20200412,MI,24638,54799,,3636,,1582,,1441,,433,B,4/12/2020 11:00,2020-04-12T11:00:00Z,04/12 07:00,1487,,2020-04-12T11:00:00Z,26,645,2778,79437,79437,3423,79437,95,0,f35a158f9d1d158db8cdb1435a8436a01a939d55,0,0,0,0,0,
+20200412,MN,1621,35800,,157,361,74,146,,,772,A,4/11/2020 21:00,2020-04-11T21:00:00Z,04/11 17:00,70,361,2020-04-11T21:00:00Z,27,194,1823,37421,37421,2017,37421,6,21,f90c99dfa8166ee8459aac844a96b019274e7463,0,0,0,0,0,
+20200412,MO,4160,41040,,988,,,,,,,A,4/12/2020 15:00,2020-04-12T15:00:00Z,04/12 11:00,110,,2020-04-12T15:00:00Z,29,136,1892,45200,45200,2028,45200,1,0,f116d08e72e8bc6161c67deac9f4c90b92c2f0f4,0,0,0,0,0,
+20200412,MP,11,27,9,,,,,,,,,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,2,,2020-04-11T00:00:00Z,69,0,0,47,38,0,38,0,0,25f263d556ed2ec387423abd8f625d0cfa83730b,0,0,0,0,0,
+20200412,MS,2781,18632,,,548,,,,,,A,4/11/2020 19:00,2020-04-11T19:00:00Z,04/11 15:00,96,548,2020-04-11T19:00:00Z,28,139,0,21413,21413,139,21413,3,20,eca0298c8e55518e4286bb1804a491ae9b761c7e,0,0,0,0,0,
+20200412,MT,387,8526,,22,47,,,,,169,A,4/12/2020 10:21,2020-04-12T10:21:00Z,04/12 06:21,6,47,2020-04-12T10:21:00Z,30,10,322,8913,8913,332,8913,0,1,cb3f43e4979e93105a710e6a7878f411aca469fd,0,0,0,0,0,
+20200412,NC,4520,57619,,331,,,,,,,A,4/12/2020 10:45,2020-04-12T10:45:00Z,04/12 06:45,81,,2020-04-12T10:45:00Z,37,208,1538,62139,62139,1746,62139,1,0,aaa73f0eacd830079661fe0deccada6372f788ff,0,0,0,0,0,
+20200412,ND,308,10042,,12,39,,,,,121,B,4/12/2020 12:58,2020-04-12T12:58:00Z,04/12 08:58,8,39,2020-04-12T12:58:00Z,38,15,255,10350,10350,270,10350,1,3,8c7e90cb148a48a4d736da8912ce42b05dfa827d,0,0,0,0,0,
+20200412,NE,791,9900,,,,,,,,,A,4/12/2020 13:40,2020-04-12T13:40:00Z,04/12 09:40,17,,2020-04-12T13:40:00Z,31,91,615,10691,10691,706,10691,0,0,7d7715107cbef82cc1a6304e456b47f1635ce751,0,0,0,0,0,
+20200412,NH,929,9996,119,,146,,,,,236,B,4/11/2020 09:00,2020-04-11T09:00:00Z,04/11 05:00,23,146,2020-04-11T09:00:00Z,33,44,388,11044,10925,432,10925,1,12,bf99b8064446fd81b42c455b6ac15cfc00e06310,0,0,0,0,0,
+20200412,NJ,61850,64885,,7604,,1914,,1644,,,A,4/12/2020 13:00,2020-04-12T13:00:00Z,04/12 09:00,2350,,2020-04-12T13:00:00Z,34,3699,2843,126735,126735,6542,126735,167,0,b58a38945c980410ce36754c60c8562bacca101a,0,0,0,0,0,
+20200412,NM,1174,27518,,78,,,,18,,235,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,20,,2020-04-11T00:00:00Z,35,83,1511,28692,28692,1594,28692,1,0,4e43c979c05cba60fb8c6f5254428a2325d9cb94,0,0,0,0,0,
+20200412,NV,2836,21775,,282,,,,,,,A,4/12/2020 10:30,2020-04-12T10:30:00Z,04/12 06:30,112,,2020-04-12T10:30:00Z,32,136,888,24611,24611,1024,24611,10,0,1190906d511d19fb2d7b612ea959a13c33591b98,0,0,0,0,0,
+20200412,NY,188694,272907,,18707,50919,5198,,,,23887,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,9385,50919,2020-04-12T00:00:00Z,36,8236,12385,461601,461601,20621,461601,758,2622,86bbfde5028d89000e9e4f629e13dedcf71fb88b,0,0,0,0,0,
+20200412,OH,6604,56639,,,1948,,595,,,,B,4/12/2020 14:00,2020-04-12T14:00:00Z,04/12 10:00,253,1948,2020-04-12T14:00:00Z,39,354,2418,63243,63243,2772,63243,6,89,f9d9f307fa39076dab8383d04b8608d6f2aacd8b,0,0,0,0,0,
+20200412,OK,1970,20790,,383,446,191,,,,865,B,4/12/2020 08:00,2020-04-12T08:00:00Z,04/12 04:00,96,446,2020-04-12T08:00:00Z,40,102,0,22760,22760,102,22760,2,0,11006c57fd7452d3c3245716aebbcbc8980796e9,0,0,0,0,0,
+20200412,OR,1527,28231,,295,359,81,,52,,,A,4/12/2020 11:00,2020-04-12T11:00:00Z,04/12 07:00,52,359,2020-04-12T11:00:00Z,41,156,2378,29758,29758,2534,29758,4,21,4c6f052552f029cf9fb3468d0de6ffab9fb7f38d,0,0,0,0,0,
+20200412,PA,22833,102057,,2097,,,,649,,,A,4/12/2020 12:00,2020-04-12T12:00:00Z,04/12 08:00,507,,2020-04-12T12:00:00Z,42,1178,3559,124890,124890,4737,124890,13,0,b19877f75efb18f20a677a62214dd9872224dad3,0,0,0,0,0,
+20200412,PR,897,5819,1251,,,,,,,,A,4/12/2020 07:00,2020-04-12T07:00:00Z,04/12 03:00,44,,2020-04-12T07:00:00Z,72,109,236,7967,6716,345,6716,2,0,c32d04c5947c02326d85610f25bd79325e051d4c,0,0,0,0,0,
+20200412,RI,2665,17685,,201,,50,,26,,35,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,63,,2020-04-12T00:00:00Z,44,316,1827,20350,20350,2143,20350,7,0,a49c3f227f2877f46f2ed4d2a3545069b93196db,0,0,0,0,0,
+20200412,SC,3319,28106,,,496,,,,,,B,4/12/2020 15:30,2020-04-12T15:30:00Z,04/12 11:30,82,496,2020-04-12T15:30:00Z,45,112,1220,31425,31425,1332,31425,2,0,16a72208a4196a2c4ac6e0564701a09f97431db1,0,0,0,0,0,
+20200412,SD,730,7823,0,,43,,,,,197,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,6,43,2020-04-11T18:00:00Z,46,104,445,8553,8553,549,8553,0,10,cf81ad4069ed8784a83a50f46cd73a2bda7d91b0,0,0,0,0,0,
+20200412,TN,5308,65369,,,567,,,,,1504,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,101,567,2020-04-11T15:00:00Z,47,194,3655,70677,70677,3849,70677,0,11,64b19ecaeb90057a81e27eb4ec00a3d9fca3a815,0,0,0,0,0,
+20200412,TX,13484,111049,,1338,,,,,,2014,A,4/11/2020 21:00,2020-04-11T21:00:00Z,04/11 17:00,271,,2020-04-11T21:00:00Z,48,923,3077,124533,124533,4000,124533,17,0,cd99b1e722c8294619b0f46efced45f1de0c6f86,0,0,0,0,0,
+20200412,UT,2303,41931,,,195,,,,,,A,4/12/2020 15:00,2020-04-12T15:00:00Z,04/12 11:00,18,195,2020-04-12T15:00:00Z,49,97,1591,44234,44234,1688,44234,0,5,753025592c78c342d23f5eb4bb0637983693c0c5,0,0,0,0,0,
+20200412,VA,5274,34711,521,751,,440,,294,,,A,4/11/2020 17:00,2020-04-11T17:00:00Z,04/11 13:00,141,,2020-04-11T17:00:00Z,51,197,1789,40506,39985,1986,39985,11,0,1054038c370c89d460b9ccfa8d26778649cf65ac,0,0,0,0,0,
+20200412,VI,51,299,20,3,,,,,,43,,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,1,,2020-04-10T00:00:00Z,78,0,0,370,350,0,350,0,0,90aac9cf6c04e29ffaebd9d306a2e9b1b7ae4997,0,0,0,0,0,
+20200412,VT,754,8724,,34,,,,,,15,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,27,,2020-04-12T00:00:00Z,50,21,661,9478,9478,682,9478,2,0,fcf0afdf61c5a48c740f059dd6f604cae881c366,0,0,0,0,0,
+20200412,WA,10588,120328,,642,,191,,,,,C,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,509,,2020-04-12T00:00:00Z,53,84,1341,130916,130916,1425,130916,15,0,71f15d0d6d3d7c3a123e2ac230ef0885a4b4963e,0,0,0,0,0,
+20200412,WI,3341,35916,,442,974,179,261,,,,A,4/12/2020 09:46,2020-04-12T09:46:00Z,04/12 05:46,144,974,2020-04-12T09:46:00Z,55,128,1236,39257,39257,1364,39257,7,24,e4d0e32246839f2bf055a56fde5e71755b6e4e89,0,0,0,0,0,
+20200412,WV,611,15646,,81,,36,,24,,83,B,4/12/2020 17:00,2020-04-12T17:00:00Z,04/12 13:00,8,,2020-04-12T17:00:00Z,54,34,771,16257,16257,805,16257,3,0,1c0003f1d4010803a31b25098cd45c0b06eb247b,0,0,0,0,0,
+20200412,WY,261,5198,,,40,,,,,137,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,0,40,2020-04-11T18:00:00Z,56,0,0,5459,5459,0,5459,0,3,c03db9e1ae1efdc4c34c22b0fc87109f3285e7c9,0,0,0,0,0,
+20200411,AK,257,7475,,,31,,,,,63,A,4/11/2020 14:45,2020-04-11T14:45:00Z,04/11 10:45,8,31,2020-04-11T14:45:00Z,02,11,289,7732,7732,300,7732,1,3,e4bba13f53359c9436a7f9ec00896f1999ce4213,0,0,0,0,0,
+20200411,AL,3191,18058,,,402,,177,,113,,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,91,402,2020-04-11T00:00:00Z,01,223,0,21249,21249,223,21249,11,34,e0cb5fd4c97da70eb32be4e07df87276caaf79db,0,0,0,0,0,
+20200411,AR,1226,17352,,86,130,,43,33,39,340,A,4/11/2020 13:20,2020-04-11T13:20:00Z,04/11 09:20,24,130,2020-04-11T13:20:00Z,05,55,1403,18578,18578,1458,18578,1,0,27da1f1445e8c6c28ed6923a3cdb887fda14440f,0,0,0,0,0,
+20200411,AS,0,3,2,,,,,,,,,3/31/2020 19:16,2020-03-31T19:16:00Z,03/31 15:16,,,2020-03-31T19:16:00Z,60,0,0,5,3,0,3,0,0,eb6eb6f2408d8e98c39abfcd92965f73a929ad95,0,0,0,0,0,
+20200411,AZ,3393,37137,,,,,,,,,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,108,,2020-04-11T00:00:00Z,04,281,2515,40530,40530,2796,40530,11,0,da3f624c0f9bdc21cbea74bf1158070084909aa5,0,0,0,0,0,
+20200411,CA,20615,152604,13200,5236,,1591,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,609,,2020-04-09T00:00:00Z,06,1143,7213,186419,173219,8356,173219,68,0,ee3467348f2edce83bdf1a38a61bd7b9d1be81e4,0,0,0,0,0,
+20200411,CO,6510,26143,,841,1312,,,,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,250,1312,2020-04-09T00:00:00Z,08,0,0,32653,32653,0,32653,0,0,54b763187ce27de3eec1a983bf24e37a1a380227,0,0,0,0,0,
+20200411,CT,11510,28321,,1593,,,,,,,A,4/11/2020 15:30,2020-04-11T15:30:00Z,04/11 11:30,494,,2020-04-11T15:30:00Z,09,972,2571,39831,39831,3543,39831,46,0,d887f31a475273b5dd05cfa90ae2ad4f0780a6aa,0,0,0,0,0,
+20200411,DC,1778,8261,,,,,,,,447,A,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,47,,2020-04-10T10:00:00Z,11,118,566,10039,10039,684,10039,9,0,c42778dd685197897f63774aad1dfe03a7f50fe6,0,0,0,0,0,
+20200411,DE,1479,9624,,190,,,,,,191,A,4/11/2020 13:30,2020-04-11T13:30:00Z,04/11 09:30,33,,2020-04-11T13:30:00Z,10,153,-791,11103,11103,-638,11103,10,0,38884154603aeb4b402df0936a06e34fa91fe63e,0,0,0,0,0,
+20200411,FL,18494,154439,1418,,2661,,,,,,A,4/11/2020 11:30,2020-04-11T11:30:00Z,04/11 07:30,438,2661,2020-04-11T11:30:00Z,12,963,9140,174351,172933,10103,172933,48,174,405b725e18414d91adb88592c12c4d41011c23d3,0,0,0,0,0,
+20200411,GA,12159,39556,,,2479,,,,,,A,4/11/2020 11:28,2020-04-11T11:28:00Z,04/11 07:28,428,2479,2020-04-11T11:28:00Z,13,676,4892,51715,51715,5568,51715,12,128,74dfa242ca50d3659dedba025e7828da81c62350,0,0,0,0,0,
+20200411,GU,133,693,,14,,2,,2,,58,,4/11/2020 07:40,2020-04-11T07:40:00Z,04/11 03:40,5,,2020-04-11T07:40:00Z,66,3,31,826,826,34,826,1,0,0687e2216cadd44583ff56639047924925348ebd,0,0,0,0,0,
+20200411,HI,465,17066,,,43,,6,,2,284,A,4/10/2020 18:00,2020-04-10T18:00:00Z,04/10 14:00,8,43,2020-04-10T18:00:00Z,15,23,1359,17531,17531,1382,17531,2,1,7449f114a654a8f8048e87925b3d4802fd09fb3d,0,0,0,0,0,
+20200411,IA,1510,15622,,118,,55,,30,,585,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,34,,2020-04-11T00:00:00Z,19,122,1057,17132,17132,1179,17132,3,0,656bb570e18543cfd23034adf9aae1b8e252a191,0,0,0,0,0,
+20200411,ID,1396,12368,,,128,,35,,,,A,4/10/2020 19:00,2020-04-10T19:00:00Z,04/10 15:00,25,128,2020-04-10T19:00:00Z,16,43,627,13764,13764,670,13764,1,1,4a646e1a43860c81a26b193376e8d856792d2be3,0,0,0,0,0,
+20200411,IL,19180,72969,,3680,,1166,,821,,,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,677,,2020-04-11T00:00:00Z,17,1293,3329,92149,92149,4622,92149,81,0,711e1329faf7f1e9199423767b3e18413fbaf69f,0,0,0,0,0,
+20200411,IN,7435,31780,,,,820,,497,,,B,4/10/2020 23:59,2020-04-10T23:59:00Z,04/10 19:59,330,,2020-04-10T23:59:00Z,18,528,3647,39215,39215,4175,39215,30,0,4cb0d3e7166236bf19bac13e66bf6b01050bfb2e,0,0,0,0,0,
+20200411,KS,1268,11075,,,293,,,,,,B,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,55,293,2020-04-11T11:00:00Z,20,102,827,12343,12343,929,12343,5,19,c9a6aadcc0c3ba54d3f4905c3f6f29f6c69f08ef,0,0,0,0,0,
+20200411,KY,1693,22595,,271,459,105,177,,,464,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,90,459,2020-04-10T17:00:00Z,21,0,0,24288,24288,0,24288,0,0,486cce3cf756ae19e99d076f945587ba487444e4,0,0,0,0,0,
+20200411,LA,20014,76901,,2067,,,,470,,,A,4/11/2020 13:00,2020-04-11T13:00:00Z,04/11 09:00,806,,2020-04-11T13:00:00Z,22,761,3874,96915,96915,4635,96915,51,0,443dfe86735940da13f0f4b83944bac13515988d,0,0,0,0,0,
+20200411,MA,22766,86115,,2507,2507,,,,,,B,4/11/2020 12:30,2020-04-11T12:30:00Z,04/11 08:30,946,2507,2020-04-11T12:30:00Z,25,1888,4551,108881,108881,6439,108881,114,72,73e23109d7c55f86a5eafa2cd134d65b9dcd1f6a,0,0,0,0,0,
+20200411,MD,7694,39544,,,1709,,,,,431,A,4/11/2020 10:00,2020-04-11T10:00:00Z,04/11 06:00,206,1709,2020-04-11T10:00:00Z,24,726,2064,47238,47238,2790,47238,35,296,dfa5597ec582a5c932c8e77fc7a03d1f8c086b61,0,0,0,0,0,
+20200411,ME,616,6088,,,114,,,,,256,A,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,19,114,2020-04-11T11:00:00Z,23,30,0,6704,6704,30,6704,2,3,d1c45e489512abc98b5a5ca81626f9b573b48795,0,0,0,0,0,
+20200411,MI,23993,52021,,3636,,1582,,1441,,595,B,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,1392,,2020-04-11T11:00:00Z,26,1210,2760,76014,76014,3970,76014,111,0,fd91ae93c5f272dca0e41f095103cf701fa8e149,0,0,0,0,0,
+20200411,MN,1427,33977,,145,340,69,138,,,729,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,64,340,2020-04-10T17:00:00Z,27,91,1419,35404,35404,1510,35404,7,23,04b0aa9ef20250cdb43bf63cd9e9323996f9a3a6,0,0,0,0,0,
+20200411,MO,4024,39148,,506,,,,,,,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,109,,2020-04-11T15:00:00Z,29,225,2207,43172,43172,2432,43172,13,0,aa9382ff06507f8d699b69fb46076c0f13708933,0,0,0,0,0,
+20200411,MP,11,27,9,,,,,,,,,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,2,,2020-04-11T00:00:00Z,69,0,0,47,38,0,38,0,0,7ae4a1588460c20eef464f4fceaf6677d6dd502e,0,0,0,0,0,
+20200411,MS,2642,18632,,,528,,,,,,A,4/10/2020 19:00,2020-04-10T19:00:00Z,04/10 15:00,93,528,2020-04-10T19:00:00Z,28,173,0,21274,21274,173,21274,11,46,1597120166a27ea3b21f9188c90c48ef6b53dd7e,0,0,0,0,0,
+20200411,MT,377,8204,,21,46,,,,,169,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,6,46,2020-04-10T00:00:00Z,30,12,272,8581,8581,284,8581,0,5,21a42d04ba96e38f2adef0ed4ba0ea1c0f187216,0,0,0,0,0,
+20200411,NC,4312,56081,,362,,,,,,,A,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,80,,2020-04-11T11:00:00Z,37,404,2344,60393,60393,2748,60393,6,0,b0ac0bc9eaeab68a911dfc9308e65be8eff15edb,0,0,0,0,0,
+20200411,ND,293,9787,,10,36,,,,,119,B,4/11/2020 13:00,2020-04-11T13:00:00Z,04/11 09:00,7,36,2020-04-11T13:00:00Z,38,15,457,10080,10080,472,10080,1,0,a0f33e43b4ed2baecf7d2497057911e90dada41f,0,0,0,0,0,
+20200411,NE,700,9285,,,,,,,,,A,4/11/2020 14:00,2020-04-11T14:00:00Z,04/11 10:00,17,,2020-04-11T14:00:00Z,31,65,566,9985,9985,631,9985,2,0,6f1fce371c2a28884d48ea917accdf9edae1323d,0,0,0,0,0,
+20200411,NH,885,9608,93,,134,,,,,234,B,4/9/2020 09:00,2020-04-09T09:00:00Z,04/09 05:00,22,134,2020-04-09T09:00:00Z,33,66,469,10586,10493,535,10493,1,10,c736540d017dcc4e6eb9c8a19759001226078cad,0,0,0,0,0,
+20200411,NJ,58151,62042,,7618,,1746,,1650,,,A,4/11/2020 13:00,2020-04-11T13:00:00Z,04/11 09:00,2183,,2020-04-11T13:00:00Z,34,3563,3107,120193,120193,6670,120193,251,0,19429c5f9057e57e1f9a56247946da64cc54a2e4,0,0,0,0,0,
+20200411,NM,1091,26007,,75,,,,18,,235,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,19,,2020-04-10T00:00:00Z,35,0,0,27098,27098,0,27098,0,0,543f66d786d0499d5d1458cb4fac47b001849143,0,0,0,0,0,
+20200411,NV,2700,20887,,282,,,,,,,A,4/11/2020 10:30,2020-04-11T10:30:00Z,04/11 06:30,102,,2020-04-11T10:30:00Z,32,116,722,23587,23587,838,23587,16,0,f3fcd3376536545cfe40cb3fcd6e67ef3681dfff,0,0,0,0,0,
+20200411,NY,180458,260522,,18654,48297,5009,,,,22025,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,8627,48297,2020-04-11T00:00:00Z,36,9946,13149,440980,440980,23095,440980,783,2529,db95fb63f83fb542ff9efd635ef0a1842f4c2cfe,0,0,0,0,0,
+20200411,OH,6250,54221,,,1859,,572,,,,B,4/11/2020 14:00,2020-04-11T14:00:00Z,04/11 10:00,247,1859,2020-04-11T14:00:00Z,39,372,1526,60471,60471,1898,60471,16,104,055f719863c9b212327a5f996d69b2248d774243,0,0,0,0,0,
+20200411,OK,1868,20790,,383,446,191,,,,865,B,4/11/2020 08:00,2020-04-11T08:00:00Z,04/11 04:00,94,446,2020-04-11T08:00:00Z,40,74,420,22658,22658,494,22658,6,18,6f479ff5cd85e0268827e3a41e93cd5036e3ebdd,0,0,0,0,0,
+20200411,OR,1371,25853,,140,338,58,,46,,,A,4/10/2020 11:00,2020-04-10T11:00:00Z,04/10 07:00,48,338,2020-04-10T11:00:00Z,41,50,1547,27224,27224,1597,27224,4,12,cf435a197fa9e0ce08a097d2120ab4b0e2b344d9,0,0,0,0,0,
+20200411,PA,21655,98498,,2115,,,,639,,,A,4/11/2020 12:00,2020-04-11T12:00:00Z,04/11 08:00,494,,2020-04-11T12:00:00Z,42,1676,5458,120153,120153,7134,120153,78,0,0b1156aa3a2bcfbd96e5f0d851c737080cb1e3ca,0,0,0,0,0,
+20200411,PR,788,5583,1332,,,,,,,,A,4/11/2020 07:00,2020-04-11T07:00:00Z,04/11 03:00,42,,2020-04-11T07:00:00Z,72,63,462,7703,6371,525,6371,3,0,5ef9ccf5dc2cbb1229ed804404c876b6018dd512,0,0,0,0,0,
+20200411,RI,2349,15858,,183,,50,,26,,35,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,56,,2020-04-11T00:00:00Z,44,334,3577,18207,18207,3911,18207,7,0,e2fc4410886f041b577212f610dccfab405bd670,0,0,0,0,0,
+20200411,SC,3207,26886,,,496,,,,,,B,4/11/2020 15:31,2020-04-11T15:31:00Z,04/11 11:31,80,496,2020-04-11T15:31:00Z,45,142,1768,30093,30093,1910,30093,8,0,e690b3fa5169f89191efa36820d5fc9153b49489,0,0,0,0,0,
+20200411,SD,626,7378,2,,33,,,,,189,A,4/10/2020 18:00,2020-04-10T18:00:00Z,04/10 14:00,6,33,2020-04-10T18:00:00Z,46,90,267,8006,8004,357,8004,0,4,619ce7c901a09f5800d7e33fcfceda5116251dbc,0,0,0,0,0,
+20200411,TN,5114,61714,,,556,,,,,1386,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,101,556,2020-04-11T15:00:00Z,47,252,3777,66828,66828,4029,66828,3,20,68c117e57e1c38f784495c72abf2c45909cc5bc9,0,0,0,0,0,
+20200411,TX,12561,107972,,1514,,,,,,1617,A,4/11/2020 12:40,2020-04-11T12:40:00Z,04/11 08:40,254,,2020-04-11T12:40:00Z,48,890,3925,120533,120533,4815,120533,28,0,34cac01ffc6fe4af5d2e1522b4f579ef595e508a,0,0,0,0,0,
+20200411,UT,2206,40340,,,190,,,,,,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,18,190,2020-04-11T15:00:00Z,49,104,1680,42546,42546,1784,42546,1,7,d87d049fb6ccd5f443bff8202cd670de316274bd,0,0,0,0,0,
+20200411,VA,5077,32922,517,1252,,426,,283,,,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,130,,2020-04-10T17:00:00Z,51,568,1972,38516,37999,2540,37999,9,-772,5d0a1615993a369f1d5bad95ed8b22f5c3be29bd,0,0,0,0,0,
+20200411,VI,51,299,20,3,,,,,,43,,4/11/2020 09:30,2020-04-11T09:30:00Z,04/11 05:30,1,,2020-04-11T09:30:00Z,78,1,26,370,350,27,350,0,0,da1ba1ef475e0e5dc155d89a0f18dfb8869b3354,0,0,0,0,0,
+20200411,VT,733,8063,,77,,,,,,15,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,25,,2020-04-11T00:00:00Z,50,20,561,8796,8796,581,8796,1,0,67b8fdf9e1885a52bb6acbe9bd90ba21430d848b,0,0,0,0,0,
+20200411,WA,10504,118987,,649,,191,,,,,C,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,494,,2020-04-11T00:00:00Z,53,154,1888,129491,129491,2042,129491,18,0,f07f10274bea98bab04a75edf50f5c2e9dd2e760,0,0,0,0,0,
+20200411,WI,3213,34680,,444,950,179,257,,,,A,4/11/2020 01:00,2020-04-11T01:00:00Z,04/10 21:00,137,950,2020-04-11T01:00:00Z,55,145,1455,37893,37893,1600,37893,9,46,252558462e2d71760f70149dfc05d73b13455c9e,0,0,0,0,0,
+20200411,WV,577,14875,,85,,40,,22,,63,B,4/11/2020 10:00,2020-04-11T10:00:00Z,04/11 06:00,5,,2020-04-11T10:00:00Z,54,23,874,15452,15452,897,15452,0,0,f93adff624920f38a2abef2875462ef728e69f22,0,0,0,0,0,
+20200411,WY,261,5198,,,37,,,,,129,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,0,37,2020-04-11T18:00:00Z,56,8,462,5459,5459,470,5459,0,0,1437191eb64dd149753e7c571b7e88bbe22c28fd,0,0,0,0,0,
+20200410,AK,246,7186,,,28,,,,,55,A,4/10/2020 15:30,2020-04-10T15:30:00Z,04/10 11:30,7,28,2020-04-10T15:30:00Z,02,11,198,7432,7432,209,7432,0,1,f4f360911ea133d1dc271ec691371e52a10563ba,0,0,0,0,0,
+20200410,AL,2968,18058,,,368,,,,,,B,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,80,368,2020-04-10T00:00:00Z,01,199,0,21026,21026,199,21026,6,35,415df472e595d831ecb87c6084c7825fdd6aca76,0,0,0,0,0,
+20200410,AR,1171,15949,,86,130,,43,33,39,312,A,4/10/2020 14:36,2020-04-10T14:36:00Z,04/10 10:36,23,130,2020-04-10T14:36:00Z,05,52,2117,17120,17120,2169,17120,2,0,ca408bd80a736586f1d5a1dd7fb81a803a01c5b7,0,0,0,0,0,
+20200410,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,31dac57132c7a2a3b1edf1896c7b5df91ab45897,0,0,0,0,0,
+20200410,AZ,3112,34622,,,,,,,,,B,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,97,,2020-04-10T00:00:00Z,04,94,462,37734,37734,556,37734,8,0,4858df0a5a41f44a5ff1be7c9f64b6a74b7bf6c8,0,0,0,0,0,
+20200410,CA,19472,145391,13900,2897,,1145,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,541,,2020-04-09T00:00:00Z,06,1163,200,178763,164863,1363,164863,49,0,3212c78556a29f3a0857021bb91ad5ff498ef8ae,0,0,0,0,0,
+20200410,CO,6510,26143,,842,1312,,,,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,250,1312,2020-04-08T00:00:00Z,08,855,2599,32653,32653,3454,32653,57,150,45d5e507f0bc03b7464283e2d2186be173b74d85,0,0,0,0,0,
+20200410,CT,10538,25750,,1562,,,,,,,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,448,,2020-04-10T17:00:00Z,09,754,2032,36288,36288,2786,36288,68,0,7a8ecd122df8cc2c2f918b95eeb165f3a56f8454,0,0,0,0,0,
+20200410,DC,1660,7695,,,,,,,,426,A,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,38,,2020-04-10T10:00:00Z,11,137,494,9355,9355,631,9355,6,0,da52fe3013e6b735c51d6b0f108b1955cc18de8c,0,0,0,0,0,
+20200410,DE,1326,10415,,181,,,,,,177,A,4/10/2020 14:00,2020-04-10T14:00:00Z,04/10 10:00,23,,2020-04-10T14:00:00Z,10,119,1732,11741,11741,1851,11741,0,0,028d4d71780d28f85170bec2c8bec1e90ea905c1,0,0,0,0,0,
+20200410,FL,17531,145299,1411,,2487,,,,,,A,4/10/2020 11:30,2020-04-10T11:30:00Z,04/10 07:30,390,2487,2020-04-10T11:30:00Z,12,1167,9114,164241,162830,10281,162830,36,219,94ec2521c89bbfad53063cdf76572f67f1ef95bd,0,0,0,0,0,
+20200410,GA,11483,34664,,,2351,,,,,,A,4/10/2020 11:28,2020-04-10T11:28:00Z,04/10 07:28,416,2351,2020-04-10T11:28:00Z,13,917,4145,46147,46147,5062,46147,37,192,fe3a1d8acea9fe1d6185ced3afeb1592b02c80a7,0,0,0,0,0,
+20200410,GU,130,662,,14,,2,,2,,41,,4/9/2020 20:45,2020-04-09T20:45:00Z,04/09 16:45,4,,2020-04-09T20:45:00Z,66,2,69,792,792,71,792,0,0,4d8952c216f84e4425ef37460a495457b7a85378,0,0,0,0,0,
+20200410,HI,442,15707,,,42,,6,,2,251,A,4/9/2020 18:00,2020-04-09T18:00:00Z,04/09 14:00,6,42,2020-04-09T18:00:00Z,15,7,391,16149,16149,398,16149,1,0,70963c4ae8e995d58d6af7b26786aaf981f9c57f,0,0,0,0,0,
+20200410,IA,1388,14565,,125,,55,,30,,506,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,31,,2020-04-10T00:00:00Z,19,118,862,15953,15953,980,15953,2,0,11f5ab047de42a39ca006f41a22636c475263ca7,0,0,0,0,0,
+20200410,ID,1353,11741,,,127,,33,,,,A,4/9/2020 19:00,2020-04-09T19:00:00Z,04/09 15:00,24,127,2020-04-09T19:00:00Z,16,121,442,13094,13094,563,13094,6,14,7518e7f82405ef766774a3c566cbb563ae64437e,0,0,0,0,0,
+20200410,IL,17887,69640,,3680,,1166,,821,,,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,596,,2020-04-10T00:00:00Z,17,1465,5205,87527,87527,6670,87527,68,0,792cd17b67a1adf3ade084c4a2e79aad7fc4894a,0,0,0,0,0,
+20200410,IN,6907,28133,,,,820,,497,,,B,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,300,,2020-04-10T10:00:00Z,18,556,2351,35040,35040,2907,35040,55,0,65be93ee6bb50965ac361d7f9cf6ad3c4ad9a2a5,0,0,0,0,0,
+20200410,KS,1166,10248,,,274,,,,,,B,4/10/2020 09:30,2020-04-10T09:30:00Z,04/10 05:30,50,274,2020-04-10T09:30:00Z,20,60,579,11414,11414,639,11414,8,11,20197d21e896d830bbf379ffe6cc7131cea9c7f3,0,0,0,0,0,
+20200410,KY,1693,22595,,271,459,105,177,,,464,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,90,459,2020-04-10T17:00:00Z,21,347,2140,24288,24288,2487,24288,17,459,7b69ca0b3ee1924b9cc72658970c90487b5fcd3e,0,0,0,0,0,
+20200410,LA,19253,73027,,2054,,,,479,,,A,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,755,,2020-04-10T13:00:00Z,22,970,4391,92280,92280,5361,92280,53,0,e9720faca4f276f117ec7a088daabdc49922ba5d,0,0,0,0,0,
+20200410,MA,20878,81564,,2435,2435,,,,,,B,4/10/2020 12:30,2020-04-10T12:30:00Z,04/10 08:30,832,2435,2020-04-10T12:30:00Z,25,2035,5418,102442,102442,7453,102442,107,133,2aa573a8c1aa5b5f7823dc7921753dcbc34e4115,0,0,0,0,0,
+20200410,MD,6968,37480,,,1413,,,,,397,A,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,171,1413,2020-04-10T10:00:00Z,24,783,2136,44448,44448,2919,44448,33,65,ea8233a5be17c452ed9c99d0842ddd090751c7b9,0,0,0,0,0,
+20200410,ME,586,6088,,,111,,,,,246,A,4/10/2020 12:00,2020-04-10T12:00:00Z,04/10 08:00,17,111,2020-04-10T12:00:00Z,23,26,0,6674,6674,26,6674,1,6,3f5c6f02ac5affe1f87068608f62efd26fd08f61,0,0,0,0,0,
+20200410,MI,22783,49261,,3823,,1663,,1394,,56,B,4/10/2020 11:00,2020-04-10T11:00:00Z,04/10 07:00,1281,,2020-04-10T11:00:00Z,26,1279,3711,72044,72044,4990,72044,205,0,63d5ec36d2ffec1b9007f3d6301f14efcf72cc4c,0,0,0,0,0,
+20200410,MN,1336,32558,,143,317,64,131,,,675,A,4/9/2020 17:00,2020-04-09T17:00:00Z,04/09 13:00,57,317,2020-04-09T17:00:00Z,27,94,1506,33894,33894,1600,33894,7,24,2c6f77524ce63eca0a2d2916c10368533606bd15,0,0,0,0,0,
+20200410,MO,3799,36941,,568,,,,,,,A,4/10/2020 15:00,2020-04-10T15:00:00Z,04/10 11:00,96,,2020-04-10T15:00:00Z,29,260,1986,40740,40740,2246,40740,19,0,2e62f884a067fedf0ceddf53d147cde5f760177c,0,0,0,0,0,
+20200410,MP,11,27,9,,,,,,,,,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,2,,2020-04-10T00:00:00Z,69,0,0,47,38,0,38,0,0,2a1e93631fc318ec9a7a15eaa3f6553405047b27,0,0,0,0,0,
+20200410,MS,2469,18632,,,482,,,,,,A,4/9/2020 19:00,2020-04-09T19:00:00Z,04/09 15:00,82,482,2020-04-09T19:00:00Z,28,209,0,21101,21101,209,21101,6,41,e2569b107c3f1da3f32f55e9b9b328e54c436046,0,0,0,0,0,
+20200410,MT,365,7932,,29,41,,,,,165,A,4/10/2020 11:25,2020-04-10T11:25:00Z,04/10 07:25,6,41,2020-04-10T11:25:00Z,30,11,426,8297,8297,437,8297,0,5,42ee82ec7d1070e965c76ee0c84e2755d1238a22,0,0,0,0,0,
+20200410,NC,3908,53737,,423,,,,,,,A,4/10/2020 11:00,2020-04-10T11:00:00Z,04/10 07:00,74,,2020-04-10T11:00:00Z,37,257,9579,57645,57645,9836,57645,9,0,b6f11a462de2c580fef95522d5d5c44f6e660f85,0,0,0,0,0,
+20200410,ND,278,9330,,13,36,,,,,105,B,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,6,36,2020-04-10T13:00:00Z,38,9,609,9608,9608,618,9608,1,2,350127b7aec2fc54a8291b87ed23d892c0239a86,0,0,0,0,0,
+20200410,NE,635,8719,,,,,,,,,A,4/10/2020 13:50,2020-04-10T13:50:00Z,04/10 09:50,15,,2020-04-10T13:50:00Z,31,68,603,9354,9354,671,9354,1,0,29dae4abc9b05d48fc019ac47d38c4176900916b,0,0,0,0,0,
+20200410,NH,819,9139,155,,124,,,,,234,B,4/9/2020 09:00,2020-04-09T09:00:00Z,04/09 05:00,21,124,2020-04-09T09:00:00Z,33,31,376,10113,9958,407,9958,3,6,5719109cda3f4cedb327d792f9a75e3e9849807b,0,0,0,0,0,
+20200410,NJ,54588,58935,,7570,,1679,,1663,,682,A,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,1932,,2020-04-10T13:00:00Z,34,3561,2770,113523,113523,6331,113523,232,0,bf08f65d005a72eacac6439c8ecdd62ff394068b,0,0,0,0,0,
+20200410,NM,1091,26007,,73,,,,18,,217,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,19,,2020-04-10T00:00:00Z,35,226,3065,27098,27098,3291,27098,3,0,b47d0856cc03497a7b581497bef33c8629c53d27,0,0,0,0,0,
+20200410,NV,2584,20165,,282,,,,,,,A,4/10/2020 10:30,2020-04-10T10:30:00Z,04/10 06:30,86,,2020-04-10T10:30:00Z,32,128,850,22749,22749,978,22749,6,0,f9b03982c05ae465c22c5e74b7b98e0041ae2ff7,0,0,0,0,0,
+20200410,NY,170512,247373,,18569,45768,4908,,,,20249,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,7844,45768,2020-04-10T00:00:00Z,36,10575,15761,417885,417885,26336,417885,777,2916,217e9f36cb89ed87c4f198637148b513f81ed2bc,0,0,0,0,0,
+20200410,OH,5878,52695,,,1755,,548,,,,B,4/10/2020 14:00,2020-04-10T14:00:00Z,04/10 10:00,231,1755,2020-04-10T14:00:00Z,39,366,2222,58573,58573,2588,58573,18,143,4189783dcfff21dee75ea24740293274370dc9a8,0,0,0,0,0,
+20200410,OK,1794,20370,,186,428,122,,,,790,B,4/10/2020 08:00,2020-04-10T08:00:00Z,04/10 04:00,88,428,2020-04-10T08:00:00Z,40,110,1775,22164,22164,1885,22164,8,13,64629a33ac63d0f7a8fc0a77a299b571cf05a588,0,0,0,0,0,
+20200410,OR,1321,24306,,146,326,66,,54,,,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,44,326,2020-04-09T11:00:00Z,41,0,0,25627,25627,0,25627,0,0,e9cbfcca5a384c2980f5286fde4f93aa0cbac99a,0,0,0,0,0,
+20200410,PA,19979,93040,,2072,,,,611,,,A,4/10/2020 12:00,2020-04-10T12:00:00Z,04/10 08:00,416,,2020-04-10T12:00:00Z,42,1751,5666,113019,113019,7417,113019,78,0,bb88d1002be2e7d0a335a7eac7a41b0942b9d3b3,0,0,0,0,0,
+20200410,PR,725,5121,1392,,,,,,,,A,4/10/2020 06:00,2020-04-10T06:00:00Z,04/10 02:00,39,,2020-04-10T06:00:00Z,72,42,418,7238,5846,460,5846,6,0,88a6668de7e84f767085fec01cdb978fca6a9baa,0,0,0,0,0,
+20200410,RI,2015,12281,,169,,45,,26,,35,B,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,49,,2020-04-10T00:00:00Z,44,288,1599,14296,14296,1887,14296,6,0,51057f281820ae3648ba880d73615f523600ce0a,0,0,0,0,0,
+20200410,SC,3065,25118,,,496,,,,,,B,4/10/2020 15:49,2020-04-10T15:49:00Z,04/10 11:49,72,496,2020-04-10T15:49:00Z,45,273,543,28183,28183,816,28183,5,255,152f7f2fb49c0db22f8a0bd7a4bb9d19f725ad63,0,0,0,0,0,
+20200410,SD,536,7111,,,29,,,,,177,A,4/9/2020 18:00,2020-04-09T18:00:00Z,04/09 14:00,6,29,2020-04-09T18:00:00Z,46,89,411,7647,7647,500,7647,0,2,61d78f5caebc17dbd3639f9a3bc94cd0380975a0,0,0,0,0,0,
+20200410,TN,4862,57937,,,536,,,,,1145,A,4/10/2020 15:00,2020-04-10T15:00:00Z,04/10 11:00,98,536,2020-04-10T15:00:00Z,47,228,2722,62799,62799,2950,62799,4,31,224e03596eccbaf04fc4afd3ef8eafa485d4b9f5,0,0,0,0,0,
+20200410,TX,11671,104047,,1532,,,,,,1366,A,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,226,,2020-04-10T13:00:00Z,48,1441,8143,115718,115718,9584,115718,27,0,8a3173d2400bb7460805d080806d2107ecda81f0,0,0,0,0,0,
+20200410,UT,2102,38660,,,183,,,,,,A,4/10/2020 15:00,2020-04-10T15:00:00Z,04/10 11:00,17,183,2020-04-10T15:00:00Z,49,126,2263,40762,40762,2389,40762,4,15,c68642c8b3171f53c6bc9947b35300f795274086,0,0,0,0,0,
+20200410,VA,4509,30950,521,1238,772,457,,287,,,A,4/10/2020 09:00,2020-04-10T09:00:00Z,04/10 05:00,121,772,2020-04-10T09:00:00Z,51,467,1966,35980,35459,2433,35459,12,87,23413e2bef1dff33346bcefc34cbae79d2e5b7f9,0,0,0,0,0,
+20200410,VI,50,273,45,3,,,,,,43,,4/9/2020 21:30,2020-04-09T21:30:00Z,04/09 17:30,1,,2020-04-09T21:30:00Z,78,4,22,368,323,26,323,0,0,2142acbc977f77be046b91a5d62e4ead5cdc40b1,0,0,0,0,0,
+20200410,VT,713,7502,,32,,,,,,15,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,24,,2020-04-10T00:00:00Z,50,33,284,8215,8215,317,8215,1,0,4f165d9b4e752838383e1015cc68f9678b72e49b,0,0,0,0,0,
+20200410,WA,10350,117099,,642,,191,,,,,C,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,476,,2020-04-10T00:00:00Z,53,301,3935,127449,127449,4236,127449,17,0,5fe8bbf1fb0df1e05dec0c53b33c345f54aedd06,0,0,0,0,0,
+20200410,WI,3068,33225,,,904,190,247,,,,A,4/10/2020 16:00,2020-04-10T16:00:00Z,04/10 12:00,128,904,2020-04-10T16:00:00Z,55,183,1801,36293,36293,1984,36293,17,61,e6aecc117170b495335ce9627c8e5cffb4760c41,0,0,0,0,0,
+20200410,WV,554,14001,,85,,20,,22,,63,B,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,5,,2020-04-10T10:00:00Z,54,31,661,14555,14555,692,14555,0,0,3465385633b9a57f0824324dffc1915f64d292e6,0,0,0,0,0,
+20200410,WY,253,4736,,,37,,,,,105,A,4/9/2020 18:00,2020-04-09T18:00:00Z,04/09 14:00,0,37,2020-04-09T18:00:00Z,56,23,816,4989,4989,839,4989,0,3,03de4ed90f091779eed99b08f73c9e555a4de60d,0,0,0,0,0,
+20200409,AK,235,6988,,,27,,,,,49,A,4/9/2020 16:00,2020-04-09T16:00:00Z,04/09 12:00,7,27,2020-04-09T16:00:00Z,02,9,146,7223,7223,155,7223,0,0,a09f76e97626d3cf313f1448c580afdf61b3e762,0,0,0,0,0,
+20200409,AL,2769,18058,,,333,,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,74,333,2020-04-09T00:00:00Z,01,400,1305,20827,20827,1705,20827,8,19,7ebf2fb3a7674e732e878b9e5004efe7c5d25635,0,0,0,0,0,
+20200409,AR,1119,13832,,73,130,,43,31,39,288,A,4/9/2020 14:35,2020-04-09T14:35:00Z,04/09 10:35,21,130,2020-04-09T14:35:00Z,05,119,302,14951,14951,421,14951,3,0,df18065ac48d43fc9a3993227ff60003667c8f49,0,0,0,0,0,
+20200409,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,c4cf609612734d37c0902d9d75cd0639f5f30a8f,0,0,0,0,0,
+20200409,AZ,3018,34160,,,,,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,89,,2020-04-09T00:00:00Z,04,292,2322,37178,37178,2614,37178,9,0,2454a32b436c1740dd71c1c0084e3150ed2ae67f,0,0,0,0,0,
+20200409,CA,18309,145191,14100,2825,,1132,,,,,B,4/8/2020 19:00,2020-04-08T19:00:00Z,04/08 15:00,492,,2020-04-08T19:00:00Z,06,1352,17884,177600,163500,19236,163500,50,0,d0ed64b81e8d3ebdf57805ff45ad3885dc54f084,0,0,0,0,0,
+20200409,CO,5655,23544,,848,1162,,,,,,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,193,1162,2020-04-07T00:00:00Z,08,226,879,29199,29199,1105,29199,14,83,23ceba4df9f278dd7ef67db94494a077063916db,0,0,0,0,0,
+20200409,CT,9784,23718,,1464,,,,,,,A,4/9/2020 16:00,2020-04-09T16:00:00Z,04/09 12:00,380,,2020-04-09T16:00:00Z,09,2003,2463,33502,33502,4466,33502,103,0,8ddbcbf357c60cff638fc530f0214bc3f79b1644,0,0,0,0,0,
+20200409,DC,1523,7201,,,,,,,,393,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,32,,2020-04-08T00:00:00Z,11,83,358,8724,8724,441,8724,5,0,7d2128939ae08a0becc4854021ce695f05efa07a,0,0,0,0,0,
+20200409,DE,1207,8683,,201,,,,,,173,A,4/9/2020 17:00,2020-04-09T17:00:00Z,04/09 13:00,23,,2020-04-09T17:00:00Z,10,279,1055,9890,9890,1334,9890,7,0,d8c4beb18716999c1e7d9994fa165d2284308f7c,0,0,0,0,0,
+20200409,FL,16364,136185,1395,,2268,,,,,,A,4/9/2020 10:00,2020-04-09T10:00:00Z,04/09 06:00,354,2268,2020-04-09T10:00:00Z,12,909,8506,153944,152549,9415,152549,45,206,714d4371e3655d20bf6afc18af3b8cfcd6d243ea,0,0,0,0,0,
+20200409,GA,10566,30519,,,2159,,,,,,A,4/9/2020 11:54,2020-04-09T11:54:00Z,04/09 07:54,379,2159,2020-04-09T11:54:00Z,13,665,1633,41085,41085,2298,41085,17,166,28bf051b7bdf164e0b6dc9eb294dd532fb6e6883,0,0,0,0,0,
+20200409,GU,128,593,,14,,2,,2,,33,,4/9/2020 08:00,2020-04-09T08:00:00Z,04/09 04:00,4,,2020-04-09T08:00:00Z,66,3,31,721,721,34,721,0,0,b418e661ff439ecb6c33b1e25e421e80d9e168d9,0,0,0,0,0,
+20200409,HI,435,15316,,,42,,6,,,113,A,4/8/2020 18:00,2020-04-08T18:00:00Z,04/08 14:00,5,42,2020-04-08T18:00:00Z,15,25,577,15751,15751,602,15751,0,0,560a1709fa48d017c42b16fb11c179432711ebe5,0,0,0,0,0,
+20200409,IA,1270,13703,,122,,,,,,476,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,29,,2020-04-09T00:00:00Z,19,125,882,14973,14973,1007,14973,2,-193,ddca2adc80f76b8d57c01672715b048b7f8b486a,0,0,0,0,0,
+20200409,ID,1232,11299,,,113,,29,,,,A,4/8/2020 19:00,2020-04-08T19:00:00Z,04/08 15:00,18,113,2020-04-08T19:00:00Z,16,22,611,12531,12531,633,12531,3,20,99323072809c36968de3554cd7b07dcf1d8888d2,0,0,0,0,0,
+20200409,IL,16422,64435,,3680,,1166,,821,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,528,,2020-04-09T00:00:00Z,17,1344,4447,80857,80857,5791,80857,66,0,be94932d19b8f5d6d97d0f42ee841d38c82b622d,0,0,0,0,0,
+20200409,IN,6351,25782,,,,924,,507,,,B,4/8/2020 23:59,2020-04-08T23:59:00Z,04/08 19:59,245,,2020-04-08T23:59:00Z,18,408,856,32133,32133,1264,32133,42,0,888c485c1ec312594d63c9f6943ed6352185f48d,0,0,0,0,0,
+20200409,KS,1106,9669,,,263,,,,,,B,4/9/2020 12:00,2020-04-09T12:00:00Z,04/09 08:00,42,263,2020-04-09T12:00:00Z,20,60,532,10775,10775,592,10775,4,40,c3085e6e709aafc11df74acb7dfaab981df86f20,0,0,0,0,0,
+20200409,KY,1346,20455,,,,,,,,,A,4/8/2020 17:00,2020-04-08T17:00:00Z,04/08 13:00,73,,2020-04-08T17:00:00Z,21,197,0,21801,21801,197,21801,8,0,b452e447ca1ea3299fa488c6de1abf6aaf32b023,0,0,0,0,0,
+20200409,LA,18283,68636,,2014,,,,473,,,A,4/9/2020 13:00,2020-04-09T13:00:00Z,04/09 09:00,702,,2020-04-09T13:00:00Z,22,1253,4260,86919,86919,5513,86919,50,0,d200ef7d1cb3c2eed1d8dad658d6e1259e621712,0,0,0,0,0,
+20200409,MA,18843,76146,,2302,2302,,,,,,B,4/9/2020 12:30,2020-04-09T12:30:00Z,04/09 08:30,725,2302,2020-04-09T12:30:00Z,25,2151,5297,94989,94989,7448,94989,110,183,279fc4b069b2d5f5c9a3021a826433ca1e33fa1c,0,0,0,0,0,
+20200409,MD,6185,35344,,,1348,,,,,376,A,4/9/2020 10:00,2020-04-09T10:00:00Z,04/09 06:00,138,1348,2020-04-09T10:00:00Z,24,656,2411,41529,41529,3067,41529,14,138,1b0c56678462dbdf779ad7fabb3bcb557179add1,0,0,0,0,0,
+20200409,ME,560,6088,,,105,,,,,202,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,16,105,2020-04-09T11:00:00Z,23,23,0,6648,6648,23,6648,2,4,0c9ea7620ba6099d4fdd5fa3e06b02bc303ca0e6,0,0,0,0,0,
+20200409,MI,21504,45550,,3826,,1628,,1434,,56,B,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,1076,,2020-04-09T11:00:00Z,26,915,0,67054,67054,915,67054,117,0,5abb12a21c94f12b78d15a34aaef27989c957535,0,0,0,0,0,
+20200409,MN,1242,31052,,145,293,63,119,,,625,A,4/9/2020 12:00,2020-04-09T12:00:00Z,04/09 08:00,50,293,2020-04-09T12:00:00Z,27,88,1453,32294,32294,1541,32294,11,22,514947b4cab29796cfb6b71ffd0632c259fe1dc0,0,0,0,0,0,
+20200409,MO,3539,34955,,568,,,,,,,A,4/9/2020 15:00,2020-04-09T15:00:00Z,04/09 11:00,77,,2020-04-09T15:00:00Z,29,212,4172,38494,38494,4384,38494,19,0,914d599ba2506fb6a4116f055ee202faac30848e,0,0,0,0,0,
+20200409,MP,11,27,9,,,,,,,,,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,2,,2020-04-08T00:00:00Z,69,0,0,47,38,0,38,0,0,4e82622d313358a9787026df565b2cbfa06be122,0,0,0,0,0,
+20200409,MS,2260,18632,,,441,,,,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,76,441,2020-04-08T00:00:00Z,28,257,0,20892,20892,257,20892,9,31,c753e2d6aa9faa6052ad4fe62dd9df8d39c3b92f,0,0,0,0,0,
+20200409,MT,354,7506,,13,36,,,,,157,A,4/9/2020 13:33,2020-04-09T13:33:00Z,04/09 09:33,6,36,2020-04-09T13:33:00Z,30,22,440,7860,7860,462,7860,0,5,c343dfadafa0ccd40cc87c5856e48d4c08cdc74b,0,0,0,0,0,
+20200409,NC,3651,44158,,398,,,,,,,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,65,,2020-04-09T11:00:00Z,37,225,4597,47809,47809,4822,47809,12,0,9d1354b4b45a8f65ce286eb537774791c9203cbf,0,0,0,0,0,
+20200409,ND,269,8721,,14,34,,,,,101,B,4/9/2020 13:00,2020-04-09T13:00:00Z,04/09 09:00,5,34,2020-04-09T13:00:00Z,38,18,420,8990,8990,438,8990,1,0,ab12e97ac60f5801fbed38aa9acc02eac348606f,0,0,0,0,0,
+20200409,NE,567,8116,,,,,,,,,A,4/9/2020 13:36,2020-04-09T13:36:00Z,04/09 09:36,14,,2020-04-09T13:36:00Z,31,48,674,8683,8683,722,8683,2,0,6ad831e872d8303445d9076cddd0bc2d55fde2e4,0,0,0,0,0,
+20200409,NH,788,8763,143,,118,,,,,227,B,4/8/2020 09:00,2020-04-08T09:00:00Z,04/08 05:00,18,118,2020-04-08T09:00:00Z,33,0,374,9694,9551,374,9551,0,0,cb755641d730b5d65ab0e87f7f0c62680c5a2053,0,0,0,0,0,
+20200409,NJ,51027,56165,,7363,,1523,,1551,,,A,4/9/2020 08:00,2020-04-09T08:00:00Z,04/09 04:00,1700,,2020-04-09T08:00:00Z,34,3590,3186,107192,107192,6776,107192,196,0,e480460a1976655c0b9e9644e87db8fe0a801ecd,0,0,0,0,0,
+20200409,NM,865,22942,,59,,,,18,,201,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,16,,2020-04-08T00:00:00Z,35,71,1491,23807,23807,1562,23807,3,0,b6a84016d1720ca67d36fc6fae6105dd8a2b9203,0,0,0,0,0,
+20200409,NV,2456,19315,,282,,,,,,,A,4/9/2020 09:30,2020-04-09T09:30:00Z,04/09 05:30,80,,2020-04-09T09:30:00Z,32,138,1067,21771,21771,1205,21771,9,0,c7e30443f97c18a9a368fc45d57da559fb89dc11,0,0,0,0,0,
+20200409,NY,159937,231612,,18279,42852,4925,,,,18297,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,7067,42852,2020-04-09T00:00:00Z,36,10621,15775,391549,391549,26396,391549,799,2870,54493d3b996a95067a26cd9538766816aa216881,0,0,0,0,0,
+20200409,OH,5512,50473,,,1612,,497,,,,B,4/9/2020 14:00,2020-04-09T14:00:00Z,04/09 10:00,213,1612,2020-04-09T14:00:00Z,39,364,2280,55985,55985,2644,55985,20,117,b75ff5dbbdc9cf0958738acfab5fde38fdf186e4,0,0,0,0,0,
+20200409,OK,1684,18595,,188,415,120,,,,686,B,4/9/2020 08:00,2020-04-09T08:00:00Z,04/09 04:00,80,415,2020-04-09T08:00:00Z,40,160,6774,20279,20279,6934,20279,1,25,c2f213a2a0a02c8466754b96cab4ecbc7321a88e,0,0,0,0,0,
+20200409,OR,1321,24306,,146,326,66,,54,,,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,44,326,2020-04-09T11:00:00Z,41,82,981,25627,25627,1063,25627,11,2,9a2b265f76485773ed7ed02d68fc80399fe0dd48,0,0,0,0,0,
+20200409,PA,18228,87374,,2051,,,,592,,,A,4/9/2020 12:00,2020-04-09T12:00:00Z,04/09 08:00,338,,2020-04-09T12:00:00Z,42,1989,5075,105602,105602,7064,105602,29,0,73c7dfb445dc766437a0047c071a5f88ff97db52,0,0,0,0,0,
+20200409,PR,683,4703,1304,,,,,,,,A,4/9/2020 07:00,2020-04-09T07:00:00Z,04/09 03:00,33,,2020-04-09T07:00:00Z,72,63,437,6690,5386,500,5386,9,0,591f5568beb059990aeeabd3852fe80413c558a8,0,0,0,0,0,
+20200409,RI,1727,10682,,160,,45,,26,,35,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,43,,2020-04-09T00:00:00Z,44,277,0,12409,12409,277,12409,8,0,411ac55124665bc758ba24f8be5a5cdd39ab2f4a,0,0,0,0,0,
+20200409,SC,2792,24575,,,241,,,,,,B,4/9/2020 16:08,2020-04-09T16:08:00Z,04/09 12:08,67,241,2020-04-09T16:08:00Z,45,240,2493,27367,27367,2733,27367,4,0,e5ac6d526345646ab1d134ee2d485e7f0b0451bd,0,0,0,0,0,
+20200409,SD,447,6700,,,27,,,,,161,A,4/8/2020 18:00,2020-04-08T18:00:00Z,04/08 14:00,6,27,2020-04-08T18:00:00Z,46,54,345,7147,7147,399,7147,0,1,b756338d41bee837d0171913610372b9816daa88,0,0,0,0,0,
+20200409,TN,4634,55215,,,505,,,,,921,A,4/9/2020 15:00,2020-04-09T15:00:00Z,04/09 11:00,94,505,2020-04-09T15:00:00Z,47,272,2959,59849,59849,3231,59849,15,56,b58141158e940024474d12a100b3fd53ca1c4769,0,0,0,0,0,
+20200409,TX,10230,95904,,1439,,,,,,1101,A,4/9/2020 13:15,2020-04-09T13:15:00Z,04/09 09:15,199,,2020-04-09T13:15:00Z,48,877,8999,106134,106134,9876,106134,22,0,9de3ef7db3459c4382fce1a70c60d235247ad572,0,0,0,0,0,
+20200409,UT,1976,36397,,,168,,,,,,A,4/9/2020 15:00,2020-04-09T15:00:00Z,04/09 11:00,13,168,2020-04-09T15:00:00Z,49,130,2127,38373,38373,2257,38373,0,10,81da6be591df9919182b231480660266b91a7949,0,0,0,0,0,
+20200409,VA,4042,28984,627,669,685,469,,285,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,109,685,2020-04-09T00:00:00Z,51,397,1984,33653,33026,2381,33026,34,70,896b96eca787a15aa5a6ec7828c81ae0dc4792c7,0,0,0,0,0,
+20200409,VI,46,251,42,,,,,,,39,,4/8/2020 22:00,2020-04-08T22:00:00Z,04/08 18:00,1,,2020-04-08T22:00:00Z,78,1,9,339,297,10,297,0,0,24ead701cf336ce49b31b3ef6e620a7e059e926f,0,0,0,0,0,
+20200409,VT,680,7218,,33,,,,,,15,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,23,,2020-04-09T00:00:00Z,50,49,217,7898,7898,266,7898,0,-50,fc75f2d4af38b7139dec566cd6460ce10699059c,0,0,0,0,0,
+20200409,WA,10049,113164,,650,,191,,,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,459,,2020-04-09T00:00:00Z,53,362,3832,123213,123213,4194,123213,16,0,bbccf70d870a31996295e09f5940940af80233d8,0,0,0,0,0,
+20200409,WI,2885,31424,,,843,,230,,,,A,4/9/2020 16:00,2020-04-09T16:00:00Z,04/09 12:00,111,843,2020-04-09T16:00:00Z,55,129,1309,34309,34309,1438,34309,12,53,3382aba361d3e7b175d81f513eccfce8f50b3d7a,0,0,0,0,0,
+20200409,WV,523,13340,,,,,,,,,B,4/9/2020 17:00,2020-04-09T17:00:00Z,04/09 13:00,5,,2020-04-09T17:00:00Z,54,61,1257,13863,13863,1318,13863,1,0,7e66cfafe9cf8e270d88564528e72abd2bbd9805,0,0,0,0,0,
+20200409,WY,230,3920,,,34,,,,,94,A,4/8/2020 16:59,2020-04-08T16:59:00Z,04/08 12:59,0,34,2020-04-08T16:59:00Z,56,9,77,4150,4150,86,4150,0,1,80a6c6be283481619248d95e6d4483c38e6c6c94,0,0,0,0,0,
+20200408,AK,226,6842,,,27,,,,,32,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,7,27,2020-04-08T15:00:00Z,02,13,142,7068,7068,155,7068,1,4,0b33b8155a3ac5aca9f0e810b171f066307f99a6,0,0,0,0,0,
+20200408,AL,2369,16753,,,314,,,,,,B,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,66,314,2020-04-08T00:00:00Z,01,250,3956,19122,19122,4206,19122,10,43,7d448dbc71ecbf756c103558319311f33c58f89c,0,0,0,0,0,
+20200408,AR,1000,13530,,76,130,,43,30,39,208,A,4/8/2020 14:35,2020-04-08T14:35:00Z,04/08 10:35,18,130,2020-04-08T14:35:00Z,05,54,838,14530,14530,892,14530,2,-18,087a7f4b4d54c2214430c3cffd72ae8c46314259,0,0,0,0,0,
+20200408,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,61ec301e6dfab862891d464223285477ed60df25,0,0,0,0,0,
+20200408,AZ,2726,31838,,,,,,,,,B,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,80,,2020-04-08T00:00:00Z,04,151,1038,34564,34564,1189,34564,7,0,cd105472b1c84356b2cd135811265ffaac08b234,0,0,0,0,0,
+20200408,CA,16957,127307,14600,2714,,1154,,,,,B,4/7/2020 18:00,2020-04-07T18:00:00Z,04/07 14:00,442,,2020-04-07T18:00:00Z,06,1092,11943,158864,144264,13035,144264,68,0,0d7e41f9ddd4ef0c05c804e6a52a03a05ebef531,0,0,0,0,0,
+20200408,CO,5429,22665,,833,1079,,,,,,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,179,1079,2020-04-06T00:00:00Z,08,257,962,28094,28094,1219,28094,29,85,bdc72908c16f113090bca2f03cbb6273927659b2,0,0,0,0,0,
+20200408,CT,7781,21255,,1308,,,,,,,A,4/7/2020 22:00,2020-04-07T22:00:00Z,04/07 18:00,277,,2020-04-07T22:00:00Z,09,0,0,29036,29036,0,29036,0,0,c64f8c4e1ec5bfc5419d7ab3c029676b4af6899e,0,0,0,0,0,
+20200408,DC,1440,6843,,,,,,,,361,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,27,,2020-04-07T00:00:00Z,11,229,231,8283,8283,460,8283,5,0,519437e32d471d765a35e3ed1e1f7605e9fa2a5a,0,0,0,0,0,
+20200408,DE,928,7628,,147,,,,,,144,A,4/7/2020 16:30,2020-04-07T16:30:00Z,04/07 12:30,16,,2020-04-07T16:30:00Z,10,0,0,8556,8556,0,8556,0,0,f2193f069d78997e491f2233b08c8c1105b0441b,0,0,0,0,0,
+20200408,FL,15455,127679,1324,,2062,,,,,,A,4/8/2020 14:00,2020-04-08T14:00:00Z,04/08 10:00,309,2062,2020-04-08T14:00:00Z,12,708,4264,144458,143134,4972,143134,13,63,4157099ce16fd13fd69c3d06245db94bbfe2f628,0,0,0,0,0,
+20200408,GA,9901,28886,,,1993,,,,,,A,4/8/2020 12:29,2020-04-08T12:29:00Z,04/08 08:29,362,1993,2020-04-08T12:29:00Z,13,1083,3991,38787,38787,5074,38787,33,219,a3482c1a363b755792081c5994963724cafcfeff,0,0,0,0,0,
+20200408,GU,125,562,,21,,2,,2,,31,,4/8/2020 07:30,2020-04-08T07:30:00Z,04/08 03:30,4,,2020-04-08T07:30:00Z,66,4,33,687,687,37,687,0,0,8e7443aec04739bf6e509b1169013995f636c41a,0,0,0,0,0,
+20200408,HI,410,14739,,,42,,6,,,113,A,4/7/2020 18:00,2020-04-07T18:00:00Z,04/07 14:00,5,42,2020-04-07T18:00:00Z,15,23,1584,15149,15149,1607,15149,0,16,db533cf36f2e4aaf3b1e06620f0f6b74f298feb2,0,0,0,0,0,
+20200408,IA,1145,12821,,122,193,,,,,431,A,4/8/2020 13:00,2020-04-08T13:00:00Z,04/08 09:00,27,193,2020-04-08T13:00:00Z,19,97,1151,13966,13966,1248,13966,1,0,c2d116336babca8b6857462e0ecb0d55b2683f7d,0,0,0,0,0,
+20200408,ID,1210,10688,,,93,,24,,,,A,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,15,93,2020-04-07T19:00:00Z,16,40,612,11898,11898,652,11898,2,10,9258752bf69c78dfcf510196b3d408604e9a25a3,0,0,0,0,0,
+20200408,IL,15078,59988,,3680,,1166,,821,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,462,,2020-04-08T00:00:00Z,17,1529,4805,75066,75066,6334,75066,82,0,596d537bccad6d947240bb70a10fafa86ea54a4c,0,0,0,0,0,
+20200408,IN,5943,24926,,,,924,,507,,,B,4/8/2020 02:45,2020-04-08T02:45:00Z,04/07 22:45,203,,2020-04-08T02:45:00Z,18,436,1669,30869,30869,2105,30869,30,0,1099edf4ecd1d94f6f9fef0a68d8405a40d3c88b,0,0,0,0,0,
+20200408,KS,1046,9137,,,223,,,,,,B,4/7/2020 12:00,2020-04-07T12:00:00Z,04/07 08:00,38,223,2020-04-07T12:00:00Z,20,146,523,10183,10183,669,10183,11,0,0c0e615bbdef85ac1f3400ded55f34758e1c3f0c,0,0,0,0,0,
+20200408,KY,1149,20455,,,,,,,,,A,4/7/2020 17:00,2020-04-07T17:00:00Z,04/07 13:00,65,,2020-04-07T17:00:00Z,21,141,1508,21604,21604,1649,21604,6,0,f27ec2be4bbe86114e9838e044d48704dfe0a98e,0,0,0,0,0,
+20200408,LA,17030,64376,,1983,,,,490,,,A,4/8/2020 13:00,2020-04-08T13:00:00Z,04/08 09:00,652,,2020-04-08T13:00:00Z,22,746,6005,81406,81406,6751,81406,70,0,6dc9fcdcd437b7c2a88e7686135eb54ed2924843,0,0,0,0,0,
+20200408,MA,16692,70849,,2119,2119,,,,,,B,4/8/2020 12:30,2020-04-08T12:30:00Z,04/08 08:30,615,2119,2020-04-08T12:30:00Z,25,1588,4579,87541,87541,6167,87541,100,288,47f3c4f25c70d06ba3cdf6dfd51b5ce0e7534e86,0,0,0,0,0,
+20200408,MD,5529,32933,,,1210,,,,,365,A,4/8/2020 10:00,2020-04-08T10:00:00Z,04/08 06:00,124,1210,2020-04-08T10:00:00Z,24,1158,5677,38462,38462,6835,38462,21,104,22ba44366f4f4b12d08c5cfd29b337ade901bf76,0,0,0,0,0,
+20200408,ME,537,6088,,,101,,,,,187,A,4/8/2020 11:00,2020-04-08T11:00:00Z,04/08 07:00,14,101,2020-04-08T11:00:00Z,23,18,0,6625,6625,18,6625,2,2,c3930dd919e28407cd9e8de38be3f05b4b6d6e7e,0,0,0,0,0,
+20200408,MI,20589,45550,,,,,,,,56,B,4/8/2020 11:00,2020-04-08T11:00:00Z,04/08 07:00,959,,2020-04-08T11:00:00Z,26,766,0,66139,66139,766,66139,114,0,91a7e911b48dced737b8722711d74d31b964ac89,0,0,0,0,0,
+20200408,MN,1154,29599,,135,271,64,105,,,593,A,4/8/2020 17:00,2020-04-08T17:00:00Z,04/08 13:00,39,271,2020-04-08T17:00:00Z,27,85,1408,30753,30753,1493,30753,5,29,c977b9926f147909aedc2b89d6a3a0be357f545e,0,0,0,0,0,
+20200408,MO,3327,30783,,519,,,,,,,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,58,,2020-04-08T15:00:00Z,29,290,1851,34110,34110,2141,34110,5,0,1855428f208b8cffe9fd418446306e317d8dc5dc,0,0,0,0,0,
+20200408,MP,11,27,9,,,,,,,,,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,2,,2020-04-08T00:00:00Z,69,3,12,47,38,15,38,0,0,1aaeddf44d7c4040e86956d77e54c4f0a1510322,0,0,0,0,0,
+20200408,MS,2003,18632,,,410,,,,,,A,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,67,410,2020-04-07T19:00:00Z,28,88,0,20635,20635,88,20635,8,33,a983060cbf6ddbb597a1de38b6870fbfd9db30ea,0,0,0,0,0,
+20200408,MT,332,7066,,,31,,,,,135,A,4/8/2020 13:45,2020-04-08T13:45:00Z,04/08 09:45,6,31,2020-04-08T13:45:00Z,30,13,400,7398,7398,413,7398,0,3,cd3e85d0ea1de6dd3dc5185e6765d904b82f4217,0,0,0,0,0,
+20200408,NC,3426,39561,,386,,,,,,,A,4/8/2020 11:00,2020-04-08T11:00:00Z,04/08 07:00,53,,2020-04-08T11:00:00Z,37,205,1700,42987,42987,1905,42987,7,0,b8eaea4936a9449d1f40c0849ee3676e6145f811,0,0,0,0,0,
+20200408,ND,251,8301,,16,34,,,,,98,B,4/8/2020 13:54,2020-04-08T13:54:00Z,04/08 09:54,4,34,2020-04-08T13:54:00Z,38,14,835,8552,8552,849,8552,0,1,e3060807e273391783bcd5fc680c90831297911a,0,0,0,0,0,
+20200408,NE,519,7442,,,,,,,,,A,4/8/2020 13:45,2020-04-08T13:45:00Z,04/08 09:45,12,,2020-04-08T13:45:00Z,31,72,631,7961,7961,703,7961,2,0,bedbf8e593b878b427dd49772defd36044a47413,0,0,0,0,0,
+20200408,NH,788,8389,89,,118,,,,,211,B,4/8/2020 15:11,2020-04-08T15:11:00Z,04/08 11:11,18,118,2020-04-08T15:11:00Z,33,73,370,9266,9177,443,9177,9,15,d67086f4d645e3f796020e7f65d74e3bcefdf785,0,0,0,0,0,
+20200408,NJ,47437,52979,,7026,,1617,,1576,,,A,4/8/2020 14:08,2020-04-08T14:08:00Z,04/08 10:08,1504,,2020-04-08T14:08:00Z,34,3021,2421,100416,100416,5442,100416,272,0,a968a537a7b63383d67d907ed658d0306a6842f8,0,0,0,0,0,
+20200408,NM,794,21451,,51,,,,18,,171,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,13,,2020-04-07T00:00:00Z,35,108,312,22245,22245,420,22245,1,0,647c9e3c447df25e7c1d4230db412b9510afe367,0,0,0,0,0,
+20200408,NV,2318,18248,,282,,,,,,,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,71,,2020-04-08T15:00:00Z,32,231,1696,20566,20566,1927,20566,13,0,7e9f30cf247d2ff93226bc1eb8ce66abc030ec75,0,0,0,0,0,
+20200408,NY,149316,215837,,18079,39982,4593,,,,16353,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,6268,39982,2020-04-07T00:00:00Z,36,10453,14642,365153,365153,25095,365153,779,3050,7af30551de414c78b1091933f23ec2e046d5a813,0,0,0,0,0,
+20200408,OH,5148,48193,,,1495,,472,,,,B,4/8/2020 14:00,2020-04-08T14:00:00Z,04/08 10:00,193,1495,2020-04-08T14:00:00Z,39,366,2137,53341,53341,2503,53341,26,141,09918e6f49e633c63281c0ae77b750e94bb8c372,0,0,0,0,0,
+20200408,OK,1524,11821,,188,390,120,,,,686,B,4/8/2020 08:00,2020-04-08T08:00:00Z,04/08 04:00,79,390,2020-04-08T08:00:00Z,40,52,0,13345,13345,52,13345,12,14,78bf284e26c0897c2e9b59bb8e12759d6f650a89,0,0,0,0,0,
+20200408,OR,1239,23325,,156,324,61,,58,69,,A,4/7/2020 11:00,2020-04-07T11:00:00Z,04/07 07:00,33,324,2020-04-07T11:00:00Z,41,58,1499,24564,24564,1557,24564,0,0,562812170862385a448038a4502a1b43ef427171,0,0,0,0,0,
+20200408,PA,16239,82299,,1898,,,,603,,,A,4/8/2020 14:45,2020-04-08T14:45:00Z,04/08 10:45,309,,2020-04-08T14:45:00Z,42,1680,5580,98538,98538,7260,98538,69,0,c74cb523763948862c249f173e1ed9a8506b2a89,0,0,0,0,0,
+20200408,PR,620,4266,1160,,,,,,,,A,4/8/2020 09:00,2020-04-08T09:00:00Z,04/08 05:00,24,,2020-04-08T09:00:00Z,72,47,300,6046,4886,347,4886,1,0,f006bb9e1eb8f802e3d236c556bd7879d773cb9f,0,0,0,0,0,
+20200408,RI,1450,10682,,143,,45,,26,,35,B,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,35,,2020-04-08T00:00:00Z,44,220,1605,12132,12132,1825,12132,5,0,9734aa29eea6d9213cb1e88330e14a68eb2b749f,0,0,0,0,0,
+20200408,SC,2552,22082,,,241,,,,,,B,4/8/2020 15:30,2020-04-08T15:30:00Z,04/08 11:30,63,241,2020-04-08T15:30:00Z,45,135,819,24634,24634,954,24634,12,0,f50b5c8432ab8d6ce0d70d8ea9c5ca20b401a615,0,0,0,0,0,
+20200408,SD,393,6355,0,,26,,,,,146,A,4/8/2020 12:30,2020-04-08T12:30:00Z,04/08 08:30,6,26,2020-04-08T12:30:00Z,46,73,407,6748,6748,480,6748,0,3,801800385e32d63d25b2f51d1b7c74073ce2b877,0,0,0,0,0,
+20200408,TN,4362,52256,,,449,,,,,592,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,79,449,2020-04-08T15:00:00Z,47,224,3520,56618,56618,3744,56618,7,41,d3dab359ff2b81a17c908702130923a94480e928,0,0,0,0,0,
+20200408,TX,9353,86905,,1491,,,,,,38,A,4/8/2020 14:21,2020-04-08T14:21:00Z,04/08 10:21,177,,2020-04-08T14:21:00Z,48,1091,6518,96258,96258,7609,96258,23,0,3c1530ff6151eda4447008f815709bee04f99e02,0,0,0,0,0,
+20200408,UT,1846,34270,,,158,,,,,,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,13,158,2020-04-08T15:00:00Z,49,108,1361,36116,36116,1469,36116,0,10,268a3ecd15aecbbf0146e7a15a6b57594388058c,0,0,0,0,0,
+20200408,VA,3645,27000,,,615,,145,,108,,A,4/7/2020 17:00,2020-04-07T17:00:00Z,04/07 13:00,75,615,2020-04-07T17:00:00Z,51,312,1688,30645,30645,2000,30645,12,52,e59213dcc46466b15047c2a912101b824b1b8d6a,0,0,0,0,0,
+20200408,VI,45,242,35,,,,,,,39,,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,1,,2020-04-07T19:00:00Z,78,2,20,322,287,22,287,0,0,2e27f6803ef5c6e973f3c0f651d1da26028c2971,0,0,0,0,0,
+20200408,VT,631,7001,,35,50,,,,,15,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,23,50,2020-04-08T00:00:00Z,50,23,356,7632,7632,379,7632,0,5,b19fd06082cfddf421bf1f896fbdf97e08c251c9,0,0,0,0,0,
+20200408,WA,9687,109332,,655,,186,,,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,443,,2020-04-08T00:00:00Z,53,341,4389,119019,119019,4730,119019,14,0,e5aedd7746e72961537516138881abd3b3c9e65d,0,0,0,0,0,
+20200408,WI,2756,30115,,,790,,218,,,,A,4/8/2020 16:00,2020-04-08T16:00:00Z,04/08 12:00,99,790,2020-04-08T16:00:00Z,55,178,1603,32871,32871,1781,32871,7,45,58bc4c59efd47bfa017cf8fbb691c1a2cd333408,0,0,0,0,0,
+20200408,WV,462,12083,,,,,,,,,B,4/8/2020 10:00,2020-04-08T10:00:00Z,04/08 06:00,4,,2020-04-08T10:00:00Z,54,50,436,12545,12545,486,12545,0,0,54cd169db63436d24955324434d52655acfb06d8,0,0,0,0,0,
+20200408,WY,221,3843,,,33,,,,,62,A,4/7/2020 18:21,2020-04-07T18:21:00Z,04/07 14:21,0,33,2020-04-07T18:21:00Z,56,5,54,4064,4064,59,4064,0,0,e9a0594f74729d2f881c65c9eb93d6961368d8c7,0,0,0,0,0,
+20200407,AK,213,6700,,,23,,,,,29,A,4/7/2020 15:15,2020-04-07T15:15:00Z,04/07 11:15,6,23,2020-04-07T15:15:00Z,02,22,8,6913,6913,30,6913,0,0,26ebf309925f57c5260f0b5c769c28068b343aa9,0,0,0,0,0,
+20200407,AL,2119,12797,,,271,,,,,,B,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,56,271,2020-04-07T00:00:00Z,01,151,0,14916,14916,151,14916,6,31,cfebd44adfb19b1f97f6f66c5488d2fb0816e1e2,0,0,0,0,0,
+20200407,AR,946,12692,,74,148,,,26,43,142,A,4/7/2020 14:41,2020-04-07T14:41:00Z,04/07 10:41,16,148,2020-04-07T14:41:00Z,05,71,722,13638,13638,793,13638,0,11,0e451bfa4168170f353e709d48f0be4b63d698c4,0,0,0,0,0,
+20200407,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,9245c0329af2556614604a24f643894aa30cf314,0,0,0,0,0,
+20200407,AZ,2575,30800,,,,,,,,,B,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,73,,2020-04-07T00:00:00Z,04,119,722,33375,33375,841,33375,8,0,8acc955a8580aa91fac7f6da2ea309470bc0f9dc,0,0,0,0,0,
+20200407,CA,15865,115364,14100,2611,,1108,,,,,B,4/7/2020 18:00,2020-04-07T18:00:00Z,04/07 14:00,374,,2020-04-07T18:00:00Z,06,1529,12269,145329,131229,13798,131229,31,0,a4ce1253de8cee30958213bc4c91dd50cc9e41f9,0,0,0,0,0,
+20200407,CO,5172,21703,,786,994,,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,150,994,2020-04-05T00:00:00Z,08,222,880,26875,26875,1102,26875,10,70,dbf085c674af5e9fc5fca70d2bcffe3e4fbe95d2,0,0,0,0,0,
+20200407,CT,7781,21255,,1308,,,,,,,A,4/7/2020 04:00,2020-04-07T04:00:00Z,04/07 00:00,277,,2020-04-07T04:00:00Z,09,875,1475,29036,29036,2350,29036,71,0,e869bdc0ab84bdd6d2852e57fc6f45ae34da6f7b,0,0,0,0,0,
+20200407,DC,1211,6612,,,,,,,,318,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,22,,2020-04-06T00:00:00Z,11,114,256,7823,7823,370,7823,-2,0,b29ea427f5010910698a98e7a50a5aca4087771d,0,0,0,0,0,
+20200407,DE,928,7628,,147,,,,,,144,A,4/7/2020 16:30,2020-04-07T16:30:00Z,04/07 12:30,16,,2020-04-07T16:30:00Z,10,255,1307,8556,8556,1562,8556,2,0,0c7f1c1d36901b2c300cf3079c0eef28d64d4d10,0,0,0,0,0,
+20200407,FL,14747,123415,1407,,1999,,,,,,A,4/7/2020 16:36,2020-04-07T16:36:00Z,04/07 12:36,296,1999,2020-04-07T16:36:00Z,12,1423,13465,139569,138162,14888,138162,60,317,d8f62b25b76ba08848d0926934d664ff7c8b44e2,0,0,0,0,0,
+20200407,GA,8818,24895,,,1774,,,,,,A,4/7/2020 11:28,2020-04-07T11:28:00Z,04/07 07:28,329,1774,2020-04-07T11:28:00Z,13,1504,935,33713,33713,2439,33713,100,442,f0ae2eece2da9aa858f64bcd0e2b539d194dee08,0,0,0,0,0,
+20200407,GU,121,529,,21,,2,,2,,27,,4/7/2020 07:00,2020-04-07T07:00:00Z,04/07 03:00,4,,2020-04-07T07:00:00Z,66,8,24,650,650,32,650,0,0,d488745050170de1d29cbc70d601a6cc99dc2375,0,0,0,0,0,
+20200407,HI,387,13155,,,26,,6,,,89,A,4/6/2020 18:00,2020-04-06T18:00:00Z,04/06 14:00,5,26,2020-04-06T18:00:00Z,15,16,0,13542,13542,16,13542,1,5,29f865e2ebe7d671c3c7eb6397ff97a713e9161d,0,0,0,0,0,
+20200407,IA,1048,11670,,104,193,,,,,341,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,26,193,2020-04-07T00:00:00Z,19,102,1017,12718,12718,1119,12718,1,14,db4db1db2525997e4189f02ba67519e68da4bdeb,0,0,0,0,0,
+20200407,ID,1170,10076,,,83,,21,,,,A,4/6/2020 19:00,2020-04-06T19:00:00Z,04/06 15:00,13,83,2020-04-06T19:00:00Z,16,69,182,11246,11246,251,11246,3,6,8128deda3680ce94c5f54ea78cf40a1b28a80638,0,0,0,0,0,
+20200407,IL,13549,55183,,3680,,1166,,821,,,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,380,,2020-04-07T00:00:00Z,17,1287,4503,68732,68732,5790,68732,73,0,42f08223199aff6adacaea324f0723cb4be43d2e,0,0,0,0,0,
+20200407,IN,5507,23257,,,,924,,507,,,B,4/6/2020 23:59,2020-04-06T23:59:00Z,04/06 19:59,173,,2020-04-06T23:59:00Z,18,563,2010,28764,28764,2573,28764,34,0,75b3fb3c65b50f770cea7656846237a182ab1992,0,0,0,0,0,
+20200407,KS,900,8614,,,223,,,,,,B,4/7/2020 12:00,2020-04-07T12:00:00Z,04/07 08:00,27,223,2020-04-07T12:00:00Z,20,55,375,9514,9514,430,9514,2,25,1792f87a37a9650f3fdbd027b2d58a7a4e53878f,0,0,0,0,0,
+20200407,KY,1008,18947,,,,,,,,,A,4/6/2020 17:00,2020-04-06T17:00:00Z,04/06 13:00,59,,2020-04-06T17:00:00Z,21,53,1135,19955,19955,1188,19955,14,0,e5cae50e9cc4d924db711c1d59fcfa68fa82e8c2,0,0,0,0,0,
+20200407,LA,16284,58371,,1996,,,,519,,,A,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,582,,2020-04-07T13:00:00Z,22,1417,4072,74655,74655,5489,74655,70,0,d88cc68183cbfa24798f427e567ddebb5dc333ec,0,0,0,0,0,
+20200407,MA,15104,66270,,1831,1831,,,,,,B,4/7/2020 12:30,2020-04-07T12:30:00Z,04/07 08:30,515,1831,2020-04-07T12:30:00Z,25,1365,3550,81374,81374,4915,81374,67,164,ae739c7b6c9c82349f0b5297aa722e6f318b5e8e,0,0,0,0,0,
+20200407,MD,4371,27256,,,1106,,,,,288,A,4/7/2020 10:00,2020-04-07T10:00:00Z,04/07 06:00,103,1106,2020-04-07T10:00:00Z,24,326,1684,31627,31627,2010,31627,12,47,1e64810c79e672682e5a8e0b7160310e3261aa76,0,0,0,0,0,
+20200407,ME,519,6088,,,99,,,,,176,A,4/7/2020 11:45,2020-04-07T11:45:00Z,04/07 07:45,12,99,2020-04-07T11:45:00Z,23,20,0,6607,6607,20,6607,2,7,5e7a38dfacf88da69885c7c731c4037e610fdcf2,0,0,0,0,0,
+20200407,MI,19823,45550,,,,,,,,56,B,4/7/2020 11:00,2020-04-07T11:00:00Z,04/07 07:00,845,,2020-04-07T11:00:00Z,26,973,2430,65373,65373,3403,65373,118,0,b64d9b81a226e65b4b5e0b26850d2af4f7b21bc0,0,0,0,0,0,
+20200407,MN,1069,28191,,120,242,64,100,,,515,A,4/6/2020 17:00,2020-04-06T17:00:00Z,04/06 13:00,34,242,2020-04-06T17:00:00Z,27,83,1049,29260,29260,1132,29260,4,19,c513aa25830ef75a6c4b82dbe2b31af19525e35c,0,0,0,0,0,
+20200407,MO,3037,28932,,508,,,,,,,A,4/7/2020 15:00,2020-04-07T15:00:00Z,04/07 11:00,53,,2020-04-07T15:00:00Z,29,315,1819,31969,31969,2134,31969,14,0,c0e9c9990c225fdac8f86218b8754fa3574b4ba0,0,0,0,0,0,
+20200407,MP,8,15,,,,,,,,,,4/7/2020 05:39,2020-04-07T05:39:00Z,04/07 01:39,2,,2020-04-07T05:39:00Z,69,0,2,23,23,2,23,1,0,f00c0a4b7f67ff2e0b0947cad1d89d5c7c072846,0,0,0,0,0,
+20200407,MS,1915,18632,,,377,,,,,,A,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,59,377,2020-04-07T19:00:00Z,28,177,0,20547,20547,177,20547,8,-98,e9056511ec8046a3ca3985dab5e0ef15a6c1cfde,0,0,0,0,0,
+20200407,MT,319,6666,,,28,,,,,,A,4/7/2020 13:28,2020-04-07T13:28:00Z,04/07 09:28,6,28,2020-04-07T13:28:00Z,30,20,175,6985,6985,195,6985,0,4,e3b4dadacfb09db2539b09b54c140ccf285381d4,0,0,0,0,0,
+20200407,NC,3221,37861,,354,,,,,,,A,4/7/2020 10:15,2020-04-07T10:15:00Z,04/07 06:15,46,,2020-04-07T10:15:00Z,37,351,5,41082,41082,356,41082,13,0,244ada9171768bf11ba26a23ff98291e34c9c90b,0,0,0,0,0,
+20200407,ND,237,7466,,18,33,,,,,82,B,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,4,33,2020-04-07T13:00:00Z,38,12,478,7703,7703,490,7703,1,1,ae54b94c8a8f96e415b9f7607e9f13695ff1e26e,0,0,0,0,0,
+20200407,NE,447,6811,,,,,,,,,A,4/7/2020 14:38,2020-04-07T14:38:00Z,04/07 10:38,10,,2020-04-07T14:38:00Z,31,38,433,7258,7258,471,7258,2,0,0c5a634ad064b99faa5c53b17cbfb1b20bfc6093,0,0,0,0,0,
+20200407,NH,715,8019,49,,103,,,,,151,B,4/6/2020 09:00,2020-04-06T09:00:00Z,04/06 05:00,9,103,2020-04-06T09:00:00Z,33,46,318,8783,8734,364,8734,0,11,fd614ffe242c0dcd59b1a87bc8a01fa02bfe2bad,0,0,0,0,0,
+20200407,NJ,44416,50558,,7017,,1651,,1540,,,A,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,1232,,2020-04-07T13:00:00Z,34,3326,2616,94974,94974,5942,94974,229,0,941241dbb63a4b745414bfe9969d55d74cc52df1,0,0,0,0,0,
+20200407,NM,686,21139,,48,,,,18,,133,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,12,,2020-04-06T00:00:00Z,35,62,2627,21825,21825,2689,21825,0,0,72d1881822b9c4ba3d64aa2f748d2687c758c16b,0,0,0,0,0,
+20200407,NV,2087,16552,,282,,,,,,,A,4/7/2020 10:00,2020-04-07T10:00:00Z,04/07 06:00,58,,2020-04-07T10:00:00Z,32,134,876,18639,18639,1010,18639,12,0,e82e020261b4b7ad8ebb9e23faf27d1c999eb0b7,0,0,0,0,0,
+20200407,NY,138863,201195,,17493,36932,4593,,,,14590,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,5489,36932,2020-04-06T00:00:00Z,36,8174,11073,340058,340058,19247,340058,731,2555,0b500ee0967efb149e65d3ba23218228adab5f55,0,0,0,0,0,
+20200407,OH,4782,46056,,,1354,,417,,,,B,4/7/2020 14:00,2020-04-07T14:00:00Z,04/07 10:00,167,1354,2020-04-07T14:00:00Z,39,332,2128,50838,50838,2460,50838,25,140,4090fea59168e8df1a71268ea7fe65fa7f9301be,0,0,0,0,0,
+20200407,OK,1472,11821,,186,376,137,,,,612,B,4/7/2020 08:00,2020-04-07T08:00:00Z,04/07 04:00,67,376,2020-04-07T08:00:00Z,40,145,10399,13293,13293,10544,13293,16,36,f9a7478850f4e77d701c61487cb5ebf75f998778,0,0,0,0,0,
+20200407,OR,1181,21826,,,324,,,69,,,A,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,33,324,2020-04-06T11:00:00Z,41,49,1157,23007,23007,1206,23007,6,66,b390f703ae097f67b1c53419bdb0ee4a74bf2d43,0,0,0,0,0,
+20200407,PA,14559,76719,,1665,,,,548,,,A,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,240,,2020-04-07T13:00:00Z,42,1579,5845,91278,91278,7424,91278,78,-1145,e721c53bd95c4da6bb22c1e58348089d9756f589,0,0,0,0,0,
+20200407,PR,573,3966,968,,,,,,,,A,4/7/2020 07:00,2020-04-07T07:00:00Z,04/07 03:00,23,,2020-04-07T07:00:00Z,72,60,534,5507,4539,594,4539,2,0,32fa981d44a7e4211c3d9259fb91ef37f6b94bb9,0,0,0,0,0,
+20200407,RI,1230,9077,,123,,40,,26,,35,B,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,30,,2020-04-07T00:00:00Z,44,148,1678,10307,10307,1826,10307,3,0,bc303f6ba38551bcd54a7296330706b455f44890,0,0,0,0,0,
+20200407,SC,2417,21263,,,241,,,,,,B,4/7/2020 16:02,2020-04-07T16:02:00Z,04/07 12:02,51,241,2020-04-07T16:02:00Z,45,368,4336,23680,23680,4704,23680,7,0,cd88263fb66e5b982ae09d1fdaef8e871956b75d,0,0,0,0,0,
+20200407,SD,320,5948,2,,23,,,,,98,A,4/6/2020 18:00,2020-04-06T18:00:00Z,04/06 14:00,6,23,2020-04-06T18:00:00Z,46,32,216,6270,6268,248,6268,2,0,52cc92c40d392fbfedec054172bc3e0875651cff,0,0,0,0,0,
+20200407,TN,4138,48736,,,408,,,,,466,A,4/7/2020 15:00,2020-04-07T15:00:00Z,04/07 11:00,72,408,2020-04-07T15:00:00Z,47,336,5188,52874,52874,5524,52874,7,56,5bb951772e9ff258185b891b0a27929263fea83c,0,0,0,0,0,
+20200407,TX,8262,80387,,1252,,,,,,38,A,4/6/2020 21:00,2020-04-06T21:00:00Z,04/06 17:00,154,,2020-04-06T21:00:00Z,48,986,2306,88649,88649,3292,88649,14,0,138602bd40cc42edb62829bf796033d0ea7ff00b,0,0,0,0,0,
+20200407,UT,1738,32909,,,148,,,,,,A,4/7/2020 15:00,2020-04-07T15:00:00Z,04/07 11:00,13,148,2020-04-07T15:00:00Z,49,63,1190,34647,34647,1253,34647,0,10,793bad72083718a72c8ef3b19663f68368641d6b,0,0,0,0,0,
+20200407,VA,3333,25312,,,563,,145,,108,,A,4/6/2020 17:00,2020-04-06T17:00:00Z,04/06 13:00,63,563,2020-04-06T17:00:00Z,51,455,3669,28645,28645,4124,28645,9,66,80558ec1058973b7645133f1d6b1d39bf5d897dd,0,0,0,0,0,
+20200407,VI,43,222,20,,,,,,,36,,4/6/2020 21:50,2020-04-06T21:50:00Z,04/06 17:50,1,,2020-04-06T21:50:00Z,78,0,0,285,265,0,265,0,0,337ff9c3ebee54200f20b8f4ec050545ed33f42b,0,0,0,0,0,
+20200407,VT,608,6645,,29,45,,,,,15,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,23,45,2020-04-07T00:00:00Z,50,33,484,7253,7253,517,7253,0,0,38b66758cb966b06d7134e0529d13aa18393c920,0,0,0,0,0,
+20200407,WA,9346,104943,,641,,190,,,,,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,429,,2020-04-07T00:00:00Z,53,409,4740,114289,114289,5149,114289,22,0,402805e7a60e9073e270074cdde9d8f2a0d34615,0,0,0,0,0,
+20200407,WI,2578,28512,,,745,,200,,,,A,4/7/2020 16:00,2020-04-07T16:00:00Z,04/07 12:00,92,745,2020-04-07T16:00:00Z,55,138,1938,31090,31090,2076,31090,15,77,a7f3904884f7c9befd215aa856e55f423b95a76c,0,0,0,0,0,
+20200407,WV,412,11647,,,,,,,,,B,4/7/2020 10:00,2020-04-07T10:00:00Z,04/07 06:00,4,,2020-04-07T10:00:00Z,54,67,2052,12059,12059,2119,12059,0,0,e64fa8dc0328ea49a3c340b2699b94bfff1907e1,0,0,0,0,0,
+20200407,WY,216,3789,,,33,,,,,62,A,4/7/2020 10:57,2020-04-07T10:57:00Z,04/07 06:57,0,33,2020-04-07T10:57:00Z,56,6,70,4005,4005,76,4005,0,10,8ff2483c7274c2523dce72e704a0e77241d15780,0,0,0,0,0,
+20200406,AK,191,6692,,,23,,,,,,A,4/6/2020 14:45,2020-04-06T14:45:00Z,04/06 10:45,6,23,2020-04-06T14:45:00Z,02,6,593,6883,6883,599,6883,0,3,dbe560a1b6d2f4c1040ca66ea423c90819f1c224,0,0,0,0,0,
+20200406,AL,1968,12797,,,240,,,,,,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,50,240,2020-04-06T00:00:00Z,01,172,1515,14765,14765,1687,14765,5,9,393c4af95e0b71ec493753caddc136a80901cc21,0,0,0,0,0,
+20200406,AR,875,11970,,74,137,,,22,39,102,A,4/6/2020 14:35,2020-04-06T14:35:00Z,04/06 10:35,16,137,2020-04-06T14:35:00Z,05,45,1558,12845,12845,1603,12845,0,7,e32163c5a985b933d3ee5cfe6cb5af4c1a9602fe,0,0,0,0,0,
+20200406,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,81488b0517154f9cccabc69ecf509be8bd76a886,0,0,0,0,0,
+20200406,AZ,2456,30078,,,,,,,,,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,65,,2020-04-06T00:00:00Z,04,187,4937,32534,32534,5124,32534,1,0,54d88683519c67f8ad7c70d78fddb938af08161e,0,0,0,0,0,
+20200406,CA,14336,103095,15000,2509,,1085,,,,,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,343,,2020-04-06T00:00:00Z,06,898,0,132431,117431,898,117431,24,0,471e4aed115af053b11b4511e40658c93229d454,0,0,0,0,0,
+20200406,CO,4950,20823,,786,924,,,,,,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,140,924,2020-04-04T00:00:00Z,08,385,1488,25773,25773,1873,25773,14,49,b34fef9d23e52d74db6294e244a64be240133b6b,0,0,0,0,0,
+20200406,CT,6906,19780,,1221,,,,,,,A,4/6/2020 15:15,2020-04-06T15:15:00Z,04/06 11:15,206,,2020-04-06T15:15:00Z,09,1231,2185,26686,26686,3416,26686,17,0,2ae1ece6bde9b51ae18558f6168e2631360588e4,0,0,0,0,0,
+20200406,DC,1097,6356,,,,,,,,287,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,24,,2020-04-05T00:00:00Z,11,99,520,7453,7453,619,7453,2,0,a7b1f187e06cb07a482ade81ba888ec4ef6b79e6,0,0,0,0,0,
+20200406,DE,673,6321,,101,,,,,,71,A,4/5/2020 03:30,2020-04-05T03:30:00Z,04/04 23:30,14,,2020-04-05T03:30:00Z,10,0,0,6994,6994,0,6994,0,0,d906fdb9247be2ebd45271a25c86057c75721456,0,0,0,0,0,
+20200406,FL,13324,109950,1142,,1682,,,,,,A,4/6/2020 12:17,2020-04-06T12:17:00Z,04/06 08:17,236,1682,2020-04-06T12:17:00Z,12,1173,8697,124416,123274,9870,123274,18,110,ab8359c896beb0f90561e5f9af7837d35487549a,0,0,0,0,0,
+20200406,GA,7314,23960,,,1332,,,,,,A,4/6/2020 11:28,2020-04-06T11:28:00Z,04/06 07:28,229,1332,2020-04-06T11:28:00Z,13,667,2775,31274,31274,3442,31274,18,49,c5c521c2267774c8db8668e8d2fa5bf02a9e3098,0,0,0,0,0,
+20200406,GU,113,505,,21,,2,,,,25,,4/6/2020 06:00,2020-04-06T06:00:00Z,04/06 02:00,4,,2020-04-06T06:00:00Z,66,1,12,618,618,13,618,0,0,2c7dc40b77d0f0508d0a36249151abd15b70d48b,0,0,0,0,0,
+20200406,HI,371,13155,,,21,,6,,,85,A,4/5/2020 18:00,2020-04-05T18:00:00Z,04/05 14:00,4,21,2020-04-05T18:00:00Z,15,20,551,13526,13526,571,13526,0,2,d69faf8e80846c1170893d6571fbfd52b2fd9d42,0,0,0,0,0,
+20200406,IA,946,10653,,99,179,,,,,284,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,25,179,2020-04-06T00:00:00Z,19,78,680,11599,11599,758,11599,3,14,8343477267a15aed7ce298b4ec149b76e37170fe,0,0,0,0,0,
+20200406,ID,1101,9894,,,77,,16,,,,A,4/5/2020 19:00,2020-04-05T19:00:00Z,04/05 15:00,10,77,2020-04-05T19:00:00Z,16,24,710,10995,10995,734,10995,0,11,c2f567b206e6fd6335632bb2cd045a18823203b3,0,0,0,0,0,
+20200406,IL,12262,50680,,,,,,,,,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,307,,2020-04-06T00:00:00Z,17,1006,2953,62942,62942,3959,62942,33,0,66d39a4faa33015d1e4b11550b87d54db7f19a20,0,0,0,0,0,
+20200406,IN,4944,21247,,,,924,,507,,,B,4/6/2020 14:00,2020-04-06T14:00:00Z,04/06 10:00,139,,2020-04-06T14:00:00Z,18,533,3006,26191,26191,3539,26191,12,0,d2de4bd9e4ce31ecd1243a782d759dbdc78a381f,0,0,0,0,0,
+20200406,KS,845,8239,,,198,,,,,,B,4/6/2020 12:00,2020-04-06T12:00:00Z,04/06 08:00,25,198,2020-04-06T12:00:00Z,20,98,763,9084,9084,861,9084,3,15,deff510560ddbaa608bd9a2a19e2ab8b09f41764,0,0,0,0,0,
+20200406,KY,955,17812,,,,,,,,,A,4/5/2020 17:00,2020-04-05T17:00:00Z,04/05 13:00,45,,2020-04-05T17:00:00Z,21,38,2066,18767,18767,2104,18767,5,0,b62a5f2d01a3b26787661d3750fb05dc87c1973d,0,0,0,0,0,
+20200406,LA,14867,54299,,1981,,,,552,,,A,4/6/2020 13:00,2020-04-06T13:00:00Z,04/06 09:00,512,,2020-04-06T13:00:00Z,22,1857,6984,69166,69166,8841,69166,35,0,d026edc2aa5a1744cb2e127f559f961bcdfea529,0,0,0,0,0,
+20200406,MA,13739,62720,,1667,1667,,,,,,B,4/6/2020 12:30,2020-04-06T12:30:00Z,04/06 08:30,448,1667,2020-04-06T12:30:00Z,25,1337,3155,76459,76459,4492,76459,78,35,52416f10c3b06fecd6ef35aa0e2c0619dc70f301,0,0,0,0,0,
+20200406,MD,4045,25572,,,1059,,,,,184,A,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,91,1059,2020-04-06T10:00:00Z,24,436,844,29617,29617,1280,29617,24,123,f6ce757f3ddee0d306384d868a1a0fc678e02c05,0,0,0,0,0,
+20200406,ME,499,6088,,,92,,,,,158,A,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,10,92,2020-04-06T11:00:00Z,23,29,0,6587,6587,29,6587,0,6,e5231fc082f4e99210f14cf4121397adb9ab372c,0,0,0,0,0,
+20200406,MI,18850,43120,,,,,,,,56,B,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,727,,2020-04-06T11:00:00Z,26,1283,2789,61970,61970,4072,61970,110,0,93c92215b59dada38b6ab10dd50058f369d614c3,0,0,0,0,0,
+20200406,MN,986,27142,,115,223,57,90,,,440,A,4/6/2020 17:11,2020-04-06T17:11:00Z,04/06 13:11,30,223,2020-04-06T17:11:00Z,27,51,1300,28128,28128,1351,28128,1,21,41e3a7d890fc40be158d09f3e6ef531764268499,0,0,0,0,0,
+20200406,MO,2722,27113,,439,,,,,,,A,4/6/2020 16:28,2020-04-06T16:28:00Z,04/06 12:28,39,,2020-04-06T16:28:00Z,29,355,2231,29835,29835,2586,29835,5,0,e7ccb098fd0e53209a7064ea4a606a289efaefa8,0,0,0,0,0,
+20200406,MP,8,13,10,,,,,,,,,4/6/2020 02:57,2020-04-06T02:57:00Z,04/05 22:57,1,,2020-04-06T02:57:00Z,69,0,0,31,21,0,21,0,0,db9937ac7e7eb678f4d0e91495b1af2df8beb477,0,0,0,0,0,
+20200406,MS,1738,18632,,,475,,,,,,A,4/6/2020 16:33,2020-04-06T16:33:00Z,04/06 12:33,51,475,2020-04-06T16:33:00Z,28,100,13052,20370,20370,13152,20370,8,0,e9c1b0b08d08e3c02f038ffb4d898e62fbd6ddc2,0,0,0,0,0,
+20200406,MT,299,6491,,,24,,,,,,A,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,6,24,2020-04-06T10:00:00Z,30,13,174,6790,6790,187,6790,0,0,fab9ea1c3b6af74ba655d2f3ff823e0616a0cb62,0,0,0,0,0,
+20200406,NC,2870,37856,,270,,,,,,,A,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,33,,2020-04-06T11:00:00Z,37,285,396,40726,40726,681,40726,2,0,1f8eb9a5307b4081800b921df7a99ce1da6020ac,0,0,0,0,0,
+20200406,ND,225,6988,,19,32,,,,,74,B,4/6/2020 13:05,2020-04-06T13:05:00Z,04/06 09:05,3,32,2020-04-06T13:05:00Z,38,18,408,7213,7213,426,7213,0,1,3a6ba8cffedbb4b9e846a7e5444d13eeeec765c8,0,0,0,0,0,
+20200406,NE,409,6378,8,,,,,,,,A,4/6/2020 13:38,2020-04-06T13:38:00Z,04/06 09:38,8,,2020-04-06T13:38:00Z,31,46,820,6795,6787,866,6787,0,0,c30c9189a1d9cb2d879438dc856683dd719dacd4,0,0,0,0,0,
+20200406,NH,669,7701,101,,92,,,,,147,B,4/5/2020 09:00,2020-04-05T09:00:00Z,04/05 05:00,9,92,2020-04-05T09:00:00Z,33,48,290,8471,8370,338,8370,0,6,56ef15a3d70acf995f0ec56cd18c6ab51a916bbb,0,0,0,0,0,
+20200406,NJ,41090,47942,,6390,,,,1263,,,A,4/6/2020 13:00,2020-04-06T13:00:00Z,04/06 09:00,1003,,2020-04-06T13:00:00Z,34,3585,3281,89032,89032,6866,89032,86,0,6e3f2115ed3966d89995d750c0ceb8e1731665dd,0,0,0,0,0,
+20200406,NM,624,18512,,45,,,,18,,130,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,12,,2020-04-06T00:00:00Z,35,81,2227,19136,19136,2308,19136,1,0,3536ab7aa78fd78c8659e6880c6f35896024f612,0,0,0,0,0,
+20200406,NV,1953,15676,,,,,,,,,A,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,46,,2020-04-06T10:00:00Z,32,117,681,17629,17629,798,17629,0,0,70a58a3d442d1491de7fb8a902e9d974c28181d2,0,0,0,0,0,
+20200406,NY,130689,190122,,16837,34377,4504,,,,13366,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,4758,34377,2020-04-06T00:00:00Z,36,8658,9873,320811,320811,18531,320811,599,2084,1800e4b21dfa2af9c1ec311f587d27921d1d33fe,0,0,0,0,0,
+20200406,OH,4450,43928,,,1214,,371,,,,B,4/6/2020 14:00,2020-04-06T14:00:00Z,04/06 10:00,142,1214,2020-04-06T14:00:00Z,39,407,4215,48378,48378,4622,48378,23,110,7b66294e1cfe3dae75b1981e10bf1dc2dcc10271,0,0,0,0,0,
+20200406,OK,1327,1422,,161,340,143,,,,522,B,4/6/2020 08:00,2020-04-06T08:00:00Z,04/06 04:00,51,340,2020-04-06T08:00:00Z,40,75,21,2749,2749,96,2749,5,10,585702ef19ff9745b2b3cc247aa57f7581d7e526,0,0,0,0,0,
+20200406,OR,1132,20669,,,258,,,40,,,A,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,27,258,2020-04-05T11:00:00Z,41,64,1113,21801,21801,1177,21801,0,0,3885c64c4153a3d170e94614ce13a6287f18bf94,0,0,0,0,0,
+20200406,PA,12980,70874,,,1145,,,533,,,A,4/6/2020 12:00,2020-04-06T12:00:00Z,04/06 08:00,162,1145,2020-04-06T12:00:00Z,42,1470,4613,83854,83854,6083,83854,12,73,d2ad04e5cb820908e521e9ecda8895696dae6a5d,0,0,0,0,0,
+20200406,PR,513,3432,1000,,,,,,,,A,4/6/2020 07:00,2020-04-06T07:00:00Z,04/06 03:00,21,,2020-04-06T07:00:00Z,72,38,359,4945,3945,397,3945,1,0,75c7a39d6aad57c0f2bca96664540c522dcad8b9,0,0,0,0,0,
+20200406,RI,1082,7399,,109,,37,,26,,35,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,27,,2020-04-06T00:00:00Z,44,160,1140,8481,8481,1300,8481,2,0,52969dad5e1e6d62e13a9bd5ac6bde20cd76bbfd,0,0,0,0,0,
+20200406,SC,2049,16927,,,241,,,,,,B,4/5/2020 15:30,2020-04-05T15:30:00Z,04/05 11:30,44,241,2020-04-05T15:30:00Z,45,0,0,18976,18976,0,18976,0,0,0e20eb24bae7482d8c72ca2d4e6eb13cc89dc534,0,0,0,0,0,
+20200406,SD,288,5732,0,,23,,,,,91,A,4/6/2020 12:30,2020-04-06T12:30:00Z,04/06 08:30,4,23,2020-04-06T12:30:00Z,46,48,379,6020,6020,427,6020,2,1,571ba7169e93778a83a4b661ed00a790f581a801,0,0,0,0,0,
+20200406,TN,3802,43548,,,352,,,,,356,A,4/6/2020 15:00,2020-04-06T15:00:00Z,04/06 11:00,65,352,2020-04-06T15:00:00Z,47,169,1881,47350,47350,2050,47350,21,24,374146abc91e6521067eabbccc9ba58ba9eaf52b,0,0,0,0,0,
+20200406,TX,7276,78081,,1153,,,,,,38,A,4/5/2020 21:00,2020-04-05T21:00:00Z,04/05 17:00,140,,2020-04-05T21:00:00Z,48,464,13955,85357,85357,14419,85357,13,0,cb369047a35d628dabe59f547d0a0714a3a562bb,0,0,0,0,0,
+20200406,UT,1675,31719,,,138,,,,,,A,4/5/2020 15:00,2020-04-05T15:00:00Z,04/05 11:00,13,138,2020-04-05T15:00:00Z,49,70,2432,33394,33394,2502,33394,5,14,25e7b3b865ec3a73380a7b0d65c25a4ca793757e,0,0,0,0,0,
+20200406,VA,2878,21643,,,497,,145,,108,,A,4/5/2020 17:00,2020-04-05T17:00:00Z,04/05 13:00,54,497,2020-04-05T17:00:00Z,51,241,609,24521,24521,850,24521,3,66,de69891a5b692fe914aee73e785dca0829cddcb5,0,0,0,0,0,
+20200406,VI,43,222,20,,,,,,,36,,4/5/2020 21:50,2020-04-05T21:50:00Z,04/05 17:50,1,,2020-04-05T21:50:00Z,78,1,16,285,265,17,265,0,0,eaca4a6958fd9b2be5e676f4b9ed8dfc95346eef,0,0,0,0,0,
+20200406,VT,575,6161,,28,45,,,,,15,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,23,45,2020-04-06T00:00:00Z,50,32,331,6736,6736,363,6736,1,0,f722e15c4bf326bc31a8e3f141ca65f1e9486089,0,0,0,0,0,
+20200406,WA,8937,100203,,638,,191,,,,,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,407,,2020-04-06T00:00:00Z,53,393,4658,109140,109140,5051,109140,21,0,2b5f15a9cee47df1f100d56eb366ddb92132ae33,0,0,0,0,0,
+20200406,WI,2440,26574,,,668,,186,,,,A,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,77,668,2020-04-06T16:00:00Z,55,173,1405,29014,29014,1578,29014,9,44,15b931c07ca60509c693309fcb88bd95a59c223f,0,0,0,0,0,
+20200406,WV,345,9595,,,,,,,,,B,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,4,,2020-04-06T10:00:00Z,54,21,1081,9940,9940,1102,9940,1,0,e20ad992d5f2c1b8d261c0f5bdf7659c7e141b0e,0,0,0,0,0,
+20200406,WY,210,3719,,,23,,,,,52,A,4/6/2020 11:32,2020-04-06T11:32:00Z,04/06 07:32,0,23,2020-04-06T11:32:00Z,56,13,679,3929,3929,692,3929,0,0,eeb2b3919425aae5a669675e1918d29be1fd710a,0,0,0,0,0,
+20200405,AK,185,6099,,,20,,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,6,20,2020-04-05T00:00:00Z,02,14,230,6284,6284,244,6284,1,4,eeccfbe3fddc28768fb6f212b2e5ba0607a81df4,0,0,0,0,0,
+20200405,AL,1796,11282,,,231,,,,,,B,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,45,231,2020-04-05T00:00:00Z,01,216,2009,13078,13078,2225,13078,2,19,be19427cbd0e42d19d54e1266a77074a0e33200e,0,0,0,0,0,
+20200405,AR,830,10412,,67,130,,,27,39,97,A,4/5/2020 14:34,2020-04-05T14:34:00Z,04/05 10:34,16,130,2020-04-05T14:34:00Z,05,87,785,11242,11242,872,11242,2,24,b90bbdc4729fa43ccf423acf902bea8e0efe61ff,0,0,0,0,0,
+20200405,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,0e7b441b83f43d8300121663da799e2cd267c226,0,0,0,0,0,
+20200405,AZ,2269,25141,,,,,,,,,B,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,64,,2020-04-05T00:00:00Z,04,250,0,27410,27410,250,27410,12,0,f94a2cb312b0941fde850fec998e779fb77fa5e0,0,0,0,0,0,
+20200405,CA,13438,103095,15000,2398,,1040,,,,,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,319,,2020-04-04T00:00:00Z,06,1412,1421,131533,116533,2833,116533,43,0,82542d678b02de258d4e062b72a3fa355bd98a87,0,0,0,0,0,
+20200405,CO,4565,19335,,783,875,,,,,,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,126,875,2020-04-03T00:00:00Z,08,392,1437,23900,23900,1829,23900,15,52,bdf4d04cfc6f0b75c4c267664da14ac26fe2ac73,0,0,0,0,0,
+20200405,CT,5675,17595,,1142,,,,,,,A,4/5/2020 12:00,2020-04-05T12:00:00Z,04/05 08:00,189,,2020-04-05T12:00:00Z,09,399,842,23270,23270,1241,23270,24,0,081cf6782e151008ddd3dd4c5e38510783b07ed8,0,0,0,0,0,
+20200405,DC,998,5836,,,,,,,,258,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,22,,2020-04-04T00:00:00Z,11,96,300,6834,6834,396,6834,1,0,3aeb3a78f784b13bc596706a878d6415c08b3947,0,0,0,0,0,
+20200405,DE,673,6321,,101,,,,,,71,C,4/5/2020 12:30,2020-04-05T12:30:00Z,04/05 08:30,14,,2020-04-05T12:30:00Z,10,80,447,6994,6994,527,6994,0,0,c7550e2dc822cc73d8ac67ede2fcbff91485aae9,0,0,0,0,0,
+20200405,FL,12151,101253,1129,,1572,,,,,,A,4/5/2020 13:30,2020-04-05T13:30:00Z,04/05 09:30,218,1572,2020-04-05T13:30:00Z,12,1040,10297,114533,113404,11337,113404,27,110,3755e273e9511fa8299b78735f86a595bb3ba376,0,0,0,0,0,
+20200405,GA,6647,21185,,,1283,,,,,,A,4/5/2020 11:27,2020-04-05T11:27:00Z,04/05 07:27,211,1283,2020-04-05T11:27:00Z,13,487,1051,27832,27832,1538,27832,10,44,0007239f19487f26aaa5886f6436bc6b9a0e4e97,0,0,0,0,0,
+20200405,GU,112,493,,21,,2,,,,23,,4/5/2020 09:05,2020-04-05T09:05:00Z,04/05 05:05,4,,2020-04-05T09:05:00Z,66,19,21,605,605,40,605,0,0,0ef7dc7bc42a7d0b88b2a69b8ca660e1a3a86251,0,0,0,0,0,
+20200405,HI,351,12604,,,19,,6,,,82,A,4/4/2020 18:00,2020-04-04T18:00:00Z,04/04 14:00,4,19,2020-04-04T18:00:00Z,15,32,645,12955,12955,677,12955,1,1,9b927416d7e9167a181635f2335e891bc24389c4,0,0,0,0,0,
+20200405,IA,868,9973,,91,165,,,,,188,C,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,22,165,2020-04-05T00:00:00Z,19,82,519,10841,10841,601,10841,8,12,211b381db06589ecb7f0dd26b91e2692f5203bce,0,0,0,0,0,
+20200405,ID,1077,9184,,,66,,11,,,,A,4/4/2020 19:00,2020-04-04T19:00:00Z,04/04 15:00,10,66,2020-04-04T19:00:00Z,16,64,1327,10261,10261,1391,10261,0,4,a570137fe94c07bc3e8a32886780b33934caf503,0,0,0,0,0,
+20200405,IL,11256,47727,,,,,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,274,,2020-04-05T00:00:00Z,17,899,4503,58983,58983,5402,58983,31,0,4c1ae595aeffd3d33318c36e79e7bf7610dcd26c,0,0,0,0,0,
+20200405,IN,4411,18241,,,,,,,,,B,4/4/2020 11:59,2020-04-04T11:59:00Z,04/04 07:59,127,,2020-04-04T11:59:00Z,18,458,2394,22652,22652,2852,22652,11,0,ab016f975754d4b88f768cb3f1c0f10c07842584,0,0,0,0,0,
+20200405,KS,747,7476,,,183,,,,,,B,4/5/2020 12:00,2020-04-05T12:00:00Z,04/05 08:00,22,183,2020-04-05T12:00:00Z,20,49,596,8223,8223,645,8223,1,11,a0af38423944bd542b7603e664d0b8f61189725e,0,0,0,0,0,
+20200405,KY,917,15746,,,,,,,,,A,4/4/2020 17:00,2020-04-04T17:00:00Z,04/04 13:00,40,,2020-04-04T17:00:00Z,21,86,1005,16663,16663,1091,16663,3,0,2a38fcecca4078eb1ffa97750fefc6713aa66391,0,0,0,0,0,
+20200405,LA,13010,47315,,1803,,,,561,,,A,4/5/2020 13:00,2020-04-05T13:00:00Z,04/05 09:00,477,,2020-04-05T13:00:00Z,22,514,1313,60325,60325,1827,60325,68,0,9a3dff2e059bb2fae5168195631bea5676bce3b3,0,0,0,0,0,
+20200405,MA,12402,59565,,1632,1632,,,,,,B,4/5/2020 12:30,2020-04-05T12:30:00Z,04/05 08:30,370,1632,2020-04-05T12:30:00Z,25,765,2374,71967,71967,3139,71967,66,262,4e3e623887bcac0a43d2aaca2e74a55d5e8d5167,0,0,0,0,0,
+20200405,MD,3609,24728,,,936,,,,,159,A,4/5/2020 10:00,2020-04-05T10:00:00Z,04/05 06:00,67,936,2020-04-05T10:00:00Z,24,484,2243,28337,28337,2727,28337,14,115,636737bab78b465c34b5f9f3ef456759243031f2,0,0,0,0,0,
+20200405,ME,470,6088,,,86,,,,,156,A,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,10,86,2020-04-05T11:00:00Z,23,14,0,6558,6558,14,6558,0,3,17638e4878ac85e4c7bb5c5a9eda4df57d9043cd,0,0,0,0,0,
+20200405,MI,17567,40331,,,,,,,,56,B,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,617,,2020-04-05T11:00:00Z,26,1172,2926,57898,57898,4098,57898,77,0,86d158406f5f754f832619b44f3d52a279241159,0,0,0,0,0,
+20200405,MN,935,25842,,106,202,48,77,,,422,A,4/4/2020 17:00,2020-04-04T17:00:00Z,04/04 13:00,29,202,2020-04-04T17:00:00Z,27,70,1284,26777,26777,1354,26777,5,22,c03e300cac1d9a78147d2f2641e96b79ced39fb8,0,0,0,0,0,
+20200405,MO,2367,24882,,424,,,,,,,C,4/5/2020 15:00,2020-04-05T15:00:00Z,04/05 11:00,34,,2020-04-05T15:00:00Z,29,76,2268,27249,27249,2344,27249,10,0,7310fb6d2630cafdf4c3156d96a50f2e9f8a64fe,0,0,0,0,0,
+20200405,MP,8,13,10,,,,,,,,,4/4/2020 18:30,2020-04-04T18:30:00Z,04/04 14:30,1,,2020-04-04T18:30:00Z,69,0,0,31,21,0,21,0,0,30157ad4da7a2e29e380b88f6ea0b9d2183b43be,0,0,0,0,0,
+20200405,MS,1638,5580,,,475,,,,,,B,4/4/2020 19:00,2020-04-04T19:00:00Z,04/04 15:00,43,475,2020-04-04T19:00:00Z,28,183,447,7218,7218,630,7218,8,39,44990cbedce802f0930a0d9071f834a32082a4ad,0,0,0,0,0,
+20200405,MT,286,6317,,,24,,,,,,A,4/5/2020 10:00,2020-04-05T10:00:00Z,04/05 06:00,6,24,2020-04-05T10:00:00Z,30,21,405,6603,6603,426,6603,1,0,fa611383f594997ab51a6139e510bfa255269d33,0,0,0,0,0,
+20200405,NC,2585,37460,,261,,,,,,,A,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,31,,2020-04-05T11:00:00Z,37,183,1089,40045,40045,1272,40045,7,0,2339a64ad2229be0f809de41485de6f6926392cf,0,0,0,0,0,
+20200405,ND,207,6580,,20,31,,,,,63,B,4/5/2020 12:51,2020-04-05T12:51:00Z,04/05 08:51,3,31,2020-04-05T12:51:00Z,38,21,559,6787,6787,580,6787,0,1,ad3a742a4b071b12be526deacc80281506760b10,0,0,0,0,0,
+20200405,NE,363,5558,12,,,,,,,,A,4/5/2020 13:50,2020-04-05T13:50:00Z,04/05 09:50,8,,2020-04-05T13:50:00Z,31,42,500,5933,5921,542,5921,2,0,ca3a1c1509455276ead66e81740230ffb5750a91,0,0,0,0,0,
+20200405,NH,621,7411,93,,86,,,,,146,B,4/4/2020 09:00,2020-04-04T09:00:00Z,04/04 05:00,9,86,2020-04-04T09:00:00Z,33,81,446,8125,8032,527,8032,2,6,57df8423c4c80c00ec93a69c7466fce431210705,0,0,0,0,0,
+20200405,NJ,37505,44661,,4000,,,,,,,A,4/5/2020 13:00,2020-04-05T13:00:00Z,04/05 09:00,917,,2020-04-05T13:00:00Z,34,3381,3429,82166,82166,6810,82166,71,0,5deca348012af0d9238790244d999c1fd06acb86,0,0,0,0,0,
+20200405,NM,543,16285,,37,,,,18,,54,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,11,,2020-04-04T00:00:00Z,35,48,1148,16828,16828,1196,16828,1,0,4665226aa9d2714a51c2bec8c7872b1358d51c07,0,0,0,0,0,
+20200405,NV,1836,14995,,,,,,,,,A,4/5/2020 09:30,2020-04-05T09:30:00Z,04/05 05:30,46,,2020-04-05T09:30:00Z,32,94,574,16831,16831,668,16831,0,0,a6379ce22ff345c78111198cc5e8e95ac2247503,0,0,0,0,0,
+20200405,NY,122031,180249,,16479,32293,4376,,,,12187,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,4159,32293,2020-04-04T00:00:00Z,36,8327,10332,302280,302280,18659,302280,594,2822,540981605dfe9fc49e0edc66a55e20e9c69a1a55,0,0,0,0,0,
+20200405,OH,4043,39713,,,1104,,346,,,,B,4/5/2020 14:00,2020-04-05T14:00:00Z,04/05 10:00,119,1104,2020-04-05T14:00:00Z,39,304,1581,43756,43756,1885,43756,17,98,6b78f0ae3bfb5db279bfb1227e599fe31a8343ec,0,0,0,0,0,
+20200405,OK,1252,1401,,,330,,,,,,B,4/5/2020 08:00,2020-04-05T08:00:00Z,04/05 04:00,46,330,2020-04-05T08:00:00Z,40,93,39,2653,2653,132,2653,4,14,0771e4016a0d34884e7d7e2a2e12f39bcf53f887,0,0,0,0,0,
+20200405,OR,1068,19556,,,258,,,40,,,A,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,27,258,2020-04-04T11:00:00Z,41,69,3021,20624,20624,3090,20624,1,19,21e6935d1da8feb36d58c29a2955018c4443cfeb,0,0,0,0,0,
+20200405,PA,11510,66261,,,1072,,,,,,A,4/5/2020 12:00,2020-04-05T12:00:00Z,04/05 08:00,150,1072,2020-04-05T12:00:00Z,42,1493,6248,77771,77771,7741,77771,14,68,a262dba6ed51456824e5a70e2fdc4b3ded347aa0,0,0,0,0,0,
+20200405,PR,475,3073,1039,,,,,,,,A,4/5/2020 07:00,2020-04-05T07:00:00Z,04/05 03:00,20,,2020-04-05T07:00:00Z,72,23,468,4587,3548,491,3548,2,0,5f5b2261254e7d5121320fb5e604e30e1a7589b0,0,0,0,0,0,
+20200405,RI,922,6259,,103,,33,,6,,35,B,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,25,,2020-04-05T00:00:00Z,44,116,675,7181,7181,791,7181,8,0,e1a41362b54b55a5ea99b56b528571c9287cf1f3,0,0,0,0,0,
+20200405,SC,2049,16927,,,241,,,,,,B,4/5/2020 15:30,2020-04-05T15:30:00Z,04/05 11:30,44,241,2020-04-05T15:30:00Z,45,132,530,18976,18976,662,18976,4,0,88aa2f0eb745b7f7d2411ea8826c2bbfb63f1129,0,0,0,0,0,
+20200405,SD,240,5353,,,22,,,,,84,A,4/4/2020 18:00,2020-04-04T18:00:00Z,04/04 14:00,2,22,2020-04-04T18:00:00Z,46,28,341,5593,5593,369,5593,0,3,0da64c5251bf9e71e96ac7429537d4b4b688d175,0,0,0,0,0,
+20200405,TN,3633,41667,,,328,,,,,295,A,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,44,328,2020-04-04T15:00:00Z,47,312,3597,45300,45300,3909,45300,1,17,76dfeb565c917a86a719a2cb65446577ebfd2be4,0,0,0,0,0,
+20200405,TX,6812,64126,,827,,,,,,38,A,4/5/2020 13:00,2020-04-05T13:00:00Z,04/05 09:00,127,,2020-04-05T13:00:00Z,48,702,6485,70938,70938,7187,70938,22,0,29a1d177e197da4d1eec105c43ef8daedc92121a,0,0,0,0,0,
+20200405,UT,1605,29287,,,124,,,,,,A,4/5/2020 15:00,2020-04-05T15:00:00Z,04/05 11:00,8,124,2020-04-05T15:00:00Z,49,177,2672,30892,30892,2849,30892,0,7,af3c938fa22a12f01fdf1ae9762d4cc397660d6b,0,0,0,0,0,
+20200405,VA,2637,21034,,,431,,145,,108,,A,4/4/2020 17:00,2020-04-04T17:00:00Z,04/04 13:00,51,431,2020-04-04T17:00:00Z,51,230,1889,23671,23671,2119,23671,-1,41,6e7375096912bfb671b86beee9c3abdcd9a162ce,0,0,0,0,0,
+20200405,VI,42,206,18,,,,,,,34,,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,1,,2020-04-05T00:00:00Z,78,2,22,266,248,24,248,1,0,422232968411498bcef14ebddc384e57f7773ffe,0,0,0,0,0,
+20200405,VT,543,5830,,29,45,,,,,15,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,22,45,2020-04-05T00:00:00Z,50,31,588,6373,6373,619,6373,2,0,1c6a3f1fa566b213fe10b91e15e40410ae9bbbdb,0,0,0,0,0,
+20200405,WA,8544,95545,,581,,178,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,386,,2020-04-05T00:00:00Z,53,169,1773,104089,104089,1942,104089,21,0,8527c87ba17c55ea308a75e69285d324eecf72aa,0,0,0,0,0,
+20200405,WI,2267,25169,,,624,,175,,,,A,4/5/2020 16:00,2020-04-05T16:00:00Z,04/05 12:00,68,624,2020-04-05T16:00:00Z,55,155,1310,27436,27436,1465,27436,12,36,ad36bbfa6cb9f8fef300a609497c0ebf0072ce17,0,0,0,0,0,
+20200405,WV,324,8514,,,,,,,,,B,4/5/2020 10:00,2020-04-05T10:00:00Z,04/05 06:00,3,,2020-04-05T10:00:00Z,54,42,1110,8838,8838,1152,8838,1,0,edfaa01700463433b67d4b8ba8d0eba30008bef8,0,0,0,0,0,
+20200405,WY,197,3040,,,23,,,,,50,A,4/5/2020 09:23,2020-04-05T09:23:00Z,04/05 05:23,0,23,2020-04-05T09:23:00Z,56,10,95,3237,3237,105,3237,0,0,5fd08b8333ac0ab3be4177edbf3d95afb0060d03,0,0,0,0,0,
+20200404,AK,171,5869,,,16,,,,,,A,4/4/2020 16:00,2020-04-04T16:00:00Z,04/04 12:00,5,16,2020-04-04T16:00:00Z,02,14,10,6040,6040,24,6040,2,1,17ae7035397083e17940be2d3892f1639a206fb5,0,0,0,0,0,
+20200404,AL,1580,9273,,,212,,,,,,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,43,212,2020-04-04T00:00:00Z,01,148,1086,10853,10853,1234,10853,8,212,c25a73ff5653811d555b5e93a5c2cc52afb44656,0,0,0,0,0,
+20200404,AR,743,9627,,72,106,,,23,39,79,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,14,106,2020-04-04T00:00:00Z,05,39,632,10370,10370,671,10370,2,1,954ddf42e1190ad0b91208376d48e97d864df9dd,0,0,0,0,0,
+20200404,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,0989796e9eb015661dc21f0c9341279e8b9ec079,0,0,0,0,0,
+20200404,AZ,2019,25141,,,,,,,,,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,52,,2020-04-04T00:00:00Z,04,250,2237,27160,27160,2487,27160,11,0,d14d815e3e07faa5963e280cf6cc17fce203f557,0,0,0,0,0,
+20200404,CA,12026,101674,13000,2300,,1008,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,276,,2020-04-02T00:00:00Z,06,1325,77075,126700,113700,78400,113700,39,0,b301d6e37568f37a77fe4dd8dd886ab357ba70b6,0,0,0,0,0,
+20200404,CO,4173,17898,,777,823,,,,,,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,111,823,2020-04-02T00:00:00Z,08,445,1215,22071,22071,1660,22071,14,113,27a2185f21411333c1e880c2abb2879ee25f85f5,0,0,0,0,0,
+20200404,CT,5276,16753,,1033,,,,,,,A,4/4/2020 13:00,2020-04-04T13:00:00Z,04/04 09:00,165,,2020-04-04T13:00:00Z,09,362,1652,22029,22029,2014,22029,34,0,3bcd80e5739ab298e456097a372264873c0e3373,0,0,0,0,0,
+20200404,DC,902,5536,,,,,,,,235,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,21,,2020-04-03T00:00:00Z,11,145,709,6438,6438,854,6438,6,0,7850c33f2345bd6647031ca1eb196421bde89d6d,0,0,0,0,0,
+20200404,DE,593,5874,,95,,,,,,71,C,4/4/2020 13:45,2020-04-04T13:45:00Z,04/04 09:45,14,,2020-04-04T13:45:00Z,10,143,879,6467,6467,1022,6467,0,0,cd51a463aa995485177baf42809626e2d5d58ebd,0,0,0,0,0,
+20200404,FL,11111,90956,1281,,1462,,,,,,A,4/4/2020 09:51,2020-04-04T09:51:00Z,04/04 05:51,191,1462,2020-04-04T09:51:00Z,12,1526,8819,103348,102067,10345,102067,28,175,9a4a00b09ba311849f16bb543cbbf2b67108e478,0,0,0,0,0,
+20200404,GA,6160,20134,,,1239,,,,,,A,4/4/2020 11:27,2020-04-04T11:27:00Z,04/04 07:27,201,1239,2020-04-04T11:27:00Z,13,329,700,26294,26294,1029,26294,17,81,8dcf4da7c7a67d5d6fcc8c6470078232a3f20741,0,0,0,0,0,
+20200404,GU,93,472,,20,,2,,,,20,,4/4/2020 06:45,2020-04-04T06:45:00Z,04/04 02:45,4,,2020-04-04T06:45:00Z,66,9,13,565,565,22,565,0,0,c6afaed7b703ce1bcf3ca9fb3b8e0adbe41ef647,0,0,0,0,0,
+20200404,HI,319,11959,,,18,,6,,,78,A,4/3/2020 18:00,2020-04-03T18:00:00Z,04/03 14:00,3,18,2020-04-03T18:00:00Z,15,34,1753,12278,12278,1787,12278,1,3,e228918af5344e627d66bfd67258ec078ceb7688,0,0,0,0,0,
+20200404,IA,786,9454,,85,153,,,,,188,C,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,14,153,2020-04-04T00:00:00Z,19,87,700,10240,10240,787,10240,3,15,7dbbe1da11eb910c4e7e83427c9934b007f3d328,0,0,0,0,0,
+20200404,ID,1013,7857,,,62,,8,,,,A,4/3/2020 19:00,2020-04-03T19:00:00Z,04/03 15:00,10,62,2020-04-03T19:00:00Z,16,122,803,8870,8870,925,8870,1,6,7d487eee83d7c8b4b71fd83f943e78949cf34dbd,0,0,0,0,0,
+20200404,IL,10357,43224,,,,,,,,,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,243,,2020-04-04T00:00:00Z,17,1453,4080,53581,53581,5533,53581,33,0,ad40c26619dcc0e74e4df3512958ccb86d6aec91,0,0,0,0,0,
+20200404,IN,3953,15847,,,,,,,,,B,4/2/2020 23:59,2020-04-02T23:59:00Z,04/02 19:59,116,,2020-04-02T23:59:00Z,18,516,1449,19800,19800,1965,19800,14,0,16b00b84a69c6fb73e8072e429a91453a89350ee,0,0,0,0,0,
+20200404,KS,698,6880,,,172,,,,,,B,4/4/2020 12:00,2020-04-04T12:00:00Z,04/04 08:00,21,172,2020-04-04T12:00:00Z,20,78,426,7578,7578,504,7578,4,21,f80823da7bc3dc1ba5210f15fad467de40fe2f27,0,0,0,0,0,
+20200404,KY,831,14741,,,,,,,,,A,4/3/2020 17:00,2020-04-03T17:00:00Z,04/03 13:00,37,,2020-04-03T17:00:00Z,21,61,2707,15572,15572,2768,15572,6,0,7d3f47fe0cd7ec7567174fe954bb014021cd9046,0,0,0,0,0,
+20200404,LA,12496,46002,,1726,,,,571,,,A,4/4/2020 13:40,2020-04-04T13:40:00Z,04/04 09:40,409,,2020-04-04T13:40:00Z,22,2199,2654,58498,58498,4853,58498,39,0,2074d71633a203b845ef605a38e31cbf64b4cadd,0,0,0,0,0,
+20200404,MA,11637,57191,,1370,1370,,,,,,B,4/4/2020 12:30,2020-04-04T12:30:00Z,04/04 08:30,304,1370,2020-04-04T12:30:00Z,25,1334,4506,68828,68828,5840,68828,39,404,1981c644f2dd6b8b5f9f25c06fb513af181e105f,0,0,0,0,0,
+20200404,MD,3125,22485,,,821,,,,,159,A,4/4/2020 10:00,2020-04-04T10:00:00Z,04/04 06:00,53,821,2020-04-04T10:00:00Z,24,367,1553,25610,25610,1920,25610,11,157,7b5bd8eb0e76c1abb2776ce773247a13f870f250,0,0,0,0,0,
+20200404,ME,456,6088,,,83,,,,,140,A,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,10,83,2020-04-04T11:00:00Z,23,24,0,6544,6544,24,6544,1,8,9f9fd2c00260a816ddd64ecdf929205bd37abe19,0,0,0,0,0,
+20200404,MI,16395,37405,,,,,,,,56,B,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,540,,2020-04-04T11:00:00Z,26,1143,3735,53800,53800,4878,53800,61,0,634a2c646abcbaf82f017c520880ba0a8f8b5468,0,0,0,0,0,
+20200404,MN,865,24558,,95,180,42,69,,,416,A,4/4/2020 12:00,2020-04-04T12:00:00Z,04/04 08:00,24,180,2020-04-04T12:00:00Z,27,76,1120,25423,25423,1196,25423,2,24,a57c39816cfc6a727d945862919c3a1e7886bfcb,0,0,0,0,0,
+20200404,MO,2291,22614,,413,,,,,,,C,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,24,,2020-04-04T15:00:00Z,29,178,3257,24905,24905,3435,24905,5,0,04b0f45b881d657c5c8fe62bd6507a9c049b02b2,0,0,0,0,0,
+20200404,MP,8,13,10,,,,,,,,,4/3/2020 13:30,2020-04-03T13:30:00Z,04/03 09:30,1,,2020-04-03T13:30:00Z,69,0,0,31,21,0,21,0,0,33af550009c1c4ee03874d85c019967256a19eae,0,0,0,0,0,
+20200404,MS,1455,5133,,,436,,,,,,B,4/3/2020 19:00,2020-04-03T19:00:00Z,04/03 15:00,35,436,2020-04-03T19:00:00Z,28,97,380,6588,6588,477,6588,6,16,859f1125e2525084fd76e26605b15ee23ccc7b49,0,0,0,0,0,
+20200404,MT,265,5912,,,24,,,,,,A,4/4/2020 10:00,2020-04-04T10:00:00Z,04/04 06:00,5,24,2020-04-04T10:00:00Z,30,22,579,6177,6177,601,6177,0,0,91d444ed9ad59aa094b388170121bc685e3928c7,0,0,0,0,0,
+20200404,NC,2402,36371,,271,,,,,,,A,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,24,,2020-04-04T11:00:00Z,37,309,6866,38773,38773,7175,38773,5,0,ccbe2cfc15dc7b64964c0e9986711d87bbd5289f,0,0,0,0,0,
+20200404,ND,186,6021,,,30,,,,,63,B,4/4/2020 13:00,2020-04-04T13:00:00Z,04/04 09:00,3,30,2020-04-04T13:00:00Z,38,13,396,6207,6207,409,6207,0,1,878d44533e6dac334b5c0e09b91348dde9184dbe,0,0,0,0,0,
+20200404,NE,321,5058,10,,,,,,,,A,4/4/2020 14:05,2020-04-04T14:05:00Z,04/04 10:05,6,,2020-04-04T14:05:00Z,31,42,571,5389,5379,613,5379,0,0,853e727cb2d34fda9f08747ad81fb58081065e54,0,0,0,0,0,
+20200404,NH,540,6965,94,,80,,,,,144,B,4/3/2020 09:00,2020-04-03T09:00:00Z,04/03 05:00,7,80,2020-04-03T09:00:00Z,33,61,390,7599,7505,451,7505,2,7,e38fb4a35af64f299487b2abb57fea21226dbdd7,0,0,0,0,0,
+20200404,NJ,34124,41232,,4000,,,,,,,A,4/4/2020 13:00,2020-04-04T13:00:00Z,04/04 09:00,846,,2020-04-04T13:00:00Z,34,4229,3624,75356,75356,7853,75356,200,0,b4bc7e342102dc205af04c1695274de9c4bae165,0,0,0,0,0,
+20200404,NM,495,15137,,41,,,,18,,26,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,10,,2020-04-03T00:00:00Z,35,92,762,15632,15632,854,15632,3,0,3c3dd884df81cfe7d204e24e92dae722765b63b9,0,0,0,0,0,
+20200404,NV,1742,14421,,,,,,,,,A,4/4/2020 09:30,2020-04-04T09:30:00Z,04/04 05:30,46,,2020-04-04T09:30:00Z,32,228,1403,16163,16163,1631,16163,3,0,e9e49bc88371c2850dba3254c571023bd1f96f73,0,0,0,0,0,
+20200404,NY,113704,169917,,15905,29471,4126,,,,10478,A,4/3/2020 11:00,2020-04-03T11:00:00Z,04/03 07:00,3565,29471,2020-04-03T11:00:00Z,36,10841,12260,283621,283621,23101,283621,630,3261,7597fff2862485fd08651b177437f122eec72541,0,0,0,0,0,
+20200404,OH,3739,38132,,,1006,,326,,,,B,4/4/2020 14:00,2020-04-04T14:00:00Z,04/04 10:00,102,1006,2020-04-04T14:00:00Z,39,427,3069,41871,41871,3496,41871,11,111,13be0f357e73e97df521caa94f0b808287daefaf,0,0,0,0,0,
+20200404,OK,1159,1362,,,316,,,,,,B,4/4/2020 08:00,2020-04-04T08:00:00Z,04/04 04:00,42,316,2020-04-04T08:00:00Z,40,171,47,2521,2521,218,2521,4,27,9959a5236bcd2a6222ac183906a842f6db35a304,0,0,0,0,0,
+20200404,OR,999,16535,,,239,,,38,,,A,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,26,239,2020-04-03T12:00:00Z,41,100,0,17534,17534,100,17534,4,35,cf375280aeec5f0b5b5bc06945cdd0ab2a71cb77,0,0,0,0,0,
+20200404,PA,10017,60013,,,1004,,,,,,A,4/4/2020 12:00,2020-04-04T12:00:00Z,04/04 08:00,136,1004,2020-04-04T12:00:00Z,42,1597,6318,70030,70030,7915,70030,34,152,ebf454f0181b7263e6458d85fc1595b5737d6343,0,0,0,0,0,
+20200404,PR,452,2605,1129,,,,,,,,A,4/4/2020 07:00,2020-04-04T07:00:00Z,04/04 03:00,18,,2020-04-04T07:00:00Z,72,74,556,4186,3057,630,3057,3,0,e0d71043bd78f8c1441eca568bc4b8ae4a0264be,0,0,0,0,0,
+20200404,RI,806,5584,,93,,31,,6,,35,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,17,,2020-04-04T00:00:00Z,44,97,727,6390,6390,824,6390,3,0,1f2ccbf0ab73b6864bfb167383cadccf78fc06bc,0,0,0,0,0,
+20200404,SC,1917,16397,,,241,,,,,,B,4/4/2020 15:54,2020-04-04T15:54:00Z,04/04 11:54,40,241,2020-04-04T15:54:00Z,45,363,10956,18314,18314,11319,18314,9,0,2237ef0b8acd37314f8c7a04b1a39ca5999b7db6,0,0,0,0,0,
+20200404,SD,212,5012,1,,19,,,,,76,A,4/3/2020 18:00,2020-04-03T18:00:00Z,04/03 14:00,2,19,2020-04-03T18:00:00Z,46,25,419,5225,5224,444,5224,0,2,dbcb29e7e1b864d98877377e7b6d927429871533,0,0,0,0,0,
+20200404,TN,3321,38070,,,311,,,,,416,A,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,43,311,2020-04-04T15:00:00Z,47,254,3298,41391,41391,3552,41391,6,18,a61631b51261ad68f23bb8e3ede0115ec5bca0d2,0,0,0,0,0,
+20200404,TX,6110,57641,,196,,,,,,38,A,4/3/2020 21:00,2020-04-03T21:00:00Z,04/03 17:00,105,,2020-04-03T21:00:00Z,48,780,7207,63751,63751,7987,63751,15,0,37050e211ef018f2bb8fc6d34e698f2001e5c421,0,0,0,0,0,
+20200404,UT,1428,26615,,,117,,,,,,A,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,8,117,2020-04-04T15:00:00Z,49,182,3613,28043,28043,3795,28043,1,11,9a69651cbfbe746b7ffc00939b903cf644031715,0,0,0,0,0,
+20200404,VA,2407,19145,,,390,,145,,108,,A,4/3/2020 17:00,2020-04-03T17:00:00Z,04/03 13:00,52,390,2020-04-03T17:00:00Z,51,395,2152,21552,21552,2547,21552,6,78,39f35b607ff90cfcbf44d65a3354f7a02a696e46,0,0,0,0,0,
+20200404,VI,40,184,42,,,,,,,34,,4/3/2020 23:30,2020-04-03T23:30:00Z,04/03 19:30,,,2020-04-03T23:30:00Z,78,2,30,266,224,32,224,0,0,4df778d870ac536bf1424ce52eed3c3dde25589b,0,0,0,0,0,
+20200404,VT,512,5242,,29,45,,,,,15,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,20,45,2020-04-04T00:00:00Z,50,52,377,5754,5754,429,5754,3,0,deb66e713fb9debec758612ee594f159a8768878,0,0,0,0,0,
+20200404,WA,8375,93772,,574,,174,,,,,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,365,,2020-04-04T00:00:00Z,53,208,2374,102147,102147,2582,102147,27,0,348583cc7a2dd1085194a735d5f3bc8273526297,0,0,0,0,0,
+20200404,WI,2112,23859,,,588,,,,,,A,4/4/2020 04:00,2020-04-04T04:00:00Z,04/04 00:00,56,588,2020-04-04T04:00:00Z,55,200,1482,25971,25971,1682,25971,19,101,334c467ca9f678c8fd269d9a3bcd10300b36a3ef,0,0,0,0,0,
+20200404,WV,282,7404,,,,,,,,,B,4/4/2020 10:00,2020-04-04T10:00:00Z,04/04 06:00,2,,2020-04-04T10:00:00Z,54,45,1274,7686,7686,1319,7686,0,-1,dcbe42916b20aece07457d1b49119adfd75124d9,0,0,0,0,0,
+20200404,WY,187,2945,,,23,,,,,49,A,4/4/2020 09:49,2020-04-04T09:49:00Z,04/04 05:49,0,23,2020-04-04T09:49:00Z,56,25,241,3132,3132,266,3132,0,2,20f5aa79d7c3123072289bb41245431a4fb5a15a,0,0,0,0,0,
+20200403,AK,157,5859,,,15,,,,,,A,4/3/2020 16:00,2020-04-03T16:00:00Z,04/03 12:00,3,15,2020-04-03T16:00:00Z,02,14,980,6016,6016,994,6016,0,6,26a06f06a8b140c806742699bd9978cec55f8669,0,0,0,0,0,
+20200403,AL,1432,8187,,,,,,,,,B,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,35,,2020-04-03T00:00:00Z,01,199,684,9619,9619,883,9619,3,0,943aacddc2a9a03fd2710d12dc71b8275f311781,0,0,0,0,0,
+20200403,AR,704,8995,,71,105,,,26,39,60,A,4/3/2020 16:21,2020-04-03T16:21:00Z,04/03 12:21,12,105,2020-04-03T16:21:00Z,05,61,1115,9699,9699,1176,9699,0,5,52569a11ec660b507c62356d1b6d7e583b5f653a,0,0,0,0,0,
+20200403,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,0b077cfa9dfe3ca0d887b452b846d21608034767,0,0,0,0,0,
+20200403,AZ,1769,22904,,,,,,,,,B,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,41,,2020-04-03T00:00:00Z,04,171,1793,24673,24673,1964,24673,9,0,4d4a1a0123c883e85017c7064ccdc38f0671927e,0,0,0,0,0,
+20200403,CA,10701,24599,59500,2188,,901,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,237,,2020-04-02T00:00:00Z,06,1510,790,94800,35300,2300,35300,34,0,1425359cd5767e9553414d565a0dcc0779751392,0,0,0,0,0,
+20200403,CO,3728,16683,,739,710,,,,,,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,97,710,2020-04-01T00:00:00Z,08,386,1380,20411,20411,1766,20411,17,90,2f4b08b3169147ff9173e0856d054f1a77968db3,0,0,0,0,0,
+20200403,CT,4914,15101,,909,,,,,,,A,4/3/2020 15:30,2020-04-03T15:30:00Z,04/03 11:30,131,,2020-04-03T15:30:00Z,09,1090,625,20015,20015,1715,20015,19,0,2d4d2e515a4f463a9741f22d7f2c9d2812ecbe5d,0,0,0,0,0,
+20200403,DC,757,4827,,,,,,,,206,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,15,,2020-04-03T00:00:00Z,11,104,410,5584,5584,514,5584,3,0,dcc46b5e6d074bddeb3260a6c68d12e7bd15fbeb,0,0,0,0,0,
+20200403,DE,450,4995,,63,,,,,,71,C,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,14,,2020-04-03T00:00:00Z,10,57,429,5445,5445,486,5445,2,0,c1433ab0029fb49d066c1d4e49e5437db80b795d,0,0,0,0,0,
+20200403,FL,9585,82137,1225,,1287,,,,,,A,4/3/2020 11:30,2020-04-03T11:30:00Z,04/03 07:30,163,1287,2020-04-03T11:30:00Z,12,1575,12851,92947,91722,14426,91722,35,164,b9b430981a73ae17fa5c52766122722490f2246f,0,0,0,0,0,
+20200403,GA,5831,19434,,,1158,,,,,,A,4/3/2020 11:28,2020-04-03T11:28:00Z,04/03 07:28,184,1158,2020-04-03T11:28:00Z,13,483,1825,25265,25265,2308,25265,21,102,43e2e553dd846cf9fdabe6002662edd5a64e2185,0,0,0,0,0,
+20200403,GU,84,459,,19,,2,,,,14,,4/3/2020 09:45,2020-04-03T09:45:00Z,04/03 05:45,4,,2020-04-03T09:45:00Z,66,2,17,543,543,19,543,1,0,d83a46a0cdbf03db8582bb5620643b923f2ad33f,0,0,0,0,0,
+20200403,HI,285,10206,,,15,,6,,,72,A,4/2/2020 18:00,2020-04-02T18:00:00Z,04/02 14:00,2,15,2020-04-02T18:00:00Z,15,27,0,10491,10491,27,10491,1,0,d52de1e85ea219ad8749348a8db4f7903054a029,0,0,0,0,0,
+20200403,IA,699,8754,,80,138,,,,,188,C,4/3/2020 16:30,2020-04-03T16:30:00Z,04/03 12:30,11,138,2020-04-03T16:30:00Z,19,85,700,9453,9453,785,9453,0,18,dbb596814aeeb26a4abef0a4aaa889e143be8e12,0,0,0,0,0,
+20200403,ID,891,7054,,,56,,7,,,,A,4/2/2020 19:00,2020-04-02T19:00:00Z,04/02 15:00,9,56,2020-04-02T19:00:00Z,16,222,441,7945,7945,663,7945,0,7,93d55cb74f435efc49ab5192698462912543aa9e,0,0,0,0,0,
+20200403,IL,8904,39144,,,,,,,,,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,210,,2020-04-03T00:00:00Z,17,1209,3183,48048,48048,4392,48048,53,0,aada8cb2828d9daecc453b1c4893ac4fa58abddc,0,0,0,0,0,
+20200403,IN,3437,14398,,,,,,,,,B,4/2/2020 23:59,2020-04-02T23:59:00Z,04/02 19:59,102,,2020-04-02T23:59:00Z,18,398,1152,17835,17835,1550,17835,24,0,4610fb249da210e12fd6c04819835fea2528201e,0,0,0,0,0,
+20200403,KS,620,6454,,,151,,,,,,B,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,17,151,2020-04-03T12:00:00Z,20,68,395,7074,7074,463,7074,4,13,d75109ed9e303fe6caed905a5696189cd7b73281,0,0,0,0,0,
+20200403,KY,770,12034,,,,,,,,,A,4/2/2020 17:00,2020-04-02T17:00:00Z,04/02 13:00,31,,2020-04-02T17:00:00Z,21,90,4814,12804,12804,4904,12804,11,0,30e66d34a3dc102ac8af7d2a3dc1c76a1afe9573,0,0,0,0,0,
+20200403,LA,10297,43348,,1707,,,,535,,,A,4/3/2020 13:00,2020-04-03T13:00:00Z,04/03 09:00,370,,2020-04-03T13:00:00Z,22,1147,1412,53645,53645,2559,53645,60,0,2b4f869cfb858d2b14276944114cff378f94438e,0,0,0,0,0,
+20200403,MA,10303,52685,,,966,,,,,,B,4/3/2020 12:30,2020-04-03T12:30:00Z,04/03 08:30,265,966,2020-04-03T12:30:00Z,25,1436,4918,62988,62988,6354,62988,36,153,ba5e6a2fae3856914cf13ce166a1d7a6fe6d645d,0,0,0,0,0,
+20200403,MD,2758,20932,,,664,,,,,159,A,4/3/2020 10:00,2020-04-03T10:00:00Z,04/03 06:00,42,664,2020-04-03T10:00:00Z,24,427,2042,23690,23690,2469,23690,6,82,7346ddbf0fee002be1916f6e12661ce264310c3d,0,0,0,0,0,
+20200403,ME,432,6088,,,75,,,,,113,A,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,9,75,2020-04-03T12:00:00Z,23,56,0,6520,6520,56,6520,2,7,c376f7e95e6bbaebe5f6ed7df9fd799bdfdbc161,0,0,0,0,0,
+20200403,MI,15252,33670,,,,,,,,56,B,4/3/2020 11:00,2020-04-03T11:00:00Z,04/03 07:00,479,,2020-04-03T11:00:00Z,26,1135,3302,48922,48922,4437,48922,62,0,fbd8136283de2b5d0048f5edc71e00cef62ae487,0,0,0,0,0,
+20200403,MN,789,23438,,86,156,40,40,,,,A,4/2/2020 17:00,2020-04-02T17:00:00Z,04/02 13:00,22,156,2020-04-02T17:00:00Z,27,47,1786,24227,24227,1833,24227,4,18,d0691399b17188f3df1face9a6cce3b02fa0352e,0,0,0,0,0,
+20200403,MO,2113,19357,,,,,,,,,C,4/3/2020 15:00,2020-04-03T15:00:00Z,04/03 11:00,19,,2020-04-03T15:00:00Z,29,279,1508,21470,21470,1787,21470,0,0,7e7204875b294eef215e721cc34e185d50e503b6,0,0,0,0,0,
+20200403,MP,8,13,10,,,,,,,,,4/2/2020 18:30,2020-04-02T18:30:00Z,04/02 14:30,1,,2020-04-02T18:30:00Z,69,0,0,31,21,0,21,0,0,acaf32bcfcec9e7ebf845a41a509608300afffc6,0,0,0,0,0,
+20200403,MS,1358,4753,,,420,,,,,,B,4/2/2020 19:00,2020-04-02T19:00:00Z,04/02 15:00,29,420,2020-04-02T19:00:00Z,28,181,0,6111,6111,181,6111,3,60,45ed2aee913ed8af84f927e17d20e1435fa71c70,0,0,0,0,0,
+20200403,MT,243,5333,,,24,,,,,,A,4/3/2020 10:00,2020-04-03T10:00:00Z,04/03 06:00,5,24,2020-04-03T10:00:00Z,30,16,240,5576,5576,256,5576,0,4,16d5b938ef2fa88dc568dc365b6672812efa920e,0,0,0,0,0,
+20200403,NC,2093,29505,,184,,,,,,,A,4/3/2020 13:55,2020-04-03T13:55:00Z,04/03 09:55,19,,2020-04-03T13:55:00Z,37,236,2683,31598,31598,2919,31598,3,0,2450887d67ef026b90086ab144bf9b85f570c8cb,0,0,0,0,0,
+20200403,ND,173,5625,,,29,,,,,55,B,4/3/2020 13:50,2020-04-03T13:50:00Z,04/03 09:50,3,29,2020-04-03T13:50:00Z,38,14,804,5798,5798,818,5798,0,1,9b39a993b5ee5cf70d0d39b367a37e8a078174ed,0,0,0,0,0,
+20200403,NE,279,4487,11,,,,,,,,A,4/3/2020 13:50,2020-04-03T13:50:00Z,04/03 09:50,6,,2020-04-03T13:50:00Z,31,33,509,4777,4766,542,4766,1,0,0333981854fa986788e987cd47fb99f78ba30143,0,0,0,0,0,
+20200403,NH,479,6575,114,,73,,,,,101,B,4/2/2020 09:00,2020-04-02T09:00:00Z,04/02 05:00,5,73,2020-04-02T09:00:00Z,33,64,497,7168,7054,561,7054,1,15,9ca59931b182bf62beeb9a7415f8aa5bf8118627,0,0,0,0,0,
+20200403,NJ,29895,37608,,3016,,,,,,,A,4/3/2020 13:00,2020-04-03T13:00:00Z,04/03 09:00,646,,2020-04-03T13:00:00Z,34,4305,4088,67503,67503,8393,67503,109,0,a8df7262dff0f75b8180cf76b35f630f90cbe114,0,0,0,0,0,
+20200403,NM,403,14375,,31,,,,,,26,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,7,,2020-04-02T00:00:00Z,35,40,727,14778,14778,767,14778,1,0,4e12eaa560935d952d309d8a3ac84c24a4071dd5,0,0,0,0,0,
+20200403,NV,1514,13018,,,,,,,,,A,4/3/2020 09:30,2020-04-03T09:30:00Z,04/03 05:30,43,,2020-04-03T09:30:00Z,32,56,430,14532,14532,486,14532,5,0,af418d4931de132fdd477bb4d84de66d9ec3ab83,0,0,0,0,0,
+20200403,NY,102863,157657,,14810,26210,3731,,,,8886,A,4/3/2020 11:00,2020-04-03T11:00:00Z,04/03 07:00,2935,26210,2020-04-03T11:00:00Z,36,10482,11073,260520,260520,21555,260520,562,3424,0a17c356bae4da9a82bacdd60c96fc24a4f8b3f8,0,0,0,0,0,
+20200403,OH,3312,35063,,,895,,288,,,,B,4/3/2020 14:00,2020-04-03T14:00:00Z,04/03 10:00,91,895,2020-04-03T14:00:00Z,39,410,3047,38375,38375,3457,38375,10,93,472d892ecef12af34f5254d45538742f20b3caae,0,0,0,0,0,
+20200403,OK,988,1315,,171,289,123,,,,383,B,4/3/2020 08:00,2020-04-03T08:00:00Z,04/03 04:00,38,289,2020-04-03T08:00:00Z,40,109,50,2303,2303,159,2303,4,32,ab8587dbdfa4bd0169e42ae72da3bf1b34269771,0,0,0,0,0,
+20200403,OR,899,16535,,188,204,,,38,,,A,4/2/2020 11:00,2020-04-02T11:00:00Z,04/02 07:00,22,204,2020-04-02T11:00:00Z,41,73,1276,17434,17434,1349,17434,1,16,f1fec4a19e2d50c7b4dcd9a3f47b0efb045a8ab4,0,0,0,0,0,
+20200403,PA,8420,53695,,,852,,,,,,A,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,102,852,2020-04-03T12:00:00Z,42,1404,5997,62115,62115,7401,62115,12,122,1a822a8e00ada43028eea769cd45c496861a8dd6,0,0,0,0,0,
+20200403,PR,378,2049,1055,,,,,,,,A,4/3/2020 07:00,2020-04-03T07:00:00Z,04/03 03:00,15,,2020-04-03T07:00:00Z,72,62,445,3482,2427,507,2427,3,0,8824a666f7b876a0325eed6adc5c131f70113d4e,0,0,0,0,0,
+20200403,RI,709,4857,,77,,14,,6,,35,B,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,14,,2020-04-03T00:00:00Z,44,52,445,5566,5566,497,5566,2,0,a58907f8a62220d988c00e465341abef6d622326,0,0,0,0,0,
+20200403,SC,1554,5441,,,241,,,,,,B,4/2/2020 16:04,2020-04-02T16:04:00Z,04/02 12:04,31,241,2020-04-02T16:04:00Z,45,0,0,6995,6995,0,6995,0,0,05d044cb6af9cf25b15145991e61fdbcf51dc5a6,0,0,0,0,0,
+20200403,SD,187,4593,3,,17,,,,,69,A,4/3/2020 13:21,2020-04-03T13:21:00Z,04/03 09:21,2,17,2020-04-03T13:21:00Z,46,22,376,4783,4780,398,4780,0,0,cff5549d3ef95af669c5cfceb4715776287252d1,0,0,0,0,0,
+20200403,TN,3067,34772,,,293,,,,,248,A,4/3/2020 15:00,2020-04-03T15:00:00Z,04/03 11:00,37,293,2020-04-03T15:00:00Z,47,222,3006,37839,37839,3228,37839,5,30,384d7d90e22c7c927cad1ecf93fad2c27af002bc,0,0,0,0,0,
+20200403,TX,5330,50434,,196,,,,,,38,A,4/2/2020 21:00,2020-04-02T21:00:00Z,04/02 17:00,90,,2020-04-02T21:00:00Z,48,661,4424,55764,55764,5085,55764,20,0,c067ed01b2dba8758ae42ae8c0391f3754ed8bc1,0,0,0,0,0,
+20200403,UT,1246,23002,,,106,,,,,,A,4/3/2020 15:00,2020-04-03T15:00:00Z,04/03 11:00,7,106,2020-04-03T15:00:00Z,49,172,2847,24248,24248,3019,24248,0,6,4ff78866dda0f9727071dc2d9ebced0edc17e3d6,0,0,0,0,0,
+20200403,VA,2012,16993,,,312,,145,,108,,A,4/3/2020 09:00,2020-04-03T09:00:00Z,04/03 05:00,46,312,2020-04-03T09:00:00Z,51,306,1110,19005,19005,1416,19005,5,7,076939fbfd4cecbd66e7983657b7d76cc6c8964b,0,0,0,0,0,
+20200403,VI,38,154,56,,,,,,,29,,4/3/2020 14:30,2020-04-03T14:30:00Z,04/03 10:30,,,2020-04-03T14:30:00Z,78,5,5,248,192,10,192,0,0,64e91b2e6e197bb16fede1a8208e39806e3b6774,0,0,0,0,0,
+20200403,VT,460,4865,,29,45,,,,,15,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,17,45,2020-04-03T00:00:00Z,50,70,481,5325,5325,551,5325,0,0,df7db5f3ec54b19a1833727619159dd0fd20c45f,0,0,0,0,0,
+20200403,WA,8167,91398,,,,,,,,,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,338,,2020-04-03T00:00:00Z,53,409,4361,99565,99565,4770,99565,28,0,94af2050a0737d430b8d3df4b2fe141893945bd8,0,0,0,0,0,
+20200403,WI,1912,22377,,,487,,,,,,A,4/3/2020 04:00,2020-04-03T04:00:00Z,04/03 00:00,37,487,2020-04-03T04:00:00Z,55,182,2060,24289,24289,2242,24289,6,26,7b6f8427795208edae3df3c9fe4c0e492b964a21,0,0,0,0,0,
+20200403,WV,237,6130,,,1,,,,,,B,4/3/2020 10:00,2020-04-03T10:00:00Z,04/03 06:00,2,1,2020-04-03T10:00:00Z,54,20,854,6367,6367,874,6367,0,0,71a7492e77b01cc5ccda55d350d0b7b6d10bf447,0,0,0,0,0,
+20200403,WY,162,2704,,,21,,,,,37,A,4/3/2020 10:42,2020-04-03T10:42:00Z,04/03 06:42,0,21,2020-04-03T10:42:00Z,56,12,265,2866,2866,277,2866,0,2,f7c0f8d32382442ea79d5fc984caf8dd500bd171,0,0,0,0,0,
+20200402,AK,143,4879,,,9,,,,,,A,4/1/2020 21:00,2020-04-01T21:00:00Z,04/01 17:00,3,9,2020-04-01T21:00:00Z,02,10,409,5022,5022,419,5022,0,0,83818dc0a91443a7d506197bb97771cb09fdba0c,0,0,0,0,0,
+20200402,AL,1233,7503,,,,,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,32,,2020-04-02T00:00:00Z,01,156,806,8736,8736,962,8736,6,0,707505b9c88c7267e981381961be14059c3c12fd,0,0,0,0,0,
+20200402,AR,643,7880,,66,100,,,23,32,47,A,4/2/2020 14:45,2020-04-02T14:45:00Z,04/02 10:45,12,100,2020-04-02T14:45:00Z,05,59,526,8523,8523,585,8523,2,10,69dd80272004fb8c45b384c979d430b35e2cb554,0,0,0,0,0,
+20200402,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,7aa0866fc1b6920cbd133a11fa47e002a5206c67,0,0,0,0,0,
+20200402,AZ,1598,21111,,,,,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,32,,2020-04-02T00:00:00Z,04,185,1466,22709,22709,1651,22709,3,0,b9d5cdbabe18fb47899770221f9dd03df165b2dd,0,0,0,0,0,
+20200402,CA,9191,23809,59500,1922,,816,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,203,,2020-04-02T00:00:00Z,06,1036,2037,92500,33000,3073,33000,32,0,830aa5348d031cfee83e3b06326819245cbae9d3,0,0,0,0,0,
+20200402,CO,3342,15303,,698,620,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,80,620,2020-03-31T00:00:00Z,08,376,1420,18645,18645,1796,18645,11,111,18d2ddc1163d469087ba34f56322a6b967b70985,0,0,0,0,0,
+20200402,CT,3824,14476,,827,,,,,,,A,4/2/2020 15:30,2020-04-02T15:30:00Z,04/02 11:30,112,,2020-04-02T15:30:00Z,09,267,1433,18300,18300,1700,18300,27,0,7f2c66652467c54a7b804cd18b1c246437d717b1,0,0,0,0,0,
+20200402,DC,653,4417,,,,,,,,173,A,4/2/2020 09:00,2020-04-02T09:00:00Z,04/02 05:00,12,,2020-04-02T09:00:00Z,11,67,1155,5070,5070,1222,5070,1,0,3745ac801d9deeb92b37005fb3c0b0fc873ff870,0,0,0,0,0,
+20200402,DE,393,4566,,56,,,,,,49,C,4/2/2020 16:45,2020-04-02T16:45:00Z,04/02 12:45,12,,2020-04-02T16:45:00Z,10,25,551,4959,4959,576,4959,1,0,d1fe40b7a90bd020ab63f7c13865ff187d86b9df,0,0,0,0,0,
+20200402,FL,8010,69286,1285,,1123,,,,,,A,4/2/2020 11:01,2020-04-02T11:01:00Z,04/02 07:01,128,1123,2020-04-02T11:01:00Z,12,1055,9757,78581,77296,10812,77296,41,174,0afc2617dfa62575beba1dc2552e14a51a3086e5,0,0,0,0,0,
+20200402,GA,5348,17609,,,1056,,,,,,A,4/2/2020 11:28,2020-04-02T11:28:00Z,04/02 07:28,163,1056,2020-04-02T11:28:00Z,13,710,1921,22957,22957,2631,22957,24,104,cd31139641a7a64a695f5e8c1e52faff8ac6d235,0,0,0,0,0,
+20200402,GU,82,442,,19,,2,,,,12,,4/2/2020 08:30,2020-04-02T08:30:00Z,04/02 04:30,3,,2020-04-02T08:30:00Z,66,5,36,524,524,41,524,0,0,0f5fee1c05f060ff32b77ea2ea3ff43fcd72d0f9,0,0,0,0,0,
+20200402,HI,258,10206,,,15,,6,,,69,A,4/1/2020 18:00,2020-04-01T18:00:00Z,04/01 14:00,1,15,2020-04-01T18:00:00Z,15,50,1485,10464,10464,1535,10464,0,2,832ce65b3b82a4ee2686c3452db94ce38bc0751e,0,0,0,0,0,
+20200402,IA,614,8054,,74,120,,,,,46,C,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,11,120,2020-04-02T00:00:00Z,19,65,750,8668,8668,815,8668,2,21,7e4a298924d2c6eb5a4e7ceb37b77456b6c2a4d7,0,0,0,0,0,
+20200402,ID,669,6613,,,49,,7,,,,A,4/1/2020 19:00,2020-04-01T19:00:00Z,04/01 15:00,9,49,2020-04-01T19:00:00Z,16,144,537,7282,7282,681,7282,0,3,262a67535bb7b446e74365acde4bddf8ae57c5f0,0,0,0,0,0,
+20200402,IL,7695,35961,,,,,,,,,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,157,,2020-04-02T00:00:00Z,17,715,2557,43656,43656,3272,43656,16,0,6924960597c91b0264cda6521605b7fd3694aada,0,0,0,0,0,
+20200402,IN,3039,13246,,,,,,,,,B,4/1/2020 23:59,2020-04-01T23:59:00Z,04/01 19:59,78,,2020-04-01T23:59:00Z,18,474,1436,16285,16285,1910,16285,13,0,d28ad1fce7b347bab973ef81f7fa2ea31d2a1bc1,0,0,0,0,0,
+20200402,KS,552,6059,,,138,,,,,,B,4/2/2020 12:00,2020-04-02T12:00:00Z,04/02 08:00,13,138,2020-04-02T12:00:00Z,20,70,648,6611,6611,718,6611,3,24,88ad900f0ee4c130ad7e8202f33244048c614525,0,0,0,0,0,
+20200402,KY,680,7220,,,,,,,,,A,4/1/2020 17:00,2020-04-01T17:00:00Z,04/01 13:00,20,,2020-04-01T17:00:00Z,21,89,255,7900,7900,344,7900,3,0,10bcfc05efd2f5f57a1ce07e0540a73518b5c427,0,0,0,0,0,
+20200402,LA,9150,41936,,1639,,,,507,,,A,4/2/2020 13:00,2020-04-02T13:00:00Z,04/02 09:00,310,,2020-04-02T13:00:00Z,22,2726,2584,51086,51086,5310,51086,37,0,11eedf236136340394a2395fe238a6d60864b6fb,0,0,0,0,0,
+20200402,MA,8867,47767,,,813,,,,,,B,4/2/2020 16:00,2020-04-02T16:00:00Z,04/02 12:00,229,813,2020-04-02T16:00:00Z,25,1228,3642,56634,56634,4870,56634,42,131,a1ec96b2c5d5cb08f4514891bab2aabb6cf7b396,0,0,0,0,0,
+20200402,MD,2331,18890,,,582,,,,,81,A,4/2/2020 10:00,2020-04-02T10:00:00Z,04/02 06:00,36,582,2020-04-02T10:00:00Z,24,346,1657,21221,21221,2003,21221,5,60,2524161fea18dbe78f40d2f095c9dc1a5b515637,0,0,0,0,0,
+20200402,ME,376,6088,,,68,,,,,94,A,4/2/2020 10:00,2020-04-02T10:00:00Z,04/02 06:00,7,68,2020-04-02T10:00:00Z,23,32,0,6464,6464,32,6464,0,5,67b82fb6e83b76f4a94ac350a16838346fc09e43,0,0,0,0,0,
+20200402,MI,14117,30368,,,,,,,,,B,4/2/2020 11:00,2020-04-02T11:00:00Z,04/02 07:00,417,,2020-04-02T11:00:00Z,26,1229,3131,44485,44485,4360,44485,80,0,349dc29880605cf76e13a69dd2471b98f7d5e0ac,0,0,0,0,0,
+20200402,MN,742,21652,,75,138,38,38,,,,A,4/2/2020 12:00,2020-04-02T12:00:00Z,04/02 08:00,18,138,2020-04-02T12:00:00Z,27,53,1150,22394,22394,1203,22394,1,16,39a9ef9bc11a13b5d2f3011c261949debd49a668,0,0,0,0,0,
+20200402,MO,1834,17849,,,,,,,,,C,4/2/2020 15:00,2020-04-02T15:00:00Z,04/02 11:00,19,,2020-04-02T15:00:00Z,29,253,2003,19683,19683,2256,19683,1,0,efec935c473a760a210e2360739712d799a948e3,0,0,0,0,0,
+20200402,MP,8,13,12,,,,,,,,,4/2/2020 03:00,2020-04-02T03:00:00Z,04/01 23:00,1,,2020-04-02T03:00:00Z,69,2,13,33,21,15,21,1,0,42538e3201e7b386a956db21161d68fb5fadf3d7,0,0,0,0,0,
+20200402,MS,1177,4753,,,360,,,,,,B,4/1/2020 19:00,2020-04-01T19:00:00Z,04/01 15:00,26,360,2020-04-01T19:00:00Z,28,104,1041,5930,5930,1145,5930,4,28,4710b4a3aac2d43bf1425ab4195483424c07edd0,0,0,0,0,0,
+20200402,MT,227,5093,,,20,,,,,,A,4/2/2020 10:00,2020-04-02T10:00:00Z,04/02 06:00,5,20,2020-04-02T10:00:00Z,30,19,383,5320,5320,402,5320,0,3,747e278ebfd7f9b5752e3d403b4c4e4da9653f11,0,0,0,0,0,
+20200402,NC,1857,26822,,184,,,,,,,A,4/2/2020 14:00,2020-04-02T14:00:00Z,04/02 10:00,16,,2020-04-02T14:00:00Z,37,273,2163,28679,28679,2436,28679,6,0,f0980588270830cc9d577b4d666b6785d8629664,0,0,0,0,0,
+20200402,ND,159,4821,,,28,,,,,43,B,4/2/2020 12:56,2020-04-02T12:56:00Z,04/02 08:56,3,28,2020-04-02T12:56:00Z,38,17,470,4980,4980,487,4980,0,5,7c48f30539a27e82a9e03cf3d1181087c03b5054,0,0,0,0,0,
+20200402,NE,246,3978,11,,,,,,,,A,4/2/2020 14:00,2020-04-02T14:00:00Z,04/02 10:00,5,,2020-04-02T14:00:00Z,31,36,503,4235,4224,539,4224,1,0,3e35ff9a103709f4d12c4a6e86b8a522e262f8e4,0,0,0,0,0,
+20200402,NH,415,6078,126,,58,,,,,91,B,4/1/2020 09:00,2020-04-01T09:00:00Z,04/01 05:00,4,58,2020-04-01T09:00:00Z,33,0,93,6619,6493,93,6493,0,2,5c93d3ffd8aee3415d9038bdd22c99d6532f3270,0,0,0,0,0,
+20200402,NJ,25590,33520,,2000,,,,,,,A,4/2/2020 13:00,2020-04-02T13:00:00Z,04/02 09:00,537,,2020-04-02T13:00:00Z,34,3335,3133,59110,59110,6468,59110,182,0,5f164bc8453b5ac8a38eace8351ce433b6d4bffa,0,0,0,0,0,
+20200402,NM,363,13648,,31,,,,,,26,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,6,,2020-04-01T00:00:00Z,35,48,723,14011,14011,771,14011,1,0,fa06741ad18dd0f67d4c5454295aa284f8330bb4,0,0,0,0,0,
+20200402,NV,1458,12588,,,,,,,,,A,4/2/2020 09:30,2020-04-02T09:30:00Z,04/02 05:30,38,,2020-04-02T09:30:00Z,32,179,1069,14046,14046,1248,14046,12,0,2f8041ce3a00e3d8a93c76d152723aab001b52d3,0,0,0,0,0,
+20200402,NY,92381,146584,,13383,22786,3396,,,,7434,A,4/2/2020 11:45,2020-04-02T11:45:00Z,04/02 07:45,2373,22786,2020-04-02T11:45:00Z,36,8669,9416,238965,238965,18085,238965,432,2857,ae9aa3a3ca46078f9cee1c0f2c3c77bffcb648f3,0,0,0,0,0,
+20200402,OH,2902,32016,,,802,,260,,,,B,4/2/2020 14:00,2020-04-02T14:00:00Z,04/02 10:00,81,802,2020-04-02T14:00:00Z,39,355,5024,34918,34918,5379,34918,16,123,142db98524f6f09e82b394d21121ad4ae83d0dd2,0,0,0,0,0,
+20200402,OK,879,1265,,182,257,144,,,,,B,4/1/2020 08:00,2020-04-01T08:00:00Z,04/01 04:00,34,257,2020-04-01T08:00:00Z,40,160,17,2144,2144,177,2144,4,38,01c72f7eabb7077bce2adf54a4b85aa8d9cf19e5,0,0,0,0,0,
+20200402,OR,826,15259,,134,188,,,38,,,A,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,21,188,2020-04-01T11:00:00Z,41,90,2123,16085,16085,2213,16085,3,34,570751dbba6b98426b6aea46308c6caea883394f,0,0,0,0,0,
+20200402,PA,7016,47698,,,730,,,,,,A,4/2/2020 12:00,2020-04-02T12:00:00Z,04/02 08:00,90,730,2020-04-02T12:00:00Z,42,1211,5271,54714,54714,6482,54714,16,110,efed3a108cb54a89f1082e5582252e2380225713,0,0,0,0,0,
+20200402,PR,316,1604,1119,,,,,,,,A,4/2/2020 07:00,2020-04-02T07:00:00Z,04/02 03:00,12,,2020-04-02T07:00:00Z,72,30,195,3039,1920,225,1920,1,0,1ef4b1cc32665282219551526356c318e7b1b51f,0,0,0,0,0,
+20200402,RI,657,4412,,72,,14,,6,,35,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,12,,2020-04-02T00:00:00Z,44,91,581,5069,5069,672,5069,2,0,4ae30281bf302cbc9cda0c3c7ece3925fccf361f,0,0,0,0,0,
+20200402,SC,1554,5441,,,241,,,,,,B,4/2/2020 16:04,2020-04-02T16:04:00Z,04/02 12:04,31,241,2020-04-02T16:04:00Z,45,261,408,6995,6995,669,6995,5,139,a8bc7f3b02c2d37dca4ef28d635e4c3ac21d5626,0,0,0,0,0,
+20200402,SD,165,4217,0,,17,,,,,57,A,4/1/2020 18:00,2020-04-01T18:00:00Z,04/01 14:00,2,17,2020-04-01T18:00:00Z,46,36,314,4382,4382,350,4382,0,5,96c72804750ffd2bcb4bb7140df39c6e2f27070f,0,0,0,0,0,
+20200402,TN,2845,31766,,,263,,,,,220,A,4/2/2020 15:00,2020-04-02T15:00:00Z,04/02 11:00,32,263,2020-04-02T15:00:00Z,47,162,1997,34611,34611,2159,34611,8,63,88f6cfebf36da9d729877b86c9637e29ebe74686,0,0,0,0,0,
+20200402,TX,4669,46010,,196,,,,,,38,A,4/1/2020 21:00,2020-04-01T21:00:00Z,04/01 17:00,70,,2020-04-01T21:00:00Z,48,672,2150,50679,50679,2822,50679,12,0,972f37057a95fb075913aee76e1245e4ff850c43,0,0,0,0,0,
+20200402,UT,1074,20155,,,100,,,,,,A,4/2/2020 15:00,2020-04-02T15:00:00Z,04/02 11:00,7,100,2020-04-02T15:00:00Z,49,62,0,21229,21229,62,21229,0,9,5b20b350850fde369a5b0c27611e1c68c76146d4,0,0,0,0,0,
+20200402,VA,1706,15883,,246,305,,145,,108,,A,4/2/2020 09:00,2020-04-02T09:00:00Z,04/02 05:00,41,305,2020-04-02T09:00:00Z,51,222,2023,17589,17589,2245,17589,7,0,4769d1f2d899e043a01e49dc071228794566a652,0,0,0,0,0,
+20200402,VI,33,149,42,,,,,,,25,,4/2/2020 09:30,2020-04-02T09:30:00Z,04/02 05:30,,,2020-04-02T09:30:00Z,78,3,23,224,182,26,182,0,0,b05a16c83f4eb8f99cc0ec348e13ca97004c7013,0,0,0,0,0,
+20200402,VT,390,4384,,29,45,,,,,15,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,17,45,2020-04-02T00:00:00Z,50,31,222,4774,4774,253,4774,1,0,68aada95a78959ddb4735b77390e9dafaee05c88,0,0,0,0,0,
+20200402,WA,7758,87037,,,,,,,,,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,310,,2020-04-02T00:00:00Z,53,404,4422,94795,94795,4826,94795,28,0,4bc6cfccbe49402a16fb34c2cc8d0132b9a5e279,0,0,0,0,0,
+20200402,WI,1730,20317,,,461,,,,,,A,4/2/2020 16:00,2020-04-02T16:00:00Z,04/02 12:00,31,461,2020-04-02T16:00:00Z,55,180,1498,22047,22047,1678,22047,7,63,c80f7da3bad61cba25a54d034df910eb76cc9db2,0,0,0,0,0,
+20200402,WV,217,5276,,,1,,,,,,B,4/2/2020 00:17,2020-04-02T00:17:00Z,04/01 20:17,2,1,2020-04-02T00:17:00Z,54,26,892,5493,5493,918,5493,1,0,8df15c48134d8b6a5b43ee2185b682a773966f57,0,0,0,0,0,
+20200402,WY,150,2439,,,19,,,,,31,A,4/2/2020 10:30,2020-04-02T10:30:00Z,04/02 06:30,0,19,2020-04-02T10:30:00Z,56,20,221,2589,2589,241,2589,0,1,fbf8a59752ab0fa6de59241ff1bc89a11706ea98,0,0,0,0,0,
+20200401,AK,133,4470,,,9,,,,,,A,3/31/2020 19:00,2020-03-31T19:00:00Z,03/31 15:00,3,9,2020-03-31T19:00:00Z,02,14,876,4603,4603,890,4603,0,2,5e82bd82d35e9742c9caa58211751f721b415945,0,0,0,0,0,
+20200401,AL,1077,6697,,,,,,,,,B,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,26,,2020-04-01T00:00:00Z,01,96,399,7774,7774,495,7774,13,0,21128e03910c8cbe4f5cca2cd2883409cd59842d,0,0,0,0,0,
+20200401,AR,584,7354,,56,90,,,25,32,42,A,4/1/2020 13:26,2020-04-01T13:26:00Z,04/01 09:26,10,90,2020-04-01T13:26:00Z,05,61,1395,7938,7938,1456,7938,2,90,f8ae6860c0f7c8aae152588a0cbea950639326c5,0,0,0,0,0,
+20200401,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,922b343405ae724d53e50d42c809e78418ef0949,0,0,0,0,0,
+20200401,AZ,1413,19645,,,,,,,,,B,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,29,,2020-04-01T00:00:00Z,04,124,1563,21058,21058,1687,21058,5,0,1d602255e2f5e9ff0a19c8263c69218476b6d90a,0,0,0,0,0,
+20200401,CA,8155,21772,57400,1855,,774,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,171,,2020-03-31T00:00:00Z,06,673,0,87327,29927,673,29927,18,0,1ffe76cb81ee9b2ee1cf8358965ad616d39f2714,0,0,0,0,0,
+20200401,CO,2966,13883,,574,509,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,69,509,2020-03-30T00:00:00Z,08,339,1146,16849,16849,1485,16849,18,95,9584b1c6726e2ce182d9d82a598367358dabf63a,0,0,0,0,0,
+20200401,CT,3557,13043,,766,,,,,,,A,4/1/2020 13:30,2020-04-01T13:30:00Z,04/01 09:30,85,,2020-04-01T13:30:00Z,09,429,14,16600,16600,443,16600,16,0,fc5af80f56973aaac89cd336fe65ad1350264fcd,0,0,0,0,0,
+20200401,DC,586,3262,2,,,,,,,142,A,3/31/2020 21:24,2020-03-31T21:24:00Z,03/31 17:24,11,,2020-03-31T21:24:00Z,11,91,0,3850,3848,91,3848,2,0,a2cc59fd186a2ede0caaf79ad291bf5e936f4873,0,0,0,0,0,
+20200401,DE,368,4015,,51,,,,,,49,C,4/1/2020 12:30,2020-04-01T12:30:00Z,04/01 08:30,11,,2020-04-01T12:30:00Z,10,49,319,4383,4383,368,4383,1,0,6354931eb41cfa94cd19e5732885609dbf921510,0,0,0,0,0,
+20200401,FL,6955,59529,1235,,949,,,,,,A,4/1/2020 11:30,2020-04-01T11:30:00Z,04/01 07:30,87,949,2020-04-01T11:30:00Z,12,617,5244,67719,66484,5861,66484,10,126,e7781a0b503d89dacc42a10daa9d889ae4d812ce,0,0,0,0,0,
+20200401,GA,4638,15688,,,952,,,,,,A,4/1/2020 11:28,2020-04-01T11:28:00Z,04/01 07:28,139,952,2020-04-01T11:28:00Z,13,709,3436,20326,20326,4145,20326,28,119,e1883753d045d2d42e5d59614d343b919f229a50,0,0,0,0,0,
+20200401,GU,77,406,,19,,2,,,,9,,4/1/2020 08:30,2020-04-01T08:30:00Z,04/01 04:30,3,,2020-04-01T08:30:00Z,66,8,35,483,483,43,483,1,0,1ba51f17cfe367a4b86e77058443d218408fec2f,0,0,0,0,0,
+20200401,HI,208,8721,,,13,,6,,,58,A,3/31/2020 18:00,2020-03-31T18:00:00Z,03/31 14:00,1,13,2020-03-31T18:00:00Z,15,4,250,8929,8929,254,8929,1,1,8851438975720e84cae1a920824101db77fc5ebe,0,0,0,0,0,
+20200401,IA,549,7304,,63,99,,,,,118,C,4/1/2020 14:40,2020-04-01T14:40:00Z,04/01 10:40,9,99,2020-04-01T14:40:00Z,19,52,416,7853,7853,468,7853,2,5,971fe4fbfa9d01f6011d2836773abd7d2d6aedf7,0,0,0,0,0,
+20200401,ID,525,6076,,,46,,7,,,,A,3/31/2020 19:00,2020-03-31T19:00:00Z,03/31 15:00,9,46,2020-03-31T19:00:00Z,16,110,779,6601,6601,889,6601,2,1,71fe5cd54709866ced233e4cc2488c546cbc4976,0,0,0,0,0,
+20200401,IL,6980,33404,,,,,,,,,A,4/1/2020 02:00,2020-04-01T02:00:00Z,03/31 22:00,141,,2020-04-01T02:00:00Z,17,986,4173,40384,40384,5159,40384,42,0,063d85af9a2721b1a84bc8791053379c62d57a10,0,0,0,0,0,
+20200401,IN,2565,11810,,,,,,,,,B,4/1/2020 00:59,2020-04-01T00:59:00Z,03/31 20:59,65,,2020-04-01T00:59:00Z,18,406,596,14375,14375,1002,14375,16,0,9a4f68b3a0c8b5b4223b55638dda81e676434bb9,0,0,0,0,0,
+20200401,KS,482,5411,,,114,,,,,,B,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,10,114,2020-04-01T11:00:00Z,20,54,415,5893,5893,469,5893,1,35,8a39d0f0fbb2d0d2d4ff1aad6403403b4899b16f,0,0,0,0,0,
+20200401,KY,591,6965,,,,,,,,,A,3/31/2020 17:00,2020-03-31T17:00:00Z,03/31 13:00,17,,2020-03-31T17:00:00Z,21,111,635,7556,7556,746,7556,6,0,a64597fdbbff496478ac06545dfe0398458749a1,0,0,0,0,0,
+20200401,LA,6424,39352,,1498,,,,490,,,A,4/1/2020 13:00,2020-04-01T13:00:00Z,04/01 09:00,273,,2020-04-01T13:00:00Z,22,1187,5622,45776,45776,6809,45776,34,0,11dfc6506ff44977c1371964165a5f66f75424b8,0,0,0,0,0,
+20200401,MA,7639,44125,,,682,,,,,,B,3/31/2020 12:30,2020-03-31T12:30:00Z,03/31 08:30,187,682,2020-03-31T12:30:00Z,25,1118,3685,51764,51764,4803,51764,34,120,1109e63c2bda17defcc787508e49cead142cc688,0,0,0,0,0,
+20200401,MD,1985,17233,,,522,,,,,,A,4/1/2020 10:00,2020-04-01T10:00:00Z,04/01 06:00,31,522,2020-04-01T10:00:00Z,24,325,2365,19218,19218,2690,19218,13,93,dc24f941a30f7b77f2c42b02918167150bedc6df,0,0,0,0,0,
+20200401,ME,344,6088,,,63,,,,,80,A,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,7,63,2020-04-01T11:00:00Z,23,41,0,6432,6432,41,6432,2,6,bfee05a5ef89dcdc4fe49faac721696c0359b45a,0,0,0,0,0,
+20200401,MI,12888,27237,,,,,,,,,B,4/1/2020 16:00,2020-04-01T16:00:00Z,04/01 12:00,337,,2020-04-01T16:00:00Z,26,1013,3258,40125,40125,4271,40125,78,0,94e0618b41d487e8c2e4c055158bb28d3fea3aaa,0,0,0,0,0,
+20200401,MN,689,20502,,54,122,27,27,,,,A,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,17,122,2020-04-01T12:00:00Z,27,60,1351,21191,21191,1411,21191,5,10,58fa72f3d97ce85c42b2a61563c2c56a74356b6d,0,0,0,0,0,
+20200401,MO,1581,15846,,,,,,,,,C,4/1/2020 15:00,2020-04-01T15:00:00Z,04/01 11:00,18,,2020-04-01T15:00:00Z,29,254,1232,17427,17427,1486,17427,4,0,54452f6d8a99a4726c5d350408c4c3bec5aaf30f,0,0,0,0,0,
+20200401,MP,6,,,,,,,,,,,3/31/2020 21:50,2020-03-31T21:50:00Z,03/31 17:50,,,2020-03-31T21:50:00Z,69,4,0,6,6,4,6,0,0,08583da75b74c69627f42df7cbf1200c0289d287,0,0,0,0,0,
+20200401,MS,1073,3712,,,332,,,,,,B,3/31/2020 19:00,2020-03-31T19:00:00Z,03/31 15:00,22,332,2020-03-31T19:00:00Z,28,136,175,4785,4785,311,4785,2,121,5b4d5c3bc486355b64479fc551d592cde174b12f,0,0,0,0,0,
+20200401,MT,208,4710,,,17,,,,,,A,4/1/2020 10:00,2020-04-01T10:00:00Z,04/01 06:00,5,17,2020-04-01T10:00:00Z,30,24,476,4918,4918,500,4918,1,3,a98f0354f1ac0f4912bf3d779b2bc8b1901fb331,0,0,0,0,0,
+20200401,NC,1584,24659,,204,,,,,,,A,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,10,,2020-04-01T11:00:00Z,37,86,3051,26243,26243,3137,26243,2,0,7379dfacbfcd6ff3a8d752d9e9e280cd13659a43,0,0,0,0,0,
+20200401,ND,142,4351,,,23,,,,,34,B,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,3,23,2020-04-01T12:00:00Z,38,16,220,4493,4493,236,4493,0,2,6447ee961b09cdd4266b76dafdc8acaa08f9417a,0,0,0,0,0,
+20200401,NE,210,3475,8,,,,,,,,A,4/1/2020 14:00,2020-04-01T14:00:00Z,04/01 10:00,4,,2020-04-01T14:00:00Z,31,38,544,3693,3685,582,3685,1,0,5b1becf2ada819f12a2ff8ab4db247a3cd9c783d,0,0,0,0,0,
+20200401,NH,415,5985,97,,56,,,,,56,B,4/1/2020 09:00,2020-04-01T09:00:00Z,04/01 05:00,4,56,2020-04-01T09:00:00Z,33,101,572,6497,6400,673,6400,1,11,16faffa92fb8f5686b1fb5f186ae9c609b8165cf,0,0,0,0,0,
+20200401,NJ,22255,30387,,2000,,,,,,,A,4/1/2020 13:00,2020-04-01T13:00:00Z,04/01 09:00,355,,2020-04-01T13:00:00Z,34,3559,3310,52642,52642,6869,52642,88,0,e4f65b8f44c6d0e544e52d0de61e7908fc91310e,0,0,0,0,0,
+20200401,NM,315,12925,,24,,,,,,26,A,3/31/2020 22:22,2020-03-31T22:22:00Z,03/31 18:22,5,,2020-03-31T22:22:00Z,35,34,679,13240,13240,713,13240,1,0,719cd51ff1356905e001148a913c315a29b1b06c,0,0,0,0,0,
+20200401,NV,1279,11519,,,,,,,,,A,4/1/2020 09:30,2020-04-01T09:30:00Z,04/01 05:30,26,,2020-04-01T09:30:00Z,32,166,838,12798,12798,1004,12798,9,0,a38846c0b0e8ac8eecc76ac1ab689f3d296100b3,0,0,0,0,0,
+20200401,NY,83712,137168,,12226,19929,3022,,,,6142,A,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,1941,19929,2020-04-01T12:00:00Z,36,7917,7777,220880,220880,15694,220880,391,2844,1b22eeefcb983f3dc6193837581b2c2c54144a60,0,0,0,0,0,
+20200401,OH,2547,26992,,,679,,222,,,,B,4/1/2020 14:00,2020-04-01T14:00:00Z,04/01 10:00,65,679,2020-04-01T14:00:00Z,39,348,0,29539,29539,348,29539,10,94,26d67e6189b1a4db7fcb0c05db07315c3c66b782,0,0,0,0,0,
+20200401,OK,719,1248,,174,219,98,,,,,B,4/1/2020 08:00,2020-04-01T08:00:00Z,04/01 04:00,30,219,2020-04-01T08:00:00Z,40,154,19,1967,1967,173,1967,7,42,31d5f0039451af4ccdfc965767dab2bee7250889,0,0,0,0,0,
+20200401,OR,736,13136,,132,154,,,40,,,A,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,18,154,2020-03-31T11:00:00Z,41,46,0,13872,13872,46,13872,0,0,228f456b0f7b1d553e246d11f6c28478125f9789,0,0,0,0,0,
+20200401,PA,5805,42427,,,620,,,,,,A,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,74,620,2020-04-01T12:00:00Z,42,962,4782,48232,48232,5744,48232,11,106,25de6dfd3dbb8c52f760b5a4836ecfd040c90c69,0,0,0,0,0,
+20200401,PR,286,1409,897,,,,,,,,A,4/1/2020 07:00,2020-04-01T07:00:00Z,04/01 03:00,11,,2020-04-01T07:00:00Z,72,47,214,2592,1695,261,1695,3,0,1c557c929fbb4f5c4aec78a8c175fb49a14fcb0c,0,0,0,0,0,
+20200401,RI,566,3831,,60,,14,,6,,35,B,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,10,,2020-04-01T00:00:00Z,44,77,355,4397,4397,432,4397,2,0,706caccfa82fa6629c454e51ccdc463a28e79105,0,0,0,0,0,
+20200401,SC,1293,5033,,,102,,,,,,B,4/1/2020 15:55,2020-04-01T15:55:00Z,04/01 11:55,26,102,2020-04-01T15:55:00Z,45,210,417,6326,6326,627,6326,4,0,5bb50eba45dd87cac2da14b6517e76a288d3d9ec,0,0,0,0,0,
+20200401,SD,129,3903,0,,12,,,,,51,A,4/1/2020 12:30,2020-04-01T12:30:00Z,04/01 08:30,2,12,2020-04-01T12:30:00Z,46,21,294,4032,4032,315,4032,1,0,7bd082eb022c1218eed629c80bfdb265f42cb255,0,0,0,0,0,
+20200401,TN,2683,29769,,,200,,,,,137,A,4/1/2020 15:00,2020-04-01T15:00:00Z,04/01 11:00,24,200,2020-04-01T15:00:00Z,47,444,4648,32452,32452,5092,32452,1,25,9dde37ff65126ae5f4f8584aa9a82c7e6b53d5fe,0,0,0,0,0,
+20200401,TX,3997,43860,,196,,,,,,38,A,3/31/2020 21:00,2020-03-31T21:00:00Z,03/31 17:00,58,,2020-03-31T21:00:00Z,48,731,4134,47857,47857,4865,47857,17,0,5ab6c44b4ab6900dd6bb45c705c48a8c3c37ff0b,0,0,0,0,0,
+20200401,UT,1012,20155,,,91,,,,,,A,4/1/2020 15:00,2020-04-01T15:00:00Z,04/01 11:00,7,91,2020-04-01T15:00:00Z,49,125,2529,21167,21167,2654,21167,2,18,a25870cc86413d3a1729f4b44e6513d783e3be78,0,0,0,0,0,
+20200401,VA,1484,13860,,,305,,145,,108,,A,4/1/2020 13:00,2020-04-01T13:00:00Z,04/01 09:00,34,305,2020-04-01T13:00:00Z,51,234,1709,15344,15344,1943,15344,7,140,415d0b97c2539ee4c48e1aea34d7b6c8459f7300,0,0,0,0,0,
+20200401,VI,30,126,24,,,,,,,21,,3/31/2020 17:00,2020-03-31T17:00:00Z,03/31 13:00,,,2020-03-31T17:00:00Z,78,0,0,180,156,0,156,0,0,19fe5118296c184cf8615a2147e0702b445e890b,0,0,0,0,0,
+20200401,VT,359,4162,,30,45,,,,,15,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,16,45,2020-04-01T00:00:00Z,50,39,213,4521,4521,252,4521,3,9,36188df4d3c2daf46fdebad4fc77f982235d0a94,0,0,0,0,0,
+20200401,WA,7354,82615,,,,,,,,,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,282,,2020-04-01T00:00:00Z,53,446,4212,89969,89969,4658,89969,20,0,80734d27271145b90e23c20ec592fca39927dca3,0,0,0,0,0,
+20200401,WI,1550,18819,,,398,,,,,,A,4/1/2020 16:00,2020-04-01T16:00:00Z,04/01 12:00,24,398,2020-04-01T16:00:00Z,55,199,1444,20369,20369,1643,20369,8,61,b39f8cd547ec14c1da0314d47b7e5d88d92df2ba,0,0,0,0,0,
+20200401,WV,191,4384,,,1,,,,,,B,4/1/2020 13:11,2020-04-01T13:11:00Z,04/01 09:11,1,1,2020-04-01T13:11:00Z,54,29,403,4575,4575,432,4575,0,0,725f08ddcc679265aacb06108af9698a2352965d,0,0,0,0,0,
+20200401,WY,130,2218,,,18,,,,,31,A,3/31/2020 19:44,2020-03-31T19:44:00Z,03/31 15:44,0,18,2020-03-31T19:44:00Z,56,21,219,2348,2348,240,2348,0,1,486429d03fead2aef7e25caf9eae9ffb179fc415,0,0,0,0,0,
+20200331,AK,119,3594,,,7,,,,,,A,3/30/2020 19:00,2020-03-30T19:00:00Z,03/30 15:00,3,7,2020-03-30T19:00:00Z,02,5,54,3713,3713,59,3713,0,0,3e09b4f0f162c61fde80396d6c26f0061a9a19a7,0,0,0,0,0,
+20200331,AL,981,6298,,,,,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,13,,2020-03-31T00:00:00Z,01,122,604,7279,7279,726,7279,7,0,2ca0b6efbbbee7e7beb0032cdb712795873f928d,0,0,0,0,0,
+20200331,AR,523,5959,,64,,,,23,,35,A,3/31/2020 14:59,2020-03-31T14:59:00Z,03/31 10:59,8,,2020-03-31T14:59:00Z,05,50,697,6482,6482,747,6482,1,0,9ae1e45605e2f6f605eae14b1d4fab36e0328814,0,0,0,0,0,
+20200331,AS,0,3,2,,,,,,,,,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,0,,2020-03-30T00:00:00Z,60,0,3,5,3,3,3,0,0,091e62de984a95a21e4cbeb1a7d5e7aa3f94952e,0,0,0,0,0,
+20200331,AZ,1289,18082,,,,,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,24,,2020-03-31T00:00:00Z,04,132,2480,19371,19371,2612,19371,4,0,a849d101bf32c7bd5a7b9afc7df71997ef4865a2,0,0,0,0,0,
+20200331,CA,7482,21772,57400,1617,,657,,,,,B,3/31/2020 16:00,2020-03-31T16:00:00Z,03/31 12:00,153,,2020-03-31T16:00:00Z,06,1035,1223,86654,29254,2258,29254,20,0,dbfbee645c6a2978c4160832a4f488ad90e2792f,0,0,0,0,0,
+20200331,CO,2627,12737,,503,414,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,51,414,2020-03-29T00:00:00Z,08,0,0,15364,15364,0,15364,0,0,770057486f6618d832fc011c06615f5e0688a1e6,0,0,0,0,0,
+20200331,CT,3128,13029,,608,,,,,,,A,3/31/2020 13:30,2020-03-31T13:30:00Z,03/31 09:30,69,,2020-03-31T13:30:00Z,09,557,1000,16157,16157,1557,16157,33,0,bb0212f736171fea129e950835b5c9c035e34597,0,0,0,0,0,
+20200331,DC,495,3262,2,,,,,,,121,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,9,,2020-03-30T00:00:00Z,11,94,580,3759,3757,674,3757,0,0,4fad6c753273c14862bb3889b7d8ca1679c606b8,0,0,0,0,0,
+20200331,DE,319,3696,,57,,,,,,22,C,3/31/2020 16:00,2020-03-31T16:00:00Z,03/31 12:00,10,,2020-03-31T16:00:00Z,10,55,1480,4015,4015,1535,4015,4,0,584c9e08b1eb3df2c885524ea122a20c6866e797,0,0,0,0,0,
+20200331,FL,6338,54285,1163,,823,,,,,,A,3/31/2020 11:30,2020-03-31T11:30:00Z,03/31 07:30,77,823,2020-03-31T11:30:00Z,12,865,6060,61786,60623,6925,60623,14,171,b4df6be823942b990975cbb187c1daba4c15a672,0,0,0,0,0,
+20200331,GA,3929,12252,,,833,,,,,,A,3/31/2020 12:57,2020-03-31T12:57:00Z,03/31 08:57,111,833,2020-03-31T12:57:00Z,13,1120,2337,16181,16181,3457,16181,24,126,8506acfb0a050b8a51a7667e2bf828bc1ed9e2c2,0,0,0,0,0,
+20200331,GU,69,371,,19,,2,,,,7,,3/31/2020 07:55,2020-03-31T07:55:00Z,03/31 03:55,2,,2020-03-31T07:55:00Z,66,11,19,440,440,30,440,1,0,29f3da182b753272ab658d75647ad3b93b49cabe,0,0,0,0,0,
+20200331,HI,204,8471,,,12,,6,,,49,A,3/30/2020 18:00,2020-03-30T18:00:00Z,03/30 14:00,,12,2020-03-30T18:00:00Z,15,29,646,8675,8675,675,8675,0,0,e71411154b209d8a85702e0efa6719db8a73f157,0,0,0,0,0,
+20200331,IA,497,6888,,61,94,,,,,33,C,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,7,94,2020-03-31T00:00:00Z,19,73,726,7385,7385,799,7385,1,20,8478ad2275c78bc89fdbc8dbed3f07072f080246,0,0,0,0,0,
+20200331,ID,415,5297,,,45,,6,,,,A,3/30/2020 19:00,2020-03-30T19:00:00Z,03/30 15:00,7,45,2020-03-30T19:00:00Z,16,105,901,5712,5712,1006,5712,1,6,5b98de0a0c484d7f2d45c45650911b5642306fa0,0,0,0,0,0,
+20200331,IL,5994,29231,,,,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,99,,2020-03-31T00:00:00Z,17,937,3842,35225,35225,4779,35225,26,0,0c7107bd1030f967dee4a2763ee24056ae7153ca,0,0,0,0,0,
+20200331,IN,2159,11214,,,,,,,,,B,3/30/2020 12:59,2020-03-30T12:59:00Z,03/30 08:59,49,,2020-03-30T12:59:00Z,18,373,1342,13373,13373,1715,13373,14,0,f8f550e7c95b43ec74c494b8bb62cb0921b3ec61,0,0,0,0,0,
+20200331,KS,428,4996,,,79,,,,,,B,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,9,79,2020-03-31T11:00:00Z,20,60,442,5424,5424,502,5424,1,13,8c5e50ad4d228e53c6c9ea076428c070cd7479c3,0,0,0,0,0,
+20200331,KY,480,6330,,,,,,,,,A,3/30/2020 17:00,2020-03-30T17:00:00Z,03/30 13:00,11,,2020-03-30T17:00:00Z,21,41,751,6810,6810,792,6810,2,0,c509b59a3c74c60c1922314fe41e495f967d6990,0,0,0,0,0,
+20200331,LA,5237,33730,,1355,,,,438,,,A,3/31/2020 13:00,2020-03-31T13:00:00Z,03/31 09:00,239,,2020-03-31T13:00:00Z,22,1212,3722,38967,38967,4934,38967,54,0,b913e50a6cc17d769e6648ebe518ae84512c573c,0,0,0,0,0,
+20200331,MA,6521,40440,,,562,,,,,,B,3/31/2020 12:30,2020-03-31T12:30:00Z,03/31 08:30,153,562,2020-03-31T12:30:00Z,25,868,3274,46961,46961,4142,46961,29,109,edcd9bf6f26657a04bc06f9f01cebd6d34bab4ec,0,0,0,0,0,
+20200331,MD,1660,14868,,,429,,,,,,A,3/31/2020 10:00,2020-03-31T10:00:00Z,03/31 06:00,18,429,2020-03-31T10:00:00Z,24,247,1552,16528,16528,1799,16528,3,76,d6eaae443a0b9bf17605c9f8b91cde22f1525ea7,0,0,0,0,0,
+20200331,ME,303,6088,,,57,,,,,68,A,3/31/2020 10:30,2020-03-31T10:30:00Z,03/31 06:30,5,57,2020-03-31T10:30:00Z,23,28,2694,6391,6391,2722,6391,2,8,5495acf3fbe4e0858f679e5e5dea083879f8fb1c,0,0,0,0,0,
+20200331,MI,11875,23979,,,,,,,,,B,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,259,,2020-03-31T11:00:00Z,26,974,2796,35854,35854,3770,35854,75,0,9cdca8dbd82ee5ca8536233c182c0cda54b38ef4,0,0,0,0,0,
+20200331,MN,629,19151,,56,112,26,26,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,12,112,2020-03-31T00:00:00Z,27,53,905,19780,19780,958,19780,2,20,55a56f88f7b3e2a28b7ba8a056d06ce6a4a5815b,0,0,0,0,0,
+20200331,MO,1327,14614,,,,,,,,,C,3/31/2020 15:00,2020-03-31T15:00:00Z,03/31 11:00,14,,2020-03-31T15:00:00Z,29,296,1410,15941,15941,1706,15941,1,0,e872d11f625fb085b2b08f61a23ccc7d67d3c584,0,0,0,0,0,
+20200331,MP,2,,,,,,,,,,,3/30/2020 18:30,2020-03-30T18:30:00Z,03/30 14:30,,,2020-03-30T18:30:00Z,69,0,0,2,2,0,2,0,0,45992e3bc3a8a96eb2f318288f7ba6ff6c2d5006,0,0,0,0,0,
+20200331,MS,937,3537,,,211,,,,,,B,3/30/2020 19:00,2020-03-30T19:00:00Z,03/30 15:00,20,211,2020-03-30T19:00:00Z,28,90,548,4474,4474,638,4474,4,16,c97b7182f6d37db7d86451d45e8ea592d219e7ad,0,0,0,0,0,
+20200331,MT,184,4234,,,14,,,,,,A,3/31/2020 10:00,2020-03-31T10:00:00Z,03/31 06:00,4,14,2020-03-31T10:00:00Z,30,13,91,4418,4418,104,4418,0,4,48d0fe9be0b4c61e4a86d59ac18ea948c9d2ad52,0,0,0,0,0,
+20200331,NC,1498,21608,,157,,,,,,,A,3/31/2020 09:05,2020-03-31T09:05:00Z,03/31 05:05,8,,2020-03-31T09:05:00Z,37,191,2051,23106,23106,2242,23106,2,0,646bd665e7360634313526b18f66b94bf4089682,0,0,0,0,0,
+20200331,ND,126,4131,,,21,,,,,30,B,3/31/2020 18:00,2020-03-31T18:00:00Z,03/31 14:00,3,21,2020-03-31T18:00:00Z,38,17,403,4257,4257,420,4257,1,2,1b31e832ec8844c7ba9caae87d27df0966f393a8,0,0,0,0,0,
+20200331,NE,172,2931,8,,,,,,,,A,3/31/2020 14:00,2020-03-31T14:00:00Z,03/31 10:00,3,,2020-03-31T14:00:00Z,31,27,347,3111,3103,374,3103,1,0,8346495d1ecfcee504852e1f63c3237df1a48498,0,0,0,0,0,
+20200331,NH,314,5413,65,,45,,,,,,B,3/30/2020 09:00,2020-03-30T09:00:00Z,03/30 05:00,3,45,2020-03-30T09:00:00Z,33,0,27,5792,5727,27,5727,0,0,fd8f235d076bc78dfce17e315daf67f7daf975bb,0,0,0,0,0,
+20200331,NJ,18696,27077,,2000,,,,,,,A,3/31/2020 13:00,2020-03-31T13:00:00Z,03/31 09:00,267,,2020-03-31T13:00:00Z,34,2060,1853,45773,45773,3913,45773,69,0,115dfea9a036c4daf05fd24c3681e78a7f42173a,0,0,0,0,0,
+20200331,NM,281,12246,,22,,,,,,26,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,4,,2020-03-31T00:00:00Z,35,44,1304,12527,12527,1348,12527,2,0,a4c7487e71e07312331534acc3a8378dee7c75c3,0,0,0,0,0,
+20200331,NV,1113,10681,,,,,,,,,A,3/31/2020 09:30,2020-03-31T09:30:00Z,03/31 05:30,17,,2020-03-31T09:30:00Z,32,105,474,11794,11794,579,11794,2,0,9ec8f5db1faa56e2878ccb7d0db43a7f447e80f0,0,0,0,0,0,
+20200331,NY,75795,129391,,10929,17085,2710,,,,4975,A,3/29/2020 09:16,2020-03-29T09:16:00Z,03/29 05:16,1550,17085,2020-03-29T09:16:00Z,36,9298,9420,205186,205186,18718,205186,332,2507,0cbadb6e01688a1e74d48412dc7b97de0a1da389,0,0,0,0,0,
+20200331,OH,2199,26992,,,585,,198,,,,B,3/31/2020 14:00,2020-03-31T14:00:00Z,03/31 10:00,55,585,2020-03-31T14:00:00Z,39,266,1650,29191,29191,1916,29191,16,110,75e50f7c7aa94e6eab81c2faffcf4ab608836bf0,0,0,0,0,0,
+20200331,OK,565,1229,,,177,83,,,,,B,3/31/2020 08:00,2020-03-31T08:00:00Z,03/31 04:00,23,177,2020-03-31T08:00:00Z,40,84,22,1794,1794,106,1794,6,24,e71247184f9cc0b69b0317b2b22bb1374767122e,0,0,0,0,0,
+20200331,OR,690,13136,,132,154,,,40,,,A,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,18,154,2020-03-31T11:00:00Z,41,84,859,13826,13826,943,13826,2,14,c92da27b98d6ca12feb30ff94dfa6e82a2ba217f,0,0,0,0,0,
+20200331,PA,4843,37645,,,514,,,,,,A,3/31/2020 12:00,2020-03-31T12:00:00Z,03/31 08:00,63,514,2020-03-31T12:00:00Z,42,756,3868,42488,42488,4624,42488,14,128,2cd806c7511e85c7d445f5c269b33627e6876978,0,0,0,0,0,
+20200331,PR,239,1195,854,,,,,,,,A,3/30/2020 07:00,2020-03-30T07:00:00Z,03/30 03:00,8,,2020-03-30T07:00:00Z,72,65,264,2288,1434,329,1434,2,0,b1248aeb0436a76309d8cebea60b53375c085b74,0,0,0,0,0,
+20200331,RI,489,3476,,59,,9,,6,,35,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,8,,2020-03-31T00:00:00Z,44,87,289,3965,3965,376,3965,4,0,d36358c1353a130dfd0f7107fb0509db2fd0ceb2,0,0,0,0,0,
+20200331,SC,1083,4616,,,102,,,,,,B,3/31/2020 16:31,2020-03-31T16:31:00Z,03/31 12:31,22,102,2020-03-31T16:31:00Z,45,158,456,5699,5699,614,5699,4,0,95bee7e325c0a7faee51f1209bab849f9677f29b,0,0,0,0,0,
+20200331,SD,108,3609,0,,12,,,,,44,A,3/31/2020 12:30,2020-03-31T12:30:00Z,03/31 08:30,1,12,2020-03-31T12:30:00Z,46,7,131,3717,3717,138,3717,0,12,3944af2b8fa9b3a3813c6ee67f4955c88262a668,0,0,0,0,0,
+20200331,TN,2239,25121,,,175,,,,,121,A,3/31/2020 15:00,2020-03-31T15:00:00Z,03/31 11:00,23,175,2020-03-31T15:00:00Z,47,405,3651,27360,27360,4056,27360,10,27,aaeddcace3c7c006b798dfab8d27f0c63ba79a71,0,0,0,0,0,
+20200331,TX,3266,39726,,196,,,,,,38,A,3/31/2020 13:45,2020-03-31T13:45:00Z,03/31 09:45,41,,2020-03-31T13:45:00Z,48,389,6723,42992,42992,7112,42992,7,0,a28c16422fe3a3b1702b823a4cfa66b40b6dd240,0,0,0,0,0,
+20200331,UT,887,17626,,,73,,,,,,A,3/31/2020 15:00,2020-03-31T15:00:00Z,03/31 11:00,5,73,2020-03-31T15:00:00Z,49,81,2429,18513,18513,2510,18513,1,73,68a0e8724a3aa07b538b1a207d8c5de04d82c4be,0,0,0,0,0,
+20200331,VA,1250,12151,,,165,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,27,165,2020-03-31T00:00:00Z,51,230,1133,13401,13401,1363,13401,2,29,38ccc160ea0e338d5d8b6e80bc405718fe1eeffe,0,0,0,0,0,
+20200331,VI,30,126,24,,,,,,,21,,3/30/2020 17:00,2020-03-30T17:00:00Z,03/30 13:00,,,2020-03-30T17:00:00Z,78,0,0,180,156,0,156,0,0,b4d715ea39f9c4bb5ec7188ad1e28d1249eb7d37,0,0,0,0,0,
+20200331,VT,320,3949,,21,36,,,,,15,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,13,36,2020-03-31T00:00:00Z,50,27,231,4269,4269,258,4269,1,18,2b62434db8d0ec9f9c7d49f2dd78b9fd1a340609,0,0,0,0,0,
+20200331,WA,6908,78403,,,,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,262,,2020-03-31T00:00:00Z,53,467,4158,85311,85311,4625,85311,14,0,ab26bd473023e9b19b6a75b77d92ca72aa415ad6,0,0,0,0,0,
+20200331,WI,1351,17375,,,337,,,,,,A,3/31/2020 16:00,2020-03-31T16:00:00Z,03/31 12:00,16,337,2020-03-31T16:00:00Z,55,130,1519,18726,18726,1649,18726,2,337,ee14d4d81d927b15b9b4d5c87970ec5bb7902854,0,0,0,0,0,
+20200331,WV,162,3981,,,1,,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,1,1,2020-03-31T00:00:00Z,54,36,997,4143,4143,1033,4143,0,0,472f2a347444163df01bceaf32af4e0f272b062d,0,0,0,0,0,
+20200331,WY,109,1999,,,17,,,,,26,A,3/31/2020 10:37,2020-03-31T10:37:00Z,03/31 06:37,0,17,2020-03-31T10:37:00Z,56,15,159,2108,2108,174,2108,0,0,86f96e17fe20db489bc747409c60662ee5d7c7ad,0,0,0,0,0,
+20200330,AK,114,3540,,,7,,,,,,A,3/29/2020 19:00,2020-03-29T19:00:00Z,03/29 15:00,3,7,2020-03-29T19:00:00Z,02,12,308,3654,3654,320,3654,1,1,6e465597a3d23d37e0c05a3ea832e52a20dd418a,0,0,0,0,0,
+20200330,AL,859,5694,,,,,,,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,6,,2020-03-29T00:00:00Z,01,53,1510,6553,6553,1563,6553,2,0,832bb01ab0049898de13ded522e33bb013f1162c,0,0,0,0,0,
+20200330,AR,473,5262,,62,,,,21,,29,A,3/30/2020 15:42,2020-03-30T15:42:00Z,03/30 11:42,7,,2020-03-30T15:42:00Z,05,47,2235,5735,5735,2282,5735,1,0,4c786eb8c04aa9f55c62589a3a3657574245777b,0,0,0,0,0,
+20200330,AS,,,,,,,,,,,,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,0,,2020-03-30T00:00:00Z,60,0,0,0,0,0,0,0,0,11740f121f18732bfb679950f3de0336eb713bbd,0,0,0,0,0,
+20200330,AZ,1157,15602,,,,,,,,,B,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,20,,2020-03-30T00:00:00Z,04,238,2649,16759,16759,2887,16759,3,0,15ce3040d7f90ca079d52283343d426578c19cb2,0,0,0,0,0,
+20200330,CA,6447,20549,64400,1432,,597,,,,,B,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,133,,2020-03-30T00:00:00Z,06,739,0,91396,26996,739,26996,10,0,b465ec8a50f144a513afeae3d81405b6d90145ae,0,0,0,0,0,
+20200330,CO,2627,12737,,358,414,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,51,414,2020-03-28T00:00:00Z,08,566,1522,15364,15364,2088,15364,7,140,3dc68b04b499af40e4083e5d912e77807795e201,0,0,0,0,0,
+20200330,CT,2571,12029,,517,,,,,,,A,3/30/2020 11:30,2020-03-30T11:30:00Z,03/30 07:30,36,,2020-03-30T11:30:00Z,09,578,2122,14600,14600,2700,14600,2,0,592c766a24202971f63f8d4461867d62fe33b189,0,0,0,0,0,
+20200330,DC,401,2682,2,,,,,,,106,A,3/29/2020 20:45,2020-03-29T20:45:00Z,03/29 16:45,9,,2020-03-29T20:45:00Z,11,59,213,3085,3083,272,3083,4,0,9d2d723f2b1bf03d0f95de4768e8b63881171e20,0,0,0,0,0,
+20200330,DE,264,2216,,45,,,,,,9,C,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,6,,2020-03-30T00:00:00Z,10,32,2180,2480,2480,2212,2480,0,0,9573097a5e489b19e971d58aec5b310bdb690f60,0,0,0,0,0,
+20200330,FL,5473,48225,,,652,,,,,,A,3/30/2020 11:30,2020-03-30T11:30:00Z,03/30 07:30,63,652,2020-03-30T11:30:00Z,12,1227,9155,53698,53698,10382,53698,7,58,f4df0967f474f5f1b168766b6f79a6ff085e683a,0,0,0,0,0,
+20200330,GA,2809,9915,,,707,,,,,,A,3/30/2020 11:28,2020-03-30T11:28:00Z,03/30 07:28,87,707,2020-03-30T11:28:00Z,13,158,2,12724,12724,160,12724,7,41,bf00111c9c9bf0c662cacf45d03865aafeab1710,0,0,0,0,0,
+20200330,GU,58,352,,19,,2,,,,7,,3/30/2020 04:30,2020-03-30T04:30:00Z,03/30 00:30,1,,2020-03-30T04:30:00Z,66,2,18,410,410,20,410,0,0,75845e8a8419531f46e770b70f826c2b0c2fcdd9,0,0,0,0,0,
+20200330,HI,175,7825,,,12,,,,,,A,3/29/2020 18:00,2020-03-29T18:00:00Z,03/29 14:00,,12,2020-03-29T18:00:00Z,15,24,976,8000,8000,1000,8000,0,0,ac3b115a6bce1d9a1c0ba81485b787369bfa3ee4,0,0,0,0,0,
+20200330,IA,424,6162,,51,74,,,,,23,C,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,6,74,2020-03-30T00:00:00Z,19,88,1149,6586,6586,1237,6586,2,6,42092055b3e9829b30819ed92e90a1bff59c13ed,0,0,0,0,0,
+20200330,ID,310,4396,,,39,,,,,,A,3/29/2020 19:00,2020-03-29T19:00:00Z,03/29 15:00,6,39,2020-03-29T19:00:00Z,16,49,375,4706,4706,424,4706,1,3,63ef2c15ea0974d0a5e2e2d0693abfc97abe3662,0,0,0,0,0,
+20200330,IL,5057,25389,,,,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,73,,2020-03-29T00:00:00Z,17,461,2223,30446,30446,2684,30446,8,0,6cc42aeaa27897bf5660244d97e7f98bcb4bd403,0,0,0,0,0,
+20200330,IN,1786,9872,,,,,,,,,B,3/29/2020 12:59,2020-03-29T12:59:00Z,03/29 08:59,35,,2020-03-29T12:59:00Z,18,272,1556,11658,11658,1828,11658,3,0,d9f6ea01632f0d783375c9cbf874294cf9a52253,0,0,0,0,0,
+20200330,KS,368,4554,,,66,,,,,,B,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,8,66,2020-03-30T11:00:00Z,20,49,360,4922,4922,409,4922,2,11,f11b70d53dae4d46dab94c8e5c15b585c0ce5f6a,0,0,0,0,0,
+20200330,KY,439,5579,,,,,,,,,A,3/29/2020 17:00,2020-03-29T17:00:00Z,03/29 13:00,9,,2020-03-29T17:00:00Z,21,45,432,6018,6018,477,6018,0,0,f425e14b245cc9f127be81f8d3ac8064541f5a16,0,0,0,0,0,
+20200330,LA,4025,30008,,1185,,,,385,,,A,3/30/2020 13:00,2020-03-30T13:00:00Z,03/30 09:00,185,,2020-03-30T13:00:00Z,22,485,5677,34033,34033,6162,34033,34,0,39023963ba047b867f6b444a5642de8e1a3b18f3,0,0,0,0,0,
+20200330,MA,5653,37166,,,453,,,,,,B,3/30/2020 16:15,2020-03-30T16:15:00Z,03/30 12:15,124,453,2020-03-30T16:15:00Z,25,797,2932,42819,42819,3729,42819,25,54,82153f31c19d9633efe3090bf8423cd9af7a117e,0,0,0,0,0,
+20200330,MD,1413,13316,,,353,,,,,,A,3/30/2020 10:00,2020-03-30T10:00:00Z,03/30 06:00,15,353,2020-03-30T10:00:00Z,24,174,962,14729,14729,1136,14729,5,76,5666d5f891c2c7bb73cb33020917d93fd2706b6e,0,0,0,0,0,
+20200330,ME,275,3394,,,49,,,,,41,A,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,3,49,2020-03-30T12:00:00Z,23,22,0,3669,3669,22,3669,0,49,07d0d70498e10c1a4e1ff12471f40c9189a5f066,0,0,0,0,0,
+20200330,MI,10901,21183,,,,,,,,,B,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,184,,2020-03-30T16:00:00Z,26,891,5507,32084,32084,6398,32084,52,0,9d72c0a3852cbfe83a027f61da11c9f012d25e84,0,0,0,0,0,
+20200330,MN,576,18246,,56,92,24,24,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,10,92,2020-03-30T00:00:00Z,27,73,1092,18822,18822,1165,18822,1,17,1a6f5fbf7615f13e3b35cf8a7b9d93dd52e92d94,0,0,0,0,0,
+20200330,MO,1031,13204,,,,,,,,,C,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,13,,2020-03-30T16:00:00Z,29,193,1657,14235,14235,1850,14235,3,0,5afee98b18dd52f44eb5671bc1caaf2ff4c5b54a,0,0,0,0,0,
+20200330,MP,2,,,,,,,,,,,3/30/2020 01:30,2020-03-30T01:30:00Z,03/29 21:30,,,2020-03-30T01:30:00Z,69,0,0,2,2,0,2,0,0,834b33a0bbda508dd7861fdbf766c4002b1ec19a,0,0,0,0,0,
+20200330,MS,847,2989,,,195,,,,,,B,3/29/2020 19:00,2020-03-29T19:00:00Z,03/29 15:00,16,195,2020-03-29T19:00:00Z,28,89,429,3836,3836,518,3836,2,-40,56b08c02fc7b888b5309e2a0f52b8b243e48a102,0,0,0,0,0,
+20200330,MT,171,4143,,,10,,,,,,A,3/30/2020 10:00,2020-03-30T10:00:00Z,03/30 06:00,4,10,2020-03-30T10:00:00Z,30,17,0,4314,4314,17,4314,3,2,3587a063b036f4f8a40b6c33d5738042e2e845a8,0,0,0,0,0,
+20200330,NC,1307,19557,,137,,,,,,,A,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,6,,2020-03-30T11:00:00Z,37,267,1652,20864,20864,1919,20864,2,0,00aaa9a1f8725c3af8d1e398e7b7ce5f95168e64,0,0,0,0,0,
+20200330,ND,109,3728,,,19,,,,,19,B,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,2,19,2020-03-30T12:00:00Z,38,11,373,3837,3837,384,3837,1,2,967c93f3b73986f7487c28ef7bb35eaa1ff6ca00,0,0,0,0,0,
+20200330,NE,145,2584,5,,,,,,,,A,3/30/2020 14:30,2020-03-30T14:30:00Z,03/30 10:30,2,,2020-03-30T14:30:00Z,31,37,616,2734,2729,653,2729,0,0,8f9dd9d07c122ee320d6b5338c4d80de80fee15c,0,0,0,0,0,
+20200330,NH,314,5386,144,,45,,,,,,B,3/29/2020 09:00,2020-03-29T09:00:00Z,03/29 05:00,3,45,2020-03-29T09:00:00Z,33,100,862,5844,5700,962,5700,1,12,a526992ecfcabf603985f0233d967d52100a5552,0,0,0,0,0,
+20200330,NJ,16636,25224,,2000,,,,,,,A,3/29/2020 13:30,2020-03-29T13:30:00Z,03/29 09:30,198,,2020-03-29T13:30:00Z,34,3250,3008,41860,41860,6258,41860,37,0,02f152b8a8dbef3fb4df82ee28b273c9f6826847,0,0,0,0,0,
+20200330,NM,237,10942,,22,,,,,,26,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,2,,2020-03-29T00:00:00Z,35,0,173,11179,11179,173,11179,0,0,6f67c9f18bfef79e97b746296ecf61c715da2438,0,0,0,0,0,
+20200330,NV,1008,10207,,,,,,,,,A,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,15,,2020-03-30T12:00:00Z,32,270,1795,11215,11215,2065,11215,1,0,ccc6e27d3936f8c3c7463884a83155d002a9e7e5,0,0,0,0,0,
+20200330,NY,66497,119971,,9517,14578,2352,,,,4204,A,3/29/2020 09:16,2020-03-29T09:16:00Z,03/29 05:16,1218,14578,2020-03-29T09:16:00Z,36,6984,7124,186468,186468,14108,186468,253,1883,560b7dd5a8a9dd574e29912dcffa1f3848697f96,0,0,0,0,0,
+20200330,OH,1933,25342,,,475,,163,,,,B,3/30/2020 14:00,2020-03-30T14:00:00Z,03/30 10:00,39,475,2020-03-30T14:00:00Z,39,280,6330,27275,27275,6610,27275,10,72,8b865ca7788d635d710c3e4e611ae6ceb7a64697,0,0,0,0,0,
+20200330,OK,481,1207,,,153,103,,,,,B,3/30/2020 08:00,2020-03-30T08:00:00Z,03/30 04:00,17,153,2020-03-30T08:00:00Z,40,52,2,1688,1688,54,1688,1,13,5660044e9bb83df563b421d8c81a22b5c511838b,0,0,0,0,0,
+20200330,OR,606,12277,,132,140,,,39,,,A,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,16,140,2020-03-30T11:00:00Z,41,58,1399,12883,12883,1457,12883,3,11,58ee4a245ae0bc8046ecfdf021dbec098cef116b,0,0,0,0,0,
+20200330,PA,4087,33777,,,386,,,,,,A,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,49,386,2020-03-30T12:00:00Z,42,693,3716,37864,37864,4409,37864,11,33,94e82320fee4d12d136ef1bb6d6c718e376b6dc0,0,0,0,0,0,
+20200330,PR,174,931,794,,,,,,,,A,3/30/2020 07:00,2020-03-30T07:00:00Z,03/30 03:00,6,,2020-03-30T07:00:00Z,72,47,90,1899,1105,137,1105,1,0,47914ee15c6cbec5db67acf609fcbf2927370943,0,0,0,0,0,
+20200330,RI,402,3187,,41,,9,,6,,,B,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,4,,2020-03-30T00:00:00Z,44,108,347,3589,3589,455,3589,1,0,5ea3e7b42fc198a786b69223620587d45b1ff256,0,0,0,0,0,
+20200330,SC,925,4160,,,102,,,,,,B,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,18,102,2020-03-30T16:00:00Z,45,151,1145,5085,5085,1296,5085,2,0,0fe40cbe3ac758eedf090b0f3c74c646b7429b2f,0,0,0,0,0,
+20200330,SD,101,3478,0,,,,,,,34,A,3/30/2020 12:30,2020-03-30T12:30:00Z,03/30 08:30,1,,2020-03-30T12:30:00Z,46,11,351,3579,3579,362,3579,0,0,cc78cc530e6cbe5d563e3490b8367ae0a1823616,0,0,0,0,0,
+20200330,TN,1834,21470,,,148,,,,,,A,3/30/2020 15:00,2020-03-30T15:00:00Z,03/30 11:00,13,148,2020-03-30T15:00:00Z,47,297,2433,23304,23304,2730,23304,6,15,a5480a379b802618a2fe6dda8e0468454f995950,0,0,0,0,0,
+20200330,TX,2877,33003,,,,,,,,38,A,3/30/2020 12:45,2020-03-30T12:45:00Z,03/30 08:45,34,,2020-03-30T12:45:00Z,48,325,9795,35880,35880,10120,35880,0,0,f5496d64ca14d15734caf93a5188088a8be411f3,0,0,0,0,0,
+20200330,UT,806,15197,,,,,,,,,A,3/30/2020 15:00,2020-03-30T15:00:00Z,03/30 11:00,4,,2020-03-30T15:00:00Z,49,87,1923,16003,16003,2010,16003,2,0,373d994175d5b149c3fdd0a79ebf396b916fe807,0,0,0,0,0,
+20200330,VA,1020,11018,,,136,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,25,136,2020-03-30T00:00:00Z,51,130,1299,12038,12038,1429,12038,3,24,79be4b2822885af308d0310af640aa4485e18a8b,0,0,0,0,0,
+20200330,VI,30,126,24,,,,,,,,,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,,,2020-03-30T11:00:00Z,78,7,3,180,156,10,156,0,0,1f5a86fae76695a9fa248c11561911e1a4703997,0,0,0,0,0,
+20200330,VT,293,3718,,,18,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,12,18,2020-03-30T00:00:00Z,50,37,235,4011,4011,272,4011,0,0,aac6f5128644db881d9d57f39454e27cb487e9a7,0,0,0,0,0,
+20200330,WA,6441,74245,,,,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,248,,2020-03-30T00:00:00Z,53,561,4495,80686,80686,5056,80686,11,0,8f443f13e0e345b36bcd1b33f7c19496d2c685f6,0,0,0,0,0,
+20200330,WI,1221,15856,,,,,,,,,A,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,14,,2020-03-30T16:00:00Z,55,109,-694,17077,17077,-585,17077,1,0,a4674cd6c8e6ec7d9077da0a6a530b354b41d633,0,0,0,0,0,
+20200330,WV,126,2984,0,,1,,,,,,B,3/30/2020 14:10,2020-03-30T14:10:00Z,03/30 10:10,1,1,2020-03-30T14:10:00Z,54,13,279,3110,3110,292,3110,1,0,b58a49b9edcccc0bccf29d6c815d975735c3e518,0,0,0,0,0,
+20200330,WY,94,1840,,,17,,,,,24,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,0,17,2020-03-30T00:00:00Z,56,8,286,1934,1934,294,1934,0,2,2aa55892f48bcd2649daf5afc4adb4e59939542e,0,0,0,0,0,
+20200329,AK,102,3232,,,6,,,,,,A,3/28/2020 19:00,2020-03-28T19:00:00Z,03/28 15:00,2,6,2020-03-28T19:00:00Z,02,17,396,3334,3334,413,3334,0,1,0c0525bfacf6de6d3a15a5da5663d00d0ae6946f,0,0,0,0,0,
+20200329,AL,806,4184,,,,,,,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,4,,2020-03-29T00:00:00Z,01,110,0,4990,4990,110,4990,1,0,755d6cf5d91d2138538ebccf4009ffea05efc739,0,0,0,0,0,
+20200329,AR,426,3027,,43,,,,16,,28,A,3/29/2020 11:10,2020-03-29T11:10:00Z,03/29 07:10,6,,2020-03-29T11:10:00Z,05,22,89,3453,3453,111,3453,1,0,668e3841ebdc9fca2d626e8fa084cad667f73aaf,0,0,0,0,0,
+20200329,AS,,,,,,,,,,,,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,,2020-03-27T00:00:00Z,60,0,0,0,0,0,0,0,0,3f33ea65382a81593e8196535d5a4fb95c418033,0,0,0,0,0,
+20200329,AZ,919,12953,,,,,,,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,17,,2020-03-29T00:00:00Z,04,46,5498,13872,13872,5544,13872,2,0,ea75c011c85b3a5991add219d6d98e1cd03481d2,0,0,0,0,0,
+20200329,CA,5708,20549,64400,1034,,410,,,,,B,3/29/2020 14:18,2020-03-29T14:18:00Z,03/29 10:18,123,,2020-03-29T14:18:00Z,06,1065,0,90657,26257,1065,26257,22,0,a821e56b82a31968471dac9e5b520c7554416cd6,0,0,0,0,0,
+20200329,CO,2061,11215,,332,274,,,,,,A,3/28/2020 18:00,2020-03-28T18:00:00Z,03/28 14:00,44,274,2020-03-28T18:00:00Z,08,327,1273,13276,13276,1600,13276,13,35,cca0a39ff55aed52dc5665b6355b65fea85cc864,0,0,0,0,0,
+20200329,CT,1993,9907,,404,,,,,,,A,3/29/2020 12:30,2020-03-29T12:30:00Z,03/29 08:30,34,,2020-03-29T12:30:00Z,09,702,2798,11900,11900,3500,11900,7,0,6c69af15e5a1a84fe12e2deca3d6f8483e31cf13,0,0,0,0,0,
+20200329,DC,342,2469,1,,,,,,,66,A,3/28/2020 19:45,2020-03-28T19:45:00Z,03/28 15:45,5,,2020-03-28T19:45:00Z,11,38,258,2812,2811,296,2811,1,0,3210d5b8d1ace9479e29dc253ebc59e51e293958,0,0,0,0,0,
+20200329,DE,232,36,,33,,,,,,9,C,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,6,,2020-03-29T00:00:00Z,10,18,0,268,268,18,268,3,0,08e023b29ad465e632af712d618583822d3cd1ed,0,0,0,0,0,
+20200329,FL,4246,39070,,,594,,,,,,A,3/29/2020 11:30,2020-03-29T11:30:00Z,03/29 07:30,56,594,2020-03-29T11:30:00Z,12,483,3704,43316,43316,4187,43316,2,68,5c3e167a3335df0761d6a28241de641f9290e98f,0,0,0,0,0,
+20200329,GA,2651,9913,,,666,,,,,,A,3/28/2020 18:27,2020-03-28T18:27:00Z,03/28 14:27,80,666,2020-03-28T18:27:00Z,13,285,1228,12564,12564,1513,12564,11,49,c42eabf2bab748456ba1bd8f064b9803e48b0e56,0,0,0,0,0,
+20200329,GU,56,334,,15,,,,,,7,,3/29/2020 04:00,2020-03-29T04:00:00Z,03/29 00:00,1,,2020-03-29T04:00:00Z,66,1,35,390,390,36,390,0,0,9f8c36f2f84eff56bbb0086db62c4c9850300600,0,0,0,0,0,
+20200329,HI,151,6849,,,12,,,,,,A,3/28/2020 18:00,2020-03-28T18:00:00Z,03/28 14:00,,12,2020-03-28T18:00:00Z,15,31,2492,7000,7000,2523,7000,0,4,152aa40b53867863dd623650c2d62678947ab42b,0,0,0,0,0,
+20200329,IA,336,5013,,51,68,,,,,17,C,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,4,68,2020-03-29T00:00:00Z,19,38,638,5349,5349,676,5349,1,7,3da3ef2c938ad548b3fda47c85cdb561556fa943,0,0,0,0,0,
+20200329,ID,261,4021,,,36,,,,,,A,3/28/2020 18:55,2020-03-28T18:55:00Z,03/28 14:55,5,36,2020-03-28T18:55:00Z,16,31,679,4282,4282,710,4282,1,11,ec11d1fc0d359dc23e8a0876450d84e90eefcd83,0,0,0,0,0,
+20200329,IL,4596,23166,,,,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,65,,2020-03-29T00:00:00Z,17,1105,1166,27762,27762,2271,27762,18,0,f44a7a4f6c3b886c0675112ac8b4d800220ec1be,0,0,0,0,0,
+20200329,IN,1514,8316,,,,,,,,,B,3/29/2020 11:00,2020-03-29T11:00:00Z,03/29 07:00,32,,2020-03-29T11:00:00Z,18,282,1141,9830,9830,1423,9830,1,0,d78400986dd95bb7566daa4b8c4a814007c14fe0,0,0,0,0,0,
+20200329,KS,319,4194,,,55,,,,,,B,3/29/2020 11:00,2020-03-29T11:00:00Z,03/29 07:00,6,55,2020-03-29T11:00:00Z,20,58,523,4513,4513,581,4513,1,28,ed22e77f80418e078b0c9ae74faa40ac7af9281f,0,0,0,0,0,
+20200329,KY,394,5147,,,,,,,,,A,3/28/2020 17:00,2020-03-28T17:00:00Z,03/28 13:00,9,,2020-03-28T17:00:00Z,21,92,326,5541,5541,418,5541,1,0,42ddf2a9404524302bb3691638a5062b020ecc08,0,0,0,0,0,
+20200329,LA,3540,24331,,1127,,,,380,,,A,3/29/2020 13:00,2020-03-29T13:00:00Z,03/29 09:00,151,,2020-03-29T13:00:00Z,22,225,2485,27871,27871,2710,27871,14,0,309f018b8ff1218cb10cd93c219d4268d17a7036,0,0,0,0,0,
+20200329,MA,4856,34234,,,399,,,,,,B,3/28/2020 12:30,2020-03-28T12:30:00Z,03/28 08:30,99,399,2020-03-28T12:30:00Z,25,698,3319,39090,39090,4017,39090,27,49,0c4228b2d4dd1903073451c92d43e4b2bc979361,0,0,0,0,0,
+20200329,MD,1239,12354,,,277,,,,,,D,3/29/2020 10:00,2020-03-29T10:00:00Z,03/29 06:00,10,277,2020-03-29T10:00:00Z,24,247,838,13593,13593,1085,13593,5,51,99c2a57a9870ca53eb8e08e49afad92542cb62e5,0,0,0,0,0,
+20200329,ME,253,3394,,,,,,,,41,A,3/29/2020 14:20,2020-03-29T14:20:00Z,03/29 10:20,3,,2020-03-29T14:20:00Z,23,42,0,3647,3647,42,3647,2,0,338b91a832df6ea699a26d23f93828b3cb331f91,0,0,0,0,0,
+20200329,MI,10010,15676,,,,,,,,,B,3/28/2020 14:00,2020-03-28T14:00:00Z,03/28 10:00,132,,2020-03-28T14:00:00Z,26,723,1493,25686,25686,2216,25686,40,0,408458d14f9d56b6e8414ebd4382af10c904a820,0,0,0,0,0,
+20200329,MN,503,17154,,39,75,,17,,,243,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,9,75,2020-03-29T00:00:00Z,27,62,1466,17657,17657,1528,17657,4,18,596698d770704eb4ab6e6adba9f76719c23a3379,0,0,0,0,0,
+20200329,MO,838,11547,,,,,,,,,C,3/28/2020 15:00,2020-03-28T15:00:00Z,03/28 11:00,10,,2020-03-28T15:00:00Z,29,0,1465,12385,12385,1465,12385,0,0,5bbbde6b645f8bdb6aa4902ce4c69c3dc9930b4c,0,0,0,0,0,
+20200329,MP,2,,,,,,,,,,,3/29/2020 01:30,2020-03-29T01:30:00Z,03/28 21:30,,,2020-03-29T01:30:00Z,69,0,0,2,2,0,2,0,0,19151b242ae3177199a1a53416d21b076e77aa26,0,0,0,0,0,
+20200329,MS,758,2560,,,235,,,,,,B,3/28/2020 19:00,2020-03-28T19:00:00Z,03/28 15:00,14,235,2020-03-28T19:00:00Z,28,95,0,3318,3318,95,3318,1,16,2e798049b2063dbe9adcae0d8f1af9ac5153de26,0,0,0,0,0,
+20200329,MT,154,4143,,,8,,,,,,A,3/29/2020 10:00,2020-03-29T10:00:00Z,03/29 06:00,1,8,2020-03-29T10:00:00Z,30,25,887,4297,4297,912,4297,0,1,55758fdd35b697c5c9f1314551cd86f714194ea5,0,0,0,0,0,
+20200329,NC,1040,17905,,91,,,,,,,A,3/29/2020 10:35,2020-03-29T10:35:00Z,03/29 06:35,4,,2020-03-29T10:35:00Z,37,105,1313,18945,18945,1418,18945,0,0,4af5dcd67cf5b03e802b44c66777eb62763db8bb,0,0,0,0,0,
+20200329,ND,98,3355,,,17,,,,,18,B,3/29/2020 12:00,2020-03-29T12:00:00Z,03/29 08:00,1,17,2020-03-29T12:00:00Z,38,15,546,3453,3453,561,3453,0,1,52ec5831037552bb346b3d65b4a07a2cd0248f97,0,0,0,0,0,
+20200329,NE,108,1968,4,,,,,,,,A,3/28/2020 20:05,2020-03-28T20:05:00Z,03/28 16:05,2,,2020-03-28T20:05:00Z,31,12,64,2080,2076,76,2076,0,0,9ac3cc43996152577cce4904a60611ffb2bd5667,0,0,0,0,0,
+20200329,NH,214,4524,285,,33,,,,,,B,3/28/2020 09:00,2020-03-28T09:00:00Z,03/28 05:00,2,33,2020-03-28T09:00:00Z,33,27,868,5023,4738,895,4738,0,3,01d595737c8e33962010bc05d052ee7bfa7b15cf,0,0,0,0,0,
+20200329,NJ,13386,22216,,2000,,,,,,,A,3/29/2020 13:30,2020-03-29T13:30:00Z,03/29 09:30,161,,2020-03-29T13:30:00Z,34,2262,2830,35602,35602,5092,35602,21,0,c63a9837943a37824351cf763429345d3654cad9,0,0,0,0,0,
+20200329,NM,237,10769,,19,,,,,,2,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,2,,2020-03-29T00:00:00Z,35,46,1573,11006,11006,1619,11006,1,0,9c163ff8f4681c8d1b5600ad02cd8777e23c6637,0,0,0,0,0,
+20200329,NV,738,8412,,,,,,,,,A,3/28/2020 21:00,2020-03-28T21:00:00Z,03/28 17:00,14,,2020-03-28T21:00:00Z,32,117,511,9150,9150,628,9150,4,0,277cf43080e89e2d3caa9a09b1dd55a18de866b0,0,0,0,0,0,
+20200329,NY,59513,112847,,8503,12695,2037,,,,3572,A,3/29/2020 09:16,2020-03-29T09:16:00Z,03/29 05:16,965,12695,2020-03-29T09:16:00Z,36,7195,9231,172360,172360,16426,172360,237,2241,76fab041b9b53053d9e1365c27f9f30073e26122,0,0,0,0,0,
+20200329,OH,1653,19012,,,403,,139,,,,B,3/29/2020 14:00,2020-03-29T14:00:00Z,03/29 10:00,29,403,2020-03-29T14:00:00Z,39,247,0,20665,20665,247,20665,4,59,4c61b8a83d5eb08a7d9389dbc0b7ae6be1ce3ad6,0,0,0,0,0,
+20200329,OK,429,1205,,,140,,,,,,A,3/29/2020 08:00,2020-03-29T08:00:00Z,03/29 04:00,16,140,2020-03-29T08:00:00Z,40,52,25,1634,1634,77,1634,1,14,a9f9d739fbc3364e49800dbc976e485f9006621a,0,0,0,0,0,
+20200329,OR,548,10878,,107,129,,,37,,,A,3/29/2020 11:00,2020-03-29T11:00:00Z,03/29 07:00,13,129,2020-03-29T11:00:00Z,41,69,1185,11426,11426,1254,11426,0,12,d01038e043ec12bd5ede96ce72113969980259c5,0,0,0,0,0,
+20200329,PA,3394,30061,,,353,,,,,,A,3/29/2020 12:00,2020-03-29T12:00:00Z,03/29 08:00,38,353,2020-03-29T12:00:00Z,42,643,4807,33455,33455,5450,33455,4,37,37bcedd58298ba93ca8f7f735abe29c141aaf7dd,0,0,0,0,0,
+20200329,PR,127,841,817,,,,,,,,A,3/29/2020 07:00,2020-03-29T07:00:00Z,03/29 03:00,5,,2020-03-29T07:00:00Z,72,27,102,1785,968,129,968,2,0,919dd703638a231d9961799a01f610264df02e8d,0,0,0,0,0,
+20200329,RI,294,2840,,35,,9,,6,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,3,,2020-03-29T00:00:00Z,44,55,299,3134,3134,354,3134,3,0,6da94f2bb4df84ac5addaaf04acd14605a3a8e25,0,0,0,0,0,
+20200329,SC,774,3015,,,102,,,,,,B,3/29/2020 15:30,2020-03-29T15:30:00Z,03/29 11:30,16,102,2020-03-29T15:30:00Z,45,235,607,3789,3789,842,3789,3,0,d3349479a4cc86357db004eecac24a4c97cb6e3e,0,0,0,0,0,
+20200329,SD,90,3127,1,,,,,,,29,A,3/29/2020 12:30,2020-03-29T12:30:00Z,03/29 08:30,1,,2020-03-29T12:30:00Z,46,22,535,3218,3217,557,3217,0,0,8aaa8711d451edeb130dd376636428468df12d12,0,0,0,0,0,
+20200329,TN,1537,19037,,,133,,,,,,A,3/29/2020 15:00,2020-03-29T15:00:00Z,03/29 11:00,7,133,2020-03-29T15:00:00Z,47,164,2072,20574,20574,2236,20574,1,15,07e272f268eddbe00dbfed8e7fa1696249bb0023,0,0,0,0,0,
+20200329,TX,2552,23208,,,,,,,,,A,3/29/2020 13:45,2020-03-29T13:45:00Z,03/29 09:45,34,,2020-03-29T13:45:00Z,48,500,0,25760,25760,500,25760,7,0,b77c0fa7be7c1fab14dea1ffada7a0089ccd0cb2,0,0,0,0,0,
+20200329,UT,719,13274,,,,,,,,,A,3/29/2020 15:00,2020-03-29T15:00:00Z,03/29 11:00,2,,2020-03-29T15:00:00Z,49,117,2564,13993,13993,2681,13993,0,0,013649813b2fd9b84640aef9a9a96f8511b04dc3,0,0,0,0,0,
+20200329,VA,890,9719,,,112,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,22,112,2020-03-29T00:00:00Z,51,151,1292,10609,10609,1443,10609,5,13,33b84b9f2bb00c7a48ae1e542fc368f90cdea76e,0,0,0,0,0,
+20200329,VI,23,123,37,,,,,,,,,3/28/2020 19:00,2020-03-28T19:00:00Z,03/28 15:00,,,2020-03-28T19:00:00Z,78,1,17,183,146,18,146,0,0,7edc0d9fa712caeb969552908db24e47d8c54bd3,0,0,0,0,0,
+20200329,VT,256,3483,,,18,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,12,18,2020-03-29T00:00:00Z,50,22,291,3739,3739,313,3739,0,0,c2da48e7caea0f6b5b235f53a21621764a7febc7,0,0,0,0,0,
+20200329,WA,5880,69750,,,,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,237,,2020-03-29T00:00:00Z,53,238,1587,75630,75630,1825,75630,17,0,c8adfb6715af7fc5e96ed64a2eda41eb3653113e,0,0,0,0,0,
+20200329,WI,1112,16550,,,,,,,,,A,3/29/2020 16:00,2020-03-29T16:00:00Z,03/29 12:00,13,,2020-03-29T16:00:00Z,55,123,1318,17662,17662,1441,17662,0,0,6ef8d271c67beafde50ed1b3774f12bf01ce74c1,0,0,0,0,0,
+20200329,WV,113,2705,0,,1,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,0,1,2020-03-28T00:00:00Z,54,17,374,2818,2818,391,2818,0,0,ff8dbc914745829b6c5cf1511446990a65663be0,0,0,0,0,0,
+20200329,WY,86,1554,,,15,,,,,20,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,0,15,2020-03-29T00:00:00Z,56,4,79,1640,1640,83,1640,0,1,39a1940d992cb5f17a96d467bebebc7df7024b18,0,0,0,0,0,
+20200328,AK,85,2836,,,5,,,,,,A,3/27/2020 19:00,2020-03-27T19:00:00Z,03/27 15:00,2,5,2020-03-27T19:00:00Z,02,16,517,2921,2921,533,2921,1,2,827d80f05fc99953761ae6ff43d0ec59b328fd61,0,0,0,0,0,
+20200328,AL,696,4184,,,,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,3,,2020-03-28T00:00:00Z,01,109,0,4880,4880,109,4880,0,0,c42d181005723c078d25ef3b46693b34f0d6fbf3,0,0,0,0,0,
+20200328,AR,404,2938,,48,,,,17,,24,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,5,,2020-03-28T00:00:00Z,05,23,1393,3342,3342,1416,3342,2,0,d738aab322049a183b64a59661c1b56e167dc924,0,0,0,0,0,
+20200328,AS,,,,,,,,,,,,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,,2020-03-27T00:00:00Z,60,0,0,0,0,0,0,0,0,0658bbd43a9732319cfb2e5079e36a2120efd702,0,0,0,0,0,
+20200328,AZ,873,7455,21,,,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,15,,2020-03-28T00:00:00Z,04,137,0,8349,8328,137,8328,2,0,910c3e8690f53101a2cd210283b0655decd52b52,0,0,0,0,0,
+20200328,CA,4643,20549,64400,1034,,410,,,,,B,3/27/2020 17:00,2020-03-27T17:00:00Z,03/27 13:00,101,,2020-03-27T17:00:00Z,06,764,3169,89592,25192,3933,25192,23,0,918c03304b33238ad3304e1090bdf4e9c23c4311,0,0,0,0,0,
+20200328,CO,1734,9942,,307,239,,,,,,A,3/27/2020 18:00,2020-03-27T18:00:00Z,03/27 14:00,31,239,2020-03-27T18:00:00Z,08,304,1250,11676,11676,1554,11676,7,55,7042e8e952b9ebefe89446d1ff7f27bedc34d9ad,0,0,0,0,0,
+20200328,CT,1291,7109,,173,,,,,,,A,3/27/2020 13:30,2020-03-27T13:30:00Z,03/27 09:30,27,,2020-03-27T13:30:00Z,09,0,0,8400,8400,0,8400,0,0,8825ea91f252aa42289976b34277c63aee428011,0,0,0,0,0,
+20200328,DC,304,2211,1,,,,,,,51,A,3/27/2020 20:30,2020-03-27T20:30:00Z,03/27 16:30,4,,2020-03-27T20:30:00Z,11,37,314,2516,2515,351,2515,1,0,7a6d20cf64088869e094ee636ba3206eb8e76bb0,0,0,0,0,0,
+20200328,DE,214,36,,31,,,,,,9,C,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,3,,2020-03-28T00:00:00Z,10,51,0,250,250,51,250,1,0,8a175c7ba3a4f1f796f6487f9e53df18ed889030,0,0,0,0,0,
+20200328,FL,3763,35366,,,526,,,,,,A,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,54,526,2020-03-28T12:00:00Z,12,998,7180,39129,39129,8178,39129,20,70,de59f789c0b4a14b666cd7a544cbb30a1a9f6af6,0,0,0,0,0,
+20200328,GA,2366,8685,,,617,,,,,,A,3/28/2020 11:27,2020-03-28T11:27:00Z,03/28 07:27,69,617,2020-03-28T11:27:00Z,13,365,821,11051,11051,1186,11051,5,51,663bbbc541486aeafcef48cdbb65797d2b3826bc,0,0,0,0,0,
+20200328,GU,55,299,,15,,,,,,7,,3/28/2020 03:00,2020-03-28T03:00:00Z,03/27 23:00,1,,2020-03-28T03:00:00Z,66,4,0,354,354,4,354,0,0,030bb09d5de407f6451dca92afa6d2509048f42e,0,0,0,0,0,
+20200328,HI,120,4357,,,8,,,,,,A,3/27/2020 18:00,2020-03-27T18:00:00Z,03/27 14:00,,8,2020-03-27T18:00:00Z,15,14,0,4477,4477,14,4477,0,1,a4146222d69a8342e4e88a7858b4d4c59eef4463,0,0,0,0,0,
+20200328,IA,298,4375,,46,61,,,,,15,C,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,3,61,2020-03-28T00:00:00Z,19,63,635,4673,4673,698,4673,0,11,389732553e9be1bae88a79dc1d662a6e1eb974d8,0,0,0,0,0,
+20200328,ID,230,3342,,,25,,,,,,A,3/27/2020 19:00,2020-03-27T19:00:00Z,03/27 15:00,4,25,2020-03-27T19:00:00Z,16,41,674,3572,3572,715,3572,1,25,750b92644d7408ef6548e2df2a19d6e11d17686b,0,0,0,0,0,
+20200328,IL,3491,22000,,,,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,47,,2020-03-28T00:00:00Z,17,465,3484,25491,25491,3949,25491,13,0,eb28430cc98580cb62af0b2c059abddfe061ed9e,0,0,0,0,0,
+20200328,IN,1232,7175,,,,,,,,,B,3/28/2020 11:00,2020-03-28T11:00:00Z,03/28 07:00,31,,2020-03-28T11:00:00Z,18,251,1220,8407,8407,1471,8407,7,0,79ccb2a0c505bf86444aeba77c84e7d8be93d1bb,0,0,0,0,0,
+20200328,KS,261,3671,,,27,,,,,,B,3/27/2020 09:00,2020-03-27T09:00:00Z,03/27 05:00,5,27,2020-03-27T09:00:00Z,20,59,442,3932,3932,501,3932,1,0,e2eaefc9f4f49a8772ac72d94081e2af8fa4613e,0,0,0,0,0,
+20200328,KY,302,4821,,,,,,,,,A,3/27/2020 17:00,2020-03-27T17:00:00Z,03/27 13:00,8,,2020-03-27T17:00:00Z,21,54,1053,5123,5123,1107,5123,2,0,b76da745cf9b8d6e6922f155733c3f5715a02963,0,0,0,0,0,
+20200328,LA,3315,21846,,927,,,,336,,,A,3/28/2020 13:00,2020-03-28T13:00:00Z,03/28 09:00,137,,2020-03-28T13:00:00Z,22,569,3233,25161,25161,3802,25161,18,0,24787d87184e9e98f3d42929f4b5f0eb2641739f,0,0,0,0,0,
+20200328,MA,4158,30915,,,350,,,,,,B,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,72,350,2020-03-27T12:30:00Z,25,1007,4671,35073,35073,5678,35073,15,131,34d1d0229e88051f06ad6c321b9f5846653cbb76,0,0,0,0,0,
+20200328,MD,992,11516,,,226,,,,,,D,3/28/2020 10:00,2020-03-28T10:00:00Z,03/28 06:00,5,226,2020-03-28T10:00:00Z,24,218,11422,12508,12508,11640,12508,0,53,55ca4521ff52c38fd2cc290e85b2501e25851133,0,0,0,0,0,
+20200328,ME,211,3394,,,,,,,,36,A,3/28/2020 10:30,2020-03-28T10:30:00Z,03/28 06:30,1,,2020-03-28T10:30:00Z,23,43,0,3605,3605,43,3605,0,0,e89ef86843ad4a2c6a6a57325c21541b7d57d21d,0,0,0,0,0,
+20200328,MI,9287,14183,,,,,,,,,B,3/27/2020 16:00,2020-03-27T16:00:00Z,03/27 12:00,92,,2020-03-27T16:00:00Z,26,628,1544,23470,23470,2172,23470,0,0,622507e69f07af52e5a200df60d543c51c221ddf,0,0,0,0,0,
+20200328,MN,441,15688,,30,57,,17,,,215,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,5,57,2020-03-28T00:00:00Z,27,43,2083,16129,16129,2126,16129,1,6,91e0cfa7fbf6d4dd79da53b8c56739f6451bbbe1,0,0,0,0,0,
+20200328,MO,838,10082,,,,,,,,,C,3/28/2020 15:00,2020-03-28T15:00:00Z,03/28 11:00,10,,2020-03-28T15:00:00Z,29,169,9713,10920,10920,9882,10920,2,0,ec5a107427b4a957fb15f883960d180a4f8c868c,0,0,0,0,0,
+20200328,MP,2,,,,,,,,,,,3/28/2020 04:30,2020-03-28T04:30:00Z,03/28 00:30,,,2020-03-28T04:30:00Z,69,2,0,2,2,2,2,0,0,946f49e97ef1b68009025336056992d31b81b65d,0,0,0,0,0,
+20200328,MS,663,2560,,,219,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,13,219,2020-03-28T00:00:00Z,28,84,0,3223,3223,84,3223,5,34,fcb99cfaa684b89592e374efccb6ba9de6e08e35,0,0,0,0,0,
+20200328,MT,129,3256,,,7,,,,,,A,3/28/2020 12:30,2020-03-28T12:30:00Z,03/28 08:30,1,7,2020-03-28T12:30:00Z,30,21,666,3385,3385,687,3385,1,0,0509770c0d6e2d263bc3a61a5a45b89dcb85c8ec,0,0,0,0,0,
+20200328,NC,935,16592,,87,,,,,,,A,3/28/2020 10:55,2020-03-28T10:55:00Z,03/28 06:55,4,,2020-03-28T10:55:00Z,37,172,2219,17527,17527,2391,17527,1,0,294b53565aa52490deff21cad9491f5bd61ec95c,0,0,0,0,0,
+20200328,ND,83,2809,,,16,,,,,16,B,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,1,16,2020-03-28T12:00:00Z,38,18,382,2892,2892,400,2892,1,3,a2986dd4b53ab84a8b2e8ea79afe739dcdcacb08,0,0,0,0,0,
+20200328,NE,96,1904,,,,,,,,,A,3/28/2020 14:40,2020-03-28T14:40:00Z,03/28 10:40,2,,2020-03-28T14:40:00Z,31,11,143,2000,2000,154,2000,2,0,f8f7db495577d934f8ebb9bed8126c616c1172da,0,0,0,0,0,
+20200328,NH,187,3656,296,,30,,,,,,B,3/27/2020 09:00,2020-03-27T09:00:00Z,03/27 05:00,2,30,2020-03-27T09:00:00Z,33,29,261,4139,3843,290,3843,1,5,3b28a93e65d3b20fcde6ddc63fb8cc4a9b56ab02,0,0,0,0,0,
+20200328,NJ,11124,19386,,2000,,,,,,,A,3/28/2020 13:30,2020-03-28T13:30:00Z,03/28 09:30,140,,2020-03-28T13:30:00Z,34,2299,2839,30510,30510,5138,30510,32,0,3f6bd6e5ba2d6d865d1d4697edab11a42cafa0b3,0,0,0,0,0,
+20200328,NM,191,9196,,17,,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,1,,2020-03-27T00:00:00Z,35,55,819,9387,9387,874,9387,0,0,784f6b40594d89ea2b1338fe493471cbfa096c1e,0,0,0,0,0,
+20200328,NV,621,7901,,,,,,,,,A,3/27/2020 22:00,2020-03-27T22:00:00Z,03/27 18:00,10,,2020-03-27T22:00:00Z,32,86,1740,8522,8522,1826,8522,0,0,0b7186408e022e4803c5f3eac45c7e6d3a001c60,0,0,0,0,0,
+20200328,NY,52318,103616,,7328,10454,1755,,,,2726,A,3/28/2020 13:15,2020-03-28T13:15:00Z,03/28 09:15,728,10454,2020-03-28T13:15:00Z,36,7683,2498,155934,155934,10181,155934,209,1722,d5a5f8606324101593fe9a5015c673a97aeff6f9,0,0,0,0,0,
+20200328,OH,1406,19012,,,344,,123,,,,B,3/28/2020 14:00,2020-03-28T14:00:00Z,03/28 10:00,25,344,2020-03-28T14:00:00Z,39,269,0,20418,20418,269,20418,6,68,dbc2a0f79eafdcc4b4ce2a2724d31bfae5f50cf2,0,0,0,0,0,
+20200328,OK,377,1180,,,126,,,,,,A,3/27/2020 08:00,2020-03-27T08:00:00Z,03/27 04:00,15,126,2020-03-27T08:00:00Z,40,55,96,1557,1557,151,1557,7,21,218ea96b57180e829e03ac2e32aa112b8745728c,0,0,0,0,0,
+20200328,OR,479,9693,,107,117,,,31,,,A,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,13,117,2020-03-27T12:30:00Z,41,65,1183,10172,10172,1248,10172,1,15,fa119b554bb55fbe76459e2a7764f881051aba0a,0,0,0,0,0,
+20200328,PA,2751,25254,,,316,,,,,,A,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,34,316,2020-03-28T12:00:00Z,42,533,4238,28005,28005,4771,28005,12,75,4fa53e372168f0a7b7d9e390ae82075a943409b5,0,0,0,0,0,
+20200328,PR,100,739,792,,,,,,,,A,3/28/2020 07:00,2020-03-28T07:00:00Z,03/28 03:00,3,,2020-03-28T07:00:00Z,72,21,220,1631,839,241,839,0,0,1527147bc43566b518b67b806f975f998d0965d0,0,0,0,0,0,
+20200328,RI,239,2541,138,29,,9,,6,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,,,2020-03-28T00:00:00Z,44,36,235,2918,2780,271,2780,0,0,568d972e545c982e31c920d6c582d4d343fc0d6b,0,0,0,0,0,
+20200328,SC,539,2408,,,102,,,,,,B,3/27/2020 16:32,2020-03-27T16:32:00Z,03/27 12:32,13,102,2020-03-27T16:32:00Z,45,83,101,2947,2947,184,2947,4,0,9224938cefcf649e601202df5e0809ac0271deea,0,0,0,0,0,
+20200328,SD,68,2592,0,,,,,,,26,A,3/28/2020 12:30,2020-03-28T12:30:00Z,03/28 08:30,1,,2020-03-28T12:30:00Z,46,10,205,2660,2660,215,2660,0,0,56aa4f6d23b607d7e14a71b863ddf3e0a8ba738f,0,0,0,0,0,
+20200328,TN,1373,16965,,,118,,,,,,A,3/27/2020 15:00,2020-03-27T15:00:00Z,03/27 11:00,6,118,2020-03-27T15:00:00Z,47,170,2077,18338,18338,2247,18338,0,15,1432e104b8c7560664055b269b95ff3dd7e0e895,0,0,0,0,0,
+20200328,TX,2052,23208,,,,,,,,,A,3/28/2020 12:45,2020-03-28T12:45:00Z,03/28 08:45,27,,2020-03-28T12:45:00Z,48,321,1273,25260,25260,1594,25260,4,0,c79c90cbd5e128f72d9d25ec6e4126fc588a39ef,0,0,0,0,0,
+20200328,UT,602,10710,,,,,,,,,A,3/28/2020 15:00,2020-03-28T15:00:00Z,03/28 11:00,2,,2020-03-28T15:00:00Z,49,122,1946,11312,11312,2068,11312,0,0,00537a6fcdd8efb015134caf73ab15462d598436,0,0,0,0,0,
+20200328,VA,739,8427,,,99,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,17,99,2020-03-28T00:00:00Z,51,135,1694,9166,9166,1829,9166,3,16,30396ab2a1dc6fa71c93aa69ac66fa4d248ad65f,0,0,0,0,0,
+20200328,VI,22,106,55,,,,,,,,,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,,,2020-03-28T12:00:00Z,78,3,51,183,128,54,128,0,0,7fde973c42bb781ac014226df2bfdead6e4fcd72,0,0,0,0,0,
+20200328,VT,234,3192,,,18,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,12,18,2020-03-28T00:00:00Z,50,21,324,3426,3426,345,3426,2,0,43aca02cd1d52365bb01ec40ae034ee6e6b07b12,0,0,0,0,0,
+20200328,WA,5642,68163,,,,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,220,,2020-03-28T00:00:00Z,53,283,2319,73805,73805,2602,73805,21,0,b7e41361a6faf01987cca28a64f8020959e1c92f,0,0,0,0,0,
+20200328,WI,989,15232,,,,,,,,,A,3/28/2020 16:00,2020-03-28T16:00:00Z,03/28 12:00,13,,2020-03-28T16:00:00Z,55,147,2092,16221,16221,2239,16221,0,0,238945246700b9a5ba8e86518d6275ff3c704d7a,0,0,0,0,0,
+20200328,WV,96,2331,6,,1,,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,1,2020-03-27T00:00:00Z,54,20,552,2433,2427,572,2427,0,0,26e014b3cc62dbebf1eeccafa1c8d6587573a4ef,0,0,0,0,0,
+20200328,WY,82,1475,,,14,,,,,18,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,0,14,2020-03-28T00:00:00Z,56,12,264,1557,1557,276,1557,0,3,2c7230b41f8feb19b3204e99df2a7cc09c2e26e4,0,0,0,0,0,
+20200327,AK,69,2319,13,,3,,,,,,A,3/26/2020 21:00,2020-03-26T21:00:00Z,03/26 17:00,1,3,2020-03-26T21:00:00Z,02,10,518,2401,2388,528,2388,0,0,c461c8730c386d862ef76777deb216c1faa807ee,0,0,0,0,0,
+20200327,AL,587,4184,,,,,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,3,,2020-03-27T00:00:00Z,01,81,591,4771,4771,672,4771,2,0,a85a81b0720959e5e4ad10afb83ce0ef41a1e189,0,0,0,0,0,
+20200327,AR,381,1545,,48,,,,17,,19,A,3/27/2020 14:05,2020-03-27T14:05:00Z,03/27 10:05,3,,2020-03-27T14:05:00Z,05,46,41,1926,1926,87,1926,0,0,ff1de023c1f6cf1f2133b1f0eb6d9c8ee6bb47b4,0,0,0,0,0,
+20200327,AS,,,,,,,,,,,,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,,2020-03-27T00:00:00Z,60,0,0,0,0,0,0,0,0,60361d0ebf16629c0af139a282b5e3f81b9ee683,0,0,0,0,0,
+20200327,AZ,736,7455,30,,,,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,13,,2020-03-27T00:00:00Z,04,159,7108,8221,8191,7267,8191,5,0,c2654fbb9f279355b658030909d498d5896e1244,0,0,0,0,0,
+20200327,CA,3879,17380,57400,746,,200,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,78,,2020-03-27T00:00:00Z,06,873,0,78659,21259,873,21259,13,0,2c520009fc938175480e8f49ec584e123d43f266,0,0,0,0,0,
+20200327,CO,1430,8692,,278,184,,,,,,A,3/26/2020 18:00,2020-03-26T18:00:00Z,03/26 14:00,24,184,2020-03-26T18:00:00Z,08,344,1714,10122,10122,2058,10122,5,36,e7ef51dbaaee50ebca2f2d7e8faaac1f6cd9fc16,0,0,0,0,0,
+20200327,CT,1291,7109,,173,,,,,,,A,3/27/2020 13:30,2020-03-27T13:30:00Z,03/27 09:30,27,,2020-03-27T13:30:00Z,09,279,1484,8400,8400,1763,8400,6,0,14dfa4746286505cea15b334c1d05b963c5bee48,0,0,0,0,0,
+20200327,DC,267,1897,2,,,,,,,49,A,3/26/2020 19:00,2020-03-26T19:00:00Z,03/26 15:00,3,,2020-03-26T19:00:00Z,11,36,271,2166,2164,307,2164,0,0,1bb4d8865d1ef046895f733b034df48060905067,0,0,0,0,0,
+20200327,DE,163,36,,15,,,,,,9,C,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,2,,2020-03-27T00:00:00Z,10,33,0,199,199,33,199,1,0,6aec8c8a3649f5cf8448650e54cb9e088db3ed7f,0,0,0,0,0,
+20200327,FL,2765,28186,1517,,456,,,,,,A,3/27/2020 12:00,2020-03-27T12:00:00Z,03/27 08:00,34,456,2020-03-27T12:00:00Z,12,410,4445,32468,30951,4855,30951,6,50,74ade0453da42128a02abb2e1c8d7798e358a1b8,0,0,0,0,0,
+20200327,GA,2001,7864,,,566,,,,,,A,3/27/2020 12:00,2020-03-27T12:00:00Z,03/27 08:00,64,566,2020-03-27T12:00:00Z,13,476,463,9865,9865,939,9865,16,93,cf602ab222acd6fc20365f3e55f9ec15c6035c2b,0,0,0,0,0,
+20200327,GU,51,299,,13,,,,,,,,3/27/2020 07:00,2020-03-27T07:00:00Z,03/27 03:00,1,,2020-03-27T07:00:00Z,66,6,36,350,350,42,350,0,0,7391014b960f35c141fb21fec117b83954e15b8e,0,0,0,0,0,
+20200327,HI,106,4357,,,7,,,,,,A,3/26/2020 18:00,2020-03-26T18:00:00Z,03/26 14:00,,7,2020-03-26T18:00:00Z,15,11,0,4463,4463,11,4463,0,2,d4a2b3d82958d2d337598f268d9df1250db79792,0,0,0,0,0,
+20200327,IA,235,3740,,32,50,,,,,18,C,3/27/2020 15:40,2020-03-27T15:40:00Z,03/27 11:40,3,50,2020-03-27T15:40:00Z,19,56,1162,3975,3975,1218,3975,2,4,bb944b882d42961605b9b46d27189712ba3c5ae8,0,0,0,0,0,
+20200327,ID,189,2668,,,,,,,,,A,3/26/2020 20:00,2020-03-26T20:00:00Z,03/26 16:00,3,,2020-03-26T20:00:00Z,16,66,603,2857,2857,669,2857,3,0,a7f6559eec3214e6f93b0d25fdd6703e8d8d5848,0,0,0,0,0,
+20200327,IL,3026,18516,,,,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,34,,2020-03-27T00:00:00Z,17,488,4423,21542,21542,4911,21542,8,0,b8072057bf62e5369b264cc842305e66b75f75ee,0,0,0,0,0,
+20200327,IN,981,5955,,,,,,,,,B,3/26/2020 12:59,2020-03-26T12:59:00Z,03/26 08:59,24,,2020-03-26T12:59:00Z,18,336,1949,6936,6936,2285,6936,7,0,2c3cafdcf5311e51b543c7bfeacde8a588bdea38,0,0,0,0,0,
+20200327,KS,202,3229,,,27,,,,,,B,3/27/2020 09:00,2020-03-27T09:00:00Z,03/27 05:00,4,27,2020-03-27T09:00:00Z,20,34,360,3431,3431,394,3431,1,27,27b592ad3fc363552b9a031c59335408fbc370a1,0,0,0,0,0,
+20200327,KY,248,3768,,,,,,,,,A,3/26/2020 17:00,2020-03-26T17:00:00Z,03/26 13:00,6,,2020-03-26T17:00:00Z,21,50,666,4016,4016,716,4016,2,0,a8a3c24c1c6db6f8b957be61ea194c45b6ce661c,0,0,0,0,0,
+20200327,LA,2746,18613,,773,,,,270,,,A,3/27/2020 13:00,2020-03-27T13:00:00Z,03/27 09:00,119,,2020-03-27T13:00:00Z,22,441,2889,21359,21359,3330,21359,36,0,0abac9edbed4509422824290a128f5df428472f9,0,0,0,0,0,
+20200327,MA,3151,26244,,,219,,,,,,B,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,57,219,2020-03-27T12:30:00Z,25,833,4917,29395,29395,5750,29395,15,0,a905c3a253d5869bf9dc93c6572c45dbbe507a2b,0,0,0,0,0,
+20200327,MD,774,94,,,173,,,,,25,D,3/27/2020 10:00,2020-03-27T10:00:00Z,03/27 06:00,5,173,2020-03-27T10:00:00Z,24,194,0,868,868,194,868,1,41,2d1d51c4ecccc376835e48ca996c63d56c168cee,0,0,0,0,0,
+20200327,ME,168,3394,,,,,,,,24,A,3/27/2020 11:30,2020-03-27T11:30:00Z,03/27 07:30,1,,2020-03-27T11:30:00Z,23,13,0,3562,3562,13,3562,1,0,40c8fd17608137df799ce915bc687b76a0f7e455,0,0,0,0,0,
+20200327,MI,8659,12639,,,,,,,,,B,3/27/2020 11:00,2020-03-27T11:00:00Z,03/27 07:00,92,,2020-03-27T11:00:00Z,26,892,2334,21298,21298,3226,21298,32,0,e777c1bfaf1c5cfa0678eaf4bc5957d752e4ba2f,0,0,0,0,0,
+20200327,MN,398,13605,,34,51,,17,,,176,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,4,51,2020-03-27T00:00:00Z,27,52,1001,14003,14003,1053,14003,2,10,924ddc6ba9a7d2863aba280dc3bd75c2bd6afb1a,0,0,0,0,0,
+20200327,MO,669,369,,,,,,,,,C,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,8,,2020-03-27T00:00:00Z,29,167,0,1038,1038,167,1038,0,0,2420d6deb34a0f0eceb8310b379a70ac54bd0e74,0,0,0,0,0,
+20200327,MP,0,,,,,,,,,,,3/26/2020 13:30,2020-03-26T13:30:00Z,03/26 09:30,0,,2020-03-26T13:30:00Z,69,0,0,0,0,0,0,0,0,bc5fcd2c2dd04863f4fd4ab02e90413efb6393cc,0,0,0,0,0,
+20200327,MS,579,2560,,,185,,,,,,B,3/26/2020 19:00,2020-03-26T19:00:00Z,03/26 15:00,8,185,2020-03-26T19:00:00Z,28,94,269,3139,3139,363,3139,2,35,8b2ad6e959f5a3df231b5bd3e1654c302c1ac02a,0,0,0,0,0,
+20200327,MT,108,2590,,,7,,,,,,A,3/27/2020 10:00,2020-03-27T10:00:00Z,03/27 06:00,,7,2020-03-27T10:00:00Z,30,37,462,2698,2698,499,2698,0,6,828dfb1c065adfd13af52525ae4b71a1cf7a6807,0,0,0,0,0,
+20200327,NC,763,14373,,77,,,,,,,A,3/27/2020 11:40,2020-03-27T11:40:00Z,03/27 07:40,3,,2020-03-27T11:40:00Z,37,127,2099,15136,15136,2226,15136,1,0,cc78632c57c0c9a8279c01d923d5a45bdfb7dda3,0,0,0,0,0,
+20200327,ND,65,2427,,,13,,,,,15,B,3/27/2020 11:31,2020-03-27T11:31:00Z,03/27 07:31,0,13,2020-03-27T11:31:00Z,38,13,388,2492,2492,401,2492,0,3,6d666412e39d7a15e84183e916bd5893ca42fa32,0,0,0,0,0,
+20200327,NE,85,1761,,,,,,,,,A,3/27/2020 14:30,2020-03-27T14:30:00Z,03/27 10:30,0,,2020-03-27T14:30:00Z,31,12,177,1846,1846,189,1846,0,0,7f7954cf281a5066e1a8dc9c4b9cbc7cba293c5d,0,0,0,0,0,
+20200327,NH,158,3395,592,,25,,,,,,B,3/26/2020 09:00,2020-03-26T09:00:00Z,03/26 05:00,1,25,2020-03-26T09:00:00Z,33,21,394,4145,3553,415,3553,0,6,2291c0e2c0650d776b129b831b636d8d9cab95eb,0,0,0,0,0,
+20200327,NJ,8825,16547,,2000,,,,,,,A,3/27/2020 13:30,2020-03-27T13:30:00Z,03/27 09:30,108,,2020-03-27T13:30:00Z,34,1949,2886,25372,25372,4835,25372,27,0,82c0b1b4ead00ef56724805286fd2e2a294eae1e,0,0,0,0,0,
+20200327,NM,136,8377,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,,2020-03-26T00:00:00Z,35,24,696,8513,8513,720,8513,0,0,da05a6481e97228b4f7738a737b88ffe9bb6f846,0,0,0,0,0,
+20200327,NV,535,6161,,,,,,,,,A,3/26/2020 23:00,2020-03-26T23:00:00Z,03/26 19:00,10,,2020-03-26T23:00:00Z,32,115,1464,6696,6696,1579,6696,0,0,cbe40fffbef0017835635c8c9d004337141e04a5,0,0,0,0,0,
+20200327,NY,44635,101118,,6481,8732,1583,,,,2045,A,3/27/2020 11:15,2020-03-27T11:15:00Z,03/27 07:15,519,8732,2020-03-27T11:15:00Z,36,7377,16272,145753,145753,23649,145753,134,1811,f1803bbc728e17e4527be0a974f183d4c6845d05,0,0,0,0,0,
+20200327,OH,1137,19012,,,276,,107,,,,B,3/27/2020 14:00,2020-03-27T14:00:00Z,03/27 10:00,19,276,2020-03-27T14:00:00Z,39,270,2563,20149,20149,2833,20149,4,53,210d06ad6f0ddf0aa5db1b663c0cb796a985c61d,0,0,0,0,0,
+20200327,OK,322,1084,,,105,,,,,,A,3/27/2020 08:00,2020-03-27T08:00:00Z,03/27 04:00,8,105,2020-03-27T08:00:00Z,40,74,126,1406,1406,200,1406,1,19,bc68dc9eec43da348923f0a8c19370c3d0e3b2af,0,0,0,0,0,
+20200327,OR,414,8510,,91,102,,,31,,,A,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,12,102,2020-03-27T12:30:00Z,41,87,1557,8924,8924,1644,8924,1,12,7f81eec7acc24aa3265989a7f7eaef125d18770e,0,0,0,0,0,
+20200327,PA,2218,21016,,,241,,,,,,A,3/27/2020 12:00,2020-03-27T12:00:00Z,03/27 08:00,22,241,2020-03-27T12:00:00Z,42,531,4575,23234,23234,5106,23234,6,241,8876c5e29d878a0c58052c68f7c88c91b87f2e02,0,0,0,0,0,
+20200327,PR,79,519,334,,,,,,,,A,3/27/2020 07:00,2020-03-27T07:00:00Z,03/27 03:00,3,,2020-03-27T07:00:00Z,72,15,142,932,598,157,598,1,0,0d26226a2bf6ff7d62752b25e90190338150d6ed,0,0,0,0,0,
+20200327,RI,203,2306,138,28,,9,,6,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,,,2020-03-27T00:00:00Z,44,38,1044,2647,2509,1082,2509,0,0,4f629967717bc8bf3673a0e48c674f2e56a95602,0,0,0,0,0,
+20200327,SC,456,2307,,,102,,,,,,B,3/26/2020 16:35,2020-03-26T16:35:00Z,03/26 12:35,9,102,2020-03-26T16:35:00Z,45,0,0,2763,2763,0,2763,0,0,7df40cbb6df171c451dee7bb7e6994cb98776dc7,0,0,0,0,0,
+20200327,SD,58,2387,20,,,,,,,21,A,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,1,,2020-03-27T12:30:00Z,46,12,414,2465,2445,426,2445,0,0,6a55ee6a8138ba8601facbce36271eb9d069c64e,0,0,0,0,0,
+20200327,TN,1203,14888,,,103,,,,,,A,3/27/2020 15:00,2020-03-27T15:00:00Z,03/27 11:00,6,103,2020-03-27T15:00:00Z,47,246,936,16091,16091,1182,16091,3,27,36c298d72e6de610faf67d101563a4684d443665,0,0,0,0,0,
+20200327,TX,1731,21935,,,,,,,,,A,3/27/2020 13:00,2020-03-27T13:00:00Z,03/27 09:00,23,,2020-03-27T13:00:00Z,48,335,1907,23666,23666,2242,23666,5,0,4a71244648c35603954483ca2766ee8ec49db394,0,0,0,0,0,
+20200327,UT,480,8764,,,,,,,,,A,3/27/2020 15:00,2020-03-27T15:00:00Z,03/27 11:00,2,,2020-03-27T15:00:00Z,49,78,1456,9244,9244,1534,9244,1,0,93db53afeb3bb92870313df0b0edb5f7c54b9e32,0,0,0,0,0,
+20200327,VA,604,6733,,,83,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,14,83,2020-03-27T00:00:00Z,51,144,1004,7337,7337,1148,7337,1,18,e57c419b0e56f729995f92fbc851a301efda989c,0,0,0,0,0,
+20200327,VI,19,55,2,,,,,,,,,3/27/2020 14:00,2020-03-27T14:00:00Z,03/27 10:00,,,2020-03-27T14:00:00Z,78,2,0,76,74,2,74,0,0,0e1b19bce8c7962e975f66289012aa4f6541114d,0,0,0,0,0,
+20200327,VT,213,2868,,,18,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,10,18,2020-03-27T00:00:00Z,50,28,124,3081,3081,152,3081,1,18,aa986c35d2c2da6f7baaf15eab6d456b2409a9b1,0,0,0,0,0,
+20200327,WA,5359,65844,,,,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,199,,2020-03-27T00:00:00Z,53,450,3900,71203,71203,4350,71203,16,0,bb6fa6fd03a8d074528bb27f6eb466ab09c747d3,0,0,0,0,0,
+20200327,WI,842,13140,,,,,,,,,A,3/27/2020 16:00,2020-03-27T16:00:00Z,03/27 12:00,13,,2020-03-27T16:00:00Z,55,135,1557,13982,13982,1692,13982,5,0,756e1e6b426958d9c4d52d1ca433061f83eef4ac,0,0,0,0,0,
+20200327,WV,76,1779,43,,1,,,,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,0,1,2020-03-26T00:00:00Z,54,25,748,1898,1855,773,1855,0,0,cd8885675a96b54322565c8bc29ace72330b7e6d,0,0,0,0,0,
+20200327,WY,70,1211,,,11,,,,,17,A,3/27/2020 12:50,2020-03-27T12:50:00Z,03/27 08:50,0,11,2020-03-27T12:50:00Z,56,17,159,1281,1281,176,1281,0,11,7c4518c68e7f22ce2e89b179ebc7451a6f700564,0,0,0,0,0,
+20200326,AK,59,1801,,,3,,,,,,A,3/25/2020 21:00,2020-03-25T21:00:00Z,03/25 17:00,1,3,2020-03-25T21:00:00Z,02,17,152,1860,1860,169,1860,0,2,5c3c7979542b6cedc441cf82c7d4c11ccbe721f4,0,0,0,0,0,
+20200326,AL,506,3593,,,,,,,,,C,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,,2020-03-26T00:00:00Z,01,223,1064,4099,4099,1287,4099,1,0,d5ac328e3b739de2fcba24fbf504b9c05d1a91e6,0,0,0,0,0,
+20200326,AR,335,1504,,41,,,,13,,13,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,3,,2020-03-26T00:00:00Z,05,55,67,1839,1839,122,1839,1,0,3c285819cbbe50aaea0663f59419dbe7fafdef29,0,0,0,0,0,
+20200326,AS,,,,,,,,,,,,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,0,,2020-03-25T00:00:00Z,60,0,0,0,0,0,0,0,0,bc260214f3f4138056a79a000d76b0012665765e,0,0,0,0,0,
+20200326,AZ,577,347,33,,,,,,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,8,,2020-03-26T00:00:00Z,04,127,24,957,924,151,924,2,0,4cdbcf94476c955a4b375cf782076525e9023b76,0,0,0,0,0,
+20200326,CA,3006,17380,57400,,,,,,,,B,3/25/2020 17:00,2020-03-25T17:00:00Z,03/25 13:00,65,,2020-03-25T17:00:00Z,06,651,1459,77786,20386,2110,20386,12,0,bbad4ce971a18fdaacbc369276216a1d03862657,0,0,0,0,0,
+20200326,CO,1086,6978,,230,148,,,,,,A,3/25/2020 18:00,2020-03-25T18:00:00Z,03/25 14:00,19,148,2020-03-25T18:00:00Z,08,174,189,8064,8064,363,8064,8,64,f0384025de1813e7a745c35455cd2828f9a46074,0,0,0,0,0,
+20200326,CT,1012,5625,,125,,,,,,,A,3/26/2020 16:00,2020-03-26T16:00:00Z,03/26 12:00,21,,2020-03-26T16:00:00Z,09,137,602,6637,6637,739,6637,2,0,d6bb0728d8518664ff35c312f3a56eee6c58d7c3,0,0,0,0,0,
+20200326,DC,231,1626,1,,,,,,,21,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,3,,2020-03-25T00:00:00Z,11,48,203,1858,1857,251,1857,1,0,e53668d2b56aef7157328870767d96d95497f48b,0,0,0,0,0,
+20200326,DE,130,36,,13,,,,,,4,C,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,,2020-03-26T00:00:00Z,10,15,0,166,166,15,166,1,0,e733ca285d41e7201d3db143e8d7bf22c101270a,0,0,0,0,0,
+20200326,FL,2355,23741,1443,,406,,,,,,A,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,28,406,2020-03-26T11:00:00Z,12,673,8367,27539,26096,9040,26096,6,90,500834b1681cfc14fda4663a25e08c94b4443917,0,0,0,0,0,
+20200326,GA,1525,7401,,,473,,,,,,A,3/26/2020 12:00,2020-03-26T12:00:00Z,03/26 08:00,48,473,2020-03-26T12:00:00Z,13,278,2469,8926,8926,2747,8926,8,79,ccd7265fd266bafe74ffa34e4efd9269942ab6eb,0,0,0,0,0,
+20200326,GU,45,263,,11,,,,,,,,3/26/2020 06:30,2020-03-26T06:30:00Z,03/26 02:30,1,,2020-03-26T06:30:00Z,66,8,30,308,308,38,308,0,0,9a20b7db97a85116981d1edd239ba01cb6378287,0,0,0,0,0,
+20200326,HI,95,4357,,,5,,,,,,A,3/25/2020 18:00,2020-03-25T18:00:00Z,03/25 14:00,,5,2020-03-25T18:00:00Z,15,5,0,4452,4452,5,4452,0,-1,4b25105cd90abeb35e8a3a52f9acec169d4c86c3,0,0,0,0,0,
+20200326,IA,179,2578,,31,46,,,,,15,C,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,46,2020-03-26T00:00:00Z,19,34,0,2757,2757,34,2757,0,10,5df79af47a19d56382d65a125d8d08c28f4292e2,0,0,0,0,0,
+20200326,ID,123,2065,,,,,,,,,A,3/25/2020 19:00,2020-03-25T19:00:00Z,03/25 15:00,0,,2020-03-25T19:00:00Z,16,50,178,2188,2188,228,2188,0,0,1cd2365e9c6260624a94973b8084577450497254,0,0,0,0,0,
+20200326,IL,2538,14093,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,26,,2020-03-26T00:00:00Z,17,673,1749,16631,16631,2422,16631,7,0,c865a187ca1a7b590bde9205285a9c8b565c2464,0,0,0,0,0,
+20200326,IN,645,4006,,,,,,,,,B,3/25/2020 12:59,2020-03-25T12:59:00Z,03/25 08:59,17,,2020-03-25T12:59:00Z,18,168,1127,4651,4651,1295,4651,3,-1,7966f705af51e1be113d056b21bab36cdd623a68,0,0,0,0,0,
+20200326,KS,168,2869,,,,,,,,,B,3/26/2020 12:00,2020-03-26T12:00:00Z,03/26 08:00,3,,2020-03-26T12:00:00Z,20,42,509,3037,3037,551,3037,0,0,91d55956877742a637dc4687a0aa65a43ec549d8,0,0,0,0,0,
+20200326,KY,198,3102,,,,,,,,,A,3/25/2020 17:00,2020-03-25T17:00:00Z,03/25 13:00,4,,2020-03-25T17:00:00Z,21,41,237,3300,3300,278,3300,0,0,3bc7fdb452bd867b72d60334becec42d54aca5be,0,0,0,0,0,
+20200326,LA,2305,15724,,676,,,,239,,,A,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,83,,2020-03-26T15:00:00Z,22,510,6068,18029,18029,6578,18029,18,0,5cae8d0207bef3b1eebebcf2823f5155a5975ce4,0,0,0,0,0,
+20200326,MA,2318,21327,,,219,,,,,,B,3/26/2020 12:30,2020-03-26T12:30:00Z,03/26 08:30,42,219,2020-03-26T12:30:00Z,25,579,3248,23645,23645,3827,23645,9,116,8ccb8479162ed7eba4c3bf36a0d56431174a0b18,0,0,0,0,0,
+20200326,MD,580,94,,,132,,,,,,D,3/26/2020 10:00,2020-03-26T10:00:00Z,03/26 06:00,4,132,2020-03-26T10:00:00Z,24,157,0,674,674,157,674,0,132,708999c8b466505293ccb3aa7563a7fa09483791,0,0,0,0,0,
+20200326,ME,155,3394,,,,,,,,16,A,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,,,2020-03-26T11:00:00Z,23,6,217,3549,3549,223,3549,0,0,c0951cd32072e6712c71fcf9a1c077dcec30a871,0,0,0,0,0,
+20200326,MI,7767,10305,,,,,,,,,D,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,60,,2020-03-26T11:00:00Z,26,707,2768,18072,18072,3475,18072,17,0,a2e0a50e5a632467e414e0ef462a27289ee0f6a5,0,0,0,0,0,
+20200326,MN,346,12604,,31,41,,,,,,A,3/26/2020 13:15,2020-03-26T13:15:00Z,03/26 09:15,2,41,2020-03-26T13:15:00Z,27,59,1416,12950,12950,1475,12950,1,6,998c7d620173596192323d5a421231bd93c748c2,0,0,0,0,0,
+20200326,MO,502,369,,,,,,,,,C,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,8,,2020-03-26T15:00:00Z,29,146,0,871,871,146,871,0,0,b4a1569925a9e042c8f05cbd0b144cb0a4c96ba3,0,0,0,0,0,
+20200326,MP,0,,,,,,,,,,,3/26/2020 01:30,2020-03-26T01:30:00Z,03/25 21:30,0,,2020-03-26T01:30:00Z,69,0,0,0,0,0,0,0,0,676f451acc01c0e089265cf00354378569b3c726,0,0,0,0,0,
+20200326,MS,485,2291,,,150,,,,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,6,150,2020-03-26T00:00:00Z,28,108,725,2776,2776,833,2776,4,33,a648918516fd59daa06bc84eb431e874efc94499,0,0,0,0,0,
+20200326,MT,71,2128,,,1,,,,,,C,3/26/2020 10:00,2020-03-26T10:00:00Z,03/26 06:00,,1,2020-03-26T10:00:00Z,30,18,180,2199,2199,198,2199,0,1,6baa54c3f2598097b221ae7e9be6ee0f2c171033,0,0,0,0,0,
+20200326,NC,636,12274,,29,,,,,,,A,3/26/2020 12:36,2020-03-26T12:36:00Z,03/26 08:36,2,,2020-03-26T12:36:00Z,37,132,2289,12910,12910,2421,12910,1,0,a3a4ffc7f8c2512d2ea6a684e73240f092cbd8be,0,0,0,0,0,
+20200326,ND,52,2039,,,10,,,,,,B,3/26/2020 11:37,2020-03-26T11:37:00Z,03/26 07:37,0,10,2020-03-26T11:37:00Z,38,13,305,2091,2091,318,2091,0,2,4ea9dde6e89b75d578d39f592be163f359954877,0,0,0,0,0,
+20200326,NE,73,1584,,,,,,,,,A,3/26/2020 14:00,2020-03-26T14:00:00Z,03/26 10:00,0,,2020-03-26T14:00:00Z,31,12,280,1657,1657,292,1657,0,0,02974d057a74971aec829e6f6bff011b7d2d99dc,0,0,0,0,0,
+20200326,NH,137,3001,712,,19,,,,,,B,3/25/2020 09:00,2020-03-25T09:00:00Z,03/25 05:00,1,19,2020-03-25T09:00:00Z,33,29,645,3850,3138,674,3138,0,6,d44c5bc4cb9a858e1aac21205c3722e739fe3b35,0,0,0,0,0,
+20200326,NJ,6876,13661,,1080,,,,,,,B,3/25/2020 14:00,2020-03-25T14:00:00Z,03/25 10:00,81,,2020-03-25T14:00:00Z,34,2474,3209,20537,20537,5683,20537,19,0,608c665711d31ac8373869e3326a7606eaf580cf,0,0,0,0,0,
+20200326,NM,112,7681,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,1,,2020-03-25T00:00:00Z,35,12,939,7793,7793,951,7793,0,0,7d113d7c2d6504822394e287545c02b2e5c50b89,0,0,0,0,0,
+20200326,NV,420,4697,,,,,,,,,A,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,10,,2020-03-26T11:00:00Z,32,99,446,5117,5117,545,5117,4,0,bec3fa7337c1cb3489338ac1c972760e3d6560a4,0,0,0,0,0,
+20200326,NY,37258,84846,,5327,6921,1290,,,,,B,3/26/2020 16:59,2020-03-26T16:59:00Z,03/26 12:59,385,6921,2020-03-26T16:59:00Z,36,6447,12178,122104,122104,18625,122104,100,1795,cfa6e66b3597c655719e7bdef7b10633e97ed33b,0,0,0,0,0,
+20200326,OH,867,16449,,,223,,91,,,,B,3/26/2020 14:00,2020-03-26T14:00:00Z,03/26 10:00,15,223,2020-03-26T14:00:00Z,39,163,2389,17316,17316,2552,17316,5,41,2fea98e0202a355b63b2a5c85d4f9ba7d44a38b7,0,0,0,0,0,
+20200326,OK,248,958,,,86,,,,,,A,3/26/2020 08:00,2020-03-26T08:00:00Z,03/26 04:00,7,86,2020-03-26T08:00:00Z,40,84,153,1206,1206,237,1206,2,27,974219c8af287b0d2f6ca98756d876e6b59c6851,0,0,0,0,0,
+20200326,OR,327,6953,,,90,,,,,,A,3/26/2020 16:31,2020-03-26T16:31:00Z,03/26 12:31,11,90,2020-03-26T16:31:00Z,41,118,2603,7280,7280,2721,7280,3,29,3fd1f29fe9154ba41e582347000bbc6ec76f210e,0,0,0,0,0,
+20200326,PA,1687,16441,,,,,,,,,A,3/26/2020 12:00,2020-03-26T12:00:00Z,03/26 08:00,16,,2020-03-26T12:00:00Z,42,560,5248,18128,18128,5808,18128,5,0,967ddea6c0623853ed62f507bcfdf572a14ba1ca,0,0,0,0,0,
+20200326,PR,64,377,335,,,,,,,,A,3/26/2020 07:00,2020-03-26T07:00:00Z,03/26 03:00,2,,2020-03-26T07:00:00Z,72,13,60,776,441,73,441,0,0,47e7c9f33abce0f22f855f93810bf69ef6df28d9,0,0,0,0,0,
+20200326,RI,165,1262,181,23,,9,,6,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,,,2020-03-26T00:00:00Z,44,33,0,1608,1427,33,1427,0,0,f70fcb66a0977b044a110961eb106b6730d1f1a4,0,0,0,0,0,
+20200326,SC,456,2307,,,102,,,,,,B,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,9,102,2020-03-26T11:00:00Z,45,32,4,2763,2763,36,2763,2,0,fe346fb99365ef83e4c5c6d06359a3ec20059eed,0,0,0,0,0,
+20200326,SD,46,1973,125,,,,,,,16,A,3/25/2020 13:00,2020-03-25T13:00:00Z,03/25 09:00,1,,2020-03-25T13:00:00Z,46,5,1154,2144,2019,1159,2019,0,0,a12cb0ed991e90bf72cabeadd7abdfb7f7f31b5a,0,0,0,0,0,
+20200326,TN,957,13952,,,76,,,,,,A,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,3,76,2020-03-26T15:00:00Z,47,173,2940,14909,14909,3113,14909,0,23,541f1b447cab54abe3a773b58a727d7965b3b92a,0,0,0,0,0,
+20200326,TX,1396,20028,,,,,,,,,A,3/26/2020 13:00,2020-03-26T13:00:00Z,03/26 09:00,18,,2020-03-26T13:00:00Z,48,422,7508,21424,21424,7930,21424,6,0,3b20ee6f734e0536e0277db2c23b18747b67fb2a,0,0,0,0,0,
+20200326,UT,402,7308,,,,,,,,,A,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,1,,2020-03-26T15:00:00Z,49,56,817,7710,7710,873,7710,0,0,6fd1cf7b3caf4cae549f513f62ef458e1dc3ed87,0,0,0,0,0,
+20200326,VA,460,5729,,,65,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,13,65,2020-03-26T00:00:00Z,51,69,750,6189,6189,819,6189,4,6,a0e780404b8583b7351d9725a1032c45166b9c48,0,0,0,0,0,
+20200326,VI,17,55,2,,,,,,,,,3/25/2020 20:30,2020-03-25T20:30:00Z,03/25 16:30,,,2020-03-25T20:30:00Z,78,0,0,74,72,0,72,0,0,6ae4d05e8b197b1bbfa51bca1fd4e76a5e363bd6,0,0,0,0,0,
+20200326,VT,185,2744,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,9,,2020-03-26T00:00:00Z,50,25,934,2929,2929,959,2929,1,0,9c51097b43f32001f54a0ac9a1c60a94ee4394a2,0,0,0,0,0,
+20200326,WA,4909,61944,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,183,,2020-03-26T00:00:00Z,53,432,4047,66853,66853,4479,66853,24,0,3fc8ec60357eccf8770a4906559f2fbe1eea8a5b,0,0,0,0,0,
+20200326,WI,707,11583,,,,,,,,,A,3/26/2020 16:00,2020-03-26T16:00:00Z,03/26 12:00,8,,2020-03-26T16:00:00Z,55,122,1494,12290,12290,1616,12290,1,0,1bd246802caa77e0d2eeef56da2e60c01d5d3993,0,0,0,0,0,
+20200326,WV,51,1031,19,,1,,,,,,B,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,0,1,2020-03-25T00:00:00Z,54,12,272,1101,1082,284,1082,0,0,99aa035945ca34f922143b4b0d6c360453977057,0,0,0,0,0,
+20200326,WY,53,1052,,,,,,,,12,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,,,2020-03-26T00:00:00Z,56,9,98,1105,1105,107,1105,0,0,d46f771dfd4c62ee9d8eaae685d2321551a00da5,0,0,0,0,0,
+20200325,AK,42,1649,,,1,,,,,,A,3/24/2020 21:00,2020-03-24T21:00:00Z,03/24 17:00,1,1,2020-03-24T21:00:00Z,02,6,663,1691,1691,669,1691,1,1,b97e29e2b5e73605c5c739d089215409c53ad646,0,0,0,0,0,
+20200325,AL,283,2529,,,,,,,,,C,3/25/2020 11:30,2020-03-25T11:30:00Z,03/25 07:30,0,,2020-03-25T11:30:00Z,01,68,423,2812,2812,491,2812,0,0,15c2c19387ba8266a3c14be2a33031f7ade486a5,0,0,0,0,0,
+20200325,AR,280,1437,,22,,,,4,,11,A,3/25/2020 09:19,2020-03-25T09:19:00Z,03/25 05:19,2,,2020-03-25T09:19:00Z,05,62,490,1717,1717,552,1717,2,0,2c616f154232e0e760016e2c53ed2a6b544f4e49,0,0,0,0,0,
+20200325,AS,,,,,,,,,,,,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,0,,2020-03-25T00:00:00Z,60,0,0,0,0,0,0,0,0,06cc30d39eadfac38d8e065e51243ddb46db6a9d,0,0,0,0,0,
+20200325,AZ,450,323,53,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,6,,2020-03-24T00:00:00Z,04,93,10,826,773,103,773,1,0,02fc2a37f60bb68dcc93db646676755c751748b8,0,0,0,0,0,
+20200325,CA,2355,15921,48600,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,53,,2020-03-24T00:00:00Z,06,253,2469,66876,18276,2722,18276,13,0,6f48cfd4634a00a24d4d4dde90d2022d45c4fe9b,0,0,0,0,0,
+20200325,CO,912,6789,,152,84,,,,,,A,3/24/2020 18:00,2020-03-24T18:00:00Z,03/24 14:00,11,84,2020-03-24T18:00:00Z,08,192,1285,7701,7701,1477,7701,4,12,08073258a511cc73e88395e5368ed7314de0afcb,0,0,0,0,0,
+20200325,CT,875,5023,,113,,,,,,,A,3/25/2020 16:00,2020-03-25T16:00:00Z,03/25 12:00,19,,2020-03-25T16:00:00Z,09,257,341,5898,5898,598,5898,7,0,9c413772aaa9aa04e8de4f715d80140e343d8a22,0,0,0,0,0,
+20200325,DC,183,1423,3,,,,,,,,A,3/24/2020 19:30,2020-03-24T19:30:00Z,03/24 15:30,2,,2020-03-24T19:30:00Z,11,46,228,1609,1606,274,1606,0,0,424ed1685d50baabbfee41a1c2a8ac1a2745fc4b,0,0,0,0,0,
+20200325,DE,115,36,,11,,,,,,,C,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,0,,2020-03-25T12:00:00Z,10,24,0,151,151,24,151,0,0,6d3da2ca5b8530058bdf90d6c9ed0f4601a5c5ed,0,0,0,0,0,
+20200325,FL,1682,15374,1233,,316,,,,,,A,3/25/2020 11:00,2020-03-25T11:00:00Z,03/25 07:00,22,316,2020-03-25T11:00:00Z,12,270,2247,18289,17056,2517,17056,4,57,bba8de7e3fd9054e716c9eae8464c9db02875828,0,0,0,0,0,
+20200325,GA,1247,4932,,,394,,,,,,A,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,40,394,2020-03-25T12:00:00Z,13,221,474,6179,6179,695,6179,8,394,fd434723d05dd733426acd4830f41d908542306f,0,0,0,0,0,
+20200325,GU,37,233,,10,,,,,,,,3/25/2020 06:45,2020-03-25T06:45:00Z,03/25 02:45,1,,2020-03-25T06:45:00Z,66,5,32,270,270,37,270,0,0,688261cc3edc736977e56615efeaba57c38af783,0,0,0,0,0,
+20200325,HI,90,4357,,,6,,,,,,A,3/24/2020 18:00,2020-03-24T18:00:00Z,03/24 14:00,,6,2020-03-24T18:00:00Z,15,13,768,4447,4447,781,4447,0,2,ea9b9f9d2af7fa481a63303fc1316d78d94d55b8,0,0,0,0,0,
+20200325,IA,145,2578,,23,36,,,,,,C,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,1,36,2020-03-25T00:00:00Z,19,21,263,2723,2723,284,2723,1,9,c22ddf675e475251b2b06b42fb370ea59d5b8ede,0,0,0,0,0,
+20200325,ID,73,1887,,,,,,,,,A,3/24/2020 19:00,2020-03-24T19:00:00Z,03/24 15:00,0,,2020-03-24T19:00:00Z,16,23,0,1960,1960,23,1960,0,0,ed705d087096ca7596fb3d7843a809e6db4528ac,0,0,0,0,0,
+20200325,IL,1865,12344,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,19,,2020-03-25T00:00:00Z,17,330,2410,14209,14209,2740,14209,3,0,d1eae8dd5604cba5d8ccd32d106258f0d06caa18,0,0,0,0,0,
+20200325,IN,477,2879,,,1,,,,,,B,3/25/2020 00:59,2020-03-25T00:59:00Z,03/24 20:59,14,1,2020-03-25T00:59:00Z,18,112,313,3356,3356,425,3356,2,0,362c5107b6dcd56baceac2fdf0965d2c4ab3b180,0,0,0,0,0,
+20200325,KS,126,2360,,,,,,,,,B,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,3,,2020-03-25T12:00:00Z,20,28,274,2486,2486,302,2486,1,0,0d13e851080f9f71f67bf2e56d7eee604d02bc30,0,0,0,0,0,
+20200325,KY,157,2865,,,,,,,,,A,3/24/2020 17:00,2020-03-24T17:00:00Z,03/24 13:00,4,,2020-03-24T17:00:00Z,21,33,1103,3022,3022,1136,3022,0,0,5723393264e7b089f65084b674660326117b66be,0,0,0,0,0,
+20200325,LA,1795,9656,,491,,,,163,,,A,3/25/2020 13:00,2020-03-25T13:00:00Z,03/25 09:00,65,,2020-03-25T13:00:00Z,22,407,2441,11451,11451,2848,11451,19,0,6ae3964ee8172be8144e927a70296f9b807d763c,0,0,0,0,0,
+20200325,MA,1739,18079,,,103,,,,,,B,3/25/2020 16:00,2020-03-25T16:00:00Z,03/25 12:00,33,103,2020-03-25T16:00:00Z,25,679,5365,19818,19818,6044,19818,7,9,c5e4975432264852520fe1aecd0373355ce58f77,0,0,0,0,0,
+20200325,MD,423,94,,,,,,,,,D,3/25/2020 10:00,2020-03-25T10:00:00Z,03/25 06:00,4,,2020-03-25T10:00:00Z,24,74,0,517,517,74,517,1,0,f278bcf6f70f498972e219d17fa6720b465bfe82,0,0,0,0,0,
+20200325,ME,149,3177,,,,,,,,7,A,3/25/2020 11:30,2020-03-25T11:30:00Z,03/25 07:30,,,2020-03-25T11:30:00Z,23,24,163,3326,3326,187,3326,0,0,44ae8e1ae90cd1fd9a132140b05c6df062377cb1,0,0,0,0,0,
+20200325,MI,7060,7537,,,,,,,,,D,3/25/2020 15:00,2020-03-25T15:00:00Z,03/25 11:00,43,,2020-03-25T15:00:00Z,26,619,1741,14597,14597,2360,14597,19,0,13f9ef1886a66f0b5cdf798f529f9e0d1023f839,0,0,0,0,0,
+20200325,MN,287,11188,,26,35,,,,,121,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,1,35,2020-03-25T00:00:00Z,27,25,5638,11475,11475,5663,11475,0,14,b728d050bf47dac5491b78ec7c10940aba812b7f,0,0,0,0,0,
+20200325,MO,356,369,,,,,,,,,C,3/24/2020 16:00,2020-03-24T16:00:00Z,03/24 12:00,8,,2020-03-24T16:00:00Z,29,173,0,725,725,173,725,5,0,79930a113c76e14ddddffe7aae78449452a11f34,0,0,0,0,0,
+20200325,MP,0,,,,,,,,,,,3/24/2020 18:30,2020-03-24T18:30:00Z,03/24 14:30,0,,2020-03-24T18:30:00Z,69,0,0,0,0,0,0,0,0,8499d3144adbb91a14ae1240cba9d0d7a5e1bd57,0,0,0,0,0,
+20200325,MS,377,1566,,,117,,,,,,B,3/24/2020 20:00,2020-03-24T20:00:00Z,03/24 16:00,2,117,2020-03-24T20:00:00Z,28,57,14,1943,1943,71,1943,1,31,99015c8f63b0cc2df4e5acb8e174e82da00548cc,0,0,0,0,0,
+20200325,MT,53,1948,,,,,,,,,C,3/25/2020 10:00,2020-03-25T10:00:00Z,03/25 06:00,,,2020-03-25T10:00:00Z,30,7,305,2001,2001,312,2001,0,0,35602bd532dafcb80d5f918378aad3976f229dd1,0,0,0,0,0,
+20200325,NC,504,9985,,29,,,,,,,A,3/25/2020 16:30,2020-03-25T16:30:00Z,03/25 12:30,1,,2020-03-25T16:30:00Z,37,106,1844,10489,10489,1950,10489,1,0,9485ea3e4549fcce2d386231bcf448d16d1f4c54,0,0,0,0,0,
+20200325,ND,39,1734,,,8,,,,,,B,3/25/2020 11:47,2020-03-25T11:47:00Z,03/25 07:47,0,8,2020-03-25T11:47:00Z,38,5,280,1773,1773,285,1773,0,3,40a4a0d43c25eeafa0ca337e7b2594cea2907bd5,0,0,0,0,0,
+20200325,NE,61,1304,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,,2020-03-24T00:00:00Z,31,9,329,1365,1365,338,1365,0,0,3c867b322aa102c6003994a027d7828f97541a67,0,0,0,0,0,
+20200325,NH,108,2356,804,,13,,,,,,B,3/25/2020 13:30,2020-03-25T13:30:00Z,03/25 09:30,1,13,2020-03-25T13:30:00Z,33,7,909,3268,2464,916,2464,0,2,ad1e75f7af34d0fdb6e97121c6f389922a1c0544,0,0,0,0,0,
+20200325,NJ,4402,10452,,,,,,,,,B,3/24/2020 01:30,2020-03-24T01:30:00Z,03/23 21:30,62,,2020-03-24T01:30:00Z,34,727,2127,14854,14854,2854,14854,18,0,049ae30fb8a99d38439a8df8c1dd3e3db56b754a,0,0,0,0,0,
+20200325,NM,100,6742,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,1,,2020-03-24T00:00:00Z,35,17,852,6842,6842,869,6842,1,0,373fdbd6f78a5a87e31992833a72d4f22b2b58cf,0,0,0,0,0,
+20200325,NV,321,4251,,,,,,,,,A,3/25/2020 02:59,2020-03-25T02:59:00Z,03/24 22:59,6,,2020-03-25T02:59:00Z,32,43,297,4572,4572,340,4572,2,0,994e00b0b660c531e2088a6769ef9590e86daa59,0,0,0,0,0,
+20200325,NY,30811,72668,,4079,5126,,,,,,B,3/25/2020 11:45,2020-03-25T11:45:00Z,03/25 07:45,285,5126,2020-03-25T11:45:00Z,36,5146,7063,103479,103479,12209,103479,75,1085,010555e6f51b10a0f54167b09d5d629e2e8e38fa,0,0,0,0,0,
+20200325,OH,704,14060,,,182,,74,,,,B,3/25/2020 14:00,2020-03-25T14:00:00Z,03/25 10:00,10,182,2020-03-25T14:00:00Z,39,140,13920,14764,14764,14060,14764,2,37,2d1359bb9d6036e8f40a3cb44798e273503b7661,0,0,0,0,0,
+20200325,OK,164,805,,,59,,,,,,A,3/25/2020 08:00,2020-03-25T08:00:00Z,03/25 04:00,5,59,2020-03-25T08:00:00Z,40,58,70,969,969,128,969,2,34,586848d47da7b448d41595bdf0f25c650b302e19,0,0,0,0,0,
+20200325,OR,209,4350,,,61,,,,,,A,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,8,61,2020-03-24T11:00:00Z,41,0,0,4559,4559,0,4559,0,0,d8e89103c3b73482cb24a458730c41463a0d2326,0,0,0,0,0,
+20200325,PA,1127,11193,,,,,,,,,A,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,11,,2020-03-25T12:00:00Z,42,276,2550,12320,12320,2826,12320,4,0,cd0bd4a58e79c6a98c4d21d2de3d0ed6ef1720a9,0,0,0,0,0,
+20200325,PR,51,317,70,,,,,,,,A,3/25/2020 07:00,2020-03-25T07:00:00Z,03/25 03:00,2,,2020-03-25T07:00:00Z,72,12,49,438,368,61,368,0,0,9e6f7e0d8dc019e2e7277ea38aab6ff3eb3dd120,0,0,0,0,0,
+20200325,RI,132,1262,196,15,,,,,,,B,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,,,2020-03-25T00:00:00Z,44,8,62,1590,1394,70,1394,0,0,2b8979944c168c2a855e9713e1fec332092db305,0,0,0,0,0,
+20200325,SC,424,2303,,,102,,,,,,B,3/24/2020 19:30,2020-03-24T19:30:00Z,03/24 15:30,7,102,2020-03-24T19:30:00Z,45,126,291,2727,2727,417,2727,2,102,76dffe6b0c47e4de4fbe3ee10ec9a875c1b18d92,0,0,0,0,0,
+20200325,SD,41,819,268,,,,,,,,A,3/25/2020 13:00,2020-03-25T13:00:00Z,03/25 09:00,1,,2020-03-25T13:00:00Z,46,11,29,1128,860,40,860,0,0,e578bead8533ebb314b7ed44b9e9e26770816592,0,0,0,0,0,
+20200325,TN,784,11012,,,53,,,,,,A,3/25/2020 15:00,2020-03-25T15:00:00Z,03/25 11:00,3,53,2020-03-25T15:00:00Z,47,117,495,11796,11796,612,11796,1,53,9d0ee02a4f77b045d9baf51d0de5d8fd8869b933,0,0,0,0,0,
+20200325,TX,974,12520,,,,,,,,,A,3/25/2020 12:30,2020-03-25T12:30:00Z,03/25 08:30,12,,2020-03-25T12:30:00Z,48,564,1763,13494,13494,2327,13494,3,0,23cefc4fd849300b470e39468527e01e4e67abc2,0,0,0,0,0,
+20200325,UT,346,6491,,,,,,,,,A,3/25/2020 15:00,2020-03-25T15:00:00Z,03/25 11:00,1,,2020-03-25T15:00:00Z,49,47,967,6837,6837,1014,6837,0,0,895f3b2c897eb298986ee0dc86bf302e7c2e9ab9,0,0,0,0,0,
+20200325,VA,391,4979,,,59,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,9,59,2020-03-25T00:00:00Z,51,101,799,5370,5370,900,5370,2,14,a2983fc68a3ae36c12a24ca0b924e2d693e35860,0,0,0,0,0,
+20200325,VI,17,55,2,,,,,,,,,3/24/2020 20:30,2020-03-24T20:30:00Z,03/24 16:30,,,2020-03-24T20:30:00Z,78,0,55,74,72,55,72,0,0,3c60f2b6482b2dd8edbc505243c2b56c9648bbe8,0,0,0,0,0,
+20200325,VT,160,1810,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,8,,2020-03-25T00:00:00Z,50,35,241,1970,1970,276,1970,1,0,9708beb8db2fe3227472ff9ece8286b50d558acc,0,0,0,0,0,
+20200325,WA,4477,57897,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,159,,2020-03-25T00:00:00Z,53,439,4571,62374,62374,5010,62374,13,0,bc7150828a1f1cc0a71f1ac574e0b5e8119c4517,0,0,0,0,0,
+20200325,WI,585,10089,,,,,,,,,A,3/25/2020 16:00,2020-03-25T16:00:00Z,03/25 12:00,7,,2020-03-25T16:00:00Z,55,128,1852,10674,10674,1980,10674,2,0,690350b9c21af5a9e2af3083a317cec317732356,0,0,0,0,0,
+20200325,WV,39,759,6,,1,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,1,2020-03-24T00:00:00Z,54,19,149,804,798,168,798,0,0,f4dc64f335f2b9aa1ca0aee8e06474b203d945f6,0,0,0,0,0,
+20200325,WY,44,954,,,,,,,,7,A,3/25/2020 12:45,2020-03-25T12:45:00Z,03/25 08:45,,,2020-03-25T12:45:00Z,56,15,244,998,998,259,998,0,0,438eec2f1de21ce01d7a6742462241e62ff74c7c,0,0,0,0,0,
+20200324,AK,36,986,,,0,,,,,,A,3/23/2020 19:00,2020-03-23T19:00:00Z,03/23 15:00,0,0,2020-03-23T19:00:00Z,02,14,40,1022,1022,54,1022,0,0,54983548f8b3e2cb6aacfe95e945d4e08cbd1e84,0,0,0,0,0,
+20200324,AL,215,2106,,,,,,,,,C,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,0,,2020-03-24T12:00:00Z,01,48,441,2321,2321,489,2321,0,0,1160a7bb817f44efe385f922849cff066287a514,0,0,0,0,0,
+20200324,AR,218,947,,22,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,,2020-03-24T00:00:00Z,05,44,41,1165,1165,85,1165,0,0,c665e4ef94f9804f220a8120b99fe8e1c915cc18,0,0,0,0,0,
+20200324,AS,,,,,,,,,,,,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,,2020-03-24T00:00:00Z,60,0,0,0,0,0,0,0,0,e19d0595fcab2f40b031e7c0b57a0dcca43b6662,0,0,0,0,0,
+20200324,AZ,357,313,22,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,5,,2020-03-24T00:00:00Z,04,92,4,692,670,96,670,3,0,979fcf623449ca17944da697d9e8d3476f6cc36c,0,0,0,0,0,
+20200324,CA,2102,13452,12100,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,40,,2020-03-24T00:00:00Z,06,369,885,27654,15554,1254,15554,13,0,f0532cfedb766c47a128ef40893423843c660121,0,0,0,0,0,
+20200324,CO,720,5504,,116,72,,,,,,A,3/23/2020 18:13,2020-03-23T18:13:00Z,03/23 14:13,7,72,2020-03-23T18:13:00Z,08,129,659,6224,6224,788,6224,1,14,6b1438959402d5250dd5536f440b5791892a656b,0,0,0,0,0,
+20200324,CT,618,4682,,71,,,,,,,A,3/24/2020 16:00,2020-03-24T16:00:00Z,03/24 12:00,12,,2020-03-24T16:00:00Z,09,203,597,5300,5300,800,5300,2,0,0d298c7bc412689f58a8d1275d97d87901a7ecb4,0,0,0,0,0,
+20200324,DC,137,1195,2,,,,,,,,A,3/23/2020 19:30,2020-03-23T19:30:00Z,03/23 15:30,2,,2020-03-23T19:30:00Z,11,21,82,1334,1332,103,1332,0,0,4dde54d2be1e7b19f8b7cc6e4d81e2fd523c1af2,0,0,0,0,0,
+20200324,DE,91,36,,,,,,,,,C,3/24/2020 10:45,2020-03-24T10:45:00Z,03/24 06:45,0,,2020-03-24T10:45:00Z,10,23,0,127,127,23,127,0,0,ce6d0954844a3b24cc037ab5dc13299eacf278c3,0,0,0,0,0,
+20200324,FL,1412,13127,1008,,259,,,,,,A,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,18,259,2020-03-24T11:00:00Z,12,241,2064,15547,14539,2305,14539,4,42,1378b0956c8389c7e4a7af65026752b308469b20,0,0,0,0,0,
+20200324,GA,1026,4458,,,,,,,,,A,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,32,,2020-03-24T12:00:00Z,13,254,161,5484,5484,415,5484,7,0,572d7df3ada9923c88a48b62b30d33817feec7ed,0,0,0,0,0,
+20200324,GU,32,201,,5,,,,,,,,3/24/2020 06:45,2020-03-24T06:45:00Z,03/24 02:45,1,,2020-03-24T06:45:00Z,66,3,40,233,233,43,233,0,0,c32756c9c6a5d4efab9e27c316c5641596bb689b,0,0,0,0,0,
+20200324,HI,77,3589,,,4,,,,,,A,3/23/2020 18:00,2020-03-23T18:00:00Z,03/23 14:00,,4,2020-03-23T18:00:00Z,15,21,634,3666,3666,655,3666,0,4,6b9b6d9cf2ea63446ce4d4973ba5d42dbf0ad773,0,0,0,0,0,
+20200324,IA,124,2315,,,27,,,,,,C,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,,27,2020-03-24T00:00:00Z,19,19,272,2439,2439,291,2439,0,27,1fac8b87a18e28af326f2dd861cb6f3fa132906a,0,0,0,0,0,
+20200324,ID,50,1887,,,,,,,,,A,3/23/2020 19:00,2020-03-23T19:00:00Z,03/23 15:00,0,,2020-03-23T19:00:00Z,16,3,578,1937,1937,581,1937,0,0,0adaf27fd2d005e0572d799fc2b6ebb22c73428f,0,0,0,0,0,
+20200324,IL,1535,9934,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,16,,2020-03-24T00:00:00Z,17,262,1351,11469,11469,1613,11469,4,0,42a5e036985e90f88b26d81c62a78ad5f41b05c2,0,0,0,0,0,
+20200324,IN,365,2566,,,1,,,,,,B,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,12,1,2020-03-24T11:00:00Z,18,106,865,2931,2931,971,2931,5,0,f47ce0dec4340bdf1737b5765a0e5759b67707a2,0,0,0,0,0,
+20200324,KS,98,2086,,,,,,,,,B,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,2,,2020-03-24T12:00:00Z,20,16,1669,2184,2184,1685,2184,0,0,c760cc33222a3d1f5ab5d8c8d33de2bd294b5beb,0,0,0,0,0,
+20200324,KY,124,1762,,,,,,,,,A,3/23/2020 17:00,2020-03-23T17:00:00Z,03/23 13:00,4,,2020-03-23T17:00:00Z,21,20,0,1886,1886,20,1886,1,0,1fbc34f9d6a8b66ceb93ec05acd828ca1bf6f34e,0,0,0,0,0,
+20200324,LA,1388,7215,,271,,,,,,,A,3/24/2020 13:00,2020-03-24T13:00:00Z,03/24 09:00,46,,2020-03-24T13:00:00Z,22,216,2439,8603,8603,2655,8603,12,0,3961f45d8d52983e4edcd6a44e04c7447596b601,0,0,0,0,0,
+20200324,MA,1060,12714,,,94,,,,,,B,3/24/2020 12:30,2020-03-24T12:30:00Z,03/24 08:30,26,94,2020-03-24T12:30:00Z,25,382,4451,13774,13774,4833,13774,9,15,83b8dc6fb6b5d305ea6c91c8a70bf9bbdbe43fa8,0,0,0,0,0,
+20200324,MD,349,94,,,,,,,,,D,3/24/2020 10:00,2020-03-24T10:00:00Z,03/24 06:00,3,,2020-03-24T10:00:00Z,24,61,0,443,443,61,443,0,0,856dd9eb3ea90f7d91410465a0d31d8c221bca0d,0,0,0,0,0,
+20200324,ME,125,3014,,,,,,,,,A,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,,,2020-03-24T12:00:00Z,23,18,223,3139,3139,241,3139,0,0,c56149b02dfc4f619c764e2776e02fb6b3c64d6d,0,0,0,0,0,
+20200324,MI,6441,5796,,,,,,,,,D,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,24,,2020-03-24T11:00:00Z,26,652,1099,12237,12237,1751,12237,9,0,038c399b8d1748b37f1920c89e067b71303b3308,0,0,0,0,0,
+20200324,MN,262,5550,,,21,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,1,21,2020-03-24T00:00:00Z,27,27,1039,5812,5812,1066,5812,0,4,09eb230bc750224723f66431d830391fa8aa2866,0,0,0,0,0,
+20200324,MO,183,369,,,,,,,,,C,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,3,,2020-03-23T15:00:00Z,29,0,0,552,552,0,552,0,0,0729b546889ad2980902ddfe4f0629bccb25e7dd,0,0,0,0,0,
+20200324,MP,0,,,,,,,,,,,3/23/2020 01:30,2020-03-23T01:30:00Z,03/22 21:30,0,,2020-03-23T01:30:00Z,69,0,0,0,0,0,0,0,0,3e2c23ea6338272458cfa14b4b349eb91b9d01d1,0,0,0,0,0,
+20200324,MS,320,1552,,,86,,,,,,B,3/23/2020 19:00,2020-03-23T19:00:00Z,03/23 15:00,1,86,2020-03-23T19:00:00Z,28,71,409,1872,1872,480,1872,0,53,78dba5e7752593ce596175c50fcdcdf25787c5fa,0,0,0,0,0,
+20200324,MT,46,1643,,,,,,,,,C,3/24/2020 10:00,2020-03-24T10:00:00Z,03/24 06:00,,,2020-03-24T10:00:00Z,30,12,497,1689,1689,509,1689,0,0,4df99b23da55849d513d23f28c62d3066f2b62e3,0,0,0,0,0,
+20200324,NC,398,8141,,,,,,,,,A,3/24/2020 09:45,2020-03-24T09:45:00Z,03/24 05:45,0,,2020-03-24T09:45:00Z,37,101,0,8539,8539,101,8539,0,0,4f1a48f1ebc2cd490150daa35ec86ba75b816464,0,0,0,0,0,
+20200324,ND,34,1454,,,5,,,,,,B,3/24/2020 11:17,2020-03-24T11:17:00Z,03/24 07:17,0,5,2020-03-24T11:17:00Z,38,4,101,1488,1488,105,1488,0,1,16b74f49bd3a8d19a72a41ae6acec100095797d3,0,0,0,0,0,
+20200324,NE,52,975,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,0,,2020-03-23T00:00:00Z,31,2,619,1027,1027,621,1027,0,0,c8c52e0bd83fc80397e3d33b151499900b027b9e,0,0,0,0,0,
+20200324,NH,101,1447,869,,11,,,,,,B,3/23/2020 09:00,2020-03-23T09:00:00Z,03/23 05:00,1,11,2020-03-23T09:00:00Z,33,23,73,2417,1548,96,1548,1,11,6c7e3a359c0e0e312171f82e24f2f1baffe962de,0,0,0,0,0,
+20200324,NJ,3675,8325,45,,,,,,,,B,3/24/2020 01:30,2020-03-24T01:30:00Z,03/23 21:30,44,,2020-03-24T01:30:00Z,34,831,7966,12045,12000,8797,12000,17,0,ac2202420ba8b130c8071e50386a362c536f3318,0,0,0,0,0,
+20200324,NM,83,5890,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,,,2020-03-23T00:00:00Z,35,18,569,5973,5973,587,5973,0,0,b222dbe3661c0c87fba3159f8e64ca3e2d3160ff,0,0,0,0,0,
+20200324,NV,278,3954,,,,,,,,,A,3/23/2020 14:59,2020-03-23T14:59:00Z,03/23 10:59,4,,2020-03-23T14:59:00Z,32,33,464,4232,4232,497,4232,0,0,b16a06c3e9639c36f0c77e11e2e3e7913485828e,0,0,0,0,0,
+20200324,NY,25665,65605,,3343,4041,,,,,,B,3/24/2020 11:30,2020-03-24T11:30:00Z,03/24 07:30,210,4041,2020-03-24T11:30:00Z,36,4790,8191,91270,91270,12981,91270,96,916,e0a67e758b8372bd75f81d3a2b410f0793c06b53,0,0,0,0,0,
+20200324,OH,564,140,,,145,,,,,,D,3/24/2020 14:00,2020-03-24T14:00:00Z,03/24 10:00,8,145,2020-03-24T14:00:00Z,39,122,0,704,704,122,704,2,41,7788d8b11e82b75a4f4cbc9599bb2d3445b2e7b7,0,0,0,0,0,
+20200324,OK,106,735,,,25,,,,,,A,3/24/2020 08:00,2020-03-24T08:00:00Z,03/24 04:00,3,25,2020-03-24T08:00:00Z,40,25,41,841,841,66,841,1,10,f5e1bceb8654e3ab2019bbbc8d3b21da59100937,0,0,0,0,0,
+20200324,OR,209,4350,,,61,,,,,,A,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,8,61,2020-03-24T11:00:00Z,41,18,701,4559,4559,719,4559,3,5,c7222bb557e2913f83c8ef6b34f968597482d470,0,0,0,0,0,
+20200324,PA,851,8643,,,,,,,,,A,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,7,,2020-03-24T12:00:00Z,42,207,2048,9494,9494,2255,9494,1,0,e1de538ccbf8e5c3b2aff1ce59506827640a47b0,0,0,0,0,0,
+20200324,PR,39,268,42,,,,,,,,A,3/23/2020 07:00,2020-03-23T07:00:00Z,03/23 03:00,2,,2020-03-23T07:00:00Z,72,8,79,349,307,87,307,0,0,74fb8f3e63985bfdab46020aef6f7889177eb16d,0,0,0,0,0,
+20200324,RI,124,1200,77,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,,,2020-03-24T00:00:00Z,44,18,57,1401,1324,75,1324,0,0,8b6cbb0b293bba4861d60050548e79b14b5fc0ca,0,0,0,0,0,
+20200324,SC,298,2012,,,,,,,,,B,3/23/2020 16:35,2020-03-23T16:35:00Z,03/23 12:35,5,,2020-03-23T16:35:00Z,45,0,546,2310,2310,546,2310,0,0,48ba203c0b95af6c2b8687b2e8a29832fd7a1688,0,0,0,0,0,
+20200324,SD,30,790,268,,,,,,,,A,3/24/2020 12:30,2020-03-24T12:30:00Z,03/24 08:30,1,,2020-03-24T12:30:00Z,46,2,28,1088,820,30,820,0,0,ea935e84f111679c9e712c167a115f8b158a937c,0,0,0,0,0,
+20200324,TN,667,10517,,,,,,,,,A,3/24/2020 15:00,2020-03-24T15:00:00Z,03/24 11:00,2,,2020-03-24T15:00:00Z,47,52,7245,11184,11184,7297,11184,0,0,e5b93f7aeb6ff05fe0eaf9675f6c946833cc6a9b,0,0,0,0,0,
+20200324,TX,410,10757,,,,,,,,,A,3/23/2020 21:00,2020-03-23T21:00:00Z,03/23 17:00,9,,2020-03-23T21:00:00Z,48,58,1054,11167,11167,1112,11167,1,0,aab3a09296497ea33810d72750c4638375699415,0,0,0,0,0,
+20200324,UT,299,5524,,,,,,,,,A,3/24/2020 15:00,2020-03-24T15:00:00Z,03/24 11:00,1,,2020-03-24T15:00:00Z,49,42,734,5823,5823,776,5823,0,0,fb68c8157c927f593024eb47059170663bb09a76,0,0,0,0,0,
+20200324,VA,290,4180,,,45,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,7,45,2020-03-24T00:00:00Z,51,36,737,4470,4470,773,4470,1,7,0402e1a68130653005f78f4defd5047ef61394a9,0,0,0,0,0,
+20200324,VI,17,,,,,,,,,,,3/23/2020 20:30,2020-03-23T20:30:00Z,03/23 16:30,,,2020-03-23T20:30:00Z,78,0,0,17,17,0,17,0,0,a3bcd657421a114e7684aa5a900d395a1d36924d,0,0,0,0,0,
+20200324,VT,125,1569,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,7,,2020-03-24T00:00:00Z,50,28,145,1694,1694,173,1694,2,0,0c2bcbba9b2f58732cb28968d9df22f48412f5e9,0,0,0,0,0,
+20200324,WA,4038,53326,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,146,,2020-03-24T00:00:00Z,53,434,4818,57364,57364,5252,57364,9,0,084dbf93c4439c01acdf39afc00b6d9102299a76,0,0,0,0,0,
+20200324,WI,457,8237,,,,,,,,,A,3/24/2020 16:00,2020-03-24T16:00:00Z,03/24 12:00,5,,2020-03-24T16:00:00Z,55,41,1187,8694,8694,1228,8694,0,0,b84c403b1cf531b4473f62241d6d683ba32fe810,0,0,0,0,0,
+20200324,WV,20,610,0,,1,,,,,,B,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,0,1,2020-03-23T00:00:00Z,54,4,166,630,630,170,630,0,0,0f865ccc11464ed071ecdac8f41825f866a4a659,0,0,0,0,0,
+20200324,WY,29,710,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,,,2020-03-24T00:00:00Z,56,3,118,739,739,121,739,0,0,d3f3bc8a069996444a58a571529b30613cde065d,0,0,0,0,0,
+20200323,AK,22,946,,,0,,,,,,A,3/21/2020 16:30,2020-03-21T16:30:00Z,03/21 12:30,0,0,2020-03-21T16:30:00Z,02,0,0,968,968,0,968,0,0,3962cb6f68e43667e5f545acd217c159aa7ce62b,0,0,0,0,0,
+20200323,AL,167,1665,,,,,,,,,C,3/23/2020 12:00,2020-03-23T12:00:00Z,03/23 08:00,0,,2020-03-23T12:00:00Z,01,29,201,1832,1832,230,1832,0,0,fa408bf2d592b96de974d2bf709f6968342dc1af,0,0,0,0,0,
+20200323,AR,174,906,,13,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,0,,2020-03-23T00:00:00Z,05,9,195,1080,1080,204,1080,0,0,fd9cb68adad74731808f453066cdbf7379393ecd,0,0,0,0,0,
+20200323,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,72e41398d759451acfcfe9919f0493dacb7b122f,0,0,0,0,0,
+20200323,AZ,265,309,6,,,,,,,,B,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,2,,2020-03-23T00:00:00Z,04,113,27,580,574,140,574,0,0,9e09f229be11719f1f4745f768272ddecb11db91,0,0,0,0,0,
+20200323,CA,1733,12567,12100,,,,,,,,B,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,27,,2020-03-23T00:00:00Z,06,197,1263,26400,14300,1460,14300,0,0,bac6953d217d06864fafbf7e5831ca49f8216f01,0,0,0,0,0,
+20200323,CO,591,4845,,74,58,,,,,,A,3/22/2020 18:00,2020-03-22T18:00:00Z,03/22 14:00,6,58,2020-03-22T18:00:00Z,08,116,770,5436,5436,886,5436,1,9,d2dc570c42d532c2690f58158590692e11018f6e,0,0,0,0,0,
+20200323,CT,415,4085,,54,,,,,,,A,3/23/2020 16:00,2020-03-23T16:00:00Z,03/23 12:00,10,,2020-03-23T16:00:00Z,09,192,1208,4500,4500,1400,4500,5,0,a6104046940fa9bf0cc20faa0db8219ea029e695,0,0,0,0,0,
+20200323,DC,116,1113,,,,,,,,,A,3/22/2020 19:00,2020-03-22T19:00:00Z,03/22 15:00,2,,2020-03-22T19:00:00Z,11,18,156,1229,1229,174,1229,1,0,7b4974f89de80f7700c5b67dc8577c0a7fe39ef6,0,0,0,0,0,
+20200323,DE,68,36,,,,,,,,,C,3/23/2020 11:15,2020-03-23T11:15:00Z,03/23 07:15,0,,2020-03-23T11:15:00Z,10,12,0,104,104,12,104,0,0,775169b63062d3e8e418fd9620d41524c6c27c19,0,0,0,0,0,
+20200323,FL,1171,11063,860,,217,,,,,,A,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,14,217,2020-03-23T11:00:00Z,12,341,3073,13094,12234,3414,12234,1,32,5a76633870f64f96ee34bc646d63a585decb4889,0,0,0,0,0,
+20200323,GA,772,4297,,,,,,,,,A,3/23/2020 12:00,2020-03-23T12:00:00Z,03/23 08:00,25,,2020-03-23T12:00:00Z,13,172,877,5069,5069,1049,5069,2,0,b60fc9dfd678a4808777ac0ff5a49e1a3df7deef,0,0,0,0,0,
+20200323,GU,29,161,,,,,,,,,,3/23/2020 06:45,2020-03-23T06:45:00Z,03/23 02:45,1,,2020-03-23T06:45:00Z,66,2,35,190,190,37,190,0,0,9fbda86cdf50103ffefd921b7e177e067da5c6ba,0,0,0,0,0,
+20200323,HI,56,2955,,,,,,,,,A,3/22/2020 18:00,2020-03-22T18:00:00Z,03/22 14:00,,,2020-03-22T18:00:00Z,15,8,2692,3011,3011,2700,3011,0,0,6b70ed8c97141739f7ec69adbb12ac0b17e225f6,0,0,0,0,0,
+20200323,IA,105,2043,,,,,,,,,C,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,,,2020-03-23T00:00:00Z,19,15,828,2148,2148,843,2148,0,0,2138a5566578f101a302985c77d82931a7b6abf7,0,0,0,0,0,
+20200323,ID,47,1309,,,,,,,,,A,3/22/2020 19:00,2020-03-22T19:00:00Z,03/22 15:00,0,,2020-03-22T19:00:00Z,16,5,134,1356,1356,139,1356,0,0,0edcaaf0dd08c852b79b137d4f38e01939db3a8c,0,0,0,0,0,
+20200323,IL,1273,8583,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,12,,2020-03-23T00:00:00Z,17,224,1312,9856,9856,1536,9856,3,0,922d52f9bc7dc5b08f2bf424e91995dd6d2aa830,0,0,0,0,0,
+20200323,IN,259,1701,,,1,,,,,,B,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,7,1,2020-03-23T11:00:00Z,18,58,408,1960,1960,466,1960,1,0,8b405d90e8f7f00c2862c5b3d1ac56e73abd1f01,0,0,0,0,0,
+20200323,KS,82,417,,,,,,,,,B,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,2,,2020-03-23T11:00:00Z,20,18,0,499,499,18,499,0,0,37263ce979aba20f83669150074c855ef10c7872,0,0,0,0,0,
+20200323,KY,104,1762,,,,,,,,,A,3/23/2020 09:00,2020-03-23T09:00:00Z,03/23 05:00,3,,2020-03-23T09:00:00Z,21,5,290,1866,1866,295,1866,0,0,f54cbd39c9e51ca8e33eeda5a4f659bbed489412,0,0,0,0,0,
+20200323,LA,1172,4776,,,,,,,,,B,3/23/2020 13:00,2020-03-23T13:00:00Z,03/23 09:00,34,,2020-03-23T13:00:00Z,22,335,2115,5948,5948,2450,5948,14,0,5a4238494e136a532d037d44da83363c603652f8,0,0,0,0,0,
+20200323,MA,678,8263,,,79,,,,,,B,3/23/2020 12:30,2020-03-23T12:30:00Z,03/23 08:30,17,79,2020-03-23T12:30:00Z,25,131,2787,8941,8941,2918,8941,6,8,4a69b05bc889edf436359856185f6dac84e797b7,0,0,0,0,0,
+20200323,MD,288,94,,,,,,,,,D,3/23/2020 10:00,2020-03-23T10:00:00Z,03/23 06:00,3,,2020-03-23T10:00:00Z,24,44,0,382,382,44,382,0,0,2485ada4bc6cc5be984024f5746116b84977727d,0,0,0,0,0,
+20200323,ME,107,2791,,,,,,,,,A,3/23/2020 11:30,2020-03-23T11:30:00Z,03/23 07:30,,,2020-03-23T11:30:00Z,23,18,527,2898,2898,545,2898,0,0,9b526accbc07656aa1fea5a7d09d5d03f7bbf762,0,0,0,0,0,
+20200323,MI,5789,4697,,,,,,,,,D,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,15,,2020-03-23T11:00:00Z,26,691,985,10486,10486,1676,10486,7,0,92ede221df68c9812dbcdcce6d110aced8971d7e,0,0,0,0,0,
+20200323,MN,235,4511,,,17,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,1,17,2020-03-23T00:00:00Z,27,66,0,4746,4746,66,4746,0,5,bcc24b9187b6b898b1595112b052ae9c6d015fad,0,0,0,0,0,
+20200323,MO,183,369,,,,,,,,,C,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,3,,2020-03-23T15:00:00Z,29,93,0,552,552,93,552,0,0,d36a6bb329d38ed59f8972b6b17e947725cdc57e,0,0,0,0,0,
+20200323,MP,0,,,,,,,,,,,3/23/2020 01:30,2020-03-23T01:30:00Z,03/22 21:30,0,,2020-03-23T01:30:00Z,69,0,0,0,0,0,0,0,0,d5d08c07a27881f474e10d551a30a380483e07d8,0,0,0,0,0,
+20200323,MS,249,1143,,,33,,,,,,B,3/22/2020 19:22,2020-03-22T19:22:00Z,03/22 15:22,1,33,2020-03-22T19:22:00Z,28,42,29,1392,1392,71,1392,0,0,7e9e13b306951a46dd8ac6127f1f896f053500c9,0,0,0,0,0,
+20200323,MT,34,1146,,,,,,,,,C,3/23/2020 10:00,2020-03-23T10:00:00Z,03/23 06:00,,,2020-03-23T10:00:00Z,30,3,0,1180,1180,3,1180,0,0,e06f41217d4519fa59932d2eb6294116df6fafac,0,0,0,0,0,
+20200323,NC,297,8141,,,,,,,,,A,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,0,,2020-03-23T15:00:00Z,37,42,1958,8438,8438,2000,8438,0,0,37902c1c0575c0025664ce147a56c0532bc50523,0,0,0,0,0,
+20200323,ND,30,1353,,,4,,,,,,B,3/23/2020 12:11,2020-03-23T12:11:00Z,03/23 08:11,0,4,2020-03-23T12:11:00Z,38,2,93,1383,1383,95,1383,0,1,ddb02b654cf5e8fbaee00c21e8771d882eaa8d9d,0,0,0,0,0,
+20200323,NE,50,356,,,,,,,,,A,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,,2020-03-21T00:00:00Z,31,2,0,406,406,2,406,0,0,f59adc5a7a808389f487012a140d2d010bd731c6,0,0,0,0,0,
+20200323,NH,78,1374,889,,,,,,,,B,3/22/2020 09:00,2020-03-22T09:00:00Z,03/22 05:00,,,2020-03-22T09:00:00Z,33,13,186,2341,1452,199,1452,0,0,f47e4d749fefd16140aa4a4734d5c8bd960545be,0,0,0,0,0,
+20200323,NJ,2844,359,94,,,,,,,,B,3/23/2020 14:00,2020-03-23T14:00:00Z,03/23 10:00,27,,2020-03-23T14:00:00Z,34,930,32,3297,3203,962,3203,7,0,afafe444dcba2f4acf98e98b2face68c4356e4d4,0,0,0,0,0,
+20200323,NM,65,5321,,,,,,,,,A,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,,,2020-03-22T00:00:00Z,35,8,599,5386,5386,607,5386,0,0,e63fddfddf0459f3b45762c5bccc6746f205baac,0,0,0,0,0,
+20200323,NV,245,3490,,,,,,,,,A,3/22/2020 14:59,2020-03-22T14:59:00Z,03/22 10:59,4,,2020-03-22T14:59:00Z,32,55,1042,3735,3735,1097,3735,2,0,00b2426e04c15c6461ca3cfca7fcc2c2b1d162a8,0,0,0,0,0,
+20200323,NY,20875,57414,,2629,3125,,,,,,B,3/23/2020 11:36,2020-03-23T11:36:00Z,03/23 07:36,114,3125,2020-03-23T11:36:00Z,36,5707,11181,78289,78289,16888,78289,0,771,f6aba65a4eddbe6b7d1ff4e22184ad62120024e9,0,0,0,0,0,
+20200323,OH,442,140,,,104,,,,,,D,3/23/2020 14:00,2020-03-23T14:00:00Z,03/23 10:00,6,104,2020-03-23T14:00:00Z,39,91,0,582,582,91,582,3,21,f52949eec1464f41044e3fd133697c8653200568,0,0,0,0,0,
+20200323,OK,81,694,102,,15,,,,,,A,3/23/2020 08:00,2020-03-23T08:00:00Z,03/23 04:00,2,15,2020-03-23T08:00:00Z,40,14,25,877,775,39,775,0,4,404af30342db19f05e560b82bc568007151ee68e,0,0,0,0,0,
+20200323,OR,191,3649,,,56,,,,,,A,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,5,56,2020-03-23T11:00:00Z,41,30,785,3840,3840,815,3840,1,13,b0da0157a704376fc7a42308a2f6cfe13ab91447,0,0,0,0,0,
+20200323,PA,644,6595,,,,,,,,,A,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,6,,2020-03-23T15:00:00Z,42,165,1631,7239,7239,1796,7239,4,0,b422bf5fb915dc8507f96fb84935c5ae0e2b149f,0,0,0,0,0,
+20200323,PR,31,189,35,,,,,,,,A,3/23/2020 07:00,2020-03-23T07:00:00Z,03/23 03:00,2,,2020-03-23T07:00:00Z,72,8,6,255,220,14,220,1,0,2100616b38ffcccac8572756602107ea01973ed5,0,0,0,0,0,
+20200323,RI,106,1143,216,,,,,,,,B,3/23/2020 15:25,2020-03-23T15:25:00Z,03/23 11:25,,,2020-03-23T15:25:00Z,44,23,211,1465,1249,234,1249,0,0,26af8ccc6e7b6f7d21d95fe065074a346e12645a,0,0,0,0,0,
+20200323,SC,298,1466,,,,,,,,,A,3/23/2020 16:35,2020-03-23T16:35:00Z,03/23 12:35,5,,2020-03-23T16:35:00Z,45,103,0,1764,1764,103,1764,2,0,9dd5b998fbd0fab2bb2a6e8035b2019c53b40835,0,0,0,0,0,
+20200323,SD,28,762,265,,,,,,,,A,3/23/2020 10:00,2020-03-23T10:00:00Z,03/23 06:00,1,,2020-03-23T10:00:00Z,46,7,22,1055,790,29,790,0,0,1f8f3368c4a84589acb915895332a59558ff4978,0,0,0,0,0,
+20200323,TN,615,3272,,,,,,,,,B,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,2,,2020-03-23T15:00:00Z,47,110,0,3887,3887,110,3887,2,0,860d29619dafe62bccc9a2dfc64b76c35c33a0e2,0,0,0,0,0,
+20200323,TX,352,9703,,,,,,,,,A,3/23/2020 13:00,2020-03-23T13:00:00Z,03/23 09:00,8,,2020-03-23T13:00:00Z,48,18,1281,10055,10055,1299,10055,3,0,205d9f9353ee9029f3bc8d121a41ad72b1cbc5d6,0,0,0,0,0,
+20200323,UT,257,4790,,,,,,,,,A,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,1,,2020-03-23T15:00:00Z,49,76,1282,5047,5047,1358,5047,0,0,6f10ce7b1655f5c0dca23a574c85e1de00c2eb0a,0,0,0,0,0,
+20200323,VA,254,3443,,,38,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,6,38,2020-03-23T00:00:00Z,51,35,325,3697,3697,360,3697,3,6,a8d9a13eb60eec04b3909c55b7be3097ba110aec,0,0,0,0,0,
+20200323,VI,17,,,,,,,,,,,3/22/2020 20:30,2020-03-22T20:30:00Z,03/22 16:30,,,2020-03-22T20:30:00Z,78,11,0,17,17,11,17,0,0,ceda08c5e7dee5c80e982e8e3ff4ba0c10e6bc80,0,0,0,0,0,
+20200323,VT,97,1424,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,5,,2020-03-23T00:00:00Z,50,21,220,1521,1521,241,1521,3,0,34ddfba86d99759dd6b7b5468bd2465709ffb64a,0,0,0,0,0,
+20200323,WA,3604,48508,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,137,,2020-03-23T00:00:00Z,53,463,4845,52112,52112,5308,52112,11,0,417a9b5e578679f6abf2d5a5fcad8877426da7be,0,0,0,0,0,
+20200323,WI,416,7050,,,,,,,,,A,3/23/2020 16:00,2020-03-23T16:00:00Z,03/23 12:00,5,,2020-03-23T16:00:00Z,55,31,820,7466,7466,851,7466,1,0,ab1bd2c6dbfb4dff5890c633a5a29c3f99318cba,0,0,0,0,0,
+20200323,WV,16,444,4,,1,,,,,,B,3/22/2020 19:00,2020-03-22T19:00:00Z,03/22 15:00,0,1,2020-03-22T19:00:00Z,54,4,59,464,460,63,460,0,0,196fab64c7a8dacceb4b64a36d394baffb11ae90,0,0,0,0,0,
+20200323,WY,26,592,,,,,,,,,A,3/23/2020 14:00,2020-03-23T14:00:00Z,03/23 10:00,,,2020-03-23T14:00:00Z,56,2,154,618,618,156,618,0,0,e6dd6b4bcccf9e8b9501090bd486642c283ba484,0,0,0,0,0,
+20200322,AK,22,946,,,0,,,,,,,3/21/2020 16:30,2020-03-21T16:30:00Z,03/21 12:30,0,0,2020-03-21T16:30:00Z,02,8,188,968,968,196,968,0,0,2d1551f7ce382ac448895b52ea2828da17eb552a,0,0,0,0,0,
+20200322,AL,138,1464,,,,,,,,,,3/22/2020 10:37,2020-03-22T10:37:00Z,03/22 06:37,0,,2020-03-22T10:37:00Z,01,14,1436,1602,1602,1450,1602,0,0,8ab13cae9c6c1381195dac94944d99e053e01e37,0,0,0,0,0,
+20200322,AR,165,711,119,13,,,,,,,,3/22/2020 13:45,2020-03-22T13:45:00Z,03/22 09:45,0,,2020-03-22T13:45:00Z,05,47,144,995,876,191,876,0,0,39cbba752f2068b1d86c288a8a773c68968e858b,0,0,0,0,0,
+20200322,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,7b1bbdb1b6b3a66c476e774479bfb86fef087800,0,0,0,0,0,
+20200322,AZ,152,282,87,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,2,,2020-03-22T00:00:00Z,04,48,42,521,434,90,434,1,0,1d35ecb7de93e43b15c98713b9d4956d700dd4eb,0,0,0,0,0,
+20200322,CA,1536,11304,,,,,,,,,,3/22/2020 13:34,2020-03-22T13:34:00Z,03/22 09:34,27,,2020-03-22T13:34:00Z,06,257,55,12840,12840,312,12840,3,0,2e4edf8b695a1202eb39b093437169e51084cd65,0,0,0,0,0,
+20200322,CO,475,4075,,56,49,,,,,,,3/21/2020 18:00,2020-03-21T18:00:00Z,03/21 14:00,5,49,2020-03-21T18:00:00Z,08,112,758,4550,4550,870,4550,1,5,c6d23e6db0149101f41a25d16e8872aff06bc1bd,0,0,0,0,0,
+20200322,CT,223,2877,,43,,,,,,,,3/21/2020 19:30,2020-03-21T19:30:00Z,03/21 15:30,5,,2020-03-21T19:30:00Z,09,29,771,3100,3100,800,3100,1,0,5e27833d12bb8220672b25a08a04e394e826a08d,0,0,0,0,0,
+20200322,DC,98,957,,,,,,,,,,3/21/2020 19:30,2020-03-21T19:30:00Z,03/21 15:30,1,,2020-03-21T19:30:00Z,11,21,451,1055,1055,472,1055,0,0,9c76ad8003fdac3255d257fc807f1eb8e8c839f6,0,0,0,0,0,
+20200322,DE,56,36,,,,,,,,,,3/22/2020 16:15,2020-03-22T16:15:00Z,03/22 12:15,0,,2020-03-22T16:15:00Z,10,11,0,92,92,11,92,0,0,1d32b01e39b56331bd6d02e29232afea2df4bc8f,0,0,0,0,0,
+20200322,FL,830,7990,963,,185,,,,,,,3/22/2020 11:00,2020-03-22T11:00:00Z,03/22 07:00,13,185,2020-03-22T11:00:00Z,12,172,1411,9783,8820,1583,8820,1,27,f8a53ac04cab2284aebdd81d3e8dfd093b7fdbf1,0,0,0,0,0,
+20200322,GA,600,3420,,,,,,,,,,3/22/2020 12:00,2020-03-22T12:00:00Z,03/22 08:00,23,,2020-03-22T12:00:00Z,13,93,863,4020,4020,956,4020,9,0,868f23f9310ef0c6225a6479b807a3bdb705db70,0,0,0,0,0,
+20200322,GU,27,126,,,,,,,,,,3/22/2020 07:00,2020-03-22T07:00:00Z,03/22 03:00,1,,2020-03-22T07:00:00Z,66,12,18,153,153,30,153,1,0,15b74739d8b6afd458ddfd04c1202a13323af025,0,0,0,0,0,
+20200322,HI,48,263,,,,,,,,,,3/21/2020 18:00,2020-03-21T18:00:00Z,03/21 14:00,,,2020-03-21T18:00:00Z,15,11,139,311,311,150,311,0,0,b7d8b88d9da6953e2086c2e0fd272a2b9346adbc,0,0,0,0,0,
+20200322,IA,90,1215,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,,,2020-03-22T00:00:00Z,19,22,166,1305,1305,188,1305,0,0,e348f5349fb15e19a6418eab86908948923a7244,0,0,0,0,0,
+20200322,ID,42,1175,,,,,,,,,,3/21/2020 19:55,2020-03-21T19:55:00Z,03/21 15:55,0,,2020-03-21T19:55:00Z,16,11,295,1217,1217,306,1217,0,0,bbf9109a6b29909f6554ff932e1b9be988f6f394,0,0,0,0,0,
+20200322,IL,1049,7271,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,9,,2020-03-22T00:00:00Z,17,296,1783,8320,8320,2079,8320,3,0,5741b86b9666407a3d175a9d7c88470fc1add0e7,0,0,0,0,0,
+20200322,IN,201,1293,,,1,,,,,,,3/13/2020 00:59,2020-03-13T00:59:00Z,03/12 20:59,6,1,2020-03-13T00:59:00Z,18,75,586,1494,1494,661,1494,2,0,59fc32832102aa8315fafddad2cf35b7e139d241,0,0,0,0,0,
+20200322,KS,64,417,,,,,,,,,,3/21/2020 11:00,2020-03-21T11:00:00Z,03/21 07:00,2,,2020-03-21T11:00:00Z,20,9,0,481,481,9,481,0,0,67ba279272e6acef83fc236c738ded9d1f5b378b,0,0,0,0,0,
+20200322,KY,99,1472,,,,,,,,,,3/22/2020 09:00,2020-03-22T09:00:00Z,03/22 05:00,3,,2020-03-22T09:00:00Z,21,45,758,1571,1571,803,1571,1,0,134bdd4d114c09cfd9b21bbaa7be9c4f794dd21f,0,0,0,0,0,
+20200322,LA,837,2661,,,,,,,,,,3/22/2020 10:00,2020-03-22T10:00:00Z,03/22 06:00,20,,2020-03-22T10:00:00Z,22,257,481,3498,3498,738,3498,4,0,6e0e97ba5f0d9a4c670dd0bb71b907fe838014a7,0,0,0,0,0,
+20200322,MA,547,5476,,,71,,,,,,,3/22/2020 16:00,2020-03-22T16:00:00Z,03/22 12:00,11,71,2020-03-22T16:00:00Z,25,121,677,6023,6023,798,6023,4,10,7ddbae18e0dfbbdb1286d713c49a4c05bbaf545c,0,0,0,0,0,
+20200322,MD,244,94,,,,,,,,,,3/22/2020 10:00,2020-03-22T10:00:00Z,03/22 06:00,3,,2020-03-22T10:00:00Z,24,54,0,338,338,54,338,1,0,071fd9957dad108277f535bcff61f3b9f3316ed4,0,0,0,0,0,
+20200322,ME,89,2264,,,,,,,,,,3/22/2020 12:15,2020-03-22T12:15:00Z,03/22 08:15,,,2020-03-22T12:15:00Z,23,16,0,2353,2353,16,2353,0,0,0d2b366d8988fc86c12583f3920f7ec4d6db2c1a,0,0,0,0,0,
+20200322,MI,5098,3712,,,,,,,,,,3/22/2020 15:00,2020-03-22T15:00:00Z,03/22 11:00,8,,2020-03-22T15:00:00Z,26,555,16,8810,8810,571,8810,3,0,b727fe00d8585326169900ab3c65b729e3933ffa,0,0,0,0,0,
+20200322,MN,169,4511,,,12,,,,,,,3/21/2020 12:10,2020-03-21T12:10:00Z,03/21 08:10,1,12,2020-03-21T12:10:00Z,27,31,559,4680,4680,590,4680,0,12,4560481fb49acb54add595ae9b335558755f7bc6,0,0,0,0,0,
+20200322,MO,90,369,,,,,,,,,,3/21/2020 22:00,2020-03-21T22:00:00Z,03/21 18:00,3,,2020-03-21T22:00:00Z,29,17,0,459,459,17,459,0,0,692f86e889f075a6aeb752a64b79cb15772d6ced,0,0,0,0,0,
+20200322,MP,0,,,,,,,,,,,3/22/2020 01:30,2020-03-22T01:30:00Z,03/21 21:30,0,,2020-03-22T01:30:00Z,69,0,0,0,0,0,0,0,0,16f037d580886d6d05d29ba0325c0c331a39b85b,0,0,0,0,0,
+20200322,MS,207,1114,,,33,,,,,,,3/22/2020 11:20,2020-03-22T11:20:00Z,03/22 07:20,1,33,2020-03-22T11:20:00Z,28,67,419,1321,1321,486,1321,0,33,ab29a32d7c7da0bd4ead0008add79fd4c8b515a0,0,0,0,0,0,
+20200322,MT,31,1146,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,,,2020-03-22T00:00:00Z,30,11,0,1177,1177,11,1177,0,0,469804ab6563bf22b3d91361a9cea4fed3c5c361,0,0,0,0,0,
+20200322,NC,255,6183,,,,,,,,,,3/22/2020 10:16,2020-03-22T10:16:00Z,03/22 06:16,0,,2020-03-22T10:16:00Z,37,71,1091,6438,6438,1162,6438,0,0,f35fb9ed088c3f905c7cf1da1c3cfe9b6a707427,0,0,0,0,0,
+20200322,ND,28,1260,,,3,,,,,,,3/22/2020 11:39,2020-03-22T11:39:00Z,03/22 07:39,0,3,2020-03-22T11:39:00Z,38,0,119,1288,1288,119,1288,0,0,3277f938b77e514cf8fdef32906eea51a7277906,0,0,0,0,0,
+20200322,NE,48,356,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,,2020-03-21T00:00:00Z,31,10,0,404,404,10,404,0,0,04f3d769219006015335e90604dff6bf1ec231b1,0,0,0,0,0,
+20200322,NH,65,1188,959,,,,,,,,,3/21/2020 09:00,2020-03-21T09:00:00Z,03/21 05:00,,,2020-03-21T09:00:00Z,33,10,215,2212,1253,225,1253,0,0,59aa9241d0a9d535688506ce2f24ccf982c15371,0,0,0,0,0,
+20200322,NJ,1914,327,49,,,,,,,,,3/22/2020 13:30,2020-03-22T13:30:00Z,03/22 09:30,20,,2020-03-22T13:30:00Z,34,587,33,2290,2241,620,2241,4,0,a981e1d802b75bfec4819831937397c0d2d43ee5,0,0,0,0,0,
+20200322,NM,57,4722,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,,,2020-03-21T00:00:00Z,35,0,951,4779,4779,951,4779,0,0,ed27f97c19a1efec6edf536676eafc092add7877,0,0,0,0,0,
+20200322,NV,190,2448,,,,,,,,,,3/21/2020 14:00,2020-03-21T14:00:00Z,03/21 10:00,2,,2020-03-21T14:00:00Z,32,66,64,2638,2638,130,2638,0,0,f4474430abdd883b4f9321eae2b6765a5be2833f,0,0,0,0,0,
+20200322,NY,15168,46233,,2043,2354,,,,,,,3/22/2020 11:00,2020-03-22T11:00:00Z,03/22 07:00,114,2354,2020-03-22T11:00:00Z,36,4812,11152,61401,61401,15964,61401,70,823,7c6d90769996d158a58473ed0ffa92734a7bccf5,0,0,0,0,0,
+20200322,OH,351,140,,,83,,,,,,,3/20/2020 14:00,2020-03-20T14:00:00Z,03/20 10:00,3,83,2020-03-20T14:00:00Z,39,104,0,491,491,104,491,0,25,fd50b3a03a00909277a077673641d2eeca32a5c8,0,0,0,0,0,
+20200322,OK,67,669,102,,11,,,,,,,3/22/2020 08:00,2020-03-22T08:00:00Z,03/22 04:00,2,11,2020-03-22T08:00:00Z,40,14,109,838,736,123,736,1,1,72a488aa1fb1c36c5bfd641a54172d7a4747a2e5,0,0,0,0,0,
+20200322,OR,161,2864,,,43,,,,,,,3/22/2020 11:00,2020-03-22T11:00:00Z,03/22 07:00,4,43,2020-03-22T11:00:00Z,41,47,861,3025,3025,908,3025,1,43,85bbc2f5a71aed374169c2b17278cb77282e27c7,0,0,0,0,0,
+20200322,PA,479,4964,,,,,,,,,,3/22/2020 12:00,2020-03-22T12:00:00Z,03/22 08:00,2,,2020-03-22T12:00:00Z,42,108,1198,5443,5443,1306,5443,0,0,d96e61fbf22867db70c768ecc83d0500d168d9e8,0,0,0,0,0,
+20200322,PR,23,183,69,,,,,,,,,3/22/2020 07:00,2020-03-22T07:00:00Z,03/22 03:00,1,,2020-03-22T07:00:00Z,72,2,40,275,206,42,206,1,0,2dc0e139b494b70c56fa5a456e0ba86ca533b502,0,0,0,0,0,
+20200322,RI,83,932,216,,,,,,,,,3/22/2020 15:25,2020-03-22T15:25:00Z,03/22 11:25,,,2020-03-22T15:25:00Z,44,17,70,1231,1015,87,1015,0,0,17e0efeb676ae73d0b36fd3043a3255a398ba88f,0,0,0,0,0,
+20200322,SC,195,1466,,,,,,,,,,3/22/2020 15:40,2020-03-22T15:40:00Z,03/22 11:40,3,,2020-03-22T15:40:00Z,45,43,211,1661,1661,254,1661,2,0,d7c1098ff3f22888e34b2909e8ee887461a868e2,0,0,0,0,0,
+20200322,SD,21,740,277,,,,,,,,,3/22/2020 12:30,2020-03-22T12:30:00Z,03/22 08:30,1,,2020-03-22T12:30:00Z,46,7,49,1038,761,56,761,0,0,dd8d50ff481a2c776a6c2d9af0d9ed793892ed5f,0,0,0,0,0,
+20200322,TN,505,3272,,,,,,,,,,3/22/2020 15:00,2020-03-22T15:00:00Z,03/22 11:00,,,2020-03-22T15:00:00Z,47,134,0,3777,3777,134,3777,0,0,5fe23b30c7e7f592a895ac9c2624cc8a082cb612,0,0,0,0,0,
+20200322,TX,334,8422,,,,,,,,,,3/21/2020 21:00,2020-03-21T21:00:00Z,03/21 17:00,5,,2020-03-21T21:00:00Z,48,30,2204,8756,8756,2234,8756,0,0,ba2a5930f4129e860718015f2a5e77bf9e99adca,0,0,0,0,0,
+20200322,UT,181,3508,,,,,,,,,,3/22/2020 15:00,2020-03-22T15:00:00Z,03/22 11:00,1,,2020-03-22T15:00:00Z,49,45,1084,3689,3689,1129,3689,1,0,16bb1ce0d9e96b1d35713a459523fa35c4c1a53c,0,0,0,0,0,
+20200322,VA,219,3118,,,32,,,,,,,3/21/2020 17:00,2020-03-21T17:00:00Z,03/21 13:00,3,32,2020-03-21T17:00:00Z,51,67,480,3337,3337,547,3337,1,7,807362afea6aeb5b0153cdf1d5a792a8507d3914,0,0,0,0,0,
+20200322,VI,6,,,,,,,,,,,3/21/2020 20:30,2020-03-21T20:30:00Z,03/21 16:30,,,2020-03-21T20:30:00Z,78,0,0,6,6,0,6,0,0,2b193831e8a85042c7e793eadab55d3484a4f639,0,0,0,0,0,
+20200322,VT,76,1204,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,2,,2020-03-22T00:00:00Z,50,24,124,1280,1280,148,1280,0,0,56119f3cc9a1caf3f557fdbf9bc98498225cdc55,0,0,0,0,0,
+20200322,WA,3141,43663,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,126,,2020-03-22T00:00:00Z,53,183,1707,46804,46804,1890,46804,15,0,3b35a7a02ea8688b8359c5e917607e067327113d,0,0,0,0,0,
+20200322,WI,385,6230,,,,,,,,,,3/22/2020 04:00,2020-03-22T04:00:00Z,03/22 00:00,4,,2020-03-22T04:00:00Z,55,104,1602,6615,6615,1706,6615,0,0,8402d775fc2510e93e57e8e6dcf3c966187641c4,0,0,0,0,0,
+20200322,WV,12,385,1,,1,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,1,2020-03-21T00:00:00Z,54,1,55,398,397,56,397,0,0,1d7a8de6813c864a0767064397b6877b15fcf39b,0,0,0,0,0,
+20200322,WY,24,438,,,,,,,,,,3/21/2020 23:00,2020-03-21T23:00:00Z,03/21 19:00,,,2020-03-21T23:00:00Z,56,1,0,462,462,1,462,0,0,bec3fc758272f836ddbeecfc2e3c230cc78c842d,0,0,0,0,0,
+20200321,AK,14,758,,,0,,,,,,,3/21/2020 16:30,2020-03-21T16:30:00Z,03/21 12:30,0,0,2020-03-21T16:30:00Z,02,2,72,772,772,74,772,0,0,e73dfbbbeb619a668a4309888e3c89354036e74e,0,0,0,0,0,
+20200321,AL,124,28,,,,,,,,,,3/21/2020 11:20,2020-03-21T11:20:00Z,03/21 07:20,0,,2020-03-21T11:20:00Z,01,43,0,152,152,43,152,0,0,8ffcc932b2a4e672301f8c125d3061e96127cff1,0,0,0,0,0,
+20200321,AR,118,567,154,,,,,,,,,3/21/2020 13:47,2020-03-21T13:47:00Z,03/21 09:47,,,2020-03-21T13:47:00Z,05,22,216,839,685,238,685,0,0,6187d2c722a45be581790a0dcad360e47efa608f,0,0,0,0,0,
+20200321,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,da7fcb23179c3ad25d3355f1d0f9dbfcc888b53a,0,0,0,0,0,
+20200321,AZ,104,240,122,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,1,,2020-03-21T00:00:00Z,04,39,29,466,344,68,344,1,0,2521ed6fd8992a32c7b496b6083f4bb829944976,0,0,0,0,0,
+20200321,CA,1279,11249,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,24,,2020-03-21T00:00:00Z,06,216,825,12528,12528,1041,12528,4,0,9fbeea9a81c2ae05d7e97e47f93fb35193b083a6,0,0,0,0,0,
+20200321,CO,363,3317,,,44,,,,,,,3/20/2020 18:00,2020-03-20T18:00:00Z,03/20 14:00,4,44,2020-03-20T18:00:00Z,08,86,642,3680,3680,728,3680,1,44,8daa26dc0d51b57fe15847d1b9cf1c5f224d69a3,0,0,0,0,0,
+20200321,CT,194,2106,,,,,,,,,,3/20/2020 20:44,2020-03-20T20:44:00Z,03/20 16:44,4,,2020-03-20T20:44:00Z,09,0,1502,2300,2300,1502,2300,1,0,1c157eea3d5719aca4a2a7c99585cedfbfd6bbca,0,0,0,0,0,
+20200321,DC,77,506,0,,,,,,,,,3/20/2020 20:00,2020-03-20T20:00:00Z,03/20 16:00,1,,2020-03-20T20:00:00Z,11,6,5,583,583,11,583,0,0,934d33c3c4e4f1b34074ee09e2f4f20d270748ba,0,0,0,0,0,
+20200321,DE,45,36,,,,,,,,,,3/21/2020 15:15,2020-03-21T15:15:00Z,03/21 11:15,0,,2020-03-21T15:15:00Z,10,7,0,81,81,7,81,0,0,5566b06bab0f18e043f08e3c9c2763a15da4d489,0,0,0,0,0,
+20200321,FL,658,6579,1002,,158,,,,,,,3/21/2020 11:00,2020-03-21T11:00:00Z,03/21 07:00,12,158,2020-03-21T11:00:00Z,12,138,4709,8239,7237,4847,7237,2,158,e98c8ad6d2122aff7d12f3e38484c376ab0fac4a,0,0,0,0,0,
+20200321,GA,507,2557,,,,,,,,,,3/21/2020 12:00,2020-03-21T12:00:00Z,03/21 08:00,14,,2020-03-21T12:00:00Z,13,87,591,3064,3064,678,3064,1,0,1498911444ba1c6315ac3a4bcfd335fd0ee8656e,0,0,0,0,0,
+20200321,GU,15,108,,,,,,,,,,3/21/2020 07:15,2020-03-21T07:15:00Z,03/21 03:15,,,2020-03-21T07:15:00Z,66,1,22,123,123,23,123,0,0,a80554b2a4ecd55e7936ef6bf48116480b012bad,0,0,0,0,0,
+20200321,HI,37,124,,,,,,,,,,3/20/2020 18:00,2020-03-20T18:00:00Z,03/20 14:00,,,2020-03-20T18:00:00Z,15,11,0,161,161,11,161,0,0,7db4804705f27bc317b6a1e756a342b030d686d9,0,0,0,0,0,
+20200321,IA,68,1049,,,,,,,,,,3/21/2020 14:20,2020-03-21T14:20:00Z,03/21 10:20,,,2020-03-21T14:20:00Z,19,23,407,1117,1117,430,1117,0,0,f18f9498418465b37851f55c71c654f775eea7ac,0,0,0,0,0,
+20200321,ID,31,880,,,,,,,,,,3/20/2020 19:00,2020-03-20T19:00:00Z,03/20 15:00,,,2020-03-20T19:00:00Z,16,8,290,911,911,298,911,0,0,42f5b743f04e62fe962ce187450c14eea5b57e45,0,0,0,0,0,
+20200321,IL,753,5488,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,6,,2020-03-21T00:00:00Z,17,168,1792,6241,6241,1960,6241,1,0,3edfb00ca78506e731ce376e9aad016cf34d4f72,0,0,0,0,0,
+20200321,IN,126,707,,,1,,,,,,,3/21/2020 00:59,2020-03-21T00:59:00Z,03/20 20:59,4,1,2020-03-21T00:59:00Z,18,47,232,833,833,279,833,2,1,ea2cea3ccf4ed7ce1d71eff98f31fecf094c5fb7,0,0,0,0,0,
+20200321,KS,55,417,,,,,,,,,,3/21/2020 11:00,2020-03-21T11:00:00Z,03/21 07:00,2,,2020-03-21T11:00:00Z,20,11,0,472,472,11,472,1,0,1a78bfecb862623021a60bda50356a33d363e34a,0,0,0,0,0,
+20200321,KY,54,714,,,,,,,,,,3/21/2020 09:00,2020-03-21T09:00:00Z,03/21 05:00,2,,2020-03-21T09:00:00Z,21,7,122,768,768,129,768,1,0,7f323f2e2a178bc8eaf6a2578b4a3645b88f6122,0,0,0,0,0,
+20200321,LA,580,2180,,,,,,,,,,3/21/2020 10:30,2020-03-21T10:30:00Z,03/21 06:30,16,,2020-03-21T10:30:00Z,22,107,1612,2760,2760,1719,2760,4,0,d35cbba09410123207a9ee2b0e99489be85e26e1,0,0,0,0,0,
+20200321,MA,426,4799,,,61,,,,,,,3/21/2020 16:00,2020-03-21T16:00:00Z,03/21 12:00,7,61,2020-03-21T16:00:00Z,25,112,1004,5225,5225,1116,5225,2,61,192b0abbbaf950fb772d863b6970388e5a29c2f9,0,0,0,0,0,
+20200321,MD,190,94,,,,,,,,,,3/21/2020 10:00,2020-03-21T10:00:00Z,03/21 06:00,2,,2020-03-21T10:00:00Z,24,41,0,284,284,41,284,1,0,cc191df076e342c8a5821a509943756a2a7a4e81,0,0,0,0,0,
+20200321,ME,73,2264,,,,,,,,,,3/21/2020 13:30,2020-03-21T13:30:00Z,03/21 09:30,,,2020-03-21T13:30:00Z,23,16,0,2337,2337,16,2337,0,0,8d90bad4c706f8b7bcdbc1058e7a0d955d391310,0,0,0,0,0,
+20200321,MI,4543,3696,,,,,,,,,,3/21/2020 13:44,2020-03-21T13:44:00Z,03/21 09:44,5,,2020-03-21T13:44:00Z,26,516,950,8239,8239,1466,8239,2,0,fca95359b100b918819928968a2c4dda0bcf5281,0,0,0,0,0,
+20200321,MN,138,3952,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,1,,2020-03-21T00:00:00Z,27,23,211,4090,4090,234,4090,1,0,a94a2c83b1fbff6774df5ae956bc718d77ab74bf,0,0,0,0,0,
+20200321,MO,73,369,,,,,,,,,,3/20/2020 22:00,2020-03-20T22:00:00Z,03/20 18:00,3,,2020-03-20T22:00:00Z,29,26,0,442,442,26,442,2,0,7e0606d6f07c4bc978283e692fcf43d7f004cebc,0,0,0,0,0,
+20200321,MP,0,,,,,,,,,,,3/21/2020 02:30,2020-03-21T02:30:00Z,03/20 22:30,0,,2020-03-21T02:30:00Z,69,0,0,0,0,0,0,0,0,afc634ffd675c433a5309d7efa9da461c7197d06,0,0,0,0,0,
+20200321,MS,140,695,,,,,,,,,,3/20/2020 19:00,2020-03-20T19:00:00Z,03/20 15:00,1,,2020-03-20T19:00:00Z,28,60,0,835,835,60,835,0,0,65bd39b2a1bc1367e17a8295a40f2d418a79f80b,0,0,0,0,0,
+20200321,MT,20,1146,,,,,,,,,,3/20/2020 21:24,2020-03-20T21:24:00Z,03/20 17:24,,,2020-03-20T21:24:00Z,30,4,215,1166,1166,219,1166,0,0,f8c4ec425aa52d2909b49ccdcd5dab8f8e6b7558,0,0,0,0,0,
+20200321,NC,184,5092,,,,,,,,,,3/21/2020 10:30,2020-03-21T10:30:00Z,03/21 06:30,0,,2020-03-21T10:30:00Z,37,47,1996,5276,5276,2043,5276,0,0,54f1680031ad6a34b41c415ee3e1535e47235be8,0,0,0,0,0,
+20200321,ND,28,1141,,,3,,,,,,,3/21/2020 11:56,2020-03-21T11:56:00Z,03/21 07:56,0,3,2020-03-21T11:56:00Z,38,8,341,1169,1169,349,1169,0,3,9e032e226268e86d1fcc7c069b07e84130549cbb,0,0,0,0,0,
+20200321,NE,38,356,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,31,6,116,394,394,122,394,0,0,aeb24b8c6cf2fb75465e34e28c286c56d3971ace,0,0,0,0,0,
+20200321,NH,55,973,942,,,,,,,,,3/20/2020 09:00,2020-03-20T09:00:00Z,03/20 05:00,,,2020-03-20T09:00:00Z,33,11,228,1970,1028,239,1028,0,0,b264e3d954883af29faaeda0443fd97358883bdd,0,0,0,0,0,
+20200321,NJ,1327,294,40,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,16,,2020-03-21T13:00:00Z,34,437,30,1661,1621,467,1621,5,0,ed1a984ea4f0120b50024494d67505f32f4a5cef,0,0,0,0,0,
+20200321,NM,57,3771,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,,,2020-03-21T00:00:00Z,35,14,0,3828,3828,14,3828,0,0,cca1e1c1cf089f68fd25306a0f74c4c62a80a812,0,0,0,0,0,
+20200321,NV,124,2384,,,,,,,,,,3/21/2020 02:59,2020-03-21T02:59:00Z,03/20 22:59,2,,2020-03-21T02:59:00Z,32,15,392,2508,2508,407,2508,1,0,673cd9d89c1838d478148ceff1aa7835eac373c1,0,0,0,0,0,
+20200321,NY,10356,35081,,1436,1531,,,,,,,3/20/2020 21:22,2020-03-20T21:22:00Z,03/20 17:22,44,1531,2020-03-20T21:22:00Z,36,3254,9756,45437,45437,13010,45437,9,1531,1b5ee3ed58aed0db25af643cd4ee8b6971fb02bd,0,0,0,0,0,
+20200321,OH,247,140,,,58,,,,,,,3/21/2020 14:00,2020-03-21T14:00:00Z,03/21 10:00,3,58,2020-03-21T14:00:00Z,39,78,0,387,387,78,387,2,58,218c1312aeb9ca9151e3407c1cfb0d79ee8a9670,0,0,0,0,0,
+20200321,OK,53,560,144,,10,,,,,,,3/21/2020 08:00,2020-03-21T08:00:00Z,03/21 04:00,1,10,2020-03-21T08:00:00Z,40,4,22,757,613,26,613,0,10,7b6084272066b3fcc63567727354224401df3739,0,0,0,0,0,
+20200321,OR,114,2003,433,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,3,,2020-03-20T11:00:00Z,41,0,0,2550,2117,0,2117,0,0,f651e5568caf8c4965adb26c56eb2d1b70f6587a,0,0,0,0,0,
+20200321,PA,371,3766,,,,,,,,,,3/21/2020 12:00,2020-03-21T12:00:00Z,03/21 08:00,2,,2020-03-21T12:00:00Z,42,103,1192,4137,4137,1295,4137,1,0,87d17ee49f76ab252def10ecf6a17f85ccc8dc56,0,0,0,0,0,
+20200321,PR,21,143,71,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,,,2020-03-21T13:00:00Z,72,7,29,235,164,36,164,0,0,d1a8f159cab895ff5e2f45a04c7be8145a54f4da,0,0,0,0,0,
+20200321,RI,66,862,290,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,,,2020-03-21T00:00:00Z,44,12,62,1218,928,74,928,0,0,c200d43d959ba7885c3e734739db8666adb14404,0,0,0,0,0,
+20200321,SC,152,1255,,,,,,,,,,3/20/2020 16:45,2020-03-20T16:45:00Z,03/20 12:45,1,,2020-03-20T16:45:00Z,45,71,422,1407,1407,493,1407,0,0,42bf058c85c9faaa3a4bd15ef0f2a84486ff8c13,0,0,0,0,0,
+20200321,SD,14,691,268,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,1,,2020-03-21T13:00:00Z,46,0,28,973,705,28,705,0,0,c4c77a79c58f3a626885b4b884c4dd60ed2b4c05,0,0,0,0,0,
+20200321,TN,371,3272,,,,,,,,,,3/20/2020 22:48,2020-03-20T22:48:00Z,03/20 18:48,,,2020-03-20T22:48:00Z,47,143,2709,3643,3643,2852,3643,0,0,32df02d01dbd1debe337f4a187542716b8134988,0,0,0,0,0,
+20200321,TX,304,6218,,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,5,,2020-03-21T13:00:00Z,48,110,1135,6522,6522,1245,6522,0,0,f5435bf97a4676d30f8b07ec8a8cbb01f00889b4,0,0,0,0,0,
+20200321,UT,136,2424,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,,2020-03-21T00:00:00Z,49,24,389,2560,2560,413,2560,0,0,62cf45c16e5d7aa111e6a91c08f1d72570b36f1b,0,0,0,0,0,
+20200321,VA,152,2638,,,25,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,2,25,2020-03-21T00:00:00Z,51,38,427,2790,2790,465,2790,0,25,f4bbedf2400491f6943486653a7497d7eaf48bdd,0,0,0,0,0,
+20200321,VI,6,,,,,,,,,,,3/20/2020 20:30,2020-03-20T20:30:00Z,03/20 16:30,,,2020-03-20T20:30:00Z,78,3,0,6,6,3,6,0,0,bd00fd7579bd26b6de1dcb04c95a28d9ba74f378,0,0,0,0,0,
+20200321,VT,52,1080,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,2,,2020-03-21T00:00:00Z,50,8,123,1132,1132,131,1132,0,0,8476bea5a65f06e7dfa7b863c3317ff2ae2537ea,0,0,0,0,0,
+20200321,WA,2958,41956,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,111,,2020-03-21T00:00:00Z,53,194,2151,44914,44914,2345,44914,7,0,4976390231a8330dfebd605321183805c88ec7b8,0,0,0,0,0,
+20200321,WI,281,4628,,,,,,,,,,3/21/2020 16:00,2020-03-21T16:00:00Z,03/21 12:00,4,,2020-03-21T16:00:00Z,55,75,1173,4909,4909,1248,4909,1,0,88a2ea36e377b96d43b0da6da3ca40837b3da0dd,0,0,0,0,0,
+20200321,WV,11,330,2,,1,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,1,2020-03-21T00:00:00Z,54,4,111,343,341,115,341,0,1,a0ac2d32718459f465bd029b21c0fbda3ab54019,0,0,0,0,0,
+20200321,WY,23,438,,,,,,,,,,3/21/2020 12:30,2020-03-21T12:30:00Z,03/21 08:30,,,2020-03-21T12:30:00Z,56,4,107,461,461,111,461,0,0,1a98c6cc443c920d824b36a533c53b38bea0a2c2,0,0,0,0,0,
+20200320,AK,12,686,,,,,,,,,,3/20/2020 16:30,2020-03-20T16:30:00Z,03/20 12:30,0,,2020-03-20T16:30:00Z,02,6,254,698,698,260,698,0,0,9a152d074fa0fc07d314a5689dbda7f47d97f288,0,0,0,0,0,
+20200320,AL,81,28,,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,0,,2020-03-20T11:00:00Z,01,13,0,109,109,13,109,0,0,7ccbc06349d0bee1e04d7f3b9892fc38f55c1fb0,0,0,0,0,0,
+20200320,AR,96,351,203,,,,,,,,,3/20/2020 14:19,2020-03-20T14:19:00Z,03/20 10:19,,,2020-03-20T14:19:00Z,05,50,41,650,447,91,447,0,0,fd6e8f0d25f15d185164af0ab3b4819103d19949,0,0,0,0,0,
+20200320,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,2fe8ce5365f385eefd65c9a1f0065240ec1e2638,0,0,0,0,0,
+20200320,AZ,65,211,101,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,04,21,36,377,276,57,276,0,0,e95bf7db9cf1737437d57d2076754dc1d2096da8,0,0,0,0,0,
+20200320,CA,1063,10424,,,,,,,,,,3/20/2020 14:41,2020-03-20T14:41:00Z,03/20 10:41,20,,2020-03-20T14:41:00Z,06,139,1637,11487,11487,1776,11487,2,0,2fc3f79f49117398a8e3f3b1b71183a0319f5445,0,0,0,0,0,
+20200320,CO,277,2675,,,,,,,,,,3/20/2020 14:42,2020-03-20T14:42:00Z,03/20 10:42,3,,2020-03-20T14:42:00Z,08,61,563,2952,2952,624,2952,1,0,b4b9c0abe3a79e31683fcfc9d1508f4a0efce90c,0,0,0,0,0,
+20200320,CT,194,604,,,,,,,,,,3/20/2020 15:30,2020-03-20T15:30:00Z,03/20 11:30,3,,2020-03-20T15:30:00Z,09,98,0,798,798,98,798,2,0,89edf883366f1e07f403cd6e0c40ddb0cfb24084,0,0,0,0,0,
+20200320,DC,71,501,1,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,1,,2020-03-20T00:00:00Z,11,32,348,573,572,380,572,1,0,b7cc0f2b2b5249c27a671c83946d259fcce5e9af,0,0,0,0,0,
+20200320,DE,38,36,,,,,,,,,,3/20/2020 10:00,2020-03-20T10:00:00Z,03/20 06:00,0,,2020-03-20T10:00:00Z,10,8,0,74,74,8,74,0,0,a7d973b2877faeb8640cc2465229376bd9852409,0,0,0,0,0,
+20200320,FL,520,1870,1026,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,10,,2020-03-20T11:00:00Z,12,130,337,3416,2390,467,2390,2,0,cb854abbc9c17d1a340b5a6ea4f54213b6760b52,0,0,0,0,0,
+20200320,GA,420,1966,,,,,,,,,,3/20/2020 12:00,2020-03-20T12:00:00Z,03/20 08:00,13,,2020-03-20T12:00:00Z,13,133,422,2386,2386,555,2386,3,0,14411b72d72d953d9fcbcef4847a617e456b4d8d,0,0,0,0,0,
+20200320,GU,14,86,,,,,,,,,,3/20/2020 05:15,2020-03-20T05:15:00Z,03/20 01:15,,,2020-03-20T05:15:00Z,66,2,17,100,100,19,100,0,0,aa5c282254874419e60de90c71b6be6ff22b26f3,0,0,0,0,0,
+20200320,HI,26,124,,,,,,,,,,3/19/2020 18:00,2020-03-19T18:00:00Z,03/19 14:00,,,2020-03-19T18:00:00Z,15,10,31,150,150,41,150,0,0,cd124b12423b67b37d45881e256f8fddb7031eff,0,0,0,0,0,
+20200320,IA,45,642,,,,,,,,,,3/20/2020 16:15,2020-03-20T16:15:00Z,03/20 12:15,,,2020-03-20T16:15:00Z,19,7,559,687,687,566,687,0,0,dc1e4c8de6647762a7c1a03b09fbd8cb88c8b859,0,0,0,0,0,
+20200320,ID,23,590,,,,,,,,,,3/19/2020 19:00,2020-03-19T19:00:00Z,03/19 15:00,,,2020-03-19T19:00:00Z,16,12,131,613,613,143,613,0,0,d9cad01ebc0085701c8d392c903586c2d6012fc8,0,0,0,0,0,
+20200320,IL,585,3696,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,5,,2020-03-20T00:00:00Z,17,163,971,4281,4281,1134,4281,1,0,e77821affaf75856d84f41d89193bc40f09c079e,0,0,0,0,0,
+20200320,IN,79,475,,,,,,,,,,3/20/2020 00:59,2020-03-20T00:59:00Z,03/19 20:59,2,,2020-03-20T00:59:00Z,18,23,151,554,554,174,554,0,0,7d67ceae617fa5fcf60529fff55cba2bca14db4e,0,0,0,0,0,
+20200320,KS,44,417,,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,1,,2020-03-20T11:00:00Z,20,10,0,461,461,10,461,0,0,0c6da486a829bff2ee5710c2377860482214af51,0,0,0,0,0,
+20200320,KY,47,592,,,,,,,,,,3/19/2020 17:00,2020-03-19T17:00:00Z,03/19 13:00,1,,2020-03-19T17:00:00Z,21,12,138,639,639,150,639,0,0,6b4db8f00c5f6d34e57a4c26e51e9debf4ee33d1,0,0,0,0,0,
+20200320,LA,473,568,,,,,,,,,,3/20/2020 15:30,2020-03-20T15:30:00Z,03/20 11:30,12,,2020-03-20T15:30:00Z,22,126,110,1041,1041,236,1041,4,0,3b77a0a583477fb1e900164784614dcbb093084b,0,0,0,0,0,
+20200320,MA,314,3795,,,,,,,,,,3/20/2020 16:00,2020-03-20T16:00:00Z,03/20 12:00,5,,2020-03-20T16:00:00Z,25,85,877,4109,4109,962,4109,2,0,112d15fd3c36ffcc7468b080919f50ce94937611,0,0,0,0,0,
+20200320,MD,149,94,,,,,,,,,,3/20/2020 10:00,2020-03-20T10:00:00Z,03/20 06:00,1,,2020-03-20T10:00:00Z,24,42,0,243,243,42,243,0,0,d33cfc674f20f15258158ed652bc462253f7908a,0,0,0,0,0,
+20200320,ME,57,2264,,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,,,2020-03-20T11:00:00Z,23,4,260,2321,2321,264,2321,0,0,38300c583fcfc8aca23a19c9cad53da20eebc9da,0,0,0,0,0,
+20200320,MI,4027,2746,,,,,,,,,,3/20/2020 15:00,2020-03-20T15:00:00Z,03/20 11:00,3,,2020-03-20T15:00:00Z,26,635,961,6773,6773,1596,6773,0,0,10938004d093c53e7501c5d6c7dd7e8c9e7c5fb8,0,0,0,0,0,
+20200320,MN,115,3741,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,,,2020-03-20T00:00:00Z,27,26,792,3856,3856,818,3856,0,0,056fe815251c225c6e749b32bf3cce0b4abd67cc,0,0,0,0,0,
+20200320,MO,47,369,,,,,,,,,,3/20/2020 10:05,2020-03-20T10:05:00Z,03/20 06:05,1,,2020-03-20T10:05:00Z,29,23,61,416,416,84,416,0,0,1e8f1837799e0fdddc8af49745f85091fa3f203e,0,0,0,0,0,
+20200320,MP,0,,,,,,,,,,,3/20/2020 01:30,2020-03-20T01:30:00Z,03/19 21:30,0,,2020-03-20T01:30:00Z,69,0,0,0,0,0,0,0,0,69e3fa0dcd8381c1a465bdcdf55734861141801a,0,0,0,0,0,
+20200320,MS,80,695,,,,,,,,,,3/20/2020 11:35,2020-03-20T11:35:00Z,03/20 07:35,1,,2020-03-20T11:35:00Z,28,30,143,775,775,173,775,1,0,5944095677ba45ddbb516d1d154f20a49db7f22d,0,0,0,0,0,
+20200320,MT,16,931,,,,,,,,,,3/19/2020 22:11,2020-03-19T22:11:00Z,03/19 18:11,,,2020-03-19T22:11:00Z,30,4,170,947,947,174,947,0,0,17a1b67cd03856a5b6743c05a9f774bbcf8b597d,0,0,0,0,0,
+20200320,NC,137,3096,,,,,,,,,,3/20/2020 09:35,2020-03-20T09:35:00Z,03/20 05:35,0,,2020-03-20T09:35:00Z,37,40,688,3233,3233,728,3233,0,0,3d56c63b2cca3eeec235297d26a0c4c393a01ee7,0,0,0,0,0,
+20200320,ND,20,800,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,38,5,307,820,820,312,820,0,0,62cc3f35db10dcf13d32b86a803515277f6d1e76,0,0,0,0,0,
+20200320,NE,32,240,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,31,5,0,272,272,5,272,0,0,9cdbf54d1597daab8166c7dce07445c2e7ce7eb0,0,0,0,0,0,
+20200320,NH,44,745,631,,,,,,,,,3/19/2020 09:00,2020-03-19T09:00:00Z,03/19 05:00,,,2020-03-19T09:00:00Z,33,5,124,1420,789,129,789,0,0,a28694a8ebc5827bc7e08afdf41a6a2d5f33496c,0,0,0,0,0,
+20200320,NJ,890,264,86,,,,,,,,,3/20/2020 13:30,2020-03-20T13:30:00Z,03/20 09:30,11,,2020-03-20T13:30:00Z,34,148,54,1240,1154,202,1154,2,0,743f0ddb0f7502bf3f93b80cbee5ee04fa538930,0,0,0,0,0,
+20200320,NM,43,3771,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,,,2020-03-20T00:00:00Z,35,8,1009,3814,3814,1017,3814,0,0,b458dd6c4720722265094efcc468cebf377fe868,0,0,0,0,0,
+20200320,NV,109,1992,,,,,,,,,,3/20/2020 02:59,2020-03-20T02:59:00Z,03/19 22:59,1,,2020-03-20T02:59:00Z,32,14,366,2101,2101,380,2101,0,0,548b24ae79faa56556ce5faa5f6036338ff40624,0,0,0,0,0,
+20200320,NY,7102,25325,,1042,,,,,,,,3/20/2020 13:20,2020-03-20T13:20:00Z,03/20 09:20,35,,2020-03-20T13:20:00Z,36,2950,7193,32427,32427,10143,32427,23,0,d8b24c8862b0c6b35df3f43fc6bc2292f350d155,0,0,0,0,0,
+20200320,OH,169,140,,,,,,,,,,3/20/2020 14:00,2020-03-20T14:00:00Z,03/20 10:00,1,,2020-03-20T14:00:00Z,39,50,0,309,309,50,309,1,0,8032fbc192945a9035d33a726c3f0f15989e7ee9,0,0,0,0,0,
+20200320,OK,49,538,374,,,,,,,,,3/20/2020 08:00,2020-03-20T08:00:00Z,03/20 04:00,1,,2020-03-20T08:00:00Z,40,5,72,961,587,77,587,0,0,b6ecb53001960cf3fe6ddb946f9af4f7d029e67d,0,0,0,0,0,
+20200320,OR,114,2003,433,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,3,,2020-03-20T11:00:00Z,41,26,674,2550,2117,700,2117,0,0,ec1d77ab8e5e3161754ac358e97350588057c87d,0,0,0,0,0,
+20200320,PA,268,2574,,,,,,,,,,3/20/2020 12:00,2020-03-20T12:00:00Z,03/20 08:00,1,,2020-03-20T12:00:00Z,42,83,966,2842,2842,1049,2842,0,0,c22b99fe536c6e5fd70d4cc7579e918bce1ea150,0,0,0,0,0,
+20200320,PR,14,114,52,,,,,,,,,3/20/2020 13:00,2020-03-20T13:00:00Z,03/20 09:00,,,2020-03-20T13:00:00Z,72,9,58,180,128,67,128,0,0,3781f46b39083eb948a550c9a539656afa04a872,0,0,0,0,0,
+20200320,RI,54,800,140,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,,,2020-03-20T00:00:00Z,44,10,146,994,854,156,854,0,0,dc2668b85df37cad6e844731e67a349782fa6b15,0,0,0,0,0,
+20200320,SC,81,833,,,,,,,,,,3/19/2020 17:10,2020-03-19T17:10:00Z,03/19 13:10,1,,2020-03-19T17:10:00Z,45,21,250,914,914,271,914,0,0,9a44604f0b10d75e4e181a55036562a8259d30c6,0,0,0,0,0,
+20200320,SD,14,663,270,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,1,,2020-03-20T00:00:00Z,46,3,112,947,677,115,677,0,0,6d723423579290013cb72939a20220677f553445,0,0,0,0,0,
+20200320,TN,228,563,,,,,,,,,,3/20/2020 15:00,2020-03-20T15:00:00Z,03/20 11:00,,,2020-03-20T15:00:00Z,47,74,214,791,791,288,791,0,0,b81168324700daa008f38889e16bbd4c84bc4a1b,0,0,0,0,0,
+20200320,TX,194,5083,,,,,,,,,,3/20/2020 13:00,2020-03-20T13:00:00Z,03/20 09:00,5,,2020-03-20T13:00:00Z,48,51,2871,5277,5277,2922,5277,2,0,28fd72979b3a2dd8aa36bab967cb69ce7c3b7bd4,0,0,0,0,0,
+20200320,UT,112,2035,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,49,34,587,2147,2147,621,2147,0,0,07c871c33fc0a43ce45a28d66f22884145f96dce,0,0,0,0,0,
+20200320,VA,114,2211,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,2,,2020-03-20T00:00:00Z,51,20,382,2325,2325,402,2325,0,0,080b42b681d741e40b16be6656fe7846e4ada1f1,0,0,0,0,0,
+20200320,VI,3,,,,,,,,,,,3/19/2020 17:30,2020-03-19T17:30:00Z,03/19 13:30,,,2020-03-19T17:30:00Z,78,0,0,3,3,0,3,0,0,9fa15f6807cee467f7d03381af56979186cbfffa,0,0,0,0,0,
+20200320,VT,44,957,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,2,,2020-03-20T00:00:00Z,50,16,193,1001,1001,209,1001,2,0,e9cdc92c5a92c216d3a512a00b5290495123ef3d,0,0,0,0,0,
+20200320,WA,2764,39805,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,104,,2020-03-20T00:00:00Z,53,303,3765,42569,42569,4068,42569,12,0,4dd70bbca3720599dbb0ad57edad188fb0c9f94d,0,0,0,0,0,
+20200320,WI,206,3455,,,,,,,,,,3/20/2020 16:00,2020-03-20T16:00:00Z,03/20 12:00,3,,2020-03-20T16:00:00Z,55,51,1263,3661,3661,1314,3661,3,0,bd47281c82f63251c51b9ef4a2006b3739948fef,0,0,0,0,0,
+20200320,WV,7,219,13,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,54,5,76,239,226,81,226,0,0,f0ee339f8cb4d5b8c667af5f20d83397f332ba67,0,0,0,0,0,
+20200320,WY,19,331,,,,,,,,,,3/20/2020 13:30,2020-03-20T13:30:00Z,03/20 09:30,,,2020-03-20T13:30:00Z,56,1,60,350,350,61,350,0,0,9feceadae51a6965caecc685a8c4660b3f93d140,0,0,0,0,0,
+20200319,AK,6,432,,,,,,,,,,3/18/2020 16:30,2020-03-18T16:30:00Z,03/18 12:30,0,,2020-03-18T16:30:00Z,02,0,26,438,438,26,438,0,0,35fa2d8cdbcbf0e203cece7d4c277f61f49f93e2,0,0,0,0,0,
+20200319,AL,68,28,,,,,,,,,,3/19/2020 10:45,2020-03-19T10:45:00Z,03/19 06:45,0,,2020-03-19T10:45:00Z,01,22,0,96,96,22,96,0,0,28031972537b4977cede1f47aa04ef00fc17c742,0,0,0,0,0,
+20200319,AR,46,310,113,,,,,,,,,3/19/2020 11:23,2020-03-19T11:23:00Z,03/19 07:23,,,2020-03-19T11:23:00Z,05,13,74,469,356,87,356,0,0,89a2cda0ad2ec37da22918b5f7ad1a90e10d2ddf,0,0,0,0,0,
+20200319,AS,,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,0,,2020-03-14T00:00:00Z,60,0,0,0,0,0,0,0,0,3bd8aa4dcb4f856cf3e61abc93e1f99973a9deea,0,0,0,0,0,
+20200319,AZ,44,175,130,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,04,16,27,349,219,43,219,0,0,c7af77fb8a53d283a189d1028f731340c333df09,0,0,0,0,0,
+20200319,CA,924,8787,,,,,,,,,,3/19/2020 14:25,2020-03-19T14:25:00Z,03/19 10:25,18,,2020-03-19T14:25:00Z,06,313,806,9711,9711,1119,9711,5,0,07272255c8c5978dd4d7a7b6461522c0e09887a0,0,0,0,0,0,
+20200319,CO,216,2112,,,,,,,,,,3/18/2020 18:30,2020-03-18T18:30:00Z,03/18 14:30,2,,2020-03-18T18:30:00Z,08,33,495,2328,2328,528,2328,0,0,de8d1cad272d55bb228c6facb4967ac8a6fe0c91,0,0,0,0,0,
+20200319,CT,96,604,,,,,,,,,,3/18/2020 16:30,2020-03-18T16:30:00Z,03/18 12:30,1,,2020-03-18T16:30:00Z,09,28,479,700,700,507,700,1,0,7b8add87f55f5f206b1cca63645bef003d515e2e,0,0,0,0,0,
+20200319,DC,39,153,11,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,11,8,15,203,192,23,192,0,0,648d5a71b8bc7689d94b5d75438b0f58c5078282,0,0,0,0,0,
+20200319,DE,30,36,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,0,,2020-03-19T12:00:00Z,10,5,0,66,66,5,66,0,0,4c49e03d48a1ed42bd59a3a6658be87155b7652b,0,0,0,0,0,
+20200319,FL,390,1533,1019,,,,,,,,,3/19/2020 11:00,2020-03-19T11:00:00Z,03/19 07:00,8,,2020-03-19T11:00:00Z,12,76,308,2942,1923,384,1923,1,0,802ae626ba192c77347958484ae61ab6544d5bf3,0,0,0,0,0,
+20200319,GA,287,1544,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,10,,2020-03-19T12:00:00Z,13,90,233,1831,1831,323,1831,9,0,ef7c434483f2feed2e77869ff646e0e356776542,0,0,0,0,0,
+20200319,GU,12,69,,,,,,,,,,3/19/2020 05:15,2020-03-19T05:15:00Z,03/19 01:15,,,2020-03-19T05:15:00Z,66,4,12,81,81,16,81,0,0,c1eee2e7b4f4ee1ef5c0f36ead2fa1c46e55a648,0,0,0,0,0,
+20200319,HI,16,93,,,,,,,,,,3/18/2020 18:00,2020-03-18T18:00:00Z,03/18 14:00,,,2020-03-18T18:00:00Z,15,2,0,109,109,2,109,0,0,3af8cf8184f614b4d1606e0ecc5d554bb750d942,0,0,0,0,0,
+20200319,IA,38,83,,,,,,,,,,3/18/2020 19:39,2020-03-18T19:39:00Z,03/18 15:39,,,2020-03-18T19:39:00Z,19,9,0,121,121,9,121,0,0,111b341a39f813d30683c99b2d94131fd92ba005,0,0,0,0,0,
+20200319,ID,11,459,,,,,,,,,,3/18/2020 10:30,2020-03-18T10:30:00Z,03/18 06:30,,,2020-03-18T10:30:00Z,16,2,0,470,470,2,470,0,0,ba4712442dea42a4e8f76cc17ff10ab5b61138d0,0,0,0,0,0,
+20200319,IL,422,2725,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,4,,2020-03-19T00:00:00Z,17,134,962,3147,3147,1096,3147,3,0,f98bec1ae42ff826f599e94fb35489066d5fbeef,0,0,0,0,0,
+20200319,IN,56,324,,,,,,,,,,3/19/2020 00:59,2020-03-19T00:59:00Z,03/18 20:59,2,,2020-03-19T00:59:00Z,18,17,170,380,380,187,380,0,0,df36678b965be395ddce70da9195c1d1660a4d3a,0,0,0,0,0,
+20200319,KS,34,417,,,,,,,,,,3/19/2020 11:00,2020-03-19T11:00:00Z,03/19 07:00,1,,2020-03-19T11:00:00Z,20,18,0,451,451,18,451,0,0,637e2a579cd76e0a5125662decdac6c074172740,0,0,0,0,0,
+20200319,KY,35,454,,,,,,,,,,3/18/2020 17:00,2020-03-18T17:00:00Z,03/18 13:00,1,,2020-03-18T17:00:00Z,21,9,100,489,489,109,489,0,0,1430f8df5e1c4e0a418c6eaa996014a71e5b6086,0,0,0,0,0,
+20200319,LA,347,458,,,,,,,,,,3/19/2020 10:30,2020-03-19T10:30:00Z,03/19 06:30,8,,2020-03-19T10:30:00Z,22,107,123,805,805,230,805,2,0,84cc73e357263a4577362ee121336cdbf5eb0f6c,0,0,0,0,0,
+20200319,MA,229,2918,,,,,,,,,,3/19/2020 11:30,2020-03-19T11:30:00Z,03/19 07:30,3,,2020-03-19T11:30:00Z,25,73,803,3147,3147,876,3147,1,0,59ba4100e37b69411a176670ffce122529ed7fb5,0,0,0,0,0,
+20200319,MD,107,94,,,,,,,,,,3/19/2020 10:00,2020-03-19T10:00:00Z,03/19 06:00,1,,2020-03-19T10:00:00Z,24,22,0,201,201,22,201,1,0,9ebb69aececb7349aef1666d1fe171e5bd385a11,0,0,0,0,0,
+20200319,ME,53,2004,,,,,,,,,,3/19/2020 12:15,2020-03-19T12:15:00Z,03/19 08:15,,,2020-03-19T12:15:00Z,23,10,334,2057,2057,344,2057,0,0,e1054b2b825210bff2ebe72de74fa857890aaedd,0,0,0,0,0,
+20200319,MI,3392,1785,,,,,,,,,,3/19/2020 15:00,2020-03-19T15:00:00Z,03/19 11:00,3,,2020-03-19T15:00:00Z,26,479,570,5177,5177,1049,5177,3,0,dae3ac6cbaec575f1d366984df4d1fcc9a2ac6cd,0,0,0,0,0,
+20200319,MN,89,2949,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,27,12,264,3038,3038,276,3038,0,0,b3e2ec1f5a6e920e657fb717d8233ef055e7b623,0,0,0,0,0,
+20200319,MO,24,308,,,,,,,,,,3/18/2020 20:00,2020-03-18T20:00:00Z,03/18 16:00,1,,2020-03-18T20:00:00Z,29,11,55,332,332,66,332,1,0,0f65936aedc2387f77282d38c4fb19d6b4c35d88,0,0,0,0,0,
+20200319,MP,0,,,,,,,,,,,3/19/2020 01:30,2020-03-19T01:30:00Z,03/18 21:30,0,,2020-03-19T01:30:00Z,69,0,0,0,0,0,0,0,0,4b0f7aa4d8bd102b39b01abc1f10f150624c8af4,0,0,0,0,0,
+20200319,MS,50,552,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,28,16,73,602,602,89,602,0,0,f6b8d40b1680887237ed102b2934137830a6b146,0,0,0,0,0,
+20200319,MT,12,761,,,,,,,,,,3/18/2020 23:23,2020-03-18T23:23:00Z,03/18 19:23,,,2020-03-18T23:23:00Z,30,2,262,773,773,264,773,0,0,889f2e061ce44ba2917be245926a8d75ddcb2289,0,0,0,0,0,
+20200319,NC,97,2408,,,,,,,,,,3/19/2020 09:45,2020-03-19T09:45:00Z,03/19 05:45,0,,2020-03-19T09:45:00Z,37,34,621,2505,2505,655,2505,0,0,94c7f881cedd7fa1c9c29c2b64c3ac5f3501cfc1,0,0,0,0,0,
+20200319,ND,15,493,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,38,9,225,508,508,234,508,0,0,a2a038b3d8d254ccd5911d1298f33f00c0844e4e,0,0,0,0,0,
+20200319,NE,27,240,,,,,,,,,,3/18/2020 14:00,2020-03-18T14:00:00Z,03/18 10:00,0,,2020-03-18T14:00:00Z,31,3,34,267,267,37,267,0,0,e56118139665a71dcfb44ec72c20897e9fbc8da7,0,0,0,0,0,
+20200319,NH,39,621,231,,,,,,,,,3/18/2020 09:00,2020-03-18T09:00:00Z,03/18 05:00,,,2020-03-18T09:00:00Z,33,13,108,891,660,121,660,0,0,bdb582ddebb5260488b1d2d70f82e5e67992f9a7,0,0,0,0,0,
+20200319,NJ,742,210,74,,,,,,,,,3/19/2020 11:30,2020-03-19T11:30:00Z,03/19 07:30,9,,2020-03-19T11:30:00Z,34,315,20,1026,952,335,952,4,0,487ba37d8fc5e21bd004371b26d2021aabe2c701,0,0,0,0,0,
+20200319,NM,35,2762,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,35,7,436,2797,2797,443,2797,0,0,2cb6f1ec7c0c6438a66664f37611b3735eca85eb,0,0,0,0,0,
+20200319,NV,95,1626,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,1,,2020-03-19T00:00:00Z,32,40,1458,1721,1721,1498,1721,0,0,780b094550a71fbbae18fa19a31f1b54e7aefe68,0,0,0,0,0,
+20200319,NY,4152,18132,,617,,,,,,,,3/19/2020 13:20,2020-03-19T13:20:00Z,03/19 09:20,12,,2020-03-19T13:20:00Z,36,1770,5917,22284,22284,7687,22284,0,0,eb6459c13194ca29b5170e0b7620514e51d6ce08,0,0,0,0,0,
+20200319,OH,119,140,,,,,,,,,,3/19/2020 14:00,2020-03-19T14:00:00Z,03/19 10:00,,,2020-03-19T14:00:00Z,39,31,0,259,259,31,259,0,0,e8396fb93f4631f89611a36db327754aa5568052,0,0,0,0,0,
+20200319,OK,44,466,250,,,,,,,,,3/19/2020 13:00,2020-03-19T13:00:00Z,03/19 09:00,1,,2020-03-19T13:00:00Z,40,15,88,760,510,103,510,1,0,bfcd193ac89a443df8cf6951f336d4f07bcc75c4,0,0,0,0,0,
+20200319,OR,88,1329,437,,,,,,,,,3/19/2020 11:00,2020-03-19T11:00:00Z,03/19 07:00,3,,2020-03-19T11:00:00Z,41,13,211,1854,1417,224,1417,0,0,66c298bb6e685d160b4e892f4c8a8fc802b9441c,0,0,0,0,0,
+20200319,PA,185,1608,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,1,,2020-03-19T12:00:00Z,42,52,421,1793,1793,473,1793,0,0,f965bc5f8c5db090fac7f6af0f063227371219d8,0,0,0,0,0,
+20200319,PR,5,56,29,,,,,,,,,3/19/2020 07:50,2020-03-19T07:50:00Z,03/19 03:50,,,2020-03-19T07:50:00Z,72,0,25,90,61,25,61,0,0,fc0e092a69c3015270fe840dbaeaa4c9b6a70f2c,0,0,0,0,0,
+20200319,RI,44,654,334,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,44,11,114,1032,698,125,698,0,0,9fe8f5b0216e8fee60fd5b110d3af8c8744ec651,0,0,0,0,0,
+20200319,SC,60,583,,,,,,,,,,3/18/2020 16:00,2020-03-18T16:00:00Z,03/18 12:00,1,,2020-03-18T16:00:00Z,45,0,0,643,643,0,643,0,0,2ba15fbd5d9e81e6abfd905f67a580e83cb86bf9,0,0,0,0,0,
+20200319,SD,11,551,385,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,1,,2020-03-19T00:00:00Z,46,0,0,947,562,0,562,0,0,64cfbb98f9b717556e10ff3a91a0cbac1551f721,0,0,0,0,0,
+20200319,TN,154,349,,,,,,,,,,3/19/2020 15:00,2020-03-19T15:00:00Z,03/19 11:00,,,2020-03-19T15:00:00Z,47,56,0,503,503,56,503,0,0,71b09dce298449830efa716ad0cbb1f9a5bb3749,0,0,0,0,0,
+20200319,TX,143,2212,,,,,,,,,,3/19/2020 13:00,2020-03-19T13:00:00Z,03/19 09:00,3,,2020-03-19T13:00:00Z,48,60,388,2355,2355,448,2355,1,0,1930db969241decb44b40eae1581a08e59840749,0,0,0,0,0,
+20200319,UT,78,1448,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,49,15,1317,1526,1526,1332,1526,0,0,68f8a21b63e9bfce00108b192f3214e6b3b18873,0,0,0,0,0,
+20200319,VA,94,1829,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,2,,2020-03-19T12:00:00Z,51,17,628,1923,1923,645,1923,1,0,d83a48e9c17c9846ec7b2239bb272e05e2dbc9d1,0,0,0,0,0,
+20200319,VI,3,,,,,,,,,,,3/18/2020 07:30,2020-03-18T07:30:00Z,03/18 03:30,,,2020-03-18T07:30:00Z,78,1,0,3,3,1,3,0,0,b420c55e9ba1c8da5f12cf1df895aacb6618bf64,0,0,0,0,0,
+20200319,VT,28,764,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,50,7,127,792,792,134,792,0,0,b419ac9ec1106748244ff4fe794bd735ca912c86,0,0,0,0,0,
+20200319,WA,2461,36040,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,92,,2020-03-19T00:00:00Z,53,332,4228,38501,38501,4560,38501,10,0,3506f89cac0f5f22d6fcc4f1b1f62b0296085861,0,0,0,0,0,
+20200319,WI,155,2192,,,,,,,,,,3/19/2020 16:00,2020-03-19T16:00:00Z,03/19 12:00,,,2020-03-19T16:00:00Z,55,49,615,2347,2347,664,2347,0,0,4f3c5c22ebb5fabcfbbddfba5252a976cd6f7b1c,0,0,0,0,0,
+20200319,WV,2,143,3,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,54,1,21,148,145,22,145,0,0,95a1e80aa58ed850c2b337994692c70fd3dda23e,0,0,0,0,0,
+20200319,WY,18,271,,,,,,,,,,3/19/2020 16:45,2020-03-19T16:45:00Z,03/19 12:45,,,2020-03-19T16:45:00Z,56,3,93,289,289,96,289,0,0,bb24fa59a86864177424cc1eb087aee6e1c0e171,0,0,0,0,0,
+20200318,AK,6,406,,,,,,,,,,3/17/2020 23:00,2020-03-17T23:00:00Z,03/17 19:00,0,,2020-03-17T23:00:00Z,02,3,72,412,412,75,412,0,0,3563702f4ac72500fadf861a63fc627072d93c23,0,0,0,0,0,
+20200318,AL,46,28,,,,,,,,,,3/18/2020 11:05,2020-03-18T11:05:00Z,03/18 07:05,0,,2020-03-18T11:05:00Z,01,10,0,74,74,10,74,0,0,ce79be9d3c98055d743a495d87cac913fe6a84f6,0,0,0,0,0,
+20200318,AR,33,236,50,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,05,11,39,319,269,50,269,0,0,b187b9d908754cd6b818eba2a9eecfe98c03b950,0,0,0,0,0,
+20200318,AS,,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,0,,2020-03-14T00:00:00Z,60,0,0,0,0,0,0,0,0,94badf48a2f4ab0d422e05f21314bb151a4bd1fe,0,0,0,0,0,
+20200318,AZ,28,148,102,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,04,8,6,278,176,14,176,0,0,55d657e4372921e8f03b400dd5b243ce0c747b9c,0,0,0,0,0,
+20200318,CA,611,7981,,,,,,,,,,3/17/2020 21:00,2020-03-17T21:00:00Z,03/17 17:00,13,,2020-03-17T21:00:00Z,06,128,0,8592,8592,128,8592,2,0,a1f97fbdac38b9de6e646a0ade5c06f3704404d3,0,0,0,0,0,
+20200318,CO,183,1617,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,2,,2020-03-18T00:00:00Z,08,23,561,1800,1800,584,1800,1,0,eab288de2ac0b23107b4eb315f31ec28d20af696,0,0,0,0,0,
+20200318,CT,68,125,,,,,,,,,,3/17/2020 16:30,2020-03-17T16:30:00Z,03/17 12:30,,,2020-03-17T16:30:00Z,09,27,0,193,193,27,193,0,0,b34d2f6b5e49ef12416fbcf45c68a6a6dc5c6abd,0,0,0,0,0,
+20200318,DC,31,138,1,,,,,,,,,3/17/2020 19:00,2020-03-17T19:00:00Z,03/17 15:00,,,2020-03-17T19:00:00Z,11,9,34,170,169,43,169,0,0,8fa77d80d8d56e5d5e79e9bbd16de33516b1db44,0,0,0,0,0,
+20200318,DE,25,36,,,,,,,,,,3/18/2020 11:30,2020-03-18T11:30:00Z,03/18 07:30,,,2020-03-18T11:30:00Z,10,9,0,61,61,9,61,0,0,2d65ce4d1ffc44b354bb34ea2a96aef1f0dfb3fd,0,0,0,0,0,
+20200318,FL,314,1225,954,,,,,,,,,3/18/2020 11:00,2020-03-18T11:00:00Z,03/18 07:00,7,,2020-03-18T11:00:00Z,12,128,285,2493,1539,413,1539,1,0,4541560b25384ee37900e8956d4cadc6f95d4d34,0,0,0,0,0,
+20200318,GA,197,1311,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,1,,2020-03-18T12:00:00Z,13,51,1311,1508,1508,1362,1508,0,0,85fbc90d6de5c1ff02482ed78144a750ae4a8524,0,0,0,0,0,
+20200318,GU,8,57,,,,,,,,,,3/18/2020 05:45,2020-03-18T05:45:00Z,03/18 01:45,,,2020-03-18T05:45:00Z,66,3,16,65,65,19,65,0,0,6f640e89b2ba33ecb8f76f9de54bd35410e49b48,0,0,0,0,0,
+20200318,HI,14,93,,,,,,,,,,3/17/2020 20:00,2020-03-17T20:00:00Z,03/17 16:00,,,2020-03-17T20:00:00Z,15,4,93,107,107,97,107,0,0,85cecca76d3f82e97f818351d840017a9519552c,0,0,0,0,0,
+20200318,IA,29,83,,,,,,,,,,3/17/2020 19:58,2020-03-17T19:58:00Z,03/17 15:58,,,2020-03-17T19:58:00Z,19,6,0,112,112,6,112,0,0,64953629c560897e1944cba66f9f1d537112f21f,0,0,0,0,0,
+20200318,ID,9,459,,,,,,,,,,3/18/2020 10:30,2020-03-18T10:30:00Z,03/18 06:30,,,2020-03-18T10:30:00Z,16,2,113,468,468,115,468,0,0,cc479729b57f6b153be677dc873edf27b492dee3,0,0,0,0,0,
+20200318,IL,288,1763,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,1,,2020-03-18T00:00:00Z,17,129,423,2051,2051,552,2051,0,0,963c085dd9365c7fe984562f2a6f8d2b731d3216,0,0,0,0,0,
+20200318,IN,39,154,,,,,,,,,,3/17/2020 23:59,2020-03-17T23:59:00Z,03/17 19:59,2,,2020-03-17T23:59:00Z,18,9,25,193,193,34,193,0,0,cdd556792a4ca68bec8cb40082da5d4ffc247bdb,0,0,0,0,0,
+20200318,KS,16,417,,,,,,,,,,3/17/2020 15:30,2020-03-17T15:30:00Z,03/17 11:30,1,,2020-03-17T15:30:00Z,20,1,35,433,433,36,433,0,0,5e63f821c3b3436c47f299050201183843d5a2f1,0,0,0,0,0,
+20200318,KY,26,354,,,,,,,,,,3/17/2020 16:00,2020-03-17T16:00:00Z,03/17 12:00,1,,2020-03-17T16:00:00Z,21,4,59,380,380,63,380,0,0,4b9e66733b21d90c1980fb4dc3ea8b6605934816,0,0,0,0,0,
+20200318,LA,240,335,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,6,,2020-03-18T00:00:00Z,22,103,49,575,575,152,575,2,0,fc4ab2f4be14debd56a5fe22d3572f5b7155a967,0,0,0,0,0,
+20200318,MA,156,2115,,,,,,,,,,3/18/2020 16:00,2020-03-18T16:00:00Z,03/18 12:00,2,,2020-03-18T16:00:00Z,25,38,482,2271,2271,520,2271,2,0,8f25d0f8ce25089ea9d8d057ab2d719f25099377,0,0,0,0,0,
+20200318,MD,85,94,,,,,,,,,,3/18/2020 10:00,2020-03-18T10:00:00Z,03/18 06:00,,,2020-03-18T10:00:00Z,24,28,0,179,179,28,179,0,0,c0406bfbb89b877968d4fe166d1fdaf916ca5c34,0,0,0,0,0,
+20200318,ME,43,1670,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,,,2020-03-18T12:00:00Z,23,11,367,1713,1713,378,1713,0,0,401116cd23f4597194632c1c11e101358e4642f5,0,0,0,0,0,
+20200318,MI,2913,1215,,,,,,,,,,3/18/2020 14:00,2020-03-18T14:00:00Z,03/18 10:00,,,2020-03-18T14:00:00Z,26,520,589,4128,4128,1109,4128,0,0,a300d8b9ad619fdbba7a81baff85a688dce47f41,0,0,0,0,0,
+20200318,MN,77,2685,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,27,17,409,2762,2762,426,2762,0,0,e75ab4714f1bc02fb4076619054149834cc6addc,0,0,0,0,0,
+20200318,MO,13,253,,,,,,,,,,3/17/2020 19:15,2020-03-17T19:15:00Z,03/17 15:15,0,,2020-03-17T19:15:00Z,29,5,46,266,266,51,266,0,0,244d9d902c65c5de7f8056ad934f4fdbc6bdef75,0,0,0,0,0,
+20200318,MP,0,,,,,,,,,,,3/18/2020 03:30,2020-03-18T03:30:00Z,03/17 23:30,0,,2020-03-18T03:30:00Z,69,0,0,0,0,0,0,0,0,4f3e1790bdef9b304390a9097b4c50a6fd9028ce,0,0,0,0,0,
+20200318,MS,34,479,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,28,13,111,513,513,124,513,0,0,e319decda7624daac45014e0ba51bbaea96e6564,0,0,0,0,0,
+20200318,MT,10,499,,,,,,,,,,3/18/2020 10:15,2020-03-18T10:15:00Z,03/18 06:15,,,2020-03-18T10:15:00Z,30,2,196,509,509,198,509,0,0,d0118e6c1391022a17b00ae55a0721dbea206c0b,0,0,0,0,0,
+20200318,NC,63,1787,,,,,,,,,,3/18/2020 10:44,2020-03-18T10:44:00Z,03/18 06:44,0,,2020-03-18T10:44:00Z,37,23,1313,1850,1850,1336,1850,0,0,89e82fcbc22b7b280fba7b3c57ee95b770578964,0,0,0,0,0,
+20200318,ND,6,268,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,38,3,48,274,274,51,274,0,0,c0f26d432abea6b1c375e207e642fd5af4277b51,0,0,0,0,0,
+20200318,NE,24,206,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,31,3,0,230,230,3,230,0,0,1ae145bffaf2cd862ece85b04872d41b092f4475,0,0,0,0,0,
+20200318,NH,26,513,208,,,,,,,,,3/17/2020 09:00,2020-03-17T09:00:00Z,03/17 05:00,,,2020-03-17T09:00:00Z,33,9,158,747,539,167,539,0,0,6656983bd91fddb87506cb6755e470cdb8c9eeca,0,0,0,0,0,
+20200318,NJ,427,190,21,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,5,,2020-03-17T13:00:00Z,34,160,27,638,617,187,617,2,0,b2cba951b44cb01ff208ee400c2a86d85c4deadd,0,0,0,0,0,
+20200318,NM,28,2326,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,35,5,1077,2354,2354,1082,2354,0,0,8c5a8bd69b8de976411b322e0ac6aa1b4f8863c9,0,0,0,0,0,
+20200318,NV,55,168,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,1,,2020-03-17T15:00:00Z,32,0,0,223,223,0,223,0,0,362cf2d2a0d4ebb9ab0ff4d16f2e34c69e65255b,0,0,0,0,0,
+20200318,NY,2382,12215,,416,,,,,,,,3/18/2020 15:05,2020-03-18T15:05:00Z,03/18 11:05,12,,2020-03-18T15:05:00Z,36,682,6709,14597,14597,7391,14597,5,0,f3bf14e3c20983d410803ae2eda895758b0aaa63,0,0,0,0,0,
+20200318,OH,88,140,,,,,,,,,,3/18/2020 15:00,2020-03-18T15:00:00Z,03/18 11:00,,,2020-03-18T15:00:00Z,39,21,0,228,228,21,228,0,0,60985bbe199ea6d70006f6d4ca37aa27a0c2e634,0,0,0,0,0,
+20200318,OK,29,378,110,,,,,,,,,3/18/2020 08:00,2020-03-18T08:00:00Z,03/18 04:00,,,2020-03-18T08:00:00Z,40,12,131,517,407,143,407,0,0,ea6a92c40cd1b02e4f51c51a9f40c332cf2b21f7,0,0,0,0,0,
+20200318,OR,75,1118,361,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,3,,2020-03-17T12:00:00Z,41,28,429,1554,1193,457,1193,3,0,44f39efa7114bf5f3e3d8755f3f62336a23065f9,0,0,0,0,0,
+20200318,PA,133,1187,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,1,,2020-03-18T12:00:00Z,42,37,308,1320,1320,345,1320,1,0,ceb5b90d12b161f381b8090bf55c4c980dd9af5e,0,0,0,0,0,
+20200318,PR,5,31,21,,,,,,,,,3/17/2020 22:00,2020-03-17T22:00:00Z,03/17 18:00,,,2020-03-17T22:00:00Z,72,0,18,57,36,18,36,0,0,3ebdb1f696fd7ebe4d3d6b3869063bbb151ad57a,0,0,0,0,0,
+20200318,RI,33,540,334,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,44,10,137,907,573,147,573,0,0,07228314470c3bccbf64bf1a1f27bb706b1c1779,0,0,0,0,0,
+20200318,SC,60,583,,,,,,,,,,3/18/2020 16:00,2020-03-18T16:00:00Z,03/18 12:00,1,,2020-03-18T16:00:00Z,45,27,272,643,643,299,643,0,0,7bd862aff14f2992d2f296d60f6aeb4969de7b0e,0,0,0,0,0,
+20200318,SD,11,551,350,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,1,,2020-03-18T00:00:00Z,46,0,0,912,562,0,562,1,0,f1a891e7e1009c8c2db3081e0718c4b10e80c4bd,0,0,0,0,0,
+20200318,TN,98,349,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,47,25,19,447,447,44,447,0,0,7519671aad7cb48b78548f617414df5390c83757,0,0,0,0,0,
+20200318,TX,83,1824,,,,,,,,,,3/18/2020 13:00,2020-03-18T13:00:00Z,03/18 09:00,2,,2020-03-18T13:00:00Z,48,19,620,1907,1907,639,1907,1,0,da33dab0a1693f87da77698a94a229bb9b607a9b,0,0,0,0,0,
+20200318,UT,63,131,,,,,,,,,,3/18/2020 14:45,2020-03-18T14:45:00Z,03/18 10:45,0,,2020-03-18T14:45:00Z,49,12,0,194,194,12,194,0,0,da652274cd99e02e0d1444f15d3cab12d5927d28,0,0,0,0,0,
+20200318,VA,77,1201,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,1,,2020-03-18T12:00:00Z,51,10,240,1278,1278,250,1278,0,0,98283ec97dcf191f23c30acabe59384d23d6b3b7,0,0,0,0,0,
+20200318,VI,2,,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,78,0,0,2,2,0,2,0,0,d9d74deaad7c715e687d272f891942ad0b6b036c,0,0,0,0,0,
+20200318,VT,21,637,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,50,2,56,658,658,58,658,0,0,37056173fdf3e43fac4e880a7ca3bccad0d6f0e3,0,0,0,0,0,
+20200318,WA,2129,31812,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,82,,2020-03-18T00:00:00Z,53,289,4468,33941,33941,4757,33941,4,0,5d0f4b4ddd2cc93b105e56984c296008ee591c54,0,0,0,0,0,
+20200318,WI,106,1577,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,55,34,539,1683,1683,573,1683,0,0,77d5b1feed563be3db73fd9af56262e94cd647ec,0,0,0,0,0,
+20200318,WV,1,122,14,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,0,,2020-03-17T00:00:00Z,54,1,42,137,123,43,123,0,0,fb2a71e76c40c38128690921ee01155d095586fd,0,0,0,0,0,
+20200318,WY,15,178,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,56,5,83,193,193,88,193,0,0,90828442838cef1280010b1703c78271a3aead2d,0,0,0,0,0,
+20200317,AK,3,334,,,,,,,,,,3/17/2020 00:01,2020-03-17T00:01:00Z,03/16 20:01,0,,2020-03-17T00:01:00Z,02,2,191,337,337,193,337,0,0,03901bbb6e38f43ce7e716ff7f6528223f3cf31e,0,0,0,0,0,
+20200317,AL,36,28,,,,,,,,,,3/17/2020 11:15,2020-03-17T11:15:00Z,03/17 07:15,0,,2020-03-17T11:15:00Z,01,8,0,64,64,8,64,0,0,060219eff6577f41576ce158809ac8127f590918,0,0,0,0,0,
+20200317,AR,22,197,41,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,05,0,65,260,219,65,219,0,0,90b0449921862fe75a9b5a12a28b0800ee852ba2,0,0,0,0,0,
+20200317,AS,,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,60,0,0,0,0,0,0,0,0,36905fbb15bfdaec85ed2ab8f01299fef307eb26,0,0,0,0,0,
+20200317,AZ,20,142,66,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,0,,2020-03-17T00:00:00Z,04,2,17,228,162,19,162,0,0,71081a9f395b17570156bdab90fb312a6f6caec3,0,0,0,0,0,
+20200317,CA,483,7981,,,,,,,,,,3/16/2020 21:00,2020-03-16T21:00:00Z,03/16 17:00,11,,2020-03-16T21:00:00Z,06,148,0,8464,8464,148,8464,5,0,f603f21c58ae60822eb659ca18b80a143d2288ca,0,0,0,0,0,
+20200317,CO,160,1056,,,,,,,,,,3/16/2020 17:00,2020-03-16T17:00:00Z,03/16 13:00,1,,2020-03-16T17:00:00Z,08,29,429,1216,1216,458,1216,0,0,6d3cb47d86625060496dc423b60c850160ea38d9,0,0,0,0,0,
+20200317,CT,41,125,,,,,,,,,,3/16/2020 17:00,2020-03-16T17:00:00Z,03/16 13:00,,,2020-03-16T17:00:00Z,09,15,0,166,166,15,166,0,0,79c38678e57465abcb7ccfa0f29e8356535bc3e2,0,0,0,0,0,
+20200317,DC,22,104,0,,,,,,,,,3/16/2020 19:00,2020-03-16T19:00:00Z,03/16 15:00,,,2020-03-16T19:00:00Z,11,5,8,126,126,13,126,0,0,e09d375f90bcb8fa8d155a8b6b6e259687bd1354,0,0,0,0,0,
+20200317,DE,16,36,,,,,,,,,,3/16/2020 11:40,2020-03-16T11:40:00Z,03/16 07:40,,,2020-03-16T11:40:00Z,10,8,0,52,52,8,52,0,0,bcbd2d62dc76e1310e424e37ca17507803a064ec,0,0,0,0,0,
+20200317,FL,186,940,872,,,,,,,,,3/17/2020 11:00,2020-03-17T11:00:00Z,03/17 07:00,6,,2020-03-17T11:00:00Z,12,45,256,1998,1126,301,1126,2,0,863072d262765e3aa713d29748a07346155fbf39,0,0,0,0,0,
+20200317,GA,146,,,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,1,,2020-03-17T12:00:00Z,13,25,0,146,146,25,146,0,0,e62cc0748b817769b73405d4af1ba391213c5d0a,0,0,0,0,0,
+20200317,GU,5,41,,,,,,,,,,3/17/2020 04:15,2020-03-17T04:15:00Z,03/17 00:15,,,2020-03-17T04:15:00Z,66,2,18,46,46,20,46,0,0,1fd42140fbc32ad0e2600f60b247d39a73fea0ec,0,0,0,0,0,
+20200317,HI,10,,,,,,,,,,,3/16/2020 18:00,2020-03-16T18:00:00Z,03/16 14:00,,,2020-03-16T18:00:00Z,15,3,0,10,10,3,10,0,0,dd897df423ec6f45bfc471bdada2e6381322e75b,0,0,0,0,0,
+20200317,IA,23,83,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,19,1,0,106,106,1,106,0,0,aa090abc9aa5c9e9e0bdd3329bb6e4b2e1ec45c8,0,0,0,0,0,
+20200317,ID,7,346,,,,,,,,,,3/17/2020 11:45,2020-03-17T11:45:00Z,03/17 07:45,,,2020-03-17T11:45:00Z,16,2,81,353,353,83,353,0,0,0143a5806c05e9842eddbb147ef7065a56a50077,0,0,0,0,0,
+20200317,IL,159,1340,,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,1,,2020-03-16T00:00:00Z,17,66,408,1499,1499,474,1499,1,0,14a16851dfb65acd2d0b07db4f9be0994943c965,0,0,0,0,0,
+20200317,IN,30,129,,,,,,,,,,3/16/2020 23:59,2020-03-16T23:59:00Z,03/16 19:59,2,,2020-03-16T23:59:00Z,18,6,14,159,159,20,159,1,0,a202c475b2ae08f7bb72392bd7559e03bea0076d,0,0,0,0,0,
+20200317,KS,15,382,,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,1,,2020-03-17T13:00:00Z,20,4,216,397,397,220,397,0,0,c79b98ff067181e0e19332508957198df726baf0,0,0,0,0,0,
+20200317,KY,22,295,,,,,,,,,,3/16/2020 16:00,2020-03-16T16:00:00Z,03/16 12:00,1,,2020-03-16T16:00:00Z,21,1,61,317,317,62,317,0,0,347213b3279c2338b691b8aa87c5933b31c7c21a,0,0,0,0,0,
+20200317,LA,137,286,,,,,,,,,,3/17/2020 10:30,2020-03-17T10:30:00Z,03/17 06:30,4,,2020-03-17T10:30:00Z,22,22,98,423,423,120,423,2,0,0824a2e6cce2db201e6059b11466864b8dc3af85,0,0,0,0,0,
+20200317,MA,118,1633,,,,,,,,,,3/16/2020 16:00,2020-03-16T16:00:00Z,03/16 12:00,,,2020-03-16T16:00:00Z,25,21,434,1751,1751,455,1751,0,0,95c69bbc6f3ad2bf7ee16278442e54f262517b10,0,0,0,0,0,
+20200317,MD,57,94,,,,,,,,,,3/17/2020 10:00,2020-03-17T10:00:00Z,03/17 06:00,,,2020-03-17T10:00:00Z,24,20,0,151,151,20,151,0,0,994d9ad36a4cde7238c886705b711d6e6f7c2763,0,0,0,0,0,
+20200317,ME,32,1303,,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,,,2020-03-17T12:00:00Z,23,15,539,1335,1335,554,1335,0,0,fcb8d9ab9c71e7bdc26d3e9b10ba5bed4b63cad6,0,0,0,0,0,
+20200317,MI,2393,626,,,,,,,,,,3/17/2020 14:00,2020-03-17T14:00:00Z,03/17 10:00,,,2020-03-17T14:00:00Z,26,460,354,3019,3019,814,3019,0,0,b26afcdce08b33469ad967ed51a704220c85fd81,0,0,0,0,0,
+20200317,MN,60,2276,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,27,6,437,2336,2336,443,2336,0,0,4509de67223d6d76a89ddd6117471b3fe781de73,0,0,0,0,0,
+20200317,MO,8,207,,,,,,,,,,3/16/2020 20:00,2020-03-16T20:00:00Z,03/16 16:00,0,,2020-03-16T20:00:00Z,29,2,43,215,215,45,215,0,0,53bc02618bdbd8c8ebc9936b42cd9d77b7212af1,0,0,0,0,0,
+20200317,MP,0,,,,,,,,,,,3/17/2020 01:30,2020-03-17T01:30:00Z,03/16 21:30,,,2020-03-17T01:30:00Z,69,0,0,0,0,0,0,0,0,efd75476a43b326a6572c6306cadc54f615415dd,0,0,0,0,0,
+20200317,MS,21,368,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,28,9,91,389,389,100,389,0,0,a2c99efac8363dc6e432fd045c5c78edafecabc8,0,0,0,0,0,
+20200317,MT,8,303,,,,,,,,,,3/16/2020 21:22,2020-03-16T21:22:00Z,03/16 17:22,,,2020-03-16T21:22:00Z,30,1,105,311,311,106,311,0,0,496a6284983993d8185315bc21436ee9e9abfb36,0,0,0,0,0,
+20200317,NC,40,474,,,,,,,,,,3/17/2020 08:51,2020-03-17T08:51:00Z,03/17 04:51,0,,2020-03-17T08:51:00Z,37,7,178,514,514,185,514,0,0,1fd3ac8178bdd2218dbc375d64ae93a42e76fb32,0,0,0,0,0,
+20200317,ND,3,220,0,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,0,,2020-03-17T00:00:00Z,38,2,97,223,223,99,223,0,0,bda74d670795a8a5c55033d1e1332a87db9ba084,0,0,0,0,0,
+20200317,NE,21,206,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,31,3,36,227,227,39,227,0,0,a11ec309dfed3dfcdfce86ebfd09d6d07f255b26,0,0,0,0,0,
+20200317,NH,17,355,195,,,,,,,,,3/16/2020 09:00,2020-03-16T09:00:00Z,03/16 05:00,,,2020-03-16T09:00:00Z,33,4,84,567,372,88,372,0,0,58c04cb1209a582bbeb7c97b39e8ba4abb39553e,0,0,0,0,0,
+20200317,NJ,267,163,55,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,3,,2020-03-17T13:00:00Z,34,89,43,485,430,132,430,1,0,82c89d9576e65a56bfae9b597eaec17548772d09,0,0,0,0,0,
+20200317,NM,23,1249,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,35,6,683,1272,1272,689,1272,0,0,929bf81a686f2d7ea9d80b9157e28cd35b0093b1,0,0,0,0,0,
+20200317,NV,55,168,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,1,,2020-03-17T15:00:00Z,32,10,0,223,223,10,223,0,0,36c131f06ab4e0452c231223cabc976ada00575a,0,0,0,0,0,
+20200317,NY,1700,5506,,325,,,,,,,,3/16/2020 15:00,2020-03-16T15:00:00Z,03/16 11:00,7,,2020-03-16T15:00:00Z,36,750,963,7206,7206,1713,7206,0,0,6002352c265fdb4cb9fdc44289c2ea7c119d147f,0,0,0,0,0,
+20200317,OH,67,140,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,39,17,0,207,207,17,207,0,0,7f741c7e05f047c263f471b1849512d66d00b9dc,0,0,0,0,0,
+20200317,OK,17,247,82,,,,,,,,,3/17/2020 09:15,2020-03-17T09:15:00Z,03/17 05:15,,,2020-03-17T09:15:00Z,40,7,73,346,264,80,264,0,0,38467c11ab5a246181b6d1b527214b0542fdd459,0,0,0,0,0,
+20200317,OR,47,689,184,,,,,,,,,3/16/2020 13:51,2020-03-16T13:51:00Z,03/16 09:51,,,2020-03-16T13:51:00Z,41,8,110,920,736,118,736,0,0,5c0a057a443f9a83a215008ff3e23930e56893c0,0,0,0,0,0,
+20200317,PA,96,879,,,,,,,,,,3/17/2020 12:45,2020-03-17T12:45:00Z,03/17 08:45,,,2020-03-17T12:45:00Z,42,20,209,975,975,229,975,0,0,14cdb0aaf6e3a59c37476ecd9126104e37d32d31,0,0,0,0,0,
+20200317,PR,5,13,4,,,,,,,,,3/17/2020 15:41,2020-03-17T15:41:00Z,03/17 11:41,,,2020-03-17T15:41:00Z,72,0,4,22,18,4,18,0,0,aeb8f3a267302db93dd3fd22364f09ca924edfc9,0,0,0,0,0,
+20200317,RI,23,403,149,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,44,2,95,575,426,97,426,0,0,cf7d83faa3e371a9c8159ad3d848dea6b9a2334d,0,0,0,0,0,
+20200317,SC,33,311,,,,,,,,,,3/17/2020 12:02,2020-03-17T12:02:00Z,03/17 08:02,1,,2020-03-17T12:02:00Z,45,5,76,344,344,81,344,0,0,e8d44d2b66fc40d04a27af7178004631441fa8ad,0,0,0,0,0,
+20200317,SD,11,551,35,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,46,1,57,597,562,58,562,0,0,448d14cf2dbb0578fab4c4ed70cb608204be4b32,0,0,0,0,0,
+20200317,TN,73,330,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,47,21,60,403,403,81,403,0,0,3596363ab37f6e08c2076872e849fac094ad0166,0,0,0,0,0,
+20200317,TX,64,1204,,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,1,,2020-03-17T13:00:00Z,48,7,1204,1268,1268,1211,1268,1,0,69f82fdf90dbe722697b30cedb3dc08d2c62c9a7,0,0,0,0,0,
+20200317,UT,51,131,,,,,,,,,,3/17/2020 14:45,2020-03-17T14:45:00Z,03/17 10:45,0,,2020-03-17T14:45:00Z,49,12,0,182,182,12,182,0,0,e84363a7881f8d3d199dc33069c433f15ae72166,0,0,0,0,0,
+20200317,VA,67,961,,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,1,,2020-03-17T12:00:00Z,51,16,523,1028,1028,539,1028,0,0,932defb25841d37d6e7fff7f21e2d0abdae63b9f,0,0,0,0,0,
+20200317,VI,2,,,,,,,,,,,3/16/2020 00:01,2020-03-16T00:01:00Z,03/15 20:01,,,2020-03-16T00:01:00Z,78,1,0,2,2,1,2,0,0,b965babe7711297340712126859841411febff69,0,0,0,0,0,
+20200317,VT,19,581,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,50,2,94,600,600,96,600,0,0,e05c49996a293a58b356318b7893dd3d5846f3c0,0,0,0,0,0,
+20200317,WA,1840,27344,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,78,,2020-03-17T00:00:00Z,53,263,4387,29184,29184,4650,29184,9,0,08d58c215263fb9380383f580b5e2fa10612563f,0,0,0,0,0,
+20200317,WI,72,1038,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,55,25,534,1110,1110,559,1110,0,0,e9f5a62c1eeb8bb6c868f996ce1749253c6830c4,0,0,0,0,0,
+20200317,WV,0,80,4,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,0,,2020-03-16T00:00:00Z,54,0,0,84,80,0,80,0,0,a0968ec432d755d1bef076066711127ceea7adeb,0,0,0,0,0,
+20200317,WY,10,95,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,56,7,95,105,105,102,105,0,0,53925f42e7a9607a20f4dd76679f8ce3d1c88d97,0,0,0,0,0,
+20200316,AK,1,143,,,,,,,,,,3/16/2020 15:06,2020-03-16T15:06:00Z,03/16 11:06,0,,2020-03-16T15:06:00Z,02,0,0,144,144,0,144,0,0,4063bac087fed5d75b26fe35e3b1f44c876f352e,0,0,0,0,0,
+20200316,AL,28,28,40,,,,,,,,,3/16/2020 15:08,2020-03-16T15:08:00Z,03/16 11:08,0,,2020-03-16T15:08:00Z,01,16,0,96,56,16,56,0,0,4ed15757057a810de32c7aba92f0c99bd64059ac,0,0,0,0,0,
+20200316,AR,22,132,14,,,,,,,,,3/16/2020 15:08,2020-03-16T15:08:00Z,03/16 11:08,,,2020-03-16T15:08:00Z,05,6,29,168,154,35,154,0,0,6e8573007e401e6dca24919d0b0ee4fa88412404,0,0,0,0,0,
+20200316,AS,,,,,,,,,,,,3/16/2020 15:54,2020-03-16T15:54:00Z,03/16 11:54,,,2020-03-16T15:54:00Z,60,0,0,0,0,0,0,0,0,0250ce84b556ff8ebac391d9afff8655e82398b1,0,0,0,0,0,
+20200316,AZ,18,125,63,,,,,,,,,3/16/2020 16:16,2020-03-16T16:16:00Z,03/16 12:16,0,,2020-03-16T16:16:00Z,04,6,4,206,143,10,143,0,0,68998fcfb3fc83279f13c01c11dfa0bc07287465,0,0,0,0,0,
+20200316,CA,335,7981,,,,,,,,,,3/16/2020 15:10,2020-03-16T15:10:00Z,03/16 11:10,6,,2020-03-16T15:10:00Z,06,42,7065,8316,8316,7107,8316,1,0,c43815bf5484edd9ab52451b7a87616169dd0b33,0,0,0,0,0,
+20200316,CO,131,627,,,,,,,,,,3/16/2020 15:35,2020-03-16T15:35:00Z,03/16 11:35,1,,2020-03-16T15:35:00Z,08,0,0,758,758,0,758,0,0,469a9ffa9dd533b5f862ef5d7e030464492a807c,0,0,0,0,0,
+20200316,CT,26,125,,,,,,,,,,3/16/2020 15:36,2020-03-16T15:36:00Z,03/16 11:36,,,2020-03-16T15:36:00Z,09,6,0,151,151,6,151,0,0,9c048308ff2652fd43f5548e572c0699d46abb6b,0,0,0,0,0,
+20200316,DC,17,96,7,,,,,,,,,3/16/2020 15:36,2020-03-16T15:36:00Z,03/16 11:36,,,2020-03-16T15:36:00Z,11,1,17,120,113,18,113,0,0,5c0eedb22ad30a35b6873d4292608faeaa410b2f,0,0,0,0,0,
+20200316,DE,8,36,32,,,,,,,,,3/16/2020 15:37,2020-03-16T15:37:00Z,03/16 11:37,,,2020-03-16T15:37:00Z,10,2,0,76,44,2,44,0,0,2b4821c1992ef76bcc724049f9a0b9874cf40b40,0,0,0,0,0,
+20200316,FL,141,684,514,,,,,,,,,3/16/2020 16:13,2020-03-16T16:13:00Z,03/16 12:13,4,,2020-03-16T16:13:00Z,12,25,6,1339,825,31,825,0,0,8afbd3909c02b5f23a2a7f4d28d928430bf316ee,0,0,0,0,0,
+20200316,GA,121,,,,,,,,,,,3/16/2020 15:19,2020-03-16T15:19:00Z,03/16 11:19,1,,2020-03-16T15:19:00Z,13,22,0,121,121,22,121,0,0,f2efef443ebd0bb0a65e1a9463a4f35ea681e7f1,0,0,0,0,0,
+20200316,GU,3,23,,,,,,,,,,3/16/2020 15:58,2020-03-16T15:58:00Z,03/16 11:58,,,2020-03-16T15:58:00Z,66,0,0,26,26,0,26,0,0,be818653d044ac122cfa003ee9640581353c75f7,0,0,0,0,0,
+20200316,HI,7,,,,,,,,,,,3/16/2020 15:39,2020-03-16T15:39:00Z,03/16 11:39,,,2020-03-16T15:39:00Z,15,5,0,7,7,5,7,0,0,beab8e2ec0bf8a1baf11f7818a37b14c493320c2,0,0,0,0,0,
+20200316,IA,22,83,,,,,,,,,,3/16/2020 15:41,2020-03-16T15:41:00Z,03/16 11:41,,,2020-03-16T15:41:00Z,19,4,0,105,105,4,105,0,0,1bf1470af8da938abfd7ecee8e176fc2fca0da62,0,0,0,0,0,
+20200316,ID,5,265,,,,,,,,,,3/16/2020 15:42,2020-03-16T15:42:00Z,03/16 11:42,,,2020-03-16T15:42:00Z,16,0,91,270,270,91,270,0,0,7f90f4c306c57a0e82734e7e7f38b4854cf21db3,0,0,0,0,0,
+20200316,IL,93,932,,,,,,,,,,3/16/2020 15:43,2020-03-16T15:43:00Z,03/16 11:43,,,2020-03-16T15:43:00Z,17,29,483,1025,1025,512,1025,0,0,64a66e27c3a963e5a5c36e0636a8717fd2accec9,0,0,0,0,0,
+20200316,IN,24,115,,,,,,,,,,3/16/2020 15:44,2020-03-16T15:44:00Z,03/16 11:44,1,,2020-03-16T15:44:00Z,18,5,13,139,139,18,139,1,0,854bfc9a574ffea4ff93e971303f9519ea76adfa,0,0,0,0,0,
+20200316,KS,11,166,,,,,,,,,,3/16/2020 16:17,2020-03-16T16:17:00Z,03/16 12:17,1,,2020-03-16T16:17:00Z,20,3,31,177,177,34,177,0,0,a864b9c6e247fa3670447ba7048d8c8fe5c6d51b,0,0,0,0,0,
+20200316,KY,21,234,,,,,,,,,,3/16/2020 15:45,2020-03-16T15:45:00Z,03/16 11:45,1,,2020-03-16T15:45:00Z,21,5,95,255,255,100,255,1,0,e4a7c0d3868c818fb37d2b7c8efb21b78366ec23,0,0,0,0,0,
+20200316,LA,115,188,,,,,,,,,,3/16/2020 15:50,2020-03-16T15:50:00Z,03/16 11:50,2,,2020-03-16T15:50:00Z,22,25,32,303,303,57,303,0,0,d208af8f0e6257eee6d4467be3d6c427589eac12,0,0,0,0,0,
+20200316,MA,97,1199,,,,,,,,,,3/16/2020 15:48,2020-03-16T15:48:00Z,03/16 11:48,,,2020-03-16T15:48:00Z,25,33,615,1296,1296,648,1296,0,0,70c3bb8c7e34fb194cb7e0ecd93f411933ceacd6,0,0,0,0,0,
+20200316,MD,37,94,,,,,,,,,,3/16/2020 15:49,2020-03-16T15:49:00Z,03/16 11:49,,,2020-03-16T15:49:00Z,24,6,0,131,131,6,131,0,0,c39e11ad7d62d2bf599fe138c49f479ff08642c7,0,0,0,0,0,
+20200316,ME,17,764,,,,,,,,,,3/16/2020 15:51,2020-03-16T15:51:00Z,03/16 11:51,,,2020-03-16T15:51:00Z,23,14,673,781,781,687,781,0,0,dbe07e56f605b292e19e6a9de86ace564bdee436,0,0,0,0,0,
+20200316,MI,1933,272,30,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,,,2020-03-16T15:52:00Z,26,453,67,2235,2205,520,2205,0,0,4b7538c5a5d547d85948efc6ef64edd9337c9d28,0,0,0,0,0,
+20200316,MN,54,1839,,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,,,2020-03-16T15:52:00Z,27,19,452,1893,1893,471,1893,0,0,affb8c64427286198ffc78f040614140bb8a580b,0,0,0,0,0,
+20200316,MO,6,164,,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,0,,2020-03-16T15:52:00Z,29,1,42,170,170,43,170,0,0,9a9db15d98f6fdb61bc78fdce33403c768370dc3,0,0,0,0,0,
+20200316,MP,0,,,,,,,,,,,3/16/2020 15:55,2020-03-16T15:55:00Z,03/16 11:55,,,2020-03-16T15:55:00Z,69,0,0,0,0,0,0,0,0,f9dcec4eef0598d8756d146eb8136a827a7a9b73,0,0,0,0,0,
+20200316,MS,12,277,,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,,,2020-03-16T15:52:00Z,28,2,193,289,289,195,289,0,0,6e883d40c2343eaed92396abd538c6caa8e55e9a,0,0,0,0,0,
+20200316,MT,7,198,,,,,,,,,,3/16/2020 15:51,2020-03-16T15:51:00Z,03/16 11:51,,,2020-03-16T15:51:00Z,30,0,95,205,205,95,205,0,0,fd67c0d0b5b7402a9f93b73c90f2d46fc2596d90,0,0,0,0,0,
+20200316,NC,33,296,151,,,,,,,,,3/16/2020 15:33,2020-03-16T15:33:00Z,03/16 11:33,0,,2020-03-16T15:33:00Z,37,1,69,480,329,70,329,0,0,4105a6d5f085f5c04dd7a8aea6f820a972c39fa0,0,0,0,0,0,
+20200316,ND,1,123,0,,,,,,,,,3/16/2020 15:45,2020-03-16T15:45:00Z,03/16 11:45,0,,2020-03-16T15:45:00Z,38,0,28,124,124,28,124,0,0,718f9c96a798d82edd40764eae331839c37b2894,0,0,0,0,0,
+20200316,NE,18,170,,,,,,,,,,3/16/2020 15:32,2020-03-16T15:32:00Z,03/16 11:32,,,2020-03-16T15:32:00Z,31,1,90,188,188,91,188,0,0,3823697faa3e30cad78adb6ca84311338f0c1ee7,0,0,0,0,0,
+20200316,NH,13,271,95,,,,,,,,,3/16/2020 15:12,2020-03-16T15:12:00Z,03/16 11:12,,,2020-03-16T15:12:00Z,33,0,0,379,284,0,284,0,0,0fde95ac7c0c9f4b611cc426cbff1776480b99f2,0,0,0,0,0,
+20200316,NJ,178,120,20,,,,,,,,,3/16/2020 15:08,2020-03-16T15:08:00Z,03/16 11:08,2,,2020-03-16T15:08:00Z,34,80,0,318,298,80,298,0,0,ca03e86865fd67dab4377f2234c4e1998a994a81,0,0,0,0,0,
+20200316,NM,17,566,,,,,,,,,,3/16/2020 15:11,2020-03-16T15:11:00Z,03/16 11:11,,,2020-03-16T15:11:00Z,35,4,84,583,583,88,583,0,0,5e2d18031a2812dd1e660c2064699394f61c14f2,0,0,0,0,0,
+20200316,NV,45,168,,,,,,,,,,3/16/2020 15:16,2020-03-16T15:16:00Z,03/16 11:16,1,,2020-03-16T15:16:00Z,32,24,0,213,213,24,213,1,0,c741f989c14d21f28204ecd84679dd8ef75e9d0d,0,0,0,0,0,
+20200316,NY,950,4543,,,,,,,,,,3/16/2020 16:22,2020-03-16T16:22:00Z,03/16 12:22,7,,2020-03-16T16:22:00Z,36,221,0,5493,5493,221,5493,4,0,5b251f56809bef2808d01bddb0cc041e228c337f,0,0,0,0,0,
+20200316,OH,50,140,361,,,,,,,,,3/16/2020 15:36,2020-03-16T15:36:00Z,03/16 11:36,,,2020-03-16T15:36:00Z,39,14,1,551,190,15,190,0,0,ff0d44d91c5a10f8eb15a22e27e904a54d697de3,0,0,0,0,0,
+20200316,OK,10,174,29,,,,,,,,,3/16/2020 15:37,2020-03-16T15:37:00Z,03/16 11:37,,,2020-03-16T15:37:00Z,40,1,56,213,184,57,184,0,0,27fad8d138609b0696ea153fe32e2802d67e7732,0,0,0,0,0,
+20200316,OR,39,579,182,,,,,,,,,3/16/2020 15:38,2020-03-16T15:38:00Z,03/16 11:38,,,2020-03-16T15:38:00Z,41,3,159,800,618,162,618,0,0,9c1f8e7015a2bb70acafb24a25c1b920d4ad9e17,0,0,0,0,0,
+20200316,PA,76,670,,,,,,,,,,3/16/2020 15:28,2020-03-16T15:28:00Z,03/16 11:28,,,2020-03-16T15:28:00Z,42,13,465,746,746,478,746,0,0,227a6ae6fc061d31494ff8565c38e8a5fed0a809,0,0,0,0,0,
+20200316,PR,5,9,,,,,,,,,,3/16/2020 15:44,2020-03-16T15:44:00Z,03/16 11:44,,,2020-03-16T15:44:00Z,72,0,0,14,14,0,14,0,0,027d64c8c6a08031569cf26a9eac09ec12f8fd27,0,0,0,0,0,
+20200316,RI,21,308,149,,,,,,,,,3/16/2020 15:40,2020-03-16T15:40:00Z,03/16 11:40,,,2020-03-16T15:40:00Z,44,1,37,478,329,38,329,0,0,f96f183719828df553f460d8665412d964d73a6a,0,0,0,0,0,
+20200316,SC,28,235,,,,,,,,,,3/16/2020 15:24,2020-03-16T15:24:00Z,03/16 11:24,1,,2020-03-16T15:24:00Z,45,9,81,263,263,90,263,1,0,92f72f20ce78eb53284b6798de23b0ea4fdbc49f,0,0,0,0,0,
+20200316,SD,10,494,0,,,,,,,,,3/16/2020 15:40,2020-03-16T15:40:00Z,03/16 11:40,,,2020-03-16T15:40:00Z,46,1,167,504,504,168,504,0,0,5e2293de1da42b672d806610c62632a2ad9e80b2,0,0,0,0,0,
+20200316,TN,52,270,,,,,,,,,,3/16/2020 15:23,2020-03-16T15:23:00Z,03/16 11:23,,,2020-03-16T15:23:00Z,47,13,113,322,322,126,322,0,0,820d94b201e92b5487333d07c82ebca971d9958c,0,0,0,0,0,
+20200316,TX,57,,,,,,,,,,,3/16/2020 15:21,2020-03-16T15:21:00Z,03/16 11:21,,,2020-03-16T15:21:00Z,48,1,0,57,57,1,57,0,0,15510063d1e81f3b9ae9a3a6a50c4bbc37478df2,0,0,0,0,0,
+20200316,UT,39,131,,,,,,,,,,3/16/2020 15:17,2020-03-16T15:17:00Z,03/16 11:17,0,,2020-03-16T15:17:00Z,49,11,0,170,170,11,170,0,0,8030b8c7599461451952cf57cc1de5efc5361150,0,0,0,0,0,
+20200316,VA,51,438,,,,,,,,,,3/16/2020 16:09,2020-03-16T16:09:00Z,03/16 12:09,1,,2020-03-16T16:09:00Z,51,6,75,489,489,81,489,0,0,837a87451357d383ee784a26ee76693af2216f14,0,0,0,0,0,
+20200316,VI,1,,,,,,,,,,,3/16/2020 15:58,2020-03-16T15:58:00Z,03/16 11:58,,,2020-03-16T15:58:00Z,78,0,0,1,1,0,1,0,0,cd2aae4e383507387a372f2f2f9cac5b4eee97fe,0,0,0,0,0,
+20200316,VT,17,487,,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,,,2020-03-16T00:00:00Z,50,5,82,504,504,87,504,0,0,0d6bb07de97a8d1fbdb39f7a212326375d4b7e2c,0,0,0,0,0,
+20200316,WA,1577,22957,,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,69,,2020-03-16T00:00:00Z,53,300,4604,24534,24534,4904,24534,12,0,377001a9cf33205263312d63f887810001fd82a3,0,0,0,0,0,
+20200316,WI,47,504,,,,,,,,,,3/16/2020 15:06,2020-03-16T15:06:00Z,03/16 11:06,,,2020-03-16T15:06:00Z,55,14,191,551,551,205,551,0,0,23720ce14212374a4d3cd7a9bb7d6a39c34bdad4,0,0,0,0,0,
+20200316,WV,0,80,4,,,,,,,,,3/16/2020 15:53,2020-03-16T15:53:00Z,03/16 11:53,0,,2020-03-16T15:53:00Z,54,0,42,84,80,42,80,0,0,80e975a19bb402b328f9c7a41b01de333ebc1bf8,0,0,0,0,0,
+20200316,WY,3,,,,,,,,,,,3/16/2020 15:04,2020-03-16T15:04:00Z,03/16 11:04,,,2020-03-16T15:04:00Z,56,0,0,3,3,0,3,0,0,c921382d134712b8e09cb605a212a8a2314bc515,0,0,0,0,0,
+20200315,AK,1,143,,,,,,,,,,3/13/2020 16:30,2020-03-13T16:30:00Z,03/13 12:30,0,,2020-03-13T16:30:00Z,02,0,0,144,144,0,144,0,0,d7a19700c8cbe78150eca114fc5c995825d8096d,0,0,0,0,0,
+20200315,AL,12,28,46,,,,,,,,,3/15/2020 14:12,2020-03-15T14:12:00Z,03/15 10:12,0,,2020-03-15T14:12:00Z,01,6,6,86,40,12,40,0,0,d6f9c33a41746a8f168e76886a0bcc983707be3e,0,0,0,0,0,
+20200315,AR,16,103,30,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,05,4,38,149,119,42,119,0,0,693a3b11c551da69a15b184dab43d1fdbcbc2e77,0,0,0,0,0,
+20200315,AZ,12,121,50,,,,,,,,,3/15/2020 12:01,2020-03-15T12:01:00Z,03/15 08:01,0,,2020-03-15T12:01:00Z,04,0,0,183,133,0,133,0,0,17ca7d23040e276b2fdaba0e899d13ee6fc9ce34,0,0,0,0,0,
+20200315,CA,293,916,,,,,,,,,,3/14/2020 11:00,2020-03-14T11:00:00Z,03/14 07:00,5,,2020-03-14T11:00:00Z,06,41,0,1209,1209,41,1209,0,0,16cbc9630b643871b378de4122630d2fbffb5c04,0,0,0,0,0,
+20200315,CO,131,627,,,,,,,,,,3/15/2020 15:45,2020-03-15T15:45:00Z,03/15 11:45,1,,2020-03-15T15:45:00Z,08,30,17,758,758,47,758,0,0,82444d4e5aae360d02398f33a5958caacfc6ab5b,0,0,0,0,0,
+20200315,CT,20,125,,,,,,,,,,3/14/2020 17:00,2020-03-14T17:00:00Z,03/14 13:00,,,2020-03-14T17:00:00Z,09,9,0,145,145,9,145,0,0,70938846ad6f5e743388069e24a7ecf83b2ef56d,0,0,0,0,0,
+20200315,DC,16,79,20,,,,,,,,,3/14/2020 19:30,2020-03-14T19:30:00Z,03/14 15:30,,,2020-03-14T19:30:00Z,11,6,30,115,95,36,95,0,0,5575d39900b0f51c2748cab6ad385aa144c8a096,0,0,0,0,0,
+20200315,DE,6,36,32,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,,,2020-03-14T13:00:00Z,10,0,0,74,42,0,42,0,0,4da1bfbebc4d9887acb8b68b1fe71f7dd6da140f,0,0,0,0,0,
+20200315,FL,116,678,454,,,,,,,,,3/15/2020 01:45,2020-03-15T01:45:00Z,03/14 21:45,4,,2020-03-15T01:45:00Z,12,39,200,1248,794,239,794,1,0,668577a8e95053c3a64b4fa51df2a2bb9e5f7729,0,0,0,0,0,
+20200315,GA,99,,,,,,,,,,,3/15/2020 11:43,2020-03-15T11:43:00Z,03/15 07:43,1,,2020-03-15T11:43:00Z,13,33,0,99,99,33,99,0,0,2ecd2ff657c918966cda356756c81f4bd8e1b91a,0,0,0,0,0,
+20200315,HI,2,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,15,0,0,2,2,0,2,0,0,3aa78c086776f7b504b6592a94b90f71f4bbe127,0,0,0,0,0,
+20200315,IA,18,83,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,19,1,0,101,101,1,101,0,0,b03234e34e9de6b6946af15fcf8acdaa02a1c9b2,0,0,0,0,0,
+20200315,ID,5,174,,,,,,,,,,3/13/2020 22:45,2020-03-13T22:45:00Z,03/13 18:45,,,2020-03-13T22:45:00Z,16,3,0,179,179,3,179,0,0,efe621649971ef319868cffb4eefa6d5ee765836,0,0,0,0,0,
+20200315,IL,64,449,195,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,17,18,133,708,513,151,513,0,0,078723e3f545954028d875eb7f165cc42e7d43a6,0,0,0,0,0,
+20200315,IN,19,102,,,,,,,,,,3/15/2020 00:59,2020-03-15T00:59:00Z,03/14 20:59,0,,2020-03-15T00:59:00Z,18,4,28,121,121,32,121,0,0,f02b9557972a16dac66ce944d4bb631aa6db03ca,0,0,0,0,0,
+20200315,KS,8,135,,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,1,,2020-03-14T13:00:00Z,20,2,42,143,143,44,143,0,0,fa642d7175dd403b765252f9e110b78ffdaac7d1,0,0,0,0,0,
+20200315,KY,16,139,,,,,,,,,,3/14/2020 16:00,2020-03-14T16:00:00Z,03/14 12:00,,,2020-03-14T16:00:00Z,21,2,0,155,155,2,155,0,0,a98eb5aabeafe9f6a29e24673401d824c6b7b648,0,0,0,0,0,
+20200315,LA,90,156,,,,,,,,,,3/15/2020 11:30,2020-03-15T11:30:00Z,03/15 07:30,2,,2020-03-15T11:30:00Z,22,39,47,246,246,86,246,2,0,8020cae9199842f28d478b2fa78d898826ca8d09,0,0,0,0,0,
+20200315,MA,64,584,,,,,,,,,,3/14/2020 16:00,2020-03-14T16:00:00Z,03/14 12:00,,,2020-03-14T16:00:00Z,25,26,584,648,648,610,648,0,0,4f1bfa20b7da4d93e81f00095995ed5a716b5e1e,0,0,0,0,0,
+20200315,MD,31,94,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,24,5,0,125,125,5,125,0,0,e08630c3ae760676a99c9448e4a98c95f13025ea,0,0,0,0,0,
+20200315,ME,3,91,17,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,23,0,0,111,94,0,94,0,0,01d4dd37e3f10bb25fbe8dc916db1cb446f12355,0,0,0,0,0,
+20200315,MI,1480,205,26,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,26,284,0,1711,1685,284,1685,0,0,980f33c27107d0c9fdab1ddffc185c90795b6ca8,0,0,0,0,0,
+20200315,MN,35,1387,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,27,14,540,1422,1422,554,1422,0,0,a89d23bd09fac3f0670b34fd5cf1485ed06aa7a0,0,0,0,0,0,
+20200315,MO,5,122,,,,,,,,,,3/14/2020 22:00,2020-03-14T22:00:00Z,03/14 18:00,0,,2020-03-14T22:00:00Z,29,1,32,127,127,33,127,0,0,0fc6ccf49cfe13d2dec724844ea18290fdd3624c,0,0,0,0,0,
+20200315,MS,10,84,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,28,4,0,94,94,4,94,0,0,68d6ffa64edd5e86e7846ec98e110a5ff868801b,0,0,0,0,0,
+20200315,MT,7,103,57,,,,,,,,,3/14/2020 17:52,2020-03-14T17:52:00Z,03/14 13:52,,,2020-03-14T17:52:00Z,30,2,0,167,110,2,110,0,0,82c4cd44fb01a94947f81be9d494f49118920c5a,0,0,0,0,0,
+20200315,NC,32,227,151,,,,,,,,,3/15/2020 10:30,2020-03-15T10:30:00Z,03/15 06:30,,,2020-03-15T10:30:00Z,37,9,90,410,259,99,259,0,0,3cf2d1fe7a87af64721ccf99d52eda6b350b4f57,0,0,0,0,0,
+20200315,ND,1,95,4,,,,,,,,,3/15/2020 12:00,2020-03-15T12:00:00Z,03/15 08:00,0,,2020-03-15T12:00:00Z,38,0,41,100,96,41,96,0,0,3b18a117cb724212f35ecab4f390fdad03357c37,0,0,0,0,0,
+20200315,NE,17,80,33,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,31,3,0,130,97,3,97,0,0,4d66c2cb82d874857490ec261ddffe1d853c789b,0,0,0,0,0,
+20200315,NH,13,271,95,,,,,,,,,3/15/2020 09:00,2020-03-15T09:00:00Z,03/15 05:00,,,2020-03-15T09:00:00Z,33,6,59,379,284,65,284,0,0,e3cc0ce90de035a645a1af588e3068829b973222,0,0,0,0,0,
+20200315,NJ,98,120,34,,,,,,,,,3/15/2020 13:00,2020-03-15T13:00:00Z,03/15 09:00,2,,2020-03-15T13:00:00Z,34,48,23,252,218,71,218,1,0,506035eb81abdc0a9df26c18cb4bf05bd4bdf53b,0,0,0,0,0,
+20200315,NM,13,482,,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,,,2020-03-13T13:00:00Z,35,3,245,495,495,248,495,0,0,b298f48c75ce5c3a4031eeb9f13405b7787600f2,0,0,0,0,0,
+20200315,NV,21,168,164,,,,,,,,,3/14/2020 17:05,2020-03-14T17:05:00Z,03/14 13:05,,,2020-03-14T17:05:00Z,32,1,0,353,189,1,189,0,0,b1b0bceef1aa97cb1a609f221f23035eeaf9f218,0,0,0,0,0,
+20200315,NY,729,4543,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,3,,2020-03-15T00:00:00Z,36,205,1764,5272,5272,1969,5272,3,0,eef9327c1175fae51d1a41daa650f85602d64ac0,0,0,0,0,0,
+20200315,OH,36,139,350,,,,,,,,,3/15/2020 14:00,2020-03-15T14:00:00Z,03/15 10:00,,,2020-03-15T14:00:00Z,39,23,89,525,175,112,175,0,0,4cf1afaa9df6be3608ef709b71d28b56ffe4b3ac,0,0,0,0,0,
+20200315,OK,9,118,12,,,,,,,,,3/15/2020 12:15,2020-03-15T12:15:00Z,03/15 08:15,,,2020-03-15T12:15:00Z,40,5,82,139,127,87,127,0,0,1911819f41fe47e46706f45a3592fc248af9b1cd,0,0,0,0,0,
+20200315,OR,36,420,225,,,,,,,,,3/14/2020 14:00,2020-03-14T14:00:00Z,03/14 10:00,,,2020-03-14T14:00:00Z,41,6,83,681,456,89,456,0,0,ff92c02358692277affcf1e6423144a137f1dbe7,0,0,0,0,0,
+20200315,PA,63,205,183,,,,,,,,,3/15/2020 12:00,2020-03-15T12:00:00Z,03/15 08:00,,,2020-03-15T12:00:00Z,42,16,0,451,268,16,268,0,0,8eacff3928207d9ed099ce4189e445857390d08c,0,0,0,0,0,
+20200315,RI,20,271,57,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,44,0,73,348,291,73,291,0,0,366a4e1839f18df7a50398bcaacdc75379e67a59,0,0,0,0,0,
+20200315,SC,19,154,,,,,,,,,,3/14/2020 16:18,2020-03-14T16:18:00Z,03/14 12:18,,,2020-03-14T16:18:00Z,45,6,44,173,173,50,173,0,0,fcc1fb47158a81f37fc025002ff3dcc929a45340,0,0,0,0,0,
+20200315,SD,9,327,6,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,46,0,145,342,336,145,336,0,0,a45b7f33cce20d09369e1059ab2773ddf6111351,0,0,0,0,0,
+20200315,TN,39,157,,,,,,,,,,3/15/2020 15:00,2020-03-15T15:00:00Z,03/15 11:00,,,2020-03-15T15:00:00Z,47,7,27,196,196,34,196,0,0,ece464b77260102595488f463198140f92ce06b4,0,0,0,0,0,
+20200315,TX,56,,,,,,,,,,,3/15/2020 13:00,2020-03-15T13:00:00Z,03/15 09:00,,,2020-03-15T13:00:00Z,48,5,0,56,56,5,56,0,0,c13c5b8ed0647d4e07ea12d1ceb1fb74cc18f92f,0,0,0,0,0,
+20200315,UT,28,131,,,,,,,,,,3/15/2020 14:45,2020-03-15T14:45:00Z,03/15 10:45,0,,2020-03-15T14:45:00Z,49,22,0,159,159,22,159,0,0,8e27ac33e246aa99a16532afbc43812a0c0f4453,0,0,0,0,0,
+20200315,VA,45,363,,,,,,,,,,3/15/2020 14:15,2020-03-15T14:15:00Z,03/15 10:15,1,,2020-03-15T14:15:00Z,51,15,246,408,408,261,408,1,0,93b3a6621bd86dab9b937ed8e59f84c3f9245d8b,0,0,0,0,0,
+20200315,VT,12,405,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,50,4,73,417,417,77,417,0,0,06536316046175f4d124c478a3255ba141004b55,0,0,0,0,0,
+20200315,WA,1277,18353,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,57,,2020-03-15T00:00:00Z,53,106,1585,19630,19630,1691,19630,6,0,be3084eec976933104e7b47176e39fa7d068c8bb,0,0,0,0,0,
+20200315,WI,33,313,,,,,,,,,,3/14/2020 15:00,2020-03-14T15:00:00Z,03/14 11:00,,,2020-03-14T15:00:00Z,55,14,144,346,346,158,346,0,0,60fa362a7f98ba504291eb239bd54bf0dc1564f5,0,0,0,0,0,
+20200315,WV,0,38,1,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,0,,2020-03-14T00:00:00Z,54,0,12,39,38,12,38,0,0,959befa482b2cdbecdf436e77d756488c94c05a8,0,0,0,0,0,
+20200315,WY,3,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,56,1,0,3,3,1,3,0,0,2b20f7a90314fb94c42afdc5394cb194238d4a44,0,0,0,0,0,
+20200314,AK,1,143,,,,,,,,,,3/13/2020 16:30,2020-03-13T16:30:00Z,03/13 12:30,0,,2020-03-13T16:30:00Z,02,0,84,144,144,84,144,0,0,c70b394b37b731a64ad162f949569f1ea91d3858,0,0,0,0,0,
+20200314,AL,6,22,46,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,01,5,11,74,28,16,28,0,0,82ecb80585a0ba482db6013e256c1a733f2b7bb2,0,0,0,0,0,
+20200314,AR,12,65,26,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,05,3,35,103,77,38,77,0,0,54617be44c4faebb1caab84eb3992fb780b9f004,0,0,0,0,0,
+20200314,AZ,12,121,50,,,,,,,,,3/14/2020 12:01,2020-03-14T12:01:00Z,03/14 08:01,0,,2020-03-14T12:01:00Z,04,3,27,183,133,30,133,0,0,88e7a0adf69840d43cfd91db3f4c7aae828d043d,0,0,0,0,0,
+20200314,CA,252,916,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,5,,2020-03-13T11:00:00Z,06,50,0,1168,1168,50,1168,1,0,ce74465baf63725a45a14b9abbd1791b148a3871,0,0,0,0,0,
+20200314,CO,101,610,,,,,,,,,,3/14/2020 14:00,2020-03-14T14:00:00Z,03/14 10:00,1,,2020-03-14T14:00:00Z,08,29,86,711,711,115,711,1,0,8fa1141036aaf749961b20987a93a2681a544759,0,0,0,0,0,
+20200314,CT,11,125,,,,,,,,,,3/13/2020 16:00,2020-03-13T16:00:00Z,03/13 12:00,,,2020-03-13T16:00:00Z,09,5,26,136,136,31,136,0,0,49e520270bac791548368c11fff9a3caa16c0d93,0,0,0,0,0,
+20200314,DC,10,49,10,,,,,,,,,3/13/2020 19:00,2020-03-13T19:00:00Z,03/13 15:00,,,2020-03-13T19:00:00Z,11,0,29,69,59,29,59,0,0,d3be4f047da19c7bd1c8699b003daffa1268e229,0,0,0,0,0,
+20200314,DE,6,36,32,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,,,2020-03-14T13:00:00Z,10,2,6,74,42,8,42,0,0,643772a81dc1a416ed481e22bf4bb2b98b51f025,0,0,0,0,0,
+20200314,FL,77,478,221,,,,,,,,,3/14/2020 00:54,2020-03-14T00:54:00Z,03/13 20:54,3,,2020-03-14T00:54:00Z,12,27,0,776,555,27,555,1,0,a8978bcae099a207c2a95a167ce1470667dc35ae,0,0,0,0,0,
+20200314,GA,66,,,,,,,,,,,3/14/2020 12:00,2020-03-14T12:00:00Z,03/14 08:00,1,,2020-03-14T12:00:00Z,13,24,0,66,66,24,66,0,0,a11d51a2580ff4cb244e2257095b24d2c61c81bb,0,0,0,0,0,
+20200314,HI,2,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,15,0,0,2,2,0,2,0,0,68ce532f5aa46a3f6d778e5ea25a8a1f74bf9b81,0,0,0,0,0,
+20200314,IA,17,83,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,19,1,0,100,100,1,100,0,0,e02b4c40c126eeaec0303122b83072b955aa0fef,0,0,0,0,0,
+20200314,ID,2,174,,,,,,,,,,3/13/2020 22:45,2020-03-13T22:45:00Z,03/13 18:45,,,2020-03-13T22:45:00Z,16,2,43,176,176,45,176,0,0,ec33ef5566658d6f254a153b94c0892819e7873b,0,0,0,0,0,
+20200314,IL,46,316,82,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,17,14,22,444,362,36,362,0,0,d9d5cac86ce0ef90a9f937ac6a29916e94198004,0,0,0,0,0,
+20200314,IN,15,74,,,,,,,,,,3/13/2020 23:59,2020-03-13T23:59:00Z,03/13 19:59,0,,2020-03-13T23:59:00Z,18,3,13,89,89,16,89,0,0,b3e2ab1df421bedc8fac3035fbf9273a14fa65cf,0,0,0,0,0,
+20200314,KS,6,93,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,1,,2020-03-13T11:00:00Z,20,0,0,99,99,0,99,1,0,76f5e32aa5cc4aff1bde75cb46296cd16e2c49d6,0,0,0,0,0,
+20200314,KY,14,139,,,,,,,,,,3/13/2020 17:00,2020-03-13T17:00:00Z,03/13 13:00,,,2020-03-13T17:00:00Z,21,3,32,153,153,35,153,0,0,f476e6b43744453f2a269766a61dc3fefd550dc3,0,0,0,0,0,
+20200314,LA,51,109,,,,,,,,,,3/14/2020 12:15,2020-03-14T12:15:00Z,03/14 08:15,,,2020-03-14T12:15:00Z,22,15,72,160,160,87,160,0,0,3469b560f1a194643b247916c2e39d3ab8a64b27,0,0,0,0,0,
+20200314,MA,38,,,,,,,,,,,3/14/2020 16:00,2020-03-14T16:00:00Z,03/14 12:00,,,2020-03-14T16:00:00Z,25,15,0,38,38,15,38,0,0,98a47bcdbd37699fd012a3da49198b227b11c73f,0,0,0,0,0,
+20200314,MD,26,94,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,24,9,0,120,120,9,120,0,0,36cdc41b897eae8a9d7491584549c5824575415f,0,0,0,0,0,
+20200314,ME,3,91,17,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,23,0,0,111,94,0,94,0,0,daefc496576b51aaf0ebdb5d7ce73a817471f1fc,0,0,0,0,0,
+20200314,MI,1196,205,26,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,26,251,72,1427,1401,323,1401,0,0,f3441884ed5096cff5fd82ec390c3c670c5dc2ff,0,0,0,0,0,
+20200314,MN,21,847,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,27,7,306,868,868,313,868,0,0,f572845254200dcb8606ca7b408d313cda311a68,0,0,0,0,0,
+20200314,MO,4,90,,,,,,,,,,3/13/2020 18:10,2020-03-13T18:10:00Z,03/13 14:10,0,,2020-03-13T18:10:00Z,29,2,19,94,94,21,94,0,0,81dcf28214aa354020022c4e27841dba93205d5b,0,0,0,0,0,
+20200314,MS,6,84,,,,,,,,,,3/13/2020 18:35,2020-03-13T18:35:00Z,03/13 14:35,,,2020-03-13T18:35:00Z,28,2,43,90,90,45,90,0,0,3d9a8df0d429663c83403abab61820da64327056,0,0,0,0,0,
+20200314,MT,5,103,,,,,,,,,,3/13/2020 19:00,2020-03-13T19:00:00Z,03/13 15:00,,,2020-03-13T19:00:00Z,30,4,48,108,108,52,108,0,0,85988b71f9f1b290ea3efe70614cc26cda77ae66,0,0,0,0,0,
+20200314,NC,23,137,,,,,,,,,,3/14/2020 12:00,2020-03-14T12:00:00Z,03/14 08:00,,,2020-03-14T12:00:00Z,37,8,51,160,160,59,160,0,0,fcbdd80bb3e467a8eb1e196df7606e6f1225ba40,0,0,0,0,0,
+20200314,ND,1,54,14,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,0,,2020-03-13T13:00:00Z,38,0,15,69,55,15,55,0,0,9cf31d2c6d2968b31b0349434569312f3c74fd2d,0,0,0,0,0,
+20200314,NE,14,80,33,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,31,1,0,127,94,1,94,0,0,d4f4711090647179ffeb00016ddff24dc8c544ba,0,0,0,0,0,
+20200314,NH,7,212,31,,,,,,,,,3/14/2020 09:00,2020-03-14T09:00:00Z,03/14 05:00,,,2020-03-14T09:00:00Z,33,1,118,250,219,119,219,0,0,6b57f8f6e0eb3d63dd2867e7f5e19f2bbbed106e,0,0,0,0,0,
+20200314,NJ,50,97,80,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,1,,2020-03-13T14:00:00Z,34,0,0,227,147,0,147,0,0,4e02d82ac690702e165084136c511e9a63598b1e,0,0,0,0,0,
+20200314,NM,10,237,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,35,0,47,247,247,47,247,0,0,b36a345fbe697c1de2246b0a39885a3007993911,0,0,0,0,0,
+20200314,NV,20,168,,,,,,,,,,3/14/2020 12:33,2020-03-14T12:33:00Z,03/14 08:33,,,2020-03-14T12:33:00Z,32,9,0,188,188,9,188,0,0,4bf183845fd8ca5a1f347a40d71260a2191714a4,0,0,0,0,0,
+20200314,NY,524,2779,,,,,,,,,,3/14/2020 12:30,2020-03-14T12:30:00Z,03/14 08:30,,,2020-03-14T12:30:00Z,36,103,0,3303,3303,103,3303,0,0,1d5e422510d3963348b411544331032f6fabdeb2,0,0,0,0,0,
+20200314,OH,13,50,159,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,39,0,0,222,63,0,63,0,0,4af43ef442419fe66e2cd740f4c115a2783f6011,0,0,0,0,0,
+20200314,OK,4,36,37,,,,,,,,,3/13/2020 22:30,2020-03-13T22:30:00Z,03/13 18:30,,,2020-03-13T22:30:00Z,40,1,0,77,40,1,40,0,0,19543cfa91495ee4ec2a8556ec0fb2392a3b745e,0,0,0,0,0,
+20200314,OR,30,337,157,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,,,2020-03-13T13:00:00Z,41,0,0,524,367,0,367,0,0,63e4b2b9a60110a1913cc3a7411237fb42795884,0,0,0,0,0,
+20200314,PA,47,205,150,,,,,,,,,3/14/2020 14:00,2020-03-14T14:00:00Z,03/14 10:00,,,2020-03-14T14:00:00Z,42,6,65,402,252,71,252,0,0,16aeeda70b79d2c9437180a9fc1a7a67fb767713,0,0,0,0,0,
+20200314,RI,20,198,57,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,44,6,56,275,218,62,218,0,0,cceb5cfc95a4f764cf0dda9de53fc0da9edb687f,0,0,0,0,0,
+20200314,SC,13,110,,,,,,,,,,3/13/2020 17:47,2020-03-13T17:47:00Z,03/13 13:47,,,2020-03-13T17:47:00Z,45,1,35,123,123,36,123,0,0,dc3a4e1f1800cad0ab268ed0a6f6a49cf72d8d4a,0,0,0,0,0,
+20200314,SD,9,182,3,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,46,0,109,194,191,109,191,0,0,83918e13c1eeb451279b2dc731a31df522fb0b0e,0,0,0,0,0,
+20200314,TN,32,130,,,,,,,,,,3/14/2020 15:00,2020-03-14T15:00:00Z,03/14 11:00,,,2020-03-14T15:00:00Z,47,6,14,162,162,20,162,0,0,0650281b42e743430cabbd4caed3feeae60d476b,0,0,0,0,0,
+20200314,TX,51,,,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,,,2020-03-14T13:00:00Z,48,12,0,51,51,12,51,0,0,026ffa5789e9ac38352b61ba046aab4387c08dda,0,0,0,0,0,
+20200314,UT,6,131,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,49,0,0,137,137,0,137,0,0,21b1a18cde4a8defcd07084a4018df902ea786ac,0,0,0,0,0,
+20200314,VA,30,117,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,,,2020-03-13T11:00:00Z,51,0,0,147,147,0,147,0,0,f552c8d7bc76a086819db773e159b610395c9eef,0,0,0,0,0,
+20200314,VT,8,332,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,50,3,109,340,340,112,340,0,0,5f9aeb68b1977be6a85f53a2c0a7e40788fffb80,0,0,0,0,0,
+20200314,WA,1171,16768,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,51,,2020-03-14T00:00:00Z,53,156,2183,17939,17939,2339,17939,4,0,7f7b972d388c289c2bc496cfc400f43db86c4988,0,0,0,0,0,
+20200314,WI,19,169,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,55,0,0,188,188,0,188,0,0,6eb822269be4b6ebe7284ff7193ac68087b45297,0,0,0,0,0,
+20200314,WV,0,26,5,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,54,0,9,31,26,9,26,0,0,2e5bfcbd249d9dd672f1895bf60d0b9da10e6bb2,0,0,0,0,0,
+20200314,WY,2,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,56,1,0,2,2,1,2,0,0,e99b90ad6c55c18124238e18408a3d6bad3e5b5b,0,0,0,0,0,
+20200313,AK,1,59,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,0,,2020-03-13T00:00:00Z,02,1,13,60,60,14,60,0,0,993d897e09177af70049c771a7a246234c84a8ec,0,0,0,0,0,
+20200313,AL,1,11,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,01,1,1,12,12,2,12,0,0,b0925e77090355df6fc78f865412b56ce65ddf20,0,0,0,0,0,
+20200313,AR,9,30,22,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,05,3,6,61,39,9,39,0,0,2f834eb3336513ce47d24bceec955a3333d2610d,0,0,0,0,0,
+20200313,AZ,9,94,40,,,,,,,,,3/13/2020 12:01,2020-03-13T12:01:00Z,03/13 08:01,0,,2020-03-13T12:01:00Z,04,0,12,143,103,12,103,0,0,4f321fabf66135ad85898bbd5d77c9098c7435ba,0,0,0,0,0,
+20200313,CA,202,916,,,,,,,,,,3/12/2020 10:00,2020-03-12T10:00:00Z,03/12 06:00,4,,2020-03-12T10:00:00Z,06,0,0,1118,1118,0,1118,0,0,d184dfab88d3ad912ba51640b68ccc7f051eebe1,0,0,0,0,0,
+20200313,CO,72,524,,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,08,27,226,596,596,253,596,0,0,849afe97a291312a5c264a9f8760e80b67f0abae,0,0,0,0,0,
+20200313,CT,6,99,,,,,,,,,,3/12/2020 19:00,2020-03-12T19:00:00Z,03/12 15:00,,,2020-03-12T19:00:00Z,09,0,10,105,105,10,105,0,0,d8294cf3997a3cf432b785d1034c0ab3e9a6bfe5,0,0,0,0,0,
+20200313,DC,10,20,,,,,,,,,,3/11/2020 17:45,2020-03-11T17:45:00Z,03/11 13:45,,,2020-03-11T17:45:00Z,11,0,0,30,30,0,30,0,0,f0df3415ce691b8ec994665a3956aae0e2601280,0,0,0,0,0,
+20200313,DE,4,30,10,,,,,,,,,3/12/2020 16:00,2020-03-12T16:00:00Z,03/12 12:00,,,2020-03-12T16:00:00Z,10,0,7,44,34,7,34,0,0,4e1849f5b947cd1c99155e20425a082f43b64431,0,0,0,0,0,
+20200313,FL,50,478,221,,,,,,,,,3/13/2020 13:53,2020-03-13T13:53:00Z,03/13 09:53,2,,2020-03-13T13:53:00Z,12,18,177,749,528,195,528,0,0,e82e7727eab4233e20fdde81967122d216816074,0,0,0,0,0,
+20200313,GA,42,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,1,,2020-03-13T00:00:00Z,13,11,0,42,42,11,42,1,0,6a50bf7d2646e791d4291f3e3514900a97eb5d8d,0,0,0,0,0,
+20200313,HI,2,,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,15,0,0,2,2,0,2,0,0,4f71bb2e64f05eef831716efac9d1e4a91546f81,0,0,0,0,0,
+20200313,IA,16,83,29,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,19,2,16,128,99,18,99,0,0,86b35e42e8ad4276a441582f69c778dd213e9f5f,0,0,0,0,0,
+20200313,ID,0,131,,,,,,,,,,3/13/2020 08:00,2020-03-13T08:00:00Z,03/13 04:00,,,2020-03-13T08:00:00Z,16,0,38,131,131,38,131,0,0,e060b7da5ee711ac0354c50d7e728b7d40ef5b2d,0,0,0,0,0,
+20200313,IL,32,294,92,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,17,7,28,418,326,35,326,0,0,58b9cfd5a714697afc376007a5c57d5440b7a26f,0,0,0,0,0,
+20200313,IN,12,61,,,,,,,,,,3/12/2020 23:59,2020-03-12T23:59:00Z,03/12 19:59,,,2020-03-12T23:59:00Z,18,0,9,73,73,9,73,0,0,46900b1f20cf67bd5753e7a32cbced10f679e2f6,0,0,0,0,0,
+20200313,KS,6,93,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,,,2020-03-13T11:00:00Z,20,2,52,99,99,54,99,0,0,82a800b9930c2bb635b5ae499c447f505f974e44,0,0,0,0,0,
+20200313,KY,11,107,,,,,,,,,,3/12/2020 20:30,2020-03-12T20:30:00Z,03/12 16:30,,,2020-03-12T20:30:00Z,21,3,51,118,118,54,118,0,0,72e77dd3d4fb0de16315d48218d3d60cf76ef016,0,0,0,0,0,
+20200313,LA,36,37,,,,,,,,,,3/13/2020 16:00,2020-03-13T16:00:00Z,03/13 12:00,,,2020-03-13T16:00:00Z,22,22,0,73,73,22,73,0,0,6faaa14430abaec36ec31eb19f712f2fac8ffa12,0,0,0,0,0,
+20200313,MA,23,,,,,,,,,,,3/13/2020 16:00,2020-03-13T16:00:00Z,03/13 12:00,,,2020-03-13T16:00:00Z,25,15,0,23,23,15,23,0,0,39aee9c6b9446dffd0dfad1429b5a439465b8000,0,0,0,0,0,
+20200313,MD,17,94,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,24,5,0,111,111,5,111,0,0,93ece45b93b8b725a22b661d84e278f028d66a50,0,0,0,0,0,
+20200313,ME,3,91,17,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,23,2,26,111,94,28,94,0,0,8b609253657802f51ebd950a27524d967988a3a6,0,0,0,0,0,
+20200313,MI,945,133,26,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,26,243,42,1104,1078,285,1078,0,0,16c6a168bc02eb00ff7be38dad25c47660e0a52a,0,0,0,0,0,
+20200313,MN,14,541,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,27,5,234,555,555,239,555,0,0,6ada147bc9ecaf20936d5fa26ff91afb01b47456,0,0,0,0,0,
+20200313,MO,2,71,,,,,,,,,,3/12/2020 17:45,2020-03-12T17:45:00Z,03/12 13:45,,,2020-03-12T17:45:00Z,29,1,7,73,73,8,73,0,0,68a473831d0700f6d0064ee412490cb364aa51cc,0,0,0,0,0,
+20200313,MS,4,41,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,28,3,0,45,45,3,45,0,0,80de72975e5fdb4c72e56b8696a7d3f10295bd9b,0,0,0,0,0,
+20200313,MT,1,55,,,,,,,,,,3/12/2020 19:00,2020-03-12T19:00:00Z,03/12 15:00,,,2020-03-12T19:00:00Z,30,0,21,56,56,21,56,0,0,0eb76373780b95cb6b8ee1ce1117c7eb8841363b,0,0,0,0,0,
+20200313,NC,15,86,,,,,,,,,,3/13/2020 08:45,2020-03-13T08:45:00Z,03/13 04:45,,,2020-03-13T08:45:00Z,37,3,26,101,101,29,101,0,0,f971f74dbc25dd0f5093fd9a244a6231a1aca6bb,0,0,0,0,0,
+20200313,ND,1,39,12,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,0,,2020-03-13T13:00:00Z,38,0,27,52,40,27,40,0,0,5e5aa8299701cb84677d96305ef9c39303ceb3e6,0,0,0,0,0,
+20200313,NE,13,80,33,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,31,3,0,126,93,3,93,0,0,0fade2981ab2d122df30eb35cd7a19e03512836f,0,0,0,0,0,
+20200313,NH,6,94,21,,,,,,,,,3/12/2020 09:00,2020-03-12T09:00:00Z,03/12 05:00,,,2020-03-12T09:00:00Z,33,0,0,121,100,0,100,0,0,0d67e715965efb3734216fadb46708a5ade1039e,0,0,0,0,0,
+20200313,NJ,50,97,80,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,1,,2020-03-13T14:00:00Z,34,20,23,227,147,43,147,0,0,d9a56f6c62f012193d4dd3dd1fa8bbd2766136c9,0,0,0,0,0,
+20200313,NM,10,190,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,35,5,35,200,200,40,200,0,0,b2d0d8ca96d0b0f1551b9977fff2840da8678072,0,0,0,0,0,
+20200313,NV,11,168,,,,,,,,,,3/12/2020 21:27,2020-03-12T21:27:00Z,03/12 17:27,,,2020-03-12T21:27:00Z,32,4,0,179,179,4,179,0,0,646a4177a49672eb151532d324c5704eba73c9fb,0,0,0,0,0,
+20200313,NY,421,2779,,,,,,,,,,3/12/2020 16:00,2020-03-12T16:00:00Z,03/12 12:00,,,2020-03-12T16:00:00Z,36,205,2687,3200,3200,2892,3200,0,0,eef6aaa754c43bcd96cd03f2ebdc9cddb5c087e0,0,0,0,0,0,
+20200313,OH,13,50,159,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,39,8,20,222,63,28,63,0,0,b4b218db2ec849203224c4ce3ff500fc8b04014e,0,0,0,0,0,
+20200313,OK,3,36,37,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,40,0,0,76,39,0,39,0,0,c86fa99e2520300bc4723f7bad9fdfdfa7f8a3c0,0,0,0,0,0,
+20200313,OR,30,337,157,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,,,2020-03-13T13:00:00Z,41,11,51,524,367,62,367,0,0,da8ec34b4c5e21cc263f631212a10505cc6d08ad,0,0,0,0,0,
+20200313,PA,41,140,130,,,,,,,,,3/13/2020 15:30,2020-03-13T15:30:00Z,03/13 11:30,,,2020-03-13T15:30:00Z,42,19,24,311,181,43,181,0,0,5e58a3cd424bca2f7f92737425d6c95fa8ad1971,0,0,0,0,0,
+20200313,RI,14,142,29,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,44,9,48,185,156,57,156,0,0,41790ac14afdace598bc9b6e2cf594b6e79574d5,0,0,0,0,0,
+20200313,SC,12,75,,,,,,,,,,3/12/2020 16:05,2020-03-12T16:05:00Z,03/12 12:05,,,2020-03-12T16:05:00Z,45,2,27,87,87,29,87,0,0,41de27b15eb9227cd5622b2bd0ee01077bccb0eb,0,0,0,0,0,
+20200313,SD,9,73,11,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,46,1,46,93,82,47,82,0,0,0ebec606579451d710e12638994bac0044b1f6d3,0,0,0,0,0,
+20200313,TN,26,116,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,47,8,37,142,142,45,142,0,0,1097e25a65e6e72aa0fc1b65fb79d6b0482898dc,0,0,0,0,0,
+20200313,TX,39,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,48,16,0,39,39,16,39,0,0,0381ffb75fc27433a54d3acc60a2255811431b31,0,0,0,0,0,
+20200313,UT,6,131,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,49,2,0,137,137,2,137,0,0,4c5c2ea16d8f684dbb9e46cb5b853b7eb31437e5,0,0,0,0,0,
+20200313,VA,30,117,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,51,13,0,147,147,13,147,0,0,3d61e3409161236e2a2ed29e97080bcb9996af67,0,0,0,0,0,
+20200313,VT,5,223,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,50,3,87,228,228,90,228,0,0,2eef68e41e41a1b6fbb888be412e8a85d94fc6a4,0,0,0,0,0,
+20200313,WA,1015,14585,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,47,,2020-03-13T00:00:00Z,53,216,4022,15600,15600,4238,15600,3,0,544917ebaa1a8590f993458ba6059c57a59cb9a2,0,0,0,0,0,
+20200313,WI,19,169,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,55,11,85,188,188,96,188,0,0,cfad3881fc349b26404af6582454e9dcd4a3c2fb,0,0,0,0,0,
+20200313,WV,0,17,4,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,54,0,10,21,17,10,17,0,0,ec67e74c688b675649d8e6e896f2fa2f35297ac3,0,0,0,0,0,
+20200313,WY,1,,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,56,0,0,1,1,0,1,0,0,4cb279c77179b843457a10451199f09b5b203c5f,0,0,0,0,0,
+20200312,AK,0,46,14,,,,,,,,,3/11/2020 16:30,2020-03-11T16:30:00Z,03/11 12:30,0,,2020-03-11T16:30:00Z,02,0,0,60,46,0,46,0,0,cff71312f9766f34a83bf973b9e2e2ad104086fa,0,0,0,0,0,
+20200312,AL,0,10,,,,,,,,,,3/9/2020 00:00,2020-03-09T00:00:00Z,03/08 20:00,,,2020-03-09T00:00:00Z,01,0,0,10,10,0,10,0,0,58adee242b2b159a2a54e350af31763a976c8b97,0,0,0,0,0,
+20200312,AR,6,24,20,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,05,6,12,50,30,18,30,0,0,9063852f87723409b5832cd65bede71f950b8a6f,0,0,0,0,0,
+20200312,AZ,9,82,24,,,,,,,,,3/12/2020 12:00,2020-03-12T12:00:00Z,03/12 08:00,,,2020-03-12T12:00:00Z,04,0,23,115,91,23,91,0,0,854d5eea04fd41f207775a977486ecd663fbbaa1,0,0,0,0,0,
+20200312,CA,202,916,,,,,,,,,,3/12/2020 10:00,2020-03-12T10:00:00Z,03/12 06:00,4,,2020-03-12T10:00:00Z,06,45,0,1118,1118,45,1118,4,0,3f7e200f6e6a60bb47481dca5530a8da016b34bb,0,0,0,0,0,
+20200312,CO,45,298,,,,,,,,,,3/12/2020 17:00,2020-03-12T17:00:00Z,03/12 13:00,,,2020-03-12T17:00:00Z,08,17,47,343,343,64,343,0,0,b77ba9e9e5dd5650220523ef50d4fd3449a35dfc,0,0,0,0,0,
+20200312,CT,6,89,,,,,,,,,,3/12/2020 15:00,2020-03-12T15:00:00Z,03/12 11:00,,,2020-03-12T15:00:00Z,09,3,18,95,95,21,95,0,0,7f4dcc001627e1e0036a8355fb9e4df432a99d81,0,0,0,0,0,
+20200312,DC,10,20,,,,,,,,,,3/11/2020 17:45,2020-03-11T17:45:00Z,03/11 13:45,,,2020-03-11T17:45:00Z,11,5,0,30,30,5,30,0,0,8218355b9e0a72686b99c87a0d11ed98315a71ce,0,0,0,0,0,
+20200312,DE,4,23,14,,,,,,,,,3/12/2020 11:30,2020-03-12T11:30:00Z,03/12 07:30,,,2020-03-12T11:30:00Z,10,3,6,41,27,9,27,0,0,4ba70230138406162929bfeb38f552b3ebe02910,0,0,0,0,0,
+20200312,FL,32,301,147,,,,,,,,,3/12/2020 09:07,2020-03-12T09:07:00Z,03/12 05:07,2,,2020-03-12T09:07:00Z,12,4,0,480,333,4,333,0,0,75e430abfda009b25948c8c57676ffa97c7d05e2,0,0,0,0,0,
+20200312,GA,31,,,,,,,,,,,3/11/2020 20:00,2020-03-11T20:00:00Z,03/11 16:00,,,2020-03-11T20:00:00Z,13,9,0,31,31,9,31,0,0,8d509774c81567f7709d7172a47a5c743d4b3576,0,0,0,0,0,
+20200312,HI,2,,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,15,0,0,2,2,0,2,0,0,a997f55aa1e2a5bf8e0619951259fd5b40084334,0,0,0,0,0,
+20200312,IA,14,67,24,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,19,1,21,105,81,22,81,0,0,c16a155cc4c46455ffc8e53cd80944fe7371aaa9,0,0,0,0,0,
+20200312,ID,0,93,,,,,,,,,,3/12/2020 09:45,2020-03-12T09:45:00Z,03/12 05:45,,,2020-03-12T09:45:00Z,16,0,26,93,93,26,93,0,0,62fe5777b51a9e1ab298aea4842e601f8bffdcab,0,0,0,0,0,
+20200312,IL,25,266,76,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,17,6,22,367,291,28,291,0,0,9dc1d70a83233e3e3b57a9f5b41a7229450db381,0,0,0,0,0,
+20200312,IN,12,52,,,,,,,,,,3/11/2020 11:59,2020-03-11T11:59:00Z,03/11 07:59,,,2020-03-11T11:59:00Z,18,2,19,64,64,21,64,0,0,5e0c1c1802c65cd3988055d41903020e61679ee2,0,0,0,0,0,
+20200312,KS,4,41,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,20,3,0,45,45,3,45,0,0,76d2fbf1dae06795cfd08fb3e758aed9e368a32c,0,0,0,0,0,
+20200312,KY,8,56,,,,,,,,,,3/11/2020 17:10,2020-03-11T17:10:00Z,03/11 13:10,,,2020-03-11T17:10:00Z,21,0,10,64,64,10,64,0,0,69a605f69ea2b05b8e9bf8b9574c93ad914b5951,0,0,0,0,0,
+20200312,LA,14,37,,,,,,,,,,3/12/2020 10:30,2020-03-12T10:30:00Z,03/12 06:30,,,2020-03-12T10:30:00Z,22,8,0,51,51,8,51,0,0,ae34c7323ca78467a84dd59a4c46cde5b7cd3ac1,0,0,0,0,0,
+20200312,MA,8,,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,25,0,0,8,8,0,8,0,0,0c0e68c55a0607391047939fcd3e3446b20aec1e,0,0,0,0,0,
+20200312,MD,12,94,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,24,3,0,106,106,3,106,0,0,7032fb7baafdf7d875eb0c77c0638a56ec5b9eb7,0,0,0,0,0,
+20200312,ME,1,65,20,,,,,,,,,3/12/2020 13:00,2020-03-12T13:00:00Z,03/12 09:00,,,2020-03-12T13:00:00Z,23,1,23,86,66,24,66,0,0,17e4bf8041aaf06961156c7ffc4fe0f98933a29c,0,0,0,0,0,
+20200312,MI,702,91,27,,,,,,,,,3/11/2020 19:00,2020-03-11T19:00:00Z,03/11 15:00,,,2020-03-11T19:00:00Z,26,205,34,820,793,239,793,0,0,72b18322c01054a8d5ae4e3eab5a32254f8efe7d,0,0,0,0,0,
+20200312,MN,9,307,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,27,4,90,316,316,94,316,0,0,bea5a24bc2210baeeedcb3e5c5c9caef9270255d,0,0,0,0,0,
+20200312,MO,1,64,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,29,0,64,65,65,64,65,0,0,66885a5a31b1c83e41bfc9d01c7a6be5ba17bb9a,0,0,0,0,0,
+20200312,MS,1,41,,,,,,,,,,3/11/2020 13:20,2020-03-11T13:20:00Z,03/11 09:20,,,2020-03-11T13:20:00Z,28,1,21,42,42,22,42,0,0,d716dbe7d2e30d61f08acff5b45b9b9d369a4e88,0,0,0,0,0,
+20200312,MT,1,34,,,,,,,,,,3/11/2020 19:00,2020-03-11T19:00:00Z,03/11 15:00,,,2020-03-11T19:00:00Z,30,1,13,35,35,14,35,0,0,cff04fc769913729ab812b52cda0f1c112cd4528,0,0,0,0,0,
+20200312,NC,12,60,,,,,,,,,,3/12/2020 08:00,2020-03-12T08:00:00Z,03/12 04:00,,,2020-03-12T08:00:00Z,37,5,60,72,72,65,72,0,0,910a5eb750e974122e016484e7a2a068986f6f0e,0,0,0,0,0,
+20200312,ND,1,12,14,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,38,1,5,27,13,6,13,0,0,b488baf1f67de2070996ad850ee67bf35ea69c7c,0,0,0,0,0,
+20200312,NE,10,80,33,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,31,5,33,123,90,38,90,0,0,8e50fdc850ce1d49d6ff5b421abdda5ab60de975,0,0,0,0,0,
+20200312,NH,6,94,21,,,,,,,,,3/12/2020 09:00,2020-03-12T09:00:00Z,03/12 05:00,,,2020-03-12T09:00:00Z,33,2,56,121,100,58,100,0,0,8c7fc5ddb2f4920697ea4fce3e8678a5588bda61,0,0,0,0,0,
+20200312,NJ,30,74,20,,,,,,,,,3/11/2020 12:00,2020-03-11T12:00:00Z,03/11 08:00,1,,2020-03-11T12:00:00Z,34,6,17,124,104,23,104,0,0,c40699625465955aed37cec7fe6708ba80306cf0,0,0,0,0,0,
+20200312,NM,5,155,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,35,2,68,160,160,70,160,0,0,5fa6ce82da606d57d4c878faf71cf0d95d6b7859,0,0,0,0,0,
+20200312,NV,7,168,,,,,,,,,,3/10/2020 16:00,2020-03-10T16:00:00Z,03/10 12:00,,,2020-03-10T16:00:00Z,32,2,0,175,175,2,175,0,0,f47ac3120153fe13463dff9973f6faf6b281c9d9,0,0,0,0,0,
+20200312,NY,216,92,,,,,,,,,,3/11/2020 16:00,2020-03-11T16:00:00Z,03/11 12:00,,,2020-03-11T16:00:00Z,36,0,0,308,308,0,308,0,0,9470d1636b7a4a2fdfc0fa2665356f0f5d5135b2,0,0,0,0,0,
+20200312,OH,5,30,52,,,,,,,,,3/12/2020 14:00,2020-03-12T14:00:00Z,03/12 10:00,,,2020-03-12T14:00:00Z,39,1,9,87,35,10,35,0,0,7c4fc96f3edec09b2ab2c8a194d2ae04297f512a,0,0,0,0,0,
+20200312,OK,3,36,4,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,40,1,21,43,39,22,39,0,0,756e39dac9fb2584b1c2d679fad4502de907b2c1,0,0,0,0,0,
+20200312,OR,19,286,62,,,,,,,,,3/11/2020 13:00,2020-03-11T13:00:00Z,03/11 09:00,,,2020-03-11T13:00:00Z,41,0,0,367,305,0,305,0,0,b6cf72055b60af18bee573fc8d35e05aa8a7dab1,0,0,0,0,0,
+20200312,PA,22,116,81,,,,,,,,,3/12/2020 13:45,2020-03-12T13:45:00Z,03/12 09:45,,,2020-03-12T13:45:00Z,42,6,28,219,138,34,138,0,0,0993a5521b1a974417ae293318e34cd64abc6836,0,0,0,0,0,
+20200312,RI,5,94,8,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,44,0,0,107,99,0,99,0,0,5a452017772c08f4f63bbe618a72dbb3a72ea6ba,0,0,0,0,0,
+20200312,SC,10,48,,,,,,,,,,3/11/2020 17:12,2020-03-11T17:12:00Z,03/11 13:12,,,2020-03-11T17:12:00Z,45,1,16,58,58,17,58,0,0,8cbe33eb5ba8329b82701ba378eaa4f835ed2e16,0,0,0,0,0,
+20200312,SD,8,27,11,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,46,3,14,46,35,17,35,0,0,af055a54400150dbd752450cfb6eed549d04a3a6,0,0,0,0,0,
+20200312,TN,18,79,,,,,,,,,,3/12/2020 15:00,2020-03-12T15:00:00Z,03/12 11:00,,,2020-03-12T15:00:00Z,47,11,29,97,97,40,97,0,0,27ba11833e0ccf9fbd36153af89b405d82d715dc,0,0,0,0,0,
+20200312,TX,23,,,,,,,,,,,3/12/2020 11:00,2020-03-12T11:00:00Z,03/12 07:00,,,2020-03-12T11:00:00Z,48,2,0,23,23,2,23,0,0,74b60dd03f4f869d67c79572763e0cba368602a4,0,0,0,0,0,
+20200312,UT,4,131,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,49,2,131,135,135,133,135,0,0,d0db51228874e8b52b7a6013a48d35d9caacfadc,0,0,0,0,0,
+20200312,VA,17,117,,,,,,,,,,3/12/2020 12:00,2020-03-12T12:00:00Z,03/12 08:00,,,2020-03-12T12:00:00Z,51,8,57,134,134,65,134,0,0,e2dd9ce31434ff01fe66efd8f714f1e79d0051b0,0,0,0,0,0,
+20200312,VT,2,136,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,50,0,45,138,138,45,138,0,0,de399635496a09ced5c1a11758734e7388d636f8,0,0,0,0,0,
+20200312,WA,799,10563,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,44,,2020-03-12T00:00:00Z,53,178,3587,11362,11362,3765,11362,4,0,1daf01c821540aef2a20a560abb5df993eab4305,0,0,0,0,0,
+20200312,WI,8,84,,,,,,,,,,3/12/2020 15:30,2020-03-12T15:30:00Z,03/12 11:30,,,2020-03-12T15:30:00Z,55,5,41,92,92,46,92,0,0,2970aa545a4757530912c9d27e4a7e96058a2a6f,0,0,0,0,0,
+20200312,WV,0,7,1,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,54,0,4,8,7,4,7,0,0,2731e8af6aead2eba97f2a410587029e167e6279,0,0,0,0,0,
+20200312,WY,1,,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,56,1,0,1,1,1,1,0,0,a3f85735fcfa977e97a37333bf2b60324247d715,0,0,0,0,0,
+20200311,AK,0,46,14,,,,,,,,,,,,0,,,02,0,23,60,46,23,46,0,0,393558c75d0946a1a8b9ed4d8e7210d734f19442,0,0,0,0,0,
+20200311,AL,0,10,,,,,,,,,,,,,,,,01,0,10,10,10,10,10,0,0,2f688bab9003fcf1ac89e326906d84e265d2a092,0,0,0,0,0,
+20200311,AR,0,12,14,,,,,,,,,,,,,,,05,0,0,26,12,0,12,0,0,edbe5ca046ae1c4ed37474050b549797d238d6a4,0,0,0,0,0,
+20200311,AZ,9,59,32,,,,,,,,,,,,,,,04,3,8,100,68,11,68,0,0,d18208f8c40637ce84da7646e2f870268fbd954b,0,0,0,0,0,
+20200311,CA,157,916,,,,,,,,,,,,,,,,06,24,226,1073,1073,250,1073,0,0,dafcddf259f04115cd8f709db23b63f7dc490f05,0,0,0,0,0,
+20200311,CO,28,251,,,,,,,,,,,,,,,,08,16,109,279,279,125,279,0,0,8fe48a0accc85aeb3a44642beaa83a6c9c9898af,0,0,0,0,0,
+20200311,CT,3,71,,,,,,,,,,,,,,,,09,1,17,74,74,18,74,0,0,bd718c022b6635ec3155a8857a80ab37f1cdc00c,0,0,0,0,0,
+20200311,DC,5,20,15,,,,,,,,,,,,,,,11,0,3,40,25,3,25,0,0,c184a5f778c8b39ad6eff2aaef73d6916cccdfb3,0,0,0,0,0,
+20200311,DE,1,17,2,,,,,,,,,,,,,,,10,1,0,20,18,1,18,0,0,ad685922dbccd65b5d655f16bcc459bb7def064f,0,0,0,0,0,
+20200311,FL,28,301,147,,,,,,,,,,,,2,,,12,9,79,476,329,88,329,2,0,86ff87f3bb5210b8c32f7b46fa0eb979a6d09f1c,0,0,0,0,0,
+20200311,GA,22,,,,,,,,,,,,,,,,,13,5,0,22,22,5,22,0,0,9b1ffb5eada7e61aec99b10209a2fbf81caa9e1f,0,0,0,0,0,
+20200311,HI,2,,,,,,,,,,,,,,,,,15,0,0,2,2,0,2,0,0,a66c2806ab6035241e9e3b7118aada6acfb0303e,0,0,0,0,0,
+20200311,IA,13,46,27,,,,,,,,,,,,,,,19,5,14,86,59,19,59,0,0,768a892d1437d513fb2caaf7dcbaa9bd6327c3eb,0,0,0,0,0,
+20200311,ID,0,67,,,,,,,,,,,,,,,,16,0,26,67,67,26,67,0,0,cd0c2b1f924e4a41f289ca4c4c65a8266ce71d74,0,0,0,0,0,
+20200311,IL,19,244,63,,,,,,,,,,,,,,,17,0,0,326,263,0,263,0,0,d3a295efa41ece7937a66852a694d8568fa8ed42,0,0,0,0,0,
+20200311,IN,10,33,,,,,,,,,,,,,,,,18,4,3,43,43,7,43,0,0,67c19e626fec047c5414609c23105469fe9d6b5f,0,0,0,0,0,
+20200311,KS,1,41,,,,,,,,,,,,,,,,20,0,24,42,42,24,42,0,0,d382219fa0b3e461dcfbe8803148a27d7fdb294b,0,0,0,0,0,
+20200311,KY,8,46,,,,,,,,,,,,,,,,21,2,18,54,54,20,54,0,0,f868de09249601ce705140de061374a190c151e6,0,0,0,0,0,
+20200311,LA,6,37,,,,,,,,,,,,,,,,22,5,26,43,43,31,43,0,0,4279303126e6d7bfb061e75ed438c7f7e2b52469,0,0,0,0,0,
+20200311,MD,9,94,,,,,,,,,,,,,,,,24,3,5,103,103,8,103,0,0,bb08cbd6dc5ec5a1b5c9f2ac6138a6d5e111b515,0,0,0,0,0,
+20200311,ME,0,42,5,,,,,,,,,,,,,,,23,0,22,47,42,22,42,0,0,6a123249c5b9b3706f8834a7d9f9e4c6360f9d91,0,0,0,0,0,
+20200311,MI,497,57,18,,,,,,,,,,,,,,,26,139,18,572,554,157,554,0,0,b51d824641489f5af2e5f9eaea54fdcdced407e7,0,0,0,0,0,
+20200311,MN,5,217,,,,,,,,,,,,,,,,27,2,85,222,222,87,222,0,0,93f9d3c978e1f9957aae8c8ddfc6a610f4ffb35c,0,0,0,0,0,
+20200311,MO,1,,,,,,,,,,,,,,,,,29,0,0,1,1,0,1,0,0,df576a6e28631ace344e2506b52fe4193459391c,0,0,0,0,0,
+20200311,MS,0,20,,,,,,,,,,,,,,,,28,0,20,20,20,20,20,0,0,1918ba8265623690f7fe4a41dcfedf935c434538,0,0,0,0,0,
+20200311,MT,0,21,,,,,,,,,,,,,,,,30,0,6,21,21,6,21,0,0,9167bba872a02a9f97fb4367d70b8e60326fa0c9,0,0,0,0,0,
+20200311,NC,7,,,,,,,,,,,,,,,,,37,0,0,7,7,0,7,0,0,b4758eb78aab69f9c137abda0e0f04cc95616d29,0,0,0,0,0,
+20200311,ND,0,7,6,,,,,,,,,,,,,,,38,0,1,13,7,1,7,0,0,c70d2bb5b762d7a5f1102a6b44607581d8e1f907,0,0,0,0,0,
+20200311,NE,5,47,16,,,,,,,,,,,,,,,31,2,0,68,52,2,52,0,0,e924883c0783e4084401b3c3eb729a3af506fed8,0,0,0,0,0,
+20200311,NH,4,38,5,,,,,,,,,,,,,,,33,0,0,47,42,0,42,0,0,0fd29c9e2e09cf72079e5a1c3134978f8f90215e,0,0,0,0,0,
+20200311,NJ,24,57,20,,,,,,,,,,,,1,,,34,9,13,101,81,22,81,1,0,e97719cd761362b49da6869f90788e577f13276a,0,0,0,0,0,
+20200311,NM,3,87,,,,,,,,,,,,,,,,35,3,18,90,90,21,90,0,0,242fdb2e0ab731f784e15835eb54c98696b15424,0,0,0,0,0,
+20200311,NV,5,168,,,,,,,,,,,,,,,,32,4,154,173,173,158,173,0,0,3f72c4191f03af97338b3dcd7c5c11d8b5d27b81,0,0,0,0,0,
+20200311,NY,216,92,,,,,,,,,,,,,,,,36,43,0,308,308,43,308,0,0,7245ac56fa2d07d0098f9e27faa6a41e0d69c1c7,0,0,0,0,0,
+20200311,OH,4,21,24,,,,,,,,,,,,,,,39,1,7,49,25,8,25,0,0,bedefd1e2e695b1305e3319231d86809333d96db,0,0,0,0,0,
+20200311,OK,2,15,11,,,,,,,,,,,,,,,40,0,0,28,17,0,17,0,0,819ea35db3d24e829fbc7d3cf8fc5d0c8d0e086f,0,0,0,0,0,
+20200311,OR,19,286,62,,,,,,,,,,,,,,,41,4,73,367,305,77,305,0,0,c34b87389a109431fb13854eee55f5d37781d7f4,0,0,0,0,0,
+20200311,PA,16,88,54,,,,,,,,,,,,,,,42,4,88,158,104,92,104,0,0,e12f9b2bbe2086ec828c33e6dee76f15b3e30188,0,0,0,0,0,
+20200311,RI,5,94,24,,,,,,,,,,,,,,,44,2,36,123,99,38,99,0,0,cc8f25a119ae2fd9ccfe7cfe8e307d02afd0520b,0,0,0,0,0,
+20200311,SC,9,32,,,,,,,,,,,,,,,,45,2,8,41,41,10,41,0,0,d06cd323b4c1184c70cb95495d151a8bfa2bbf0b,0,0,0,0,0,
+20200311,SD,5,13,2,,,,,,,,,,,,,,,46,5,2,20,18,7,18,0,0,a3d21dffa59ec2ccd97e9a5d366032a7f5cccfd1,0,0,0,0,0,
+20200311,TN,7,50,,,,,,,,,,,,,,,,47,0,50,57,57,50,57,0,0,87dc594756c62a5c4ab90f8b3974670f96796f1e,0,0,0,0,0,
+20200311,TX,21,,,,,,,,,,,,,,,,,48,8,0,21,21,8,21,0,0,88fe83420f2690ea7a6d249405d392c4b096ccbd,0,0,0,0,0,
+20200311,UT,2,,,,,,,,,,,,,,,,,49,0,0,2,2,0,2,0,0,90d9f0f9958d35ff08bc42b29bc749b0e23d4b4d,0,0,0,0,0,
+20200311,VA,9,60,,,,,,,,,,,,,,,,51,1,7,69,69,8,69,0,0,6554d9df9925c22bf6a1657fd8078311249299f8,0,0,0,0,0,
+20200311,VT,2,91,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,50,1,31,93,93,32,93,0,0,c0f25bce06a979b6ea60e2c1cba97a457c8f4a88,0,0,0,0,0,
+20200311,WA,621,6976,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,40,,2020-03-11T00:00:00Z,53,133,2128,7597,7597,2261,7597,3,0,a489f2c6f506aeb4bdba35c6dccce76c9190d79e,0,0,0,0,0,
+20200311,WI,3,43,,,,,,,,,,,,,,,,55,1,7,46,46,8,46,0,0,5a271ca515f50df02ece9eb7531f14c629389a9b,0,0,0,0,0,
+20200311,WV,0,3,2,,,,,,,,,,,,,,,54,0,1,5,3,1,3,0,0,0201c8cc243feef0a0acd239164710c7ff6b359c,0,0,0,0,0,
+20200311,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,54aba5c041fdfc8189c28da84cb32ae4243d7933,0,0,0,0,0,
+20200310,AK,0,23,9,,,,,,,,,,,,0,,,02,0,0,32,23,0,23,0,0,198811ee33d1c0a82e579124f8bb9917316a6fb6,0,0,0,0,0,
+20200310,AL,0,0,0,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,2f65f58cc14ec98f0723c07514f39e951f0dd8dc,0,0,0,0,0,
+20200310,AR,0,12,3,,,,,,,,,,,,,,,05,0,0,15,12,0,12,0,0,8c849674d29992b10cd625d5b7a8bd31dfb7f533,0,0,0,0,0,
+20200310,AZ,6,51,27,,,,,,,,,,,,,,,04,1,7,84,57,8,57,0,0,2006c10c35a02bdaa11154e879f859317eba614b,0,0,0,0,0,
+20200310,CA,133,690,,,,,,,,,,,,,,,,06,19,0,823,823,19,823,0,0,b5c19214f8d1af69eb661cc78c0ba915361c044b,0,0,0,0,0,
+20200310,CO,12,142,1,,,,,,,,,,,,,,,08,3,9,155,154,12,154,0,0,55799db21725e9f0894ea97cd42ef8546d0fc565,0,0,0,0,0,
+20200310,CT,2,54,,,,,,,,,,,,,,,,09,1,8,56,56,9,56,0,0,496ec3aab48a1c1823837bcd0c972c89dfd244fd,0,0,0,0,0,
+20200310,DC,5,17,2,,,,,,,,,,,,,,,11,4,3,24,22,7,22,0,0,8247b1ec486449e88caaa24d829f8b4a7a57aaca,0,0,0,0,0,
+20200310,DE,0,17,3,,,,,,,,,,,,,,,10,0,2,20,17,2,17,0,0,e349689360586863caae24b353ba46a407827407,0,0,0,0,0,
+20200310,FL,19,222,155,,,,,,,,,,,,,,,12,1,82,396,241,83,241,0,0,483e77fdc6ff5cf584ba35298e36545bd6b52b8b,0,0,0,0,0,
+20200310,GA,17,,,,,,,,,,,,,,,,,13,5,0,17,17,5,17,0,0,0b729c66143161fba753a786fe4b39452a848fdc,0,0,0,0,0,
+20200310,HI,2,,,,,,,,,,,,,,,,,15,0,0,2,2,0,2,0,0,7a4e1e8e7c8d344d967d0c8c7c0fb952a032e426,0,0,0,0,0,
+20200310,IA,8,32,11,,,,,,,,,,,,,,,19,5,6,51,40,11,40,0,0,e8e15d63384bd30001f259b767a03b1c8ee3154a,0,0,0,0,0,
+20200310,ID,0,41,,,,,,,,,,,,,,,,16,0,0,41,41,0,41,0,0,af4c0f189c59f8664865b8995b63a625680e9288,0,0,0,0,0,
+20200310,IL,19,244,63,,,,,,,,,,,,,,,17,12,53,326,263,65,263,0,0,7ed08bdac3c4ee9155d8aaf6a46694e682501743,0,0,0,0,0,
+20200310,IN,6,30,,,,,,,,,,,,,,,,18,4,30,36,36,34,36,0,0,8e1c0ff7aa5f268f288de16414af9d0cf147f59e,0,0,0,0,0,
+20200310,KS,1,17,21,,,,,,,,,,,,,,,20,0,6,39,18,6,18,0,0,aef73508792b59afee415cd5e589824df1c9a2ad,0,0,0,0,0,
+20200310,KY,6,28,,,,,,,,,,,,,,,,21,2,11,34,34,13,34,0,0,b03cd6b44a25a829635e51f576e8fbb1f6217035,0,0,0,0,0,
+20200310,LA,1,11,,,,,,,,,,,,,,,,22,0,6,12,12,6,12,0,0,4a817a814d8499dda34a78d3bca18b6dc7219591,0,0,0,0,0,
+20200310,MD,6,89,,,,,,,,,,,,,,,,24,1,16,95,95,17,95,0,0,be55cf150d9465047a7bcfba3202a1029b9728ea,0,0,0,0,0,
+20200310,ME,0,20,5,,,,,,,,,,,,,,,23,0,19,25,20,19,20,0,0,6977e35c1709341e8ee4b4c805db7b0c1ed8ace4,0,0,0,0,0,
+20200310,MI,358,39,24,,,,,,,,,,,,,,,26,104,3,421,397,107,397,0,0,1a10b8bb3bb75fa361f384402dc5e198c42ddc8b,0,0,0,0,0,
+20200310,MN,3,132,,,,,,,,,,,,,,,,27,1,52,135,135,53,135,0,0,fab4d40d72a317b347f5bd339ac2d97b0ad9fe9e,0,0,0,0,0,
+20200310,MO,1,,,,,,,,,,,,,,,,,29,0,0,1,1,0,1,0,0,a8f8c646bdd48706ddb5fb0f5fcf180ef1970ef2,0,0,0,0,0,
+20200310,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,cfeaeaea17f9a4b891203b20c686dcae646d884a,0,0,0,0,0,
+20200310,MT,0,15,,,,,,,,,,,,,,,,30,0,4,15,15,4,15,0,0,dcb35660f2d7d02a55515142c3126b80ae7e4bb0,0,0,0,0,0,
+20200310,NC,7,,,,,,,,,,,,,,,,,37,5,0,7,7,5,7,0,0,8506e4c918c9361f23a5a7e3c5308a9d73b3b722,0,0,0,0,0,
+20200310,ND,0,6,2,,,,,,,,,,,,,,,38,0,6,8,6,6,6,0,0,4506f4cf871de59d6de80b85f8e3703c2c92deec,0,0,0,0,0,
+20200310,NE,3,47,16,,,,,,,,,,,,,,,31,0,11,66,50,11,50,0,0,52219dfec5a2997d228c111f6d9e857a0666a763,0,0,0,0,0,
+20200310,NH,4,38,5,,,,,,,,,,,,,,,33,0,0,47,42,0,42,0,0,f2cd082eef2d3e0c928c884120e2fec9ec358ed5,0,0,0,0,0,
+20200310,NJ,15,44,20,,,,,,,,,,,,,,,34,4,9,79,59,13,59,0,0,e6009b39db3d1f43144a210bc6daa78e4a5addb3,0,0,0,0,0,
+20200310,NM,0,69,,,,,,,,,,,,,,,,35,0,12,69,69,12,69,0,0,479c89085d7efe5f3c464a977d014541f7194acf,0,0,0,0,0,
+20200310,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,6305b8b76a98aed946e611560a099d69022cf2f6,0,0,0,0,0,
+20200310,NY,173,92,,,,,,,,,,,,,,,,36,31,0,265,265,31,265,0,0,0b91b5592c3813e057d1a81871b92c1c34ca69bb,0,0,0,0,0,
+20200310,OH,3,14,15,,,,,,,,,,,,,,,39,0,3,32,17,3,17,0,0,4f3d59bc145bc44883f33ce655e76de14f9f7192,0,0,0,0,0,
+20200310,OK,2,15,11,,,,,,,,,,,,,,,40,1,7,28,17,8,17,0,0,679e64e22e56d4c7f45df94ef2bcadabdef07232,0,0,0,0,0,
+20200310,OR,15,213,67,,,,,,,,,,,,,,,41,1,48,295,228,49,228,0,0,d4384574ae0c66403be2e127948d37883cd997c2,0,0,0,0,0,
+20200310,PA,12,,,,,,,,,,,,,,,,,42,2,0,12,12,2,12,0,0,a34be2dd7b554c4d56ebacd7409f3d31531cb991,0,0,0,0,0,
+20200310,RI,3,58,6,,,,,,,,,,,,,,,44,0,28,67,61,28,61,0,0,a9fd398669b8a5372f5cf3872ec6cd9ee57a4912,0,0,0,0,0,
+20200310,SC,7,24,,,,,,,,,,,,,,,,45,0,0,31,31,0,31,0,0,3004ac4fc361128287b6a06c1f9a7aaf0c85d65d,0,0,0,0,0,
+20200310,SD,0,11,0,,,,,,,,,,,,,,,46,0,6,11,11,6,11,0,0,0e9279abae936c7408206c68432d87fca9a32796,0,0,0,0,0,
+20200310,TN,7,,,,,,,,,,,,,,,,,47,4,0,7,7,4,7,0,0,683688658c6dd4d268ee25bb2ab7d55afa885f1a,0,0,0,0,0,
+20200310,TX,13,,,,,,,,,,,,,,,,,48,1,0,13,13,1,13,0,0,c4dbc574a67806f077644dff9278011feabb5cfd,0,0,0,0,0,
+20200310,UT,2,,,,,,,,,,,,,,,,,49,1,0,2,2,1,2,0,0,04827b5bfa0057f07c37f224b4b297daa755cebb,0,0,0,0,0,
+20200310,VA,8,53,,,,,,,,,,,,,,,,51,5,15,61,61,20,61,0,0,2f89e1b9a505f9192783d7359e89f06729de6ced,0,0,0,0,0,
+20200310,VT,1,60,,,,,,,,,,3/10/2020 00:00,2020-03-10T00:00:00Z,03/09 20:00,,,2020-03-10T00:00:00Z,50,0,24,61,61,24,61,0,0,ac77ba3db0d8d5fc14116767be9b5ee122101777,0,0,0,0,0,
+20200310,WA,488,4848,,,,,,,,,,3/10/2020 00:00,2020-03-10T00:00:00Z,03/09 20:00,37,,2020-03-10T00:00:00Z,53,110,1675,5336,5336,1785,5336,2,0,2caa84ff2b807934b5dcfad945fe5e24d37a4779,0,0,0,0,0,
+20200310,WI,2,36,,,,,,,,,,,,,,,,55,1,0,38,38,1,38,0,0,917489fc0eff92f5eb68b6dac03879f7ac30f3a5,0,0,0,0,0,
+20200310,WV,0,2,3,,,,,,,,,,,,,,,54,0,0,5,2,0,2,0,0,81d65a48bc00fa3e2a1de2e5494d03aa4bc614ba,0,0,0,0,0,
+20200310,WY,0,0,0,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,73c3e46c7216c2dcb545aebd33d568351c9bf061,0,0,0,0,0,
+20200309,AK,0,23,9,,,,,,,,,,,,0,,,02,0,9,32,23,9,23,0,0,03d1de3b390dd7bdcfcd830a36bf94b0d28cbb93,0,0,0,0,0,
+20200309,AL,0,,,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,89201fc78873c9ae31cdb2d3814753b6edb76748,0,0,0,0,0,
+20200309,AR,0,12,0,,,,,,,,,,,,,,,05,0,6,12,12,6,12,0,0,a8dee9661ee2193f057cd59ed107b1ac9fa7431f,0,0,0,0,0,
+20200309,AZ,5,44,7,,,,,,,,,,,,,,,04,0,0,56,49,0,49,0,0,c1c03316852e38ec6e2cbe7f9a3efabaacf47499,0,0,0,0,0,
+20200309,CA,114,690,,,,,,,,,,,,,,,,06,26,228,804,804,254,804,0,0,c1aa458561fcff5b7f19a28b6226a42a848ff051,0,0,0,0,0,
+20200309,CO,9,133,,,,,,,,,,,,,,,,08,1,29,142,142,30,142,0,0,3438bcc396d6234dabd0ed5f2135cf894e067f49,0,0,0,0,0,
+20200309,CT,1,46,,,,,,,,,,,,,,,,09,0,17,47,47,17,47,0,0,410c4bdb8048402f6d8605a0bdd6bd42f57e5372,0,0,0,0,0,
+20200309,DC,1,14,3,,,,,,,,,,,,,,,11,0,4,18,15,4,15,0,0,940ed828784c4636b485e3e44c6c69cf6d9b5fa6,0,0,0,0,0,
+20200309,DE,0,15,3,,,,,,,,,,,,,,,10,0,5,18,15,5,15,0,0,22c41e80e389bba02b44fdeb1e617a8769e5ccf2,0,0,0,0,0,
+20200309,FL,18,140,115,,,,,,,,,,,,,,,12,1,22,273,158,23,158,0,0,f0d82057313fa019bc02c525078fb9a217bc126d,0,0,0,0,0,
+20200309,GA,12,,,,,,,,,,,,,,,,,13,5,0,12,12,5,12,0,0,43903a5a003febb435c5fa78d9592ace71aedfb6,0,0,0,0,0,
+20200309,HI,2,,,,,,,,,,,,,,,,,15,1,0,2,2,1,2,0,0,88738d10b3d29b5af6d8c42a8610000871ba6432,0,0,0,0,0,
+20200309,IA,3,26,8,,,,,,,,,,,,,,,19,3,11,37,29,14,29,0,0,497dae511421550b2e99fee29a981e31168755b1,0,0,0,0,0,
+20200309,ID,0,41,,,,,,,,,,,,,,,,16,0,14,41,41,14,41,0,0,26c9f8c1d57143fd7a3ff86a1cb272abf5317836,0,0,0,0,0,
+20200309,IL,7,191,44,,,,,,,,,,,,,,,17,1,0,242,198,1,198,0,0,f9a0487197213c4ec69706e40d0e980dfba7571d,0,0,0,0,0,
+20200309,IN,2,,,,,,,,,,,,,,,,,18,0,0,2,2,0,2,0,0,7d1ee20c67390b332d28850b32c5506d47327ad9,0,0,0,0,0,
+20200309,KS,1,11,0,,,,,,,,,,,,,,,20,0,0,12,12,0,12,0,0,49fc28d6188c16dae76e0e9b13b7d89db258a1a8,0,0,0,0,0,
+20200309,KY,4,17,,,,,,,,,,,,,,,,21,3,4,21,21,7,21,0,0,7ca25f35c60b02987688db59d60352c59495239a,0,0,0,0,0,
+20200309,LA,1,5,,,,,,,,,,,,,,,,22,1,0,6,6,1,6,0,0,06589c5285e4498919e09b04b80dc2a1563d53a4,0,0,0,0,0,
+20200309,MD,5,73,,,,,,,,,,,,,,,,24,2,21,78,78,23,78,0,0,70efbb8185e3824d2d62ab9af46f5b359d37abf0,0,0,0,0,0,
+20200309,ME,0,1,,,,,,,,,,,,,,,,23,0,0,1,1,0,1,0,0,6bff9c3f77be771b39ae5cc691dda0acce4dfa28,0,0,0,0,0,
+20200309,MI,254,36,11,,,,,,,,,,,,,,,26,86,10,301,290,96,290,0,0,4d3791a1e9b8fec807d2f5e19ef42fb76a09b10b,0,0,0,0,0,
+20200309,MN,2,80,,,,,,,,,,,,,,,,27,1,32,82,82,33,82,0,0,816077c8f89be7b50b03e8f22ac34fe98ad47b8e,0,0,0,0,0,
+20200309,MO,1,,,,,,,,,,,,,,,,,29,0,0,1,1,0,1,0,0,1c4a8449880089ae528381b93f050130bd8863ae,0,0,0,0,0,
+20200309,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,e2dcfad21a4565abad11c9731188ab93a78959b5,0,0,0,0,0,
+20200309,MT,0,11,,,,,,,,,,,,,,,,30,0,0,11,11,0,11,0,0,e55223a9c35e5ba1588442feb814aa67c61c11fa,0,0,0,0,0,
+20200309,NC,2,,,,,,,,,,,,,,,,,37,0,0,2,2,0,2,0,0,c63b3e7a604cd87ad1d9ac1c42e4be79d481868a,0,0,0,0,0,
+20200309,ND,0,0,,,,,,,,,,,,,,,,38,0,0,0,0,0,0,0,0,c2eb79514fe011d8137cd42eee4743f185e2e1d7,0,0,0,0,0,
+20200309,NE,3,36,9,,,,,,,,,,,,,,,31,2,19,48,39,21,39,0,0,dd64df0d4aaec6d9744a9d0d6692922cf27d58c9,0,0,0,0,0,
+20200309,NH,4,38,5,,,,,,,,,,,,,,,33,0,0,47,42,0,42,0,0,495c31e80c089eae1a5866048c55c6627082ec7c,0,0,0,0,0,
+20200309,NJ,11,35,14,,,,,,,,,,,,,,,34,5,4,60,46,9,46,0,0,b6b23aed80521672c3026d56ecca8b62bd2349fe,0,0,0,0,0,
+20200309,NM,0,57,0,,,,,,,,,,,,,,,35,0,9,57,57,9,57,0,0,df1c53be010e6f1c71e6cd554259f66908b36031,0,0,0,0,0,
+20200309,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,561b8691b0ad5d2067f93d07b658397cdea178f3,0,0,0,0,0,
+20200309,NY,142,92,,,,,,,,,,,,,,,,36,37,0,234,234,37,234,0,0,04b6e3f68b1577afe7e1b0fb64e05ce646270e31,0,0,0,0,0,
+20200309,OH,3,11,5,,,,,,,,,,,,,,,39,3,1,19,14,4,14,0,0,22d958746142fc959771c4ae2493434775e68f15,0,0,0,0,0,
+20200309,OK,1,8,10,,,,,,,,,,,,,,,40,0,0,19,9,0,9,0,0,cc0903601dd01d217faba020542089972506d3e7,0,0,0,0,0,
+20200309,OR,14,165,52,,,,,,,,,,,,,,,41,0,65,231,179,65,179,0,0,eb07d25f7112d254191a8c376b18d8b5bb8c0c1e,0,0,0,0,0,
+20200309,PA,10,,,,,,,,,,,,,,,,,42,4,0,10,10,4,10,0,0,cb5d33126a0838e0a7eaf5087de280da37887250,0,0,0,0,0,
+20200309,RI,3,30,6,,,,,,,,,,,,,,,44,0,0,39,33,0,33,0,0,6b47d066a7af140cc30fb0cb9287190cee0a3940,0,0,0,0,0,
+20200309,SC,7,24,,,,,,,,,,,,,,,,45,5,16,31,31,21,31,0,0,b1171960ec00d09d48d9c8b8add48bd23f3d7e62,0,0,0,0,0,
+20200309,SD,0,5,0,,,,,,,,,,,,,,,46,0,0,5,5,0,5,0,0,2070e9370b6cea4f39f77b25a2ad3b46d22fbf31,0,0,0,0,0,
+20200309,TN,3,,,,,,,,,,,,,,,,,47,0,0,3,3,0,3,0,0,05aa9bf391702965391ff7c98b0175b5fb1b654e,0,0,0,0,0,
+20200309,TX,12,,,,,,,,,,,,,,,,,48,4,0,12,12,4,12,0,0,18296d33499460731caf07f9fa93dcf58fb656e4,0,0,0,0,0,
+20200309,UT,1,,,,,,,,,,,,,,,,,49,0,0,1,1,0,1,0,0,efcc19ba94b1731f9b63d29af69f3936cea32fd1,0,0,0,0,0,
+20200309,VA,3,38,9,,,,,,,,,,,,,,,51,1,2,50,41,3,41,0,0,ca7b257404db2ca13111edc15da8002244134e54,0,0,0,0,0,
+20200309,VT,1,36,,,,,,,,,,3/9/2020 00:00,2020-03-09T00:00:00Z,03/08 20:00,,,2020-03-09T00:00:00Z,50,0,6,37,37,6,37,0,0,91171dc52af6c41cb3dd2eecac537033f0fb173f,0,0,0,0,0,
+20200309,WA,378,3173,,,,,,,,,,3/9/2020 00:00,2020-03-09T00:00:00Z,03/08 20:00,35,,2020-03-09T00:00:00Z,53,61,965,3551,3551,1026,3551,4,0,b9c2fb5789f88f301f7c44f75524312371bce6f7,0,0,0,0,0,
+20200309,WI,1,36,,,,,,,,,,,,,,,,55,0,5,37,37,5,37,0,0,c73fb5679b886fcb50f44fcd2f25839cf1198d35,0,0,0,0,0,
+20200309,WV,0,2,3,,,,,,,,,,,,,,,54,0,0,5,2,0,2,0,0,917f87109d2e96e4fb610264682777413ac6229b,0,0,0,0,0,
+20200309,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,bd95f0422ee7cd2895383ff7108ba54bb531fd5b,0,0,0,0,0,
+20200308,AK,0,14,6,,,,,,,,,,,,0,,,02,0,2,20,14,2,14,0,0,2d3e3b78242ebe92fb73c35e5841f9188f56caf5,0,0,0,0,0,
+20200308,AL,0,,,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,d3fa3fcbcacf6a9123c40f0197cabb6bd17003ae,0,0,0,0,0,
+20200308,AR,0,6,0,,,,,,,,,,,,,,,05,0,0,6,6,0,6,0,0,2e67fa6f0253c65554d3f2d7d638a8e3b84cc1c0,0,0,0,0,0,
+20200308,AZ,5,44,7,,,,,,,,,,,,,,,04,0,0,56,49,0,49,0,0,e254f79e256ec14880cae0fb1a52cdd7ce769abf,0,0,0,0,0,
+20200308,CA,88,462,,,,,,,,,,,,,,,,06,19,0,550,550,19,550,0,0,bcf5160531e8ce70a9a61aa770e6aa4e869161ef,0,0,0,0,0,
+20200308,CO,8,104,,,,,,,,,,,,,,,,08,0,49,112,112,49,112,0,0,297b79e3eaaf9a6e4189b61154dded84b77f2462,0,0,0,0,0,
+20200308,CT,1,29,8,,,,,,,,,,,,,,,09,1,29,38,30,30,30,0,0,b0252215b2cee42ff563963e07e999741ce396a0,0,0,0,0,0,
+20200308,DC,1,10,0,,,,,,,,,,,,,,,11,1,2,11,11,3,11,0,0,ed58cb04c3436a119dad15fda4883eeba8ee051d,0,0,0,0,0,
+20200308,DE,0,10,0,,,,,,,,,,,,,,,10,0,0,10,10,0,10,0,0,2332e6a15e98fd8613dfcb664fbb46cfbf4eaef7,0,0,0,0,0,
+20200308,FL,17,118,108,,,,,,,,,,,,,,,12,3,18,243,135,21,135,0,0,821dd9b3ee25ecb01ae2075bfb7a08ea2e847c76,0,0,0,0,0,
+20200308,GA,7,,,,,,,,,,,,,,,,,13,1,0,7,7,1,7,0,0,c8b2c6f8c66ebe5160e6794f99f74a713a32ac7e,0,0,0,0,0,
+20200308,HI,1,,,,,,,,,,,,,,,,,15,0,0,1,1,0,1,0,0,5cc720ef22edd5c5fddd2a5ea3f68b4f148dfdf4,0,0,0,0,0,
+20200308,IA,0,15,2,,,,,,,,,,,,,,,19,0,0,17,15,0,15,0,0,b915bcfdfb1532bc82c6ea487bd32a5e444fe150,0,0,0,0,0,
+20200308,ID,0,27,,,,,,,,,,,,,,,,16,0,0,27,27,0,27,0,0,c9f83b1c40333662db3b9156e68eb2a863a73a5a,0,0,0,0,0,
+20200308,IL,6,191,44,,,,,,,,,,,,,,,17,0,0,241,197,0,197,0,0,f04f4a066b242ef392c84080656e7b334a819d11,0,0,0,0,0,
+20200308,IN,2,,,,,,,,,,,,,,,,,18,1,0,2,2,1,2,0,0,b727023b18a2f324204c892bc99d9595babde33e,0,0,0,0,0,
+20200308,KS,1,11,0,,,,,,,,,,,,,,,20,1,0,12,12,1,12,0,0,dccc9b87ed352a7abd5510ec4b4ed6f03d17daee,0,0,0,0,0,
+20200308,KY,1,13,,,,,,,,,,,,,,,,21,0,4,14,14,4,14,0,0,4ebdbc2f7b6b06031f2429227fbce45bceedcade,0,0,0,0,0,
+20200308,LA,0,5,,,,,,,,,,,,,,,,22,0,5,5,5,5,5,0,0,e94c91ee5c0b11599b9b127cdc3f83c22c4b0886,0,0,0,0,0,
+20200308,MD,3,52,,,,,,,,,,,,,,,,24,0,11,55,55,11,55,0,0,2aac0f5ba5cd313e1d68727dc80104358bf81f44,0,0,0,0,0,
+20200308,ME,0,1,,,,,,,,,,,,,,,,23,0,0,1,1,0,1,0,0,3363563e2ae5978006d4e8a660e1225711f4cc4d,0,0,0,0,0,
+20200308,MI,168,26,10,,,,,,,,,,,,,,,26,40,8,204,194,48,194,0,0,d18c405a8910a0d32b1d6952e39c6b19fde5f838,0,0,0,0,0,
+20200308,MN,1,48,,,,,,,,,,,,,,,,27,0,0,49,49,0,49,0,0,3cdd3853dabfccf5a88979569009b516326ac1c7,0,0,0,0,0,
+20200308,MO,1,,,,,,,,,,,,,,,,,29,1,0,1,1,1,1,0,0,2bba8040c7edf3e1faf6449596acd9b641e6f8ee,0,0,0,0,0,
+20200308,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,0625cce9a20ef903657167df4b190e3062facf8c,0,0,0,0,0,
+20200308,MT,0,11,,,,,,,,,,,,,,,,30,0,0,11,11,0,11,0,0,377dc39462b69b5b7332dde7f2dd6727e409df5a,0,0,0,0,0,
+20200308,NC,2,,,,,,,,,,,,,,,,,37,0,0,2,2,0,2,0,0,7ee0748da9bd6d8b3120301ee3a951e0fbd09aa2,0,0,0,0,0,
+20200308,ND,0,0,,,,,,,,,,,,,,,,38,0,0,0,0,0,0,0,0,dc6924581cb882181b136865d4af704758f0599a,0,0,0,0,0,
+20200308,NE,1,17,5,,,,,,,,,,,,,,,31,0,0,23,18,0,18,0,0,f4eb29876af6e3c57c4e4da8be9fdd1ab28b78ca,0,0,0,0,0,
+20200308,NH,4,38,5,,,,,,,,,,,,,,,33,2,18,47,42,20,42,0,0,47652cc7ad00abb8b091fed8b0b5b1e75ea7bd4a,0,0,0,0,0,
+20200308,NJ,6,31,0,,,,,,,,,,,,,,,34,2,31,37,37,33,37,0,0,9c50fceb1f64629cd75e153dc04202a677817ecc,0,0,0,0,0,
+20200308,NM,0,48,0,,,,,,,,,,,,,,,35,0,0,48,48,0,48,0,0,3f9859a1c2b6299d20d17d91bba9b0cce6519f37,0,0,0,0,0,
+20200308,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,6b5ef9a7b4c62707adf3a58026f124ed9ca205f8,0,0,0,0,0,
+20200308,NY,105,92,,,,,,,,,,,,,,,,36,29,0,197,197,29,197,0,0,20c301e392da61f0fb0abbd5873de0a14d2a59e9,0,0,0,0,0,
+20200308,OH,0,10,4,,,,,,,,,,,,,,,39,0,1,14,10,1,10,0,0,17c7be98209c0e9dd406e027713b51be27d50f9b,0,0,0,0,0,
+20200308,OK,1,8,2,,,,,,,,,,,,,,,40,0,8,11,9,8,9,0,0,8d2583d285344b0e0af6ef6d2d80ca8e5eeee775,0,0,0,0,0,
+20200308,OR,14,100,53,,,,,,,,,,,,,,,41,7,23,167,114,30,114,0,0,c3601c29db661b78d62309681b6a166f0587b09a,0,0,0,0,0,
+20200308,PA,6,,,,,,,,,,,,,,,,,42,2,0,6,6,2,6,0,0,a37dc69a5fb8d9ac571eb7791bdcd976a82c34d5,0,0,0,0,0,
+20200308,RI,3,30,12,,,,,,,,,,,,,,,44,1,0,45,33,1,33,0,0,4e47d7990dc21aaab9b876cd880950a06c199483,0,0,0,0,0,
+20200308,SC,2,8,,,,,,,,,,,,,,,,45,0,0,10,10,0,10,0,0,eeb519a4f3cc37527c0e9de8cdbec7398f0a78ff,0,0,0,0,0,
+20200308,SD,0,5,0,,,,,,,,,,,,,,,46,0,0,5,5,0,5,0,0,95b99c86e4badcbc51e052b396da7b16078ccdf7,0,0,0,0,0,
+20200308,TN,3,,,,,,,,,,,,,,,,,47,2,0,3,3,2,3,0,0,a7799c07ec8770d5f202b85b93b5de8015a9e1b9,0,0,0,0,0,
+20200308,TX,8,,,,,,,,,,,,,,,,,48,0,0,8,8,0,8,0,0,c2fdb1546a86b67967e9c84a7ff604517ef2f8b0,0,0,0,0,0,
+20200308,UT,1,,,,,,,,,,,,,,,,,49,0,0,1,1,0,1,0,0,cb0099a96186c831d4c159230a078be48e66f006,0,0,0,0,0,
+20200308,VA,2,36,6,,,,,,,,,,,,,,,51,2,5,44,38,7,38,0,0,0624e929f4b2008c22db752d01c9c9db4d34d517,0,0,0,0,0,
+20200308,VT,1,30,,,,,,,,,,3/8/2020 00:00,2020-03-08T00:00:00Z,03/07 19:00,,,2020-03-08T00:00:00Z,50,0,5,31,31,5,31,0,0,147cd96f10d3b44d78815d7d6a7fa9c206b30272,0,0,0,0,0,
+20200308,WA,317,2208,60,,,,,,,,,3/8/2020 00:00,2020-03-08T00:00:00Z,03/07 19:00,31,,2020-03-08T00:00:00Z,53,61,462,2585,2525,523,2525,4,0,3b24aff2d784de67e215fc191a562fc58867c485,0,0,0,0,0,
+20200308,WI,1,31,12,,,,,,,,,,,,,,,55,0,0,44,32,0,32,0,0,64faa767bc0d00738c2909b2a0bcbc63a9fee5c4,0,0,0,0,0,
+20200308,WV,0,2,3,,,,,,,,,,,,,,,54,0,0,5,2,0,2,0,0,6388d15eab04040bbef2c8b0bad0d8015da5bc2f,0,0,0,0,0,
+20200308,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,6c5d2b9b49a7a1e6d44fe417cf534bd29495ee91,0,0,0,0,0,
+20200307,AK,0,12,2,,,,,,,,,,,,0,,,02,0,4,14,12,4,12,0,0,76511bd5b0c68995eba8605d8ebe72e8e9cb7fb5,0,0,0,0,0,
+20200307,AL,0,,,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,5a47a72ea44a4dacf7c94c71cb16625b1bf03bb1,0,0,0,0,0,
+20200307,AR,0,6,0,,,,,,,,,,,,,,,05,0,0,6,6,0,6,0,0,4ceafaac97626d2f24e93589c3a334e95ebb4c15,0,0,0,0,0,
+20200307,AZ,5,44,7,,,,,,,,,,,,,,,04,2,11,56,49,13,49,0,0,32da6680acce1bdcd34006b4b95d45cd14124845,0,0,0,0,0,
+20200307,CA,69,462,,,,,,,,,,,,,,,,06,9,0,531,531,9,531,0,0,af5f339fc3168c1f9135ea735ef21475b35a8c01,0,0,0,0,0,
+20200307,CO,8,55,69,,,,,,,,,,,,,,,08,6,9,132,63,15,63,0,0,dc1a70cce5828d80112b3edb6d2e27a23b2f0773,0,0,0,0,0,
+20200307,CT,0,,,,,,,,,,,,,,,,,09,0,0,0,0,0,0,0,0,580f87ebe19af2a956c3673b533847fc18fc1732,0,0,0,0,0,
+20200307,DC,0,8,1,,,,,,,,,,,,,,,11,0,0,9,8,0,8,0,0,d68f28256ba2559baebc0016fff830884e3b5db6,0,0,0,0,0,
+20200307,DE,0,10,0,,,,,,,,,,,,,,,10,0,0,10,10,0,10,0,0,e24dfa835dfebe2b2db55f2f8ddbd6f1a9718fa4,0,0,0,0,0,
+20200307,FL,14,100,88,,,,,,,,,,,,,,,12,5,45,202,114,50,114,0,0,bb7894580574c199a2e5b1dbb4dc26c7a8f8c519,0,0,0,0,0,
+20200307,GA,6,,,,,,,,,,,,,,,,,13,4,0,6,6,4,6,0,0,1e9c9a967f5ca71304428c427a64f9326921850a,0,0,0,0,0,
+20200307,HI,1,,,,,,,,,,,,,,,,,15,0,0,1,1,0,1,0,0,44f7a49875e9729bb140b5522e6b125ab609ae6e,0,0,0,0,0,
+20200307,IA,0,15,2,,,,,,,,,,,,,,,19,0,0,17,15,0,15,0,0,364cb370e82345fd6649a1eac38b6acbe5bde55d,0,0,0,0,0,
+20200307,ID,0,27,,,,,,,,,,,,,,,,16,0,0,27,27,0,27,0,0,06b9e9725f48cce2833cfc15904c756809e0f5da,0,0,0,0,0,
+20200307,IL,6,191,44,,,,,,,,,,,,,,,17,1,11,241,197,12,197,0,0,763954898752eec4654e16ac457b3c53c2291b43,0,0,0,0,0,
+20200307,IN,1,,,,,,,,,,,,,,,,,18,0,0,1,1,0,1,0,0,f55f0445fa1f94f6a0f2a6c5cdf18ddb86fc34b8,0,0,0,0,0,
+20200307,KS,0,11,2,,,,,,,,,,,,,,,20,0,7,13,11,7,11,0,0,eab42e05d8323d8eb2939f11d53d92143e6a61b9,0,0,0,0,0,
+20200307,KY,1,9,,,,,,,,,,,,,,,,21,1,2,10,10,3,10,0,0,8932fb1a22127486f62e304a9fa523bff11d770b,0,0,0,0,0,
+20200307,LA,0,,,,,,,,,,,,,,,,,22,0,0,0,0,0,0,0,0,6cda7014026f96458cf6b32f4394e88925648c73,0,0,0,0,0,
+20200307,MD,3,41,,,,,,,,,,,,,,,,24,0,15,44,44,15,44,0,0,dac822c3c3d10e5c9bb380a92c90a309e7eb3f25,0,0,0,0,0,
+20200307,ME,0,1,,,,,,,,,,,,,,,,23,0,0,1,1,0,1,0,0,32fb48e4f4c7458ec0c79a4c13630069f9a63827,0,0,0,0,0,
+20200307,MI,128,18,9,,,,,,,,,,,,,,,26,30,10,155,146,40,146,0,0,a0be0666f0a643c77479f7d2a452414634a4399a,0,0,0,0,0,
+20200307,MN,1,48,,,,,,,,,,,,,,,,27,1,12,49,49,13,49,0,0,bc049e910340c7f9d9e60cdc87ae88f9f5e41af4,0,0,0,0,0,
+20200307,MO,0,,,,,,,,,,,,,,,,,29,0,0,0,0,0,0,0,0,7a1828398eab098b64a3904ee73aa4c708356b47,0,0,0,0,0,
+20200307,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,8ece6a53b62b80ffc3da9c30fabb70f8df5c2bae,0,0,0,0,0,
+20200307,MT,0,11,,,,,,,,,,,,,,,,30,0,0,11,11,0,11,0,0,245dc5a191d11a065369b41cab137ecbd4762dd8,0,0,0,0,0,
+20200307,NC,2,,,,,,,,,,,,,,,,,37,0,0,2,2,0,2,0,0,5ef227bc08dd60995bed17b94cb71b1f80f40db3,0,0,0,0,0,
+20200307,ND,0,0,,,,,,,,,,,,,,,,38,0,0,0,0,0,0,0,0,a0162fc62cc6282f6d7ae98c5b50db176b8b40e5,0,0,0,0,0,
+20200307,NE,1,17,5,,,,,,,,,,,,,,,31,1,0,23,18,1,18,0,0,62025b21c0f0d51838853d7496517f749b3e7006,0,0,0,0,0,
+20200307,NH,2,20,3,,,,,,,,,,,,,,,33,0,0,25,22,0,22,0,0,9dcd6692f8ddc274ff576a71f0eeb03b4f1edf78,0,0,0,0,0,
+20200307,NJ,4,,1,,,,,,,,,,,,,,,34,3,0,5,4,3,4,0,0,6e13c0003af53e1d55312c4b96d01369cc90dab9,0,0,0,0,0,
+20200307,NM,0,48,0,,,,,,,,,,,,,,,35,0,32,48,48,32,48,0,0,a5089c1dae0277356890076057a71fb9ba2e3ca0,0,0,0,0,0,
+20200307,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,88f9471a79a07e08fdd2903bb0a8748945c421a9,0,0,0,0,0,
+20200307,NY,76,92,236,,,,,,,,,,,,,,,36,43,0,404,168,43,168,0,0,295dec0f81e7a705619e4b40a8176ee039d1f7ba,0,0,0,0,0,
+20200307,OH,0,9,5,,,,,,,,,,,,,,,39,0,1,14,9,1,9,0,0,3675660ea679b1deaa4ddd862a1400caa93b201b,0,0,0,0,0,
+20200307,OK,1,,,,,,,,,,,,,,,,,40,0,0,1,1,0,1,0,0,c7b8ab6f1d7f22b74a061cd8da752b38ecba60ac,0,0,0,0,0,
+20200307,OR,7,77,40,,,,,,,,,,,,,,,41,4,13,124,84,17,84,0,0,5ba7f32046c5ca3fc64d100bc4c0fa9312fe0f08,0,0,0,0,0,
+20200307,PA,4,,,,,,,,,,,,,,,,,42,2,0,4,4,2,4,0,0,3d88be0d0a57e287ad8dcb5dcd0a4ed8424d8e47,0,0,0,0,0,
+20200307,RI,2,30,,,,,,,,,,,,,,,,44,-1,13,32,32,12,32,0,0,190f5a337580176c4732b29041bca3054a3d27ba,0,0,0,0,0,
+20200307,SC,2,8,,,,,,,,,,,,,,,,45,2,3,10,10,5,10,0,0,120db293faba48c42823964c829380740b785aff,0,0,0,0,0,
+20200307,SD,0,5,0,,,,,,,,,,,,,,,46,0,0,5,5,0,5,0,0,a47cb7b36b0f68670ea210585bb717f6b0c11d55,0,0,0,0,0,
+20200307,TN,1,,,,,,,,,,,,,,,,,47,0,0,1,1,0,1,0,0,0e55236bcbf5eb96dfb88d2b6f6af5d627cdccaa,0,0,0,0,0,
+20200307,TX,8,,,,,,,,,,,,,,,,,48,3,0,8,8,3,8,0,0,0b2c09da6ddd2327bba34dbf32a8bef1054005ec,0,0,0,0,0,
+20200307,UT,1,,,,,,,,,,,,,,,,,49,0,0,1,1,0,1,0,0,740d3b796cb531b13311aa27a334b9b7cd4d1568,0,0,0,0,0,
+20200307,VA,0,31,7,,,,,,,,,,,,,,,51,0,10,38,31,10,31,0,0,30526fd7b9879c5ea2e3e754897ffde0eb1d89e1,0,0,0,0,0,
+20200307,VT,1,25,,,,,,,,,,3/7/2020 00:00,2020-03-07T00:00:00Z,03/06 19:00,,,2020-03-07T00:00:00Z,50,1,25,26,26,26,26,0,0,700751fcf01f5067ccd9d5e8b711791e60d0357a,0,0,0,0,0,
+20200307,WA,256,1746,66,,,,,,,,,3/7/2020 00:00,2020-03-07T00:00:00Z,03/06 19:00,27,,2020-03-07T00:00:00Z,53,38,367,2068,2002,405,2002,1,0,ee20dc1c97974a6bcf14f16632d2640b99411b85,0,0,0,0,0,
+20200307,WI,1,31,12,,,,,,,,,,,,,,,55,0,0,44,32,0,32,0,0,be927be7c292c55cffba42b3428881e5f923b15a,0,0,0,0,0,
+20200307,WV,0,2,3,,,,,,,,,,,,,,,54,0,1,5,2,1,2,0,0,22d9bf595af8d2f32bb429e92609d8d029864da2,0,0,0,0,0,
+20200307,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,be7337ab8f3dea0e55c2830a3300532fe88f7a9e,0,0,0,0,0,
+20200306,AK,0,8,1,,,,,,,,,,,,0,,,02,0,0,9,8,0,8,0,0,93622afa84152f897e6a615b9ddf196096acbed2,0,0,0,0,0,
+20200306,AR,0,6,0,,,,,,,,,,,,,,,05,0,0,6,6,0,6,0,0,6b7ea35e24f5d2ae4c4b9119dafaf2adc4e1be40,0,0,0,0,0,
+20200306,AZ,3,33,15,,,,,,,,,,,,,,,04,1,5,51,36,6,36,0,0,80c44a454dca0888a37777c441739bbfb3039f50,0,0,0,0,0,
+20200306,CA,60,462,,,,,,,,,,,,,,,,06,7,0,522,522,7,522,0,0,2790f2f9e9ab3cc94caca4b0a2c7d0ecb23ddcf6,0,0,0,0,0,
+20200306,CO,2,46,30,,,,,,,,,,,,,,,08,2,27,78,48,29,48,0,0,8ed29e615639e74598fab2f06c865bffbc60cfaf,0,0,0,0,0,
+20200306,DC,0,8,1,,,,,,,,,,,,,,,11,0,2,9,8,2,8,0,0,7230f43b4bb5832101cabffcc8ffa73d173bf996,0,0,0,0,0,
+20200306,DE,0,10,0,,,,,,,,,,,,,,,10,0,0,10,10,0,10,0,0,6de04b03d5c96c26b60a94a4f0c7f9087dcb0618,0,0,0,0,0,
+20200306,FL,9,55,51,,,,,,,,,,,,,,,12,0,24,115,64,24,64,0,0,24e86f695505c3fb1017fdf94e59b6aa773f57c3,0,0,0,0,0,
+20200306,GA,2,,,,,,,,,,,,,,,,,13,0,0,2,2,0,2,0,0,b03e9fdb5d718022370767dbbc3782cc52abb6fc,0,0,0,0,0,
+20200306,IA,0,15,2,,,,,,,,,,,,,,,19,0,0,17,15,0,15,0,0,3e8537b4687e35d3b092d2c356f7e8ee5895d011,0,0,0,0,0,
+20200306,IL,5,180,35,,,,,,,,,,,,,,,17,0,15,220,185,15,185,0,0,378c0b1cc55d75dd8f784d13e1b92bb52ff6a99c,0,0,0,0,0,
+20200306,IN,1,,,,,,,,,,,,,,,,,18,0,0,1,1,0,1,0,0,011fe874cd948516504483da532b1d9ad7fcd127,0,0,0,0,0,
+20200306,KS,0,4,0,,,,,,,,,,,,,,,20,0,0,4,4,0,4,0,0,d88414f18ae0faa4a21b9a6d8cdd681f20b9dd42,0,0,0,0,0,
+20200306,KY,0,7,3,,,,,,,,,,,,,,,21,0,0,10,7,0,7,0,0,19bf7101da043a61bcc27ed6a11cf4fdf16e34a1,0,0,0,0,0,
+20200306,MD,3,26,12,,,,,,,,,,,,,,,24,3,9,41,29,12,29,0,0,c5eef63c020bef4324dfed075354e19bcd1cab02,0,0,0,0,0,
+20200306,MI,98,8,8,,,,,,,,,,,,,,,26,26,0,114,106,26,106,0,0,801a037bd29669a0a9cd74f21f9c5fdcbbcfbfeb,0,0,0,0,0,
+20200306,MN,0,36,,,,,,,,,,,,,,,,27,0,0,36,36,0,36,0,0,2ab7b35a5cbf006c54629433fbcc70582826e46d,0,0,0,0,0,
+20200306,NC,2,,,,,,,,,,,,,,,,,37,1,0,2,2,1,2,0,0,945c8e0b0054dbff68cba281a139a65f89e54109,0,0,0,0,0,
+20200306,NE,0,17,5,,,,,,,,,,,,,,,31,0,0,22,17,0,17,0,0,606e2442133c4a8eb04493e742b72144edf55b0d,0,0,0,0,0,
+20200306,NH,2,20,3,,,,,,,,,,,,,,,33,0,4,25,22,4,22,0,0,ca8b21e5ec86953cc0152a058c5aa835f4394734,0,0,0,0,0,
+20200306,NJ,1,,,,,,,,,,,,,,,,,34,0,0,1,1,0,1,0,0,fe17eed4338b83439779b226af21c822a34793db,0,0,0,0,0,
+20200306,NM,0,16,0,,,,,,,,,,,,,,,35,0,0,16,16,0,16,0,0,144f440a95177e4bbeeddf17a19134cf7373605b,0,0,0,0,0,
+20200306,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,b9c1d1914b11d765a908334b531fa3d8edeca90e,0,0,0,0,0,
+20200306,NY,33,92,236,,,,,,,,,,,,,,,36,11,16,361,125,27,125,0,0,bbf7bd692bc61d17851948c556bc158ca53741fb,0,0,0,0,0,
+20200306,OH,0,8,2,,,,,,,,,,,,,,,39,0,1,10,8,1,8,0,0,85bd262c350b6044418eda1f3a1581dff0ae7f84,0,0,0,0,0,
+20200306,OR,3,64,28,,,,,,,,,,,,,,,41,0,19,95,67,19,67,0,0,28cf1023d27546d2e82fe495f10e8636cbb0da11,0,0,0,0,0,
+20200306,PA,2,,,,,,,,,,,,,,,,,42,0,0,2,2,0,2,0,0,57fa83a2bc5d6b3ae76f0c949c4a4fc190f37bf4,0,0,0,0,0,
+20200306,RI,3,17,,,,,,,,,,,,,,,,44,1,0,20,20,1,20,0,0,d9bb5cfc6cf04e118b0464bd66e4b3b0e38abe5e,0,0,0,0,0,
+20200306,SC,0,5,,,,,,,,,,,,,,,,45,0,0,5,5,0,5,0,0,b1371309bbc25ea7b88f1e919854daf9f78ffee1,0,0,0,0,0,
+20200306,TN,1,,,,,,,,,,,,,,,,,47,0,0,1,1,0,1,0,0,29d49d516845372e527765dc1c5d6c41b3e03b72,0,0,0,0,0,
+20200306,TX,5,,,,,,,,,,,,,,,,,48,4,0,5,5,4,5,0,0,7a8c5e429e55b730f030665f1ed66429e35a3e9e,0,0,0,0,0,
+20200306,VA,0,21,10,,,,,,,,,,,,,,,51,0,3,31,21,3,21,0,0,bf686eb25f2ac9df82f1a0de3e2fdffce4126e7f,0,0,0,0,0,
+20200306,VT,0,0,,,,,,,,,,3/6/2020 00:00,2020-03-06T00:00:00Z,03/05 19:00,,,2020-03-06T00:00:00Z,50,0,0,0,0,0,0,0,0,e646743f021acb77b4625fe0bc5d654c767acba7,0,0,0,0,0,
+20200306,WA,218,1379,,,,,,,,,,3/6/2020 00:00,2020-03-06T00:00:00Z,03/05 19:00,26,,2020-03-06T00:00:00Z,53,39,435,1597,1597,474,1597,6,0,2180f81a524d8d79bac469512a813a07fd6187c5,0,0,0,0,0,
+20200306,WI,1,31,12,,,,,,,,,,,,,,,55,0,12,44,32,12,32,0,0,83d6792b8ce5d15007903a72cd2989198d63b4eb,0,0,0,0,0,
+20200306,WV,0,1,4,,,,,,,,,,,,,,,54,0,0,5,1,0,1,0,0,db3fd4b554714bd0042a4e757fe6ac239b99e2ef,0,0,0,0,0,
+20200305,AZ,2,28,6,,,,,,,,,,,,,,,04,0,1,36,30,1,30,0,0,8901aa0763841dfaf59b0d6dbf5e54e76e5d04a8,0,0,0,0,0,
+20200305,CA,53,462,,,,,,,,,,,,,,,,06,0,0,515,515,0,515,0,0,10c1ce97af2a37d316e43bb512b486d8c380ca37,0,0,0,0,0,
+20200305,CO,0,19,21,,,,,,,,,,,,,,,08,0,0,40,19,0,19,0,0,4e4e00cd8e193fb2bd532ac3ce3c24448268500b,0,0,0,0,0,
+20200305,DC,0,6,2,,,,,,,,,,,,,,,11,0,0,8,6,0,6,0,0,c8683cd2b38b301bda8f5d8504dfcd8b4a051546,0,0,0,0,0,
+20200305,FL,9,31,69,,,,,,,,,,,,,,,12,7,7,109,40,14,40,0,0,4e9f6074ec04eed81f2f560514edd64d7fad1db9,0,0,0,0,0,
+20200305,GA,2,,,,,,,,,,,,,,,,,13,0,0,2,2,0,2,0,0,1de4cfd2cd9c203e70d307cc08a60dbb3f9b7da9,0,0,0,0,0,
+20200305,IL,5,165,27,,,,,,,,,,,,,,,17,1,41,197,170,42,170,0,0,37e4191730f8125d012a6669374c431e1b992ea9,0,0,0,0,0,
+20200305,MD,0,17,14,,,,,,,,,,,,,,,24,0,0,31,17,0,17,0,0,18b902414b6b60a018d36a531eb5fea1a42d6916,0,0,0,0,0,
+20200305,MI,72,8,0,,,,,,,,,,,,,,,26,20,8,80,80,28,80,0,0,5d41d91d26eed455fef615a320d101ceea70d046,0,0,0,0,0,
+20200305,NC,1,,,,,,,,,,,,,,,,,37,0,0,1,1,0,1,0,0,3e1c1b94c817a671b3c572998d06c3ff0e231051,0,0,0,0,0,
+20200305,NE,0,17,5,,,,,,,,,,,,,,,31,0,0,22,17,0,17,0,0,9ea3c1792153c7a738c2fca1d4538dc6e2821b76,0,0,0,0,0,
+20200305,NH,2,16,4,,,,,,,,,,,,,,,33,0,6,22,18,6,18,0,0,d7f026c9f58a0ddfe2b3698bb840588e7c0551b6,0,0,0,0,0,
+20200305,NJ,1,,,,,,,,,,,,,,,,,34,0,0,1,1,0,1,0,0,e1b8583ad5dae4c48c5b032a4efe15dfd001afb8,0,0,0,0,0,
+20200305,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,12870eda379ca5a9f13f3384bd2d10b515654652,0,0,0,0,0,
+20200305,NY,22,76,24,,,,,,,,,,,,,,,36,16,28,122,98,44,98,0,0,dedb5e3a7164232b7173c320f61ea4a36465eac1,0,0,0,0,0,
+20200305,OH,0,7,3,,,,,,,,,,,,,,,39,0,0,10,7,0,7,0,0,0038222b26740a294895ee5a48e328845dd5d4e1,0,0,0,0,0,
+20200305,OR,3,45,13,,,,,,,,,,,,,,,41,0,16,61,48,16,48,0,0,36fa66c767e68598f45346538758cbe380ba7182,0,0,0,0,0,
+20200305,RI,2,17,,,,,,,,,,,,,,,,44,0,6,19,19,6,19,0,0,0091929e2d517613a4b14cc3ad44cde6ab175a5e,0,0,0,0,0,
+20200305,SC,0,5,,,,,,,,,,,,,,,,45,0,0,5,5,0,5,0,0,b89d8ffc168468aaaffd91190b13d6578ffbc40e,0,0,0,0,0,
+20200305,TN,1,,,,,,,,,,,,,,,,,47,0,0,1,1,0,1,0,0,ccc5cfbc3c62a4a99d8290034d52625dd533b9d4,0,0,0,0,0,
+20200305,TX,1,,,,,,,,,,,,,,,,,48,0,0,1,1,0,1,0,0,615ea3b340ce4cb473ee120ae528c45f6a057b6f,0,0,0,0,0,
+20200305,VA,0,18,3,,,,,,,,,,,,,,,51,0,0,21,18,0,18,0,0,a2cbafcae0fc60b119bfa9f0fa1da63a49929b0e,0,0,0,0,0,
+20200305,WA,179,944,,,,,,,,,,3/5/2020 00:00,2020-03-05T00:00:00Z,03/04 19:00,20,,2020-03-05T00:00:00Z,53,51,311,1123,1123,362,1123,4,0,1fb046ec5bd2d14475c8346c6b6866c996fea9ee,0,0,0,0,0,
+20200305,WI,1,19,6,,,,,,,,,,,,,,,55,0,0,26,20,0,20,0,0,80ee648a2418bdca7c0e0bead96be003e3a1b310,0,0,0,0,0,
+20200304,AZ,2,27,5,,,,,,,,,,,,,,,04,0,0,34,29,0,29,0,0,bbdf16a74cd9b320e82776195eaffb70afd63647,0,0,0,0,0,
+20200304,CA,53,462,,,,,,,,,,,,,,,,06,0,0,515,515,0,515,0,0,ae2b9d2e5d691c66d1abe7c43c3564e865279fd9,0,0,0,0,0,
+20200304,FL,2,24,16,,,,,,,,,,,,,,,12,0,0,42,26,0,26,0,0,a7761c7a304e183c71379ce2f49a8c28e2885b8b,0,0,0,0,0,
+20200304,GA,2,,,,,,,,,,,,,,,,,13,0,0,2,2,0,2,0,0,5f89ee92caad0c4c61d1522be6a5908f11d3e2ad,0,0,0,0,0,
+20200304,IL,4,124,27,,,,,,,,,,,,,,,17,0,0,155,128,0,128,0,0,59126eb9417993e3d723a2036a8c55f4009b8c4a,0,0,0,0,0,
+20200304,MI,52,,,,,,,,,,,,,,,,,26,18,0,52,52,18,52,0,0,c8f8828ec82cd8ae36a4f64fa29c0e6a56956db4,0,0,0,0,0,
+20200304,NC,1,,,,,,,,,,,,,,,,,37,0,0,1,1,0,1,0,0,aff92f39058a06237a9272ff140e60872120a9b4,0,0,0,0,0,
+20200304,NH,2,10,7,,,,,,,,,,,,,,,33,0,0,19,12,0,12,0,0,e2f2bbab49e09e42d9fd90963431afd58a180904,0,0,0,0,0,
+20200304,NY,6,48,24,,,,,,,,,,,,,,,36,0,0,78,54,0,54,0,0,4dbef65288b7dbede2d781e28a00cba52693e213,0,0,0,0,0,
+20200304,OR,3,29,18,,,,,,,,,,,,,,,41,0,0,50,32,0,32,0,0,d15d15293428d9efb670a6d06338ae0a40b4ad2b,0,0,0,0,0,
+20200304,RI,2,11,,,,,,,,,,,,,,,,44,0,5,13,13,5,13,0,0,7efa1e0fc06f27982cfe1d48d8c13c5f2c385799,0,0,0,0,0,
+20200304,SC,0,5,,,,,,,,,,,,,,,,45,0,0,5,5,0,5,0,0,e46fa26694a224ddf25122f67839d06a1233b82f,0,0,0,0,0,
+20200304,TX,1,,,,,,,,,,,,,,,,,48,0,0,1,1,0,1,0,0,4715ee12d7c9844c6f35c67a66313383a714096a,0,0,0,0,0,
+20200304,WA,128,633,,,,,,,,,,3/4/2020 00:00,2020-03-04T00:00:00Z,03/03 19:00,16,,2020-03-04T00:00:00Z,53,38,206,761,761,244,761,2,0,e75a4217a52b924b874b96656f1125d1f1efc87f,0,0,0,0,0,
+20200304,WI,1,19,6,,,,,,,,,,,,,,,55,0,0,26,20,0,20,0,0,f9605e87fa7285be1046c6e6685fd46477bbc0e1,0,0,0,0,0,
+20200303,MI,34,,,,,,,,,,,,,,,,,26,16,0,34,34,16,34,0,0,99cca478bdcb0e50d6e457498cb0bd6539b340be,0,0,0,0,0,
+20200303,RI,2,6,,,,,,,,,,,,,,,,44,1,6,8,8,7,8,0,0,fe184b3a4a8e416cd54d4b55cc642ee7d5280b09,0,0,0,0,0,
+20200303,WA,90,427,,,,,,,,,,3/3/2020 00:00,2020-03-03T00:00:00Z,03/02 19:00,14,,2020-03-03T00:00:00Z,53,25,198,517,517,223,517,3,0,c12865a292b47f2754ebba7482ce8ae49de18f2a,0,0,0,0,0,
+20200302,MI,18,,,,,,,,,,,,,,,,,26,9,0,18,18,9,18,0,0,b4c7aec00e723fbd9c93d6be00f61bb3379bda39,0,0,0,0,0,
+20200302,RI,1,,,,,,,,,,,,,,,,,44,0,0,1,1,0,1,0,0,1960271d46dbd7dd0e3d4bf5aca62e8c246a4b05,0,0,0,0,0,
+20200302,WA,65,229,,,,,,,,,,3/2/2020 00:00,2020-03-02T00:00:00Z,03/01 19:00,11,,2020-03-02T00:00:00Z,53,31,148,294,294,179,294,3,0,0829b6a9162ce6691fc2a5ad6e392eaa5a63bef9,0,0,0,0,0,
+20200301,MI,9,,,,,,,,,,,,,,,,,26,0,0,9,9,0,9,0,0,3b0ebd4c7418ec15f8285df4a069070a9437d1d0,0,0,0,0,0,
+20200301,RI,1,,,,,,,,,,,,,,,,,44,0,0,1,1,0,1,0,0,dfbe740a535db58e3451ae7488e42f138c8b8905,0,0,0,0,0,
+20200301,WA,34,81,,,,,,,,,,3/1/2020 00:00,2020-03-01T00:00:00Z,02/29 19:00,8,,2020-03-01T00:00:00Z,53,16,58,115,115,74,115,3,0,2657943cf7416f304e4255f1b2dfdc5d5df3aa91,0,0,0,0,0,
+20200229,WA,18,23,,,,,,,,,,2/29/2020 00:00,2020-02-29T00:00:00Z,02/28 19:00,5,,2020-02-29T00:00:00Z,53,9,23,41,41,32,41,1,0,63850ad510e53cf17f62cac8742b54b96735fd1a,0,0,0,0,0,
+20200228,WA,9,,,,,,,,,,,,,,4,,,53,7,0,9,9,7,9,2,0,5ac2cc32f64ed2b87fa8daef47cd50f37aa4361c,0,0,0,0,0,
+20200227,WA,2,,,,,,,,,,,,,,2,,,53,0,0,2,2,0,2,0,0,e32b66f69e6796f27350b5aea1add5a3caa02780,0,0,0,0,0,
+20200226,WA,2,,,,,,,,,,,,,,2,,,53,0,0,2,2,0,2,2,0,adfd4d6ba158c91578be070208aba68ee25446b1,0,0,0,0,0,
+20200225,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,18efcf1d60f13f2fb333ceaff2066096aa1e1f1d,0,0,0,0,0,
+20200224,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,adf4760aa4e781d9835b345c48fb7e2e39650153,0,0,0,0,0,
+20200223,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,d563e23adbb04b247bc063cfe4cfe25e3910b21c,0,0,0,0,0,
+20200222,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,fc4076191d01a3cd2647dbc6d0f328a68821cb1d,0,0,0,0,0,
+20200221,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,3028f28a851863c4ec5136b34a213cc874091f58,0,0,0,0,0,
+20200220,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,ec6761fc142b450963d44de92ba526e7681d7a06,0,0,0,0,0,
+20200219,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,8936ac19ef8ee46d2ecaed327ba341aa8d4ca8ed,0,0,0,0,0,
+20200218,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,152b86ecedcd6c94d6b4a46f1712aa58981a2670,0,0,0,0,0,
+20200217,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,8618b2a8654b63494e47e37f609bbf9a92a5ca66,0,0,0,0,0,
+20200216,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,f2717e21643b6df642ed245fb1c84c592df541c5,0,0,0,0,0,
+20200215,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,0cdaff3abe3e61e800d17c0e9d1f679472eba338,0,0,0,0,0,
+20200214,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,478dde5496f9ff38e966171099bd193c55003a3c,0,0,0,0,0,
+20200213,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,02b59393ebcf590ccc09a5cb37bfeeecf8f52b87,0,0,0,0,0,
+20200212,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,3044fa4002ee23120381e6355166c225eca99c01,0,0,0,0,0,
+20200211,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,84cea0433a1b2e9c15a08b80e778302d05d8c709,0,0,0,0,0,
+20200210,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,390592d5daddd39dea33b2e8b17f134598aa1701,0,0,0,0,0,
+20200209,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,dff87acf1b23d9e48b20e13339c046d09de3d9cf,0,0,0,0,0,
+20200208,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,c2d51c05f465ae49de1d0ad4add92fb9dc0b3ddc,0,0,0,0,0,
+20200207,WA,2,,,,,,,,,,,,,,,,,53,1,0,2,2,1,2,0,0,880089fe217a807134ce11af477df05cc82842de,0,0,0,0,0,
+20200206,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,945a349b80551e682604a643cecafd19ef29498c,0,0,0,0,0,
+20200205,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,50571429789b60e60b601a911568949e5351be97,0,0,0,0,0,
+20200204,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,7ad87d355a5aae5da7a6bbc8cfce3425e3791117,0,0,0,0,0,
+20200203,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,a7203fd657d4f9070caac39bef6bf176777aaf45,0,0,0,0,0,
+20200202,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,20151191af52ec09235164e2d074707e6385dd74,0,0,0,0,0,
+20200201,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,0bdff7274ec65f89dff73bae77974f8cd82162b2,0,0,0,0,0,
+20200131,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,85284bbb2ac0326ee7d4cec1b1278b302d989016,0,0,0,0,0,
+20200130,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,f6bf127726f41c003f343c02b557d85ac55b5f58,0,0,0,0,0,
+20200129,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,83661a7e5d3d21fe6edd69743d6c8f3ff4cde5d6,0,0,0,0,0,
+20200128,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,d8b2fa69513fca96f9ac03bc2cd5c5245748c1fb,0,0,0,0,0,
+20200127,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,282f8262eafb85b3b132fe8c2b24a0fc0d41ee46,0,0,0,0,0,
+20200126,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,c91362aca4975445557b14f49e3ef797de1e0b1c,0,0,0,0,0,
+20200125,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,9be1bec9296e55b7910716eeef161f40b7dae898,0,0,0,0,0,
+20200124,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,9c9fcbd72b97700fdf886f77e8c16c9538883163,0,0,0,0,0,
+20200123,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,7b7bb15b16e3613cf1fd2d7cee5a90d483f63662,0,0,0,0,0,
+20200122,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,3f9b3067fb6e1b79d174e867e388ae24d90de6e3,0,0,0,0,0,
diff --git a/data/inputs/downloaded/covidtracking/2020-06-08/daily.csv b/data/inputs/downloaded/covidtracking/2020-06-08/daily.csv
new file mode 100644
index 0000000..9c651fc
--- /dev/null
+++ b/data/inputs/downloaded/covidtracking/2020-06-08/daily.csv
@@ -0,0 +1,5282 @@
+date,state,positive,negative,pending,hospitalizedCurrently,hospitalizedCumulative,inIcuCurrently,inIcuCumulative,onVentilatorCurrently,onVentilatorCumulative,recovered,dataQualityGrade,lastUpdateEt,dateModified,checkTimeEt,death,hospitalized,dateChecked,fips,positiveIncrease,negativeIncrease,total,totalTestResults,totalTestResultsIncrease,posNeg,deathIncrease,hospitalizedIncrease,hash,commercialScore,negativeRegularScore,negativeScore,positiveScore,score,grade
+20200607,AK,544,64360,,7,,,,1,,382,B,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,10,,2020-06-07T00:00:00Z,02,8,995,64904,64904,1003,64904,0,-48,62adbd451838656b7df7519e830d6439be0b5877,0,0,0,0,0,
+20200607,AL,20500,239066,,,2022,,615,,364,11395,B,6/7/2020 11:00,2020-06-07T11:00:00Z,06/07 07:00,692,2022,2020-06-07T11:00:00Z,01,457,13465,259566,259566,13922,259566,3,29,9040674078ce6afca363f8e95943845a032ab5d6,0,0,0,0,0,
+20200607,AR,9426,150847,,145,844,,,35,143,6424,A,6/7/2020 16:10,2020-06-07T16:10:00Z,06/07 12:10,154,844,2020-06-07T16:10:00Z,05,325,3191,160273,160273,3516,160273,0,6,ef23d4d3f9e232bb5f58a59d79a27d2cb0797e2a,0,0,0,0,0,
+20200607,AS,0,174,,,,,,,,,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,0,,2020-06-01T00:00:00Z,60,0,0,174,174,0,174,0,0,893135d0d7a9340a91aca139f4e3bb289f418f71,0,0,0,0,0,
+20200607,AZ,26889,254732,,1252,3352,392,,248,,5517,A+,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,1044,3352,2020-06-07T00:00:00Z,04,1438,8537,281621,281621,9975,281621,2,32,505a05efa5a9b912644a7ad16b2ab6f37330806b,0,0,0,0,0,
+20200607,CA,128812,2233406,,4525,,1288,,,,,B,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,4626,,2020-06-07T00:00:00Z,06,2796,51122,2362218,2362218,53918,2362218,67,0,c488c7b5e4d006a61717e637d445fcb324f8e1ee,0,0,0,0,0,
+20200607,CO,27848,185166,,299,4480,,,,,4074,A,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,1527,4480,2020-06-07T00:00:00Z,08,233,4504,213014,213014,4737,213014,3,8,7b5c9ad9c0f69604bfc14c485ea8e1cbf18782ef,0,0,0,0,0,
+20200607,CT,43968,258386,,333,9669,,,,,7284,B,6/6/2020 20:30,2020-06-06T20:30:00Z,06/06 16:30,4071,9669,2020-06-06T20:30:00Z,09,150,6655,302354,302354,6805,302354,16,0,8362ccfe0f1028a9d795e1472ff88cb074f1deea,0,0,0,0,0,
+20200607,DC,9332,45215,,285,,90,,73,,1143,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,489,,2020-06-06T00:00:00Z,11,63,806,54547,54547,869,54547,6,0,069d1151dcb46218224241311336fec8056a6da0,0,0,0,0,0,
+20200607,DE,9942,59055,,103,,,,,,5792,A,6/6/2020 18:00,2020-06-06T18:00:00Z,06/06 14:00,398,,2020-06-06T18:00:00Z,10,97,1265,68997,68997,1362,68997,8,0,407d2a739b185e0710beb33911e863a1d565a41e,0,0,0,0,0,
+20200607,FL,63938,1152220,1161,,11215,,,,,,A,6/7/2020 09:59,2020-06-07T09:59:00Z,06/07 05:59,2786,11215,2020-06-07T09:59:00Z,12,1180,40793,1217319,1216158,41973,1216158,13,52,ef494d82cf0674c1a017547b0e3f8672450056ed,0,0,0,0,0,
+20200607,GA,51898,487986,,783,8685,,1909,,,,A,6/7/2020 15:36,2020-06-07T15:36:00Z,06/07 11:36,2180,8685,2020-06-07T15:36:00Z,13,589,16438,539884,539884,17027,539884,6,23,8558ef2736598a0d1005f0f38f4975c39fc435d2,0,0,0,0,0,
+20200607,GU,179,7284,,,,,,,,162,B,6/6/2020 01:45,2020-06-06T01:45:00Z,06/05 21:45,5,,2020-06-06T01:45:00Z,66,0,0,7463,7463,0,7463,0,0,1e4046396e17fa72d17036ad7a2683d714db0628,0,0,0,0,0,
+20200607,HI,673,53382,,,83,,,,,616,D,6/6/2020 18:00,2020-06-06T18:00:00Z,06/06 14:00,17,83,2020-06-06T18:00:00Z,15,9,789,54055,54055,798,54055,0,0,1dd899aceee99d04040e444d4270bd96016feed8,0,0,0,0,0,
+20200607,IA,21667,166525,,269,,86,,54,,12805,A+,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,604,,2020-06-07T00:00:00Z,19,189,3289,188192,188192,3478,188192,6,0,0eddd78c7bda8e2e89cd8877cfa5d0b9878cf774,0,0,0,0,0,
+20200607,ID,3139,52902,,,260,,99,,,2461,A,6/6/2020 19:00,2020-06-06T19:00:00Z,06/06 15:00,83,260,2020-06-06T19:00:00Z,16,28,774,56041,56041,802,56041,0,3,25e8b8c1c5bd11d109f4c0d400769a5ac01fa882,0,0,0,0,0,
+20200607,IL,127757,915017,,2550,,720,,438,,,A,6/7/2020 00:59,2020-06-07T00:59:00Z,06/06 20:59,5904,,2020-06-07T00:59:00Z,17,867,19833,1042774,1042774,20700,1042774,40,0,0af8abf46c6e14b8cf5a19b87444b92a8f87225e,0,0,0,0,0,
+20200607,IN,37397,266866,,913,6136,335,1317,133,,25138,A+,6/6/2020 23:59,2020-06-06T23:59:00Z,06/06 19:59,2303,6136,2020-06-06T23:59:00Z,18,400,6333,304263,304263,6733,304263,11,45,a3ce5c1ccaab0dd3e4f159a29332a29109586045,0,0,0,0,0,
+20200607,KS,10393,103260,,,917,,306,,135,612,A,6/5/2020 10:00,2020-06-05T10:00:00Z,06/05 06:00,232,917,2020-06-05T10:00:00Z,20,0,0,113653,113653,0,113653,0,0,ab730ca1acc20f0096c66887d9e92b0b3b2ad742,0,0,0,0,0,
+20200607,KY,11287,237775,,495,2361,75,958,,,3344,B,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,470,2361,2020-06-06T00:00:00Z,21,0,0,249062,249062,0,249062,0,0,68533ca48b5960763a18277bbdff8a031458d26c,0,0,0,0,0,
+20200607,LA,42816,391249,,575,,,,74,,31728,B,6/7/2020 13:00,2020-06-07T13:00:00Z,06/07 09:00,2936,,2020-06-07T13:00:00Z,22,330,5666,434065,434065,5996,434065,11,0,06d334a3bf286aba0b85c212f867b82c6bd09a03,0,0,0,0,0,
+20200607,MA,103436,549054,,1442,10393,335,,221,,,A+,6/7/2020 10:00,2020-06-07T10:00:00Z,06/07 06:00,7316,10393,2020-06-07T10:00:00Z,25,304,7547,652490,652490,7851,652490,27,24,f996cd5a453a43e90c08671c5747f7084f2ffd67,0,0,0,0,0,
+20200607,MD,57973,306830,,1003,9546,404,,,,4240,B,6/7/2020 10:00,2020-06-07T10:00:00Z,06/07 06:00,2749,9546,2020-06-07T10:00:00Z,24,491,6936,364803,364803,7427,364803,9,95,9dbbb993bb1a3a700a688da5db38f3dc11338af1,0,0,0,0,0,
+20200607,ME,2570,56399,,34,298,15,,7,,1864,B,6/6/2020 11:59,2020-06-06T11:59:00Z,06/06 07:59,99,298,2020-06-06T11:59:00Z,23,46,0,58969,58969,46,58969,1,2,a387b8db0f5f09f162df2d56e9631aa09dc4dc73,0,0,0,0,0,
+20200607,MI,64413,646305,,864,,315,,191,,42041,A+,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,5895,,2020-06-07T00:00:00Z,26,430,10439,710718,710718,10869,710718,4,0,9fe96b38f209a57dfb6f4ab2461acd1e588c42f9,0,0,0,0,0,
+20200607,MN,27886,316317,,450,3367,199,1044,,,22992,A,6/6/2020 17:00,2020-06-06T17:00:00Z,06/06 13:00,1197,3367,2020-06-06T17:00:00Z,27,385,10334,344203,344203,10719,344203,16,31,5f4eb67ca77d3ebc7d7b111b20fbd5476b182a45,0,0,0,0,0,
+20200607,MO,14553,222305,,657,,,,84,,,B,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,809,,2020-06-07T00:00:00Z,29,111,6682,236858,236858,6793,236858,0,0,ad907315c72cfdcf7deef0948805129d7a85816a,0,0,0,0,0,
+20200607,MP,27,7214,,,,,,,,19,D,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,2,,2020-06-07T00:00:00Z,69,1,545,7241,7241,546,7241,0,0,a15cfedf8f272825ac22fd187cc33323e8396133,0,0,0,0,0,
+20200607,MS,17270,185979,,585,2522,133,,69,,11203,A,6/6/2020 19:00,2020-06-06T19:00:00Z,06/06 15:00,817,2522,2020-06-06T19:00:00Z,28,501,9625,203249,203249,10126,203249,14,47,6d008b11fae417d61b08e0bf768e2ff991973894,0,0,0,0,0,
+20200607,MT,545,46833,,2,69,,,,,475,C,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,18,69,2020-06-07T00:00:00Z,30,5,619,47378,47378,624,47378,0,1,4c226ebeeeeb641ae0353a4a6c2f437fc147c38c,0,0,0,0,0,
+20200607,NC,35546,475680,,696,,,,,,18860,A,6/6/2020 11:15,2020-06-06T11:15:00Z,06/06 07:15,996,,2020-06-06T11:15:00Z,37,921,12955,511226,511226,13876,511226,4,0,de50b39c8bcff7b0947da358717109114cd78dd1,0,0,0,0,0,
+20200607,ND,2861,77072,,28,183,,,,,2307,D,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,75,183,2020-06-07T00:00:00Z,38,45,1008,79933,79933,1053,79933,0,1,fb2d3a708dcaa39f4a1419a15db8ff225a581c44,0,0,0,0,0,
+20200607,NE,15543,104226,,167,928,,,,,8255,D,6/6/2020 20:00,2020-06-06T20:00:00Z,06/06 16:00,188,928,2020-06-06T20:00:00Z,31,164,2058,119769,119769,2222,119769,2,9,729b55cc661c5df55f22f63444d2cf8bc5414c92,0,0,0,0,0,
+20200607,NH,5019,78990,,84,487,,145,,,3319,B,6/6/2020 09:00,2020-06-06T09:00:00Z,06/06 05:00,283,487,2020-06-06T09:00:00Z,33,0,0,84009,84009,0,84009,0,0,ffdba03532fea9d23aa68326c7b23c40601d053d,0,0,0,0,0,
+20200607,NJ,164164,796261,,1882,18050,503,,385,,27824,A+,6/7/2020 13:00,2020-06-07T13:00:00Z,06/07 09:00,12176,18050,2020-06-07T13:00:00Z,34,271,40706,960425,960425,40977,960425,70,27,4772e34066f939a6ed7d7635610784cb729f69e7,0,0,0,0,0,
+20200607,NM,8800,220347,,176,1489,,,,,3286,C,6/6/2020 18:00,2020-06-06T18:00:00Z,06/06 14:00,392,1489,2020-06-06T18:00:00Z,35,128,4379,229147,229147,4507,229147,5,0,9cbfa6e61939a87746358661083da6632645f527,0,0,0,0,0,
+20200607,NV,9649,166048,,348,,80,,44,,522,A+,6/7/2020 11:00,2020-06-07T11:00:00Z,06/07 07:00,438,,2020-06-07T11:00:00Z,32,189,3737,175697,175697,3926,175697,1,0,af235f7c78cb65df8e3ef3661d69a05df0c2963c,0,0,0,0,0,
+20200607,NY,378097,2119745,,2427,89995,704,,534,,67544,A,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,24259,89995,2020-06-07T00:00:00Z,36,781,59654,2497842,2497842,60435,2497842,47,0,b356fda1238193c617f971ca43fd5d3318a3debb,0,0,0,0,0,
+20200607,OH,38476,430548,,603,6497,240,1657,167,,,B,6/7/2020 14:00,2020-06-07T14:00:00Z,06/07 10:00,2377,6497,2020-06-07T14:00:00Z,39,365,10133,469024,469024,10498,469024,7,37,783442146e377cb830c181b82bcedbbe07a4255c,0,0,0,0,0,
+20200607,OK,7150,214598,,158,1026,65,,,,5981,A+,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,348,1026,2020-06-07T00:00:00Z,40,147,0,221748,221748,147,221748,3,0,ee3402e51e9a1af15cc6875dee85df429d2aea8c,0,0,0,0,0,
+20200607,OR,4808,143592,,121,819,39,,16,,2237,A+,6/7/2020 03:01,2020-06-07T03:01:00Z,06/06 23:01,164,819,2020-06-07T03:01:00Z,41,146,2095,148400,148400,2241,148400,1,0,045f762dec36e1e173e53a7ec41a4c40ee63a911,0,0,0,0,0,
+20200607,PA,76212,444173,,1174,,,,268,,53670,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,5943,,2020-06-06T00:00:00Z,42,506,9051,520385,520385,9557,520385,12,0,2b73048362c35799dad280f185872e68b1f5b90c,0,0,0,0,0,
+20200607,PR,4985,,,105,,6,,7,,,B,6/7/2020 05:58,2020-06-07T05:58:00Z,06/07 01:58,142,,2020-06-07T05:58:00Z,72,70,0,4985,4985,70,4985,0,0,e0590e4b0f5fc65505243e9fda3c270f22570cc0,0,0,0,0,0,
+20200607,RI,15441,155298,,182,1775,37,,23,,1336,A+,6/5/2020 12:00,2020-06-05T12:00:00Z,06/05 08:00,772,1775,2020-06-05T12:00:00Z,44,0,0,170739,170739,0,170739,0,0,8e5e81a885b5d80bf31902d2b7c6d880cba8a79b,0,0,0,0,0,
+20200607,SC,14286,223573,,477,1814,,,,,7347,A+,6/7/2020 13:30,2020-06-07T13:30:00Z,06/07 09:30,546,1814,2020-06-07T13:30:00Z,45,833,5727,237859,237859,6560,237859,8,0,e5109fcea286a67b9a554e38793601ee6915e248,0,0,0,0,0,
+20200607,SD,5438,51622,,87,478,,,,,4335,B,6/6/2020 18:00,2020-06-06T18:00:00Z,06/06 14:00,65,478,2020-06-06T18:00:00Z,46,71,1531,57060,57060,1602,57060,0,4,36c8fa50727a01334abda6c51b5f4c6568a3cc57,0,0,0,0,0,
+20200607,TN,26381,472387,,,1932,,,,,17222,B,6/7/2020 15:00,2020-06-07T15:00:00Z,06/07 11:00,418,1932,2020-06-07T15:00:00Z,47,310,7037,498768,498768,7347,498768,1,9,3642992491c6af8b24d1f329d34b160363ebf18b,0,0,0,0,0,
+20200607,TX,74978,1025468,,1878,,,,,,49758,B,6/7/2020 14:30,2020-06-07T14:30:00Z,06/07 10:30,1830,,2020-06-07T14:30:00Z,48,1425,5744,1100446,1100446,7169,1100446,11,0,89046f34eae29c37514ab558355d13f738cf4c3a,0,0,0,0,0,
+20200607,UT,12066,225885,,207,900,,269,,111,7108,B,6/7/2020 15:00,2020-06-07T15:00:00Z,06/07 11:00,121,900,2020-06-07T15:00:00Z,49,268,2534,237951,237951,2802,237951,0,10,6229563c83ac999c497a1f4c9dfb986bceaeac9e,0,0,0,0,0,
+20200607,VA,50681,329135,385,1186,7724,316,,165,,6538,A+,6/6/2020 17:00,2020-06-06T17:00:00Z,06/06 13:00,1472,7724,2020-06-06T17:00:00Z,51,1284,7401,380201,379816,8685,379816,12,171,e3296c0c5f7099f534062e71e937a0d16ba8a487,0,0,0,0,0,
+20200607,VI,71,2125,4,,,,,,,62,C,6/6/2020 09:56,2020-06-06T09:56:00Z,06/06 05:56,6,,2020-06-06T09:56:00Z,78,0,0,2200,2196,0,2196,0,0,b6a917e8889d27017a12df8b9d280513160c0049,0,0,0,0,0,
+20200607,VT,1063,40155,,14,,,,,,890,B,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,55,,2020-06-07T00:00:00Z,50,17,1118,41218,41218,1135,41218,0,0,6821fdfc6d44be667ac620f4b4706080fa3de624,0,0,0,0,0,
+20200607,WA,23442,377146,,205,3652,,,57,,,B,6/6/2020 02:59,2020-06-06T02:59:00Z,06/05 22:59,1153,3652,2020-06-06T02:59:00Z,53,273,-202,400588,400588,71,400588,4,13,66df353c7076869706b2034f0611d2958f4b0b1c,0,0,0,0,0,
+20200607,WI,20835,325867,183,491,2848,107,638,,,14047,A+,6/7/2020 00:00,2020-06-07T00:00:00Z,06/06 20:00,647,2848,2020-06-07T00:00:00Z,55,264,11065,346885,346702,11329,346702,2,16,b90a15ee8222ed1d7dc36819c145dfb915e1351e,0,0,0,0,0,
+20200607,WV,2144,109663,,28,,9,,4,,1451,B,6/7/2020 10:00,2020-06-07T10:00:00Z,06/07 06:00,84,,2020-06-07T10:00:00Z,54,13,2071,111807,111807,2084,111807,0,0,bd865dabcfb54d72bf2b6198165ad1207a8d78c1,0,0,0,0,0,
+20200607,WY,947,27804,,4,90,,,,,757,C,6/7/2020 11:52,2020-06-07T11:52:00Z,06/07 07:52,17,90,2020-06-07T11:52:00Z,56,8,235,28751,28751,243,28751,0,0,6b568085b4cc2c7490d4ced37e03f883c5e1dd34,0,0,0,0,0,
+20200606,AK,536,63365,,7,48,,,1,,382,A,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,10,48,2020-06-06T00:00:00Z,02,12,2899,63901,63901,2911,63901,0,48,9d20d6fc8bb22512521adcce05cc466f173defc7,0,0,0,0,0,
+20200606,AL,20043,225601,,,1993,,612,,363,11395,B,6/6/2020 11:00,2020-06-06T11:00:00Z,06/06 07:00,689,1993,2020-06-06T11:00:00Z,01,656,5515,245644,245644,6171,245644,13,44,b359b571ad9d06da579683eab82bf2a34b322ecf,0,0,0,0,0,
+20200606,AR,9101,147656,,154,838,,,36,142,6266,A,6/6/2020 15:00,2020-06-06T15:00:00Z,06/06 11:00,154,838,2020-06-06T15:00:00Z,05,450,8696,156757,156757,9146,156757,2,46,f590d3252ee6e4f000a69c95eff0aa08d0b72a6f,0,0,0,0,0,
+20200606,AS,0,174,,,,,,,,,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,0,,2020-06-01T00:00:00Z,60,0,0,174,174,0,174,0,0,279989d19417173a18704a01b97b227368cb6fb8,0,0,0,0,0,
+20200606,AZ,25451,246195,,1278,3320,391,,292,,5399,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,1042,3320,2020-06-06T00:00:00Z,04,1119,6662,271646,271646,7781,271646,30,55,8095c21e2390ef513a8391e44ebe1314c265c6d2,0,0,0,0,0,
+20200606,CA,126016,2182284,,4526,,1315,,,,,B,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,4559,,2020-06-06T00:00:00Z,06,3115,66722,2308300,2308300,69837,2308300,74,0,9dd80e35a7f1f942986d348c90755639da5c1ec4,0,0,0,0,0,
+20200606,CO,27615,180662,,299,4472,,,,,4055,A,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,1524,4472,2020-06-06T00:00:00Z,08,255,4598,208277,208277,4853,208277,12,12,28ca5447088238970547e48df31f9a0dce87d425,0,0,0,0,0,
+20200606,CT,43818,251731,,333,9669,,,,,7284,B,6/5/2020 20:30,2020-06-05T20:30:00Z,06/05 16:30,4055,9669,2020-06-05T20:30:00Z,09,358,7804,295549,295549,8162,295549,17,0,b7151049025265734aed2658265e0ec9fed9abcc,0,0,0,0,0,
+20200606,DC,9269,44409,,276,,100,,68,,1138,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,483,,2020-06-05T00:00:00Z,11,70,1747,53678,53678,1817,53678,8,0,7204cf921d5262f85c97205be680dc436068ecc5,0,0,0,0,0,
+20200606,DE,9845,57790,,117,,,,,,5696,A,6/5/2020 18:00,2020-06-05T18:00:00Z,06/05 14:00,390,,2020-06-05T18:00:00Z,10,72,834,67635,67635,906,67635,2,0,08e8e117f32387a20d9011d77dc61ae69f1fe289,0,0,0,0,0,
+20200606,FL,62758,1111427,1265,,11163,,,,,,A,6/6/2020 10:00,2020-06-06T10:00:00Z,06/06 06:00,2773,11163,2020-06-06T10:00:00Z,12,1270,37975,1175450,1174185,39245,1174185,28,97,95ee3875f677bd1d0e506de390ce78e7f5738e80,0,0,0,0,0,
+20200606,GA,51309,471548,,788,8662,,1901,,,,A,6/6/2020 15:00,2020-06-06T15:00:00Z,06/06 11:00,2174,8662,2020-06-06T15:00:00Z,13,688,14381,522857,522857,15069,522857,0,16,459e92ad8f747be5963d2bc426f68b50c539336a,0,0,0,0,0,
+20200606,GU,179,7284,,,,,,,,162,B,6/6/2020 01:45,2020-06-06T01:45:00Z,06/05 21:45,5,,2020-06-06T01:45:00Z,66,0,89,7463,7463,89,7463,0,0,331eea7b4dd0810c8f61e91cdea56b64cb4edf60,0,0,0,0,0,
+20200606,HI,664,52593,,,83,,,,,614,D,6/5/2020 18:00,2020-06-05T18:00:00Z,06/05 14:00,17,83,2020-06-05T18:00:00Z,15,9,912,53257,53257,921,53257,0,0,67dafb824a81a81b97de4a23d742b90d5f11cb7f,0,0,0,0,0,
+20200606,IA,21478,163236,,299,,102,,62,,12715,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,598,,2020-06-06T00:00:00Z,19,326,3725,184714,184714,4051,184714,6,0,6353ae9fb17f04107d932f915f1bb10ab4e5a272,0,0,0,0,0,
+20200606,ID,3111,52128,,,257,,98,,,2408,A,6/5/2020 19:00,2020-06-05T19:00:00Z,06/05 15:00,83,257,2020-06-05T19:00:00Z,16,57,1558,55239,55239,1615,55239,0,2,07ffb2edf3d40dd9395c3c016408fcda54bb9ab3,0,0,0,0,0,
+20200606,IL,126890,895184,,2702,,770,,476,,,A,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,5864,,2020-06-06T00:00:00Z,17,975,20180,1022074,1022074,21155,1022074,69,0,7a0f0d3fe8a92d3782abf001cc93abbfe76ee4f7,0,0,0,0,0,
+20200606,IN,36997,260533,,926,6091,344,1304,133,,24729,A+,6/5/2020 23:59,2020-06-05T23:59:00Z,06/05 19:59,2292,6091,2020-06-05T23:59:00Z,18,419,5473,297530,297530,5892,297530,34,38,3c341bba019cdcc7acf89855986f644f11361f13,0,0,0,0,0,
+20200606,KS,10393,103260,,,917,,306,,135,612,A,6/5/2020 10:00,2020-06-05T10:00:00Z,06/05 06:00,232,917,2020-06-05T10:00:00Z,20,0,0,113653,113653,0,113653,0,0,641ea86e79af9c8d044bd79decec725b0e6bcad0,0,0,0,0,0,
+20200606,KY,11287,237775,,495,2361,75,958,,,3344,B,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,470,2361,2020-06-06T00:00:00Z,21,310,6335,249062,249062,6645,249062,4,16,79ee6f1286aa7ae0e8b1c09bcdb3385c4d61c0f8,0,0,0,0,0,
+20200606,LA,42486,385583,,582,,,,77,,31728,B,6/6/2020 13:00,2020-06-06T13:00:00Z,06/06 09:00,2925,,2020-06-06T13:00:00Z,22,497,6786,428069,428069,7283,428069,13,0,2aa2008765263245b381fc52280f92732174fdda,0,0,0,0,0,
+20200606,MA,103132,541507,,1529,10369,359,,238,,,A+,6/6/2020 10:00,2020-06-06T10:00:00Z,06/06 06:00,7289,10369,2020-06-06T10:00:00Z,25,575,9295,644639,644639,9870,644639,54,66,a3bd62e9ab388053f75d147e1519f2e7f0871716,0,0,0,0,0,
+20200606,MD,57482,299894,,1059,9451,418,,,,4175,B,6/6/2020 10:00,2020-06-06T10:00:00Z,06/06 06:00,2740,9451,2020-06-06T10:00:00Z,24,712,8938,357376,357376,9650,357376,38,105,f0129eb91d05c15b8116099a6a03d97f014a3ed0,0,0,0,0,0,
+20200606,ME,2524,56399,,35,296,14,,7,,1845,B,6/5/2020 23:59,2020-06-05T23:59:00Z,06/05 19:59,98,296,2020-06-05T23:59:00Z,23,42,1349,58923,58923,1391,58923,0,3,913311eed353db2c6c46c278de501c55d8ae04b0,0,0,0,0,0,
+20200606,MI,63983,635866,,864,,315,,191,,42041,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,5891,,2020-06-06T00:00:00Z,26,444,71858,699849,699849,72302,699849,36,0,a4cb0d8d71f1f11c792986009cb1a09ff585c7ff,0,0,0,0,0,
+20200606,MN,27501,305983,,473,3336,206,1044,,,22253,A,6/5/2020 17:00,2020-06-05T17:00:00Z,06/05 13:00,1181,3336,2020-06-05T17:00:00Z,27,521,10623,333484,333484,11144,333484,22,47,a114936e136ed1b7a45f656d599f880067d83ad4,0,0,0,0,0,
+20200606,MO,14442,215623,,666,,,,79,,,B,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,809,,2020-06-06T00:00:00Z,29,189,5334,230065,230065,5523,230065,10,0,0cc361334b775b756227c0da3bac79ced492b0db,0,0,0,0,0,
+20200606,MP,26,6669,,,,,,,,16,D,6/4/2020 19:04,2020-06-04T19:04:00Z,06/04 15:04,2,,2020-06-04T19:04:00Z,69,0,0,6695,6695,0,6695,0,0,ff076b48b9c1717525ba8aa42488cafdfa6af4d1,0,0,0,0,0,
+20200606,MS,16769,176354,,604,2475,149,,84,,11203,A,6/4/2020 19:00,2020-06-04T19:00:00Z,06/04 15:00,803,2475,2020-06-04T19:00:00Z,28,10,0,193123,193123,10,193123,0,0,ac5f3e132fee26752737b0514c1d15defa1222e0,0,0,0,0,0,
+20200606,MT,540,46214,,1,68,,,,,472,C,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,18,68,2020-06-06T00:00:00Z,30,-1,867,46754,46754,866,46754,0,0,5adc7bfe49c0beb57879e3def0f9b9b043123008,0,0,0,0,0,
+20200606,NC,34625,462725,,708,,,,,,18860,A,6/6/2020 11:15,2020-06-06T11:15:00Z,06/06 07:15,992,,2020-06-06T11:15:00Z,37,1370,13833,497350,497350,15203,497350,26,0,e356c373d2163b74cd5ecf741857b8032f05fe43,0,0,0,0,0,
+20200606,ND,2816,76064,,29,182,,,,,2268,D,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,75,182,2020-06-06T00:00:00Z,38,71,1953,78880,78880,2024,78880,1,2,c12d109ca3c407a5e795eda848d819f32dcfd411,0,0,0,0,0,
+20200606,NE,15379,102168,,181,919,,,,,7957,D,6/5/2020 19:50,2020-06-05T19:50:00Z,06/05 15:50,186,919,2020-06-05T19:50:00Z,31,262,2463,117547,117547,2725,117547,0,14,a5d0731732a4a40e95e53eb49fd53ee993f4353a,0,0,0,0,0,
+20200606,NH,5019,78990,,84,487,,145,,,3319,B,6/6/2020 09:00,2020-06-06T09:00:00Z,06/06 05:00,283,487,2020-06-06T09:00:00Z,33,143,4101,84009,84009,4244,84009,10,15,68d109303a2327acd7115ec9764d97f0332d0eb2,0,0,0,0,0,
+20200606,NJ,163893,755555,,1933,18023,539,,410,,27641,A+,6/6/2020 13:00,2020-06-06T13:00:00Z,06/06 09:00,12106,18023,2020-06-06T13:00:00Z,34,557,0,919448,919448,557,919448,57,143,85f927cc691c6e94119f38be86be893066b281bc,0,0,0,0,0,
+20200606,NM,8672,215968,,175,1489,,,,,3206,C,6/5/2020 18:00,2020-06-05T18:00:00Z,06/05 14:00,387,1489,2020-06-05T18:00:00Z,35,319,6564,224640,224640,6883,224640,4,73,2874ff9ce02ef14d6f7ea5cc786376f656961e03,0,0,0,0,0,
+20200606,NV,9460,162311,,348,,80,,44,,522,A+,6/6/2020 11:00,2020-06-06T11:00:00Z,06/06 07:00,437,,2020-06-06T11:00:00Z,32,194,5470,171771,171771,5664,171771,4,0,be7495418641a7f62347f4a1bff079d7741dbb45,0,0,0,0,0,
+20200606,NY,377316,2060091,,2603,89995,720,,554,,67261,A,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,24212,89995,2020-06-06T00:00:00Z,36,1108,76787,2437407,2437407,77895,2437407,37,0,61ec66d8c62faf19241c696b861fb72dec69377b,0,0,0,0,0,
+20200606,OH,38111,420415,,628,6460,256,1650,155,,,B,6/6/2020 14:00,2020-06-06T14:00:00Z,06/06 10:00,2370,6460,2020-06-06T14:00:00Z,39,353,11978,458526,458526,12331,458526,15,75,f996f8157a180547a369b4779949a0101bd67581,0,0,0,0,0,
+20200606,OK,7003,214598,,158,1026,65,,,,5867,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,345,1026,2020-06-05T00:00:00Z,40,96,5034,221601,221601,5130,221601,1,12,1ec72c59d0615e2de41bced6e40bb51c9a967135,0,0,0,0,0,
+20200606,OR,4662,141497,,121,819,39,,16,,2237,A+,6/6/2020 03:01,2020-06-06T03:01:00Z,06/05 23:01,163,819,2020-06-06T03:01:00Z,41,92,2821,146159,146159,2913,146159,2,0,2a6b2df94c91fa2542152cdd2b715cbf1d7645d0,0,0,0,0,0,
+20200606,PA,75706,435122,,1174,,,,268,,52560,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,5931,,2020-06-06T00:00:00Z,42,701,10921,510828,510828,11622,510828,45,0,df5ee05f3940ed19d986591842cce33d76908dda,0,0,0,0,0,
+20200606,PR,4915,,,100,,7,,4,,,B,6/6/2020 05:51,2020-06-06T05:51:00Z,06/06 01:51,142,,2020-06-06T05:51:00Z,72,295,0,4915,4915,295,4915,1,0,ab5ddee0dda55e477ef9ade600da0fd11aede17a,0,0,0,0,0,
+20200606,RI,15441,155298,,182,1775,37,,23,,1336,A+,6/5/2020 12:00,2020-06-05T12:00:00Z,06/05 08:00,772,1775,2020-06-05T12:00:00Z,44,0,0,170739,170739,0,170739,0,0,022c760cacf74992d6cbe557f9096466b309544b,0,0,0,0,0,
+20200606,SC,13453,217846,,453,1814,,,,,7347,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,538,1814,2020-06-05T00:00:00Z,45,0,0,231299,231299,0,231299,0,0,93321f5590c0ed4ff4ff81c250a1912b51e47356,0,0,0,0,0,
+20200606,SD,5367,50091,,93,474,,,,,4273,B,6/6/2020 12:04,2020-06-06T12:04:00Z,06/06 08:04,65,474,2020-06-06T12:04:00Z,46,90,2005,55458,55458,2095,55458,0,7,f37993ba1a3320a8ada9788742bc99efea53c91a,0,0,0,0,0,
+20200606,TN,26071,465350,,,1923,,,,,17124,B,6/6/2020 15:00,2020-06-06T15:00:00Z,06/06 11:00,417,1923,2020-06-06T15:00:00Z,47,551,8698,491421,491421,9249,491421,9,30,5d1d32841c53b7d10b1ebe8490fe4a5463efe269,0,0,0,0,0,
+20200606,TX,73553,1019724,,1822,,,,,,48895,B,6/6/2020 17:00,2020-06-06T17:00:00Z,06/06 13:00,1819,,2020-06-06T17:00:00Z,48,1940,29761,1093277,1093277,31701,1093277,31,0,866a04e99295bcc0077a4258662531ee0d7df7b4,0,0,0,0,0,
+20200606,UT,11798,223351,,147,890,,266,,110,6939,B,6/6/2020 15:00,2020-06-06T15:00:00Z,06/06 11:00,121,890,2020-06-06T15:00:00Z,49,546,2406,235149,235149,2952,235149,1,20,919d26916db7219da8645d7599cecd76317b20e7,0,0,0,0,0,
+20200606,VA,49397,321734,350,1171,7553,324,,169,,6382,A+,6/5/2020 17:00,2020-06-05T17:00:00Z,06/05 13:00,1460,7553,2020-06-05T17:00:00Z,51,865,6496,371481,371131,7361,371131,7,-44,8264236a0087628e5078c86e0020fcda3748249a,0,0,0,0,0,
+20200606,VI,71,2125,4,,,,,,,62,C,6/6/2020 09:56,2020-06-06T09:56:00Z,06/06 05:56,6,,2020-06-06T09:56:00Z,78,0,145,2200,2196,145,2196,0,0,1a3d0cc4ab8dae789b09b3bc7085ef41fa88b150,0,0,0,0,0,
+20200606,VT,1046,39037,,16,,,,,,888,B,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,55,,2020-06-06T00:00:00Z,50,19,947,40083,40083,966,40083,0,0,90671b9160c6c0032d4e72b259184a39ee868e14,0,0,0,0,0,
+20200606,WA,23169,377348,,247,3639,,,86,,,B,6/6/2020 02:59,2020-06-06T02:59:00Z,06/05 22:59,1149,3639,2020-06-06T02:59:00Z,53,0,0,400517,400517,0,400517,11,24,0b2c47d87c78581e4f905de295f934a9b5f3b39e,0,0,0,0,0,
+20200606,WI,20571,314802,177,492,2832,118,636,,,13770,A+,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,645,2832,2020-06-06T00:00:00Z,55,322,11470,335550,335373,11792,335373,12,41,03057cfd81dbf4dccc3ca6406fff62dbf825fc3e,0,0,0,0,0,
+20200606,WV,2131,107592,,27,,11,,3,,1446,B,6/6/2020 10:00,2020-06-06T10:00:00Z,06/06 06:00,84,,2020-06-06T10:00:00Z,54,12,1193,109723,109723,1205,109723,0,0,0ea7752d3020e89e6a7e8d82e1a81bad82056018,0,0,0,0,0,
+20200606,WY,939,27569,,4,90,,,,,757,C,6/6/2020 00:00,2020-06-06T00:00:00Z,06/05 20:00,17,90,2020-06-06T00:00:00Z,56,6,890,28508,28508,896,28508,0,0,e74723199180dec7a8f7a2f9733dc33550cc0307,0,0,0,0,0,
+20200605,AK,524,60466,,8,,,,1,,380,A,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,10,,2020-06-05T00:00:00Z,02,11,882,60990,60990,893,60990,0,0,022405c4baba4c717cbbda3d6846f2ab9713f752,0,0,0,0,0,
+20200605,AL,19387,220086,,,1949,,603,,358,11395,B,6/5/2020 11:00,2020-06-05T11:00:00Z,06/05 07:00,676,1949,2020-06-05T11:00:00Z,01,315,3859,239473,239473,4174,239473,23,20,0a83e0acd7f6f6f293859377408202254b9c5945,0,0,0,0,0,
+20200605,AR,8651,138960,,147,792,,,32,138,5919,A,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,152,792,2020-06-05T00:00:00Z,05,584,4547,147611,147611,5131,147611,10,35,ca91af3bab1f88213c3b54430e9b5f605252a950,0,0,0,0,0,
+20200605,AS,0,174,,,,,,,,,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,0,,2020-06-01T00:00:00Z,60,0,0,174,174,0,174,0,0,54ecb06c70e2dcffa1decac4146cf425ce93e2b6,0,0,0,0,0,
+20200605,AZ,24332,239533,,1234,3265,375,,241,,5298,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,1012,3265,2020-06-05T00:00:00Z,04,1579,12531,263865,263865,14110,263865,16,70,0746a5faf01930330f6fa80353ca90b36bcd2c39,0,0,0,0,0,
+20200605,CA,122901,2115562,,4625,,1333,,,,,B,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,4485,,2020-06-05T00:00:00Z,06,3094,52698,2238463,2238463,55792,2238463,63,0,ebb5c3466095676d93f0a80c91191e2b2b7a921c,0,0,0,0,0,
+20200605,CO,27360,176064,,319,4460,,,,,4034,A,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,1512,4460,2020-06-05T00:00:00Z,08,300,5924,203424,203424,6224,203424,18,17,561ca8dff92d1d69b27d1ab79dcc20720a533a20,0,0,0,0,0,
+20200605,CT,43460,243927,,350,9669,,,,,7284,B,6/4/2020 20:30,2020-06-04T20:30:00Z,06/04 16:30,4038,9669,2020-06-04T20:30:00Z,09,221,5641,287387,287387,5862,287387,31,0,0f84059809ed089d6753613122ab2e1ee63b9e3c,0,0,0,0,0,
+20200605,DC,9199,42662,,273,,99,,75,,1138,A+,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,475,,2020-06-04T00:00:00Z,11,79,686,51861,51861,765,51861,0,0,395afc97bc9a5835559e69f94fbbf659353bffa7,0,0,0,0,0,
+20200605,DE,9773,56956,,128,,,,,,5631,A,6/4/2020 18:00,2020-06-04T18:00:00Z,06/04 14:00,388,,2020-06-04T18:00:00Z,10,27,793,66729,66729,820,66729,2,0,afec6f3b7577ed89dfa7da4b64b8191d44dccdb1,0,0,0,0,0,
+20200605,FL,61488,1073452,1193,,11066,,,,,,A,6/5/2020 09:55,2020-06-05T09:55:00Z,06/05 05:55,2745,11066,2020-06-05T09:55:00Z,12,1305,26592,1136133,1134940,27897,1134940,54,143,a1259a3349926b91999e7314877f700990cc1cca,0,0,0,0,0,
+20200605,GA,50621,457167,,790,8646,,1897,,,,A,6/5/2020 15:00,2020-06-05T15:00:00Z,06/05 11:00,2174,8646,2020-06-05T15:00:00Z,13,774,10683,507788,507788,11457,507788,27,89,08daccf59e5646893be4db2cba359a37e63cfcfe,0,0,0,0,0,
+20200605,GU,179,7195,,,,,,,,162,B,6/5/2020 07:30,2020-06-05T07:30:00Z,06/05 03:30,5,,2020-06-05T07:30:00Z,66,0,390,7374,7374,390,7374,0,0,ac9b41dad6e4631b787e561d31c0624587fe166c,0,0,0,0,0,
+20200605,HI,655,51681,,,83,,,,,611,D,6/4/2020 18:00,2020-06-04T18:00:00Z,06/04 14:00,17,83,2020-06-04T18:00:00Z,15,2,1696,52336,52336,1698,52336,0,0,ed99a3a2f5fcda5155def8876f98ae2738599d28,0,0,0,0,0,
+20200605,IA,21152,159511,,299,,102,,62,,12585,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,592,,2020-06-05T00:00:00Z,19,347,5381,180663,180663,5728,180663,12,0,1f83bf23ea111fa46ec95eccc2bffcd83b0d0e7c,0,0,0,0,0,
+20200605,ID,3054,50570,,,255,,98,,,2362,A,6/4/2020 19:00,2020-06-04T19:00:00Z,06/04 15:00,83,255,2020-06-04T19:00:00Z,16,64,3755,53624,53624,3819,53624,0,2,823d33553ba0a897d6d91d2c25a57f2336f276bd,0,0,0,0,0,
+20200605,IL,125915,875004,,2911,,817,,500,,,A,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,5795,,2020-06-05T00:00:00Z,17,1156,17747,1000919,1000919,18903,1000919,59,0,f6e32d64121080128b829be34eb309fbf855c225,0,0,0,0,0,
+20200605,IN,36578,255060,,924,6053,368,1293,147,,24317,A+,6/4/2020 23:59,2020-06-04T23:59:00Z,06/04 19:59,2258,6053,2020-06-04T23:59:00Z,18,482,5922,291638,291638,6404,291638,27,54,fb62209c8716c6f4d92393c2fd80339fc0c7d8f3,0,0,0,0,0,
+20200605,KS,10393,103260,,,917,,306,,135,612,A,6/5/2020 10:00,2020-06-05T10:00:00Z,06/05 06:00,232,917,2020-06-05T10:00:00Z,20,223,5377,113653,113653,5600,113653,10,27,e5fadc1832f3146f62f1895f503aee9c63f3c06c,0,0,0,0,0,
+20200605,KY,10977,231440,,505,2345,73,958,,,3316,B,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,466,2345,2020-06-05T00:00:00Z,21,272,6220,242417,242417,6492,242417,8,13,1ffc8d31520a9ed1b1a392b4ad863f6de4188105,0,0,0,0,0,
+20200605,LA,41989,378797,,604,,,,75,,31728,B,6/5/2020 13:00,2020-06-05T13:00:00Z,06/05 09:00,2912,,2020-06-05T13:00:00Z,22,427,9173,420786,420786,9600,420786,29,0,d1d162fd588940f726e79159b0a3dedc723d9038,0,0,0,0,0,
+20200605,MA,102557,532212,,1533,10303,350,,238,,,A+,6/5/2020 10:00,2020-06-05T10:00:00Z,06/05 06:00,7235,10303,2020-06-05T10:00:00Z,25,494,9340,634769,634769,9834,634769,34,65,73ea4396e5b3f07b07d9769fbc0c82a9b31e14e1,0,0,0,0,0,
+20200605,MD,56770,290956,,1076,9346,455,,,,4159,B,6/5/2020 10:00,2020-06-05T10:00:00Z,06/05 06:00,2702,9346,2020-06-05T10:00:00Z,24,912,9796,347726,347726,10708,347726,34,129,937caec48e1f63eb5da185d989e00fa6bac12086,0,0,0,0,0,
+20200605,ME,2482,55050,,35,293,13,,7,,1797,B,6/4/2020 23:59,2020-06-04T23:59:00Z,06/04 19:59,98,293,2020-06-04T23:59:00Z,23,36,1295,57532,57532,1331,57532,3,2,4b038c5c4d5061ed0a5c8cdea875041dac12b9f3,0,0,0,0,0,
+20200605,MI,63539,564008,,617,,321,,205,,38099,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,5855,,2020-06-05T00:00:00Z,26,5298,13266,627547,627547,18564,627547,260,0,7fef211e970db690801651275f23ab4e931930a4,0,0,0,0,0,
+20200605,MN,26980,295360,,478,3289,220,1044,,,21864,A,6/4/2020 17:00,2020-06-04T17:00:00Z,06/04 13:00,1159,3289,2020-06-04T17:00:00Z,27,707,46011,322340,322340,46718,322340,33,36,97899356c5e9676db868a1cdc75971337436f118,0,0,0,0,0,
+20200605,MO,14253,210289,,666,,,,79,,,B,6/5/2020 15:00,2020-06-05T15:00:00Z,06/05 11:00,799,,2020-06-05T15:00:00Z,29,196,5685,224542,224542,5881,224542,13,0,22a7541ee3c7d502f6ef0718cbb9d4f263c5b25f,0,0,0,0,0,
+20200605,MP,26,6669,,,,,,,,16,D,6/4/2020 19:04,2020-06-04T19:04:00Z,06/04 15:04,2,,2020-06-04T19:04:00Z,69,0,0,6695,6695,0,6695,0,0,fa5b600a4feb040496e6932acc313810638565a3,0,0,0,0,0,
+20200605,MS,16759,176354,,604,2475,149,,84,,11203,A,6/4/2020 19:00,2020-06-04T19:00:00Z,06/04 15:00,803,2475,2020-06-04T19:00:00Z,28,199,7929,193113,193113,8128,193113,9,135,8b46cbb48b221c58d82c84f4d2e648371f78be8f,0,0,0,0,0,
+20200605,MT,541,45347,,1,68,,,,,470,C,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,18,68,2020-06-05T00:00:00Z,30,2,1244,45888,45888,1246,45888,1,0,81c5afa47163dc604ff484449922150ea665ab60,0,0,0,0,0,
+20200605,NC,33255,448892,,717,,,,,,18860,A,6/5/2020 12:15,2020-06-05T12:15:00Z,06/05 08:15,966,,2020-06-05T12:15:00Z,37,1289,12556,482147,482147,13845,482147,6,0,573ecabb368afb9135020562f78c1fef29903148,0,0,0,0,0,
+20200605,ND,2745,74111,,30,180,,,,,2242,D,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,74,180,2020-06-05T00:00:00Z,38,39,1073,76856,76856,1112,76856,5,5,db97daf57bd669107584f956165c2e109dfa3531,0,0,0,0,0,
+20200605,NE,15117,99705,,190,905,,,,,7598,D,6/4/2020 16:00,2020-06-04T16:00:00Z,06/04 12:00,186,905,2020-06-04T16:00:00Z,31,251,2316,114822,114822,2567,114822,-1,3,c3da6112a2515e44e222de44b7304b8062d2c50f,0,0,0,0,0,
+20200605,NH,4876,74889,,86,472,,145,,,3187,B,6/4/2020 09:00,2020-06-04T09:00:00Z,06/04 05:00,273,472,2020-06-04T09:00:00Z,33,81,3719,79765,79765,3800,79765,8,4,b08a4986edcb0f394a7e16c707ad27612520d086,0,0,0,0,0,
+20200605,NJ,163336,755555,,1933,17880,542,,410,,27433,A+,6/5/2020 13:00,2020-06-05T13:00:00Z,06/05 09:00,12049,17880,2020-06-05T13:00:00Z,34,806,60356,918891,918891,61162,918891,79,276,055072062afbacb7e59fbe1ec335b7fe68fcbd9f,0,0,0,0,0,
+20200605,NM,8353,209404,,170,1416,,,,,3115,C,6/4/2020 16:06,2020-06-04T16:06:00Z,06/04 12:06,383,1416,2020-06-04T16:06:00Z,35,213,4548,217757,217757,4761,217757,8,0,4f335cdd0cf937b26852af8a282b81b5f2e95e8d,0,0,0,0,0,
+20200605,NV,9266,156841,,341,,72,,47,,522,A+,6/5/2020 12:00,2020-06-05T12:00:00Z,06/05 08:00,433,,2020-06-05T12:00:00Z,32,176,4508,166107,166107,4684,166107,4,0,e81dfdd99487697d38e92c9fa1a979aed0da467c,0,0,0,0,0,
+20200605,NY,376208,1983304,,2728,89995,758,,583,,66992,A,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,24175,89995,2020-06-05T00:00:00Z,36,1075,65405,2359512,2359512,66480,2359512,42,0,9064786b584c87a229ee21aa1ce050f99ba2b69b,0,0,0,0,0,
+20200605,OH,37758,408437,,671,6385,259,1632,168,,,B,6/5/2020 14:00,2020-06-05T14:00:00Z,06/05 10:00,2355,6385,2020-06-05T14:00:00Z,39,476,8468,446195,446195,8944,446195,16,73,b5223ea93cd20497a27f8a82de7bf0d35040d209,0,0,0,0,0,
+20200605,OK,6907,209564,,164,1014,66,,,,5781,A+,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,344,1014,2020-06-04T00:00:00Z,40,0,4749,216471,216471,4749,216471,0,0,81ca7ac460bd9805602834e072d69756327ea541,0,0,0,0,0,
+20200605,OR,4570,138676,,121,819,39,,16,,2214,A+,6/5/2020 03:01,2020-06-05T03:01:00Z,06/04 23:01,161,819,2020-06-05T03:01:00Z,41,96,3838,143246,143246,3934,143246,2,7,69e30123c7276dad58f7a2fdda9d964c013db80b,0,0,0,0,0,
+20200605,PA,75005,424201,,1174,,,,268,,52069,A+,6/5/2020 12:00,2020-06-05T12:00:00Z,06/05 08:00,5886,,2020-06-05T12:00:00Z,42,445,7259,499206,499206,7704,499206,69,0,a2a37562b05ac34c7483dacd6ce04817d782b716,0,0,0,0,0,
+20200605,PR,4620,,,116,,9,,7,,,B,6/5/2020 05:51,2020-06-05T05:51:00Z,06/05 01:51,141,,2020-06-05T05:51:00Z,72,112,0,4620,4620,112,4620,1,0,5654b8e4275a4cd4490bcd23eb5ab78a05853306,0,0,0,0,0,
+20200605,RI,15441,155298,,182,1775,37,,23,,1336,A+,6/5/2020 12:00,2020-06-05T12:00:00Z,06/05 08:00,772,1775,2020-06-05T12:00:00Z,44,116,4700,170739,170739,4816,170739,16,10,af5d39dc8edc55d8f4b752d8bd075fd6de77ad50,0,0,0,0,0,
+20200605,SC,13453,217846,,453,1814,,,,,7347,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,538,1814,2020-06-05T00:00:00Z,45,448,0,231299,231299,448,231299,13,25,7483282e7d4cc95f4bc37ad736f3640f964338f9,0,0,0,0,0,
+20200605,SD,5277,48086,,83,467,,,,,4179,B,6/4/2020 18:00,2020-06-04T18:00:00Z,06/04 14:00,65,467,2020-06-04T18:00:00Z,46,30,711,53363,53363,741,53363,1,3,4fc25afc2b058e5f4cd1181e91f4d38454d0428f,0,0,0,0,0,
+20200605,TN,25520,456652,,,1893,,,,,16925,B,6/5/2020 15:00,2020-06-05T15:00:00Z,06/05 11:00,408,1893,2020-06-05T15:00:00Z,47,400,5634,482172,482172,6034,482172,7,38,8f162675fc7970847a009494c839e17fec9105ad,0,0,0,0,0,
+20200605,TX,71613,989963,,1855,,,,,,47865,B,6/5/2020 17:00,2020-06-05T17:00:00Z,06/05 13:00,1788,,2020-06-05T17:00:00Z,48,1693,21328,1061576,1061576,23021,1061576,21,0,28c130f573db6c2461a4167abd569c3b33606897,0,0,0,0,0,
+20200605,UT,11252,220945,,133,870,,262,,109,6788,B,6/5/2020 15:00,2020-06-05T15:00:00Z,06/05 11:00,120,870,2020-06-05T15:00:00Z,49,439,4251,232197,232197,4690,232197,3,20,0d4b39c62ea2c6d683a967e012db98082506e8a0,0,0,0,0,0,
+20200605,VA,48532,315238,374,1205,7597,320,,161,,6392,A+,6/4/2020 17:00,2020-06-04T17:00:00Z,06/04 13:00,1453,7597,2020-06-04T17:00:00Z,51,676,9504,364144,363770,10180,363770,8,47,c382ec16a22e9fce6f77db8663d4a444c319b191,0,0,0,0,0,
+20200605,VI,71,1980,8,,,,,,,62,C,6/5/2020 08:06,2020-06-05T08:06:00Z,06/05 04:06,6,,2020-06-05T08:06:00Z,78,0,5,2059,2051,5,2051,0,0,4cc440124c8e73011e2eb5b4f21a1f4747fe5d1d,0,0,0,0,0,
+20200605,VT,1027,38090,,14,,,,,,882,B,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,55,,2020-06-05T00:00:00Z,50,1,1282,39117,39117,1283,39117,0,0,99c0207311f4b8b8c2b209f03fdc651f9c5890c5,0,0,0,0,0,
+20200605,WA,23169,377348,,285,3615,,,91,,,B,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,1138,3615,2020-06-05T00:00:00Z,53,22,1013,400517,400517,1035,400517,3,37,972859f5d270edb03377c10e203979caeaff85b2,0,0,0,0,0,
+20200605,WI,20249,303332,174,526,2791,124,625,,,13337,A+,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,633,2791,2020-06-05T00:00:00Z,55,357,11965,323755,323581,12322,323581,7,52,c23e9eb4f923a4b872a0cdb1c52720078d1f334d,0,0,0,0,0,
+20200605,WV,2119,106399,,27,,11,,3,,1445,B,6/5/2020 17:00,2020-06-05T17:00:00Z,06/05 13:00,84,,2020-06-05T17:00:00Z,54,27,2442,108518,108518,2469,108518,6,0,6b994b2dee1e51275feae9536071979a716f2b09,0,0,0,0,0,
+20200605,WY,933,26679,,4,90,,,,,755,C,6/5/2020 00:00,2020-06-05T00:00:00Z,06/04 20:00,17,90,2020-06-05T00:00:00Z,56,18,605,27612,27612,623,27612,0,3,1d34c2f1cd433f44ef4243884abd9da20391eba6,0,0,0,0,0,
+20200604,AK,513,59584,,13,,,,1,,376,A,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,10,,2020-06-04T00:00:00Z,02,8,1907,60097,60097,1915,60097,0,0,c1046011af7271cbe2e6698526714c6cb5b92748,0,0,0,0,0,
+20200604,AL,19072,216227,,,1929,,601,,357,11395,B,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,653,1929,2020-06-04T00:00:00Z,01,221,3484,235299,235299,3705,235299,0,29,bcbefdb36212ba2b97b5a354f4e45bf16648ee23,0,0,0,0,0,
+20200604,AR,8067,134413,,138,757,,,30,127,5717,A,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,142,757,2020-06-04T00:00:00Z,05,0,0,142480,142480,0,142480,0,26,acd3a4fbbc3dbb32138725f91e3261d683e7052a,0,0,0,0,0,
+20200604,AS,0,174,,,,,,,,,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,0,,2020-06-01T00:00:00Z,60,0,0,174,174,0,174,0,0,8bbc72fa42781e0549e2e4f9f4c3e7cbef14ab32,0,0,0,0,0,
+20200604,AZ,22753,227002,,1079,3195,375,,223,,5172,A+,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,996,3195,2020-06-04T00:00:00Z,04,520,4710,249755,249755,5230,249755,15,66,1fa237b8204cd23701577aef6338d339daa4452e,0,0,0,0,0,
+20200604,CA,119807,2062864,,4455,,1279,,,,,B,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,4422,,2020-06-04T00:00:00Z,06,2120,49257,2182671,2182671,51377,2182671,61,0,5cdcb7fa39f76830e92844746fce7dd6fa72c3e2,0,0,0,0,0,
+20200604,CO,27060,170140,,356,4443,,,,,4014,A,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,1494,4443,2020-06-04T00:00:00Z,08,272,2751,197200,197200,3023,197200,20,24,b1ab268469685a3b5199ebcfc69eba0fbed2039f,0,0,0,0,0,
+20200604,CT,43239,238286,,373,9669,,,,,7284,B,6/4/2020 16:00,2020-06-04T16:00:00Z,06/04 12:00,4007,9669,2020-06-04T16:00:00Z,09,148,4941,281525,281525,5089,281525,18,-4124,448fb5a3f413ed4128dd8aabd1272a8dd07c8f12,0,0,0,0,0,
+20200604,DC,9120,41976,,276,,98,,73,,1138,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,475,,2020-06-03T00:00:00Z,11,104,1430,51096,51096,1534,51096,2,0,b6841772dcb313e652e6416591c1adda425f0235,0,0,0,0,0,
+20200604,DE,9746,56163,,142,,,,,,5562,A,6/3/2020 18:00,2020-06-03T18:00:00Z,06/03 14:00,386,,2020-06-03T18:00:00Z,10,34,955,65909,65909,989,65909,11,0,5a4a0234d64bb182c9f898c55d9219061cee6e15,0,0,0,0,0,
+20200604,FL,60183,1046860,1221,,10923,,,,,,A,6/4/2020 10:06,2020-06-04T10:06:00Z,06/04 06:06,2691,10923,2020-06-04T10:06:00Z,12,1419,24711,1108264,1107043,26130,1107043,41,127,cb9c69827b22936f331752a56059c44581b205f2,0,0,0,0,0,
+20200604,GA,49847,446484,,807,8557,,1872,,,,A,6/4/2020 15:00,2020-06-04T15:00:00Z,06/04 11:00,2147,8557,2020-06-04T15:00:00Z,13,953,12666,496331,496331,13619,496331,24,138,5742caea8de0f3cbbf22bdf6fea7d72a5b9da118,0,0,0,0,0,
+20200604,GU,179,6805,,,,,,,,162,B,6/4/2020 06:45,2020-06-04T06:45:00Z,06/04 02:45,5,,2020-06-04T06:45:00Z,66,1,256,6984,6984,257,6984,0,0,c4ebf8cda0c0489d1e85d179a41c401cefb170c8,0,0,0,0,0,
+20200604,HI,653,49985,,,83,,,,,612,D,6/3/2020 18:00,2020-06-03T18:00:00Z,06/03 14:00,17,83,2020-06-03T18:00:00Z,15,0,1130,50638,50638,1130,50638,0,0,eb1ae875a666620ae96605c47cd853114da13598,0,0,0,0,0,
+20200604,IA,20805,154130,,310,,105,,70,,12333,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,580,,2020-06-03T00:00:00Z,19,750,9740,174935,174935,10490,174935,6,0,37d18c0bfdfbc188af947e4f50d0182c260e0f59,0,0,0,0,0,
+20200604,ID,2990,46815,,,253,,98,,,2311,A,6/3/2020 19:00,2020-06-03T19:00:00Z,06/03 15:00,83,253,2020-06-03T19:00:00Z,16,57,806,49805,49805,863,49805,0,2,1ebfe71db632997c65bd317c26aea7cab000fc27,0,0,0,0,0,
+20200604,IL,124759,857257,,3044,,853,,516,,,A,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,5736,,2020-06-04T00:00:00Z,17,929,21912,982016,982016,22841,982016,115,0,02a44ab0335d2e9b8adace0b592fd296ed7fa50e,0,0,0,0,0,
+20200604,IN,36096,249138,,979,5999,372,1286,144,,23707,A+,6/3/2020 23:59,2020-06-03T23:59:00Z,06/03 19:59,2231,5999,2020-06-03T23:59:00Z,18,384,7035,285234,285234,7419,285234,24,47,05de04121a75c41532bee5407c57a386ef8c9419,0,0,0,0,0,
+20200604,KS,10170,97883,,,890,,302,,131,592,A,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,222,890,2020-06-03T10:00:00Z,20,0,0,108053,108053,0,108053,0,0,3d6709d9d257393db1cff00f81ae73f4492ae06d,0,0,0,0,0,
+20200604,KY,10705,225220,,518,2332,67,954,,,3303,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,458,2332,2020-06-03T00:00:00Z,21,295,3431,235925,235925,3726,235925,8,15,d8aae486484f25d9b0630afd4b70ea11d1c94151,0,0,0,0,0,
+20200604,LA,41562,369624,,613,,,,82,,31728,B,6/4/2020 13:00,2020-06-04T13:00:00Z,06/04 09:00,2883,,2020-06-04T13:00:00Z,22,429,8670,411186,411186,9099,411186,13,0,b73cefe7423a913bdb20ae9c095b3e0a50830971,0,0,0,0,0,
+20200604,MA,102063,522872,,1637,10238,401,,249,,,A+,6/4/2020 10:00,2020-06-04T10:00:00Z,06/04 06:00,7201,10238,2020-06-04T10:00:00Z,25,471,6703,624935,624935,7174,624935,49,87,3a9cabc4a8195e574590d7982a0d9c3f29e5f7b1,0,0,0,0,0,
+20200604,MD,55858,281160,,1096,9217,456,,,,3985,B,6/4/2020 10:00,2020-06-04T10:00:00Z,06/04 06:00,2668,9217,2020-06-04T10:00:00Z,24,876,8517,337018,337018,9393,337018,2,106,ef891a07bba79206202601c328b97b338aa15cdf,0,0,0,0,0,
+20200604,ME,2446,53755,,35,291,14,,7,,1739,B,6/3/2020 23:59,2020-06-03T23:59:00Z,06/03 19:59,95,291,2020-06-03T23:59:00Z,23,28,3164,56201,56201,3192,56201,0,6,7a659d94281692cc868fd31a3e7e7e72fd7f10be,0,0,0,0,0,
+20200604,MI,58241,550742,,617,,321,,205,,38099,A+,6/4/2020 11:00,2020-06-04T11:00:00Z,06/04 07:00,5595,,2020-06-04T11:00:00Z,26,206,15228,608983,608983,15434,608983,25,0,6a8149f32174cfd662ff7227fa2d8865c7743ca3,0,0,0,0,0,
+20200604,MN,26273,249349,,512,3253,244,1033,,,21490,A,6/3/2020 17:00,2020-06-03T17:00:00Z,06/03 13:00,1126,3253,2020-06-03T17:00:00Z,27,403,9501,275622,275622,9904,275622,29,50,aaccf893ea9754b95ebfe8f70f8f5c00fc9feb72,0,0,0,0,0,
+20200604,MO,14057,204604,,599,,,,82,,,B,6/4/2020 15:00,2020-06-04T15:00:00Z,06/04 11:00,786,,2020-06-04T15:00:00Z,29,290,7018,218661,218661,7308,218661,0,0,4c6a26197dd8a796c9d2b00b80ecff486f4a5c3d,0,0,0,0,0,
+20200604,MP,26,6669,,,,,,,,16,D,6/4/2020 02:45,2020-06-04T02:45:00Z,06/03 22:45,2,,2020-06-04T02:45:00Z,69,3,135,6695,6695,138,6695,0,0,e227b588a18567bea27bf33cfe812cf9158729e7,0,0,0,0,0,
+20200604,MS,16560,168425,,633,2340,145,,97,,11203,A,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,794,2340,2020-06-04T00:00:00Z,28,238,0,184985,184985,238,184985,12,0,5aa98974b0f836dbb3dccb9e7ca4e75b512d9810,0,0,0,0,0,
+20200604,MT,539,44103,,1,68,,,,,467,C,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,17,68,2020-06-04T00:00:00Z,30,14,1180,44642,44642,1194,44642,0,0,d3d4612a6b1e915ebea9cb7d486d69eeb5c8cccc,0,0,0,0,0,
+20200604,NC,31966,436336,,659,,,,,,18860,A,6/4/2020 12:05,2020-06-04T12:05:00Z,06/04 08:05,960,,2020-06-04T12:05:00Z,37,1189,17850,468302,468302,19039,468302,21,0,e75c3f8cc62e8cbbda0ca8f52a6bf08ae860ee93,0,0,0,0,0,
+20200604,ND,2706,73038,,32,175,,,,,2209,D,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,69,175,2020-06-04T00:00:00Z,38,27,1215,75744,75744,1242,75744,0,3,21337fa7693c7fca7e6a811e286a9156088c28c9,0,0,0,0,0,
+20200604,NE,14866,97389,,211,902,,,,,7005,D,6/3/2020 20:00,2020-06-03T20:00:00Z,06/03 16:00,187,902,2020-06-03T20:00:00Z,31,255,2034,112255,112255,2289,112255,6,51,495012a73cd1498424b52dd0aa98862b4ea7f949,0,0,0,0,0,
+20200604,NH,4795,71170,1643,88,468,,144,,,3157,B,6/3/2020 09:00,2020-06-03T09:00:00Z,06/03 05:00,265,468,2020-06-03T09:00:00Z,33,46,180,77608,75965,226,75965,9,6,26f2d53334ed37499573265092d6a75865c6a200,0,0,0,0,0,
+20200604,NJ,162530,695199,,1982,17604,537,,459,,27231,A+,6/4/2020 13:00,2020-06-04T13:00:00Z,06/04 09:00,11970,17604,2020-06-04T13:00:00Z,34,462,19847,857729,857729,20309,857729,90,214,ac679df371e6ef75e20ffabd649a73b5308d1650,0,0,0,0,0,
+20200604,NM,8140,204856,,170,1416,,,,,3013,C,6/4/2020 11:11,2020-06-04T11:11:00Z,06/04 07:11,375,1416,2020-06-04T11:11:00Z,35,116,6043,212996,212996,6159,212996,8,0,32c750a472fa7cfe2838d4ab96fc7265c7aca852,0,0,0,0,0,
+20200604,NV,9090,152333,,364,,79,,47,,512,A+,6/4/2020 12:00,2020-06-04T12:00:00Z,06/04 08:00,429,,2020-06-04T12:00:00Z,32,155,5013,161423,161423,5168,161423,0,0,f8093e05a8816b6aaa49f0e182884bbe61cd1c3e,0,0,0,0,0,
+20200604,NY,375133,1917899,,2849,89995,832,,613,,66756,A,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,24133,89995,2020-06-04T00:00:00Z,36,1048,62511,2293032,2293032,63559,2293032,54,0,efc486be5369a33da6e168b16b420beb294162a4,0,0,0,0,0,
+20200604,OH,37282,399969,,693,6312,267,1623,181,,,B,6/4/2020 14:00,2020-06-04T14:00:00Z,06/04 10:00,2339,6312,2020-06-04T14:00:00Z,39,490,10656,437251,437251,11146,437251,40,61,7c5e70ae0e1bc0f0dd8c5748a900a0930b15464c,0,0,0,0,0,
+20200604,OK,6907,204815,,148,1014,63,,,,5781,A+,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,344,1014,2020-06-04T00:00:00Z,40,102,3568,211722,211722,3670,211722,3,11,28e0c1a99de650a34a9bc3ac277caaab09042888,0,0,0,0,0,
+20200604,OR,4474,134838,,124,812,40,,13,,2199,A+,6/4/2020 03:01,2020-06-04T03:01:00Z,06/03 23:01,159,812,2020-06-04T03:01:00Z,41,75,2569,139312,139312,2644,139312,0,12,15c98819fd006a8c7aa37bde2adb45fcd4597433,0,0,0,0,0,
+20200604,PA,74560,416942,,1174,,,,268,,51019,A+,6/4/2020 12:00,2020-06-04T12:00:00Z,06/04 08:00,5817,,2020-06-04T12:00:00Z,42,538,15573,491502,491502,16111,491502,76,0,e7e64a233fa3af5ca1da0941eccd0fdeb45978e6,0,0,0,0,0,
+20200604,PR,4508,,,114,,15,,9,,,B,6/4/2020 05:57,2020-06-04T05:57:00Z,06/04 01:57,140,,2020-06-04T05:57:00Z,72,485,0,4508,4508,485,4508,0,0,869e4c5862abf80e0f1e988a496a0d49b2e5330e,0,0,0,0,0,
+20200604,RI,15325,150598,,185,1765,42,,29,,1326,A+,6/4/2020 12:00,2020-06-04T12:00:00Z,06/04 08:00,756,1765,2020-06-04T12:00:00Z,44,106,3277,165923,165923,3383,165923,14,12,cc976bcbbcdcde0704f0580e624a968e5eafdbf2,0,0,0,0,0,
+20200604,SC,13005,217846,,453,1789,,,,,6976,A+,6/4/2020 15:15,2020-06-04T15:15:00Z,06/04 11:15,525,1789,2020-06-04T15:15:00Z,45,354,7572,230851,230851,7926,230851,7,0,e77d14622da6bd5fbaa73de0deca9c5c46441a64,0,0,0,0,0,
+20200604,SD,5247,47375,,86,464,,,,,4163,B,6/3/2020 18:00,2020-06-03T18:00:00Z,06/03 14:00,64,464,2020-06-03T18:00:00Z,46,85,3875,52622,52622,3960,52622,2,8,7d8124c3ec47b8c2253ee8f3b5174dc0a6cc59de,0,0,0,0,0,
+20200604,TN,25120,451018,,,1855,,,,,16643,B,6/4/2020 15:00,2020-06-04T15:00:00Z,06/04 11:00,401,1855,2020-06-04T15:00:00Z,47,298,5061,476138,476138,5359,476138,13,26,25593d4f796b28fd7899d8615a81e8fb144c9579,0,0,0,0,0,
+20200604,TX,69920,968635,,1796,,,,,,46799,B,6/4/2020 16:50,2020-06-04T16:50:00Z,06/04 12:50,1767,,2020-06-04T16:50:00Z,48,1649,30138,1038555,1038555,31787,1038555,33,0,0897199b82904cbe2f8a416fa4ae6e1147817250,0,0,0,0,0,
+20200604,UT,10813,216694,,164,850,,258,,108,6628,B,6/4/2020 15:00,2020-06-04T15:00:00Z,06/04 11:00,117,850,2020-06-04T15:00:00Z,49,316,3210,227507,227507,3526,227507,0,21,27bdb135f3876fded7446059b76fe72fe05eb7a1,0,0,0,0,0,
+20200604,VA,47856,305734,412,1266,7550,321,,171,,6284,A+,6/3/2020 17:00,2020-06-03T17:00:00Z,06/03 13:00,1445,7550,2020-06-03T17:00:00Z,51,951,10252,354002,353590,11203,353590,17,74,1dc5f040dca2d6adc7455f170d08d46d86d801aa,0,0,0,0,0,
+20200604,VI,71,1975,2,,,,,,,62,C,6/4/2020 05:53,2020-06-04T05:53:00Z,06/04 01:53,6,,2020-06-04T05:53:00Z,78,1,19,2048,2046,20,2046,0,0,dfcc671e54720cada8dcb430ed5c7b4367b4332a,0,0,0,0,0,
+20200604,VT,1026,36808,,13,,,,,,881,B,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,55,,2020-06-04T00:00:00Z,50,36,603,37834,37834,639,37834,0,0,13a176316394ee149988e036e55edcdaed817e52,0,0,0,0,0,
+20200604,WA,23147,376335,,272,3578,,,94,,,B,6/4/2020 02:59,2020-06-04T02:59:00Z,06/03 22:59,1135,3578,2020-06-04T02:59:00Z,53,70,2813,399482,399482,2883,399482,6,35,e8ad2aedfce7adde04601fff9b927e6669124b8c,0,0,0,0,0,
+20200604,WI,19892,291367,196,551,2739,117,616,,,12980,A+,6/4/2020 00:00,2020-06-04T00:00:00Z,06/03 20:00,626,2739,2020-06-04T00:00:00Z,55,492,11656,311455,311259,12148,311259,10,39,040759c3602f9d3aa72bfc360861e08cc03bad69,0,0,0,0,0,
+20200604,WV,2092,103957,,28,,11,,2,,1399,B,6/4/2020 10:00,2020-06-04T10:00:00Z,06/04 06:00,78,,2020-06-04T10:00:00Z,54,21,2260,106049,106049,2281,106049,0,0,eb5b45af2561c7e7e4b2d3e07bd861d35e02d998,0,0,0,0,0,
+20200604,WY,915,26074,,4,87,,,,,714,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,17,87,2020-06-03T00:00:00Z,56,0,361,26989,26989,361,26989,0,0,d679eb2bf77cc9bf1779203b32622b6fd46f7578,0,0,0,0,0,
+20200603,AK,505,57677,,11,,,,0,,373,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,10,,2020-06-03T00:00:00Z,02,18,1961,58182,58182,1979,58182,0,0,02548c93014e510ca02e0fc92122c299e4aa8e78,0,0,0,0,0,
+20200603,AL,18851,212743,,,1900,,591,,355,11395,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,653,1900,2020-06-03T00:00:00Z,01,209,7583,231594,231594,7792,231594,2,21,fe5df10e9c8639e15d2ce02d16d678e16f6f6cc7,0,0,0,0,0,
+20200603,AR,8067,134413,,132,731,,,31,124,5717,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,142,731,2020-06-03T00:00:00Z,05,624,8620,142480,142480,9244,142480,9,13,8164a006e6afe90c47ca4f6aec772a0398fd5a73,0,0,0,0,0,
+20200603,AS,0,174,,,,,,,,,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,0,,2020-06-01T00:00:00Z,60,0,0,174,174,0,174,0,0,96079cc7c1044293a16c4c2d453207d93ccb0216,0,0,0,0,0,
+20200603,AZ,22233,222292,,1092,3129,379,,239,,5076,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,981,3129,2020-06-03T00:00:00Z,04,983,5709,244525,244525,6692,244525,40,72,b822a3999126119e077c7e1a9654a95531e80e01,0,0,0,0,0,
+20200603,CA,117687,2013607,,4458,,1313,,,,,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,4361,,2020-06-03T00:00:00Z,06,2377,57326,2131294,2131294,59703,2131294,75,0,27bb1920194da60006264244f20db326bb070f3c,0,0,0,0,0,
+20200603,CO,26788,167389,,388,4419,,,,,3983,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,1474,4419,2020-06-03T00:00:00Z,08,211,3429,194177,194177,3640,194177,16,47,aae26fab91eb3a17eb7ef715595f97529428b409,0,0,0,0,0,
+20200603,CT,43091,233345,,406,13793,,,,,7511,B,6/2/2020 20:30,2020-06-02T20:30:00Z,06/02 16:30,3989,13793,2020-06-02T20:30:00Z,09,112,5714,276436,276436,5826,276436,17,0,67e8a3a722873d8420d745068bdc9dd5b6dbd6e8,0,0,0,0,0,
+20200603,DC,9016,40546,,285,,103,,72,,1138,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,473,,2020-06-02T00:00:00Z,11,130,1731,49562,49562,1861,49562,3,0,f1a9ad66e26b54e4d86d67d7887142b128f74bbe,0,0,0,0,0,
+20200603,DE,9712,55208,,153,,,,,,5493,A,6/2/2020 18:00,2020-06-02T18:00:00Z,06/02 14:00,375,,2020-06-02T18:00:00Z,10,27,831,64920,64920,858,64920,2,0,42f7ff183d5378032db9691710463f93ffd0ef81,0,0,0,0,0,
+20200603,FL,58764,1022149,1191,,10796,,,,,,B,6/3/2020 10:41,2020-06-03T10:41:00Z,06/03 06:41,2650,10796,2020-06-03T10:41:00Z,12,1317,29844,1082104,1080913,31161,1080913,37,118,fd418ee9e4707479cc4b4db4f5058c9ecaec1a54,0,0,0,0,0,
+20200603,GA,48894,433818,,815,8419,,1841,,,,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,2123,8419,2020-06-03T15:00:00Z,13,687,7738,482712,482712,8425,482712,21,85,5d17ec4e90baa76b7a771d373b8f075f4efac7c3,0,0,0,0,0,
+20200603,GU,178,6549,,,,,,,,151,B,6/3/2020 08:00,2020-06-03T08:00:00Z,06/03 04:00,5,,2020-06-03T08:00:00Z,66,1,335,6727,6727,336,6727,0,0,2d9e06ceeeb71a6696ea0e39c0f263a630544b2e,0,0,0,0,0,
+20200603,HI,653,48855,,,83,,,,,609,D,6/2/2020 18:00,2020-06-02T18:00:00Z,06/02 14:00,17,83,2020-06-02T18:00:00Z,15,1,586,49508,49508,587,49508,0,0,0d69aa377e836a7d49b9c451641b17050bb1eda8,0,0,0,0,0,
+20200603,IA,20055,144390,,314,,116,,76,,12064,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,574,,2020-06-03T00:00:00Z,19,39,716,164445,164445,755,164445,13,0,dc22ff9e39d22c64dc779cf499bb0e9e613d08a9,0,0,0,0,0,
+20200603,ID,2933,46009,,,251,,98,,,2282,A,6/2/2020 19:00,2020-06-02T19:00:00Z,06/02 15:00,83,251,2020-06-02T19:00:00Z,16,27,782,48942,48942,809,48942,0,4,aac5d4ccbc493c6b4e6b64535b06894b0d90bc43,0,0,0,0,0,
+20200603,IL,123830,835345,,3173,,844,,508,,,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,5621,,2020-06-03T00:00:00Z,17,982,23489,959175,959175,24471,959175,96,0,d3339aa8af7d3e7ff410a70df38efab02bae7cdd,0,0,0,0,0,
+20200603,IN,35712,242103,,1017,5952,358,1282,138,,23182,A+,6/2/2020 23:59,2020-06-02T23:59:00Z,06/02 19:59,2207,5952,2020-06-02T23:59:00Z,18,475,5421,277815,277815,5896,277815,10,50,d75d17a0d03d451014e946d933ce552b9b2759d3,0,0,0,0,0,
+20200603,KS,10170,97883,,,890,,302,,131,592,A,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,222,890,2020-06-03T10:00:00Z,20,159,4582,108053,108053,4741,108053,5,28,396e10a200a164a1f5c011ba1294a576f8200668,0,0,0,0,0,
+20200603,KY,10410,221789,,488,2317,68,950,,,3283,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,450,2317,2020-06-03T00:00:00Z,21,225,4703,232199,232199,4928,232199,8,10,1148ba7fd0ab7ed6214fe36358e6c93917b057e4,0,0,0,0,0,
+20200603,LA,41133,360954,,617,,,,86,,31728,B,6/3/2020 13:00,2020-06-03T13:00:00Z,06/03 09:00,2870,,2020-06-03T13:00:00Z,22,387,8567,402087,402087,8954,402087,35,0,a6891417a02ee221cbf88464895e52c0e55909ad,0,0,0,0,0,
+20200603,MA,101592,516169,,1684,10151,393,,263,,,A+,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,7152,10151,2020-06-03T10:00:00Z,25,429,7937,617761,617761,8366,617761,67,88,a60363edd64ec92c49eab15f366fa7062013df9d,0,0,0,0,0,
+20200603,MD,54982,272643,,1109,9111,471,,,,3970,B,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,2666,9111,2020-06-03T10:00:00Z,24,807,11003,327625,327625,11810,327625,20,154,17bf4e32d66350b769460c61e618dfe2955faaee,0,0,0,0,0,
+20200603,ME,2418,50591,,44,285,14,,10,,1699,B,6/2/2020 23:59,2020-06-02T23:59:00Z,06/02 19:59,95,285,2020-06-02T23:59:00Z,23,41,0,53009,53009,41,53009,1,-2,6e4a785564e0632e44a39babfd5a3f68083219e9,0,0,0,0,0,
+20200603,MI,58035,535514,,646,,328,,224,,38099,A+,6/3/2020 11:00,2020-06-03T11:00:00Z,06/03 07:00,5570,,2020-06-03T11:00:00Z,26,304,15977,593549,593549,16281,593549,17,0,b753f86ac2571935fd996cb0fb59180d4bf8c481,0,0,0,0,0,
+20200603,MN,25870,239848,,537,3203,254,1022,,,21169,A,6/2/2020 17:00,2020-06-02T17:00:00Z,06/02 13:00,1097,3203,2020-06-02T17:00:00Z,27,362,6609,265718,265718,6971,265718,15,69,40a551b81c2d89eae628c1ca9f243ae0a2705674,0,0,0,0,0,
+20200603,MO,13767,197586,,571,,,,70,,,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,786,,2020-06-03T15:00:00Z,29,192,5731,211353,211353,5923,211353,3,0,99d23d9ce7c2c11069200f8cbd4774499f2a80d1,0,0,0,0,0,
+20200603,MP,23,6534,,,,,,,,16,D,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,2,,2020-06-03T00:00:00Z,69,0,0,6557,6557,0,6557,0,0,bf99bbd2a4b0a0247e4d53ef6f1fcf55b99ffb40,0,0,0,0,0,
+20200603,MS,16322,168425,,602,2340,141,,96,,11203,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,782,2340,2020-06-02T00:00:00Z,28,302,4947,184747,184747,5249,184747,15,44,9752557e7e1a77497620494da57d8a33c1136fdb,0,0,0,0,0,
+20200603,MT,525,42923,,1,68,,,,,464,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,17,68,2020-06-03T00:00:00Z,30,2,1234,43448,43448,1236,43448,0,1,1c0320abbe08c6f8944d2cb525d7edc5a853f052,0,0,0,0,0,
+20200603,NC,30777,418486,,684,,,,,,18860,A,6/3/2020 12:25,2020-06-03T12:25:00Z,06/03 08:25,939,,2020-06-03T12:25:00Z,37,888,13454,449263,449263,14342,449263,18,0,56015daeaa36c3f8fc062c4714d1c7f7bdd114f0,0,0,0,0,0,
+20200603,ND,2679,71823,,34,172,,,,,2169,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,69,172,2020-06-03T00:00:00Z,38,33,825,74502,74502,858,74502,1,2,4b4c9fbda4e97b2a5886ffa07c5dfabce1e8bed1,0,0,0,0,0,
+20200603,NE,14611,95355,,194,851,,,,,6743,C,6/2/2020 20:00,2020-06-02T20:00:00Z,06/02 16:00,181,851,2020-06-02T20:00:00Z,31,266,3282,109966,109966,3548,109966,3,851,ff257d59d666c8c4ce717b2063032a5c00ea139c,0,0,0,0,0,
+20200603,NH,4749,70990,1726,97,462,,142,,,3071,B,6/2/2020 09:00,2020-06-02T09:00:00Z,06/02 05:00,256,462,2020-06-02T09:00:00Z,33,64,1331,77465,75739,1395,75739,11,6,d34a8ce82c5f367e815740e17b01ad0f73f30319,0,0,0,0,0,
+20200603,NJ,162068,675352,,2250,17390,612,,459,,27008,A+,6/3/2020 13:00,2020-06-03T13:00:00Z,06/03 09:00,11880,17390,2020-06-03T13:00:00Z,34,523,19220,837420,837420,19743,837420,110,0,f1335f6dd6e412fdac7f4b6e7a438142ff2842d7,0,0,0,0,0,
+20200603,NM,8024,198813,,182,1416,,,,,2960,C,6/2/2020 18:04,2020-06-02T18:04:00Z,06/02 14:04,367,1416,2020-06-02T18:04:00Z,35,224,3498,206837,206837,3722,206837,5,99,ec1b650313288510ec064cf3aef3139ca1bf33b5,0,0,0,0,0,
+20200603,NV,8935,147320,,372,,84,,47,,501,A+,6/3/2020 11:30,2020-06-03T11:30:00Z,06/03 07:30,429,,2020-06-03T11:30:00Z,32,105,4059,156255,156255,4164,156255,9,0,48b16c630c30de033d98ec72a5642c8862a9ba66,0,0,0,0,0,
+20200603,NY,374085,1855388,,2978,89995,865,,638,,66502,A,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,24079,89995,2020-06-03T00:00:00Z,36,1045,60597,2229473,2229473,61642,2229473,56,134,4d5e8f769893706e361a52822c831d072edc1d81,0,0,0,0,0,
+20200603,OH,36792,389313,,704,6251,283,1604,198,,,B,6/3/2020 14:00,2020-06-03T14:00:00Z,06/03 10:00,2299,6251,2020-06-03T14:00:00Z,39,442,15755,426105,426105,16197,426105,41,75,746d6fa3dcfa3bd5e6723e61cd6259c693dafdb7,0,0,0,0,0,
+20200603,OK,6805,201247,,136,1003,59,,,,5711,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,341,1003,2020-06-03T00:00:00Z,40,113,3282,208052,208052,3395,208052,2,9,b30b28e0d45295e1abc090eaaecd7d62bd4346e8,0,0,0,0,0,
+20200603,OR,4399,132269,,112,800,27,,10,,2199,A+,6/3/2020 03:01,2020-06-03T03:01:00Z,06/02 23:01,159,800,2020-06-03T03:01:00Z,41,64,2395,136668,136668,2459,136668,2,5,4410f785d4c14b4e3182b2440855c805b4155766,0,0,0,0,0,
+20200603,PA,74022,401369,,1164,,,,269,,49915,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,5741,,2020-06-03T00:00:00Z,42,512,2008,475391,475391,2520,475391,74,0,887cf4a719b2a61eba4c839f2e39d52fce906e20,0,0,0,0,0,
+20200603,PR,4023,,,107,,12,,7,,,B,6/3/2020 05:53,2020-06-03T05:53:00Z,06/03 01:53,140,,2020-06-03T05:53:00Z,72,88,0,4023,4023,88,4023,2,0,704e1f9222973ed9842e5074374b04ab15433dba,0,0,0,0,0,
+20200603,RI,15219,147321,,189,1753,44,,30,,1311,A+,6/3/2020 12:00,2020-06-03T12:00:00Z,06/03 08:00,742,1753,2020-06-03T12:00:00Z,44,107,2873,162540,162540,2980,162540,10,10,cd5de43e7ed6eca8710acfd620331b5af9360fc6,0,0,0,0,0,
+20200603,SC,12651,210274,,433,1789,,,,,6976,A+,6/3/2020 15:45,2020-06-03T15:45:00Z,06/03 11:45,518,1789,2020-06-03T15:45:00Z,45,236,3912,222925,222925,4148,222925,17,0,e45b14c2a1edab882686fbbc8310287e35a12c52,0,0,0,0,0,
+20200603,SD,5162,43500,,87,456,,,,,4084,B,6/2/2020 18:00,2020-06-02T18:00:00Z,06/02 14:00,62,456,2020-06-02T18:00:00Z,46,95,1721,48662,48662,1816,48662,0,13,6c9aca6a9c955140d736e493fa13a092f49f24a1,0,0,0,0,0,
+20200603,TN,24822,445957,,,1829,,,,,16319,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,388,1829,2020-06-03T15:00:00Z,47,447,8196,470779,470779,8643,470779,7,37,b3d589b897140ec301cd7b50ab5cc618209e3d70,0,0,0,0,0,
+20200603,TX,68271,938497,,1487,,,,,,45858,B,6/3/2020 16:25,2020-06-03T16:25:00Z,06/03 12:25,1734,,2020-06-03T16:25:00Z,48,1703,18841,1006768,1006768,20544,1006768,36,0,2c96eec5f2c418c34363f775381b635bc9e7e1a7,0,0,0,0,0,
+20200603,UT,10497,213484,,150,829,,250,,107,6501,B,6/3/2020 15:00,2020-06-03T15:00:00Z,06/03 11:00,117,829,2020-06-03T15:00:00Z,49,295,1895,223981,223981,2190,223981,4,28,074e9d3b45002d4be1a15cae2cc2e6be9e471294,0,0,0,0,0,
+20200603,VA,46905,295482,435,1311,7476,313,,185,,6165,A+,6/2/2020 17:00,2020-06-02T17:00:00Z,06/02 13:00,1428,7476,2020-06-02T17:00:00Z,51,666,12832,342822,342387,13498,342387,21,103,335deaae90d8fcf6f532208f884a4bd84ad8ba11,0,0,0,0,0,
+20200603,VI,70,1956,5,,,,,,,62,C,6/3/2020 08:03,2020-06-03T08:03:00Z,06/03 04:03,6,,2020-06-03T08:03:00Z,78,0,20,2031,2026,20,2026,0,0,b3eee96e154ce0bd3ad04d4489488b0c77b7c943,0,0,0,0,0,
+20200603,VT,990,36205,,10,,,,,,879,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,55,,2020-06-03T00:00:00Z,50,2,574,37195,37195,576,37195,0,0,b10f63a0a093ecd7311256edb561293025b2bcfc,0,0,0,0,0,
+20200603,WA,23077,373522,,263,3543,,,89,,,B,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,1129,3543,2020-06-03T00:00:00Z,53,197,5009,396599,396599,5206,396599,5,26,72fa8bb34830fdfaaf19e576533a9734ae8ecb89,0,0,0,0,0,
+20200603,WI,19400,279711,199,556,2700,130,606,,,12172,A+,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,616,2700,2020-06-03T00:00:00Z,55,483,15968,299310,299111,16451,299111,9,57,461ff3ee9893965d7ac1bf6784c31ebff18661de,0,0,0,0,0,
+20200603,WV,2071,101697,,34,,13,,4,,1381,B,6/3/2020 10:00,2020-06-03T10:00:00Z,06/03 06:00,78,,2020-06-03T10:00:00Z,54,30,3195,103768,103768,3225,103768,1,0,9d5ad8f4910e51ecaaf01dcd69314129ab49095f,0,0,0,0,0,
+20200603,WY,915,25713,,4,87,,,,,714,C,6/3/2020 00:00,2020-06-03T00:00:00Z,06/02 20:00,17,87,2020-06-03T00:00:00Z,56,5,881,26628,26628,886,26628,0,1,3b32a268f0bec1e706ec7dac783b843a18915fee,0,0,0,0,0,
+20200602,AK,487,55716,,10,,,,0,,371,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,10,,2020-06-02T00:00:00Z,02,20,1993,56203,56203,2013,56203,0,0,8bfc576f3ce0c5438919ab2a672255d0630714ec,0,0,0,0,0,
+20200602,AL,18642,205160,,,1879,,591,,355,9355,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,651,1879,2020-06-01T00:00:00Z,01,279,0,223802,223802,279,223802,5,23,e925d317dd6bba774728abaf5db247f3c5983394,0,0,0,0,0,
+20200602,AR,7443,125793,,121,718,,,26,124,5401,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,133,718,2020-06-02T00:00:00Z,05,0,0,133236,133236,0,133236,0,7,1456f854de8dbd854d74cf88314b9c36bdf5c78a,0,0,0,0,0,
+20200602,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,cccae3dfdebc5c6a2b53fdb498e0fbce6aec0120,0,0,0,0,0,
+20200602,AZ,21250,216583,,1009,3057,380,,235,,4967,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,941,3057,2020-06-02T00:00:00Z,04,1127,8636,237833,237833,9763,237833,24,39,40c3b8895be0300a58790c838cb9a3a154d62cc0,0,0,0,0,0,
+20200602,CA,115310,1956281,,4393,,1286,,,,,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,4286,,2020-06-02T00:00:00Z,06,2304,56704,2071591,2071591,59008,2071591,35,0,9c03c1926787907836d6c35b13c8e44c97dc26b7,0,0,0,0,0,
+20200602,CO,26577,163960,,394,4372,,,,,3954,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,1458,4372,2020-06-02T00:00:00Z,08,199,3962,190537,190537,4161,190537,13,25,0a4c8534ed6ced43b0835e9e7da33d18914d4141,0,0,0,0,0,
+20200602,CT,42979,227631,,434,13793,,,,,7511,B,6/1/2020 20:30,2020-06-01T20:30:00Z,06/01 16:30,3972,13793,2020-06-01T20:30:00Z,09,239,8981,270610,270610,9220,270610,8,0,d21862626f593d49b27bfa13773b02a3eebcd900,0,0,0,0,0,
+20200602,DC,8886,38815,,295,,106,,74,,1137,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,470,,2020-06-01T00:00:00Z,11,29,409,47701,47701,438,47701,2,0,36f51c85e83d22ab21e78b35a025b3314b2be260,0,0,0,0,0,
+20200602,DE,9685,54377,,157,,,,,,5442,A,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,373,,2020-06-01T18:00:00Z,10,80,1535,64062,64062,1615,64062,5,0,a6601e4f641beae62fccabfc1cf8aa554f65f260,0,0,0,0,0,
+20200602,FL,57447,992305,1206,,10678,,,,,,A,6/1/2020 09:54,2020-06-01T09:54:00Z,06/01 05:54,2613,10678,2020-06-01T09:54:00Z,12,617,8735,1050958,1049752,9352,1049752,70,184,74a707be20d238b7e16ef3b6072ad4e5ecf7c170,0,0,0,0,0,
+20200602,GA,48207,426080,,828,8334,,1821,,,,A,6/2/2020 15:11,2020-06-02T15:11:00Z,06/02 11:11,2102,8334,2020-06-02T15:11:00Z,13,589,2067,474287,474287,2656,474287,28,207,cd795b1de96ac70cfa52c73b6260c76a598cb509,0,0,0,0,0,
+20200602,GU,177,6214,,,,,,,,148,B,6/2/2020 06:15,2020-06-02T06:15:00Z,06/02 02:15,5,,2020-06-02T06:15:00Z,66,2,73,6391,6391,75,6391,0,0,d55ffe7e8404632c76a26193e66abf4a758a8a64,0,0,0,0,0,
+20200602,HI,652,48269,,,83,,,,,608,D,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,17,83,2020-06-01T18:00:00Z,15,0,434,48921,48921,434,48921,0,0,db7cae23fab4e5c378691131d021b311c6335023,0,0,0,0,0,
+20200602,IA,20016,143674,,327,,114,,76,,11742,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,561,,2020-06-02T00:00:00Z,19,319,4290,163690,163690,4609,163690,10,0,b29ad930a602c5107d9a2c4ce9074f4b16a02cd1,0,0,0,0,0,
+20200602,ID,2906,45227,,,247,,98,,,2266,A,6/1/2020 19:00,2020-06-01T19:00:00Z,06/01 15:00,83,247,2020-06-01T19:00:00Z,16,67,1369,48133,48133,1436,48133,1,5,3b50d3668013821758767aaa5110c0feaaa3861c,0,0,0,0,0,
+20200602,IL,122848,811856,,3238,,874,,548,,,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,5525,,2020-06-02T00:00:00Z,17,1614,14817,934704,934704,16431,934704,113,0,a22a989313150f67fe5df7d7fb35635ad9bff181,0,0,0,0,0,
+20200602,IN,35237,236682,,961,5902,358,1261,140,,22623,A+,6/1/2020 23:59,2020-06-01T23:59:00Z,06/01 19:59,2197,5902,2020-06-01T23:59:00Z,18,407,5616,271919,271919,6023,271919,55,42,16140181057b5a71f8aef36195b77328af3b21f8,0,0,0,0,0,
+20200602,KS,10011,93301,,,862,,290,,127,555,A,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,217,862,2020-06-01T10:00:00Z,20,0,8071,103312,103312,8071,103312,0,20,4780b6fd588d9035618999cacd32438cf322493c,0,0,0,0,0,
+20200602,KY,10185,217086,,481,2307,85,941,,,3275,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,442,2307,2020-06-02T00:00:00Z,21,139,11086,227271,227271,11225,227271,3,33,7af84faf6560eeb39c68ce6aafae368632308e47,0,0,0,0,0,
+20200602,LA,40746,352387,,639,,,,83,,31728,B,6/2/2020 13:00,2020-06-02T13:00:00Z,06/02 09:00,2835,,2020-06-02T13:00:00Z,22,405,5358,393133,393133,5763,393133,34,0,cbdb993aa372e93896bc8a893a0f586f4a0d51a6,0,0,0,0,0,
+20200602,MA,101163,508232,,1657,10063,394,,269,,,A+,6/2/2020 10:00,2020-06-02T10:00:00Z,06/02 06:00,7085,10063,2020-06-02T10:00:00Z,25,4198,12344,609395,609395,16542,609395,239,240,ebe95fab896af21b6e31cba2aa0687ed469aa3ae,0,0,0,0,0,
+20200602,MD,54175,261640,,1148,8957,481,,,,3855,B,6/2/2020 10:00,2020-06-02T10:00:00Z,06/02 06:00,2646,8957,2020-06-02T10:00:00Z,24,848,6237,315815,315815,7085,315815,21,71,78c09a1ddeac36def0047fbad9feb026f1f9da1b,0,0,0,0,0,
+20200602,ME,2377,50591,,48,287,16,,10,,1646,B,6/1/2020 23:59,2020-06-01T23:59:00Z,06/01 19:59,94,287,2020-06-01T23:59:00Z,23,28,3307,52968,52968,3335,52968,5,3,a78eb0b22abb20cbc8da305e00bfe7770031e64c,0,0,0,0,0,
+20200602,MI,57731,519537,,674,,346,,240,,38099,A+,6/2/2020 11:00,2020-06-02T11:00:00Z,06/02 07:00,5553,,2020-06-02T11:00:00Z,26,199,9046,577268,577268,9245,577268,37,0,96ce294d7cbdcfb0f711f91d305016123ca5544f,0,0,0,0,0,
+20200602,MN,25508,233239,,537,3134,248,1003,,,20381,A,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,1082,3134,2020-06-01T17:00:00Z,27,300,2855,258747,258747,3155,258747,22,48,a378a5de5e985478209f99b7b3cf16010fc35a59,0,0,0,0,0,
+20200602,MO,13575,191855,,693,,,,81,,,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,783,,2020-06-02T00:00:00Z,29,248,5474,205430,205430,5722,205430,10,0,f26719194878f3235a41cf06090428083f5da28e,0,0,0,0,0,
+20200602,MP,23,6534,,,,,,,,16,D,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,2,,2020-06-02T00:00:00Z,69,1,222,6557,6557,223,6557,0,0,076be1e8c36290cc9f8edb94a4632b06a58e9e5c,0,0,0,0,0,
+20200602,MS,16020,163478,,584,2296,146,,97,,11203,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,767,2296,2020-06-01T00:00:00Z,28,268,2976,179498,179498,3244,179498,28,0,f1ae768d651fdd4b1bb0abe64ba57e11821a31cd,0,0,0,0,0,
+20200602,MT,523,41689,,1,67,,,,,462,C,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,17,67,2020-06-02T00:00:00Z,30,4,1551,42212,42212,1555,42212,0,0,ba587abc0e57c3b7e2dd45be7fc3d85f9f0d6a4a,0,0,0,0,0,
+20200602,NC,29889,405032,,716,,,,,,18860,A,6/2/2020 12:25,2020-06-02T12:25:00Z,06/02 08:25,921,,2020-06-02T12:25:00Z,37,626,12387,434921,434921,13013,434921,23,0,cd4ec04c2ed1b78183d3ffaf109e8b561fd5aa1e,0,0,0,0,0,
+20200602,ND,2646,70998,,34,170,,,,,2127,C,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,68,170,2020-06-02T00:00:00Z,38,21,322,73644,73644,343,73644,7,1,d76c311a3da0775ed5c2378434868df8450f9355,0,0,0,0,0,
+20200602,NE,14345,92073,,,,,,,,,D,6/1/2020 20:00,2020-06-01T20:00:00Z,06/01 16:00,178,,2020-06-01T20:00:00Z,31,244,2509,106418,106418,2753,106418,8,0,e33a8d692d322a5550f82bde4bc5def14112fff7,0,0,0,0,0,
+20200602,NH,4685,69659,2183,98,456,,142,,,2954,B,6/1/2020 09:00,2020-06-01T09:00:00Z,06/01 05:00,245,456,2020-06-01T09:00:00Z,33,34,1854,76527,74344,1888,74344,0,5,d79a1ab1bc1d3bedb820445e24ab43dcd98b230a,0,0,0,0,0,
+20200602,NJ,161545,656132,,2370,17390,639,,480,,26815,A+,6/2/2020 13:00,2020-06-02T13:00:00Z,06/02 09:00,11770,17390,2020-06-02T13:00:00Z,34,627,21450,817677,817677,22077,817677,49,168,af4e46b714748139f5efd3686da8619d3ae279fb,0,0,0,0,0,
+20200602,NM,7800,195315,,191,1317,,,,,2888,C,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,362,1317,2020-06-01T18:00:00Z,35,111,3400,203115,203115,3511,203115,6,0,1428213f193a28b2825dc69a2689e6ed7e387a45,0,0,0,0,0,
+20200602,NV,8830,143261,,365,,88,,39,,464,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,420,,2020-06-01T00:00:00Z,32,142,5166,152091,152091,5308,152091,-1,0,cae14e7e4eba4d9a5ec9c44a3a26b4eb14f6787b,0,0,0,0,0,
+20200602,NY,373040,1794791,,3121,89861,907,,673,,66262,A,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,24023,89861,2020-06-02T00:00:00Z,36,1329,52725,2167831,2167831,54054,2167831,64,158,0ac09bb60065285080593a184780bd71d34ebb7e,0,0,0,0,0,
+20200602,OH,36350,373558,,697,6176,295,1583,204,,,B,6/2/2020 14:00,2020-06-02T14:00:00Z,06/02 10:00,2258,6176,2020-06-02T14:00:00Z,39,366,11476,409908,409908,11842,409908,52,64,d3b6fce34cde9034a64d4ac676198ad46e8b7cfb,0,0,0,0,0,
+20200602,OK,6692,197965,,124,994,60,,,,5599,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,339,994,2020-06-02T00:00:00Z,40,119,11265,204657,204657,11384,204657,5,8,4a747e88f3239d6237601e70bec242a21dc3a98d,0,0,0,0,0,
+20200602,OR,4335,129874,,102,795,29,,15,,2164,A+,6/2/2020 03:01,2020-06-02T03:01:00Z,06/01 23:01,157,795,2020-06-02T03:01:00Z,41,33,2558,134209,134209,2591,134209,3,5,35eba50b0fe932d52600008c5eaa1384c88b93dc,0,0,0,0,0,
+20200602,PA,73510,399361,,1302,,,,283,,48838,A+,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,5667,,2020-06-02T00:00:00Z,42,612,9930,472871,472871,10542,472871,100,0,c56b3eb7527ae42ed17a01e34438dcbed8f42bdf,0,0,0,0,0,
+20200602,PR,3935,,,106,,17,,10,,,B,6/2/2020 05:51,2020-06-02T05:51:00Z,06/02 01:51,138,,2020-06-02T05:51:00Z,72,62,0,3935,3935,62,3935,2,0,de4b825f3c4f9637f5eec17e40ba09595e158079,0,0,0,0,0,
+20200602,RI,15112,144448,,188,1743,48,,31,,1302,A+,6/2/2020 12:00,2020-06-02T12:00:00Z,06/02 08:00,732,1743,2020-06-02T12:00:00Z,44,121,2604,159560,159560,2725,159560,12,19,8f81a3083e50f9fc3c1806381bd03530fb39b2c5,0,0,0,0,0,
+20200602,SC,12415,206362,,425,1789,,,,,6976,A,6/2/2020 16:00,2020-06-02T16:00:00Z,06/02 12:00,501,1789,2020-06-02T16:00:00Z,45,267,13822,218777,218777,14089,218777,1,155,678e19350cbe6c4b4384ad8bc8b27707c103fa8b,0,0,0,0,0,
+20200602,SD,5067,41779,,89,443,,,,,3990,B,6/1/2020 18:00,2020-06-01T18:00:00Z,06/01 14:00,62,443,2020-06-01T18:00:00Z,46,33,1152,46846,46846,1185,46846,0,8,996899e3c772844a5dbb41b1b8914d9f14f44c80,0,0,0,0,0,
+20200602,TN,24375,437761,,,1792,,,,,15916,B,6/2/2020 15:00,2020-06-02T15:00:00Z,06/02 11:00,381,1792,2020-06-02T15:00:00Z,47,821,12822,462136,462136,13643,462136,14,25,015b59594d6f1450291c47446cb0e400d954ebd3,0,0,0,0,0,
+20200602,TX,66568,919656,,1773,,,,,,44517,B,6/2/2020 16:00,2020-06-02T16:00:00Z,06/02 12:00,1698,,2020-06-02T16:00:00Z,48,1688,14505,986224,986224,16193,986224,20,0,8936be8ee3ea9c1aaf76f9038a60c7fac977c922,0,0,0,0,0,
+20200602,UT,10202,211589,,159,801,,243,,104,6319,B,6/2/2020 15:00,2020-06-02T15:00:00Z,06/02 11:00,113,801,2020-06-02T15:00:00Z,49,203,3476,221791,221791,3679,221791,0,12,97e7f8fa49f908367b95bb14ececab96bcaffcef,0,0,0,0,0,
+20200602,VA,46239,282650,450,1362,7373,336,,186,,6011,A+,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,1407,7373,2020-06-01T17:00:00Z,51,841,3329,329339,328889,4170,328889,15,47,08a908859c628e952a2f25e52018cdb05aa09042,0,0,0,0,0,
+20200602,VI,70,1936,6,,,,,,,62,C,6/2/2020 07:52,2020-06-02T07:52:00Z,06/02 03:52,6,,2020-06-02T07:52:00Z,78,0,195,2012,2006,195,2006,0,0,6aada8ca29316b2f584d98aef11f2ec2db6b6e9e,0,0,0,0,0,
+20200602,VT,988,35631,,10,,,,,,879,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,55,,2020-06-02T00:00:00Z,50,5,1288,36619,36619,1293,36619,0,0,5aa28ca1a0cd2026e97dc206dee23ad7a96149a8,0,0,0,0,0,
+20200602,WA,22880,368513,,232,3517,,,48,,,B,6/2/2020 00:00,2020-06-02T00:00:00Z,06/01 20:00,1124,3517,2020-06-02T00:00:00Z,53,277,6764,391393,391393,7041,391393,6,16,789270c4c210ba8b8f080ae651215aa6a1f11c23,0,0,0,0,0,
+20200602,WI,18917,263743,209,597,2643,139,593,,,12172,A+,6/2/2020 16:00,2020-06-02T16:00:00Z,06/02 12:00,607,2643,2020-06-02T16:00:00Z,55,374,10148,282869,282660,10522,282660,12,40,91cc188d50f3b1ef23d7e95fc9d4a237eae772cd,0,0,0,0,0,
+20200602,WV,2041,98502,,31,,11,,4,,1341,B,6/2/2020 09:30,2020-06-02T09:30:00Z,06/02 05:30,77,,2020-06-02T09:30:00Z,54,24,2424,100543,100543,2448,100543,2,0,96324d7d182b3cfbe870500c0c1d27153813fa31,0,0,0,0,0,
+20200602,WY,910,24832,,7,86,,,,,667,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,17,86,2020-06-01T00:00:00Z,56,0,595,25742,25742,595,25742,0,0,a1ab641f4955e67a89ba6b0fbe417b1334522951,0,0,0,0,0,
+20200601,AK,467,53723,,10,,,,1,,368,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,10,,2020-06-01T00:00:00Z,02,33,2462,54190,54190,2495,54190,0,0,936166ed5dac334332f7f4979ce005cd557d762d,0,0,0,0,0,
+20200601,AL,18363,205160,,,1856,,591,,355,9355,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,646,1856,2020-06-01T00:00:00Z,01,460,5510,223523,223523,5970,223523,15,12,38df8db46ebc047cf6cf2c7aaaf085aa750a458b,0,0,0,0,0,
+20200601,AR,7443,125793,,115,711,,,27,123,5401,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,133,711,2020-06-01T00:00:00Z,05,190,3531,133236,133236,3721,133236,0,0,8cea3b85f8fcff408e3c3833aa102b684d674f76,0,0,0,0,0,
+20200601,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,68fed339ea8c44cb5bffd89ee2963f55427e0e2e,0,0,0,0,0,
+20200601,AZ,20123,207947,,968,3018,377,,238,,4869,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,917,3018,2020-06-01T00:00:00Z,04,187,2677,228070,228070,2864,228070,11,20,1ae79de73b0d568c226b5d3ef83b5d90e94da4c2,0,0,0,0,0,
+20200601,CA,113006,1899577,,4258,,1273,,,,,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,4251,,2020-06-01T00:00:00Z,06,2423,65312,2012583,2012583,67735,2012583,38,0,ccc38c3a84cfedc4cb1a73c898449694576ad064,0,0,0,0,0,
+20200601,CO,26378,159998,,414,4347,,,,,3919,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,1445,4347,2020-06-01T00:00:00Z,08,280,5469,186376,186376,5749,186376,2,14,8570d3d6c9920892472bc95b664db3a6344e7193,0,0,0,0,0,
+20200601,CT,42740,218650,,454,13793,,,,,7511,B,5/31/2020 20:30,2020-05-31T20:30:00Z,05/31 16:30,3964,13793,2020-05-31T20:30:00Z,09,539,10805,261390,261390,11344,261390,20,1255,f7df946b780c2b66e4236fc9a23454d9d3750b06,0,0,0,0,0,
+20200601,DC,8857,38406,,302,,108,,67,,1126,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,468,,2020-06-01T00:00:00Z,11,56,724,47263,47263,780,47263,2,0,c94bcfb2b52a5d85bb6a6b42225da6677f10b3c5,0,0,0,0,0,
+20200601,DE,9605,52842,,159,,,,,,5353,A,5/31/2020 18:00,2020-05-31T18:00:00Z,05/31 14:00,368,,2020-05-31T18:00:00Z,10,107,1669,62447,62447,1776,62447,2,0,cd3c81f60eac388a9484b47e4aa987f803506f88,0,0,0,0,0,
+20200601,FL,56830,983570,1160,,10494,,,,,,A,6/1/2020 09:54,2020-06-01T09:54:00Z,06/01 05:54,2543,10494,2020-06-01T09:54:00Z,12,667,18384,1041560,1040400,19051,1040400,9,41,ce87368ad1d2f7d6a70ba535b05866162be0bcf3,0,0,0,0,0,
+20200601,GA,47618,424013,,841,8127,,1800,,,,A,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,2074,8127,2020-06-01T13:00:00Z,13,632,5474,471631,471631,6106,471631,32,181,12b324031e5843876bb20ddaeeacb4a0edca606e,0,0,0,0,0,
+20200601,GU,175,6141,,,,,,,,145,B,6/1/2020 06:35,2020-06-01T06:35:00Z,06/01 02:35,5,,2020-06-01T06:35:00Z,66,2,212,6316,6316,214,6316,0,0,d455815442349f7dfb981a752a0d59320c5c5dc7,0,0,0,0,0,
+20200601,HI,652,47835,,,83,,,,,608,D,5/31/2020 18:00,2020-05-31T18:00:00Z,05/31 14:00,17,83,2020-05-31T18:00:00Z,15,1,-6134,48487,48487,-6133,48487,0,0,b54bf16910a31fed654e5a31ef9f45c71efa7e78,0,0,0,0,0,
+20200601,IA,19697,139384,,339,,125,,73,,11440,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,551,,2020-06-01T00:00:00Z,19,145,2640,159081,159081,2785,159081,17,0,ec19b5d59ecec8fbf320d9d9006099019f5aa29d,0,0,0,0,0,
+20200601,ID,2839,43858,,,242,,96,,,2248,A,5/30/2020 19:00,2020-05-30T19:00:00Z,05/30 15:00,82,242,2020-05-30T19:00:00Z,16,0,0,46697,46697,0,46697,0,0,b1ed9bcf10dc188d6b1116848ff321c97ac87f10,0,0,0,0,0,
+20200601,IL,121234,797039,,3215,,902,,547,,,A,6/1/2020 00:59,2020-06-01T00:59:00Z,05/31 20:59,5412,,2020-06-01T00:59:00Z,17,974,19040,918273,918273,20014,918273,22,0,3b2052a29a76ee793096ef6d47f9f6d11ab05a65,0,0,0,0,0,
+20200601,IN,34830,231066,,1041,5860,366,1255,148,,22224,A+,5/31/2020 23:59,2020-05-31T23:59:00Z,05/31 19:59,2142,5860,2020-05-31T23:59:00Z,18,256,4094,265896,265896,4350,265896,8,575,a17829b33365b3311be58e6e0dc8859a402a7502,0,0,0,0,0,
+20200601,KS,10011,85230,,,842,,284,,124,547,A,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,217,842,2020-06-01T10:00:00Z,20,292,0,95241,95241,292,95241,9,0,6679418bb952bfdb490704d2755cbb031ac250d0,0,0,0,0,0,
+20200601,KY,10046,206000,,457,2274,90,940,,,3232,A,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,439,2274,2020-06-01T17:00:00Z,21,342,1951,216046,216046,2293,216046,8,2,e1a09b30bef450bf4dc104e1d3ff6b49626fddfb,0,0,0,0,0,
+20200601,LA,40341,347029,,661,,,,86,,31728,B,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,2801,,2020-06-01T13:00:00Z,22,425,11836,387370,387370,12261,387370,10,0,2bb90ef8f304e0a9ab3bb26c359ef4f504d2ab9c,0,0,0,0,0,
+20200601,MA,96965,495888,,1824,9823,436,,,,,A,5/31/2020 10:00,2020-05-31T10:00:00Z,05/31 06:00,6846,9823,2020-05-31T10:00:00Z,25,0,0,592853,592853,0,592853,0,0,50199450464df482baf3942c5f5bd91cff1e688b,0,0,0,0,0,
+20200601,MD,53327,255403,,1174,8886,479,,,,3782,B,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,2625,8886,2020-06-01T10:00:00Z,24,549,6300,308730,308730,6849,308730,29,148,172e83fafce5716f0f4933acffeacdb33fa8d984,0,0,0,0,0,
+20200601,ME,2349,47284,,52,284,17,,10,,1586,B,5/31/2020 23:59,2020-05-31T23:59:00Z,05/31 19:59,89,284,2020-05-31T23:59:00Z,23,24,0,49633,49633,24,49633,0,1,3ba6b5fdf726468c9a7d9a0f6e26179a79a843fb,0,0,0,0,0,
+20200601,MI,57532,510491,,674,,346,,240,,38099,A+,6/1/2020 11:00,2020-06-01T11:00:00Z,06/01 07:00,5516,,2020-06-01T11:00:00Z,26,135,13258,568023,568023,13393,568023,25,0,a327794ff336d496e53798bdcdce901274244b72,0,0,0,0,0,
+20200601,MN,25208,230384,,549,3086,253,981,,,19441,A,5/31/2020 17:00,2020-05-31T17:00:00Z,05/31 13:00,1060,3086,2020-05-31T17:00:00Z,27,358,5715,255592,255592,6073,255592,10,39,7819a596e525a1f87f98c3a25515764068e80eda,0,0,0,0,0,
+20200601,MO,13327,186381,,693,,,,78,,,B,6/1/2020 15:00,2020-06-01T15:00:00Z,06/01 11:00,773,,2020-06-01T15:00:00Z,29,180,5967,199708,199708,6147,199708,1,0,5615f0fb2939eff2c06338aed28c11ce1417e514,0,0,0,0,0,
+20200601,MP,22,6312,,,,,,,,16,D,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,2,,2020-06-01T00:00:00Z,69,0,161,6334,6334,161,6334,0,0,465f6422af8785a3f834d73b0f1f0905cc53b5c7,0,0,0,0,0,
+20200601,MS,15752,160502,,584,2296,146,,97,,11203,A,5/31/2020 19:00,2020-05-31T19:00:00Z,05/31 15:00,739,2296,2020-05-31T19:00:00Z,28,251,4166,176254,176254,4417,176254,5,24,d150dad47dd58177b318c9dd1dc417a11352ece5,0,0,0,0,0,
+20200601,MT,519,40138,,2,67,,,,,461,C,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,17,67,2020-06-01T00:00:00Z,30,4,855,40657,40657,859,40657,0,0,6b705d190f4a8f5ac49af292b9b867787839e4a3,0,0,0,0,0,
+20200601,NC,29263,392645,,650,,,,,,18860,A,6/1/2020 10:50,2020-06-01T10:50:00Z,06/01 06:50,898,,2020-06-01T10:50:00Z,37,674,4945,421908,421908,5619,421908,12,0,01b410553e0854ddc5f31784094fff25fe51fd4a,0,0,0,0,0,
+20200601,ND,2625,70676,,35,169,,,,,2078,C,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,61,169,2020-06-01T13:00:00Z,38,48,1213,73301,73301,1261,73301,0,2,e98420dad639954f9588386b7d3572ebe513030b,0,0,0,0,0,
+20200601,NE,14101,89564,,,,,,,,,D,5/31/2020 19:45,2020-05-31T19:45:00Z,05/31 15:45,170,,2020-05-31T19:45:00Z,31,196,2327,103665,103665,2523,103665,0,0,cd38b77d51e753f8593d79ae987c65b15f9d9a67,0,0,0,0,0,
+20200601,NH,4651,67805,1661,96,451,,141,,,2948,B,5/31/2020 09:00,2020-05-31T09:00:00Z,05/31 05:00,245,451,2020-05-31T09:00:00Z,33,106,2070,74117,72456,2176,72456,3,2,f5289d119ff8d47063a65aebe4c2fc516a990490,0,0,0,0,0,
+20200601,NJ,160918,634682,,2466,17222,646,,459,,26703,A+,6/1/2020 13:00,2020-06-01T13:00:00Z,06/01 09:00,11721,17222,2020-06-01T13:00:00Z,34,473,48982,795600,795600,49455,795600,23,25,7ecefb1e9f799c48bd11712f19575375af16126d,0,0,0,0,0,
+20200601,NM,7689,191915,,182,1317,,,,,2853,C,5/31/2020 19:30,2020-05-31T19:30:00Z,05/31 15:30,356,1317,2020-05-31T19:30:00Z,35,65,5092,199604,199604,5157,199604,5,0,bb59758140d5cfa20d9fc302f6c4af5d4305b45d,0,0,0,0,0,
+20200601,NV,8688,138095,,361,,87,,40,,459,A+,6/1/2020 11:00,2020-06-01T11:00:00Z,06/01 07:00,421,,2020-06-01T11:00:00Z,32,95,4128,146783,146783,4223,146783,4,0,a76673e16e14008f6f8df85a8a5fd1a0092536ae,0,0,0,0,0,
+20200601,NY,371711,1742066,,3331,89703,999,,746,,66110,A,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,23959,89703,2020-06-01T00:00:00Z,36,941,49011,2113777,2113777,49952,2113777,54,113,42f14d2b9c869212a66c7a1c77c67b06076603a5,0,0,0,0,0,
+20200601,OH,35984,362082,,761,6112,324,1569,223,,,B,6/1/2020 14:00,2020-06-01T14:00:00Z,06/01 10:00,2206,6112,2020-06-01T14:00:00Z,39,471,6687,398066,398066,7158,398066,51,63,6a53ae67aa2a9fe577509208929e017877a60a21,0,0,0,0,0,
+20200601,OK,6573,186700,,154,986,65,,,,5511,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,334,986,2020-06-01T00:00:00Z,40,67,0,193273,193273,67,193273,0,1,761f0fa68da926868c0dac4a1e93a565b155604a,0,0,0,0,0,
+20200601,OR,4302,127316,,108,790,32,,17,,2164,A+,6/1/2020 03:01,2020-06-01T03:01:00Z,05/31 23:01,154,790,2020-06-01T03:01:00Z,41,59,2358,131618,131618,2417,131618,1,4,092bbd656b19f73852e4ca4adba37b2f088b5edb,0,0,0,0,0,
+20200601,PA,72898,389431,,1302,,,,287,,48428,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,5567,,2020-06-01T00:00:00Z,42,352,6320,462329,462329,6672,462329,12,0,0af8123d95ae64504ed260f4c8d569657083ceae,0,0,0,0,0,
+20200601,PR,3873,,,99,,9,,4,,,B,6/1/2020 02:51,2020-06-01T02:51:00Z,05/31 22:51,136,,2020-06-01T02:51:00Z,72,97,0,3873,3873,97,3873,0,0,ec0514495eb62b6a4c646f4d6602fc0987a60940,0,0,0,0,0,
+20200601,RI,14991,141844,,195,1724,46,,29,,1281,A+,6/1/2020 12:00,2020-06-01T12:00:00Z,06/01 08:00,720,1724,2020-06-01T12:00:00Z,44,63,2279,156835,156835,2342,156835,2,23,fae2337f8305b1ebdd82a4dfaba86d538503cea6,0,0,0,0,0,
+20200601,SC,12148,192540,,450,1634,,,,,6459,A,6/1/2020 15:10,2020-06-01T15:10:00Z,06/01 11:10,500,1634,2020-06-01T15:10:00Z,45,287,4185,204688,204688,4472,204688,6,0,28231b50edd7828f4f4a5cdf7c90099b59006cae,0,0,0,0,0,
+20200601,SD,5034,40627,,87,435,,,,,3903,B,6/1/2020 11:30,2020-06-01T11:30:00Z,06/01 07:30,62,435,2020-06-01T11:30:00Z,46,41,1492,45661,45661,1533,45661,0,3,d3a932d0c446d54c1b57dd8d91f22c34a057246a,0,0,0,0,0,
+20200601,TN,23554,424939,,,1767,,,,,15564,B,6/1/2020 15:00,2020-06-01T15:00:00Z,06/01 11:00,367,1767,2020-06-01T15:00:00Z,47,548,11968,448493,448493,12516,448493,3,17,e39fac8e179f6a80995ab2edd967bd9c9d5b839a,0,0,0,0,0,
+20200601,TX,64880,905151,,1756,,,,,,43338,B,6/1/2020 17:00,2020-06-01T17:00:00Z,06/01 13:00,1678,,2020-06-01T17:00:00Z,48,593,17573,970031,970031,18166,970031,6,0,8518070083f9c96c096c49114e8945d8bfb7105c,0,0,0,0,0,
+20200601,UT,9999,208113,,134,789,,242,,102,6251,B,6/1/2020 15:00,2020-06-01T15:00:00Z,06/01 11:00,113,789,2020-06-01T15:00:00Z,49,202,3996,218112,218112,4198,218112,0,14,2c4df6dc6f6a0fbcd805eb6d1f812b3b265eb0a0,0,0,0,0,0,
+20200601,VA,45398,279321,419,1371,7326,347,,188,,5899,A+,5/31/2020 17:00,2020-05-31T17:00:00Z,05/31 13:00,1392,7326,2020-05-31T17:00:00Z,51,791,8537,325138,324719,9328,324719,17,0,e5407e79dcfcd57756c8a62fe34a5a0b7c959d04,0,0,0,0,0,
+20200601,VI,70,1741,4,,,,,,,62,C,6/1/2020 08:00,2020-06-01T08:00:00Z,06/01 04:00,6,,2020-06-01T08:00:00Z,78,1,108,1815,1811,109,1811,0,0,1fe1f98dde37671fa149eb234f8e706df439c0cc,0,0,0,0,0,
+20200601,VT,983,34343,,16,,,,,,880,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,55,,2020-06-01T00:00:00Z,50,2,1354,35326,35326,1356,35326,0,0,f8ebdaf5e4cc89227cf2d5439c0bd5de0d85de51,0,0,0,0,0,
+20200601,WA,22603,361749,,245,3501,,,52,,,B,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,1118,3501,2020-06-01T00:00:00Z,53,246,6669,384352,384352,6915,384352,0,21,ac4b6f345834f72674f50eb1dae415e6abea2c88,0,0,0,0,0,
+20200601,WI,18543,253595,211,613,2603,136,586,,,11838,A+,6/1/2020 00:00,2020-06-01T00:00:00Z,05/31 20:00,595,2603,2020-06-01T00:00:00Z,55,140,3492,272349,272138,3632,272138,3,20,5138400d8446c6a41b0dc0c61bd0d7153b954c00,0,0,0,0,0,
+20200601,WV,2017,96078,,31,,11,,4,,1313,B,6/1/2020 10:00,2020-06-01T10:00:00Z,06/01 06:00,75,,2020-06-01T10:00:00Z,54,7,466,98095,98095,473,98095,0,0,e5b0ea7a07d858b656430bf96917d5c4009d8b87,0,0,0,0,0,
+20200601,WY,910,24237,,8,86,,,,,667,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,17,86,2020-05-31T00:00:00Z,56,7,747,25147,25147,754,25147,1,1,67fcd7698f2e3d9cb0bf8fa9d4814b4fd85c12f2,0,0,0,0,0,
+20200531,AK,434,51261,,14,,,,2,,368,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,10,,2020-05-30T00:00:00Z,02,0,0,51695,51695,0,51695,0,0,fccc9c6583c8c7da1538cf41e14b9042a7d0bcc3,0,0,0,0,0,
+20200531,AL,17903,199650,,,1844,,589,,355,9355,B,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,631,1844,2020-05-31T00:00:00Z,01,544,4808,217553,217553,5352,217553,13,18,979a1487ccd054380586ecd871fc9f260f06eabc,0,0,0,0,0,
+20200531,AR,7253,122262,,115,711,,,27,123,5275,A,5/30/2020 15:13,2020-05-30T15:13:00Z,05/30 11:13,133,711,2020-05-30T15:13:00Z,05,240,2778,129515,129515,3018,129515,0,9,9ddf4fd6b7516d506bdac65db6deefe0fce8a350,0,0,0,0,0,
+20200531,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,4db0e6b6cda6f8667fc966ced9cd09a6a9ffb6db,0,0,0,0,0,
+20200531,AZ,19936,205270,,973,2998,376,,239,,4761,A+,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,906,2998,2020-05-31T00:00:00Z,04,681,7478,225206,225206,8159,225206,3,18,5af0b73830c62a5b76e59fbe194fd822772630ba,0,0,0,0,0,
+20200531,CA,110583,1834265,,4331,,1324,,,,,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,4213,,2020-05-30T00:00:00Z,06,3705,52548,1944848,1944848,56253,1944848,57,0,25930aae94bca981314f143bc2d983415554c041,0,0,0,0,0,
+20200531,CO,26098,154529,,414,4333,,,,,3919,A,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,1443,4333,2020-05-31T00:00:00Z,08,485,4401,180627,180627,4886,180627,7,26,7170c15a46dc634fd65abea8e55c690c5bf6dddf,0,0,0,0,0,
+20200531,CT,42201,207845,,481,12538,,,,,7127,B,5/30/2020 20:30,2020-05-30T20:30:00Z,05/30 16:30,3944,12538,2020-05-30T20:30:00Z,09,179,2932,250046,250046,3111,250046,32,0,ee4e897b2162d4cebf8e484d404b60ce9b2b48e1,0,0,0,0,0,
+20200531,DC,8801,37682,,295,,109,,66,,1116,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,466,,2020-05-30T00:00:00Z,11,84,770,46483,46483,854,46483,4,0,5a1f1c5ad3cb810c0e90daac65ad54f8520e9254,0,0,0,0,0,
+20200531,DE,9498,51173,,160,,,,,,5266,A,5/30/2020 18:00,2020-05-30T18:00:00Z,05/30 14:00,366,,2020-05-30T18:00:00Z,10,76,1266,60671,60671,1342,60671,5,0,167fc5f2e8d48d88a39232260632a5025b604cc7,0,0,0,0,0,
+20200531,FL,56163,965186,1332,,10453,,,,,,A,5/31/2020 12:20,2020-05-31T12:20:00Z,05/31 08:20,2534,10453,2020-05-31T12:20:00Z,12,739,25642,1022681,1021349,26381,1021349,4,78,b359237ac05027d8210d19fbe97908d7fcef4e5a,0,0,0,0,0,
+20200531,GA,46986,418539,,853,7946,,1794,,,,A,5/31/2020 13:00,2020-05-31T13:00:00Z,05/31 09:00,2042,7946,2020-05-31T13:00:00Z,13,700,9987,465525,465525,10687,465525,39,25,fe058ec3af4007f6a37fa58c7252df2cce575504,0,0,0,0,0,
+20200531,GU,173,5929,,,,,,,,144,C,5/30/2020 03:05,2020-05-30T03:05:00Z,05/29 23:05,5,,2020-05-30T03:05:00Z,66,0,0,6102,6102,0,6102,0,0,d317a76fe0d7fb4c69f4d1ddd6480a5f362794db,0,0,0,0,0,
+20200531,HI,651,53969,,,83,,,,,606,D,5/30/2020 18:00,2020-05-30T18:00:00Z,05/30 14:00,17,83,2020-05-30T18:00:00Z,15,2,604,54620,54620,606,54620,0,0,67c0ccacf47b2abdf5dbe03093f78531671e9fb5,0,0,0,0,0,
+20200531,IA,19552,136744,,341,,116,,70,,11147,A+,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,534,,2020-05-31T00:00:00Z,19,308,5565,156296,156296,5873,156296,3,0,90db8a1b18cd499d3f2431c5bcc257d369b8abd7,0,0,0,0,0,
+20200531,ID,2839,43858,,,242,,96,,,2248,A,5/30/2020 19:00,2020-05-30T19:00:00Z,05/30 15:00,82,242,2020-05-30T19:00:00Z,16,36,1237,46697,46697,1273,46697,0,2,bccdec8775486370b0af28f4fce3e7b180b6fe11,0,0,0,0,0,
+20200531,IL,120260,777999,,3296,,941,,550,,,A,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,5390,,2020-05-31T00:00:00Z,17,1343,19811,898259,898259,21154,898259,60,0,427a2b35d455008ed196bdf21f7928188f7f47ea,0,0,0,0,0,
+20200531,IN,34574,226972,,1050,5285,372,1248,143,,21704,A+,5/30/2020 23:59,2020-05-30T23:59:00Z,05/30 19:59,2134,5285,2020-05-30T23:59:00Z,18,363,4788,261546,261546,5151,261546,9,0,7ba4b045ee0256764c15c29770fad8d85753e069,0,0,0,0,0,
+20200531,KS,9719,85230,,,842,,284,,124,547,A,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,208,842,2020-05-29T10:00:00Z,20,0,0,94949,94949,0,94949,0,0,208edb3ce0b7086b20bf92e887c08a2d7d688b4c,0,0,0,0,0,
+20200531,KY,9704,204049,,480,2272,87,940,,,3232,A,5/30/2020 17:00,2020-05-30T17:00:00Z,05/30 13:00,431,2272,2020-05-30T17:00:00Z,21,240,5318,213753,213753,5558,213753,13,6,5a77bb72b4700aade83c99bc37ffd2f3ab52c7f3,0,0,0,0,0,
+20200531,LA,39916,335193,,678,,,,84,,28700,B,5/31/2020 13:00,2020-05-31T13:00:00Z,05/31 09:00,2791,,2020-05-31T13:00:00Z,22,339,5951,375109,375109,6290,375109,6,0,a4daf5333cdd909d0d275250042c9bd940c62935,0,0,0,0,0,
+20200531,MA,96965,495888,,1824,9823,436,,,,,A,5/31/2020 10:00,2020-05-31T10:00:00Z,05/31 06:00,6846,9823,2020-05-31T10:00:00Z,25,664,9670,592853,592853,10334,592853,78,34,7d20c23df42e078d2bbae259f37c098753d485f8,0,0,0,0,0,
+20200531,MD,52778,249103,,1183,8738,479,,,,3764,B,5/31/2020 10:00,2020-05-31T10:00:00Z,05/31 06:00,2596,8738,2020-05-31T10:00:00Z,24,763,7172,301881,301881,7935,301881,34,119,4c607f659c23794d1fb9fb10900e835918fadee2,0,0,0,0,0,
+20200531,ME,2325,47284,,49,283,18,,10,,1552,B,5/30/2020 23:59,2020-05-30T23:59:00Z,05/30 19:59,89,283,2020-05-30T23:59:00Z,23,43,0,49609,49609,43,49609,0,11,0bbe7bc5e3c5e798441ed97fb678b912b56ad75a,0,0,0,0,0,
+20200531,MI,57397,497233,,774,,371,,250,,38099,A+,5/31/2020 11:00,2020-05-31T11:00:00Z,05/31 07:00,5491,,2020-05-31T11:00:00Z,26,513,15305,554630,554630,15818,554630,28,0,804fe54f7e825a356d678b02184c549d1eb4148a,0,0,0,0,0,
+20200531,MN,24850,224669,,555,3047,257,971,,,18695,A,5/30/2020 17:00,2020-05-30T17:00:00Z,05/30 13:00,1050,3047,2020-05-30T17:00:00Z,27,660,6351,249519,249519,7011,249519,14,36,ae8a1bf1da71b16bcc9da429b44ba1e47581eedc,0,0,0,0,0,
+20200531,MO,13147,180414,,718,,,,83,,,B,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,772,,2020-05-31T00:00:00Z,29,185,7946,193561,193561,8131,193561,1,0,df3b956760523f3a543a2bdbfec1cef54d8e9ae8,0,0,0,0,0,
+20200531,MP,22,6151,,,,,,,,15,D,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,2,,2020-05-30T00:00:00Z,69,0,165,6173,6173,165,6173,0,0,98b5528c2ab34d85bdf36b4c56c72c0103839d61,0,0,0,0,0,
+20200531,MS,15501,156336,,570,2272,113,,108,,9401,A,5/30/2020 19:00,2020-05-30T19:00:00Z,05/30 15:00,734,2272,2020-05-30T19:00:00Z,28,272,5633,171837,171837,5905,171837,11,32,26514071e96c783e082277c570cdf0537364a0fa,0,0,0,0,0,
+20200531,MT,515,39283,,2,67,,,,,456,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,17,67,2020-05-31T00:00:00Z,30,10,504,39798,39798,514,39798,0,0,2c14fb36f31beaf403d0197845cbaae4e42b12f0,0,0,0,0,0,
+20200531,NC,28589,387700,,649,,,,,,14954,A,5/31/2020 11:24,2020-05-31T11:24:00Z,05/31 07:24,886,,2020-05-31T11:24:00Z,37,916,11216,416289,416289,12132,416289,9,0,6d91c03205f07d19db13e35f0d5da221fbaa8a86,0,0,0,0,0,
+20200531,ND,2577,69463,,36,167,,,,,1959,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,61,167,2020-05-31T00:00:00Z,38,23,1036,72040,72040,1059,72040,1,2,1d4f025450dd699e315a84a638e2e2ff9b9c71af,0,0,0,0,0,
+20200531,NE,13905,87237,,,,,,,,,D,5/30/2020 18:45,2020-05-30T18:45:00Z,05/30 14:45,170,,2020-05-30T18:45:00Z,31,251,1883,101142,101142,2134,101142,0,0,63897913ddb9b04634c681e89a2a488eb8351817,0,0,0,0,0,
+20200531,NH,4545,65735,1208,107,449,,140,,,2940,B,5/30/2020 09:00,2020-05-30T09:00:00Z,05/30 05:00,242,449,2020-05-30T09:00:00Z,33,53,1267,71488,70280,1320,70280,4,9,a0d95d96993852ac5e7e3cc269073706b547572c,0,0,0,0,0,
+20200531,NJ,160445,585700,,2497,17197,522,,378,,26560,A+,5/31/2020 13:00,2020-05-31T13:00:00Z,05/31 09:00,11698,17197,2020-05-31T13:00:00Z,34,837,0,746145,746145,837,746145,64,76,b0f727049ceaa0cf561b3e2d4d8c45f1d53b31b9,0,0,0,0,0,
+20200531,NM,7624,186823,,189,1317,,,,,2835,C,5/30/2020 20:05,2020-05-30T20:05:00Z,05/30 16:05,351,1317,2020-05-30T20:05:00Z,35,131,6055,194447,194447,6186,194447,7,0,a35c8c7c3a0aa0f25684f8ed0f81de32fa23f8ec,0,0,0,0,0,
+20200531,NV,8593,133967,,336,,71,,41,,428,A+,5/31/2020 11:30,2020-05-31T11:30:00Z,05/31 07:30,417,,2020-05-31T11:30:00Z,32,98,3930,142560,142560,4028,142560,0,0,5c8c4565db22b87405b482e81ae608b918abe6e1,0,0,0,0,0,
+20200531,NY,370770,1693055,,3436,89590,1050,,791,,65934,A,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,23905,89590,2020-05-31T00:00:00Z,36,1110,57334,2063825,2063825,58444,2063825,57,190,054347be13de4a8f6b3bf1a6dec4cfc449157cfb,0,0,0,0,0,
+20200531,OH,35513,355395,,779,6049,310,1556,213,,,B,5/31/2020 14:00,2020-05-31T14:00:00Z,05/31 10:00,2155,6049,2020-05-31T14:00:00Z,39,479,8482,390908,390908,8961,390908,6,38,171c4fc568746d5158823e1df6848811496b6d9b,0,0,0,0,0,
+20200531,OK,6506,186700,,154,985,65,,,,5492,A+,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,334,985,2020-05-31T00:00:00Z,40,88,0,193206,193206,88,193206,0,3,87a067102102c0b9e32487f8b37aed783a3adebf,0,0,0,0,0,
+20200531,OR,4243,124958,,117,786,33,,17,,2152,A+,5/31/2020 03:01,2020-05-31T03:01:00Z,05/30 23:01,153,786,2020-05-31T03:01:00Z,41,58,2348,129201,129201,2406,129201,0,8,ca48fe5db1c6d26213c40eb642096ccd8c21d4c3,0,0,0,0,0,
+20200531,PA,72546,383111,,1352,,,,296,,48190,A,5/31/2020 12:00,2020-05-31T12:00:00Z,05/31 08:00,5555,,2020-05-31T12:00:00Z,42,515,7370,455657,455657,7885,455657,18,0,99e6320472b97150f75db4287fc4bde3109e1ae3,0,0,0,0,0,
+20200531,PR,3776,,,99,,9,,1,,,B,5/31/2020 04:51,2020-05-31T04:51:00Z,05/31 00:51,136,,2020-05-31T04:51:00Z,72,58,0,3776,3776,58,3776,3,0,4bb14fff299878e951a3d7a7450f803ebaca159e,0,0,0,0,0,
+20200531,RI,14928,139565,,206,1701,46,,29,,1252,A+,5/31/2020 12:00,2020-05-31T12:00:00Z,05/31 08:00,718,1701,2020-05-31T12:00:00Z,44,109,4067,154493,154493,4176,154493,7,19,ff8626bdbc2b07495b3884757a35bfd59465b890,0,0,0,0,0,
+20200531,SC,11861,188355,,402,1634,,,,,6459,A,5/31/2020 16:00,2020-05-31T16:00:00Z,05/31 12:00,494,1634,2020-05-31T16:00:00Z,45,467,10230,200216,200216,10697,200216,7,0,9b5b6a2a018fa00c3801a58bf68ce1f63b2f1e96,0,0,0,0,0,
+20200531,SD,4993,39135,,86,432,,,,,3837,B,5/30/2020 18:00,2020-05-30T18:00:00Z,05/30 14:00,62,432,2020-05-30T18:00:00Z,46,33,1157,44128,44128,1190,44128,0,5,3af0bda4c45459553f020334f7065a32e028d6b9,0,0,0,0,0,
+20200531,TN,23006,412971,,,1750,,,,,15300,B,5/30/2020 15:00,2020-05-30T15:00:00Z,05/30 11:00,364,1750,2020-05-30T15:00:00Z,47,440,8491,435977,435977,8931,435977,0,18,91b6b141b34d3a6add9fb660c716197a415c516a,0,0,0,0,0,
+20200531,TX,64287,887578,,1684,,,,,,42423,B,5/31/2020 16:30,2020-05-31T16:30:00Z,05/31 12:30,1672,,2020-05-31T16:30:00Z,48,1949,21399,951865,951865,23348,951865,46,0,b7d0c9bf1c6f626dca7f5dbf27134ad186f19e51,0,0,0,0,0,
+20200531,UT,9797,204117,,142,775,,242,,102,6137,B,5/31/2020 15:00,2020-05-31T15:00:00Z,05/31 11:00,113,775,2020-05-31T15:00:00Z,49,264,3545,213914,213914,3809,213914,1,12,a8c07c00457cbb7003e4ff4e32c25759c3ebb6e7,0,0,0,0,0,
+20200531,VA,44607,270784,500,1458,7326,371,,196,,5868,A+,5/30/2020 17:00,2020-05-30T17:00:00Z,05/30 13:00,1375,7326,2020-05-30T17:00:00Z,51,996,8883,315891,315391,9879,315391,5,110,0610fd761b3f3f47aafb750eaa0026d8a11e1703,0,0,0,0,0,
+20200531,VI,69,1633,19,,,,,,,61,C,5/31/2020 06:19,2020-05-31T06:19:00Z,05/31 02:19,6,,2020-05-31T06:19:00Z,78,0,0,1721,1702,0,1702,0,0,8ff0099cb92d9880b3354311932a952da0234bae,0,0,0,0,0,
+20200531,VT,981,32989,,18,,,,,,873,B,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,55,,2020-05-31T00:00:00Z,50,4,1299,33970,33970,1303,33970,0,0,44b2dbb2b868d71e1ff5096cb9a3d5ae6435338b,0,0,0,0,0,
+20200531,WA,22357,355080,,266,3480,,,67,,,B,5/31/2020 02:59,2020-05-31T02:59:00Z,05/30 22:59,1118,3480,2020-05-31T02:59:00Z,53,84,2165,377437,377437,2249,377437,7,25,b0aadee4b4a142a524520f879cc0c52e694e52ab,0,0,0,0,0,
+20200531,WI,18403,250103,211,625,2583,133,585,,,11646,A+,5/31/2020 16:00,2020-05-31T16:00:00Z,05/31 12:00,592,2583,2020-05-31T16:00:00Z,55,173,7195,268717,268506,7368,268506,4,20,7bc6f3dd5bf08595a760efb0eb3daa78ee787490,0,0,0,0,0,
+20200531,WV,2010,95612,,33,,14,,8,,1303,B,5/31/2020 17:00,2020-05-31T17:00:00Z,05/31 13:00,75,,2020-05-31T17:00:00Z,54,36,1696,97622,97622,1732,97622,0,0,5dd98fabb0c3bec46f1b7d884812362a4e28937d,0,0,0,0,0,
+20200531,WY,903,23490,,13,85,,,,,658,C,5/31/2020 00:00,2020-05-31T00:00:00Z,05/30 20:00,16,85,2020-05-31T00:00:00Z,56,5,305,24393,24393,310,24393,0,0,cf40de5601c44c5c4582bd2b3b5483004906e01d,0,0,0,0,0,
+20200530,AK,434,51261,,14,,,,2,,368,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,10,,2020-05-30T00:00:00Z,02,4,2252,51695,51695,2256,51695,0,0,e723ac609366457a95502d8d07dd4be31472d9fb,0,0,0,0,0,
+20200530,AL,17359,194842,,,1826,,583,,349,9355,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,618,1826,2020-05-30T00:00:00Z,01,536,2782,212201,212201,3318,212201,13,26,233b94b37f0d7df8361ee04ea4dfb22665c10105,0,0,0,0,0,
+20200530,AR,7013,119484,,104,702,,,26,123,5166,A,5/30/2020 15:13,2020-05-30T15:13:00Z,05/30 11:13,133,702,2020-05-30T15:13:00Z,05,475,6254,126497,126497,6729,126497,8,35,f044f7cf6cda2deab27f0b8ca4bf432f0ee8a77a,0,0,0,0,0,
+20200530,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,f93cc7ebbba3fb8e8ce6f017f881d1f787f7214c,0,0,0,0,0,
+20200530,AZ,19255,197792,,975,2980,386,,241,,4657,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,903,2980,2020-05-30T00:00:00Z,04,790,6444,217047,217047,7234,217047,18,69,a833aa616e015e74a2711ff5cdee925ba8f3c2d8,0,0,0,0,0,
+20200530,CA,106878,1781717,,4215,,1273,,,,,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,4156,,2020-05-30T00:00:00Z,06,2992,50125,1888595,1888595,53117,1888595,88,0,dae75ce7d6216ab4ef544b383f09ed44f256e42c,0,0,0,0,0,
+20200530,CO,25613,150128,,421,4307,,,,,3859,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,1436,4307,2020-05-30T00:00:00Z,08,492,6290,175741,175741,6782,175741,15,53,066bfe8e4dd6ad6405de0a5bb3cb4922d250389f,0,0,0,0,0,
+20200530,CT,42022,204913,,533,12538,,,,,7127,B,5/29/2020 20:30,2020-05-29T20:30:00Z,05/29 16:30,3912,12538,2020-05-29T20:30:00Z,09,260,5282,246935,246935,5542,246935,44,0,e6f527efaa1add173ef320512d8e7c24f8c51f6e,0,0,0,0,0,
+20200530,DC,8717,36912,,317,,109,,66,,1100,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,462,,2020-05-29T00:00:00Z,11,179,1592,45629,45629,1771,45629,2,0,f3e7b9fd49aa2f2b340239037a88a8cd5c137632,0,0,0,0,0,
+20200530,DE,9422,49907,,174,,,,,,5205,A,5/29/2020 18:00,2020-05-29T18:00:00Z,05/29 14:00,361,,2020-05-29T18:00:00Z,10,186,1610,59329,59329,1796,59329,5,0,8bfdc4234dea269b10d9669c8ab9bf8009ce32bb,0,0,0,0,0,
+20200530,FL,55424,939544,0,,10375,,,,,,A,5/30/2020 11:24,2020-05-30T11:24:00Z,05/30 07:24,2530,10375,2020-05-30T11:24:00Z,12,927,10802,994968,994968,11729,994968,35,132,a467728463e5a274e227e886f78d48f2e5765904,0,0,0,0,0,
+20200530,GA,46286,408552,,850,7921,,1790,,,,A,5/30/2020 13:00,2020-05-30T13:00:00Z,05/30 09:00,2003,7921,2020-05-30T13:00:00Z,13,616,3951,454838,454838,4567,454838,29,69,e76045b3cd6daf203ef64fe0e4c0458ad20f392f,0,0,0,0,0,
+20200530,GU,173,5929,,,,,,,,144,C,5/30/2020 03:05,2020-05-30T03:05:00Z,05/29 23:05,5,,2020-05-30T03:05:00Z,66,1,6,6102,6102,7,6102,0,0,3c348825a0ea943005054161f07bd041fab82e18,0,0,0,0,0,
+20200530,HI,649,53365,,,83,,,,,605,D,5/29/2020 18:00,2020-05-29T18:00:00Z,05/29 14:00,17,83,2020-05-29T18:00:00Z,15,2,1188,54014,54014,1190,54014,0,0,b7ed0be11ce437ff3b5d842a77ec3099bc1d7ce2,0,0,0,0,0,
+20200530,IA,19244,131179,,368,,118,,69,,11019,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,531,,2020-05-30T00:00:00Z,19,318,2785,150423,150423,3103,150423,9,0,799ca3717a23b7952fc0c869391cf79a72a84464,0,0,0,0,0,
+20200530,ID,2803,42621,,,240,,96,,,2225,A,5/29/2020 19:00,2020-05-29T19:00:00Z,05/29 15:00,82,240,2020-05-29T19:00:00Z,16,34,629,45424,45424,663,45424,0,2,04c8261169249ba6ab6de576955d68547d2b01bc,0,0,0,0,0,
+20200530,IL,118917,758188,,3336,,925,,661,,,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,5330,,2020-05-30T00:00:00Z,17,1462,23881,877105,877105,25343,877105,60,0,bd3df55e355d07fbca565bf597f0f6a06bf7b24f,0,0,0,0,0,
+20200530,IN,34211,222184,,1149,5285,412,1166,161,,,A+,5/29/2020 23:59,2020-05-29T23:59:00Z,05/29 19:59,2125,5285,2020-05-29T23:59:00Z,18,653,7029,256395,256395,7682,256395,15,0,ddf9bbd745b28d64cd3e999f147932ad4fb918d2,0,0,0,0,0,
+20200530,KS,9719,85230,,,842,,284,,124,547,A,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,208,842,2020-05-29T10:00:00Z,20,0,0,94949,94949,0,94949,0,0,039942670d7852e36313440fd8e9893705542d09,0,0,0,0,0,
+20200530,KY,9464,198731,,499,2266,81,940,,,3231,A,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,418,2266,2020-05-29T17:00:00Z,21,280,-13359,208195,208195,-13079,208195,9,86,1d4a556302fbdfdf60b8b5555cc847eabc41ed38,0,0,0,0,0,
+20200530,LA,39577,329242,,674,,,,84,,28700,B,5/30/2020 13:00,2020-05-30T13:00:00Z,05/30 09:00,2785,,2020-05-30T13:00:00Z,22,775,13017,368819,368819,13792,368819,19,0,efce2725615bb0236a164a4e01585d72ddb18894,0,0,0,0,0,
+20200530,MA,96301,486218,,1904,9789,453,,,,,A,5/30/2020 10:00,2020-05-30T10:00:00Z,05/30 06:00,6768,9789,2020-05-30T10:00:00Z,25,789,9985,582519,582519,10774,582519,50,64,541df2d6418cfb83d078719e2e62829cd9ddb228,0,0,0,0,0,
+20200530,MD,52015,241931,,1239,8619,492,,,,3649,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,2562,8619,2020-05-30T00:00:00Z,24,1027,8401,293946,293946,9428,293946,24,140,bbb81a8de91a0f062acdf3a800d238e133e40e02,0,0,0,0,0,
+20200530,ME,2282,47284,,46,272,18,,11,,1505,B,5/29/2020 23:59,2020-05-29T23:59:00Z,05/29 19:59,89,272,2020-05-29T23:59:00Z,23,56,3804,49566,49566,3860,49566,4,2,74f793116080a2df0ce28a6e01de8a4dc8ee52f3,0,0,0,0,0,
+20200530,MI,56884,481928,,774,,371,,250,,38099,A+,5/30/2020 11:00,2020-05-30T11:00:00Z,05/30 07:00,5463,,2020-05-30T11:00:00Z,26,263,16942,538812,538812,17205,538812,57,0,fc5aa1bad9154623351ce9e38d7105a0be95b6c2,0,0,0,0,0,
+20200530,MN,24190,218318,,589,3011,263,960,,,17864,A,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,1036,3011,2020-05-29T17:00:00Z,27,659,7976,242508,242508,8635,242508,30,75,7f8db2d1220be8422d2d2aa10367dfa97114ae9e,0,0,0,0,0,
+20200530,MO,12962,172468,,679,,,,85,,,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,771,,2020-05-30T00:00:00Z,29,167,7413,185430,185430,7580,185430,33,0,62cf5403562f31bf1b2dc21b3691aeb16c4d46c6,0,0,0,0,0,
+20200530,MP,22,5986,,,,,,,,15,D,5/29/2020 20:27,2020-05-29T20:27:00Z,05/29 16:27,2,,2020-05-29T20:27:00Z,69,0,324,6008,6008,324,6008,0,0,153f4b4b8455e6352a11e1cfd14c33c3f7ca4984,0,0,0,0,0,
+20200530,MS,15229,150703,,593,2240,145,,92,,9401,A,5/29/2020 19:00,2020-05-29T19:00:00Z,05/29 15:00,723,2240,2020-05-29T19:00:00Z,28,439,-815,165932,165932,-376,165932,13,32,1eeb23ddc156a11ba4485a63038cb5038dd491e0,0,0,0,0,0,
+20200530,MT,505,38779,,2,67,,,,,448,C,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,17,67,2020-05-30T00:00:00Z,30,12,743,39284,39284,755,39284,0,0,895c80a9ebfe66e7df0507b84917d5cb42ed4887,0,0,0,0,0,
+20200530,NC,27673,376484,,638,,,,,,14954,A,5/30/2020 11:20,2020-05-30T11:20:00Z,05/30 07:20,877,,2020-05-30T11:20:00Z,37,1185,11741,404157,404157,12926,404157,18,0,492d56ac01d2fce7ac3e56d02c0cf1cdd1852182,0,0,0,0,0,
+20200530,ND,2554,68427,,34,165,,,,,1943,C,5/30/2020 15:11,2020-05-30T15:11:00Z,05/30 11:11,60,165,2020-05-30T15:11:00Z,38,34,1494,70981,70981,1528,70981,1,1,b668de31fd33677a1c4b1243158167653ebccfa4,0,0,0,0,0,
+20200530,NE,13654,85354,,,,,,,,,D,5/29/2020 19:45,2020-05-29T19:45:00Z,05/29 15:45,170,,2020-05-29T19:45:00Z,31,393,3812,99008,99008,4205,99008,6,0,f64ec13d2a8ecb548743a857f97971617216301d,0,0,0,0,0,
+20200530,NH,4492,64468,960,105,440,,120,,,2802,B,5/29/2020 09:00,2020-05-29T09:00:00Z,05/29 05:00,238,440,2020-05-29T09:00:00Z,33,106,1992,69920,68960,2098,68960,6,2,af1589fa734b10a71b007470460b06fb139a90e9,0,0,0,0,0,
+20200530,NJ,159608,585700,,2626,17121,672,,499,,26301,A+,5/30/2020 13:00,2020-05-30T13:00:00Z,05/30 09:00,11634,17121,2020-05-30T13:00:00Z,34,764,28133,745308,745308,28897,745308,103,161,d9a5a90d49d07b83a8bfeea56065ef6433ad54c7,0,0,0,0,0,
+20200530,NM,7493,180768,,193,1317,,,,,2728,C,5/29/2020 17:56,2020-05-29T17:56:00Z,05/29 13:56,344,1317,2020-05-29T17:56:00Z,35,129,4588,188261,188261,4717,188261,9,0,5ea3368f53f15542af163946c6e0f01cbb57c375,0,0,0,0,0,
+20200530,NV,8495,130037,,371,,92,,42,,428,A+,5/30/2020 10:30,2020-05-30T10:30:00Z,05/30 06:30,417,,2020-05-30T10:30:00Z,32,145,3971,138532,138532,4116,138532,7,0,25eda956dc8658ee5159bdcb1c52f166470b2f56,0,0,0,0,0,
+20200530,NY,369660,1635721,,3619,89400,1124,,857,,65609,A,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,23848,89400,2020-05-30T00:00:00Z,36,1376,59875,2005381,2005381,61251,2005381,68,206,05bcef7343bd6d7a2aba35c8b142cc963d010993,0,0,0,0,0,
+20200530,OH,35034,346913,,806,6011,339,1548,219,,,B,5/30/2020 14:00,2020-05-30T14:00:00Z,05/30 10:00,2149,6011,2020-05-30T14:00:00Z,39,468,11589,381947,381947,12057,381947,18,64,60e92b5dc312951ef66f2b693e6f2bceff652a48,0,0,0,0,0,
+20200530,OK,6418,186700,,154,982,65,,,,5435,A+,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,334,982,2020-05-30T00:00:00Z,40,80,5640,193118,193118,5720,193118,5,0,90628ffda51696a04009fc8db29fee0e572c501a,0,0,0,0,0,
+20200530,OR,4185,122610,,131,778,32,,17,,2137,A+,5/30/2020 03:01,2020-05-30T03:01:00Z,05/29 23:01,153,778,2020-05-30T03:01:00Z,41,54,4060,126795,126795,4114,126795,2,7,9504ac5621a532c1a03785a7e30b661af28c346f,0,0,0,0,0,
+20200530,PA,72031,375741,,1352,,,,295,,47133,A,5/30/2020 12:30,2020-05-30T12:30:00Z,05/30 08:30,5537,,2020-05-30T12:30:00Z,42,692,8771,447772,447772,9463,447772,73,0,ee04a073b23f8d36dbe2f55637b4465f3a07b31c,0,0,0,0,0,
+20200530,PR,3718,,,106,,6,,5,,,B,5/30/2020 04:51,2020-05-30T04:51:00Z,05/30 00:51,133,,2020-05-30T04:51:00Z,72,71,0,3718,3718,71,3718,1,0,442cbb776014ad3734ec8c57b85ff4c5e78d082d,0,0,0,0,0,
+20200530,RI,14819,135498,,219,1682,50,,32,,1225,A+,5/30/2020 12:00,2020-05-30T12:00:00Z,05/30 08:00,711,1682,2020-05-30T12:00:00Z,44,184,3778,150317,150317,3962,150317,18,22,a8739e28b1aa7d03f34bfc5e0899279780284662,0,0,0,0,0,
+20200530,SC,11394,178125,,387,1634,,,,,6459,A,5/29/2020 15:30,2020-05-29T15:30:00Z,05/29 11:30,487,1634,2020-05-29T15:30:00Z,45,263,999,189519,189519,1262,189519,4,0,fb8899ac687403ec43407d513b12e714ead6c9b8,0,0,0,0,0,
+20200530,SD,4960,37978,,93,427,,,,,3805,B,5/29/2020 18:00,2020-05-29T18:00:00Z,05/29 14:00,62,427,2020-05-29T18:00:00Z,46,94,2162,42938,42938,2256,42938,3,9,645c0da97d6f49da7820cdccf00b03b410fb5863,0,0,0,0,0,
+20200530,TN,22566,404480,,,1732,,,,,15193,B,5/30/2020 15:00,2020-05-30T15:00:00Z,05/30 11:00,364,1732,2020-05-30T15:00:00Z,47,481,4598,427046,427046,5079,427046,4,22,0ee98e4fba527bb9510a6608e7d31bef9fdb6d23,0,0,0,0,0,
+20200530,TX,62338,866179,,1752,,,,,,40068,B,5/29/2020 16:45,2020-05-29T16:45:00Z,05/29 12:45,1626,,2020-05-29T16:45:00Z,48,1332,33910,928517,928517,35242,928517,0,0,2b89e74eac7b0eaeea0fd87ca707af2c88926786,0,0,0,0,0,
+20200530,UT,9533,200572,,139,763,,241,,102,5995,B,5/30/2020 15:00,2020-05-30T15:00:00Z,05/30 11:00,112,763,2020-05-30T15:00:00Z,49,269,3981,210105,210105,4250,210105,5,10,03966516d9f3bbf5124a1fd74c4c4e97f22cb4ff,0,0,0,0,0,
+20200530,VA,43611,261901,481,1471,7216,372,,194,,5745,A+,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,1370,7216,2020-05-29T17:00:00Z,51,1078,6057,305993,305512,7135,305512,12,44,34cfd704d36d42de56754c115d8fed888222edfd,0,0,0,0,0,
+20200530,VI,69,1633,19,,,,,,,61,C,5/29/2020 16:58,2020-05-29T16:58:00Z,05/29 12:58,6,,2020-05-29T16:58:00Z,78,0,0,1721,1702,0,1702,0,0,c6d49aeb886056bb69bae62adac90062d0a6a2ce,0,0,0,0,0,
+20200530,VT,977,31690,,17,,,,,,865,B,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,55,,2020-05-30T00:00:00Z,50,2,780,32667,32667,782,32667,0,0,9603afa9d3dec52818f9e7a41d4bbff3fdf66233,0,0,0,0,0,
+20200530,WA,22273,352915,,319,3455,,,88,,,B,5/30/2020 02:59,2020-05-30T02:59:00Z,05/29 22:59,1111,3455,2020-05-30T02:59:00Z,53,114,3225,375188,375188,3339,375188,5,42,b5020055d74465f44cc6db4f923f3ebd3c1a6123,0,0,0,0,0,
+20200530,WI,18230,242908,208,617,2563,144,577,,,11338,A+,5/30/2020 16:00,2020-05-30T16:00:00Z,05/30 12:00,588,2563,2020-05-30T16:00:00Z,55,523,9320,261346,261138,9843,261138,20,64,87485b8bd68cbcb345f127cde3273b8c27a5066f,0,0,0,0,0,
+20200530,WV,1974,93916,,33,,14,,8,,1290,B,5/30/2020 10:00,2020-05-30T10:00:00Z,05/30 06:00,75,,2020-05-30T10:00:00Z,54,23,2490,95890,95890,2513,95890,1,0,43579c7324e446ce8877b3f93ff6dc5acf9fd071,0,0,0,0,0,
+20200530,WY,898,23185,,13,85,,,,,658,C,5/30/2020 00:00,2020-05-30T00:00:00Z,05/29 20:00,16,85,2020-05-30T00:00:00Z,56,7,807,24083,24083,814,24083,1,1,0492c7595a8a6ba98776efa256397939c1db0f95,0,0,0,0,0,
+20200529,AK,430,49009,,14,,,,1,,367,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,10,,2020-05-29T00:00:00Z,02,5,1464,49439,49439,1469,49439,0,0,413bd67129b54e4425e66297a0cd0e1b0ca4d016,0,0,0,0,0,
+20200529,AL,16823,192060,,,1800,,577,,344,9355,B,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,605,1800,2020-05-29T00:00:00Z,01,513,7889,208883,208883,8402,208883,15,35,4365aa6fd354ef7277f896ecbe9ee6b5d692a3dc,0,0,0,0,0,
+20200529,AR,6538,113230,,104,667,,,27,119,4583,A,5/28/2020 19:50,2020-05-28T19:50:00Z,05/28 15:50,125,667,2020-05-28T19:50:00Z,05,0,866,119768,119768,866,119768,5,27,2e1443b9c69c964eac4300d845be8b8104673635,0,0,0,0,0,
+20200529,AS,0,174,,,,,,,,,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,0,,2020-05-29T00:00:00Z,60,0,0,174,174,0,174,0,0,b7522a7b2935725670057a8664de3184102cea28,0,0,0,0,0,
+20200529,AZ,18465,191348,,931,2911,378,,238,,4551,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,885,2911,2020-05-29T00:00:00Z,04,702,6197,209813,209813,6899,209813,28,63,7ccc8870fa26066f8e5de4fd873156f3eacce25a,0,0,0,0,0,
+20200529,CA,103886,1731592,,4414,,1328,,,,,B,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,4068,,2020-05-29T00:00:00Z,06,2189,42730,1835478,1835478,44919,1835478,95,0,7c4a5bacc46e80ac7118cd395a7706127b251144,0,0,0,0,0,
+20200529,CO,25121,143838,,464,4254,,,,,3838,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,1421,4254,2020-05-29T00:00:00Z,08,354,5482,168959,168959,5836,168959,29,58,364da8dca4bfec5166d8568553ac979d7f5e92a3,0,0,0,0,0,
+20200529,CT,41762,199631,,577,12538,,,,,7127,B,5/28/2020 20:30,2020-05-28T20:30:00Z,05/28 16:30,3868,12538,2020-05-28T20:30:00Z,09,203,5665,241393,241393,5868,241393,42,0,a10bc3a83b3b88241fa0403d9ba7a208ae6963bb,0,0,0,0,0,
+20200529,DC,8538,35320,,338,,114,,65,,1089,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,460,,2020-05-28T00:00:00Z,11,46,298,43858,43858,344,43858,7,0,aebaa055114cb49b20b6c654f04ae8436af4700b,0,0,0,0,0,
+20200529,DE,9236,48297,,183,,,,,,5103,A,5/28/2020 18:00,2020-05-28T18:00:00Z,05/28 14:00,356,,2020-05-28T18:00:00Z,10,65,667,57533,57533,732,57533,11,0,d688895f0f1929e9b8f835727a986c3a86ae35a9,0,0,0,0,0,
+20200529,FL,54497,928742,1308,,10243,,,,,,A,5/29/2020 11:00,2020-05-29T11:00:00Z,05/29 07:00,2495,10243,2020-05-29T11:00:00Z,12,1212,30411,984547,983239,31623,983239,49,187,fcfe788a63ae2ad055bbba9c47b943c1b12e1735,0,0,0,0,0,
+20200529,GA,45670,404601,,889,7852,,1780,,,,A,5/29/2020 13:00,2020-05-29T13:00:00Z,05/29 09:00,1974,7852,2020-05-29T13:00:00Z,13,600,5025,450271,450271,5625,450271,12,85,8191b74b24e57e17efe0dd064806a88be20804b3,0,0,0,0,0,
+20200529,GU,172,5923,,,,,,,,144,C,5/29/2020 05:45,2020-05-29T05:45:00Z,05/29 01:45,5,,2020-05-29T05:45:00Z,66,0,133,6095,6095,133,6095,0,0,f7011c185536242d0d09c3be94912a7764476e1b,0,0,0,0,0,
+20200529,HI,647,52177,,,83,,,,,604,D,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,17,83,2020-05-28T00:00:00Z,15,3,982,52824,52824,985,52824,0,0,1434cae209fe0df7b5f87900fe233d2b5f8226e6,0,0,0,0,0,
+20200529,IA,18926,128394,,376,,117,,78,,10753,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,522,,2020-05-29T00:00:00Z,19,353,4034,147320,147320,4387,147320,18,0,c4035ff64792a25f2ee4e23399e04c9c29671812,0,0,0,0,0,
+20200529,ID,2769,41992,,,238,,96,,,2195,A,5/28/2020 19:00,2020-05-28T19:00:00Z,05/28 15:00,82,238,2020-05-28T19:00:00Z,16,38,848,44761,44761,886,44761,0,4,ea656310ccfaa0fca693f68eca0b4c98c1b3cfa2,0,0,0,0,0,
+20200529,IL,117455,734307,,3599,,980,,593,,,A,5/29/2020 00:59,2020-05-29T00:59:00Z,05/28 20:59,5270,,2020-05-29T00:59:00Z,17,1622,20174,851762,851762,21796,851762,84,0,273a5b1d3fcdf7d1cf67a0531c4ad8c62a74d3cd,0,0,0,0,0,
+20200529,IN,33558,215155,,1149,5285,412,1166,161,,,A+,5/28/2020 23:59,2020-05-28T23:59:00Z,05/28 19:59,2110,5285,2020-05-28T23:59:00Z,18,490,5936,248713,248713,6426,248713,42,0,08b0703507b5790baf980a4ea2469e28a0316d8c,0,0,0,0,0,
+20200529,KS,9719,85230,,,842,,284,,124,547,A,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,208,842,2020-05-29T10:00:00Z,20,382,10079,94949,94949,10461,94949,3,20,1cceb519f3b168417609c68e575818e605c610b2,0,0,0,0,0,
+20200529,KY,9184,212090,,494,2180,88,937,,,3181,A,5/28/2020 17:00,2020-05-28T17:00:00Z,05/28 13:00,409,2180,2020-05-28T17:00:00Z,21,107,39066,221274,221274,39173,221274,9,38,9db63ae20a85c1fb9269a18c26fefd4bb84de8af,0,0,0,0,0,
+20200529,LA,38802,316225,,714,,,,90,,28700,B,5/29/2020 13:00,2020-05-29T13:00:00Z,05/29 09:00,2766,,2020-05-29T13:00:00Z,22,0,0,355027,355027,0,355027,26,0,bcc9719128cc599aa3ef4ca3fc289ffce79f3dbf,0,0,0,0,0,
+20200529,MA,95512,476233,,1991,9725,485,,,,,A,5/29/2020 16:00,2020-05-29T16:00:00Z,05/29 12:00,6718,9725,2020-05-29T16:00:00Z,25,617,8805,571745,571745,9422,571745,78,107,538f76968bd3b773209eb425792c1d7dbb9c67e3,0,0,0,0,0,
+20200529,MD,50988,233530,,1296,8479,507,,,,3571,B,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,2538,8479,2020-05-29T10:00:00Z,24,1279,8381,284518,284518,9660,284518,37,87,3c0aaa9678c9d8db4f1d368cf2042f597ac88708,0,0,0,0,0,
+20200529,ME,2226,43480,,53,270,18,,12,,1458,B,5/28/2020 23:59,2020-05-28T23:59:00Z,05/28 19:59,85,270,2020-05-28T23:59:00Z,23,37,0,45706,45706,37,45706,1,6,36092df57e58640392364361ec6534c8d4fb46ce,0,0,0,0,0,
+20200529,MI,56621,464986,,774,,371,,250,,33168,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,5406,,2020-05-29T00:00:00Z,26,607,16542,521607,521607,17149,521607,34,0,782b570f97a3a92ce22ae9d1b6246e4f7d0af177,0,0,0,0,0,
+20200529,MN,23531,210342,,592,2936,259,938,,,16930,A,5/28/2020 17:00,2020-05-28T17:00:00Z,05/28 13:00,1006,2936,2020-05-28T17:00:00Z,27,584,8081,233873,233873,8665,233873,29,56,71955f3ceec620884571ee9d309ed21fb272782c,0,0,0,0,0,
+20200529,MO,12795,165055,,650,,,,85,,,B,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,738,,2020-05-29T00:00:00Z,29,122,6661,177850,177850,6783,177850,31,0,ad82b83443206b759d54498e22a3171b6e26f6b4,0,0,0,0,0,
+20200529,MP,22,5662,,,,,,,,13,D,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,2,,2020-05-29T00:00:00Z,69,0,261,5684,5684,261,5684,0,0,c37876d2b63a9b08d1b07b4793432dd66e7fede2,0,0,0,0,0,
+20200529,MS,14790,151518,,584,2208,121,,77,,9401,A,5/28/2020 19:00,2020-05-28T19:00:00Z,05/28 15:00,710,2208,2020-05-28T19:00:00Z,28,418,9393,166308,166308,9811,166308,17,61,ffb9f8fabeaa0f3710dc76510290a983ae7fa6cf,0,0,0,0,0,
+20200529,MT,493,38036,,2,67,,,,,448,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,17,67,2020-05-29T00:00:00Z,30,8,1728,38529,38529,1736,38529,0,1,b99ec5ccecd80aafcde47e04c775dc91d0de62c3,0,0,0,0,0,
+20200529,NC,26488,364743,,680,,,,,,14954,A,5/29/2020 10:55,2020-05-29T10:55:00Z,05/29 06:55,859,,2020-05-29T10:55:00Z,37,1076,14963,391231,391231,16039,391231,32,0,bc11158930945c6be36a1121122429328f5bfe64,0,0,0,0,0,
+20200529,ND,2520,66933,,36,164,,,,,1882,C,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,59,164,2020-05-29T00:00:00Z,38,39,1160,69453,69453,1199,69453,2,3,f952bbca1ea4ee6b754d0205e15e9ca896280ca2,0,0,0,0,0,
+20200529,NE,13261,81542,,,,,,,,,D,5/28/2020 19:45,2020-05-28T19:45:00Z,05/28 15:45,164,,2020-05-28T19:45:00Z,31,285,1538,94803,94803,1823,94803,1,0,c2e664147a68dad363a32620f010c6c9e2790118,0,0,0,0,0,
+20200529,NH,4386,62476,891,110,438,,120,,,2730,B,5/28/2020 09:00,2020-05-28T09:00:00Z,05/28 05:00,232,438,2020-05-28T09:00:00Z,33,100,1166,67753,66862,1266,66862,9,12,e60db569f6acbcd3563c3d57cf5322697fbf7c79,0,0,0,0,0,
+20200529,NJ,158844,557567,,2707,16960,720,,544,,26084,A+,5/29/2020 13:00,2020-05-29T13:00:00Z,05/29 09:00,11531,16960,2020-05-29T13:00:00Z,34,1029,29525,716411,716411,30554,716411,130,182,4a51aa2d3e1b86b704fda377eb852106862f39b4,0,0,0,0,0,
+20200529,NM,7364,176180,,196,1317,,,,,2684,C,5/28/2020 19:30,2020-05-28T19:30:00Z,05/28 15:30,335,1317,2020-05-28T19:30:00Z,35,112,3889,183544,183544,4001,183544,6,35,3ad8a79ffcf4541e021f76a0c8102bf8f6ab65d1,0,0,0,0,0,
+20200529,NV,8350,126066,,371,,92,,42,,428,A+,5/29/2020 12:30,2020-05-29T12:30:00Z,05/29 08:30,410,,2020-05-29T12:30:00Z,32,142,3084,134416,134416,3226,134416,4,0,b5e2c575cc987c5e83f7e0fa09c81f18a863494f,0,0,0,0,0,
+20200529,NY,368284,1575846,,3781,89194,1164,,889,,65289,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,23780,89194,2020-05-29T00:00:00Z,36,1551,65790,1944130,1944130,67341,1944130,58,152,b0e919eee040b251f92631b87a5bdefbccf1729b,0,0,0,0,0,
+20200529,OH,34566,335324,,833,5947,326,1533,222,,,B,5/29/2020 14:00,2020-05-29T14:00:00Z,05/29 10:00,2131,5947,2020-05-29T14:00:00Z,39,651,9227,369890,369890,9878,369890,33,136,79c35fe4e0fe416544eefca1d05a499a268a8718,0,0,0,0,0,
+20200529,OK,6338,181060,,160,982,68,,,,5340,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,329,982,2020-05-29T00:00:00Z,40,68,4924,187398,187398,4992,187398,3,7,f6fd5730bfa6ea1f7fdf8358bfabe6cdefdf9049,0,0,0,0,0,
+20200529,OR,4131,118550,,155,771,36,,21,,1981,A+,5/29/2020 03:01,2020-05-29T03:01:00Z,05/28 23:01,151,771,2020-05-29T03:01:00Z,41,45,2989,122681,122681,3034,122681,0,3,7a8504987e93ae0ec869b602ada81e953b357ca7,0,0,0,0,0,
+20200529,PA,71339,366970,,1445,,,,313,,46370,A,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,5464,,2020-05-29T00:00:00Z,42,1297,9166,438309,438309,10463,438309,91,0,2f2c8ae0a17c09c11bd71c66e9f3ca2d7e907a2f,0,0,0,0,0,
+20200529,PR,3647,,,101,,12,,5,,,B,5/29/2020 05:51,2020-05-29T05:51:00Z,05/29 01:51,132,,2020-05-29T05:51:00Z,72,161,0,3647,3647,161,3647,1,0,813f464c96556cb566229a3b344a4e32f228625b,0,0,0,0,0,
+20200529,RI,14635,131720,,219,1660,47,,33,,1206,A+,5/29/2020 12:00,2020-05-29T12:00:00Z,05/29 08:00,693,1660,2020-05-29T12:00:00Z,44,141,5849,146355,146355,5990,146355,16,21,fa26a71a9f3ce901059f324716746d0b0549e7a4,0,0,0,0,0,
+20200529,SC,11131,177126,,399,1634,,,,,6459,A,5/29/2020 15:30,2020-05-29T15:30:00Z,05/29 11:30,483,1634,2020-05-29T15:30:00Z,45,343,5665,188257,188257,6008,188257,13,16,4c1ede7f75776fb70e0e2a25d9a997b4f9263312,0,0,0,0,0,
+20200529,SD,4866,35816,,95,418,,,,,3744,B,5/28/2020 18:00,2020-05-28T18:00:00Z,05/28 14:00,59,418,2020-05-28T18:00:00Z,46,73,1583,40682,40682,1656,40682,5,12,96405303b24b79ef62b122d841004c39148e954c,0,0,0,0,0,
+20200529,TN,22085,399882,,,1710,,,,,14965,B,5/29/2020 15:00,2020-05-29T15:00:00Z,05/29 11:00,360,1710,2020-05-29T15:00:00Z,47,406,5572,421967,421967,5978,421967,4,21,c01d2638f5f383feddc9c49761e1460192981eee,0,0,0,0,0,
+20200529,TX,61006,832269,,1701,,,,,,40068,B,5/28/2020 16:30,2020-05-28T16:30:00Z,05/28 12:30,1626,,2020-05-28T16:30:00Z,48,1230,18827,893275,893275,20057,893275,25,0,ff58986d8a76b6237fe6c3396e50343e30dfa080,0,0,0,0,0,
+20200529,UT,9264,196591,,135,753,,237,,102,5813,B,5/29/2020 10:19,2020-05-29T10:19:00Z,05/29 06:19,107,753,2020-05-29T10:19:00Z,49,343,2005,205855,205855,2348,205855,1,19,866c5bd43563b428e9a8c63f842a9516f19699ee,0,0,0,0,0,
+20200529,VA,42533,255844,525,1524,7172,373,,193,,5648,A+,5/29/2020 17:00,2020-05-29T17:00:00Z,05/29 13:00,1358,7172,2020-05-29T17:00:00Z,51,1132,9964,298902,298377,11096,298377,20,198,a8d09ef3c4738e0d5f404926a335ecda720fbb5e,0,0,0,0,0,
+20200529,VI,69,1633,19,,,,,,,61,C,5/29/2020 16:58,2020-05-29T16:58:00Z,05/29 12:58,6,,2020-05-29T16:58:00Z,78,0,16,1721,1702,16,1702,0,0,5fd6d2f11293dc2406d2bf8c5fb8b8c2adb0dd92,0,0,0,0,0,
+20200529,VT,975,30910,,14,,,,,,859,B,5/29/2020 10:21,2020-05-29T10:21:00Z,05/29 06:21,55,,2020-05-29T10:21:00Z,50,1,732,31885,31885,733,31885,0,0,5f5269ecad37c0ec5067ac46c3c5f03aa807ca50,0,0,0,0,0,
+20200529,WA,22159,349690,,317,3413,,,85,,,B,5/29/2020 02:59,2020-05-29T02:59:00Z,05/28 22:59,1106,3413,2020-05-29T02:59:00Z,53,207,6078,371849,371849,6285,371849,11,19,c0b8fcf1f7de38b8c2ab88108333622f0f8714f8,0,0,0,0,0,
+20200529,WI,17707,233588,235,658,2499,145,567,,,10880,A+,5/29/2020 00:00,2020-05-29T00:00:00Z,05/28 20:00,568,2499,2020-05-29T00:00:00Z,55,733,12869,251530,251295,13602,251295,18,47,d8ca560ac57984377d4ea1e02fa120651358e775,0,0,0,0,0,
+20200529,WV,1951,91426,,33,,14,,8,,1241,B,5/29/2020 10:00,2020-05-29T10:00:00Z,05/29 06:00,74,,2020-05-29T10:00:00Z,54,45,3017,93377,93377,3062,93377,0,0,46ca3c61707fefff7ebfa10d9d8bedf90ac31818,0,0,0,0,0,
+20200529,WY,891,22378,,13,84,,,,,634,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,15,84,2020-05-28T00:00:00Z,56,17,92,23269,23269,109,23269,0,2,c19a6f17186b849566d5836d65360061c43cde76,0,0,0,0,0,
+20200528,AK,425,47545,,10,,,,,,366,B,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,10,,2020-05-28T00:00:00Z,02,13,1594,47970,47970,1607,47970,0,0,393a1fe48de7e20a463471ef88e1eadf81dd81db,0,0,0,0,0,
+20200528,AL,16310,184171,,,1765,,566,,338,9355,B,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,590,1765,2020-05-28T00:00:00Z,01,467,4220,200481,200481,4687,200481,9,46,980185a41ec28edba516da1115fcfa360064026f,0,0,0,0,0,
+20200528,AR,6538,112364,,104,640,,,27,118,4583,A,5/27/2020 19:30,2020-05-27T19:30:00Z,05/27 15:30,120,640,2020-05-27T19:30:00Z,05,261,3045,118902,118902,3306,118902,0,13,5721f6162d2579788c0cd6d30364f40ae0f30ae0,0,0,0,0,0,
+20200528,AS,0,174,,,,,,,,,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,0,,2020-05-27T00:00:00Z,60,0,0,174,174,0,174,0,0,6214a9afa879f8217a08369b7b07c074379d4628,0,0,0,0,0,
+20200528,AZ,17763,185151,,945,2848,374,,222,,4452,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,857,2848,2020-05-28T00:00:00Z,04,501,6147,202914,202914,6648,202914,26,817,1b20ce94c4b18b6b128adf10d082a3e757bc2076,0,0,0,0,0,
+20200528,CA,101697,1688862,,4529,,1325,,,,,B,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,3973,,2020-05-28T00:00:00Z,06,2717,50948,1790559,1790559,53665,1790559,89,0,84300110176365d96ef73c556699fbea0580d6f6,0,0,0,0,0,
+20200528,CO,24767,138356,,464,4196,,,,,3783,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,1392,4196,2020-05-28T00:00:00Z,08,202,3501,163123,163123,3703,163123,40,36,19ee12d12537e9adada3a18a904eab9d8eff8c12,0,0,0,0,0,
+20200528,CT,41559,193966,,648,12538,,,,,7127,B,5/27/2020 20:30,2020-05-27T20:30:00Z,05/27 16:30,3826,12538,2020-05-27T20:30:00Z,09,256,9907,235525,235525,10163,235525,57,0,2f707b295091b8bf97cc4da808b45e9e029ec97e,0,0,0,0,0,
+20200528,DC,8492,35022,,343,,108,,65,,1082,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,453,,2020-05-27T00:00:00Z,11,86,731,43514,43514,817,43514,8,0,56e6a02b4c1e52bf855a69bb2dac9e0647f1ec03,0,0,0,0,0,
+20200528,DE,9171,47630,,192,,,,,,5010,A,5/27/2020 18:00,2020-05-27T18:00:00Z,05/27 14:00,345,,2020-05-27T18:00:00Z,10,75,1305,56801,56801,1380,56801,1,0,ec76f658f1cfcaafc9d7575c2b83516aa8d7e684,0,0,0,0,0,
+20200528,FL,53285,898331,1158,,10056,,,,,,A,5/28/2020 11:06,2020-05-28T11:06:00Z,05/28 07:06,2446,10056,2020-05-28T11:06:00Z,12,651,17394,952774,951616,18045,951616,46,157,ae35ddfc942fcab81d2bc8892cc677bf042994a0,0,0,0,0,0,
+20200528,GA,45070,399576,,903,7767,,1761,,,,A,5/28/2020 13:00,2020-05-28T13:00:00Z,05/28 09:00,1962,7767,2020-05-28T13:00:00Z,13,649,3241,444646,444646,3890,444646,55,101,936bb1548e39372c07397a004483890d6f38934b,0,0,0,0,0,
+20200528,GU,172,5790,,,,,,,,143,C,5/28/2020 07:45,2020-05-28T07:45:00Z,05/28 03:45,5,,2020-05-28T07:45:00Z,66,2,275,5962,5962,277,5962,0,0,1a0d8f483c237be55bbdcb93386ec731b840ec86,0,0,0,0,0,
+20200528,HI,644,51195,,,83,,,,,600,D,5/27/2020 18:00,2020-05-27T18:00:00Z,05/27 14:00,17,83,2020-05-27T18:00:00Z,15,1,636,51839,51839,637,51839,0,0,48718a5970423756af11cd41b7c4ea7b9e811f81,0,0,0,0,0,
+20200528,IA,18573,124360,,383,,112,,67,,10359,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,504,,2020-05-28T00:00:00Z,19,213,3194,142933,142933,3407,142933,13,0,c9f1b27bf8bcddac7e3a014d46033ae601eace9c,0,0,0,0,0,
+20200528,ID,2731,41144,,,234,,95,,,2185,A,5/27/2020 19:00,2020-05-27T19:00:00Z,05/27 15:00,82,234,2020-05-27T19:00:00Z,16,32,826,43875,43875,858,43875,1,3,2abc858fd89f6e63bce5877b1a0ab40ba7b3d04c,0,0,0,0,0,
+20200528,IL,115833,714133,,3649,,1009,,576,,,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,5186,,2020-05-28T00:00:00Z,17,1527,24466,829966,829966,25993,829966,103,0,8dddd0b7b0a83c39854e161be38f5fd2a082e89e,0,0,0,0,0,
+20200528,IN,33068,209219,,1131,5285,411,1166,178,,,A+,5/27/2020 23:59,2020-05-27T23:59:00Z,05/27 19:59,2068,5285,2020-05-27T23:59:00Z,18,631,6323,242287,242287,6954,242287,38,0,253768ca44eef1c78f2a0a7ef3af4491403bad89,0,0,0,0,0,
+20200528,KS,9337,75151,,,822,,275,,122,534,A,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,205,822,2020-05-27T10:00:00Z,20,0,0,84488,84488,0,84488,0,0,249c2617cb964189b880d47d24e0e18e476e2c62,0,0,0,0,0,
+20200528,KY,9077,173024,,512,2142,82,899,,,3124,A,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,400,2142,2020-05-27T17:00:00Z,21,0,0,182101,182101,0,182101,0,6,e53853e807d1d0869666c781bcef3683ca642e58,0,0,0,0,0,
+20200528,LA,38802,316225,,761,,,,100,,28700,B,5/28/2020 13:00,2020-05-28T13:00:00Z,05/28 09:00,2740,,2020-05-28T13:00:00Z,22,305,7075,355027,355027,7380,355027,18,0,039e103d923530dd20773d285eb6080a0eeebd93,0,0,0,0,0,
+20200528,MA,94895,467428,,2112,9618,529,,,,,A,5/28/2020 10:00,2020-05-28T10:00:00Z,05/28 06:00,6640,9618,2020-05-28T10:00:00Z,25,675,9504,562323,562323,10179,562323,93,126,f6e8da7e1a79dba9f98105967a4ff47822b97a52,0,0,0,0,0,
+20200528,MD,49709,225149,,1334,8392,511,,,,3468,B,5/28/2020 10:00,2020-05-28T10:00:00Z,05/28 06:00,2501,8392,2020-05-28T10:00:00Z,24,1286,11517,274858,274858,12803,274858,43,111,e025804200dc14ab5d85e2f2999ccfc53387b09d,0,0,0,0,0,
+20200528,ME,2189,43480,,58,264,22,,14,,1402,B,5/27/2020 23:59,2020-05-27T23:59:00Z,05/27 19:59,84,264,2020-05-27T23:59:00Z,23,52,0,45669,45669,52,45669,3,4,cb3b3c8e756a802bae9a55f55aa3bc1ac59d6cf1,0,0,0,0,0,
+20200528,MI,56014,448444,,860,,405,,251,,33168,A+,5/28/2020 11:00,2020-05-28T11:00:00Z,05/28 07:00,5372,,2020-05-28T11:00:00Z,26,406,9800,504458,504458,10206,504458,38,0,387a9b53b1d5b5e628dd3eadc84655dfde081df7,0,0,0,0,0,
+20200528,MN,22947,202261,,606,2880,242,924,,,16655,A,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,977,2880,2020-05-27T17:00:00Z,27,483,8193,225208,225208,8676,225208,35,84,7528dd46f66086f3fc75035afb0d5fc7fc8a2b5e,0,0,0,0,0,
+20200528,MO,12673,158394,,648,,,,88,,,B,5/28/2020 15:00,2020-05-28T15:00:00Z,05/28 11:00,707,,2020-05-28T15:00:00Z,29,181,5365,171067,171067,5546,171067,11,0,318d5b83a0be6ea6f242d19298e8044a985ae09b,0,0,0,0,0,
+20200528,MP,22,5401,,,,,,,,13,D,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,2,,2020-05-28T00:00:00Z,69,0,223,5423,5423,223,5423,0,0,0d9d159dc93a890b7b9d0c729816120e71999dab,0,0,0,0,0,
+20200528,MS,14372,142125,,594,2147,148,,78,,9401,A,5/27/2020 19:00,2020-05-27T19:00:00Z,05/27 15:00,693,2147,2020-05-27T19:00:00Z,28,328,8037,156497,156497,8365,156497,23,41,bb8f3c3f2e60bde60a510d328ceac2300ce88d57,0,0,0,0,0,
+20200528,MT,485,36308,,1,66,,,,,445,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,17,66,2020-05-28T00:00:00Z,30,4,1146,36793,36793,1150,36793,0,0,e1c7e9e11362405700b94fb5c6809ef6d43b96b5,0,0,0,0,0,
+20200528,NC,25412,349780,,708,,,,,,14954,A,5/28/2020 10:30,2020-05-28T10:30:00Z,05/28 06:30,827,,2020-05-28T10:30:00Z,37,784,10252,375192,375192,11036,375192,33,0,22f57ebd302e07a5e38c638e80b3d198d82beb8d,0,0,0,0,0,
+20200528,ND,2481,65773,,35,161,,,,,1793,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,57,161,2020-05-28T00:00:00Z,38,42,872,68254,68254,914,68254,1,0,1d8953858a30ffbcd2eb01c2f7e4a10c88513597,0,0,0,0,0,
+20200528,NE,12976,80004,,,,,,,,,D,5/26/2020 19:45,2020-05-26T19:45:00Z,05/26 15:45,163,,2020-05-26T19:45:00Z,31,357,2202,92980,92980,2559,92980,10,0,7c67df6e1f4b5528ad2a8d3d1330c9ce667f6a1d,0,0,0,0,0,
+20200528,NH,4286,61310,,105,426,,120,,,2691,B,5/27/2020 09:00,2020-05-27T09:00:00Z,05/27 05:00,223,426,2020-05-27T09:00:00Z,33,55,1309,65596,65596,1364,65596,9,5,44f85cc0577cf9d67dd90ecb2fa0a335228d159b,0,0,0,0,0,
+20200528,NJ,157815,528042,,2797,16778,740,,564,,25804,A+,5/28/2020 13:00,2020-05-28T13:00:00Z,05/28 09:00,11401,16778,2020-05-28T13:00:00Z,34,1187,24345,685857,685857,25532,685857,62,181,38d67494883ebb7fa7c2344fa731b290b8b28ef4,0,0,0,0,0,
+20200528,NM,7252,172291,,210,1282,,,,,2638,C,5/27/2020 18:19,2020-05-27T18:19:00Z,05/27 14:19,329,1282,2020-05-27T18:19:00Z,35,122,-1225,179543,179543,-1103,179543,4,0,9e4e177bb022f680d04d4544fc2deb1c17c7bc91,0,0,0,0,0,
+20200528,NV,8208,122982,,439,,123,,55,,406,A+,5/28/2020 12:30,2020-05-28T12:30:00Z,05/28 08:30,406,,2020-05-28T12:30:00Z,32,95,2536,131190,131190,2631,131190,10,0,8e57da06353a27ab45f6686dfdce4fa778709e38,0,0,0,0,0,
+20200528,NY,366733,1510056,,4010,89042,1219,,931,,64954,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,23722,89042,2020-05-28T00:00:00Z,36,1768,63477,1876789,1876789,65245,1876789,79,176,2b3f881001fcdbe5b745846ecfc18f01e10b40ec,0,0,0,0,0,
+20200528,OH,33915,326097,,812,5811,285,1516,190,,,B,5/28/2020 14:00,2020-05-28T14:00:00Z,05/28 10:00,2098,5811,2020-05-28T14:00:00Z,39,476,9811,360012,360012,10287,360012,54,111,e7d7dfcfeabf1ac3e6c381577099b2f3b5d2f5df,0,0,0,0,0,
+20200528,OK,6270,176136,,181,975,80,,,,5236,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,326,975,2020-05-28T00:00:00Z,40,41,3727,182406,182406,3768,182406,4,34,bc05fd2a1cbb7af48bc78d12a56dd68b98e02a72,0,0,0,0,0,
+20200528,OR,4086,115561,,149,768,32,,17,,1981,A+,5/28/2020 03:01,2020-05-28T03:01:00Z,05/27 23:01,151,768,2020-05-28T03:01:00Z,41,48,2607,119647,119647,2655,119647,3,9,f1d1d947ed7f4e11c115caec0584b2272b689dc0,0,0,0,0,0,
+20200528,PA,70042,357804,,1476,,,,321,,44826,A,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,5373,,2020-05-28T00:00:00Z,42,625,7814,427846,427846,8439,427846,108,0,01439cf6287374e852f5b006c7941b4c81cc6563,0,0,0,0,0,
+20200528,PR,3486,,,120,,12,,5,,,B,5/28/2020 06:30,2020-05-28T06:30:00Z,05/28 02:30,131,,2020-05-28T06:30:00Z,72,89,0,3486,3486,89,3486,2,0,297fca063b9554318020b8017379c724880e7427,0,0,0,0,0,
+20200528,RI,14494,125871,,222,1639,53,,36,,1186,A+,5/28/2020 12:00,2020-05-28T12:00:00Z,05/28 08:00,677,1639,2020-05-28T12:00:00Z,44,141,1841,140365,140365,1982,140365,22,15,c8b49ec7609a7437437e8953ed8d53499d30d7c1,0,0,0,0,0,
+20200528,SC,10788,171461,,397,1618,,,,,6102,A,5/27/2020 16:00,2020-05-27T16:00:00Z,05/27 12:00,470,1618,2020-05-27T16:00:00Z,45,165,6401,182249,182249,6566,182249,4,0,879313c06b1f740e0d493573f35738f1c9b139b4,0,0,0,0,0,
+20200528,SD,4793,34233,,105,406,,,,,3698,B,5/27/2020 18:00,2020-05-27T18:00:00Z,05/27 14:00,54,406,2020-05-27T18:00:00Z,46,83,937,39026,39026,1020,39026,0,15,1727aeff6b16b64194b695a0a61de00387f1e354,0,0,0,0,0,
+20200528,TN,21679,394310,,,1689,,,,,14632,B,5/28/2020 15:00,2020-05-28T15:00:00Z,05/28 11:00,356,1689,2020-05-28T15:00:00Z,47,373,5986,415989,415989,6359,415989,3,42,65858872e83bc1c2de2fd8f5f09038aa0bfc28a6,0,0,0,0,0,
+20200528,TX,59776,813442,,1692,,,,,,38905,B,5/28/2020 16:30,2020-05-28T16:30:00Z,05/28 12:30,1601,,2020-05-28T16:30:00Z,48,1855,15689,873218,873218,17544,873218,39,0,7829462ccf7288d38924b59d56b7b36bf11497d9,0,0,0,0,0,
+20200528,UT,8921,194586,,169,734,,231,,98,5623,B,5/28/2020 10:04,2020-05-28T10:04:00Z,05/28 06:04,106,734,2020-05-28T10:04:00Z,49,215,2666,203507,203507,2881,203507,1,18,9ada049ddd9d14f0e8d2c539c7048354f98a21b2,0,0,0,0,0,
+20200528,VA,41401,245880,476,1502,6974,416,,195,,5472,A+,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,1338,6974,2020-05-27T17:00:00Z,51,1152,9082,287757,287281,10234,287281,57,148,b8c8d2a5f1260bba0042e65ded8e2cd47205ce6b,0,0,0,0,0,
+20200528,VI,69,1617,22,,,,,,,61,C,5/28/2020 08:14,2020-05-28T08:14:00Z,05/28 04:14,6,,2020-05-28T08:14:00Z,78,0,175,1708,1686,175,1686,0,0,610a1d8f58f04c043e21960ef5b3b5c2b1cbe6a3,0,0,0,0,0,
+20200528,VT,974,30178,,17,,,,,,855,B,5/27/2020 05:00,2020-05-27T05:00:00Z,05/27 01:00,55,,2020-05-27T05:00:00Z,50,3,150,31152,31152,153,31152,1,0,e4ee43c4dade81228c0d300292eef5b41594671c,0,0,0,0,0,
+20200528,WA,21952,343612,,325,3394,,,94,,,B,5/27/2020 02:59,2020-05-27T02:59:00Z,05/26 22:59,1095,3394,2020-05-27T02:59:00Z,53,194,6067,365564,365564,6261,365564,17,56,89a15f8483296d507f26d5718b61f295d1179918,0,0,0,0,0,
+20200528,WI,16974,220719,250,659,2452,138,556,,,10384,A+,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,550,2452,2020-05-28T00:00:00Z,55,512,10114,237943,237693,10626,237693,11,41,6f9194a7dc0bdcb6bcc38fbb98ec8f68a98fc61d,0,0,0,0,0,
+20200528,WV,1906,88409,,35,,13,,6,,1211,B,5/28/2020 10:00,2020-05-28T10:00:00Z,05/28 06:00,74,,2020-05-28T10:00:00Z,54,39,1815,90315,90315,1854,90315,0,0,9033b441086b6fc343a63a1192e4f05650bde7a4,0,0,0,0,0,
+20200528,WY,874,22286,,15,82,,,,,624,C,5/28/2020 00:00,2020-05-28T00:00:00Z,05/27 20:00,15,82,2020-05-28T00:00:00Z,56,24,1634,23160,23160,1658,23160,2,0,a11be120392e04be5d9f512fd62c58bc0f915f73,0,0,0,0,0,
+20200527,AK,412,45951,,14,,,,,,364,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,10,,2020-05-27T00:00:00Z,02,1,1398,46363,46363,1399,46363,0,0,75e5b1526c21bb2eab294a94d7e8e92a58c69440,0,0,0,0,0,
+20200527,AL,15843,179951,,,1719,,560,,334,7951,B,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,581,1719,2020-05-27T00:00:00Z,01,447,1588,195794,195794,2035,195794,6,48,cc4f5c9848f55631facfe80b7da64a7a4a42fb4d,0,0,0,0,0,
+20200527,AR,6277,109319,,108,627,,,22,116,4424,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,120,627,2020-05-27T00:00:00Z,05,97,3726,115596,115596,3823,115596,1,10,7e29a0cc2011c7d776dfbb3afd6888a0a47815bf,0,0,0,0,0,
+20200527,AS,0,174,,,,,,,,,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,0,,2020-05-27T00:00:00Z,60,0,50,174,174,50,174,0,0,19ef4c5b2b06858f0035913be823b2daa42d6310,0,0,0,0,0,
+20200527,AZ,17262,179004,,911,2031,375,,237,,4361,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,831,2031,2020-05-27T00:00:00Z,04,479,5056,196266,196266,5535,196266,24,43,4ba558aa1860d0745c6fcfcf0e94315a91a6bc6c,0,0,0,0,0,
+20200527,CA,98980,1637914,,4544,,1407,,,,,B,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,3884,,2020-05-27T00:00:00Z,06,2247,38251,1736894,1736894,40498,1736894,70,0,05bc8f9c7d2b67cb0fd34a276ecf5bdc23a1923f,0,0,0,0,0,
+20200527,CO,24565,134855,,484,4160,,,,,3741,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,1352,4160,2020-05-26T00:00:00Z,08,296,3113,159420,159420,3409,159420,19,32,ff85c9131da5b6a114c573f2e5b487db0ab64897,0,0,0,0,0,
+20200527,CT,41303,184059,,694,12538,,,,,7127,B,5/25/2020 20:30,2020-05-25T20:30:00Z,05/25 16:30,3769,12538,2020-05-25T20:30:00Z,09,0,0,225362,225362,0,225362,0,0,437a630b1cbb1bd67c45b263aa4d38ef04756fd2,0,0,0,0,0,
+20200527,DC,8406,34291,,349,,113,,76,,1082,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,445,,2020-05-26T00:00:00Z,11,72,570,42697,42697,642,42697,5,0,e28a6975cf76e4d69d7c3624237b46eb4012e992,0,0,0,0,0,
+20200527,DE,9096,46325,,196,,,,,,4909,A,5/26/2020 18:00,2020-05-26T18:00:00Z,05/26 14:00,344,,2020-05-26T18:00:00Z,10,30,477,55421,55421,507,55421,9,0,bb53ec8572b75f69256d565a6ecc0f9a9fbc3278,0,0,0,0,0,
+20200527,FL,52634,880937,955,,9899,,,,,,A,5/27/2020 10:13,2020-05-27T10:13:00Z,05/27 06:13,2400,9899,2020-05-27T10:13:00Z,12,379,9968,934526,933571,10347,933571,62,159,b37ad05d17f398ccb8743bc9357dcef6ef736f26,0,0,0,0,0,
+20200527,GA,44421,396335,,907,7666,,1735,,,,A,5/27/2020 13:24,2020-05-27T13:24:00Z,05/27 09:24,1907,7666,2020-05-27T13:24:00Z,13,691,-74880,440756,440756,-74189,440756,36,119,6525e5f60db78d54d54fb627d40e92aba899a046,0,0,0,0,0,
+20200527,GU,170,5515,,1,,,,,,143,C,5/27/2020 08:15,2020-05-27T08:15:00Z,05/27 04:15,5,,2020-05-27T08:15:00Z,66,1,0,5685,5685,1,5685,0,0,5cf468044c41f54141b9376f015f347cf7cbc9fc,0,0,0,0,0,
+20200527,HI,643,50559,,,83,,,,,593,D,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,17,83,2020-05-26T00:00:00Z,15,0,831,51202,51202,831,51202,0,-1,56ddcbfd36c775b5b183613bee8b28b0729963e9,0,0,0,0,0,
+20200527,IA,18360,121166,,393,,109,,66,,10016,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,491,,2020-05-27T00:00:00Z,19,657,3865,139526,139526,4522,139526,13,0,3a487e06ee1a2d283f90af63070a1d9f8d0b3aad,0,0,0,0,0,
+20200527,ID,2699,40318,,,231,,95,,,2100,A,5/26/2020 19:00,2020-05-26T19:00:00Z,05/26 15:00,81,231,2020-05-26T19:00:00Z,16,73,1538,43017,43017,1611,43017,2,6,f7c6aa92ca20d1c32e96e88a1489fed6391b313c,0,0,0,0,0,
+20200527,IL,114306,689667,,3826,,1031,,592,,,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,5083,,2020-05-27T00:00:00Z,17,1111,16068,803973,803973,17179,803973,160,0,2eeda91c892e9425fabfc357a7e9f63d0a6901f6,0,0,0,0,0,
+20200527,IN,32437,202896,,1122,5285,400,1166,182,,,A+,5/26/2020 23:59,2020-05-26T23:59:00Z,05/26 19:59,2030,5285,2020-05-26T23:59:00Z,18,359,4225,235333,235333,4584,235333,26,0,13e4f8dacf49ab7435aa56faf165463faf2418b1,0,0,0,0,0,
+20200527,KS,9337,75151,,,822,,275,,122,534,A,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,205,822,2020-05-27T10:00:00Z,20,119,2970,84488,84488,3089,84488,17,22,ff5fb070dab20a8a146e1e4e0b60e6c095b0764b,0,0,0,0,0,
+20200527,KY,9077,173024,,489,2136,78,897,,,3124,A,5/27/2020 17:00,2020-05-27T17:00:00Z,05/27 13:00,400,2136,2020-05-27T17:00:00Z,21,506,11739,182101,182101,12245,182101,9,5,be8b05f9dc2a4aac10cedc0d438a24cfdf1417de,0,0,0,0,0,
+20200527,LA,38497,309150,,798,,,,100,,28700,B,5/27/2020 13:00,2020-05-27T13:00:00Z,05/27 09:00,2722,,2020-05-27T13:00:00Z,22,443,6178,347647,347647,6621,347647,21,0,6205b8dd79c7a80d929d251e906928488d2f369e,0,0,0,0,0,
+20200527,MA,94220,457924,,2106,9492,556,,,,,A,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,6547,9492,2020-05-27T10:00:00Z,25,527,6136,552144,552144,6663,552144,74,104,1691c3c2781d9e7f01625c5dd9295a29efbfc9ee,0,0,0,0,0,
+20200527,MD,48423,213632,,1338,8281,520,,,,3401,B,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,2458,8281,2020-05-27T10:00:00Z,24,736,6832,262055,262055,7568,262055,41,102,5edcb1d8d75e69fe1cefe6b8ae5425cef722d359,0,0,0,0,0,
+20200527,ME,2137,43480,,59,260,25,,14,,1357,B,5/26/2020 23:59,2020-05-26T23:59:00Z,05/26 19:59,81,260,2020-05-26T23:59:00Z,23,28,8030,45617,45617,8058,45617,2,2,bad55af30ddf100ba1165e9351d3808fb79b922e,0,0,0,0,0,
+20200527,MI,55608,438644,,882,,388,,272,,33168,A+,5/27/2020 11:00,2020-05-27T11:00:00Z,05/27 07:00,5334,,2020-05-27T11:00:00Z,26,504,9469,494252,494252,9973,494252,68,0,dff7015cc251cbd81d8f783c2ea9acc559a0153f,0,0,0,0,0,
+20200527,MN,22464,194068,,598,2796,260,902,,,16314,A,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,942,2796,2020-05-26T17:00:00Z,27,504,6130,216532,216532,6634,216532,34,87,3c2e2c99c1969622b414ca5d7c57a1f1a7c1be70,0,0,0,0,0,
+20200527,MO,12492,153029,,644,,,,84,,,B,5/27/2020 15:00,2020-05-27T15:00:00Z,05/27 11:00,696,,2020-05-27T15:00:00Z,29,201,5022,165521,165521,5223,165521,10,0,4821c499d9cdcc789e192304bdc26c7a1697d6ea,0,0,0,0,0,
+20200527,MP,22,5178,,,,,,,,13,D,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,2,,2020-05-27T00:00:00Z,69,0,260,5200,5200,260,5200,0,0,6f4dca818b6ea307b840f2377dba6dc9133d4746,0,0,0,0,0,
+20200527,MS,14044,134088,,547,2106,127,,73,,9401,A,5/26/2020 19:00,2020-05-26T19:00:00Z,05/26 15:00,670,2106,2020-05-26T19:00:00Z,28,313,0,148132,148132,313,148132,18,36,4e1207f057348a719a741228101ac92229540d46,0,0,0,0,0,
+20200527,MT,481,35162,,2,66,,,,,444,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,17,66,2020-05-27T00:00:00Z,30,2,1807,35643,35643,1809,35643,0,1,5658b0203c587cae9b786b7a398b4743f9074727,0,0,0,0,0,
+20200527,NC,24628,339528,,702,,,,,,14954,A,5/27/2020 11:00,2020-05-27T11:00:00Z,05/27 07:00,794,,2020-05-27T11:00:00Z,37,488,11337,364156,364156,11825,364156,28,0,c0f470b5ad6894843d9d09e29706d75f687d6fc8,0,0,0,0,0,
+20200527,ND,2439,64901,,40,161,,,,,1762,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,56,161,2020-05-27T00:00:00Z,38,17,469,67340,67340,486,67340,2,5,1c776dfcf576a09b18004eb0a3539f22f97d9da2,0,0,0,0,0,
+20200527,NE,12619,77802,,,,,,,,,D,5/26/2020 19:00,2020-05-26T19:00:00Z,05/26 15:00,153,,2020-05-26T19:00:00Z,31,264,2115,90421,90421,2379,90421,3,0,21bb3daa63d0ee9cd9ed30ba5664b709f99f1275,0,0,0,0,0,
+20200527,NH,4231,60001,1370,91,421,,120,,,2550,B,5/26/2020 09:00,2020-05-26T09:00:00Z,05/26 05:00,214,421,2020-05-26T09:00:00Z,33,34,1159,65602,64232,1193,64232,4,1,ada8e50a09346d652d61c00f2f29098484327cbc,0,0,0,0,0,
+20200527,NJ,156628,503697,,2761,16597,768,,583,,25552,A+,5/27/2020 13:00,2020-05-27T13:00:00Z,05/27 09:00,11339,16597,2020-05-27T13:00:00Z,34,864,23569,660325,660325,24433,660325,148,224,abf3d8a02965d6deceeec46932de4b4bf4b3e1e8,0,0,0,0,0,
+20200527,NM,7130,173516,,211,1282,,,,,2564,C,5/27/2020 00:32,2020-05-27T00:32:00Z,05/26 20:32,325,1282,2020-05-27T00:32:00Z,35,104,3181,180646,180646,3285,180646,5,18,6789ce8b8764a856405e2a3f3145e6a65ffc96ff,0,0,0,0,0,
+20200527,NV,8113,120446,,435,,108,,48,,401,A+,5/27/2020 11:00,2020-05-27T11:00:00Z,05/27 07:00,396,,2020-05-27T11:00:00Z,32,116,5076,128559,128559,5192,128559,0,0,7ff6d79091d849dea12d20d0464c4cb26efc057f,0,0,0,0,0,
+20200527,NY,364965,1446579,,4208,88866,1261,,988,,64632,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,23643,88866,2020-05-27T00:00:00Z,36,1129,36287,1811544,1811544,37416,1811544,79,180,3205961c37fd37f91110fbbf6b9bbd1c5df627d7,0,0,0,0,0,
+20200527,OH,33439,316286,,885,5700,313,1492,217,,,B,5/27/2020 14:00,2020-05-27T14:00:00Z,05/27 10:00,2044,5700,2020-05-27T14:00:00Z,39,433,9892,349725,349725,10325,349725,42,121,80f167e6662d5b2596fa8b2600ad127306093e07,0,0,0,0,0,
+20200527,OK,6229,172409,,156,941,74,,,,5135,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,322,941,2020-05-27T00:00:00Z,40,92,18605,178638,178638,18697,178638,4,0,e57607ed86eecf63556141212f0595e979ebb6d9,0,0,0,0,0,
+20200527,OR,4038,112954,,146,759,35,,16,,1795,A+,5/27/2020 03:01,2020-05-27T03:01:00Z,05/26 23:01,148,759,2020-05-27T03:01:00Z,41,71,1383,116992,116992,1454,116992,0,7,3e7ab63d62ec3602f6663e21c700f7e0c70ea4da,0,0,0,0,0,
+20200527,PA,69417,349990,,1493,,,,351,,43038,A,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,5265,,2020-05-27T00:00:00Z,42,780,10155,419407,419407,10935,419407,113,0,a659295bd803c528ffa9a03a3cc466a176e956b2,0,0,0,0,0,
+20200527,PR,3397,,,105,,8,,4,,,B,5/27/2020 06:30,2020-05-27T06:30:00Z,05/27 02:30,129,,2020-05-27T06:30:00Z,72,73,0,3397,3397,73,3397,0,0,41cca0682c16aee183d9fff46fcee60465dbbea8,0,0,0,0,0,
+20200527,RI,14353,124030,,218,1624,49,,35,,1175,A+,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,655,1624,2020-05-27T00:00:00Z,44,143,2877,138383,138383,3020,138383,21,11,ba911edfe6333ede85a419e5e912655ba1e37de0,0,0,0,0,0,
+20200527,SC,10623,165060,,398,1618,,,,,6102,A,5/26/2020 16:02,2020-05-26T16:02:00Z,05/26 12:02,466,1618,2020-05-26T16:02:00Z,45,207,2742,175683,175683,2949,175683,20,0,c7969a834303b0174b25e3ca3946695f092d7ba9,0,0,0,0,0,
+20200527,SD,4710,33296,,101,391,,,,,3619,B,5/26/2020 18:00,2020-05-26T18:00:00Z,05/26 14:00,54,391,2020-05-26T18:00:00Z,46,57,911,38006,38006,968,38006,4,13,69cd78bc42a377b324e1e159b2769239a3f8f1ef,0,0,0,0,0,
+20200527,TN,21306,388324,,,1647,,,,,13916,B,5/27/2020 15:00,2020-05-27T15:00:00Z,05/27 11:00,353,1647,2020-05-27T15:00:00Z,47,341,5785,409630,409630,6126,409630,10,38,11954825b2d3a41b2f5d07ed0adc208f1288e127,0,0,0,0,0,
+20200527,TX,57921,797753,,1645,,,,,,37626,B,5/27/2020 16:40,2020-05-27T16:40:00Z,05/27 12:40,1562,,2020-05-27T16:40:00Z,48,1361,33080,855674,855674,34441,855674,26,0,354050413ce0d0e0ce505915e8fbcb5334ebaf77,0,0,0,0,0,
+20200527,UT,8706,191920,,127,716,,223,,94,5499,B,5/27/2020 11:04,2020-05-27T11:04:00Z,05/27 07:04,105,716,2020-05-27T11:04:00Z,49,86,1948,200626,200626,2034,200626,4,20,2318967593ee9e5457e2a39ba0308b5842cd3816,0,0,0,0,0,
+20200527,VA,40249,236798,444,1459,6826,390,,203,,5367,A+,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,1281,6826,2020-05-26T17:00:00Z,51,907,8959,277491,277047,9866,277047,45,196,a79651c0bb86e845574e2cdd64ef4686d3f476a5,0,0,0,0,0,
+20200527,VI,69,1442,28,,,,,,,61,C,5/26/2020 11:12,2020-05-26T11:12:00Z,05/26 07:12,6,,2020-05-26T11:12:00Z,78,0,17,1539,1511,17,1511,0,0,f72f295c50d49206c599463617420ca533322dee,0,0,0,0,0,
+20200527,VT,971,30028,,21,,,,,,849,B,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,54,,2020-05-27T00:00:00Z,50,4,572,30999,30999,576,30999,0,0,adaf69905da9a26329f196d18465e6ffb2d3a879,0,0,0,0,0,
+20200527,WA,21758,337545,,241,3338,,,53,,,B,5/26/2020 02:59,2020-05-26T02:59:00Z,05/25 22:59,1078,3338,2020-05-26T02:59:00Z,53,236,6455,359303,359303,6691,359303,8,48,5179087b5bc31bc84814452d8afc436cb5427517,0,0,0,0,0,
+20200527,WI,16462,210605,335,748,2411,139,550,,,9846,A+,5/27/2020 16:00,2020-05-27T16:00:00Z,05/27 12:00,539,2411,2020-05-27T16:00:00Z,55,599,9731,227402,227067,10330,227067,22,49,814145a707b110c4d2879a8d3a0b9a08bf2db54c,0,0,0,0,0,
+20200527,WV,1867,86594,,36,,13,,6,,1191,B,5/27/2020 10:00,2020-05-27T10:00:00Z,05/27 06:00,74,,2020-05-27T10:00:00Z,54,13,637,88461,88461,650,88461,0,0,340547e27cabaf5c8ce3fdce1623757b63410eb6,0,0,0,0,0,
+20200527,WY,850,20652,,12,82,,,,,607,C,5/27/2020 00:00,2020-05-27T00:00:00Z,05/26 20:00,13,82,2020-05-27T00:00:00Z,56,0,0,21502,21502,0,21502,0,0,f2b46d4391a5cc33c1878624d14c7fe7585f61f3,0,0,0,0,0,
+20200526,AK,411,44553,,12,,,,,,362,C,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,10,,2020-05-26T00:00:00Z,02,2,490,44964,44964,492,44964,0,0,796398d1704b4ec2a8db3a20470a1c733bafe3bb,0,0,0,0,0,
+20200526,AL,15396,178363,,,1671,,551,,327,7951,B,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,575,1671,2020-05-26T00:00:00Z,01,666,2778,193759,193759,3444,193759,13,42,2f9c648b2477a995521ece5c84a84718ea40c5c1,0,0,0,0,0,
+20200526,AR,6180,105593,,107,617,,,18,114,4332,A,5/26/2020 15:29,2020-05-26T15:29:00Z,05/26 11:29,119,617,2020-05-26T15:29:00Z,05,151,0,111773,111773,151,111773,2,12,1ff4d7cd26d7b3ce1d0509e809a666e0f87b234f,0,0,0,0,0,
+20200526,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,5978192e47ad92629cf16d83b52d011fd4ef5b29,0,0,0,0,0,
+20200526,AZ,16783,173948,,818,1988,336,,208,,4297,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,807,1988,2020-05-25T00:00:00Z,04,222,2727,190731,190731,2949,190731,1,27,537df0612f5c19c862a7646b5c8503c18b6e3e38,0,0,0,0,0,
+20200526,CA,96733,1599663,,4404,,1392,,,,,B,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,3814,,2020-05-26T00:00:00Z,06,2175,50119,1696396,1696396,52294,1696396,19,0,88fb271178bc709c4090452fbeef38f70c6d9c9e,0,0,0,0,0,
+20200526,CO,24269,131742,,507,4128,,,,,3702,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,1333,4128,2020-05-26T00:00:00Z,08,95,5608,156011,156011,5703,156011,1,9,3de460f6e02abce752fb32d06edaacfca0e25abf,0,0,0,0,0,
+20200526,CT,41303,184059,,694,12538,,,,,7127,B,5/25/2020 20:30,2020-05-25T20:30:00Z,05/25 16:30,3769,12538,2020-05-25T20:30:00Z,09,430,3206,225362,225362,3636,225362,27,0,164064acbc6bb532d83b24b301f1eebc5084b3af,0,0,0,0,0,
+20200526,DC,8334,33721,,353,,113,,76,,1080,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,440,,2020-05-25T00:00:00Z,11,109,1143,42055,42055,1252,42055,0,0,72ed302548a66cfeab81cb36b7bbddcb6022506a,0,0,0,0,0,
+20200526,DE,9066,45848,,201,,,,,,4802,B,5/25/2020 18:00,2020-05-25T18:00:00Z,05/25 14:00,335,,2020-05-25T18:00:00Z,10,101,917,54914,54914,1018,54914,3,0,7712d1970cfea59cb968f897f927ea0f20e0a1ea,0,0,0,0,0,
+20200526,FL,52255,870969,901,,9740,,,,,,A,5/26/2020 11:01,2020-05-26T11:01:00Z,05/26 07:01,2338,9740,2020-05-26T11:01:00Z,12,509,14480,924125,923224,14989,923224,7,59,42da95596bf3fe19c70b37b617fc41e339cf635d,0,0,0,0,0,
+20200526,GA,43730,471215,,854,7547,,1703,,,,A,5/26/2020 13:00,2020-05-26T13:00:00Z,05/26 09:00,1871,7547,2020-05-26T13:00:00Z,13,386,1014,514945,514945,1400,514945,41,72,a19f3e046c0ed689dc06f7d0165ede929dc01442,0,0,0,0,0,
+20200526,GU,169,5515,,,,,,,,139,C,5/26/2020 06:30,2020-05-26T06:30:00Z,05/26 02:30,5,,2020-05-26T06:30:00Z,66,3,112,5684,5684,115,5684,0,0,deb138317820c8b7b4d168d9b196e726ae190afc,0,0,0,0,0,
+20200526,HI,643,49728,,,84,,,,,592,C,5/25/2020 18:00,2020-05-25T18:00:00Z,05/25 14:00,17,84,2020-05-25T18:00:00Z,15,0,0,50371,50371,0,50371,0,0,e871e6fa08cb4ae56a29f00167c8dcea48f595df,0,0,0,0,0,
+20200526,IA,17703,117301,,379,,115,,65,,9791,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,478,,2020-05-26T00:00:00Z,19,126,2163,135004,135004,2289,135004,19,0,2fa46fd871dfce05df63ab34acf6f786035f1bcb,0,0,0,0,0,
+20200526,ID,2626,38780,,,225,,94,,,1755,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,79,225,2020-05-23T19:00:00Z,16,0,0,41406,41406,0,41406,0,0,e647b38493d74ab588683b3be45f4a7ca91e93c8,0,0,0,0,0,
+20200526,IL,113195,673599,,3788,,1035,,590,,,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,4923,,2020-05-26T00:00:00Z,17,1178,16052,786794,786794,17230,786794,39,0,9fc1b0d6c3ddfcd9dfdb5c10e0c6db901cc79d57,0,0,0,0,0,
+20200526,IN,32078,198671,,1088,5285,365,1166,163,,,A+,5/26/2020 14:40,2020-05-26T14:40:00Z,05/26 10:40,2004,5285,2020-05-26T14:40:00Z,18,363,4135,230749,230749,4498,230749,28,0,76a530105f885bc1f20fc9e885a2f3c81844285c,0,0,0,0,0,
+20200526,KS,9218,72181,,,800,,271,,120,493,A+,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,188,800,2020-05-25T10:00:00Z,20,0,0,81399,81399,0,81399,0,0,54fa4295334c38995932faf5d6b247e21392e4cf,0,0,0,0,0,
+20200526,KY,8571,161285,,484,2131,89,897,,,3102,A,5/23/2020 17:00,2020-05-23T17:00:00Z,05/23 13:00,391,2131,2020-05-23T17:00:00Z,21,0,0,169856,169856,0,169856,0,0,115ff14792767cf1b1c328fc1cbf21cd96630847,0,0,0,0,0,
+20200526,LA,38054,302972,,831,,,,103,,28700,B,5/26/2020 13:00,2020-05-26T13:00:00Z,05/26 09:00,2701,,2020-05-26T13:00:00Z,22,245,9883,341026,341026,10128,341026,11,0,a6c7d0f8df3a9bcf684a838b753aec088e857cf8,0,0,0,0,0,
+20200526,MA,93693,451788,,2108,9388,560,,,,,A,5/26/2020 10:00,2020-05-26T10:00:00Z,05/26 06:00,6473,9388,2020-05-26T10:00:00Z,25,422,4498,545481,545481,4920,545481,57,49,6dbc73593cabbb2146fdbcfb846a292cd085c119,0,0,0,0,0,
+20200526,MD,47687,206800,,1315,8179,520,,,,3334,B,5/26/2020 10:00,2020-05-26T10:00:00Z,05/26 06:00,2417,8179,2020-05-26T10:00:00Z,24,535,4375,254487,254487,4910,254487,38,87,d2b49e22217b262a6575eaac3b6a0318cdc6ba53,0,0,0,0,0,
+20200526,ME,2109,35450,,60,258,26,,13,,1318,B,5/25/2020 23:59,2020-05-25T23:59:00Z,05/25 19:59,79,258,2020-05-25T23:59:00Z,23,35,0,37559,37559,35,37559,1,1,4fa5992c450bb246ee5394af649f9858a4d6daf9,0,0,0,0,0,
+20200526,MI,55104,429175,,953,,449,,319,,33168,A+,5/26/2020 11:00,2020-05-26T11:00:00Z,05/26 07:00,5266,,2020-05-26T11:00:00Z,26,223,11196,484279,484279,11419,484279,26,0,0e073cbbdd046ee990c28581a54bf89b99dc96d0,0,0,0,0,0,
+20200526,MN,21960,187938,,570,2709,258,886,,,15523,A,5/25/2020 17:00,2020-05-25T17:00:00Z,05/25 13:00,908,2709,2020-05-25T17:00:00Z,27,645,5194,209898,209898,5839,209898,18,33,106253aa687538fb8464a029e279ae6e56bea838,0,0,0,0,0,
+20200526,MO,12291,148007,,500,,,,82,,,B,5/26/2020 15:00,2020-05-26T15:00:00Z,05/26 11:00,686,,2020-05-26T15:00:00Z,29,124,2789,160298,160298,2913,160298,1,0,eb4d7803aecf2cb927305aeafe9727045f5f82ba,0,0,0,0,0,
+20200526,MP,22,4918,,,,,,,,13,D,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,2,,2020-05-26T00:00:00Z,69,0,183,4940,4940,183,4940,0,0,92370f87be4e854aabd5545ea9f730b21b3c674d,0,0,0,0,0,
+20200526,MS,13731,134088,,561,2070,134,,81,,9401,A,5/25/2020 19:00,2020-05-25T19:00:00Z,05/25 15:00,652,2070,2020-05-25T19:00:00Z,28,273,3629,147819,147819,3902,147819,17,24,4e5af0702d5ec07d0923824aed9f3478e0a5ec73,0,0,0,0,0,
+20200526,MT,479,33355,,2,65,,,,,441,C,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,17,65,2020-05-26T00:00:00Z,30,0,152,33834,33834,152,33834,1,0,1099067eeca3cada9f53f7942cb2eda2412432d7,0,0,0,0,0,
+20200526,NC,24140,328191,,621,,,,,,14954,A,5/26/2020 11:00,2020-05-26T11:00:00Z,05/26 07:00,766,,2020-05-26T11:00:00Z,37,176,7465,352331,352331,7641,352331,12,0,927c07e0a110d3e7c4a2fc36c961e8ec92f2a847,0,0,0,0,0,
+20200526,ND,2422,64432,,40,156,,,,,1701,C,5/26/2020 13:06,2020-05-26T13:06:00Z,05/26 09:06,54,156,2020-05-26T13:06:00Z,38,-35,539,66854,66854,504,66854,0,2,fc99369f07ab24cba6ae7ab55c8f056e90acb25b,0,0,0,0,0,
+20200526,NE,12355,75687,,,,,,,,,D,5/25/2020 19:00,2020-05-25T19:00:00Z,05/25 15:00,150,,2020-05-25T19:00:00Z,31,221,2089,88042,88042,2310,88042,0,0,4850b16d575f52bdb3bbdde3f0259ddd2d58f886,0,0,0,0,0,
+20200526,NH,4197,58842,,91,420,,120,,,2434,B,5/25/2020 09:00,2020-05-25T09:00:00Z,05/25 05:00,210,420,2020-05-25T09:00:00Z,33,48,1605,63039,63039,1653,63039,1,1,4b5282094ba8f4db999fcf15dece433fc7a5a67f,0,0,0,0,0,
+20200526,NJ,155764,480128,,2723,16373,786,,578,,25384,A+,5/26/2020 13:00,2020-05-26T13:00:00Z,05/26 09:00,11191,16373,2020-05-26T13:00:00Z,34,672,11423,635892,635892,12095,635892,47,16373,2dffa72246b9f5efe74f68d73eb2015d53c4d5ad,0,0,0,0,0,
+20200526,NM,7026,170335,,216,1264,,,,,2522,C,5/25/2020 19:49,2020-05-25T19:49:00Z,05/25 15:49,320,1264,2020-05-25T19:49:00Z,35,83,3797,177361,177361,3880,177361,3,21,b7356e02e773dc03e1c7fc4ad1a289b0ce84f556,0,0,0,0,0,
+20200526,NV,7997,115370,,390,,91,,46,,374,A+,5/26/2020 12:00,2020-05-26T12:00:00Z,05/26 08:00,396,,2020-05-26T12:00:00Z,32,118,8518,123367,123367,8636,123367,2,0,13ee53183775193ea94e5b139363ca486943da4f,0,0,0,0,0,
+20200526,NY,363836,1410292,,4265,88686,1273,,1002,,64443,A,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,23564,88686,2020-05-26T00:00:00Z,36,1072,33607,1774128,1774128,34679,1774128,76,132,954a0908acd1e63f44484d0c39d359388cb5570e,0,0,0,0,0,
+20200526,OH,33006,306394,,937,5579,351,1450,232,,,B,5/26/2020 14:00,2020-05-26T14:00:00Z,05/26 10:00,2002,5579,2020-05-26T14:00:00Z,39,529,8537,339400,339400,9066,339400,15,68,686997d83468f213f5704962fe73fdeff036f4ca,0,0,0,0,0,
+20200526,OK,6137,153804,,174,941,78,,,,4823,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,318,941,2020-05-26T00:00:00Z,40,47,-1139,159941,159941,-1092,159941,5,3,8497f2908b753564730aab0e81e67d63253d6593,0,0,0,0,0,
+20200526,OR,3967,111571,,149,752,40,,17,,1795,A+,5/26/2020 03:01,2020-05-26T03:01:00Z,05/25 23:01,148,752,2020-05-26T03:01:00Z,41,18,1662,115538,115538,1680,115538,0,5,9bc2574ae895f8491dbabc68e4a73d20225a4e27,0,0,0,0,0,
+20200526,PA,68637,339835,,1493,,,,334,,41868,A,5/26/2020 11:15,2020-05-26T11:15:00Z,05/26 07:15,5152,,2020-05-26T11:15:00Z,42,451,4907,408472,408472,5358,408472,13,0,e05a84331ba40e7ad9461a7acd6d87c03c4211cf,0,0,0,0,0,
+20200526,PR,3324,,,104,,14,,4,,,B,5/26/2020 05:53,2020-05-26T05:53:00Z,05/26 01:53,129,,2020-05-26T05:53:00Z,72,64,0,3324,3324,64,3324,0,0,f8ad6cc587799c995b037699a25398b0f996937a,0,0,0,0,0,
+20200526,RI,14210,121153,,226,1613,50,,36,,1158,A+,5/26/2020 12:00,2020-05-26T12:00:00Z,05/26 08:00,634,1613,2020-05-26T12:00:00Z,44,145,2517,135363,135363,2662,135363,26,33,aac80ac3db6852eae2f9ee96ed4908eb88a24d61,0,0,0,0,0,
+20200526,SC,10416,162318,,433,1618,,,,,6102,A+,5/26/2020 16:18,2020-05-26T16:18:00Z,05/26 12:18,446,1618,2020-05-26T16:18:00Z,45,238,6476,172734,172734,6714,172734,6,84,fbc9e5f998bec529a43b27bf1d1ecfbdeb45ca9b,0,0,0,0,0,
+20200526,SD,4653,32385,,106,378,,,,,3528,C,5/25/2020 18:00,2020-05-25T18:00:00Z,05/25 14:00,50,378,2020-05-25T18:00:00Z,46,67,1688,37038,37038,1755,37038,0,8,ebd1ead7358f4bb5eeebbc74db7b4116bb26e61e,0,0,0,0,0,
+20200526,TN,20965,382539,,,1609,,,,,13344,B,5/26/2020 15:00,2020-05-26T15:00:00Z,05/26 11:00,343,1609,2020-05-26T15:00:00Z,47,358,6927,403504,403504,7285,403504,5,15,4c3404e0b4d4a1d853cce4c5f565bf7165535e0f,0,0,0,0,0,
+20200526,TX,56560,764673,,1534,,,,,,36375,B,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,1536,,2020-05-26T17:00:00Z,48,589,14990,821233,821233,15579,821233,9,0,a3db49d69363ae4a111a2e2e657e377cd598bffc,0,0,0,0,0,
+20200526,UT,8620,189972,,134,696,,217,,89,5346,B,5/26/2020 10:19,2020-05-26T10:19:00Z,05/26 06:19,101,696,2020-05-26T10:19:00Z,49,99,2025,198592,198592,2124,198592,3,4,2511636a5419aaf34e7168e152ee147c1198ad6e,0,0,0,0,0,
+20200526,VA,39342,227839,412,1403,6630,366,,190,,5227,A+,5/25/2020 17:00,2020-05-25T17:00:00Z,05/25 13:00,1236,6630,2020-05-25T17:00:00Z,51,1615,6816,267593,267181,8431,267181,28,109,e64aef9789c3f12df3c893761e51070b438f9ef0,0,0,0,0,0,
+20200526,VI,69,1425,18,,,,,,,61,C,5/26/2020 07:48,2020-05-26T07:48:00Z,05/26 03:48,6,,2020-05-26T07:48:00Z,78,0,82,1512,1494,82,1494,0,0,40ec2a95c6984887fa3bb3631dd65c26fac9773a,0,0,0,0,0,
+20200526,VT,967,29456,,25,,,,,,848,B,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,54,,2020-05-26T00:00:00Z,50,5,749,30423,30423,754,30423,0,0,7e0a0d9de0362cbe77fea24e76471930bfd43dc0,0,0,0,0,0,
+20200526,WA,21522,331090,,267,3290,,,51,,,B,5/25/2020 02:59,2020-05-25T02:59:00Z,05/24 22:59,1070,3290,2020-05-25T02:59:00Z,53,243,7607,352612,352612,7850,352612,9,3,61feb70db059156df1e1d739c07612f1016d63b2,0,0,0,0,0,
+20200526,WI,15863,200874,218,640,2362,135,544,,,9405,A+,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,517,2362,2020-05-26T00:00:00Z,55,279,7495,216955,216737,7774,216737,3,23,39295abd24a21d9af9fc5b7f088af23758fe0055,0,0,0,0,0,
+20200526,WV,1854,85957,,35,,9,,7,,1180,B,5/26/2020 17:00,2020-05-26T17:00:00Z,05/26 13:00,74,,2020-05-26T17:00:00Z,54,80,1406,87811,87811,1486,87811,2,0,b874ed98cb0e6e6d86c1e89a7c9fbc801751cfe6,0,0,0,0,0,
+20200526,WY,850,20652,,14,82,,,,,607,C,5/26/2020 00:00,2020-05-26T00:00:00Z,05/25 20:00,13,82,2020-05-26T00:00:00Z,56,12,1101,21502,21502,1113,21502,1,3,d9f428dfc9b91fbdbd1a7415ca79736d5e971aeb,0,0,0,0,0,
+20200525,AK,409,44063,,10,,,,,,361,C,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,10,,2020-05-25T00:00:00Z,02,1,964,44472,44472,965,44472,0,0,1db8743befabc5bf66a938e070573f65bf4b924e,0,0,0,0,0,
+20200525,AL,14730,175585,,,1629,,543,,323,7951,B,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,562,1629,2020-05-25T00:00:00Z,01,403,4113,190315,190315,4516,190315,11,17,016bbd880587fce0aa1a71ce2bef709880df40e5,0,0,0,0,0,
+20200525,AR,6029,105593,,92,605,,,17,111,4249,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,117,605,2020-05-25T00:00:00Z,05,107,2934,111622,111622,3041,111622,1,7,8ecf7ac7b3c069f5a69ba5a7ec1e452e66f9847e,0,0,0,0,0,
+20200525,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,27150fc629ddc6d94ab1e6f134b53418402369cf,0,0,0,0,0,
+20200525,AZ,16561,171221,,833,1961,334,,212,,4204,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,806,1961,2020-05-25T00:00:00Z,04,222,3919,187782,187782,4141,187782,6,16,ef7f321348d90ad472837c91c32f4861789bbba6,0,0,0,0,0,
+20200525,CA,94558,1549544,,4306,,1301,,,,,B,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,3795,,2020-05-25T00:00:00Z,06,1848,59509,1644102,1644102,61357,1644102,21,0,0ea796228d8b530fc22e9da8225b8e1222363bea,0,0,0,0,0,
+20200525,CO,24174,126134,,560,4119,,,,,3666,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,1332,4119,2020-05-25T00:00:00Z,08,210,47,150308,150308,257,150308,5,14,87fd6c19ae6ae4420703a4f69540df5d953aae91,0,0,0,0,0,
+20200525,CT,40873,180853,,706,12538,,,,,7127,B,5/24/2020 20:30,2020-05-24T20:30:00Z,05/24 16:30,3742,12538,2020-05-24T20:30:00Z,09,405,7185,221726,221726,7590,221726,49,0,e8bec29a55455c45dd7d641cd3bbbc663a9d2aac,0,0,0,0,0,
+20200525,DC,8225,32578,,331,,106,,70,,1080,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,440,,2020-05-24T00:00:00Z,11,259,-11447,40803,40803,-11188,40803,13,0,409e7e40522ff297a8126c90701c771120f485ba,0,0,0,0,0,
+20200525,DE,8965,44931,,205,,,,,,4693,B,5/24/2020 18:00,2020-05-24T18:00:00Z,05/24 14:00,332,,2020-05-24T18:00:00Z,10,156,1870,53896,53896,2026,53896,6,0,fdc596e762cd3c7cf131aea7d788239763dc7177,0,0,0,0,0,
+20200525,FL,51746,856489,988,,9681,,,,,,A,5/25/2020 10:04,2020-05-25T10:04:00Z,05/25 06:04,2331,9681,2020-05-25T10:04:00Z,12,879,36121,909223,908235,37000,908235,15,43,6743b2efbe69469e655bad4b8e17a4f809228ddd,0,0,0,0,0,
+20200525,GA,43344,470201,,892,7475,,1686,,,,A,5/25/2020 13:00,2020-05-25T13:00:00Z,05/25 09:00,1830,7475,2020-05-25T13:00:00Z,13,506,31085,513545,513545,31591,513545,6,36,2b1ea0769c1c9c8ca709644b6e2c046fda68864d,0,0,0,0,0,
+20200525,GU,166,5403,,,,,,,,138,C,5/25/2020 00:15,2020-05-25T00:15:00Z,05/24 20:15,5,,2020-05-25T00:15:00Z,66,0,0,5569,5569,0,5569,0,0,eef37a6bf30a728fcd469bdeb26b0b340c321d3b,0,0,0,0,0,
+20200525,HI,643,49728,,,84,,,,,591,C,5/24/2020 18:00,2020-05-24T18:00:00Z,05/24 14:00,17,84,2020-05-24T18:00:00Z,15,0,799,50371,50371,799,50371,0,0,3f112e335b904af270a1fd2529311d571145de9e,0,0,0,0,0,
+20200525,IA,17577,115138,,377,,118,,66,,9377,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,459,,2020-05-25T00:00:00Z,19,325,4634,132715,132715,4959,132715,5,0,1aff042e89e03f3ba12ccc0ae80e05d92e9761dd,0,0,0,0,0,
+20200525,ID,2626,38780,,,225,,94,,,1755,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,79,225,2020-05-23T19:00:00Z,16,0,0,41406,41406,0,41406,0,0,43c248b6dd8812ba3a89f77da41fd4d165812f65,0,0,0,0,0,
+20200525,IL,112017,657547,,3762,,1025,,605,,,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,4884,,2020-05-25T00:00:00Z,17,1713,19930,769564,769564,21643,769564,28,0,cae6b596fd33760cc34a72481fccdcc551a6ceb4,0,0,0,0,0,
+20200525,IN,31715,194536,,1102,5285,365,1166,169,,,A+,5/24/2020 23:59,2020-05-24T23:59:00Z,05/24 19:59,1976,5285,2020-05-24T23:59:00Z,18,339,5111,226251,226251,5450,226251,0,0,31b7f3dcb90722d37473f068a0bd61b94c1b570b,0,0,0,0,0,
+20200525,KS,9218,72181,,,800,,271,,120,493,A+,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,188,800,2020-05-25T10:00:00Z,20,260,4705,81399,81399,4965,81399,3,13,e72eeb7120f9d5d67c4e44908642586b26f1c008,0,0,0,0,0,
+20200525,KY,8571,161285,,484,2131,89,897,,,3102,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,391,2131,2020-05-23T00:00:00Z,21,0,0,169856,169856,0,169856,0,0,e9403af50f68ecf04efce130de11e593a09993b6,0,0,0,0,0,
+20200525,LA,37809,293089,,847,,,,102,,28700,B,5/25/2020 13:00,2020-05-25T13:00:00Z,05/25 09:00,2690,,2020-05-25T13:00:00Z,22,640,14222,330898,330898,14862,330898,0,0,3503e2bb12fe2d5c2117b0f7ed25e8ce941ac6b6,0,0,0,0,0,
+20200525,MA,93271,447290,,2132,9339,576,,,,,A,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,6416,9339,2020-05-25T10:00:00Z,25,596,7592,540561,540561,8188,540561,44,31,2ae69dcb3d2aea38f584ad289eb6969b2174608b,0,0,0,0,0,
+20200525,MD,47152,202425,,1279,8092,517,,,,3329,B,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,2379,8092,2020-05-25T10:00:00Z,24,839,8376,249577,249577,9215,249577,38,153,a204486d21394d868248dc8458037dc419cd1216,0,0,0,0,0,
+20200525,ME,2074,35450,,59,257,27,,13,,1290,B,5/25/2020 11:30,2020-05-25T11:30:00Z,05/25 07:30,78,257,2020-05-25T11:30:00Z,23,19,0,37524,37524,19,37524,0,5,4e03e9a1a7a3db4c27cdd499ec7fa0dae483b50f,0,0,0,0,0,
+20200525,MI,54881,417979,,953,,449,,319,,33168,A+,5/25/2020 11:00,2020-05-25T11:00:00Z,05/25 07:00,5240,,2020-05-25T11:00:00Z,26,202,21426,472860,472860,21628,472860,12,0,7a0743e842a37580c8d1eaff095e59324a561fbd,0,0,0,0,0,
+20200525,MN,21315,182744,,605,2676,248,869,,,14816,A,5/24/2020 17:00,2020-05-24T17:00:00Z,05/24 13:00,890,2676,2020-05-24T17:00:00Z,27,742,5353,204059,204059,6095,204059,12,88,26ef254b38ea42bdea3baa6c88dd64edda24471d,0,0,0,0,0,
+20200525,MO,12167,145218,,729,,,,93,,,B,5/25/2020 15:00,2020-05-25T15:00:00Z,05/25 11:00,685,,2020-05-25T15:00:00Z,29,179,5587,157385,157385,5766,157385,4,0,a659b910227fb0c3b6b55f1331d1147092b709e6,0,0,0,0,0,
+20200525,MP,22,4735,,,,,,,,13,D,5/24/2020 00:07,2020-05-24T00:07:00Z,05/23 20:07,2,,2020-05-24T00:07:00Z,69,0,0,4757,4757,0,4757,0,0,1de92e909fd3907fbb1084a168ba13dc2bc9edaf,0,0,0,0,0,
+20200525,MS,13458,130459,,566,2046,152,,94,,9401,A,5/24/2020 19:00,2020-05-24T19:00:00Z,05/24 15:00,635,2046,2020-05-24T19:00:00Z,28,206,5809,143917,143917,6015,143917,10,23,4629a1c9cc46cbcad9670fb7f6a40f30acef21f7,0,0,0,0,0,
+20200525,MT,479,33203,,3,65,,,,,441,C,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,16,65,2020-05-25T00:00:00Z,30,0,301,33682,33682,301,33682,0,0,6ba4ab26be94b0afafe5d97963f3cca2bd0a7ecf,0,0,0,0,0,
+20200525,NC,23964,320726,,627,,,,,,14954,A,5/25/2020 10:55,2020-05-25T10:55:00Z,05/25 06:55,754,,2020-05-25T10:55:00Z,37,742,7292,344690,344690,8034,344690,10,0,cab092434e2de837da29f81d03c0bf7832bcd111,0,0,0,0,0,
+20200525,ND,2457,63893,,41,154,,,,,1551,C,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,54,154,2020-05-24T13:00:00Z,38,39,823,66350,66350,862,66350,1,2,b0f6b87385ae931c14c782791e3d63127ea38d78,0,0,0,0,0,
+20200525,NE,12134,73598,,,,,,,,,D,5/24/2020 19:55,2020-05-24T19:55:00Z,05/24 15:55,150,,2020-05-24T19:55:00Z,31,145,2382,85732,85732,2527,85732,3,0,f2d412dacd0507b0a6ad55b8ffb62bb0ae0ad79a,0,0,0,0,0,
+20200525,NH,4149,57237,1714,92,419,,120,,,2204,B,5/24/2020 09:00,2020-05-24T09:00:00Z,05/24 05:00,209,419,2020-05-24T09:00:00Z,33,60,1787,63100,61386,1847,61386,1,0,80121d1a75253f2734f833b5884eacad617e8f50,0,0,0,0,0,
+20200525,NJ,155092,468705,,2755,,719,,540,,25253,A+,5/25/2020 13:00,2020-05-25T13:00:00Z,05/25 09:00,11144,,2020-05-25T13:00:00Z,34,938,19052,623797,623797,19990,623797,11,0,2923754f1c43acb28c9f35d5011211f05703abbb,0,0,0,0,0,
+20200525,NM,6943,166538,,213,1243,,,,,2464,C,5/24/2020 18:03,2020-05-24T18:03:00Z,05/24 14:03,317,1243,2020-05-24T18:03:00Z,35,148,4214,173481,173481,4362,173481,9,104,a1f2be262f6967113b48316a5676c1d9d0f4dd79,0,0,0,0,0,
+20200525,NV,7879,106852,,380,,91,,45,,359,A+,5/25/2020 10:25,2020-05-25T10:25:00Z,05/25 06:25,394,,2020-05-25T10:25:00Z,32,109,4341,114731,114731,4450,114731,2,0,0eb507525c6b540685dea7e0d7b32dc24ce2ad21,0,0,0,0,0,
+20200525,NY,362764,1376685,,4348,88554,1366,,1058,,64280,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,23488,88554,2020-05-25T00:00:00Z,36,1249,38374,1739449,1739449,39623,1739449,97,230,5dcca7137e3889116346c5d47c1d5305ab663a43,0,0,0,0,0,
+20200525,OH,32477,297857,,872,5511,323,1443,211,,,B,5/25/2020 14:00,2020-05-25T14:00:00Z,05/25 10:00,1987,5511,2020-05-25T14:00:00Z,39,566,5215,330334,330334,5781,330334,18,35,e9199191ae2c08c3bad2f2c84615566876cd66ae,0,0,0,0,0,
+20200525,OK,6090,154943,,,938,78,,,,4714,A+,5/25/2020 12:30,2020-05-25T12:30:00Z,05/25 08:30,313,938,2020-05-25T12:30:00Z,40,53,0,161033,161033,53,161033,2,0,d743ed965fb4b8f250ceaed37bb39265c8266eee,0,0,0,0,0,
+20200525,OR,3949,109909,,125,747,35,,23,,1376,A+,5/25/2020 03:01,2020-05-25T03:01:00Z,05/24 23:01,148,747,2020-05-25T03:01:00Z,41,22,1641,113858,113858,1663,113858,0,5,4c71bc02f16b66ae900988b0b9c5ee14fb71b498,0,0,0,0,0,
+20200525,PA,68186,334928,,1628,,,,324,,40911,A,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,5139,,2020-05-25T00:00:00Z,42,473,6546,403114,403114,7019,403114,15,0,e90aa3f9f6aa17b405f6fbde254ea0c9e28d4fd3,0,0,0,0,0,
+20200525,PR,3260,,,112,,16,,8,,,B,5/25/2020 06:30,2020-05-25T06:30:00Z,05/25 02:30,129,,2020-05-25T06:30:00Z,72,71,0,3260,3260,71,3260,2,0,eb23c772c1d013108be83fed24eeb2bb7d9ac5a1,0,0,0,0,0,
+20200525,RI,14065,118636,,240,1580,49,,32,,1119,A+,5/24/2020 12:00,2020-05-24T12:00:00Z,05/24 08:00,608,1580,2020-05-24T12:00:00Z,44,0,0,132701,132701,0,132701,0,0,554caccdf2b52c3cf97ec576fc649bd8c974e0cc,0,0,0,0,0,
+20200525,SC,10178,155842,,407,1534,,,,,6063,A+,5/25/2020 15:30,2020-05-25T15:30:00Z,05/25 11:30,440,1534,2020-05-25T15:30:00Z,45,82,1991,166020,166020,2073,166020,5,0,3c28f6afd1bf9132c43941e3f87bb18c1ca6c468,0,0,0,0,0,
+20200525,SD,4586,30697,,99,370,,,,,3415,C,5/24/2020 18:00,2020-05-24T18:00:00Z,05/24 14:00,50,370,2020-05-24T18:00:00Z,46,23,355,35283,35283,378,35283,0,6,3c28ee49db60960893a147701ed96b891b76fc3a,0,0,0,0,0,
+20200525,TN,20607,375612,,,1594,,,,,13073,B,5/25/2020 15:00,2020-05-25T15:00:00Z,05/25 11:00,338,1594,2020-05-25T15:00:00Z,47,462,12181,396219,396219,12643,396219,2,11,a3fbc7ace97e37fa80601ecec2197384f2c53c13,0,0,0,0,0,
+20200525,TX,55971,749683,,1511,,,,,,35292,B,5/25/2020 04:30,2020-05-25T04:30:00Z,05/25 00:30,1527,,2020-05-25T04:30:00Z,48,623,41486,805654,805654,42109,805654,21,0,17d87633339fbfb4676cd7f9c82394b61391e794,0,0,0,0,0,
+20200525,UT,8521,187947,,131,692,,215,,88,5218,B,5/25/2020 10:15,2020-05-25T10:15:00Z,05/25 06:15,98,692,2020-05-25T10:15:00Z,49,129,1906,196468,196468,2035,196468,1,4,feef2e567e14fc488bf7b8af7f3bcd94a2c0bdbf,0,0,0,0,0,
+20200525,VA,37727,221023,414,1376,6521,349,,182,,5145,A+,5/24/2020 17:00,2020-05-24T17:00:00Z,05/24 13:00,1208,6521,2020-05-24T17:00:00Z,51,1483,13182,259164,258750,14665,258750,37,68,65fe845ade7543ab3e08f2b88612c885de780077,0,0,0,0,0,
+20200525,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,0,1457,1412,0,1412,0,0,6b56e619721fc5c524067eb98e775c57505c55c7,0,0,0,0,0,
+20200525,VT,962,28707,,19,,,,,,843,B,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,54,,2020-05-25T00:00:00Z,50,6,1073,29669,29669,1079,29669,0,0,84c144783c436f589f34860d2e828428cd4fab12,0,0,0,0,0,
+20200525,WA,21279,323483,,207,3287,,,47,,,B,5/24/2020 02:59,2020-05-24T02:59:00Z,05/23 22:59,1061,3287,2020-05-24T02:59:00Z,53,209,2185,344762,344762,2394,344762,6,31,b81220963a5ddd4cbb685f6c816bbd8cdbf1aa12,0,0,0,0,0,
+20200525,WI,15584,193379,207,606,2339,126,543,,,9207,A+,5/25/2020 00:00,2020-05-25T00:00:00Z,05/24 20:00,514,2339,2020-05-25T00:00:00Z,55,307,7173,209170,208963,7480,208963,4,24,fd7caced7e45c614666f5f57d631ecdaaeb6bc67,0,0,0,0,0,
+20200525,WV,1774,84551,,36,,13,,7,,1135,B,5/25/2020 10:00,2020-05-25T10:00:00Z,05/25 06:00,72,,2020-05-25T10:00:00Z,54,15,616,86325,86325,631,86325,0,0,e6beb3e60f544a6cb17757d1103af031c7ae03dd,0,0,0,0,0,
+20200525,WY,838,19551,,10,79,,,,,575,C,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,12,79,2020-05-24T00:00:00Z,56,25,330,20389,20389,355,20389,0,1,f2a5240ac6a79cafcf7bfec517a8bd90e99560c7,0,0,0,0,0,
+20200524,AK,408,43099,,10,,,,,,358,C,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,10,,2020-05-24T00:00:00Z,02,0,1156,43507,43507,1156,43507,0,0,084e382ef31daf3583105e2ba0801af314cffc64,0,0,0,0,0,
+20200524,AL,14327,171472,,,1612,,537,,320,7951,B,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,551,1612,2020-05-24T00:00:00Z,01,389,2734,185799,185799,3123,185799,5,23,e673ce8a18f1b470541279a4671a98056b43b267,0,0,0,0,0,
+20200524,AR,5922,102659,,86,598,,,17,111,4148,A,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,116,598,2020-05-24T00:00:00Z,05,310,5224,108581,108581,5534,108581,3,8,eaf14431939e2d482ccffb47f65487f45b404eb0,0,0,0,0,0,
+20200524,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,c9db320ab53e5db0cf2b46d47a280c2e889c95fe,0,0,0,0,0,
+20200524,AZ,16339,167302,,804,1945,322,,201,,4132,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,800,1945,2020-05-24T00:00:00Z,04,300,2902,183641,183641,3202,183641,1,15,56d43ce6858af2d9a83078f65e7185115edcb0e5,0,0,0,0,0,
+20200524,CA,92710,1490035,,4300,,1315,,,,,B,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,3774,,2020-05-24T00:00:00Z,06,2079,65360,1582745,1582745,67439,1582745,66,0,a912945bb1d7bed5f200f0d5f4887cb5ed68480f,0,0,0,0,0,
+20200524,CO,23964,126087,,538,4105,,,,,3640,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,1327,4105,2020-05-23T00:00:00Z,08,477,4622,150051,150051,5099,150051,3,23,08a61b67660ed117199809e86caa27eb44682ab6,0,0,0,0,0,
+20200524,CT,40468,173668,,701,12538,,,,,7127,B,5/23/2020 20:30,2020-05-23T20:30:00Z,05/23 16:30,3693,12538,2020-05-23T20:30:00Z,09,446,5323,214136,214136,5769,214136,18,0,c741ec623b02d1637847086f78ef766739230e83,0,0,0,0,0,
+20200524,DC,7966,44025,,324,,110,,73,,1075,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,427,,2020-05-22T00:00:00Z,11,0,0,51991,51991,0,51991,0,0,33bf7d691b7364401188e4ef4cf6dfd06eb9ba58,0,0,0,0,0,
+20200524,DE,8809,43061,,211,,,,,,4598,B,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,326,,2020-05-23T18:00:00Z,10,119,1217,51870,51870,1336,51870,2,0,c487d93e15e5218c9e4d4d01bd0e429e90fa905b,0,0,0,0,0,
+20200524,FL,50867,820368,1337,,9638,,,,,,A,5/24/2020 10:04,2020-05-24T10:04:00Z,05/24 06:04,2316,9638,2020-05-24T10:04:00Z,12,740,14058,872572,871235,14798,871235,4,71,955ea0411cd51785f1036d0c22756b3fefe441a0,0,0,0,0,0,
+20200524,GA,42838,439116,,848,7439,,1683,,,,A,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,1824,7439,2020-05-24T13:00:00Z,13,706,27711,481954,481954,28417,481954,13,28,f71b582af664aa638b07e258e789539018766c7d,0,0,0,0,0,
+20200524,GU,166,5403,,,,,,,,138,C,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,5,,2020-05-23T18:00:00Z,66,1,209,5569,5569,210,5569,0,0,45172f7554e933114087da487e3175e879dbd7e6,0,0,0,0,0,
+20200524,HI,643,48929,,,84,,,,,589,C,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,17,84,2020-05-23T18:00:00Z,15,1,750,49572,49572,751,49572,0,0,791b7906a46e410b0ac10c5dd1d5c15af75eaa6d,0,0,0,0,0,
+20200524,IA,17252,110504,,363,,114,,61,,9318,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,454,,2020-05-24T00:00:00Z,19,359,3456,127756,127756,3815,127756,10,0,1bd9a81d6cb666efb144c53870812c0fc3628170,0,0,0,0,0,
+20200524,ID,2626,38780,,,225,,94,,,1755,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,79,225,2020-05-23T19:00:00Z,16,31,766,41406,41406,797,41406,0,0,ff2e27964454f984e45bde8ad4bd7cb06db3af70,0,0,0,0,0,
+20200524,IL,110304,637617,,3667,,1007,,632,,,A,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,4856,,2020-05-24T00:00:00Z,17,2508,23166,747921,747921,25674,747921,66,0,cab4bb261b89535622ed9d0d0376ce43f13e8bec,0,0,0,0,0,
+20200524,IN,31376,189425,,1112,5285,396,1166,173,,,A+,5/23/2020 23:59,2020-05-23T23:59:00Z,05/23 19:59,1976,5285,2020-05-23T23:59:00Z,18,475,5393,220801,220801,5868,220801,33,0,71dba298cde4461e9c693bc1c008f38af92f5426,0,0,0,0,0,
+20200524,KS,8958,67476,,,787,,269,,120,485,A+,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,185,787,2020-05-22T10:00:00Z,20,0,0,76434,76434,0,76434,0,0,8ae0a942025440281cc28056894836308b8ade4a,0,0,0,0,0,
+20200524,KY,8571,161285,,484,2131,89,897,,,3102,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,391,2131,2020-05-23T00:00:00Z,21,145,-1748,169856,169856,-1603,169856,0,55,19058eeed83185d25e356fe5553c895f047c1fec,0,0,0,0,0,
+20200524,LA,37169,278867,,813,,,,102,,26249,B,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,2690,,2020-05-24T13:00:00Z,22,129,1460,316036,316036,1589,316036,22,0,e0d28aa0d843a74c23636a68256ec492cd9cba31,0,0,0,0,0,
+20200524,MA,92675,439698,,2169,9308,558,,,,,A,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,6372,9308,2020-05-24T10:00:00Z,25,1013,10374,532373,532373,11387,532373,68,48,dfcc3c7361d14f46432036891cd9b1ea4948b734,0,0,0,0,0,
+20200524,MD,46313,194049,,1290,7939,503,,,,3319,B,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,2341,7939,2020-05-24T10:00:00Z,24,818,7217,240362,240362,8035,240362,35,114,46b017d6181aee8d5b14b1ebe2e259ef3747896c,0,0,0,0,0,
+20200524,ME,2055,35450,,59,252,27,,13,,1263,B,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,78,252,2020-05-24T13:00:00Z,23,42,0,37505,37505,42,37505,1,9,7f2b99d76051b0c7654dc89c153679be825b722e,0,0,0,0,0,
+20200524,MI,54679,396553,,953,,449,,319,,33168,A+,5/24/2020 11:00,2020-05-24T11:00:00Z,05/24 07:00,5228,,2020-05-24T11:00:00Z,26,314,0,451232,451232,314,451232,5,0,270325f7ff6e6fbdc4ff5b8abc055c82dab84f7d,0,0,0,0,0,
+20200524,MN,20573,177391,,553,2588,207,841,,,14115,A,5/23/2020 17:00,2020-05-23T17:00:00Z,05/23 13:00,878,2588,2020-05-23T17:00:00Z,27,728,7743,197964,197964,8471,197964,17,54,cf0e39cda68f2579252bda590d229a6ab6c79748,0,0,0,0,0,
+20200524,MO,11988,139631,,742,,,,94,,,B,5/24/2020 15:00,2020-05-24T15:00:00Z,05/24 11:00,681,,2020-05-24T15:00:00Z,29,236,3079,151619,151619,3315,151619,5,0,7e6d90a6b3ef589cd929a72b340f25ad526d44dc,0,0,0,0,0,
+20200524,MP,22,4735,,,,,,,,13,D,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,2,,2020-05-24T00:00:00Z,69,0,439,4757,4757,439,4757,0,0,cda1538b43bd3bad34fe028fe4f778b5cfb840ab,0,0,0,0,0,
+20200524,MS,13252,124650,,512,2023,150,,73,,7681,A,5/23/2020 19:00,2020-05-23T19:00:00Z,05/23 15:00,625,2023,2020-05-23T19:00:00Z,28,247,3435,137902,137902,3682,137902,9,27,51a7d70c3f15081df18fa54a84f4383d343a2614,0,0,0,0,0,
+20200524,MT,479,32902,,3,65,,,,,441,C,5/24/2020 11:58,2020-05-24T11:58:00Z,05/24 07:58,16,65,2020-05-24T11:58:00Z,30,0,729,33381,33381,729,33381,0,0,9b7b6bc49a5c0b7b8094e7a08994ef52c74e2fad,0,0,0,0,0,
+20200524,NC,23222,313434,,587,,,,,,11637,A,5/24/2020 11:15,2020-05-24T11:15:00Z,05/24 07:15,744,,2020-05-24T11:15:00Z,37,497,6577,336656,336656,7074,336656,7,0,d376bf8318e4814329c90dc85e4ba50d675627e1,0,0,0,0,0,
+20200524,ND,2418,63070,,40,152,,,,,1496,C,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,53,152,2020-05-24T13:00:00Z,38,53,1287,65488,65488,1340,65488,1,2,f071fbacfad2427d886208420a5a97036e80cd4f,0,0,0,0,0,
+20200524,NE,11989,71216,,,,,,,,,D,5/23/2020 16:15,2020-05-23T16:15:00Z,05/23 12:15,147,,2020-05-23T16:15:00Z,31,327,2896,83205,83205,3223,83205,0,0,a07ccb337f6e5460935467b37d40e73ed0ddec17,0,0,0,0,0,
+20200524,NH,4089,55450,1844,93,419,,120,,,2197,B,5/23/2020 09:00,2020-05-23T09:00:00Z,05/23 05:00,208,419,2020-05-23T09:00:00Z,33,0,0,61383,59539,0,59539,0,0,abb2dcdc9fb98f5d5e0627507c5341beae9867fd,0,0,0,0,0,
+20200524,NJ,154154,449653,,2857,,760,,639,,25040,A+,5/24/2020 13:00,2020-05-24T13:00:00Z,05/24 09:00,11133,,2020-05-24T13:00:00Z,34,1050,24022,603807,603807,25072,603807,52,0,3452a807d18dc0faf2dfe477b33ebd9ff0b8e0bd,0,0,0,0,0,
+20200524,NM,6795,162324,,208,1139,,,,,2357,C,5/23/2020 20:01,2020-05-23T20:01:00Z,05/23 16:01,308,1139,2020-05-23T20:01:00Z,35,170,10566,169119,169119,10736,169119,6,0,72ef1d9db29109e40a19edeacb11bb5fbdc2dffa,0,0,0,0,0,
+20200524,NV,7770,102511,,373,,92,,51,,359,A+,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,392,,2020-05-24T10:00:00Z,32,74,3160,110281,110281,3234,110281,4,0,ef46f7d813215a5bdb29317e8fe30226c10852b1,0,0,0,0,0,
+20200524,NY,361515,1338311,,4393,88324,1406,,1067,,64080,A,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,23391,88324,2020-05-24T00:00:00Z,36,1589,46176,1699826,1699826,47765,1699826,109,241,0d786c07e3246871c477dad4b725637a83ab31c4,0,0,0,0,0,
+20200524,OH,31911,292642,,864,5476,317,1438,205,,,B,5/23/2020 14:00,2020-05-23T14:00:00Z,05/23 10:00,1969,5476,2020-05-23T14:00:00Z,39,503,7556,324553,324553,8059,324553,13,39,89f42f29cedb149a53e179f2335d251ca24fb119,0,0,0,0,0,
+20200524,OK,6037,154943,,174,938,78,,,,4688,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,311,938,2020-05-23T00:00:00Z,40,77,0,160980,160980,77,160980,0,12,a2ae4758a86fc2d87e30e6acf6a282d408f50636,0,0,0,0,0,
+20200524,OR,3927,108268,,117,742,35,,18,,1376,A+,5/24/2020 03:01,2020-05-24T03:01:00Z,05/23 23:01,148,742,2020-05-24T03:01:00Z,41,39,1949,112195,112195,1988,112195,1,2,8c03515965cec4fe95f717952c96075e75517fcd,0,0,0,0,0,
+20200524,PA,67713,328382,,1533,,,,336,,40627,A,5/24/2020 12:00,2020-05-24T12:00:00Z,05/24 08:00,5124,,2020-05-24T12:00:00Z,42,730,6913,396095,396095,7643,396095,28,0,34ea07d486f3c9ed2028b08f84f3510b06d0e835,0,0,0,0,0,
+20200524,PR,3189,,,106,,13,,7,,,B,5/24/2020 06:30,2020-05-24T06:30:00Z,05/24 02:30,127,,2020-05-24T06:30:00Z,72,89,0,3189,3189,89,3189,0,0,dfd527e5fb61f3bef59ed14f02d49f7f6edfc051,0,0,0,0,0,
+20200524,RI,14065,118636,,240,1580,49,,32,,1119,A+,5/24/2020 12:00,2020-05-24T12:00:00Z,05/24 08:00,608,1580,2020-05-24T12:00:00Z,44,113,2456,132701,132701,2569,132701,11,23,2c2c70dcbf820dda9f02756fa34cd167dac2b952,0,0,0,0,0,
+20200524,SC,10096,153851,,461,1534,,,,,5743,A+,5/24/2020 15:33,2020-05-24T15:33:00Z,05/24 11:33,435,1534,2020-05-24T15:33:00Z,45,201,4836,163947,163947,5037,163947,10,0,8a1cb6b8cb1d80d0e2522df6853fc63d6738995b,0,0,0,0,0,
+20200524,SD,4563,30342,,85,364,,,,,3371,C,5/23/2020 18:00,2020-05-23T18:00:00Z,05/23 14:00,50,364,2020-05-23T18:00:00Z,46,95,1282,34905,34905,1377,34905,0,6,c86eeaa3fead54ff1b61e12e92e57a9f0bc9f716,0,0,0,0,0,
+20200524,TN,20145,363431,,,1583,,,,,12837,B,5/24/2020 15:00,2020-05-24T15:00:00Z,05/24 11:00,336,1583,2020-05-24T15:00:00Z,47,356,9462,383576,383576,9818,383576,7,10,ce42f4425d15f70c084af3cd84ad11708f1f4287,0,0,0,0,0,
+20200524,TX,55348,708197,,1572,,,,,,33385,B,5/23/2020 04:45,2020-05-23T04:45:00Z,05/23 00:45,1506,,2020-05-23T04:45:00Z,48,839,0,763545,763545,839,763545,0,0,b285655fb17ba77f74e67a03ce28972cd0094c58,0,0,0,0,0,
+20200524,UT,8392,186041,,128,688,,215,,88,5081,B,5/24/2020 10:39,2020-05-24T10:39:00Z,05/24 06:39,97,688,2020-05-24T10:39:00Z,49,132,3522,194433,194433,3654,194433,0,12,8a1d3c445daf194744407e86fafa57825ecfff2b,0,0,0,0,0,
+20200524,VA,36244,207841,411,1351,6453,354,,192,,5102,A+,5/23/2020 17:00,2020-05-23T17:00:00Z,05/23 13:00,1171,6453,2020-05-23T17:00:00Z,51,495,11120,244496,244085,11615,244085,12,22,59bbc2116bf88e76ba5e1169d8f557829a29dd36,0,0,0,0,0,
+20200524,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,0,1457,1412,0,1412,0,0,cb77f3c9f2a2418e8236370a48ba3c7e6cc5c070,0,0,0,0,0,
+20200524,VT,956,27634,,25,,,,,,839,B,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,54,,2020-05-24T00:00:00Z,50,2,1164,28590,28590,1166,28590,0,0,f2228d12720452455dbb340c6de1585c837d2782,0,0,0,0,0,
+20200524,WA,21070,321298,,313,3256,,,74,,,B,5/23/2020 02:59,2020-05-23T02:59:00Z,05/22 22:59,1055,3256,2020-05-23T02:59:00Z,53,137,2125,342368,342368,2262,342368,5,26,9d6604a375c6c0ae553bc5c864c00777dc141c5b,0,0,0,0,0,
+20200524,WI,15277,186206,223,611,2315,128,541,,,8999,A+,5/24/2020 00:00,2020-05-24T00:00:00Z,05/23 20:00,510,2315,2020-05-24T00:00:00Z,55,400,6877,201706,201483,7277,201483,3,23,eaa76a5451d54129558063a3f13b0faa44afdf87,0,0,0,0,0,
+20200524,WV,1759,83935,,23,,8,,4,,1121,B,5/24/2020 10:00,2020-05-24T10:00:00Z,05/24 06:00,72,,2020-05-24T10:00:00Z,54,42,1908,85694,85694,1950,85694,0,0,3662e9122de75c2f57be6594e0d9ee4b82d1ba62,0,0,0,0,0,
+20200524,WY,813,19221,,10,78,,,,,556,C,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,12,78,2020-05-23T00:00:00Z,56,0,0,20034,20034,0,20034,0,1,558f2b5477473d9f04d34c71763302c0ba4d91f8,0,0,0,0,0,
+20200523,AK,408,41943,,10,,,,,,358,C,5/23/2020 15:00,2020-05-23T15:00:00Z,05/23 11:00,10,,2020-05-23T15:00:00Z,02,4,901,42351,42351,905,42351,0,0,7d2c18a1856533a9ff9fd028eb5144eb44f28353,0,0,0,0,0,
+20200523,AL,13938,168738,,,1589,,538,,319,7951,B,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,546,1589,2020-05-23T00:00:00Z,01,375,4533,182676,182676,4908,182676,9,28,47cc19e80f6db4d12db473526d8c843b908b905d,0,0,0,0,0,
+20200523,AR,5612,97435,,81,590,,,14,111,4029,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,113,590,2020-05-23T00:00:00Z,05,0,0,103047,103047,0,103047,0,6,d075cfa54bc71127afe6d81087df3d10125bcc0d,0,0,0,0,0,
+20200523,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,4d0aba205b2fd82dca731a89d510ca5ffa0fde81,0,0,0,0,0,
+20200523,AZ,16039,164400,,784,1930,309,,193,,4033,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,799,1930,2020-05-23T00:00:00Z,04,431,4005,180439,180439,4436,180439,24,51,6a4b4f46575afcfe5a4a96d9390aadd5b07dc659,0,0,0,0,0,
+20200523,CA,90631,1424675,,4342,,1312,,,,,B,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,3708,,2020-05-23T00:00:00Z,06,2187,46346,1515306,1515306,48533,1515306,78,0,31e1e75f6a76ee0f1a7a6b357f27a7879380478f,0,0,0,0,0,
+20200523,CO,23487,121465,,571,4082,,,,,3612,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,1324,4082,2020-05-22T00:00:00Z,08,296,2431,144952,144952,2727,144952,14,45,56f9f7b0499e5b0c12bb23fe41e8514535b5074e,0,0,0,0,0,
+20200523,CT,40022,168345,,724,12538,,,,,7127,B,5/22/2020 20:30,2020-05-22T20:30:00Z,05/22 16:30,3675,12538,2020-05-22T20:30:00Z,09,382,5657,208367,208367,6039,208367,38,0,43624bc99cbc7631866ace2c263d130381e30d02,0,0,0,0,0,
+20200523,DC,7966,44025,,324,,110,,73,,1075,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,427,,2020-05-22T00:00:00Z,11,73,8925,51991,51991,8998,51991,9,0,b70581f69b32c80a38616bf047ea7ca460026611,0,0,0,0,0,
+20200523,DE,8690,41844,,210,,,,,,4454,B,5/22/2020 18:00,2020-05-22T18:00:00Z,05/22 14:00,324,,2020-05-22T18:00:00Z,10,161,1387,50534,50534,1548,50534,2,0,603468ba005e390a297bac58800ab61d65709d77,0,0,0,0,0,
+20200523,FL,50127,806310,1563,,9567,,,,,,A,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,2312,9567,2020-05-23T10:00:00Z,12,676,20265,858000,856437,20941,856437,44,195,ba86019a91c8cb095320d81e1ca8d138630f6681,0,0,0,0,0,
+20200523,GA,42132,411405,,848,7411,,1678,,,,A,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,1811,7411,2020-05-23T13:00:00Z,13,914,25374,453537,453537,26288,453537,26,98,d6a420532fd8c376408774326db0900107110a8e,0,0,0,0,0,
+20200523,GU,165,5194,,,,,,,,134,C,5/23/2020 02:35,2020-05-23T02:35:00Z,05/22 22:35,5,,2020-05-23T02:35:00Z,66,0,80,5359,5359,80,5359,0,0,00e785c03549f60a1e1704750767094197c6b5be,0,0,0,0,0,
+20200523,HI,642,48179,,,84,,,,,585,C,5/22/2020 18:00,2020-05-22T18:00:00Z,05/22 14:00,17,84,2020-05-22T18:00:00Z,15,-5,841,48821,48821,836,48821,0,1,08be061af28fb3ac933559f1e0dfe2596790f4dd,0,0,0,0,0,
+20200523,IA,16893,107048,,362,,111,,70,,9254,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,444,,2020-05-23T00:00:00Z,19,389,3302,123941,123941,3691,123941,19,0,ac52fadbdc0924fe78b33d6f1d08117c6d4ded9e,0,0,0,0,0,
+20200523,ID,2595,38014,,,225,,94,,,1735,A,5/22/2020 19:00,2020-05-22T19:00:00Z,05/22 15:00,79,225,2020-05-22T19:00:00Z,16,61,953,40609,40609,1014,40609,2,2,104237d4439c586360e0fa1f7aea6d3e090fb5dd,0,0,0,0,0,
+20200523,IL,107796,614451,,3753,,1027,,607,,,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,4790,,2020-05-22T00:00:00Z,17,2352,22762,722247,722247,25114,722247,75,0,ee4ee4f3f25173923f1484947984b63eac714137,0,0,0,0,0,
+20200523,IN,30901,184032,,1138,5285,403,1166,173,,,A+,5/22/2020 23:59,2020-05-22T23:59:00Z,05/22 19:59,1943,5285,2020-05-22T23:59:00Z,18,492,5880,214933,214933,6372,214933,2,0,2525ac198fb4de0c582064189a98a63d777f0bb8,0,0,0,0,0,
+20200523,KS,8958,67476,,,787,,269,,120,485,A+,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,185,787,2020-05-22T10:00:00Z,20,0,0,76434,76434,0,76434,0,0,645ee85ddc812de64c35880472c9991020d52345,0,0,0,0,0,
+20200523,KY,8426,163033,,477,2076,90,889,,,3069,A,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,391,2076,2020-05-22T17:00:00Z,21,140,5079,171459,171459,5219,171459,5,35,ed13f6c977161e3ba43874e034c571caeda7fae7,0,0,0,0,0,
+20200523,LA,37040,277407,,836,,,,112,,26249,B,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,2668,,2020-05-23T13:00:00Z,22,115,2524,314447,314447,2639,314447,0,0,f2d2d77a1c2202de12f0658490047cc898bab4fc,0,0,0,0,0,
+20200523,MA,91662,429324,,2237,9260,610,,,,,A,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,6304,9260,2020-05-23T10:00:00Z,25,773,8569,520986,520986,9342,520986,76,98,42671d4d54bcda5716fab12c9d95643d0cab53b2,0,0,0,0,0,
+20200523,MD,45495,186832,,1320,7825,524,,,,3283,B,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,2306,7825,2020-05-23T10:00:00Z,24,1071,3354,232327,232327,4425,232327,32,191,7a9d4ba569dfd7ad99de14009c492e3b6a227982,0,0,0,0,0,
+20200523,ME,2013,35450,,50,243,26,,11,,1232,B,5/23/2020 11:00,2020-05-23T11:00:00Z,05/23 07:00,77,243,2020-05-23T11:00:00Z,23,65,0,37463,37463,65,37463,2,3,0f8e8f36834a0549d6a815ee7f6add796e652a35,0,0,0,0,0,
+20200523,MI,54365,396553,,953,,449,,319,,33168,A+,5/22/2020 11:00,2020-05-22T11:00:00Z,05/22 07:00,5223,,2020-05-22T11:00:00Z,26,452,-21318,450918,450918,-20866,450918,65,0,631535590dcaa0bbe0ee84b37c23b4ace90080b9,0,0,0,0,0,
+20200523,MN,19845,169648,,568,2534,215,832,,,13485,A,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,861,2534,2020-05-22T17:00:00Z,27,840,7682,189493,189493,8522,189493,10,102,cd741bb46bc4627553aec5f6baad4511355a69a8,0,0,0,0,0,
+20200523,MO,11752,136552,,742,,,,94,,,B,5/23/2020 15:00,2020-05-23T15:00:00Z,05/23 11:00,676,,2020-05-23T15:00:00Z,29,194,-24836,148304,148304,-24642,148304,5,0,d07309a4be72e578c0864c1a2cb5cb87d0cf0c0e,0,0,0,0,0,
+20200523,MP,22,4296,,,,,,,,13,D,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,2,,2020-05-22T00:00:00Z,69,0,0,4318,4318,0,4318,0,0,6244aa6aadbbee0e9e666a01fb85a261c341f310,0,0,0,0,0,
+20200523,MS,13005,121215,,590,1996,154,,93,,7681,A,5/22/2020 19:00,2020-05-22T19:00:00Z,05/22 15:00,616,1996,2020-05-22T19:00:00Z,28,381,-4134,134220,134220,-3753,134220,20,30,baaca2e05aa655cbec87b331a1886e7f46fa3189,0,0,0,0,0,
+20200523,MT,479,32173,,3,65,,,,,441,C,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,16,65,2020-05-23T00:00:00Z,30,0,795,32652,32652,795,32652,0,0,b3f37e059090bc1c9b2ce5c7596b60061a4110d0,0,0,0,0,0,
+20200523,NC,22725,306857,,589,,,,,,11637,A,5/23/2020 11:33,2020-05-23T11:33:00Z,05/23 07:33,737,,2020-05-23T11:33:00Z,37,1107,25251,329582,329582,26358,329582,9,0,ec05ee9af4eeb416565d590d89551fc305aba298,0,0,0,0,0,
+20200523,ND,2365,61783,,39,150,,,,,1451,C,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,52,150,2020-05-23T13:00:00Z,38,48,1270,64148,64148,1318,64148,0,3,3fa8a152cf9db8349e6e04c6b87c61882c090bf6,0,0,0,0,0,
+20200523,NE,11662,68320,,,,,,,,,D,5/22/2020 19:45,2020-05-22T19:45:00Z,05/22 15:45,147,,2020-05-22T19:45:00Z,31,237,1326,79982,79982,1563,79982,4,0,6d706a08b643be14b5c5255dd0e2d5d8f158f876,0,0,0,0,0,
+20200523,NH,4089,55450,1844,93,419,,120,,,2197,B,5/23/2020 09:00,2020-05-23T09:00:00Z,05/23 05:00,208,419,2020-05-23T09:00:00Z,33,154,4285,61383,59539,4439,59539,9,26,7e764d967e73c65a6782f2385f81a5ff309d6af7,0,0,0,0,0,
+20200523,NJ,153104,425631,,2974,,806,,611,,24762,A+,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,11081,,2020-05-23T13:00:00Z,34,385,23036,578735,578735,23421,578735,96,0,30da2c2218abdf56fc3e059723cc56a725764052,0,0,0,0,0,
+20200523,NM,6625,151758,,206,1139,,,,,2149,C,5/22/2020 17:58,2020-05-22T17:58:00Z,05/22 13:58,302,1139,2020-05-22T17:58:00Z,35,153,5463,158383,158383,5616,158383,8,0,684928c845753c8255777ee7ed0b63423ef7e1ff,0,0,0,0,0,
+20200523,NV,7696,99351,,402,,99,,53,,359,A+,5/23/2020 13:00,2020-05-23T13:00:00Z,05/23 09:00,388,,2020-05-23T13:00:00Z,32,295,6811,107047,107047,7106,107047,7,0,89d5dc4517a0db7a502e36186f23f6eb4290d964,0,0,0,0,0,
+20200523,NY,359926,1292135,,4844,88083,1581,,1254,,63292,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,23282,88083,2020-05-22T00:00:00Z,36,1772,49496,1652061,1652061,51268,1652061,87,240,42d7a3a027fe10b0ccb5bf2e55afcba7dc464a37,0,0,0,0,0,
+20200523,OH,31408,285086,,858,5437,333,1429,223,,,B,5/23/2020 14:00,2020-05-23T14:00:00Z,05/23 10:00,1956,5437,2020-05-23T14:00:00Z,39,614,8080,316494,316494,8694,316494,84,58,f36e4064095595e5c407d55ea2a5c8d8fd327c7f,0,0,0,0,0,
+20200523,OK,5960,154943,,174,926,78,,,,4645,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,311,926,2020-05-23T00:00:00Z,40,111,7625,160903,160903,7736,160903,4,0,bc827ebf66f27255caf9327c751176f45276325e,0,0,0,0,0,
+20200523,OR,3888,106319,,102,740,41,,15,,1376,A+,5/23/2020 03:01,2020-05-23T03:01:00Z,05/22 23:01,147,740,2020-05-23T03:01:00Z,41,24,2344,110207,110207,2368,110207,0,3,4a81f76e3f8a5d38655bad1d60ed8f0aec8a1293,0,0,0,0,0,
+20200523,PA,66983,321469,,1560,,,,348,,39519,A,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,5096,,2020-05-23T00:00:00Z,42,725,8726,388452,388452,9451,388452,112,0,8cfb2993f002aa50e4457f772a8cb1700d5757b7,0,0,0,0,0,
+20200523,PR,3100,,,106,,14,,5,,,B,5/23/2020 06:30,2020-05-23T06:30:00Z,05/23 02:30,127,,2020-05-23T06:30:00Z,72,70,0,3100,3100,70,3100,1,0,f50a7f2516fde391258da54d2ddd499c08457d6d,0,0,0,0,0,
+20200523,RI,13952,116180,,233,1557,51,,34,,1106,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,597,1557,2020-05-23T00:00:00Z,44,216,2777,130132,130132,2993,130132,18,20,a30079d921410bfdaca7235da544aa8380cab20b,0,0,0,0,0,
+20200523,SC,9895,149015,,430,1534,,,,,5743,A+,5/23/2020 15:31,2020-05-23T15:31:00Z,05/23 11:31,425,1534,2020-05-23T15:31:00Z,45,257,8630,158910,158910,8887,158910,6,0,2cd834dfd2976a3ffa2b8f1974b0c176aa70d39a,0,0,0,0,0,
+20200523,SD,4468,29060,,90,358,,,,,3336,C,5/22/2020 18:00,2020-05-22T18:00:00Z,05/22 14:00,50,358,2020-05-22T18:00:00Z,46,112,1072,33528,33528,1184,33528,0,7,7b73843920e3a0a1fb99cc81b9c59c338363eb00,0,0,0,0,0,
+20200523,TN,19789,353969,,,1573,,,,,12745,B,5/23/2020 15:00,2020-05-23T15:00:00Z,05/23 11:00,329,1573,2020-05-23T15:00:00Z,47,395,12347,373758,373758,12742,373758,14,13,3c4995fb331ef14dfde40de1fea589c955345b38,0,0,0,0,0,
+20200523,TX,54509,708197,,1688,,,,,,32277,B,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,1506,,2020-05-22T17:00:00Z,48,1060,20284,762706,762706,21344,762706,26,0,b182b569f9f03915e14179a90cce4cf8cc4cabe3,0,0,0,0,0,
+20200523,UT,8260,182519,,165,676,,213,,88,4898,B,5/23/2020 11:28,2020-05-23T11:28:00Z,05/23 07:28,97,676,2020-05-23T11:28:00Z,49,203,3742,190779,190779,3945,190779,4,16,b1a6042e9df51fe648fe9f981b32b6c77d5bbe46,0,0,0,0,0,
+20200523,VA,35749,196721,409,1384,6431,330,,213,,5047,A+,5/22/2020 17:00,2020-05-22T17:00:00Z,05/22 13:00,1159,6431,2020-05-22T17:00:00Z,51,799,6496,232879,232470,7295,232470,23,9,f19ed76c90ba1ef6f6b46d681072776a89e852a7,0,0,0,0,0,
+20200523,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,0,1457,1412,0,1412,0,0,e399386b16f9d73dcb692994f39631bb7ddcc7cd,0,0,0,0,0,
+20200523,VT,954,26470,,21,,,,,,837,B,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,54,,2020-05-23T00:00:00Z,50,2,1689,27424,27424,1691,27424,0,0,9a05f6007bdedbe23bfcf5e7a2b6a6965b2b31f1,0,0,0,0,0,
+20200523,WA,20933,319173,,332,3230,,,96,,,B,5/22/2020 02:59,2020-05-22T02:59:00Z,05/21 22:59,1050,3230,2020-05-22T02:59:00Z,53,186,2545,340106,340106,2731,340106,6,74,7331d4837066c36a4fadf6ab3dd11c251cf84cd5,0,0,0,0,0,
+20200523,WI,14877,179329,223,611,2292,128,542,,,8688,A+,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,507,2292,2020-05-23T00:00:00Z,55,481,6626,194429,194206,7107,194206,11,33,81b381eec3c93348568b7cc58a1ac32154e46f7d,0,0,0,0,0,
+20200523,WV,1717,82027,,39,,11,,9,,1110,B,5/23/2020 10:00,2020-05-23T10:00:00Z,05/23 06:00,72,,2020-05-23T10:00:00Z,54,101,-1186,83744,83744,-1085,83744,1,0,735eef683cc73a803d69483a528589fdbdaf4fdf,0,0,0,0,0,
+20200523,WY,813,19221,,10,77,,,,,551,C,5/23/2020 00:00,2020-05-23T00:00:00Z,05/22 20:00,12,77,2020-05-23T00:00:00Z,56,10,600,20034,20034,610,20034,0,1,99d6e68da689db2f1e450c668dfa9cc57f5cf09b,0,0,0,0,0,
+20200522,AK,404,41042,,15,,,,,,356,C,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,10,,2020-05-22T00:00:00Z,02,2,1899,41446,41446,1901,41446,0,0,c0adb6a9c815536068da4c4c031658f81ff6665d,0,0,0,0,0,
+20200522,AL,13563,164205,,,1561,,531,,315,7951,B,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,537,1561,2020-05-22T00:00:00Z,01,444,6585,177768,177768,7029,177768,8,33,ea430dc59eb077a5aa7a05f21f1aa25923b396a3,0,0,0,0,0,
+20200522,AR,5612,97435,,86,584,,,14,110,4029,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,113,584,2020-05-22T00:00:00Z,05,154,3617,103047,103047,3771,103047,3,49,ef8b6574aae205c0eeca4ba3df0c31595611f94e,0,0,0,0,0,
+20200522,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,21ff149a759cb24b3da200936958623ecae356ce,0,0,0,0,0,
+20200522,AZ,15608,160395,,796,1879,311,,203,,3949,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,775,1879,2020-05-22T00:00:00Z,04,293,4083,176003,176003,4376,176003,12,49,ca8716183968123ecab0f6cde4e7bd5d52a4ba3d,0,0,0,0,0,
+20200522,CA,88444,1378329,,4762,,1317,,,,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,3630,,2020-05-21T00:00:00Z,06,2247,43399,1466773,1466773,45646,1466773,88,0,0037ea1475168f41ece350024816619399829216,0,0,0,0,0,
+20200522,CO,23191,119034,,620,4037,,,,,3580,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,1310,4037,2020-05-22T00:00:00Z,08,394,6220,142225,142225,6614,142225,11,47,ec09d1283643b56917d176f26e60e4b7ae69c227,0,0,0,0,0,
+20200522,CT,39640,162688,,740,12538,,,,,7127,B,5/21/2020 20:30,2020-05-21T20:30:00Z,05/21 16:30,3637,12538,2020-05-21T20:30:00Z,09,432,5449,202328,202328,5881,202328,55,1592,e46928127582419be00dba05417961c958256483,0,0,0,0,0,
+20200522,DC,7893,35100,,342,,112,,74,,1069,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,418,,2020-05-21T00:00:00Z,11,105,1132,42993,42993,1237,42993,6,0,9459c0d50dd04836455f646c5675404f3ffd6b80,0,0,0,0,0,
+20200522,DE,8529,40457,,221,,,,,,4296,B,5/21/2020 18:00,2020-05-21T18:00:00Z,05/21 14:00,322,,2020-05-21T18:00:00Z,10,143,1301,48986,48986,1444,48986,5,0,5a30d61b8008a030accb0ee376f14053855a40af,0,0,0,0,0,
+20200522,FL,49451,786045,1487,,9372,,,,,,A,5/22/2020 09:39,2020-05-22T09:39:00Z,05/22 05:39,2268,9372,2020-05-22T09:39:00Z,12,776,20791,836983,835496,21567,835496,46,172,422f0692f105583ba04f1eecbe27ee844c355730,0,0,0,0,0,
+20200522,GA,41218,386031,,889,7313,,1658,,,,A,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,1785,7313,2020-05-22T13:00:00Z,13,813,18705,427249,427249,19518,427249,31,78,8bea1e17cc3402e4f9fd9f3ec06b421c15d4a7d8,0,0,0,0,0,
+20200522,GU,165,5114,,,,,,,,125,C,5/22/2020 05:35,2020-05-22T05:35:00Z,05/22 01:35,5,,2020-05-22T05:35:00Z,66,0,215,5279,5279,215,5279,0,0,22ff8add8ce056aa27d66d333b445b242af1db63,0,0,0,0,0,
+20200522,HI,647,47338,,,83,,,,,579,C,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,17,83,2020-05-21T00:00:00Z,15,4,832,47985,47985,836,47985,0,1,595a5ecc2aca374cceb392267e197daa21876bab,0,0,0,0,0,
+20200522,IA,16504,103746,,362,,123,,79,,9079,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,425,,2020-05-22T00:00:00Z,19,334,3351,120250,120250,3685,120250,19,0,9bb1e8e76d2f22133e89498c54c0c8a0f0804453,0,0,0,0,0,
+20200522,ID,2534,37061,,,223,,92,,,1720,A,5/21/2020 19:00,2020-05-21T19:00:00Z,05/21 15:00,77,223,2020-05-21T19:00:00Z,16,28,679,39595,39595,707,39595,0,2,83bf987f6d9093e2b64169dbdcd36cf924e67a10,0,0,0,0,0,
+20200522,IL,105444,591689,,3928,,1060,,589,,,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,4715,,2020-05-22T00:00:00Z,17,2758,22355,697133,697133,25113,697133,108,0,adb07dfd072950dfb0f185ec3bd82d3674be8713,0,0,0,0,0,
+20200522,IN,30409,178152,,1203,5285,416,1166,173,,,A+,5/21/2020 23:59,2020-05-21T23:59:00Z,05/21 19:59,1941,5285,2020-05-21T23:59:00Z,18,473,5093,208561,208561,5566,208561,28,896,c54756380c3e83cfe5459dd7d47f8c99ab2a38b9,0,0,0,0,0,
+20200522,KS,8958,67476,,,787,,269,,120,485,A+,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,185,787,2020-05-22T10:00:00Z,20,419,4812,76434,76434,5231,76434,7,27,2164e83e3acfcd737e2bf8729e6b833d87a1dc76,0,0,0,0,0,
+20200522,KY,8286,157954,,475,2041,92,886,,,3008,A,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,386,2041,2020-05-21T17:00:00Z,21,119,7449,166240,166240,7568,166240,10,25,f28a250a485524d2b03821bbd00285c35b1331dc,0,0,0,0,0,
+20200522,LA,36925,274883,,867,,,,104,,26249,B,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,2668,,2020-05-22T13:00:00Z,22,421,6006,311808,311808,6427,311808,39,0,a7031b29b7b0ba1a890d48dde1cf12691b6dab20,0,0,0,0,0,
+20200522,MA,90889,420755,,2323,9162,628,,,,,A,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,6228,9162,2020-05-22T10:00:00Z,25,805,9353,511644,511644,10158,511644,80,122,52c5d4b445639fdcf268f59c4c1374aed533586d,0,0,0,0,0,
+20200522,MD,44424,183478,,1329,7634,506,,,,3243,B,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,2274,7634,2020-05-22T10:00:00Z,24,893,6776,227902,227902,7669,227902,53,149,a2a4ea0165804d8b4237fdf5744bf676f19bee56,0,0,0,0,0,
+20200522,ME,1948,35450,,45,240,21,,12,,1192,B,5/22/2020 12:30,2020-05-22T12:30:00Z,05/22 08:30,75,240,2020-05-22T12:30:00Z,23,71,0,37398,37398,71,37398,2,5,7e8aff2f815f65802e68faa1f72c826c581835b9,0,0,0,0,0,
+20200522,MI,53913,417871,,955,,470,,348,,28234,A+,5/22/2020 11:00,2020-05-22T11:00:00Z,05/22 07:00,5158,,2020-05-22T11:00:00Z,26,403,16641,471784,471784,17044,471784,29,0,2eedda92fc6858d7e0e429aa94f8d983a2116668,0,0,0,0,0,
+20200522,MN,19005,161966,,534,2432,233,806,,,12696,A,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,851,2432,2020-05-21T17:00:00Z,27,805,6610,180971,180971,7415,180971,33,52,a9c5b88006ac193469326405d120b5ac7982fb05,0,0,0,0,0,
+20200522,MO,11558,161388,,711,,,,93,,,B,5/22/2020 15:00,2020-05-22T15:00:00Z,05/22 11:00,671,,2020-05-22T15:00:00Z,29,218,10636,172946,172946,10854,172946,10,0,b7b8e008a20a1807af5484d94a692f37fd372086,0,0,0,0,0,
+20200522,MP,22,4296,,,,,,,,13,D,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,2,,2020-05-22T00:00:00Z,69,0,229,4318,4318,229,4318,0,0,a7e3163ed78201a87dda1dc8b3f4e521218eb670,0,0,0,0,0,
+20200522,MS,12624,125349,,557,1966,159,,85,,7681,A,5/21/2020 19:00,2020-05-21T19:00:00Z,05/21 15:00,596,1966,2020-05-21T19:00:00Z,28,402,11601,137973,137973,12003,137973,16,34,313985e6cd3d9c987b2818865253e037e19103d7,0,0,0,0,0,
+20200522,MT,479,31378,,3,65,,,,,441,C,5/22/2020 12:05,2020-05-22T12:05:00Z,05/22 08:05,16,65,2020-05-22T12:05:00Z,30,0,1333,31857,31857,1333,31857,0,0,ce1345c4e3cf05f7780e79f9237e37b677e98496,0,0,0,0,0,
+20200522,NC,21618,281606,,568,,,,,,11637,A,5/22/2020 10:51,2020-05-22T10:51:00Z,05/22 06:51,728,,2020-05-22T10:51:00Z,37,758,11821,303224,303224,12579,303224,12,0,4737beb1258e6b29f6450455397b17fa4050d6dc,0,0,0,0,0,
+20200522,ND,2317,60513,,39,147,,,,,1405,C,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,52,147,2020-05-22T13:00:00Z,38,88,1463,62830,62830,1551,62830,1,3,4cbb16ba75701dbd8e3d90075ce4b9145e96397f,0,0,0,0,0,
+20200522,NE,11425,66994,,,,,,,,,D,5/21/2020 19:50,2020-05-21T19:50:00Z,05/21 15:50,143,,2020-05-21T19:50:00Z,31,303,2476,78419,78419,2779,78419,5,0,8948099ca1b1fc32918bbabc60765b6ac1b33c31,0,0,0,0,0,
+20200522,NH,3935,51165,1526,97,393,,120,,,1767,B,5/21/2020 09:00,2020-05-21T09:00:00Z,05/21 05:00,199,393,2020-05-21T09:00:00Z,33,67,2203,56626,55100,2270,55100,9,8,a16feff2532e59f45d065f0c5e0c5504920dc233,0,0,0,0,0,
+20200522,NJ,152719,402595,,3049,,846,,674,,24491,A+,5/22/2020 13:00,2020-05-22T13:00:00Z,05/22 09:00,10985,,2020-05-22T13:00:00Z,34,1247,9793,555314,555314,11040,555314,142,0,330b3b23e34360150122562bcd8fcc5c13354559,0,0,0,0,0,
+20200522,NM,6472,146295,,205,1139,,,,,2041,C,5/21/2020 18:00,2020-05-21T18:00:00Z,05/21 14:00,294,1139,2020-05-21T18:00:00Z,35,155,5268,152767,152767,5423,152767,11,0,d0ea9f2fb92fb377823fa0b3e7e6892f446355c8,0,0,0,0,0,
+20200522,NV,7401,92540,,404,,90,,51,,339,A+,5/22/2020 09:30,2020-05-22T09:30:00Z,05/22 05:30,381,,2020-05-22T09:30:00Z,32,146,5413,99941,99941,5559,99941,3,0,ccf54d9d372afccca2c48f4002e816b2a0c59739,0,0,0,0,0,
+20200522,NY,358154,1242639,,4844,87843,1581,,1254,,63292,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,23195,87843,2020-05-22T00:00:00Z,36,1696,44042,1600793,1600793,45738,1600793,112,205,fedd339f602ef7d16de309ab2e06d798fe0b75a6,0,0,0,0,0,
+20200522,OH,30794,277006,,879,5379,362,1416,232,,,B,5/22/2020 14:00,2020-05-22T14:00:00Z,05/22 10:00,1872,5379,2020-05-22T14:00:00Z,39,627,8095,307800,307800,8722,307800,36,84,e40c3cb1db9450dba9ae978e2e850fd95c183b23,0,0,0,0,0,
+20200522,OK,5849,147318,,190,926,94,,,,4533,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,307,926,2020-05-22T00:00:00Z,40,169,3403,153167,153167,3572,153167,3,9,066329f00316861e63db49118caf56890428c1e6,0,0,0,0,0,
+20200522,OR,3864,103975,,146,737,47,,16,,1376,A+,5/22/2020 11:00,2020-05-22T11:00:00Z,05/22 07:00,147,737,2020-05-22T11:00:00Z,41,47,2568,107839,107839,2615,107839,2,5,5c09cc60fe35f9ab33c153072d5f3763bdabdb15,0,0,0,0,0,
+20200522,PA,66258,312743,,1580,,,,368,,37767,A,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,4984,,2020-05-22T00:00:00Z,42,866,9229,379001,379001,10095,379001,115,0,51ff56548d7021cbc2e2328b4944298f4ed9ba6a,0,0,0,0,0,
+20200522,PR,3030,,,96,,12,,6,,,B,5/22/2020 05:51,2020-05-22T05:51:00Z,05/22 01:51,126,,2020-05-22T05:51:00Z,72,117,0,3030,3030,117,3030,0,0,57f788d3acb8b31a13b9fccebf67d4a34bd0338a,0,0,0,0,0,
+20200522,RI,13736,113403,,242,1537,56,,40,,1084,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,579,1537,2020-05-22T00:00:00Z,44,165,3607,127139,127139,3772,127139,23,31,74f0004a88f5d3ea2687a9206b93916e45f1f3d1,0,0,0,0,0,
+20200522,SC,9638,140385,,429,1534,,,,,5743,A+,5/22/2020 16:00,2020-05-22T16:00:00Z,05/22 12:00,419,1534,2020-05-22T16:00:00Z,45,463,11322,150023,150023,11785,150023,12,90,857dd4253a0db990b34328697d6188e792e35e14,0,0,0,0,0,
+20200522,SD,4356,27988,,83,351,,,,,3267,C,5/21/2020 18:00,2020-05-21T18:00:00Z,05/21 14:00,50,351,2020-05-21T18:00:00Z,46,106,937,32344,32344,1043,32344,2,9,124c590c46fa70d1b1e1bfb27b56c8fb35197800,0,0,0,0,0,
+20200522,TN,19394,341622,,,1560,,,,,12566,B,5/22/2020 15:00,2020-05-22T15:00:00Z,05/22 11:00,315,1560,2020-05-22T15:00:00Z,47,433,0,361016,361016,433,361016,2,21,a2b0e47f72382d3ff0adb3356e376e21b562b411,0,0,0,0,0,
+20200522,TX,53449,687913,,1578,,,,,,31223,B,5/21/2020 17:55,2020-05-21T17:55:00Z,05/21 13:55,1480,,2020-05-21T17:55:00Z,48,1181,0,741362,741362,1181,741362,40,0,cd2bc54b29a10836c2ddc6c5f5be21624acd3b3d,0,0,0,0,0,
+20200522,UT,8057,178777,,163,660,,210,,88,4748,B,5/22/2020 15:00,2020-05-22T15:00:00Z,05/22 11:00,93,660,2020-05-22T15:00:00Z,49,183,3777,186834,186834,3960,186834,1,13,84952d53b831474d8c356cbfc4abc565d8269e33,0,0,0,0,0,
+20200522,VA,34950,190225,464,1459,6422,366,,207,,4963,A+,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,1136,6422,2020-05-21T17:00:00Z,51,813,5763,225639,225175,6576,225175,37,153,ce931f2127f119c96ad349fabf237b213b68d198,0,0,0,0,0,
+20200522,VI,69,1343,45,,,,,,,61,C,5/22/2020 07:29,2020-05-22T07:29:00Z,05/22 03:29,6,,2020-05-22T07:29:00Z,78,0,29,1457,1412,29,1412,0,0,326a67eb67657dae990cffbbb0cf3c0f7495c317,0,0,0,0,0,
+20200522,VT,952,24781,,16,,,,,,834,B,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,54,,2020-05-22T00:00:00Z,50,2,30,25733,25733,32,25733,0,0,7409209ea1ec9910540b0a0c0dc452e109bac89a,0,0,0,0,0,
+20200522,WA,20747,316628,,332,3156,,,85,,,B,5/21/2020 02:59,2020-05-21T02:59:00Z,05/20 22:59,1044,3156,2020-05-21T02:59:00Z,53,265,5387,337375,337375,5652,337375,7,31,a1d31e69188e754e60bee72ea60c77ad835b7ff3,0,0,0,0,0,
+20200522,WI,14396,172703,187,583,2259,133,535,,,8362,A+,5/22/2020 00:00,2020-05-22T00:00:00Z,05/21 20:00,496,2259,2020-05-22T00:00:00Z,55,511,9465,187286,187099,9976,187099,9,41,a604f4826f81e7f7da572ce7cef2a10a6ea84f99,0,0,0,0,0,
+20200522,WV,1616,83213,,47,,13,,9,,983,B,5/22/2020 10:00,2020-05-22T10:00:00Z,05/22 06:00,71,,2020-05-22T10:00:00Z,54,23,1665,84829,84829,1688,84829,1,0,4925f7db67cd2db9939af2495068694be8ae4cbe,0,0,0,0,0,
+20200522,WY,803,18621,,10,76,,,,,551,C,5/21/2020 18:02,2020-05-21T18:02:00Z,05/21 14:02,12,76,2020-05-21T18:02:00Z,56,16,568,19424,19424,584,19424,1,1,bab2781407c025f0cd4498784f7ba1e6eeae9887,0,0,0,0,0,
+20200521,AK,402,39143,,19,,,,,,356,C,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,10,,2020-05-21T00:00:00Z,02,0,2500,39545,39545,2500,39545,0,0,216013a8c741a6e4c4f8096e0c22643823f714a2,0,0,0,0,0,
+20200521,AL,13119,157620,,,1528,,526,,311,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,529,1528,2020-05-21T00:00:00Z,01,375,5914,170739,170739,6289,170739,12,35,294a583abd4bfa8e7efcd54e98fb2c2d71981fcc,0,0,0,0,0,
+20200521,AR,5458,93818,,78,535,,,14,101,3915,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,110,535,2020-05-21T00:00:00Z,05,455,2563,99276,99276,3018,99276,3,0,29e9c18e58e4803f752dbab89811196c578bfc65,0,0,0,0,0,
+20200521,AS,0,124,,,,,,,,,D,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,4c2bce399dc9cb2231d2fdfce837b30a9854ee58,0,0,0,0,0,
+20200521,AZ,15315,156312,,812,1830,299,,197,,3872,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,763,1830,2020-05-21T00:00:00Z,04,418,5774,171627,171627,6192,171627,16,38,5de6be24b59bea92c11016a3ac1a325560e584c6,0,0,0,0,0,
+20200521,CA,86197,1334930,,4735,,1310,,,,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,3542,,2020-05-21T00:00:00Z,06,2140,38867,1421127,1421127,41007,1421127,106,0,39f4ae4591a76ae0c082690187f4be3096b7eb15,0,0,0,0,0,
+20200521,CO,22797,112814,,613,3990,,,,,3532,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,1299,3990,2020-05-21T00:00:00Z,08,315,3459,135611,135611,3774,135611,42,35,9798342c2a2f4f380f51d15b6a12d7a9a9b34c5e,0,0,0,0,0,
+20200521,CT,39208,157239,,816,10946,,,,,6264,B,5/20/2020 08:30,2020-05-20T08:30:00Z,05/20 04:30,3582,10946,2020-05-20T08:30:00Z,09,191,5538,196447,196447,5729,196447,53,0,fadd43e1f9a9124b688d862ef6c21e817083b70e,0,0,0,0,0,
+20200521,DC,7788,33968,,336,,,,74,,1061,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,412,,2020-05-20T00:00:00Z,11,237,1100,41756,41756,1337,41756,5,0,a50af00df4820ce0efa29a8dbd2ae779984c0174,0,0,0,0,0,
+20200521,DE,8386,39156,,220,,,,,,4130,B,5/20/2020 18:00,2020-05-20T18:00:00Z,05/20 14:00,317,,2020-05-20T18:00:00Z,10,192,1938,47542,47542,2130,47542,7,0,558ce48880c2548236a37938237ffb3d00d23e04,0,0,0,0,0,
+20200521,FL,48675,765254,1471,,9200,,,,,,A,5/21/2020 10:09,2020-05-21T10:09:00Z,05/21 06:09,2222,9200,2020-05-21T10:09:00Z,12,1204,41377,815400,813929,42581,813929,49,266,8329e8a0fd20ca59707707a8a40b8009839b4823,0,0,0,0,0,
+20200521,GA,40405,367326,,959,7235,,1642,,,,A,5/21/2020 13:00,2020-05-21T13:00:00Z,05/21 09:00,1754,7235,2020-05-21T13:00:00Z,13,758,4033,407731,407731,4791,407731,67,128,19e3d9d6f68409074d260ae2f7a57fe277fdc64f,0,0,0,0,0,
+20200521,GU,165,4899,,,,,,,,125,C,5/21/2020 08:00,2020-05-21T08:00:00Z,05/21 04:00,5,,2020-05-21T08:00:00Z,66,0,92,5064,5064,92,5064,0,0,01bb3cb203a8c89577f2f4ccf963f1f7da27d47b,0,0,0,0,0,
+20200521,HI,643,46506,,,82,,,,,578,C,5/20/2020 18:00,2020-05-20T18:00:00Z,05/20 14:00,17,82,2020-05-20T18:00:00Z,15,2,843,47149,47149,845,47149,0,0,5e2d5be636c686774a1fd89a8406c4124899c903,0,0,0,0,0,
+20200521,IA,16170,100395,,376,,125,,80,,8672,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,406,,2020-05-21T00:00:00Z,19,556,5261,116565,116565,5817,116565,18,0,3bd415bbc077c9455d53a92391687315e88bcddd,0,0,0,0,0,
+20200521,ID,2506,36382,,,221,,91,,,1688,B,5/20/2020 19:00,2020-05-20T19:00:00Z,05/20 15:00,77,221,2020-05-20T19:00:00Z,16,30,291,38888,38888,321,38888,0,6,92d15fb1a284459429b4cc81624bbd60321dae74,0,0,0,0,0,
+20200521,IL,102686,569334,,4107,,1088,,609,,,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,4607,,2020-05-21T00:00:00Z,17,2268,27039,672020,672020,29307,672020,82,0,9acda5f4b66596f90a137b8330863636a21a02cd,0,0,0,0,0,
+20200521,IN,29936,173059,,1166,4389,409,990,175,,,A+,5/20/2020 23:59,2020-05-20T23:59:00Z,05/20 19:59,1913,4389,2020-05-20T23:59:00Z,18,662,6595,202995,202995,7257,202995,49,0,722d06d0d1c6aebe3ec043f6df5af97b3057f0df,0,0,0,0,0,
+20200521,KS,8539,62664,,,760,,258,,116,473,A+,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,178,760,2020-05-20T10:00:00Z,20,0,0,71203,71203,0,71203,0,0,4a67752092815af17f6d1e43c69060f7bca09037,0,0,0,0,0,
+20200521,KY,8167,150505,,474,2016,98,879,,,2919,A,5/20/2020 17:00,2020-05-20T17:00:00Z,05/20 13:00,376,2016,2020-05-20T17:00:00Z,21,98,4588,158672,158672,4686,158672,10,6,9612d432f75db2c232d86056e65b34fc508302f6,0,0,0,0,0,
+20200521,LA,36504,268877,,884,,,,107,,26249,B,5/21/2020 13:00,2020-05-21T13:00:00Z,05/21 09:00,2629,,2020-05-21T13:00:00Z,22,1188,18223,305381,305381,19411,305381,21,0,99b78a18e1083718cd542a89c1b09477efdc88d0,0,0,0,0,0,
+20200521,MA,90084,411402,,2396,9040,647,,,,,A,5/21/2020 10:00,2020-05-21T10:00:00Z,05/21 06:00,6148,9040,2020-05-21T10:00:00Z,25,1114,10419,501486,501486,11533,501486,82,143,d49fddffa65527f7350b2ff0c8e1fb5f5cf0a577,0,0,0,0,0,
+20200521,MD,43531,176702,,1374,7485,526,,,,3099,B,5/21/2020 10:00,2020-05-21T10:00:00Z,05/21 06:00,2221,7485,2020-05-21T10:00:00Z,24,1208,3695,220233,220233,4903,220233,23,92,34a925513ab0c70c77899f2b70b82c12ed4a0840,0,0,0,0,0,
+20200521,ME,1877,35450,,41,235,21,,12,,1145,B,5/21/2020 12:00,2020-05-21T12:00:00Z,05/21 08:00,73,235,2020-05-21T12:00:00Z,23,58,0,37327,37327,58,37327,0,4,c5d57b6bdf9c7dbdc10e3b93cb97ee1f4eb216c9,0,0,0,0,0,
+20200521,MI,53510,401230,,1054,,472,,361,,28234,A+,5/21/2020 11:00,2020-05-21T11:00:00Z,05/21 07:00,5129,,2020-05-21T11:00:00Z,26,501,17167,454740,454740,17668,454740,69,0,f49d517e01a8237d8ad2c93550fe3d246c983a1c,0,0,0,0,0,
+20200521,MN,18200,155356,,566,2380,229,787,,,12488,A,5/20/2020 17:00,2020-05-20T17:00:00Z,05/20 13:00,818,2380,2020-05-20T17:00:00Z,27,530,5688,173556,173556,6218,173556,32,72,b0a9f74b29ebfc6bec2e80987bf1d92f26a19769,0,0,0,0,0,
+20200521,MO,11340,150752,,697,,,,99,,,B,5/21/2020 15:00,2020-05-21T15:00:00Z,05/21 11:00,661,,2020-05-21T15:00:00Z,29,108,0,162092,162092,108,162092,30,0,59f36b1d8bc0ace1b4fbb78c43c0435e554d1735,0,0,0,0,0,
+20200521,MP,22,4067,,,,,,,,13,D,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,2,,2020-05-21T00:00:00Z,69,1,271,4089,4089,272,4089,0,0,7a543da14d0918502e17fc381330cb61ae6fe1f9,0,0,0,0,0,
+20200521,MS,12222,113748,,638,1932,158,,92,,7681,A,5/20/2020 19:00,2020-05-20T19:00:00Z,05/20 15:00,580,1932,2020-05-20T19:00:00Z,28,255,5035,125970,125970,5290,125970,10,31,0ecb385a0a8036fe34c0c76b48981843c0c691ac,0,0,0,0,0,
+20200521,MT,479,30045,,3,65,,,,,440,C,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,16,65,2020-05-21T00:00:00Z,30,1,797,30524,30524,798,30524,0,0,0cf561d8dc32a7c500e237d9f63b46cb0d320242,0,0,0,0,0,
+20200521,NC,20860,269785,,578,,,,,,11637,A,5/21/2020 13:50,2020-05-21T13:50:00Z,05/21 09:50,716,,2020-05-21T13:50:00Z,37,738,12304,290645,290645,13042,290645,14,0,a99bcecf3c3e0201d4d99cb0f212f9cd64e2b16e,0,0,0,0,0,
+20200521,ND,2229,59050,,39,144,,,,,1340,C,5/21/2020 01:59,2020-05-21T01:59:00Z,05/20 21:59,51,144,2020-05-21T01:59:00Z,38,134,1945,61279,61279,2079,61279,2,2,57f0ee9af9d0b1483f6295a313b71fc8dfd5a68a,0,0,0,0,0,
+20200521,NE,11122,64518,,,,,,,,,D,5/20/2020 19:55,2020-05-20T19:55:00Z,05/20 15:55,138,,2020-05-20T19:55:00Z,31,276,3229,75640,75640,3505,75640,6,0,735fff39cda8bd14ce95adfd5757ea65f3504a04,0,0,0,0,0,
+20200521,NH,3868,48962,1434,103,385,,109,,,1388,B,5/20/2020 09:00,2020-05-20T09:00:00Z,05/20 05:00,190,385,2020-05-20T09:00:00Z,33,147,1795,54264,52830,1942,52830,8,2,606884ca2c0fcf4c6fc33753a4bd02423f65df62,0,0,0,0,0,
+20200521,NJ,151472,392802,,3208,,896,,700,,24236,A+,5/21/2020 13:00,2020-05-21T13:00:00Z,05/21 09:00,10843,,2020-05-21T13:00:00Z,34,1073,11858,544274,544274,12931,544274,96,0,fa32c87e9bc22f3cef63b87be7ac569e65665f1c,0,0,0,0,0,
+20200521,NM,6317,141027,,206,1139,,,,,1985,C,5/20/2020 18:35,2020-05-20T18:35:00Z,05/20 14:35,283,1139,2020-05-20T18:35:00Z,35,125,4973,147344,147344,5098,147344,7,0,ee6b9abdea75720791b593edb5b5b28bc63249a5,0,0,0,0,0,
+20200521,NV,7255,87127,,410,,92,,52,,339,A+,5/21/2020 10:30,2020-05-21T10:30:00Z,05/21 06:30,378,,2020-05-21T10:30:00Z,32,89,3122,94382,94382,3211,94382,5,0,d7696c87a8f167aded3bf31e86cf7bfdc01e721f,0,0,0,0,0,
+20200521,NY,356458,1198597,,5187,87638,1695,,1345,,62826,A,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,23083,87638,2020-05-21T00:00:00Z,36,2088,47131,1555055,1555055,49219,1555055,107,179,9ddf2a4ab224407b5788d931aeef529b0a193ebe,0,0,0,0,0,
+20200521,OH,30167,268911,,892,5295,349,1397,258,,,B,5/21/2020 14:00,2020-05-21T14:00:00Z,05/21 10:00,1836,5295,2020-05-21T14:00:00Z,39,731,8819,299078,299078,9550,299078,55,97,ea72f23f882b6f809c012bcf7be3b322e5af4a32,0,0,0,0,0,
+20200521,OK,5680,143915,,201,917,78,,,,4361,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,304,917,2020-05-21T00:00:00Z,40,148,5076,149595,149595,5224,149595,5,12,711c83fe193857e22b452a1f6be2e7fe12d7ec38,0,0,0,0,0,
+20200521,OR,3817,101407,,140,732,40,,14,,1406,A+,5/21/2020 11:00,2020-05-21T11:00:00Z,05/21 07:00,145,732,2020-05-21T11:00:00Z,41,16,3059,105224,105224,3075,105224,1,9,baa2f2507a43f98a50a356d8fb3d2da0cc375a24,0,0,0,0,0,
+20200521,PA,65392,303514,,1654,,,,361,,,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,4869,,2020-05-21T00:00:00Z,42,1726,17480,368906,368906,19206,368906,245,0,9b82148efbf4a62bb892297df302daf019ce9057,0,0,0,0,0,
+20200521,PR,2913,,,,,13,,7,,,C,5/21/2020 05:54,2020-05-21T05:54:00Z,05/21 01:54,126,,2020-05-21T05:54:00Z,72,47,0,2913,2913,47,2913,1,0,21da2a1b95537b024a8c8e743c4bfbe26aa303b1,0,0,0,0,0,
+20200521,RI,13571,109796,,254,1506,56,,41,,1047,A+,5/21/2020 12:00,2020-05-21T12:00:00Z,05/21 08:00,556,1506,2020-05-21T12:00:00Z,44,215,2624,123367,123367,2839,123367,18,20,a21a8c7c0bd5bb80393820354e73d1a324ecd381,0,0,0,0,0,
+20200521,SC,9175,129063,,414,1444,,,,,5451,A+,5/20/2020 17:55,2020-05-20T17:55:00Z,05/20 13:55,407,1444,2020-05-20T17:55:00Z,45,119,3056,138238,138238,3175,138238,8,0,e2d47c5d2adcee997632ad45230ab168ded3ccb8,0,0,0,0,0,
+20200521,SD,4250,27051,,91,342,,,,,3145,C,5/21/2020 11:23,2020-05-21T11:23:00Z,05/21 07:23,48,342,2020-05-21T11:23:00Z,46,73,839,31301,31301,912,31301,2,9,971794eda94f63521632d1672e805599f0bb821a,0,0,0,0,0,
+20200521,TN,18961,341622,,,1539,,,,,12191,B,5/21/2020 15:00,2020-05-21T15:00:00Z,05/21 11:00,313,1539,2020-05-21T15:00:00Z,47,429,6141,360583,360583,6570,360583,4,24,c83e79724ce62033d78d31e5e972bf464d6f90e3,0,0,0,0,0,
+20200521,TX,52268,687913,,1680,,,,,,30341,B,5/20/2020 16:50,2020-05-20T16:50:00Z,05/20 12:50,1440,,2020-05-20T16:50:00Z,48,945,18308,740181,740181,19253,740181,21,0,eeda5b351eadb5ca88644fa5d8621db7f09cf046,0,0,0,0,0,
+20200521,UT,7874,175000,,169,647,,207,,88,4596,B,5/21/2020 10:45,2020-05-21T10:45:00Z,05/21 06:45,92,647,2020-05-21T10:45:00Z,49,164,3046,182874,182874,3210,182874,2,16,282acf109ad1f43c49d474c9b4b58f622640c06a,0,0,0,0,0,
+20200521,VA,34137,184462,490,1491,6269,351,,191,,4778,A+,5/21/2020 17:00,2020-05-21T17:00:00Z,05/21 13:00,1099,6269,2020-05-21T17:00:00Z,51,1229,4744,219089,218599,5973,218599,25,210,0fdc20c6a03773790be4290e15be72d9ce4a1f34,0,0,0,0,0,
+20200521,VI,69,1314,26,,,,,,,61,C,5/20/2020 07:09,2020-05-20T07:09:00Z,05/20 03:09,6,,2020-05-20T07:09:00Z,78,0,0,1409,1383,0,1383,0,0,ebbbfd06b3832d932a958320d2683afc3a870b61,0,0,0,0,0,
+20200521,VT,950,24751,,14,,,,,,827,B,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,54,,2020-05-21T00:00:00Z,50,6,637,25701,25701,643,25701,0,0,002c38a3e05a6e05cf313ccbde07149cf7e1b54b,0,0,0,0,0,
+20200521,WA,20482,311241,,242,3125,,,70,,,B,5/20/2020 02:59,2020-05-20T02:59:00Z,05/19 22:59,1037,3125,2020-05-20T02:59:00Z,53,186,5612,331723,331723,5798,331723,6,3125,5e79ca73caf008e2de30cbe94d53b49e8f505b94,0,0,0,0,0,
+20200521,WI,13885,163238,220,524,2218,126,526,,,8012,A+,5/21/2020 00:00,2020-05-21T00:00:00Z,05/20 20:00,487,2218,2020-05-21T00:00:00Z,55,472,8938,177343,177123,9410,177123,6,57,40df6b289e28e44b6898fa3e4e993461807238de,0,0,0,0,0,
+20200521,WV,1593,81548,,46,,12,,9,,983,B,5/21/2020 10:00,2020-05-21T10:00:00Z,05/21 06:00,70,,2020-05-21T10:00:00Z,54,48,2452,83141,83141,2500,83141,1,0,99e4e0536e7514b9fc483096ec71e84e8916c564,0,0,0,0,0,
+20200521,WY,787,18053,,8,75,,,,,534,C,5/20/2020 16:54,2020-05-20T16:54:00Z,05/20 12:54,11,75,2020-05-20T16:54:00Z,56,0,0,18840,18840,0,18840,0,1,fe99717fe56fac09a6d102238a3feca47dbc9071,0,0,0,0,0,
+20200520,AK,402,36643,,16,,,,,,352,C,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,10,,2020-05-20T00:00:00Z,02,3,662,37045,37045,665,37045,0,0,cfe069d40124ddd29f18c626b7567ade450fc099,0,0,0,0,0,
+20200520,AL,12744,151706,,,1493,,524,,309,,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,517,1493,2020-05-19T00:00:00Z,01,368,6516,164450,164450,6884,164450,13,40,1f9cb20345c2c4b6a2d25930cba3b070b8200374,0,0,0,0,0,
+20200520,AR,5003,91255,,78,535,,,14,101,3852,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,107,535,2020-05-20T00:00:00Z,05,80,2477,96258,96258,2557,96258,5,0,dd358b06d7f91a10f6d1b94df78b2d4c8ebe0bd6,0,0,0,0,0,
+20200520,AS,0,124,,,,,,,,,D,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,0,124,124,0,124,0,0,36b3ae586907fc46b21a94b494ec24cfccfaef55,0,0,0,0,0,
+20200520,AZ,14897,150538,,810,1792,298,,208,,3773,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,747,1792,2020-05-20T00:00:00Z,04,331,3533,165435,165435,3864,165435,43,46,96208c4e529c42deea16fddf92c22d51782f78eb,0,0,0,0,0,
+20200520,CA,84057,1296063,,4681,,1345,,,,,B,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,3436,,2020-05-20T00:00:00Z,06,2262,38542,1380120,1380120,40804,1380120,102,0,25425c1ae4372050e4a4381b198b239a83902623,0,0,0,0,0,
+20200520,CO,22482,109355,,626,3955,,,,,3478,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,1257,3955,2020-05-20T00:00:00Z,08,280,224,131837,131837,504,131837,33,56,9325d24d54d0412f486f6f80ac14467aff78d624,0,0,0,0,0,
+20200520,CT,39017,151701,,887,10946,,,,,6264,B,5/20/2020 16:00,2020-05-20T16:00:00Z,05/20 12:00,3529,10946,2020-05-20T16:00:00Z,09,587,4611,190718,190718,5198,190718,57,0,ba9f4e474886daffe1d34bed0afedd2231fdec75,0,0,0,0,0,
+20200520,DC,7551,32868,,336,,,,74,,1059,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,407,,2020-05-19T00:00:00Z,11,117,928,40419,40419,1045,40419,7,0,e32c3fa6d07fd2ee3361ef10cdce820e1a057ee3,0,0,0,0,0,
+20200520,DE,8194,37218,,220,,,,,,3965,B,5/19/2020 18:00,2020-05-19T18:00:00Z,05/19 14:00,310,,2020-05-19T18:00:00Z,10,157,1123,45412,45412,1280,45412,6,0,d304f047e62a72f4c5c4b715c721f09f91ab2de6,0,0,0,0,0,
+20200520,FL,47471,723877,1357,472,8934,232,,,,,A+,5/20/2020 09:42,2020-05-20T09:42:00Z,05/20 05:42,2173,8934,2020-05-20T09:42:00Z,12,527,54966,772705,771348,55493,771348,44,190,d861779196ff14bb1fad3d4d245c38377b73e061,0,0,0,0,0,
+20200520,GA,39647,363293,,959,7107,,1617,,,,A,5/20/2020 13:00,2020-05-20T13:00:00Z,05/20 09:00,1687,7107,2020-05-20T13:00:00Z,13,926,23858,402940,402940,24784,402940,23,80,b9f3dfdf9e53833b95e3b1568f804c11b0a9a63a,0,0,0,0,0,
+20200520,GU,165,4807,,,,,,,,125,C,5/20/2020 06:30,2020-05-20T06:30:00Z,05/20 02:30,5,,2020-05-20T06:30:00Z,66,11,134,4972,4972,145,4972,0,0,5da94f26cddd3bc93efc85291daec5719af49669,0,0,0,0,0,
+20200520,HI,641,45663,,,82,,,,,578,C,5/19/2020 18:00,2020-05-19T18:00:00Z,05/19 14:00,17,82,2020-05-19T18:00:00Z,15,1,1280,46304,46304,1281,46304,0,0,adca3fb0d4eec81949d5d7aaf92a70d53af459b2,0,0,0,0,0,
+20200520,IA,15614,95134,,381,,126,,84,,8362,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,388,,2020-05-20T00:00:00Z,19,265,2835,110748,110748,3100,110748,16,0,7d15849b92eb202e9f9fd7d56b14fb90ec55b998,0,0,0,0,0,
+20200520,ID,2476,36091,,,215,,89,,,1668,B,5/19/2020 19:00,2020-05-19T19:00:00Z,05/19 15:00,77,215,2020-05-19T19:00:00Z,16,21,477,38567,38567,498,38567,3,2,9f5598eec069819110cc2178c38ab6ac1713baca,0,0,0,0,0,
+20200520,IL,100418,542295,,3914,,1005,,554,,,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,4525,,2020-05-20T00:00:00Z,17,2388,18641,642713,642713,21029,642713,146,0,d94a3d0a9bf5290b897b92df63c065c8543a6357,0,0,0,0,0,
+20200520,IN,29274,166464,,1288,4389,431,990,197,,,A+,5/19/2020 23:59,2020-05-19T23:59:00Z,05/19 19:59,1864,4389,2020-05-19T23:59:00Z,18,569,5839,195738,195738,6408,195738,40,0,37b3d390596a6e39f6f745beb0035b2ac5804bd8,0,0,0,0,0,
+20200520,KS,8539,62664,,,760,,258,,116,473,A+,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,178,760,2020-05-20T10:00:00Z,20,199,4014,71203,71203,4213,71203,5,20,6462a19c5751e87e45af6b1dcd420c180c2c26ec,0,0,0,0,0,
+20200520,KY,8069,145917,,443,2010,269,875,,,2826,A,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,366,2010,2020-05-19T17:00:00Z,21,0,0,153986,153986,0,153986,0,30,4fdabf1454f07c12fd50ca95e614a2ebaf2b9734,0,0,0,0,0,
+20200520,LA,35316,250654,,931,,,,110,,26249,B,5/20/2020 13:00,2020-05-20T13:00:00Z,05/20 09:00,2608,,2020-05-20T13:00:00Z,22,278,7619,285970,285970,7897,285970,27,0,e14d5feaf54d0ee620687bd4e33fa2a5fd86f3e8,0,0,0,0,0,
+20200520,MA,88970,400983,,2518,8897,675,,,,,A,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,6066,8897,2020-05-20T10:00:00Z,25,1045,11968,489953,489953,13013,489953,128,131,f80fa10eab61d0d7765cb61a2132987e716482d4,0,0,0,0,0,
+20200520,MD,42323,173007,,1410,7393,539,,,,2993,B,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,2198,7393,2020-05-20T10:00:00Z,24,777,5895,215330,215330,6672,215330,34,194,d74e78e8ed76d84b889b637f351a78de37dd8e1a,0,0,0,0,0,
+20200520,ME,1819,35450,,43,231,24,,12,,1100,B,5/20/2020 12:30,2020-05-20T12:30:00Z,05/20 08:30,73,231,2020-05-20T12:30:00Z,23,78,13358,37269,37269,13436,37269,0,6,b08dfd4c8c14d167ab8c8a3a2c0182267b2a8975,0,0,0,0,0,
+20200520,MI,53009,384063,,1066,,492,,332,,28234,A+,5/20/2020 11:00,2020-05-20T11:00:00Z,05/20 07:00,5060,,2020-05-20T11:00:00Z,26,659,13509,437072,437072,14168,437072,43,0,18347aeca4ebc37614c2934cd81d7210d2b09079,0,0,0,0,0,
+20200520,MN,17670,149668,,550,2308,212,773,,,12227,A,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,786,2308,2020-05-19T17:00:00Z,27,641,4862,167338,167338,5503,167338,29,87,78e89e8f485910b2e4280e3307a90ab5e153d8ab,0,0,0,0,0,
+20200520,MO,11232,150752,,546,,,,103,,,B,5/20/2020 15:00,2020-05-20T15:00:00Z,05/20 11:00,631,,2020-05-20T15:00:00Z,29,152,7722,161984,161984,7874,161984,15,0,1b506f074e5c6b086b4ed9b169bccc360bf65a4c,0,0,0,0,0,
+20200520,MP,21,3796,,,,,,,,13,D,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,2,,2020-05-20T00:00:00Z,69,0,0,3817,3817,0,3817,0,0,11d124510cd0c5b49a9c1d53c317f860635b2bec,0,0,0,0,0,
+20200520,MS,11967,108713,,644,1901,157,,89,,7681,A,5/19/2020 19:00,2020-05-19T19:00:00Z,05/19 15:00,570,1901,2020-05-19T19:00:00Z,28,263,2657,120680,120680,2920,120680,16,61,0a7375eb9cad6ee8eedc025640def8a0ff0081ae,0,0,0,0,0,
+20200520,MT,478,29248,,3,65,,,,,440,C,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,16,65,2020-05-20T00:00:00Z,30,7,769,29726,29726,776,29726,0,0,e845f95676688401a1769f2c6dd1176c2ce4d02f,0,0,0,0,0,
+20200520,NC,20122,257481,,554,,,,,,11637,A,5/20/2020 12:15,2020-05-20T12:15:00Z,05/20 08:15,702,,2020-05-20T12:15:00Z,37,422,12173,277603,277603,12595,277603,11,0,e38bbdbc29b348b0b42389c1f1f9f34a4c1e97c0,0,0,0,0,0,
+20200520,ND,2095,57105,,38,142,,,,,1302,C,5/20/2020 01:59,2020-05-20T01:59:00Z,05/19 21:59,49,142,2020-05-20T01:59:00Z,38,101,1368,59200,59200,1469,59200,4,7,ad7ef5e36e809ca8fe93d2ebb8125add46bb442b,0,0,0,0,0,
+20200520,NE,10846,61289,,,,,,,,,D,5/19/2020 19:00,2020-05-19T19:00:00Z,05/19 15:00,132,,2020-05-19T19:00:00Z,31,221,1930,72135,72135,2151,72135,7,0,ac294f6377a0f1744872110725d55fdfaf0dc809,0,0,0,0,0,
+20200520,NH,3721,47167,861,105,383,,109,,,1275,B,5/19/2020 09:00,2020-05-19T09:00:00Z,05/19 05:00,182,383,2020-05-19T09:00:00Z,33,69,1345,51749,50888,1414,50888,10,15,9d01720d33760ae113ee574cbc65de594e1a9866,0,0,0,0,0,
+20200520,NJ,150399,380944,,3405,,969,,750,,23945,A+,5/20/2020 13:00,2020-05-20T13:00:00Z,05/20 09:00,10747,,2020-05-20T13:00:00Z,34,1386,9775,531343,531343,11161,531343,161,0,5d6aeab650a394f3aef65c89b2bbce01f9d5ea84,0,0,0,0,0,
+20200520,NM,6192,136054,,204,1139,,,,,1882,C,5/20/2020 14:25,2020-05-20T14:25:00Z,05/20 10:25,276,1139,2020-05-20T14:25:00Z,35,96,4530,142246,142246,4626,142246,6,253,66d749def18a15feec2fad3571784a26573eed7f,0,0,0,0,0,
+20200520,NV,7166,84005,,437,,107,,60,,336,A,5/20/2020 09:00,2020-05-20T09:00:00Z,05/20 05:00,373,,2020-05-20T09:00:00Z,32,120,3496,91171,91171,3616,91171,8,0,b2ec1858f56911422b1dd0f737fe2b0a8d8e1e08,0,0,0,0,0,
+20200520,NY,354370,1151466,,5570,87459,1836,,1421,,61886,A,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,22976,87459,2020-05-20T00:00:00Z,36,1525,36572,1505836,1505836,38097,1505836,133,290,2802ace6ac2a5a66298a3672ea17012af26685d1,0,0,0,0,0,
+20200520,OH,29436,260092,,902,5198,333,1369,248,,,B,5/20/2020 14:00,2020-05-20T14:00:00Z,05/20 10:00,1781,5198,2020-05-20T14:00:00Z,39,484,11442,289528,289528,11926,289528,61,81,4da804e810bac12c9f86755f71d06d0f88f10018,0,0,0,0,0,
+20200520,OK,5532,138839,,209,905,92,,,,4266,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,299,905,2020-05-20T00:00:00Z,40,43,5181,144371,144371,5224,144371,5,8,8f2cbe3886517402afc0272b9f0e103c585156b7,0,0,0,0,0,
+20200520,OR,3801,98348,,152,723,42,,17,,1406,A+,5/20/2020 11:00,2020-05-20T11:00:00Z,05/20 07:00,144,723,2020-05-20T11:00:00Z,41,75,2354,102149,102149,2429,102149,4,9,66883325e67d5be0035796ee4ee4e243318b1581,0,0,0,0,0,
+20200520,PA,63666,286034,,1818,,,,377,,,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,4624,,2020-05-19T00:00:00Z,42,0,0,349700,349700,0,349700,0,0,f02919024a0f5e10a56c788a397ed0113a12a4a4,0,0,0,0,0,
+20200520,PR,2866,,,,,20,,5,,,C,5/20/2020 06:30,2020-05-20T06:30:00Z,05/20 02:30,125,,2020-05-20T06:30:00Z,72,61,0,2866,2866,61,2866,1,0,94abc65086ddfd8f150aec2b579079bcf731bd03,0,0,0,0,0,
+20200520,RI,13356,107172,,257,1486,58,,45,,1030,A+,5/20/2020 12:00,2020-05-20T12:00:00Z,05/20 08:00,538,1486,2020-05-20T12:00:00Z,44,405,2877,120528,120528,3282,120528,6,22,3ca110583dc14bc3a3a09873e645ebbf159fb380,0,0,0,0,0,
+20200520,SC,9056,126007,,,1444,,,,,5451,A+,5/19/2020 16:00,2020-05-19T16:00:00Z,05/19 12:00,399,1444,2020-05-19T16:00:00Z,45,0,0,135063,135063,0,135063,0,0,c7ec74ff61d4c926e4f2e5c62d87eced22cee046,0,0,0,0,0,
+20200520,SD,4177,26212,,81,333,,,,,3023,C,5/19/2020 18:00,2020-05-19T18:00:00Z,05/19 14:00,46,333,2020-05-19T18:00:00Z,46,92,588,30389,30389,680,30389,0,6,86d77b623e774503eaae080ae78eca6ef72213fa,0,0,0,0,0,
+20200520,TN,18532,335481,,,1515,,,,,11783,B,5/20/2020 15:00,2020-05-20T15:00:00Z,05/20 11:00,309,1515,2020-05-20T15:00:00Z,47,154,7736,354013,354013,7890,354013,4,17,3f7a790781534a8064b6b4f8192f1f92a50abf85,0,0,0,0,0,
+20200520,TX,51323,669605,,1791,,,,,,30341,B,5/19/2020 16:50,2020-05-19T16:50:00Z,05/19 12:50,1419,,2020-05-19T16:50:00Z,48,1411,19371,720928,720928,20782,720928,50,0,5b9a4e9dd68ac0b31f32d3d9581c49f2dfb5f1a6,0,0,0,0,0,
+20200520,UT,7710,171954,,144,631,,200,,87,4423,B,5/20/2020 10:15,2020-05-20T10:15:00Z,05/20 06:15,90,631,2020-05-20T10:15:00Z,49,192,2161,179664,179664,2353,179664,2,12,a016cf2a00d8a950d3300579445da482a970cad7,0,0,0,0,0,
+20200520,VA,32908,179718,518,1536,6059,370,,202,,4523,A+,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,1074,6059,2020-05-19T17:00:00Z,51,763,9074,213144,212626,9837,212626,33,291,5660eaadfeeb250986570538836130a340846abe,0,0,0,0,0,
+20200520,VI,69,1314,26,,,,,,,61,C,5/20/2020 07:09,2020-05-20T07:09:00Z,05/20 03:09,6,,2020-05-20T07:09:00Z,78,0,16,1409,1383,16,1383,0,0,a6bb4c1b67f9cca29a0b3abb9683a8fb67d52795,0,0,0,0,0,
+20200520,VT,944,24114,,15,,,,,,824,B,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,54,,2020-05-20T00:00:00Z,50,0,0,25058,25058,0,25058,0,0,4291b7720e7a94f61742e1646b96cd9c123be3a3,0,0,0,0,0,
+20200520,WA,20296,305629,,168,,52,,,,,B,5/19/2020 02:59,2020-05-19T02:59:00Z,05/18 22:59,1031,,2020-05-19T02:59:00Z,53,230,7026,325925,325925,7256,325925,29,0,00c44a9a2373ac8ad30b46197f7f12a4b83ce0a4,0,0,0,0,0,
+20200520,WI,13413,154300,211,609,2161,129,515,,,7728,A+,5/20/2020 00:00,2020-05-20T00:00:00Z,05/19 20:00,481,2161,2020-05-20T00:00:00Z,55,528,6063,167924,167713,6591,167713,14,51,2e34fec92e31d733000e06fe5d1a3d8b89ba3ca8,0,0,0,0,0,
+20200520,WV,1545,79096,,58,,16,,9,,950,B,5/20/2020 10:00,2020-05-20T10:00:00Z,05/20 06:00,69,,2020-05-20T10:00:00Z,54,36,2304,80641,80641,2340,80641,1,0,1f54bcbf476bdfd953bfed8953f7de9a144d0cc8,0,0,0,0,0,
+20200520,WY,787,18053,,9,74,,,,,528,C,5/20/2020 16:15,2020-05-20T16:15:00Z,05/20 12:15,11,74,2020-05-20T16:15:00Z,56,21,969,18840,18840,990,18840,1,1,6c31d4d007bad9d4f6a07dd24ec128d2bb293151,0,0,0,0,0,
+20200519,AK,399,35981,,16,,,,,,348,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,10,,2020-05-19T00:00:00Z,02,0,769,36380,36380,769,36380,0,0,7ab08c716af0029038a2635898d5fa248dfab60b,0,0,0,0,0,
+20200519,AL,12376,145190,,,1453,,517,,306,,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,504,1453,2020-05-18T00:00:00Z,01,290,153,157566,157566,443,157566,15,37,05259c5bea945ef8364b0a7fb83deca17020df85,0,0,0,0,0,
+20200519,AR,4923,88778,,78,535,,,14,101,3739,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,102,535,2020-05-19T00:00:00Z,05,110,8352,93701,93701,8462,93701,2,5,7df987e48a6cc13e0400bc0589f5fcf5a0a4cd74,0,0,0,0,0,
+20200519,AS,0,124,,,,,,,,,C,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,0,,2020-05-19T00:00:00Z,60,0,19,124,124,19,124,0,0,342e5614585abf21028cae4d212e677a7385120b,0,0,0,0,0,
+20200519,AZ,14566,147005,,792,1746,318,,201,,3693,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,704,1746,2020-05-19T00:00:00Z,04,396,4702,161571,161571,5098,161571,18,29,f5385593d9bafc2858bf1ce7aed77ee6044bfb65,0,0,0,0,0,
+20200519,CA,81795,1257521,,4363,,1307,,,,,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,3334,,2020-05-19T00:00:00Z,06,1365,45279,1339316,1339316,46644,1339316,32,0,9034a5244aebdbaf83b751316e9b9572644ca155,0,0,0,0,0,
+20200519,CO,22202,109131,,626,3899,,,,,3431,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,1224,3899,2020-05-17T00:00:00Z,08,264,2574,131333,131333,2838,131333,9,27,a77d234ce39d881fa45ac19be6b72910a1e05fd0,0,0,0,0,0,
+20200519,CT,38430,147090,,914,10946,,,,,6264,B,5/18/2020 19:00,2020-05-18T19:00:00Z,05/18 15:00,3472,10946,2020-05-18T19:00:00Z,09,314,7527,185520,185520,7841,185520,23,0,6d9e9593b3684fac8ece4183beda9ac5653ccc6c,0,0,0,0,0,
+20200519,DC,7434,31940,,375,,,,77,,1040,A,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,400,,2020-05-18T00:00:00Z,11,164,1385,39374,39374,1549,39374,8,0,dac3fe03fc0ccf4d491a42dc45bcf5be48634902,0,0,0,0,0,
+20200519,DE,8037,36095,,236,,,,,,3760,B,5/18/2020 18:00,2020-05-18T18:00:00Z,05/18 14:00,304,,2020-05-18T18:00:00Z,10,168,1506,44132,44132,1674,44132,7,0,56a43c63357a7ba561f7a3f4a1d413f08b0289b0,0,0,0,0,0,
+20200519,FL,46944,668911,1369,472,8744,232,,,,,A+,5/19/2020 10:31,2020-05-19T10:31:00Z,05/19 06:31,2129,8744,2020-05-19T10:31:00Z,12,502,38941,717224,715855,39443,715855,56,191,f13715326b2cbf40577c3df7bbd961e34a8ca6ab,0,0,0,0,0,
+20200519,GA,38721,339435,,986,7027,,1589,,,,A+,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,1664,7027,2020-05-19T13:00:00Z,13,640,13227,378156,378156,13867,378156,22,111,edb03030c881d588df8a28ae230885442033500d,0,0,0,0,0,
+20200519,GU,154,4673,,,,,,,,126,C,5/19/2020 05:45,2020-05-19T05:45:00Z,05/19 01:45,5,,2020-05-19T05:45:00Z,66,0,104,4827,4827,104,4827,0,0,4e378e6456d25a813e9467faffa8f0d63679bf36,0,0,0,0,0,
+20200519,HI,640,44383,,,82,,,,,574,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,17,82,2020-05-17T00:00:00Z,15,0,2978,45023,45023,2978,45023,0,0,037df0515d1249bd68eb675b92d00d87a156c99c,0,0,0,0,0,
+20200519,IA,15349,92299,,383,,126,,83,,8130,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,372,,2020-05-19T00:00:00Z,19,394,4106,107648,107648,4500,107648,17,0,3df2785ff3eadc8475876df45b5ce31b0ddef12a,0,0,0,0,0,
+20200519,ID,2455,35614,,,213,,89,,,1649,B,5/18/2020 19:00,2020-05-18T19:00:00Z,05/18 15:00,74,213,2020-05-18T19:00:00Z,16,36,1361,38069,38069,1397,38069,1,0,bb676817a4659befbf75b528a8374c730f0e6966,0,0,0,0,0,
+20200519,IL,98030,523654,,4002,,993,,576,,,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,4379,,2020-05-19T00:00:00Z,17,1545,16898,621684,621684,18443,621684,145,0,95bce1ffc1b1c2ed274ddb3ddd2db39999ccdcd2,0,0,0,0,0,
+20200519,IN,28705,160625,,1268,4389,421,990,206,,,A+,5/18/2020 23:59,2020-05-18T23:59:00Z,05/18 19:59,1824,4389,2020-05-18T23:59:00Z,18,450,4968,189330,189330,5418,189330,59,0,9b2f783993d8f70f88d3e67503c3519816f83095,0,0,0,0,0,
+20200519,KS,8340,58650,,,740,,250,,115,465,A,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,173,740,2020-05-18T10:00:00Z,20,0,0,66990,66990,0,66990,0,0,225a90a1a632706cc639f68598a9e3402f63ef87,0,0,0,0,0,
+20200519,KY,8069,145917,,447,1980,277,866,,,2826,A+,5/19/2020 17:00,2020-05-19T17:00:00Z,05/19 13:00,366,1980,2020-05-19T17:00:00Z,21,381,23920,153986,153986,24301,153986,32,84,8ad49d86803527d227002716cb187e77510c137d,0,0,0,0,0,
+20200519,LA,35038,243035,,1004,,,,112,,26249,B,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,2581,,2020-05-19T13:00:00Z,22,329,7996,278073,278073,8325,278073,18,0,cffbf342b4d5a3643d52b81513c6b7ed9d1ade21,0,0,0,0,0,
+20200519,MA,87925,389015,,2472,8766,672,,,,,A+,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,5938,8766,2020-05-19T10:00:00Z,25,1915,14199,476940,476940,16114,476940,141,227,95921a1a2dd0c49a6c7599ea85dc92468d3a9ed8,0,0,0,0,0,
+20200519,MD,41546,167112,,1421,7199,537,,,,2868,B,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,2164,7199,2020-05-19T10:00:00Z,24,1784,5368,208658,208658,7152,208658,42,113,cc31617a1444a1362be7e1fb708060edc12ff287,0,0,0,0,0,
+20200519,ME,1741,22092,,44,225,19,,11,,1088,B,5/19/2020 11:30,2020-05-19T11:30:00Z,05/19 07:30,73,225,2020-05-19T11:30:00Z,23,28,0,23833,23833,28,23833,2,2,ad763819860e30ded04cb21a6b0966a9f97d16cc,0,0,0,0,0,
+20200519,MI,52350,370554,,1079,,486,,351,,28234,A+,5/19/2020 11:00,2020-05-19T11:00:00Z,05/19 07:00,5017,,2020-05-19T11:00:00Z,26,435,12291,422904,422904,12726,422904,102,0,80fa555bad4601ad9f4764a060017d76e170473d,0,0,0,0,0,
+20200519,MN,17029,144806,,545,2221,229,750,,,11540,A+,5/18/2020 17:00,2020-05-18T17:00:00Z,05/18 13:00,757,2221,2020-05-18T17:00:00Z,27,657,4572,161835,161835,5229,161835,17,93,26450fa9964d7bda06c7c7299359f99e0e4055b2,0,0,0,0,0,
+20200519,MO,11080,143030,,721,,,,103,,,B,5/19/2020 15:00,2020-05-19T15:00:00Z,05/19 11:00,616,,2020-05-19T15:00:00Z,29,135,2637,154110,154110,2772,154110,11,0,e688da43b6591ff56206620c25238d868cba867b,0,0,0,0,0,
+20200519,MP,21,3796,,,,,,,,13,D,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,2,,2020-05-19T00:00:00Z,69,0,397,3817,3817,397,3817,0,0,508bbbc315c5ca230bb9e455b3bd9a243b09265f,0,0,0,0,0,
+20200519,MS,11704,106056,,611,1840,153,,87,,7681,A,5/18/2020 19:00,2020-05-18T19:00:00Z,05/18 15:00,554,1840,2020-05-18T19:00:00Z,28,272,1721,117760,117760,1993,117760,26,35,0d08439585a53187305b1a8eb72ba1d6ccd81ed0,0,0,0,0,0,
+20200519,MT,471,28479,,5,65,,,,,437,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,16,65,2020-05-19T00:00:00Z,30,1,782,28950,28950,783,28950,0,1,eb6a7c799f47668631414304a2d5924c60077aa7,0,0,0,0,0,
+20200519,NC,19700,245308,,585,,,,,,11637,A,5/19/2020 14:00,2020-05-19T14:00:00Z,05/19 10:00,691,,2020-05-19T14:00:00Z,37,677,8576,265008,265008,9253,265008,30,0,bb0027e55c602747dee628b027929b9d7c732a52,0,0,0,0,0,
+20200519,ND,1994,55737,,32,135,,,,,1269,C,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,45,135,2020-05-19T13:00:00Z,38,63,1107,57731,57731,1170,57731,1,2,8fda2f8af0838537a7543f4aa286acfc844763d2,0,0,0,0,0,
+20200519,NE,10625,59359,,,,,,,,,C,5/18/2020 20:00,2020-05-18T20:00:00Z,05/18 16:00,125,,2020-05-18T20:00:00Z,31,277,2206,69984,69984,2483,69984,2,0,f36edf6af08b217615fceb7a92925acc9623413a,0,0,0,0,0,
+20200519,NH,3652,45822,874,109,368,,109,,,1269,B,5/18/2020 09:00,2020-05-18T09:00:00Z,05/18 05:00,172,368,2020-05-18T09:00:00Z,33,56,4540,50348,49474,4596,49474,0,9,26ea923b968051a0799f6f01906e5a16a37e158e,0,0,0,0,0,
+20200519,NJ,149013,371169,,3481,,977,,789,,23657,A+,5/19/2020 13:00,2020-05-19T13:00:00Z,05/19 09:00,10586,,2020-05-19T13:00:00Z,34,974,13639,520182,520182,14613,520182,151,0,153099928dbced982dd455e77bc440870cc5b04f,0,0,0,0,0,
+20200519,NM,6096,131524,,213,886,,,,,1796,C,5/18/2020 18:05,2020-05-18T18:05:00Z,05/18 14:05,270,886,2020-05-18T18:05:00Z,35,158,4209,137620,137620,4367,137620,5,0,bf5b3891f5e72195db59353772f234164bbed48b,0,0,0,0,0,
+20200519,NV,7046,80509,,405,,106,,54,,334,B,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,365,,2020-05-19T10:00:00Z,32,140,5583,87555,87555,5723,87555,15,0,05ad32ae4bc7a714c95c8c4c7fd21a9a27937a4d,0,0,0,0,0,
+20200519,NY,352845,1114894,,5818,87169,1836,,1481,,61886,A,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,22843,87169,2020-05-19T00:00:00Z,36,1474,26708,1467739,1467739,28182,1467739,114,268,0d5a32ad86111a72d811d6539a381838abc04550,0,0,0,0,0,
+20200519,OH,28952,248650,,913,5117,365,1357,234,,,B,5/19/2020 14:00,2020-05-19T14:00:00Z,05/19 10:00,1720,5117,2020-05-19T14:00:00Z,39,498,5255,277602,277602,5753,277602,63,119,d1fdb796661a61e360a0ec39f9917951b4f6d358,0,0,0,0,0,
+20200519,OK,5489,133658,,167,897,77,,,,4135,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,294,897,2020-05-19T00:00:00Z,40,91,15496,139147,139147,15587,139147,6,12,07de7c65328ec1f251f1ab1aeaf54ee89d2f74ed,0,0,0,0,0,
+20200519,OR,3726,95994,,137,714,43,,13,,1406,A+,5/19/2020 11:00,2020-05-19T11:00:00Z,05/19 07:00,140,714,2020-05-19T11:00:00Z,41,39,2366,99720,99720,2405,99720,2,6,13a771883969f2f1557712a3f622b406d86e95e3,0,0,0,0,0,
+20200519,PA,63666,286034,,1861,,,,380,,,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,4624,,2020-05-18T00:00:00Z,42,610,8481,349700,349700,9091,349700,119,0,89a58b5da24e90e76ca392d23cb21e086c6e50bc,0,0,0,0,0,
+20200519,PR,2805,,,,,20,,8,,,C,5/19/2020 05:52,2020-05-19T05:52:00Z,05/19 01:52,124,,2020-05-19T05:52:00Z,72,95,0,2805,2805,95,2805,0,0,452d3d2047488e6e8d6f8730faac65dc554f9c41,0,0,0,0,0,
+20200519,RI,12951,104295,,247,1464,59,,44,,1023,A+,5/19/2020 12:00,2020-05-19T12:00:00Z,05/19 08:00,532,1464,2020-05-19T12:00:00Z,44,156,1706,117246,117246,1862,117246,26,26,6e047585a4d4011e14d967408ee914931766351e,0,0,0,0,0,
+20200519,SC,9056,126007,,,1444,,,,,5451,A,5/19/2020 16:00,2020-05-19T16:00:00Z,05/19 12:00,399,1444,2020-05-19T16:00:00Z,45,114,3390,135063,135063,3504,135063,8,23,4c5c44c61f6c2dc300bb6e1b7f113551ce03d0ec,0,0,0,0,0,
+20200519,SD,4085,25624,,75,327,,,,,2914,B,5/18/2020 18:00,2020-05-18T18:00:00Z,05/18 14:00,46,327,2020-05-18T18:00:00Z,46,58,606,29709,29709,664,29709,2,11,9500124d59333bbb680fa8e893f2617e45de5bc8,0,0,0,0,0,
+20200519,TN,18378,327745,,,1498,,,,,10969,A,5/19/2020 15:00,2020-05-19T15:00:00Z,05/19 11:00,305,1498,2020-05-19T15:00:00Z,47,367,8328,346123,346123,8695,346123,4,9,c9de1109c75d2b306aa9c40a217dc5c73a562332,0,0,0,0,0,
+20200519,TX,49912,650234,,1732,,,,,,29359,A,5/19/2020 16:50,2020-05-19T16:50:00Z,05/19 12:50,1369,,2020-05-19T16:50:00Z,48,1219,19082,700146,700146,20301,700146,22,0,229ed180ad85c09f261b7b1577f84bb162882930,0,0,0,0,0,
+20200519,UT,7518,169793,,96,619,,197,,84,4275,B,5/18/2020 10:29,2020-05-18T10:29:00Z,05/18 06:29,88,619,2020-05-18T10:29:00Z,49,134,3155,177311,177311,3289,177311,8,24,2dff2e4677a859128179674627a98e919315ddc8,0,0,0,0,0,
+20200519,VA,32145,170644,473,1497,5768,377,,199,,4271,A+,5/18/2020 17:00,2020-05-18T17:00:00Z,05/18 13:00,1041,5768,2020-05-18T17:00:00Z,51,1005,5558,203262,202789,6563,202789,27,159,2bdeb5ef333e35e60e429d496dead6705c70c04a,0,0,0,0,0,
+20200519,VI,69,1298,17,,,,,,,61,C,5/19/2020 06:34,2020-05-19T06:34:00Z,05/19 02:34,6,,2020-05-19T06:34:00Z,78,0,20,1384,1367,20,1367,0,0,f0620e73cad39c8f621e1fd83059adbc673f4d3f,0,0,0,0,0,
+20200519,VT,944,24114,,24,,,,,,820,B,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,54,,2020-05-19T00:00:00Z,50,0,567,25058,25058,567,25058,0,0,8c5abfee6170973fbddcee5816c9738da4e90f2b,0,0,0,0,0,
+20200519,WA,20066,298603,,168,,52,,,,,A,5/18/2020 02:59,2020-05-18T02:59:00Z,05/17 22:59,1002,,2020-05-18T02:59:00Z,53,238,8121,318669,318669,8359,318669,1,0,9306b954bbe692023aacec75c78fcd4adfe5767e,0,0,0,0,0,
+20200519,WI,12885,148237,211,609,2110,129,503,,,7371,A+,5/19/2020 00:00,2020-05-19T00:00:00Z,05/18 20:00,467,2110,2020-05-19T00:00:00Z,55,198,3735,161333,161122,3933,161122,8,42,8cab16954af19d60bb9ee9a9aad01547b8941ed4,0,0,0,0,0,
+20200519,WV,1509,76792,,54,,18,,9,,922,B,5/19/2020 10:00,2020-05-19T10:00:00Z,05/19 06:00,68,,2020-05-19T10:00:00Z,54,18,2248,78301,78301,2266,78301,1,0,fef10698fb715b6027c05e52d4bc825c66ce6d0a,0,0,0,0,0,
+20200519,WY,766,17084,,8,73,,,,,504,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,10,73,2020-05-18T00:00:00Z,56,12,753,17850,17850,765,17850,2,0,f5bfc2d5e2940d1783ca02e11f82e97a7df4a476,0,0,0,0,0,
+20200518,AK,399,35212,,9,,,,,,345,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,10,,2020-05-18T00:00:00Z,02,3,957,35611,35611,960,35611,0,0,4e5d210e80dae1ab98d811ae782b7860fd77d4d6,0,0,0,0,0,
+20200518,AL,12086,145037,,,1416,,512,,302,,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,489,1416,2020-05-18T00:00:00Z,01,315,458,157123,157123,773,157123,1,24,61d69ecf9bf575edcda6bc0f9cb644750b0996f8,0,0,0,0,0,
+20200518,AR,4813,80426,,77,530,,,12,101,3645,A,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,100,530,2020-05-18T00:00:00Z,05,54,0,85239,85239,54,85239,2,10,ed6b68f19ce832e8cd5927828f4febb86ba77740,0,0,0,0,0,
+20200518,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,ba3e3cb78e6937746c05fb394b82dc3f9019d1b9,0,0,0,0,0,
+20200518,AZ,14170,142303,,820,1717,329,,200,,3570,A+,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,686,1717,2020-05-18T00:00:00Z,04,233,4479,156473,156473,4712,156473,6,18,dce6539d754ff2cb10d029f5282c99d4ead36e1b,0,0,0,0,0,
+20200518,CA,80430,1212242,,4391,,1325,,,,,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,3302,,2020-05-17T00:00:00Z,06,1591,55838,1292672,1292672,57429,1292672,41,0,9635a1237f885f04857105f859c2057535b8cc77,0,0,0,0,0,
+20200518,CO,21938,106557,,650,3872,,,,,3346,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,1215,3872,2020-05-16T00:00:00Z,08,305,2642,128495,128495,2947,128495,23,6,0b8e5ce1fc9f04f0ea43fa5cc7434e03ae91d51d,0,0,0,0,0,
+20200518,CT,38116,139563,,920,10946,,,,,6264,B,5/17/2020 20:30,2020-05-17T20:30:00Z,05/17 16:30,3449,10946,2020-05-17T20:30:00Z,09,697,6375,177679,177679,7072,177679,41,0,b9e463ee443dc78cf0a3fe301cb9348f15e8452b,0,0,0,0,0,
+20200518,DC,7270,30555,,374,,,,70,,1028,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,392,,2020-05-17T00:00:00Z,11,147,1152,37825,37825,1299,37825,9,0,a1aa4abb8c11853dde7499f89b95c7e5aeb0e98b,0,0,0,0,0,
+20200518,DE,7869,34589,,240,,,,,,3545,B,5/17/2020 18:00,2020-05-17T18:00:00Z,05/17 14:00,297,,2020-05-17T18:00:00Z,10,199,1394,42458,42458,1593,42458,7,0,895629c37534b0556acb0f570acef45ded246aa9,0,0,0,0,0,
+20200518,FL,46442,629970,1346,472,8553,232,,,,,A+,5/18/2020 09:28,2020-05-18T09:28:00Z,05/18 05:28,2073,8553,2020-05-18T09:28:00Z,12,854,23766,677758,676412,24620,676412,24,75,75f191b76c80745e26ceeef54dd40805b5f58889,0,0,0,0,0,
+20200518,GA,38081,326208,,1025,6916,,1565,,,,A+,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,1642,6916,2020-05-18T13:00:00Z,13,380,12734,364289,364289,13114,364289,36,126,f98f3123be19c4a04be272eafe627ee3dcf75c77,0,0,0,0,0,
+20200518,GU,154,4569,,,,,,,,126,C,5/16/2020 04:30,2020-05-16T04:30:00Z,05/16 00:30,5,,2020-05-16T04:30:00Z,66,0,119,4723,4723,119,4723,0,0,af9f9035d03e736237c61f51801acfb80dcb450f,0,0,0,0,0,
+20200518,HI,640,41405,,,82,,,,,573,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,17,82,2020-05-17T00:00:00Z,15,1,370,42045,42045,371,42045,0,0,0dc2912fd3bc76339803957fc9d8cb5d3eab3567,0,0,0,0,0,
+20200518,IA,14955,88193,,382,,121,,85,,7324,A+,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,355,,2020-05-17T13:00:00Z,19,304,2603,103148,103148,2907,103148,4,0,da340572d88aeb806d0f4f3f1892458596e2df3b,0,0,0,0,0,
+20200518,ID,2419,34253,,,213,,89,,,1612,B,5/16/2020 19:00,2020-05-16T19:00:00Z,05/16 15:00,73,213,2020-05-16T19:00:00Z,16,0,0,36672,36672,0,36672,0,0,38283ce9992184a9dfe4256fcc700ccfecf5721b,0,0,0,0,0,
+20200518,IL,96485,506756,,4120,,1096,,636,,,A,5/18/2020 00:59,2020-05-18T00:59:00Z,05/17 20:59,4234,,2020-05-18T00:59:00Z,17,2294,19003,603241,603241,21297,603241,57,0,28ad0337b205e30fdee891f3e6bbf27e1450b3a1,0,0,0,0,0,
+20200518,IN,28255,155657,,1244,4389,426,990,212,,,A+,5/17/2020 23:59,2020-05-17T23:59:00Z,05/17 19:59,1765,4389,2020-05-17T23:59:00Z,18,477,6192,183912,183912,6669,183912,14,0,528a1dc7d092bc94a03ce70830d57cac26681300,0,0,0,0,0,
+20200518,KS,8340,58650,,,740,,250,,115,465,A,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,173,740,2020-05-18T10:00:00Z,20,454,4944,66990,66990,5398,66990,1,16,834c7f0a947367da22c34b3db5d1e1d2fb9936c9,0,0,0,0,0,
+20200518,KY,7688,121997,,381,1896,218,797,,,2768,A+,5/16/2020 17:19,2020-05-16T17:19:00Z,05/16 13:19,334,1896,2020-05-16T17:19:00Z,21,0,0,129685,129685,0,129685,0,0,9c7d80655d41bbbf1bf537d47c380476d2af4c41,0,0,0,0,0,
+20200518,LA,34709,235039,,1031,,,,118,,26249,B,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,2563,,2020-05-18T13:00:00Z,22,277,4301,269748,269748,4578,269748,72,0,32e4decae77a8fa4a57b8114b6f7c12306d25743,0,0,0,0,0,
+20200518,MA,86010,374816,,2597,8539,702,,,,,A+,5/17/2020 10:00,2020-05-17T10:00:00Z,05/17 06:00,5797,8539,2020-05-17T10:00:00Z,25,0,0,460826,460826,0,460826,0,0,6459d408614b8969368bf1bd1e2d32ca404dc599,0,0,0,0,0,
+20200518,MD,39762,161744,,1447,7086,555,,,,2817,B,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,2122,7086,2020-05-18T10:00:00Z,24,958,5622,201506,201506,6580,201506,32,93,c2b020f48a474ed097f4cc9ba3fd8ba740b7fc3f,0,0,0,0,0,
+20200518,ME,1713,22092,,42,223,16,,10,,1053,B,5/18/2020 12:15,2020-05-18T12:15:00Z,05/18 08:15,71,223,2020-05-18T12:15:00Z,23,26,0,23805,23805,26,23805,1,7,4a35878b92e104ffe2290444be032ea76e858a0f,0,0,0,0,0,
+20200518,MI,51915,358263,,1075,,473,,418,,28234,A+,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,4915,,2020-05-18T11:00:00Z,26,773,12447,410178,410178,13220,410178,24,0,d9c81d97b5d76c5dc319aa75e786fea3f3fc6b2d,0,0,0,0,0,
+20200518,MN,16372,140234,,488,2128,229,731,,,10764,A+,5/17/2020 17:00,2020-05-17T17:00:00Z,05/17 13:00,740,2128,2020-05-17T17:00:00Z,27,704,5317,156606,156606,6021,156606,9,38,1291227ab606eae87c62ce8d399ba045bed69e56,0,0,0,0,0,
+20200518,MO,10945,140393,,570,,,,91,,,B,5/18/2020 15:00,2020-05-18T15:00:00Z,05/18 11:00,605,,2020-05-18T15:00:00Z,29,156,4927,151338,151338,5083,151338,11,0,a5be9dd3811c2b0c051a4984cb813de133e60a4a,0,0,0,0,0,
+20200518,MP,21,3399,,,,,,,,12,D,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,2,,2020-05-18T00:00:00Z,69,0,81,3420,3420,81,3420,0,0,9cc8e289bc18911a16f985ad0c64cd4203576c03,0,0,0,0,0,
+20200518,MS,11432,104335,,559,1805,141,,75,,7681,A,5/17/2020 19:00,2020-05-17T19:00:00Z,05/17 15:00,528,1805,2020-05-17T19:00:00Z,28,136,2505,115767,115767,2641,115767,7,32,bd002c5cf42bad6656c46cad542d346439a489f9,0,0,0,0,0,
+20200518,MT,470,27697,,4,64,,,,,434,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,16,64,2020-05-18T00:00:00Z,30,2,1280,28167,28167,1282,28167,0,1,7d5c689109225a1d5cfdc9712438fa60eef6c798,0,0,0,0,0,
+20200518,NC,19023,236732,,511,,,,,,11637,A,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,661,,2020-05-18T11:00:00Z,37,511,6300,255755,255755,6811,255755,2,0,332bed46159be0f6e425822c2092c2615e78db6e,0,0,0,0,0,
+20200518,ND,1931,54630,,32,133,,,,,1219,C,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,44,133,2020-05-18T13:00:00Z,38,31,1309,56561,56561,1340,56561,1,3,adda1a17489c95daa5283891777f90051cfb4cc8,0,0,0,0,0,
+20200518,NE,10348,57153,,,,,,,,,C,5/17/2020 20:00,2020-05-17T20:00:00Z,05/17 16:00,123,,2020-05-17T20:00:00Z,31,128,1733,67501,67501,1861,67501,0,0,e6018169157c13cce2108f62926b5d8c74897395,0,0,0,0,0,
+20200518,NH,3596,41282,1481,114,359,,109,,,1268,B,5/18/2020 09:00,2020-05-18T09:00:00Z,05/18 05:00,172,359,2020-05-18T09:00:00Z,33,40,86,46359,44878,126,44878,1,12,44c905543f4ab183a353a41ca9f845e293fb5a69,0,0,0,0,0,
+20200518,NJ,148039,357530,,3509,,1053,,819,,23496,A+,5/18/2020 13:00,2020-05-18T13:00:00Z,05/18 09:00,10435,,2020-05-18T13:00:00Z,34,1705,16299,505569,505569,18004,505569,79,0,b52fd59040932bcf3b25637bc0ea84319985b309,0,0,0,0,0,
+20200518,NM,5938,127315,,211,886,,,,,1755,C,5/17/2020 17:29,2020-05-17T17:29:00Z,05/17 13:29,265,886,2020-05-17T17:29:00Z,35,81,4588,133253,133253,4669,133253,6,0,186693de4cf6339141431da4d38c2b5eba305e69,0,0,0,0,0,
+20200518,NV,6906,74926,,423,,105,,65,,355,B,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,350,,2020-05-18T11:00:00Z,32,49,1146,81832,81832,1195,81832,1,0,6028e3027577d82500b31d7e2089d7f3477562db,0,0,0,0,0,
+20200518,NY,351371,1088186,,5840,86901,1908,,1538,,61681,A,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,22729,86901,2020-05-18T00:00:00Z,36,1250,24911,1439557,1439557,26161,1439557,110,326,cf3cde8289cad8ea70ae419ddb62b882e6e5d85b,0,0,0,0,0,
+20200518,OH,28454,243395,,912,4998,367,1328,247,,,B,5/18/2020 14:00,2020-05-18T14:00:00Z,05/18 10:00,1657,4998,2020-05-18T14:00:00Z,39,531,6856,271849,271849,7387,271849,32,77,3a36c1cb5642c65c39b05d5e4c5db87c15f0a9db,0,0,0,0,0,
+20200518,OK,5398,118162,,76,885,45,,,,4008,A+,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,288,885,2020-05-18T00:00:00Z,40,88,0,123560,123560,88,123560,0,5,294149001499201c6827970851f2c16a24de683b,0,0,0,0,0,
+20200518,OR,3687,93628,,137,708,43,,13,,1406,A+,5/18/2020 11:00,2020-05-18T11:00:00Z,05/18 07:00,138,708,2020-05-18T11:00:00Z,41,64,2895,97315,97315,2959,97315,1,5,6141ab16ebaaebf3ec327d585de1f2a14b656dfc,0,0,0,0,0,
+20200518,PA,63056,277553,,1885,,,,397,,,C,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,4505,,2020-05-18T00:00:00Z,42,822,6883,340609,340609,7705,340609,87,0,2427af80458ce6762e754a2858cf6dc270720ae1,0,0,0,0,0,
+20200518,PR,2710,,,,,17,,4,,,C,5/18/2020 06:30,2020-05-18T06:30:00Z,05/18 02:30,124,,2020-05-18T06:30:00Z,72,64,0,2710,2710,64,2710,1,0,13c1da2627f07d7365b6b06cac541159afb54985,0,0,0,0,0,
+20200518,RI,12795,102589,,236,1438,62,,46,,1012,A+,5/18/2020 12:00,2020-05-18T12:00:00Z,05/18 08:00,506,1438,2020-05-18T12:00:00Z,44,121,2713,115384,115384,2834,115384,7,20,caa333776022fd23fd34335551a648e5031d0a15,0,0,0,0,0,
+20200518,SC,8942,122617,,,1421,,,,,5076,A,5/18/2020 16:15,2020-05-18T16:15:00Z,05/18 12:15,391,1421,2020-05-18T16:15:00Z,45,126,10947,131559,131559,11073,131559,11,0,88be4134da23ceacb5f8adeb458ea2fa9013248f,0,0,0,0,0,
+20200518,SD,4027,25018,,77,316,,,,,2784,B,5/18/2020 11:30,2020-05-18T11:30:00Z,05/18 07:30,44,316,2020-05-18T11:30:00Z,46,40,446,29045,29045,486,29045,0,4,e5de458e9ed2c9ce15241fca4728143d812c9a04,0,0,0,0,0,
+20200518,TN,18011,319417,,,1489,,,,,9886,A,5/18/2020 15:00,2020-05-18T15:00:00Z,05/18 11:00,301,1489,2020-05-18T15:00:00Z,47,623,11525,337428,337428,12148,337428,3,7,bb9bfb58649890d6ff0aca3ec540f834a206930f,0,0,0,0,0,
+20200518,TX,48693,631152,,1551,,,,,,28371,A,5/18/2020 16:25,2020-05-18T16:25:00Z,05/18 12:25,1347,,2020-05-18T16:25:00Z,48,909,28581,679845,679845,29490,679845,11,0,4fcc384fc579d17de9a0626fa275635e70a927c3,0,0,0,0,0,
+20200518,UT,7384,166638,,179,595,,197,,84,4183,B,5/18/2020 10:29,2020-05-18T10:29:00Z,05/18 06:29,80,595,2020-05-18T10:29:00Z,49,146,3124,174022,174022,3270,174022,0,9,a8cbb4d856090f55187da6b64f2551bbd3941da3,0,0,0,0,0,
+20200518,VA,31140,165086,530,1502,5609,361,,194,,4107,A+,5/17/2020 17:00,2020-05-17T17:00:00Z,05/17 13:00,1014,5609,2020-05-17T17:00:00Z,51,752,5113,196756,196226,5865,196226,5,92,a1a2f75dd1f2317418d1d3898b85c5197d53160a,0,0,0,0,0,
+20200518,VI,69,1278,45,,,,,,,61,C,5/17/2020 18:35,2020-05-17T18:35:00Z,05/17 14:35,6,,2020-05-17T18:35:00Z,78,0,0,1392,1347,0,1347,0,0,39ce08daa67ebf5fa76942292075d390df87ce40,0,0,0,0,0,
+20200518,VT,944,23547,,22,,,,,,815,B,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,54,,2020-05-18T00:00:00Z,50,4,573,24491,24491,577,24491,0,0,282ecbadf340f11ae52061aa08dc05c73bbc32b2,0,0,0,0,0,
+20200518,WA,19828,290482,,168,,52,,,,,A,5/17/2020 02:59,2020-05-17T02:59:00Z,05/16 22:59,1001,,2020-05-17T02:59:00Z,53,275,7884,310310,310310,8159,310310,1,0,d8001d61fa2776b733f0563f794fb709b9dcaaa4,0,0,0,0,0,
+20200518,WI,12687,144502,194,574,2068,128,496,,,6786,A+,5/18/2020 00:00,2020-05-18T00:00:00Z,05/17 20:00,459,2068,2020-05-18T00:00:00Z,55,144,4828,157383,157189,4972,157189,6,30,3a7ddee2d1b362ff3ba5a8c469d73477578a954d,0,0,0,0,0,
+20200518,WV,1491,74544,,48,,11,,7,,919,B,5/18/2020 10:00,2020-05-18T10:00:00Z,05/18 06:00,67,,2020-05-18T10:00:00Z,54,1,544,76035,76035,545,76035,0,0,70533df5fe6983b9640cc6c92682c32b1e8a3a27,0,0,0,0,0,
+20200518,WY,754,16331,,8,73,,,,,498,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,8,73,2020-05-17T00:00:00Z,56,0,0,17085,17085,0,17085,0,3,dc4977f9f5e54b2f2e8f5d9c09ae48976ab044de,0,0,0,0,0,
+20200517,AK,396,34255,,13,,,,,,344,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,10,,2020-05-17T00:00:00Z,02,4,1366,34651,34651,1370,34651,0,0,42143917610d6c62c9f07b71364fbbe9d485d038,0,0,0,0,0,
+20200517,AL,11771,144579,,,1392,,504,,296,,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,488,1392,2020-05-16T00:00:00Z,01,248,2608,156350,156350,2856,156350,3,5,b273df2d076134a757f8fa515f38d0db818abd53,0,0,0,0,0,
+20200517,AR,4759,80426,,65,520,,,9,101,3590,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,98,520,2020-05-17T00:00:00Z,05,181,3360,85185,85185,3541,85185,0,0,64fe68208124a9423bfdd9e0791d8a4036b68617,0,0,0,0,0,
+20200517,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,68ade68d80cc109b1cdb5035955d024d49a21376,0,0,0,0,0,
+20200517,AZ,13937,137824,,796,1699,337,,201,,3450,A+,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,680,1699,2020-05-17T00:00:00Z,04,306,4667,151761,151761,4973,151761,1,16,598eb4ef8ebd6b78411a3ce42ccd268d56840b72,0,0,0,0,0,
+20200517,CA,78839,1156404,,4291,,1293,,,,,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,3261,,2020-05-17T00:00:00Z,06,2046,54071,1235243,1235243,56117,1235243,57,0,6297ed735ac561e3689f2d92a2ffd04f0763b247,0,0,0,0,0,
+20200517,CO,21633,103915,,650,3866,,,,,3346,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,1192,3866,2020-05-15T00:00:00Z,08,401,3307,125548,125548,3708,125548,42,24,b958e5dc2c9b2cb5841cd079433bf9d77ad8e743,0,0,0,0,0,
+20200517,CT,37419,133188,,937,10946,,,,,6264,B,5/16/2020 20:30,2020-05-16T20:30:00Z,05/16 16:30,3408,10946,2020-05-16T20:30:00Z,09,716,5136,170607,170607,5852,170607,69,0,c1267372889ed5ed8780e898a6088720daf08c8b,0,0,0,0,0,
+20200517,DC,7123,29403,,369,,,,74,,1023,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,383,,2020-05-16T00:00:00Z,11,81,913,36526,36526,994,36526,8,0,941301982062e0721fe5073f6a8a1f3adaf7116b,0,0,0,0,0,
+20200517,DE,7670,33195,,229,,,,,,3478,B,5/17/2020 11:57,2020-05-17T11:57:00Z,05/17 07:57,290,,2020-05-17T11:57:00Z,10,123,984,40865,40865,1107,40865,4,0,af15d1e817821a193e8a1b8eb80d81b33315d035,0,0,0,0,0,
+20200517,FL,45588,606204,1479,472,8478,232,,,,,A+,5/17/2020 10:08,2020-05-17T10:08:00Z,05/17 06:08,2049,8478,2020-05-17T10:08:00Z,12,777,20968,653271,651792,21745,651792,9,85,34147ba1ba0508aec9d07fd5266535f2ab5eadea,0,0,0,0,0,
+20200517,GA,37701,313474,,1010,6790,,1557,,,,A+,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,1606,6790,2020-05-17T13:00:00Z,13,554,29552,351175,351175,30106,351175,14,55,10ef1d3afa16cc85f0f20bb62ae00af227c8f3b0,0,0,0,0,0,
+20200517,GU,154,4450,,,,,,,,126,C,5/16/2020 04:30,2020-05-16T04:30:00Z,05/16 00:30,5,,2020-05-16T04:30:00Z,66,0,85,4604,4604,85,4604,0,0,ee153be113a3cb031714271a12f35a5dbd89e4cf,0,0,0,0,0,
+20200517,HI,639,41035,,,82,,,,,572,B,5/16/2020 18:00,2020-05-16T18:00:00Z,05/16 14:00,17,82,2020-05-16T18:00:00Z,15,1,790,41674,41674,791,41674,0,1,cc0147a811a0ef6f08f2be824fec42d075276dac,0,0,0,0,0,
+20200517,IA,14651,85590,,376,,124,,85,,7154,A+,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,351,,2020-05-16T13:00:00Z,19,323,3618,100241,100241,3941,100241,5,0,b60cca24781b49af42f37c64735e82e53974e22f,0,0,0,0,0,
+20200517,ID,2419,34253,,,213,,89,,,1612,B,5/16/2020 19:00,2020-05-16T19:00:00Z,05/16 15:00,73,213,2020-05-16T19:00:00Z,16,30,954,36672,36672,984,36672,0,0,853ce1cb10b3b6489c7666647e7b200b65c1086a,0,0,0,0,0,
+20200517,IL,94191,487753,,4190,,1144,,735,,,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,4177,,2020-05-17T00:00:00Z,17,1734,18561,581944,581944,20295,581944,48,0,b819e85b851318935e7a83c576edd8214db69bff,0,0,0,0,0,
+20200517,IN,27778,149465,,1246,4389,441,990,205,,,A+,5/16/2020 23:59,2020-05-16T23:59:00Z,05/16 19:59,1751,4389,2020-05-16T23:59:00Z,18,498,5387,177243,177243,5885,177243,10,0,b97515bfa72a30454966ea7cfbb71100c1b2b30d,0,0,0,0,0,
+20200517,KS,7886,53706,,,724,,246,,112,443,A,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,172,724,2020-05-15T10:00:00Z,20,0,0,61592,61592,0,61592,0,0,fcf623f7c510b796f21774ed9e3b0144a6877e62,0,0,0,0,0,
+20200517,KY,7688,121997,,381,1896,218,797,,,2768,A+,5/16/2020 17:19,2020-05-16T17:19:00Z,05/16 13:19,334,1896,2020-05-16T17:19:00Z,21,244,1707,129685,129685,1951,129685,2,0,9c9df870f237c60df0f8a9a7da10e2fc6a83593a,0,0,0,0,0,
+20200517,LA,34432,230738,,1019,,,,111,,22608,B,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,2491,,2020-05-17T13:00:00Z,22,315,5113,265170,265170,5428,265170,12,0,6838110d4f461ea09210e0f4bef105d11f358eca,0,0,0,0,0,
+20200517,MA,86010,374816,,2597,8539,702,,,,,A+,5/17/2020 10:00,2020-05-17T10:00:00Z,05/17 06:00,5797,8539,2020-05-17T10:00:00Z,25,1077,11660,460826,460826,12737,460826,92,83,d778d3920132e59f2ece1216162dad659151e7d0,0,0,0,0,0,
+20200517,MD,38804,156122,,1460,6993,562,,,,2816,B,5/17/2020 10:00,2020-05-17T10:00:00Z,05/17 06:00,2090,6993,2020-05-17T10:00:00Z,24,836,3915,194926,194926,4751,194926,50,238,9a1f2a720b4664ecc937c4d9bde0f80858f4c956,0,0,0,0,0,
+20200517,ME,1687,22092,,37,216,16,,11,,1028,B,5/17/2020 11:30,2020-05-17T11:30:00Z,05/17 07:30,70,216,2020-05-17T11:30:00Z,23,39,0,23779,23779,39,23779,0,2,71f5ce747d095c40035b18b923d3ab69edb9083b,0,0,0,0,0,
+20200517,MI,51142,345816,,1114,,488,,434,,28234,A+,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,4891,,2020-05-16T11:00:00Z,26,638,38399,396958,396958,39037,396958,11,0,556c8bd40da8f5280838ee3006c83ab983697a1d,0,0,0,0,0,
+20200517,MN,15668,134917,,487,2090,221,716,,,10175,A+,5/16/2020 17:00,2020-05-16T17:00:00Z,05/16 13:00,731,2090,2020-05-16T17:00:00Z,27,699,6605,150585,150585,7304,150585,22,51,c65433fb8e8bc9320567655fce8d241c8d9f12e9,0,0,0,0,0,
+20200517,MO,10789,135466,,775,,,,116,,,B,5/17/2020 15:00,2020-05-17T15:00:00Z,05/17 11:00,594,,2020-05-17T15:00:00Z,29,114,6801,146255,146255,6915,146255,5,0,4eb037ae67fdd9485048f402036f2e9b76c8fcb2,0,0,0,0,0,
+20200517,MP,21,3318,,,,,,,,12,D,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,2,,2020-05-16T00:00:00Z,69,0,0,3339,3339,0,3339,0,0,f66e3deeea030170fae06d5621d64e6a36ccc6c6,0,0,0,0,0,
+20200517,MS,11296,101830,,608,1773,158,,81,,6268,A,5/16/2020 19:00,2020-05-16T19:00:00Z,05/16 15:00,521,1773,2020-05-16T19:00:00Z,28,173,4477,113126,113126,4650,113126,11,25,e7e9f09fbd62d0c4fb4878c39344433a1a9ba724,0,0,0,0,0,
+20200517,MT,468,26417,,3,63,,,,,431,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,16,63,2020-05-17T00:00:00Z,30,0,794,26885,26885,794,26885,0,0,2a8b0da5e22d4123aff50ae1ce9f212e25705022,0,0,0,0,0,
+20200517,NC,18512,230432,,493,,,,,,9115,A,5/17/2020 11:00,2020-05-17T11:00:00Z,05/17 07:00,659,,2020-05-17T11:00:00Z,37,530,9828,248944,248944,10358,248944,7,0,764213a3fbe3c5c5224677f04db20812aa950a00,0,0,0,0,0,
+20200517,ND,1900,53321,,30,130,,,,,1178,C,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,43,130,2020-05-17T13:00:00Z,38,52,1682,55221,55221,1734,55221,1,0,72c3ca691b5bb5e79195d79c8d77cd570b085088,0,0,0,0,0,
+20200517,NE,10220,55420,,,,,,,,,C,5/16/2020 18:15,2020-05-16T18:15:00Z,05/16 14:15,123,,2020-05-16T18:15:00Z,31,448,5214,65640,65640,5662,65640,4,0,f4fc179ae1b5785bac1fbebcff806f1234278aa0,0,0,0,0,0,
+20200517,NH,3556,41196,1216,115,347,,109,,,1258,B,5/16/2020 09:00,2020-05-16T09:00:00Z,05/16 05:00,171,347,2020-05-16T09:00:00Z,33,92,1984,45968,44752,2076,44752,12,12,d2fd09785dd360e59577344426457aebe90573f3,0,0,0,0,0,
+20200517,NJ,146334,341231,,3411,,1030,,819,,23299,A+,5/17/2020 13:00,2020-05-17T13:00:00Z,05/17 09:00,10356,,2020-05-17T13:00:00Z,34,1245,11096,487565,487565,12341,487565,107,0,d913b4750d0607d79a6e4a08da4d8afdb37ed271,0,0,0,0,0,
+20200517,NM,5857,122727,,208,886,,,,,1739,C,5/16/2020 18:05,2020-05-16T18:05:00Z,05/16 14:05,259,886,2020-05-16T18:05:00Z,35,195,3931,128584,128584,4126,128584,6,0,00577d7eb28fe226fb65ba47288a563005a1e34c,0,0,0,0,0,
+20200517,NV,6857,73780,,423,,105,,65,,272,B,5/17/2020 11:00,2020-05-17T11:00:00Z,05/17 07:00,349,,2020-05-17T11:00:00Z,32,195,6778,80637,80637,6973,80637,4,0,3c88ec5615421635cb3262d4334f200706c64679,0,0,0,0,0,
+20200517,NY,350121,1063275,,5897,86575,1981,,1601,,61381,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,22619,86575,2020-05-17T00:00:00Z,36,1889,32790,1413396,1413396,34679,1413396,141,368,b982289ad68e8d429185429e8c6ef42cb1c04bc0,0,0,0,0,0,
+20200517,OH,27923,236539,,914,4921,343,1305,230,,,B,5/17/2020 14:00,2020-05-17T14:00:00Z,05/17 10:00,1625,4921,2020-05-17T14:00:00Z,39,449,17311,264462,264462,17760,264462,15,51,e15d256fa5e2617fcf41f62b99935a39eb2c3c62,0,0,0,0,0,
+20200517,OK,5310,118162,,180,880,73,,,,3983,A+,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,288,880,2020-05-17T00:00:00Z,40,73,0,123472,123472,73,123472,0,2,3c6a93ae7637b2ff5fd75ceeaf9b68e282e1d9b2,0,0,0,0,0,
+20200517,OR,3623,90733,,156,703,37,,16,,1406,A+,5/17/2020 11:00,2020-05-17T11:00:00Z,05/17 07:00,137,703,2020-05-17T11:00:00Z,41,11,2146,94356,94356,2157,94356,0,4,2f8bbe4e1212ae7c64614cb80507bcd4b9328706,0,0,0,0,0,
+20200517,PA,62234,270670,,1821,,,,422,,,C,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,4418,,2020-05-17T00:00:00Z,42,623,4445,332904,332904,5068,332904,15,0,74b60df7cb5ceec6b8de8f41d40bd3da6ee20c08,0,0,0,0,0,
+20200517,PR,2646,,,,,24,,5,,,C,5/17/2020 05:51,2020-05-17T05:51:00Z,05/17 01:51,123,,2020-05-17T05:51:00Z,72,57,0,2646,2646,57,2646,1,0,085399db129c6e770a7165ace3f753e7f2a802c0,0,0,0,0,0,
+20200517,RI,12674,99876,,260,1418,64,,45,,972,A+,5/17/2020 12:00,2020-05-17T12:00:00Z,05/17 08:00,499,1418,2020-05-17T12:00:00Z,44,240,3830,112550,112550,4070,112550,10,15,e5df2c878a8a6845f104622c8d4f3504523ba914,0,0,0,0,0,
+20200517,SC,8816,111670,,,1421,,,,,5076,A,5/16/2020 17:25,2020-05-16T17:25:00Z,05/16 13:25,380,1421,2020-05-16T17:25:00Z,45,409,10461,120486,120486,10870,120486,0,0,c5f8249d88d19577a4070da09481a2b20e277794,0,0,0,0,0,
+20200517,SD,3987,24572,,77,312,,,,,2724,B,5/16/2020 18:00,2020-05-16T18:00:00Z,05/16 14:00,44,312,2020-05-16T18:00:00Z,46,28,355,28559,28559,383,28559,0,8,dbb63dda1ef32eaef3023c61d01d56be13177139,0,0,0,0,0,
+20200517,TN,17388,307892,,,1482,,,,,9652,A,5/17/2020 15:00,2020-05-17T15:00:00Z,05/17 11:00,298,1482,2020-05-17T15:00:00Z,47,100,4979,325280,325280,5079,325280,3,8,35d68531148574f2a102a2adc74e913d135537b3,0,0,0,0,0,
+20200517,TX,47784,602571,,1512,,,,,,27570,A,5/17/2020 16:15,2020-05-17T16:15:00Z,05/17 12:15,1336,,2020-05-17T16:15:00Z,48,785,10831,650355,650355,11616,650355,31,0,ad852168fb8e449115d4ad3a9a6e5be36a627143,0,0,0,0,0,
+20200517,UT,7238,163514,,181,586,,196,,84,4075,B,5/17/2020 12:04,2020-05-17T12:04:00Z,05/17 08:04,80,586,2020-05-17T12:04:00Z,49,170,3808,170752,170752,3978,170752,2,8,582b4c08a53ed61c1400f86aa60cf46e26cc3ae7,0,0,0,0,0,
+20200517,VA,30388,159973,527,1524,5517,379,,195,,3993,A+,5/16/2020 17:00,2020-05-16T17:00:00Z,05/16 13:00,1009,5517,2020-05-16T17:00:00Z,51,705,4088,190888,190361,4793,190361,7,103,0a1a8c2b49bc91c009bd0a22762b2bc8febf02c6,0,0,0,0,0,
+20200517,VI,69,1278,45,,,,,,,61,C,5/16/2020 18:35,2020-05-16T18:35:00Z,05/16 14:35,6,,2020-05-16T18:35:00Z,78,0,84,1392,1347,84,1347,0,0,e97728a82baf6d56a8625a21e5e6f1573b93e040,0,0,0,0,0,
+20200517,VT,940,22974,,14,,,,,,810,B,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,54,,2020-05-17T00:00:00Z,50,0,777,23914,23914,777,23914,1,0,528b98bfa732c8a335e901c87dbc993de871c3a5,0,0,0,0,0,
+20200517,WA,19553,282598,,168,,52,,,,,A,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,1000,,2020-05-17T00:00:00Z,53,146,1778,302151,302151,1924,302151,8,0,ab66527077ab7a6feb1773e16eeb6a7c521e9278,0,0,0,0,0,
+20200517,WI,12543,139674,182,543,2038,129,494,,,6542,A+,5/17/2020 00:00,2020-05-17T00:00:00Z,05/16 20:00,453,2038,2020-05-17T00:00:00Z,55,356,5468,152399,152217,5824,152217,0,20,92288fa48e1a1ea59cbc8882fc7f9a5c134b7174,0,0,0,0,0,
+20200517,WV,1490,74000,,48,,11,,7,,919,B,5/17/2020 17:00,2020-05-17T17:00:00Z,05/17 13:00,67,,2020-05-17T17:00:00Z,54,33,2064,75490,75490,2097,75490,3,0,18469e590926034f0aeb3b58c08f41eb7f968a68,0,0,0,0,0,
+20200517,WY,754,16331,,8,70,,,,,498,B,5/16/2020 15:07,2020-05-16T15:07:00Z,05/16 11:07,8,70,2020-05-16T15:07:00Z,56,38,653,17085,17085,691,17085,1,1,65229b38247a05fd88d597bebbc0892e07c046be,0,0,0,0,0,
+20200516,AK,392,32889,,10,,,,,,344,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,10,,2020-05-16T00:00:00Z,02,4,859,33281,33281,863,33281,0,0,6059d1c0d484c5bea38e9dc99b23d4e479715258,0,0,0,0,0,
+20200516,AL,11523,141971,,,1387,,501,,295,,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,485,1387,2020-05-16T00:00:00Z,01,307,7124,153494,153494,7431,153494,9,10,3a252b50acb6faf5d3654d41969800c1f31d495f,0,0,0,0,0,
+20200516,AR,4578,77066,,65,520,,,10,101,3472,A,5/15/2020 16:20,2020-05-15T16:20:00Z,05/15 12:20,98,520,2020-05-15T16:20:00Z,05,115,0,81644,81644,115,81644,0,0,b5fdefe1c40c5ed2cda08a7f929173d7fcce5922,0,0,0,0,0,
+20200516,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,8d09fa7726340d6282317864e38cf2ddac885412,0,0,0,0,0,
+20200516,AZ,13631,133157,,791,1683,344,,210,,3357,A+,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,679,1683,2020-05-16T00:00:00Z,04,462,4325,146788,146788,4787,146788,28,54,ff8c260c6af5d419cf98a23b09f3548379346d05,0,0,0,0,0,
+20200516,CA,76793,1102333,,4424,,1313,,,,,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,3204,,2020-05-16T00:00:00Z,06,1857,43363,1179126,1179126,45220,1179126,96,0,af0d4348a9de464fff602760f605eea21b300656,0,0,0,0,0,
+20200516,CO,21232,100608,,671,3842,,,,,3312,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,1150,3842,2020-05-14T00:00:00Z,08,394,3416,121840,121840,3810,121840,59,53,cef1ed4aeef76f43400e46ace7de88f610365bb8,0,0,0,0,0,
+20200516,CT,36703,128052,,994,10946,,,,,6264,B,5/15/2020 20:15,2020-05-15T20:15:00Z,05/15 16:15,3339,10946,2020-05-15T20:15:00Z,09,618,8229,164755,164755,8847,164755,54,0,3190f5495ccd8d8de5e1cd97f4f5cfb727e816d1,0,0,0,0,0,
+20200516,DC,7042,28490,,382,,,,79,,998,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,375,,2020-05-15T00:00:00Z,11,171,1022,35532,35532,1193,35532,7,0,95dfa7d37fe022a5bf1841dfdf5e71e43c1e420d,0,0,0,0,0,
+20200516,DE,7547,32211,,250,,,,,,3367,B,5/15/2020 18:00,2020-05-15T18:00:00Z,05/15 14:00,286,,2020-05-15T18:00:00Z,10,174,1306,39758,39758,1480,39758,15,0,4ea83787b9091b54022cbb75be184287611e1cf4,0,0,0,0,0,
+20200516,FL,44811,585236,1676,472,8393,232,,,,,A+,5/16/2020 10:02,2020-05-16T10:02:00Z,05/16 06:02,2040,8393,2020-05-16T10:02:00Z,12,1601,19609,631723,630047,21210,630047,49,400,560fc2a2bf35b4d9ca8a77a5e2776162d1c616a0,0,0,0,0,0,
+20200516,GA,37147,283922,,1005,6735,,1554,,,,A+,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,1592,6735,2020-05-16T13:00:00Z,13,466,18729,321069,321069,19195,321069,35,297,2e82ff5619537ac956a68bf9bef9b3063f45e28f,0,0,0,0,0,
+20200516,GU,154,4365,,,,,,,,126,C,5/16/2020 04:30,2020-05-16T04:30:00Z,05/16 00:30,5,,2020-05-16T04:30:00Z,66,0,4,4519,4519,4,4519,0,0,b67f273417d2c1ef1367819b288ace6c6f73630a,0,0,0,0,0,
+20200516,HI,638,40245,,,81,,,,,565,B,5/15/2020 18:00,2020-05-15T18:00:00Z,05/15 14:00,17,81,2020-05-15T18:00:00Z,15,1,2106,40883,40883,2107,40883,0,0,f09839b80f4f65f7a626fcae4c84e0e2378514d2,0,0,0,0,0,
+20200516,IA,14328,81972,,387,,128,,83,,6927,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,346,,2020-05-15T00:00:00Z,19,279,2455,96300,96300,2734,96300,10,0,cd021e47274e99a45ea35d6cba7c6675d543d8b1,0,0,0,0,0,
+20200516,ID,2389,33299,,,213,,89,,,1588,B,5/15/2020 19:00,2020-05-15T19:00:00Z,05/15 15:00,73,213,2020-05-15T19:00:00Z,16,38,905,35688,35688,943,35688,1,1,639e09a61742a9c80fd459e5a7387bd1107f851c,0,0,0,0,0,
+20200516,IL,92457,469192,,4306,,1135,,653,,,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,4129,,2020-05-16T00:00:00Z,17,2088,20959,561649,561649,23047,561649,71,0,9daa67d3a9949adddfb57f48137227fee6ae2ad5,0,0,0,0,0,
+20200516,IN,27280,144078,,1274,4389,426,990,199,,,A+,5/15/2020 23:59,2020-05-15T23:59:00Z,05/15 19:59,1741,4389,2020-05-15T23:59:00Z,18,625,5285,171358,171358,5910,171358,50,0,9be3df0feb5e14d3e32f78c1034b91527a828d06,0,0,0,0,0,
+20200516,KS,7886,53706,,,724,,246,,112,443,A,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,172,724,2020-05-15T10:00:00Z,20,0,0,61592,61592,0,61592,0,0,35e35e2fb1a86e8b3335f0a8208ba5c914b3f65f,0,0,0,0,0,
+20200516,KY,7444,120290,,381,1896,218,797,,,2739,A+,5/15/2020 17:00,2020-05-15T17:00:00Z,05/15 13:00,332,1896,2020-05-15T17:00:00Z,21,219,6237,127734,127734,6456,127734,4,9,4ee7219e30b518f0f7699beb26ebf58972356a6e,0,0,0,0,0,
+20200516,LA,34117,225625,,1028,,,,123,,22608,B,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,2479,,2020-05-16T13:00:00Z,22,280,6273,259742,259742,6553,259742,31,0,b8d37d6a97f565774d26304b530c8dc7aa97e2cc,0,0,0,0,0,
+20200516,MA,84933,363156,,2692,8456,747,,,,,A+,5/16/2020 10:00,2020-05-16T10:00:00Z,05/16 06:00,5705,8456,2020-05-16T10:00:00Z,25,1512,10898,448089,448089,12410,448089,113,142,cc1fb39c60050d8f87500895233c81a0c839841c,0,0,0,0,0,
+20200516,MD,37968,152207,,1500,6755,598,,,,2806,B,5/16/2020 10:00,2020-05-16T10:00:00Z,05/16 06:00,2040,6755,2020-05-16T10:00:00Z,24,982,6367,190175,190175,7349,190175,49,76,1d2384a631837e785208a783af48c77dda7d4fb4,0,0,0,0,0,
+20200516,ME,1648,22092,,37,214,19,,10,,1012,B,5/16/2020 12:00,2020-05-16T12:00:00Z,05/16 08:00,70,214,2020-05-16T12:00:00Z,23,45,0,23740,23740,45,23740,1,3,65d05a0805ac7e6406f600e89af656fea7667277,0,0,0,0,0,
+20200516,MI,50504,307417,,1256,,532,,440,,28234,A+,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,4880,,2020-05-16T11:00:00Z,26,425,0,357921,357921,425,357921,55,0,26ec5f0b9c559982956dc10ef7eb46d8b53f328f,0,0,0,0,0,
+20200516,MN,14969,128312,,493,2039,225,700,,,9571,A+,5/15/2020 17:00,2020-05-15T17:00:00Z,05/15 13:00,709,2039,2020-05-15T17:00:00Z,27,729,7883,143281,143281,8612,143281,17,54,67a413f2d1f318daa93e16a9309b6ec0f86f39f9,0,0,0,0,0,
+20200516,MO,10675,128665,,775,,,,116,,,B,5/16/2020 15:00,2020-05-16T15:00:00Z,05/16 11:00,589,,2020-05-16T15:00:00Z,29,219,4663,139340,139340,4882,139340,13,0,188bef5cda34727c2d46f62d1202f19bca4748c2,0,0,0,0,0,
+20200516,MP,21,3318,,,,,,,,12,D,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,2,,2020-05-16T00:00:00Z,69,2,12,3339,3339,14,3339,0,0,469e44250b3b48abfc22dab2f0d1c5ef42f46786,0,0,0,0,0,
+20200516,MS,11123,97353,,641,1748,170,,81,,6268,A,5/15/2020 19:00,2020-05-15T19:00:00Z,05/15 15:00,510,1748,2020-05-15T19:00:00Z,28,322,1331,108476,108476,1653,108476,17,36,96025c42127510a1b1c372c977a060320525574c,0,0,0,0,0,
+20200516,MT,468,25623,,3,63,,,,,431,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,16,63,2020-05-16T00:00:00Z,30,2,671,26091,26091,673,26091,0,0,6f5834855169bd565406c11de5d7eb56633ba0d5,0,0,0,0,0,
+20200516,NC,17982,220604,,481,,,,,,9115,A,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,652,,2020-05-16T11:00:00Z,37,853,6186,238586,238586,7039,238586,11,0,c70c8a7286967bb388f7a8aecb38e67d0fbbf7a6,0,0,0,0,0,
+20200516,ND,1848,51639,,33,130,,,,,1111,C,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,42,130,2020-05-16T13:00:00Z,38,87,1685,53487,53487,1772,53487,0,0,39cf2dd41b91ecfcf3f3aa5f6b24cdd064049296,0,0,0,0,0,
+20200516,NE,9772,50206,,,,,,,,,C,5/15/2020 15:45,2020-05-15T15:45:00Z,05/15 11:45,119,,2020-05-15T15:45:00Z,31,356,2407,59978,59978,2763,59978,6,0,58ec460a393de6ceb477c04d3b872847ea47abba,0,0,0,0,0,
+20200516,NH,3464,39212,1401,110,335,,109,,,1254,B,5/15/2020 09:00,2020-05-15T09:00:00Z,05/15 05:00,159,335,2020-05-15T09:00:00Z,33,0,64,44077,42676,64,42676,0,0,0ce5e61ff7a79c6d11cdc79d9acaa9985d4a4d8a,0,0,0,0,0,
+20200516,NJ,145089,330135,,3564,,1061,,846,,22939,A+,5/16/2020 13:00,2020-05-16T13:00:00Z,05/16 09:00,10249,,2020-05-16T13:00:00Z,34,1184,11068,475224,475224,12252,475224,111,0,4a57e597ea0a933dd6f1479af7ea8d8a114b9ccf,0,0,0,0,0,
+20200516,NM,5662,118796,,223,886,,,,,1671,C,5/15/2020 18:01,2020-05-15T18:01:00Z,05/15 14:01,253,886,2020-05-15T18:01:00Z,35,159,4698,124458,124458,4857,124458,11,0,fba7a6244ce42f939f4d30f8d9bffb37d261d7d3,0,0,0,0,0,
+20200516,NV,6662,67002,,423,,105,,65,,272,B,5/16/2020 12:00,2020-05-16T12:00:00Z,05/16 08:00,345,,2020-05-16T12:00:00Z,32,48,1470,73664,73664,1518,73664,6,0,7b1e5518ed1b46f7e1bed9c4f20fc65607f128ea,0,0,0,0,0,
+20200516,NY,348232,1030485,,6220,86207,2077,,1674,,60796,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,22478,86207,2020-05-16T00:00:00Z,36,2419,38250,1378717,1378717,40669,1378717,174,425,7e026317d6b83dfbc34dcc2420d0aa67023a1571,0,0,0,0,0,
+20200516,OH,27474,219228,,866,4870,366,1277,251,,,B,5/16/2020 14:00,2020-05-16T14:00:00Z,05/16 10:00,1610,4870,2020-05-16T14:00:00Z,39,520,0,246702,246702,520,246702,29,79,8fdef859e795d78b8825d3701918b796bb586d87,0,0,0,0,0,
+20200516,OK,5237,118162,,180,878,73,,,,3945,A+,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,288,878,2020-05-16T00:00:00Z,40,151,5056,123399,123399,5207,123399,3,15,8a34d4c77a0b7cb2a59960bfc2212c0a0e082612,0,0,0,0,0,
+20200516,OR,3612,88587,,153,699,48,,16,,1406,A+,5/16/2020 11:00,2020-05-16T11:00:00Z,05/16 07:00,137,699,2020-05-16T11:00:00Z,41,71,2622,92199,92199,2693,92199,0,8,216f9345312151c798804139c2ffd0c4cebff497,0,0,0,0,0,
+20200516,PA,61611,266225,,1873,,,,429,,,C,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,4403,,2020-05-16T00:00:00Z,42,989,7015,327836,327836,8004,327836,61,0,887f9b5cb7f7455709b4401f9121862937a4d8c7,0,0,0,0,0,
+20200516,PR,2589,,,161,,15,,5,,,B,5/16/2020 04:59,2020-05-16T04:59:00Z,05/16 00:59,122,,2020-05-16T04:59:00Z,72,47,0,2589,2589,47,2589,0,0,b729dd3a31716c0271b7712b6a5a6e96db5cec22,0,0,0,0,0,
+20200516,RI,12434,96046,,273,1403,66,,44,,947,A+,5/16/2020 12:00,2020-05-16T12:00:00Z,05/16 08:00,489,1403,2020-05-16T12:00:00Z,44,215,3287,108480,108480,3502,108480,10,31,398992d5a89b1f2cf6576f54f68dc9074036a4b0,0,0,0,0,0,
+20200516,SC,8407,101209,,,1421,,,,,5076,A,5/15/2020 16:00,2020-05-15T16:00:00Z,05/15 12:00,380,1421,2020-05-15T16:00:00Z,45,0,0,109616,109616,0,109616,0,0,2124f8469ab1824b7386bfa4b715f99e1f6a0b3f,0,0,0,0,0,
+20200516,SD,3959,24217,,75,304,,,,,2673,B,5/15/2020 18:00,2020-05-15T18:00:00Z,05/15 14:00,44,304,2020-05-15T18:00:00Z,46,72,690,28176,28176,762,28176,0,8,76eb2f870481a859634d546445a9e8cdbc9ba7a3,0,0,0,0,0,
+20200516,TN,17288,302913,,,1474,,,,,9529,A,5/16/2020 15:00,2020-05-16T15:00:00Z,05/16 11:00,295,1474,2020-05-16T15:00:00Z,47,318,10127,320201,320201,10445,320201,5,20,9ea18e51e4ca03155163c24519eff85de8ca3d32,0,0,0,0,0,
+20200516,TX,46999,591740,,1791,,,,,,26601,A,5/15/2020 16:15,2020-05-15T16:15:00Z,05/15 12:15,1305,,2020-05-15T16:15:00Z,48,1801,27308,638739,638739,29109,638739,33,0,9f11782d1a0565a7997db57f0542298dce62bce4,0,0,0,0,0,
+20200516,UT,7068,159706,,168,578,,194,,84,3896,B,5/16/2020 10:21,2020-05-16T10:21:00Z,05/16 06:21,78,578,2020-05-16T10:21:00Z,49,155,3401,166774,166774,3556,166774,1,12,be62bea34d520bde84f34b4a029b5fa3f59125d6,0,0,0,0,0,
+20200516,VA,29683,155885,485,1505,5414,381,,189,,3909,A+,5/15/2020 17:00,2020-05-15T17:00:00Z,05/15 13:00,1002,5414,2020-05-15T17:00:00Z,51,1011,6543,186053,185568,7554,185568,25,98,9f53fa0c65863b79b26152e492b614af07c87bb1,0,0,0,0,0,
+20200516,VI,69,1194,37,,,,,,,61,C,5/14/2020 19:04,2020-05-14T19:04:00Z,05/14 15:04,6,,2020-05-14T19:04:00Z,78,0,0,1300,1263,0,1263,0,0,c111137017c2518da4db9637c2065307f6804bda,0,0,0,0,0,
+20200516,VT,940,22197,,20,,,,,,804,B,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,53,,2020-05-16T00:00:00Z,50,8,960,23137,23137,968,23137,0,0,d2d85cfdf80ac2f61101bb6239864cc624215a32,0,0,0,0,0,
+20200516,WA,19407,280820,,331,,90,,,,,A,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,992,,2020-05-16T00:00:00Z,53,183,2857,300227,300227,3040,300227,9,0,8849e9023e028d220d4403c800e3ccb6356ad5b3,0,0,0,0,0,
+20200516,WI,12187,134206,189,546,2018,127,488,,,6542,A+,5/16/2020 00:00,2020-05-16T00:00:00Z,05/15 20:00,453,2018,2020-05-16T00:00:00Z,55,502,5549,146582,146393,6051,146393,8,41,daf90fe5d57ecbbe0364955fa66dc5a29355c4e1,0,0,0,0,0,
+20200516,WV,1457,71936,,55,,13,,6,,889,B,5/16/2020 10:00,2020-05-16T10:00:00Z,05/16 06:00,64,,2020-05-16T10:00:00Z,54,16,2441,73393,73393,2457,73393,2,0,044dc6d916dde5859db2c14a2e8e3581d53201bb,0,0,0,0,0,
+20200516,WY,716,15678,,8,69,,,,,496,B,5/15/2020 16:20,2020-05-15T16:20:00Z,05/15 12:20,7,69,2020-05-15T16:20:00Z,56,1,371,16394,16394,372,16394,0,1,014251b1d5e49b5049d3f34ff9a055cbc0e9e388,0,0,0,0,0,
+20200515,AK,388,32030,,8,,,,,,343,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,10,,2020-05-14T00:00:00Z,02,1,655,32418,32418,656,32418,0,0,9c7bda23263f61c8cc2cb1c9d3ef302017cf2c9b,0,0,0,0,0,
+20200515,AL,11216,134847,,,1377,,497,,293,,B,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,476,1377,2020-05-15T00:00:00Z,01,248,3830,146063,146063,4078,146063,9,27,98599af6f8e816037d39b9abcec8c3e7abf48485,0,0,0,0,0,
+20200515,AR,4463,77066,,65,520,,,9,101,3390,A,5/15/2020 16:20,2020-05-15T16:20:00Z,05/15 12:20,98,520,2020-05-15T16:20:00Z,05,227,5484,81529,81529,5711,81529,1,11,278f3cfdab6c75fde71a1fde7e9bcea0370a4980,0,0,0,0,0,
+20200515,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,2c997a7d40c95fb962476ce9f6fd465503740cc2,0,0,0,0,0,
+20200515,AZ,13169,128832,,808,1629,313,,222,,3145,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,651,1629,2020-05-15T00:00:00Z,04,495,7168,142001,142001,7663,142001,27,-7,42033f8ad1435a1b19f75252f0380e9e530818da,0,0,0,0,0,
+20200515,CA,74936,1058970,,4519,,1324,,,,,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,3108,,2020-05-14T00:00:00Z,06,1772,27483,1133906,1133906,29255,1133906,76,0,0a976450b404f774b380286eaece356fc313fd12,0,0,0,0,0,
+20200515,CO,20838,97192,,685,3789,,,,,3217,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,1091,3789,2020-05-13T00:00:00Z,08,363,3148,118030,118030,3511,118030,29,54,8029c45b14ef51b1c44929cb9c3cc175f0a6dc82,0,0,0,0,0,
+20200515,CT,36085,119823,,1033,10946,,,,,6264,B,5/14/2020 20:30,2020-05-14T20:30:00Z,05/14 16:30,3285,10946,2020-05-14T20:30:00Z,09,621,5725,155908,155908,6346,155908,66,0,3b1c0a4882e4f74324f4aacb9ddca17bf4035e22,0,0,0,0,0,
+20200515,DC,6871,27468,,393,,,,90,,975,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,368,,2020-05-14T00:00:00Z,11,135,1205,34339,34339,1340,34339,10,0,18f86761bdd8e89502db4a8452ef59cf900e202b,0,0,0,0,0,
+20200515,DE,7373,30905,,269,,,,,,3210,B,5/14/2020 18:00,2020-05-14T18:00:00Z,05/14 14:00,271,,2020-05-14T18:00:00Z,10,150,1271,38278,38278,1421,38278,11,0,94ac5d9b2cfcb0b73a4e37625b0f2cdaec35ba32,0,0,0,0,0,
+20200515,FL,43210,565627,1228,472,7993,232,,,,,A+,5/14/2020 12:33,2020-05-14T12:33:00Z,05/14 08:33,1991,7993,2020-05-14T12:33:00Z,12,0,0,610065,608837,0,608837,43,0,41679863bae67ffc18689a697b765f31c9900d4e,0,0,0,0,0,
+20200515,GA,36681,265193,,,6438,,1534,,,,A+,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,1557,6438,2020-05-15T13:00:00Z,13,823,15170,301874,301874,15993,301874,30,93,044213bc6f7704cead0acdaf43620a69c496addc,0,0,0,0,0,
+20200515,GU,154,4361,,,,,,,,124,C,5/15/2020 04:45,2020-05-15T04:45:00Z,05/15 00:45,5,,2020-05-15T04:45:00Z,66,1,135,4515,4515,136,4515,0,0,4b284550711cd5d933af488e7ead88cc5219f917,0,0,0,0,0,
+20200515,HI,637,38139,,,81,,,,,564,B,5/14/2020 18:00,2020-05-14T18:00:00Z,05/14 14:00,17,81,2020-05-14T18:00:00Z,15,-1,-104,38776,38776,-105,38776,0,0,638d2ab890e337455efabcb08b979c0139367f91,0,0,0,0,0,
+20200515,IA,14049,79517,,387,,130,,87,,6561,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,336,,2020-05-14T00:00:00Z,19,374,3898,93566,93566,4272,93566,18,0,2950468368f5d8bee9d88878044bb217035f7876,0,0,0,0,0,
+20200515,ID,2351,32394,,,212,,89,,,1573,B,5/14/2020 19:00,2020-05-14T19:00:00Z,05/14 15:00,72,212,2020-05-14T19:00:00Z,16,27,964,34745,34745,991,34745,3,0,4e15c5aab4b428726b7629d385da2e244d07254d,0,0,0,0,0,
+20200515,IL,90369,448233,,4367,,1129,,675,,,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,4058,,2020-05-15T00:00:00Z,17,2432,24133,538602,538602,26565,538602,130,0,388d0605089bde1dc498b22897f00b431a6bb93d,0,0,0,0,0,
+20200515,IN,26655,138793,,1294,4389,492,990,213,,,A+,5/14/2020 23:59,2020-05-14T23:59:00Z,05/14 19:59,1691,4389,2020-05-14T23:59:00Z,18,602,4607,165448,165448,5209,165448,45,0,c1ec0a261af2ff68da6b22f729dc529d61aae5be,0,0,0,0,0,
+20200515,KS,7886,53706,,,724,,246,,112,443,A,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,172,724,2020-05-15T10:00:00Z,20,418,3546,61592,61592,3964,61592,8,20,be988d661a317793ebc8a282b43c24984b73fa49,0,0,0,0,0,
+20200515,KY,7225,114053,,385,1887,220,794,,,2712,A+,5/14/2020 17:00,2020-05-14T17:00:00Z,05/14 13:00,328,1887,2020-05-14T17:00:00Z,21,145,3738,121278,121278,3883,121278,2,52,ec004b44186ec633700e268b1f486d03941622fc,0,0,0,0,0,
+20200515,LA,33837,219352,,1091,,,,132,,22608,B,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,2448,,2020-05-15T13:00:00Z,22,348,5253,253189,253189,5601,253189,31,0,b98d331553dca95e63122a4e6a53166350f31bd3,0,0,0,0,0,
+20200515,MA,83421,352258,,2767,8314,749,,,,,A+,5/14/2020 10:00,2020-05-14T10:00:00Z,05/14 06:00,5592,8314,2020-05-14T10:00:00Z,25,1239,10079,435679,435679,11318,435679,110,107,56b4737f5518d5164bf9866cbb42b6cd5fc2a46d,0,0,0,0,0,
+20200515,MD,36986,145840,,1496,6679,598,,,,2685,B,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,1991,6679,2020-05-15T10:00:00Z,24,1083,3289,182826,182826,4372,182826,56,126,715857baa8f1f20dc0bd7cdb9617fb973b8b806d,0,0,0,0,0,
+20200515,ME,1603,22092,,35,211,16,,8,,993,B,5/15/2020 12:00,2020-05-15T12:00:00Z,05/15 08:00,69,211,2020-05-15T12:00:00Z,23,38,0,23695,23695,38,23695,0,4,9e83f18730aca2467ee5b8db53cc498bf7a2d788,0,0,0,0,0,
+20200515,MI,50079,307417,,1256,,532,,440,,22686,A+,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,4825,,2020-05-14T11:00:00Z,26,497,21116,357496,357496,21613,357496,38,0,876e51f1fac37541f0b94b8f2832d25bceb3c3fe,0,0,0,0,0,
+20200515,MN,14240,120429,,498,1985,200,679,,,8820,A+,5/14/2020 17:00,2020-05-14T17:00:00Z,05/14 13:00,692,1985,2020-05-14T17:00:00Z,27,805,5112,134669,134669,5917,134669,29,70,c747794f6e111d5582d99c754c32e44167b21013,0,0,0,0,0,
+20200515,MO,10456,124002,,812,,,,120,,,B,5/15/2020 15:00,2020-05-15T15:00:00Z,05/15 11:00,576,,2020-05-15T15:00:00Z,29,139,7209,134458,134458,7348,134458,14,0,3a94321672615a29c9278a2c66009b18bb232cf0,0,0,0,0,0,
+20200515,MP,19,3306,,,,,,,,12,D,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,2,,2020-05-15T00:00:00Z,69,0,0,3325,3325,0,3325,0,0,11ce8a10e648413e8b536a342bd5f1ea6ae2b77f,0,0,0,0,0,
+20200515,MS,10801,96022,,573,1712,172,,81,,6268,A,5/14/2020 19:00,2020-05-14T19:00:00Z,05/14 15:00,493,1712,2020-05-14T19:00:00Z,28,318,1179,106823,106823,1497,106823,13,45,b4511b4f2add9a572762a4f080bc0137f442a16e,0,0,0,0,0,
+20200515,MT,466,24952,,3,63,,,,,431,B,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,16,63,2020-05-15T00:00:00Z,30,4,865,25418,25418,869,25418,0,0,c065ff0692849abbde8b86953d29d0904fbced7d,0,0,0,0,0,
+20200515,NC,17129,214418,,492,,,,,,9115,A,5/15/2020 11:00,2020-05-15T11:00:00Z,05/15 07:00,641,,2020-05-15T11:00:00Z,37,622,11657,231547,231547,12279,231547,26,0,3d58a568248c2c7fbddee77759c64613f3ac5407,0,0,0,0,0,
+20200515,ND,1761,49954,,35,130,,,,,1071,C,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,42,130,2020-05-15T13:00:00Z,38,114,1355,51715,51715,1469,51715,2,1,3a986a22c4d2b72dcc7f33478e4cd6c60f268ae2,0,0,0,0,0,
+20200515,NE,9416,47799,,,,,,,,,C,5/14/2020 15:45,2020-05-14T15:45:00Z,05/14 11:45,113,,2020-05-14T15:45:00Z,31,341,3533,57215,57215,3874,57215,6,0,1503096e2f7a41fa4bd8086cff1afa7e5cc61be6,0,0,0,0,0,
+20200515,NH,3464,39148,543,115,335,,109,,,1247,B,5/14/2020 09:00,2020-05-14T09:00:00Z,05/14 05:00,159,335,2020-05-14T09:00:00Z,33,165,3272,43155,42612,3437,42612,9,9,456729b746b70fd2ad3e547b57d21e1cb3375326,0,0,0,0,0,
+20200515,NJ,143905,319067,,3823,,1127,,865,,15642,A+,5/15/2020 13:00,2020-05-15T13:00:00Z,05/15 09:00,10138,,2020-05-15T13:00:00Z,34,1201,10075,462972,462972,11276,462972,192,0,e00430eff4448a0df3e6cb5ad7c389f65b82c69f,0,0,0,0,0,
+20200515,NM,5503,114098,,209,886,,,,,1576,C,5/14/2020 17:55,2020-05-14T17:55:00Z,05/14 13:55,242,886,2020-05-14T17:55:00Z,35,139,4451,119601,119601,4590,119601,11,0,da44b987148b7ed7b3977ad7db95dd14003bc262,0,0,0,0,0,
+20200515,NV,6614,65532,,425,,115,,73,,272,B,5/15/2020 12:00,2020-05-15T12:00:00Z,05/15 08:00,339,,2020-05-15T12:00:00Z,32,115,2547,72146,72146,2662,72146,8,0,70329c80ec667405a8e9be1944b771d02a8e82d5,0,0,0,0,0,
+20200515,NY,345813,992235,,6394,85782,2156,,1774,,60302,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,22304,85782,2020-05-14T00:00:00Z,36,2762,36529,1338048,1338048,39291,1338048,134,328,099d0ca5c6eee56c175163f55f05acc3baabae80,0,0,0,0,0,
+20200515,OH,26954,219228,,944,4791,370,1277,260,,,B,5/15/2020 14:00,2020-05-15T14:00:00Z,05/15 10:00,1581,4791,2020-05-15T14:00:00Z,39,597,12233,246182,246182,12830,246182,47,73,5f073f4ebd98a1abb0797d7f7e695761afcb27b0,0,0,0,0,0,
+20200515,OK,5086,113106,,215,863,98,,,,3801,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,285,863,2020-05-15T00:00:00Z,40,124,5885,118192,118192,6009,118192,1,5,4ba8b047f72637d6575d2f12e822f2c270594792,0,0,0,0,0,
+20200515,OR,3541,85965,,161,691,46,,19,,1406,A+,5/15/2020 11:00,2020-05-15T11:00:00Z,05/15 07:00,137,691,2020-05-15T11:00:00Z,41,62,5394,89506,89506,5456,89506,0,6,6a00125e8873788b4404b2a153634de07500df3e,0,0,0,0,0,
+20200515,PA,60622,259210,,1934,,,,431,,,C,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,4342,,2020-05-15T00:00:00Z,42,986,7651,319832,319832,8637,319832,124,0,fce95bb5ab292eacda4eff8980fd6bdae97b0a4d,0,0,0,0,0,
+20200515,PR,2542,,,147,,18,,3,,,B,5/15/2020 05:51,2020-05-15T05:51:00Z,05/15 01:51,122,,2020-05-15T05:51:00Z,72,115,0,2542,2542,115,2542,5,0,4ca8e3ee2f7bf1f3e50981727fc2401833c33dbd,0,0,0,0,0,
+20200515,RI,12219,92759,,272,1372,63,,41,,919,A+,5/15/2020 12:00,2020-05-15T12:00:00Z,05/15 08:00,479,1372,2020-05-15T12:00:00Z,44,203,3174,104978,104978,3377,104978,11,21,29bb3a8cf1e8a51914cc0037b3ab76405816034e,0,0,0,0,0,
+20200515,SC,8407,101209,,,1421,,,,,5076,A,5/15/2020 16:00,2020-05-15T16:00:00Z,05/15 12:00,380,1421,2020-05-15T16:00:00Z,45,218,6863,109616,109616,7081,109616,9,83,24f44677d5fac765d22f1f45e3111958d72f3d46,0,0,0,0,0,
+20200515,SD,3887,23527,,80,296,,,,,2574,B,5/14/2020 18:00,2020-05-14T18:00:00Z,05/14 14:00,44,296,2020-05-14T18:00:00Z,46,95,846,27414,27414,941,27414,1,6,108ec18385049fb9a8ee466dfb085b696283755a,0,0,0,0,0,
+20200515,TN,16970,292786,,,1454,,,,,9280,A,5/15/2020 15:00,2020-05-15T15:00:00Z,05/15 11:00,290,1454,2020-05-15T15:00:00Z,47,271,7168,309756,309756,7439,309756,3,19,01b375e1b2c7da71c33687a25149f57f618f7e6e,0,0,0,0,0,
+20200515,TX,45198,564432,,1716,,,,,,25454,A,5/15/2020 16:15,2020-05-15T16:15:00Z,05/15 12:15,1272,,2020-05-15T16:15:00Z,48,1347,20970,609630,609630,22317,609630,56,0,e01fd0d0c222f4719ed5244e2ad43877a83c3bae,0,0,0,0,0,
+20200515,UT,6913,156305,,161,566,,190,,83,3719,B,5/15/2020 10:27,2020-05-15T10:27:00Z,05/15 06:27,77,566,2020-05-15T10:27:00Z,49,164,2935,163218,163218,3099,163218,2,8,eefd21e7e3b02ddbc05ecd646cb8a84ac7b7b0ca,0,0,0,0,0,
+20200515,VA,28672,149342,458,1511,5316,362,,195,,3805,A+,5/14/2020 17:00,2020-05-14T17:00:00Z,05/14 13:00,977,5316,2020-05-14T17:00:00Z,51,859,10325,178472,178014,11184,178014,22,105,aedbd9cac1245cba9f5e46201b1edd366c7401c4,0,0,0,0,0,
+20200515,VI,69,1194,37,,,,,,,61,C,5/14/2020 19:04,2020-05-14T19:04:00Z,05/14 15:04,6,,2020-05-14T19:04:00Z,78,0,30,1300,1263,30,1263,0,0,9f918475a46ad814b8a2da1bfd8a8c68fdaf2df7,0,0,0,0,0,
+20200515,VT,932,21237,,17,,,,,,796,B,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,53,,2020-05-15T00:00:00Z,50,1,740,22169,22169,741,22169,0,0,8a01a2a3200bdb66919a3786070dc65828f86bf8,0,0,0,0,0,
+20200515,WA,19224,277963,,374,,114,,,,,A,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,983,,2020-05-15T00:00:00Z,53,209,6295,297187,297187,6504,297187,8,0,9f33ee155be71411dd47f90629dbde52abd5a160,0,0,0,0,0,
+20200515,WI,11685,128657,191,548,1977,113,485,,,6250,A+,5/15/2020 00:00,2020-05-15T00:00:00Z,05/14 20:00,445,1977,2020-05-15T00:00:00Z,55,410,6059,140533,140342,6469,140342,11,38,4b58123767be6cf5fa0a6b769ec8dea8302ab108,0,0,0,0,0,
+20200515,WV,1441,69495,,57,,15,,8,,870,B,5/15/2020 10:00,2020-05-15T10:00:00Z,05/15 06:00,62,,2020-05-15T10:00:00Z,54,14,2209,70936,70936,2223,70936,2,0,0d7d86e7bd350ce130a17d2bbdedd289f174d0ec,0,0,0,0,0,
+20200515,WY,715,15307,,8,68,,,,,487,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,7,68,2020-05-14T00:00:00Z,56,14,578,16022,16022,592,16022,0,1,da8421f0f61f180598cb47aa7218e08e594fe964,0,0,0,0,0,
+20200514,AK,387,31375,,12,,,,,,339,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,10,,2020-05-14T00:00:00Z,02,4,1109,31762,31762,1113,31762,0,0,174685ef82f257ee712574c8f2e8cee886cd33e8,0,0,0,0,0,
+20200514,AL,10968,131017,,,1350,,489,,291,,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,467,1350,2020-05-14T00:00:00Z,01,351,5262,141985,141985,5613,141985,18,33,94e9aa560030b03a667a8e656737dbaff539d698,0,0,0,0,0,
+20200514,AR,4236,71582,,64,509,,,13,100,3277,A,5/14/2020 08:20,2020-05-14T08:20:00Z,05/14 04:20,97,509,2020-05-14T08:20:00Z,05,72,2531,75818,75818,2603,75818,2,12,b26757692d6325a085d5656bbf81bc7e406aeba2,0,0,0,0,0,
+20200514,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,0bedbbd40ad651c9104634f88412b2a1c94586c0,0,0,0,0,0,
+20200514,AZ,12674,121664,,781,1636,323,,201,,3074,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,624,1636,2020-05-14T00:00:00Z,04,498,6090,134338,134338,6588,134338,30,46,f9ff1a4f7e13ab7aa6411236ab892961607df500,0,0,0,0,0,
+20200514,CA,73164,1031487,,4655,,1324,,,,,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,3032,,2020-05-14T00:00:00Z,06,2023,37036,1104651,1104651,39059,1104651,98,0,d73a872d748ff151154af7bc7eb6dc44f2c06fae,0,0,0,0,0,
+20200514,CO,20475,94044,,685,3735,,,,,3217,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,1062,3735,2020-05-12T00:00:00Z,08,318,2951,114519,114519,3269,114519,53,40,625933a126445791bd9f8977b5007681e234c254,0,0,0,0,0,
+20200514,CT,35464,114098,,1103,10946,,,,,6264,B,5/13/2020 20:30,2020-05-13T20:30:00Z,05/13 16:30,3219,10946,2020-05-13T20:30:00Z,09,609,6010,149562,149562,6619,149562,94,1557,31f002372ce4f4ddf1ce916484e8d7528ce33cb5,0,0,0,0,0,
+20200514,DC,6736,26263,,397,,,,90,,966,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,358,,2020-05-13T00:00:00Z,11,152,1189,32999,32999,1341,32999,8,0,4eda6b3f77c19ad39cd974b8ee86c67b205c8164,0,0,0,0,0,
+20200514,DE,7223,29634,,273,,,,,,3080,B,5/13/2020 18:00,2020-05-13T18:00:00Z,05/13 14:00,260,,2020-05-13T18:00:00Z,10,271,1833,36857,36857,2104,36857,13,0,0e7f41fbd223342e48cc025aa16368165055108d,0,0,0,0,0,
+20200514,FL,43210,565627,1228,472,7993,232,,,,,A+,5/14/2020 12:33,2020-05-14T12:33:00Z,05/14 08:33,1948,7993,2020-05-14T12:33:00Z,12,808,13266,610065,608837,14074,608837,50,158,53adcdbeaf1fbb9fafec5d998965e5cfd7979deb,0,0,0,0,0,
+20200514,GA,35858,250023,,,6345,,1513,,,,A+,5/14/2020 13:30,2020-05-14T13:30:00Z,05/14 09:30,1527,6345,2020-05-14T13:30:00Z,13,526,11451,285881,285881,11977,285881,22,86,5e48f97419d5f0f23a45dc0c8a019e9a5ac684f6,0,0,0,0,0,
+20200514,GU,153,4226,,,,,,,,124,C,5/14/2020 05:45,2020-05-14T05:45:00Z,05/14 01:45,5,,2020-05-14T05:45:00Z,66,1,116,4379,4379,117,4379,0,0,1bc053006c38e83e9f496cca01d94beba466fbbf,0,0,0,0,0,
+20200514,HI,638,38243,,,81,,,,,563,B,5/13/2020 18:00,2020-05-13T18:00:00Z,05/13 14:00,17,81,2020-05-13T18:00:00Z,15,3,513,38881,38881,516,38881,0,0,4873fdd4df1c3d3c7ff5b2c344273446af9869e6,0,0,0,0,0,
+20200514,IA,13675,75619,,405,,134,,93,,6231,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,318,,2020-05-13T00:00:00Z,19,386,3189,89294,89294,3575,89294,12,0,3208b814633a24353d18796937da722ae4d672c7,0,0,0,0,0,
+20200514,ID,2324,31430,,,212,,88,,,1557,B,5/13/2020 19:00,2020-05-13T19:00:00Z,05/13 15:00,69,212,2020-05-13T19:00:00Z,16,31,595,33754,33754,626,33754,0,-2,d1fd15e8e42ddf859887250d6efc2c7769065309,0,0,0,0,0,
+20200514,IL,87937,424100,,4473,,1132,,689,,,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,3928,,2020-05-14T00:00:00Z,17,3239,19439,512037,512037,22678,512037,136,0,0d8a1bee48fca51d96f43a6a34c9e7778ac9db3a,0,0,0,0,0,
+20200514,IN,26053,134186,,1381,4389,488,990,217,,,A+,5/13/2020 23:59,2020-05-13T23:59:00Z,05/13 19:59,1646,4389,2020-05-13T23:59:00Z,18,580,5576,160239,160239,6156,160239,27,0,5bc58d3f524888bd5276b54dc1dac7b9e7d57d2c,0,0,0,0,0,
+20200514,KS,7468,50160,,,704,,238,,108,422,A,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,164,704,2020-05-13T10:00:00Z,20,0,0,57628,57628,0,57628,0,0,3ea448be641e50a57b21f571520752a0843e84cd,0,0,0,0,0,
+20200514,KY,7080,110315,,377,1835,215,784,,,2649,A+,5/13/2020 17:00,2020-05-13T17:00:00Z,05/13 13:00,326,1835,2020-05-13T17:00:00Z,21,227,6534,117395,117395,6761,117395,5,10,a6a63723efe1d79cffdb3e9bfc656e6fbd3366bd,0,0,0,0,0,
+20200514,LA,33489,214099,,1193,,,,140,,22608,B,5/14/2020 13:00,2020-05-14T13:00:00Z,05/14 09:00,2417,,2020-05-14T13:00:00Z,22,827,8857,247588,247588,9684,247588,36,0,a669b615e82e2e9e84c59f15b28198a6963c50d8,0,0,0,0,0,
+20200514,MA,82182,342179,,2859,8207,781,,,,,A+,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,5482,8207,2020-05-13T10:00:00Z,25,1685,12644,424361,424361,14329,424361,167,175,0440b0579fd24ce88144dc84b0df19a738e55099,0,0,0,0,0,
+20200514,MD,35903,142551,,1538,6553,569,,,,2569,B,5/14/2020 10:00,2020-05-14T10:00:00Z,05/14 06:00,1935,6553,2020-05-14T10:00:00Z,24,1091,3789,178454,178454,4880,178454,54,149,2295a869fcc9c2dd67ac390376d278383402b1cb,0,0,0,0,0,
+20200514,ME,1565,22092,,37,207,18,,7,,958,B,5/14/2020 12:30,2020-05-14T12:30:00Z,05/14 08:30,69,207,2020-05-14T12:30:00Z,23,50,0,23657,23657,50,23657,3,3,b4d08c66eda5523613f99d08a0c924ec9712fcd8,0,0,0,0,0,
+20200514,MI,49582,286301,,1330,,653,,515,,22686,A+,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,4787,,2020-05-14T11:00:00Z,26,1191,26432,335883,335883,27623,335883,73,0,8039db24c7afe092b629221bf475489137d0dddd,0,0,0,0,0,
+20200514,MN,13435,115317,,498,1915,203,663,,,8473,A+,5/13/2020 17:00,2020-05-13T17:00:00Z,05/13 13:00,663,1915,2020-05-13T17:00:00Z,27,518,6199,128752,128752,6717,128752,25,64,a8a2a5c31efe22109248481367b9b9afb3dd29fa,0,0,0,0,0,
+20200514,MO,10317,116793,,796,,,,115,,,B,5/14/2020 15:00,2020-05-14T15:00:00Z,05/14 11:00,562,,2020-05-14T15:00:00Z,29,175,2793,127110,127110,2968,127110,20,0,e49f36582b48fe29463412d694064dead50b0e33,0,0,0,0,0,
+20200514,MP,19,3306,,,,,,,,12,D,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,2,,2020-05-14T00:00:00Z,69,0,285,3325,3325,285,3325,0,0,00f5d83e5d18a2b673452e19eff7ee39deb3684a,0,0,0,0,0,
+20200514,MS,10483,94843,,589,1667,131,,72,,6268,A,5/13/2020 19:00,2020-05-13T19:00:00Z,05/13 15:00,480,1667,2020-05-13T19:00:00Z,28,393,4885,105326,105326,5278,105326,15,51,51246ce26d2596b6149650904bb90563964a6a1c,0,0,0,0,0,
+20200514,MT,462,24087,,3,63,,,,,431,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,16,63,2020-05-14T00:00:00Z,30,0,697,24549,24549,697,24549,0,0,135c8a049ee3a5dbe00de621d8aef20425781613,0,0,0,0,0,
+20200514,NC,16507,202761,,507,,,,,,9115,A,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,615,,2020-05-14T11:00:00Z,37,691,8120,219268,219268,8811,219268,18,0,6d6cfd2ab4e5278a2cec50036299db827ddac31a,0,0,0,0,0,
+20200514,ND,1647,48599,,38,129,,,,,1007,C,5/14/2020 13:00,2020-05-14T13:00:00Z,05/14 09:00,40,129,2020-05-14T13:00:00Z,38,0,1301,50246,50246,1301,50246,0,2,57ebefbb9a8fe421841cd3609e31db9ea5d26737,0,0,0,0,0,
+20200514,NE,9075,44266,,,,,,,,,C,5/13/2020 20:00,2020-05-13T20:00:00Z,05/13 16:00,107,,2020-05-13T20:00:00Z,31,383,3233,53341,53341,3616,53341,4,0,e8f4c27238846beac5c243cf0a7f1f11e3124a6d,0,0,0,0,0,
+20200514,NH,3299,35876,735,126,326,,97,,,1236,B,5/13/2020 09:00,2020-05-13T09:00:00Z,05/13 05:00,150,326,2020-05-13T09:00:00Z,33,60,1899,39910,39175,1959,39175,8,7,96ae3b855dbff472dacc65c5c4c3ce12f0a2c928,0,0,0,0,0,
+20200514,NJ,142704,308992,,3958,,1157,,898,,15642,A+,5/14/2020 13:00,2020-05-14T13:00:00Z,05/14 09:00,9946,,2020-05-14T13:00:00Z,34,1144,9102,451696,451696,10246,451696,244,0,401681f113c9a4ff132964aa44f5be08989772fe,0,0,0,0,0,
+20200514,NM,5364,109647,,200,886,,,,,1515,C,5/13/2020 20:20,2020-05-13T20:20:00Z,05/13 16:20,231,886,2020-05-13T20:20:00Z,35,152,4570,115011,115011,4722,115011,12,0,ffe09748f99d5871462ed0ab67f92b287a56afbc,0,0,0,0,0,
+20200514,NV,6499,62985,,515,,126,,75,,244,B,5/14/2020 12:00,2020-05-14T12:00:00Z,05/14 08:00,331,,2020-05-14T12:00:00Z,32,105,2707,69484,69484,2812,69484,10,0,f14e6af1e190b470569b410c4cf82ed7b784e607,0,0,0,0,0,
+20200514,NY,343051,955706,,6706,85454,2223,,1846,,59758,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,22170,85454,2020-05-14T00:00:00Z,36,2390,37460,1298757,1298757,39850,1298757,157,446,badeaf4ec3ca596e76f7e65a90e6901501ac21c6,0,0,0,0,0,
+20200514,OH,26357,206995,,953,4718,360,1268,253,,,B,5/14/2020 14:00,2020-05-14T14:00:00Z,05/14 10:00,1534,4718,2020-05-14T14:00:00Z,39,636,6862,233352,233352,7498,233352,51,100,469de55818ebbcc7fe722957ff89dbf2af703614,0,0,0,0,0,
+20200514,OK,4962,107221,,217,858,102,,,,3660,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,284,858,2020-05-14T00:00:00Z,40,110,2946,112183,112183,3056,112183,6,10,ddf070b57b067a2515650832fbe127f504577267,0,0,0,0,0,
+20200514,OR,3479,80571,,163,685,38,,17,,1406,A+,5/14/2020 11:00,2020-05-14T11:00:00Z,05/14 07:00,137,685,2020-05-14T11:00:00Z,41,63,0,84050,84050,63,84050,3,7,5158aab0ce74a596623554c56bcea40824e6e17d,0,0,0,0,0,
+20200514,PA,59636,251559,,1983,,,,446,,,C,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,4218,,2020-05-14T00:00:00Z,42,938,7388,311195,311195,8326,311195,275,0,4edd17e2c2c8a05664900c7354c0ded40bd54b2e,0,0,0,0,0,
+20200514,PR,2427,,,159,,18,,5,,,B,5/14/2020 06:30,2020-05-14T06:30:00Z,05/14 02:30,117,,2020-05-14T06:30:00Z,72,98,0,2427,2427,98,2427,2,0,378381b3911db7107fcc67b9e10baa9d9023bd7f,0,0,0,0,0,
+20200514,RI,12016,89585,,271,1351,65,,42,,903,A+,5/14/2020 12:00,2020-05-14T12:00:00Z,05/14 08:00,468,1351,2020-05-14T12:00:00Z,44,181,3498,101601,101601,3679,101601,6,23,1ca6480d71372884b5e2f45b6a2b29d09801ad47,0,0,0,0,0,
+20200514,SC,8189,94346,,,1338,,,,,4914,A,5/14/2020 15:34,2020-05-14T15:34:00Z,05/14 11:34,371,1338,2020-05-14T15:34:00Z,45,262,9133,102535,102535,9395,102535,16,0,7c51b5c1a0fb292679275e7033facdb81db3e5c7,0,0,0,0,0,
+20200514,SD,3792,22681,,85,290,,,,,2437,B,5/13/2020 18:00,2020-05-13T18:00:00Z,05/13 14:00,43,290,2020-05-13T18:00:00Z,46,60,569,26473,26473,629,26473,4,9,b98dcaa927cf6e9c96b61e91bbd7fd22efa0ee1f,0,0,0,0,0,
+20200514,TN,16699,285618,,,1435,,,,,8881,A,5/14/2020 15:00,2020-05-14T15:00:00Z,05/14 11:00,287,1435,2020-05-14T15:00:00Z,47,329,9071,302317,302317,9400,302317,14,47,804de4be4825aa0d4e8a51ab6467ce14712ff892,0,0,0,0,0,
+20200514,TX,43851,543462,,1648,,,,,,24487,A,5/14/2020 16:30,2020-05-14T16:30:00Z,05/14 12:30,1216,,2020-05-14T16:30:00Z,48,1448,29089,587313,587313,30537,587313,58,0,1d7fd84f6685fd946049efcf0ce6a5fc7563aeee,0,0,0,0,0,
+20200514,UT,6749,153370,,142,558,,187,,83,3566,B,5/14/2020 10:07,2020-05-14T10:07:00Z,05/14 06:07,75,558,2020-05-14T10:07:00Z,49,129,3204,160119,160119,3333,160119,0,5,5df395f15f9d3559b54e32ce74eba2be83a24946,0,0,0,0,0,
+20200514,VA,27813,139017,496,1533,5211,355,,201,,3678,A+,5/13/2020 17:00,2020-05-13T17:00:00Z,05/13 13:00,955,5211,2020-05-13T17:00:00Z,51,1067,4371,167326,166830,5438,166830,28,131,5e7083de51ece88a9c5d30aa7c1e256208046458,0,0,0,0,0,
+20200514,VI,69,1164,45,,,,,,,61,C,5/13/2020 17:44,2020-05-13T17:44:00Z,05/13 13:44,6,,2020-05-13T17:44:00Z,78,0,36,1278,1233,36,1233,0,0,ec539369970e5c140cbf67d31a2f77bc22b3f12b,0,0,0,0,0,
+20200514,VT,931,20497,,18,,,,,,792,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,53,,2020-05-14T00:00:00Z,50,1,789,21428,21428,790,21428,0,0,7a89ada2c92e7ae19797b3bbe305919e00288479,0,0,0,0,0,
+20200514,WA,19015,271668,,365,,111,,,,,A,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,975,,2020-05-14T00:00:00Z,53,235,5870,290683,290683,6105,290683,13,0,78dae8c0ae1c83caad788f42e69ade4d47838529,0,0,0,0,0,
+20200514,WI,11275,122598,169,507,1939,121,478,,,5994,A+,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,434,1939,2020-05-14T00:00:00Z,55,373,5487,134042,133873,5860,133873,13,31,f29efeafd4d1f919645760d092f97460726575e7,0,0,0,0,0,
+20200514,WV,1427,67286,,52,,9,,5,,870,B,5/14/2020 10:00,2020-05-14T10:00:00Z,05/14 06:00,60,,2020-05-14T10:00:00Z,54,29,2004,68713,68713,2033,68713,2,0,7f8eaa1dbcb6d0c28091ac49e59e916151ae8c0f,0,0,0,0,0,
+20200514,WY,701,14729,,8,67,,,,,480,B,5/14/2020 00:00,2020-05-14T00:00:00Z,05/13 20:00,7,67,2020-05-14T00:00:00Z,56,26,345,15430,15430,371,15430,0,0,a02da9ffc1d8936f8c58bfe12e9fb5e2bfd3c432,0,0,0,0,0,
+20200513,AK,383,30266,,12,,,,,,338,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,10,,2020-05-13T00:00:00Z,02,0,688,30649,30649,688,30649,0,0,87fa198d1c7f466eb6137d33f923872a0dbd3579,0,0,0,0,0,
+20200513,AL,10617,125755,,,1317,,477,,284,,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,449,1317,2020-05-13T00:00:00Z,01,307,2847,136372,136372,3154,136372,20,30,0051318f1e1cb1565afa70d58d598d1f5a5961e0,0,0,0,0,0,
+20200513,AR,4164,69051,,59,497,,,12,99,3220,A,5/12/2020 18:33,2020-05-12T18:33:00Z,05/12 14:33,95,497,2020-05-12T18:33:00Z,05,0,2771,73215,73215,2771,73215,0,12,fb8549f434955256099b5591a3308d777f5da2a1,0,0,0,0,0,
+20200513,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,186921ea67c2f1d95dd0bffa1a154b2652bfd23b,0,0,0,0,0,
+20200513,AZ,12176,115574,,755,1590,292,,191,,2979,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,594,1590,2020-05-13T00:00:00Z,04,440,4468,127750,127750,4908,127750,32,26,5e52d50cefde26f6c1a03d0ddbdd42698700e353,0,0,0,0,0,
+20200513,CA,71141,994451,,4545,,1314,,,,,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,2934,,2020-05-13T00:00:00Z,06,1759,30463,1065592,1065592,32222,1065592,87,0,5535d2f0aa2061c3745cfb12558322801b75e4e9,0,0,0,0,0,
+20200513,CO,20157,91093,,688,3695,,,,,3171,A,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,1009,3695,2020-05-11T00:00:00Z,08,278,2315,111250,111250,2593,111250,22,32,9106d1392a038f8b56137d41b2941e76d7a8d5b9,0,0,0,0,0,
+20200513,CT,34855,108088,,1158,9389,,,,,5413,B,5/13/2020 14:00,2020-05-13T14:00:00Z,05/13 10:00,3125,9389,2020-05-13T14:00:00Z,09,522,3997,142943,142943,4519,142943,84,0,c0a21a9e9e0a16d0c9f2ff86c99c6c58ff4080be,0,0,0,0,0,
+20200513,DC,6584,25074,,423,,,,82,,934,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,350,,2020-05-12T00:00:00Z,11,99,509,31658,31658,608,31658,14,0,9ed278c6b563f77b2e3e8843c201d114ac006896,0,0,0,0,0,
+20200513,DE,6952,27801,,282,,,,,,2942,B,5/12/2020 18:00,2020-05-12T18:00:00Z,05/12 14:00,247,,2020-05-12T18:00:00Z,10,211,1251,34753,34753,1462,34753,10,0,7ae25d423ac308eeeb12bfb572b85db2f299363c,0,0,0,0,0,
+20200513,FL,42402,552361,1191,,7835,,,,,,A+,5/13/2020 09:43,2020-05-13T09:43:00Z,05/13 05:43,1898,7835,2020-05-13T09:43:00Z,12,479,14680,595954,594763,15159,594763,49,181,09fd736ea6b3d19763c4a72ee25b86fbd9a5acb3,0,0,0,0,0,
+20200513,GA,35332,238572,,,6259,,1494,,,,A+,5/13/2020 13:25,2020-05-13T13:25:00Z,05/13 09:25,1505,6259,2020-05-13T13:25:00Z,13,697,11028,273904,273904,11725,273904,44,129,1c11430d61b5079bd2b73b5c01eeae6fa538f24c,0,0,0,0,0,
+20200513,GU,152,4110,,,,,,,,124,C,5/13/2020 07:55,2020-05-13T07:55:00Z,05/13 03:55,5,,2020-05-13T07:55:00Z,66,0,171,4262,4262,171,4262,0,0,3fb9aa9a7390a3ebe7c271cff6386ccc3e300df5,0,0,0,0,0,
+20200513,HI,635,37730,,,81,,,,,563,B,5/12/2020 18:00,2020-05-12T18:00:00Z,05/12 14:00,17,81,2020-05-12T18:00:00Z,15,1,425,38365,38365,426,38365,0,0,ff4786209c7f19510576b31c6d29596226ae4f08,0,0,0,0,0,
+20200513,IA,13289,72430,,388,,133,,101,,5954,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,306,,2020-05-12T00:00:00Z,19,377,4054,85719,85719,4431,85719,17,0,3f7c1864fa55f8d4ec4e7214e3b9ce804edc1880,0,0,0,0,0,
+20200513,ID,2293,30835,,,214,,88,,,1536,B,5/12/2020 19:00,2020-05-12T19:00:00Z,05/12 15:00,69,214,2020-05-12T19:00:00Z,16,33,390,33128,33128,423,33128,-1,4,00ae7d919bec229f13a21db084b02b22a7569197,0,0,0,0,0,
+20200513,IL,84698,404661,,4563,,1208,,714,,,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,3792,,2020-05-13T00:00:00Z,17,1677,15991,489359,489359,17668,489359,191,0,b75711ac9006f2306ceed14410fc483dc9a3a041,0,0,0,0,0,
+20200513,IN,25473,128610,,1336,4389,481,990,217,,,A+,5/12/2020 23:59,2020-05-12T23:59:00Z,05/12 19:59,1619,4389,2020-05-12T23:59:00Z,18,346,3227,154083,154083,3573,154083,41,0,88f0c3fc8e03597a4b6c8f60699215fe27796834,0,0,0,0,0,
+20200513,KS,7468,50160,,,704,,238,,108,422,A,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,164,704,2020-05-13T10:00:00Z,20,352,3167,57628,57628,3519,57628,6,44,4dc6b3afa13c93cfdabb1e9167d21ff0f6d9c5ca,0,0,0,0,0,
+20200513,KY,6853,103781,,379,1825,215,783,,,2546,A+,5/12/2020 17:00,2020-05-12T17:00:00Z,05/12 13:00,321,1825,2020-05-12T17:00:00Z,21,176,6434,110634,110634,6610,110634,10,58,e153e78b6e5457abced1f710726858b40ccb3dac,0,0,0,0,0,
+20200513,LA,32662,205242,,1194,,,,147,,22608,B,5/13/2020 13:00,2020-05-13T13:00:00Z,05/13 09:00,2381,,2020-05-13T13:00:00Z,22,612,9280,237904,237904,9892,237904,34,0,c2f26e2cdacbab2e02d88e7c9be0a0bd373afda2,0,0,0,0,0,
+20200513,MA,80497,329535,,3101,8032,794,,,,,A+,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,5315,8032,2020-05-13T10:00:00Z,25,1165,7371,410032,410032,8536,410032,174,190,df40b5860cc1bd0360c97b2ebc40161c79cb033a,0,0,0,0,0,
+20200513,MD,34812,138762,,1550,6404,572,,,,2456,B,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,1881,6404,2020-05-13T10:00:00Z,24,751,3320,173574,173574,4071,173574,47,117,814a74929fb863456d0133794a93a36eda96f19f,0,0,0,0,0,
+20200513,ME,1515,22092,,41,204,20,,7,,943,B,5/13/2020 12:30,2020-05-13T12:30:00Z,05/13 08:30,66,204,2020-05-13T12:30:00Z,23,38,0,23607,23607,38,23607,1,2,e0bc32ed4af10a103e04224065479817954a094d,0,0,0,0,0,
+20200513,MI,48391,259869,,1384,,693,,525,,22686,A+,5/13/2020 11:00,2020-05-13T11:00:00Z,05/13 07:00,4714,,2020-05-13T11:00:00Z,26,370,0,308260,308260,370,308260,40,0,511bdfbe4c91e4152b5d735c46122cc5d17829e0,0,0,0,0,0,
+20200513,MN,12917,109118,,494,1851,199,647,,,8149,A+,5/12/2020 17:00,2020-05-12T17:00:00Z,05/12 13:00,638,1851,2020-05-12T17:00:00Z,27,423,778,122035,122035,1201,122035,24,52,1f56db581987eb4d3f3c93b0d6e4a40099ea2d9e,0,0,0,0,0,
+20200513,MO,10142,114000,,771,,,,129,,,B,5/13/2020 15:00,2020-05-13T15:00:00Z,05/13 11:00,542,,2020-05-13T15:00:00Z,29,136,2710,124142,124142,2846,124142,18,0,a16433c33a260c4cb0fb5deb44819186065f4905,0,0,0,0,0,
+20200513,MP,19,3021,,,,,,,,12,D,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,2,,2020-05-13T00:00:00Z,69,0,167,3040,3040,167,3040,0,0,dae9b88717cd015b9a6e190f83ca24b0de74e63f,0,0,0,0,0,
+20200513,MS,10090,89958,,604,1616,150,,79,,6268,A,5/12/2020 19:00,2020-05-12T19:00:00Z,05/12 15:00,465,1616,2020-05-12T19:00:00Z,28,182,2174,100048,100048,2356,100048,8,34,2bcf93ca42b94fb2c671a475bbe7e501477304d2,0,0,0,0,0,
+20200513,MT,462,23390,,3,63,,,,,430,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,16,63,2020-05-13T00:00:00Z,30,1,816,23852,23852,817,23852,0,0,fc5ef5db1edc859f0a2b8a13f6be6aed43532c1c,0,0,0,0,0,
+20200513,NC,15816,194641,,521,,,,,,9115,A,5/13/2020 10:40,2020-05-13T10:40:00Z,05/13 06:40,597,,2020-05-13T10:40:00Z,37,470,7743,210457,210457,8213,210457,20,0,a579ef26afeb3c9997ee217de90e5026ed0fed8e,0,0,0,0,0,
+20200513,ND,1647,47298,,37,127,,,,,969,C,5/13/2020 13:00,2020-05-13T13:00:00Z,05/13 09:00,40,127,2020-05-13T13:00:00Z,38,76,1037,48945,48945,1113,48945,2,5,420a2a5a2935058a5e98c17ea20764ef1d36fcab,0,0,0,0,0,
+20200513,NE,8692,41033,,192,,81,,56,,,B,5/12/2020 20:00,2020-05-12T20:00:00Z,05/12 16:00,103,,2020-05-12T20:00:00Z,31,120,1662,49725,49725,1782,49725,3,0,52cbc4ac0b309ddd78dba81e694812d55e486d63,0,0,0,0,0,
+20200513,NH,3239,33977,51,121,319,,97,,,1234,B,5/12/2020 09:00,2020-05-12T09:00:00Z,05/12 05:00,142,319,2020-05-12T09:00:00Z,33,79,1576,37267,37216,1655,37216,9,1,7d28d2c2ad8c5ea484049cee887758ed00d0669b,0,0,0,0,0,
+20200513,NJ,141560,299890,,4226,,1226,,928,,15642,A+,5/13/2020 13:00,2020-05-13T13:00:00Z,05/13 09:00,9702,,2020-05-13T13:00:00Z,34,817,7573,441450,441450,8390,441450,194,0,60d4e36aa39d360d9f936eac5b0e3d62c384b8b5,0,0,0,0,0,
+20200513,NM,5212,105077,,199,886,,,,,1434,C,5/12/2020 18:05,2020-05-12T18:05:00Z,05/12 14:05,219,886,2020-05-12T18:05:00Z,35,143,3425,110289,110289,3568,110289,11,0,204401486316f842d1dfd89aeffa3225cd41468c,0,0,0,0,0,
+20200513,NV,6394,60278,,522,,121,,64,,198,B,5/13/2020 12:30,2020-05-13T12:30:00Z,05/13 08:30,321,,2020-05-13T12:30:00Z,32,83,2514,66672,66672,2597,66672,9,0,bab17f2d0304b56e6574cb3d257bd4b3c7a4056e,0,0,0,0,0,
+20200513,NY,340661,918246,,6946,85008,2308,,1908,,59193,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,22013,85008,2020-05-13T00:00:00Z,36,2176,31618,1258907,1258907,33794,1258907,168,519,71c33fc27a0300ed121f6b7bbd5f80694dfcd28a,0,0,0,0,0,
+20200513,OH,25721,200133,,924,4618,353,1248,244,,,B,5/13/2020 14:00,2020-05-13T14:00:00Z,05/13 10:00,1483,4618,2020-05-13T14:00:00Z,39,471,7652,225854,225854,8123,225854,47,79,376a72ec4fa7b83f91f6892bbbc8248a6cfe09e9,0,0,0,0,0,
+20200513,OK,4852,104275,,218,848,93,,,,3559,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,278,848,2020-05-13T00:00:00Z,40,120,12896,109127,109127,13016,109127,0,20,7e3fdb578c346fdb078262edcec5b7a83e1ab85a,0,0,0,0,0,
+20200513,OR,3416,80571,,162,678,38,,17,,1406,A+,5/13/2020 11:00,2020-05-13T11:00:00Z,05/13 07:00,134,678,2020-05-13T11:00:00Z,41,130,6251,83987,83987,6381,83987,4,5,3651dc18ec0f1599d36f7ab92194063df598dba1,0,0,0,0,0,
+20200513,PA,58698,244171,,2012,,,,473,,,C,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,3943,,2020-05-13T00:00:00Z,42,707,6182,302869,302869,6889,302869,137,0,cadbb09ee179271aef2a914f04ce823935dd6edd,0,0,0,0,0,
+20200513,PR,2329,,,,,10,,6,,,C,5/12/2020 06:30,2020-05-12T06:30:00Z,05/12 02:30,115,,2020-05-12T06:30:00Z,72,30,0,2329,2329,30,2329,1,0,48e8b3d6bba89307cab03b280e866f4a2cda7ad3,0,0,0,0,0,
+20200513,RI,11835,86087,,269,1328,68,,48,,886,A+,5/13/2020 12:00,2020-05-13T12:00:00Z,05/13 08:00,462,1328,2020-05-13T12:00:00Z,44,221,2462,97922,97922,2683,97922,18,21,3ff5d1e9c237d77b29f8391c6509dfcfcb9f8590,0,0,0,0,0,
+20200513,SC,7927,85213,,,1338,,,,,6817,A,5/12/2020 16:14,2020-05-12T16:14:00Z,05/12 12:14,355,1338,2020-05-12T16:14:00Z,45,0,0,93140,93140,0,93140,0,0,5a860e39a546322e2e82a978fe7fd08ae8135e36,0,0,0,0,0,
+20200513,SD,3732,22112,,79,281,,,,,2367,B,5/13/2020 11:30,2020-05-13T11:30:00Z,05/13 07:30,39,281,2020-05-13T11:30:00Z,46,69,578,25844,25844,647,25844,0,10,c730ed2f05e25a8531b3d5fddf4974504eb4d403,0,0,0,0,0,
+20200513,TN,16370,276547,,,1388,,,,,8624,A,5/13/2020 15:00,2020-05-13T15:00:00Z,05/13 11:00,273,1388,2020-05-13T15:00:00Z,47,259,8834,292917,292917,9093,292917,8,25,2209eb02918e2569f84e39fcea91e0aaa3da11f0,0,0,0,0,0,
+20200513,TX,42403,514373,,1676,,,,,,23519,A,5/13/2020 16:20,2020-05-13T16:20:00Z,05/13 12:20,1158,,2020-05-13T16:20:00Z,48,1355,17249,556776,556776,18604,556776,25,0,8f626ca123679a0b2229801671a48062c956dbd9,0,0,0,0,0,
+20200513,UT,6620,150166,,158,553,,182,,81,3406,B,5/13/2020 15:00,2020-05-13T15:00:00Z,05/13 11:00,75,553,2020-05-13T15:00:00Z,49,188,3113,156786,156786,3301,156786,2,18,f2d6bb75ca792288bb2ece0abc2dac94dff945d8,0,0,0,0,0,
+20200513,VA,26746,134646,485,1526,5080,374,,202,,3554,A+,5/12/2020 17:00,2020-05-12T17:00:00Z,05/12 13:00,927,5080,2020-05-12T17:00:00Z,51,946,5117,161877,161392,6063,161392,36,151,18087e61aebd85cd92ad6da6fdaea91f987ab2b4,0,0,0,0,0,
+20200513,VI,69,1128,62,,,,,,,61,C,5/12/2020 18:22,2020-05-12T18:22:00Z,05/12 14:22,6,,2020-05-12T18:22:00Z,78,0,13,1259,1197,13,1197,0,0,f1e41d009c6d4532c9fe25f17376be37d6917a0b,0,0,0,0,0,
+20200513,VT,930,19708,,17,,,,,,789,B,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,53,,2020-05-13T00:00:00Z,50,1,601,20638,20638,602,20638,0,0,97dcd57e748a8758b2f346abc1c83d80b5a9fd10,0,0,0,0,0,
+20200513,WA,18780,265798,,384,,114,,,,,A,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,962,,2020-05-13T00:00:00Z,53,218,6424,284578,284578,6642,284578,17,0,2b33c23c26c3b948fe5ff0d59e85302f119bea31,0,0,0,0,0,
+20200513,WI,10902,117111,194,527,1908,110,469,,,5673,A+,5/13/2020 00:00,2020-05-13T00:00:00Z,05/12 20:00,421,1908,2020-05-13T00:00:00Z,55,291,4363,128207,128013,4654,128013,3,31,0a9c8148f2bffb03c69ba6636977c52d03b5a55f,0,0,0,0,0,
+20200513,WV,1398,65282,,58,,11,,6,,813,B,5/13/2020 10:00,2020-05-13T10:00:00Z,05/13 06:00,58,,2020-05-13T10:00:00Z,54,27,1584,66680,66680,1611,66680,1,0,f0012b9adee658f44571d3ff2d85f27361480c9c,0,0,0,0,0,
+20200513,WY,675,14384,,10,67,,,,,477,B,5/12/2020 15:50,2020-05-12T15:50:00Z,05/12 11:50,7,67,2020-05-12T15:50:00Z,56,0,0,15059,15059,0,15059,0,0,7a400874606364437bdbbdf65aa391c01ed7789d,0,0,0,0,0,
+20200512,AK,383,29578,,10,,,,,,334,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,10,,2020-05-12T00:00:00Z,02,2,1279,29961,29961,1281,29961,0,0,37a2c5e283a2377c0307e81c1ae411a9beac2e7b,0,0,0,0,0,
+20200512,AL,10310,122908,,,1287,,468,,280,,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,429,1287,2020-05-12T00:00:00Z,01,301,3473,133218,133218,3774,133218,28,31,629e0eb8f3e8a78cb20a6fb140c763de02717686,0,0,0,0,0,
+20200512,AR,4164,66280,,59,485,,,12,98,3220,A,5/11/2020 18:55,2020-05-11T18:55:00Z,05/11 14:55,95,485,2020-05-11T18:55:00Z,05,130,1284,70444,70444,1414,70444,1,5,cc939fbfd2be312d2581a9021636800efe280f4a,0,0,0,0,0,
+20200512,AS,0,105,,,,,,,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,0,105,105,0,105,0,0,0a5f77a16d91df6ffefa8222163cde9ea4aaa05c,0,0,0,0,0,
+20200512,AZ,11736,111106,,765,1564,318,,204,,2909,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,562,1564,2020-05-12T00:00:00Z,04,356,6022,122842,122842,6378,122842,20,27,6ea5df617302004fef8009af93d8553d61048b04,0,0,0,0,0,
+20200512,CA,69382,963988,,4544,,1349,,,,,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,2847,,2020-05-12T00:00:00Z,06,1443,40030,1033370,1033370,41473,1033370,77,0,350990aef3d6abda87ea7825fd004e2ebdf78723,0,0,0,0,0,
+20200512,CO,19879,88778,,738,3663,,,,,3114,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,987,3663,2020-05-10T00:00:00Z,08,-20,-113,108657,108657,-133,108657,6,-26,90dfba77fd731ab6eb4f160ed01d28c8dadc377f,0,0,0,0,0,
+20200512,CT,34333,104091,,1189,9389,,,,,5413,B,5/12/2020 14:00,2020-05-12T14:00:00Z,05/12 10:00,3041,9389,2020-05-12T14:00:00Z,09,568,5348,138424,138424,5916,138424,33,0,d8e8bc5c976dd6e8291da31285a5a359487a29d9,0,0,0,0,0,
+20200512,DC,6485,24565,,416,,,,82,,886,A,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,336,,2020-05-11T00:00:00Z,11,96,693,31050,31050,789,31050,8,0,3f6f87df53fe1ff04c20e6dc68c4363621d274cf,0,0,0,0,0,
+20200512,DE,6741,26550,,276,,,,,,2802,B,5/11/2020 18:00,2020-05-11T18:00:00Z,05/11 14:00,237,,2020-05-11T18:00:00Z,10,176,1187,33291,33291,1363,33291,12,0,1de7f4a488d1139bf801c69612b80c111a800b0a,0,0,0,0,0,
+20200512,FL,41923,537681,1064,,7654,,,,,,A+,5/12/2020 09:28,2020-05-12T09:28:00Z,05/12 05:28,1849,7654,2020-05-12T09:28:00Z,12,941,17606,580668,579604,18547,579604,44,196,282dc15bb204c2df6aa319f75a8e6feff9c6a01a,0,0,0,0,0,
+20200512,GA,34635,227544,,,6130,,1443,,,,A+,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,1461,6130,2020-05-11T13:00:00Z,13,708,10183,262179,262179,10891,262179,20,115,217346d73c965b4df6c67ced920ad581d487825f,0,0,0,0,0,
+20200512,GU,152,3939,,,,,,,,124,C,5/11/2020 18:00,2020-05-11T18:00:00Z,05/11 14:00,5,,2020-05-11T18:00:00Z,66,1,101,4091,4091,102,4091,0,0,6c9c26abf623781611e1b2eb5ee17530b1c5df41,0,0,0,0,0,
+20200512,HI,634,37305,,,81,,,,,561,B,5/11/2020 18:00,2020-05-11T18:00:00Z,05/11 14:00,17,81,2020-05-11T18:00:00Z,15,2,254,37939,37939,256,37939,0,0,ae0a28c6a291c1ddecfe7db2fd97cc7f6e17018f,0,0,0,0,0,
+20200512,IA,12912,68376,,385,,143,,101,,5618,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,289,,2020-05-12T00:00:00Z,19,539,2957,81288,81288,3496,81288,18,0,4cced96df2246901e36ac64e08b231f0bfe98475,0,0,0,0,0,
+20200512,ID,2260,30445,,,210,,87,,,1508,B,5/11/2020 19:00,2020-05-11T19:00:00Z,05/11 15:00,70,210,2020-05-11T19:00:00Z,16,30,533,32705,32705,563,32705,3,3,99472069b790077adb63c126a70c4b6c9b5a9a25,0,0,0,0,0,
+20200512,IL,83021,388670,,4626,,1215,,730,,,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,3601,,2020-05-12T00:00:00Z,17,4014,25252,471691,471691,29266,471691,142,0,9cb1cacb0992bb929f6eca9729febd11bc1be6fe,0,0,0,0,0,
+20200512,IN,25127,125383,,1283,4389,472,,212,,,A+,5/11/2020 23:59,2020-05-11T23:59:00Z,05/11 19:59,1578,4389,2020-05-11T23:59:00Z,18,500,3322,150510,150510,3822,150510,38,0,3cd534bd68b0099aeacaa8ae125874e6aa6562d2,0,0,0,0,0,
+20200512,KS,7116,46993,,,660,,233,,101,376,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,158,660,2020-05-11T10:00:00Z,20,0,0,54109,54109,0,54109,0,0,e82941762cef0bf5cf60b400c84208c369ba3500,0,0,0,0,0,
+20200512,KY,6677,97347,,383,1767,220,768,,,2335,A+,5/11/2020 17:00,2020-05-11T17:00:00Z,05/11 13:00,311,1767,2020-05-11T17:00:00Z,21,237,16864,104024,104024,17101,104024,7,10,8142a2c9d59e6b372ca8d0ddc20a64fc82158890,0,0,0,0,0,
+20200512,LA,32050,195962,,1320,,,,146,,22608,B,5/12/2020 13:00,2020-05-12T13:00:00Z,05/12 09:00,2347,,2020-05-12T13:00:00Z,22,235,6947,228012,228012,7182,228012,39,0,e623658fa9227358e68a15660963d2d1a0604a73,0,0,0,0,0,
+20200512,MA,79332,322164,,3127,7842,818,,,,,A+,5/12/2020 10:00,2020-05-12T10:00:00Z,05/12 06:00,5141,7842,2020-05-12T10:00:00Z,25,870,5898,401496,401496,6768,401496,33,110,1e423495fddd3859ec3b716e5b4ebea3652f07c1,0,0,0,0,0,
+20200512,MD,34061,135442,,1563,6287,590,,,,2394,B,5/12/2020 10:00,2020-05-12T10:00:00Z,05/12 06:00,1834,6287,2020-05-12T10:00:00Z,24,688,4035,169503,169503,4723,169503,46,104,afecf7db43c1f39bf3948300ef15bfae2aec3fdf,0,0,0,0,0,
+20200512,ME,1477,22092,,34,202,17,,8,,913,B,5/12/2020 12:30,2020-05-12T12:30:00Z,05/12 08:30,65,202,2020-05-12T12:30:00Z,23,15,0,23569,23569,15,23569,0,2,fe9e75fc25f59a44392941edab80be1de22cf11d,0,0,0,0,0,
+20200512,MI,48021,259869,,1384,,693,,525,,22686,A+,5/12/2020 11:00,2020-05-12T11:00:00Z,05/12 07:00,4674,,2020-05-12T11:00:00Z,26,469,8473,307890,307890,8942,307890,90,0,309fd0e4448010b49f6c8d671f53e5d6087d3f42,0,0,0,0,0,
+20200512,MN,12494,108340,,496,1799,199,625,,,7609,A,5/11/2020 17:00,2020-05-11T17:00:00Z,05/11 13:00,614,1799,2020-05-11T17:00:00Z,27,695,4358,120834,120834,5053,120834,23,83,6a66c95d468aa8688c82f47d7aed223b07ec75df,0,0,0,0,0,
+20200512,MO,10006,111290,,787,,,,140,,,B,5/12/2020 15:00,2020-05-12T15:00:00Z,05/12 11:00,524,,2020-05-12T15:00:00Z,29,88,5588,121296,121296,5676,121296,36,0,affa7ec1a48ccb98a6c4905db56c83a10f23bc77,0,0,0,0,0,
+20200512,MP,19,2854,,,,,,,,12,D,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,2,,2020-05-12T00:00:00Z,69,0,178,2873,2873,178,2873,0,0,3caab611a54c8040e0ce755e4d994be2d6990fc4,0,0,0,0,0,
+20200512,MS,9908,87784,,604,1582,146,,75,,6268,A,5/11/2020 19:00,2020-05-11T19:00:00Z,05/11 15:00,457,1582,2020-05-11T19:00:00Z,28,234,1573,97692,97692,1807,97692,22,36,eeb476d68ffea797c7c4fb123577e51de6fbe140,0,0,0,0,0,
+20200512,MT,461,22574,,4,63,,,,,425,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,16,63,2020-05-12T00:00:00Z,30,2,461,23035,23035,463,23035,0,1,f37dde07df1611e48f720588eaa968b473b09c0e,0,0,0,0,0,
+20200512,NC,15346,186898,,475,,,,,,9115,A,5/12/2020 11:00,2020-05-12T11:00:00Z,05/12 07:00,577,,2020-05-12T11:00:00Z,37,301,6078,202244,202244,6379,202244,27,0,df4a16033e06c7fec50352e9ab4f49a7bd29706c,0,0,0,0,0,
+20200512,ND,1571,46261,,38,122,,,,,877,C,5/12/2020 12:10,2020-05-12T12:10:00Z,05/12 08:10,38,122,2020-05-12T12:10:00Z,38,53,765,47832,47832,818,47832,2,7,1260a3729c203279f6c7cf0c9f685ee58aa83f21,0,0,0,0,0,
+20200512,NE,8572,39371,,192,,81,,56,,,B,5/11/2020 20:05,2020-05-11T20:05:00Z,05/11 16:05,100,,2020-05-11T20:05:00Z,31,257,1447,47943,47943,1704,47943,2,0,db45d232bdac1c8ee2c6cc9bb467a4381e275bf7,0,0,0,0,0,
+20200512,NH,3160,32401,54,117,318,,97,,,1231,B,5/11/2020 09:00,2020-05-11T09:00:00Z,05/11 05:00,133,318,2020-05-11T09:00:00Z,33,0,678,35615,35561,678,35561,0,0,a190efe3928b22f2ea80a44f87385bb9b85fa10f,0,0,0,0,0,
+20200512,NJ,140743,292317,,4328,,1306,,982,,15642,A+,5/12/2020 13:00,2020-05-12T13:00:00Z,05/12 09:00,9508,,2020-05-12T13:00:00Z,34,798,6329,433060,433060,7127,433060,198,0,bd2afd921261b395303be1736ece489f0ce623a4,0,0,0,0,0,
+20200512,NM,5069,101652,,207,886,,,,,1300,C,5/11/2020 22:33,2020-05-11T22:33:00Z,05/11 18:33,208,886,2020-05-11T22:33:00Z,35,206,4017,106721,106721,4223,106721,8,97,1b0b322ea78957477af99d4f5155fe21660c20d1,0,0,0,0,0,
+20200512,NV,6311,57764,,522,,121,,64,,185,C,5/12/2020 12:30,2020-05-12T12:30:00Z,05/12 08:30,312,,2020-05-12T12:30:00Z,32,159,3832,64075,64075,3991,64075,6,0,778f108c33082cc66e04aca25f6abf7d481ced10,0,0,0,0,0,
+20200512,NY,338485,886628,,7063,84489,2375,,1964,,58679,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,21845,84489,2020-05-12T00:00:00Z,36,1430,19032,1225113,1225113,20462,1225113,205,295,e9a56c72e125d6dda007bc73f4da7f8b2d456936,0,0,0,0,0,
+20200512,OH,25250,192481,,1032,4539,401,1232,270,,,B,5/12/2020 14:00,2020-05-12T14:00:00Z,05/12 10:00,1436,4539,2020-05-12T14:00:00Z,39,473,6728,217731,217731,7201,217731,79,126,cad0b71619a54dc1854921f4806316878286d133,0,0,0,0,0,
+20200512,OK,4732,91379,,190,828,83,,,,3423,A+,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,278,828,2020-05-12T00:00:00Z,40,119,0,96111,96111,119,96111,4,0,6090e360a828162ace42cd571e536e48b855a14f,0,0,0,0,0,
+20200512,OR,3286,74320,,165,673,39,,25,,1125,A+,5/12/2020 11:52,2020-05-12T11:52:00Z,05/12 07:52,130,673,2020-05-12T11:52:00Z,41,0,0,77606,77606,0,77606,0,0,8b6683e0de3acb3709efa17a7110b908998e0316,0,0,0,0,0,
+20200512,PA,57991,237989,,2187,,,,497,,,C,5/12/2020 12:00,2020-05-12T12:00:00Z,05/12 08:00,3806,,2020-05-12T12:00:00Z,42,837,6285,295980,295980,7122,295980,75,0,484bc1449bdfad035302c6c1b31440efe80f0c7d,0,0,0,0,0,
+20200512,PR,2299,,,,,,,,,,C,5/12/2020 06:30,2020-05-12T06:30:00Z,05/12 02:30,114,,2020-05-12T06:30:00Z,72,43,0,2299,2299,43,2299,1,0,82a12490ab024b074c3a35b95efb78a305a29840,0,0,0,0,0,
+20200512,RI,11614,83625,,277,1307,72,,53,,863,A+,5/12/2020 12:00,2020-05-12T12:00:00Z,05/12 08:00,444,1307,2020-05-12T12:00:00Z,44,164,1743,95239,95239,1907,95239,14,27,204c9786ef8111adc1ba2abbaad3e7f93849bb59,0,0,0,0,0,
+20200512,SC,7927,85213,,,1338,,,,,6817,A,5/12/2020 16:14,2020-05-12T16:14:00Z,05/12 12:14,355,1338,2020-05-12T16:14:00Z,45,274,8409,93140,93140,8683,93140,24,86,1c70db6f138cd828f55f745bcb2f1777e62080e4,0,0,0,0,0,
+20200512,SD,3663,21534,,74,271,,,,,2309,B,5/12/2020 11:30,2020-05-12T11:30:00Z,05/12 07:30,39,271,2020-05-12T11:30:00Z,46,49,570,25197,25197,619,25197,5,8,7303863ff94ef9290a778be45378d4eac2943e1f,0,0,0,0,0,
+20200512,TN,16111,267713,,,1363,,,,,8336,A,5/12/2020 16:00,2020-05-12T16:00:00Z,05/12 12:00,265,1363,2020-05-12T16:00:00Z,47,567,9980,283824,283824,10547,283824,14,19,ac63f50983f7edaa03eba1539fe131745aeed38f,0,0,0,0,0,
+20200512,TX,41048,497124,,1725,,,,,,22674,A,5/11/2020 16:25,2020-05-11T16:25:00Z,05/11 12:25,1133,,2020-05-11T16:25:00Z,48,1179,11296,538172,538172,12475,538172,33,0,54b74d3bf7a869ad9b43721a52c9481391690a81,0,0,0,0,0,
+20200512,UT,6432,147053,,166,535,,178,,80,3267,B,5/12/2020 15:00,2020-05-12T15:00:00Z,05/12 11:00,73,535,2020-05-12T15:00:00Z,49,70,2830,153485,153485,2900,153485,5,18,c55029d223484e4af6253caeb78e2633b1b2888b,0,0,0,0,0,
+20200512,VA,25800,129529,447,1529,4929,364,,201,,3400,A+,5/12/2020 09:00,2020-05-12T09:00:00Z,05/12 05:00,891,4929,2020-05-12T09:00:00Z,51,730,3982,155776,155329,4712,155329,41,152,65013ec0d8f62cbf1e5d249190c21d97c9400237,0,0,0,0,0,
+20200512,VI,69,1115,58,,,,,,,61,C,5/12/2020 14:19,2020-05-12T14:19:00Z,05/12 10:19,6,,2020-05-12T14:19:00Z,78,0,5,1242,1184,5,1184,1,0,88862e49bacb73f314b36084fbf28a2eb8381245,0,0,0,0,0,
+20200512,VT,929,19107,,18,,,,,,787,B,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,53,,2020-05-12T00:00:00Z,50,2,310,20036,20036,312,20036,0,0,3055b7c87071b6bde31130125337800d17b96cf8,0,0,0,0,0,
+20200512,WA,18562,259374,,321,,94,,,,,A,5/12/2020 00:00,2020-05-12T00:00:00Z,05/11 20:00,945,,2020-05-12T00:00:00Z,53,208,6226,277936,277936,6434,277936,14,0,d92b08d34aa2f6f878802876da3337cd7ef1c2e1,0,0,0,0,0,
+20200512,WI,10611,112748,180,520,1877,116,464,,,5371,A+,5/12/2020 12:23,2020-05-12T12:23:00Z,05/12 08:23,418,1877,2020-05-12T12:23:00Z,55,193,4715,123539,123359,4908,123359,9,31,a0908d737a56f4da14277f400e8c6ff3583aa08f,0,0,0,0,0,
+20200512,WV,1371,63698,,50,,9,,5,,803,C,5/12/2020 10:00,2020-05-12T10:00:00Z,05/12 06:00,57,,2020-05-12T10:00:00Z,54,5,1595,65069,65069,1600,65069,3,0,7ccf11ca2b89dda6988dc62c19c0d47a9872c1f5,0,0,0,0,0,
+20200512,WY,675,14384,,10,67,,,,,477,B,5/12/2020 15:50,2020-05-12T15:50:00Z,05/12 11:50,7,67,2020-05-12T15:50:00Z,56,13,2981,15059,15059,2994,15059,0,1,059b9522332090872408c6924ed63d53f1d6f428,0,0,0,0,0,
+20200511,AK,381,28299,,7,,,,,,328,C,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,10,,2020-05-11T00:00:00Z,02,2,1314,28680,28680,1316,28680,0,0,421be9bca64dbd08f45c97ed05440cbbf8757948,0,0,0,0,0,
+20200511,AL,10009,119435,,,1256,,463,,276,,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,401,1256,2020-05-11T00:00:00Z,01,232,1791,129444,129444,2023,129444,8,16,2f2bd3f869e5c5e8d9f44db554deba82b04bbeca,0,0,0,0,0,
+20200511,AR,4034,64996,,61,480,,,11,98,3149,A,5/10/2020 19:05,2020-05-10T19:05:00Z,05/10 15:05,94,480,2020-05-10T19:05:00Z,05,287,3215,69030,69030,3502,69030,6,9,f16e49f332a10c8821487f8e0418fa7fe5f449f3,0,0,0,0,0,
+20200511,AS,0,105,,,,,,,,,D,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,0,,2020-05-10T00:00:00Z,60,0,22,105,105,22,105,0,0,8723609fceb736cf4f94dff95cce57cc3b86514a,0,0,0,0,0,
+20200511,AZ,11380,105084,,717,1537,297,,201,,2852,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,542,1537,2020-05-11T00:00:00Z,04,261,5826,116464,116464,6087,116464,6,9,3e79fef48fc3255c2003102133a98b1d98280cc9,0,0,0,0,0,
+20200511,CA,67939,923958,,4549,,1329,,,,,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,2770,,2020-05-11T00:00:00Z,06,1259,34974,991897,991897,36233,991897,25,0,9a7e7ad94eb7c4c0678fd83e34a118d5625998b7,0,0,0,0,0,
+20200511,CO,19899,88891,,573,3689,,,,,3076,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,981,3689,2020-05-09T00:00:00Z,08,196,4517,108790,108790,4713,108790,14,66,d66791a93615d66ea6e364aa49638249593cb408,0,0,0,0,0,
+20200511,CT,33765,98743,,1212,9389,,,,,5413,B,5/11/2020 14:00,2020-05-11T14:00:00Z,05/11 10:00,3008,9389,2020-05-11T14:00:00Z,09,211,2105,132508,132508,2316,132508,41,0,40dea09f456aa65e8b5064a47265279ace04a7e9,0,0,0,0,0,
+20200511,DC,6389,23872,,416,,,,82,,881,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,328,,2020-05-10T00:00:00Z,11,117,574,30261,30261,691,30261,5,0,48d87633a552a0da6d8c0884224aebe2e4a2ac9b,0,0,0,0,0,
+20200511,DE,6565,25363,,275,,,,,,2619,B,5/10/2020 18:00,2020-05-10T18:00:00Z,05/10 14:00,225,,2020-05-10T18:00:00Z,10,118,771,31928,31928,889,31928,1,0,c361f2ec702fd7939a6b7b10530e74c247cc3a0a,0,0,0,0,0,
+20200511,FL,40982,520075,1080,,7458,,,,,,B,5/11/2020 09:31,2020-05-11T09:31:00Z,05/11 05:31,1805,7458,2020-05-11T09:31:00Z,12,386,21723,562137,561057,22109,561057,14,54,43b2e3a7c70bf2c26c420426b6b47072833a4ef8,0,0,0,0,0,
+20200511,GA,33927,217361,,,6015,,1414,,,,A,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,1441,6015,2020-05-11T13:00:00Z,13,486,7255,251288,251288,7741,251288,36,18,a56433eb91bc3fd5b34464850273cb24a3e5e644,0,0,0,0,0,
+20200511,GU,151,3838,,,,,,,,124,C,5/11/2020 06:45,2020-05-11T06:45:00Z,05/11 02:45,5,,2020-05-11T06:45:00Z,66,0,195,3989,3989,195,3989,0,0,8fdc3ec974dfb1203bbfbbc7360a20f8aa94a335,0,0,0,0,0,
+20200511,HI,632,37051,,,81,,,,,561,B,5/10/2020 18:00,2020-05-10T18:00:00Z,05/10 14:00,17,81,2020-05-10T18:00:00Z,15,1,412,37683,37683,413,37683,0,0,15034b1b2078bf840c3cc7cc736240fdf1cf1e38,0,0,0,0,0,
+20200511,IA,12373,65419,,394,,152,,107,,5249,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,271,,2020-05-11T00:00:00Z,19,414,3204,77792,77792,3618,77792,6,0,aea596dffb54cd556577a801d9e238017705f902,0,0,0,0,0,
+20200511,ID,2230,29912,,,207,,87,,,1473,B,5/9/2020 19:00,2020-05-09T19:00:00Z,05/09 15:00,67,207,2020-05-09T19:00:00Z,16,0,0,32142,32142,0,32142,0,0,9dd84c47c8b81358ca59d65822aa4edc67248693,0,0,0,0,0,
+20200511,IL,79007,363418,,4319,,1248,,730,,,A,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,3459,,2020-05-11T00:00:00Z,17,1266,11175,442425,442425,12441,442425,53,0,758658ba83a7a314f1c03c8416a933303142f5cf,0,0,0,0,0,
+20200511,IN,24627,122061,,1346,4389,452,990,213,,,A+,5/10/2020 23:59,2020-05-10T23:59:00Z,05/10 19:59,1540,4389,2020-05-10T23:59:00Z,18,501,6158,146688,146688,6659,146688,32,0,e52dabab87a12562842df9a9c6887f7d2253284b,0,0,0,0,0,
+20200511,KS,7116,46993,,,660,,233,,101,376,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,158,660,2020-05-11T10:00:00Z,20,168,1436,54109,54109,1604,54109,1,3,55715fbe0fa5daa5e7b0f9113a1ec039b718ce4b,0,0,0,0,0,
+20200511,KY,6440,80483,,394,1757,226,758,,,2308,A,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,304,1757,2020-05-09T17:00:00Z,21,0,0,86923,86923,0,86923,0,0,d3aa31d40b57852157efffb93e12bb74cba0ce3d,0,0,0,0,0,
+20200511,LA,31815,189015,,1310,,,,157,,22608,B,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,2308,,2020-05-11T13:00:00Z,22,215,4743,220830,220830,4958,220830,22,0,dc7ddecffbf088db0b319ae5645e7ea5b07bb9a6,0,0,0,0,0,
+20200511,MA,78462,316266,,3102,7732,813,,,,,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,5108,7732,2020-05-11T10:00:00Z,25,669,5670,394728,394728,6339,394728,129,115,00710f382f871bfcdea86a943163f8e1d9011fe9,0,0,0,0,0,
+20200511,MD,33373,131407,,1544,6183,585,,,,2298,A,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,1788,6183,2020-05-11T10:00:00Z,24,786,4063,164780,164780,4849,164780,49,228,9c22c861baf4ca853dc6ce94e8e68dedd70678ef,0,0,0,0,0,
+20200511,ME,1462,22092,,37,200,17,,9,,872,B,5/11/2020 12:00,2020-05-11T12:00:00Z,05/11 08:00,65,200,2020-05-11T12:00:00Z,23,26,0,23554,23554,26,23554,1,1,3ac68f2a76168ebc17d4af0dfc4219fb96912dbe,0,0,0,0,0,
+20200511,MI,47552,251396,,1424,,685,,557,,22686,A+,5/11/2020 11:00,2020-05-11T11:00:00Z,05/11 07:00,4584,,2020-05-11T11:00:00Z,26,414,12856,298948,298948,13270,298948,33,0,825310a4c28cd3063fa3d29ba85fd972f91f9e4a,0,0,0,0,0,
+20200511,MN,11799,103982,,452,1716,194,600,,,6945,A,5/10/2020 17:00,2020-05-10T17:00:00Z,05/10 13:00,591,1716,2020-05-10T17:00:00Z,27,528,4165,115781,115781,4693,115781,13,59,47809f1a5b6238d76077d6853559b63343d6f4ce,0,0,0,0,0,
+20200511,MO,9918,105702,,824,,,,137,,,B,5/11/2020 15:00,2020-05-11T15:00:00Z,05/11 11:00,488,,2020-05-11T15:00:00Z,29,74,0,115620,115620,74,115620,6,0,16eab42aec664cc75210d2056a15ee4328f90588,0,0,0,0,0,
+20200511,MP,19,2676,,,,,,,,12,D,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,2,,2020-05-11T00:00:00Z,69,3,355,2695,2695,358,2695,0,0,70fdcfacef2fea4ac81cd03133d464d92933e873,0,0,0,0,0,
+20200511,MS,9674,86211,,507,1546,132,,68,,6268,A,5/10/2020 19:00,2020-05-10T19:00:00Z,05/10 15:00,435,1546,2020-05-10T19:00:00Z,28,173,14110,95885,95885,14283,95885,5,15,ff82ffa9d30cd0caa0c4380a8af2dec726f8e458,0,0,0,0,0,
+20200511,MT,459,22113,,4,62,,,,,423,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,16,62,2020-05-10T00:00:00Z,30,1,867,22572,22572,868,22572,0,0,ae2ef92373e187f05051982466ca8e3393103b54,0,0,0,0,0,
+20200511,NC,15045,180820,,464,,,,,,9115,B,5/11/2020 14:00,2020-05-11T14:00:00Z,05/11 10:00,550,,2020-05-11T14:00:00Z,37,281,3449,195865,195865,3730,195865,3,0,dccfb5a1cb11d9ca51873560fa69a05c01a5a324,0,0,0,0,0,
+20200511,ND,1518,45496,,34,115,,,,,846,C,5/11/2020 12:10,2020-05-11T12:10:00Z,05/11 08:10,36,115,2020-05-11T12:10:00Z,38,27,2118,47014,47014,2145,47014,1,5,72a1f15ac31ec3db2d458bc399a4373f6346fa1e,0,0,0,0,0,
+20200511,NE,8315,37924,,,,,,,,,D,5/10/2020 19:45,2020-05-10T19:45:00Z,05/10 15:45,98,,2020-05-10T19:45:00Z,31,81,589,46239,46239,670,46239,2,0,829c234e01622304c8bbe14e0d277418f2920a90,0,0,0,0,0,
+20200511,NH,3160,31723,261,113,318,,97,,,1229,B,5/10/2020 09:00,2020-05-10T09:00:00Z,05/10 05:00,133,318,2020-05-10T09:00:00Z,33,149,1281,35144,34883,1430,34883,2,5,b6e25c3b9ade22037af3016d10a7c4c30b664c87,0,0,0,0,0,
+20200511,NJ,139945,285988,,4195,,1255,,970,,15642,A+,5/11/2020 13:00,2020-05-11T13:00:00Z,05/11 09:00,9310,,2020-05-11T13:00:00Z,34,1413,112073,425933,425933,113486,425933,55,0,0dae15602964348eb7c959aac26834a5959a9c2b,0,0,0,0,0,
+20200511,NM,4863,97635,,194,789,,,,,1285,C,5/10/2020 17:50,2020-05-10T17:50:00Z,05/10 13:50,200,789,2020-05-10T17:50:00Z,35,85,5360,102498,102498,5445,102498,9,0,32b4f9cd07d250d04a42ad9349d67113c4866539,0,0,0,0,0,
+20200511,NV,6152,53932,,482,,117,,60,,183,C,5/11/2020 13:30,2020-05-11T13:30:00Z,05/11 09:30,306,,2020-05-11T13:30:00Z,32,54,1221,60084,60084,1275,60084,0,0,90a6930f5c92e5d8bf424d84adcdad2020829944,0,0,0,0,0,
+20200511,NY,337055,867596,,7226,84194,2450,,2020,,58363,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,21640,84194,2020-05-10T00:00:00Z,36,1660,19993,1204651,1204651,21653,1204651,162,433,8fe6fcc24d69bfd137e24e7ae0411d948fcf011e,0,0,0,0,0,
+20200511,OH,24777,185753,,1011,4413,391,1217,256,,,B,5/11/2020 14:00,2020-05-11T14:00:00Z,05/11 10:00,1357,4413,2020-05-11T14:00:00Z,39,696,4972,210530,210530,5668,210530,16,62,d06fde899c3f9c61630c6bfbf3a8def52e3de423,0,0,0,0,0,
+20200511,OK,4613,91379,,177,828,93,,,,3241,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,274,828,2020-05-11T00:00:00Z,40,24,0,95992,95992,24,95992,2,2,524fe1600931d36c2eaa3e748339c2e2fb0afd08,0,0,0,0,0,
+20200511,OR,3286,74320,,164,673,40,,23,,1125,A+,5/11/2020 11:00,2020-05-11T11:00:00Z,05/11 07:00,130,673,2020-05-11T11:00:00Z,41,58,2041,77606,77606,2099,77606,3,3,7ccf20bff559d6f24b783bb34dd824222f16d517,0,0,0,0,0,
+20200511,PA,57154,231704,,2176,,,,497,,,C,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,3731,,2020-05-11T00:00:00Z,42,543,3932,288858,288858,4475,288858,24,0,870a15b172c2d170c7b4382206e309465399517d,0,0,0,0,0,
+20200511,PR,2256,,,,,,,,,,D,5/11/2020 05:57,2020-05-11T05:57:00Z,05/11 01:57,113,,2020-05-11T05:57:00Z,72,58,0,2256,2256,58,2256,2,0,7f567f0177b3014ca83dc9ce1d88483a07f5d11f,0,0,0,0,0,
+20200511,RI,11450,81882,,276,1280,73,,52,,841,A+,5/11/2020 12:00,2020-05-11T12:00:00Z,05/11 08:00,430,1280,2020-05-11T12:00:00Z,44,176,1943,93332,93332,2119,93332,8,29,73c54978d4aed54b6b849575c9e86dcd985430df,0,0,0,0,0,
+20200511,SC,7653,76804,,,1252,,,,,4120,B,5/10/2020 16:30,2020-05-10T16:30:00Z,05/10 12:30,331,1252,2020-05-10T16:30:00Z,45,0,0,84457,84457,0,84457,0,0,d4a1ff9a13653c49b9a524ef7f463e1a0d7d798d,0,0,0,0,0,
+20200511,SD,3614,20964,,78,263,,,,,2187,C,5/10/2020 18:00,2020-05-10T18:00:00Z,05/10 14:00,34,263,2020-05-10T18:00:00Z,46,97,587,24578,24578,684,24578,0,2,d2399a659bec1f0a844eaf40d4bbbfcd2a9e5392,0,0,0,0,0,
+20200511,TN,15544,257733,,,1344,,,,,8038,B,5/11/2020 15:00,2020-05-11T15:00:00Z,05/11 11:00,251,1344,2020-05-11T15:00:00Z,47,559,10849,273277,273277,11408,273277,8,19,b01b3d36731ec18df91d3a12bf125413fd7b605d,0,0,0,0,0,
+20200511,TX,39869,485828,,1525,,,,,,21713,B,5/10/2020 16:35,2020-05-10T16:35:00Z,05/10 12:35,1100,,2020-05-10T16:35:00Z,48,1000,22921,525697,525697,23921,525697,12,0,4677305c2d72f0a4d6ff22bd1e97a13aa910eebf,0,0,0,0,0,
+20200511,UT,6362,144223,,160,517,,169,,76,3181,B,5/11/2020 15:00,2020-05-11T15:00:00Z,05/11 11:00,68,517,2020-05-11T15:00:00Z,49,111,3964,150585,150585,4075,150585,1,5,fdf490df05fc088b08833e228b23b0f7bf7058e5,0,0,0,0,0,
+20200511,VA,25070,125547,432,1504,4777,362,,194,,3273,A+,5/10/2020 17:00,2020-05-10T17:00:00Z,05/10 13:00,850,4777,2020-05-10T17:00:00Z,51,989,6573,151049,150617,7562,150617,11,21,a6dc004c6ef4bf290f180243c5b821077f45b1ba,0,0,0,0,0,
+20200511,VI,69,1110,36,,,,,,,60,C,5/11/2020 09:30,2020-05-11T09:30:00Z,05/11 05:30,5,,2020-05-11T09:30:00Z,78,0,8,1215,1179,8,1179,1,0,ca881aacec575e1335d4c773d6c51c908e23c6ab,0,0,0,0,0,
+20200511,VT,927,18797,,14,,,,,,785,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,53,,2020-05-11T00:00:00Z,50,1,630,19724,19724,631,19724,0,0,c1c194a6e2845e1d0f37e09fd97e06801106b5ec,0,0,0,0,0,
+20200511,WA,18354,253148,,350,,110,,,,,B,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,931,,2020-05-11T00:00:00Z,53,281,5784,271502,271502,6065,271502,10,0,c1c2c970fa2686638592e682f49ff455b49c415f,0,0,0,0,0,
+20200511,WI,10418,108033,180,520,1846,116,460,,,5176,A+,5/11/2020 00:00,2020-05-11T00:00:00Z,05/10 20:00,409,1846,2020-05-11T00:00:00Z,55,199,2870,118631,118451,3069,118451,9,26,77a14d904cf0ffca1899fc77bba9e04e558c4294,0,0,0,0,0,
+20200511,WV,1366,62103,,49,,10,,6,,775,C,5/11/2020 10:00,2020-05-11T10:00:00Z,05/11 06:00,54,,2020-05-11T10:00:00Z,54,6,819,63469,63469,825,63469,0,0,f88bb76b4acbb4ed8cb49d792e90d351bc866166,0,0,0,0,0,
+20200511,WY,662,11403,,12,66,,,,,443,C,5/10/2020 17:38,2020-05-10T17:38:00Z,05/10 13:38,7,66,2020-05-10T17:38:00Z,56,1,0,12065,12065,1,12065,0,1,b59adebcf0d6a4c54f19683037cec83c917d5dc1,0,0,0,0,0,
+20200510,AK,379,26985,,8,,,,,,324,C,5/10/2020 14:00,2020-05-10T14:00:00Z,05/10 10:00,10,,2020-05-10T14:00:00Z,02,1,914,27364,27364,915,27364,0,0,4cf9d270d1e385d9a0886e8e5a1a51b0eca3d842,0,0,0,0,0,
+20200510,AL,9777,117644,,,1240,,460,,274,,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,393,1240,2020-05-10T00:00:00Z,01,210,1717,127421,127421,1927,127421,5,12,011cf39afe4b327dbf3f31240bbe5da7d8c9cd0f,0,0,0,0,0,
+20200510,AR,3747,61781,,64,471,,,14,96,2968,B,5/10/2020 10:15,2020-05-10T10:15:00Z,05/10 06:15,88,471,2020-05-10T10:15:00Z,05,0,0,65528,65528,0,65528,0,0,26c8e7bb922affa8cfc16fbfddc89e1a86e4e012,0,0,0,0,0,
+20200510,AS,0,83,,,,,,,,,D,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,207916154f3110eeb5f3560bd9bb18fdc8e916af,0,0,0,0,0,
+20200510,AZ,11119,99258,,713,1528,300,,195,,2775,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,536,1528,2020-05-10T00:00:00Z,04,159,4408,110377,110377,4567,110377,4,14,e1b32eac5f106840a71566e0c508cb5859a79793,0,0,0,0,0,
+20200510,CA,66680,888984,,4555,,1328,,,,,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,2745,,2020-05-10T00:00:00Z,06,2119,40975,955664,955664,43094,955664,67,0,ce83ce4bb42cbc050741a4917b670e0e03ca3d26,0,0,0,0,0,
+20200510,CO,19703,84374,,790,3623,,,,,3023,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,967,3623,2020-05-08T00:00:00Z,08,876,6429,104077,104077,7305,104077,7,23,51928fdfded6a85d134b75fdee9bcaa39e6cebb1,0,0,0,0,0,
+20200510,CT,33554,96638,,1242,9389,,,,,5413,B,5/10/2020 14:00,2020-05-10T14:00:00Z,05/10 10:00,2967,9389,2020-05-10T14:00:00Z,09,570,6053,130192,130192,6623,130192,35,0,5acd0fae86d76b0d3618702064b66691bcb677d4,0,0,0,0,0,
+20200510,DC,6272,23298,,447,,130,,91,,880,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,323,,2020-05-09T00:00:00Z,11,170,1217,29570,29570,1387,29570,12,0,cbd5681537ac32031eaaaea8b72c7b9cbf7d898f,0,0,0,0,0,
+20200510,DE,6447,24592,,285,,,,,,2537,B,5/10/2020 12:03,2020-05-10T12:03:00Z,05/10 08:03,224,,2020-05-10T12:03:00Z,10,170,1573,31039,31039,1743,31039,3,0,8cfb2b017b440abbab1229425bed48d2c7caffda,0,0,0,0,0,
+20200510,FL,40596,498352,1265,,7404,,,,,,B,5/10/2020 11:52,2020-05-10T11:52:00Z,05/10 07:52,1791,7404,2020-05-10T11:52:00Z,12,595,10622,540213,538948,11217,538948,6,79,441ad07550ca8703d0af3aad6baabcadc98f3982,0,0,0,0,0,
+20200510,GA,33441,210106,,,5997,,1412,,,,A,5/10/2020 15:25,2020-05-10T15:25:00Z,05/10 11:25,1405,5997,2020-05-10T15:25:00Z,13,909,7314,243547,243547,8223,243547,5,10,0b4565c7477ebf5acc1357968283edeaa565dce9,0,0,0,0,0,
+20200510,GU,151,3643,,,,,,,,124,C,5/9/2020 03:50,2020-05-09T03:50:00Z,05/08 23:50,5,,2020-05-09T03:50:00Z,66,0,0,3794,3794,0,3794,0,0,e3c42cd1b9d771cf5e5a4f84af9d9bb15894191c,0,0,0,0,0,
+20200510,HI,631,36639,,,81,,,,,551,B,5/9/2020 18:00,2020-05-09T18:00:00Z,05/09 14:00,17,81,2020-05-09T18:00:00Z,15,2,1006,37270,37270,1008,37270,0,0,c3548f1ee66e40c9f00480486c3d0d68947bd9d4,0,0,0,0,0,
+20200510,IA,11959,62215,,413,,157,,105,,5154,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,265,,2020-05-10T00:00:00Z,19,288,2410,74174,74174,2698,74174,13,0,9c625bb5fad9c2605639feda6a8bbc29dbc84835,0,0,0,0,0,
+20200510,ID,2230,29912,,,207,,87,,,1473,B,5/9/2020 19:00,2020-05-09T19:00:00Z,05/09 15:00,67,207,2020-05-09T19:00:00Z,16,25,311,32142,32142,336,32142,0,1,d83a34d70ee3fc154f11fdf85fddad28296902dd,0,0,0,0,0,
+20200510,IL,77741,352243,,4293,,1232,,709,,,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,3406,,2020-05-10T00:00:00Z,17,1656,11997,429984,429984,13653,429984,57,0,dfc87b15e4114ccfaef71cdd70fb6f42fb2a30b4,0,0,0,0,0,
+20200510,IN,24126,115903,,1328,4389,462,990,205,,,A+,5/9/2020 23:59,2020-05-09T23:59:00Z,05/09 19:59,1508,4389,2020-05-09T23:59:00Z,18,394,3949,140029,140029,4343,140029,18,0,ac87dec535ea7d18a19e0bfae73b90ffc1ecd8cc,0,0,0,0,0,
+20200510,KS,6948,45557,,,657,,231,,101,371,A,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,157,657,2020-05-10T10:00:00Z,20,197,2375,52505,52505,2572,52505,0,22,cc981dc3ece4b4e43a894a459863693d95c6161c,0,0,0,0,0,
+20200510,KY,6440,80483,,394,1757,226,758,,,2308,A,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,304,1757,2020-05-09T17:00:00Z,21,152,324,86923,86923,476,86923,6,61,905b7b4683e73abb36845e760942ec7de8dafd28,0,0,0,0,0,
+20200510,LA,31600,184272,,1324,,,,161,,20316,B,5/10/2020 13:00,2020-05-10T13:00:00Z,05/10 09:00,2286,,2020-05-10T13:00:00Z,22,183,3532,215872,215872,3715,215872,19,0,cce7f4497ace9814e2ee409eceb2ccf0b7a82a05,0,0,0,0,0,
+20200510,MA,77793,310596,,3128,7617,810,,,,,A,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,4979,7617,2020-05-10T10:00:00Z,25,1050,10802,388389,388389,11852,388389,139,66,e5564c90ffea6f891041e4cacd632dc25ad36ad7,0,0,0,0,0,
+20200510,MD,32587,127344,,1640,5955,611,,,,2293,A,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,1739,5955,2020-05-10T10:00:00Z,24,1053,2850,159931,159931,3903,159931,47,23,c5f08b91b02288361e8bb641c2a84fe56a5f2a03,0,0,0,0,0,
+20200510,ME,1436,22092,,36,199,17,,10,,861,B,5/10/2020 11:30,2020-05-10T11:30:00Z,05/10 07:30,64,199,2020-05-10T11:30:00Z,23,28,0,23528,23528,28,23528,0,1,b0fefc717c14edaeccf433107e9fbbe017648e47,0,0,0,0,0,
+20200510,MI,47138,238540,,1437,,674,,536,,22686,A+,5/10/2020 11:00,2020-05-10T11:00:00Z,05/10 07:00,4551,,2020-05-10T11:00:00Z,26,382,11810,285678,285678,12192,285678,25,0,2fd2ad9e58fbcbf96a2742be384c251f9579d39a,0,0,0,0,0,
+20200510,MN,11271,99817,,434,1657,199,581,,,6304,A,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,578,1657,2020-05-09T17:00:00Z,27,481,4344,111088,111088,4825,111088,20,45,1ee590d6f5f98f868459f47ec8f11c3bc1107288,0,0,0,0,0,
+20200510,MO,9844,105702,,824,,,,137,,,B,5/10/2020 15:00,2020-05-10T15:00:00Z,05/10 11:00,482,,2020-05-10T15:00:00Z,29,178,6470,115546,115546,6648,115546,10,0,d2529d39ba30188859339352c78b2c877cf34ebb,0,0,0,0,0,
+20200510,MP,16,2321,,,,,,,,12,D,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,2,,2020-05-09T00:00:00Z,69,0,0,2337,2337,0,2337,0,0,e6f989dd5c09ff27812c9d1c260812ae624151f1,0,0,0,0,0,
+20200510,MS,9501,72101,,645,1531,141,,78,,4421,A,5/9/2020 19:00,2020-05-09T19:00:00Z,05/09 15:00,430,1531,2020-05-09T19:00:00Z,28,123,0,81602,81602,123,81602,9,19,27af575d5dede1ee5b11c5de4a748ed50fff3bb7,0,0,0,0,0,
+20200510,MT,458,21246,,4,62,,,,,422,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,16,62,2020-05-09T00:00:00Z,30,0,375,21704,21704,375,21704,0,0,c66122bc5b8feb79eda0936bb743a5420dbe79d0,0,0,0,0,0,
+20200510,NC,14764,177371,,442,,,,,,,B,5/10/2020 11:00,2020-05-10T11:00:00Z,05/10 07:00,547,,2020-05-10T11:00:00Z,37,404,5369,192135,192135,5773,192135,3,0,a52ca1e8c441053b1acb8bc7ab1adca383878371,0,0,0,0,0,
+20200510,ND,1491,43378,,29,110,,,,,792,C,5/10/2020 12:10,2020-05-10T12:10:00Z,05/10 08:10,35,110,2020-05-10T12:10:00Z,38,27,909,44869,44869,936,44869,0,0,fca6f0b99074b2decc75ec3da51527dd3613ed37,0,0,0,0,0,
+20200510,NE,8234,37335,,,,,,,,,D,5/9/2020 19:45,2020-05-09T19:45:00Z,05/09 15:45,96,,2020-05-09T19:45:00Z,31,403,2190,45569,45569,2593,45569,4,0,87fca3e249bf430b315d41ce4f3972efd9b2aff7,0,0,0,0,0,
+20200510,NH,3011,30442,512,107,313,,97,,,1228,B,5/9/2020 09:00,2020-05-09T09:00:00Z,05/09 05:00,131,313,2020-05-09T09:00:00Z,33,64,1091,33965,33453,1155,33453,10,4,de8577d1b0704658d892790f70df1c428d76a7ca,0,0,0,0,0,
+20200510,NJ,138532,173915,591,4308,,1338,,994,,15642,A+,5/10/2020 13:00,2020-05-10T13:00:00Z,05/10 09:00,9255,,2020-05-10T13:00:00Z,34,1447,5794,313038,312447,7241,312447,139,0,f73eb094bad80b114465aa496917f98cb3f6c597,0,0,0,0,0,
+20200510,NM,4778,92275,,198,789,,,,,1268,C,5/9/2020 16:00,2020-05-09T16:00:00Z,05/09 12:00,191,789,2020-05-09T16:00:00Z,35,105,3686,97053,97053,3791,97053,10,0,bd82888120c8e3df891d9c4ef44b08c3236f4ae9,0,0,0,0,0,
+20200510,NV,6098,52711,,444,,116,,65,,182,C,5/10/2020 12:30,2020-05-10T12:30:00Z,05/10 08:30,306,,2020-05-10T12:30:00Z,32,70,2628,58809,58809,2698,58809,5,0,ab01b4f0e7f1452310d0e18988e89538a58d0460,0,0,0,0,0,
+20200510,NY,335395,847603,,7262,83761,2488,,2073,,58006,A,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,21478,83761,2020-05-10T00:00:00Z,36,2273,26957,1182998,1182998,29230,1182998,207,476,35f61604ef75a962c610c19e26b3ecbd49c4635d,0,0,0,0,0,
+20200510,OH,24081,180781,,962,4351,381,1205,254,,,B,5/10/2020 14:00,2020-05-10T14:00:00Z,05/10 10:00,1341,4351,2020-05-10T14:00:00Z,39,384,7808,204862,204862,8192,204862,10,51,ebc57b66d125291f869b8710792b83bc215c37ee,0,0,0,0,0,
+20200510,OK,4589,91379,,177,826,93,,,,3204,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,272,826,2020-05-10T00:00:00Z,40,99,0,95968,95968,99,95968,2,4,cafb9c795110faabd632e2dc0a1c848b66b289ca,0,0,0,0,0,
+20200510,OR,3228,72279,,164,670,45,,22,,1125,A+,5/10/2020 11:00,2020-05-10T11:00:00Z,05/10 07:00,127,670,2020-05-10T11:00:00Z,41,68,819,75507,75507,887,75507,0,8,b7874317f4ab52dee64aa4309e2650b27b2bc059,0,0,0,0,0,
+20200510,PA,56611,227772,,2230,,,,501,,,C,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,3707,,2020-05-10T00:00:00Z,42,1295,5981,284383,284383,7276,284383,19,0,0e94873c9037c42d5af863bff1df2bfa9b9ebde8,0,0,0,0,0,
+20200510,PR,2198,,,,,,,,,,D,5/10/2020 05:51,2020-05-10T05:51:00Z,05/10 01:51,111,,2020-05-10T05:51:00Z,72,25,0,2198,2198,25,2198,3,0,19421e2576225b16bf5c22587710f2fc91cf64fa,0,0,0,0,0,
+20200510,RI,11274,79939,,283,1251,70,,52,,809,A+,5/10/2020 12:00,2020-05-10T12:00:00Z,05/10 08:00,422,1251,2020-05-10T12:00:00Z,44,285,3113,91213,91213,3398,91213,4,33,db0fcaa0fe25bf96d05efd13eff18d47f4a60efc,0,0,0,0,0,
+20200510,SC,7653,76804,,,1252,,,,,4120,B,5/10/2020 16:30,2020-05-10T16:30:00Z,05/10 12:30,331,1252,2020-05-10T16:30:00Z,45,122,3372,84457,84457,3494,84457,1,0,0f61078a94b0a5ce068ac5909d2973c41e1e6dc4,0,0,0,0,0,
+20200510,SD,3517,20377,,77,261,,,,,2147,C,5/9/2020 18:00,2020-05-09T18:00:00Z,05/09 14:00,34,261,2020-05-09T18:00:00Z,46,124,818,23894,23894,942,23894,0,8,1e0c7e5cc13749e234d82b7e8781fc972a61a1ca,0,0,0,0,0,
+20200510,TN,14985,246884,,,1325,,,,,7528,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,243,1325,2020-05-10T00:00:00Z,47,217,8904,261869,261869,9121,261869,1,6,a3b6e8987d27cfdde2305cbdabeb3a9d7b15f0ba,0,0,0,0,0,
+20200510,TX,38869,462907,,1626,,,,,,21022,B,5/10/2020 16:35,2020-05-10T16:35:00Z,05/10 12:35,1088,,2020-05-10T16:35:00Z,48,1009,11473,501776,501776,12482,501776,39,0,975a43b3e0e7f05a109b26e5ec1fd57625e80cb7,0,0,0,0,0,
+20200510,UT,6251,140259,,144,512,,168,,76,3033,B,5/10/2020 10:31,2020-05-10T10:31:00Z,05/10 06:31,67,512,2020-05-10T10:31:00Z,49,148,3068,146510,146510,3216,146510,1,14,14f395cfb1fc5b0256815039dea8390d1902963e,0,0,0,0,0,
+20200510,VA,24081,118974,506,1555,4756,351,,187,,3201,A+,5/9/2020 17:00,2020-05-09T17:00:00Z,05/09 13:00,839,4756,2020-05-09T17:00:00Z,51,885,5021,143561,143055,5906,143055,12,39,42742dec02756213234b5e557e7a8d7acd767cd6,0,0,0,0,0,
+20200510,VI,69,1102,39,,,,,,,59,C,5/9/2020 19:06,2020-05-09T19:06:00Z,05/09 15:06,4,,2020-05-09T19:06:00Z,78,1,78,1210,1171,79,1171,0,0,748c7b6e813f25b38edcdff541d236ae8f19913f,0,0,0,0,0,
+20200510,VT,926,18167,,21,,,,,,777,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,53,,2020-05-10T00:00:00Z,50,0,477,19093,19093,477,19093,0,0,62b55c7c0387dca25d41c8f047d1824d23029558,0,0,0,0,0,
+20200510,WA,18073,247364,,335,,101,,,,,B,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,921,,2020-05-10T00:00:00Z,53,167,1172,265437,265437,1339,265437,16,0,8b11a86fd8a31cf04f0106b39865fb13d9bfbed5,0,0,0,0,0,
+20200510,WI,10219,105163,182,514,1820,113,456,,,5014,A+,5/10/2020 00:00,2020-05-10T00:00:00Z,05/09 20:00,400,1820,2020-05-10T00:00:00Z,55,280,3228,115564,115382,3508,115382,2,14,55fefeffc16da181c361edf744ec879820d05f6a,0,0,0,0,0,
+20200510,WV,1360,61284,,49,,10,,6,,775,C,5/10/2020 10:00,2020-05-10T10:00:00Z,05/10 06:00,54,,2020-05-10T10:00:00Z,54,25,1622,62644,62644,1647,62644,1,0,5b9f6bfe46b529f5d94e2fe6d543b9f35758eafb,0,0,0,0,0,
+20200510,WY,661,11403,,12,65,,,,,443,C,5/10/2020 16:00,2020-05-10T16:00:00Z,05/10 12:00,7,65,2020-05-10T16:00:00Z,56,17,0,12064,12064,17,12064,0,1,6a3fbd01287b65e7d41a04882e4f515d97b0721b,0,0,0,0,0,
+20200509,AK,378,26071,,8,,,,,,318,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,10,,2020-05-09T00:00:00Z,02,1,975,26449,26449,976,26449,0,0,64958614e111973f29923c827f4e8a7ae93f6ef6,0,0,0,0,0,
+20200509,AL,9567,115927,,,1228,,459,,272,,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,388,1228,2020-05-09T00:00:00Z,01,346,5034,125494,125494,5380,125494,13,21,8e39a65bf948fabda713959ede8fb1fcbad0df05,0,0,0,0,0,
+20200509,AR,3747,61781,,64,471,,,14,96,2968,B,5/9/2020 10:15,2020-05-09T10:15:00Z,05/09 06:15,88,471,2020-05-09T10:15:00Z,05,53,1481,65528,65528,1534,65528,0,5,a53393da35878cdb949afa78b236ee9206c709a0,0,0,0,0,0,
+20200509,AS,0,83,,,,,,,,,D,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,fac3909feb5c0cc89c71f19c9d313b30447eb423,0,0,0,0,0,
+20200509,AZ,10960,94850,,739,1514,296,,186,,2684,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,532,1514,2020-05-09T00:00:00Z,04,434,4251,105810,105810,4685,105810,15,32,77bf2679c9805c151c33b1aeb91f0a08bbf2bac4,0,0,0,0,0,
+20200509,CA,64561,848009,,4538,,1349,,,,,B,5/9/2020 14:00,2020-05-09T14:00:00Z,05/09 10:00,2678,,2020-05-09T14:00:00Z,06,2049,35249,912570,912570,37298,912570,93,0,d77dd555add928b02a437461643799d2bbe83737,0,0,0,0,0,
+20200509,CO,18827,77945,,790,3600,,,,,2974,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,960,3600,2020-05-07T00:00:00Z,08,26,2210,96772,96772,2236,96772,-1,43,b4fc82100b9b095668524cba0ac97876f1a31163,0,0,0,0,0,
+20200509,CT,32984,90585,,1301,9389,,,,,5413,B,5/9/2020 14:00,2020-05-09T14:00:00Z,05/09 10:00,2932,9389,2020-05-09T14:00:00Z,09,573,2455,123569,123569,3028,123569,58,0,50e0594ae40be07e41e3288d10c9b37388b9549c,0,0,0,0,0,
+20200509,DC,6102,22081,,447,,130,,91,,879,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,311,,2020-05-08T00:00:00Z,11,203,865,28183,28183,1068,28183,7,0,165718090e8f033b08eb26c16387d34be0d23994,0,0,0,0,0,
+20200509,DE,6277,23019,,288,,,,,,2450,B,5/8/2020 18:00,2020-05-08T18:00:00Z,05/08 14:00,221,,2020-05-08T18:00:00Z,10,166,866,29296,29296,1032,29296,8,0,48460e0112537660e103ebc453c00fcd69665339,0,0,0,0,0,
+20200509,FL,40001,487730,1452,,7325,,,,,,B,5/9/2020 10:39,2020-05-09T10:39:00Z,05/09 06:39,1785,7325,2020-05-09T10:39:00Z,12,802,13588,529183,527731,14390,527731,47,168,257836b455a39242d4152b915d0e843d5b5be3fd,0,0,0,0,0,
+20200509,GA,32532,202792,,,5987,,1409,,,,A,5/9/2020 15:25,2020-05-09T15:25:00Z,05/09 11:25,1400,5987,2020-05-09T15:25:00Z,13,426,7331,235324,235324,7757,235324,23,52,f78ccc8d3542e5438e5aebe404dd2aef811a9930,0,0,0,0,0,
+20200509,GU,151,3643,,,,,,,,124,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,5,,2020-05-09T00:00:00Z,66,0,17,3794,3794,17,3794,0,0,a88a17e1c5a3222ae7fdb6b9ccec36f40f0fab53,0,0,0,0,0,
+20200509,HI,629,35633,,,81,,,,,566,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,17,81,2020-05-08T00:00:00Z,15,0,-356,36262,36262,-356,36262,0,7,65d515ed46eddbe2163fd3828455cb306ec5ca7b,0,0,0,0,0,
+20200509,IA,11671,59805,,402,,161,,106,,5011,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,252,,2020-05-08T00:00:00Z,19,214,1001,71476,71476,1215,71476,9,0,91a83f359f37231e669035b94af8727f353248bb,0,0,0,0,0,
+20200509,ID,2205,29601,,,206,,86,,,1442,B,5/8/2020 19:00,2020-05-08T19:00:00Z,05/08 15:00,67,206,2020-05-08T19:00:00Z,16,27,509,31806,31806,536,31806,0,0,c6d906cd3bdab9abc16bb607a4bde6712452bcde,0,0,0,0,0,
+20200509,IL,76085,340246,,4739,,1215,,739,,,A,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,3349,,2020-05-09T00:00:00Z,17,2325,14292,416331,416331,16617,416331,108,0,334e1c7eabbd03f558cd95445775fbb984033afc,0,0,0,0,0,
+20200509,IN,23732,111954,,1361,4389,458,990,213,,,A+,5/8/2020 23:59,2020-05-08T23:59:00Z,05/08 19:59,1490,4389,2020-05-08T23:59:00Z,18,586,4972,135686,135686,5558,135686,43,0,afc606b5f8555288a28daa0b90dd77e71d75deb7,0,0,0,0,0,
+20200509,KS,6751,43182,,,635,,229,,100,350,A,5/9/2020 10:00,2020-05-09T10:00:00Z,05/09 06:00,157,635,2020-05-09T10:00:00Z,20,250,1975,49933,49933,2225,49933,5,27,de1a8eed0bca8485b8310c956c53839e6e798e78,0,0,0,0,0,
+20200509,KY,6288,80159,,369,1696,210,723,,,2266,A,5/8/2020 17:00,2020-05-08T17:00:00Z,05/08 13:00,298,1696,2020-05-08T17:00:00Z,21,159,4887,86447,86447,5046,86447,4,12,90f675f22558840f1110e0e3c96003e48a5da85b,0,0,0,0,0,
+20200509,LA,31417,180740,,1333,,,,165,,20316,B,5/9/2020 13:00,2020-05-09T13:00:00Z,05/09 09:00,2267,,2020-05-09T13:00:00Z,22,562,9179,212157,212157,9741,212157,40,0,b002cf6f2721d13d71dff9f8a346ff27c48e9eda,0,0,0,0,0,
+20200509,MA,76743,299794,,3229,7551,814,,,,,A,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,4840,7551,2020-05-09T12:00:00Z,25,1410,9104,376537,376537,10514,376537,138,117,46afcf3e21a5641bba6a641b45d5c44cb1fec78c,0,0,0,0,0,
+20200509,MD,31534,124494,,1665,5932,575,,,,2159,A,5/9/2020 10:00,2020-05-09T10:00:00Z,05/09 06:00,1692,5932,2020-05-09T10:00:00Z,24,1049,2792,156028,156028,3841,156028,49,121,329be00b1a67a19cfb6671eb1350de80feb428ef,0,0,0,0,0,
+20200509,ME,1408,22092,,43,198,22,,10,,857,B,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,64,198,2020-05-09T12:00:00Z,23,34,0,23500,23500,34,23500,1,4,40f0a566b17f70822edb386f7fec6910e08e3600,0,0,0,0,0,
+20200509,MI,46756,226730,,1531,,683,,539,,22686,A+,5/9/2020 11:00,2020-05-09T11:00:00Z,05/09 07:00,4526,,2020-05-09T11:00:00Z,26,430,12803,273486,273486,13233,273486,133,0,f0962231df9f74c04a20ec95c070d0cd57303333,0,0,0,0,0,
+20200509,MN,10790,95473,,476,1612,180,556,,,5764,A,5/8/2020 17:00,2020-05-08T17:00:00Z,05/08 13:00,558,1612,2020-05-08T17:00:00Z,27,702,4291,106263,106263,4993,106263,24,63,86235c7d8d3c403f963f043fbc1b00e500ea7873,0,0,0,0,0,
+20200509,MO,9666,99232,,855,,,,144,,,B,5/9/2020 15:00,2020-05-09T15:00:00Z,05/09 11:00,472,,2020-05-09T15:00:00Z,29,177,0,108898,108898,177,108898,23,0,65b33faf43fdf09a9d963d2dd2169f63d48888ee,0,0,0,0,0,
+20200509,MP,16,2321,,,,,,,,12,D,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,2,,2020-05-09T00:00:00Z,69,1,0,2337,2337,1,2337,0,0,d6b06a71ada794b91cd2eb9f10f2fb5ac9944680,0,0,0,0,0,
+20200509,MS,9378,72101,,607,1512,133,,76,,4421,A,5/8/2020 19:00,2020-05-08T19:00:00Z,05/08 15:00,421,1512,2020-05-08T19:00:00Z,28,288,0,81479,81479,288,81479,12,34,547fb143d705538b87a3d235b88cff144d3bbb21,0,0,0,0,0,
+20200509,MT,458,20871,,4,62,,,,,422,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,16,62,2020-05-09T00:00:00Z,30,0,384,21329,21329,384,21329,0,0,eb5e7faf819350f99c5c0ec557bca2ee74081f6e,0,0,0,0,0,
+20200509,NC,14360,172002,,513,,,,,,,B,5/9/2020 10:45,2020-05-09T10:45:00Z,05/09 06:45,544,,2020-05-09T10:45:00Z,37,492,7257,186362,186362,7749,186362,17,0,2b1c386990f2e0ebdbaa530b0699818191c7a885,0,0,0,0,0,
+20200509,ND,1464,42469,,34,110,,,,,762,C,5/9/2020 13:00,2020-05-09T13:00:00Z,05/09 09:00,35,110,2020-05-09T13:00:00Z,38,39,1393,43933,43933,1432,43933,2,6,ca3d7b45f929f3607542c61635d3b2ac6ca6042e,0,0,0,0,0,
+20200509,NE,7831,35145,,,,,,,,,D,5/8/2020 18:45,2020-05-08T18:45:00Z,05/08 14:45,92,,2020-05-08T18:45:00Z,31,641,1923,42976,42976,2564,42976,2,0,d7de92d824ee7b45e6b31b903798ee3f92adbaab,0,0,0,0,0,
+20200509,NH,2947,29351,304,112,309,,97,,,1210,B,5/8/2020 09:00,2020-05-08T09:00:00Z,05/08 05:00,121,309,2020-05-08T09:00:00Z,33,104,1522,32602,32298,1626,32298,7,1,3f711c1b82e5ffb505ecfc9902d28bdb477c3d8f,0,0,0,0,0,
+20200509,NJ,137085,168121,557,4628,,1416,,1054,,15642,A+,5/9/2020 13:00,2020-05-09T13:00:00Z,05/09 09:00,9116,,2020-05-09T13:00:00Z,34,1631,4816,305763,305206,6447,305206,164,0,71109b3432b7f3fbfe09d822774dc00e1b4f1534,0,0,0,0,0,
+20200509,NM,4673,88589,,201,789,,,,,1189,C,5/8/2020 06:05,2020-05-08T06:05:00Z,05/08 02:05,181,789,2020-05-08T06:05:00Z,35,180,4050,93262,93262,4230,93262,9,29,9b174ce5060598ba33c13670cd359b60921a2747,0,0,0,0,0,
+20200509,NV,6028,50083,,,,,,,,205,D,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,301,,2020-05-09T12:00:00Z,32,144,2623,56111,56111,2767,56111,8,0,72620e8632137a3e691ddbe0eb116128c4d15f10,0,0,0,0,0,
+20200509,NY,333122,820646,,7776,83285,2664,,2203,,57180,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,21271,83285,2020-05-09T00:00:00Z,36,2715,29510,1153768,1153768,32225,1153768,226,555,a6750bcc2c249881c1ad7bab0bb765f52500031a,0,0,0,0,0,
+20200509,OH,23697,172973,,929,4300,368,1200,222,,,B,5/9/2020 14:00,2020-05-09T14:00:00Z,05/09 10:00,1331,4300,2020-05-09T14:00:00Z,39,681,11673,196670,196670,12354,196670,25,82,7b2b0e4c52c2e9ce6901eadf777b5ad6e1525d3b,0,0,0,0,0,
+20200509,OK,4490,91379,,177,822,93,,,,3154,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,270,822,2020-05-09T00:00:00Z,40,66,5946,95869,95869,6012,95869,4,17,7b103e323c87f945441fc18508cf22a75b8a2223,0,0,0,0,0,
+20200509,OR,3160,71460,,139,662,34,,19,,1125,A+,5/9/2020 11:00,2020-05-09T11:00:00Z,05/09 07:00,127,662,2020-05-09T11:00:00Z,41,92,1835,74620,74620,1927,74620,3,3,62ee97b8388d4be37736180ae2b9c7498a7a091f,0,0,0,0,0,
+20200509,PA,55316,221791,,2285,,,,502,,,C,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,3688,,2020-05-09T00:00:00Z,42,1078,5470,277107,277107,6548,277107,72,0,8a3fc396dfc4980be91e5ff84248fe07b7960a4e,0,0,0,0,0,
+20200509,PR,2173,,,161,,,,7,,,C,5/9/2020 05:51,2020-05-09T05:51:00Z,05/09 01:51,108,,2020-05-09T05:51:00Z,72,17,0,2173,2173,17,2173,1,0,2286391df7719ceb454d98da9e79998fb4c4609a,0,0,0,0,0,
+20200509,RI,10989,76826,,292,1218,77,,56,,772,A+,5/9/2020 12:00,2020-05-09T12:00:00Z,05/09 08:00,418,1218,2020-05-09T12:00:00Z,44,210,2339,87815,87815,2549,87815,19,31,b6f9bcd89cb1f8f2e600b64764acb6242dada193,0,0,0,0,0,
+20200509,SC,7531,73432,,,1252,,,,,4120,B,5/8/2020 16:30,2020-05-08T16:30:00Z,05/08 12:30,330,1252,2020-05-08T16:30:00Z,45,389,7132,80963,80963,7521,80963,14,100,3fadd8be303194d3b8479eef909b6a6b5e7f56b9,0,0,0,0,0,
+20200509,SD,3393,19559,,79,253,,,,,2125,C,5/8/2020 18:00,2020-05-08T18:00:00Z,05/08 14:00,34,253,2020-05-08T18:00:00Z,46,249,1410,22952,22952,1659,22952,3,6,992eb92080216931de8c61fe3b3696adffbec888,0,0,0,0,0,
+20200509,TN,14768,237980,,,1319,,,,,7369,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,242,1319,2020-05-09T00:00:00Z,47,327,8843,252748,252748,9170,252748,1,20,419af211e12c67f92661cf4ece6b59d2797bef67,0,0,0,0,0,
+20200509,TX,37860,451434,,1735,,,,,,20141,B,5/9/2020 13:15,2020-05-09T13:15:00Z,05/09 09:15,1049,,2020-05-09T13:15:00Z,48,1251,10925,489294,489294,12176,489294,45,0,8f86f6af960614819df313cc95800ef396e9196b,0,0,0,0,0,
+20200509,UT,6103,137191,,172,498,,166,,75,2901,B,5/9/2020 10:32,2020-05-09T10:32:00Z,05/09 06:32,66,498,2020-05-09T10:32:00Z,49,184,4422,143294,143294,4606,143294,5,10,020518e8a379d0dc94cb446c7c9efc34a1325c05,0,0,0,0,0,
+20200509,VA,23196,113953,501,1593,4717,367,,198,,3124,A+,5/8/2020 17:00,2020-05-08T17:00:00Z,05/08 13:00,827,4717,2020-05-08T17:00:00Z,51,854,6350,137650,137149,7204,137149,15,95,afac4de31488d63973a3d1ccbd0084d06d68343d,0,0,0,0,0,
+20200509,VI,68,1024,36,,,,,,,57,C,5/7/2020 23:58,2020-05-07T23:58:00Z,05/07 19:58,4,,2020-05-07T23:58:00Z,78,0,0,1128,1092,0,1092,0,0,292a2d6653d52e89556f1b32a7b7da53140cbbfe,0,0,0,0,0,
+20200509,VT,926,17690,,21,,,,,,744,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,53,,2020-05-09T00:00:00Z,50,8,468,18616,18616,476,18616,0,0,7dbe1c5cac0b3f11739d6f549d9205ec7f558c38,0,0,0,0,0,
+20200509,WA,17906,246192,,393,,128,,,,,B,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,905,,2020-05-09T00:00:00Z,53,148,2192,264098,264098,2340,264098,14,0,8a990acdd4eb9df8514954502dba89e2068ca628,0,0,0,0,0,
+20200509,WI,9939,101935,204,543,1806,110,452,,,4875,A+,5/9/2020 00:00,2020-05-09T00:00:00Z,05/08 20:00,398,1806,2020-05-09T00:00:00Z,55,349,4670,112078,111874,5019,111874,14,39,d1091f9ddd60905376aa4f75668d32cb7c52df14,0,0,0,0,0,
+20200509,WV,1335,59662,,53,,13,,7,,761,C,5/9/2020 10:00,2020-05-09T10:00:00Z,05/09 06:00,53,,2020-05-09T10:00:00Z,54,25,1536,60997,60997,1561,60997,2,0,7fb355b2841dadd248cd5149b6855b2eaa2cbd00,0,0,0,0,0,
+20200509,WY,644,11403,,12,64,,,,,438,C,5/8/2020 13:58,2020-05-08T13:58:00Z,05/08 09:58,7,64,2020-05-08T13:58:00Z,56,9,0,12047,12047,9,12047,0,4,ca0a7a2683cd7504a9b93a816de11aa89a17981d,0,0,0,0,0,
+20200508,AK,377,25096,,16,,,,,,305,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,10,,2020-05-08T00:00:00Z,02,3,1129,25473,25473,1132,25473,0,0,4798b9a261abba50a7052316ec3267423f292e0e,0,0,0,0,0,
+20200508,AL,9221,110893,,,1207,,454,,266,,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,375,1207,2020-05-08T00:00:00Z,01,323,4618,120114,120114,4941,120114,26,29,48538f7a52588e7fc7f4874b4eeba9fde1083277,0,0,0,0,0,
+20200508,AR,3694,60300,,70,466,,,14,93,2159,B,5/8/2020 08:15,2020-05-08T08:15:00Z,05/08 04:15,88,466,2020-05-08T08:15:00Z,05,83,3916,63994,63994,3999,63994,1,4,3d278d97a46b10f0895578c336ea5c2331ba69f1,0,0,0,0,0,
+20200508,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,5716445700d136fcdc7d57c6cdac138636cba44e,0,0,0,0,0,
+20200508,AZ,10526,90599,,730,1482,295,,197,,1747,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,517,1482,2020-05-08T00:00:00Z,04,581,4110,101125,101125,4691,101125,67,33,2d67ebc7a6637665a93ce7a7f113604d2682d01c,0,0,0,0,0,
+20200508,CA,62512,812760,,4514,,1342,,,,,B,5/8/2020 14:00,2020-05-08T14:00:00Z,05/08 10:00,2585,,2020-05-08T14:00:00Z,06,1898,30500,875272,875272,32398,875272,81,0,edc9b653b55bae8fac71105afd25f36d232c1cbf,0,0,0,0,0,
+20200508,CO,18801,75735,,821,3557,,,,,2869,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,961,3557,2020-05-06T00:00:00Z,08,971,2218,94536,94536,3189,94536,40,571,7ca357d459c0efa71d4ddd10f3990634d1439d45,0,0,0,0,0,
+20200508,CT,32411,88130,,1327,9389,,,,,5413,B,5/7/2020 20:30,2020-05-07T20:30:00Z,05/07 16:30,2874,9389,2020-05-07T20:30:00Z,09,627,3740,120541,120541,4367,120541,77,0,196fff1685ef529d33d510ca9fdfa152c93090b1,0,0,0,0,0,
+20200508,DC,5899,21216,,447,,130,,91,,825,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,304,,2020-05-07T00:00:00Z,11,245,1014,27115,27115,1259,27115,19,0,308057ec8f5bd07ceb2fea5f4d04932bd84a2858,0,0,0,0,0,
+20200508,DE,6111,22153,,289,,,,,,2288,B,5/7/2020 18:00,2020-05-07T18:00:00Z,05/07 14:00,213,,2020-05-07T18:00:00Z,10,172,766,28264,28264,938,28264,11,0,a27c8911c2c1f8ce4030e9ba47853b5710ac952b,0,0,0,0,0,
+20200508,FL,39199,474142,1433,,7157,,,,,,C,5/8/2020 10:10,2020-05-08T10:10:00Z,05/08 06:10,1738,7157,2020-05-08T10:10:00Z,12,371,20020,514774,513341,20391,513341,71,167,749636b039895ccd147ec3232a75185437581ecb,0,0,0,0,0,
+20200508,GA,32106,195461,,,5935,,1399,,,,A,5/8/2020 15:25,2020-05-08T15:25:00Z,05/08 11:25,1377,5935,2020-05-08T15:25:00Z,13,667,9597,227567,227567,10264,227567,41,100,3db16028cdcf56cec30d05fcc3b35cecead3c928,0,0,0,0,0,
+20200508,GU,151,3626,,,,,,,,122,D,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,5,,2020-05-08T00:00:00Z,66,0,62,3777,3777,62,3777,0,0,30c883a7516a94241212b2bac9c99b722b022df3,0,0,0,0,0,
+20200508,HI,629,35989,,,74,,,,,565,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,17,74,2020-05-07T00:00:00Z,15,3,1074,36618,36618,1077,36618,0,0,d915ef69403b7633fc3779083886eb5fe9d699fb,0,0,0,0,0,
+20200508,IA,11457,58804,,407,,164,,109,,4685,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,243,,2020-05-07T00:00:00Z,19,398,3436,70261,70261,3834,70261,12,0,93144b7d295751c56b0f86b6c25e525f673468b5,0,0,0,0,0,
+20200508,ID,2178,29092,,,206,,86,,,1420,B,5/7/2020 19:00,2020-05-07T19:00:00Z,05/07 15:00,67,206,2020-05-07T19:00:00Z,16,20,360,31270,31270,380,31270,1,1,ca92836bcff8b93fdc8dc2b217aaa98c1f8dc398,0,0,0,0,0,
+20200508,IL,73760,325954,,4750,,1222,,727,,,A,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,3241,,2020-05-08T00:00:00Z,17,2887,17784,399714,399714,20671,399714,130,0,0c6f52888b92766028a144fc9413d8b53b8d590b,0,0,0,0,0,
+20200508,IN,23146,106982,,1379,4389,481,990,219,,,A+,5/7/2020 23:59,2020-05-07T23:59:00Z,05/07 19:59,1447,4389,2020-05-07T23:59:00Z,18,643,4703,130128,130128,5346,130128,33,4389,02135d841b99214533a35652e96266cdb7f57cee,0,0,0,0,0,
+20200508,KS,6501,41207,,,608,,223,,99,332,A,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,152,608,2020-05-08T10:00:00Z,20,357,2529,47708,47708,2886,47708,5,21,29da7ae222914a26d4e89aa8b5eac55560096bdf,0,0,0,0,0,
+20200508,KY,6129,75272,,356,1684,199,714,,,2177,A,5/7/2020 17:00,2020-05-07T17:00:00Z,05/07 13:00,294,1684,2020-05-07T17:00:00Z,21,195,2600,81401,81401,2795,81401,11,68,82914f7b086d650d78e99acad3ee1f2963a1a473,0,0,0,0,0,
+20200508,LA,30855,171561,,1359,,,,185,,20316,B,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,2227,,2020-05-08T13:00:00Z,22,203,1446,202416,202416,1649,202416,19,0,b40bf731e79b3d1e716aa8ece8d8b8c32b71879d,0,0,0,0,0,
+20200508,MA,75333,290690,,3349,7434,826,,,,,A,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,4702,7434,2020-05-08T10:00:00Z,25,1612,12779,366023,366023,14391,366023,150,197,dd9eb71e1f41a64f9446710527c5f4290a6083ac,0,0,0,0,0,
+20200508,MD,30485,121702,,1674,5811,571,,,,2041,A,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,1643,5811,2020-05-08T10:00:00Z,24,1111,2476,152187,152187,3587,152187,63,148,186644fc22a175bcf8823a883ef0d0a4d744c64d,0,0,0,0,0,
+20200508,ME,1374,22092,,44,194,23,,10,,836,B,5/8/2020 12:00,2020-05-08T12:00:00Z,05/08 08:00,63,194,2020-05-08T12:00:00Z,23,44,0,23466,23466,44,23466,1,2,7e703abb8838ae42742c688e17be8c70378c4b61,0,0,0,0,0,
+20200508,MI,46326,213927,,1637,,725,,570,,15659,A+,5/8/2020 11:00,2020-05-08T11:00:00Z,05/08 07:00,4393,,2020-05-08T11:00:00Z,26,680,12511,260253,260253,13191,260253,50,0,3120d7f6f4fec5013000ad3b16c45482c235cbd1,0,0,0,0,0,
+20200508,MN,10088,91182,,473,1549,198,540,,,5163,A,5/7/2020 17:00,2020-05-07T17:00:00Z,05/07 13:00,534,1549,2020-05-07T17:00:00Z,27,723,3126,101270,101270,3849,101270,26,90,f43468d2724204307bd38b0284434be95890a62d,0,0,0,0,0,
+20200508,MO,9489,99232,,832,,,,143,,,B,5/8/2020 15:00,2020-05-08T15:00:00Z,05/08 11:00,449,,2020-05-08T15:00:00Z,29,148,4951,108721,108721,5099,108721,31,0,02ed9c8ee20d11d75d52104148bb5fe8a861a997,0,0,0,0,0,
+20200508,MP,15,2321,,,,,,,,12,D,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,2,,2020-05-08T00:00:00Z,69,0,538,2336,2336,538,2336,0,0,d11379a827872ca963da05144af16e6478025853,0,0,0,0,0,
+20200508,MS,9090,72101,,632,1478,123,,58,,4421,A,5/7/2020 19:00,2020-05-07T19:00:00Z,05/07 15:00,409,1478,2020-05-07T19:00:00Z,28,404,0,81191,81191,404,81191,13,36,5e3f4e6e42c017ee1d3ee67033823075ce053bd1,0,0,0,0,0,
+20200508,MT,458,20487,,6,62,,,,,420,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,16,62,2020-05-08T00:00:00Z,30,2,696,20945,20945,698,20945,0,0,1c1c38a4f37c9caa4b41e7e32965ec7d151d7106,0,0,0,0,0,
+20200508,NC,13868,164745,,515,,,,,,,B,5/8/2020 11:00,2020-05-08T11:00:00Z,05/08 07:00,527,,2020-05-08T11:00:00Z,37,471,6814,178613,178613,7285,178613,20,0,094a61b7fc7ece75b91526a42177370ea4028218,0,0,0,0,0,
+20200508,ND,1425,41076,,33,104,,,,,714,C,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,33,104,2020-05-08T13:00:00Z,38,54,1580,42501,42501,1634,42501,2,2,cd8c8547cb29531275793d161eb2e21be178bf58,0,0,0,0,0,
+20200508,NE,7190,33222,,,,,,,,,D,5/7/2020 17:45,2020-05-07T17:45:00Z,05/07 13:45,90,,2020-05-07T17:45:00Z,31,419,2235,40412,40412,2654,40412,4,0,1be1dc924cf853ed0337f337b3d1026282c39c4d,0,0,0,0,0,
+20200508,NH,2843,27829,532,113,308,,97,,,1165,B,5/7/2020 09:00,2020-05-07T09:00:00Z,05/07 05:00,114,308,2020-05-07T09:00:00Z,33,103,1763,31204,30672,1866,30672,3,1,c32b3d98d7dd6003e482929994ae94d0635adc5e,0,0,0,0,0,
+20200508,NJ,135454,163305,553,4605,,1439,,1089,,15642,A+,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,8952,,2020-05-08T13:00:00Z,34,1819,4282,299312,298759,6101,298759,151,0,ebcc8417f6c5e4e29cd4c16d7b25e4b4bf61bc9d,0,0,0,0,0,
+20200508,NM,4493,84539,,197,760,,,,,1125,C,5/7/2020 06:09,2020-05-07T06:09:00Z,05/07 02:09,172,760,2020-05-07T06:09:00Z,35,202,3146,89032,89032,3348,89032,3,73,dbaafa49e5053795a46fc1cad885eb6a987ec7ed,0,0,0,0,0,
+20200508,NV,5884,47460,,,,,,,,205,D,5/8/2020 12:50,2020-05-08T12:50:00Z,05/08 08:50,293,,2020-05-08T12:50:00Z,32,118,1869,53344,53344,1987,53344,7,0,fcf129cfc4d7056c3a28bd0fe5fad634ff9954a5,0,0,0,0,0,
+20200508,NY,330407,791136,,8196,82730,2811,,2295,,56378,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,21045,82730,2020-05-08T00:00:00Z,36,2758,28869,1121543,1121543,31627,1121543,217,533,2cdf063c5712460525fc395412be018d3bc45e5d,0,0,0,0,0,
+20200508,OH,23016,161300,,1060,4218,393,1188,274,,,B,5/8/2020 14:00,2020-05-08T14:00:00Z,05/08 10:00,1306,4218,2020-05-08T14:00:00Z,39,885,7372,184316,184316,8257,184316,35,78,e9dd5efc5477bb458ff009fcfcfd9928fe96f3f3,0,0,0,0,0,
+20200508,OK,4424,85433,,228,805,96,,,,3064,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,266,805,2020-05-08T00:00:00Z,40,94,2876,89857,89857,2970,89857,6,0,d9fb4323808bca3fd64ea12626560572ff1144c9,0,0,0,0,0,
+20200508,OR,3068,69625,,159,659,42,,18,,1125,A+,5/8/2020 11:00,2020-05-08T11:00:00Z,05/08 07:00,124,659,2020-05-08T11:00:00Z,41,79,2156,72693,72693,2235,72693,3,14,d1d28ee28ba46f0ea5436f3e38a8f3a4008c44f9,0,0,0,0,0,
+20200508,PA,54238,216321,,2342,,,,517,,,C,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,3616,,2020-05-08T00:00:00Z,42,1323,6448,270559,270559,7771,270559,200,0,17c54891a33b911541771d4b55283317a1b046e8,0,0,0,0,0,
+20200508,PR,2156,,,161,,,,10,,,C,5/8/2020 06:00,2020-05-08T06:00:00Z,05/08 02:00,107,,2020-05-08T06:00:00Z,72,125,0,2156,2156,125,2156,5,0,065d1ee0b73a31c2e6155e92639e61e36f641a86,0,0,0,0,0,
+20200508,RI,10779,74487,,312,1187,71,,52,,730,A+,5/8/2020 12:00,2020-05-08T12:00:00Z,05/08 08:00,399,1187,2020-05-08T12:00:00Z,44,249,2699,85266,85266,2948,85266,11,34,9d5be2f1b8daae261995fc14b6c638c2208cf558,0,0,0,0,0,
+20200508,SC,7142,66300,,,1152,,,,,3816,B,5/7/2020 16:13,2020-05-07T16:13:00Z,05/07 12:13,316,1152,2020-05-07T16:13:00Z,45,206,-4246,73442,73442,-4040,73442,11,0,f7741a07423ec3c752839693f9e6d0a54605ac17,0,0,0,0,0,
+20200508,SD,3144,18149,,76,247,,,,,2069,C,5/7/2020 18:00,2020-05-07T18:00:00Z,05/07 14:00,31,247,2020-05-07T18:00:00Z,46,239,940,21293,21293,1179,21293,0,11,d1d4a45404832e34d4d8698e3c43530f920b19e2,0,0,0,0,0,
+20200508,TN,14441,229137,,,1299,,,,,7011,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,241,1299,2020-05-08T00:00:00Z,47,345,6905,243578,243578,7250,243578,4,33,30648af7c4d02c4feb55f3734f00f0c1b9f3fdb0,0,0,0,0,0,
+20200508,TX,36609,440509,,1734,,,,,,19197,B,5/8/2020 13:00,2020-05-08T13:00:00Z,05/08 09:00,1004,,2020-05-08T13:00:00Z,48,1219,20737,477118,477118,21956,477118,31,0,47115186a438fb9aa507c52b1626a7204d9c6955,0,0,0,0,0,
+20200508,UT,5919,132769,,216,488,,162,,73,2769,B,5/8/2020 15:00,2020-05-08T15:00:00Z,05/08 11:00,61,488,2020-05-08T15:00:00Z,49,195,3950,138688,138688,4145,138688,0,12,269ae2c7d5f6c33d4673e5915f88d6fa51a688d1,0,0,0,0,0,
+20200508,VA,22342,107603,549,1625,4622,378,,199,,2997,A+,5/7/2020 17:00,2020-05-07T17:00:00Z,05/07 13:00,812,4622,2020-05-07T17:00:00Z,51,772,6021,130494,129945,6793,129945,43,184,3ba4816008630cdfd2f8cbf6962e9f2c49533aac,0,0,0,0,0,
+20200508,VI,68,1024,36,,,,,,,57,C,5/7/2020 11:58,2020-05-07T11:58:00Z,05/07 07:58,4,,2020-05-07T11:58:00Z,78,2,34,1128,1092,36,1092,0,0,b47fde0c793b99c3b83a46db0f05707875d99f9c,0,0,0,0,0,
+20200508,VT,918,17222,,15,,,,,,737,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,53,,2020-05-08T00:00:00Z,50,2,532,18140,18140,534,18140,0,0,9061e4380fd3086392f3aa47c9c334310d7d5e7b,0,0,0,0,0,
+20200508,WA,17758,244000,,393,,122,,,,,B,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,891,,2020-05-08T00:00:00Z,53,205,6101,261758,261758,6306,261758,21,0,673c37c636f43fbdddee7984a20bb776cf4e699f,0,0,0,0,0,
+20200508,WI,9590,97265,204,552,1767,110,441,,,4694,A+,5/8/2020 00:00,2020-05-08T00:00:00Z,05/07 20:00,384,1767,2020-05-08T00:00:00Z,55,375,4230,107059,106855,4605,106855,10,35,27ec80822f5772f523d405beb5aa2f971db0c9a9,0,0,0,0,0,
+20200508,WV,1310,58126,,65,,19,,11,,761,C,5/8/2020 10:00,2020-05-08T10:00:00Z,05/08 06:00,51,,2020-05-08T10:00:00Z,54,23,1892,59436,59436,1915,59436,0,0,b6d78d5f8eee9873f0189bfc2a7cbaf6e746d833,0,0,0,0,0,
+20200508,WY,635,11403,,9,60,,,,,428,C,5/7/2020 04:28,2020-05-07T04:28:00Z,05/07 00:28,7,60,2020-05-07T04:28:00Z,56,4,0,12038,12038,4,12038,0,1,34b4f21f2484cd0cfc5b4c738b00008631c65cfe,0,0,0,0,0,
+20200507,AK,374,23967,,12,,,,,,291,C,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,10,,2020-05-07T00:00:00Z,02,2,684,24341,24341,686,24341,0,0,2fc0b2f9792caf32afb3bda1ccf95a2e6be7561c,0,0,0,0,0,
+20200507,AL,8898,106275,,,1178,,448,,266,,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,349,1178,2020-05-07T00:00:00Z,01,317,5340,115173,115173,5657,115173,9,20,981f5dea064a0495576734e6552e419746c505af,0,0,0,0,0,
+20200507,AR,3611,56384,,69,462,,,14,93,2123,B,5/7/2020 09:43,2020-05-07T09:43:00Z,05/07 05:43,87,462,2020-05-07T09:43:00Z,05,43,949,59995,59995,992,59995,2,9,aa95361acd1531c0ca0aa9883502a7cd880d6e45,0,0,0,0,0,
+20200507,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,a8b42ca1f59c8e46bb7fed6d753fdf1f6447b155,0,0,0,0,0,
+20200507,AZ,9945,86489,,766,1449,288,,196,,1722,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,450,1449,2020-05-07T00:00:00Z,04,238,4459,96434,96434,4697,96434,24,19,d8940da98068b7c49803c22041df74260cc19c8f,0,0,0,0,0,
+20200507,CA,60614,782260,,4560,,1374,,,,,B,5/7/2020 14:00,2020-05-07T14:00:00Z,05/07 10:00,2504,,2020-05-07T14:00:00Z,06,1799,32039,842874,842874,33838,842874,92,0,75955ab6e97b36f8a8305949ac57a3360c9c5432,0,0,0,0,0,
+20200507,CO,17830,73517,,798,2986,,,,,2869,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,921,2986,2020-05-05T00:00:00Z,08,466,4905,91347,91347,5371,91347,18,67,765cbb87230eda2bbc07022929414a25afdcef8a,0,0,0,0,0,
+20200507,CT,31784,84390,,1385,9389,,,,,5413,B,5/6/2020 20:30,2020-05-06T20:30:00Z,05/06 16:30,2797,9389,2020-05-06T20:30:00Z,09,789,3938,116174,116174,4727,116174,79,1631,8b5fcb14a35723552eb6bf879edba1796161d9d0,0,0,0,0,0,
+20200507,DC,5654,20202,,447,,130,,91,,825,A+,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,285,,2020-05-06T00:00:00Z,11,193,679,25856,25856,872,25856,8,0,acb25a87c8f5122abf8fe72846c336f0683f71e1,0,0,0,0,0,
+20200507,DE,5939,21387,,285,,,,,,2110,B,5/6/2020 18:00,2020-05-06T18:00:00Z,05/06 14:00,202,,2020-05-06T18:00:00Z,10,161,697,27326,27326,858,27326,9,0,1e46b7dcca85ffe18762dfa5d571385ccdd49448,0,0,0,0,0,
+20200507,FL,38828,454122,1499,,6990,,,,,,C,5/7/2020 14:40,2020-05-07T14:40:00Z,05/07 10:40,1667,6990,2020-05-07T14:40:00Z,12,826,12073,494449,492950,12899,492950,62,214,db583402cdf8704eb125a547c09f1cf08da770eb,0,0,0,0,0,
+20200507,GA,31439,185864,,,5835,,1374,,,,A,5/7/2020 14:29,2020-05-07T14:29:00Z,05/07 10:29,1336,5835,2020-05-07T14:29:00Z,13,743,12423,217303,217303,13166,217303,25,70,1b5276dc36bcc19271ad13e1c70048ec8df35d05,0,0,0,0,0,
+20200507,GU,151,3564,,,,,,,,123,F,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,5,,2020-05-07T00:00:00Z,66,0,88,3715,3715,88,3715,0,0,acb275aabaecb6853fbc9bd1077fe6913f82ae6a,0,0,0,0,0,
+20200507,HI,626,34915,,,74,,,,,558,B,5/6/2020 18:00,2020-05-06T18:00:00Z,05/06 14:00,17,74,2020-05-06T18:00:00Z,15,1,341,35541,35541,342,35541,0,1,f5b96b613799d40221f8f7e14deedb30fad389b0,0,0,0,0,0,
+20200507,IA,11059,55368,,417,,151,,107,,4266,A+,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,231,,2020-05-06T12:00:00Z,19,655,2601,66427,66427,3256,66427,12,0,e77e66815eff8690274c0ca09a032767da4cc250,0,0,0,0,0,
+20200507,ID,2158,28732,,,205,,86,,,1399,B,5/6/2020 19:00,2020-05-06T19:00:00Z,05/06 15:00,66,205,2020-05-06T19:00:00Z,16,31,314,30890,30890,345,30890,1,2,339c1634cf40cc75042b973422889b9cc48a51a4,0,0,0,0,0,
+20200507,IL,70873,308170,,4862,,1253,,766,,,A,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,3111,,2020-05-07T00:00:00Z,17,2641,15142,379043,379043,17783,379043,137,0,22e45736890c13c1a5d38118d85c9eebc23e439e,0,0,0,0,0,
+20200507,IN,22503,102279,,1457,,487,,228,,,A+,5/6/2020 23:59,2020-05-06T23:59:00Z,05/06 19:59,1414,,2020-05-06T23:59:00Z,18,633,3653,124782,124782,4286,124782,37,0,ab3720295c584c7fc0ae6bb8c41d43c6fd578791,0,0,0,0,0,
+20200507,KS,6144,38678,,,587,,218,,97,323,A,5/7/2020 10:00,2020-05-07T10:00:00Z,05/07 06:00,147,587,2020-05-07T10:00:00Z,20,410,2298,44822,44822,2708,44822,3,16,6aa301cc704e1c474616e1fe8d1c1a85238e9e4f,0,0,0,0,0,
+20200507,KY,5934,72672,,351,1616,190,693,,,2125,A,5/6/2020 17:00,2020-05-06T17:00:00Z,05/06 13:00,283,1616,2020-05-06T17:00:00Z,21,112,17480,78606,78606,17592,78606,8,13,6b6b2a54ec5d9cbc85dd209c157507d8a045e3f5,0,0,0,0,0,
+20200507,LA,30652,170115,,1432,,,,189,,20316,B,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,2208,,2020-05-07T13:00:00Z,22,253,5842,200767,200767,6095,200767,93,0,a749c17ff4bee589dbc2c681ddb3e5bf1a95fa2e,0,0,0,0,0,
+20200507,MA,73721,277911,,3436,7237,852,,,,,A,5/7/2020 12:00,2020-05-07T12:00:00Z,05/07 08:00,4552,7237,2020-05-07T12:00:00Z,25,1696,10297,351632,351632,11993,351632,132,157,f65b3a2a804e4e960cdd89d830472ab14d9c8850,0,0,0,0,0,
+20200507,MD,29374,119226,,1683,5663,584,,,,2029,A,5/7/2020 10:00,2020-05-07T10:00:00Z,05/07 06:00,1580,5663,2020-05-07T10:00:00Z,24,1211,3377,148600,148600,4588,148600,60,166,a959f5a8755367a2752c68f408065c316c0ab416,0,0,0,0,0,
+20200507,ME,1330,22092,,39,192,16,,11,,787,B,5/7/2020 11:45,2020-05-07T11:45:00Z,05/07 07:45,62,192,2020-05-07T11:45:00Z,23,76,0,23422,23422,76,23422,0,1,30c023452da2862286303d7d1c0c42fb596f8b7e,0,0,0,0,0,
+20200507,MI,45646,201416,,1697,,753,,612,,15659,A+,5/7/2020 11:00,2020-05-07T11:00:00Z,05/07 07:00,4343,,2020-05-07T11:00:00Z,26,592,13239,247062,247062,13831,247062,93,0,b1d81686a2cdc703f05863e08f3428c5415a7dbf,0,0,0,0,0,
+20200507,MN,9365,88056,,435,1459,182,512,,,4800,A,5/6/2020 17:00,2020-05-06T17:00:00Z,05/06 13:00,508,1459,2020-05-06T17:00:00Z,27,786,3403,97421,97421,4189,97421,23,54,d618a176ea1ad99083951fa19076e3f0475a493c,0,0,0,0,0,
+20200507,MO,9341,94281,,917,,,,141,,,B,5/7/2020 15:00,2020-05-07T15:00:00Z,05/07 11:00,418,,2020-05-07T15:00:00Z,29,239,2636,103622,103622,2875,103622,22,0,8b0b2f12415845bd0e8826d6679d134b4b35cd13,0,0,0,0,0,
+20200507,MP,15,1783,,,,,,,,12,D,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,2,,2020-05-06T00:00:00Z,69,0,0,1798,1798,0,1798,0,0,7c75c71148b41b98c7ba6d41b38f9a04dccdcb2c,0,0,0,0,0,
+20200507,MS,8686,72101,,650,1442,139,,71,,4421,A,5/6/2020 19:00,2020-05-06T19:00:00Z,05/06 15:00,396,1442,2020-05-06T19:00:00Z,28,262,0,80787,80787,262,80787,22,50,6bb0a5d120711e7d1f2eda6cf762359d598c2860,0,0,0,0,0,
+20200507,MT,456,19791,,6,62,,,,,417,C,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,16,62,2020-05-07T00:00:00Z,30,0,543,20247,20247,543,20247,0,0,87adfbc0725ea9c4543966890e144fa1fadfb4e3,0,0,0,0,0,
+20200507,NC,13397,157931,,525,,,,,,,B,5/7/2020 11:00,2020-05-07T11:00:00Z,05/07 07:00,507,,2020-05-07T11:00:00Z,37,639,6207,171328,171328,6846,171328,30,0,fa9483ddbf1f3bc76149c41db745fce7a1b8bf22,0,0,0,0,0,
+20200507,ND,1371,39496,,35,102,,,,,601,C,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,31,102,2020-05-07T13:00:00Z,38,48,2187,40867,40867,2235,40867,0,5,0d49f70408faa4c7a7dae597aae97ee9ff869447,0,0,0,0,0,
+20200507,NE,6771,30987,,,,,,,,,D,5/6/2020 17:45,2020-05-06T17:45:00Z,05/06 13:45,86,,2020-05-06T17:45:00Z,31,333,1297,37758,37758,1630,37758,4,0,010564b389eda820087c3aede3cc8ea965ab4d0a,0,0,0,0,0,
+20200507,NH,2740,26066,345,113,307,,82,,,1110,B,5/6/2020 09:00,2020-05-06T09:00:00Z,05/06 05:00,111,307,2020-05-06T09:00:00Z,33,104,969,29151,28806,1073,28806,19,12,923f35f1fa79f511f74acad0179c61589b2a9245,0,0,0,0,0,
+20200507,NJ,133635,159023,552,4996,,1470,,1107,,15642,A+,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,8801,,2020-05-07T13:00:00Z,34,1745,1993,293210,292658,3738,292658,252,0,368b2dcde0c26ffcc5e4a82a71add7ae0e768574,0,0,0,0,0,
+20200507,NM,4291,81393,,193,687,,,,,1073,C,5/6/2020 06:01,2020-05-06T06:01:00Z,05/06 02:01,169,687,2020-05-06T06:01:00Z,35,153,2280,85684,85684,2433,85684,7,0,3c96fe90155d908e771981885f462f522fc6106a,0,0,0,0,0,
+20200507,NV,5766,45591,,,,,,,,205,D,5/7/2020 12:40,2020-05-07T12:40:00Z,05/07 08:40,286,,2020-05-07T12:40:00Z,32,103,1979,51357,51357,2082,51357,10,0,bc1684473c433b6edb8e414f1c61fad2e5b55fed,0,0,0,0,0,
+20200507,NY,327649,762267,,8665,82197,2976,,2425,,55547,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,20828,82197,2020-05-07T00:00:00Z,36,3671,30324,1089916,1089916,33995,1089916,951,627,82d8df4c4012349b91fa95003b1fd84ec9924c99,0,0,0,0,0,
+20200507,OH,22131,153928,,1057,4140,418,1167,279,,,B,5/7/2020 14:00,2020-05-07T14:00:00Z,05/07 10:00,1271,4140,2020-05-07T14:00:00Z,39,555,6575,176059,176059,7130,176059,46,88,34ee94c7699acb0ee5a0a1f0fef3036aa8d45bd5,0,0,0,0,0,
+20200507,OK,4330,82557,,223,805,97,,,,2985,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,260,805,2020-05-07T00:00:00Z,40,129,3868,86887,86887,3997,86887,7,32,6ea1b42938a339250c56b8d430cf7324dd5df893,0,0,0,0,0,
+20200507,OR,2989,67469,,171,645,48,,23,,1125,A+,5/7/2020 11:00,2020-05-07T11:00:00Z,05/07 07:00,121,645,2020-05-07T11:00:00Z,41,73,2409,70458,70458,2482,70458,6,4,33d897a1b307d05e8dda7ff147af21359fb4ea23,0,0,0,0,0,
+20200507,PA,52915,209873,,2420,,,,539,,,C,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,3416,,2020-05-07T00:00:00Z,42,1070,5378,262788,262788,6448,262788,310,0,01b9de953454f700171e56f3abf92c27d38f3a89,0,0,0,0,0,
+20200507,PR,2031,,,,,,,,,,D,5/7/2020 06:00,2020-05-07T06:00:00Z,05/07 02:00,102,,2020-05-07T06:00:00Z,72,63,0,2031,2031,63,2031,3,0,3ed37e400a1380dc0c39d056af696a708101f957,0,0,0,0,0,
+20200507,RI,10530,71788,,318,1153,82,,56,,696,A+,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,388,1153,2020-05-06T12:00:00Z,44,325,2620,82318,82318,2945,82318,18,30,6bfb65c2affa18d56373d7c6e275876c1ee786dd,0,0,0,0,0,
+20200507,SC,6936,70546,,,1152,,,,,3816,B,5/6/2020 16:20,2020-05-06T16:20:00Z,05/06 12:20,305,1152,2020-05-06T16:20:00Z,45,0,0,77482,77482,0,77482,0,0,160c2aa52a11787a4847f30fb422f8e13a384b70,0,0,0,0,0,
+20200507,SD,2905,17209,,70,236,,,,,2028,C,5/6/2020 18:00,2020-05-06T18:00:00Z,05/06 14:00,31,236,2020-05-06T18:00:00Z,46,126,572,20114,20114,698,20114,2,6,69cd0ecfdd1507a474a93c6adde851b8aba27957,0,0,0,0,0,
+20200507,TN,14096,222232,,,1266,,,,,6783,B,5/7/2020 15:00,2020-05-07T15:00:00Z,05/07 11:00,237,1266,2020-05-07T15:00:00Z,47,158,9069,236328,236328,9227,236328,-2,45,25986e4af4451cc928ee84d87fde9cdb2bb34fcc,0,0,0,0,0,
+20200507,TX,35390,419772,,1750,,,,,,18440,B,5/7/2020 13:00,2020-05-07T13:00:00Z,05/07 09:00,973,,2020-05-07T13:00:00Z,48,968,15256,455162,455162,16224,455162,25,0,3cfbdda3def6760b3169afb6c2c29eb004448a42,0,0,0,0,0,
+20200507,UT,5724,128819,,194,476,,159,,73,2640,B,5/7/2020 15:00,2020-05-07T15:00:00Z,05/07 11:00,61,476,2020-05-07T15:00:00Z,49,129,3412,134543,134543,3541,134543,3,12,9917646b3ead0a9738d61787e432576b2188cd50,0,0,0,0,0,
+20200507,VA,21570,101582,519,1613,4438,371,,203,,2825,A+,5/6/2020 17:00,2020-05-06T17:00:00Z,05/06 13:00,769,4438,2020-05-06T17:00:00Z,51,1314,8130,123671,123152,9444,123152,56,325,cb50a7122cab383d9bfbbb3437f88eb840d98528,0,0,0,0,0,
+20200507,VI,66,990,37,,,,,,,54,C,5/6/2020 09:46,2020-05-06T09:46:00Z,05/06 05:46,4,,2020-05-06T09:46:00Z,78,0,0,1093,1056,0,1056,0,0,7a760e85f29a04d72317c937d01cef51df0629a9,0,0,0,0,0,
+20200507,VT,916,16690,,14,,2,,0,,718,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,53,,2020-05-07T00:00:00Z,50,2,409,17606,17606,411,17606,1,0,6b88f0bbd0417ea498bc9aa615fb3a662583c808,0,0,0,0,0,
+20200507,WA,17553,237899,,358,,144,,,,,B,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,870,,2020-05-07T00:00:00Z,53,197,5706,255452,255452,5903,255452,8,0,e7e330cddf2f29807699fd65a7f6600807f57356,0,0,0,0,0,
+20200507,WI,9215,93035,219,624,1732,108,435,,,4520,A+,5/7/2020 00:00,2020-05-07T00:00:00Z,05/06 20:00,374,1732,2020-05-07T00:00:00Z,55,314,5209,102469,102250,5523,102250,12,38,f2415ca1abb8dcf873475a456d102bb659d90028,0,0,0,0,0,
+20200507,WV,1287,56234,,76,,22,,12,,716,C,5/7/2020 10:00,2020-05-07T10:00:00Z,05/07 06:00,51,,2020-05-07T10:00:00Z,54,39,1698,57521,57521,1737,57521,1,0,ee5ac839d69f98e5822e53f7638cdd760b8b8e8b,0,0,0,0,0,
+20200507,WY,631,11403,,11,59,,,,,416,C,5/6/2020 15:27,2020-05-06T15:27:00Z,05/06 11:27,7,59,2020-05-06T15:27:00Z,56,27,0,12034,12034,27,12034,0,-1,c96bea2c5b3ffe5b6139b497dc8d2e74febb7e05,0,0,0,0,0,
+20200506,AK,372,23283,,8,,,,,,284,C,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,10,,2020-05-06T00:00:00Z,02,1,962,23655,23655,963,23655,1,0,10a54ce023a5a3e9b351fa697c846321ac910526,0,0,0,0,0,
+20200506,AL,8581,100935,,,1158,,442,,264,,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,340,1158,2020-05-06T00:00:00Z,01,296,2454,109516,109516,2750,109516,27,51,7d81d8673fd359bd22ab3ed0a6fda771ab9ec136,0,0,0,0,0,
+20200506,AR,3568,55435,,69,453,,,14,89,2109,B,5/6/2020 14:42,2020-05-06T14:42:00Z,05/06 10:42,85,453,2020-05-06T14:42:00Z,05,72,4296,59003,59003,4368,59003,2,0,d3b24d7d09d89850c02f82e859ac4e1e8369ded5,0,0,0,0,0,
+20200506,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,0e24a40937c6747a6e871795d111fc25ff5609e3,0,0,0,0,0,
+20200506,AZ,9707,82030,,754,1430,286,,193,,1693,A+,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,426,1430,2020-05-06T00:00:00Z,04,402,3075,91737,91737,3477,91737,31,33,4a4de4343ffc66a248479d9625b8dc64abbf389e,0,0,0,0,0,
+20200506,CA,58815,750221,,4681,,1415,,,,,B,5/5/2020 14:00,2020-05-05T14:00:00Z,05/05 10:00,2412,,2020-05-05T14:00:00Z,06,2603,26531,809036,809036,29134,809036,95,0,5c10f961981e9d4ca28d996d867fdf778fb8ef63,0,0,0,0,0,
+20200506,CO,17364,68612,,792,2919,,,,,2801,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,903,2919,2020-05-04T00:00:00Z,08,457,515,85976,85976,972,85976,52,81,2c1878a9241f8ced9e54f53898e75315aa737f23,0,0,0,0,0,
+20200506,CT,30995,80452,,1445,7758,,,,,4346,B,5/5/2020 20:30,2020-05-05T20:30:00Z,05/05 16:30,2718,7758,2020-05-05T20:30:00Z,09,374,2430,111447,111447,2804,111447,85,0,142dae5cbc7b39f0bbbedcf75d91ef5cb46451b1,0,0,0,0,0,
+20200506,DC,5461,19523,,447,,130,,91,,808,A+,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,277,,2020-05-05T00:00:00Z,11,139,516,24984,24984,655,24984,13,0,e58859e72169fe7602e583a13c444c54bb213e05,0,0,0,0,0,
+20200506,DE,5778,20690,,299,,,,,,2008,B,5/5/2020 18:00,2020-05-05T18:00:00Z,05/05 14:00,193,,2020-05-05T18:00:00Z,10,407,1381,26468,26468,1788,26468,6,0,2be0c20811a91e403140b795b42d300c810bc71b,0,0,0,0,0,
+20200506,FL,38002,442049,1351,,6776,,,,,,C,5/6/2020 09:45,2020-05-06T09:45:00Z,05/06 05:45,1605,6776,2020-05-06T09:45:00Z,12,563,13797,481402,480051,14360,480051,69,230,8b598e06c06b70211b2ab31075022c82162e81d5,0,0,0,0,0,
+20200506,GA,30696,173441,,,5765,,1343,,,,A,5/6/2020 15:25,2020-05-06T15:25:00Z,05/06 11:25,1311,5765,2020-05-06T15:25:00Z,13,985,2269,204137,204137,3254,204137,23,131,1d0518637cc4b6d25c3fb25a3d23326a6335815e,0,0,0,0,0,
+20200506,GU,151,3476,,,,,,,,123,F,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,5,,2020-05-06T00:00:00Z,66,2,135,3627,3627,137,3627,0,0,9bbc64e58a52b04e2c44ad022e70c00ba0a5badf,0,0,0,0,0,
+20200506,HI,625,34574,,,73,,,,,551,B,5/5/2020 18:00,2020-05-05T18:00:00Z,05/05 14:00,17,73,2020-05-05T18:00:00Z,15,4,1196,35199,35199,1200,35199,0,0,bb5d9567d75d5bb71358311263afebb868360630,0,0,0,0,0,
+20200506,IA,10404,52767,,414,,151,,103,,3803,B,5/5/2020 12:00,2020-05-05T12:00:00Z,05/05 08:00,219,,2020-05-05T12:00:00Z,19,293,2309,63171,63171,2602,63171,12,0,e2b5536b5e55cecc0c073a611f92a28ae79939e3,0,0,0,0,0,
+20200506,ID,2127,28418,,,203,,84,,,1379,C,5/4/2020 19:00,2020-05-04T19:00:00Z,05/04 15:00,65,203,2020-05-04T19:00:00Z,16,21,216,30545,30545,237,30545,1,2,a37e82dc6adf66b7ca0f6913a8177b277f6cb7d8,0,0,0,0,0,
+20200506,IL,68232,293028,,4832,,1231,,780,,,A,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,2974,,2020-05-06T00:00:00Z,17,2270,12704,361260,361260,14974,361260,136,0,a5352681a8565f744b74585854eae1dc9756f02d,0,0,0,0,0,
+20200506,IN,21870,98626,,1558,,526,,281,,,A+,5/5/2020 23:59,2020-05-05T23:59:00Z,05/05 19:59,1377,,2020-05-05T23:59:00Z,18,837,3825,120496,120496,4662,120496,51,0,fef1b911ad6b2ebc45e0e2229ea63536e586bed5,0,0,0,0,0,
+20200506,KS,5734,36380,,,571,,213,,96,318,A,5/6/2020 10:00,2020-05-06T10:00:00Z,05/06 06:00,144,571,2020-05-06T10:00:00Z,20,276,1746,42114,42114,2022,42114,7,5,85f7ed9f61dc937d9635450ed8993f2f1c6a0446,0,0,0,0,0,
+20200506,KY,5822,55192,,347,1603,189,685,,,2058,A,5/5/2020 17:00,2020-05-05T17:00:00Z,05/05 13:00,275,1603,2020-05-05T17:00:00Z,21,577,390,61014,61014,967,61014,14,74,da98d6a53bf19039b9cbb700ba05043b887eb61d,0,0,0,0,0,
+20200506,LA,30399,164273,,1465,,,,187,,20316,B,5/6/2020 16:30,2020-05-06T16:30:00Z,05/06 12:30,2115,,2020-05-06T16:30:00Z,22,403,6038,194672,194672,6441,194672,0,0,9e3032858f8ab49b09d10f712da077fe3a947ff2,0,0,0,0,0,
+20200506,MA,72025,267614,,3564,7080,922,,,,,A,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,4420,7080,2020-05-06T12:00:00Z,25,1754,4536,339639,339639,6290,339639,208,249,e8733c0aefea849a78c6521529fcfdfa454db2c9,0,0,0,0,0,
+20200506,MD,28163,115849,,1707,5497,584,,,,1903,A,5/6/2020 10:00,2020-05-06T10:00:00Z,05/06 06:00,1520,5497,2020-05-06T10:00:00Z,24,1046,2863,144012,144012,3909,144012,44,160,ef7e2614b744d40eff69ec0e89cb07e121782bfd,0,0,0,0,0,
+20200506,ME,1254,22092,,37,191,18,,12,,766,B,5/6/2020 12:30,2020-05-06T12:30:00Z,05/06 08:30,62,191,2020-05-06T12:30:00Z,23,28,2546,23346,23346,2574,23346,1,4,61f04fbefaf40220206b78c3d5ddf387be58bf0c,0,0,0,0,0,
+20200506,MI,45054,188177,,1818,,794,,617,,15659,A+,5/6/2020 11:00,2020-05-06T11:00:00Z,05/06 07:00,4250,,2020-05-06T11:00:00Z,26,657,9738,233231,233231,10395,233231,71,0,f43ab38024acc698f404dcd0a2c288ba0bf1cdae,0,0,0,0,0,
+20200506,MN,8579,84653,,443,1405,180,488,,,4520,A,5/5/2020 17:00,2020-05-05T17:00:00Z,05/05 13:00,485,1405,2020-05-05T17:00:00Z,27,728,4495,93232,93232,5223,93232,30,55,5f71cd6a4e9083647b94ad468e44f60bf01a5fbd,0,0,0,0,0,
+20200506,MO,9102,91645,,953,,,,134,,,B,5/6/2020 15:00,2020-05-06T15:00:00Z,05/06 11:00,396,,2020-05-06T15:00:00Z,29,186,5495,100747,100747,5681,100747,19,0,681bd3a1e5dc8bae7fcd58146c2a15bdda52820d,0,0,0,0,0,
+20200506,MP,15,1783,,,,,,,,12,D,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,2,,2020-05-06T00:00:00Z,69,1,0,1798,1798,1,1798,0,0,d585aba45c7e7a9d2e3cd386aa4fa3cacc0dc68d,0,0,0,0,0,
+20200506,MS,8424,72101,,618,1392,144,,79,,4421,B,5/5/2020 19:00,2020-05-05T19:00:00Z,05/05 15:00,374,1392,2020-05-05T19:00:00Z,28,217,0,80525,80525,217,80525,32,40,da4027e7ae9447e88c99ecb7ba845f0dbe4799f1,0,0,0,0,0,
+20200506,MT,456,19248,,6,62,,,,,417,C,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,16,62,2020-05-06T00:00:00Z,30,0,4432,19704,19704,4432,19704,0,0,ac3bf94aa972243613f0e051aaf107e3a7c3f03a,0,0,0,0,0,
+20200506,NC,12758,151724,,516,,,,,,,B,5/6/2020 10:45,2020-05-06T10:45:00Z,05/06 06:45,477,,2020-05-06T10:45:00Z,37,502,12180,164482,164482,12682,164482,25,0,e9b71fd9f8968b6d056fa413f9500169306ed5cd,0,0,0,0,0,
+20200506,ND,1323,37309,,32,97,,,,,582,C,5/6/2020 13:00,2020-05-06T13:00:00Z,05/06 09:00,31,97,2020-05-06T13:00:00Z,38,57,2154,38632,38632,2211,38632,6,2,5378839386afe6693c2a21e385916ac18ce10724,0,0,0,0,0,
+20200506,NE,6438,29690,,,,,,,,,D,5/5/2020 17:45,2020-05-05T17:45:00Z,05/05 13:45,82,,2020-05-05T17:45:00Z,31,355,1164,36128,36128,1519,36128,4,0,733c4e2a0c5c08aa4a425ead20a51ffb8f22cadf,0,0,0,0,0,
+20200506,NH,2636,25097,79,115,295,,82,,,1105,B,5/5/2020 09:00,2020-05-05T09:00:00Z,05/05 05:00,92,295,2020-05-05T09:00:00Z,33,48,815,27812,27733,863,27733,6,9,a4074df903f7634e9c7580d64c354d880291fcce,0,0,0,0,0,
+20200506,NJ,131890,157030,594,5221,,1549,,1146,,15642,A+,5/6/2020 13:00,2020-05-06T13:00:00Z,05/06 09:00,8549,,2020-05-06T13:00:00Z,34,1297,0,289514,288920,1297,288920,305,0,3498d755e542aa2218bd0890a8aeba9ea7d176fd,0,0,0,0,0,
+20200506,NM,4138,79113,,178,687,,,,,964,C,5/5/2020 17:30,2020-05-05T17:30:00Z,05/05 13:30,162,687,2020-05-05T17:30:00Z,35,107,1424,83251,83251,1531,83251,6,20,59a3dda10977a485c86ff6e02d29f9d7ef3c1c3d,0,0,0,0,0,
+20200506,NV,5663,43612,,,,,,,,203,D,5/6/2020 12:40,2020-05-06T12:40:00Z,05/06 08:40,276,,2020-05-06T12:40:00Z,32,69,1322,49275,49275,1391,49275,8,0,68a615bf1950e2c914028a62c6a370f21361bf79,0,0,0,0,0,
+20200506,NY,323978,731943,,9179,81570,,,,,54597,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,19877,81570,2020-05-06T00:00:00Z,36,2786,24236,1055921,1055921,27022,1055921,232,652,3f1ac961b85814afe745ada053066e86208c7c3b,0,0,0,0,0,
+20200506,OH,21576,147353,,1045,4052,407,1151,275,,,B,5/6/2020 14:00,2020-05-06T14:00:00Z,05/06 10:00,1225,4052,2020-05-06T14:00:00Z,39,607,7587,168929,168929,8194,168929,90,96,4a6858518ebc42d0426db5d7448fcaf0fb868bce,0,0,0,0,0,
+20200506,OK,4201,78689,,230,773,102,,,,2909,A,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,253,773,2020-05-06T00:00:00Z,40,74,3399,82890,82890,3473,82890,6,0,00f14bc0e1eeb7844ccf8400d3e4bf071ed95665,0,0,0,0,0,
+20200506,OR,2916,65060,,191,641,47,,20,,1125,A+,5/6/2020 11:00,2020-05-06T11:00:00Z,05/06 07:00,115,641,2020-05-06T11:00:00Z,41,77,2475,67976,67976,2552,67976,2,19,a33c0bd9e888affa92df782fdd7b9cd01ea7faf6,0,0,0,0,0,
+20200506,PA,51845,204495,,2545,,,,560,,,C,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,3106,,2020-05-06T00:00:00Z,42,888,4570,256340,256340,5458,256340,94,0,73c6ec176afe76fc662d778eed0b374f3e48116e,0,0,0,0,0,
+20200506,PR,1968,,,,,,,,,,D,5/6/2020 06:00,2020-05-06T06:00:00Z,05/06 02:00,99,,2020-05-06T06:00:00Z,72,44,-9313,1968,1968,-9269,1968,0,0,d7065ca20616aa56e4209243aea922c7a8fbdc48,0,0,0,0,0,
+20200506,RI,10205,69168,,324,1123,86,,60,,665,A+,5/6/2020 12:00,2020-05-06T12:00:00Z,05/06 08:00,370,1123,2020-05-06T12:00:00Z,44,272,2666,79373,79373,2938,79373,15,31,781d7888ef97787619be4bde51bb24374054dc58,0,0,0,0,0,
+20200506,SC,6936,70546,,,1152,,,,,3816,B,5/6/2020 16:20,2020-05-06T16:20:00Z,05/06 12:20,305,1152,2020-05-06T16:20:00Z,45,179,9532,77482,77482,9711,77482,22,42,6695476e473c8574ac5230bf344313d7e4dc681c,0,0,0,0,0,
+20200506,SD,2779,16637,,72,230,,,,,1977,C,5/5/2020 18:00,2020-05-05T18:00:00Z,05/05 14:00,29,230,2020-05-05T18:00:00Z,46,58,336,19416,19416,394,19416,5,10,09b88790d6fe58e90f867419b4850744f77d4432,0,0,0,0,0,
+20200506,TN,13938,213163,,,1221,,,,,6564,B,5/6/2020 15:00,2020-05-06T15:00:00Z,05/06 11:00,239,1221,2020-05-06T15:00:00Z,47,248,7991,227101,227101,8239,227101,13,65,527303870c2f5606a031b59f82be566c4a426641,0,0,0,0,0,
+20200506,TX,34422,404516,,1812,,,,,,17622,B,5/6/2020 13:20,2020-05-06T13:20:00Z,05/06 09:20,948,,2020-05-06T13:20:00Z,48,1053,10675,438938,438938,11728,438938,42,0,286ed748b11d752ea5eb42a2719cdf18ed6f1bb5,0,0,0,0,0,
+20200506,UT,5595,125407,,,464,,,,,2509,C,5/6/2020 15:00,2020-05-06T15:00:00Z,05/06 11:00,58,464,2020-05-06T15:00:00Z,49,146,4141,131002,131002,4287,131002,2,8,6c8f914d057b574e312d903d33b9ee0528021985,0,0,0,0,0,
+20200506,VA,20256,93452,469,1496,4113,361,,189,,2617,A+,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,713,4113,2020-05-04T17:00:00Z,51,0,0,114177,113708,0,113708,0,0,abbac6d4158111652c474c30e81491830b8bcd43,0,0,0,0,0,
+20200506,VI,66,990,37,,,,,,,54,C,5/5/2020 20:30,2020-05-05T20:30:00Z,05/05 16:30,4,,2020-05-05T20:30:00Z,78,0,17,1093,1056,17,1056,0,0,29c0a74a53571a006cb853dbd013ce6bf0add0ad,0,0,0,0,0,
+20200506,VT,914,16281,,26,,2,,0,,706,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,52,,2020-05-06T00:00:00Z,50,5,216,17195,17195,221,17195,0,0,a05c8c4aa3f153a610e0bc3d532046518d54fe0d,0,0,0,0,0,
+20200506,WA,17356,232193,,390,,127,,,,,B,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,862,,2020-05-06T00:00:00Z,53,243,6978,249549,249549,7221,249549,21,0,c6685241bbe3204b0a79bce2fbbea90b6c07340e,0,0,0,0,0,
+20200506,WI,8901,87826,212,511,1694,107,423,,,4348,A+,5/6/2020 00:00,2020-05-06T00:00:00Z,05/05 20:00,362,1694,2020-05-06T00:00:00Z,55,335,3859,96939,96727,4194,96727,9,31,6eba8e932ca8f077281939a934c2e3b5b6892535,0,0,0,0,0,
+20200506,WV,1248,54536,,76,,22,,12,,716,C,5/6/2020 10:00,2020-05-06T10:00:00Z,05/06 06:00,50,,2020-05-06T10:00:00Z,54,10,951,55784,55784,961,55784,0,0,898e46cecfd5c40eae1d5990f271d0de87cc2443,0,0,0,0,0,
+20200506,WY,604,11403,,11,60,,,,,409,C,5/5/2020 15:30,2020-05-05T15:30:00Z,05/05 11:30,7,60,2020-05-05T15:30:00Z,56,8,1084,12007,12007,1092,12007,0,0,64702368ac7a4c153c08b4b2c4e084498e91aab8,0,0,0,0,0,
+20200505,AK,371,22321,,13,,,,,,277,C,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,9,,2020-05-05T00:00:00Z,02,1,968,22692,22692,969,22692,0,0,ef5e845958c405ce971733eb6ea320fddf9e9882,0,0,0,0,0,
+20200505,AL,8285,98481,,,1107,,428,,255,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,313,1107,2020-05-05T00:00:00Z,01,260,3389,106766,106766,3649,106766,17,43,21862843e70cc0d3884c769a8f1a5850713ffd2f,0,0,0,0,0,
+20200505,AR,3496,51139,,89,453,,,16,89,2041,B,5/5/2020 16:10,2020-05-05T16:10:00Z,05/05 12:10,83,453,2020-05-05T16:10:00Z,05,38,155,54635,54635,193,54635,2,15,a4315b03c856832c9b88e941690b96d1ee157fc5,0,0,0,0,0,
+20200505,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,0,83,83,0,83,0,0,94fe8b916aec596afad21b8ca8ddbd0cc55fa852,0,0,0,0,0,
+20200505,AZ,9305,78955,,728,1397,303,,185,,1671,A+,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,395,1397,2020-05-05T00:00:00Z,04,386,2621,88260,88260,3007,88260,33,40,93c9c2a6b61a9fa85a9c01fec848d519808cf801,0,0,0,0,0,
+20200505,CA,56212,723690,,4622,,1388,,,,,B,5/5/2020 14:00,2020-05-05T14:00:00Z,05/05 10:00,2317,,2020-05-05T14:00:00Z,06,1275,30753,779902,779902,32028,779902,63,0,995be9060a11ba162440d6f850de2f928af8940c,0,0,0,0,0,
+20200505,CO,16907,68097,,834,2838,,,,,2743,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,851,2838,2020-05-03T00:00:00Z,08,272,1642,85004,85004,1914,85004,9,39,08f26c1e136b2cf050e4327112f2810601dbd4c7,0,0,0,0,0,
+20200505,CT,30621,78022,,1500,7758,,,,,4346,B,5/4/2020 16:00,2020-05-04T16:00:00Z,05/04 12:00,2633,7758,2020-05-04T16:00:00Z,09,1334,4816,108643,108643,6150,108643,138,0,23d0359e910d8c5c59a822cf13dd130ba18eb0d8,0,0,0,0,0,
+20200505,DC,5322,19007,,447,,130,,91,,667,A+,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,264,,2020-05-04T00:00:00Z,11,152,382,24329,24329,534,24329,6,0,797d9b2e863a97f70a59608f3fba96ad79288208,0,0,0,0,0,
+20200505,DE,5371,19309,,284,,,,,,1847,B,5/4/2020 18:00,2020-05-04T18:00:00Z,05/04 14:00,187,,2020-05-04T18:00:00Z,10,83,487,24680,24680,570,24680,5,0,1e66099ac97b0922a33238489606d29ea334a856,0,0,0,0,0,
+20200505,FL,37439,428252,1265,,6546,,,,,,C,5/5/2020 10:31,2020-05-05T10:31:00Z,05/05 06:31,1536,6546,2020-05-05T10:31:00Z,12,542,20879,466956,465691,21421,465691,113,217,c0cfea320057bb429a825a360030d8f36e337539,0,0,0,0,0,
+20200505,GA,29711,171172,,,5634,,1318,,,,A,5/5/2020 16:25,2020-05-05T16:25:00Z,05/05 12:25,1288,5634,2020-05-05T16:25:00Z,13,343,17215,200883,200883,17558,200883,66,108,8f8326622579e9b41f8ed6918cf36349f729267c,0,0,0,0,0,
+20200505,GU,149,3341,,,,,,,,124,F,5/5/2020 09:00,2020-05-05T09:00:00Z,05/05 05:00,5,,2020-05-05T09:00:00Z,66,0,99,3490,3490,99,3490,0,0,90b22cb35b654e61e676a6ca147269776eda3ed0,0,0,0,0,0,
+20200505,HI,621,33378,,,73,,,,,548,B,5/4/2020 18:00,2020-05-04T18:00:00Z,05/04 14:00,17,73,2020-05-04T18:00:00Z,15,1,132,33999,33999,133,33999,0,0,3038d243734df725688976cafd404937cb378238,0,0,0,0,0,
+20200505,IA,10111,50458,,407,,152,,94,,3572,B,5/4/2020 12:00,2020-05-04T12:00:00Z,05/04 08:00,207,,2020-05-04T12:00:00Z,19,408,3000,60569,60569,3408,60569,19,0,c0abeff050774adf818fe0b047037e135d51013d,0,0,0,0,0,
+20200505,ID,2106,28202,,,201,,83,,,1358,C,5/3/2020 19:00,2020-05-03T19:00:00Z,05/03 15:00,64,201,2020-05-03T19:00:00Z,16,45,456,30308,30308,501,30308,0,1,14907035d285821a912ec0eb48a17a5b880ca8a7,0,0,0,0,0,
+20200505,IL,65962,280324,,4780,,1266,,780,,,A,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,2838,,2020-05-05T00:00:00Z,17,2122,11017,346286,346286,13139,346286,176,0,5952f1338f384dd76291e66d62cc1f4a6e357eca,0,0,0,0,0,
+20200505,IN,21033,94801,,1537,,480,,272,,,A+,5/4/2020 23:59,2020-05-04T23:59:00Z,05/04 19:59,1326,,2020-05-04T23:59:00Z,18,526,2011,115834,115834,2537,115834,62,0,98a3c6c4e779dc36ae9ea97c12f1656a9fe9fd6e,0,0,0,0,0,
+20200505,KS,5458,34634,,,566,,212,,95,296,A,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,137,566,2020-05-05T10:00:00Z,20,213,1276,40092,40092,1489,40092,1,13,1d76e6bce4a93bc8673828cc1a2a50103aa80144,0,0,0,0,0,
+20200505,KY,5245,54802,,333,1529,174,659,,,1892,A,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,261,1529,2020-05-04T17:00:00Z,21,115,1523,60047,60047,1638,60047,8,10,8c012fe19bdbc6f616cabec0fc04112a3b4586c1,0,0,0,0,0,
+20200505,LA,29996,158235,,1512,,,,194,,20316,B,5/5/2020 13:00,2020-05-05T13:00:00Z,05/05 09:00,2115,,2020-05-05T13:00:00Z,22,323,6977,188231,188231,7300,188231,51,0,cf3507cb1c71712155977f8a73b94900da6343ec,0,0,0,0,0,
+20200505,MA,70271,263078,,3542,6831,914,,,,,A,5/5/2020 12:00,2020-05-05T12:00:00Z,05/05 08:00,4212,6831,2020-05-05T12:00:00Z,25,1184,7897,333349,333349,9081,333349,122,209,548407b892f46f912fe8b949c3d84d7a012ff82d,0,0,0,0,0,
+20200505,MD,27117,112986,,1693,5337,573,,,,1810,A,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,1476,5337,2020-05-05T10:00:00Z,24,709,2399,140103,140103,3108,140103,52,138,7474c56aee23e7d0118a82cc73b7d5022079ef26,0,0,0,0,0,
+20200505,ME,1226,19546,,36,187,18,,12,,741,B,5/4/2020 11:59,2020-05-04T11:59:00Z,05/04 07:59,61,187,2020-05-04T11:59:00Z,23,21,0,20772,20772,21,20772,4,1,8d81a41510e713844207085a37d5aa979128ef91,0,0,0,0,0,
+20200505,MI,44397,178439,,1948,,839,,670,,15659,A+,5/5/2020 11:00,2020-05-05T11:00:00Z,05/05 07:00,4179,,2020-05-05T11:00:00Z,26,447,0,222836,222836,447,222836,130,0,0c635a3661b395b1f63695665fc18c92a4d534dc,0,0,0,0,0,
+20200505,MN,7851,80158,,434,1350,182,475,,,4159,A,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,455,1350,2020-05-04T17:00:00Z,27,617,1451,88009,88009,2068,88009,27,79,faec027cd4d2f24f9f682834bc1a1d50e5fe5374,0,0,0,0,0,
+20200505,MO,8916,86150,,893,,,,139,,,A,5/5/2020 15:00,2020-05-05T15:00:00Z,05/05 11:00,377,,2020-05-05T15:00:00Z,29,162,3453,95066,95066,3615,95066,19,0,ccd009cd7f4a1dc47b23551779d2e9aed0e53b57,0,0,0,0,0,
+20200505,MP,14,1783,,,,,,,,12,D,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,2,,2020-05-05T00:00:00Z,69,0,462,1797,1797,462,1797,0,0,7c0e11d0b9c9a229e8af5fcd5fee86bbaae54866,0,0,0,0,0,
+20200505,MS,8207,72101,,645,1352,162,,77,,4421,B,5/4/2020 19:00,2020-05-04T19:00:00Z,05/04 15:00,342,1352,2020-05-04T19:00:00Z,28,330,301,80308,80308,631,80308,32,36,12ea36bb3b1576e0e5ae844a3981dfdd061f5ee0,0,0,0,0,0,
+20200505,MT,456,14816,,6,62,,,,,410,C,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,16,62,2020-05-05T00:00:00Z,30,-1,185,15272,15272,184,15272,0,0,78befdb5f6964c6c1728dd42dc46151a9c5ef8aa,0,0,0,0,0,
+20200505,NC,12256,139544,,534,,,,,,,B,5/5/2020 11:00,2020-05-05T11:00:00Z,05/05 07:00,452,,2020-05-05T11:00:00Z,37,408,4953,151800,151800,5361,151800,22,0,73366e0113c1289ed66088f8c7abf484c2bd5e3a,0,0,0,0,0,
+20200505,ND,1266,35155,,31,95,,,,,559,C,5/5/2020 13:00,2020-05-05T13:00:00Z,05/05 09:00,25,95,2020-05-05T13:00:00Z,38,41,1626,36421,36421,1667,36421,0,1,b2328b7eafdc16efafc1830f17fadbb34ff3dbbb,0,0,0,0,0,
+20200505,NE,6083,28526,,,,,,,,,D,5/3/2020 20:45,2020-05-03T20:45:00Z,05/03 16:45,78,,2020-05-03T20:45:00Z,31,173,682,34609,34609,855,34609,0,0,01f7b053b35c8806d1e6901556d9c2653f6b3867,0,0,0,0,0,
+20200505,NH,2588,24282,79,111,286,,82,,,1019,C,5/4/2020 09:00,2020-05-04T09:00:00Z,05/04 05:00,86,286,2020-05-04T09:00:00Z,33,0,0,26949,26870,0,26870,0,0,34380db26dc365739fc1245a98f0bcbc14791c39,0,0,0,0,0,
+20200505,NJ,130593,157030,550,5328,,1534,,1169,,15642,A+,5/5/2020 13:00,2020-05-05T13:00:00Z,05/05 09:00,8244,,2020-05-05T13:00:00Z,34,2324,8079,288173,287623,10403,287623,334,0,d3d71799c08e9620fcbcd16a30c363ad21845aab,0,0,0,0,0,
+20200505,NM,4031,77689,,181,667,,,,,842,C,5/4/2020 17:53,2020-05-04T17:53:00Z,05/04 13:53,156,667,2020-05-04T17:53:00Z,35,181,3562,81720,81720,3743,81720,5,80,50712c053b402c9d027a0b4ab45fa1a27f81637c,0,0,0,0,0,
+20200505,NV,5594,42290,,,,,,,,200,D,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,268,,2020-05-05T10:00:00Z,32,103,1615,47884,47884,1718,47884,6,0,0c9f2f77491a8e104f1cdee29d1f2bd38368f44f,0,0,0,0,0,
+20200505,NY,321192,707707,,9603,80918,,,,,58950,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,19645,80918,2020-05-05T00:00:00Z,36,2239,19350,1028899,1028899,21589,1028899,230,542,76cf636d40c463711df67d5b141fecd396de083f,0,0,0,0,0,
+20200505,OH,20969,139766,,1069,3956,402,1123,281,,,B,5/5/2020 14:00,2020-05-05T14:00:00Z,05/05 10:00,1135,3956,2020-05-05T14:00:00Z,39,495,5085,160735,160735,5580,160735,79,147,8d1218d0644c0844fd1b4a4dd73d7d24e8869746,0,0,0,0,0,
+20200505,OK,4127,75290,,236,773,113,,,,2830,A,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,247,773,2020-05-05T00:00:00Z,40,83,15486,79417,79417,15569,79417,9,20,9f48201b27e38b1ba9961020281c76626b9c7c98,0,0,0,0,0,
+20200505,OR,2839,62585,,219,622,49,,25,,860,A+,5/5/2020 11:00,2020-05-05T11:00:00Z,05/05 07:00,113,622,2020-05-05T11:00:00Z,41,80,1887,65424,65424,1967,65424,4,14,92386905fc0769bd2ef78f0130da02b943d2f143,0,0,0,0,0,
+20200505,PA,50957,199925,,2580,,,,550,,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,3012,,2020-05-05T00:00:00Z,42,865,4427,250882,250882,5292,250882,554,0,ea7deaa48b958983c5c74ce8bcc996ec13597bae,0,0,0,0,0,
+20200505,PR,1924,9313,,,,,,,,,D,5/5/2020 06:00,2020-05-05T06:00:00Z,05/05 02:00,99,,2020-05-05T06:00:00Z,72,81,0,11237,11237,81,11237,2,0,58c1fb116b16e5e5dbfbb110b55a1c74d266c80a,0,0,0,0,0,
+20200505,RI,9933,66502,,327,1092,89,,62,,639,A+,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,355,1092,2020-05-05T00:00:00Z,44,281,2018,76435,76435,2299,76435,14,31,2c64f5d2b416a8e4c81b6dacea9655c9fde5376e,0,0,0,0,0,
+20200505,SC,6757,61014,,,1110,,,,,3622,B,5/4/2020 16:35,2020-05-04T16:35:00Z,05/04 12:35,283,1110,2020-05-04T16:35:00Z,45,131,3452,67771,67771,3583,67771,8,0,f94b285e35c9848a0a51fa4798371db79175bb32,0,0,0,0,0,
+20200505,SD,2721,16301,,75,220,,,,,1895,C,5/4/2020 18:00,2020-05-04T18:00:00Z,05/04 14:00,24,220,2020-05-04T18:00:00Z,46,53,256,19022,19022,309,19022,3,9,4d98bbce3d0082cb3df28719214d57187505c9f0,0,0,0,0,0,
+20200505,TN,13690,205172,,,1156,,,,,6356,B,5/5/2020 15:00,2020-05-05T15:00:00Z,05/05 11:00,226,1156,2020-05-05T15:00:00Z,47,119,7300,218862,218862,7419,218862,7,13,1cd5e0ee3e22fcdac22d3d50c763468356335603,0,0,0,0,0,
+20200505,TX,33369,393841,,1888,,,,,,16791,B,5/5/2020 13:15,2020-05-05T13:15:00Z,05/05 09:15,906,,2020-05-05T13:15:00Z,48,1037,18775,427210,427210,19812,427210,22,0,c6310fd5c1cc6614710e198e9de43e03635bd694,0,0,0,0,0,
+20200505,UT,5449,121266,,,456,,,,,2387,C,5/5/2020 15:00,2020-05-05T15:00:00Z,05/05 11:00,56,456,2020-05-05T15:00:00Z,49,132,1922,126715,126715,2054,126715,6,15,c78f87f5ea0a46374839396746748840bc96f91e,0,0,0,0,0,
+20200505,VA,20256,93452,469,1496,4113,361,,189,,2617,A+,5/4/2020 17:00,2020-05-04T17:00:00Z,05/04 13:00,713,4113,2020-05-04T17:00:00Z,51,764,651,114177,113708,1415,113708,29,103,52b950b0593750d6b81b4205b980265a333858d4,0,0,0,0,0,
+20200505,VI,66,973,34,,,,,,,51,C,5/4/2020 20:30,2020-05-04T20:30:00Z,05/04 16:30,4,,2020-05-04T20:30:00Z,78,0,8,1073,1039,8,1039,0,0,60319b59a477c089645a5d06d27753b351b49e25,0,0,0,0,0,
+20200505,VT,909,16065,,33,,2,,0,,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,52,,2020-05-05T00:00:00Z,50,3,176,16974,16974,179,16974,0,0,b15a7f3a1b8538564d003130727c92ae46638057,0,0,0,0,0,
+20200505,WA,17113,225215,,292,,102,,,,,B,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,841,,2020-05-05T00:00:00Z,53,260,6303,242328,242328,6563,242328,7,0,05729d1e1cb58671b6d1da49005d2a9271fe545a,0,0,0,0,0,
+20200505,WI,8566,83967,236,543,1663,92,414,,,4131,A,5/5/2020 00:00,2020-05-05T00:00:00Z,05/04 20:00,353,1663,2020-05-05T00:00:00Z,55,330,3500,92769,92533,3830,92533,13,42,32e8fd9348a95736b8ddfa4f849d05ac9f8b2377,0,0,0,0,0,
+20200505,WV,1238,53585,,64,,23,,12,,630,C,5/5/2020 10:00,2020-05-05T10:00:00Z,05/05 06:00,50,,2020-05-05T10:00:00Z,54,32,1552,54823,54823,1584,54823,0,0,a53c48007e9a220e692f0cdb01765029b5e60126,0,0,0,0,0,
+20200505,WY,596,10319,,13,60,,,,,405,C,5/4/2020 17:02,2020-05-04T17:02:00Z,05/04 13:02,7,60,2020-05-04T17:02:00Z,56,10,451,10915,10915,461,10915,0,0,b51a4890082ea17eaa7af98ceb57ea9aa9a5a25d,0,0,0,0,0,
+20200504,AK,370,21353,,12,,,,,,263,C,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,9,,2020-05-04T00:00:00Z,02,2,143,21723,21723,145,21723,0,0,62c747fc7bcc4c852a9fb1dfb607dbb427e700e9,0,0,0,0,0,
+20200504,AL,8025,95092,,,1064,,411,,247,,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,296,1064,2020-05-04T00:00:00Z,01,300,10317,103117,103117,10617,103117,6,29,0da05eec729db56d0fd1d579ea5cff22330642a6,0,0,0,0,0,
+20200504,AR,3458,50984,,91,438,,,16,88,2016,B,5/3/2020 15:40,2020-05-03T15:40:00Z,05/03 11:40,81,438,2020-05-03T15:40:00Z,05,27,1525,54442,54442,1552,54442,5,11,ffaa8f7893cffae57ff615aa5cb72d70e2e48612,0,0,0,0,0,
+20200504,AS,0,83,,,,,,,,,F,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,0,,2020-05-03T00:00:00Z,60,0,26,83,83,26,83,0,0,90a95bc580972d62e3d1c1efb242aaef734f0f89,0,0,0,0,0,
+20200504,AZ,8919,76334,,703,1357,288,,200,,1632,A+,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,362,1357,2020-05-04T00:00:00Z,04,279,3855,85253,85253,4134,85253,0,9,c8dad1578a3923fd18b609bf4f4345fa72188e4e,0,0,0,0,0,
+20200504,CA,54937,692937,,4616,,1464,,,,,B,5/4/2020 14:00,2020-05-04T14:00:00Z,05/04 10:00,2254,,2020-05-04T14:00:00Z,06,1321,30802,747874,747874,32123,747874,39,0,113587d96df88e0f86eeba4979c114226a543b5c,0,0,0,0,0,
+20200504,CO,16635,66455,,883,2799,,,,,2650,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,842,2799,2020-05-02T00:00:00Z,08,410,2774,83090,83090,3184,83090,10,6,047ee462b5d707198b6c29d16ba0677762a9fcea,0,0,0,0,0,
+20200504,CT,29287,73206,,1488,7758,,,,,4346,B,5/3/2020 16:00,2020-05-03T16:00:00Z,05/03 12:00,2495,7758,2020-05-03T16:00:00Z,09,0,0,102493,102493,0,102493,59,0,4bdbbb1e93317d04d9da10e981b031690e8f904a,0,0,0,0,0,
+20200504,DC,5170,18625,,447,,130,,91,,666,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,258,,2020-05-03T00:00:00Z,11,154,539,23795,23795,693,23795,7,0,cc7558b5cdebc4f29d303ea750ad8c5a3a347cc9,0,0,0,0,0,
+20200504,DE,5288,18822,,281,,,,,,1716,B,5/3/2020 18:00,2020-05-03T18:00:00Z,05/03 14:00,182,,2020-05-03T18:00:00Z,10,80,293,24110,24110,373,24110,5,0,daefdb68cbb87f81c4673764569e55149b7c2fe9,0,0,0,0,0,
+20200504,FL,36897,407373,1181,,6329,,,,,,C,5/4/2020 09:12,2020-05-04T09:12:00Z,05/04 05:12,1423,6329,2020-05-04T09:12:00Z,12,819,15262,445451,444270,16081,444270,20,85,b411fa56d1b08fce1165438f3bce163e6609c5fc,0,0,0,0,0,
+20200504,GA,29368,153957,,,5526,,1284,,,,A,5/4/2020 15:25,2020-05-04T15:25:00Z,05/04 11:25,1222,5526,2020-05-04T15:25:00Z,13,766,7463,183325,183325,8229,183325,45,133,e35c4da767aa83a7aaec294dfcbf2ca345fc8f8e,0,0,0,0,0,
+20200504,GU,149,3242,,,,,,,,125,F,5/4/2020 07:40,2020-05-04T07:40:00Z,05/04 03:40,5,,2020-05-04T07:40:00Z,66,-1,90,3391,3391,89,3391,0,0,681f757ee615fce92b19e0505d0cbfe5fe586c38,0,0,0,0,0,
+20200504,HI,620,33246,,,73,,,,,544,B,5/3/2020 18:00,2020-05-03T18:00:00Z,05/03 14:00,17,73,2020-05-03T18:00:00Z,15,0,916,33866,33866,916,33866,1,1,64e50c5fe5ea4d82a086843f9a66f6dbbdcefffa,0,0,0,0,0,
+20200504,IA,9703,47458,,389,,143,,93,,3486,B,5/3/2020 12:00,2020-05-03T12:00:00Z,05/03 08:00,188,,2020-05-03T12:00:00Z,19,534,3441,57161,57161,3975,57161,4,0,9c2bb68f753a57920bb9d194fa668d6a506956a7,0,0,0,0,0,
+20200504,ID,2061,27746,,,200,,83,,,1267,C,5/2/2020 19:00,2020-05-02T19:00:00Z,05/02 15:00,64,200,2020-05-02T19:00:00Z,16,0,0,29807,29807,0,29807,1,0,ebedd2426342e51bccfaddf6e83b9c29daaadb45,0,0,0,0,0,
+20200504,IL,63840,269307,,4493,,1232,,763,,,A,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,2662,,2020-05-04T00:00:00Z,17,2341,11493,333147,333147,13834,333147,44,0,f0d3f719a0004668ec742bf55dc84f5e7c033a7d,0,0,0,0,0,
+20200504,IN,20507,92790,,1449,,483,,249,,,A+,5/3/2020 23:59,2020-05-03T23:59:00Z,05/03 19:59,1264,,2020-05-03T23:59:00Z,18,574,3864,113297,113297,4438,113297,18,0,2ab696e40b85121bcf7e0258172c635214601dde,0,0,0,0,0,
+20200504,KS,5245,33358,,,553,,209,,95,291,A,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,136,553,2020-05-03T10:00:00Z,20,215,1610,38603,38603,1825,38603,2,6,dcaf929e4debc036b1941c96d21de5598c60e0cf,0,0,0,0,0,
+20200504,KY,5130,53279,,329,1519,170,654,,,1892,A,5/3/2020 17:00,2020-05-03T17:00:00Z,05/03 13:00,253,1519,2020-05-03T17:00:00Z,21,251,509,58409,58409,760,58409,5,108,ef3e8e0ba59ee66126bbf57313be7f1b1b52a012,0,0,0,0,0,
+20200504,LA,29673,151258,,1502,,,,220,,20316,B,5/4/2020 13:00,2020-05-04T13:00:00Z,05/04 09:00,2064,,2020-05-04T13:00:00Z,22,333,4438,180931,180931,4771,180931,95,0,476aeae63058d1ba5cbb15b838dcb0479dd5e195,0,0,0,0,0,
+20200504,MA,69087,255181,,3539,6622,908,,,,,A,5/4/2020 12:00,2020-05-04T12:00:00Z,05/04 08:00,4090,6622,2020-05-04T12:00:00Z,25,1000,8622,324268,324268,9622,324268,86,115,a7bd9d957194812d26a7b0eae080a37b2f104405,0,0,0,0,0,
+20200504,MD,26408,110587,,1649,5199,563,,,,1695,A,5/4/2020 10:00,2020-05-04T10:00:00Z,05/04 06:00,1424,5199,2020-05-04T10:00:00Z,24,946,3255,136995,136995,4201,136995,52,148,d2b1e540c35d338549c334851978cd6111207b86,0,0,0,0,0,
+20200504,ME,1205,19546,,37,186,18,,11,,720,B,5/3/2020 11:59,2020-05-03T11:59:00Z,05/03 07:59,57,186,2020-05-03T11:59:00Z,23,20,0,20751,20751,20,20751,0,3,e9c31794ac6451acdc874d15a445dd238a7fb5ed,0,0,0,0,0,
+20200504,MI,43950,178439,,1948,,839,,670,,15659,A+,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,4049,,2020-05-03T11:00:00Z,26,196,9661,222389,222389,9857,222389,0,0,f78d89dc24c13d369adf70b2da878b083de49f88,0,0,0,0,0,
+20200504,MN,7234,78707,,396,1271,166,444,,,3784,A,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,428,1271,2020-05-04T00:00:00Z,27,571,2738,85941,85941,3309,85941,9,72,88d9b9c5ac92ba267b3d69d1fbac67d4a523650f,0,0,0,0,0,
+20200504,MO,8754,82697,,858,,,,135,,,A,5/4/2020 15:00,2020-05-04T15:00:00Z,05/04 11:00,358,,2020-05-04T15:00:00Z,29,368,8107,91451,91451,8475,91451,6,0,0c6bc4911196a41a1d3dcd368216c8721d359c38,0,0,0,0,0,
+20200504,MP,14,1321,,,,,,,,12,D,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,2,,2020-05-04T00:00:00Z,69,0,0,1335,1335,0,1335,0,0,aa1b12641af41c9dff652d63917d2f1df5497127,0,0,0,0,0,
+20200504,MS,7877,71800,,646,1316,145,,78,,4421,B,5/3/2020 19:00,2020-05-03T19:00:00Z,05/03 15:00,310,1316,2020-05-03T19:00:00Z,28,327,1757,79677,79677,2084,79677,7,18,a5a3b17f2fa40e5f335a3ae58187df44c7e6627d,0,0,0,0,0,
+20200504,MT,457,14631,,6,62,,,,,404,C,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,16,62,2020-05-04T00:00:00Z,30,2,79,15088,15088,81,15088,0,1,ae7ed3c581d041a2a74c0e829e0a4d12df34ef0e,0,0,0,0,0,
+20200504,NC,11848,134591,,498,,,,,,,B,5/4/2020 10:50,2020-05-04T10:50:00Z,05/04 06:50,430,,2020-05-04T10:50:00Z,37,184,2420,146439,146439,2604,146439,8,0,c2e70bd4dd298a88b6a26fed592592647fd3e98a,0,0,0,0,0,
+20200504,ND,1225,33529,,31,94,,,,,540,C,5/4/2020 13:00,2020-05-04T13:00:00Z,05/04 09:00,25,94,2020-05-04T13:00:00Z,38,34,1367,34754,34754,1401,34754,0,4,15f1851fd2fa81791604e33495f08310f84906d3,0,0,0,0,0,
+20200504,NE,5910,27844,,,,,,,,,D,5/3/2020 20:45,2020-05-03T20:45:00Z,05/03 16:45,78,,2020-05-03T20:45:00Z,31,584,1908,33754,33754,2492,33754,2,0,9c4c07a259c0ed363f4ce5b9bfa8e5931cda6b29,0,0,0,0,0,
+20200504,NH,2588,24282,244,103,286,,,,,1017,C,5/3/2020 09:00,2020-05-03T09:00:00Z,05/03 05:00,86,286,2020-05-03T09:00:00Z,33,159,-1682,27114,26870,-1523,26870,2,9,3001ab3abea3b0fd2c10ac7ea10aa65431504213,0,0,0,0,0,
+20200504,NJ,128269,148951,647,5287,,1610,,1189,,15642,A+,5/4/2020 13:00,2020-05-04T13:00:00Z,05/04 09:00,7910,,2020-05-04T13:00:00Z,34,1525,629,277867,277220,2154,277220,39,0,d46b5c4c95c6327125e8db43189b2e302e079a99,0,0,0,0,0,
+20200504,NM,3850,74127,,164,587,,,,,832,C,5/3/2020 17:58,2020-05-03T17:58:00Z,05/03 13:58,151,587,2020-05-03T17:58:00Z,35,118,2915,77977,77977,3033,77977,12,0,f34af8ec85e093b5635b8121b16f4cce05efc912,0,0,0,0,0,
+20200504,NV,5491,40675,,,,,,,,185,D,5/4/2020 11:00,2020-05-04T11:00:00Z,05/04 07:00,262,,2020-05-04T11:00:00Z,32,65,832,46166,46166,897,46166,5,0,bd4b7794d19f3c8b05a5ba6ed0f151d0659895a7,0,0,0,0,0,
+20200504,NY,318953,688357,,9647,80376,,,,,58950,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,19415,80376,2020-05-04T00:00:00Z,36,2538,18861,1007310,1007310,21399,1007310,226,608,a7bd2bf83c3979d701d7e3790a4acb6bf9ddec04,0,0,0,0,0,
+20200504,OH,20474,134681,,1078,3809,412,1090,275,,,B,5/4/2020 14:00,2020-05-04T14:00:00Z,05/04 10:00,1056,3809,2020-05-04T14:00:00Z,39,560,4429,155155,155155,4989,155155,18,40,37a5da93e8cc29b958488ad3edd3c6c3bb9bd861,0,0,0,0,0,
+20200504,OK,4044,59804,,236,753,92,,,,2682,A,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,238,753,2020-05-03T00:00:00Z,40,72,0,63848,63848,72,63848,0,10,b63ef1feac1a416d86300a396a977ee76a1539c6,0,0,0,0,0,
+20200504,OR,2759,60698,,207,608,41,,17,,860,A+,5/4/2020 11:00,2020-05-04T11:00:00Z,05/04 07:00,109,608,2020-05-04T11:00:00Z,41,79,1324,63457,63457,1403,63457,0,10,63a8d1a28542800a772fac62ff8aa0d33b9a2f8b,0,0,0,0,0,
+20200504,PA,50092,195498,,2708,,,,573,,,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,2458,,2020-05-04T00:00:00Z,42,825,4124,245590,245590,4949,245590,14,0,8d6a5eaab7879bc6c793367f783a446a5e88e539,0,0,0,0,0,
+20200504,PR,1843,9313,,,,,,,,,D,5/4/2020 06:00,2020-05-04T06:00:00Z,05/04 02:00,97,,2020-05-04T06:00:00Z,72,35,0,11156,11156,35,11156,0,0,3b90d1ea105b45e2c360ff3864f5920aa0e18d7e,0,0,0,0,0,
+20200504,RI,9652,64484,,339,1061,84,,61,,601,A+,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,341,1061,2020-05-04T00:00:00Z,44,175,2034,74136,74136,2209,74136,21,48,8443a5d26c7c324e77e91327f84fa79b4b8fbef0,0,0,0,0,0,
+20200504,SC,6626,57562,,,1110,,,,,3622,B,5/3/2020 15:30,2020-05-03T15:30:00Z,05/03 11:30,275,1110,2020-05-03T15:30:00Z,45,0,0,64188,64188,0,64188,0,0,13b47142273d757b8fb2d075087d7fdb964660f8,0,0,0,0,0,
+20200504,SD,2668,16045,,69,211,,,,,1830,C,5/3/2020 18:00,2020-05-03T18:00:00Z,05/03 14:00,21,211,2020-05-03T18:00:00Z,46,37,259,18713,18713,296,18713,0,14,980a93b181900e258f1d7062a3adcb1104128dfb,0,0,0,0,0,
+20200504,TN,13571,197872,,,1143,,,,,6081,B,5/4/2020 15:00,2020-05-04T15:00:00Z,05/04 11:00,219,1143,2020-05-04T15:00:00Z,47,394,6442,211443,211443,6836,211443,9,8,70882a8639d8d67dad039bb2851649b95fe2c55a,0,0,0,0,0,
+20200504,TX,32332,375066,,1533,,,,,,16090,B,5/4/2020 13:15,2020-05-04T13:15:00Z,05/04 09:15,884,,2020-05-04T13:15:00Z,48,784,16054,407398,407398,16838,407398,17,0,ddf894e85feec3817dc083447ebb27fe87653bb8,0,0,0,0,0,
+20200504,UT,5317,119344,,,441,,,,,2342,C,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,50,441,2020-05-03T15:00:00Z,49,142,2417,124661,124661,2559,124661,0,5,564defb1bfbb9bba97d778fbee09bbfc4f6f0613,0,0,0,0,0,
+20200504,VA,19492,92801,478,1463,4010,348,,192,,2547,A+,5/3/2020 17:00,2020-05-03T17:00:00Z,05/03 13:00,684,4010,2020-05-03T17:00:00Z,51,821,3470,112771,112293,4291,112293,24,100,a11333711bc5cf0fcb1c128af5024970ca19467b,0,0,0,0,0,
+20200504,VI,66,965,15,,,,,,,51,C,5/3/2020 20:30,2020-05-03T20:30:00Z,05/03 16:30,4,,2020-05-03T20:30:00Z,78,0,14,1046,1031,14,1031,0,0,6ce764d21c06b336c39a15c452889980845ada65,0,0,0,0,0,
+20200504,VT,906,15889,,15,,,,,,,C,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,52,,2020-05-04T00:00:00Z,50,5,319,16795,16795,324,16795,0,0,8885460e3aeaf2cc17abfeaecb46818835cc5052,0,0,0,0,0,
+20200504,WA,16853,218912,,263,,86,,,,,B,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,834,,2020-05-04T00:00:00Z,53,259,6727,235765,235765,6986,235765,4,0,6df8107f53cd732b7006e88748eed84b855f31f6,0,0,0,0,0,
+20200504,WI,8236,80467,226,573,1621,116,404,,,3973,A,5/4/2020 00:00,2020-05-04T00:00:00Z,05/03 20:00,340,1621,2020-05-04T00:00:00Z,55,272,2470,88929,88703,2742,88703,1,13,0bb6f0c062d2b955c8e5057ca382f9a72b37059c,0,0,0,0,0,
+20200504,WV,1206,52033,,73,,28,,15,,611,C,5/4/2020 10:00,2020-05-04T10:00:00Z,05/04 06:00,50,,2020-05-04T10:00:00Z,54,15,1586,53239,53239,1601,53239,0,0,6da8b269c7e2f6402db32e5346259b10377e827c,0,0,0,0,0,
+20200504,WY,586,9868,,13,60,,,,,391,C,5/4/2020 01:56,2020-05-04T01:56:00Z,05/03 21:56,7,60,2020-05-04T01:56:00Z,56,7,228,10454,10454,235,10454,0,0,4aac24ab19d9c84f5ac7f6ae21c59c623858f4ad,0,0,0,0,0,
+20200503,AK,368,21210,,12,,,,,,262,C,5/3/2020 14:15,2020-05-03T14:15:00Z,05/03 10:15,9,,2020-05-03T14:15:00Z,02,3,176,21578,21578,179,21578,0,0,fbacb105d0d21e074bbb592fabc985f7e5e851f1,0,0,0,0,0,
+20200503,AL,7725,84775,,,1035,,403,,242,,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,290,1035,2020-05-03T00:00:00Z,01,291,0,92500,92500,291,92500,2,12,f9bf94a8eaf5f89c660fe0f4c211b22b9d6c40ae,0,0,0,0,0,
+20200503,AR,3431,49459,,100,427,,,20,88,1999,B,5/3/2020 13:30,2020-05-03T13:30:00Z,05/03 09:30,76,427,2020-05-03T13:30:00Z,05,59,1249,52890,52890,1308,52890,3,13,79c0f71b582f5d36931b918000cfbde7b0106e06,0,0,0,0,0,
+20200503,AS,0,57,,,,,,,,,F,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,0,,2020-05-01T00:00:00Z,60,0,0,57,57,0,57,0,0,730c09e2044de31603b024eed64275831beed7f3,0,0,0,0,0,
+20200503,AZ,8640,72479,,732,1348,282,,192,,1597,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,362,1348,2020-05-03T00:00:00Z,04,276,2846,81119,81119,3122,81119,14,9,f8843788b7aafe6e0639d583be27cd53875c98d3,0,0,0,0,0,
+20200503,CA,53616,662135,,4734,,1468,,,,,B,5/3/2020 14:00,2020-05-03T14:00:00Z,05/03 10:00,2215,,2020-05-03T14:00:00Z,06,1419,27529,715751,715751,28948,715751,44,0,60a8f49b3cda86f442e9e76ea4842aa30015611c,0,0,0,0,0,
+20200503,CO,16225,63681,,883,2793,,,,,2607,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,832,2793,2020-05-01T00:00:00Z,08,457,2500,79906,79906,2957,79906,12,46,3f6783c36e9a650efa075fc563f2e33ee096b124,0,0,0,0,0,
+20200503,CT,29287,73206,,1551,7758,,,,,4346,B,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,2436,7758,2020-05-02T18:00:00Z,09,523,1713,102493,102493,2236,102493,97,0,db596261d0a5afe1152ed6a7bdaa41090ff40f69,0,0,0,0,0,
+20200503,DC,5016,18086,,,,,,,,666,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,251,,2020-05-02T00:00:00Z,11,219,879,23102,23102,1098,23102,11,0,ff76414046bef94f33862f708d019403b3fd0460,0,0,0,0,0,
+20200503,DE,5208,18529,,284,,,,,,1640,B,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,177,,2020-05-02T18:00:00Z,10,170,455,23737,23737,625,23737,9,0,21311b78cc437375e8942014332b18598fe7565e,0,0,0,0,0,
+20200503,FL,36078,392111,1226,,6244,,,,,,C,5/2/2020 10:14,2020-05-02T10:14:00Z,05/02 06:14,1403,6244,2020-05-02T10:14:00Z,12,615,11562,429415,428189,12177,428189,15,299,c4773ab87b0f06a828a7a442f31b9bda386b0f3d,0,0,0,0,0,
+20200503,GA,28602,146494,,,5393,,1249,,,,A,5/3/2020 10:25,2020-05-03T10:25:00Z,05/03 06:25,1177,5393,2020-05-03T10:25:00Z,13,296,0,175096,175096,296,175096,3,6,3ab913170277ceba7cc68fcf7fe017c134da7cd8,0,0,0,0,0,
+20200503,GU,150,3152,,,,,,,,126,F,5/3/2020 06:20,2020-05-03T06:20:00Z,05/03 02:20,5,,2020-05-03T06:20:00Z,66,2,112,3302,3302,114,3302,0,0,5f72dbed988fe667a4a9d6453d014469ce919e41,0,0,0,0,0,
+20200503,HI,620,32330,,,72,,,,,541,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,16,72,2020-05-02T00:00:00Z,15,1,964,32950,32950,965,32950,0,0,1aa94f2b4bb75e77686daba9f99a09916d39f5e1,0,0,0,0,0,
+20200503,IA,9169,44017,,378,,133,,93,,3325,B,5/2/2020 12:00,2020-05-02T12:00:00Z,05/02 08:00,184,,2020-05-02T12:00:00Z,19,528,6309,53186,53186,6837,53186,9,0,84336306349acc71acaacd90aeed81beee6c7b4a,0,0,0,0,0,
+20200503,ID,2061,27746,,,200,,83,,,1267,C,5/2/2020 19:00,2020-05-02T19:00:00Z,05/02 15:00,63,200,2020-05-02T19:00:00Z,16,26,291,29807,29807,317,29807,0,22,791c6e31a75f6bc8cb5d1af0b7e911dec6b15df6,0,0,0,0,0,
+20200503,IL,61499,257814,,4701,,1232,,759,,,A,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,2618,,2020-05-02T00:00:00Z,17,2994,16423,319313,319313,19417,319313,59,0,38282251f71856ca0c84a44af595d0177f4bd47a,0,0,0,0,0,
+20200503,IN,19933,88926,,1398,,476,,242,,,A+,5/2/2020 23:59,2020-05-02T23:59:00Z,05/02 19:59,1246,,2020-05-02T23:59:00Z,18,638,4080,108859,108859,4718,108859,17,0,ab37eecf944abec2638dc2b6d9e35712786c7a93,0,0,0,0,0,
+20200503,KS,5030,31748,,,547,,209,,95,286,A,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,134,547,2020-05-03T10:00:00Z,20,284,1552,36778,36778,1836,36778,3,6,ca66d270a4389661b0fa953b35e59451e4efe103,0,0,0,0,0,
+20200503,KY,4879,52770,,334,1411,178,652,,,1752,A,5/1/2020 17:00,2020-05-01T17:00:00Z,05/01 13:00,248,1411,2020-05-01T17:00:00Z,21,0,0,57649,57649,0,57649,0,0,22ec7b84c9d7510153b5b86c5cfdf4db3be65792,0,0,0,0,0,
+20200503,LA,29340,146820,,1530,,,,213,,17303,B,5/3/2020 13:00,2020-05-03T13:00:00Z,05/03 09:00,1969,,2020-05-03T13:00:00Z,22,200,3102,176160,176160,3302,176160,19,0,836eb9b0ad449fe3d1bd2c9c4bbb9ad6cf525655,0,0,0,0,0,
+20200503,MA,68087,246559,,3617,6507,904,,,,,A,5/3/2020 16:00,2020-05-03T16:00:00Z,05/03 12:00,4004,6507,2020-05-03T16:00:00Z,25,1824,13828,314646,314646,15652,314646,158,129,3a3c45d22a2b1d2d002e8fc898870f23a0f1c7ce,0,0,0,0,0,
+20200503,MD,25462,107332,,1635,5051,565,,,,1666,A,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,1372,5051,2020-05-03T10:00:00Z,24,989,6283,132794,132794,7272,132794,49,141,5e7907dc5fe7787350572dc786656a4ca6323e57,0,0,0,0,0,
+20200503,ME,1185,19546,,33,183,18,,12,,706,B,5/3/2020 11:45,2020-05-03T11:45:00Z,05/03 07:45,57,183,2020-05-03T11:45:00Z,23,33,0,20731,20731,33,20731,1,2,8c6f90ea39ab8511b0954fac06555cb37c0acc33,0,0,0,0,0,
+20200503,MI,43754,168778,,2100,,850,,713,,15659,A+,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,4049,,2020-05-03T11:00:00Z,26,547,10276,212532,212532,10823,212532,29,0,5eefd8886718f0f21e139e42d20f2594e2883dc6,0,0,0,0,0,
+20200503,MN,6663,75969,,373,1199,155,426,,,2596,A,5/2/2020 17:00,2020-05-02T17:00:00Z,05/02 13:00,419,1199,2020-05-02T17:00:00Z,27,435,3190,82632,82632,3625,82632,24,40,e9d78a167b9693b7839c38c12d1965ac2d0d801f,0,0,0,0,0,
+20200503,MO,8386,74590,,896,,,,141,,,A,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,352,,2020-05-03T15:00:00Z,29,232,0,82976,82976,232,82976,1,0,2f4f411768af3a098eaea82477c06cfbb946b7fa,0,0,0,0,0,
+20200503,MP,14,1321,,,,,,,,12,D,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,2,,2020-05-03T00:00:00Z,69,0,387,1335,1335,387,1335,0,0,fc5fd5293dd470f63b8705b654de4577401c4e4d,0,0,0,0,0,
+20200503,MS,7550,70043,,667,1298,143,,73,,3413,B,5/2/2020 19:00,2020-05-02T19:00:00Z,05/02 15:00,303,1298,2020-05-02T19:00:00Z,28,109,3009,77593,77593,3118,77593,12,33,09b316a4bdb0eeeb4fe496f553e2d51952ce34c5,0,0,0,0,0,
+20200503,MT,455,14552,,5,61,,,,,404,C,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,16,61,2020-05-03T00:00:00Z,30,0,372,15007,15007,372,15007,0,0,c3572eb5db659ec520d122379360251bfc6537d0,0,0,0,0,0,
+20200503,NC,11664,132171,,475,,,,,,,B,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,422,,2020-05-03T11:00:00Z,37,155,4205,143835,143835,4360,143835,2,0,94a560fdb4149651284bd8fa35df8f7038240b50,0,0,0,0,0,
+20200503,ND,1191,32162,,31,90,,,,,517,C,5/3/2020 13:00,2020-05-03T13:00:00Z,05/03 09:00,25,90,2020-05-03T13:00:00Z,38,38,1768,33353,33353,1806,33353,1,0,7636f5e72d54252f6b5a1ba70ffb13dc7212caf8,0,0,0,0,0,
+20200503,NE,5326,25936,,,,,,,,,D,5/2/2020 19:45,2020-05-02T19:45:00Z,05/02 15:45,76,,2020-05-02T19:45:00Z,31,488,1426,31262,31262,1914,31262,3,0,0de73769fabc60529cdd26ef9494f5f214ff4ce0,0,0,0,0,0,
+20200503,NH,2429,25964,220,103,277,,,,,1107,C,5/2/2020 09:00,2020-05-02T09:00:00Z,05/02 05:00,84,277,2020-05-02T09:00:00Z,33,119,3925,28613,28393,4044,28393,3,7,33c8634d260741382eabe56620207feea52d082c,0,0,0,0,0,
+20200503,NJ,126744,148322,641,5317,,1623,,1198,,15642,A+,5/3/2020 13:00,2020-05-03T13:00:00Z,05/03 09:00,7871,,2020-05-03T13:00:00Z,34,3027,9727,275707,275066,12754,275066,129,0,bbadf64f95ad1c762808321997de8b2c781d64c1,0,0,0,0,0,
+20200503,NM,3732,71212,,168,587,,,,,812,C,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,139,587,2020-05-02T18:00:00Z,35,219,3607,74944,74944,3826,74944,8,0,b1993f4a37faa0508c98a8f0f0af99d2305656df,0,0,0,0,0,
+20200503,NV,5426,39843,,,,,,,,182,D,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,257,,2020-05-03T10:00:00Z,32,115,767,45269,45269,882,45269,3,0,15bba6620d5b36dffc0f2877605469522446340b,0,0,0,0,0,
+20200503,NY,316415,669496,,9786,79768,,,,,58950,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,19189,79768,2020-05-03T00:00:00Z,36,3438,23402,985911,985911,26840,985911,280,826,54c6aae980ef8f9e17ca9fae03b081a8d76765ff,0,0,0,0,0,
+20200503,OH,19914,130252,,931,3769,393,1078,255,,,B,5/3/2020 14:00,2020-05-03T14:00:00Z,05/03 10:00,1038,3769,2020-05-03T14:00:00Z,39,579,3768,150166,150166,4347,150166,17,57,927fd981b75442c4d733dce0c4d39b80d21c2358,0,0,0,0,0,
+20200503,OK,3972,59804,,236,743,92,,,,2635,A,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,238,743,2020-05-03T00:00:00Z,40,121,0,63776,63776,121,63776,0,0,b67b6a086eda383155223a71099d339c64bfca98,0,0,0,0,0,
+20200503,OR,2680,59374,,205,598,46,,21,,860,A+,5/3/2020 11:00,2020-05-03T11:00:00Z,05/03 07:00,109,598,2020-05-03T11:00:00Z,41,45,1873,62054,62054,1918,62054,0,3,679c28584621726aabf31fdc2d4e1302638ea03b,0,0,0,0,0,
+20200503,PA,49267,191374,,2645,,,,562,,,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,2444,,2020-05-03T00:00:00Z,42,962,4303,240641,240641,5265,240641,26,0,d366ae96e6d9e1d50d07c36265d711a9692b2f66,0,0,0,0,0,
+20200503,PR,1808,9313,,,,,,,,,D,5/3/2020 06:00,2020-05-03T06:00:00Z,05/03 02:00,97,,2020-05-03T06:00:00Z,72,51,0,11121,11121,51,11121,2,0,625a1d928f09657bcac9a97eb68d3b9ba717c09b,0,0,0,0,0,
+20200503,RI,9477,62450,,330,1013,83,,59,,565,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,320,1013,2020-05-03T00:00:00Z,44,188,1811,71927,71927,1999,71927,24,36,d87a65792f363319281ed59d8ce59dac1bf3f3a5,0,0,0,0,0,
+20200503,SC,6626,57562,,,1110,,,,,3622,B,5/3/2020 15:30,2020-05-03T15:30:00Z,05/03 11:30,275,1110,2020-05-03T15:30:00Z,45,137,2435,64188,64188,2572,64188,8,0,59f9f9ddc6d8d9eb2a4ee676f354fc134d187758,0,0,0,0,0,
+20200503,SD,2631,15786,,71,197,,,,,1799,C,5/2/2020 18:00,2020-05-02T18:00:00Z,05/02 14:00,21,197,2020-05-02T18:00:00Z,46,43,283,18417,18417,326,18417,0,10,a74835aaa5868978e6f305b537607059ea3bd822,0,0,0,0,0,
+20200503,TN,13177,191430,,,1135,,,,,5814,B,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,210,1135,2020-05-03T15:00:00Z,47,516,7815,204607,204607,8331,204607,1,10,f45ce51adbfe716dd62ecb8ed40f71bfe1d753bc,0,0,0,0,0,
+20200503,TX,31548,359012,,1540,,,,,,15544,B,5/2/2020 12:45,2020-05-02T12:45:00Z,05/02 08:45,867,,2020-05-02T12:45:00Z,48,1026,8886,390560,390560,9912,390560,20,0,ad31530e020900468ddd5698613296cdb7da1543,0,0,0,0,0,
+20200503,UT,5175,116927,,,436,,,,,2238,C,5/3/2020 15:00,2020-05-03T15:00:00Z,05/03 11:00,50,436,2020-05-03T15:00:00Z,49,194,4104,122102,122102,4298,122102,1,18,8568060fc12a19594557e7f5f089fcf976a01ca4,0,0,0,0,0,
+20200503,VA,18671,89331,465,1413,3910,385,,193,,2497,B,5/2/2020 17:00,2020-05-02T17:00:00Z,05/02 13:00,660,3910,2020-05-02T17:00:00Z,51,940,4966,108467,108002,5906,108002,44,172,006c61e4c00aee019fc45dca786d57c69cf9c4e2,0,0,0,0,0,
+20200503,VI,66,951,29,,,,,,,51,C,5/3/2020 08:04,2020-05-03T08:04:00Z,05/03 04:04,4,,2020-05-03T08:04:00Z,78,0,29,1046,1017,29,1017,0,0,439a8800f969e48c6e0a389c0809c84c4324db41,0,0,0,0,0,
+20200503,VT,901,15570,,19,,,,,,,C,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,52,,2020-05-03T00:00:00Z,50,5,338,16471,16471,343,16471,1,0,17697b2d579311e503272ab717507c96c9bc1061,0,0,0,0,0,
+20200503,WA,16594,212185,,411,,120,,,,,B,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,830,,2020-05-03T00:00:00Z,53,139,1363,228779,228779,1502,228779,6,0,d704b69ec314865422f53ad0002a16021eda4642,0,0,0,0,0,
+20200503,WI,7964,77997,231,582,1608,118,402,,,3723,A+,5/3/2020 00:00,2020-05-03T00:00:00Z,05/02 20:00,339,1608,2020-05-03T00:00:00Z,55,304,2427,86192,85961,2731,85961,5,17,457d922dbe464d371996ec38be1d612782d3670a,0,0,0,0,0,
+20200503,WV,1191,50447,,73,,28,,15,,611,C,5/3/2020 10:00,2020-05-03T10:00:00Z,05/03 06:00,50,,2020-05-03T10:00:00Z,54,22,2470,51638,51638,2492,51638,2,0,0ec9f681981c251f84f186e0ab431038edc8bf35,0,0,0,0,0,
+20200503,WY,579,9640,,13,60,,,,,391,C,5/2/2020 13:12,2020-05-02T13:12:00Z,05/02 09:12,7,60,2020-05-02T13:12:00Z,56,13,177,10219,10219,190,10219,0,2,ddc57ada3e377e1affc7c89f4cb63c81c16f4133,0,0,0,0,0,
+20200502,AK,365,21034,,10,,,,,,261,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,9,,2020-05-02T00:00:00Z,02,1,1073,21399,21399,1074,21399,0,0,bd52f560c008a4c8d4084af15b903a33dfaaedc9,0,0,0,0,0,
+20200502,AL,7434,84775,,,1023,,335,,195,,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,288,1023,2020-05-02T00:00:00Z,01,276,0,92209,92209,276,92209,9,15,c87d7dd085777cf971bba451fc1e2f0931061da9,0,0,0,0,0,
+20200502,AR,3372,48210,,95,414,,,20,85,1987,B,5/2/2020 14:47,2020-05-02T14:47:00Z,05/02 10:47,73,414,2020-05-02T14:47:00Z,05,51,1855,51582,51582,1906,51582,9,0,730b4aa0e57cea4ec8e4901f1babe97c19515293,0,0,0,0,0,
+20200502,AS,0,57,,,,,,,,,F,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,0,,2020-05-01T00:00:00Z,60,0,0,57,57,0,57,0,0,2374685ee89f97c6a4247c628f489f4bb25fcd60,0,0,0,0,0,
+20200502,AZ,8364,69633,,718,1339,291,,198,,1565,A+,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,348,1339,2020-05-02T00:00:00Z,04,402,2716,77997,77997,3118,77997,18,136,7b47de7974e2864b14792fdcda50c3b5b2fa5beb,0,0,0,0,0,
+20200502,CA,52197,634606,,4722,,1433,,,,,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,2171,,2020-05-01T00:00:00Z,06,1755,30063,686803,686803,31818,686803,98,0,59f5813563ada2a7a7b31e03fe29f2a6b63044ac,0,0,0,0,0,
+20200502,CO,15768,61181,,931,2747,,,,,2553,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,820,2747,2020-04-30T00:00:00Z,08,484,4075,76949,76949,4559,76949,43,50,fed1ce673b38eb4f561d62fe0bdb90d0f84539ef,0,0,0,0,0,
+20200502,CT,28764,71493,,1592,7758,,,,,4346,B,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,2339,7758,2020-05-01T12:00:00Z,09,0,0,100257,100257,0,100257,0,0,f62d54d9061e25877621d4b2620d8b40bc5a78d4,0,0,0,0,0,
+20200502,DC,4797,17207,,,,,,,,666,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,240,,2020-05-01T00:00:00Z,11,139,730,22004,22004,869,22004,9,0,f8ed192efabf56ecdc5550b395b2e25a8817fd81,0,0,0,0,0,
+20200502,DE,5038,18074,,300,,,,,,1546,B,5/2/2020 09:10,2020-05-02T09:10:00Z,05/02 05:10,168,,2020-05-02T09:10:00Z,10,120,407,23112,23112,527,23112,9,0,621429e11acd532fa0ce8cfdd247be8552eb4da0,0,0,0,0,0,
+20200502,FL,35463,380549,,,5945,,,,,,C,5/2/2020 10:14,2020-05-02T10:14:00Z,05/02 06:14,1388,5945,2020-05-02T10:14:00Z,12,735,12578,416012,416012,13313,416012,74,150,d7e8672059b6ef6f13baa914bbb3fedddac26c34,0,0,0,0,0,
+20200502,GA,28306,146494,,,5387,,1247,,,,A,5/2/2020 14:25,2020-05-02T14:25:00Z,05/02 10:25,1174,5387,2020-05-02T14:25:00Z,13,1036,5397,174800,174800,6433,174800,20,118,1a87763e56c450beac3e844adc43f67ac4041c4f,0,0,0,0,0,
+20200502,GU,148,3040,,,,,,,,131,F,5/2/2020 08:15,2020-05-02T08:15:00Z,05/02 04:15,5,,2020-05-02T08:15:00Z,66,2,181,3188,3188,183,3188,0,0,bd3ad85f874dbb5353e97f538991750dd3fcdee5,0,0,0,0,0,
+20200502,HI,619,31366,,,72,,,,,532,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,16,72,2020-05-01T00:00:00Z,15,1,890,31985,31985,891,31985,0,2,dabf2250716d80b3d16a40f3a3e4da83dd6069d1,0,0,0,0,0,
+20200502,IA,8641,37708,,353,,131,,90,,3156,A,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,175,,2020-05-01T12:00:00Z,19,757,0,46349,46349,757,46349,5,0,4ea74e75fddb743f56b2f9fd4dccdb12f78475fc,0,0,0,0,0,
+20200502,ID,2035,27455,,,178,,76,,,1215,C,5/1/2020 19:00,2020-05-01T19:00:00Z,05/01 15:00,63,178,2020-05-01T19:00:00Z,16,20,245,29490,29490,265,29490,0,0,43e6cdf20fe3b47e262a4468f9d93750015f95b4,0,0,0,0,0,
+20200502,IL,58505,241391,,4717,,1250,,789,,,A,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,2559,,2020-05-02T00:00:00Z,17,2450,12758,299896,299896,15208,299896,102,0,35281177cb962f48ff07181e91ddd2087868b249,0,0,0,0,0,
+20200502,IN,19295,84846,,1456,,487,,244,,,A+,5/1/2020 23:59,2020-05-01T23:59:00Z,05/01 19:59,1229,,2020-05-01T23:59:00Z,18,665,3837,104141,104141,4502,104141,54,0,0d44857143778a09b136d97a8560483be25780bf,0,0,0,0,0,
+20200502,KS,4746,30196,,,541,,206,,95,286,A,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,131,541,2020-05-02T10:00:00Z,20,297,1611,34942,34942,1908,34942,1,7,2fd4cb148ae122b2b9a4b9f9a56119005ef0b989,0,0,0,0,0,
+20200502,KY,4879,52770,,334,1411,178,652,,,1752,A,5/1/2020 17:00,2020-05-01T17:00:00Z,05/01 13:00,248,1411,2020-05-01T17:00:00Z,21,171,866,57649,57649,1037,57649,8,36,c3ca2f1f184f1b6bfaef99b398c997677b342992,0,0,0,0,0,
+20200502,LA,29140,143718,,1545,,,,208,,17303,B,5/2/2020 13:00,2020-05-02T13:00:00Z,05/02 09:00,1950,,2020-05-02T13:00:00Z,22,429,4178,172858,172858,4607,172858,23,0,2d6a22a29463b23623ac2834b21f36da1c07e5a8,0,0,0,0,0,
+20200502,MA,66263,232731,,3601,6378,921,,,,,A,5/2/2020 12:00,2020-05-02T12:00:00Z,05/02 08:00,3846,6378,2020-05-02T12:00:00Z,25,1952,7406,298994,298994,9358,298994,130,209,2bf1b0c003a53a6e55f487493d7935632fca0142,0,0,0,0,0,
+20200502,MD,24473,101049,,1657,4910,566,,,,1590,A,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,1323,4910,2020-05-02T10:00:00Z,24,1001,3538,125522,125522,4539,125522,47,192,41c48555fe85c074f4b7b3d8a5c8465d73498a6a,0,0,0,0,0,
+20200502,ME,1152,19546,,36,181,19,,10,,689,B,5/2/2020 11:45,2020-05-02T11:45:00Z,05/02 07:45,56,181,2020-05-02T11:45:00Z,23,29,0,20698,20698,29,20698,1,4,b3665b1f7e86b47d0131fabdc4f06a4088d11604,0,0,0,0,0,
+20200502,MI,43207,158502,,2100,,850,,713,,15659,A+,5/2/2020 11:00,2020-05-02T11:00:00Z,05/02 07:00,4020,,2020-05-02T11:00:00Z,26,851,10353,201709,201709,11204,201709,154,0,7c82f7a4e7d9032f26edc351e21f021737441488,0,0,0,0,0,
+20200502,MN,6228,72779,,389,1159,135,404,,,2002,A,5/1/2020 17:00,2020-05-01T17:00:00Z,05/01 13:00,395,1159,2020-05-01T17:00:00Z,27,498,3680,79007,79007,4178,79007,24,63,1893e24cdca404aff75758036e80c3e0b64caa71,0,0,0,0,0,
+20200502,MO,8154,74590,,896,,,,141,,,A,5/2/2020 15:10,2020-05-02T15:10:00Z,05/02 11:10,351,,2020-05-02T15:10:00Z,29,319,0,82744,82744,319,82744,14,0,bd57dfa69a8a279a4c9e766f3bb6415a4c4eaf61,0,0,0,0,0,
+20200502,MP,14,934,,,,,,,,12,D,5/2/2020 06:37,2020-05-02T06:37:00Z,05/02 02:37,2,,2020-05-02T06:37:00Z,69,0,185,948,948,185,948,0,0,f4519bc6fed553ac3d1179ee21afef554a7fb9ea,0,0,0,0,0,
+20200502,MS,7441,67034,,632,1265,142,,71,,3413,B,5/1/2020 19:00,2020-05-01T19:00:00Z,05/01 15:00,291,1265,2020-05-01T19:00:00Z,28,229,2698,74475,74475,2927,74475,10,39,2ec17c5fd1ee24d919d5d5da1d95075289bf321b,0,0,0,0,0,
+20200502,MT,455,14180,,5,61,,,,,404,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,16,61,2020-05-02T00:00:00Z,30,2,430,14635,14635,432,14635,0,0,d2811072e17a6be4c2b20112377aebaa207a6ae2,0,0,0,0,0,
+20200502,NC,11509,127966,,502,,,,,,,B,5/2/2020 11:00,2020-05-02T11:00:00Z,05/02 07:00,420,,2020-05-02T11:00:00Z,37,586,5057,139475,139475,5643,139475,21,0,9a9b9d79de5ecdf593b4fc7ca27704c8d76cb92d,0,0,0,0,0,
+20200502,ND,1153,30394,,32,90,,,,,510,C,5/2/2020 13:00,2020-05-02T13:00:00Z,05/02 09:00,24,90,2020-05-02T13:00:00Z,38,46,1976,31547,31547,2022,31547,1,4,3da43b0f2bfa4180a360c2afcd7453af0d66ce41,0,0,0,0,0,
+20200502,NE,4838,24510,,,,,,,,,D,5/1/2020 19:45,2020-05-01T19:45:00Z,05/01 15:45,73,,2020-05-01T19:45:00Z,31,557,1406,29348,29348,1963,29348,3,0,3dfc39654685ea4700906bc985893a6d7c550f9b,0,0,0,0,0,
+20200502,NH,2310,22039,159,103,270,,,,,980,C,5/1/2020 09:00,2020-05-01T09:00:00Z,05/01 05:00,81,270,2020-05-01T09:00:00Z,33,164,2136,24508,24349,2300,24349,9,8,d9379ae7a5ee9aa7d795f04117441c5c3186e03a,0,0,0,0,0,
+20200502,NJ,123717,138595,676,5713,,1715,,1230,,15642,A+,5/2/2020 13:00,2020-05-02T13:00:00Z,05/02 09:00,7742,,2020-05-02T13:00:00Z,34,2527,3240,262988,262312,5767,262312,204,0,ec777ac1a7860330177ef08edce7cfd08032872f,0,0,0,0,0,
+20200502,NM,3513,67605,,159,587,,,,,785,C,5/1/2020 20:02,2020-05-01T20:02:00Z,05/01 16:02,131,587,2020-05-01T20:02:00Z,35,102,3147,71118,71118,3249,71118,8,51,cb27107cff48e4c7c7364b1164f1f5eaa379afd8,0,0,0,0,0,
+20200502,NV,5311,39076,,,,,,,,182,D,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,254,,2020-05-02T10:00:00Z,32,84,708,44387,44387,792,44387,11,0,eeba27444534f6e673ce55187216cfc68aaa56b9,0,0,0,0,0,
+20200502,NY,312977,646094,,10350,78942,,,,,57540,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,18909,78942,2020-05-02T00:00:00Z,36,4663,26970,959071,959071,31633,959071,299,718,b15a3f1b4f50f56aa8e5ab7f284a1589d600f057,0,0,0,0,0,
+20200502,OH,19335,126484,,1003,3712,424,1066,267,,,B,5/2/2020 14:00,2020-05-02T14:00:00Z,05/02 10:00,1021,3712,2020-05-02T14:00:00Z,39,592,4721,145819,145819,5313,145819,19,78,75f1ad25f0020ce34a88ef8eaf8921d5ac53c56e,0,0,0,0,0,
+20200502,OK,3851,59804,,236,743,92,,,,2554,A,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,238,743,2020-05-02T00:00:00Z,40,103,0,63655,63655,103,63655,8,28,e4de2bc227dc6f4905058be316e2bd614cf2772c,0,0,0,0,0,
+20200502,OR,2635,57501,,209,595,50,,22,,,A,5/2/2020 11:00,2020-05-02T11:00:00Z,05/02 07:00,109,595,2020-05-02T11:00:00Z,41,56,1904,60136,60136,1960,60136,5,4,de4ce182bdf5e0c7012d32edc2d636b0deec25ab,0,0,0,0,0,
+20200502,PA,48305,187071,,2673,,,,571,,,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,2418,,2020-05-02T00:00:00Z,42,1334,6594,235376,235376,7928,235376,64,0,7d658a4d9a8b67ba81df2c45235386569545b743,0,0,0,0,0,
+20200502,PR,1757,9313,,,,,,,,,D,5/2/2020 06:00,2020-05-02T06:00:00Z,05/02 02:00,95,,2020-05-02T06:00:00Z,72,182,0,11070,11070,182,11070,3,0,b47facc928169487b9dbf977bbcd5d9d65d4f538,0,0,0,0,0,
+20200502,RI,9289,60639,,333,977,80,,54,,531,A+,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,296,977,2020-05-02T00:00:00Z,44,327,2953,69928,69928,3280,69928,17,40,64e2b58d5fc4506dcac526eb81d8f37d5c2a711b,0,0,0,0,0,
+20200502,SC,6489,55127,,,1110,,,,,3622,B,5/2/2020 15:45,2020-05-02T15:45:00Z,05/02 11:45,267,1110,2020-05-02T15:45:00Z,45,231,2006,61616,61616,2237,61616,11,0,df8051550f31fce95262ec6c97641930a44fc79b,0,0,0,0,0,
+20200502,SD,2588,15503,,71,187,,,,,1759,C,5/1/2020 18:00,2020-05-01T18:00:00Z,05/01 14:00,21,187,2020-05-01T18:00:00Z,46,63,665,18091,18091,728,18091,0,8,230dbf188143e1a25e8fa573d2c9f505838329c9,0,0,0,0,0,
+20200502,TN,12661,183615,,,1125,,,,,5718,B,5/2/2020 15:00,2020-05-02T15:00:00Z,05/02 11:00,209,1125,2020-05-02T15:00:00Z,47,770,9374,196276,196276,10144,196276,5,12,b3b3e79d8a6a259aaa88c533021f668cda08fe15,0,0,0,0,0,
+20200502,TX,30522,350126,,1725,,,,,,14891,B,5/2/2020 12:45,2020-05-02T12:45:00Z,05/02 08:45,847,,2020-05-02T12:45:00Z,48,1293,27580,380648,380648,28873,380648,31,0,720c2cdb20d5f663efe1f56c3d5738e6b9d771b3,0,0,0,0,0,
+20200502,UT,4981,112823,,,418,,,,,2185,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,49,418,2020-05-02T00:00:00Z,49,153,5093,117804,117804,5246,117804,3,15,eb0fcf90b2bb81d863a75751234acc4d36731548,0,0,0,0,0,
+20200502,VA,17731,84365,458,1426,3738,375,,202,,2312,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,616,3738,2020-05-02T00:00:00Z,51,830,-5174,102554,102096,-4344,102096,35,84,303943c4e9897a81f33d7c60b950fa5488229c56,0,0,0,0,0,
+20200502,VI,66,922,54,,,,,,,51,C,5/1/2020 19:59,2020-05-01T19:59:00Z,05/01 15:59,4,,2020-05-01T19:59:00Z,78,0,111,1042,988,111,988,0,0,fc65abf99a162dc3383c218014c966facb921fc8,0,0,0,0,0,
+20200502,VT,896,15232,,11,,,,,,,C,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,51,,2020-05-02T00:00:00Z,50,11,302,16128,16128,313,16128,1,0,737352a80ce4737647f278dfc600673a12ea7480,0,0,0,0,0,
+20200502,WA,16455,210822,,428,,117,,,,,B,5/2/2020 00:00,2020-05-02T00:00:00Z,05/01 20:00,824,,2020-05-02T00:00:00Z,53,148,2612,227277,227277,2760,227277,10,0,03e308b24451030e99c87f1bf6dde651cd05718f,0,0,0,0,0,
+20200502,WI,7660,75570,231,582,1591,118,400,,,3698,A+,5/2/2020 16:00,2020-05-02T16:00:00Z,05/02 12:00,334,1591,2020-05-02T16:00:00Z,55,346,3004,83461,83230,3350,83230,7,47,f10170c5478fe54e1dcbb5b574061486f618ca9b,0,0,0,0,0,
+20200502,WV,1169,47977,,76,,29,,15,,572,C,5/2/2020 10:00,2020-05-02T10:00:00Z,05/02 06:00,48,,2020-05-02T10:00:00Z,54,33,2269,49146,49146,2302,49146,2,0,aeccc397ba321894991b06dabca5c84b1402ccef,0,0,0,0,0,
+20200502,WY,566,9463,,13,58,,,,,387,C,5/1/2020 15:49,2020-05-01T15:49:00Z,05/01 11:49,7,58,2020-05-01T15:49:00Z,56,7,327,10029,10029,334,10029,0,2,cb1e14f15ceaa4e937b5e3d9ffd195973a105a38,0,0,0,0,0,
+20200501,AK,364,19961,,25,,,,,,254,C,5/1/2020 14:00,2020-05-01T14:00:00Z,05/01 10:00,9,,2020-05-01T14:00:00Z,02,9,1197,20325,20325,1206,20325,0,0,bbb5addd3184d9512ea128d97910650bb45fbba5,0,0,0,0,0,
+20200501,AL,7158,84775,,,1008,,335,,195,,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,279,1008,2020-05-01T00:00:00Z,01,139,4598,91933,91933,4737,91933,10,30,1966e5eac0cd86a08596f28c1a6241f124f299c4,0,0,0,0,0,
+20200501,AR,3321,46355,,95,414,,,23,85,1973,B,5/1/2020 14:50,2020-05-01T14:50:00Z,05/01 10:50,64,414,2020-05-01T14:50:00Z,05,66,1231,49676,49676,1297,49676,3,12,6962b05197511efba1ce833e4c5c5fa94d2a0b9c,0,0,0,0,0,
+20200501,AS,0,57,,,,,,,,,F,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,0,,2020-05-01T00:00:00Z,60,0,54,57,57,54,57,0,0,1ac47d569eb1650bcfeeb7f665efd7b7a3d9383b,0,0,0,0,0,
+20200501,AZ,7962,66917,,709,1203,311,,187,,1528,A+,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,330,1203,2020-05-01T00:00:00Z,04,314,2779,74879,74879,3093,74879,10,34,1c442d6e69d92938a4bb53de02eb4fbec0b5b95f,0,0,0,0,0,
+20200501,CA,50442,604543,,4706,,1434,,,,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,2073,,2020-04-30T00:00:00Z,06,1525,28123,654985,654985,29648,654985,91,0,38c2ffb131554e8ccd75ba3e229894db7538317e,0,0,0,0,0,
+20200501,CO,15284,57106,,959,2697,,,,,2486,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,777,2697,2020-04-29T00:00:00Z,08,526,805,72390,72390,1331,72390,11,76,dc9b5db89f5a47a7df40922a785e57597f01ce98,0,0,0,0,0,
+20200501,CT,28764,71493,,1592,7758,,,,,4346,B,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,2339,7758,2020-05-01T12:00:00Z,09,1064,2060,100257,100257,3124,100257,82,7758,de6593e0e6bbe1537e8cf6253959cd3301ff4ae4,0,0,0,0,0,
+20200501,DC,4658,16477,,,,,,,,666,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,231,,2020-04-30T00:00:00Z,11,335,721,21135,21135,1056,21135,7,0,9c857dda52747ce64180ffbff677b187b7841ad0,0,0,0,0,0,
+20200501,DE,4918,17667,,281,,,,,,1403,B,5/1/2020 13:15,2020-05-01T13:15:00Z,05/01 09:15,159,,2020-05-01T13:15:00Z,10,184,581,22585,22585,765,22585,7,0,fa719281a063c6aea2504f75d539b0fa1f792b37,0,0,0,0,0,
+20200501,FL,34728,367971,,,5795,,,,,,C,5/1/2020 14:32,2020-05-01T14:32:00Z,05/01 10:32,1314,5795,2020-05-01T14:32:00Z,12,1038,19256,402699,402699,20294,402699,24,0,8cc21fcf134b472edb9a467fb98e1272aa174bd5,0,0,0,0,0,
+20200501,GA,27270,141097,,,5269,,1215,,,,A,5/1/2020 14:25,2020-05-01T14:25:00Z,05/01 10:25,1154,5269,2020-05-01T14:25:00Z,13,1115,18208,168367,168367,19323,168367,34,113,1f09083fcb96df028275db062e9a72613108f8bd,0,0,0,0,0,
+20200501,GU,146,2859,,,,,,,,131,F,5/1/2020 08:15,2020-05-01T08:15:00Z,05/01 04:15,5,,2020-05-01T08:15:00Z,66,0,897,3005,3005,897,3005,0,0,d1179d955303225ce3ac82a1411eea8f7395349b,0,0,0,0,0,
+20200501,HI,618,30476,,,70,,,,,526,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,16,70,2020-04-30T00:00:00Z,15,5,449,31094,31094,454,31094,0,1,47af6da1180f662a406f7e56b8607089bf12c01f,0,0,0,0,0,
+20200501,IA,7884,37708,,345,,121,,91,,2899,A,4/30/2020 12:00,2020-04-30T12:00:00Z,04/30 08:00,170,,2020-04-30T12:00:00Z,19,739,2186,45592,45592,2925,45592,8,0,5e305a0c2a09b8111953bf9dc953ff9615e8a59c,0,0,0,0,0,
+20200501,ID,2015,27210,,,178,,75,,,1175,C,4/30/2020 19:00,2020-04-30T19:00:00Z,04/30 15:00,63,178,2020-04-30T19:00:00Z,16,31,348,29225,29225,379,29225,3,3,606800b71c3dd2ac07ed7e19dd507c55403c8246,0,0,0,0,0,
+20200501,IL,56055,228633,,4900,,1263,,777,,,A,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,2457,,2020-05-01T00:00:00Z,17,3137,11684,284688,284688,14821,284688,102,0,d4c594c0e9cf23e9c8451fb35d6fe65b7b04db2d,0,0,0,0,0,
+20200501,IN,18630,81009,,1431,,514,,257,,,A+,4/30/2020 23:59,2020-04-30T23:59:00Z,04/30 19:59,1175,,2020-04-30T23:59:00Z,18,795,3846,99639,99639,4641,99639,61,0,9094d40baa6ac385dcb53e2249fafe800e94b7f5,0,0,0,0,0,
+20200501,KS,4449,28585,,,534,,206,,96,280,A,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,130,534,2020-05-01T10:00:00Z,20,211,1197,33034,33034,1408,33034,1,11,8e788a331d8bf9046f828ca9d45230424221ce40,0,0,0,0,0,
+20200501,KY,4708,51904,,330,1375,178,642,,,1675,A,4/30/2020 17:00,2020-04-30T17:00:00Z,04/30 13:00,240,1375,2020-04-30T17:00:00Z,21,169,2342,56612,56612,2511,56612,5,16,66281d358f8b1f74408822b581e509acd72ca7a4,0,0,0,0,0,
+20200501,LA,28711,139540,,1607,,,,230,,17303,B,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,1927,,2020-05-01T13:00:00Z,22,710,6232,168251,168251,6942,168251,65,0,12f0d9adc3bb83ab4acf9724bb46114bdab66791,0,0,0,0,0,
+20200501,MA,64311,225325,,3716,6169,947,,,,,A,5/1/2020 12:00,2020-05-01T12:00:00Z,05/01 08:00,3716,6169,2020-05-01T12:00:00Z,25,2106,11883,289636,289636,13989,289636,154,227,7d9f11219ac6e10e21ddcdc2eafbe3bf52016687,0,0,0,0,0,
+20200501,MD,23472,97511,,1668,4718,568,,,,1517,A,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,1276,4718,2020-05-01T10:00:00Z,24,1730,4894,120983,120983,6624,120983,50,159,6ba4f1e0748968e317795f9051db1eb9faea6462,0,0,0,0,0,
+20200501,ME,1123,19546,,37,177,17,,9,,657,B,5/1/2020 11:45,2020-05-01T11:45:00Z,05/01 07:45,55,177,2020-05-01T11:45:00Z,23,28,0,20669,20669,28,20669,2,7,23112c8983355453a32acad998cdc383a8ff3961,0,0,0,0,0,
+20200501,MI,42356,148149,,2319,,966,,760,,8342,A+,5/1/2020 11:00,2020-05-01T11:00:00Z,05/01 07:00,3866,,2020-05-01T11:00:00Z,26,977,9261,190505,190505,10238,190505,77,0,9f0dcc0c813f5adf3982cc03ce65a6de74bcbeee,0,0,0,0,0,
+20200501,MN,5730,69099,,369,1096,118,380,,,1911,A,4/30/2020 17:00,2020-04-30T17:00:00Z,04/30 13:00,371,1096,2020-04-30T17:00:00Z,27,594,3959,74829,74829,4553,74829,28,52,ebdbecf8d123dd954d3024f7632bb14b7327622b,0,0,0,0,0,
+20200501,MO,7835,74590,,883,,,,137,,,A,5/1/2020 15:00,2020-05-01T15:00:00Z,05/01 11:00,337,,2020-05-01T15:00:00Z,29,273,1465,82425,82425,1738,82425,8,0,4d35a360a8c7f2b388fe7b7ecc5ca5b7c7510a73,0,0,0,0,0,
+20200501,MP,14,749,,,,,,,,12,D,5/1/2020 06:27,2020-05-01T06:27:00Z,05/01 02:27,2,,2020-05-01T06:27:00Z,69,0,164,763,763,164,763,0,0,7c5e177a16e7dab7b5c8b3b490521d194dbe00db,0,0,0,0,0,
+20200501,MS,7212,64336,,651,1226,160,,75,,3413,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,281,1226,2020-04-30T00:00:00Z,28,397,4811,71548,71548,5208,71548,20,51,74ea7a9c6b87258902d1024c08b8666a6e82b11d,0,0,0,0,0,
+20200501,MT,453,13750,,5,61,,,,,397,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,16,61,2020-04-30T00:00:00Z,30,0,289,14203,14203,289,14203,0,0,49fea039d825accfbbc8d27f950ea101f84d4616,0,0,0,0,0,
+20200501,NC,10923,122909,,547,,,,,,,B,5/1/2020 11:00,2020-05-01T11:00:00Z,05/01 07:00,399,,2020-05-01T11:00:00Z,37,414,5382,133832,133832,5796,133832,21,0,6723426132a368248439bf79d6039eedd2287486,0,0,0,0,0,
+20200501,ND,1107,28418,,27,86,,,,,482,C,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,23,86,2020-05-01T13:00:00Z,38,40,2025,29525,29525,2065,29525,4,1,272df3872910c6e30b085331026a11e7f95e14ce,0,0,0,0,0,
+20200501,NE,4281,23104,,,,,,,,,D,4/30/2020 19:45,2020-04-30T19:45:00Z,04/30 15:45,70,,2020-04-30T19:45:00Z,31,497,1567,27385,27385,2064,27385,2,0,d9973f7dff92c0c7f58723f072c0994026b80f7d,0,0,0,0,0,
+20200501,NH,2146,19903,302,112,262,,,,,980,C,4/30/2020 09:00,2020-04-30T09:00:00Z,04/30 05:00,72,262,2020-04-30T09:00:00Z,33,92,36,22351,22049,128,22049,6,3,f9a74148f7b26ffee51fdb64f49392b1489d22e7,0,0,0,0,0,
+20200501,NJ,121190,135355,583,5972,,1724,,1286,,15642,A+,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,7538,,2020-05-01T13:00:00Z,34,2538,6089,257128,256545,8627,256545,310,0,a43fad0a4b123aae7b04e83e804fd4ae9e016703,0,0,0,0,0,
+20200501,NM,3411,64458,,172,536,,,,,760,C,5/1/2020 10:55,2020-05-01T10:55:00Z,05/01 06:55,123,536,2020-05-01T10:55:00Z,35,198,2586,67869,67869,2784,67869,11,0,fe991b59ef8dcc522bc9d69d1fe01801b57d580b,0,0,0,0,0,
+20200501,NV,5227,38368,,,,,,,,182,D,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,243,,2020-05-01T10:00:00Z,32,229,1380,43595,43595,1609,43595,6,0,17743f9270a1748e0fca5665fed62d80d961f693,0,0,0,0,0,
+20200501,NY,308314,619124,,10993,78224,,,,,56187,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,18610,78224,2020-05-01T00:00:00Z,36,3942,22860,927438,927438,26802,927438,289,824,3725cb0e24ec83625f8cb5c83c40030a379159d4,0,0,0,0,0,
+20200501,OH,18743,121763,,,3634,,1056,,,,B,5/1/2020 14:00,2020-05-01T14:00:00Z,05/01 10:00,1002,3634,2020-05-01T14:00:00Z,39,716,5900,140506,140506,6616,140506,27,101,3e95dee881eb79bfe0d39c5fcb6c21aca1603314,0,0,0,0,0,
+20200501,OK,3748,59804,,255,715,113,,,,2467,A,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,230,715,2020-05-01T00:00:00Z,40,130,0,63552,63552,130,63552,8,12,4ca15005ebbcbd8cd1d3e50671da9c7b4bc2e4ed,0,0,0,0,0,
+20200501,OR,2579,55597,,208,591,49,,23,,,A,5/1/2020 11:00,2020-05-01T11:00:00Z,05/01 07:00,104,591,2020-05-01T11:00:00Z,41,69,2075,58176,58176,2144,58176,1,13,676d7f403365689063e9d0e74718943b189f8d55,0,0,0,0,0,
+20200501,PA,46971,180477,,2683,,,,590,,,B,5/1/2020 15:30,2020-05-01T15:30:00Z,05/01 11:30,2354,,2020-05-01T15:30:00Z,42,1208,4875,227448,227448,6083,227448,62,0,0a3b0cc3ae7dd085a60928802511e3cfbc6fe5ac,0,0,0,0,0,
+20200501,PR,1575,9313,,,,,,,,,D,5/1/2020 06:00,2020-05-01T06:00:00Z,05/01 02:00,92,,2020-05-01T06:00:00Z,72,36,0,10888,10888,36,10888,0,0,edc2e7448fcb23606102e66384d526992e2fda4c,0,0,0,0,0,
+20200501,RI,8962,57686,,352,937,76,,51,,485,A+,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,279,937,2020-05-01T00:00:00Z,44,341,2597,66648,66648,2938,66648,13,41,608e32f2e7b5595fbce2d6d62439b35820a209d0,0,0,0,0,0,
+20200501,SC,6258,53121,,,1110,,,,,3622,B,5/1/2020 16:00,2020-05-01T16:00:00Z,05/01 12:00,256,1110,2020-05-01T16:00:00Z,45,163,2704,59379,59379,2867,59379,12,110,d8c3456b30a2a7b2b9a402a4ca6a715f75e6618f,0,0,0,0,0,
+20200501,SD,2525,14838,,69,179,,,,,1686,C,5/1/2020 11:28,2020-05-01T11:28:00Z,05/01 07:28,21,179,2020-05-01T11:28:00Z,46,76,259,17363,17363,335,17363,4,6,83787905d41af7b0d5629d29dcc9e3b59b2bdc6d,0,0,0,0,0,
+20200501,TN,11891,174241,,,1113,,,,,5546,B,5/1/2020 15:00,2020-05-01T15:00:00Z,05/01 11:00,204,1113,2020-05-01T15:00:00Z,47,1156,7350,186132,186132,8506,186132,5,68,a875e64489d6a19df8fd92f66b6c13d02d370ebd,0,0,0,0,0,
+20200501,TX,29229,322546,,1778,,,,,,14122,B,5/1/2020 13:00,2020-05-01T13:00:00Z,05/01 09:00,816,,2020-05-01T13:00:00Z,48,1142,20333,351775,351775,21475,351775,34,0,754536cab0162603bdffffa53e441055c5015a78,0,0,0,0,0,
+20200501,UT,4828,107730,,,403,,,,,2062,C,5/1/2020 15:00,2020-05-01T15:00:00Z,05/01 11:00,46,403,2020-05-01T15:00:00Z,49,156,3901,112558,112558,4057,112558,0,13,ee109a2ac154cd0ceb842342731a4bf367cc01d6,0,0,0,0,0,
+20200501,VA,16901,89539,468,1431,3654,366,,193,,2196,B,4/30/2020 17:00,2020-04-30T17:00:00Z,04/30 13:00,581,3654,2020-04-30T17:00:00Z,51,1055,13876,106908,106440,14931,106440,29,0,0e0bc0a4438370cee6b3e932ca655b474095d823,0,0,0,0,0,
+20200501,VI,66,811,68,,,,,,,51,C,4/30/2020 20:37,2020-04-30T20:37:00Z,04/30 16:37,4,,2020-04-30T20:37:00Z,78,0,4,945,877,4,877,0,0,d677872dec246b0e575f473cb769ddbf2f276608,0,0,0,0,0,
+20200501,VT,885,14930,,19,,,,,,,C,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,50,,2020-05-01T00:00:00Z,50,6,573,15815,15815,579,15815,1,0,cd0e6953bea6032347722abcdc267dc6cce1e0c0,0,0,0,0,0,
+20200501,WA,16307,208210,,470,,120,,,,,B,5/1/2020 00:00,2020-05-01T00:00:00Z,04/30 20:00,814,,2020-05-01T00:00:00Z,53,345,6434,224517,224517,6779,224517,13,0,0abac4913860c53d2f3917147214cab870a6838c,0,0,0,0,0,
+20200501,WI,7314,72566,218,560,1544,127,391,,,3352,A+,5/1/2020 16:00,2020-05-01T16:00:00Z,05/01 12:00,327,1544,2020-05-01T16:00:00Z,55,460,3172,80098,79880,3632,79880,11,32,c5c98d309ca087f24785ac9f170f95c462142b15,0,0,0,0,0,
+20200501,WV,1136,45708,,81,,33,,18,,555,C,5/1/2020 10:00,2020-05-01T10:00:00Z,05/01 06:00,46,,2020-05-01T10:00:00Z,54,18,2285,46844,46844,2303,46844,5,0,513780fb6c3e7c9c114b86f765903ad6ef2fed0c,0,0,0,0,0,
+20200501,WY,559,9136,,13,56,,,,,373,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,7,56,2020-04-30T00:00:00Z,56,15,234,9695,9695,249,9695,0,0,bfe80b7cd75305ab0d0159b78aabdf611146f8a2,0,0,0,0,0,
+20200430,AK,355,18764,,19,,,,,,252,C,4/30/2020 15:00,2020-04-30T15:00:00Z,04/30 11:00,9,,2020-04-30T15:00:00Z,02,0,0,19119,19119,0,19119,0,0,8b0d342e70edfa93f67c754862adb30e2e2a43ae,0,0,0,0,0,
+20200430,AL,7019,80177,,,978,,335,,195,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,269,978,2020-04-30T00:00:00Z,01,177,6570,87196,87196,6747,87196,24,33,350ee9baa04693a2d28d5505036abeca4280c7f2,0,0,0,0,0,
+20200430,AR,3255,45124,,95,402,,,23,85,1305,B,4/30/2020 14:49,2020-04-30T14:49:00Z,04/30 10:49,61,402,2020-04-30T14:49:00Z,05,63,2867,48379,48379,2930,48379,2,13,81170803a63c0733327968b03d3097e8e06ebcf0,0,0,0,0,0,
+20200430,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,49c021e5a8fa593013f510fee65707dd6f76f500,0,0,0,0,0,
+20200430,AZ,7648,64138,,755,1169,311,,194,,1499,A+,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,320,1169,2020-04-30T00:00:00Z,04,446,2527,71786,71786,2973,71786,16,38,f032782a7a837164466aff8f64dac086dae9ab5e,0,0,0,0,0,
+20200430,CA,48917,576420,,4981,,1473,,,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,1982,,2020-04-29T00:00:00Z,06,2417,19781,625337,625337,22198,625337,95,0,110a92588eb51eb4d56f43ef29303ff1fb7e2c58,0,0,0,0,0,
+20200430,CO,14758,56301,,966,2621,,,,,2415,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,766,2621,2020-04-28T00:00:00Z,08,23,1587,71059,71059,1610,71059,6,11,40a5c556bc7a153b54382f1b3f3a14fc2da310ab,0,0,0,0,0,
+20200430,CT,27700,69433,,1650,,,,,,,C,4/30/2020 16:00,2020-04-30T16:00:00Z,04/30 12:00,2257,,2020-04-30T16:00:00Z,09,933,1382,97133,97133,2315,97133,89,0,cc07d366ad0b9c8e863a29e38bfe6858786b33c5,0,0,0,0,0,
+20200430,DC,4323,15756,,,,,,,,660,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,224,,2020-04-30T00:00:00Z,11,217,633,20079,20079,850,20079,19,0,a3c5320c9f4edf898338076d7cdb9a7f10547bfa,0,0,0,0,0,
+20200430,DE,4734,17086,,296,,,,,,1275,B,4/30/2020 12:10,2020-04-30T12:10:00Z,04/30 08:10,152,,2020-04-30T12:10:00Z,10,79,203,21820,21820,282,21820,8,0,8001c1b90d5957da823016083fbd7cd866d7ae0d,0,0,0,0,0,
+20200430,FL,33690,348715,1187,,5795,,,,,,C,4/30/2020 09:44,2020-04-30T09:44:00Z,04/30 05:44,1290,5795,2020-04-30T09:44:00Z,12,497,8420,383592,382405,8917,382405,50,171,e1345ff79e4f979074e748ed11547c0535ad7f44,0,0,0,0,0,
+20200430,GA,26155,122889,,,5156,,1171,,,,A,4/30/2020 14:25,2020-04-30T14:25:00Z,04/30 10:25,1120,5156,2020-04-30T14:25:00Z,13,583,4522,149044,149044,5105,149044,27,100,09fbecd5df945d988e9d6c2041188d73ecae16b8,0,0,0,0,0,
+20200430,GU,146,1962,,,,,,,,131,F,4/30/2020 09:15,2020-04-30T09:15:00Z,04/30 05:15,5,,2020-04-30T09:15:00Z,66,1,260,2108,2108,261,2108,0,0,ea1525698050a86cae0a64c016d055dcd7d6c9c4,0,0,0,0,0,
+20200430,HI,613,30027,,,69,,,,,516,B,4/29/2020 18:00,2020-04-29T18:00:00Z,04/29 14:00,16,69,2020-04-29T18:00:00Z,15,4,1018,30640,30640,1022,30640,0,0,5029fcd1ac128e606fa774495e2ea513a09394e2,0,0,0,0,0,
+20200430,IA,7145,35522,,335,,121,,86,,2697,B,4/29/2020 12:00,2020-04-29T12:00:00Z,04/29 08:00,162,,2020-04-29T12:00:00Z,19,302,1028,42667,42667,1330,42667,14,0,2ccf0358209351f39dbc79123948cebde81399e2,0,0,0,0,0,
+20200430,ID,1984,26862,,,175,,74,,,1121,C,4/29/2020 19:00,2020-04-29T19:00:00Z,04/29 15:00,60,175,2020-04-29T19:00:00Z,16,32,432,28846,28846,464,28846,0,2,c25fa624683c66ebc47643ddaaf39ff57fad3b47,0,0,0,0,0,
+20200430,IL,52918,216949,,4953,,1289,,785,,,A,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,2355,,2020-04-30T00:00:00Z,17,2563,10637,269867,269867,13200,269867,140,0,a5dad33528d5ea8663c333f238c6ae616b6a7ff1,0,0,0,0,0,
+20200430,IN,17835,77163,,1466,,549,,275,,,A+,4/29/2020 23:59,2020-04-29T23:59:00Z,04/29 19:59,1114,,2020-04-29T23:59:00Z,18,653,2795,94998,94998,3448,94998,49,0,de42be6593698b061c4157037c4902a199a89bd3,0,0,0,0,0,
+20200430,KS,4238,27388,,,523,,201,,93,272,A,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,129,523,2020-04-30T10:00:00Z,20,500,1668,31626,31626,2168,31626,4,8,bc04f41c41acefaa0684da3376c385a5a314f846,0,0,0,0,0,
+20200430,KY,4539,49562,,325,1359,176,636,,,1668,A,4/29/2020 17:00,2020-04-29T17:00:00Z,04/29 13:00,235,1359,2020-04-29T17:00:00Z,21,164,1526,54101,54101,1690,54101,10,28,0a388a7231fd6d82555a01f85e293cff7bbc15ad,0,0,0,0,0,
+20200430,LA,28001,133308,,1601,,,,231,,17303,B,4/30/2020 13:00,2020-04-30T13:00:00Z,04/30 09:00,1862,,2020-04-30T13:00:00Z,22,341,4400,161309,161309,4741,161309,60,0,77fe2100fba5cc789e0d4497b82147cd19c871db,0,0,0,0,0,
+20200430,MA,62205,213442,,3803,5942,1001,,,,,A,4/30/2020 16:00,2020-04-30T16:00:00Z,04/30 12:00,3562,5942,2020-04-30T16:00:00Z,25,1940,8089,275647,275647,10029,275647,157,184,ef51a5dcd775ff7f4966c435dc22c6aa651316d3,0,0,0,0,0,
+20200430,MD,21742,92617,,1711,4559,590,,,,1432,A,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,1226,4559,2020-04-30T10:00:00Z,24,893,2537,114359,114359,3430,114359,58,157,5f9f63edb0161341742051846750c62f21fe2e55,0,0,0,0,0,
+20200430,ME,1095,19546,,35,170,18,,8,,631,B,4/30/2020 11:45,2020-04-30T11:45:00Z,04/30 07:45,53,170,2020-04-30T11:45:00Z,23,39,0,20641,20641,39,20641,1,4,e8e86ee98de5ab2c2cc823924112bc8b03457c81,0,0,0,0,0,
+20200430,MI,41379,138888,,2319,,966,,760,,8342,A+,4/30/2020 11:00,2020-04-30T11:00:00Z,04/30 07:00,3789,,2020-04-30T11:00:00Z,26,980,6935,180267,180267,7915,180267,119,0,c92ca129f75f4311ef7028900c60bd38262db800,0,0,0,0,0,
+20200430,MN,5136,65140,,365,1044,130,358,,,1829,A,4/29/2020 17:00,2020-04-29T17:00:00Z,04/29 13:00,343,1044,2020-04-29T17:00:00Z,27,492,3040,70276,70276,3532,70276,24,94,fdfac1b16b87b61910d1087608d06ab545a1b133,0,0,0,0,0,
+20200430,MO,7562,73125,,853,,,,141,,,A,4/30/2020 15:00,2020-04-30T15:00:00Z,04/30 11:00,329,,2020-04-30T15:00:00Z,29,137,3391,80687,80687,3528,80687,11,0,4e1a8ffef21cd7c459c3337f96e941d9baa1938f,0,0,0,0,0,
+20200430,MP,14,585,,,,,,,,12,D,4/30/2020 07:00,2020-04-30T07:00:00Z,04/30 03:00,2,,2020-04-30T07:00:00Z,69,0,375,599,599,375,599,0,0,b99ce83c30807f19e414b9a5adb9826450d75047,0,0,0,0,0,
+20200430,MS,6815,59525,,639,1175,146,,72,,3413,B,4/29/2020 19:00,2020-04-29T19:00:00Z,04/29 15:00,261,1175,2020-04-29T19:00:00Z,28,246,0,66340,66340,246,66340,11,49,0cfc229ca1d5c1fc5d3605cef306f989070784e0,0,0,0,0,0,
+20200430,MT,453,13461,,5,61,,,,,392,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,16,61,2020-04-30T00:00:00Z,30,2,384,13914,13914,386,13914,0,0,d9307cbc4809db6f6ebe99a5eb71add1655214ce,0,0,0,0,0,
+20200430,NC,10509,117527,,546,,,,,,,B,4/30/2020 11:00,2020-04-30T11:00:00Z,04/30 07:00,378,,2020-04-30T11:00:00Z,37,561,9035,128036,128036,9596,128036,24,0,b3a2fc50bc41ace8427374291876cfc335f79782,0,0,0,0,0,
+20200430,ND,1067,26393,,30,85,,,,,458,C,4/30/2020 13:00,2020-04-30T13:00:00Z,04/30 09:00,19,85,2020-04-30T13:00:00Z,38,34,1890,27460,27460,1924,27460,0,3,8d8d66f27325382c00bd8138de04a31e2496135b,0,0,0,0,0,
+20200430,NE,3784,21537,,,,,,,,,D,4/29/2020 19:45,2020-04-29T19:45:00Z,04/29 15:45,68,,2020-04-29T19:45:00Z,31,410,1280,25321,25321,1690,25321,13,0,7aca77606aa4b05b3e3edfcbfeb9fa80ae6da461,0,0,0,0,0,
+20200430,NH,2054,19867,272,107,259,,,,,980,C,4/29/2020 09:00,2020-04-29T09:00:00Z,04/29 05:00,66,259,2020-04-29T09:00:00Z,33,44,1131,22193,21921,1175,21921,6,10,4273db662dd75d98e43a8ebd1973cfaea61762c0,0,0,0,0,0,
+20200430,NJ,118652,129266,478,6137,,1765,,1271,,15642,A+,4/30/2020 13:00,2020-04-30T13:00:00Z,04/30 09:00,7228,,2020-04-30T13:00:00Z,34,2388,4212,248396,247918,6600,247918,458,0,d5103c0d57162e6e95df8c28dbbf04cf5ad26a44,0,0,0,0,0,
+20200430,NM,3213,61872,,163,536,,,,,734,C,4/29/2020 20:02,2020-04-29T20:02:00Z,04/29 16:02,112,536,2020-04-29T20:02:00Z,35,239,3101,65085,65085,3340,65085,2,27,0e08f94664753f97b46ae333e1b53a8ee9271cf5,0,0,0,0,0,
+20200430,NV,4998,36988,,,,,,,,158,D,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,237,,2020-04-30T10:00:00Z,32,100,858,41986,41986,958,41986,7,0,607889c2dbfef24c0154b94ddf17da5de488fd1a,0,0,0,0,0,
+20200430,NY,304372,596264,,11598,77400,,,,,54771,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,18321,77400,2020-04-30T00:00:00Z,36,4681,23474,900636,900636,28155,900636,306,950,7d559115a11ad89e2233e5a11916155ca33952a3,0,0,0,0,0,
+20200430,OH,18027,115863,,,3533,,1035,,,,B,4/30/2020 14:00,2020-04-30T14:00:00Z,04/30 10:00,975,3533,2020-04-30T14:00:00Z,39,724,4258,133890,133890,4982,133890,38,112,b61a1fe160d9bc1d46412accf7aacd6f4ed33cc1,0,0,0,0,0,
+20200430,OK,3618,59804,,291,703,127,,,,2401,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,222,703,2020-04-29T00:00:00Z,40,145,2010,63422,63422,2155,63422,8,10,d8a2e99fcab7be105341b2d42373bcc60e5f11cf,0,0,0,0,0,
+20200430,OR,2510,53522,,243,578,65,,28,,,A,4/30/2020 11:00,2020-04-30T11:00:00Z,04/30 07:00,103,578,2020-04-30T11:00:00Z,41,64,1496,56032,56032,1560,56032,2,9,fd13d5ea2a5bb347d8fb67e3ef645572d1b56abd,0,0,0,0,0,
+20200430,PA,45763,175602,,2707,,,,556,,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,2292,,2020-04-30T00:00:00Z,42,1397,5085,221365,221365,6482,221365,97,0,5a55988fd1830bdae2e28552998935c35126f6fc,0,0,0,0,0,
+20200430,PR,1539,9313,,,,,,,,,D,4/30/2020 06:00,2020-04-30T06:00:00Z,04/30 02:00,92,,2020-04-30T06:00:00Z,72,106,0,10852,10852,106,10852,6,0,e5378050d167508472f1a36d99bdae500ce8dc52,0,0,0,0,0,
+20200430,RI,8621,55089,,339,896,85,,54,,461,A+,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,266,896,2020-04-30T00:00:00Z,44,374,3171,63710,63710,3545,63710,15,146,41182ebf36069419b4822b92d6385c2c10cb66ed,0,0,0,0,0,
+20200430,SC,6095,50417,,,1000,,,,,3252,B,4/30/2020 16:04,2020-04-30T16:04:00Z,04/30 12:04,244,1000,2020-04-30T16:04:00Z,45,214,2081,56512,56512,2295,56512,41,0,f635e6e1980e25b6ebb6f20fa973e6e9ce94cf1f,0,0,0,0,0,
+20200430,SD,2449,14579,,76,173,,,,,1573,C,4/30/2020 11:31,2020-04-30T11:31:00Z,04/30 07:31,17,173,2020-04-30T11:31:00Z,46,76,119,17028,17028,195,17028,4,8,fba0f8c042328087b72a7c35b0b07983cbc85527,0,0,0,0,0,
+20200430,TN,10735,166891,,,1045,,,,,5338,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,199,1045,2020-04-28T15:00:00Z,47,369,8708,177626,177626,9077,177626,4,32,41d25075ce446750c5e20d6376d939b47eb6d302,0,0,0,0,0,
+20200430,TX,28087,302213,,1686,,,,,,13353,B,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,782,,2020-04-29T13:00:00Z,48,1033,14477,330300,330300,15510,330300,50,0,ccc109dd738639896d83b4792fa49eceef5e75b9,0,0,0,0,0,
+20200430,UT,4672,103829,,,390,,,,,1939,C,4/30/2020 15:00,2020-04-30T15:00:00Z,04/30 11:00,46,390,2020-04-30T15:00:00Z,49,177,2546,108501,108501,2723,108501,1,7,68a0a4dd2d99e92a90920adfba264021c918fcbe,0,0,0,0,0,
+20200430,VA,15846,75663,583,1550,3654,372,,208,,2104,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,552,3654,2020-04-30T00:00:00Z,51,885,4684,92092,91509,5569,91509,30,46,5aa2c8818a0c96986cec90fa427ea8ab735f5388,0,0,0,0,0,
+20200430,VI,66,807,43,,,,,,,51,C,4/29/2020 18:12,2020-04-29T18:12:00Z,04/29 14:12,4,,2020-04-29T18:12:00Z,78,4,75,916,873,79,873,0,0,77119b2e2301c1acd6fe4a6fa438b1c156eb1253,0,0,0,0,0,
+20200430,VT,879,14357,,23,,,,,,,C,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,49,,2020-04-30T00:00:00Z,50,13,202,15236,15236,215,15236,2,0,144eda3ff8e1027175dc7bea1386b1277d2619d0,0,0,0,0,0,
+20200430,WA,15962,201776,,474,,145,,,,,B,4/30/2020 00:00,2020-04-30T00:00:00Z,04/29 20:00,801,,2020-04-30T00:00:00Z,53,261,6235,217738,217738,6496,217738,15,0,f7b972aadefaac9a0fa2415d560460493c44c81d,0,0,0,0,0,
+20200430,WI,6854,69394,195,554,1512,119,382,,,3352,A+,4/30/2020 16:00,2020-04-30T16:00:00Z,04/30 12:00,316,1512,2020-04-30T16:00:00Z,55,334,2764,76443,76248,3098,76248,8,23,caef118ba2acca54c8d8959e7540b45f673be34a,0,0,0,0,0,
+20200430,WV,1118,43423,,84,,38,,20,,545,C,4/30/2020 10:00,2020-04-30T10:00:00Z,04/30 06:00,41,,2020-04-30T10:00:00Z,54,23,1447,44541,44541,1470,44541,3,0,d4d592c7cca620202f77ff92ed6ce8c149d6646d,0,0,0,0,0,
+20200430,WY,544,8902,,13,56,,,,,371,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,7,56,2020-04-29T00:00:00Z,56,8,221,9446,9446,229,9446,0,0,a15d00a4d79b1b7549b5453268727916104683e0,0,0,0,0,0,
+20200429,AK,355,18764,,14,,,,,,240,B,4/28/2020 14:50,2020-04-28T14:50:00Z,04/28 10:50,9,,2020-04-28T14:50:00Z,02,4,2026,19119,19119,2030,19119,0,0,f1034a2533e8dd4af6a78a1ff4e07174e5dd7975,0,0,0,0,0,
+20200429,AL,6842,73607,,,945,,335,,195,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,245,945,2020-04-29T00:00:00Z,01,155,4467,80449,80449,4622,80449,3,34,0fbebdf7f4c477af7e370fbe8eef13443fe8ed93,0,0,0,0,0,
+20200429,AR,3192,42257,,93,389,,,18,82,1249,B,4/29/2020 09:00,2020-04-29T09:00:00Z,04/29 05:00,59,389,2020-04-29T09:00:00Z,05,81,4697,45449,45449,4778,45449,7,389,6a1411500c9708b9f1b8bcf72a6847108f7ce1d4,0,0,0,0,0,
+20200429,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,833a9feb141af2be662dc904f3d2adf16a4fba96,0,0,0,0,0,
+20200429,AZ,7202,61611,,756,1131,312,,191,,1475,A+,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,304,1131,2020-04-29T00:00:00Z,04,254,1121,68813,68813,1375,68813,11,36,907c493f9927d9defe1a589a0a8c31d8f75d1b20,0,0,0,0,0,
+20200429,CA,46500,556639,,5011,,1512,,,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,1887,,2020-04-29T00:00:00Z,06,1469,24062,603139,603139,25531,603139,78,0,243720d8030e291b63b5d8505f0817f160b02449,0,0,0,0,0,
+20200429,CO,14735,54714,,964,2610,,,,,2275,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,760,2610,2020-04-27T00:00:00Z,08,856,2252,69449,69449,3108,69449,54,125,662ad740a73ba25eb33875f88022d52003006cf9,0,0,0,0,0,
+20200429,CT,26767,68051,,1691,,,,,,,C,4/29/2020 16:00,2020-04-29T16:00:00Z,04/29 12:00,2168,,2020-04-29T16:00:00Z,09,455,1618,94818,94818,2073,94818,79,0,641d5cb66f6284b97dde0006ef43555e3fb44e82,0,0,0,0,0,
+20200429,DC,4106,15123,,,,,,,,660,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,205,,2020-04-29T00:00:00Z,11,112,232,19229,19229,344,19229,15,0,17754a1aaceacadbe535c12e029d325b84b174a9,0,0,0,0,0,
+20200429,DE,4655,16883,,326,,,,,,1173,B,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,144,,2020-04-28T18:00:00Z,10,80,278,21538,21538,358,21538,7,0,cd38faecf437f0d17214ae54ad350467cc58058b,0,0,0,0,0,
+20200429,FL,33193,340295,1252,,5624,,,,,,C,4/29/2020 09:51,2020-04-29T09:51:00Z,04/29 05:51,1240,5624,2020-04-29T09:51:00Z,12,347,6266,374740,373488,6613,373488,86,358,ca3fe81479d50f9d3f6bd209193d069ab8380105,0,0,0,0,0,
+20200429,GA,25572,118367,,,5056,,1148,,,,A,4/29/2020 14:25,2020-04-29T14:25:00Z,04/29 10:25,1093,5056,2020-04-29T14:25:00Z,13,957,2962,143939,143939,3919,143939,67,242,c09078cff524b97d21324bbce65a3461828186a8,0,0,0,0,0,
+20200429,GU,145,1702,,,,,,,,130,D,4/29/2020 09:35,2020-04-29T09:35:00Z,04/29 05:35,5,,2020-04-29T09:35:00Z,66,0,164,1847,1847,164,1847,0,0,4ceeb0912a3be1d1c7d17803412a9d3e34cf241b,0,0,0,0,0,
+20200429,HI,609,29009,,,69,,,,,505,B,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,16,69,2020-04-28T18:00:00Z,15,2,433,29618,29618,435,29618,0,1,3486bd5baa22df8e77a1b377c40baaa7a478d513,0,0,0,0,0,
+20200429,IA,6843,34494,,323,,100,,74,,2428,B,4/28/2020 12:00,2020-04-28T12:00:00Z,04/28 08:00,148,,2020-04-28T12:00:00Z,19,467,1047,41337,41337,1514,41337,12,0,67a47ebde9066480f7b624686217280c0a321ee3,0,0,0,0,0,
+20200429,ID,1952,26430,,,173,,73,,,1087,C,4/28/2020 19:00,2020-04-28T19:00:00Z,04/28 15:00,60,173,2020-04-28T19:00:00Z,16,35,8295,28382,28382,8330,28382,2,1,9104e13c0940e5ac04bd9f5b7ff712e7290ae5c2,0,0,0,0,0,
+20200429,IL,50355,206312,,5036,,1290,,777,,,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,2215,,2020-04-29T00:00:00Z,17,2253,12225,256667,256667,14478,256667,90,0,8034c63143805a7c7b136690fd81e0fb09ba424c,0,0,0,0,0,
+20200429,IN,17182,74368,,1484,,570,,262,,,A,4/28/2020 23:59,2020-04-28T23:59:00Z,04/28 19:59,1065,,2020-04-28T23:59:00Z,18,594,3775,91550,91550,4369,91550,164,0,a775f30d4d45d8f0fdd24af9038961ae35fd20bb,0,0,0,0,0,
+20200429,KS,3738,25720,,,515,,198,,88,266,A,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,125,515,2020-04-29T10:00:00Z,20,247,1121,29458,29458,1368,29458,1,11,029fcd07a67135b719ee7e4229680be915dd720a,0,0,0,0,0,
+20200429,KY,4375,48036,,320,1331,170,625,,,1617,A,4/28/2020 17:00,2020-04-28T17:00:00Z,04/28 13:00,225,1331,2020-04-28T17:00:00Z,21,229,3383,52411,52411,3612,52411,12,50,685a9f1f5e8770e5850b8947fcdbe74d70672ff7,0,0,0,0,0,
+20200429,LA,27660,128908,,1629,,,,244,,17303,B,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,1802,,2020-04-29T13:00:00Z,22,374,5086,156568,156568,5460,156568,44,0,d2f79c3169303a47636fc288259566470a5cca24,0,0,0,0,0,
+20200429,MA,60265,205353,,3856,5758,1011,,,,,A,4/29/2020 16:00,2020-04-29T16:00:00Z,04/29 12:00,3405,5758,2020-04-29T16:00:00Z,25,1963,9155,265618,265618,11118,265618,252,243,cd67de3922b29fb02dd1850921e6925ad06c0e75,0,0,0,0,0,
+20200429,MD,20849,90080,,1610,4402,586,,,,1361,A,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,1168,4402,2020-04-29T10:00:00Z,24,736,2408,110929,110929,3144,110929,69,134,8ac4ee9094e1d697960e3e8c8c3c3b077c768c68,0,0,0,0,0,
+20200429,ME,1056,19546,,32,166,17,,7,,615,B,4/29/2020 12:00,2020-04-29T12:00:00Z,04/29 08:00,52,166,2020-04-29T12:00:00Z,23,16,2762,20602,20602,2778,20602,1,3,626c64c8ddda709bd93e262ee71170aef109f302,0,0,0,0,0,
+20200429,MI,40399,131953,,2498,,997,,778,,8342,A+,4/29/2020 11:00,2020-04-29T11:00:00Z,04/29 07:00,3670,,2020-04-29T11:00:00Z,26,1137,6410,172352,172352,7547,172352,103,0,f90530f75df0b74128c42d374cfef9498c68d2a6,0,0,0,0,0,
+20200429,MN,4644,62100,,320,950,119,337,,,1724,A,4/28/2020 17:00,2020-04-28T17:00:00Z,04/28 13:00,319,950,2020-04-28T17:00:00Z,27,463,2452,66744,66744,2915,66744,18,38,642ae8061695e74521d5f9b8f5973073581381be,0,0,0,0,0,
+20200429,MO,7425,69734,,891,,,,125,,,A,4/29/2020 15:00,2020-04-29T15:00:00Z,04/29 11:00,318,,2020-04-29T15:00:00Z,29,122,3534,77159,77159,3656,77159,4,0,60e8389fab0bf85d68462ba017547796971e0170,0,0,0,0,0,
+20200429,MP,14,210,,,,,,,,12,D,4/29/2020 02:30,2020-04-29T02:30:00Z,04/28 22:30,2,,2020-04-29T02:30:00Z,69,0,159,224,224,159,224,0,0,c8932f400e915fce4ae18eb8233056d7874316c7,0,0,0,0,0,
+20200429,MS,6569,59525,,677,1126,151,,69,,3413,B,4/28/2020 19:00,2020-04-28T19:00:00Z,04/28 15:00,250,1126,2020-04-28T19:00:00Z,28,227,1455,66094,66094,1682,66094,11,38,d1dffe4fd1ed6f1701c19c833f309bc9279df0b9,0,0,0,0,0,
+20200429,MT,451,13077,,5,61,,,,,382,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,16,61,2020-04-29T00:00:00Z,30,0,337,13528,13528,337,13528,1,0,034471b86fbf71501eaf8df95927c6ea568e40cf,0,0,0,0,0,
+20200429,NC,9948,108492,,551,,,,,,,B,4/29/2020 11:00,2020-04-29T11:00:00Z,04/29 07:00,354,,2020-04-29T11:00:00Z,37,380,5308,118440,118440,5688,118440,12,0,8f73191afe59d7fec9ea263accf65245028f6662,0,0,0,0,0,
+20200429,ND,1033,24503,,28,82,,,,,437,C,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,19,82,2020-04-29T13:00:00Z,38,42,1771,25536,25536,1813,25536,0,3,30ccc1d9874c46197db8e7315f7bc4acd87495d1,0,0,0,0,0,
+20200429,NE,3374,20257,,,,,,,,,D,4/28/2020 19:45,2020-04-28T19:45:00Z,04/28 15:45,55,,2020-04-28T19:45:00Z,31,16,10,23631,23631,26,23631,0,0,d8bcc23730a9fed1af045863072200938c2def98,0,0,0,0,0,
+20200429,NH,2010,18736,81,106,249,,,,,936,C,4/28/2020 09:00,2020-04-28T09:00:00Z,04/28 05:00,60,249,2020-04-28T09:00:00Z,33,72,529,20827,20746,601,20746,0,3,74195ef5f88a3819ae34fc36b196fc71aecd78ca,0,0,0,0,0,
+20200429,NJ,116264,125054,617,6289,,1811,,1327,,15642,A+,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,6770,,2020-04-29T13:00:00Z,34,2408,4551,241935,241318,6959,241318,328,0,5594147166e65ff68179d2929ab8ea48850a5f2b,0,0,0,0,0,
+20200429,NM,2974,58771,,157,509,,,,,705,C,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,110,509,2020-04-28T18:00:00Z,35,151,2791,61745,61745,2942,61745,6,28,fcc5426a980a2c08d9b81c6be122d8c77486bb3e,0,0,0,0,0,
+20200429,NV,4898,36130,,,,,,,,100,D,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,230,,2020-04-29T10:00:00Z,32,93,816,41028,41028,909,41028,11,0,dde247633197588a904b4a1587edf8b5ea143336,0,0,0,0,0,
+20200429,NY,299691,572790,,12159,76450,,,,,53238,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,18015,76450,2020-04-29T00:00:00Z,36,4585,22902,872481,872481,27487,872481,377,1088,136e8544508f4259246ca84c0f3f5b74c03d1a8b,0,0,0,0,0,
+20200429,OH,17303,111605,,,3421,,1014,,,,B,4/29/2020 14:00,2020-04-29T14:00:00Z,04/29 10:00,937,3421,2020-04-29T14:00:00Z,39,1175,5027,128908,128908,6202,128908,138,81,d61e417bb7bd387efc46a3d2b4b7cdb9d6078714,0,0,0,0,0,
+20200429,OK,3473,57794,,283,693,126,,,,2319,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,214,693,2020-04-29T00:00:00Z,40,63,1505,61267,61267,1568,61267,7,37,d60e891ece321c996a85bebd3e69a71098084601,0,0,0,0,0,
+20200429,OR,2446,52026,,227,569,56,,24,,,A,4/29/2020 11:00,2020-04-29T11:00:00Z,04/29 07:00,101,569,2020-04-29T11:00:00Z,41,92,3182,54472,54472,3274,54472,9,15,08a3439fca8f4a8093e6885c2c6fc73d39d4c564,0,0,0,0,0,
+20200429,PA,44366,170517,,2781,,,,602,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,2195,,2020-04-29T00:00:00Z,42,1102,4693,214883,214883,5795,214883,479,0,2b8e56764ed0477e35b68454e576556d3ac1176f,0,0,0,0,0,
+20200429,PR,1433,9313,1940,,,,,,,,D,4/29/2020 06:00,2020-04-29T06:00:00Z,04/29 02:00,86,,2020-04-29T06:00:00Z,72,33,0,12686,10746,33,10746,0,0,52fbb4a72dc7977a99013be8ae2940e63e322cef,0,0,0,0,0,
+20200429,RI,8247,51918,,269,750,80,,55,,391,A+,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,251,750,2020-04-29T00:00:00Z,44,321,2151,60165,60165,2472,60165,12,18,901282aaaa2f4357942a4a7d835bc49c1c627283,0,0,0,0,0,
+20200429,SC,5881,48336,,,1000,,,,,3252,B,4/29/2020 15:30,2020-04-29T15:30:00Z,04/29 11:30,203,1000,2020-04-29T15:30:00Z,45,268,1804,54217,54217,2072,54217,26,56,0ef9b92a0eb12526543a2f75a2f2dd414da49553,0,0,0,0,0,
+20200429,SD,2373,14460,,69,165,,,,,1492,C,4/28/2020 18:00,2020-04-28T18:00:00Z,04/28 14:00,13,165,2020-04-28T18:00:00Z,46,60,161,16833,16833,221,16833,2,8,74c8c1f2a3f265ed51cc904f20defd1dc0f2dd37,0,0,0,0,0,
+20200429,TN,10366,158183,,,1013,,,,,5140,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,195,1013,2020-04-28T15:00:00Z,47,314,6307,168549,168549,6621,168549,7,119,757cdaba1481df41bbff158b53f7a326d7cb91d0,0,0,0,0,0,
+20200429,TX,27054,287736,,1702,,,,,,12507,B,4/29/2020 13:00,2020-04-29T13:00:00Z,04/29 09:00,732,,2020-04-29T13:00:00Z,48,883,13523,314790,314790,14406,314790,42,0,c61aa2946fdb148be52214431c269feccbe70abd,0,0,0,0,0,
+20200429,UT,4495,101283,,,383,,,,,1790,C,4/29/2020 15:00,2020-04-29T15:00:00Z,04/29 11:00,45,383,2020-04-29T15:00:00Z,49,152,3187,105778,105778,3339,105778,0,13,f4695c6cded2d61a6aa088d2e4abf923e8cc2716,0,0,0,0,0,
+20200429,VA,14961,70979,620,1566,3608,387,,222,,2042,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,522,3608,2020-04-29T00:00:00Z,51,622,2020,86560,85940,2642,85940,30,186,28a26a6e9886532ab91db0169d3b997140d28466,0,0,0,0,0,
+20200429,VI,62,732,78,,,,,,,51,C,4/28/2020 20:30,2020-04-28T20:30:00Z,04/28 16:30,4,,2020-04-28T20:30:00Z,78,3,13,872,794,16,794,0,0,61d2a73be9e07700c7de3b9838bfdc37f56b99ff,0,0,0,0,0,
+20200429,VT,866,14155,,26,,,,,,,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,47,,2020-04-29T00:00:00Z,50,4,208,15021,15021,212,15021,0,0,5d163f232772a18ecc73b534c046206b6211a042,0,0,0,0,0,
+20200429,WA,15701,195541,,490,,156,,,,,B,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,786,,2020-04-29T00:00:00Z,53,242,6568,211242,211242,6810,211242,21,0,68662c8fb9c00285588c52c9c879ba307d67048c,0,0,0,0,0,
+20200429,WI,6520,66630,227,577,1489,121,363,,,,A,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,308,1489,2020-04-29T00:00:00Z,55,231,3095,73377,73150,3326,73150,8,33,5b00052aa9650039279e3771f25229bab9476cee,0,0,0,0,0,
+20200429,WV,1095,41976,,102,,40,,21,,504,C,4/29/2020 10:00,2020-04-29T10:00:00Z,04/29 06:00,38,,2020-04-29T10:00:00Z,54,16,0,43071,43071,16,43071,1,0,e915b1240407a6963efa35e8d7259d41b9295cd7,0,0,0,0,0,
+20200429,WY,536,8681,,12,56,,,,,362,C,4/29/2020 00:00,2020-04-29T00:00:00Z,04/28 20:00,7,56,2020-04-29T00:00:00Z,56,147,455,9217,9217,602,9217,0,0,03f367919afb088865466b394e94b290c7a2d474,0,0,0,0,0,
+20200428,AK,351,16738,,16,,,,,,228,B,4/28/2020 14:50,2020-04-28T14:50:00Z,04/28 10:50,9,,2020-04-28T14:50:00Z,02,6,827,17089,17089,833,17089,0,0,bbf9ae18f0cab2651f6f023caf498c9b9da68761,0,0,0,0,0,
+20200428,AL,6687,69140,,,911,,335,,195,,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,242,911,2020-04-28T00:00:00Z,01,188,1642,75827,75827,1830,75827,20,39,bf565149b3b869aeeafc33c7ab16ec8bf782d2df,0,0,0,0,0,
+20200428,AR,3111,37560,,104,,,,20,,1146,B,4/28/2020 09:00,2020-04-28T09:00:00Z,04/28 05:00,52,,2020-04-28T09:00:00Z,05,94,120,40671,40671,214,40671,2,0,59e24e6e6012ba99358ec162db79460f47c48c40,0,0,0,0,0,
+20200428,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,747d9653452d6160e3a2cc9a7842fd7d4123eb36,0,0,0,0,0,
+20200428,AZ,6948,60490,,737,1095,303,,193,,1450,A+,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,293,1095,2020-04-27T00:00:00Z,04,232,663,67438,67438,895,67438,18,44,222a3890c5085c5abc91274b305a11348ca90dc9,0,0,0,0,0,
+20200428,CA,45031,532577,,4983,,1485,,,,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,1809,,2020-04-27T00:00:00Z,06,1567,22632,577608,577608,24199,577608,54,0,6c46d43f372124fe4c935a535468618d2695668c,0,0,0,0,0,
+20200428,CO,13879,52462,,994,2485,,,,,2275,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,706,2485,2020-04-26T00:00:00Z,08,438,2629,66341,66341,3067,66341,26,47,eca4c241ec53381f91a4e23251a84050d23a0233,0,0,0,0,0,
+20200428,CT,26312,66433,,1732,,,,,,,C,4/28/2020 16:00,2020-04-28T16:00:00Z,04/28 12:00,2089,,2020-04-28T16:00:00Z,09,1043,11891,92745,92745,12934,92745,91,0,a962c982939a69d15f152c66d576184846251206,0,0,0,0,0,
+20200428,DC,3994,14891,,,,,,,,660,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,190,,2020-04-27T00:00:00Z,11,102,367,18885,18885,469,18885,5,0,8aec2a3d85cd32c2006100e9576017f5fa094a13,0,0,0,0,0,
+20200428,DE,4575,16605,,337,,,,,,1096,B,4/27/2020 18:00,2020-04-27T18:00:00Z,04/27 14:00,137,,2020-04-27T18:00:00Z,10,413,1151,21180,21180,1564,21180,12,0,b4fb1487a7a9056d36db158db1e23aa86a699cc4,0,0,0,0,0,
+20200428,FL,32846,334029,1216,,5266,,,,,,C,4/28/2020 09:36,2020-04-28T09:36:00Z,04/28 05:36,1154,5266,2020-04-28T09:36:00Z,12,708,9704,368091,366875,10412,366875,53,55,8ddbb8d3fd0832fc1f6ff105b9c65843bd5bafc9,0,0,0,0,0,
+20200428,GA,24615,115405,,,4814,,1087,,,,B,4/28/2020 13:25,2020-04-28T13:25:00Z,04/28 09:25,1026,4814,2020-04-28T13:25:00Z,13,702,12149,140020,140020,12851,140020,55,133,5e035d92866c6015617b2f480a2724a096028afe,0,0,0,0,0,
+20200428,GU,145,1538,,3,,,,,,129,D,4/28/2020 09:15,2020-04-28T09:15:00Z,04/28 05:15,5,,2020-04-28T09:15:00Z,66,1,114,1683,1683,115,1683,0,0,51d5d00e13ef1d360103d7514c0de62698402772,0,0,0,0,0,
+20200428,HI,607,28576,,,68,,,,,493,C,4/27/2020 18:00,2020-04-27T18:00:00Z,04/27 14:00,16,68,2020-04-27T18:00:00Z,15,1,172,29183,29183,173,29183,2,0,959fd929750ef2906cfd8c0df0871be5c42e63e0,0,0,0,0,0,
+20200428,IA,6376,33447,,304,,98,,64,,2164,B,4/27/2020 12:00,2020-04-27T12:00:00Z,04/27 08:00,136,,2020-04-27T12:00:00Z,19,508,1165,39823,39823,1673,39823,9,0,808dd0654338b81f43fef43be4b5f4fae3833c67,0,0,0,0,0,
+20200428,ID,1917,18135,,,172,,73,,,1039,C,4/27/2020 19:00,2020-04-27T19:00:00Z,04/27 15:00,58,172,2020-04-27T19:00:00Z,16,20,8,20052,20052,28,20052,2,3,89caf51741cb248837edcaf7c3f7f0e7cfd9d31d,0,0,0,0,0,
+20200428,IL,48102,194087,,4738,,1245,,778,,,A,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,2125,,2020-04-28T00:00:00Z,17,2219,12342,242189,242189,14561,242189,142,0,7c43bb5766aa013acf026d4ade1b3332486f94eb,0,0,0,0,0,
+20200428,IN,16588,70593,,1518,,546,,275,,,B,4/27/2020 23:59,2020-04-27T23:59:00Z,04/27 19:59,901,,2020-04-27T23:59:00Z,18,627,2078,87181,87181,2705,87181,57,0,48e489c836142a697ccc545dc6e990a72b11c6c2,0,0,0,0,0,
+20200428,KS,3491,24599,,,504,,,,,,C,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,124,504,2020-04-28T10:00:00Z,20,163,760,28090,28090,923,28090,4,8,6a823459119b33b68b7ea523f02caf67a11e746b,0,0,0,0,0,
+20200428,KY,4146,44653,,313,1281,165,612,,,1521,A,4/27/2020 17:00,2020-04-27T17:00:00Z,04/27 13:00,213,1281,2020-04-27T17:00:00Z,21,72,253,48799,48799,325,48799,5,7,f5a26db2837bb01f20cd7f5b3319847a3a5bfdc0,0,0,0,0,0,
+20200428,LA,27286,123822,,1666,,,,244,,17303,B,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,1758,,2020-04-28T13:00:00Z,22,218,3901,151108,151108,4119,151108,61,0,8fea04d8f7af39c77740e1b467ce53d881c93b64,0,0,0,0,0,
+20200428,MA,58302,196198,,3875,5515,1005,,,,,B,4/28/2020 16:00,2020-04-28T16:00:00Z,04/28 12:00,3153,5515,2020-04-28T16:00:00Z,25,1840,7773,254500,254500,9613,254500,150,278,59ed8afdf64290a9e7e1fa3a8fffa01c39813be6,0,0,0,0,0,
+20200428,MD,20113,87672,,1528,4268,551,,,,1295,A,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,1099,4268,2020-04-28T10:00:00Z,24,626,2183,107785,107785,2809,107785,54,167,d3ba928fc2c7cacbbb430059af1d1102a238d8ac,0,0,0,0,0,
+20200428,ME,1040,16784,,33,163,17,,7,,585,B,4/28/2020 11:45,2020-04-28T11:45:00Z,04/28 07:45,51,163,2020-04-28T11:45:00Z,23,17,0,17824,17824,17,17824,0,2,7174e2366185a2ebf9665bb785e232ee664281cc,0,0,0,0,0,
+20200428,MI,39262,125543,,2623,,1027,,801,,8342,A+,4/28/2020 11:00,2020-04-28T11:00:00Z,04/28 07:00,3567,,2020-04-28T11:00:00Z,26,1052,5993,164805,164805,7045,164805,160,0,56d37cbec57411065e335cfa81654201183f7188,0,0,0,0,0,
+20200428,MN,4181,59648,,314,912,120,324,,,1611,A,4/27/2020 17:00,2020-04-27T17:00:00Z,04/27 13:00,301,912,2020-04-27T17:00:00Z,27,365,2196,63829,63829,2561,63829,15,51,7aa05f1340bca173bcdccb1906c11fadd61ef88d,0,0,0,0,0,
+20200428,MO,7303,66200,,655,,,,105,,,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,314,,2020-04-28T15:00:00Z,29,132,2265,73503,73503,2397,73503,26,0,2a4c1374acc6d9cacffc7bca6d66f3504242072a,0,0,0,0,0,
+20200428,MP,14,51,,,,,,,,12,D,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,2,,2020-04-28T00:00:00Z,69,0,0,65,65,0,65,0,0,ef53957181f46ff5c12cf483140ebcd44d7517c2,0,0,0,0,0,
+20200428,MS,6342,58070,,639,1088,162,,77,,,B,4/27/2020 19:00,2020-04-27T19:00:00Z,04/27 15:00,239,1088,2020-04-27T19:00:00Z,28,248,702,64412,64412,950,64412,10,28,7672ffd70ffa67c39262076b1c8683c9226e84f9,0,0,0,0,0,
+20200428,MT,451,12740,,10,61,,,,,356,C,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,15,61,2020-04-28T00:00:00Z,30,2,156,13191,13191,158,13191,1,0,86b2b438c1414ff76acf0f3960897bef265603fe,0,0,0,0,0,
+20200428,NC,9568,103184,,463,,,,,,,B,4/28/2020 11:00,2020-04-28T11:00:00Z,04/28 07:00,342,,2020-04-28T11:00:00Z,37,426,2406,112752,112752,2832,112752,36,0,85ab63479b1e34e0129fe8deb4c15d66d1df51c6,0,0,0,0,0,
+20200428,ND,991,22732,,25,79,,,,,409,C,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,19,79,2020-04-28T13:00:00Z,38,49,1240,23723,23723,1289,23723,0,2,158e73b86bfaffa863a2f966bdcc6d10d83978cf,0,0,0,0,0,
+20200428,NE,3358,20247,,,,,,,,,D,4/27/2020 19:45,2020-04-27T19:45:00Z,04/27 15:45,55,,2020-04-27T19:45:00Z,31,330,912,23605,23605,1242,23605,-1,0,c99a86baeea4374d38589a27e72e4b68e588c9c3,0,0,0,0,0,
+20200428,NH,1938,18207,223,99,246,,,,,798,C,4/27/2020 09:00,2020-04-27T09:00:00Z,04/27 05:00,60,246,2020-04-27T09:00:00Z,33,74,347,20368,20145,421,20145,0,4,af6e3216eba4685a5b4b64a914691d7a2fff2a78,0,0,0,0,0,
+20200428,NJ,113856,120503,,6476,,1809,,1262,,15642,A+,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,6442,,2020-04-28T13:00:00Z,34,2668,3916,234359,234359,6584,234359,398,0,32c0328c416e31f652a2bff2309927af176e5082,0,0,0,0,0,
+20200428,NM,2823,55980,,155,481,,,,,666,C,4/27/2020 18:04,2020-04-27T18:04:00Z,04/27 14:04,104,481,2020-04-27T18:04:00Z,35,97,2091,58803,58803,2188,58803,5,69,bfbc6f70be0a862b6c0367475efd250389b314ed,0,0,0,0,0,
+20200428,NV,4805,35314,,,,,,,,,F,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,219,,2020-04-28T10:00:00Z,32,115,1191,40119,40119,1306,40119,13,0,e43cd557b1f7748499aaff8af189bd70414cb26d,0,0,0,0,0,
+20200428,NY,295106,549888,,12645,75362,,,,,51673,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,17638,75362,2020-04-28T00:00:00Z,36,3110,15789,844994,844994,18899,844994,335,760,87a6d565e076c0bca624b9334a8665710e76035d,0,0,0,0,0,
+20200428,OH,16128,106578,,,3340,,1004,,,,B,4/28/2020 14:00,2020-04-28T14:00:00Z,04/28 10:00,799,3340,2020-04-28T14:00:00Z,39,429,2886,122706,122706,3315,122706,46,108,c7f2863f59c8c8e20c62a8d82fa0cd2868483a92,0,0,0,0,0,
+20200428,OK,3410,56289,,288,656,118,,,,2260,A,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,207,656,2020-04-28T00:00:00Z,40,130,6398,59699,59699,6528,59699,10,0,09d2b07a8a4e64581f931bbcac34bb601e583b71,0,0,0,0,0,
+20200428,OR,2354,48844,,249,554,71,,31,,,B,4/27/2020 11:00,2020-04-27T11:00:00Z,04/27 07:00,92,554,2020-04-27T11:00:00Z,41,0,0,51198,51198,0,51198,0,0,1dc2ed06de8ef1c7c94d4c5a73144adba623af28,0,0,0,0,0,
+20200428,PA,43264,165824,,2781,,,,616,,,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,1716,,2020-04-28T00:00:00Z,42,1214,4452,209088,209088,5666,209088,119,0,405d025c9c00ed5ddf63f6bbb06e1fd51be2b545,0,0,0,0,0,
+20200428,PR,1400,9313,1940,,,,,,,,D,4/28/2020 06:30,2020-04-28T06:30:00Z,04/28 02:30,86,,2020-04-28T06:30:00Z,72,11,0,12653,10713,11,10713,2,0,b56d49d221c95e939d46b67be4afe8ef54e42667,0,0,0,0,0,
+20200428,RI,7926,49767,,266,732,84,,55,,466,A+,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,239,732,2020-04-28T00:00:00Z,44,218,1590,57693,57693,1808,57693,6,14,6df5928f5f05efe172530718fffc429753632795,0,0,0,0,0,
+20200428,SC,5613,46532,,,944,,,,,2830,B,4/27/2020 16:30,2020-04-27T16:30:00Z,04/27 12:30,177,944,2020-04-27T16:30:00Z,45,123,1261,52145,52145,1384,52145,3,0,8deb86894e2baa7b785103f57fb4476d79bb9ab0,0,0,0,0,0,
+20200428,SD,2313,14299,,69,157,,,,,1392,C,4/27/2020 18:00,2020-04-27T18:00:00Z,04/27 14:00,11,157,2020-04-27T18:00:00Z,46,68,169,16612,16612,237,16612,0,7,b7d914a1a172685f6f424670502fd61e7e61a2be,0,0,0,0,0,
+20200428,TN,10052,151876,,,894,,,,,4921,B,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,188,894,2020-04-28T15:00:00Z,47,134,7392,161928,161928,7526,161928,4,57,73e38878490c2424fd746dc6f61841495fca78d3,0,0,0,0,0,
+20200428,TX,26171,274213,,1682,,,,,,11786,B,4/28/2020 13:00,2020-04-28T13:00:00Z,04/28 09:00,690,,2020-04-28T13:00:00Z,48,874,8993,300384,300384,9867,300384,27,0,c91c283ddb315c1d8c7e32c6e056dc5e5d2eb575,0,0,0,0,0,
+20200428,UT,4343,98096,,,370,,,,,1704,C,4/28/2020 15:00,2020-04-28T15:00:00Z,04/28 11:00,45,370,2020-04-28T15:00:00Z,49,110,2134,102439,102439,2244,102439,4,21,8025d5cf1f6a24c4207059c4ace99e5449778800,0,0,0,0,0,
+20200428,VA,14339,68959,560,1508,3422,376,,217,,1914,B,4/27/2020 17:00,2020-04-27T17:00:00Z,04/27 13:00,492,3422,2020-04-27T17:00:00Z,51,804,1815,83858,83298,2619,83298,34,124,d47ac483b32a404f21bc04b8d1adf89fca59cddb,0,0,0,0,0,
+20200428,VI,59,719,57,,,,,,,51,D,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,4,,2020-04-27T00:00:00Z,78,0,3,835,778,3,778,0,0,76845fe966f2aa42ca20919006c7f916ccf871b5,0,0,0,0,0,
+20200428,VT,862,13947,,29,,,,,,,C,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,47,,2020-04-28T00:00:00Z,50,0,128,14809,14809,128,14809,0,0,f7d47f4f10df3ac15076022c5b09856578fda838,0,0,0,0,0,
+20200428,WA,15459,188973,,436,,158,,,,,B,4/28/2020 00:00,2020-04-28T00:00:00Z,04/27 20:00,765,,2020-04-28T00:00:00Z,53,234,6695,204432,204432,6929,204432,16,0,7a9c42c6c86fb252e57ae8b53282d16115321c70,0,0,0,0,0,
+20200428,WI,6289,63535,193,544,1456,123,363,,,,A,4/28/2020 16:00,2020-04-28T16:00:00Z,04/28 12:00,300,1456,2020-04-28T16:00:00Z,55,208,2224,70017,69824,2432,69824,19,41,e25b1695ee12ce7a66df40c0c32c83a4cb74ccaa,0,0,0,0,0,
+20200428,WV,1079,41976,,87,,28,,15,,481,B,4/28/2020 10:00,2020-04-28T10:00:00Z,04/28 06:00,37,,2020-04-28T10:00:00Z,54,16,0,43055,43055,16,43055,1,0,d59e8e1fddea442ce42ed7f82777bc606c982f2c,0,0,0,0,0,
+20200428,WY,389,8226,,16,56,,,,,343,C,4/27/2020 17:05,2020-04-27T17:05:00Z,04/27 13:05,7,56,2020-04-27T17:05:00Z,56,19,429,8615,8615,448,8615,0,2,7a4e1528aedc0bd40f1d5ccb1062019d6737625f,0,0,0,0,0,
+20200427,AK,345,15911,,10,,,,,,218,B,4/27/2020 14:00,2020-04-27T14:00:00Z,04/27 10:00,9,,2020-04-27T14:00:00Z,02,4,75,16256,16256,79,16256,0,0,7453804ac9e5a8e8ade2a44d5dcf5f2b8b6c0037,0,0,0,0,0,
+20200427,AL,6499,67498,,,872,,335,,195,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,222,872,2020-04-27T00:00:00Z,01,229,217,73997,73997,446,73997,6,27,f8fc353db4722c7a9af067e334ece089a0475f37,0,0,0,0,0,
+20200427,AR,3017,37440,,109,,,,25,,987,B,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,50,,2020-04-27T15:00:00Z,05,76,912,40457,40457,988,40457,1,-291,7520ed06b5290b6ff7d05b25ed5528bec81aeea1,0,0,0,0,0,
+20200427,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,3c4485cba7c23a708d578fc981c0771e73e712eb,0,0,0,0,0,
+20200427,AZ,6716,59827,,647,1051,328,,200,,1418,A+,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,275,1051,2020-04-27T00:00:00Z,04,190,1542,66543,66543,1732,66543,0,14,69841b86cf6a8244cf302d48778da205817f64ba,0,0,0,0,0,
+20200427,CA,43464,509945,,4878,,1499,,,,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,1755,,2020-04-27T00:00:00Z,06,1300,26025,553409,553409,27325,553409,45,0,0cbdeba67c0d72d55e2c01284942ebf3cbbfe747,0,0,0,0,0,
+20200427,CO,13441,49833,,1007,2438,,,,,2150,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,680,2438,2020-04-25T00:00:00Z,08,473,3010,63274,63274,3483,63274,8,28,9f1b114bd554566582f7644ace9367e6f923df68,0,0,0,0,0,
+20200427,CT,25269,54542,,1758,,,,,,,C,4/27/2020 16:27,2020-04-27T16:27:00Z,04/27 12:27,1998,,2020-04-27T16:27:00Z,09,0,0,79811,79811,0,79811,74,0,cd818f6579314fd8e60c978c97eac1d122cf579c,0,0,0,0,0,
+20200427,DC,3892,14524,,402,,,,,,659,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,185,,2020-04-26T00:00:00Z,11,51,297,18416,18416,348,18416,7,0,57e28bbf16463d8f29a194069a13841aeb285938,0,0,0,0,0,
+20200427,DE,4162,15454,,325,,,,,,996,B,4/26/2020 18:00,2020-04-26T18:00:00Z,04/26 14:00,125,,2020-04-26T18:00:00Z,10,128,239,19616,19616,367,19616,5,0,dbceaa8a709b250b1065ab67b780ea3037c5d41a,0,0,0,0,0,
+20200427,FL,32138,324325,1099,,5211,,,,,,C,4/27/2020 09:24,2020-04-27T09:24:00Z,04/27 05:24,1101,5211,2020-04-27T09:24:00Z,12,610,11240,357562,356463,11850,356463,7,56,c08acc329dd9d12bdf5f0dccba5a9372d2b7ec26,0,0,0,0,0,
+20200427,GA,23913,103256,,,4681,,1057,,,,B,4/27/2020 11:27,2020-04-27T11:27:00Z,04/27 07:27,971,4681,2020-04-27T11:27:00Z,13,512,3434,127169,127169,3946,127169,59,322,37f745f8c2f454f0d425694c3eb5832cf4684f20,0,0,0,0,0,
+20200427,GU,144,1424,,3,,,,,,128,D,4/27/2020 07:20,2020-04-27T07:20:00Z,04/27 03:20,5,,2020-04-27T07:20:00Z,66,3,37,1568,1568,40,1568,0,0,1d2963104bdbafffee53b9a49ce0563a907f8e93,0,0,0,0,0,
+20200427,HI,606,28404,,,68,,,,,488,C,4/26/2020 18:00,2020-04-26T18:00:00Z,04/26 14:00,14,68,2020-04-26T18:00:00Z,15,3,524,29010,29010,527,29010,0,0,ddc9b7b4eb44d7a50c04ac40d906b9d1431514e5,0,0,0,0,0,
+20200427,IA,5868,32282,,300,,100,,58,,2021,B,4/25/2020 12:00,2020-04-25T12:00:00Z,04/25 08:00,127,,2020-04-25T12:00:00Z,19,392,1668,38150,38150,2060,38150,9,0,2010817b3a25c6a6d3339f57a335f7610191e07a,0,0,0,0,0,
+20200427,ID,1897,18127,,,169,,71,,,983,C,4/26/2020 19:00,2020-04-26T19:00:00Z,04/26 15:00,56,169,2020-04-26T19:00:00Z,16,10,516,20024,20024,526,20024,0,0,ec7bce22669be8290a6fab456de802c616bc0208,0,0,0,0,0,
+20200427,IL,45883,181745,,4672,,1249,,763,,,A,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,1983,,2020-04-27T00:00:00Z,17,1980,10696,227628,227628,12676,227628,50,0,16bc15b6057426191ccd8e50a4db35a7b64b3c85,0,0,0,0,0,
+20200427,IN,15961,68515,,1493,,581,,284,,,B,4/26/2020 23:59,2020-04-26T23:59:00Z,04/26 19:59,844,,2020-04-26T23:59:00Z,18,949,1819,84476,84476,2768,84476,31,0,cd0a4e12684fa2896873d58bcb5597777ebe2a3e,0,0,0,0,0,
+20200427,KS,3328,23839,,,496,,,,,,C,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,120,496,2020-04-26T11:00:00Z,20,154,786,27167,27167,940,27167,2,11,b86b595cec2fd981f2e2a305bf0059bbbd89de4a,0,0,0,0,0,
+20200427,KY,4074,44400,,308,1274,166,608,,,1511,A,4/26/2020 17:00,2020-04-26T17:00:00Z,04/26 13:00,208,1274,2020-04-26T17:00:00Z,21,169,1747,48474,48474,1916,48474,3,8,d75dbaa13ef878f187ff06223afb6ee97d1e4055,0,0,0,0,0,
+20200427,LA,27068,119921,,1683,,,,262,,17303,B,4/27/2020 13:00,2020-04-27T13:00:00Z,04/27 09:00,1697,,2020-04-27T13:00:00Z,22,295,3658,146989,146989,3953,146989,27,0,734a4fbec53334d8fd9709fbda922d28ce852017,0,0,0,0,0,
+20200427,MA,56462,188425,,3892,5237,1089,,,,,B,4/27/2020 16:00,2020-04-27T16:00:00Z,04/27 12:00,3003,5237,2020-04-27T16:00:00Z,25,1524,7263,244887,244887,8787,244887,104,133,79bee62c0d8f8e48ff512a4f95fbdb6d6d47c4c6,0,0,0,0,0,
+20200427,MD,19487,85489,,1513,4101,535,,,,1263,A,4/27/2020 10:00,2020-04-27T10:00:00Z,04/27 06:00,1045,4101,2020-04-27T10:00:00Z,24,906,7405,104976,104976,8311,104976,44,139,2e4f9f214602ec74b2f21a73c4760689709d048f,0,0,0,0,0,
+20200427,ME,1023,16784,,39,161,16,,7,,549,B,4/27/2020 11:15,2020-04-27T11:15:00Z,04/27 07:15,51,161,2020-04-27T11:15:00Z,23,8,0,17807,17807,8,17807,1,2,965db19c9923fa94c638b52b37e2227b8a9b1551,0,0,0,0,0,
+20200427,MI,38210,119550,,2667,,1059,,832,,8342,A+,4/27/2020 11:00,2020-04-27T11:00:00Z,04/27 07:00,3407,,2020-04-27T11:00:00Z,26,432,6322,157760,157760,6754,157760,92,0,449095aa0213bd1c2295b4fe7d516d1751c19719,0,0,0,0,0,
+20200427,MN,3816,57452,,292,861,122,316,,,1556,A,4/26/2020 17:00,2020-04-26T17:00:00Z,04/26 13:00,286,861,2020-04-26T17:00:00Z,27,214,2067,61268,61268,2281,61268,14,32,4a63e868e711e3038db204f0a4477f83ab876b29,0,0,0,0,0,
+20200427,MO,7171,63935,,679,,,,109,,,B,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,288,,2020-04-27T15:00:00Z,29,174,1184,71106,71106,1358,71106,14,0,8a4430cdf339450eec1c486c3b6e169fd3b31c67,0,0,0,0,0,
+20200427,MP,14,51,,,,,,,,11,D,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,2,,2020-04-27T00:00:00Z,69,0,0,65,65,0,65,0,0,6913f64b08a1225ac94d2428efa3b27737cc3d59,0,0,0,0,0,
+20200427,MS,6094,57368,,590,1060,142,,71,,,B,4/26/2020 19:00,2020-04-26T19:00:00Z,04/26 15:00,229,1060,2020-04-26T19:00:00Z,28,183,2491,63462,63462,2674,63462,2,59,d85e6f4b2bc34ff530f66faafd85ecd0e07e2cda,0,0,0,0,0,
+20200427,MT,449,12584,,11,61,,,,,352,C,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,14,61,2020-04-27T00:00:00Z,30,1,170,13033,13033,171,13033,0,0,e9abd55a18ec747c33a2c74cf61516da808bc659,0,0,0,0,0,
+20200427,NC,9142,100778,,473,,,,,,,B,4/27/2020 10:20,2020-04-27T10:20:00Z,04/27 06:20,306,,2020-04-27T10:20:00Z,37,312,1714,109920,109920,2026,109920,7,0,098589b6a8f0ced7c88797fe990dc6cec97a8ad4,0,0,0,0,0,
+20200427,ND,942,21492,,23,77,,,,,350,C,4/27/2020 13:00,2020-04-27T13:00:00Z,04/27 09:00,19,77,2020-04-27T13:00:00Z,38,75,1642,22434,22434,1717,22434,2,6,5943d74ceed6c29d2169b768e5e92c5e727e12bd,0,0,0,0,0,
+20200427,NE,3028,19335,,,,,,,,,D,4/26/2020 19:45,2020-04-26T19:45:00Z,04/26 15:45,56,,2020-04-26T19:45:00Z,31,296,839,22363,22363,1135,22363,3,0,6213b16a2f91d3accb14fcb07f7eef4347746b95,0,0,0,0,0,
+20200427,NH,1864,17860,270,101,242,,,,,779,C,4/26/2020 09:00,2020-04-26T09:00:00Z,04/26 05:00,60,242,2020-04-26T09:00:00Z,33,77,896,19994,19724,973,19724,0,4,4107b939071782d9219d73c0bd900434caf0cf78,0,0,0,0,0,
+20200427,NJ,111188,116587,,6407,,1801,,1303,,,A,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,6044,,2020-04-26T11:00:00Z,34,2150,2481,227775,227775,4631,227775,106,0,5c04c91f915411df8a0ee00326132cebbd550b1a,0,0,0,0,0,
+20200427,NM,2726,53889,,148,412,,,,,650,C,4/26/2020 18:01,2020-04-26T18:01:00Z,04/26 14:01,99,412,2020-04-26T18:01:00Z,35,66,2814,56615,56615,2880,56615,6,0,d94e21e5ef9bd0aa01c88c804d269b481c459266,0,0,0,0,0,
+20200427,NV,4690,34123,,,,,,,,,F,4/27/2020 10:00,2020-04-27T10:00:00Z,04/27 06:00,206,,2020-04-27T10:00:00Z,32,88,539,38813,38813,627,38813,0,0,4cc8d8f8ac79bae5779c8ed02d4d1fcee1a6cebc,0,0,0,0,0,
+20200427,NY,291996,534099,,12819,74602,,,,,50751,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,17303,74602,2020-04-27T00:00:00Z,36,3951,16794,826095,826095,20745,826095,337,1062,265a21a76ee3c9eec3dadb8e2e6c6e756e6014fc,0,0,0,0,0,
+20200427,OH,15699,103692,,,3232,,978,,,,B,4/27/2020 14:00,2020-04-27T14:00:00Z,04/27 10:00,753,3232,2020-04-27T14:00:00Z,39,-264,3269,119391,119391,3005,119391,25,54,0a114d7d36bce28d5b10c0ed501d15f22b17e59e,0,0,0,0,0,
+20200427,OK,3280,49891,,306,656,150,,,,2167,A,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,197,656,2020-04-27T00:00:00Z,40,27,0,53171,53171,27,53171,2,3,55e53590402fb7cc9bf55d28763e98bf01bae788,0,0,0,0,0,
+20200427,OR,2354,48844,,249,554,71,,31,,,B,4/27/2020 11:00,2020-04-27T11:00:00Z,04/27 07:00,92,554,2020-04-27T11:00:00Z,41,43,2191,51198,51198,2234,51198,1,8,27baf5372dfc15aaee72f84437e233fdabfb5e65,0,0,0,0,0,
+20200427,PA,42050,161372,,2800,,,,629,,,B,4/27/2020 12:00,2020-04-27T12:00:00Z,04/27 08:00,1597,,2020-04-27T12:00:00Z,42,885,3944,203422,203422,4829,203422,47,0,9d880b1657fe58a8a944182eb622a65ff6100196,0,0,0,0,0,
+20200427,PR,1389,9313,1940,,,,,,,,D,4/27/2020 06:00,2020-04-27T06:00:00Z,04/27 02:00,84,,2020-04-27T06:00:00Z,72,18,0,12642,10702,18,10702,0,0,1f07e9651e5301ad57491cfddf5b4aa76eaf257d,0,0,0,0,0,
+20200427,RI,7708,48177,,266,718,81,,56,,452,A+,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,233,718,2020-04-27T00:00:00Z,44,269,2213,55885,55885,2482,55885,7,27,4fdb8108ec27b9bb5176be48d659f19c419ee66e,0,0,0,0,0,
+20200427,SC,5490,45271,,,944,,,,,3701,B,4/26/2020 15:30,2020-04-26T15:30:00Z,04/26 11:30,174,944,2020-04-26T15:30:00Z,45,0,0,50761,50761,0,50761,0,0,d204699207849b814232a369afc128148c4b0742,0,0,0,0,0,
+20200427,SD,2245,14130,,61,150,,,,,1316,C,4/26/2020 18:00,2020-04-26T18:00:00Z,04/26 14:00,11,150,2020-04-26T18:00:00Z,46,33,68,16375,16375,101,16375,0,15,8444f5c98877b46707e48ee790e5a1f8242f64dd,0,0,0,0,0,
+20200427,TN,9918,144484,,,837,,,,,4720,B,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,184,837,2020-04-27T15:00:00Z,47,251,6677,154402,154402,6928,154402,3,9,7ba51b52f65520bc0d76a5bd22b6fad6a830440b,0,0,0,0,0,
+20200427,TX,25297,265220,,1563,,,,,,11170,B,4/27/2020 13:10,2020-04-27T13:10:00Z,04/27 09:10,663,,2020-04-27T13:10:00Z,48,666,13830,290517,290517,14496,290517,15,0,a570dc1f9e4bcc3e8ebaba0b318be00dffea4061,0,0,0,0,0,
+20200427,UT,4233,95962,,,349,,,,,1641,C,4/27/2020 15:00,2020-04-27T15:00:00Z,04/27 11:00,41,349,2020-04-27T15:00:00Z,49,110,4383,100195,100195,4493,100195,0,4,710978e6a88ac6dcdee88d78391c4b2cca784af1,0,0,0,0,0,
+20200427,VA,13535,67144,542,1455,3298,389,,217,,1843,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,458,3298,2020-04-27T00:00:00Z,51,565,3514,81221,80679,4079,80679,10,1284,7a1cec24b45e9fb617ff5f0c2ceb275c6da5130d,0,0,0,0,0,
+20200427,VI,59,716,5,,,,,,,51,D,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,4,,2020-04-26T00:00:00Z,78,2,16,780,775,18,775,0,0,e0a8e22878d9c8194d18897c92e091a650a4d308,0,0,0,0,0,
+20200427,VT,862,13819,,33,,,,,,,C,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,47,,2020-04-27T00:00:00Z,50,7,301,14681,14681,308,14681,1,0,9b0c199258556cc08c6fdf0cfb8c4ce217ac87fb,0,0,0,0,0,
+20200427,WA,15225,182278,,536,,115,,,,,B,4/27/2020 00:00,2020-04-27T00:00:00Z,04/26 20:00,749,,2020-04-27T00:00:00Z,53,273,7022,197503,197503,7295,197503,11,0,23d287c35f788eb54159fbbe0e1d3ae98f226dad,0,0,0,0,0,
+20200427,WI,6081,61311,204,337,1415,124,355,,,,A,4/27/2020 16:00,2020-04-27T16:00:00Z,04/27 12:00,281,1415,2020-04-27T16:00:00Z,55,170,2076,67596,67392,2246,67392,9,18,671f29f1c29b16af89adfaad8d150aa1a7a7b9e8,0,0,0,0,0,
+20200427,WV,1063,41976,,100,,38,,20,,455,B,4/27/2020 10:00,2020-04-27T10:00:00Z,04/27 06:00,36,,2020-04-27T10:00:00Z,54,19,3957,43039,43039,3976,43039,2,0,aa5cab33d703b67b09330766e4d879a418d6c7d0,0,0,0,0,0,
+20200427,WY,370,7797,,16,54,,,,,342,C,4/26/2020 13:58,2020-04-26T13:58:00Z,04/26 09:58,7,54,2020-04-26T13:58:00Z,56,8,0,8167,8167,8,8167,0,0,4dcf191182c9286c40887a6fe1bff907aa8d6888,0,0,0,0,0,
+20200426,AK,341,15836,,14,,,,,,217,B,4/26/2020 14:15,2020-04-26T14:15:00Z,04/26 10:15,9,,2020-04-26T14:15:00Z,02,2,443,16177,16177,445,16177,0,0,1875a73ad2d41c67d6c91769e5ee0fbb18cfaee9,0,0,0,0,0,
+20200426,AL,6270,67281,,,845,,288,,170,,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,216,845,2020-04-26T00:00:00Z,01,133,2074,73551,73551,2207,73551,4,6,101b55d485be87c86aa4ae3a49b8f484a336569e,0,0,0,0,0,
+20200426,AR,2941,36528,,104,291,,,25,57,985,B,4/26/2020 10:00,2020-04-26T10:00:00Z,04/26 06:00,49,291,2020-04-26T10:00:00Z,05,112,1304,39469,39469,1416,39469,2,0,1299f56a624b15edb4052f03d1c6941c42e3a80c,0,0,0,0,0,
+20200426,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,78ebb954f6eb1eeebd85499169d7fab68392e803,0,0,0,0,0,
+20200426,AZ,6526,58285,,671,1037,308,,200,,1383,A+,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,275,1037,2020-04-26T00:00:00Z,04,246,2057,64811,64811,2303,64811,9,15,c8bf39b9f2e835c8203fc4954c87db862ca5add4,0,0,0,0,0,
+20200426,CA,42164,483920,,4928,,1473,,,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,1710,,2020-04-25T00:00:00Z,06,1027,19022,526084,526084,20049,526084,59,0,2ee962e5ed424443a034c9a0de4a83abfb42f4c9,0,0,0,0,0,
+20200426,CO,12968,46823,,1046,2410,,,,,2150,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,672,2410,2020-04-24T00:00:00Z,08,712,2290,59791,59791,3002,59791,-2,44,47127cd8dc395f6ca6662cadedf65ea52e66c6c7,0,0,0,0,0,
+20200426,CT,25269,54542,,1766,,,,,,,C,4/26/2020 16:00,2020-04-26T16:00:00Z,04/26 12:00,1924,,2020-04-26T16:00:00Z,09,687,1522,79811,79811,2209,79811,62,0,5156c155c9dfe447a9827badd72d718479a43967,0,0,0,0,0,
+20200426,DC,3841,14227,,402,,120,,69,,657,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,178,,2020-04-25T00:00:00Z,11,142,624,18068,18068,766,18068,13,0,5367253c555fb097e144e76fc39f8b2798dd2538,0,0,0,0,0,
+20200426,DE,4034,15215,,317,,,,,,911,B,4/25/2020 18:00,2020-04-25T18:00:00Z,04/25 14:00,120,,2020-04-25T18:00:00Z,10,458,1093,19249,19249,1551,19249,8,0,82ced60d49bc4639146019913c84b414168fb93c,0,0,0,0,0,
+20200426,FL,31528,313085,1183,,5155,,,,,,C,4/26/2020 09:32,2020-04-26T09:32:00Z,04/26 05:32,1094,5155,2020-04-26T09:32:00Z,12,689,10825,345796,344613,11514,344613,19,110,c16eb8a17280eb7cd276788935068c8eba41ea2f,0,0,0,0,0,
+20200426,GA,23401,99822,,,4359,,,,,,B,4/26/2020 11:28,2020-04-26T11:28:00Z,04/26 07:28,912,4359,2020-04-26T11:28:00Z,13,706,3503,123223,123223,4209,123223,8,33,2d42cc2bb3e64c0211f6c2f3ca64621c8cc2af08,0,0,0,0,0,
+20200426,GU,141,1387,,2,,,,,,128,D,4/26/2020 07:30,2020-04-26T07:30:00Z,04/26 03:30,5,,2020-04-26T07:30:00Z,66,0,79,1528,1528,79,1528,0,0,42aaeac2ff7091cac0a2166e45b011fda2adc198,0,0,0,0,0,
+20200426,HI,603,27880,,,68,,,,,482,C,4/25/2020 18:00,2020-04-25T18:00:00Z,04/25 14:00,14,68,2020-04-25T18:00:00Z,15,2,441,28483,28483,443,28483,1,1,3123ec78e9486aed1c21c5ee1f9732894e046480,0,0,0,0,0,
+20200426,IA,5476,30614,,286,,99,,55,,1900,B,4/25/2020 12:00,2020-04-25T12:00:00Z,04/25 08:00,118,,2020-04-25T12:00:00Z,19,384,1356,36090,36090,1740,36090,6,0,5a482e19b9ad7584be78fbf1e2966bf5b92f9b8a,0,0,0,0,0,
+20200426,ID,1887,17611,,,169,,72,,,938,C,4/25/2020 19:00,2020-04-25T19:00:00Z,04/25 15:00,56,169,2020-04-25T19:00:00Z,16,17,0,19498,19498,17,19498,2,1,ac412d62d0926f151f1237a46833252266c62fbf,0,0,0,0,0,
+20200426,IL,43903,171049,,4595,,1267,,772,,,A,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,1933,,2020-04-26T00:00:00Z,17,2126,11209,214952,214952,13335,214952,59,0,e2f0c604dbae470d3991637ffbfd55f3a57889d9,0,0,0,0,0,
+20200426,IN,15012,66696,,1446,,589,,310,,,B,4/25/2020 23:59,2020-04-25T23:59:00Z,04/25 19:59,813,,2020-04-25T23:59:00Z,18,617,1317,81708,81708,1934,81708,28,0,9f093ebd18ef78b7c43d4046f2d5357de4ba3ba3,0,0,0,0,0,
+20200426,KS,3174,23053,,,485,,,,,,C,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,118,485,2020-04-26T11:00:00Z,20,118,910,26227,26227,1028,26227,1,11,37d32418a94b700b71fb37dc5674af1930f44774,0,0,0,0,0,
+20200426,KY,3905,42653,,301,1266,164,605,,,1501,A,4/25/2020 17:00,2020-04-25T17:00:00Z,04/25 13:00,205,1266,2020-04-25T17:00:00Z,21,126,1470,46558,46558,1596,46558,5,123,41f23bdc1fc95e4ee3832e42275d45e66bca2228,0,0,0,0,0,
+20200426,LA,26773,116263,,1701,,,,265,,14927,B,4/26/2020 13:00,2020-04-26T13:00:00Z,04/26 09:00,1670,,2020-04-26T13:00:00Z,22,261,3773,143036,143036,4034,143036,26,0,6b7d4941160d5d857a2bc221eaa864422a418f77,0,0,0,0,0,
+20200426,MA,54938,181162,,3879,5104,1077,,,,,B,4/26/2020 16:00,2020-04-26T16:00:00Z,04/26 12:00,2899,5104,2020-04-26T16:00:00Z,25,1590,7665,236100,236100,9255,236100,22,139,5dcb71e28a6c21899b9cfc635614785b057e27f5,0,0,0,0,0,
+20200426,MD,18581,78084,,1463,3962,530,,,,1177,A,4/26/2020 10:00,2020-04-26T10:00:00Z,04/26 06:00,1001,3962,2020-04-26T10:00:00Z,24,815,6727,96665,96665,7542,96665,53,202,1f38844528982fd61c8c12d172f0f770877337b7,0,0,0,0,0,
+20200426,ME,1015,16784,,39,159,19,,7,,532,B,4/26/2020 10:30,2020-04-26T10:30:00Z,04/26 06:30,50,159,2020-04-26T10:30:00Z,23,25,0,17799,17799,25,17799,0,3,6e856a1d62a5cbf2567c9c676194eed93c46ab4e,0,0,0,0,0,
+20200426,MI,37778,113228,,2757,,1099,,871,,8342,A+,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,3315,,2020-04-26T11:00:00Z,26,575,6387,151006,151006,6962,151006,41,0,18034d13cf5380c155126e0fb87c0239c630784c,0,0,0,0,0,
+20200426,MN,3602,55385,,285,829,115,301,,,1502,A,4/26/2020 12:00,2020-04-26T12:00:00Z,04/26 08:00,272,829,2020-04-26T12:00:00Z,27,156,2234,58987,58987,2390,58987,28,32,70b898d836e8508fecf651388cbd8f1e39c3c16d,0,0,0,0,0,
+20200426,MO,6997,62751,,679,,,,109,,,B,4/26/2020 15:00,2020-04-26T15:00:00Z,04/26 11:00,274,,2020-04-26T15:00:00Z,29,171,2359,69748,69748,2530,69748,1,0,93c9efb49d81bc255feac7b9d67beda74e06d773,0,0,0,0,0,
+20200426,MP,14,51,,,,,,,,11,D,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,2,,2020-04-26T00:00:00Z,69,0,0,65,65,0,65,0,0,e4ea652c3a7b997e215886855971fac7673a8983,0,0,0,0,0,
+20200426,MS,5911,54877,,644,1001,146,,67,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,227,1001,2020-04-25T00:00:00Z,28,193,1638,60788,60788,1831,60788,6,5,4960fb00cb21ae73394d7fd3b9401ad369ff3b36,0,0,0,0,0,
+20200426,MT,448,12414,,11,61,,,,,339,C,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,14,61,2020-04-26T00:00:00Z,30,3,362,12862,12862,365,12862,0,0,d09f7d0043170a4ae5dc0204b72e66485051a496,0,0,0,0,0,
+20200426,NC,8830,99064,,451,,,,,,,B,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,299,,2020-04-26T11:00:00Z,37,207,2422,107894,107894,2629,107894,10,0,11308c6900f927c78a0d2e21f041c064918a68f0,0,0,0,0,0,
+20200426,ND,867,19850,,18,71,,,,,326,C,4/26/2020 13:00,2020-04-26T13:00:00Z,04/26 09:00,17,71,2020-04-26T13:00:00Z,38,64,1303,20717,20717,1367,20717,1,1,8de3a22bfa0e2f9baf0463892941e0defcf8dfee,0,0,0,0,0,
+20200426,NE,2732,18496,,,,,,,,,D,4/25/2020 19:45,2020-04-25T19:45:00Z,04/25 15:45,53,,2020-04-25T19:45:00Z,31,311,944,21228,21228,1255,21228,3,0,734431bb46c48744530e5e3b650efda5949d3bc0,0,0,0,0,0,
+20200426,NH,1787,16964,550,95,238,,,,,777,C,4/25/2020 09:00,2020-04-25T09:00:00Z,04/25 05:00,60,238,2020-04-25T09:00:00Z,33,67,957,19301,18751,1024,18751,7,14,7657dad689089b792ee8cea6026732f14990230e,0,0,0,0,0,
+20200426,NJ,109038,114106,,6573,,1804,,1418,,,A,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,5938,,2020-04-26T11:00:00Z,34,3515,5943,223144,223144,9458,223144,75,0,072ab1ce18fdf82bce0f5aafcb72cf5208a67fdb,0,0,0,0,0,
+20200426,NM,2660,51075,,152,412,,,,,614,C,4/25/2020 20:24,2020-04-25T20:24:00Z,04/25 16:24,93,412,2020-04-25T20:24:00Z,35,139,2086,53735,53735,2225,53735,9,0,10aee1a5e83d73d6da87444cd67883be28a211e0,0,0,0,0,0,
+20200426,NV,4602,33584,,,,,,,,,F,4/26/2020 12:00,2020-04-26T12:00:00Z,04/26 08:00,206,,2020-04-26T12:00:00Z,32,63,915,38186,38186,978,38186,2,0,a65891a7065521574850cb397adc0525fe49a0dc,0,0,0,0,0,
+20200426,NY,288045,517305,,12839,73540,5016,,,,49687,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,16966,73540,2020-04-26T00:00:00Z,36,5902,21880,805350,805350,27782,805350,367,1096,a6663b992a990592cf545143f78b7d1517850b84,0,0,0,0,0,
+20200426,OH,15963,100423,,,3178,,952,,,,B,4/26/2020 14:00,2020-04-26T14:00:00Z,04/26 10:00,728,3178,2020-04-26T14:00:00Z,39,376,4027,116386,116386,4403,116386,17,63,bff63383179de939c109e8db709f34eda5212313,0,0,0,0,0,
+20200426,OK,3253,49891,,306,653,150,,,,2139,A,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,195,653,2020-04-26T00:00:00Z,40,60,0,53144,53144,60,53144,1,16,67b5af7888037b9cbc65b91aa038efbb01120368,0,0,0,0,0,
+20200426,OR,2311,46653,,249,546,71,,31,,,B,4/26/2020 11:00,2020-04-26T11:00:00Z,04/26 07:00,91,546,2020-04-26T11:00:00Z,41,58,1529,48964,48964,1587,48964,4,10,df9044ed4a7fcb846e73fbcd7549a8d27148ae1e,0,0,0,0,0,
+20200426,PA,41165,157428,,2736,,,,632,,,B,4/26/2020 12:00,2020-04-26T12:00:00Z,04/26 08:00,1550,,2020-04-26T12:00:00Z,42,1116,4542,198593,198593,5658,198593,13,0,d60407f508f263a0255473e7dfefa238673f60b7,0,0,0,0,0,
+20200426,PR,1371,9313,1940,,,,,,,,D,4/26/2020 06:00,2020-04-26T06:00:00Z,04/26 02:00,84,,2020-04-26T06:00:00Z,72,64,0,12624,10684,64,10684,1,0,19032e2024ccb7660da4a41dbccc4e201c730ef2,0,0,0,0,0,
+20200426,RI,7439,45964,,258,691,78,,53,,433,A+,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,226,691,2020-04-26T00:00:00Z,44,310,2202,53403,53403,2512,53403,11,115,fea9d6ba64f47ec4063f7643a07d6b021d17e2e8,0,0,0,0,0,
+20200426,SC,5490,45271,,,944,,,,,3701,B,4/26/2020 15:30,2020-04-26T15:30:00Z,04/26 11:30,174,944,2020-04-26T15:30:00Z,45,237,1510,50761,50761,1747,50761,8,0,29d707752ef58f704e30863be0a78e4f9a4fa1a3,0,0,0,0,0,
+20200426,SD,2212,14062,,64,135,,,,,1257,C,4/25/2020 18:00,2020-04-25T18:00:00Z,04/25 14:00,11,135,2020-04-25T18:00:00Z,46,65,613,16274,16274,678,16274,1,7,ecd7380efdbc4feab8ebc1549418fb8dc8c06ee1,0,0,0,0,0,
+20200426,TN,9667,137807,,,828,,,,,4527,B,4/26/2020 15:00,2020-04-26T15:00:00Z,04/26 11:00,181,828,2020-04-26T15:00:00Z,47,478,5590,147474,147474,6068,147474,3,7,da73ee8137f6f3c9fd9e6938c07fb34a1322a082,0,0,0,0,0,
+20200426,TX,24631,251390,,1542,,,,,,10763,B,4/26/2020 12:40,2020-04-26T12:40:00Z,04/26 08:40,648,,2020-04-26T12:40:00Z,48,858,12347,276021,276021,13205,276021,25,0,d125368225b498af96884f9118cbea09ba521fa0,0,0,0,0,0,
+20200426,UT,4123,91579,,,345,,,,,1568,C,4/26/2020 15:00,2020-04-26T15:00:00Z,04/26 11:00,41,345,2020-04-26T15:00:00Z,49,175,5321,95702,95702,5496,95702,0,16,4af49b0df810f743f2c0b5dcf6b57a20583446e1,0,0,0,0,0,
+20200426,VA,12970,63630,539,1436,2014,387,,217,,1815,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,448,2014,2020-04-26T00:00:00Z,51,604,3354,77139,76600,3958,76600,12,72,7873f1f0494ad78ccf32fb53f07e1e90a1cbd8f2,0,0,0,0,0,
+20200426,VI,57,700,19,,,,,,,51,D,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,4,,2020-04-26T00:00:00Z,78,2,7,776,757,9,757,1,0,c9af73f9229eb573ddfc2f3ec593f1c4e88cafd5,0,0,0,0,0,
+20200426,VT,855,13518,,34,,,,,,,C,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,46,,2020-04-26T00:00:00Z,50,3,248,14373,14373,251,14373,0,0,f1cf3267f37fda5e229e6257f002280273af4f76,0,0,0,0,0,
+20200426,WA,14952,175256,,508,,145,,,,,B,4/26/2020 00:00,2020-04-26T00:00:00Z,04/25 20:00,738,,2020-04-26T00:00:00Z,53,179,1577,190208,190208,1756,190208,73,0,192280cb004757a00378416203c082e46f87085a,0,0,0,0,0,
+20200426,WI,5911,59235,197,337,1397,136,353,,,,A,4/26/2020 16:00,2020-04-26T16:00:00Z,04/26 12:00,272,1397,2020-04-26T16:00:00Z,55,224,2097,65343,65146,2321,65146,6,21,e65216a5fb342e6c49206dd8077e32cd3289eadd,0,0,0,0,0,
+20200426,WV,1044,38019,,100,,38,,20,,455,B,4/26/2020 10:00,2020-04-26T10:00:00Z,04/26 06:00,34,,2020-04-26T10:00:00Z,54,24,6073,39063,39063,6097,39063,2,0,9fa07576c063580db1dfa1bffc81a7974db33d33,0,0,0,0,0,
+20200426,WY,362,7797,,16,54,,,,,334,C,4/25/2020 17:20,2020-04-25T17:20:00Z,04/25 13:20,7,54,2020-04-25T17:20:00Z,56,13,0,8159,8159,13,8159,0,0,f4805e9d19815a32895b9b37722598d4e2cf3039,0,0,0,0,0,
+20200425,AK,339,15393,,32,,,,,,217,B,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,9,,2020-04-25T16:00:00Z,02,0,3451,15732,15732,3451,15732,0,0,348c01812b8acff1853796a11251a877815fbbfe,0,0,0,0,0,
+20200425,AL,6137,65207,,,839,,288,,170,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,212,839,2020-04-25T00:00:00Z,01,305,18344,71344,71344,18649,71344,15,71,308ca388a258e8766e88dc8657cd67c69467646d,0,0,0,0,0,
+20200425,AR,2829,35224,,104,291,,,25,57,964,B,4/25/2020 10:47,2020-04-25T10:47:00Z,04/25 06:47,47,291,2020-04-25T10:47:00Z,05,88,2387,38053,38053,2475,38053,2,0,da007d7219136bf8bc26ab5043b50b7a3ade9c6d,0,0,0,0,0,
+20200425,AS,0,3,17,,,,,,,,F,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,0,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,fa7f4cab9afca3269f45dad71c59c26ce4278dbf,0,0,0,0,0,
+20200425,AZ,6280,56228,,697,1022,313,,191,,1345,A+,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,266,1022,2020-04-25T00:00:00Z,04,235,1559,62508,62508,1794,62508,0,38,c05c264a541f4887e99f8e13f9f18c8d836a67e5,0,0,0,0,0,
+20200425,CA,41137,464898,,4847,,1458,,,,,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1651,,2020-04-23T00:00:00Z,06,1883,9979,506035,506035,11862,506035,89,0,1cf8e88e9a58744920afbfb8d3fbcdd2615e771c,0,0,0,0,0,
+20200425,CO,12256,44533,,1084,2366,,,,,2086,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,674,2366,2020-04-23T00:00:00Z,08,994,3471,56789,56789,4465,56789,122,129,4f37278ab32e1b0e2476b6ddf04ee531caed251a,0,0,0,0,0,
+20200425,CT,24582,53020,,1810,,,,,,,C,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,1862,,2020-04-25T16:00:00Z,09,661,2903,77602,77602,3564,77602,98,0,80034c44e4f0aa6e50aff55e21a8ad59dd00b7b9,0,0,0,0,0,
+20200425,DC,3699,13603,,402,,120,,69,,652,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,165,,2020-04-24T00:00:00Z,11,171,598,17302,17302,769,17302,12,0,a054ed7216a1a8fabd5301a228d9b31de9d6b745,0,0,0,0,0,
+20200425,DE,3576,14122,,300,,,,,,809,B,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,112,,2020-04-24T18:00:00Z,10,134,185,17698,17698,319,17698,12,0,decb51397f1e1a97fee7329ccf56fbcdca8cc9ef,0,0,0,0,0,
+20200425,FL,30839,302260,1292,,5045,,,,,,C,4/25/2020 09:36,2020-04-25T09:36:00Z,04/25 05:36,1075,5045,2020-04-25T09:36:00Z,12,665,15475,334391,333099,16140,333099,44,157,0173640703d8dc96aee023c9823ac5091e8707e4,0,0,0,0,0,
+20200425,GA,22695,96319,,,4326,,,,,,B,4/25/2020 11:28,2020-04-25T11:28:00Z,04/25 07:28,904,4326,2020-04-25T11:28:00Z,13,548,11290,119014,119014,11838,119014,12,105,1991b4c23927b4bf92811c3db5a65d8cfae34b56,0,0,0,0,0,
+20200425,GU,141,1308,,2,,,,,,128,D,4/25/2020 07:30,2020-04-25T07:30:00Z,04/25 03:30,5,,2020-04-25T07:30:00Z,66,0,75,1449,1449,75,1449,0,0,1f8de7958d4015f83b152f5f812bdc4e8f72027d,0,0,0,0,0,
+20200425,HI,601,27439,,,67,,,,,463,C,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,13,67,2020-04-24T18:00:00Z,15,5,1148,28040,28040,1153,28040,1,4,7c507934af751dd44053da754cde02fb99a8e186,0,0,0,0,0,
+20200425,IA,5092,29258,,293,,108,,60,,1723,B,4/24/2020 12:00,2020-04-24T12:00:00Z,04/24 08:00,112,,2020-04-24T12:00:00Z,19,647,1730,34350,34350,2377,34350,5,0,58eb95ced8b98b0b8943f700c5da1898504f2418,0,0,0,0,0,
+20200425,ID,1870,17611,,,168,,71,,,867,C,4/24/2020 19:00,2020-04-24T19:00:00Z,04/24 15:00,54,168,2020-04-24T19:00:00Z,16,34,0,19481,19481,34,19481,0,2,5ce0b230b8e2b18418fa97f846e731c2d91b0cbf,0,0,0,0,0,
+20200425,IL,41777,159840,,4699,,1244,,763,,,A,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,1874,,2020-04-25T00:00:00Z,17,2119,9866,201617,201617,11985,201617,79,0,3389672c19158d463c4c65a3984a27e680557354,0,0,0,0,0,
+20200425,IN,14395,65379,,1515,,598,,324,,,B,4/24/2020 23:59,2020-04-24T23:59:00Z,04/24 19:59,785,,2020-04-24T23:59:00Z,18,715,3506,79774,79774,4221,79774,44,0,0678bc95edf02cdfb4ee4602760042373b37f6e4,0,0,0,0,0,
+20200425,KS,3056,22143,,,474,,,,,,C,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,117,474,2020-04-25T11:00:00Z,20,279,1332,25199,25199,1611,25199,6,17,95fea5e684a450c674e67dbf9e659aa7bd097518,0,0,0,0,0,
+20200425,KY,3779,41183,,303,1143,164,575,,,1341,A,4/24/2020 17:00,2020-04-24T17:00:00Z,04/24 13:00,200,1143,2020-04-24T17:00:00Z,21,298,1820,44962,44962,2118,44962,9,28,ed0f23a521e44865876670b9511cde97985cc4fe,0,0,0,0,0,
+20200425,LA,26512,112490,,1700,,,,268,,14927,B,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,1644,,2020-04-25T13:00:00Z,22,372,518,139002,139002,890,139002,43,0,f8f8d05e5902a00ad66dd6565ebb40fc43690393,0,0,0,0,0,
+20200425,MA,53348,173497,,3879,4965,1058,,,,,B,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,2877,4965,2020-04-25T16:00:00Z,25,2379,9253,226845,226845,11632,226845,0,213,304079afaf75112790621f6fd1ffedfc1e416f88,0,0,0,0,0,
+20200425,MD,17766,71357,,1408,3760,538,,,,1165,A,4/25/2020 10:00,2020-04-25T10:00:00Z,04/25 06:00,948,3760,2020-04-25T10:00:00Z,24,1150,3257,89123,89123,4407,89123,49,142,aab774f65319c553e6a1a906fdbec95caa8d7eaa,0,0,0,0,0,
+20200425,ME,990,16784,,39,156,17,,7,,519,B,4/25/2020 12:00,2020-04-25T12:00:00Z,04/25 08:00,50,156,2020-04-25T12:00:00Z,23,25,0,17774,17774,25,17774,3,4,88687c5a71215ff4126729be444908b8439aa0c9,0,0,0,0,0,
+20200425,MI,37203,106841,,2889,,1164,,934,,8342,A+,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,3274,,2020-04-25T11:00:00Z,26,562,7186,144044,144044,7748,144044,189,0,9dab4fa78d059e92c4fc1d3e427d4608d1cbbd68,0,0,0,0,0,
+20200425,MN,3446,53151,,288,797,109,291,,,1410,A,4/24/2020 17:00,2020-04-24T17:00:00Z,04/24 13:00,244,797,2020-04-24T17:00:00Z,27,261,2549,56597,56597,2810,56597,23,41,a537161f7875a7ef9fa212bb12208cd61e733afe,0,0,0,0,0,
+20200425,MO,6826,60392,,850,,,,142,,,B,4/25/2020 15:00,2020-04-25T15:00:00Z,04/25 11:00,273,,2020-04-25T15:00:00Z,29,201,1810,67218,67218,2011,67218,11,0,43f5ed0a93bfa30d0e2a8571f1caa16f82098813,0,0,0,0,0,
+20200425,MP,14,51,,,,,,,,11,D,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,2,,2020-04-25T00:00:00Z,69,0,0,65,65,0,65,0,0,185bfde1ca2ac3d8f5085745a3adab92405fd44a,0,0,0,0,0,
+20200425,MS,5718,53239,,649,996,152,,78,,,B,4/24/2020 19:00,2020-04-24T19:00:00Z,04/24 15:00,221,996,2020-04-24T19:00:00Z,28,284,3003,58957,58957,3287,58957,12,26,3c8cc4a3abab714a1f071116deb61e63f28a1549,0,0,0,0,0,
+20200425,MT,445,12052,,11,61,,,,,339,C,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,14,61,2020-04-25T00:00:00Z,30,1,369,12497,12497,370,12497,0,2,9f97fab6469d6e09097142008810f3ea19aa80bf,0,0,0,0,0,
+20200425,NC,8623,96642,,456,,,,,,,B,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,289,,2020-04-25T11:00:00Z,37,571,4110,105265,105265,4681,105265,20,0,9371d409080c6f043405648acdb8d8a9a80373d4,0,0,0,0,0,
+20200425,ND,803,18547,,17,70,,,,,310,C,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,16,70,2020-04-25T13:00:00Z,38,55,1846,19350,19350,1901,19350,1,3,bb62a542eac6726827f5756bf6386a5093ed8393,0,0,0,0,0,
+20200425,NE,2421,17552,,,,,,,,,D,4/24/2020 19:45,2020-04-24T19:45:00Z,04/24 15:45,50,,2020-04-24T19:45:00Z,31,297,1064,19973,19973,1361,19973,3,0,f9edeca5273f08a19203d494d9e37ac6389be243,0,0,0,0,0,
+20200425,NH,1720,16007,398,89,224,,,,,578,C,4/24/2020 09:00,2020-04-24T09:00:00Z,04/24 05:00,53,224,2020-04-24T09:00:00Z,33,50,868,18125,17727,918,17727,2,6,1f57d7c4befe180b8ef5e0c0441c2a7bea3f040f,0,0,0,0,0,
+20200425,NJ,105523,108163,,6722,,1971,,1442,,,A,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,5863,,2020-04-25T13:00:00Z,34,3327,4397,213686,213686,7724,213686,246,0,05f64b0ceb7c03831a20c47e18759a55f12df63a,0,0,0,0,0,
+20200425,NM,2521,48989,,152,412,,,,,614,C,4/25/2020 13:59,2020-04-25T13:59:00Z,04/25 09:59,84,412,2020-04-25T13:59:00Z,35,142,4805,51510,51510,4947,51510,6,45,166222708581b9bf2af3fdcd69f76a549f143cce,0,0,0,0,0,
+20200425,NV,4539,32669,,,,,,,,,F,4/25/2020 10:00,2020-04-25T10:00:00Z,04/25 06:00,204,,2020-04-25T10:00:00Z,32,141,875,37208,37208,1016,37208,7,0,cfb9d9ce3218b1377a86086f8dac9265f88fb519,0,0,0,0,0,
+20200425,NY,282143,495425,,13524,72444,5016,,,,47935,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,16599,72444,2020-04-25T00:00:00Z,36,10553,36359,777568,777568,46912,777568,437,1071,b418518b91bed8632bf09eb607798c78ba744d48,0,0,0,0,0,
+20200425,OH,15587,96396,,,3115,,938,,,,B,4/25/2020 14:00,2020-04-25T14:00:00Z,04/25 10:00,711,3115,2020-04-25T14:00:00Z,39,418,3868,111983,111983,4286,111983,21,62,588002b7127e920bbaa111a1ac002429bc3a75aa,0,0,0,0,0,
+20200425,OK,3193,49891,,306,637,150,,,,2080,A,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,194,637,2020-04-25T00:00:00Z,40,72,6872,53084,53084,6944,53084,6,0,16c91f4dd429849e6a28f17a0e10257031ca6a20,0,0,0,0,0,
+20200425,OR,2253,45124,,261,536,60,,29,,,B,4/25/2020 11:00,2020-04-25T11:00:00Z,04/25 07:00,87,536,2020-04-25T11:00:00Z,41,76,1809,47377,47377,1885,47377,1,16,08a898a26252104e746d3f5edc6c0a56c95ea45b,0,0,0,0,0,
+20200425,PA,40049,152886,,2748,,,,640,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,1537,,2020-04-25T00:00:00Z,42,1397,5395,192935,192935,6792,192935,45,0,f8506d07e3a178ef948d348d300ce9f4d3911d1b,0,0,0,0,0,
+20200425,PR,1307,9313,1940,,,,,,,,D,4/25/2020 06:30,2020-04-25T06:30:00Z,04/25 02:30,83,,2020-04-25T06:30:00Z,72,31,0,12560,10620,31,10620,6,0,9bc632273164522ec805737c76a148d07f0b2b1d,0,0,0,0,0,
+20200425,RI,7129,43762,,263,576,77,,52,,410,A+,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,215,576,2020-04-25T00:00:00Z,44,430,3204,50891,50891,3634,50891,13,0,86aa83a681fc460778ba397d3cccc0aed6ae42ec,0,0,0,0,0,
+20200425,SC,5253,43761,,,944,,,,,3701,B,4/25/2020 15:39,2020-04-25T15:39:00Z,04/25 11:39,166,944,2020-04-25T15:39:00Z,45,336,4215,49014,49014,4551,49014,16,107,ca068b3f3de90f6b0b00eeba725d0ea7ecf2131f,0,0,0,0,0,
+20200425,SD,2147,13449,,61,128,,,,,1223,C,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,10,128,2020-04-24T18:00:00Z,46,107,665,15596,15596,772,15596,0,4,54a45679a6baedbce79b5427d24035517564cac4,0,0,0,0,0,
+20200425,TN,9189,132217,,,821,,,,,4467,B,4/25/2020 15:00,2020-04-25T15:00:00Z,04/25 11:00,178,821,2020-04-25T15:00:00Z,47,463,9615,141406,141406,10078,141406,10,13,1afa55df3d713ca87d91c9415c7d30093b3e435f,0,0,0,0,0,
+20200425,TX,23773,239043,,1597,,,,,,9986,B,4/25/2020 13:00,2020-04-25T13:00:00Z,04/25 09:00,623,,2020-04-25T13:00:00Z,48,967,19302,262816,262816,20269,262816,30,0,9668c20c6367bff1f2dad2c8fe4481db1465acfa,0,0,0,0,0,
+20200425,UT,3948,86258,,,329,,,,,1399,C,4/25/2020 15:00,2020-04-25T15:00:00Z,04/25 11:00,41,329,2020-04-25T15:00:00Z,49,166,5343,90206,90206,5509,90206,2,14,e272364897d0b8824a26c45cb740f378aaa0e50a,0,0,0,0,0,
+20200425,VA,12366,60276,1405,1405,1942,357,,223,,1717,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,436,1942,2020-04-25T00:00:00Z,51,772,2430,74047,72642,3202,72642,26,105,1b889c65fdeac6a5a5ccc154a15ba9a3053a1bc4,0,0,0,0,0,
+20200425,VI,55,693,22,,,,,,,51,D,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,3,,2020-04-25T00:00:00Z,78,1,51,770,748,52,748,0,0,f16bd82f4ef8bb48bfed01ebe8c725f381e83f2a,0,0,0,0,0,
+20200425,VT,852,13270,,37,,,,,,,C,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,46,,2020-04-25T00:00:00Z,50,9,462,14122,14122,471,14122,2,0,1d690a40f4e22acad7197cec0b58e10a0d89a242,0,0,0,0,0,
+20200425,WA,14773,173679,,455,,174,,,,,B,4/25/2020 00:00,2020-04-25T00:00:00Z,04/24 20:00,665,,2020-04-25T00:00:00Z,53,192,3258,188452,188452,3450,188452,6,0,5744ef05cce6dcff8f9a63ba20a273ced743e21b,0,0,0,0,0,
+20200425,WI,5687,57138,241,337,1376,136,353,,,,A,4/25/2020 16:00,2020-04-25T16:00:00Z,04/25 12:00,266,1376,2020-04-25T16:00:00Z,55,331,2565,63066,62825,2896,62825,4,23,96fed3e30a5cc50d3b9fa1ee68b0ede7bdec86c1,0,0,0,0,0,
+20200425,WV,1020,31946,,97,,36,,19,,439,B,4/25/2020 10:00,2020-04-25T10:00:00Z,04/25 06:00,32,,2020-04-25T10:00:00Z,54,32,3123,32966,32966,3155,32966,0,0,37374b3c4ad72b8dba5bb251c3a534d5b4ff1d06,0,0,0,0,0,
+20200425,WY,349,7797,,16,54,,,,,321,C,4/24/2020 16:02,2020-04-24T16:02:00Z,04/24 12:02,7,54,2020-04-24T16:02:00Z,56,0,101,8146,8146,101,8146,0,0,12e199f77ed85afc38895c543e79d3f053efc9a9,0,0,0,0,0,
+20200424,AK,339,11942,,36,,,,,,208,A,4/24/2020 15:00,2020-04-24T15:00:00Z,04/24 11:00,9,,2020-04-24T15:00:00Z,02,2,118,12281,12281,120,12281,0,0,b05cd41314983fbed9df6753c150720a8dccbc87,0,0,0,0,0,
+20200424,AL,5832,46863,,,768,,288,,170,,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,197,768,2020-04-24T00:00:00Z,01,54,0,52695,52695,54,52695,0,0,dfd1df66348264e59356656cf8711ba5735d3d0f,0,0,0,0,0,
+20200424,AR,2741,32837,,101,291,,,24,57,929,A,4/24/2020 10:47,2020-04-24T10:47:00Z,04/24 06:47,45,291,2020-04-24T10:47:00Z,05,276,3712,35578,35578,3988,35578,0,0,daa9ad13c72e447dd5468ce8e99b73966c630f71,0,0,0,0,0,
+20200424,AS,0,3,17,,,,,,,,,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,,,2020-04-19T00:00:00Z,60,0,0,20,3,0,3,0,0,78f5eb6f71cec0c19f9459420e752ab1c8fcb089,0,0,0,0,0,
+20200424,AZ,6045,54669,,639,984,332,,186,,1313,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,266,984,2020-04-24T00:00:00Z,04,276,1741,60714,60714,2017,60714,17,984,996eefcf5e458b99aa3ce3112bea6e7e02c0cb82,0,0,0,0,0,
+20200424,CA,39254,454919,,4880,,1521,,,,,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1562,,2020-04-23T00:00:00Z,06,1885,10191,494173,494173,12076,494173,93,0,a8e86849031900ed9b7553bd124ec68a2bcbb0a0,0,0,0,0,0,
+20200424,CO,11262,41062,,1084,2237,,,,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,552,2237,2020-04-22T00:00:00Z,08,384,1295,52324,52324,1679,52324,44,114,eac464a9232de018245fae720a2c058ec8ec0e00,0,0,0,0,0,
+20200424,CT,23921,50117,,1877,,,,,,,A,4/24/2020 16:00,2020-04-24T16:00:00Z,04/24 12:00,1764,,2020-04-24T16:00:00Z,09,821,1720,74038,74038,2541,74038,125,0,bb984b5c926d4f518202323cc68cba82d1047e6d,0,0,0,0,0,
+20200424,DC,3528,13005,,402,,120,,69,,651,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,153,,2020-04-23T00:00:00Z,11,167,436,16533,16533,603,16533,14,0,5162887e931e09d11f598f994af111c827dffbb2,0,0,0,0,0,
+20200424,DE,3442,13937,,277,,,,,,703,A,4/23/2020 18:00,2020-04-23T18:00:00Z,04/23 14:00,100,,2020-04-23T18:00:00Z,10,134,333,17379,17379,467,17379,8,0,d351696baefd4cb672b583193444630d50b29af6,0,0,0,0,0,
+20200424,FL,30174,286785,1287,,4888,,,,,,A,4/24/2020 16:39,2020-04-24T16:39:00Z,04/24 12:39,1031,4888,2020-04-24T16:39:00Z,12,1342,18909,318246,316959,20251,316959,52,195,5444f20cb7d345716e87fdc28e19fba4137ccf1e,0,0,0,0,0,
+20200424,GA,22147,85029,,,4221,,,,,,A,4/24/2020 18:28,2020-04-24T18:28:00Z,04/24 14:28,892,4221,2020-04-24T18:28:00Z,13,635,5479,107176,107176,6114,107176,20,152,0505832c107cc3b8a7cf8fa8e6350acea1811f73,0,0,0,0,0,
+20200424,GU,141,1233,,2,,,,,,126,,4/24/2020 07:40,2020-04-24T07:40:00Z,04/24 03:40,5,,2020-04-24T07:40:00Z,66,6,53,1374,1374,59,1374,0,0,0efe59af7b00d4a8d1a4954fa3bfe2d3f1ee6793,0,0,0,0,0,
+20200424,HI,596,26291,,,63,,,,,455,A,4/24/2020 18:00,2020-04-24T18:00:00Z,04/24 14:00,12,63,2020-04-24T18:00:00Z,15,4,755,26887,26887,759,26887,0,0,9b2517776fbf5405d0342a5ccb02607b123a55c8,0,0,0,0,0,
+20200424,IA,4445,27528,,278,,104,,60,,1604,A,4/23/2020 12:00,2020-04-23T12:00:00Z,04/23 08:00,107,,2020-04-23T12:00:00Z,19,521,2190,31973,31973,2711,31973,11,0,3e4318b50937d649b5ef3fc1562f1b7a6a016be6,0,0,0,0,0,
+20200424,ID,1836,17611,,,166,,63,,,822,A,4/24/2020 19:00,2020-04-24T19:00:00Z,04/24 15:00,54,166,2020-04-24T19:00:00Z,16,34,241,19447,19447,275,19447,0,4,efce7c6d79b57f92e314beb059ccfbc9eab8e5da,0,0,0,0,0,
+20200424,IL,39658,149974,,4828,,1225,,709,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,1795,,2020-04-24T00:00:00Z,17,2724,13592,189632,189632,16316,189632,107,0,8e859026a5c1dbe617e18f7d302e59d3236804eb,0,0,0,0,0,
+20200424,IN,13680,61873,,,,621,,325,,,B,4/23/2020 23:59,2020-04-23T23:59:00Z,04/23 19:59,741,,2020-04-23T23:59:00Z,18,641,2872,75553,75553,3513,75553,35,0,df14befd3568d239667137a64b76b2ae454e5f51,0,0,0,0,0,
+20200424,KS,2777,20811,,,457,,,,,,B,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,111,457,2020-04-24T10:00:00Z,20,295,1975,23588,23588,2270,23588,-1,15,e88514bb0ecccf53979ced9ceae70694e0a5824c,0,0,0,0,0,
+20200424,KY,3481,39363,,302,1115,163,570,,,1335,A,4/24/2020 17:00,2020-04-24T17:00:00Z,04/24 13:00,191,1115,2020-04-24T17:00:00Z,21,108,6661,42844,42844,6769,42844,6,10,1ac912b4e4418f2abe2807740b399abef5b298c9,0,0,0,0,0,
+20200424,LA,26140,111972,,1697,,,,286,,14927,A,4/24/2020 13:00,2020-04-24T13:00:00Z,04/24 09:00,1601,,2020-04-24T13:00:00Z,22,401,198,138112,138112,599,138112,61,0,2b176471967d18f7fd8865fddcad7ee3e1f08b8f,0,0,0,0,0,
+20200424,MA,50969,164244,,3847,4752,1034,,,,,B,4/24/2020 12:00,2020-04-24T12:00:00Z,04/24 08:00,2877,4752,2020-04-24T12:00:00Z,25,2977,7920,215213,215213,10897,215213,108,259,614ba243167aa354e82c543cfcebb0f5dff72ecd,0,0,0,0,0,
+20200424,MD,16616,68100,,1425,3618,547,,,,1108,A,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,899,3618,2020-04-24T10:00:00Z,24,879,3737,84716,84716,4616,84716,68,141,6305e3db6abf720fc1d5c9d868d4e48fc1cfc5ea,0,0,0,0,0,
+20200424,ME,965,16784,,39,152,17,,7,,499,A,4/24/2020 12:00,2020-04-24T12:00:00Z,04/24 08:00,47,152,2020-04-24T12:00:00Z,23,28,0,17749,17749,28,17749,3,2,10b6ed05a54697e00d858858dcccc95691ea934e,0,0,0,0,0,
+20200424,MI,36641,99655,,3022,,1176,,965,,3237,B,4/24/2020 11:00,2020-04-24T11:00:00Z,04/24 07:00,3085,,2020-04-24T11:00:00Z,26,1350,6625,136296,136296,7975,136296,108,0,729d475c802dbe83c0e4275df29926af5abed485,0,0,0,0,0,
+20200424,MN,3185,50602,,278,756,111,281,,,1373,A,4/23/2020 17:00,2020-04-23T17:00:00Z,04/23 13:00,221,756,2020-04-23T17:00:00Z,27,243,1996,53787,53787,2239,53787,21,44,8473ebb38ab59e4352d9de9c94c883a76879388d,0,0,0,0,0,
+20200424,MO,6625,58582,,877,,,,,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,262,,2020-04-24T00:00:00Z,29,304,5453,65207,65207,5757,65207,44,0,cfc99948329ee2cbe3062435d3ee902b345641f3,0,0,0,0,0,
+20200424,MP,14,51,,,,,,,,11,,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,2,,2020-04-24T00:00:00Z,69,0,0,65,65,0,65,0,0,d235bb36d0ea0954429208bbc050f2055a85da3f,0,0,0,0,0,
+20200424,MS,5434,50236,,586,970,148,,74,,,A,4/23/2020 19:00,2020-04-23T19:00:00Z,04/23 15:00,209,970,2020-04-23T19:00:00Z,28,281,0,55670,55670,281,55670,8,24,1d61b435f83cebe2bd0683656bd9162d13abc81a,0,0,0,0,0,
+20200424,MT,444,11683,,12,59,,,,,325,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,14,59,2020-04-24T00:00:00Z,30,2,250,12127,12127,252,12127,0,0,dadc63b701197b339cdf680cfcdc71582f396bc5,0,0,0,0,0,
+20200424,NC,8052,92532,,477,,,,,,,A,4/24/2020 11:00,2020-04-24T11:00:00Z,04/24 07:00,269,,2020-04-24T11:00:00Z,37,444,3955,100584,100584,4399,100584,16,0,a5d073b185721870139cf90d15bcede58eb8817e,0,0,0,0,0,
+20200424,ND,748,16701,,17,67,,,,,285,B,4/24/2020 13:00,2020-04-24T13:00:00Z,04/24 09:00,15,67,2020-04-24T13:00:00Z,38,39,1080,17449,17449,1119,17449,0,2,3ab74527a20ae1fb2251ee8f72e542951ee625d5,0,0,0,0,0,
+20200424,NE,2124,16488,,,,,,,,,A,4/24/2020 19:45,2020-04-24T19:45:00Z,04/24 15:45,47,,2020-04-24T19:45:00Z,31,311,941,18612,18612,1252,18612,2,0,1b789f8ebfd7813c72bef11a2710dd37c3e687f1,0,0,0,0,0,
+20200424,NH,1670,15139,424,92,218,,,,,551,B,4/23/2020 09:00,2020-04-23T09:00:00Z,04/23 05:00,51,218,2020-04-23T09:00:00Z,33,82,715,17233,16809,797,16809,3,5,14055925f9e5b90f16dd5035e74ab8bd328d2827,0,0,0,0,0,
+20200424,NJ,102196,103766,,6847,,1933,,1487,,,A,4/24/2020 13:00,2020-04-24T13:00:00Z,04/24 09:00,5617,,2020-04-24T13:00:00Z,34,2207,3607,205962,205962,5814,205962,249,0,36962e212408192639ac64ff172d82faf46d6b01,0,0,0,0,0,
+20200424,NM,2379,44184,,123,367,,,,,573,A,4/24/2020 20:17,2020-04-24T20:17:00Z,04/24 16:17,78,367,2020-04-24T20:17:00Z,35,169,5162,46563,46563,5331,46563,7,36,a973a54bc23e0e2855f4e3bcb5fdaa00c5f9034c,0,0,0,0,0,
+20200424,NV,4398,31794,,,,,,,,,A,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,197,,2020-04-24T10:00:00Z,32,190,1253,36192,36192,1443,36192,8,0,74a195750a74161735abdac74b17d08fffdf180c,0,0,0,0,0,
+20200424,NY,271590,459066,,14258,71373,5016,,,,46156,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,16162,71373,2020-04-24T00:00:00Z,36,8130,26606,730656,730656,34736,730656,422,1191,8a49713c7e9c414a7c0010428de2b667caae6876,0,0,0,0,0,
+20200424,OH,15169,92528,,,3053,,920,,,,B,4/24/2020 14:00,2020-04-24T14:00:00Z,04/24 10:00,690,3053,2020-04-24T14:00:00Z,39,475,4345,107697,107697,4820,107697,34,93,d34a3e69628e56485686049822d0eb4536ad197d,0,0,0,0,0,
+20200424,OK,3121,43019,,310,637,155,,,,1961,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,188,637,2020-04-24T00:00:00Z,40,104,0,46140,46140,104,46140,9,15,33c96f06b70665b14a322dd31021fbfe09ebc1e4,0,0,0,0,0,
+20200424,OR,2177,43315,,258,520,56,,29,,,A,4/24/2020 11:00,2020-04-24T11:00:00Z,04/24 07:00,86,520,2020-04-24T11:00:00Z,41,50,1466,45492,45492,1516,45492,3,8,031d26b6dcbc91781913f4471db892bf8d0d3452,0,0,0,0,0,
+20200424,PA,38652,147491,,2746,,,,679,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,1492,,2020-04-24T00:00:00Z,42,1599,5430,186143,186143,7029,186143,71,0,1bef2c83c37d621f2ded5998a4e2fbc9eeb535e6,0,0,0,0,0,
+20200424,PR,1276,9313,1940,,,,,,,,A,4/24/2020 06:30,2020-04-24T06:30:00Z,04/24 02:30,77,,2020-04-24T06:30:00Z,72,361,0,12529,10589,361,10589,8,0,895b9ba4a5fee96eac6b331c0c4f773176d0b9ed,0,0,0,0,0,
+20200424,RI,6699,40558,,267,576,77,,48,,377,B,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,202,576,2020-04-24T00:00:00Z,44,437,2395,47257,47257,2832,47257,-11,-181,1a72e964aefe54d3ec253f8fa388ecb5afd412c2,0,0,0,0,0,
+20200424,SC,4917,39546,,,837,,,,,3317,B,4/24/2020 17:24,2020-04-24T17:24:00Z,04/24 13:24,150,837,2020-04-24T17:24:00Z,45,0,0,44463,44463,0,44463,0,0,64854c85c0af84f4c0aa156b8b9cc2d4678bbc5d,0,0,0,0,0,
+20200424,SD,2040,12784,,61,124,,,,,1190,A,4/23/2020 18:00,2020-04-23T18:00:00Z,04/23 14:00,10,124,2020-04-23T18:00:00Z,46,84,675,14824,14824,759,14824,1,5,c40c366ff3fe1441a3d3d6a397e7875fb8ae924c,0,0,0,0,0,
+20200424,TN,8726,122602,,,808,,,,,4370,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,168,808,2020-04-23T15:00:00Z,47,460,7768,131328,131328,8228,131328,-2,15,c1e8a45b5a6bd58faf12a391a2b331eb5b4ea28b,0,0,0,0,0,
+20200424,TX,22806,219741,,1674,,,,,,9156,A,4/24/2020 12:30,2020-04-24T12:30:00Z,04/24 08:30,593,,2020-04-24T12:30:00Z,48,862,16607,242547,242547,17469,242547,32,0,c8290043a7e1b1e449eede44f7d42f0ec8d42cf2,0,0,0,0,0,
+20200424,UT,3782,80915,,,315,,,,,1252,A,4/24/2020 15:00,2020-04-24T15:00:00Z,04/24 11:00,39,315,2020-04-24T15:00:00Z,49,170,3900,84697,84697,4070,84697,4,14,78a1098e77ce391d2ce941416d8d319afb3142cd,0,0,0,0,0,
+20200424,VA,11594,57846,487,1399,1837,379,,220,,1672,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,410,1837,2020-04-24T00:00:00Z,51,596,3955,69927,69440,4551,69440,38,84,598e29e921c06f29156ea6a19ec8c23148f62626,0,0,0,0,0,
+20200424,VI,54,642,35,,,,,,,50,,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,3,,2020-04-23T00:00:00Z,78,0,59,731,696,59,696,0,0,7e7b192f6c166067b29f727c4cd796763da18bab,0,0,0,0,0,
+20200424,VT,843,12808,,32,,,,,,,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,44,,2020-04-24T00:00:00Z,50,9,388,13651,13651,397,13651,1,0,9c6d7e8a4fe5758689b6deeda726768bcede335a,0,0,0,0,0,
+20200424,WA,14581,170421,,551,,164,,,,,C,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,659,,2020-04-24T00:00:00Z,53,287,6715,185002,185002,7002,185002,5,0,389dbc740bb736980b40ff0d404bd332c1c47ffa,0,0,0,0,0,
+20200424,WI,5356,54573,206,361,1353,143,346,,,,A,4/24/2020 16:00,2020-04-24T16:00:00Z,04/24 12:00,262,1353,2020-04-24T16:00:00Z,55,304,3117,60135,59929,3421,59929,5,35,1655fefaf8cddf40be1558350688bdc97081f8cf,0,0,0,0,0,
+20200424,WV,988,28823,,97,,36,,19,,439,B,4/24/2020 10:00,2020-04-24T10:00:00Z,04/24 06:00,32,,2020-04-24T10:00:00Z,54,21,1885,29811,29811,1906,29811,3,0,c41641feb75dc0650a7656398e9fa27321b003aa,0,0,0,0,0,
+20200424,WY,349,7696,,16,54,,,,,321,A,4/24/2020 00:00,2020-04-24T00:00:00Z,04/23 20:00,7,54,2020-04-24T00:00:00Z,56,23,455,8045,8045,478,8045,0,2,c7fe3404c66225a5bc58bb9c1bc9cb5b1eb762a4,0,0,0,0,0,
+20200423,AK,337,11824,,42,,,,,,209,A,4/23/2020 14:00,2020-04-23T14:00:00Z,04/23 10:00,9,,2020-04-23T14:00:00Z,02,2,0,12161,12161,2,12161,0,-36,6b0061abe41417180221faa4e389a0058c8862cd,0,0,0,0,0,
+20200423,AL,5778,46863,,,768,,288,,170,,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,197,768,2020-04-23T00:00:00Z,01,313,3568,52641,52641,3881,52641,3,38,8e3e65256dac296427bd10a78a9d1b57a37a181f,0,0,0,0,0,
+20200423,AR,2465,29125,,101,291,,,24,57,902,A,4/23/2020 14:48,2020-04-23T14:48:00Z,04/23 10:48,45,291,2020-04-23T14:48:00Z,05,189,1688,31590,31590,1877,31590,3,0,28d22704d968d52090a227cac0c7e761f14cf004,0,0,0,0,0,
+20200423,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,2e81cbcf4616bbca598a9d71128e7f36b0fbd77d,0,0,0,0,0,
+20200423,AZ,5769,52928,,699,,305,,201,,1282,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,249,,2020-04-23T00:00:00Z,04,310,1786,58697,58697,2096,58697,20,0,c1e07997a4ff8f63763b9b81a12d5d751bf4baf9,0,0,0,0,0,
+20200423,CA,37369,444728,,4929,,1531,,,,,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,1469,,2020-04-22T00:00:00Z,06,1973,14797,482097,482097,16770,482097,115,0,2c6529635e5d0f92016720cb4394e07a46f17f60,0,0,0,0,0,
+20200423,CO,10878,39767,,859,2123,,,,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,508,2123,2020-04-21T00:00:00Z,08,431,1510,50645,50645,1941,50645,22,120,0a2923c1181fa8bb4ba6a997c94cdfd6329cba02,0,0,0,0,0,
+20200423,CT,23100,48397,,1947,,,,,,,A,4/23/2020 16:00,2020-04-23T16:00:00Z,04/23 12:00,1639,,2020-04-23T16:00:00Z,09,631,948,71497,71497,1579,71497,95,0,a134835129b4cb4841f8ba69d7c8ca5f11b5138c,0,0,0,0,0,
+20200423,DC,3361,12569,,402,,120,,200,,648,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,139,,2020-04-22T00:00:00Z,11,155,273,15930,15930,428,15930,12,0,759ddc813022ac9a6a80fb0f29445b322b0faa41,0,0,0,0,0,
+20200423,DE,3308,13604,,290,,,,,,643,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,92,,2020-04-22T18:00:00Z,10,108,251,16912,16912,359,16912,3,0,e8a8faef3d4da3f87beada20e0101b754a8f8efb,0,0,0,0,0,
+20200423,FL,28832,267876,1301,,4693,,,,,,A,4/23/2020 18:27,2020-04-23T18:27:00Z,04/23 14:27,979,4693,2020-04-23T18:27:00Z,12,523,7558,298009,296708,8081,296708,69,224,70209e38d6955533b15014d6e3f835237abc6fe1,0,0,0,0,0,
+20200423,GA,21512,79550,,,4069,,,,,,A,4/23/2020 18:28,2020-04-23T18:28:00Z,04/23 14:28,872,4069,2020-04-23T18:28:00Z,13,772,6218,101062,101062,6990,101062,36,110,cf81ee33230708c2d03a37745ed0e400c4434ccc,0,0,0,0,0,
+20200423,GU,135,1180,,2,,,,,,126,,4/23/2020 07:45,2020-04-23T07:45:00Z,04/23 03:45,5,,2020-04-23T07:45:00Z,66,1,94,1315,1315,95,1315,0,0,1e87e62fda758f84329ac06f6389559ce832cc52,0,0,0,0,0,
+20200423,HI,592,25536,,,63,,,,,444,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,12,63,2020-04-22T18:00:00Z,15,10,776,26128,26128,786,26128,0,7,ce42c6164f38c2c3e68ee33c34846c859994e4a9,0,0,0,0,0,
+20200423,IA,3924,25338,,282,,102,,55,,1492,A,4/22/2020 12:00,2020-04-22T12:00:00Z,04/22 08:00,96,,2020-04-22T12:00:00Z,19,176,842,29262,29262,1018,29262,6,0,349e775d2c4943462e0f17d79821b948d45a9f9a,0,0,0,0,0,
+20200423,ID,1802,17370,,,162,,60,,,767,A,4/23/2020 19:00,2020-04-23T19:00:00Z,04/23 15:00,54,162,2020-04-23T19:00:00Z,16,36,966,19172,19172,1002,19172,3,4,fa28da6620d32b79c880bca0ebb8ff59b497c538,0,0,0,0,0,
+20200423,IL,36934,136382,,4877,,1268,,766,,,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1688,,2020-04-23T00:00:00Z,17,1826,7144,173316,173316,8970,173316,123,0,49fe6caabdc1d9ae5cad8e9ed32b3c8b6c3114ed,0,0,0,0,0,
+20200423,IN,13039,59001,,,,652,,333,,,B,4/22/2020 23:59,2020-04-22T23:59:00Z,04/22 19:59,706,,2020-04-22T23:59:00Z,18,601,1969,72040,72040,2570,72040,45,0,633adca8b5b4af705b8171a902e9af334e1eda65,0,0,0,0,0,
+20200423,KS,2482,18836,,,442,,,,,,B,4/23/2020 10:45,2020-04-23T10:45:00Z,04/23 06:45,112,442,2020-04-23T10:45:00Z,20,271,844,21318,21318,1115,21318,2,10,4b3aeb96cba648669ef69aa4474d46f4ad6da237,0,0,0,0,0,
+20200423,KY,3373,32702,,301,1105,161,564,,,1311,A,4/23/2020 17:00,2020-04-23T17:00:00Z,04/23 13:00,185,1105,2020-04-23T17:00:00Z,21,181,2566,36075,36075,2747,36075,14,29,3ea3c63211b3162782dde52f7824c4af38b7f870,0,0,0,0,0,
+20200423,LA,25739,111774,,1727,,,,274,,14927,A,4/23/2020 13:00,2020-04-23T13:00:00Z,04/23 09:00,1540,,2020-04-23T13:00:00Z,22,481,186,137513,137513,667,137513,67,0,6b9ffe61aa1c7987b64e684f6563c3bfe640cde6,0,0,0,0,0,
+20200423,MA,47992,156324,,3851,4493,1034,,,,,B,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,2769,4493,2020-04-22T16:00:00Z,25,3079,11535,204316,204316,14614,204316,172,237,74a478333a5d459e4a329f5602b18359c63d5bcc,0,0,0,0,0,
+20200423,MD,15737,64363,,1405,3477,515,,,,1040,A,4/23/2020 10:00,2020-04-23T10:00:00Z,04/23 06:00,831,3477,2020-04-23T10:00:00Z,24,962,2609,80100,80100,3571,80100,52,152,bd0a803613f70a15d1711a6065cbc22bc591273e,0,0,0,0,0,
+20200423,ME,937,16784,,42,150,18,,11,,485,A,4/23/2020 11:45,2020-04-23T11:45:00Z,04/23 07:45,44,150,2020-04-23T11:45:00Z,23,30,0,17721,17721,30,17721,5,6,1b59f9e598a2dd43c3a9a519cc7078146dcb0c18,0,0,0,0,0,
+20200423,MI,35291,93030,,3611,,1148,,1027,,3237,B,4/23/2020 16:00,2020-04-23T16:00:00Z,04/23 12:00,2977,,2020-04-23T16:00:00Z,26,1325,8771,128321,128321,10096,128321,164,0,800926b62dd009f5240ac5434acd3467b2639ad1,0,0,0,0,0,
+20200423,MN,2942,48606,,268,712,104,274,,,1336,A,4/22/2020 17:00,2020-04-22T17:00:00Z,04/22 13:00,200,712,2020-04-22T17:00:00Z,27,221,1983,51548,51548,2204,51548,21,52,0deea9f2f36546951fd254f5be5a8859a32cb5a4,0,0,0,0,0,
+20200423,MO,6321,53129,,884,,,,,,,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,218,,2020-04-23T15:00:00Z,29,184,1110,59450,59450,1294,59450,10,0,8e0885712b927b65b1e7c1376423971f3b060615,0,0,0,0,0,
+20200423,MP,14,51,,,,,,,,11,,4/23/2020 22:35,2020-04-23T22:35:00Z,04/23 18:35,2,,2020-04-23T22:35:00Z,69,0,0,65,65,0,65,0,0,923cc48abadf63a0698c30cedf73c0099e627481,0,0,0,0,0,
+20200423,MS,5153,50236,,595,946,156,,78,,,A,4/22/2020 19:00,2020-04-22T19:00:00Z,04/22 15:00,201,946,2020-04-22T19:00:00Z,28,259,1295,55389,55389,1554,55389,8,36,f9aa4ba1b862b48f8d16d7a6128c5bd9aa5353d6,0,0,0,0,0,
+20200423,MT,442,11433,,13,59,,,,,306,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,14,59,2020-04-23T00:00:00Z,30,3,289,11875,11875,292,11875,0,0,c5f36a610dc611d7534c980fc8abcf0dc5ee001c,0,0,0,0,0,
+20200423,NC,7608,88577,,486,,,,,,,A,4/23/2020 11:00,2020-04-23T11:00:00Z,04/23 07:00,253,,2020-04-23T11:00:00Z,37,388,5461,96185,96185,5849,96185,11,0,6b735dab6e98969f01d719c3bf9991182021d9da,0,0,0,0,0,
+20200423,ND,709,15621,,18,65,,,,,269,B,4/23/2020 13:02,2020-04-23T13:02:00Z,04/23 09:02,15,65,2020-04-23T13:02:00Z,38,30,711,16330,16330,741,16330,1,3,ea0bae1af143f8927e96a5796f3f8d2b47915933,0,0,0,0,0,
+20200423,NE,1813,15547,,,,,,,,,A,4/23/2020 19:45,2020-04-23T19:45:00Z,04/23 15:45,45,,2020-04-23T19:45:00Z,31,91,590,17360,17360,681,17360,7,0,2af602bc356145ebe601a3c733ac91b211ee23ae,0,0,0,0,0,
+20200423,NH,1588,14424,265,91,213,,,,,550,B,4/23/2020 09:00,2020-04-23T09:00:00Z,04/23 05:00,48,213,2020-04-23T09:00:00Z,33,97,874,16277,16012,971,16012,6,7,b09c56f41c0f6fc9a509236b9168937e1c6faa8f,0,0,0,0,0,
+20200423,NJ,99989,100159,,7240,,1990,,1462,,,A,4/23/2020 13:00,2020-04-23T13:00:00Z,04/23 09:00,5368,,2020-04-23T13:00:00Z,34,4124,4365,200148,200148,8489,200148,305,0,37a7701e25cf47bb8e0dc3f1859336499f9349ab,0,0,0,0,0,
+20200423,NM,2210,39022,,121,331,,,,,547,A,4/23/2020 09:11,2020-04-23T09:11:00Z,04/23 05:11,71,331,2020-04-23T09:11:00Z,35,138,217,41232,41232,355,41232,6,25,bcb1588af8b0776471f48480bc75e0304b63262a,0,0,0,0,0,
+20200423,NV,4208,30541,,,,,,,,,A,4/23/2020 20:00,2020-04-23T20:00:00Z,04/23 16:00,189,,2020-04-23T20:00:00Z,32,127,734,34749,34749,861,34749,17,0,2e12ef033cb170355c63274388248d3bf5650d38,0,0,0,0,0,
+20200423,NY,263460,432460,,15021,70182,5016,,,,44244,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,15740,70182,2020-04-23T00:00:00Z,36,6244,19694,695920,695920,25938,695920,438,1409,e656e0af6cb008f9941de2a9750b984c324f7020,0,0,0,0,0,
+20200423,OH,14694,88183,,,2960,,900,,,,B,4/23/2020 14:00,2020-04-23T14:00:00Z,04/23 10:00,656,2960,2020-04-23T14:00:00Z,39,577,3794,102877,102877,4371,102877,46,78,ad4a7516e99a8ade82a953f024947a91e5870d55,0,0,0,0,0,
+20200423,OK,3017,43019,,284,622,156,,,,1884,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,179,622,2020-04-23T00:00:00Z,40,123,0,46036,46036,123,46036,9,34,40880d12be9438e6857a3832a1acc95a7f56b67a,0,0,0,0,0,
+20200423,OR,2127,41849,,304,512,74,,36,,,A,4/23/2020 11:00,2020-04-23T11:00:00Z,04/23 07:00,83,512,2020-04-23T11:00:00Z,41,68,2723,43976,43976,2791,43976,5,24,31e120f0697e32d82cafdf6e055eaa7200c07f87,0,0,0,0,0,
+20200423,PA,37053,142061,,2750,,,,679,,,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,1421,,2020-04-23T00:00:00Z,42,1369,5789,179114,179114,7158,179114,-201,0,ac875fe7a50ea17bfbe38a9a7b2f9d6ea339a772,0,0,0,0,0,
+20200423,PR,915,9313,1951,,,,,,,,A,4/23/2020 06:20,2020-04-23T06:20:00Z,04/23 02:20,69,,2020-04-23T06:20:00Z,72,0,471,12179,10228,471,10228,2,0,fe8c4d670cefa98f50ba504bc2b5a8186fb22f30,0,0,0,0,0,
+20200423,RI,6262,38163,,316,757,72,,45,,342,B,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,213,757,2020-04-23T00:00:00Z,44,417,2282,44425,44425,2699,44425,12,40,9e34128e3363fe6478b6af7650b7bd7e2e0a432e,0,0,0,0,0,
+20200423,SC,4917,39546,,,837,,,,,3317,B,4/22/2020 23:59,2020-04-22T23:59:00Z,04/22 19:59,150,837,2020-04-22T23:59:00Z,45,156,1196,44463,44463,1352,44463,10,0,41dc5477108ecc16c390c4b8f874f46b6388f944,0,0,0,0,0,
+20200423,SD,1956,12109,,58,119,,,,,1064,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,9,119,2020-04-22T18:00:00Z,46,98,521,14065,14065,619,14065,1,8,9e8a3b6946e957e3f437d1a1c09341e488d9e77c,0,0,0,0,0,
+20200423,TN,8266,114834,,,793,,,,,4193,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,170,793,2020-04-23T15:00:00Z,47,424,7696,123100,123100,8120,123100,4,18,083f7d0e15edad8a1129873d05862b9111101bec,0,0,0,0,0,
+20200423,TX,21944,203134,,1649,,,,,,8025,A,4/23/2020 12:30,2020-04-23T12:30:00Z,04/23 08:30,561,,2020-04-23T12:30:00Z,48,875,7420,225078,225078,8295,225078,18,0,26e9c0b4f2ba51ff2c34ccdc2168dc47fda998b9,0,0,0,0,0,
+20200423,UT,3612,77015,,,301,,,,,1050,A,4/23/2020 15:00,2020-04-23T15:00:00Z,04/23 11:00,35,301,2020-04-23T15:00:00Z,49,167,4000,80627,80627,4167,80627,1,13,7cd99fdf3547979d68c6d4d7c3140d0ad936a21c,0,0,0,0,0,
+20200423,VA,10998,53891,492,1379,1753,400,,249,,1567,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,372,1753,2020-04-23T00:00:00Z,51,732,3379,65381,64889,4111,64889,23,94,765aac4efa3351297ddbfdb8a36aa415d58883a8,0,0,0,0,0,
+20200423,VI,54,583,31,,,,,,,48,,4/23/2020 20:30,2020-04-23T20:30:00Z,04/23 16:30,3,,2020-04-23T20:30:00Z,78,0,0,668,637,0,637,0,0,b35a14c7ca782bcfb71a1291720533dd7ebda672,0,0,0,0,0,
+20200423,VT,834,12420,,44,,,,,,,A,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,43,,2020-04-23T00:00:00Z,50,3,323,13254,13254,326,13254,3,0,1ee02121bcae5b1f2653cd541c3c427fc4c6692a,0,0,0,0,0,
+20200423,WA,14294,163706,,544,,151,,,,,C,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,654,,2020-04-23T00:00:00Z,53,254,5269,178000,178000,5523,178000,7,0,66fc48776e2b34592f80128092070f1ab3786648,0,0,0,0,0,
+20200423,WI,5052,51456,201,349,1318,146,342,,,,A,4/23/2020 16:00,2020-04-23T16:00:00Z,04/23 12:00,257,1318,2020-04-23T16:00:00Z,55,207,1954,56709,56508,2161,56508,11,16,3458bbff32be844921a018769975955e4b98518e,0,0,0,0,0,
+20200423,WV,967,26938,,108,,44,,24,,380,B,4/23/2020 17:00,2020-04-23T17:00:00Z,04/23 13:00,29,,2020-04-23T17:00:00Z,54,28,2041,27905,27905,2069,27905,3,0,9a7574e56f533a7ed464a4c1fb1a72ee3f78426d,0,0,0,0,0,
+20200423,WY,326,7241,,,52,,,,,275,A,4/23/2020 16:27,2020-04-23T16:27:00Z,04/23 12:27,7,52,2020-04-23T16:27:00Z,56,4,-60,7567,7567,-56,7567,1,0,14eee168cf5d1926f4e89c101d2e35754cb6707a,0,0,0,0,0,
+20200422,AK,335,11824,,39,36,,,,,196,A,4/22/2020 14:00,2020-04-22T14:00:00Z,04/22 10:00,9,36,2020-04-22T14:00:00Z,02,6,1034,12159,12159,1040,12159,0,0,148924b2b3c6f478d05fa2300f80b10f2f74c56d,0,0,0,0,0,
+20200422,AL,5465,43295,,,730,,288,,170,,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,194,730,2020-04-22T00:00:00Z,01,234,0,48760,48760,234,48760,17,31,1d6786939029d5272cb528334a978698d22bc2d6,0,0,0,0,0,
+20200422,AR,2276,27437,,97,291,,,23,57,863,A,4/22/2020 16:01,2020-04-22T16:01:00Z,04/22 12:01,42,291,2020-04-22T16:01:00Z,05,49,2223,29713,29713,2272,29713,-1,0,b3a81e765752d3e7a8922aac8a604fb41314ff6d,0,0,0,0,0,
+20200422,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,8b23839c82db02d9d230349e33f57ccfcad032de,0,0,0,0,0,
+20200422,AZ,5459,51142,,664,,300,,195,,1265,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,229,,2020-04-22T00:00:00Z,04,208,1241,56601,56601,1449,56601,21,0,e945d6d82135909b294b33e02304c73d4f4b2f6f,0,0,0,0,0,
+20200422,CA,35396,429931,,4984,,1551,,,,,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1354,,2020-04-21T00:00:00Z,06,2135,163092,465327,465327,165227,465327,86,0,0fe2f9deaee90a96740e0f4b81c9261069db642b,0,0,0,0,0,
+20200422,CO,10447,38257,,851,2003,,,,,,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,486,2003,2020-04-20T00:00:00Z,08,341,897,48704,48704,1238,48704,37,123,8564a7ef4508a839f57e2fb46027e0a58feb7a52,0,0,0,0,0,
+20200422,CT,22469,47449,,1972,,,,,,,A,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,1544,,2020-04-22T16:00:00Z,09,2109,3617,69918,69918,5726,69918,121,0,ead5604369a9842131477b269687a24ce6511f3a,0,0,0,0,0,
+20200422,DC,3206,12296,,402,,120,,69,,645,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,127,,2020-04-21T00:00:00Z,11,108,455,15502,15502,563,15502,15,0,c7afb607e74145603c77a05fe5d030d0b485e1bb,0,0,0,0,0,
+20200422,DE,3200,13353,,269,,,,,,599,A,4/21/2020 18:00,2020-04-21T18:00:00Z,04/21 14:00,89,,2020-04-21T18:00:00Z,10,269,418,16553,16553,687,16553,7,0,8491c1b8278adc388e8009809add5231d0140847,0,0,0,0,0,
+20200422,FL,28309,260318,1258,,4469,,,,,,A,4/22/2020 11:17,2020-04-22T11:17:00Z,04/22 07:17,910,4469,2020-04-22T11:17:00Z,12,814,10754,289885,288627,11568,288627,54,234,dd15117106671399cc71f7c624fff5d691304550,0,0,0,0,0,
+20200422,GA,20740,73332,,,3959,,,,,,A,4/22/2020 18:28,2020-04-22T18:28:00Z,04/22 14:28,836,3959,2020-04-22T18:28:00Z,13,859,5073,94072,94072,5932,94072,37,180,82537396b9c86c12be51c0ce59084cf06bd2f621,0,0,0,0,0,
+20200422,GU,134,1086,,3,,2,,,,119,,4/22/2020 07:45,2020-04-22T07:45:00Z,04/22 03:45,5,,2020-04-22T07:45:00Z,66,1,53,1220,1220,54,1220,0,0,63db4f1aedfba5edba9d6a7c2286e30f9cd2630f,0,0,0,0,0,
+20200422,HI,582,24760,,,56,,,,,437,A,4/22/2020 18:00,2020-04-22T18:00:00Z,04/22 14:00,12,56,2020-04-22T18:00:00Z,15,-2,648,25342,25342,646,25342,2,1,0277a7cd5b4204c089a7fc0651f354e175d26867,0,0,0,0,0,
+20200422,IA,3748,24496,,272,,92,,57,,1428,A,4/21/2020 12:00,2020-04-21T12:00:00Z,04/21 08:00,90,,2020-04-21T12:00:00Z,19,107,522,28244,28244,629,28244,7,0,5dfa6e305d0fa2668739ebe91232ee7592cf83ca,0,0,0,0,0,
+20200422,ID,1766,16404,,,158,,58,,,710,A,4/22/2020 19:00,2020-04-22T19:00:00Z,04/22 15:00,51,158,2020-04-22T19:00:00Z,16,30,333,18170,18170,363,18170,3,1,545378f22f59cc1977834019641702cd871e49e0,0,0,0,0,0,
+20200422,IL,35108,129238,,4665,,1220,,747,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,1565,,2020-04-22T00:00:00Z,17,2049,7300,164346,164346,9349,164346,97,0,59d5f0c70d100247cd0d18e5cf3f4eefc6822b53,0,0,0,0,0,
+20200422,IN,12438,57032,,,,633,,334,,,B,4/21/2020 23:59,2020-04-21T23:59:00Z,04/21 19:59,661,,2020-04-21T23:59:00Z,18,341,1865,69470,69470,2206,69470,31,0,554b624e6f35d593389f71ad54876999d7f94f70,0,0,0,0,0,
+20200422,KS,2211,17992,,,432,,,,,,B,4/22/2020 12:00,2020-04-22T12:00:00Z,04/22 08:00,110,432,2020-04-22T12:00:00Z,20,186,916,20203,20203,1102,20203,3,13,75f5d427f12e2090c3f24ceeb5d0178ed75fc5bc,0,0,0,0,0,
+20200422,KY,3192,30136,,286,1076,165,558,,,1266,A,4/22/2020 17:00,2020-04-22T17:00:00Z,04/22 13:00,171,1076,2020-04-22T17:00:00Z,21,142,366,33328,33328,508,33328,17,17,e830eb6fd9961c69a219a96279f93854f55f92da,0,0,0,0,0,
+20200422,LA,25258,111588,,1747,,,,287,,14927,A,4/22/2020 13:00,2020-04-22T13:00:00Z,04/22 09:00,1473,,2020-04-22T13:00:00Z,22,404,0,136846,136846,404,136846,68,0,6daf47ee7cd6c4b28c470c726b09b536a4146eb2,0,0,0,0,0,
+20200422,MA,44913,144789,,3890,4256,1050,,,,,B,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,2597,4256,2020-04-22T16:00:00Z,25,1745,3345,189702,189702,5090,189702,148,247,a958d2e61a5c6e22cf59af7dd1c9fadb7e17f2d0,0,0,0,0,0,
+20200422,MD,14775,61754,,1432,3325,527,,,,981,A,4/21/2020 10:00,2020-04-21T10:00:00Z,04/21 06:00,779,3325,2020-04-21T10:00:00Z,24,582,2312,76529,76529,2894,76529,47,167,def15ea43c282723b2858a6ba441eaafb3c4a11a,0,0,0,0,0,
+20200422,ME,907,16784,,42,144,18,,10,,455,A,4/22/2020 11:45,2020-04-22T11:45:00Z,04/22 07:45,39,144,2020-04-22T11:45:00Z,23,19,2708,17691,17691,2727,17691,3,5,df501df37f5d3a9d17b07a59c44e4b7082b2f8d1,0,0,0,0,0,
+20200422,MI,33966,84259,,3305,,1350,,1065,,3237,B,4/22/2020 11:00,2020-04-22T11:00:00Z,04/22 07:00,2813,,2020-04-22T11:00:00Z,26,999,0,118225,118225,999,118225,113,0,80803beff5fb3f1a3ea7946cd69588a7744dd8c7,0,0,0,0,0,
+20200422,MN,2721,46623,,240,660,107,262,,,1138,A,4/21/2020 17:00,2020-04-21T17:00:00Z,04/21 13:00,179,660,2020-04-21T17:00:00Z,27,154,1493,49344,49344,1647,49344,19,31,d989dde811e0e75e751e72c0669fb8920c847a23,0,0,0,0,0,
+20200422,MO,6137,52019,,1001,,,,,,,A,4/22/2020 15:00,2020-04-22T15:00:00Z,04/22 11:00,208,,2020-04-22T15:00:00Z,29,196,840,58156,58156,1036,58156,19,0,1395edc1171c0e0a9b193a7055a5a05657aec9a3,0,0,0,0,0,
+20200422,MP,14,51,,,,,,,,11,,4/23/2020 00:00,2020-04-23T00:00:00Z,04/22 20:00,2,,2020-04-23T00:00:00Z,69,0,0,65,65,0,65,0,0,a0449395947281a428952c0560853d724fcabd31,0,0,0,0,0,
+20200422,MS,4894,48941,,628,910,162,,86,,,A,4/21/2020 19:00,2020-04-21T19:00:00Z,04/21 15:00,193,910,2020-04-21T19:00:00Z,28,178,1293,53835,53835,1471,53835,10,52,2902f31835bfec15ffe6990143a9d1ca9c72194a,0,0,0,0,0,
+20200422,MT,439,11144,,13,59,,,,,296,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,14,59,2020-04-22T00:00:00Z,30,2,340,11583,11583,342,11583,2,0,f036c50b7b55d5469e2b657371a3360e5c1f792d,0,0,0,0,0,
+20200422,NC,7220,83116,,434,,,,,,,A,4/22/2020 11:00,2020-04-22T11:00:00Z,04/22 07:00,242,,2020-04-22T11:00:00Z,37,269,6736,90336,90336,7005,90336,29,0,1e6ea6437d554b65e578f2a440cd7a9aa06fdb17,0,0,0,0,0,
+20200422,ND,679,14910,,23,62,,,,,229,B,4/22/2020 13:10,2020-04-22T13:10:00Z,04/22 09:10,14,62,2020-04-22T13:10:00Z,38,35,567,15589,15589,602,15589,1,8,75bcc1dff6ab5c31828ddb6653a48c4a1777c080,0,0,0,0,0,
+20200422,NE,1722,14957,,,,,,,,,A,4/22/2020 19:45,2020-04-22T19:45:00Z,04/22 15:45,38,,2020-04-22T19:45:00Z,31,74,233,16679,16679,307,16679,5,0,e67d39b1c20a2c7e85182d0356aa1ac392b7cfbc,0,0,0,0,0,
+20200422,NH,1491,13550,225,94,206,,,,,546,B,4/22/2020 09:00,2020-04-22T09:00:00Z,04/22 05:00,42,206,2020-04-22T09:00:00Z,33,0,702,15266,15041,702,15041,0,0,14d07244ca4066daaccfb9f9dfeb3a27edfd9c37,0,0,0,0,0,
+20200422,NJ,95865,95794,,7210,,1983,,1570,,,A,4/22/2020 13:00,2020-04-22T13:00:00Z,04/22 09:00,5063,,2020-04-22T13:00:00Z,34,3478,3355,191659,191659,6833,191659,310,0,72e968ff1f96e99cdb0a8591ce9888043b7cb2c0,0,0,0,0,0,
+20200422,NM,2072,38805,,119,306,,,,,529,A,4/22/2020 19:11,2020-04-22T19:11:00Z,04/22 15:11,65,306,2020-04-22T19:11:00Z,35,101,2021,40877,40877,2122,40877,7,15,49f4126dd99c990c77518c01aff774a940c1cdd7,0,0,0,0,0,
+20200422,NV,4081,29807,,,,,,,,,A,4/22/2020 10:00,2020-04-22T10:00:00Z,04/22 06:00,172,,2020-04-22T10:00:00Z,32,144,689,33888,33888,833,33888,9,0,74762f8440d516b81c7f959485f0c1866b9be1b8,0,0,0,0,0,
+20200422,NY,257216,412766,,15599,68773,5016,,,,42308,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,15302,68773,2020-04-22T00:00:00Z,36,5526,15131,669982,669982,20657,669982,474,1502,251112e2890a1febcdfc6e87f9c277a282abfd60,0,0,0,0,0,
+20200422,OH,14117,84389,,,2882,,880,,,,B,4/22/2020 14:00,2020-04-22T14:00:00Z,04/22 10:00,610,2882,2020-04-22T14:00:00Z,39,392,3400,98506,98506,3792,98506,53,103,e71f87adfa493adc97120709173400f09e13a0ba,0,0,0,0,0,
+20200422,OK,2894,43019,,298,588,147,,,,1772,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,170,588,2020-04-22T00:00:00Z,40,87,1482,45913,45913,1569,45913,6,27,05156809b9e2ecf600c6df731ee557a4ac42c6ad,0,0,0,0,0,
+20200422,OR,2059,39126,,302,488,67,,35,,,A,4/22/2020 11:00,2020-04-22T11:00:00Z,04/22 07:00,78,488,2020-04-22T11:00:00Z,41,57,0,41185,41185,57,41185,0,17,0e46944da19b0b4f898c575c15c4a381d815998a,0,0,0,0,0,
+20200422,PA,35684,136272,,2764,,,,685,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,1622,,2020-04-22T00:00:00Z,42,1156,3949,171956,171956,5105,171956,58,0,a1e597ead87c793785b5293f6095535859ca8189,0,0,0,0,0,
+20200422,PR,915,8842,1954,,,,,,,,A,4/22/2020 06:05,2020-04-22T06:05:00Z,04/22 02:05,67,,2020-04-22T06:05:00Z,72,-383,53,11711,9757,-330,9757,3,0,b7a88d275902f2d5379b90a8fe756452cc7f901d,0,0,0,0,0,
+20200422,RI,5845,35881,,314,717,71,,44,,315,B,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,201,717,2020-04-22T00:00:00Z,44,378,2048,41726,41726,2426,41726,15,43,ee77c4effbce15708180dcadbc1319aa4ebf9254,0,0,0,0,0,
+20200422,SC,4761,38350,,,837,,,,,3317,B,4/21/2020 23:59,2020-04-21T23:59:00Z,04/21 19:59,140,837,2020-04-21T23:59:00Z,45,322,1512,43111,43111,1834,43111,16,61,ebf774f557624d78c453edeaadb7feec5103907e,0,0,0,0,0,
+20200422,SD,1858,11588,,62,111,,,,,937,A,4/22/2020 11:40,2020-04-22T11:40:00Z,04/22 07:40,8,111,2020-04-22T11:40:00Z,46,103,528,13446,13446,631,13446,0,11,f4c82a76f255a7023adbc46f7c0b5aaccee977cd,0,0,0,0,0,
+20200422,TN,7842,107138,,,775,,,,,4012,A,4/22/2020 15:00,2020-04-22T15:00:00Z,04/22 11:00,166,775,2020-04-22T15:00:00Z,47,448,6350,114980,114980,6798,114980,9,15,d8b91741418e7ac78ae37831930a511d503d3c12,0,0,0,0,0,
+20200422,TX,21069,195714,,1678,,,,,,7341,A,4/22/2020 13:15,2020-04-22T13:15:00Z,04/22 09:15,543,,2020-04-22T13:15:00Z,48,873,10511,216783,216783,11384,216783,26,0,55972856800dc7c468a5fb73111e975abcfbd2b9,0,0,0,0,0,
+20200422,UT,3445,73015,,,288,,,,,970,A,4/22/2020 15:00,2020-04-22T15:00:00Z,04/22 11:00,34,288,2020-04-22T15:00:00Z,49,149,3953,76460,76460,4102,76460,2,11,85d209c513fbd632a25f594945f2df227d4a5a01,0,0,0,0,0,
+20200422,VA,10266,50512,477,1374,1659,419,,244,,1497,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,349,1659,2020-04-22T00:00:00Z,51,636,1788,61255,60778,2424,60778,25,78,3d41be1957f85e8c7d1b4713cb413fc3ec5f2c59,0,0,0,0,0,
+20200422,VI,54,583,31,,,,,,,48,,4/22/2020 20:30,2020-04-22T20:30:00Z,04/22 16:30,3,,2020-04-22T20:30:00Z,78,0,9,668,637,9,637,0,0,46c9ec6a5220c6bf87b3adc16a29d25f23e8703a,0,0,0,0,0,
+20200422,VT,831,12097,,37,,,,,,,A,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,40,,2020-04-22T00:00:00Z,50,3,330,12928,12928,333,12928,0,0,ef2a2a59f176a206d14dc92baaa5379abdfa4ae6,0,0,0,0,0,
+20200422,WA,14040,158437,,543,,161,,,,,C,4/22/2020 00:00,2020-04-22T00:00:00Z,04/21 20:00,647,,2020-04-22T00:00:00Z,53,238,5109,172477,172477,5347,172477,7,0,e2c4d8c79d61cf83b7986b1b62625e95b6d3990c,0,0,0,0,0,
+20200422,WI,4845,49502,229,355,1302,139,324,,,,A,4/22/2020 16:00,2020-04-22T16:00:00Z,04/22 12:00,246,1302,2020-04-22T16:00:00Z,55,225,1661,54576,54347,1886,54347,4,50,2809ca779aec03e797f7679553dac1d62a97639e,0,0,0,0,0,
+20200422,WV,939,24897,,103,,41,,23,,330,B,4/22/2020 17:00,2020-04-22T17:00:00Z,04/22 13:00,26,,2020-04-22T17:00:00Z,54,25,3048,25836,25836,3073,25836,0,0,1baf2d2b113822f7003e60a3b78eddfd98c31191,0,0,0,0,0,
+20200422,WY,322,7301,,19,52,,,,,254,A,4/22/2020 23:00,2020-04-22T23:00:00Z,04/22 19:00,6,52,2020-04-22T23:00:00Z,56,2,0,7623,7623,2,7623,0,0,a3be0b00e5b3b9c7de6741868ac88e4586a30803,0,0,0,0,0,
+20200421,AK,329,10790,,42,36,,,,,168,A,4/21/2020 15:15,2020-04-21T15:15:00Z,04/21 11:15,9,36,2020-04-21T15:15:00Z,02,8,987,11119,11119,995,11119,0,0,ea0c03928b9e1434605dd676eae4d14f5c005816,0,0,0,0,0,
+20200421,AL,5231,43295,,,699,,260,,157,,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,177,699,2020-04-21T00:00:00Z,01,206,2420,48526,48526,2626,48526,10,58,c1e4509184df1da6cf809ee502f184c8a41d5186,0,0,0,0,0,
+20200421,AR,2227,25214,,86,291,,,27,57,809,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,43,291,2020-04-21T00:00:00Z,05,304,584,27441,27441,888,27441,1,0,e5bb231e62fa67f59f17301b433e96e47fd1e128,0,0,0,0,0,
+20200421,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,6144b0aa7540b7dc0ac5f275e97388eabf710f9c,0,0,0,0,0,
+20200421,AZ,5251,49901,,637,,285,,181,,1155,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,208,,2020-04-21T00:00:00Z,04,187,465,55152,55152,652,55152,21,0,4024814135ee0641324c2e54d04e508f403a3577,0,0,0,0,0,
+20200421,CA,33261,266839,,4886,,1502,,,,,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1268,,2020-04-21T00:00:00Z,06,2283,7317,300100,300100,9600,300100,60,0,ad26b262907b388b088a769f6f93beaca0bd72ef,0,0,0,0,0,
+20200421,CO,10106,37360,,861,1880,,,,,,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,449,1880,2020-04-19T00:00:00Z,08,376,895,47466,47466,1271,47466,27,67,d507464d96763ff9325aa8f3f957c86c3a04fb08,0,0,0,0,0,
+20200421,CT,20360,43832,,1949,,,,,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1423,,2020-04-21T00:00:00Z,09,545,841,64192,64192,1386,64192,92,0,27d3cb6bcb0d95602fbb96934ea2f3b9a5c07b1e,0,0,0,0,0,
+20200421,DC,3098,11841,,402,,120,,69,,636,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,112,,2020-04-20T00:00:00Z,11,171,655,14939,14939,826,14939,7,0,2f5d454ad282b3b69198581b395887d850a52b53,0,0,0,0,0,
+20200421,DE,2931,12935,,263,,,,,,565,A,4/20/2020 18:00,2020-04-20T18:00:00Z,04/20 14:00,82,,2020-04-20T18:00:00Z,10,186,427,15866,15866,613,15866,10,0,a2a22fa69c1478f1fd420c3f0f8da0a184904a81,0,0,0,0,0,
+20200421,FL,27495,249564,1203,,4235,,,,,,A,4/21/2020 16:19,2020-04-21T16:19:00Z,04/21 12:19,856,4235,2020-04-21T16:19:00Z,12,835,9999,278262,277059,10834,277059,50,225,b0075045c8fd75388225b447311aa165eafc2a00,0,0,0,0,0,
+20200421,GA,19881,68259,,,3779,,,,,,A,4/21/2020 18:28,2020-04-21T18:28:00Z,04/21 14:28,799,3779,2020-04-21T18:28:00Z,13,934,2878,88140,88140,3812,88140,66,229,e7062a3f4d034aea32e1ab92e3cfd1adc5de27f1,0,0,0,0,0,
+20200421,GU,133,1033,,3,,2,,,,114,,4/21/2020 08:05,2020-04-21T08:05:00Z,04/21 04:05,5,,2020-04-21T08:05:00Z,66,0,42,1166,1166,42,1166,0,0,b3a63291988fdca53d5758be84abdb29c5955b54,0,0,0,0,0,
+20200421,HI,584,24112,,,55,,,,,423,A,4/21/2020 19:30,2020-04-21T19:30:00Z,04/21 15:30,10,55,2020-04-21T19:30:00Z,15,4,517,24696,24696,521,24696,0,3,e50b5f088625d1f7c0236641ed0ff20c6b84297b,0,0,0,0,0,
+20200421,IA,3641,23974,,214,,89,,60,,1293,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,83,,2020-04-20T12:00:00Z,19,482,1313,27615,27615,1795,27615,4,0,87d12de6dfa00e7c8e0fb52fb44583bfbaa3f9a0,0,0,0,0,0,
+20200421,ID,1736,16071,,,157,,58,,,660,A,4/21/2020 19:00,2020-04-21T19:00:00Z,04/21 15:00,48,157,2020-04-21T19:00:00Z,16,64,298,17807,17807,362,17807,3,6,b148629bdf2b25ddef9cb35913b5e21c1c1906ee,0,0,0,0,0,
+20200421,IL,33059,121938,,4776,,1226,,781,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,1468,,2020-04-21T00:00:00Z,17,1551,5088,154997,154997,6639,154997,119,0,20dcd7dc34dfd0eaa3597ee3637de0ae95638a27,0,0,0,0,0,
+20200421,IN,12097,55167,,,,676,,368,,,B,4/20/2020 23:59,2020-04-20T23:59:00Z,04/20 19:59,630,,2020-04-20T23:59:00Z,18,411,2214,67264,67264,2625,67264,61,0,d57f22adc0aeac71ec249c102582f0ead9e559eb,0,0,0,0,0,
+20200421,KS,2025,17076,,,419,,,,,,B,4/21/2020 12:00,2020-04-21T12:00:00Z,04/21 08:00,107,419,2020-04-21T12:00:00Z,20,39,301,19101,19101,340,19101,7,14,1056da7a7d861000d3798c054919945184cd5f62,0,0,0,0,0,
+20200421,KY,3050,29770,,263,1059,147,582,,,1174,A,4/21/2020 17:00,2020-04-21T17:00:00Z,04/21 13:00,154,1059,2020-04-21T17:00:00Z,21,90,158,32820,32820,248,32820,6,0,69ae29572e649f086aab6e1b6ba2a1311973efd9,0,0,0,0,0,
+20200421,LA,24854,111588,,1798,,,,297,,,A,4/21/2020 13:00,2020-04-21T13:00:00Z,04/21 09:00,1405,,2020-04-21T13:00:00Z,22,331,0,136442,136442,331,136442,77,0,202a8abed11032b4d3e955fb356a2e9fc84058aa,0,0,0,0,0,
+20200421,MA,43168,141444,,3977,4009,1040,,,,,B,4/21/2020 16:00,2020-04-21T16:00:00Z,04/21 12:00,2449,4009,2020-04-21T16:00:00Z,25,1752,5398,184612,184612,7150,184612,146,137,bb68a16d14eb4245ba1af66f27853ff0a2c4f73b,0,0,0,0,0,
+20200421,MD,14193,59442,,1433,3158,526,,,,930,A,4/21/2020 10:00,2020-04-21T10:00:00Z,04/21 06:00,732,3158,2020-04-21T10:00:00Z,24,509,1729,73635,73635,2238,73635,49,144,e991c821822894da0423eddd1eeda05ab92f31a1,0,0,0,0,0,
+20200421,ME,888,14076,,40,139,16,,8,,443,A,4/21/2020 11:45,2020-04-21T11:45:00Z,04/21 07:45,36,139,2020-04-21T11:45:00Z,23,13,0,14964,14964,13,14964,1,1,4fe01d1765f2a141c9a77c6ec5da75bc73e35498,0,0,0,0,0,
+20200421,MI,32967,84259,,3357,,1346,,1107,,3237,B,4/21/2020 11:00,2020-04-21T11:00:00Z,04/21 07:00,2700,,2020-04-21T11:00:00Z,26,967,2461,117226,117226,3428,117226,232,0,5a598630d8f83ae1cb89d256eb6f7bb7e6925915,0,0,0,0,0,
+20200421,MN,2567,45130,,237,629,117,253,,,1094,A,4/20/2020 17:00,2020-04-20T17:00:00Z,04/20 13:00,160,629,2020-04-20T17:00:00Z,27,97,750,47697,47697,847,47697,17,27,750ba416fb2e103120406f364c968680401074cd,0,0,0,0,0,
+20200421,MO,5941,51179,,1001,,,,,,,A,4/21/2020 15:00,2020-04-21T15:00:00Z,04/21 11:00,189,,2020-04-21T15:00:00Z,29,134,973,57120,57120,1107,57120,12,0,4fad19b1b7e11c4c5c7573d977be05f95512ea88,0,0,0,0,0,
+20200421,MP,14,51,,,,,,,,11,,4/21/2020 19:25,2020-04-21T19:25:00Z,04/21 15:25,2,,2020-04-21T19:25:00Z,69,0,0,65,65,0,65,0,0,d85a9595a2678f84766f33bb84caead6a44e4aa3,0,0,0,0,0,
+20200421,MS,4716,47648,,548,858,146,,89,,,A,4/20/2020 19:00,2020-04-20T19:00:00Z,04/20 15:00,183,858,2020-04-20T19:00:00Z,28,204,726,52364,52364,930,52364,14,39,4c74d9ead73851e3c62d56dc956269aac6fff2b8,0,0,0,0,0,
+20200421,MT,437,10804,,14,59,,,,,273,A,4/21/2020 11:56,2020-04-21T11:56:00Z,04/21 07:56,12,59,2020-04-21T11:56:00Z,30,4,186,11241,11241,190,11241,2,2,2c3f3d45bf722fa1e2fde9b4feca5195e2296c35,0,0,0,0,0,
+20200421,NC,6951,76380,,427,,,,,,,A,4/21/2020 10:35,2020-04-21T10:35:00Z,04/21 06:35,213,,2020-04-21T10:35:00Z,37,187,3660,83331,83331,3847,83331,34,0,0b7c152d5d4e61f2e2312516202bffb51149bdb5,0,0,0,0,0,
+20200421,ND,644,14343,,17,54,,,,,214,B,4/20/2020 13:17,2020-04-20T13:17:00Z,04/20 09:17,13,54,2020-04-20T13:17:00Z,38,17,223,14987,14987,240,14987,0,1,6639924955bd82d2dfb42153150b896089983688,0,0,0,0,0,
+20200421,NE,1648,14724,,,,,,,,,A,4/21/2020 19:45,2020-04-21T19:45:00Z,04/21 15:45,33,,2020-04-21T19:45:00Z,31,174,518,16372,16372,692,16372,5,0,38f90497fa840f84dc374474de248f72bcc3e754,0,0,0,0,0,
+20200421,NH,1491,12848,244,78,206,,,,,521,B,4/21/2020 09:00,2020-04-21T09:00:00Z,04/21 05:00,42,206,2020-04-21T09:00:00Z,33,99,122,14583,14339,221,14339,1,8,3318492bfabacd9bc452a99f49fa209fc0739793,0,0,0,0,0,
+20200421,NJ,92387,92439,,7594,,1930,,1501,,,A,4/21/2020 13:00,2020-04-21T13:00:00Z,04/21 09:00,4753,,2020-04-21T13:00:00Z,34,3581,3188,184826,184826,6769,184826,376,0,5c8456c46e149802ebdaea32093e39e4908422fe,0,0,0,0,0,
+20200421,NM,1971,36784,,116,291,,,,,501,A,4/21/2020 10:22,2020-04-21T10:22:00Z,04/21 06:22,58,291,2020-04-21T10:22:00Z,35,126,1587,38755,38755,1713,38755,3,17,25a343129c1bbdc278525263db345128b9f8588a,0,0,0,0,0,
+20200421,NV,3937,29118,,,,,,,,,A,4/21/2020 10:00,2020-04-21T10:00:00Z,04/21 06:00,163,,2020-04-21T10:00:00Z,32,107,601,33055,33055,708,33055,5,0,9fc8dbd37c97d9c0004a9ff4f84d01731e77b526,0,0,0,0,0,
+20200421,NY,251690,397635,,16044,67271,5016,,,,40482,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,14828,67271,2020-04-21T00:00:00Z,36,4178,11286,649325,649325,15464,649325,481,1302,76de602c4d2ebfdaca2de5e584cf06291acd0168,0,0,0,0,0,
+20200421,OH,13725,80989,,,2779,,838,,,,B,4/21/2020 14:00,2020-04-21T14:00:00Z,04/21 10:00,557,2779,2020-04-21T14:00:00Z,39,806,3069,94714,94714,3875,94714,48,126,87bd8019ebc2f75a5e9001211bb7f0be088c31b6,0,0,0,0,0,
+20200421,OK,2807,41537,,346,561,164,,,,1702,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,164,561,2020-04-21T00:00:00Z,40,127,8571,44344,44344,8698,44344,21,20,6523bcea0993ed2bc1c290e0a4eaf1f2a0ee215d,0,0,0,0,0,
+20200421,OR,2002,39126,,297,471,70,,35,,,A,4/21/2020 11:00,2020-04-21T11:00:00Z,04/21 07:00,78,471,2020-04-21T11:00:00Z,41,46,1037,41128,41128,1083,41128,3,6,0d8f57fc18a40c9186173dae7cf428c2571c7b3b,0,0,0,0,0,
+20200421,PA,34528,132323,,2743,,,,673,,,A,4/21/2020 14:00,2020-04-21T14:00:00Z,04/21 10:00,1564,,2020-04-21T14:00:00Z,42,1296,2603,166851,166851,3899,166851,360,0,b4d63344448d7efb1179a4d0ef9231266c2db0ac,0,0,0,0,0,
+20200421,PR,1298,8789,1761,,,,,,,,A,4/21/2020 06:30,2020-04-21T06:30:00Z,04/21 02:30,64,,2020-04-21T06:30:00Z,72,46,303,11848,10087,349,10087,1,0,da489ef988cb13c206536fadb41a468537138c30,0,0,0,0,0,
+20200421,RI,5467,33833,,309,674,67,,43,,315,B,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,186,674,2020-04-21T00:00:00Z,44,369,1843,39300,39300,2212,39300,11,45,56e4a6ca02ad623990e003426dda75b6aba79cdd,0,0,0,0,0,
+20200421,SC,4439,36838,,,776,,,,,2063,B,4/21/2020 16:30,2020-04-21T16:30:00Z,04/21 12:30,124,776,2020-04-21T16:30:00Z,45,62,735,41277,41277,797,41277,4,0,80d7ff59d8aaf4a836bde575e0c77340466ffc0c,0,0,0,0,0,
+20200421,SD,1755,11060,,65,100,,,,,824,A,4/20/2020 18:00,2020-04-20T18:00:00Z,04/20 14:00,8,100,2020-04-20T18:00:00Z,46,70,419,12815,12815,489,12815,1,13,6c39675ccb34d103b8ac494d7ae2b4464cd6d7a5,0,0,0,0,0,
+20200421,TN,7394,100788,,,760,,,,,3828,A,4/21/2020 15:00,2020-04-21T15:00:00Z,04/21 11:00,157,760,2020-04-21T15:00:00Z,47,156,7337,108182,108182,7493,108182,5,30,4821728b49823b8fca594aa51afde212f383c2a8,0,0,0,0,0,
+20200421,TX,20196,185203,,1419,,,,,,6486,A,4/21/2020 13:00,2020-04-21T13:00:00Z,04/21 09:00,517,,2020-04-21T13:00:00Z,48,738,14267,205399,205399,15005,205399,22,0,06238c6fa33425033360c8cf3f276870b9e8184b,0,0,0,0,0,
+20200421,UT,3296,69062,,,277,,,,,888,A,4/21/2020 15:00,2020-04-21T15:00:00Z,04/21 11:00,32,277,2020-04-21T15:00:00Z,49,83,3964,72358,72358,4047,72358,4,9,c22ac2825eb85895a5d1ca11f3e0b30e1e480174,0,0,0,0,0,
+20200421,VA,9630,48724,477,1331,1581,403,,251,,1418,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,324,1581,2020-04-21T00:00:00Z,51,640,979,58831,58354,1619,58354,24,81,d3b2bea1cb0043e7e5cc3d91271d0477a2932ab9,0,0,0,0,0,
+20200421,VI,54,574,35,,,,,,,48,,4/21/2020 20:30,2020-04-21T20:30:00Z,04/21 16:30,3,,2020-04-21T20:30:00Z,78,1,20,663,628,21,628,0,0,6588fb9fc10681766c7cd691eb5ab159a479b15c,0,0,0,0,0,
+20200421,VT,828,11767,,41,,,,,,,A,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,40,,2020-04-21T00:00:00Z,50,8,96,12595,12595,104,12595,2,0,682fbfb5c155eb0fb2106b485364097df79369ec,0,0,0,0,0,
+20200421,WA,13802,153328,,503,,161,,,,,C,4/21/2020 00:00,2020-04-21T00:00:00Z,04/20 20:00,640,,2020-04-21T00:00:00Z,53,241,4920,167130,167130,5161,167130,11,0,ec31d45078a69bec0abba03b752d2c4c0f66646c,0,0,0,0,0,
+20200421,WI,4620,47841,219,358,1252,137,324,,,,A,4/21/2020 16:00,2020-04-21T16:00:00Z,04/21 12:00,242,1252,2020-04-21T16:00:00Z,55,121,1238,52680,52461,1359,52461,12,41,be345dfa5689557aced64ce8ef423e755e610ede,0,0,0,0,0,
+20200421,WV,914,21849,,85,,42,,24,,330,B,4/21/2020 17:00,2020-04-21T17:00:00Z,04/21 13:00,26,,2020-04-21T17:00:00Z,54,12,596,22763,22763,608,22763,2,0,697b2e4f063091b5eaa76765fcf8380de2b91031,0,0,0,0,0,
+20200421,WY,320,7301,,19,52,,,,,237,A,4/21/2020 16:20,2020-04-21T16:20:00Z,04/21 12:20,6,52,2020-04-21T16:20:00Z,56,7,228,7621,7621,235,7621,4,1,275423f7a6eefa96faf5e167a7eb4a0bd302f9a2,0,0,0,0,0,
+20200420,AK,321,9803,,46,36,,,,,161,A,4/20/2020 14:00,2020-04-20T14:00:00Z,04/20 10:00,9,36,2020-04-20T14:00:00Z,02,2,227,10124,10124,229,10124,0,0,a777a02afbd83c8db43647b5697b79765bbceaac,0,0,0,0,0,
+20200420,AL,5025,40875,,,641,,260,,157,,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,167,641,2020-04-20T00:00:00Z,01,188,0,45900,45900,188,45900,13,0,4c4e3a6c1225c740f4c96e661ba9eb650592219f,0,0,0,0,0,
+20200420,AR,1923,24630,,93,291,,,24,57,749,A,4/20/2020 14:30,2020-04-20T14:30:00Z,04/20 10:30,42,291,2020-04-20T14:30:00Z,05,142,2202,26553,26553,2344,26553,2,0,3fbcb37c96d2301fceae4764f5bda4e3a0fa2bc1,0,0,0,0,0,
+20200420,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,f0bfa65e1724942ea5a40c7daf11c5a91498ed07,0,0,0,0,0,
+20200420,AZ,5064,49436,,637,,285,,181,,1155,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,187,,2020-04-20T00:00:00Z,04,135,1375,54500,54500,1510,54500,3,0,15a1db61e84e89bcbd6b99121490b64920d19c07,0,0,0,0,0,
+20200420,CA,30978,259522,,4674,,1480,,,,,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,1208,,2020-04-19T00:00:00Z,06,645,8955,290500,290500,9600,290500,42,0,8c2e88f23c5fc349fe16b9eb1fbca1b5a8c4c160,0,0,0,0,0,
+20200420,CO,9730,36465,,874,1813,,,,,,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,422,1813,2020-04-18T00:00:00Z,08,297,1292,46195,46195,1589,46195,11,16,4917b4fa91bb98c113e9a4447e1d2db1778ec142,0,0,0,0,0,
+20200420,CT,19815,42991,,1919,,,,,,,A,4/20/2020 16:00,2020-04-20T16:00:00Z,04/20 12:00,1331,,2020-04-20T16:00:00Z,09,2265,2328,62806,62806,4593,62806,245,0,e4b2ca1ded1e8f06a4d320d08ee64ac12896443a,0,0,0,0,0,
+20200420,DC,2927,11186,,402,,120,,69,,630,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,105,,2020-04-19T00:00:00Z,11,134,280,14113,14113,414,14113,9,0,5f26aa60ab9b4ecdaabebccd142b128f8c9733bd,0,0,0,0,0,
+20200420,DE,2745,12508,,256,,,,,,495,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,72,,2020-04-20T12:00:00Z,10,207,252,15253,15253,459,15253,5,0,87955bae95a9f753593a29f1c82f1eacea37a4e9,0,0,0,0,0,
+20200420,FL,26660,239565,1104,,4010,,,,,,A,4/20/2020 09:28,2020-04-20T09:28:00Z,04/20 05:28,806,4010,2020-04-20T09:28:00Z,12,664,9482,267329,266225,10146,266225,25,80,c2b895aad65c5577d0d2244aa593cd62b27695b6,0,0,0,0,0,
+20200420,GA,18947,65381,,,3550,,,,,,A,4/20/2020 11:27,2020-04-20T11:27:00Z,04/20 07:27,733,3550,2020-04-20T11:27:00Z,13,646,3749,84328,84328,4395,84328,46,86,2ce4481caced2e53769dbc44a8aa088aa679f40b,0,0,0,0,0,
+20200420,GU,133,991,,3,,2,,,,112,,4/20/2020 06:50,2020-04-20T06:50:00Z,04/20 02:50,5,,2020-04-20T06:50:00Z,66,0,48,1124,1124,48,1124,0,0,174c2cfd0dead90a2404e49ec32c6e06e5aa32e6,0,0,0,0,0,
+20200420,HI,580,23595,,,52,,,,,414,A,4/19/2020 18:00,2020-04-19T18:00:00Z,04/19 14:00,10,52,2020-04-19T18:00:00Z,15,6,699,24175,24175,705,24175,1,1,78e904bc24e354f695c3f9cf21b3d74752e8a540,0,0,0,0,0,
+20200420,IA,3159,22661,,214,,91,,58,,1235,A,4/19/2020 12:00,2020-04-19T12:00:00Z,04/19 08:00,79,,2020-04-19T12:00:00Z,19,257,1013,25820,25820,1270,25820,4,0,2bda813d6be0ea62e0331e213b31df988a1e8c89,0,0,0,0,0,
+20200420,ID,1672,15773,,,151,,53,,,585,A,4/19/2020 19:00,2020-04-19T19:00:00Z,04/19 15:00,45,151,2020-04-19T19:00:00Z,16,4,0,17445,17445,4,17445,1,0,49ebee0527263dd7189ccbcd40780dcbc972e3a4,0,0,0,0,0,
+20200420,IL,31508,116850,,4599,,1239,,757,,,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,1349,,2020-04-20T00:00:00Z,17,1151,3889,148358,148358,5040,148358,59,0,bb4a15dcfeb4528ddfbc0b23fc1546f7c2f9b9b2,0,0,0,0,0,
+20200420,IN,11686,52953,,,,669,,353,,,B,4/19/2020 23:59,2020-04-19T23:59:00Z,04/19 19:59,569,,2020-04-19T23:59:00Z,18,476,3021,64639,64639,3497,64639,7,0,68e4ff5942936bb5fed82a9a2b7e156a21982ed2,0,0,0,0,0,
+20200420,KS,1986,16775,,,405,,,,,,B,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,100,405,2020-04-20T12:00:00Z,20,137,494,18761,18761,631,18761,8,15,a8286cc699a3f91fc8a7158314dd408325c8a17b,0,0,0,0,0,
+20200420,KY,2960,29612,,274,1059,155,534,,,1174,A,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,148,1059,2020-04-19T17:00:00Z,21,253,94,32572,32572,347,32572,4,0,337550675bd11b75d9ac54c55acb7b882813bda6,0,0,0,0,0,
+20200420,LA,24523,111588,,1794,,,,332,,,A,4/20/2020 13:00,2020-04-20T13:00:00Z,04/20 09:00,1328,,2020-04-20T13:00:00Z,22,595,168,136111,136111,763,136111,32,0,4038373302e5d9a418beb076efcc0ea1f1b2a6bb,0,0,0,0,0,
+20200420,MA,41416,136046,,3872,3872,987,,,,,B,4/19/2020 16:00,2020-04-19T16:00:00Z,04/19 12:00,2303,3872,2020-04-19T16:00:00Z,25,1596,6751,177462,177462,8347,177462,157,83,f14f9e0c582f42c5596ef95c6d4baa2ccf384a14,0,0,0,0,0,
+20200420,MD,13684,57713,,,3014,,,,,917,A,4/20/2020 10:00,2020-04-20T10:00:00Z,04/20 06:00,683,3014,2020-04-20T10:00:00Z,24,854,2652,71397,71397,3506,71397,57,128,9aca6549c17ce5a537730b0cbacb82ecc222ebaf,0,0,0,0,0,
+20200420,ME,875,14076,,39,138,16,,9,,414,A,4/20/2020 11:15,2020-04-20T11:15:00Z,04/20 07:15,35,138,2020-04-20T11:15:00Z,23,8,0,14951,14951,8,14951,1,2,3b8b2901264718880c86d9b57ab043ca430c61d6,0,0,0,0,0,
+20200420,MI,32000,81798,,3374,,1346,,1102,,3237,B,4/20/2020 11:00,2020-04-20T11:00:00Z,04/20 07:00,2468,,2020-04-20T11:00:00Z,26,576,3561,113798,113798,4137,113798,77,0,52f9e9ee71d2a45abb59e50e6e4a926553a04d77,0,0,0,0,0,
+20200420,MN,2470,44380,,237,602,126,241,,,1059,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,143,602,2020-04-20T12:00:00Z,27,114,1020,46850,46850,1134,46850,9,28,6902b0c3df407714bd3cf6fd6f1f226776bae7da,0,0,0,0,0,
+20200420,MO,5807,50206,,873,,,,,,,A,4/20/2020 15:00,2020-04-20T15:00:00Z,04/20 11:00,177,,2020-04-20T15:00:00Z,29,140,1964,56013,56013,2104,56013,1,0,ba16ebc9064600bcdc355eca31543e975b90643c,0,0,0,0,0,
+20200420,MP,14,51,,,,,,,,11,,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,2,,2020-04-20T00:00:00Z,69,0,9,65,65,9,65,0,0,d919d8e9bf311bd1833f46c7f71e8b2c0c7affd1,0,0,0,0,0,
+20200420,MS,4512,46922,,548,819,146,,89,,,A,4/19/2020 19:00,2020-04-19T19:00:00Z,04/19 15:00,169,819,2020-04-19T19:00:00Z,28,238,12131,51434,51434,12369,51434,10,11,49896c11653a6334703cae1a7d4d083efd447855,0,0,0,0,0,
+20200420,MT,433,10618,,19,57,,,,,243,A,4/20/2020 11:00,2020-04-20T11:00:00Z,04/20 07:00,10,57,2020-04-20T11:00:00Z,30,0,153,11051,11051,153,11051,0,2,2be18465f44af424300144ddb0d828ab7a803ba9,0,0,0,0,0,
+20200420,NC,6764,72720,,373,,,,,,,A,4/20/2020 10:35,2020-04-20T10:35:00Z,04/20 06:35,179,,2020-04-20T10:35:00Z,37,271,441,79484,79484,712,79484,7,0,2c28909b6252304edacb3fa5e719c388ead839b0,0,0,0,0,0,
+20200420,ND,627,14120,,17,53,,,,,189,B,4/20/2020 13:00,2020-04-20T13:00:00Z,04/20 09:00,13,53,2020-04-20T13:00:00Z,38,42,1075,14747,14747,1117,14747,3,2,bcb75dda7ffe7cc2dfd8c6107487ecac145e4fc9,0,0,0,0,0,
+20200420,NE,1474,14206,,,,,,,,,A,4/19/2020 19:45,2020-04-19T19:45:00Z,04/19 15:45,28,,2020-04-19T19:45:00Z,31,187,918,15680,15680,1105,15680,0,0,29e0818be8179aebc552324c95bbf5f5406192c4,0,0,0,0,0,
+20200420,NH,1392,12726,298,79,198,,,,,521,B,4/19/2020 09:00,2020-04-19T09:00:00Z,04/19 05:00,41,198,2020-04-19T09:00:00Z,33,50,644,14416,14118,694,14118,3,6,58a24ba87550461feef44b7bf1ec547905ee11ff,0,0,0,0,0,
+20200420,NJ,88806,89251,,6986,,2018,,1594,,,A,4/20/2020 13:00,2020-04-20T13:00:00Z,04/20 09:00,4377,,2020-04-20T13:00:00Z,34,3505,3864,178057,178057,7369,178057,175,0,36f490840238d77b388c25a80f5ed5c05ea2e18f,0,0,0,0,0,
+20200420,NM,1845,35197,,103,274,,,,,487,A,4/19/2020 18:46,2020-04-19T18:46:00Z,04/19 14:46,55,274,2020-04-19T18:46:00Z,35,47,363,37042,37042,410,37042,2,16,aa9487f2487c0df3cf333b8aef0c5b1f7029f159,0,0,0,0,0,
+20200420,NV,3830,28517,,,,,,,,,A,4/20/2020 10:00,2020-04-20T10:00:00Z,04/20 06:00,158,,2020-04-20T10:00:00Z,32,102,647,32347,32347,749,32347,3,0,2e186f4f67b0d3559c3f4e5b723c90217efb0a18,0,0,0,0,0,
+20200420,NY,247512,386349,,16103,65969,5016,,,,39085,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,14347,65969,2020-04-20T00:00:00Z,36,4726,11580,633861,633861,16306,633861,478,1419,633a279dde9aff0b4deb99014240e1001c15287b,0,0,0,0,0,
+20200420,OH,12919,77920,,,2653,,798,,,,B,4/20/2020 14:00,2020-04-20T14:00:00Z,04/20 10:00,509,2653,2020-04-20T14:00:00Z,39,1317,2223,90839,90839,3540,90839,38,88,8daf11da696c0f1665e763552ffe88b659fdc562,0,0,0,0,0,
+20200420,OK,2680,32966,,307,541,136,,,,1614,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,143,541,2020-04-20T00:00:00Z,40,81,0,35646,35646,81,35646,3,0,43efeb34e2851dc1dcfa7f9f511029ec21145a67,0,0,0,0,0,
+20200420,OR,1956,38089,,303,465,74,,35,,,A,4/20/2020 11:00,2020-04-20T11:00:00Z,04/20 07:00,75,465,2020-04-20T11:00:00Z,41,46,961,40045,40045,1007,40045,1,9,624c22a2d09e8900f39ed60cf2018e77fb73890b,0,0,0,0,0,
+20200420,PA,33232,129720,,2701,,,,659,,,A,4/20/2020 12:00,2020-04-20T12:00:00Z,04/20 08:00,1204,,2020-04-20T12:00:00Z,42,948,3150,162952,162952,4098,162952,92,0,4b86549ca347ecec69886dc908410a97024eedc4,0,0,0,0,0,
+20200420,PR,1252,8486,1895,,,,,,,,A,4/20/2020 06:30,2020-04-20T06:30:00Z,04/20 02:30,63,,2020-04-20T06:30:00Z,72,39,206,11633,9738,245,9738,1,0,b82443f647cf618652603d5a85eecfcd3bb8b9bf,0,0,0,0,0,
+20200420,RI,5098,31990,,297,629,62,,45,,267,B,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,175,629,2020-04-20T00:00:00Z,44,343,1997,37088,37088,2340,37088,11,24,83389dff7cca3d80121193e6694d52d2c6df0a7a,0,0,0,0,0,
+20200420,SC,4377,36103,,,776,,,,,2063,B,4/19/2020 15:30,2020-04-19T15:30:00Z,04/19 11:30,120,776,2020-04-19T15:30:00Z,45,0,0,40480,40480,0,40480,0,0,87da39dff4f1a6cf9b690b0effb1b5fda6be40bf,0,0,0,0,0,
+20200420,SD,1685,10641,0,,87,,,,,709,A,4/19/2020 18:00,2020-04-19T18:00:00Z,04/19 14:00,7,87,2020-04-19T18:00:00Z,46,50,214,12326,12326,264,12326,0,13,3d58e2eadf2d6838e7c63991ba32b274e76174dd,0,0,0,0,0,
+20200420,TN,7238,93451,,,730,,,,,3575,A,4/20/2020 15:00,2020-04-20T15:00:00Z,04/20 11:00,152,730,2020-04-20T15:00:00Z,47,168,3423,100689,100689,3591,100689,4,6,ba4fa507b114f8119259eab01c421d49bab59d8f,0,0,0,0,0,
+20200420,TX,19458,170936,,1411,,,,,,5706,A,4/20/2020 12:45,2020-04-20T12:45:00Z,04/20 08:45,495,,2020-04-20T12:45:00Z,48,535,7149,190394,190394,7684,190394,18,0,226207ef7a23c93bfb83fb1782c33c10348507e9,0,0,0,0,0,
+20200420,UT,3213,65098,,,268,,,,,776,A,4/20/2020 15:00,2020-04-20T15:00:00Z,04/20 11:00,28,268,2020-04-20T15:00:00Z,49,144,4612,68311,68311,4756,68311,1,9,31cf33d8cab26452caa02e82314660e2dd0e4641,0,0,0,0,0,
+20200420,VA,8990,47745,468,1296,1500,396,,237,,1324,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,300,1500,2020-04-20T00:00:00Z,51,453,1549,57203,56735,2002,56735,23,78,a9630b088da49269bf799a5aa46c5bacaf236735,0,0,0,0,0,
+20200420,VI,53,554,18,,,,,,,48,,4/19/2020 20:30,2020-04-19T20:30:00Z,04/19 16:30,3,,2020-04-19T20:30:00Z,78,0,6,625,607,6,607,0,0,5743bfcf189b04bb5d2305294efafec4d5fed81b,0,0,0,0,0,
+20200420,VT,820,11671,,49,,,,,,15,A,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,38,,2020-04-20T00:00:00Z,50,3,221,12491,12491,224,12491,0,0,1d76d77fddfb94c470e5d56866314f393bf4b78e,0,0,0,0,0,
+20200420,WA,13561,148408,,403,,122,,,,,C,4/20/2020 00:00,2020-04-20T00:00:00Z,04/19 20:00,629,,2020-04-20T00:00:00Z,53,305,4545,161969,161969,4850,161969,14,0,6a6651d5964c843f804ba48556767eca5a7a12cb,0,0,0,0,0,
+20200420,WI,4499,46603,237,406,1211,168,307,,,,A,4/20/2020 16:00,2020-04-20T16:00:00Z,04/20 12:00,230,1211,2020-04-20T16:00:00Z,55,153,1280,51339,51102,1433,51102,10,21,52df04f80d753aafd044e2f4edea89fab947fe85,0,0,0,0,0,
+20200420,WV,902,21253,,77,,37,,23,,290,B,4/20/2020 10:00,2020-04-20T10:00:00Z,04/20 06:00,24,,2020-04-20T10:00:00Z,54,39,2085,22155,22155,2124,22155,6,0,1ec0097d0fa931e5fcd5a6d0781dd328c6d25539,0,0,0,0,0,
+20200420,WY,313,7073,,19,51,,,,,233,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,2,51,2020-04-19T00:00:00Z,56,4,101,7386,7386,105,7386,0,1,f582d5ce566e39dcc6f85fb57471988f7900e929,0,0,0,0,0,
+20200419,AK,319,9576,,37,36,,,,,153,A,4/18/2020 17:45,2020-04-18T17:45:00Z,04/18 13:45,9,36,2020-04-18T17:45:00Z,02,5,235,9895,9895,240,9895,0,0,ce0b3b6b977cbb94a9105dd21d5b9cb14d5fe1ed,0,0,0,0,0,
+20200419,AL,4837,40875,,,641,,260,,157,,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,154,641,2020-04-19T00:00:00Z,01,182,2992,45712,45712,3174,45712,8,21,07be222f68f65d96ba2e5f0df3b23ca3a07c46ab,0,0,0,0,0,
+20200419,AR,1781,22428,,88,291,,,25,57,721,A,4/19/2020 18:47,2020-04-19T18:47:00Z,04/19 14:47,40,291,2020-04-19T18:47:00Z,05,42,26,24209,24209,68,24209,2,0,6503429156a5a43ea8cf3ee4ddbbd98372c31a4d,0,0,0,0,0,
+20200419,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,4774659605aec82f7bed58fd4122bb22dcc0ec38,0,0,0,0,0,
+20200419,AZ,4929,48061,,631,,283,,187,,994,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,184,,2020-04-19T00:00:00Z,04,210,1735,52990,52990,1945,52990,7,0,9e16dbe1674e9e58394df42fd13d660c82d42293,0,0,0,0,0,
+20200419,CA,30333,250567,7200,4731,,1457,,,,,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,1166,,2020-04-18T00:00:00Z,06,1370,19864,288100,280900,21234,280900,94,0,029c9ad507c24af6e8b2fdeea2728146606eb743,0,0,0,0,0,
+20200419,CO,9433,35173,,874,1797,,,,,,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,411,1797,2020-04-17T00:00:00Z,08,386,913,44606,44606,1299,44606,20,42,b711bbab7b5434cc59b3876c6b561c350922ba17,0,0,0,0,0,
+20200419,CT,17550,40663,,1938,,,,,,,A,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,1086,,2020-04-19T17:00:00Z,09,741,2010,58213,58213,2751,58213,50,0,932254890dfd0bf6da1f43103db8ab066914eef0,0,0,0,0,0,
+20200419,DC,2793,10906,,313,,105,,79,,622,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,96,,2020-04-18T00:00:00Z,11,127,304,13699,13699,431,13699,5,0,b9cbd8d64a315f114dd7aa6fffda1d529bb425f0,0,0,0,0,0,
+20200419,DE,2538,12256,,249,,,,,,466,A,4/18/2020 17:00,2020-04-18T17:00:00Z,04/18 13:00,67,,2020-04-18T17:00:00Z,10,215,562,14794,14794,777,14794,6,0,7fe9196fe9c7bf3d7efea6e62ec21b56fcedbe4d,0,0,0,0,0,
+20200419,FL,25996,230083,1179,,3930,,,,,,A,4/19/2020 16:12,2020-04-19T16:12:00Z,04/19 12:12,781,3930,2020-04-19T16:12:00Z,12,727,8825,257258,256079,9552,256079,27,88,b6e682d37054a0e8fc42a5ae815ad173d7438f61,0,0,0,0,0,
+20200419,GA,18301,61632,,,3464,,,,,,A,4/19/2020 21:34,2020-04-19T21:34:00Z,04/19 17:34,687,3464,2020-04-19T21:34:00Z,13,632,5093,79933,79933,5725,79933,14,44,bc173006ef4bb34ca4fa0126fdbcbf67da00981b,0,0,0,0,0,
+20200419,GU,133,943,,6,,2,,,,112,,4/19/2020 05:00,2020-04-19T05:00:00Z,04/19 01:00,5,,2020-04-19T05:00:00Z,66,0,0,1076,1076,0,1076,0,0,61468c79255616a552ed4c22906f64ef885c86e5,0,0,0,0,0,
+20200419,HI,574,22896,,,51,,,,,410,A,4/19/2020 18:00,2020-04-19T18:00:00Z,04/19 14:00,9,51,2020-04-19T18:00:00Z,15,21,1106,23470,23470,1127,23470,0,3,cf0a73db3446a795e6ef846d7baec3ffdd2d213d,0,0,0,0,0,
+20200419,IA,2902,21648,,198,,86,,54,,1171,A,4/18/2020 12:00,2020-04-18T12:00:00Z,04/18 08:00,75,,2020-04-18T12:00:00Z,19,389,1214,24550,24550,1603,24550,1,0,173376b9f6b13f7a934ab8030b7acdcc46d17283,0,0,0,0,0,
+20200419,ID,1668,15773,,,151,,53,,,520,A,4/19/2020 19:00,2020-04-19T19:00:00Z,04/19 15:00,44,151,2020-04-19T19:00:00Z,16,13,481,17441,17441,494,17441,1,0,bb2ab0e21ddd058ed2937c546bf4d54dcd4c801b,0,0,0,0,0,
+20200419,IL,30357,112961,,4314,,1196,,749,,,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,1290,,2020-04-19T00:00:00Z,17,1197,4717,143318,143318,5914,143318,31,0,d380f4ef654dece119836cba44c3544f85a5d4f9,0,0,0,0,0,
+20200419,IN,11210,49932,,,,649,,342,,,B,4/18/2020 23:59,2020-04-18T23:59:00Z,04/18 19:59,562,,2020-04-18T23:59:00Z,18,569,3700,61142,61142,4269,61142,17,0,2228a2867f709fdf527f999d7abcc22cf4263172,0,0,0,0,0,
+20200419,KS,1849,16281,,,390,,,,,,B,4/19/2020 12:00,2020-04-19T12:00:00Z,04/19 08:00,92,390,2020-04-19T12:00:00Z,20,59,395,18130,18130,454,18130,6,7,d1d13a9a0cbcb30773980ec678a80ef4004163e6,0,0,0,0,0,
+20200419,KY,2707,29518,,274,1059,155,534,,,1174,A,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,144,1059,2020-04-19T17:00:00Z,21,185,1444,32225,32225,1629,32225,7,51,f1f88f32e47e3420729ddb0f9f79e6631a5ebe04,0,0,0,0,0,
+20200419,LA,23928,111420,,1748,,,,349,,,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,1296,,2020-04-19T13:00:00Z,22,348,-2999,135348,135348,-2651,135348,29,0,9f68a20b05b37211b0f007352acdeb9b501020d4,0,0,0,0,0,
+20200419,MA,39820,129295,,3789,3789,987,,,,,B,4/19/2020 16:00,2020-04-19T16:00:00Z,04/19 12:00,2146,3789,2020-04-19T16:00:00Z,25,2293,4691,169115,169115,6984,169115,163,61,12795a43dde968c42aadecd0dccac5d094c38d43,0,0,0,0,0,
+20200419,MD,12830,55061,,,2886,,,,,914,A,4/19/2020 10:00,2020-04-19T10:00:00Z,04/19 06:00,626,2886,2020-04-19T10:00:00Z,24,522,1999,67891,67891,2521,67891,44,129,7bd4f4d7578e0b45ed829b9a281b4d77441173db,0,0,0,0,0,
+20200419,ME,867,14076,,46,136,18,,9,,393,A,4/19/2020 11:15,2020-04-19T11:15:00Z,04/19 07:15,34,136,2020-04-19T11:15:00Z,23,20,0,14943,14943,20,14943,2,0,cd68c2f3cc76eed5919cd7ef175c175d9726f59a,0,0,0,0,0,
+20200419,MI,31424,78237,,3403,,1344,,1115,,3237,B,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,2391,,2020-04-19T11:00:00Z,26,633,9301,109661,109661,9934,109661,83,0,7ddf3926ed42d8c7f9a42031c26c1a0841db63b9,0,0,0,0,0,
+20200419,MN,2356,43360,,228,574,116,226,,,1026,A,4/19/2020 12:00,2020-04-19T12:00:00Z,04/19 08:00,134,574,2020-04-19T12:00:00Z,27,143,1305,45716,45716,1448,45716,13,13,c6979064af7a5e8004c9e9d20ed7697f14d58b42,0,0,0,0,0,
+20200419,MO,5667,48242,,875,,,,,,,A,4/19/2020 15:00,2020-04-19T15:00:00Z,04/19 11:00,176,,2020-04-19T15:00:00Z,29,150,0,53909,53909,150,53909,1,0,b02e7f21c435672a3dfd52f1e2eebe2e03591c39,0,0,0,0,0,
+20200419,MP,14,42,4,,,,,,,9,,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,2,,2020-04-19T00:00:00Z,69,0,0,60,56,0,56,0,0,cd01637ca1edb76b34618907492f9b80007731bc,0,0,0,0,0,
+20200419,MS,4274,34791,,,808,138,,79,,,A,4/18/2020 19:00,2020-04-18T19:00:00Z,04/18 15:00,159,808,2020-04-18T19:00:00Z,28,300,0,39065,39065,300,39065,7,26,3e73faaf5d14ee0e01961d1ff3265abad2b923af,0,0,0,0,0,
+20200419,MT,433,10465,,18,55,,,,,243,A,4/19/2020 11:40,2020-04-19T11:40:00Z,04/19 07:40,10,55,2020-04-19T11:40:00Z,30,7,322,10898,10898,329,10898,0,0,86f9f5471e8c97d3b16ab48cdcbd6bf1ae28eb78,0,0,0,0,0,
+20200419,NC,6493,72279,,465,,,,,,,A,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,172,,2020-04-19T11:00:00Z,37,353,2208,78772,78772,2561,78772,8,0,b55697924f9c1d17286bbbd47b6a76fe3c1414e0,0,0,0,0,0,
+20200419,ND,585,13045,,15,51,,,,,189,B,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,10,51,2020-04-19T13:00:00Z,38,57,610,13630,13630,667,13630,1,4,4a8cbb721faa52e588341b940ec8efb00f305e91,0,0,0,0,0,
+20200419,NE,1287,13288,,,,,,,,,A,4/19/2020 19:45,2020-04-19T19:45:00Z,04/19 15:45,28,,2020-04-19T19:45:00Z,31,149,749,14575,14575,898,14575,4,0,bafe9d1fe65792e9f283a7ef3747bff1e520725f,0,0,0,0,0,
+20200419,NH,1342,12082,316,85,192,,,,,513,B,4/19/2020 09:00,2020-04-19T09:00:00Z,04/19 05:00,38,192,2020-04-19T09:00:00Z,33,55,517,13740,13424,572,13424,1,2,b6118afe495dda9215281fe4a5cab2352fe45e30,0,0,0,0,0,
+20200419,NJ,85301,85387,,7494,,1940,,1628,,,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,4202,,2020-04-19T13:00:00Z,34,3881,4271,170688,170688,8152,170688,132,0,3d76d79b0b579fbfb57b59154d90ed62e64e6a06,0,0,0,0,0,
+20200419,NM,1798,34834,,92,258,,,,,465,A,4/19/2020 19:46,2020-04-19T19:46:00Z,04/19 15:46,53,258,2020-04-19T19:46:00Z,35,87,932,36632,36632,1019,36632,2,16,649429fd4ac44e1668ba48941b931078b4c38283,0,0,0,0,0,
+20200419,NV,3728,27870,,,,,,,,,A,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,155,,2020-04-19T11:00:00Z,32,102,745,31598,31598,847,31598,4,0,15e1703b966885f1b5b5f63c528f18b2a0f8387f,0,0,0,0,0,
+20200419,NY,242786,374769,,16213,64550,5016,,,,37596,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,13869,64550,2020-04-19T00:00:00Z,36,6054,14969,617555,617555,21023,617555,507,1447,33005eab1a9c4d9c10b79ee99433502737fc28b6,0,0,0,0,0,
+20200419,OH,11602,75697,,,2565,,765,,,,B,4/19/2020 14:00,2020-04-19T14:00:00Z,04/19 10:00,471,2565,2020-04-19T14:00:00Z,39,1380,6878,87299,87299,8258,87299,20,46,f246f1948ca6eaa46fd6317bc6daced280e91424,0,0,0,0,0,
+20200419,OK,2599,32966,,307,541,136,,,,1575,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,140,541,2020-04-19T00:00:00Z,40,29,0,35565,35565,29,35565,1,0,3184e5b3e99598ec46d905800a783c22632b275c,0,0,0,0,0,
+20200419,OR,1910,37128,,290,456,74,,37,,,A,4/19/2020 11:00,2020-04-19T11:00:00Z,04/19 07:00,74,456,2020-04-19T11:00:00Z,41,66,1389,39038,39038,1455,39038,2,7,ef891f333ee58c0818499dfa87c87a3126d1d7d5,0,0,0,0,0,
+20200419,PA,32284,126570,,2634,,,,657,,,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,1112,,2020-04-19T13:00:00Z,42,1215,3674,158854,158854,4889,158854,276,0,03c9dc91375c21ad97fecbc80e27c7bf8bf3bf9f,0,0,0,0,0,
+20200419,PR,1213,8280,1839,,,,,,,,A,4/19/2020 07:00,2020-04-19T07:00:00Z,04/19 03:00,62,,2020-04-19T07:00:00Z,72,95,225,11332,9493,320,9493,2,0,3a7d4dfb6bc64ed87a51cb5efc5bcf7f288eb9c5,0,0,0,0,0,
+20200419,RI,4755,29993,,298,605,66,,37,,244,B,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,164,605,2020-04-19T00:00:00Z,44,276,1658,34748,34748,1934,34748,14,27,6c1f160e897b394269998b7fff889bd398473244,0,0,0,0,0,
+20200419,SC,4377,36103,,,776,,,,,2633,B,4/19/2020 15:30,2020-04-19T15:30:00Z,04/19 11:30,120,776,2020-04-19T15:30:00Z,45,131,1516,40480,40480,1647,40480,1,0,41196ef3661981e03d58507af87c07842df2b12b,0,0,0,0,0,
+20200419,SD,1635,10427,0,,74,,,,,646,A,4/19/2020 12:30,2020-04-19T12:30:00Z,04/19 08:30,7,74,2020-04-19T12:30:00Z,46,93,309,12062,12062,402,12062,0,6,0226b41f86938aae3044b6aad7e318ff324d1ea6,0,0,0,0,0,
+20200419,TN,7070,90028,,,724,,,,,3344,A,4/19/2020 15:00,2020-04-19T15:00:00Z,04/19 11:00,148,724,2020-04-19T15:00:00Z,47,308,6204,97098,97098,6512,97098,3,5,116a93e92ee7dde654ca3d566d2b82b475efa5f6,0,0,0,0,0,
+20200419,TX,18923,163787,,1471,,,,,,5334,A,4/19/2020 13:00,2020-04-19T13:00:00Z,04/19 09:00,477,,2020-04-19T13:00:00Z,48,663,5808,182710,182710,6471,182710,24,0,41b149b946c5650ce805e6a1c7a401ae9560f2b3,0,0,0,0,0,
+20200419,UT,3069,60486,,,259,,,,,679,A,4/19/2020 15:00,2020-04-19T15:00:00Z,04/19 11:00,27,259,2020-04-19T15:00:00Z,49,138,3473,63555,63555,3611,63555,2,8,0f81e7241cb36d38413f13b996895eb5cbee1bb2,0,0,0,0,0,
+20200419,VA,8537,46196,499,1319,1422,388,,231,,1267,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,277,1422,2020-04-19T00:00:00Z,51,484,2318,55232,54733,2802,54733,19,126,3cd28db20eca570c5aa01679a2997971a0ff6c77,0,0,0,0,0,
+20200419,VI,53,548,22,,,,,,,48,,4/19/2020 20:30,2020-04-19T20:30:00Z,04/19 16:30,3,,2020-04-19T20:30:00Z,78,0,158,623,601,158,601,0,0,55feae104b581ef4c1c668e382c9ced44cfdc5cc,0,0,0,0,0,
+20200419,VT,817,11450,,53,,,,,,15,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,38,,2020-04-19T00:00:00Z,50,4,238,12267,12267,242,12267,0,0,70912ddfc3772cca443eb0ce0ad92078615223de,0,0,0,0,0,
+20200419,WA,13256,143863,,586,,193,,,,,C,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,615,,2020-04-19T00:00:00Z,53,174,1443,157119,157119,1617,157119,17,0,ed7e6f151d2df6e99eb16d35f48a4ea2228861cd,0,0,0,0,0,
+20200419,WI,4346,45323,248,397,1190,162,307,,,,A,4/19/2020 12:57,2020-04-19T12:57:00Z,04/19 08:57,220,1190,2020-04-19T12:57:00Z,55,147,1361,49917,49669,1508,49669,9,14,89445ff7104f653f0dc9048304e21255c752e945,0,0,0,0,0,
+20200419,WV,863,19168,,72,,37,,25,,265,B,4/19/2020 17:00,2020-04-19T17:00:00Z,04/19 13:00,18,,2020-04-19T17:00:00Z,54,78,513,20031,20031,591,20031,2,0,3f8d7d204dea5541532340e25ca30c598f94e697,0,0,0,0,0,
+20200419,WY,309,6972,,19,50,,,,,227,A,4/19/2020 00:00,2020-04-19T00:00:00Z,04/18 20:00,2,50,2020-04-19T00:00:00Z,56,4,755,7281,7281,759,7281,0,0,60c7b9a9f31a59c4cbf26069fb38c308d4afee20,0,0,0,0,0,
+20200418,AK,314,9341,,39,36,,,,,147,A,4/18/2020 14:15,2020-04-18T14:15:00Z,04/18 10:15,9,36,2020-04-18T14:15:00Z,02,5,200,9655,9655,205,9655,0,0,05bba325e46a2df3e7c7a11f380b463d2ad8c758,0,0,0,0,0,
+20200418,AL,4655,37883,,,620,,247,,148,,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,146,620,2020-04-18T00:00:00Z,01,125,4565,42538,42538,4690,42538,2,26,8dffc6aab81ee601f5ffab0ae446846be9944b9b,0,0,0,0,0,
+20200418,AR,1739,22402,,86,291,,,22,57,703,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,38,291,2020-04-17T19:00:00Z,05,44,603,24141,24141,647,24141,1,291,089efcf6204972872f14f1bbdbf5f07b21713ce4,0,0,0,0,0,
+20200418,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,b2bb6b8aa51bedbf8f08ad918e7acb6f71b0d9f3,0,0,0,0,0,
+20200418,AZ,4719,46326,,566,,285,,178,,539,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,177,,2020-04-18T00:00:00Z,04,212,1603,51045,51045,1815,51045,8,0,ea53c70098d284d46cc6d07a08e675a3f05abdda,0,0,0,0,0,
+20200418,CA,28963,230703,7200,4936,,1490,,,,,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,1072,,2020-04-17T00:00:00Z,06,1435,6617,266866,259666,8052,259666,87,0,f26a7789479300b5172bfbeb644ada454eac7f0d,0,0,0,0,0,
+20200418,CO,9047,34260,,843,1755,,,,,,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,391,1755,2020-04-16T00:00:00Z,08,372,1105,43307,43307,1477,43307,17,62,312c31b012b6294f63da73b3797b83a96f0361d4,0,0,0,0,0,
+20200418,CT,16809,38653,,1946,,,,,,,A,4/17/2020 16:00,2020-04-17T16:00:00Z,04/17 12:00,1036,,2020-04-17T16:00:00Z,09,0,0,55462,55462,0,55462,0,0,968c3309cc72a5ce9457a1938ce40e4ebab81245,0,0,0,0,0,
+20200418,DC,2666,10602,,313,,105,,79,,608,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,91,,2020-04-17T00:00:00Z,11,190,435,13268,13268,625,13268,5,0,7b3a8734f9647df341c1f2e4f8d4468d60b6ad8e,0,0,0,0,0,
+20200418,DE,2323,11694,,224,,,,,,423,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,61,,2020-04-17T17:00:00Z,10,0,0,14017,14017,0,14017,0,0,1e31ae166f5cced8f16c313edc9406611f18eb5a,0,0,0,0,0,
+20200418,FL,25269,221258,0,,3842,,,,,,A,4/18/2020 09:24,2020-04-18T09:24:00Z,04/18 05:24,754,3842,2020-04-18T09:24:00Z,12,1150,10540,246527,246527,11690,246527,55,177,1bba650bc5ba25a5f3e44e9b53d484c7791357ff,0,0,0,0,0,
+20200418,GA,17669,56539,,,3420,,,,,,A,4/18/2020 11:28,2020-04-18T11:28:00Z,04/18 07:28,673,3420,2020-04-18T11:28:00Z,13,475,2049,74208,74208,2524,74208,23,96,f51842c95da8bec7263f17021018344aa8856047,0,0,0,0,0,
+20200418,GU,133,943,,6,,2,,,,110,,4/18/2020 06:50,2020-04-18T06:50:00Z,04/18 02:50,5,,2020-04-18T06:50:00Z,66,0,3,1076,1076,3,1076,0,0,e9b41a2b4b95302a6072dc9023d4fd759c774be9,0,0,0,0,0,
+20200418,HI,553,21790,,,48,,,,,390,A,4/17/2020 18:30,2020-04-17T18:30:00Z,04/17 14:30,9,48,2020-04-17T18:30:00Z,15,12,474,22343,22343,486,22343,0,3,87947a875850e55e3f5f66d476d697c2fdcf7630,0,0,0,0,0,
+20200418,IA,2513,20434,,193,,84,,51,,1095,A,4/17/2020 12:00,2020-04-17T12:00:00Z,04/17 08:00,74,,2020-04-17T12:00:00Z,19,181,974,22947,22947,1155,22947,10,0,77cc5e55a449886a361ea3c74657b7723d9d812e,0,0,0,0,0,
+20200418,ID,1655,15292,,,151,,53,,,453,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,43,151,2020-04-17T19:00:00Z,16,46,249,16947,16947,295,16947,2,3,9ea8daa8e0f71a89f0c775665ec48e6f7c0cfffa,0,0,0,0,0,
+20200418,IL,29160,108244,,4340,,1192,,740,,,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,1259,,2020-04-18T00:00:00Z,17,1585,5656,137404,137404,7241,137404,125,0,763e6fca45fe59de59b46d18049ef66eef8e1ba6,0,0,0,0,0,
+20200418,IN,10641,46232,,,,663,,360,,,B,4/17/2020 23:59,2020-04-17T23:59:00Z,04/17 19:59,545,,2020-04-17T23:59:00Z,18,487,1601,56873,56873,2088,56873,26,0,e9c64249a29d1792429d6505d12da9f36a9b2d05,0,0,0,0,0,
+20200418,KS,1790,15886,,,383,,,,,,B,4/18/2020 12:00,2020-04-18T12:00:00Z,04/18 08:00,86,383,2020-04-18T12:00:00Z,20,85,690,17676,17676,775,17676,2,8,3cafaf88e3bd6409b0fbaf6f5424c7c3f67e7905,0,0,0,0,0,
+20200418,KY,2522,28074,,360,1008,227,514,,,979,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,137,1008,2020-04-17T17:00:00Z,21,93,756,30596,30596,849,30596,8,37,ab644553497e0709f9f81b4f38b32c8b4488a852,0,0,0,0,0,
+20200418,LA,23580,114419,,1761,,,,347,,,A,4/18/2020 13:00,2020-04-18T13:00:00Z,04/18 09:00,1267,,2020-04-18T13:00:00Z,22,462,5550,137999,137999,6012,137999,54,0,4bc4601c2bc060b0e0724c8fa095ae1818a061eb,0,0,0,0,0,
+20200418,MA,37527,124604,,3728,3728,987,,,,,B,4/17/2020 16:00,2020-04-17T16:00:00Z,04/17 12:00,1983,3728,2020-04-17T16:00:00Z,25,2402,7409,162131,162131,9811,162131,161,-28,bd2e69dc485db7b6ecfc1c295854c2fa8f503d35,0,0,0,0,0,
+20200418,MD,12308,53062,,,2757,,,,,771,A,4/18/2020 10:00,2020-04-18T10:00:00Z,04/18 06:00,582,2757,2020-04-18T10:00:00Z,24,736,2625,65370,65370,3361,65370,41,145,c94fb7edb02450002a5a265cc4efc297fa55900e,0,0,0,0,0,
+20200418,ME,847,14076,,49,136,20,,12,,382,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,32,136,2020-04-18T15:00:00Z,23,20,0,14923,14923,20,14923,3,3,734a4f9bc31b7bebcbe51b16b037073aa366b44e,0,0,0,0,0,
+20200418,MI,30791,68936,,3634,,1423,,1203,,3237,B,4/18/2020 11:00,2020-04-18T11:00:00Z,04/18 07:00,2308,,2020-04-18T11:00:00Z,26,768,0,99727,99727,768,99727,81,0,bbaeb01859ec3eae522108ab0cd848b88b194dfd,0,0,0,0,0,
+20200418,MN,2213,42055,,239,561,111,215,,,997,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,121,561,2020-04-17T17:00:00Z,27,142,1073,44268,44268,1215,44268,10,43,79d768cd315af0be62addaf53721b5986b84f296,0,0,0,0,0,
+20200418,MO,5517,48242,,875,,,,,,,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,175,,2020-04-18T15:00:00Z,29,234,1808,53759,53759,2042,53759,10,0,d7183bf697f75c6a2d36ead7404c22074ab37994,0,0,0,0,0,
+20200418,MP,14,42,4,,,,,,,9,,4/17/2020 19:15,2020-04-17T19:15:00Z,04/17 15:15,2,,2020-04-17T19:15:00Z,69,1,0,60,56,1,56,0,0,2e141126b053c3b55f2317ffe5c25d30178f0e97,0,0,0,0,0,
+20200418,MS,3974,34791,,,782,154,,99,,,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,152,782,2020-04-17T19:00:00Z,28,181,0,38765,38765,181,38765,12,46,52209ad61d2221eb08710c50ba5dfbadb4918f5c,0,0,0,0,0,
+20200418,MT,426,10143,,17,55,,,,,234,A,4/18/2020 10:18,2020-04-18T10:18:00Z,04/18 06:18,10,55,2020-04-18T10:18:00Z,30,4,321,10569,10569,325,10569,2,1,35ec37b7ca5edfa64783333b6f8fd0b1904dddf6,0,0,0,0,0,
+20200418,NC,6140,70071,,388,,,,,,,A,4/18/2020 11:00,2020-04-18T11:00:00Z,04/18 07:00,164,,2020-04-18T11:00:00Z,37,281,2949,76211,76211,3230,76211,12,0,4b1da0825d3a3c4f3abe28118905a6c835ef90b6,0,0,0,0,0,
+20200418,ND,528,12435,,13,47,,,,,183,B,4/18/2020 13:08,2020-04-18T13:08:00Z,04/18 09:08,9,47,2020-04-18T13:08:00Z,38,89,532,12963,12963,621,12963,0,0,74882b1af02533b3e776207f5d4f9499b28c7f86,0,0,0,0,0,
+20200418,NE,1138,12539,,,,,,,,,A,4/17/2020 19:42,2020-04-17T19:42:00Z,04/17 15:42,24,,2020-04-17T19:42:00Z,31,72,501,13677,13677,573,13677,0,0,1c32017a75e4a8a4ba7d5397c1b70f42fa840332,0,0,0,0,0,
+20200418,NH,1287,11565,174,86,190,,,,,468,B,4/17/2020 09:00,2020-04-17T09:00:00Z,04/17 05:00,37,190,2020-04-17T09:00:00Z,33,0,144,13026,12852,144,12852,0,0,063fdf5b6d847ffc915d4c45fafa2db69e36b73d,0,0,0,0,0,
+20200418,NJ,81420,81116,,7718,,2024,,1641,,,A,4/18/2020 12:49,2020-04-18T12:49:00Z,04/18 08:49,4070,,2020-04-18T12:49:00Z,34,2953,2134,162536,162536,5087,162536,230,0,ca248146fbf79a560469f8a008ef5cdb90adc829,0,0,0,0,0,
+20200418,NM,1711,33902,,96,242,,,,,382,A,4/17/2020 21:53,2020-04-17T21:53:00Z,04/17 17:53,51,242,2020-04-17T21:53:00Z,35,114,1011,35613,35613,1125,35613,7,12,5c335c46fcf18e271da82138d0e55cb025de78ad,0,0,0,0,0,
+20200418,NV,3626,27125,,,,,,,,,A,4/18/2020 10:00,2020-04-18T10:00:00Z,04/18 06:00,151,,2020-04-18T10:00:00Z,32,102,887,30751,30751,989,30751,9,0,63a8c4c330ea444ac00ecef48ea7aaa1dca380a5,0,0,0,0,0,
+20200418,NY,236732,359800,,16967,63103,5016,,,,35458,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,13362,63103,2020-04-18T00:00:00Z,36,7090,16219,596532,596532,23309,596532,540,1983,89e08c407ca90a442f34029827020b8528afb2c3,0,0,0,0,0,
+20200418,OH,10222,68819,,,2519,,760,,,,B,4/18/2020 14:00,2020-04-18T14:00:00Z,04/18 10:00,451,2519,2020-04-18T14:00:00Z,39,1115,0,79041,79041,1115,79041,33,95,e9e22f8e0a63706a1dcd6da4cd735564af545cc0,0,0,0,0,0,
+20200418,OK,2570,32966,,307,541,136,,,,1515,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,139,541,2020-04-18T00:00:00Z,40,105,1811,35536,35536,1916,35536,3,13,6ffa302593c6cfa3e535c170ce1101949facee0a,0,0,0,0,0,
+20200418,OR,1844,35739,,290,449,74,,37,,,A,4/18/2020 11:00,2020-04-18T11:00:00Z,04/18 07:00,72,449,2020-04-18T11:00:00Z,41,59,1203,37583,37583,1262,37583,2,22,019623ac0ad81a02d6c09e28ad7a2b5fbb8b5b7b,0,0,0,0,0,
+20200418,PA,31069,122896,,2613,,,,660,,,A,4/18/2020 12:00,2020-04-18T12:00:00Z,04/18 08:00,836,,2020-04-18T12:00:00Z,42,1628,4964,153965,153965,6592,153965,80,0,856f56d2bcae9727ed70f42952af1782bf861af9,0,0,0,0,0,
+20200418,PR,1118,8055,1760,,,,,,,,A,4/18/2020 07:00,2020-04-18T07:00:00Z,04/18 03:00,60,,2020-04-18T07:00:00Z,72,50,191,10933,9173,241,9173,2,0,78a8f7495c1625515e1b676caa471af4a5d4945b,0,0,0,0,0,
+20200418,RI,4479,28335,,293,578,67,,43,,217,B,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,150,578,2020-04-18T00:00:00Z,44,302,1751,32814,32814,2053,32814,32,247,eab1cca252f56b70305aae6735d7f4336b87e80f,0,0,0,0,0,
+20200418,SC,4246,34587,,,776,,,,,2633,B,4/18/2020 15:25,2020-04-18T15:25:00Z,04/18 11:25,119,776,2020-04-18T15:25:00Z,45,315,2234,38833,38833,2549,38833,10,101,e06ec0d5d250193cc5789481ffd22cafb37ddab4,0,0,0,0,0,
+20200418,SD,1542,10118,1,,68,,,,,552,A,4/17/2020 18:00,2020-04-17T18:00:00Z,04/17 14:00,7,68,2020-04-17T18:00:00Z,46,131,467,11661,11660,598,11660,0,5,9f70129ba600e304335fb6bda73b0965acbbdb13,0,0,0,0,0,
+20200418,TN,6762,83824,,,719,,,,,3234,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,145,719,2020-04-18T15:00:00Z,47,173,3140,90586,90586,3313,90586,3,8,33b0b070dea238d8b7fec01cd78f2754c4c0a0ce,0,0,0,0,0,
+20200418,TX,18260,157979,,1321,,,,,,4806,A,4/18/2020 13:45,2020-04-18T13:45:00Z,04/18 09:45,453,,2020-04-18T13:45:00Z,48,889,5814,176239,176239,6703,176239,25,0,44f1693a860d23a13915f0496e1b9a444f8f60b5,0,0,0,0,0,
+20200418,UT,2931,57013,,,251,,,,,565,A,4/18/2020 15:00,2020-04-18T15:00:00Z,04/18 11:00,25,251,2020-04-18T15:00:00Z,49,126,4047,59944,59944,4173,59944,2,7,1347675dcb0a45fe1aae2665021c62af1ac91229,0,0,0,0,0,
+20200418,VA,8053,43878,486,1307,1296,398,,230,,1228,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,258,1296,2020-04-17T17:00:00Z,51,562,2372,52417,51931,2934,51931,27,75,7f99fdfa26df99dad06531b076ef6069eb68f7bd,0,0,0,0,0,
+20200418,VI,53,390,35,,,,,,,46,,4/18/2020 08:30,2020-04-18T08:30:00Z,04/18 04:30,3,,2020-04-18T08:30:00Z,78,2,17,478,443,19,443,1,0,888827c2a61198907383f5823c3c8a449b8a7c23,0,0,0,0,0,
+20200418,VT,813,11212,,56,,,,,,15,A,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,38,,2020-04-18T00:00:00Z,50,11,399,12025,12025,410,12025,3,0,655312453f2e88017318fc1ae651066549421958,0,0,0,0,0,
+20200418,WA,13082,142420,,518,,155,,,,,C,4/18/2020 00:00,2020-04-18T00:00:00Z,04/17 20:00,598,,2020-04-18T00:00:00Z,53,233,2011,155502,155502,2244,155502,13,0,6af05646c20e937d8d100985d7891d2555109f38,0,0,0,0,0,
+20200418,WI,4199,43962,229,361,1176,135,307,,,,A,4/18/2020 12:45,2020-04-18T12:45:00Z,04/18 08:45,211,1176,2020-04-18T12:45:00Z,55,154,1597,48390,48161,1751,48161,6,23,f0bd44685aa3e323748b8e2705c5f9c3ea3365d6,0,0,0,0,0,
+20200418,WV,785,18655,,83,,40,,27,,255,B,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,16,,2020-04-17T17:00:00Z,54,31,728,19440,19440,759,19440,3,0,1b71d96458842517c6a68a0f380b33371d77ca5b,0,0,0,0,0,
+20200418,WY,305,6217,,19,50,,,,,206,A,4/17/2020 16:02,2020-04-17T16:02:00Z,04/17 12:02,2,50,2020-04-17T16:02:00Z,56,9,86,6522,6522,95,6522,0,7,6d8b78b208d8d603f4206fc9c5d2c36f0bb260fb,0,0,0,0,0,
+20200417,AK,309,9141,,,36,,,,,128,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,9,36,2020-04-16T00:00:00Z,02,9,706,9450,9450,715,9450,0,1,8172b867af3cc69c1b9db91b52324bbf65787a48,0,0,0,0,0,
+20200417,AL,4530,33318,,,594,,247,,148,,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,144,594,2020-04-17T00:00:00Z,01,185,1272,37848,37848,1457,37848,11,41,339e73232ff7bf0df199e1d82f44d01c5b829a76,0,0,0,0,0,
+20200417,AR,1695,21799,,83,,,,21,,593,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,37,,2020-04-17T19:00:00Z,05,75,744,23494,23494,819,23494,0,0,b16e0ddc1c12053812ac914d206b1a693bb77854,0,0,0,0,0,
+20200417,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,c3f6bcd0880f246404bea046b5901c7db1b290a3,0,0,0,0,0,
+20200417,AZ,4507,44723,,566,,285,,178,,539,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,169,,2020-04-17T00:00:00Z,04,273,1559,49230,49230,1832,49230,19,0,c80e79c760a7adb0e06216211ec3e6f731b88b59,0,0,0,0,0,
+20200417,CA,27528,224086,7200,4892,,1484,,,,,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,985,,2020-04-17T00:00:00Z,06,1346,3868,258814,251614,5214,251614,95,0,31d02bf54e31fe763dbe4c04a9182b8c7f7de24f,0,0,0,0,0,
+20200417,CO,8675,33155,,858,1693,,,,,,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,374,1693,2020-04-15T00:00:00Z,08,395,902,41830,41830,1297,41830,17,57,f180669a7bc2004bf6983973e86451d9ad649692,0,0,0,0,0,
+20200417,CT,16809,38653,,1946,,,,,,,A,4/17/2020 16:00,2020-04-17T16:00:00Z,04/17 12:00,1036,,2020-04-17T16:00:00Z,09,925,1415,55462,55462,2340,55462,65,0,3526c865243416969ec3d7b3a29a03a99d11b5f4,0,0,0,0,0,
+20200417,DC,2476,10167,,313,,105,,79,,573,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,86,,2020-04-16T00:00:00Z,11,126,367,12643,12643,493,12643,5,0,ebda717fcac8c430f2f294c1e5ce8b6c74f39b74,0,0,0,0,0,
+20200417,DE,2323,11694,,224,,,,,,423,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,61,,2020-04-17T17:00:00Z,10,248,419,14017,14017,667,14017,9,0,0d1581c35be5b0778b0af72f84dc7c8f5859117c,0,0,0,0,0,
+20200417,FL,24119,210718,1285,,3665,,,,,,A,4/17/2020 16:21,2020-04-17T16:21:00Z,04/17 12:21,699,3665,2020-04-17T16:21:00Z,12,1222,14367,236122,234837,15589,234837,53,205,674bd66be5a4837828450ed932211230639780c4,0,0,0,0,0,
+20200417,GA,17194,54490,,,3324,,,,,,A,4/17/2020 18:28,2020-04-17T18:28:00Z,04/17 14:28,650,3324,2020-04-17T18:28:00Z,13,1525,2220,71684,71684,3745,71684,63,216,6df7a63408a65eaff2bd8e518bc8d77b856a8a22,0,0,0,0,0,
+20200417,GU,133,940,,6,,2,,,,97,,4/17/2020 07:00,2020-04-17T07:00:00Z,04/17 03:00,5,,2020-04-17T07:00:00Z,66,0,70,1073,1073,70,1073,0,0,1c2259a7ea766c6614a761250cc7cda87389e566,0,0,0,0,0,
+20200417,HI,541,21316,,,45,,,,,374,A,4/17/2020 18:30,2020-04-17T18:30:00Z,04/17 14:30,9,45,2020-04-17T18:30:00Z,15,11,1146,21857,21857,1157,21857,0,0,a650b3bebaedd47e59d51ebeec5806a020ad2112,0,0,0,0,0,
+20200417,IA,2332,19460,,183,,88,,52,,1007,A,4/16/2020 12:00,2020-04-16T12:00:00Z,04/16 08:00,64,,2020-04-16T12:00:00Z,19,191,926,21792,21792,1117,21792,4,0,10d5d2a66a7e190b350c568815ff09a5da02040a,0,0,0,0,0,
+20200417,ID,1609,15043,,,148,,51,,,390,A,4/17/2020 19:00,2020-04-17T19:00:00Z,04/17 15:00,41,148,2020-04-17T19:00:00Z,16,22,388,16652,16652,410,16652,0,5,819c77c0289f683cb38cf047482cde3a7b9e5e42,0,0,0,0,0,
+20200417,IL,27575,102588,,4454,,1196,,777,,,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,1134,,2020-04-17T00:00:00Z,17,1842,5732,130163,130163,7574,130163,62,0,4a7134b3497ae44d45fae5eab6afa96c4bb70520,0,0,0,0,0,
+20200417,IN,10154,44631,,,,638,,417,,,B,4/16/2020 23:59,2020-04-16T23:59:00Z,04/16 19:59,519,,2020-04-16T23:59:00Z,18,612,3058,54785,54785,3670,54785,42,0,5dfd741ecefe186961ae6c135517ef524fcb64c7,0,0,0,0,0,
+20200417,KS,1705,15196,,,375,,,,,,B,4/17/2020 12:00,2020-04-17T12:00:00Z,04/17 08:00,84,375,2020-04-17T12:00:00Z,20,117,662,16901,16901,779,16901,4,16,7d2008ff767d5632c41084cfa80c8f7c81a4466c,0,0,0,0,0,
+20200417,KY,2429,27318,,477,971,333,506,,,956,A,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,129,971,2020-04-17T17:00:00Z,21,138,1285,29747,29747,1423,29747,7,164,a42a168134c3c1ae963c8067b446704555364da6,0,0,0,0,0,
+20200417,LA,23118,108869,,1868,,,,363,,,A,4/17/2020 13:00,2020-04-17T13:00:00Z,04/17 09:00,1213,,2020-04-17T13:00:00Z,22,586,4815,131987,131987,5401,131987,57,0,9d1b9f3b114f08d96897de41a3a75dff1c8dcdf4,0,0,0,0,0,
+20200417,MA,35125,117195,,3756,3756,987,,,,,B,4/16/2020 10:00,2020-04-16T10:00:00Z,04/16 06:00,1822,3756,2020-04-16T10:00:00Z,25,2633,7097,152320,152320,9730,152320,155,30,b8e65efca2ca3ae1ba6ccb6017f4cf6851505f7d,0,0,0,0,0,
+20200417,MD,11572,50437,,,2612,,,,,736,A,4/17/2020 10:00,2020-04-17T10:00:00Z,04/17 06:00,541,2612,2020-04-17T10:00:00Z,24,788,2378,62009,62009,3166,62009,42,161,fdcd6f8ba594c54aab1a4f25dae1efc718d28f86,0,0,0,0,0,
+20200417,ME,827,14076,,55,133,28,,8,,352,A,4/17/2020 11:45,2020-04-17T11:45:00Z,04/17 07:45,29,133,2020-04-17T11:45:00Z,23,31,0,14903,14903,31,14903,2,3,3fb3b78199ce4808ceeca69ebb5b68dae06e789a,0,0,0,0,0,
+20200417,MI,30023,68936,,3674,,1428,,1167,,629,B,4/17/2020 11:00,2020-04-17T11:00:00Z,04/17 07:00,2227,,2020-04-17T11:00:00Z,26,760,3913,98959,98959,4673,98959,134,0,fcc1d0bd45d5de134cc6b311b4931dd9083c93a9,0,0,0,0,0,
+20200417,MN,2071,40982,,223,518,106,202,,,955,A,4/16/2020 17:00,2020-04-16T17:00:00Z,04/16 13:00,111,518,2020-04-16T17:00:00Z,27,159,1219,43053,43053,1378,43053,17,43,dad023cec51308a33a2112b0a2bf31dcd8df1de5,0,0,0,0,0,
+20200417,MO,5283,46434,,1043,,,,,,,A,4/17/2020 15:00,2020-04-17T15:00:00Z,04/17 11:00,165,,2020-04-17T15:00:00Z,29,172,897,51717,51717,1069,51717,13,0,792f859ea3a3518aac1d24f420d29e69949be6f1,0,0,0,0,0,
+20200417,MP,13,42,4,,,,,,,,,4/17/2020 19:15,2020-04-17T19:15:00Z,04/17 15:15,2,,2020-04-17T19:15:00Z,69,0,15,59,55,15,55,0,0,b853c6fd4cc74f945a20cdb4b1f055bca0de1f23,0,0,0,0,0,
+20200417,MS,3793,34791,,,736,154,,99,,,A,4/16/2020 19:00,2020-04-16T19:00:00Z,04/16 15:00,140,736,2020-04-16T19:00:00Z,28,169,0,38584,38584,169,38584,11,54,b760d100dc314bc340a4b706a069a38633f6efd8,0,0,0,0,0,
+20200417,MT,422,9822,,21,54,,,,,233,A,4/17/2020 10:44,2020-04-17T10:44:00Z,04/17 06:44,8,54,2020-04-17T10:44:00Z,30,7,301,10244,10244,308,10244,1,2,511571d1c140fdfb0677fe2465937d6b681fdf58,0,0,0,0,0,
+20200417,NC,5859,67122,,429,,,,,,,A,4/17/2020 11:00,2020-04-17T11:00:00Z,04/17 07:00,152,,2020-04-17T11:00:00Z,37,394,1670,72981,72981,2064,72981,21,0,f13d6d07a73af98ff9f75b0a2fd0a03fc8298618,0,0,0,0,0,
+20200417,ND,439,11903,,16,47,,,,,172,B,4/17/2020 13:00,2020-04-17T13:00:00Z,04/17 09:00,9,47,2020-04-17T13:00:00Z,38,46,592,12342,12342,638,12342,0,2,115ef1fc0e92e78a3c557ccbf257ad0ece27015c,0,0,0,0,0,
+20200417,NE,1066,12038,,,,,,,,,A,4/17/2020 19:42,2020-04-17T19:42:00Z,04/17 15:42,24,,2020-04-17T19:42:00Z,31,114,696,13104,13104,810,13104,3,0,ab62cde9aa87cd71bc9ee91bd906032f30f59160,0,0,0,0,0,
+20200417,NH,1287,11421,174,74,190,,,,,455,B,4/17/2020 09:00,2020-04-17T09:00:00Z,04/17 05:00,37,190,2020-04-17T09:00:00Z,33,148,394,12882,12708,542,12708,5,12,be073ef9abb57f8594efd80b0f9503fbc63ddda4,0,0,0,0,0,
+20200417,NJ,78467,78982,,8011,,1961,,1594,,,A,4/17/2020 13:00,2020-04-17T13:00:00Z,04/17 09:00,3840,,2020-04-17T13:00:00Z,34,3150,2469,157449,157449,5619,157449,322,0,cfb12c6dcd5e8129cc09d342107491a848666b97,0,0,0,0,0,
+20200417,NM,1597,32891,,90,230,,,,,353,A,4/17/2020 20:53,2020-04-17T20:53:00Z,04/17 16:53,44,230,2020-04-17T20:53:00Z,35,113,981,34488,34488,1094,34488,8,15,33e4f031b2512dd431fe0c833e760b037d7c7733,0,0,0,0,0,
+20200417,NV,3524,26238,,,,,,,,,A,4/17/2020 10:00,2020-04-17T10:00:00Z,04/17 06:00,142,,2020-04-17T10:00:00Z,32,203,1108,29762,29762,1311,29762,5,0,6381c0448355d99378a363ced3c7724d6dd67f68,0,0,0,0,0,
+20200417,NY,229642,343581,,17116,61120,5059,,,,33392,A,4/17/2020 14:00,2020-04-17T14:00:00Z,04/17 10:00,12822,61120,2020-04-17T14:00:00Z,36,7358,15286,573223,573223,22644,573223,630,2068,f1fb8ac5e534e7e72e20248e1bcac41aac6e03de,0,0,0,0,0,
+20200417,OH,9107,68819,,,2424,,740,,,,B,4/17/2020 14:00,2020-04-17T14:00:00Z,04/17 10:00,418,2424,2020-04-17T14:00:00Z,39,693,2393,77926,77926,3086,77926,29,93,af869a0c54d9f25753090238af9ea1fd74516175,0,0,0,0,0,
+20200417,OK,2465,31155,,325,528,155,,,,1331,B,4/17/2020 11:35,2020-04-17T11:35:00Z,04/17 07:35,136,528,2020-04-17T11:35:00Z,40,108,2613,33620,33620,2721,33620,5,0,f19bec0fbc6914f9bcd259ac481a400c26ad3ca0,0,0,0,0,0,
+20200417,OR,1785,34536,,301,427,69,,41,,,A,4/17/2020 11:00,2020-04-17T11:00:00Z,04/17 07:00,70,427,2020-04-17T11:00:00Z,41,49,1334,36321,36321,1383,36321,6,13,59ff6cac19015aa1b0562b82996d9a5560c73ece,0,0,0,0,0,
+20200417,PA,29441,117932,,2603,,,,661,,,A,4/17/2020 12:00,2020-04-17T12:00:00Z,04/17 08:00,756,,2020-04-17T12:00:00Z,42,1706,4197,147373,147373,5903,147373,49,0,0c18ffbc17190eb96f6c6de8286b79329e7358b9,0,0,0,0,0,
+20200417,PR,1068,7864,1478,,,,,,,,A,4/17/2020 06:00,2020-04-17T06:00:00Z,04/17 02:00,58,,2020-04-17T06:00:00Z,72,25,549,10410,8932,574,8932,2,0,d149dc0e42855886364a474110669ec139f8f8f9,0,0,0,0,0,
+20200417,RI,4177,26584,,252,331,62,,43,,196,B,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,118,331,2020-04-17T00:00:00Z,44,339,2358,30761,30761,2697,30761,13,0,9cf4c56efee4d12a32e2a6f5815170428e16a8a3,0,0,0,0,0,
+20200417,SC,3931,32353,,,675,,,,,,B,4/17/2020 16:48,2020-04-17T16:48:00Z,04/17 12:48,109,675,2020-04-17T16:48:00Z,45,275,1276,36284,36284,1551,36284,2,0,75452eeb4f1e287e5a794e53d42454ed585d6587,0,0,0,0,0,
+20200417,SD,1411,9651,0,,63,,,,,457,A,4/16/2020 18:00,2020-04-16T18:00:00Z,04/16 14:00,7,63,2020-04-16T18:00:00Z,46,100,412,11062,11062,512,11062,0,8,1fb1873896d1ab4b8d30371046f971fbedaef9a3,0,0,0,0,0,
+20200417,TN,6589,80684,,,711,,,,,3017,A,4/17/2020 15:00,2020-04-17T15:00:00Z,04/17 11:00,142,711,2020-04-17T15:00:00Z,47,327,1897,87273,87273,2224,87273,1,20,5cfa93dabe4447c3cba960181695f962a4e844e0,0,0,0,0,0,
+20200417,TX,17371,152165,,1522,,,,,,4190,A,4/17/2020 12:45,2020-04-17T12:45:00Z,04/17 08:45,428,,2020-04-17T12:45:00Z,48,916,10073,169536,169536,10989,169536,35,0,5d20f79539c36f7ff31e012229fb20f84a242665,0,0,0,0,0,
+20200417,UT,2805,52966,,,244,,,,,443,A,4/17/2020 15:00,2020-04-17T15:00:00Z,04/17 11:00,23,244,2020-04-17T15:00:00Z,49,122,5971,55771,55771,6093,55771,2,6,29c17f929ae0b4d9b513c106f7abd5775d97194f,0,0,0,0,0,
+20200417,VA,7491,41506,499,1308,1221,400,,224,,1110,A,4/16/2020 17:00,2020-04-16T17:00:00Z,04/16 13:00,231,1221,2020-04-16T17:00:00Z,51,602,1951,49496,48997,2553,48997,23,107,927285d1504ead6e3f343222388a490be7f413b2,0,0,0,0,0,
+20200417,VI,51,373,34,,,,,,,46,,4/17/2020 08:30,2020-04-17T08:30:00Z,04/17 04:30,2,,2020-04-17T08:30:00Z,78,0,16,458,424,16,424,1,0,167dd885262eae403427c2bd0d7e9d52332a0690,0,0,0,0,0,
+20200417,VT,802,10813,,32,,,,,,15,A,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,35,,2020-04-17T00:00:00Z,50,10,554,11615,11615,564,11615,0,0,6ff824199773bd186c60ef189c530b4a823578c8,0,0,0,0,0,
+20200417,WA,12849,140409,,622,,195,,,,,C,4/17/2020 00:00,2020-04-17T00:00:00Z,04/16 20:00,585,,2020-04-17T00:00:00Z,53,301,4147,153258,153258,4448,153258,14,0,73685446a2b6623d3eebe59e987f7bd09161380c,0,0,0,0,0,
+20200417,WI,4045,42365,198,361,1153,141,306,348,,,A,4/17/2020 14:24,2020-04-17T14:24:00Z,04/17 10:24,205,1153,2020-04-17T14:24:00Z,55,170,1391,46608,46410,1561,46410,8,32,857ee4867cb335175b6882880722973e075ee2fe,0,0,0,0,0,
+20200417,WV,754,17927,,85,,34,,24,,223,B,4/17/2020 17:00,2020-04-17T17:00:00Z,04/17 13:00,13,,2020-04-17T17:00:00Z,54,15,360,18681,18681,375,18681,0,0,13c029c003d3b9e4843f1de61c150b1c53033b53,0,0,0,0,0,
+20200417,WY,296,6131,,19,43,,,,,148,A,4/17/2020 16:02,2020-04-17T16:02:00Z,04/17 12:02,2,43,2020-04-17T16:02:00Z,56,0,0,6427,6427,0,6427,0,0,484083adcf964cfa97cdf63c2e177f0cefd3f7a3,0,0,0,0,0,
+20200416,AK,300,8435,,,35,,,,,110,A,4/16/2020 15:30,2020-04-16T15:30:00Z,04/16 11:30,9,35,2020-04-16T15:30:00Z,02,7,64,8735,8735,71,8735,0,1,5b131917dddabc6be69ee64a8e58eac267829360,0,0,0,0,0,
+20200416,AL,4345,32046,,,553,,227,,137,,B,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,133,553,2020-04-16T00:00:00Z,01,232,2082,36391,36391,2314,36391,12,28,d9002ac2fcb9ac1de58f0244884d3edab39df09e,0,0,0,0,0,
+20200416,AR,1620,21055,,85,,,,21,,548,A,4/16/2020 14:45,2020-04-16T14:45:00Z,04/16 10:45,37,,2020-04-16T14:45:00Z,05,51,790,22675,22675,841,22675,4,-130,d1c04542e52ac13b97ec58cf2e71de8d74ba532a,0,0,0,0,0,
+20200416,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,c641c5b2ece0006fae4b4c2e0a6861e1fcb3a45d,0,0,0,0,0,
+20200416,AZ,4234,43164,,578,,278,,188,,460,B,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,150,,2020-04-16T00:00:00Z,04,272,1816,47398,47398,2088,47398,8,0,5984098f7dc7f5ac71c751c562ec2a5f6fa8d853,0,0,0,0,0,
+20200416,CA,26182,220218,13200,5031,,1568,,,,,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,890,,2020-04-15T00:00:00Z,06,1758,28156,259600,246400,29914,246400,69,0,040d7148f7b3c38fd2e646a03f049ef7d7662c09,0,0,0,0,0,
+20200416,CO,8280,32253,,859,1636,,,,,,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,357,1636,2020-04-14T00:00:00Z,08,339,614,40533,40533,953,40533,28,80,ccbe53a51e3eb9ac23d5b7ea20d0436050746d12,0,0,0,0,0,
+20200416,CT,15884,37238,,1926,,,,,,,A,4/16/2020 16:30,2020-04-16T16:30:00Z,04/16 12:30,971,,2020-04-16T16:30:00Z,09,1129,1850,53122,53122,2979,53122,103,0,c9f00d3c011578d329f374886f8e134039c20879,0,0,0,0,0,
+20200416,DC,2350,9800,,313,,105,,79,,552,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,81,,2020-04-15T00:00:00Z,11,153,472,12150,12150,625,12150,9,0,307299409db96c295b6faa1625aa67bbc19a869b,0,0,0,0,0,
+20200416,DE,2075,11275,,209,,,,,,378,A,4/16/2020 16:00,2020-04-16T16:00:00Z,04/16 12:00,52,,2020-04-16T16:00:00Z,10,61,187,13350,13350,248,13350,6,0,a3bfcc43f3831db5aa3685b9420883cd29b9069a,0,0,0,0,0,
+20200416,FL,22897,196351,1325,,3460,,,,,,A,4/16/2020 16:39,2020-04-16T16:39:00Z,04/16 12:39,646,3460,2020-04-16T16:39:00Z,12,386,5353,220573,219248,5739,219248,37,116,723dc218851fd34b6d40987748cc1d4d4c255513,0,0,0,0,0,
+20200416,GA,15669,52270,,,3108,,,,,,A,4/16/2020 18:28,2020-04-16T18:28:00Z,04/16 14:28,587,3108,2020-04-16T18:28:00Z,13,682,3167,67939,67939,3849,67939,35,186,76038a84a9936404a26839b3e41613f27b7ffae9,0,0,0,0,0,
+20200416,GU,133,870,,9,,,,,,86,,4/16/2020 07:45,2020-04-16T07:45:00Z,04/16 03:45,5,,2020-04-16T07:45:00Z,66,0,27,1003,1003,27,1003,0,0,654ab5d3863f74673732efdf926c7b24cfd894a8,0,0,0,0,0,
+20200416,HI,530,20170,,,45,,,,,359,A,4/16/2020 18:00,2020-04-16T18:00:00Z,04/16 14:00,9,45,2020-04-16T18:00:00Z,15,13,884,20700,20700,897,20700,0,0,1bc91f5bc90728e4fefdafa12c44bdab83dd747b,0,0,0,0,0,
+20200416,IA,2141,18534,,175,,84,,48,,987,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,60,,2020-04-15T12:00:00Z,19,146,660,20675,20675,806,20675,7,0,8d6e301b9c339aa7a542d016ed79889c8dac0021,0,0,0,0,0,
+20200416,ID,1587,14655,,,143,,46,,,,A,4/16/2020 19:00,2020-04-16T19:00:00Z,04/16 15:00,41,143,2020-04-16T19:00:00Z,16,123,721,16242,16242,844,16242,2,2,d771eb8ef4011802139bc0e4d2cbc4a010fe41a3,0,0,0,0,0,
+20200416,IL,25733,96856,,4423,,1248,,797,,,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,1072,,2020-04-16T00:00:00Z,17,1140,4520,122589,122589,5660,122589,124,0,eef171f23f343734c40ac422cb3fa4e40173dc30,0,0,0,0,0,
+20200416,IN,9542,41573,,,,696,,426,,,B,4/15/2020 23:59,2020-04-15T23:59:00Z,04/15 19:59,477,,2020-04-15T23:59:00Z,18,587,2132,51115,51115,2719,51115,41,0,32e87c83a5a579d70455a1183ed7ad321f5fade0,0,0,0,0,0,
+20200416,KS,1588,14534,,,359,,,,,,B,4/16/2020 12:00,2020-04-16T12:00:00Z,04/16 08:00,80,359,2020-04-16T12:00:00Z,20,94,1360,16122,16122,1454,16122,4,17,8308f32a11a38266783c6c942bc1c07aa0c06f5a,0,0,0,0,0,
+20200416,KY,2291,26033,,412,807,252,367,,,862,A,4/16/2020 17:00,2020-04-16T17:00:00Z,04/16 13:00,122,807,2020-04-16T17:00:00Z,21,81,546,28324,28324,627,28324,7,120,43227c0d24d15a7d70e8a04689a7064974557381,0,0,0,0,0,
+20200416,LA,22532,104054,,1914,,,,396,,,A,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,1156,,2020-04-16T13:00:00Z,22,581,4077,126586,126586,4658,126586,53,0,86f426775c55cb9dad2f7d0baecd394458e14744,0,0,0,0,0,
+20200416,MA,32492,110098,,3726,3726,973,,,,,B,4/16/2020 10:00,2020-04-16T10:00:00Z,04/16 06:00,1667,3726,2020-04-16T10:00:00Z,25,2522,7308,142590,142590,9830,142590,165,89,df63b00a994613f6d3a331a17ed316c5a1c31325,0,0,0,0,0,
+20200416,MD,10784,48059,,,2451,,,,,736,A,4/16/2020 10:00,2020-04-16T10:00:00Z,04/16 06:00,499,2451,2020-04-16T10:00:00Z,24,752,2328,58843,58843,3080,58843,30,220,dad14e73038ba0c7672a75b95c586f0938ddc89a,0,0,0,0,0,
+20200416,ME,796,14076,,47,130,20,,7,,333,A,4/16/2020 11:45,2020-04-16T11:45:00Z,04/16 07:45,27,130,2020-04-16T11:45:00Z,23,26,0,14872,14872,26,14872,3,4,99bf0e6b927f2b274964dc6a5b3cc37872f9c959,0,0,0,0,0,
+20200416,MI,29263,65023,,3809,,1447,,1211,,617,B,4/16/2020 11:00,2020-04-16T11:00:00Z,04/16 07:00,2093,,2020-04-16T11:00:00Z,26,1204,3385,94286,94286,4589,94286,172,0,55975cc1d3964cca57021e88a4ffb38297b6bef1,0,0,0,0,0,
+20200416,MN,1912,39763,,213,475,103,188,,,926,A,4/15/2020 17:00,2020-04-15T17:00:00Z,04/15 13:00,94,475,2020-04-15T17:00:00Z,27,103,1330,41675,41675,1433,41675,7,30,4ef6762e9cc403f09332dab4d8a8c053a79c8191,0,0,0,0,0,
+20200416,MO,5111,45537,,1043,,,,,,,A,4/16/2020 15:00,2020-04-16T15:00:00Z,04/16 11:00,152,,2020-04-16T15:00:00Z,29,216,1420,50648,50648,1636,50648,5,0,af13800f2c4f134af774b0d93488038232db7aa9,0,0,0,0,0,
+20200416,MP,13,27,7,,,,,,,,,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,2,,2020-04-15T00:00:00Z,69,0,0,47,40,0,40,0,0,08a83e216bced7fc57aeddab9a2d0400e378c70d,0,0,0,0,0,
+20200416,MS,3624,34791,,,682,154,,99,,,A,4/15/2020 19:00,2020-04-15T19:00:00Z,04/15 15:00,129,682,2020-04-15T19:00:00Z,28,264,0,38415,38415,264,38415,7,37,cc227a978ee64e99688246ac67bc2dd69a18c2a6,0,0,0,0,0,
+20200416,MT,415,9521,,21,52,,,,,218,A,4/16/2020 11:44,2020-04-16T11:44:00Z,04/16 07:44,7,52,2020-04-16T11:44:00Z,30,11,342,9936,9936,353,9936,0,1,45cf15ee314ff15be87958c1433f810196b29213,0,0,0,0,0,
+20200416,NC,5465,65452,,452,,,,,,,A,4/16/2020 10:45,2020-04-16T10:45:00Z,04/16 06:45,131,,2020-04-16T10:45:00Z,37,342,2748,70917,70917,3090,70917,14,0,48fbfb666767798d26619761dadbdb2b22659eb1,0,0,0,0,0,
+20200416,ND,393,11311,,14,45,,,,,163,B,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,9,45,2020-04-16T13:00:00Z,38,28,359,11704,11704,387,11704,0,1,aafe2b56eeea0a122914f5d1aabccbfe6927be00,0,0,0,0,0,
+20200416,NE,952,11342,,,,,,,,,A,4/16/2020 19:40,2020-04-16T19:40:00Z,04/16 15:40,21,,2020-04-16T19:40:00Z,31,51,514,12294,12294,565,12294,1,0,dec510d36b6aa3444b32e3abe533515276840b0f,0,0,0,0,0,
+20200416,NH,1139,11027,121,70,178,,,,,365,B,4/15/2020 09:00,2020-04-15T09:00:00Z,04/15 05:00,32,178,2020-04-15T09:00:00Z,33,0,0,12287,12166,0,12166,0,0,6d3e56a6252904289f8c8324ffd2c9b980516591,0,0,0,0,0,
+20200416,NJ,75317,76513,,8224,,2014,,1645,,,A,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,3518,,2020-04-16T13:00:00Z,34,4287,3522,151830,151830,7809,151830,362,0,4566a83f00281cb8d8044ec64deb819d70b43878,0,0,0,0,0,
+20200416,NM,1484,31910,,90,215,,,,,353,A,4/16/2020 19:09,2020-04-16T19:09:00Z,04/16 15:09,36,215,2020-04-16T19:09:00Z,35,77,467,33394,33394,544,33394,0,34,e09aba5e42f469fb9a654a9d6980aa8f599a46fd,0,0,0,0,0,
+20200416,NV,3321,25130,,,,,,,,,A,4/16/2020 19:00,2020-04-16T19:00:00Z,04/16 15:00,137,,2020-04-16T19:00:00Z,32,110,686,28451,28451,796,28451,6,0,838352817a17c867bb04bd22272930a8612f3483,0,0,0,0,0,
+20200416,NY,222284,328295,,17735,59052,5091,,,,30800,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,12192,59052,2020-04-16T00:00:00Z,36,8505,16062,550579,550579,24567,550579,606,2084,80ffff1d4adb2b42ad8850c3c6db9a5c75344559,0,0,0,0,0,
+20200416,OH,8414,66426,,,2331,,707,,,,B,4/16/2020 14:00,2020-04-16T14:00:00Z,04/16 10:00,389,2331,2020-04-16T14:00:00Z,39,623,2665,74840,74840,3288,74840,28,94,c83da2861d8390d61bebbd9df4c378ffc6587dfe,0,0,0,0,0,
+20200416,OK,2357,28542,,236,528,163,,,,1240,B,4/16/2020 08:00,2020-04-16T08:00:00Z,04/16 04:00,131,528,2020-04-16T08:00:00Z,40,94,1586,30899,30899,1680,30899,8,18,4d29d57694d363f7d22f228b8d59c6e1d262ee20,0,0,0,0,0,
+20200416,OR,1736,33202,,307,414,89,,43,,,A,4/16/2020 11:00,2020-04-16T11:00:00Z,04/16 07:00,64,414,2020-04-16T11:00:00Z,41,73,1514,34938,34938,1587,34938,6,13,d4d962e57aa254b5783ad02e18483fe7201b9d68,0,0,0,0,0,
+20200416,PA,27735,113735,,2512,,,,675,,,A,4/16/2020 12:00,2020-04-16T12:00:00Z,04/16 08:00,707,,2020-04-16T12:00:00Z,42,1245,2641,141470,141470,3886,141470,60,0,55a136b650aa192939544d15f7df396012f80bc8,0,0,0,0,0,
+20200416,PR,1043,7315,1465,,,,,,,,A,4/16/2020 07:00,2020-04-16T07:00:00Z,04/16 03:00,56,,2020-04-16T07:00:00Z,72,69,490,9823,8358,559,8358,5,0,9e82b0a27f207d4bac388f02f49ba6a7d86a9440,0,0,0,0,0,
+20200416,RI,3838,24226,,245,331,61,,43,,182,B,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,105,331,2020-04-16T00:00:00Z,44,309,1858,28064,28064,2167,28064,18,0,d5e95fb5b23634a06be9d47d0bd7a0cb8cbdc376,0,0,0,0,0,
+20200416,SC,3656,31077,,,675,,,,,,B,4/16/2020 17:06,2020-04-16T17:06:00Z,04/16 13:06,107,675,2020-04-16T17:06:00Z,45,0,0,34733,34733,0,34733,0,0,e15182109b82ab146c5b89c6ee78f0919a2e55c8,0,0,0,0,0,
+20200416,SD,1311,9239,2,,55,,,,,373,A,4/15/2020 18:00,2020-04-15T18:00:00Z,04/15 14:00,7,55,2020-04-15T18:00:00Z,46,143,548,10552,10550,691,10550,1,4,86272a01cf5d5f6b4e0bc6efba5c1f5218df1135,0,0,0,0,0,
+20200416,TN,6262,78787,,,691,,,,,2786,A,4/16/2020 15:00,2020-04-16T15:00:00Z,04/16 11:00,141,691,2020-04-16T15:00:00Z,47,183,3970,85049,85049,4153,85049,6,28,083aab49f31a9e86f5553ba912e4757f6c97c3ab,0,0,0,0,0,
+20200416,TX,16455,142092,,1459,,,,,,3677,A,4/16/2020 13:00,2020-04-16T13:00:00Z,04/16 09:00,393,,2020-04-16T13:00:00Z,48,963,5774,158547,158547,6737,158547,29,0,aa8b304c880e1de188c1c749c0afd2b8dcd5bb8b,0,0,0,0,0,
+20200416,UT,2683,46995,,,238,,,,,357,A,4/16/2020 15:00,2020-04-16T15:00:00Z,04/16 11:00,21,238,2020-04-16T15:00:00Z,49,141,1923,49678,49678,2064,49678,1,17,ca85aa8b48f8ea3f73bd90e39f05ae5e2cd01730,0,0,0,0,0,
+20200416,VA,6889,39555,537,1337,1114,427,,238,,951,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,208,1114,2020-04-16T00:00:00Z,51,389,1886,46981,46444,2275,46444,13,66,606a1d8c0c918a3d05ee6fa4dee9fd1bc309a6c5,0,0,0,0,0,
+20200416,VI,51,357,35,,,,,,,46,,4/16/2020 08:30,2020-04-16T08:30:00Z,04/16 04:30,1,,2020-04-16T08:30:00Z,78,0,26,443,408,26,408,0,0,a418557f60803a237f019788eb1baf5fb377149b,0,0,0,0,0,
+20200416,VT,792,10259,,58,,,,,,15,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,35,,2020-04-16T00:00:00Z,50,13,346,11051,11051,359,11051,5,0,7f050a47215d1a300b024d55e08b7014a9f9e317,0,0,0,0,0,
+20200416,WA,12548,136262,,595,,196,,,,,C,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,571,,2020-04-16T00:00:00Z,53,255,4092,148810,148810,4347,148810,20,0,a0b7e1fbb57390c8838617d965de937762b8a4c5,0,0,0,0,0,
+20200416,WI,3875,40974,218,394,1121,147,299,,,,A,4/16/2020 00:00,2020-04-16T00:00:00Z,04/15 20:00,197,1121,2020-04-16T00:00:00Z,55,154,1648,45067,44849,1802,44849,15,30,c6ba25ebc1e0bf1b7848d281443f9e1995cc18ee,0,0,0,0,0,
+20200416,WV,739,17567,,85,,34,,24,,223,B,4/16/2020 16:30,2020-04-16T16:30:00Z,04/16 12:30,13,,2020-04-16T16:30:00Z,54,37,613,18306,18306,650,18306,3,-164,4c19aefb402e8f04a921f888bbdb361819d6d083,0,0,0,0,0,
+20200416,WY,296,6131,,19,43,,,,,148,A,4/16/2020 20:15,2020-04-16T20:15:00Z,04/16 16:15,2,43,2020-04-16T20:15:00Z,56,9,89,6427,6427,98,6427,0,0,6fc1dfa576f558293da1218c583174bde6ac923f,0,0,0,0,0,
+20200415,AK,293,8371,,,34,,,,,106,A,4/15/2020 15:15,2020-04-15T15:15:00Z,04/15 11:15,9,34,2020-04-15T15:15:00Z,02,8,308,8664,8664,316,8664,0,2,644b49ef172ede1f02a138bd8aa48a01e36aa6e2,0,0,0,0,0,
+20200415,AL,4113,29964,,,525,,219,,134,,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,121,525,2020-04-15T00:00:00Z,01,237,723,34077,34077,960,34077,11,32,224b71a4be5f91bb450d7c57b3a5d075f3cd53ef,0,0,0,0,0,
+20200415,AR,1569,20265,,83,130,,43,26,39,489,A,4/15/2020 14:45,2020-04-15T14:45:00Z,04/15 10:45,33,130,2020-04-15T14:45:00Z,05,89,614,21834,21834,703,21834,3,0,5567f5c75e2bd763b6ef16c59da6e892d79bf56a,0,0,0,0,0,
+20200415,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,836d45dcb2b9bb038dbf31f8c1c67e075abfc5b0,0,0,0,0,0,
+20200415,AZ,3962,41348,,590,,286,,202,,385,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,142,,2020-04-15T00:00:00Z,04,156,1058,45310,45310,1214,45310,11,0,6ef364d87f3f0f34d2cd7cce204f76effc2c0aef,0,0,0,0,0,
+20200415,CA,24424,192062,13200,5163,,1175,,,,,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,821,,2020-04-14T00:00:00Z,06,1086,13192,229686,216486,14278,216486,63,0,1bb5b5af8dc20038765da15b967e1ef7f64098fa,0,0,0,0,0,
+20200415,CO,7941,31639,,878,1556,,,,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,329,1556,2020-04-13T00:00:00Z,08,250,588,39580,39580,838,39580,21,63,780115e01e65d10840e6cf3bd75c595c5a8b0ba8,0,0,0,0,0,
+20200415,CT,14755,35388,,1908,,,,,,,A,4/15/2020 16:00,2020-04-15T16:00:00Z,04/15 12:00,868,,2020-04-15T16:00:00Z,09,766,3536,50143,50143,4302,50143,197,0,1aebdf10a6187d589139deb63fc6f35576c14367,0,0,0,0,0,
+20200415,DC,2197,9328,,313,,105,,79,,530,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,72,,2020-04-15T00:00:00Z,11,139,102,11525,11525,241,11525,5,0,584ad25836f64661a2a15aae95fecf1fffaae703,0,0,0,0,0,
+20200415,DE,2014,11088,,208,,,,,,354,A,4/15/2020 16:15,2020-04-15T16:15:00Z,04/15 12:15,46,,2020-04-15T16:15:00Z,10,253,545,13102,13102,798,13102,5,0,15782e544bb2d25875b3a11ba4c258f8716a1dfa,0,0,0,0,0,
+20200415,FL,22511,190998,1335,,3344,,,,,,A,4/15/2020 13:50,2020-04-15T13:50:00Z,04/15 09:50,609,3344,2020-04-15T13:50:00Z,12,1144,9185,214844,213509,10329,213509,72,284,cc94c00eca525c2ae051a97af732a670f7a6c634,0,0,0,0,0,
+20200415,GA,14987,49103,,,2922,,,,,,A,4/15/2020 11:28,2020-04-15T11:28:00Z,04/15 07:28,552,2922,2020-04-15T11:28:00Z,13,764,1531,64090,64090,2295,64090,51,153,b503a833e6eaa68d742f068070c1a90fd8fb1df8,0,0,0,0,0,
+20200415,GU,133,843,,9,,2,,2,,73,,4/15/2020 07:45,2020-04-15T07:45:00Z,04/15 03:45,5,,2020-04-15T07:45:00Z,66,0,32,976,976,32,976,0,0,6acc553fb9ae18900521cec13dd310dfba28e663,0,0,0,0,0,
+20200415,HI,517,19286,,,45,,,,,333,A,4/14/2020 18:00,2020-04-14T18:00:00Z,04/14 14:00,9,45,2020-04-14T18:00:00Z,15,13,370,19803,19803,383,19803,0,1,a2fe14f178ce91ae6d2b00ffd1828c627d578268,0,0,0,0,0,
+20200415,IA,1995,17874,,171,,78,,43,,908,A,4/14/2020 12:00,2020-04-14T12:00:00Z,04/14 08:00,53,,2020-04-14T12:00:00Z,19,96,888,19869,19869,984,19869,4,0,4405cea847aba1267870c8c265d6982f135287ce,0,0,0,0,0,
+20200415,ID,1464,13934,,,141,,43,,,,A,4/14/2020 19:00,2020-04-14T19:00:00Z,04/14 15:00,39,141,2020-04-14T19:00:00Z,16,11,273,15398,15398,284,15398,6,6,71847b5dcf5a6c0b7163965f2104cd31f1a868bf,0,0,0,0,0,
+20200415,IL,24593,92336,,4283,,1189,,796,,,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,948,,2020-04-15T00:00:00Z,17,1346,4967,116929,116929,6313,116929,80,0,2cee33bfc5fd72ffaf3f76f22f716c56e4e9eb8a,0,0,0,0,0,
+20200415,IN,8955,39441,,,,737,,422,,,B,4/14/2020 11:59,2020-04-14T11:59:00Z,04/14 07:59,436,,2020-04-14T11:59:00Z,18,428,1951,48396,48396,2379,48396,48,0,90cca1142d477f64bb7a77e8b748b396b5761b3f,0,0,0,0,0,
+20200415,KS,1494,13174,,,342,,,,,,B,4/15/2020 11:30,2020-04-15T11:30:00Z,04/15 07:30,76,342,2020-04-15T11:30:00Z,20,68,453,14668,14668,521,14668,7,15,8059d35624d7b07c1f2340f6de754563e28c64b6,0,0,0,0,0,
+20200415,KY,2210,25487,,305,687,137,263,,,653,A,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,115,687,2020-04-14T17:00:00Z,21,162,852,27697,27697,1014,27697,11,14,b1220db28edd5c8a26d2b2606ac61fcee5a235d4,0,0,0,0,0,
+20200415,LA,21951,99977,,1943,,,,425,,,A,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,1103,,2020-04-15T13:00:00Z,22,433,3073,121928,121928,3506,121928,90,0,9d336eb4a444b8be39fbf8578afc3f67504d8030,0,0,0,0,0,
+20200415,MA,29970,102790,,3637,3637,973,,,,,B,4/15/2020 10:00,2020-04-15T10:00:00Z,04/15 06:00,1502,3637,2020-04-15T10:00:00Z,25,1861,3970,132760,132760,5831,132760,173,21,10358bac2ce60be803ae6c979f69a2a4485dbf9b,0,0,0,0,0,
+20200415,MD,10032,45731,,,2231,,,,,607,A,4/15/2020 10:00,2020-04-15T10:00:00Z,04/15 06:00,469,2231,2020-04-15T10:00:00Z,24,560,1470,55763,55763,2030,55763,48,109,01fd776423939e2074f0d410d907fc7207da1488,0,0,0,0,0,
+20200415,ME,770,14076,,48,126,22,,9,,305,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,24,126,2020-04-15T12:00:00Z,23,36,2468,14846,14846,2504,14846,4,2,e40ee5764627ba6c8bb7004c853bd57f64c288d7,0,0,0,0,0,
+20200415,MI,28059,61638,,3918,,1468,,1212,,452,B,4/15/2020 11:00,2020-04-15T11:00:00Z,04/15 07:00,1921,,2020-04-15T11:00:00Z,26,1058,2413,89697,89697,3471,89697,153,0,3b8ec5cfc0335c5c927c6d99816f90fa22e1a516,0,0,0,0,0,
+20200415,MN,1809,38433,,197,445,93,175,,,853,A,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,87,445,2020-04-14T17:00:00Z,27,114,887,40242,40242,1001,40242,8,40,b9f5e68bdd095768846bb0ddf34782ca9f5d7f8e,0,0,0,0,0,
+20200415,MO,4895,44117,,1024,,,,,,,A,4/15/2020 15:00,2020-04-15T15:00:00Z,04/15 11:00,147,,2020-04-15T15:00:00Z,29,209,825,49012,49012,1034,49012,14,0,074e558d4ad104130aedca6aeee21563e88fac63,0,0,0,0,0,
+20200415,MP,13,27,7,,,,,,,,,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,2,,2020-04-14T00:00:00Z,69,0,0,47,40,0,40,0,0,16fb1c24b9cb05532950b5ef29a246011b13369d,0,0,0,0,0,
+20200415,MS,3360,34791,,,645,154,,99,,,A,4/14/2020 19:00,2020-04-14T19:00:00Z,04/14 15:00,122,645,2020-04-14T19:00:00Z,28,273,0,38151,38151,273,38151,11,49,52873509693b6a1ca7f91d4f46dd9218f548272c,0,0,0,0,0,
+20200415,MT,404,9179,,21,51,,,,,209,A,4/15/2020 11:59,2020-04-15T11:59:00Z,04/15 07:59,7,51,2020-04-15T11:59:00Z,30,5,344,9583,9583,349,9583,0,1,b8dab6035d596004fba59cd1bfdf641e8ab6263a,0,0,0,0,0,
+20200415,NC,5123,62704,,431,,,,,,,A,4/15/2020 11:00,2020-04-15T11:00:00Z,04/15 07:00,117,,2020-04-15T11:00:00Z,37,99,2689,67827,67827,2788,67827,9,0,ba61f9a1a987469ecd399924c09f1e338b80743b,0,0,0,0,0,
+20200415,ND,365,10952,,13,44,,,,,142,B,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,9,44,2020-04-15T13:00:00Z,38,24,377,11317,11317,401,11317,0,2,fdca8768af98688b8f8c99dbcf7fd68c7e3528e7,0,0,0,0,0,
+20200415,NE,901,10828,,,,,,,,,A,4/14/2020 19:45,2020-04-14T19:45:00Z,04/14 15:45,20,,2020-04-14T19:45:00Z,31,30,342,11729,11729,372,11729,2,0,be427d0a47044ff9e758f90ee041b461f39ec68d,0,0,0,0,0,
+20200415,NH,1139,11027,121,70,178,,,,,365,B,4/15/2020 09:00,2020-04-15T09:00:00Z,04/15 05:00,32,178,2020-04-15T09:00:00Z,33,119,437,12287,12166,556,12166,9,26,5857feaf3bbd6d0426333016478bff8f9b419603,0,0,0,0,0,
+20200415,NJ,71030,72991,,8270,,1980,,1705,,,A,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,3156,,2020-04-15T13:00:00Z,34,2206,2041,144021,144021,4247,144021,351,0,42f884fa94d473bf19535c56be0ac4696001d864,0,0,0,0,0,
+20200415,NM,1407,31443,,87,181,,,,,340,A,4/14/2020 18:56,2020-04-14T18:56:00Z,04/14 14:56,36,181,2020-04-14T18:56:00Z,35,62,818,32850,32850,880,32850,5,0,58b14228814a99d003cef5c6efbd5d5002e86056,0,0,0,0,0,
+20200415,NV,3211,24444,,,,,,,,,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,131,,2020-04-15T12:00:00Z,32,123,871,27655,27655,994,27655,11,0,e8b9eba89f48c146244c92f04bfd23bdf384ae3f,0,0,0,0,0,
+20200415,NY,213779,312233,,18535,56968,5225,,,,28004,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,11586,56968,2020-04-15T00:00:00Z,36,11571,15298,526012,526012,26869,526012,752,2315,719dee7e60e00383b5c52c04b98182090d6628f7,0,0,0,0,0,
+20200415,OH,7791,63761,,,2237,,677,,,,B,4/15/2020 14:00,2020-04-15T14:00:00Z,04/15 10:00,361,2237,2020-04-15T14:00:00Z,39,511,3040,71552,71552,3551,71552,37,81,977bf3e8aa8781363e58ffef618b8d02d713c810,0,0,0,0,0,
+20200415,OK,2263,26956,,194,510,107,,,,1115,B,4/15/2020 08:00,2020-04-15T08:00:00Z,04/15 04:00,123,510,2020-04-15T08:00:00Z,40,79,871,29219,29219,950,29219,15,22,9461b914df24eb029af714eda244c67df7bb7647,0,0,0,0,0,
+20200415,OR,1663,31688,,305,401,95,,43,,,A,4/15/2020 11:00,2020-04-15T11:00:00Z,04/15 07:00,58,401,2020-04-15T11:00:00Z,41,30,958,33351,33351,988,33351,3,20,290c346481c39459f569f2f1a49719b011cc8abb,0,0,0,0,0,
+20200415,PA,26490,111094,,2395,,,,668,,,A,4/15/2020 12:00,2020-04-15T12:00:00Z,04/15 08:00,647,,2020-04-15T12:00:00Z,42,1145,2808,137584,137584,3953,137584,63,0,dd641a6fa165110663c1fdaee5cfe16b42e8a882,0,0,0,0,0,
+20200415,PR,974,6825,1410,,,,,,,,A,4/15/2020 07:00,2020-04-15T07:00:00Z,04/15 03:00,51,,2020-04-15T07:00:00Z,72,51,541,9209,7799,592,7799,6,0,2255d127a1a833b086511d4c9968c8fdf5488fe7,0,0,0,0,0,
+20200415,RI,3529,22368,,229,331,54,,44,,168,B,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,87,331,2020-04-15T00:00:00Z,44,278,2719,25897,25897,2997,25897,7,0,1a5d8e37b768912b199cec84a1c95e310fbe4cb7,0,0,0,0,0,
+20200415,SC,3656,31077,,,675,,,,,,B,4/15/2020 14:55,2020-04-15T14:55:00Z,04/15 10:55,107,675,2020-04-15T14:55:00Z,45,103,758,34733,34733,861,34733,10,0,cdf84cba05b76b821a4487f026f1a32d3033fab7,0,0,0,0,0,
+20200415,SD,1168,8691,0,,51,,,,,329,A,4/15/2020 12:30,2020-04-15T12:30:00Z,04/15 08:30,6,51,2020-04-15T12:30:00Z,46,180,383,9859,9859,563,9859,0,6,292d15b554bba28f5fa1353ef406c0775dbea396,0,0,0,0,0,
+20200415,TN,6079,74817,,,663,,,,,2196,A,4/15/2020 15:00,2020-04-15T15:00:00Z,04/15 11:00,135,663,2020-04-15T15:00:00Z,47,256,1809,80896,80896,2065,80896,11,30,eb77f35381feae15ab88ff9648f5a66fa402cb53,0,0,0,0,0,
+20200415,TX,15492,136318,,1538,,,,,,3150,A,4/15/2020 13:00,2020-04-15T13:00:00Z,04/15 09:00,364,,2020-04-15T13:00:00Z,48,868,4475,151810,151810,5343,151810,46,0,2a637b897e1245f7a226f5173f07c14426e3d662,0,0,0,0,0,
+20200415,UT,2542,45072,,,221,,,,,218,A,4/15/2020 15:00,2020-04-15T15:00:00Z,04/15 11:00,20,221,2020-04-15T15:00:00Z,49,130,1008,47614,47614,1138,47614,1,8,987a4e1647bf28fcda9b0af15e6ff92b681e6587,0,0,0,0,0,
+20200415,VA,6500,37669,496,1298,1048,394,,234,,752,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,195,1048,2020-04-15T00:00:00Z,51,329,1077,44665,44169,1406,44169,41,1048,91205f20f722a638c782e4a50955bfe72b213559,0,0,0,0,0,
+20200415,VI,51,331,35,,,,,,,44,,4/14/2020 17:30,2020-04-14T17:30:00Z,04/14 13:30,1,,2020-04-14T17:30:00Z,78,0,5,417,382,5,382,0,0,90c63badd3bafd211d83d3c6d289945759547c3d,0,0,0,0,0,
+20200415,VT,779,9913,,63,,,,,,15,A,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,30,,2020-04-15T00:00:00Z,50,9,422,10692,10692,431,10692,1,0,58e488d255b79faf832947199802a34d588bdb3e,0,0,0,0,0,
+20200415,WA,12293,132170,,645,,194,,,,,C,4/15/2020 00:00,2020-04-15T00:00:00Z,04/14 20:00,551,,2020-04-15T00:00:00Z,53,312,3832,144463,144463,4144,144463,9,0,62f4d3c9fe2e1273eb57bdedcb096190d8b03719,0,0,0,0,0,
+20200415,WI,3721,39326,280,406,1091,163,290,,,,A,4/15/2020 11:01,2020-04-15T11:01:00Z,04/15 07:01,182,1091,2020-04-15T11:01:00Z,55,166,1329,43327,43047,1495,43047,12,42,62d71a97e716d25b063a618512803e4e0c17553f,0,0,0,0,0,
+20200415,WV,702,16954,,82,164,36,73,23,50,211,B,4/15/2020 10:00,2020-04-15T10:00:00Z,04/15 06:00,10,164,2020-04-15T10:00:00Z,54,62,556,17656,17656,618,17656,1,0,96ebe015e2a7daf1624eedcf640392df260b95a5,0,0,0,0,0,
+20200415,WY,287,6042,,,43,,,,,129,A,4/15/2020 12:30,2020-04-15T12:30:00Z,04/15 08:30,2,43,2020-04-15T12:30:00Z,56,12,353,6329,6329,365,6329,1,0,e40a61154591228733807fd3e604a927f5e334e2,0,0,0,0,0,
+20200414,AK,285,8063,,,32,,,,,98,A,4/14/2020 14:15,2020-04-14T14:15:00Z,04/14 10:15,9,32,2020-04-14T14:15:00Z,02,8,510,8348,8348,518,8348,1,0,1975b18768d169baabc26d940c884d4082af1161,0,0,0,0,0,
+20200414,AL,3876,29241,,,493,,210,,132,,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,110,493,2020-04-14T00:00:00Z,01,142,3793,33117,33117,3935,33117,11,36,cb87ef46d64e60dd76a56c47df663157f98b8608,0,0,0,0,0,
+20200414,AR,1480,19651,,81,130,,43,29,39,427,A,4/14/2020 14:46,2020-04-14T14:46:00Z,04/14 10:46,30,130,2020-04-14T14:46:00Z,05,70,257,21131,21131,327,21131,0,0,7d25a42bf8c35acf9beee75f1b15d77de367ffc2,0,0,0,0,0,
+20200414,AS,0,3,17,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,20,3,0,3,0,0,8a1d220552ed94fdbf66639111b2d4278c37ac1a,0,0,0,0,0,
+20200414,AZ,3806,40290,,580,,286,,216,,249,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,131,,2020-04-14T00:00:00Z,04,104,645,44096,44096,749,44096,9,0,0ada2e68e5ee0db652683693da712a825532bf69,0,0,0,0,0,
+20200414,CA,23338,178870,13200,5163,,1552,,,,,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,758,,2020-04-13T00:00:00Z,06,990,10336,215408,202208,11326,202208,71,0,853eefdea4f6f6c7cd5fe0a305503b40ea97bc21,0,0,0,0,0,
+20200414,CO,7691,31051,,888,1493,,,,,,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,308,1493,2020-04-12T00:00:00Z,08,7,1201,38742,38742,1208,38742,4,21,a9e09b7e04b840315b43499c7fd532f787332387,0,0,0,0,0,
+20200414,CT,13989,31852,,1779,,,,,,,A,4/14/2020 16:00,2020-04-14T16:00:00Z,04/14 12:00,671,,2020-04-14T16:00:00Z,09,608,924,45841,45841,1532,45841,69,0,545a1dc72cd21bcdd02e82a9c59a3b9d4fa35b2a,0,0,0,0,0,
+20200414,DC,2058,9226,,295,,95,,31,,518,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,67,,2020-04-14T00:00:00Z,11,103,247,11284,11284,350,11284,14,0,a7079b93ed0d6c30ae85c36072e8f3fe2bc50eb9,0,0,0,0,0,
+20200414,DE,1761,10543,,204,,,,,,277,A,4/14/2020 17:45,2020-04-14T17:45:00Z,04/14 13:45,41,,2020-04-14T17:45:00Z,10,136,348,12304,12304,484,12304,6,0,6e5af98b9ac9823da1d9b054bc2dac0f05985bb8,0,0,0,0,0,
+20200414,FL,21367,181813,1275,,3060,,,,,,A,4/14/2020 16:59,2020-04-14T16:59:00Z,04/14 12:59,537,3060,2020-04-14T16:59:00Z,12,766,6207,204455,203180,6973,203180,54,227,c1f9734d2868a3af30361e26efa920c8f2bc6394,0,0,0,0,0,
+20200414,GA,14223,47572,,,2769,,,,,,A,4/14/2020 18:28,2020-04-14T18:28:00Z,04/14 14:28,501,2769,2020-04-14T18:28:00Z,13,908,3866,61795,61795,4774,61795,37,180,aea6e99ebcafbd2d93afb3fadaf606bac5cba4af,0,0,0,0,0,
+20200414,GU,133,811,,13,,2,,2,,66,,4/14/2020 08:15,2020-04-14T08:15:00Z,04/14 04:15,5,,2020-04-14T08:15:00Z,66,0,41,944,944,41,944,0,0,2659d8186976a25531e994e081d923d0b09e0216,0,0,0,0,0,
+20200414,HI,504,18916,,,44,,,,,315,A,4/14/2020 18:00,2020-04-14T18:00:00Z,04/14 14:00,9,44,2020-04-14T18:00:00Z,15,5,571,19420,19420,576,19420,0,0,85de5cab80c1146916df94acde527b96966b504b,0,0,0,0,0,
+20200414,IA,1899,16986,,163,,73,,41,,741,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,49,,2020-04-14T00:00:00Z,19,189,0,18885,18885,189,18885,6,0,052794507a56482177aebc59144a988d33668ede,0,0,0,0,0,
+20200414,ID,1453,13661,,,135,,38,,,,A,4/14/2020 19:00,2020-04-14T19:00:00Z,04/14 15:00,33,135,2020-04-14T19:00:00Z,16,27,206,15114,15114,233,15114,6,3,4aca8741b195dbb831489b340db34e41e771b788,0,0,0,0,0,
+20200414,IL,23247,87369,,4283,,1189,,796,,,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,868,,2020-04-14T00:00:00Z,17,1222,3626,110616,110616,4848,110616,74,0,bd4d967c7099af4e52194e27d7bbf4bfc4843504,0,0,0,0,0,
+20200414,IN,8527,37490,,,,721,,435,,,B,4/14/2020 13:00,2020-04-14T13:00:00Z,04/14 09:00,388,,2020-04-14T13:00:00Z,18,291,1187,46017,46017,1478,46017,38,0,c084e821259270ae0391b73eb52d46d73dd5e511,0,0,0,0,0,
+20200414,KS,1426,12721,,,327,,,,,,B,4/14/2020 12:00,2020-04-14T12:00:00Z,04/14 08:00,69,327,2020-04-14T12:00:00Z,20,50,233,14147,14147,283,14147,7,18,98176ddc844ad0af811fcaf71660961b9ee36236,0,0,0,0,0,
+20200414,KY,2048,24635,,299,673,136,259,,,629,A,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,104,673,2020-04-14T17:00:00Z,21,85,732,26683,26683,817,26683,7,6,57a558cdd6381a5c2a50788a095708fa96d6ad6a,0,0,0,0,0,
+20200414,LA,21518,96904,,1977,,,,436,,,A,4/13/2020 13:00,2020-04-13T13:00:00Z,04/13 09:00,1013,,2020-04-13T13:00:00Z,22,502,9829,118422,118422,10331,118422,129,0,0d676aede61f6be401f17a8e2462e34111bb8f47,0,0,0,0,0,
+20200414,MA,28109,98820,,3616,3616,,,,,,B,4/14/2020 10:00,2020-04-14T10:00:00Z,04/14 06:00,1329,3616,2020-04-14T10:00:00Z,25,1315,3320,126929,126929,4635,126929,118,131,d01ed8b2de719c4804ba0a0530e22deabd6699fc,0,0,0,0,0,
+20200414,MD,9472,44261,,,2122,,,,,607,A,4/14/2020 10:00,2020-04-14T10:00:00Z,04/14 06:00,421,2122,2020-04-14T10:00:00Z,24,536,1446,53733,53733,1982,53733,37,147,168c401f7ba684d8cad225fa496ba1b93c4d4983,0,0,0,0,0,
+20200414,ME,734,11608,,58,124,21,,9,,292,A,4/14/2020 11:45,2020-04-14T11:45:00Z,04/14 07:45,20,124,2020-04-14T11:45:00Z,23,36,0,12342,12342,36,12342,1,0,d3aa3583749e7a73749e51f277ff8df7216a2202,0,0,0,0,0,
+20200414,MI,27001,59225,,3910,,1497,,1235,,452,B,4/14/2020 11:00,2020-04-14T11:00:00Z,04/14 07:00,1768,,2020-04-14T11:00:00Z,26,1366,2216,86226,86226,3582,86226,166,0,a46047a9a8067c15b07993a2cca4df6aceb70090,0,0,0,0,0,
+20200414,MN,1695,37546,,177,405,75,155,,,830,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,79,405,2020-04-13T17:00:00Z,27,45,769,39241,39241,814,39241,9,44,e66ffd69e624a063182f509947c24e8cd626763b,0,0,0,0,0,
+20200414,MO,4686,43292,,1041,,,,,,,A,4/14/2020 15:00,2020-04-14T15:00:00Z,04/14 11:00,133,,2020-04-14T15:00:00Z,29,298,2252,47978,47978,2550,47978,19,0,60090991eb80f0846f0ea8e046eda011c9849145,0,0,0,0,0,
+20200414,MP,13,27,7,,,,,,,,,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,2,,2020-04-14T00:00:00Z,69,2,0,47,40,2,40,0,0,def2be4e8e6048e2ff41ef1df20786eedee27feb,0,0,0,0,0,
+20200414,MS,3087,34791,,,596,154,,99,,,A,4/13/2020 19:00,2020-04-13T19:00:00Z,04/13 15:00,111,596,2020-04-13T19:00:00Z,28,145,6749,37878,37878,6894,37878,13,47,6531fe882e9152045015f209054492a60c13e388,0,0,0,0,0,
+20200414,MT,399,8835,,24,50,,,,,197,A,4/14/2020 11:56,2020-04-14T11:56:00Z,04/14 07:56,7,50,2020-04-14T11:56:00Z,30,5,131,9234,9234,136,9234,0,3,1e23bb1e32f6c4741920ed2645140164f12a8210,0,0,0,0,0,
+20200414,NC,5024,60015,,418,,,,,,,A,4/14/2020 11:00,2020-04-14T11:00:00Z,04/14 07:00,108,,2020-04-14T11:00:00Z,37,208,1443,65039,65039,1651,65039,22,0,11109575bf30aa62b750fd6de0df8d668ca89710,0,0,0,0,0,
+20200414,ND,341,10575,,13,42,,,,,138,B,4/14/2020 13:00,2020-04-14T13:00:00Z,04/14 09:00,9,42,2020-04-14T13:00:00Z,38,10,125,10916,10916,135,10916,1,2,44af60a848fe9d241b7ca1620f4382036c0b3da6,0,0,0,0,0,
+20200414,NE,871,10486,,,,,,,,,A,4/14/2020 19:45,2020-04-14T19:45:00Z,04/14 15:45,18,,2020-04-14T19:45:00Z,31,57,328,11357,11357,385,11357,1,0,c040cf3b7f793eff684912ef0c73113e511afd0d,0,0,0,0,0,
+20200414,NH,1020,10590,25,72,152,,,,,249,B,4/14/2020 09:00,2020-04-14T09:00:00Z,04/14 05:00,23,152,2020-04-14T09:00:00Z,33,35,368,11635,11610,403,11610,0,0,4280ad0cb2658ad739f8e017ac259dcec4e73dda,0,0,0,0,0,
+20200414,NJ,68824,70950,,8185,,2051,,1626,,,A,4/14/2020 13:00,2020-04-14T13:00:00Z,04/14 09:00,2805,,2020-04-14T13:00:00Z,34,4240,6065,139774,139774,10305,139774,362,0,97abc01f7ea3b6369e67950498f0a453afd0f9e4,0,0,0,0,0,
+20200414,NM,1345,30625,,87,181,,,,,304,A,4/14/2020 20:56,2020-04-14T20:56:00Z,04/14 16:56,31,181,2020-04-14T20:56:00Z,35,100,1355,31970,31970,1455,31970,5,181,0caeaec959c3c86b862c72beaff988687e5a061f,0,0,0,0,0,
+20200414,NV,3088,23573,,,,,,,,,A,4/14/2020 18:00,2020-04-14T18:00:00Z,04/14 14:00,120,,2020-04-14T18:00:00Z,32,117,1080,26661,26661,1197,26661,6,0,be232865c89e84a6408fa2ed3661cc4b68b3b405,0,0,0,0,0,
+20200414,NY,202208,296935,,18697,54653,5225,,,,25589,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,10834,54653,2020-04-14T00:00:00Z,36,7177,13609,499143,499143,20786,499143,778,1717,67b29125daf372710353d405881573e614428af5,0,0,0,0,0,
+20200414,OH,7280,60721,,,2156,,654,,,,B,4/14/2020 14:00,2020-04-14T14:00:00Z,04/14 10:00,324,2156,2020-04-14T14:00:00Z,39,305,2584,68001,68001,2889,68001,50,123,a34810acc8f5cca83d41a5f76cba3bc31d35a865,0,0,0,0,0,
+20200414,OK,2184,26085,,194,488,107,,,,1060,B,4/14/2020 08:00,2020-04-14T08:00:00Z,04/14 04:00,108,488,2020-04-14T08:00:00Z,40,115,5295,28269,28269,5410,28269,9,31,5805d23a8e7982ad312a4e2c130cba40e95b9f79,0,0,0,0,0,
+20200414,OR,1633,30730,,311,381,88,,44,,,A,4/14/2020 11:00,2020-04-14T11:00:00Z,04/14 07:00,55,381,2020-04-14T11:00:00Z,41,49,1193,32363,32363,1242,32363,2,12,bd1285ad8c6c58b75a953fa89805a4816b8608f0,0,0,0,0,0,
+20200414,PA,25345,108286,,2317,,,,675,,,A,4/14/2020 12:00,2020-04-14T12:00:00Z,04/14 08:00,584,,2020-04-14T12:00:00Z,42,1146,2693,133631,133631,3839,133631,60,0,cd383edafa155b057c864fa2b8f7b55b56e92bba,0,0,0,0,0,
+20200414,PR,923,6284,1322,,,,,,,,A,4/14/2020 07:00,2020-04-14T07:00:00Z,04/14 03:00,45,,2020-04-14T07:00:00Z,72,20,324,8529,7207,344,7207,0,0,fe182f87d5099fd24a7f29198f7f561a2ea2deab,0,0,0,0,0,
+20200414,RI,3251,19649,,213,331,48,,,,135,B,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,80,331,2020-04-14T00:00:00Z,44,275,1964,22900,22900,2239,22900,7,0,9ae16a921587b6204fb69278afaa0e9e31354df8,0,0,0,0,0,
+20200414,SC,3553,30319,,,675,,,,,,B,4/14/2020 15:55,2020-04-14T15:55:00Z,04/14 11:55,97,675,2020-04-14T15:55:00Z,45,234,2213,33872,33872,2447,33872,15,179,24652bcc4f1278a60be9b5d6f5657439eaad3c42,0,0,0,0,0,
+20200414,SD,988,8308,0,,45,,,,,261,A,4/13/2020 18:00,2020-04-13T18:00:00Z,04/13 14:00,6,45,2020-04-13T18:00:00Z,46,120,174,9296,9296,294,9296,0,1,8af1418c917e367b683424a7aa51d3b06182e205,0,0,0,0,0,
+20200414,TN,5823,73008,,,633,,,,,1969,A,4/14/2020 15:00,2020-04-14T15:00:00Z,04/14 11:00,124,633,2020-04-14T15:00:00Z,47,213,2423,78831,78831,2636,78831,15,54,2eaffbb9c4b04847c4811583b8800e88f2940c5c,0,0,0,0,0,
+20200414,TX,14624,131843,,1409,,,,,,2580,A,4/14/2020 12:45,2020-04-14T12:45:00Z,04/14 08:45,318,,2020-04-14T12:45:00Z,48,718,12523,146467,146467,13241,146467,31,0,9928330e05f7bb484670d51f051c0581c3a081eb,0,0,0,0,0,
+20200414,UT,2412,44064,,,213,,,,,218,A,4/14/2020 15:00,2020-04-14T15:00:00Z,04/14 11:00,19,213,2020-04-14T15:00:00Z,49,49,640,46476,46476,689,46476,1,12,84f20a45fa5795bfa21bcceb3d11d3fd038a4231,0,0,0,0,0,
+20200414,VA,6171,36592,469,1282,,422,,276,,721,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,154,,2020-04-13T17:00:00Z,51,424,938,43232,42763,1362,42763,5,0,2c8f7b0cc68619b85fb5c24f11bc4c4633016c47,0,0,0,0,0,
+20200414,VI,51,326,23,,,,,,,44,,4/14/2020 17:30,2020-04-14T17:30:00Z,04/14 13:30,1,,2020-04-14T17:30:00Z,78,0,4,400,377,4,377,0,0,3a24d073075ea028ccb310954a0db6b0d23a52ad,0,0,0,0,0,
+20200414,VT,770,9491,,64,,,,,,15,A,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,29,,2020-04-14T00:00:00Z,50,9,216,10261,10261,225,10261,1,0,e0e503e326feea52b26f3bda4dca655277ba22f2,0,0,0,0,0,
+20200414,WA,11981,128338,,387,,98,,,,,C,4/14/2020 00:00,2020-04-14T00:00:00Z,04/13 20:00,542,,2020-04-14T00:00:00Z,53,224,4066,140319,140319,4290,140319,16,0,a1d8673a1e3dcf46440c18db33065961f725aca4,0,0,0,0,0,
+20200414,WI,3555,37997,277,432,1049,161,283,,,,A,4/14/2020 16:00,2020-04-14T16:00:00Z,04/14 12:00,170,1049,2020-04-14T16:00:00Z,55,127,1228,41829,41552,1355,41552,16,56,7034a7a349d901d3083981ae21d15186cef82197,0,0,0,0,0,
+20200414,WV,640,16398,,87,164,38,73,25,50,147,B,4/14/2020 17:00,2020-04-14T17:00:00Z,04/14 13:00,9,164,2020-04-14T17:00:00Z,54,14,369,17038,17038,383,17038,0,0,b19f2e9d685630452dd5687a27f3268c73b1db93,0,0,0,0,0,
+20200414,WY,275,5689,,,43,,,,,140,A,4/14/2020 16:05,2020-04-14T16:05:00Z,04/14 12:05,1,43,2020-04-14T16:05:00Z,56,0,0,5964,5964,0,5964,0,2,111dc188dd4c4d984d589e1ddbfcc110d58e994c,0,0,0,0,0,
+20200413,AK,277,7553,,,32,,,,,85,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,8,32,2020-04-13T00:00:00Z,02,5,-213,7830,7830,-208,7830,0,1,96a237f712b8f6453a8a2f8749e5188e0cc49ff6,0,0,0,0,0,
+20200413,AL,3734,25448,,,457,,189,,119,,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,99,457,2020-04-13T00:00:00Z,01,209,7390,29182,29182,7599,29182,6,20,39d6495e39c7a907c500299052891db483e41671,0,0,0,0,0,
+20200413,AR,1410,19394,,74,130,,43,28,39,391,A,4/13/2020 13:33,2020-04-13T13:33:00Z,04/13 09:33,30,130,2020-04-13T13:33:00Z,05,130,952,20804,20804,1082,20804,3,0,3df0fd8b343b71686830d3f72ba73e6986619add,0,0,0,0,0,
+20200413,AS,0,3,,,,,,,,,,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,,,2020-04-06T00:00:00Z,60,0,0,3,3,0,3,0,0,3e3ec092fcb98e53666a754e328d8cd217a077bb,0,0,0,0,0,
+20200413,AZ,3702,39645,,525,,286,,195,,,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,122,,2020-04-13T00:00:00Z,04,163,1075,43347,43347,1238,43347,7,0,ca2b13610b4f8883ff67211538b800f537d39554,0,0,0,0,0,
+20200413,CA,22348,168534,13200,3015,,1178,,,,,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,687,,2020-04-12T00:00:00Z,06,554,0,204082,190882,554,190882,36,0,8e0c16a0a9faf4d1d614414b45e9292cc5856f8f,0,0,0,0,0,
+20200413,CO,7684,29850,,842,1472,,,,,,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,304,1472,2020-04-11T00:00:00Z,08,791,1870,37534,37534,2661,37534,30,96,09e42d6a0d230f1c007d70bdc87b375b0e1f11dd,0,0,0,0,0,
+20200413,CT,13381,30928,,1760,,,,,,,A,4/13/2020 16:00,2020-04-13T16:00:00Z,04/13 12:00,602,,2020-04-13T16:00:00Z,09,1346,1743,44309,44309,3089,44309,48,0,e75ba9850c4a65fb3423defb632b12f3c3a9a8de,0,0,0,0,0,
+20200413,DC,1955,8979,,295,,95,,31,,507,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,53,,2020-04-13T00:00:00Z,11,80,214,10934,10934,294,10934,3,0,695f6fb932473dd5fb00bce599f08e8275831618,0,0,0,0,0,
+20200413,DE,1625,10195,,201,,,,,,213,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,35,,2020-04-13T17:00:00Z,10,146,571,11820,11820,717,11820,2,0,30de0ffe5c2c86d6e3bcca03ad879c6562e59775,0,0,0,0,0,
+20200413,FL,20601,175606,1789,,2833,,,,,,A,4/13/2020 17:27,2020-04-13T17:27:00Z,04/13 13:27,483,2833,2020-04-13T17:27:00Z,12,1246,12208,197996,196207,13454,196207,18,61,84e91c135373119b51d07289dff699b7e2e96f92,0,0,0,0,0,
+20200413,GA,13315,43706,,,2589,,,,,,A,4/13/2020 18:27,2020-04-13T18:27:00Z,04/13 14:27,464,2589,2020-04-13T18:27:00Z,13,863,1705,57021,57021,2568,57021,31,84,6feee895319db329aaee8146195e5e83c6f36ce7,0,0,0,0,0,
+20200413,GU,133,770,,12,,2,,2,,58,,4/13/2020 08:00,2020-04-13T08:00:00Z,04/13 04:00,5,,2020-04-13T08:00:00Z,66,0,77,903,903,77,903,0,0,aa53c66fb5b0c9e3f9cd267ec97d7b21712b9e6f,0,0,0,0,0,
+20200413,HI,499,18345,,,44,,6,,2,310,A,4/13/2020 18:00,2020-04-13T18:00:00Z,04/13 14:00,9,44,2020-04-13T18:00:00Z,15,13,863,18844,18844,876,18844,1,0,b03a471b3053feb94566e5405b7ce3402c224257,0,0,0,0,0,
+20200413,IA,1710,16986,,142,,70,,41,,741,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,43,,2020-04-12T00:00:00Z,19,123,981,18696,18696,1104,18696,2,0,2164a8e58fb3bf41969c8e3eb18bf7e382b52655,0,0,0,0,0,
+20200413,ID,1426,13455,,,132,,38,,,,A,4/13/2020 19:00,2020-04-13T19:00:00Z,04/13 15:00,27,132,2020-04-13T19:00:00Z,16,19,554,14881,14881,573,14881,0,1,db9d5df84fd29dc84250c86557acc7ece7482913,0,0,0,0,0,
+20200413,IL,22025,83743,,3680,,1166,,821,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,794,,2020-04-13T00:00:00Z,17,1173,3860,105768,105768,5033,105768,74,0,6b83341b61e4cecc1a734592845755dddbf3c31e,0,0,0,0,0,
+20200413,IN,8236,36303,,,,740,,459,,,B,4/12/2020 23:59,2020-04-12T23:59:00Z,04/12 19:59,350,,2020-04-12T23:59:00Z,18,308,1742,44539,44539,2050,44539,7,0,955aabd7a68a15b40204c8ed1b6cae33bd7460eb,0,0,0,0,0,
+20200413,KS,1376,12488,,,309,,,,,,B,4/13/2020 11:30,2020-04-13T11:30:00Z,04/13 07:30,62,309,2020-04-13T11:30:00Z,20,39,572,13864,13864,611,13864,6,11,dba2d9770b7aed75c8135d4453a9a56bc163f6a0,0,0,0,0,0,
+20200413,KY,1963,23903,,289,667,136,256,,,607,A,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,97,667,2020-04-13T17:00:00Z,21,123,1176,25866,25866,1299,25866,3,208,551a6b92c9e4f7c233a5d62ccd2e81c59d20bf78,0,0,0,0,0,
+20200413,LA,21016,87075,,2134,,,,461,,,A,4/13/2020 13:00,2020-04-13T13:00:00Z,04/13 09:00,884,,2020-04-13T13:00:00Z,22,421,3625,108091,108091,4046,108091,44,0,70738060cf6d35acce6d42a7470d568c7ff42041,0,0,0,0,0,
+20200413,MA,26794,95500,,3485,3485,,,,,,B,4/13/2020 10:00,2020-04-13T10:00:00Z,04/13 06:00,1211,3485,2020-04-13T10:00:00Z,25,1413,4037,122294,122294,5450,122294,155,971,7a141c0540d149b45ab66cca75e9dc6b5538fb53,0,0,0,0,0,
+20200413,MD,8936,42815,,,1975,,,,,603,A,4/13/2020 10:00,2020-04-13T10:00:00Z,04/13 06:00,384,1975,2020-04-13T10:00:00Z,24,711,1276,51751,51751,1987,51751,49,115,c73e53e2f2fa40d77a7f95cd04252ef6396b6617,0,0,0,0,0,
+20200413,ME,698,11608,,22,124,,,,,273,A,4/13/2020 11:45,2020-04-13T11:45:00Z,04/13 07:45,19,124,2020-04-13T11:45:00Z,23,65,5520,12306,12306,5585,12306,0,4,d1dd164e3fdb74640109b17eca4cc37f807932b4,0,0,0,0,0,
+20200413,MI,25635,57009,,3986,,1570,,1365,,447,B,4/13/2020 11:00,2020-04-13T11:00:00Z,04/13 07:00,1602,,2020-04-13T11:00:00Z,26,997,2210,82644,82644,3207,82644,115,0,5d37009d46ded7676b8114dc4b4a3905e2b011c9,0,0,0,0,0,
+20200413,MN,1650,36777,,157,361,74,146,,,772,A,4/12/2020 17:00,2020-04-12T17:00:00Z,04/12 13:00,70,361,2020-04-12T17:00:00Z,27,29,977,38427,38427,1006,38427,0,0,aee6e28e5da1da2cb3d6cb7567c78ddd160a951f,0,0,0,0,0,
+20200413,MO,4388,41040,,988,,,,,,,A,4/13/2020 15:00,2020-04-13T15:00:00Z,04/13 11:00,114,,2020-04-13T15:00:00Z,29,228,0,45428,45428,228,45428,4,0,bdb0f0a3db2b6a2f45da9294fe5d5e9bea3f3386,0,0,0,0,0,
+20200413,MP,11,27,9,,,,,,,,,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,2,,2020-04-12T00:00:00Z,69,0,0,47,38,0,38,0,0,b8ca6774cbdb680409e103441edb6817b47636a6,0,0,0,0,0,
+20200413,MS,2942,28042,,,549,124,,84,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,98,549,2020-04-13T00:00:00Z,28,161,9410,30984,30984,9571,30984,2,1,c47e0f814e44b18e9b7f4642ba16b111225626ba,0,0,0,0,0,
+20200413,MT,394,8704,,21,47,,,,,171,A,4/13/2020 13:11,2020-04-13T13:11:00Z,04/13 09:11,7,47,2020-04-13T13:11:00Z,30,7,178,9098,9098,185,9098,1,0,13d49130c7ab2032d338316d36a1f3abf4818486,0,0,0,0,0,
+20200413,NC,4816,58572,,313,,,,,,,A,4/13/2020 11:00,2020-04-13T11:00:00Z,04/13 07:00,86,,2020-04-13T11:00:00Z,37,296,953,63388,63388,1249,63388,5,0,b538f160afceea7f6768502b53ba63868b2525e1,0,0,0,0,0,
+20200413,ND,331,10450,,13,40,,,,,127,B,4/13/2020 13:00,2020-04-13T13:00:00Z,04/13 09:00,8,40,2020-04-13T13:00:00Z,38,23,408,10781,10781,431,10781,0,1,a77b3d40d1c6938e640c55149760680fb296a7b2,0,0,0,0,0,
+20200413,NE,814,10158,,,,,,,,,A,4/13/2020 20:03,2020-04-13T20:03:00Z,04/13 16:03,17,,2020-04-13T20:03:00Z,31,23,258,10972,10972,281,10972,0,0,6adb3f7fe81dab1bf7177110f06d8e8a8a4ce7ec,0,0,0,0,0,
+20200413,NH,985,10222,125,,152,,,,,239,B,4/13/2020 09:00,2020-04-13T09:00:00Z,04/13 05:00,23,152,2020-04-13T09:00:00Z,33,56,226,11332,11207,282,11207,0,6,0cf34bbcbf69adc228366b278340259ecdc640f7,0,0,0,0,0,
+20200413,NJ,64584,64885,,7781,,1886,,1611,,,A,4/13/2020 14:00,2020-04-13T14:00:00Z,04/13 10:00,2443,,2020-04-13T14:00:00Z,34,2734,0,129469,129469,2734,129469,93,0,7326b90bd38904e0c78ecde17729f41aea1a4c82,0,0,0,0,0,
+20200413,NM,1245,29270,,80,,,,,,295,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,26,,2020-04-13T00:00:00Z,35,71,1752,30515,30515,1823,30515,6,0,1322a99154c8bec015b01556d9b52b917da86bf9,0,0,0,0,0,
+20200413,NV,2971,22493,,,,,,,,,A,4/13/2020 10:00,2020-04-13T10:00:00Z,04/13 06:00,114,,2020-04-13T10:00:00Z,32,135,718,25464,25464,853,25464,2,0,3c87e9789b5442e6f5c329191cc933ddb098dea8,0,0,0,0,0,
+20200413,NY,195031,283326,,18825,52936,5156,,,,23887,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,10056,52936,2020-04-13T00:00:00Z,36,6337,10419,478357,478357,16756,478357,671,2017,f103332cfe431ca752632829de69d888153fd514,0,0,0,0,0,
+20200413,OH,6975,58137,,,2033,,613,,,,B,4/13/2020 14:00,2020-04-13T14:00:00Z,04/13 10:00,274,2033,2020-04-13T14:00:00Z,39,371,1498,65112,65112,1869,65112,21,85,ae2ca7b6e8875a8a79c71bebff9aae769ee843c2,0,0,0,0,0,
+20200413,OK,2069,20790,,383,457,191,,,,865,B,4/13/2020 08:00,2020-04-13T08:00:00Z,04/13 04:00,99,457,2020-04-13T08:00:00Z,40,99,0,22859,22859,99,22859,3,11,021f56081721110bccdb93499533e0a20a80c4bc,0,0,0,0,0,
+20200413,OR,1584,29537,,321,369,96,,50,,,A,4/13/2020 11:00,2020-04-13T11:00:00Z,04/13 07:00,53,369,2020-04-13T11:00:00Z,41,57,1306,31121,31121,1363,31121,1,10,96d5d9fc8390de6b169e979fba36585d90e45575,0,0,0,0,0,
+20200413,PA,24199,105593,,2243,,,,669,,,A,4/13/2020 12:00,2020-04-13T12:00:00Z,04/13 08:00,524,,2020-04-13T12:00:00Z,42,1366,3536,129792,129792,4902,129792,17,0,39a605b65bdfa754e26d6af14a991cbdec244110,0,0,0,0,0,
+20200413,PR,903,5960,1288,,,,,,,,A,4/13/2020 06:00,2020-04-13T06:00:00Z,04/13 02:00,45,,2020-04-13T06:00:00Z,72,6,141,8151,6863,147,6863,1,0,4241be6e6bbc00f5ba3fd25c807a54ec1cac25ac,0,0,0,0,0,
+20200413,RI,2976,17685,,197,331,50,,26,,135,B,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,73,331,2020-04-13T00:00:00Z,44,311,0,20661,20661,311,20661,10,331,58ff69acc627c2e0b3f3012ce3c7003769aa8fb9,0,0,0,0,0,
+20200413,SC,3319,28106,,,496,,,,,,B,4/13/2020 17:26,2020-04-13T17:26:00Z,04/13 13:26,82,496,2020-04-13T17:26:00Z,45,0,0,31425,31425,0,31425,0,0,eef35a86412fd03ef694ebeba5e98db39856c636,0,0,0,0,0,
+20200413,SD,868,8134,0,,44,,,,,207,A,4/12/2020 18:00,2020-04-12T18:00:00Z,04/12 14:00,6,44,2020-04-12T18:00:00Z,46,138,311,9002,9002,449,9002,0,1,7fa3d5e2ffa82fbc009957df2df65ab5e15decd7,0,0,0,0,0,
+20200413,TN,5610,70585,,,579,,,,,1671,A,4/13/2020 15:00,2020-04-13T15:00:00Z,04/13 11:00,109,579,2020-04-13T15:00:00Z,47,302,5216,76195,76195,5518,76195,8,12,db396e5ecff5437acfb6713cb2b0951bf0ae336b,0,0,0,0,0,
+20200413,TX,13906,119320,,1176,,,,,,2269,A,4/13/2020 12:45,2020-04-13T12:45:00Z,04/13 08:45,287,,2020-04-13T12:45:00Z,48,422,8271,133226,133226,8693,133226,16,0,d470d162e8c4bbbf42f6d119cf4ea548ff360cbe,0,0,0,0,0,
+20200413,UT,2363,43424,,,201,,,,,218,A,4/13/2020 15:00,2020-04-13T15:00:00Z,04/13 11:00,18,201,2020-04-13T15:00:00Z,49,60,1493,45787,45787,1553,45787,0,6,955f3427b4ce9735902ce363d2ec539c941c6a0e,0,0,0,0,0,
+20200413,VA,5747,35654,473,1238,,428,,302,,,A,4/13/2020 09:00,2020-04-13T09:00:00Z,04/13 05:00,149,,2020-04-13T09:00:00Z,51,473,943,41874,41401,1416,41401,8,0,2a6d78e5dcb82e2fbf4690eb76cc02d3363e76f6,0,0,0,0,0,
+20200413,VI,51,322,2,,,,,,,43,,4/13/2020 18:30,2020-04-13T18:30:00Z,04/13 14:30,1,,2020-04-13T18:30:00Z,78,0,23,375,373,23,373,0,0,d996391b1e4c672ff1142667677ac6823143c241,0,0,0,0,0,
+20200413,VT,761,9275,,33,,,,,,15,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,28,,2020-04-13T00:00:00Z,50,7,551,10036,10036,558,10036,1,0,55a71ac1b50d65b547e98e2531ed8f4e7fcaee4c,0,0,0,0,0,
+20200413,WA,11757,124272,,527,,166,,,,,C,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,526,,2020-04-13T00:00:00Z,53,300,3900,136029,136029,4200,136029,17,0,8b117a811a5250cc81b9ec89ea7a8d7baf932e97,0,0,0,0,0,
+20200413,WI,3428,36769,273,442,993,175,264,,,,A,4/13/2020 00:00,2020-04-13T00:00:00Z,04/12 20:00,154,993,2020-04-13T00:00:00Z,55,87,853,40470,40197,940,40197,10,19,6d6776cfc734f18690ae015dd88722031d60b4a0,0,0,0,0,0,
+20200413,WV,626,16029,,95,164,43,73,23,50,85,B,4/13/2020 17:00,2020-04-13T17:00:00Z,04/13 13:00,9,164,2020-04-13T17:00:00Z,54,15,383,16655,16655,398,16655,1,164,1e750b14d902c4948b24519a825898caad5d910a,0,0,0,0,0,
+20200413,WY,275,5689,,,41,,,,,138,A,4/13/2020 15:19,2020-04-13T15:19:00Z,04/13 11:19,1,41,2020-04-13T15:19:00Z,56,14,491,5964,5964,505,5964,1,1,894f428dd8e24be6a8cf89a339a69d4e005d7fa3,0,0,0,0,0,
+20200412,AK,272,7766,,,31,,,,,66,A,4/12/2020 14:50,2020-04-12T14:50:00Z,04/12 10:50,8,31,2020-04-12T14:50:00Z,02,15,291,8038,8038,306,8038,0,0,1826a037fe6db50aa66b710fd3a5cf9120d35afd,0,0,0,0,0,
+20200412,AL,3525,18058,,,437,,189,,119,,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,93,437,2020-04-12T00:00:00Z,01,334,0,21583,21583,334,21583,2,35,3a9495c5b049b49e82c5033b0908dc71f40a9e1f,0,0,0,0,0,
+20200412,AR,1280,18442,,74,130,,43,30,39,367,A,4/12/2020 11:33,2020-04-12T11:33:00Z,04/12 07:33,27,130,2020-04-12T11:33:00Z,05,54,1090,19722,19722,1144,19722,3,0,4187fee5d47a41fafd64962102670ef6d67ffeb0,0,0,0,0,0,
+20200412,AS,0,3,2,,,,,,,,,3/31/2020 19:16,2020-03-31T19:16:00Z,03/31 15:16,,,2020-03-31T19:16:00Z,60,0,0,5,3,0,3,0,0,dc6573e84c567efc66eebfdd86a06cbe6a450103,0,0,0,0,0,
+20200412,AZ,3539,38570,,,,,,,,,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,115,,2020-04-12T00:00:00Z,04,146,1433,42109,42109,1579,42109,7,0,48b5ec744bd473974f44f11fd068bdd7641e285d,0,0,0,0,0,
+20200412,CA,21794,168534,13200,5234,,1539,,,,,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,651,,2020-04-11T00:00:00Z,06,1179,15930,203528,190328,17109,190328,42,0,8b9c7df1df756a2f0e01c164e3fa14a28b4abc8c,0,0,0,0,0,
+20200412,CO,6893,27980,,822,1376,,,,,,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,274,1376,2020-04-10T00:00:00Z,08,383,1837,34873,34873,2220,34873,24,64,771c59817e9048e940d3f6647bc8c6f8d977f4a3,0,0,0,0,0,
+20200412,CT,12035,29185,,1654,,,,,,,A,4/12/2020 16:00,2020-04-12T16:00:00Z,04/12 12:00,554,,2020-04-12T16:00:00Z,09,525,864,41220,41220,1389,41220,60,0,ce95755862c1cce9241224d2366c761771634ab9,0,0,0,0,0,
+20200412,DC,1875,8765,,,,,,,,493,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,50,,2020-04-11T00:00:00Z,11,97,504,10640,10640,601,10640,3,0,0c64e426edc73e7c57f40b280406525d8d781bef,0,0,0,0,0,
+20200412,DE,1479,9624,,190,,,,,,191,A,4/11/2020 13:30,2020-04-11T13:30:00Z,04/11 09:30,33,,2020-04-11T13:30:00Z,10,0,0,11103,11103,0,11103,0,0,cceddc7f44f9ee5ba27be5900492b82fecb33426,0,0,0,0,0,
+20200412,FL,19355,163398,1297,,2772,,,,,,A,4/12/2020 11:23,2020-04-12T11:23:00Z,04/12 07:23,465,2772,2020-04-12T11:23:00Z,12,861,8959,184050,182753,9820,182753,27,111,c50b4b70e14e3ff6d02dbb2304cc7e9e6971bf24,0,0,0,0,0,
+20200412,GA,12452,42001,,,2505,,,,,,A,4/12/2020 11:27,2020-04-12T11:27:00Z,04/12 07:27,433,2505,2020-04-12T11:27:00Z,13,293,2445,54453,54453,2738,54453,5,26,9c4bf7e0881df30d8a3bc5817a20b89c6069b415,0,0,0,0,0,
+20200412,GU,133,693,,13,,2,,2,,58,,4/11/2020 07:40,2020-04-11T07:40:00Z,04/11 03:40,5,,2020-04-11T07:40:00Z,66,0,0,826,826,0,826,0,0,35b27763d30a8950abc2ec0f50d77400051731c3,0,0,0,0,0,
+20200412,HI,486,17482,,,44,,6,,2,300,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,8,44,2020-04-11T18:00:00Z,15,21,416,17968,17968,437,17968,0,1,e7162a4864b6b86495599bf4d273c36c593855a1,0,0,0,0,0,
+20200412,IA,1587,16005,,129,,55,,30,,674,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,41,,2020-04-12T00:00:00Z,19,77,383,17592,17592,460,17592,7,0,b00322876362ee4aa609a85e6a13dd1ee87229a1,0,0,0,0,0,
+20200412,ID,1407,12901,,,131,,38,,,,A,4/11/2020 19:00,2020-04-11T19:00:00Z,04/11 15:00,27,131,2020-04-11T19:00:00Z,16,11,533,14308,14308,544,14308,2,3,981f2c70fd5a21cf472ab7af70a0b9f18534435e,0,0,0,0,0,
+20200412,IL,20852,79883,,3680,,1166,,821,,,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,720,,2020-04-12T00:00:00Z,17,1672,6914,100735,100735,8586,100735,43,0,6a784968753f6958f9522c816e15eff0c11abd4a,0,0,0,0,0,
+20200412,IN,7928,34561,,,,820,,497,,,B,4/11/2020 11:59,2020-04-11T11:59:00Z,04/11 07:59,343,,2020-04-11T11:59:00Z,18,493,2781,42489,42489,3274,42489,13,0,6fd349775284b14b2e007ff544d6459db74b4b40,0,0,0,0,0,
+20200412,KS,1337,11916,,,298,,,,,,B,4/12/2020 12:00,2020-04-12T12:00:00Z,04/12 08:00,56,298,2020-04-12T12:00:00Z,20,69,841,13253,13253,910,13253,1,5,459abdd3e10d408d91679041cc57e7d01aa5f250,0,0,0,0,0,
+20200412,KY,1840,22727,,271,459,105,177,,,464,A,4/11/2020 17:00,2020-04-11T17:00:00Z,04/11 13:00,94,459,2020-04-11T17:00:00Z,21,147,132,24567,24567,279,24567,4,0,41b625c700696c9ee309dae41709440611801ba0,0,0,0,0,0,
+20200412,LA,20595,83450,,2084,,,,458,,,A,4/12/2020 13:00,2020-04-12T13:00:00Z,04/12 09:00,840,,2020-04-12T13:00:00Z,22,581,6549,104045,104045,7130,104045,34,0,cba7c55e22f8c959b85451fb58cec5a3db8dec47,0,0,0,0,0,
+20200412,MA,25381,91463,,2514,2514,,,,,,B,4/12/2020 16:00,2020-04-12T16:00:00Z,04/12 12:00,1056,2514,2020-04-12T16:00:00Z,25,2615,5348,116844,116844,7963,116844,110,7,66677629ad9b7ff01d8983916af3e5c3a8ea0f3e,0,0,0,0,0,
+20200412,MD,8225,41539,,,1860,,,,,456,A,4/12/2020 10:00,2020-04-12T10:00:00Z,04/12 06:00,335,1860,2020-04-12T10:00:00Z,24,531,1995,49764,49764,2526,49764,37,151,46fb686354afca304fc413f5446e9241e9cded54,0,0,0,0,0,
+20200412,ME,633,6088,,,120,,,,,266,A,4/12/2020 10:30,2020-04-12T10:30:00Z,04/12 06:30,19,120,2020-04-12T10:30:00Z,23,17,0,6721,6721,17,6721,0,6,c937e6b20f301c50cbb11ca3568e361ba500f63e,0,0,0,0,0,
+20200412,MI,24638,54799,,3636,,1582,,1441,,433,B,4/12/2020 11:00,2020-04-12T11:00:00Z,04/12 07:00,1487,,2020-04-12T11:00:00Z,26,645,2778,79437,79437,3423,79437,95,0,f35a158f9d1d158db8cdb1435a8436a01a939d55,0,0,0,0,0,
+20200412,MN,1621,35800,,157,361,74,146,,,772,A,4/11/2020 21:00,2020-04-11T21:00:00Z,04/11 17:00,70,361,2020-04-11T21:00:00Z,27,194,1823,37421,37421,2017,37421,6,21,f90c99dfa8166ee8459aac844a96b019274e7463,0,0,0,0,0,
+20200412,MO,4160,41040,,988,,,,,,,A,4/12/2020 15:00,2020-04-12T15:00:00Z,04/12 11:00,110,,2020-04-12T15:00:00Z,29,136,1892,45200,45200,2028,45200,1,0,f116d08e72e8bc6161c67deac9f4c90b92c2f0f4,0,0,0,0,0,
+20200412,MP,11,27,9,,,,,,,,,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,2,,2020-04-11T00:00:00Z,69,0,0,47,38,0,38,0,0,25f263d556ed2ec387423abd8f625d0cfa83730b,0,0,0,0,0,
+20200412,MS,2781,18632,,,548,,,,,,A,4/11/2020 19:00,2020-04-11T19:00:00Z,04/11 15:00,96,548,2020-04-11T19:00:00Z,28,139,0,21413,21413,139,21413,3,20,eca0298c8e55518e4286bb1804a491ae9b761c7e,0,0,0,0,0,
+20200412,MT,387,8526,,22,47,,,,,169,A,4/12/2020 10:21,2020-04-12T10:21:00Z,04/12 06:21,6,47,2020-04-12T10:21:00Z,30,10,322,8913,8913,332,8913,0,1,cb3f43e4979e93105a710e6a7878f411aca469fd,0,0,0,0,0,
+20200412,NC,4520,57619,,331,,,,,,,A,4/12/2020 10:45,2020-04-12T10:45:00Z,04/12 06:45,81,,2020-04-12T10:45:00Z,37,208,1538,62139,62139,1746,62139,1,0,aaa73f0eacd830079661fe0deccada6372f788ff,0,0,0,0,0,
+20200412,ND,308,10042,,12,39,,,,,121,B,4/12/2020 12:58,2020-04-12T12:58:00Z,04/12 08:58,8,39,2020-04-12T12:58:00Z,38,15,255,10350,10350,270,10350,1,3,8c7e90cb148a48a4d736da8912ce42b05dfa827d,0,0,0,0,0,
+20200412,NE,791,9900,,,,,,,,,A,4/12/2020 13:40,2020-04-12T13:40:00Z,04/12 09:40,17,,2020-04-12T13:40:00Z,31,91,615,10691,10691,706,10691,0,0,7d7715107cbef82cc1a6304e456b47f1635ce751,0,0,0,0,0,
+20200412,NH,929,9996,119,,146,,,,,236,B,4/11/2020 09:00,2020-04-11T09:00:00Z,04/11 05:00,23,146,2020-04-11T09:00:00Z,33,44,388,11044,10925,432,10925,1,12,bf99b8064446fd81b42c455b6ac15cfc00e06310,0,0,0,0,0,
+20200412,NJ,61850,64885,,7604,,1914,,1644,,,A,4/12/2020 13:00,2020-04-12T13:00:00Z,04/12 09:00,2350,,2020-04-12T13:00:00Z,34,3699,2843,126735,126735,6542,126735,167,0,b58a38945c980410ce36754c60c8562bacca101a,0,0,0,0,0,
+20200412,NM,1174,27518,,78,,,,18,,235,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,20,,2020-04-11T00:00:00Z,35,83,1511,28692,28692,1594,28692,1,0,4e43c979c05cba60fb8c6f5254428a2325d9cb94,0,0,0,0,0,
+20200412,NV,2836,21775,,282,,,,,,,A,4/12/2020 10:30,2020-04-12T10:30:00Z,04/12 06:30,112,,2020-04-12T10:30:00Z,32,136,888,24611,24611,1024,24611,10,0,1190906d511d19fb2d7b612ea959a13c33591b98,0,0,0,0,0,
+20200412,NY,188694,272907,,18707,50919,5198,,,,23887,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,9385,50919,2020-04-12T00:00:00Z,36,8236,12385,461601,461601,20621,461601,758,2622,86bbfde5028d89000e9e4f629e13dedcf71fb88b,0,0,0,0,0,
+20200412,OH,6604,56639,,,1948,,595,,,,B,4/12/2020 14:00,2020-04-12T14:00:00Z,04/12 10:00,253,1948,2020-04-12T14:00:00Z,39,354,2418,63243,63243,2772,63243,6,89,f9d9f307fa39076dab8383d04b8608d6f2aacd8b,0,0,0,0,0,
+20200412,OK,1970,20790,,383,446,191,,,,865,B,4/12/2020 08:00,2020-04-12T08:00:00Z,04/12 04:00,96,446,2020-04-12T08:00:00Z,40,102,0,22760,22760,102,22760,2,0,11006c57fd7452d3c3245716aebbcbc8980796e9,0,0,0,0,0,
+20200412,OR,1527,28231,,295,359,81,,52,,,A,4/12/2020 11:00,2020-04-12T11:00:00Z,04/12 07:00,52,359,2020-04-12T11:00:00Z,41,156,2378,29758,29758,2534,29758,4,21,4c6f052552f029cf9fb3468d0de6ffab9fb7f38d,0,0,0,0,0,
+20200412,PA,22833,102057,,2097,,,,649,,,A,4/12/2020 12:00,2020-04-12T12:00:00Z,04/12 08:00,507,,2020-04-12T12:00:00Z,42,1178,3559,124890,124890,4737,124890,13,0,b19877f75efb18f20a677a62214dd9872224dad3,0,0,0,0,0,
+20200412,PR,897,5819,1251,,,,,,,,A,4/12/2020 07:00,2020-04-12T07:00:00Z,04/12 03:00,44,,2020-04-12T07:00:00Z,72,109,236,7967,6716,345,6716,2,0,c32d04c5947c02326d85610f25bd79325e051d4c,0,0,0,0,0,
+20200412,RI,2665,17685,,201,,50,,26,,35,B,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,63,,2020-04-12T00:00:00Z,44,316,1827,20350,20350,2143,20350,7,0,a49c3f227f2877f46f2ed4d2a3545069b93196db,0,0,0,0,0,
+20200412,SC,3319,28106,,,496,,,,,,B,4/12/2020 15:30,2020-04-12T15:30:00Z,04/12 11:30,82,496,2020-04-12T15:30:00Z,45,112,1220,31425,31425,1332,31425,2,0,16a72208a4196a2c4ac6e0564701a09f97431db1,0,0,0,0,0,
+20200412,SD,730,7823,0,,43,,,,,197,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,6,43,2020-04-11T18:00:00Z,46,104,445,8553,8553,549,8553,0,10,cf81ad4069ed8784a83a50f46cd73a2bda7d91b0,0,0,0,0,0,
+20200412,TN,5308,65369,,,567,,,,,1504,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,101,567,2020-04-11T15:00:00Z,47,194,3655,70677,70677,3849,70677,0,11,64b19ecaeb90057a81e27eb4ec00a3d9fca3a815,0,0,0,0,0,
+20200412,TX,13484,111049,,1338,,,,,,2014,A,4/11/2020 21:00,2020-04-11T21:00:00Z,04/11 17:00,271,,2020-04-11T21:00:00Z,48,923,3077,124533,124533,4000,124533,17,0,cd99b1e722c8294619b0f46efced45f1de0c6f86,0,0,0,0,0,
+20200412,UT,2303,41931,,,195,,,,,,A,4/12/2020 15:00,2020-04-12T15:00:00Z,04/12 11:00,18,195,2020-04-12T15:00:00Z,49,97,1591,44234,44234,1688,44234,0,5,753025592c78c342d23f5eb4bb0637983693c0c5,0,0,0,0,0,
+20200412,VA,5274,34711,521,751,,440,,294,,,A,4/11/2020 17:00,2020-04-11T17:00:00Z,04/11 13:00,141,,2020-04-11T17:00:00Z,51,197,1789,40506,39985,1986,39985,11,0,1054038c370c89d460b9ccfa8d26778649cf65ac,0,0,0,0,0,
+20200412,VI,51,299,20,3,,,,,,43,,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,1,,2020-04-10T00:00:00Z,78,0,0,370,350,0,350,0,0,90aac9cf6c04e29ffaebd9d306a2e9b1b7ae4997,0,0,0,0,0,
+20200412,VT,754,8724,,34,,,,,,15,A,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,27,,2020-04-12T00:00:00Z,50,21,661,9478,9478,682,9478,2,0,fcf0afdf61c5a48c740f059dd6f604cae881c366,0,0,0,0,0,
+20200412,WA,11457,120372,,642,,191,,,,,C,4/12/2020 00:00,2020-04-12T00:00:00Z,04/11 20:00,509,,2020-04-12T00:00:00Z,53,167,1264,131829,131829,1431,131829,15,0,7da15c9db65cd212cb4d46e7ee20cef0a9eea788,0,0,0,0,0,
+20200412,WI,3341,35916,,442,974,179,261,,,,A,4/12/2020 09:46,2020-04-12T09:46:00Z,04/12 05:46,144,974,2020-04-12T09:46:00Z,55,128,1236,39257,39257,1364,39257,7,24,e4d0e32246839f2bf055a56fde5e71755b6e4e89,0,0,0,0,0,
+20200412,WV,611,15646,,81,,36,,24,,83,B,4/12/2020 17:00,2020-04-12T17:00:00Z,04/12 13:00,8,,2020-04-12T17:00:00Z,54,34,771,16257,16257,805,16257,3,0,1c0003f1d4010803a31b25098cd45c0b06eb247b,0,0,0,0,0,
+20200412,WY,261,5198,,,40,,,,,137,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,0,40,2020-04-11T18:00:00Z,56,0,0,5459,5459,0,5459,0,3,c03db9e1ae1efdc4c34c22b0fc87109f3285e7c9,0,0,0,0,0,
+20200411,AK,257,7475,,,31,,,,,63,A,4/11/2020 14:45,2020-04-11T14:45:00Z,04/11 10:45,8,31,2020-04-11T14:45:00Z,02,11,289,7732,7732,300,7732,1,3,e4bba13f53359c9436a7f9ec00896f1999ce4213,0,0,0,0,0,
+20200411,AL,3191,18058,,,402,,177,,113,,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,91,402,2020-04-11T00:00:00Z,01,223,0,21249,21249,223,21249,11,34,e0cb5fd4c97da70eb32be4e07df87276caaf79db,0,0,0,0,0,
+20200411,AR,1226,17352,,86,130,,43,33,39,340,A,4/11/2020 13:20,2020-04-11T13:20:00Z,04/11 09:20,24,130,2020-04-11T13:20:00Z,05,55,1403,18578,18578,1458,18578,1,0,27da1f1445e8c6c28ed6923a3cdb887fda14440f,0,0,0,0,0,
+20200411,AS,0,3,2,,,,,,,,,3/31/2020 19:16,2020-03-31T19:16:00Z,03/31 15:16,,,2020-03-31T19:16:00Z,60,0,0,5,3,0,3,0,0,eb6eb6f2408d8e98c39abfcd92965f73a929ad95,0,0,0,0,0,
+20200411,AZ,3393,37137,,,,,,,,,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,108,,2020-04-11T00:00:00Z,04,281,2515,40530,40530,2796,40530,11,0,da3f624c0f9bdc21cbea74bf1158070084909aa5,0,0,0,0,0,
+20200411,CA,20615,152604,13200,5236,,1591,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,609,,2020-04-09T00:00:00Z,06,1143,7213,186419,173219,8356,173219,68,0,ee3467348f2edce83bdf1a38a61bd7b9d1be81e4,0,0,0,0,0,
+20200411,CO,6510,26143,,841,1312,,,,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,250,1312,2020-04-09T00:00:00Z,08,0,0,32653,32653,0,32653,0,0,54b763187ce27de3eec1a983bf24e37a1a380227,0,0,0,0,0,
+20200411,CT,11510,28321,,1593,,,,,,,A,4/11/2020 15:30,2020-04-11T15:30:00Z,04/11 11:30,494,,2020-04-11T15:30:00Z,09,972,2571,39831,39831,3543,39831,46,0,d887f31a475273b5dd05cfa90ae2ad4f0780a6aa,0,0,0,0,0,
+20200411,DC,1778,8261,,,,,,,,447,A,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,47,,2020-04-10T10:00:00Z,11,118,566,10039,10039,684,10039,9,0,c42778dd685197897f63774aad1dfe03a7f50fe6,0,0,0,0,0,
+20200411,DE,1479,9624,,190,,,,,,191,A,4/11/2020 13:30,2020-04-11T13:30:00Z,04/11 09:30,33,,2020-04-11T13:30:00Z,10,153,-791,11103,11103,-638,11103,10,0,38884154603aeb4b402df0936a06e34fa91fe63e,0,0,0,0,0,
+20200411,FL,18494,154439,1418,,2661,,,,,,A,4/11/2020 11:30,2020-04-11T11:30:00Z,04/11 07:30,438,2661,2020-04-11T11:30:00Z,12,963,9140,174351,172933,10103,172933,48,174,405b725e18414d91adb88592c12c4d41011c23d3,0,0,0,0,0,
+20200411,GA,12159,39556,,,2479,,,,,,A,4/11/2020 11:28,2020-04-11T11:28:00Z,04/11 07:28,428,2479,2020-04-11T11:28:00Z,13,676,4892,51715,51715,5568,51715,12,128,74dfa242ca50d3659dedba025e7828da81c62350,0,0,0,0,0,
+20200411,GU,133,693,,14,,2,,2,,58,,4/11/2020 07:40,2020-04-11T07:40:00Z,04/11 03:40,5,,2020-04-11T07:40:00Z,66,3,31,826,826,34,826,1,0,0687e2216cadd44583ff56639047924925348ebd,0,0,0,0,0,
+20200411,HI,465,17066,,,43,,6,,2,284,A,4/10/2020 18:00,2020-04-10T18:00:00Z,04/10 14:00,8,43,2020-04-10T18:00:00Z,15,23,1359,17531,17531,1382,17531,2,1,7449f114a654a8f8048e87925b3d4802fd09fb3d,0,0,0,0,0,
+20200411,IA,1510,15622,,118,,55,,30,,585,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,34,,2020-04-11T00:00:00Z,19,122,1057,17132,17132,1179,17132,3,0,656bb570e18543cfd23034adf9aae1b8e252a191,0,0,0,0,0,
+20200411,ID,1396,12368,,,128,,35,,,,A,4/10/2020 19:00,2020-04-10T19:00:00Z,04/10 15:00,25,128,2020-04-10T19:00:00Z,16,43,627,13764,13764,670,13764,1,1,4a646e1a43860c81a26b193376e8d856792d2be3,0,0,0,0,0,
+20200411,IL,19180,72969,,3680,,1166,,821,,,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,677,,2020-04-11T00:00:00Z,17,1293,3329,92149,92149,4622,92149,81,0,711e1329faf7f1e9199423767b3e18413fbaf69f,0,0,0,0,0,
+20200411,IN,7435,31780,,,,820,,497,,,B,4/10/2020 23:59,2020-04-10T23:59:00Z,04/10 19:59,330,,2020-04-10T23:59:00Z,18,528,3647,39215,39215,4175,39215,30,0,4cb0d3e7166236bf19bac13e66bf6b01050bfb2e,0,0,0,0,0,
+20200411,KS,1268,11075,,,293,,,,,,B,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,55,293,2020-04-11T11:00:00Z,20,102,827,12343,12343,929,12343,5,19,c9a6aadcc0c3ba54d3f4905c3f6f29f6c69f08ef,0,0,0,0,0,
+20200411,KY,1693,22595,,271,459,105,177,,,464,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,90,459,2020-04-10T17:00:00Z,21,0,0,24288,24288,0,24288,0,0,486cce3cf756ae19e99d076f945587ba487444e4,0,0,0,0,0,
+20200411,LA,20014,76901,,2067,,,,470,,,A,4/11/2020 13:00,2020-04-11T13:00:00Z,04/11 09:00,806,,2020-04-11T13:00:00Z,22,761,3874,96915,96915,4635,96915,51,0,443dfe86735940da13f0f4b83944bac13515988d,0,0,0,0,0,
+20200411,MA,22766,86115,,2507,2507,,,,,,B,4/11/2020 12:30,2020-04-11T12:30:00Z,04/11 08:30,946,2507,2020-04-11T12:30:00Z,25,1888,4551,108881,108881,6439,108881,114,72,73e23109d7c55f86a5eafa2cd134d65b9dcd1f6a,0,0,0,0,0,
+20200411,MD,7694,39544,,,1709,,,,,431,A,4/11/2020 10:00,2020-04-11T10:00:00Z,04/11 06:00,298,1709,2020-04-11T10:00:00Z,24,726,2064,47238,47238,2790,47238,43,296,b67b6d30eee9e6de9ff617e72cc73956e592fcc7,0,0,0,0,0,
+20200411,ME,616,6088,,,114,,,,,256,A,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,19,114,2020-04-11T11:00:00Z,23,30,0,6704,6704,30,6704,2,3,d1c45e489512abc98b5a5ca81626f9b573b48795,0,0,0,0,0,
+20200411,MI,23993,52021,,3636,,1582,,1441,,595,B,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,1392,,2020-04-11T11:00:00Z,26,1210,2760,76014,76014,3970,76014,111,0,fd91ae93c5f272dca0e41f095103cf701fa8e149,0,0,0,0,0,
+20200411,MN,1427,33977,,145,340,69,138,,,729,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,64,340,2020-04-10T17:00:00Z,27,91,1419,35404,35404,1510,35404,7,23,04b0aa9ef20250cdb43bf63cd9e9323996f9a3a6,0,0,0,0,0,
+20200411,MO,4024,39148,,506,,,,,,,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,109,,2020-04-11T15:00:00Z,29,225,2207,43172,43172,2432,43172,13,0,aa9382ff06507f8d699b69fb46076c0f13708933,0,0,0,0,0,
+20200411,MP,11,27,9,,,,,,,,,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,2,,2020-04-11T00:00:00Z,69,0,0,47,38,0,38,0,0,7ae4a1588460c20eef464f4fceaf6677d6dd502e,0,0,0,0,0,
+20200411,MS,2642,18632,,,528,,,,,,A,4/10/2020 19:00,2020-04-10T19:00:00Z,04/10 15:00,93,528,2020-04-10T19:00:00Z,28,173,0,21274,21274,173,21274,11,46,1597120166a27ea3b21f9188c90c48ef6b53dd7e,0,0,0,0,0,
+20200411,MT,377,8204,,21,46,,,,,169,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,6,46,2020-04-10T00:00:00Z,30,12,272,8581,8581,284,8581,0,5,21a42d04ba96e38f2adef0ed4ba0ea1c0f187216,0,0,0,0,0,
+20200411,NC,4312,56081,,362,,,,,,,A,4/11/2020 11:00,2020-04-11T11:00:00Z,04/11 07:00,80,,2020-04-11T11:00:00Z,37,404,2344,60393,60393,2748,60393,6,0,b0ac0bc9eaeab68a911dfc9308e65be8eff15edb,0,0,0,0,0,
+20200411,ND,293,9787,,10,36,,,,,119,B,4/11/2020 13:00,2020-04-11T13:00:00Z,04/11 09:00,7,36,2020-04-11T13:00:00Z,38,15,457,10080,10080,472,10080,1,0,a0f33e43b4ed2baecf7d2497057911e90dada41f,0,0,0,0,0,
+20200411,NE,700,9285,,,,,,,,,A,4/11/2020 14:00,2020-04-11T14:00:00Z,04/11 10:00,17,,2020-04-11T14:00:00Z,31,65,566,9985,9985,631,9985,2,0,6f1fce371c2a28884d48ea917accdf9edae1323d,0,0,0,0,0,
+20200411,NH,885,9608,93,,134,,,,,234,B,4/9/2020 09:00,2020-04-09T09:00:00Z,04/09 05:00,22,134,2020-04-09T09:00:00Z,33,66,469,10586,10493,535,10493,1,10,c736540d017dcc4e6eb9c8a19759001226078cad,0,0,0,0,0,
+20200411,NJ,58151,62042,,7618,,1746,,1650,,,A,4/11/2020 13:00,2020-04-11T13:00:00Z,04/11 09:00,2183,,2020-04-11T13:00:00Z,34,3563,3107,120193,120193,6670,120193,251,0,19429c5f9057e57e1f9a56247946da64cc54a2e4,0,0,0,0,0,
+20200411,NM,1091,26007,,75,,,,18,,235,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,19,,2020-04-10T00:00:00Z,35,0,0,27098,27098,0,27098,0,0,543f66d786d0499d5d1458cb4fac47b001849143,0,0,0,0,0,
+20200411,NV,2700,20887,,282,,,,,,,A,4/11/2020 10:30,2020-04-11T10:30:00Z,04/11 06:30,102,,2020-04-11T10:30:00Z,32,116,722,23587,23587,838,23587,16,0,f3fcd3376536545cfe40cb3fcd6e67ef3681dfff,0,0,0,0,0,
+20200411,NY,180458,260522,,18654,48297,5009,,,,22025,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,8627,48297,2020-04-11T00:00:00Z,36,9946,13149,440980,440980,23095,440980,783,2529,db95fb63f83fb542ff9efd635ef0a1842f4c2cfe,0,0,0,0,0,
+20200411,OH,6250,54221,,,1859,,572,,,,B,4/11/2020 14:00,2020-04-11T14:00:00Z,04/11 10:00,247,1859,2020-04-11T14:00:00Z,39,372,1526,60471,60471,1898,60471,16,104,055f719863c9b212327a5f996d69b2248d774243,0,0,0,0,0,
+20200411,OK,1868,20790,,383,446,191,,,,865,B,4/11/2020 08:00,2020-04-11T08:00:00Z,04/11 04:00,94,446,2020-04-11T08:00:00Z,40,74,420,22658,22658,494,22658,6,18,6f479ff5cd85e0268827e3a41e93cd5036e3ebdd,0,0,0,0,0,
+20200411,OR,1371,25853,,140,338,58,,46,,,A,4/10/2020 11:00,2020-04-10T11:00:00Z,04/10 07:00,48,338,2020-04-10T11:00:00Z,41,50,1547,27224,27224,1597,27224,4,12,cf435a197fa9e0ce08a097d2120ab4b0e2b344d9,0,0,0,0,0,
+20200411,PA,21655,98498,,2115,,,,639,,,A,4/11/2020 12:00,2020-04-11T12:00:00Z,04/11 08:00,494,,2020-04-11T12:00:00Z,42,1676,5458,120153,120153,7134,120153,78,0,0b1156aa3a2bcfbd96e5f0d851c737080cb1e3ca,0,0,0,0,0,
+20200411,PR,788,5583,1332,,,,,,,,A,4/11/2020 07:00,2020-04-11T07:00:00Z,04/11 03:00,42,,2020-04-11T07:00:00Z,72,63,462,7703,6371,525,6371,3,0,5ef9ccf5dc2cbb1229ed804404c876b6018dd512,0,0,0,0,0,
+20200411,RI,2349,15858,,183,,50,,26,,35,B,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,56,,2020-04-11T00:00:00Z,44,334,3577,18207,18207,3911,18207,7,0,e2fc4410886f041b577212f610dccfab405bd670,0,0,0,0,0,
+20200411,SC,3207,26886,,,496,,,,,,B,4/11/2020 15:31,2020-04-11T15:31:00Z,04/11 11:31,80,496,2020-04-11T15:31:00Z,45,142,1768,30093,30093,1910,30093,8,0,e690b3fa5169f89191efa36820d5fc9153b49489,0,0,0,0,0,
+20200411,SD,626,7378,2,,33,,,,,189,A,4/10/2020 18:00,2020-04-10T18:00:00Z,04/10 14:00,6,33,2020-04-10T18:00:00Z,46,90,267,8006,8004,357,8004,0,4,619ce7c901a09f5800d7e33fcfceda5116251dbc,0,0,0,0,0,
+20200411,TN,5114,61714,,,556,,,,,1386,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,101,556,2020-04-11T15:00:00Z,47,252,3777,66828,66828,4029,66828,3,20,68c117e57e1c38f784495c72abf2c45909cc5bc9,0,0,0,0,0,
+20200411,TX,12561,107972,,1514,,,,,,1617,A,4/11/2020 12:40,2020-04-11T12:40:00Z,04/11 08:40,254,,2020-04-11T12:40:00Z,48,890,3925,120533,120533,4815,120533,28,0,34cac01ffc6fe4af5d2e1522b4f579ef595e508a,0,0,0,0,0,
+20200411,UT,2206,40340,,,190,,,,,,A,4/11/2020 15:00,2020-04-11T15:00:00Z,04/11 11:00,18,190,2020-04-11T15:00:00Z,49,104,1680,42546,42546,1784,42546,1,7,d87d049fb6ccd5f443bff8202cd670de316274bd,0,0,0,0,0,
+20200411,VA,5077,32922,517,1252,,426,,283,,,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,130,,2020-04-10T17:00:00Z,51,568,1972,38516,37999,2540,37999,9,-772,5d0a1615993a369f1d5bad95ed8b22f5c3be29bd,0,0,0,0,0,
+20200411,VI,51,299,20,3,,,,,,43,,4/11/2020 09:30,2020-04-11T09:30:00Z,04/11 05:30,1,,2020-04-11T09:30:00Z,78,1,26,370,350,27,350,0,0,da1ba1ef475e0e5dc155d89a0f18dfb8869b3354,0,0,0,0,0,
+20200411,VT,733,8063,,77,,,,,,15,A,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,25,,2020-04-11T00:00:00Z,50,20,561,8796,8796,581,8796,1,0,67b8fdf9e1885a52bb6acbe9bd90ba21430d848b,0,0,0,0,0,
+20200411,WA,11290,119108,,649,,191,,,,,C,4/11/2020 00:00,2020-04-11T00:00:00Z,04/10 20:00,494,,2020-04-11T00:00:00Z,53,210,1867,130398,130398,2077,130398,18,0,0e1fd39b6c2c87f566c59decd6bcc3a77602860e,0,0,0,0,0,
+20200411,WI,3213,34680,,444,950,179,257,,,,A,4/11/2020 01:00,2020-04-11T01:00:00Z,04/10 21:00,137,950,2020-04-11T01:00:00Z,55,145,1455,37893,37893,1600,37893,9,46,252558462e2d71760f70149dfc05d73b13455c9e,0,0,0,0,0,
+20200411,WV,577,14875,,85,,40,,22,,63,B,4/11/2020 10:00,2020-04-11T10:00:00Z,04/11 06:00,5,,2020-04-11T10:00:00Z,54,23,874,15452,15452,897,15452,0,0,f93adff624920f38a2abef2875462ef728e69f22,0,0,0,0,0,
+20200411,WY,261,5198,,,37,,,,,129,A,4/11/2020 18:00,2020-04-11T18:00:00Z,04/11 14:00,0,37,2020-04-11T18:00:00Z,56,8,462,5459,5459,470,5459,0,0,1437191eb64dd149753e7c571b7e88bbe22c28fd,0,0,0,0,0,
+20200410,AK,246,7186,,,28,,,,,55,A,4/10/2020 15:30,2020-04-10T15:30:00Z,04/10 11:30,7,28,2020-04-10T15:30:00Z,02,11,198,7432,7432,209,7432,0,1,f4f360911ea133d1dc271ec691371e52a10563ba,0,0,0,0,0,
+20200410,AL,2968,18058,,,368,,,,,,B,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,80,368,2020-04-10T00:00:00Z,01,199,0,21026,21026,199,21026,6,35,415df472e595d831ecb87c6084c7825fdd6aca76,0,0,0,0,0,
+20200410,AR,1171,15949,,86,130,,43,33,39,312,A,4/10/2020 14:36,2020-04-10T14:36:00Z,04/10 10:36,23,130,2020-04-10T14:36:00Z,05,52,2117,17120,17120,2169,17120,2,0,ca408bd80a736586f1d5a1dd7fb81a803a01c5b7,0,0,0,0,0,
+20200410,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,31dac57132c7a2a3b1edf1896c7b5df91ab45897,0,0,0,0,0,
+20200410,AZ,3112,34622,,,,,,,,,B,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,97,,2020-04-10T00:00:00Z,04,94,462,37734,37734,556,37734,8,0,4858df0a5a41f44a5ff1be7c9f64b6a74b7bf6c8,0,0,0,0,0,
+20200410,CA,19472,145391,13900,2897,,1145,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,541,,2020-04-09T00:00:00Z,06,1163,200,178763,164863,1363,164863,49,0,3212c78556a29f3a0857021bb91ad5ff498ef8ae,0,0,0,0,0,
+20200410,CO,6510,26143,,842,1312,,,,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,250,1312,2020-04-08T00:00:00Z,08,855,2599,32653,32653,3454,32653,57,150,45d5e507f0bc03b7464283e2d2186be173b74d85,0,0,0,0,0,
+20200410,CT,10538,25750,,1562,,,,,,,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,448,,2020-04-10T17:00:00Z,09,754,2032,36288,36288,2786,36288,68,0,7a8ecd122df8cc2c2f918b95eeb165f3a56f8454,0,0,0,0,0,
+20200410,DC,1660,7695,,,,,,,,426,A,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,38,,2020-04-10T10:00:00Z,11,137,494,9355,9355,631,9355,6,0,da52fe3013e6b735c51d6b0f108b1955cc18de8c,0,0,0,0,0,
+20200410,DE,1326,10415,,181,,,,,,177,A,4/10/2020 14:00,2020-04-10T14:00:00Z,04/10 10:00,23,,2020-04-10T14:00:00Z,10,119,1732,11741,11741,1851,11741,0,0,028d4d71780d28f85170bec2c8bec1e90ea905c1,0,0,0,0,0,
+20200410,FL,17531,145299,1411,,2487,,,,,,A,4/10/2020 11:30,2020-04-10T11:30:00Z,04/10 07:30,390,2487,2020-04-10T11:30:00Z,12,1167,9114,164241,162830,10281,162830,36,219,94ec2521c89bbfad53063cdf76572f67f1ef95bd,0,0,0,0,0,
+20200410,GA,11483,34664,,,2351,,,,,,A,4/10/2020 11:28,2020-04-10T11:28:00Z,04/10 07:28,416,2351,2020-04-10T11:28:00Z,13,917,4145,46147,46147,5062,46147,37,192,fe3a1d8acea9fe1d6185ced3afeb1592b02c80a7,0,0,0,0,0,
+20200410,GU,130,662,,14,,2,,2,,41,,4/9/2020 20:45,2020-04-09T20:45:00Z,04/09 16:45,4,,2020-04-09T20:45:00Z,66,2,69,792,792,71,792,0,0,4d8952c216f84e4425ef37460a495457b7a85378,0,0,0,0,0,
+20200410,HI,442,15707,,,42,,6,,2,251,A,4/9/2020 18:00,2020-04-09T18:00:00Z,04/09 14:00,6,42,2020-04-09T18:00:00Z,15,7,391,16149,16149,398,16149,1,0,70963c4ae8e995d58d6af7b26786aaf981f9c57f,0,0,0,0,0,
+20200410,IA,1388,14565,,125,,55,,30,,506,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,31,,2020-04-10T00:00:00Z,19,118,862,15953,15953,980,15953,2,0,11f5ab047de42a39ca006f41a22636c475263ca7,0,0,0,0,0,
+20200410,ID,1353,11741,,,127,,33,,,,A,4/9/2020 19:00,2020-04-09T19:00:00Z,04/09 15:00,24,127,2020-04-09T19:00:00Z,16,121,442,13094,13094,563,13094,6,14,7518e7f82405ef766774a3c566cbb563ae64437e,0,0,0,0,0,
+20200410,IL,17887,69640,,3680,,1166,,821,,,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,596,,2020-04-10T00:00:00Z,17,1465,5205,87527,87527,6670,87527,68,0,792cd17b67a1adf3ade084c4a2e79aad7fc4894a,0,0,0,0,0,
+20200410,IN,6907,28133,,,,820,,497,,,B,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,300,,2020-04-10T10:00:00Z,18,556,2351,35040,35040,2907,35040,55,0,65be93ee6bb50965ac361d7f9cf6ad3c4ad9a2a5,0,0,0,0,0,
+20200410,KS,1166,10248,,,274,,,,,,B,4/10/2020 09:30,2020-04-10T09:30:00Z,04/10 05:30,50,274,2020-04-10T09:30:00Z,20,60,579,11414,11414,639,11414,8,11,20197d21e896d830bbf379ffe6cc7131cea9c7f3,0,0,0,0,0,
+20200410,KY,1693,22595,,271,459,105,177,,,464,A,4/10/2020 17:00,2020-04-10T17:00:00Z,04/10 13:00,90,459,2020-04-10T17:00:00Z,21,347,2140,24288,24288,2487,24288,17,459,7b69ca0b3ee1924b9cc72658970c90487b5fcd3e,0,0,0,0,0,
+20200410,LA,19253,73027,,2054,,,,479,,,A,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,755,,2020-04-10T13:00:00Z,22,970,4391,92280,92280,5361,92280,53,0,e9720faca4f276f117ec7a088daabdc49922ba5d,0,0,0,0,0,
+20200410,MA,20878,81564,,2435,2435,,,,,,B,4/10/2020 12:30,2020-04-10T12:30:00Z,04/10 08:30,832,2435,2020-04-10T12:30:00Z,25,2035,5418,102442,102442,7453,102442,107,133,2aa573a8c1aa5b5f7823dc7921753dcbc34e4115,0,0,0,0,0,
+20200410,MD,6968,37480,,,1413,,,,,397,A,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,255,1413,2020-04-10T10:00:00Z,24,783,2136,44448,44448,2919,44448,34,65,df5c9026220b325ab25f5456a1103ff795d8ec64,0,0,0,0,0,
+20200410,ME,586,6088,,,111,,,,,246,A,4/10/2020 12:00,2020-04-10T12:00:00Z,04/10 08:00,17,111,2020-04-10T12:00:00Z,23,26,0,6674,6674,26,6674,1,6,3f5c6f02ac5affe1f87068608f62efd26fd08f61,0,0,0,0,0,
+20200410,MI,22783,49261,,3823,,1663,,1394,,56,B,4/10/2020 11:00,2020-04-10T11:00:00Z,04/10 07:00,1281,,2020-04-10T11:00:00Z,26,1279,3711,72044,72044,4990,72044,205,0,63d5ec36d2ffec1b9007f3d6301f14efcf72cc4c,0,0,0,0,0,
+20200410,MN,1336,32558,,143,317,64,131,,,675,A,4/9/2020 17:00,2020-04-09T17:00:00Z,04/09 13:00,57,317,2020-04-09T17:00:00Z,27,94,1506,33894,33894,1600,33894,7,24,2c6f77524ce63eca0a2d2916c10368533606bd15,0,0,0,0,0,
+20200410,MO,3799,36941,,568,,,,,,,A,4/10/2020 15:00,2020-04-10T15:00:00Z,04/10 11:00,96,,2020-04-10T15:00:00Z,29,260,1986,40740,40740,2246,40740,19,0,2e62f884a067fedf0ceddf53d147cde5f760177c,0,0,0,0,0,
+20200410,MP,11,27,9,,,,,,,,,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,2,,2020-04-10T00:00:00Z,69,0,0,47,38,0,38,0,0,2a1e93631fc318ec9a7a15eaa3f6553405047b27,0,0,0,0,0,
+20200410,MS,2469,18632,,,482,,,,,,A,4/9/2020 19:00,2020-04-09T19:00:00Z,04/09 15:00,82,482,2020-04-09T19:00:00Z,28,209,0,21101,21101,209,21101,6,41,e2569b107c3f1da3f32f55e9b9b328e54c436046,0,0,0,0,0,
+20200410,MT,365,7932,,29,41,,,,,165,A,4/10/2020 11:25,2020-04-10T11:25:00Z,04/10 07:25,6,41,2020-04-10T11:25:00Z,30,11,426,8297,8297,437,8297,0,5,42ee82ec7d1070e965c76ee0c84e2755d1238a22,0,0,0,0,0,
+20200410,NC,3908,53737,,423,,,,,,,A,4/10/2020 11:00,2020-04-10T11:00:00Z,04/10 07:00,74,,2020-04-10T11:00:00Z,37,257,9579,57645,57645,9836,57645,9,0,b6f11a462de2c580fef95522d5d5c44f6e660f85,0,0,0,0,0,
+20200410,ND,278,9330,,13,36,,,,,105,B,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,6,36,2020-04-10T13:00:00Z,38,9,609,9608,9608,618,9608,1,2,350127b7aec2fc54a8291b87ed23d892c0239a86,0,0,0,0,0,
+20200410,NE,635,8719,,,,,,,,,A,4/10/2020 13:50,2020-04-10T13:50:00Z,04/10 09:50,15,,2020-04-10T13:50:00Z,31,68,603,9354,9354,671,9354,1,0,29dae4abc9b05d48fc019ac47d38c4176900916b,0,0,0,0,0,
+20200410,NH,819,9139,155,,124,,,,,234,B,4/9/2020 09:00,2020-04-09T09:00:00Z,04/09 05:00,21,124,2020-04-09T09:00:00Z,33,31,376,10113,9958,407,9958,3,6,5719109cda3f4cedb327d792f9a75e3e9849807b,0,0,0,0,0,
+20200410,NJ,54588,58935,,7570,,1679,,1663,,682,A,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,1932,,2020-04-10T13:00:00Z,34,3561,2770,113523,113523,6331,113523,232,0,bf08f65d005a72eacac6439c8ecdd62ff394068b,0,0,0,0,0,
+20200410,NM,1091,26007,,73,,,,18,,217,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,19,,2020-04-10T00:00:00Z,35,226,3065,27098,27098,3291,27098,3,0,b47d0856cc03497a7b581497bef33c8629c53d27,0,0,0,0,0,
+20200410,NV,2584,20165,,282,,,,,,,A,4/10/2020 10:30,2020-04-10T10:30:00Z,04/10 06:30,86,,2020-04-10T10:30:00Z,32,128,850,22749,22749,978,22749,6,0,f9b03982c05ae465c22c5e74b7b98e0041ae2ff7,0,0,0,0,0,
+20200410,NY,170512,247373,,18569,45768,4908,,,,20249,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,7844,45768,2020-04-10T00:00:00Z,36,10575,15761,417885,417885,26336,417885,777,2916,217e9f36cb89ed87c4f198637148b513f81ed2bc,0,0,0,0,0,
+20200410,OH,5878,52695,,,1755,,548,,,,B,4/10/2020 14:00,2020-04-10T14:00:00Z,04/10 10:00,231,1755,2020-04-10T14:00:00Z,39,366,2222,58573,58573,2588,58573,18,143,4189783dcfff21dee75ea24740293274370dc9a8,0,0,0,0,0,
+20200410,OK,1794,20370,,186,428,122,,,,790,B,4/10/2020 08:00,2020-04-10T08:00:00Z,04/10 04:00,88,428,2020-04-10T08:00:00Z,40,110,1775,22164,22164,1885,22164,8,13,64629a33ac63d0f7a8fc0a77a299b571cf05a588,0,0,0,0,0,
+20200410,OR,1321,24306,,146,326,66,,54,,,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,44,326,2020-04-09T11:00:00Z,41,0,0,25627,25627,0,25627,0,0,e9cbfcca5a384c2980f5286fde4f93aa0cbac99a,0,0,0,0,0,
+20200410,PA,19979,93040,,2072,,,,611,,,A,4/10/2020 12:00,2020-04-10T12:00:00Z,04/10 08:00,416,,2020-04-10T12:00:00Z,42,1751,5666,113019,113019,7417,113019,78,0,bb88d1002be2e7d0a335a7eac7a41b0942b9d3b3,0,0,0,0,0,
+20200410,PR,725,5121,1392,,,,,,,,A,4/10/2020 06:00,2020-04-10T06:00:00Z,04/10 02:00,39,,2020-04-10T06:00:00Z,72,42,418,7238,5846,460,5846,6,0,88a6668de7e84f767085fec01cdb978fca6a9baa,0,0,0,0,0,
+20200410,RI,2015,12281,,169,,45,,26,,35,B,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,49,,2020-04-10T00:00:00Z,44,288,1599,14296,14296,1887,14296,6,0,51057f281820ae3648ba880d73615f523600ce0a,0,0,0,0,0,
+20200410,SC,3065,25118,,,496,,,,,,B,4/10/2020 15:49,2020-04-10T15:49:00Z,04/10 11:49,72,496,2020-04-10T15:49:00Z,45,273,543,28183,28183,816,28183,5,255,152f7f2fb49c0db22f8a0bd7a4bb9d19f725ad63,0,0,0,0,0,
+20200410,SD,536,7111,,,29,,,,,177,A,4/9/2020 18:00,2020-04-09T18:00:00Z,04/09 14:00,6,29,2020-04-09T18:00:00Z,46,89,411,7647,7647,500,7647,0,2,61d78f5caebc17dbd3639f9a3bc94cd0380975a0,0,0,0,0,0,
+20200410,TN,4862,57937,,,536,,,,,1145,A,4/10/2020 15:00,2020-04-10T15:00:00Z,04/10 11:00,98,536,2020-04-10T15:00:00Z,47,228,2722,62799,62799,2950,62799,4,31,224e03596eccbaf04fc4afd3ef8eafa485d4b9f5,0,0,0,0,0,
+20200410,TX,11671,104047,,1532,,,,,,1366,A,4/10/2020 13:00,2020-04-10T13:00:00Z,04/10 09:00,226,,2020-04-10T13:00:00Z,48,1441,8143,115718,115718,9584,115718,27,0,8a3173d2400bb7460805d080806d2107ecda81f0,0,0,0,0,0,
+20200410,UT,2102,38660,,,183,,,,,,A,4/10/2020 15:00,2020-04-10T15:00:00Z,04/10 11:00,17,183,2020-04-10T15:00:00Z,49,126,2263,40762,40762,2389,40762,4,15,c68642c8b3171f53c6bc9947b35300f795274086,0,0,0,0,0,
+20200410,VA,4509,30950,521,1238,772,457,,287,,,A,4/10/2020 09:00,2020-04-10T09:00:00Z,04/10 05:00,121,772,2020-04-10T09:00:00Z,51,467,1966,35980,35459,2433,35459,12,87,23413e2bef1dff33346bcefc34cbae79d2e5b7f9,0,0,0,0,0,
+20200410,VI,50,273,45,3,,,,,,43,,4/9/2020 21:30,2020-04-09T21:30:00Z,04/09 17:30,1,,2020-04-09T21:30:00Z,78,4,22,368,323,26,323,0,0,2142acbc977f77be046b91a5d62e4ead5cdc40b1,0,0,0,0,0,
+20200410,VT,713,7502,,32,,,,,,15,A,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,24,,2020-04-10T00:00:00Z,50,33,284,8215,8215,317,8215,1,0,4f165d9b4e752838383e1015cc68f9678b72e49b,0,0,0,0,0,
+20200410,WA,11080,117241,,642,,191,,,,,C,4/10/2020 00:00,2020-04-10T00:00:00Z,04/09 20:00,476,,2020-04-10T00:00:00Z,53,275,4028,128321,128321,4303,128321,17,0,2779f728a0cc52e9a4a22dff77e008835d0b6b0d,0,0,0,0,0,
+20200410,WI,3068,33225,,,904,190,247,,,,A,4/10/2020 16:00,2020-04-10T16:00:00Z,04/10 12:00,128,904,2020-04-10T16:00:00Z,55,183,1801,36293,36293,1984,36293,17,61,e6aecc117170b495335ce9627c8e5cffb4760c41,0,0,0,0,0,
+20200410,WV,554,14001,,85,,20,,22,,63,B,4/10/2020 10:00,2020-04-10T10:00:00Z,04/10 06:00,5,,2020-04-10T10:00:00Z,54,31,661,14555,14555,692,14555,0,0,3465385633b9a57f0824324dffc1915f64d292e6,0,0,0,0,0,
+20200410,WY,253,4736,,,37,,,,,105,A,4/9/2020 18:00,2020-04-09T18:00:00Z,04/09 14:00,0,37,2020-04-09T18:00:00Z,56,23,816,4989,4989,839,4989,0,3,03de4ed90f091779eed99b08f73c9e555a4de60d,0,0,0,0,0,
+20200409,AK,235,6988,,,27,,,,,49,A,4/9/2020 16:00,2020-04-09T16:00:00Z,04/09 12:00,7,27,2020-04-09T16:00:00Z,02,9,146,7223,7223,155,7223,0,0,a09f76e97626d3cf313f1448c580afdf61b3e762,0,0,0,0,0,
+20200409,AL,2769,18058,,,333,,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,74,333,2020-04-09T00:00:00Z,01,400,1305,20827,20827,1705,20827,8,19,7ebf2fb3a7674e732e878b9e5004efe7c5d25635,0,0,0,0,0,
+20200409,AR,1119,13832,,73,130,,43,31,39,288,A,4/9/2020 14:35,2020-04-09T14:35:00Z,04/09 10:35,21,130,2020-04-09T14:35:00Z,05,119,302,14951,14951,421,14951,3,0,df18065ac48d43fc9a3993227ff60003667c8f49,0,0,0,0,0,
+20200409,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,c4cf609612734d37c0902d9d75cd0639f5f30a8f,0,0,0,0,0,
+20200409,AZ,3018,34160,,,,,,,,,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,89,,2020-04-09T00:00:00Z,04,292,2322,37178,37178,2614,37178,9,0,2454a32b436c1740dd71c1c0084e3150ed2ae67f,0,0,0,0,0,
+20200409,CA,18309,145191,14100,2825,,1132,,,,,B,4/8/2020 19:00,2020-04-08T19:00:00Z,04/08 15:00,492,,2020-04-08T19:00:00Z,06,1352,17884,177600,163500,19236,163500,50,0,d0ed64b81e8d3ebdf57805ff45ad3885dc54f084,0,0,0,0,0,
+20200409,CO,5655,23544,,848,1162,,,,,,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,193,1162,2020-04-07T00:00:00Z,08,226,879,29199,29199,1105,29199,14,83,23ceba4df9f278dd7ef67db94494a077063916db,0,0,0,0,0,
+20200409,CT,9784,23718,,1464,,,,,,,A,4/9/2020 16:00,2020-04-09T16:00:00Z,04/09 12:00,380,,2020-04-09T16:00:00Z,09,2003,2463,33502,33502,4466,33502,103,0,8ddbcbf357c60cff638fc530f0214bc3f79b1644,0,0,0,0,0,
+20200409,DC,1523,7201,,,,,,,,393,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,32,,2020-04-08T00:00:00Z,11,83,358,8724,8724,441,8724,5,0,7d2128939ae08a0becc4854021ce695f05efa07a,0,0,0,0,0,
+20200409,DE,1207,8683,,201,,,,,,173,A,4/9/2020 17:00,2020-04-09T17:00:00Z,04/09 13:00,23,,2020-04-09T17:00:00Z,10,279,1055,9890,9890,1334,9890,7,0,d8c4beb18716999c1e7d9994fa165d2284308f7c,0,0,0,0,0,
+20200409,FL,16364,136185,1395,,2268,,,,,,A,4/9/2020 10:00,2020-04-09T10:00:00Z,04/09 06:00,354,2268,2020-04-09T10:00:00Z,12,909,8506,153944,152549,9415,152549,45,206,714d4371e3655d20bf6afc18af3b8cfcd6d243ea,0,0,0,0,0,
+20200409,GA,10566,30519,,,2159,,,,,,A,4/9/2020 11:54,2020-04-09T11:54:00Z,04/09 07:54,379,2159,2020-04-09T11:54:00Z,13,665,1633,41085,41085,2298,41085,17,166,28bf051b7bdf164e0b6dc9eb294dd532fb6e6883,0,0,0,0,0,
+20200409,GU,128,593,,14,,2,,2,,33,,4/9/2020 08:00,2020-04-09T08:00:00Z,04/09 04:00,4,,2020-04-09T08:00:00Z,66,3,31,721,721,34,721,0,0,b418e661ff439ecb6c33b1e25e421e80d9e168d9,0,0,0,0,0,
+20200409,HI,435,15316,,,42,,6,,,113,A,4/8/2020 18:00,2020-04-08T18:00:00Z,04/08 14:00,5,42,2020-04-08T18:00:00Z,15,25,577,15751,15751,602,15751,0,0,560a1709fa48d017c42b16fb11c179432711ebe5,0,0,0,0,0,
+20200409,IA,1270,13703,,122,,,,,,476,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,29,,2020-04-09T00:00:00Z,19,125,882,14973,14973,1007,14973,2,-193,ddca2adc80f76b8d57c01672715b048b7f8b486a,0,0,0,0,0,
+20200409,ID,1232,11299,,,113,,29,,,,A,4/8/2020 19:00,2020-04-08T19:00:00Z,04/08 15:00,18,113,2020-04-08T19:00:00Z,16,22,611,12531,12531,633,12531,3,20,99323072809c36968de3554cd7b07dcf1d8888d2,0,0,0,0,0,
+20200409,IL,16422,64435,,3680,,1166,,821,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,528,,2020-04-09T00:00:00Z,17,1344,4447,80857,80857,5791,80857,66,0,be94932d19b8f5d6d97d0f42ee841d38c82b622d,0,0,0,0,0,
+20200409,IN,6351,25782,,,,924,,507,,,B,4/8/2020 23:59,2020-04-08T23:59:00Z,04/08 19:59,245,,2020-04-08T23:59:00Z,18,408,856,32133,32133,1264,32133,42,0,888c485c1ec312594d63c9f6943ed6352185f48d,0,0,0,0,0,
+20200409,KS,1106,9669,,,263,,,,,,B,4/9/2020 12:00,2020-04-09T12:00:00Z,04/09 08:00,42,263,2020-04-09T12:00:00Z,20,60,532,10775,10775,592,10775,4,40,c3085e6e709aafc11df74acb7dfaab981df86f20,0,0,0,0,0,
+20200409,KY,1346,20455,,,,,,,,,A,4/8/2020 17:00,2020-04-08T17:00:00Z,04/08 13:00,73,,2020-04-08T17:00:00Z,21,197,0,21801,21801,197,21801,8,0,b452e447ca1ea3299fa488c6de1abf6aaf32b023,0,0,0,0,0,
+20200409,LA,18283,68636,,2014,,,,473,,,A,4/9/2020 13:00,2020-04-09T13:00:00Z,04/09 09:00,702,,2020-04-09T13:00:00Z,22,1253,4260,86919,86919,5513,86919,50,0,d200ef7d1cb3c2eed1d8dad658d6e1259e621712,0,0,0,0,0,
+20200409,MA,18843,76146,,2302,2302,,,,,,B,4/9/2020 12:30,2020-04-09T12:30:00Z,04/09 08:30,725,2302,2020-04-09T12:30:00Z,25,2151,5297,94989,94989,7448,94989,110,183,279fc4b069b2d5f5c9a3021a826433ca1e33fa1c,0,0,0,0,0,
+20200409,MD,6185,35344,,,1348,,,,,376,A,4/9/2020 10:00,2020-04-09T10:00:00Z,04/09 06:00,221,1348,2020-04-09T10:00:00Z,24,656,2411,41529,41529,3067,41529,30,138,4f571684832f17d231860a043c6192f2fbc7f5cf,0,0,0,0,0,
+20200409,ME,560,6088,,,105,,,,,202,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,16,105,2020-04-09T11:00:00Z,23,23,0,6648,6648,23,6648,2,4,0c9ea7620ba6099d4fdd5fa3e06b02bc303ca0e6,0,0,0,0,0,
+20200409,MI,21504,45550,,3826,,1628,,1434,,56,B,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,1076,,2020-04-09T11:00:00Z,26,915,0,67054,67054,915,67054,117,0,5abb12a21c94f12b78d15a34aaef27989c957535,0,0,0,0,0,
+20200409,MN,1242,31052,,145,293,63,119,,,625,A,4/9/2020 12:00,2020-04-09T12:00:00Z,04/09 08:00,50,293,2020-04-09T12:00:00Z,27,88,1453,32294,32294,1541,32294,11,22,514947b4cab29796cfb6b71ffd0632c259fe1dc0,0,0,0,0,0,
+20200409,MO,3539,34955,,568,,,,,,,A,4/9/2020 15:00,2020-04-09T15:00:00Z,04/09 11:00,77,,2020-04-09T15:00:00Z,29,212,4172,38494,38494,4384,38494,19,0,914d599ba2506fb6a4116f055ee202faac30848e,0,0,0,0,0,
+20200409,MP,11,27,9,,,,,,,,,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,2,,2020-04-08T00:00:00Z,69,0,0,47,38,0,38,0,0,4e82622d313358a9787026df565b2cbfa06be122,0,0,0,0,0,
+20200409,MS,2260,18632,,,441,,,,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,76,441,2020-04-08T00:00:00Z,28,257,0,20892,20892,257,20892,9,31,c753e2d6aa9faa6052ad4fe62dd9df8d39c3b92f,0,0,0,0,0,
+20200409,MT,354,7506,,13,36,,,,,157,A,4/9/2020 13:33,2020-04-09T13:33:00Z,04/09 09:33,6,36,2020-04-09T13:33:00Z,30,22,440,7860,7860,462,7860,0,5,c343dfadafa0ccd40cc87c5856e48d4c08cdc74b,0,0,0,0,0,
+20200409,NC,3651,44158,,398,,,,,,,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,65,,2020-04-09T11:00:00Z,37,225,4597,47809,47809,4822,47809,12,0,9d1354b4b45a8f65ce286eb537774791c9203cbf,0,0,0,0,0,
+20200409,ND,269,8721,,14,34,,,,,101,B,4/9/2020 13:00,2020-04-09T13:00:00Z,04/09 09:00,5,34,2020-04-09T13:00:00Z,38,18,420,8990,8990,438,8990,1,0,ab12e97ac60f5801fbed38aa9acc02eac348606f,0,0,0,0,0,
+20200409,NE,567,8116,,,,,,,,,A,4/9/2020 13:36,2020-04-09T13:36:00Z,04/09 09:36,14,,2020-04-09T13:36:00Z,31,48,674,8683,8683,722,8683,2,0,6ad831e872d8303445d9076cddd0bc2d55fde2e4,0,0,0,0,0,
+20200409,NH,788,8763,143,,118,,,,,227,B,4/8/2020 09:00,2020-04-08T09:00:00Z,04/08 05:00,18,118,2020-04-08T09:00:00Z,33,0,374,9694,9551,374,9551,0,0,cb755641d730b5d65ab0e87f7f0c62680c5a2053,0,0,0,0,0,
+20200409,NJ,51027,56165,,7363,,1523,,1551,,,A,4/9/2020 08:00,2020-04-09T08:00:00Z,04/09 04:00,1700,,2020-04-09T08:00:00Z,34,3590,3186,107192,107192,6776,107192,196,0,e480460a1976655c0b9e9644e87db8fe0a801ecd,0,0,0,0,0,
+20200409,NM,865,22942,,59,,,,18,,201,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,16,,2020-04-08T00:00:00Z,35,71,1491,23807,23807,1562,23807,3,0,b6a84016d1720ca67d36fc6fae6105dd8a2b9203,0,0,0,0,0,
+20200409,NV,2456,19315,,282,,,,,,,A,4/9/2020 09:30,2020-04-09T09:30:00Z,04/09 05:30,80,,2020-04-09T09:30:00Z,32,138,1067,21771,21771,1205,21771,9,0,c7e30443f97c18a9a368fc45d57da559fb89dc11,0,0,0,0,0,
+20200409,NY,159937,231612,,18279,42852,4925,,,,18297,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,7067,42852,2020-04-09T00:00:00Z,36,10621,15775,391549,391549,26396,391549,799,2870,54493d3b996a95067a26cd9538766816aa216881,0,0,0,0,0,
+20200409,OH,5512,50473,,,1612,,497,,,,B,4/9/2020 14:00,2020-04-09T14:00:00Z,04/09 10:00,213,1612,2020-04-09T14:00:00Z,39,364,2280,55985,55985,2644,55985,20,117,b75ff5dbbdc9cf0958738acfab5fde38fdf186e4,0,0,0,0,0,
+20200409,OK,1684,18595,,188,415,120,,,,686,B,4/9/2020 08:00,2020-04-09T08:00:00Z,04/09 04:00,80,415,2020-04-09T08:00:00Z,40,160,6774,20279,20279,6934,20279,1,25,c2f213a2a0a02c8466754b96cab4ecbc7321a88e,0,0,0,0,0,
+20200409,OR,1321,24306,,146,326,66,,54,,,A,4/9/2020 11:00,2020-04-09T11:00:00Z,04/09 07:00,44,326,2020-04-09T11:00:00Z,41,82,981,25627,25627,1063,25627,11,2,9a2b265f76485773ed7ed02d68fc80399fe0dd48,0,0,0,0,0,
+20200409,PA,18228,87374,,2051,,,,592,,,A,4/9/2020 12:00,2020-04-09T12:00:00Z,04/09 08:00,338,,2020-04-09T12:00:00Z,42,1989,5075,105602,105602,7064,105602,29,0,73c7dfb445dc766437a0047c071a5f88ff97db52,0,0,0,0,0,
+20200409,PR,683,4703,1304,,,,,,,,A,4/9/2020 07:00,2020-04-09T07:00:00Z,04/09 03:00,33,,2020-04-09T07:00:00Z,72,63,437,6690,5386,500,5386,9,0,591f5568beb059990aeeabd3852fe80413c558a8,0,0,0,0,0,
+20200409,RI,1727,10682,,160,,45,,26,,35,B,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,43,,2020-04-09T00:00:00Z,44,277,0,12409,12409,277,12409,8,0,411ac55124665bc758ba24f8be5a5cdd39ab2f4a,0,0,0,0,0,
+20200409,SC,2792,24575,,,241,,,,,,B,4/9/2020 16:08,2020-04-09T16:08:00Z,04/09 12:08,67,241,2020-04-09T16:08:00Z,45,240,2493,27367,27367,2733,27367,4,0,e5ac6d526345646ab1d134ee2d485e7f0b0451bd,0,0,0,0,0,
+20200409,SD,447,6700,,,27,,,,,161,A,4/8/2020 18:00,2020-04-08T18:00:00Z,04/08 14:00,6,27,2020-04-08T18:00:00Z,46,54,345,7147,7147,399,7147,0,1,b756338d41bee837d0171913610372b9816daa88,0,0,0,0,0,
+20200409,TN,4634,55215,,,505,,,,,921,A,4/9/2020 15:00,2020-04-09T15:00:00Z,04/09 11:00,94,505,2020-04-09T15:00:00Z,47,272,2959,59849,59849,3231,59849,15,56,b58141158e940024474d12a100b3fd53ca1c4769,0,0,0,0,0,
+20200409,TX,10230,95904,,1439,,,,,,1101,A,4/9/2020 13:15,2020-04-09T13:15:00Z,04/09 09:15,199,,2020-04-09T13:15:00Z,48,877,8999,106134,106134,9876,106134,22,0,9de3ef7db3459c4382fce1a70c60d235247ad572,0,0,0,0,0,
+20200409,UT,1976,36397,,,168,,,,,,A,4/9/2020 15:00,2020-04-09T15:00:00Z,04/09 11:00,13,168,2020-04-09T15:00:00Z,49,130,2127,38373,38373,2257,38373,0,10,81da6be591df9919182b231480660266b91a7949,0,0,0,0,0,
+20200409,VA,4042,28984,627,669,685,469,,285,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,109,685,2020-04-09T00:00:00Z,51,397,1984,33653,33026,2381,33026,34,70,896b96eca787a15aa5a6ec7828c81ae0dc4792c7,0,0,0,0,0,
+20200409,VI,46,251,42,,,,,,,39,,4/8/2020 22:00,2020-04-08T22:00:00Z,04/08 18:00,1,,2020-04-08T22:00:00Z,78,1,9,339,297,10,297,0,0,24ead701cf336ce49b31b3ef6e620a7e059e926f,0,0,0,0,0,
+20200409,VT,680,7218,,33,,,,,,15,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,23,,2020-04-09T00:00:00Z,50,49,217,7898,7898,266,7898,0,-50,fc75f2d4af38b7139dec566cd6460ce10699059c,0,0,0,0,0,
+20200409,WA,10805,113213,,650,,191,,,,,A,4/9/2020 00:00,2020-04-09T00:00:00Z,04/08 20:00,459,,2020-04-09T00:00:00Z,53,287,4033,124018,124018,4320,124018,16,0,591cd05045ac88d45d655c5db2ae3a47211cc40d,0,0,0,0,0,
+20200409,WI,2885,31424,,,843,,230,,,,A,4/9/2020 16:00,2020-04-09T16:00:00Z,04/09 12:00,111,843,2020-04-09T16:00:00Z,55,129,1309,34309,34309,1438,34309,12,53,3382aba361d3e7b175d81f513eccfce8f50b3d7a,0,0,0,0,0,
+20200409,WV,523,13340,,,,,,,,,B,4/9/2020 17:00,2020-04-09T17:00:00Z,04/09 13:00,5,,2020-04-09T17:00:00Z,54,61,1257,13863,13863,1318,13863,1,0,7e66cfafe9cf8e270d88564528e72abd2bbd9805,0,0,0,0,0,
+20200409,WY,230,3920,,,34,,,,,94,A,4/8/2020 16:59,2020-04-08T16:59:00Z,04/08 12:59,0,34,2020-04-08T16:59:00Z,56,9,77,4150,4150,86,4150,0,1,80a6c6be283481619248d95e6d4483c38e6c6c94,0,0,0,0,0,
+20200408,AK,226,6842,,,27,,,,,32,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,7,27,2020-04-08T15:00:00Z,02,13,142,7068,7068,155,7068,1,4,0b33b8155a3ac5aca9f0e810b171f066307f99a6,0,0,0,0,0,
+20200408,AL,2369,16753,,,314,,,,,,B,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,66,314,2020-04-08T00:00:00Z,01,250,3956,19122,19122,4206,19122,10,43,7d448dbc71ecbf756c103558319311f33c58f89c,0,0,0,0,0,
+20200408,AR,1000,13530,,76,130,,43,30,39,208,A,4/8/2020 14:35,2020-04-08T14:35:00Z,04/08 10:35,18,130,2020-04-08T14:35:00Z,05,54,838,14530,14530,892,14530,2,-18,087a7f4b4d54c2214430c3cffd72ae8c46314259,0,0,0,0,0,
+20200408,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,61ec301e6dfab862891d464223285477ed60df25,0,0,0,0,0,
+20200408,AZ,2726,31838,,,,,,,,,B,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,80,,2020-04-08T00:00:00Z,04,151,1038,34564,34564,1189,34564,7,0,cd105472b1c84356b2cd135811265ffaac08b234,0,0,0,0,0,
+20200408,CA,16957,127307,14600,2714,,1154,,,,,B,4/7/2020 18:00,2020-04-07T18:00:00Z,04/07 14:00,442,,2020-04-07T18:00:00Z,06,1092,11943,158864,144264,13035,144264,68,0,0d7e41f9ddd4ef0c05c804e6a52a03a05ebef531,0,0,0,0,0,
+20200408,CO,5429,22665,,833,1079,,,,,,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,179,1079,2020-04-06T00:00:00Z,08,257,962,28094,28094,1219,28094,29,85,bdc72908c16f113090bca2f03cbb6273927659b2,0,0,0,0,0,
+20200408,CT,7781,21255,,1308,,,,,,,A,4/7/2020 22:00,2020-04-07T22:00:00Z,04/07 18:00,277,,2020-04-07T22:00:00Z,09,0,0,29036,29036,0,29036,0,0,c64f8c4e1ec5bfc5419d7ab3c029676b4af6899e,0,0,0,0,0,
+20200408,DC,1440,6843,,,,,,,,361,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,27,,2020-04-07T00:00:00Z,11,229,231,8283,8283,460,8283,5,0,519437e32d471d765a35e3ed1e1f7605e9fa2a5a,0,0,0,0,0,
+20200408,DE,928,7628,,147,,,,,,144,A,4/7/2020 16:30,2020-04-07T16:30:00Z,04/07 12:30,16,,2020-04-07T16:30:00Z,10,0,0,8556,8556,0,8556,0,0,f2193f069d78997e491f2233b08c8c1105b0441b,0,0,0,0,0,
+20200408,FL,15455,127679,1324,,2062,,,,,,A,4/8/2020 14:00,2020-04-08T14:00:00Z,04/08 10:00,309,2062,2020-04-08T14:00:00Z,12,708,4264,144458,143134,4972,143134,13,63,4157099ce16fd13fd69c3d06245db94bbfe2f628,0,0,0,0,0,
+20200408,GA,9901,28886,,,1993,,,,,,A,4/8/2020 12:29,2020-04-08T12:29:00Z,04/08 08:29,362,1993,2020-04-08T12:29:00Z,13,1083,3991,38787,38787,5074,38787,33,219,a3482c1a363b755792081c5994963724cafcfeff,0,0,0,0,0,
+20200408,GU,125,562,,21,,2,,2,,31,,4/8/2020 07:30,2020-04-08T07:30:00Z,04/08 03:30,4,,2020-04-08T07:30:00Z,66,4,33,687,687,37,687,0,0,8e7443aec04739bf6e509b1169013995f636c41a,0,0,0,0,0,
+20200408,HI,410,14739,,,42,,6,,,113,A,4/7/2020 18:00,2020-04-07T18:00:00Z,04/07 14:00,5,42,2020-04-07T18:00:00Z,15,23,1584,15149,15149,1607,15149,0,16,db533cf36f2e4aaf3b1e06620f0f6b74f298feb2,0,0,0,0,0,
+20200408,IA,1145,12821,,122,193,,,,,431,A,4/8/2020 13:00,2020-04-08T13:00:00Z,04/08 09:00,27,193,2020-04-08T13:00:00Z,19,97,1151,13966,13966,1248,13966,1,0,c2d116336babca8b6857462e0ecb0d55b2683f7d,0,0,0,0,0,
+20200408,ID,1210,10688,,,93,,24,,,,A,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,15,93,2020-04-07T19:00:00Z,16,40,612,11898,11898,652,11898,2,10,9258752bf69c78dfcf510196b3d408604e9a25a3,0,0,0,0,0,
+20200408,IL,15078,59988,,3680,,1166,,821,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,462,,2020-04-08T00:00:00Z,17,1529,4805,75066,75066,6334,75066,82,0,596d537bccad6d947240bb70a10fafa86ea54a4c,0,0,0,0,0,
+20200408,IN,5943,24926,,,,924,,507,,,B,4/8/2020 02:45,2020-04-08T02:45:00Z,04/07 22:45,203,,2020-04-08T02:45:00Z,18,436,1669,30869,30869,2105,30869,30,0,1099edf4ecd1d94f6f9fef0a68d8405a40d3c88b,0,0,0,0,0,
+20200408,KS,1046,9137,,,223,,,,,,B,4/7/2020 12:00,2020-04-07T12:00:00Z,04/07 08:00,38,223,2020-04-07T12:00:00Z,20,146,523,10183,10183,669,10183,11,0,0c0e615bbdef85ac1f3400ded55f34758e1c3f0c,0,0,0,0,0,
+20200408,KY,1149,20455,,,,,,,,,A,4/7/2020 17:00,2020-04-07T17:00:00Z,04/07 13:00,65,,2020-04-07T17:00:00Z,21,141,1508,21604,21604,1649,21604,6,0,f27ec2be4bbe86114e9838e044d48704dfe0a98e,0,0,0,0,0,
+20200408,LA,17030,64376,,1983,,,,490,,,A,4/8/2020 13:00,2020-04-08T13:00:00Z,04/08 09:00,652,,2020-04-08T13:00:00Z,22,746,6005,81406,81406,6751,81406,70,0,6dc9fcdcd437b7c2a88e7686135eb54ed2924843,0,0,0,0,0,
+20200408,MA,16692,70849,,2119,2119,,,,,,B,4/8/2020 12:30,2020-04-08T12:30:00Z,04/08 08:30,615,2119,2020-04-08T12:30:00Z,25,1588,4579,87541,87541,6167,87541,100,288,47f3c4f25c70d06ba3cdf6dfd51b5ce0e7534e86,0,0,0,0,0,
+20200408,MD,5529,32933,,,1210,,,,,365,A,4/8/2020 10:00,2020-04-08T10:00:00Z,04/08 06:00,191,1210,2020-04-08T10:00:00Z,24,1158,5677,38462,38462,6835,38462,31,104,fc671e97ead95502e6bbbe83b501a9e6cdb503ae,0,0,0,0,0,
+20200408,ME,537,6088,,,101,,,,,187,A,4/8/2020 11:00,2020-04-08T11:00:00Z,04/08 07:00,14,101,2020-04-08T11:00:00Z,23,18,0,6625,6625,18,6625,2,2,c3930dd919e28407cd9e8de38be3f05b4b6d6e7e,0,0,0,0,0,
+20200408,MI,20589,45550,,,,,,,,56,B,4/8/2020 11:00,2020-04-08T11:00:00Z,04/08 07:00,959,,2020-04-08T11:00:00Z,26,766,0,66139,66139,766,66139,114,0,91a7e911b48dced737b8722711d74d31b964ac89,0,0,0,0,0,
+20200408,MN,1154,29599,,135,271,64,105,,,593,A,4/8/2020 17:00,2020-04-08T17:00:00Z,04/08 13:00,39,271,2020-04-08T17:00:00Z,27,85,1408,30753,30753,1493,30753,5,29,c977b9926f147909aedc2b89d6a3a0be357f545e,0,0,0,0,0,
+20200408,MO,3327,30783,,519,,,,,,,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,58,,2020-04-08T15:00:00Z,29,290,1851,34110,34110,2141,34110,5,0,1855428f208b8cffe9fd418446306e317d8dc5dc,0,0,0,0,0,
+20200408,MP,11,27,9,,,,,,,,,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,2,,2020-04-08T00:00:00Z,69,3,12,47,38,15,38,0,0,1aaeddf44d7c4040e86956d77e54c4f0a1510322,0,0,0,0,0,
+20200408,MS,2003,18632,,,410,,,,,,A,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,67,410,2020-04-07T19:00:00Z,28,88,0,20635,20635,88,20635,8,33,a983060cbf6ddbb597a1de38b6870fbfd9db30ea,0,0,0,0,0,
+20200408,MT,332,7066,,,31,,,,,135,A,4/8/2020 13:45,2020-04-08T13:45:00Z,04/08 09:45,6,31,2020-04-08T13:45:00Z,30,13,400,7398,7398,413,7398,0,3,cd3e85d0ea1de6dd3dc5185e6765d904b82f4217,0,0,0,0,0,
+20200408,NC,3426,39561,,386,,,,,,,A,4/8/2020 11:00,2020-04-08T11:00:00Z,04/08 07:00,53,,2020-04-08T11:00:00Z,37,205,1700,42987,42987,1905,42987,7,0,b8eaea4936a9449d1f40c0849ee3676e6145f811,0,0,0,0,0,
+20200408,ND,251,8301,,16,34,,,,,98,B,4/8/2020 13:54,2020-04-08T13:54:00Z,04/08 09:54,4,34,2020-04-08T13:54:00Z,38,14,835,8552,8552,849,8552,0,1,e3060807e273391783bcd5fc680c90831297911a,0,0,0,0,0,
+20200408,NE,519,7442,,,,,,,,,A,4/8/2020 13:45,2020-04-08T13:45:00Z,04/08 09:45,12,,2020-04-08T13:45:00Z,31,72,631,7961,7961,703,7961,2,0,bedbf8e593b878b427dd49772defd36044a47413,0,0,0,0,0,
+20200408,NH,788,8389,89,,118,,,,,211,B,4/8/2020 15:11,2020-04-08T15:11:00Z,04/08 11:11,18,118,2020-04-08T15:11:00Z,33,73,370,9266,9177,443,9177,9,15,d67086f4d645e3f796020e7f65d74e3bcefdf785,0,0,0,0,0,
+20200408,NJ,47437,52979,,7026,,1617,,1576,,,A,4/8/2020 14:08,2020-04-08T14:08:00Z,04/08 10:08,1504,,2020-04-08T14:08:00Z,34,3021,2421,100416,100416,5442,100416,272,0,a968a537a7b63383d67d907ed658d0306a6842f8,0,0,0,0,0,
+20200408,NM,794,21451,,51,,,,18,,171,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,13,,2020-04-07T00:00:00Z,35,108,312,22245,22245,420,22245,1,0,647c9e3c447df25e7c1d4230db412b9510afe367,0,0,0,0,0,
+20200408,NV,2318,18248,,282,,,,,,,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,71,,2020-04-08T15:00:00Z,32,231,1696,20566,20566,1927,20566,13,0,7e9f30cf247d2ff93226bc1eb8ce66abc030ec75,0,0,0,0,0,
+20200408,NY,149316,215837,,18079,39982,4593,,,,16353,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,6268,39982,2020-04-07T00:00:00Z,36,10453,14642,365153,365153,25095,365153,779,3050,7af30551de414c78b1091933f23ec2e046d5a813,0,0,0,0,0,
+20200408,OH,5148,48193,,,1495,,472,,,,B,4/8/2020 14:00,2020-04-08T14:00:00Z,04/08 10:00,193,1495,2020-04-08T14:00:00Z,39,366,2137,53341,53341,2503,53341,26,141,09918e6f49e633c63281c0ae77b750e94bb8c372,0,0,0,0,0,
+20200408,OK,1524,11821,,188,390,120,,,,686,B,4/8/2020 08:00,2020-04-08T08:00:00Z,04/08 04:00,79,390,2020-04-08T08:00:00Z,40,52,0,13345,13345,52,13345,12,14,78bf284e26c0897c2e9b59bb8e12759d6f650a89,0,0,0,0,0,
+20200408,OR,1239,23325,,156,324,61,,58,69,,A,4/7/2020 11:00,2020-04-07T11:00:00Z,04/07 07:00,33,324,2020-04-07T11:00:00Z,41,58,1499,24564,24564,1557,24564,0,0,562812170862385a448038a4502a1b43ef427171,0,0,0,0,0,
+20200408,PA,16239,82299,,1898,,,,603,,,A,4/8/2020 14:45,2020-04-08T14:45:00Z,04/08 10:45,309,,2020-04-08T14:45:00Z,42,1680,5580,98538,98538,7260,98538,69,0,c74cb523763948862c249f173e1ed9a8506b2a89,0,0,0,0,0,
+20200408,PR,620,4266,1160,,,,,,,,A,4/8/2020 09:00,2020-04-08T09:00:00Z,04/08 05:00,24,,2020-04-08T09:00:00Z,72,47,300,6046,4886,347,4886,1,0,f006bb9e1eb8f802e3d236c556bd7879d773cb9f,0,0,0,0,0,
+20200408,RI,1450,10682,,143,,45,,26,,35,B,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,35,,2020-04-08T00:00:00Z,44,220,1605,12132,12132,1825,12132,5,0,9734aa29eea6d9213cb1e88330e14a68eb2b749f,0,0,0,0,0,
+20200408,SC,2552,22082,,,241,,,,,,B,4/8/2020 15:30,2020-04-08T15:30:00Z,04/08 11:30,63,241,2020-04-08T15:30:00Z,45,135,819,24634,24634,954,24634,12,0,f50b5c8432ab8d6ce0d70d8ea9c5ca20b401a615,0,0,0,0,0,
+20200408,SD,393,6355,0,,26,,,,,146,A,4/8/2020 12:30,2020-04-08T12:30:00Z,04/08 08:30,6,26,2020-04-08T12:30:00Z,46,73,407,6748,6748,480,6748,0,3,801800385e32d63d25b2f51d1b7c74073ce2b877,0,0,0,0,0,
+20200408,TN,4362,52256,,,449,,,,,592,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,79,449,2020-04-08T15:00:00Z,47,224,3520,56618,56618,3744,56618,7,41,d3dab359ff2b81a17c908702130923a94480e928,0,0,0,0,0,
+20200408,TX,9353,86905,,1491,,,,,,38,A,4/8/2020 14:21,2020-04-08T14:21:00Z,04/08 10:21,177,,2020-04-08T14:21:00Z,48,1091,6518,96258,96258,7609,96258,23,0,3c1530ff6151eda4447008f815709bee04f99e02,0,0,0,0,0,
+20200408,UT,1846,34270,,,158,,,,,,A,4/8/2020 15:00,2020-04-08T15:00:00Z,04/08 11:00,13,158,2020-04-08T15:00:00Z,49,108,1361,36116,36116,1469,36116,0,10,268a3ecd15aecbbf0146e7a15a6b57594388058c,0,0,0,0,0,
+20200408,VA,3645,27000,,,615,,145,,108,,A,4/7/2020 17:00,2020-04-07T17:00:00Z,04/07 13:00,75,615,2020-04-07T17:00:00Z,51,312,1688,30645,30645,2000,30645,12,52,e59213dcc46466b15047c2a912101b824b1b8d6a,0,0,0,0,0,
+20200408,VI,45,242,35,,,,,,,39,,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,1,,2020-04-07T19:00:00Z,78,2,20,322,287,22,287,0,0,2e27f6803ef5c6e973f3c0f651d1da26028c2971,0,0,0,0,0,
+20200408,VT,631,7001,,35,50,,,,,15,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,23,50,2020-04-08T00:00:00Z,50,23,356,7632,7632,379,7632,0,5,b19fd06082cfddf421bf1f896fbdf97e08c251c9,0,0,0,0,0,
+20200408,WA,10518,109180,,655,,186,,,,,A,4/8/2020 00:00,2020-04-08T00:00:00Z,04/07 20:00,443,,2020-04-08T00:00:00Z,53,282,4525,119698,119698,4807,119698,14,0,79baf66e4e5aea93e3d4ae2780be1f46cd664f33,0,0,0,0,0,
+20200408,WI,2756,30115,,,790,,218,,,,A,4/8/2020 16:00,2020-04-08T16:00:00Z,04/08 12:00,99,790,2020-04-08T16:00:00Z,55,178,1603,32871,32871,1781,32871,7,45,58bc4c59efd47bfa017cf8fbb691c1a2cd333408,0,0,0,0,0,
+20200408,WV,462,12083,,,,,,,,,B,4/8/2020 10:00,2020-04-08T10:00:00Z,04/08 06:00,4,,2020-04-08T10:00:00Z,54,50,436,12545,12545,486,12545,0,0,54cd169db63436d24955324434d52655acfb06d8,0,0,0,0,0,
+20200408,WY,221,3843,,,33,,,,,62,A,4/7/2020 18:21,2020-04-07T18:21:00Z,04/07 14:21,0,33,2020-04-07T18:21:00Z,56,5,54,4064,4064,59,4064,0,0,e9a0594f74729d2f881c65c9eb93d6961368d8c7,0,0,0,0,0,
+20200407,AK,213,6700,,,23,,,,,29,A,4/7/2020 15:15,2020-04-07T15:15:00Z,04/07 11:15,6,23,2020-04-07T15:15:00Z,02,22,8,6913,6913,30,6913,0,0,26ebf309925f57c5260f0b5c769c28068b343aa9,0,0,0,0,0,
+20200407,AL,2119,12797,,,271,,,,,,B,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,56,271,2020-04-07T00:00:00Z,01,151,0,14916,14916,151,14916,6,31,cfebd44adfb19b1f97f6f66c5488d2fb0816e1e2,0,0,0,0,0,
+20200407,AR,946,12692,,74,148,,,26,43,142,A,4/7/2020 14:41,2020-04-07T14:41:00Z,04/07 10:41,16,148,2020-04-07T14:41:00Z,05,71,722,13638,13638,793,13638,0,11,0e451bfa4168170f353e709d48f0be4b63d698c4,0,0,0,0,0,
+20200407,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,9245c0329af2556614604a24f643894aa30cf314,0,0,0,0,0,
+20200407,AZ,2575,30800,,,,,,,,,B,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,73,,2020-04-07T00:00:00Z,04,119,722,33375,33375,841,33375,8,0,8acc955a8580aa91fac7f6da2ea309470bc0f9dc,0,0,0,0,0,
+20200407,CA,15865,115364,14100,2611,,1108,,,,,B,4/7/2020 18:00,2020-04-07T18:00:00Z,04/07 14:00,374,,2020-04-07T18:00:00Z,06,1529,12269,145329,131229,13798,131229,31,0,a4ce1253de8cee30958213bc4c91dd50cc9e41f9,0,0,0,0,0,
+20200407,CO,5172,21703,,786,994,,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,150,994,2020-04-05T00:00:00Z,08,222,880,26875,26875,1102,26875,10,70,dbf085c674af5e9fc5fca70d2bcffe3e4fbe95d2,0,0,0,0,0,
+20200407,CT,7781,21255,,1308,,,,,,,A,4/7/2020 04:00,2020-04-07T04:00:00Z,04/07 00:00,277,,2020-04-07T04:00:00Z,09,875,1475,29036,29036,2350,29036,71,0,e869bdc0ab84bdd6d2852e57fc6f45ae34da6f7b,0,0,0,0,0,
+20200407,DC,1211,6612,,,,,,,,318,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,22,,2020-04-06T00:00:00Z,11,114,256,7823,7823,370,7823,-2,0,b29ea427f5010910698a98e7a50a5aca4087771d,0,0,0,0,0,
+20200407,DE,928,7628,,147,,,,,,144,A,4/7/2020 16:30,2020-04-07T16:30:00Z,04/07 12:30,16,,2020-04-07T16:30:00Z,10,255,1307,8556,8556,1562,8556,2,0,0c7f1c1d36901b2c300cf3079c0eef28d64d4d10,0,0,0,0,0,
+20200407,FL,14747,123415,1407,,1999,,,,,,A,4/7/2020 16:36,2020-04-07T16:36:00Z,04/07 12:36,296,1999,2020-04-07T16:36:00Z,12,1423,13465,139569,138162,14888,138162,60,317,d8f62b25b76ba08848d0926934d664ff7c8b44e2,0,0,0,0,0,
+20200407,GA,8818,24895,,,1774,,,,,,A,4/7/2020 11:28,2020-04-07T11:28:00Z,04/07 07:28,329,1774,2020-04-07T11:28:00Z,13,1504,935,33713,33713,2439,33713,100,442,f0ae2eece2da9aa858f64bcd0e2b539d194dee08,0,0,0,0,0,
+20200407,GU,121,529,,21,,2,,2,,27,,4/7/2020 07:00,2020-04-07T07:00:00Z,04/07 03:00,4,,2020-04-07T07:00:00Z,66,8,24,650,650,32,650,0,0,d488745050170de1d29cbc70d601a6cc99dc2375,0,0,0,0,0,
+20200407,HI,387,13155,,,26,,6,,,89,A,4/6/2020 18:00,2020-04-06T18:00:00Z,04/06 14:00,5,26,2020-04-06T18:00:00Z,15,16,0,13542,13542,16,13542,1,5,29f865e2ebe7d671c3c7eb6397ff97a713e9161d,0,0,0,0,0,
+20200407,IA,1048,11670,,104,193,,,,,341,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,26,193,2020-04-07T00:00:00Z,19,102,1017,12718,12718,1119,12718,1,14,db4db1db2525997e4189f02ba67519e68da4bdeb,0,0,0,0,0,
+20200407,ID,1170,10076,,,83,,21,,,,A,4/6/2020 19:00,2020-04-06T19:00:00Z,04/06 15:00,13,83,2020-04-06T19:00:00Z,16,69,182,11246,11246,251,11246,3,6,8128deda3680ce94c5f54ea78cf40a1b28a80638,0,0,0,0,0,
+20200407,IL,13549,55183,,3680,,1166,,821,,,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,380,,2020-04-07T00:00:00Z,17,1287,4503,68732,68732,5790,68732,73,0,42f08223199aff6adacaea324f0723cb4be43d2e,0,0,0,0,0,
+20200407,IN,5507,23257,,,,924,,507,,,B,4/6/2020 23:59,2020-04-06T23:59:00Z,04/06 19:59,173,,2020-04-06T23:59:00Z,18,563,2010,28764,28764,2573,28764,34,0,75b3fb3c65b50f770cea7656846237a182ab1992,0,0,0,0,0,
+20200407,KS,900,8614,,,223,,,,,,B,4/7/2020 12:00,2020-04-07T12:00:00Z,04/07 08:00,27,223,2020-04-07T12:00:00Z,20,55,375,9514,9514,430,9514,2,25,1792f87a37a9650f3fdbd027b2d58a7a4e53878f,0,0,0,0,0,
+20200407,KY,1008,18947,,,,,,,,,A,4/6/2020 17:00,2020-04-06T17:00:00Z,04/06 13:00,59,,2020-04-06T17:00:00Z,21,53,1135,19955,19955,1188,19955,14,0,e5cae50e9cc4d924db711c1d59fcfa68fa82e8c2,0,0,0,0,0,
+20200407,LA,16284,58371,,1996,,,,519,,,A,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,582,,2020-04-07T13:00:00Z,22,1417,4072,74655,74655,5489,74655,70,0,d88cc68183cbfa24798f427e567ddebb5dc333ec,0,0,0,0,0,
+20200407,MA,15104,66270,,1831,1831,,,,,,B,4/7/2020 12:30,2020-04-07T12:30:00Z,04/07 08:30,515,1831,2020-04-07T12:30:00Z,25,1365,3550,81374,81374,4915,81374,67,164,ae739c7b6c9c82349f0b5297aa722e6f318b5e8e,0,0,0,0,0,
+20200407,MD,4371,27256,,,1106,,,,,288,A,4/7/2020 10:00,2020-04-07T10:00:00Z,04/07 06:00,160,1106,2020-04-07T10:00:00Z,24,326,1684,31627,31627,2010,31627,22,47,28943f91ad366e0b10171145cfc2d044ddb7ac99,0,0,0,0,0,
+20200407,ME,519,6088,,,99,,,,,176,A,4/7/2020 11:45,2020-04-07T11:45:00Z,04/07 07:45,12,99,2020-04-07T11:45:00Z,23,20,0,6607,6607,20,6607,2,7,5e7a38dfacf88da69885c7c731c4037e610fdcf2,0,0,0,0,0,
+20200407,MI,19823,45550,,,,,,,,56,B,4/7/2020 11:00,2020-04-07T11:00:00Z,04/07 07:00,845,,2020-04-07T11:00:00Z,26,973,2430,65373,65373,3403,65373,118,0,b64d9b81a226e65b4b5e0b26850d2af4f7b21bc0,0,0,0,0,0,
+20200407,MN,1069,28191,,120,242,64,100,,,515,A,4/6/2020 17:00,2020-04-06T17:00:00Z,04/06 13:00,34,242,2020-04-06T17:00:00Z,27,83,1049,29260,29260,1132,29260,4,19,c513aa25830ef75a6c4b82dbe2b31af19525e35c,0,0,0,0,0,
+20200407,MO,3037,28932,,508,,,,,,,A,4/7/2020 15:00,2020-04-07T15:00:00Z,04/07 11:00,53,,2020-04-07T15:00:00Z,29,315,1819,31969,31969,2134,31969,14,0,c0e9c9990c225fdac8f86218b8754fa3574b4ba0,0,0,0,0,0,
+20200407,MP,8,15,,,,,,,,,,4/7/2020 05:39,2020-04-07T05:39:00Z,04/07 01:39,2,,2020-04-07T05:39:00Z,69,0,2,23,23,2,23,1,0,f00c0a4b7f67ff2e0b0947cad1d89d5c7c072846,0,0,0,0,0,
+20200407,MS,1915,18632,,,377,,,,,,A,4/7/2020 19:00,2020-04-07T19:00:00Z,04/07 15:00,59,377,2020-04-07T19:00:00Z,28,177,0,20547,20547,177,20547,8,-98,e9056511ec8046a3ca3985dab5e0ef15a6c1cfde,0,0,0,0,0,
+20200407,MT,319,6666,,,28,,,,,,A,4/7/2020 13:28,2020-04-07T13:28:00Z,04/07 09:28,6,28,2020-04-07T13:28:00Z,30,20,175,6985,6985,195,6985,0,4,e3b4dadacfb09db2539b09b54c140ccf285381d4,0,0,0,0,0,
+20200407,NC,3221,37861,,354,,,,,,,A,4/7/2020 10:15,2020-04-07T10:15:00Z,04/07 06:15,46,,2020-04-07T10:15:00Z,37,351,5,41082,41082,356,41082,13,0,244ada9171768bf11ba26a23ff98291e34c9c90b,0,0,0,0,0,
+20200407,ND,237,7466,,18,33,,,,,82,B,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,4,33,2020-04-07T13:00:00Z,38,12,478,7703,7703,490,7703,1,1,ae54b94c8a8f96e415b9f7607e9f13695ff1e26e,0,0,0,0,0,
+20200407,NE,447,6811,,,,,,,,,A,4/7/2020 14:38,2020-04-07T14:38:00Z,04/07 10:38,10,,2020-04-07T14:38:00Z,31,38,433,7258,7258,471,7258,2,0,0c5a634ad064b99faa5c53b17cbfb1b20bfc6093,0,0,0,0,0,
+20200407,NH,715,8019,49,,103,,,,,151,B,4/6/2020 09:00,2020-04-06T09:00:00Z,04/06 05:00,9,103,2020-04-06T09:00:00Z,33,46,318,8783,8734,364,8734,0,11,fd614ffe242c0dcd59b1a87bc8a01fa02bfe2bad,0,0,0,0,0,
+20200407,NJ,44416,50558,,7017,,1651,,1540,,,A,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,1232,,2020-04-07T13:00:00Z,34,3326,2616,94974,94974,5942,94974,229,0,941241dbb63a4b745414bfe9969d55d74cc52df1,0,0,0,0,0,
+20200407,NM,686,21139,,48,,,,18,,133,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,12,,2020-04-06T00:00:00Z,35,62,2627,21825,21825,2689,21825,0,0,72d1881822b9c4ba3d64aa2f748d2687c758c16b,0,0,0,0,0,
+20200407,NV,2087,16552,,282,,,,,,,A,4/7/2020 10:00,2020-04-07T10:00:00Z,04/07 06:00,58,,2020-04-07T10:00:00Z,32,134,876,18639,18639,1010,18639,12,0,e82e020261b4b7ad8ebb9e23faf27d1c999eb0b7,0,0,0,0,0,
+20200407,NY,138863,201195,,17493,36932,4593,,,,14590,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,5489,36932,2020-04-06T00:00:00Z,36,8174,11073,340058,340058,19247,340058,731,2555,0b500ee0967efb149e65d3ba23218228adab5f55,0,0,0,0,0,
+20200407,OH,4782,46056,,,1354,,417,,,,B,4/7/2020 14:00,2020-04-07T14:00:00Z,04/07 10:00,167,1354,2020-04-07T14:00:00Z,39,332,2128,50838,50838,2460,50838,25,140,4090fea59168e8df1a71268ea7fe65fa7f9301be,0,0,0,0,0,
+20200407,OK,1472,11821,,186,376,137,,,,612,B,4/7/2020 08:00,2020-04-07T08:00:00Z,04/07 04:00,67,376,2020-04-07T08:00:00Z,40,145,10399,13293,13293,10544,13293,16,36,f9a7478850f4e77d701c61487cb5ebf75f998778,0,0,0,0,0,
+20200407,OR,1181,21826,,,324,,,69,,,A,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,33,324,2020-04-06T11:00:00Z,41,49,1157,23007,23007,1206,23007,6,66,b390f703ae097f67b1c53419bdb0ee4a74bf2d43,0,0,0,0,0,
+20200407,PA,14559,76719,,1665,,,,548,,,A,4/7/2020 13:00,2020-04-07T13:00:00Z,04/07 09:00,240,,2020-04-07T13:00:00Z,42,1579,5845,91278,91278,7424,91278,78,-1145,e721c53bd95c4da6bb22c1e58348089d9756f589,0,0,0,0,0,
+20200407,PR,573,3966,968,,,,,,,,A,4/7/2020 07:00,2020-04-07T07:00:00Z,04/07 03:00,23,,2020-04-07T07:00:00Z,72,60,534,5507,4539,594,4539,2,0,32fa981d44a7e4211c3d9259fb91ef37f6b94bb9,0,0,0,0,0,
+20200407,RI,1230,9077,,123,,40,,26,,35,B,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,30,,2020-04-07T00:00:00Z,44,148,1678,10307,10307,1826,10307,3,0,bc303f6ba38551bcd54a7296330706b455f44890,0,0,0,0,0,
+20200407,SC,2417,21263,,,241,,,,,,B,4/7/2020 16:02,2020-04-07T16:02:00Z,04/07 12:02,51,241,2020-04-07T16:02:00Z,45,368,4336,23680,23680,4704,23680,7,0,cd88263fb66e5b982ae09d1fdaef8e871956b75d,0,0,0,0,0,
+20200407,SD,320,5948,2,,23,,,,,98,A,4/6/2020 18:00,2020-04-06T18:00:00Z,04/06 14:00,6,23,2020-04-06T18:00:00Z,46,32,216,6270,6268,248,6268,2,0,52cc92c40d392fbfedec054172bc3e0875651cff,0,0,0,0,0,
+20200407,TN,4138,48736,,,408,,,,,466,A,4/7/2020 15:00,2020-04-07T15:00:00Z,04/07 11:00,72,408,2020-04-07T15:00:00Z,47,336,5188,52874,52874,5524,52874,7,56,5bb951772e9ff258185b891b0a27929263fea83c,0,0,0,0,0,
+20200407,TX,8262,80387,,1252,,,,,,38,A,4/6/2020 21:00,2020-04-06T21:00:00Z,04/06 17:00,154,,2020-04-06T21:00:00Z,48,986,2306,88649,88649,3292,88649,14,0,138602bd40cc42edb62829bf796033d0ea7ff00b,0,0,0,0,0,
+20200407,UT,1738,32909,,,148,,,,,,A,4/7/2020 15:00,2020-04-07T15:00:00Z,04/07 11:00,13,148,2020-04-07T15:00:00Z,49,63,1190,34647,34647,1253,34647,0,10,793bad72083718a72c8ef3b19663f68368641d6b,0,0,0,0,0,
+20200407,VA,3333,25312,,,563,,145,,108,,A,4/6/2020 17:00,2020-04-06T17:00:00Z,04/06 13:00,63,563,2020-04-06T17:00:00Z,51,455,3669,28645,28645,4124,28645,9,66,80558ec1058973b7645133f1d6b1d39bf5d897dd,0,0,0,0,0,
+20200407,VI,43,222,20,,,,,,,36,,4/6/2020 21:50,2020-04-06T21:50:00Z,04/06 17:50,1,,2020-04-06T21:50:00Z,78,0,0,285,265,0,265,0,0,337ff9c3ebee54200f20b8f4ec050545ed33f42b,0,0,0,0,0,
+20200407,VT,608,6645,,29,45,,,,,15,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,23,45,2020-04-07T00:00:00Z,50,33,484,7253,7253,517,7253,0,0,38b66758cb966b06d7134e0529d13aa18393c920,0,0,0,0,0,
+20200407,WA,10236,104655,,641,,190,,,,,A,4/7/2020 00:00,2020-04-07T00:00:00Z,04/06 20:00,429,,2020-04-07T00:00:00Z,53,263,4978,114891,114891,5241,114891,22,0,a8967ca044b8c16f6eeb957b6c97e748c40d11fe,0,0,0,0,0,
+20200407,WI,2578,28512,,,745,,200,,,,A,4/7/2020 16:00,2020-04-07T16:00:00Z,04/07 12:00,92,745,2020-04-07T16:00:00Z,55,138,1938,31090,31090,2076,31090,15,77,a7f3904884f7c9befd215aa856e55f423b95a76c,0,0,0,0,0,
+20200407,WV,412,11647,,,,,,,,,B,4/7/2020 10:00,2020-04-07T10:00:00Z,04/07 06:00,4,,2020-04-07T10:00:00Z,54,67,2052,12059,12059,2119,12059,0,0,e64fa8dc0328ea49a3c340b2699b94bfff1907e1,0,0,0,0,0,
+20200407,WY,216,3789,,,33,,,,,62,A,4/7/2020 10:57,2020-04-07T10:57:00Z,04/07 06:57,0,33,2020-04-07T10:57:00Z,56,6,70,4005,4005,76,4005,0,10,8ff2483c7274c2523dce72e704a0e77241d15780,0,0,0,0,0,
+20200406,AK,191,6692,,,23,,,,,,A,4/6/2020 14:45,2020-04-06T14:45:00Z,04/06 10:45,6,23,2020-04-06T14:45:00Z,02,6,593,6883,6883,599,6883,0,3,dbe560a1b6d2f4c1040ca66ea423c90819f1c224,0,0,0,0,0,
+20200406,AL,1968,12797,,,240,,,,,,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,50,240,2020-04-06T00:00:00Z,01,172,1515,14765,14765,1687,14765,5,9,393c4af95e0b71ec493753caddc136a80901cc21,0,0,0,0,0,
+20200406,AR,875,11970,,74,137,,,22,39,102,A,4/6/2020 14:35,2020-04-06T14:35:00Z,04/06 10:35,16,137,2020-04-06T14:35:00Z,05,45,1558,12845,12845,1603,12845,0,7,e32163c5a985b933d3ee5cfe6cb5af4c1a9602fe,0,0,0,0,0,
+20200406,AS,0,3,2,,,,,,,,,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,0,,2020-04-06T16:00:00Z,60,0,0,5,3,0,3,0,0,81488b0517154f9cccabc69ecf509be8bd76a886,0,0,0,0,0,
+20200406,AZ,2456,30078,,,,,,,,,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,65,,2020-04-06T00:00:00Z,04,187,4937,32534,32534,5124,32534,1,0,54d88683519c67f8ad7c70d78fddb938af08161e,0,0,0,0,0,
+20200406,CA,14336,103095,15000,2509,,1085,,,,,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,343,,2020-04-06T00:00:00Z,06,898,0,132431,117431,898,117431,24,0,471e4aed115af053b11b4511e40658c93229d454,0,0,0,0,0,
+20200406,CO,4950,20823,,786,924,,,,,,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,140,924,2020-04-04T00:00:00Z,08,385,1488,25773,25773,1873,25773,14,49,b34fef9d23e52d74db6294e244a64be240133b6b,0,0,0,0,0,
+20200406,CT,6906,19780,,1221,,,,,,,A,4/6/2020 15:15,2020-04-06T15:15:00Z,04/06 11:15,206,,2020-04-06T15:15:00Z,09,1231,2185,26686,26686,3416,26686,17,0,2ae1ece6bde9b51ae18558f6168e2631360588e4,0,0,0,0,0,
+20200406,DC,1097,6356,,,,,,,,287,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,24,,2020-04-05T00:00:00Z,11,99,520,7453,7453,619,7453,2,0,a7b1f187e06cb07a482ade81ba888ec4ef6b79e6,0,0,0,0,0,
+20200406,DE,673,6321,,101,,,,,,71,A,4/5/2020 03:30,2020-04-05T03:30:00Z,04/04 23:30,14,,2020-04-05T03:30:00Z,10,0,0,6994,6994,0,6994,0,0,d906fdb9247be2ebd45271a25c86057c75721456,0,0,0,0,0,
+20200406,FL,13324,109950,1142,,1682,,,,,,A,4/6/2020 12:17,2020-04-06T12:17:00Z,04/06 08:17,236,1682,2020-04-06T12:17:00Z,12,1173,8697,124416,123274,9870,123274,18,110,ab8359c896beb0f90561e5f9af7837d35487549a,0,0,0,0,0,
+20200406,GA,7314,23960,,,1332,,,,,,A,4/6/2020 11:28,2020-04-06T11:28:00Z,04/06 07:28,229,1332,2020-04-06T11:28:00Z,13,667,2775,31274,31274,3442,31274,18,49,c5c521c2267774c8db8668e8d2fa5bf02a9e3098,0,0,0,0,0,
+20200406,GU,113,505,,21,,2,,,,25,,4/6/2020 06:00,2020-04-06T06:00:00Z,04/06 02:00,4,,2020-04-06T06:00:00Z,66,1,12,618,618,13,618,0,0,2c7dc40b77d0f0508d0a36249151abd15b70d48b,0,0,0,0,0,
+20200406,HI,371,13155,,,21,,6,,,85,A,4/5/2020 18:00,2020-04-05T18:00:00Z,04/05 14:00,4,21,2020-04-05T18:00:00Z,15,20,551,13526,13526,571,13526,0,2,d69faf8e80846c1170893d6571fbfd52b2fd9d42,0,0,0,0,0,
+20200406,IA,946,10653,,99,179,,,,,284,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,25,179,2020-04-06T00:00:00Z,19,78,680,11599,11599,758,11599,3,14,8343477267a15aed7ce298b4ec149b76e37170fe,0,0,0,0,0,
+20200406,ID,1101,9894,,,77,,16,,,,A,4/5/2020 19:00,2020-04-05T19:00:00Z,04/05 15:00,10,77,2020-04-05T19:00:00Z,16,24,710,10995,10995,734,10995,0,11,c2f567b206e6fd6335632bb2cd045a18823203b3,0,0,0,0,0,
+20200406,IL,12262,50680,,,,,,,,,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,307,,2020-04-06T00:00:00Z,17,1006,2953,62942,62942,3959,62942,33,0,66d39a4faa33015d1e4b11550b87d54db7f19a20,0,0,0,0,0,
+20200406,IN,4944,21247,,,,924,,507,,,B,4/6/2020 14:00,2020-04-06T14:00:00Z,04/06 10:00,139,,2020-04-06T14:00:00Z,18,533,3006,26191,26191,3539,26191,12,0,d2de4bd9e4ce31ecd1243a782d759dbdc78a381f,0,0,0,0,0,
+20200406,KS,845,8239,,,198,,,,,,B,4/6/2020 12:00,2020-04-06T12:00:00Z,04/06 08:00,25,198,2020-04-06T12:00:00Z,20,98,763,9084,9084,861,9084,3,15,deff510560ddbaa608bd9a2a19e2ab8b09f41764,0,0,0,0,0,
+20200406,KY,955,17812,,,,,,,,,A,4/5/2020 17:00,2020-04-05T17:00:00Z,04/05 13:00,45,,2020-04-05T17:00:00Z,21,38,2066,18767,18767,2104,18767,5,0,b62a5f2d01a3b26787661d3750fb05dc87c1973d,0,0,0,0,0,
+20200406,LA,14867,54299,,1981,,,,552,,,A,4/6/2020 13:00,2020-04-06T13:00:00Z,04/06 09:00,512,,2020-04-06T13:00:00Z,22,1857,6984,69166,69166,8841,69166,35,0,d026edc2aa5a1744cb2e127f559f961bcdfea529,0,0,0,0,0,
+20200406,MA,13739,62720,,1667,1667,,,,,,B,4/6/2020 12:30,2020-04-06T12:30:00Z,04/06 08:30,448,1667,2020-04-06T12:30:00Z,25,1337,3155,76459,76459,4492,76459,78,35,52416f10c3b06fecd6ef35aa0e2c0619dc70f301,0,0,0,0,0,
+20200406,MD,4045,25572,,,1059,,,,,184,A,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,138,1059,2020-04-06T10:00:00Z,24,436,844,29617,29617,1280,29617,16,123,c573c438e97531d6dbc8fb8fc804bb394a4d1544,0,0,0,0,0,
+20200406,ME,499,6088,,,92,,,,,158,A,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,10,92,2020-04-06T11:00:00Z,23,29,0,6587,6587,29,6587,0,6,e5231fc082f4e99210f14cf4121397adb9ab372c,0,0,0,0,0,
+20200406,MI,18850,43120,,,,,,,,56,B,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,727,,2020-04-06T11:00:00Z,26,1283,2789,61970,61970,4072,61970,110,0,93c92215b59dada38b6ab10dd50058f369d614c3,0,0,0,0,0,
+20200406,MN,986,27142,,115,223,57,90,,,440,A,4/6/2020 17:11,2020-04-06T17:11:00Z,04/06 13:11,30,223,2020-04-06T17:11:00Z,27,51,1300,28128,28128,1351,28128,1,21,41e3a7d890fc40be158d09f3e6ef531764268499,0,0,0,0,0,
+20200406,MO,2722,27113,,439,,,,,,,A,4/6/2020 16:28,2020-04-06T16:28:00Z,04/06 12:28,39,,2020-04-06T16:28:00Z,29,355,2231,29835,29835,2586,29835,5,0,e7ccb098fd0e53209a7064ea4a606a289efaefa8,0,0,0,0,0,
+20200406,MP,8,13,10,,,,,,,,,4/6/2020 02:57,2020-04-06T02:57:00Z,04/05 22:57,1,,2020-04-06T02:57:00Z,69,0,0,31,21,0,21,0,0,db9937ac7e7eb678f4d0e91495b1af2df8beb477,0,0,0,0,0,
+20200406,MS,1738,18632,,,475,,,,,,A,4/6/2020 16:33,2020-04-06T16:33:00Z,04/06 12:33,51,475,2020-04-06T16:33:00Z,28,100,13052,20370,20370,13152,20370,8,0,e9c1b0b08d08e3c02f038ffb4d898e62fbd6ddc2,0,0,0,0,0,
+20200406,MT,299,6491,,,24,,,,,,A,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,6,24,2020-04-06T10:00:00Z,30,13,174,6790,6790,187,6790,0,0,fab9ea1c3b6af74ba655d2f3ff823e0616a0cb62,0,0,0,0,0,
+20200406,NC,2870,37856,,270,,,,,,,A,4/6/2020 11:00,2020-04-06T11:00:00Z,04/06 07:00,33,,2020-04-06T11:00:00Z,37,285,396,40726,40726,681,40726,2,0,1f8eb9a5307b4081800b921df7a99ce1da6020ac,0,0,0,0,0,
+20200406,ND,225,6988,,19,32,,,,,74,B,4/6/2020 13:05,2020-04-06T13:05:00Z,04/06 09:05,3,32,2020-04-06T13:05:00Z,38,18,408,7213,7213,426,7213,0,1,3a6ba8cffedbb4b9e846a7e5444d13eeeec765c8,0,0,0,0,0,
+20200406,NE,409,6378,8,,,,,,,,A,4/6/2020 13:38,2020-04-06T13:38:00Z,04/06 09:38,8,,2020-04-06T13:38:00Z,31,46,820,6795,6787,866,6787,0,0,c30c9189a1d9cb2d879438dc856683dd719dacd4,0,0,0,0,0,
+20200406,NH,669,7701,101,,92,,,,,147,B,4/5/2020 09:00,2020-04-05T09:00:00Z,04/05 05:00,9,92,2020-04-05T09:00:00Z,33,48,290,8471,8370,338,8370,0,6,56ef15a3d70acf995f0ec56cd18c6ab51a916bbb,0,0,0,0,0,
+20200406,NJ,41090,47942,,6390,,,,1263,,,A,4/6/2020 13:00,2020-04-06T13:00:00Z,04/06 09:00,1003,,2020-04-06T13:00:00Z,34,3585,3281,89032,89032,6866,89032,86,0,6e3f2115ed3966d89995d750c0ceb8e1731665dd,0,0,0,0,0,
+20200406,NM,624,18512,,45,,,,18,,130,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,12,,2020-04-06T00:00:00Z,35,81,2227,19136,19136,2308,19136,1,0,3536ab7aa78fd78c8659e6880c6f35896024f612,0,0,0,0,0,
+20200406,NV,1953,15676,,,,,,,,,A,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,46,,2020-04-06T10:00:00Z,32,117,681,17629,17629,798,17629,0,0,70a58a3d442d1491de7fb8a902e9d974c28181d2,0,0,0,0,0,
+20200406,NY,130689,190122,,16837,34377,4504,,,,13366,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,4758,34377,2020-04-06T00:00:00Z,36,8658,9873,320811,320811,18531,320811,599,2084,1800e4b21dfa2af9c1ec311f587d27921d1d33fe,0,0,0,0,0,
+20200406,OH,4450,43928,,,1214,,371,,,,B,4/6/2020 14:00,2020-04-06T14:00:00Z,04/06 10:00,142,1214,2020-04-06T14:00:00Z,39,407,4215,48378,48378,4622,48378,23,110,7b66294e1cfe3dae75b1981e10bf1dc2dcc10271,0,0,0,0,0,
+20200406,OK,1327,1422,,161,340,143,,,,522,B,4/6/2020 08:00,2020-04-06T08:00:00Z,04/06 04:00,51,340,2020-04-06T08:00:00Z,40,75,21,2749,2749,96,2749,5,10,585702ef19ff9745b2b3cc247aa57f7581d7e526,0,0,0,0,0,
+20200406,OR,1132,20669,,,258,,,40,,,A,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,27,258,2020-04-05T11:00:00Z,41,64,1113,21801,21801,1177,21801,0,0,3885c64c4153a3d170e94614ce13a6287f18bf94,0,0,0,0,0,
+20200406,PA,12980,70874,,,1145,,,533,,,A,4/6/2020 12:00,2020-04-06T12:00:00Z,04/06 08:00,162,1145,2020-04-06T12:00:00Z,42,1470,4613,83854,83854,6083,83854,12,73,d2ad04e5cb820908e521e9ecda8895696dae6a5d,0,0,0,0,0,
+20200406,PR,513,3432,1000,,,,,,,,A,4/6/2020 07:00,2020-04-06T07:00:00Z,04/06 03:00,21,,2020-04-06T07:00:00Z,72,38,359,4945,3945,397,3945,1,0,75c7a39d6aad57c0f2bca96664540c522dcad8b9,0,0,0,0,0,
+20200406,RI,1082,7399,,109,,37,,26,,35,B,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,27,,2020-04-06T00:00:00Z,44,160,1140,8481,8481,1300,8481,2,0,52969dad5e1e6d62e13a9bd5ac6bde20cd76bbfd,0,0,0,0,0,
+20200406,SC,2049,16927,,,241,,,,,,B,4/5/2020 15:30,2020-04-05T15:30:00Z,04/05 11:30,44,241,2020-04-05T15:30:00Z,45,0,0,18976,18976,0,18976,0,0,0e20eb24bae7482d8c72ca2d4e6eb13cc89dc534,0,0,0,0,0,
+20200406,SD,288,5732,0,,23,,,,,91,A,4/6/2020 12:30,2020-04-06T12:30:00Z,04/06 08:30,4,23,2020-04-06T12:30:00Z,46,48,379,6020,6020,427,6020,2,1,571ba7169e93778a83a4b661ed00a790f581a801,0,0,0,0,0,
+20200406,TN,3802,43548,,,352,,,,,356,A,4/6/2020 15:00,2020-04-06T15:00:00Z,04/06 11:00,65,352,2020-04-06T15:00:00Z,47,169,1881,47350,47350,2050,47350,21,24,374146abc91e6521067eabbccc9ba58ba9eaf52b,0,0,0,0,0,
+20200406,TX,7276,78081,,1153,,,,,,38,A,4/5/2020 21:00,2020-04-05T21:00:00Z,04/05 17:00,140,,2020-04-05T21:00:00Z,48,464,13955,85357,85357,14419,85357,13,0,cb369047a35d628dabe59f547d0a0714a3a562bb,0,0,0,0,0,
+20200406,UT,1675,31719,,,138,,,,,,A,4/5/2020 15:00,2020-04-05T15:00:00Z,04/05 11:00,13,138,2020-04-05T15:00:00Z,49,70,2432,33394,33394,2502,33394,5,14,25e7b3b865ec3a73380a7b0d65c25a4ca793757e,0,0,0,0,0,
+20200406,VA,2878,21643,,,497,,145,,108,,A,4/5/2020 17:00,2020-04-05T17:00:00Z,04/05 13:00,54,497,2020-04-05T17:00:00Z,51,241,609,24521,24521,850,24521,3,66,de69891a5b692fe914aee73e785dca0829cddcb5,0,0,0,0,0,
+20200406,VI,43,222,20,,,,,,,36,,4/5/2020 21:50,2020-04-05T21:50:00Z,04/05 17:50,1,,2020-04-05T21:50:00Z,78,1,16,285,265,17,265,0,0,eaca4a6958fd9b2be5e676f4b9ed8dfc95346eef,0,0,0,0,0,
+20200406,VT,575,6161,,28,45,,,,,15,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,23,45,2020-04-06T00:00:00Z,50,32,331,6736,6736,363,6736,1,0,f722e15c4bf326bc31a8e3f141ca65f1e9486089,0,0,0,0,0,
+20200406,WA,9973,99677,,638,,191,,,,,A,4/6/2020 00:00,2020-04-06T00:00:00Z,04/05 20:00,407,,2020-04-06T00:00:00Z,53,324,4821,109650,109650,5145,109650,21,0,bad832639c12dc62c4559982f431084716c85e14,0,0,0,0,0,
+20200406,WI,2440,26574,,,668,,186,,,,A,4/6/2020 16:00,2020-04-06T16:00:00Z,04/06 12:00,77,668,2020-04-06T16:00:00Z,55,173,1405,29014,29014,1578,29014,9,44,15b931c07ca60509c693309fcb88bd95a59c223f,0,0,0,0,0,
+20200406,WV,345,9595,,,,,,,,,B,4/6/2020 10:00,2020-04-06T10:00:00Z,04/06 06:00,4,,2020-04-06T10:00:00Z,54,21,1081,9940,9940,1102,9940,1,0,e20ad992d5f2c1b8d261c0f5bdf7659c7e141b0e,0,0,0,0,0,
+20200406,WY,210,3719,,,23,,,,,52,A,4/6/2020 11:32,2020-04-06T11:32:00Z,04/06 07:32,0,23,2020-04-06T11:32:00Z,56,13,679,3929,3929,692,3929,0,0,eeb2b3919425aae5a669675e1918d29be1fd710a,0,0,0,0,0,
+20200405,AK,185,6099,,,20,,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,6,20,2020-04-05T00:00:00Z,02,14,230,6284,6284,244,6284,1,4,eeccfbe3fddc28768fb6f212b2e5ba0607a81df4,0,0,0,0,0,
+20200405,AL,1796,11282,,,231,,,,,,B,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,45,231,2020-04-05T00:00:00Z,01,216,2009,13078,13078,2225,13078,2,19,be19427cbd0e42d19d54e1266a77074a0e33200e,0,0,0,0,0,
+20200405,AR,830,10412,,67,130,,,27,39,97,A,4/5/2020 14:34,2020-04-05T14:34:00Z,04/05 10:34,16,130,2020-04-05T14:34:00Z,05,87,785,11242,11242,872,11242,2,24,b90bbdc4729fa43ccf423acf902bea8e0efe61ff,0,0,0,0,0,
+20200405,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,0e7b441b83f43d8300121663da799e2cd267c226,0,0,0,0,0,
+20200405,AZ,2269,25141,,,,,,,,,B,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,64,,2020-04-05T00:00:00Z,04,250,0,27410,27410,250,27410,12,0,f94a2cb312b0941fde850fec998e779fb77fa5e0,0,0,0,0,0,
+20200405,CA,13438,103095,15000,2398,,1040,,,,,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,319,,2020-04-04T00:00:00Z,06,1412,1421,131533,116533,2833,116533,43,0,82542d678b02de258d4e062b72a3fa355bd98a87,0,0,0,0,0,
+20200405,CO,4565,19335,,783,875,,,,,,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,126,875,2020-04-03T00:00:00Z,08,392,1437,23900,23900,1829,23900,15,52,bdf4d04cfc6f0b75c4c267664da14ac26fe2ac73,0,0,0,0,0,
+20200405,CT,5675,17595,,1142,,,,,,,A,4/5/2020 12:00,2020-04-05T12:00:00Z,04/05 08:00,189,,2020-04-05T12:00:00Z,09,399,842,23270,23270,1241,23270,24,0,081cf6782e151008ddd3dd4c5e38510783b07ed8,0,0,0,0,0,
+20200405,DC,998,5836,,,,,,,,258,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,22,,2020-04-04T00:00:00Z,11,96,300,6834,6834,396,6834,1,0,3aeb3a78f784b13bc596706a878d6415c08b3947,0,0,0,0,0,
+20200405,DE,673,6321,,101,,,,,,71,C,4/5/2020 12:30,2020-04-05T12:30:00Z,04/05 08:30,14,,2020-04-05T12:30:00Z,10,80,447,6994,6994,527,6994,0,0,c7550e2dc822cc73d8ac67ede2fcbff91485aae9,0,0,0,0,0,
+20200405,FL,12151,101253,1129,,1572,,,,,,A,4/5/2020 13:30,2020-04-05T13:30:00Z,04/05 09:30,218,1572,2020-04-05T13:30:00Z,12,1040,10297,114533,113404,11337,113404,27,110,3755e273e9511fa8299b78735f86a595bb3ba376,0,0,0,0,0,
+20200405,GA,6647,21185,,,1283,,,,,,A,4/5/2020 11:27,2020-04-05T11:27:00Z,04/05 07:27,211,1283,2020-04-05T11:27:00Z,13,487,1051,27832,27832,1538,27832,10,44,0007239f19487f26aaa5886f6436bc6b9a0e4e97,0,0,0,0,0,
+20200405,GU,112,493,,21,,2,,,,23,,4/5/2020 09:05,2020-04-05T09:05:00Z,04/05 05:05,4,,2020-04-05T09:05:00Z,66,19,21,605,605,40,605,0,0,0ef7dc7bc42a7d0b88b2a69b8ca660e1a3a86251,0,0,0,0,0,
+20200405,HI,351,12604,,,19,,6,,,82,A,4/4/2020 18:00,2020-04-04T18:00:00Z,04/04 14:00,4,19,2020-04-04T18:00:00Z,15,32,645,12955,12955,677,12955,1,1,9b927416d7e9167a181635f2335e891bc24389c4,0,0,0,0,0,
+20200405,IA,868,9973,,91,165,,,,,188,C,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,22,165,2020-04-05T00:00:00Z,19,82,519,10841,10841,601,10841,8,12,211b381db06589ecb7f0dd26b91e2692f5203bce,0,0,0,0,0,
+20200405,ID,1077,9184,,,66,,11,,,,A,4/4/2020 19:00,2020-04-04T19:00:00Z,04/04 15:00,10,66,2020-04-04T19:00:00Z,16,64,1327,10261,10261,1391,10261,0,4,a570137fe94c07bc3e8a32886780b33934caf503,0,0,0,0,0,
+20200405,IL,11256,47727,,,,,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,274,,2020-04-05T00:00:00Z,17,899,4503,58983,58983,5402,58983,31,0,4c1ae595aeffd3d33318c36e79e7bf7610dcd26c,0,0,0,0,0,
+20200405,IN,4411,18241,,,,,,,,,B,4/4/2020 11:59,2020-04-04T11:59:00Z,04/04 07:59,127,,2020-04-04T11:59:00Z,18,458,2394,22652,22652,2852,22652,11,0,ab016f975754d4b88f768cb3f1c0f10c07842584,0,0,0,0,0,
+20200405,KS,747,7476,,,183,,,,,,B,4/5/2020 12:00,2020-04-05T12:00:00Z,04/05 08:00,22,183,2020-04-05T12:00:00Z,20,49,596,8223,8223,645,8223,1,11,a0af38423944bd542b7603e664d0b8f61189725e,0,0,0,0,0,
+20200405,KY,917,15746,,,,,,,,,A,4/4/2020 17:00,2020-04-04T17:00:00Z,04/04 13:00,40,,2020-04-04T17:00:00Z,21,86,1005,16663,16663,1091,16663,3,0,2a38fcecca4078eb1ffa97750fefc6713aa66391,0,0,0,0,0,
+20200405,LA,13010,47315,,1803,,,,561,,,A,4/5/2020 13:00,2020-04-05T13:00:00Z,04/05 09:00,477,,2020-04-05T13:00:00Z,22,514,1313,60325,60325,1827,60325,68,0,9a3dff2e059bb2fae5168195631bea5676bce3b3,0,0,0,0,0,
+20200405,MA,12402,59565,,1632,1632,,,,,,B,4/5/2020 12:30,2020-04-05T12:30:00Z,04/05 08:30,370,1632,2020-04-05T12:30:00Z,25,765,2374,71967,71967,3139,71967,66,262,4e3e623887bcac0a43d2aaca2e74a55d5e8d5167,0,0,0,0,0,
+20200405,MD,3609,24728,,,936,,,,,159,A,4/5/2020 10:00,2020-04-05T10:00:00Z,04/05 06:00,122,936,2020-04-05T10:00:00Z,24,484,2243,28337,28337,2727,28337,21,115,21d486c4562b8ca2a7c2f8da614ce25436cee913,0,0,0,0,0,
+20200405,ME,470,6088,,,86,,,,,156,A,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,10,86,2020-04-05T11:00:00Z,23,14,0,6558,6558,14,6558,0,3,17638e4878ac85e4c7bb5c5a9eda4df57d9043cd,0,0,0,0,0,
+20200405,MI,17567,40331,,,,,,,,56,B,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,617,,2020-04-05T11:00:00Z,26,1172,2926,57898,57898,4098,57898,77,0,86d158406f5f754f832619b44f3d52a279241159,0,0,0,0,0,
+20200405,MN,935,25842,,106,202,48,77,,,422,A,4/4/2020 17:00,2020-04-04T17:00:00Z,04/04 13:00,29,202,2020-04-04T17:00:00Z,27,70,1284,26777,26777,1354,26777,5,22,c03e300cac1d9a78147d2f2641e96b79ced39fb8,0,0,0,0,0,
+20200405,MO,2367,24882,,424,,,,,,,C,4/5/2020 15:00,2020-04-05T15:00:00Z,04/05 11:00,34,,2020-04-05T15:00:00Z,29,76,2268,27249,27249,2344,27249,10,0,7310fb6d2630cafdf4c3156d96a50f2e9f8a64fe,0,0,0,0,0,
+20200405,MP,8,13,10,,,,,,,,,4/4/2020 18:30,2020-04-04T18:30:00Z,04/04 14:30,1,,2020-04-04T18:30:00Z,69,0,0,31,21,0,21,0,0,30157ad4da7a2e29e380b88f6ea0b9d2183b43be,0,0,0,0,0,
+20200405,MS,1638,5580,,,475,,,,,,B,4/4/2020 19:00,2020-04-04T19:00:00Z,04/04 15:00,43,475,2020-04-04T19:00:00Z,28,183,447,7218,7218,630,7218,8,39,44990cbedce802f0930a0d9071f834a32082a4ad,0,0,0,0,0,
+20200405,MT,286,6317,,,24,,,,,,A,4/5/2020 10:00,2020-04-05T10:00:00Z,04/05 06:00,6,24,2020-04-05T10:00:00Z,30,21,405,6603,6603,426,6603,1,0,fa611383f594997ab51a6139e510bfa255269d33,0,0,0,0,0,
+20200405,NC,2585,37460,,261,,,,,,,A,4/5/2020 11:00,2020-04-05T11:00:00Z,04/05 07:00,31,,2020-04-05T11:00:00Z,37,183,1089,40045,40045,1272,40045,7,0,2339a64ad2229be0f809de41485de6f6926392cf,0,0,0,0,0,
+20200405,ND,207,6580,,20,31,,,,,63,B,4/5/2020 12:51,2020-04-05T12:51:00Z,04/05 08:51,3,31,2020-04-05T12:51:00Z,38,21,559,6787,6787,580,6787,0,1,ad3a742a4b071b12be526deacc80281506760b10,0,0,0,0,0,
+20200405,NE,363,5558,12,,,,,,,,A,4/5/2020 13:50,2020-04-05T13:50:00Z,04/05 09:50,8,,2020-04-05T13:50:00Z,31,42,500,5933,5921,542,5921,2,0,ca3a1c1509455276ead66e81740230ffb5750a91,0,0,0,0,0,
+20200405,NH,621,7411,93,,86,,,,,146,B,4/4/2020 09:00,2020-04-04T09:00:00Z,04/04 05:00,9,86,2020-04-04T09:00:00Z,33,81,446,8125,8032,527,8032,2,6,57df8423c4c80c00ec93a69c7466fce431210705,0,0,0,0,0,
+20200405,NJ,37505,44661,,4000,,,,,,,A,4/5/2020 13:00,2020-04-05T13:00:00Z,04/05 09:00,917,,2020-04-05T13:00:00Z,34,3381,3429,82166,82166,6810,82166,71,0,5deca348012af0d9238790244d999c1fd06acb86,0,0,0,0,0,
+20200405,NM,543,16285,,37,,,,18,,54,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,11,,2020-04-04T00:00:00Z,35,48,1148,16828,16828,1196,16828,1,0,4665226aa9d2714a51c2bec8c7872b1358d51c07,0,0,0,0,0,
+20200405,NV,1836,14995,,,,,,,,,A,4/5/2020 09:30,2020-04-05T09:30:00Z,04/05 05:30,46,,2020-04-05T09:30:00Z,32,94,574,16831,16831,668,16831,0,0,a6379ce22ff345c78111198cc5e8e95ac2247503,0,0,0,0,0,
+20200405,NY,122031,180249,,16479,32293,4376,,,,12187,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,4159,32293,2020-04-04T00:00:00Z,36,8327,10332,302280,302280,18659,302280,594,2822,540981605dfe9fc49e0edc66a55e20e9c69a1a55,0,0,0,0,0,
+20200405,OH,4043,39713,,,1104,,346,,,,B,4/5/2020 14:00,2020-04-05T14:00:00Z,04/05 10:00,119,1104,2020-04-05T14:00:00Z,39,304,1581,43756,43756,1885,43756,17,98,6b78f0ae3bfb5db279bfb1227e599fe31a8343ec,0,0,0,0,0,
+20200405,OK,1252,1401,,,330,,,,,,B,4/5/2020 08:00,2020-04-05T08:00:00Z,04/05 04:00,46,330,2020-04-05T08:00:00Z,40,93,39,2653,2653,132,2653,4,14,0771e4016a0d34884e7d7e2a2e12f39bcf53f887,0,0,0,0,0,
+20200405,OR,1068,19556,,,258,,,40,,,A,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,27,258,2020-04-04T11:00:00Z,41,69,3021,20624,20624,3090,20624,1,19,21e6935d1da8feb36d58c29a2955018c4443cfeb,0,0,0,0,0,
+20200405,PA,11510,66261,,,1072,,,,,,A,4/5/2020 12:00,2020-04-05T12:00:00Z,04/05 08:00,150,1072,2020-04-05T12:00:00Z,42,1493,6248,77771,77771,7741,77771,14,68,a262dba6ed51456824e5a70e2fdc4b3ded347aa0,0,0,0,0,0,
+20200405,PR,475,3073,1039,,,,,,,,A,4/5/2020 07:00,2020-04-05T07:00:00Z,04/05 03:00,20,,2020-04-05T07:00:00Z,72,23,468,4587,3548,491,3548,2,0,5f5b2261254e7d5121320fb5e604e30e1a7589b0,0,0,0,0,0,
+20200405,RI,922,6259,,103,,33,,6,,35,B,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,25,,2020-04-05T00:00:00Z,44,116,675,7181,7181,791,7181,8,0,e1a41362b54b55a5ea99b56b528571c9287cf1f3,0,0,0,0,0,
+20200405,SC,2049,16927,,,241,,,,,,B,4/5/2020 15:30,2020-04-05T15:30:00Z,04/05 11:30,44,241,2020-04-05T15:30:00Z,45,132,530,18976,18976,662,18976,4,0,88aa2f0eb745b7f7d2411ea8826c2bbfb63f1129,0,0,0,0,0,
+20200405,SD,240,5353,,,22,,,,,84,A,4/4/2020 18:00,2020-04-04T18:00:00Z,04/04 14:00,2,22,2020-04-04T18:00:00Z,46,28,341,5593,5593,369,5593,0,3,0da64c5251bf9e71e96ac7429537d4b4b688d175,0,0,0,0,0,
+20200405,TN,3633,41667,,,328,,,,,295,A,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,44,328,2020-04-04T15:00:00Z,47,312,3597,45300,45300,3909,45300,1,17,76dfeb565c917a86a719a2cb65446577ebfd2be4,0,0,0,0,0,
+20200405,TX,6812,64126,,827,,,,,,38,A,4/5/2020 13:00,2020-04-05T13:00:00Z,04/05 09:00,127,,2020-04-05T13:00:00Z,48,702,6485,70938,70938,7187,70938,22,0,29a1d177e197da4d1eec105c43ef8daedc92121a,0,0,0,0,0,
+20200405,UT,1605,29287,,,124,,,,,,A,4/5/2020 15:00,2020-04-05T15:00:00Z,04/05 11:00,8,124,2020-04-05T15:00:00Z,49,177,2672,30892,30892,2849,30892,0,7,af3c938fa22a12f01fdf1ae9762d4cc397660d6b,0,0,0,0,0,
+20200405,VA,2637,21034,,,431,,145,,108,,A,4/4/2020 17:00,2020-04-04T17:00:00Z,04/04 13:00,51,431,2020-04-04T17:00:00Z,51,230,1889,23671,23671,2119,23671,-1,41,6e7375096912bfb671b86beee9c3abdcd9a162ce,0,0,0,0,0,
+20200405,VI,42,206,18,,,,,,,34,,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,1,,2020-04-05T00:00:00Z,78,2,22,266,248,24,248,1,0,422232968411498bcef14ebddc384e57f7773ffe,0,0,0,0,0,
+20200405,VT,543,5830,,29,45,,,,,15,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,22,45,2020-04-05T00:00:00Z,50,31,588,6373,6373,619,6373,2,0,1c6a3f1fa566b213fe10b91e15e40410ae9bbbdb,0,0,0,0,0,
+20200405,WA,9649,94856,,581,,178,,,,,A,4/5/2020 00:00,2020-04-05T00:00:00Z,04/04 20:00,386,,2020-04-05T00:00:00Z,53,220,1737,104505,104505,1957,104505,21,0,db1a5f7de7405a85bc75df9854de28fe2127121a,0,0,0,0,0,
+20200405,WI,2267,25169,,,624,,175,,,,A,4/5/2020 16:00,2020-04-05T16:00:00Z,04/05 12:00,68,624,2020-04-05T16:00:00Z,55,155,1310,27436,27436,1465,27436,12,36,ad36bbfa6cb9f8fef300a609497c0ebf0072ce17,0,0,0,0,0,
+20200405,WV,324,8514,,,,,,,,,B,4/5/2020 10:00,2020-04-05T10:00:00Z,04/05 06:00,3,,2020-04-05T10:00:00Z,54,42,1110,8838,8838,1152,8838,1,0,edfaa01700463433b67d4b8ba8d0eba30008bef8,0,0,0,0,0,
+20200405,WY,197,3040,,,23,,,,,50,A,4/5/2020 09:23,2020-04-05T09:23:00Z,04/05 05:23,0,23,2020-04-05T09:23:00Z,56,10,95,3237,3237,105,3237,0,0,5fd08b8333ac0ab3be4177edbf3d95afb0060d03,0,0,0,0,0,
+20200404,AK,171,5869,,,16,,,,,,A,4/4/2020 16:00,2020-04-04T16:00:00Z,04/04 12:00,5,16,2020-04-04T16:00:00Z,02,14,10,6040,6040,24,6040,2,1,17ae7035397083e17940be2d3892f1639a206fb5,0,0,0,0,0,
+20200404,AL,1580,9273,,,212,,,,,,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,43,212,2020-04-04T00:00:00Z,01,148,1086,10853,10853,1234,10853,8,212,c25a73ff5653811d555b5e93a5c2cc52afb44656,0,0,0,0,0,
+20200404,AR,743,9627,,72,106,,,23,39,79,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,14,106,2020-04-04T00:00:00Z,05,39,632,10370,10370,671,10370,2,1,954ddf42e1190ad0b91208376d48e97d864df9dd,0,0,0,0,0,
+20200404,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,0989796e9eb015661dc21f0c9341279e8b9ec079,0,0,0,0,0,
+20200404,AZ,2019,25141,,,,,,,,,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,52,,2020-04-04T00:00:00Z,04,250,2237,27160,27160,2487,27160,11,0,d14d815e3e07faa5963e280cf6cc17fce203f557,0,0,0,0,0,
+20200404,CA,12026,101674,13000,2300,,1008,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,276,,2020-04-02T00:00:00Z,06,1325,77075,126700,113700,78400,113700,39,0,b301d6e37568f37a77fe4dd8dd886ab357ba70b6,0,0,0,0,0,
+20200404,CO,4173,17898,,777,823,,,,,,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,111,823,2020-04-02T00:00:00Z,08,445,1215,22071,22071,1660,22071,14,113,27a2185f21411333c1e880c2abb2879ee25f85f5,0,0,0,0,0,
+20200404,CT,5276,16753,,1033,,,,,,,A,4/4/2020 13:00,2020-04-04T13:00:00Z,04/04 09:00,165,,2020-04-04T13:00:00Z,09,362,1652,22029,22029,2014,22029,34,0,3bcd80e5739ab298e456097a372264873c0e3373,0,0,0,0,0,
+20200404,DC,902,5536,,,,,,,,235,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,21,,2020-04-03T00:00:00Z,11,145,709,6438,6438,854,6438,6,0,7850c33f2345bd6647031ca1eb196421bde89d6d,0,0,0,0,0,
+20200404,DE,593,5874,,95,,,,,,71,C,4/4/2020 13:45,2020-04-04T13:45:00Z,04/04 09:45,14,,2020-04-04T13:45:00Z,10,143,879,6467,6467,1022,6467,0,0,cd51a463aa995485177baf42809626e2d5d58ebd,0,0,0,0,0,
+20200404,FL,11111,90956,1281,,1462,,,,,,A,4/4/2020 09:51,2020-04-04T09:51:00Z,04/04 05:51,191,1462,2020-04-04T09:51:00Z,12,1526,8819,103348,102067,10345,102067,28,175,9a4a00b09ba311849f16bb543cbbf2b67108e478,0,0,0,0,0,
+20200404,GA,6160,20134,,,1239,,,,,,A,4/4/2020 11:27,2020-04-04T11:27:00Z,04/04 07:27,201,1239,2020-04-04T11:27:00Z,13,329,700,26294,26294,1029,26294,17,81,8dcf4da7c7a67d5d6fcc8c6470078232a3f20741,0,0,0,0,0,
+20200404,GU,93,472,,20,,2,,,,20,,4/4/2020 06:45,2020-04-04T06:45:00Z,04/04 02:45,4,,2020-04-04T06:45:00Z,66,9,13,565,565,22,565,0,0,c6afaed7b703ce1bcf3ca9fb3b8e0adbe41ef647,0,0,0,0,0,
+20200404,HI,319,11959,,,18,,6,,,78,A,4/3/2020 18:00,2020-04-03T18:00:00Z,04/03 14:00,3,18,2020-04-03T18:00:00Z,15,34,1753,12278,12278,1787,12278,1,3,e228918af5344e627d66bfd67258ec078ceb7688,0,0,0,0,0,
+20200404,IA,786,9454,,85,153,,,,,188,C,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,14,153,2020-04-04T00:00:00Z,19,87,700,10240,10240,787,10240,3,15,7dbbe1da11eb910c4e7e83427c9934b007f3d328,0,0,0,0,0,
+20200404,ID,1013,7857,,,62,,8,,,,A,4/3/2020 19:00,2020-04-03T19:00:00Z,04/03 15:00,10,62,2020-04-03T19:00:00Z,16,122,803,8870,8870,925,8870,1,6,7d487eee83d7c8b4b71fd83f943e78949cf34dbd,0,0,0,0,0,
+20200404,IL,10357,43224,,,,,,,,,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,243,,2020-04-04T00:00:00Z,17,1453,4080,53581,53581,5533,53581,33,0,ad40c26619dcc0e74e4df3512958ccb86d6aec91,0,0,0,0,0,
+20200404,IN,3953,15847,,,,,,,,,B,4/2/2020 23:59,2020-04-02T23:59:00Z,04/02 19:59,116,,2020-04-02T23:59:00Z,18,516,1449,19800,19800,1965,19800,14,0,16b00b84a69c6fb73e8072e429a91453a89350ee,0,0,0,0,0,
+20200404,KS,698,6880,,,172,,,,,,B,4/4/2020 12:00,2020-04-04T12:00:00Z,04/04 08:00,21,172,2020-04-04T12:00:00Z,20,78,426,7578,7578,504,7578,4,21,f80823da7bc3dc1ba5210f15fad467de40fe2f27,0,0,0,0,0,
+20200404,KY,831,14741,,,,,,,,,A,4/3/2020 17:00,2020-04-03T17:00:00Z,04/03 13:00,37,,2020-04-03T17:00:00Z,21,61,2707,15572,15572,2768,15572,6,0,7d3f47fe0cd7ec7567174fe954bb014021cd9046,0,0,0,0,0,
+20200404,LA,12496,46002,,1726,,,,571,,,A,4/4/2020 13:40,2020-04-04T13:40:00Z,04/04 09:40,409,,2020-04-04T13:40:00Z,22,2199,2654,58498,58498,4853,58498,39,0,2074d71633a203b845ef605a38e31cbf64b4cadd,0,0,0,0,0,
+20200404,MA,11637,57191,,1370,1370,,,,,,B,4/4/2020 12:30,2020-04-04T12:30:00Z,04/04 08:30,304,1370,2020-04-04T12:30:00Z,25,1334,4506,68828,68828,5840,68828,39,404,1981c644f2dd6b8b5f9f25c06fb513af181e105f,0,0,0,0,0,
+20200404,MD,3125,22485,,,821,,,,,159,A,4/4/2020 10:00,2020-04-04T10:00:00Z,04/04 06:00,101,821,2020-04-04T10:00:00Z,24,367,1553,25610,25610,1920,25610,17,157,fe1b27505c311be33262f714134c0b75193c12c4,0,0,0,0,0,
+20200404,ME,456,6088,,,83,,,,,140,A,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,10,83,2020-04-04T11:00:00Z,23,24,0,6544,6544,24,6544,1,8,9f9fd2c00260a816ddd64ecdf929205bd37abe19,0,0,0,0,0,
+20200404,MI,16395,37405,,,,,,,,56,B,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,540,,2020-04-04T11:00:00Z,26,1143,3735,53800,53800,4878,53800,61,0,634a2c646abcbaf82f017c520880ba0a8f8b5468,0,0,0,0,0,
+20200404,MN,865,24558,,95,180,42,69,,,416,A,4/4/2020 12:00,2020-04-04T12:00:00Z,04/04 08:00,24,180,2020-04-04T12:00:00Z,27,76,1120,25423,25423,1196,25423,2,24,a57c39816cfc6a727d945862919c3a1e7886bfcb,0,0,0,0,0,
+20200404,MO,2291,22614,,413,,,,,,,C,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,24,,2020-04-04T15:00:00Z,29,178,3257,24905,24905,3435,24905,5,0,04b0f45b881d657c5c8fe62bd6507a9c049b02b2,0,0,0,0,0,
+20200404,MP,8,13,10,,,,,,,,,4/3/2020 13:30,2020-04-03T13:30:00Z,04/03 09:30,1,,2020-04-03T13:30:00Z,69,0,0,31,21,0,21,0,0,33af550009c1c4ee03874d85c019967256a19eae,0,0,0,0,0,
+20200404,MS,1455,5133,,,436,,,,,,B,4/3/2020 19:00,2020-04-03T19:00:00Z,04/03 15:00,35,436,2020-04-03T19:00:00Z,28,97,380,6588,6588,477,6588,6,16,859f1125e2525084fd76e26605b15ee23ccc7b49,0,0,0,0,0,
+20200404,MT,265,5912,,,24,,,,,,A,4/4/2020 10:00,2020-04-04T10:00:00Z,04/04 06:00,5,24,2020-04-04T10:00:00Z,30,22,579,6177,6177,601,6177,0,0,91d444ed9ad59aa094b388170121bc685e3928c7,0,0,0,0,0,
+20200404,NC,2402,36371,,271,,,,,,,A,4/4/2020 11:00,2020-04-04T11:00:00Z,04/04 07:00,24,,2020-04-04T11:00:00Z,37,309,6866,38773,38773,7175,38773,5,0,ccbe2cfc15dc7b64964c0e9986711d87bbd5289f,0,0,0,0,0,
+20200404,ND,186,6021,,,30,,,,,63,B,4/4/2020 13:00,2020-04-04T13:00:00Z,04/04 09:00,3,30,2020-04-04T13:00:00Z,38,13,396,6207,6207,409,6207,0,1,878d44533e6dac334b5c0e09b91348dde9184dbe,0,0,0,0,0,
+20200404,NE,321,5058,10,,,,,,,,A,4/4/2020 14:05,2020-04-04T14:05:00Z,04/04 10:05,6,,2020-04-04T14:05:00Z,31,42,571,5389,5379,613,5379,0,0,853e727cb2d34fda9f08747ad81fb58081065e54,0,0,0,0,0,
+20200404,NH,540,6965,94,,80,,,,,144,B,4/3/2020 09:00,2020-04-03T09:00:00Z,04/03 05:00,7,80,2020-04-03T09:00:00Z,33,61,390,7599,7505,451,7505,2,7,e38fb4a35af64f299487b2abb57fea21226dbdd7,0,0,0,0,0,
+20200404,NJ,34124,41232,,4000,,,,,,,A,4/4/2020 13:00,2020-04-04T13:00:00Z,04/04 09:00,846,,2020-04-04T13:00:00Z,34,4229,3624,75356,75356,7853,75356,200,0,b4bc7e342102dc205af04c1695274de9c4bae165,0,0,0,0,0,
+20200404,NM,495,15137,,41,,,,18,,26,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,10,,2020-04-03T00:00:00Z,35,92,762,15632,15632,854,15632,3,0,3c3dd884df81cfe7d204e24e92dae722765b63b9,0,0,0,0,0,
+20200404,NV,1742,14421,,,,,,,,,A,4/4/2020 09:30,2020-04-04T09:30:00Z,04/04 05:30,46,,2020-04-04T09:30:00Z,32,228,1403,16163,16163,1631,16163,3,0,e9e49bc88371c2850dba3254c571023bd1f96f73,0,0,0,0,0,
+20200404,NY,113704,169917,,15905,29471,4126,,,,10478,A,4/3/2020 11:00,2020-04-03T11:00:00Z,04/03 07:00,3565,29471,2020-04-03T11:00:00Z,36,10841,12260,283621,283621,23101,283621,630,3261,7597fff2862485fd08651b177437f122eec72541,0,0,0,0,0,
+20200404,OH,3739,38132,,,1006,,326,,,,B,4/4/2020 14:00,2020-04-04T14:00:00Z,04/04 10:00,102,1006,2020-04-04T14:00:00Z,39,427,3069,41871,41871,3496,41871,11,111,13be0f357e73e97df521caa94f0b808287daefaf,0,0,0,0,0,
+20200404,OK,1159,1362,,,316,,,,,,B,4/4/2020 08:00,2020-04-04T08:00:00Z,04/04 04:00,42,316,2020-04-04T08:00:00Z,40,171,47,2521,2521,218,2521,4,27,9959a5236bcd2a6222ac183906a842f6db35a304,0,0,0,0,0,
+20200404,OR,999,16535,,,239,,,38,,,A,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,26,239,2020-04-03T12:00:00Z,41,100,0,17534,17534,100,17534,4,35,cf375280aeec5f0b5b5bc06945cdd0ab2a71cb77,0,0,0,0,0,
+20200404,PA,10017,60013,,,1004,,,,,,A,4/4/2020 12:00,2020-04-04T12:00:00Z,04/04 08:00,136,1004,2020-04-04T12:00:00Z,42,1597,6318,70030,70030,7915,70030,34,152,ebf454f0181b7263e6458d85fc1595b5737d6343,0,0,0,0,0,
+20200404,PR,452,2605,1129,,,,,,,,A,4/4/2020 07:00,2020-04-04T07:00:00Z,04/04 03:00,18,,2020-04-04T07:00:00Z,72,74,556,4186,3057,630,3057,3,0,e0d71043bd78f8c1441eca568bc4b8ae4a0264be,0,0,0,0,0,
+20200404,RI,806,5584,,93,,31,,6,,35,B,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,17,,2020-04-04T00:00:00Z,44,97,727,6390,6390,824,6390,3,0,1f2ccbf0ab73b6864bfb167383cadccf78fc06bc,0,0,0,0,0,
+20200404,SC,1917,16397,,,241,,,,,,B,4/4/2020 15:54,2020-04-04T15:54:00Z,04/04 11:54,40,241,2020-04-04T15:54:00Z,45,363,10956,18314,18314,11319,18314,9,0,2237ef0b8acd37314f8c7a04b1a39ca5999b7db6,0,0,0,0,0,
+20200404,SD,212,5012,1,,19,,,,,76,A,4/3/2020 18:00,2020-04-03T18:00:00Z,04/03 14:00,2,19,2020-04-03T18:00:00Z,46,25,419,5225,5224,444,5224,0,2,dbcb29e7e1b864d98877377e7b6d927429871533,0,0,0,0,0,
+20200404,TN,3321,38070,,,311,,,,,416,A,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,43,311,2020-04-04T15:00:00Z,47,254,3298,41391,41391,3552,41391,6,18,a61631b51261ad68f23bb8e3ede0115ec5bca0d2,0,0,0,0,0,
+20200404,TX,6110,57641,,196,,,,,,38,A,4/3/2020 21:00,2020-04-03T21:00:00Z,04/03 17:00,105,,2020-04-03T21:00:00Z,48,780,7207,63751,63751,7987,63751,15,0,37050e211ef018f2bb8fc6d34e698f2001e5c421,0,0,0,0,0,
+20200404,UT,1428,26615,,,117,,,,,,A,4/4/2020 15:00,2020-04-04T15:00:00Z,04/04 11:00,8,117,2020-04-04T15:00:00Z,49,182,3613,28043,28043,3795,28043,1,11,9a69651cbfbe746b7ffc00939b903cf644031715,0,0,0,0,0,
+20200404,VA,2407,19145,,,390,,145,,108,,A,4/3/2020 17:00,2020-04-03T17:00:00Z,04/03 13:00,52,390,2020-04-03T17:00:00Z,51,395,2152,21552,21552,2547,21552,6,78,39f35b607ff90cfcbf44d65a3354f7a02a696e46,0,0,0,0,0,
+20200404,VI,40,184,42,,,,,,,34,,4/3/2020 23:30,2020-04-03T23:30:00Z,04/03 19:30,,,2020-04-03T23:30:00Z,78,2,30,266,224,32,224,0,0,4df778d870ac536bf1424ce52eed3c3dde25589b,0,0,0,0,0,
+20200404,VT,512,5242,,29,45,,,,,15,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,20,45,2020-04-04T00:00:00Z,50,52,377,5754,5754,429,5754,3,0,deb66e713fb9debec758612ee594f159a8768878,0,0,0,0,0,
+20200404,WA,9429,93119,,574,,174,,,,,A,4/4/2020 00:00,2020-04-04T00:00:00Z,04/03 20:00,365,,2020-04-04T00:00:00Z,53,244,2375,102548,102548,2619,102548,27,0,2bb0abf6de0b17b7ab115cc08d051780a07ccd25,0,0,0,0,0,
+20200404,WI,2112,23859,,,588,,,,,,A,4/4/2020 04:00,2020-04-04T04:00:00Z,04/04 00:00,56,588,2020-04-04T04:00:00Z,55,200,1482,25971,25971,1682,25971,19,101,334c467ca9f678c8fd269d9a3bcd10300b36a3ef,0,0,0,0,0,
+20200404,WV,282,7404,,,,,,,,,B,4/4/2020 10:00,2020-04-04T10:00:00Z,04/04 06:00,2,,2020-04-04T10:00:00Z,54,45,1274,7686,7686,1319,7686,0,-1,dcbe42916b20aece07457d1b49119adfd75124d9,0,0,0,0,0,
+20200404,WY,187,2945,,,23,,,,,49,A,4/4/2020 09:49,2020-04-04T09:49:00Z,04/04 05:49,0,23,2020-04-04T09:49:00Z,56,25,241,3132,3132,266,3132,0,2,20f5aa79d7c3123072289bb41245431a4fb5a15a,0,0,0,0,0,
+20200403,AK,157,5859,,,15,,,,,,A,4/3/2020 16:00,2020-04-03T16:00:00Z,04/03 12:00,3,15,2020-04-03T16:00:00Z,02,14,980,6016,6016,994,6016,0,6,26a06f06a8b140c806742699bd9978cec55f8669,0,0,0,0,0,
+20200403,AL,1432,8187,,,,,,,,,B,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,35,,2020-04-03T00:00:00Z,01,199,684,9619,9619,883,9619,3,0,943aacddc2a9a03fd2710d12dc71b8275f311781,0,0,0,0,0,
+20200403,AR,704,8995,,71,105,,,26,39,60,A,4/3/2020 16:21,2020-04-03T16:21:00Z,04/03 12:21,12,105,2020-04-03T16:21:00Z,05,61,1115,9699,9699,1176,9699,0,5,52569a11ec660b507c62356d1b6d7e583b5f653a,0,0,0,0,0,
+20200403,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,0b077cfa9dfe3ca0d887b452b846d21608034767,0,0,0,0,0,
+20200403,AZ,1769,22904,,,,,,,,,B,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,41,,2020-04-03T00:00:00Z,04,171,1793,24673,24673,1964,24673,9,0,4d4a1a0123c883e85017c7064ccdc38f0671927e,0,0,0,0,0,
+20200403,CA,10701,24599,59500,2188,,901,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,237,,2020-04-02T00:00:00Z,06,1510,790,94800,35300,2300,35300,34,0,1425359cd5767e9553414d565a0dcc0779751392,0,0,0,0,0,
+20200403,CO,3728,16683,,739,710,,,,,,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,97,710,2020-04-01T00:00:00Z,08,386,1380,20411,20411,1766,20411,17,90,2f4b08b3169147ff9173e0856d054f1a77968db3,0,0,0,0,0,
+20200403,CT,4914,15101,,909,,,,,,,A,4/3/2020 15:30,2020-04-03T15:30:00Z,04/03 11:30,131,,2020-04-03T15:30:00Z,09,1090,625,20015,20015,1715,20015,19,0,2d4d2e515a4f463a9741f22d7f2c9d2812ecbe5d,0,0,0,0,0,
+20200403,DC,757,4827,,,,,,,,206,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,15,,2020-04-03T00:00:00Z,11,104,410,5584,5584,514,5584,3,0,dcc46b5e6d074bddeb3260a6c68d12e7bd15fbeb,0,0,0,0,0,
+20200403,DE,450,4995,,63,,,,,,71,C,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,14,,2020-04-03T00:00:00Z,10,57,429,5445,5445,486,5445,2,0,c1433ab0029fb49d066c1d4e49e5437db80b795d,0,0,0,0,0,
+20200403,FL,9585,82137,1225,,1287,,,,,,A,4/3/2020 11:30,2020-04-03T11:30:00Z,04/03 07:30,163,1287,2020-04-03T11:30:00Z,12,1575,12851,92947,91722,14426,91722,35,164,b9b430981a73ae17fa5c52766122722490f2246f,0,0,0,0,0,
+20200403,GA,5831,19434,,,1158,,,,,,A,4/3/2020 11:28,2020-04-03T11:28:00Z,04/03 07:28,184,1158,2020-04-03T11:28:00Z,13,483,1825,25265,25265,2308,25265,21,102,43e2e553dd846cf9fdabe6002662edd5a64e2185,0,0,0,0,0,
+20200403,GU,84,459,,19,,2,,,,14,,4/3/2020 09:45,2020-04-03T09:45:00Z,04/03 05:45,4,,2020-04-03T09:45:00Z,66,2,17,543,543,19,543,1,0,d83a46a0cdbf03db8582bb5620643b923f2ad33f,0,0,0,0,0,
+20200403,HI,285,10206,,,15,,6,,,72,A,4/2/2020 18:00,2020-04-02T18:00:00Z,04/02 14:00,2,15,2020-04-02T18:00:00Z,15,27,0,10491,10491,27,10491,1,0,d52de1e85ea219ad8749348a8db4f7903054a029,0,0,0,0,0,
+20200403,IA,699,8754,,80,138,,,,,188,C,4/3/2020 16:30,2020-04-03T16:30:00Z,04/03 12:30,11,138,2020-04-03T16:30:00Z,19,85,700,9453,9453,785,9453,0,18,dbb596814aeeb26a4abef0a4aaa889e143be8e12,0,0,0,0,0,
+20200403,ID,891,7054,,,56,,7,,,,A,4/2/2020 19:00,2020-04-02T19:00:00Z,04/02 15:00,9,56,2020-04-02T19:00:00Z,16,222,441,7945,7945,663,7945,0,7,93d55cb74f435efc49ab5192698462912543aa9e,0,0,0,0,0,
+20200403,IL,8904,39144,,,,,,,,,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,210,,2020-04-03T00:00:00Z,17,1209,3183,48048,48048,4392,48048,53,0,aada8cb2828d9daecc453b1c4893ac4fa58abddc,0,0,0,0,0,
+20200403,IN,3437,14398,,,,,,,,,B,4/2/2020 23:59,2020-04-02T23:59:00Z,04/02 19:59,102,,2020-04-02T23:59:00Z,18,398,1152,17835,17835,1550,17835,24,0,4610fb249da210e12fd6c04819835fea2528201e,0,0,0,0,0,
+20200403,KS,620,6454,,,151,,,,,,B,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,17,151,2020-04-03T12:00:00Z,20,68,395,7074,7074,463,7074,4,13,d75109ed9e303fe6caed905a5696189cd7b73281,0,0,0,0,0,
+20200403,KY,770,12034,,,,,,,,,A,4/2/2020 17:00,2020-04-02T17:00:00Z,04/02 13:00,31,,2020-04-02T17:00:00Z,21,90,4814,12804,12804,4904,12804,11,0,30e66d34a3dc102ac8af7d2a3dc1c76a1afe9573,0,0,0,0,0,
+20200403,LA,10297,43348,,1707,,,,535,,,A,4/3/2020 13:00,2020-04-03T13:00:00Z,04/03 09:00,370,,2020-04-03T13:00:00Z,22,1147,1412,53645,53645,2559,53645,60,0,2b4f869cfb858d2b14276944114cff378f94438e,0,0,0,0,0,
+20200403,MA,10303,52685,,,966,,,,,,B,4/3/2020 12:30,2020-04-03T12:30:00Z,04/03 08:30,265,966,2020-04-03T12:30:00Z,25,1436,4918,62988,62988,6354,62988,36,153,ba5e6a2fae3856914cf13ce166a1d7a6fe6d645d,0,0,0,0,0,
+20200403,MD,2758,20932,,,664,,,,,159,A,4/3/2020 10:00,2020-04-03T10:00:00Z,04/03 06:00,84,664,2020-04-03T10:00:00Z,24,427,2042,23690,23690,2469,23690,20,82,090dafe0ddb44a91a64fdd36f1fd0f719c1a086e,0,0,0,0,0,
+20200403,ME,432,6088,,,75,,,,,113,A,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,9,75,2020-04-03T12:00:00Z,23,56,0,6520,6520,56,6520,2,7,c376f7e95e6bbaebe5f6ed7df9fd799bdfdbc161,0,0,0,0,0,
+20200403,MI,15252,33670,,,,,,,,56,B,4/3/2020 11:00,2020-04-03T11:00:00Z,04/03 07:00,479,,2020-04-03T11:00:00Z,26,1135,3302,48922,48922,4437,48922,62,0,fbd8136283de2b5d0048f5edc71e00cef62ae487,0,0,0,0,0,
+20200403,MN,789,23438,,86,156,40,40,,,,A,4/2/2020 17:00,2020-04-02T17:00:00Z,04/02 13:00,22,156,2020-04-02T17:00:00Z,27,47,1786,24227,24227,1833,24227,4,18,d0691399b17188f3df1face9a6cce3b02fa0352e,0,0,0,0,0,
+20200403,MO,2113,19357,,,,,,,,,C,4/3/2020 15:00,2020-04-03T15:00:00Z,04/03 11:00,19,,2020-04-03T15:00:00Z,29,279,1508,21470,21470,1787,21470,0,0,7e7204875b294eef215e721cc34e185d50e503b6,0,0,0,0,0,
+20200403,MP,8,13,10,,,,,,,,,4/2/2020 18:30,2020-04-02T18:30:00Z,04/02 14:30,1,,2020-04-02T18:30:00Z,69,0,0,31,21,0,21,0,0,acaf32bcfcec9e7ebf845a41a509608300afffc6,0,0,0,0,0,
+20200403,MS,1358,4753,,,420,,,,,,B,4/2/2020 19:00,2020-04-02T19:00:00Z,04/02 15:00,29,420,2020-04-02T19:00:00Z,28,181,0,6111,6111,181,6111,3,60,45ed2aee913ed8af84f927e17d20e1435fa71c70,0,0,0,0,0,
+20200403,MT,243,5333,,,24,,,,,,A,4/3/2020 10:00,2020-04-03T10:00:00Z,04/03 06:00,5,24,2020-04-03T10:00:00Z,30,16,240,5576,5576,256,5576,0,4,16d5b938ef2fa88dc568dc365b6672812efa920e,0,0,0,0,0,
+20200403,NC,2093,29505,,184,,,,,,,A,4/3/2020 13:55,2020-04-03T13:55:00Z,04/03 09:55,19,,2020-04-03T13:55:00Z,37,236,2683,31598,31598,2919,31598,3,0,2450887d67ef026b90086ab144bf9b85f570c8cb,0,0,0,0,0,
+20200403,ND,173,5625,,,29,,,,,55,B,4/3/2020 13:50,2020-04-03T13:50:00Z,04/03 09:50,3,29,2020-04-03T13:50:00Z,38,14,804,5798,5798,818,5798,0,1,9b39a993b5ee5cf70d0d39b367a37e8a078174ed,0,0,0,0,0,
+20200403,NE,279,4487,11,,,,,,,,A,4/3/2020 13:50,2020-04-03T13:50:00Z,04/03 09:50,6,,2020-04-03T13:50:00Z,31,33,509,4777,4766,542,4766,1,0,0333981854fa986788e987cd47fb99f78ba30143,0,0,0,0,0,
+20200403,NH,479,6575,114,,73,,,,,101,B,4/2/2020 09:00,2020-04-02T09:00:00Z,04/02 05:00,5,73,2020-04-02T09:00:00Z,33,64,497,7168,7054,561,7054,1,15,9ca59931b182bf62beeb9a7415f8aa5bf8118627,0,0,0,0,0,
+20200403,NJ,29895,37608,,3016,,,,,,,A,4/3/2020 13:00,2020-04-03T13:00:00Z,04/03 09:00,646,,2020-04-03T13:00:00Z,34,4305,4088,67503,67503,8393,67503,109,0,a8df7262dff0f75b8180cf76b35f630f90cbe114,0,0,0,0,0,
+20200403,NM,403,14375,,31,,,,,,26,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,7,,2020-04-02T00:00:00Z,35,40,727,14778,14778,767,14778,1,0,4e12eaa560935d952d309d8a3ac84c24a4071dd5,0,0,0,0,0,
+20200403,NV,1514,13018,,,,,,,,,A,4/3/2020 09:30,2020-04-03T09:30:00Z,04/03 05:30,43,,2020-04-03T09:30:00Z,32,56,430,14532,14532,486,14532,5,0,af418d4931de132fdd477bb4d84de66d9ec3ab83,0,0,0,0,0,
+20200403,NY,102863,157657,,14810,26210,3731,,,,8886,A,4/3/2020 11:00,2020-04-03T11:00:00Z,04/03 07:00,2935,26210,2020-04-03T11:00:00Z,36,10482,11073,260520,260520,21555,260520,562,3424,0a17c356bae4da9a82bacdd60c96fc24a4f8b3f8,0,0,0,0,0,
+20200403,OH,3312,35063,,,895,,288,,,,B,4/3/2020 14:00,2020-04-03T14:00:00Z,04/03 10:00,91,895,2020-04-03T14:00:00Z,39,410,3047,38375,38375,3457,38375,10,93,472d892ecef12af34f5254d45538742f20b3caae,0,0,0,0,0,
+20200403,OK,988,1315,,171,289,123,,,,383,B,4/3/2020 08:00,2020-04-03T08:00:00Z,04/03 04:00,38,289,2020-04-03T08:00:00Z,40,109,50,2303,2303,159,2303,4,32,ab8587dbdfa4bd0169e42ae72da3bf1b34269771,0,0,0,0,0,
+20200403,OR,899,16535,,188,204,,,38,,,A,4/2/2020 11:00,2020-04-02T11:00:00Z,04/02 07:00,22,204,2020-04-02T11:00:00Z,41,73,1276,17434,17434,1349,17434,1,16,f1fec4a19e2d50c7b4dcd9a3f47b0efb045a8ab4,0,0,0,0,0,
+20200403,PA,8420,53695,,,852,,,,,,A,4/3/2020 12:00,2020-04-03T12:00:00Z,04/03 08:00,102,852,2020-04-03T12:00:00Z,42,1404,5997,62115,62115,7401,62115,12,122,1a822a8e00ada43028eea769cd45c496861a8dd6,0,0,0,0,0,
+20200403,PR,378,2049,1055,,,,,,,,A,4/3/2020 07:00,2020-04-03T07:00:00Z,04/03 03:00,15,,2020-04-03T07:00:00Z,72,62,445,3482,2427,507,2427,3,0,8824a666f7b876a0325eed6adc5c131f70113d4e,0,0,0,0,0,
+20200403,RI,709,4857,,77,,14,,6,,35,B,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,14,,2020-04-03T00:00:00Z,44,52,445,5566,5566,497,5566,2,0,a58907f8a62220d988c00e465341abef6d622326,0,0,0,0,0,
+20200403,SC,1554,5441,,,241,,,,,,B,4/2/2020 16:04,2020-04-02T16:04:00Z,04/02 12:04,31,241,2020-04-02T16:04:00Z,45,0,0,6995,6995,0,6995,0,0,05d044cb6af9cf25b15145991e61fdbcf51dc5a6,0,0,0,0,0,
+20200403,SD,187,4593,3,,17,,,,,69,A,4/3/2020 13:21,2020-04-03T13:21:00Z,04/03 09:21,2,17,2020-04-03T13:21:00Z,46,22,376,4783,4780,398,4780,0,0,cff5549d3ef95af669c5cfceb4715776287252d1,0,0,0,0,0,
+20200403,TN,3067,34772,,,293,,,,,248,A,4/3/2020 15:00,2020-04-03T15:00:00Z,04/03 11:00,37,293,2020-04-03T15:00:00Z,47,222,3006,37839,37839,3228,37839,5,30,384d7d90e22c7c927cad1ecf93fad2c27af002bc,0,0,0,0,0,
+20200403,TX,5330,50434,,196,,,,,,38,A,4/2/2020 21:00,2020-04-02T21:00:00Z,04/02 17:00,90,,2020-04-02T21:00:00Z,48,661,4424,55764,55764,5085,55764,20,0,c067ed01b2dba8758ae42ae8c0391f3754ed8bc1,0,0,0,0,0,
+20200403,UT,1246,23002,,,106,,,,,,A,4/3/2020 15:00,2020-04-03T15:00:00Z,04/03 11:00,7,106,2020-04-03T15:00:00Z,49,172,2847,24248,24248,3019,24248,0,6,4ff78866dda0f9727071dc2d9ebced0edc17e3d6,0,0,0,0,0,
+20200403,VA,2012,16993,,,312,,145,,108,,A,4/3/2020 09:00,2020-04-03T09:00:00Z,04/03 05:00,46,312,2020-04-03T09:00:00Z,51,306,1110,19005,19005,1416,19005,5,7,076939fbfd4cecbd66e7983657b7d76cc6c8964b,0,0,0,0,0,
+20200403,VI,38,154,56,,,,,,,29,,4/3/2020 14:30,2020-04-03T14:30:00Z,04/03 10:30,,,2020-04-03T14:30:00Z,78,5,5,248,192,10,192,0,0,64e91b2e6e197bb16fede1a8208e39806e3b6774,0,0,0,0,0,
+20200403,VT,460,4865,,29,45,,,,,15,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,17,45,2020-04-03T00:00:00Z,50,70,481,5325,5325,551,5325,0,0,df7db5f3ec54b19a1833727619159dd0fd20c45f,0,0,0,0,0,
+20200403,WA,9185,90744,,,,,,,,,A,4/3/2020 00:00,2020-04-03T00:00:00Z,04/02 20:00,338,,2020-04-03T00:00:00Z,53,281,4574,99929,99929,4855,99929,28,0,6362ed68cb38487dc14161547e596dafe2565868,0,0,0,0,0,
+20200403,WI,1912,22377,,,487,,,,,,A,4/3/2020 04:00,2020-04-03T04:00:00Z,04/03 00:00,37,487,2020-04-03T04:00:00Z,55,182,2060,24289,24289,2242,24289,6,26,7b6f8427795208edae3df3c9fe4c0e492b964a21,0,0,0,0,0,
+20200403,WV,237,6130,,,1,,,,,,B,4/3/2020 10:00,2020-04-03T10:00:00Z,04/03 06:00,2,1,2020-04-03T10:00:00Z,54,20,854,6367,6367,874,6367,0,0,71a7492e77b01cc5ccda55d350d0b7b6d10bf447,0,0,0,0,0,
+20200403,WY,162,2704,,,21,,,,,37,A,4/3/2020 10:42,2020-04-03T10:42:00Z,04/03 06:42,0,21,2020-04-03T10:42:00Z,56,12,265,2866,2866,277,2866,0,2,f7c0f8d32382442ea79d5fc984caf8dd500bd171,0,0,0,0,0,
+20200402,AK,143,4879,,,9,,,,,,A,4/1/2020 21:00,2020-04-01T21:00:00Z,04/01 17:00,3,9,2020-04-01T21:00:00Z,02,10,409,5022,5022,419,5022,0,0,83818dc0a91443a7d506197bb97771cb09fdba0c,0,0,0,0,0,
+20200402,AL,1233,7503,,,,,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,32,,2020-04-02T00:00:00Z,01,156,806,8736,8736,962,8736,6,0,707505b9c88c7267e981381961be14059c3c12fd,0,0,0,0,0,
+20200402,AR,643,7880,,66,100,,,23,32,47,A,4/2/2020 14:45,2020-04-02T14:45:00Z,04/02 10:45,12,100,2020-04-02T14:45:00Z,05,59,526,8523,8523,585,8523,2,10,69dd80272004fb8c45b384c979d430b35e2cb554,0,0,0,0,0,
+20200402,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,7aa0866fc1b6920cbd133a11fa47e002a5206c67,0,0,0,0,0,
+20200402,AZ,1598,21111,,,,,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,32,,2020-04-02T00:00:00Z,04,185,1466,22709,22709,1651,22709,3,0,b9d5cdbabe18fb47899770221f9dd03df165b2dd,0,0,0,0,0,
+20200402,CA,9191,23809,59500,1922,,816,,,,,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,203,,2020-04-02T00:00:00Z,06,1036,2037,92500,33000,3073,33000,32,0,830aa5348d031cfee83e3b06326819245cbae9d3,0,0,0,0,0,
+20200402,CO,3342,15303,,698,620,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,80,620,2020-03-31T00:00:00Z,08,376,1420,18645,18645,1796,18645,11,111,18d2ddc1163d469087ba34f56322a6b967b70985,0,0,0,0,0,
+20200402,CT,3824,14476,,827,,,,,,,A,4/2/2020 15:30,2020-04-02T15:30:00Z,04/02 11:30,112,,2020-04-02T15:30:00Z,09,267,1433,18300,18300,1700,18300,27,0,7f2c66652467c54a7b804cd18b1c246437d717b1,0,0,0,0,0,
+20200402,DC,653,4417,,,,,,,,173,A,4/2/2020 09:00,2020-04-02T09:00:00Z,04/02 05:00,12,,2020-04-02T09:00:00Z,11,67,1155,5070,5070,1222,5070,1,0,3745ac801d9deeb92b37005fb3c0b0fc873ff870,0,0,0,0,0,
+20200402,DE,393,4566,,56,,,,,,49,C,4/2/2020 16:45,2020-04-02T16:45:00Z,04/02 12:45,12,,2020-04-02T16:45:00Z,10,25,551,4959,4959,576,4959,1,0,d1fe40b7a90bd020ab63f7c13865ff187d86b9df,0,0,0,0,0,
+20200402,FL,8010,69286,1285,,1123,,,,,,A,4/2/2020 11:01,2020-04-02T11:01:00Z,04/02 07:01,128,1123,2020-04-02T11:01:00Z,12,1055,9757,78581,77296,10812,77296,41,174,0afc2617dfa62575beba1dc2552e14a51a3086e5,0,0,0,0,0,
+20200402,GA,5348,17609,,,1056,,,,,,A,4/2/2020 11:28,2020-04-02T11:28:00Z,04/02 07:28,163,1056,2020-04-02T11:28:00Z,13,710,1921,22957,22957,2631,22957,24,104,cd31139641a7a64a695f5e8c1e52faff8ac6d235,0,0,0,0,0,
+20200402,GU,82,442,,19,,2,,,,12,,4/2/2020 08:30,2020-04-02T08:30:00Z,04/02 04:30,3,,2020-04-02T08:30:00Z,66,5,36,524,524,41,524,0,0,0f5fee1c05f060ff32b77ea2ea3ff43fcd72d0f9,0,0,0,0,0,
+20200402,HI,258,10206,,,15,,6,,,69,A,4/1/2020 18:00,2020-04-01T18:00:00Z,04/01 14:00,1,15,2020-04-01T18:00:00Z,15,50,1485,10464,10464,1535,10464,0,2,832ce65b3b82a4ee2686c3452db94ce38bc0751e,0,0,0,0,0,
+20200402,IA,614,8054,,74,120,,,,,46,C,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,11,120,2020-04-02T00:00:00Z,19,65,750,8668,8668,815,8668,2,21,7e4a298924d2c6eb5a4e7ceb37b77456b6c2a4d7,0,0,0,0,0,
+20200402,ID,669,6613,,,49,,7,,,,A,4/1/2020 19:00,2020-04-01T19:00:00Z,04/01 15:00,9,49,2020-04-01T19:00:00Z,16,144,537,7282,7282,681,7282,0,3,262a67535bb7b446e74365acde4bddf8ae57c5f0,0,0,0,0,0,
+20200402,IL,7695,35961,,,,,,,,,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,157,,2020-04-02T00:00:00Z,17,715,2557,43656,43656,3272,43656,16,0,6924960597c91b0264cda6521605b7fd3694aada,0,0,0,0,0,
+20200402,IN,3039,13246,,,,,,,,,B,4/1/2020 23:59,2020-04-01T23:59:00Z,04/01 19:59,78,,2020-04-01T23:59:00Z,18,474,1436,16285,16285,1910,16285,13,0,d28ad1fce7b347bab973ef81f7fa2ea31d2a1bc1,0,0,0,0,0,
+20200402,KS,552,6059,,,138,,,,,,B,4/2/2020 12:00,2020-04-02T12:00:00Z,04/02 08:00,13,138,2020-04-02T12:00:00Z,20,70,648,6611,6611,718,6611,3,24,88ad900f0ee4c130ad7e8202f33244048c614525,0,0,0,0,0,
+20200402,KY,680,7220,,,,,,,,,A,4/1/2020 17:00,2020-04-01T17:00:00Z,04/01 13:00,20,,2020-04-01T17:00:00Z,21,89,255,7900,7900,344,7900,3,0,10bcfc05efd2f5f57a1ce07e0540a73518b5c427,0,0,0,0,0,
+20200402,LA,9150,41936,,1639,,,,507,,,A,4/2/2020 13:00,2020-04-02T13:00:00Z,04/02 09:00,310,,2020-04-02T13:00:00Z,22,2726,2584,51086,51086,5310,51086,37,0,11eedf236136340394a2395fe238a6d60864b6fb,0,0,0,0,0,
+20200402,MA,8867,47767,,,813,,,,,,B,4/2/2020 16:00,2020-04-02T16:00:00Z,04/02 12:00,229,813,2020-04-02T16:00:00Z,25,1228,3642,56634,56634,4870,56634,42,131,a1ec96b2c5d5cb08f4514891bab2aabb6cf7b396,0,0,0,0,0,
+20200402,MD,2331,18890,,,582,,,,,81,A,4/2/2020 10:00,2020-04-02T10:00:00Z,04/02 06:00,64,582,2020-04-02T10:00:00Z,24,346,1657,21221,21221,2003,21221,12,60,5037bf7c46697ab30441ee20cc58798ab06cf3bc,0,0,0,0,0,
+20200402,ME,376,6088,,,68,,,,,94,A,4/2/2020 10:00,2020-04-02T10:00:00Z,04/02 06:00,7,68,2020-04-02T10:00:00Z,23,32,0,6464,6464,32,6464,0,5,67b82fb6e83b76f4a94ac350a16838346fc09e43,0,0,0,0,0,
+20200402,MI,14117,30368,,,,,,,,,B,4/2/2020 11:00,2020-04-02T11:00:00Z,04/02 07:00,417,,2020-04-02T11:00:00Z,26,1229,3131,44485,44485,4360,44485,80,0,349dc29880605cf76e13a69dd2471b98f7d5e0ac,0,0,0,0,0,
+20200402,MN,742,21652,,75,138,38,38,,,,A,4/2/2020 12:00,2020-04-02T12:00:00Z,04/02 08:00,18,138,2020-04-02T12:00:00Z,27,53,1150,22394,22394,1203,22394,1,16,39a9ef9bc11a13b5d2f3011c261949debd49a668,0,0,0,0,0,
+20200402,MO,1834,17849,,,,,,,,,C,4/2/2020 15:00,2020-04-02T15:00:00Z,04/02 11:00,19,,2020-04-02T15:00:00Z,29,253,2003,19683,19683,2256,19683,1,0,efec935c473a760a210e2360739712d799a948e3,0,0,0,0,0,
+20200402,MP,8,13,12,,,,,,,,,4/2/2020 03:00,2020-04-02T03:00:00Z,04/01 23:00,1,,2020-04-02T03:00:00Z,69,2,13,33,21,15,21,1,0,42538e3201e7b386a956db21161d68fb5fadf3d7,0,0,0,0,0,
+20200402,MS,1177,4753,,,360,,,,,,B,4/1/2020 19:00,2020-04-01T19:00:00Z,04/01 15:00,26,360,2020-04-01T19:00:00Z,28,104,1041,5930,5930,1145,5930,4,28,4710b4a3aac2d43bf1425ab4195483424c07edd0,0,0,0,0,0,
+20200402,MT,227,5093,,,20,,,,,,A,4/2/2020 10:00,2020-04-02T10:00:00Z,04/02 06:00,5,20,2020-04-02T10:00:00Z,30,19,383,5320,5320,402,5320,0,3,747e278ebfd7f9b5752e3d403b4c4e4da9653f11,0,0,0,0,0,
+20200402,NC,1857,26822,,184,,,,,,,A,4/2/2020 14:00,2020-04-02T14:00:00Z,04/02 10:00,16,,2020-04-02T14:00:00Z,37,273,2163,28679,28679,2436,28679,6,0,f0980588270830cc9d577b4d666b6785d8629664,0,0,0,0,0,
+20200402,ND,159,4821,,,28,,,,,43,B,4/2/2020 12:56,2020-04-02T12:56:00Z,04/02 08:56,3,28,2020-04-02T12:56:00Z,38,17,470,4980,4980,487,4980,0,5,7c48f30539a27e82a9e03cf3d1181087c03b5054,0,0,0,0,0,
+20200402,NE,246,3978,11,,,,,,,,A,4/2/2020 14:00,2020-04-02T14:00:00Z,04/02 10:00,5,,2020-04-02T14:00:00Z,31,36,503,4235,4224,539,4224,1,0,3e35ff9a103709f4d12c4a6e86b8a522e262f8e4,0,0,0,0,0,
+20200402,NH,415,6078,126,,58,,,,,91,B,4/1/2020 09:00,2020-04-01T09:00:00Z,04/01 05:00,4,58,2020-04-01T09:00:00Z,33,0,93,6619,6493,93,6493,0,2,5c93d3ffd8aee3415d9038bdd22c99d6532f3270,0,0,0,0,0,
+20200402,NJ,25590,33520,,2000,,,,,,,A,4/2/2020 13:00,2020-04-02T13:00:00Z,04/02 09:00,537,,2020-04-02T13:00:00Z,34,3335,3133,59110,59110,6468,59110,182,0,5f164bc8453b5ac8a38eace8351ce433b6d4bffa,0,0,0,0,0,
+20200402,NM,363,13648,,31,,,,,,26,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,6,,2020-04-01T00:00:00Z,35,48,723,14011,14011,771,14011,1,0,fa06741ad18dd0f67d4c5454295aa284f8330bb4,0,0,0,0,0,
+20200402,NV,1458,12588,,,,,,,,,A,4/2/2020 09:30,2020-04-02T09:30:00Z,04/02 05:30,38,,2020-04-02T09:30:00Z,32,179,1069,14046,14046,1248,14046,12,0,2f8041ce3a00e3d8a93c76d152723aab001b52d3,0,0,0,0,0,
+20200402,NY,92381,146584,,13383,22786,3396,,,,7434,A,4/2/2020 11:45,2020-04-02T11:45:00Z,04/02 07:45,2373,22786,2020-04-02T11:45:00Z,36,8669,9416,238965,238965,18085,238965,432,2857,ae9aa3a3ca46078f9cee1c0f2c3c77bffcb648f3,0,0,0,0,0,
+20200402,OH,2902,32016,,,802,,260,,,,B,4/2/2020 14:00,2020-04-02T14:00:00Z,04/02 10:00,81,802,2020-04-02T14:00:00Z,39,355,5024,34918,34918,5379,34918,16,123,142db98524f6f09e82b394d21121ad4ae83d0dd2,0,0,0,0,0,
+20200402,OK,879,1265,,182,257,144,,,,,B,4/1/2020 08:00,2020-04-01T08:00:00Z,04/01 04:00,34,257,2020-04-01T08:00:00Z,40,160,17,2144,2144,177,2144,4,38,01c72f7eabb7077bce2adf54a4b85aa8d9cf19e5,0,0,0,0,0,
+20200402,OR,826,15259,,134,188,,,38,,,A,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,21,188,2020-04-01T11:00:00Z,41,90,2123,16085,16085,2213,16085,3,34,570751dbba6b98426b6aea46308c6caea883394f,0,0,0,0,0,
+20200402,PA,7016,47698,,,730,,,,,,A,4/2/2020 12:00,2020-04-02T12:00:00Z,04/02 08:00,90,730,2020-04-02T12:00:00Z,42,1211,5271,54714,54714,6482,54714,16,110,efed3a108cb54a89f1082e5582252e2380225713,0,0,0,0,0,
+20200402,PR,316,1604,1119,,,,,,,,A,4/2/2020 07:00,2020-04-02T07:00:00Z,04/02 03:00,12,,2020-04-02T07:00:00Z,72,30,195,3039,1920,225,1920,1,0,1ef4b1cc32665282219551526356c318e7b1b51f,0,0,0,0,0,
+20200402,RI,657,4412,,72,,14,,6,,35,B,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,12,,2020-04-02T00:00:00Z,44,91,581,5069,5069,672,5069,2,0,4ae30281bf302cbc9cda0c3c7ece3925fccf361f,0,0,0,0,0,
+20200402,SC,1554,5441,,,241,,,,,,B,4/2/2020 16:04,2020-04-02T16:04:00Z,04/02 12:04,31,241,2020-04-02T16:04:00Z,45,261,408,6995,6995,669,6995,5,139,a8bc7f3b02c2d37dca4ef28d635e4c3ac21d5626,0,0,0,0,0,
+20200402,SD,165,4217,0,,17,,,,,57,A,4/1/2020 18:00,2020-04-01T18:00:00Z,04/01 14:00,2,17,2020-04-01T18:00:00Z,46,36,314,4382,4382,350,4382,0,5,96c72804750ffd2bcb4bb7140df39c6e2f27070f,0,0,0,0,0,
+20200402,TN,2845,31766,,,263,,,,,220,A,4/2/2020 15:00,2020-04-02T15:00:00Z,04/02 11:00,32,263,2020-04-02T15:00:00Z,47,162,1997,34611,34611,2159,34611,8,63,88f6cfebf36da9d729877b86c9637e29ebe74686,0,0,0,0,0,
+20200402,TX,4669,46010,,196,,,,,,38,A,4/1/2020 21:00,2020-04-01T21:00:00Z,04/01 17:00,70,,2020-04-01T21:00:00Z,48,672,2150,50679,50679,2822,50679,12,0,972f37057a95fb075913aee76e1245e4ff850c43,0,0,0,0,0,
+20200402,UT,1074,20155,,,100,,,,,,A,4/2/2020 15:00,2020-04-02T15:00:00Z,04/02 11:00,7,100,2020-04-02T15:00:00Z,49,62,0,21229,21229,62,21229,0,9,5b20b350850fde369a5b0c27611e1c68c76146d4,0,0,0,0,0,
+20200402,VA,1706,15883,,246,305,,145,,108,,A,4/2/2020 09:00,2020-04-02T09:00:00Z,04/02 05:00,41,305,2020-04-02T09:00:00Z,51,222,2023,17589,17589,2245,17589,7,0,4769d1f2d899e043a01e49dc071228794566a652,0,0,0,0,0,
+20200402,VI,33,149,42,,,,,,,25,,4/2/2020 09:30,2020-04-02T09:30:00Z,04/02 05:30,,,2020-04-02T09:30:00Z,78,3,23,224,182,26,182,0,0,b05a16c83f4eb8f99cc0ec348e13ca97004c7013,0,0,0,0,0,
+20200402,VT,390,4384,,29,45,,,,,15,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,17,45,2020-04-02T00:00:00Z,50,31,222,4774,4774,253,4774,1,0,68aada95a78959ddb4735b77390e9dafaee05c88,0,0,0,0,0,
+20200402,WA,8904,86170,,,,,,,,,A,4/2/2020 00:00,2020-04-02T00:00:00Z,04/01 20:00,310,,2020-04-02T00:00:00Z,53,330,4584,95074,95074,4914,95074,28,0,5de7d90298deeccf2b36697dcfc3bb62601a9c5f,0,0,0,0,0,
+20200402,WI,1730,20317,,,461,,,,,,A,4/2/2020 16:00,2020-04-02T16:00:00Z,04/02 12:00,31,461,2020-04-02T16:00:00Z,55,180,1498,22047,22047,1678,22047,7,63,c80f7da3bad61cba25a54d034df910eb76cc9db2,0,0,0,0,0,
+20200402,WV,217,5276,,,1,,,,,,B,4/2/2020 00:17,2020-04-02T00:17:00Z,04/01 20:17,2,1,2020-04-02T00:17:00Z,54,26,892,5493,5493,918,5493,1,0,8df15c48134d8b6a5b43ee2185b682a773966f57,0,0,0,0,0,
+20200402,WY,150,2439,,,19,,,,,31,A,4/2/2020 10:30,2020-04-02T10:30:00Z,04/02 06:30,0,19,2020-04-02T10:30:00Z,56,20,221,2589,2589,241,2589,0,1,fbf8a59752ab0fa6de59241ff1bc89a11706ea98,0,0,0,0,0,
+20200401,AK,133,4470,,,9,,,,,,A,3/31/2020 19:00,2020-03-31T19:00:00Z,03/31 15:00,3,9,2020-03-31T19:00:00Z,02,14,876,4603,4603,890,4603,0,2,5e82bd82d35e9742c9caa58211751f721b415945,0,0,0,0,0,
+20200401,AL,1077,6697,,,,,,,,,B,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,26,,2020-04-01T00:00:00Z,01,96,399,7774,7774,495,7774,13,0,21128e03910c8cbe4f5cca2cd2883409cd59842d,0,0,0,0,0,
+20200401,AR,584,7354,,56,90,,,25,32,42,A,4/1/2020 13:26,2020-04-01T13:26:00Z,04/01 09:26,10,90,2020-04-01T13:26:00Z,05,61,1395,7938,7938,1456,7938,2,90,f8ae6860c0f7c8aae152588a0cbea950639326c5,0,0,0,0,0,
+20200401,AS,0,3,2,,,,,,,,,3/30/2020 23:00,2020-03-30T23:00:00Z,03/30 19:00,0,,2020-03-30T23:00:00Z,60,0,0,5,3,0,3,0,0,922b343405ae724d53e50d42c809e78418ef0949,0,0,0,0,0,
+20200401,AZ,1413,19645,,,,,,,,,B,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,29,,2020-04-01T00:00:00Z,04,124,1563,21058,21058,1687,21058,5,0,1d602255e2f5e9ff0a19c8263c69218476b6d90a,0,0,0,0,0,
+20200401,CA,8155,21772,57400,1855,,774,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,171,,2020-03-31T00:00:00Z,06,673,0,87327,29927,673,29927,18,0,1ffe76cb81ee9b2ee1cf8358965ad616d39f2714,0,0,0,0,0,
+20200401,CO,2966,13883,,574,509,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,69,509,2020-03-30T00:00:00Z,08,339,1146,16849,16849,1485,16849,18,95,9584b1c6726e2ce182d9d82a598367358dabf63a,0,0,0,0,0,
+20200401,CT,3557,13043,,766,,,,,,,A,4/1/2020 13:30,2020-04-01T13:30:00Z,04/01 09:30,85,,2020-04-01T13:30:00Z,09,429,14,16600,16600,443,16600,16,0,fc5af80f56973aaac89cd336fe65ad1350264fcd,0,0,0,0,0,
+20200401,DC,586,3262,2,,,,,,,142,A,3/31/2020 21:24,2020-03-31T21:24:00Z,03/31 17:24,11,,2020-03-31T21:24:00Z,11,91,0,3850,3848,91,3848,2,0,a2cc59fd186a2ede0caaf79ad291bf5e936f4873,0,0,0,0,0,
+20200401,DE,368,4015,,51,,,,,,49,C,4/1/2020 12:30,2020-04-01T12:30:00Z,04/01 08:30,11,,2020-04-01T12:30:00Z,10,49,319,4383,4383,368,4383,1,0,6354931eb41cfa94cd19e5732885609dbf921510,0,0,0,0,0,
+20200401,FL,6955,59529,1235,,949,,,,,,A,4/1/2020 11:30,2020-04-01T11:30:00Z,04/01 07:30,87,949,2020-04-01T11:30:00Z,12,617,5244,67719,66484,5861,66484,10,126,e7781a0b503d89dacc42a10daa9d889ae4d812ce,0,0,0,0,0,
+20200401,GA,4638,15688,,,952,,,,,,A,4/1/2020 11:28,2020-04-01T11:28:00Z,04/01 07:28,139,952,2020-04-01T11:28:00Z,13,709,3436,20326,20326,4145,20326,28,119,e1883753d045d2d42e5d59614d343b919f229a50,0,0,0,0,0,
+20200401,GU,77,406,,19,,2,,,,9,,4/1/2020 08:30,2020-04-01T08:30:00Z,04/01 04:30,3,,2020-04-01T08:30:00Z,66,8,35,483,483,43,483,1,0,1ba51f17cfe367a4b86e77058443d218408fec2f,0,0,0,0,0,
+20200401,HI,208,8721,,,13,,6,,,58,A,3/31/2020 18:00,2020-03-31T18:00:00Z,03/31 14:00,1,13,2020-03-31T18:00:00Z,15,4,250,8929,8929,254,8929,1,1,8851438975720e84cae1a920824101db77fc5ebe,0,0,0,0,0,
+20200401,IA,549,7304,,63,99,,,,,118,C,4/1/2020 14:40,2020-04-01T14:40:00Z,04/01 10:40,9,99,2020-04-01T14:40:00Z,19,52,416,7853,7853,468,7853,2,5,971fe4fbfa9d01f6011d2836773abd7d2d6aedf7,0,0,0,0,0,
+20200401,ID,525,6076,,,46,,7,,,,A,3/31/2020 19:00,2020-03-31T19:00:00Z,03/31 15:00,9,46,2020-03-31T19:00:00Z,16,110,779,6601,6601,889,6601,2,1,71fe5cd54709866ced233e4cc2488c546cbc4976,0,0,0,0,0,
+20200401,IL,6980,33404,,,,,,,,,A,4/1/2020 02:00,2020-04-01T02:00:00Z,03/31 22:00,141,,2020-04-01T02:00:00Z,17,986,4173,40384,40384,5159,40384,42,0,063d85af9a2721b1a84bc8791053379c62d57a10,0,0,0,0,0,
+20200401,IN,2565,11810,,,,,,,,,B,4/1/2020 00:59,2020-04-01T00:59:00Z,03/31 20:59,65,,2020-04-01T00:59:00Z,18,406,596,14375,14375,1002,14375,16,0,9a4f68b3a0c8b5b4223b55638dda81e676434bb9,0,0,0,0,0,
+20200401,KS,482,5411,,,114,,,,,,B,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,10,114,2020-04-01T11:00:00Z,20,54,415,5893,5893,469,5893,1,35,8a39d0f0fbb2d0d2d4ff1aad6403403b4899b16f,0,0,0,0,0,
+20200401,KY,591,6965,,,,,,,,,A,3/31/2020 17:00,2020-03-31T17:00:00Z,03/31 13:00,17,,2020-03-31T17:00:00Z,21,111,635,7556,7556,746,7556,6,0,a64597fdbbff496478ac06545dfe0398458749a1,0,0,0,0,0,
+20200401,LA,6424,39352,,1498,,,,490,,,A,4/1/2020 13:00,2020-04-01T13:00:00Z,04/01 09:00,273,,2020-04-01T13:00:00Z,22,1187,5622,45776,45776,6809,45776,34,0,11dfc6506ff44977c1371964165a5f66f75424b8,0,0,0,0,0,
+20200401,MA,7639,44125,,,682,,,,,,B,3/31/2020 12:30,2020-03-31T12:30:00Z,03/31 08:30,187,682,2020-03-31T12:30:00Z,25,1118,3685,51764,51764,4803,51764,34,120,1109e63c2bda17defcc787508e49cead142cc688,0,0,0,0,0,
+20200401,MD,1985,17233,,,522,,,,,,A,4/1/2020 10:00,2020-04-01T10:00:00Z,04/01 06:00,52,522,2020-04-01T10:00:00Z,24,325,2365,19218,19218,2690,19218,9,93,85aabee7f2a66095e1c91a48de73eb5b95dff9ab,0,0,0,0,0,
+20200401,ME,344,6088,,,63,,,,,80,A,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,7,63,2020-04-01T11:00:00Z,23,41,0,6432,6432,41,6432,2,6,bfee05a5ef89dcdc4fe49faac721696c0359b45a,0,0,0,0,0,
+20200401,MI,12888,27237,,,,,,,,,B,4/1/2020 16:00,2020-04-01T16:00:00Z,04/01 12:00,337,,2020-04-01T16:00:00Z,26,1013,3258,40125,40125,4271,40125,78,0,94e0618b41d487e8c2e4c055158bb28d3fea3aaa,0,0,0,0,0,
+20200401,MN,689,20502,,54,122,27,27,,,,A,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,17,122,2020-04-01T12:00:00Z,27,60,1351,21191,21191,1411,21191,5,10,58fa72f3d97ce85c42b2a61563c2c56a74356b6d,0,0,0,0,0,
+20200401,MO,1581,15846,,,,,,,,,C,4/1/2020 15:00,2020-04-01T15:00:00Z,04/01 11:00,18,,2020-04-01T15:00:00Z,29,254,1232,17427,17427,1486,17427,4,0,54452f6d8a99a4726c5d350408c4c3bec5aaf30f,0,0,0,0,0,
+20200401,MP,6,,,,,,,,,,,3/31/2020 21:50,2020-03-31T21:50:00Z,03/31 17:50,,,2020-03-31T21:50:00Z,69,4,0,6,6,4,6,0,0,08583da75b74c69627f42df7cbf1200c0289d287,0,0,0,0,0,
+20200401,MS,1073,3712,,,332,,,,,,B,3/31/2020 19:00,2020-03-31T19:00:00Z,03/31 15:00,22,332,2020-03-31T19:00:00Z,28,136,175,4785,4785,311,4785,2,121,5b4d5c3bc486355b64479fc551d592cde174b12f,0,0,0,0,0,
+20200401,MT,208,4710,,,17,,,,,,A,4/1/2020 10:00,2020-04-01T10:00:00Z,04/01 06:00,5,17,2020-04-01T10:00:00Z,30,24,476,4918,4918,500,4918,1,3,a98f0354f1ac0f4912bf3d779b2bc8b1901fb331,0,0,0,0,0,
+20200401,NC,1584,24659,,204,,,,,,,A,4/1/2020 11:00,2020-04-01T11:00:00Z,04/01 07:00,10,,2020-04-01T11:00:00Z,37,86,3051,26243,26243,3137,26243,2,0,7379dfacbfcd6ff3a8d752d9e9e280cd13659a43,0,0,0,0,0,
+20200401,ND,142,4351,,,23,,,,,34,B,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,3,23,2020-04-01T12:00:00Z,38,16,220,4493,4493,236,4493,0,2,6447ee961b09cdd4266b76dafdc8acaa08f9417a,0,0,0,0,0,
+20200401,NE,210,3475,8,,,,,,,,A,4/1/2020 14:00,2020-04-01T14:00:00Z,04/01 10:00,4,,2020-04-01T14:00:00Z,31,38,544,3693,3685,582,3685,1,0,5b1becf2ada819f12a2ff8ab4db247a3cd9c783d,0,0,0,0,0,
+20200401,NH,415,5985,97,,56,,,,,56,B,4/1/2020 09:00,2020-04-01T09:00:00Z,04/01 05:00,4,56,2020-04-01T09:00:00Z,33,101,572,6497,6400,673,6400,1,11,16faffa92fb8f5686b1fb5f186ae9c609b8165cf,0,0,0,0,0,
+20200401,NJ,22255,30387,,2000,,,,,,,A,4/1/2020 13:00,2020-04-01T13:00:00Z,04/01 09:00,355,,2020-04-01T13:00:00Z,34,3559,3310,52642,52642,6869,52642,88,0,e4f65b8f44c6d0e544e52d0de61e7908fc91310e,0,0,0,0,0,
+20200401,NM,315,12925,,24,,,,,,26,A,3/31/2020 22:22,2020-03-31T22:22:00Z,03/31 18:22,5,,2020-03-31T22:22:00Z,35,34,679,13240,13240,713,13240,1,0,719cd51ff1356905e001148a913c315a29b1b06c,0,0,0,0,0,
+20200401,NV,1279,11519,,,,,,,,,A,4/1/2020 09:30,2020-04-01T09:30:00Z,04/01 05:30,26,,2020-04-01T09:30:00Z,32,166,838,12798,12798,1004,12798,9,0,a38846c0b0e8ac8eecc76ac1ab689f3d296100b3,0,0,0,0,0,
+20200401,NY,83712,137168,,12226,19929,3022,,,,6142,A,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,1941,19929,2020-04-01T12:00:00Z,36,7917,7777,220880,220880,15694,220880,391,2844,1b22eeefcb983f3dc6193837581b2c2c54144a60,0,0,0,0,0,
+20200401,OH,2547,26992,,,679,,222,,,,B,4/1/2020 14:00,2020-04-01T14:00:00Z,04/01 10:00,65,679,2020-04-01T14:00:00Z,39,348,0,29539,29539,348,29539,10,94,26d67e6189b1a4db7fcb0c05db07315c3c66b782,0,0,0,0,0,
+20200401,OK,719,1248,,174,219,98,,,,,B,4/1/2020 08:00,2020-04-01T08:00:00Z,04/01 04:00,30,219,2020-04-01T08:00:00Z,40,154,19,1967,1967,173,1967,7,42,31d5f0039451af4ccdfc965767dab2bee7250889,0,0,0,0,0,
+20200401,OR,736,13136,,132,154,,,40,,,A,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,18,154,2020-03-31T11:00:00Z,41,46,0,13872,13872,46,13872,0,0,228f456b0f7b1d553e246d11f6c28478125f9789,0,0,0,0,0,
+20200401,PA,5805,42427,,,620,,,,,,A,4/1/2020 12:00,2020-04-01T12:00:00Z,04/01 08:00,74,620,2020-04-01T12:00:00Z,42,962,4782,48232,48232,5744,48232,11,106,25de6dfd3dbb8c52f760b5a4836ecfd040c90c69,0,0,0,0,0,
+20200401,PR,286,1409,897,,,,,,,,A,4/1/2020 07:00,2020-04-01T07:00:00Z,04/01 03:00,11,,2020-04-01T07:00:00Z,72,47,214,2592,1695,261,1695,3,0,1c557c929fbb4f5c4aec78a8c175fb49a14fcb0c,0,0,0,0,0,
+20200401,RI,566,3831,,60,,14,,6,,35,B,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,10,,2020-04-01T00:00:00Z,44,77,355,4397,4397,432,4397,2,0,706caccfa82fa6629c454e51ccdc463a28e79105,0,0,0,0,0,
+20200401,SC,1293,5033,,,102,,,,,,B,4/1/2020 15:55,2020-04-01T15:55:00Z,04/01 11:55,26,102,2020-04-01T15:55:00Z,45,210,417,6326,6326,627,6326,4,0,5bb50eba45dd87cac2da14b6517e76a288d3d9ec,0,0,0,0,0,
+20200401,SD,129,3903,0,,12,,,,,51,A,4/1/2020 12:30,2020-04-01T12:30:00Z,04/01 08:30,2,12,2020-04-01T12:30:00Z,46,21,294,4032,4032,315,4032,1,0,7bd082eb022c1218eed629c80bfdb265f42cb255,0,0,0,0,0,
+20200401,TN,2683,29769,,,200,,,,,137,A,4/1/2020 15:00,2020-04-01T15:00:00Z,04/01 11:00,24,200,2020-04-01T15:00:00Z,47,444,4648,32452,32452,5092,32452,1,25,9dde37ff65126ae5f4f8584aa9a82c7e6b53d5fe,0,0,0,0,0,
+20200401,TX,3997,43860,,196,,,,,,38,A,3/31/2020 21:00,2020-03-31T21:00:00Z,03/31 17:00,58,,2020-03-31T21:00:00Z,48,731,4134,47857,47857,4865,47857,17,0,5ab6c44b4ab6900dd6bb45c705c48a8c3c37ff0b,0,0,0,0,0,
+20200401,UT,1012,20155,,,91,,,,,,A,4/1/2020 15:00,2020-04-01T15:00:00Z,04/01 11:00,7,91,2020-04-01T15:00:00Z,49,125,2529,21167,21167,2654,21167,2,18,a25870cc86413d3a1729f4b44e6513d783e3be78,0,0,0,0,0,
+20200401,VA,1484,13860,,,305,,145,,108,,A,4/1/2020 13:00,2020-04-01T13:00:00Z,04/01 09:00,34,305,2020-04-01T13:00:00Z,51,234,1709,15344,15344,1943,15344,7,140,415d0b97c2539ee4c48e1aea34d7b6c8459f7300,0,0,0,0,0,
+20200401,VI,30,126,24,,,,,,,21,,3/31/2020 17:00,2020-03-31T17:00:00Z,03/31 13:00,,,2020-03-31T17:00:00Z,78,0,0,180,156,0,156,0,0,19fe5118296c184cf8615a2147e0702b445e890b,0,0,0,0,0,
+20200401,VT,359,4162,,30,45,,,,,15,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,16,45,2020-04-01T00:00:00Z,50,39,213,4521,4521,252,4521,3,9,36188df4d3c2daf46fdebad4fc77f982235d0a94,0,0,0,0,0,
+20200401,WA,8574,81586,,,,,,,,,A,4/1/2020 00:00,2020-04-01T00:00:00Z,03/31 20:00,282,,2020-04-01T00:00:00Z,53,436,4266,90160,90160,4702,90160,20,0,f8f82454436f1d583c9426dcc0b7d15166807a31,0,0,0,0,0,
+20200401,WI,1550,18819,,,398,,,,,,A,4/1/2020 16:00,2020-04-01T16:00:00Z,04/01 12:00,24,398,2020-04-01T16:00:00Z,55,199,1444,20369,20369,1643,20369,8,61,b39f8cd547ec14c1da0314d47b7e5d88d92df2ba,0,0,0,0,0,
+20200401,WV,191,4384,,,1,,,,,,B,4/1/2020 13:11,2020-04-01T13:11:00Z,04/01 09:11,1,1,2020-04-01T13:11:00Z,54,29,403,4575,4575,432,4575,0,0,725f08ddcc679265aacb06108af9698a2352965d,0,0,0,0,0,
+20200401,WY,130,2218,,,18,,,,,31,A,3/31/2020 19:44,2020-03-31T19:44:00Z,03/31 15:44,0,18,2020-03-31T19:44:00Z,56,21,219,2348,2348,240,2348,0,1,486429d03fead2aef7e25caf9eae9ffb179fc415,0,0,0,0,0,
+20200331,AK,119,3594,,,7,,,,,,A,3/30/2020 19:00,2020-03-30T19:00:00Z,03/30 15:00,3,7,2020-03-30T19:00:00Z,02,5,54,3713,3713,59,3713,0,0,3e09b4f0f162c61fde80396d6c26f0061a9a19a7,0,0,0,0,0,
+20200331,AL,981,6298,,,,,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,13,,2020-03-31T00:00:00Z,01,122,604,7279,7279,726,7279,7,0,2ca0b6efbbbee7e7beb0032cdb712795873f928d,0,0,0,0,0,
+20200331,AR,523,5959,,64,,,,23,,35,A,3/31/2020 14:59,2020-03-31T14:59:00Z,03/31 10:59,8,,2020-03-31T14:59:00Z,05,50,697,6482,6482,747,6482,1,0,9ae1e45605e2f6f605eae14b1d4fab36e0328814,0,0,0,0,0,
+20200331,AS,0,3,2,,,,,,,,,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,0,,2020-03-30T00:00:00Z,60,0,3,5,3,3,3,0,0,091e62de984a95a21e4cbeb1a7d5e7aa3f94952e,0,0,0,0,0,
+20200331,AZ,1289,18082,,,,,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,24,,2020-03-31T00:00:00Z,04,132,2480,19371,19371,2612,19371,4,0,a849d101bf32c7bd5a7b9afc7df71997ef4865a2,0,0,0,0,0,
+20200331,CA,7482,21772,57400,1617,,657,,,,,B,3/31/2020 16:00,2020-03-31T16:00:00Z,03/31 12:00,153,,2020-03-31T16:00:00Z,06,1035,1223,86654,29254,2258,29254,20,0,dbfbee645c6a2978c4160832a4f488ad90e2792f,0,0,0,0,0,
+20200331,CO,2627,12737,,503,414,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,51,414,2020-03-29T00:00:00Z,08,0,0,15364,15364,0,15364,0,0,770057486f6618d832fc011c06615f5e0688a1e6,0,0,0,0,0,
+20200331,CT,3128,13029,,608,,,,,,,A,3/31/2020 13:30,2020-03-31T13:30:00Z,03/31 09:30,69,,2020-03-31T13:30:00Z,09,557,1000,16157,16157,1557,16157,33,0,bb0212f736171fea129e950835b5c9c035e34597,0,0,0,0,0,
+20200331,DC,495,3262,2,,,,,,,121,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,9,,2020-03-30T00:00:00Z,11,94,580,3759,3757,674,3757,0,0,4fad6c753273c14862bb3889b7d8ca1679c606b8,0,0,0,0,0,
+20200331,DE,319,3696,,57,,,,,,22,C,3/31/2020 16:00,2020-03-31T16:00:00Z,03/31 12:00,10,,2020-03-31T16:00:00Z,10,55,1480,4015,4015,1535,4015,4,0,584c9e08b1eb3df2c885524ea122a20c6866e797,0,0,0,0,0,
+20200331,FL,6338,54285,1163,,823,,,,,,A,3/31/2020 11:30,2020-03-31T11:30:00Z,03/31 07:30,77,823,2020-03-31T11:30:00Z,12,865,6060,61786,60623,6925,60623,14,171,b4df6be823942b990975cbb187c1daba4c15a672,0,0,0,0,0,
+20200331,GA,3929,12252,,,833,,,,,,A,3/31/2020 12:57,2020-03-31T12:57:00Z,03/31 08:57,111,833,2020-03-31T12:57:00Z,13,1120,2337,16181,16181,3457,16181,24,126,8506acfb0a050b8a51a7667e2bf828bc1ed9e2c2,0,0,0,0,0,
+20200331,GU,69,371,,19,,2,,,,7,,3/31/2020 07:55,2020-03-31T07:55:00Z,03/31 03:55,2,,2020-03-31T07:55:00Z,66,11,19,440,440,30,440,1,0,29f3da182b753272ab658d75647ad3b93b49cabe,0,0,0,0,0,
+20200331,HI,204,8471,,,12,,6,,,49,A,3/30/2020 18:00,2020-03-30T18:00:00Z,03/30 14:00,,12,2020-03-30T18:00:00Z,15,29,646,8675,8675,675,8675,0,0,e71411154b209d8a85702e0efa6719db8a73f157,0,0,0,0,0,
+20200331,IA,497,6888,,61,94,,,,,33,C,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,7,94,2020-03-31T00:00:00Z,19,73,726,7385,7385,799,7385,1,20,8478ad2275c78bc89fdbc8dbed3f07072f080246,0,0,0,0,0,
+20200331,ID,415,5297,,,45,,6,,,,A,3/30/2020 19:00,2020-03-30T19:00:00Z,03/30 15:00,7,45,2020-03-30T19:00:00Z,16,105,901,5712,5712,1006,5712,1,6,5b98de0a0c484d7f2d45c45650911b5642306fa0,0,0,0,0,0,
+20200331,IL,5994,29231,,,,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,99,,2020-03-31T00:00:00Z,17,937,3842,35225,35225,4779,35225,26,0,0c7107bd1030f967dee4a2763ee24056ae7153ca,0,0,0,0,0,
+20200331,IN,2159,11214,,,,,,,,,B,3/30/2020 12:59,2020-03-30T12:59:00Z,03/30 08:59,49,,2020-03-30T12:59:00Z,18,373,1342,13373,13373,1715,13373,14,0,f8f550e7c95b43ec74c494b8bb62cb0921b3ec61,0,0,0,0,0,
+20200331,KS,428,4996,,,79,,,,,,B,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,9,79,2020-03-31T11:00:00Z,20,60,442,5424,5424,502,5424,1,13,8c5e50ad4d228e53c6c9ea076428c070cd7479c3,0,0,0,0,0,
+20200331,KY,480,6330,,,,,,,,,A,3/30/2020 17:00,2020-03-30T17:00:00Z,03/30 13:00,11,,2020-03-30T17:00:00Z,21,41,751,6810,6810,792,6810,2,0,c509b59a3c74c60c1922314fe41e495f967d6990,0,0,0,0,0,
+20200331,LA,5237,33730,,1355,,,,438,,,A,3/31/2020 13:00,2020-03-31T13:00:00Z,03/31 09:00,239,,2020-03-31T13:00:00Z,22,1212,3722,38967,38967,4934,38967,54,0,b913e50a6cc17d769e6648ebe518ae84512c573c,0,0,0,0,0,
+20200331,MA,6521,40440,,,562,,,,,,B,3/31/2020 12:30,2020-03-31T12:30:00Z,03/31 08:30,153,562,2020-03-31T12:30:00Z,25,868,3274,46961,46961,4142,46961,29,109,edcd9bf6f26657a04bc06f9f01cebd6d34bab4ec,0,0,0,0,0,
+20200331,MD,1660,14868,,,429,,,,,,A,3/31/2020 10:00,2020-03-31T10:00:00Z,03/31 06:00,43,429,2020-03-31T10:00:00Z,24,247,1552,16528,16528,1799,16528,8,76,87a265da34cf0cb4550eb9912fc4c0baf0fce332,0,0,0,0,0,
+20200331,ME,303,6088,,,57,,,,,68,A,3/31/2020 10:30,2020-03-31T10:30:00Z,03/31 06:30,5,57,2020-03-31T10:30:00Z,23,28,2694,6391,6391,2722,6391,2,8,5495acf3fbe4e0858f679e5e5dea083879f8fb1c,0,0,0,0,0,
+20200331,MI,11875,23979,,,,,,,,,B,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,259,,2020-03-31T11:00:00Z,26,974,2796,35854,35854,3770,35854,75,0,9cdca8dbd82ee5ca8536233c182c0cda54b38ef4,0,0,0,0,0,
+20200331,MN,629,19151,,56,112,26,26,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,12,112,2020-03-31T00:00:00Z,27,53,905,19780,19780,958,19780,2,20,55a56f88f7b3e2a28b7ba8a056d06ce6a4a5815b,0,0,0,0,0,
+20200331,MO,1327,14614,,,,,,,,,C,3/31/2020 15:00,2020-03-31T15:00:00Z,03/31 11:00,14,,2020-03-31T15:00:00Z,29,296,1410,15941,15941,1706,15941,1,0,e872d11f625fb085b2b08f61a23ccc7d67d3c584,0,0,0,0,0,
+20200331,MP,2,,,,,,,,,,,3/30/2020 18:30,2020-03-30T18:30:00Z,03/30 14:30,,,2020-03-30T18:30:00Z,69,0,0,2,2,0,2,0,0,45992e3bc3a8a96eb2f318288f7ba6ff6c2d5006,0,0,0,0,0,
+20200331,MS,937,3537,,,211,,,,,,B,3/30/2020 19:00,2020-03-30T19:00:00Z,03/30 15:00,20,211,2020-03-30T19:00:00Z,28,90,548,4474,4474,638,4474,4,16,c97b7182f6d37db7d86451d45e8ea592d219e7ad,0,0,0,0,0,
+20200331,MT,184,4234,,,14,,,,,,A,3/31/2020 10:00,2020-03-31T10:00:00Z,03/31 06:00,4,14,2020-03-31T10:00:00Z,30,13,91,4418,4418,104,4418,0,4,48d0fe9be0b4c61e4a86d59ac18ea948c9d2ad52,0,0,0,0,0,
+20200331,NC,1498,21608,,157,,,,,,,A,3/31/2020 09:05,2020-03-31T09:05:00Z,03/31 05:05,8,,2020-03-31T09:05:00Z,37,191,2051,23106,23106,2242,23106,2,0,646bd665e7360634313526b18f66b94bf4089682,0,0,0,0,0,
+20200331,ND,126,4131,,,21,,,,,30,B,3/31/2020 18:00,2020-03-31T18:00:00Z,03/31 14:00,3,21,2020-03-31T18:00:00Z,38,17,403,4257,4257,420,4257,1,2,1b31e832ec8844c7ba9caae87d27df0966f393a8,0,0,0,0,0,
+20200331,NE,172,2931,8,,,,,,,,A,3/31/2020 14:00,2020-03-31T14:00:00Z,03/31 10:00,3,,2020-03-31T14:00:00Z,31,27,347,3111,3103,374,3103,1,0,8346495d1ecfcee504852e1f63c3237df1a48498,0,0,0,0,0,
+20200331,NH,314,5413,65,,45,,,,,,B,3/30/2020 09:00,2020-03-30T09:00:00Z,03/30 05:00,3,45,2020-03-30T09:00:00Z,33,0,27,5792,5727,27,5727,0,0,fd8f235d076bc78dfce17e315daf67f7daf975bb,0,0,0,0,0,
+20200331,NJ,18696,27077,,2000,,,,,,,A,3/31/2020 13:00,2020-03-31T13:00:00Z,03/31 09:00,267,,2020-03-31T13:00:00Z,34,2060,1853,45773,45773,3913,45773,69,0,115dfea9a036c4daf05fd24c3681e78a7f42173a,0,0,0,0,0,
+20200331,NM,281,12246,,22,,,,,,26,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,4,,2020-03-31T00:00:00Z,35,44,1304,12527,12527,1348,12527,2,0,a4c7487e71e07312331534acc3a8378dee7c75c3,0,0,0,0,0,
+20200331,NV,1113,10681,,,,,,,,,A,3/31/2020 09:30,2020-03-31T09:30:00Z,03/31 05:30,17,,2020-03-31T09:30:00Z,32,105,474,11794,11794,579,11794,2,0,9ec8f5db1faa56e2878ccb7d0db43a7f447e80f0,0,0,0,0,0,
+20200331,NY,75795,129391,,10929,17085,2710,,,,4975,A,3/29/2020 09:16,2020-03-29T09:16:00Z,03/29 05:16,1550,17085,2020-03-29T09:16:00Z,36,9298,9420,205186,205186,18718,205186,332,2507,0cbadb6e01688a1e74d48412dc7b97de0a1da389,0,0,0,0,0,
+20200331,OH,2199,26992,,,585,,198,,,,B,3/31/2020 14:00,2020-03-31T14:00:00Z,03/31 10:00,55,585,2020-03-31T14:00:00Z,39,266,1650,29191,29191,1916,29191,16,110,75e50f7c7aa94e6eab81c2faffcf4ab608836bf0,0,0,0,0,0,
+20200331,OK,565,1229,,,177,83,,,,,B,3/31/2020 08:00,2020-03-31T08:00:00Z,03/31 04:00,23,177,2020-03-31T08:00:00Z,40,84,22,1794,1794,106,1794,6,24,e71247184f9cc0b69b0317b2b22bb1374767122e,0,0,0,0,0,
+20200331,OR,690,13136,,132,154,,,40,,,A,3/31/2020 11:00,2020-03-31T11:00:00Z,03/31 07:00,18,154,2020-03-31T11:00:00Z,41,84,859,13826,13826,943,13826,2,14,c92da27b98d6ca12feb30ff94dfa6e82a2ba217f,0,0,0,0,0,
+20200331,PA,4843,37645,,,514,,,,,,A,3/31/2020 12:00,2020-03-31T12:00:00Z,03/31 08:00,63,514,2020-03-31T12:00:00Z,42,756,3868,42488,42488,4624,42488,14,128,2cd806c7511e85c7d445f5c269b33627e6876978,0,0,0,0,0,
+20200331,PR,239,1195,854,,,,,,,,A,3/30/2020 07:00,2020-03-30T07:00:00Z,03/30 03:00,8,,2020-03-30T07:00:00Z,72,65,264,2288,1434,329,1434,2,0,b1248aeb0436a76309d8cebea60b53375c085b74,0,0,0,0,0,
+20200331,RI,489,3476,,59,,9,,6,,35,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,8,,2020-03-31T00:00:00Z,44,87,289,3965,3965,376,3965,4,0,d36358c1353a130dfd0f7107fb0509db2fd0ceb2,0,0,0,0,0,
+20200331,SC,1083,4616,,,102,,,,,,B,3/31/2020 16:31,2020-03-31T16:31:00Z,03/31 12:31,22,102,2020-03-31T16:31:00Z,45,158,456,5699,5699,614,5699,4,0,95bee7e325c0a7faee51f1209bab849f9677f29b,0,0,0,0,0,
+20200331,SD,108,3609,0,,12,,,,,44,A,3/31/2020 12:30,2020-03-31T12:30:00Z,03/31 08:30,1,12,2020-03-31T12:30:00Z,46,7,131,3717,3717,138,3717,0,12,3944af2b8fa9b3a3813c6ee67f4955c88262a668,0,0,0,0,0,
+20200331,TN,2239,25121,,,175,,,,,121,A,3/31/2020 15:00,2020-03-31T15:00:00Z,03/31 11:00,23,175,2020-03-31T15:00:00Z,47,405,3651,27360,27360,4056,27360,10,27,aaeddcace3c7c006b798dfab8d27f0c63ba79a71,0,0,0,0,0,
+20200331,TX,3266,39726,,196,,,,,,38,A,3/31/2020 13:45,2020-03-31T13:45:00Z,03/31 09:45,41,,2020-03-31T13:45:00Z,48,389,6723,42992,42992,7112,42992,7,0,a28c16422fe3a3b1702b823a4cfa66b40b6dd240,0,0,0,0,0,
+20200331,UT,887,17626,,,73,,,,,,A,3/31/2020 15:00,2020-03-31T15:00:00Z,03/31 11:00,5,73,2020-03-31T15:00:00Z,49,81,2429,18513,18513,2510,18513,1,73,68a0e8724a3aa07b538b1a207d8c5de04d82c4be,0,0,0,0,0,
+20200331,VA,1250,12151,,,165,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,27,165,2020-03-31T00:00:00Z,51,230,1133,13401,13401,1363,13401,2,29,38ccc160ea0e338d5d8b6e80bc405718fe1eeffe,0,0,0,0,0,
+20200331,VI,30,126,24,,,,,,,21,,3/30/2020 17:00,2020-03-30T17:00:00Z,03/30 13:00,,,2020-03-30T17:00:00Z,78,0,0,180,156,0,156,0,0,b4d715ea39f9c4bb5ec7188ad1e28d1249eb7d37,0,0,0,0,0,
+20200331,VT,320,3949,,21,36,,,,,15,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,13,36,2020-03-31T00:00:00Z,50,27,231,4269,4269,258,4269,1,18,2b62434db8d0ec9f9c7d49f2dd78b9fd1a340609,0,0,0,0,0,
+20200331,WA,8138,77320,,,,,,,,,A,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,262,,2020-03-31T00:00:00Z,53,307,4418,85458,85458,4725,85458,14,0,2a5619e3f4b5cca6c6dc7664e066aae0085d346d,0,0,0,0,0,
+20200331,WI,1351,17375,,,337,,,,,,A,3/31/2020 16:00,2020-03-31T16:00:00Z,03/31 12:00,16,337,2020-03-31T16:00:00Z,55,130,1519,18726,18726,1649,18726,2,337,ee14d4d81d927b15b9b4d5c87970ec5bb7902854,0,0,0,0,0,
+20200331,WV,162,3981,,,1,,,,,,B,3/31/2020 00:00,2020-03-31T00:00:00Z,03/30 20:00,1,1,2020-03-31T00:00:00Z,54,36,997,4143,4143,1033,4143,0,0,472f2a347444163df01bceaf32af4e0f272b062d,0,0,0,0,0,
+20200331,WY,109,1999,,,17,,,,,26,A,3/31/2020 10:37,2020-03-31T10:37:00Z,03/31 06:37,0,17,2020-03-31T10:37:00Z,56,15,159,2108,2108,174,2108,0,0,86f96e17fe20db489bc747409c60662ee5d7c7ad,0,0,0,0,0,
+20200330,AK,114,3540,,,7,,,,,,A,3/29/2020 19:00,2020-03-29T19:00:00Z,03/29 15:00,3,7,2020-03-29T19:00:00Z,02,12,308,3654,3654,320,3654,1,1,6e465597a3d23d37e0c05a3ea832e52a20dd418a,0,0,0,0,0,
+20200330,AL,859,5694,,,,,,,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,6,,2020-03-29T00:00:00Z,01,53,1510,6553,6553,1563,6553,2,0,832bb01ab0049898de13ded522e33bb013f1162c,0,0,0,0,0,
+20200330,AR,473,5262,,62,,,,21,,29,A,3/30/2020 15:42,2020-03-30T15:42:00Z,03/30 11:42,7,,2020-03-30T15:42:00Z,05,47,2235,5735,5735,2282,5735,1,0,4c786eb8c04aa9f55c62589a3a3657574245777b,0,0,0,0,0,
+20200330,AS,,,,,,,,,,,,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,0,,2020-03-30T00:00:00Z,60,0,0,0,0,0,0,0,0,11740f121f18732bfb679950f3de0336eb713bbd,0,0,0,0,0,
+20200330,AZ,1157,15602,,,,,,,,,B,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,20,,2020-03-30T00:00:00Z,04,238,2649,16759,16759,2887,16759,3,0,15ce3040d7f90ca079d52283343d426578c19cb2,0,0,0,0,0,
+20200330,CA,6447,20549,64400,1432,,597,,,,,B,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,133,,2020-03-30T00:00:00Z,06,739,0,91396,26996,739,26996,10,0,b465ec8a50f144a513afeae3d81405b6d90145ae,0,0,0,0,0,
+20200330,CO,2627,12737,,358,414,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,51,414,2020-03-28T00:00:00Z,08,566,1522,15364,15364,2088,15364,7,140,3dc68b04b499af40e4083e5d912e77807795e201,0,0,0,0,0,
+20200330,CT,2571,12029,,517,,,,,,,A,3/30/2020 11:30,2020-03-30T11:30:00Z,03/30 07:30,36,,2020-03-30T11:30:00Z,09,578,2122,14600,14600,2700,14600,2,0,592c766a24202971f63f8d4461867d62fe33b189,0,0,0,0,0,
+20200330,DC,401,2682,2,,,,,,,106,A,3/29/2020 20:45,2020-03-29T20:45:00Z,03/29 16:45,9,,2020-03-29T20:45:00Z,11,59,213,3085,3083,272,3083,4,0,9d2d723f2b1bf03d0f95de4768e8b63881171e20,0,0,0,0,0,
+20200330,DE,264,2216,,45,,,,,,9,C,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,6,,2020-03-30T00:00:00Z,10,32,2180,2480,2480,2212,2480,0,0,9573097a5e489b19e971d58aec5b310bdb690f60,0,0,0,0,0,
+20200330,FL,5473,48225,,,652,,,,,,A,3/30/2020 11:30,2020-03-30T11:30:00Z,03/30 07:30,63,652,2020-03-30T11:30:00Z,12,1227,9155,53698,53698,10382,53698,7,58,f4df0967f474f5f1b168766b6f79a6ff085e683a,0,0,0,0,0,
+20200330,GA,2809,9915,,,707,,,,,,A,3/30/2020 11:28,2020-03-30T11:28:00Z,03/30 07:28,87,707,2020-03-30T11:28:00Z,13,158,2,12724,12724,160,12724,7,41,bf00111c9c9bf0c662cacf45d03865aafeab1710,0,0,0,0,0,
+20200330,GU,58,352,,19,,2,,,,7,,3/30/2020 04:30,2020-03-30T04:30:00Z,03/30 00:30,1,,2020-03-30T04:30:00Z,66,2,18,410,410,20,410,0,0,75845e8a8419531f46e770b70f826c2b0c2fcdd9,0,0,0,0,0,
+20200330,HI,175,7825,,,12,,,,,,A,3/29/2020 18:00,2020-03-29T18:00:00Z,03/29 14:00,,12,2020-03-29T18:00:00Z,15,24,976,8000,8000,1000,8000,0,0,ac3b115a6bce1d9a1c0ba81485b787369bfa3ee4,0,0,0,0,0,
+20200330,IA,424,6162,,51,74,,,,,23,C,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,6,74,2020-03-30T00:00:00Z,19,88,1149,6586,6586,1237,6586,2,6,42092055b3e9829b30819ed92e90a1bff59c13ed,0,0,0,0,0,
+20200330,ID,310,4396,,,39,,,,,,A,3/29/2020 19:00,2020-03-29T19:00:00Z,03/29 15:00,6,39,2020-03-29T19:00:00Z,16,49,375,4706,4706,424,4706,1,3,63ef2c15ea0974d0a5e2e2d0693abfc97abe3662,0,0,0,0,0,
+20200330,IL,5057,25389,,,,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,73,,2020-03-29T00:00:00Z,17,461,2223,30446,30446,2684,30446,8,0,6cc42aeaa27897bf5660244d97e7f98bcb4bd403,0,0,0,0,0,
+20200330,IN,1786,9872,,,,,,,,,B,3/29/2020 12:59,2020-03-29T12:59:00Z,03/29 08:59,35,,2020-03-29T12:59:00Z,18,272,1556,11658,11658,1828,11658,3,0,d9f6ea01632f0d783375c9cbf874294cf9a52253,0,0,0,0,0,
+20200330,KS,368,4554,,,66,,,,,,B,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,8,66,2020-03-30T11:00:00Z,20,49,360,4922,4922,409,4922,2,11,f11b70d53dae4d46dab94c8e5c15b585c0ce5f6a,0,0,0,0,0,
+20200330,KY,439,5579,,,,,,,,,A,3/29/2020 17:00,2020-03-29T17:00:00Z,03/29 13:00,9,,2020-03-29T17:00:00Z,21,45,432,6018,6018,477,6018,0,0,f425e14b245cc9f127be81f8d3ac8064541f5a16,0,0,0,0,0,
+20200330,LA,4025,30008,,1185,,,,385,,,A,3/30/2020 13:00,2020-03-30T13:00:00Z,03/30 09:00,185,,2020-03-30T13:00:00Z,22,485,5677,34033,34033,6162,34033,34,0,39023963ba047b867f6b444a5642de8e1a3b18f3,0,0,0,0,0,
+20200330,MA,5653,37166,,,453,,,,,,B,3/30/2020 16:15,2020-03-30T16:15:00Z,03/30 12:15,124,453,2020-03-30T16:15:00Z,25,797,2932,42819,42819,3729,42819,25,54,82153f31c19d9633efe3090bf8423cd9af7a117e,0,0,0,0,0,
+20200330,MD,1413,13316,,,353,,,,,,A,3/30/2020 10:00,2020-03-30T10:00:00Z,03/30 06:00,35,353,2020-03-30T10:00:00Z,24,174,962,14729,14729,1136,14729,11,76,c466f518df0726c6b497896215c6f8835ef1b397,0,0,0,0,0,
+20200330,ME,275,3394,,,49,,,,,41,A,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,3,49,2020-03-30T12:00:00Z,23,22,0,3669,3669,22,3669,0,49,07d0d70498e10c1a4e1ff12471f40c9189a5f066,0,0,0,0,0,
+20200330,MI,10901,21183,,,,,,,,,B,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,184,,2020-03-30T16:00:00Z,26,891,5507,32084,32084,6398,32084,52,0,9d72c0a3852cbfe83a027f61da11c9f012d25e84,0,0,0,0,0,
+20200330,MN,576,18246,,56,92,24,24,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,10,92,2020-03-30T00:00:00Z,27,73,1092,18822,18822,1165,18822,1,17,1a6f5fbf7615f13e3b35cf8a7b9d93dd52e92d94,0,0,0,0,0,
+20200330,MO,1031,13204,,,,,,,,,C,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,13,,2020-03-30T16:00:00Z,29,193,1657,14235,14235,1850,14235,3,0,5afee98b18dd52f44eb5671bc1caaf2ff4c5b54a,0,0,0,0,0,
+20200330,MP,2,,,,,,,,,,,3/30/2020 01:30,2020-03-30T01:30:00Z,03/29 21:30,,,2020-03-30T01:30:00Z,69,0,0,2,2,0,2,0,0,834b33a0bbda508dd7861fdbf766c4002b1ec19a,0,0,0,0,0,
+20200330,MS,847,2989,,,195,,,,,,B,3/29/2020 19:00,2020-03-29T19:00:00Z,03/29 15:00,16,195,2020-03-29T19:00:00Z,28,89,429,3836,3836,518,3836,2,-40,56b08c02fc7b888b5309e2a0f52b8b243e48a102,0,0,0,0,0,
+20200330,MT,171,4143,,,10,,,,,,A,3/30/2020 10:00,2020-03-30T10:00:00Z,03/30 06:00,4,10,2020-03-30T10:00:00Z,30,17,0,4314,4314,17,4314,3,2,3587a063b036f4f8a40b6c33d5738042e2e845a8,0,0,0,0,0,
+20200330,NC,1307,19557,,137,,,,,,,A,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,6,,2020-03-30T11:00:00Z,37,267,1652,20864,20864,1919,20864,2,0,00aaa9a1f8725c3af8d1e398e7b7ce5f95168e64,0,0,0,0,0,
+20200330,ND,109,3728,,,19,,,,,19,B,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,2,19,2020-03-30T12:00:00Z,38,11,373,3837,3837,384,3837,1,2,967c93f3b73986f7487c28ef7bb35eaa1ff6ca00,0,0,0,0,0,
+20200330,NE,145,2584,5,,,,,,,,A,3/30/2020 14:30,2020-03-30T14:30:00Z,03/30 10:30,2,,2020-03-30T14:30:00Z,31,37,616,2734,2729,653,2729,0,0,8f9dd9d07c122ee320d6b5338c4d80de80fee15c,0,0,0,0,0,
+20200330,NH,314,5386,144,,45,,,,,,B,3/29/2020 09:00,2020-03-29T09:00:00Z,03/29 05:00,3,45,2020-03-29T09:00:00Z,33,100,862,5844,5700,962,5700,1,12,a526992ecfcabf603985f0233d967d52100a5552,0,0,0,0,0,
+20200330,NJ,16636,25224,,2000,,,,,,,A,3/29/2020 13:30,2020-03-29T13:30:00Z,03/29 09:30,198,,2020-03-29T13:30:00Z,34,3250,3008,41860,41860,6258,41860,37,0,02f152b8a8dbef3fb4df82ee28b273c9f6826847,0,0,0,0,0,
+20200330,NM,237,10942,,22,,,,,,26,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,2,,2020-03-29T00:00:00Z,35,0,173,11179,11179,173,11179,0,0,6f67c9f18bfef79e97b746296ecf61c715da2438,0,0,0,0,0,
+20200330,NV,1008,10207,,,,,,,,,A,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,15,,2020-03-30T12:00:00Z,32,270,1795,11215,11215,2065,11215,1,0,ccc6e27d3936f8c3c7463884a83155d002a9e7e5,0,0,0,0,0,
+20200330,NY,66497,119971,,9517,14578,2352,,,,4204,A,3/29/2020 09:16,2020-03-29T09:16:00Z,03/29 05:16,1218,14578,2020-03-29T09:16:00Z,36,6984,7124,186468,186468,14108,186468,253,1883,560b7dd5a8a9dd574e29912dcffa1f3848697f96,0,0,0,0,0,
+20200330,OH,1933,25342,,,475,,163,,,,B,3/30/2020 14:00,2020-03-30T14:00:00Z,03/30 10:00,39,475,2020-03-30T14:00:00Z,39,280,6330,27275,27275,6610,27275,10,72,8b865ca7788d635d710c3e4e611ae6ceb7a64697,0,0,0,0,0,
+20200330,OK,481,1207,,,153,103,,,,,B,3/30/2020 08:00,2020-03-30T08:00:00Z,03/30 04:00,17,153,2020-03-30T08:00:00Z,40,52,2,1688,1688,54,1688,1,13,5660044e9bb83df563b421d8c81a22b5c511838b,0,0,0,0,0,
+20200330,OR,606,12277,,132,140,,,39,,,A,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,16,140,2020-03-30T11:00:00Z,41,58,1399,12883,12883,1457,12883,3,11,58ee4a245ae0bc8046ecfdf021dbec098cef116b,0,0,0,0,0,
+20200330,PA,4087,33777,,,386,,,,,,A,3/30/2020 12:00,2020-03-30T12:00:00Z,03/30 08:00,49,386,2020-03-30T12:00:00Z,42,693,3716,37864,37864,4409,37864,11,33,94e82320fee4d12d136ef1bb6d6c718e376b6dc0,0,0,0,0,0,
+20200330,PR,174,931,794,,,,,,,,A,3/30/2020 07:00,2020-03-30T07:00:00Z,03/30 03:00,6,,2020-03-30T07:00:00Z,72,47,90,1899,1105,137,1105,1,0,47914ee15c6cbec5db67acf609fcbf2927370943,0,0,0,0,0,
+20200330,RI,402,3187,,41,,9,,6,,,B,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,4,,2020-03-30T00:00:00Z,44,108,347,3589,3589,455,3589,1,0,5ea3e7b42fc198a786b69223620587d45b1ff256,0,0,0,0,0,
+20200330,SC,925,4160,,,102,,,,,,B,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,18,102,2020-03-30T16:00:00Z,45,151,1145,5085,5085,1296,5085,2,0,0fe40cbe3ac758eedf090b0f3c74c646b7429b2f,0,0,0,0,0,
+20200330,SD,101,3478,0,,,,,,,34,A,3/30/2020 12:30,2020-03-30T12:30:00Z,03/30 08:30,1,,2020-03-30T12:30:00Z,46,11,351,3579,3579,362,3579,0,0,cc78cc530e6cbe5d563e3490b8367ae0a1823616,0,0,0,0,0,
+20200330,TN,1834,21470,,,148,,,,,,A,3/30/2020 15:00,2020-03-30T15:00:00Z,03/30 11:00,13,148,2020-03-30T15:00:00Z,47,297,2433,23304,23304,2730,23304,6,15,a5480a379b802618a2fe6dda8e0468454f995950,0,0,0,0,0,
+20200330,TX,2877,33003,,,,,,,,38,A,3/30/2020 12:45,2020-03-30T12:45:00Z,03/30 08:45,34,,2020-03-30T12:45:00Z,48,325,9795,35880,35880,10120,35880,0,0,f5496d64ca14d15734caf93a5188088a8be411f3,0,0,0,0,0,
+20200330,UT,806,15197,,,,,,,,,A,3/30/2020 15:00,2020-03-30T15:00:00Z,03/30 11:00,4,,2020-03-30T15:00:00Z,49,87,1923,16003,16003,2010,16003,2,0,373d994175d5b149c3fdd0a79ebf396b916fe807,0,0,0,0,0,
+20200330,VA,1020,11018,,,136,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,25,136,2020-03-30T00:00:00Z,51,130,1299,12038,12038,1429,12038,3,24,79be4b2822885af308d0310af640aa4485e18a8b,0,0,0,0,0,
+20200330,VI,30,126,24,,,,,,,,,3/30/2020 11:00,2020-03-30T11:00:00Z,03/30 07:00,,,2020-03-30T11:00:00Z,78,7,3,180,156,10,156,0,0,1f5a86fae76695a9fa248c11561911e1a4703997,0,0,0,0,0,
+20200330,VT,293,3718,,,18,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,12,18,2020-03-30T00:00:00Z,50,37,235,4011,4011,272,4011,0,0,aac6f5128644db881d9d57f39454e27cb487e9a7,0,0,0,0,0,
+20200330,WA,7831,72902,,,,,,,,,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,248,,2020-03-30T00:00:00Z,53,402,4752,80733,80733,5154,80733,11,0,21bcf7e6ca0d8bb4ad3f7a1bb81d25af06540cb2,0,0,0,0,0,
+20200330,WI,1221,15856,,,,,,,,,A,3/30/2020 16:00,2020-03-30T16:00:00Z,03/30 12:00,14,,2020-03-30T16:00:00Z,55,109,-694,17077,17077,-585,17077,1,0,a4674cd6c8e6ec7d9077da0a6a530b354b41d633,0,0,0,0,0,
+20200330,WV,126,2984,0,,1,,,,,,B,3/30/2020 14:10,2020-03-30T14:10:00Z,03/30 10:10,1,1,2020-03-30T14:10:00Z,54,13,279,3110,3110,292,3110,1,0,b58a49b9edcccc0bccf29d6c815d975735c3e518,0,0,0,0,0,
+20200330,WY,94,1840,,,17,,,,,24,A,3/30/2020 00:00,2020-03-30T00:00:00Z,03/29 20:00,0,17,2020-03-30T00:00:00Z,56,8,286,1934,1934,294,1934,0,2,2aa55892f48bcd2649daf5afc4adb4e59939542e,0,0,0,0,0,
+20200329,AK,102,3232,,,6,,,,,,A,3/28/2020 19:00,2020-03-28T19:00:00Z,03/28 15:00,2,6,2020-03-28T19:00:00Z,02,17,396,3334,3334,413,3334,0,1,0c0525bfacf6de6d3a15a5da5663d00d0ae6946f,0,0,0,0,0,
+20200329,AL,806,4184,,,,,,,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,4,,2020-03-29T00:00:00Z,01,110,0,4990,4990,110,4990,1,0,755d6cf5d91d2138538ebccf4009ffea05efc739,0,0,0,0,0,
+20200329,AR,426,3027,,43,,,,16,,28,A,3/29/2020 11:10,2020-03-29T11:10:00Z,03/29 07:10,6,,2020-03-29T11:10:00Z,05,22,89,3453,3453,111,3453,1,0,668e3841ebdc9fca2d626e8fa084cad667f73aaf,0,0,0,0,0,
+20200329,AS,,,,,,,,,,,,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,,2020-03-27T00:00:00Z,60,0,0,0,0,0,0,0,0,3f33ea65382a81593e8196535d5a4fb95c418033,0,0,0,0,0,
+20200329,AZ,919,12953,,,,,,,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,17,,2020-03-29T00:00:00Z,04,46,5498,13872,13872,5544,13872,2,0,ea75c011c85b3a5991add219d6d98e1cd03481d2,0,0,0,0,0,
+20200329,CA,5708,20549,64400,1034,,410,,,,,B,3/29/2020 14:18,2020-03-29T14:18:00Z,03/29 10:18,123,,2020-03-29T14:18:00Z,06,1065,0,90657,26257,1065,26257,22,0,a821e56b82a31968471dac9e5b520c7554416cd6,0,0,0,0,0,
+20200329,CO,2061,11215,,332,274,,,,,,A,3/28/2020 18:00,2020-03-28T18:00:00Z,03/28 14:00,44,274,2020-03-28T18:00:00Z,08,327,1273,13276,13276,1600,13276,13,35,cca0a39ff55aed52dc5665b6355b65fea85cc864,0,0,0,0,0,
+20200329,CT,1993,9907,,404,,,,,,,A,3/29/2020 12:30,2020-03-29T12:30:00Z,03/29 08:30,34,,2020-03-29T12:30:00Z,09,702,2798,11900,11900,3500,11900,7,0,6c69af15e5a1a84fe12e2deca3d6f8483e31cf13,0,0,0,0,0,
+20200329,DC,342,2469,1,,,,,,,66,A,3/28/2020 19:45,2020-03-28T19:45:00Z,03/28 15:45,5,,2020-03-28T19:45:00Z,11,38,258,2812,2811,296,2811,1,0,3210d5b8d1ace9479e29dc253ebc59e51e293958,0,0,0,0,0,
+20200329,DE,232,36,,33,,,,,,9,C,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,6,,2020-03-29T00:00:00Z,10,18,0,268,268,18,268,3,0,08e023b29ad465e632af712d618583822d3cd1ed,0,0,0,0,0,
+20200329,FL,4246,39070,,,594,,,,,,A,3/29/2020 11:30,2020-03-29T11:30:00Z,03/29 07:30,56,594,2020-03-29T11:30:00Z,12,483,3704,43316,43316,4187,43316,2,68,5c3e167a3335df0761d6a28241de641f9290e98f,0,0,0,0,0,
+20200329,GA,2651,9913,,,666,,,,,,A,3/28/2020 18:27,2020-03-28T18:27:00Z,03/28 14:27,80,666,2020-03-28T18:27:00Z,13,285,1228,12564,12564,1513,12564,11,49,c42eabf2bab748456ba1bd8f064b9803e48b0e56,0,0,0,0,0,
+20200329,GU,56,334,,15,,,,,,7,,3/29/2020 04:00,2020-03-29T04:00:00Z,03/29 00:00,1,,2020-03-29T04:00:00Z,66,1,35,390,390,36,390,0,0,9f8c36f2f84eff56bbb0086db62c4c9850300600,0,0,0,0,0,
+20200329,HI,151,6849,,,12,,,,,,A,3/28/2020 18:00,2020-03-28T18:00:00Z,03/28 14:00,,12,2020-03-28T18:00:00Z,15,31,2492,7000,7000,2523,7000,0,4,152aa40b53867863dd623650c2d62678947ab42b,0,0,0,0,0,
+20200329,IA,336,5013,,51,68,,,,,17,C,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,4,68,2020-03-29T00:00:00Z,19,38,638,5349,5349,676,5349,1,7,3da3ef2c938ad548b3fda47c85cdb561556fa943,0,0,0,0,0,
+20200329,ID,261,4021,,,36,,,,,,A,3/28/2020 18:55,2020-03-28T18:55:00Z,03/28 14:55,5,36,2020-03-28T18:55:00Z,16,31,679,4282,4282,710,4282,1,11,ec11d1fc0d359dc23e8a0876450d84e90eefcd83,0,0,0,0,0,
+20200329,IL,4596,23166,,,,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,65,,2020-03-29T00:00:00Z,17,1105,1166,27762,27762,2271,27762,18,0,f44a7a4f6c3b886c0675112ac8b4d800220ec1be,0,0,0,0,0,
+20200329,IN,1514,8316,,,,,,,,,B,3/29/2020 11:00,2020-03-29T11:00:00Z,03/29 07:00,32,,2020-03-29T11:00:00Z,18,282,1141,9830,9830,1423,9830,1,0,d78400986dd95bb7566daa4b8c4a814007c14fe0,0,0,0,0,0,
+20200329,KS,319,4194,,,55,,,,,,B,3/29/2020 11:00,2020-03-29T11:00:00Z,03/29 07:00,6,55,2020-03-29T11:00:00Z,20,58,523,4513,4513,581,4513,1,28,ed22e77f80418e078b0c9ae74faa40ac7af9281f,0,0,0,0,0,
+20200329,KY,394,5147,,,,,,,,,A,3/28/2020 17:00,2020-03-28T17:00:00Z,03/28 13:00,9,,2020-03-28T17:00:00Z,21,92,326,5541,5541,418,5541,1,0,42ddf2a9404524302bb3691638a5062b020ecc08,0,0,0,0,0,
+20200329,LA,3540,24331,,1127,,,,380,,,A,3/29/2020 13:00,2020-03-29T13:00:00Z,03/29 09:00,151,,2020-03-29T13:00:00Z,22,225,2485,27871,27871,2710,27871,14,0,309f018b8ff1218cb10cd93c219d4268d17a7036,0,0,0,0,0,
+20200329,MA,4856,34234,,,399,,,,,,B,3/28/2020 12:30,2020-03-28T12:30:00Z,03/28 08:30,99,399,2020-03-28T12:30:00Z,25,698,3319,39090,39090,4017,39090,27,49,0c4228b2d4dd1903073451c92d43e4b2bc979361,0,0,0,0,0,
+20200329,MD,1239,12354,,,277,,,,,,D,3/29/2020 10:00,2020-03-29T10:00:00Z,03/29 06:00,24,277,2020-03-29T10:00:00Z,24,247,838,13593,13593,1085,13593,7,51,37b4dd535e6b2a0bd61726ac49fabf625cdf75f1,0,0,0,0,0,
+20200329,ME,253,3394,,,,,,,,41,A,3/29/2020 14:20,2020-03-29T14:20:00Z,03/29 10:20,3,,2020-03-29T14:20:00Z,23,42,0,3647,3647,42,3647,2,0,338b91a832df6ea699a26d23f93828b3cb331f91,0,0,0,0,0,
+20200329,MI,10010,15676,,,,,,,,,B,3/28/2020 14:00,2020-03-28T14:00:00Z,03/28 10:00,132,,2020-03-28T14:00:00Z,26,723,1493,25686,25686,2216,25686,40,0,408458d14f9d56b6e8414ebd4382af10c904a820,0,0,0,0,0,
+20200329,MN,503,17154,,39,75,,17,,,243,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,9,75,2020-03-29T00:00:00Z,27,62,1466,17657,17657,1528,17657,4,18,596698d770704eb4ab6e6adba9f76719c23a3379,0,0,0,0,0,
+20200329,MO,838,11547,,,,,,,,,C,3/28/2020 15:00,2020-03-28T15:00:00Z,03/28 11:00,10,,2020-03-28T15:00:00Z,29,0,1465,12385,12385,1465,12385,0,0,5bbbde6b645f8bdb6aa4902ce4c69c3dc9930b4c,0,0,0,0,0,
+20200329,MP,2,,,,,,,,,,,3/29/2020 01:30,2020-03-29T01:30:00Z,03/28 21:30,,,2020-03-29T01:30:00Z,69,0,0,2,2,0,2,0,0,19151b242ae3177199a1a53416d21b076e77aa26,0,0,0,0,0,
+20200329,MS,758,2560,,,235,,,,,,B,3/28/2020 19:00,2020-03-28T19:00:00Z,03/28 15:00,14,235,2020-03-28T19:00:00Z,28,95,0,3318,3318,95,3318,1,16,2e798049b2063dbe9adcae0d8f1af9ac5153de26,0,0,0,0,0,
+20200329,MT,154,4143,,,8,,,,,,A,3/29/2020 10:00,2020-03-29T10:00:00Z,03/29 06:00,1,8,2020-03-29T10:00:00Z,30,25,887,4297,4297,912,4297,0,1,55758fdd35b697c5c9f1314551cd86f714194ea5,0,0,0,0,0,
+20200329,NC,1040,17905,,91,,,,,,,A,3/29/2020 10:35,2020-03-29T10:35:00Z,03/29 06:35,4,,2020-03-29T10:35:00Z,37,105,1313,18945,18945,1418,18945,0,0,4af5dcd67cf5b03e802b44c66777eb62763db8bb,0,0,0,0,0,
+20200329,ND,98,3355,,,17,,,,,18,B,3/29/2020 12:00,2020-03-29T12:00:00Z,03/29 08:00,1,17,2020-03-29T12:00:00Z,38,15,546,3453,3453,561,3453,0,1,52ec5831037552bb346b3d65b4a07a2cd0248f97,0,0,0,0,0,
+20200329,NE,108,1968,4,,,,,,,,A,3/28/2020 20:05,2020-03-28T20:05:00Z,03/28 16:05,2,,2020-03-28T20:05:00Z,31,12,64,2080,2076,76,2076,0,0,9ac3cc43996152577cce4904a60611ffb2bd5667,0,0,0,0,0,
+20200329,NH,214,4524,285,,33,,,,,,B,3/28/2020 09:00,2020-03-28T09:00:00Z,03/28 05:00,2,33,2020-03-28T09:00:00Z,33,27,868,5023,4738,895,4738,0,3,01d595737c8e33962010bc05d052ee7bfa7b15cf,0,0,0,0,0,
+20200329,NJ,13386,22216,,2000,,,,,,,A,3/29/2020 13:30,2020-03-29T13:30:00Z,03/29 09:30,161,,2020-03-29T13:30:00Z,34,2262,2830,35602,35602,5092,35602,21,0,c63a9837943a37824351cf763429345d3654cad9,0,0,0,0,0,
+20200329,NM,237,10769,,19,,,,,,2,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,2,,2020-03-29T00:00:00Z,35,46,1573,11006,11006,1619,11006,1,0,9c163ff8f4681c8d1b5600ad02cd8777e23c6637,0,0,0,0,0,
+20200329,NV,738,8412,,,,,,,,,A,3/28/2020 21:00,2020-03-28T21:00:00Z,03/28 17:00,14,,2020-03-28T21:00:00Z,32,117,511,9150,9150,628,9150,4,0,277cf43080e89e2d3caa9a09b1dd55a18de866b0,0,0,0,0,0,
+20200329,NY,59513,112847,,8503,12695,2037,,,,3572,A,3/29/2020 09:16,2020-03-29T09:16:00Z,03/29 05:16,965,12695,2020-03-29T09:16:00Z,36,7195,9231,172360,172360,16426,172360,237,2241,76fab041b9b53053d9e1365c27f9f30073e26122,0,0,0,0,0,
+20200329,OH,1653,19012,,,403,,139,,,,B,3/29/2020 14:00,2020-03-29T14:00:00Z,03/29 10:00,29,403,2020-03-29T14:00:00Z,39,247,0,20665,20665,247,20665,4,59,4c61b8a83d5eb08a7d9389dbc0b7ae6be1ce3ad6,0,0,0,0,0,
+20200329,OK,429,1205,,,140,,,,,,A,3/29/2020 08:00,2020-03-29T08:00:00Z,03/29 04:00,16,140,2020-03-29T08:00:00Z,40,52,25,1634,1634,77,1634,1,14,a9f9d739fbc3364e49800dbc976e485f9006621a,0,0,0,0,0,
+20200329,OR,548,10878,,107,129,,,37,,,A,3/29/2020 11:00,2020-03-29T11:00:00Z,03/29 07:00,13,129,2020-03-29T11:00:00Z,41,69,1185,11426,11426,1254,11426,0,12,d01038e043ec12bd5ede96ce72113969980259c5,0,0,0,0,0,
+20200329,PA,3394,30061,,,353,,,,,,A,3/29/2020 12:00,2020-03-29T12:00:00Z,03/29 08:00,38,353,2020-03-29T12:00:00Z,42,643,4807,33455,33455,5450,33455,4,37,37bcedd58298ba93ca8f7f735abe29c141aaf7dd,0,0,0,0,0,
+20200329,PR,127,841,817,,,,,,,,A,3/29/2020 07:00,2020-03-29T07:00:00Z,03/29 03:00,5,,2020-03-29T07:00:00Z,72,27,102,1785,968,129,968,2,0,919dd703638a231d9961799a01f610264df02e8d,0,0,0,0,0,
+20200329,RI,294,2840,,35,,9,,6,,,B,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,3,,2020-03-29T00:00:00Z,44,55,299,3134,3134,354,3134,3,0,6da94f2bb4df84ac5addaaf04acd14605a3a8e25,0,0,0,0,0,
+20200329,SC,774,3015,,,102,,,,,,B,3/29/2020 15:30,2020-03-29T15:30:00Z,03/29 11:30,16,102,2020-03-29T15:30:00Z,45,235,607,3789,3789,842,3789,3,0,d3349479a4cc86357db004eecac24a4c97cb6e3e,0,0,0,0,0,
+20200329,SD,90,3127,1,,,,,,,29,A,3/29/2020 12:30,2020-03-29T12:30:00Z,03/29 08:30,1,,2020-03-29T12:30:00Z,46,22,535,3218,3217,557,3217,0,0,8aaa8711d451edeb130dd376636428468df12d12,0,0,0,0,0,
+20200329,TN,1537,19037,,,133,,,,,,A,3/29/2020 15:00,2020-03-29T15:00:00Z,03/29 11:00,7,133,2020-03-29T15:00:00Z,47,164,2072,20574,20574,2236,20574,1,15,07e272f268eddbe00dbfed8e7fa1696249bb0023,0,0,0,0,0,
+20200329,TX,2552,23208,,,,,,,,,A,3/29/2020 13:45,2020-03-29T13:45:00Z,03/29 09:45,34,,2020-03-29T13:45:00Z,48,500,0,25760,25760,500,25760,7,0,b77c0fa7be7c1fab14dea1ffada7a0089ccd0cb2,0,0,0,0,0,
+20200329,UT,719,13274,,,,,,,,,A,3/29/2020 15:00,2020-03-29T15:00:00Z,03/29 11:00,2,,2020-03-29T15:00:00Z,49,117,2564,13993,13993,2681,13993,0,0,013649813b2fd9b84640aef9a9a96f8511b04dc3,0,0,0,0,0,
+20200329,VA,890,9719,,,112,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,22,112,2020-03-29T00:00:00Z,51,151,1292,10609,10609,1443,10609,5,13,33b84b9f2bb00c7a48ae1e542fc368f90cdea76e,0,0,0,0,0,
+20200329,VI,23,123,37,,,,,,,,,3/28/2020 19:00,2020-03-28T19:00:00Z,03/28 15:00,,,2020-03-28T19:00:00Z,78,1,17,183,146,18,146,0,0,7edc0d9fa712caeb969552908db24e47d8c54bd3,0,0,0,0,0,
+20200329,VT,256,3483,,,18,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,12,18,2020-03-29T00:00:00Z,50,22,291,3739,3739,313,3739,0,0,c2da48e7caea0f6b5b235f53a21621764a7febc7,0,0,0,0,0,
+20200329,WA,7429,68150,,,,,,,,,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,237,,2020-03-29T00:00:00Z,53,317,1519,75579,75579,1836,75579,17,0,50822271a640486c6df40a8ad7c5c1d2ef7cf8b8,0,0,0,0,0,
+20200329,WI,1112,16550,,,,,,,,,A,3/29/2020 16:00,2020-03-29T16:00:00Z,03/29 12:00,13,,2020-03-29T16:00:00Z,55,123,1318,17662,17662,1441,17662,0,0,6ef8d271c67beafde50ed1b3774f12bf01ce74c1,0,0,0,0,0,
+20200329,WV,113,2705,0,,1,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,0,1,2020-03-28T00:00:00Z,54,17,374,2818,2818,391,2818,0,0,ff8dbc914745829b6c5cf1511446990a65663be0,0,0,0,0,0,
+20200329,WY,86,1554,,,15,,,,,20,A,3/29/2020 00:00,2020-03-29T00:00:00Z,03/28 20:00,0,15,2020-03-29T00:00:00Z,56,4,79,1640,1640,83,1640,0,1,39a1940d992cb5f17a96d467bebebc7df7024b18,0,0,0,0,0,
+20200328,AK,85,2836,,,5,,,,,,A,3/27/2020 19:00,2020-03-27T19:00:00Z,03/27 15:00,2,5,2020-03-27T19:00:00Z,02,16,517,2921,2921,533,2921,1,2,827d80f05fc99953761ae6ff43d0ec59b328fd61,0,0,0,0,0,
+20200328,AL,696,4184,,,,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,3,,2020-03-28T00:00:00Z,01,109,0,4880,4880,109,4880,0,0,c42d181005723c078d25ef3b46693b34f0d6fbf3,0,0,0,0,0,
+20200328,AR,404,2938,,48,,,,17,,24,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,5,,2020-03-28T00:00:00Z,05,23,1393,3342,3342,1416,3342,2,0,d738aab322049a183b64a59661c1b56e167dc924,0,0,0,0,0,
+20200328,AS,,,,,,,,,,,,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,,2020-03-27T00:00:00Z,60,0,0,0,0,0,0,0,0,0658bbd43a9732319cfb2e5079e36a2120efd702,0,0,0,0,0,
+20200328,AZ,873,7455,21,,,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,15,,2020-03-28T00:00:00Z,04,137,0,8349,8328,137,8328,2,0,910c3e8690f53101a2cd210283b0655decd52b52,0,0,0,0,0,
+20200328,CA,4643,20549,64400,1034,,410,,,,,B,3/27/2020 17:00,2020-03-27T17:00:00Z,03/27 13:00,101,,2020-03-27T17:00:00Z,06,764,3169,89592,25192,3933,25192,23,0,918c03304b33238ad3304e1090bdf4e9c23c4311,0,0,0,0,0,
+20200328,CO,1734,9942,,307,239,,,,,,A,3/27/2020 18:00,2020-03-27T18:00:00Z,03/27 14:00,31,239,2020-03-27T18:00:00Z,08,304,1250,11676,11676,1554,11676,7,55,7042e8e952b9ebefe89446d1ff7f27bedc34d9ad,0,0,0,0,0,
+20200328,CT,1291,7109,,173,,,,,,,A,3/27/2020 13:30,2020-03-27T13:30:00Z,03/27 09:30,27,,2020-03-27T13:30:00Z,09,0,0,8400,8400,0,8400,0,0,8825ea91f252aa42289976b34277c63aee428011,0,0,0,0,0,
+20200328,DC,304,2211,1,,,,,,,51,A,3/27/2020 20:30,2020-03-27T20:30:00Z,03/27 16:30,4,,2020-03-27T20:30:00Z,11,37,314,2516,2515,351,2515,1,0,7a6d20cf64088869e094ee636ba3206eb8e76bb0,0,0,0,0,0,
+20200328,DE,214,36,,31,,,,,,9,C,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,3,,2020-03-28T00:00:00Z,10,51,0,250,250,51,250,1,0,8a175c7ba3a4f1f796f6487f9e53df18ed889030,0,0,0,0,0,
+20200328,FL,3763,35366,,,526,,,,,,A,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,54,526,2020-03-28T12:00:00Z,12,998,7180,39129,39129,8178,39129,20,70,de59f789c0b4a14b666cd7a544cbb30a1a9f6af6,0,0,0,0,0,
+20200328,GA,2366,8685,,,617,,,,,,A,3/28/2020 11:27,2020-03-28T11:27:00Z,03/28 07:27,69,617,2020-03-28T11:27:00Z,13,365,821,11051,11051,1186,11051,5,51,663bbbc541486aeafcef48cdbb65797d2b3826bc,0,0,0,0,0,
+20200328,GU,55,299,,15,,,,,,7,,3/28/2020 03:00,2020-03-28T03:00:00Z,03/27 23:00,1,,2020-03-28T03:00:00Z,66,4,0,354,354,4,354,0,0,030bb09d5de407f6451dca92afa6d2509048f42e,0,0,0,0,0,
+20200328,HI,120,4357,,,8,,,,,,A,3/27/2020 18:00,2020-03-27T18:00:00Z,03/27 14:00,,8,2020-03-27T18:00:00Z,15,14,0,4477,4477,14,4477,0,1,a4146222d69a8342e4e88a7858b4d4c59eef4463,0,0,0,0,0,
+20200328,IA,298,4375,,46,61,,,,,15,C,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,3,61,2020-03-28T00:00:00Z,19,63,635,4673,4673,698,4673,0,11,389732553e9be1bae88a79dc1d662a6e1eb974d8,0,0,0,0,0,
+20200328,ID,230,3342,,,25,,,,,,A,3/27/2020 19:00,2020-03-27T19:00:00Z,03/27 15:00,4,25,2020-03-27T19:00:00Z,16,41,674,3572,3572,715,3572,1,25,750b92644d7408ef6548e2df2a19d6e11d17686b,0,0,0,0,0,
+20200328,IL,3491,22000,,,,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,47,,2020-03-28T00:00:00Z,17,465,3484,25491,25491,3949,25491,13,0,eb28430cc98580cb62af0b2c059abddfe061ed9e,0,0,0,0,0,
+20200328,IN,1232,7175,,,,,,,,,B,3/28/2020 11:00,2020-03-28T11:00:00Z,03/28 07:00,31,,2020-03-28T11:00:00Z,18,251,1220,8407,8407,1471,8407,7,0,79ccb2a0c505bf86444aeba77c84e7d8be93d1bb,0,0,0,0,0,
+20200328,KS,261,3671,,,27,,,,,,B,3/27/2020 09:00,2020-03-27T09:00:00Z,03/27 05:00,5,27,2020-03-27T09:00:00Z,20,59,442,3932,3932,501,3932,1,0,e2eaefc9f4f49a8772ac72d94081e2af8fa4613e,0,0,0,0,0,
+20200328,KY,302,4821,,,,,,,,,A,3/27/2020 17:00,2020-03-27T17:00:00Z,03/27 13:00,8,,2020-03-27T17:00:00Z,21,54,1053,5123,5123,1107,5123,2,0,b76da745cf9b8d6e6922f155733c3f5715a02963,0,0,0,0,0,
+20200328,LA,3315,21846,,927,,,,336,,,A,3/28/2020 13:00,2020-03-28T13:00:00Z,03/28 09:00,137,,2020-03-28T13:00:00Z,22,569,3233,25161,25161,3802,25161,18,0,24787d87184e9e98f3d42929f4b5f0eb2641739f,0,0,0,0,0,
+20200328,MA,4158,30915,,,350,,,,,,B,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,72,350,2020-03-27T12:30:00Z,25,1007,4671,35073,35073,5678,35073,15,131,34d1d0229e88051f06ad6c321b9f5846653cbb76,0,0,0,0,0,
+20200328,MD,992,11516,,,226,,,,,,D,3/28/2020 10:00,2020-03-28T10:00:00Z,03/28 06:00,17,226,2020-03-28T10:00:00Z,24,218,11422,12508,12508,11640,12508,7,53,ba585ff0f3c7eb64028edc7e5bd196bff0fc8dc2,0,0,0,0,0,
+20200328,ME,211,3394,,,,,,,,36,A,3/28/2020 10:30,2020-03-28T10:30:00Z,03/28 06:30,1,,2020-03-28T10:30:00Z,23,43,0,3605,3605,43,3605,0,0,e89ef86843ad4a2c6a6a57325c21541b7d57d21d,0,0,0,0,0,
+20200328,MI,9287,14183,,,,,,,,,B,3/27/2020 16:00,2020-03-27T16:00:00Z,03/27 12:00,92,,2020-03-27T16:00:00Z,26,628,1544,23470,23470,2172,23470,0,0,622507e69f07af52e5a200df60d543c51c221ddf,0,0,0,0,0,
+20200328,MN,441,15688,,30,57,,17,,,215,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,5,57,2020-03-28T00:00:00Z,27,43,2083,16129,16129,2126,16129,1,6,91e0cfa7fbf6d4dd79da53b8c56739f6451bbbe1,0,0,0,0,0,
+20200328,MO,838,10082,,,,,,,,,C,3/28/2020 15:00,2020-03-28T15:00:00Z,03/28 11:00,10,,2020-03-28T15:00:00Z,29,169,9713,10920,10920,9882,10920,2,0,ec5a107427b4a957fb15f883960d180a4f8c868c,0,0,0,0,0,
+20200328,MP,2,,,,,,,,,,,3/28/2020 04:30,2020-03-28T04:30:00Z,03/28 00:30,,,2020-03-28T04:30:00Z,69,2,0,2,2,2,2,0,0,946f49e97ef1b68009025336056992d31b81b65d,0,0,0,0,0,
+20200328,MS,663,2560,,,219,,,,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,13,219,2020-03-28T00:00:00Z,28,84,0,3223,3223,84,3223,5,34,fcb99cfaa684b89592e374efccb6ba9de6e08e35,0,0,0,0,0,
+20200328,MT,129,3256,,,7,,,,,,A,3/28/2020 12:30,2020-03-28T12:30:00Z,03/28 08:30,1,7,2020-03-28T12:30:00Z,30,21,666,3385,3385,687,3385,1,0,0509770c0d6e2d263bc3a61a5a45b89dcb85c8ec,0,0,0,0,0,
+20200328,NC,935,16592,,87,,,,,,,A,3/28/2020 10:55,2020-03-28T10:55:00Z,03/28 06:55,4,,2020-03-28T10:55:00Z,37,172,2219,17527,17527,2391,17527,1,0,294b53565aa52490deff21cad9491f5bd61ec95c,0,0,0,0,0,
+20200328,ND,83,2809,,,16,,,,,16,B,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,1,16,2020-03-28T12:00:00Z,38,18,382,2892,2892,400,2892,1,3,a2986dd4b53ab84a8b2e8ea79afe739dcdcacb08,0,0,0,0,0,
+20200328,NE,96,1904,,,,,,,,,A,3/28/2020 14:40,2020-03-28T14:40:00Z,03/28 10:40,2,,2020-03-28T14:40:00Z,31,11,143,2000,2000,154,2000,2,0,f8f7db495577d934f8ebb9bed8126c616c1172da,0,0,0,0,0,
+20200328,NH,187,3656,296,,30,,,,,,B,3/27/2020 09:00,2020-03-27T09:00:00Z,03/27 05:00,2,30,2020-03-27T09:00:00Z,33,29,261,4139,3843,290,3843,1,5,3b28a93e65d3b20fcde6ddc63fb8cc4a9b56ab02,0,0,0,0,0,
+20200328,NJ,11124,19386,,2000,,,,,,,A,3/28/2020 13:30,2020-03-28T13:30:00Z,03/28 09:30,140,,2020-03-28T13:30:00Z,34,2299,2839,30510,30510,5138,30510,32,0,3f6bd6e5ba2d6d865d1d4697edab11a42cafa0b3,0,0,0,0,0,
+20200328,NM,191,9196,,17,,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,1,,2020-03-27T00:00:00Z,35,55,819,9387,9387,874,9387,0,0,784f6b40594d89ea2b1338fe493471cbfa096c1e,0,0,0,0,0,
+20200328,NV,621,7901,,,,,,,,,A,3/27/2020 22:00,2020-03-27T22:00:00Z,03/27 18:00,10,,2020-03-27T22:00:00Z,32,86,1740,8522,8522,1826,8522,0,0,0b7186408e022e4803c5f3eac45c7e6d3a001c60,0,0,0,0,0,
+20200328,NY,52318,103616,,7328,10454,1755,,,,2726,A,3/28/2020 13:15,2020-03-28T13:15:00Z,03/28 09:15,728,10454,2020-03-28T13:15:00Z,36,7683,2498,155934,155934,10181,155934,209,1722,d5a5f8606324101593fe9a5015c673a97aeff6f9,0,0,0,0,0,
+20200328,OH,1406,19012,,,344,,123,,,,B,3/28/2020 14:00,2020-03-28T14:00:00Z,03/28 10:00,25,344,2020-03-28T14:00:00Z,39,269,0,20418,20418,269,20418,6,68,dbc2a0f79eafdcc4b4ce2a2724d31bfae5f50cf2,0,0,0,0,0,
+20200328,OK,377,1180,,,126,,,,,,A,3/27/2020 08:00,2020-03-27T08:00:00Z,03/27 04:00,15,126,2020-03-27T08:00:00Z,40,55,96,1557,1557,151,1557,7,21,218ea96b57180e829e03ac2e32aa112b8745728c,0,0,0,0,0,
+20200328,OR,479,9693,,107,117,,,31,,,A,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,13,117,2020-03-27T12:30:00Z,41,65,1183,10172,10172,1248,10172,1,15,fa119b554bb55fbe76459e2a7764f881051aba0a,0,0,0,0,0,
+20200328,PA,2751,25254,,,316,,,,,,A,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,34,316,2020-03-28T12:00:00Z,42,533,4238,28005,28005,4771,28005,12,75,4fa53e372168f0a7b7d9e390ae82075a943409b5,0,0,0,0,0,
+20200328,PR,100,739,792,,,,,,,,A,3/28/2020 07:00,2020-03-28T07:00:00Z,03/28 03:00,3,,2020-03-28T07:00:00Z,72,21,220,1631,839,241,839,0,0,1527147bc43566b518b67b806f975f998d0965d0,0,0,0,0,0,
+20200328,RI,239,2541,138,29,,9,,6,,,B,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,,,2020-03-28T00:00:00Z,44,36,235,2918,2780,271,2780,0,0,568d972e545c982e31c920d6c582d4d343fc0d6b,0,0,0,0,0,
+20200328,SC,539,2408,,,102,,,,,,B,3/27/2020 16:32,2020-03-27T16:32:00Z,03/27 12:32,13,102,2020-03-27T16:32:00Z,45,83,101,2947,2947,184,2947,4,0,9224938cefcf649e601202df5e0809ac0271deea,0,0,0,0,0,
+20200328,SD,68,2592,0,,,,,,,26,A,3/28/2020 12:30,2020-03-28T12:30:00Z,03/28 08:30,1,,2020-03-28T12:30:00Z,46,10,205,2660,2660,215,2660,0,0,56aa4f6d23b607d7e14a71b863ddf3e0a8ba738f,0,0,0,0,0,
+20200328,TN,1373,16965,,,118,,,,,,A,3/27/2020 15:00,2020-03-27T15:00:00Z,03/27 11:00,6,118,2020-03-27T15:00:00Z,47,170,2077,18338,18338,2247,18338,0,15,1432e104b8c7560664055b269b95ff3dd7e0e895,0,0,0,0,0,
+20200328,TX,2052,23208,,,,,,,,,A,3/28/2020 12:45,2020-03-28T12:45:00Z,03/28 08:45,27,,2020-03-28T12:45:00Z,48,321,1273,25260,25260,1594,25260,4,0,c79c90cbd5e128f72d9d25ec6e4126fc588a39ef,0,0,0,0,0,
+20200328,UT,602,10710,,,,,,,,,A,3/28/2020 15:00,2020-03-28T15:00:00Z,03/28 11:00,2,,2020-03-28T15:00:00Z,49,122,1946,11312,11312,2068,11312,0,0,00537a6fcdd8efb015134caf73ab15462d598436,0,0,0,0,0,
+20200328,VA,739,8427,,,99,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,17,99,2020-03-28T00:00:00Z,51,135,1694,9166,9166,1829,9166,3,16,30396ab2a1dc6fa71c93aa69ac66fa4d248ad65f,0,0,0,0,0,
+20200328,VI,22,106,55,,,,,,,,,3/28/2020 12:00,2020-03-28T12:00:00Z,03/28 08:00,,,2020-03-28T12:00:00Z,78,3,51,183,128,54,128,0,0,7fde973c42bb781ac014226df2bfdead6e4fcd72,0,0,0,0,0,
+20200328,VT,234,3192,,,18,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,12,18,2020-03-28T00:00:00Z,50,21,324,3426,3426,345,3426,2,0,43aca02cd1d52365bb01ec40ae034ee6e6b07b12,0,0,0,0,0,
+20200328,WA,7112,66631,,,,,,,,,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,220,,2020-03-28T00:00:00Z,53,321,2283,73743,73743,2604,73743,21,0,edd089356f73d086e7ac7e1674d4baef7c543657,0,0,0,0,0,
+20200328,WI,989,15232,,,,,,,,,A,3/28/2020 16:00,2020-03-28T16:00:00Z,03/28 12:00,13,,2020-03-28T16:00:00Z,55,147,2092,16221,16221,2239,16221,0,0,238945246700b9a5ba8e86518d6275ff3c704d7a,0,0,0,0,0,
+20200328,WV,96,2331,6,,1,,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,1,2020-03-27T00:00:00Z,54,20,552,2433,2427,572,2427,0,0,26e014b3cc62dbebf1eeccafa1c8d6587573a4ef,0,0,0,0,0,
+20200328,WY,82,1475,,,14,,,,,18,A,3/28/2020 00:00,2020-03-28T00:00:00Z,03/27 20:00,0,14,2020-03-28T00:00:00Z,56,12,264,1557,1557,276,1557,0,3,2c7230b41f8feb19b3204e99df2a7cc09c2e26e4,0,0,0,0,0,
+20200327,AK,69,2319,13,,3,,,,,,A,3/26/2020 21:00,2020-03-26T21:00:00Z,03/26 17:00,1,3,2020-03-26T21:00:00Z,02,10,518,2401,2388,528,2388,0,0,c461c8730c386d862ef76777deb216c1faa807ee,0,0,0,0,0,
+20200327,AL,587,4184,,,,,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,3,,2020-03-27T00:00:00Z,01,81,591,4771,4771,672,4771,2,0,a85a81b0720959e5e4ad10afb83ce0ef41a1e189,0,0,0,0,0,
+20200327,AR,381,1545,,48,,,,17,,19,A,3/27/2020 14:05,2020-03-27T14:05:00Z,03/27 10:05,3,,2020-03-27T14:05:00Z,05,46,41,1926,1926,87,1926,0,0,ff1de023c1f6cf1f2133b1f0eb6d9c8ee6bb47b4,0,0,0,0,0,
+20200327,AS,,,,,,,,,,,,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,0,,2020-03-27T00:00:00Z,60,0,0,0,0,0,0,0,0,60361d0ebf16629c0af139a282b5e3f81b9ee683,0,0,0,0,0,
+20200327,AZ,736,7455,30,,,,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,13,,2020-03-27T00:00:00Z,04,159,7108,8221,8191,7267,8191,5,0,c2654fbb9f279355b658030909d498d5896e1244,0,0,0,0,0,
+20200327,CA,3879,17380,57400,746,,200,,,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,78,,2020-03-27T00:00:00Z,06,873,0,78659,21259,873,21259,13,0,2c520009fc938175480e8f49ec584e123d43f266,0,0,0,0,0,
+20200327,CO,1430,8692,,278,184,,,,,,A,3/26/2020 18:00,2020-03-26T18:00:00Z,03/26 14:00,24,184,2020-03-26T18:00:00Z,08,344,1714,10122,10122,2058,10122,5,36,e7ef51dbaaee50ebca2f2d7e8faaac1f6cd9fc16,0,0,0,0,0,
+20200327,CT,1291,7109,,173,,,,,,,A,3/27/2020 13:30,2020-03-27T13:30:00Z,03/27 09:30,27,,2020-03-27T13:30:00Z,09,279,1484,8400,8400,1763,8400,6,0,14dfa4746286505cea15b334c1d05b963c5bee48,0,0,0,0,0,
+20200327,DC,267,1897,2,,,,,,,49,A,3/26/2020 19:00,2020-03-26T19:00:00Z,03/26 15:00,3,,2020-03-26T19:00:00Z,11,36,271,2166,2164,307,2164,0,0,1bb4d8865d1ef046895f733b034df48060905067,0,0,0,0,0,
+20200327,DE,163,36,,15,,,,,,9,C,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,2,,2020-03-27T00:00:00Z,10,33,0,199,199,33,199,1,0,6aec8c8a3649f5cf8448650e54cb9e088db3ed7f,0,0,0,0,0,
+20200327,FL,2765,28186,1517,,456,,,,,,A,3/27/2020 12:00,2020-03-27T12:00:00Z,03/27 08:00,34,456,2020-03-27T12:00:00Z,12,410,4445,32468,30951,4855,30951,6,50,74ade0453da42128a02abb2e1c8d7798e358a1b8,0,0,0,0,0,
+20200327,GA,2001,7864,,,566,,,,,,A,3/27/2020 12:00,2020-03-27T12:00:00Z,03/27 08:00,64,566,2020-03-27T12:00:00Z,13,476,463,9865,9865,939,9865,16,93,cf602ab222acd6fc20365f3e55f9ec15c6035c2b,0,0,0,0,0,
+20200327,GU,51,299,,13,,,,,,,,3/27/2020 07:00,2020-03-27T07:00:00Z,03/27 03:00,1,,2020-03-27T07:00:00Z,66,6,36,350,350,42,350,0,0,7391014b960f35c141fb21fec117b83954e15b8e,0,0,0,0,0,
+20200327,HI,106,4357,,,7,,,,,,A,3/26/2020 18:00,2020-03-26T18:00:00Z,03/26 14:00,,7,2020-03-26T18:00:00Z,15,11,0,4463,4463,11,4463,0,2,d4a2b3d82958d2d337598f268d9df1250db79792,0,0,0,0,0,
+20200327,IA,235,3740,,32,50,,,,,18,C,3/27/2020 15:40,2020-03-27T15:40:00Z,03/27 11:40,3,50,2020-03-27T15:40:00Z,19,56,1162,3975,3975,1218,3975,2,4,bb944b882d42961605b9b46d27189712ba3c5ae8,0,0,0,0,0,
+20200327,ID,189,2668,,,,,,,,,A,3/26/2020 20:00,2020-03-26T20:00:00Z,03/26 16:00,3,,2020-03-26T20:00:00Z,16,66,603,2857,2857,669,2857,3,0,a7f6559eec3214e6f93b0d25fdd6703e8d8d5848,0,0,0,0,0,
+20200327,IL,3026,18516,,,,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,34,,2020-03-27T00:00:00Z,17,488,4423,21542,21542,4911,21542,8,0,b8072057bf62e5369b264cc842305e66b75f75ee,0,0,0,0,0,
+20200327,IN,981,5955,,,,,,,,,B,3/26/2020 12:59,2020-03-26T12:59:00Z,03/26 08:59,24,,2020-03-26T12:59:00Z,18,336,1949,6936,6936,2285,6936,7,0,2c3cafdcf5311e51b543c7bfeacde8a588bdea38,0,0,0,0,0,
+20200327,KS,202,3229,,,27,,,,,,B,3/27/2020 09:00,2020-03-27T09:00:00Z,03/27 05:00,4,27,2020-03-27T09:00:00Z,20,34,360,3431,3431,394,3431,1,27,27b592ad3fc363552b9a031c59335408fbc370a1,0,0,0,0,0,
+20200327,KY,248,3768,,,,,,,,,A,3/26/2020 17:00,2020-03-26T17:00:00Z,03/26 13:00,6,,2020-03-26T17:00:00Z,21,50,666,4016,4016,716,4016,2,0,a8a3c24c1c6db6f8b957be61ea194c45b6ce661c,0,0,0,0,0,
+20200327,LA,2746,18613,,773,,,,270,,,A,3/27/2020 13:00,2020-03-27T13:00:00Z,03/27 09:00,119,,2020-03-27T13:00:00Z,22,441,2889,21359,21359,3330,21359,36,0,0abac9edbed4509422824290a128f5df428472f9,0,0,0,0,0,
+20200327,MA,3151,26244,,,219,,,,,,B,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,57,219,2020-03-27T12:30:00Z,25,833,4917,29395,29395,5750,29395,15,0,a905c3a253d5869bf9dc93c6572c45dbbe507a2b,0,0,0,0,0,
+20200327,MD,774,94,,,173,,,,,25,D,3/27/2020 10:00,2020-03-27T10:00:00Z,03/27 06:00,10,173,2020-03-27T10:00:00Z,24,194,0,868,868,194,868,3,41,b37783e52ec897aff2a206767a82555e9e83c972,0,0,0,0,0,
+20200327,ME,168,3394,,,,,,,,24,A,3/27/2020 11:30,2020-03-27T11:30:00Z,03/27 07:30,1,,2020-03-27T11:30:00Z,23,13,0,3562,3562,13,3562,1,0,40c8fd17608137df799ce915bc687b76a0f7e455,0,0,0,0,0,
+20200327,MI,8659,12639,,,,,,,,,B,3/27/2020 11:00,2020-03-27T11:00:00Z,03/27 07:00,92,,2020-03-27T11:00:00Z,26,892,2334,21298,21298,3226,21298,32,0,e777c1bfaf1c5cfa0678eaf4bc5957d752e4ba2f,0,0,0,0,0,
+20200327,MN,398,13605,,34,51,,17,,,176,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,4,51,2020-03-27T00:00:00Z,27,52,1001,14003,14003,1053,14003,2,10,924ddc6ba9a7d2863aba280dc3bd75c2bd6afb1a,0,0,0,0,0,
+20200327,MO,669,369,,,,,,,,,C,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,8,,2020-03-27T00:00:00Z,29,167,0,1038,1038,167,1038,0,0,2420d6deb34a0f0eceb8310b379a70ac54bd0e74,0,0,0,0,0,
+20200327,MP,0,,,,,,,,,,,3/26/2020 13:30,2020-03-26T13:30:00Z,03/26 09:30,0,,2020-03-26T13:30:00Z,69,0,0,0,0,0,0,0,0,bc5fcd2c2dd04863f4fd4ab02e90413efb6393cc,0,0,0,0,0,
+20200327,MS,579,2560,,,185,,,,,,B,3/26/2020 19:00,2020-03-26T19:00:00Z,03/26 15:00,8,185,2020-03-26T19:00:00Z,28,94,269,3139,3139,363,3139,2,35,8b2ad6e959f5a3df231b5bd3e1654c302c1ac02a,0,0,0,0,0,
+20200327,MT,108,2590,,,7,,,,,,A,3/27/2020 10:00,2020-03-27T10:00:00Z,03/27 06:00,,7,2020-03-27T10:00:00Z,30,37,462,2698,2698,499,2698,0,6,828dfb1c065adfd13af52525ae4b71a1cf7a6807,0,0,0,0,0,
+20200327,NC,763,14373,,77,,,,,,,A,3/27/2020 11:40,2020-03-27T11:40:00Z,03/27 07:40,3,,2020-03-27T11:40:00Z,37,127,2099,15136,15136,2226,15136,1,0,cc78632c57c0c9a8279c01d923d5a45bdfb7dda3,0,0,0,0,0,
+20200327,ND,65,2427,,,13,,,,,15,B,3/27/2020 11:31,2020-03-27T11:31:00Z,03/27 07:31,0,13,2020-03-27T11:31:00Z,38,13,388,2492,2492,401,2492,0,3,6d666412e39d7a15e84183e916bd5893ca42fa32,0,0,0,0,0,
+20200327,NE,85,1761,,,,,,,,,A,3/27/2020 14:30,2020-03-27T14:30:00Z,03/27 10:30,0,,2020-03-27T14:30:00Z,31,12,177,1846,1846,189,1846,0,0,7f7954cf281a5066e1a8dc9c4b9cbc7cba293c5d,0,0,0,0,0,
+20200327,NH,158,3395,592,,25,,,,,,B,3/26/2020 09:00,2020-03-26T09:00:00Z,03/26 05:00,1,25,2020-03-26T09:00:00Z,33,21,394,4145,3553,415,3553,0,6,2291c0e2c0650d776b129b831b636d8d9cab95eb,0,0,0,0,0,
+20200327,NJ,8825,16547,,2000,,,,,,,A,3/27/2020 13:30,2020-03-27T13:30:00Z,03/27 09:30,108,,2020-03-27T13:30:00Z,34,1949,2886,25372,25372,4835,25372,27,0,82c0b1b4ead00ef56724805286fd2e2a294eae1e,0,0,0,0,0,
+20200327,NM,136,8377,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,,2020-03-26T00:00:00Z,35,24,696,8513,8513,720,8513,0,0,da05a6481e97228b4f7738a737b88ffe9bb6f846,0,0,0,0,0,
+20200327,NV,535,6161,,,,,,,,,A,3/26/2020 23:00,2020-03-26T23:00:00Z,03/26 19:00,10,,2020-03-26T23:00:00Z,32,115,1464,6696,6696,1579,6696,0,0,cbe40fffbef0017835635c8c9d004337141e04a5,0,0,0,0,0,
+20200327,NY,44635,101118,,6481,8732,1583,,,,2045,A,3/27/2020 11:15,2020-03-27T11:15:00Z,03/27 07:15,519,8732,2020-03-27T11:15:00Z,36,7377,16272,145753,145753,23649,145753,134,1811,f1803bbc728e17e4527be0a974f183d4c6845d05,0,0,0,0,0,
+20200327,OH,1137,19012,,,276,,107,,,,B,3/27/2020 14:00,2020-03-27T14:00:00Z,03/27 10:00,19,276,2020-03-27T14:00:00Z,39,270,2563,20149,20149,2833,20149,4,53,210d06ad6f0ddf0aa5db1b663c0cb796a985c61d,0,0,0,0,0,
+20200327,OK,322,1084,,,105,,,,,,A,3/27/2020 08:00,2020-03-27T08:00:00Z,03/27 04:00,8,105,2020-03-27T08:00:00Z,40,74,126,1406,1406,200,1406,1,19,bc68dc9eec43da348923f0a8c19370c3d0e3b2af,0,0,0,0,0,
+20200327,OR,414,8510,,91,102,,,31,,,A,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,12,102,2020-03-27T12:30:00Z,41,87,1557,8924,8924,1644,8924,1,12,7f81eec7acc24aa3265989a7f7eaef125d18770e,0,0,0,0,0,
+20200327,PA,2218,21016,,,241,,,,,,A,3/27/2020 12:00,2020-03-27T12:00:00Z,03/27 08:00,22,241,2020-03-27T12:00:00Z,42,531,4575,23234,23234,5106,23234,6,241,8876c5e29d878a0c58052c68f7c88c91b87f2e02,0,0,0,0,0,
+20200327,PR,79,519,334,,,,,,,,A,3/27/2020 07:00,2020-03-27T07:00:00Z,03/27 03:00,3,,2020-03-27T07:00:00Z,72,15,142,932,598,157,598,1,0,0d26226a2bf6ff7d62752b25e90190338150d6ed,0,0,0,0,0,
+20200327,RI,203,2306,138,28,,9,,6,,,B,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,,,2020-03-27T00:00:00Z,44,38,1044,2647,2509,1082,2509,0,0,4f629967717bc8bf3673a0e48c674f2e56a95602,0,0,0,0,0,
+20200327,SC,456,2307,,,102,,,,,,B,3/26/2020 16:35,2020-03-26T16:35:00Z,03/26 12:35,9,102,2020-03-26T16:35:00Z,45,0,0,2763,2763,0,2763,0,0,7df40cbb6df171c451dee7bb7e6994cb98776dc7,0,0,0,0,0,
+20200327,SD,58,2387,20,,,,,,,21,A,3/27/2020 12:30,2020-03-27T12:30:00Z,03/27 08:30,1,,2020-03-27T12:30:00Z,46,12,414,2465,2445,426,2445,0,0,6a55ee6a8138ba8601facbce36271eb9d069c64e,0,0,0,0,0,
+20200327,TN,1203,14888,,,103,,,,,,A,3/27/2020 15:00,2020-03-27T15:00:00Z,03/27 11:00,6,103,2020-03-27T15:00:00Z,47,246,936,16091,16091,1182,16091,3,27,36c298d72e6de610faf67d101563a4684d443665,0,0,0,0,0,
+20200327,TX,1731,21935,,,,,,,,,A,3/27/2020 13:00,2020-03-27T13:00:00Z,03/27 09:00,23,,2020-03-27T13:00:00Z,48,335,1907,23666,23666,2242,23666,5,0,4a71244648c35603954483ca2766ee8ec49db394,0,0,0,0,0,
+20200327,UT,480,8764,,,,,,,,,A,3/27/2020 15:00,2020-03-27T15:00:00Z,03/27 11:00,2,,2020-03-27T15:00:00Z,49,78,1456,9244,9244,1534,9244,1,0,93db53afeb3bb92870313df0b0edb5f7c54b9e32,0,0,0,0,0,
+20200327,VA,604,6733,,,83,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,14,83,2020-03-27T00:00:00Z,51,144,1004,7337,7337,1148,7337,1,18,e57c419b0e56f729995f92fbc851a301efda989c,0,0,0,0,0,
+20200327,VI,19,55,2,,,,,,,,,3/27/2020 14:00,2020-03-27T14:00:00Z,03/27 10:00,,,2020-03-27T14:00:00Z,78,2,0,76,74,2,74,0,0,0e1b19bce8c7962e975f66289012aa4f6541114d,0,0,0,0,0,
+20200327,VT,213,2868,,,18,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,10,18,2020-03-27T00:00:00Z,50,28,124,3081,3081,152,3081,1,18,aa986c35d2c2da6f7baaf15eab6d456b2409a9b1,0,0,0,0,0,
+20200327,WA,6791,64348,,,,,,,,,A,3/27/2020 00:00,2020-03-27T00:00:00Z,03/26 20:00,199,,2020-03-27T00:00:00Z,53,377,3981,71139,71139,4358,71139,16,0,d616670107211972e34b5fa82335ae6061c7f237,0,0,0,0,0,
+20200327,WI,842,13140,,,,,,,,,A,3/27/2020 16:00,2020-03-27T16:00:00Z,03/27 12:00,13,,2020-03-27T16:00:00Z,55,135,1557,13982,13982,1692,13982,5,0,756e1e6b426958d9c4d52d1ca433061f83eef4ac,0,0,0,0,0,
+20200327,WV,76,1779,43,,1,,,,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,0,1,2020-03-26T00:00:00Z,54,25,748,1898,1855,773,1855,0,0,cd8885675a96b54322565c8bc29ace72330b7e6d,0,0,0,0,0,
+20200327,WY,70,1211,,,11,,,,,17,A,3/27/2020 12:50,2020-03-27T12:50:00Z,03/27 08:50,0,11,2020-03-27T12:50:00Z,56,17,159,1281,1281,176,1281,0,11,7c4518c68e7f22ce2e89b179ebc7451a6f700564,0,0,0,0,0,
+20200326,AK,59,1801,,,3,,,,,,A,3/25/2020 21:00,2020-03-25T21:00:00Z,03/25 17:00,1,3,2020-03-25T21:00:00Z,02,17,152,1860,1860,169,1860,0,2,5c3c7979542b6cedc441cf82c7d4c11ccbe721f4,0,0,0,0,0,
+20200326,AL,506,3593,,,,,,,,,C,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,,2020-03-26T00:00:00Z,01,223,1064,4099,4099,1287,4099,1,0,d5ac328e3b739de2fcba24fbf504b9c05d1a91e6,0,0,0,0,0,
+20200326,AR,335,1504,,41,,,,13,,13,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,3,,2020-03-26T00:00:00Z,05,55,67,1839,1839,122,1839,1,0,3c285819cbbe50aaea0663f59419dbe7fafdef29,0,0,0,0,0,
+20200326,AS,,,,,,,,,,,,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,0,,2020-03-25T00:00:00Z,60,0,0,0,0,0,0,0,0,bc260214f3f4138056a79a000d76b0012665765e,0,0,0,0,0,
+20200326,AZ,577,347,33,,,,,,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,8,,2020-03-26T00:00:00Z,04,127,24,957,924,151,924,2,0,4cdbcf94476c955a4b375cf782076525e9023b76,0,0,0,0,0,
+20200326,CA,3006,17380,57400,,,,,,,,B,3/25/2020 17:00,2020-03-25T17:00:00Z,03/25 13:00,65,,2020-03-25T17:00:00Z,06,651,1459,77786,20386,2110,20386,12,0,bbad4ce971a18fdaacbc369276216a1d03862657,0,0,0,0,0,
+20200326,CO,1086,6978,,230,148,,,,,,A,3/25/2020 18:00,2020-03-25T18:00:00Z,03/25 14:00,19,148,2020-03-25T18:00:00Z,08,174,189,8064,8064,363,8064,8,64,f0384025de1813e7a745c35455cd2828f9a46074,0,0,0,0,0,
+20200326,CT,1012,5625,,125,,,,,,,A,3/26/2020 16:00,2020-03-26T16:00:00Z,03/26 12:00,21,,2020-03-26T16:00:00Z,09,137,602,6637,6637,739,6637,2,0,d6bb0728d8518664ff35c312f3a56eee6c58d7c3,0,0,0,0,0,
+20200326,DC,231,1626,1,,,,,,,21,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,3,,2020-03-25T00:00:00Z,11,48,203,1858,1857,251,1857,1,0,e53668d2b56aef7157328870767d96d95497f48b,0,0,0,0,0,
+20200326,DE,130,36,,13,,,,,,4,C,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,,2020-03-26T00:00:00Z,10,15,0,166,166,15,166,1,0,e733ca285d41e7201d3db143e8d7bf22c101270a,0,0,0,0,0,
+20200326,FL,2355,23741,1443,,406,,,,,,A,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,28,406,2020-03-26T11:00:00Z,12,673,8367,27539,26096,9040,26096,6,90,500834b1681cfc14fda4663a25e08c94b4443917,0,0,0,0,0,
+20200326,GA,1525,7401,,,473,,,,,,A,3/26/2020 12:00,2020-03-26T12:00:00Z,03/26 08:00,48,473,2020-03-26T12:00:00Z,13,278,2469,8926,8926,2747,8926,8,79,ccd7265fd266bafe74ffa34e4efd9269942ab6eb,0,0,0,0,0,
+20200326,GU,45,263,,11,,,,,,,,3/26/2020 06:30,2020-03-26T06:30:00Z,03/26 02:30,1,,2020-03-26T06:30:00Z,66,8,30,308,308,38,308,0,0,9a20b7db97a85116981d1edd239ba01cb6378287,0,0,0,0,0,
+20200326,HI,95,4357,,,5,,,,,,A,3/25/2020 18:00,2020-03-25T18:00:00Z,03/25 14:00,,5,2020-03-25T18:00:00Z,15,5,0,4452,4452,5,4452,0,-1,4b25105cd90abeb35e8a3a52f9acec169d4c86c3,0,0,0,0,0,
+20200326,IA,179,2578,,31,46,,,,,15,C,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,1,46,2020-03-26T00:00:00Z,19,34,0,2757,2757,34,2757,0,10,5df79af47a19d56382d65a125d8d08c28f4292e2,0,0,0,0,0,
+20200326,ID,123,2065,,,,,,,,,A,3/25/2020 19:00,2020-03-25T19:00:00Z,03/25 15:00,0,,2020-03-25T19:00:00Z,16,50,178,2188,2188,228,2188,0,0,1cd2365e9c6260624a94973b8084577450497254,0,0,0,0,0,
+20200326,IL,2538,14093,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,26,,2020-03-26T00:00:00Z,17,673,1749,16631,16631,2422,16631,7,0,c865a187ca1a7b590bde9205285a9c8b565c2464,0,0,0,0,0,
+20200326,IN,645,4006,,,,,,,,,B,3/25/2020 12:59,2020-03-25T12:59:00Z,03/25 08:59,17,,2020-03-25T12:59:00Z,18,168,1127,4651,4651,1295,4651,3,-1,7966f705af51e1be113d056b21bab36cdd623a68,0,0,0,0,0,
+20200326,KS,168,2869,,,,,,,,,B,3/26/2020 12:00,2020-03-26T12:00:00Z,03/26 08:00,3,,2020-03-26T12:00:00Z,20,42,509,3037,3037,551,3037,0,0,91d55956877742a637dc4687a0aa65a43ec549d8,0,0,0,0,0,
+20200326,KY,198,3102,,,,,,,,,A,3/25/2020 17:00,2020-03-25T17:00:00Z,03/25 13:00,4,,2020-03-25T17:00:00Z,21,41,237,3300,3300,278,3300,0,0,3bc7fdb452bd867b72d60334becec42d54aca5be,0,0,0,0,0,
+20200326,LA,2305,15724,,676,,,,239,,,A,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,83,,2020-03-26T15:00:00Z,22,510,6068,18029,18029,6578,18029,18,0,5cae8d0207bef3b1eebebcf2823f5155a5975ce4,0,0,0,0,0,
+20200326,MA,2318,21327,,,219,,,,,,B,3/26/2020 12:30,2020-03-26T12:30:00Z,03/26 08:30,42,219,2020-03-26T12:30:00Z,25,579,3248,23645,23645,3827,23645,9,116,8ccb8479162ed7eba4c3bf36a0d56431174a0b18,0,0,0,0,0,
+20200326,MD,580,94,,,132,,,,,,D,3/26/2020 10:00,2020-03-26T10:00:00Z,03/26 06:00,7,132,2020-03-26T10:00:00Z,24,157,0,674,674,157,674,2,132,aa6bbe14b53f570dc1ac7af5935e4328280776a7,0,0,0,0,0,
+20200326,ME,155,3394,,,,,,,,16,A,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,,,2020-03-26T11:00:00Z,23,6,217,3549,3549,223,3549,0,0,c0951cd32072e6712c71fcf9a1c077dcec30a871,0,0,0,0,0,
+20200326,MI,7767,10305,,,,,,,,,D,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,60,,2020-03-26T11:00:00Z,26,707,2768,18072,18072,3475,18072,17,0,a2e0a50e5a632467e414e0ef462a27289ee0f6a5,0,0,0,0,0,
+20200326,MN,346,12604,,31,41,,,,,,A,3/26/2020 13:15,2020-03-26T13:15:00Z,03/26 09:15,2,41,2020-03-26T13:15:00Z,27,59,1416,12950,12950,1475,12950,1,6,998c7d620173596192323d5a421231bd93c748c2,0,0,0,0,0,
+20200326,MO,502,369,,,,,,,,,C,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,8,,2020-03-26T15:00:00Z,29,146,0,871,871,146,871,0,0,b4a1569925a9e042c8f05cbd0b144cb0a4c96ba3,0,0,0,0,0,
+20200326,MP,0,,,,,,,,,,,3/26/2020 01:30,2020-03-26T01:30:00Z,03/25 21:30,0,,2020-03-26T01:30:00Z,69,0,0,0,0,0,0,0,0,676f451acc01c0e089265cf00354378569b3c726,0,0,0,0,0,
+20200326,MS,485,2291,,,150,,,,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,6,150,2020-03-26T00:00:00Z,28,108,725,2776,2776,833,2776,4,33,a648918516fd59daa06bc84eb431e874efc94499,0,0,0,0,0,
+20200326,MT,71,2128,,,1,,,,,,C,3/26/2020 10:00,2020-03-26T10:00:00Z,03/26 06:00,,1,2020-03-26T10:00:00Z,30,18,180,2199,2199,198,2199,0,1,6baa54c3f2598097b221ae7e9be6ee0f2c171033,0,0,0,0,0,
+20200326,NC,636,12274,,29,,,,,,,A,3/26/2020 12:36,2020-03-26T12:36:00Z,03/26 08:36,2,,2020-03-26T12:36:00Z,37,132,2289,12910,12910,2421,12910,1,0,a3a4ffc7f8c2512d2ea6a684e73240f092cbd8be,0,0,0,0,0,
+20200326,ND,52,2039,,,10,,,,,,B,3/26/2020 11:37,2020-03-26T11:37:00Z,03/26 07:37,0,10,2020-03-26T11:37:00Z,38,13,305,2091,2091,318,2091,0,2,4ea9dde6e89b75d578d39f592be163f359954877,0,0,0,0,0,
+20200326,NE,73,1584,,,,,,,,,A,3/26/2020 14:00,2020-03-26T14:00:00Z,03/26 10:00,0,,2020-03-26T14:00:00Z,31,12,280,1657,1657,292,1657,0,0,02974d057a74971aec829e6f6bff011b7d2d99dc,0,0,0,0,0,
+20200326,NH,137,3001,712,,19,,,,,,B,3/25/2020 09:00,2020-03-25T09:00:00Z,03/25 05:00,1,19,2020-03-25T09:00:00Z,33,29,645,3850,3138,674,3138,0,6,d44c5bc4cb9a858e1aac21205c3722e739fe3b35,0,0,0,0,0,
+20200326,NJ,6876,13661,,1080,,,,,,,B,3/25/2020 14:00,2020-03-25T14:00:00Z,03/25 10:00,81,,2020-03-25T14:00:00Z,34,2474,3209,20537,20537,5683,20537,19,0,608c665711d31ac8373869e3326a7606eaf580cf,0,0,0,0,0,
+20200326,NM,112,7681,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,1,,2020-03-25T00:00:00Z,35,12,939,7793,7793,951,7793,0,0,7d113d7c2d6504822394e287545c02b2e5c50b89,0,0,0,0,0,
+20200326,NV,420,4697,,,,,,,,,A,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,10,,2020-03-26T11:00:00Z,32,99,446,5117,5117,545,5117,4,0,bec3fa7337c1cb3489338ac1c972760e3d6560a4,0,0,0,0,0,
+20200326,NY,37258,84846,,5327,6921,1290,,,,,B,3/26/2020 16:59,2020-03-26T16:59:00Z,03/26 12:59,385,6921,2020-03-26T16:59:00Z,36,6447,12178,122104,122104,18625,122104,100,1795,cfa6e66b3597c655719e7bdef7b10633e97ed33b,0,0,0,0,0,
+20200326,OH,867,16449,,,223,,91,,,,B,3/26/2020 14:00,2020-03-26T14:00:00Z,03/26 10:00,15,223,2020-03-26T14:00:00Z,39,163,2389,17316,17316,2552,17316,5,41,2fea98e0202a355b63b2a5c85d4f9ba7d44a38b7,0,0,0,0,0,
+20200326,OK,248,958,,,86,,,,,,A,3/26/2020 08:00,2020-03-26T08:00:00Z,03/26 04:00,7,86,2020-03-26T08:00:00Z,40,84,153,1206,1206,237,1206,2,27,974219c8af287b0d2f6ca98756d876e6b59c6851,0,0,0,0,0,
+20200326,OR,327,6953,,,90,,,,,,A,3/26/2020 16:31,2020-03-26T16:31:00Z,03/26 12:31,11,90,2020-03-26T16:31:00Z,41,118,2603,7280,7280,2721,7280,3,29,3fd1f29fe9154ba41e582347000bbc6ec76f210e,0,0,0,0,0,
+20200326,PA,1687,16441,,,,,,,,,A,3/26/2020 12:00,2020-03-26T12:00:00Z,03/26 08:00,16,,2020-03-26T12:00:00Z,42,560,5248,18128,18128,5808,18128,5,0,967ddea6c0623853ed62f507bcfdf572a14ba1ca,0,0,0,0,0,
+20200326,PR,64,377,335,,,,,,,,A,3/26/2020 07:00,2020-03-26T07:00:00Z,03/26 03:00,2,,2020-03-26T07:00:00Z,72,13,60,776,441,73,441,0,0,47e7c9f33abce0f22f855f93810bf69ef6df28d9,0,0,0,0,0,
+20200326,RI,165,1262,181,23,,9,,6,,,B,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,,,2020-03-26T00:00:00Z,44,33,0,1608,1427,33,1427,0,0,f70fcb66a0977b044a110961eb106b6730d1f1a4,0,0,0,0,0,
+20200326,SC,456,2307,,,102,,,,,,B,3/26/2020 11:00,2020-03-26T11:00:00Z,03/26 07:00,9,102,2020-03-26T11:00:00Z,45,32,4,2763,2763,36,2763,2,0,fe346fb99365ef83e4c5c6d06359a3ec20059eed,0,0,0,0,0,
+20200326,SD,46,1973,125,,,,,,,16,A,3/25/2020 13:00,2020-03-25T13:00:00Z,03/25 09:00,1,,2020-03-25T13:00:00Z,46,5,1154,2144,2019,1159,2019,0,0,a12cb0ed991e90bf72cabeadd7abdfb7f7f31b5a,0,0,0,0,0,
+20200326,TN,957,13952,,,76,,,,,,A,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,3,76,2020-03-26T15:00:00Z,47,173,2940,14909,14909,3113,14909,0,23,541f1b447cab54abe3a773b58a727d7965b3b92a,0,0,0,0,0,
+20200326,TX,1396,20028,,,,,,,,,A,3/26/2020 13:00,2020-03-26T13:00:00Z,03/26 09:00,18,,2020-03-26T13:00:00Z,48,422,7508,21424,21424,7930,21424,6,0,3b20ee6f734e0536e0277db2c23b18747b67fb2a,0,0,0,0,0,
+20200326,UT,402,7308,,,,,,,,,A,3/26/2020 15:00,2020-03-26T15:00:00Z,03/26 11:00,1,,2020-03-26T15:00:00Z,49,56,817,7710,7710,873,7710,0,0,6fd1cf7b3caf4cae549f513f62ef458e1dc3ed87,0,0,0,0,0,
+20200326,VA,460,5729,,,65,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,13,65,2020-03-26T00:00:00Z,51,69,750,6189,6189,819,6189,4,6,a0e780404b8583b7351d9725a1032c45166b9c48,0,0,0,0,0,
+20200326,VI,17,55,2,,,,,,,,,3/25/2020 20:30,2020-03-25T20:30:00Z,03/25 16:30,,,2020-03-25T20:30:00Z,78,0,0,74,72,0,72,0,0,6ae4d05e8b197b1bbfa51bca1fd4e76a5e363bd6,0,0,0,0,0,
+20200326,VT,185,2744,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,9,,2020-03-26T00:00:00Z,50,25,934,2929,2929,959,2929,1,0,9c51097b43f32001f54a0ac9a1c60a94ee4394a2,0,0,0,0,0,
+20200326,WA,6414,60367,,,,,,,,,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,183,,2020-03-26T00:00:00Z,53,369,4106,66781,66781,4475,66781,24,0,b772123ae498d2d42ba13865197ee654590a62dc,0,0,0,0,0,
+20200326,WI,707,11583,,,,,,,,,A,3/26/2020 16:00,2020-03-26T16:00:00Z,03/26 12:00,8,,2020-03-26T16:00:00Z,55,122,1494,12290,12290,1616,12290,1,0,1bd246802caa77e0d2eeef56da2e60c01d5d3993,0,0,0,0,0,
+20200326,WV,51,1031,19,,1,,,,,,B,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,0,1,2020-03-25T00:00:00Z,54,12,272,1101,1082,284,1082,0,0,99aa035945ca34f922143b4b0d6c360453977057,0,0,0,0,0,
+20200326,WY,53,1052,,,,,,,,12,A,3/26/2020 00:00,2020-03-26T00:00:00Z,03/25 20:00,,,2020-03-26T00:00:00Z,56,9,98,1105,1105,107,1105,0,0,d46f771dfd4c62ee9d8eaae685d2321551a00da5,0,0,0,0,0,
+20200325,AK,42,1649,,,1,,,,,,A,3/24/2020 21:00,2020-03-24T21:00:00Z,03/24 17:00,1,1,2020-03-24T21:00:00Z,02,6,663,1691,1691,669,1691,1,1,b97e29e2b5e73605c5c739d089215409c53ad646,0,0,0,0,0,
+20200325,AL,283,2529,,,,,,,,,C,3/25/2020 11:30,2020-03-25T11:30:00Z,03/25 07:30,0,,2020-03-25T11:30:00Z,01,68,423,2812,2812,491,2812,0,0,15c2c19387ba8266a3c14be2a33031f7ade486a5,0,0,0,0,0,
+20200325,AR,280,1437,,22,,,,4,,11,A,3/25/2020 09:19,2020-03-25T09:19:00Z,03/25 05:19,2,,2020-03-25T09:19:00Z,05,62,490,1717,1717,552,1717,2,0,2c616f154232e0e760016e2c53ed2a6b544f4e49,0,0,0,0,0,
+20200325,AS,,,,,,,,,,,,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,0,,2020-03-25T00:00:00Z,60,0,0,0,0,0,0,0,0,06cc30d39eadfac38d8e065e51243ddb46db6a9d,0,0,0,0,0,
+20200325,AZ,450,323,53,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,6,,2020-03-24T00:00:00Z,04,93,10,826,773,103,773,1,0,02fc2a37f60bb68dcc93db646676755c751748b8,0,0,0,0,0,
+20200325,CA,2355,15921,48600,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,53,,2020-03-24T00:00:00Z,06,253,2469,66876,18276,2722,18276,13,0,6f48cfd4634a00a24d4d4dde90d2022d45c4fe9b,0,0,0,0,0,
+20200325,CO,912,6789,,152,84,,,,,,A,3/24/2020 18:00,2020-03-24T18:00:00Z,03/24 14:00,11,84,2020-03-24T18:00:00Z,08,192,1285,7701,7701,1477,7701,4,12,08073258a511cc73e88395e5368ed7314de0afcb,0,0,0,0,0,
+20200325,CT,875,5023,,113,,,,,,,A,3/25/2020 16:00,2020-03-25T16:00:00Z,03/25 12:00,19,,2020-03-25T16:00:00Z,09,257,341,5898,5898,598,5898,7,0,9c413772aaa9aa04e8de4f715d80140e343d8a22,0,0,0,0,0,
+20200325,DC,183,1423,3,,,,,,,,A,3/24/2020 19:30,2020-03-24T19:30:00Z,03/24 15:30,2,,2020-03-24T19:30:00Z,11,46,228,1609,1606,274,1606,0,0,424ed1685d50baabbfee41a1c2a8ac1a2745fc4b,0,0,0,0,0,
+20200325,DE,115,36,,11,,,,,,,C,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,0,,2020-03-25T12:00:00Z,10,24,0,151,151,24,151,0,0,6d3da2ca5b8530058bdf90d6c9ed0f4601a5c5ed,0,0,0,0,0,
+20200325,FL,1682,15374,1233,,316,,,,,,A,3/25/2020 11:00,2020-03-25T11:00:00Z,03/25 07:00,22,316,2020-03-25T11:00:00Z,12,270,2247,18289,17056,2517,17056,4,57,bba8de7e3fd9054e716c9eae8464c9db02875828,0,0,0,0,0,
+20200325,GA,1247,4932,,,394,,,,,,A,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,40,394,2020-03-25T12:00:00Z,13,221,474,6179,6179,695,6179,8,394,fd434723d05dd733426acd4830f41d908542306f,0,0,0,0,0,
+20200325,GU,37,233,,10,,,,,,,,3/25/2020 06:45,2020-03-25T06:45:00Z,03/25 02:45,1,,2020-03-25T06:45:00Z,66,5,32,270,270,37,270,0,0,688261cc3edc736977e56615efeaba57c38af783,0,0,0,0,0,
+20200325,HI,90,4357,,,6,,,,,,A,3/24/2020 18:00,2020-03-24T18:00:00Z,03/24 14:00,,6,2020-03-24T18:00:00Z,15,13,768,4447,4447,781,4447,0,2,ea9b9f9d2af7fa481a63303fc1316d78d94d55b8,0,0,0,0,0,
+20200325,IA,145,2578,,23,36,,,,,,C,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,1,36,2020-03-25T00:00:00Z,19,21,263,2723,2723,284,2723,1,9,c22ddf675e475251b2b06b42fb370ea59d5b8ede,0,0,0,0,0,
+20200325,ID,73,1887,,,,,,,,,A,3/24/2020 19:00,2020-03-24T19:00:00Z,03/24 15:00,0,,2020-03-24T19:00:00Z,16,23,0,1960,1960,23,1960,0,0,ed705d087096ca7596fb3d7843a809e6db4528ac,0,0,0,0,0,
+20200325,IL,1865,12344,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,19,,2020-03-25T00:00:00Z,17,330,2410,14209,14209,2740,14209,3,0,d1eae8dd5604cba5d8ccd32d106258f0d06caa18,0,0,0,0,0,
+20200325,IN,477,2879,,,1,,,,,,B,3/25/2020 00:59,2020-03-25T00:59:00Z,03/24 20:59,14,1,2020-03-25T00:59:00Z,18,112,313,3356,3356,425,3356,2,0,362c5107b6dcd56baceac2fdf0965d2c4ab3b180,0,0,0,0,0,
+20200325,KS,126,2360,,,,,,,,,B,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,3,,2020-03-25T12:00:00Z,20,28,274,2486,2486,302,2486,1,0,0d13e851080f9f71f67bf2e56d7eee604d02bc30,0,0,0,0,0,
+20200325,KY,157,2865,,,,,,,,,A,3/24/2020 17:00,2020-03-24T17:00:00Z,03/24 13:00,4,,2020-03-24T17:00:00Z,21,33,1103,3022,3022,1136,3022,0,0,5723393264e7b089f65084b674660326117b66be,0,0,0,0,0,
+20200325,LA,1795,9656,,491,,,,163,,,A,3/25/2020 13:00,2020-03-25T13:00:00Z,03/25 09:00,65,,2020-03-25T13:00:00Z,22,407,2441,11451,11451,2848,11451,19,0,6ae3964ee8172be8144e927a70296f9b807d763c,0,0,0,0,0,
+20200325,MA,1739,18079,,,103,,,,,,B,3/25/2020 16:00,2020-03-25T16:00:00Z,03/25 12:00,33,103,2020-03-25T16:00:00Z,25,679,5365,19818,19818,6044,19818,7,9,c5e4975432264852520fe1aecd0373355ce58f77,0,0,0,0,0,
+20200325,MD,423,94,,,,,,,,,D,3/25/2020 10:00,2020-03-25T10:00:00Z,03/25 06:00,5,,2020-03-25T10:00:00Z,24,74,0,517,517,74,517,0,0,fe3e7b77791e280df8ccc43d3696827d493a53df,0,0,0,0,0,
+20200325,ME,149,3177,,,,,,,,7,A,3/25/2020 11:30,2020-03-25T11:30:00Z,03/25 07:30,,,2020-03-25T11:30:00Z,23,24,163,3326,3326,187,3326,0,0,44ae8e1ae90cd1fd9a132140b05c6df062377cb1,0,0,0,0,0,
+20200325,MI,7060,7537,,,,,,,,,D,3/25/2020 15:00,2020-03-25T15:00:00Z,03/25 11:00,43,,2020-03-25T15:00:00Z,26,619,1741,14597,14597,2360,14597,19,0,13f9ef1886a66f0b5cdf798f529f9e0d1023f839,0,0,0,0,0,
+20200325,MN,287,11188,,26,35,,,,,121,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,1,35,2020-03-25T00:00:00Z,27,25,5638,11475,11475,5663,11475,0,14,b728d050bf47dac5491b78ec7c10940aba812b7f,0,0,0,0,0,
+20200325,MO,356,369,,,,,,,,,C,3/24/2020 16:00,2020-03-24T16:00:00Z,03/24 12:00,8,,2020-03-24T16:00:00Z,29,173,0,725,725,173,725,5,0,79930a113c76e14ddddffe7aae78449452a11f34,0,0,0,0,0,
+20200325,MP,0,,,,,,,,,,,3/24/2020 18:30,2020-03-24T18:30:00Z,03/24 14:30,0,,2020-03-24T18:30:00Z,69,0,0,0,0,0,0,0,0,8499d3144adbb91a14ae1240cba9d0d7a5e1bd57,0,0,0,0,0,
+20200325,MS,377,1566,,,117,,,,,,B,3/24/2020 20:00,2020-03-24T20:00:00Z,03/24 16:00,2,117,2020-03-24T20:00:00Z,28,57,14,1943,1943,71,1943,1,31,99015c8f63b0cc2df4e5acb8e174e82da00548cc,0,0,0,0,0,
+20200325,MT,53,1948,,,,,,,,,C,3/25/2020 10:00,2020-03-25T10:00:00Z,03/25 06:00,,,2020-03-25T10:00:00Z,30,7,305,2001,2001,312,2001,0,0,35602bd532dafcb80d5f918378aad3976f229dd1,0,0,0,0,0,
+20200325,NC,504,9985,,29,,,,,,,A,3/25/2020 16:30,2020-03-25T16:30:00Z,03/25 12:30,1,,2020-03-25T16:30:00Z,37,106,1844,10489,10489,1950,10489,1,0,9485ea3e4549fcce2d386231bcf448d16d1f4c54,0,0,0,0,0,
+20200325,ND,39,1734,,,8,,,,,,B,3/25/2020 11:47,2020-03-25T11:47:00Z,03/25 07:47,0,8,2020-03-25T11:47:00Z,38,5,280,1773,1773,285,1773,0,3,40a4a0d43c25eeafa0ca337e7b2594cea2907bd5,0,0,0,0,0,
+20200325,NE,61,1304,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,,2020-03-24T00:00:00Z,31,9,329,1365,1365,338,1365,0,0,3c867b322aa102c6003994a027d7828f97541a67,0,0,0,0,0,
+20200325,NH,108,2356,804,,13,,,,,,B,3/25/2020 13:30,2020-03-25T13:30:00Z,03/25 09:30,1,13,2020-03-25T13:30:00Z,33,7,909,3268,2464,916,2464,0,2,ad1e75f7af34d0fdb6e97121c6f389922a1c0544,0,0,0,0,0,
+20200325,NJ,4402,10452,,,,,,,,,B,3/24/2020 01:30,2020-03-24T01:30:00Z,03/23 21:30,62,,2020-03-24T01:30:00Z,34,727,2127,14854,14854,2854,14854,18,0,049ae30fb8a99d38439a8df8c1dd3e3db56b754a,0,0,0,0,0,
+20200325,NM,100,6742,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,1,,2020-03-24T00:00:00Z,35,17,852,6842,6842,869,6842,1,0,373fdbd6f78a5a87e31992833a72d4f22b2b58cf,0,0,0,0,0,
+20200325,NV,321,4251,,,,,,,,,A,3/25/2020 02:59,2020-03-25T02:59:00Z,03/24 22:59,6,,2020-03-25T02:59:00Z,32,43,297,4572,4572,340,4572,2,0,994e00b0b660c531e2088a6769ef9590e86daa59,0,0,0,0,0,
+20200325,NY,30811,72668,,4079,5126,,,,,,B,3/25/2020 11:45,2020-03-25T11:45:00Z,03/25 07:45,285,5126,2020-03-25T11:45:00Z,36,5146,7063,103479,103479,12209,103479,75,1085,010555e6f51b10a0f54167b09d5d629e2e8e38fa,0,0,0,0,0,
+20200325,OH,704,14060,,,182,,74,,,,B,3/25/2020 14:00,2020-03-25T14:00:00Z,03/25 10:00,10,182,2020-03-25T14:00:00Z,39,140,13920,14764,14764,14060,14764,2,37,2d1359bb9d6036e8f40a3cb44798e273503b7661,0,0,0,0,0,
+20200325,OK,164,805,,,59,,,,,,A,3/25/2020 08:00,2020-03-25T08:00:00Z,03/25 04:00,5,59,2020-03-25T08:00:00Z,40,58,70,969,969,128,969,2,34,586848d47da7b448d41595bdf0f25c650b302e19,0,0,0,0,0,
+20200325,OR,209,4350,,,61,,,,,,A,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,8,61,2020-03-24T11:00:00Z,41,0,0,4559,4559,0,4559,0,0,d8e89103c3b73482cb24a458730c41463a0d2326,0,0,0,0,0,
+20200325,PA,1127,11193,,,,,,,,,A,3/25/2020 12:00,2020-03-25T12:00:00Z,03/25 08:00,11,,2020-03-25T12:00:00Z,42,276,2550,12320,12320,2826,12320,4,0,cd0bd4a58e79c6a98c4d21d2de3d0ed6ef1720a9,0,0,0,0,0,
+20200325,PR,51,317,70,,,,,,,,A,3/25/2020 07:00,2020-03-25T07:00:00Z,03/25 03:00,2,,2020-03-25T07:00:00Z,72,12,49,438,368,61,368,0,0,9e6f7e0d8dc019e2e7277ea38aab6ff3eb3dd120,0,0,0,0,0,
+20200325,RI,132,1262,196,15,,,,,,,B,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,,,2020-03-25T00:00:00Z,44,8,62,1590,1394,70,1394,0,0,2b8979944c168c2a855e9713e1fec332092db305,0,0,0,0,0,
+20200325,SC,424,2303,,,102,,,,,,B,3/24/2020 19:30,2020-03-24T19:30:00Z,03/24 15:30,7,102,2020-03-24T19:30:00Z,45,126,291,2727,2727,417,2727,2,102,76dffe6b0c47e4de4fbe3ee10ec9a875c1b18d92,0,0,0,0,0,
+20200325,SD,41,819,268,,,,,,,,A,3/25/2020 13:00,2020-03-25T13:00:00Z,03/25 09:00,1,,2020-03-25T13:00:00Z,46,11,29,1128,860,40,860,0,0,e578bead8533ebb314b7ed44b9e9e26770816592,0,0,0,0,0,
+20200325,TN,784,11012,,,53,,,,,,A,3/25/2020 15:00,2020-03-25T15:00:00Z,03/25 11:00,3,53,2020-03-25T15:00:00Z,47,117,495,11796,11796,612,11796,1,53,9d0ee02a4f77b045d9baf51d0de5d8fd8869b933,0,0,0,0,0,
+20200325,TX,974,12520,,,,,,,,,A,3/25/2020 12:30,2020-03-25T12:30:00Z,03/25 08:30,12,,2020-03-25T12:30:00Z,48,564,1763,13494,13494,2327,13494,3,0,23cefc4fd849300b470e39468527e01e4e67abc2,0,0,0,0,0,
+20200325,UT,346,6491,,,,,,,,,A,3/25/2020 15:00,2020-03-25T15:00:00Z,03/25 11:00,1,,2020-03-25T15:00:00Z,49,47,967,6837,6837,1014,6837,0,0,895f3b2c897eb298986ee0dc86bf302e7c2e9ab9,0,0,0,0,0,
+20200325,VA,391,4979,,,59,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,9,59,2020-03-25T00:00:00Z,51,101,799,5370,5370,900,5370,2,14,a2983fc68a3ae36c12a24ca0b924e2d693e35860,0,0,0,0,0,
+20200325,VI,17,55,2,,,,,,,,,3/24/2020 20:30,2020-03-24T20:30:00Z,03/24 16:30,,,2020-03-24T20:30:00Z,78,0,55,74,72,55,72,0,0,3c60f2b6482b2dd8edbc505243c2b56c9648bbe8,0,0,0,0,0,
+20200325,VT,160,1810,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,8,,2020-03-25T00:00:00Z,50,35,241,1970,1970,276,1970,1,0,9708beb8db2fe3227472ff9ece8286b50d558acc,0,0,0,0,0,
+20200325,WA,6045,56261,,,,,,,,,A,3/25/2020 00:00,2020-03-25T00:00:00Z,03/24 20:00,159,,2020-03-25T00:00:00Z,53,405,4596,62306,62306,5001,62306,13,0,d50e98d80aaa408ac2d37365b47b4997f1976e5e,0,0,0,0,0,
+20200325,WI,585,10089,,,,,,,,,A,3/25/2020 16:00,2020-03-25T16:00:00Z,03/25 12:00,7,,2020-03-25T16:00:00Z,55,128,1852,10674,10674,1980,10674,2,0,690350b9c21af5a9e2af3083a317cec317732356,0,0,0,0,0,
+20200325,WV,39,759,6,,1,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,1,2020-03-24T00:00:00Z,54,19,149,804,798,168,798,0,0,f4dc64f335f2b9aa1ca0aee8e06474b203d945f6,0,0,0,0,0,
+20200325,WY,44,954,,,,,,,,7,A,3/25/2020 12:45,2020-03-25T12:45:00Z,03/25 08:45,,,2020-03-25T12:45:00Z,56,15,244,998,998,259,998,0,0,438eec2f1de21ce01d7a6742462241e62ff74c7c,0,0,0,0,0,
+20200324,AK,36,986,,,0,,,,,,A,3/23/2020 19:00,2020-03-23T19:00:00Z,03/23 15:00,0,0,2020-03-23T19:00:00Z,02,14,40,1022,1022,54,1022,0,0,54983548f8b3e2cb6aacfe95e945d4e08cbd1e84,0,0,0,0,0,
+20200324,AL,215,2106,,,,,,,,,C,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,0,,2020-03-24T12:00:00Z,01,48,441,2321,2321,489,2321,0,0,1160a7bb817f44efe385f922849cff066287a514,0,0,0,0,0,
+20200324,AR,218,947,,22,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,,2020-03-24T00:00:00Z,05,44,41,1165,1165,85,1165,0,0,c665e4ef94f9804f220a8120b99fe8e1c915cc18,0,0,0,0,0,
+20200324,AS,,,,,,,,,,,,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,0,,2020-03-24T00:00:00Z,60,0,0,0,0,0,0,0,0,e19d0595fcab2f40b031e7c0b57a0dcca43b6662,0,0,0,0,0,
+20200324,AZ,357,313,22,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,5,,2020-03-24T00:00:00Z,04,92,4,692,670,96,670,3,0,979fcf623449ca17944da697d9e8d3476f6cc36c,0,0,0,0,0,
+20200324,CA,2102,13452,12100,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,40,,2020-03-24T00:00:00Z,06,369,885,27654,15554,1254,15554,13,0,f0532cfedb766c47a128ef40893423843c660121,0,0,0,0,0,
+20200324,CO,720,5504,,116,72,,,,,,A,3/23/2020 18:13,2020-03-23T18:13:00Z,03/23 14:13,7,72,2020-03-23T18:13:00Z,08,129,659,6224,6224,788,6224,1,14,6b1438959402d5250dd5536f440b5791892a656b,0,0,0,0,0,
+20200324,CT,618,4682,,71,,,,,,,A,3/24/2020 16:00,2020-03-24T16:00:00Z,03/24 12:00,12,,2020-03-24T16:00:00Z,09,203,597,5300,5300,800,5300,2,0,0d298c7bc412689f58a8d1275d97d87901a7ecb4,0,0,0,0,0,
+20200324,DC,137,1195,2,,,,,,,,A,3/23/2020 19:30,2020-03-23T19:30:00Z,03/23 15:30,2,,2020-03-23T19:30:00Z,11,21,82,1334,1332,103,1332,0,0,4dde54d2be1e7b19f8b7cc6e4d81e2fd523c1af2,0,0,0,0,0,
+20200324,DE,91,36,,,,,,,,,C,3/24/2020 10:45,2020-03-24T10:45:00Z,03/24 06:45,0,,2020-03-24T10:45:00Z,10,23,0,127,127,23,127,0,0,ce6d0954844a3b24cc037ab5dc13299eacf278c3,0,0,0,0,0,
+20200324,FL,1412,13127,1008,,259,,,,,,A,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,18,259,2020-03-24T11:00:00Z,12,241,2064,15547,14539,2305,14539,4,42,1378b0956c8389c7e4a7af65026752b308469b20,0,0,0,0,0,
+20200324,GA,1026,4458,,,,,,,,,A,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,32,,2020-03-24T12:00:00Z,13,254,161,5484,5484,415,5484,7,0,572d7df3ada9923c88a48b62b30d33817feec7ed,0,0,0,0,0,
+20200324,GU,32,201,,5,,,,,,,,3/24/2020 06:45,2020-03-24T06:45:00Z,03/24 02:45,1,,2020-03-24T06:45:00Z,66,3,40,233,233,43,233,0,0,c32756c9c6a5d4efab9e27c316c5641596bb689b,0,0,0,0,0,
+20200324,HI,77,3589,,,4,,,,,,A,3/23/2020 18:00,2020-03-23T18:00:00Z,03/23 14:00,,4,2020-03-23T18:00:00Z,15,21,634,3666,3666,655,3666,0,4,6b9b6d9cf2ea63446ce4d4973ba5d42dbf0ad773,0,0,0,0,0,
+20200324,IA,124,2315,,,27,,,,,,C,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,,27,2020-03-24T00:00:00Z,19,19,272,2439,2439,291,2439,0,27,1fac8b87a18e28af326f2dd861cb6f3fa132906a,0,0,0,0,0,
+20200324,ID,50,1887,,,,,,,,,A,3/23/2020 19:00,2020-03-23T19:00:00Z,03/23 15:00,0,,2020-03-23T19:00:00Z,16,3,578,1937,1937,581,1937,0,0,0adaf27fd2d005e0572d799fc2b6ebb22c73428f,0,0,0,0,0,
+20200324,IL,1535,9934,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,16,,2020-03-24T00:00:00Z,17,262,1351,11469,11469,1613,11469,4,0,42a5e036985e90f88b26d81c62a78ad5f41b05c2,0,0,0,0,0,
+20200324,IN,365,2566,,,1,,,,,,B,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,12,1,2020-03-24T11:00:00Z,18,106,865,2931,2931,971,2931,5,0,f47ce0dec4340bdf1737b5765a0e5759b67707a2,0,0,0,0,0,
+20200324,KS,98,2086,,,,,,,,,B,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,2,,2020-03-24T12:00:00Z,20,16,1669,2184,2184,1685,2184,0,0,c760cc33222a3d1f5ab5d8c8d33de2bd294b5beb,0,0,0,0,0,
+20200324,KY,124,1762,,,,,,,,,A,3/23/2020 17:00,2020-03-23T17:00:00Z,03/23 13:00,4,,2020-03-23T17:00:00Z,21,20,0,1886,1886,20,1886,1,0,1fbc34f9d6a8b66ceb93ec05acd828ca1bf6f34e,0,0,0,0,0,
+20200324,LA,1388,7215,,271,,,,,,,A,3/24/2020 13:00,2020-03-24T13:00:00Z,03/24 09:00,46,,2020-03-24T13:00:00Z,22,216,2439,8603,8603,2655,8603,12,0,3961f45d8d52983e4edcd6a44e04c7447596b601,0,0,0,0,0,
+20200324,MA,1060,12714,,,94,,,,,,B,3/24/2020 12:30,2020-03-24T12:30:00Z,03/24 08:30,26,94,2020-03-24T12:30:00Z,25,382,4451,13774,13774,4833,13774,9,15,83b8dc6fb6b5d305ea6c91c8a70bf9bbdbe43fa8,0,0,0,0,0,
+20200324,MD,349,94,,,,,,,,,D,3/24/2020 10:00,2020-03-24T10:00:00Z,03/24 06:00,5,,2020-03-24T10:00:00Z,24,61,0,443,443,61,443,1,0,b2c480f04f21bb362b9d5018ea526965322bd393,0,0,0,0,0,
+20200324,ME,125,3014,,,,,,,,,A,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,,,2020-03-24T12:00:00Z,23,18,223,3139,3139,241,3139,0,0,c56149b02dfc4f619c764e2776e02fb6b3c64d6d,0,0,0,0,0,
+20200324,MI,6441,5796,,,,,,,,,D,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,24,,2020-03-24T11:00:00Z,26,652,1099,12237,12237,1751,12237,9,0,038c399b8d1748b37f1920c89e067b71303b3308,0,0,0,0,0,
+20200324,MN,262,5550,,,21,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,1,21,2020-03-24T00:00:00Z,27,27,1039,5812,5812,1066,5812,0,4,09eb230bc750224723f66431d830391fa8aa2866,0,0,0,0,0,
+20200324,MO,183,369,,,,,,,,,C,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,3,,2020-03-23T15:00:00Z,29,0,0,552,552,0,552,0,0,0729b546889ad2980902ddfe4f0629bccb25e7dd,0,0,0,0,0,
+20200324,MP,0,,,,,,,,,,,3/23/2020 01:30,2020-03-23T01:30:00Z,03/22 21:30,0,,2020-03-23T01:30:00Z,69,0,0,0,0,0,0,0,0,3e2c23ea6338272458cfa14b4b349eb91b9d01d1,0,0,0,0,0,
+20200324,MS,320,1552,,,86,,,,,,B,3/23/2020 19:00,2020-03-23T19:00:00Z,03/23 15:00,1,86,2020-03-23T19:00:00Z,28,71,409,1872,1872,480,1872,0,53,78dba5e7752593ce596175c50fcdcdf25787c5fa,0,0,0,0,0,
+20200324,MT,46,1643,,,,,,,,,C,3/24/2020 10:00,2020-03-24T10:00:00Z,03/24 06:00,,,2020-03-24T10:00:00Z,30,12,497,1689,1689,509,1689,0,0,4df99b23da55849d513d23f28c62d3066f2b62e3,0,0,0,0,0,
+20200324,NC,398,8141,,,,,,,,,A,3/24/2020 09:45,2020-03-24T09:45:00Z,03/24 05:45,0,,2020-03-24T09:45:00Z,37,101,0,8539,8539,101,8539,0,0,4f1a48f1ebc2cd490150daa35ec86ba75b816464,0,0,0,0,0,
+20200324,ND,34,1454,,,5,,,,,,B,3/24/2020 11:17,2020-03-24T11:17:00Z,03/24 07:17,0,5,2020-03-24T11:17:00Z,38,4,101,1488,1488,105,1488,0,1,16b74f49bd3a8d19a72a41ae6acec100095797d3,0,0,0,0,0,
+20200324,NE,52,975,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,0,,2020-03-23T00:00:00Z,31,2,619,1027,1027,621,1027,0,0,c8c52e0bd83fc80397e3d33b151499900b027b9e,0,0,0,0,0,
+20200324,NH,101,1447,869,,11,,,,,,B,3/23/2020 09:00,2020-03-23T09:00:00Z,03/23 05:00,1,11,2020-03-23T09:00:00Z,33,23,73,2417,1548,96,1548,1,11,6c7e3a359c0e0e312171f82e24f2f1baffe962de,0,0,0,0,0,
+20200324,NJ,3675,8325,45,,,,,,,,B,3/24/2020 01:30,2020-03-24T01:30:00Z,03/23 21:30,44,,2020-03-24T01:30:00Z,34,831,7966,12045,12000,8797,12000,17,0,ac2202420ba8b130c8071e50386a362c536f3318,0,0,0,0,0,
+20200324,NM,83,5890,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,,,2020-03-23T00:00:00Z,35,18,569,5973,5973,587,5973,0,0,b222dbe3661c0c87fba3159f8e64ca3e2d3160ff,0,0,0,0,0,
+20200324,NV,278,3954,,,,,,,,,A,3/23/2020 14:59,2020-03-23T14:59:00Z,03/23 10:59,4,,2020-03-23T14:59:00Z,32,33,464,4232,4232,497,4232,0,0,b16a06c3e9639c36f0c77e11e2e3e7913485828e,0,0,0,0,0,
+20200324,NY,25665,65605,,3343,4041,,,,,,B,3/24/2020 11:30,2020-03-24T11:30:00Z,03/24 07:30,210,4041,2020-03-24T11:30:00Z,36,4790,8191,91270,91270,12981,91270,96,916,e0a67e758b8372bd75f81d3a2b410f0793c06b53,0,0,0,0,0,
+20200324,OH,564,140,,,145,,,,,,D,3/24/2020 14:00,2020-03-24T14:00:00Z,03/24 10:00,8,145,2020-03-24T14:00:00Z,39,122,0,704,704,122,704,2,41,7788d8b11e82b75a4f4cbc9599bb2d3445b2e7b7,0,0,0,0,0,
+20200324,OK,106,735,,,25,,,,,,A,3/24/2020 08:00,2020-03-24T08:00:00Z,03/24 04:00,3,25,2020-03-24T08:00:00Z,40,25,41,841,841,66,841,1,10,f5e1bceb8654e3ab2019bbbc8d3b21da59100937,0,0,0,0,0,
+20200324,OR,209,4350,,,61,,,,,,A,3/24/2020 11:00,2020-03-24T11:00:00Z,03/24 07:00,8,61,2020-03-24T11:00:00Z,41,18,701,4559,4559,719,4559,3,5,c7222bb557e2913f83c8ef6b34f968597482d470,0,0,0,0,0,
+20200324,PA,851,8643,,,,,,,,,A,3/24/2020 12:00,2020-03-24T12:00:00Z,03/24 08:00,7,,2020-03-24T12:00:00Z,42,207,2048,9494,9494,2255,9494,1,0,e1de538ccbf8e5c3b2aff1ce59506827640a47b0,0,0,0,0,0,
+20200324,PR,39,268,42,,,,,,,,A,3/23/2020 07:00,2020-03-23T07:00:00Z,03/23 03:00,2,,2020-03-23T07:00:00Z,72,8,79,349,307,87,307,0,0,74fb8f3e63985bfdab46020aef6f7889177eb16d,0,0,0,0,0,
+20200324,RI,124,1200,77,,,,,,,,B,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,,,2020-03-24T00:00:00Z,44,18,57,1401,1324,75,1324,0,0,8b6cbb0b293bba4861d60050548e79b14b5fc0ca,0,0,0,0,0,
+20200324,SC,298,2012,,,,,,,,,B,3/23/2020 16:35,2020-03-23T16:35:00Z,03/23 12:35,5,,2020-03-23T16:35:00Z,45,0,546,2310,2310,546,2310,0,0,48ba203c0b95af6c2b8687b2e8a29832fd7a1688,0,0,0,0,0,
+20200324,SD,30,790,268,,,,,,,,A,3/24/2020 12:30,2020-03-24T12:30:00Z,03/24 08:30,1,,2020-03-24T12:30:00Z,46,2,28,1088,820,30,820,0,0,ea935e84f111679c9e712c167a115f8b158a937c,0,0,0,0,0,
+20200324,TN,667,10517,,,,,,,,,A,3/24/2020 15:00,2020-03-24T15:00:00Z,03/24 11:00,2,,2020-03-24T15:00:00Z,47,52,7245,11184,11184,7297,11184,0,0,e5b93f7aeb6ff05fe0eaf9675f6c946833cc6a9b,0,0,0,0,0,
+20200324,TX,410,10757,,,,,,,,,A,3/23/2020 21:00,2020-03-23T21:00:00Z,03/23 17:00,9,,2020-03-23T21:00:00Z,48,58,1054,11167,11167,1112,11167,1,0,aab3a09296497ea33810d72750c4638375699415,0,0,0,0,0,
+20200324,UT,299,5524,,,,,,,,,A,3/24/2020 15:00,2020-03-24T15:00:00Z,03/24 11:00,1,,2020-03-24T15:00:00Z,49,42,734,5823,5823,776,5823,0,0,fb68c8157c927f593024eb47059170663bb09a76,0,0,0,0,0,
+20200324,VA,290,4180,,,45,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,7,45,2020-03-24T00:00:00Z,51,36,737,4470,4470,773,4470,1,7,0402e1a68130653005f78f4defd5047ef61394a9,0,0,0,0,0,
+20200324,VI,17,,,,,,,,,,,3/23/2020 20:30,2020-03-23T20:30:00Z,03/23 16:30,,,2020-03-23T20:30:00Z,78,0,0,17,17,0,17,0,0,a3bcd657421a114e7684aa5a900d395a1d36924d,0,0,0,0,0,
+20200324,VT,125,1569,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,7,,2020-03-24T00:00:00Z,50,28,145,1694,1694,173,1694,2,0,0c2bcbba9b2f58732cb28968d9df22f48412f5e9,0,0,0,0,0,
+20200324,WA,5640,51665,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,146,,2020-03-24T00:00:00Z,53,354,4892,57305,57305,5246,57305,9,0,62efe9a883f388f9accf76ca5172bc493ebc6761,0,0,0,0,0,
+20200324,WI,457,8237,,,,,,,,,A,3/24/2020 16:00,2020-03-24T16:00:00Z,03/24 12:00,5,,2020-03-24T16:00:00Z,55,41,1187,8694,8694,1228,8694,0,0,b84c403b1cf531b4473f62241d6d683ba32fe810,0,0,0,0,0,
+20200324,WV,20,610,0,,1,,,,,,B,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,0,1,2020-03-23T00:00:00Z,54,4,166,630,630,170,630,0,0,0f865ccc11464ed071ecdac8f41825f866a4a659,0,0,0,0,0,
+20200324,WY,29,710,,,,,,,,,A,3/24/2020 00:00,2020-03-24T00:00:00Z,03/23 20:00,,,2020-03-24T00:00:00Z,56,3,118,739,739,121,739,0,0,d3f3bc8a069996444a58a571529b30613cde065d,0,0,0,0,0,
+20200323,AK,22,946,,,0,,,,,,A,3/21/2020 16:30,2020-03-21T16:30:00Z,03/21 12:30,0,0,2020-03-21T16:30:00Z,02,0,0,968,968,0,968,0,0,3962cb6f68e43667e5f545acd217c159aa7ce62b,0,0,0,0,0,
+20200323,AL,167,1665,,,,,,,,,C,3/23/2020 12:00,2020-03-23T12:00:00Z,03/23 08:00,0,,2020-03-23T12:00:00Z,01,29,201,1832,1832,230,1832,0,0,fa408bf2d592b96de974d2bf709f6968342dc1af,0,0,0,0,0,
+20200323,AR,174,906,,13,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,0,,2020-03-23T00:00:00Z,05,9,195,1080,1080,204,1080,0,0,fd9cb68adad74731808f453066cdbf7379393ecd,0,0,0,0,0,
+20200323,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,72e41398d759451acfcfe9919f0493dacb7b122f,0,0,0,0,0,
+20200323,AZ,265,309,6,,,,,,,,B,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,2,,2020-03-23T00:00:00Z,04,113,27,580,574,140,574,0,0,9e09f229be11719f1f4745f768272ddecb11db91,0,0,0,0,0,
+20200323,CA,1733,12567,12100,,,,,,,,B,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,27,,2020-03-23T00:00:00Z,06,197,1263,26400,14300,1460,14300,0,0,bac6953d217d06864fafbf7e5831ca49f8216f01,0,0,0,0,0,
+20200323,CO,591,4845,,74,58,,,,,,A,3/22/2020 18:00,2020-03-22T18:00:00Z,03/22 14:00,6,58,2020-03-22T18:00:00Z,08,116,770,5436,5436,886,5436,1,9,d2dc570c42d532c2690f58158590692e11018f6e,0,0,0,0,0,
+20200323,CT,415,4085,,54,,,,,,,A,3/23/2020 16:00,2020-03-23T16:00:00Z,03/23 12:00,10,,2020-03-23T16:00:00Z,09,192,1208,4500,4500,1400,4500,5,0,a6104046940fa9bf0cc20faa0db8219ea029e695,0,0,0,0,0,
+20200323,DC,116,1113,,,,,,,,,A,3/22/2020 19:00,2020-03-22T19:00:00Z,03/22 15:00,2,,2020-03-22T19:00:00Z,11,18,156,1229,1229,174,1229,1,0,7b4974f89de80f7700c5b67dc8577c0a7fe39ef6,0,0,0,0,0,
+20200323,DE,68,36,,,,,,,,,C,3/23/2020 11:15,2020-03-23T11:15:00Z,03/23 07:15,0,,2020-03-23T11:15:00Z,10,12,0,104,104,12,104,0,0,775169b63062d3e8e418fd9620d41524c6c27c19,0,0,0,0,0,
+20200323,FL,1171,11063,860,,217,,,,,,A,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,14,217,2020-03-23T11:00:00Z,12,341,3073,13094,12234,3414,12234,1,32,5a76633870f64f96ee34bc646d63a585decb4889,0,0,0,0,0,
+20200323,GA,772,4297,,,,,,,,,A,3/23/2020 12:00,2020-03-23T12:00:00Z,03/23 08:00,25,,2020-03-23T12:00:00Z,13,172,877,5069,5069,1049,5069,2,0,b60fc9dfd678a4808777ac0ff5a49e1a3df7deef,0,0,0,0,0,
+20200323,GU,29,161,,,,,,,,,,3/23/2020 06:45,2020-03-23T06:45:00Z,03/23 02:45,1,,2020-03-23T06:45:00Z,66,2,35,190,190,37,190,0,0,9fbda86cdf50103ffefd921b7e177e067da5c6ba,0,0,0,0,0,
+20200323,HI,56,2955,,,,,,,,,A,3/22/2020 18:00,2020-03-22T18:00:00Z,03/22 14:00,,,2020-03-22T18:00:00Z,15,8,2692,3011,3011,2700,3011,0,0,6b70ed8c97141739f7ec69adbb12ac0b17e225f6,0,0,0,0,0,
+20200323,IA,105,2043,,,,,,,,,C,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,,,2020-03-23T00:00:00Z,19,15,828,2148,2148,843,2148,0,0,2138a5566578f101a302985c77d82931a7b6abf7,0,0,0,0,0,
+20200323,ID,47,1309,,,,,,,,,A,3/22/2020 19:00,2020-03-22T19:00:00Z,03/22 15:00,0,,2020-03-22T19:00:00Z,16,5,134,1356,1356,139,1356,0,0,0edcaaf0dd08c852b79b137d4f38e01939db3a8c,0,0,0,0,0,
+20200323,IL,1273,8583,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,12,,2020-03-23T00:00:00Z,17,224,1312,9856,9856,1536,9856,3,0,922d52f9bc7dc5b08f2bf424e91995dd6d2aa830,0,0,0,0,0,
+20200323,IN,259,1701,,,1,,,,,,B,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,7,1,2020-03-23T11:00:00Z,18,58,408,1960,1960,466,1960,1,0,8b405d90e8f7f00c2862c5b3d1ac56e73abd1f01,0,0,0,0,0,
+20200323,KS,82,417,,,,,,,,,B,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,2,,2020-03-23T11:00:00Z,20,18,0,499,499,18,499,0,0,37263ce979aba20f83669150074c855ef10c7872,0,0,0,0,0,
+20200323,KY,104,1762,,,,,,,,,A,3/23/2020 09:00,2020-03-23T09:00:00Z,03/23 05:00,3,,2020-03-23T09:00:00Z,21,5,290,1866,1866,295,1866,0,0,f54cbd39c9e51ca8e33eeda5a4f659bbed489412,0,0,0,0,0,
+20200323,LA,1172,4776,,,,,,,,,B,3/23/2020 13:00,2020-03-23T13:00:00Z,03/23 09:00,34,,2020-03-23T13:00:00Z,22,335,2115,5948,5948,2450,5948,14,0,5a4238494e136a532d037d44da83363c603652f8,0,0,0,0,0,
+20200323,MA,678,8263,,,79,,,,,,B,3/23/2020 12:30,2020-03-23T12:30:00Z,03/23 08:30,17,79,2020-03-23T12:30:00Z,25,131,2787,8941,8941,2918,8941,6,8,4a69b05bc889edf436359856185f6dac84e797b7,0,0,0,0,0,
+20200323,MD,288,94,,,,,,,,,D,3/23/2020 10:00,2020-03-23T10:00:00Z,03/23 06:00,4,,2020-03-23T10:00:00Z,24,44,0,382,382,44,382,0,0,21e0043f336495051211d75301805f33cd44733d,0,0,0,0,0,
+20200323,ME,107,2791,,,,,,,,,A,3/23/2020 11:30,2020-03-23T11:30:00Z,03/23 07:30,,,2020-03-23T11:30:00Z,23,18,527,2898,2898,545,2898,0,0,9b526accbc07656aa1fea5a7d09d5d03f7bbf762,0,0,0,0,0,
+20200323,MI,5789,4697,,,,,,,,,D,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,15,,2020-03-23T11:00:00Z,26,691,985,10486,10486,1676,10486,7,0,92ede221df68c9812dbcdcce6d110aced8971d7e,0,0,0,0,0,
+20200323,MN,235,4511,,,17,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,1,17,2020-03-23T00:00:00Z,27,66,0,4746,4746,66,4746,0,5,bcc24b9187b6b898b1595112b052ae9c6d015fad,0,0,0,0,0,
+20200323,MO,183,369,,,,,,,,,C,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,3,,2020-03-23T15:00:00Z,29,93,0,552,552,93,552,0,0,d36a6bb329d38ed59f8972b6b17e947725cdc57e,0,0,0,0,0,
+20200323,MP,0,,,,,,,,,,,3/23/2020 01:30,2020-03-23T01:30:00Z,03/22 21:30,0,,2020-03-23T01:30:00Z,69,0,0,0,0,0,0,0,0,d5d08c07a27881f474e10d551a30a380483e07d8,0,0,0,0,0,
+20200323,MS,249,1143,,,33,,,,,,B,3/22/2020 19:22,2020-03-22T19:22:00Z,03/22 15:22,1,33,2020-03-22T19:22:00Z,28,42,29,1392,1392,71,1392,0,0,7e9e13b306951a46dd8ac6127f1f896f053500c9,0,0,0,0,0,
+20200323,MT,34,1146,,,,,,,,,C,3/23/2020 10:00,2020-03-23T10:00:00Z,03/23 06:00,,,2020-03-23T10:00:00Z,30,3,0,1180,1180,3,1180,0,0,e06f41217d4519fa59932d2eb6294116df6fafac,0,0,0,0,0,
+20200323,NC,297,8141,,,,,,,,,A,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,0,,2020-03-23T15:00:00Z,37,42,1958,8438,8438,2000,8438,0,0,37902c1c0575c0025664ce147a56c0532bc50523,0,0,0,0,0,
+20200323,ND,30,1353,,,4,,,,,,B,3/23/2020 12:11,2020-03-23T12:11:00Z,03/23 08:11,0,4,2020-03-23T12:11:00Z,38,2,93,1383,1383,95,1383,0,1,ddb02b654cf5e8fbaee00c21e8771d882eaa8d9d,0,0,0,0,0,
+20200323,NE,50,356,,,,,,,,,A,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,,2020-03-21T00:00:00Z,31,2,0,406,406,2,406,0,0,f59adc5a7a808389f487012a140d2d010bd731c6,0,0,0,0,0,
+20200323,NH,78,1374,889,,,,,,,,B,3/22/2020 09:00,2020-03-22T09:00:00Z,03/22 05:00,,,2020-03-22T09:00:00Z,33,13,186,2341,1452,199,1452,0,0,f47e4d749fefd16140aa4a4734d5c8bd960545be,0,0,0,0,0,
+20200323,NJ,2844,359,94,,,,,,,,B,3/23/2020 14:00,2020-03-23T14:00:00Z,03/23 10:00,27,,2020-03-23T14:00:00Z,34,930,32,3297,3203,962,3203,7,0,afafe444dcba2f4acf98e98b2face68c4356e4d4,0,0,0,0,0,
+20200323,NM,65,5321,,,,,,,,,A,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,,,2020-03-22T00:00:00Z,35,8,599,5386,5386,607,5386,0,0,e63fddfddf0459f3b45762c5bccc6746f205baac,0,0,0,0,0,
+20200323,NV,245,3490,,,,,,,,,A,3/22/2020 14:59,2020-03-22T14:59:00Z,03/22 10:59,4,,2020-03-22T14:59:00Z,32,55,1042,3735,3735,1097,3735,2,0,00b2426e04c15c6461ca3cfca7fcc2c2b1d162a8,0,0,0,0,0,
+20200323,NY,20875,57414,,2629,3125,,,,,,B,3/23/2020 11:36,2020-03-23T11:36:00Z,03/23 07:36,114,3125,2020-03-23T11:36:00Z,36,5707,11181,78289,78289,16888,78289,0,771,f6aba65a4eddbe6b7d1ff4e22184ad62120024e9,0,0,0,0,0,
+20200323,OH,442,140,,,104,,,,,,D,3/23/2020 14:00,2020-03-23T14:00:00Z,03/23 10:00,6,104,2020-03-23T14:00:00Z,39,91,0,582,582,91,582,3,21,f52949eec1464f41044e3fd133697c8653200568,0,0,0,0,0,
+20200323,OK,81,694,102,,15,,,,,,A,3/23/2020 08:00,2020-03-23T08:00:00Z,03/23 04:00,2,15,2020-03-23T08:00:00Z,40,14,25,877,775,39,775,0,4,404af30342db19f05e560b82bc568007151ee68e,0,0,0,0,0,
+20200323,OR,191,3649,,,56,,,,,,A,3/23/2020 11:00,2020-03-23T11:00:00Z,03/23 07:00,5,56,2020-03-23T11:00:00Z,41,30,785,3840,3840,815,3840,1,13,b0da0157a704376fc7a42308a2f6cfe13ab91447,0,0,0,0,0,
+20200323,PA,644,6595,,,,,,,,,A,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,6,,2020-03-23T15:00:00Z,42,165,1631,7239,7239,1796,7239,4,0,b422bf5fb915dc8507f96fb84935c5ae0e2b149f,0,0,0,0,0,
+20200323,PR,31,189,35,,,,,,,,A,3/23/2020 07:00,2020-03-23T07:00:00Z,03/23 03:00,2,,2020-03-23T07:00:00Z,72,8,6,255,220,14,220,1,0,2100616b38ffcccac8572756602107ea01973ed5,0,0,0,0,0,
+20200323,RI,106,1143,216,,,,,,,,B,3/23/2020 15:25,2020-03-23T15:25:00Z,03/23 11:25,,,2020-03-23T15:25:00Z,44,23,211,1465,1249,234,1249,0,0,26af8ccc6e7b6f7d21d95fe065074a346e12645a,0,0,0,0,0,
+20200323,SC,298,1466,,,,,,,,,A,3/23/2020 16:35,2020-03-23T16:35:00Z,03/23 12:35,5,,2020-03-23T16:35:00Z,45,103,0,1764,1764,103,1764,2,0,9dd5b998fbd0fab2bb2a6e8035b2019c53b40835,0,0,0,0,0,
+20200323,SD,28,762,265,,,,,,,,A,3/23/2020 10:00,2020-03-23T10:00:00Z,03/23 06:00,1,,2020-03-23T10:00:00Z,46,7,22,1055,790,29,790,0,0,1f8f3368c4a84589acb915895332a59558ff4978,0,0,0,0,0,
+20200323,TN,615,3272,,,,,,,,,B,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,2,,2020-03-23T15:00:00Z,47,110,0,3887,3887,110,3887,2,0,860d29619dafe62bccc9a2dfc64b76c35c33a0e2,0,0,0,0,0,
+20200323,TX,352,9703,,,,,,,,,A,3/23/2020 13:00,2020-03-23T13:00:00Z,03/23 09:00,8,,2020-03-23T13:00:00Z,48,18,1281,10055,10055,1299,10055,3,0,205d9f9353ee9029f3bc8d121a41ad72b1cbc5d6,0,0,0,0,0,
+20200323,UT,257,4790,,,,,,,,,A,3/23/2020 15:00,2020-03-23T15:00:00Z,03/23 11:00,1,,2020-03-23T15:00:00Z,49,76,1282,5047,5047,1358,5047,0,0,6f10ce7b1655f5c0dca23a574c85e1de00c2eb0a,0,0,0,0,0,
+20200323,VA,254,3443,,,38,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,6,38,2020-03-23T00:00:00Z,51,35,325,3697,3697,360,3697,3,6,a8d9a13eb60eec04b3909c55b7be3097ba110aec,0,0,0,0,0,
+20200323,VI,17,,,,,,,,,,,3/22/2020 20:30,2020-03-22T20:30:00Z,03/22 16:30,,,2020-03-22T20:30:00Z,78,11,0,17,17,11,17,0,0,ceda08c5e7dee5c80e982e8e3ff4ba0c10e6bc80,0,0,0,0,0,
+20200323,VT,97,1424,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,5,,2020-03-23T00:00:00Z,50,21,220,1521,1521,241,1521,3,0,34ddfba86d99759dd6b7b5468bd2465709ffb64a,0,0,0,0,0,
+20200323,WA,5286,46773,,,,,,,,,A,3/23/2020 00:00,2020-03-23T00:00:00Z,03/22 20:00,137,,2020-03-23T00:00:00Z,53,448,4857,52059,52059,5305,52059,11,0,bffd80e9171cbbd688ab856384cfd010f56cff52,0,0,0,0,0,
+20200323,WI,416,7050,,,,,,,,,A,3/23/2020 16:00,2020-03-23T16:00:00Z,03/23 12:00,5,,2020-03-23T16:00:00Z,55,31,820,7466,7466,851,7466,1,0,ab1bd2c6dbfb4dff5890c633a5a29c3f99318cba,0,0,0,0,0,
+20200323,WV,16,444,4,,1,,,,,,B,3/22/2020 19:00,2020-03-22T19:00:00Z,03/22 15:00,0,1,2020-03-22T19:00:00Z,54,4,59,464,460,63,460,0,0,196fab64c7a8dacceb4b64a36d394baffb11ae90,0,0,0,0,0,
+20200323,WY,26,592,,,,,,,,,A,3/23/2020 14:00,2020-03-23T14:00:00Z,03/23 10:00,,,2020-03-23T14:00:00Z,56,2,154,618,618,156,618,0,0,e6dd6b4bcccf9e8b9501090bd486642c283ba484,0,0,0,0,0,
+20200322,AK,22,946,,,0,,,,,,,3/21/2020 16:30,2020-03-21T16:30:00Z,03/21 12:30,0,0,2020-03-21T16:30:00Z,02,8,188,968,968,196,968,0,0,2d1551f7ce382ac448895b52ea2828da17eb552a,0,0,0,0,0,
+20200322,AL,138,1464,,,,,,,,,,3/22/2020 10:37,2020-03-22T10:37:00Z,03/22 06:37,0,,2020-03-22T10:37:00Z,01,14,1436,1602,1602,1450,1602,0,0,8ab13cae9c6c1381195dac94944d99e053e01e37,0,0,0,0,0,
+20200322,AR,165,711,119,13,,,,,,,,3/22/2020 13:45,2020-03-22T13:45:00Z,03/22 09:45,0,,2020-03-22T13:45:00Z,05,47,144,995,876,191,876,0,0,39cbba752f2068b1d86c288a8a773c68968e858b,0,0,0,0,0,
+20200322,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,7b1bbdb1b6b3a66c476e774479bfb86fef087800,0,0,0,0,0,
+20200322,AZ,152,282,87,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,2,,2020-03-22T00:00:00Z,04,48,42,521,434,90,434,1,0,1d35ecb7de93e43b15c98713b9d4956d700dd4eb,0,0,0,0,0,
+20200322,CA,1536,11304,,,,,,,,,,3/22/2020 13:34,2020-03-22T13:34:00Z,03/22 09:34,27,,2020-03-22T13:34:00Z,06,257,55,12840,12840,312,12840,3,0,2e4edf8b695a1202eb39b093437169e51084cd65,0,0,0,0,0,
+20200322,CO,475,4075,,56,49,,,,,,,3/21/2020 18:00,2020-03-21T18:00:00Z,03/21 14:00,5,49,2020-03-21T18:00:00Z,08,112,758,4550,4550,870,4550,1,5,c6d23e6db0149101f41a25d16e8872aff06bc1bd,0,0,0,0,0,
+20200322,CT,223,2877,,43,,,,,,,,3/21/2020 19:30,2020-03-21T19:30:00Z,03/21 15:30,5,,2020-03-21T19:30:00Z,09,29,771,3100,3100,800,3100,1,0,5e27833d12bb8220672b25a08a04e394e826a08d,0,0,0,0,0,
+20200322,DC,98,957,,,,,,,,,,3/21/2020 19:30,2020-03-21T19:30:00Z,03/21 15:30,1,,2020-03-21T19:30:00Z,11,21,451,1055,1055,472,1055,0,0,9c76ad8003fdac3255d257fc807f1eb8e8c839f6,0,0,0,0,0,
+20200322,DE,56,36,,,,,,,,,,3/22/2020 16:15,2020-03-22T16:15:00Z,03/22 12:15,0,,2020-03-22T16:15:00Z,10,11,0,92,92,11,92,0,0,1d32b01e39b56331bd6d02e29232afea2df4bc8f,0,0,0,0,0,
+20200322,FL,830,7990,963,,185,,,,,,,3/22/2020 11:00,2020-03-22T11:00:00Z,03/22 07:00,13,185,2020-03-22T11:00:00Z,12,172,1411,9783,8820,1583,8820,1,27,f8a53ac04cab2284aebdd81d3e8dfd093b7fdbf1,0,0,0,0,0,
+20200322,GA,600,3420,,,,,,,,,,3/22/2020 12:00,2020-03-22T12:00:00Z,03/22 08:00,23,,2020-03-22T12:00:00Z,13,93,863,4020,4020,956,4020,9,0,868f23f9310ef0c6225a6479b807a3bdb705db70,0,0,0,0,0,
+20200322,GU,27,126,,,,,,,,,,3/22/2020 07:00,2020-03-22T07:00:00Z,03/22 03:00,1,,2020-03-22T07:00:00Z,66,12,18,153,153,30,153,1,0,15b74739d8b6afd458ddfd04c1202a13323af025,0,0,0,0,0,
+20200322,HI,48,263,,,,,,,,,,3/21/2020 18:00,2020-03-21T18:00:00Z,03/21 14:00,,,2020-03-21T18:00:00Z,15,11,139,311,311,150,311,0,0,b7d8b88d9da6953e2086c2e0fd272a2b9346adbc,0,0,0,0,0,
+20200322,IA,90,1215,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,,,2020-03-22T00:00:00Z,19,22,166,1305,1305,188,1305,0,0,e348f5349fb15e19a6418eab86908948923a7244,0,0,0,0,0,
+20200322,ID,42,1175,,,,,,,,,,3/21/2020 19:55,2020-03-21T19:55:00Z,03/21 15:55,0,,2020-03-21T19:55:00Z,16,11,295,1217,1217,306,1217,0,0,bbf9109a6b29909f6554ff932e1b9be988f6f394,0,0,0,0,0,
+20200322,IL,1049,7271,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,9,,2020-03-22T00:00:00Z,17,296,1783,8320,8320,2079,8320,3,0,5741b86b9666407a3d175a9d7c88470fc1add0e7,0,0,0,0,0,
+20200322,IN,201,1293,,,1,,,,,,,3/13/2020 00:59,2020-03-13T00:59:00Z,03/12 20:59,6,1,2020-03-13T00:59:00Z,18,75,586,1494,1494,661,1494,2,0,59fc32832102aa8315fafddad2cf35b7e139d241,0,0,0,0,0,
+20200322,KS,64,417,,,,,,,,,,3/21/2020 11:00,2020-03-21T11:00:00Z,03/21 07:00,2,,2020-03-21T11:00:00Z,20,9,0,481,481,9,481,0,0,67ba279272e6acef83fc236c738ded9d1f5b378b,0,0,0,0,0,
+20200322,KY,99,1472,,,,,,,,,,3/22/2020 09:00,2020-03-22T09:00:00Z,03/22 05:00,3,,2020-03-22T09:00:00Z,21,45,758,1571,1571,803,1571,1,0,134bdd4d114c09cfd9b21bbaa7be9c4f794dd21f,0,0,0,0,0,
+20200322,LA,837,2661,,,,,,,,,,3/22/2020 10:00,2020-03-22T10:00:00Z,03/22 06:00,20,,2020-03-22T10:00:00Z,22,257,481,3498,3498,738,3498,4,0,6e0e97ba5f0d9a4c670dd0bb71b907fe838014a7,0,0,0,0,0,
+20200322,MA,547,5476,,,71,,,,,,,3/22/2020 16:00,2020-03-22T16:00:00Z,03/22 12:00,11,71,2020-03-22T16:00:00Z,25,121,677,6023,6023,798,6023,4,10,7ddbae18e0dfbbdb1286d713c49a4c05bbaf545c,0,0,0,0,0,
+20200322,MD,244,94,,,,,,,,,,3/22/2020 10:00,2020-03-22T10:00:00Z,03/22 06:00,4,,2020-03-22T10:00:00Z,24,54,0,338,338,54,338,1,0,ca583ade6fa0d0eac9a8ffe03e86c726b41cc2a0,0,0,0,0,0,
+20200322,ME,89,2264,,,,,,,,,,3/22/2020 12:15,2020-03-22T12:15:00Z,03/22 08:15,,,2020-03-22T12:15:00Z,23,16,0,2353,2353,16,2353,0,0,0d2b366d8988fc86c12583f3920f7ec4d6db2c1a,0,0,0,0,0,
+20200322,MI,5098,3712,,,,,,,,,,3/22/2020 15:00,2020-03-22T15:00:00Z,03/22 11:00,8,,2020-03-22T15:00:00Z,26,555,16,8810,8810,571,8810,3,0,b727fe00d8585326169900ab3c65b729e3933ffa,0,0,0,0,0,
+20200322,MN,169,4511,,,12,,,,,,,3/21/2020 12:10,2020-03-21T12:10:00Z,03/21 08:10,1,12,2020-03-21T12:10:00Z,27,31,559,4680,4680,590,4680,0,12,4560481fb49acb54add595ae9b335558755f7bc6,0,0,0,0,0,
+20200322,MO,90,369,,,,,,,,,,3/21/2020 22:00,2020-03-21T22:00:00Z,03/21 18:00,3,,2020-03-21T22:00:00Z,29,17,0,459,459,17,459,0,0,692f86e889f075a6aeb752a64b79cb15772d6ced,0,0,0,0,0,
+20200322,MP,0,,,,,,,,,,,3/22/2020 01:30,2020-03-22T01:30:00Z,03/21 21:30,0,,2020-03-22T01:30:00Z,69,0,0,0,0,0,0,0,0,16f037d580886d6d05d29ba0325c0c331a39b85b,0,0,0,0,0,
+20200322,MS,207,1114,,,33,,,,,,,3/22/2020 11:20,2020-03-22T11:20:00Z,03/22 07:20,1,33,2020-03-22T11:20:00Z,28,67,419,1321,1321,486,1321,0,33,ab29a32d7c7da0bd4ead0008add79fd4c8b515a0,0,0,0,0,0,
+20200322,MT,31,1146,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,,,2020-03-22T00:00:00Z,30,11,0,1177,1177,11,1177,0,0,469804ab6563bf22b3d91361a9cea4fed3c5c361,0,0,0,0,0,
+20200322,NC,255,6183,,,,,,,,,,3/22/2020 10:16,2020-03-22T10:16:00Z,03/22 06:16,0,,2020-03-22T10:16:00Z,37,71,1091,6438,6438,1162,6438,0,0,f35fb9ed088c3f905c7cf1da1c3cfe9b6a707427,0,0,0,0,0,
+20200322,ND,28,1260,,,3,,,,,,,3/22/2020 11:39,2020-03-22T11:39:00Z,03/22 07:39,0,3,2020-03-22T11:39:00Z,38,0,119,1288,1288,119,1288,0,0,3277f938b77e514cf8fdef32906eea51a7277906,0,0,0,0,0,
+20200322,NE,48,356,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,,2020-03-21T00:00:00Z,31,10,0,404,404,10,404,0,0,04f3d769219006015335e90604dff6bf1ec231b1,0,0,0,0,0,
+20200322,NH,65,1188,959,,,,,,,,,3/21/2020 09:00,2020-03-21T09:00:00Z,03/21 05:00,,,2020-03-21T09:00:00Z,33,10,215,2212,1253,225,1253,0,0,59aa9241d0a9d535688506ce2f24ccf982c15371,0,0,0,0,0,
+20200322,NJ,1914,327,49,,,,,,,,,3/22/2020 13:30,2020-03-22T13:30:00Z,03/22 09:30,20,,2020-03-22T13:30:00Z,34,587,33,2290,2241,620,2241,4,0,a981e1d802b75bfec4819831937397c0d2d43ee5,0,0,0,0,0,
+20200322,NM,57,4722,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,,,2020-03-21T00:00:00Z,35,0,951,4779,4779,951,4779,0,0,ed27f97c19a1efec6edf536676eafc092add7877,0,0,0,0,0,
+20200322,NV,190,2448,,,,,,,,,,3/21/2020 14:00,2020-03-21T14:00:00Z,03/21 10:00,2,,2020-03-21T14:00:00Z,32,66,64,2638,2638,130,2638,0,0,f4474430abdd883b4f9321eae2b6765a5be2833f,0,0,0,0,0,
+20200322,NY,15168,46233,,2043,2354,,,,,,,3/22/2020 11:00,2020-03-22T11:00:00Z,03/22 07:00,114,2354,2020-03-22T11:00:00Z,36,4812,11152,61401,61401,15964,61401,70,823,7c6d90769996d158a58473ed0ffa92734a7bccf5,0,0,0,0,0,
+20200322,OH,351,140,,,83,,,,,,,3/20/2020 14:00,2020-03-20T14:00:00Z,03/20 10:00,3,83,2020-03-20T14:00:00Z,39,104,0,491,491,104,491,0,25,fd50b3a03a00909277a077673641d2eeca32a5c8,0,0,0,0,0,
+20200322,OK,67,669,102,,11,,,,,,,3/22/2020 08:00,2020-03-22T08:00:00Z,03/22 04:00,2,11,2020-03-22T08:00:00Z,40,14,109,838,736,123,736,1,1,72a488aa1fb1c36c5bfd641a54172d7a4747a2e5,0,0,0,0,0,
+20200322,OR,161,2864,,,43,,,,,,,3/22/2020 11:00,2020-03-22T11:00:00Z,03/22 07:00,4,43,2020-03-22T11:00:00Z,41,47,861,3025,3025,908,3025,1,43,85bbc2f5a71aed374169c2b17278cb77282e27c7,0,0,0,0,0,
+20200322,PA,479,4964,,,,,,,,,,3/22/2020 12:00,2020-03-22T12:00:00Z,03/22 08:00,2,,2020-03-22T12:00:00Z,42,108,1198,5443,5443,1306,5443,0,0,d96e61fbf22867db70c768ecc83d0500d168d9e8,0,0,0,0,0,
+20200322,PR,23,183,69,,,,,,,,,3/22/2020 07:00,2020-03-22T07:00:00Z,03/22 03:00,1,,2020-03-22T07:00:00Z,72,2,40,275,206,42,206,1,0,2dc0e139b494b70c56fa5a456e0ba86ca533b502,0,0,0,0,0,
+20200322,RI,83,932,216,,,,,,,,,3/22/2020 15:25,2020-03-22T15:25:00Z,03/22 11:25,,,2020-03-22T15:25:00Z,44,17,70,1231,1015,87,1015,0,0,17e0efeb676ae73d0b36fd3043a3255a398ba88f,0,0,0,0,0,
+20200322,SC,195,1466,,,,,,,,,,3/22/2020 15:40,2020-03-22T15:40:00Z,03/22 11:40,3,,2020-03-22T15:40:00Z,45,43,211,1661,1661,254,1661,2,0,d7c1098ff3f22888e34b2909e8ee887461a868e2,0,0,0,0,0,
+20200322,SD,21,740,277,,,,,,,,,3/22/2020 12:30,2020-03-22T12:30:00Z,03/22 08:30,1,,2020-03-22T12:30:00Z,46,7,49,1038,761,56,761,0,0,dd8d50ff481a2c776a6c2d9af0d9ed793892ed5f,0,0,0,0,0,
+20200322,TN,505,3272,,,,,,,,,,3/22/2020 15:00,2020-03-22T15:00:00Z,03/22 11:00,,,2020-03-22T15:00:00Z,47,134,0,3777,3777,134,3777,0,0,5fe23b30c7e7f592a895ac9c2624cc8a082cb612,0,0,0,0,0,
+20200322,TX,334,8422,,,,,,,,,,3/21/2020 21:00,2020-03-21T21:00:00Z,03/21 17:00,5,,2020-03-21T21:00:00Z,48,30,2204,8756,8756,2234,8756,0,0,ba2a5930f4129e860718015f2a5e77bf9e99adca,0,0,0,0,0,
+20200322,UT,181,3508,,,,,,,,,,3/22/2020 15:00,2020-03-22T15:00:00Z,03/22 11:00,1,,2020-03-22T15:00:00Z,49,45,1084,3689,3689,1129,3689,1,0,16bb1ce0d9e96b1d35713a459523fa35c4c1a53c,0,0,0,0,0,
+20200322,VA,219,3118,,,32,,,,,,,3/21/2020 17:00,2020-03-21T17:00:00Z,03/21 13:00,3,32,2020-03-21T17:00:00Z,51,67,480,3337,3337,547,3337,1,7,807362afea6aeb5b0153cdf1d5a792a8507d3914,0,0,0,0,0,
+20200322,VI,6,,,,,,,,,,,3/21/2020 20:30,2020-03-21T20:30:00Z,03/21 16:30,,,2020-03-21T20:30:00Z,78,0,0,6,6,0,6,0,0,2b193831e8a85042c7e793eadab55d3484a4f639,0,0,0,0,0,
+20200322,VT,76,1204,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,2,,2020-03-22T00:00:00Z,50,24,124,1280,1280,148,1280,0,0,56119f3cc9a1caf3f557fdbf9bc98498225cdc55,0,0,0,0,0,
+20200322,WA,4838,41916,,,,,,,,,,3/22/2020 00:00,2020-03-22T00:00:00Z,03/21 20:00,126,,2020-03-22T00:00:00Z,53,283,1605,46754,46754,1888,46754,15,0,9f9c05446e03a0670cf91eb96bb8bb28a3614a71,0,0,0,0,0,
+20200322,WI,385,6230,,,,,,,,,,3/22/2020 04:00,2020-03-22T04:00:00Z,03/22 00:00,4,,2020-03-22T04:00:00Z,55,104,1602,6615,6615,1706,6615,0,0,8402d775fc2510e93e57e8e6dcf3c966187641c4,0,0,0,0,0,
+20200322,WV,12,385,1,,1,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,1,2020-03-21T00:00:00Z,54,1,55,398,397,56,397,0,0,1d7a8de6813c864a0767064397b6877b15fcf39b,0,0,0,0,0,
+20200322,WY,24,438,,,,,,,,,,3/21/2020 23:00,2020-03-21T23:00:00Z,03/21 19:00,,,2020-03-21T23:00:00Z,56,1,0,462,462,1,462,0,0,bec3fc758272f836ddbeecfc2e3c230cc78c842d,0,0,0,0,0,
+20200321,AK,14,758,,,0,,,,,,,3/21/2020 16:30,2020-03-21T16:30:00Z,03/21 12:30,0,0,2020-03-21T16:30:00Z,02,2,72,772,772,74,772,0,0,e73dfbbbeb619a668a4309888e3c89354036e74e,0,0,0,0,0,
+20200321,AL,124,28,,,,,,,,,,3/21/2020 11:20,2020-03-21T11:20:00Z,03/21 07:20,0,,2020-03-21T11:20:00Z,01,43,0,152,152,43,152,0,0,8ffcc932b2a4e672301f8c125d3061e96127cff1,0,0,0,0,0,
+20200321,AR,118,567,154,,,,,,,,,3/21/2020 13:47,2020-03-21T13:47:00Z,03/21 09:47,,,2020-03-21T13:47:00Z,05,22,216,839,685,238,685,0,0,6187d2c722a45be581790a0dcad360e47efa608f,0,0,0,0,0,
+20200321,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,da7fcb23179c3ad25d3355f1d0f9dbfcc888b53a,0,0,0,0,0,
+20200321,AZ,104,240,122,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,1,,2020-03-21T00:00:00Z,04,39,29,466,344,68,344,1,0,2521ed6fd8992a32c7b496b6083f4bb829944976,0,0,0,0,0,
+20200321,CA,1279,11249,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,24,,2020-03-21T00:00:00Z,06,216,825,12528,12528,1041,12528,4,0,9fbeea9a81c2ae05d7e97e47f93fb35193b083a6,0,0,0,0,0,
+20200321,CO,363,3317,,,44,,,,,,,3/20/2020 18:00,2020-03-20T18:00:00Z,03/20 14:00,4,44,2020-03-20T18:00:00Z,08,86,642,3680,3680,728,3680,1,44,8daa26dc0d51b57fe15847d1b9cf1c5f224d69a3,0,0,0,0,0,
+20200321,CT,194,2106,,,,,,,,,,3/20/2020 20:44,2020-03-20T20:44:00Z,03/20 16:44,4,,2020-03-20T20:44:00Z,09,0,1502,2300,2300,1502,2300,1,0,1c157eea3d5719aca4a2a7c99585cedfbfd6bbca,0,0,0,0,0,
+20200321,DC,77,506,0,,,,,,,,,3/20/2020 20:00,2020-03-20T20:00:00Z,03/20 16:00,1,,2020-03-20T20:00:00Z,11,6,5,583,583,11,583,0,0,934d33c3c4e4f1b34074ee09e2f4f20d270748ba,0,0,0,0,0,
+20200321,DE,45,36,,,,,,,,,,3/21/2020 15:15,2020-03-21T15:15:00Z,03/21 11:15,0,,2020-03-21T15:15:00Z,10,7,0,81,81,7,81,0,0,5566b06bab0f18e043f08e3c9c2763a15da4d489,0,0,0,0,0,
+20200321,FL,658,6579,1002,,158,,,,,,,3/21/2020 11:00,2020-03-21T11:00:00Z,03/21 07:00,12,158,2020-03-21T11:00:00Z,12,138,4709,8239,7237,4847,7237,2,158,e98c8ad6d2122aff7d12f3e38484c376ab0fac4a,0,0,0,0,0,
+20200321,GA,507,2557,,,,,,,,,,3/21/2020 12:00,2020-03-21T12:00:00Z,03/21 08:00,14,,2020-03-21T12:00:00Z,13,87,591,3064,3064,678,3064,1,0,1498911444ba1c6315ac3a4bcfd335fd0ee8656e,0,0,0,0,0,
+20200321,GU,15,108,,,,,,,,,,3/21/2020 07:15,2020-03-21T07:15:00Z,03/21 03:15,,,2020-03-21T07:15:00Z,66,1,22,123,123,23,123,0,0,a80554b2a4ecd55e7936ef6bf48116480b012bad,0,0,0,0,0,
+20200321,HI,37,124,,,,,,,,,,3/20/2020 18:00,2020-03-20T18:00:00Z,03/20 14:00,,,2020-03-20T18:00:00Z,15,11,0,161,161,11,161,0,0,7db4804705f27bc317b6a1e756a342b030d686d9,0,0,0,0,0,
+20200321,IA,68,1049,,,,,,,,,,3/21/2020 14:20,2020-03-21T14:20:00Z,03/21 10:20,,,2020-03-21T14:20:00Z,19,23,407,1117,1117,430,1117,0,0,f18f9498418465b37851f55c71c654f775eea7ac,0,0,0,0,0,
+20200321,ID,31,880,,,,,,,,,,3/20/2020 19:00,2020-03-20T19:00:00Z,03/20 15:00,,,2020-03-20T19:00:00Z,16,8,290,911,911,298,911,0,0,42f5b743f04e62fe962ce187450c14eea5b57e45,0,0,0,0,0,
+20200321,IL,753,5488,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,6,,2020-03-21T00:00:00Z,17,168,1792,6241,6241,1960,6241,1,0,3edfb00ca78506e731ce376e9aad016cf34d4f72,0,0,0,0,0,
+20200321,IN,126,707,,,1,,,,,,,3/21/2020 00:59,2020-03-21T00:59:00Z,03/20 20:59,4,1,2020-03-21T00:59:00Z,18,47,232,833,833,279,833,2,1,ea2cea3ccf4ed7ce1d71eff98f31fecf094c5fb7,0,0,0,0,0,
+20200321,KS,55,417,,,,,,,,,,3/21/2020 11:00,2020-03-21T11:00:00Z,03/21 07:00,2,,2020-03-21T11:00:00Z,20,11,0,472,472,11,472,1,0,1a78bfecb862623021a60bda50356a33d363e34a,0,0,0,0,0,
+20200321,KY,54,714,,,,,,,,,,3/21/2020 09:00,2020-03-21T09:00:00Z,03/21 05:00,2,,2020-03-21T09:00:00Z,21,7,122,768,768,129,768,1,0,7f323f2e2a178bc8eaf6a2578b4a3645b88f6122,0,0,0,0,0,
+20200321,LA,580,2180,,,,,,,,,,3/21/2020 10:30,2020-03-21T10:30:00Z,03/21 06:30,16,,2020-03-21T10:30:00Z,22,107,1612,2760,2760,1719,2760,4,0,d35cbba09410123207a9ee2b0e99489be85e26e1,0,0,0,0,0,
+20200321,MA,426,4799,,,61,,,,,,,3/21/2020 16:00,2020-03-21T16:00:00Z,03/21 12:00,7,61,2020-03-21T16:00:00Z,25,112,1004,5225,5225,1116,5225,2,61,192b0abbbaf950fb772d863b6970388e5a29c2f9,0,0,0,0,0,
+20200321,MD,190,94,,,,,,,,,,3/21/2020 10:00,2020-03-21T10:00:00Z,03/21 06:00,3,,2020-03-21T10:00:00Z,24,41,0,284,284,41,284,0,0,c06a03bd4a3f022f8249bb008f5460cbb4cd64c6,0,0,0,0,0,
+20200321,ME,73,2264,,,,,,,,,,3/21/2020 13:30,2020-03-21T13:30:00Z,03/21 09:30,,,2020-03-21T13:30:00Z,23,16,0,2337,2337,16,2337,0,0,8d90bad4c706f8b7bcdbc1058e7a0d955d391310,0,0,0,0,0,
+20200321,MI,4543,3696,,,,,,,,,,3/21/2020 13:44,2020-03-21T13:44:00Z,03/21 09:44,5,,2020-03-21T13:44:00Z,26,516,950,8239,8239,1466,8239,2,0,fca95359b100b918819928968a2c4dda0bcf5281,0,0,0,0,0,
+20200321,MN,138,3952,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,1,,2020-03-21T00:00:00Z,27,23,211,4090,4090,234,4090,1,0,a94a2c83b1fbff6774df5ae956bc718d77ab74bf,0,0,0,0,0,
+20200321,MO,73,369,,,,,,,,,,3/20/2020 22:00,2020-03-20T22:00:00Z,03/20 18:00,3,,2020-03-20T22:00:00Z,29,26,0,442,442,26,442,2,0,7e0606d6f07c4bc978283e692fcf43d7f004cebc,0,0,0,0,0,
+20200321,MP,0,,,,,,,,,,,3/21/2020 02:30,2020-03-21T02:30:00Z,03/20 22:30,0,,2020-03-21T02:30:00Z,69,0,0,0,0,0,0,0,0,afc634ffd675c433a5309d7efa9da461c7197d06,0,0,0,0,0,
+20200321,MS,140,695,,,,,,,,,,3/20/2020 19:00,2020-03-20T19:00:00Z,03/20 15:00,1,,2020-03-20T19:00:00Z,28,60,0,835,835,60,835,0,0,65bd39b2a1bc1367e17a8295a40f2d418a79f80b,0,0,0,0,0,
+20200321,MT,20,1146,,,,,,,,,,3/20/2020 21:24,2020-03-20T21:24:00Z,03/20 17:24,,,2020-03-20T21:24:00Z,30,4,215,1166,1166,219,1166,0,0,f8c4ec425aa52d2909b49ccdcd5dab8f8e6b7558,0,0,0,0,0,
+20200321,NC,184,5092,,,,,,,,,,3/21/2020 10:30,2020-03-21T10:30:00Z,03/21 06:30,0,,2020-03-21T10:30:00Z,37,47,1996,5276,5276,2043,5276,0,0,54f1680031ad6a34b41c415ee3e1535e47235be8,0,0,0,0,0,
+20200321,ND,28,1141,,,3,,,,,,,3/21/2020 11:56,2020-03-21T11:56:00Z,03/21 07:56,0,3,2020-03-21T11:56:00Z,38,8,341,1169,1169,349,1169,0,3,9e032e226268e86d1fcc7c069b07e84130549cbb,0,0,0,0,0,
+20200321,NE,38,356,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,31,6,116,394,394,122,394,0,0,aeb24b8c6cf2fb75465e34e28c286c56d3971ace,0,0,0,0,0,
+20200321,NH,55,973,942,,,,,,,,,3/20/2020 09:00,2020-03-20T09:00:00Z,03/20 05:00,,,2020-03-20T09:00:00Z,33,11,228,1970,1028,239,1028,0,0,b264e3d954883af29faaeda0443fd97358883bdd,0,0,0,0,0,
+20200321,NJ,1327,294,40,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,16,,2020-03-21T13:00:00Z,34,437,30,1661,1621,467,1621,5,0,ed1a984ea4f0120b50024494d67505f32f4a5cef,0,0,0,0,0,
+20200321,NM,57,3771,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,,,2020-03-21T00:00:00Z,35,14,0,3828,3828,14,3828,0,0,cca1e1c1cf089f68fd25306a0f74c4c62a80a812,0,0,0,0,0,
+20200321,NV,124,2384,,,,,,,,,,3/21/2020 02:59,2020-03-21T02:59:00Z,03/20 22:59,2,,2020-03-21T02:59:00Z,32,15,392,2508,2508,407,2508,1,0,673cd9d89c1838d478148ceff1aa7835eac373c1,0,0,0,0,0,
+20200321,NY,10356,35081,,1436,1531,,,,,,,3/20/2020 21:22,2020-03-20T21:22:00Z,03/20 17:22,44,1531,2020-03-20T21:22:00Z,36,3254,9756,45437,45437,13010,45437,9,1531,1b5ee3ed58aed0db25af643cd4ee8b6971fb02bd,0,0,0,0,0,
+20200321,OH,247,140,,,58,,,,,,,3/21/2020 14:00,2020-03-21T14:00:00Z,03/21 10:00,3,58,2020-03-21T14:00:00Z,39,78,0,387,387,78,387,2,58,218c1312aeb9ca9151e3407c1cfb0d79ee8a9670,0,0,0,0,0,
+20200321,OK,53,560,144,,10,,,,,,,3/21/2020 08:00,2020-03-21T08:00:00Z,03/21 04:00,1,10,2020-03-21T08:00:00Z,40,4,22,757,613,26,613,0,10,7b6084272066b3fcc63567727354224401df3739,0,0,0,0,0,
+20200321,OR,114,2003,433,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,3,,2020-03-20T11:00:00Z,41,0,0,2550,2117,0,2117,0,0,f651e5568caf8c4965adb26c56eb2d1b70f6587a,0,0,0,0,0,
+20200321,PA,371,3766,,,,,,,,,,3/21/2020 12:00,2020-03-21T12:00:00Z,03/21 08:00,2,,2020-03-21T12:00:00Z,42,103,1192,4137,4137,1295,4137,1,0,87d17ee49f76ab252def10ecf6a17f85ccc8dc56,0,0,0,0,0,
+20200321,PR,21,143,71,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,,,2020-03-21T13:00:00Z,72,7,29,235,164,36,164,0,0,d1a8f159cab895ff5e2f45a04c7be8145a54f4da,0,0,0,0,0,
+20200321,RI,66,862,290,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,,,2020-03-21T00:00:00Z,44,12,62,1218,928,74,928,0,0,c200d43d959ba7885c3e734739db8666adb14404,0,0,0,0,0,
+20200321,SC,152,1255,,,,,,,,,,3/20/2020 16:45,2020-03-20T16:45:00Z,03/20 12:45,1,,2020-03-20T16:45:00Z,45,71,422,1407,1407,493,1407,0,0,42bf058c85c9faaa3a4bd15ef0f2a84486ff8c13,0,0,0,0,0,
+20200321,SD,14,691,268,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,1,,2020-03-21T13:00:00Z,46,0,28,973,705,28,705,0,0,c4c77a79c58f3a626885b4b884c4dd60ed2b4c05,0,0,0,0,0,
+20200321,TN,371,3272,,,,,,,,,,3/20/2020 22:48,2020-03-20T22:48:00Z,03/20 18:48,,,2020-03-20T22:48:00Z,47,143,2709,3643,3643,2852,3643,0,0,32df02d01dbd1debe337f4a187542716b8134988,0,0,0,0,0,
+20200321,TX,304,6218,,,,,,,,,,3/21/2020 13:00,2020-03-21T13:00:00Z,03/21 09:00,5,,2020-03-21T13:00:00Z,48,110,1135,6522,6522,1245,6522,0,0,f5435bf97a4676d30f8b07ec8a8cbb01f00889b4,0,0,0,0,0,
+20200321,UT,136,2424,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,,2020-03-21T00:00:00Z,49,24,389,2560,2560,413,2560,0,0,62cf45c16e5d7aa111e6a91c08f1d72570b36f1b,0,0,0,0,0,
+20200321,VA,152,2638,,,25,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,2,25,2020-03-21T00:00:00Z,51,38,427,2790,2790,465,2790,0,25,f4bbedf2400491f6943486653a7497d7eaf48bdd,0,0,0,0,0,
+20200321,VI,6,,,,,,,,,,,3/20/2020 20:30,2020-03-20T20:30:00Z,03/20 16:30,,,2020-03-20T20:30:00Z,78,3,0,6,6,3,6,0,0,bd00fd7579bd26b6de1dcb04c95a28d9ba74f378,0,0,0,0,0,
+20200321,VT,52,1080,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,2,,2020-03-21T00:00:00Z,50,8,123,1132,1132,131,1132,0,0,8476bea5a65f06e7dfa7b863c3317ff2ae2537ea,0,0,0,0,0,
+20200321,WA,4555,40311,,,,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,111,,2020-03-21T00:00:00Z,53,285,2060,44866,44866,2345,44866,7,0,5d4701681e1cebefed77a25bab8f39773e081bbf,0,0,0,0,0,
+20200321,WI,281,4628,,,,,,,,,,3/21/2020 16:00,2020-03-21T16:00:00Z,03/21 12:00,4,,2020-03-21T16:00:00Z,55,75,1173,4909,4909,1248,4909,1,0,88a2ea36e377b96d43b0da6da3ca40837b3da0dd,0,0,0,0,0,
+20200321,WV,11,330,2,,1,,,,,,,3/21/2020 00:00,2020-03-21T00:00:00Z,03/20 20:00,0,1,2020-03-21T00:00:00Z,54,4,111,343,341,115,341,0,1,a0ac2d32718459f465bd029b21c0fbda3ab54019,0,0,0,0,0,
+20200321,WY,23,438,,,,,,,,,,3/21/2020 12:30,2020-03-21T12:30:00Z,03/21 08:30,,,2020-03-21T12:30:00Z,56,4,107,461,461,111,461,0,0,1a98c6cc443c920d824b36a533c53b38bea0a2c2,0,0,0,0,0,
+20200320,AK,12,686,,,,,,,,,,3/20/2020 16:30,2020-03-20T16:30:00Z,03/20 12:30,0,,2020-03-20T16:30:00Z,02,6,254,698,698,260,698,0,0,9a152d074fa0fc07d314a5689dbda7f47d97f288,0,0,0,0,0,
+20200320,AL,81,28,,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,0,,2020-03-20T11:00:00Z,01,13,0,109,109,13,109,0,0,7ccbc06349d0bee1e04d7f3b9892fc38f55c1fb0,0,0,0,0,0,
+20200320,AR,96,351,203,,,,,,,,,3/20/2020 14:19,2020-03-20T14:19:00Z,03/20 10:19,,,2020-03-20T14:19:00Z,05,50,41,650,447,91,447,0,0,fd6e8f0d25f15d185164af0ab3b4819103d19949,0,0,0,0,0,
+20200320,AS,,,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,60,0,0,0,0,0,0,0,0,2fe8ce5365f385eefd65c9a1f0065240ec1e2638,0,0,0,0,0,
+20200320,AZ,65,211,101,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,04,21,36,377,276,57,276,0,0,e95bf7db9cf1737437d57d2076754dc1d2096da8,0,0,0,0,0,
+20200320,CA,1063,10424,,,,,,,,,,3/20/2020 14:41,2020-03-20T14:41:00Z,03/20 10:41,20,,2020-03-20T14:41:00Z,06,139,1637,11487,11487,1776,11487,2,0,2fc3f79f49117398a8e3f3b1b71183a0319f5445,0,0,0,0,0,
+20200320,CO,277,2675,,,,,,,,,,3/20/2020 14:42,2020-03-20T14:42:00Z,03/20 10:42,3,,2020-03-20T14:42:00Z,08,61,563,2952,2952,624,2952,1,0,b4b9c0abe3a79e31683fcfc9d1508f4a0efce90c,0,0,0,0,0,
+20200320,CT,194,604,,,,,,,,,,3/20/2020 15:30,2020-03-20T15:30:00Z,03/20 11:30,3,,2020-03-20T15:30:00Z,09,98,0,798,798,98,798,2,0,89edf883366f1e07f403cd6e0c40ddb0cfb24084,0,0,0,0,0,
+20200320,DC,71,501,1,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,1,,2020-03-20T00:00:00Z,11,32,348,573,572,380,572,1,0,b7cc0f2b2b5249c27a671c83946d259fcce5e9af,0,0,0,0,0,
+20200320,DE,38,36,,,,,,,,,,3/20/2020 10:00,2020-03-20T10:00:00Z,03/20 06:00,0,,2020-03-20T10:00:00Z,10,8,0,74,74,8,74,0,0,a7d973b2877faeb8640cc2465229376bd9852409,0,0,0,0,0,
+20200320,FL,520,1870,1026,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,10,,2020-03-20T11:00:00Z,12,130,337,3416,2390,467,2390,2,0,cb854abbc9c17d1a340b5a6ea4f54213b6760b52,0,0,0,0,0,
+20200320,GA,420,1966,,,,,,,,,,3/20/2020 12:00,2020-03-20T12:00:00Z,03/20 08:00,13,,2020-03-20T12:00:00Z,13,133,422,2386,2386,555,2386,3,0,14411b72d72d953d9fcbcef4847a617e456b4d8d,0,0,0,0,0,
+20200320,GU,14,86,,,,,,,,,,3/20/2020 05:15,2020-03-20T05:15:00Z,03/20 01:15,,,2020-03-20T05:15:00Z,66,2,17,100,100,19,100,0,0,aa5c282254874419e60de90c71b6be6ff22b26f3,0,0,0,0,0,
+20200320,HI,26,124,,,,,,,,,,3/19/2020 18:00,2020-03-19T18:00:00Z,03/19 14:00,,,2020-03-19T18:00:00Z,15,10,31,150,150,41,150,0,0,cd124b12423b67b37d45881e256f8fddb7031eff,0,0,0,0,0,
+20200320,IA,45,642,,,,,,,,,,3/20/2020 16:15,2020-03-20T16:15:00Z,03/20 12:15,,,2020-03-20T16:15:00Z,19,7,559,687,687,566,687,0,0,dc1e4c8de6647762a7c1a03b09fbd8cb88c8b859,0,0,0,0,0,
+20200320,ID,23,590,,,,,,,,,,3/19/2020 19:00,2020-03-19T19:00:00Z,03/19 15:00,,,2020-03-19T19:00:00Z,16,12,131,613,613,143,613,0,0,d9cad01ebc0085701c8d392c903586c2d6012fc8,0,0,0,0,0,
+20200320,IL,585,3696,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,5,,2020-03-20T00:00:00Z,17,163,971,4281,4281,1134,4281,1,0,e77821affaf75856d84f41d89193bc40f09c079e,0,0,0,0,0,
+20200320,IN,79,475,,,,,,,,,,3/20/2020 00:59,2020-03-20T00:59:00Z,03/19 20:59,2,,2020-03-20T00:59:00Z,18,23,151,554,554,174,554,0,0,7d67ceae617fa5fcf60529fff55cba2bca14db4e,0,0,0,0,0,
+20200320,KS,44,417,,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,1,,2020-03-20T11:00:00Z,20,10,0,461,461,10,461,0,0,0c6da486a829bff2ee5710c2377860482214af51,0,0,0,0,0,
+20200320,KY,47,592,,,,,,,,,,3/19/2020 17:00,2020-03-19T17:00:00Z,03/19 13:00,1,,2020-03-19T17:00:00Z,21,12,138,639,639,150,639,0,0,6b4db8f00c5f6d34e57a4c26e51e9debf4ee33d1,0,0,0,0,0,
+20200320,LA,473,568,,,,,,,,,,3/20/2020 15:30,2020-03-20T15:30:00Z,03/20 11:30,12,,2020-03-20T15:30:00Z,22,126,110,1041,1041,236,1041,4,0,3b77a0a583477fb1e900164784614dcbb093084b,0,0,0,0,0,
+20200320,MA,314,3795,,,,,,,,,,3/20/2020 16:00,2020-03-20T16:00:00Z,03/20 12:00,5,,2020-03-20T16:00:00Z,25,85,877,4109,4109,962,4109,2,0,112d15fd3c36ffcc7468b080919f50ce94937611,0,0,0,0,0,
+20200320,MD,149,94,,,,,,,,,,3/20/2020 10:00,2020-03-20T10:00:00Z,03/20 06:00,3,,2020-03-20T10:00:00Z,24,42,0,243,243,42,243,1,0,81e8e6316c7c237fa1a7c74c2638f066a5eff446,0,0,0,0,0,
+20200320,ME,57,2264,,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,,,2020-03-20T11:00:00Z,23,4,260,2321,2321,264,2321,0,0,38300c583fcfc8aca23a19c9cad53da20eebc9da,0,0,0,0,0,
+20200320,MI,4027,2746,,,,,,,,,,3/20/2020 15:00,2020-03-20T15:00:00Z,03/20 11:00,3,,2020-03-20T15:00:00Z,26,635,961,6773,6773,1596,6773,0,0,10938004d093c53e7501c5d6c7dd7e8c9e7c5fb8,0,0,0,0,0,
+20200320,MN,115,3741,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,,,2020-03-20T00:00:00Z,27,26,792,3856,3856,818,3856,0,0,056fe815251c225c6e749b32bf3cce0b4abd67cc,0,0,0,0,0,
+20200320,MO,47,369,,,,,,,,,,3/20/2020 10:05,2020-03-20T10:05:00Z,03/20 06:05,1,,2020-03-20T10:05:00Z,29,23,61,416,416,84,416,0,0,1e8f1837799e0fdddc8af49745f85091fa3f203e,0,0,0,0,0,
+20200320,MP,0,,,,,,,,,,,3/20/2020 01:30,2020-03-20T01:30:00Z,03/19 21:30,0,,2020-03-20T01:30:00Z,69,0,0,0,0,0,0,0,0,69e3fa0dcd8381c1a465bdcdf55734861141801a,0,0,0,0,0,
+20200320,MS,80,695,,,,,,,,,,3/20/2020 11:35,2020-03-20T11:35:00Z,03/20 07:35,1,,2020-03-20T11:35:00Z,28,30,143,775,775,173,775,1,0,5944095677ba45ddbb516d1d154f20a49db7f22d,0,0,0,0,0,
+20200320,MT,16,931,,,,,,,,,,3/19/2020 22:11,2020-03-19T22:11:00Z,03/19 18:11,,,2020-03-19T22:11:00Z,30,4,170,947,947,174,947,0,0,17a1b67cd03856a5b6743c05a9f774bbcf8b597d,0,0,0,0,0,
+20200320,NC,137,3096,,,,,,,,,,3/20/2020 09:35,2020-03-20T09:35:00Z,03/20 05:35,0,,2020-03-20T09:35:00Z,37,40,688,3233,3233,728,3233,0,0,3d56c63b2cca3eeec235297d26a0c4c393a01ee7,0,0,0,0,0,
+20200320,ND,20,800,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,38,5,307,820,820,312,820,0,0,62cc3f35db10dcf13d32b86a803515277f6d1e76,0,0,0,0,0,
+20200320,NE,32,240,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,31,5,0,272,272,5,272,0,0,9cdbf54d1597daab8166c7dce07445c2e7ce7eb0,0,0,0,0,0,
+20200320,NH,44,745,631,,,,,,,,,3/19/2020 09:00,2020-03-19T09:00:00Z,03/19 05:00,,,2020-03-19T09:00:00Z,33,5,124,1420,789,129,789,0,0,a28694a8ebc5827bc7e08afdf41a6a2d5f33496c,0,0,0,0,0,
+20200320,NJ,890,264,86,,,,,,,,,3/20/2020 13:30,2020-03-20T13:30:00Z,03/20 09:30,11,,2020-03-20T13:30:00Z,34,148,54,1240,1154,202,1154,2,0,743f0ddb0f7502bf3f93b80cbee5ee04fa538930,0,0,0,0,0,
+20200320,NM,43,3771,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,,,2020-03-20T00:00:00Z,35,8,1009,3814,3814,1017,3814,0,0,b458dd6c4720722265094efcc468cebf377fe868,0,0,0,0,0,
+20200320,NV,109,1992,,,,,,,,,,3/20/2020 02:59,2020-03-20T02:59:00Z,03/19 22:59,1,,2020-03-20T02:59:00Z,32,14,366,2101,2101,380,2101,0,0,548b24ae79faa56556ce5faa5f6036338ff40624,0,0,0,0,0,
+20200320,NY,7102,25325,,1042,,,,,,,,3/20/2020 13:20,2020-03-20T13:20:00Z,03/20 09:20,35,,2020-03-20T13:20:00Z,36,2950,7193,32427,32427,10143,32427,23,0,d8b24c8862b0c6b35df3f43fc6bc2292f350d155,0,0,0,0,0,
+20200320,OH,169,140,,,,,,,,,,3/20/2020 14:00,2020-03-20T14:00:00Z,03/20 10:00,1,,2020-03-20T14:00:00Z,39,50,0,309,309,50,309,1,0,8032fbc192945a9035d33a726c3f0f15989e7ee9,0,0,0,0,0,
+20200320,OK,49,538,374,,,,,,,,,3/20/2020 08:00,2020-03-20T08:00:00Z,03/20 04:00,1,,2020-03-20T08:00:00Z,40,5,72,961,587,77,587,0,0,b6ecb53001960cf3fe6ddb946f9af4f7d029e67d,0,0,0,0,0,
+20200320,OR,114,2003,433,,,,,,,,,3/20/2020 11:00,2020-03-20T11:00:00Z,03/20 07:00,3,,2020-03-20T11:00:00Z,41,26,674,2550,2117,700,2117,0,0,ec1d77ab8e5e3161754ac358e97350588057c87d,0,0,0,0,0,
+20200320,PA,268,2574,,,,,,,,,,3/20/2020 12:00,2020-03-20T12:00:00Z,03/20 08:00,1,,2020-03-20T12:00:00Z,42,83,966,2842,2842,1049,2842,0,0,c22b99fe536c6e5fd70d4cc7579e918bce1ea150,0,0,0,0,0,
+20200320,PR,14,114,52,,,,,,,,,3/20/2020 13:00,2020-03-20T13:00:00Z,03/20 09:00,,,2020-03-20T13:00:00Z,72,9,58,180,128,67,128,0,0,3781f46b39083eb948a550c9a539656afa04a872,0,0,0,0,0,
+20200320,RI,54,800,140,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,,,2020-03-20T00:00:00Z,44,10,146,994,854,156,854,0,0,dc2668b85df37cad6e844731e67a349782fa6b15,0,0,0,0,0,
+20200320,SC,81,833,,,,,,,,,,3/19/2020 17:10,2020-03-19T17:10:00Z,03/19 13:10,1,,2020-03-19T17:10:00Z,45,21,250,914,914,271,914,0,0,9a44604f0b10d75e4e181a55036562a8259d30c6,0,0,0,0,0,
+20200320,SD,14,663,270,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,1,,2020-03-20T00:00:00Z,46,3,112,947,677,115,677,0,0,6d723423579290013cb72939a20220677f553445,0,0,0,0,0,
+20200320,TN,228,563,,,,,,,,,,3/20/2020 15:00,2020-03-20T15:00:00Z,03/20 11:00,,,2020-03-20T15:00:00Z,47,74,214,791,791,288,791,0,0,b81168324700daa008f38889e16bbd4c84bc4a1b,0,0,0,0,0,
+20200320,TX,194,5083,,,,,,,,,,3/20/2020 13:00,2020-03-20T13:00:00Z,03/20 09:00,5,,2020-03-20T13:00:00Z,48,51,2871,5277,5277,2922,5277,2,0,28fd72979b3a2dd8aa36bab967cb69ce7c3b7bd4,0,0,0,0,0,
+20200320,UT,112,2035,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,49,34,587,2147,2147,621,2147,0,0,07c871c33fc0a43ce45a28d66f22884145f96dce,0,0,0,0,0,
+20200320,VA,114,2211,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,2,,2020-03-20T00:00:00Z,51,20,382,2325,2325,402,2325,0,0,080b42b681d741e40b16be6656fe7846e4ada1f1,0,0,0,0,0,
+20200320,VI,3,,,,,,,,,,,3/19/2020 17:30,2020-03-19T17:30:00Z,03/19 13:30,,,2020-03-19T17:30:00Z,78,0,0,3,3,0,3,0,0,9fa15f6807cee467f7d03381af56979186cbfffa,0,0,0,0,0,
+20200320,VT,44,957,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,2,,2020-03-20T00:00:00Z,50,16,193,1001,1001,209,1001,2,0,e9cdc92c5a92c216d3a512a00b5290495123ef3d,0,0,0,0,0,
+20200320,WA,4270,38251,,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,104,,2020-03-20T00:00:00Z,53,403,3663,42521,42521,4066,42521,12,0,0a5a2be917d106507cb1a6c962abe9fac26d0371,0,0,0,0,0,
+20200320,WI,206,3455,,,,,,,,,,3/20/2020 16:00,2020-03-20T16:00:00Z,03/20 12:00,3,,2020-03-20T16:00:00Z,55,51,1263,3661,3661,1314,3661,3,0,bd47281c82f63251c51b9ef4a2006b3739948fef,0,0,0,0,0,
+20200320,WV,7,219,13,,,,,,,,,3/20/2020 00:00,2020-03-20T00:00:00Z,03/19 20:00,0,,2020-03-20T00:00:00Z,54,5,76,239,226,81,226,0,0,f0ee339f8cb4d5b8c667af5f20d83397f332ba67,0,0,0,0,0,
+20200320,WY,19,331,,,,,,,,,,3/20/2020 13:30,2020-03-20T13:30:00Z,03/20 09:30,,,2020-03-20T13:30:00Z,56,1,60,350,350,61,350,0,0,9feceadae51a6965caecc685a8c4660b3f93d140,0,0,0,0,0,
+20200319,AK,6,432,,,,,,,,,,3/18/2020 16:30,2020-03-18T16:30:00Z,03/18 12:30,0,,2020-03-18T16:30:00Z,02,0,26,438,438,26,438,0,0,35fa2d8cdbcbf0e203cece7d4c277f61f49f93e2,0,0,0,0,0,
+20200319,AL,68,28,,,,,,,,,,3/19/2020 10:45,2020-03-19T10:45:00Z,03/19 06:45,0,,2020-03-19T10:45:00Z,01,22,0,96,96,22,96,0,0,28031972537b4977cede1f47aa04ef00fc17c742,0,0,0,0,0,
+20200319,AR,46,310,113,,,,,,,,,3/19/2020 11:23,2020-03-19T11:23:00Z,03/19 07:23,,,2020-03-19T11:23:00Z,05,13,74,469,356,87,356,0,0,89a2cda0ad2ec37da22918b5f7ad1a90e10d2ddf,0,0,0,0,0,
+20200319,AS,,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,0,,2020-03-14T00:00:00Z,60,0,0,0,0,0,0,0,0,3bd8aa4dcb4f856cf3e61abc93e1f99973a9deea,0,0,0,0,0,
+20200319,AZ,44,175,130,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,04,16,27,349,219,43,219,0,0,c7af77fb8a53d283a189d1028f731340c333df09,0,0,0,0,0,
+20200319,CA,924,8787,,,,,,,,,,3/19/2020 14:25,2020-03-19T14:25:00Z,03/19 10:25,18,,2020-03-19T14:25:00Z,06,313,806,9711,9711,1119,9711,5,0,07272255c8c5978dd4d7a7b6461522c0e09887a0,0,0,0,0,0,
+20200319,CO,216,2112,,,,,,,,,,3/18/2020 18:30,2020-03-18T18:30:00Z,03/18 14:30,2,,2020-03-18T18:30:00Z,08,33,495,2328,2328,528,2328,0,0,de8d1cad272d55bb228c6facb4967ac8a6fe0c91,0,0,0,0,0,
+20200319,CT,96,604,,,,,,,,,,3/18/2020 16:30,2020-03-18T16:30:00Z,03/18 12:30,1,,2020-03-18T16:30:00Z,09,28,479,700,700,507,700,1,0,7b8add87f55f5f206b1cca63645bef003d515e2e,0,0,0,0,0,
+20200319,DC,39,153,11,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,11,8,15,203,192,23,192,0,0,648d5a71b8bc7689d94b5d75438b0f58c5078282,0,0,0,0,0,
+20200319,DE,30,36,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,0,,2020-03-19T12:00:00Z,10,5,0,66,66,5,66,0,0,4c49e03d48a1ed42bd59a3a6658be87155b7652b,0,0,0,0,0,
+20200319,FL,390,1533,1019,,,,,,,,,3/19/2020 11:00,2020-03-19T11:00:00Z,03/19 07:00,8,,2020-03-19T11:00:00Z,12,76,308,2942,1923,384,1923,1,0,802ae626ba192c77347958484ae61ab6544d5bf3,0,0,0,0,0,
+20200319,GA,287,1544,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,10,,2020-03-19T12:00:00Z,13,90,233,1831,1831,323,1831,9,0,ef7c434483f2feed2e77869ff646e0e356776542,0,0,0,0,0,
+20200319,GU,12,69,,,,,,,,,,3/19/2020 05:15,2020-03-19T05:15:00Z,03/19 01:15,,,2020-03-19T05:15:00Z,66,4,12,81,81,16,81,0,0,c1eee2e7b4f4ee1ef5c0f36ead2fa1c46e55a648,0,0,0,0,0,
+20200319,HI,16,93,,,,,,,,,,3/18/2020 18:00,2020-03-18T18:00:00Z,03/18 14:00,,,2020-03-18T18:00:00Z,15,2,0,109,109,2,109,0,0,3af8cf8184f614b4d1606e0ecc5d554bb750d942,0,0,0,0,0,
+20200319,IA,38,83,,,,,,,,,,3/18/2020 19:39,2020-03-18T19:39:00Z,03/18 15:39,,,2020-03-18T19:39:00Z,19,9,0,121,121,9,121,0,0,111b341a39f813d30683c99b2d94131fd92ba005,0,0,0,0,0,
+20200319,ID,11,459,,,,,,,,,,3/18/2020 10:30,2020-03-18T10:30:00Z,03/18 06:30,,,2020-03-18T10:30:00Z,16,2,0,470,470,2,470,0,0,ba4712442dea42a4e8f76cc17ff10ab5b61138d0,0,0,0,0,0,
+20200319,IL,422,2725,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,4,,2020-03-19T00:00:00Z,17,134,962,3147,3147,1096,3147,3,0,f98bec1ae42ff826f599e94fb35489066d5fbeef,0,0,0,0,0,
+20200319,IN,56,324,,,,,,,,,,3/19/2020 00:59,2020-03-19T00:59:00Z,03/18 20:59,2,,2020-03-19T00:59:00Z,18,17,170,380,380,187,380,0,0,df36678b965be395ddce70da9195c1d1660a4d3a,0,0,0,0,0,
+20200319,KS,34,417,,,,,,,,,,3/19/2020 11:00,2020-03-19T11:00:00Z,03/19 07:00,1,,2020-03-19T11:00:00Z,20,18,0,451,451,18,451,0,0,637e2a579cd76e0a5125662decdac6c074172740,0,0,0,0,0,
+20200319,KY,35,454,,,,,,,,,,3/18/2020 17:00,2020-03-18T17:00:00Z,03/18 13:00,1,,2020-03-18T17:00:00Z,21,9,100,489,489,109,489,0,0,1430f8df5e1c4e0a418c6eaa996014a71e5b6086,0,0,0,0,0,
+20200319,LA,347,458,,,,,,,,,,3/19/2020 10:30,2020-03-19T10:30:00Z,03/19 06:30,8,,2020-03-19T10:30:00Z,22,107,123,805,805,230,805,2,0,84cc73e357263a4577362ee121336cdbf5eb0f6c,0,0,0,0,0,
+20200319,MA,229,2918,,,,,,,,,,3/19/2020 11:30,2020-03-19T11:30:00Z,03/19 07:30,3,,2020-03-19T11:30:00Z,25,73,803,3147,3147,876,3147,1,0,59ba4100e37b69411a176670ffce122529ed7fb5,0,0,0,0,0,
+20200319,MD,107,94,,,,,,,,,,3/19/2020 10:00,2020-03-19T10:00:00Z,03/19 06:00,2,,2020-03-19T10:00:00Z,24,22,0,201,201,22,201,0,0,a4cdf784e9890af9806329150b032b488cdfa926,0,0,0,0,0,
+20200319,ME,53,2004,,,,,,,,,,3/19/2020 12:15,2020-03-19T12:15:00Z,03/19 08:15,,,2020-03-19T12:15:00Z,23,10,334,2057,2057,344,2057,0,0,e1054b2b825210bff2ebe72de74fa857890aaedd,0,0,0,0,0,
+20200319,MI,3392,1785,,,,,,,,,,3/19/2020 15:00,2020-03-19T15:00:00Z,03/19 11:00,3,,2020-03-19T15:00:00Z,26,479,570,5177,5177,1049,5177,3,0,dae3ac6cbaec575f1d366984df4d1fcc9a2ac6cd,0,0,0,0,0,
+20200319,MN,89,2949,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,27,12,264,3038,3038,276,3038,0,0,b3e2ec1f5a6e920e657fb717d8233ef055e7b623,0,0,0,0,0,
+20200319,MO,24,308,,,,,,,,,,3/18/2020 20:00,2020-03-18T20:00:00Z,03/18 16:00,1,,2020-03-18T20:00:00Z,29,11,55,332,332,66,332,1,0,0f65936aedc2387f77282d38c4fb19d6b4c35d88,0,0,0,0,0,
+20200319,MP,0,,,,,,,,,,,3/19/2020 01:30,2020-03-19T01:30:00Z,03/18 21:30,0,,2020-03-19T01:30:00Z,69,0,0,0,0,0,0,0,0,4b0f7aa4d8bd102b39b01abc1f10f150624c8af4,0,0,0,0,0,
+20200319,MS,50,552,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,28,16,73,602,602,89,602,0,0,f6b8d40b1680887237ed102b2934137830a6b146,0,0,0,0,0,
+20200319,MT,12,761,,,,,,,,,,3/18/2020 23:23,2020-03-18T23:23:00Z,03/18 19:23,,,2020-03-18T23:23:00Z,30,2,262,773,773,264,773,0,0,889f2e061ce44ba2917be245926a8d75ddcb2289,0,0,0,0,0,
+20200319,NC,97,2408,,,,,,,,,,3/19/2020 09:45,2020-03-19T09:45:00Z,03/19 05:45,0,,2020-03-19T09:45:00Z,37,34,621,2505,2505,655,2505,0,0,94c7f881cedd7fa1c9c29c2b64c3ac5f3501cfc1,0,0,0,0,0,
+20200319,ND,15,493,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,38,9,225,508,508,234,508,0,0,a2a038b3d8d254ccd5911d1298f33f00c0844e4e,0,0,0,0,0,
+20200319,NE,27,240,,,,,,,,,,3/18/2020 14:00,2020-03-18T14:00:00Z,03/18 10:00,0,,2020-03-18T14:00:00Z,31,3,34,267,267,37,267,0,0,e56118139665a71dcfb44ec72c20897e9fbc8da7,0,0,0,0,0,
+20200319,NH,39,621,231,,,,,,,,,3/18/2020 09:00,2020-03-18T09:00:00Z,03/18 05:00,,,2020-03-18T09:00:00Z,33,13,108,891,660,121,660,0,0,bdb582ddebb5260488b1d2d70f82e5e67992f9a7,0,0,0,0,0,
+20200319,NJ,742,210,74,,,,,,,,,3/19/2020 11:30,2020-03-19T11:30:00Z,03/19 07:30,9,,2020-03-19T11:30:00Z,34,315,20,1026,952,335,952,4,0,487ba37d8fc5e21bd004371b26d2021aabe2c701,0,0,0,0,0,
+20200319,NM,35,2762,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,35,7,436,2797,2797,443,2797,0,0,2cb6f1ec7c0c6438a66664f37611b3735eca85eb,0,0,0,0,0,
+20200319,NV,95,1626,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,1,,2020-03-19T00:00:00Z,32,40,1458,1721,1721,1498,1721,0,0,780b094550a71fbbae18fa19a31f1b54e7aefe68,0,0,0,0,0,
+20200319,NY,4152,18132,,617,,,,,,,,3/19/2020 13:20,2020-03-19T13:20:00Z,03/19 09:20,12,,2020-03-19T13:20:00Z,36,1770,5917,22284,22284,7687,22284,0,0,eb6459c13194ca29b5170e0b7620514e51d6ce08,0,0,0,0,0,
+20200319,OH,119,140,,,,,,,,,,3/19/2020 14:00,2020-03-19T14:00:00Z,03/19 10:00,,,2020-03-19T14:00:00Z,39,31,0,259,259,31,259,0,0,e8396fb93f4631f89611a36db327754aa5568052,0,0,0,0,0,
+20200319,OK,44,466,250,,,,,,,,,3/19/2020 13:00,2020-03-19T13:00:00Z,03/19 09:00,1,,2020-03-19T13:00:00Z,40,15,88,760,510,103,510,1,0,bfcd193ac89a443df8cf6951f336d4f07bcc75c4,0,0,0,0,0,
+20200319,OR,88,1329,437,,,,,,,,,3/19/2020 11:00,2020-03-19T11:00:00Z,03/19 07:00,3,,2020-03-19T11:00:00Z,41,13,211,1854,1417,224,1417,0,0,66c298bb6e685d160b4e892f4c8a8fc802b9441c,0,0,0,0,0,
+20200319,PA,185,1608,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,1,,2020-03-19T12:00:00Z,42,52,421,1793,1793,473,1793,0,0,f965bc5f8c5db090fac7f6af0f063227371219d8,0,0,0,0,0,
+20200319,PR,5,56,29,,,,,,,,,3/19/2020 07:50,2020-03-19T07:50:00Z,03/19 03:50,,,2020-03-19T07:50:00Z,72,0,25,90,61,25,61,0,0,fc0e092a69c3015270fe840dbaeaa4c9b6a70f2c,0,0,0,0,0,
+20200319,RI,44,654,334,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,44,11,114,1032,698,125,698,0,0,9fe8f5b0216e8fee60fd5b110d3af8c8744ec651,0,0,0,0,0,
+20200319,SC,60,583,,,,,,,,,,3/18/2020 16:00,2020-03-18T16:00:00Z,03/18 12:00,1,,2020-03-18T16:00:00Z,45,0,0,643,643,0,643,0,0,2ba15fbd5d9e81e6abfd905f67a580e83cb86bf9,0,0,0,0,0,
+20200319,SD,11,551,385,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,1,,2020-03-19T00:00:00Z,46,0,0,947,562,0,562,0,0,64cfbb98f9b717556e10ff3a91a0cbac1551f721,0,0,0,0,0,
+20200319,TN,154,349,,,,,,,,,,3/19/2020 15:00,2020-03-19T15:00:00Z,03/19 11:00,,,2020-03-19T15:00:00Z,47,56,0,503,503,56,503,0,0,71b09dce298449830efa716ad0cbb1f9a5bb3749,0,0,0,0,0,
+20200319,TX,143,2212,,,,,,,,,,3/19/2020 13:00,2020-03-19T13:00:00Z,03/19 09:00,3,,2020-03-19T13:00:00Z,48,60,388,2355,2355,448,2355,1,0,1930db969241decb44b40eae1581a08e59840749,0,0,0,0,0,
+20200319,UT,78,1448,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,0,,2020-03-19T00:00:00Z,49,15,1317,1526,1526,1332,1526,0,0,68f8a21b63e9bfce00108b192f3214e6b3b18873,0,0,0,0,0,
+20200319,VA,94,1829,,,,,,,,,,3/19/2020 12:00,2020-03-19T12:00:00Z,03/19 08:00,2,,2020-03-19T12:00:00Z,51,17,628,1923,1923,645,1923,1,0,d83a48e9c17c9846ec7b2239bb272e05e2dbc9d1,0,0,0,0,0,
+20200319,VI,3,,,,,,,,,,,3/18/2020 07:30,2020-03-18T07:30:00Z,03/18 03:30,,,2020-03-18T07:30:00Z,78,1,0,3,3,1,3,0,0,b420c55e9ba1c8da5f12cf1df895aacb6618bf64,0,0,0,0,0,
+20200319,VT,28,764,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,,,2020-03-19T00:00:00Z,50,7,127,792,792,134,792,0,0,b419ac9ec1106748244ff4fe794bd735ca912c86,0,0,0,0,0,
+20200319,WA,3867,34588,,,,,,,,,,3/19/2020 00:00,2020-03-19T00:00:00Z,03/18 20:00,92,,2020-03-19T00:00:00Z,53,335,4216,38455,38455,4551,38455,10,0,1701e6fa8a4b08d49739ba442ad56cb6db708153,0,0,0,0,0,
+20200319,WI,155,2192,,,,,,,,,,3/19/2020 16:00,2020-03-19T16:00:00Z,03/19 12:00,,,2020-03-19T16:00:00Z,55,49,615,2347,2347,664,2347,0,0,4f3c5c22ebb5fabcfbbddfba5252a976cd6f7b1c,0,0,0,0,0,
+20200319,WV,2,143,3,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,54,1,21,148,145,22,145,0,0,95a1e80aa58ed850c2b337994692c70fd3dda23e,0,0,0,0,0,
+20200319,WY,18,271,,,,,,,,,,3/19/2020 16:45,2020-03-19T16:45:00Z,03/19 12:45,,,2020-03-19T16:45:00Z,56,3,93,289,289,96,289,0,0,bb24fa59a86864177424cc1eb087aee6e1c0e171,0,0,0,0,0,
+20200318,AK,6,406,,,,,,,,,,3/17/2020 23:00,2020-03-17T23:00:00Z,03/17 19:00,0,,2020-03-17T23:00:00Z,02,3,72,412,412,75,412,0,0,3563702f4ac72500fadf861a63fc627072d93c23,0,0,0,0,0,
+20200318,AL,46,28,,,,,,,,,,3/18/2020 11:05,2020-03-18T11:05:00Z,03/18 07:05,0,,2020-03-18T11:05:00Z,01,10,0,74,74,10,74,0,0,ce79be9d3c98055d743a495d87cac913fe6a84f6,0,0,0,0,0,
+20200318,AR,33,236,50,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,05,11,39,319,269,50,269,0,0,b187b9d908754cd6b818eba2a9eecfe98c03b950,0,0,0,0,0,
+20200318,AS,,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,0,,2020-03-14T00:00:00Z,60,0,0,0,0,0,0,0,0,94badf48a2f4ab0d422e05f21314bb151a4bd1fe,0,0,0,0,0,
+20200318,AZ,28,148,102,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,04,8,6,278,176,14,176,0,0,55d657e4372921e8f03b400dd5b243ce0c747b9c,0,0,0,0,0,
+20200318,CA,611,7981,,,,,,,,,,3/17/2020 21:00,2020-03-17T21:00:00Z,03/17 17:00,13,,2020-03-17T21:00:00Z,06,128,0,8592,8592,128,8592,2,0,a1f97fbdac38b9de6e646a0ade5c06f3704404d3,0,0,0,0,0,
+20200318,CO,183,1617,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,2,,2020-03-18T00:00:00Z,08,23,561,1800,1800,584,1800,1,0,eab288de2ac0b23107b4eb315f31ec28d20af696,0,0,0,0,0,
+20200318,CT,68,125,,,,,,,,,,3/17/2020 16:30,2020-03-17T16:30:00Z,03/17 12:30,,,2020-03-17T16:30:00Z,09,27,0,193,193,27,193,0,0,b34d2f6b5e49ef12416fbcf45c68a6a6dc5c6abd,0,0,0,0,0,
+20200318,DC,31,138,1,,,,,,,,,3/17/2020 19:00,2020-03-17T19:00:00Z,03/17 15:00,,,2020-03-17T19:00:00Z,11,9,34,170,169,43,169,0,0,8fa77d80d8d56e5d5e79e9bbd16de33516b1db44,0,0,0,0,0,
+20200318,DE,25,36,,,,,,,,,,3/18/2020 11:30,2020-03-18T11:30:00Z,03/18 07:30,,,2020-03-18T11:30:00Z,10,9,0,61,61,9,61,0,0,2d65ce4d1ffc44b354bb34ea2a96aef1f0dfb3fd,0,0,0,0,0,
+20200318,FL,314,1225,954,,,,,,,,,3/18/2020 11:00,2020-03-18T11:00:00Z,03/18 07:00,7,,2020-03-18T11:00:00Z,12,128,285,2493,1539,413,1539,1,0,4541560b25384ee37900e8956d4cadc6f95d4d34,0,0,0,0,0,
+20200318,GA,197,1311,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,1,,2020-03-18T12:00:00Z,13,51,1311,1508,1508,1362,1508,0,0,85fbc90d6de5c1ff02482ed78144a750ae4a8524,0,0,0,0,0,
+20200318,GU,8,57,,,,,,,,,,3/18/2020 05:45,2020-03-18T05:45:00Z,03/18 01:45,,,2020-03-18T05:45:00Z,66,3,16,65,65,19,65,0,0,6f640e89b2ba33ecb8f76f9de54bd35410e49b48,0,0,0,0,0,
+20200318,HI,14,93,,,,,,,,,,3/17/2020 20:00,2020-03-17T20:00:00Z,03/17 16:00,,,2020-03-17T20:00:00Z,15,4,93,107,107,97,107,0,0,85cecca76d3f82e97f818351d840017a9519552c,0,0,0,0,0,
+20200318,IA,29,83,,,,,,,,,,3/17/2020 19:58,2020-03-17T19:58:00Z,03/17 15:58,,,2020-03-17T19:58:00Z,19,6,0,112,112,6,112,0,0,64953629c560897e1944cba66f9f1d537112f21f,0,0,0,0,0,
+20200318,ID,9,459,,,,,,,,,,3/18/2020 10:30,2020-03-18T10:30:00Z,03/18 06:30,,,2020-03-18T10:30:00Z,16,2,113,468,468,115,468,0,0,cc479729b57f6b153be677dc873edf27b492dee3,0,0,0,0,0,
+20200318,IL,288,1763,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,1,,2020-03-18T00:00:00Z,17,129,423,2051,2051,552,2051,0,0,963c085dd9365c7fe984562f2a6f8d2b731d3216,0,0,0,0,0,
+20200318,IN,39,154,,,,,,,,,,3/17/2020 23:59,2020-03-17T23:59:00Z,03/17 19:59,2,,2020-03-17T23:59:00Z,18,9,25,193,193,34,193,0,0,cdd556792a4ca68bec8cb40082da5d4ffc247bdb,0,0,0,0,0,
+20200318,KS,16,417,,,,,,,,,,3/17/2020 15:30,2020-03-17T15:30:00Z,03/17 11:30,1,,2020-03-17T15:30:00Z,20,1,35,433,433,36,433,0,0,5e63f821c3b3436c47f299050201183843d5a2f1,0,0,0,0,0,
+20200318,KY,26,354,,,,,,,,,,3/17/2020 16:00,2020-03-17T16:00:00Z,03/17 12:00,1,,2020-03-17T16:00:00Z,21,4,59,380,380,63,380,0,0,4b9e66733b21d90c1980fb4dc3ea8b6605934816,0,0,0,0,0,
+20200318,LA,240,335,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,6,,2020-03-18T00:00:00Z,22,103,49,575,575,152,575,2,0,fc4ab2f4be14debd56a5fe22d3572f5b7155a967,0,0,0,0,0,
+20200318,MA,156,2115,,,,,,,,,,3/18/2020 16:00,2020-03-18T16:00:00Z,03/18 12:00,2,,2020-03-18T16:00:00Z,25,38,482,2271,2271,520,2271,2,0,8f25d0f8ce25089ea9d8d057ab2d719f25099377,0,0,0,0,0,
+20200318,MD,85,94,,,,,,,,,,3/18/2020 10:00,2020-03-18T10:00:00Z,03/18 06:00,2,,2020-03-18T10:00:00Z,24,28,0,179,179,28,179,2,0,8ca14f5649240f1f4fa553aebac27bbcb01961c4,0,0,0,0,0,
+20200318,ME,43,1670,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,,,2020-03-18T12:00:00Z,23,11,367,1713,1713,378,1713,0,0,401116cd23f4597194632c1c11e101358e4642f5,0,0,0,0,0,
+20200318,MI,2913,1215,,,,,,,,,,3/18/2020 14:00,2020-03-18T14:00:00Z,03/18 10:00,,,2020-03-18T14:00:00Z,26,520,589,4128,4128,1109,4128,0,0,a300d8b9ad619fdbba7a81baff85a688dce47f41,0,0,0,0,0,
+20200318,MN,77,2685,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,27,17,409,2762,2762,426,2762,0,0,e75ab4714f1bc02fb4076619054149834cc6addc,0,0,0,0,0,
+20200318,MO,13,253,,,,,,,,,,3/17/2020 19:15,2020-03-17T19:15:00Z,03/17 15:15,0,,2020-03-17T19:15:00Z,29,5,46,266,266,51,266,0,0,244d9d902c65c5de7f8056ad934f4fdbc6bdef75,0,0,0,0,0,
+20200318,MP,0,,,,,,,,,,,3/18/2020 03:30,2020-03-18T03:30:00Z,03/17 23:30,0,,2020-03-18T03:30:00Z,69,0,0,0,0,0,0,0,0,4f3e1790bdef9b304390a9097b4c50a6fd9028ce,0,0,0,0,0,
+20200318,MS,34,479,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,28,13,111,513,513,124,513,0,0,e319decda7624daac45014e0ba51bbaea96e6564,0,0,0,0,0,
+20200318,MT,10,499,,,,,,,,,,3/18/2020 10:15,2020-03-18T10:15:00Z,03/18 06:15,,,2020-03-18T10:15:00Z,30,2,196,509,509,198,509,0,0,d0118e6c1391022a17b00ae55a0721dbea206c0b,0,0,0,0,0,
+20200318,NC,63,1787,,,,,,,,,,3/18/2020 10:44,2020-03-18T10:44:00Z,03/18 06:44,0,,2020-03-18T10:44:00Z,37,23,1313,1850,1850,1336,1850,0,0,89e82fcbc22b7b280fba7b3c57ee95b770578964,0,0,0,0,0,
+20200318,ND,6,268,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,0,,2020-03-18T00:00:00Z,38,3,48,274,274,51,274,0,0,c0f26d432abea6b1c375e207e642fd5af4277b51,0,0,0,0,0,
+20200318,NE,24,206,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,31,3,0,230,230,3,230,0,0,1ae145bffaf2cd862ece85b04872d41b092f4475,0,0,0,0,0,
+20200318,NH,26,513,208,,,,,,,,,3/17/2020 09:00,2020-03-17T09:00:00Z,03/17 05:00,,,2020-03-17T09:00:00Z,33,9,158,747,539,167,539,0,0,6656983bd91fddb87506cb6755e470cdb8c9eeca,0,0,0,0,0,
+20200318,NJ,427,190,21,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,5,,2020-03-17T13:00:00Z,34,160,27,638,617,187,617,2,0,b2cba951b44cb01ff208ee400c2a86d85c4deadd,0,0,0,0,0,
+20200318,NM,28,2326,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,35,5,1077,2354,2354,1082,2354,0,0,8c5a8bd69b8de976411b322e0ac6aa1b4f8863c9,0,0,0,0,0,
+20200318,NV,55,168,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,1,,2020-03-17T15:00:00Z,32,0,0,223,223,0,223,0,0,362cf2d2a0d4ebb9ab0ff4d16f2e34c69e65255b,0,0,0,0,0,
+20200318,NY,2382,12215,,416,,,,,,,,3/18/2020 15:05,2020-03-18T15:05:00Z,03/18 11:05,12,,2020-03-18T15:05:00Z,36,682,6709,14597,14597,7391,14597,5,0,f3bf14e3c20983d410803ae2eda895758b0aaa63,0,0,0,0,0,
+20200318,OH,88,140,,,,,,,,,,3/18/2020 15:00,2020-03-18T15:00:00Z,03/18 11:00,,,2020-03-18T15:00:00Z,39,21,0,228,228,21,228,0,0,60985bbe199ea6d70006f6d4ca37aa27a0c2e634,0,0,0,0,0,
+20200318,OK,29,378,110,,,,,,,,,3/18/2020 08:00,2020-03-18T08:00:00Z,03/18 04:00,,,2020-03-18T08:00:00Z,40,12,131,517,407,143,407,0,0,ea6a92c40cd1b02e4f51c51a9f40c332cf2b21f7,0,0,0,0,0,
+20200318,OR,75,1118,361,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,3,,2020-03-17T12:00:00Z,41,28,429,1554,1193,457,1193,3,0,44f39efa7114bf5f3e3d8755f3f62336a23065f9,0,0,0,0,0,
+20200318,PA,133,1187,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,1,,2020-03-18T12:00:00Z,42,37,308,1320,1320,345,1320,1,0,ceb5b90d12b161f381b8090bf55c4c980dd9af5e,0,0,0,0,0,
+20200318,PR,5,31,21,,,,,,,,,3/17/2020 22:00,2020-03-17T22:00:00Z,03/17 18:00,,,2020-03-17T22:00:00Z,72,0,18,57,36,18,36,0,0,3ebdb1f696fd7ebe4d3d6b3869063bbb151ad57a,0,0,0,0,0,
+20200318,RI,33,540,334,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,44,10,137,907,573,147,573,0,0,07228314470c3bccbf64bf1a1f27bb706b1c1779,0,0,0,0,0,
+20200318,SC,60,583,,,,,,,,,,3/18/2020 16:00,2020-03-18T16:00:00Z,03/18 12:00,1,,2020-03-18T16:00:00Z,45,27,272,643,643,299,643,0,0,7bd862aff14f2992d2f296d60f6aeb4969de7b0e,0,0,0,0,0,
+20200318,SD,11,551,350,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,1,,2020-03-18T00:00:00Z,46,0,0,912,562,0,562,1,0,f1a891e7e1009c8c2db3081e0718c4b10e80c4bd,0,0,0,0,0,
+20200318,TN,98,349,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,47,25,19,447,447,44,447,0,0,7519671aad7cb48b78548f617414df5390c83757,0,0,0,0,0,
+20200318,TX,83,1824,,,,,,,,,,3/18/2020 13:00,2020-03-18T13:00:00Z,03/18 09:00,2,,2020-03-18T13:00:00Z,48,19,620,1907,1907,639,1907,1,0,da33dab0a1693f87da77698a94a229bb9b607a9b,0,0,0,0,0,
+20200318,UT,63,131,,,,,,,,,,3/18/2020 14:45,2020-03-18T14:45:00Z,03/18 10:45,0,,2020-03-18T14:45:00Z,49,12,0,194,194,12,194,0,0,da652274cd99e02e0d1444f15d3cab12d5927d28,0,0,0,0,0,
+20200318,VA,77,1201,,,,,,,,,,3/18/2020 12:00,2020-03-18T12:00:00Z,03/18 08:00,1,,2020-03-18T12:00:00Z,51,10,240,1278,1278,250,1278,0,0,98283ec97dcf191f23c30acabe59384d23d6b3b7,0,0,0,0,0,
+20200318,VI,2,,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,78,0,0,2,2,0,2,0,0,d9d74deaad7c715e687d272f891942ad0b6b036c,0,0,0,0,0,
+20200318,VT,21,637,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,50,2,56,658,658,58,658,0,0,37056173fdf3e43fac4e880a7ca3bccad0d6f0e3,0,0,0,0,0,
+20200318,WA,3532,30372,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,82,,2020-03-18T00:00:00Z,53,378,4364,33904,33904,4742,33904,4,0,5c0f173ed12805f6dfbfd5e22ad30cd47858da99,0,0,0,0,0,
+20200318,WI,106,1577,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,55,34,539,1683,1683,573,1683,0,0,77d5b1feed563be3db73fd9af56262e94cd647ec,0,0,0,0,0,
+20200318,WV,1,122,14,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,0,,2020-03-17T00:00:00Z,54,1,42,137,123,43,123,0,0,fb2a71e76c40c38128690921ee01155d095586fd,0,0,0,0,0,
+20200318,WY,15,178,,,,,,,,,,3/18/2020 00:00,2020-03-18T00:00:00Z,03/17 20:00,,,2020-03-18T00:00:00Z,56,5,83,193,193,88,193,0,0,90828442838cef1280010b1703c78271a3aead2d,0,0,0,0,0,
+20200317,AK,3,334,,,,,,,,,,3/17/2020 00:01,2020-03-17T00:01:00Z,03/16 20:01,0,,2020-03-17T00:01:00Z,02,2,191,337,337,193,337,0,0,03901bbb6e38f43ce7e716ff7f6528223f3cf31e,0,0,0,0,0,
+20200317,AL,36,28,,,,,,,,,,3/17/2020 11:15,2020-03-17T11:15:00Z,03/17 07:15,0,,2020-03-17T11:15:00Z,01,8,0,64,64,8,64,0,0,060219eff6577f41576ce158809ac8127f590918,0,0,0,0,0,
+20200317,AR,22,197,41,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,05,0,65,260,219,65,219,0,0,90b0449921862fe75a9b5a12a28b0800ee852ba2,0,0,0,0,0,
+20200317,AS,,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,60,0,0,0,0,0,0,0,0,36905fbb15bfdaec85ed2ab8f01299fef307eb26,0,0,0,0,0,
+20200317,AZ,20,142,66,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,0,,2020-03-17T00:00:00Z,04,2,17,228,162,19,162,0,0,71081a9f395b17570156bdab90fb312a6f6caec3,0,0,0,0,0,
+20200317,CA,483,7981,,,,,,,,,,3/16/2020 21:00,2020-03-16T21:00:00Z,03/16 17:00,11,,2020-03-16T21:00:00Z,06,148,0,8464,8464,148,8464,5,0,f603f21c58ae60822eb659ca18b80a143d2288ca,0,0,0,0,0,
+20200317,CO,160,1056,,,,,,,,,,3/16/2020 17:00,2020-03-16T17:00:00Z,03/16 13:00,1,,2020-03-16T17:00:00Z,08,29,429,1216,1216,458,1216,0,0,6d3cb47d86625060496dc423b60c850160ea38d9,0,0,0,0,0,
+20200317,CT,41,125,,,,,,,,,,3/16/2020 17:00,2020-03-16T17:00:00Z,03/16 13:00,,,2020-03-16T17:00:00Z,09,15,0,166,166,15,166,0,0,79c38678e57465abcb7ccfa0f29e8356535bc3e2,0,0,0,0,0,
+20200317,DC,22,104,0,,,,,,,,,3/16/2020 19:00,2020-03-16T19:00:00Z,03/16 15:00,,,2020-03-16T19:00:00Z,11,5,8,126,126,13,126,0,0,e09d375f90bcb8fa8d155a8b6b6e259687bd1354,0,0,0,0,0,
+20200317,DE,16,36,,,,,,,,,,3/16/2020 11:40,2020-03-16T11:40:00Z,03/16 07:40,,,2020-03-16T11:40:00Z,10,8,0,52,52,8,52,0,0,bcbd2d62dc76e1310e424e37ca17507803a064ec,0,0,0,0,0,
+20200317,FL,186,940,872,,,,,,,,,3/17/2020 11:00,2020-03-17T11:00:00Z,03/17 07:00,6,,2020-03-17T11:00:00Z,12,45,256,1998,1126,301,1126,2,0,863072d262765e3aa713d29748a07346155fbf39,0,0,0,0,0,
+20200317,GA,146,,,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,1,,2020-03-17T12:00:00Z,13,25,0,146,146,25,146,0,0,e62cc0748b817769b73405d4af1ba391213c5d0a,0,0,0,0,0,
+20200317,GU,5,41,,,,,,,,,,3/17/2020 04:15,2020-03-17T04:15:00Z,03/17 00:15,,,2020-03-17T04:15:00Z,66,2,18,46,46,20,46,0,0,1fd42140fbc32ad0e2600f60b247d39a73fea0ec,0,0,0,0,0,
+20200317,HI,10,,,,,,,,,,,3/16/2020 18:00,2020-03-16T18:00:00Z,03/16 14:00,,,2020-03-16T18:00:00Z,15,3,0,10,10,3,10,0,0,dd897df423ec6f45bfc471bdada2e6381322e75b,0,0,0,0,0,
+20200317,IA,23,83,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,19,1,0,106,106,1,106,0,0,aa090abc9aa5c9e9e0bdd3329bb6e4b2e1ec45c8,0,0,0,0,0,
+20200317,ID,7,346,,,,,,,,,,3/17/2020 11:45,2020-03-17T11:45:00Z,03/17 07:45,,,2020-03-17T11:45:00Z,16,2,81,353,353,83,353,0,0,0143a5806c05e9842eddbb147ef7065a56a50077,0,0,0,0,0,
+20200317,IL,159,1340,,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,1,,2020-03-16T00:00:00Z,17,66,408,1499,1499,474,1499,1,0,14a16851dfb65acd2d0b07db4f9be0994943c965,0,0,0,0,0,
+20200317,IN,30,129,,,,,,,,,,3/16/2020 23:59,2020-03-16T23:59:00Z,03/16 19:59,2,,2020-03-16T23:59:00Z,18,6,14,159,159,20,159,1,0,a202c475b2ae08f7bb72392bd7559e03bea0076d,0,0,0,0,0,
+20200317,KS,15,382,,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,1,,2020-03-17T13:00:00Z,20,4,216,397,397,220,397,0,0,c79b98ff067181e0e19332508957198df726baf0,0,0,0,0,0,
+20200317,KY,22,295,,,,,,,,,,3/16/2020 16:00,2020-03-16T16:00:00Z,03/16 12:00,1,,2020-03-16T16:00:00Z,21,1,61,317,317,62,317,0,0,347213b3279c2338b691b8aa87c5933b31c7c21a,0,0,0,0,0,
+20200317,LA,137,286,,,,,,,,,,3/17/2020 10:30,2020-03-17T10:30:00Z,03/17 06:30,4,,2020-03-17T10:30:00Z,22,22,98,423,423,120,423,2,0,0824a2e6cce2db201e6059b11466864b8dc3af85,0,0,0,0,0,
+20200317,MA,118,1633,,,,,,,,,,3/16/2020 16:00,2020-03-16T16:00:00Z,03/16 12:00,,,2020-03-16T16:00:00Z,25,21,434,1751,1751,455,1751,0,0,95c69bbc6f3ad2bf7ee16278442e54f262517b10,0,0,0,0,0,
+20200317,MD,57,94,,,,,,,,,,3/17/2020 10:00,2020-03-17T10:00:00Z,03/17 06:00,,,2020-03-17T10:00:00Z,24,20,0,151,151,20,151,0,0,994d9ad36a4cde7238c886705b711d6e6f7c2763,0,0,0,0,0,
+20200317,ME,32,1303,,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,,,2020-03-17T12:00:00Z,23,15,539,1335,1335,554,1335,0,0,fcb8d9ab9c71e7bdc26d3e9b10ba5bed4b63cad6,0,0,0,0,0,
+20200317,MI,2393,626,,,,,,,,,,3/17/2020 14:00,2020-03-17T14:00:00Z,03/17 10:00,,,2020-03-17T14:00:00Z,26,460,354,3019,3019,814,3019,0,0,b26afcdce08b33469ad967ed51a704220c85fd81,0,0,0,0,0,
+20200317,MN,60,2276,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,27,6,437,2336,2336,443,2336,0,0,4509de67223d6d76a89ddd6117471b3fe781de73,0,0,0,0,0,
+20200317,MO,8,207,,,,,,,,,,3/16/2020 20:00,2020-03-16T20:00:00Z,03/16 16:00,0,,2020-03-16T20:00:00Z,29,2,43,215,215,45,215,0,0,53bc02618bdbd8c8ebc9936b42cd9d77b7212af1,0,0,0,0,0,
+20200317,MP,0,,,,,,,,,,,3/17/2020 01:30,2020-03-17T01:30:00Z,03/16 21:30,,,2020-03-17T01:30:00Z,69,0,0,0,0,0,0,0,0,efd75476a43b326a6572c6306cadc54f615415dd,0,0,0,0,0,
+20200317,MS,21,368,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,28,9,91,389,389,100,389,0,0,a2c99efac8363dc6e432fd045c5c78edafecabc8,0,0,0,0,0,
+20200317,MT,8,303,,,,,,,,,,3/16/2020 21:22,2020-03-16T21:22:00Z,03/16 17:22,,,2020-03-16T21:22:00Z,30,1,105,311,311,106,311,0,0,496a6284983993d8185315bc21436ee9e9abfb36,0,0,0,0,0,
+20200317,NC,40,474,,,,,,,,,,3/17/2020 08:51,2020-03-17T08:51:00Z,03/17 04:51,0,,2020-03-17T08:51:00Z,37,7,178,514,514,185,514,0,0,1fd3ac8178bdd2218dbc375d64ae93a42e76fb32,0,0,0,0,0,
+20200317,ND,3,220,0,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,0,,2020-03-17T00:00:00Z,38,2,97,223,223,99,223,0,0,bda74d670795a8a5c55033d1e1332a87db9ba084,0,0,0,0,0,
+20200317,NE,21,206,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,31,3,36,227,227,39,227,0,0,a11ec309dfed3dfcdfce86ebfd09d6d07f255b26,0,0,0,0,0,
+20200317,NH,17,355,195,,,,,,,,,3/16/2020 09:00,2020-03-16T09:00:00Z,03/16 05:00,,,2020-03-16T09:00:00Z,33,4,84,567,372,88,372,0,0,58c04cb1209a582bbeb7c97b39e8ba4abb39553e,0,0,0,0,0,
+20200317,NJ,267,163,55,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,3,,2020-03-17T13:00:00Z,34,89,43,485,430,132,430,1,0,82c89d9576e65a56bfae9b597eaec17548772d09,0,0,0,0,0,
+20200317,NM,23,1249,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,35,6,683,1272,1272,689,1272,0,0,929bf81a686f2d7ea9d80b9157e28cd35b0093b1,0,0,0,0,0,
+20200317,NV,55,168,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,1,,2020-03-17T15:00:00Z,32,10,0,223,223,10,223,0,0,36c131f06ab4e0452c231223cabc976ada00575a,0,0,0,0,0,
+20200317,NY,1700,5506,,325,,,,,,,,3/16/2020 15:00,2020-03-16T15:00:00Z,03/16 11:00,7,,2020-03-16T15:00:00Z,36,750,963,7206,7206,1713,7206,0,0,6002352c265fdb4cb9fdc44289c2ea7c119d147f,0,0,0,0,0,
+20200317,OH,67,140,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,39,17,0,207,207,17,207,0,0,7f741c7e05f047c263f471b1849512d66d00b9dc,0,0,0,0,0,
+20200317,OK,17,247,82,,,,,,,,,3/17/2020 09:15,2020-03-17T09:15:00Z,03/17 05:15,,,2020-03-17T09:15:00Z,40,7,73,346,264,80,264,0,0,38467c11ab5a246181b6d1b527214b0542fdd459,0,0,0,0,0,
+20200317,OR,47,689,184,,,,,,,,,3/16/2020 13:51,2020-03-16T13:51:00Z,03/16 09:51,,,2020-03-16T13:51:00Z,41,8,110,920,736,118,736,0,0,5c0a057a443f9a83a215008ff3e23930e56893c0,0,0,0,0,0,
+20200317,PA,96,879,,,,,,,,,,3/17/2020 12:45,2020-03-17T12:45:00Z,03/17 08:45,,,2020-03-17T12:45:00Z,42,20,209,975,975,229,975,0,0,14cdb0aaf6e3a59c37476ecd9126104e37d32d31,0,0,0,0,0,
+20200317,PR,5,13,4,,,,,,,,,3/17/2020 15:41,2020-03-17T15:41:00Z,03/17 11:41,,,2020-03-17T15:41:00Z,72,0,4,22,18,4,18,0,0,aeb8f3a267302db93dd3fd22364f09ca924edfc9,0,0,0,0,0,
+20200317,RI,23,403,149,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,44,2,95,575,426,97,426,0,0,cf7d83faa3e371a9c8159ad3d848dea6b9a2334d,0,0,0,0,0,
+20200317,SC,33,311,,,,,,,,,,3/17/2020 12:02,2020-03-17T12:02:00Z,03/17 08:02,1,,2020-03-17T12:02:00Z,45,5,76,344,344,81,344,0,0,e8d44d2b66fc40d04a27af7178004631441fa8ad,0,0,0,0,0,
+20200317,SD,11,551,35,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,46,1,57,597,562,58,562,0,0,448d14cf2dbb0578fab4c4ed70cb608204be4b32,0,0,0,0,0,
+20200317,TN,73,330,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,47,21,60,403,403,81,403,0,0,3596363ab37f6e08c2076872e849fac094ad0166,0,0,0,0,0,
+20200317,TX,64,1204,,,,,,,,,,3/17/2020 13:00,2020-03-17T13:00:00Z,03/17 09:00,1,,2020-03-17T13:00:00Z,48,7,1204,1268,1268,1211,1268,1,0,69f82fdf90dbe722697b30cedb3dc08d2c62c9a7,0,0,0,0,0,
+20200317,UT,51,131,,,,,,,,,,3/17/2020 14:45,2020-03-17T14:45:00Z,03/17 10:45,0,,2020-03-17T14:45:00Z,49,12,0,182,182,12,182,0,0,e84363a7881f8d3d199dc33069c433f15ae72166,0,0,0,0,0,
+20200317,VA,67,961,,,,,,,,,,3/17/2020 12:00,2020-03-17T12:00:00Z,03/17 08:00,1,,2020-03-17T12:00:00Z,51,16,523,1028,1028,539,1028,0,0,932defb25841d37d6e7fff7f21e2d0abdae63b9f,0,0,0,0,0,
+20200317,VI,2,,,,,,,,,,,3/16/2020 00:01,2020-03-16T00:01:00Z,03/15 20:01,,,2020-03-16T00:01:00Z,78,1,0,2,2,1,2,0,0,b965babe7711297340712126859841411febff69,0,0,0,0,0,
+20200317,VT,19,581,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,50,2,94,600,600,96,600,0,0,e05c49996a293a58b356318b7893dd3d5846f3c0,0,0,0,0,0,
+20200317,WA,3154,26008,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,78,,2020-03-17T00:00:00Z,53,324,4317,29162,29162,4641,29162,9,0,dd2fa7fb2a95411845339653cedbdf23e66e8673,0,0,0,0,0,
+20200317,WI,72,1038,,,,,,,,,,3/17/2020 15:00,2020-03-17T15:00:00Z,03/17 11:00,,,2020-03-17T15:00:00Z,55,25,534,1110,1110,559,1110,0,0,e9f5a62c1eeb8bb6c868f996ce1749253c6830c4,0,0,0,0,0,
+20200317,WV,0,80,4,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,0,,2020-03-16T00:00:00Z,54,0,0,84,80,0,80,0,0,a0968ec432d755d1bef076066711127ceea7adeb,0,0,0,0,0,
+20200317,WY,10,95,,,,,,,,,,3/17/2020 00:00,2020-03-17T00:00:00Z,03/16 20:00,,,2020-03-17T00:00:00Z,56,7,95,105,105,102,105,0,0,53925f42e7a9607a20f4dd76679f8ce3d1c88d97,0,0,0,0,0,
+20200316,AK,1,143,,,,,,,,,,3/16/2020 15:06,2020-03-16T15:06:00Z,03/16 11:06,0,,2020-03-16T15:06:00Z,02,0,0,144,144,0,144,0,0,4063bac087fed5d75b26fe35e3b1f44c876f352e,0,0,0,0,0,
+20200316,AL,28,28,40,,,,,,,,,3/16/2020 15:08,2020-03-16T15:08:00Z,03/16 11:08,0,,2020-03-16T15:08:00Z,01,16,0,96,56,16,56,0,0,4ed15757057a810de32c7aba92f0c99bd64059ac,0,0,0,0,0,
+20200316,AR,22,132,14,,,,,,,,,3/16/2020 15:08,2020-03-16T15:08:00Z,03/16 11:08,,,2020-03-16T15:08:00Z,05,6,29,168,154,35,154,0,0,6e8573007e401e6dca24919d0b0ee4fa88412404,0,0,0,0,0,
+20200316,AS,,,,,,,,,,,,3/16/2020 15:54,2020-03-16T15:54:00Z,03/16 11:54,,,2020-03-16T15:54:00Z,60,0,0,0,0,0,0,0,0,0250ce84b556ff8ebac391d9afff8655e82398b1,0,0,0,0,0,
+20200316,AZ,18,125,63,,,,,,,,,3/16/2020 16:16,2020-03-16T16:16:00Z,03/16 12:16,0,,2020-03-16T16:16:00Z,04,6,4,206,143,10,143,0,0,68998fcfb3fc83279f13c01c11dfa0bc07287465,0,0,0,0,0,
+20200316,CA,335,7981,,,,,,,,,,3/16/2020 15:10,2020-03-16T15:10:00Z,03/16 11:10,6,,2020-03-16T15:10:00Z,06,42,7065,8316,8316,7107,8316,1,0,c43815bf5484edd9ab52451b7a87616169dd0b33,0,0,0,0,0,
+20200316,CO,131,627,,,,,,,,,,3/16/2020 15:35,2020-03-16T15:35:00Z,03/16 11:35,1,,2020-03-16T15:35:00Z,08,0,0,758,758,0,758,0,0,469a9ffa9dd533b5f862ef5d7e030464492a807c,0,0,0,0,0,
+20200316,CT,26,125,,,,,,,,,,3/16/2020 15:36,2020-03-16T15:36:00Z,03/16 11:36,,,2020-03-16T15:36:00Z,09,6,0,151,151,6,151,0,0,9c048308ff2652fd43f5548e572c0699d46abb6b,0,0,0,0,0,
+20200316,DC,17,96,7,,,,,,,,,3/16/2020 15:36,2020-03-16T15:36:00Z,03/16 11:36,,,2020-03-16T15:36:00Z,11,1,17,120,113,18,113,0,0,5c0eedb22ad30a35b6873d4292608faeaa410b2f,0,0,0,0,0,
+20200316,DE,8,36,32,,,,,,,,,3/16/2020 15:37,2020-03-16T15:37:00Z,03/16 11:37,,,2020-03-16T15:37:00Z,10,2,0,76,44,2,44,0,0,2b4821c1992ef76bcc724049f9a0b9874cf40b40,0,0,0,0,0,
+20200316,FL,141,684,514,,,,,,,,,3/16/2020 16:13,2020-03-16T16:13:00Z,03/16 12:13,4,,2020-03-16T16:13:00Z,12,25,6,1339,825,31,825,0,0,8afbd3909c02b5f23a2a7f4d28d928430bf316ee,0,0,0,0,0,
+20200316,GA,121,,,,,,,,,,,3/16/2020 15:19,2020-03-16T15:19:00Z,03/16 11:19,1,,2020-03-16T15:19:00Z,13,22,0,121,121,22,121,0,0,f2efef443ebd0bb0a65e1a9463a4f35ea681e7f1,0,0,0,0,0,
+20200316,GU,3,23,,,,,,,,,,3/16/2020 15:58,2020-03-16T15:58:00Z,03/16 11:58,,,2020-03-16T15:58:00Z,66,0,0,26,26,0,26,0,0,be818653d044ac122cfa003ee9640581353c75f7,0,0,0,0,0,
+20200316,HI,7,,,,,,,,,,,3/16/2020 15:39,2020-03-16T15:39:00Z,03/16 11:39,,,2020-03-16T15:39:00Z,15,5,0,7,7,5,7,0,0,beab8e2ec0bf8a1baf11f7818a37b14c493320c2,0,0,0,0,0,
+20200316,IA,22,83,,,,,,,,,,3/16/2020 15:41,2020-03-16T15:41:00Z,03/16 11:41,,,2020-03-16T15:41:00Z,19,4,0,105,105,4,105,0,0,1bf1470af8da938abfd7ecee8e176fc2fca0da62,0,0,0,0,0,
+20200316,ID,5,265,,,,,,,,,,3/16/2020 15:42,2020-03-16T15:42:00Z,03/16 11:42,,,2020-03-16T15:42:00Z,16,0,91,270,270,91,270,0,0,7f90f4c306c57a0e82734e7e7f38b4854cf21db3,0,0,0,0,0,
+20200316,IL,93,932,,,,,,,,,,3/16/2020 15:43,2020-03-16T15:43:00Z,03/16 11:43,,,2020-03-16T15:43:00Z,17,29,483,1025,1025,512,1025,0,0,64a66e27c3a963e5a5c36e0636a8717fd2accec9,0,0,0,0,0,
+20200316,IN,24,115,,,,,,,,,,3/16/2020 15:44,2020-03-16T15:44:00Z,03/16 11:44,1,,2020-03-16T15:44:00Z,18,5,13,139,139,18,139,1,0,854bfc9a574ffea4ff93e971303f9519ea76adfa,0,0,0,0,0,
+20200316,KS,11,166,,,,,,,,,,3/16/2020 16:17,2020-03-16T16:17:00Z,03/16 12:17,1,,2020-03-16T16:17:00Z,20,3,31,177,177,34,177,0,0,a864b9c6e247fa3670447ba7048d8c8fe5c6d51b,0,0,0,0,0,
+20200316,KY,21,234,,,,,,,,,,3/16/2020 15:45,2020-03-16T15:45:00Z,03/16 11:45,1,,2020-03-16T15:45:00Z,21,5,95,255,255,100,255,1,0,e4a7c0d3868c818fb37d2b7c8efb21b78366ec23,0,0,0,0,0,
+20200316,LA,115,188,,,,,,,,,,3/16/2020 15:50,2020-03-16T15:50:00Z,03/16 11:50,2,,2020-03-16T15:50:00Z,22,25,32,303,303,57,303,0,0,d208af8f0e6257eee6d4467be3d6c427589eac12,0,0,0,0,0,
+20200316,MA,97,1199,,,,,,,,,,3/16/2020 15:48,2020-03-16T15:48:00Z,03/16 11:48,,,2020-03-16T15:48:00Z,25,33,615,1296,1296,648,1296,0,0,70c3bb8c7e34fb194cb7e0ecd93f411933ceacd6,0,0,0,0,0,
+20200316,MD,37,94,,,,,,,,,,3/16/2020 15:49,2020-03-16T15:49:00Z,03/16 11:49,,,2020-03-16T15:49:00Z,24,6,0,131,131,6,131,0,0,c39e11ad7d62d2bf599fe138c49f479ff08642c7,0,0,0,0,0,
+20200316,ME,17,764,,,,,,,,,,3/16/2020 15:51,2020-03-16T15:51:00Z,03/16 11:51,,,2020-03-16T15:51:00Z,23,14,673,781,781,687,781,0,0,dbe07e56f605b292e19e6a9de86ace564bdee436,0,0,0,0,0,
+20200316,MI,1933,272,30,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,,,2020-03-16T15:52:00Z,26,453,67,2235,2205,520,2205,0,0,4b7538c5a5d547d85948efc6ef64edd9337c9d28,0,0,0,0,0,
+20200316,MN,54,1839,,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,,,2020-03-16T15:52:00Z,27,19,452,1893,1893,471,1893,0,0,affb8c64427286198ffc78f040614140bb8a580b,0,0,0,0,0,
+20200316,MO,6,164,,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,0,,2020-03-16T15:52:00Z,29,1,42,170,170,43,170,0,0,9a9db15d98f6fdb61bc78fdce33403c768370dc3,0,0,0,0,0,
+20200316,MP,0,,,,,,,,,,,3/16/2020 15:55,2020-03-16T15:55:00Z,03/16 11:55,,,2020-03-16T15:55:00Z,69,0,0,0,0,0,0,0,0,f9dcec4eef0598d8756d146eb8136a827a7a9b73,0,0,0,0,0,
+20200316,MS,12,277,,,,,,,,,,3/16/2020 15:52,2020-03-16T15:52:00Z,03/16 11:52,,,2020-03-16T15:52:00Z,28,2,193,289,289,195,289,0,0,6e883d40c2343eaed92396abd538c6caa8e55e9a,0,0,0,0,0,
+20200316,MT,7,198,,,,,,,,,,3/16/2020 15:51,2020-03-16T15:51:00Z,03/16 11:51,,,2020-03-16T15:51:00Z,30,0,95,205,205,95,205,0,0,fd67c0d0b5b7402a9f93b73c90f2d46fc2596d90,0,0,0,0,0,
+20200316,NC,33,296,151,,,,,,,,,3/16/2020 15:33,2020-03-16T15:33:00Z,03/16 11:33,0,,2020-03-16T15:33:00Z,37,1,69,480,329,70,329,0,0,4105a6d5f085f5c04dd7a8aea6f820a972c39fa0,0,0,0,0,0,
+20200316,ND,1,123,0,,,,,,,,,3/16/2020 15:45,2020-03-16T15:45:00Z,03/16 11:45,0,,2020-03-16T15:45:00Z,38,0,28,124,124,28,124,0,0,718f9c96a798d82edd40764eae331839c37b2894,0,0,0,0,0,
+20200316,NE,18,170,,,,,,,,,,3/16/2020 15:32,2020-03-16T15:32:00Z,03/16 11:32,,,2020-03-16T15:32:00Z,31,1,90,188,188,91,188,0,0,3823697faa3e30cad78adb6ca84311338f0c1ee7,0,0,0,0,0,
+20200316,NH,13,271,95,,,,,,,,,3/16/2020 15:12,2020-03-16T15:12:00Z,03/16 11:12,,,2020-03-16T15:12:00Z,33,0,0,379,284,0,284,0,0,0fde95ac7c0c9f4b611cc426cbff1776480b99f2,0,0,0,0,0,
+20200316,NJ,178,120,20,,,,,,,,,3/16/2020 15:08,2020-03-16T15:08:00Z,03/16 11:08,2,,2020-03-16T15:08:00Z,34,80,0,318,298,80,298,0,0,ca03e86865fd67dab4377f2234c4e1998a994a81,0,0,0,0,0,
+20200316,NM,17,566,,,,,,,,,,3/16/2020 15:11,2020-03-16T15:11:00Z,03/16 11:11,,,2020-03-16T15:11:00Z,35,4,84,583,583,88,583,0,0,5e2d18031a2812dd1e660c2064699394f61c14f2,0,0,0,0,0,
+20200316,NV,45,168,,,,,,,,,,3/16/2020 15:16,2020-03-16T15:16:00Z,03/16 11:16,1,,2020-03-16T15:16:00Z,32,24,0,213,213,24,213,1,0,c741f989c14d21f28204ecd84679dd8ef75e9d0d,0,0,0,0,0,
+20200316,NY,950,4543,,,,,,,,,,3/16/2020 16:22,2020-03-16T16:22:00Z,03/16 12:22,7,,2020-03-16T16:22:00Z,36,221,0,5493,5493,221,5493,4,0,5b251f56809bef2808d01bddb0cc041e228c337f,0,0,0,0,0,
+20200316,OH,50,140,361,,,,,,,,,3/16/2020 15:36,2020-03-16T15:36:00Z,03/16 11:36,,,2020-03-16T15:36:00Z,39,14,1,551,190,15,190,0,0,ff0d44d91c5a10f8eb15a22e27e904a54d697de3,0,0,0,0,0,
+20200316,OK,10,174,29,,,,,,,,,3/16/2020 15:37,2020-03-16T15:37:00Z,03/16 11:37,,,2020-03-16T15:37:00Z,40,1,56,213,184,57,184,0,0,27fad8d138609b0696ea153fe32e2802d67e7732,0,0,0,0,0,
+20200316,OR,39,579,182,,,,,,,,,3/16/2020 15:38,2020-03-16T15:38:00Z,03/16 11:38,,,2020-03-16T15:38:00Z,41,3,159,800,618,162,618,0,0,9c1f8e7015a2bb70acafb24a25c1b920d4ad9e17,0,0,0,0,0,
+20200316,PA,76,670,,,,,,,,,,3/16/2020 15:28,2020-03-16T15:28:00Z,03/16 11:28,,,2020-03-16T15:28:00Z,42,13,465,746,746,478,746,0,0,227a6ae6fc061d31494ff8565c38e8a5fed0a809,0,0,0,0,0,
+20200316,PR,5,9,,,,,,,,,,3/16/2020 15:44,2020-03-16T15:44:00Z,03/16 11:44,,,2020-03-16T15:44:00Z,72,0,0,14,14,0,14,0,0,027d64c8c6a08031569cf26a9eac09ec12f8fd27,0,0,0,0,0,
+20200316,RI,21,308,149,,,,,,,,,3/16/2020 15:40,2020-03-16T15:40:00Z,03/16 11:40,,,2020-03-16T15:40:00Z,44,1,37,478,329,38,329,0,0,f96f183719828df553f460d8665412d964d73a6a,0,0,0,0,0,
+20200316,SC,28,235,,,,,,,,,,3/16/2020 15:24,2020-03-16T15:24:00Z,03/16 11:24,1,,2020-03-16T15:24:00Z,45,9,81,263,263,90,263,1,0,92f72f20ce78eb53284b6798de23b0ea4fdbc49f,0,0,0,0,0,
+20200316,SD,10,494,0,,,,,,,,,3/16/2020 15:40,2020-03-16T15:40:00Z,03/16 11:40,,,2020-03-16T15:40:00Z,46,1,167,504,504,168,504,0,0,5e2293de1da42b672d806610c62632a2ad9e80b2,0,0,0,0,0,
+20200316,TN,52,270,,,,,,,,,,3/16/2020 15:23,2020-03-16T15:23:00Z,03/16 11:23,,,2020-03-16T15:23:00Z,47,13,113,322,322,126,322,0,0,820d94b201e92b5487333d07c82ebca971d9958c,0,0,0,0,0,
+20200316,TX,57,,,,,,,,,,,3/16/2020 15:21,2020-03-16T15:21:00Z,03/16 11:21,,,2020-03-16T15:21:00Z,48,1,0,57,57,1,57,0,0,15510063d1e81f3b9ae9a3a6a50c4bbc37478df2,0,0,0,0,0,
+20200316,UT,39,131,,,,,,,,,,3/16/2020 15:17,2020-03-16T15:17:00Z,03/16 11:17,0,,2020-03-16T15:17:00Z,49,11,0,170,170,11,170,0,0,8030b8c7599461451952cf57cc1de5efc5361150,0,0,0,0,0,
+20200316,VA,51,438,,,,,,,,,,3/16/2020 16:09,2020-03-16T16:09:00Z,03/16 12:09,1,,2020-03-16T16:09:00Z,51,6,75,489,489,81,489,0,0,837a87451357d383ee784a26ee76693af2216f14,0,0,0,0,0,
+20200316,VI,1,,,,,,,,,,,3/16/2020 15:58,2020-03-16T15:58:00Z,03/16 11:58,,,2020-03-16T15:58:00Z,78,0,0,1,1,0,1,0,0,cd2aae4e383507387a372f2f2f9cac5b4eee97fe,0,0,0,0,0,
+20200316,VT,17,487,,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,,,2020-03-16T00:00:00Z,50,5,82,504,504,87,504,0,0,0d6bb07de97a8d1fbdb39f7a212326375d4b7e2c,0,0,0,0,0,
+20200316,WA,2830,21691,,,,,,,,,,3/16/2020 00:00,2020-03-16T00:00:00Z,03/15 20:00,69,,2020-03-16T00:00:00Z,53,368,4531,24521,24521,4899,24521,12,0,5d93e2e645b857788fbf4eef5198e5e7f345f3a0,0,0,0,0,0,
+20200316,WI,47,504,,,,,,,,,,3/16/2020 15:06,2020-03-16T15:06:00Z,03/16 11:06,,,2020-03-16T15:06:00Z,55,14,191,551,551,205,551,0,0,23720ce14212374a4d3cd7a9bb7d6a39c34bdad4,0,0,0,0,0,
+20200316,WV,0,80,4,,,,,,,,,3/16/2020 15:53,2020-03-16T15:53:00Z,03/16 11:53,0,,2020-03-16T15:53:00Z,54,0,42,84,80,42,80,0,0,80e975a19bb402b328f9c7a41b01de333ebc1bf8,0,0,0,0,0,
+20200316,WY,3,,,,,,,,,,,3/16/2020 15:04,2020-03-16T15:04:00Z,03/16 11:04,,,2020-03-16T15:04:00Z,56,0,0,3,3,0,3,0,0,c921382d134712b8e09cb605a212a8a2314bc515,0,0,0,0,0,
+20200315,AK,1,143,,,,,,,,,,3/13/2020 16:30,2020-03-13T16:30:00Z,03/13 12:30,0,,2020-03-13T16:30:00Z,02,0,0,144,144,0,144,0,0,d7a19700c8cbe78150eca114fc5c995825d8096d,0,0,0,0,0,
+20200315,AL,12,28,46,,,,,,,,,3/15/2020 14:12,2020-03-15T14:12:00Z,03/15 10:12,0,,2020-03-15T14:12:00Z,01,6,6,86,40,12,40,0,0,d6f9c33a41746a8f168e76886a0bcc983707be3e,0,0,0,0,0,
+20200315,AR,16,103,30,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,05,4,38,149,119,42,119,0,0,693a3b11c551da69a15b184dab43d1fdbcbc2e77,0,0,0,0,0,
+20200315,AZ,12,121,50,,,,,,,,,3/15/2020 12:01,2020-03-15T12:01:00Z,03/15 08:01,0,,2020-03-15T12:01:00Z,04,0,0,183,133,0,133,0,0,17ca7d23040e276b2fdaba0e899d13ee6fc9ce34,0,0,0,0,0,
+20200315,CA,293,916,,,,,,,,,,3/14/2020 11:00,2020-03-14T11:00:00Z,03/14 07:00,5,,2020-03-14T11:00:00Z,06,41,0,1209,1209,41,1209,0,0,16cbc9630b643871b378de4122630d2fbffb5c04,0,0,0,0,0,
+20200315,CO,131,627,,,,,,,,,,3/15/2020 15:45,2020-03-15T15:45:00Z,03/15 11:45,1,,2020-03-15T15:45:00Z,08,30,17,758,758,47,758,0,0,82444d4e5aae360d02398f33a5958caacfc6ab5b,0,0,0,0,0,
+20200315,CT,20,125,,,,,,,,,,3/14/2020 17:00,2020-03-14T17:00:00Z,03/14 13:00,,,2020-03-14T17:00:00Z,09,9,0,145,145,9,145,0,0,70938846ad6f5e743388069e24a7ecf83b2ef56d,0,0,0,0,0,
+20200315,DC,16,79,20,,,,,,,,,3/14/2020 19:30,2020-03-14T19:30:00Z,03/14 15:30,,,2020-03-14T19:30:00Z,11,6,30,115,95,36,95,0,0,5575d39900b0f51c2748cab6ad385aa144c8a096,0,0,0,0,0,
+20200315,DE,6,36,32,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,,,2020-03-14T13:00:00Z,10,0,0,74,42,0,42,0,0,4da1bfbebc4d9887acb8b68b1fe71f7dd6da140f,0,0,0,0,0,
+20200315,FL,116,678,454,,,,,,,,,3/15/2020 01:45,2020-03-15T01:45:00Z,03/14 21:45,4,,2020-03-15T01:45:00Z,12,39,200,1248,794,239,794,1,0,668577a8e95053c3a64b4fa51df2a2bb9e5f7729,0,0,0,0,0,
+20200315,GA,99,,,,,,,,,,,3/15/2020 11:43,2020-03-15T11:43:00Z,03/15 07:43,1,,2020-03-15T11:43:00Z,13,33,0,99,99,33,99,0,0,2ecd2ff657c918966cda356756c81f4bd8e1b91a,0,0,0,0,0,
+20200315,HI,2,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,15,0,0,2,2,0,2,0,0,3aa78c086776f7b504b6592a94b90f71f4bbe127,0,0,0,0,0,
+20200315,IA,18,83,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,19,1,0,101,101,1,101,0,0,b03234e34e9de6b6946af15fcf8acdaa02a1c9b2,0,0,0,0,0,
+20200315,ID,5,174,,,,,,,,,,3/13/2020 22:45,2020-03-13T22:45:00Z,03/13 18:45,,,2020-03-13T22:45:00Z,16,3,0,179,179,3,179,0,0,efe621649971ef319868cffb4eefa6d5ee765836,0,0,0,0,0,
+20200315,IL,64,449,195,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,17,18,133,708,513,151,513,0,0,078723e3f545954028d875eb7f165cc42e7d43a6,0,0,0,0,0,
+20200315,IN,19,102,,,,,,,,,,3/15/2020 00:59,2020-03-15T00:59:00Z,03/14 20:59,0,,2020-03-15T00:59:00Z,18,4,28,121,121,32,121,0,0,f02b9557972a16dac66ce944d4bb631aa6db03ca,0,0,0,0,0,
+20200315,KS,8,135,,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,1,,2020-03-14T13:00:00Z,20,2,42,143,143,44,143,0,0,fa642d7175dd403b765252f9e110b78ffdaac7d1,0,0,0,0,0,
+20200315,KY,16,139,,,,,,,,,,3/14/2020 16:00,2020-03-14T16:00:00Z,03/14 12:00,,,2020-03-14T16:00:00Z,21,2,0,155,155,2,155,0,0,a98eb5aabeafe9f6a29e24673401d824c6b7b648,0,0,0,0,0,
+20200315,LA,90,156,,,,,,,,,,3/15/2020 11:30,2020-03-15T11:30:00Z,03/15 07:30,2,,2020-03-15T11:30:00Z,22,39,47,246,246,86,246,2,0,8020cae9199842f28d478b2fa78d898826ca8d09,0,0,0,0,0,
+20200315,MA,64,584,,,,,,,,,,3/14/2020 16:00,2020-03-14T16:00:00Z,03/14 12:00,,,2020-03-14T16:00:00Z,25,26,584,648,648,610,648,0,0,4f1bfa20b7da4d93e81f00095995ed5a716b5e1e,0,0,0,0,0,
+20200315,MD,31,94,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,24,5,0,125,125,5,125,0,0,e08630c3ae760676a99c9448e4a98c95f13025ea,0,0,0,0,0,
+20200315,ME,3,91,17,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,23,0,0,111,94,0,94,0,0,01d4dd37e3f10bb25fbe8dc916db1cb446f12355,0,0,0,0,0,
+20200315,MI,1480,205,26,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,26,284,0,1711,1685,284,1685,0,0,980f33c27107d0c9fdab1ddffc185c90795b6ca8,0,0,0,0,0,
+20200315,MN,35,1387,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,27,14,540,1422,1422,554,1422,0,0,a89d23bd09fac3f0670b34fd5cf1485ed06aa7a0,0,0,0,0,0,
+20200315,MO,5,122,,,,,,,,,,3/14/2020 22:00,2020-03-14T22:00:00Z,03/14 18:00,0,,2020-03-14T22:00:00Z,29,1,32,127,127,33,127,0,0,0fc6ccf49cfe13d2dec724844ea18290fdd3624c,0,0,0,0,0,
+20200315,MS,10,84,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,28,4,0,94,94,4,94,0,0,68d6ffa64edd5e86e7846ec98e110a5ff868801b,0,0,0,0,0,
+20200315,MT,7,103,57,,,,,,,,,3/14/2020 17:52,2020-03-14T17:52:00Z,03/14 13:52,,,2020-03-14T17:52:00Z,30,2,0,167,110,2,110,0,0,82c4cd44fb01a94947f81be9d494f49118920c5a,0,0,0,0,0,
+20200315,NC,32,227,151,,,,,,,,,3/15/2020 10:30,2020-03-15T10:30:00Z,03/15 06:30,,,2020-03-15T10:30:00Z,37,9,90,410,259,99,259,0,0,3cf2d1fe7a87af64721ccf99d52eda6b350b4f57,0,0,0,0,0,
+20200315,ND,1,95,4,,,,,,,,,3/15/2020 12:00,2020-03-15T12:00:00Z,03/15 08:00,0,,2020-03-15T12:00:00Z,38,0,41,100,96,41,96,0,0,3b18a117cb724212f35ecab4f390fdad03357c37,0,0,0,0,0,
+20200315,NE,17,80,33,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,31,3,0,130,97,3,97,0,0,4d66c2cb82d874857490ec261ddffe1d853c789b,0,0,0,0,0,
+20200315,NH,13,271,95,,,,,,,,,3/15/2020 09:00,2020-03-15T09:00:00Z,03/15 05:00,,,2020-03-15T09:00:00Z,33,6,59,379,284,65,284,0,0,e3cc0ce90de035a645a1af588e3068829b973222,0,0,0,0,0,
+20200315,NJ,98,120,34,,,,,,,,,3/15/2020 13:00,2020-03-15T13:00:00Z,03/15 09:00,2,,2020-03-15T13:00:00Z,34,48,23,252,218,71,218,1,0,506035eb81abdc0a9df26c18cb4bf05bd4bdf53b,0,0,0,0,0,
+20200315,NM,13,482,,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,,,2020-03-13T13:00:00Z,35,3,245,495,495,248,495,0,0,b298f48c75ce5c3a4031eeb9f13405b7787600f2,0,0,0,0,0,
+20200315,NV,21,168,164,,,,,,,,,3/14/2020 17:05,2020-03-14T17:05:00Z,03/14 13:05,,,2020-03-14T17:05:00Z,32,1,0,353,189,1,189,0,0,b1b0bceef1aa97cb1a609f221f23035eeaf9f218,0,0,0,0,0,
+20200315,NY,729,4543,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,3,,2020-03-15T00:00:00Z,36,205,1764,5272,5272,1969,5272,3,0,eef9327c1175fae51d1a41daa650f85602d64ac0,0,0,0,0,0,
+20200315,OH,36,139,350,,,,,,,,,3/15/2020 14:00,2020-03-15T14:00:00Z,03/15 10:00,,,2020-03-15T14:00:00Z,39,23,89,525,175,112,175,0,0,4cf1afaa9df6be3608ef709b71d28b56ffe4b3ac,0,0,0,0,0,
+20200315,OK,9,118,12,,,,,,,,,3/15/2020 12:15,2020-03-15T12:15:00Z,03/15 08:15,,,2020-03-15T12:15:00Z,40,5,82,139,127,87,127,0,0,1911819f41fe47e46706f45a3592fc248af9b1cd,0,0,0,0,0,
+20200315,OR,36,420,225,,,,,,,,,3/14/2020 14:00,2020-03-14T14:00:00Z,03/14 10:00,,,2020-03-14T14:00:00Z,41,6,83,681,456,89,456,0,0,ff92c02358692277affcf1e6423144a137f1dbe7,0,0,0,0,0,
+20200315,PA,63,205,183,,,,,,,,,3/15/2020 12:00,2020-03-15T12:00:00Z,03/15 08:00,,,2020-03-15T12:00:00Z,42,16,0,451,268,16,268,0,0,8eacff3928207d9ed099ce4189e445857390d08c,0,0,0,0,0,
+20200315,RI,20,271,57,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,44,0,73,348,291,73,291,0,0,366a4e1839f18df7a50398bcaacdc75379e67a59,0,0,0,0,0,
+20200315,SC,19,154,,,,,,,,,,3/14/2020 16:18,2020-03-14T16:18:00Z,03/14 12:18,,,2020-03-14T16:18:00Z,45,6,44,173,173,50,173,0,0,fcc1fb47158a81f37fc025002ff3dcc929a45340,0,0,0,0,0,
+20200315,SD,9,327,6,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,46,0,145,342,336,145,336,0,0,a45b7f33cce20d09369e1059ab2773ddf6111351,0,0,0,0,0,
+20200315,TN,39,157,,,,,,,,,,3/15/2020 15:00,2020-03-15T15:00:00Z,03/15 11:00,,,2020-03-15T15:00:00Z,47,7,27,196,196,34,196,0,0,ece464b77260102595488f463198140f92ce06b4,0,0,0,0,0,
+20200315,TX,56,,,,,,,,,,,3/15/2020 13:00,2020-03-15T13:00:00Z,03/15 09:00,,,2020-03-15T13:00:00Z,48,5,0,56,56,5,56,0,0,c13c5b8ed0647d4e07ea12d1ceb1fb74cc18f92f,0,0,0,0,0,
+20200315,UT,28,131,,,,,,,,,,3/15/2020 14:45,2020-03-15T14:45:00Z,03/15 10:45,0,,2020-03-15T14:45:00Z,49,22,0,159,159,22,159,0,0,8e27ac33e246aa99a16532afbc43812a0c0f4453,0,0,0,0,0,
+20200315,VA,45,363,,,,,,,,,,3/15/2020 14:15,2020-03-15T14:15:00Z,03/15 10:15,1,,2020-03-15T14:15:00Z,51,15,246,408,408,261,408,1,0,93b3a6621bd86dab9b937ed8e59f84c3f9245d8b,0,0,0,0,0,
+20200315,VT,12,405,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,,,2020-03-15T00:00:00Z,50,4,73,417,417,77,417,0,0,06536316046175f4d124c478a3255ba141004b55,0,0,0,0,0,
+20200315,WA,2462,17160,,,,,,,,,,3/15/2020 00:00,2020-03-15T00:00:00Z,03/14 20:00,57,,2020-03-15T00:00:00Z,53,254,1436,19622,19622,1690,19622,6,0,92abf7da64698f125fa23738f8e473fda9395713,0,0,0,0,0,
+20200315,WI,33,313,,,,,,,,,,3/14/2020 15:00,2020-03-14T15:00:00Z,03/14 11:00,,,2020-03-14T15:00:00Z,55,14,144,346,346,158,346,0,0,60fa362a7f98ba504291eb239bd54bf0dc1564f5,0,0,0,0,0,
+20200315,WV,0,38,1,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,0,,2020-03-14T00:00:00Z,54,0,12,39,38,12,38,0,0,959befa482b2cdbecdf436e77d756488c94c05a8,0,0,0,0,0,
+20200315,WY,3,,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,56,1,0,3,3,1,3,0,0,2b20f7a90314fb94c42afdc5394cb194238d4a44,0,0,0,0,0,
+20200314,AK,1,143,,,,,,,,,,3/13/2020 16:30,2020-03-13T16:30:00Z,03/13 12:30,0,,2020-03-13T16:30:00Z,02,0,84,144,144,84,144,0,0,c70b394b37b731a64ad162f949569f1ea91d3858,0,0,0,0,0,
+20200314,AL,6,22,46,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,01,5,11,74,28,16,28,0,0,82ecb80585a0ba482db6013e256c1a733f2b7bb2,0,0,0,0,0,
+20200314,AR,12,65,26,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,05,3,35,103,77,38,77,0,0,54617be44c4faebb1caab84eb3992fb780b9f004,0,0,0,0,0,
+20200314,AZ,12,121,50,,,,,,,,,3/14/2020 12:01,2020-03-14T12:01:00Z,03/14 08:01,0,,2020-03-14T12:01:00Z,04,3,27,183,133,30,133,0,0,88e7a0adf69840d43cfd91db3f4c7aae828d043d,0,0,0,0,0,
+20200314,CA,252,916,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,5,,2020-03-13T11:00:00Z,06,50,0,1168,1168,50,1168,1,0,ce74465baf63725a45a14b9abbd1791b148a3871,0,0,0,0,0,
+20200314,CO,101,610,,,,,,,,,,3/14/2020 14:00,2020-03-14T14:00:00Z,03/14 10:00,1,,2020-03-14T14:00:00Z,08,29,86,711,711,115,711,1,0,8fa1141036aaf749961b20987a93a2681a544759,0,0,0,0,0,
+20200314,CT,11,125,,,,,,,,,,3/13/2020 16:00,2020-03-13T16:00:00Z,03/13 12:00,,,2020-03-13T16:00:00Z,09,5,26,136,136,31,136,0,0,49e520270bac791548368c11fff9a3caa16c0d93,0,0,0,0,0,
+20200314,DC,10,49,10,,,,,,,,,3/13/2020 19:00,2020-03-13T19:00:00Z,03/13 15:00,,,2020-03-13T19:00:00Z,11,0,29,69,59,29,59,0,0,d3be4f047da19c7bd1c8699b003daffa1268e229,0,0,0,0,0,
+20200314,DE,6,36,32,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,,,2020-03-14T13:00:00Z,10,2,6,74,42,8,42,0,0,643772a81dc1a416ed481e22bf4bb2b98b51f025,0,0,0,0,0,
+20200314,FL,77,478,221,,,,,,,,,3/14/2020 00:54,2020-03-14T00:54:00Z,03/13 20:54,3,,2020-03-14T00:54:00Z,12,27,0,776,555,27,555,1,0,a8978bcae099a207c2a95a167ce1470667dc35ae,0,0,0,0,0,
+20200314,GA,66,,,,,,,,,,,3/14/2020 12:00,2020-03-14T12:00:00Z,03/14 08:00,1,,2020-03-14T12:00:00Z,13,24,0,66,66,24,66,0,0,a11d51a2580ff4cb244e2257095b24d2c61c81bb,0,0,0,0,0,
+20200314,HI,2,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,15,0,0,2,2,0,2,0,0,68ce532f5aa46a3f6d778e5ea25a8a1f74bf9b81,0,0,0,0,0,
+20200314,IA,17,83,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,19,1,0,100,100,1,100,0,0,e02b4c40c126eeaec0303122b83072b955aa0fef,0,0,0,0,0,
+20200314,ID,2,174,,,,,,,,,,3/13/2020 22:45,2020-03-13T22:45:00Z,03/13 18:45,,,2020-03-13T22:45:00Z,16,2,43,176,176,45,176,0,0,ec33ef5566658d6f254a153b94c0892819e7873b,0,0,0,0,0,
+20200314,IL,46,316,82,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,17,14,22,444,362,36,362,0,0,d9d5cac86ce0ef90a9f937ac6a29916e94198004,0,0,0,0,0,
+20200314,IN,15,74,,,,,,,,,,3/13/2020 23:59,2020-03-13T23:59:00Z,03/13 19:59,0,,2020-03-13T23:59:00Z,18,3,13,89,89,16,89,0,0,b3e2ab1df421bedc8fac3035fbf9273a14fa65cf,0,0,0,0,0,
+20200314,KS,6,93,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,1,,2020-03-13T11:00:00Z,20,0,0,99,99,0,99,1,0,76f5e32aa5cc4aff1bde75cb46296cd16e2c49d6,0,0,0,0,0,
+20200314,KY,14,139,,,,,,,,,,3/13/2020 17:00,2020-03-13T17:00:00Z,03/13 13:00,,,2020-03-13T17:00:00Z,21,3,32,153,153,35,153,0,0,f476e6b43744453f2a269766a61dc3fefd550dc3,0,0,0,0,0,
+20200314,LA,51,109,,,,,,,,,,3/14/2020 12:15,2020-03-14T12:15:00Z,03/14 08:15,,,2020-03-14T12:15:00Z,22,15,72,160,160,87,160,0,0,3469b560f1a194643b247916c2e39d3ab8a64b27,0,0,0,0,0,
+20200314,MA,38,,,,,,,,,,,3/14/2020 16:00,2020-03-14T16:00:00Z,03/14 12:00,,,2020-03-14T16:00:00Z,25,15,0,38,38,15,38,0,0,98a47bcdbd37699fd012a3da49198b227b11c73f,0,0,0,0,0,
+20200314,MD,26,94,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,24,9,0,120,120,9,120,0,0,36cdc41b897eae8a9d7491584549c5824575415f,0,0,0,0,0,
+20200314,ME,3,91,17,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,23,0,0,111,94,0,94,0,0,daefc496576b51aaf0ebdb5d7ce73a817471f1fc,0,0,0,0,0,
+20200314,MI,1196,205,26,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,26,251,72,1427,1401,323,1401,0,0,f3441884ed5096cff5fd82ec390c3c670c5dc2ff,0,0,0,0,0,
+20200314,MN,21,847,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,27,7,306,868,868,313,868,0,0,f572845254200dcb8606ca7b408d313cda311a68,0,0,0,0,0,
+20200314,MO,4,90,,,,,,,,,,3/13/2020 18:10,2020-03-13T18:10:00Z,03/13 14:10,0,,2020-03-13T18:10:00Z,29,2,19,94,94,21,94,0,0,81dcf28214aa354020022c4e27841dba93205d5b,0,0,0,0,0,
+20200314,MS,6,84,,,,,,,,,,3/13/2020 18:35,2020-03-13T18:35:00Z,03/13 14:35,,,2020-03-13T18:35:00Z,28,2,43,90,90,45,90,0,0,3d9a8df0d429663c83403abab61820da64327056,0,0,0,0,0,
+20200314,MT,5,103,,,,,,,,,,3/13/2020 19:00,2020-03-13T19:00:00Z,03/13 15:00,,,2020-03-13T19:00:00Z,30,4,48,108,108,52,108,0,0,85988b71f9f1b290ea3efe70614cc26cda77ae66,0,0,0,0,0,
+20200314,NC,23,137,,,,,,,,,,3/14/2020 12:00,2020-03-14T12:00:00Z,03/14 08:00,,,2020-03-14T12:00:00Z,37,8,51,160,160,59,160,0,0,fcbdd80bb3e467a8eb1e196df7606e6f1225ba40,0,0,0,0,0,
+20200314,ND,1,54,14,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,0,,2020-03-13T13:00:00Z,38,0,15,69,55,15,55,0,0,9cf31d2c6d2968b31b0349434569312f3c74fd2d,0,0,0,0,0,
+20200314,NE,14,80,33,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,31,1,0,127,94,1,94,0,0,d4f4711090647179ffeb00016ddff24dc8c544ba,0,0,0,0,0,
+20200314,NH,7,212,31,,,,,,,,,3/14/2020 09:00,2020-03-14T09:00:00Z,03/14 05:00,,,2020-03-14T09:00:00Z,33,1,118,250,219,119,219,0,0,6b57f8f6e0eb3d63dd2867e7f5e19f2bbbed106e,0,0,0,0,0,
+20200314,NJ,50,97,80,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,1,,2020-03-13T14:00:00Z,34,0,0,227,147,0,147,0,0,4e02d82ac690702e165084136c511e9a63598b1e,0,0,0,0,0,
+20200314,NM,10,237,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,35,0,47,247,247,47,247,0,0,b36a345fbe697c1de2246b0a39885a3007993911,0,0,0,0,0,
+20200314,NV,20,168,,,,,,,,,,3/14/2020 12:33,2020-03-14T12:33:00Z,03/14 08:33,,,2020-03-14T12:33:00Z,32,9,0,188,188,9,188,0,0,4bf183845fd8ca5a1f347a40d71260a2191714a4,0,0,0,0,0,
+20200314,NY,524,2779,,,,,,,,,,3/14/2020 12:30,2020-03-14T12:30:00Z,03/14 08:30,,,2020-03-14T12:30:00Z,36,103,0,3303,3303,103,3303,0,0,1d5e422510d3963348b411544331032f6fabdeb2,0,0,0,0,0,
+20200314,OH,13,50,159,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,39,0,0,222,63,0,63,0,0,4af43ef442419fe66e2cd740f4c115a2783f6011,0,0,0,0,0,
+20200314,OK,4,36,37,,,,,,,,,3/13/2020 22:30,2020-03-13T22:30:00Z,03/13 18:30,,,2020-03-13T22:30:00Z,40,1,0,77,40,1,40,0,0,19543cfa91495ee4ec2a8556ec0fb2392a3b745e,0,0,0,0,0,
+20200314,OR,30,337,157,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,,,2020-03-13T13:00:00Z,41,0,0,524,367,0,367,0,0,63e4b2b9a60110a1913cc3a7411237fb42795884,0,0,0,0,0,
+20200314,PA,47,205,150,,,,,,,,,3/14/2020 14:00,2020-03-14T14:00:00Z,03/14 10:00,,,2020-03-14T14:00:00Z,42,6,65,402,252,71,252,0,0,16aeeda70b79d2c9437180a9fc1a7a67fb767713,0,0,0,0,0,
+20200314,RI,20,198,57,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,44,6,56,275,218,62,218,0,0,cceb5cfc95a4f764cf0dda9de53fc0da9edb687f,0,0,0,0,0,
+20200314,SC,13,110,,,,,,,,,,3/13/2020 17:47,2020-03-13T17:47:00Z,03/13 13:47,,,2020-03-13T17:47:00Z,45,1,35,123,123,36,123,0,0,dc3a4e1f1800cad0ab268ed0a6f6a49cf72d8d4a,0,0,0,0,0,
+20200314,SD,9,182,3,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,46,0,109,194,191,109,191,0,0,83918e13c1eeb451279b2dc731a31df522fb0b0e,0,0,0,0,0,
+20200314,TN,32,130,,,,,,,,,,3/14/2020 15:00,2020-03-14T15:00:00Z,03/14 11:00,,,2020-03-14T15:00:00Z,47,6,14,162,162,20,162,0,0,0650281b42e743430cabbd4caed3feeae60d476b,0,0,0,0,0,
+20200314,TX,51,,,,,,,,,,,3/14/2020 13:00,2020-03-14T13:00:00Z,03/14 09:00,,,2020-03-14T13:00:00Z,48,12,0,51,51,12,51,0,0,026ffa5789e9ac38352b61ba046aab4387c08dda,0,0,0,0,0,
+20200314,UT,6,131,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,49,0,0,137,137,0,137,0,0,21b1a18cde4a8defcd07084a4018df902ea786ac,0,0,0,0,0,
+20200314,VA,30,117,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,,,2020-03-13T11:00:00Z,51,0,0,147,147,0,147,0,0,f552c8d7bc76a086819db773e159b610395c9eef,0,0,0,0,0,
+20200314,VT,8,332,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,,,2020-03-14T00:00:00Z,50,3,109,340,340,112,340,0,0,5f9aeb68b1977be6a85f53a2c0a7e40788fffb80,0,0,0,0,0,
+20200314,WA,2208,15724,,,,,,,,,,3/14/2020 00:00,2020-03-14T00:00:00Z,03/13 20:00,51,,2020-03-14T00:00:00Z,53,265,2069,17932,17932,2334,17932,4,0,d803a29f66c200c6626af0c336ee9d0e1ed4fd98,0,0,0,0,0,
+20200314,WI,19,169,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,55,0,0,188,188,0,188,0,0,6eb822269be4b6ebe7284ff7193ac68087b45297,0,0,0,0,0,
+20200314,WV,0,26,5,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,54,0,9,31,26,9,26,0,0,2e5bfcbd249d9dd672f1895bf60d0b9da10e6bb2,0,0,0,0,0,
+20200314,WY,2,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,56,1,0,2,2,1,2,0,0,e99b90ad6c55c18124238e18408a3d6bad3e5b5b,0,0,0,0,0,
+20200313,AK,1,59,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,0,,2020-03-13T00:00:00Z,02,1,13,60,60,14,60,0,0,993d897e09177af70049c771a7a246234c84a8ec,0,0,0,0,0,
+20200313,AL,1,11,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,01,1,1,12,12,2,12,0,0,b0925e77090355df6fc78f865412b56ce65ddf20,0,0,0,0,0,
+20200313,AR,9,30,22,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,05,3,6,61,39,9,39,0,0,2f834eb3336513ce47d24bceec955a3333d2610d,0,0,0,0,0,
+20200313,AZ,9,94,40,,,,,,,,,3/13/2020 12:01,2020-03-13T12:01:00Z,03/13 08:01,0,,2020-03-13T12:01:00Z,04,0,12,143,103,12,103,0,0,4f321fabf66135ad85898bbd5d77c9098c7435ba,0,0,0,0,0,
+20200313,CA,202,916,,,,,,,,,,3/12/2020 10:00,2020-03-12T10:00:00Z,03/12 06:00,4,,2020-03-12T10:00:00Z,06,0,0,1118,1118,0,1118,0,0,d184dfab88d3ad912ba51640b68ccc7f051eebe1,0,0,0,0,0,
+20200313,CO,72,524,,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,08,27,226,596,596,253,596,0,0,849afe97a291312a5c264a9f8760e80b67f0abae,0,0,0,0,0,
+20200313,CT,6,99,,,,,,,,,,3/12/2020 19:00,2020-03-12T19:00:00Z,03/12 15:00,,,2020-03-12T19:00:00Z,09,0,10,105,105,10,105,0,0,d8294cf3997a3cf432b785d1034c0ab3e9a6bfe5,0,0,0,0,0,
+20200313,DC,10,20,,,,,,,,,,3/11/2020 17:45,2020-03-11T17:45:00Z,03/11 13:45,,,2020-03-11T17:45:00Z,11,0,0,30,30,0,30,0,0,f0df3415ce691b8ec994665a3956aae0e2601280,0,0,0,0,0,
+20200313,DE,4,30,10,,,,,,,,,3/12/2020 16:00,2020-03-12T16:00:00Z,03/12 12:00,,,2020-03-12T16:00:00Z,10,0,7,44,34,7,34,0,0,4e1849f5b947cd1c99155e20425a082f43b64431,0,0,0,0,0,
+20200313,FL,50,478,221,,,,,,,,,3/13/2020 13:53,2020-03-13T13:53:00Z,03/13 09:53,2,,2020-03-13T13:53:00Z,12,18,177,749,528,195,528,0,0,e82e7727eab4233e20fdde81967122d216816074,0,0,0,0,0,
+20200313,GA,42,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,1,,2020-03-13T00:00:00Z,13,11,0,42,42,11,42,1,0,6a50bf7d2646e791d4291f3e3514900a97eb5d8d,0,0,0,0,0,
+20200313,HI,2,,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,15,0,0,2,2,0,2,0,0,4f71bb2e64f05eef831716efac9d1e4a91546f81,0,0,0,0,0,
+20200313,IA,16,83,29,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,19,2,16,128,99,18,99,0,0,86b35e42e8ad4276a441582f69c778dd213e9f5f,0,0,0,0,0,
+20200313,ID,0,131,,,,,,,,,,3/13/2020 08:00,2020-03-13T08:00:00Z,03/13 04:00,,,2020-03-13T08:00:00Z,16,0,38,131,131,38,131,0,0,e060b7da5ee711ac0354c50d7e728b7d40ef5b2d,0,0,0,0,0,
+20200313,IL,32,294,92,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,17,7,28,418,326,35,326,0,0,58b9cfd5a714697afc376007a5c57d5440b7a26f,0,0,0,0,0,
+20200313,IN,12,61,,,,,,,,,,3/12/2020 23:59,2020-03-12T23:59:00Z,03/12 19:59,,,2020-03-12T23:59:00Z,18,0,9,73,73,9,73,0,0,46900b1f20cf67bd5753e7a32cbced10f679e2f6,0,0,0,0,0,
+20200313,KS,6,93,,,,,,,,,,3/13/2020 11:00,2020-03-13T11:00:00Z,03/13 07:00,,,2020-03-13T11:00:00Z,20,2,52,99,99,54,99,0,0,82a800b9930c2bb635b5ae499c447f505f974e44,0,0,0,0,0,
+20200313,KY,11,107,,,,,,,,,,3/12/2020 20:30,2020-03-12T20:30:00Z,03/12 16:30,,,2020-03-12T20:30:00Z,21,3,51,118,118,54,118,0,0,72e77dd3d4fb0de16315d48218d3d60cf76ef016,0,0,0,0,0,
+20200313,LA,36,37,,,,,,,,,,3/13/2020 16:00,2020-03-13T16:00:00Z,03/13 12:00,,,2020-03-13T16:00:00Z,22,22,0,73,73,22,73,0,0,6faaa14430abaec36ec31eb19f712f2fac8ffa12,0,0,0,0,0,
+20200313,MA,23,,,,,,,,,,,3/13/2020 16:00,2020-03-13T16:00:00Z,03/13 12:00,,,2020-03-13T16:00:00Z,25,15,0,23,23,15,23,0,0,39aee9c6b9446dffd0dfad1429b5a439465b8000,0,0,0,0,0,
+20200313,MD,17,94,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,24,5,0,111,111,5,111,0,0,93ece45b93b8b725a22b661d84e278f028d66a50,0,0,0,0,0,
+20200313,ME,3,91,17,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,,,2020-03-13T14:00:00Z,23,2,26,111,94,28,94,0,0,8b609253657802f51ebd950a27524d967988a3a6,0,0,0,0,0,
+20200313,MI,945,133,26,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,26,243,42,1104,1078,285,1078,0,0,16c6a168bc02eb00ff7be38dad25c47660e0a52a,0,0,0,0,0,
+20200313,MN,14,541,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,27,5,234,555,555,239,555,0,0,6ada147bc9ecaf20936d5fa26ff91afb01b47456,0,0,0,0,0,
+20200313,MO,2,71,,,,,,,,,,3/12/2020 17:45,2020-03-12T17:45:00Z,03/12 13:45,,,2020-03-12T17:45:00Z,29,1,7,73,73,8,73,0,0,68a473831d0700f6d0064ee412490cb364aa51cc,0,0,0,0,0,
+20200313,MS,4,41,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,28,3,0,45,45,3,45,0,0,80de72975e5fdb4c72e56b8696a7d3f10295bd9b,0,0,0,0,0,
+20200313,MT,1,55,,,,,,,,,,3/12/2020 19:00,2020-03-12T19:00:00Z,03/12 15:00,,,2020-03-12T19:00:00Z,30,0,21,56,56,21,56,0,0,0eb76373780b95cb6b8ee1ce1117c7eb8841363b,0,0,0,0,0,
+20200313,NC,15,86,,,,,,,,,,3/13/2020 08:45,2020-03-13T08:45:00Z,03/13 04:45,,,2020-03-13T08:45:00Z,37,3,26,101,101,29,101,0,0,f971f74dbc25dd0f5093fd9a244a6231a1aca6bb,0,0,0,0,0,
+20200313,ND,1,39,12,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,0,,2020-03-13T13:00:00Z,38,0,27,52,40,27,40,0,0,5e5aa8299701cb84677d96305ef9c39303ceb3e6,0,0,0,0,0,
+20200313,NE,13,80,33,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,31,3,0,126,93,3,93,0,0,0fade2981ab2d122df30eb35cd7a19e03512836f,0,0,0,0,0,
+20200313,NH,6,94,21,,,,,,,,,3/12/2020 09:00,2020-03-12T09:00:00Z,03/12 05:00,,,2020-03-12T09:00:00Z,33,0,0,121,100,0,100,0,0,0d67e715965efb3734216fadb46708a5ade1039e,0,0,0,0,0,
+20200313,NJ,50,97,80,,,,,,,,,3/13/2020 14:00,2020-03-13T14:00:00Z,03/13 10:00,1,,2020-03-13T14:00:00Z,34,20,23,227,147,43,147,0,0,d9a56f6c62f012193d4dd3dd1fa8bbd2766136c9,0,0,0,0,0,
+20200313,NM,10,190,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,35,5,35,200,200,40,200,0,0,b2d0d8ca96d0b0f1551b9977fff2840da8678072,0,0,0,0,0,
+20200313,NV,11,168,,,,,,,,,,3/12/2020 21:27,2020-03-12T21:27:00Z,03/12 17:27,,,2020-03-12T21:27:00Z,32,4,0,179,179,4,179,0,0,646a4177a49672eb151532d324c5704eba73c9fb,0,0,0,0,0,
+20200313,NY,421,2779,,,,,,,,,,3/12/2020 16:00,2020-03-12T16:00:00Z,03/12 12:00,,,2020-03-12T16:00:00Z,36,205,2687,3200,3200,2892,3200,0,0,eef6aaa754c43bcd96cd03f2ebdc9cddb5c087e0,0,0,0,0,0,
+20200313,OH,13,50,159,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,39,8,20,222,63,28,63,0,0,b4b218db2ec849203224c4ce3ff500fc8b04014e,0,0,0,0,0,
+20200313,OK,3,36,37,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,40,0,0,76,39,0,39,0,0,c86fa99e2520300bc4723f7bad9fdfdfa7f8a3c0,0,0,0,0,0,
+20200313,OR,30,337,157,,,,,,,,,3/13/2020 13:00,2020-03-13T13:00:00Z,03/13 09:00,,,2020-03-13T13:00:00Z,41,11,51,524,367,62,367,0,0,da8ec34b4c5e21cc263f631212a10505cc6d08ad,0,0,0,0,0,
+20200313,PA,41,140,130,,,,,,,,,3/13/2020 15:30,2020-03-13T15:30:00Z,03/13 11:30,,,2020-03-13T15:30:00Z,42,19,24,311,181,43,181,0,0,5e58a3cd424bca2f7f92737425d6c95fa8ad1971,0,0,0,0,0,
+20200313,RI,14,142,29,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,44,9,48,185,156,57,156,0,0,41790ac14afdace598bc9b6e2cf594b6e79574d5,0,0,0,0,0,
+20200313,SC,12,75,,,,,,,,,,3/12/2020 16:05,2020-03-12T16:05:00Z,03/12 12:05,,,2020-03-12T16:05:00Z,45,2,27,87,87,29,87,0,0,41de27b15eb9227cd5622b2bd0ee01077bccb0eb,0,0,0,0,0,
+20200313,SD,9,73,11,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,46,1,46,93,82,47,82,0,0,0ebec606579451d710e12638994bac0044b1f6d3,0,0,0,0,0,
+20200313,TN,26,116,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,47,8,37,142,142,45,142,0,0,1097e25a65e6e72aa0fc1b65fb79d6b0482898dc,0,0,0,0,0,
+20200313,TX,39,,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,48,16,0,39,39,16,39,0,0,0381ffb75fc27433a54d3acc60a2255811431b31,0,0,0,0,0,
+20200313,UT,6,131,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,49,2,0,137,137,2,137,0,0,4c5c2ea16d8f684dbb9e46cb5b853b7eb31437e5,0,0,0,0,0,
+20200313,VA,30,117,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,51,13,0,147,147,13,147,0,0,3d61e3409161236e2a2ed29e97080bcb9996af67,0,0,0,0,0,
+20200313,VT,5,223,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,50,3,87,228,228,90,228,0,0,2eef68e41e41a1b6fbb888be412e8a85d94fc6a4,0,0,0,0,0,
+20200313,WA,1943,13655,,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,47,,2020-03-13T00:00:00Z,53,297,3937,15598,15598,4234,15598,3,0,b1c62bd0f29b3dfcde5ae97f2b1ba2bd3a0f34d4,0,0,0,0,0,
+20200313,WI,19,169,,,,,,,,,,3/13/2020 15:00,2020-03-13T15:00:00Z,03/13 11:00,,,2020-03-13T15:00:00Z,55,11,85,188,188,96,188,0,0,cfad3881fc349b26404af6582454e9dcd4a3c2fb,0,0,0,0,0,
+20200313,WV,0,17,4,,,,,,,,,3/13/2020 00:00,2020-03-13T00:00:00Z,03/12 20:00,,,2020-03-13T00:00:00Z,54,0,10,21,17,10,17,0,0,ec67e74c688b675649d8e6e896f2fa2f35297ac3,0,0,0,0,0,
+20200313,WY,1,,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,56,0,0,1,1,0,1,0,0,4cb279c77179b843457a10451199f09b5b203c5f,0,0,0,0,0,
+20200312,AK,0,46,14,,,,,,,,,3/11/2020 16:30,2020-03-11T16:30:00Z,03/11 12:30,0,,2020-03-11T16:30:00Z,02,0,0,60,46,0,46,0,0,cff71312f9766f34a83bf973b9e2e2ad104086fa,0,0,0,0,0,
+20200312,AL,0,10,,,,,,,,,,3/9/2020 00:00,2020-03-09T00:00:00Z,03/08 20:00,,,2020-03-09T00:00:00Z,01,0,0,10,10,0,10,0,0,58adee242b2b159a2a54e350af31763a976c8b97,0,0,0,0,0,
+20200312,AR,6,24,20,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,05,6,12,50,30,18,30,0,0,9063852f87723409b5832cd65bede71f950b8a6f,0,0,0,0,0,
+20200312,AZ,9,82,24,,,,,,,,,3/12/2020 12:00,2020-03-12T12:00:00Z,03/12 08:00,,,2020-03-12T12:00:00Z,04,0,23,115,91,23,91,0,0,854d5eea04fd41f207775a977486ecd663fbbaa1,0,0,0,0,0,
+20200312,CA,202,916,,,,,,,,,,3/12/2020 10:00,2020-03-12T10:00:00Z,03/12 06:00,4,,2020-03-12T10:00:00Z,06,45,0,1118,1118,45,1118,4,0,3f7e200f6e6a60bb47481dca5530a8da016b34bb,0,0,0,0,0,
+20200312,CO,45,298,,,,,,,,,,3/12/2020 17:00,2020-03-12T17:00:00Z,03/12 13:00,,,2020-03-12T17:00:00Z,08,17,47,343,343,64,343,0,0,b77ba9e9e5dd5650220523ef50d4fd3449a35dfc,0,0,0,0,0,
+20200312,CT,6,89,,,,,,,,,,3/12/2020 15:00,2020-03-12T15:00:00Z,03/12 11:00,,,2020-03-12T15:00:00Z,09,3,18,95,95,21,95,0,0,7f4dcc001627e1e0036a8355fb9e4df432a99d81,0,0,0,0,0,
+20200312,DC,10,20,,,,,,,,,,3/11/2020 17:45,2020-03-11T17:45:00Z,03/11 13:45,,,2020-03-11T17:45:00Z,11,5,0,30,30,5,30,0,0,8218355b9e0a72686b99c87a0d11ed98315a71ce,0,0,0,0,0,
+20200312,DE,4,23,14,,,,,,,,,3/12/2020 11:30,2020-03-12T11:30:00Z,03/12 07:30,,,2020-03-12T11:30:00Z,10,3,6,41,27,9,27,0,0,4ba70230138406162929bfeb38f552b3ebe02910,0,0,0,0,0,
+20200312,FL,32,301,147,,,,,,,,,3/12/2020 09:07,2020-03-12T09:07:00Z,03/12 05:07,2,,2020-03-12T09:07:00Z,12,4,0,480,333,4,333,0,0,75e430abfda009b25948c8c57676ffa97c7d05e2,0,0,0,0,0,
+20200312,GA,31,,,,,,,,,,,3/11/2020 20:00,2020-03-11T20:00:00Z,03/11 16:00,,,2020-03-11T20:00:00Z,13,9,0,31,31,9,31,0,0,8d509774c81567f7709d7172a47a5c743d4b3576,0,0,0,0,0,
+20200312,HI,2,,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,15,0,0,2,2,0,2,0,0,a997f55aa1e2a5bf8e0619951259fd5b40084334,0,0,0,0,0,
+20200312,IA,14,67,24,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,19,1,21,105,81,22,81,0,0,c16a155cc4c46455ffc8e53cd80944fe7371aaa9,0,0,0,0,0,
+20200312,ID,0,93,,,,,,,,,,3/12/2020 09:45,2020-03-12T09:45:00Z,03/12 05:45,,,2020-03-12T09:45:00Z,16,0,26,93,93,26,93,0,0,62fe5777b51a9e1ab298aea4842e601f8bffdcab,0,0,0,0,0,
+20200312,IL,25,266,76,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,17,6,22,367,291,28,291,0,0,9dc1d70a83233e3e3b57a9f5b41a7229450db381,0,0,0,0,0,
+20200312,IN,12,52,,,,,,,,,,3/11/2020 11:59,2020-03-11T11:59:00Z,03/11 07:59,,,2020-03-11T11:59:00Z,18,2,19,64,64,21,64,0,0,5e0c1c1802c65cd3988055d41903020e61679ee2,0,0,0,0,0,
+20200312,KS,4,41,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,20,3,0,45,45,3,45,0,0,76d2fbf1dae06795cfd08fb3e758aed9e368a32c,0,0,0,0,0,
+20200312,KY,8,56,,,,,,,,,,3/11/2020 17:10,2020-03-11T17:10:00Z,03/11 13:10,,,2020-03-11T17:10:00Z,21,0,10,64,64,10,64,0,0,69a605f69ea2b05b8e9bf8b9574c93ad914b5951,0,0,0,0,0,
+20200312,LA,14,37,,,,,,,,,,3/12/2020 10:30,2020-03-12T10:30:00Z,03/12 06:30,,,2020-03-12T10:30:00Z,22,8,0,51,51,8,51,0,0,ae34c7323ca78467a84dd59a4c46cde5b7cd3ac1,0,0,0,0,0,
+20200312,MA,8,,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,25,0,0,8,8,0,8,0,0,0c0e68c55a0607391047939fcd3e3446b20aec1e,0,0,0,0,0,
+20200312,MD,12,94,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,24,3,0,106,106,3,106,0,0,7032fb7baafdf7d875eb0c77c0638a56ec5b9eb7,0,0,0,0,0,
+20200312,ME,1,65,20,,,,,,,,,3/12/2020 13:00,2020-03-12T13:00:00Z,03/12 09:00,,,2020-03-12T13:00:00Z,23,1,23,86,66,24,66,0,0,17e4bf8041aaf06961156c7ffc4fe0f98933a29c,0,0,0,0,0,
+20200312,MI,702,91,27,,,,,,,,,3/11/2020 19:00,2020-03-11T19:00:00Z,03/11 15:00,,,2020-03-11T19:00:00Z,26,205,34,820,793,239,793,0,0,72b18322c01054a8d5ae4e3eab5a32254f8efe7d,0,0,0,0,0,
+20200312,MN,9,307,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,27,4,90,316,316,94,316,0,0,bea5a24bc2210baeeedcb3e5c5c9caef9270255d,0,0,0,0,0,
+20200312,MO,1,64,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,29,0,64,65,65,64,65,0,0,66885a5a31b1c83e41bfc9d01c7a6be5ba17bb9a,0,0,0,0,0,
+20200312,MS,1,41,,,,,,,,,,3/11/2020 13:20,2020-03-11T13:20:00Z,03/11 09:20,,,2020-03-11T13:20:00Z,28,1,21,42,42,22,42,0,0,d716dbe7d2e30d61f08acff5b45b9b9d369a4e88,0,0,0,0,0,
+20200312,MT,1,34,,,,,,,,,,3/11/2020 19:00,2020-03-11T19:00:00Z,03/11 15:00,,,2020-03-11T19:00:00Z,30,1,13,35,35,14,35,0,0,cff04fc769913729ab812b52cda0f1c112cd4528,0,0,0,0,0,
+20200312,NC,12,60,,,,,,,,,,3/12/2020 08:00,2020-03-12T08:00:00Z,03/12 04:00,,,2020-03-12T08:00:00Z,37,5,60,72,72,65,72,0,0,910a5eb750e974122e016484e7a2a068986f6f0e,0,0,0,0,0,
+20200312,ND,1,12,14,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,38,1,5,27,13,6,13,0,0,b488baf1f67de2070996ad850ee67bf35ea69c7c,0,0,0,0,0,
+20200312,NE,10,80,33,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,31,5,33,123,90,38,90,0,0,8e50fdc850ce1d49d6ff5b421abdda5ab60de975,0,0,0,0,0,
+20200312,NH,6,94,21,,,,,,,,,3/12/2020 09:00,2020-03-12T09:00:00Z,03/12 05:00,,,2020-03-12T09:00:00Z,33,2,56,121,100,58,100,0,0,8c7fc5ddb2f4920697ea4fce3e8678a5588bda61,0,0,0,0,0,
+20200312,NJ,30,74,20,,,,,,,,,3/11/2020 12:00,2020-03-11T12:00:00Z,03/11 08:00,1,,2020-03-11T12:00:00Z,34,6,17,124,104,23,104,0,0,c40699625465955aed37cec7fe6708ba80306cf0,0,0,0,0,0,
+20200312,NM,5,155,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,35,2,68,160,160,70,160,0,0,5fa6ce82da606d57d4c878faf71cf0d95d6b7859,0,0,0,0,0,
+20200312,NV,7,168,,,,,,,,,,3/10/2020 16:00,2020-03-10T16:00:00Z,03/10 12:00,,,2020-03-10T16:00:00Z,32,2,0,175,175,2,175,0,0,f47ac3120153fe13463dff9973f6faf6b281c9d9,0,0,0,0,0,
+20200312,NY,216,92,,,,,,,,,,3/11/2020 16:00,2020-03-11T16:00:00Z,03/11 12:00,,,2020-03-11T16:00:00Z,36,0,0,308,308,0,308,0,0,9470d1636b7a4a2fdfc0fa2665356f0f5d5135b2,0,0,0,0,0,
+20200312,OH,5,30,52,,,,,,,,,3/12/2020 14:00,2020-03-12T14:00:00Z,03/12 10:00,,,2020-03-12T14:00:00Z,39,1,9,87,35,10,35,0,0,7c4fc96f3edec09b2ab2c8a194d2ae04297f512a,0,0,0,0,0,
+20200312,OK,3,36,4,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,40,1,21,43,39,22,39,0,0,756e39dac9fb2584b1c2d679fad4502de907b2c1,0,0,0,0,0,
+20200312,OR,19,286,62,,,,,,,,,3/11/2020 13:00,2020-03-11T13:00:00Z,03/11 09:00,,,2020-03-11T13:00:00Z,41,0,0,367,305,0,305,0,0,b6cf72055b60af18bee573fc8d35e05aa8a7dab1,0,0,0,0,0,
+20200312,PA,22,116,81,,,,,,,,,3/12/2020 13:45,2020-03-12T13:45:00Z,03/12 09:45,,,2020-03-12T13:45:00Z,42,6,28,219,138,34,138,0,0,0993a5521b1a974417ae293318e34cd64abc6836,0,0,0,0,0,
+20200312,RI,5,94,8,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,44,0,0,107,99,0,99,0,0,5a452017772c08f4f63bbe618a72dbb3a72ea6ba,0,0,0,0,0,
+20200312,SC,10,48,,,,,,,,,,3/11/2020 17:12,2020-03-11T17:12:00Z,03/11 13:12,,,2020-03-11T17:12:00Z,45,1,16,58,58,17,58,0,0,8cbe33eb5ba8329b82701ba378eaa4f835ed2e16,0,0,0,0,0,
+20200312,SD,8,27,11,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,46,3,14,46,35,17,35,0,0,af055a54400150dbd752450cfb6eed549d04a3a6,0,0,0,0,0,
+20200312,TN,18,79,,,,,,,,,,3/12/2020 15:00,2020-03-12T15:00:00Z,03/12 11:00,,,2020-03-12T15:00:00Z,47,11,29,97,97,40,97,0,0,27ba11833e0ccf9fbd36153af89b405d82d715dc,0,0,0,0,0,
+20200312,TX,23,,,,,,,,,,,3/12/2020 11:00,2020-03-12T11:00:00Z,03/12 07:00,,,2020-03-12T11:00:00Z,48,2,0,23,23,2,23,0,0,74b60dd03f4f869d67c79572763e0cba368602a4,0,0,0,0,0,
+20200312,UT,4,131,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,49,2,131,135,135,133,135,0,0,d0db51228874e8b52b7a6013a48d35d9caacfadc,0,0,0,0,0,
+20200312,VA,17,117,,,,,,,,,,3/12/2020 12:00,2020-03-12T12:00:00Z,03/12 08:00,,,2020-03-12T12:00:00Z,51,8,57,134,134,65,134,0,0,e2dd9ce31434ff01fe66efd8f714f1e79d0051b0,0,0,0,0,0,
+20200312,VT,2,136,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,50,0,45,138,138,45,138,0,0,de399635496a09ced5c1a11758734e7388d636f8,0,0,0,0,0,
+20200312,WA,1646,9718,,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,44,,2020-03-12T00:00:00Z,53,256,3508,11364,11364,3764,11364,4,0,d03121d324ae0a86fbff1d9bb8dbd790efe74db7,0,0,0,0,0,
+20200312,WI,8,84,,,,,,,,,,3/12/2020 15:30,2020-03-12T15:30:00Z,03/12 11:30,,,2020-03-12T15:30:00Z,55,5,41,92,92,46,92,0,0,2970aa545a4757530912c9d27e4a7e96058a2a6f,0,0,0,0,0,
+20200312,WV,0,7,1,,,,,,,,,3/12/2020 00:00,2020-03-12T00:00:00Z,03/11 20:00,,,2020-03-12T00:00:00Z,54,0,4,8,7,4,7,0,0,2731e8af6aead2eba97f2a410587029e167e6279,0,0,0,0,0,
+20200312,WY,1,,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,56,1,0,1,1,1,1,0,0,a3f85735fcfa977e97a37333bf2b60324247d715,0,0,0,0,0,
+20200311,AK,0,46,14,,,,,,,,,,,,0,,,02,0,23,60,46,23,46,0,0,393558c75d0946a1a8b9ed4d8e7210d734f19442,0,0,0,0,0,
+20200311,AL,0,10,,,,,,,,,,,,,,,,01,0,10,10,10,10,10,0,0,2f688bab9003fcf1ac89e326906d84e265d2a092,0,0,0,0,0,
+20200311,AR,0,12,14,,,,,,,,,,,,,,,05,0,0,26,12,0,12,0,0,edbe5ca046ae1c4ed37474050b549797d238d6a4,0,0,0,0,0,
+20200311,AZ,9,59,32,,,,,,,,,,,,,,,04,3,8,100,68,11,68,0,0,d18208f8c40637ce84da7646e2f870268fbd954b,0,0,0,0,0,
+20200311,CA,157,916,,,,,,,,,,,,,,,,06,24,226,1073,1073,250,1073,0,0,dafcddf259f04115cd8f709db23b63f7dc490f05,0,0,0,0,0,
+20200311,CO,28,251,,,,,,,,,,,,,,,,08,16,109,279,279,125,279,0,0,8fe48a0accc85aeb3a44642beaa83a6c9c9898af,0,0,0,0,0,
+20200311,CT,3,71,,,,,,,,,,,,,,,,09,1,17,74,74,18,74,0,0,bd718c022b6635ec3155a8857a80ab37f1cdc00c,0,0,0,0,0,
+20200311,DC,5,20,15,,,,,,,,,,,,,,,11,0,3,40,25,3,25,0,0,c184a5f778c8b39ad6eff2aaef73d6916cccdfb3,0,0,0,0,0,
+20200311,DE,1,17,2,,,,,,,,,,,,,,,10,1,0,20,18,1,18,0,0,ad685922dbccd65b5d655f16bcc459bb7def064f,0,0,0,0,0,
+20200311,FL,28,301,147,,,,,,,,,,,,2,,,12,9,79,476,329,88,329,2,0,86ff87f3bb5210b8c32f7b46fa0eb979a6d09f1c,0,0,0,0,0,
+20200311,GA,22,,,,,,,,,,,,,,,,,13,5,0,22,22,5,22,0,0,9b1ffb5eada7e61aec99b10209a2fbf81caa9e1f,0,0,0,0,0,
+20200311,HI,2,,,,,,,,,,,,,,,,,15,0,0,2,2,0,2,0,0,a66c2806ab6035241e9e3b7118aada6acfb0303e,0,0,0,0,0,
+20200311,IA,13,46,27,,,,,,,,,,,,,,,19,5,14,86,59,19,59,0,0,768a892d1437d513fb2caaf7dcbaa9bd6327c3eb,0,0,0,0,0,
+20200311,ID,0,67,,,,,,,,,,,,,,,,16,0,26,67,67,26,67,0,0,cd0c2b1f924e4a41f289ca4c4c65a8266ce71d74,0,0,0,0,0,
+20200311,IL,19,244,63,,,,,,,,,,,,,,,17,0,0,326,263,0,263,0,0,d3a295efa41ece7937a66852a694d8568fa8ed42,0,0,0,0,0,
+20200311,IN,10,33,,,,,,,,,,,,,,,,18,4,3,43,43,7,43,0,0,67c19e626fec047c5414609c23105469fe9d6b5f,0,0,0,0,0,
+20200311,KS,1,41,,,,,,,,,,,,,,,,20,0,24,42,42,24,42,0,0,d382219fa0b3e461dcfbe8803148a27d7fdb294b,0,0,0,0,0,
+20200311,KY,8,46,,,,,,,,,,,,,,,,21,2,18,54,54,20,54,0,0,f868de09249601ce705140de061374a190c151e6,0,0,0,0,0,
+20200311,LA,6,37,,,,,,,,,,,,,,,,22,5,26,43,43,31,43,0,0,4279303126e6d7bfb061e75ed438c7f7e2b52469,0,0,0,0,0,
+20200311,MD,9,94,,,,,,,,,,,,,,,,24,3,5,103,103,8,103,0,0,bb08cbd6dc5ec5a1b5c9f2ac6138a6d5e111b515,0,0,0,0,0,
+20200311,ME,0,42,5,,,,,,,,,,,,,,,23,0,22,47,42,22,42,0,0,6a123249c5b9b3706f8834a7d9f9e4c6360f9d91,0,0,0,0,0,
+20200311,MI,497,57,18,,,,,,,,,,,,,,,26,139,18,572,554,157,554,0,0,b51d824641489f5af2e5f9eaea54fdcdced407e7,0,0,0,0,0,
+20200311,MN,5,217,,,,,,,,,,,,,,,,27,2,85,222,222,87,222,0,0,93f9d3c978e1f9957aae8c8ddfc6a610f4ffb35c,0,0,0,0,0,
+20200311,MO,1,,,,,,,,,,,,,,,,,29,0,0,1,1,0,1,0,0,df576a6e28631ace344e2506b52fe4193459391c,0,0,0,0,0,
+20200311,MS,0,20,,,,,,,,,,,,,,,,28,0,20,20,20,20,20,0,0,1918ba8265623690f7fe4a41dcfedf935c434538,0,0,0,0,0,
+20200311,MT,0,21,,,,,,,,,,,,,,,,30,0,6,21,21,6,21,0,0,9167bba872a02a9f97fb4367d70b8e60326fa0c9,0,0,0,0,0,
+20200311,NC,7,,,,,,,,,,,,,,,,,37,0,0,7,7,0,7,0,0,b4758eb78aab69f9c137abda0e0f04cc95616d29,0,0,0,0,0,
+20200311,ND,0,7,6,,,,,,,,,,,,,,,38,0,1,13,7,1,7,0,0,c70d2bb5b762d7a5f1102a6b44607581d8e1f907,0,0,0,0,0,
+20200311,NE,5,47,16,,,,,,,,,,,,,,,31,2,0,68,52,2,52,0,0,e924883c0783e4084401b3c3eb729a3af506fed8,0,0,0,0,0,
+20200311,NH,4,38,5,,,,,,,,,,,,,,,33,0,0,47,42,0,42,0,0,0fd29c9e2e09cf72079e5a1c3134978f8f90215e,0,0,0,0,0,
+20200311,NJ,24,57,20,,,,,,,,,,,,1,,,34,9,13,101,81,22,81,1,0,e97719cd761362b49da6869f90788e577f13276a,0,0,0,0,0,
+20200311,NM,3,87,,,,,,,,,,,,,,,,35,3,18,90,90,21,90,0,0,242fdb2e0ab731f784e15835eb54c98696b15424,0,0,0,0,0,
+20200311,NV,5,168,,,,,,,,,,,,,,,,32,4,154,173,173,158,173,0,0,3f72c4191f03af97338b3dcd7c5c11d8b5d27b81,0,0,0,0,0,
+20200311,NY,216,92,,,,,,,,,,,,,,,,36,43,0,308,308,43,308,0,0,7245ac56fa2d07d0098f9e27faa6a41e0d69c1c7,0,0,0,0,0,
+20200311,OH,4,21,24,,,,,,,,,,,,,,,39,1,7,49,25,8,25,0,0,bedefd1e2e695b1305e3319231d86809333d96db,0,0,0,0,0,
+20200311,OK,2,15,11,,,,,,,,,,,,,,,40,0,0,28,17,0,17,0,0,819ea35db3d24e829fbc7d3cf8fc5d0c8d0e086f,0,0,0,0,0,
+20200311,OR,19,286,62,,,,,,,,,,,,,,,41,4,73,367,305,77,305,0,0,c34b87389a109431fb13854eee55f5d37781d7f4,0,0,0,0,0,
+20200311,PA,16,88,54,,,,,,,,,,,,,,,42,4,88,158,104,92,104,0,0,e12f9b2bbe2086ec828c33e6dee76f15b3e30188,0,0,0,0,0,
+20200311,RI,5,94,24,,,,,,,,,,,,,,,44,2,36,123,99,38,99,0,0,cc8f25a119ae2fd9ccfe7cfe8e307d02afd0520b,0,0,0,0,0,
+20200311,SC,9,32,,,,,,,,,,,,,,,,45,2,8,41,41,10,41,0,0,d06cd323b4c1184c70cb95495d151a8bfa2bbf0b,0,0,0,0,0,
+20200311,SD,5,13,2,,,,,,,,,,,,,,,46,5,2,20,18,7,18,0,0,a3d21dffa59ec2ccd97e9a5d366032a7f5cccfd1,0,0,0,0,0,
+20200311,TN,7,50,,,,,,,,,,,,,,,,47,0,50,57,57,50,57,0,0,87dc594756c62a5c4ab90f8b3974670f96796f1e,0,0,0,0,0,
+20200311,TX,21,,,,,,,,,,,,,,,,,48,8,0,21,21,8,21,0,0,88fe83420f2690ea7a6d249405d392c4b096ccbd,0,0,0,0,0,
+20200311,UT,2,,,,,,,,,,,,,,,,,49,0,0,2,2,0,2,0,0,90d9f0f9958d35ff08bc42b29bc749b0e23d4b4d,0,0,0,0,0,
+20200311,VA,9,60,,,,,,,,,,,,,,,,51,1,7,69,69,8,69,0,0,6554d9df9925c22bf6a1657fd8078311249299f8,0,0,0,0,0,
+20200311,VT,2,91,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,,,2020-03-11T00:00:00Z,50,1,31,93,93,32,93,0,0,c0f25bce06a979b6ea60e2c1cba97a457c8f4a88,0,0,0,0,0,
+20200311,WA,1390,6210,,,,,,,,,,3/11/2020 00:00,2020-03-11T00:00:00Z,03/10 20:00,40,,2020-03-11T00:00:00Z,53,212,2054,7600,7600,2266,7600,3,0,6fb93e0e7dd2b891a04855d7ae1c248145661945,0,0,0,0,0,
+20200311,WI,3,43,,,,,,,,,,,,,,,,55,1,7,46,46,8,46,0,0,5a271ca515f50df02ece9eb7531f14c629389a9b,0,0,0,0,0,
+20200311,WV,0,3,2,,,,,,,,,,,,,,,54,0,1,5,3,1,3,0,0,0201c8cc243feef0a0acd239164710c7ff6b359c,0,0,0,0,0,
+20200311,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,54aba5c041fdfc8189c28da84cb32ae4243d7933,0,0,0,0,0,
+20200310,AK,0,23,9,,,,,,,,,,,,0,,,02,0,0,32,23,0,23,0,0,198811ee33d1c0a82e579124f8bb9917316a6fb6,0,0,0,0,0,
+20200310,AL,0,0,0,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,2f65f58cc14ec98f0723c07514f39e951f0dd8dc,0,0,0,0,0,
+20200310,AR,0,12,3,,,,,,,,,,,,,,,05,0,0,15,12,0,12,0,0,8c849674d29992b10cd625d5b7a8bd31dfb7f533,0,0,0,0,0,
+20200310,AZ,6,51,27,,,,,,,,,,,,,,,04,1,7,84,57,8,57,0,0,2006c10c35a02bdaa11154e879f859317eba614b,0,0,0,0,0,
+20200310,CA,133,690,,,,,,,,,,,,,,,,06,19,0,823,823,19,823,0,0,b5c19214f8d1af69eb661cc78c0ba915361c044b,0,0,0,0,0,
+20200310,CO,12,142,1,,,,,,,,,,,,,,,08,3,9,155,154,12,154,0,0,55799db21725e9f0894ea97cd42ef8546d0fc565,0,0,0,0,0,
+20200310,CT,2,54,,,,,,,,,,,,,,,,09,1,8,56,56,9,56,0,0,496ec3aab48a1c1823837bcd0c972c89dfd244fd,0,0,0,0,0,
+20200310,DC,5,17,2,,,,,,,,,,,,,,,11,4,3,24,22,7,22,0,0,8247b1ec486449e88caaa24d829f8b4a7a57aaca,0,0,0,0,0,
+20200310,DE,0,17,3,,,,,,,,,,,,,,,10,0,2,20,17,2,17,0,0,e349689360586863caae24b353ba46a407827407,0,0,0,0,0,
+20200310,FL,19,222,155,,,,,,,,,,,,,,,12,1,82,396,241,83,241,0,0,483e77fdc6ff5cf584ba35298e36545bd6b52b8b,0,0,0,0,0,
+20200310,GA,17,,,,,,,,,,,,,,,,,13,5,0,17,17,5,17,0,0,0b729c66143161fba753a786fe4b39452a848fdc,0,0,0,0,0,
+20200310,HI,2,,,,,,,,,,,,,,,,,15,0,0,2,2,0,2,0,0,7a4e1e8e7c8d344d967d0c8c7c0fb952a032e426,0,0,0,0,0,
+20200310,IA,8,32,11,,,,,,,,,,,,,,,19,5,6,51,40,11,40,0,0,e8e15d63384bd30001f259b767a03b1c8ee3154a,0,0,0,0,0,
+20200310,ID,0,41,,,,,,,,,,,,,,,,16,0,0,41,41,0,41,0,0,af4c0f189c59f8664865b8995b63a625680e9288,0,0,0,0,0,
+20200310,IL,19,244,63,,,,,,,,,,,,,,,17,12,53,326,263,65,263,0,0,7ed08bdac3c4ee9155d8aaf6a46694e682501743,0,0,0,0,0,
+20200310,IN,6,30,,,,,,,,,,,,,,,,18,4,30,36,36,34,36,0,0,8e1c0ff7aa5f268f288de16414af9d0cf147f59e,0,0,0,0,0,
+20200310,KS,1,17,21,,,,,,,,,,,,,,,20,0,6,39,18,6,18,0,0,aef73508792b59afee415cd5e589824df1c9a2ad,0,0,0,0,0,
+20200310,KY,6,28,,,,,,,,,,,,,,,,21,2,11,34,34,13,34,0,0,b03cd6b44a25a829635e51f576e8fbb1f6217035,0,0,0,0,0,
+20200310,LA,1,11,,,,,,,,,,,,,,,,22,0,6,12,12,6,12,0,0,4a817a814d8499dda34a78d3bca18b6dc7219591,0,0,0,0,0,
+20200310,MD,6,89,,,,,,,,,,,,,,,,24,1,16,95,95,17,95,0,0,be55cf150d9465047a7bcfba3202a1029b9728ea,0,0,0,0,0,
+20200310,ME,0,20,5,,,,,,,,,,,,,,,23,0,19,25,20,19,20,0,0,6977e35c1709341e8ee4b4c805db7b0c1ed8ace4,0,0,0,0,0,
+20200310,MI,358,39,24,,,,,,,,,,,,,,,26,104,3,421,397,107,397,0,0,1a10b8bb3bb75fa361f384402dc5e198c42ddc8b,0,0,0,0,0,
+20200310,MN,3,132,,,,,,,,,,,,,,,,27,1,52,135,135,53,135,0,0,fab4d40d72a317b347f5bd339ac2d97b0ad9fe9e,0,0,0,0,0,
+20200310,MO,1,,,,,,,,,,,,,,,,,29,0,0,1,1,0,1,0,0,a8f8c646bdd48706ddb5fb0f5fcf180ef1970ef2,0,0,0,0,0,
+20200310,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,cfeaeaea17f9a4b891203b20c686dcae646d884a,0,0,0,0,0,
+20200310,MT,0,15,,,,,,,,,,,,,,,,30,0,4,15,15,4,15,0,0,dcb35660f2d7d02a55515142c3126b80ae7e4bb0,0,0,0,0,0,
+20200310,NC,7,,,,,,,,,,,,,,,,,37,5,0,7,7,5,7,0,0,8506e4c918c9361f23a5a7e3c5308a9d73b3b722,0,0,0,0,0,
+20200310,ND,0,6,2,,,,,,,,,,,,,,,38,0,6,8,6,6,6,0,0,4506f4cf871de59d6de80b85f8e3703c2c92deec,0,0,0,0,0,
+20200310,NE,3,47,16,,,,,,,,,,,,,,,31,0,11,66,50,11,50,0,0,52219dfec5a2997d228c111f6d9e857a0666a763,0,0,0,0,0,
+20200310,NH,4,38,5,,,,,,,,,,,,,,,33,0,0,47,42,0,42,0,0,f2cd082eef2d3e0c928c884120e2fec9ec358ed5,0,0,0,0,0,
+20200310,NJ,15,44,20,,,,,,,,,,,,,,,34,4,9,79,59,13,59,0,0,e6009b39db3d1f43144a210bc6daa78e4a5addb3,0,0,0,0,0,
+20200310,NM,0,69,,,,,,,,,,,,,,,,35,0,12,69,69,12,69,0,0,479c89085d7efe5f3c464a977d014541f7194acf,0,0,0,0,0,
+20200310,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,6305b8b76a98aed946e611560a099d69022cf2f6,0,0,0,0,0,
+20200310,NY,173,92,,,,,,,,,,,,,,,,36,31,0,265,265,31,265,0,0,0b91b5592c3813e057d1a81871b92c1c34ca69bb,0,0,0,0,0,
+20200310,OH,3,14,15,,,,,,,,,,,,,,,39,0,3,32,17,3,17,0,0,4f3d59bc145bc44883f33ce655e76de14f9f7192,0,0,0,0,0,
+20200310,OK,2,15,11,,,,,,,,,,,,,,,40,1,7,28,17,8,17,0,0,679e64e22e56d4c7f45df94ef2bcadabdef07232,0,0,0,0,0,
+20200310,OR,15,213,67,,,,,,,,,,,,,,,41,1,48,295,228,49,228,0,0,d4384574ae0c66403be2e127948d37883cd997c2,0,0,0,0,0,
+20200310,PA,12,,,,,,,,,,,,,,,,,42,2,0,12,12,2,12,0,0,a34be2dd7b554c4d56ebacd7409f3d31531cb991,0,0,0,0,0,
+20200310,RI,3,58,6,,,,,,,,,,,,,,,44,0,28,67,61,28,61,0,0,a9fd398669b8a5372f5cf3872ec6cd9ee57a4912,0,0,0,0,0,
+20200310,SC,7,24,,,,,,,,,,,,,,,,45,0,0,31,31,0,31,0,0,3004ac4fc361128287b6a06c1f9a7aaf0c85d65d,0,0,0,0,0,
+20200310,SD,0,11,0,,,,,,,,,,,,,,,46,0,6,11,11,6,11,0,0,0e9279abae936c7408206c68432d87fca9a32796,0,0,0,0,0,
+20200310,TN,7,,,,,,,,,,,,,,,,,47,4,0,7,7,4,7,0,0,683688658c6dd4d268ee25bb2ab7d55afa885f1a,0,0,0,0,0,
+20200310,TX,13,,,,,,,,,,,,,,,,,48,1,0,13,13,1,13,0,0,c4dbc574a67806f077644dff9278011feabb5cfd,0,0,0,0,0,
+20200310,UT,2,,,,,,,,,,,,,,,,,49,1,0,2,2,1,2,0,0,04827b5bfa0057f07c37f224b4b297daa755cebb,0,0,0,0,0,
+20200310,VA,8,53,,,,,,,,,,,,,,,,51,5,15,61,61,20,61,0,0,2f89e1b9a505f9192783d7359e89f06729de6ced,0,0,0,0,0,
+20200310,VT,1,60,,,,,,,,,,3/10/2020 00:00,2020-03-10T00:00:00Z,03/09 20:00,,,2020-03-10T00:00:00Z,50,0,24,61,61,24,61,0,0,ac77ba3db0d8d5fc14116767be9b5ee122101777,0,0,0,0,0,
+20200310,WA,1178,4156,,,,,,,,,,3/10/2020 00:00,2020-03-10T00:00:00Z,03/09 20:00,37,,2020-03-10T00:00:00Z,53,216,1567,5334,5334,1783,5334,2,0,67a2eade6038c43307ea86670d1ea8c8f0e414f7,0,0,0,0,0,
+20200310,WI,2,36,,,,,,,,,,,,,,,,55,1,0,38,38,1,38,0,0,917489fc0eff92f5eb68b6dac03879f7ac30f3a5,0,0,0,0,0,
+20200310,WV,0,2,3,,,,,,,,,,,,,,,54,0,0,5,2,0,2,0,0,81d65a48bc00fa3e2a1de2e5494d03aa4bc614ba,0,0,0,0,0,
+20200310,WY,0,0,0,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,73c3e46c7216c2dcb545aebd33d568351c9bf061,0,0,0,0,0,
+20200309,AK,0,23,9,,,,,,,,,,,,0,,,02,0,9,32,23,9,23,0,0,03d1de3b390dd7bdcfcd830a36bf94b0d28cbb93,0,0,0,0,0,
+20200309,AL,0,,,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,89201fc78873c9ae31cdb2d3814753b6edb76748,0,0,0,0,0,
+20200309,AR,0,12,0,,,,,,,,,,,,,,,05,0,6,12,12,6,12,0,0,a8dee9661ee2193f057cd59ed107b1ac9fa7431f,0,0,0,0,0,
+20200309,AZ,5,44,7,,,,,,,,,,,,,,,04,0,0,56,49,0,49,0,0,c1c03316852e38ec6e2cbe7f9a3efabaacf47499,0,0,0,0,0,
+20200309,CA,114,690,,,,,,,,,,,,,,,,06,26,228,804,804,254,804,0,0,c1aa458561fcff5b7f19a28b6226a42a848ff051,0,0,0,0,0,
+20200309,CO,9,133,,,,,,,,,,,,,,,,08,1,29,142,142,30,142,0,0,3438bcc396d6234dabd0ed5f2135cf894e067f49,0,0,0,0,0,
+20200309,CT,1,46,,,,,,,,,,,,,,,,09,0,17,47,47,17,47,0,0,410c4bdb8048402f6d8605a0bdd6bd42f57e5372,0,0,0,0,0,
+20200309,DC,1,14,3,,,,,,,,,,,,,,,11,0,4,18,15,4,15,0,0,940ed828784c4636b485e3e44c6c69cf6d9b5fa6,0,0,0,0,0,
+20200309,DE,0,15,3,,,,,,,,,,,,,,,10,0,5,18,15,5,15,0,0,22c41e80e389bba02b44fdeb1e617a8769e5ccf2,0,0,0,0,0,
+20200309,FL,18,140,115,,,,,,,,,,,,,,,12,1,22,273,158,23,158,0,0,f0d82057313fa019bc02c525078fb9a217bc126d,0,0,0,0,0,
+20200309,GA,12,,,,,,,,,,,,,,,,,13,5,0,12,12,5,12,0,0,43903a5a003febb435c5fa78d9592ace71aedfb6,0,0,0,0,0,
+20200309,HI,2,,,,,,,,,,,,,,,,,15,1,0,2,2,1,2,0,0,88738d10b3d29b5af6d8c42a8610000871ba6432,0,0,0,0,0,
+20200309,IA,3,26,8,,,,,,,,,,,,,,,19,3,11,37,29,14,29,0,0,497dae511421550b2e99fee29a981e31168755b1,0,0,0,0,0,
+20200309,ID,0,41,,,,,,,,,,,,,,,,16,0,14,41,41,14,41,0,0,26c9f8c1d57143fd7a3ff86a1cb272abf5317836,0,0,0,0,0,
+20200309,IL,7,191,44,,,,,,,,,,,,,,,17,1,0,242,198,1,198,0,0,f9a0487197213c4ec69706e40d0e980dfba7571d,0,0,0,0,0,
+20200309,IN,2,,,,,,,,,,,,,,,,,18,0,0,2,2,0,2,0,0,7d1ee20c67390b332d28850b32c5506d47327ad9,0,0,0,0,0,
+20200309,KS,1,11,0,,,,,,,,,,,,,,,20,0,0,12,12,0,12,0,0,49fc28d6188c16dae76e0e9b13b7d89db258a1a8,0,0,0,0,0,
+20200309,KY,4,17,,,,,,,,,,,,,,,,21,3,4,21,21,7,21,0,0,7ca25f35c60b02987688db59d60352c59495239a,0,0,0,0,0,
+20200309,LA,1,5,,,,,,,,,,,,,,,,22,1,0,6,6,1,6,0,0,06589c5285e4498919e09b04b80dc2a1563d53a4,0,0,0,0,0,
+20200309,MD,5,73,,,,,,,,,,,,,,,,24,2,21,78,78,23,78,0,0,70efbb8185e3824d2d62ab9af46f5b359d37abf0,0,0,0,0,0,
+20200309,ME,0,1,,,,,,,,,,,,,,,,23,0,0,1,1,0,1,0,0,6bff9c3f77be771b39ae5cc691dda0acce4dfa28,0,0,0,0,0,
+20200309,MI,254,36,11,,,,,,,,,,,,,,,26,86,10,301,290,96,290,0,0,4d3791a1e9b8fec807d2f5e19ef42fb76a09b10b,0,0,0,0,0,
+20200309,MN,2,80,,,,,,,,,,,,,,,,27,1,32,82,82,33,82,0,0,816077c8f89be7b50b03e8f22ac34fe98ad47b8e,0,0,0,0,0,
+20200309,MO,1,,,,,,,,,,,,,,,,,29,0,0,1,1,0,1,0,0,1c4a8449880089ae528381b93f050130bd8863ae,0,0,0,0,0,
+20200309,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,e2dcfad21a4565abad11c9731188ab93a78959b5,0,0,0,0,0,
+20200309,MT,0,11,,,,,,,,,,,,,,,,30,0,0,11,11,0,11,0,0,e55223a9c35e5ba1588442feb814aa67c61c11fa,0,0,0,0,0,
+20200309,NC,2,,,,,,,,,,,,,,,,,37,0,0,2,2,0,2,0,0,c63b3e7a604cd87ad1d9ac1c42e4be79d481868a,0,0,0,0,0,
+20200309,ND,0,0,,,,,,,,,,,,,,,,38,0,0,0,0,0,0,0,0,c2eb79514fe011d8137cd42eee4743f185e2e1d7,0,0,0,0,0,
+20200309,NE,3,36,9,,,,,,,,,,,,,,,31,2,19,48,39,21,39,0,0,dd64df0d4aaec6d9744a9d0d6692922cf27d58c9,0,0,0,0,0,
+20200309,NH,4,38,5,,,,,,,,,,,,,,,33,0,0,47,42,0,42,0,0,495c31e80c089eae1a5866048c55c6627082ec7c,0,0,0,0,0,
+20200309,NJ,11,35,14,,,,,,,,,,,,,,,34,5,4,60,46,9,46,0,0,b6b23aed80521672c3026d56ecca8b62bd2349fe,0,0,0,0,0,
+20200309,NM,0,57,0,,,,,,,,,,,,,,,35,0,9,57,57,9,57,0,0,df1c53be010e6f1c71e6cd554259f66908b36031,0,0,0,0,0,
+20200309,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,561b8691b0ad5d2067f93d07b658397cdea178f3,0,0,0,0,0,
+20200309,NY,142,92,,,,,,,,,,,,,,,,36,37,0,234,234,37,234,0,0,04b6e3f68b1577afe7e1b0fb64e05ce646270e31,0,0,0,0,0,
+20200309,OH,3,11,5,,,,,,,,,,,,,,,39,3,1,19,14,4,14,0,0,22d958746142fc959771c4ae2493434775e68f15,0,0,0,0,0,
+20200309,OK,1,8,10,,,,,,,,,,,,,,,40,0,0,19,9,0,9,0,0,cc0903601dd01d217faba020542089972506d3e7,0,0,0,0,0,
+20200309,OR,14,165,52,,,,,,,,,,,,,,,41,0,65,231,179,65,179,0,0,eb07d25f7112d254191a8c376b18d8b5bb8c0c1e,0,0,0,0,0,
+20200309,PA,10,,,,,,,,,,,,,,,,,42,4,0,10,10,4,10,0,0,cb5d33126a0838e0a7eaf5087de280da37887250,0,0,0,0,0,
+20200309,RI,3,30,6,,,,,,,,,,,,,,,44,0,0,39,33,0,33,0,0,6b47d066a7af140cc30fb0cb9287190cee0a3940,0,0,0,0,0,
+20200309,SC,7,24,,,,,,,,,,,,,,,,45,5,16,31,31,21,31,0,0,b1171960ec00d09d48d9c8b8add48bd23f3d7e62,0,0,0,0,0,
+20200309,SD,0,5,0,,,,,,,,,,,,,,,46,0,0,5,5,0,5,0,0,2070e9370b6cea4f39f77b25a2ad3b46d22fbf31,0,0,0,0,0,
+20200309,TN,3,,,,,,,,,,,,,,,,,47,0,0,3,3,0,3,0,0,05aa9bf391702965391ff7c98b0175b5fb1b654e,0,0,0,0,0,
+20200309,TX,12,,,,,,,,,,,,,,,,,48,4,0,12,12,4,12,0,0,18296d33499460731caf07f9fa93dcf58fb656e4,0,0,0,0,0,
+20200309,UT,1,,,,,,,,,,,,,,,,,49,0,0,1,1,0,1,0,0,efcc19ba94b1731f9b63d29af69f3936cea32fd1,0,0,0,0,0,
+20200309,VA,3,38,9,,,,,,,,,,,,,,,51,1,2,50,41,3,41,0,0,ca7b257404db2ca13111edc15da8002244134e54,0,0,0,0,0,
+20200309,VT,1,36,,,,,,,,,,3/9/2020 00:00,2020-03-09T00:00:00Z,03/08 20:00,,,2020-03-09T00:00:00Z,50,0,6,37,37,6,37,0,0,91171dc52af6c41cb3dd2eecac537033f0fb173f,0,0,0,0,0,
+20200309,WA,962,2589,,,,,,,,,,3/9/2020 00:00,2020-03-09T00:00:00Z,03/08 20:00,35,,2020-03-09T00:00:00Z,53,173,851,3551,3551,1024,3551,4,0,bac61f1ee0c8ca4ac2a58f8bc1bb09b33d26ada2,0,0,0,0,0,
+20200309,WI,1,36,,,,,,,,,,,,,,,,55,0,5,37,37,5,37,0,0,c73fb5679b886fcb50f44fcd2f25839cf1198d35,0,0,0,0,0,
+20200309,WV,0,2,3,,,,,,,,,,,,,,,54,0,0,5,2,0,2,0,0,917f87109d2e96e4fb610264682777413ac6229b,0,0,0,0,0,
+20200309,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,bd95f0422ee7cd2895383ff7108ba54bb531fd5b,0,0,0,0,0,
+20200308,AK,0,14,6,,,,,,,,,,,,0,,,02,0,2,20,14,2,14,0,0,2d3e3b78242ebe92fb73c35e5841f9188f56caf5,0,0,0,0,0,
+20200308,AL,0,,,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,d3fa3fcbcacf6a9123c40f0197cabb6bd17003ae,0,0,0,0,0,
+20200308,AR,0,6,0,,,,,,,,,,,,,,,05,0,0,6,6,0,6,0,0,2e67fa6f0253c65554d3f2d7d638a8e3b84cc1c0,0,0,0,0,0,
+20200308,AZ,5,44,7,,,,,,,,,,,,,,,04,0,0,56,49,0,49,0,0,e254f79e256ec14880cae0fb1a52cdd7ce769abf,0,0,0,0,0,
+20200308,CA,88,462,,,,,,,,,,,,,,,,06,19,0,550,550,19,550,0,0,bcf5160531e8ce70a9a61aa770e6aa4e869161ef,0,0,0,0,0,
+20200308,CO,8,104,,,,,,,,,,,,,,,,08,0,49,112,112,49,112,0,0,297b79e3eaaf9a6e4189b61154dded84b77f2462,0,0,0,0,0,
+20200308,CT,1,29,8,,,,,,,,,,,,,,,09,1,29,38,30,30,30,0,0,b0252215b2cee42ff563963e07e999741ce396a0,0,0,0,0,0,
+20200308,DC,1,10,0,,,,,,,,,,,,,,,11,1,2,11,11,3,11,0,0,ed58cb04c3436a119dad15fda4883eeba8ee051d,0,0,0,0,0,
+20200308,DE,0,10,0,,,,,,,,,,,,,,,10,0,0,10,10,0,10,0,0,2332e6a15e98fd8613dfcb664fbb46cfbf4eaef7,0,0,0,0,0,
+20200308,FL,17,118,108,,,,,,,,,,,,,,,12,3,18,243,135,21,135,0,0,821dd9b3ee25ecb01ae2075bfb7a08ea2e847c76,0,0,0,0,0,
+20200308,GA,7,,,,,,,,,,,,,,,,,13,1,0,7,7,1,7,0,0,c8b2c6f8c66ebe5160e6794f99f74a713a32ac7e,0,0,0,0,0,
+20200308,HI,1,,,,,,,,,,,,,,,,,15,0,0,1,1,0,1,0,0,5cc720ef22edd5c5fddd2a5ea3f68b4f148dfdf4,0,0,0,0,0,
+20200308,IA,0,15,2,,,,,,,,,,,,,,,19,0,0,17,15,0,15,0,0,b915bcfdfb1532bc82c6ea487bd32a5e444fe150,0,0,0,0,0,
+20200308,ID,0,27,,,,,,,,,,,,,,,,16,0,0,27,27,0,27,0,0,c9f83b1c40333662db3b9156e68eb2a863a73a5a,0,0,0,0,0,
+20200308,IL,6,191,44,,,,,,,,,,,,,,,17,0,0,241,197,0,197,0,0,f04f4a066b242ef392c84080656e7b334a819d11,0,0,0,0,0,
+20200308,IN,2,,,,,,,,,,,,,,,,,18,1,0,2,2,1,2,0,0,b727023b18a2f324204c892bc99d9595babde33e,0,0,0,0,0,
+20200308,KS,1,11,0,,,,,,,,,,,,,,,20,1,0,12,12,1,12,0,0,dccc9b87ed352a7abd5510ec4b4ed6f03d17daee,0,0,0,0,0,
+20200308,KY,1,13,,,,,,,,,,,,,,,,21,0,4,14,14,4,14,0,0,4ebdbc2f7b6b06031f2429227fbce45bceedcade,0,0,0,0,0,
+20200308,LA,0,5,,,,,,,,,,,,,,,,22,0,5,5,5,5,5,0,0,e94c91ee5c0b11599b9b127cdc3f83c22c4b0886,0,0,0,0,0,
+20200308,MD,3,52,,,,,,,,,,,,,,,,24,0,11,55,55,11,55,0,0,2aac0f5ba5cd313e1d68727dc80104358bf81f44,0,0,0,0,0,
+20200308,ME,0,1,,,,,,,,,,,,,,,,23,0,0,1,1,0,1,0,0,3363563e2ae5978006d4e8a660e1225711f4cc4d,0,0,0,0,0,
+20200308,MI,168,26,10,,,,,,,,,,,,,,,26,40,8,204,194,48,194,0,0,d18c405a8910a0d32b1d6952e39c6b19fde5f838,0,0,0,0,0,
+20200308,MN,1,48,,,,,,,,,,,,,,,,27,0,0,49,49,0,49,0,0,3cdd3853dabfccf5a88979569009b516326ac1c7,0,0,0,0,0,
+20200308,MO,1,,,,,,,,,,,,,,,,,29,1,0,1,1,1,1,0,0,2bba8040c7edf3e1faf6449596acd9b641e6f8ee,0,0,0,0,0,
+20200308,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,0625cce9a20ef903657167df4b190e3062facf8c,0,0,0,0,0,
+20200308,MT,0,11,,,,,,,,,,,,,,,,30,0,0,11,11,0,11,0,0,377dc39462b69b5b7332dde7f2dd6727e409df5a,0,0,0,0,0,
+20200308,NC,2,,,,,,,,,,,,,,,,,37,0,0,2,2,0,2,0,0,7ee0748da9bd6d8b3120301ee3a951e0fbd09aa2,0,0,0,0,0,
+20200308,ND,0,0,,,,,,,,,,,,,,,,38,0,0,0,0,0,0,0,0,dc6924581cb882181b136865d4af704758f0599a,0,0,0,0,0,
+20200308,NE,1,17,5,,,,,,,,,,,,,,,31,0,0,23,18,0,18,0,0,f4eb29876af6e3c57c4e4da8be9fdd1ab28b78ca,0,0,0,0,0,
+20200308,NH,4,38,5,,,,,,,,,,,,,,,33,2,18,47,42,20,42,0,0,47652cc7ad00abb8b091fed8b0b5b1e75ea7bd4a,0,0,0,0,0,
+20200308,NJ,6,31,0,,,,,,,,,,,,,,,34,2,31,37,37,33,37,0,0,9c50fceb1f64629cd75e153dc04202a677817ecc,0,0,0,0,0,
+20200308,NM,0,48,0,,,,,,,,,,,,,,,35,0,0,48,48,0,48,0,0,3f9859a1c2b6299d20d17d91bba9b0cce6519f37,0,0,0,0,0,
+20200308,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,6b5ef9a7b4c62707adf3a58026f124ed9ca205f8,0,0,0,0,0,
+20200308,NY,105,92,,,,,,,,,,,,,,,,36,29,0,197,197,29,197,0,0,20c301e392da61f0fb0abbd5873de0a14d2a59e9,0,0,0,0,0,
+20200308,OH,0,10,4,,,,,,,,,,,,,,,39,0,1,14,10,1,10,0,0,17c7be98209c0e9dd406e027713b51be27d50f9b,0,0,0,0,0,
+20200308,OK,1,8,2,,,,,,,,,,,,,,,40,0,8,11,9,8,9,0,0,8d2583d285344b0e0af6ef6d2d80ca8e5eeee775,0,0,0,0,0,
+20200308,OR,14,100,53,,,,,,,,,,,,,,,41,7,23,167,114,30,114,0,0,c3601c29db661b78d62309681b6a166f0587b09a,0,0,0,0,0,
+20200308,PA,6,,,,,,,,,,,,,,,,,42,2,0,6,6,2,6,0,0,a37dc69a5fb8d9ac571eb7791bdcd976a82c34d5,0,0,0,0,0,
+20200308,RI,3,30,12,,,,,,,,,,,,,,,44,1,0,45,33,1,33,0,0,4e47d7990dc21aaab9b876cd880950a06c199483,0,0,0,0,0,
+20200308,SC,2,8,,,,,,,,,,,,,,,,45,0,0,10,10,0,10,0,0,eeb519a4f3cc37527c0e9de8cdbec7398f0a78ff,0,0,0,0,0,
+20200308,SD,0,5,0,,,,,,,,,,,,,,,46,0,0,5,5,0,5,0,0,95b99c86e4badcbc51e052b396da7b16078ccdf7,0,0,0,0,0,
+20200308,TN,3,,,,,,,,,,,,,,,,,47,2,0,3,3,2,3,0,0,a7799c07ec8770d5f202b85b93b5de8015a9e1b9,0,0,0,0,0,
+20200308,TX,8,,,,,,,,,,,,,,,,,48,0,0,8,8,0,8,0,0,c2fdb1546a86b67967e9c84a7ff604517ef2f8b0,0,0,0,0,0,
+20200308,UT,1,,,,,,,,,,,,,,,,,49,0,0,1,1,0,1,0,0,cb0099a96186c831d4c159230a078be48e66f006,0,0,0,0,0,
+20200308,VA,2,36,6,,,,,,,,,,,,,,,51,2,5,44,38,7,38,0,0,0624e929f4b2008c22db752d01c9c9db4d34d517,0,0,0,0,0,
+20200308,VT,1,30,,,,,,,,,,3/8/2020 00:00,2020-03-08T00:00:00Z,03/07 19:00,,,2020-03-08T00:00:00Z,50,0,5,31,31,5,31,0,0,147cd96f10d3b44d78815d7d6a7fa9c206b30272,0,0,0,0,0,
+20200308,WA,789,1738,60,,,,,,,,,3/8/2020 00:00,2020-03-08T00:00:00Z,03/07 19:00,31,,2020-03-08T00:00:00Z,53,153,370,2587,2527,523,2527,4,0,c418da245c9d29da2d438f65cdc55c9189186bbb,0,0,0,0,0,
+20200308,WI,1,31,12,,,,,,,,,,,,,,,55,0,0,44,32,0,32,0,0,64faa767bc0d00738c2909b2a0bcbc63a9fee5c4,0,0,0,0,0,
+20200308,WV,0,2,3,,,,,,,,,,,,,,,54,0,0,5,2,0,2,0,0,6388d15eab04040bbef2c8b0bad0d8015da5bc2f,0,0,0,0,0,
+20200308,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,6c5d2b9b49a7a1e6d44fe417cf534bd29495ee91,0,0,0,0,0,
+20200307,AK,0,12,2,,,,,,,,,,,,0,,,02,0,4,14,12,4,12,0,0,76511bd5b0c68995eba8605d8ebe72e8e9cb7fb5,0,0,0,0,0,
+20200307,AL,0,,,,,,,,,,,,,,,,,01,0,0,0,0,0,0,0,0,5a47a72ea44a4dacf7c94c71cb16625b1bf03bb1,0,0,0,0,0,
+20200307,AR,0,6,0,,,,,,,,,,,,,,,05,0,0,6,6,0,6,0,0,4ceafaac97626d2f24e93589c3a334e95ebb4c15,0,0,0,0,0,
+20200307,AZ,5,44,7,,,,,,,,,,,,,,,04,2,11,56,49,13,49,0,0,32da6680acce1bdcd34006b4b95d45cd14124845,0,0,0,0,0,
+20200307,CA,69,462,,,,,,,,,,,,,,,,06,9,0,531,531,9,531,0,0,af5f339fc3168c1f9135ea735ef21475b35a8c01,0,0,0,0,0,
+20200307,CO,8,55,69,,,,,,,,,,,,,,,08,6,9,132,63,15,63,0,0,dc1a70cce5828d80112b3edb6d2e27a23b2f0773,0,0,0,0,0,
+20200307,CT,0,,,,,,,,,,,,,,,,,09,0,0,0,0,0,0,0,0,580f87ebe19af2a956c3673b533847fc18fc1732,0,0,0,0,0,
+20200307,DC,0,8,1,,,,,,,,,,,,,,,11,0,0,9,8,0,8,0,0,d68f28256ba2559baebc0016fff830884e3b5db6,0,0,0,0,0,
+20200307,DE,0,10,0,,,,,,,,,,,,,,,10,0,0,10,10,0,10,0,0,e24dfa835dfebe2b2db55f2f8ddbd6f1a9718fa4,0,0,0,0,0,
+20200307,FL,14,100,88,,,,,,,,,,,,,,,12,5,45,202,114,50,114,0,0,bb7894580574c199a2e5b1dbb4dc26c7a8f8c519,0,0,0,0,0,
+20200307,GA,6,,,,,,,,,,,,,,,,,13,4,0,6,6,4,6,0,0,1e9c9a967f5ca71304428c427a64f9326921850a,0,0,0,0,0,
+20200307,HI,1,,,,,,,,,,,,,,,,,15,0,0,1,1,0,1,0,0,44f7a49875e9729bb140b5522e6b125ab609ae6e,0,0,0,0,0,
+20200307,IA,0,15,2,,,,,,,,,,,,,,,19,0,0,17,15,0,15,0,0,364cb370e82345fd6649a1eac38b6acbe5bde55d,0,0,0,0,0,
+20200307,ID,0,27,,,,,,,,,,,,,,,,16,0,0,27,27,0,27,0,0,06b9e9725f48cce2833cfc15904c756809e0f5da,0,0,0,0,0,
+20200307,IL,6,191,44,,,,,,,,,,,,,,,17,1,11,241,197,12,197,0,0,763954898752eec4654e16ac457b3c53c2291b43,0,0,0,0,0,
+20200307,IN,1,,,,,,,,,,,,,,,,,18,0,0,1,1,0,1,0,0,f55f0445fa1f94f6a0f2a6c5cdf18ddb86fc34b8,0,0,0,0,0,
+20200307,KS,0,11,2,,,,,,,,,,,,,,,20,0,7,13,11,7,11,0,0,eab42e05d8323d8eb2939f11d53d92143e6a61b9,0,0,0,0,0,
+20200307,KY,1,9,,,,,,,,,,,,,,,,21,1,2,10,10,3,10,0,0,8932fb1a22127486f62e304a9fa523bff11d770b,0,0,0,0,0,
+20200307,LA,0,,,,,,,,,,,,,,,,,22,0,0,0,0,0,0,0,0,6cda7014026f96458cf6b32f4394e88925648c73,0,0,0,0,0,
+20200307,MD,3,41,,,,,,,,,,,,,,,,24,0,15,44,44,15,44,0,0,dac822c3c3d10e5c9bb380a92c90a309e7eb3f25,0,0,0,0,0,
+20200307,ME,0,1,,,,,,,,,,,,,,,,23,0,0,1,1,0,1,0,0,32fb48e4f4c7458ec0c79a4c13630069f9a63827,0,0,0,0,0,
+20200307,MI,128,18,9,,,,,,,,,,,,,,,26,30,10,155,146,40,146,0,0,a0be0666f0a643c77479f7d2a452414634a4399a,0,0,0,0,0,
+20200307,MN,1,48,,,,,,,,,,,,,,,,27,1,12,49,49,13,49,0,0,bc049e910340c7f9d9e60cdc87ae88f9f5e41af4,0,0,0,0,0,
+20200307,MO,0,,,,,,,,,,,,,,,,,29,0,0,0,0,0,0,0,0,7a1828398eab098b64a3904ee73aa4c708356b47,0,0,0,0,0,
+20200307,MS,0,,,,,,,,,,,,,,,,,28,0,0,0,0,0,0,0,0,8ece6a53b62b80ffc3da9c30fabb70f8df5c2bae,0,0,0,0,0,
+20200307,MT,0,11,,,,,,,,,,,,,,,,30,0,0,11,11,0,11,0,0,245dc5a191d11a065369b41cab137ecbd4762dd8,0,0,0,0,0,
+20200307,NC,2,,,,,,,,,,,,,,,,,37,0,0,2,2,0,2,0,0,5ef227bc08dd60995bed17b94cb71b1f80f40db3,0,0,0,0,0,
+20200307,ND,0,0,,,,,,,,,,,,,,,,38,0,0,0,0,0,0,0,0,a0162fc62cc6282f6d7ae98c5b50db176b8b40e5,0,0,0,0,0,
+20200307,NE,1,17,5,,,,,,,,,,,,,,,31,1,0,23,18,1,18,0,0,62025b21c0f0d51838853d7496517f749b3e7006,0,0,0,0,0,
+20200307,NH,2,20,3,,,,,,,,,,,,,,,33,0,0,25,22,0,22,0,0,9dcd6692f8ddc274ff576a71f0eeb03b4f1edf78,0,0,0,0,0,
+20200307,NJ,4,,1,,,,,,,,,,,,,,,34,3,0,5,4,3,4,0,0,6e13c0003af53e1d55312c4b96d01369cc90dab9,0,0,0,0,0,
+20200307,NM,0,48,0,,,,,,,,,,,,,,,35,0,32,48,48,32,48,0,0,a5089c1dae0277356890076057a71fb9ba2e3ca0,0,0,0,0,0,
+20200307,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,88f9471a79a07e08fdd2903bb0a8748945c421a9,0,0,0,0,0,
+20200307,NY,76,92,236,,,,,,,,,,,,,,,36,43,0,404,168,43,168,0,0,295dec0f81e7a705619e4b40a8176ee039d1f7ba,0,0,0,0,0,
+20200307,OH,0,9,5,,,,,,,,,,,,,,,39,0,1,14,9,1,9,0,0,3675660ea679b1deaa4ddd862a1400caa93b201b,0,0,0,0,0,
+20200307,OK,1,,,,,,,,,,,,,,,,,40,0,0,1,1,0,1,0,0,c7b8ab6f1d7f22b74a061cd8da752b38ecba60ac,0,0,0,0,0,
+20200307,OR,7,77,40,,,,,,,,,,,,,,,41,4,13,124,84,17,84,0,0,5ba7f32046c5ca3fc64d100bc4c0fa9312fe0f08,0,0,0,0,0,
+20200307,PA,4,,,,,,,,,,,,,,,,,42,2,0,4,4,2,4,0,0,3d88be0d0a57e287ad8dcb5dcd0a4ed8424d8e47,0,0,0,0,0,
+20200307,RI,2,30,,,,,,,,,,,,,,,,44,-1,13,32,32,12,32,0,0,190f5a337580176c4732b29041bca3054a3d27ba,0,0,0,0,0,
+20200307,SC,2,8,,,,,,,,,,,,,,,,45,2,3,10,10,5,10,0,0,120db293faba48c42823964c829380740b785aff,0,0,0,0,0,
+20200307,SD,0,5,0,,,,,,,,,,,,,,,46,0,0,5,5,0,5,0,0,a47cb7b36b0f68670ea210585bb717f6b0c11d55,0,0,0,0,0,
+20200307,TN,1,,,,,,,,,,,,,,,,,47,0,0,1,1,0,1,0,0,0e55236bcbf5eb96dfb88d2b6f6af5d627cdccaa,0,0,0,0,0,
+20200307,TX,8,,,,,,,,,,,,,,,,,48,3,0,8,8,3,8,0,0,0b2c09da6ddd2327bba34dbf32a8bef1054005ec,0,0,0,0,0,
+20200307,UT,1,,,,,,,,,,,,,,,,,49,0,0,1,1,0,1,0,0,740d3b796cb531b13311aa27a334b9b7cd4d1568,0,0,0,0,0,
+20200307,VA,0,31,7,,,,,,,,,,,,,,,51,0,10,38,31,10,31,0,0,30526fd7b9879c5ea2e3e754897ffde0eb1d89e1,0,0,0,0,0,
+20200307,VT,1,25,,,,,,,,,,3/7/2020 00:00,2020-03-07T00:00:00Z,03/06 19:00,,,2020-03-07T00:00:00Z,50,1,25,26,26,26,26,0,0,700751fcf01f5067ccd9d5e8b711791e60d0357a,0,0,0,0,0,
+20200307,WA,636,1368,66,,,,,,,,,3/7/2020 00:00,2020-03-07T00:00:00Z,03/06 19:00,27,,2020-03-07T00:00:00Z,53,99,305,2070,2004,404,2004,1,0,03a351d2e1888e5379f8619fd74e19c0204e1573,0,0,0,0,0,
+20200307,WI,1,31,12,,,,,,,,,,,,,,,55,0,0,44,32,0,32,0,0,be927be7c292c55cffba42b3428881e5f923b15a,0,0,0,0,0,
+20200307,WV,0,2,3,,,,,,,,,,,,,,,54,0,1,5,2,1,2,0,0,22d9bf595af8d2f32bb429e92609d8d029864da2,0,0,0,0,0,
+20200307,WY,0,,,,,,,,,,,,,,,,,56,0,0,0,0,0,0,0,0,be7337ab8f3dea0e55c2830a3300532fe88f7a9e,0,0,0,0,0,
+20200306,AK,0,8,1,,,,,,,,,,,,0,,,02,0,0,9,8,0,8,0,0,93622afa84152f897e6a615b9ddf196096acbed2,0,0,0,0,0,
+20200306,AR,0,6,0,,,,,,,,,,,,,,,05,0,0,6,6,0,6,0,0,6b7ea35e24f5d2ae4c4b9119dafaf2adc4e1be40,0,0,0,0,0,
+20200306,AZ,3,33,15,,,,,,,,,,,,,,,04,1,5,51,36,6,36,0,0,80c44a454dca0888a37777c441739bbfb3039f50,0,0,0,0,0,
+20200306,CA,60,462,,,,,,,,,,,,,,,,06,7,0,522,522,7,522,0,0,2790f2f9e9ab3cc94caca4b0a2c7d0ecb23ddcf6,0,0,0,0,0,
+20200306,CO,2,46,30,,,,,,,,,,,,,,,08,2,27,78,48,29,48,0,0,8ed29e615639e74598fab2f06c865bffbc60cfaf,0,0,0,0,0,
+20200306,DC,0,8,1,,,,,,,,,,,,,,,11,0,2,9,8,2,8,0,0,7230f43b4bb5832101cabffcc8ffa73d173bf996,0,0,0,0,0,
+20200306,DE,0,10,0,,,,,,,,,,,,,,,10,0,0,10,10,0,10,0,0,6de04b03d5c96c26b60a94a4f0c7f9087dcb0618,0,0,0,0,0,
+20200306,FL,9,55,51,,,,,,,,,,,,,,,12,0,24,115,64,24,64,0,0,24e86f695505c3fb1017fdf94e59b6aa773f57c3,0,0,0,0,0,
+20200306,GA,2,,,,,,,,,,,,,,,,,13,0,0,2,2,0,2,0,0,b03e9fdb5d718022370767dbbc3782cc52abb6fc,0,0,0,0,0,
+20200306,IA,0,15,2,,,,,,,,,,,,,,,19,0,0,17,15,0,15,0,0,3e8537b4687e35d3b092d2c356f7e8ee5895d011,0,0,0,0,0,
+20200306,IL,5,180,35,,,,,,,,,,,,,,,17,0,15,220,185,15,185,0,0,378c0b1cc55d75dd8f784d13e1b92bb52ff6a99c,0,0,0,0,0,
+20200306,IN,1,,,,,,,,,,,,,,,,,18,0,0,1,1,0,1,0,0,011fe874cd948516504483da532b1d9ad7fcd127,0,0,0,0,0,
+20200306,KS,0,4,0,,,,,,,,,,,,,,,20,0,0,4,4,0,4,0,0,d88414f18ae0faa4a21b9a6d8cdd681f20b9dd42,0,0,0,0,0,
+20200306,KY,0,7,3,,,,,,,,,,,,,,,21,0,0,10,7,0,7,0,0,19bf7101da043a61bcc27ed6a11cf4fdf16e34a1,0,0,0,0,0,
+20200306,MD,3,26,12,,,,,,,,,,,,,,,24,3,9,41,29,12,29,0,0,c5eef63c020bef4324dfed075354e19bcd1cab02,0,0,0,0,0,
+20200306,MI,98,8,8,,,,,,,,,,,,,,,26,26,0,114,106,26,106,0,0,801a037bd29669a0a9cd74f21f9c5fdcbbcfbfeb,0,0,0,0,0,
+20200306,MN,0,36,,,,,,,,,,,,,,,,27,0,0,36,36,0,36,0,0,2ab7b35a5cbf006c54629433fbcc70582826e46d,0,0,0,0,0,
+20200306,NC,2,,,,,,,,,,,,,,,,,37,1,0,2,2,1,2,0,0,945c8e0b0054dbff68cba281a139a65f89e54109,0,0,0,0,0,
+20200306,NE,0,17,5,,,,,,,,,,,,,,,31,0,0,22,17,0,17,0,0,606e2442133c4a8eb04493e742b72144edf55b0d,0,0,0,0,0,
+20200306,NH,2,20,3,,,,,,,,,,,,,,,33,0,4,25,22,4,22,0,0,ca8b21e5ec86953cc0152a058c5aa835f4394734,0,0,0,0,0,
+20200306,NJ,1,,,,,,,,,,,,,,,,,34,0,0,1,1,0,1,0,0,fe17eed4338b83439779b226af21c822a34793db,0,0,0,0,0,
+20200306,NM,0,16,0,,,,,,,,,,,,,,,35,0,0,16,16,0,16,0,0,144f440a95177e4bbeeddf17a19134cf7373605b,0,0,0,0,0,
+20200306,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,b9c1d1914b11d765a908334b531fa3d8edeca90e,0,0,0,0,0,
+20200306,NY,33,92,236,,,,,,,,,,,,,,,36,11,16,361,125,27,125,0,0,bbf7bd692bc61d17851948c556bc158ca53741fb,0,0,0,0,0,
+20200306,OH,0,8,2,,,,,,,,,,,,,,,39,0,1,10,8,1,8,0,0,85bd262c350b6044418eda1f3a1581dff0ae7f84,0,0,0,0,0,
+20200306,OR,3,64,28,,,,,,,,,,,,,,,41,0,19,95,67,19,67,0,0,28cf1023d27546d2e82fe495f10e8636cbb0da11,0,0,0,0,0,
+20200306,PA,2,,,,,,,,,,,,,,,,,42,0,0,2,2,0,2,0,0,57fa83a2bc5d6b3ae76f0c949c4a4fc190f37bf4,0,0,0,0,0,
+20200306,RI,3,17,,,,,,,,,,,,,,,,44,1,0,20,20,1,20,0,0,d9bb5cfc6cf04e118b0464bd66e4b3b0e38abe5e,0,0,0,0,0,
+20200306,SC,0,5,,,,,,,,,,,,,,,,45,0,0,5,5,0,5,0,0,b1371309bbc25ea7b88f1e919854daf9f78ffee1,0,0,0,0,0,
+20200306,TN,1,,,,,,,,,,,,,,,,,47,0,0,1,1,0,1,0,0,29d49d516845372e527765dc1c5d6c41b3e03b72,0,0,0,0,0,
+20200306,TX,5,,,,,,,,,,,,,,,,,48,4,0,5,5,4,5,0,0,7a8c5e429e55b730f030665f1ed66429e35a3e9e,0,0,0,0,0,
+20200306,VA,0,21,10,,,,,,,,,,,,,,,51,0,3,31,21,3,21,0,0,bf686eb25f2ac9df82f1a0de3e2fdffce4126e7f,0,0,0,0,0,
+20200306,VT,0,0,,,,,,,,,,3/6/2020 00:00,2020-03-06T00:00:00Z,03/05 19:00,,,2020-03-06T00:00:00Z,50,0,0,0,0,0,0,0,0,e646743f021acb77b4625fe0bc5d654c767acba7,0,0,0,0,0,
+20200306,WA,537,1063,,,,,,,,,,3/6/2020 00:00,2020-03-06T00:00:00Z,03/05 19:00,26,,2020-03-06T00:00:00Z,53,81,394,1600,1600,475,1600,6,0,d74b4ec3c5ef9f6b3e741fbfe530c17a61eb99bb,0,0,0,0,0,
+20200306,WI,1,31,12,,,,,,,,,,,,,,,55,0,12,44,32,12,32,0,0,83d6792b8ce5d15007903a72cd2989198d63b4eb,0,0,0,0,0,
+20200306,WV,0,1,4,,,,,,,,,,,,,,,54,0,0,5,1,0,1,0,0,db3fd4b554714bd0042a4e757fe6ac239b99e2ef,0,0,0,0,0,
+20200305,AZ,2,28,6,,,,,,,,,,,,,,,04,0,1,36,30,1,30,0,0,8901aa0763841dfaf59b0d6dbf5e54e76e5d04a8,0,0,0,0,0,
+20200305,CA,53,462,,,,,,,,,,,,,,,,06,0,0,515,515,0,515,0,0,10c1ce97af2a37d316e43bb512b486d8c380ca37,0,0,0,0,0,
+20200305,CO,0,19,21,,,,,,,,,,,,,,,08,0,0,40,19,0,19,0,0,4e4e00cd8e193fb2bd532ac3ce3c24448268500b,0,0,0,0,0,
+20200305,DC,0,6,2,,,,,,,,,,,,,,,11,0,0,8,6,0,6,0,0,c8683cd2b38b301bda8f5d8504dfcd8b4a051546,0,0,0,0,0,
+20200305,FL,9,31,69,,,,,,,,,,,,,,,12,7,7,109,40,14,40,0,0,4e9f6074ec04eed81f2f560514edd64d7fad1db9,0,0,0,0,0,
+20200305,GA,2,,,,,,,,,,,,,,,,,13,0,0,2,2,0,2,0,0,1de4cfd2cd9c203e70d307cc08a60dbb3f9b7da9,0,0,0,0,0,
+20200305,IL,5,165,27,,,,,,,,,,,,,,,17,1,41,197,170,42,170,0,0,37e4191730f8125d012a6669374c431e1b992ea9,0,0,0,0,0,
+20200305,MD,0,17,14,,,,,,,,,,,,,,,24,0,0,31,17,0,17,0,0,18b902414b6b60a018d36a531eb5fea1a42d6916,0,0,0,0,0,
+20200305,MI,72,8,0,,,,,,,,,,,,,,,26,20,8,80,80,28,80,0,0,5d41d91d26eed455fef615a320d101ceea70d046,0,0,0,0,0,
+20200305,NC,1,,,,,,,,,,,,,,,,,37,0,0,1,1,0,1,0,0,3e1c1b94c817a671b3c572998d06c3ff0e231051,0,0,0,0,0,
+20200305,NE,0,17,5,,,,,,,,,,,,,,,31,0,0,22,17,0,17,0,0,9ea3c1792153c7a738c2fca1d4538dc6e2821b76,0,0,0,0,0,
+20200305,NH,2,16,4,,,,,,,,,,,,,,,33,0,6,22,18,6,18,0,0,d7f026c9f58a0ddfe2b3698bb840588e7c0551b6,0,0,0,0,0,
+20200305,NJ,1,,,,,,,,,,,,,,,,,34,0,0,1,1,0,1,0,0,e1b8583ad5dae4c48c5b032a4efe15dfd001afb8,0,0,0,0,0,
+20200305,NV,1,14,,,,,,,,,,,,,,,,32,0,0,15,15,0,15,0,0,12870eda379ca5a9f13f3384bd2d10b515654652,0,0,0,0,0,
+20200305,NY,22,76,24,,,,,,,,,,,,,,,36,16,28,122,98,44,98,0,0,dedb5e3a7164232b7173c320f61ea4a36465eac1,0,0,0,0,0,
+20200305,OH,0,7,3,,,,,,,,,,,,,,,39,0,0,10,7,0,7,0,0,0038222b26740a294895ee5a48e328845dd5d4e1,0,0,0,0,0,
+20200305,OR,3,45,13,,,,,,,,,,,,,,,41,0,16,61,48,16,48,0,0,36fa66c767e68598f45346538758cbe380ba7182,0,0,0,0,0,
+20200305,RI,2,17,,,,,,,,,,,,,,,,44,0,6,19,19,6,19,0,0,0091929e2d517613a4b14cc3ad44cde6ab175a5e,0,0,0,0,0,
+20200305,SC,0,5,,,,,,,,,,,,,,,,45,0,0,5,5,0,5,0,0,b89d8ffc168468aaaffd91190b13d6578ffbc40e,0,0,0,0,0,
+20200305,TN,1,,,,,,,,,,,,,,,,,47,0,0,1,1,0,1,0,0,ccc5cfbc3c62a4a99d8290034d52625dd533b9d4,0,0,0,0,0,
+20200305,TX,1,,,,,,,,,,,,,,,,,48,0,0,1,1,0,1,0,0,615ea3b340ce4cb473ee120ae528c45f6a057b6f,0,0,0,0,0,
+20200305,VA,0,18,3,,,,,,,,,,,,,,,51,0,0,21,18,0,18,0,0,a2cbafcae0fc60b119bfa9f0fa1da63a49929b0e,0,0,0,0,0,
+20200305,WA,456,669,,,,,,,,,,3/5/2020 00:00,2020-03-05T00:00:00Z,03/04 19:00,20,,2020-03-05T00:00:00Z,53,105,256,1125,1125,361,1125,4,0,8fb765faf10f82fa7a4b3a2f5e270d5682743077,0,0,0,0,0,
+20200305,WI,1,19,6,,,,,,,,,,,,,,,55,0,0,26,20,0,20,0,0,80ee648a2418bdca7c0e0bead96be003e3a1b310,0,0,0,0,0,
+20200304,AZ,2,27,5,,,,,,,,,,,,,,,04,0,0,34,29,0,29,0,0,bbdf16a74cd9b320e82776195eaffb70afd63647,0,0,0,0,0,
+20200304,CA,53,462,,,,,,,,,,,,,,,,06,0,0,515,515,0,515,0,0,ae2b9d2e5d691c66d1abe7c43c3564e865279fd9,0,0,0,0,0,
+20200304,FL,2,24,16,,,,,,,,,,,,,,,12,0,0,42,26,0,26,0,0,a7761c7a304e183c71379ce2f49a8c28e2885b8b,0,0,0,0,0,
+20200304,GA,2,,,,,,,,,,,,,,,,,13,0,0,2,2,0,2,0,0,5f89ee92caad0c4c61d1522be6a5908f11d3e2ad,0,0,0,0,0,
+20200304,IL,4,124,27,,,,,,,,,,,,,,,17,0,0,155,128,0,128,0,0,59126eb9417993e3d723a2036a8c55f4009b8c4a,0,0,0,0,0,
+20200304,MI,52,,,,,,,,,,,,,,,,,26,18,0,52,52,18,52,0,0,c8f8828ec82cd8ae36a4f64fa29c0e6a56956db4,0,0,0,0,0,
+20200304,NC,1,,,,,,,,,,,,,,,,,37,0,0,1,1,0,1,0,0,aff92f39058a06237a9272ff140e60872120a9b4,0,0,0,0,0,
+20200304,NH,2,10,7,,,,,,,,,,,,,,,33,0,0,19,12,0,12,0,0,e2f2bbab49e09e42d9fd90963431afd58a180904,0,0,0,0,0,
+20200304,NY,6,48,24,,,,,,,,,,,,,,,36,0,0,78,54,0,54,0,0,4dbef65288b7dbede2d781e28a00cba52693e213,0,0,0,0,0,
+20200304,OR,3,29,18,,,,,,,,,,,,,,,41,0,0,50,32,0,32,0,0,d15d15293428d9efb670a6d06338ae0a40b4ad2b,0,0,0,0,0,
+20200304,RI,2,11,,,,,,,,,,,,,,,,44,0,5,13,13,5,13,0,0,7efa1e0fc06f27982cfe1d48d8c13c5f2c385799,0,0,0,0,0,
+20200304,SC,0,5,,,,,,,,,,,,,,,,45,0,0,5,5,0,5,0,0,e46fa26694a224ddf25122f67839d06a1233b82f,0,0,0,0,0,
+20200304,TX,1,,,,,,,,,,,,,,,,,48,0,0,1,1,0,1,0,0,4715ee12d7c9844c6f35c67a66313383a714096a,0,0,0,0,0,
+20200304,WA,351,413,,,,,,,,,,3/4/2020 00:00,2020-03-04T00:00:00Z,03/03 19:00,16,,2020-03-04T00:00:00Z,53,93,151,764,764,244,764,2,0,103da1f1bb9e7359adca202805e7bf68ce3be18a,0,0,0,0,0,
+20200304,WI,1,19,6,,,,,,,,,,,,,,,55,0,0,26,20,0,20,0,0,f9605e87fa7285be1046c6e6685fd46477bbc0e1,0,0,0,0,0,
+20200303,MI,34,,,,,,,,,,,,,,,,,26,16,0,34,34,16,34,0,0,99cca478bdcb0e50d6e457498cb0bd6539b340be,0,0,0,0,0,
+20200303,RI,2,6,,,,,,,,,,,,,,,,44,1,6,8,8,7,8,0,0,fe184b3a4a8e416cd54d4b55cc642ee7d5280b09,0,0,0,0,0,
+20200303,WA,258,262,,,,,,,,,,3/3/2020 00:00,2020-03-03T00:00:00Z,03/02 19:00,14,,2020-03-03T00:00:00Z,53,84,140,520,520,224,520,3,0,2b184a4ae0511eac27c0d9306f295263573bfffc,0,0,0,0,0,
+20200302,MI,18,,,,,,,,,,,,,,,,,26,9,0,18,18,9,18,0,0,b4c7aec00e723fbd9c93d6be00f61bb3379bda39,0,0,0,0,0,
+20200302,RI,1,,,,,,,,,,,,,,,,,44,0,0,1,1,0,1,0,0,1960271d46dbd7dd0e3d4bf5aca62e8c246a4b05,0,0,0,0,0,
+20200302,WA,174,122,,,,,,,,,,3/2/2020 00:00,2020-03-02T00:00:00Z,03/01 19:00,11,,2020-03-02T00:00:00Z,53,72,108,296,296,180,296,3,0,b87204e223313c1f95c3c6998def9938a224ce8f,0,0,0,0,0,
+20200301,MI,9,,,,,,,,,,,,,,,,,26,0,0,9,9,0,9,0,0,3b0ebd4c7418ec15f8285df4a069070a9437d1d0,0,0,0,0,0,
+20200301,RI,1,,,,,,,,,,,,,,,,,44,0,0,1,1,0,1,0,0,dfbe740a535db58e3451ae7488e42f138c8b8905,0,0,0,0,0,
+20200301,WA,102,14,,,,,,,,,,3/1/2020 00:00,2020-03-01T00:00:00Z,02/29 19:00,8,,2020-03-01T00:00:00Z,53,78,-3,116,116,75,116,3,0,c27ffc99882954daf03369d6d9e6903a8839b901,0,0,0,0,0,
+20200229,WA,24,17,,,,,,,,,,2/29/2020 00:00,2020-02-29T00:00:00Z,02/28 19:00,5,,2020-02-29T00:00:00Z,53,15,17,41,41,32,41,1,0,516822609e8ef9816249066d1d24caae8b2105ed,0,0,0,0,0,
+20200228,WA,9,,,,,,,,,,,,,,4,,,53,7,0,9,9,7,9,2,0,5ac2cc32f64ed2b87fa8daef47cd50f37aa4361c,0,0,0,0,0,
+20200227,WA,2,,,,,,,,,,,,,,2,,,53,0,0,2,2,0,2,0,0,e32b66f69e6796f27350b5aea1add5a3caa02780,0,0,0,0,0,
+20200226,WA,2,,,,,,,,,,,,,,2,,,53,0,0,2,2,0,2,2,0,adfd4d6ba158c91578be070208aba68ee25446b1,0,0,0,0,0,
+20200225,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,18efcf1d60f13f2fb333ceaff2066096aa1e1f1d,0,0,0,0,0,
+20200224,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,adf4760aa4e781d9835b345c48fb7e2e39650153,0,0,0,0,0,
+20200223,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,d563e23adbb04b247bc063cfe4cfe25e3910b21c,0,0,0,0,0,
+20200222,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,fc4076191d01a3cd2647dbc6d0f328a68821cb1d,0,0,0,0,0,
+20200221,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,3028f28a851863c4ec5136b34a213cc874091f58,0,0,0,0,0,
+20200220,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,ec6761fc142b450963d44de92ba526e7681d7a06,0,0,0,0,0,
+20200219,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,8936ac19ef8ee46d2ecaed327ba341aa8d4ca8ed,0,0,0,0,0,
+20200218,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,152b86ecedcd6c94d6b4a46f1712aa58981a2670,0,0,0,0,0,
+20200217,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,8618b2a8654b63494e47e37f609bbf9a92a5ca66,0,0,0,0,0,
+20200216,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,f2717e21643b6df642ed245fb1c84c592df541c5,0,0,0,0,0,
+20200215,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,0cdaff3abe3e61e800d17c0e9d1f679472eba338,0,0,0,0,0,
+20200214,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,478dde5496f9ff38e966171099bd193c55003a3c,0,0,0,0,0,
+20200213,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,02b59393ebcf590ccc09a5cb37bfeeecf8f52b87,0,0,0,0,0,
+20200212,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,3044fa4002ee23120381e6355166c225eca99c01,0,0,0,0,0,
+20200211,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,84cea0433a1b2e9c15a08b80e778302d05d8c709,0,0,0,0,0,
+20200210,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,390592d5daddd39dea33b2e8b17f134598aa1701,0,0,0,0,0,
+20200209,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,dff87acf1b23d9e48b20e13339c046d09de3d9cf,0,0,0,0,0,
+20200208,WA,2,,,,,,,,,,,,,,,,,53,0,0,2,2,0,2,0,0,c2d51c05f465ae49de1d0ad4add92fb9dc0b3ddc,0,0,0,0,0,
+20200207,WA,2,,,,,,,,,,,,,,,,,53,1,0,2,2,1,2,0,0,880089fe217a807134ce11af477df05cc82842de,0,0,0,0,0,
+20200206,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,945a349b80551e682604a643cecafd19ef29498c,0,0,0,0,0,
+20200205,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,50571429789b60e60b601a911568949e5351be97,0,0,0,0,0,
+20200204,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,7ad87d355a5aae5da7a6bbc8cfce3425e3791117,0,0,0,0,0,
+20200203,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,a7203fd657d4f9070caac39bef6bf176777aaf45,0,0,0,0,0,
+20200202,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,20151191af52ec09235164e2d074707e6385dd74,0,0,0,0,0,
+20200201,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,0bdff7274ec65f89dff73bae77974f8cd82162b2,0,0,0,0,0,
+20200131,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,85284bbb2ac0326ee7d4cec1b1278b302d989016,0,0,0,0,0,
+20200130,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,f6bf127726f41c003f343c02b557d85ac55b5f58,0,0,0,0,0,
+20200129,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,83661a7e5d3d21fe6edd69743d6c8f3ff4cde5d6,0,0,0,0,0,
+20200128,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,d8b2fa69513fca96f9ac03bc2cd5c5245748c1fb,0,0,0,0,0,
+20200127,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,282f8262eafb85b3b132fe8c2b24a0fc0d41ee46,0,0,0,0,0,
+20200126,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,c91362aca4975445557b14f49e3ef797de1e0b1c,0,0,0,0,0,
+20200125,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,9be1bec9296e55b7910716eeef161f40b7dae898,0,0,0,0,0,
+20200124,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,9c9fcbd72b97700fdf886f77e8c16c9538883163,0,0,0,0,0,
+20200123,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,7b7bb15b16e3613cf1fd2d7cee5a90d483f63662,0,0,0,0,0,
+20200122,WA,1,,,,,,,,,,,,,,,,,53,0,0,1,1,0,1,0,0,3f9b3067fb6e1b79d174e867e388ae24d90de6e3,0,0,0,0,0,
diff --git a/data/inputs/downloaded/covidtracking/LICENSE b/data/inputs/downloaded/covidtracking/LICENSE
new file mode 100644
index 0000000..b09cd78
--- /dev/null
+++ b/data/inputs/downloaded/covidtracking/LICENSE
@@ -0,0 +1,201 @@
+Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/data/inputs/downloaded/france/2020-04-28/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-04-28/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-04-28/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-04-28/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france/2020-05-02/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-02/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-05-02/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-02/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france/2020-05-09/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-09/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-05-09/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-09/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france/2020-05-16/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-16/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-05-16/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-16/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france/2020-05-17/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-17/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-05-17/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-17/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france/2020-05-19/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-19/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-05-19/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-19/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france/2020-05-21/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-21/donnees-hospitalieres-nouveaux-covid19.csv
similarity index 100%
rename from data/inputs/downloaded/france/2020-05-21/donnees-hospitalieres-nouveaux-covid19.csv
rename to data/inputs/downloaded/france_cumulative_hospitalizations/2020-05-21/donnees-hospitalieres-nouveaux-covid19.csv
diff --git a/data/inputs/downloaded/france_cumulative_hospitalizations/2020-06-04/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-06-04/donnees-hospitalieres-nouveaux-covid19.csv
new file mode 100644
index 0000000..aecb91e
--- /dev/null
+++ b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-06-04/donnees-hospitalieres-nouveaux-covid19.csv
@@ -0,0 +1,7879 @@
+dep;jour;incid_hosp;incid_rea;incid_dc;incid_rad
+01;2020-03-19;1;0;0;0
+01;2020-03-20;0;0;0;1
+01;2020-03-21;4;0;0;0
+01;2020-03-22;3;1;0;1
+01;2020-03-23;14;1;0;5
+01;2020-03-24;11;1;0;4
+01;2020-03-25;13;2;0;5
+01;2020-03-26;14;3;2;2
+01;2020-03-27;14;2;0;0
+01;2020-03-28;7;3;1;3
+01;2020-03-29;10;2;3;3
+01;2020-03-30;20;7;4;1
+01;2020-03-31;20;0;1;10
+01;2020-04-01;38;14;2;10
+01;2020-04-02;32;6;2;19
+01;2020-04-03;15;4;3;13
+01;2020-04-04;24;8;5;9
+01;2020-04-05;12;4;2;3
+01;2020-04-06;10;2;1;6
+01;2020-04-07;15;3;2;5
+01;2020-04-08;19;8;4;9
+01;2020-04-09;12;3;4;8
+01;2020-04-10;17;2;5;8
+01;2020-04-11;7;3;2;15
+01;2020-04-12;4;2;0;4
+01;2020-04-13;12;1;2;3
+01;2020-04-14;14;1;2;5
+01;2020-04-15;35;0;6;28
+01;2020-04-16;16;1;0;3
+01;2020-04-17;9;2;3;9
+01;2020-04-18;31;3;5;4
+01;2020-04-19;3;1;0;1
+01;2020-04-20;4;2;2;3
+01;2020-04-21;12;3;2;11
+01;2020-04-22;13;1;4;15
+01;2020-04-23;10;0;4;9
+01;2020-04-24;6;0;1;5
+01;2020-04-25;4;0;2;5
+01;2020-04-26;4;0;0;1
+01;2020-04-27;4;0;0;7
+01;2020-04-28;4;0;3;4
+01;2020-04-29;14;0;1;11
+01;2020-04-30;8;2;1;8
+01;2020-05-01;4;0;1;5
+01;2020-05-02;1;1;0;0
+01;2020-05-03;1;0;0;0
+01;2020-05-04;2;0;0;2
+01;2020-05-05;7;2;4;12
+01;2020-05-06;8;0;0;14
+01;2020-05-07;1;0;0;7
+01;2020-05-08;1;0;0;2
+01;2020-05-09;1;0;1;2
+01;2020-05-10;3;0;0;1
+01;2020-05-11;6;2;2;6
+01;2020-05-12;4;1;0;2
+01;2020-05-13;6;0;0;4
+01;2020-05-14;4;0;0;4
+01;2020-05-15;4;0;1;5
+01;2020-05-16;1;0;1;2
+01;2020-05-17;1;0;0;1
+01;2020-05-18;1;0;0;5
+01;2020-05-19;5;0;2;13
+01;2020-05-20;2;0;0;6
+01;2020-05-21;0;0;1;4
+01;2020-05-22;0;0;1;1
+01;2020-05-23;4;0;1;5
+01;2020-05-24;0;0;0;0
+01;2020-05-25;1;0;0;1
+01;2020-05-26;3;0;0;10
+01;2020-05-27;0;0;0;1
+01;2020-05-28;0;1;0;6
+01;2020-05-29;0;0;0;0
+01;2020-05-30;1;0;0;9
+01;2020-05-31;0;0;0;0
+01;2020-06-01;0;0;0;0
+01;2020-06-02;1;0;0;2
+01;2020-06-03;2;0;1;7
+01;2020-06-04;4;0;1;1
+02;2020-03-19;38;8;10;15
+02;2020-03-20;10;3;3;9
+02;2020-03-21;30;4;1;9
+02;2020-03-22;13;1;3;8
+02;2020-03-23;27;1;2;5
+02;2020-03-24;46;4;3;23
+02;2020-03-25;15;5;1;8
+02;2020-03-26;22;3;2;10
+02;2020-03-27;16;3;1;5
+02;2020-03-28;26;2;4;13
+02;2020-03-29;4;1;1;1
+02;2020-03-30;9;4;2;3
+02;2020-03-31;58;6;7;41
+02;2020-04-01;41;4;8;13
+02;2020-04-02;58;1;8;27
+02;2020-04-03;58;4;18;16
+02;2020-04-04;42;4;10;19
+02;2020-04-05;7;0;6;2
+02;2020-04-06;14;1;6;7
+02;2020-04-07;66;2;9;31
+02;2020-04-08;23;5;4;13
+02;2020-04-09;39;4;9;20
+02;2020-04-10;32;7;8;14
+02;2020-04-11;25;0;4;22
+02;2020-04-12;9;1;2;2
+02;2020-04-13;9;0;5;1
+02;2020-04-14;9;1;5;16
+02;2020-04-15;28;4;3;25
+02;2020-04-16;13;1;4;14
+02;2020-04-17;18;1;6;12
+02;2020-04-18;13;0;3;10
+02;2020-04-19;8;1;1;1
+02;2020-04-20;107;7;6;70
+02;2020-04-21;93;1;13;90
+02;2020-04-22;29;1;5;39
+02;2020-04-23;24;1;1;20
+02;2020-04-24;25;1;3;14
+02;2020-04-25;10;0;4;12
+02;2020-04-26;12;0;3;0
+02;2020-04-27;4;0;2;8
+02;2020-04-28;29;4;5;20
+02;2020-04-29;15;4;5;18
+02;2020-04-30;16;1;1;16
+02;2020-05-01;6;0;2;11
+02;2020-05-02;7;0;0;3
+02;2020-05-03;1;0;4;0
+02;2020-05-04;12;0;5;8
+02;2020-05-05;20;0;3;25
+02;2020-05-06;20;1;1;18
+02;2020-05-07;29;4;2;45
+02;2020-05-08;21;2;2;28
+02;2020-05-09;0;0;1;0
+02;2020-05-10;2;0;2;1
+02;2020-05-11;14;3;4;9
+02;2020-05-12;7;0;4;21
+02;2020-05-13;13;0;3;25
+02;2020-05-14;12;1;0;33
+02;2020-05-15;5;0;2;7
+02;2020-05-16;12;0;2;5
+02;2020-05-17;3;0;3;0
+02;2020-05-18;10;0;1;5
+02;2020-05-19;3;1;0;7
+02;2020-05-20;6;0;2;6
+02;2020-05-21;1;0;0;4
+02;2020-05-22;2;0;0;4
+02;2020-05-23;1;0;3;2
+02;2020-05-24;1;0;0;0
+02;2020-05-25;5;0;2;16
+02;2020-05-26;19;2;1;7
+02;2020-05-27;2;0;1;10
+02;2020-05-28;7;2;2;5
+02;2020-05-29;6;1;2;7
+02;2020-05-30;3;0;0;2
+02;2020-05-31;0;0;1;0
+02;2020-06-01;0;0;1;1
+02;2020-06-02;1;0;1;1
+02;2020-06-03;5;0;0;9
+02;2020-06-04;3;2;1;3
+03;2020-03-19;2;0;0;6
+03;2020-03-20;4;0;0;3
+03;2020-03-21;4;0;0;1
+03;2020-03-22;2;0;0;2
+03;2020-03-23;11;0;1;4
+03;2020-03-24;1;0;0;0
+03;2020-03-25;6;1;0;4
+03;2020-03-26;10;1;1;6
+03;2020-03-27;6;1;2;1
+03;2020-03-28;8;0;0;4
+03;2020-03-29;3;3;0;1
+03;2020-03-30;14;4;0;6
+03;2020-03-31;5;1;1;3
+03;2020-04-01;9;1;0;7
+03;2020-04-02;5;3;1;6
+03;2020-04-03;5;0;1;1
+03;2020-04-04;6;0;0;2
+03;2020-04-05;6;4;1;4
+03;2020-04-06;6;1;0;2
+03;2020-04-07;5;0;0;4
+03;2020-04-08;9;2;2;2
+03;2020-04-09;3;1;0;0
+03;2020-04-10;5;2;0;6
+03;2020-04-11;8;1;2;2
+03;2020-04-12;4;0;1;6
+03;2020-04-13;3;0;0;3
+03;2020-04-14;6;2;3;0
+03;2020-04-15;2;0;1;4
+03;2020-04-16;4;0;2;1
+03;2020-04-17;2;0;0;1
+03;2020-04-18;2;0;3;3
+03;2020-04-19;0;1;0;0
+03;2020-04-20;5;0;0;0
+03;2020-04-21;5;0;1;9
+03;2020-04-22;5;1;1;3
+03;2020-04-23;3;0;0;4
+03;2020-04-24;2;0;1;3
+03;2020-04-25;5;0;0;3
+03;2020-04-26;3;0;0;1
+03;2020-04-27;0;0;0;1
+03;2020-04-28;1;0;1;4
+03;2020-04-29;0;2;1;4
+03;2020-04-30;2;0;0;3
+03;2020-05-01;2;0;1;1
+03;2020-05-02;2;0;0;1
+03;2020-05-03;0;0;0;0
+03;2020-05-04;1;0;0;0
+03;2020-05-05;2;0;2;6
+03;2020-05-06;2;1;0;2
+03;2020-05-07;2;0;0;2
+03;2020-05-08;3;0;1;2
+03;2020-05-09;0;1;0;0
+03;2020-05-10;1;0;0;0
+03;2020-05-11;0;1;0;0
+03;2020-05-12;2;0;1;10
+03;2020-05-13;0;0;1;2
+03;2020-05-14;1;0;0;1
+03;2020-05-15;0;0;0;1
+03;2020-05-16;0;0;0;2
+03;2020-05-17;0;0;0;0
+03;2020-05-18;0;0;0;0
+03;2020-05-19;5;0;2;4
+03;2020-05-20;4;0;3;1
+03;2020-05-21;0;0;0;0
+03;2020-05-22;0;0;0;1
+03;2020-05-23;5;0;0;3
+03;2020-05-24;3;0;0;2
+03;2020-05-25;3;0;0;1
+03;2020-05-26;1;0;0;1
+03;2020-05-27;3;0;0;7
+03;2020-05-28;0;0;1;0
+03;2020-05-29;0;0;0;2
+03;2020-05-30;0;0;0;2
+03;2020-05-31;2;0;0;3
+03;2020-06-01;1;0;0;0
+03;2020-06-02;4;0;1;1
+03;2020-06-03;0;0;0;0
+03;2020-06-04;0;0;0;0
+04;2020-03-19;1;0;0;1
+04;2020-03-20;0;0;0;0
+04;2020-03-21;1;0;0;0
+04;2020-03-22;0;0;0;0
+04;2020-03-23;0;0;0;0
+04;2020-03-24;0;0;0;0
+04;2020-03-25;17;0;0;13
+04;2020-03-26;1;0;0;0
+04;2020-03-27;4;0;0;2
+04;2020-03-28;4;0;0;3
+04;2020-03-29;0;0;0;0
+04;2020-03-30;15;3;1;8
+04;2020-03-31;5;0;1;3
+04;2020-04-01;4;1;0;2
+04;2020-04-02;15;0;1;13
+04;2020-04-03;5;1;0;1
+04;2020-04-04;0;0;0;0
+04;2020-04-05;2;2;0;0
+04;2020-04-06;11;0;1;5
+04;2020-04-07;1;0;0;7
+04;2020-04-08;3;0;0;2
+04;2020-04-09;1;0;0;0
+04;2020-04-10;6;1;0;3
+04;2020-04-11;3;1;0;4
+04;2020-04-12;0;0;1;0
+04;2020-04-13;0;0;0;0
+04;2020-04-14;8;0;0;8
+04;2020-04-15;4;0;0;1
+04;2020-04-16;0;0;1;2
+04;2020-04-17;1;0;0;1
+04;2020-04-18;1;0;0;1
+04;2020-04-19;6;0;0;2
+04;2020-04-20;10;0;0;2
+04;2020-04-21;1;0;1;4
+04;2020-04-22;4;0;0;8
+04;2020-04-23;3;0;0;4
+04;2020-04-24;3;0;0;2
+04;2020-04-25;1;0;0;2
+04;2020-04-26;0;0;0;0
+04;2020-04-27;1;0;0;3
+04;2020-04-28;2;0;0;2
+04;2020-04-29;1;1;0;1
+04;2020-04-30;2;0;0;1
+04;2020-05-01;0;0;1;0
+04;2020-05-02;0;0;0;0
+04;2020-05-03;0;0;0;0
+04;2020-05-04;0;0;0;1
+04;2020-05-05;1;0;0;1
+04;2020-05-06;1;0;0;2
+04;2020-05-07;0;0;1;1
+04;2020-05-08;0;0;0;2
+04;2020-05-09;0;0;0;0
+04;2020-05-10;0;0;0;0
+04;2020-05-11;1;0;0;1
+04;2020-05-12;0;1;0;0
+04;2020-05-13;0;0;0;0
+04;2020-05-14;0;0;0;1
+04;2020-05-15;0;0;0;0
+04;2020-05-16;3;0;0;0
+04;2020-05-17;0;0;1;0
+04;2020-05-18;1;0;0;1
+04;2020-05-19;1;0;1;0
+04;2020-05-20;0;0;0;0
+04;2020-05-21;0;0;0;0
+04;2020-05-22;0;0;0;0
+04;2020-05-23;0;0;0;0
+04;2020-05-24;0;0;0;0
+04;2020-05-25;0;0;0;1
+04;2020-05-26;0;0;0;0
+04;2020-05-27;0;0;1;0
+04;2020-05-28;0;0;0;0
+04;2020-05-29;0;0;0;0
+04;2020-05-30;0;0;0;0
+04;2020-05-31;0;0;0;0
+04;2020-06-01;0;0;0;1
+04;2020-06-02;0;0;0;0
+04;2020-06-03;1;0;0;1
+04;2020-06-04;0;0;0;0
+05;2020-03-19;4;0;0;1
+05;2020-03-20;2;0;0;0
+05;2020-03-21;3;0;0;1
+05;2020-03-22;3;0;0;0
+05;2020-03-23;5;3;0;2
+05;2020-03-24;4;1;1;4
+05;2020-03-25;7;0;0;3
+05;2020-03-26;7;2;0;1
+05;2020-03-27;5;1;0;2
+05;2020-03-28;4;0;0;4
+05;2020-03-29;8;2;0;1
+05;2020-03-30;9;0;0;6
+05;2020-03-31;7;1;0;3
+05;2020-04-01;7;2;0;0
+05;2020-04-02;8;5;0;2
+05;2020-04-03;6;2;0;0
+05;2020-04-04;1;1;0;5
+05;2020-04-05;2;0;0;3
+05;2020-04-06;6;1;1;1
+05;2020-04-07;2;1;0;2
+05;2020-04-08;2;2;0;5
+05;2020-04-09;1;0;0;8
+05;2020-04-10;2;0;0;4
+05;2020-04-11;1;0;0;3
+05;2020-04-12;1;0;1;0
+05;2020-04-13;2;0;0;2
+05;2020-04-14;0;0;0;4
+05;2020-04-15;4;0;1;5
+05;2020-04-16;2;0;0;3
+05;2020-04-17;1;0;1;1
+05;2020-04-18;2;0;1;4
+05;2020-04-19;0;0;0;0
+05;2020-04-20;0;1;0;0
+05;2020-04-21;6;0;0;2
+05;2020-04-22;1;0;0;1
+05;2020-04-23;1;0;0;1
+05;2020-04-24;1;0;0;3
+05;2020-04-25;3;0;0;1
+05;2020-04-26;0;0;0;0
+05;2020-04-27;0;0;0;5
+05;2020-04-28;0;0;0;1
+05;2020-04-29;0;0;2;0
+05;2020-04-30;3;0;0;0
+05;2020-05-01;1;0;0;0
+05;2020-05-02;2;0;0;0
+05;2020-05-03;0;0;0;0
+05;2020-05-04;0;0;0;0
+05;2020-05-05;4;0;2;1
+05;2020-05-06;0;0;0;0
+05;2020-05-07;0;0;1;2
+05;2020-05-08;0;0;0;0
+05;2020-05-09;1;1;0;1
+05;2020-05-10;0;0;0;0
+05;2020-05-11;1;0;1;1
+05;2020-05-12;0;0;1;0
+05;2020-05-13;0;0;0;1
+05;2020-05-14;0;0;2;1
+05;2020-05-15;0;0;0;0
+05;2020-05-16;0;0;0;0
+05;2020-05-17;0;0;0;0
+05;2020-05-18;2;0;1;1
+05;2020-05-19;0;0;0;1
+05;2020-05-20;0;0;0;0
+05;2020-05-21;0;0;0;0
+05;2020-05-22;0;0;1;0
+05;2020-05-23;0;0;0;0
+05;2020-05-24;0;0;0;0
+05;2020-05-25;0;0;0;0
+05;2020-05-26;0;0;0;1
+05;2020-05-27;0;0;0;0
+05;2020-05-28;1;0;0;0
+05;2020-05-29;0;0;0;0
+05;2020-05-30;0;0;0;0
+05;2020-05-31;0;0;0;0
+05;2020-06-01;0;0;0;0
+05;2020-06-02;0;0;1;3
+05;2020-06-03;0;0;0;0
+05;2020-06-04;0;0;0;1
+06;2020-03-19;12;4;0;4
+06;2020-03-20;22;3;2;10
+06;2020-03-21;5;0;2;1
+06;2020-03-22;2;1;2;2
+06;2020-03-23;22;5;0;0
+06;2020-03-24;12;1;0;23
+06;2020-03-25;29;5;1;8
+06;2020-03-26;17;1;3;5
+06;2020-03-27;19;4;0;5
+06;2020-03-28;22;4;3;11
+06;2020-03-29;19;5;2;10
+06;2020-03-30;11;5;3;1
+06;2020-03-31;22;3;3;7
+06;2020-04-01;40;9;6;18
+06;2020-04-02;43;17;3;9
+06;2020-04-03;36;9;3;9
+06;2020-04-04;37;11;3;18
+06;2020-04-05;11;2;5;4
+06;2020-04-06;31;11;4;10
+06;2020-04-07;37;11;1;13
+06;2020-04-08;32;16;8;16
+06;2020-04-09;26;5;5;11
+06;2020-04-10;39;7;2;14
+06;2020-04-11;11;2;4;20
+06;2020-04-12;6;2;1;2
+06;2020-04-13;22;4;7;8
+06;2020-04-14;28;4;6;14
+06;2020-04-15;13;1;4;15
+06;2020-04-16;18;2;3;13
+06;2020-04-17;24;3;8;29
+06;2020-04-18;17;1;2;3
+06;2020-04-19;5;0;1;0
+06;2020-04-20;19;4;9;14
+06;2020-04-21;12;0;1;14
+06;2020-04-22;22;4;2;14
+06;2020-04-23;11;3;1;13
+06;2020-04-24;11;5;7;5
+06;2020-04-25;6;1;4;14
+06;2020-04-26;5;5;1;3
+06;2020-04-27;10;3;4;2
+06;2020-04-28;14;4;2;14
+06;2020-04-29;11;7;0;11
+06;2020-04-30;4;2;5;15
+06;2020-05-01;6;1;1;14
+06;2020-05-02;0;0;1;24
+06;2020-05-03;6;0;0;2
+06;2020-05-04;19;2;10;4
+06;2020-05-05;14;2;2;10
+06;2020-05-06;10;2;4;16
+06;2020-05-07;18;0;1;5
+06;2020-05-08;9;2;5;3
+06;2020-05-09;5;2;0;1
+06;2020-05-10;1;0;0;0
+06;2020-05-11;5;0;2;10
+06;2020-05-12;6;0;2;8
+06;2020-05-13;3;0;2;9
+06;2020-05-14;6;2;1;10
+06;2020-05-15;6;3;2;21
+06;2020-05-16;4;0;1;2
+06;2020-05-17;0;0;1;1
+06;2020-05-18;0;0;1;15
+06;2020-05-19;2;1;2;5
+06;2020-05-20;6;0;0;9
+06;2020-05-21;7;0;1;7
+06;2020-05-22;2;0;1;2
+06;2020-05-23;0;0;0;0
+06;2020-05-24;2;0;1;1
+06;2020-05-25;1;0;1;4
+06;2020-05-26;2;0;2;6
+06;2020-05-27;2;1;0;6
+06;2020-05-28;2;1;1;7
+06;2020-05-29;3;0;0;5
+06;2020-05-30;2;0;0;3
+06;2020-05-31;1;0;0;0
+06;2020-06-01;1;0;0;2
+06;2020-06-02;1;1;2;3
+06;2020-06-03;0;0;1;3
+06;2020-06-04;1;0;1;3
+07;2020-03-19;7;1;0;0
+07;2020-03-20;7;1;1;3
+07;2020-03-21;6;0;0;1
+07;2020-03-22;3;1;0;0
+07;2020-03-23;7;0;1;0
+07;2020-03-24;8;2;1;1
+07;2020-03-25;44;1;1;33
+07;2020-03-26;11;1;1;5
+07;2020-03-27;12;2;4;6
+07;2020-03-28;34;1;1;21
+07;2020-03-29;8;1;1;1
+07;2020-03-30;21;0;1;12
+07;2020-03-31;33;5;1;20
+07;2020-04-01;15;1;4;11
+07;2020-04-02;12;2;6;10
+07;2020-04-03;19;2;1;5
+07;2020-04-04;1;0;2;7
+07;2020-04-05;6;1;0;0
+07;2020-04-06;23;4;4;9
+07;2020-04-07;14;0;2;10
+07;2020-04-08;9;2;3;6
+07;2020-04-09;7;2;3;10
+07;2020-04-10;10;2;2;10
+07;2020-04-11;2;1;0;6
+07;2020-04-12;2;1;0;2
+07;2020-04-13;10;0;3;1
+07;2020-04-14;10;2;3;8
+07;2020-04-15;7;1;0;12
+07;2020-04-16;4;0;0;3
+07;2020-04-17;14;1;3;9
+07;2020-04-18;8;0;1;6
+07;2020-04-19;1;0;0;0
+07;2020-04-20;4;1;3;9
+07;2020-04-21;6;3;1;5
+07;2020-04-22;4;0;1;5
+07;2020-04-23;8;0;2;10
+07;2020-04-24;3;1;0;1
+07;2020-04-25;6;2;2;7
+07;2020-04-26;7;0;1;1
+07;2020-04-27;11;0;6;2
+07;2020-04-28;51;2;2;6
+07;2020-04-29;3;1;1;4
+07;2020-04-30;28;0;1;25
+07;2020-05-01;9;0;1;8
+07;2020-05-02;2;0;0;3
+07;2020-05-03;0;0;2;0
+07;2020-05-04;4;1;2;6
+07;2020-05-05;36;0;5;14
+07;2020-05-06;16;0;2;30
+07;2020-05-07;8;0;3;5
+07;2020-05-08;4;0;2;5
+07;2020-05-09;3;0;1;1
+07;2020-05-10;9;1;2;6
+07;2020-05-11;1;0;0;5
+07;2020-05-12;4;0;0;9
+07;2020-05-13;10;0;5;13
+07;2020-05-14;7;0;1;6
+07;2020-05-15;1;1;3;5
+07;2020-05-16;1;0;1;15
+07;2020-05-17;0;0;0;0
+07;2020-05-18;6;0;1;2
+07;2020-05-19;4;0;1;8
+07;2020-05-20;5;0;2;13
+07;2020-05-21;0;0;0;10
+07;2020-05-22;3;1;0;2
+07;2020-05-23;0;0;0;1
+07;2020-05-24;2;0;0;0
+07;2020-05-25;2;1;1;2
+07;2020-05-26;4;0;1;6
+07;2020-05-27;4;0;2;9
+07;2020-05-28;0;0;1;15
+07;2020-05-29;0;0;0;12
+07;2020-05-30;0;0;0;4
+07;2020-05-31;1;0;0;0
+07;2020-06-01;2;0;0;0
+07;2020-06-02;3;1;1;1
+07;2020-06-03;0;0;0;8
+07;2020-06-04;1;1;1;3
+08;2020-03-19;1;1;0;0
+08;2020-03-20;0;0;0;0
+08;2020-03-21;2;0;0;0
+08;2020-03-22;1;0;0;0
+08;2020-03-23;1;1;0;0
+08;2020-03-24;0;0;0;1
+08;2020-03-25;2;1;0;0
+08;2020-03-26;8;4;0;0
+08;2020-03-27;0;1;0;0
+08;2020-03-28;11;0;0;0
+08;2020-03-29;7;3;0;2
+08;2020-03-30;0;0;0;0
+08;2020-03-31;22;7;0;4
+08;2020-04-01;7;0;1;0
+08;2020-04-02;13;1;0;2
+08;2020-04-03;5;0;1;3
+08;2020-04-04;11;2;1;7
+08;2020-04-05;10;0;1;3
+08;2020-04-06;8;0;2;7
+08;2020-04-07;13;1;0;7
+08;2020-04-08;0;0;1;2
+08;2020-04-09;11;2;2;5
+08;2020-04-10;9;0;2;8
+08;2020-04-11;3;1;2;5
+08;2020-04-12;23;0;4;9
+08;2020-04-13;0;0;0;0
+08;2020-04-14;9;3;4;5
+08;2020-04-15;7;1;4;8
+08;2020-04-16;3;0;0;5
+08;2020-04-17;14;3;2;9
+08;2020-04-18;11;1;5;7
+08;2020-04-19;6;0;3;3
+08;2020-04-20;3;0;5;0
+08;2020-04-21;4;0;1;2
+08;2020-04-22;10;2;2;6
+08;2020-04-23;2;0;0;1
+08;2020-04-24;4;1;0;1
+08;2020-04-25;3;1;1;1
+08;2020-04-26;4;0;0;3
+08;2020-04-27;4;0;2;1
+08;2020-04-28;1;0;0;0
+08;2020-04-29;4;0;0;7
+08;2020-04-30;0;0;0;1
+08;2020-05-01;3;0;2;0
+08;2020-05-02;2;0;0;0
+08;2020-05-03;2;2;1;0
+08;2020-05-04;0;0;1;1
+08;2020-05-05;2;0;0;1
+08;2020-05-06;12;0;0;2
+08;2020-05-07;6;1;0;2
+08;2020-05-08;0;0;0;0
+08;2020-05-09;7;1;4;0
+08;2020-05-10;3;0;0;1
+08;2020-05-11;1;0;1;0
+08;2020-05-12;1;0;1;2
+08;2020-05-13;0;0;0;0
+08;2020-05-14;7;0;2;2
+08;2020-05-15;6;0;1;4
+08;2020-05-16;0;0;0;1
+08;2020-05-17;2;1;0;0
+08;2020-05-18;0;0;0;0
+08;2020-05-19;29;3;2;1
+08;2020-05-20;0;0;0;1
+08;2020-05-21;0;0;1;0
+08;2020-05-22;3;0;0;2
+08;2020-05-23;0;0;0;0
+08;2020-05-24;0;0;0;2
+08;2020-05-25;0;0;0;0
+08;2020-05-26;1;0;0;8
+08;2020-05-27;1;0;0;0
+08;2020-05-28;1;0;0;3
+08;2020-05-29;1;1;0;0
+08;2020-05-30;2;0;1;26
+08;2020-05-31;0;0;0;0
+08;2020-06-01;3;1;0;2
+08;2020-06-02;0;0;0;0
+08;2020-06-03;0;0;0;0
+08;2020-06-04;1;0;0;3
+09;2020-03-19;0;0;0;0
+09;2020-03-20;1;0;0;0
+09;2020-03-21;1;0;0;1
+09;2020-03-22;1;0;0;0
+09;2020-03-23;1;2;0;0
+09;2020-03-24;1;0;0;0
+09;2020-03-25;5;0;0;1
+09;2020-03-26;0;1;0;0
+09;2020-03-27;1;0;0;0
+09;2020-03-28;0;0;0;0
+09;2020-03-29;0;1;0;0
+09;2020-03-30;2;1;0;0
+09;2020-03-31;3;0;0;2
+09;2020-04-01;5;3;0;1
+09;2020-04-02;2;0;1;1
+09;2020-04-03;0;0;0;0
+09;2020-04-04;1;0;0;2
+09;2020-04-05;3;0;0;0
+09;2020-04-06;1;0;0;1
+09;2020-04-07;2;0;0;1
+09;2020-04-08;3;0;0;1
+09;2020-04-09;1;0;0;1
+09;2020-04-10;1;0;0;4
+09;2020-04-11;0;0;0;0
+09;2020-04-12;1;0;0;0
+09;2020-04-13;0;0;0;0
+09;2020-04-14;0;0;0;0
+09;2020-04-15;2;0;0;0
+09;2020-04-16;0;0;0;0
+09;2020-04-17;2;1;1;4
+09;2020-04-18;0;0;0;0
+09;2020-04-19;0;0;0;1
+09;2020-04-20;1;0;0;1
+09;2020-04-21;0;0;0;1
+09;2020-04-22;0;0;0;0
+09;2020-04-23;1;0;0;0
+09;2020-04-24;1;0;0;4
+09;2020-04-25;0;0;0;0
+09;2020-04-26;0;0;0;0
+09;2020-04-27;0;0;0;1
+09;2020-04-28;0;0;0;0
+09;2020-04-29;0;0;0;0
+09;2020-04-30;0;0;0;0
+09;2020-05-01;0;0;0;3
+09;2020-05-02;0;0;0;1
+09;2020-05-03;0;0;0;0
+09;2020-05-04;0;0;0;0
+09;2020-05-05;0;0;0;0
+09;2020-05-06;0;0;0;0
+09;2020-05-07;0;0;0;0
+09;2020-05-08;0;1;0;0
+09;2020-05-09;0;0;0;0
+09;2020-05-10;0;0;0;0
+09;2020-05-11;0;0;0;0
+09;2020-05-12;0;0;0;0
+09;2020-05-13;0;0;0;0
+09;2020-05-14;0;0;0;0
+09;2020-05-15;0;0;0;0
+09;2020-05-16;0;0;0;0
+09;2020-05-17;0;0;0;0
+09;2020-05-18;0;0;0;0
+09;2020-05-19;0;0;0;0
+09;2020-05-20;2;0;0;0
+09;2020-05-21;1;0;0;0
+09;2020-05-22;0;0;1;2
+09;2020-05-23;0;0;0;0
+09;2020-05-24;0;0;0;0
+09;2020-05-25;0;0;0;0
+09;2020-05-26;0;0;0;0
+09;2020-05-27;0;0;0;1
+09;2020-05-28;0;0;0;0
+09;2020-05-29;0;0;0;0
+09;2020-05-30;0;0;0;0
+09;2020-05-31;0;0;0;0
+09;2020-06-01;0;0;0;0
+09;2020-06-02;0;0;0;0
+09;2020-06-03;0;0;0;0
+09;2020-06-04;0;0;0;0
+10;2020-03-19;6;2;0;0
+10;2020-03-20;2;0;0;0
+10;2020-03-21;6;2;0;0
+10;2020-03-22;9;0;0;0
+10;2020-03-23;9;0;2;0
+10;2020-03-24;3;0;0;0
+10;2020-03-25;17;5;4;3
+10;2020-03-26;12;2;0;0
+10;2020-03-27;4;0;0;0
+10;2020-03-28;4;0;1;0
+10;2020-03-29;1;0;0;0
+10;2020-03-30;6;0;0;1
+10;2020-03-31;13;1;1;0
+10;2020-04-01;34;5;10;17
+10;2020-04-02;23;2;2;3
+10;2020-04-03;9;0;1;1
+10;2020-04-04;38;4;10;2
+10;2020-04-05;10;1;3;0
+10;2020-04-06;3;0;1;0
+10;2020-04-07;13;2;3;3
+10;2020-04-08;29;2;9;24
+10;2020-04-09;157;5;11;95
+10;2020-04-10;62;0;1;49
+10;2020-04-11;9;0;2;0
+10;2020-04-12;24;0;0;1
+10;2020-04-13;24;0;1;1
+10;2020-04-14;19;1;3;0
+10;2020-04-15;11;0;5;14
+10;2020-04-16;18;0;2;18
+10;2020-04-17;13;0;2;13
+10;2020-04-18;6;0;0;1
+10;2020-04-19;4;1;2;0
+10;2020-04-20;12;0;6;19
+10;2020-04-21;7;5;4;10
+10;2020-04-22;37;0;7;27
+10;2020-04-23;29;2;5;14
+10;2020-04-24;29;0;4;27
+10;2020-04-25;12;0;3;2
+10;2020-04-26;0;0;1;0
+10;2020-04-27;6;0;2;7
+10;2020-04-28;29;5;1;22
+10;2020-04-29;26;4;3;27
+10;2020-04-30;16;3;2;10
+10;2020-05-01;19;0;1;18
+10;2020-05-02;13;2;0;3
+10;2020-05-03;14;5;0;20
+10;2020-05-04;4;0;1;0
+10;2020-05-05;4;0;0;10
+10;2020-05-06;10;0;2;16
+10;2020-05-07;20;0;4;27
+10;2020-05-08;5;0;1;3
+10;2020-05-09;1;0;0;0
+10;2020-05-10;4;0;0;2
+10;2020-05-11;2;0;1;0
+10;2020-05-12;2;0;0;5
+10;2020-05-13;2;0;0;5
+10;2020-05-14;6;0;0;1
+10;2020-05-15;1;0;0;8
+10;2020-05-16;5;0;0;4
+10;2020-05-17;2;0;3;1
+10;2020-05-18;7;0;0;0
+10;2020-05-19;1;0;0;5
+10;2020-05-20;3;0;2;12
+10;2020-05-21;5;0;0;2
+10;2020-05-22;1;0;0;0
+10;2020-05-23;1;0;0;0
+10;2020-05-24;1;0;2;0
+10;2020-05-25;0;0;0;0
+10;2020-05-26;1;0;2;5
+10;2020-05-27;2;0;1;19
+10;2020-05-28;4;0;2;3
+10;2020-05-29;2;0;1;5
+10;2020-05-30;0;0;0;3
+10;2020-05-31;0;0;0;1
+10;2020-06-01;1;0;0;0
+10;2020-06-02;0;0;1;0
+10;2020-06-03;0;0;0;4
+10;2020-06-04;0;0;0;3
+11;2020-03-19;19;5;3;4
+11;2020-03-20;10;2;2;1
+11;2020-03-21;2;0;3;0
+11;2020-03-22;5;1;1;0
+11;2020-03-23;14;4;0;0
+11;2020-03-24;5;1;2;0
+11;2020-03-25;12;1;3;4
+11;2020-03-26;13;3;1;6
+11;2020-03-27;12;2;0;3
+11;2020-03-28;21;4;2;8
+11;2020-03-29;18;1;0;1
+11;2020-03-30;19;2;1;1
+11;2020-03-31;15;1;2;3
+11;2020-04-01;17;3;2;7
+11;2020-04-02;31;1;0;6
+11;2020-04-03;7;1;4;3
+11;2020-04-04;8;1;0;3
+11;2020-04-05;8;0;3;6
+11;2020-04-06;7;2;4;4
+11;2020-04-07;13;2;0;9
+11;2020-04-08;4;0;3;5
+11;2020-04-09;3;1;2;5
+11;2020-04-10;6;2;1;7
+11;2020-04-11;7;0;0;5
+11;2020-04-12;17;0;1;0
+11;2020-04-13;13;1;2;0
+11;2020-04-14;4;0;1;2
+11;2020-04-15;4;0;0;10
+11;2020-04-16;3;0;0;4
+11;2020-04-17;7;1;0;7
+11;2020-04-18;7;0;1;9
+11;2020-04-19;3;1;0;0
+11;2020-04-20;2;0;1;1
+11;2020-04-21;11;1;1;6
+11;2020-04-22;1;0;1;2
+11;2020-04-23;1;0;1;5
+11;2020-04-24;5;0;2;3
+11;2020-04-25;3;0;1;5
+11;2020-04-26;1;0;1;2
+11;2020-04-27;3;1;0;0
+11;2020-04-28;8;2;1;7
+11;2020-04-29;0;0;0;2
+11;2020-04-30;7;0;2;11
+11;2020-05-01;5;0;0;1
+11;2020-05-02;1;0;0;1
+11;2020-05-03;5;0;0;0
+11;2020-05-04;2;0;1;4
+11;2020-05-05;1;0;1;3
+11;2020-05-06;0;0;0;9
+11;2020-05-07;2;0;1;2
+11;2020-05-08;1;0;0;0
+11;2020-05-09;0;1;1;1
+11;2020-05-10;0;0;0;0
+11;2020-05-11;0;0;0;0
+11;2020-05-12;0;0;0;3
+11;2020-05-13;9;1;0;2
+11;2020-05-14;0;0;0;3
+11;2020-05-15;0;0;0;3
+11;2020-05-16;7;1;0;0
+11;2020-05-17;3;0;0;3
+11;2020-05-18;3;1;0;0
+11;2020-05-19;2;0;0;2
+11;2020-05-20;2;0;0;5
+11;2020-05-21;2;0;0;2
+11;2020-05-22;7;2;0;1
+11;2020-05-23;0;0;0;0
+11;2020-05-24;0;0;0;0
+11;2020-05-25;1;0;0;0
+11;2020-05-26;0;0;0;1
+11;2020-05-27;0;0;0;1
+11;2020-05-28;2;0;0;4
+11;2020-05-29;1;0;0;1
+11;2020-05-30;1;0;0;1
+11;2020-05-31;2;0;1;0
+11;2020-06-01;0;0;1;0
+11;2020-06-02;2;0;1;0
+11;2020-06-03;0;0;0;2
+11;2020-06-04;0;0;0;2
+12;2020-03-19;4;0;1;1
+12;2020-03-20;4;0;0;1
+12;2020-03-21;1;0;0;1
+12;2020-03-22;2;0;0;0
+12;2020-03-23;1;0;0;0
+12;2020-03-24;6;1;0;1
+12;2020-03-25;3;1;0;5
+12;2020-03-26;8;2;3;0
+12;2020-03-27;6;1;1;3
+12;2020-03-28;13;0;1;3
+12;2020-03-29;2;0;0;0
+12;2020-03-30;10;2;0;3
+12;2020-03-31;6;2;0;2
+12;2020-04-01;4;0;1;0
+12;2020-04-02;9;1;0;3
+12;2020-04-03;13;1;1;2
+12;2020-04-04;10;2;2;5
+12;2020-04-05;3;0;2;3
+12;2020-04-06;6;0;0;1
+12;2020-04-07;4;0;1;7
+12;2020-04-08;3;0;1;5
+12;2020-04-09;4;1;1;3
+12;2020-04-10;7;2;2;6
+12;2020-04-11;8;0;0;2
+12;2020-04-12;2;0;1;0
+12;2020-04-13;3;0;1;1
+12;2020-04-14;1;0;0;2
+12;2020-04-15;3;0;0;4
+12;2020-04-16;1;0;0;1
+12;2020-04-17;5;0;0;2
+12;2020-04-18;8;0;0;2
+12;2020-04-19;1;0;0;2
+12;2020-04-20;4;0;0;1
+12;2020-04-21;1;0;1;2
+12;2020-04-22;3;0;0;6
+12;2020-04-23;3;0;0;6
+12;2020-04-24;0;0;0;13
+12;2020-04-25;0;0;0;2
+12;2020-04-26;0;0;0;0
+12;2020-04-27;0;0;0;0
+12;2020-04-28;0;0;0;3
+12;2020-04-29;0;0;1;2
+12;2020-04-30;1;0;1;4
+12;2020-05-01;0;0;0;5
+12;2020-05-02;0;0;0;4
+12;2020-05-03;0;0;0;0
+12;2020-05-04;0;0;0;0
+12;2020-05-05;0;0;0;3
+12;2020-05-06;2;0;0;1
+12;2020-05-07;0;0;0;0
+12;2020-05-08;0;0;0;0
+12;2020-05-09;0;0;0;1
+12;2020-05-10;0;0;0;0
+12;2020-05-11;0;0;0;0
+12;2020-05-12;0;0;0;1
+12;2020-05-13;1;0;0;0
+12;2020-05-14;0;0;1;2
+12;2020-05-15;0;0;0;0
+12;2020-05-16;0;0;0;4
+12;2020-05-17;0;0;0;0
+12;2020-05-18;0;0;0;0
+12;2020-05-19;0;0;0;0
+12;2020-05-20;0;0;0;0
+12;2020-05-21;0;0;0;0
+12;2020-05-22;1;0;0;4
+12;2020-05-23;0;0;0;0
+12;2020-05-24;0;0;0;0
+12;2020-05-25;0;0;0;0
+12;2020-05-26;0;0;0;0
+12;2020-05-27;0;0;0;0
+12;2020-05-28;0;0;1;1
+12;2020-05-29;0;0;0;0
+12;2020-05-30;0;0;0;4
+12;2020-05-31;0;0;0;0
+12;2020-06-01;0;0;0;0
+12;2020-06-02;0;0;0;0
+12;2020-06-03;0;0;0;0
+12;2020-06-04;0;0;0;0
+13;2020-03-19;90;17;0;43
+13;2020-03-20;43;4;0;7
+13;2020-03-21;63;12;0;21
+13;2020-03-22;48;1;0;11
+13;2020-03-23;80;15;0;30
+13;2020-03-24;94;20;3;30
+13;2020-03-25;80;5;5;65
+13;2020-03-26;114;20;4;53
+13;2020-03-27;136;16;4;38
+13;2020-03-28;107;15;3;27
+13;2020-03-29;117;25;7;6
+13;2020-03-30;138;34;5;22
+13;2020-03-31;166;22;12;101
+13;2020-04-01;140;28;8;94
+13;2020-04-02;106;21;10;33
+13;2020-04-03;160;29;14;67
+13;2020-04-04;98;15;11;62
+13;2020-04-05;77;10;6;19
+13;2020-04-06;149;18;25;45
+13;2020-04-07;67;10;16;138
+13;2020-04-08;136;19;8;71
+13;2020-04-09;75;10;10;120
+13;2020-04-10;127;30;6;62
+13;2020-04-11;47;9;13;56
+13;2020-04-12;85;9;2;11
+13;2020-04-13;41;8;7;16
+13;2020-04-14;96;12;17;74
+13;2020-04-15;86;15;10;60
+13;2020-04-16;86;17;19;76
+13;2020-04-17;119;13;11;67
+13;2020-04-18;60;9;9;85
+13;2020-04-19;27;6;6;82
+13;2020-04-20;84;21;19;55
+13;2020-04-21;106;7;20;82
+13;2020-04-22;114;7;30;84
+13;2020-04-23;69;14;9;56
+13;2020-04-24;80;17;25;82
+13;2020-04-25;53;5;9;68
+13;2020-04-26;32;4;4;5
+13;2020-04-27;58;9;15;33
+13;2020-04-28;54;7;11;76
+13;2020-04-29;62;8;8;51
+13;2020-04-30;29;6;9;63
+13;2020-05-01;32;1;6;32
+13;2020-05-02;34;0;2;12
+13;2020-05-03;21;4;5;11
+13;2020-05-04;33;4;8;48
+13;2020-05-05;25;3;9;54
+13;2020-05-06;39;2;3;42
+13;2020-05-07;24;6;5;48
+13;2020-05-08;18;3;1;28
+13;2020-05-09;10;0;3;7
+13;2020-05-10;12;7;4;7
+13;2020-05-11;34;10;11;19
+13;2020-05-12;15;4;5;25
+13;2020-05-13;22;5;6;27
+13;2020-05-14;16;3;5;29
+13;2020-05-15;22;3;5;39
+13;2020-05-16;12;3;4;12
+13;2020-05-17;11;1;2;3
+13;2020-05-18;12;2;5;7
+13;2020-05-19;18;1;2;23
+13;2020-05-20;17;1;7;48
+13;2020-05-21;13;0;6;17
+13;2020-05-22;2;2;3;13
+13;2020-05-23;12;1;1;11
+13;2020-05-24;4;0;1;2
+13;2020-05-25;11;3;4;23
+13;2020-05-26;10;2;3;27
+13;2020-05-27;7;2;0;18
+13;2020-05-28;4;2;2;19
+13;2020-05-29;9;1;3;29
+13;2020-05-30;5;0;0;2
+13;2020-05-31;5;0;0;2
+13;2020-06-01;1;0;0;4
+13;2020-06-02;8;0;4;12
+13;2020-06-03;10;1;2;21
+13;2020-06-04;8;1;0;34
+14;2020-03-19;3;0;0;1
+14;2020-03-20;1;0;1;2
+14;2020-03-21;6;3;0;1
+14;2020-03-22;10;2;0;0
+14;2020-03-23;10;1;0;2
+14;2020-03-24;5;4;0;2
+14;2020-03-25;17;4;0;1
+14;2020-03-26;9;3;0;4
+14;2020-03-27;16;5;1;1
+14;2020-03-28;22;7;0;4
+14;2020-03-29;16;4;0;1
+14;2020-03-30;7;1;5;1
+14;2020-03-31;11;6;0;4
+14;2020-04-01;25;7;1;7
+14;2020-04-02;19;8;1;0
+14;2020-04-03;11;6;2;8
+14;2020-04-04;10;5;2;14
+14;2020-04-05;14;3;3;1
+14;2020-04-06;19;5;7;7
+14;2020-04-07;15;0;3;6
+14;2020-04-08;13;3;3;4
+14;2020-04-09;7;2;2;5
+14;2020-04-10;13;1;1;1
+14;2020-04-11;10;1;2;10
+14;2020-04-12;8;0;2;8
+14;2020-04-13;2;0;1;4
+14;2020-04-14;7;0;5;5
+14;2020-04-15;9;1;5;6
+14;2020-04-16;4;4;1;8
+14;2020-04-17;7;2;2;10
+14;2020-04-18;8;0;0;9
+14;2020-04-19;9;2;1;1
+14;2020-04-20;2;0;1;1
+14;2020-04-21;11;1;1;8
+14;2020-04-22;3;1;0;4
+14;2020-04-23;2;1;1;4
+14;2020-04-24;11;1;1;3
+14;2020-04-25;1;0;1;0
+14;2020-04-26;1;1;0;0
+14;2020-04-27;1;0;0;1
+14;2020-04-28;7;1;2;7
+14;2020-04-29;10;0;2;11
+14;2020-04-30;1;0;1;2
+14;2020-05-01;6;1;0;5
+14;2020-05-02;4;0;2;1
+14;2020-05-03;1;0;0;0
+14;2020-05-04;4;0;1;1
+14;2020-05-05;10;0;0;7
+14;2020-05-06;3;0;0;3
+14;2020-05-07;4;0;1;6
+14;2020-05-08;3;0;2;4
+14;2020-05-09;2;0;0;0
+14;2020-05-10;1;1;0;0
+14;2020-05-11;1;0;3;1
+14;2020-05-12;6;0;2;5
+14;2020-05-13;2;1;2;5
+14;2020-05-14;2;0;0;4
+14;2020-05-15;4;0;0;9
+14;2020-05-16;4;0;0;5
+14;2020-05-17;1;0;0;0
+14;2020-05-18;0;1;1;5
+14;2020-05-19;5;0;1;4
+14;2020-05-20;1;0;0;3
+14;2020-05-21;1;0;2;5
+14;2020-05-22;2;0;0;5
+14;2020-05-23;1;0;1;1
+14;2020-05-24;2;1;0;0
+14;2020-05-25;3;0;2;0
+14;2020-05-26;1;0;1;3
+14;2020-05-27;0;0;0;23
+14;2020-05-28;0;0;0;2
+14;2020-05-29;0;0;1;6
+14;2020-05-30;0;0;0;1
+14;2020-05-31;0;0;0;0
+14;2020-06-01;0;0;0;0
+14;2020-06-02;0;0;0;1
+14;2020-06-03;0;0;0;2
+14;2020-06-04;0;0;0;1
+15;2020-03-19;1;0;0;0
+15;2020-03-20;1;0;0;0
+15;2020-03-21;1;0;0;0
+15;2020-03-22;0;1;0;0
+15;2020-03-23;0;0;0;0
+15;2020-03-24;2;1;0;0
+15;2020-03-25;1;1;0;1
+15;2020-03-26;0;0;0;1
+15;2020-03-27;1;0;0;0
+15;2020-03-28;1;0;0;0
+15;2020-03-29;0;0;0;0
+15;2020-03-30;3;0;0;0
+15;2020-03-31;3;1;0;0
+15;2020-04-01;1;1;0;1
+15;2020-04-02;9;1;0;1
+15;2020-04-03;3;2;0;0
+15;2020-04-04;1;0;0;0
+15;2020-04-05;2;1;0;0
+15;2020-04-06;2;0;0;0
+15;2020-04-07;0;1;0;3
+15;2020-04-08;2;1;0;2
+15;2020-04-09;2;0;0;1
+15;2020-04-10;0;0;0;0
+15;2020-04-11;0;0;0;0
+15;2020-04-12;1;0;0;0
+15;2020-04-13;1;0;0;0
+15;2020-04-14;1;2;0;1
+15;2020-04-15;1;0;0;2
+15;2020-04-16;1;1;0;1
+15;2020-04-17;1;0;0;6
+15;2020-04-18;0;0;0;1
+15;2020-04-19;5;0;0;0
+15;2020-04-20;1;1;0;0
+15;2020-04-21;3;0;1;0
+15;2020-04-22;1;0;0;2
+15;2020-04-23;1;0;3;1
+15;2020-04-24;0;0;1;3
+15;2020-04-25;0;0;0;0
+15;2020-04-26;0;0;0;0
+15;2020-04-27;6;0;1;0
+15;2020-04-28;3;0;0;2
+15;2020-04-29;0;0;0;0
+15;2020-04-30;0;1;0;0
+15;2020-05-01;0;0;0;0
+15;2020-05-02;1;0;0;0
+15;2020-05-03;0;0;0;0
+15;2020-05-04;1;0;2;2
+15;2020-05-05;2;1;1;0
+15;2020-05-06;0;0;0;3
+15;2020-05-07;0;0;1;1
+15;2020-05-08;0;0;0;2
+15;2020-05-09;0;0;0;0
+15;2020-05-10;0;0;0;0
+15;2020-05-11;0;0;0;0
+15;2020-05-12;2;0;0;1
+15;2020-05-13;1;1;0;1
+15;2020-05-14;0;0;0;0
+15;2020-05-15;0;0;0;2
+15;2020-05-16;1;0;0;0
+15;2020-05-17;0;0;0;0
+15;2020-05-18;0;0;0;0
+15;2020-05-19;0;0;0;0
+15;2020-05-20;0;0;0;1
+15;2020-05-21;0;0;0;0
+15;2020-05-22;0;0;0;0
+15;2020-05-23;0;0;0;0
+15;2020-05-24;0;0;0;0
+15;2020-05-25;1;1;0;0
+15;2020-05-26;0;0;0;2
+15;2020-05-27;0;0;0;0
+15;2020-05-28;0;0;0;0
+15;2020-05-29;0;0;0;0
+15;2020-05-30;0;0;0;1
+15;2020-05-31;0;0;0;0
+15;2020-06-01;0;0;0;0
+15;2020-06-02;0;0;0;0
+15;2020-06-03;0;0;0;0
+15;2020-06-04;0;0;0;1
+16;2020-03-19;1;0;0;2
+16;2020-03-20;1;0;0;0
+16;2020-03-21;2;1;0;0
+16;2020-03-22;3;2;1;0
+16;2020-03-23;2;2;0;0
+16;2020-03-24;8;0;1;0
+16;2020-03-25;12;1;2;0
+16;2020-03-26;5;0;0;4
+16;2020-03-27;10;2;0;2
+16;2020-03-28;2;1;2;4
+16;2020-03-29;10;2;1;1
+16;2020-03-30;6;0;2;0
+16;2020-03-31;4;0;1;6
+16;2020-04-01;6;1;0;2
+16;2020-04-02;4;1;1;2
+16;2020-04-03;4;1;0;4
+16;2020-04-04;1;1;0;1
+16;2020-04-05;3;0;2;1
+16;2020-04-06;0;0;1;1
+16;2020-04-07;0;0;1;2
+16;2020-04-08;3;1;1;2
+16;2020-04-09;0;0;0;0
+16;2020-04-10;1;1;0;2
+16;2020-04-11;0;0;0;0
+16;2020-04-12;1;0;0;1
+16;2020-04-13;0;0;0;0
+16;2020-04-14;0;0;0;0
+16;2020-04-15;0;0;1;0
+16;2020-04-16;0;0;0;2
+16;2020-04-17;1;0;0;0
+16;2020-04-18;0;0;0;1
+16;2020-04-19;2;0;0;0
+16;2020-04-20;0;0;1;0
+16;2020-04-21;0;0;0;0
+16;2020-04-22;0;0;0;2
+16;2020-04-23;0;0;0;0
+16;2020-04-24;0;0;0;1
+16;2020-04-25;0;0;0;0
+16;2020-04-26;0;0;0;0
+16;2020-04-27;0;0;0;0
+16;2020-04-28;0;0;1;0
+16;2020-04-29;0;0;0;0
+16;2020-04-30;0;0;0;4
+16;2020-05-01;1;0;0;0
+16;2020-05-02;0;0;0;0
+16;2020-05-03;0;0;1;1
+16;2020-05-04;1;1;0;0
+16;2020-05-05;0;0;0;0
+16;2020-05-06;0;0;0;1
+16;2020-05-07;0;0;0;0
+16;2020-05-08;0;0;0;0
+16;2020-05-09;0;0;0;0
+16;2020-05-10;0;0;0;0
+16;2020-05-11;0;0;0;0
+16;2020-05-12;0;0;0;0
+16;2020-05-13;4;1;0;0
+16;2020-05-14;0;0;0;0
+16;2020-05-15;0;0;0;0
+16;2020-05-16;0;0;0;0
+16;2020-05-17;0;0;0;1
+16;2020-05-18;1;0;0;0
+16;2020-05-19;1;0;0;3
+16;2020-05-20;0;0;0;0
+16;2020-05-21;0;0;0;0
+16;2020-05-22;0;0;0;0
+16;2020-05-23;1;0;0;0
+16;2020-05-24;2;0;0;0
+16;2020-05-25;1;0;0;1
+16;2020-05-26;1;0;0;2
+16;2020-05-27;0;0;0;0
+16;2020-05-28;0;0;0;1
+16;2020-05-29;0;0;0;0
+16;2020-05-30;0;0;0;0
+16;2020-05-31;0;0;0;0
+16;2020-06-01;0;0;0;0
+16;2020-06-02;0;0;0;0
+16;2020-06-03;0;0;0;0
+16;2020-06-04;0;0;0;0
+17;2020-03-19;2;0;0;0
+17;2020-03-20;2;1;0;0
+17;2020-03-21;4;2;0;2
+17;2020-03-22;2;1;0;1
+17;2020-03-23;2;1;0;1
+17;2020-03-24;14;0;0;0
+17;2020-03-25;10;0;0;1
+17;2020-03-26;28;7;0;8
+17;2020-03-27;9;2;0;1
+17;2020-03-28;9;4;1;3
+17;2020-03-29;11;5;2;1
+17;2020-03-30;16;2;3;1
+17;2020-03-31;8;2;3;6
+17;2020-04-01;18;2;1;4
+17;2020-04-02;10;2;1;2
+17;2020-04-03;11;0;0;0
+17;2020-04-04;8;0;0;4
+17;2020-04-05;7;2;2;3
+17;2020-04-06;6;1;2;2
+17;2020-04-07;17;1;4;5
+17;2020-04-08;22;2;2;8
+17;2020-04-09;7;0;0;5
+17;2020-04-10;5;1;0;3
+17;2020-04-11;7;0;1;2
+17;2020-04-12;8;0;1;0
+17;2020-04-13;7;0;0;1
+17;2020-04-14;13;1;2;2
+17;2020-04-15;7;2;2;4
+17;2020-04-16;2;0;0;3
+17;2020-04-17;3;1;1;1
+17;2020-04-18;6;2;0;4
+17;2020-04-19;0;0;1;0
+17;2020-04-20;3;0;3;1
+17;2020-04-21;3;0;0;3
+17;2020-04-22;1;0;1;0
+17;2020-04-23;5;0;1;4
+17;2020-04-24;0;0;3;2
+17;2020-04-25;0;0;0;1
+17;2020-04-26;0;0;3;1
+17;2020-04-27;4;1;1;0
+17;2020-04-28;0;0;0;3
+17;2020-04-29;0;0;0;1
+17;2020-04-30;2;1;2;6
+17;2020-05-01;0;0;0;1
+17;2020-05-02;1;0;0;2
+17;2020-05-03;0;0;0;0
+17;2020-05-04;0;0;0;1
+17;2020-05-05;0;0;0;1
+17;2020-05-06;1;0;0;4
+17;2020-05-07;2;1;1;4
+17;2020-05-08;0;0;0;1
+17;2020-05-09;0;0;0;0
+17;2020-05-10;1;0;0;0
+17;2020-05-11;0;0;0;1
+17;2020-05-12;0;0;0;3
+17;2020-05-13;0;0;0;0
+17;2020-05-14;0;0;1;2
+17;2020-05-15;0;0;0;3
+17;2020-05-16;0;0;0;1
+17;2020-05-17;0;0;0;1
+17;2020-05-18;0;0;0;0
+17;2020-05-19;1;0;0;2
+17;2020-05-20;0;0;1;1
+17;2020-05-21;0;0;0;0
+17;2020-05-22;0;0;0;0
+17;2020-05-23;0;0;0;1
+17;2020-05-24;0;0;0;0
+17;2020-05-25;0;0;0;1
+17;2020-05-26;0;0;1;0
+17;2020-05-27;0;0;1;1
+17;2020-05-28;0;0;0;0
+17;2020-05-29;0;0;0;4
+17;2020-05-30;0;0;0;0
+17;2020-05-31;0;0;0;0
+17;2020-06-01;0;0;0;0
+17;2020-06-02;0;0;0;0
+17;2020-06-03;0;0;0;2
+17;2020-06-04;0;0;0;0
+18;2020-03-19;0;0;0;0
+18;2020-03-20;0;0;0;0
+18;2020-03-21;0;0;0;0
+18;2020-03-22;0;0;0;0
+18;2020-03-23;0;0;0;0
+18;2020-03-24;3;2;0;1
+18;2020-03-25;5;3;0;0
+18;2020-03-26;3;1;1;0
+18;2020-03-27;5;0;1;2
+18;2020-03-28;6;3;2;0
+18;2020-03-29;2;0;0;0
+18;2020-03-30;16;4;2;0
+18;2020-03-31;10;2;2;1
+18;2020-04-01;5;1;3;1
+18;2020-04-02;6;1;3;3
+18;2020-04-03;10;0;1;3
+18;2020-04-04;6;3;1;1
+18;2020-04-05;7;1;4;1
+18;2020-04-06;14;2;3;2
+18;2020-04-07;9;3;2;7
+18;2020-04-08;4;0;2;4
+18;2020-04-09;10;0;0;1
+18;2020-04-10;13;1;2;4
+18;2020-04-11;8;1;1;6
+18;2020-04-12;2;0;2;0
+18;2020-04-13;7;0;4;0
+18;2020-04-14;2;0;0;1
+18;2020-04-15;5;1;1;2
+18;2020-04-16;3;0;1;5
+18;2020-04-17;20;0;3;6
+18;2020-04-18;3;1;1;0
+18;2020-04-19;6;0;1;1
+18;2020-04-20;1;0;1;0
+18;2020-04-21;16;1;1;4
+18;2020-04-22;5;0;4;8
+18;2020-04-23;3;0;1;3
+18;2020-04-24;4;0;2;2
+18;2020-04-25;4;3;1;0
+18;2020-04-26;4;0;1;0
+18;2020-04-27;6;0;4;1
+18;2020-04-28;6;0;1;10
+18;2020-04-29;10;0;3;2
+18;2020-04-30;3;0;0;5
+18;2020-05-01;2;0;0;2
+18;2020-05-02;0;0;0;1
+18;2020-05-03;2;0;0;0
+18;2020-05-04;2;1;0;3
+18;2020-05-05;10;0;3;7
+18;2020-05-06;4;0;2;11
+18;2020-05-07;1;0;1;3
+18;2020-05-08;3;0;0;7
+18;2020-05-09;3;0;0;0
+18;2020-05-10;1;0;1;1
+18;2020-05-11;2;0;1;4
+18;2020-05-12;0;0;0;3
+18;2020-05-13;1;0;0;3
+18;2020-05-14;1;0;0;3
+18;2020-05-15;1;0;1;5
+18;2020-05-16;0;0;0;1
+18;2020-05-17;0;0;1;1
+18;2020-05-18;2;0;1;2
+18;2020-05-19;2;0;0;0
+18;2020-05-20;2;0;2;4
+18;2020-05-21;0;0;0;0
+18;2020-05-22;8;0;1;4
+18;2020-05-23;0;0;0;0
+18;2020-05-24;1;0;0;0
+18;2020-05-25;2;0;0;1
+18;2020-05-26;1;0;0;0
+18;2020-05-27;1;0;0;1
+18;2020-05-28;0;0;0;1
+18;2020-05-29;0;0;0;6
+18;2020-05-30;2;0;0;0
+18;2020-05-31;1;0;1;0
+18;2020-06-01;0;0;0;1
+18;2020-06-02;2;0;1;1
+18;2020-06-03;0;0;0;0
+18;2020-06-04;0;0;0;2
+19;2020-03-19;1;0;0;0
+19;2020-03-20;0;0;0;0
+19;2020-03-21;3;0;0;0
+19;2020-03-22;1;0;1;0
+19;2020-03-23;3;1;1;0
+19;2020-03-24;7;2;1;0
+19;2020-03-25;4;1;0;0
+19;2020-03-26;2;2;0;1
+19;2020-03-27;0;0;0;0
+19;2020-03-28;14;3;0;0
+19;2020-03-29;5;2;0;1
+19;2020-03-30;7;1;0;2
+19;2020-03-31;2;0;0;1
+19;2020-04-01;5;3;1;3
+19;2020-04-02;2;0;0;3
+19;2020-04-03;7;0;0;3
+19;2020-04-04;6;0;3;1
+19;2020-04-05;1;1;0;1
+19;2020-04-06;5;1;2;1
+19;2020-04-07;5;1;2;6
+19;2020-04-08;5;1;0;3
+19;2020-04-09;5;1;1;3
+19;2020-04-10;4;2;0;5
+19;2020-04-11;9;0;1;3
+19;2020-04-12;3;0;1;1
+19;2020-04-13;3;1;0;0
+19;2020-04-14;5;0;2;1
+19;2020-04-15;4;0;1;2
+19;2020-04-16;6;0;1;3
+19;2020-04-17;2;0;0;1
+19;2020-04-18;8;0;2;2
+19;2020-04-19;5;0;0;0
+19;2020-04-20;8;2;1;3
+19;2020-04-21;5;0;1;2
+19;2020-04-22;1;0;0;1
+19;2020-04-23;2;0;0;2
+19;2020-04-24;5;1;0;1
+19;2020-04-25;1;0;0;4
+19;2020-04-26;1;0;0;0
+19;2020-04-27;7;1;1;2
+19;2020-04-28;1;0;1;1
+19;2020-04-29;3;2;2;2
+19;2020-04-30;7;1;2;0
+19;2020-05-01;0;0;0;0
+19;2020-05-02;0;0;0;0
+19;2020-05-03;4;1;0;6
+19;2020-05-04;2;0;0;1
+19;2020-05-05;1;0;0;3
+19;2020-05-06;1;0;2;2
+19;2020-05-07;3;0;0;3
+19;2020-05-08;1;0;0;6
+19;2020-05-09;2;1;0;0
+19;2020-05-10;1;0;0;0
+19;2020-05-11;3;1;0;5
+19;2020-05-12;0;0;1;2
+19;2020-05-13;8;0;1;0
+19;2020-05-14;0;0;0;2
+19;2020-05-15;1;0;1;1
+19;2020-05-16;0;0;0;2
+19;2020-05-17;0;0;0;0
+19;2020-05-18;1;0;0;0
+19;2020-05-19;4;2;0;6
+19;2020-05-20;0;0;0;0
+19;2020-05-21;0;0;0;2
+19;2020-05-22;0;0;1;1
+19;2020-05-23;0;0;0;0
+19;2020-05-24;0;0;0;0
+19;2020-05-25;0;1;0;3
+19;2020-05-26;1;0;0;5
+19;2020-05-27;4;0;0;0
+19;2020-05-28;0;0;0;1
+19;2020-05-29;0;0;0;0
+19;2020-05-30;1;0;0;2
+19;2020-05-31;0;0;0;1
+19;2020-06-01;0;0;0;0
+19;2020-06-02;0;0;3;26
+19;2020-06-03;1;0;0;5
+19;2020-06-04;0;0;0;12
+21;2020-03-19;26;11;2;24
+21;2020-03-20;39;4;1;9
+21;2020-03-21;2;0;1;10
+21;2020-03-22;42;11;3;27
+21;2020-03-23;21;2;6;12
+21;2020-03-24;42;0;9;22
+21;2020-03-25;76;10;5;22
+21;2020-03-26;27;0;5;12
+21;2020-03-27;9;3;2;0
+21;2020-03-28;52;8;1;17
+21;2020-03-29;44;8;2;26
+21;2020-03-30;14;0;0;33
+21;2020-03-31;32;2;5;8
+21;2020-04-01;55;8;3;24
+21;2020-04-02;67;8;18;31
+21;2020-04-03;28;6;5;17
+21;2020-04-04;53;6;3;7
+21;2020-04-05;22;2;4;10
+21;2020-04-06;31;14;3;4
+21;2020-04-07;46;6;7;14
+21;2020-04-08;25;2;11;12
+21;2020-04-09;9;0;1;29
+21;2020-04-10;73;7;7;9
+21;2020-04-11;12;0;4;32
+21;2020-04-12;34;1;10;6
+21;2020-04-13;13;3;3;12
+21;2020-04-14;21;0;14;1
+21;2020-04-15;41;7;8;23
+21;2020-04-16;35;5;8;6
+21;2020-04-17;27;0;5;23
+21;2020-04-18;19;4;5;3
+21;2020-04-19;15;6;6;31
+21;2020-04-20;10;1;6;6
+21;2020-04-21;17;5;7;12
+21;2020-04-22;10;2;1;12
+21;2020-04-23;9;2;10;20
+21;2020-04-24;13;0;12;34
+21;2020-04-25;14;5;3;24
+21;2020-04-26;1;0;4;3
+21;2020-04-27;17;3;6;9
+21;2020-04-28;5;1;2;7
+21;2020-04-29;13;1;2;13
+21;2020-04-30;17;4;1;14
+21;2020-05-01;10;0;0;22
+21;2020-05-02;4;1;0;0
+21;2020-05-03;0;0;2;0
+21;2020-05-04;3;0;0;3
+21;2020-05-05;6;5;1;7
+21;2020-05-06;19;1;3;5
+21;2020-05-07;10;2;3;34
+21;2020-05-08;6;1;1;19
+21;2020-05-09;5;0;2;2
+21;2020-05-10;0;0;0;2
+21;2020-05-11;1;0;0;4
+21;2020-05-12;5;3;4;6
+21;2020-05-13;12;1;1;16
+21;2020-05-14;4;0;0;5
+21;2020-05-15;3;0;0;13
+21;2020-05-16;2;0;0;2
+21;2020-05-17;0;0;0;2
+21;2020-05-18;0;0;0;0
+21;2020-05-19;1;1;2;6
+21;2020-05-20;5;3;1;5
+21;2020-05-21;0;0;0;2
+21;2020-05-22;2;1;1;3
+21;2020-05-23;2;0;0;1
+21;2020-05-24;2;1;0;2
+21;2020-05-25;7;0;0;18
+21;2020-05-26;7;2;2;24
+21;2020-05-27;3;0;0;10
+21;2020-05-28;1;0;0;3
+21;2020-05-29;3;0;1;6
+21;2020-05-30;4;0;1;3
+21;2020-05-31;0;0;0;0
+21;2020-06-01;3;0;0;2
+21;2020-06-02;2;1;0;1
+21;2020-06-03;0;0;1;3
+21;2020-06-04;9;0;2;6
+22;2020-03-19;4;0;1;0
+22;2020-03-20;2;0;0;1
+22;2020-03-21;2;1;0;0
+22;2020-03-22;0;1;0;0
+22;2020-03-23;2;0;0;0
+22;2020-03-24;5;2;0;0
+22;2020-03-25;6;0;0;0
+22;2020-03-26;7;3;0;0
+22;2020-03-27;10;1;0;0
+22;2020-03-28;6;0;1;3
+22;2020-03-29;5;1;1;2
+22;2020-03-30;4;0;0;1
+22;2020-03-31;4;0;1;1
+22;2020-04-01;13;2;2;3
+22;2020-04-02;16;9;3;3
+22;2020-04-03;10;0;0;4
+22;2020-04-04;5;1;1;6
+22;2020-04-05;8;0;0;0
+22;2020-04-06;10;1;1;4
+22;2020-04-07;10;1;2;13
+22;2020-04-08;2;0;1;3
+22;2020-04-09;6;1;2;4
+22;2020-04-10;11;1;1;5
+22;2020-04-11;4;0;1;6
+22;2020-04-12;9;0;2;2
+22;2020-04-13;2;0;0;1
+22;2020-04-14;9;0;1;4
+22;2020-04-15;5;0;1;6
+22;2020-04-16;4;0;0;8
+22;2020-04-17;7;0;1;2
+22;2020-04-18;1;0;0;3
+22;2020-04-19;1;0;0;5
+22;2020-04-20;3;0;1;4
+22;2020-04-21;3;0;0;7
+22;2020-04-22;2;0;0;3
+22;2020-04-23;6;1;0;10
+22;2020-04-24;2;0;0;3
+22;2020-04-25;4;0;0;6
+22;2020-04-26;0;0;0;1
+22;2020-04-27;2;0;0;0
+22;2020-04-28;1;0;0;3
+22;2020-04-29;1;0;1;3
+22;2020-04-30;4;0;0;2
+22;2020-05-01;2;0;0;5
+22;2020-05-02;9;0;1;1
+22;2020-05-03;0;0;0;0
+22;2020-05-04;4;0;0;4
+22;2020-05-05;3;0;0;3
+22;2020-05-06;4;0;0;4
+22;2020-05-07;1;1;1;0
+22;2020-05-08;2;0;1;2
+22;2020-05-09;3;1;0;0
+22;2020-05-10;0;0;1;0
+22;2020-05-11;3;1;0;1
+22;2020-05-12;2;0;0;2
+22;2020-05-13;1;0;1;2
+22;2020-05-14;3;1;0;2
+22;2020-05-15;2;0;0;3
+22;2020-05-16;2;2;0;1
+22;2020-05-17;0;0;1;1
+22;2020-05-18;1;0;0;3
+22;2020-05-19;2;0;0;1
+22;2020-05-20;1;0;0;3
+22;2020-05-21;2;0;0;3
+22;2020-05-22;1;0;0;3
+22;2020-05-23;3;1;0;4
+22;2020-05-24;0;1;0;0
+22;2020-05-25;0;0;0;0
+22;2020-05-26;1;0;0;2
+22;2020-05-27;1;0;1;0
+22;2020-05-28;0;0;0;1
+22;2020-05-29;2;1;0;2
+22;2020-05-30;0;0;0;2
+22;2020-05-31;0;0;0;0
+22;2020-06-01;0;0;1;1
+22;2020-06-02;0;0;1;1
+22;2020-06-03;0;0;0;2
+22;2020-06-04;0;0;1;0
+23;2020-03-19;0;0;0;0
+23;2020-03-20;0;0;0;0
+23;2020-03-21;1;0;0;0
+23;2020-03-22;1;0;0;0
+23;2020-03-23;3;0;0;0
+23;2020-03-24;0;0;0;0
+23;2020-03-25;3;2;0;0
+23;2020-03-26;2;2;0;0
+23;2020-03-27;5;2;0;0
+23;2020-03-28;0;2;0;0
+23;2020-03-29;0;0;0;0
+23;2020-03-30;2;3;0;0
+23;2020-03-31;3;0;0;1
+23;2020-04-01;2;0;0;0
+23;2020-04-02;2;2;0;1
+23;2020-04-03;0;0;0;0
+23;2020-04-04;3;0;1;1
+23;2020-04-05;0;0;0;0
+23;2020-04-06;2;0;2;1
+23;2020-04-07;5;3;0;1
+23;2020-04-08;16;2;1;0
+23;2020-04-09;2;0;0;1
+23;2020-04-10;0;0;0;5
+23;2020-04-11;2;2;0;0
+23;2020-04-12;3;2;0;0
+23;2020-04-13;1;0;0;0
+23;2020-04-14;1;1;0;2
+23;2020-04-15;0;0;0;3
+23;2020-04-16;0;0;0;0
+23;2020-04-17;0;0;0;0
+23;2020-04-18;2;0;1;0
+23;2020-04-19;0;0;0;0
+23;2020-04-20;0;0;0;0
+23;2020-04-21;1;0;0;2
+23;2020-04-22;0;0;0;2
+23;2020-04-23;0;0;0;0
+23;2020-04-24;2;1;0;4
+23;2020-04-25;0;0;0;0
+23;2020-04-26;3;0;0;0
+23;2020-04-27;0;0;0;0
+23;2020-04-28;2;0;0;0
+23;2020-04-29;3;0;0;2
+23;2020-04-30;2;0;0;12
+23;2020-05-01;0;1;0;2
+23;2020-05-02;0;0;0;0
+23;2020-05-03;2;0;0;1
+23;2020-05-04;0;0;0;4
+23;2020-05-05;1;1;0;1
+23;2020-05-06;0;0;0;1
+23;2020-05-07;1;0;0;0
+23;2020-05-08;1;0;0;0
+23;2020-05-09;3;0;0;0
+23;2020-05-10;2;0;0;0
+23;2020-05-11;1;0;0;0
+23;2020-05-12;2;0;0;2
+23;2020-05-13;2;1;0;0
+23;2020-05-14;1;0;0;1
+23;2020-05-15;0;0;1;0
+23;2020-05-16;0;0;0;1
+23;2020-05-17;0;0;0;0
+23;2020-05-18;1;1;0;0
+23;2020-05-19;5;0;0;2
+23;2020-05-20;1;0;2;0
+23;2020-05-21;0;0;0;1
+23;2020-05-22;2;1;0;0
+23;2020-05-23;2;2;0;2
+23;2020-05-24;1;1;0;0
+23;2020-05-25;0;0;1;3
+23;2020-05-26;1;0;0;1
+23;2020-05-27;3;0;1;0
+23;2020-05-28;1;1;1;0
+23;2020-05-29;1;0;0;2
+23;2020-05-30;0;0;0;0
+23;2020-05-31;0;0;0;0
+23;2020-06-01;0;0;0;0
+23;2020-06-02;0;0;0;0
+23;2020-06-03;1;0;1;1
+23;2020-06-04;0;0;0;1
+24;2020-03-19;1;1;0;0
+24;2020-03-20;1;1;0;1
+24;2020-03-21;1;0;0;0
+24;2020-03-22;2;0;0;0
+24;2020-03-23;23;0;0;9
+24;2020-03-24;9;1;0;4
+24;2020-03-25;6;1;0;0
+24;2020-03-26;6;0;0;1
+24;2020-03-27;9;1;0;0
+24;2020-03-28;0;0;0;2
+24;2020-03-29;0;0;0;0
+24;2020-03-30;1;0;0;0
+24;2020-03-31;1;0;1;1
+24;2020-04-01;6;1;0;2
+24;2020-04-02;4;0;0;3
+24;2020-04-03;5;1;0;0
+24;2020-04-04;8;2;0;2
+24;2020-04-05;2;0;0;1
+24;2020-04-06;3;0;0;1
+24;2020-04-07;4;0;0;5
+24;2020-04-08;2;0;0;3
+24;2020-04-09;2;0;0;3
+24;2020-04-10;6;0;0;2
+24;2020-04-11;2;0;0;5
+24;2020-04-12;2;1;0;0
+24;2020-04-13;5;2;0;0
+24;2020-04-14;3;0;2;2
+24;2020-04-15;7;0;1;1
+24;2020-04-16;4;0;0;1
+24;2020-04-17;22;1;1;3
+24;2020-04-18;1;0;0;0
+24;2020-04-19;1;1;1;1
+24;2020-04-20;7;0;0;0
+24;2020-04-21;2;0;0;0
+24;2020-04-22;0;0;0;2
+24;2020-04-23;0;0;3;6
+24;2020-04-24;0;0;0;9
+24;2020-04-25;0;0;0;4
+24;2020-04-26;2;0;0;0
+24;2020-04-27;1;0;0;0
+24;2020-04-28;0;0;0;3
+24;2020-04-29;2;0;0;5
+24;2020-04-30;0;0;0;3
+24;2020-05-01;0;0;0;0
+24;2020-05-02;0;0;0;0
+24;2020-05-03;0;0;0;0
+24;2020-05-04;1;0;0;0
+24;2020-05-05;2;0;0;3
+24;2020-05-06;2;0;0;1
+24;2020-05-07;1;0;0;0
+24;2020-05-08;0;0;1;0
+24;2020-05-09;0;0;0;0
+24;2020-05-10;0;0;1;0
+24;2020-05-11;0;0;0;1
+24;2020-05-12;1;0;0;2
+24;2020-05-13;1;0;0;0
+24;2020-05-14;1;0;0;2
+24;2020-05-15;0;0;0;3
+24;2020-05-16;0;0;0;1
+24;2020-05-17;0;0;0;0
+24;2020-05-18;1;0;1;0
+24;2020-05-19;0;0;0;0
+24;2020-05-20;0;0;0;2
+24;2020-05-21;0;0;0;0
+24;2020-05-22;0;0;0;1
+24;2020-05-23;0;0;0;0
+24;2020-05-24;0;0;0;0
+24;2020-05-25;1;0;0;0
+24;2020-05-26;2;0;0;0
+24;2020-05-27;1;0;0;2
+24;2020-05-28;0;0;1;2
+24;2020-05-29;1;0;0;1
+24;2020-05-30;0;0;0;1
+24;2020-05-31;0;0;0;0
+24;2020-06-01;0;0;0;0
+24;2020-06-02;0;0;0;2
+24;2020-06-03;0;0;0;0
+24;2020-06-04;0;0;0;1
+25;2020-03-19;12;11;2;5
+25;2020-03-20;12;1;1;0
+25;2020-03-21;13;6;2;7
+25;2020-03-22;24;1;3;4
+25;2020-03-23;1;0;1;2
+25;2020-03-24;24;5;1;5
+25;2020-03-25;17;2;1;15
+25;2020-03-26;17;4;6;8
+25;2020-03-27;27;8;3;8
+25;2020-03-28;6;1;1;14
+25;2020-03-29;68;15;3;12
+25;2020-03-30;15;1;1;5
+25;2020-03-31;32;8;8;18
+25;2020-04-01;26;7;0;10
+25;2020-04-02;39;9;1;13
+25;2020-04-03;20;14;8;21
+25;2020-04-04;22;7;3;17
+25;2020-04-05;21;2;3;10
+25;2020-04-06;7;3;2;7
+25;2020-04-07;24;10;7;9
+25;2020-04-08;21;3;1;20
+25;2020-04-09;15;5;1;15
+25;2020-04-10;11;1;5;15
+25;2020-04-11;13;2;3;14
+25;2020-04-12;47;2;4;16
+25;2020-04-13;5;1;0;5
+25;2020-04-14;39;0;8;9
+25;2020-04-15;6;0;1;13
+25;2020-04-16;7;5;4;12
+25;2020-04-17;8;1;3;14
+25;2020-04-18;3;1;5;22
+25;2020-04-19;5;1;1;6
+25;2020-04-20;5;1;1;1
+25;2020-04-21;14;2;4;8
+25;2020-04-22;11;3;0;10
+25;2020-04-23;7;1;7;19
+25;2020-04-24;10;2;0;11
+25;2020-04-25;5;0;6;5
+25;2020-04-26;11;3;1;2
+25;2020-04-27;4;0;2;2
+25;2020-04-28;6;3;1;5
+25;2020-04-29;3;1;0;15
+25;2020-04-30;6;2;2;11
+25;2020-05-01;0;1;0;5
+25;2020-05-02;8;3;0;5
+25;2020-05-03;0;0;0;1
+25;2020-05-04;4;1;3;2
+25;2020-05-05;29;1;7;32
+25;2020-05-06;8;0;4;8
+25;2020-05-07;2;0;2;7
+25;2020-05-08;5;1;0;17
+25;2020-05-09;3;2;0;5
+25;2020-05-10;1;0;0;0
+25;2020-05-11;11;0;3;4
+25;2020-05-12;6;2;1;2
+25;2020-05-13;2;0;0;3
+25;2020-05-14;1;0;1;10
+25;2020-05-15;0;0;0;2
+25;2020-05-16;1;1;1;7
+25;2020-05-17;0;0;0;0
+25;2020-05-18;2;0;4;11
+25;2020-05-19;2;0;2;5
+25;2020-05-20;1;0;0;5
+25;2020-05-21;0;0;0;3
+25;2020-05-22;0;0;2;1
+25;2020-05-23;1;1;0;5
+25;2020-05-24;0;0;0;0
+25;2020-05-25;0;0;0;2
+25;2020-05-26;0;0;0;12
+25;2020-05-27;9;1;1;27
+25;2020-05-28;2;1;1;5
+25;2020-05-29;0;0;0;0
+25;2020-05-30;0;0;0;4
+25;2020-05-31;0;0;0;0
+25;2020-06-01;0;0;0;0
+25;2020-06-02;3;0;0;4
+25;2020-06-03;0;0;0;2
+25;2020-06-04;0;0;0;0
+26;2020-03-19;15;5;1;2
+26;2020-03-20;3;1;1;0
+26;2020-03-21;11;3;2;1
+26;2020-03-22;5;2;1;1
+26;2020-03-23;12;4;2;1
+26;2020-03-24;20;5;2;5
+26;2020-03-25;31;6;5;3
+26;2020-03-26;44;9;5;13
+26;2020-03-27;30;8;3;13
+26;2020-03-28;33;9;0;2
+26;2020-03-29;18;6;1;0
+26;2020-03-30;50;11;10;12
+26;2020-03-31;27;5;7;12
+26;2020-04-01;40;6;1;13
+26;2020-04-02;11;1;5;16
+26;2020-04-03;46;4;8;14
+26;2020-04-04;23;4;3;14
+26;2020-04-05;7;0;2;6
+26;2020-04-06;25;6;6;8
+26;2020-04-07;22;5;1;26
+26;2020-04-08;19;1;5;10
+26;2020-04-09;14;1;2;14
+26;2020-04-10;9;2;2;11
+26;2020-04-11;20;4;4;12
+26;2020-04-12;13;1;2;3
+26;2020-04-13;7;0;1;6
+26;2020-04-14;10;4;5;10
+26;2020-04-15;13;3;4;21
+26;2020-04-16;14;4;3;14
+26;2020-04-17;8;1;5;17
+26;2020-04-18;8;1;3;14
+26;2020-04-19;5;0;1;3
+26;2020-04-20;3;0;4;0
+26;2020-04-21;11;2;3;18
+26;2020-04-22;4;0;0;33
+26;2020-04-23;3;0;2;7
+26;2020-04-24;8;1;2;10
+26;2020-04-25;7;1;0;7
+26;2020-04-26;5;1;0;0
+26;2020-04-27;5;2;1;5
+26;2020-04-28;4;0;1;12
+26;2020-04-29;2;0;4;10
+26;2020-04-30;3;1;3;12
+26;2020-05-01;1;0;0;5
+26;2020-05-02;1;0;0;1
+26;2020-05-03;0;0;0;1
+26;2020-05-04;2;1;1;0
+26;2020-05-05;4;0;1;9
+26;2020-05-06;7;1;2;3
+26;2020-05-07;5;0;1;13
+26;2020-05-08;3;0;2;7
+26;2020-05-09;0;0;0;0
+26;2020-05-10;1;0;1;0
+26;2020-05-11;0;0;0;0
+26;2020-05-12;0;0;0;4
+26;2020-05-13;0;0;0;4
+26;2020-05-14;9;0;0;6
+26;2020-05-15;0;0;0;5
+26;2020-05-16;2;0;1;1
+26;2020-05-17;0;0;0;0
+26;2020-05-18;0;0;0;5
+26;2020-05-19;1;0;0;1
+26;2020-05-20;1;0;0;5
+26;2020-05-21;2;1;0;3
+26;2020-05-22;0;0;0;1
+26;2020-05-23;0;0;0;3
+26;2020-05-24;0;0;0;0
+26;2020-05-25;1;0;0;1
+26;2020-05-26;1;1;0;1
+26;2020-05-27;0;0;0;1
+26;2020-05-28;1;0;0;1
+26;2020-05-29;0;0;0;3
+26;2020-05-30;1;0;1;3
+26;2020-05-31;0;0;0;0
+26;2020-06-01;0;0;0;0
+26;2020-06-02;0;0;0;1
+26;2020-06-03;0;0;0;0
+26;2020-06-04;0;0;0;2
+27;2020-03-19;1;0;1;0
+27;2020-03-20;2;0;0;0
+27;2020-03-21;3;2;0;0
+27;2020-03-22;5;1;0;0
+27;2020-03-23;3;0;0;0
+27;2020-03-24;1;0;0;0
+27;2020-03-25;6;1;0;0
+27;2020-03-26;13;2;1;0
+27;2020-03-27;1;0;0;0
+27;2020-03-28;1;0;0;1
+27;2020-03-29;0;0;0;0
+27;2020-03-30;7;3;2;2
+27;2020-03-31;18;3;5;10
+27;2020-04-01;13;0;0;7
+27;2020-04-02;12;1;2;0
+27;2020-04-03;11;0;1;3
+27;2020-04-04;6;0;1;0
+27;2020-04-05;0;0;1;0
+27;2020-04-06;6;2;2;1
+27;2020-04-07;11;2;7;4
+27;2020-04-08;11;1;6;14
+27;2020-04-09;24;0;3;4
+27;2020-04-10;25;3;2;3
+27;2020-04-11;8;0;0;0
+27;2020-04-12;3;0;0;2
+27;2020-04-13;0;0;2;0
+27;2020-04-14;3;0;6;2
+27;2020-04-15;2;0;2;4
+27;2020-04-16;14;0;4;8
+27;2020-04-17;13;0;1;5
+27;2020-04-18;6;0;2;1
+27;2020-04-19;0;0;0;0
+27;2020-04-20;4;0;6;6
+27;2020-04-21;14;0;2;1
+27;2020-04-22;1;0;1;1
+27;2020-04-23;15;7;3;4
+27;2020-04-24;3;0;0;1
+27;2020-04-25;1;0;0;1
+27;2020-04-26;1;0;0;0
+27;2020-04-27;3;0;2;4
+27;2020-04-28;0;0;0;2
+27;2020-04-29;4;0;0;0
+27;2020-04-30;7;0;1;7
+27;2020-05-01;3;0;0;0
+27;2020-05-02;0;0;0;0
+27;2020-05-03;1;0;0;0
+27;2020-05-04;9;1;5;11
+27;2020-05-05;7;0;0;3
+27;2020-05-06;2;0;0;1
+27;2020-05-07;1;0;0;2
+27;2020-05-08;0;0;0;7
+27;2020-05-09;0;0;0;0
+27;2020-05-10;0;0;0;0
+27;2020-05-11;10;0;1;1
+27;2020-05-12;1;0;0;3
+27;2020-05-13;0;0;0;0
+27;2020-05-14;8;0;3;11
+27;2020-05-15;0;0;0;1
+27;2020-05-16;0;0;0;11
+27;2020-05-17;0;0;0;0
+27;2020-05-18;2;0;0;2
+27;2020-05-19;0;0;0;1
+27;2020-05-20;2;0;0;6
+27;2020-05-21;0;0;0;1
+27;2020-05-22;0;0;0;0
+27;2020-05-23;0;0;0;1
+27;2020-05-24;0;0;0;0
+27;2020-05-25;0;0;3;2
+27;2020-05-26;7;0;1;5
+27;2020-05-27;0;0;0;4
+27;2020-05-28;1;0;0;6
+27;2020-05-29;3;0;0;2
+27;2020-05-30;0;0;0;0
+27;2020-05-31;0;0;0;0
+27;2020-06-01;0;0;0;0
+27;2020-06-02;0;0;0;1
+27;2020-06-03;0;0;0;8
+27;2020-06-04;0;0;0;0
+28;2020-03-19;6;1;0;0
+28;2020-03-20;1;0;0;0
+28;2020-03-21;3;0;0;2
+28;2020-03-22;2;0;0;0
+28;2020-03-23;20;8;1;0
+28;2020-03-24;9;2;1;1
+28;2020-03-25;15;7;1;3
+28;2020-03-26;18;4;4;4
+28;2020-03-27;14;7;2;3
+28;2020-03-28;7;0;0;2
+28;2020-03-29;28;3;1;2
+28;2020-03-30;25;2;6;6
+28;2020-03-31;16;2;0;5
+28;2020-04-01;7;2;0;6
+28;2020-04-02;47;3;2;20
+28;2020-04-03;19;0;3;11
+28;2020-04-04;31;3;3;13
+28;2020-04-05;16;3;1;3
+28;2020-04-06;13;2;4;17
+28;2020-04-07;17;0;2;8
+28;2020-04-08;31;3;5;20
+28;2020-04-09;23;0;1;8
+28;2020-04-10;27;1;3;13
+28;2020-04-11;7;1;1;4
+28;2020-04-12;19;0;0;1
+28;2020-04-13;17;0;1;0
+28;2020-04-14;24;2;5;14
+28;2020-04-15;23;0;9;10
+28;2020-04-16;33;1;2;36
+28;2020-04-17;29;3;4;13
+28;2020-04-18;8;0;0;9
+28;2020-04-19;7;0;1;3
+28;2020-04-20;3;1;3;11
+28;2020-04-21;10;0;4;11
+28;2020-04-22;14;0;5;8
+28;2020-04-23;17;2;3;16
+28;2020-04-24;3;0;1;1
+28;2020-04-25;0;0;0;5
+28;2020-04-26;7;0;3;9
+28;2020-04-27;10;0;2;11
+28;2020-04-28;2;1;0;11
+28;2020-04-29;10;0;2;4
+28;2020-04-30;9;0;2;12
+28;2020-05-01;6;1;3;2
+28;2020-05-02;7;1;1;3
+28;2020-05-03;0;0;3;1
+28;2020-05-04;4;0;1;2
+28;2020-05-05;17;3;3;8
+28;2020-05-06;4;0;2;15
+28;2020-05-07;9;0;1;6
+28;2020-05-08;2;0;2;4
+28;2020-05-09;2;0;0;3
+28;2020-05-10;1;0;0;1
+28;2020-05-11;1;0;1;11
+28;2020-05-12;3;1;3;9
+28;2020-05-13;2;1;0;2
+28;2020-05-14;1;0;0;7
+28;2020-05-15;5;1;3;5
+28;2020-05-16;2;0;1;5
+28;2020-05-17;2;0;0;0
+28;2020-05-18;0;0;1;4
+28;2020-05-19;2;0;0;1
+28;2020-05-20;7;0;3;5
+28;2020-05-21;1;0;0;2
+28;2020-05-22;3;0;0;1
+28;2020-05-23;1;0;0;2
+28;2020-05-24;1;0;1;1
+28;2020-05-25;0;0;0;1
+28;2020-05-26;0;0;0;2
+28;2020-05-27;0;0;0;1
+28;2020-05-28;0;0;0;3
+28;2020-05-29;0;0;2;9
+28;2020-05-30;1;1;0;0
+28;2020-05-31;0;0;0;0
+28;2020-06-01;0;0;0;0
+28;2020-06-02;0;0;0;1
+28;2020-06-03;0;0;3;3
+28;2020-06-04;2;0;3;3
+29;2020-03-19;11;0;0;3
+29;2020-03-20;1;0;1;0
+29;2020-03-21;0;1;0;0
+29;2020-03-22;6;0;1;3
+29;2020-03-23;6;2;2;0
+29;2020-03-24;9;3;1;5
+29;2020-03-25;9;3;0;3
+29;2020-03-26;10;1;0;3
+29;2020-03-27;5;1;0;3
+29;2020-03-28;13;8;0;2
+29;2020-03-29;6;0;0;3
+29;2020-03-30;7;3;1;1
+29;2020-03-31;5;2;1;8
+29;2020-04-01;11;5;0;4
+29;2020-04-02;6;2;0;8
+29;2020-04-03;12;3;0;7
+29;2020-04-04;7;1;1;1
+29;2020-04-05;6;1;1;3
+29;2020-04-06;3;0;0;1
+29;2020-04-07;2;1;0;3
+29;2020-04-08;14;1;2;4
+29;2020-04-09;9;0;0;3
+29;2020-04-10;10;1;1;9
+29;2020-04-11;11;1;1;4
+29;2020-04-12;7;1;0;1
+29;2020-04-13;3;1;3;2
+29;2020-04-14;4;1;3;2
+29;2020-04-15;1;1;1;3
+29;2020-04-16;5;1;4;8
+29;2020-04-17;1;0;2;5
+29;2020-04-18;5;2;4;1
+29;2020-04-19;2;0;0;2
+29;2020-04-20;0;0;1;3
+29;2020-04-21;2;0;0;6
+29;2020-04-22;3;1;0;6
+29;2020-04-23;3;0;3;2
+29;2020-04-24;2;1;0;0
+29;2020-04-25;1;0;1;1
+29;2020-04-26;0;0;1;0
+29;2020-04-27;0;0;0;1
+29;2020-04-28;0;0;1;3
+29;2020-04-29;0;0;0;2
+29;2020-04-30;0;0;0;0
+29;2020-05-01;0;0;0;5
+29;2020-05-02;1;0;0;0
+29;2020-05-03;0;0;0;1
+29;2020-05-04;0;0;1;0
+29;2020-05-05;1;1;0;1
+29;2020-05-06;1;0;0;0
+29;2020-05-07;2;0;0;2
+29;2020-05-08;2;2;0;3
+29;2020-05-09;1;0;1;0
+29;2020-05-10;0;0;0;0
+29;2020-05-11;1;0;0;2
+29;2020-05-12;0;0;0;4
+29;2020-05-13;0;0;0;1
+29;2020-05-14;1;0;1;2
+29;2020-05-15;0;0;0;5
+29;2020-05-16;1;0;0;3
+29;2020-05-17;0;0;0;0
+29;2020-05-18;0;0;0;0
+29;2020-05-19;1;0;1;1
+29;2020-05-20;0;0;0;1
+29;2020-05-21;0;0;0;1
+29;2020-05-22;1;0;1;0
+29;2020-05-23;1;0;0;1
+29;2020-05-24;0;0;0;0
+29;2020-05-25;0;0;0;0
+29;2020-05-26;0;0;1;0
+29;2020-05-27;2;0;0;0
+29;2020-05-28;0;0;0;0
+29;2020-05-29;0;0;0;1
+29;2020-05-30;0;0;0;0
+29;2020-05-31;0;0;0;0
+29;2020-06-01;1;0;0;1
+29;2020-06-02;0;0;0;0
+29;2020-06-03;0;0;0;0
+29;2020-06-04;0;0;0;0
+30;2020-03-19;2;1;1;1
+30;2020-03-20;4;0;0;0
+30;2020-03-21;4;0;0;4
+30;2020-03-22;5;0;1;0
+30;2020-03-23;3;4;0;1
+30;2020-03-24;4;5;2;3
+30;2020-03-25;7;2;1;1
+30;2020-03-26;0;2;0;2
+30;2020-03-27;11;0;1;2
+30;2020-03-28;12;4;0;0
+30;2020-03-29;6;2;3;0
+30;2020-03-30;5;4;0;0
+30;2020-03-31;18;5;1;5
+30;2020-04-01;20;5;0;1
+30;2020-04-02;10;6;1;9
+30;2020-04-03;2;2;2;5
+30;2020-04-04;0;0;1;3
+30;2020-04-05;24;7;0;1
+30;2020-04-06;20;5;3;3
+30;2020-04-07;13;2;0;12
+30;2020-04-08;8;2;4;10
+30;2020-04-09;8;1;0;6
+30;2020-04-10;14;3;1;12
+30;2020-04-11;3;3;1;13
+30;2020-04-12;3;0;3;1
+30;2020-04-13;0;0;1;2
+30;2020-04-14;12;0;1;6
+30;2020-04-15;13;2;0;5
+30;2020-04-16;14;1;1;15
+30;2020-04-17;24;4;3;2
+30;2020-04-18;2;0;0;9
+30;2020-04-19;4;1;0;0
+30;2020-04-20;27;5;3;6
+30;2020-04-21;14;0;2;1
+30;2020-04-22;5;1;1;0
+30;2020-04-23;5;0;6;19
+30;2020-04-24;8;3;3;11
+30;2020-04-25;0;0;3;0
+30;2020-04-26;3;0;0;1
+30;2020-04-27;12;2;6;4
+30;2020-04-28;4;3;1;7
+30;2020-04-29;8;2;1;2
+30;2020-04-30;7;2;4;3
+30;2020-05-01;0;0;0;0
+30;2020-05-02;1;0;0;0
+30;2020-05-03;0;0;0;0
+30;2020-05-04;2;1;9;14
+30;2020-05-05;18;3;2;7
+30;2020-05-06;2;0;0;3
+30;2020-05-07;6;2;4;17
+30;2020-05-08;0;0;1;2
+30;2020-05-09;0;0;0;1
+30;2020-05-10;0;0;0;0
+30;2020-05-11;2;0;0;0
+30;2020-05-12;12;5;4;17
+30;2020-05-13;1;0;0;2
+30;2020-05-14;5;1;1;8
+30;2020-05-15;0;0;0;0
+30;2020-05-16;1;1;1;0
+30;2020-05-17;0;0;0;0
+30;2020-05-18;5;1;1;14
+30;2020-05-19;0;0;1;0
+30;2020-05-20;9;0;3;8
+30;2020-05-21;2;0;0;0
+30;2020-05-22;0;0;0;0
+30;2020-05-23;0;0;0;2
+30;2020-05-24;0;0;0;0
+30;2020-05-25;0;0;3;5
+30;2020-05-26;12;2;1;0
+30;2020-05-27;0;0;0;1
+30;2020-05-28;1;2;0;4
+30;2020-05-29;0;0;0;0
+30;2020-05-30;0;0;0;0
+30;2020-05-31;0;0;0;0
+30;2020-06-01;0;0;0;0
+30;2020-06-02;6;2;0;2
+30;2020-06-03;1;0;1;11
+30;2020-06-04;1;0;0;0
+31;2020-03-19;8;3;1;4
+31;2020-03-20;13;5;1;0
+31;2020-03-21;19;4;0;6
+31;2020-03-22;14;3;0;2
+31;2020-03-23;16;6;0;3
+31;2020-03-24;28;9;1;13
+31;2020-03-25;28;11;0;6
+31;2020-03-26;35;18;0;5
+31;2020-03-27;23;8;2;3
+31;2020-03-28;17;6;1;10
+31;2020-03-29;25;8;1;3
+31;2020-03-30;34;15;0;5
+31;2020-03-31;27;8;0;20
+31;2020-04-01;21;11;4;18
+31;2020-04-02;19;9;2;17
+31;2020-04-03;15;2;0;11
+31;2020-04-04;13;7;1;14
+31;2020-04-05;4;2;1;6
+31;2020-04-06;13;8;2;5
+31;2020-04-07;16;2;3;17
+31;2020-04-08;10;9;2;13
+31;2020-04-09;42;4;2;22
+31;2020-04-10;25;4;3;15
+31;2020-04-11;14;3;2;21
+31;2020-04-12;11;1;0;9
+31;2020-04-13;4;0;0;5
+31;2020-04-14;18;4;2;15
+31;2020-04-15;13;5;1;30
+31;2020-04-16;5;2;0;15
+31;2020-04-17;12;4;3;14
+31;2020-04-18;4;0;0;15
+31;2020-04-19;8;3;2;6
+31;2020-04-20;8;0;1;2
+31;2020-04-21;13;0;0;18
+31;2020-04-22;9;2;2;17
+31;2020-04-23;5;1;1;11
+31;2020-04-24;7;1;4;17
+31;2020-04-25;9;0;1;13
+31;2020-04-26;1;0;0;4
+31;2020-04-27;5;1;0;0
+31;2020-04-28;5;0;2;17
+31;2020-04-29;7;1;1;13
+31;2020-04-30;2;1;2;6
+31;2020-05-01;7;0;0;9
+31;2020-05-02;4;2;2;2
+31;2020-05-03;3;0;0;0
+31;2020-05-04;4;0;1;3
+31;2020-05-05;7;2;1;15
+31;2020-05-06;2;1;0;7
+31;2020-05-07;7;0;2;4
+31;2020-05-08;12;3;0;11
+31;2020-05-09;1;1;1;2
+31;2020-05-10;8;1;0;4
+31;2020-05-11;1;0;0;8
+31;2020-05-12;0;0;0;4
+31;2020-05-13;6;2;1;7
+31;2020-05-14;3;0;2;4
+31;2020-05-15;1;1;1;8
+31;2020-05-16;2;1;0;5
+31;2020-05-17;7;1;1;5
+31;2020-05-18;1;0;0;0
+31;2020-05-19;5;0;0;6
+31;2020-05-20;0;0;2;1
+31;2020-05-21;2;0;0;4
+31;2020-05-22;0;0;0;2
+31;2020-05-23;0;0;1;0
+31;2020-05-24;0;0;1;1
+31;2020-05-25;4;1;0;4
+31;2020-05-26;2;1;0;8
+31;2020-05-27;4;0;0;0
+31;2020-05-28;0;0;2;2
+31;2020-05-29;2;0;0;3
+31;2020-05-30;1;0;0;0
+31;2020-05-31;0;0;2;3
+31;2020-06-01;1;0;0;0
+31;2020-06-02;1;0;0;1
+31;2020-06-03;0;0;1;4
+31;2020-06-04;0;0;0;3
+32;2020-03-19;2;2;0;0
+32;2020-03-20;0;0;0;0
+32;2020-03-21;1;0;0;0
+32;2020-03-22;0;0;0;0
+32;2020-03-23;1;0;0;0
+32;2020-03-24;3;0;0;0
+32;2020-03-25;3;0;0;0
+32;2020-03-26;0;0;0;1
+32;2020-03-27;5;1;0;0
+32;2020-03-28;1;0;0;0
+32;2020-03-29;4;0;0;0
+32;2020-03-30;1;0;1;0
+32;2020-03-31;3;0;1;2
+32;2020-04-01;8;0;1;1
+32;2020-04-02;4;1;0;2
+32;2020-04-03;2;0;2;0
+32;2020-04-04;4;0;2;1
+32;2020-04-05;2;1;0;0
+32;2020-04-06;1;0;0;1
+32;2020-04-07;4;0;1;5
+32;2020-04-08;4;0;0;1
+32;2020-04-09;1;1;0;2
+32;2020-04-10;1;0;0;4
+32;2020-04-11;0;0;1;1
+32;2020-04-12;5;0;0;0
+32;2020-04-13;3;0;0;0
+32;2020-04-14;3;0;1;1
+32;2020-04-15;3;0;0;5
+32;2020-04-16;4;0;0;2
+32;2020-04-17;4;1;0;0
+32;2020-04-18;2;0;1;0
+32;2020-04-19;2;0;0;0
+32;2020-04-20;8;2;0;1
+32;2020-04-21;3;0;2;3
+32;2020-04-22;2;1;0;0
+32;2020-04-23;4;0;3;3
+32;2020-04-24;2;1;0;13
+32;2020-04-25;0;0;0;3
+32;2020-04-26;8;0;0;0
+32;2020-04-27;4;0;1;1
+32;2020-04-28;0;0;1;0
+32;2020-04-29;0;0;0;1
+32;2020-04-30;0;0;0;1
+32;2020-05-01;0;0;0;3
+32;2020-05-02;0;0;0;0
+32;2020-05-03;1;0;0;0
+32;2020-05-04;8;0;2;1
+32;2020-05-05;10;0;0;8
+32;2020-05-06;1;0;1;2
+32;2020-05-07;0;0;1;0
+32;2020-05-08;1;1;1;2
+32;2020-05-09;0;0;0;0
+32;2020-05-10;1;0;0;0
+32;2020-05-11;2;0;0;2
+32;2020-05-12;1;0;0;0
+32;2020-05-13;0;0;0;3
+32;2020-05-14;0;0;0;5
+32;2020-05-15;1;0;1;1
+32;2020-05-16;2;0;0;0
+32;2020-05-17;0;0;0;0
+32;2020-05-18;0;0;0;1
+32;2020-05-19;0;0;0;3
+32;2020-05-20;0;0;0;0
+32;2020-05-21;1;0;0;0
+32;2020-05-22;0;0;0;0
+32;2020-05-23;0;0;0;0
+32;2020-05-24;0;0;0;0
+32;2020-05-25;1;0;0;0
+32;2020-05-26;1;0;0;0
+32;2020-05-27;1;0;0;4
+32;2020-05-28;0;0;0;0
+32;2020-05-29;0;0;0;0
+32;2020-05-30;0;0;0;0
+32;2020-05-31;0;0;0;0
+32;2020-06-01;0;0;0;0
+32;2020-06-02;0;0;0;0
+32;2020-06-03;0;0;0;0
+32;2020-06-04;0;0;0;1
+33;2020-03-19;14;3;1;6
+33;2020-03-20;5;3;0;3
+33;2020-03-21;34;12;0;1
+33;2020-03-22;9;1;0;0
+33;2020-03-23;23;5;1;6
+33;2020-03-24;40;21;0;8
+33;2020-03-25;87;7;3;28
+33;2020-03-26;44;7;5;17
+33;2020-03-27;64;13;4;19
+33;2020-03-28;30;5;4;7
+33;2020-03-29;29;8;4;9
+33;2020-03-30;89;13;4;37
+33;2020-03-31;66;15;5;47
+33;2020-04-01;50;12;2;38
+33;2020-04-02;55;8;1;39
+33;2020-04-03;37;5;3;17
+33;2020-04-04;15;6;4;23
+33;2020-04-05;15;2;2;13
+33;2020-04-06;32;5;5;17
+33;2020-04-07;28;6;3;19
+33;2020-04-08;32;7;8;42
+33;2020-04-09;32;6;4;31
+33;2020-04-10;25;3;1;21
+33;2020-04-11;31;2;4;24
+33;2020-04-12;10;1;4;16
+33;2020-04-13;22;5;1;8
+33;2020-04-14;25;1;3;16
+33;2020-04-15;16;2;2;26
+33;2020-04-16;15;2;1;19
+33;2020-04-17;24;4;7;17
+33;2020-04-18;15;3;5;24
+33;2020-04-19;23;4;2;10
+33;2020-04-20;22;1;4;9
+33;2020-04-21;14;0;4;22
+33;2020-04-22;12;3;1;18
+33;2020-04-23;24;3;4;31
+33;2020-04-24;5;0;3;13
+33;2020-04-25;13;0;2;14
+33;2020-04-26;8;1;1;5
+33;2020-04-27;15;0;2;8
+33;2020-04-28;14;1;2;21
+33;2020-04-29;7;0;2;14
+33;2020-04-30;8;0;4;18
+33;2020-05-01;5;1;0;14
+33;2020-05-02;3;0;1;3
+33;2020-05-03;10;2;1;3
+33;2020-05-04;8;1;4;3
+33;2020-05-05;14;1;0;17
+33;2020-05-06;3;0;3;13
+33;2020-05-07;11;1;2;5
+33;2020-05-08;3;1;0;5
+33;2020-05-09;7;0;4;7
+33;2020-05-10;7;0;1;16
+33;2020-05-11;2;1;1;1
+33;2020-05-12;7;0;3;12
+33;2020-05-13;11;1;1;10
+33;2020-05-14;9;0;1;5
+33;2020-05-15;3;0;0;4
+33;2020-05-16;5;0;0;4
+33;2020-05-17;0;0;1;0
+33;2020-05-18;2;0;2;2
+33;2020-05-19;6;2;1;9
+33;2020-05-20;2;0;0;7
+33;2020-05-21;1;0;0;6
+33;2020-05-22;2;1;0;2
+33;2020-05-23;4;0;1;5
+33;2020-05-24;2;0;0;0
+33;2020-05-25;2;0;1;8
+33;2020-05-26;1;1;1;4
+33;2020-05-27;4;1;0;4
+33;2020-05-28;2;0;1;13
+33;2020-05-29;1;1;1;3
+33;2020-05-30;1;0;0;4
+33;2020-05-31;1;1;0;0
+33;2020-06-01;1;0;0;0
+33;2020-06-02;0;1;0;9
+33;2020-06-03;6;0;0;9
+33;2020-06-04;6;1;0;5
+34;2020-03-19;24;7;2;5
+34;2020-03-20;15;6;1;1
+34;2020-03-21;19;4;0;9
+34;2020-03-22;11;4;2;7
+34;2020-03-23;23;8;3;2
+34;2020-03-24;26;9;1;7
+34;2020-03-25;45;9;3;5
+34;2020-03-26;37;8;3;16
+34;2020-03-27;38;9;2;11
+34;2020-03-28;47;11;3;12
+34;2020-03-29;38;7;2;2
+34;2020-03-30;24;14;1;14
+34;2020-03-31;38;7;5;36
+34;2020-04-01;33;10;6;25
+34;2020-04-02;30;6;4;17
+34;2020-04-03;41;10;4;16
+34;2020-04-04;11;3;8;16
+34;2020-04-05;20;0;1;13
+34;2020-04-06;21;6;2;12
+34;2020-04-07;25;5;3;31
+34;2020-04-08;14;4;3;27
+34;2020-04-09;12;0;2;25
+34;2020-04-10;20;7;8;26
+34;2020-04-11;10;2;4;26
+34;2020-04-12;5;1;0;7
+34;2020-04-13;21;7;2;5
+34;2020-04-14;8;5;7;7
+34;2020-04-15;9;5;5;17
+34;2020-04-16;6;4;1;19
+34;2020-04-17;8;0;0;14
+34;2020-04-18;35;4;1;21
+34;2020-04-19;7;3;0;0
+34;2020-04-20;9;7;4;13
+34;2020-04-21;5;0;2;10
+34;2020-04-22;3;1;0;8
+34;2020-04-23;4;5;1;9
+34;2020-04-24;4;1;1;12
+34;2020-04-25;5;0;0;8
+34;2020-04-26;2;0;0;0
+34;2020-04-27;5;1;1;2
+34;2020-04-28;7;0;2;8
+34;2020-04-29;2;0;2;9
+34;2020-04-30;8;1;1;4
+34;2020-05-01;1;0;0;7
+34;2020-05-02;1;0;3;0
+34;2020-05-03;0;0;0;0
+34;2020-05-04;4;1;0;6
+34;2020-05-05;5;0;6;6
+34;2020-05-06;4;0;1;8
+34;2020-05-07;2;0;0;5
+34;2020-05-08;3;0;0;17
+34;2020-05-09;2;0;0;2
+34;2020-05-10;1;0;0;1
+34;2020-05-11;6;2;1;3
+34;2020-05-12;0;1;0;8
+34;2020-05-13;7;2;0;8
+34;2020-05-14;1;2;1;8
+34;2020-05-15;3;1;0;4
+34;2020-05-16;0;0;0;4
+34;2020-05-17;0;0;0;1
+34;2020-05-18;4;1;1;4
+34;2020-05-19;0;0;0;4
+34;2020-05-20;5;0;1;3
+34;2020-05-21;0;0;0;1
+34;2020-05-22;10;1;1;0
+34;2020-05-23;0;0;0;1
+34;2020-05-24;1;0;0;0
+34;2020-05-25;5;0;0;7
+34;2020-05-26;1;1;1;3
+34;2020-05-27;5;0;0;2
+34;2020-05-28;1;1;0;3
+34;2020-05-29;2;0;0;2
+34;2020-05-30;9;0;0;12
+34;2020-05-31;0;0;0;0
+34;2020-06-01;0;0;0;0
+34;2020-06-02;1;0;0;1
+34;2020-06-03;1;0;0;0
+34;2020-06-04;0;0;0;0
+35;2020-03-19;25;7;0;16
+35;2020-03-20;8;2;1;1
+35;2020-03-21;8;3;0;1
+35;2020-03-22;4;2;0;0
+35;2020-03-23;12;4;0;2
+35;2020-03-24;9;2;1;6
+35;2020-03-25;12;2;0;4
+35;2020-03-26;15;2;0;5
+35;2020-03-27;10;4;1;5
+35;2020-03-28;19;5;2;3
+35;2020-03-29;30;2;0;11
+35;2020-03-30;15;4;2;2
+35;2020-03-31;19;7;2;8
+35;2020-04-01;18;7;1;3
+35;2020-04-02;20;5;2;7
+35;2020-04-03;10;1;4;5
+35;2020-04-04;13;3;1;10
+35;2020-04-05;6;4;0;3
+35;2020-04-06;16;2;3;5
+35;2020-04-07;19;1;3;18
+35;2020-04-08;21;4;4;11
+35;2020-04-09;13;2;0;4
+35;2020-04-10;15;1;9;8
+35;2020-04-11;15;2;3;11
+35;2020-04-12;16;0;0;6
+35;2020-04-13;6;1;1;4
+35;2020-04-14;18;1;4;8
+35;2020-04-15;23;0;4;12
+35;2020-04-16;12;1;1;14
+35;2020-04-17;11;3;2;9
+35;2020-04-18;9;2;5;17
+35;2020-04-19;6;1;4;6
+35;2020-04-20;3;1;1;2
+35;2020-04-21;10;2;3;11
+35;2020-04-22;9;1;0;10
+35;2020-04-23;8;0;3;6
+35;2020-04-24;5;0;0;11
+35;2020-04-25;6;1;1;13
+35;2020-04-26;2;0;0;3
+35;2020-04-27;0;0;1;0
+35;2020-04-28;6;0;3;9
+35;2020-04-29;4;0;0;5
+35;2020-04-30;3;0;0;3
+35;2020-05-01;2;0;0;10
+35;2020-05-02;2;1;2;5
+35;2020-05-03;3;0;2;3
+35;2020-05-04;3;0;1;2
+35;2020-05-05;1;0;0;5
+35;2020-05-06;2;0;1;3
+35;2020-05-07;1;0;0;13
+35;2020-05-08;4;0;0;8
+35;2020-05-09;0;0;0;2
+35;2020-05-10;2;0;0;2
+35;2020-05-11;1;0;2;1
+35;2020-05-12;3;0;1;9
+35;2020-05-13;2;0;0;13
+35;2020-05-14;1;0;0;1
+35;2020-05-15;5;0;1;12
+35;2020-05-16;9;0;2;8
+35;2020-05-17;4;0;0;2
+35;2020-05-18;2;1;0;0
+35;2020-05-19;3;0;0;2
+35;2020-05-20;6;0;0;3
+35;2020-05-21;2;0;1;2
+35;2020-05-22;6;0;0;0
+35;2020-05-23;0;0;0;1
+35;2020-05-24;1;0;0;0
+35;2020-05-25;2;1;1;6
+35;2020-05-26;2;1;0;8
+35;2020-05-27;1;0;1;3
+35;2020-05-28;0;0;0;5
+35;2020-05-29;2;0;0;0
+35;2020-05-30;1;0;0;9
+35;2020-05-31;0;0;0;0
+35;2020-06-01;1;0;1;0
+35;2020-06-02;0;0;0;0
+35;2020-06-03;5;0;1;12
+35;2020-06-04;1;0;0;1
+36;2020-03-19;3;0;0;0
+36;2020-03-20;1;1;0;0
+36;2020-03-21;1;1;0;0
+36;2020-03-22;0;0;0;0
+36;2020-03-23;13;3;2;0
+36;2020-03-24;3;2;0;0
+36;2020-03-25;7;0;3;0
+36;2020-03-26;1;0;0;1
+36;2020-03-27;11;3;2;1
+36;2020-03-28;13;3;1;0
+36;2020-03-29;1;1;1;0
+36;2020-03-30;5;0;2;1
+36;2020-03-31;2;0;2;0
+36;2020-04-01;6;1;4;1
+36;2020-04-02;5;1;0;3
+36;2020-04-03;2;3;0;0
+36;2020-04-04;11;2;0;2
+36;2020-04-05;11;0;1;0
+36;2020-04-06;2;0;3;0
+36;2020-04-07;8;0;2;5
+36;2020-04-08;4;2;2;2
+36;2020-04-09;6;0;0;3
+36;2020-04-10;17;0;4;1
+36;2020-04-11;8;0;1;3
+36;2020-04-12;1;0;2;1
+36;2020-04-13;17;0;6;0
+36;2020-04-14;5;0;0;2
+36;2020-04-15;9;0;0;1
+36;2020-04-16;3;0;0;3
+36;2020-04-17;5;0;1;8
+36;2020-04-18;4;0;2;0
+36;2020-04-19;4;0;3;0
+36;2020-04-20;5;0;2;1
+36;2020-04-21;22;0;4;6
+36;2020-04-22;11;1;6;5
+36;2020-04-23;5;0;1;5
+36;2020-04-24;4;1;1;0
+36;2020-04-25;8;1;2;2
+36;2020-04-26;1;0;1;0
+36;2020-04-27;3;1;2;0
+36;2020-04-28;2;1;1;0
+36;2020-04-29;6;0;0;5
+36;2020-04-30;4;0;0;0
+36;2020-05-01;3;0;1;1
+36;2020-05-02;2;0;0;0
+36;2020-05-03;2;0;0;1
+36;2020-05-04;1;0;3;2
+36;2020-05-05;0;0;1;8
+36;2020-05-06;0;0;0;4
+36;2020-05-07;1;0;0;5
+36;2020-05-08;2;0;0;4
+36;2020-05-09;0;0;1;0
+36;2020-05-10;0;0;0;0
+36;2020-05-11;0;0;1;0
+36;2020-05-12;1;0;0;2
+36;2020-05-13;0;0;0;3
+36;2020-05-14;2;1;1;1
+36;2020-05-15;1;0;0;2
+36;2020-05-16;0;0;0;0
+36;2020-05-17;0;0;1;0
+36;2020-05-18;2;0;0;2
+36;2020-05-19;0;0;1;1
+36;2020-05-20;1;0;0;0
+36;2020-05-21;0;0;1;0
+36;2020-05-22;1;0;0;4
+36;2020-05-23;0;0;0;0
+36;2020-05-24;0;0;0;0
+36;2020-05-25;0;0;1;0
+36;2020-05-26;0;0;0;1
+36;2020-05-27;0;0;0;0
+36;2020-05-28;0;0;0;0
+36;2020-05-29;0;0;0;2
+36;2020-05-30;0;0;0;0
+36;2020-05-31;0;0;0;0
+36;2020-06-01;0;0;0;0
+36;2020-06-02;0;0;0;0
+36;2020-06-03;0;0;0;2
+36;2020-06-04;0;0;0;0
+37;2020-03-19;2;2;0;0
+37;2020-03-20;6;1;1;0
+37;2020-03-21;2;0;0;1
+37;2020-03-22;1;1;0;0
+37;2020-03-23;5;1;1;0
+37;2020-03-24;7;1;0;3
+37;2020-03-25;9;3;1;5
+37;2020-03-26;11;1;0;5
+37;2020-03-27;26;7;0;6
+37;2020-03-28;5;2;1;4
+37;2020-03-29;6;3;0;1
+37;2020-03-30;27;2;0;3
+37;2020-03-31;15;3;1;2
+37;2020-04-01;32;5;6;11
+37;2020-04-02;19;4;1;3
+37;2020-04-03;19;7;4;6
+37;2020-04-04;24;4;1;8
+37;2020-04-05;6;0;1;9
+37;2020-04-06;20;6;4;4
+37;2020-04-07;9;0;1;10
+37;2020-04-08;24;3;2;9
+37;2020-04-09;14;3;5;7
+37;2020-04-10;12;3;2;6
+37;2020-04-11;21;5;3;8
+37;2020-04-12;5;0;3;4
+37;2020-04-13;4;0;0;2
+37;2020-04-14;5;0;2;7
+37;2020-04-15;18;0;2;15
+37;2020-04-16;5;0;2;9
+37;2020-04-17;5;0;3;6
+37;2020-04-18;5;0;3;6
+37;2020-04-19;1;0;1;5
+37;2020-04-20;5;0;2;6
+37;2020-04-21;8;2;0;6
+37;2020-04-22;5;0;2;1
+37;2020-04-23;3;0;1;8
+37;2020-04-24;7;1;1;7
+37;2020-04-25;6;2;1;3
+37;2020-04-26;6;0;0;3
+37;2020-04-27;2;1;1;1
+37;2020-04-28;13;0;1;7
+37;2020-04-29;7;0;0;8
+37;2020-04-30;7;2;0;4
+37;2020-05-01;5;2;1;3
+37;2020-05-02;3;0;0;3
+37;2020-05-03;3;0;0;0
+37;2020-05-04;4;1;4;0
+37;2020-05-05;7;0;2;12
+37;2020-05-06;3;0;0;6
+37;2020-05-07;3;1;1;3
+37;2020-05-08;3;0;0;4
+37;2020-05-09;1;0;1;1
+37;2020-05-10;1;0;1;0
+37;2020-05-11;2;0;1;5
+37;2020-05-12;5;0;2;9
+37;2020-05-13;3;0;0;4
+37;2020-05-14;4;0;2;4
+37;2020-05-15;4;0;0;5
+37;2020-05-16;0;0;0;1
+37;2020-05-17;0;0;0;1
+37;2020-05-18;1;0;1;4
+37;2020-05-19;1;0;2;2
+37;2020-05-20;2;0;1;3
+37;2020-05-21;0;0;0;5
+37;2020-05-22;1;0;0;0
+37;2020-05-23;0;0;0;2
+37;2020-05-24;0;0;0;0
+37;2020-05-25;0;0;0;0
+37;2020-05-26;0;1;1;3
+37;2020-05-27;2;0;1;8
+37;2020-05-28;1;0;0;2
+37;2020-05-29;1;0;0;4
+37;2020-05-30;2;0;0;1
+37;2020-05-31;0;0;0;0
+37;2020-06-01;0;0;1;0
+37;2020-06-02;0;0;0;0
+37;2020-06-03;1;0;0;1
+37;2020-06-04;0;0;0;1
+38;2020-03-19;11;0;0;5
+38;2020-03-20;8;0;0;5
+38;2020-03-21;13;1;0;4
+38;2020-03-22;8;2;1;1
+38;2020-03-23;16;4;1;4
+38;2020-03-24;21;0;0;12
+38;2020-03-25;29;10;0;7
+38;2020-03-26;19;5;1;8
+38;2020-03-27;35;14;0;6
+38;2020-03-28;14;2;2;5
+38;2020-03-29;28;12;2;4
+38;2020-03-30;30;6;3;4
+38;2020-03-31;18;3;2;10
+38;2020-04-01;30;4;2;17
+38;2020-04-02;21;3;1;5
+38;2020-04-03;23;4;5;12
+38;2020-04-04;22;4;2;16
+38;2020-04-05;26;5;2;4
+38;2020-04-06;30;5;2;10
+38;2020-04-07;19;5;3;9
+38;2020-04-08;13;2;5;27
+38;2020-04-09;28;8;3;18
+38;2020-04-10;27;3;3;11
+38;2020-04-11;8;2;4;7
+38;2020-04-12;12;2;3;9
+38;2020-04-13;11;1;1;3
+38;2020-04-14;6;2;4;7
+38;2020-04-15;32;8;7;18
+38;2020-04-16;14;0;3;18
+38;2020-04-17;20;3;1;9
+38;2020-04-18;16;1;2;20
+38;2020-04-19;7;1;3;5
+38;2020-04-20;11;3;6;12
+38;2020-04-21;26;3;7;31
+38;2020-04-22;18;2;3;12
+38;2020-04-23;20;3;5;15
+38;2020-04-24;22;3;6;17
+38;2020-04-25;3;1;0;5
+38;2020-04-26;0;0;1;1
+38;2020-04-27;7;0;2;2
+38;2020-04-28;13;1;4;22
+38;2020-04-29;7;1;1;18
+38;2020-04-30;6;1;4;29
+38;2020-05-01;7;0;0;7
+38;2020-05-02;1;0;0;1
+38;2020-05-03;5;0;1;0
+38;2020-05-04;10;0;2;5
+38;2020-05-05;9;0;3;7
+38;2020-05-06;7;1;1;15
+38;2020-05-07;7;1;2;9
+38;2020-05-08;2;1;0;4
+38;2020-05-09;0;0;2;1
+38;2020-05-10;0;0;0;0
+38;2020-05-11;21;1;3;13
+38;2020-05-12;7;1;2;10
+38;2020-05-13;5;0;0;3
+38;2020-05-14;10;0;1;15
+38;2020-05-15;3;2;3;7
+38;2020-05-16;0;0;0;10
+38;2020-05-17;0;0;0;1
+38;2020-05-18;2;1;0;1
+38;2020-05-19;5;0;6;10
+38;2020-05-20;3;0;0;9
+38;2020-05-21;25;0;2;22
+38;2020-05-22;2;0;0;3
+38;2020-05-23;0;1;2;4
+38;2020-05-24;0;0;0;0
+38;2020-05-25;5;1;4;8
+38;2020-05-26;2;0;1;4
+38;2020-05-27;5;2;1;2
+38;2020-05-28;1;0;0;7
+38;2020-05-29;1;0;1;7
+38;2020-05-30;3;0;0;0
+38;2020-05-31;0;0;2;4
+38;2020-06-01;0;0;0;0
+38;2020-06-02;1;1;2;3
+38;2020-06-03;5;1;1;3
+38;2020-06-04;0;0;0;4
+39;2020-03-19;1;0;0;0
+39;2020-03-20;5;0;0;1
+39;2020-03-21;1;0;0;0
+39;2020-03-22;2;0;0;0
+39;2020-03-23;2;0;0;0
+39;2020-03-24;14;1;0;2
+39;2020-03-25;5;2;0;0
+39;2020-03-26;16;5;0;0
+39;2020-03-27;6;3;0;1
+39;2020-03-28;4;0;1;9
+39;2020-03-29;2;2;0;0
+39;2020-03-30;13;0;1;0
+39;2020-03-31;11;1;1;6
+39;2020-04-01;11;1;1;5
+39;2020-04-02;5;2;0;4
+39;2020-04-03;16;1;6;7
+39;2020-04-04;16;2;3;3
+39;2020-04-05;11;0;1;3
+39;2020-04-06;3;2;3;0
+39;2020-04-07;20;3;1;7
+39;2020-04-08;14;1;1;4
+39;2020-04-09;18;2;4;8
+39;2020-04-10;8;4;1;2
+39;2020-04-11;8;0;2;6
+39;2020-04-12;6;1;1;0
+39;2020-04-13;7;2;1;0
+39;2020-04-14;9;1;2;0
+39;2020-04-15;14;1;2;10
+39;2020-04-16;11;1;2;8
+39;2020-04-17;16;2;0;2
+39;2020-04-18;9;2;3;11
+39;2020-04-19;0;0;0;4
+39;2020-04-20;1;0;0;1
+39;2020-04-21;1;0;2;15
+39;2020-04-22;8;4;1;12
+39;2020-04-23;5;1;3;11
+39;2020-04-24;3;0;0;2
+39;2020-04-25;5;2;0;8
+39;2020-04-26;0;0;0;0
+39;2020-04-27;2;2;1;2
+39;2020-04-28;3;2;0;13
+39;2020-04-29;2;0;0;3
+39;2020-04-30;10;0;2;4
+39;2020-05-01;0;0;0;2
+39;2020-05-02;0;0;0;0
+39;2020-05-03;0;0;0;0
+39;2020-05-04;6;1;2;4
+39;2020-05-05;1;1;0;10
+39;2020-05-06;1;1;0;1
+39;2020-05-07;3;0;1;3
+39;2020-05-08;6;0;0;3
+39;2020-05-09;1;0;3;10
+39;2020-05-10;0;0;0;0
+39;2020-05-11;5;2;3;1
+39;2020-05-12;0;0;1;3
+39;2020-05-13;1;0;0;1
+39;2020-05-14;0;0;0;2
+39;2020-05-15;1;0;1;4
+39;2020-05-16;4;0;1;5
+39;2020-05-17;0;0;0;0
+39;2020-05-18;0;0;0;1
+39;2020-05-19;1;0;0;5
+39;2020-05-20;5;0;0;6
+39;2020-05-21;1;0;0;1
+39;2020-05-22;3;0;1;3
+39;2020-05-23;1;0;0;1
+39;2020-05-24;0;0;0;0
+39;2020-05-25;1;0;0;0
+39;2020-05-26;1;0;1;33
+39;2020-05-27;0;0;0;3
+39;2020-05-28;1;0;1;1
+39;2020-05-29;23;0;0;16
+39;2020-05-30;0;0;0;2
+39;2020-05-31;0;0;0;0
+39;2020-06-01;0;0;0;0
+39;2020-06-02;0;0;0;3
+39;2020-06-03;0;0;0;1
+39;2020-06-04;0;0;0;1
+40;2020-03-19;0;0;0;0
+40;2020-03-20;0;0;0;0
+40;2020-03-21;0;0;0;0
+40;2020-03-22;0;0;0;0
+40;2020-03-23;4;0;0;0
+40;2020-03-24;0;0;0;0
+40;2020-03-25;7;3;0;1
+40;2020-03-26;0;1;0;1
+40;2020-03-27;2;0;0;0
+40;2020-03-28;2;0;0;3
+40;2020-03-29;2;0;0;0
+40;2020-03-30;6;1;1;1
+40;2020-03-31;1;1;0;1
+40;2020-04-01;1;1;0;0
+40;2020-04-02;4;0;0;3
+40;2020-04-03;2;1;0;2
+40;2020-04-04;1;1;0;0
+40;2020-04-05;1;0;0;1
+40;2020-04-06;9;3;3;7
+40;2020-04-07;11;0;2;4
+40;2020-04-08;4;1;0;1
+40;2020-04-09;7;0;2;4
+40;2020-04-10;1;0;2;2
+40;2020-04-11;0;0;0;0
+40;2020-04-12;0;0;1;0
+40;2020-04-13;0;0;0;0
+40;2020-04-14;4;1;0;1
+40;2020-04-15;2;0;0;0
+40;2020-04-16;3;0;0;1
+40;2020-04-17;3;0;0;1
+40;2020-04-18;0;0;0;1
+40;2020-04-19;0;0;0;0
+40;2020-04-20;1;1;0;3
+40;2020-04-21;1;0;0;0
+40;2020-04-22;0;0;0;1
+40;2020-04-23;1;1;0;2
+40;2020-04-24;2;0;0;2
+40;2020-04-25;0;0;0;1
+40;2020-04-26;0;0;0;0
+40;2020-04-27;0;0;0;1
+40;2020-04-28;0;0;0;3
+40;2020-04-29;0;0;0;3
+40;2020-04-30;8;0;0;4
+40;2020-05-01;0;0;0;0
+40;2020-05-02;0;0;0;0
+40;2020-05-03;0;0;0;0
+40;2020-05-04;0;0;0;3
+40;2020-05-05;0;0;0;1
+40;2020-05-06;0;0;0;0
+40;2020-05-07;0;0;0;0
+40;2020-05-08;0;0;0;0
+40;2020-05-09;0;0;0;0
+40;2020-05-10;0;0;0;0
+40;2020-05-11;0;0;2;0
+40;2020-05-12;0;0;0;1
+40;2020-05-13;0;0;0;1
+40;2020-05-14;0;0;0;0
+40;2020-05-15;0;0;0;0
+40;2020-05-16;0;0;0;0
+40;2020-05-17;0;0;0;0
+40;2020-05-18;1;0;0;0
+40;2020-05-19;0;0;0;0
+40;2020-05-20;0;0;0;3
+40;2020-05-21;0;0;0;0
+40;2020-05-22;0;0;0;0
+40;2020-05-23;0;0;0;0
+40;2020-05-24;0;0;0;0
+40;2020-05-25;1;1;0;0
+40;2020-05-26;0;0;0;0
+40;2020-05-27;0;0;0;0
+40;2020-05-28;0;0;0;1
+40;2020-05-29;0;0;0;1
+40;2020-05-30;0;0;0;0
+40;2020-05-31;0;0;0;0
+40;2020-06-01;0;0;0;0
+40;2020-06-02;0;0;0;0
+40;2020-06-03;0;0;0;1
+40;2020-06-04;0;0;0;1
+41;2020-03-19;3;0;0;1
+41;2020-03-20;3;1;0;0
+41;2020-03-21;0;0;0;0
+41;2020-03-22;1;0;0;0
+41;2020-03-23;4;1;0;1
+41;2020-03-24;9;0;0;5
+41;2020-03-25;2;1;0;1
+41;2020-03-26;6;1;0;1
+41;2020-03-27;8;2;0;0
+41;2020-03-28;12;0;3;4
+41;2020-03-29;2;1;0;0
+41;2020-03-30;23;1;1;3
+41;2020-03-31;5;5;0;3
+41;2020-04-01;17;3;3;1
+41;2020-04-02;17;5;0;1
+41;2020-04-03;11;0;3;15
+41;2020-04-04;4;1;2;2
+41;2020-04-05;1;0;0;2
+41;2020-04-06;18;2;1;1
+41;2020-04-07;11;0;1;6
+41;2020-04-08;10;1;2;4
+41;2020-04-09;13;5;0;2
+41;2020-04-10;4;1;2;10
+41;2020-04-11;6;1;3;3
+41;2020-04-12;3;0;0;0
+41;2020-04-13;4;0;1;1
+41;2020-04-14;12;1;3;2
+41;2020-04-15;3;2;2;6
+41;2020-04-16;7;0;1;4
+41;2020-04-17;10;6;1;4
+41;2020-04-18;5;0;2;1
+41;2020-04-19;1;1;0;0
+41;2020-04-20;17;4;4;7
+41;2020-04-21;5;0;1;5
+41;2020-04-22;7;0;0;7
+41;2020-04-23;6;0;0;4
+41;2020-04-24;9;2;2;2
+41;2020-04-25;7;1;0;3
+41;2020-04-26;2;0;0;0
+41;2020-04-27;8;0;2;2
+41;2020-04-28;2;0;4;9
+41;2020-04-29;14;2;0;6
+41;2020-04-30;23;1;3;10
+41;2020-05-01;4;2;1;2
+41;2020-05-02;4;0;1;1
+41;2020-05-03;4;1;0;0
+41;2020-05-04;1;0;1;6
+41;2020-05-05;10;1;1;4
+41;2020-05-06;2;0;1;8
+41;2020-05-07;9;0;1;4
+41;2020-05-08;0;0;1;3
+41;2020-05-09;2;0;0;1
+41;2020-05-10;4;0;1;0
+41;2020-05-11;6;0;0;0
+41;2020-05-12;2;0;0;5
+41;2020-05-13;4;0;1;9
+41;2020-05-14;4;1;0;8
+41;2020-05-15;7;2;2;7
+41;2020-05-16;0;0;1;1
+41;2020-05-17;0;0;0;0
+41;2020-05-18;5;1;1;5
+41;2020-05-19;2;0;2;5
+41;2020-05-20;2;0;0;6
+41;2020-05-21;0;0;0;0
+41;2020-05-22;0;0;0;0
+41;2020-05-23;1;0;1;3
+41;2020-05-24;0;0;0;0
+41;2020-05-25;2;0;2;2
+41;2020-05-26;0;0;0;5
+41;2020-05-27;0;0;0;1
+41;2020-05-28;1;0;0;10
+41;2020-05-29;0;0;0;3
+41;2020-05-30;0;0;0;2
+41;2020-05-31;0;0;0;0
+41;2020-06-01;0;0;0;0
+41;2020-06-02;2;0;0;2
+41;2020-06-03;0;0;0;3
+41;2020-06-04;0;0;0;1
+42;2020-03-19;32;4;2;5
+42;2020-03-20;13;4;1;1
+42;2020-03-21;22;2;2;5
+42;2020-03-22;30;4;2;2
+42;2020-03-23;24;3;2;4
+42;2020-03-24;46;3;3;6
+42;2020-03-25;59;12;2;3
+42;2020-03-26;40;8;3;3
+42;2020-03-27;28;3;1;13
+42;2020-03-28;69;16;8;3
+42;2020-03-29;76;8;6;14
+42;2020-03-30;32;11;3;11
+42;2020-03-31;40;4;8;7
+42;2020-04-01;44;5;13;29
+42;2020-04-02;43;9;5;14
+42;2020-04-03;57;5;7;33
+42;2020-04-04;29;7;1;12
+42;2020-04-05;19;1;5;13
+42;2020-04-06;40;5;3;13
+42;2020-04-07;33;3;11;31
+42;2020-04-08;26;5;2;28
+42;2020-04-09;33;2;5;25
+42;2020-04-10;31;7;6;33
+42;2020-04-11;27;1;3;17
+42;2020-04-12;43;7;5;16
+42;2020-04-13;4;2;1;4
+42;2020-04-14;23;3;6;17
+42;2020-04-15;41;2;10;31
+42;2020-04-16;18;3;6;18
+42;2020-04-17;34;0;2;26
+42;2020-04-18;12;3;5;24
+42;2020-04-19;18;4;1;8
+42;2020-04-20;11;4;5;5
+42;2020-04-21;22;0;6;26
+42;2020-04-22;17;3;10;18
+42;2020-04-23;23;1;5;16
+42;2020-04-24;10;0;2;12
+42;2020-04-25;20;3;5;33
+42;2020-04-26;9;1;3;4
+42;2020-04-27;11;0;2;5
+42;2020-04-28;8;0;7;15
+42;2020-04-29;7;1;1;11
+42;2020-04-30;14;2;1;18
+42;2020-05-01;12;2;2;14
+42;2020-05-02;3;1;2;1
+42;2020-05-03;4;0;1;1
+42;2020-05-04;6;2;3;12
+42;2020-05-05;9;1;3;13
+42;2020-05-06;5;1;2;16
+42;2020-05-07;0;2;1;8
+42;2020-05-08;4;0;0;9
+42;2020-05-09;2;0;0;4
+42;2020-05-10;1;0;1;1
+42;2020-05-11;9;0;6;8
+42;2020-05-12;20;2;7;10
+42;2020-05-13;3;1;0;45
+42;2020-05-14;8;1;1;10
+42;2020-05-15;2;1;1;5
+42;2020-05-16;1;0;1;6
+42;2020-05-17;0;0;0;0
+42;2020-05-18;0;0;2;3
+42;2020-05-19;1;0;5;10
+42;2020-05-20;12;0;3;28
+42;2020-05-21;1;0;1;2
+42;2020-05-22;4;1;3;5
+42;2020-05-23;2;0;0;3
+42;2020-05-24;2;0;0;0
+42;2020-05-25;1;0;1;1
+42;2020-05-26;3;0;3;13
+42;2020-05-27;2;3;1;6
+42;2020-05-28;3;0;0;3
+42;2020-05-29;1;0;1;7
+42;2020-05-30;0;0;0;0
+42;2020-05-31;2;0;0;1
+42;2020-06-01;0;0;1;2
+42;2020-06-02;1;0;3;15
+42;2020-06-03;1;0;1;15
+42;2020-06-04;1;0;0;11
+43;2020-03-19;1;1;0;0
+43;2020-03-20;2;1;0;1
+43;2020-03-21;2;0;0;0
+43;2020-03-22;2;0;0;1
+43;2020-03-23;2;1;0;0
+43;2020-03-24;2;0;0;1
+43;2020-03-25;6;1;0;3
+43;2020-03-26;2;2;0;0
+43;2020-03-27;3;0;1;1
+43;2020-03-28;2;0;1;1
+43;2020-03-29;1;0;1;0
+43;2020-03-30;3;0;0;1
+43;2020-03-31;2;0;0;2
+43;2020-04-01;3;0;0;2
+43;2020-04-02;2;0;0;2
+43;2020-04-03;6;0;0;3
+43;2020-04-04;5;1;0;2
+43;2020-04-05;4;0;0;2
+43;2020-04-06;7;0;0;2
+43;2020-04-07;2;1;1;4
+43;2020-04-08;5;0;0;6
+43;2020-04-09;6;0;0;3
+43;2020-04-10;5;0;1;3
+43;2020-04-11;6;0;0;0
+43;2020-04-12;2;0;0;0
+43;2020-04-13;1;0;1;1
+43;2020-04-14;2;0;0;5
+43;2020-04-15;2;0;0;2
+43;2020-04-16;1;0;0;4
+43;2020-04-17;7;0;0;2
+43;2020-04-18;14;0;0;4
+43;2020-04-19;14;0;0;0
+43;2020-04-20;0;0;0;0
+43;2020-04-21;2;1;1;0
+43;2020-04-22;2;0;0;1
+43;2020-04-23;4;0;2;3
+43;2020-04-24;3;0;0;0
+43;2020-04-25;0;0;0;0
+43;2020-04-26;0;0;0;0
+43;2020-04-27;0;0;0;0
+43;2020-04-28;4;0;0;4
+43;2020-04-29;1;0;1;3
+43;2020-04-30;1;0;1;1
+43;2020-05-01;0;0;0;0
+43;2020-05-02;0;0;0;0
+43;2020-05-03;0;0;0;0
+43;2020-05-04;1;0;0;0
+43;2020-05-05;2;0;0;1
+43;2020-05-06;0;1;0;1
+43;2020-05-07;2;1;1;9
+43;2020-05-08;1;0;0;0
+43;2020-05-09;0;0;0;0
+43;2020-05-10;0;0;1;0
+43;2020-05-11;0;0;0;0
+43;2020-05-12;2;0;0;0
+43;2020-05-13;1;0;1;1
+43;2020-05-14;1;0;0;4
+43;2020-05-15;0;1;0;0
+43;2020-05-16;0;0;0;2
+43;2020-05-17;0;0;0;0
+43;2020-05-18;0;0;0;0
+43;2020-05-19;0;0;0;0
+43;2020-05-20;0;0;0;1
+43;2020-05-21;0;0;0;0
+43;2020-05-22;0;0;0;0
+43;2020-05-23;0;0;0;0
+43;2020-05-24;0;0;0;0
+43;2020-05-25;0;0;1;2
+43;2020-05-26;0;0;0;0
+43;2020-05-27;0;0;0;0
+43;2020-05-28;0;0;0;1
+43;2020-05-29;1;0;0;1
+43;2020-05-30;2;0;0;0
+43;2020-05-31;0;0;0;0
+43;2020-06-01;0;0;1;0
+43;2020-06-02;1;0;1;0
+43;2020-06-03;0;0;0;0
+43;2020-06-04;0;0;0;0
+44;2020-03-19;12;4;0;3
+44;2020-03-20;5;3;0;1
+44;2020-03-21;16;3;0;2
+44;2020-03-22;15;4;1;1
+44;2020-03-23;4;2;1;0
+44;2020-03-24;36;4;3;9
+44;2020-03-25;18;4;1;4
+44;2020-03-26;7;6;2;2
+44;2020-03-27;38;7;3;4
+44;2020-03-28;33;8;7;8
+44;2020-03-29;18;2;4;0
+44;2020-03-30;16;3;5;12
+44;2020-03-31;22;9;3;18
+44;2020-04-01;45;2;5;10
+44;2020-04-02;27;7;2;11
+44;2020-04-03;30;6;5;19
+44;2020-04-04;42;3;2;14
+44;2020-04-05;17;3;0;12
+44;2020-04-06;16;3;2;5
+44;2020-04-07;30;2;4;22
+44;2020-04-08;21;4;3;19
+44;2020-04-09;36;3;3;20
+44;2020-04-10;35;6;4;19
+44;2020-04-11;19;0;2;20
+44;2020-04-12;18;3;2;6
+44;2020-04-13;13;1;7;3
+44;2020-04-14;10;0;6;8
+44;2020-04-15;18;1;6;15
+44;2020-04-16;12;1;3;14
+44;2020-04-17;16;1;2;9
+44;2020-04-18;10;0;4;14
+44;2020-04-19;7;0;3;2
+44;2020-04-20;4;0;3;5
+44;2020-04-21;14;1;3;11
+44;2020-04-22;12;1;4;20
+44;2020-04-23;11;0;1;7
+44;2020-04-24;7;0;4;14
+44;2020-04-25;12;0;1;8
+44;2020-04-26;4;0;4;5
+44;2020-04-27;12;0;3;15
+44;2020-04-28;6;0;2;11
+44;2020-04-29;9;2;3;13
+44;2020-04-30;5;0;1;12
+44;2020-05-01;8;0;1;11
+44;2020-05-02;3;1;2;2
+44;2020-05-03;5;1;1;3
+44;2020-05-04;3;0;0;3
+44;2020-05-05;8;2;2;13
+44;2020-05-06;6;0;1;9
+44;2020-05-07;2;1;2;5
+44;2020-05-08;5;1;3;5
+44;2020-05-09;1;0;0;9
+44;2020-05-10;1;0;0;2
+44;2020-05-11;3;0;0;5
+44;2020-05-12;1;0;1;7
+44;2020-05-13;1;0;0;7
+44;2020-05-14;8;0;2;16
+44;2020-05-15;2;0;2;8
+44;2020-05-16;1;0;0;4
+44;2020-05-17;1;0;0;0
+44;2020-05-18;0;0;1;5
+44;2020-05-19;4;0;0;6
+44;2020-05-20;0;0;1;5
+44;2020-05-21;2;0;0;1
+44;2020-05-22;1;1;0;1
+44;2020-05-23;2;0;0;1
+44;2020-05-24;6;1;1;0
+44;2020-05-25;4;2;0;3
+44;2020-05-26;5;1;0;10
+44;2020-05-27;1;0;0;6
+44;2020-05-28;3;1;0;6
+44;2020-05-29;2;0;0;1
+44;2020-05-30;6;0;0;3
+44;2020-05-31;5;0;2;5
+44;2020-06-01;1;0;0;2
+44;2020-06-02;2;1;1;8
+44;2020-06-03;0;0;0;5
+44;2020-06-04;5;0;0;9
+45;2020-03-19;12;3;0;2
+45;2020-03-20;11;1;0;0
+45;2020-03-21;6;2;1;1
+45;2020-03-22;10;6;0;4
+45;2020-03-23;11;4;1;4
+45;2020-03-24;0;0;0;0
+45;2020-03-25;20;5;0;5
+45;2020-03-26;18;8;2;5
+45;2020-03-27;8;1;1;2
+45;2020-03-28;26;5;2;3
+45;2020-03-29;34;9;2;3
+45;2020-03-30;34;4;3;6
+45;2020-03-31;18;7;2;3
+45;2020-04-01;33;12;1;8
+45;2020-04-02;32;8;2;12
+45;2020-04-03;38;14;4;11
+45;2020-04-04;32;3;1;21
+45;2020-04-05;18;2;2;12
+45;2020-04-06;26;7;2;10
+45;2020-04-07;24;5;2;18
+45;2020-04-08;32;10;1;16
+45;2020-04-09;28;5;4;18
+45;2020-04-10;30;6;2;22
+45;2020-04-11;31;1;5;17
+45;2020-04-12;18;1;1;8
+45;2020-04-13;21;8;1;12
+45;2020-04-14;16;5;3;8
+45;2020-04-15;22;5;4;24
+45;2020-04-16;23;1;1;28
+45;2020-04-17;12;6;0;14
+45;2020-04-18;13;4;4;16
+45;2020-04-19;12;4;2;5
+45;2020-04-20;5;0;2;4
+45;2020-04-21;10;0;1;15
+45;2020-04-22;16;4;3;8
+45;2020-04-23;12;3;0;11
+45;2020-04-24;6;3;2;4
+45;2020-04-25;5;2;1;8
+45;2020-04-26;1;1;2;1
+45;2020-04-27;10;3;1;3
+45;2020-04-28;12;4;2;17
+45;2020-04-29;3;1;3;12
+45;2020-04-30;14;3;0;8
+45;2020-05-01;14;1;1;5
+45;2020-05-02;2;0;0;1
+45;2020-05-03;4;2;1;1
+45;2020-05-04;5;0;1;5
+45;2020-05-05;15;2;0;18
+45;2020-05-06;3;0;3;16
+45;2020-05-07;3;1;1;10
+45;2020-05-08;4;0;2;14
+45;2020-05-09;1;0;0;1
+45;2020-05-10;0;0;0;0
+45;2020-05-11;4;2;1;3
+45;2020-05-12;3;2;1;9
+45;2020-05-13;1;1;1;6
+45;2020-05-14;2;2;2;8
+45;2020-05-15;4;0;1;8
+45;2020-05-16;0;0;2;7
+45;2020-05-17;0;0;0;2
+45;2020-05-18;0;0;0;3
+45;2020-05-19;2;1;1;6
+45;2020-05-20;2;1;1;4
+45;2020-05-21;0;0;1;6
+45;2020-05-22;0;0;0;2
+45;2020-05-23;1;1;1;2
+45;2020-05-24;0;0;0;0
+45;2020-05-25;4;0;0;0
+45;2020-05-26;0;0;1;10
+45;2020-05-27;0;0;0;1
+45;2020-05-28;1;0;0;7
+45;2020-05-29;1;0;3;3
+45;2020-05-30;0;0;0;0
+45;2020-05-31;0;0;0;1
+45;2020-06-01;0;0;0;0
+45;2020-06-02;0;0;0;2
+45;2020-06-03;2;2;2;2
+45;2020-06-04;1;0;0;1
+46;2020-03-19;1;0;0;1
+46;2020-03-20;0;0;0;0
+46;2020-03-21;4;0;0;3
+46;2020-03-22;0;0;0;0
+46;2020-03-23;0;0;0;0
+46;2020-03-24;0;0;0;0
+46;2020-03-25;1;1;0;0
+46;2020-03-26;1;0;0;1
+46;2020-03-27;0;0;0;0
+46;2020-03-28;1;1;0;0
+46;2020-03-29;4;1;0;2
+46;2020-03-30;0;0;0;0
+46;2020-03-31;0;0;0;0
+46;2020-04-01;12;1;0;6
+46;2020-04-02;5;3;0;1
+46;2020-04-03;9;0;0;3
+46;2020-04-04;0;0;0;2
+46;2020-04-05;0;0;0;3
+46;2020-04-06;9;1;0;8
+46;2020-04-07;7;0;0;7
+46;2020-04-08;5;1;1;6
+46;2020-04-09;7;0;0;4
+46;2020-04-10;5;0;1;6
+46;2020-04-11;6;2;0;4
+46;2020-04-12;0;0;0;0
+46;2020-04-13;0;0;0;0
+46;2020-04-14;7;0;2;0
+46;2020-04-15;3;0;2;3
+46;2020-04-16;2;0;0;1
+46;2020-04-17;9;0;1;8
+46;2020-04-18;26;0;0;26
+46;2020-04-19;4;0;1;2
+46;2020-04-20;17;1;3;13
+46;2020-04-21;10;2;2;5
+46;2020-04-22;3;0;1;3
+46;2020-04-23;1;0;0;3
+46;2020-04-24;10;0;1;10
+46;2020-04-25;0;0;0;0
+46;2020-04-26;0;0;0;0
+46;2020-04-27;1;0;1;2
+46;2020-04-28;3;0;1;5
+46;2020-04-29;0;0;0;3
+46;2020-04-30;1;0;0;4
+46;2020-05-01;3;0;0;0
+46;2020-05-02;8;0;9;0
+46;2020-05-03;0;0;0;0
+46;2020-05-04;0;0;0;0
+46;2020-05-05;0;0;0;3
+46;2020-05-06;2;0;1;1
+46;2020-05-07;1;0;0;0
+46;2020-05-08;1;0;0;0
+46;2020-05-09;0;0;0;0
+46;2020-05-10;0;0;0;0
+46;2020-05-11;1;0;0;1
+46;2020-05-12;0;0;0;0
+46;2020-05-13;2;0;0;3
+46;2020-05-14;0;0;0;0
+46;2020-05-15;0;0;0;2
+46;2020-05-16;0;0;0;0
+46;2020-05-17;0;0;0;0
+46;2020-05-18;2;1;0;0
+46;2020-05-19;0;0;0;0
+46;2020-05-20;0;0;0;0
+46;2020-05-21;0;0;1;2
+46;2020-05-22;0;0;1;0
+46;2020-05-23;0;0;0;1
+46;2020-05-24;2;0;0;0
+46;2020-05-25;0;0;0;0
+46;2020-05-26;0;0;0;0
+46;2020-05-27;0;0;0;0
+46;2020-05-28;2;0;0;1
+46;2020-05-29;0;0;0;0
+46;2020-05-30;0;0;0;0
+46;2020-05-31;1;0;0;1
+46;2020-06-01;1;0;0;0
+46;2020-06-02;0;0;0;1
+46;2020-06-03;0;0;0;0
+46;2020-06-04;2;1;0;1
+47;2020-03-19;0;0;0;0
+47;2020-03-20;0;0;0;0
+47;2020-03-21;3;0;0;0
+47;2020-03-22;2;1;0;0
+47;2020-03-23;5;2;1;0
+47;2020-03-24;3;0;1;1
+47;2020-03-25;3;0;0;1
+47;2020-03-26;2;2;2;1
+47;2020-03-27;2;2;0;1
+47;2020-03-28;8;3;0;0
+47;2020-03-29;2;0;0;0
+47;2020-03-30;3;1;0;2
+47;2020-03-31;0;0;0;2
+47;2020-04-01;4;0;0;0
+47;2020-04-02;1;1;0;0
+47;2020-04-03;2;0;0;3
+47;2020-04-04;1;0;0;1
+47;2020-04-05;2;0;0;0
+47;2020-04-06;0;0;0;0
+47;2020-04-07;2;0;0;3
+47;2020-04-08;0;0;0;1
+47;2020-04-09;1;0;1;0
+47;2020-04-10;0;0;0;1
+47;2020-04-11;0;0;0;0
+47;2020-04-12;3;0;0;1
+47;2020-04-13;0;0;0;0
+47;2020-04-14;3;0;0;1
+47;2020-04-15;3;0;0;6
+47;2020-04-16;3;0;0;3
+47;2020-04-17;5;0;1;3
+47;2020-04-18;3;0;0;1
+47;2020-04-19;3;0;0;1
+47;2020-04-20;0;0;0;0
+47;2020-04-21;2;0;0;0
+47;2020-04-22;1;0;0;0
+47;2020-04-23;0;0;0;0
+47;2020-04-24;0;0;0;3
+47;2020-04-25;0;0;0;2
+47;2020-04-26;1;1;0;0
+47;2020-04-27;1;0;0;0
+47;2020-04-28;0;0;0;1
+47;2020-04-29;3;0;0;3
+47;2020-04-30;1;0;2;1
+47;2020-05-01;0;0;0;0
+47;2020-05-02;0;0;0;0
+47;2020-05-03;0;0;0;0
+47;2020-05-04;0;0;1;0
+47;2020-05-05;0;0;0;1
+47;2020-05-06;3;0;0;2
+47;2020-05-07;3;0;0;6
+47;2020-05-08;0;0;0;5
+47;2020-05-09;0;0;0;0
+47;2020-05-10;1;0;0;0
+47;2020-05-11;2;0;0;0
+47;2020-05-12;0;0;0;0
+47;2020-05-13;0;0;0;0
+47;2020-05-14;0;0;0;1
+47;2020-05-15;1;0;0;0
+47;2020-05-16;1;0;1;1
+47;2020-05-17;0;0;0;0
+47;2020-05-18;0;0;0;0
+47;2020-05-19;0;0;0;1
+47;2020-05-20;0;0;0;2
+47;2020-05-21;0;0;0;0
+47;2020-05-22;0;0;0;1
+47;2020-05-23;0;0;0;1
+47;2020-05-24;1;0;0;0
+47;2020-05-25;2;0;0;0
+47;2020-05-26;0;0;0;1
+47;2020-05-27;0;0;0;0
+47;2020-05-28;1;0;0;0
+47;2020-05-29;0;0;0;1
+47;2020-05-30;0;0;0;2
+47;2020-05-31;0;0;0;0
+47;2020-06-01;0;0;0;0
+47;2020-06-02;0;0;0;0
+47;2020-06-03;0;0;0;1
+47;2020-06-04;0;0;0;7
+48;2020-03-19;0;0;0;0
+48;2020-03-20;0;0;0;0
+48;2020-03-21;0;0;0;0
+48;2020-03-22;2;0;0;1
+48;2020-03-23;2;0;0;0
+48;2020-03-24;4;2;0;1
+48;2020-03-25;1;0;0;0
+48;2020-03-26;0;0;0;1
+48;2020-03-27;0;0;0;0
+48;2020-03-28;2;0;0;1
+48;2020-03-29;1;0;0;0
+48;2020-03-30;1;0;0;2
+48;2020-03-31;0;0;0;1
+48;2020-04-01;2;0;0;0
+48;2020-04-02;1;0;0;1
+48;2020-04-03;0;0;0;0
+48;2020-04-04;0;0;0;1
+48;2020-04-05;0;0;0;0
+48;2020-04-06;0;0;0;0
+48;2020-04-07;0;0;0;2
+48;2020-04-08;0;0;0;0
+48;2020-04-09;0;0;0;0
+48;2020-04-10;0;0;0;1
+48;2020-04-11;0;0;0;0
+48;2020-04-12;0;0;0;0
+48;2020-04-13;0;0;0;0
+48;2020-04-14;0;0;0;0
+48;2020-04-15;0;0;0;0
+48;2020-04-16;0;0;0;1
+48;2020-04-17;0;0;0;0
+48;2020-04-18;0;0;0;0
+48;2020-04-19;0;0;0;0
+48;2020-04-20;0;0;0;0
+48;2020-04-21;0;0;0;0
+48;2020-04-22;0;0;0;1
+48;2020-04-23;0;0;0;0
+48;2020-04-24;0;0;0;2
+48;2020-04-25;0;0;0;0
+48;2020-04-26;0;0;0;0
+48;2020-04-27;0;0;0;0
+48;2020-04-28;0;0;0;1
+48;2020-04-29;0;0;1;0
+48;2020-04-30;0;0;0;0
+48;2020-05-01;3;0;0;3
+48;2020-05-02;0;0;0;0
+48;2020-05-03;1;0;0;0
+48;2020-05-04;0;0;0;0
+48;2020-05-05;0;0;0;0
+48;2020-05-06;0;0;0;0
+48;2020-05-07;0;0;0;0
+48;2020-05-08;0;0;0;2
+48;2020-05-09;0;0;0;0
+48;2020-05-10;0;0;0;0
+48;2020-05-11;0;0;0;0
+48;2020-05-12;0;0;0;0
+48;2020-05-13;2;0;0;1
+48;2020-05-14;0;0;0;0
+48;2020-05-15;0;0;0;1
+48;2020-05-16;0;0;0;0
+48;2020-05-17;0;0;0;0
+48;2020-05-18;0;0;0;0
+48;2020-05-19;0;0;0;0
+48;2020-05-20;1;0;0;1
+48;2020-05-21;0;0;0;0
+48;2020-05-22;0;0;0;0
+48;2020-05-23;0;0;0;0
+48;2020-05-24;0;0;0;0
+48;2020-05-25;1;0;0;0
+48;2020-05-26;0;0;0;0
+48;2020-05-27;0;0;0;0
+48;2020-05-28;0;0;0;1
+48;2020-05-29;0;0;0;0
+48;2020-05-30;0;0;0;0
+48;2020-05-31;0;0;0;0
+48;2020-06-01;0;0;0;0
+48;2020-06-02;0;0;0;0
+48;2020-06-03;0;0;0;0
+48;2020-06-04;0;0;0;0
+49;2020-03-19;13;3;0;5
+49;2020-03-20;9;0;0;7
+49;2020-03-21;8;4;2;2
+49;2020-03-22;7;1;0;7
+49;2020-03-23;28;5;2;1
+49;2020-03-24;18;7;1;5
+49;2020-03-25;18;1;1;7
+49;2020-03-26;25;5;2;10
+49;2020-03-27;24;5;3;9
+49;2020-03-28;19;5;0;8
+49;2020-03-29;22;0;0;11
+49;2020-03-30;23;9;4;2
+49;2020-03-31;42;10;4;19
+49;2020-04-01;25;9;0;15
+49;2020-04-02;20;6;5;19
+49;2020-04-03;16;3;4;17
+49;2020-04-04;8;1;2;3
+49;2020-04-05;10;1;4;6
+49;2020-04-06;12;3;6;7
+49;2020-04-07;35;3;5;21
+49;2020-04-08;24;5;3;13
+49;2020-04-09;22;5;0;13
+49;2020-04-10;20;2;2;20
+49;2020-04-11;24;1;4;13
+49;2020-04-12;20;2;0;4
+49;2020-04-13;12;0;1;9
+49;2020-04-14;16;2;2;4
+49;2020-04-15;11;4;4;23
+49;2020-04-16;27;0;6;13
+49;2020-04-17;8;0;3;14
+49;2020-04-18;7;0;4;5
+49;2020-04-19;3;1;2;4
+49;2020-04-20;8;3;1;4
+49;2020-04-21;4;0;2;12
+49;2020-04-22;14;1;4;10
+49;2020-04-23;16;0;3;11
+49;2020-04-24;3;0;4;3
+49;2020-04-25;3;1;2;8
+49;2020-04-26;0;0;3;3
+49;2020-04-27;13;1;2;3
+49;2020-04-28;9;0;2;13
+49;2020-04-29;7;0;0;12
+49;2020-04-30;6;0;1;7
+49;2020-05-01;2;0;1;9
+49;2020-05-02;1;1;1;1
+49;2020-05-03;3;1;0;1
+49;2020-05-04;7;0;1;5
+49;2020-05-05;11;3;2;7
+49;2020-05-06;8;0;3;8
+49;2020-05-07;0;0;1;9
+49;2020-05-08;2;0;2;3
+49;2020-05-09;1;0;2;1
+49;2020-05-10;3;0;0;1
+49;2020-05-11;5;1;0;1
+49;2020-05-12;5;0;0;0
+49;2020-05-13;3;1;0;4
+49;2020-05-14;4;0;2;5
+49;2020-05-15;14;3;4;14
+49;2020-05-16;2;1;1;2
+49;2020-05-17;3;0;0;1
+49;2020-05-18;5;0;4;5
+49;2020-05-19;1;1;1;11
+49;2020-05-20;4;1;1;10
+49;2020-05-21;3;0;2;9
+49;2020-05-22;6;0;2;4
+49;2020-05-23;4;0;0;3
+49;2020-05-24;2;0;1;1
+49;2020-05-25;2;0;2;2
+49;2020-05-26;1;0;1;2
+49;2020-05-27;2;0;1;5
+49;2020-05-28;3;0;0;11
+49;2020-05-29;2;0;0;1
+49;2020-05-30;1;0;0;5
+49;2020-05-31;3;0;0;0
+49;2020-06-01;1;1;0;1
+49;2020-06-02;1;1;0;4
+49;2020-06-03;0;0;0;4
+49;2020-06-04;2;0;1;4
+50;2020-03-19;0;2;0;1
+50;2020-03-20;6;2;0;0
+50;2020-03-21;6;0;0;1
+50;2020-03-22;2;2;0;0
+50;2020-03-23;2;1;0;1
+50;2020-03-24;2;1;2;0
+50;2020-03-25;6;0;1;4
+50;2020-03-26;2;1;0;1
+50;2020-03-27;7;1;1;2
+50;2020-03-28;6;4;0;0
+50;2020-03-29;9;2;2;2
+50;2020-03-30;12;3;1;1
+50;2020-03-31;5;1;3;2
+50;2020-04-01;10;3;0;2
+50;2020-04-02;9;2;1;5
+50;2020-04-03;7;1;0;4
+50;2020-04-04;9;1;1;2
+50;2020-04-05;12;2;2;0
+50;2020-04-06;2;1;2;3
+50;2020-04-07;8;1;2;8
+50;2020-04-08;1;0;0;3
+50;2020-04-09;9;0;2;1
+50;2020-04-10;10;1;0;3
+50;2020-04-11;2;0;2;7
+50;2020-04-12;3;0;0;2
+50;2020-04-13;1;0;0;0
+50;2020-04-14;11;0;5;1
+50;2020-04-15;6;2;3;5
+50;2020-04-16;5;1;0;4
+50;2020-04-17;1;0;0;2
+50;2020-04-18;3;1;1;2
+50;2020-04-19;5;2;0;0
+50;2020-04-20;7;2;2;1
+50;2020-04-21;2;0;0;8
+50;2020-04-22;1;0;2;7
+50;2020-04-23;4;0;1;9
+50;2020-04-24;0;0;1;1
+50;2020-04-25;0;0;0;0
+50;2020-04-26;1;0;0;0
+50;2020-04-27;1;0;0;1
+50;2020-04-28;4;2;2;2
+50;2020-04-29;3;0;2;2
+50;2020-04-30;3;0;0;1
+50;2020-05-01;2;0;0;0
+50;2020-05-02;1;0;0;2
+50;2020-05-03;2;0;1;1
+50;2020-05-04;6;0;0;1
+50;2020-05-05;2;0;1;3
+50;2020-05-06;0;0;0;2
+50;2020-05-07;1;0;0;1
+50;2020-05-08;1;0;0;0
+50;2020-05-09;0;0;0;1
+50;2020-05-10;0;0;0;0
+50;2020-05-11;0;0;1;5
+50;2020-05-12;3;0;2;1
+50;2020-05-13;3;0;0;0
+50;2020-05-14;0;0;0;2
+50;2020-05-15;0;0;0;1
+50;2020-05-16;0;0;0;0
+50;2020-05-17;0;0;0;0
+50;2020-05-18;1;0;1;0
+50;2020-05-19;0;0;0;1
+50;2020-05-20;0;0;0;0
+50;2020-05-21;0;0;0;0
+50;2020-05-22;1;0;0;1
+50;2020-05-23;0;0;0;2
+50;2020-05-24;4;0;0;0
+50;2020-05-25;2;0;0;1
+50;2020-05-26;2;0;1;1
+50;2020-05-27;0;0;0;0
+50;2020-05-28;0;0;0;0
+50;2020-05-29;1;0;0;0
+50;2020-05-30;0;0;0;0
+50;2020-05-31;0;1;0;0
+50;2020-06-01;0;0;0;0
+50;2020-06-02;0;0;0;0
+50;2020-06-03;2;0;0;0
+50;2020-06-04;0;0;0;1
+51;2020-03-19;25;2;1;11
+51;2020-03-20;16;3;0;9
+51;2020-03-21;26;6;0;1
+51;2020-03-22;28;5;3;3
+51;2020-03-23;33;9;3;9
+51;2020-03-24;48;5;2;14
+51;2020-03-25;58;10;6;13
+51;2020-03-26;27;4;3;6
+51;2020-03-27;31;5;1;9
+51;2020-03-28;80;13;4;34
+51;2020-03-29;26;4;2;14
+51;2020-03-30;33;14;15;11
+51;2020-03-31;100;3;6;36
+51;2020-04-01;49;4;7;26
+51;2020-04-02;56;4;5;19
+51;2020-04-03;23;5;9;22
+51;2020-04-04;47;4;3;16
+51;2020-04-05;7;0;0;0
+51;2020-04-06;29;1;10;18
+51;2020-04-07;58;7;8;44
+51;2020-04-08;36;2;17;35
+51;2020-04-09;34;3;5;19
+51;2020-04-10;42;2;10;24
+51;2020-04-11;16;5;14;31
+51;2020-04-12;32;4;6;10
+51;2020-04-13;20;0;2;4
+51;2020-04-14;19;1;7;20
+51;2020-04-15;38;5;5;34
+51;2020-04-16;8;0;3;10
+51;2020-04-17;28;3;7;23
+51;2020-04-18;14;3;14;30
+51;2020-04-19;11;1;0;2
+51;2020-04-20;17;3;8;17
+51;2020-04-21;36;1;3;30
+51;2020-04-22;22;2;4;19
+51;2020-04-23;12;0;5;14
+51;2020-04-24;23;2;1;13
+51;2020-04-25;8;0;3;14
+51;2020-04-26;5;0;2;1
+51;2020-04-27;7;0;7;6
+51;2020-04-28;19;1;3;15
+51;2020-04-29;8;1;0;9
+51;2020-04-30;12;1;2;17
+51;2020-05-01;9;3;1;8
+51;2020-05-02;10;3;1;6
+51;2020-05-03;8;2;2;0
+51;2020-05-04;6;1;4;1
+51;2020-05-05;7;1;3;9
+51;2020-05-06;4;0;1;12
+51;2020-05-07;19;1;2;13
+51;2020-05-08;3;0;0;2
+51;2020-05-09;5;2;2;10
+51;2020-05-10;0;0;2;1
+51;2020-05-11;3;0;4;6
+51;2020-05-12;9;0;5;12
+51;2020-05-13;5;0;0;10
+51;2020-05-14;2;0;4;38
+51;2020-05-15;8;0;1;35
+51;2020-05-16;1;0;0;7
+51;2020-05-17;2;0;0;0
+51;2020-05-18;9;0;1;5
+51;2020-05-19;2;1;2;7
+51;2020-05-20;1;0;0;7
+51;2020-05-21;3;0;2;2
+51;2020-05-22;1;0;0;3
+51;2020-05-23;7;1;2;8
+51;2020-05-24;3;0;0;1
+51;2020-05-25;2;0;0;3
+51;2020-05-26;4;0;0;8
+51;2020-05-27;1;0;3;14
+51;2020-05-28;3;0;0;1
+51;2020-05-29;4;1;1;10
+51;2020-05-30;2;0;0;7
+51;2020-05-31;0;0;0;0
+51;2020-06-01;0;0;0;0
+51;2020-06-02;3;1;3;6
+51;2020-06-03;2;1;1;4
+51;2020-06-04;1;0;0;0
+52;2020-03-19;0;0;0;0
+52;2020-03-20;13;0;3;5
+52;2020-03-21;2;2;0;0
+52;2020-03-22;2;0;0;0
+52;2020-03-23;0;0;0;1
+52;2020-03-24;15;1;1;5
+52;2020-03-25;0;1;0;1
+52;2020-03-26;16;1;2;1
+52;2020-03-27;18;1;1;4
+52;2020-03-28;5;1;0;0
+52;2020-03-29;0;0;0;0
+52;2020-03-30;2;0;0;0
+52;2020-03-31;11;2;0;2
+52;2020-04-01;2;0;0;1
+52;2020-04-02;3;0;0;3
+52;2020-04-03;33;0;10;11
+52;2020-04-04;33;3;5;10
+52;2020-04-05;5;2;2;2
+52;2020-04-06;19;4;2;5
+52;2020-04-07;21;3;8;7
+52;2020-04-08;7;1;2;10
+52;2020-04-09;9;0;0;9
+52;2020-04-10;12;1;1;11
+52;2020-04-11;8;1;3;6
+52;2020-04-12;6;0;2;4
+52;2020-04-13;2;0;0;1
+52;2020-04-14;4;1;1;0
+52;2020-04-15;7;1;2;12
+52;2020-04-16;5;2;1;6
+52;2020-04-17;4;1;0;4
+52;2020-04-18;9;5;2;6
+52;2020-04-19;4;0;1;1
+52;2020-04-20;2;2;0;0
+52;2020-04-21;32;0;2;37
+52;2020-04-22;6;2;1;5
+52;2020-04-23;1;0;1;2
+52;2020-04-24;1;0;1;1
+52;2020-04-25;8;1;1;3
+52;2020-04-26;0;1;1;1
+52;2020-04-27;0;0;1;0
+52;2020-04-28;4;1;1;2
+52;2020-04-29;2;0;1;2
+52;2020-04-30;1;0;0;6
+52;2020-05-01;2;1;0;0
+52;2020-05-02;1;0;0;6
+52;2020-05-03;3;0;0;1
+52;2020-05-04;10;0;1;1
+52;2020-05-05;2;0;1;2
+52;2020-05-06;2;0;3;9
+52;2020-05-07;24;0;1;3
+52;2020-05-08;9;0;3;7
+52;2020-05-09;7;1;1;2
+52;2020-05-10;0;0;0;0
+52;2020-05-11;2;0;2;2
+52;2020-05-12;6;2;2;11
+52;2020-05-13;5;0;0;3
+52;2020-05-14;4;2;1;2
+52;2020-05-15;2;0;0;3
+52;2020-05-16;1;0;0;2
+52;2020-05-17;0;0;0;0
+52;2020-05-18;3;1;1;4
+52;2020-05-19;0;0;0;1
+52;2020-05-20;0;1;3;3
+52;2020-05-21;0;0;0;1
+52;2020-05-22;0;0;1;0
+52;2020-05-23;4;1;1;5
+52;2020-05-24;0;0;0;0
+52;2020-05-25;1;0;0;1
+52;2020-05-26;0;0;0;1
+52;2020-05-27;4;0;0;1
+52;2020-05-28;11;9;1;3
+52;2020-05-29;7;0;0;6
+52;2020-05-30;0;0;1;1
+52;2020-05-31;1;0;0;0
+52;2020-06-01;2;0;1;2
+52;2020-06-02;0;0;1;2
+52;2020-06-03;0;0;1;8
+52;2020-06-04;0;0;1;2
+53;2020-03-19;3;2;0;1
+53;2020-03-20;1;0;0;0
+53;2020-03-21;1;0;0;0
+53;2020-03-22;1;0;0;0
+53;2020-03-23;6;1;1;0
+53;2020-03-24;0;0;0;0
+53;2020-03-25;7;2;0;0
+53;2020-03-26;9;1;2;0
+53;2020-03-27;18;1;0;0
+53;2020-03-28;3;1;2;0
+53;2020-03-29;8;1;0;0
+53;2020-03-30;4;1;2;1
+53;2020-03-31;9;3;1;4
+53;2020-04-01;3;1;0;3
+53;2020-04-02;8;0;0;3
+53;2020-04-03;6;1;1;1
+53;2020-04-04;8;1;2;2
+53;2020-04-05;2;0;0;3
+53;2020-04-06;2;0;0;1
+53;2020-04-07;2;0;1;5
+53;2020-04-08;8;2;1;3
+53;2020-04-09;5;0;1;3
+53;2020-04-10;4;0;3;2
+53;2020-04-11;1;0;1;9
+53;2020-04-12;4;0;0;0
+53;2020-04-13;2;1;1;2
+53;2020-04-14;4;0;0;1
+53;2020-04-15;14;0;2;5
+53;2020-04-16;21;0;4;3
+53;2020-04-17;5;0;1;4
+53;2020-04-18;2;1;0;3
+53;2020-04-19;2;0;0;1
+53;2020-04-20;2;1;1;1
+53;2020-04-21;3;0;0;3
+53;2020-04-22;6;0;0;5
+53;2020-04-23;1;0;0;2
+53;2020-04-24;1;0;0;5
+53;2020-04-25;0;0;0;1
+53;2020-04-26;0;0;0;0
+53;2020-04-27;4;1;1;2
+53;2020-04-28;3;0;1;4
+53;2020-04-29;3;0;0;3
+53;2020-04-30;7;0;3;3
+53;2020-05-01;0;0;0;3
+53;2020-05-02;2;0;2;0
+53;2020-05-03;0;0;0;0
+53;2020-05-04;1;0;0;2
+53;2020-05-05;6;0;0;8
+53;2020-05-06;1;0;0;6
+53;2020-05-07;0;0;1;0
+53;2020-05-08;1;0;0;5
+53;2020-05-09;0;0;0;0
+53;2020-05-10;0;0;0;0
+53;2020-05-11;0;0;1;2
+53;2020-05-12;6;0;1;18
+53;2020-05-13;0;0;0;4
+53;2020-05-14;0;0;1;3
+53;2020-05-15;2;0;0;3
+53;2020-05-16;0;0;2;0
+53;2020-05-17;0;0;0;0
+53;2020-05-18;1;1;0;0
+53;2020-05-19;0;0;0;2
+53;2020-05-20;1;0;0;0
+53;2020-05-21;0;0;1;0
+53;2020-05-22;1;0;0;3
+53;2020-05-23;0;0;1;0
+53;2020-05-24;0;0;0;0
+53;2020-05-25;0;0;1;0
+53;2020-05-26;0;0;0;1
+53;2020-05-27;2;0;0;3
+53;2020-05-28;1;0;0;0
+53;2020-05-29;1;0;1;3
+53;2020-05-30;0;0;0;7
+53;2020-05-31;0;0;0;4
+53;2020-06-01;1;0;0;0
+53;2020-06-02;1;0;1;1
+53;2020-06-03;0;0;0;2
+53;2020-06-04;0;0;0;2
+54;2020-03-19;14;2;2;1
+54;2020-03-20;9;1;1;0
+54;2020-03-21;19;7;10;0
+54;2020-03-22;44;23;2;10
+54;2020-03-23;24;7;3;4
+54;2020-03-24;42;17;5;8
+54;2020-03-25;45;6;4;6
+54;2020-03-26;27;5;5;10
+54;2020-03-27;56;16;2;13
+54;2020-03-28;76;26;3;12
+54;2020-03-29;21;2;4;8
+54;2020-03-30;72;14;8;17
+54;2020-03-31;35;8;9;6
+54;2020-04-01;75;20;17;40
+54;2020-04-02;101;24;10;25
+54;2020-04-03;75;14;14;35
+54;2020-04-04;27;6;7;21
+54;2020-04-05;13;3;7;15
+54;2020-04-06;48;9;8;17
+54;2020-04-07;36;5;9;46
+54;2020-04-08;56;4;11;48
+54;2020-04-09;24;5;5;30
+54;2020-04-10;83;4;24;23
+54;2020-04-11;18;0;8;12
+54;2020-04-12;23;3;3;28
+54;2020-04-13;21;6;5;7
+54;2020-04-14;33;1;6;24
+54;2020-04-15;36;1;10;42
+54;2020-04-16;19;2;8;30
+54;2020-04-17;18;1;5;15
+54;2020-04-18;26;2;13;19
+54;2020-04-19;9;2;5;7
+54;2020-04-20;12;2;3;12
+54;2020-04-21;21;3;6;12
+54;2020-04-22;19;4;8;14
+54;2020-04-23;26;3;0;13
+54;2020-04-24;19;1;6;7
+54;2020-04-25;35;4;2;29
+54;2020-04-26;4;3;1;3
+54;2020-04-27;16;2;1;14
+54;2020-04-28;23;4;9;9
+54;2020-04-29;21;0;20;69
+54;2020-04-30;16;4;2;20
+54;2020-05-01;19;3;4;13
+54;2020-05-02;6;2;0;4
+54;2020-05-03;1;1;3;3
+54;2020-05-04;9;3;1;7
+54;2020-05-05;8;1;2;26
+54;2020-05-06;17;0;4;15
+54;2020-05-07;10;0;2;10
+54;2020-05-08;12;2;10;7
+54;2020-05-09;1;1;3;5
+54;2020-05-10;18;0;2;7
+54;2020-05-11;4;1;4;2
+54;2020-05-12;14;0;7;22
+54;2020-05-13;13;0;4;40
+54;2020-05-14;6;0;0;14
+54;2020-05-15;8;1;2;8
+54;2020-05-16;4;3;2;10
+54;2020-05-17;1;1;1;0
+54;2020-05-18;3;0;2;7
+54;2020-05-19;11;1;1;11
+54;2020-05-20;2;0;1;15
+54;2020-05-21;4;2;0;8
+54;2020-05-22;6;1;2;13
+54;2020-05-23;8;1;2;1
+54;2020-05-24;5;2;2;2
+54;2020-05-25;21;2;0;42
+54;2020-05-26;7;0;3;8
+54;2020-05-27;6;0;1;8
+54;2020-05-28;4;0;0;5
+54;2020-05-29;5;1;0;8
+54;2020-05-30;2;1;0;10
+54;2020-05-31;1;0;0;2
+54;2020-06-01;0;0;0;0
+54;2020-06-02;2;0;1;6
+54;2020-06-03;5;0;0;5
+54;2020-06-04;4;0;3;11
+55;2020-03-19;37;4;0;5
+55;2020-03-20;5;1;0;1
+55;2020-03-21;17;1;1;1
+55;2020-03-22;0;0;0;0
+55;2020-03-23;35;1;1;9
+55;2020-03-24;23;2;7;4
+55;2020-03-25;16;1;2;4
+55;2020-03-26;19;2;1;8
+55;2020-03-27;17;2;1;5
+55;2020-03-28;4;0;1;1
+55;2020-03-29;3;0;0;1
+55;2020-03-30;40;4;3;18
+55;2020-03-31;13;0;5;15
+55;2020-04-01;30;3;0;9
+55;2020-04-02;10;3;1;17
+55;2020-04-03;20;7;2;13
+55;2020-04-04;18;3;2;10
+55;2020-04-05;2;1;1;3
+55;2020-04-06;24;3;3;8
+55;2020-04-07;18;1;3;19
+55;2020-04-08;10;1;6;8
+55;2020-04-09;10;1;2;14
+55;2020-04-10;13;5;1;13
+55;2020-04-11;6;1;3;10
+55;2020-04-12;12;0;4;7
+55;2020-04-13;1;1;0;1
+55;2020-04-14;14;3;1;9
+55;2020-04-15;17;1;2;13
+55;2020-04-16;9;1;2;8
+55;2020-04-17;14;0;9;4
+55;2020-04-18;15;2;3;7
+55;2020-04-19;7;0;2;2
+55;2020-04-20;7;0;3;5
+55;2020-04-21;5;0;3;10
+55;2020-04-22;11;0;4;9
+55;2020-04-23;7;1;1;8
+55;2020-04-24;6;0;0;4
+55;2020-04-25;2;0;3;3
+55;2020-04-26;3;0;1;1
+55;2020-04-27;3;0;2;5
+55;2020-04-28;5;0;0;7
+55;2020-04-29;8;0;2;4
+55;2020-04-30;10;0;0;1
+55;2020-05-01;4;0;0;2
+55;2020-05-02;2;0;1;2
+55;2020-05-03;4;0;0;0
+55;2020-05-04;3;0;2;6
+55;2020-05-05;5;1;1;3
+55;2020-05-06;9;1;1;3
+55;2020-05-07;5;0;3;3
+55;2020-05-08;5;0;0;2
+55;2020-05-09;2;0;1;0
+55;2020-05-10;1;0;1;0
+55;2020-05-11;6;0;1;6
+55;2020-05-12;9;0;4;4
+55;2020-05-13;3;1;1;8
+55;2020-05-14;4;0;0;2
+55;2020-05-15;20;1;0;7
+55;2020-05-16;10;0;0;8
+55;2020-05-17;1;0;0;0
+55;2020-05-18;8;1;0;6
+55;2020-05-19;10;2;2;6
+55;2020-05-20;1;1;1;2
+55;2020-05-21;1;0;0;7
+55;2020-05-22;3;1;0;2
+55;2020-05-23;5;1;0;2
+55;2020-05-24;0;0;0;8
+55;2020-05-25;5;0;2;3
+55;2020-05-26;0;0;1;12
+55;2020-05-27;6;0;0;3
+55;2020-05-28;4;2;0;37
+55;2020-05-29;9;1;0;29
+55;2020-05-30;1;1;0;3
+55;2020-05-31;0;0;1;0
+55;2020-06-01;1;0;0;0
+55;2020-06-02;2;0;1;6
+55;2020-06-03;6;0;1;4
+55;2020-06-04;4;0;0;2
+56;2020-03-19;12;1;3;2
+56;2020-03-20;6;0;0;2
+56;2020-03-21;24;4;3;1
+56;2020-03-22;11;5;1;4
+56;2020-03-23;5;0;4;4
+56;2020-03-24;9;1;0;8
+56;2020-03-25;14;0;3;9
+56;2020-03-26;27;5;1;5
+56;2020-03-27;13;3;4;10
+56;2020-03-28;12;6;0;7
+56;2020-03-29;14;1;3;5
+56;2020-03-30;16;3;1;3
+56;2020-03-31;13;3;1;4
+56;2020-04-01;27;5;2;5
+56;2020-04-02;18;2;3;9
+56;2020-04-03;13;6;2;4
+56;2020-04-04;7;2;3;13
+56;2020-04-05;8;1;5;3
+56;2020-04-06;10;1;3;6
+56;2020-04-07;9;2;4;9
+56;2020-04-08;35;2;3;22
+56;2020-04-09;6;1;0;13
+56;2020-04-10;7;2;2;13
+56;2020-04-11;14;4;3;18
+56;2020-04-12;7;2;1;4
+56;2020-04-13;2;2;0;3
+56;2020-04-14;8;2;5;7
+56;2020-04-15;3;0;4;9
+56;2020-04-16;5;0;3;6
+56;2020-04-17;6;0;0;4
+56;2020-04-18;11;1;1;11
+56;2020-04-19;2;0;1;0
+56;2020-04-20;5;0;1;2
+56;2020-04-21;9;1;1;7
+56;2020-04-22;8;1;0;6
+56;2020-04-23;11;0;0;4
+56;2020-04-24;14;0;0;7
+56;2020-04-25;1;0;1;6
+56;2020-04-26;1;1;0;2
+56;2020-04-27;2;1;0;1
+56;2020-04-28;14;1;1;8
+56;2020-04-29;4;2;1;4
+56;2020-04-30;7;0;2;10
+56;2020-05-01;2;0;0;3
+56;2020-05-02;3;1;1;4
+56;2020-05-03;3;0;1;3
+56;2020-05-04;2;2;1;3
+56;2020-05-05;2;0;0;3
+56;2020-05-06;3;1;0;7
+56;2020-05-07;1;2;0;2
+56;2020-05-08;2;0;0;4
+56;2020-05-09;1;1;0;5
+56;2020-05-10;1;1;0;1
+56;2020-05-11;1;1;1;1
+56;2020-05-12;4;0;0;4
+56;2020-05-13;0;1;0;13
+56;2020-05-14;0;0;0;3
+56;2020-05-15;0;0;0;3
+56;2020-05-16;2;1;0;2
+56;2020-05-17;0;0;0;2
+56;2020-05-18;1;1;3;8
+56;2020-05-19;0;0;0;11
+56;2020-05-20;4;1;0;4
+56;2020-05-21;1;0;0;1
+56;2020-05-22;0;0;0;0
+56;2020-05-23;0;0;0;1
+56;2020-05-24;0;0;0;0
+56;2020-05-25;3;0;1;1
+56;2020-05-26;0;0;1;3
+56;2020-05-27;1;0;0;3
+56;2020-05-28;2;1;1;1
+56;2020-05-29;2;0;0;2
+56;2020-05-30;4;0;0;2
+56;2020-05-31;1;0;0;0
+56;2020-06-01;0;0;0;0
+56;2020-06-02;1;1;0;6
+56;2020-06-03;2;0;0;3
+56;2020-06-04;2;0;0;3
+57;2020-03-19;36;15;4;5
+57;2020-03-20;76;14;3;8
+57;2020-03-21;68;11;3;15
+57;2020-03-22;65;8;11;12
+57;2020-03-23;69;13;17;8
+57;2020-03-24;173;27;12;24
+57;2020-03-25;92;20;14;34
+57;2020-03-26;125;12;20;30
+57;2020-03-27;106;16;24;28
+57;2020-03-28;124;27;30;32
+57;2020-03-29;87;23;11;11
+57;2020-03-30;117;25;19;21
+57;2020-03-31;121;23;11;24
+57;2020-04-01;147;17;19;47
+57;2020-04-02;110;20;30;57
+57;2020-04-03;127;16;42;70
+57;2020-04-04;83;15;30;42
+57;2020-04-05;66;12;25;44
+57;2020-04-06;75;20;21;51
+57;2020-04-07;115;12;31;63
+57;2020-04-08;75;8;29;64
+57;2020-04-09;89;8;16;52
+57;2020-04-10;116;1;24;58
+57;2020-04-11;34;7;15;26
+57;2020-04-12;53;5;13;29
+57;2020-04-13;27;10;17;15
+57;2020-04-14;63;6;16;23
+57;2020-04-15;95;8;18;72
+57;2020-04-16;71;5;11;61
+57;2020-04-17;50;8;8;54
+57;2020-04-18;41;8;12;59
+57;2020-04-19;13;3;9;19
+57;2020-04-20;36;2;10;22
+57;2020-04-21;31;4;7;45
+57;2020-04-22;58;6;11;44
+57;2020-04-23;56;7;8;59
+57;2020-04-24;38;4;9;53
+57;2020-04-25;30;2;13;63
+57;2020-04-26;17;4;3;20
+57;2020-04-27;29;1;9;26
+57;2020-04-28;27;7;9;43
+57;2020-04-29;34;1;8;63
+57;2020-04-30;24;5;8;69
+57;2020-05-01;20;1;13;39
+57;2020-05-02;33;3;5;26
+57;2020-05-03;18;4;3;7
+57;2020-05-04;18;3;6;30
+57;2020-05-05;24;5;9;42
+57;2020-05-06;23;2;6;47
+57;2020-05-07;27;3;4;26
+57;2020-05-08;27;5;11;28
+57;2020-05-09;5;1;0;11
+57;2020-05-10;4;1;1;8
+57;2020-05-11;11;1;3;3
+57;2020-05-12;28;4;8;33
+57;2020-05-13;30;4;10;18
+57;2020-05-14;22;0;7;36
+57;2020-05-15;12;3;16;24
+57;2020-05-16;5;0;5;15
+57;2020-05-17;4;1;7;6
+57;2020-05-18;5;0;8;2
+57;2020-05-19;15;2;7;24
+57;2020-05-20;13;4;7;38
+57;2020-05-21;7;6;1;15
+57;2020-05-22;3;0;4;4
+57;2020-05-23;13;2;0;3
+57;2020-05-24;6;1;0;8
+57;2020-05-25;8;2;0;6
+57;2020-05-26;3;2;3;9
+57;2020-05-27;3;1;1;11
+57;2020-05-28;5;0;1;10
+57;2020-05-29;3;2;2;7
+57;2020-05-30;5;2;3;27
+57;2020-05-31;5;1;1;1
+57;2020-06-01;5;3;2;15
+57;2020-06-02;13;1;4;14
+57;2020-06-03;20;5;3;22
+57;2020-06-04;6;1;3;22
+58;2020-03-19;1;1;0;0
+58;2020-03-20;0;0;0;0
+58;2020-03-21;0;0;0;0
+58;2020-03-22;1;1;0;0
+58;2020-03-23;1;0;0;0
+58;2020-03-24;0;0;0;0
+58;2020-03-25;0;0;0;0
+58;2020-03-26;1;0;0;0
+58;2020-03-27;2;1;0;0
+58;2020-03-28;2;1;0;1
+58;2020-03-29;0;0;0;0
+58;2020-03-30;2;0;0;0
+58;2020-03-31;2;1;2;0
+58;2020-04-01;1;1;1;0
+58;2020-04-02;6;0;1;1
+58;2020-04-03;7;0;1;0
+58;2020-04-04;8;0;0;4
+58;2020-04-05;8;3;0;1
+58;2020-04-06;4;0;1;0
+58;2020-04-07;1;0;1;2
+58;2020-04-08;5;1;0;3
+58;2020-04-09;1;0;0;0
+58;2020-04-10;13;2;0;2
+58;2020-04-11;7;0;0;2
+58;2020-04-12;3;1;0;1
+58;2020-04-13;5;2;1;0
+58;2020-04-14;2;0;4;1
+58;2020-04-15;2;1;0;4
+58;2020-04-16;10;1;0;1
+58;2020-04-17;4;0;0;4
+58;2020-04-18;3;2;2;2
+58;2020-04-19;1;1;1;0
+58;2020-04-20;2;0;3;0
+58;2020-04-21;2;2;1;1
+58;2020-04-22;2;0;2;2
+58;2020-04-23;3;0;0;7
+58;2020-04-24;3;1;0;3
+58;2020-04-25;3;0;1;2
+58;2020-04-26;0;0;0;0
+58;2020-04-27;0;0;0;1
+58;2020-04-28;1;1;0;2
+58;2020-04-29;3;0;0;2
+58;2020-04-30;1;0;0;0
+58;2020-05-01;0;0;0;1
+58;2020-05-02;0;0;1;0
+58;2020-05-03;0;0;0;0
+58;2020-05-04;0;0;0;0
+58;2020-05-05;0;0;0;1
+58;2020-05-06;0;0;1;1
+58;2020-05-07;0;0;0;4
+58;2020-05-08;0;0;0;1
+58;2020-05-09;0;0;0;0
+58;2020-05-10;0;0;1;0
+58;2020-05-11;2;2;0;1
+58;2020-05-12;2;1;0;0
+58;2020-05-13;0;0;0;2
+58;2020-05-14;0;0;0;1
+58;2020-05-15;1;1;0;0
+58;2020-05-16;0;0;0;1
+58;2020-05-17;0;0;0;0
+58;2020-05-18;0;0;0;0
+58;2020-05-19;0;0;0;0
+58;2020-05-20;1;0;0;10
+58;2020-05-21;1;0;0;4
+58;2020-05-22;0;0;0;0
+58;2020-05-23;0;0;0;0
+58;2020-05-24;0;0;1;0
+58;2020-05-25;0;0;0;0
+58;2020-05-26;1;0;0;1
+58;2020-05-27;0;0;1;1
+58;2020-05-28;0;0;0;2
+58;2020-05-29;0;0;0;8
+58;2020-05-30;4;0;0;1
+58;2020-05-31;0;0;0;0
+58;2020-06-01;0;0;0;0
+58;2020-06-02;0;0;0;0
+58;2020-06-03;1;0;0;0
+58;2020-06-04;0;0;0;0
+59;2020-03-19;72;13;3;24
+59;2020-03-20;19;9;1;4
+59;2020-03-21;30;15;1;7
+59;2020-03-22;32;7;7;2
+59;2020-03-23;58;26;2;11
+59;2020-03-24;50;15;4;2
+59;2020-03-25;63;20;1;5
+59;2020-03-26;66;17;7;14
+59;2020-03-27;84;34;8;27
+59;2020-03-28;77;16;5;16
+59;2020-03-29;80;23;3;19
+59;2020-03-30;105;26;12;26
+59;2020-03-31;129;39;11;44
+59;2020-04-01;95;19;15;36
+59;2020-04-02;157;35;21;43
+59;2020-04-03;100;23;22;46
+59;2020-04-04;94;19;13;40
+59;2020-04-05;78;18;12;14
+59;2020-04-06;112;17;19;39
+59;2020-04-07;101;19;17;63
+59;2020-04-08;89;7;15;72
+59;2020-04-09;90;14;16;51
+59;2020-04-10;103;15;15;59
+59;2020-04-11;71;9;20;51
+59;2020-04-12;39;2;11;11
+59;2020-04-13;41;9;15;8
+59;2020-04-14;61;5;21;24
+59;2020-04-15;79;4;21;93
+59;2020-04-16;74;8;15;63
+59;2020-04-17;56;13;17;61
+59;2020-04-18;44;4;8;30
+59;2020-04-19;32;9;6;19
+59;2020-04-20;54;3;7;18
+59;2020-04-21;62;11;13;71
+59;2020-04-22;39;5;9;30
+59;2020-04-23;42;7;6;39
+59;2020-04-24;30;5;7;40
+59;2020-04-25;36;1;6;33
+59;2020-04-26;7;3;1;7
+59;2020-04-27;10;3;5;14
+59;2020-04-28;53;5;8;45
+59;2020-04-29;17;0;6;39
+59;2020-04-30;33;5;8;36
+59;2020-05-01;24;2;6;21
+59;2020-05-02;23;0;2;3
+59;2020-05-03;13;5;1;4
+59;2020-05-04;28;4;3;9
+59;2020-05-05;20;2;20;53
+59;2020-05-06;33;6;16;64
+59;2020-05-07;23;4;7;20
+59;2020-05-08;23;3;3;25
+59;2020-05-09;4;2;1;4
+59;2020-05-10;11;2;3;6
+59;2020-05-11;18;1;7;8
+59;2020-05-12;32;4;10;50
+59;2020-05-13;26;4;2;33
+59;2020-05-14;18;4;4;18
+59;2020-05-15;20;0;9;31
+59;2020-05-16;24;2;4;19
+59;2020-05-17;10;2;2;6
+59;2020-05-18;18;2;6;11
+59;2020-05-19;21;2;4;38
+59;2020-05-20;33;6;5;25
+59;2020-05-21;17;1;4;23
+59;2020-05-22;10;0;1;13
+59;2020-05-23;6;0;2;15
+59;2020-05-24;11;1;2;6
+59;2020-05-25;6;0;4;18
+59;2020-05-26;18;3;3;23
+59;2020-05-27;25;0;2;28
+59;2020-05-28;12;1;4;15
+59;2020-05-29;9;0;2;30
+59;2020-05-30;18;1;6;28
+59;2020-05-31;2;1;0;3
+59;2020-06-01;4;1;2;4
+59;2020-06-02;7;0;2;11
+59;2020-06-03;8;1;6;22
+59;2020-06-04;10;4;2;13
+60;2020-03-19;43;3;11;8
+60;2020-03-20;11;6;1;4
+60;2020-03-21;30;1;0;14
+60;2020-03-22;14;1;1;4
+60;2020-03-23;45;4;10;7
+60;2020-03-24;41;4;9;17
+60;2020-03-25;34;10;6;7
+60;2020-03-26;61;7;14;31
+60;2020-03-27;30;10;9;12
+60;2020-03-28;37;0;11;7
+60;2020-03-29;23;3;5;3
+60;2020-03-30;35;5;8;10
+60;2020-03-31;40;5;15;11
+60;2020-04-01;70;9;20;33
+60;2020-04-02;101;14;7;32
+60;2020-04-03;47;5;15;29
+60;2020-04-04;23;1;8;29
+60;2020-04-05;26;4;2;6
+60;2020-04-06;39;2;10;10
+60;2020-04-07;82;9;17;32
+60;2020-04-08;75;7;10;48
+60;2020-04-09;28;3;2;23
+60;2020-04-10;46;6;9;27
+60;2020-04-11;38;2;9;20
+60;2020-04-12;43;4;10;15
+60;2020-04-13;7;0;7;2
+60;2020-04-14;32;2;9;24
+60;2020-04-15;56;3;13;16
+60;2020-04-16;43;4;10;34
+60;2020-04-17;45;3;6;22
+60;2020-04-18;14;2;3;9
+60;2020-04-19;32;3;4;12
+60;2020-04-20;14;1;13;14
+60;2020-04-21;23;2;5;27
+60;2020-04-22;25;5;9;36
+60;2020-04-23;25;3;6;19
+60;2020-04-24;30;2;6;30
+60;2020-04-25;13;0;4;10
+60;2020-04-26;5;1;1;2
+60;2020-04-27;14;0;8;18
+60;2020-04-28;22;1;6;28
+60;2020-04-29;7;2;2;10
+60;2020-04-30;3;3;4;14
+60;2020-05-01;6;1;4;8
+60;2020-05-02;5;0;0;2
+60;2020-05-03;7;0;4;14
+60;2020-05-04;7;0;2;5
+60;2020-05-05;10;1;6;15
+60;2020-05-06;3;1;3;7
+60;2020-05-07;5;0;1;12
+60;2020-05-08;13;1;6;12
+60;2020-05-09;3;0;0;5
+60;2020-05-10;1;0;3;2
+60;2020-05-11;18;4;7;8
+60;2020-05-12;6;1;6;5
+60;2020-05-13;1;0;0;6
+60;2020-05-14;10;1;0;6
+60;2020-05-15;11;1;1;15
+60;2020-05-16;6;0;1;6
+60;2020-05-17;2;0;0;0
+60;2020-05-18;10;0;5;10
+60;2020-05-19;15;1;1;30
+60;2020-05-20;6;0;1;4
+60;2020-05-21;3;0;0;5
+60;2020-05-22;5;0;1;12
+60;2020-05-23;2;0;2;5
+60;2020-05-24;2;0;1;0
+60;2020-05-25;5;0;2;6
+60;2020-05-26;2;0;0;7
+60;2020-05-27;4;0;3;5
+60;2020-05-28;3;0;2;6
+60;2020-05-29;3;0;1;20
+60;2020-05-30;3;0;1;3
+60;2020-05-31;0;0;0;0
+60;2020-06-01;11;0;1;0
+60;2020-06-02;10;0;1;6
+60;2020-06-03;0;0;0;5
+60;2020-06-04;1;0;1;7
+61;2020-03-19;2;1;0;2
+61;2020-03-20;0;0;0;0
+61;2020-03-21;0;0;0;0
+61;2020-03-22;0;0;0;0
+61;2020-03-23;6;1;0;4
+61;2020-03-24;5;0;0;3
+61;2020-03-25;14;2;1;10
+61;2020-03-26;7;1;0;4
+61;2020-03-27;2;1;0;1
+61;2020-03-28;6;0;0;3
+61;2020-03-29;5;0;0;0
+61;2020-03-30;4;1;0;1
+61;2020-03-31;17;2;2;6
+61;2020-04-01;19;0;2;7
+61;2020-04-02;11;2;2;0
+61;2020-04-03;7;2;1;3
+61;2020-04-04;10;2;0;5
+61;2020-04-05;6;1;1;1
+61;2020-04-06;6;0;0;8
+61;2020-04-07;14;0;2;9
+61;2020-04-08;12;0;1;11
+61;2020-04-09;6;0;2;1
+61;2020-04-10;15;0;0;10
+61;2020-04-11;5;1;2;9
+61;2020-04-12;6;1;1;1
+61;2020-04-13;1;1;2;2
+61;2020-04-14;9;0;0;6
+61;2020-04-15;8;1;1;8
+61;2020-04-16;3;0;0;5
+61;2020-04-17;6;1;3;3
+61;2020-04-18;4;0;0;8
+61;2020-04-19;3;0;1;0
+61;2020-04-20;4;0;1;5
+61;2020-04-21;2;1;0;7
+61;2020-04-22;3;0;2;2
+61;2020-04-23;2;0;0;1
+61;2020-04-24;4;3;0;5
+61;2020-04-25;9;0;0;0
+61;2020-04-26;0;0;0;0
+61;2020-04-27;3;0;1;0
+61;2020-04-28;5;0;0;1
+61;2020-04-29;1;0;0;3
+61;2020-04-30;5;0;0;3
+61;2020-05-01;1;0;0;3
+61;2020-05-02;2;0;0;0
+61;2020-05-03;1;0;0;1
+61;2020-05-04;8;0;1;1
+61;2020-05-05;2;0;1;1
+61;2020-05-06;2;0;2;2
+61;2020-05-07;2;0;0;0
+61;2020-05-08;1;0;0;8
+61;2020-05-09;1;0;0;1
+61;2020-05-10;0;0;1;0
+61;2020-05-11;2;0;2;1
+61;2020-05-12;1;1;0;3
+61;2020-05-13;0;0;0;0
+61;2020-05-14;1;0;1;2
+61;2020-05-15;0;0;0;2
+61;2020-05-16;0;0;0;0
+61;2020-05-17;2;0;0;1
+61;2020-05-18;1;0;0;0
+61;2020-05-19;4;0;1;1
+61;2020-05-20;0;0;0;2
+61;2020-05-21;0;0;0;0
+61;2020-05-22;2;0;0;0
+61;2020-05-23;1;0;0;4
+61;2020-05-24;0;0;0;0
+61;2020-05-25;2;0;0;0
+61;2020-05-26;5;0;1;2
+61;2020-05-27;1;1;0;8
+61;2020-05-28;1;0;0;2
+61;2020-05-29;0;0;0;0
+61;2020-05-30;0;0;0;1
+61;2020-05-31;0;0;0;0
+61;2020-06-01;0;0;0;0
+61;2020-06-02;0;0;0;4
+61;2020-06-03;4;0;0;4
+61;2020-06-04;0;0;0;4
+62;2020-03-19;30;6;0;13
+62;2020-03-20;26;9;1;6
+62;2020-03-21;12;3;0;6
+62;2020-03-22;6;2;0;4
+62;2020-03-23;22;9;2;0
+62;2020-03-24;32;10;3;1
+62;2020-03-25;28;8;2;9
+62;2020-03-26;29;5;1;10
+62;2020-03-27;16;3;0;9
+62;2020-03-28;39;12;3;9
+62;2020-03-29;29;5;1;5
+62;2020-03-30;41;19;4;9
+62;2020-03-31;34;7;2;11
+62;2020-04-01;77;13;4;10
+62;2020-04-02;45;9;4;24
+62;2020-04-03;89;18;7;30
+62;2020-04-04;48;10;8;21
+62;2020-04-05;13;4;4;10
+62;2020-04-06;51;6;9;13
+62;2020-04-07;72;12;9;23
+62;2020-04-08;55;7;11;37
+62;2020-04-09;52;8;7;28
+62;2020-04-10;51;6;12;51
+62;2020-04-11;27;3;4;32
+62;2020-04-12;40;2;7;22
+62;2020-04-13;28;3;2;14
+62;2020-04-14;36;8;9;13
+62;2020-04-15;59;17;14;45
+62;2020-04-16;62;5;8;25
+62;2020-04-17;42;5;17;38
+62;2020-04-18;41;4;3;31
+62;2020-04-19;16;2;3;12
+62;2020-04-20;20;6;4;12
+62;2020-04-21;95;2;9;86
+62;2020-04-22;25;3;5;27
+62;2020-04-23;51;6;22;48
+62;2020-04-24;22;2;5;19
+62;2020-04-25;24;1;13;11
+62;2020-04-26;7;0;3;5
+62;2020-04-27;47;7;6;31
+62;2020-04-28;17;2;2;27
+62;2020-04-29;21;0;5;24
+62;2020-04-30;45;7;4;51
+62;2020-05-01;22;0;3;18
+62;2020-05-02;7;2;3;3
+62;2020-05-03;2;0;2;2
+62;2020-05-04;28;3;7;20
+62;2020-05-05;21;7;3;29
+62;2020-05-06;27;2;0;21
+62;2020-05-07;5;0;2;26
+62;2020-05-08;3;1;0;9
+62;2020-05-09;4;0;1;4
+62;2020-05-10;1;0;0;7
+62;2020-05-11;13;0;5;11
+62;2020-05-12;31;2;5;23
+62;2020-05-13;8;2;1;17
+62;2020-05-14;17;2;5;34
+62;2020-05-15;24;2;5;33
+62;2020-05-16;7;0;4;9
+62;2020-05-17;0;0;2;0
+62;2020-05-18;10;1;2;16
+62;2020-05-19;11;2;3;18
+62;2020-05-20;5;2;2;2
+62;2020-05-21;1;0;3;2
+62;2020-05-22;5;4;2;2
+62;2020-05-23;4;0;2;9
+62;2020-05-24;2;0;1;1
+62;2020-05-25;10;2;1;9
+62;2020-05-26;6;0;2;13
+62;2020-05-27;1;0;0;4
+62;2020-05-28;9;1;2;14
+62;2020-05-29;10;1;1;7
+62;2020-05-30;1;1;1;2
+62;2020-05-31;1;0;0;0
+62;2020-06-01;0;0;1;0
+62;2020-06-02;3;1;3;8
+62;2020-06-03;7;1;2;3
+62;2020-06-04;3;1;6;26
+63;2020-03-19;1;1;0;2
+63;2020-03-20;0;0;0;4
+63;2020-03-21;2;1;0;2
+63;2020-03-22;1;1;0;0
+63;2020-03-23;3;0;0;0
+63;2020-03-24;14;4;0;0
+63;2020-03-25;3;2;0;1
+63;2020-03-26;6;1;0;1
+63;2020-03-27;9;2;0;1
+63;2020-03-28;10;4;0;0
+63;2020-03-29;13;10;0;0
+63;2020-03-30;15;11;1;3
+63;2020-03-31;2;1;0;3
+63;2020-04-01;24;1;1;5
+63;2020-04-02;5;4;1;6
+63;2020-04-03;6;3;1;6
+63;2020-04-04;5;2;0;11
+63;2020-04-05;13;10;3;1
+63;2020-04-06;7;0;1;2
+63;2020-04-07;7;2;4;11
+63;2020-04-08;7;0;3;7
+63;2020-04-09;4;0;1;4
+63;2020-04-10;7;0;0;7
+63;2020-04-11;4;0;3;2
+63;2020-04-12;4;0;0;0
+63;2020-04-13;4;0;0;0
+63;2020-04-14;1;1;0;1
+63;2020-04-15;4;0;0;6
+63;2020-04-16;5;1;3;1
+63;2020-04-17;3;0;1;4
+63;2020-04-18;6;1;2;4
+63;2020-04-19;0;0;1;2
+63;2020-04-20;4;0;2;1
+63;2020-04-21;4;2;0;5
+63;2020-04-22;1;0;3;5
+63;2020-04-23;3;0;0;9
+63;2020-04-24;3;1;1;4
+63;2020-04-25;2;1;1;1
+63;2020-04-26;0;0;0;0
+63;2020-04-27;1;0;1;1
+63;2020-04-28;0;0;0;3
+63;2020-04-29;0;0;0;1
+63;2020-04-30;5;1;2;3
+63;2020-05-01;1;0;0;2
+63;2020-05-02;2;1;1;5
+63;2020-05-03;4;2;0;1
+63;2020-05-04;1;0;0;0
+63;2020-05-05;2;0;0;3
+63;2020-05-06;0;0;1;3
+63;2020-05-07;2;1;1;3
+63;2020-05-08;0;0;0;2
+63;2020-05-09;0;0;0;0
+63;2020-05-10;0;0;0;0
+63;2020-05-11;1;0;0;1
+63;2020-05-12;1;0;1;0
+63;2020-05-13;4;0;0;2
+63;2020-05-14;1;0;0;0
+63;2020-05-15;0;0;0;6
+63;2020-05-16;0;0;0;0
+63;2020-05-17;8;0;0;0
+63;2020-05-18;0;0;1;0
+63;2020-05-19;3;0;0;3
+63;2020-05-20;2;0;0;2
+63;2020-05-21;1;0;0;2
+63;2020-05-22;1;0;0;0
+63;2020-05-23;1;0;0;3
+63;2020-05-24;2;2;0;0
+63;2020-05-25;0;1;0;2
+63;2020-05-26;0;0;1;0
+63;2020-05-27;2;0;0;0
+63;2020-05-28;0;0;1;3
+63;2020-05-29;0;0;0;5
+63;2020-05-30;0;0;0;1
+63;2020-05-31;0;0;0;0
+63;2020-06-01;0;0;0;0
+63;2020-06-02;0;0;0;0
+63;2020-06-03;1;1;0;1
+63;2020-06-04;0;0;0;0
+64;2020-03-19;6;0;0;1
+64;2020-03-20;1;0;1;1
+64;2020-03-21;5;2;0;0
+64;2020-03-22;3;0;0;0
+64;2020-03-23;7;0;0;3
+64;2020-03-24;7;5;0;2
+64;2020-03-25;13;3;2;1
+64;2020-03-26;19;2;1;10
+64;2020-03-27;16;3;1;3
+64;2020-03-28;10;1;1;7
+64;2020-03-29;9;4;0;4
+64;2020-03-30;8;2;3;2
+64;2020-03-31;17;8;1;3
+64;2020-04-01;8;1;0;9
+64;2020-04-02;19;4;2;16
+64;2020-04-03;5;1;1;1
+64;2020-04-04;14;1;0;11
+64;2020-04-05;1;0;1;3
+64;2020-04-06;10;0;1;1
+64;2020-04-07;0;0;0;5
+64;2020-04-08;13;2;1;5
+64;2020-04-09;10;1;0;1
+64;2020-04-10;10;1;2;9
+64;2020-04-11;4;0;0;9
+64;2020-04-12;4;0;2;1
+64;2020-04-13;2;0;1;2
+64;2020-04-14;1;0;1;1
+64;2020-04-15;3;1;0;6
+64;2020-04-16;4;0;0;8
+64;2020-04-17;2;0;2;0
+64;2020-04-18;5;0;0;12
+64;2020-04-19;0;0;0;1
+64;2020-04-20;2;0;0;1
+64;2020-04-21;0;0;0;0
+64;2020-04-22;2;0;0;4
+64;2020-04-23;3;0;0;8
+64;2020-04-24;1;1;0;1
+64;2020-04-25;2;0;1;6
+64;2020-04-26;1;0;1;2
+64;2020-04-27;2;0;1;1
+64;2020-04-28;3;0;2;7
+64;2020-04-29;2;0;0;10
+64;2020-04-30;0;0;0;1
+64;2020-05-01;0;0;0;5
+64;2020-05-02;0;0;0;0
+64;2020-05-03;1;1;0;0
+64;2020-05-04;1;0;0;0
+64;2020-05-05;1;0;0;3
+64;2020-05-06;0;0;0;5
+64;2020-05-07;0;0;0;2
+64;2020-05-08;1;0;0;1
+64;2020-05-09;0;0;0;0
+64;2020-05-10;0;0;0;1
+64;2020-05-11;0;0;0;0
+64;2020-05-12;0;0;0;1
+64;2020-05-13;0;0;0;2
+64;2020-05-14;0;0;1;0
+64;2020-05-15;2;0;0;2
+64;2020-05-16;0;0;0;0
+64;2020-05-17;0;0;0;2
+64;2020-05-18;0;0;0;0
+64;2020-05-19;1;1;0;2
+64;2020-05-20;0;0;0;1
+64;2020-05-21;0;0;0;0
+64;2020-05-22;0;0;0;1
+64;2020-05-23;0;0;0;1
+64;2020-05-24;0;0;0;1
+64;2020-05-25;0;0;0;13
+64;2020-05-26;0;0;1;0
+64;2020-05-27;0;0;0;1
+64;2020-05-28;0;0;0;1
+64;2020-05-29;1;0;0;1
+64;2020-05-30;1;0;0;0
+64;2020-05-31;1;0;0;0
+64;2020-06-01;0;0;0;1
+64;2020-06-02;0;0;0;0
+64;2020-06-03;0;0;0;2
+64;2020-06-04;0;0;0;0
+65;2020-03-19;2;1;0;0
+65;2020-03-20;0;0;0;0
+65;2020-03-21;3;0;0;0
+65;2020-03-22;2;0;0;1
+65;2020-03-23;2;0;0;1
+65;2020-03-24;0;0;0;2
+65;2020-03-25;1;1;0;0
+65;2020-03-26;11;0;1;2
+65;2020-03-27;2;1;0;0
+65;2020-03-28;6;2;0;1
+65;2020-03-29;5;0;0;1
+65;2020-03-30;6;2;0;2
+65;2020-03-31;2;0;0;3
+65;2020-04-01;13;0;0;2
+65;2020-04-02;6;0;2;2
+65;2020-04-03;4;0;0;3
+65;2020-04-04;8;0;2;3
+65;2020-04-05;14;3;2;2
+65;2020-04-06;4;0;0;1
+65;2020-04-07;7;0;0;4
+65;2020-04-08;9;1;0;4
+65;2020-04-09;6;0;0;4
+65;2020-04-10;11;0;0;7
+65;2020-04-11;10;0;1;3
+65;2020-04-12;10;1;0;0
+65;2020-04-13;4;0;2;2
+65;2020-04-14;5;0;2;2
+65;2020-04-15;8;0;2;6
+65;2020-04-16;1;0;0;4
+65;2020-04-17;2;0;0;4
+65;2020-04-18;3;0;0;5
+65;2020-04-19;2;0;0;1
+65;2020-04-20;9;0;2;1
+65;2020-04-21;0;0;1;5
+65;2020-04-22;2;0;1;2
+65;2020-04-23;2;0;0;4
+65;2020-04-24;4;0;1;1
+65;2020-04-25;0;0;0;0
+65;2020-04-26;0;0;0;1
+65;2020-04-27;0;0;0;2
+65;2020-04-28;3;0;1;4
+65;2020-04-29;1;0;0;1
+65;2020-04-30;1;1;0;3
+65;2020-05-01;0;0;0;4
+65;2020-05-02;1;0;0;0
+65;2020-05-03;0;0;1;0
+65;2020-05-04;2;0;1;0
+65;2020-05-05;0;0;0;8
+65;2020-05-06;1;0;2;3
+65;2020-05-07;1;1;0;5
+65;2020-05-08;0;0;0;4
+65;2020-05-09;0;0;0;0
+65;2020-05-10;0;0;1;0
+65;2020-05-11;0;0;0;0
+65;2020-05-12;0;0;0;3
+65;2020-05-13;0;0;0;1
+65;2020-05-14;0;0;0;0
+65;2020-05-15;0;0;0;0
+65;2020-05-16;1;0;0;2
+65;2020-05-17;0;0;0;0
+65;2020-05-18;0;0;0;5
+65;2020-05-19;0;0;0;2
+65;2020-05-20;0;0;0;9
+65;2020-05-21;0;0;0;2
+65;2020-05-22;0;0;0;0
+65;2020-05-23;0;0;0;0
+65;2020-05-24;0;0;0;0
+65;2020-05-25;0;0;0;0
+65;2020-05-26;0;0;0;3
+65;2020-05-27;0;0;0;0
+65;2020-05-28;0;0;0;0
+65;2020-05-29;0;0;1;0
+65;2020-05-30;0;0;0;0
+65;2020-05-31;0;0;0;0
+65;2020-06-01;0;0;0;0
+65;2020-06-02;0;0;0;0
+65;2020-06-03;0;0;0;1
+65;2020-06-04;0;0;0;1
+66;2020-03-19;19;9;3;2
+66;2020-03-20;7;6;1;0
+66;2020-03-21;1;1;1;0
+66;2020-03-22;41;7;0;1
+66;2020-03-23;23;4;1;2
+66;2020-03-24;16;6;1;6
+66;2020-03-25;20;4;0;11
+66;2020-03-26;23;7;1;7
+66;2020-03-27;13;2;1;9
+66;2020-03-28;25;5;0;10
+66;2020-03-29;17;3;2;7
+66;2020-03-30;11;7;2;8
+66;2020-03-31;19;4;1;18
+66;2020-04-01;13;4;1;19
+66;2020-04-02;11;0;1;10
+66;2020-04-03;10;2;0;18
+66;2020-04-04;11;3;1;5
+66;2020-04-05;7;0;0;9
+66;2020-04-06;9;1;1;6
+66;2020-04-07;9;5;2;13
+66;2020-04-08;5;1;0;10
+66;2020-04-09;3;1;0;7
+66;2020-04-10;9;4;1;14
+66;2020-04-11;5;0;1;5
+66;2020-04-12;2;0;1;1
+66;2020-04-13;6;0;0;12
+66;2020-04-14;2;0;0;10
+66;2020-04-15;3;1;1;11
+66;2020-04-16;2;0;0;9
+66;2020-04-17;1;0;1;7
+66;2020-04-18;1;0;0;6
+66;2020-04-19;1;1;0;0
+66;2020-04-20;1;0;1;1
+66;2020-04-21;3;1;0;5
+66;2020-04-22;2;0;0;4
+66;2020-04-23;4;0;2;1
+66;2020-04-24;0;0;1;0
+66;2020-04-25;2;0;0;4
+66;2020-04-26;0;0;0;1
+66;2020-04-27;1;0;1;1
+66;2020-04-28;3;0;1;4
+66;2020-04-29;3;0;1;2
+66;2020-04-30;0;0;2;2
+66;2020-05-01;1;0;0;2
+66;2020-05-02;0;0;0;0
+66;2020-05-03;1;0;0;2
+66;2020-05-04;1;0;0;0
+66;2020-05-05;1;0;1;4
+66;2020-05-06;0;0;0;1
+66;2020-05-07;0;0;0;0
+66;2020-05-08;0;0;0;0
+66;2020-05-09;0;0;0;0
+66;2020-05-10;0;0;0;0
+66;2020-05-11;0;0;0;0
+66;2020-05-12;0;0;0;4
+66;2020-05-13;1;1;0;0
+66;2020-05-14;0;0;0;0
+66;2020-05-15;0;0;0;1
+66;2020-05-16;0;0;0;0
+66;2020-05-17;0;0;0;0
+66;2020-05-18;0;0;0;1
+66;2020-05-19;0;0;0;0
+66;2020-05-20;0;0;0;1
+66;2020-05-21;0;0;0;2
+66;2020-05-22;0;0;0;0
+66;2020-05-23;1;0;0;0
+66;2020-05-24;0;0;0;0
+66;2020-05-25;0;0;0;0
+66;2020-05-26;0;0;0;0
+66;2020-05-27;0;0;0;0
+66;2020-05-28;0;0;0;0
+66;2020-05-29;0;0;0;0
+66;2020-05-30;0;0;0;0
+66;2020-05-31;0;0;0;0
+66;2020-06-01;0;0;0;0
+66;2020-06-02;0;1;0;0
+66;2020-06-03;0;0;0;0
+66;2020-06-04;0;0;0;0
+67;2020-03-19;161;31;8;28
+67;2020-03-20;44;6;6;10
+67;2020-03-21;67;21;3;10
+67;2020-03-22;79;16;11;0
+67;2020-03-23;86;28;8;24
+67;2020-03-24;130;28;19;44
+67;2020-03-25;116;25;14;32
+67;2020-03-26;127;25;13;75
+67;2020-03-27;102;36;16;24
+67;2020-03-28;87;17;11;28
+67;2020-03-29;90;19;18;16
+67;2020-03-30;69;22;18;13
+67;2020-03-31;142;35;27;41
+67;2020-04-01;162;36;27;83
+67;2020-04-02;89;20;18;37
+67;2020-04-03;165;31;30;91
+67;2020-04-04;91;21;11;58
+67;2020-04-05;79;12;15;33
+67;2020-04-06;53;10;11;35
+67;2020-04-07;88;10;18;61
+67;2020-04-08;90;20;15;75
+67;2020-04-09;107;7;14;74
+67;2020-04-10;115;11;11;88
+67;2020-04-11;20;2;3;13
+67;2020-04-12;40;4;7;38
+67;2020-04-13;19;0;5;10
+67;2020-04-14;59;6;18;23
+67;2020-04-15;74;3;13;100
+67;2020-04-16;53;12;9;64
+67;2020-04-17;64;11;18;68
+67;2020-04-18;61;4;10;57
+67;2020-04-19;18;3;5;16
+67;2020-04-20;34;4;6;13
+67;2020-04-21;73;4;15;52
+67;2020-04-22;38;2;13;56
+67;2020-04-23;30;6;10;83
+67;2020-04-24;13;1;7;29
+67;2020-04-25;33;4;4;21
+67;2020-04-26;5;0;6;7
+67;2020-04-27;39;8;7;19
+67;2020-04-28;31;1;10;37
+67;2020-04-29;35;4;6;48
+67;2020-04-30;23;2;6;33
+67;2020-05-01;21;4;15;37
+67;2020-05-02;11;0;10;11
+67;2020-05-03;3;0;2;10
+67;2020-05-04;13;3;5;14
+67;2020-05-05;23;2;3;24
+67;2020-05-06;38;3;6;45
+67;2020-05-07;20;5;5;35
+67;2020-05-08;16;1;8;27
+67;2020-05-09;4;0;0;6
+67;2020-05-10;6;1;2;4
+67;2020-05-11;14;4;3;17
+67;2020-05-12;19;2;3;23
+67;2020-05-13;31;3;6;31
+67;2020-05-14;8;0;6;18
+67;2020-05-15;14;1;7;45
+67;2020-05-16;3;4;3;23
+67;2020-05-17;6;3;2;19
+67;2020-05-18;18;0;3;20
+67;2020-05-19;13;1;7;28
+67;2020-05-20;9;2;2;13
+67;2020-05-21;3;0;0;9
+67;2020-05-22;20;1;4;20
+67;2020-05-23;5;1;0;13
+67;2020-05-24;1;1;6;10
+67;2020-05-25;3;0;1;12
+67;2020-05-26;5;0;1;12
+67;2020-05-27;11;2;2;32
+67;2020-05-28;12;0;3;18
+67;2020-05-29;9;2;5;38
+67;2020-05-30;20;0;2;21
+67;2020-05-31;2;2;1;7
+67;2020-06-01;0;0;1;0
+67;2020-06-02;5;1;1;5
+67;2020-06-03;9;0;2;19
+67;2020-06-04;2;1;0;16
+68;2020-03-19;140;12;18;24
+68;2020-03-20;92;19;13;30
+68;2020-03-21;83;8;20;39
+68;2020-03-22;50;8;16;13
+68;2020-03-23;141;21;22;14
+68;2020-03-24;179;17;33;42
+68;2020-03-25;201;23;52;54
+68;2020-03-26;176;34;33;49
+68;2020-03-27;160;19;22;37
+68;2020-03-28;143;19;36;76
+68;2020-03-29;113;18;24;33
+68;2020-03-30;176;27;36;57
+68;2020-03-31;169;37;36;95
+68;2020-04-01;125;18;26;44
+68;2020-04-02;161;21;26;96
+68;2020-04-03;106;23;24;61
+68;2020-04-04;31;9;17;72
+68;2020-04-05;56;10;13;43
+68;2020-04-06;98;17;41;29
+68;2020-04-07;123;16;18;81
+68;2020-04-08;81;18;23;73
+68;2020-04-09;68;9;19;71
+68;2020-04-10;85;5;18;38
+68;2020-04-11;32;11;6;28
+68;2020-04-12;29;8;12;14
+68;2020-04-13;21;4;7;20
+68;2020-04-14;72;10;13;37
+68;2020-04-15;77;6;14;95
+68;2020-04-16;56;8;24;91
+68;2020-04-17;51;4;2;42
+68;2020-04-18;26;4;5;42
+68;2020-04-19;18;1;2;33
+68;2020-04-20;38;8;5;20
+68;2020-04-21;51;3;6;56
+68;2020-04-22;20;10;4;52
+68;2020-04-23;31;5;3;30
+68;2020-04-24;38;5;5;33
+68;2020-04-25;11;4;3;44
+68;2020-04-26;19;5;7;10
+68;2020-04-27;38;6;8;25
+68;2020-04-28;33;3;6;61
+68;2020-04-29;27;3;4;49
+68;2020-04-30;43;1;9;40
+68;2020-05-01;20;2;2;36
+68;2020-05-02;12;4;4;21
+68;2020-05-03;9;2;4;8
+68;2020-05-04;44;3;5;9
+68;2020-05-05;35;11;11;50
+68;2020-05-06;18;0;3;35
+68;2020-05-07;23;3;4;36
+68;2020-05-08;16;1;2;27
+68;2020-05-09;5;0;1;14
+68;2020-05-10;3;0;0;3
+68;2020-05-11;28;2;7;26
+68;2020-05-12;30;2;4;26
+68;2020-05-13;6;0;2;33
+68;2020-05-14;50;0;13;65
+68;2020-05-15;24;0;1;20
+68;2020-05-16;8;1;1;21
+68;2020-05-17;9;2;3;17
+68;2020-05-18;23;6;4;11
+68;2020-05-19;21;2;3;43
+68;2020-05-20;18;0;3;29
+68;2020-05-21;4;0;0;10
+68;2020-05-22;15;2;4;36
+68;2020-05-23;19;3;3;24
+68;2020-05-24;0;0;0;0
+68;2020-05-25;19;1;4;26
+68;2020-05-26;11;1;3;24
+68;2020-05-27;23;3;2;53
+68;2020-05-28;8;0;2;21
+68;2020-05-29;5;0;1;21
+68;2020-05-30;7;1;2;16
+68;2020-05-31;0;0;0;0
+68;2020-06-01;0;0;0;0
+68;2020-06-02;13;1;7;31
+68;2020-06-03;9;0;3;21
+68;2020-06-04;15;1;0;16
+69;2020-03-19;244;28;17;46
+69;2020-03-20;32;9;2;11
+69;2020-03-21;70;7;2;4
+69;2020-03-22;56;9;6;10
+69;2020-03-23;109;22;7;8
+69;2020-03-24;83;23;8;21
+69;2020-03-25;128;42;10;20
+69;2020-03-26;146;21;14;40
+69;2020-03-27;181;36;17;58
+69;2020-03-28;185;66;14;38
+69;2020-03-29;104;34;15;26
+69;2020-03-30;117;50;13;18
+69;2020-03-31;135;29;9;45
+69;2020-04-01;148;34;21;60
+69;2020-04-02;112;23;20;51
+69;2020-04-03;132;24;11;58
+69;2020-04-04;91;28;14;60
+69;2020-04-05;86;32;16;28
+69;2020-04-06;66;13;20;51
+69;2020-04-07;109;16;17;122
+69;2020-04-08;96;15;24;79
+69;2020-04-09;133;12;10;71
+69;2020-04-10;86;11;13;74
+69;2020-04-11;128;15;10;61
+69;2020-04-12;39;4;5;29
+69;2020-04-13;28;9;10;6
+69;2020-04-14;63;6;16;36
+69;2020-04-15;104;14;19;89
+69;2020-04-16;75;13;14;54
+69;2020-04-17;90;8;8;66
+69;2020-04-18;66;8;14;61
+69;2020-04-19;41;6;8;10
+69;2020-04-20;35;7;18;29
+69;2020-04-21;62;10;15;58
+69;2020-04-22;61;5;6;61
+69;2020-04-23;50;4;7;43
+69;2020-04-24;61;7;10;59
+69;2020-04-25;62;3;7;40
+69;2020-04-26;18;0;7;12
+69;2020-04-27;24;6;13;30
+69;2020-04-28;45;2;10;75
+69;2020-04-29;33;3;11;40
+69;2020-04-30;40;3;12;25
+69;2020-05-01;47;10;9;43
+69;2020-05-02;24;6;5;10
+69;2020-05-03;12;2;4;4
+69;2020-05-04;13;1;7;25
+69;2020-05-05;30;4;7;46
+69;2020-05-06;20;4;7;43
+69;2020-05-07;39;3;10;62
+69;2020-05-08;25;5;2;51
+69;2020-05-09;4;1;0;10
+69;2020-05-10;3;1;4;6
+69;2020-05-11;9;2;4;15
+69;2020-05-12;15;4;5;46
+69;2020-05-13;10;2;3;57
+69;2020-05-14;17;3;7;33
+69;2020-05-15;7;2;2;18
+69;2020-05-16;42;2;10;46
+69;2020-05-17;8;2;1;1
+69;2020-05-18;8;1;3;30
+69;2020-05-19;22;3;3;38
+69;2020-05-20;9;1;0;36
+69;2020-05-21;15;2;1;30
+69;2020-05-22;7;0;3;3
+69;2020-05-23;6;0;4;3
+69;2020-05-24;2;0;0;0
+69;2020-05-25;24;1;3;60
+69;2020-05-26;13;0;4;25
+69;2020-05-27;8;2;1;44
+69;2020-05-28;8;0;6;57
+69;2020-05-29;9;1;4;42
+69;2020-05-30;17;9;0;7
+69;2020-05-31;19;9;1;1
+69;2020-06-01;0;0;0;0
+69;2020-06-02;6;0;2;18
+69;2020-06-03;12;0;4;25
+69;2020-06-04;6;1;1;53
+70;2020-03-19;8;2;0;1
+70;2020-03-20;8;1;0;2
+70;2020-03-21;4;2;0;0
+70;2020-03-22;0;1;0;0
+70;2020-03-23;3;2;0;0
+70;2020-03-24;16;7;3;3
+70;2020-03-25;15;8;3;3
+70;2020-03-26;21;4;0;2
+70;2020-03-27;15;3;0;9
+70;2020-03-28;8;4;3;5
+70;2020-03-29;7;2;1;3
+70;2020-03-30;14;3;4;9
+70;2020-03-31;27;8;6;11
+70;2020-04-01;14;3;3;10
+70;2020-04-02;21;3;6;5
+70;2020-04-03;10;1;2;4
+70;2020-04-04;9;3;3;6
+70;2020-04-05;6;3;4;1
+70;2020-04-06;9;1;7;2
+70;2020-04-07;16;2;1;12
+70;2020-04-08;7;2;0;3
+70;2020-04-09;10;0;0;6
+70;2020-04-10;5;0;2;7
+70;2020-04-11;0;0;1;2
+70;2020-04-12;1;0;1;2
+70;2020-04-13;1;1;1;0
+70;2020-04-14;12;2;1;2
+70;2020-04-15;14;0;5;18
+70;2020-04-16;6;0;1;5
+70;2020-04-17;5;1;1;3
+70;2020-04-18;2;0;0;0
+70;2020-04-19;0;0;0;0
+70;2020-04-20;10;2;2;13
+70;2020-04-21;3;0;0;3
+70;2020-04-22;3;0;2;2
+70;2020-04-23;4;0;1;4
+70;2020-04-24;18;0;0;3
+70;2020-04-25;0;0;3;0
+70;2020-04-26;2;0;1;0
+70;2020-04-27;1;0;0;13
+70;2020-04-28;3;0;0;6
+70;2020-04-29;2;0;2;3
+70;2020-04-30;2;0;0;1
+70;2020-05-01;0;0;0;1
+70;2020-05-02;0;0;1;0
+70;2020-05-03;0;0;1;0
+70;2020-05-04;6;0;2;6
+70;2020-05-05;2;1;0;1
+70;2020-05-06;4;0;0;7
+70;2020-05-07;4;0;0;20
+70;2020-05-08;1;1;1;2
+70;2020-05-09;2;0;0;0
+70;2020-05-10;1;0;0;0
+70;2020-05-11;3;0;1;2
+70;2020-05-12;1;0;0;5
+70;2020-05-13;0;1;0;2
+70;2020-05-14;1;0;1;0
+70;2020-05-15;0;1;0;2
+70;2020-05-16;0;0;0;0
+70;2020-05-17;0;0;0;0
+70;2020-05-18;1;0;1;2
+70;2020-05-19;0;0;0;5
+70;2020-05-20;0;0;0;1
+70;2020-05-21;0;0;0;0
+70;2020-05-22;0;0;0;0
+70;2020-05-23;0;1;0;0
+70;2020-05-24;0;0;0;0
+70;2020-05-25;0;0;0;10
+70;2020-05-26;1;0;0;15
+70;2020-05-27;0;0;0;1
+70;2020-05-28;0;0;0;1
+70;2020-05-29;0;0;0;0
+70;2020-05-30;0;0;0;0
+70;2020-05-31;0;0;0;0
+70;2020-06-01;0;0;0;0
+70;2020-06-02;0;0;0;4
+70;2020-06-03;0;0;0;7
+70;2020-06-04;0;0;0;2
+71;2020-03-19;18;3;2;5
+71;2020-03-20;10;2;1;3
+71;2020-03-21;11;1;2;10
+71;2020-03-22;41;0;2;27
+71;2020-03-23;22;1;1;3
+71;2020-03-24;63;5;7;49
+71;2020-03-25;43;3;5;21
+71;2020-03-26;66;3;4;21
+71;2020-03-27;23;5;3;5
+71;2020-03-28;37;5;2;17
+71;2020-03-29;14;1;2;6
+71;2020-03-30;11;11;7;1
+71;2020-03-31;28;3;5;14
+71;2020-04-01;24;8;3;17
+71;2020-04-02;19;4;3;21
+71;2020-04-03;21;3;7;22
+71;2020-04-04;14;3;3;10
+71;2020-04-05;13;0;2;2
+71;2020-04-06;46;3;4;22
+71;2020-04-07;27;4;5;22
+71;2020-04-08;23;5;1;19
+71;2020-04-09;23;3;6;13
+71;2020-04-10;17;2;8;12
+71;2020-04-11;19;1;2;23
+71;2020-04-12;6;3;1;4
+71;2020-04-13;2;2;0;1
+71;2020-04-14;14;0;5;5
+71;2020-04-15;28;1;7;12
+71;2020-04-16;30;1;9;19
+71;2020-04-17;27;1;2;12
+71;2020-04-18;7;2;1;5
+71;2020-04-19;9;3;4;8
+71;2020-04-20;13;1;3;2
+71;2020-04-21;29;3;12;23
+71;2020-04-22;43;2;2;25
+71;2020-04-23;12;0;4;4
+71;2020-04-24;13;1;5;22
+71;2020-04-25;15;0;1;6
+71;2020-04-26;5;1;2;2
+71;2020-04-27;16;1;5;3
+71;2020-04-28;32;2;3;14
+71;2020-04-29;30;0;3;17
+71;2020-04-30;28;2;1;24
+71;2020-05-01;5;0;0;12
+71;2020-05-02;1;0;1;0
+71;2020-05-03;6;3;3;3
+71;2020-05-04;4;0;3;7
+71;2020-05-05;12;0;0;11
+71;2020-05-06;9;0;1;8
+71;2020-05-07;5;0;1;8
+71;2020-05-08;6;3;4;12
+71;2020-05-09;2;0;1;2
+71;2020-05-10;3;0;2;2
+71;2020-05-11;4;1;4;5
+71;2020-05-12;1;0;3;14
+71;2020-05-13;11;0;3;12
+71;2020-05-14;5;1;0;4
+71;2020-05-15;5;2;1;9
+71;2020-05-16;1;1;0;2
+71;2020-05-17;0;0;0;0
+71;2020-05-18;8;0;2;3
+71;2020-05-19;9;1;4;11
+71;2020-05-20;3;0;0;11
+71;2020-05-21;0;0;0;2
+71;2020-05-22;3;1;0;10
+71;2020-05-23;1;0;0;0
+71;2020-05-24;0;0;0;1
+71;2020-05-25;10;2;2;11
+71;2020-05-26;4;0;0;15
+71;2020-05-27;2;0;0;6
+71;2020-05-28;3;0;0;6
+71;2020-05-29;3;0;2;10
+71;2020-05-30;0;0;0;0
+71;2020-05-31;0;0;0;0
+71;2020-06-01;0;0;0;0
+71;2020-06-02;3;0;0;13
+71;2020-06-03;5;1;2;21
+71;2020-06-04;0;0;0;2
+72;2020-03-19;3;0;0;4
+72;2020-03-20;0;0;0;0
+72;2020-03-21;3;0;0;0
+72;2020-03-22;5;1;0;1
+72;2020-03-23;6;1;1;0
+72;2020-03-24;9;1;0;6
+72;2020-03-25;4;1;0;1
+72;2020-03-26;24;3;1;7
+72;2020-03-27;16;6;1;2
+72;2020-03-28;33;6;1;3
+72;2020-03-29;26;1;1;7
+72;2020-03-30;23;6;1;5
+72;2020-03-31;20;3;4;12
+72;2020-04-01;18;5;4;12
+72;2020-04-02;18;1;3;8
+72;2020-04-03;14;2;2;12
+72;2020-04-04;5;0;0;8
+72;2020-04-05;9;2;1;4
+72;2020-04-06;5;0;2;5
+72;2020-04-07;14;3;0;8
+72;2020-04-08;16;1;1;10
+72;2020-04-09;26;0;1;10
+72;2020-04-10;7;1;1;2
+72;2020-04-11;13;4;1;8
+72;2020-04-12;9;1;2;3
+72;2020-04-13;5;0;0;1
+72;2020-04-14;11;2;6;14
+72;2020-04-15;20;0;0;20
+72;2020-04-16;12;0;1;12
+72;2020-04-17;6;0;1;7
+72;2020-04-18;9;3;1;7
+72;2020-04-19;4;0;2;1
+72;2020-04-20;9;0;3;2
+72;2020-04-21;5;0;1;8
+72;2020-04-22;7;0;1;4
+72;2020-04-23;14;2;1;8
+72;2020-04-24;9;0;3;4
+72;2020-04-25;7;1;1;5
+72;2020-04-26;5;1;0;0
+72;2020-04-27;5;0;2;10
+72;2020-04-28;5;0;3;7
+72;2020-04-29;4;0;2;9
+72;2020-04-30;3;0;0;9
+72;2020-05-01;11;0;0;3
+72;2020-05-02;2;1;0;0
+72;2020-05-03;3;0;2;1
+72;2020-05-04;1;0;4;0
+72;2020-05-05;7;1;1;9
+72;2020-05-06;6;0;2;3
+72;2020-05-07;2;0;0;0
+72;2020-05-08;4;0;0;5
+72;2020-05-09;3;0;3;1
+72;2020-05-10;4;0;1;0
+72;2020-05-11;0;0;1;2
+72;2020-05-12;4;0;1;6
+72;2020-05-13;6;0;0;4
+72;2020-05-14;5;0;1;4
+72;2020-05-15;2;0;0;5
+72;2020-05-16;1;0;2;2
+72;2020-05-17;1;0;0;1
+72;2020-05-18;1;0;2;4
+72;2020-05-19;0;0;0;5
+72;2020-05-20;1;0;0;3
+72;2020-05-21;1;0;0;4
+72;2020-05-22;3;0;0;1
+72;2020-05-23;0;0;1;3
+72;2020-05-24;1;0;0;1
+72;2020-05-25;0;0;0;1
+72;2020-05-26;0;0;0;1
+72;2020-05-27;1;0;2;3
+72;2020-05-28;0;0;0;1
+72;2020-05-29;0;0;1;6
+72;2020-05-30;0;0;0;3
+72;2020-05-31;0;0;0;0
+72;2020-06-01;0;0;0;0
+72;2020-06-02;3;0;0;3
+72;2020-06-03;2;0;2;11
+72;2020-06-04;1;0;1;7
+73;2020-03-19;9;2;0;4
+73;2020-03-20;5;0;0;1
+73;2020-03-21;2;0;0;0
+73;2020-03-22;8;1;0;0
+73;2020-03-23;6;2;1;5
+73;2020-03-24;6;1;0;3
+73;2020-03-25;17;2;1;2
+73;2020-03-26;11;6;0;1
+73;2020-03-27;13;2;1;5
+73;2020-03-28;7;2;0;1
+73;2020-03-29;20;1;1;2
+73;2020-03-30;13;7;1;8
+73;2020-03-31;34;6;0;19
+73;2020-04-01;46;4;1;33
+73;2020-04-02;34;4;8;22
+73;2020-04-03;5;2;1;11
+73;2020-04-04;6;0;0;2
+73;2020-04-05;6;0;1;2
+73;2020-04-06;9;2;3;6
+73;2020-04-07;21;2;1;13
+73;2020-04-08;9;0;1;9
+73;2020-04-09;18;2;0;19
+73;2020-04-10;12;0;3;10
+73;2020-04-11;8;0;0;13
+73;2020-04-12;6;1;0;6
+73;2020-04-13;5;2;1;1
+73;2020-04-14;6;0;4;17
+73;2020-04-15;7;4;0;10
+73;2020-04-16;6;1;2;4
+73;2020-04-17;14;0;1;15
+73;2020-04-18;7;1;1;10
+73;2020-04-19;6;0;0;4
+73;2020-04-20;4;2;4;1
+73;2020-04-21;12;1;2;9
+73;2020-04-22;2;0;1;4
+73;2020-04-23;10;1;1;12
+73;2020-04-24;6;0;1;2
+73;2020-04-25;10;0;0;9
+73;2020-04-26;2;0;0;3
+73;2020-04-27;4;0;0;4
+73;2020-04-28;6;2;0;11
+73;2020-04-29;1;0;0;5
+73;2020-04-30;3;0;1;6
+73;2020-05-01;2;0;2;4
+73;2020-05-02;0;0;1;0
+73;2020-05-03;1;0;0;0
+73;2020-05-04;3;0;3;2
+73;2020-05-05;8;1;4;4
+73;2020-05-06;1;0;1;1
+73;2020-05-07;2;0;3;9
+73;2020-05-08;1;0;0;1
+73;2020-05-09;1;0;0;1
+73;2020-05-10;0;1;1;0
+73;2020-05-11;3;1;0;1
+73;2020-05-12;2;0;1;3
+73;2020-05-13;1;0;0;2
+73;2020-05-14;3;0;1;5
+73;2020-05-15;2;0;0;0
+73;2020-05-16;1;0;0;3
+73;2020-05-17;1;0;1;0
+73;2020-05-18;0;0;0;1
+73;2020-05-19;2;1;0;4
+73;2020-05-20;3;1;2;3
+73;2020-05-21;0;0;0;0
+73;2020-05-22;1;0;0;3
+73;2020-05-23;2;0;2;0
+73;2020-05-24;0;0;0;0
+73;2020-05-25;0;0;0;1
+73;2020-05-26;1;0;1;2
+73;2020-05-27;3;0;2;5
+73;2020-05-28;0;0;0;0
+73;2020-05-29;1;0;2;1
+73;2020-05-30;1;1;0;3
+73;2020-05-31;0;0;0;0
+73;2020-06-01;1;0;0;0
+73;2020-06-02;0;0;0;0
+73;2020-06-03;1;0;0;0
+73;2020-06-04;2;0;0;4
+74;2020-03-19;13;2;1;6
+74;2020-03-20;23;0;0;4
+74;2020-03-21;15;1;1;6
+74;2020-03-22;16;3;2;2
+74;2020-03-23;26;8;3;3
+74;2020-03-24;14;7;2;10
+74;2020-03-25;36;6;1;11
+74;2020-03-26;35;7;1;13
+74;2020-03-27;40;7;3;10
+74;2020-03-28;37;5;4;17
+74;2020-03-29;45;12;3;7
+74;2020-03-30;46;9;1;14
+74;2020-03-31;24;9;3;15
+74;2020-04-01;39;11;9;25
+74;2020-04-02;44;8;7;34
+74;2020-04-03;39;5;6;13
+74;2020-04-04;16;3;3;23
+74;2020-04-05;38;10;1;7
+74;2020-04-06;15;5;8;10
+74;2020-04-07;25;7;4;27
+74;2020-04-08;29;3;5;29
+74;2020-04-09;26;3;4;19
+74;2020-04-10;15;1;2;14
+74;2020-04-11;39;2;6;33
+74;2020-04-12;14;0;3;8
+74;2020-04-13;11;2;1;7
+74;2020-04-14;14;0;0;9
+74;2020-04-15;23;1;2;20
+74;2020-04-16;17;3;9;30
+74;2020-04-17;18;1;4;26
+74;2020-04-18;28;2;2;11
+74;2020-04-19;12;0;5;6
+74;2020-04-20;6;1;8;12
+74;2020-04-21;16;4;3;17
+74;2020-04-22;9;0;1;12
+74;2020-04-23;4;0;4;16
+74;2020-04-24;12;1;0;24
+74;2020-04-25;8;0;3;11
+74;2020-04-26;7;0;2;5
+74;2020-04-27;9;0;3;9
+74;2020-04-28;15;1;4;14
+74;2020-04-29;12;1;3;19
+74;2020-04-30;10;1;0;9
+74;2020-05-01;7;0;1;6
+74;2020-05-02;6;0;0;6
+74;2020-05-03;4;0;3;5
+74;2020-05-04;6;1;2;2
+74;2020-05-05;9;0;4;7
+74;2020-05-06;3;0;2;9
+74;2020-05-07;9;0;3;14
+74;2020-05-08;2;0;0;14
+74;2020-05-09;9;0;0;1
+74;2020-05-10;2;0;0;1
+74;2020-05-11;2;0;1;6
+74;2020-05-12;2;0;1;16
+74;2020-05-13;6;0;0;7
+74;2020-05-14;8;1;0;11
+74;2020-05-15;4;0;1;9
+74;2020-05-16;4;1;0;4
+74;2020-05-17;3;1;0;2
+74;2020-05-18;3;0;0;4
+74;2020-05-19;3;0;1;10
+74;2020-05-20;1;0;2;7
+74;2020-05-21;1;0;0;4
+74;2020-05-22;1;0;0;4
+74;2020-05-23;1;1;0;3
+74;2020-05-24;2;0;0;1
+74;2020-05-25;3;0;0;5
+74;2020-05-26;1;0;2;5
+74;2020-05-27;1;0;0;1
+74;2020-05-28;1;0;0;2
+74;2020-05-29;0;0;0;4
+74;2020-05-30;1;0;0;1
+74;2020-05-31;0;0;0;7
+74;2020-06-01;1;0;0;0
+74;2020-06-02;1;1;0;2
+74;2020-06-03;2;0;1;1
+74;2020-06-04;0;1;1;3
+75;2020-03-19;168;41;11;31
+75;2020-03-20;120;21;5;28
+75;2020-03-21;140;35;7;35
+75;2020-03-22;151;33;4;34
+75;2020-03-23;189;31;18;33
+75;2020-03-24;208;70;21;35
+75;2020-03-25;315;67;32;62
+75;2020-03-26;276;66;28;65
+75;2020-03-27;270;77;42;82
+75;2020-03-28;348;77;31;66
+75;2020-03-29;242;69;25;17
+75;2020-03-30;253;53;69;96
+75;2020-03-31;410;86;57;125
+75;2020-04-01;382;88;42;137
+75;2020-04-02;346;97;51;115
+75;2020-04-03;295;65;58;139
+75;2020-04-04;287;77;36;121
+75;2020-04-05;233;56;45;98
+75;2020-04-06;226;67;54;79
+75;2020-04-07;238;57;38;128
+75;2020-04-08;241;60;50;156
+75;2020-04-09;238;40;38;172
+75;2020-04-10;293;63;69;193
+75;2020-04-11;219;32;32;129
+75;2020-04-12;170;41;45;99
+75;2020-04-13;131;29;48;66
+75;2020-04-14;128;33;45;53
+75;2020-04-15;154;38;52;148
+75;2020-04-16;154;24;36;169
+75;2020-04-17;202;37;43;156
+75;2020-04-18;129;28;28;140
+75;2020-04-19;60;7;34;93
+75;2020-04-20;111;15;47;55
+75;2020-04-21;130;29;35;144
+75;2020-04-22;91;15;17;133
+75;2020-04-23;81;13;22;136
+75;2020-04-24;64;23;17;107
+75;2020-04-25;69;20;19;97
+75;2020-04-26;51;5;21;41
+75;2020-04-27;53;17;21;73
+75;2020-04-28;84;14;35;101
+75;2020-04-29;105;12;26;153
+75;2020-04-30;75;12;21;104
+75;2020-05-01;42;5;5;76
+75;2020-05-02;32;6;15;64
+75;2020-05-03;23;15;8;27
+75;2020-05-04;42;16;24;32
+75;2020-05-05;79;13;25;95
+75;2020-05-06;47;6;13;130
+75;2020-05-07;47;13;8;131
+75;2020-05-08;35;13;2;69
+75;2020-05-09;22;7;13;25
+75;2020-05-10;21;5;4;11
+75;2020-05-11;45;13;18;45
+75;2020-05-12;53;10;6;82
+75;2020-05-13;31;9;4;59
+75;2020-05-14;20;3;4;79
+75;2020-05-15;28;11;5;68
+75;2020-05-16;20;6;1;23
+75;2020-05-17;9;2;1;13
+75;2020-05-18;17;5;12;34
+75;2020-05-19;30;14;13;105
+75;2020-05-20;26;6;4;69
+75;2020-05-21;14;7;8;49
+75;2020-05-22;12;8;11;23
+75;2020-05-23;12;2;3;52
+75;2020-05-24;4;3;3;6
+75;2020-05-25;12;3;6;31
+75;2020-05-26;23;1;4;43
+75;2020-05-27;8;2;5;105
+75;2020-05-28;15;4;10;50
+75;2020-05-29;14;2;3;33
+75;2020-05-30;12;3;0;28
+75;2020-05-31;5;3;2;10
+75;2020-06-01;7;0;1;14
+75;2020-06-02;6;2;0;16
+75;2020-06-03;6;2;2;30
+75;2020-06-04;9;0;2;17
+76;2020-03-19;12;4;1;1
+76;2020-03-20;14;1;1;1
+76;2020-03-21;17;4;0;1
+76;2020-03-22;14;3;2;2
+76;2020-03-23;14;3;1;0
+76;2020-03-24;24;6;4;3
+76;2020-03-25;36;11;1;4
+76;2020-03-26;31;15;1;3
+76;2020-03-27;33;14;2;7
+76;2020-03-28;61;14;2;14
+76;2020-03-29;58;13;4;5
+76;2020-03-30;14;10;2;5
+76;2020-03-31;70;20;10;17
+76;2020-04-01;31;9;4;27
+76;2020-04-02;57;15;6;21
+76;2020-04-03;29;8;9;17
+76;2020-04-04;32;8;2;18
+76;2020-04-05;23;5;5;10
+76;2020-04-06;23;6;5;11
+76;2020-04-07;35;7;6;29
+76;2020-04-08;18;3;9;30
+76;2020-04-09;14;7;5;16
+76;2020-04-10;32;5;6;20
+76;2020-04-11;13;5;3;16
+76;2020-04-12;13;1;3;19
+76;2020-04-13;16;6;5;6
+76;2020-04-14;14;4;4;14
+76;2020-04-15;18;0;1;21
+76;2020-04-16;17;3;5;14
+76;2020-04-17;18;5;4;21
+76;2020-04-18;28;2;2;26
+76;2020-04-19;16;5;5;15
+76;2020-04-20;13;3;0;3
+76;2020-04-21;13;1;6;22
+76;2020-04-22;14;2;2;16
+76;2020-04-23;11;1;3;17
+76;2020-04-24;30;0;3;28
+76;2020-04-25;5;1;1;7
+76;2020-04-26;6;3;5;11
+76;2020-04-27;3;2;2;4
+76;2020-04-28;27;4;6;16
+76;2020-04-29;3;0;5;20
+76;2020-04-30;7;0;2;2
+76;2020-05-01;4;0;1;14
+76;2020-05-02;1;0;1;2
+76;2020-05-03;0;0;0;0
+76;2020-05-04;5;1;1;7
+76;2020-05-05;5;2;2;6
+76;2020-05-06;1;1;0;10
+76;2020-05-07;2;0;1;7
+76;2020-05-08;8;1;1;15
+76;2020-05-09;3;0;0;1
+76;2020-05-10;3;0;0;2
+76;2020-05-11;7;0;2;3
+76;2020-05-12;2;1;0;4
+76;2020-05-13;2;0;2;5
+76;2020-05-14;4;1;0;3
+76;2020-05-15;4;2;2;4
+76;2020-05-16;4;0;1;5
+76;2020-05-17;3;0;0;1
+76;2020-05-18;5;1;1;3
+76;2020-05-19;7;1;5;4
+76;2020-05-20;5;0;1;8
+76;2020-05-21;1;0;0;9
+76;2020-05-22;1;2;0;1
+76;2020-05-23;2;0;0;1
+76;2020-05-24;2;0;0;2
+76;2020-05-25;4;2;0;1
+76;2020-05-26;2;0;0;9
+76;2020-05-27;0;0;1;6
+76;2020-05-28;1;1;0;6
+76;2020-05-29;1;0;1;8
+76;2020-05-30;0;0;0;3
+76;2020-05-31;0;0;0;0
+76;2020-06-01;1;0;0;0
+76;2020-06-02;3;1;0;5
+76;2020-06-03;1;0;1;3
+76;2020-06-04;0;0;0;1
+77;2020-03-19;44;13;1;9
+77;2020-03-20;30;10;1;2
+77;2020-03-21;31;9;3;2
+77;2020-03-22;37;9;0;3
+77;2020-03-23;43;17;0;14
+77;2020-03-24;50;20;8;17
+77;2020-03-25;67;21;4;13
+77;2020-03-26;76;28;5;16
+77;2020-03-27;84;24;2;24
+77;2020-03-28;98;15;10;17
+77;2020-03-29;53;7;2;15
+77;2020-03-30;85;27;12;21
+77;2020-03-31;129;25;18;42
+77;2020-04-01;114;25;18;60
+77;2020-04-02;113;29;14;45
+77;2020-04-03;132;23;12;45
+77;2020-04-04;68;18;14;71
+77;2020-04-05;56;9;5;15
+77;2020-04-06;64;18;23;55
+77;2020-04-07;116;20;12;60
+77;2020-04-08;94;18;18;88
+77;2020-04-09;133;14;20;95
+77;2020-04-10;107;16;16;62
+77;2020-04-11;63;5;10;32
+77;2020-04-12;45;7;7;24
+77;2020-04-13;46;7;10;21
+77;2020-04-14;80;14;29;48
+77;2020-04-15;100;7;18;73
+77;2020-04-16;116;10;20;82
+77;2020-04-17;100;9;19;77
+77;2020-04-18;73;6;27;127
+77;2020-04-19;45;2;11;26
+77;2020-04-20;45;6;18;49
+77;2020-04-21;58;4;19;64
+77;2020-04-22;53;10;21;46
+77;2020-04-23;35;5;9;54
+77;2020-04-24;62;6;11;53
+77;2020-04-25;47;4;4;36
+77;2020-04-26;16;5;7;23
+77;2020-04-27;21;3;10;17
+77;2020-04-28;39;4;13;41
+77;2020-04-29;64;5;15;56
+77;2020-04-30;45;12;4;36
+77;2020-05-01;22;0;6;17
+77;2020-05-02;19;4;6;18
+77;2020-05-03;4;0;4;8
+77;2020-05-04;28;1;17;23
+77;2020-05-05;51;3;5;59
+77;2020-05-06;50;2;7;37
+77;2020-05-07;18;5;10;88
+77;2020-05-08;12;3;0;17
+77;2020-05-09;32;2;6;18
+77;2020-05-10;1;1;1;5
+77;2020-05-11;15;0;8;7
+77;2020-05-12;37;3;5;36
+77;2020-05-13;21;2;1;29
+77;2020-05-14;20;3;7;22
+77;2020-05-15;10;1;8;21
+77;2020-05-16;24;3;0;30
+77;2020-05-17;7;1;1;15
+77;2020-05-18;6;1;4;14
+77;2020-05-19;6;1;6;14
+77;2020-05-20;26;2;3;26
+77;2020-05-21;13;0;6;21
+77;2020-05-22;3;0;0;1
+77;2020-05-23;8;1;2;17
+77;2020-05-24;2;1;2;6
+77;2020-05-25;28;2;10;12
+77;2020-05-26;16;0;9;16
+77;2020-05-27;10;1;5;22
+77;2020-05-28;12;1;2;19
+77;2020-05-29;18;1;2;27
+77;2020-05-30;18;2;5;24
+77;2020-05-31;0;0;0;1
+77;2020-06-01;2;0;2;1
+77;2020-06-02;17;7;5;8
+77;2020-06-03;16;2;6;13
+77;2020-06-04;17;2;1;15
+78;2020-03-19;54;7;2;3
+78;2020-03-20;32;6;5;9
+78;2020-03-21;58;11;2;14
+78;2020-03-22;39;4;0;4
+78;2020-03-23;34;9;3;7
+78;2020-03-24;98;24;8;19
+78;2020-03-25;81;17;12;28
+78;2020-03-26;110;16;6;26
+78;2020-03-27;74;10;10;23
+78;2020-03-28;101;18;8;35
+78;2020-03-29;74;9;8;18
+78;2020-03-30;98;18;11;45
+78;2020-03-31;192;22;19;59
+78;2020-04-01;191;20;21;63
+78;2020-04-02;100;15;18;48
+78;2020-04-03;86;16;18;42
+78;2020-04-04;91;11;13;18
+78;2020-04-05;24;0;7;17
+78;2020-04-06;126;8;20;44
+78;2020-04-07;85;10;14;38
+78;2020-04-08;96;11;10;47
+78;2020-04-09;54;5;16;50
+78;2020-04-10;61;12;15;39
+78;2020-04-11;67;3;9;40
+78;2020-04-12;33;5;10;17
+78;2020-04-13;49;1;9;36
+78;2020-04-14;41;4;17;42
+78;2020-04-15;70;2;14;72
+78;2020-04-16;56;3;11;65
+78;2020-04-17;46;2;11;47
+78;2020-04-18;32;5;6;109
+78;2020-04-19;21;3;0;9
+78;2020-04-20;57;5;23;30
+78;2020-04-21;39;9;14;40
+78;2020-04-22;45;0;7;34
+78;2020-04-23;20;5;9;41
+78;2020-04-24;52;5;12;42
+78;2020-04-25;21;2;2;30
+78;2020-04-26;15;4;1;6
+78;2020-04-27;16;2;7;14
+78;2020-04-28;59;2;14;32
+78;2020-04-29;18;0;3;21
+78;2020-04-30;30;2;3;50
+78;2020-05-01;19;1;3;24
+78;2020-05-02;21;1;1;10
+78;2020-05-03;6;2;1;2
+78;2020-05-04;13;0;5;11
+78;2020-05-05;12;1;5;36
+78;2020-05-06;16;0;2;13
+78;2020-05-07;14;1;3;24
+78;2020-05-08;7;1;1;11
+78;2020-05-09;5;1;0;10
+78;2020-05-10;6;0;0;7
+78;2020-05-11;9;1;7;19
+78;2020-05-12;27;1;3;50
+78;2020-05-13;13;1;1;25
+78;2020-05-14;18;0;2;24
+78;2020-05-15;16;0;2;34
+78;2020-05-16;5;0;2;26
+78;2020-05-17;3;2;1;0
+78;2020-05-18;10;0;2;6
+78;2020-05-19;34;1;3;25
+78;2020-05-20;14;2;3;16
+78;2020-05-21;9;0;1;1
+78;2020-05-22;7;0;3;25
+78;2020-05-23;4;0;1;3
+78;2020-05-24;0;0;0;0
+78;2020-05-25;2;2;2;20
+78;2020-05-26;18;2;8;8
+78;2020-05-27;8;0;2;9
+78;2020-05-28;10;1;1;18
+78;2020-05-29;2;0;3;7
+78;2020-05-30;1;0;1;3
+78;2020-05-31;0;0;1;2
+78;2020-06-01;0;0;0;1
+78;2020-06-02;8;1;2;7
+78;2020-06-03;6;0;1;35
+78;2020-06-04;2;0;1;16
+79;2020-03-19;4;1;0;1
+79;2020-03-20;8;0;0;5
+79;2020-03-21;3;0;0;1
+79;2020-03-22;4;0;1;2
+79;2020-03-23;1;0;0;1
+79;2020-03-24;1;0;0;0
+79;2020-03-25;3;0;0;1
+79;2020-03-26;4;0;0;0
+79;2020-03-27;2;0;1;0
+79;2020-03-28;2;0;0;1
+79;2020-03-29;6;3;0;1
+79;2020-03-30;4;0;0;4
+79;2020-03-31;4;2;0;1
+79;2020-04-01;6;0;0;3
+79;2020-04-02;4;0;3;5
+79;2020-04-03;2;1;1;2
+79;2020-04-04;1;0;2;2
+79;2020-04-05;2;0;0;0
+79;2020-04-06;3;1;0;1
+79;2020-04-07;7;0;0;3
+79;2020-04-08;5;1;1;3
+79;2020-04-09;4;1;0;1
+79;2020-04-10;3;2;0;2
+79;2020-04-11;1;0;0;1
+79;2020-04-12;1;0;1;3
+79;2020-04-13;2;2;0;0
+79;2020-04-14;2;0;0;1
+79;2020-04-15;3;0;2;4
+79;2020-04-16;2;0;0;1
+79;2020-04-17;2;0;0;1
+79;2020-04-18;1;0;0;0
+79;2020-04-19;0;0;1;0
+79;2020-04-20;0;0;0;0
+79;2020-04-21;1;0;1;2
+79;2020-04-22;1;0;0;3
+79;2020-04-23;0;1;0;2
+79;2020-04-24;0;0;0;1
+79;2020-04-25;2;0;0;0
+79;2020-04-26;2;1;0;0
+79;2020-04-27;1;0;1;1
+79;2020-04-28;1;0;0;0
+79;2020-04-29;0;0;1;0
+79;2020-04-30;1;0;1;5
+79;2020-05-01;0;0;0;2
+79;2020-05-02;1;0;2;0
+79;2020-05-03;0;0;0;0
+79;2020-05-04;0;0;0;0
+79;2020-05-05;1;0;0;0
+79;2020-05-06;0;0;0;1
+79;2020-05-07;0;0;0;2
+79;2020-05-08;0;0;0;0
+79;2020-05-09;0;0;0;1
+79;2020-05-10;0;0;0;0
+79;2020-05-11;1;0;0;0
+79;2020-05-12;0;0;0;1
+79;2020-05-13;0;0;0;2
+79;2020-05-14;1;0;0;1
+79;2020-05-15;0;0;0;0
+79;2020-05-16;0;0;0;1
+79;2020-05-17;1;0;1;0
+79;2020-05-18;0;0;0;0
+79;2020-05-19;0;0;0;0
+79;2020-05-20;0;0;0;0
+79;2020-05-21;1;0;0;0
+79;2020-05-22;1;0;0;0
+79;2020-05-23;0;0;0;0
+79;2020-05-24;1;0;0;0
+79;2020-05-25;0;0;0;0
+79;2020-05-26;0;0;0;1
+79;2020-05-27;0;0;0;1
+79;2020-05-28;0;0;0;1
+79;2020-05-29;0;0;0;2
+79;2020-05-30;0;0;0;0
+79;2020-05-31;1;0;1;0
+79;2020-06-01;0;0;0;0
+79;2020-06-02;0;0;0;3
+79;2020-06-03;0;0;0;0
+79;2020-06-04;0;0;0;0
+80;2020-03-19;29;7;1;3
+80;2020-03-20;26;8;1;4
+80;2020-03-21;29;5;5;5
+80;2020-03-22;18;4;0;0
+80;2020-03-23;14;2;1;1
+80;2020-03-24;24;3;4;6
+80;2020-03-25;34;4;3;11
+80;2020-03-26;19;6;4;8
+80;2020-03-27;17;1;2;6
+80;2020-03-28;58;8;4;15
+80;2020-03-29;35;5;5;9
+80;2020-03-30;28;9;5;8
+80;2020-03-31;48;9;9;25
+80;2020-04-01;24;3;3;3
+80;2020-04-02;32;5;1;9
+80;2020-04-03;58;4;6;13
+80;2020-04-04;60;10;14;34
+80;2020-04-05;24;5;8;1
+80;2020-04-06;29;3;13;2
+80;2020-04-07;22;5;6;29
+80;2020-04-08;25;4;6;17
+80;2020-04-09;24;6;3;9
+80;2020-04-10;23;2;6;23
+80;2020-04-11;42;6;8;40
+80;2020-04-12;12;0;4;11
+80;2020-04-13;21;2;4;4
+80;2020-04-14;23;4;3;14
+80;2020-04-15;13;2;5;17
+80;2020-04-16;16;1;2;15
+80;2020-04-17;29;0;3;26
+80;2020-04-18;10;2;6;8
+80;2020-04-19;12;1;3;4
+80;2020-04-20;7;0;3;10
+80;2020-04-21;11;1;1;25
+80;2020-04-22;29;2;7;19
+80;2020-04-23;16;2;2;16
+80;2020-04-24;10;2;3;24
+80;2020-04-25;15;2;2;11
+80;2020-04-26;7;4;2;0
+80;2020-04-27;9;0;4;2
+80;2020-04-28;9;0;3;17
+80;2020-04-29;3;1;0;17
+80;2020-04-30;7;1;2;8
+80;2020-05-01;3;1;1;12
+80;2020-05-02;2;0;1;6
+80;2020-05-03;3;0;3;1
+80;2020-05-04;3;0;1;5
+80;2020-05-05;11;0;3;11
+80;2020-05-06;8;2;1;10
+80;2020-05-07;3;3;5;11
+80;2020-05-08;4;0;1;2
+80;2020-05-09;3;1;1;6
+80;2020-05-10;1;1;2;1
+80;2020-05-11;6;2;3;6
+80;2020-05-12;2;3;0;8
+80;2020-05-13;1;1;2;3
+80;2020-05-14;3;1;1;15
+80;2020-05-15;1;0;0;7
+80;2020-05-16;7;2;1;6
+80;2020-05-17;0;0;2;2
+80;2020-05-18;0;0;1;7
+80;2020-05-19;1;1;1;8
+80;2020-05-20;0;0;2;8
+80;2020-05-21;0;0;0;10
+80;2020-05-22;1;0;0;0
+80;2020-05-23;2;0;0;1
+80;2020-05-24;0;0;0;0
+80;2020-05-25;3;1;4;7
+80;2020-05-26;0;0;0;12
+80;2020-05-27;0;0;1;1
+80;2020-05-28;0;0;2;0
+80;2020-05-29;2;0;0;4
+80;2020-05-30;0;1;0;1
+80;2020-05-31;1;0;2;4
+80;2020-06-01;0;0;0;0
+80;2020-06-02;0;0;0;1
+80;2020-06-03;2;0;1;1
+80;2020-06-04;1;0;0;1
+81;2020-03-19;2;1;0;0
+81;2020-03-20;3;0;0;2
+81;2020-03-21;1;0;1;0
+81;2020-03-22;2;0;0;1
+81;2020-03-23;0;2;0;0
+81;2020-03-24;1;0;0;0
+81;2020-03-25;8;4;0;1
+81;2020-03-26;10;3;0;3
+81;2020-03-27;4;2;0;2
+81;2020-03-28;5;2;0;0
+81;2020-03-29;7;4;0;0
+81;2020-03-30;5;1;1;3
+81;2020-03-31;5;0;0;1
+81;2020-04-01;11;3;1;1
+81;2020-04-02;10;5;0;5
+81;2020-04-03;4;0;0;1
+81;2020-04-04;2;1;0;1
+81;2020-04-05;3;2;1;2
+81;2020-04-06;3;2;1;7
+81;2020-04-07;10;4;0;7
+81;2020-04-08;3;1;1;2
+81;2020-04-09;4;1;1;7
+81;2020-04-10;2;1;2;6
+81;2020-04-11;2;0;1;4
+81;2020-04-12;2;0;0;0
+81;2020-04-13;3;1;1;1
+81;2020-04-14;3;1;2;2
+81;2020-04-15;3;0;1;4
+81;2020-04-16;2;0;1;0
+81;2020-04-17;1;0;0;0
+81;2020-04-18;2;0;0;2
+81;2020-04-19;0;0;0;0
+81;2020-04-20;0;0;2;2
+81;2020-04-21;0;1;0;2
+81;2020-04-22;1;0;0;1
+81;2020-04-23;0;0;0;1
+81;2020-04-24;2;0;1;2
+81;2020-04-25;1;0;0;0
+81;2020-04-26;0;0;0;0
+81;2020-04-27;4;0;1;2
+81;2020-04-28;3;1;0;2
+81;2020-04-29;1;0;0;1
+81;2020-04-30;6;0;0;0
+81;2020-05-01;0;1;0;9
+81;2020-05-02;1;0;1;0
+81;2020-05-03;0;0;0;0
+81;2020-05-04;0;0;0;1
+81;2020-05-05;0;0;1;2
+81;2020-05-06;1;0;0;8
+81;2020-05-07;0;0;0;1
+81;2020-05-08;0;0;0;0
+81;2020-05-09;3;0;0;0
+81;2020-05-10;1;0;0;1
+81;2020-05-11;0;0;0;1
+81;2020-05-12;5;0;1;1
+81;2020-05-13;1;0;0;1
+81;2020-05-14;0;0;0;3
+81;2020-05-15;0;0;0;2
+81;2020-05-16;0;0;0;0
+81;2020-05-17;0;0;0;1
+81;2020-05-18;0;0;0;0
+81;2020-05-19;0;0;0;0
+81;2020-05-20;0;0;0;0
+81;2020-05-21;0;0;0;1
+81;2020-05-22;0;0;0;0
+81;2020-05-23;1;0;0;1
+81;2020-05-24;0;0;0;0
+81;2020-05-25;0;0;0;0
+81;2020-05-26;0;0;0;6
+81;2020-05-27;0;0;0;2
+81;2020-05-28;0;0;0;0
+81;2020-05-29;0;0;0;1
+81;2020-05-30;0;0;0;0
+81;2020-05-31;0;0;0;0
+81;2020-06-01;0;0;0;0
+81;2020-06-02;0;0;0;1
+81;2020-06-03;0;0;0;2
+81;2020-06-04;0;0;0;4
+82;2020-03-19;0;0;0;0
+82;2020-03-20;0;0;0;0
+82;2020-03-21;2;1;0;0
+82;2020-03-22;1;1;0;0
+82;2020-03-23;0;0;0;1
+82;2020-03-24;1;0;0;1
+82;2020-03-25;0;0;0;0
+82;2020-03-26;0;0;0;0
+82;2020-03-27;1;0;0;0
+82;2020-03-28;0;0;0;0
+82;2020-03-29;0;0;0;0
+82;2020-03-30;4;3;0;1
+82;2020-03-31;2;0;0;0
+82;2020-04-01;4;1;1;0
+82;2020-04-02;0;0;0;0
+82;2020-04-03;2;1;0;0
+82;2020-04-04;0;0;0;0
+82;2020-04-05;6;2;0;3
+82;2020-04-06;2;1;1;0
+82;2020-04-07;0;0;0;0
+82;2020-04-08;2;2;0;0
+82;2020-04-09;2;0;0;2
+82;2020-04-10;2;0;0;3
+82;2020-04-11;1;0;0;2
+82;2020-04-12;0;0;0;0
+82;2020-04-13;0;0;0;0
+82;2020-04-14;2;1;0;2
+82;2020-04-15;4;1;0;2
+82;2020-04-16;2;1;0;4
+82;2020-04-17;3;0;0;5
+82;2020-04-18;0;0;0;0
+82;2020-04-19;1;1;0;0
+82;2020-04-20;2;1;0;1
+82;2020-04-21;0;0;0;0
+82;2020-04-22;0;0;0;0
+82;2020-04-23;0;0;0;2
+82;2020-04-24;0;0;0;1
+82;2020-04-25;0;0;0;0
+82;2020-04-26;0;0;0;0
+82;2020-04-27;4;1;1;1
+82;2020-04-28;0;0;0;0
+82;2020-04-29;0;0;0;1
+82;2020-04-30;0;0;0;0
+82;2020-05-01;0;0;0;0
+82;2020-05-02;0;0;0;0
+82;2020-05-03;0;0;0;0
+82;2020-05-04;0;0;0;0
+82;2020-05-05;1;0;0;1
+82;2020-05-06;0;0;0;0
+82;2020-05-07;0;0;0;0
+82;2020-05-08;0;1;0;3
+82;2020-05-09;0;0;0;0
+82;2020-05-10;0;0;0;0
+82;2020-05-11;0;0;0;0
+82;2020-05-12;0;0;0;1
+82;2020-05-13;1;0;0;0
+82;2020-05-14;0;0;0;0
+82;2020-05-15;0;0;0;0
+82;2020-05-16;0;0;1;0
+82;2020-05-17;0;0;0;0
+82;2020-05-18;0;0;0;0
+82;2020-05-19;0;0;0;0
+82;2020-05-20;0;0;0;0
+82;2020-05-21;1;0;0;0
+82;2020-05-22;0;0;0;0
+82;2020-05-23;0;0;0;1
+82;2020-05-24;1;1;0;0
+82;2020-05-25;0;0;0;0
+82;2020-05-26;0;0;0;0
+82;2020-05-27;1;0;0;1
+82;2020-05-28;0;0;0;1
+82;2020-05-29;0;0;0;0
+82;2020-05-30;0;0;0;0
+82;2020-05-31;0;0;0;0
+82;2020-06-01;0;0;0;0
+82;2020-06-02;0;0;0;0
+82;2020-06-03;0;0;0;0
+82;2020-06-04;0;0;0;1
+83;2020-03-19;10;4;2;8
+83;2020-03-20;9;4;0;2
+83;2020-03-21;19;3;0;12
+83;2020-03-22;22;4;0;11
+83;2020-03-23;8;1;3;5
+83;2020-03-24;19;3;2;5
+83;2020-03-25;31;5;1;8
+83;2020-03-26;24;3;4;8
+83;2020-03-27;16;2;0;6
+83;2020-03-28;27;4;0;1
+83;2020-03-29;24;6;1;5
+83;2020-03-30;30;5;5;12
+83;2020-03-31;38;12;6;23
+83;2020-04-01;14;4;3;14
+83;2020-04-02;26;6;1;3
+83;2020-04-03;22;3;2;20
+83;2020-04-04;30;5;2;10
+83;2020-04-05;31;6;4;5
+83;2020-04-06;24;3;5;16
+83;2020-04-07;20;5;5;18
+83;2020-04-08;41;4;0;14
+83;2020-04-09;35;0;2;18
+83;2020-04-10;25;3;3;20
+83;2020-04-11;23;3;1;17
+83;2020-04-12;25;2;5;30
+83;2020-04-13;20;2;6;0
+83;2020-04-14;57;3;3;14
+83;2020-04-15;39;2;3;28
+83;2020-04-16;17;3;5;20
+83;2020-04-17;17;4;8;17
+83;2020-04-18;16;3;3;12
+83;2020-04-19;9;2;1;4
+83;2020-04-20;10;6;3;4
+83;2020-04-21;12;3;3;13
+83;2020-04-22;28;8;3;8
+83;2020-04-23;21;3;4;17
+83;2020-04-24;10;1;3;9
+83;2020-04-25;12;3;2;39
+83;2020-04-26;1;1;1;2
+83;2020-04-27;31;2;5;38
+83;2020-04-28;16;6;2;18
+83;2020-04-29;36;0;2;60
+83;2020-04-30;19;0;0;24
+83;2020-05-01;7;2;0;8
+83;2020-05-02;1;0;1;0
+83;2020-05-03;1;1;0;2
+83;2020-05-04;12;1;2;13
+83;2020-05-05;7;2;1;16
+83;2020-05-06;6;1;2;11
+83;2020-05-07;7;1;0;7
+83;2020-05-08;3;0;0;5
+83;2020-05-09;1;0;0;1
+83;2020-05-10;1;0;0;0
+83;2020-05-11;1;0;5;8
+83;2020-05-12;11;1;0;15
+83;2020-05-13;4;0;1;20
+83;2020-05-14;3;0;0;10
+83;2020-05-15;5;0;0;9
+83;2020-05-16;3;0;0;18
+83;2020-05-17;0;0;0;1
+83;2020-05-18;7;0;1;2
+83;2020-05-19;3;0;0;5
+83;2020-05-20;0;0;0;4
+83;2020-05-21;2;0;0;1
+83;2020-05-22;0;0;0;4
+83;2020-05-23;0;0;1;0
+83;2020-05-24;2;0;0;0
+83;2020-05-25;2;0;1;11
+83;2020-05-26;2;0;0;5
+83;2020-05-27;2;0;0;2
+83;2020-05-28;2;0;0;1
+83;2020-05-29;1;0;1;6
+83;2020-05-30;2;0;0;2
+83;2020-05-31;0;0;0;0
+83;2020-06-01;0;0;0;0
+83;2020-06-02;4;0;3;3
+83;2020-06-03;5;0;0;8
+83;2020-06-04;1;0;0;9
+84;2020-03-19;6;1;0;2
+84;2020-03-20;2;0;0;1
+84;2020-03-21;7;2;0;1
+84;2020-03-22;3;0;0;1
+84;2020-03-23;9;3;2;5
+84;2020-03-24;1;0;0;0
+84;2020-03-25;13;2;0;5
+84;2020-03-26;8;1;0;6
+84;2020-03-27;10;4;0;4
+84;2020-03-28;11;6;1;7
+84;2020-03-29;4;0;0;0
+84;2020-03-30;18;3;1;2
+84;2020-03-31;5;2;1;6
+84;2020-04-01;19;1;4;5
+84;2020-04-02;17;2;2;3
+84;2020-04-03;9;1;1;9
+84;2020-04-04;6;0;1;4
+84;2020-04-05;6;3;2;2
+84;2020-04-06;10;0;0;4
+84;2020-04-07;16;2;0;17
+84;2020-04-08;11;0;3;11
+84;2020-04-09;7;2;0;4
+84;2020-04-10;7;0;2;8
+84;2020-04-11;8;0;0;10
+84;2020-04-12;6;1;1;3
+84;2020-04-13;1;1;0;3
+84;2020-04-14;4;0;0;2
+84;2020-04-15;2;0;1;4
+84;2020-04-16;2;0;0;0
+84;2020-04-17;2;1;0;6
+84;2020-04-18;8;0;1;6
+84;2020-04-19;3;1;1;0
+84;2020-04-20;2;0;0;2
+84;2020-04-21;8;1;2;2
+84;2020-04-22;4;0;0;2
+84;2020-04-23;3;0;0;2
+84;2020-04-24;15;3;0;3
+84;2020-04-25;2;0;0;4
+84;2020-04-26;3;1;0;0
+84;2020-04-27;8;2;1;0
+84;2020-04-28;3;2;0;6
+84;2020-04-29;4;0;0;4
+84;2020-04-30;3;0;0;5
+84;2020-05-01;4;0;0;2
+84;2020-05-02;4;0;0;6
+84;2020-05-03;4;0;1;3
+84;2020-05-04;5;0;0;5
+84;2020-05-05;3;0;1;12
+84;2020-05-06;3;0;1;0
+84;2020-05-07;1;0;0;5
+84;2020-05-08;1;0;0;4
+84;2020-05-09;0;0;0;0
+84;2020-05-10;0;0;0;1
+84;2020-05-11;0;0;1;2
+84;2020-05-12;0;0;0;3
+84;2020-05-13;2;0;2;9
+84;2020-05-14;0;0;0;2
+84;2020-05-15;0;0;0;2
+84;2020-05-16;1;0;0;0
+84;2020-05-17;0;0;0;0
+84;2020-05-18;1;0;1;0
+84;2020-05-19;0;0;1;0
+84;2020-05-20;1;0;0;1
+84;2020-05-21;1;0;0;1
+84;2020-05-22;0;0;0;0
+84;2020-05-23;2;0;0;0
+84;2020-05-24;1;0;0;0
+84;2020-05-25;3;0;0;0
+84;2020-05-26;0;0;0;0
+84;2020-05-27;1;1;0;1
+84;2020-05-28;3;0;0;3
+84;2020-05-29;0;0;1;0
+84;2020-05-30;0;0;0;0
+84;2020-05-31;2;0;0;0
+84;2020-06-01;0;0;0;0
+84;2020-06-02;4;0;0;1
+84;2020-06-03;3;0;0;1
+84;2020-06-04;1;0;0;1
+85;2020-03-19;9;2;0;5
+85;2020-03-20;1;0;0;0
+85;2020-03-21;0;1;0;2
+85;2020-03-22;4;3;0;1
+85;2020-03-23;3;2;0;0
+85;2020-03-24;4;0;0;0
+85;2020-03-25;21;2;1;1
+85;2020-03-26;16;2;1;2
+85;2020-03-27;8;1;1;0
+85;2020-03-28;14;1;1;3
+85;2020-03-29;10;5;0;1
+85;2020-03-30;2;1;0;0
+85;2020-03-31;7;0;1;10
+85;2020-04-01;11;3;2;4
+85;2020-04-02;3;1;0;2
+85;2020-04-03;13;1;5;2
+85;2020-04-04;13;3;3;7
+85;2020-04-05;7;2;0;0
+85;2020-04-06;5;2;1;0
+85;2020-04-07;1;0;0;6
+85;2020-04-08;5;0;1;11
+85;2020-04-09;7;2;0;2
+85;2020-04-10;5;1;2;5
+85;2020-04-11;9;0;1;4
+85;2020-04-12;1;1;0;3
+85;2020-04-13;7;0;1;2
+85;2020-04-14;12;0;3;3
+85;2020-04-15;2;1;1;8
+85;2020-04-16;14;0;1;17
+85;2020-04-17;14;0;0;6
+85;2020-04-18;1;0;0;3
+85;2020-04-19;1;0;0;1
+85;2020-04-20;1;0;2;1
+85;2020-04-21;8;0;2;6
+85;2020-04-22;2;0;0;6
+85;2020-04-23;3;0;1;7
+85;2020-04-24;1;0;1;4
+85;2020-04-25;0;0;0;3
+85;2020-04-26;0;0;0;0
+85;2020-04-27;4;0;1;2
+85;2020-04-28;0;0;0;5
+85;2020-04-29;1;0;0;2
+85;2020-04-30;0;0;0;3
+85;2020-05-01;2;0;0;1
+85;2020-05-02;3;0;0;0
+85;2020-05-03;3;3;0;0
+85;2020-05-04;0;0;1;0
+85;2020-05-05;1;0;0;2
+85;2020-05-06;1;0;0;0
+85;2020-05-07;2;0;0;3
+85;2020-05-08;1;1;0;2
+85;2020-05-09;0;0;0;1
+85;2020-05-10;0;0;0;2
+85;2020-05-11;0;0;0;0
+85;2020-05-12;9;0;0;7
+85;2020-05-13;3;1;0;1
+85;2020-05-14;5;0;1;2
+85;2020-05-15;4;0;0;2
+85;2020-05-16;4;0;1;3
+85;2020-05-17;0;0;0;0
+85;2020-05-18;5;0;0;0
+85;2020-05-19;10;3;1;1
+85;2020-05-20;4;0;0;5
+85;2020-05-21;2;0;0;1
+85;2020-05-22;3;0;0;1
+85;2020-05-23;1;0;1;5
+85;2020-05-24;0;0;0;0
+85;2020-05-25;5;0;0;3
+85;2020-05-26;3;0;0;4
+85;2020-05-27;2;1;1;1
+85;2020-05-28;8;0;0;8
+85;2020-05-29;5;0;1;2
+85;2020-05-30;1;0;0;2
+85;2020-05-31;0;0;0;0
+85;2020-06-01;0;0;0;0
+85;2020-06-02;5;0;0;2
+85;2020-06-03;0;0;0;0
+85;2020-06-04;1;1;0;5
+86;2020-03-19;6;1;0;0
+86;2020-03-20;0;0;0;0
+86;2020-03-21;3;2;0;1
+86;2020-03-22;2;0;1;0
+86;2020-03-23;3;1;1;0
+86;2020-03-24;6;0;0;4
+86;2020-03-25;8;3;1;4
+86;2020-03-26;13;5;0;4
+86;2020-03-27;10;3;2;2
+86;2020-03-28;7;3;2;5
+86;2020-03-29;6;5;1;0
+86;2020-03-30;8;1;0;1
+86;2020-03-31;4;4;3;6
+86;2020-04-01;7;0;0;1
+86;2020-04-02;3;0;3;3
+86;2020-04-03;5;1;0;2
+86;2020-04-04;1;0;1;2
+86;2020-04-05;7;1;1;2
+86;2020-04-06;7;0;0;1
+86;2020-04-07;4;3;2;3
+86;2020-04-08;5;1;0;3
+86;2020-04-09;2;1;0;2
+86;2020-04-10;6;3;0;7
+86;2020-04-11;4;0;0;4
+86;2020-04-12;0;0;0;0
+86;2020-04-13;5;0;2;0
+86;2020-04-14;5;1;1;7
+86;2020-04-15;0;0;0;0
+86;2020-04-16;2;0;3;6
+86;2020-04-17;0;0;0;4
+86;2020-04-18;0;0;0;2
+86;2020-04-19;0;0;0;0
+86;2020-04-20;9;0;0;1
+86;2020-04-21;2;0;0;1
+86;2020-04-22;3;0;0;3
+86;2020-04-23;1;0;2;0
+86;2020-04-24;0;0;2;4
+86;2020-04-25;1;0;0;1
+86;2020-04-26;0;0;0;0
+86;2020-04-27;5;0;1;2
+86;2020-04-28;3;1;1;0
+86;2020-04-29;3;1;0;3
+86;2020-04-30;3;0;0;4
+86;2020-05-01;1;0;0;1
+86;2020-05-02;0;0;0;0
+86;2020-05-03;0;0;0;0
+86;2020-05-04;4;1;2;4
+86;2020-05-05;0;0;0;0
+86;2020-05-06;0;0;1;1
+86;2020-05-07;2;1;0;5
+86;2020-05-08;3;0;0;11
+86;2020-05-09;0;0;0;0
+86;2020-05-10;0;0;0;0
+86;2020-05-11;4;1;2;1
+86;2020-05-12;0;0;0;4
+86;2020-05-13;0;0;0;0
+86;2020-05-14;1;0;0;0
+86;2020-05-15;2;0;1;4
+86;2020-05-16;0;0;0;0
+86;2020-05-17;0;0;0;0
+86;2020-05-18;1;0;0;0
+86;2020-05-19;0;0;0;0
+86;2020-05-20;0;0;0;2
+86;2020-05-21;0;0;0;0
+86;2020-05-22;0;0;0;0
+86;2020-05-23;5;0;0;0
+86;2020-05-24;0;0;0;0
+86;2020-05-25;4;0;0;1
+86;2020-05-26;0;0;0;0
+86;2020-05-27;0;0;0;0
+86;2020-05-28;0;0;1;2
+86;2020-05-29;0;0;0;6
+86;2020-05-30;0;0;0;0
+86;2020-05-31;0;0;0;0
+86;2020-06-01;0;0;0;0
+86;2020-06-02;4;0;0;1
+86;2020-06-03;0;0;1;3
+86;2020-06-04;0;0;0;0
+87;2020-03-19;4;1;0;0
+87;2020-03-20;1;1;0;0
+87;2020-03-21;3;0;1;0
+87;2020-03-22;3;0;0;0
+87;2020-03-23;4;1;0;0
+87;2020-03-24;3;2;1;0
+87;2020-03-25;3;1;1;0
+87;2020-03-26;5;0;1;1
+87;2020-03-27;7;0;0;0
+87;2020-03-28;7;1;0;2
+87;2020-03-29;10;6;0;0
+87;2020-03-30;8;1;1;1
+87;2020-03-31;8;0;0;3
+87;2020-04-01;7;2;0;6
+87;2020-04-02;8;1;1;5
+87;2020-04-03;5;1;1;5
+87;2020-04-04;6;1;0;2
+87;2020-04-05;3;1;1;2
+87;2020-04-06;3;0;2;1
+87;2020-04-07;4;0;0;3
+87;2020-04-08;8;0;1;3
+87;2020-04-09;5;2;0;2
+87;2020-04-10;5;0;0;4
+87;2020-04-11;3;1;0;5
+87;2020-04-12;9;0;0;2
+87;2020-04-13;3;0;0;2
+87;2020-04-14;2;0;2;6
+87;2020-04-15;3;0;0;6
+87;2020-04-16;3;0;2;3
+87;2020-04-17;1;0;1;1
+87;2020-04-18;0;0;0;1
+87;2020-04-19;1;0;1;2
+87;2020-04-20;1;0;3;4
+87;2020-04-21;5;0;1;3
+87;2020-04-22;3;0;0;2
+87;2020-04-23;2;0;0;2
+87;2020-04-24;0;0;0;3
+87;2020-04-25;0;0;1;1
+87;2020-04-26;0;0;0;0
+87;2020-04-27;1;0;0;3
+87;2020-04-28;0;0;0;2
+87;2020-04-29;0;0;1;1
+87;2020-04-30;1;0;0;4
+87;2020-05-01;0;0;0;0
+87;2020-05-02;0;0;0;0
+87;2020-05-03;1;0;0;1
+87;2020-05-04;0;0;0;0
+87;2020-05-05;0;1;0;0
+87;2020-05-06;1;0;0;3
+87;2020-05-07;2;0;2;1
+87;2020-05-08;0;0;0;0
+87;2020-05-09;2;0;0;0
+87;2020-05-10;1;1;0;0
+87;2020-05-11;2;1;0;1
+87;2020-05-12;0;0;0;0
+87;2020-05-13;0;0;0;1
+87;2020-05-14;0;0;0;3
+87;2020-05-15;0;0;0;0
+87;2020-05-16;0;0;0;0
+87;2020-05-17;0;0;0;0
+87;2020-05-18;1;0;0;6
+87;2020-05-19;1;0;0;2
+87;2020-05-20;0;0;0;2
+87;2020-05-21;0;0;0;0
+87;2020-05-22;0;0;0;5
+87;2020-05-23;1;0;0;0
+87;2020-05-24;0;0;0;0
+87;2020-05-25;1;1;1;1
+87;2020-05-26;0;0;0;0
+87;2020-05-27;0;0;0;0
+87;2020-05-28;0;0;0;0
+87;2020-05-29;0;0;0;0
+87;2020-05-30;0;0;0;0
+87;2020-05-31;0;0;0;0
+87;2020-06-01;0;0;0;0
+87;2020-06-02;0;0;0;0
+87;2020-06-03;0;0;0;0
+87;2020-06-04;0;0;0;0
+88;2020-03-19;17;1;5;1
+88;2020-03-20;6;1;1;0
+88;2020-03-21;23;7;7;7
+88;2020-03-22;13;3;4;5
+88;2020-03-23;17;1;7;4
+88;2020-03-24;33;6;4;12
+88;2020-03-25;46;7;5;8
+88;2020-03-26;16;6;7;13
+88;2020-03-27;44;5;9;10
+88;2020-03-28;48;11;12;12
+88;2020-03-29;38;2;4;5
+88;2020-03-30;39;7;9;9
+88;2020-03-31;71;6;8;11
+88;2020-04-01;35;4;7;19
+88;2020-04-02;39;14;5;20
+88;2020-04-03;23;8;8;19
+88;2020-04-04;24;5;7;23
+88;2020-04-05;36;3;3;11
+88;2020-04-06;18;6;8;6
+88;2020-04-07;13;4;3;22
+88;2020-04-08;17;4;3;18
+88;2020-04-09;39;2;8;21
+88;2020-04-10;29;2;18;17
+88;2020-04-11;3;0;1;13
+88;2020-04-12;11;0;6;6
+88;2020-04-13;12;3;4;6
+88;2020-04-14;10;4;5;4
+88;2020-04-15;32;1;10;20
+88;2020-04-16;17;1;4;12
+88;2020-04-17;7;4;2;12
+88;2020-04-18;10;0;2;8
+88;2020-04-19;14;2;12;3
+88;2020-04-20;14;1;6;31
+88;2020-04-21;21;1;6;18
+88;2020-04-22;11;1;3;7
+88;2020-04-23;7;3;2;8
+88;2020-04-24;9;2;2;13
+88;2020-04-25;5;0;2;8
+88;2020-04-26;3;0;1;0
+88;2020-04-27;2;0;3;2
+88;2020-04-28;18;2;4;17
+88;2020-04-29;6;0;2;5
+88;2020-04-30;13;0;0;18
+88;2020-05-01;4;1;0;4
+88;2020-05-02;2;0;1;3
+88;2020-05-03;2;1;2;14
+88;2020-05-04;7;0;4;5
+88;2020-05-05;5;1;2;14
+88;2020-05-06;3;0;0;7
+88;2020-05-07;6;1;2;30
+88;2020-05-08;3;1;0;13
+88;2020-05-09;1;0;3;11
+88;2020-05-10;1;0;0;10
+88;2020-05-11;2;0;0;1
+88;2020-05-12;1;1;1;8
+88;2020-05-13;4;0;0;4
+88;2020-05-14;2;0;0;17
+88;2020-05-15;2;0;0;4
+88;2020-05-16;1;1;2;27
+88;2020-05-17;0;0;0;0
+88;2020-05-18;0;0;0;4
+88;2020-05-19;1;0;0;8
+88;2020-05-20;1;0;1;4
+88;2020-05-21;0;0;0;6
+88;2020-05-22;1;0;0;6
+88;2020-05-23;3;0;0;0
+88;2020-05-24;0;0;1;0
+88;2020-05-25;2;0;0;2
+88;2020-05-26;3;1;0;6
+88;2020-05-27;0;0;1;2
+88;2020-05-28;3;0;0;4
+88;2020-05-29;1;0;1;0
+88;2020-05-30;3;1;0;6
+88;2020-05-31;0;0;0;0
+88;2020-06-01;0;0;0;0
+88;2020-06-02;1;0;0;0
+88;2020-06-03;8;0;1;11
+88;2020-06-04;3;0;1;2
+89;2020-03-19;2;2;2;0
+89;2020-03-20;2;0;0;0
+89;2020-03-21;2;0;0;0
+89;2020-03-22;1;0;0;0
+89;2020-03-23;3;4;0;0
+89;2020-03-24;2;0;0;0
+89;2020-03-25;13;2;0;0
+89;2020-03-26;5;1;1;1
+89;2020-03-27;2;0;0;0
+89;2020-03-28;1;0;0;0
+89;2020-03-29;7;2;1;4
+89;2020-03-30;14;2;0;2
+89;2020-03-31;27;2;1;1
+89;2020-04-01;15;5;3;4
+89;2020-04-02;18;1;1;2
+89;2020-04-03;16;2;1;10
+89;2020-04-04;8;0;1;6
+89;2020-04-05;0;0;1;0
+89;2020-04-06;12;1;3;6
+89;2020-04-07;5;2;2;11
+89;2020-04-08;11;0;0;10
+89;2020-04-09;1;0;1;3
+89;2020-04-10;16;3;5;13
+89;2020-04-11;10;0;2;11
+89;2020-04-12;4;0;1;0
+89;2020-04-13;1;0;2;0
+89;2020-04-14;18;2;4;5
+89;2020-04-15;11;0;1;15
+89;2020-04-16;14;1;1;2
+89;2020-04-17;10;0;0;3
+89;2020-04-18;1;0;4;4
+89;2020-04-19;7;0;1;1
+89;2020-04-20;5;1;3;3
+89;2020-04-21;15;0;0;4
+89;2020-04-22;28;5;2;13
+89;2020-04-23;9;2;6;5
+89;2020-04-24;4;0;1;8
+89;2020-04-25;7;0;1;1
+89;2020-04-26;2;0;2;2
+89;2020-04-27;2;0;1;1
+89;2020-04-28;6;1;1;5
+89;2020-04-29;7;3;4;4
+89;2020-04-30;2;1;0;2
+89;2020-05-01;4;0;3;8
+89;2020-05-02;3;0;2;3
+89;2020-05-03;6;0;0;0
+89;2020-05-04;9;1;1;0
+89;2020-05-05;2;0;2;4
+89;2020-05-06;4;0;2;3
+89;2020-05-07;3;1;1;5
+89;2020-05-08;4;0;1;2
+89;2020-05-09;2;0;1;0
+89;2020-05-10;4;0;0;0
+89;2020-05-11;2;0;2;0
+89;2020-05-12;2;0;0;4
+89;2020-05-13;5;0;0;5
+89;2020-05-14;2;0;0;0
+89;2020-05-15;1;0;0;5
+89;2020-05-16;4;0;0;3
+89;2020-05-17;0;0;0;0
+89;2020-05-18;6;0;3;6
+89;2020-05-19;2;0;1;4
+89;2020-05-20;4;0;1;6
+89;2020-05-21;4;0;2;2
+89;2020-05-22;0;0;1;6
+89;2020-05-23;5;0;0;1
+89;2020-05-24;2;0;0;1
+89;2020-05-25;1;0;1;5
+89;2020-05-26;3;0;0;17
+89;2020-05-27;6;0;1;4
+89;2020-05-28;0;0;0;2
+89;2020-05-29;0;0;0;8
+89;2020-05-30;0;0;0;2
+89;2020-05-31;1;0;0;6
+89;2020-06-01;0;0;1;0
+89;2020-06-02;0;0;1;0
+89;2020-06-03;0;0;1;7
+89;2020-06-04;4;0;2;5
+90;2020-03-19;28;3;5;0
+90;2020-03-20;1;1;0;0
+90;2020-03-21;34;2;9;10
+90;2020-03-22;18;0;5;19
+90;2020-03-23;34;3;6;2
+90;2020-03-24;24;1;3;7
+90;2020-03-25;35;2;3;6
+90;2020-03-26;12;2;5;10
+90;2020-03-27;25;1;8;10
+90;2020-03-28;17;2;1;0
+90;2020-03-29;16;3;7;6
+90;2020-03-30;22;3;10;8
+90;2020-03-31;44;5;0;18
+90;2020-04-01;22;0;4;0
+90;2020-04-02;39;6;11;32
+90;2020-04-03;16;1;3;10
+90;2020-04-04;17;1;5;24
+90;2020-04-05;15;2;3;5
+90;2020-04-06;15;0;3;4
+90;2020-04-07;24;2;5;25
+90;2020-04-08;11;0;2;17
+90;2020-04-09;9;0;2;6
+90;2020-04-10;34;1;4;16
+90;2020-04-11;13;0;5;14
+90;2020-04-12;11;1;4;4
+90;2020-04-13;17;2;4;4
+90;2020-04-14;3;0;1;2
+90;2020-04-15;4;0;7;21
+90;2020-04-16;10;2;2;14
+90;2020-04-17;11;0;5;10
+90;2020-04-18;7;1;1;14
+90;2020-04-19;3;1;0;3
+90;2020-04-20;6;0;2;0
+90;2020-04-21;5;1;2;15
+90;2020-04-22;6;1;6;7
+90;2020-04-23;2;0;1;4
+90;2020-04-24;6;0;0;8
+90;2020-04-25;1;0;1;9
+90;2020-04-26;3;0;1;1
+90;2020-04-27;0;0;2;1
+90;2020-04-28;0;0;0;0
+90;2020-04-29;11;2;2;14
+90;2020-04-30;5;0;0;7
+90;2020-05-01;5;0;2;5
+90;2020-05-02;1;0;2;1
+90;2020-05-03;1;0;0;0
+90;2020-05-04;0;0;2;0
+90;2020-05-05;17;0;5;6
+90;2020-05-06;10;0;1;4
+90;2020-05-07;4;0;2;4
+90;2020-05-08;7;1;1;10
+90;2020-05-09;2;0;0;0
+90;2020-05-10;3;0;2;0
+90;2020-05-11;3;1;0;2
+90;2020-05-12;4;1;1;10
+90;2020-05-13;1;0;2;2
+90;2020-05-14;2;0;1;7
+90;2020-05-15;1;0;0;6
+90;2020-05-16;0;0;0;8
+90;2020-05-17;1;0;0;0
+90;2020-05-18;1;0;0;0
+90;2020-05-19;1;0;0;7
+90;2020-05-20;5;0;0;5
+90;2020-05-21;7;0;1;42
+90;2020-05-22;1;0;0;0
+90;2020-05-23;0;0;0;4
+90;2020-05-24;0;0;1;0
+90;2020-05-25;2;0;1;0
+90;2020-05-26;0;0;0;2
+90;2020-05-27;0;0;1;7
+90;2020-05-28;2;0;1;4
+90;2020-05-29;0;0;1;2
+90;2020-05-30;0;0;0;0
+90;2020-05-31;1;0;1;1
+90;2020-06-01;0;0;0;1
+90;2020-06-02;1;0;1;3
+90;2020-06-03;0;0;0;1
+90;2020-06-04;2;0;1;7
+91;2020-03-19;48;13;1;4
+91;2020-03-20;40;6;1;3
+91;2020-03-21;40;7;2;1
+91;2020-03-22;62;17;0;5
+91;2020-03-23;48;22;0;5
+91;2020-03-24;60;7;4;19
+91;2020-03-25;100;16;5;23
+91;2020-03-26;78;19;3;12
+91;2020-03-27;54;12;3;12
+91;2020-03-28;111;35;3;35
+91;2020-03-29;44;8;12;13
+91;2020-03-30;83;20;10;7
+91;2020-03-31;90;29;9;23
+91;2020-04-01;88;18;11;15
+91;2020-04-02;129;25;20;30
+91;2020-04-03;132;20;13;32
+91;2020-04-04;116;10;14;24
+91;2020-04-05;52;15;9;25
+91;2020-04-06;74;17;24;33
+91;2020-04-07;90;16;8;58
+91;2020-04-08;221;20;16;33
+91;2020-04-09;93;15;13;73
+91;2020-04-10;121;15;16;52
+91;2020-04-11;81;13;11;42
+91;2020-04-12;63;5;10;24
+91;2020-04-13;18;6;7;6
+91;2020-04-14;57;12;27;41
+91;2020-04-15;48;7;14;71
+91;2020-04-16;67;12;13;53
+91;2020-04-17;99;6;24;42
+91;2020-04-18;36;5;8;36
+91;2020-04-19;30;2;7;4
+91;2020-04-20;33;9;10;15
+91;2020-04-21;57;6;19;54
+91;2020-04-22;34;5;9;24
+91;2020-04-23;45;13;13;64
+91;2020-04-24;78;5;12;45
+91;2020-04-25;54;9;3;25
+91;2020-04-26;3;1;2;4
+91;2020-04-27;27;2;9;28
+91;2020-04-28;43;10;9;56
+91;2020-04-29;64;4;8;54
+91;2020-04-30;57;2;11;41
+91;2020-05-01;12;1;3;24
+91;2020-05-02;8;1;0;3
+91;2020-05-03;9;4;3;2
+91;2020-05-04;13;0;5;24
+91;2020-05-05;13;0;5;113
+91;2020-05-06;21;1;9;89
+91;2020-05-07;16;5;3;37
+91;2020-05-08;19;3;2;20
+91;2020-05-09;10;2;1;1
+91;2020-05-10;4;1;4;4
+91;2020-05-11;11;4;2;18
+91;2020-05-12;14;1;5;17
+91;2020-05-13;8;1;7;10
+91;2020-05-14;16;0;3;45
+91;2020-05-15;9;1;7;41
+91;2020-05-16;6;0;0;9
+91;2020-05-17;5;0;2;4
+91;2020-05-18;4;1;2;36
+91;2020-05-19;16;1;4;16
+91;2020-05-20;5;1;0;38
+91;2020-05-21;18;2;0;33
+91;2020-05-22;30;0;4;42
+91;2020-05-23;20;1;2;42
+91;2020-05-24;0;0;0;0
+91;2020-05-25;5;2;2;42
+91;2020-05-26;6;0;0;14
+91;2020-05-27;4;2;2;20
+91;2020-05-28;5;0;1;39
+91;2020-05-29;6;2;1;14
+91;2020-05-30;6;0;2;5
+91;2020-05-31;0;0;0;0
+91;2020-06-01;0;0;2;1
+91;2020-06-02;9;0;2;2
+91;2020-06-03;5;2;3;30
+91;2020-06-04;2;2;0;4
+92;2020-03-19;95;20;3;13
+92;2020-03-20;65;14;4;15
+92;2020-03-21;98;16;9;22
+92;2020-03-22;114;25;3;17
+92;2020-03-23;125;22;6;25
+92;2020-03-24;171;40;5;38
+92;2020-03-25;180;37;15;42
+92;2020-03-26;168;48;10;36
+92;2020-03-27;192;29;18;34
+92;2020-03-28;209;42;15;54
+92;2020-03-29;126;36;22;31
+92;2020-03-30;176;26;17;35
+92;2020-03-31;291;46;22;81
+92;2020-04-01;305;46;24;59
+92;2020-04-02;245;29;38;96
+92;2020-04-03;233;48;26;97
+92;2020-04-04;185;29;31;62
+92;2020-04-05;114;35;25;74
+92;2020-04-06;156;32;27;86
+92;2020-04-07;223;42;59;168
+92;2020-04-08;172;25;20;91
+92;2020-04-09;149;26;23;148
+92;2020-04-10;190;33;45;111
+92;2020-04-11;130;25;20;80
+92;2020-04-12;101;24;22;36
+92;2020-04-13;82;20;24;49
+92;2020-04-14;102;16;36;73
+92;2020-04-15;130;19;36;113
+92;2020-04-16;121;22;21;109
+92;2020-04-17;85;9;21;89
+92;2020-04-18;97;12;21;67
+92;2020-04-19;53;10;6;19
+92;2020-04-20;110;10;31;67
+92;2020-04-21;87;13;18;131
+92;2020-04-22;105;11;23;66
+92;2020-04-23;102;13;20;73
+92;2020-04-24;93;11;20;83
+92;2020-04-25;59;5;13;78
+92;2020-04-26;25;8;10;31
+92;2020-04-27;69;12;17;63
+92;2020-04-28;89;4;30;84
+92;2020-04-29;43;11;15;76
+92;2020-04-30;55;11;10;74
+92;2020-05-01;27;8;2;50
+92;2020-05-02;18;3;6;13
+92;2020-05-03;27;4;10;14
+92;2020-05-04;24;7;10;36
+92;2020-05-05;42;6;14;92
+92;2020-05-06;29;6;11;50
+92;2020-05-07;34;5;5;62
+92;2020-05-08;19;12;7;51
+92;2020-05-09;7;1;2;12
+92;2020-05-10;26;4;5;16
+92;2020-05-11;23;2;6;25
+92;2020-05-12;29;5;13;55
+92;2020-05-13;23;3;5;60
+92;2020-05-14;44;7;8;63
+92;2020-05-15;22;7;2;53
+92;2020-05-16;9;3;4;49
+92;2020-05-17;6;2;2;14
+92;2020-05-18;47;2;3;60
+92;2020-05-19;18;2;7;57
+92;2020-05-20;20;0;7;55
+92;2020-05-21;8;2;0;25
+92;2020-05-22;4;0;3;8
+92;2020-05-23;7;2;0;2
+92;2020-05-24;3;0;3;6
+92;2020-05-25;10;4;8;22
+92;2020-05-26;11;2;2;38
+92;2020-05-27;8;1;2;59
+92;2020-05-28;12;2;6;20
+92;2020-05-29;8;2;3;19
+92;2020-05-30;14;2;3;47
+92;2020-05-31;1;0;4;2
+92;2020-06-01;2;0;5;6
+92;2020-06-02;19;1;9;31
+92;2020-06-03;13;3;7;39
+92;2020-06-04;8;0;3;46
+93;2020-03-19;104;31;9;16
+93;2020-03-20;43;6;5;10
+93;2020-03-21;51;10;1;6
+93;2020-03-22;27;9;4;5
+93;2020-03-23;73;15;4;12
+93;2020-03-24;86;23;10;17
+93;2020-03-25;84;9;9;9
+93;2020-03-26;119;20;21;20
+93;2020-03-27;159;16;14;25
+93;2020-03-28;98;21;18;62
+93;2020-03-29;113;4;13;13
+93;2020-03-30;136;18;11;22
+93;2020-03-31;218;34;38;88
+93;2020-04-01;278;44;26;47
+93;2020-04-02;128;15;21;42
+93;2020-04-03;164;23;35;54
+93;2020-04-04;145;12;23;56
+93;2020-04-05;67;12;22;14
+93;2020-04-06;156;18;12;58
+93;2020-04-07;214;36;72;65
+93;2020-04-08;183;17;34;91
+93;2020-04-09;255;16;44;116
+93;2020-04-10;183;27;34;100
+93;2020-04-11;123;10;14;73
+93;2020-04-12;94;9;10;55
+93;2020-04-13;61;16;24;45
+93;2020-04-14;126;14;34;87
+93;2020-04-15;126;24;29;108
+93;2020-04-16;123;25;25;96
+93;2020-04-17;184;8;46;126
+93;2020-04-18;95;14;26;43
+93;2020-04-19;47;7;12;40
+93;2020-04-20;86;10;12;67
+93;2020-04-21;82;8;13;72
+93;2020-04-22;104;12;18;77
+93;2020-04-23;92;2;18;70
+93;2020-04-24;61;4;17;69
+93;2020-04-25;31;3;7;62
+93;2020-04-26;28;2;5;24
+93;2020-04-27;97;10;21;44
+93;2020-04-28;80;15;20;96
+93;2020-04-29;42;8;12;46
+93;2020-04-30;21;4;5;39
+93;2020-05-01;25;5;8;19
+93;2020-05-02;15;1;1;22
+93;2020-05-03;12;3;2;12
+93;2020-05-04;36;4;10;24
+93;2020-05-05;44;3;7;59
+93;2020-05-06;81;4;8;80
+93;2020-05-07;55;6;9;84
+93;2020-05-08;24;2;3;22
+93;2020-05-09;17;3;4;23
+93;2020-05-10;18;3;2;29
+93;2020-05-11;36;4;6;65
+93;2020-05-12;60;11;14;98
+93;2020-05-13;39;2;3;68
+93;2020-05-14;15;3;2;39
+93;2020-05-15;17;5;3;41
+93;2020-05-16;19;3;2;41
+93;2020-05-17;1;0;3;10
+93;2020-05-18;18;1;5;40
+93;2020-05-19;29;4;6;31
+93;2020-05-20;40;2;2;40
+93;2020-05-21;14;5;2;7
+93;2020-05-22;8;1;2;14
+93;2020-05-23;5;3;2;11
+93;2020-05-24;4;2;1;1
+93;2020-05-25;14;1;2;16
+93;2020-05-26;16;1;2;35
+93;2020-05-27;10;1;2;28
+93;2020-05-28;16;0;1;39
+93;2020-05-29;5;1;2;56
+93;2020-05-30;5;1;0;20
+93;2020-05-31;0;0;0;2
+93;2020-06-01;10;3;0;1
+93;2020-06-02;13;2;6;18
+93;2020-06-03;13;3;3;28
+93;2020-06-04;11;1;1;30
+94;2020-03-19;113;17;6;35
+94;2020-03-20;66;14;1;17
+94;2020-03-21;57;6;0;12
+94;2020-03-22;74;17;6;15
+94;2020-03-23;106;25;6;18
+94;2020-03-24;122;30;3;19
+94;2020-03-25;144;36;7;33
+94;2020-03-26;159;15;18;30
+94;2020-03-27;157;12;17;30
+94;2020-03-28;176;25;15;46
+94;2020-03-29;120;12;17;18
+94;2020-03-30;112;13;3;28
+94;2020-03-31;258;26;46;68
+94;2020-04-01;319;54;39;82
+94;2020-04-02;207;34;27;54
+94;2020-04-03;273;45;38;86
+94;2020-04-04;164;21;32;78
+94;2020-04-05;128;18;22;25
+94;2020-04-06;186;23;49;34
+94;2020-04-07;294;41;49;93
+94;2020-04-08;250;45;54;91
+94;2020-04-09;178;22;21;74
+94;2020-04-10;203;22;37;79
+94;2020-04-11;123;14;14;48
+94;2020-04-12;85;23;19;54
+94;2020-04-13;87;20;32;27
+94;2020-04-14;84;36;36;39
+94;2020-04-15;194;21;35;116
+94;2020-04-16;124;25;41;109
+94;2020-04-17;92;21;20;73
+94;2020-04-18;80;18;22;76
+94;2020-04-19;24;8;10;11
+94;2020-04-20;85;14;33;45
+94;2020-04-21;129;10;30;87
+94;2020-04-22;97;11;25;180
+94;2020-04-23;95;14;10;94
+94;2020-04-24;72;4;22;136
+94;2020-04-25;72;17;14;79
+94;2020-04-26;26;2;11;9
+94;2020-04-27;28;4;22;27
+94;2020-04-28;65;4;19;100
+94;2020-04-29;59;4;12;51
+94;2020-04-30;39;2;13;71
+94;2020-05-01;34;4;8;23
+94;2020-05-02;20;9;6;24
+94;2020-05-03;15;5;3;23
+94;2020-05-04;33;5;10;69
+94;2020-05-05;82;3;11;122
+94;2020-05-06;67;11;11;91
+94;2020-05-07;40;4;6;91
+94;2020-05-08;23;2;10;28
+94;2020-05-09;6;0;4;6
+94;2020-05-10;9;0;3;12
+94;2020-05-11;25;4;8;59
+94;2020-05-12;18;2;19;92
+94;2020-05-13;34;3;8;30
+94;2020-05-14;21;2;6;50
+94;2020-05-15;17;1;2;36
+94;2020-05-16;16;1;2;28
+94;2020-05-17;9;1;4;5
+94;2020-05-18;12;1;6;49
+94;2020-05-19;25;4;10;50
+94;2020-05-20;30;0;10;22
+94;2020-05-21;28;0;4;18
+94;2020-05-22;4;1;2;9
+94;2020-05-23;2;1;0;10
+94;2020-05-24;6;3;3;1
+94;2020-05-25;21;1;2;44
+94;2020-05-26;17;3;6;36
+94;2020-05-27;18;3;5;19
+94;2020-05-28;17;1;3;10
+94;2020-05-29;5;2;3;12
+94;2020-05-30;16;0;24;64
+94;2020-05-31;1;0;11;9
+94;2020-06-01;3;0;2;21
+94;2020-06-02;7;0;1;7
+94;2020-06-03;10;0;13;88
+94;2020-06-04;16;1;4;28
+95;2020-03-19;80;8;4;15
+95;2020-03-20;60;12;4;21
+95;2020-03-21;74;10;4;18
+95;2020-03-22;85;11;7;9
+95;2020-03-23;71;15;9;13
+95;2020-03-24;63;22;10;35
+95;2020-03-25;102;16;13;30
+95;2020-03-26;106;9;15;29
+95;2020-03-27;132;13;14;63
+95;2020-03-28;75;9;12;30
+95;2020-03-29;115;13;21;52
+95;2020-03-30;118;14;14;37
+95;2020-03-31;145;21;16;44
+95;2020-04-01;119;9;13;71
+95;2020-04-02;145;18;18;55
+95;2020-04-03;134;16;26;60
+95;2020-04-04;91;13;14;52
+95;2020-04-05;40;8;5;27
+95;2020-04-06;129;13;42;63
+95;2020-04-07;104;17;24;43
+95;2020-04-08;113;12;25;69
+95;2020-04-09;126;31;16;56
+95;2020-04-10;83;9;30;90
+95;2020-04-11;89;15;11;60
+95;2020-04-12;35;11;11;20
+95;2020-04-13;40;3;10;26
+95;2020-04-14;79;6;12;33
+95;2020-04-15;67;7;11;69
+95;2020-04-16;101;5;17;83
+95;2020-04-17;60;3;11;63
+95;2020-04-18;50;6;17;46
+95;2020-04-19;29;4;13;15
+95;2020-04-20;51;4;14;23
+95;2020-04-21;46;4;9;48
+95;2020-04-22;76;4;10;34
+95;2020-04-23;55;3;15;40
+95;2020-04-24;43;4;15;41
+95;2020-04-25;27;4;6;33
+95;2020-04-26;11;1;5;10
+95;2020-04-27;18;0;8;13
+95;2020-04-28;45;4;18;27
+95;2020-04-29;21;0;10;37
+95;2020-04-30;17;0;5;33
+95;2020-05-01;22;1;6;28
+95;2020-05-02;5;0;5;5
+95;2020-05-03;6;0;1;6
+95;2020-05-04;32;3;12;20
+95;2020-05-05;26;1;7;32
+95;2020-05-06;22;1;3;46
+95;2020-05-07;14;3;2;30
+95;2020-05-08;15;3;7;16
+95;2020-05-09;7;0;0;3
+95;2020-05-10;10;1;5;11
+95;2020-05-11;4;1;2;9
+95;2020-05-12;14;2;6;36
+95;2020-05-13;14;5;7;34
+95;2020-05-14;17;1;4;17
+95;2020-05-15;8;1;2;19
+95;2020-05-16;13;1;5;35
+95;2020-05-17;2;0;3;6
+95;2020-05-18;6;1;5;9
+95;2020-05-19;22;2;5;48
+95;2020-05-20;13;3;0;33
+95;2020-05-21;3;0;2;28
+95;2020-05-22;17;1;6;13
+95;2020-05-23;4;0;0;17
+95;2020-05-24;6;1;0;4
+95;2020-05-25;16;1;1;31
+95;2020-05-26;4;1;7;23
+95;2020-05-27;3;1;4;10
+95;2020-05-28;4;0;1;12
+95;2020-05-29;19;2;0;24
+95;2020-05-30;5;0;3;9
+95;2020-05-31;0;0;0;3
+95;2020-06-01;8;0;1;5
+95;2020-06-02;1;0;4;10
+95;2020-06-03;6;0;1;7
+95;2020-06-04;3;0;0;11
+2A;2020-03-19;58;10;1;9
+2A;2020-03-20;8;0;2;1
+2A;2020-03-21;4;0;1;3
+2A;2020-03-22;7;2;2;1
+2A;2020-03-23;8;2;1;1
+2A;2020-03-24;8;0;0;4
+2A;2020-03-25;21;0;7;3
+2A;2020-03-26;18;4;3;2
+2A;2020-03-27;10;0;0;2
+2A;2020-03-28;9;6;0;2
+2A;2020-03-29;15;4;0;6
+2A;2020-03-30;14;1;0;12
+2A;2020-03-31;3;2;1;4
+2A;2020-04-01;3;3;1;0
+2A;2020-04-02;6;1;2;2
+2A;2020-04-03;3;1;3;2
+2A;2020-04-04;7;1;0;0
+2A;2020-04-05;0;0;0;2
+2A;2020-04-06;1;1;3;0
+2A;2020-04-07;5;3;2;0
+2A;2020-04-08;4;3;0;1
+2A;2020-04-09;1;1;2;2
+2A;2020-04-10;0;0;1;4
+2A;2020-04-11;1;0;1;2
+2A;2020-04-12;3;1;0;2
+2A;2020-04-13;3;1;2;0
+2A;2020-04-14;2;1;0;2
+2A;2020-04-15;1;0;1;2
+2A;2020-04-16;0;0;0;1
+2A;2020-04-17;2;1;1;0
+2A;2020-04-18;2;0;0;8
+2A;2020-04-19;4;0;2;2
+2A;2020-04-20;0;1;2;0
+2A;2020-04-21;1;0;0;4
+2A;2020-04-22;3;0;0;5
+2A;2020-04-23;1;0;0;4
+2A;2020-04-24;4;0;0;2
+2A;2020-04-25;0;0;1;3
+2A;2020-04-26;0;0;0;0
+2A;2020-04-27;0;0;0;0
+2A;2020-04-28;1;0;0;5
+2A;2020-04-29;1;0;0;5
+2A;2020-04-30;2;0;0;3
+2A;2020-05-01;3;0;0;1
+2A;2020-05-02;0;0;0;0
+2A;2020-05-03;0;0;1;0
+2A;2020-05-04;0;0;0;0
+2A;2020-05-05;0;0;0;0
+2A;2020-05-06;0;0;1;1
+2A;2020-05-07;0;0;0;0
+2A;2020-05-08;0;0;0;2
+2A;2020-05-09;1;0;0;0
+2A;2020-05-10;0;0;0;0
+2A;2020-05-11;1;0;0;0
+2A;2020-05-12;0;0;0;5
+2A;2020-05-13;0;0;1;0
+2A;2020-05-14;0;0;0;1
+2A;2020-05-15;0;0;2;2
+2A;2020-05-16;0;0;0;0
+2A;2020-05-17;0;0;0;0
+2A;2020-05-18;0;0;0;2
+2A;2020-05-19;0;0;0;2
+2A;2020-05-20;0;0;0;3
+2A;2020-05-21;0;0;0;0
+2A;2020-05-22;0;0;0;0
+2A;2020-05-23;0;0;0;0
+2A;2020-05-24;0;0;1;0
+2A;2020-05-25;0;0;0;0
+2A;2020-05-26;1;1;0;0
+2A;2020-05-27;0;0;0;6
+2A;2020-05-28;0;0;0;1
+2A;2020-05-29;1;0;0;0
+2A;2020-05-30;0;0;0;0
+2A;2020-05-31;0;0;0;0
+2A;2020-06-01;0;0;0;0
+2A;2020-06-02;0;0;0;0
+2A;2020-06-03;0;0;0;1
+2A;2020-06-04;0;0;0;3
+2B;2020-03-19;1;0;0;1
+2B;2020-03-20;28;0;0;22
+2B;2020-03-21;0;0;0;0
+2B;2020-03-22;0;0;0;0
+2B;2020-03-23;8;0;0;8
+2B;2020-03-24;4;0;0;3
+2B;2020-03-25;1;0;1;0
+2B;2020-03-26;9;0;1;8
+2B;2020-03-27;5;1;0;5
+2B;2020-03-28;1;0;0;0
+2B;2020-03-29;1;0;0;2
+2B;2020-03-30;0;0;0;0
+2B;2020-03-31;10;0;0;8
+2B;2020-04-01;0;0;0;3
+2B;2020-04-02;14;2;0;6
+2B;2020-04-03;6;0;0;5
+2B;2020-04-04;20;1;0;2
+2B;2020-04-05;0;0;0;0
+2B;2020-04-06;0;0;1;0
+2B;2020-04-07;0;0;0;1
+2B;2020-04-08;2;0;0;2
+2B;2020-04-09;1;0;0;0
+2B;2020-04-10;0;0;0;4
+2B;2020-04-11;0;0;0;0
+2B;2020-04-12;0;0;0;2
+2B;2020-04-13;0;0;0;0
+2B;2020-04-14;0;0;0;1
+2B;2020-04-15;13;1;2;0
+2B;2020-04-16;3;1;0;2
+2B;2020-04-17;0;0;0;1
+2B;2020-04-18;2;0;0;3
+2B;2020-04-19;0;0;0;2
+2B;2020-04-20;0;1;1;2
+2B;2020-04-21;1;0;1;1
+2B;2020-04-22;5;1;1;0
+2B;2020-04-23;0;0;0;0
+2B;2020-04-24;2;0;0;0
+2B;2020-04-25;0;0;0;2
+2B;2020-04-26;0;0;0;0
+2B;2020-04-27;0;0;0;0
+2B;2020-04-28;4;1;0;2
+2B;2020-04-29;1;0;0;2
+2B;2020-04-30;1;0;0;0
+2B;2020-05-01;0;0;0;0
+2B;2020-05-02;0;0;0;2
+2B;2020-05-03;0;0;0;0
+2B;2020-05-04;1;0;0;2
+2B;2020-05-05;1;0;0;2
+2B;2020-05-06;0;0;0;1
+2B;2020-05-07;0;0;0;2
+2B;2020-05-08;0;0;0;0
+2B;2020-05-09;0;0;0;0
+2B;2020-05-10;0;0;0;0
+2B;2020-05-11;0;0;0;0
+2B;2020-05-12;5;3;1;0
+2B;2020-05-13;1;0;0;2
+2B;2020-05-14;0;1;0;0
+2B;2020-05-15;0;0;0;2
+2B;2020-05-16;0;0;0;0
+2B;2020-05-17;0;0;0;0
+2B;2020-05-18;2;0;1;0
+2B;2020-05-19;1;0;0;0
+2B;2020-05-20;0;0;0;0
+2B;2020-05-21;0;0;0;0
+2B;2020-05-22;0;0;0;1
+2B;2020-05-23;0;0;0;0
+2B;2020-05-24;0;0;0;0
+2B;2020-05-25;0;0;0;0
+2B;2020-05-26;0;0;0;0
+2B;2020-05-27;1;0;0;0
+2B;2020-05-28;0;0;0;0
+2B;2020-05-29;0;0;0;3
+2B;2020-05-30;0;0;0;0
+2B;2020-05-31;0;0;0;0
+2B;2020-06-01;0;0;0;0
+2B;2020-06-02;0;0;0;0
+2B;2020-06-03;0;0;0;0
+2B;2020-06-04;0;0;0;0
+971;2020-03-19;0;0;0;0
+971;2020-03-20;0;0;0;0
+971;2020-03-21;0;0;0;0
+971;2020-03-22;6;5;0;0
+971;2020-03-23;0;0;0;0
+971;2020-03-24;0;0;0;0
+971;2020-03-25;0;0;0;0
+971;2020-03-26;19;3;0;4
+971;2020-03-27;11;7;1;2
+971;2020-03-28;18;0;0;3
+971;2020-03-29;1;0;1;0
+971;2020-03-30;3;4;2;9
+971;2020-03-31;4;2;1;1
+971;2020-04-01;6;2;2;6
+971;2020-04-02;9;4;0;3
+971;2020-04-03;6;1;1;6
+971;2020-04-04;3;2;0;1
+971;2020-04-05;2;2;0;1
+971;2020-04-06;5;0;0;1
+971;2020-04-07;1;0;0;6
+971;2020-04-08;5;1;2;4
+971;2020-04-09;3;2;0;3
+971;2020-04-10;2;3;0;2
+971;2020-04-11;3;0;0;0
+971;2020-04-12;2;0;0;1
+971;2020-04-13;3;0;0;0
+971;2020-04-14;0;0;0;0
+971;2020-04-15;0;1;0;7
+971;2020-04-16;1;0;0;3
+971;2020-04-17;2;2;0;0
+971;2020-04-18;0;0;1;3
+971;2020-04-19;1;0;0;0
+971;2020-04-20;0;0;1;1
+971;2020-04-21;0;1;0;7
+971;2020-04-22;4;0;1;1
+971;2020-04-23;0;1;0;1
+971;2020-04-24;0;0;1;0
+971;2020-04-25;0;0;0;0
+971;2020-04-26;1;1;0;0
+971;2020-04-27;1;0;1;0
+971;2020-04-28;0;0;0;0
+971;2020-04-29;1;1;0;2
+971;2020-04-30;0;0;2;0
+971;2020-05-01;0;0;1;0
+971;2020-05-02;0;0;0;0
+971;2020-05-03;0;0;0;0
+971;2020-05-04;0;0;0;0
+971;2020-05-05;0;0;1;0
+971;2020-05-06;0;0;0;0
+971;2020-05-07;0;0;0;1
+971;2020-05-08;0;0;1;0
+971;2020-05-09;0;0;0;0
+971;2020-05-10;0;0;0;0
+971;2020-05-11;0;0;0;0
+971;2020-05-12;0;0;0;0
+971;2020-05-13;0;0;0;0
+971;2020-05-14;0;0;0;0
+971;2020-05-15;0;0;0;0
+971;2020-05-16;0;0;0;0
+971;2020-05-17;0;0;0;0
+971;2020-05-18;0;0;0;0
+971;2020-05-19;0;0;0;0
+971;2020-05-20;0;0;0;1
+971;2020-05-21;0;0;0;0
+971;2020-05-22;0;0;0;0
+971;2020-05-23;0;0;0;0
+971;2020-05-24;0;0;0;0
+971;2020-05-25;0;1;1;0
+971;2020-05-26;0;0;0;0
+971;2020-05-27;0;0;0;0
+971;2020-05-28;0;0;0;0
+971;2020-05-29;0;0;0;0
+971;2020-05-30;0;0;0;0
+971;2020-05-31;0;0;0;0
+971;2020-06-01;0;0;0;0
+971;2020-06-02;0;0;0;0
+971;2020-06-03;0;0;0;0
+971;2020-06-04;0;0;0;1
+972;2020-03-19;1;0;0;0
+972;2020-03-20;2;0;0;0
+972;2020-03-21;0;0;0;0
+972;2020-03-22;1;1;0;0
+972;2020-03-23;0;0;0;0
+972;2020-03-24;5;2;0;11
+972;2020-03-25;11;2;0;1
+972;2020-03-26;8;4;0;1
+972;2020-03-27;14;3;0;0
+972;2020-03-28;11;0;0;2
+972;2020-03-29;9;2;2;2
+972;2020-03-30;0;0;0;0
+972;2020-03-31;11;3;0;3
+972;2020-04-01;4;1;1;5
+972;2020-04-02;2;1;0;7
+972;2020-04-03;0;0;0;3
+972;2020-04-04;6;2;0;1
+972;2020-04-05;5;2;0;2
+972;2020-04-06;2;0;1;0
+972;2020-04-07;1;0;0;4
+972;2020-04-08;0;1;0;2
+972;2020-04-09;1;0;1;2
+972;2020-04-10;0;0;0;3
+972;2020-04-11;1;0;0;2
+972;2020-04-12;0;0;1;2
+972;2020-04-13;1;1;0;0
+972;2020-04-14;0;0;0;0
+972;2020-04-15;0;0;0;1
+972;2020-04-16;4;1;0;2
+972;2020-04-17;2;0;0;4
+972;2020-04-18;0;0;1;1
+972;2020-04-19;1;0;0;1
+972;2020-04-20;0;0;2;0
+972;2020-04-21;5;0;4;0
+972;2020-04-22;0;0;0;2
+972;2020-04-23;1;0;1;0
+972;2020-04-24;0;0;0;1
+972;2020-04-25;0;0;0;0
+972;2020-04-26;0;0;0;0
+972;2020-04-27;0;0;0;0
+972;2020-04-28;0;0;0;1
+972;2020-04-29;0;0;0;0
+972;2020-04-30;2;1;0;13
+972;2020-05-01;0;0;0;0
+972;2020-05-02;0;0;0;0
+972;2020-05-03;0;0;0;0
+972;2020-05-04;0;0;0;0
+972;2020-05-05;0;0;0;1
+972;2020-05-06;0;0;0;0
+972;2020-05-07;0;0;0;0
+972;2020-05-08;0;0;0;0
+972;2020-05-09;0;0;0;1
+972;2020-05-10;1;0;0;0
+972;2020-05-11;0;0;0;0
+972;2020-05-12;0;0;0;0
+972;2020-05-13;0;0;0;0
+972;2020-05-14;0;0;0;0
+972;2020-05-15;1;0;0;0
+972;2020-05-16;0;0;0;1
+972;2020-05-17;0;0;0;0
+972;2020-05-18;0;0;0;0
+972;2020-05-19;0;0;0;0
+972;2020-05-20;0;0;0;1
+972;2020-05-21;0;0;0;0
+972;2020-05-22;0;1;0;0
+972;2020-05-23;0;0;0;0
+972;2020-05-24;0;0;0;0
+972;2020-05-25;0;0;0;0
+972;2020-05-26;0;0;0;0
+972;2020-05-27;0;0;0;0
+972;2020-05-28;0;0;0;0
+972;2020-05-29;0;0;0;0
+972;2020-05-30;0;0;0;0
+972;2020-05-31;0;0;0;4
+972;2020-06-01;0;0;0;0
+972;2020-06-02;0;0;0;0
+972;2020-06-03;0;0;0;0
+972;2020-06-04;0;0;0;0
+973;2020-03-19;0;0;0;0
+973;2020-03-20;0;0;0;0
+973;2020-03-21;0;0;0;0
+973;2020-03-22;0;0;0;0
+973;2020-03-23;0;0;0;0
+973;2020-03-24;0;0;0;0
+973;2020-03-25;0;0;0;0
+973;2020-03-26;0;0;0;0
+973;2020-03-27;0;0;0;0
+973;2020-03-28;0;0;0;0
+973;2020-03-29;0;0;0;0
+973;2020-03-30;0;0;0;0
+973;2020-03-31;0;0;0;0
+973;2020-04-01;10;0;0;5
+973;2020-04-02;3;0;0;3
+973;2020-04-03;2;1;0;0
+973;2020-04-04;0;0;0;0
+973;2020-04-05;0;0;0;0
+973;2020-04-06;0;0;0;0
+973;2020-04-07;2;0;0;2
+973;2020-04-08;2;0;0;0
+973;2020-04-09;4;0;0;4
+973;2020-04-10;1;0;0;1
+973;2020-04-11;0;0;0;0
+973;2020-04-12;6;0;0;0
+973;2020-04-13;0;0;0;0
+973;2020-04-14;3;0;0;0
+973;2020-04-15;3;0;0;1
+973;2020-04-16;0;1;0;10
+973;2020-04-17;1;1;0;1
+973;2020-04-18;0;0;0;0
+973;2020-04-19;0;0;0;3
+973;2020-04-20;0;0;0;1
+973;2020-04-21;2;0;1;2
+973;2020-04-22;0;0;0;1
+973;2020-04-23;3;0;0;2
+973;2020-04-24;0;0;0;0
+973;2020-04-25;0;0;0;1
+973;2020-04-26;0;0;0;0
+973;2020-04-27;0;0;0;0
+973;2020-04-28;0;0;0;0
+973;2020-04-29;0;0;0;0
+973;2020-04-30;0;0;0;1
+973;2020-05-01;2;0;0;0
+973;2020-05-02;0;0;0;0
+973;2020-05-03;0;0;0;0
+973;2020-05-04;3;0;0;0
+973;2020-05-05;0;0;0;0
+973;2020-05-06;0;0;0;0
+973;2020-05-07;3;0;0;0
+973;2020-05-08;0;0;0;2
+973;2020-05-09;0;0;0;0
+973;2020-05-10;0;0;0;0
+973;2020-05-11;2;0;0;0
+973;2020-05-12;3;0;0;0
+973;2020-05-13;0;0;0;1
+973;2020-05-14;0;0;0;3
+973;2020-05-15;2;0;0;0
+973;2020-05-16;0;0;0;1
+973;2020-05-17;1;0;0;0
+973;2020-05-18;7;0;0;2
+973;2020-05-19;4;0;0;5
+973;2020-05-20;0;0;0;1
+973;2020-05-21;0;0;0;0
+973;2020-05-22;0;0;0;0
+973;2020-05-23;10;0;0;6
+973;2020-05-24;0;0;0;0
+973;2020-05-25;1;0;0;0
+973;2020-05-26;8;2;0;8
+973;2020-05-27;3;0;0;2
+973;2020-05-28;5;0;0;4
+973;2020-05-29;2;0;0;1
+973;2020-05-30;2;0;0;1
+973;2020-05-31;0;0;0;0
+973;2020-06-01;9;0;0;1
+973;2020-06-02;7;1;0;9
+973;2020-06-03;8;0;0;7
+973;2020-06-04;3;0;0;3
+974;2020-03-19;0;0;0;0
+974;2020-03-20;0;0;0;0
+974;2020-03-21;0;0;0;0
+974;2020-03-22;0;0;0;0
+974;2020-03-23;0;0;0;0
+974;2020-03-24;1;1;0;0
+974;2020-03-25;0;0;0;0
+974;2020-03-26;0;0;0;0
+974;2020-03-27;0;0;0;0
+974;2020-03-28;12;1;0;0
+974;2020-03-29;42;0;0;5
+974;2020-03-30;4;1;0;1
+974;2020-03-31;6;2;0;4
+974;2020-04-01;7;0;0;10
+974;2020-04-02;6;1;0;4
+974;2020-04-03;4;0;0;5
+974;2020-04-04;3;2;0;10
+974;2020-04-05;0;0;0;2
+974;2020-04-06;3;0;0;2
+974;2020-04-07;1;0;0;9
+974;2020-04-08;5;0;0;3
+974;2020-04-09;0;1;0;3
+974;2020-04-10;6;0;0;0
+974;2020-04-11;0;0;0;12
+974;2020-04-12;0;0;0;2
+974;2020-04-13;0;0;0;0
+974;2020-04-14;0;0;0;1
+974;2020-04-15;0;0;0;4
+974;2020-04-16;2;1;0;7
+974;2020-04-17;1;0;0;3
+974;2020-04-18;0;0;0;3
+974;2020-04-19;4;0;0;1
+974;2020-04-20;1;0;0;3
+974;2020-04-21;0;0;0;1
+974;2020-04-22;0;0;0;2
+974;2020-04-23;0;0;0;2
+974;2020-04-24;0;0;0;2
+974;2020-04-25;1;0;0;2
+974;2020-04-26;0;0;0;1
+974;2020-04-27;0;0;0;0
+974;2020-04-28;1;0;0;1
+974;2020-04-29;3;0;0;5
+974;2020-04-30;0;0;0;0
+974;2020-05-01;0;0;0;0
+974;2020-05-02;2;1;0;1
+974;2020-05-03;0;0;0;1
+974;2020-05-04;1;0;0;0
+974;2020-05-05;3;0;0;1
+974;2020-05-06;1;0;0;0
+974;2020-05-07;3;2;0;0
+974;2020-05-08;3;1;0;0
+974;2020-05-09;2;1;0;1
+974;2020-05-10;0;2;0;1
+974;2020-05-11;0;0;0;0
+974;2020-05-12;0;0;0;0
+974;2020-05-13;1;0;0;0
+974;2020-05-14;1;1;0;2
+974;2020-05-15;0;0;0;0
+974;2020-05-16;2;0;0;1
+974;2020-05-17;0;0;0;0
+974;2020-05-18;1;0;0;0
+974;2020-05-19;0;0;0;0
+974;2020-05-20;0;0;1;1
+974;2020-05-21;1;0;0;0
+974;2020-05-22;1;0;0;0
+974;2020-05-23;0;0;0;0
+974;2020-05-24;2;1;0;0
+974;2020-05-25;2;0;0;0
+974;2020-05-26;1;0;0;0
+974;2020-05-27;2;0;0;0
+974;2020-05-28;0;0;0;0
+974;2020-05-29;2;1;0;3
+974;2020-05-30;2;1;0;0
+974;2020-05-31;0;0;0;0
+974;2020-06-01;0;0;0;0
+974;2020-06-02;0;0;0;0
+974;2020-06-03;0;0;0;2
+974;2020-06-04;0;0;0;0
+976;2020-03-19;0;0;0;0
+976;2020-03-20;0;0;0;0
+976;2020-03-21;0;0;0;0
+976;2020-03-22;0;0;0;0
+976;2020-03-23;0;0;0;0
+976;2020-03-24;0;0;0;0
+976;2020-03-25;0;0;0;0
+976;2020-03-26;0;0;0;0
+976;2020-03-27;0;0;0;0
+976;2020-03-28;0;0;0;0
+976;2020-03-29;0;0;0;0
+976;2020-03-30;0;0;0;0
+976;2020-03-31;0;0;0;0
+976;2020-04-01;1;0;0;1
+976;2020-04-02;11;2;2;1
+976;2020-04-03;9;0;0;0
+976;2020-04-04;2;0;0;5
+976;2020-04-05;3;0;0;1
+976;2020-04-06;4;0;0;5
+976;2020-04-07;4;0;0;4
+976;2020-04-08;7;1;0;8
+976;2020-04-09;2;0;0;1
+976;2020-04-10;2;0;0;0
+976;2020-04-11;2;0;1;1
+976;2020-04-12;2;0;0;0
+976;2020-04-13;0;0;0;0
+976;2020-04-14;4;0;0;10
+976;2020-04-15;5;1;0;3
+976;2020-04-16;7;2;1;2
+976;2020-04-17;2;0;0;2
+976;2020-04-18;2;0;0;0
+976;2020-04-19;5;0;1;3
+976;2020-04-20;1;0;1;3
+976;2020-04-21;4;0;0;5
+976;2020-04-22;4;0;0;2
+976;2020-04-23;2;0;0;4
+976;2020-04-24;9;0;0;2
+976;2020-04-25;0;0;0;0
+976;2020-04-26;12;2;0;6
+976;2020-04-27;6;0;0;4
+976;2020-04-28;8;0;0;10
+976;2020-04-29;0;0;0;0
+976;2020-04-30;7;0;0;9
+976;2020-05-01;6;2;2;8
+976;2020-05-02;2;1;0;1
+976;2020-05-03;8;1;0;1
+976;2020-05-04;10;1;1;5
+976;2020-05-05;6;2;2;3
+976;2020-05-06;7;1;1;6
+976;2020-05-07;10;0;0;4
+976;2020-05-08;4;2;0;3
+976;2020-05-09;5;0;0;4
+976;2020-05-10;9;2;0;1
+976;2020-05-11;9;1;1;19
+976;2020-05-12;10;1;3;8
+976;2020-05-13;9;2;0;9
+976;2020-05-14;12;0;0;6
+976;2020-05-15;7;1;1;6
+976;2020-05-16;3;1;0;7
+976;2020-05-17;6;1;0;2
+976;2020-05-18;1;0;1;0
+976;2020-05-19;4;2;0;6
+976;2020-05-20;3;2;0;2
+976;2020-05-21;6;0;0;12
+976;2020-05-22;5;1;0;4
+976;2020-05-23;3;1;1;9
+976;2020-05-24;5;0;0;1
+976;2020-05-25;3;1;0;0
+976;2020-05-26;5;2;0;8
+976;2020-05-27;7;0;0;5
+976;2020-05-28;3;0;0;4
+976;2020-05-29;10;2;0;2
+976;2020-05-30;4;0;0;12
+976;2020-05-31;2;0;0;2
+976;2020-06-01;2;0;2;1
+976;2020-06-02;4;1;0;15
+976;2020-06-03;8;0;0;3
+976;2020-06-04;6;0;0;4
diff --git a/data/inputs/downloaded/france_cumulative_hospitalizations/2020-06-08/donnees-hospitalieres-nouveaux-covid19.csv b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-06-08/donnees-hospitalieres-nouveaux-covid19.csv
new file mode 100644
index 0000000..4184dee
--- /dev/null
+++ b/data/inputs/downloaded/france_cumulative_hospitalizations/2020-06-08/donnees-hospitalieres-nouveaux-covid19.csv
@@ -0,0 +1,8283 @@
+dep;jour;incid_hosp;incid_rea;incid_dc;incid_rad
+01;2020-03-19;1;0;0;0
+01;2020-03-20;0;0;0;1
+01;2020-03-21;4;0;0;0
+01;2020-03-22;3;1;0;1
+01;2020-03-23;14;1;0;5
+01;2020-03-24;11;1;0;4
+01;2020-03-25;13;2;0;5
+01;2020-03-26;14;3;2;2
+01;2020-03-27;14;2;0;0
+01;2020-03-28;7;3;1;3
+01;2020-03-29;10;2;3;3
+01;2020-03-30;20;7;4;1
+01;2020-03-31;20;0;1;10
+01;2020-04-01;38;14;2;10
+01;2020-04-02;32;6;2;19
+01;2020-04-03;15;4;3;13
+01;2020-04-04;24;8;5;9
+01;2020-04-05;12;4;2;3
+01;2020-04-06;10;2;1;6
+01;2020-04-07;15;3;2;5
+01;2020-04-08;19;8;4;9
+01;2020-04-09;12;3;4;8
+01;2020-04-10;17;2;5;8
+01;2020-04-11;7;3;2;15
+01;2020-04-12;4;2;0;4
+01;2020-04-13;12;1;2;3
+01;2020-04-14;14;1;2;5
+01;2020-04-15;35;0;6;28
+01;2020-04-16;16;1;0;3
+01;2020-04-17;9;2;3;9
+01;2020-04-18;31;3;5;4
+01;2020-04-19;3;1;0;1
+01;2020-04-20;4;2;2;3
+01;2020-04-21;12;3;2;11
+01;2020-04-22;13;1;4;15
+01;2020-04-23;10;0;4;9
+01;2020-04-24;6;0;1;5
+01;2020-04-25;4;0;2;5
+01;2020-04-26;4;0;0;1
+01;2020-04-27;4;0;0;7
+01;2020-04-28;4;0;3;4
+01;2020-04-29;14;0;1;11
+01;2020-04-30;8;2;1;8
+01;2020-05-01;4;0;1;5
+01;2020-05-02;1;1;0;0
+01;2020-05-03;1;0;0;0
+01;2020-05-04;2;0;0;2
+01;2020-05-05;7;2;4;12
+01;2020-05-06;8;0;0;14
+01;2020-05-07;1;0;0;7
+01;2020-05-08;1;0;0;2
+01;2020-05-09;1;0;1;2
+01;2020-05-10;3;0;0;1
+01;2020-05-11;6;2;2;6
+01;2020-05-12;4;1;0;2
+01;2020-05-13;6;0;0;4
+01;2020-05-14;4;0;0;4
+01;2020-05-15;4;0;1;5
+01;2020-05-16;1;0;1;2
+01;2020-05-17;1;0;0;1
+01;2020-05-18;1;0;0;5
+01;2020-05-19;5;0;2;13
+01;2020-05-20;2;0;0;6
+01;2020-05-21;0;0;1;4
+01;2020-05-22;0;0;1;1
+01;2020-05-23;4;0;1;5
+01;2020-05-24;0;0;0;0
+01;2020-05-25;1;0;0;1
+01;2020-05-26;2;0;0;10
+01;2020-05-27;0;0;0;1
+01;2020-05-28;0;0;0;6
+01;2020-05-29;0;0;0;0
+01;2020-05-30;1;0;0;9
+01;2020-05-31;0;0;0;0
+01;2020-06-01;0;0;0;0
+01;2020-06-02;1;0;0;2
+01;2020-06-03;2;0;1;7
+01;2020-06-04;4;0;1;1
+01;2020-06-05;0;0;0;1
+01;2020-06-06;0;0;1;6
+01;2020-06-07;0;0;0;0
+01;2020-06-08;2;0;2;1
+02;2020-03-19;38;8;10;15
+02;2020-03-20;10;3;3;9
+02;2020-03-21;30;4;1;9
+02;2020-03-22;13;1;3;8
+02;2020-03-23;27;1;2;5
+02;2020-03-24;46;4;3;23
+02;2020-03-25;15;5;1;8
+02;2020-03-26;22;3;2;10
+02;2020-03-27;16;3;1;5
+02;2020-03-28;26;2;4;13
+02;2020-03-29;4;1;1;1
+02;2020-03-30;9;4;2;3
+02;2020-03-31;58;6;7;41
+02;2020-04-01;41;4;8;13
+02;2020-04-02;58;1;8;27
+02;2020-04-03;58;4;18;16
+02;2020-04-04;42;4;10;19
+02;2020-04-05;7;0;6;2
+02;2020-04-06;14;1;6;7
+02;2020-04-07;66;2;9;31
+02;2020-04-08;23;5;4;13
+02;2020-04-09;39;4;9;20
+02;2020-04-10;32;7;8;14
+02;2020-04-11;25;0;4;22
+02;2020-04-12;9;1;2;2
+02;2020-04-13;9;0;5;1
+02;2020-04-14;9;1;5;16
+02;2020-04-15;28;4;3;25
+02;2020-04-16;13;1;4;14
+02;2020-04-17;18;1;6;12
+02;2020-04-18;13;0;3;10
+02;2020-04-19;8;1;1;1
+02;2020-04-20;107;7;6;70
+02;2020-04-21;93;1;13;90
+02;2020-04-22;29;1;5;39
+02;2020-04-23;24;1;1;20
+02;2020-04-24;25;1;3;14
+02;2020-04-25;10;0;4;12
+02;2020-04-26;12;0;3;0
+02;2020-04-27;4;0;2;8
+02;2020-04-28;29;4;5;20
+02;2020-04-29;15;4;5;18
+02;2020-04-30;16;1;1;16
+02;2020-05-01;6;0;2;11
+02;2020-05-02;7;0;0;3
+02;2020-05-03;1;0;4;0
+02;2020-05-04;12;0;5;8
+02;2020-05-05;20;0;3;25
+02;2020-05-06;20;1;1;18
+02;2020-05-07;29;4;2;45
+02;2020-05-08;21;2;2;28
+02;2020-05-09;0;0;1;0
+02;2020-05-10;2;0;2;1
+02;2020-05-11;14;3;4;9
+02;2020-05-12;7;0;4;21
+02;2020-05-13;13;0;3;25
+02;2020-05-14;12;1;0;33
+02;2020-05-15;5;0;2;7
+02;2020-05-16;12;0;2;5
+02;2020-05-17;3;0;3;0
+02;2020-05-18;10;0;1;5
+02;2020-05-19;3;1;0;7
+02;2020-05-20;6;0;2;6
+02;2020-05-21;1;0;0;4
+02;2020-05-22;2;0;0;4
+02;2020-05-23;1;0;3;2
+02;2020-05-24;1;0;0;0
+02;2020-05-25;5;0;2;16
+02;2020-05-26;19;2;1;7
+02;2020-05-27;2;0;1;10
+02;2020-05-28;7;2;2;5
+02;2020-05-29;6;1;2;7
+02;2020-05-30;3;0;0;2
+02;2020-05-31;0;0;1;0
+02;2020-06-01;0;0;1;1
+02;2020-06-02;1;0;1;1
+02;2020-06-03;5;0;0;9
+02;2020-06-04;3;2;1;3
+02;2020-06-05;3;1;0;6
+02;2020-06-06;1;0;0;0
+02;2020-06-07;1;0;0;1
+02;2020-06-08;4;0;3;6
+03;2020-03-19;2;0;0;6
+03;2020-03-20;4;0;0;3
+03;2020-03-21;4;0;0;1
+03;2020-03-22;2;0;0;2
+03;2020-03-23;11;0;1;4
+03;2020-03-24;1;0;0;0
+03;2020-03-25;6;1;0;4
+03;2020-03-26;10;1;1;6
+03;2020-03-27;6;1;2;1
+03;2020-03-28;8;0;0;4
+03;2020-03-29;3;3;0;1
+03;2020-03-30;14;4;0;6
+03;2020-03-31;5;1;1;3
+03;2020-04-01;9;1;0;7
+03;2020-04-02;5;3;1;6
+03;2020-04-03;5;0;1;1
+03;2020-04-04;6;0;0;2
+03;2020-04-05;6;4;1;4
+03;2020-04-06;6;1;0;2
+03;2020-04-07;5;0;0;4
+03;2020-04-08;9;2;2;2
+03;2020-04-09;3;1;0;0
+03;2020-04-10;5;2;0;6
+03;2020-04-11;8;1;2;2
+03;2020-04-12;4;0;1;6
+03;2020-04-13;3;0;0;3
+03;2020-04-14;6;2;3;0
+03;2020-04-15;2;0;1;4
+03;2020-04-16;4;0;2;1
+03;2020-04-17;2;0;0;1
+03;2020-04-18;2;0;3;3
+03;2020-04-19;0;1;0;0
+03;2020-04-20;5;0;0;0
+03;2020-04-21;5;0;1;9
+03;2020-04-22;5;1;1;3
+03;2020-04-23;3;0;0;4
+03;2020-04-24;2;0;1;3
+03;2020-04-25;5;0;0;3
+03;2020-04-26;3;0;0;1
+03;2020-04-27;0;0;0;1
+03;2020-04-28;1;0;1;4
+03;2020-04-29;0;2;1;4
+03;2020-04-30;2;0;0;3
+03;2020-05-01;2;0;1;1
+03;2020-05-02;2;0;0;1
+03;2020-05-03;0;0;0;0
+03;2020-05-04;1;0;0;0
+03;2020-05-05;2;0;2;6
+03;2020-05-06;2;1;0;2
+03;2020-05-07;2;0;0;2
+03;2020-05-08;3;0;1;2
+03;2020-05-09;0;1;0;0
+03;2020-05-10;1;0;0;0
+03;2020-05-11;0;1;0;0
+03;2020-05-12;2;0;1;10
+03;2020-05-13;0;0;1;2
+03;2020-05-14;1;0;0;1
+03;2020-05-15;0;0;0;1
+03;2020-05-16;0;0;0;2
+03;2020-05-17;0;0;0;0
+03;2020-05-18;0;0;0;0
+03;2020-05-19;5;0;2;4
+03;2020-05-20;4;0;3;1
+03;2020-05-21;0;0;0;0
+03;2020-05-22;0;0;0;1
+03;2020-05-23;5;0;0;3
+03;2020-05-24;3;0;0;2
+03;2020-05-25;3;0;0;1
+03;2020-05-26;1;0;0;1
+03;2020-05-27;3;0;0;7
+03;2020-05-28;0;0;1;0
+03;2020-05-29;0;0;0;2
+03;2020-05-30;0;0;0;2
+03;2020-05-31;2;0;0;3
+03;2020-06-01;1;0;0;0
+03;2020-06-02;4;0;1;1
+03;2020-06-03;0;0;0;0
+03;2020-06-04;0;0;0;0
+03;2020-06-05;4;0;0;2
+03;2020-06-06;0;0;0;0
+03;2020-06-07;0;0;0;0
+03;2020-06-08;4;1;0;1
+04;2020-03-19;1;0;0;1
+04;2020-03-20;0;0;0;0
+04;2020-03-21;1;0;0;0
+04;2020-03-22;0;0;0;0
+04;2020-03-23;0;0;0;0
+04;2020-03-24;0;0;0;0
+04;2020-03-25;17;0;0;13
+04;2020-03-26;1;0;0;0
+04;2020-03-27;4;0;0;2
+04;2020-03-28;4;0;0;3
+04;2020-03-29;0;0;0;0
+04;2020-03-30;15;3;1;8
+04;2020-03-31;5;0;1;3
+04;2020-04-01;4;1;0;2
+04;2020-04-02;15;0;1;13
+04;2020-04-03;5;1;0;1
+04;2020-04-04;0;0;0;0
+04;2020-04-05;2;2;0;0
+04;2020-04-06;11;0;1;5
+04;2020-04-07;1;0;0;7
+04;2020-04-08;3;0;0;2
+04;2020-04-09;1;0;0;0
+04;2020-04-10;6;1;0;3
+04;2020-04-11;3;1;0;4
+04;2020-04-12;0;0;1;0
+04;2020-04-13;0;0;0;0
+04;2020-04-14;8;0;0;8
+04;2020-04-15;4;0;0;1
+04;2020-04-16;0;0;1;2
+04;2020-04-17;1;0;0;1
+04;2020-04-18;1;0;0;1
+04;2020-04-19;6;0;0;2
+04;2020-04-20;10;0;0;2
+04;2020-04-21;1;0;1;4
+04;2020-04-22;4;0;0;8
+04;2020-04-23;3;0;0;4
+04;2020-04-24;3;0;0;2
+04;2020-04-25;1;0;0;2
+04;2020-04-26;0;0;0;0
+04;2020-04-27;1;0;0;3
+04;2020-04-28;2;0;0;2
+04;2020-04-29;1;1;0;1
+04;2020-04-30;2;0;0;1
+04;2020-05-01;0;0;1;0
+04;2020-05-02;0;0;0;0
+04;2020-05-03;0;0;0;0
+04;2020-05-04;0;0;0;1
+04;2020-05-05;1;0;0;1
+04;2020-05-06;1;0;0;2
+04;2020-05-07;0;0;1;1
+04;2020-05-08;0;0;0;2
+04;2020-05-09;0;0;0;0
+04;2020-05-10;0;0;0;0
+04;2020-05-11;1;0;0;1
+04;2020-05-12;0;1;0;0
+04;2020-05-13;0;0;0;0
+04;2020-05-14;0;0;0;1
+04;2020-05-15;0;0;0;0
+04;2020-05-16;3;0;0;0
+04;2020-05-17;0;0;1;0
+04;2020-05-18;1;0;0;1
+04;2020-05-19;1;0;1;0
+04;2020-05-20;0;0;0;0
+04;2020-05-21;0;0;0;0
+04;2020-05-22;0;0;0;0
+04;2020-05-23;0;0;0;0
+04;2020-05-24;0;0;0;0
+04;2020-05-25;0;0;0;1
+04;2020-05-26;0;0;0;0
+04;2020-05-27;0;0;1;0
+04;2020-05-28;0;0;0;0
+04;2020-05-29;0;0;0;0
+04;2020-05-30;0;0;0;0
+04;2020-05-31;0;0;0;0
+04;2020-06-01;0;0;0;1
+04;2020-06-02;0;0;0;0
+04;2020-06-03;1;0;0;1
+04;2020-06-04;0;0;0;0
+04;2020-06-05;0;0;0;0
+04;2020-06-06;0;0;0;0
+04;2020-06-07;0;0;0;0
+04;2020-06-08;0;0;0;1
+05;2020-03-19;4;0;0;1
+05;2020-03-20;2;0;0;0
+05;2020-03-21;3;0;0;1
+05;2020-03-22;3;0;0;0
+05;2020-03-23;5;3;0;2
+05;2020-03-24;4;1;1;4
+05;2020-03-25;7;0;0;3
+05;2020-03-26;7;2;0;1
+05;2020-03-27;5;1;0;2
+05;2020-03-28;4;0;0;4
+05;2020-03-29;8;2;0;1
+05;2020-03-30;9;0;0;6
+05;2020-03-31;7;1;0;3
+05;2020-04-01;7;2;0;0
+05;2020-04-02;8;5;0;2
+05;2020-04-03;6;2;0;0
+05;2020-04-04;1;1;0;5
+05;2020-04-05;2;0;0;3
+05;2020-04-06;6;1;1;1
+05;2020-04-07;2;1;0;2
+05;2020-04-08;2;2;0;5
+05;2020-04-09;1;0;0;8
+05;2020-04-10;2;0;0;4
+05;2020-04-11;1;0;0;3
+05;2020-04-12;1;0;1;0
+05;2020-04-13;2;0;0;2
+05;2020-04-14;0;0;0;4
+05;2020-04-15;4;0;1;5
+05;2020-04-16;2;0;0;3
+05;2020-04-17;1;0;1;1
+05;2020-04-18;2;0;1;4
+05;2020-04-19;0;0;0;0
+05;2020-04-20;0;1;0;0
+05;2020-04-21;6;0;0;2
+05;2020-04-22;1;0;0;1
+05;2020-04-23;1;0;0;1
+05;2020-04-24;1;0;0;3
+05;2020-04-25;3;0;0;1
+05;2020-04-26;0;0;0;0
+05;2020-04-27;0;0;0;5
+05;2020-04-28;0;0;0;1
+05;2020-04-29;0;0;2;0
+05;2020-04-30;3;0;0;0
+05;2020-05-01;1;0;0;0
+05;2020-05-02;2;0;0;0
+05;2020-05-03;0;0;0;0
+05;2020-05-04;0;0;0;0
+05;2020-05-05;4;0;2;1
+05;2020-05-06;0;0;0;0
+05;2020-05-07;0;0;1;2
+05;2020-05-08;0;0;0;0
+05;2020-05-09;1;1;0;1
+05;2020-05-10;0;0;0;0
+05;2020-05-11;1;0;1;1
+05;2020-05-12;0;0;1;0
+05;2020-05-13;0;0;0;1
+05;2020-05-14;0;0;2;1
+05;2020-05-15;0;0;0;0
+05;2020-05-16;0;0;0;0
+05;2020-05-17;0;0;0;0
+05;2020-05-18;2;0;1;1
+05;2020-05-19;0;0;0;1
+05;2020-05-20;0;0;0;0
+05;2020-05-21;0;0;0;0
+05;2020-05-22;0;0;1;0
+05;2020-05-23;0;0;0;0
+05;2020-05-24;0;0;0;0
+05;2020-05-25;0;0;0;0
+05;2020-05-26;0;0;0;1
+05;2020-05-27;0;0;0;0
+05;2020-05-28;1;0;0;0
+05;2020-05-29;0;0;0;0
+05;2020-05-30;0;0;0;0
+05;2020-05-31;0;0;0;0
+05;2020-06-01;0;0;0;0
+05;2020-06-02;0;0;1;3
+05;2020-06-03;0;0;0;0
+05;2020-06-04;0;0;0;1
+05;2020-06-05;0;0;0;0
+05;2020-06-06;0;0;0;2
+05;2020-06-07;0;0;0;0
+05;2020-06-08;0;0;0;0
+06;2020-03-19;12;4;0;4
+06;2020-03-20;22;3;2;10
+06;2020-03-21;5;0;2;1
+06;2020-03-22;2;1;2;2
+06;2020-03-23;22;5;0;0
+06;2020-03-24;12;1;0;23
+06;2020-03-25;29;5;1;8
+06;2020-03-26;17;1;3;5
+06;2020-03-27;19;4;0;5
+06;2020-03-28;22;4;3;11
+06;2020-03-29;19;5;2;10
+06;2020-03-30;11;5;3;1
+06;2020-03-31;22;3;3;7
+06;2020-04-01;40;9;6;18
+06;2020-04-02;43;17;3;9
+06;2020-04-03;36;9;3;9
+06;2020-04-04;37;11;3;18
+06;2020-04-05;11;2;5;4
+06;2020-04-06;31;11;4;10
+06;2020-04-07;37;11;1;13
+06;2020-04-08;32;16;8;16
+06;2020-04-09;26;5;5;11
+06;2020-04-10;39;7;2;14
+06;2020-04-11;11;2;4;20
+06;2020-04-12;6;2;1;2
+06;2020-04-13;22;4;7;8
+06;2020-04-14;28;4;6;14
+06;2020-04-15;13;1;4;15
+06;2020-04-16;18;2;3;13
+06;2020-04-17;24;3;8;29
+06;2020-04-18;17;1;2;3
+06;2020-04-19;5;0;1;0
+06;2020-04-20;19;4;9;14
+06;2020-04-21;12;0;1;14
+06;2020-04-22;22;4;2;14
+06;2020-04-23;11;3;1;13
+06;2020-04-24;11;5;7;5
+06;2020-04-25;6;1;4;14
+06;2020-04-26;5;5;1;3
+06;2020-04-27;10;3;4;2
+06;2020-04-28;14;4;2;14
+06;2020-04-29;11;7;0;11
+06;2020-04-30;4;2;5;15
+06;2020-05-01;6;1;1;14
+06;2020-05-02;0;0;1;24
+06;2020-05-03;6;0;0;2
+06;2020-05-04;19;2;10;4
+06;2020-05-05;14;2;2;10
+06;2020-05-06;10;2;4;16
+06;2020-05-07;18;0;1;5
+06;2020-05-08;9;2;5;3
+06;2020-05-09;5;2;0;1
+06;2020-05-10;1;0;0;0
+06;2020-05-11;5;0;2;10
+06;2020-05-12;6;0;2;8
+06;2020-05-13;3;0;2;9
+06;2020-05-14;6;2;1;10
+06;2020-05-15;6;3;2;21
+06;2020-05-16;4;0;1;2
+06;2020-05-17;0;0;1;1
+06;2020-05-18;0;0;1;15
+06;2020-05-19;2;1;2;5
+06;2020-05-20;6;0;0;9
+06;2020-05-21;7;0;1;7
+06;2020-05-22;2;0;1;2
+06;2020-05-23;0;0;0;0
+06;2020-05-24;2;0;1;1
+06;2020-05-25;1;0;1;4
+06;2020-05-26;2;0;2;6
+06;2020-05-27;2;1;0;6
+06;2020-05-28;2;1;1;7
+06;2020-05-29;3;0;0;5
+06;2020-05-30;2;0;0;3
+06;2020-05-31;1;0;0;0
+06;2020-06-01;1;0;0;2
+06;2020-06-02;1;1;2;3
+06;2020-06-03;0;0;1;3
+06;2020-06-04;1;0;1;3
+06;2020-06-05;7;0;0;7
+06;2020-06-06;0;0;0;1
+06;2020-06-07;0;0;0;1
+06;2020-06-08;2;0;0;0
+07;2020-03-19;7;1;0;0
+07;2020-03-20;7;1;1;3
+07;2020-03-21;6;0;0;1
+07;2020-03-22;3;1;0;0
+07;2020-03-23;7;0;1;0
+07;2020-03-24;8;2;1;1
+07;2020-03-25;44;1;1;33
+07;2020-03-26;11;1;1;5
+07;2020-03-27;12;2;4;6
+07;2020-03-28;34;1;1;21
+07;2020-03-29;8;1;1;1
+07;2020-03-30;21;0;1;12
+07;2020-03-31;33;5;1;20
+07;2020-04-01;15;1;4;11
+07;2020-04-02;12;2;6;10
+07;2020-04-03;19;2;1;5
+07;2020-04-04;1;0;2;7
+07;2020-04-05;6;1;0;0
+07;2020-04-06;23;4;4;9
+07;2020-04-07;14;0;2;10
+07;2020-04-08;9;2;3;6
+07;2020-04-09;7;2;3;10
+07;2020-04-10;10;2;2;10
+07;2020-04-11;2;1;0;6
+07;2020-04-12;2;1;0;2
+07;2020-04-13;10;0;3;1
+07;2020-04-14;10;2;3;8
+07;2020-04-15;7;1;0;12
+07;2020-04-16;4;0;0;3
+07;2020-04-17;14;1;3;9
+07;2020-04-18;8;0;1;6
+07;2020-04-19;1;0;0;0
+07;2020-04-20;4;1;3;9
+07;2020-04-21;6;3;1;5
+07;2020-04-22;4;0;1;5
+07;2020-04-23;8;0;2;10
+07;2020-04-24;3;1;0;1
+07;2020-04-25;6;2;2;7
+07;2020-04-26;7;0;1;1
+07;2020-04-27;11;0;6;2
+07;2020-04-28;51;2;2;6
+07;2020-04-29;3;1;1;4
+07;2020-04-30;28;0;1;25
+07;2020-05-01;9;0;1;8
+07;2020-05-02;2;0;0;3
+07;2020-05-03;0;0;2;0
+07;2020-05-04;4;1;2;6
+07;2020-05-05;36;0;5;14
+07;2020-05-06;16;0;2;30
+07;2020-05-07;8;0;3;5
+07;2020-05-08;4;0;2;5
+07;2020-05-09;3;0;1;1
+07;2020-05-10;9;1;2;6
+07;2020-05-11;1;0;0;5
+07;2020-05-12;4;0;0;9
+07;2020-05-13;9;0;5;13
+07;2020-05-14;7;0;1;6
+07;2020-05-15;1;1;3;5
+07;2020-05-16;1;0;1;15
+07;2020-05-17;0;0;0;0
+07;2020-05-18;6;0;1;2
+07;2020-05-19;4;0;1;8
+07;2020-05-20;5;0;2;13
+07;2020-05-21;0;0;0;10
+07;2020-05-22;3;1;0;2
+07;2020-05-23;0;0;0;1
+07;2020-05-24;2;0;0;0
+07;2020-05-25;2;1;1;2
+07;2020-05-26;4;0;1;6
+07;2020-05-27;4;0;2;9
+07;2020-05-28;0;0;1;15
+07;2020-05-29;0;0;0;12
+07;2020-05-30;0;0;0;4
+07;2020-05-31;1;0;0;0
+07;2020-06-01;2;0;0;0
+07;2020-06-02;3;1;1;1
+07;2020-06-03;0;0;0;8
+07;2020-06-04;1;1;1;3
+07;2020-06-05;0;0;0;0
+07;2020-06-06;0;0;0;1
+07;2020-06-07;0;0;0;0
+07;2020-06-08;2;0;1;2
+08;2020-03-19;1;1;0;0
+08;2020-03-20;0;0;0;0
+08;2020-03-21;2;0;0;0
+08;2020-03-22;1;0;0;0
+08;2020-03-23;1;1;0;0
+08;2020-03-24;0;0;0;1
+08;2020-03-25;2;1;0;0
+08;2020-03-26;8;4;0;0
+08;2020-03-27;0;1;0;0
+08;2020-03-28;11;0;0;0
+08;2020-03-29;7;3;0;2
+08;2020-03-30;0;0;0;0
+08;2020-03-31;22;7;0;4
+08;2020-04-01;7;0;1;0
+08;2020-04-02;13;1;0;2
+08;2020-04-03;5;0;1;3
+08;2020-04-04;11;2;1;7
+08;2020-04-05;10;0;1;3
+08;2020-04-06;8;0;2;7
+08;2020-04-07;13;1;0;7
+08;2020-04-08;0;0;1;2
+08;2020-04-09;11;2;2;5
+08;2020-04-10;9;0;2;8
+08;2020-04-11;3;1;2;5
+08;2020-04-12;23;0;4;9
+08;2020-04-13;0;0;0;0
+08;2020-04-14;9;3;4;5
+08;2020-04-15;7;1;4;8
+08;2020-04-16;3;0;0;5
+08;2020-04-17;14;3;2;9
+08;2020-04-18;11;1;5;7
+08;2020-04-19;6;0;3;3
+08;2020-04-20;3;0;5;0
+08;2020-04-21;4;0;1;2
+08;2020-04-22;10;2;2;6
+08;2020-04-23;2;0;0;1
+08;2020-04-24;4;1;0;1
+08;2020-04-25;3;1;1;1
+08;2020-04-26;4;0;0;3
+08;2020-04-27;4;0;2;1
+08;2020-04-28;1;0;0;0
+08;2020-04-29;4;0;0;7
+08;2020-04-30;0;0;0;1
+08;2020-05-01;3;0;2;0
+08;2020-05-02;2;0;0;0
+08;2020-05-03;2;2;1;0
+08;2020-05-04;0;0;1;1
+08;2020-05-05;2;0;0;1
+08;2020-05-06;12;0;0;2
+08;2020-05-07;6;1;0;2
+08;2020-05-08;0;0;0;0
+08;2020-05-09;7;1;4;0
+08;2020-05-10;3;0;0;1
+08;2020-05-11;1;0;1;0
+08;2020-05-12;1;0;1;2
+08;2020-05-13;0;0;0;0
+08;2020-05-14;7;0;2;2
+08;2020-05-15;6;0;1;4
+08;2020-05-16;0;0;0;1
+08;2020-05-17;2;1;0;0
+08;2020-05-18;0;0;0;0
+08;2020-05-19;29;3;2;1
+08;2020-05-20;0;0;0;1
+08;2020-05-21;0;0;1;0
+08;2020-05-22;3;0;0;2
+08;2020-05-23;0;0;0;0
+08;2020-05-24;0;0;0;2
+08;2020-05-25;0;0;0;0
+08;2020-05-26;1;0;0;8
+08;2020-05-27;1;0;0;0
+08;2020-05-28;1;0;0;3
+08;2020-05-29;1;1;0;0
+08;2020-05-30;2;0;1;26
+08;2020-05-31;0;0;0;0
+08;2020-06-01;3;1;0;2
+08;2020-06-02;0;0;0;0
+08;2020-06-03;0;0;0;0
+08;2020-06-04;1;0;0;3
+08;2020-06-05;0;0;0;10
+08;2020-06-06;8;2;0;0
+08;2020-06-07;0;0;0;1
+08;2020-06-08;0;0;0;0
+09;2020-03-19;0;0;0;0
+09;2020-03-20;1;0;0;0
+09;2020-03-21;1;0;0;1
+09;2020-03-22;1;0;0;0
+09;2020-03-23;1;2;0;0
+09;2020-03-24;1;0;0;0
+09;2020-03-25;5;0;0;1
+09;2020-03-26;0;1;0;0
+09;2020-03-27;1;0;0;0
+09;2020-03-28;0;0;0;0
+09;2020-03-29;0;1;0;0
+09;2020-03-30;2;1;0;0
+09;2020-03-31;3;0;0;2
+09;2020-04-01;5;3;0;1
+09;2020-04-02;2;0;1;1
+09;2020-04-03;0;0;0;0
+09;2020-04-04;1;0;0;2
+09;2020-04-05;3;0;0;0
+09;2020-04-06;1;0;0;1
+09;2020-04-07;2;0;0;1
+09;2020-04-08;3;0;0;1
+09;2020-04-09;1;0;0;1
+09;2020-04-10;1;0;0;4
+09;2020-04-11;0;0;0;0
+09;2020-04-12;1;0;0;0
+09;2020-04-13;0;0;0;0
+09;2020-04-14;0;0;0;0
+09;2020-04-15;2;0;0;0
+09;2020-04-16;0;0;0;0
+09;2020-04-17;2;1;1;4
+09;2020-04-18;0;0;0;0
+09;2020-04-19;0;0;0;1
+09;2020-04-20;1;0;0;1
+09;2020-04-21;0;0;0;1
+09;2020-04-22;0;0;0;0
+09;2020-04-23;1;0;0;0
+09;2020-04-24;1;0;0;4
+09;2020-04-25;0;0;0;0
+09;2020-04-26;0;0;0;0
+09;2020-04-27;0;0;0;1
+09;2020-04-28;0;0;0;0
+09;2020-04-29;0;0;0;0
+09;2020-04-30;0;0;0;0
+09;2020-05-01;0;0;0;3
+09;2020-05-02;0;0;0;1
+09;2020-05-03;0;0;0;0
+09;2020-05-04;0;0;0;0
+09;2020-05-05;0;0;0;0
+09;2020-05-06;0;0;0;0
+09;2020-05-07;0;0;0;0
+09;2020-05-08;0;1;0;0
+09;2020-05-09;0;0;0;0
+09;2020-05-10;0;0;0;0
+09;2020-05-11;0;0;0;0
+09;2020-05-12;0;0;0;0
+09;2020-05-13;0;0;0;0
+09;2020-05-14;0;0;0;0
+09;2020-05-15;0;0;0;0
+09;2020-05-16;0;0;0;0
+09;2020-05-17;0;0;0;0
+09;2020-05-18;0;0;0;0
+09;2020-05-19;0;0;0;0
+09;2020-05-20;2;0;0;0
+09;2020-05-21;1;0;0;0
+09;2020-05-22;0;0;1;2
+09;2020-05-23;0;0;0;0
+09;2020-05-24;0;0;0;0
+09;2020-05-25;0;0;0;0
+09;2020-05-26;0;0;0;0
+09;2020-05-27;0;0;0;1
+09;2020-05-28;0;0;0;0
+09;2020-05-29;0;0;0;0
+09;2020-05-30;0;0;0;0
+09;2020-05-31;0;0;0;0
+09;2020-06-01;0;0;0;0
+09;2020-06-02;0;0;0;0
+09;2020-06-03;0;0;0;0
+09;2020-06-04;0;0;0;0
+09;2020-06-05;0;0;0;0
+09;2020-06-06;0;0;0;0
+09;2020-06-07;0;0;0;0
+09;2020-06-08;0;0;0;0
+10;2020-03-19;6;2;0;0
+10;2020-03-20;2;0;0;0
+10;2020-03-21;6;2;0;0
+10;2020-03-22;9;0;0;0
+10;2020-03-23;9;0;2;0
+10;2020-03-24;3;0;0;0
+10;2020-03-25;17;5;4;3
+10;2020-03-26;12;2;0;0
+10;2020-03-27;4;0;0;0
+10;2020-03-28;4;0;1;0
+10;2020-03-29;1;0;0;0
+10;2020-03-30;6;0;0;1
+10;2020-03-31;13;1;1;0
+10;2020-04-01;34;5;10;17
+10;2020-04-02;23;2;2;3
+10;2020-04-03;9;0;1;1
+10;2020-04-04;38;4;10;2
+10;2020-04-05;10;1;3;0
+10;2020-04-06;3;0;1;0
+10;2020-04-07;13;2;3;3
+10;2020-04-08;29;2;9;24
+10;2020-04-09;157;5;11;95
+10;2020-04-10;62;0;1;49
+10;2020-04-11;9;0;2;0
+10;2020-04-12;24;0;0;1
+10;2020-04-13;24;0;1;1
+10;2020-04-14;19;1;3;0
+10;2020-04-15;11;0;5;14
+10;2020-04-16;18;0;2;18
+10;2020-04-17;13;0;2;13
+10;2020-04-18;6;0;0;1
+10;2020-04-19;4;1;2;0
+10;2020-04-20;12;0;6;19
+10;2020-04-21;7;5;4;10
+10;2020-04-22;37;0;7;27
+10;2020-04-23;29;2;5;14
+10;2020-04-24;29;0;4;27
+10;2020-04-25;12;0;3;2
+10;2020-04-26;0;0;1;0
+10;2020-04-27;6;0;2;7
+10;2020-04-28;29;5;1;22
+10;2020-04-29;26;4;3;27
+10;2020-04-30;16;3;2;10
+10;2020-05-01;19;0;1;18
+10;2020-05-02;13;2;0;3
+10;2020-05-03;14;5;0;20
+10;2020-05-04;4;0;1;0
+10;2020-05-05;4;0;0;10
+10;2020-05-06;10;0;2;16
+10;2020-05-07;20;0;4;27
+10;2020-05-08;5;0;1;3
+10;2020-05-09;1;0;0;0
+10;2020-05-10;4;0;0;2
+10;2020-05-11;2;0;1;0
+10;2020-05-12;2;0;0;5
+10;2020-05-13;2;0;0;5
+10;2020-05-14;6;0;0;1
+10;2020-05-15;1;0;0;8
+10;2020-05-16;5;0;0;4
+10;2020-05-17;2;0;3;1
+10;2020-05-18;7;0;0;0
+10;2020-05-19;1;0;0;5
+10;2020-05-20;3;0;2;12
+10;2020-05-21;5;0;0;2
+10;2020-05-22;1;0;0;0
+10;2020-05-23;1;0;0;0
+10;2020-05-24;1;0;2;0
+10;2020-05-25;0;0;0;0
+10;2020-05-26;1;0;2;5
+10;2020-05-27;2;0;1;19
+10;2020-05-28;4;0;2;3
+10;2020-05-29;2;0;1;5
+10;2020-05-30;0;0;0;3
+10;2020-05-31;0;0;0;1
+10;2020-06-01;1;0;0;0
+10;2020-06-02;0;0;1;0
+10;2020-06-03;0;0;0;4
+10;2020-06-04;0;0;0;3
+10;2020-06-05;1;0;1;12
+10;2020-06-06;1;0;0;2
+10;2020-06-07;1;0;0;0
+10;2020-06-08;0;0;0;0
+11;2020-03-19;19;5;3;4
+11;2020-03-20;10;2;2;1
+11;2020-03-21;2;0;3;0
+11;2020-03-22;5;1;1;0
+11;2020-03-23;14;4;0;0
+11;2020-03-24;5;1;2;0
+11;2020-03-25;12;1;3;4
+11;2020-03-26;13;3;1;6
+11;2020-03-27;12;2;0;3
+11;2020-03-28;21;4;2;8
+11;2020-03-29;18;1;0;1
+11;2020-03-30;19;2;1;1
+11;2020-03-31;15;1;2;3
+11;2020-04-01;17;3;2;7
+11;2020-04-02;31;1;0;6
+11;2020-04-03;7;1;4;3
+11;2020-04-04;8;1;0;3
+11;2020-04-05;8;0;3;6
+11;2020-04-06;7;2;4;4
+11;2020-04-07;13;2;0;9
+11;2020-04-08;4;0;3;5
+11;2020-04-09;3;1;2;5
+11;2020-04-10;6;2;1;7
+11;2020-04-11;7;0;0;5
+11;2020-04-12;17;0;1;0
+11;2020-04-13;13;1;2;0
+11;2020-04-14;4;0;1;2
+11;2020-04-15;4;0;0;10
+11;2020-04-16;3;0;0;4
+11;2020-04-17;7;1;0;7
+11;2020-04-18;7;0;1;9
+11;2020-04-19;3;1;0;0
+11;2020-04-20;2;0;1;1
+11;2020-04-21;11;1;1;6
+11;2020-04-22;1;0;1;2
+11;2020-04-23;1;0;1;5
+11;2020-04-24;5;0;2;3
+11;2020-04-25;3;0;1;5
+11;2020-04-26;1;0;1;2
+11;2020-04-27;3;1;0;0
+11;2020-04-28;8;2;1;7
+11;2020-04-29;0;0;0;2
+11;2020-04-30;7;0;2;11
+11;2020-05-01;5;0;0;1
+11;2020-05-02;1;0;0;1
+11;2020-05-03;5;0;0;0
+11;2020-05-04;2;0;1;4
+11;2020-05-05;1;0;1;3
+11;2020-05-06;0;0;0;9
+11;2020-05-07;2;0;1;2
+11;2020-05-08;1;0;0;0
+11;2020-05-09;0;1;1;1
+11;2020-05-10;0;0;0;0
+11;2020-05-11;0;0;0;0
+11;2020-05-12;0;0;0;3
+11;2020-05-13;9;1;0;2
+11;2020-05-14;0;0;0;3
+11;2020-05-15;0;0;0;3
+11;2020-05-16;7;1;0;0
+11;2020-05-17;3;0;0;3
+11;2020-05-18;3;1;0;0
+11;2020-05-19;2;0;0;2
+11;2020-05-20;2;0;0;5
+11;2020-05-21;2;0;0;2
+11;2020-05-22;7;2;0;1
+11;2020-05-23;0;0;0;0
+11;2020-05-24;0;0;0;0
+11;2020-05-25;1;0;0;0
+11;2020-05-26;0;0;0;1
+11;2020-05-27;0;0;0;1
+11;2020-05-28;2;0;0;4
+11;2020-05-29;1;0;0;1
+11;2020-05-30;1;0;0;1
+11;2020-05-31;2;0;1;0
+11;2020-06-01;0;0;1;0
+11;2020-06-02;2;0;1;0
+11;2020-06-03;0;0;0;2
+11;2020-06-04;0;0;0;2
+11;2020-06-05;1;0;0;1
+11;2020-06-06;0;0;0;1
+11;2020-06-07;0;0;0;0
+11;2020-06-08;0;0;0;0
+12;2020-03-19;4;0;1;1
+12;2020-03-20;4;0;0;1
+12;2020-03-21;1;0;0;1
+12;2020-03-22;2;0;0;0
+12;2020-03-23;1;0;0;0
+12;2020-03-24;6;1;0;1
+12;2020-03-25;3;1;0;5
+12;2020-03-26;8;2;3;0
+12;2020-03-27;6;1;1;3
+12;2020-03-28;13;0;1;3
+12;2020-03-29;2;0;0;0
+12;2020-03-30;10;2;0;3
+12;2020-03-31;6;2;0;2
+12;2020-04-01;4;0;1;0
+12;2020-04-02;9;1;0;3
+12;2020-04-03;13;1;1;2
+12;2020-04-04;10;2;2;5
+12;2020-04-05;3;0;2;3
+12;2020-04-06;6;0;0;1
+12;2020-04-07;4;0;1;7
+12;2020-04-08;3;0;1;5
+12;2020-04-09;4;1;1;3
+12;2020-04-10;7;2;2;6
+12;2020-04-11;8;0;0;2
+12;2020-04-12;2;0;1;0
+12;2020-04-13;3;0;1;1
+12;2020-04-14;1;0;0;2
+12;2020-04-15;3;0;0;4
+12;2020-04-16;1;0;0;1
+12;2020-04-17;5;0;0;2
+12;2020-04-18;8;0;0;2
+12;2020-04-19;1;0;0;2
+12;2020-04-20;4;0;0;1
+12;2020-04-21;1;0;1;2
+12;2020-04-22;3;0;0;6
+12;2020-04-23;3;0;0;6
+12;2020-04-24;0;0;0;13
+12;2020-04-25;0;0;0;2
+12;2020-04-26;0;0;0;0
+12;2020-04-27;0;0;0;0
+12;2020-04-28;0;0;0;3
+12;2020-04-29;0;0;1;2
+12;2020-04-30;1;0;1;4
+12;2020-05-01;0;0;0;5
+12;2020-05-02;0;0;0;4
+12;2020-05-03;0;0;0;0
+12;2020-05-04;0;0;0;0
+12;2020-05-05;0;0;0;3
+12;2020-05-06;2;0;0;1
+12;2020-05-07;0;0;0;0
+12;2020-05-08;0;0;0;0
+12;2020-05-09;0;0;0;1
+12;2020-05-10;0;0;0;0
+12;2020-05-11;0;0;0;0
+12;2020-05-12;0;0;0;1
+12;2020-05-13;1;0;0;0
+12;2020-05-14;0;0;1;2
+12;2020-05-15;0;0;0;0
+12;2020-05-16;0;0;0;4
+12;2020-05-17;0;0;0;0
+12;2020-05-18;0;0;0;0
+12;2020-05-19;0;0;0;0
+12;2020-05-20;0;0;0;0
+12;2020-05-21;0;0;0;0
+12;2020-05-22;1;0;0;4
+12;2020-05-23;0;0;0;0
+12;2020-05-24;0;0;0;0
+12;2020-05-25;0;0;0;0
+12;2020-05-26;0;0;0;0
+12;2020-05-27;0;0;0;0
+12;2020-05-28;0;0;1;1
+12;2020-05-29;0;0;0;0
+12;2020-05-30;0;0;0;4
+12;2020-05-31;0;0;0;0
+12;2020-06-01;0;0;0;0
+12;2020-06-02;0;0;0;0
+12;2020-06-03;0;0;0;0
+12;2020-06-04;0;0;0;0
+12;2020-06-05;0;0;0;0
+12;2020-06-06;0;0;0;0
+12;2020-06-07;0;0;0;0
+12;2020-06-08;0;0;0;0
+13;2020-03-19;90;17;0;43
+13;2020-03-20;43;4;0;7
+13;2020-03-21;63;12;0;21
+13;2020-03-22;48;1;0;11
+13;2020-03-23;80;15;0;30
+13;2020-03-24;94;20;3;30
+13;2020-03-25;80;5;5;65
+13;2020-03-26;114;20;4;53
+13;2020-03-27;136;16;4;38
+13;2020-03-28;107;15;3;27
+13;2020-03-29;117;25;7;6
+13;2020-03-30;138;34;5;22
+13;2020-03-31;166;22;12;101
+13;2020-04-01;140;28;8;94
+13;2020-04-02;106;21;10;33
+13;2020-04-03;160;29;14;67
+13;2020-04-04;98;15;11;62
+13;2020-04-05;77;10;6;19
+13;2020-04-06;149;18;25;45
+13;2020-04-07;67;10;16;138
+13;2020-04-08;136;19;8;71
+13;2020-04-09;75;10;10;120
+13;2020-04-10;127;30;6;62
+13;2020-04-11;47;9;13;56
+13;2020-04-12;85;9;2;11
+13;2020-04-13;41;8;7;16
+13;2020-04-14;96;12;17;74
+13;2020-04-15;86;15;10;60
+13;2020-04-16;86;17;19;76
+13;2020-04-17;119;13;11;67
+13;2020-04-18;60;9;9;85
+13;2020-04-19;27;6;6;82
+13;2020-04-20;84;21;19;55
+13;2020-04-21;106;7;20;82
+13;2020-04-22;114;7;30;84
+13;2020-04-23;69;14;9;56
+13;2020-04-24;80;17;25;82
+13;2020-04-25;53;5;9;68
+13;2020-04-26;32;4;4;5
+13;2020-04-27;58;9;15;33
+13;2020-04-28;54;7;11;76
+13;2020-04-29;62;8;8;51
+13;2020-04-30;29;6;9;63
+13;2020-05-01;32;1;6;32
+13;2020-05-02;34;0;2;12
+13;2020-05-03;21;4;5;11
+13;2020-05-04;33;4;8;48
+13;2020-05-05;25;3;9;54
+13;2020-05-06;39;2;3;42
+13;2020-05-07;24;6;5;48
+13;2020-05-08;18;3;1;28
+13;2020-05-09;10;0;3;7
+13;2020-05-10;12;7;4;7
+13;2020-05-11;34;10;11;19
+13;2020-05-12;15;4;5;25
+13;2020-05-13;22;5;6;27
+13;2020-05-14;16;3;5;29
+13;2020-05-15;22;3;5;39
+13;2020-05-16;12;3;4;12
+13;2020-05-17;11;1;2;3
+13;2020-05-18;12;2;5;7
+13;2020-05-19;18;1;2;23
+13;2020-05-20;17;1;7;48
+13;2020-05-21;13;0;6;17
+13;2020-05-22;2;2;3;13
+13;2020-05-23;12;1;1;11
+13;2020-05-24;4;0;1;2
+13;2020-05-25;11;3;4;23
+13;2020-05-26;10;2;3;27
+13;2020-05-27;7;2;0;18
+13;2020-05-28;4;2;2;19
+13;2020-05-29;9;1;3;29
+13;2020-05-30;5;0;0;2
+13;2020-05-31;5;0;0;2
+13;2020-06-01;1;0;0;4
+13;2020-06-02;8;0;4;12
+13;2020-06-03;10;1;2;21
+13;2020-06-04;8;1;0;34
+13;2020-06-05;19;2;1;20
+13;2020-06-06;7;0;0;6
+13;2020-06-07;1;0;0;2
+13;2020-06-08;7;3;4;11
+14;2020-03-19;3;0;0;1
+14;2020-03-20;1;0;1;2
+14;2020-03-21;6;3;0;1
+14;2020-03-22;10;2;0;0
+14;2020-03-23;11;2;0;2
+14;2020-03-24;5;4;0;2
+14;2020-03-25;17;4;0;1
+14;2020-03-26;9;3;0;4
+14;2020-03-27;16;5;1;1
+14;2020-03-28;22;7;0;4
+14;2020-03-29;16;4;0;1
+14;2020-03-30;7;1;5;1
+14;2020-03-31;11;6;0;4
+14;2020-04-01;25;7;1;7
+14;2020-04-02;19;8;1;0
+14;2020-04-03;11;6;2;8
+14;2020-04-04;10;5;2;14
+14;2020-04-05;14;3;3;1
+14;2020-04-06;19;5;7;7
+14;2020-04-07;16;1;3;6
+14;2020-04-08;13;3;3;4
+14;2020-04-09;7;2;2;5
+14;2020-04-10;13;1;1;1
+14;2020-04-11;10;1;2;10
+14;2020-04-12;8;0;2;8
+14;2020-04-13;2;0;1;4
+14;2020-04-14;7;0;5;5
+14;2020-04-15;9;1;5;6
+14;2020-04-16;4;4;1;8
+14;2020-04-17;7;2;2;10
+14;2020-04-18;8;0;0;9
+14;2020-04-19;9;2;1;1
+14;2020-04-20;2;0;1;1
+14;2020-04-21;11;1;1;8
+14;2020-04-22;3;1;0;4
+14;2020-04-23;2;1;1;4
+14;2020-04-24;11;1;1;3
+14;2020-04-25;1;0;1;0
+14;2020-04-26;1;1;0;0
+14;2020-04-27;1;0;0;1
+14;2020-04-28;7;1;2;7
+14;2020-04-29;10;0;2;11
+14;2020-04-30;1;0;1;2
+14;2020-05-01;6;1;0;5
+14;2020-05-02;4;0;2;1
+14;2020-05-03;1;0;0;0
+14;2020-05-04;4;0;1;1
+14;2020-05-05;10;0;0;7
+14;2020-05-06;3;0;0;3
+14;2020-05-07;4;0;1;6
+14;2020-05-08;3;0;2;4
+14;2020-05-09;2;0;0;0
+14;2020-05-10;1;1;0;0
+14;2020-05-11;1;0;3;1
+14;2020-05-12;6;0;2;5
+14;2020-05-13;2;1;2;5
+14;2020-05-14;2;0;0;4
+14;2020-05-15;4;0;0;9
+14;2020-05-16;4;0;0;5
+14;2020-05-17;1;0;0;0
+14;2020-05-18;0;1;1;5
+14;2020-05-19;5;0;1;4
+14;2020-05-20;1;0;0;3
+14;2020-05-21;1;0;2;5
+14;2020-05-22;2;0;0;5
+14;2020-05-23;1;0;1;1
+14;2020-05-24;2;1;0;0
+14;2020-05-25;3;0;2;0
+14;2020-05-26;1;0;1;3
+14;2020-05-27;0;0;0;23
+14;2020-05-28;0;0;0;2
+14;2020-05-29;0;0;1;6
+14;2020-05-30;0;0;0;1
+14;2020-05-31;0;0;0;0
+14;2020-06-01;0;0;0;0
+14;2020-06-02;0;0;0;1
+14;2020-06-03;0;0;0;2
+14;2020-06-04;0;0;0;1
+14;2020-06-05;0;0;0;0
+14;2020-06-06;0;0;0;0
+14;2020-06-07;0;0;1;0
+14;2020-06-08;0;0;0;0
+15;2020-03-19;1;0;0;0
+15;2020-03-20;1;0;0;0
+15;2020-03-21;1;0;0;0
+15;2020-03-22;0;1;0;0
+15;2020-03-23;0;0;0;0
+15;2020-03-24;2;1;0;0
+15;2020-03-25;1;1;0;1
+15;2020-03-26;0;0;0;1
+15;2020-03-27;1;0;0;0
+15;2020-03-28;1;0;0;0
+15;2020-03-29;0;0;0;0
+15;2020-03-30;3;0;0;0
+15;2020-03-31;3;1;0;0
+15;2020-04-01;1;1;0;1
+15;2020-04-02;9;1;0;1
+15;2020-04-03;3;2;0;0
+15;2020-04-04;1;0;0;0
+15;2020-04-05;2;1;0;0
+15;2020-04-06;2;0;0;0
+15;2020-04-07;0;1;0;3
+15;2020-04-08;2;1;0;2
+15;2020-04-09;2;0;0;1
+15;2020-04-10;0;0;0;0
+15;2020-04-11;0;0;0;0
+15;2020-04-12;1;0;0;0
+15;2020-04-13;1;0;0;0
+15;2020-04-14;1;2;0;1
+15;2020-04-15;1;0;0;2
+15;2020-04-16;1;1;0;1
+15;2020-04-17;1;0;0;6
+15;2020-04-18;0;0;0;1
+15;2020-04-19;5;0;0;0
+15;2020-04-20;1;1;0;0
+15;2020-04-21;3;0;1;0
+15;2020-04-22;1;0;0;2
+15;2020-04-23;1;0;3;1
+15;2020-04-24;0;0;1;3
+15;2020-04-25;0;0;0;0
+15;2020-04-26;0;0;0;0
+15;2020-04-27;6;0;1;0
+15;2020-04-28;3;0;0;2
+15;2020-04-29;0;0;0;0
+15;2020-04-30;0;1;0;0
+15;2020-05-01;0;0;0;0
+15;2020-05-02;1;0;0;0
+15;2020-05-03;0;0;0;0
+15;2020-05-04;1;0;2;2
+15;2020-05-05;2;1;1;0
+15;2020-05-06;0;0;0;3
+15;2020-05-07;0;0;1;1
+15;2020-05-08;0;0;0;2
+15;2020-05-09;0;0;0;0
+15;2020-05-10;0;0;0;0
+15;2020-05-11;0;0;0;0
+15;2020-05-12;2;0;0;1
+15;2020-05-13;1;1;0;1
+15;2020-05-14;0;0;0;0
+15;2020-05-15;0;0;0;2
+15;2020-05-16;1;0;0;0
+15;2020-05-17;0;0;0;0
+15;2020-05-18;0;0;0;0
+15;2020-05-19;0;0;0;0
+15;2020-05-20;0;0;0;1
+15;2020-05-21;0;0;0;0
+15;2020-05-22;0;0;0;0
+15;2020-05-23;0;0;0;0
+15;2020-05-24;0;0;0;0
+15;2020-05-25;1;1;0;0
+15;2020-05-26;0;0;0;2
+15;2020-05-27;0;0;0;0
+15;2020-05-28;0;0;0;0
+15;2020-05-29;0;0;0;0
+15;2020-05-30;0;0;0;1
+15;2020-05-31;0;0;0;0
+15;2020-06-01;0;0;0;0
+15;2020-06-02;0;0;0;0
+15;2020-06-03;0;0;0;0
+15;2020-06-04;0;0;0;1
+15;2020-06-05;0;0;0;0
+15;2020-06-06;0;0;0;0
+15;2020-06-07;0;0;0;0
+15;2020-06-08;0;0;0;0
+16;2020-03-19;1;0;0;2
+16;2020-03-20;1;0;0;0
+16;2020-03-21;2;1;0;0
+16;2020-03-22;3;2;1;0
+16;2020-03-23;2;2;0;0
+16;2020-03-24;8;0;1;0
+16;2020-03-25;12;1;2;0
+16;2020-03-26;5;0;0;4
+16;2020-03-27;10;2;0;2
+16;2020-03-28;2;1;2;4
+16;2020-03-29;10;2;1;1
+16;2020-03-30;6;0;2;0
+16;2020-03-31;4;0;1;6
+16;2020-04-01;6;1;0;2
+16;2020-04-02;4;1;1;2
+16;2020-04-03;4;1;0;4
+16;2020-04-04;1;1;0;1
+16;2020-04-05;3;0;2;1
+16;2020-04-06;0;0;1;1
+16;2020-04-07;0;0;1;2
+16;2020-04-08;3;1;1;2
+16;2020-04-09;0;0;0;0
+16;2020-04-10;1;1;0;2
+16;2020-04-11;0;0;0;0
+16;2020-04-12;1;0;0;1
+16;2020-04-13;0;0;0;0
+16;2020-04-14;0;0;0;0
+16;2020-04-15;0;0;1;0
+16;2020-04-16;0;0;0;2
+16;2020-04-17;1;0;0;0
+16;2020-04-18;0;0;0;1
+16;2020-04-19;2;0;0;0
+16;2020-04-20;0;0;1;0
+16;2020-04-21;0;0;0;0
+16;2020-04-22;0;0;0;2
+16;2020-04-23;0;0;0;0
+16;2020-04-24;0;0;0;1
+16;2020-04-25;0;0;0;0
+16;2020-04-26;0;0;0;0
+16;2020-04-27;0;0;0;0
+16;2020-04-28;0;0;1;0
+16;2020-04-29;0;0;0;0
+16;2020-04-30;0;0;0;4
+16;2020-05-01;1;0;0;0
+16;2020-05-02;0;0;0;0
+16;2020-05-03;0;0;1;1
+16;2020-05-04;1;1;0;0
+16;2020-05-05;0;0;0;0
+16;2020-05-06;0;0;0;1
+16;2020-05-07;0;0;0;0
+16;2020-05-08;0;0;0;0
+16;2020-05-09;0;0;0;0
+16;2020-05-10;0;0;0;0
+16;2020-05-11;0;0;0;0
+16;2020-05-12;0;0;0;0
+16;2020-05-13;4;1;0;0
+16;2020-05-14;0;0;0;0
+16;2020-05-15;0;0;0;0
+16;2020-05-16;0;0;0;0
+16;2020-05-17;0;0;0;1
+16;2020-05-18;1;0;0;0
+16;2020-05-19;1;0;0;3
+16;2020-05-20;0;0;0;0
+16;2020-05-21;0;0;0;0
+16;2020-05-22;0;0;0;0
+16;2020-05-23;1;0;0;0
+16;2020-05-24;2;0;0;0
+16;2020-05-25;1;0;0;1
+16;2020-05-26;1;0;0;2
+16;2020-05-27;0;0;0;0
+16;2020-05-28;0;0;0;1
+16;2020-05-29;0;0;0;0
+16;2020-05-30;0;0;0;0
+16;2020-05-31;0;0;0;0
+16;2020-06-01;0;0;0;0
+16;2020-06-02;0;0;0;0
+16;2020-06-03;0;0;0;0
+16;2020-06-04;0;0;0;0
+16;2020-06-05;0;0;0;0
+16;2020-06-06;0;0;0;0
+16;2020-06-07;3;0;0;3
+16;2020-06-08;0;0;0;0
+17;2020-03-19;2;0;0;0
+17;2020-03-20;2;1;0;0
+17;2020-03-21;4;2;0;2
+17;2020-03-22;2;1;0;1
+17;2020-03-23;2;1;0;1
+17;2020-03-24;14;0;0;0
+17;2020-03-25;10;0;0;1
+17;2020-03-26;28;7;0;8
+17;2020-03-27;9;2;0;1
+17;2020-03-28;9;4;1;3
+17;2020-03-29;11;5;2;1
+17;2020-03-30;16;2;3;1
+17;2020-03-31;8;2;3;6
+17;2020-04-01;18;2;1;4
+17;2020-04-02;10;2;1;2
+17;2020-04-03;11;0;0;0
+17;2020-04-04;8;0;0;4
+17;2020-04-05;7;2;2;3
+17;2020-04-06;6;1;2;2
+17;2020-04-07;17;1;4;5
+17;2020-04-08;22;2;2;8
+17;2020-04-09;7;0;0;5
+17;2020-04-10;5;1;0;3
+17;2020-04-11;7;0;1;2
+17;2020-04-12;8;0;1;0
+17;2020-04-13;7;0;0;1
+17;2020-04-14;13;1;2;2
+17;2020-04-15;7;2;2;4
+17;2020-04-16;2;0;0;3
+17;2020-04-17;3;1;1;1
+17;2020-04-18;6;2;0;4
+17;2020-04-19;0;0;1;0
+17;2020-04-20;3;0;3;1
+17;2020-04-21;3;0;0;3
+17;2020-04-22;1;0;1;0
+17;2020-04-23;5;0;1;4
+17;2020-04-24;0;0;3;2
+17;2020-04-25;0;0;0;1
+17;2020-04-26;0;0;3;1
+17;2020-04-27;4;1;1;0
+17;2020-04-28;0;0;0;3
+17;2020-04-29;0;0;0;1
+17;2020-04-30;2;1;2;6
+17;2020-05-01;0;0;0;1
+17;2020-05-02;1;0;0;2
+17;2020-05-03;0;0;0;0
+17;2020-05-04;0;0;0;1
+17;2020-05-05;0;0;0;1
+17;2020-05-06;1;0;0;4
+17;2020-05-07;2;1;1;4
+17;2020-05-08;0;0;0;1
+17;2020-05-09;0;0;0;0
+17;2020-05-10;1;0;0;0
+17;2020-05-11;0;0;0;1
+17;2020-05-12;0;0;0;3
+17;2020-05-13;0;0;0;0
+17;2020-05-14;0;0;1;2
+17;2020-05-15;0;0;0;3
+17;2020-05-16;0;0;0;1
+17;2020-05-17;0;0;0;1
+17;2020-05-18;0;0;0;0
+17;2020-05-19;1;0;0;2
+17;2020-05-20;0;0;1;1
+17;2020-05-21;0;0;0;0
+17;2020-05-22;0;0;0;0
+17;2020-05-23;0;0;0;1
+17;2020-05-24;0;0;0;0
+17;2020-05-25;0;0;0;1
+17;2020-05-26;0;0;1;0
+17;2020-05-27;0;0;1;1
+17;2020-05-28;0;0;0;0
+17;2020-05-29;0;0;0;4
+17;2020-05-30;0;0;0;0
+17;2020-05-31;0;0;0;0
+17;2020-06-01;0;0;0;0
+17;2020-06-02;0;0;0;0
+17;2020-06-03;0;0;0;2
+17;2020-06-04;0;0;0;0
+17;2020-06-05;1;0;0;1
+17;2020-06-06;0;0;0;0
+17;2020-06-07;0;0;0;0
+17;2020-06-08;0;0;0;0
+18;2020-03-19;0;0;0;0
+18;2020-03-20;0;0;0;0
+18;2020-03-21;0;0;0;0
+18;2020-03-22;0;0;0;0
+18;2020-03-23;0;0;0;0
+18;2020-03-24;3;2;0;1
+18;2020-03-25;5;3;0;0
+18;2020-03-26;3;1;1;0
+18;2020-03-27;5;0;1;2
+18;2020-03-28;6;3;2;0
+18;2020-03-29;2;0;0;0
+18;2020-03-30;16;4;2;0
+18;2020-03-31;10;2;2;1
+18;2020-04-01;5;1;3;1
+18;2020-04-02;6;1;3;3
+18;2020-04-03;10;0;1;3
+18;2020-04-04;6;3;1;1
+18;2020-04-05;7;1;4;1
+18;2020-04-06;14;2;3;2
+18;2020-04-07;9;3;2;7
+18;2020-04-08;4;0;2;4
+18;2020-04-09;10;0;0;1
+18;2020-04-10;13;1;2;4
+18;2020-04-11;8;1;1;6
+18;2020-04-12;2;0;2;0
+18;2020-04-13;7;0;4;0
+18;2020-04-14;2;0;0;1
+18;2020-04-15;5;1;1;2
+18;2020-04-16;3;0;1;5
+18;2020-04-17;20;0;3;6
+18;2020-04-18;3;1;1;0
+18;2020-04-19;6;0;1;1
+18;2020-04-20;1;0;1;0
+18;2020-04-21;16;1;1;4
+18;2020-04-22;5;0;4;8
+18;2020-04-23;3;0;1;3
+18;2020-04-24;4;0;2;2
+18;2020-04-25;4;3;1;0
+18;2020-04-26;4;0;1;0
+18;2020-04-27;6;0;4;1
+18;2020-04-28;6;0;1;10
+18;2020-04-29;10;0;3;2
+18;2020-04-30;3;0;0;5
+18;2020-05-01;2;0;0;2
+18;2020-05-02;0;0;0;1
+18;2020-05-03;2;0;0;0
+18;2020-05-04;2;1;0;3
+18;2020-05-05;10;0;3;7
+18;2020-05-06;4;0;2;11
+18;2020-05-07;1;0;1;3
+18;2020-05-08;3;0;0;7
+18;2020-05-09;3;0;0;0
+18;2020-05-10;1;0;1;1
+18;2020-05-11;2;0;1;4
+18;2020-05-12;0;0;0;3
+18;2020-05-13;1;0;0;3
+18;2020-05-14;1;0;0;3
+18;2020-05-15;1;0;1;5
+18;2020-05-16;0;0;0;1
+18;2020-05-17;0;0;1;1
+18;2020-05-18;2;0;1;2
+18;2020-05-19;2;0;0;0
+18;2020-05-20;2;0;2;4
+18;2020-05-21;0;0;0;0
+18;2020-05-22;8;0;1;4
+18;2020-05-23;0;0;0;0
+18;2020-05-24;1;0;0;0
+18;2020-05-25;2;0;0;1
+18;2020-05-26;1;0;0;0
+18;2020-05-27;1;0;0;1
+18;2020-05-28;0;0;0;1
+18;2020-05-29;0;0;0;6
+18;2020-05-30;2;0;0;0
+18;2020-05-31;1;0;1;0
+18;2020-06-01;0;0;0;1
+18;2020-06-02;2;0;1;1
+18;2020-06-03;0;0;0;0
+18;2020-06-04;0;0;0;2
+18;2020-06-05;0;0;0;1
+18;2020-06-06;0;0;0;1
+18;2020-06-07;0;0;0;0
+18;2020-06-08;0;0;1;1
+19;2020-03-19;1;0;0;0
+19;2020-03-20;0;0;0;0
+19;2020-03-21;3;0;0;0
+19;2020-03-22;1;0;1;0
+19;2020-03-23;3;1;1;0
+19;2020-03-24;7;2;1;0
+19;2020-03-25;4;1;0;0
+19;2020-03-26;2;2;0;1
+19;2020-03-27;0;0;0;0
+19;2020-03-28;14;3;0;0
+19;2020-03-29;5;2;0;1
+19;2020-03-30;7;1;0;2
+19;2020-03-31;2;0;0;1
+19;2020-04-01;5;3;1;3
+19;2020-04-02;2;0;0;3
+19;2020-04-03;7;0;0;3
+19;2020-04-04;6;0;3;1
+19;2020-04-05;1;1;0;1
+19;2020-04-06;5;1;2;1
+19;2020-04-07;5;1;2;6
+19;2020-04-08;5;1;0;3
+19;2020-04-09;5;1;1;3
+19;2020-04-10;4;2;0;5
+19;2020-04-11;9;0;1;3
+19;2020-04-12;3;0;1;1
+19;2020-04-13;3;1;0;0
+19;2020-04-14;5;0;2;1
+19;2020-04-15;4;0;1;2
+19;2020-04-16;6;0;1;3
+19;2020-04-17;2;0;0;1
+19;2020-04-18;8;0;2;2
+19;2020-04-19;5;0;0;0
+19;2020-04-20;8;2;1;3
+19;2020-04-21;5;0;1;2
+19;2020-04-22;1;0;0;1
+19;2020-04-23;2;0;0;2
+19;2020-04-24;5;1;0;1
+19;2020-04-25;1;0;0;4
+19;2020-04-26;1;0;0;0
+19;2020-04-27;7;1;1;2
+19;2020-04-28;1;0;1;1
+19;2020-04-29;3;2;2;2
+19;2020-04-30;7;1;2;0
+19;2020-05-01;0;0;0;0
+19;2020-05-02;0;0;0;0
+19;2020-05-03;4;1;0;6
+19;2020-05-04;2;0;0;1
+19;2020-05-05;1;0;0;3
+19;2020-05-06;1;0;2;2
+19;2020-05-07;3;0;0;3
+19;2020-05-08;1;0;0;6
+19;2020-05-09;2;1;0;0
+19;2020-05-10;1;0;0;0
+19;2020-05-11;3;1;0;5
+19;2020-05-12;0;0;1;2
+19;2020-05-13;8;0;1;0
+19;2020-05-14;0;0;0;2
+19;2020-05-15;1;0;1;1
+19;2020-05-16;0;0;0;2
+19;2020-05-17;0;0;0;0
+19;2020-05-18;1;0;0;0
+19;2020-05-19;4;2;0;6
+19;2020-05-20;0;0;0;0
+19;2020-05-21;0;0;0;2
+19;2020-05-22;0;0;1;1
+19;2020-05-23;0;0;0;0
+19;2020-05-24;0;0;0;0
+19;2020-05-25;0;1;0;3
+19;2020-05-26;1;0;0;5
+19;2020-05-27;4;0;0;0
+19;2020-05-28;0;0;0;1
+19;2020-05-29;0;0;0;0
+19;2020-05-30;1;0;0;2
+19;2020-05-31;0;0;0;1
+19;2020-06-01;0;0;0;0
+19;2020-06-02;0;0;3;26
+19;2020-06-03;1;0;0;5
+19;2020-06-04;0;0;0;12
+19;2020-06-05;0;0;0;0
+19;2020-06-06;0;0;0;0
+19;2020-06-07;0;0;0;0
+19;2020-06-08;0;0;0;0
+21;2020-03-19;26;11;2;24
+21;2020-03-20;39;4;1;9
+21;2020-03-21;2;0;1;10
+21;2020-03-22;42;11;3;27
+21;2020-03-23;21;2;6;12
+21;2020-03-24;42;0;9;22
+21;2020-03-25;76;10;5;22
+21;2020-03-26;27;0;5;12
+21;2020-03-27;9;3;2;0
+21;2020-03-28;52;8;1;17
+21;2020-03-29;44;8;2;26
+21;2020-03-30;14;0;0;33
+21;2020-03-31;32;2;5;8
+21;2020-04-01;55;8;3;24
+21;2020-04-02;67;8;18;31
+21;2020-04-03;28;6;5;17
+21;2020-04-04;53;6;3;7
+21;2020-04-05;22;2;4;10
+21;2020-04-06;31;14;3;4
+21;2020-04-07;46;6;7;14
+21;2020-04-08;25;2;11;12
+21;2020-04-09;9;0;1;29
+21;2020-04-10;73;7;7;9
+21;2020-04-11;12;0;4;32
+21;2020-04-12;34;1;10;6
+21;2020-04-13;13;3;3;12
+21;2020-04-14;21;0;14;1
+21;2020-04-15;41;7;8;23
+21;2020-04-16;35;5;8;6
+21;2020-04-17;27;0;5;23
+21;2020-04-18;19;4;5;3
+21;2020-04-19;15;6;6;31
+21;2020-04-20;10;1;6;6
+21;2020-04-21;17;5;7;12
+21;2020-04-22;10;2;1;12
+21;2020-04-23;9;2;10;20
+21;2020-04-24;13;0;12;34
+21;2020-04-25;14;5;3;24
+21;2020-04-26;1;0;4;3
+21;2020-04-27;17;3;6;9
+21;2020-04-28;5;1;2;7
+21;2020-04-29;13;1;2;13
+21;2020-04-30;17;4;1;14
+21;2020-05-01;10;0;0;22
+21;2020-05-02;4;1;0;0
+21;2020-05-03;0;0;2;0
+21;2020-05-04;3;0;0;3
+21;2020-05-05;6;5;1;7
+21;2020-05-06;19;1;3;5
+21;2020-05-07;10;2;3;34
+21;2020-05-08;6;1;1;19
+21;2020-05-09;5;0;2;2
+21;2020-05-10;0;0;0;2
+21;2020-05-11;1;0;0;4
+21;2020-05-12;5;3;4;6
+21;2020-05-13;12;1;1;16
+21;2020-05-14;4;0;0;5
+21;2020-05-15;3;0;0;13
+21;2020-05-16;2;0;0;2
+21;2020-05-17;0;0;0;2
+21;2020-05-18;0;0;0;0
+21;2020-05-19;1;1;2;6
+21;2020-05-20;5;3;1;5
+21;2020-05-21;0;0;0;2
+21;2020-05-22;2;1;1;3
+21;2020-05-23;2;0;0;1
+21;2020-05-24;2;1;0;2
+21;2020-05-25;7;0;0;18
+21;2020-05-26;7;2;2;24
+21;2020-05-27;3;0;0;10
+21;2020-05-28;1;0;0;3
+21;2020-05-29;3;0;1;6
+21;2020-05-30;4;0;1;3
+21;2020-05-31;0;0;0;0
+21;2020-06-01;3;0;0;2
+21;2020-06-02;2;1;0;1
+21;2020-06-03;0;0;1;3
+21;2020-06-04;9;0;2;6
+21;2020-06-05;0;0;0;3
+21;2020-06-06;0;0;1;1
+21;2020-06-07;0;0;0;0
+21;2020-06-08;3;0;0;3
+22;2020-03-19;4;0;1;0
+22;2020-03-20;2;0;0;1
+22;2020-03-21;2;1;0;0
+22;2020-03-22;0;1;0;0
+22;2020-03-23;2;0;0;0
+22;2020-03-24;5;2;0;0
+22;2020-03-25;6;0;0;0
+22;2020-03-26;7;3;0;0
+22;2020-03-27;10;1;0;0
+22;2020-03-28;6;0;1;3
+22;2020-03-29;5;1;1;2
+22;2020-03-30;4;0;0;1
+22;2020-03-31;4;0;1;1
+22;2020-04-01;13;2;2;3
+22;2020-04-02;16;9;3;3
+22;2020-04-03;10;0;0;4
+22;2020-04-04;5;1;1;6
+22;2020-04-05;8;0;0;0
+22;2020-04-06;10;1;1;4
+22;2020-04-07;10;1;2;13
+22;2020-04-08;2;0;1;3
+22;2020-04-09;6;1;2;4
+22;2020-04-10;11;1;1;5
+22;2020-04-11;4;0;1;6
+22;2020-04-12;9;0;2;2
+22;2020-04-13;2;0;0;1
+22;2020-04-14;9;0;1;4
+22;2020-04-15;5;0;1;6
+22;2020-04-16;4;0;0;8
+22;2020-04-17;7;0;1;2
+22;2020-04-18;1;0;0;3
+22;2020-04-19;1;0;0;5
+22;2020-04-20;3;0;1;4
+22;2020-04-21;3;0;0;7
+22;2020-04-22;2;0;0;3
+22;2020-04-23;6;1;0;10
+22;2020-04-24;2;0;0;3
+22;2020-04-25;4;0;0;6
+22;2020-04-26;0;0;0;1
+22;2020-04-27;2;0;0;0
+22;2020-04-28;1;0;0;3
+22;2020-04-29;1;0;1;3
+22;2020-04-30;4;0;0;2
+22;2020-05-01;2;0;0;5
+22;2020-05-02;9;0;1;1
+22;2020-05-03;0;0;0;0
+22;2020-05-04;4;0;0;4
+22;2020-05-05;3;0;0;3
+22;2020-05-06;4;0;0;4
+22;2020-05-07;1;1;1;0
+22;2020-05-08;2;0;1;2
+22;2020-05-09;3;1;0;0
+22;2020-05-10;0;0;1;0
+22;2020-05-11;3;1;0;1
+22;2020-05-12;2;0;0;2
+22;2020-05-13;1;0;1;2
+22;2020-05-14;3;1;0;2
+22;2020-05-15;2;0;0;3
+22;2020-05-16;2;2;0;1
+22;2020-05-17;0;0;1;1
+22;2020-05-18;1;0;0;3
+22;2020-05-19;2;0;0;1
+22;2020-05-20;1;0;0;3
+22;2020-05-21;2;0;0;3
+22;2020-05-22;1;0;0;3
+22;2020-05-23;3;1;0;4
+22;2020-05-24;0;1;0;0
+22;2020-05-25;0;0;0;0
+22;2020-05-26;1;0;0;2
+22;2020-05-27;1;0;1;0
+22;2020-05-28;0;0;0;1
+22;2020-05-29;2;1;0;2
+22;2020-05-30;0;0;0;2
+22;2020-05-31;0;0;0;0
+22;2020-06-01;0;0;1;1
+22;2020-06-02;0;0;1;1
+22;2020-06-03;0;0;0;2
+22;2020-06-04;0;0;1;0
+22;2020-06-05;2;0;1;2
+22;2020-06-06;0;0;0;1
+22;2020-06-07;0;0;0;0
+22;2020-06-08;2;1;0;1
+23;2020-03-19;0;0;0;0
+23;2020-03-20;0;0;0;0
+23;2020-03-21;1;0;0;0
+23;2020-03-22;1;0;0;0
+23;2020-03-23;3;0;0;0
+23;2020-03-24;0;0;0;0
+23;2020-03-25;3;2;0;0
+23;2020-03-26;2;2;0;0
+23;2020-03-27;5;2;0;0
+23;2020-03-28;0;2;0;0
+23;2020-03-29;0;0;0;0
+23;2020-03-30;2;3;0;0
+23;2020-03-31;3;0;0;1
+23;2020-04-01;2;0;0;0
+23;2020-04-02;2;2;0;1
+23;2020-04-03;0;0;0;0
+23;2020-04-04;3;0;1;1
+23;2020-04-05;0;0;0;0
+23;2020-04-06;2;0;2;1
+23;2020-04-07;5;3;0;1
+23;2020-04-08;16;2;1;0
+23;2020-04-09;2;0;0;1
+23;2020-04-10;0;0;0;5
+23;2020-04-11;2;2;0;0
+23;2020-04-12;3;2;0;0
+23;2020-04-13;1;0;0;0
+23;2020-04-14;1;1;0;2
+23;2020-04-15;0;0;0;3
+23;2020-04-16;0;0;0;0
+23;2020-04-17;0;0;0;0
+23;2020-04-18;2;0;1;0
+23;2020-04-19;0;0;0;0
+23;2020-04-20;0;0;0;0
+23;2020-04-21;1;0;0;2
+23;2020-04-22;0;0;0;2
+23;2020-04-23;0;0;0;0
+23;2020-04-24;2;1;0;4
+23;2020-04-25;0;0;0;0
+23;2020-04-26;3;0;0;0
+23;2020-04-27;0;0;0;0
+23;2020-04-28;2;0;0;0
+23;2020-04-29;3;0;0;2
+23;2020-04-30;2;0;0;12
+23;2020-05-01;0;1;0;2
+23;2020-05-02;0;0;0;0
+23;2020-05-03;2;0;0;1
+23;2020-05-04;0;0;0;4
+23;2020-05-05;1;1;0;1
+23;2020-05-06;0;0;0;1
+23;2020-05-07;1;0;0;0
+23;2020-05-08;1;0;0;0
+23;2020-05-09;3;0;0;0
+23;2020-05-10;2;0;0;0
+23;2020-05-11;1;0;0;0
+23;2020-05-12;2;0;0;2
+23;2020-05-13;2;1;0;0
+23;2020-05-14;1;0;0;1
+23;2020-05-15;0;0;1;0
+23;2020-05-16;0;0;0;1
+23;2020-05-17;0;0;0;0
+23;2020-05-18;1;1;0;0
+23;2020-05-19;5;0;0;2
+23;2020-05-20;1;0;2;0
+23;2020-05-21;0;0;0;1
+23;2020-05-22;2;1;0;0
+23;2020-05-23;2;2;0;2
+23;2020-05-24;1;1;0;0
+23;2020-05-25;0;0;1;3
+23;2020-05-26;1;0;0;1
+23;2020-05-27;3;0;1;0
+23;2020-05-28;1;1;1;0
+23;2020-05-29;1;0;0;2
+23;2020-05-30;0;0;0;0
+23;2020-05-31;0;0;0;0
+23;2020-06-01;0;0;0;0
+23;2020-06-02;0;0;0;0
+23;2020-06-03;1;0;1;1
+23;2020-06-04;0;0;0;1
+23;2020-06-05;0;0;0;2
+23;2020-06-06;1;0;1;0
+23;2020-06-07;0;0;0;0
+23;2020-06-08;0;0;0;2
+24;2020-03-19;1;1;0;0
+24;2020-03-20;1;1;0;1
+24;2020-03-21;1;0;0;0
+24;2020-03-22;2;0;0;0
+24;2020-03-23;23;0;0;9
+24;2020-03-24;9;1;0;4
+24;2020-03-25;6;1;0;0
+24;2020-03-26;6;0;0;1
+24;2020-03-27;9;1;0;0
+24;2020-03-28;0;0;0;2
+24;2020-03-29;0;0;0;0
+24;2020-03-30;1;0;0;0
+24;2020-03-31;1;0;1;1
+24;2020-04-01;6;1;0;2
+24;2020-04-02;4;0;0;3
+24;2020-04-03;5;1;0;0
+24;2020-04-04;8;2;0;2
+24;2020-04-05;2;0;0;1
+24;2020-04-06;3;0;0;1
+24;2020-04-07;4;0;0;5
+24;2020-04-08;2;0;0;3
+24;2020-04-09;2;0;0;3
+24;2020-04-10;6;0;0;2
+24;2020-04-11;2;0;0;5
+24;2020-04-12;2;1;0;0
+24;2020-04-13;5;2;0;0
+24;2020-04-14;3;0;2;2
+24;2020-04-15;7;0;1;1
+24;2020-04-16;4;0;0;1
+24;2020-04-17;22;1;1;3
+24;2020-04-18;1;0;0;0
+24;2020-04-19;1;1;1;1
+24;2020-04-20;7;0;0;0
+24;2020-04-21;2;0;0;0
+24;2020-04-22;0;0;0;2
+24;2020-04-23;0;0;3;6
+24;2020-04-24;0;0;0;9
+24;2020-04-25;0;0;0;4
+24;2020-04-26;2;0;0;0
+24;2020-04-27;1;0;0;0
+24;2020-04-28;0;0;0;3
+24;2020-04-29;2;0;0;5
+24;2020-04-30;0;0;0;3
+24;2020-05-01;0;0;0;0
+24;2020-05-02;0;0;0;0
+24;2020-05-03;0;0;0;0
+24;2020-05-04;1;0;0;0
+24;2020-05-05;2;0;0;3
+24;2020-05-06;2;0;0;1
+24;2020-05-07;1;0;0;0
+24;2020-05-08;0;0;1;0
+24;2020-05-09;0;0;0;0
+24;2020-05-10;0;0;1;0
+24;2020-05-11;0;0;0;1
+24;2020-05-12;1;0;0;2
+24;2020-05-13;1;0;0;0
+24;2020-05-14;1;0;0;2
+24;2020-05-15;0;0;0;3
+24;2020-05-16;0;0;0;1
+24;2020-05-17;0;0;0;0
+24;2020-05-18;1;0;1;0
+24;2020-05-19;0;0;0;0
+24;2020-05-20;0;0;0;2
+24;2020-05-21;0;0;0;0
+24;2020-05-22;0;0;0;1
+24;2020-05-23;0;0;0;0
+24;2020-05-24;0;0;0;0
+24;2020-05-25;1;0;0;0
+24;2020-05-26;2;0;0;0
+24;2020-05-27;1;0;0;2
+24;2020-05-28;0;0;1;2
+24;2020-05-29;1;0;0;1
+24;2020-05-30;0;0;0;1
+24;2020-05-31;0;0;0;0
+24;2020-06-01;0;0;0;0
+24;2020-06-02;0;0;0;2
+24;2020-06-03;0;0;0;0
+24;2020-06-04;0;0;0;1
+24;2020-06-05;0;0;0;0
+24;2020-06-06;0;0;0;0
+24;2020-06-07;0;0;0;0
+24;2020-06-08;0;0;0;0
+25;2020-03-19;12;11;2;5
+25;2020-03-20;12;1;1;0
+25;2020-03-21;13;6;2;7
+25;2020-03-22;24;1;3;4
+25;2020-03-23;1;0;1;2
+25;2020-03-24;24;5;1;5
+25;2020-03-25;17;2;1;15
+25;2020-03-26;17;4;6;8
+25;2020-03-27;27;8;3;8
+25;2020-03-28;6;1;1;14
+25;2020-03-29;68;15;3;12
+25;2020-03-30;15;1;1;5
+25;2020-03-31;32;8;8;18
+25;2020-04-01;26;7;0;10
+25;2020-04-02;39;9;1;13
+25;2020-04-03;20;14;8;21
+25;2020-04-04;22;7;3;17
+25;2020-04-05;21;2;3;10
+25;2020-04-06;7;3;2;7
+25;2020-04-07;24;10;7;9
+25;2020-04-08;21;3;1;20
+25;2020-04-09;15;5;1;15
+25;2020-04-10;11;1;5;15
+25;2020-04-11;13;2;3;14
+25;2020-04-12;47;2;4;16
+25;2020-04-13;5;1;0;5
+25;2020-04-14;39;0;8;9
+25;2020-04-15;6;0;1;13
+25;2020-04-16;7;5;4;12
+25;2020-04-17;8;1;3;14
+25;2020-04-18;3;1;5;22
+25;2020-04-19;5;1;1;6
+25;2020-04-20;5;1;1;1
+25;2020-04-21;14;2;4;8
+25;2020-04-22;11;3;0;10
+25;2020-04-23;7;1;7;19
+25;2020-04-24;10;2;0;11
+25;2020-04-25;5;0;6;5
+25;2020-04-26;11;3;1;2
+25;2020-04-27;4;0;2;2
+25;2020-04-28;6;3;1;5
+25;2020-04-29;3;1;0;15
+25;2020-04-30;6;2;2;11
+25;2020-05-01;0;1;0;5
+25;2020-05-02;8;3;0;5
+25;2020-05-03;0;0;0;1
+25;2020-05-04;4;1;3;2
+25;2020-05-05;29;1;7;32
+25;2020-05-06;8;0;4;8
+25;2020-05-07;2;0;2;7
+25;2020-05-08;5;1;0;17
+25;2020-05-09;3;2;0;5
+25;2020-05-10;1;0;0;0
+25;2020-05-11;11;0;3;4
+25;2020-05-12;6;2;1;2
+25;2020-05-13;2;0;0;3
+25;2020-05-14;1;0;1;10
+25;2020-05-15;0;0;0;2
+25;2020-05-16;1;1;1;7
+25;2020-05-17;0;0;0;0
+25;2020-05-18;2;0;4;11
+25;2020-05-19;2;0;2;5
+25;2020-05-20;1;0;0;5
+25;2020-05-21;0;0;0;3
+25;2020-05-22;0;0;2;1
+25;2020-05-23;1;1;0;5
+25;2020-05-24;0;0;0;0
+25;2020-05-25;0;0;0;2
+25;2020-05-26;0;0;0;12
+25;2020-05-27;9;1;1;27
+25;2020-05-28;2;1;1;5
+25;2020-05-29;0;0;0;0
+25;2020-05-30;0;0;0;4
+25;2020-05-31;0;0;0;0
+25;2020-06-01;0;0;0;0
+25;2020-06-02;3;0;0;4
+25;2020-06-03;0;0;0;2
+25;2020-06-04;0;0;0;0
+25;2020-06-05;0;0;0;0
+25;2020-06-06;0;0;0;0
+25;2020-06-07;0;0;0;0
+25;2020-06-08;1;0;0;1
+26;2020-03-19;15;5;1;2
+26;2020-03-20;3;1;1;0
+26;2020-03-21;11;3;2;1
+26;2020-03-22;5;2;1;1
+26;2020-03-23;12;4;2;1
+26;2020-03-24;20;5;2;5
+26;2020-03-25;31;6;5;3
+26;2020-03-26;44;9;5;13
+26;2020-03-27;30;8;3;13
+26;2020-03-28;33;9;0;2
+26;2020-03-29;18;6;1;0
+26;2020-03-30;50;11;10;12
+26;2020-03-31;27;5;7;12
+26;2020-04-01;40;6;1;13
+26;2020-04-02;11;1;5;16
+26;2020-04-03;46;4;8;14
+26;2020-04-04;23;4;3;14
+26;2020-04-05;7;0;2;6
+26;2020-04-06;25;6;6;8
+26;2020-04-07;22;5;1;26
+26;2020-04-08;19;1;5;10
+26;2020-04-09;14;1;2;14
+26;2020-04-10;9;2;2;11
+26;2020-04-11;20;4;4;12
+26;2020-04-12;13;1;2;3
+26;2020-04-13;7;0;1;6
+26;2020-04-14;10;4;5;10
+26;2020-04-15;13;3;4;21
+26;2020-04-16;14;4;3;14
+26;2020-04-17;8;1;5;17
+26;2020-04-18;8;1;3;14
+26;2020-04-19;5;0;1;3
+26;2020-04-20;3;0;4;0
+26;2020-04-21;11;2;3;18
+26;2020-04-22;4;0;0;33
+26;2020-04-23;3;0;2;7
+26;2020-04-24;8;1;2;10
+26;2020-04-25;7;1;0;7
+26;2020-04-26;5;1;0;0
+26;2020-04-27;5;2;1;5
+26;2020-04-28;4;0;1;12
+26;2020-04-29;2;0;4;10
+26;2020-04-30;3;1;3;12
+26;2020-05-01;1;0;0;5
+26;2020-05-02;1;0;0;1
+26;2020-05-03;0;0;0;1
+26;2020-05-04;2;1;1;0
+26;2020-05-05;4;0;1;9
+26;2020-05-06;7;1;2;3
+26;2020-05-07;5;0;1;13
+26;2020-05-08;3;0;2;7
+26;2020-05-09;0;0;0;0
+26;2020-05-10;1;0;1;0
+26;2020-05-11;0;0;0;0
+26;2020-05-12;0;0;0;4
+26;2020-05-13;0;0;0;4
+26;2020-05-14;9;0;0;6
+26;2020-05-15;0;0;0;5
+26;2020-05-16;2;0;1;1
+26;2020-05-17;0;0;0;0
+26;2020-05-18;0;0;0;5
+26;2020-05-19;1;0;0;1
+26;2020-05-20;1;0;0;5
+26;2020-05-21;2;1;0;3
+26;2020-05-22;0;0;0;1
+26;2020-05-23;0;0;0;3
+26;2020-05-24;0;0;0;0
+26;2020-05-25;1;0;0;1
+26;2020-05-26;1;1;0;1
+26;2020-05-27;0;0;0;1
+26;2020-05-28;1;0;0;1
+26;2020-05-29;0;0;0;3
+26;2020-05-30;1;0;1;3
+26;2020-05-31;0;0;0;0
+26;2020-06-01;0;0;0;0
+26;2020-06-02;0;0;0;1
+26;2020-06-03;0;0;0;0
+26;2020-06-04;0;0;0;2
+26;2020-06-05;0;0;0;1
+26;2020-06-06;0;0;0;2
+26;2020-06-07;0;0;0;0
+26;2020-06-08;0;1;0;4
+27;2020-03-19;1;0;1;0
+27;2020-03-20;2;0;0;0
+27;2020-03-21;3;2;0;0
+27;2020-03-22;5;1;0;0
+27;2020-03-23;3;0;0;0
+27;2020-03-24;1;0;0;0
+27;2020-03-25;6;1;0;0
+27;2020-03-26;12;2;1;0
+27;2020-03-27;1;0;0;0
+27;2020-03-28;1;0;0;1
+27;2020-03-29;0;0;0;0
+27;2020-03-30;7;3;2;2
+27;2020-03-31;18;3;5;10
+27;2020-04-01;13;0;0;7
+27;2020-04-02;12;1;2;0
+27;2020-04-03;12;1;1;3
+27;2020-04-04;6;0;1;0
+27;2020-04-05;0;0;1;0
+27;2020-04-06;6;2;2;1
+27;2020-04-07;11;2;7;4
+27;2020-04-08;11;1;6;14
+27;2020-04-09;24;0;3;4
+27;2020-04-10;25;3;2;3
+27;2020-04-11;8;0;0;0
+27;2020-04-12;3;0;0;2
+27;2020-04-13;0;0;2;0
+27;2020-04-14;3;0;6;2
+27;2020-04-15;2;0;2;4
+27;2020-04-16;14;0;4;8
+27;2020-04-17;13;0;1;5
+27;2020-04-18;6;0;2;1
+27;2020-04-19;0;0;0;0
+27;2020-04-20;4;0;6;6
+27;2020-04-21;14;0;2;1
+27;2020-04-22;1;0;1;1
+27;2020-04-23;15;6;3;4
+27;2020-04-24;3;0;0;1
+27;2020-04-25;1;0;0;1
+27;2020-04-26;1;0;0;0
+27;2020-04-27;3;0;2;4
+27;2020-04-28;0;0;0;2
+27;2020-04-29;4;0;0;0
+27;2020-04-30;7;0;1;7
+27;2020-05-01;3;0;0;0
+27;2020-05-02;0;0;0;0
+27;2020-05-03;1;0;0;0
+27;2020-05-04;9;1;5;11
+27;2020-05-05;8;1;0;3
+27;2020-05-06;2;0;0;1
+27;2020-05-07;1;0;0;2
+27;2020-05-08;0;0;0;7
+27;2020-05-09;0;0;0;0
+27;2020-05-10;0;0;0;0
+27;2020-05-11;10;0;1;1
+27;2020-05-12;1;0;0;3
+27;2020-05-13;0;0;0;0
+27;2020-05-14;8;0;3;11
+27;2020-05-15;0;0;0;1
+27;2020-05-16;0;0;0;11
+27;2020-05-17;0;0;0;0
+27;2020-05-18;2;0;0;2
+27;2020-05-19;0;0;0;1
+27;2020-05-20;2;0;0;6
+27;2020-05-21;0;0;0;1
+27;2020-05-22;0;0;0;0
+27;2020-05-23;0;0;0;1
+27;2020-05-24;0;0;0;0
+27;2020-05-25;0;0;3;2
+27;2020-05-26;7;0;1;5
+27;2020-05-27;0;0;0;4
+27;2020-05-28;1;0;0;6
+27;2020-05-29;3;0;0;2
+27;2020-05-30;0;0;0;0
+27;2020-05-31;0;0;0;0
+27;2020-06-01;0;0;0;0
+27;2020-06-02;0;0;0;1
+27;2020-06-03;0;0;0;8
+27;2020-06-04;0;0;0;0
+27;2020-06-05;2;0;1;1
+27;2020-06-06;0;0;0;0
+27;2020-06-07;0;0;0;0
+27;2020-06-08;1;0;1;1
+28;2020-03-19;6;1;0;0
+28;2020-03-20;1;0;0;0
+28;2020-03-21;4;0;0;2
+28;2020-03-22;2;0;0;0
+28;2020-03-23;20;8;1;0
+28;2020-03-24;9;2;1;1
+28;2020-03-25;15;7;1;3
+28;2020-03-26;18;4;4;4
+28;2020-03-27;14;7;2;3
+28;2020-03-28;7;0;0;2
+28;2020-03-29;29;4;1;2
+28;2020-03-30;25;2;6;6
+28;2020-03-31;16;2;0;5
+28;2020-04-01;7;2;0;6
+28;2020-04-02;47;4;2;20
+28;2020-04-03;20;1;3;11
+28;2020-04-04;31;3;3;13
+28;2020-04-05;16;3;1;3
+28;2020-04-06;13;2;4;17
+28;2020-04-07;17;0;2;8
+28;2020-04-08;31;3;5;20
+28;2020-04-09;23;0;1;8
+28;2020-04-10;27;1;3;13
+28;2020-04-11;7;1;1;4
+28;2020-04-12;19;0;0;1
+28;2020-04-13;17;0;1;0
+28;2020-04-14;24;2;5;14
+28;2020-04-15;23;0;9;10
+28;2020-04-16;33;1;2;36
+28;2020-04-17;29;3;4;13
+28;2020-04-18;8;0;0;9
+28;2020-04-19;7;0;1;3
+28;2020-04-20;3;1;3;11
+28;2020-04-21;10;0;4;11
+28;2020-04-22;14;0;5;8
+28;2020-04-23;17;2;3;16
+28;2020-04-24;3;0;1;1
+28;2020-04-25;0;0;0;5
+28;2020-04-26;7;0;3;9
+28;2020-04-27;10;0;2;11
+28;2020-04-28;2;1;0;11
+28;2020-04-29;10;0;2;4
+28;2020-04-30;9;0;2;12
+28;2020-05-01;6;1;3;2
+28;2020-05-02;7;1;1;3
+28;2020-05-03;0;0;3;1
+28;2020-05-04;4;0;1;2
+28;2020-05-05;17;3;3;8
+28;2020-05-06;4;0;2;15
+28;2020-05-07;9;0;1;6
+28;2020-05-08;2;0;2;4
+28;2020-05-09;2;0;0;3
+28;2020-05-10;1;0;0;1
+28;2020-05-11;1;0;1;11
+28;2020-05-12;3;1;3;9
+28;2020-05-13;2;1;0;2
+28;2020-05-14;1;0;0;7
+28;2020-05-15;5;1;3;5
+28;2020-05-16;2;0;1;5
+28;2020-05-17;2;0;0;0
+28;2020-05-18;0;0;1;4
+28;2020-05-19;2;0;0;1
+28;2020-05-20;7;0;3;5
+28;2020-05-21;1;0;0;2
+28;2020-05-22;3;0;0;1
+28;2020-05-23;1;0;0;2
+28;2020-05-24;1;0;1;1
+28;2020-05-25;0;0;0;1
+28;2020-05-26;0;0;0;2
+28;2020-05-27;0;0;0;1
+28;2020-05-28;0;0;0;3
+28;2020-05-29;0;0;2;9
+28;2020-05-30;1;1;0;0
+28;2020-05-31;0;0;0;0
+28;2020-06-01;0;0;0;0
+28;2020-06-02;0;0;0;1
+28;2020-06-03;0;0;3;3
+28;2020-06-04;2;0;3;3
+28;2020-06-05;1;0;0;6
+28;2020-06-06;1;0;0;0
+28;2020-06-07;0;0;1;1
+28;2020-06-08;0;0;1;0
+29;2020-03-19;11;0;0;3
+29;2020-03-20;1;0;1;0
+29;2020-03-21;0;1;0;0
+29;2020-03-22;6;0;1;3
+29;2020-03-23;6;2;2;0
+29;2020-03-24;9;3;1;5
+29;2020-03-25;9;3;0;3
+29;2020-03-26;10;1;0;3
+29;2020-03-27;5;1;0;3
+29;2020-03-28;13;8;0;2
+29;2020-03-29;6;0;0;3
+29;2020-03-30;7;3;1;1
+29;2020-03-31;5;2;1;8
+29;2020-04-01;11;5;0;4
+29;2020-04-02;6;2;0;8
+29;2020-04-03;12;3;0;7
+29;2020-04-04;7;1;1;1
+29;2020-04-05;6;1;1;3
+29;2020-04-06;3;0;0;1
+29;2020-04-07;2;1;0;3
+29;2020-04-08;14;1;2;4
+29;2020-04-09;9;0;0;3
+29;2020-04-10;10;1;1;9
+29;2020-04-11;11;1;1;4
+29;2020-04-12;7;1;0;1
+29;2020-04-13;3;1;3;2
+29;2020-04-14;4;1;3;2
+29;2020-04-15;1;1;1;3
+29;2020-04-16;5;1;4;8
+29;2020-04-17;1;0;2;5
+29;2020-04-18;5;2;4;1
+29;2020-04-19;2;0;0;2
+29;2020-04-20;0;0;1;3
+29;2020-04-21;2;0;0;6
+29;2020-04-22;3;1;0;6
+29;2020-04-23;3;0;3;2
+29;2020-04-24;2;1;0;0
+29;2020-04-25;1;0;1;1
+29;2020-04-26;0;0;1;0
+29;2020-04-27;0;0;0;1
+29;2020-04-28;0;0;1;3
+29;2020-04-29;0;0;0;2
+29;2020-04-30;0;0;0;0
+29;2020-05-01;0;0;0;5
+29;2020-05-02;1;0;0;0
+29;2020-05-03;0;0;0;1
+29;2020-05-04;0;0;1;0
+29;2020-05-05;1;1;0;1
+29;2020-05-06;1;0;0;0
+29;2020-05-07;2;0;0;2
+29;2020-05-08;2;2;0;3
+29;2020-05-09;1;0;1;0
+29;2020-05-10;0;0;0;0
+29;2020-05-11;1;0;0;2
+29;2020-05-12;0;0;0;4
+29;2020-05-13;0;0;0;1
+29;2020-05-14;1;0;1;2
+29;2020-05-15;0;0;0;5
+29;2020-05-16;1;0;0;3
+29;2020-05-17;0;0;0;0
+29;2020-05-18;0;0;0;0
+29;2020-05-19;1;0;1;1
+29;2020-05-20;0;0;0;1
+29;2020-05-21;0;0;0;1
+29;2020-05-22;1;0;1;0
+29;2020-05-23;1;0;0;1
+29;2020-05-24;0;0;0;0
+29;2020-05-25;0;0;0;0
+29;2020-05-26;0;0;1;0
+29;2020-05-27;2;0;0;0
+29;2020-05-28;0;0;0;0
+29;2020-05-29;0;0;0;1
+29;2020-05-30;0;0;0;0
+29;2020-05-31;0;0;0;0
+29;2020-06-01;1;0;0;1
+29;2020-06-02;0;0;0;0
+29;2020-06-03;0;0;0;0
+29;2020-06-04;1;0;0;0
+29;2020-06-05;0;0;0;1
+29;2020-06-06;0;0;0;1
+29;2020-06-07;0;0;0;0
+29;2020-06-08;0;0;0;3
+30;2020-03-19;2;1;1;1
+30;2020-03-20;4;0;0;0
+30;2020-03-21;4;0;0;4
+30;2020-03-22;5;0;1;0
+30;2020-03-23;3;4;0;1
+30;2020-03-24;4;5;2;3
+30;2020-03-25;7;2;1;1
+30;2020-03-26;0;2;0;2
+30;2020-03-27;11;0;1;2
+30;2020-03-28;12;4;0;0
+30;2020-03-29;6;2;3;0
+30;2020-03-30;5;4;0;0
+30;2020-03-31;18;5;1;5
+30;2020-04-01;20;5;0;1
+30;2020-04-02;10;6;1;9
+30;2020-04-03;2;2;2;5
+30;2020-04-04;0;0;1;3
+30;2020-04-05;24;7;0;1
+30;2020-04-06;20;5;3;3
+30;2020-04-07;13;2;0;12
+30;2020-04-08;8;2;4;10
+30;2020-04-09;8;1;0;6
+30;2020-04-10;14;3;1;12
+30;2020-04-11;3;3;1;13
+30;2020-04-12;3;0;3;1
+30;2020-04-13;0;0;1;2
+30;2020-04-14;12;0;1;6
+30;2020-04-15;13;2;0;5
+30;2020-04-16;14;1;1;15
+30;2020-04-17;24;4;3;2
+30;2020-04-18;2;0;0;9
+30;2020-04-19;4;1;0;0
+30;2020-04-20;27;5;3;6
+30;2020-04-21;14;0;2;1
+30;2020-04-22;5;1;1;0
+30;2020-04-23;5;0;6;19
+30;2020-04-24;8;3;3;11
+30;2020-04-25;0;0;3;0
+30;2020-04-26;3;0;0;1
+30;2020-04-27;12;2;6;4
+30;2020-04-28;4;3;1;7
+30;2020-04-29;8;2;1;2
+30;2020-04-30;7;2;4;3
+30;2020-05-01;0;0;0;0
+30;2020-05-02;1;0;0;0
+30;2020-05-03;0;0;0;0
+30;2020-05-04;2;1;9;14
+30;2020-05-05;18;3;2;7
+30;2020-05-06;2;0;0;3
+30;2020-05-07;6;2;4;17
+30;2020-05-08;0;0;1;2
+30;2020-05-09;0;0;0;1
+30;2020-05-10;0;0;0;0
+30;2020-05-11;2;0;0;0
+30;2020-05-12;12;5;4;17
+30;2020-05-13;1;0;0;2
+30;2020-05-14;5;1;1;8
+30;2020-05-15;0;0;0;0
+30;2020-05-16;1;1;1;0
+30;2020-05-17;0;0;0;0
+30;2020-05-18;5;1;1;14
+30;2020-05-19;0;0;1;0
+30;2020-05-20;9;0;3;8
+30;2020-05-21;2;0;0;0
+30;2020-05-22;0;0;0;0
+30;2020-05-23;0;0;0;2
+30;2020-05-24;0;0;0;0
+30;2020-05-25;0;0;3;5
+30;2020-05-26;12;2;1;0
+30;2020-05-27;0;0;0;1
+30;2020-05-28;1;2;0;4
+30;2020-05-29;0;0;0;0
+30;2020-05-30;0;0;0;0
+30;2020-05-31;0;0;0;0
+30;2020-06-01;0;0;0;0
+30;2020-06-02;6;2;0;2
+30;2020-06-03;1;0;1;11
+30;2020-06-04;1;0;0;0
+30;2020-06-05;0;0;0;0
+30;2020-06-06;1;0;1;6
+30;2020-06-07;0;0;0;0
+30;2020-06-08;0;0;0;0
+31;2020-03-19;8;3;1;4
+31;2020-03-20;13;5;1;0
+31;2020-03-21;19;4;0;6
+31;2020-03-22;14;3;0;2
+31;2020-03-23;16;6;0;3
+31;2020-03-24;28;9;1;13
+31;2020-03-25;28;11;0;6
+31;2020-03-26;35;18;0;5
+31;2020-03-27;23;8;2;3
+31;2020-03-28;17;6;1;10
+31;2020-03-29;25;8;1;3
+31;2020-03-30;34;15;0;5
+31;2020-03-31;27;8;0;20
+31;2020-04-01;21;11;4;18
+31;2020-04-02;19;9;2;17
+31;2020-04-03;15;2;0;11
+31;2020-04-04;13;7;1;14
+31;2020-04-05;4;2;1;6
+31;2020-04-06;13;8;2;5
+31;2020-04-07;16;2;3;17
+31;2020-04-08;10;9;2;13
+31;2020-04-09;42;4;2;22
+31;2020-04-10;25;4;3;15
+31;2020-04-11;14;3;2;21
+31;2020-04-12;11;1;0;9
+31;2020-04-13;4;0;0;5
+31;2020-04-14;18;4;2;15
+31;2020-04-15;13;5;1;30
+31;2020-04-16;5;2;0;15
+31;2020-04-17;12;4;3;14
+31;2020-04-18;4;0;0;15
+31;2020-04-19;8;3;2;6
+31;2020-04-20;8;0;1;2
+31;2020-04-21;13;0;0;18
+31;2020-04-22;9;2;2;17
+31;2020-04-23;5;1;1;11
+31;2020-04-24;7;1;4;17
+31;2020-04-25;9;0;1;13
+31;2020-04-26;1;0;0;4
+31;2020-04-27;5;1;0;0
+31;2020-04-28;5;0;2;17
+31;2020-04-29;7;1;1;13
+31;2020-04-30;2;1;2;6
+31;2020-05-01;7;0;0;9
+31;2020-05-02;4;2;2;2
+31;2020-05-03;3;0;0;0
+31;2020-05-04;4;0;1;3
+31;2020-05-05;7;2;1;15
+31;2020-05-06;2;1;0;7
+31;2020-05-07;7;0;2;4
+31;2020-05-08;12;3;0;11
+31;2020-05-09;1;1;1;2
+31;2020-05-10;8;1;0;4
+31;2020-05-11;1;0;0;8
+31;2020-05-12;0;0;0;4
+31;2020-05-13;6;2;1;7
+31;2020-05-14;3;0;2;4
+31;2020-05-15;1;1;1;8
+31;2020-05-16;2;1;0;5
+31;2020-05-17;7;1;1;5
+31;2020-05-18;1;0;0;0
+31;2020-05-19;5;0;0;6
+31;2020-05-20;0;0;2;1
+31;2020-05-21;2;0;0;4
+31;2020-05-22;0;0;0;2
+31;2020-05-23;0;0;1;0
+31;2020-05-24;0;0;1;1
+31;2020-05-25;4;1;0;4
+31;2020-05-26;2;1;0;8
+31;2020-05-27;4;0;0;0
+31;2020-05-28;0;0;2;2
+31;2020-05-29;2;0;0;3
+31;2020-05-30;1;0;0;0
+31;2020-05-31;0;0;2;3
+31;2020-06-01;1;0;0;0
+31;2020-06-02;1;0;0;1
+31;2020-06-03;0;0;1;4
+31;2020-06-04;0;0;0;3
+31;2020-06-05;0;0;0;3
+31;2020-06-06;2;0;0;1
+31;2020-06-07;0;0;0;0
+31;2020-06-08;0;0;0;0
+32;2020-03-19;2;2;0;0
+32;2020-03-20;0;0;0;0
+32;2020-03-21;1;0;0;0
+32;2020-03-22;0;0;0;0
+32;2020-03-23;1;0;0;0
+32;2020-03-24;3;0;0;0
+32;2020-03-25;3;0;0;0
+32;2020-03-26;0;0;0;1
+32;2020-03-27;5;1;0;0
+32;2020-03-28;1;0;0;0
+32;2020-03-29;4;0;0;0
+32;2020-03-30;1;0;1;0
+32;2020-03-31;3;0;1;2
+32;2020-04-01;8;0;1;1
+32;2020-04-02;4;1;0;2
+32;2020-04-03;2;0;2;0
+32;2020-04-04;4;0;2;1
+32;2020-04-05;2;1;0;0
+32;2020-04-06;1;0;0;1
+32;2020-04-07;4;0;1;5
+32;2020-04-08;4;0;0;1
+32;2020-04-09;1;1;0;2
+32;2020-04-10;1;0;0;4
+32;2020-04-11;0;0;1;1
+32;2020-04-12;5;0;0;0
+32;2020-04-13;3;0;0;0
+32;2020-04-14;3;0;1;1
+32;2020-04-15;3;0;0;5
+32;2020-04-16;4;0;0;2
+32;2020-04-17;4;1;0;0
+32;2020-04-18;2;0;1;0
+32;2020-04-19;2;0;0;0
+32;2020-04-20;8;2;0;1
+32;2020-04-21;3;0;2;3
+32;2020-04-22;2;1;0;0
+32;2020-04-23;4;0;3;3
+32;2020-04-24;2;1;0;13
+32;2020-04-25;0;0;0;3
+32;2020-04-26;8;0;0;0
+32;2020-04-27;4;0;1;1
+32;2020-04-28;0;0;1;0
+32;2020-04-29;0;0;0;1
+32;2020-04-30;0;0;0;1
+32;2020-05-01;0;0;0;3
+32;2020-05-02;0;0;0;0
+32;2020-05-03;1;0;0;0
+32;2020-05-04;8;0;2;1
+32;2020-05-05;10;0;0;8
+32;2020-05-06;1;0;1;2
+32;2020-05-07;0;0;1;0
+32;2020-05-08;1;1;1;2
+32;2020-05-09;0;0;0;0
+32;2020-05-10;1;0;0;0
+32;2020-05-11;2;0;0;2
+32;2020-05-12;1;0;0;0
+32;2020-05-13;0;0;0;3
+32;2020-05-14;0;0;0;5
+32;2020-05-15;1;0;1;1
+32;2020-05-16;2;0;0;0
+32;2020-05-17;0;0;0;0
+32;2020-05-18;0;0;0;1
+32;2020-05-19;0;0;0;3
+32;2020-05-20;0;0;0;0
+32;2020-05-21;1;0;0;0
+32;2020-05-22;0;0;0;0
+32;2020-05-23;0;0;0;0
+32;2020-05-24;0;0;0;0
+32;2020-05-25;1;0;0;0
+32;2020-05-26;1;0;0;0
+32;2020-05-27;1;0;0;4
+32;2020-05-28;0;0;0;0
+32;2020-05-29;0;0;0;0
+32;2020-05-30;0;0;0;0
+32;2020-05-31;0;0;0;0
+32;2020-06-01;0;0;0;0
+32;2020-06-02;0;0;0;0
+32;2020-06-03;0;0;0;0
+32;2020-06-04;0;0;0;1
+32;2020-06-05;0;0;0;0
+32;2020-06-06;0;0;0;0
+32;2020-06-07;0;0;0;0
+32;2020-06-08;0;0;0;0
+33;2020-03-19;14;3;1;6
+33;2020-03-20;5;3;0;3
+33;2020-03-21;34;12;0;1
+33;2020-03-22;9;1;0;0
+33;2020-03-23;23;5;1;6
+33;2020-03-24;40;21;0;8
+33;2020-03-25;87;7;3;28
+33;2020-03-26;44;7;5;17
+33;2020-03-27;64;13;4;19
+33;2020-03-28;30;5;4;7
+33;2020-03-29;29;8;4;9
+33;2020-03-30;89;13;4;37
+33;2020-03-31;66;15;5;47
+33;2020-04-01;50;12;2;38
+33;2020-04-02;55;8;1;39
+33;2020-04-03;37;5;3;17
+33;2020-04-04;15;6;4;23
+33;2020-04-05;15;2;2;13
+33;2020-04-06;32;5;5;17
+33;2020-04-07;28;6;3;19
+33;2020-04-08;32;7;8;42
+33;2020-04-09;32;6;4;31
+33;2020-04-10;25;3;1;21
+33;2020-04-11;31;2;4;24
+33;2020-04-12;10;1;4;16
+33;2020-04-13;22;5;1;8
+33;2020-04-14;25;1;3;16
+33;2020-04-15;16;2;2;26
+33;2020-04-16;15;2;1;19
+33;2020-04-17;24;4;7;17
+33;2020-04-18;15;3;5;24
+33;2020-04-19;23;4;2;10
+33;2020-04-20;22;1;4;9
+33;2020-04-21;14;0;4;22
+33;2020-04-22;12;3;1;18
+33;2020-04-23;24;3;4;31
+33;2020-04-24;5;0;3;13
+33;2020-04-25;13;0;2;14
+33;2020-04-26;8;1;1;5
+33;2020-04-27;15;0;2;8
+33;2020-04-28;14;1;2;21
+33;2020-04-29;7;0;2;14
+33;2020-04-30;8;0;4;18
+33;2020-05-01;5;1;0;14
+33;2020-05-02;3;0;1;3
+33;2020-05-03;10;2;1;3
+33;2020-05-04;8;1;4;3
+33;2020-05-05;14;1;0;17
+33;2020-05-06;3;0;3;13
+33;2020-05-07;11;1;2;5
+33;2020-05-08;3;1;0;5
+33;2020-05-09;7;0;4;7
+33;2020-05-10;7;0;1;16
+33;2020-05-11;2;1;1;1
+33;2020-05-12;7;0;3;12
+33;2020-05-13;11;1;1;10
+33;2020-05-14;9;0;1;5
+33;2020-05-15;3;0;0;4
+33;2020-05-16;5;0;0;4
+33;2020-05-17;0;0;1;0
+33;2020-05-18;2;0;2;2
+33;2020-05-19;6;2;1;9
+33;2020-05-20;2;0;0;7
+33;2020-05-21;1;0;0;6
+33;2020-05-22;2;1;0;2
+33;2020-05-23;4;0;1;5
+33;2020-05-24;2;0;0;0
+33;2020-05-25;2;0;1;8
+33;2020-05-26;1;1;1;4
+33;2020-05-27;4;1;0;4
+33;2020-05-28;2;0;1;13
+33;2020-05-29;1;1;1;3
+33;2020-05-30;1;0;0;4
+33;2020-05-31;1;1;0;0
+33;2020-06-01;1;0;0;0
+33;2020-06-02;0;1;0;9
+33;2020-06-03;6;0;0;9
+33;2020-06-04;6;1;0;5
+33;2020-06-05;2;0;1;2
+33;2020-06-06;1;0;1;3
+33;2020-06-07;0;0;0;0
+33;2020-06-08;2;0;0;11
+34;2020-03-19;24;7;2;5
+34;2020-03-20;15;6;1;1
+34;2020-03-21;19;4;0;9
+34;2020-03-22;11;4;2;7
+34;2020-03-23;23;8;3;2
+34;2020-03-24;26;9;1;7
+34;2020-03-25;45;9;3;5
+34;2020-03-26;37;8;3;16
+34;2020-03-27;38;9;2;11
+34;2020-03-28;47;11;3;12
+34;2020-03-29;38;7;2;2
+34;2020-03-30;24;14;1;14
+34;2020-03-31;38;7;5;36
+34;2020-04-01;33;10;6;25
+34;2020-04-02;30;6;4;17
+34;2020-04-03;41;10;4;16
+34;2020-04-04;11;3;8;16
+34;2020-04-05;20;0;1;13
+34;2020-04-06;21;6;2;12
+34;2020-04-07;25;5;3;31
+34;2020-04-08;14;4;3;27
+34;2020-04-09;12;0;2;25
+34;2020-04-10;20;7;8;26
+34;2020-04-11;10;2;4;26
+34;2020-04-12;5;1;0;7
+34;2020-04-13;21;7;2;5
+34;2020-04-14;8;5;7;7
+34;2020-04-15;9;5;5;17
+34;2020-04-16;6;4;1;19
+34;2020-04-17;8;0;0;14
+34;2020-04-18;35;4;1;21
+34;2020-04-19;7;3;0;0
+34;2020-04-20;9;7;4;13
+34;2020-04-21;5;0;2;10
+34;2020-04-22;3;1;0;8
+34;2020-04-23;4;5;1;9
+34;2020-04-24;4;1;1;12
+34;2020-04-25;5;0;0;8
+34;2020-04-26;2;0;0;0
+34;2020-04-27;5;1;1;2
+34;2020-04-28;7;0;2;8
+34;2020-04-29;2;0;2;9
+34;2020-04-30;8;1;1;4
+34;2020-05-01;1;0;0;7
+34;2020-05-02;1;0;3;0
+34;2020-05-03;0;0;0;0
+34;2020-05-04;4;1;0;6
+34;2020-05-05;5;0;6;6
+34;2020-05-06;4;0;1;8
+34;2020-05-07;2;0;0;5
+34;2020-05-08;3;0;0;17
+34;2020-05-09;2;0;0;2
+34;2020-05-10;1;0;0;1
+34;2020-05-11;6;2;1;3
+34;2020-05-12;0;1;0;8
+34;2020-05-13;8;2;0;8
+34;2020-05-14;1;2;1;8
+34;2020-05-15;3;1;0;4
+34;2020-05-16;0;0;0;4
+34;2020-05-17;0;0;0;1
+34;2020-05-18;4;1;1;4
+34;2020-05-19;0;0;0;4
+34;2020-05-20;5;0;1;3
+34;2020-05-21;0;0;0;1
+34;2020-05-22;10;1;1;0
+34;2020-05-23;0;0;0;1
+34;2020-05-24;1;0;0;0
+34;2020-05-25;5;0;0;7
+34;2020-05-26;1;1;1;3
+34;2020-05-27;5;0;0;2
+34;2020-05-28;1;1;0;3
+34;2020-05-29;2;0;0;2
+34;2020-05-30;9;0;0;12
+34;2020-05-31;0;0;0;0
+34;2020-06-01;0;0;0;0
+34;2020-06-02;1;0;0;1
+34;2020-06-03;1;0;0;0
+34;2020-06-04;0;0;0;0
+34;2020-06-05;1;1;1;9
+34;2020-06-06;0;0;0;0
+34;2020-06-07;0;0;0;0
+34;2020-06-08;2;0;0;6
+35;2020-03-19;25;7;0;16
+35;2020-03-20;8;2;1;1
+35;2020-03-21;8;3;0;1
+35;2020-03-22;4;2;0;0
+35;2020-03-23;12;4;0;2
+35;2020-03-24;9;2;1;6
+35;2020-03-25;12;2;0;4
+35;2020-03-26;15;2;0;5
+35;2020-03-27;10;4;1;5
+35;2020-03-28;19;5;2;3
+35;2020-03-29;30;2;0;11
+35;2020-03-30;15;4;2;2
+35;2020-03-31;19;7;2;8
+35;2020-04-01;18;7;1;3
+35;2020-04-02;20;5;2;7
+35;2020-04-03;10;1;4;5
+35;2020-04-04;13;3;1;10
+35;2020-04-05;6;4;0;3
+35;2020-04-06;16;2;3;5
+35;2020-04-07;19;1;3;18
+35;2020-04-08;21;4;4;11
+35;2020-04-09;13;2;0;4
+35;2020-04-10;15;1;9;8
+35;2020-04-11;15;2;3;11
+35;2020-04-12;16;0;0;6
+35;2020-04-13;6;1;1;4
+35;2020-04-14;18;1;4;8
+35;2020-04-15;23;0;4;12
+35;2020-04-16;12;1;1;14
+35;2020-04-17;11;3;2;9
+35;2020-04-18;9;2;5;17
+35;2020-04-19;6;1;4;6
+35;2020-04-20;3;1;1;2
+35;2020-04-21;10;2;3;11
+35;2020-04-22;9;1;0;10
+35;2020-04-23;8;0;3;6
+35;2020-04-24;5;0;0;11
+35;2020-04-25;6;1;1;13
+35;2020-04-26;2;0;0;3
+35;2020-04-27;0;0;1;0
+35;2020-04-28;6;0;3;9
+35;2020-04-29;4;0;0;5
+35;2020-04-30;3;0;0;3
+35;2020-05-01;2;0;0;10
+35;2020-05-02;2;1;2;5
+35;2020-05-03;3;0;2;3
+35;2020-05-04;3;0;1;2
+35;2020-05-05;1;0;0;5
+35;2020-05-06;2;0;1;3
+35;2020-05-07;1;0;0;13
+35;2020-05-08;4;0;0;8
+35;2020-05-09;0;0;0;2
+35;2020-05-10;2;0;0;2
+35;2020-05-11;1;0;2;1
+35;2020-05-12;3;0;1;9
+35;2020-05-13;2;0;0;13
+35;2020-05-14;1;0;0;1
+35;2020-05-15;5;0;1;12
+35;2020-05-16;9;0;2;8
+35;2020-05-17;4;0;0;2
+35;2020-05-18;2;1;0;0
+35;2020-05-19;3;0;0;2
+35;2020-05-20;6;0;0;3
+35;2020-05-21;2;0;1;2
+35;2020-05-22;6;0;0;0
+35;2020-05-23;0;0;0;1
+35;2020-05-24;1;0;0;0
+35;2020-05-25;2;1;1;6
+35;2020-05-26;2;1;0;8
+35;2020-05-27;1;0;1;3
+35;2020-05-28;0;0;0;5
+35;2020-05-29;2;0;0;0
+35;2020-05-30;1;0;0;9
+35;2020-05-31;0;0;0;0
+35;2020-06-01;1;0;1;0
+35;2020-06-02;0;0;0;0
+35;2020-06-03;5;0;1;12
+35;2020-06-04;1;0;0;1
+35;2020-06-05;3;0;0;5
+35;2020-06-06;1;0;0;0
+35;2020-06-07;1;0;0;1
+35;2020-06-08;0;0;0;1
+36;2020-03-19;3;0;0;0
+36;2020-03-20;1;1;0;0
+36;2020-03-21;1;1;0;0
+36;2020-03-22;0;0;0;0
+36;2020-03-23;13;3;2;0
+36;2020-03-24;3;2;0;0
+36;2020-03-25;7;0;3;0
+36;2020-03-26;1;0;0;1
+36;2020-03-27;11;3;2;1
+36;2020-03-28;13;3;1;0
+36;2020-03-29;1;1;1;0
+36;2020-03-30;5;0;2;1
+36;2020-03-31;2;0;2;0
+36;2020-04-01;6;1;4;1
+36;2020-04-02;5;1;0;3
+36;2020-04-03;2;3;0;0
+36;2020-04-04;11;2;0;2
+36;2020-04-05;11;0;1;0
+36;2020-04-06;2;0;3;0
+36;2020-04-07;8;0;2;5
+36;2020-04-08;4;2;2;2
+36;2020-04-09;6;0;0;3
+36;2020-04-10;17;0;4;1
+36;2020-04-11;8;0;1;3
+36;2020-04-12;1;0;2;1
+36;2020-04-13;17;0;6;0
+36;2020-04-14;5;0;0;2
+36;2020-04-15;9;0;0;1
+36;2020-04-16;3;0;0;3
+36;2020-04-17;5;0;1;8
+36;2020-04-18;4;0;2;0
+36;2020-04-19;4;0;3;0
+36;2020-04-20;5;0;2;1
+36;2020-04-21;22;0;4;6
+36;2020-04-22;11;1;6;5
+36;2020-04-23;5;0;1;5
+36;2020-04-24;4;1;1;0
+36;2020-04-25;8;1;2;2
+36;2020-04-26;1;0;1;0
+36;2020-04-27;3;1;2;0
+36;2020-04-28;2;1;1;0
+36;2020-04-29;6;0;0;5
+36;2020-04-30;4;0;0;0
+36;2020-05-01;3;0;1;1
+36;2020-05-02;2;0;0;0
+36;2020-05-03;2;0;0;1
+36;2020-05-04;1;0;3;2
+36;2020-05-05;0;0;1;8
+36;2020-05-06;0;0;0;4
+36;2020-05-07;1;0;0;5
+36;2020-05-08;2;0;0;4
+36;2020-05-09;0;0;1;0
+36;2020-05-10;0;0;0;0
+36;2020-05-11;0;0;1;0
+36;2020-05-12;1;0;0;2
+36;2020-05-13;0;0;0;3
+36;2020-05-14;2;1;1;1
+36;2020-05-15;1;0;0;2
+36;2020-05-16;0;0;0;0
+36;2020-05-17;0;0;1;0
+36;2020-05-18;2;0;0;2
+36;2020-05-19;0;0;1;1
+36;2020-05-20;1;0;0;0
+36;2020-05-21;0;0;1;0
+36;2020-05-22;1;0;0;4
+36;2020-05-23;0;0;0;0
+36;2020-05-24;0;0;0;0
+36;2020-05-25;0;0;1;0
+36;2020-05-26;0;0;0;1
+36;2020-05-27;0;0;0;0
+36;2020-05-28;0;0;0;0
+36;2020-05-29;0;0;0;2
+36;2020-05-30;0;0;0;0
+36;2020-05-31;0;0;0;0
+36;2020-06-01;0;0;0;0
+36;2020-06-02;0;0;0;0
+36;2020-06-03;0;0;0;2
+36;2020-06-04;0;0;0;0
+36;2020-06-05;0;0;0;0
+36;2020-06-06;0;0;0;0
+36;2020-06-07;0;0;0;0
+36;2020-06-08;0;0;0;0
+37;2020-03-19;2;2;0;0
+37;2020-03-20;6;1;1;0
+37;2020-03-21;1;0;0;1
+37;2020-03-22;1;1;0;0
+37;2020-03-23;5;1;1;0
+37;2020-03-24;7;1;0;3
+37;2020-03-25;9;3;1;5
+37;2020-03-26;11;1;0;5
+37;2020-03-27;26;7;0;6
+37;2020-03-28;5;2;1;4
+37;2020-03-29;5;2;0;1
+37;2020-03-30;27;2;0;3
+37;2020-03-31;15;3;1;2
+37;2020-04-01;32;5;6;11
+37;2020-04-02;19;3;1;3
+37;2020-04-03;18;6;4;6
+37;2020-04-04;24;4;1;8
+37;2020-04-05;6;0;1;9
+37;2020-04-06;20;6;4;4
+37;2020-04-07;9;0;1;10
+37;2020-04-08;24;3;2;9
+37;2020-04-09;14;3;5;7
+37;2020-04-10;12;3;2;6
+37;2020-04-11;21;5;3;8
+37;2020-04-12;5;0;3;4
+37;2020-04-13;4;0;0;2
+37;2020-04-14;5;0;2;7
+37;2020-04-15;18;0;2;15
+37;2020-04-16;5;0;2;9
+37;2020-04-17;5;0;3;6
+37;2020-04-18;5;0;3;6
+37;2020-04-19;1;0;1;5
+37;2020-04-20;5;0;2;6
+37;2020-04-21;8;2;0;6
+37;2020-04-22;5;0;2;1
+37;2020-04-23;3;0;1;8
+37;2020-04-24;7;1;1;7
+37;2020-04-25;6;2;1;3
+37;2020-04-26;6;0;0;3
+37;2020-04-27;2;1;1;1
+37;2020-04-28;13;0;1;7
+37;2020-04-29;6;0;0;8
+37;2020-04-30;7;1;0;4
+37;2020-05-01;5;2;1;3
+37;2020-05-02;3;0;0;3
+37;2020-05-03;3;0;0;0
+37;2020-05-04;4;1;4;0
+37;2020-05-05;7;0;2;12
+37;2020-05-06;3;0;0;6
+37;2020-05-07;3;1;1;3
+37;2020-05-08;3;0;0;4
+37;2020-05-09;1;0;1;1
+37;2020-05-10;1;0;1;0
+37;2020-05-11;2;0;1;5
+37;2020-05-12;5;0;2;9
+37;2020-05-13;3;0;0;4
+37;2020-05-14;4;0;2;4
+37;2020-05-15;4;0;0;5
+37;2020-05-16;0;0;0;1
+37;2020-05-17;0;0;0;1
+37;2020-05-18;1;0;1;4
+37;2020-05-19;2;0;2;2
+37;2020-05-20;2;0;1;3
+37;2020-05-21;0;0;0;5
+37;2020-05-22;1;0;0;0
+37;2020-05-23;0;0;0;2
+37;2020-05-24;0;0;0;0
+37;2020-05-25;0;0;0;1
+37;2020-05-26;0;1;1;3
+37;2020-05-27;2;0;1;8
+37;2020-05-28;1;0;0;2
+37;2020-05-29;1;0;0;4
+37;2020-05-30;2;0;0;1
+37;2020-05-31;0;0;0;0
+37;2020-06-01;0;0;1;0
+37;2020-06-02;0;0;0;0
+37;2020-06-03;1;0;0;1
+37;2020-06-04;0;0;0;1
+37;2020-06-05;0;0;0;1
+37;2020-06-06;0;0;0;0
+37;2020-06-07;0;0;0;0
+37;2020-06-08;1;0;1;2
+38;2020-03-19;11;0;0;5
+38;2020-03-20;8;0;0;5
+38;2020-03-21;13;1;0;4
+38;2020-03-22;8;2;1;1
+38;2020-03-23;16;4;1;4
+38;2020-03-24;21;0;0;12
+38;2020-03-25;29;10;0;7
+38;2020-03-26;19;5;1;8
+38;2020-03-27;35;14;0;6
+38;2020-03-28;14;2;2;5
+38;2020-03-29;28;12;2;4
+38;2020-03-30;30;6;3;4
+38;2020-03-31;18;3;2;10
+38;2020-04-01;30;4;2;17
+38;2020-04-02;21;3;1;5
+38;2020-04-03;23;4;5;12
+38;2020-04-04;22;4;2;16
+38;2020-04-05;26;5;2;4
+38;2020-04-06;30;5;2;10
+38;2020-04-07;19;5;3;9
+38;2020-04-08;13;2;5;27
+38;2020-04-09;28;8;3;18
+38;2020-04-10;27;3;3;11
+38;2020-04-11;8;2;4;7
+38;2020-04-12;12;2;3;9
+38;2020-04-13;11;1;1;3
+38;2020-04-14;6;2;4;7
+38;2020-04-15;32;8;7;18
+38;2020-04-16;14;0;3;18
+38;2020-04-17;20;3;1;9
+38;2020-04-18;16;1;2;20
+38;2020-04-19;7;1;3;5
+38;2020-04-20;11;3;6;12
+38;2020-04-21;26;3;7;31
+38;2020-04-22;18;2;3;12
+38;2020-04-23;20;3;5;15
+38;2020-04-24;22;3;6;17
+38;2020-04-25;3;1;0;5
+38;2020-04-26;0;0;1;1
+38;2020-04-27;7;0;2;2
+38;2020-04-28;13;1;4;22
+38;2020-04-29;7;1;1;18
+38;2020-04-30;6;1;4;29
+38;2020-05-01;7;0;0;7
+38;2020-05-02;1;0;0;1
+38;2020-05-03;5;0;1;0
+38;2020-05-04;10;0;2;5
+38;2020-05-05;9;0;3;7
+38;2020-05-06;7;1;1;15
+38;2020-05-07;7;1;2;9
+38;2020-05-08;2;1;0;4
+38;2020-05-09;0;0;2;1
+38;2020-05-10;0;0;0;0
+38;2020-05-11;21;1;3;13
+38;2020-05-12;7;1;2;10
+38;2020-05-13;5;0;0;3
+38;2020-05-14;10;0;1;15
+38;2020-05-15;3;2;3;7
+38;2020-05-16;0;0;0;10
+38;2020-05-17;0;0;0;1
+38;2020-05-18;2;1;0;1
+38;2020-05-19;5;0;6;10
+38;2020-05-20;3;0;0;9
+38;2020-05-21;25;0;2;22
+38;2020-05-22;2;0;0;3
+38;2020-05-23;0;1;2;4
+38;2020-05-24;0;0;0;0
+38;2020-05-25;5;1;4;8
+38;2020-05-26;2;0;1;4
+38;2020-05-27;5;2;1;2
+38;2020-05-28;1;0;0;7
+38;2020-05-29;1;0;1;7
+38;2020-05-30;3;0;0;0
+38;2020-05-31;0;0;2;4
+38;2020-06-01;0;0;0;0
+38;2020-06-02;1;1;2;3
+38;2020-06-03;5;1;1;3
+38;2020-06-04;0;0;0;4
+38;2020-06-05;0;0;0;4
+38;2020-06-06;2;0;0;1
+38;2020-06-07;0;0;0;0
+38;2020-06-08;2;0;2;1
+39;2020-03-19;1;0;0;0
+39;2020-03-20;5;0;0;1
+39;2020-03-21;1;0;0;0
+39;2020-03-22;2;0;0;0
+39;2020-03-23;2;0;0;0
+39;2020-03-24;14;1;0;2
+39;2020-03-25;5;2;0;0
+39;2020-03-26;16;5;0;0
+39;2020-03-27;6;3;0;1
+39;2020-03-28;4;0;1;9
+39;2020-03-29;2;2;0;0
+39;2020-03-30;13;0;1;0
+39;2020-03-31;11;1;1;6
+39;2020-04-01;11;1;1;5
+39;2020-04-02;5;2;0;4
+39;2020-04-03;16;1;6;7
+39;2020-04-04;16;2;3;3
+39;2020-04-05;11;0;1;3
+39;2020-04-06;3;2;3;0
+39;2020-04-07;20;3;1;7
+39;2020-04-08;14;1;1;4
+39;2020-04-09;18;2;4;8
+39;2020-04-10;8;4;1;2
+39;2020-04-11;8;0;2;6
+39;2020-04-12;6;1;1;0
+39;2020-04-13;7;2;1;0
+39;2020-04-14;9;1;2;0
+39;2020-04-15;14;1;2;10
+39;2020-04-16;11;1;2;8
+39;2020-04-17;16;2;0;2
+39;2020-04-18;9;2;3;11
+39;2020-04-19;0;0;0;4
+39;2020-04-20;1;0;0;1
+39;2020-04-21;1;0;2;15
+39;2020-04-22;8;4;1;12
+39;2020-04-23;5;1;3;11
+39;2020-04-24;3;0;0;2
+39;2020-04-25;5;2;0;8
+39;2020-04-26;0;0;0;0
+39;2020-04-27;2;2;1;2
+39;2020-04-28;3;2;0;13
+39;2020-04-29;2;0;0;3
+39;2020-04-30;10;0;2;4
+39;2020-05-01;0;0;0;2
+39;2020-05-02;0;0;0;0
+39;2020-05-03;0;0;0;0
+39;2020-05-04;6;1;2;4
+39;2020-05-05;1;1;0;10
+39;2020-05-06;1;1;0;1
+39;2020-05-07;3;0;1;3
+39;2020-05-08;6;0;0;3
+39;2020-05-09;1;0;3;10
+39;2020-05-10;0;0;0;0
+39;2020-05-11;5;2;3;1
+39;2020-05-12;0;0;1;3
+39;2020-05-13;1;0;0;1
+39;2020-05-14;0;0;0;2
+39;2020-05-15;1;0;1;4
+39;2020-05-16;4;0;1;5
+39;2020-05-17;0;0;0;0
+39;2020-05-18;0;0;0;1
+39;2020-05-19;1;0;0;5
+39;2020-05-20;5;0;0;6
+39;2020-05-21;1;0;0;1
+39;2020-05-22;3;0;1;3
+39;2020-05-23;1;0;0;1
+39;2020-05-24;0;0;0;0
+39;2020-05-25;1;0;0;0
+39;2020-05-26;1;0;1;33
+39;2020-05-27;0;0;0;3
+39;2020-05-28;1;0;1;1
+39;2020-05-29;23;0;0;16
+39;2020-05-30;0;0;0;2
+39;2020-05-31;0;0;0;0
+39;2020-06-01;0;0;0;0
+39;2020-06-02;0;0;0;3
+39;2020-06-03;0;0;0;1
+39;2020-06-04;0;0;0;1
+39;2020-06-05;0;1;0;2
+39;2020-06-06;0;0;0;0
+39;2020-06-07;0;0;0;0
+39;2020-06-08;0;0;0;1
+40;2020-03-19;0;0;0;0
+40;2020-03-20;0;0;0;0
+40;2020-03-21;0;0;0;0
+40;2020-03-22;0;0;0;0
+40;2020-03-23;4;0;0;0
+40;2020-03-24;0;0;0;0
+40;2020-03-25;7;3;0;1
+40;2020-03-26;0;1;0;1
+40;2020-03-27;2;0;0;0
+40;2020-03-28;2;0;0;3
+40;2020-03-29;2;0;0;0
+40;2020-03-30;6;1;1;1
+40;2020-03-31;1;1;0;1
+40;2020-04-01;1;1;0;0
+40;2020-04-02;4;0;0;3
+40;2020-04-03;2;1;0;2
+40;2020-04-04;1;1;0;0
+40;2020-04-05;1;0;0;1
+40;2020-04-06;9;3;3;7
+40;2020-04-07;11;0;2;4
+40;2020-04-08;4;1;0;1
+40;2020-04-09;7;0;2;4
+40;2020-04-10;1;0;2;2
+40;2020-04-11;0;0;0;0
+40;2020-04-12;0;0;1;0
+40;2020-04-13;0;0;0;0
+40;2020-04-14;4;1;0;1
+40;2020-04-15;2;0;0;0
+40;2020-04-16;3;0;0;1
+40;2020-04-17;3;0;0;1
+40;2020-04-18;0;0;0;1
+40;2020-04-19;0;0;0;0
+40;2020-04-20;1;1;0;3
+40;2020-04-21;1;0;0;0
+40;2020-04-22;0;0;0;1
+40;2020-04-23;1;1;0;2
+40;2020-04-24;2;0;0;2
+40;2020-04-25;0;0;0;1
+40;2020-04-26;0;0;0;0
+40;2020-04-27;0;0;0;1
+40;2020-04-28;0;0;0;3
+40;2020-04-29;0;0;0;3
+40;2020-04-30;8;0;0;4
+40;2020-05-01;0;0;0;0
+40;2020-05-02;0;0;0;0
+40;2020-05-03;0;0;0;0
+40;2020-05-04;0;0;0;3
+40;2020-05-05;0;0;0;1
+40;2020-05-06;0;0;0;0
+40;2020-05-07;0;0;0;0
+40;2020-05-08;0;0;0;0
+40;2020-05-09;0;0;0;0
+40;2020-05-10;0;0;0;0
+40;2020-05-11;0;0;2;0
+40;2020-05-12;0;0;0;1
+40;2020-05-13;0;0;0;1
+40;2020-05-14;0;0;0;0
+40;2020-05-15;0;0;0;0
+40;2020-05-16;0;0;0;0
+40;2020-05-17;0;0;0;0
+40;2020-05-18;1;0;0;0
+40;2020-05-19;0;0;0;0
+40;2020-05-20;0;0;0;3
+40;2020-05-21;0;0;0;0
+40;2020-05-22;0;0;0;0
+40;2020-05-23;0;0;0;0
+40;2020-05-24;0;0;0;0
+40;2020-05-25;1;1;0;0
+40;2020-05-26;0;0;0;0
+40;2020-05-27;0;0;0;0
+40;2020-05-28;0;0;0;1
+40;2020-05-29;0;0;0;1
+40;2020-05-30;0;0;0;0
+40;2020-05-31;0;0;0;0
+40;2020-06-01;0;0;0;0
+40;2020-06-02;0;0;0;0
+40;2020-06-03;0;0;0;1
+40;2020-06-04;0;0;0;1
+40;2020-06-05;3;0;0;3
+40;2020-06-06;0;0;0;0
+40;2020-06-07;0;0;0;0
+40;2020-06-08;0;0;0;1
+41;2020-03-19;3;0;0;1
+41;2020-03-20;3;1;0;0
+41;2020-03-21;0;0;0;0
+41;2020-03-22;1;0;0;0
+41;2020-03-23;4;1;0;1
+41;2020-03-24;9;0;0;5
+41;2020-03-25;2;1;0;1
+41;2020-03-26;6;1;0;1
+41;2020-03-27;8;2;0;0
+41;2020-03-28;12;0;3;4
+41;2020-03-29;2;1;0;0
+41;2020-03-30;23;1;1;3
+41;2020-03-31;5;5;0;3
+41;2020-04-01;17;3;3;1
+41;2020-04-02;17;5;0;1
+41;2020-04-03;11;0;3;15
+41;2020-04-04;4;1;2;2
+41;2020-04-05;1;0;0;2
+41;2020-04-06;18;2;1;1
+41;2020-04-07;11;0;1;6
+41;2020-04-08;10;1;2;4
+41;2020-04-09;13;5;0;2
+41;2020-04-10;4;1;2;10
+41;2020-04-11;6;1;3;3
+41;2020-04-12;3;0;0;0
+41;2020-04-13;4;0;1;1
+41;2020-04-14;12;1;3;2
+41;2020-04-15;3;2;2;6
+41;2020-04-16;7;0;1;4
+41;2020-04-17;10;6;1;4
+41;2020-04-18;5;0;2;1
+41;2020-04-19;1;1;0;0
+41;2020-04-20;17;4;4;7
+41;2020-04-21;5;0;1;5
+41;2020-04-22;7;0;0;7
+41;2020-04-23;6;0;0;4
+41;2020-04-24;9;2;2;2
+41;2020-04-25;7;1;0;3
+41;2020-04-26;2;0;0;0
+41;2020-04-27;8;0;2;2
+41;2020-04-28;2;0;4;9
+41;2020-04-29;15;2;0;6
+41;2020-04-30;23;2;3;10
+41;2020-05-01;4;2;1;2
+41;2020-05-02;4;0;1;1
+41;2020-05-03;4;1;0;0
+41;2020-05-04;1;0;1;6
+41;2020-05-05;10;1;1;4
+41;2020-05-06;2;0;1;8
+41;2020-05-07;9;0;1;4
+41;2020-05-08;0;0;1;3
+41;2020-05-09;2;0;0;1
+41;2020-05-10;4;0;1;0
+41;2020-05-11;6;0;0;0
+41;2020-05-12;2;0;0;5
+41;2020-05-13;4;0;1;9
+41;2020-05-14;4;1;0;8
+41;2020-05-15;7;2;2;7
+41;2020-05-16;0;0;1;1
+41;2020-05-17;0;0;0;0
+41;2020-05-18;5;1;1;5
+41;2020-05-19;1;0;2;5
+41;2020-05-20;2;0;0;6
+41;2020-05-21;0;0;0;0
+41;2020-05-22;0;0;0;0
+41;2020-05-23;1;0;1;3
+41;2020-05-24;0;0;0;0
+41;2020-05-25;2;0;2;1
+41;2020-05-26;0;0;0;5
+41;2020-05-27;0;0;0;1
+41;2020-05-28;1;0;0;10
+41;2020-05-29;0;0;0;3
+41;2020-05-30;0;0;0;2
+41;2020-05-31;0;0;0;0
+41;2020-06-01;0;0;0;0
+41;2020-06-02;2;0;0;2
+41;2020-06-03;0;0;0;3
+41;2020-06-04;0;0;0;1
+41;2020-06-05;0;0;0;2
+41;2020-06-06;0;0;0;0
+41;2020-06-07;0;0;0;0
+41;2020-06-08;0;0;0;0
+42;2020-03-19;32;4;2;5
+42;2020-03-20;13;4;1;1
+42;2020-03-21;22;2;2;5
+42;2020-03-22;30;4;2;2
+42;2020-03-23;24;3;2;4
+42;2020-03-24;46;3;3;6
+42;2020-03-25;59;12;2;3
+42;2020-03-26;40;8;3;3
+42;2020-03-27;28;3;1;13
+42;2020-03-28;69;16;8;3
+42;2020-03-29;76;8;6;14
+42;2020-03-30;32;11;3;11
+42;2020-03-31;40;4;8;7
+42;2020-04-01;44;5;13;29
+42;2020-04-02;43;9;5;14
+42;2020-04-03;57;5;7;33
+42;2020-04-04;29;7;1;12
+42;2020-04-05;19;1;5;13
+42;2020-04-06;40;5;3;13
+42;2020-04-07;33;3;11;31
+42;2020-04-08;26;5;2;28
+42;2020-04-09;33;2;5;25
+42;2020-04-10;31;7;6;33
+42;2020-04-11;27;1;3;17
+42;2020-04-12;43;7;5;16
+42;2020-04-13;4;2;1;4
+42;2020-04-14;23;3;6;17
+42;2020-04-15;41;2;10;31
+42;2020-04-16;18;3;6;18
+42;2020-04-17;34;0;2;26
+42;2020-04-18;12;3;5;24
+42;2020-04-19;18;4;1;8
+42;2020-04-20;11;4;5;5
+42;2020-04-21;22;0;6;26
+42;2020-04-22;17;3;10;18
+42;2020-04-23;23;1;5;16
+42;2020-04-24;10;0;2;12
+42;2020-04-25;20;3;5;33
+42;2020-04-26;9;1;3;4
+42;2020-04-27;11;0;2;5
+42;2020-04-28;8;0;7;15
+42;2020-04-29;7;1;1;11
+42;2020-04-30;14;2;1;18
+42;2020-05-01;12;2;2;14
+42;2020-05-02;3;1;2;1
+42;2020-05-03;4;0;1;1
+42;2020-05-04;6;2;3;12
+42;2020-05-05;9;1;3;13
+42;2020-05-06;5;1;2;16
+42;2020-05-07;0;2;1;8
+42;2020-05-08;4;0;0;9
+42;2020-05-09;2;0;0;4
+42;2020-05-10;1;0;1;1
+42;2020-05-11;9;0;6;8
+42;2020-05-12;20;2;7;10
+42;2020-05-13;3;1;0;45
+42;2020-05-14;8;1;1;10
+42;2020-05-15;2;1;1;5
+42;2020-05-16;1;0;1;6
+42;2020-05-17;0;0;0;0
+42;2020-05-18;0;0;2;3
+42;2020-05-19;1;0;5;10
+42;2020-05-20;12;0;3;28
+42;2020-05-21;1;0;1;2
+42;2020-05-22;4;1;3;5
+42;2020-05-23;2;0;0;3
+42;2020-05-24;2;0;0;0
+42;2020-05-25;1;0;1;1
+42;2020-05-26;3;0;3;13
+42;2020-05-27;2;3;1;6
+42;2020-05-28;3;0;0;3
+42;2020-05-29;1;0;1;7
+42;2020-05-30;0;0;0;0
+42;2020-05-31;2;0;0;1
+42;2020-06-01;0;0;1;2
+42;2020-06-02;1;0;3;15
+42;2020-06-03;1;0;1;15
+42;2020-06-04;1;0;0;11
+42;2020-06-05;2;0;0;7
+42;2020-06-06;0;0;0;1
+42;2020-06-07;0;0;0;1
+42;2020-06-08;0;0;0;2
+43;2020-03-19;1;1;0;0
+43;2020-03-20;2;1;0;1
+43;2020-03-21;2;0;0;0
+43;2020-03-22;2;0;0;1
+43;2020-03-23;2;1;0;0
+43;2020-03-24;2;0;0;1
+43;2020-03-25;6;1;0;3
+43;2020-03-26;2;2;0;0
+43;2020-03-27;3;0;1;1
+43;2020-03-28;2;0;1;1
+43;2020-03-29;1;0;1;0
+43;2020-03-30;3;0;0;1
+43;2020-03-31;2;0;0;2
+43;2020-04-01;3;0;0;2
+43;2020-04-02;2;0;0;2
+43;2020-04-03;6;0;0;3
+43;2020-04-04;5;1;0;2
+43;2020-04-05;4;0;0;2
+43;2020-04-06;7;0;0;2
+43;2020-04-07;2;1;1;4
+43;2020-04-08;5;0;0;6
+43;2020-04-09;6;0;0;3
+43;2020-04-10;5;0;1;3
+43;2020-04-11;6;0;0;0
+43;2020-04-12;2;0;0;0
+43;2020-04-13;1;0;1;1
+43;2020-04-14;2;0;0;5
+43;2020-04-15;2;0;0;2
+43;2020-04-16;1;0;0;4
+43;2020-04-17;7;0;0;2
+43;2020-04-18;14;0;0;4
+43;2020-04-19;14;0;0;0
+43;2020-04-20;0;0;0;0
+43;2020-04-21;2;1;1;0
+43;2020-04-22;2;0;0;1
+43;2020-04-23;4;0;2;3
+43;2020-04-24;3;0;0;0
+43;2020-04-25;0;0;0;0
+43;2020-04-26;0;0;0;0
+43;2020-04-27;0;0;0;0
+43;2020-04-28;4;0;0;4
+43;2020-04-29;1;0;1;3
+43;2020-04-30;1;0;1;1
+43;2020-05-01;0;0;0;0
+43;2020-05-02;0;0;0;0
+43;2020-05-03;0;0;0;0
+43;2020-05-04;1;0;0;0
+43;2020-05-05;2;0;0;1
+43;2020-05-06;0;1;0;1
+43;2020-05-07;2;1;1;9
+43;2020-05-08;1;0;0;0
+43;2020-05-09;0;0;0;0
+43;2020-05-10;0;0;1;0
+43;2020-05-11;0;0;0;0
+43;2020-05-12;2;0;0;0
+43;2020-05-13;1;0;1;1
+43;2020-05-14;1;0;0;4
+43;2020-05-15;0;1;0;0
+43;2020-05-16;0;0;0;2
+43;2020-05-17;0;0;0;0
+43;2020-05-18;0;0;0;0
+43;2020-05-19;0;0;0;0
+43;2020-05-20;0;0;0;1
+43;2020-05-21;0;0;0;0
+43;2020-05-22;0;0;0;0
+43;2020-05-23;0;0;0;0
+43;2020-05-24;0;0;0;0
+43;2020-05-25;0;0;1;2
+43;2020-05-26;0;0;0;0
+43;2020-05-27;0;0;0;0
+43;2020-05-28;0;0;0;1
+43;2020-05-29;1;0;0;1
+43;2020-05-30;2;0;0;0
+43;2020-05-31;0;0;0;0
+43;2020-06-01;0;0;1;0
+43;2020-06-02;1;0;1;0
+43;2020-06-03;0;0;0;0
+43;2020-06-04;0;0;0;0
+43;2020-06-05;0;0;0;3
+43;2020-06-06;0;0;0;1
+43;2020-06-07;0;0;0;0
+43;2020-06-08;1;0;0;0
+44;2020-03-19;12;4;0;3
+44;2020-03-20;5;3;0;1
+44;2020-03-21;16;3;0;2
+44;2020-03-22;15;4;1;1
+44;2020-03-23;4;2;1;0
+44;2020-03-24;36;4;3;9
+44;2020-03-25;18;4;1;4
+44;2020-03-26;7;6;2;2
+44;2020-03-27;38;7;3;4
+44;2020-03-28;33;8;7;8
+44;2020-03-29;18;2;4;0
+44;2020-03-30;16;3;5;12
+44;2020-03-31;22;9;3;18
+44;2020-04-01;45;2;5;10
+44;2020-04-02;27;7;2;11
+44;2020-04-03;30;6;5;19
+44;2020-04-04;42;3;2;14
+44;2020-04-05;17;3;0;12
+44;2020-04-06;16;3;2;5
+44;2020-04-07;30;2;4;22
+44;2020-04-08;21;4;3;19
+44;2020-04-09;36;3;3;20
+44;2020-04-10;35;6;4;19
+44;2020-04-11;19;0;2;20
+44;2020-04-12;18;3;2;6
+44;2020-04-13;13;1;7;3
+44;2020-04-14;10;0;6;8
+44;2020-04-15;18;1;6;15
+44;2020-04-16;12;1;3;14
+44;2020-04-17;16;1;2;9
+44;2020-04-18;10;0;4;14
+44;2020-04-19;7;0;3;2
+44;2020-04-20;4;0;3;5
+44;2020-04-21;14;1;3;11
+44;2020-04-22;12;1;4;20
+44;2020-04-23;11;0;1;7
+44;2020-04-24;7;0;4;14
+44;2020-04-25;12;0;1;8
+44;2020-04-26;4;0;4;5
+44;2020-04-27;12;0;3;15
+44;2020-04-28;6;0;2;11
+44;2020-04-29;9;2;3;13
+44;2020-04-30;5;0;1;12
+44;2020-05-01;8;0;1;11
+44;2020-05-02;3;1;2;2
+44;2020-05-03;5;1;1;3
+44;2020-05-04;3;0;0;3
+44;2020-05-05;8;2;2;13
+44;2020-05-06;6;0;1;9
+44;2020-05-07;2;1;2;5
+44;2020-05-08;5;1;3;5
+44;2020-05-09;1;0;0;9
+44;2020-05-10;1;0;0;2
+44;2020-05-11;3;0;0;5
+44;2020-05-12;1;0;1;7
+44;2020-05-13;1;0;0;7
+44;2020-05-14;8;0;2;16
+44;2020-05-15;2;0;2;8
+44;2020-05-16;1;0;0;4
+44;2020-05-17;1;0;0;0
+44;2020-05-18;0;0;1;5
+44;2020-05-19;4;0;0;6
+44;2020-05-20;0;0;1;5
+44;2020-05-21;2;0;0;1
+44;2020-05-22;1;1;0;1
+44;2020-05-23;2;0;0;1
+44;2020-05-24;6;1;1;0
+44;2020-05-25;4;2;0;3
+44;2020-05-26;5;1;0;10
+44;2020-05-27;1;0;0;6
+44;2020-05-28;2;1;0;6
+44;2020-05-29;2;0;0;1
+44;2020-05-30;6;0;0;3
+44;2020-05-31;5;0;2;5
+44;2020-06-01;1;0;0;2
+44;2020-06-02;2;1;1;8
+44;2020-06-03;0;0;0;5
+44;2020-06-04;5;0;0;9
+44;2020-06-05;7;0;4;6
+44;2020-06-06;2;0;1;6
+44;2020-06-07;2;1;1;0
+44;2020-06-08;5;0;1;6
+45;2020-03-19;12;3;0;2
+45;2020-03-20;11;1;0;0
+45;2020-03-21;6;2;1;1
+45;2020-03-22;10;6;0;4
+45;2020-03-23;11;4;1;4
+45;2020-03-24;0;0;0;0
+45;2020-03-25;20;5;0;5
+45;2020-03-26;18;8;2;5
+45;2020-03-27;8;1;1;2
+45;2020-03-28;26;5;2;3
+45;2020-03-29;34;9;2;3
+45;2020-03-30;34;4;3;6
+45;2020-03-31;18;7;2;3
+45;2020-04-01;33;12;1;8
+45;2020-04-02;32;8;2;12
+45;2020-04-03;38;14;4;11
+45;2020-04-04;32;3;1;21
+45;2020-04-05;18;2;2;12
+45;2020-04-06;26;7;2;10
+45;2020-04-07;24;5;2;18
+45;2020-04-08;32;10;1;16
+45;2020-04-09;28;5;4;18
+45;2020-04-10;30;6;2;22
+45;2020-04-11;31;1;5;17
+45;2020-04-12;18;1;1;8
+45;2020-04-13;21;8;1;12
+45;2020-04-14;16;5;3;8
+45;2020-04-15;22;5;4;24
+45;2020-04-16;23;1;1;28
+45;2020-04-17;12;6;0;14
+45;2020-04-18;13;4;4;16
+45;2020-04-19;12;4;2;5
+45;2020-04-20;5;0;2;4
+45;2020-04-21;10;0;1;15
+45;2020-04-22;16;4;3;8
+45;2020-04-23;12;3;0;11
+45;2020-04-24;6;3;2;4
+45;2020-04-25;5;2;1;8
+45;2020-04-26;1;1;2;1
+45;2020-04-27;10;3;1;3
+45;2020-04-28;12;4;2;17
+45;2020-04-29;3;1;3;12
+45;2020-04-30;14;3;0;8
+45;2020-05-01;14;1;1;5
+45;2020-05-02;2;0;0;1
+45;2020-05-03;4;2;1;1
+45;2020-05-04;5;0;1;5
+45;2020-05-05;15;2;0;18
+45;2020-05-06;3;0;3;16
+45;2020-05-07;3;1;1;10
+45;2020-05-08;4;0;2;14
+45;2020-05-09;1;0;0;1
+45;2020-05-10;0;0;0;0
+45;2020-05-11;4;2;1;3
+45;2020-05-12;3;2;1;9
+45;2020-05-13;1;1;1;6
+45;2020-05-14;2;2;2;8
+45;2020-05-15;4;0;1;8
+45;2020-05-16;0;0;2;7
+45;2020-05-17;0;0;0;2
+45;2020-05-18;0;0;0;3
+45;2020-05-19;2;1;1;6
+45;2020-05-20;2;1;1;4
+45;2020-05-21;0;0;1;6
+45;2020-05-22;0;0;0;2
+45;2020-05-23;1;1;1;2
+45;2020-05-24;0;0;0;0
+45;2020-05-25;4;0;0;0
+45;2020-05-26;0;0;1;10
+45;2020-05-27;0;0;0;1
+45;2020-05-28;1;0;0;7
+45;2020-05-29;1;0;3;3
+45;2020-05-30;0;0;0;0
+45;2020-05-31;0;0;0;1
+45;2020-06-01;0;0;0;0
+45;2020-06-02;0;0;0;2
+45;2020-06-03;2;2;2;2
+45;2020-06-04;1;0;0;1
+45;2020-06-05;1;0;0;8
+45;2020-06-06;1;0;0;3
+45;2020-06-07;1;0;0;2
+45;2020-06-08;1;0;0;0
+46;2020-03-19;1;0;0;1
+46;2020-03-20;0;0;0;0
+46;2020-03-21;4;0;0;3
+46;2020-03-22;0;0;0;0
+46;2020-03-23;0;0;0;0
+46;2020-03-24;0;0;0;0
+46;2020-03-25;1;1;0;0
+46;2020-03-26;1;0;0;1
+46;2020-03-27;0;0;0;0
+46;2020-03-28;1;1;0;0
+46;2020-03-29;4;1;0;2
+46;2020-03-30;0;0;0;0
+46;2020-03-31;0;0;0;0
+46;2020-04-01;12;1;0;6
+46;2020-04-02;5;3;0;1
+46;2020-04-03;9;0;0;3
+46;2020-04-04;0;0;0;2
+46;2020-04-05;0;0;0;3
+46;2020-04-06;9;1;0;8
+46;2020-04-07;7;0;0;7
+46;2020-04-08;5;1;1;6
+46;2020-04-09;7;0;0;4
+46;2020-04-10;5;0;1;6
+46;2020-04-11;6;2;0;4
+46;2020-04-12;0;0;0;0
+46;2020-04-13;0;0;0;0
+46;2020-04-14;7;0;2;0
+46;2020-04-15;3;0;2;3
+46;2020-04-16;2;0;0;1
+46;2020-04-17;9;0;1;8
+46;2020-04-18;26;0;0;26
+46;2020-04-19;4;0;1;2
+46;2020-04-20;17;1;3;13
+46;2020-04-21;10;2;2;5
+46;2020-04-22;3;0;1;3
+46;2020-04-23;1;0;0;3
+46;2020-04-24;10;0;1;10
+46;2020-04-25;0;0;0;0
+46;2020-04-26;0;0;0;0
+46;2020-04-27;1;0;1;2
+46;2020-04-28;3;0;1;5
+46;2020-04-29;0;0;0;3
+46;2020-04-30;1;0;0;4
+46;2020-05-01;3;0;0;0
+46;2020-05-02;8;0;9;0
+46;2020-05-03;0;0;0;0
+46;2020-05-04;0;0;0;0
+46;2020-05-05;0;0;0;3
+46;2020-05-06;2;0;1;1
+46;2020-05-07;1;0;0;0
+46;2020-05-08;1;0;0;0
+46;2020-05-09;0;0;0;0
+46;2020-05-10;0;0;0;0
+46;2020-05-11;1;0;0;1
+46;2020-05-12;0;0;0;0
+46;2020-05-13;2;0;0;3
+46;2020-05-14;0;0;0;0
+46;2020-05-15;0;0;0;2
+46;2020-05-16;0;0;0;0
+46;2020-05-17;0;0;0;0
+46;2020-05-18;2;1;0;0
+46;2020-05-19;0;0;0;0
+46;2020-05-20;0;0;0;0
+46;2020-05-21;0;0;1;2
+46;2020-05-22;0;0;1;0
+46;2020-05-23;0;0;0;1
+46;2020-05-24;2;0;0;0
+46;2020-05-25;0;0;0;0
+46;2020-05-26;0;0;0;0
+46;2020-05-27;0;0;0;0
+46;2020-05-28;2;0;0;1
+46;2020-05-29;0;0;0;0
+46;2020-05-30;0;0;0;0
+46;2020-05-31;1;0;0;1
+46;2020-06-01;1;0;0;0
+46;2020-06-02;0;0;0;1
+46;2020-06-03;0;0;0;0
+46;2020-06-04;2;1;0;1
+46;2020-06-05;0;0;0;2
+46;2020-06-06;0;0;0;0
+46;2020-06-07;0;0;0;0
+46;2020-06-08;0;0;0;0
+47;2020-03-19;0;0;0;0
+47;2020-03-20;0;0;0;0
+47;2020-03-21;3;0;0;0
+47;2020-03-22;2;1;0;0
+47;2020-03-23;5;2;1;0
+47;2020-03-24;3;0;1;1
+47;2020-03-25;3;0;0;1
+47;2020-03-26;2;2;2;1
+47;2020-03-27;2;2;0;1
+47;2020-03-28;8;3;0;0
+47;2020-03-29;2;0;0;0
+47;2020-03-30;3;1;0;2
+47;2020-03-31;0;0;0;2
+47;2020-04-01;4;0;0;0
+47;2020-04-02;1;1;0;0
+47;2020-04-03;2;0;0;3
+47;2020-04-04;1;0;0;1
+47;2020-04-05;2;0;0;0
+47;2020-04-06;0;0;0;0
+47;2020-04-07;2;0;0;3
+47;2020-04-08;0;0;0;1
+47;2020-04-09;1;0;1;0
+47;2020-04-10;0;0;0;1
+47;2020-04-11;0;0;0;0
+47;2020-04-12;3;0;0;1
+47;2020-04-13;0;0;0;0
+47;2020-04-14;3;0;0;1
+47;2020-04-15;3;0;0;6
+47;2020-04-16;3;0;0;3
+47;2020-04-17;5;0;1;3
+47;2020-04-18;3;0;0;1
+47;2020-04-19;3;0;0;1
+47;2020-04-20;0;0;0;0
+47;2020-04-21;2;0;0;0
+47;2020-04-22;1;0;0;0
+47;2020-04-23;0;0;0;0
+47;2020-04-24;0;0;0;3
+47;2020-04-25;0;0;0;2
+47;2020-04-26;1;1;0;0
+47;2020-04-27;1;0;0;0
+47;2020-04-28;0;0;0;1
+47;2020-04-29;3;0;0;3
+47;2020-04-30;1;0;2;1
+47;2020-05-01;0;0;0;0
+47;2020-05-02;0;0;0;0
+47;2020-05-03;0;0;0;0
+47;2020-05-04;0;0;1;0
+47;2020-05-05;0;0;0;1
+47;2020-05-06;3;0;0;2
+47;2020-05-07;3;0;0;6
+47;2020-05-08;0;0;0;5
+47;2020-05-09;0;0;0;0
+47;2020-05-10;1;0;0;0
+47;2020-05-11;2;0;0;0
+47;2020-05-12;0;0;0;0
+47;2020-05-13;0;0;0;0
+47;2020-05-14;0;0;0;1
+47;2020-05-15;1;0;0;0
+47;2020-05-16;1;0;1;1
+47;2020-05-17;0;0;0;0
+47;2020-05-18;0;0;0;0
+47;2020-05-19;0;0;0;1
+47;2020-05-20;0;0;0;2
+47;2020-05-21;0;0;0;0
+47;2020-05-22;0;0;0;1
+47;2020-05-23;0;0;0;1
+47;2020-05-24;1;0;0;0
+47;2020-05-25;2;0;0;0
+47;2020-05-26;0;0;0;1
+47;2020-05-27;0;0;0;0
+47;2020-05-28;1;0;0;0
+47;2020-05-29;0;0;0;1
+47;2020-05-30;0;0;0;2
+47;2020-05-31;0;0;0;0
+47;2020-06-01;0;0;0;0
+47;2020-06-02;0;0;0;0
+47;2020-06-03;0;0;0;1
+47;2020-06-04;0;0;0;7
+47;2020-06-05;0;0;0;0
+47;2020-06-06;0;0;0;0
+47;2020-06-07;0;0;0;0
+47;2020-06-08;0;0;0;1
+48;2020-03-19;0;0;0;0
+48;2020-03-20;0;0;0;0
+48;2020-03-21;0;0;0;0
+48;2020-03-22;2;0;0;1
+48;2020-03-23;2;0;0;0
+48;2020-03-24;4;2;0;1
+48;2020-03-25;1;0;0;0
+48;2020-03-26;0;0;0;1
+48;2020-03-27;0;0;0;0
+48;2020-03-28;2;0;0;1
+48;2020-03-29;1;0;0;0
+48;2020-03-30;1;0;0;2
+48;2020-03-31;0;0;0;1
+48;2020-04-01;2;0;0;0
+48;2020-04-02;1;0;0;1
+48;2020-04-03;0;0;0;0
+48;2020-04-04;0;0;0;1
+48;2020-04-05;0;0;0;0
+48;2020-04-06;0;0;0;0
+48;2020-04-07;0;0;0;2
+48;2020-04-08;0;0;0;0
+48;2020-04-09;0;0;0;0
+48;2020-04-10;0;0;0;1
+48;2020-04-11;0;0;0;0
+48;2020-04-12;0;0;0;0
+48;2020-04-13;0;0;0;0
+48;2020-04-14;0;0;0;0
+48;2020-04-15;0;0;0;0
+48;2020-04-16;0;0;0;1
+48;2020-04-17;0;0;0;0
+48;2020-04-18;0;0;0;0
+48;2020-04-19;0;0;0;0
+48;2020-04-20;0;0;0;0
+48;2020-04-21;0;0;0;0
+48;2020-04-22;0;0;0;1
+48;2020-04-23;0;0;0;0
+48;2020-04-24;0;0;0;2
+48;2020-04-25;0;0;0;0
+48;2020-04-26;0;0;0;0
+48;2020-04-27;0;0;0;0
+48;2020-04-28;0;0;0;1
+48;2020-04-29;0;0;1;0
+48;2020-04-30;0;0;0;0
+48;2020-05-01;3;0;0;3
+48;2020-05-02;0;0;0;0
+48;2020-05-03;1;0;0;0
+48;2020-05-04;0;0;0;0
+48;2020-05-05;0;0;0;0
+48;2020-05-06;0;0;0;0
+48;2020-05-07;0;0;0;0
+48;2020-05-08;0;0;0;2
+48;2020-05-09;0;0;0;0
+48;2020-05-10;0;0;0;0
+48;2020-05-11;0;0;0;0
+48;2020-05-12;0;0;0;0
+48;2020-05-13;2;0;0;1
+48;2020-05-14;0;0;0;0
+48;2020-05-15;0;0;0;1
+48;2020-05-16;0;0;0;0
+48;2020-05-17;0;0;0;0
+48;2020-05-18;0;0;0;0
+48;2020-05-19;0;0;0;0
+48;2020-05-20;1;0;0;1
+48;2020-05-21;0;0;0;0
+48;2020-05-22;0;0;0;0
+48;2020-05-23;0;0;0;0
+48;2020-05-24;0;0;0;0
+48;2020-05-25;1;0;0;0
+48;2020-05-26;0;0;0;0
+48;2020-05-27;0;0;0;0
+48;2020-05-28;0;0;0;1
+48;2020-05-29;0;0;0;0
+48;2020-05-30;0;0;0;0
+48;2020-05-31;0;0;0;0
+48;2020-06-01;0;0;0;0
+48;2020-06-02;0;0;0;0
+48;2020-06-03;0;0;0;0
+48;2020-06-04;0;0;0;0
+48;2020-06-05;0;0;0;0
+48;2020-06-06;0;0;0;1
+48;2020-06-07;0;0;0;0
+48;2020-06-08;0;0;0;0
+49;2020-03-19;13;3;0;5
+49;2020-03-20;9;0;0;7
+49;2020-03-21;8;4;2;2
+49;2020-03-22;7;1;0;7
+49;2020-03-23;28;5;2;1
+49;2020-03-24;18;7;1;5
+49;2020-03-25;18;1;1;7
+49;2020-03-26;25;5;2;10
+49;2020-03-27;24;5;3;9
+49;2020-03-28;19;5;0;8
+49;2020-03-29;22;0;0;11
+49;2020-03-30;23;9;4;2
+49;2020-03-31;42;10;4;19
+49;2020-04-01;25;9;0;15
+49;2020-04-02;20;6;5;19
+49;2020-04-03;16;3;4;17
+49;2020-04-04;8;1;2;3
+49;2020-04-05;10;1;4;6
+49;2020-04-06;12;3;6;7
+49;2020-04-07;35;3;5;21
+49;2020-04-08;24;5;3;13
+49;2020-04-09;21;4;0;13
+49;2020-04-10;20;2;2;20
+49;2020-04-11;24;1;4;13
+49;2020-04-12;20;2;0;4
+49;2020-04-13;12;0;1;9
+49;2020-04-14;16;2;2;4
+49;2020-04-15;11;4;4;23
+49;2020-04-16;27;0;6;13
+49;2020-04-17;8;0;3;14
+49;2020-04-18;7;0;4;5
+49;2020-04-19;3;1;2;4
+49;2020-04-20;8;3;1;4
+49;2020-04-21;4;0;2;12
+49;2020-04-22;14;1;4;10
+49;2020-04-23;16;0;3;11
+49;2020-04-24;3;0;4;3
+49;2020-04-25;3;1;2;8
+49;2020-04-26;0;0;3;3
+49;2020-04-27;13;1;2;3
+49;2020-04-28;9;0;2;13
+49;2020-04-29;7;0;0;12
+49;2020-04-30;6;0;1;7
+49;2020-05-01;2;0;1;9
+49;2020-05-02;1;1;1;1
+49;2020-05-03;3;1;0;1
+49;2020-05-04;7;0;1;5
+49;2020-05-05;11;3;2;7
+49;2020-05-06;8;0;3;8
+49;2020-05-07;0;0;1;9
+49;2020-05-08;2;0;2;3
+49;2020-05-09;1;0;2;1
+49;2020-05-10;3;0;0;1
+49;2020-05-11;5;1;0;1
+49;2020-05-12;5;0;0;0
+49;2020-05-13;3;1;0;4
+49;2020-05-14;4;0;2;5
+49;2020-05-15;14;3;4;14
+49;2020-05-16;2;1;1;2
+49;2020-05-17;3;0;0;1
+49;2020-05-18;5;0;4;5
+49;2020-05-19;1;1;1;11
+49;2020-05-20;4;1;1;10
+49;2020-05-21;3;0;2;9
+49;2020-05-22;6;0;2;4
+49;2020-05-23;4;0;0;3
+49;2020-05-24;2;0;1;1
+49;2020-05-25;2;0;2;2
+49;2020-05-26;1;0;1;2
+49;2020-05-27;2;0;1;5
+49;2020-05-28;3;0;0;11
+49;2020-05-29;2;0;0;1
+49;2020-05-30;1;0;0;5
+49;2020-05-31;3;0;0;0
+49;2020-06-01;1;1;0;1
+49;2020-06-02;1;1;0;4
+49;2020-06-03;0;0;0;4
+49;2020-06-04;2;0;1;4
+49;2020-06-05;2;1;1;4
+49;2020-06-06;2;1;0;4
+49;2020-06-07;1;0;0;0
+49;2020-06-08;2;1;0;0
+50;2020-03-19;0;2;0;1
+50;2020-03-20;6;2;0;0
+50;2020-03-21;6;0;0;1
+50;2020-03-22;2;2;0;0
+50;2020-03-23;2;1;0;1
+50;2020-03-24;2;1;2;0
+50;2020-03-25;6;0;1;4
+50;2020-03-26;2;1;0;1
+50;2020-03-27;7;1;1;2
+50;2020-03-28;6;4;0;0
+50;2020-03-29;9;2;2;2
+50;2020-03-30;12;3;1;1
+50;2020-03-31;5;1;3;2
+50;2020-04-01;10;3;0;2
+50;2020-04-02;9;2;1;5
+50;2020-04-03;7;1;0;4
+50;2020-04-04;9;1;1;2
+50;2020-04-05;12;2;2;0
+50;2020-04-06;2;1;2;3
+50;2020-04-07;8;1;2;8
+50;2020-04-08;1;0;0;3
+50;2020-04-09;9;0;2;1
+50;2020-04-10;10;1;0;3
+50;2020-04-11;2;0;2;7
+50;2020-04-12;3;0;0;2
+50;2020-04-13;1;0;0;0
+50;2020-04-14;11;0;5;1
+50;2020-04-15;6;2;3;5
+50;2020-04-16;5;1;0;4
+50;2020-04-17;1;0;0;2
+50;2020-04-18;3;1;1;2
+50;2020-04-19;5;2;0;0
+50;2020-04-20;7;2;2;1
+50;2020-04-21;2;0;0;8
+50;2020-04-22;1;0;2;7
+50;2020-04-23;4;0;1;9
+50;2020-04-24;0;0;1;1
+50;2020-04-25;0;0;0;0
+50;2020-04-26;1;0;0;0
+50;2020-04-27;1;0;0;1
+50;2020-04-28;4;2;2;2
+50;2020-04-29;3;0;2;2
+50;2020-04-30;3;0;0;1
+50;2020-05-01;2;0;0;0
+50;2020-05-02;1;0;0;2
+50;2020-05-03;2;0;1;1
+50;2020-05-04;6;0;0;1
+50;2020-05-05;2;0;1;3
+50;2020-05-06;0;0;0;2
+50;2020-05-07;1;0;0;1
+50;2020-05-08;1;0;0;0
+50;2020-05-09;0;0;0;1
+50;2020-05-10;0;0;0;0
+50;2020-05-11;0;0;1;5
+50;2020-05-12;3;0;2;1
+50;2020-05-13;3;0;0;0
+50;2020-05-14;0;0;0;2
+50;2020-05-15;0;0;0;1
+50;2020-05-16;0;0;0;0
+50;2020-05-17;0;0;0;0
+50;2020-05-18;1;0;1;0
+50;2020-05-19;0;0;0;1
+50;2020-05-20;0;0;0;0
+50;2020-05-21;0;0;0;0
+50;2020-05-22;1;0;0;1
+50;2020-05-23;0;0;0;2
+50;2020-05-24;4;0;0;0
+50;2020-05-25;2;0;0;1
+50;2020-05-26;2;0;1;1
+50;2020-05-27;0;0;0;0
+50;2020-05-28;0;0;0;0
+50;2020-05-29;1;0;0;0
+50;2020-05-30;0;0;0;0
+50;2020-05-31;0;1;0;0
+50;2020-06-01;0;0;0;0
+50;2020-06-02;0;0;0;0
+50;2020-06-03;2;0;0;0
+50;2020-06-04;0;0;0;1
+50;2020-06-05;1;1;0;0
+50;2020-06-06;4;0;0;4
+50;2020-06-07;0;0;0;0
+50;2020-06-08;0;0;0;0
+51;2020-03-19;25;2;1;11
+51;2020-03-20;16;3;0;9
+51;2020-03-21;26;6;0;1
+51;2020-03-22;28;5;3;3
+51;2020-03-23;33;9;3;9
+51;2020-03-24;48;5;2;14
+51;2020-03-25;58;10;6;13
+51;2020-03-26;27;4;3;6
+51;2020-03-27;31;5;1;9
+51;2020-03-28;80;13;4;34
+51;2020-03-29;26;4;2;14
+51;2020-03-30;33;14;15;11
+51;2020-03-31;100;3;6;36
+51;2020-04-01;49;4;7;26
+51;2020-04-02;56;4;5;19
+51;2020-04-03;23;5;9;22
+51;2020-04-04;47;4;3;16
+51;2020-04-05;7;0;0;0
+51;2020-04-06;29;1;10;18
+51;2020-04-07;58;7;8;44
+51;2020-04-08;36;2;17;35
+51;2020-04-09;34;3;5;19
+51;2020-04-10;42;2;10;24
+51;2020-04-11;16;5;14;31
+51;2020-04-12;32;4;6;10
+51;2020-04-13;20;0;2;4
+51;2020-04-14;19;1;7;20
+51;2020-04-15;38;5;5;34
+51;2020-04-16;8;0;3;10
+51;2020-04-17;28;3;7;23
+51;2020-04-18;14;3;14;30
+51;2020-04-19;11;1;0;2
+51;2020-04-20;17;3;8;17
+51;2020-04-21;36;1;3;30
+51;2020-04-22;22;2;4;19
+51;2020-04-23;12;0;5;14
+51;2020-04-24;23;2;1;13
+51;2020-04-25;8;0;3;14
+51;2020-04-26;5;0;2;1
+51;2020-04-27;7;0;7;6
+51;2020-04-28;19;1;3;15
+51;2020-04-29;8;1;0;9
+51;2020-04-30;12;1;2;17
+51;2020-05-01;9;3;1;8
+51;2020-05-02;10;3;1;6
+51;2020-05-03;8;2;2;0
+51;2020-05-04;6;1;4;1
+51;2020-05-05;7;1;3;9
+51;2020-05-06;4;0;1;12
+51;2020-05-07;19;1;2;13
+51;2020-05-08;3;0;0;2
+51;2020-05-09;5;2;2;10
+51;2020-05-10;0;0;2;1
+51;2020-05-11;3;0;4;6
+51;2020-05-12;9;0;5;12
+51;2020-05-13;5;0;0;10
+51;2020-05-14;2;0;4;38
+51;2020-05-15;8;0;1;35
+51;2020-05-16;1;0;0;7
+51;2020-05-17;2;0;0;0
+51;2020-05-18;9;0;1;5
+51;2020-05-19;2;1;2;7
+51;2020-05-20;1;0;0;7
+51;2020-05-21;3;0;2;2
+51;2020-05-22;1;0;0;3
+51;2020-05-23;7;1;2;8
+51;2020-05-24;3;0;0;1
+51;2020-05-25;2;0;0;3
+51;2020-05-26;4;0;0;8
+51;2020-05-27;1;0;3;14
+51;2020-05-28;3;0;0;1
+51;2020-05-29;4;1;1;10
+51;2020-05-30;2;0;0;7
+51;2020-05-31;0;0;0;0
+51;2020-06-01;0;0;0;0
+51;2020-06-02;3;1;3;6
+51;2020-06-03;2;1;1;4
+51;2020-06-04;1;0;0;0
+51;2020-06-05;1;0;0;5
+51;2020-06-06;0;0;0;0
+51;2020-06-07;2;0;0;0
+51;2020-06-08;2;0;1;12
+52;2020-03-19;0;0;0;0
+52;2020-03-20;13;0;3;5
+52;2020-03-21;2;2;0;0
+52;2020-03-22;2;0;0;0
+52;2020-03-23;0;0;0;1
+52;2020-03-24;15;1;1;5
+52;2020-03-25;0;1;0;1
+52;2020-03-26;16;1;2;1
+52;2020-03-27;18;1;1;4
+52;2020-03-28;5;1;0;0
+52;2020-03-29;0;0;0;0
+52;2020-03-30;2;0;0;0
+52;2020-03-31;11;2;0;2
+52;2020-04-01;2;0;0;1
+52;2020-04-02;3;0;0;3
+52;2020-04-03;33;0;10;11
+52;2020-04-04;33;3;5;10
+52;2020-04-05;5;2;2;2
+52;2020-04-06;19;4;2;5
+52;2020-04-07;21;3;8;7
+52;2020-04-08;7;1;2;10
+52;2020-04-09;9;0;0;9
+52;2020-04-10;12;1;1;11
+52;2020-04-11;8;1;3;6
+52;2020-04-12;6;0;2;4
+52;2020-04-13;2;0;0;1
+52;2020-04-14;4;1;1;0
+52;2020-04-15;7;1;2;12
+52;2020-04-16;5;2;1;6
+52;2020-04-17;4;1;0;4
+52;2020-04-18;9;5;2;6
+52;2020-04-19;4;0;1;1
+52;2020-04-20;2;2;0;0
+52;2020-04-21;32;0;2;37
+52;2020-04-22;6;2;1;5
+52;2020-04-23;1;0;1;2
+52;2020-04-24;1;0;1;1
+52;2020-04-25;8;1;1;3
+52;2020-04-26;0;1;1;1
+52;2020-04-27;0;0;1;0
+52;2020-04-28;4;1;1;2
+52;2020-04-29;2;0;1;2
+52;2020-04-30;1;0;0;6
+52;2020-05-01;2;1;0;0
+52;2020-05-02;1;0;0;6
+52;2020-05-03;3;0;0;1
+52;2020-05-04;10;0;1;1
+52;2020-05-05;2;0;1;2
+52;2020-05-06;2;0;3;9
+52;2020-05-07;24;0;1;3
+52;2020-05-08;9;0;3;7
+52;2020-05-09;7;1;1;2
+52;2020-05-10;0;0;0;0
+52;2020-05-11;2;0;2;2
+52;2020-05-12;5;2;2;11
+52;2020-05-13;5;0;0;3
+52;2020-05-14;4;1;1;2
+52;2020-05-15;2;0;0;3
+52;2020-05-16;1;0;0;2
+52;2020-05-17;0;0;0;0
+52;2020-05-18;3;1;1;4
+52;2020-05-19;0;0;0;1
+52;2020-05-20;0;1;3;3
+52;2020-05-21;0;0;0;1
+52;2020-05-22;0;0;1;0
+52;2020-05-23;4;1;1;5
+52;2020-05-24;0;0;0;0
+52;2020-05-25;1;0;0;1
+52;2020-05-26;0;0;0;1
+52;2020-05-27;4;0;0;1
+52;2020-05-28;11;9;1;3
+52;2020-05-29;7;0;0;6
+52;2020-05-30;0;0;1;1
+52;2020-05-31;1;0;0;0
+52;2020-06-01;2;0;1;2
+52;2020-06-02;0;0;1;2
+52;2020-06-03;0;0;1;8
+52;2020-06-04;0;0;1;2
+52;2020-06-05;0;0;1;6
+52;2020-06-06;0;0;0;2
+52;2020-06-07;0;0;0;0
+52;2020-06-08;0;0;0;0
+53;2020-03-19;3;2;0;1
+53;2020-03-20;1;0;0;0
+53;2020-03-21;1;0;0;0
+53;2020-03-22;1;0;0;0
+53;2020-03-23;6;1;1;0
+53;2020-03-24;0;0;0;0
+53;2020-03-25;7;2;0;0
+53;2020-03-26;9;1;2;0
+53;2020-03-27;18;1;0;0
+53;2020-03-28;3;1;2;0
+53;2020-03-29;8;1;0;0
+53;2020-03-30;4;1;2;1
+53;2020-03-31;9;3;1;4
+53;2020-04-01;3;1;0;3
+53;2020-04-02;8;0;0;3
+53;2020-04-03;6;1;1;1
+53;2020-04-04;8;1;2;2
+53;2020-04-05;2;0;0;3
+53;2020-04-06;2;0;0;1
+53;2020-04-07;2;0;1;5
+53;2020-04-08;8;2;1;3
+53;2020-04-09;6;1;1;3
+53;2020-04-10;4;0;3;2
+53;2020-04-11;1;0;1;9
+53;2020-04-12;4;0;0;0
+53;2020-04-13;2;1;1;2
+53;2020-04-14;4;0;0;1
+53;2020-04-15;14;0;2;5
+53;2020-04-16;21;0;4;3
+53;2020-04-17;5;0;1;4
+53;2020-04-18;2;1;0;3
+53;2020-04-19;2;0;0;1
+53;2020-04-20;2;1;1;1
+53;2020-04-21;3;0;0;3
+53;2020-04-22;6;0;0;5
+53;2020-04-23;1;0;0;2
+53;2020-04-24;1;0;0;5
+53;2020-04-25;0;0;0;1
+53;2020-04-26;0;0;0;0
+53;2020-04-27;4;1;1;2
+53;2020-04-28;3;0;1;4
+53;2020-04-29;3;0;0;3
+53;2020-04-30;7;0;3;3
+53;2020-05-01;0;0;0;3
+53;2020-05-02;2;0;2;0
+53;2020-05-03;0;0;0;0
+53;2020-05-04;1;0;0;2
+53;2020-05-05;6;0;0;8
+53;2020-05-06;1;0;0;6
+53;2020-05-07;0;0;1;0
+53;2020-05-08;1;0;0;5
+53;2020-05-09;0;0;0;0
+53;2020-05-10;0;0;0;0
+53;2020-05-11;0;0;1;2
+53;2020-05-12;6;0;1;18
+53;2020-05-13;0;0;0;4
+53;2020-05-14;0;0;1;3
+53;2020-05-15;2;0;0;3
+53;2020-05-16;0;0;2;0
+53;2020-05-17;0;0;0;0
+53;2020-05-18;1;1;0;0
+53;2020-05-19;0;0;0;2
+53;2020-05-20;1;0;0;0
+53;2020-05-21;0;0;1;0
+53;2020-05-22;1;0;0;3
+53;2020-05-23;0;0;1;0
+53;2020-05-24;0;0;0;0
+53;2020-05-25;0;0;1;0
+53;2020-05-26;0;0;0;1
+53;2020-05-27;2;0;0;3
+53;2020-05-28;1;0;0;0
+53;2020-05-29;1;0;1;3
+53;2020-05-30;0;0;0;7
+53;2020-05-31;0;0;0;4
+53;2020-06-01;1;0;0;0
+53;2020-06-02;1;0;1;1
+53;2020-06-03;0;0;0;2
+53;2020-06-04;0;0;0;2
+53;2020-06-05;1;0;0;0
+53;2020-06-06;0;0;0;4
+53;2020-06-07;0;0;0;0
+53;2020-06-08;0;0;0;0
+54;2020-03-19;14;2;2;1
+54;2020-03-20;9;1;1;0
+54;2020-03-21;19;7;10;0
+54;2020-03-22;44;23;2;10
+54;2020-03-23;24;7;3;4
+54;2020-03-24;42;17;5;8
+54;2020-03-25;45;6;4;6
+54;2020-03-26;27;5;5;10
+54;2020-03-27;56;16;2;13
+54;2020-03-28;76;26;3;12
+54;2020-03-29;21;2;4;8
+54;2020-03-30;72;14;8;17
+54;2020-03-31;35;8;9;6
+54;2020-04-01;75;20;17;40
+54;2020-04-02;101;24;10;25
+54;2020-04-03;75;14;14;35
+54;2020-04-04;27;6;7;21
+54;2020-04-05;13;3;7;15
+54;2020-04-06;48;9;8;17
+54;2020-04-07;36;5;9;46
+54;2020-04-08;56;4;11;48
+54;2020-04-09;24;5;5;30
+54;2020-04-10;83;4;24;23
+54;2020-04-11;18;0;8;12
+54;2020-04-12;23;3;3;28
+54;2020-04-13;21;6;5;7
+54;2020-04-14;33;1;6;24
+54;2020-04-15;36;1;10;42
+54;2020-04-16;19;2;8;30
+54;2020-04-17;18;1;5;15
+54;2020-04-18;26;2;13;19
+54;2020-04-19;9;2;5;7
+54;2020-04-20;12;2;3;12
+54;2020-04-21;21;3;6;12
+54;2020-04-22;19;4;8;14
+54;2020-04-23;26;3;0;13
+54;2020-04-24;19;1;6;7
+54;2020-04-25;35;4;2;29
+54;2020-04-26;4;3;1;3
+54;2020-04-27;16;2;1;14
+54;2020-04-28;23;4;9;9
+54;2020-04-29;21;0;20;69
+54;2020-04-30;16;4;2;20
+54;2020-05-01;19;3;4;13
+54;2020-05-02;6;2;0;4
+54;2020-05-03;1;1;3;3
+54;2020-05-04;9;3;1;7
+54;2020-05-05;8;1;2;26
+54;2020-05-06;17;0;4;15
+54;2020-05-07;10;0;2;10
+54;2020-05-08;12;2;10;7
+54;2020-05-09;1;1;3;5
+54;2020-05-10;18;0;2;7
+54;2020-05-11;4;1;4;2
+54;2020-05-12;14;0;7;22
+54;2020-05-13;13;0;4;40
+54;2020-05-14;6;0;0;14
+54;2020-05-15;8;1;2;8
+54;2020-05-16;4;3;2;10
+54;2020-05-17;1;1;1;0
+54;2020-05-18;3;0;2;7
+54;2020-05-19;11;1;1;11
+54;2020-05-20;2;0;1;15
+54;2020-05-21;4;2;0;8
+54;2020-05-22;6;1;2;13
+54;2020-05-23;8;1;2;1
+54;2020-05-24;5;2;2;2
+54;2020-05-25;21;2;0;42
+54;2020-05-26;7;0;3;8
+54;2020-05-27;6;0;1;8
+54;2020-05-28;4;0;0;5
+54;2020-05-29;5;1;0;8
+54;2020-05-30;2;1;0;10
+54;2020-05-31;1;0;0;2
+54;2020-06-01;0;0;0;0
+54;2020-06-02;2;0;1;6
+54;2020-06-03;5;0;0;5
+54;2020-06-04;4;0;3;11
+54;2020-06-05;4;0;3;8
+54;2020-06-06;11;1;1;2
+54;2020-06-07;1;0;1;0
+54;2020-06-08;4;0;2;8
+55;2020-03-19;37;4;0;5
+55;2020-03-20;5;1;0;1
+55;2020-03-21;17;1;1;1
+55;2020-03-22;0;0;0;0
+55;2020-03-23;35;1;1;9
+55;2020-03-24;23;2;7;4
+55;2020-03-25;16;1;2;4
+55;2020-03-26;19;2;1;8
+55;2020-03-27;17;2;1;5
+55;2020-03-28;4;0;1;1
+55;2020-03-29;3;0;0;1
+55;2020-03-30;40;4;3;18
+55;2020-03-31;13;0;5;15
+55;2020-04-01;30;3;0;9
+55;2020-04-02;10;3;1;17
+55;2020-04-03;20;7;2;13
+55;2020-04-04;18;3;2;10
+55;2020-04-05;2;1;1;3
+55;2020-04-06;24;3;3;8
+55;2020-04-07;18;1;3;19
+55;2020-04-08;10;1;6;8
+55;2020-04-09;10;1;2;14
+55;2020-04-10;13;5;1;13
+55;2020-04-11;6;1;3;10
+55;2020-04-12;12;0;4;7
+55;2020-04-13;1;1;0;1
+55;2020-04-14;14;3;1;9
+55;2020-04-15;17;1;2;13
+55;2020-04-16;9;1;2;8
+55;2020-04-17;14;0;9;4
+55;2020-04-18;15;2;3;7
+55;2020-04-19;7;0;2;2
+55;2020-04-20;7;0;3;5
+55;2020-04-21;5;0;3;10
+55;2020-04-22;11;0;4;9
+55;2020-04-23;7;1;1;8
+55;2020-04-24;6;0;0;4
+55;2020-04-25;2;0;3;3
+55;2020-04-26;3;0;1;1
+55;2020-04-27;3;0;2;5
+55;2020-04-28;5;0;0;7
+55;2020-04-29;8;0;2;4
+55;2020-04-30;10;0;0;1
+55;2020-05-01;4;0;0;2
+55;2020-05-02;2;0;1;2
+55;2020-05-03;4;0;0;0
+55;2020-05-04;3;0;2;6
+55;2020-05-05;5;1;1;3
+55;2020-05-06;9;1;1;3
+55;2020-05-07;5;0;3;3
+55;2020-05-08;5;0;0;2
+55;2020-05-09;2;0;1;0
+55;2020-05-10;1;0;1;0
+55;2020-05-11;6;0;1;6
+55;2020-05-12;10;0;4;4
+55;2020-05-13;3;1;1;8
+55;2020-05-14;4;1;0;2
+55;2020-05-15;20;1;0;7
+55;2020-05-16;10;0;0;8
+55;2020-05-17;1;0;0;0
+55;2020-05-18;8;1;0;6
+55;2020-05-19;10;2;2;6
+55;2020-05-20;1;1;1;2
+55;2020-05-21;1;0;0;7
+55;2020-05-22;3;1;0;2
+55;2020-05-23;5;1;0;2
+55;2020-05-24;0;0;0;8
+55;2020-05-25;5;0;2;3
+55;2020-05-26;0;0;1;12
+55;2020-05-27;6;0;0;3
+55;2020-05-28;4;2;0;37
+55;2020-05-29;9;1;0;29
+55;2020-05-30;1;1;0;3
+55;2020-05-31;0;0;1;0
+55;2020-06-01;1;0;0;0
+55;2020-06-02;2;0;1;6
+55;2020-06-03;6;0;1;4
+55;2020-06-04;4;0;0;2
+55;2020-06-05;5;0;1;2
+55;2020-06-06;2;0;0;0
+55;2020-06-07;0;0;0;0
+55;2020-06-08;4;0;1;1
+56;2020-03-19;12;1;3;2
+56;2020-03-20;6;0;0;2
+56;2020-03-21;24;4;3;1
+56;2020-03-22;11;5;1;4
+56;2020-03-23;5;0;4;4
+56;2020-03-24;9;1;0;8
+56;2020-03-25;14;0;3;9
+56;2020-03-26;27;5;1;5
+56;2020-03-27;13;3;4;10
+56;2020-03-28;12;6;0;7
+56;2020-03-29;14;1;3;5
+56;2020-03-30;16;3;1;3
+56;2020-03-31;13;3;1;4
+56;2020-04-01;27;5;2;5
+56;2020-04-02;18;2;3;9
+56;2020-04-03;13;6;2;4
+56;2020-04-04;7;2;3;13
+56;2020-04-05;8;1;5;3
+56;2020-04-06;10;1;3;6
+56;2020-04-07;9;2;4;9
+56;2020-04-08;35;2;3;22
+56;2020-04-09;6;1;0;13
+56;2020-04-10;7;2;2;13
+56;2020-04-11;14;4;3;18
+56;2020-04-12;7;2;1;4
+56;2020-04-13;2;2;0;3
+56;2020-04-14;8;2;5;7
+56;2020-04-15;3;0;4;9
+56;2020-04-16;5;0;3;6
+56;2020-04-17;6;0;0;4
+56;2020-04-18;11;1;1;11
+56;2020-04-19;2;0;1;0
+56;2020-04-20;5;0;1;2
+56;2020-04-21;9;1;1;7
+56;2020-04-22;8;1;0;6
+56;2020-04-23;11;0;0;4
+56;2020-04-24;14;0;0;7
+56;2020-04-25;1;0;1;6
+56;2020-04-26;1;1;0;2
+56;2020-04-27;2;1;0;1
+56;2020-04-28;14;1;1;8
+56;2020-04-29;4;2;1;4
+56;2020-04-30;7;0;2;10
+56;2020-05-01;2;0;0;3
+56;2020-05-02;3;1;1;4
+56;2020-05-03;3;0;1;3
+56;2020-05-04;2;2;1;3
+56;2020-05-05;2;0;0;3
+56;2020-05-06;3;1;0;7
+56;2020-05-07;1;2;0;2
+56;2020-05-08;2;0;0;4
+56;2020-05-09;1;1;0;5
+56;2020-05-10;1;1;0;1
+56;2020-05-11;1;1;1;1
+56;2020-05-12;4;0;0;4
+56;2020-05-13;0;1;0;13
+56;2020-05-14;0;0;0;3
+56;2020-05-15;0;0;0;3
+56;2020-05-16;2;1;0;2
+56;2020-05-17;0;0;0;2
+56;2020-05-18;1;1;3;8
+56;2020-05-19;0;0;0;11
+56;2020-05-20;4;1;0;4
+56;2020-05-21;1;0;0;1
+56;2020-05-22;0;0;0;0
+56;2020-05-23;0;0;0;1
+56;2020-05-24;0;0;0;0
+56;2020-05-25;3;0;1;1
+56;2020-05-26;0;0;1;3
+56;2020-05-27;1;0;0;3
+56;2020-05-28;2;1;1;1
+56;2020-05-29;2;0;0;2
+56;2020-05-30;4;0;0;2
+56;2020-05-31;1;0;0;0
+56;2020-06-01;0;0;0;0
+56;2020-06-02;1;1;0;6
+56;2020-06-03;2;0;0;3
+56;2020-06-04;1;0;0;3
+56;2020-06-05;0;0;0;2
+56;2020-06-06;0;0;0;0
+56;2020-06-07;1;0;0;0
+56;2020-06-08;0;0;0;0
+57;2020-03-19;36;15;4;5
+57;2020-03-20;76;14;3;8
+57;2020-03-21;68;11;3;15
+57;2020-03-22;65;8;11;12
+57;2020-03-23;69;13;17;8
+57;2020-03-24;173;27;12;24
+57;2020-03-25;92;20;14;34
+57;2020-03-26;125;12;20;30
+57;2020-03-27;106;16;24;28
+57;2020-03-28;124;27;30;32
+57;2020-03-29;87;23;11;11
+57;2020-03-30;117;25;19;21
+57;2020-03-31;121;23;11;24
+57;2020-04-01;147;17;19;47
+57;2020-04-02;110;20;30;57
+57;2020-04-03;127;16;42;70
+57;2020-04-04;83;15;30;42
+57;2020-04-05;66;12;25;44
+57;2020-04-06;75;20;21;51
+57;2020-04-07;115;12;31;63
+57;2020-04-08;75;8;29;64
+57;2020-04-09;89;8;16;52
+57;2020-04-10;116;1;24;58
+57;2020-04-11;34;7;15;26
+57;2020-04-12;53;5;13;29
+57;2020-04-13;27;10;17;15
+57;2020-04-14;63;6;16;23
+57;2020-04-15;95;8;18;72
+57;2020-04-16;71;5;11;61
+57;2020-04-17;50;8;8;54
+57;2020-04-18;41;8;12;59
+57;2020-04-19;13;3;9;19
+57;2020-04-20;36;2;10;22
+57;2020-04-21;31;4;7;45
+57;2020-04-22;58;6;11;44
+57;2020-04-23;56;7;8;59
+57;2020-04-24;38;4;9;53
+57;2020-04-25;30;2;13;63
+57;2020-04-26;17;4;3;20
+57;2020-04-27;29;1;9;26
+57;2020-04-28;27;7;9;43
+57;2020-04-29;34;1;8;63
+57;2020-04-30;24;5;8;69
+57;2020-05-01;20;1;13;39
+57;2020-05-02;33;3;5;26
+57;2020-05-03;18;4;3;7
+57;2020-05-04;18;3;6;30
+57;2020-05-05;24;5;9;42
+57;2020-05-06;23;2;6;47
+57;2020-05-07;27;3;4;26
+57;2020-05-08;27;5;11;28
+57;2020-05-09;5;1;0;11
+57;2020-05-10;4;1;1;8
+57;2020-05-11;11;1;3;3
+57;2020-05-12;28;4;8;33
+57;2020-05-13;30;4;10;18
+57;2020-05-14;22;0;7;36
+57;2020-05-15;12;3;16;24
+57;2020-05-16;5;0;5;15
+57;2020-05-17;4;1;7;6
+57;2020-05-18;5;0;8;2
+57;2020-05-19;15;2;7;24
+57;2020-05-20;13;4;7;38
+57;2020-05-21;7;6;1;15
+57;2020-05-22;3;0;4;4
+57;2020-05-23;13;2;0;3
+57;2020-05-24;6;1;0;8
+57;2020-05-25;8;2;0;6
+57;2020-05-26;3;2;3;9
+57;2020-05-27;3;1;1;11
+57;2020-05-28;5;0;1;10
+57;2020-05-29;3;2;2;7
+57;2020-05-30;5;2;3;27
+57;2020-05-31;5;1;1;1
+57;2020-06-01;5;3;2;15
+57;2020-06-02;13;1;4;14
+57;2020-06-03;20;5;3;22
+57;2020-06-04;6;1;3;22
+57;2020-06-05;10;1;2;11
+57;2020-06-06;1;0;1;19
+57;2020-06-07;2;0;0;3
+57;2020-06-08;2;0;4;2
+58;2020-03-19;1;1;0;0
+58;2020-03-20;0;0;0;0
+58;2020-03-21;0;0;0;0
+58;2020-03-22;1;1;0;0
+58;2020-03-23;1;0;0;0
+58;2020-03-24;0;0;0;0
+58;2020-03-25;0;0;0;0
+58;2020-03-26;1;0;0;0
+58;2020-03-27;2;1;0;0
+58;2020-03-28;2;1;0;1
+58;2020-03-29;0;0;0;0
+58;2020-03-30;2;0;0;0
+58;2020-03-31;2;1;2;0
+58;2020-04-01;1;1;1;0
+58;2020-04-02;6;0;1;1
+58;2020-04-03;7;0;1;0
+58;2020-04-04;8;0;0;4
+58;2020-04-05;8;3;0;1
+58;2020-04-06;4;0;1;0
+58;2020-04-07;1;0;1;2
+58;2020-04-08;5;1;0;3
+58;2020-04-09;1;0;0;0
+58;2020-04-10;13;2;0;2
+58;2020-04-11;7;0;0;2
+58;2020-04-12;3;1;0;1
+58;2020-04-13;5;2;1;0
+58;2020-04-14;2;0;4;1
+58;2020-04-15;2;1;0;4
+58;2020-04-16;10;1;0;1
+58;2020-04-17;4;0;0;4
+58;2020-04-18;3;2;2;2
+58;2020-04-19;1;1;1;0
+58;2020-04-20;2;0;3;0
+58;2020-04-21;2;2;1;1
+58;2020-04-22;2;0;2;2
+58;2020-04-23;3;0;0;7
+58;2020-04-24;3;1;0;3
+58;2020-04-25;3;0;1;2
+58;2020-04-26;0;0;0;0
+58;2020-04-27;0;0;0;1
+58;2020-04-28;1;1;0;2
+58;2020-04-29;3;0;0;2
+58;2020-04-30;1;0;0;0
+58;2020-05-01;0;0;0;1
+58;2020-05-02;0;0;1;0
+58;2020-05-03;0;0;0;0
+58;2020-05-04;0;0;0;0
+58;2020-05-05;0;0;0;1
+58;2020-05-06;0;0;1;1
+58;2020-05-07;0;0;0;4
+58;2020-05-08;0;0;0;1
+58;2020-05-09;0;0;0;0
+58;2020-05-10;0;0;1;0
+58;2020-05-11;2;2;0;1
+58;2020-05-12;2;1;0;0
+58;2020-05-13;0;0;0;2
+58;2020-05-14;0;0;0;1
+58;2020-05-15;1;1;0;0
+58;2020-05-16;0;0;0;1
+58;2020-05-17;0;0;0;0
+58;2020-05-18;0;0;0;0
+58;2020-05-19;0;0;0;0
+58;2020-05-20;1;0;0;10
+58;2020-05-21;1;0;0;4
+58;2020-05-22;0;0;0;0
+58;2020-05-23;0;0;0;0
+58;2020-05-24;0;0;1;0
+58;2020-05-25;0;0;0;0
+58;2020-05-26;1;0;0;1
+58;2020-05-27;0;0;1;1
+58;2020-05-28;0;0;0;2
+58;2020-05-29;0;0;0;8
+58;2020-05-30;4;0;0;1
+58;2020-05-31;0;0;0;0
+58;2020-06-01;0;0;0;0
+58;2020-06-02;0;0;0;0
+58;2020-06-03;1;0;0;0
+58;2020-06-04;0;0;0;0
+58;2020-06-05;0;0;0;0
+58;2020-06-06;0;0;0;0
+58;2020-06-07;0;0;0;0
+58;2020-06-08;0;0;0;0
+59;2020-03-19;72;13;3;24
+59;2020-03-20;19;9;1;4
+59;2020-03-21;30;15;1;7
+59;2020-03-22;32;7;7;2
+59;2020-03-23;58;26;2;11
+59;2020-03-24;50;15;4;2
+59;2020-03-25;63;20;1;5
+59;2020-03-26;66;17;7;14
+59;2020-03-27;84;34;8;27
+59;2020-03-28;77;16;5;16
+59;2020-03-29;80;23;3;19
+59;2020-03-30;105;26;12;26
+59;2020-03-31;129;39;11;44
+59;2020-04-01;95;19;15;36
+59;2020-04-02;157;35;21;43
+59;2020-04-03;100;23;22;46
+59;2020-04-04;94;19;13;40
+59;2020-04-05;78;18;12;14
+59;2020-04-06;112;17;19;39
+59;2020-04-07;101;19;17;63
+59;2020-04-08;89;7;15;72
+59;2020-04-09;90;14;16;51
+59;2020-04-10;103;15;15;59
+59;2020-04-11;71;9;20;51
+59;2020-04-12;39;2;11;11
+59;2020-04-13;41;9;15;8
+59;2020-04-14;61;5;21;24
+59;2020-04-15;79;4;21;93
+59;2020-04-16;74;8;15;63
+59;2020-04-17;56;13;17;61
+59;2020-04-18;44;4;8;30
+59;2020-04-19;32;9;6;19
+59;2020-04-20;54;3;7;18
+59;2020-04-21;62;11;13;71
+59;2020-04-22;39;5;9;30
+59;2020-04-23;42;7;6;39
+59;2020-04-24;30;5;7;40
+59;2020-04-25;36;1;6;33
+59;2020-04-26;7;3;1;7
+59;2020-04-27;10;3;5;14
+59;2020-04-28;53;5;8;45
+59;2020-04-29;17;0;6;39
+59;2020-04-30;33;5;8;36
+59;2020-05-01;24;2;6;21
+59;2020-05-02;23;0;2;3
+59;2020-05-03;13;5;1;4
+59;2020-05-04;28;4;3;9
+59;2020-05-05;20;2;20;53
+59;2020-05-06;33;6;16;64
+59;2020-05-07;23;4;7;20
+59;2020-05-08;23;3;3;25
+59;2020-05-09;4;2;1;4
+59;2020-05-10;11;2;3;6
+59;2020-05-11;18;1;7;8
+59;2020-05-12;32;4;10;50
+59;2020-05-13;26;4;2;33
+59;2020-05-14;18;4;4;18
+59;2020-05-15;20;0;9;31
+59;2020-05-16;24;2;4;19
+59;2020-05-17;10;2;2;6
+59;2020-05-18;18;2;6;11
+59;2020-05-19;21;2;4;38
+59;2020-05-20;33;6;5;25
+59;2020-05-21;17;1;4;23
+59;2020-05-22;10;0;1;13
+59;2020-05-23;6;0;2;15
+59;2020-05-24;11;1;2;6
+59;2020-05-25;6;0;4;18
+59;2020-05-26;18;3;3;23
+59;2020-05-27;25;0;2;28
+59;2020-05-28;12;1;4;15
+59;2020-05-29;9;0;2;30
+59;2020-05-30;18;1;6;28
+59;2020-05-31;2;1;0;3
+59;2020-06-01;4;1;2;4
+59;2020-06-02;7;0;2;11
+59;2020-06-03;8;1;6;22
+59;2020-06-04;10;4;2;13
+59;2020-06-05;13;0;5;20
+59;2020-06-06;8;3;2;5
+59;2020-06-07;3;0;1;0
+59;2020-06-08;6;2;3;6
+60;2020-03-19;43;3;11;8
+60;2020-03-20;11;6;1;4
+60;2020-03-21;30;1;0;14
+60;2020-03-22;14;1;1;4
+60;2020-03-23;45;4;10;7
+60;2020-03-24;41;4;9;17
+60;2020-03-25;34;10;6;7
+60;2020-03-26;61;7;14;31
+60;2020-03-27;30;10;9;12
+60;2020-03-28;37;0;11;7
+60;2020-03-29;23;3;5;3
+60;2020-03-30;35;5;8;10
+60;2020-03-31;40;5;15;11
+60;2020-04-01;70;9;20;33
+60;2020-04-02;101;14;7;32
+60;2020-04-03;47;5;15;29
+60;2020-04-04;23;1;8;29
+60;2020-04-05;26;4;2;6
+60;2020-04-06;39;2;10;10
+60;2020-04-07;82;9;17;32
+60;2020-04-08;75;7;10;48
+60;2020-04-09;28;3;2;23
+60;2020-04-10;46;6;9;27
+60;2020-04-11;39;2;9;20
+60;2020-04-12;43;4;10;15
+60;2020-04-13;7;0;7;2
+60;2020-04-14;32;2;9;24
+60;2020-04-15;56;3;13;16
+60;2020-04-16;43;4;10;34
+60;2020-04-17;45;3;6;22
+60;2020-04-18;14;2;3;9
+60;2020-04-19;32;3;4;12
+60;2020-04-20;14;1;13;14
+60;2020-04-21;22;2;5;27
+60;2020-04-22;25;5;9;36
+60;2020-04-23;25;3;6;19
+60;2020-04-24;30;2;6;31
+60;2020-04-25;13;0;4;10
+60;2020-04-26;5;1;1;2
+60;2020-04-27;14;0;8;18
+60;2020-04-28;22;1;6;28
+60;2020-04-29;7;2;2;10
+60;2020-04-30;3;3;4;14
+60;2020-05-01;6;1;4;8
+60;2020-05-02;5;0;0;2
+60;2020-05-03;7;0;4;14
+60;2020-05-04;7;0;2;5
+60;2020-05-05;10;1;6;15
+60;2020-05-06;3;1;3;7
+60;2020-05-07;5;0;1;12
+60;2020-05-08;13;1;6;12
+60;2020-05-09;3;0;0;5
+60;2020-05-10;1;0;3;2
+60;2020-05-11;18;4;7;8
+60;2020-05-12;6;1;6;5
+60;2020-05-13;1;0;0;6
+60;2020-05-14;10;1;0;6
+60;2020-05-15;11;1;1;15
+60;2020-05-16;6;0;1;6
+60;2020-05-17;2;0;0;0
+60;2020-05-18;10;0;5;10
+60;2020-05-19;15;1;1;30
+60;2020-05-20;6;0;1;4
+60;2020-05-21;3;0;0;5
+60;2020-05-22;5;0;1;12
+60;2020-05-23;2;0;2;5
+60;2020-05-24;2;0;1;0
+60;2020-05-25;5;0;2;6
+60;2020-05-26;2;0;0;7
+60;2020-05-27;4;0;3;5
+60;2020-05-28;3;0;2;6
+60;2020-05-29;3;0;1;20
+60;2020-05-30;3;0;1;3
+60;2020-05-31;0;0;0;0
+60;2020-06-01;11;0;1;0
+60;2020-06-02;10;0;1;6
+60;2020-06-03;0;0;0;5
+60;2020-06-04;1;0;1;7
+60;2020-06-05;0;0;0;15
+60;2020-06-06;0;0;0;1
+60;2020-06-07;1;0;0;1
+60;2020-06-08;7;0;1;3
+61;2020-03-19;2;1;0;2
+61;2020-03-20;0;0;0;0
+61;2020-03-21;0;0;0;0
+61;2020-03-22;0;0;0;0
+61;2020-03-23;6;1;0;4
+61;2020-03-24;5;0;0;3
+61;2020-03-25;14;2;1;10
+61;2020-03-26;7;1;0;4
+61;2020-03-27;2;1;0;1
+61;2020-03-28;6;0;0;3
+61;2020-03-29;5;0;0;0
+61;2020-03-30;4;1;0;1
+61;2020-03-31;17;2;2;6
+61;2020-04-01;19;0;2;7
+61;2020-04-02;11;2;2;0
+61;2020-04-03;7;2;1;3
+61;2020-04-04;10;2;0;5
+61;2020-04-05;6;1;1;1
+61;2020-04-06;6;0;0;8
+61;2020-04-07;14;0;2;9
+61;2020-04-08;12;0;1;11
+61;2020-04-09;6;0;2;1
+61;2020-04-10;15;0;0;10
+61;2020-04-11;5;1;2;9
+61;2020-04-12;6;1;1;1
+61;2020-04-13;1;1;2;2
+61;2020-04-14;9;0;0;6
+61;2020-04-15;8;1;1;8
+61;2020-04-16;3;0;0;5
+61;2020-04-17;6;1;3;3
+61;2020-04-18;4;0;0;8
+61;2020-04-19;3;0;1;0
+61;2020-04-20;4;0;1;5
+61;2020-04-21;2;1;0;7
+61;2020-04-22;3;0;2;2
+61;2020-04-23;2;0;0;1
+61;2020-04-24;4;3;0;5
+61;2020-04-25;9;0;0;0
+61;2020-04-26;0;0;0;0
+61;2020-04-27;3;0;1;0
+61;2020-04-28;5;0;0;1
+61;2020-04-29;1;0;0;3
+61;2020-04-30;5;0;0;3
+61;2020-05-01;1;0;0;3
+61;2020-05-02;2;0;0;0
+61;2020-05-03;1;0;0;1
+61;2020-05-04;8;0;1;1
+61;2020-05-05;2;0;1;1
+61;2020-05-06;2;0;2;2
+61;2020-05-07;2;0;0;0
+61;2020-05-08;1;0;0;8
+61;2020-05-09;1;0;0;1
+61;2020-05-10;0;0;1;0
+61;2020-05-11;2;0;2;1
+61;2020-05-12;1;1;0;3
+61;2020-05-13;0;0;0;0
+61;2020-05-14;1;0;1;2
+61;2020-05-15;0;0;0;2
+61;2020-05-16;0;0;0;0
+61;2020-05-17;2;0;0;1
+61;2020-05-18;1;0;0;0
+61;2020-05-19;4;0;1;1
+61;2020-05-20;0;0;0;2
+61;2020-05-21;0;0;0;0
+61;2020-05-22;2;0;0;0
+61;2020-05-23;1;0;0;4
+61;2020-05-24;0;0;0;0
+61;2020-05-25;2;0;0;0
+61;2020-05-26;5;0;1;2
+61;2020-05-27;1;1;0;8
+61;2020-05-28;1;0;0;2
+61;2020-05-29;0;0;0;0
+61;2020-05-30;0;0;0;1
+61;2020-05-31;0;0;0;0
+61;2020-06-01;0;0;0;0
+61;2020-06-02;0;0;0;4
+61;2020-06-03;4;0;0;4
+61;2020-06-04;0;0;0;4
+61;2020-06-05;1;0;0;0
+61;2020-06-06;0;0;0;2
+61;2020-06-07;0;0;0;0
+61;2020-06-08;0;0;0;1
+62;2020-03-19;30;6;0;13
+62;2020-03-20;26;9;1;6
+62;2020-03-21;12;3;0;6
+62;2020-03-22;6;2;0;4
+62;2020-03-23;22;9;2;0
+62;2020-03-24;32;10;3;1
+62;2020-03-25;28;8;2;9
+62;2020-03-26;29;5;1;10
+62;2020-03-27;16;3;0;9
+62;2020-03-28;39;12;3;9
+62;2020-03-29;29;5;1;5
+62;2020-03-30;41;19;4;9
+62;2020-03-31;34;7;2;11
+62;2020-04-01;77;13;4;10
+62;2020-04-02;45;9;4;24
+62;2020-04-03;89;18;7;30
+62;2020-04-04;48;10;8;21
+62;2020-04-05;13;4;4;10
+62;2020-04-06;51;6;9;13
+62;2020-04-07;72;12;9;23
+62;2020-04-08;55;7;11;37
+62;2020-04-09;52;8;7;28
+62;2020-04-10;51;6;12;51
+62;2020-04-11;27;3;4;32
+62;2020-04-12;40;2;7;22
+62;2020-04-13;28;3;2;14
+62;2020-04-14;36;8;9;13
+62;2020-04-15;59;17;14;45
+62;2020-04-16;62;5;8;25
+62;2020-04-17;42;5;17;38
+62;2020-04-18;41;4;3;31
+62;2020-04-19;16;2;3;12
+62;2020-04-20;20;6;4;12
+62;2020-04-21;95;2;9;86
+62;2020-04-22;25;3;5;27
+62;2020-04-23;51;6;22;48
+62;2020-04-24;22;2;5;19
+62;2020-04-25;24;1;13;11
+62;2020-04-26;7;0;3;5
+62;2020-04-27;47;7;6;31
+62;2020-04-28;17;2;2;27
+62;2020-04-29;21;0;5;24
+62;2020-04-30;45;7;4;51
+62;2020-05-01;22;0;3;18
+62;2020-05-02;7;2;3;3
+62;2020-05-03;2;0;2;2
+62;2020-05-04;28;3;7;20
+62;2020-05-05;21;7;3;29
+62;2020-05-06;27;2;0;21
+62;2020-05-07;5;0;2;26
+62;2020-05-08;3;1;0;9
+62;2020-05-09;4;0;1;4
+62;2020-05-10;1;0;0;7
+62;2020-05-11;13;0;5;11
+62;2020-05-12;31;2;5;23
+62;2020-05-13;8;2;1;17
+62;2020-05-14;17;2;5;34
+62;2020-05-15;24;2;5;33
+62;2020-05-16;7;0;4;9
+62;2020-05-17;0;0;2;0
+62;2020-05-18;10;1;2;16
+62;2020-05-19;11;2;3;18
+62;2020-05-20;5;2;2;2
+62;2020-05-21;1;0;3;2
+62;2020-05-22;5;4;2;2
+62;2020-05-23;4;0;2;9
+62;2020-05-24;2;0;1;1
+62;2020-05-25;10;2;1;9
+62;2020-05-26;6;0;2;13
+62;2020-05-27;1;0;0;4
+62;2020-05-28;9;1;2;14
+62;2020-05-29;10;1;1;7
+62;2020-05-30;1;1;1;2
+62;2020-05-31;1;0;0;0
+62;2020-06-01;0;0;1;0
+62;2020-06-02;3;1;3;8
+62;2020-06-03;7;1;2;3
+62;2020-06-04;3;1;6;26
+62;2020-06-05;7;0;3;6
+62;2020-06-06;0;0;0;1
+62;2020-06-07;0;0;0;0
+62;2020-06-08;2;1;1;0
+63;2020-03-19;1;1;0;2
+63;2020-03-20;0;0;0;4
+63;2020-03-21;2;1;0;2
+63;2020-03-22;1;1;0;0
+63;2020-03-23;3;0;0;0
+63;2020-03-24;14;4;0;0
+63;2020-03-25;3;2;0;1
+63;2020-03-26;6;1;0;1
+63;2020-03-27;9;2;0;1
+63;2020-03-28;10;4;0;0
+63;2020-03-29;13;10;0;0
+63;2020-03-30;15;11;1;3
+63;2020-03-31;2;1;0;3
+63;2020-04-01;24;1;1;5
+63;2020-04-02;5;4;1;6
+63;2020-04-03;6;3;1;6
+63;2020-04-04;5;2;0;11
+63;2020-04-05;13;10;3;1
+63;2020-04-06;7;0;1;2
+63;2020-04-07;7;2;4;11
+63;2020-04-08;7;0;3;7
+63;2020-04-09;4;0;1;4
+63;2020-04-10;7;0;0;7
+63;2020-04-11;4;0;3;2
+63;2020-04-12;4;0;0;0
+63;2020-04-13;4;0;0;0
+63;2020-04-14;1;1;0;1
+63;2020-04-15;4;0;0;6
+63;2020-04-16;5;1;3;1
+63;2020-04-17;3;0;1;4
+63;2020-04-18;6;1;2;4
+63;2020-04-19;0;0;1;2
+63;2020-04-20;4;0;2;1
+63;2020-04-21;4;2;0;5
+63;2020-04-22;1;0;3;5
+63;2020-04-23;3;0;0;9
+63;2020-04-24;3;1;1;4
+63;2020-04-25;2;1;1;1
+63;2020-04-26;0;0;0;0
+63;2020-04-27;1;0;1;1
+63;2020-04-28;0;0;0;3
+63;2020-04-29;0;0;0;1
+63;2020-04-30;5;1;2;3
+63;2020-05-01;1;0;0;2
+63;2020-05-02;2;1;1;5
+63;2020-05-03;4;2;0;1
+63;2020-05-04;1;0;0;0
+63;2020-05-05;2;0;0;3
+63;2020-05-06;0;0;1;3
+63;2020-05-07;2;1;1;3
+63;2020-05-08;0;0;0;2
+63;2020-05-09;0;0;0;0
+63;2020-05-10;0;0;0;0
+63;2020-05-11;1;0;0;1
+63;2020-05-12;1;0;1;0
+63;2020-05-13;4;0;0;2
+63;2020-05-14;1;0;0;0
+63;2020-05-15;0;0;0;6
+63;2020-05-16;0;0;0;0
+63;2020-05-17;8;0;0;0
+63;2020-05-18;0;0;1;0
+63;2020-05-19;3;0;0;3
+63;2020-05-20;2;0;0;2
+63;2020-05-21;1;0;0;2
+63;2020-05-22;1;0;0;0
+63;2020-05-23;1;0;0;3
+63;2020-05-24;2;2;0;0
+63;2020-05-25;0;1;0;2
+63;2020-05-26;0;0;1;0
+63;2020-05-27;2;0;0;0
+63;2020-05-28;0;0;1;3
+63;2020-05-29;0;0;0;5
+63;2020-05-30;0;0;0;1
+63;2020-05-31;0;0;0;0
+63;2020-06-01;0;0;0;0
+63;2020-06-02;0;0;0;0
+63;2020-06-03;1;1;0;1
+63;2020-06-04;0;0;0;0
+63;2020-06-05;0;0;0;1
+63;2020-06-06;0;0;0;1
+63;2020-06-07;0;0;0;0
+63;2020-06-08;0;0;0;0
+64;2020-03-19;6;0;0;1
+64;2020-03-20;1;0;1;1
+64;2020-03-21;5;2;0;0
+64;2020-03-22;3;0;0;0
+64;2020-03-23;7;0;0;3
+64;2020-03-24;7;5;0;2
+64;2020-03-25;13;3;2;1
+64;2020-03-26;19;2;1;10
+64;2020-03-27;16;3;1;3
+64;2020-03-28;10;1;1;7
+64;2020-03-29;9;4;0;4
+64;2020-03-30;8;2;3;2
+64;2020-03-31;17;8;1;3
+64;2020-04-01;8;1;0;9
+64;2020-04-02;19;4;2;16
+64;2020-04-03;5;1;1;1
+64;2020-04-04;14;1;0;11
+64;2020-04-05;1;0;1;3
+64;2020-04-06;10;0;1;1
+64;2020-04-07;0;0;0;5
+64;2020-04-08;13;2;1;5
+64;2020-04-09;10;1;0;1
+64;2020-04-10;10;1;2;9
+64;2020-04-11;4;0;0;9
+64;2020-04-12;4;0;2;1
+64;2020-04-13;2;0;1;2
+64;2020-04-14;1;0;1;1
+64;2020-04-15;3;1;0;6
+64;2020-04-16;4;0;0;8
+64;2020-04-17;2;0;2;0
+64;2020-04-18;5;0;0;12
+64;2020-04-19;0;0;0;1
+64;2020-04-20;2;0;0;1
+64;2020-04-21;0;0;0;0
+64;2020-04-22;2;0;0;4
+64;2020-04-23;3;0;0;8
+64;2020-04-24;1;1;0;1
+64;2020-04-25;2;0;1;6
+64;2020-04-26;1;0;1;2
+64;2020-04-27;2;0;1;1
+64;2020-04-28;3;0;2;7
+64;2020-04-29;2;0;0;10
+64;2020-04-30;0;0;0;1
+64;2020-05-01;0;0;0;5
+64;2020-05-02;0;0;0;0
+64;2020-05-03;1;1;0;0
+64;2020-05-04;1;0;0;0
+64;2020-05-05;1;0;0;3
+64;2020-05-06;0;0;0;5
+64;2020-05-07;0;0;0;2
+64;2020-05-08;1;0;0;1
+64;2020-05-09;0;0;0;0
+64;2020-05-10;0;0;0;1
+64;2020-05-11;0;0;0;0
+64;2020-05-12;0;0;0;1
+64;2020-05-13;0;0;0;2
+64;2020-05-14;0;0;1;0
+64;2020-05-15;2;0;0;2
+64;2020-05-16;0;0;0;0
+64;2020-05-17;0;0;0;2
+64;2020-05-18;0;0;0;0
+64;2020-05-19;1;1;0;2
+64;2020-05-20;0;0;0;1
+64;2020-05-21;0;0;0;0
+64;2020-05-22;0;0;0;1
+64;2020-05-23;0;0;0;1
+64;2020-05-24;0;0;0;1
+64;2020-05-25;0;0;0;13
+64;2020-05-26;0;0;1;0
+64;2020-05-27;0;0;0;1
+64;2020-05-28;0;0;0;1
+64;2020-05-29;1;0;0;1
+64;2020-05-30;1;0;0;0
+64;2020-05-31;1;0;0;0
+64;2020-06-01;0;0;0;1
+64;2020-06-02;0;0;0;0
+64;2020-06-03;0;0;0;2
+64;2020-06-04;0;0;0;0
+64;2020-06-05;3;0;0;1
+64;2020-06-06;0;0;0;0
+64;2020-06-07;0;0;0;0
+64;2020-06-08;0;0;0;0
+65;2020-03-19;2;1;0;0
+65;2020-03-20;0;0;0;0
+65;2020-03-21;3;0;0;0
+65;2020-03-22;2;0;0;1
+65;2020-03-23;2;0;0;1
+65;2020-03-24;0;0;0;2
+65;2020-03-25;1;1;0;0
+65;2020-03-26;11;0;1;2
+65;2020-03-27;2;1;0;0
+65;2020-03-28;6;2;0;1
+65;2020-03-29;5;0;0;1
+65;2020-03-30;6;2;0;2
+65;2020-03-31;2;0;0;3
+65;2020-04-01;13;0;0;2
+65;2020-04-02;6;0;2;2
+65;2020-04-03;4;0;0;3
+65;2020-04-04;8;0;2;3
+65;2020-04-05;14;3;2;2
+65;2020-04-06;4;0;0;1
+65;2020-04-07;7;0;0;4
+65;2020-04-08;9;1;0;4
+65;2020-04-09;6;0;0;4
+65;2020-04-10;11;0;0;7
+65;2020-04-11;10;0;1;3
+65;2020-04-12;10;1;0;0
+65;2020-04-13;4;0;2;2
+65;2020-04-14;5;0;2;2
+65;2020-04-15;8;0;2;6
+65;2020-04-16;1;0;0;4
+65;2020-04-17;2;0;0;4
+65;2020-04-18;3;0;0;5
+65;2020-04-19;2;0;0;1
+65;2020-04-20;9;0;2;1
+65;2020-04-21;0;0;1;5
+65;2020-04-22;2;0;1;2
+65;2020-04-23;2;0;0;4
+65;2020-04-24;4;0;1;1
+65;2020-04-25;0;0;0;0
+65;2020-04-26;0;0;0;1
+65;2020-04-27;0;0;0;2
+65;2020-04-28;3;0;1;4
+65;2020-04-29;1;0;0;1
+65;2020-04-30;1;1;0;3
+65;2020-05-01;0;0;0;4
+65;2020-05-02;1;0;0;0
+65;2020-05-03;0;0;1;0
+65;2020-05-04;2;0;1;0
+65;2020-05-05;0;0;0;8
+65;2020-05-06;1;0;2;3
+65;2020-05-07;1;1;0;5
+65;2020-05-08;0;0;0;4
+65;2020-05-09;0;0;0;0
+65;2020-05-10;0;0;1;0
+65;2020-05-11;0;0;0;0
+65;2020-05-12;0;0;0;3
+65;2020-05-13;0;0;0;1
+65;2020-05-14;0;0;0;0
+65;2020-05-15;0;0;0;0
+65;2020-05-16;1;0;0;2
+65;2020-05-17;0;0;0;0
+65;2020-05-18;0;0;0;5
+65;2020-05-19;0;0;0;2
+65;2020-05-20;0;0;0;9
+65;2020-05-21;0;0;0;2
+65;2020-05-22;0;0;0;0
+65;2020-05-23;0;0;0;0
+65;2020-05-24;0;0;0;0
+65;2020-05-25;0;0;0;0
+65;2020-05-26;0;0;0;3
+65;2020-05-27;0;0;0;0
+65;2020-05-28;0;0;0;0
+65;2020-05-29;0;0;1;0
+65;2020-05-30;0;0;0;0
+65;2020-05-31;0;0;0;0
+65;2020-06-01;0;0;0;0
+65;2020-06-02;0;0;0;0
+65;2020-06-03;0;0;0;1
+65;2020-06-04;0;0;0;1
+65;2020-06-05;0;0;0;0
+65;2020-06-06;0;0;0;4
+65;2020-06-07;0;0;0;0
+65;2020-06-08;0;0;0;0
+66;2020-03-19;19;9;3;2
+66;2020-03-20;7;6;1;0
+66;2020-03-21;1;1;1;0
+66;2020-03-22;41;7;0;1
+66;2020-03-23;23;4;1;2
+66;2020-03-24;16;6;1;6
+66;2020-03-25;20;4;0;11
+66;2020-03-26;23;7;1;7
+66;2020-03-27;13;2;1;9
+66;2020-03-28;25;5;0;10
+66;2020-03-29;17;3;2;7
+66;2020-03-30;11;7;2;8
+66;2020-03-31;19;4;1;18
+66;2020-04-01;13;4;1;19
+66;2020-04-02;11;0;1;10
+66;2020-04-03;10;2;0;18
+66;2020-04-04;11;3;1;5
+66;2020-04-05;7;0;0;9
+66;2020-04-06;9;1;1;6
+66;2020-04-07;9;5;2;13
+66;2020-04-08;5;1;0;10
+66;2020-04-09;3;1;0;7
+66;2020-04-10;9;4;1;14
+66;2020-04-11;5;0;1;5
+66;2020-04-12;2;0;1;1
+66;2020-04-13;6;0;0;12
+66;2020-04-14;2;0;0;10
+66;2020-04-15;3;1;1;11
+66;2020-04-16;2;0;0;9
+66;2020-04-17;1;0;1;7
+66;2020-04-18;1;0;0;6
+66;2020-04-19;1;1;0;0
+66;2020-04-20;1;0;1;1
+66;2020-04-21;3;1;0;5
+66;2020-04-22;2;0;0;4
+66;2020-04-23;4;0;2;1
+66;2020-04-24;0;0;1;0
+66;2020-04-25;2;0;0;4
+66;2020-04-26;0;0;0;1
+66;2020-04-27;1;0;1;1
+66;2020-04-28;3;0;1;4
+66;2020-04-29;3;0;1;2
+66;2020-04-30;0;0;2;2
+66;2020-05-01;1;0;0;2
+66;2020-05-02;0;0;0;0
+66;2020-05-03;1;0;0;2
+66;2020-05-04;1;0;0;0
+66;2020-05-05;1;0;1;4
+66;2020-05-06;0;0;0;1
+66;2020-05-07;0;0;0;0
+66;2020-05-08;0;0;0;0
+66;2020-05-09;0;0;0;0
+66;2020-05-10;0;0;0;0
+66;2020-05-11;0;0;0;0
+66;2020-05-12;0;0;0;4
+66;2020-05-13;1;1;0;0
+66;2020-05-14;0;0;0;0
+66;2020-05-15;0;0;0;1
+66;2020-05-16;0;0;0;0
+66;2020-05-17;0;0;0;0
+66;2020-05-18;0;0;0;1
+66;2020-05-19;0;0;0;0
+66;2020-05-20;0;0;0;1
+66;2020-05-21;0;0;0;2
+66;2020-05-22;0;0;0;0
+66;2020-05-23;1;0;0;0
+66;2020-05-24;0;0;0;0
+66;2020-05-25;0;0;0;0
+66;2020-05-26;0;0;0;0
+66;2020-05-27;0;0;0;0
+66;2020-05-28;0;0;0;0
+66;2020-05-29;0;0;0;0
+66;2020-05-30;0;0;0;0
+66;2020-05-31;0;0;0;0
+66;2020-06-01;0;0;0;0
+66;2020-06-02;0;1;0;0
+66;2020-06-03;0;0;0;0
+66;2020-06-04;0;0;0;0
+66;2020-06-05;0;0;0;0
+66;2020-06-06;0;0;0;0
+66;2020-06-07;0;0;0;0
+66;2020-06-08;0;0;0;0
+67;2020-03-19;161;30;8;28
+67;2020-03-20;44;6;6;10
+67;2020-03-21;67;21;3;10
+67;2020-03-22;79;16;11;0
+67;2020-03-23;86;28;8;24
+67;2020-03-24;130;28;19;44
+67;2020-03-25;116;25;14;32
+67;2020-03-26;126;24;13;75
+67;2020-03-27;102;36;16;24
+67;2020-03-28;87;17;11;28
+67;2020-03-29;90;19;18;16
+67;2020-03-30;69;22;18;13
+67;2020-03-31;142;35;27;41
+67;2020-04-01;162;36;27;83
+67;2020-04-02;89;20;18;37
+67;2020-04-03;165;31;30;91
+67;2020-04-04;91;21;11;58
+67;2020-04-05;79;12;15;33
+67;2020-04-06;53;10;11;35
+67;2020-04-07;88;10;18;61
+67;2020-04-08;90;20;15;75
+67;2020-04-09;107;7;14;74
+67;2020-04-10;115;11;11;88
+67;2020-04-11;20;2;3;13
+67;2020-04-12;40;4;7;38
+67;2020-04-13;19;0;5;10
+67;2020-04-14;59;6;18;23
+67;2020-04-15;74;3;13;100
+67;2020-04-16;53;12;9;64
+67;2020-04-17;64;11;18;68
+67;2020-04-18;61;4;10;57
+67;2020-04-19;18;3;5;16
+67;2020-04-20;34;4;6;13
+67;2020-04-21;73;4;15;52
+67;2020-04-22;38;2;13;56
+67;2020-04-23;30;6;10;83
+67;2020-04-24;13;1;7;29
+67;2020-04-25;33;4;4;21
+67;2020-04-26;5;0;6;7
+67;2020-04-27;39;8;7;19
+67;2020-04-28;31;1;10;37
+67;2020-04-29;35;4;6;48
+67;2020-04-30;23;2;6;33
+67;2020-05-01;21;4;15;37
+67;2020-05-02;11;0;10;11
+67;2020-05-03;3;0;2;10
+67;2020-05-04;13;3;5;14
+67;2020-05-05;22;2;3;24
+67;2020-05-06;38;3;6;45
+67;2020-05-07;20;5;5;35
+67;2020-05-08;16;1;8;27
+67;2020-05-09;4;0;0;6
+67;2020-05-10;6;1;2;4
+67;2020-05-11;13;4;3;17
+67;2020-05-12;19;2;3;23
+67;2020-05-13;31;3;6;31
+67;2020-05-14;8;0;6;18
+67;2020-05-15;14;1;7;45
+67;2020-05-16;3;4;3;23
+67;2020-05-17;6;3;2;19
+67;2020-05-18;18;0;3;20
+67;2020-05-19;13;1;7;28
+67;2020-05-20;8;1;2;13
+67;2020-05-21;3;0;0;9
+67;2020-05-22;20;1;4;20
+67;2020-05-23;5;1;0;13
+67;2020-05-24;1;0;6;10
+67;2020-05-25;3;0;1;12
+67;2020-05-26;5;0;1;12
+67;2020-05-27;11;2;2;32
+67;2020-05-28;12;0;3;18
+67;2020-05-29;9;1;5;38
+67;2020-05-30;20;0;2;21
+67;2020-05-31;2;1;1;7
+67;2020-06-01;0;0;1;0
+67;2020-06-02;5;1;1;5
+67;2020-06-03;9;0;2;19
+67;2020-06-04;2;1;0;16
+67;2020-06-05;6;2;3;25
+67;2020-06-06;2;0;0;5
+67;2020-06-07;0;0;1;1
+67;2020-06-08;4;3;3;10
+68;2020-03-19;140;13;18;24
+68;2020-03-20;92;19;13;30
+68;2020-03-21;83;8;20;39
+68;2020-03-22;50;8;16;13
+68;2020-03-23;141;21;22;14
+68;2020-03-24;179;17;33;42
+68;2020-03-25;201;23;52;54
+68;2020-03-26;177;35;33;49
+68;2020-03-27;160;19;22;37
+68;2020-03-28;143;19;36;76
+68;2020-03-29;113;18;24;33
+68;2020-03-30;176;27;36;57
+68;2020-03-31;169;37;36;95
+68;2020-04-01;125;18;26;44
+68;2020-04-02;161;21;26;96
+68;2020-04-03;106;23;24;61
+68;2020-04-04;31;9;17;72
+68;2020-04-05;56;10;13;43
+68;2020-04-06;98;17;41;29
+68;2020-04-07;123;16;18;81
+68;2020-04-08;81;18;23;73
+68;2020-04-09;68;9;19;71
+68;2020-04-10;85;5;18;38
+68;2020-04-11;32;11;6;28
+68;2020-04-12;29;8;12;14
+68;2020-04-13;21;4;7;20
+68;2020-04-14;72;10;13;37
+68;2020-04-15;77;6;14;95
+68;2020-04-16;56;8;24;91
+68;2020-04-17;51;4;2;42
+68;2020-04-18;26;4;5;42
+68;2020-04-19;18;1;2;33
+68;2020-04-20;38;8;5;20
+68;2020-04-21;51;3;6;56
+68;2020-04-22;20;10;4;52
+68;2020-04-23;31;5;3;30
+68;2020-04-24;38;5;5;33
+68;2020-04-25;11;4;3;44
+68;2020-04-26;19;5;7;10
+68;2020-04-27;38;6;8;25
+68;2020-04-28;33;3;6;61
+68;2020-04-29;27;3;4;49
+68;2020-04-30;43;1;9;40
+68;2020-05-01;20;2;2;36
+68;2020-05-02;12;4;4;21
+68;2020-05-03;9;2;4;8
+68;2020-05-04;44;3;5;9
+68;2020-05-05;36;11;11;50
+68;2020-05-06;18;0;3;35
+68;2020-05-07;23;3;4;36
+68;2020-05-08;16;1;2;27
+68;2020-05-09;5;0;1;14
+68;2020-05-10;3;0;0;3
+68;2020-05-11;29;2;7;26
+68;2020-05-12;30;2;4;26
+68;2020-05-13;6;0;2;33
+68;2020-05-14;50;0;13;65
+68;2020-05-15;24;0;1;20
+68;2020-05-16;8;1;1;21
+68;2020-05-17;9;2;3;17
+68;2020-05-18;23;6;4;11
+68;2020-05-19;21;2;3;43
+68;2020-05-20;19;1;3;29
+68;2020-05-21;4;0;0;10
+68;2020-05-22;15;2;4;36
+68;2020-05-23;19;3;3;24
+68;2020-05-24;0;1;0;0
+68;2020-05-25;19;1;4;26
+68;2020-05-26;11;1;3;24
+68;2020-05-27;23;3;2;53
+68;2020-05-28;8;0;2;21
+68;2020-05-29;5;1;1;21
+68;2020-05-30;7;1;2;16
+68;2020-05-31;0;1;0;0
+68;2020-06-01;0;0;0;0
+68;2020-06-02;13;1;7;31
+68;2020-06-03;9;0;3;21
+68;2020-06-04;15;1;0;16
+68;2020-06-05;22;1;3;54
+68;2020-06-06;4;0;2;12
+68;2020-06-07;0;0;0;0
+68;2020-06-08;6;1;2;14
+69;2020-03-19;244;28;17;46
+69;2020-03-20;32;9;2;11
+69;2020-03-21;70;7;2;4
+69;2020-03-22;56;9;6;10
+69;2020-03-23;109;22;7;8
+69;2020-03-24;83;23;8;21
+69;2020-03-25;128;42;10;20
+69;2020-03-26;146;21;14;40
+69;2020-03-27;181;36;17;58
+69;2020-03-28;185;66;14;38
+69;2020-03-29;104;34;15;26
+69;2020-03-30;117;50;13;18
+69;2020-03-31;135;29;9;45
+69;2020-04-01;148;34;21;60
+69;2020-04-02;112;23;20;51
+69;2020-04-03;132;24;11;58
+69;2020-04-04;91;28;14;60
+69;2020-04-05;86;32;16;28
+69;2020-04-06;66;13;20;51
+69;2020-04-07;109;16;17;122
+69;2020-04-08;96;15;24;79
+69;2020-04-09;133;12;10;71
+69;2020-04-10;86;11;13;74
+69;2020-04-11;128;15;10;61
+69;2020-04-12;39;4;5;29
+69;2020-04-13;28;9;10;6
+69;2020-04-14;63;6;16;36
+69;2020-04-15;104;14;19;89
+69;2020-04-16;75;13;14;54
+69;2020-04-17;90;8;8;66
+69;2020-04-18;66;8;14;61
+69;2020-04-19;41;6;8;10
+69;2020-04-20;35;7;18;29
+69;2020-04-21;62;10;15;58
+69;2020-04-22;61;5;6;61
+69;2020-04-23;50;4;7;43
+69;2020-04-24;61;7;10;59
+69;2020-04-25;62;3;7;40
+69;2020-04-26;18;0;7;12
+69;2020-04-27;24;6;13;30
+69;2020-04-28;45;2;10;75
+69;2020-04-29;33;3;11;40
+69;2020-04-30;40;3;12;25
+69;2020-05-01;47;10;9;43
+69;2020-05-02;24;6;5;10
+69;2020-05-03;12;2;4;4
+69;2020-05-04;13;1;7;25
+69;2020-05-05;30;4;7;46
+69;2020-05-06;20;4;7;43
+69;2020-05-07;39;3;10;62
+69;2020-05-08;25;5;2;51
+69;2020-05-09;4;1;0;10
+69;2020-05-10;3;1;4;6
+69;2020-05-11;9;2;4;15
+69;2020-05-12;15;4;5;46
+69;2020-05-13;10;2;3;57
+69;2020-05-14;17;3;7;33
+69;2020-05-15;7;2;2;18
+69;2020-05-16;42;2;10;46
+69;2020-05-17;8;2;1;1
+69;2020-05-18;8;1;3;30
+69;2020-05-19;22;3;3;38
+69;2020-05-20;9;1;0;36
+69;2020-05-21;15;2;1;30
+69;2020-05-22;7;0;3;3
+69;2020-05-23;6;0;4;3
+69;2020-05-24;2;0;0;0
+69;2020-05-25;24;1;3;60
+69;2020-05-26;14;0;4;25
+69;2020-05-27;8;2;1;44
+69;2020-05-28;8;1;6;57
+69;2020-05-29;9;1;4;42
+69;2020-05-30;17;9;0;7
+69;2020-05-31;19;9;1;1
+69;2020-06-01;0;0;0;0
+69;2020-06-02;6;0;2;18
+69;2020-06-03;12;0;4;25
+69;2020-06-04;6;1;1;53
+69;2020-06-05;6;1;0;40
+69;2020-06-06;1;0;1;8
+69;2020-06-07;1;0;0;1
+69;2020-06-08;5;1;2;9
+70;2020-03-19;8;2;0;1
+70;2020-03-20;8;1;0;2
+70;2020-03-21;4;2;0;0
+70;2020-03-22;0;1;0;0
+70;2020-03-23;3;2;0;0
+70;2020-03-24;16;7;3;3
+70;2020-03-25;15;8;3;3
+70;2020-03-26;21;4;0;2
+70;2020-03-27;15;3;0;9
+70;2020-03-28;8;4;3;5
+70;2020-03-29;7;2;1;3
+70;2020-03-30;14;3;4;9
+70;2020-03-31;27;8;6;11
+70;2020-04-01;14;3;3;10
+70;2020-04-02;21;3;6;5
+70;2020-04-03;10;1;2;4
+70;2020-04-04;9;3;3;6
+70;2020-04-05;6;3;4;1
+70;2020-04-06;9;1;7;2
+70;2020-04-07;16;2;1;12
+70;2020-04-08;7;2;0;3
+70;2020-04-09;10;0;0;6
+70;2020-04-10;5;0;2;7
+70;2020-04-11;0;0;1;2
+70;2020-04-12;1;0;1;2
+70;2020-04-13;1;1;1;0
+70;2020-04-14;12;2;1;2
+70;2020-04-15;14;0;5;18
+70;2020-04-16;6;0;1;5
+70;2020-04-17;5;1;1;3
+70;2020-04-18;2;0;0;0
+70;2020-04-19;0;0;0;0
+70;2020-04-20;10;2;2;13
+70;2020-04-21;3;0;0;3
+70;2020-04-22;3;0;2;2
+70;2020-04-23;4;0;1;4
+70;2020-04-24;18;0;0;3
+70;2020-04-25;0;0;3;0
+70;2020-04-26;2;0;1;0
+70;2020-04-27;1;0;0;13
+70;2020-04-28;3;0;0;6
+70;2020-04-29;2;0;2;3
+70;2020-04-30;2;0;0;1
+70;2020-05-01;0;0;0;1
+70;2020-05-02;0;0;1;0
+70;2020-05-03;0;0;1;0
+70;2020-05-04;6;0;2;6
+70;2020-05-05;2;1;0;1
+70;2020-05-06;4;0;0;7
+70;2020-05-07;4;0;0;20
+70;2020-05-08;1;1;1;2
+70;2020-05-09;2;0;0;0
+70;2020-05-10;1;0;0;0
+70;2020-05-11;3;0;1;2
+70;2020-05-12;1;0;0;5
+70;2020-05-13;0;1;0;2
+70;2020-05-14;1;0;1;0
+70;2020-05-15;0;1;0;2
+70;2020-05-16;0;0;0;0
+70;2020-05-17;0;0;0;0
+70;2020-05-18;1;0;1;2
+70;2020-05-19;0;0;0;5
+70;2020-05-20;0;0;0;1
+70;2020-05-21;0;0;0;0
+70;2020-05-22;0;0;0;0
+70;2020-05-23;0;1;0;0
+70;2020-05-24;0;0;0;0
+70;2020-05-25;0;0;0;10
+70;2020-05-26;1;0;0;15
+70;2020-05-27;0;0;0;1
+70;2020-05-28;0;0;0;1
+70;2020-05-29;0;0;0;0
+70;2020-05-30;0;0;0;0
+70;2020-05-31;0;0;0;0
+70;2020-06-01;0;0;0;0
+70;2020-06-02;0;0;0;4
+70;2020-06-03;0;0;0;7
+70;2020-06-04;0;0;0;2
+70;2020-06-05;0;0;0;1
+70;2020-06-06;0;0;0;4
+70;2020-06-07;0;0;0;0
+70;2020-06-08;0;0;0;3
+71;2020-03-19;18;3;2;5
+71;2020-03-20;10;2;1;3
+71;2020-03-21;11;1;2;10
+71;2020-03-22;41;0;2;27
+71;2020-03-23;22;1;1;3
+71;2020-03-24;63;5;7;49
+71;2020-03-25;43;3;5;21
+71;2020-03-26;66;3;4;21
+71;2020-03-27;23;5;3;5
+71;2020-03-28;37;5;2;17
+71;2020-03-29;14;1;2;6
+71;2020-03-30;11;11;7;1
+71;2020-03-31;28;3;5;14
+71;2020-04-01;24;8;3;17
+71;2020-04-02;19;4;3;21
+71;2020-04-03;21;3;7;22
+71;2020-04-04;14;3;3;10
+71;2020-04-05;13;0;2;2
+71;2020-04-06;46;3;4;22
+71;2020-04-07;27;4;5;22
+71;2020-04-08;23;5;1;19
+71;2020-04-09;23;3;6;13
+71;2020-04-10;17;2;8;12
+71;2020-04-11;19;1;2;23
+71;2020-04-12;6;3;1;4
+71;2020-04-13;2;2;0;1
+71;2020-04-14;14;0;5;5
+71;2020-04-15;28;1;7;12
+71;2020-04-16;30;1;9;19
+71;2020-04-17;27;1;2;12
+71;2020-04-18;7;2;1;5
+71;2020-04-19;9;3;4;8
+71;2020-04-20;13;1;3;2
+71;2020-04-21;29;3;12;23
+71;2020-04-22;43;2;2;25
+71;2020-04-23;12;0;4;4
+71;2020-04-24;13;1;5;22
+71;2020-04-25;15;0;1;6
+71;2020-04-26;5;1;2;2
+71;2020-04-27;16;1;5;3
+71;2020-04-28;32;2;3;14
+71;2020-04-29;30;0;3;17
+71;2020-04-30;28;2;1;24
+71;2020-05-01;5;0;0;12
+71;2020-05-02;1;0;1;0
+71;2020-05-03;6;3;3;3
+71;2020-05-04;4;0;3;7
+71;2020-05-05;12;0;0;11
+71;2020-05-06;9;0;1;8
+71;2020-05-07;5;0;1;8
+71;2020-05-08;6;3;4;12
+71;2020-05-09;2;0;1;2
+71;2020-05-10;3;0;2;2
+71;2020-05-11;4;1;4;5
+71;2020-05-12;1;0;3;14
+71;2020-05-13;11;0;3;12
+71;2020-05-14;5;1;0;4
+71;2020-05-15;5;2;1;9
+71;2020-05-16;1;1;0;2
+71;2020-05-17;0;0;0;0
+71;2020-05-18;8;0;2;3
+71;2020-05-19;9;1;4;11
+71;2020-05-20;3;0;0;11
+71;2020-05-21;0;0;0;2
+71;2020-05-22;3;1;0;10
+71;2020-05-23;1;0;0;0
+71;2020-05-24;0;0;0;1
+71;2020-05-25;10;2;2;11
+71;2020-05-26;4;0;0;15
+71;2020-05-27;2;0;0;6
+71;2020-05-28;3;0;0;6
+71;2020-05-29;3;0;2;10
+71;2020-05-30;0;0;0;0
+71;2020-05-31;0;0;0;0
+71;2020-06-01;0;0;0;0
+71;2020-06-02;3;0;0;13
+71;2020-06-03;5;1;2;21
+71;2020-06-04;0;0;0;2
+71;2020-06-05;1;0;0;4
+71;2020-06-06;0;0;0;0
+71;2020-06-07;0;0;0;0
+71;2020-06-08;5;1;1;2
+72;2020-03-19;3;0;0;4
+72;2020-03-20;0;0;0;0
+72;2020-03-21;3;0;0;0
+72;2020-03-22;5;1;0;1
+72;2020-03-23;6;1;1;0
+72;2020-03-24;9;1;0;6
+72;2020-03-25;4;1;0;1
+72;2020-03-26;24;3;1;7
+72;2020-03-27;16;6;1;2
+72;2020-03-28;33;6;1;3
+72;2020-03-29;26;1;1;7
+72;2020-03-30;23;6;1;5
+72;2020-03-31;20;3;4;12
+72;2020-04-01;18;5;4;12
+72;2020-04-02;18;1;3;8
+72;2020-04-03;14;2;2;12
+72;2020-04-04;5;0;0;8
+72;2020-04-05;9;2;1;4
+72;2020-04-06;5;0;2;5
+72;2020-04-07;14;3;0;8
+72;2020-04-08;16;1;1;10
+72;2020-04-09;26;0;1;10
+72;2020-04-10;7;1;1;2
+72;2020-04-11;13;4;1;8
+72;2020-04-12;9;1;2;3
+72;2020-04-13;5;0;0;1
+72;2020-04-14;11;2;6;14
+72;2020-04-15;20;0;0;20
+72;2020-04-16;12;0;1;12
+72;2020-04-17;6;0;1;7
+72;2020-04-18;9;3;1;7
+72;2020-04-19;4;0;2;1
+72;2020-04-20;9;0;3;2
+72;2020-04-21;5;0;1;8
+72;2020-04-22;7;0;1;4
+72;2020-04-23;14;2;1;8
+72;2020-04-24;9;0;3;4
+72;2020-04-25;7;1;1;5
+72;2020-04-26;5;1;0;0
+72;2020-04-27;5;0;2;10
+72;2020-04-28;5;0;3;7
+72;2020-04-29;4;0;2;9
+72;2020-04-30;3;0;0;9
+72;2020-05-01;11;0;0;3
+72;2020-05-02;2;1;0;0
+72;2020-05-03;3;0;2;1
+72;2020-05-04;1;0;4;0
+72;2020-05-05;7;1;1;9
+72;2020-05-06;6;0;2;3
+72;2020-05-07;2;0;0;0
+72;2020-05-08;4;0;0;5
+72;2020-05-09;3;0;3;1
+72;2020-05-10;4;0;1;0
+72;2020-05-11;0;0;1;2
+72;2020-05-12;4;0;1;6
+72;2020-05-13;6;0;0;4
+72;2020-05-14;5;0;1;4
+72;2020-05-15;2;0;0;5
+72;2020-05-16;1;0;2;2
+72;2020-05-17;1;0;0;1
+72;2020-05-18;1;0;2;4
+72;2020-05-19;0;0;0;5
+72;2020-05-20;1;0;0;3
+72;2020-05-21;1;0;0;4
+72;2020-05-22;3;0;0;1
+72;2020-05-23;0;0;1;3
+72;2020-05-24;1;0;0;1
+72;2020-05-25;0;0;0;1
+72;2020-05-26;0;0;0;1
+72;2020-05-27;1;0;2;3
+72;2020-05-28;0;0;0;1
+72;2020-05-29;0;0;1;6
+72;2020-05-30;0;0;0;3
+72;2020-05-31;0;0;0;0
+72;2020-06-01;0;0;0;0
+72;2020-06-02;3;0;0;3
+72;2020-06-03;2;0;2;11
+72;2020-06-04;1;0;1;7
+72;2020-06-05;0;0;0;0
+72;2020-06-06;0;0;0;0
+72;2020-06-07;0;0;1;2
+72;2020-06-08;0;0;0;0
+73;2020-03-19;9;2;0;4
+73;2020-03-20;5;0;0;1
+73;2020-03-21;2;0;0;0
+73;2020-03-22;8;1;0;0
+73;2020-03-23;6;2;1;5
+73;2020-03-24;6;1;0;3
+73;2020-03-25;17;2;1;2
+73;2020-03-26;11;6;0;1
+73;2020-03-27;13;2;1;5
+73;2020-03-28;7;2;0;1
+73;2020-03-29;20;1;1;2
+73;2020-03-30;13;7;1;8
+73;2020-03-31;34;6;0;19
+73;2020-04-01;46;4;1;33
+73;2020-04-02;34;4;8;22
+73;2020-04-03;5;2;1;11
+73;2020-04-04;6;0;0;2
+73;2020-04-05;6;0;1;2
+73;2020-04-06;9;2;3;6
+73;2020-04-07;21;2;1;13
+73;2020-04-08;9;0;1;9
+73;2020-04-09;18;2;0;19
+73;2020-04-10;12;0;3;10
+73;2020-04-11;8;0;0;13
+73;2020-04-12;6;1;0;6
+73;2020-04-13;5;2;1;1
+73;2020-04-14;6;0;4;17
+73;2020-04-15;7;4;0;10
+73;2020-04-16;6;1;2;4
+73;2020-04-17;14;0;1;15
+73;2020-04-18;7;1;1;10
+73;2020-04-19;6;0;0;4
+73;2020-04-20;4;2;4;1
+73;2020-04-21;12;1;2;9
+73;2020-04-22;2;0;1;4
+73;2020-04-23;10;1;1;12
+73;2020-04-24;6;0;1;2
+73;2020-04-25;10;0;0;9
+73;2020-04-26;2;0;0;3
+73;2020-04-27;4;0;0;4
+73;2020-04-28;6;2;0;11
+73;2020-04-29;1;0;0;5
+73;2020-04-30;3;0;1;6
+73;2020-05-01;2;0;2;4
+73;2020-05-02;0;0;1;0
+73;2020-05-03;1;0;0;0
+73;2020-05-04;3;0;3;2
+73;2020-05-05;8;1;4;4
+73;2020-05-06;1;0;1;1
+73;2020-05-07;2;0;3;9
+73;2020-05-08;1;0;0;1
+73;2020-05-09;1;0;0;1
+73;2020-05-10;0;1;1;0
+73;2020-05-11;3;1;0;1
+73;2020-05-12;2;0;1;3
+73;2020-05-13;1;0;0;2
+73;2020-05-14;3;0;1;5
+73;2020-05-15;2;0;0;0
+73;2020-05-16;1;0;0;3
+73;2020-05-17;1;0;1;0
+73;2020-05-18;0;0;0;1
+73;2020-05-19;2;1;0;4
+73;2020-05-20;3;1;2;3
+73;2020-05-21;0;0;0;0
+73;2020-05-22;1;0;0;3
+73;2020-05-23;2;0;2;0
+73;2020-05-24;0;0;0;0
+73;2020-05-25;0;0;0;1
+73;2020-05-26;1;0;1;2
+73;2020-05-27;3;0;2;5
+73;2020-05-28;0;0;0;0
+73;2020-05-29;1;0;2;1
+73;2020-05-30;1;1;0;3
+73;2020-05-31;0;0;0;0
+73;2020-06-01;1;0;0;0
+73;2020-06-02;0;0;0;0
+73;2020-06-03;1;0;0;0
+73;2020-06-04;2;0;0;4
+73;2020-06-05;1;0;0;1
+73;2020-06-06;0;0;0;1
+73;2020-06-07;0;0;1;0
+73;2020-06-08;2;0;0;6
+74;2020-03-19;13;2;1;6
+74;2020-03-20;23;0;0;4
+74;2020-03-21;15;1;1;6
+74;2020-03-22;16;3;2;2
+74;2020-03-23;26;8;3;3
+74;2020-03-24;14;7;2;10
+74;2020-03-25;36;6;1;11
+74;2020-03-26;35;7;1;13
+74;2020-03-27;40;7;3;10
+74;2020-03-28;37;5;4;17
+74;2020-03-29;45;12;3;7
+74;2020-03-30;46;9;1;14
+74;2020-03-31;24;9;3;15
+74;2020-04-01;39;11;9;25
+74;2020-04-02;44;8;7;34
+74;2020-04-03;39;5;6;13
+74;2020-04-04;16;3;3;23
+74;2020-04-05;38;10;1;7
+74;2020-04-06;15;5;8;10
+74;2020-04-07;25;7;4;27
+74;2020-04-08;29;3;5;29
+74;2020-04-09;26;3;4;19
+74;2020-04-10;15;1;2;14
+74;2020-04-11;39;2;6;33
+74;2020-04-12;14;0;3;8
+74;2020-04-13;11;2;1;7
+74;2020-04-14;14;0;0;9
+74;2020-04-15;23;1;2;20
+74;2020-04-16;17;3;9;30
+74;2020-04-17;18;1;4;26
+74;2020-04-18;28;2;2;11
+74;2020-04-19;12;0;5;6
+74;2020-04-20;6;1;8;12
+74;2020-04-21;16;4;3;17
+74;2020-04-22;9;0;1;12
+74;2020-04-23;4;0;4;16
+74;2020-04-24;12;1;0;24
+74;2020-04-25;8;0;3;11
+74;2020-04-26;7;0;2;5
+74;2020-04-27;9;0;3;9
+74;2020-04-28;15;1;4;14
+74;2020-04-29;12;1;3;19
+74;2020-04-30;10;1;0;9
+74;2020-05-01;7;0;1;6
+74;2020-05-02;6;0;0;6
+74;2020-05-03;4;0;3;5
+74;2020-05-04;6;1;2;2
+74;2020-05-05;9;0;4;7
+74;2020-05-06;3;0;2;9
+74;2020-05-07;9;0;3;14
+74;2020-05-08;2;0;0;14
+74;2020-05-09;9;0;0;1
+74;2020-05-10;2;0;0;1
+74;2020-05-11;2;0;1;6
+74;2020-05-12;2;0;1;16
+74;2020-05-13;6;0;0;7
+74;2020-05-14;8;1;0;11
+74;2020-05-15;4;0;1;9
+74;2020-05-16;4;1;0;4
+74;2020-05-17;3;1;0;2
+74;2020-05-18;3;0;0;4
+74;2020-05-19;3;0;1;10
+74;2020-05-20;1;0;2;7
+74;2020-05-21;1;0;0;4
+74;2020-05-22;1;0;0;4
+74;2020-05-23;1;1;0;3
+74;2020-05-24;2;0;0;1
+74;2020-05-25;3;0;0;5
+74;2020-05-26;1;0;2;5
+74;2020-05-27;1;0;0;1
+74;2020-05-28;1;0;0;2
+74;2020-05-29;0;0;0;4
+74;2020-05-30;1;0;0;1
+74;2020-05-31;0;0;0;7
+74;2020-06-01;1;0;0;0
+74;2020-06-02;1;1;0;2
+74;2020-06-03;2;0;1;1
+74;2020-06-04;0;1;1;3
+74;2020-06-05;0;0;0;3
+74;2020-06-06;1;0;0;0
+74;2020-06-07;0;0;0;0
+74;2020-06-08;0;0;0;1
+75;2020-03-19;168;41;11;31
+75;2020-03-20;120;21;5;28
+75;2020-03-21;140;35;7;35
+75;2020-03-22;151;33;4;34
+75;2020-03-23;189;31;18;33
+75;2020-03-24;208;70;21;35
+75;2020-03-25;315;67;32;62
+75;2020-03-26;278;66;28;65
+75;2020-03-27;270;77;42;82
+75;2020-03-28;347;77;31;66
+75;2020-03-29;242;69;25;17
+75;2020-03-30;253;53;69;96
+75;2020-03-31;409;86;57;125
+75;2020-04-01;382;88;42;137
+75;2020-04-02;346;97;51;115
+75;2020-04-03;294;65;58;139
+75;2020-04-04;287;77;36;121
+75;2020-04-05;233;56;45;98
+75;2020-04-06;226;66;54;79
+75;2020-04-07;238;57;38;128
+75;2020-04-08;241;60;50;156
+75;2020-04-09;238;40;38;172
+75;2020-04-10;293;63;69;193
+75;2020-04-11;219;32;32;129
+75;2020-04-12;170;41;45;99
+75;2020-04-13;131;29;48;66
+75;2020-04-14;128;33;45;53
+75;2020-04-15;154;38;52;148
+75;2020-04-16;154;23;36;169
+75;2020-04-17;202;37;43;156
+75;2020-04-18;129;28;28;140
+75;2020-04-19;60;7;34;93
+75;2020-04-20;110;14;47;55
+75;2020-04-21;130;29;35;144
+75;2020-04-22;91;15;17;133
+75;2020-04-23;81;14;22;136
+75;2020-04-24;64;23;17;107
+75;2020-04-25;69;20;19;97
+75;2020-04-26;51;5;21;41
+75;2020-04-27;53;17;21;73
+75;2020-04-28;84;14;35;101
+75;2020-04-29;105;12;26;153
+75;2020-04-30;75;12;21;104
+75;2020-05-01;42;5;5;76
+75;2020-05-02;32;6;15;64
+75;2020-05-03;24;15;8;27
+75;2020-05-04;42;16;24;32
+75;2020-05-05;79;13;25;95
+75;2020-05-06;48;7;13;130
+75;2020-05-07;47;13;8;131
+75;2020-05-08;35;13;2;69
+75;2020-05-09;22;7;13;25
+75;2020-05-10;21;5;4;11
+75;2020-05-11;45;13;18;45
+75;2020-05-12;53;10;6;82
+75;2020-05-13;31;9;4;59
+75;2020-05-14;18;3;4;79
+75;2020-05-15;28;9;5;68
+75;2020-05-16;20;6;1;23
+75;2020-05-17;9;2;1;13
+75;2020-05-18;17;5;12;34
+75;2020-05-19;30;14;13;105
+75;2020-05-20;26;6;4;69
+75;2020-05-21;14;7;8;49
+75;2020-05-22;12;8;11;23
+75;2020-05-23;12;2;3;52
+75;2020-05-24;4;3;3;6
+75;2020-05-25;10;2;6;31
+75;2020-05-26;23;1;4;43
+75;2020-05-27;8;2;5;105
+75;2020-05-28;15;4;10;50
+75;2020-05-29;14;2;3;33
+75;2020-05-30;12;3;0;28
+75;2020-05-31;5;3;2;10
+75;2020-06-01;7;0;1;14
+75;2020-06-02;6;2;0;16
+75;2020-06-03;6;2;2;30
+75;2020-06-04;9;0;2;17
+75;2020-06-05;11;2;2;41
+75;2020-06-06;7;2;3;21
+75;2020-06-07;4;2;0;4
+75;2020-06-08;5;2;0;21
+76;2020-03-19;12;4;1;1
+76;2020-03-20;14;1;1;1
+76;2020-03-21;17;4;0;1
+76;2020-03-22;14;3;2;2
+76;2020-03-23;14;3;1;0
+76;2020-03-24;24;6;4;3
+76;2020-03-25;36;11;1;4
+76;2020-03-26;31;15;1;3
+76;2020-03-27;33;14;2;7
+76;2020-03-28;61;14;2;14
+76;2020-03-29;58;13;4;5
+76;2020-03-30;14;10;2;5
+76;2020-03-31;70;20;10;17
+76;2020-04-01;31;9;4;27
+76;2020-04-02;57;15;6;21
+76;2020-04-03;28;7;9;17
+76;2020-04-04;32;8;2;18
+76;2020-04-05;23;5;5;10
+76;2020-04-06;23;6;5;11
+76;2020-04-07;35;7;6;29
+76;2020-04-08;18;3;9;30
+76;2020-04-09;14;7;5;16
+76;2020-04-10;32;5;6;20
+76;2020-04-11;13;5;3;16
+76;2020-04-12;13;1;3;19
+76;2020-04-13;16;6;5;6
+76;2020-04-14;14;4;4;14
+76;2020-04-15;18;0;1;21
+76;2020-04-16;17;3;5;14
+76;2020-04-17;18;5;4;21
+76;2020-04-18;28;2;2;26
+76;2020-04-19;16;5;5;15
+76;2020-04-20;13;3;0;3
+76;2020-04-21;14;1;6;22
+76;2020-04-22;14;2;2;16
+76;2020-04-23;11;1;3;17
+76;2020-04-24;30;0;3;28
+76;2020-04-25;5;1;1;7
+76;2020-04-26;6;3;5;11
+76;2020-04-27;3;2;2;4
+76;2020-04-28;27;4;6;16
+76;2020-04-29;3;0;5;20
+76;2020-04-30;7;0;2;2
+76;2020-05-01;4;0;1;14
+76;2020-05-02;1;0;1;2
+76;2020-05-03;0;0;0;0
+76;2020-05-04;5;1;1;7
+76;2020-05-05;4;1;2;6
+76;2020-05-06;1;1;0;10
+76;2020-05-07;2;0;1;7
+76;2020-05-08;8;1;1;15
+76;2020-05-09;3;0;0;1
+76;2020-05-10;3;0;0;2
+76;2020-05-11;7;0;2;3
+76;2020-05-12;2;1;0;4
+76;2020-05-13;2;0;2;5
+76;2020-05-14;4;1;0;3
+76;2020-05-15;4;2;2;4
+76;2020-05-16;4;0;1;5
+76;2020-05-17;3;0;0;1
+76;2020-05-18;5;1;1;3
+76;2020-05-19;7;1;5;4
+76;2020-05-20;5;0;1;8
+76;2020-05-21;1;0;0;9
+76;2020-05-22;1;2;0;1
+76;2020-05-23;2;0;0;1
+76;2020-05-24;2;0;0;2
+76;2020-05-25;4;2;0;1
+76;2020-05-26;2;0;0;9
+76;2020-05-27;0;0;1;6
+76;2020-05-28;1;1;0;6
+76;2020-05-29;1;0;1;8
+76;2020-05-30;0;0;0;3
+76;2020-05-31;0;0;0;0
+76;2020-06-01;1;0;0;0
+76;2020-06-02;3;1;0;5
+76;2020-06-03;1;0;1;3
+76;2020-06-04;0;0;0;1
+76;2020-06-05;0;0;0;0
+76;2020-06-06;0;0;0;1
+76;2020-06-07;0;0;0;1
+76;2020-06-08;0;0;1;0
+77;2020-03-19;44;13;1;9
+77;2020-03-20;30;10;1;2
+77;2020-03-21;31;9;3;2
+77;2020-03-22;37;9;0;3
+77;2020-03-23;42;16;0;14
+77;2020-03-24;50;20;8;17
+77;2020-03-25;67;21;4;13
+77;2020-03-26;76;28;5;16
+77;2020-03-27;83;23;2;24
+77;2020-03-28;98;15;10;17
+77;2020-03-29;53;7;2;15
+77;2020-03-30;85;27;12;21
+77;2020-03-31;130;25;18;42
+77;2020-04-01;114;25;18;60
+77;2020-04-02;113;29;14;45
+77;2020-04-03;132;23;12;45
+77;2020-04-04;68;18;14;71
+77;2020-04-05;56;9;5;15
+77;2020-04-06;64;18;23;55
+77;2020-04-07;115;19;12;60
+77;2020-04-08;94;18;18;88
+77;2020-04-09;133;14;20;95
+77;2020-04-10;107;16;16;62
+77;2020-04-11;62;5;10;32
+77;2020-04-12;45;7;7;24
+77;2020-04-13;46;7;10;21
+77;2020-04-14;80;14;29;48
+77;2020-04-15;100;7;18;73
+77;2020-04-16;116;11;20;82
+77;2020-04-17;100;9;19;77
+77;2020-04-18;73;6;27;127
+77;2020-04-19;45;2;11;26
+77;2020-04-20;45;6;18;49
+77;2020-04-21;58;4;19;64
+77;2020-04-22;53;10;21;46
+77;2020-04-23;35;5;9;54
+77;2020-04-24;62;6;11;52
+77;2020-04-25;47;4;4;36
+77;2020-04-26;16;5;7;23
+77;2020-04-27;21;3;10;17
+77;2020-04-28;39;4;13;41
+77;2020-04-29;64;5;15;56
+77;2020-04-30;45;12;4;36
+77;2020-05-01;22;0;6;17
+77;2020-05-02;19;4;6;18
+77;2020-05-03;4;0;4;8
+77;2020-05-04;28;1;17;23
+77;2020-05-05;51;3;5;59
+77;2020-05-06;50;2;7;37
+77;2020-05-07;18;5;10;88
+77;2020-05-08;12;3;0;17
+77;2020-05-09;32;2;6;18
+77;2020-05-10;1;1;1;5
+77;2020-05-11;15;0;8;7
+77;2020-05-12;37;3;5;36
+77;2020-05-13;21;2;1;29
+77;2020-05-14;20;3;7;22
+77;2020-05-15;10;1;8;21
+77;2020-05-16;24;3;0;30
+77;2020-05-17;7;1;1;15
+77;2020-05-18;6;1;4;14
+77;2020-05-19;6;1;6;14
+77;2020-05-20;26;2;3;26
+77;2020-05-21;13;0;6;21
+77;2020-05-22;3;0;0;1
+77;2020-05-23;8;1;2;17
+77;2020-05-24;2;1;2;6
+77;2020-05-25;28;2;10;12
+77;2020-05-26;16;0;9;16
+77;2020-05-27;10;1;5;22
+77;2020-05-28;12;1;2;19
+77;2020-05-29;18;1;2;27
+77;2020-05-30;18;2;5;24
+77;2020-05-31;0;0;0;1
+77;2020-06-01;2;0;2;1
+77;2020-06-02;17;7;5;8
+77;2020-06-03;16;2;6;13
+77;2020-06-04;17;2;1;15
+77;2020-06-05;13;2;0;14
+77;2020-06-06;8;1;4;17
+77;2020-06-07;2;0;2;0
+77;2020-06-08;2;2;5;12
+78;2020-03-19;54;7;2;3
+78;2020-03-20;32;6;5;9
+78;2020-03-21;58;11;2;14
+78;2020-03-22;38;4;0;4
+78;2020-03-23;34;9;3;7
+78;2020-03-24;98;23;8;19
+78;2020-03-25;81;17;12;28
+78;2020-03-26;110;16;6;26
+78;2020-03-27;74;10;10;23
+78;2020-03-28;101;18;8;35
+78;2020-03-29;74;9;8;18
+78;2020-03-30;98;18;11;45
+78;2020-03-31;192;22;19;59
+78;2020-04-01;191;20;21;63
+78;2020-04-02;100;15;18;48
+78;2020-04-03;86;16;18;42
+78;2020-04-04;91;11;13;18
+78;2020-04-05;24;0;7;17
+78;2020-04-06;126;8;20;44
+78;2020-04-07;86;10;14;38
+78;2020-04-08;96;11;10;47
+78;2020-04-09;54;5;16;50
+78;2020-04-10;61;12;15;39
+78;2020-04-11;67;3;9;40
+78;2020-04-12;33;5;10;17
+78;2020-04-13;49;1;9;36
+78;2020-04-14;41;4;17;42
+78;2020-04-15;70;2;14;72
+78;2020-04-16;56;3;11;65
+78;2020-04-17;46;2;11;47
+78;2020-04-18;32;5;6;109
+78;2020-04-19;21;3;0;9
+78;2020-04-20;57;5;23;30
+78;2020-04-21;39;9;14;40
+78;2020-04-22;45;0;7;34
+78;2020-04-23;20;5;9;41
+78;2020-04-24;52;5;12;42
+78;2020-04-25;21;2;2;30
+78;2020-04-26;15;4;1;6
+78;2020-04-27;16;2;7;14
+78;2020-04-28;59;2;14;32
+78;2020-04-29;18;0;3;21
+78;2020-04-30;30;2;3;50
+78;2020-05-01;19;1;3;24
+78;2020-05-02;21;1;1;10
+78;2020-05-03;6;2;1;2
+78;2020-05-04;13;0;5;11
+78;2020-05-05;12;1;5;36
+78;2020-05-06;16;0;2;13
+78;2020-05-07;14;1;3;24
+78;2020-05-08;7;1;1;11
+78;2020-05-09;5;1;0;10
+78;2020-05-10;6;0;0;7
+78;2020-05-11;9;1;7;19
+78;2020-05-12;27;1;3;50
+78;2020-05-13;13;1;1;25
+78;2020-05-14;18;0;2;24
+78;2020-05-15;16;0;2;34
+78;2020-05-16;5;0;2;26
+78;2020-05-17;3;2;1;0
+78;2020-05-18;10;0;2;6
+78;2020-05-19;34;1;3;25
+78;2020-05-20;14;2;3;16
+78;2020-05-21;9;0;1;1
+78;2020-05-22;7;0;3;25
+78;2020-05-23;4;0;1;3
+78;2020-05-24;0;0;0;0
+78;2020-05-25;2;2;2;20
+78;2020-05-26;18;2;8;8
+78;2020-05-27;8;0;2;9
+78;2020-05-28;10;1;1;18
+78;2020-05-29;2;0;3;7
+78;2020-05-30;1;0;1;3
+78;2020-05-31;0;0;1;2
+78;2020-06-01;0;0;0;1
+78;2020-06-02;8;1;2;7
+78;2020-06-03;6;0;1;35
+78;2020-06-04;2;0;1;16
+78;2020-06-05;1;0;0;14
+78;2020-06-06;10;0;4;15
+78;2020-06-07;0;0;0;0
+78;2020-06-08;7;0;2;6
+79;2020-03-19;4;1;0;1
+79;2020-03-20;8;0;0;5
+79;2020-03-21;3;0;0;1
+79;2020-03-22;4;0;1;2
+79;2020-03-23;1;0;0;1
+79;2020-03-24;1;0;0;0
+79;2020-03-25;3;0;0;1
+79;2020-03-26;4;0;0;0
+79;2020-03-27;2;0;1;0
+79;2020-03-28;2;0;0;1
+79;2020-03-29;6;3;0;1
+79;2020-03-30;4;0;0;4
+79;2020-03-31;4;2;0;1
+79;2020-04-01;6;0;0;3
+79;2020-04-02;4;0;3;5
+79;2020-04-03;2;1;1;2
+79;2020-04-04;1;0;2;2
+79;2020-04-05;2;0;0;0
+79;2020-04-06;3;1;0;1
+79;2020-04-07;7;0;0;3
+79;2020-04-08;5;1;1;3
+79;2020-04-09;4;1;0;1
+79;2020-04-10;3;2;0;2
+79;2020-04-11;1;0;0;1
+79;2020-04-12;1;0;1;3
+79;2020-04-13;2;2;0;0
+79;2020-04-14;2;0;0;1
+79;2020-04-15;3;0;2;4
+79;2020-04-16;2;0;0;1
+79;2020-04-17;2;0;0;1
+79;2020-04-18;1;0;0;0
+79;2020-04-19;0;0;1;0
+79;2020-04-20;0;0;0;0
+79;2020-04-21;1;0;1;2
+79;2020-04-22;1;0;0;3
+79;2020-04-23;0;1;0;2
+79;2020-04-24;0;0;0;1
+79;2020-04-25;2;0;0;0
+79;2020-04-26;2;1;0;0
+79;2020-04-27;1;0;1;1
+79;2020-04-28;1;0;0;0
+79;2020-04-29;0;0;1;0
+79;2020-04-30;1;0;1;5
+79;2020-05-01;0;0;0;2
+79;2020-05-02;1;0;2;0
+79;2020-05-03;0;0;0;0
+79;2020-05-04;0;0;0;0
+79;2020-05-05;1;0;0;0
+79;2020-05-06;0;0;0;1
+79;2020-05-07;0;0;0;2
+79;2020-05-08;0;0;0;0
+79;2020-05-09;0;0;0;1
+79;2020-05-10;0;0;0;0
+79;2020-05-11;1;0;0;0
+79;2020-05-12;0;0;0;1
+79;2020-05-13;0;0;0;2
+79;2020-05-14;1;0;0;1
+79;2020-05-15;0;0;0;0
+79;2020-05-16;0;0;0;1
+79;2020-05-17;1;0;1;0
+79;2020-05-18;0;0;0;0
+79;2020-05-19;0;0;0;0
+79;2020-05-20;0;0;0;0
+79;2020-05-21;1;0;0;0
+79;2020-05-22;1;0;0;0
+79;2020-05-23;0;0;0;0
+79;2020-05-24;1;0;0;0
+79;2020-05-25;0;0;0;0
+79;2020-05-26;0;0;0;1
+79;2020-05-27;0;0;0;1
+79;2020-05-28;0;0;0;1
+79;2020-05-29;0;0;0;2
+79;2020-05-30;0;0;0;0
+79;2020-05-31;1;0;1;0
+79;2020-06-01;0;0;0;0
+79;2020-06-02;0;0;0;3
+79;2020-06-03;0;0;0;0
+79;2020-06-04;0;0;0;0
+79;2020-06-05;0;0;0;1
+79;2020-06-06;0;0;0;0
+79;2020-06-07;0;0;0;0
+79;2020-06-08;1;0;0;0
+80;2020-03-19;29;7;1;3
+80;2020-03-20;26;8;1;4
+80;2020-03-21;29;5;5;5
+80;2020-03-22;18;4;0;0
+80;2020-03-23;14;2;1;1
+80;2020-03-24;24;3;4;6
+80;2020-03-25;34;4;3;11
+80;2020-03-26;19;6;4;8
+80;2020-03-27;17;1;2;6
+80;2020-03-28;58;8;4;15
+80;2020-03-29;35;5;5;9
+80;2020-03-30;28;9;5;8
+80;2020-03-31;48;9;9;25
+80;2020-04-01;24;3;3;3
+80;2020-04-02;32;5;1;9
+80;2020-04-03;58;4;6;13
+80;2020-04-04;60;10;14;34
+80;2020-04-05;24;5;8;1
+80;2020-04-06;29;3;13;2
+80;2020-04-07;22;5;6;29
+80;2020-04-08;25;4;6;17
+80;2020-04-09;24;6;3;9
+80;2020-04-10;23;2;6;23
+80;2020-04-11;42;6;8;40
+80;2020-04-12;12;0;4;11
+80;2020-04-13;21;2;4;4
+80;2020-04-14;23;4;3;14
+80;2020-04-15;13;2;5;17
+80;2020-04-16;16;1;2;15
+80;2020-04-17;29;0;3;26
+80;2020-04-18;10;2;6;8
+80;2020-04-19;12;1;3;4
+80;2020-04-20;7;0;3;10
+80;2020-04-21;11;1;1;25
+80;2020-04-22;29;2;7;19
+80;2020-04-23;16;2;2;16
+80;2020-04-24;10;2;3;24
+80;2020-04-25;15;2;2;11
+80;2020-04-26;7;4;2;0
+80;2020-04-27;9;0;4;2
+80;2020-04-28;9;0;3;17
+80;2020-04-29;3;1;0;17
+80;2020-04-30;7;1;2;8
+80;2020-05-01;3;1;1;12
+80;2020-05-02;2;0;1;6
+80;2020-05-03;3;0;3;1
+80;2020-05-04;3;0;1;5
+80;2020-05-05;11;0;3;11
+80;2020-05-06;8;2;1;10
+80;2020-05-07;3;3;5;11
+80;2020-05-08;4;0;1;2
+80;2020-05-09;3;1;1;6
+80;2020-05-10;1;1;2;1
+80;2020-05-11;6;2;3;6
+80;2020-05-12;2;3;0;8
+80;2020-05-13;1;1;2;3
+80;2020-05-14;3;1;1;15
+80;2020-05-15;1;0;0;7
+80;2020-05-16;7;2;1;6
+80;2020-05-17;0;0;2;2
+80;2020-05-18;0;0;1;7
+80;2020-05-19;1;1;1;8
+80;2020-05-20;0;0;2;8
+80;2020-05-21;0;0;0;10
+80;2020-05-22;1;0;0;0
+80;2020-05-23;2;0;0;1
+80;2020-05-24;0;0;0;0
+80;2020-05-25;3;1;4;7
+80;2020-05-26;0;0;0;12
+80;2020-05-27;0;0;1;1
+80;2020-05-28;0;0;2;0
+80;2020-05-29;2;0;0;4
+80;2020-05-30;0;1;0;1
+80;2020-05-31;1;0;2;4
+80;2020-06-01;0;0;0;0
+80;2020-06-02;0;0;0;1
+80;2020-06-03;2;0;1;1
+80;2020-06-04;1;0;0;1
+80;2020-06-05;0;0;0;6
+80;2020-06-06;0;0;0;2
+80;2020-06-07;0;0;0;0
+80;2020-06-08;0;0;0;3
+81;2020-03-19;2;1;0;0
+81;2020-03-20;3;0;0;2
+81;2020-03-21;1;0;1;0
+81;2020-03-22;2;0;0;1
+81;2020-03-23;0;2;0;0
+81;2020-03-24;1;0;0;0
+81;2020-03-25;8;4;0;1
+81;2020-03-26;10;3;0;3
+81;2020-03-27;4;2;0;2
+81;2020-03-28;5;2;0;0
+81;2020-03-29;7;4;0;0
+81;2020-03-30;5;1;1;3
+81;2020-03-31;5;0;0;1
+81;2020-04-01;11;3;1;1
+81;2020-04-02;10;5;0;5
+81;2020-04-03;4;0;0;1
+81;2020-04-04;2;1;0;1
+81;2020-04-05;3;2;1;2
+81;2020-04-06;3;2;1;7
+81;2020-04-07;10;4;0;7
+81;2020-04-08;3;1;1;2
+81;2020-04-09;4;1;1;7
+81;2020-04-10;2;1;2;6
+81;2020-04-11;2;0;1;4
+81;2020-04-12;2;0;0;0
+81;2020-04-13;3;1;1;1
+81;2020-04-14;3;1;2;2
+81;2020-04-15;3;0;1;4
+81;2020-04-16;2;0;1;0
+81;2020-04-17;1;0;0;0
+81;2020-04-18;2;0;0;2
+81;2020-04-19;0;0;0;0
+81;2020-04-20;0;0;2;2
+81;2020-04-21;0;1;0;2
+81;2020-04-22;1;0;0;1
+81;2020-04-23;0;0;0;1
+81;2020-04-24;2;0;1;2
+81;2020-04-25;1;0;0;0
+81;2020-04-26;0;0;0;0
+81;2020-04-27;4;0;1;2
+81;2020-04-28;3;1;0;2
+81;2020-04-29;1;0;0;1
+81;2020-04-30;6;0;0;0
+81;2020-05-01;0;1;0;9
+81;2020-05-02;1;0;1;0
+81;2020-05-03;0;0;0;0
+81;2020-05-04;0;0;0;1
+81;2020-05-05;0;0;1;2
+81;2020-05-06;1;0;0;8
+81;2020-05-07;0;0;0;1
+81;2020-05-08;0;0;0;0
+81;2020-05-09;3;0;0;0
+81;2020-05-10;1;0;0;1
+81;2020-05-11;0;0;0;1
+81;2020-05-12;5;0;1;1
+81;2020-05-13;1;0;0;1
+81;2020-05-14;0;0;0;3
+81;2020-05-15;0;0;0;2
+81;2020-05-16;0;0;0;0
+81;2020-05-17;0;0;0;1
+81;2020-05-18;0;0;0;0
+81;2020-05-19;0;0;0;0
+81;2020-05-20;0;0;0;0
+81;2020-05-21;0;0;0;1
+81;2020-05-22;0;0;0;0
+81;2020-05-23;1;0;0;1
+81;2020-05-24;0;0;0;0
+81;2020-05-25;0;0;0;0
+81;2020-05-26;0;0;0;6
+81;2020-05-27;0;0;0;2
+81;2020-05-28;0;0;0;0
+81;2020-05-29;0;0;0;1
+81;2020-05-30;0;0;0;0
+81;2020-05-31;0;0;0;0
+81;2020-06-01;0;0;0;0
+81;2020-06-02;0;0;0;1
+81;2020-06-03;0;0;0;2
+81;2020-06-04;0;0;0;4
+81;2020-06-05;0;0;0;0
+81;2020-06-06;0;0;0;0
+81;2020-06-07;0;0;0;0
+81;2020-06-08;0;0;0;0
+82;2020-03-19;0;0;0;0
+82;2020-03-20;0;0;0;0
+82;2020-03-21;2;1;0;0
+82;2020-03-22;1;1;0;0
+82;2020-03-23;0;0;0;1
+82;2020-03-24;1;0;0;1
+82;2020-03-25;0;0;0;0
+82;2020-03-26;0;0;0;0
+82;2020-03-27;1;0;0;0
+82;2020-03-28;0;0;0;0
+82;2020-03-29;0;0;0;0
+82;2020-03-30;4;3;0;1
+82;2020-03-31;2;0;0;0
+82;2020-04-01;4;1;1;0
+82;2020-04-02;0;0;0;0
+82;2020-04-03;2;1;0;0
+82;2020-04-04;0;0;0;0
+82;2020-04-05;6;2;0;3
+82;2020-04-06;2;1;1;0
+82;2020-04-07;0;0;0;0
+82;2020-04-08;2;2;0;0
+82;2020-04-09;2;0;0;2
+82;2020-04-10;2;0;0;3
+82;2020-04-11;1;0;0;2
+82;2020-04-12;0;0;0;0
+82;2020-04-13;0;0;0;0
+82;2020-04-14;2;1;0;2
+82;2020-04-15;4;1;0;2
+82;2020-04-16;2;1;0;4
+82;2020-04-17;3;0;0;5
+82;2020-04-18;0;0;0;0
+82;2020-04-19;1;1;0;0
+82;2020-04-20;2;1;0;1
+82;2020-04-21;0;0;0;0
+82;2020-04-22;0;0;0;0
+82;2020-04-23;0;0;0;2
+82;2020-04-24;0;0;0;1
+82;2020-04-25;0;0;0;0
+82;2020-04-26;0;0;0;0
+82;2020-04-27;4;1;1;1
+82;2020-04-28;0;0;0;0
+82;2020-04-29;0;0;0;1
+82;2020-04-30;0;0;0;0
+82;2020-05-01;0;0;0;0
+82;2020-05-02;0;0;0;0
+82;2020-05-03;0;0;0;0
+82;2020-05-04;0;0;0;0
+82;2020-05-05;1;0;0;1
+82;2020-05-06;0;0;0;0
+82;2020-05-07;0;0;0;0
+82;2020-05-08;0;1;0;3
+82;2020-05-09;0;0;0;0
+82;2020-05-10;0;0;0;0
+82;2020-05-11;0;0;0;0
+82;2020-05-12;0;0;0;1
+82;2020-05-13;1;0;0;0
+82;2020-05-14;0;0;0;0
+82;2020-05-15;0;0;0;0
+82;2020-05-16;0;0;1;0
+82;2020-05-17;0;0;0;0
+82;2020-05-18;0;0;0;0
+82;2020-05-19;0;0;0;0
+82;2020-05-20;0;0;0;0
+82;2020-05-21;1;0;0;0
+82;2020-05-22;0;0;0;0
+82;2020-05-23;0;0;0;1
+82;2020-05-24;1;1;0;0
+82;2020-05-25;0;0;0;0
+82;2020-05-26;0;0;0;0
+82;2020-05-27;1;0;0;1
+82;2020-05-28;0;0;0;1
+82;2020-05-29;0;0;0;0
+82;2020-05-30;0;0;0;0
+82;2020-05-31;0;0;0;0
+82;2020-06-01;0;0;0;0
+82;2020-06-02;0;0;0;0
+82;2020-06-03;0;0;0;0
+82;2020-06-04;0;0;0;1
+82;2020-06-05;0;0;1;0
+82;2020-06-06;0;0;0;0
+82;2020-06-07;0;0;0;0
+82;2020-06-08;0;0;0;0
+83;2020-03-19;10;4;2;8
+83;2020-03-20;9;4;0;2
+83;2020-03-21;19;3;0;12
+83;2020-03-22;22;4;0;11
+83;2020-03-23;8;1;3;5
+83;2020-03-24;19;3;2;5
+83;2020-03-25;31;5;1;8
+83;2020-03-26;24;3;4;8
+83;2020-03-27;16;2;0;6
+83;2020-03-28;27;4;0;1
+83;2020-03-29;24;6;1;5
+83;2020-03-30;30;5;5;12
+83;2020-03-31;38;12;6;23
+83;2020-04-01;14;4;3;14
+83;2020-04-02;26;6;1;3
+83;2020-04-03;22;3;2;20
+83;2020-04-04;30;5;2;10
+83;2020-04-05;31;6;4;5
+83;2020-04-06;24;3;5;16
+83;2020-04-07;20;5;5;18
+83;2020-04-08;41;4;0;14
+83;2020-04-09;35;0;2;18
+83;2020-04-10;25;3;3;20
+83;2020-04-11;23;3;1;17
+83;2020-04-12;25;2;5;30
+83;2020-04-13;20;2;6;0
+83;2020-04-14;57;3;3;14
+83;2020-04-15;39;2;3;28
+83;2020-04-16;17;3;5;20
+83;2020-04-17;17;4;8;17
+83;2020-04-18;16;3;3;12
+83;2020-04-19;9;2;1;4
+83;2020-04-20;10;6;3;4
+83;2020-04-21;12;3;3;13
+83;2020-04-22;28;8;3;8
+83;2020-04-23;21;3;4;17
+83;2020-04-24;10;1;3;9
+83;2020-04-25;12;3;2;39
+83;2020-04-26;1;1;1;2
+83;2020-04-27;31;2;5;38
+83;2020-04-28;16;6;2;18
+83;2020-04-29;36;0;2;60
+83;2020-04-30;19;0;0;24
+83;2020-05-01;7;2;0;8
+83;2020-05-02;1;0;1;0
+83;2020-05-03;1;1;0;2
+83;2020-05-04;12;1;2;13
+83;2020-05-05;7;2;1;16
+83;2020-05-06;6;1;2;11
+83;2020-05-07;7;1;0;7
+83;2020-05-08;3;0;0;5
+83;2020-05-09;1;0;0;1
+83;2020-05-10;1;0;0;0
+83;2020-05-11;1;0;5;8
+83;2020-05-12;11;1;0;15
+83;2020-05-13;4;0;1;20
+83;2020-05-14;3;0;0;10
+83;2020-05-15;5;0;0;9
+83;2020-05-16;3;0;0;18
+83;2020-05-17;0;0;0;1
+83;2020-05-18;7;0;1;2
+83;2020-05-19;3;0;0;5
+83;2020-05-20;0;0;0;4
+83;2020-05-21;2;0;0;1
+83;2020-05-22;0;0;0;4
+83;2020-05-23;0;0;1;0
+83;2020-05-24;2;0;0;0
+83;2020-05-25;2;0;1;11
+83;2020-05-26;2;0;0;5
+83;2020-05-27;2;0;0;2
+83;2020-05-28;2;0;0;1
+83;2020-05-29;1;0;1;6
+83;2020-05-30;2;0;0;2
+83;2020-05-31;0;0;0;0
+83;2020-06-01;0;0;0;0
+83;2020-06-02;4;0;3;3
+83;2020-06-03;5;0;0;8
+83;2020-06-04;1;0;0;9
+83;2020-06-05;1;0;0;4
+83;2020-06-06;0;0;0;3
+83;2020-06-07;0;0;0;0
+83;2020-06-08;0;0;0;3
+84;2020-03-19;6;1;0;2
+84;2020-03-20;2;0;0;1
+84;2020-03-21;7;2;0;1
+84;2020-03-22;3;0;0;1
+84;2020-03-23;9;3;2;5
+84;2020-03-24;1;0;0;0
+84;2020-03-25;13;2;0;5
+84;2020-03-26;8;1;0;6
+84;2020-03-27;10;4;0;4
+84;2020-03-28;11;6;1;7
+84;2020-03-29;4;0;0;0
+84;2020-03-30;18;3;1;2
+84;2020-03-31;5;2;1;6
+84;2020-04-01;19;1;4;5
+84;2020-04-02;17;2;2;3
+84;2020-04-03;9;1;1;9
+84;2020-04-04;6;0;1;4
+84;2020-04-05;6;3;2;2
+84;2020-04-06;10;0;0;4
+84;2020-04-07;16;2;0;17
+84;2020-04-08;11;0;3;11
+84;2020-04-09;7;2;0;4
+84;2020-04-10;7;0;2;8
+84;2020-04-11;8;0;0;10
+84;2020-04-12;6;1;1;3
+84;2020-04-13;1;1;0;3
+84;2020-04-14;4;0;0;2
+84;2020-04-15;2;0;1;4
+84;2020-04-16;2;0;0;0
+84;2020-04-17;2;1;0;6
+84;2020-04-18;8;0;1;6
+84;2020-04-19;3;1;1;0
+84;2020-04-20;2;0;0;2
+84;2020-04-21;8;1;2;2
+84;2020-04-22;4;0;0;2
+84;2020-04-23;3;0;0;2
+84;2020-04-24;15;3;0;3
+84;2020-04-25;2;0;0;4
+84;2020-04-26;3;1;0;0
+84;2020-04-27;8;2;1;0
+84;2020-04-28;3;2;0;6
+84;2020-04-29;4;0;0;4
+84;2020-04-30;3;0;0;5
+84;2020-05-01;4;0;0;2
+84;2020-05-02;4;0;0;6
+84;2020-05-03;4;0;1;3
+84;2020-05-04;5;0;0;5
+84;2020-05-05;3;0;1;12
+84;2020-05-06;3;0;1;0
+84;2020-05-07;1;0;0;5
+84;2020-05-08;1;0;0;4
+84;2020-05-09;0;0;0;0
+84;2020-05-10;0;0;0;1
+84;2020-05-11;0;0;1;2
+84;2020-05-12;0;0;0;3
+84;2020-05-13;2;0;2;9
+84;2020-05-14;0;0;0;2
+84;2020-05-15;0;0;0;2
+84;2020-05-16;1;0;0;0
+84;2020-05-17;0;0;0;0
+84;2020-05-18;1;0;1;0
+84;2020-05-19;0;0;1;0
+84;2020-05-20;1;0;0;1
+84;2020-05-21;1;0;0;1
+84;2020-05-22;0;0;0;0
+84;2020-05-23;2;0;0;0
+84;2020-05-24;1;0;0;0
+84;2020-05-25;3;0;0;0
+84;2020-05-26;0;0;0;0
+84;2020-05-27;1;1;0;1
+84;2020-05-28;3;0;0;3
+84;2020-05-29;0;0;1;0
+84;2020-05-30;0;0;0;0
+84;2020-05-31;2;0;0;0
+84;2020-06-01;0;0;0;0
+84;2020-06-02;4;0;0;1
+84;2020-06-03;3;0;0;1
+84;2020-06-04;1;0;0;1
+84;2020-06-05;0;0;0;1
+84;2020-06-06;0;0;0;0
+84;2020-06-07;0;0;0;0
+84;2020-06-08;0;0;0;0
+85;2020-03-19;9;2;0;5
+85;2020-03-20;1;0;0;0
+85;2020-03-21;0;1;0;2
+85;2020-03-22;4;3;0;1
+85;2020-03-23;3;2;0;0
+85;2020-03-24;4;0;0;0
+85;2020-03-25;21;2;1;1
+85;2020-03-26;16;2;1;2
+85;2020-03-27;8;1;1;0
+85;2020-03-28;14;1;1;3
+85;2020-03-29;10;5;0;1
+85;2020-03-30;2;1;0;0
+85;2020-03-31;7;0;1;10
+85;2020-04-01;11;3;2;4
+85;2020-04-02;3;1;0;2
+85;2020-04-03;13;1;5;2
+85;2020-04-04;13;3;3;7
+85;2020-04-05;7;2;0;0
+85;2020-04-06;5;2;1;0
+85;2020-04-07;1;0;0;6
+85;2020-04-08;5;0;1;11
+85;2020-04-09;7;2;0;2
+85;2020-04-10;5;1;2;5
+85;2020-04-11;9;0;1;4
+85;2020-04-12;1;1;0;3
+85;2020-04-13;7;0;1;2
+85;2020-04-14;12;0;3;3
+85;2020-04-15;2;1;1;8
+85;2020-04-16;14;0;1;17
+85;2020-04-17;14;0;0;6
+85;2020-04-18;1;0;0;3
+85;2020-04-19;1;0;0;1
+85;2020-04-20;1;0;2;1
+85;2020-04-21;8;0;2;6
+85;2020-04-22;2;0;0;6
+85;2020-04-23;3;0;1;7
+85;2020-04-24;1;0;1;4
+85;2020-04-25;0;0;0;3
+85;2020-04-26;0;0;0;0
+85;2020-04-27;4;0;1;2
+85;2020-04-28;0;0;0;5
+85;2020-04-29;1;0;0;2
+85;2020-04-30;0;0;0;3
+85;2020-05-01;2;0;0;1
+85;2020-05-02;3;0;0;0
+85;2020-05-03;3;3;0;0
+85;2020-05-04;0;0;1;0
+85;2020-05-05;1;0;0;2
+85;2020-05-06;1;0;0;0
+85;2020-05-07;2;0;0;3
+85;2020-05-08;1;1;0;2
+85;2020-05-09;0;0;0;1
+85;2020-05-10;0;0;0;2
+85;2020-05-11;0;0;0;0
+85;2020-05-12;9;0;0;7
+85;2020-05-13;3;1;0;1
+85;2020-05-14;5;0;1;2
+85;2020-05-15;4;0;0;2
+85;2020-05-16;4;0;1;3
+85;2020-05-17;0;0;0;0
+85;2020-05-18;5;0;0;0
+85;2020-05-19;10;3;1;1
+85;2020-05-20;4;0;0;5
+85;2020-05-21;2;0;0;1
+85;2020-05-22;3;0;0;1
+85;2020-05-23;1;0;1;5
+85;2020-05-24;0;0;0;0
+85;2020-05-25;5;0;0;3
+85;2020-05-26;3;0;0;4
+85;2020-05-27;2;1;1;1
+85;2020-05-28;9;0;0;8
+85;2020-05-29;5;0;1;2
+85;2020-05-30;1;0;0;2
+85;2020-05-31;0;0;0;0
+85;2020-06-01;0;0;0;0
+85;2020-06-02;5;0;0;2
+85;2020-06-03;0;0;0;0
+85;2020-06-04;1;1;0;5
+85;2020-06-05;0;0;0;6
+85;2020-06-06;3;0;0;2
+85;2020-06-07;0;0;0;0
+85;2020-06-08;0;0;1;0
+86;2020-03-19;6;1;0;0
+86;2020-03-20;0;0;0;0
+86;2020-03-21;3;2;0;1
+86;2020-03-22;2;0;1;0
+86;2020-03-23;3;1;1;0
+86;2020-03-24;6;0;0;4
+86;2020-03-25;8;3;1;4
+86;2020-03-26;13;5;0;4
+86;2020-03-27;10;3;2;2
+86;2020-03-28;7;3;2;5
+86;2020-03-29;6;5;1;0
+86;2020-03-30;8;1;0;1
+86;2020-03-31;4;4;3;6
+86;2020-04-01;7;0;0;1
+86;2020-04-02;3;0;3;3
+86;2020-04-03;5;1;0;2
+86;2020-04-04;1;0;1;2
+86;2020-04-05;7;1;1;2
+86;2020-04-06;7;0;0;1
+86;2020-04-07;4;3;2;3
+86;2020-04-08;5;1;0;3
+86;2020-04-09;2;1;0;2
+86;2020-04-10;6;3;0;7
+86;2020-04-11;4;0;0;4
+86;2020-04-12;0;0;0;0
+86;2020-04-13;5;0;2;0
+86;2020-04-14;5;1;1;7
+86;2020-04-15;0;0;0;0
+86;2020-04-16;2;0;3;6
+86;2020-04-17;0;0;0;4
+86;2020-04-18;0;0;0;2
+86;2020-04-19;0;0;0;0
+86;2020-04-20;9;0;0;1
+86;2020-04-21;2;0;0;1
+86;2020-04-22;3;0;0;3
+86;2020-04-23;1;0;2;0
+86;2020-04-24;0;0;2;4
+86;2020-04-25;1;0;0;1
+86;2020-04-26;0;0;0;0
+86;2020-04-27;5;0;1;2
+86;2020-04-28;3;1;1;0
+86;2020-04-29;3;1;0;3
+86;2020-04-30;3;0;0;4
+86;2020-05-01;1;0;0;1
+86;2020-05-02;0;0;0;0
+86;2020-05-03;0;0;0;0
+86;2020-05-04;4;1;2;4
+86;2020-05-05;0;0;0;0
+86;2020-05-06;0;0;1;1
+86;2020-05-07;2;1;0;5
+86;2020-05-08;3;0;0;11
+86;2020-05-09;0;0;0;0
+86;2020-05-10;0;0;0;0
+86;2020-05-11;4;1;2;1
+86;2020-05-12;0;0;0;4
+86;2020-05-13;0;0;0;0
+86;2020-05-14;1;0;0;0
+86;2020-05-15;2;0;1;4
+86;2020-05-16;0;0;0;0
+86;2020-05-17;0;0;0;0
+86;2020-05-18;1;0;0;0
+86;2020-05-19;0;0;0;0
+86;2020-05-20;0;0;0;2
+86;2020-05-21;0;0;0;0
+86;2020-05-22;0;0;0;0
+86;2020-05-23;5;0;0;0
+86;2020-05-24;0;0;0;0
+86;2020-05-25;4;0;0;1
+86;2020-05-26;0;0;0;0
+86;2020-05-27;0;0;0;0
+86;2020-05-28;0;0;1;2
+86;2020-05-29;0;0;0;6
+86;2020-05-30;0;0;0;0
+86;2020-05-31;0;0;0;0
+86;2020-06-01;0;0;0;0
+86;2020-06-02;4;0;0;1
+86;2020-06-03;0;0;1;3
+86;2020-06-04;0;0;0;0
+86;2020-06-05;0;0;0;0
+86;2020-06-06;0;0;0;2
+86;2020-06-07;0;0;0;0
+86;2020-06-08;0;0;0;0
+87;2020-03-19;4;1;0;0
+87;2020-03-20;1;1;0;0
+87;2020-03-21;3;0;1;0
+87;2020-03-22;3;0;0;0
+87;2020-03-23;4;1;0;0
+87;2020-03-24;3;2;1;0
+87;2020-03-25;3;1;1;0
+87;2020-03-26;5;0;1;1
+87;2020-03-27;7;0;0;0
+87;2020-03-28;7;1;0;2
+87;2020-03-29;10;6;0;0
+87;2020-03-30;8;1;1;1
+87;2020-03-31;8;0;0;3
+87;2020-04-01;7;2;0;6
+87;2020-04-02;8;1;1;5
+87;2020-04-03;5;1;1;5
+87;2020-04-04;6;1;0;2
+87;2020-04-05;3;1;1;2
+87;2020-04-06;3;0;2;1
+87;2020-04-07;4;0;0;3
+87;2020-04-08;8;0;1;3
+87;2020-04-09;5;2;0;2
+87;2020-04-10;5;0;0;4
+87;2020-04-11;3;1;0;5
+87;2020-04-12;9;0;0;2
+87;2020-04-13;3;0;0;2
+87;2020-04-14;2;0;2;6
+87;2020-04-15;3;0;0;6
+87;2020-04-16;3;0;2;3
+87;2020-04-17;1;0;1;1
+87;2020-04-18;0;0;0;1
+87;2020-04-19;1;0;1;2
+87;2020-04-20;1;0;3;4
+87;2020-04-21;5;0;1;3
+87;2020-04-22;3;0;0;2
+87;2020-04-23;2;0;0;2
+87;2020-04-24;0;0;0;3
+87;2020-04-25;0;0;1;1
+87;2020-04-26;0;0;0;0
+87;2020-04-27;1;0;0;3
+87;2020-04-28;0;0;0;2
+87;2020-04-29;0;0;1;1
+87;2020-04-30;1;0;0;4
+87;2020-05-01;0;0;0;0
+87;2020-05-02;0;0;0;0
+87;2020-05-03;1;0;0;1
+87;2020-05-04;0;0;0;0
+87;2020-05-05;0;1;0;0
+87;2020-05-06;1;0;0;3
+87;2020-05-07;2;0;2;1
+87;2020-05-08;0;0;0;0
+87;2020-05-09;2;0;0;0
+87;2020-05-10;1;1;0;0
+87;2020-05-11;2;1;0;1
+87;2020-05-12;0;0;0;0
+87;2020-05-13;0;0;0;1
+87;2020-05-14;0;0;0;3
+87;2020-05-15;0;0;0;0
+87;2020-05-16;0;0;0;0
+87;2020-05-17;0;0;0;0
+87;2020-05-18;1;0;0;6
+87;2020-05-19;1;0;0;2
+87;2020-05-20;0;0;0;2
+87;2020-05-21;0;0;0;0
+87;2020-05-22;0;0;0;5
+87;2020-05-23;1;0;0;0
+87;2020-05-24;0;0;0;0
+87;2020-05-25;1;1;1;1
+87;2020-05-26;0;0;0;0
+87;2020-05-27;0;0;0;0
+87;2020-05-28;0;0;0;0
+87;2020-05-29;0;0;0;0
+87;2020-05-30;0;0;0;0
+87;2020-05-31;0;0;0;0
+87;2020-06-01;0;0;0;0
+87;2020-06-02;0;0;0;0
+87;2020-06-03;0;0;0;0
+87;2020-06-04;0;0;0;0
+87;2020-06-05;0;0;0;1
+87;2020-06-06;0;0;0;0
+87;2020-06-07;0;0;0;0
+87;2020-06-08;0;0;0;0
+88;2020-03-19;17;1;5;1
+88;2020-03-20;6;1;1;0
+88;2020-03-21;23;7;7;7
+88;2020-03-22;13;3;4;5
+88;2020-03-23;17;1;7;4
+88;2020-03-24;33;6;4;12
+88;2020-03-25;46;7;5;8
+88;2020-03-26;16;6;7;13
+88;2020-03-27;44;5;9;10
+88;2020-03-28;48;11;12;12
+88;2020-03-29;38;2;4;5
+88;2020-03-30;39;7;9;9
+88;2020-03-31;71;6;8;11
+88;2020-04-01;35;4;7;19
+88;2020-04-02;39;14;5;20
+88;2020-04-03;23;8;8;19
+88;2020-04-04;24;5;7;23
+88;2020-04-05;36;3;3;11
+88;2020-04-06;18;6;8;6
+88;2020-04-07;13;4;3;22
+88;2020-04-08;17;4;3;18
+88;2020-04-09;39;2;8;21
+88;2020-04-10;29;2;18;17
+88;2020-04-11;3;0;1;13
+88;2020-04-12;11;0;6;6
+88;2020-04-13;12;3;4;6
+88;2020-04-14;10;4;5;4
+88;2020-04-15;32;1;10;20
+88;2020-04-16;17;1;4;12
+88;2020-04-17;7;4;2;12
+88;2020-04-18;10;0;2;8
+88;2020-04-19;14;2;12;3
+88;2020-04-20;14;1;6;31
+88;2020-04-21;21;1;6;18
+88;2020-04-22;11;1;3;7
+88;2020-04-23;7;3;2;8
+88;2020-04-24;9;2;2;13
+88;2020-04-25;5;0;2;8
+88;2020-04-26;3;0;1;0
+88;2020-04-27;2;0;3;2
+88;2020-04-28;18;2;4;17
+88;2020-04-29;6;0;2;5
+88;2020-04-30;13;0;0;18
+88;2020-05-01;4;1;0;4
+88;2020-05-02;2;0;1;3
+88;2020-05-03;2;1;2;14
+88;2020-05-04;7;0;4;5
+88;2020-05-05;5;1;2;14
+88;2020-05-06;3;0;0;7
+88;2020-05-07;6;1;2;30
+88;2020-05-08;3;1;0;13
+88;2020-05-09;1;0;3;11
+88;2020-05-10;1;0;0;10
+88;2020-05-11;2;0;0;1
+88;2020-05-12;1;1;1;8
+88;2020-05-13;4;0;0;4
+88;2020-05-14;2;0;0;17
+88;2020-05-15;2;0;0;4
+88;2020-05-16;1;1;2;27
+88;2020-05-17;0;0;0;0
+88;2020-05-18;0;0;0;4
+88;2020-05-19;1;0;0;8
+88;2020-05-20;1;0;1;4
+88;2020-05-21;0;0;0;6
+88;2020-05-22;1;0;0;6
+88;2020-05-23;3;0;0;0
+88;2020-05-24;0;0;1;0
+88;2020-05-25;2;0;0;2
+88;2020-05-26;3;1;0;6
+88;2020-05-27;0;0;1;2
+88;2020-05-28;3;0;0;4
+88;2020-05-29;1;0;1;0
+88;2020-05-30;3;1;0;6
+88;2020-05-31;0;0;0;0
+88;2020-06-01;0;0;0;0
+88;2020-06-02;1;0;0;0
+88;2020-06-03;8;0;1;11
+88;2020-06-04;3;0;1;2
+88;2020-06-05;0;0;2;7
+88;2020-06-06;2;0;0;2
+88;2020-06-07;1;0;0;0
+88;2020-06-08;0;0;0;0
+89;2020-03-19;2;2;2;0
+89;2020-03-20;2;0;0;0
+89;2020-03-21;2;0;0;0
+89;2020-03-22;1;0;0;0
+89;2020-03-23;3;4;0;0
+89;2020-03-24;2;0;0;0
+89;2020-03-25;13;2;0;0
+89;2020-03-26;5;1;1;1
+89;2020-03-27;2;0;0;0
+89;2020-03-28;1;0;0;0
+89;2020-03-29;7;2;1;4
+89;2020-03-30;14;2;0;2
+89;2020-03-31;27;2;1;1
+89;2020-04-01;15;5;3;4
+89;2020-04-02;18;1;1;2
+89;2020-04-03;16;2;1;10
+89;2020-04-04;8;0;1;6
+89;2020-04-05;0;0;1;0
+89;2020-04-06;12;1;3;6
+89;2020-04-07;5;2;2;11
+89;2020-04-08;11;0;0;10
+89;2020-04-09;1;0;1;3
+89;2020-04-10;16;3;5;13
+89;2020-04-11;10;0;2;11
+89;2020-04-12;4;0;1;0
+89;2020-04-13;1;0;2;0
+89;2020-04-14;18;2;4;5
+89;2020-04-15;11;0;1;15
+89;2020-04-16;14;1;1;2
+89;2020-04-17;10;0;0;3
+89;2020-04-18;1;0;4;4
+89;2020-04-19;7;0;1;1
+89;2020-04-20;5;1;3;3
+89;2020-04-21;15;0;0;4
+89;2020-04-22;28;5;2;13
+89;2020-04-23;9;2;6;5
+89;2020-04-24;4;0;1;8
+89;2020-04-25;7;0;1;1
+89;2020-04-26;2;0;2;2
+89;2020-04-27;2;0;1;1
+89;2020-04-28;6;1;1;5
+89;2020-04-29;7;3;4;4
+89;2020-04-30;2;1;0;2
+89;2020-05-01;4;0;3;8
+89;2020-05-02;3;0;2;3
+89;2020-05-03;6;0;0;0
+89;2020-05-04;9;1;1;0
+89;2020-05-05;2;0;2;4
+89;2020-05-06;4;0;2;3
+89;2020-05-07;3;1;1;5
+89;2020-05-08;4;0;1;2
+89;2020-05-09;2;0;1;0
+89;2020-05-10;4;0;0;0
+89;2020-05-11;2;0;2;0
+89;2020-05-12;2;0;0;4
+89;2020-05-13;5;0;0;5
+89;2020-05-14;2;0;0;0
+89;2020-05-15;1;0;0;5
+89;2020-05-16;4;0;0;3
+89;2020-05-17;0;0;0;0
+89;2020-05-18;6;0;3;6
+89;2020-05-19;2;0;1;4
+89;2020-05-20;4;0;1;6
+89;2020-05-21;4;0;2;2
+89;2020-05-22;0;0;1;6
+89;2020-05-23;5;0;0;1
+89;2020-05-24;2;0;0;1
+89;2020-05-25;1;0;1;5
+89;2020-05-26;3;0;0;17
+89;2020-05-27;6;0;1;4
+89;2020-05-28;0;0;0;2
+89;2020-05-29;0;0;0;8
+89;2020-05-30;0;0;0;2
+89;2020-05-31;1;0;0;6
+89;2020-06-01;0;0;1;0
+89;2020-06-02;0;0;1;0
+89;2020-06-03;0;0;1;7
+89;2020-06-04;4;0;2;5
+89;2020-06-05;1;0;0;0
+89;2020-06-06;3;0;0;2
+89;2020-06-07;0;0;0;0
+89;2020-06-08;1;0;0;0
+90;2020-03-19;28;3;5;0
+90;2020-03-20;1;1;0;0
+90;2020-03-21;34;2;9;10
+90;2020-03-22;18;0;5;19
+90;2020-03-23;34;3;6;2
+90;2020-03-24;24;1;3;7
+90;2020-03-25;35;2;3;6
+90;2020-03-26;12;2;5;10
+90;2020-03-27;25;1;8;10
+90;2020-03-28;17;2;1;0
+90;2020-03-29;16;3;7;6
+90;2020-03-30;22;3;10;8
+90;2020-03-31;44;5;0;18
+90;2020-04-01;22;0;4;0
+90;2020-04-02;39;6;11;32
+90;2020-04-03;16;1;3;10
+90;2020-04-04;17;1;5;24
+90;2020-04-05;15;2;3;5
+90;2020-04-06;15;0;3;4
+90;2020-04-07;24;2;5;25
+90;2020-04-08;11;0;2;17
+90;2020-04-09;9;0;2;6
+90;2020-04-10;34;1;4;16
+90;2020-04-11;13;0;5;14
+90;2020-04-12;11;1;4;4
+90;2020-04-13;17;2;4;4
+90;2020-04-14;3;0;1;2
+90;2020-04-15;4;0;7;21
+90;2020-04-16;10;2;2;14
+90;2020-04-17;11;0;5;10
+90;2020-04-18;7;1;1;14
+90;2020-04-19;3;1;0;3
+90;2020-04-20;6;0;2;0
+90;2020-04-21;5;1;2;15
+90;2020-04-22;6;1;6;7
+90;2020-04-23;2;0;1;4
+90;2020-04-24;6;0;0;8
+90;2020-04-25;1;0;1;9
+90;2020-04-26;3;0;1;1
+90;2020-04-27;0;0;2;1
+90;2020-04-28;0;0;0;0
+90;2020-04-29;11;2;2;14
+90;2020-04-30;5;0;0;7
+90;2020-05-01;5;0;2;5
+90;2020-05-02;1;0;2;1
+90;2020-05-03;1;0;0;0
+90;2020-05-04;0;0;2;0
+90;2020-05-05;17;0;5;6
+90;2020-05-06;10;0;1;4
+90;2020-05-07;4;0;2;4
+90;2020-05-08;7;1;1;10
+90;2020-05-09;2;0;0;0
+90;2020-05-10;3;0;2;0
+90;2020-05-11;3;1;0;2
+90;2020-05-12;4;1;1;10
+90;2020-05-13;1;0;2;2
+90;2020-05-14;2;0;1;7
+90;2020-05-15;1;0;0;6
+90;2020-05-16;0;0;0;8
+90;2020-05-17;1;0;0;0
+90;2020-05-18;1;0;0;0
+90;2020-05-19;1;0;0;7
+90;2020-05-20;5;0;0;5
+90;2020-05-21;7;0;1;42
+90;2020-05-22;1;0;0;0
+90;2020-05-23;0;0;0;4
+90;2020-05-24;0;0;1;0
+90;2020-05-25;2;0;1;0
+90;2020-05-26;0;0;0;2
+90;2020-05-27;0;0;1;7
+90;2020-05-28;2;0;1;4
+90;2020-05-29;0;0;1;2
+90;2020-05-30;0;0;0;0
+90;2020-05-31;1;0;1;1
+90;2020-06-01;0;0;0;1
+90;2020-06-02;1;0;1;3
+90;2020-06-03;0;0;0;1
+90;2020-06-04;2;0;1;7
+90;2020-06-05;1;0;0;2
+90;2020-06-06;0;0;0;0
+90;2020-06-07;0;0;0;1
+90;2020-06-08;0;0;0;0
+91;2020-03-19;48;13;1;4
+91;2020-03-20;40;6;1;3
+91;2020-03-21;40;7;2;1
+91;2020-03-22;62;17;0;5
+91;2020-03-23;48;22;0;5
+91;2020-03-24;60;7;4;19
+91;2020-03-25;100;16;5;23
+91;2020-03-26;77;19;3;12
+91;2020-03-27;55;12;3;12
+91;2020-03-28;111;34;3;35
+91;2020-03-29;44;9;12;13
+91;2020-03-30;83;20;10;7
+91;2020-03-31;90;29;9;23
+91;2020-04-01;88;18;11;15
+91;2020-04-02;129;25;20;30
+91;2020-04-03;132;20;13;32
+91;2020-04-04;116;10;14;24
+91;2020-04-05;52;15;9;25
+91;2020-04-06;74;17;24;33
+91;2020-04-07;90;16;8;58
+91;2020-04-08;221;20;16;33
+91;2020-04-09;93;15;13;73
+91;2020-04-10;121;15;16;52
+91;2020-04-11;81;13;11;42
+91;2020-04-12;63;5;10;24
+91;2020-04-13;18;6;7;6
+91;2020-04-14;57;12;27;41
+91;2020-04-15;48;7;14;71
+91;2020-04-16;67;12;13;53
+91;2020-04-17;99;6;24;42
+91;2020-04-18;36;5;8;36
+91;2020-04-19;30;2;7;4
+91;2020-04-20;33;9;10;15
+91;2020-04-21;57;6;19;54
+91;2020-04-22;34;5;9;24
+91;2020-04-23;45;13;13;64
+91;2020-04-24;78;5;12;45
+91;2020-04-25;54;9;3;25
+91;2020-04-26;3;1;2;4
+91;2020-04-27;27;2;9;28
+91;2020-04-28;43;10;9;56
+91;2020-04-29;64;4;8;54
+91;2020-04-30;57;2;11;41
+91;2020-05-01;12;1;3;24
+91;2020-05-02;8;1;0;3
+91;2020-05-03;9;4;3;2
+91;2020-05-04;13;0;5;24
+91;2020-05-05;13;0;5;113
+91;2020-05-06;21;1;9;89
+91;2020-05-07;16;5;3;37
+91;2020-05-08;19;3;2;20
+91;2020-05-09;10;2;1;1
+91;2020-05-10;4;1;4;4
+91;2020-05-11;11;4;2;18
+91;2020-05-12;14;1;5;17
+91;2020-05-13;8;1;7;10
+91;2020-05-14;16;0;3;45
+91;2020-05-15;9;1;7;41
+91;2020-05-16;6;0;0;9
+91;2020-05-17;5;0;2;4
+91;2020-05-18;4;1;2;36
+91;2020-05-19;16;1;4;16
+91;2020-05-20;5;1;0;38
+91;2020-05-21;18;2;0;33
+91;2020-05-22;30;0;4;42
+91;2020-05-23;20;1;2;42
+91;2020-05-24;0;0;0;0
+91;2020-05-25;5;2;2;42
+91;2020-05-26;6;0;0;14
+91;2020-05-27;4;2;2;20
+91;2020-05-28;5;0;1;39
+91;2020-05-29;6;2;1;14
+91;2020-05-30;6;0;2;5
+91;2020-05-31;0;0;0;0
+91;2020-06-01;0;0;2;1
+91;2020-06-02;9;0;2;2
+91;2020-06-03;5;2;3;30
+91;2020-06-04;2;2;0;4
+91;2020-06-05;5;0;3;8
+91;2020-06-06;3;1;1;3
+91;2020-06-07;0;0;0;0
+91;2020-06-08;2;0;0;4
+92;2020-03-19;95;20;3;13
+92;2020-03-20;65;14;4;15
+92;2020-03-21;98;16;9;22
+92;2020-03-22;114;25;3;17
+92;2020-03-23;125;22;6;25
+92;2020-03-24;171;40;5;38
+92;2020-03-25;180;37;15;42
+92;2020-03-26;168;48;10;36
+92;2020-03-27;191;29;18;34
+92;2020-03-28;209;42;15;54
+92;2020-03-29;126;35;22;31
+92;2020-03-30;176;26;17;35
+92;2020-03-31;291;46;22;81
+92;2020-04-01;305;46;24;59
+92;2020-04-02;245;29;38;96
+92;2020-04-03;233;48;26;97
+92;2020-04-04;185;29;31;62
+92;2020-04-05;114;35;25;74
+92;2020-04-06;156;32;27;86
+92;2020-04-07;222;42;59;168
+92;2020-04-08;172;25;20;91
+92;2020-04-09;149;26;23;148
+92;2020-04-10;190;33;45;111
+92;2020-04-11;130;25;20;80
+92;2020-04-12;101;24;22;36
+92;2020-04-13;82;20;24;49
+92;2020-04-14;102;16;36;73
+92;2020-04-15;130;19;36;113
+92;2020-04-16;121;22;21;109
+92;2020-04-17;85;9;21;89
+92;2020-04-18;97;12;21;67
+92;2020-04-19;53;10;6;19
+92;2020-04-20;111;11;31;67
+92;2020-04-21;87;13;18;131
+92;2020-04-22;105;11;23;66
+92;2020-04-23;102;13;20;73
+92;2020-04-24;93;11;20;83
+92;2020-04-25;59;5;13;78
+92;2020-04-26;25;8;10;31
+92;2020-04-27;69;12;17;63
+92;2020-04-28;90;4;30;84
+92;2020-04-29;43;11;15;76
+92;2020-04-30;55;11;10;74
+92;2020-05-01;27;8;2;50
+92;2020-05-02;18;3;6;13
+92;2020-05-03;27;4;10;14
+92;2020-05-04;24;7;10;36
+92;2020-05-05;42;6;14;92
+92;2020-05-06;29;6;11;50
+92;2020-05-07;34;5;5;62
+92;2020-05-08;19;12;7;51
+92;2020-05-09;7;1;2;12
+92;2020-05-10;26;4;5;16
+92;2020-05-11;23;2;6;25
+92;2020-05-12;29;5;13;55
+92;2020-05-13;23;3;5;60
+92;2020-05-14;45;7;8;63
+92;2020-05-15;22;8;2;53
+92;2020-05-16;9;3;4;49
+92;2020-05-17;6;2;2;14
+92;2020-05-18;47;2;3;60
+92;2020-05-19;18;2;7;57
+92;2020-05-20;20;0;7;55
+92;2020-05-21;8;2;0;25
+92;2020-05-22;4;0;3;8
+92;2020-05-23;7;2;0;2
+92;2020-05-24;3;0;3;6
+92;2020-05-25;12;5;8;22
+92;2020-05-26;11;2;2;38
+92;2020-05-27;8;1;2;59
+92;2020-05-28;12;2;6;20
+92;2020-05-29;8;2;3;19
+92;2020-05-30;14;2;3;47
+92;2020-05-31;1;0;4;2
+92;2020-06-01;2;0;5;6
+92;2020-06-02;19;1;9;31
+92;2020-06-03;13;3;7;39
+92;2020-06-04;8;0;3;46
+92;2020-06-05;2;0;1;23
+92;2020-06-06;3;0;3;8
+92;2020-06-07;0;0;1;0
+92;2020-06-08;5;0;3;14
+93;2020-03-19;104;31;9;16
+93;2020-03-20;43;6;5;10
+93;2020-03-21;51;10;1;6
+93;2020-03-22;27;9;4;5
+93;2020-03-23;73;15;4;12
+93;2020-03-24;86;23;10;17
+93;2020-03-25;84;9;9;9
+93;2020-03-26;119;20;21;20
+93;2020-03-27;160;17;14;25
+93;2020-03-28;98;21;18;62
+93;2020-03-29;113;4;13;13
+93;2020-03-30;136;18;11;22
+93;2020-03-31;218;34;38;88
+93;2020-04-01;278;44;26;47
+93;2020-04-02;128;15;21;42
+93;2020-04-03;165;23;35;54
+93;2020-04-04;145;12;23;56
+93;2020-04-05;67;12;22;14
+93;2020-04-06;156;19;12;58
+93;2020-04-07;214;36;72;65
+93;2020-04-08;183;17;34;91
+93;2020-04-09;255;16;44;116
+93;2020-04-10;183;27;34;100
+93;2020-04-11;123;10;14;73
+93;2020-04-12;94;9;10;55
+93;2020-04-13;61;16;24;45
+93;2020-04-14;126;14;34;87
+93;2020-04-15;126;24;29;108
+93;2020-04-16;123;25;25;96
+93;2020-04-17;184;8;46;126
+93;2020-04-18;95;14;26;43
+93;2020-04-19;47;7;12;40
+93;2020-04-20;86;10;12;67
+93;2020-04-21;82;8;13;72
+93;2020-04-22;104;12;18;77
+93;2020-04-23;92;2;18;70
+93;2020-04-24;61;4;17;69
+93;2020-04-25;31;3;7;62
+93;2020-04-26;28;2;5;24
+93;2020-04-27;97;10;21;44
+93;2020-04-28;80;15;20;96
+93;2020-04-29;42;8;12;46
+93;2020-04-30;21;4;5;39
+93;2020-05-01;25;5;8;19
+93;2020-05-02;15;1;1;22
+93;2020-05-03;12;3;2;12
+93;2020-05-04;36;4;10;24
+93;2020-05-05;44;3;7;59
+93;2020-05-06;81;4;8;80
+93;2020-05-07;55;6;9;84
+93;2020-05-08;24;2;3;22
+93;2020-05-09;17;3;4;23
+93;2020-05-10;18;3;2;29
+93;2020-05-11;36;4;6;65
+93;2020-05-12;60;11;14;98
+93;2020-05-13;39;2;3;68
+93;2020-05-14;16;3;2;39
+93;2020-05-15;17;6;3;41
+93;2020-05-16;19;3;2;41
+93;2020-05-17;1;0;3;10
+93;2020-05-18;18;1;5;40
+93;2020-05-19;29;4;6;31
+93;2020-05-20;40;2;2;40
+93;2020-05-21;14;5;2;7
+93;2020-05-22;8;1;2;14
+93;2020-05-23;5;3;2;11
+93;2020-05-24;4;2;1;1
+93;2020-05-25;14;1;2;16
+93;2020-05-26;16;1;2;35
+93;2020-05-27;10;1;2;28
+93;2020-05-28;16;0;1;39
+93;2020-05-29;5;1;2;56
+93;2020-05-30;5;1;0;20
+93;2020-05-31;0;0;0;2
+93;2020-06-01;10;3;0;1
+93;2020-06-02;13;2;6;18
+93;2020-06-03;13;3;3;28
+93;2020-06-04;11;1;1;30
+93;2020-06-05;7;0;4;31
+93;2020-06-06;3;2;2;9
+93;2020-06-07;4;0;0;3
+93;2020-06-08;4;1;1;10
+94;2020-03-19;113;17;6;35
+94;2020-03-20;66;14;1;17
+94;2020-03-21;57;6;0;12
+94;2020-03-22;74;17;6;15
+94;2020-03-23;106;25;6;18
+94;2020-03-24;122;30;3;19
+94;2020-03-25;144;36;7;33
+94;2020-03-26;159;15;18;30
+94;2020-03-27;157;12;17;30
+94;2020-03-28;177;26;15;46
+94;2020-03-29;120;12;17;18
+94;2020-03-30;112;13;3;28
+94;2020-03-31;258;26;46;68
+94;2020-04-01;319;54;39;82
+94;2020-04-02;207;34;27;54
+94;2020-04-03;273;45;38;86
+94;2020-04-04;164;21;32;78
+94;2020-04-05;128;18;22;25
+94;2020-04-06;186;23;49;34
+94;2020-04-07;294;41;49;93
+94;2020-04-08;250;45;54;91
+94;2020-04-09;178;22;21;74
+94;2020-04-10;203;22;37;79
+94;2020-04-11;123;14;14;48
+94;2020-04-12;85;23;19;54
+94;2020-04-13;87;20;32;27
+94;2020-04-14;84;36;36;39
+94;2020-04-15;194;21;35;116
+94;2020-04-16;124;25;41;109
+94;2020-04-17;92;21;20;73
+94;2020-04-18;80;18;22;76
+94;2020-04-19;24;8;10;11
+94;2020-04-20;85;14;33;45
+94;2020-04-21;129;10;30;87
+94;2020-04-22;97;11;25;180
+94;2020-04-23;95;14;10;94
+94;2020-04-24;72;4;22;136
+94;2020-04-25;72;17;14;79
+94;2020-04-26;26;2;11;9
+94;2020-04-27;28;4;22;27
+94;2020-04-28;64;4;19;100
+94;2020-04-29;59;4;12;51
+94;2020-04-30;39;2;13;71
+94;2020-05-01;34;4;8;23
+94;2020-05-02;20;9;6;24
+94;2020-05-03;15;5;3;23
+94;2020-05-04;33;5;10;69
+94;2020-05-05;82;3;11;122
+94;2020-05-06;66;10;11;91
+94;2020-05-07;40;4;6;91
+94;2020-05-08;23;2;10;28
+94;2020-05-09;6;0;4;6
+94;2020-05-10;9;0;3;12
+94;2020-05-11;25;4;8;59
+94;2020-05-12;18;2;19;92
+94;2020-05-13;34;3;8;30
+94;2020-05-14;21;2;6;50
+94;2020-05-15;17;1;2;36
+94;2020-05-16;16;1;2;28
+94;2020-05-17;9;1;4;5
+94;2020-05-18;12;1;6;49
+94;2020-05-19;25;4;10;50
+94;2020-05-20;30;0;10;22
+94;2020-05-21;28;0;4;18
+94;2020-05-22;4;1;2;9
+94;2020-05-23;2;1;0;10
+94;2020-05-24;6;3;3;1
+94;2020-05-25;21;1;2;44
+94;2020-05-26;17;3;6;36
+94;2020-05-27;18;3;5;19
+94;2020-05-28;17;1;3;10
+94;2020-05-29;5;2;3;12
+94;2020-05-30;16;0;24;64
+94;2020-05-31;1;0;11;9
+94;2020-06-01;3;0;2;21
+94;2020-06-02;7;0;1;7
+94;2020-06-03;10;0;13;88
+94;2020-06-04;16;1;4;28
+94;2020-06-05;4;0;1;13
+94;2020-06-06;14;1;5;73
+94;2020-06-07;1;1;2;5
+94;2020-06-08;4;0;1;6
+95;2020-03-19;80;8;4;15
+95;2020-03-20;60;12;4;21
+95;2020-03-21;74;10;4;18
+95;2020-03-22;86;11;7;9
+95;2020-03-23;71;15;9;13
+95;2020-03-24;63;23;10;35
+95;2020-03-25;102;16;13;30
+95;2020-03-26;106;9;15;29
+95;2020-03-27;132;13;14;63
+95;2020-03-28;75;9;12;30
+95;2020-03-29;115;13;21;52
+95;2020-03-30;118;14;14;37
+95;2020-03-31;145;21;16;44
+95;2020-04-01;119;9;13;71
+95;2020-04-02;145;18;18;55
+95;2020-04-03;134;16;26;60
+95;2020-04-04;91;13;14;52
+95;2020-04-05;40;8;5;27
+95;2020-04-06;129;13;42;63
+95;2020-04-07;104;17;24;43
+95;2020-04-08;113;12;25;69
+95;2020-04-09;126;31;16;56
+95;2020-04-10;83;9;30;90
+95;2020-04-11;89;15;11;60
+95;2020-04-12;35;11;11;20
+95;2020-04-13;40;3;10;26
+95;2020-04-14;79;6;12;33
+95;2020-04-15;67;7;11;69
+95;2020-04-16;101;5;17;83
+95;2020-04-17;60;3;11;63
+95;2020-04-18;50;6;17;46
+95;2020-04-19;29;4;13;15
+95;2020-04-20;51;4;14;23
+95;2020-04-21;46;4;9;48
+95;2020-04-22;76;4;10;34
+95;2020-04-23;55;3;15;40
+95;2020-04-24;43;4;15;41
+95;2020-04-25;27;4;6;33
+95;2020-04-26;11;1;5;10
+95;2020-04-27;18;0;8;13
+95;2020-04-28;45;4;18;27
+95;2020-04-29;21;0;10;37
+95;2020-04-30;17;0;5;33
+95;2020-05-01;22;1;6;28
+95;2020-05-02;5;0;5;5
+95;2020-05-03;5;0;1;6
+95;2020-05-04;32;3;12;20
+95;2020-05-05;26;1;7;32
+95;2020-05-06;22;1;3;46
+95;2020-05-07;14;3;2;30
+95;2020-05-08;15;3;7;16
+95;2020-05-09;7;0;0;3
+95;2020-05-10;10;1;5;11
+95;2020-05-11;4;1;2;9
+95;2020-05-12;14;2;6;36
+95;2020-05-13;14;5;7;34
+95;2020-05-14;17;1;4;17
+95;2020-05-15;8;1;2;19
+95;2020-05-16;13;1;5;35
+95;2020-05-17;2;0;3;6
+95;2020-05-18;6;1;5;9
+95;2020-05-19;22;2;5;48
+95;2020-05-20;13;3;0;33
+95;2020-05-21;3;0;2;28
+95;2020-05-22;17;1;6;13
+95;2020-05-23;4;0;0;17
+95;2020-05-24;6;1;0;4
+95;2020-05-25;16;1;1;31
+95;2020-05-26;4;1;7;23
+95;2020-05-27;3;1;4;10
+95;2020-05-28;4;0;1;12
+95;2020-05-29;19;2;0;24
+95;2020-05-30;5;0;3;9
+95;2020-05-31;0;0;0;3
+95;2020-06-01;8;0;1;5
+95;2020-06-02;1;0;4;10
+95;2020-06-03;6;0;1;7
+95;2020-06-04;3;0;0;11
+95;2020-06-05;2;1;1;17
+95;2020-06-06;3;0;0;10
+95;2020-06-07;0;0;0;0
+95;2020-06-08;8;1;2;10
+2A;2020-03-19;58;10;1;9
+2A;2020-03-20;8;0;2;1
+2A;2020-03-21;4;0;1;3
+2A;2020-03-22;7;2;2;1
+2A;2020-03-23;8;2;1;1
+2A;2020-03-24;8;0;0;4
+2A;2020-03-25;21;0;7;3
+2A;2020-03-26;18;4;3;2
+2A;2020-03-27;10;0;0;2
+2A;2020-03-28;9;6;0;2
+2A;2020-03-29;15;4;0;6
+2A;2020-03-30;14;1;0;12
+2A;2020-03-31;3;2;1;4
+2A;2020-04-01;3;3;1;0
+2A;2020-04-02;6;1;2;2
+2A;2020-04-03;3;1;3;2
+2A;2020-04-04;7;1;0;0
+2A;2020-04-05;0;0;0;2
+2A;2020-04-06;1;1;3;0
+2A;2020-04-07;5;3;2;0
+2A;2020-04-08;4;3;0;1
+2A;2020-04-09;1;1;2;2
+2A;2020-04-10;0;0;1;4
+2A;2020-04-11;1;0;1;2
+2A;2020-04-12;3;1;0;2
+2A;2020-04-13;3;1;2;0
+2A;2020-04-14;2;1;0;2
+2A;2020-04-15;1;0;1;2
+2A;2020-04-16;0;0;0;1
+2A;2020-04-17;2;1;1;0
+2A;2020-04-18;2;0;0;8
+2A;2020-04-19;4;0;2;2
+2A;2020-04-20;0;1;2;0
+2A;2020-04-21;1;0;0;4
+2A;2020-04-22;3;0;0;5
+2A;2020-04-23;1;0;0;4
+2A;2020-04-24;4;0;0;2
+2A;2020-04-25;0;0;1;3
+2A;2020-04-26;0;0;0;0
+2A;2020-04-27;0;0;0;0
+2A;2020-04-28;1;0;0;5
+2A;2020-04-29;1;0;0;5
+2A;2020-04-30;2;0;0;3
+2A;2020-05-01;3;0;0;1
+2A;2020-05-02;0;0;0;0
+2A;2020-05-03;0;0;1;0
+2A;2020-05-04;0;0;0;0
+2A;2020-05-05;0;0;0;0
+2A;2020-05-06;0;0;1;1
+2A;2020-05-07;0;0;0;0
+2A;2020-05-08;0;0;0;2
+2A;2020-05-09;1;0;0;0
+2A;2020-05-10;0;0;0;0
+2A;2020-05-11;1;0;0;0
+2A;2020-05-12;0;0;0;5
+2A;2020-05-13;0;0;1;0
+2A;2020-05-14;0;0;0;1
+2A;2020-05-15;0;0;2;2
+2A;2020-05-16;0;0;0;0
+2A;2020-05-17;0;0;0;0
+2A;2020-05-18;0;0;0;2
+2A;2020-05-19;0;0;0;2
+2A;2020-05-20;0;0;0;3
+2A;2020-05-21;0;0;0;0
+2A;2020-05-22;0;0;0;0
+2A;2020-05-23;0;0;0;0
+2A;2020-05-24;0;0;1;0
+2A;2020-05-25;0;0;0;0
+2A;2020-05-26;1;1;0;0
+2A;2020-05-27;0;0;0;6
+2A;2020-05-28;0;0;0;1
+2A;2020-05-29;1;0;0;0
+2A;2020-05-30;0;0;0;0
+2A;2020-05-31;0;0;0;0
+2A;2020-06-01;0;0;0;0
+2A;2020-06-02;0;0;0;0
+2A;2020-06-03;0;0;0;1
+2A;2020-06-04;0;0;0;3
+2A;2020-06-05;0;0;0;0
+2A;2020-06-06;0;0;0;0
+2A;2020-06-07;0;0;0;0
+2A;2020-06-08;2;0;0;0
+2B;2020-03-19;1;0;0;1
+2B;2020-03-20;28;0;0;22
+2B;2020-03-21;0;0;0;0
+2B;2020-03-22;0;0;0;0
+2B;2020-03-23;8;0;0;8
+2B;2020-03-24;4;0;0;3
+2B;2020-03-25;1;0;1;0
+2B;2020-03-26;9;0;1;8
+2B;2020-03-27;5;1;0;5
+2B;2020-03-28;1;0;0;0
+2B;2020-03-29;1;0;0;2
+2B;2020-03-30;0;0;0;0
+2B;2020-03-31;10;0;0;8
+2B;2020-04-01;0;0;0;3
+2B;2020-04-02;14;2;0;6
+2B;2020-04-03;6;0;0;5
+2B;2020-04-04;20;1;0;2
+2B;2020-04-05;0;0;0;0
+2B;2020-04-06;0;0;1;0
+2B;2020-04-07;0;0;0;1
+2B;2020-04-08;2;0;0;2
+2B;2020-04-09;1;0;0;0
+2B;2020-04-10;0;0;0;4
+2B;2020-04-11;0;0;0;0
+2B;2020-04-12;0;0;0;2
+2B;2020-04-13;0;0;0;0
+2B;2020-04-14;0;0;0;1
+2B;2020-04-15;13;1;2;0
+2B;2020-04-16;3;1;0;2
+2B;2020-04-17;0;0;0;1
+2B;2020-04-18;2;0;0;3
+2B;2020-04-19;0;0;0;2
+2B;2020-04-20;0;1;1;2
+2B;2020-04-21;1;0;1;1
+2B;2020-04-22;5;1;1;0
+2B;2020-04-23;0;0;0;0
+2B;2020-04-24;2;0;0;0
+2B;2020-04-25;0;0;0;2
+2B;2020-04-26;0;0;0;0
+2B;2020-04-27;0;0;0;0
+2B;2020-04-28;4;1;0;2
+2B;2020-04-29;1;0;0;2
+2B;2020-04-30;1;0;0;0
+2B;2020-05-01;0;0;0;0
+2B;2020-05-02;0;0;0;2
+2B;2020-05-03;0;0;0;0
+2B;2020-05-04;1;0;0;2
+2B;2020-05-05;1;0;0;2
+2B;2020-05-06;0;0;0;1
+2B;2020-05-07;0;0;0;2
+2B;2020-05-08;0;0;0;0
+2B;2020-05-09;0;0;0;0
+2B;2020-05-10;0;0;0;0
+2B;2020-05-11;0;0;0;0
+2B;2020-05-12;5;3;1;0
+2B;2020-05-13;1;0;0;2
+2B;2020-05-14;0;1;0;0
+2B;2020-05-15;0;0;0;2
+2B;2020-05-16;0;0;0;0
+2B;2020-05-17;0;0;0;0
+2B;2020-05-18;2;0;1;0
+2B;2020-05-19;1;0;0;0
+2B;2020-05-20;0;0;0;0
+2B;2020-05-21;0;0;0;0
+2B;2020-05-22;0;0;0;1
+2B;2020-05-23;0;0;0;0
+2B;2020-05-24;0;0;0;0
+2B;2020-05-25;0;0;0;0
+2B;2020-05-26;0;0;0;0
+2B;2020-05-27;1;0;0;0
+2B;2020-05-28;0;0;0;0
+2B;2020-05-29;0;0;0;3
+2B;2020-05-30;0;0;0;0
+2B;2020-05-31;0;0;0;0
+2B;2020-06-01;0;0;0;0
+2B;2020-06-02;0;0;0;0
+2B;2020-06-03;0;0;0;0
+2B;2020-06-04;0;0;0;0
+2B;2020-06-05;0;0;0;0
+2B;2020-06-06;1;0;0;0
+2B;2020-06-07;0;0;0;0
+2B;2020-06-08;0;0;0;1
+971;2020-03-19;0;0;0;0
+971;2020-03-20;0;0;0;0
+971;2020-03-21;0;0;0;0
+971;2020-03-22;6;5;0;0
+971;2020-03-23;0;0;0;0
+971;2020-03-24;0;0;0;0
+971;2020-03-25;0;0;0;0
+971;2020-03-26;19;3;0;4
+971;2020-03-27;11;7;1;2
+971;2020-03-28;18;0;0;3
+971;2020-03-29;1;0;1;0
+971;2020-03-30;3;4;2;9
+971;2020-03-31;4;2;1;1
+971;2020-04-01;6;2;2;6
+971;2020-04-02;9;4;0;3
+971;2020-04-03;6;1;1;6
+971;2020-04-04;3;2;0;1
+971;2020-04-05;2;2;0;1
+971;2020-04-06;5;0;0;1
+971;2020-04-07;1;0;0;6
+971;2020-04-08;5;1;2;4
+971;2020-04-09;3;2;0;3
+971;2020-04-10;2;3;0;2
+971;2020-04-11;3;0;0;0
+971;2020-04-12;2;0;0;1
+971;2020-04-13;3;0;0;0
+971;2020-04-14;0;0;0;0
+971;2020-04-15;0;1;0;7
+971;2020-04-16;1;0;0;3
+971;2020-04-17;2;2;0;0
+971;2020-04-18;0;0;1;3
+971;2020-04-19;1;0;0;0
+971;2020-04-20;0;0;1;1
+971;2020-04-21;0;1;0;7
+971;2020-04-22;4;0;1;1
+971;2020-04-23;0;1;0;1
+971;2020-04-24;0;0;1;0
+971;2020-04-25;0;0;0;0
+971;2020-04-26;1;1;0;0
+971;2020-04-27;1;0;1;0
+971;2020-04-28;0;0;0;0
+971;2020-04-29;1;1;0;2
+971;2020-04-30;0;0;2;0
+971;2020-05-01;0;0;1;0
+971;2020-05-02;0;0;0;0
+971;2020-05-03;0;0;0;0
+971;2020-05-04;0;0;0;0
+971;2020-05-05;0;0;1;0
+971;2020-05-06;0;0;0;0
+971;2020-05-07;0;0;0;1
+971;2020-05-08;0;0;1;0
+971;2020-05-09;0;0;0;0
+971;2020-05-10;0;0;0;0
+971;2020-05-11;0;0;0;0
+971;2020-05-12;0;0;0;0
+971;2020-05-13;0;0;0;0
+971;2020-05-14;0;0;0;0
+971;2020-05-15;0;0;0;0
+971;2020-05-16;0;0;0;0
+971;2020-05-17;0;0;0;0
+971;2020-05-18;0;0;0;0
+971;2020-05-19;0;0;0;0
+971;2020-05-20;0;0;0;1
+971;2020-05-21;0;0;0;0
+971;2020-05-22;0;0;0;0
+971;2020-05-23;0;0;0;0
+971;2020-05-24;0;0;0;0
+971;2020-05-25;0;1;1;0
+971;2020-05-26;0;0;0;0
+971;2020-05-27;0;0;0;0
+971;2020-05-28;0;0;0;0
+971;2020-05-29;0;0;0;0
+971;2020-05-30;0;0;0;0
+971;2020-05-31;0;0;0;0
+971;2020-06-01;0;0;0;0
+971;2020-06-02;0;0;0;0
+971;2020-06-03;0;0;0;0
+971;2020-06-04;0;0;0;1
+971;2020-06-05;0;0;0;0
+971;2020-06-06;0;0;0;0
+971;2020-06-07;0;0;0;0
+971;2020-06-08;0;0;0;0
+972;2020-03-19;1;0;0;0
+972;2020-03-20;2;0;0;0
+972;2020-03-21;0;0;0;0
+972;2020-03-22;1;1;0;0
+972;2020-03-23;0;0;0;0
+972;2020-03-24;5;2;0;11
+972;2020-03-25;11;2;0;1
+972;2020-03-26;8;4;0;1
+972;2020-03-27;14;3;0;0
+972;2020-03-28;11;0;0;2
+972;2020-03-29;9;2;2;2
+972;2020-03-30;0;0;0;0
+972;2020-03-31;11;3;0;3
+972;2020-04-01;4;1;1;5
+972;2020-04-02;2;1;0;7
+972;2020-04-03;0;0;0;3
+972;2020-04-04;6;2;0;1
+972;2020-04-05;5;2;0;2
+972;2020-04-06;2;0;1;0
+972;2020-04-07;1;0;0;4
+972;2020-04-08;0;1;0;2
+972;2020-04-09;1;0;1;2
+972;2020-04-10;0;0;0;3
+972;2020-04-11;1;0;0;2
+972;2020-04-12;0;0;1;2
+972;2020-04-13;1;1;0;0
+972;2020-04-14;0;0;0;0
+972;2020-04-15;0;0;0;1
+972;2020-04-16;4;1;0;2
+972;2020-04-17;2;0;0;4
+972;2020-04-18;0;0;1;1
+972;2020-04-19;1;0;0;1
+972;2020-04-20;0;0;2;0
+972;2020-04-21;5;0;4;0
+972;2020-04-22;0;0;0;2
+972;2020-04-23;1;0;1;0
+972;2020-04-24;0;0;0;1
+972;2020-04-25;0;0;0;0
+972;2020-04-26;0;0;0;0
+972;2020-04-27;0;0;0;0
+972;2020-04-28;0;0;0;1
+972;2020-04-29;0;0;0;0
+972;2020-04-30;2;1;0;13
+972;2020-05-01;0;0;0;0
+972;2020-05-02;0;0;0;0
+972;2020-05-03;0;0;0;0
+972;2020-05-04;0;0;0;0
+972;2020-05-05;0;0;0;1
+972;2020-05-06;0;0;0;0
+972;2020-05-07;0;0;0;0
+972;2020-05-08;0;0;0;0
+972;2020-05-09;0;0;0;1
+972;2020-05-10;1;0;0;0
+972;2020-05-11;0;0;0;0
+972;2020-05-12;0;0;0;0
+972;2020-05-13;0;0;0;0
+972;2020-05-14;0;0;0;0
+972;2020-05-15;1;0;0;0
+972;2020-05-16;0;0;0;1
+972;2020-05-17;0;0;0;0
+972;2020-05-18;0;0;0;0
+972;2020-05-19;0;0;0;0
+972;2020-05-20;0;0;0;1
+972;2020-05-21;0;0;0;0
+972;2020-05-22;0;1;0;0
+972;2020-05-23;0;0;0;0
+972;2020-05-24;0;0;0;0
+972;2020-05-25;0;0;0;0
+972;2020-05-26;0;0;0;0
+972;2020-05-27;0;0;0;0
+972;2020-05-28;0;0;0;0
+972;2020-05-29;0;0;0;0
+972;2020-05-30;0;0;0;0
+972;2020-05-31;0;0;0;4
+972;2020-06-01;0;0;0;0
+972;2020-06-02;0;0;0;0
+972;2020-06-03;0;0;0;0
+972;2020-06-04;0;0;0;0
+972;2020-06-05;0;0;0;1
+972;2020-06-06;0;0;0;0
+972;2020-06-07;0;0;0;1
+972;2020-06-08;0;0;0;0
+973;2020-03-19;0;0;0;0
+973;2020-03-20;0;0;0;0
+973;2020-03-21;0;0;0;0
+973;2020-03-22;0;0;0;0
+973;2020-03-23;0;0;0;0
+973;2020-03-24;0;0;0;0
+973;2020-03-25;0;0;0;0
+973;2020-03-26;0;0;0;0
+973;2020-03-27;0;0;0;0
+973;2020-03-28;0;0;0;0
+973;2020-03-29;0;0;0;0
+973;2020-03-30;0;0;0;0
+973;2020-03-31;0;0;0;0
+973;2020-04-01;10;0;0;5
+973;2020-04-02;3;0;0;3
+973;2020-04-03;2;1;0;0
+973;2020-04-04;0;0;0;0
+973;2020-04-05;0;0;0;0
+973;2020-04-06;0;0;0;0
+973;2020-04-07;2;0;0;2
+973;2020-04-08;2;0;0;0
+973;2020-04-09;4;0;0;4
+973;2020-04-10;1;0;0;1
+973;2020-04-11;0;0;0;0
+973;2020-04-12;6;0;0;0
+973;2020-04-13;0;0;0;0
+973;2020-04-14;3;0;0;0
+973;2020-04-15;3;0;0;1
+973;2020-04-16;0;1;0;10
+973;2020-04-17;1;1;0;1
+973;2020-04-18;0;0;0;0
+973;2020-04-19;0;0;0;3
+973;2020-04-20;0;0;0;1
+973;2020-04-21;2;0;1;2
+973;2020-04-22;0;0;0;1
+973;2020-04-23;3;0;0;2
+973;2020-04-24;0;0;0;0
+973;2020-04-25;0;0;0;1
+973;2020-04-26;0;0;0;0
+973;2020-04-27;0;0;0;0
+973;2020-04-28;0;0;0;0
+973;2020-04-29;0;0;0;0
+973;2020-04-30;0;0;0;1
+973;2020-05-01;2;0;0;0
+973;2020-05-02;0;0;0;0
+973;2020-05-03;0;0;0;0
+973;2020-05-04;3;0;0;0
+973;2020-05-05;0;0;0;0
+973;2020-05-06;0;0;0;0
+973;2020-05-07;3;0;0;0
+973;2020-05-08;0;0;0;2
+973;2020-05-09;0;0;0;0
+973;2020-05-10;0;0;0;0
+973;2020-05-11;2;0;0;0
+973;2020-05-12;3;0;0;0
+973;2020-05-13;0;0;0;1
+973;2020-05-14;0;0;0;3
+973;2020-05-15;2;0;0;0
+973;2020-05-16;0;0;0;1
+973;2020-05-17;1;0;0;0
+973;2020-05-18;7;0;0;2
+973;2020-05-19;4;0;0;5
+973;2020-05-20;0;0;0;1
+973;2020-05-21;0;0;0;0
+973;2020-05-22;0;0;0;0
+973;2020-05-23;10;0;0;6
+973;2020-05-24;0;0;0;0
+973;2020-05-25;1;0;0;0
+973;2020-05-26;8;2;0;8
+973;2020-05-27;3;0;0;2
+973;2020-05-28;5;0;0;4
+973;2020-05-29;2;0;0;1
+973;2020-05-30;2;0;0;1
+973;2020-05-31;0;0;0;0
+973;2020-06-01;9;0;0;1
+973;2020-06-02;7;1;0;9
+973;2020-06-03;8;0;0;7
+973;2020-06-04;3;0;0;3
+973;2020-06-05;16;0;0;8
+973;2020-06-06;11;0;0;9
+973;2020-06-07;3;0;0;3
+973;2020-06-08;4;0;0;1
+974;2020-03-19;0;0;0;0
+974;2020-03-20;0;0;0;0
+974;2020-03-21;0;0;0;0
+974;2020-03-22;0;0;0;0
+974;2020-03-23;0;0;0;0
+974;2020-03-24;1;1;0;0
+974;2020-03-25;0;0;0;0
+974;2020-03-26;0;0;0;0
+974;2020-03-27;0;0;0;0
+974;2020-03-28;12;1;0;0
+974;2020-03-29;42;0;0;5
+974;2020-03-30;4;1;0;1
+974;2020-03-31;6;2;0;4
+974;2020-04-01;7;0;0;10
+974;2020-04-02;6;1;0;4
+974;2020-04-03;4;0;0;5
+974;2020-04-04;3;2;0;10
+974;2020-04-05;0;0;0;2
+974;2020-04-06;3;0;0;2
+974;2020-04-07;1;0;0;9
+974;2020-04-08;5;0;0;3
+974;2020-04-09;0;1;0;3
+974;2020-04-10;6;0;0;0
+974;2020-04-11;0;0;0;12
+974;2020-04-12;0;0;0;2
+974;2020-04-13;0;0;0;0
+974;2020-04-14;0;0;0;1
+974;2020-04-15;0;0;0;4
+974;2020-04-16;2;1;0;7
+974;2020-04-17;1;0;0;3
+974;2020-04-18;0;0;0;3
+974;2020-04-19;4;0;0;1
+974;2020-04-20;1;0;0;3
+974;2020-04-21;0;0;0;1
+974;2020-04-22;0;0;0;2
+974;2020-04-23;0;0;0;2
+974;2020-04-24;0;0;0;2
+974;2020-04-25;1;0;0;2
+974;2020-04-26;0;0;0;1
+974;2020-04-27;0;0;0;0
+974;2020-04-28;1;0;0;1
+974;2020-04-29;3;0;0;5
+974;2020-04-30;0;0;0;0
+974;2020-05-01;0;0;0;0
+974;2020-05-02;2;1;0;1
+974;2020-05-03;0;0;0;1
+974;2020-05-04;1;0;0;0
+974;2020-05-05;3;0;0;1
+974;2020-05-06;1;0;0;0
+974;2020-05-07;3;2;0;0
+974;2020-05-08;3;1;0;0
+974;2020-05-09;2;1;0;1
+974;2020-05-10;0;2;0;1
+974;2020-05-11;0;0;0;0
+974;2020-05-12;0;0;0;0
+974;2020-05-13;1;0;0;0
+974;2020-05-14;1;1;0;2
+974;2020-05-15;0;0;0;0
+974;2020-05-16;2;0;0;1
+974;2020-05-17;0;0;0;0
+974;2020-05-18;1;0;0;0
+974;2020-05-19;0;0;0;0
+974;2020-05-20;0;0;1;1
+974;2020-05-21;1;0;0;0
+974;2020-05-22;1;0;0;0
+974;2020-05-23;0;0;0;0
+974;2020-05-24;2;1;0;0
+974;2020-05-25;2;0;0;0
+974;2020-05-26;1;0;0;0
+974;2020-05-27;2;0;0;0
+974;2020-05-28;0;0;0;0
+974;2020-05-29;2;1;0;3
+974;2020-05-30;2;1;0;0
+974;2020-05-31;0;0;0;0
+974;2020-06-01;0;0;0;0
+974;2020-06-02;0;0;0;0
+974;2020-06-03;0;0;0;2
+974;2020-06-04;0;0;0;0
+974;2020-06-05;0;0;0;1
+974;2020-06-06;0;1;0;0
+974;2020-06-07;0;0;0;0
+974;2020-06-08;0;0;0;0
+976;2020-03-19;0;0;0;0
+976;2020-03-20;0;0;0;0
+976;2020-03-21;0;0;0;0
+976;2020-03-22;0;0;0;0
+976;2020-03-23;0;0;0;0
+976;2020-03-24;0;0;0;0
+976;2020-03-25;0;0;0;0
+976;2020-03-26;0;0;0;0
+976;2020-03-27;0;0;0;0
+976;2020-03-28;0;0;0;0
+976;2020-03-29;0;0;0;0
+976;2020-03-30;0;0;0;0
+976;2020-03-31;0;0;0;0
+976;2020-04-01;1;0;0;1
+976;2020-04-02;11;2;2;1
+976;2020-04-03;9;0;0;0
+976;2020-04-04;2;0;0;5
+976;2020-04-05;3;0;0;1
+976;2020-04-06;4;0;0;5
+976;2020-04-07;4;0;0;4
+976;2020-04-08;7;1;0;8
+976;2020-04-09;2;0;0;1
+976;2020-04-10;2;0;0;0
+976;2020-04-11;2;0;1;1
+976;2020-04-12;2;0;0;0
+976;2020-04-13;0;0;0;0
+976;2020-04-14;4;0;0;10
+976;2020-04-15;5;1;0;3
+976;2020-04-16;7;2;1;2
+976;2020-04-17;2;0;0;2
+976;2020-04-18;2;0;0;0
+976;2020-04-19;5;0;1;3
+976;2020-04-20;1;0;1;3
+976;2020-04-21;4;0;0;5
+976;2020-04-22;4;0;0;2
+976;2020-04-23;2;0;0;4
+976;2020-04-24;9;0;0;2
+976;2020-04-25;0;0;0;0
+976;2020-04-26;12;2;0;6
+976;2020-04-27;6;0;0;4
+976;2020-04-28;8;0;0;10
+976;2020-04-29;0;0;0;0
+976;2020-04-30;7;0;0;9
+976;2020-05-01;6;2;2;8
+976;2020-05-02;2;1;0;1
+976;2020-05-03;8;1;0;1
+976;2020-05-04;10;1;1;5
+976;2020-05-05;6;2;2;3
+976;2020-05-06;7;1;1;6
+976;2020-05-07;10;0;0;4
+976;2020-05-08;4;2;0;3
+976;2020-05-09;5;0;0;4
+976;2020-05-10;9;2;0;1
+976;2020-05-11;9;1;1;19
+976;2020-05-12;10;1;3;8
+976;2020-05-13;9;2;0;9
+976;2020-05-14;12;0;0;6
+976;2020-05-15;7;1;1;6
+976;2020-05-16;3;1;0;7
+976;2020-05-17;6;1;0;2
+976;2020-05-18;1;0;1;0
+976;2020-05-19;4;2;0;6
+976;2020-05-20;3;2;0;2
+976;2020-05-21;6;0;0;12
+976;2020-05-22;5;1;0;4
+976;2020-05-23;3;1;1;9
+976;2020-05-24;5;0;0;1
+976;2020-05-25;3;1;0;0
+976;2020-05-26;5;2;0;8
+976;2020-05-27;7;0;0;5
+976;2020-05-28;3;0;0;4
+976;2020-05-29;10;2;0;2
+976;2020-05-30;4;0;0;12
+976;2020-05-31;2;0;0;2
+976;2020-06-01;2;0;2;1
+976;2020-06-02;4;1;0;15
+976;2020-06-03;8;0;0;3
+976;2020-06-04;6;0;0;4
+976;2020-06-05;5;2;0;6
+976;2020-06-06;7;0;0;3
+976;2020-06-07;0;0;0;0
+976;2020-06-08;7;1;1;6
diff --git a/data/inputs/downloaded/france_cumulative_hospitalizations/LICENSE b/data/inputs/downloaded/france_cumulative_hospitalizations/LICENSE
new file mode 100644
index 0000000..7c20ed2
--- /dev/null
+++ b/data/inputs/downloaded/france_cumulative_hospitalizations/LICENSE
@@ -0,0 +1,107 @@
+OPEN LICENCE 2.0
+LICENCE OUVERTE 2.0
+@etalab
+etalab.gouv.fr
+https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-licence.pdf
+
+“REUSE” OF THE “INFORMATION” COVERED BY THIS LICENCE
+The “Grantor” grants the “Reuser” the free, non-exclusive right to “Reuse” the
+“Information” subject of this licence, for commercial or non-commercial purposes,
+worldwide and for an unlimited period, in accordance with the conditions stated
+below.
+The “Reuser” is free to reuse the “Information”:
+- To reproduce it, copy it.
+- To adapt, modify, retrieve and transform it in order to create “derived
+information”, products and services.
+- To share, disseminate, redistribute, publish and transmit it.
+- To exploit it for commercial purposes, e.g., by combining it with other
+information, or by including it in his/her own product or application.
+Subject to:
+An acknowledgement of the authorship of the “Information”: its source (at least,
+the name of the “Grantor”) and the date of the most recent update of the reused
+“Information”. Specifically, the “Reuser” may satisfy this condition by pointing, via a
+hypertext link, to the source of “the Information” and so supplying an actual
+acknowledgement of its authorship.
+For example:
+Ministry of xxx—Original data downloaded from http://www.data.gouv.fr/fr/
+datasets/xxx/, updated on 14 February 2017.
+This acknowledgement of authorship does not confer any official status on the
+“Reuse” of the “Information”, and must not suggest any sort of recognition or
+endorsement on the part of the “Grantor”, or any other public entity, of the “Reuser”
+or of their “Reuse”.
+PERSONAL DATA
+The “Information” made available may contain “Personal data” that may be subject
+to “Reuse”. If this is the case, the “Grantor” informs the “Reuser” about its existence.
+The “Information” may be freely reused, within the rights granted by this licence,
+subject to compliance with the legal framework relating to personal data
+protection.
+INTELLECTUAL PROPERTY RIGHTS
+It is guaranteed to The “Reuser” that potential “Intellectual property rights” held by
+third parties or by the “Grantor” on “Information” do not interfere with the rights
+granted by this licence.
+ When the “Grantor” holds transferable “Intellectual property rights” on the
+“Information”, he/she assigns these to the “Reuser” on a non-exclusive basis, free of
+charge, worldwide, for the entire duration of the “Intellectual property rights”, and
+the “Reuser” is free to use the “Information” for any purpose that complies with the
+rights and conditions defined in this licence.
+LIABILITY
+The “Information” is made available as it is produced or received by the “Grantor”,
+without any other express or tacit guarantee than those set out in this licence. The
+“Grantor” does not guarantee the absence of errors or inaccuracies in the
+“Information”, nor a continuous supply of the “Information”. He/she cannot be held
+responsible for any loss, prejudice or damage of any kind caused to third parties as
+a result of the “Reuse”.
+The “Reuser” is solely responsible for the “Reuse” of the “Information”. This “Reuse”
+must not mislead third parties as to the contents of the “Information”, its source or
+its date of update.
+APPLICABLE LEGISLATION
+This licence is governed by French law.
+COMPATIBILITY OF THIS LICENCE
+This licence has been designed to be compatible with any free licence that at least
+requires an acknowledgement of authorship, and specifically with the previous
+version of this licence as well as with the following licences: United Kingdom’s
+“Open Government Licence” (OGL), Creative Commons’ “Creative Commons
+Attribution” (CC-BY) and Open Knowledge Foundation’s “Open Data Commons
+Attribution” (ODC-BY).
+DEFINITIONS
+Within the meaning of this licence, are to be considered as :
+- The “Grantor”: any person granting the right to “Reuse” “Information” under
+the rights and conditions set out in this licence.
+- The “Information”:
+ - any public information contained in documents disclosed or published by
+any administration referred to in the first paragraph of Article L. 300-2 of the
+code des relations entre le public et l’administration (CRPA),
+ - any information made available by any person under the terms and
+conditions of this licence.
+- The “Reuse”: the use of the “Information” for other purposes than those for
+which it was produced or received.
+- The“Reuser”: any person reusing the “Information” in accordance with the
+conditions of this licence.
+- “Personal data”: any information relating to an identified or identifiable
+natural person who may be identified directly or indirectly. Its “Reuse” is
+conditional on the respect of the existing legal framework.
+- “Derived information”: any new data or information created directly from the
+“Information” or from a combination of the “Information” and other data or
+information not subject to this licence.
+- “Intellectual property rights”: all rights identified as such under the code de la
+propriété intellectuelle (including copyright, rights related to copyright, sui
+generis rights of database producers, etc.).
+ABOUT THIS LICENCE
+This licence is intended to be used by administrations for the reuse of their public
+information. It can also be used by any individual wishing to supply “Information”
+under the conditions defined in this licence.
+ France has a comprehensive legal framework aiming at the spontaneous
+dissemination by the administrations of their public information in order to ensure
+the widest possible reuse of this information.
+ The right to “Reuse” the administrations’ “Information” is governed by the code
+des relations entre le public et l’administration (CRPA).
+ This licence facilitates the unrestricted and free of charge reuse of public
+information and is one of the licences which can be used by the administration
+pursuant to the decree issued under article L. 323-2 of the CRPA.
+ Under the Prime Minister’s authority, the Etalab mission is mandated to open
+up the maximum amount of data held by State administrations and public
+institutions. Etalab has drawn up the Open Licence to facilitate the unrestricted and
+free of charge reuse of public information, as defined by article L. 321-1 of the CRPA.
+ This licence is version 2.0 of the Open Licence. Etalab reserves the right to
+propose new versions of the Open Licence. Nevertheless, “Reusers” may continue
+to reuse information obtained under this licence should they so wish.
diff --git a/data/inputs/downloaded/iceland/2020-05-10/Sheet 1.csv b/data/inputs/downloaded/iceland_hospitalizations/2020-05-10/Sheet 1.csv
similarity index 100%
rename from data/inputs/downloaded/iceland/2020-05-10/Sheet 1.csv
rename to data/inputs/downloaded/iceland_hospitalizations/2020-05-10/Sheet 1.csv
diff --git a/data/inputs/downloaded/iceland/2020-05-20/Sheet 1.csv b/data/inputs/downloaded/iceland_hospitalizations/2020-05-20/Sheet 1.csv
similarity index 100%
rename from data/inputs/downloaded/iceland/2020-05-20/Sheet 1.csv
rename to data/inputs/downloaded/iceland_hospitalizations/2020-05-20/Sheet 1.csv
diff --git a/data/inputs/downloaded/iceland_hospitalizations/2020-06-06/Sheet 1.csv b/data/inputs/downloaded/iceland_hospitalizations/2020-06-06/Sheet 1.csv
new file mode 100644
index 0000000..600a94a
--- /dev/null
+++ b/data/inputs/downloaded/iceland_hospitalizations/2020-06-06/Sheet 1.csv
@@ -0,0 +1,95 @@
+"","Number in ICU","Number hospitalised"
+"28.02","0","1"
+"29.02","0","1"
+"01.03","0","1"
+"02.03","0","0"
+"03.03","0","0"
+"04.03","0","0"
+"05.03","0","1"
+"06.03","0","1"
+"07.03","0","1"
+"08.03","0","1"
+"09.03","0","1"
+"10.03","0","0"
+"11.03","0","1"
+"12.03","0","2"
+"13.03","0","2"
+"14.03","1","3"
+"15.03","2","3"
+"16.03","2","4"
+"17.03","2","5"
+"18.03","0","6"
+"19.03","1","6"
+"20.03","1","10"
+"21.03","1","12"
+"22.03","0","13"
+"23.03","2","13"
+"24.03","2","17"
+"25.03","3","18"
+"26.03","6","20"
+"27.03","6","20"
+"28.03","7","26"
+"29.03","10","30"
+"30.03","11","37"
+"31.03","13","40"
+"01.04","14","43"
+"02.04","12","44"
+"03.04","11","41"
+"04.04","11","37"
+"05.04","11","36"
+"06.04","13","38"
+"07.04","12","43"
+"08.04","11","40"
+"09.04","11","38"
+"10.04","10","38"
+"11.04","9","40"
+"12.04","9","40"
+"13.04","8","35"
+"14.04","8","31"
+"15.04","6","33"
+"16.04","3","30"
+"17.04","5","27"
+"18.04","5","28"
+"19.04","5","27"
+"20.04","5","21"
+"21.04","5","18"
+"22.04","5","15"
+"23.04","5","15"
+"24.04","3","14"
+"25.04","3","14"
+"26.04","2","13"
+"27.04","1","10"
+"28.04","0","8"
+"29.04","0","6"
+"30.04","0","5"
+"01.05","0","6"
+"02.05","0","6"
+"03.05","0","5"
+"04.05","0","3"
+"05.05","0","3"
+"06.05","0","3"
+"07.05","0","2"
+"08.05","0","2"
+"09.05","0","2"
+"10.05","0","2"
+"11.05","0","2"
+"12.05","0","1"
+"13.05","0","1"
+"14.05","0","0"
+"15.05","0","0"
+"16.05","0","0"
+"17.05","0","0"
+"18.05","0","0"
+"19.05","0","0"
+"20.05","0","0"
+"21.05","0","0"
+"22.05","0","0"
+"23.05","0","0"
+"24.05","0","0"
+"25.05","0","0"
+"26.05","0","0"
+"27.05","0","0"
+"28.05","0","0"
+"29.05","0","0"
+"30.05","0","0"
+"31.05","0","0"
diff --git a/data/inputs/downloaded/italy/2020-04-12/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-04-12/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-04-12/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-04-12/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy/2020-05-02/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-05-02/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-02/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-02/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy/2020-05-09/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-05-09/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-09/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-09/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy/2020-05-16/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-05-16/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-16/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-16/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy/2020-05-17/dpc-covid19-ita-regioni 1.csv b/data/inputs/downloaded/italy_and_regions/2020-05-17/dpc-covid19-ita-regioni 1.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-17/dpc-covid19-ita-regioni 1.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-17/dpc-covid19-ita-regioni 1.csv
diff --git a/data/inputs/downloaded/italy/2020-05-17/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-05-17/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-17/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-17/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy/2020-05-19/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-05-19/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-19/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-19/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy/2020-05-21/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-05-21/dpc-covid19-ita-regioni.csv
similarity index 100%
rename from data/inputs/downloaded/italy/2020-05-21/dpc-covid19-ita-regioni.csv
rename to data/inputs/downloaded/italy_and_regions/2020-05-21/dpc-covid19-ita-regioni.csv
diff --git a/data/inputs/downloaded/italy_and_regions/2020-06-04/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-06-04/dpc-covid19-ita-regioni.csv
new file mode 100644
index 0000000..e4fb8b0
--- /dev/null
+++ b/data/inputs/downloaded/italy_and_regions/2020-06-04/dpc-covid19-ita-regioni.csv
@@ -0,0 +1,2143 @@
+data,stato,codice_regione,denominazione_regione,lat,long,ricoverati_con_sintomi,terapia_intensiva,totale_ospedalizzati,isolamento_domiciliare,totale_positivi,variazione_totale_positivi,nuovi_positivi,dimessi_guariti,deceduti,totale_casi,tamponi,casi_testati,note_it,note_en
+2020-02-24T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,0,0,0,0,0,0,0,0,0,0,5,,,
+2020-02-24T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,15,Campania,40.83956555,14.25084984,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-02-24T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,10,2,12,6,18,0,18,0,0,18,148,,,
+2020-02-24T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,58,,,
+2020-02-24T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,1,1,2,0,2,0,2,1,0,3,124,,,
+2020-02-24T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,76,19,95,71,166,0,166,0,6,172,1463,,,
+2020-02-24T18:00:00,ITA,11,Marche,43.61675973,13.5188753,0,0,0,0,0,0,0,0,0,0,16,,,
+2020-02-24T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,1,3,0,3,0,0,3,141,,,
+2020-02-24T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,0,0,0,0,0,0,0,0,0,0,5,,,
+2020-02-24T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,0,0,0,0,0,0,0,0,0,0,140,,,
+2020-02-24T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-24T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,7,,,
+2020-02-24T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,12,4,16,16,32,0,32,0,1,33,2200,,,
+2020-02-25T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,0,0,0,0,0,0,0,0,0,0,5,,,
+2020-02-25T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-25T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,1,1,0,0,1,1,,,
+2020-02-25T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,2,,,
+2020-02-25T18:00:00,ITA,15,Campania,40.83956555,14.25084984,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-02-25T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,15,2,17,9,26,8,8,0,0,26,391,,,
+2020-02-25T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,89,,,
+2020-02-25T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,1,1,2,0,2,0,0,1,0,3,124,,,
+2020-02-25T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,1,0,1,0,1,1,1,0,0,1,39,,,
+2020-02-25T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,79,25,104,127,231,65,68,0,9,240,3700,,,
+2020-02-25T18:00:00,ITA,11,Marche,43.61675973,13.5188753,0,0,0,0,0,0,0,0,0,0,21,,,
+2020-02-25T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-25T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,1,3,0,0,0,0,3,141,,,
+2020-02-25T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-25T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-25T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,2,3,3,3,0,0,3,5,,,
+2020-02-25T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,2,0,2,0,2,2,2,0,0,2,296,,,
+2020-02-25T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-25T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-25T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,7,,,
+2020-02-25T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,12,7,19,23,42,10,10,0,1,43,3780,,,
+2020-02-26T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,0,0,0,0,0,0,0,0,0,0,13,,,
+2020-02-26T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-26T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,1,,,
+2020-02-26T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-26T18:00:00,ITA,15,Campania,40.83956555,14.25084984,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-02-26T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,20,3,23,23,46,20,21,0,1,47,577,,,
+2020-02-26T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,114,,,
+2020-02-26T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,0,0,0,0,0,-2,0,3,0,3,124,,,
+2020-02-26T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,6,0,6,5,11,10,10,0,0,11,66,,,
+2020-02-26T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,79,25,104,145,249,18,18,0,9,258,3208,,,
+2020-02-26T18:00:00,ITA,11,Marche,43.61675973,13.5188753,1,0,1,0,1,1,1,0,0,1,28,,,
+2020-02-26T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-26T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,1,3,0,0,0,0,3,156,,,
+2020-02-26T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-26T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-26T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,2,3,0,0,0,0,3,5,,,
+2020-02-26T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,2,0,2,0,2,0,0,0,0,2,363,,,
+2020-02-26T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-26T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-26T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,7,,,
+2020-02-26T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,16,8,24,45,69,27,28,0,2,71,4900,,,
+2020-02-27T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,1,0,1,0,1,1,1,0,0,1,33,,,
+2020-02-27T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-27T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,2,,,
+2020-02-27T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,14,,,
+2020-02-27T18:00:00,ITA,15,Campania,40.83956555,14.25084984,2,0,2,1,3,3,3,0,0,3,10,,,
+2020-02-27T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,36,6,42,54,96,50,50,0,1,97,1033,,,
+2020-02-27T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,141,,,
+2020-02-27T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,0,0,0,0,0,0,0,3,0,3,552,,,
+2020-02-27T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,9,0,9,10,19,8,8,0,0,19,78,,,
+2020-02-27T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,172,41,213,136,349,100,145,40,14,403,3320,,,
+2020-02-27T18:00:00,ITA,11,Marche,43.61675973,13.5188753,2,1,3,0,3,2,2,0,0,3,46,,,
+2020-02-27T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-27T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,0,2,-1,-1,0,0,2,156,,,
+2020-02-27T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,0,1,1,1,0,0,1,0,,,
+2020-02-27T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-27T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,1,2,-1,1,2,0,4,5,,,
+2020-02-27T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,2,0,2,0,2,0,0,0,0,2,410,,,
+2020-02-27T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,32,,,
+2020-02-27T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-27T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,9,,,
+2020-02-27T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,19,8,27,82,109,40,40,0,2,111,6164,,,
+2020-02-28T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,1,0,1,0,1,0,0,0,0,1,33,,,
+2020-02-28T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-28T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,2,,,
+2020-02-28T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,1,1,0,0,1,21,,,
+2020-02-28T18:00:00,ITA,15,Campania,40.83956555,14.25084984,2,0,2,2,4,1,1,0,0,4,213,,,
+2020-02-28T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,56,6,62,81,143,47,48,0,2,145,1277,,,
+2020-02-28T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,169,,,
+2020-02-28T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,0,0,0,0,0,0,0,3,0,3,611,,,
+2020-02-28T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,9,0,9,10,19,0,0,0,0,19,112,,,
+2020-02-28T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,235,47,282,192,474,125,128,40,17,531,4835,,,
+2020-02-28T18:00:00,ITA,11,Marche,43.61675973,13.5188753,3,2,5,1,6,3,3,0,0,6,47,,,
+2020-02-28T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-28T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,7,0,7,4,11,9,9,0,0,11,227,,,
+2020-02-28T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,2,3,2,2,0,0,3,242,,,
+2020-02-28T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-28T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,1,2,0,0,2,0,4,5,,,
+2020-02-28T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,5,0,5,2,7,5,6,1,0,8,437,,,
+2020-02-28T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,32,,,
+2020-02-28T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-28T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,9,,,
+2020-02-28T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,24,9,33,116,149,40,40,0,2,151,7414,,,
+2020-02-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,2,0,2,0,2,1,1,0,0,2,43,,,
+2020-02-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,32,,,
+2020-02-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,16,,,
+2020-02-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,27,,,
+2020-02-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,3,0,3,10,13,9,9,0,0,13,373,,,
+2020-02-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,86,11,97,116,213,70,72,0,4,217,1550,,,
+2020-02-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,189,,,
+2020-02-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,3,0,3,0,3,3,3,3,0,6,679,,,
+2020-02-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,4,1,5,33,38,19,23,4,0,42,121,,,
+2020-02-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,256,80,336,216,552,78,84,40,23,615,5723,,,
+2020-02-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,6,2,8,3,11,5,5,0,0,11,68,,,
+2020-02-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,7,0,7,4,11,0,0,0,0,11,308,,,
+2020-02-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,2,3,0,0,0,0,3,252,,,
+2020-02-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,1,2,0,0,2,0,4,6,,,
+2020-02-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,7,0,7,3,10,3,3,1,0,11,531,,,
+2020-02-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,43,,,
+2020-02-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,31,,,
+2020-02-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,9,,,
+2020-02-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,24,11,35,154,189,40,40,0,2,191,8659,,,
+2020-03-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,3,0,3,2,5,3,3,0,0,5,52,,,
+2020-03-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,39,,,
+2020-03-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,35,,,
+2020-03-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,4,0,4,13,17,4,4,0,0,17,373,,,
+2020-03-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,127,13,140,137,277,64,68,0,8,285,1795,,,
+2020-03-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,6,6,6,6,0,0,6,243,,,
+2020-03-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,3,0,3,0,3,0,0,3,0,6,724,,,
+2020-03-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,1,13,8,21,-17,-17,4,0,25,121,,,
+2020-03-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,406,106,512,375,887,335,369,73,24,984,6879,,,
+2020-03-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,12,5,17,8,25,14,14,0,0,25,101,,,
+2020-03-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,6,,,
+2020-03-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,11,2,13,36,49,38,38,0,0,49,362,,,
+2020-03-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,2,3,0,0,0,0,3,262,,,
+2020-03-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,29,,,
+2020-03-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,6,7,5,5,2,0,9,291,,,
+2020-03-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,7,0,7,5,12,2,2,1,0,13,572,,,
+2020-03-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,122,,,
+2020-03-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,2,2,2,2,0,0,2,35,,,
+2020-03-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-03-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,51,13,64,197,261,72,72,0,2,263,9056,,,
+2020-03-02T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,3,0,3,2,5,0,0,0,0,5,52,,,
+2020-03-02T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,39,,,
+2020-03-02T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-02T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,39,,,
+2020-03-02T18:00:00,ITA,15,Campania,40.83956555,14.25084984,4,0,4,13,17,0,0,0,0,17,373,,,
+2020-03-02T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,148,16,164,160,324,47,50,0,11,335,1973,,,
+2020-03-02T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,9,9,3,3,0,0,9,269,,,
+2020-03-02T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,3,0,3,1,4,1,1,3,0,7,773,,,
+2020-03-02T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,1,13,5,18,-3,-3,4,0,22,121,,,
+2020-03-02T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,478,127,605,472,1077,190,270,139,38,1254,7925,,,
+2020-03-02T18:00:00,ITA,11,Marche,43.61675973,13.5188753,17,6,23,11,34,9,10,0,1,35,137,,,
+2020-03-02T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,13,,,
+2020-03-02T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,12,2,14,37,51,2,2,0,0,51,434,,,
+2020-03-02T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,2,0,2,2,4,1,1,0,0,4,278,,,
+2020-03-02T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,29,,,
+2020-03-02T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,2,0,2,3,5,-2,-2,2,0,7,307,,,
+2020-03-02T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,7,0,7,5,12,0,0,1,0,13,613,,,
+2020-03-02T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,122,,,
+2020-03-02T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,2,2,0,0,0,0,2,35,,,
+2020-03-02T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,11,,,
+2020-03-02T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,53,14,67,204,271,10,10,0,2,273,9782,,,
+2020-03-03T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,5,0,5,1,6,1,1,0,0,6,52,,,
+2020-03-03T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,1,1,1,1,0,0,1,42,,,
+2020-03-03T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-03T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,39,,,
+2020-03-03T18:00:00,ITA,15,Campania,40.83956555,14.25084984,11,0,11,19,30,13,13,0,0,30,405,,,
+2020-03-03T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,187,24,211,187,398,74,85,4,18,420,2012,,,
+2020-03-03T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,1,0,1,12,13,4,4,0,0,13,354,,,
+2020-03-03T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,10,0,10,1,11,7,7,3,0,14,877,,,
+2020-03-03T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,2,14,5,19,1,2,4,1,24,121,,,
+2020-03-03T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,698,167,865,461,1326,249,266,139,55,1520,9577,,,
+2020-03-03T18:00:00,ITA,11,Marche,43.61675973,13.5188753,27,13,40,19,59,25,26,0,2,61,200,,,
+2020-03-03T18:00:00,ITA,14,Molise,41.55774754,14.65916051,3,0,3,0,3,3,3,0,0,3,13,,,
+2020-03-03T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,13,3,16,40,56,5,5,0,0,56,458,,,
+2020-03-03T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,2,0,2,4,6,2,2,0,0,6,298,,,
+2020-03-03T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,1,0,1,0,1,1,1,0,0,1,29,,,
+2020-03-03T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,2,0,2,3,5,0,0,2,0,7,307,,,
+2020-03-03T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,10,0,10,8,18,6,6,1,0,19,697,,,
+2020-03-03T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,1,0,1,3,4,4,4,0,0,4,122,,,
+2020-03-03T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,1,1,2,6,8,6,6,0,0,8,45,,,
+2020-03-03T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,12,,,
+2020-03-03T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,49,19,68,229,297,26,34,7,3,307,10176,,,
+2020-03-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,7,0,7,0,7,1,1,0,0,7,85,,,
+2020-03-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,1,1,0,0,0,0,1,48,,,
+2020-03-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,46,,,
+2020-03-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,11,0,11,20,31,1,1,0,0,31,429,,,
+2020-03-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,256,26,282,234,516,118,124,6,22,544,2500,,,
+2020-03-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,3,0,3,15,18,5,5,0,0,18,376,,,
+2020-03-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,15,3,18,9,27,16,16,3,0,30,995,,,
+2020-03-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,10,3,13,8,21,2,2,4,1,26,133,,,
+2020-03-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,877,209,1086,411,1497,171,300,250,73,1820,12138,,,
+2020-03-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,34,15,49,31,80,21,23,0,4,84,288,,,
+2020-03-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,0,3,0,3,0,0,0,0,3,19,,,
+2020-03-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,26,13,39,43,82,26,26,0,0,82,543,,,
+2020-03-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,4,0,4,3,7,1,3,1,1,9,322,,,
+2020-03-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,1,0,1,1,2,1,1,0,0,2,42,,,
+2020-03-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,5,0,5,11,16,11,11,2,0,18,367,,,
+2020-03-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,15,2,17,20,37,19,19,1,0,38,776,,,
+2020-03-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,1,0,1,4,5,1,1,0,0,5,122,,,
+2020-03-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,1,1,2,7,9,1,1,0,0,9,58,,,
+2020-03-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,15,,,
+2020-03-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,76,23,99,246,345,48,53,9,6,360,10515,,,
+2020-03-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,8,0,8,0,8,1,1,0,0,8,96,,,
+2020-03-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,1,1,0,0,0,0,1,54,,,
+2020-03-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,1,0,1,1,2,1,1,0,0,2,53,,,
+2020-03-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,12,0,12,33,45,14,14,0,0,45,471,,,
+2020-03-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,327,32,359,299,658,142,154,10,30,698,2884,,,
+2020-03-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,4,0,4,17,21,3,3,0,0,21,397,,,
+2020-03-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,20,7,27,14,41,14,14,3,0,44,1175,,,
+2020-03-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,11,3,14,7,21,0,2,4,3,28,146,,,
+2020-03-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,1169,244,1413,364,1777,280,431,376,98,2251,12354,,,
+2020-03-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,57,19,76,44,120,40,40,0,4,124,413,,,
+2020-03-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,4,0,4,3,7,4,4,0,0,7,24,,,
+2020-03-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,43,17,60,46,106,24,26,0,2,108,543,,,
+2020-03-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,5,1,6,6,12,5,5,1,1,14,359,,,
+2020-03-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,2,0,2,0,2,0,0,0,0,2,50,,,
+2020-03-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,5,0,5,11,16,0,0,2,0,18,367,,,
+2020-03-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,26,3,29,31,60,23,23,1,0,61,776,,,
+2020-03-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,2,0,2,5,7,2,2,0,0,7,122,,,
+2020-03-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,1,1,2,7,9,0,0,0,0,9,88,,,
+2020-03-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,2,2,2,2,0,0,2,21,,,
+2020-03-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,92,24,116,264,380,35,47,17,10,407,11949,,,
+2020-03-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,9,0,9,0,9,1,1,0,0,9,96,,,
+2020-03-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,0,1,2,3,2,2,0,0,3,63,,,
+2020-03-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,4,0,4,0,4,3,3,0,0,4,36,,,
+2020-03-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,2,0,2,2,4,2,2,0,0,4,99,,,
+2020-03-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,12,0,12,45,57,12,12,0,0,57,471,,,
+2020-03-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,397,53,450,366,816,158,172,17,37,870,3136,,,
+2020-03-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,4,0,4,24,28,7,10,3,0,31,577,,,
+2020-03-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,26,8,34,16,50,9,10,3,1,54,1373,,,
+2020-03-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,5,17,7,24,3,4,5,3,32,229,,,
+2020-03-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,1622,309,1931,77,2008,231,361,469,135,2612,13556,,,
+2020-03-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,73,20,93,62,155,35,35,0,4,159,585,,,
+2020-03-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,7,12,5,5,0,0,12,104,,,
+2020-03-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,57,30,87,52,139,33,35,0,4,143,793,,,
+2020-03-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,5,1,6,9,15,3,3,1,1,17,395,,,
+2020-03-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,2,0,2,3,5,3,3,0,0,5,99,,,
+2020-03-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,7,0,7,15,22,6,6,2,0,24,367,,,
+2020-03-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,35,5,40,38,78,18,18,1,0,79,1097,,,
+2020-03-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,4,0,4,6,10,3,3,0,0,10,122,,,
+2020-03-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,2,2,4,12,16,7,7,0,0,16,110,,,
+2020-03-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,7,7,5,5,0,0,7,28,,,
+2020-03-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,117,27,144,310,454,74,81,22,12,488,13023,,,
+2020-03-07T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,11,0,11,0,11,2,2,0,0,11,123,,,
+2020-03-07T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,0,1,2,3,0,0,0,0,3,75,,,
+2020-03-07T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,0,8,1,9,5,5,0,0,9,36,,,
+2020-03-07T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,2,0,2,2,4,0,0,0,0,4,113,,,
+2020-03-07T18:00:00,ITA,15,Campania,40.83956555,14.25084984,16,0,16,45,61,4,4,0,0,61,612,,,
+2020-03-07T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,464,64,528,409,937,121,140,25,48,1010,3604,,,
+2020-03-07T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,7,1,8,31,39,11,11,3,0,42,577,,,
+2020-03-07T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,43,8,51,21,72,22,22,3,1,76,1582,,,
+2020-03-07T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,26,6,32,10,42,18,19,5,4,51,331,,,
+2020-03-07T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,1661,359,2020,722,2742,734,808,524,154,3420,15778,,pd-IT-0002,pd-EN-0002
+2020-03-07T18:00:00,ITA,11,Marche,43.61675973,13.5188753,94,36,130,71,201,46,48,0,6,207,816,,,
+2020-03-07T18:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,9,14,2,2,0,0,14,112,,,
+2020-03-07T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,110,38,148,54,202,63,64,0,5,207,1046,,,
+2020-03-07T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,9,2,11,12,23,8,9,1,2,26,395,,,
+2020-03-07T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,2,0,2,3,5,0,0,0,0,5,99,,,
+2020-03-07T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,8,0,8,25,33,11,11,2,0,35,643,,,
+2020-03-07T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,54,7,61,51,112,34,34,1,0,113,1331,,,
+2020-03-07T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,6,1,7,7,14,4,4,0,0,14,194,,,
+2020-03-07T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,2,2,4,20,24,8,8,0,0,24,134,,,
+2020-03-07T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,1,0,1,7,8,1,1,0,0,8,32,,,
+2020-03-07T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,123,41,164,341,505,51,55,25,13,543,14429,,,
+2020-03-08T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,14,0,14,3,17,6,6,0,0,17,163,,,
+2020-03-08T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,2,0,2,2,4,1,1,0,0,4,123,,,
+2020-03-08T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,0,8,1,9,0,0,0,0,9,36,,,
+2020-03-08T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,5,0,5,4,9,5,5,0,0,9,113,,,
+2020-03-08T18:00:00,ITA,15,Campania,40.83956555,14.25084984,30,7,37,63,100,39,40,1,0,101,980,,,
+2020-03-08T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,542,75,617,480,1097,160,170,27,56,1180,4344,,,
+2020-03-08T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,7,1,8,45,53,14,15,3,1,57,997,,,
+2020-03-08T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,47,8,55,26,81,9,11,3,3,87,1929,,,
+2020-03-08T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,39,11,50,17,67,25,27,5,6,78,401,,,
+2020-03-08T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2217,399,2616,756,3372,630,769,550,267,4189,18534,,,
+2020-03-08T18:00:00,ITA,11,Marche,43.61675973,13.5188753,110,41,151,114,265,64,65,0,7,272,1025,,,
+2020-03-08T18:00:00,ITA,14,Molise,41.55774754,14.65916051,4,2,6,8,14,0,0,0,0,14,116,,,
+2020-03-08T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,245,45,290,65,355,153,153,0,5,360,1636,,,
+2020-03-08T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,17,3,20,16,36,13,14,1,3,40,627,,,
+2020-03-08T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,5,0,5,6,11,6,6,0,0,11,149,,,
+2020-03-08T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,18,0,18,33,51,18,18,2,0,53,791,,,
+2020-03-08T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,91,7,98,67,165,53,53,1,0,166,1618,,,
+2020-03-08T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,7,2,9,14,23,9,9,0,0,23,228,,,
+2020-03-08T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,2,2,4,22,26,2,2,0,0,26,168,,,
+2020-03-08T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,1,0,1,8,9,1,1,0,0,9,41,,,
+2020-03-08T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,146,47,193,430,623,118,127,29,18,670,15918,,,
+2020-03-09T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,25,0,25,5,30,13,13,0,0,30,237,,,
+2020-03-09T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,2,0,2,3,5,1,1,0,0,5,135,,,
+2020-03-09T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,0,8,1,9,0,0,0,0,9,36,,,
+2020-03-09T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,8,0,8,1,9,0,2,2,0,11,173,,,
+2020-03-09T18:00:00,ITA,15,Campania,40.83956555,14.25084984,42,8,50,69,119,19,19,1,0,120,980,,,
+2020-03-09T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,576,90,666,620,1286,189,206,30,70,1386,4906,,,
+2020-03-09T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,18,1,19,70,89,36,36,3,1,93,1344,,,
+2020-03-09T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,55,8,63,31,94,13,15,3,5,102,1929,,,
+2020-03-09T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,60,17,77,20,97,30,31,5,7,109,611,,,
+2020-03-09T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2802,440,3242,1248,4490,1118,1280,646,333,5469,20135,,,
+2020-03-09T18:00:00,ITA,11,Marche,43.61675973,13.5188753,136,47,183,130,313,48,51,0,10,323,1250,,,
+2020-03-09T18:00:00,ITA,14,Molise,41.55774754,14.65916051,4,2,6,8,14,0,0,0,0,14,212,,,
+2020-03-09T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,222,50,272,65,337,-18,-10,0,13,350,1681,,,
+2020-03-09T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,20,6,26,20,46,10,10,1,3,50,685,,,
+2020-03-09T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,8,0,8,11,19,8,8,0,0,19,185,,,
+2020-03-09T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,19,0,19,33,52,1,1,2,0,54,836,,,
+2020-03-09T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,107,9,116,90,206,41,42,1,1,208,2018,,,
+2020-03-09T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,10,2,12,21,33,10,10,0,0,33,267,,,
+2020-03-09T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,4,2,6,22,28,2,2,0,0,28,183,,,
+2020-03-09T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,4,0,4,11,15,6,6,0,0,15,67,,,
+2020-03-09T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,186,51,237,457,694,71,74,30,20,744,15956,,,
+2020-03-10T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,17,9,26,11,37,7,8,0,1,38,310,,,
+2020-03-10T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,2,0,2,5,7,2,2,0,0,7,148,,,
+2020-03-10T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,17,1,18,20,38,29,29,0,0,38,36,,,
+2020-03-10T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,8,2,10,1,11,2,2,2,0,13,360,,,
+2020-03-10T18:00:00,ITA,15,Campania,40.83956555,14.25084984,33,8,41,85,126,7,7,1,0,127,1141,,,
+2020-03-10T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,669,98,767,650,1417,131,147,31,85,1533,5494,,,
+2020-03-10T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,27,6,33,77,110,21,23,3,3,116,1602,,,
+2020-03-10T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,50,15,65,34,99,5,14,11,6,116,3591,,,
+2020-03-10T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,57,29,86,42,128,31,32,5,8,141,694,,,
+2020-03-10T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3319,466,3785,642,4427,-63,322,896,468,5791,21479,,pd-IT-0004,pd-EN-0004
+2020-03-10T18:00:00,ITA,11,Marche,43.61675973,13.5188753,152,54,206,175,381,68,71,0,13,394,1437,,,
+2020-03-10T18:00:00,ITA,14,Molise,41.55774754,14.65916051,3,3,6,9,15,1,1,0,0,15,225,,,
+2020-03-10T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,306,66,372,64,436,99,103,0,17,453,2374,,,
+2020-03-10T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,28,6,34,21,55,9,9,1,3,59,747,,,
+2020-03-10T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,9,0,9,11,20,1,1,0,0,20,204,,,
+2020-03-10T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,17,2,19,41,60,8,8,2,0,62,955,,,
+2020-03-10T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,91,40,131,129,260,54,56,3,1,264,2573,,,
+2020-03-10T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,19,3,22,28,50,17,19,2,0,52,399,,,
+2020-03-10T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,8,2,10,27,37,9,9,0,0,37,260,,,
+2020-03-10T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,2,0,2,15,17,2,2,0,0,17,89,,,
+2020-03-10T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,204,67,271,512,783,89,112,47,26,856,16643,,,
+2020-03-11T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,17,9,26,11,37,0,0,0,1,38,310,,nd-IT-0001,nd-EN-0001
+2020-03-11T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,1,2,6,8,1,1,0,0,8,155,,,
+2020-03-11T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,4,12,63,75,37,37,0,0,75,75,,,
+2020-03-11T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,10,2,12,5,17,6,6,2,0,19,405,,,
+2020-03-11T17:00:00,ITA,15,Campania,40.83956555,14.25084984,56,11,67,82,149,23,27,4,1,154,1375,,,
+2020-03-11T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,745,104,849,739,1588,171,206,38,113,1739,6640,,,
+2020-03-11T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,16,5,21,89,110,0,10,10,6,126,2073,,,
+2020-03-11T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,67,18,85,40,125,26,34,19,6,150,3591,,,
+2020-03-11T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,74,34,108,73,181,53,53,5,8,194,1025,,,
+2020-03-11T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3852,560,4412,1351,5763,1336,1489,900,617,7280,25629,,,
+2020-03-11T17:00:00,ITA,11,Marche,43.61675973,13.5188753,212,66,278,183,461,80,85,0,18,479,1656,,,
+2020-03-11T17:00:00,ITA,14,Molise,41.55774754,14.65916051,4,3,7,9,16,1,1,0,0,16,233,,,
+2020-03-11T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,319,75,394,86,480,44,48,0,21,501,2431,,,
+2020-03-11T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,38,4,42,29,71,16,18,1,5,77,909,,,
+2020-03-11T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,10,0,10,27,37,17,17,0,0,37,283,,,
+2020-03-11T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,23,1,24,57,81,21,21,2,0,83,1194,,,
+2020-03-11T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,87,54,141,173,314,54,56,5,1,320,2804,,,
+2020-03-11T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,28,4,32,42,74,24,25,3,0,77,527,,,
+2020-03-11T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,7,5,12,32,44,7,9,2,0,46,340,,,
+2020-03-11T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,2,0,2,17,19,2,3,0,1,20,99,,,
+2020-03-11T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,262,68,330,610,940,157,167,54,29,1023,21400,,,
+2020-03-12T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,47,12,59,19,78,41,46,4,2,84,867,,,
+2020-03-12T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,1,2,6,8,0,0,0,0,8,155,,,
+2020-03-12T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,21,4,25,78,103,28,29,0,1,104,607,,,
+2020-03-12T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,14,2,16,16,32,15,14,1,0,33,483,,,
+2020-03-12T17:00:00,ITA,15,Campania,40.83956555,14.25084984,56,11,67,107,174,25,25,4,1,179,1551,,,
+2020-03-12T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,814,112,926,832,1758,170,208,43,146,1947,7600,,,
+2020-03-12T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,23,10,33,115,148,38,41,11,8,167,2604,,,
+2020-03-12T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,85,20,105,67,172,47,50,19,9,200,5592,,,
+2020-03-12T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,100,36,136,107,243,62,80,20,11,274,1174,,,
+2020-03-12T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4247,605,4852,2044,6896,1133,1445,1085,744,8725,29534,,,
+2020-03-12T17:00:00,ITA,11,Marche,43.61675973,13.5188753,254,76,330,240,570,109,113,0,22,592,1907,,,
+2020-03-12T17:00:00,ITA,14,Molise,41.55774754,14.65916051,4,3,7,9,16,0,0,0,0,16,238,,,
+2020-03-12T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,368,97,465,89,554,74,79,0,26,580,2879,,,
+2020-03-12T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,58,2,60,38,98,27,27,1,5,104,1269,,,
+2020-03-12T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,0,12,27,39,2,2,0,0,39,302,,,
+2020-03-12T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,28,5,33,78,111,30,32,2,2,115,1477,,,
+2020-03-12T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,100,59,159,193,352,38,44,7,5,364,3165,,,
+2020-03-12T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,43,5,48,54,102,28,30,4,1,107,593,,,
+2020-03-12T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,8,8,16,46,62,18,18,2,0,64,458,,,
+2020-03-12T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,7,0,7,19,26,7,7,0,1,27,118,,,
+2020-03-12T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,360,85,445,852,1297,357,361,55,32,1384,23438,,,
+2020-03-13T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,42,14,56,27,83,5,5,4,2,89,958,,,
+2020-03-13T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,1,2,8,10,2,2,0,0,10,155,,,
+2020-03-13T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,20,5,25,98,123,20,21,0,2,125,811,,,
+2020-03-13T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,18,3,21,16,37,5,5,1,0,38,504,,,
+2020-03-13T17:00:00,ITA,15,Campania,40.83956555,14.25084984,60,19,79,134,213,39,41,5,2,220,1671,,,
+2020-03-13T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,942,128,1070,941,2011,253,316,51,201,2263,8787,,,
+2020-03-13T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,59,8,67,169,236,88,90,11,10,257,3149,,,
+2020-03-13T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,122,24,146,96,242,70,77,24,11,277,6491,,,
+2020-03-13T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,128,44,172,132,304,61,71,24,17,345,1442,,,
+2020-03-13T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4435,650,5085,2647,7732,836,1095,1198,890,9820,32700,,,
+2020-03-13T17:00:00,ITA,11,Marche,43.61675973,13.5188753,337,85,422,276,698,128,133,0,27,725,2218,,,
+2020-03-13T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,3,8,9,17,1,1,0,0,17,243,,,
+2020-03-13T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,556,135,691,103,794,240,260,0,46,840,3105,,,
+2020-03-13T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,77,2,79,42,121,23,25,3,5,129,1449,,,
+2020-03-13T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,0,12,31,43,4,4,0,0,43,504,,,
+2020-03-13T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,37,7,44,82,126,15,15,2,2,130,1950,,,
+2020-03-13T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,134,77,211,244,455,103,106,10,5,470,4049,,,
+2020-03-13T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,58,6,64,93,157,55,56,4,2,163,846,,,
+2020-03-13T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,11,10,21,52,73,11,12,2,1,76,576,,,
+2020-03-13T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,6,0,6,21,27,1,1,0,1,28,189,,,
+2020-03-13T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,366,107,473,980,1453,156,211,100,42,1595,25691,,,
+2020-03-14T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,51,14,65,41,106,23,23,4,2,112,1232,,,
+2020-03-14T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,2,2,8,10,0,0,0,0,10,155,,,
+2020-03-14T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,26,7,33,137,170,47,48,0,3,173,1135,,,
+2020-03-14T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,22,4,26,33,59,22,22,1,0,60,711,,,
+2020-03-14T17:00:00,ITA,15,Campania,40.83956555,14.25084984,72,17,89,154,243,30,52,23,6,272,1936,,,
+2020-03-14T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1076,152,1228,1121,2349,338,381,54,241,2644,10043,,,
+2020-03-14T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,67,11,78,193,271,35,44,17,13,301,3376,,,
+2020-03-14T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,181,25,206,114,320,78,80,24,13,357,7335,,,
+2020-03-14T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,213,62,275,109,384,80,118,52,27,463,1750,,,
+2020-03-14T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4898,732,5630,3429,9059,1327,1865,1660,966,11685,37138,,,
+2020-03-14T17:00:00,ITA,11,Marche,43.61675973,13.5188753,449,93,542,321,863,165,174,0,36,899,2561,,,
+2020-03-14T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,3,8,9,17,0,0,0,0,17,247,,,
+2020-03-14T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,538,150,688,126,814,20,33,0,59,873,3680,,,
+2020-03-14T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,91,6,97,59,156,35,37,2,8,166,1681,,,
+2020-03-14T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,14,0,14,33,47,4,4,0,0,47,530,,,
+2020-03-14T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,42,11,53,97,150,24,26,4,2,156,2100,,,
+2020-03-14T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,160,87,247,367,614,159,160,10,6,630,4595,,,
+2020-03-14T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,68,12,80,119,199,42,43,5,2,206,1006,,,
+2020-03-14T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,21,11,32,71,103,30,31,3,1,107,748,,,
+2020-03-14T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,12,0,12,29,41,14,14,0,1,42,231,,,
+2020-03-14T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,366,119,485,1290,1775,322,342,107,55,1937,26980,,,
+2020-03-15T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,72,28,100,28,128,22,25,6,3,137,1419,,,
+2020-03-15T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,2,2,9,11,1,1,0,0,11,208,,,
+2020-03-15T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,4,54,145,199,29,31,0,5,204,1497,,,
+2020-03-15T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,32,6,38,28,66,7,8,1,1,68,884,,,
+2020-03-15T17:00:00,ITA,15,Campania,40.83956555,14.25084984,73,22,95,201,296,53,61,28,9,333,2213,,,
+2020-03-15T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1215,169,1384,1357,2741,392,449,68,284,3093,12054,,,
+2020-03-15T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,98,12,110,206,316,45,46,17,14,347,3407,,,
+2020-03-15T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,223,31,254,142,396,76,79,24,16,436,8345,,,
+2020-03-15T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,253,66,319,174,493,109,96,33,33,559,1973,,,
+2020-03-15T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5500,767,6267,3776,10043,984,1587,2011,1218,13272,40369,,,
+2020-03-15T17:00:00,ITA,11,Marche,43.61675973,13.5188753,521,98,619,468,1087,224,234,0,46,1133,2946,,,
+2020-03-15T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,4,7,10,17,0,0,0,0,17,248,,,
+2020-03-15T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,726,171,897,133,1030,216,238,0,81,1111,4375,,,
+2020-03-15T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,116,6,122,90,212,56,64,2,16,230,2017,,,
+2020-03-15T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,16,0,16,59,75,28,30,0,2,77,613,,,
+2020-03-15T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,56,15,71,108,179,29,32,7,2,188,2452,,,
+2020-03-15T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,175,107,282,481,763,149,151,10,8,781,5132,,,
+2020-03-15T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,73,19,92,275,367,168,172,5,6,378,1006,,,
+2020-03-15T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,13,38,101,139,36,36,3,1,143,965,,,
+2020-03-15T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,10,3,13,43,56,15,15,0,1,57,230,,,
+2020-03-15T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,426,129,555,1434,1989,214,235,120,63,2172,32546,,,
+2020-03-16T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,71,37,108,57,165,37,39,7,4,176,1533,,,
+2020-03-16T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,2,3,9,12,1,1,0,0,12,230,,,
+2020-03-16T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,53,11,64,171,235,36,37,0,6,241,1740,,,
+2020-03-16T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,36,7,43,44,87,21,21,1,1,89,1030,,,
+2020-03-16T17:00:00,ITA,15,Campania,40.83956555,14.25084984,103,22,125,238,363,67,67,28,9,400,2517,,,
+2020-03-16T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1362,197,1559,1529,3088,347,429,88,346,3522,13096,,,
+2020-03-16T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,96,19,115,231,346,30,39,18,22,386,4851,,,
+2020-03-16T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,267,31,298,174,472,76,87,32,19,523,9330,,,
+2020-03-16T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,255,73,328,247,575,82,108,42,50,667,2189,,,
+2020-03-16T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6171,823,6994,3867,10861,818,1377,2368,1420,14649,43565,,,
+2020-03-16T17:00:00,ITA,11,Marche,43.61675973,13.5188753,528,110,638,547,1185,98,109,0,57,1242,3225,,,
+2020-03-16T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,5,8,7,15,-2,4,5,1,21,253,,,
+2020-03-16T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1045,186,1231,174,1405,375,405,0,111,1516,5588,,,
+2020-03-16T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,116,6,122,90,212,0,0,2,16,230,2017,,nd-IT-0005,nd-EN-0005
+2020-03-16T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,39,0,39,66,105,30,30,0,2,107,797,,,
+2020-03-16T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,75,20,95,108,203,24,25,8,2,213,2653,,,
+2020-03-16T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,175,107,282,559,841,78,85,11,14,866,5910,,,
+2020-03-16T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,73,19,92,275,367,0,0,5,6,378,1006,,nd-IT-0003,nd-EN-0003
+2020-03-16T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,30,15,45,114,159,20,21,4,1,164,1093,,,
+2020-03-16T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,28,5,33,70,103,47,48,0,2,105,287,,,
+2020-03-16T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,498,156,654,1620,2274,285,301,130,69,2473,35052,,,
+2020-03-17T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,94,32,126,90,216,51,53,7,6,229,1688,,,
+2020-03-17T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,5,2,7,13,20,8,8,0,0,20,262,,,
+2020-03-17T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,71,11,82,200,282,47,50,1,8,291,2149,,,
+2020-03-17T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,45,10,55,57,112,25,25,1,1,114,1293,,,
+2020-03-17T17:00:00,ITA,15,Campania,40.83956555,14.25084984,127,24,151,272,423,60,60,28,9,460,2685,,,
+2020-03-17T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1566,223,1789,1615,3404,316,409,134,393,3931,14510,,nd-IT-0008,nd-EN-0008
+2020-03-17T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,104,21,125,222,347,1,8,17,30,394,4958,,,
+2020-03-17T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,314,44,358,192,550,78,84,34,23,607,9436,,,
+2020-03-17T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,299,85,384,277,661,86,111,57,60,778,2509,,,
+2020-03-17T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6953,879,7832,4263,12095,1234,1571,2485,1640,16220,46449,,,
+2020-03-17T17:00:00,ITA,11,Marche,43.61675973,13.5188753,599,109,708,594,1302,117,129,0,69,1371,3225,,,
+2020-03-17T17:00:00,ITA,14,Molise,41.55774754,14.65916051,7,5,12,7,19,4,4,5,1,25,301,,,
+2020-03-17T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1378,206,1584,180,1764,359,381,0,133,1897,6543,,,
+2020-03-17T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,155,14,169,151,320,108,110,2,18,340,3077,,,
+2020-03-17T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,36,4,40,75,115,10,10,0,2,117,1003,,,
+2020-03-17T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,86,28,114,112,226,23,24,8,3,237,2916,,,
+2020-03-17T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,329,143,472,552,1024,183,187,12,17,1053,6727,,,
+2020-03-17T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,107,22,129,239,368,1,7,10,7,385,1727,,,
+2020-03-17T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,36,21,57,135,192,33,33,4,1,197,1323,,,
+2020-03-17T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,35,6,41,93,134,31,31,0,2,136,398,,,
+2020-03-17T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,548,171,719,1769,2488,214,231,136,80,2704,35478,,,
+2020-03-18T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,99,41,140,109,249,33,34,7,7,263,2054,,,
+2020-03-18T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,9,2,11,16,27,7,7,0,0,27,262,,,
+2020-03-18T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,79,18,97,269,366,84,85,1,9,376,2844,,,
+2020-03-18T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,45,11,56,70,126,14,15,2,1,129,1668,,,
+2020-03-18T17:00:00,ITA,15,Campania,40.83956555,14.25084984,127,24,151,272,423,0,0,28,9,460,2685,,nd-IT-0013,nd-EN-0013
+2020-03-18T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1784,247,2031,1884,3915,511,594,152,458,4525,15461,,nd-IT-0011,nd-EN-0011
+2020-03-18T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,128,27,155,261,416,69,68,15,31,462,4958,,,
+2020-03-18T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,374,44,418,232,650,100,117,42,32,724,11145,,,
+2020-03-18T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,401,100,501,243,744,83,109,70,73,887,2912,,,
+2020-03-18T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7285,924,8209,4057,12266,171,1493,3488,1959,17713,48983,,,
+2020-03-18T17:00:00,ITA,11,Marche,43.61675973,13.5188753,638,119,757,719,1476,174,197,0,92,1568,4109,,,
+2020-03-18T17:00:00,ITA,14,Molise,41.55774754,14.65916051,7,6,13,8,21,2,3,6,1,28,361,,,
+2020-03-18T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1780,227,2007,180,2187,423,444,0,154,2341,7516,,,
+2020-03-18T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,156,30,186,176,362,42,43,2,19,383,3433,,,
+2020-03-18T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,42,7,49,83,132,17,17,0,2,134,1135,,,
+2020-03-18T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,100,29,129,138,267,41,45,12,3,282,3294,,,
+2020-03-18T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,427,160,587,704,1291,267,277,17,22,1330,7606,,,
+2020-03-18T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,141,22,163,273,436,68,70,12,7,455,2187,,,
+2020-03-18T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,54,21,75,166,241,49,50,4,2,247,1601,,,
+2020-03-18T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,41,3,44,118,162,28,29,0,3,165,486,,,
+2020-03-18T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,646,195,841,2112,2953,465,510,167,94,3214,40841,,,
+2020-03-19T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,181,47,228,138,366,117,122,8,11,385,2409,,,
+2020-03-19T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,8,5,13,24,37,10,10,0,0,37,353,,,
+2020-03-19T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,87,18,105,316,421,55,60,1,14,436,3568,,,
+2020-03-19T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,60,13,73,91,164,38,40,2,3,169,2342,,,
+2020-03-19T17:00:00,ITA,15,Campania,40.83956555,14.25084984,213,36,249,356,605,182,192,30,17,652,3544,,,
+2020-03-19T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1900,260,2160,2346,4506,591,689,177,531,5214,18344,,,
+2020-03-19T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,134,29,163,359,522,106,137,41,36,599,4052,,,
+2020-03-19T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,426,45,471,270,741,91,99,44,38,823,11145,,,
+2020-03-19T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,491,112,603,280,883,139,172,85,91,1059,3348,,,
+2020-03-19T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7387,1006,8393,5545,13938,1672,2171,3778,2168,19884,52244,,,
+2020-03-19T17:00:00,ITA,11,Marche,43.61675973,13.5188753,656,141,797,825,1622,146,169,0,115,1737,4512,,,
+2020-03-19T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,6,25,13,38,17,18,6,2,46,426,,,
+2020-03-19T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2279,257,2536,218,2754,567,591,3,175,2932,8853,,,
+2020-03-19T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,173,31,204,245,449,87,95,4,25,478,4046,,,
+2020-03-19T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,43,9,52,152,204,72,72,0,2,206,1334,,,
+2020-03-19T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,143,36,179,142,321,54,58,15,4,340,3961,,,
+2020-03-19T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,501,178,679,743,1422,131,152,22,38,1482,8873,,,
+2020-03-19T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,169,30,199,292,491,55,68,20,12,523,2203,,,
+2020-03-19T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,69,21,90,238,328,87,87,4,2,334,1954,,,
+2020-03-19T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,47,9,56,153,209,47,50,0,6,215,608,,,
+2020-03-19T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,771,209,980,2189,3169,216,270,200,115,3484,44658,,,
+2020-03-20T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,190,48,238,184,422,56,64,10,17,449,2695,,,
+2020-03-20T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,8,5,13,39,52,15,15,0,0,52,443,,,
+2020-03-20T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,99,24,123,407,530,109,112,1,17,548,4433,,,
+2020-03-20T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,71,16,87,114,201,37,38,2,4,207,2690,,,
+2020-03-20T17:00:00,ITA,15,Campania,40.83956555,14.25084984,130,41,171,531,702,97,97,30,17,749,3845,,,
+2020-03-20T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2083,267,2350,2739,5089,583,754,239,640,5968,20753,,,
+2020-03-20T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,143,32,175,380,555,33,57,63,38,656,4964,,,
+2020-03-20T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,537,47,584,328,912,171,185,53,43,1008,13889,,,
+2020-03-20T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,573,121,694,307,1001,118,162,101,119,1221,3794,,,
+2020-03-20T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7735,1050,8785,6635,15420,1482,2380,4295,2549,22264,57174,,,
+2020-03-20T17:00:00,ITA,11,Marche,43.61675973,13.5188753,704,138,842,1002,1844,222,244,0,137,1981,5170,,,
+2020-03-20T17:00:00,ITA,14,Molise,41.55774754,14.65916051,20,6,26,13,39,1,4,6,5,50,426,,,
+2020-03-20T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1541,280,1821,1423,3244,490,529,8,209,3461,9975,,,
+2020-03-20T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,191,31,222,329,551,102,103,4,26,581,4789,,,
+2020-03-20T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,56,15,71,217,288,84,87,3,2,293,1912,,,
+2020-03-20T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,168,42,210,169,379,58,68,25,4,408,4468,,,
+2020-03-20T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,601,189,790,923,1713,291,311,33,47,1793,10405,,,
+2020-03-20T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,198,34,232,368,600,109,119,29,13,642,2656,,,
+2020-03-20T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,75,24,99,285,384,56,61,4,7,395,2303,,,
+2020-03-20T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,54,9,63,194,257,48,49,0,7,264,814,,,
+2020-03-20T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,843,236,1079,2598,3677,508,547,223,131,4031,49288,,,
+2020-03-21T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,185,44,229,265,494,72,80,13,22,529,3035,,,
+2020-03-21T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,12,7,19,47,66,14,14,0,0,66,522,,,
+2020-03-21T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,127,30,157,443,600,70,73,1,20,621,5179,,,
+2020-03-21T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,73,16,89,136,225,24,28,5,5,235,3050,,,
+2020-03-21T17:00:00,ITA,15,Campania,40.83956555,14.25084984,233,87,320,473,793,91,95,29,22,844,4448,,,
+2020-03-21T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2267,265,2532,3129,5661,572,737,329,715,6705,24620,,,
+2020-03-21T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,152,37,189,477,666,111,134,82,42,790,5955,,,
+2020-03-21T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,591,70,661,425,1086,174,182,54,50,1190,13889,,,
+2020-03-21T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,598,129,727,432,1159,158,215,125,152,1436,4304,,,
+2020-03-21T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8258,1093,9351,8019,17370,1950,3251,5050,3095,25515,66730,,,
+2020-03-21T17:00:00,ITA,11,Marche,43.61675973,13.5188753,742,141,883,1114,1997,153,172,2,154,2153,5740,,,
+2020-03-21T17:00:00,ITA,14,Molise,41.55774754,14.65916051,21,6,27,20,47,8,11,7,7,61,449,,,
+2020-03-21T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1976,301,2277,1229,3506,262,291,8,238,3752,10701,,,
+2020-03-21T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,209,33,242,400,642,91,94,4,29,675,5617,,,
+2020-03-21T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,65,16,81,240,321,33,37,5,4,330,2297,,,
+2020-03-21T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,206,48,254,204,458,79,82,26,6,490,4883,,,
+2020-03-21T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,664,202,866,1039,1905,192,219,35,72,2012,11909,,,
+2020-03-21T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,233,39,272,448,720,120,140,34,28,782,2656,,,
+2020-03-21T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,92,29,121,326,447,63,67,5,10,462,2712,,,
+2020-03-21T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,62,15,77,227,304,47,49,1,8,313,884,,,
+2020-03-21T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,942,249,1191,3023,4214,537,586,257,146,4617,53642,,,
+2020-03-22T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,218,49,267,272,539,45,58,15,33,587,3375,,,
+2020-03-22T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,13,10,23,58,81,15,15,0,0,81,643,,,
+2020-03-22T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,146,32,178,470,648,48,57,7,23,678,5718,,,
+2020-03-22T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,77,17,94,166,260,35,38,5,8,273,3666,,,
+2020-03-22T17:00:00,ITA,15,Campania,40.83956555,14.25084984,243,99,342,524,866,73,92,41,29,936,4943,,,
+2020-03-22T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2429,269,2698,3692,6390,729,850,349,816,7555,28022,,,
+2020-03-22T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,163,47,210,528,738,72,84,89,47,874,6761,,,
+2020-03-22T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,671,79,750,522,1272,186,193,58,53,1383,17845,,,
+2020-03-22T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,736,132,868,483,1351,192,229,143,171,1665,4995,,,
+2020-03-22T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9439,1142,10581,7304,17885,515,1691,5865,3456,27206,70598,,,
+2020-03-22T17:00:00,ITA,11,Marche,43.61675973,13.5188753,816,138,954,1277,2231,234,268,6,184,2421,6391,,,
+2020-03-22T17:00:00,ITA,14,Molise,41.55774754,14.65916051,24,7,31,21,52,5,5,7,7,66,532,,,
+2020-03-22T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2118,308,2426,1701,4127,621,668,10,283,4420,12701,,,
+2020-03-22T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,252,37,289,459,748,106,111,7,31,786,6160,,,
+2020-03-22T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,67,16,83,244,327,6,9,5,7,339,2402,,,
+2020-03-22T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,220,55,275,321,596,138,140,26,8,630,5580,,,
+2020-03-22T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,706,215,921,1223,2144,239,265,42,91,2277,13264,,,
+2020-03-22T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,235,46,281,604,885,165,172,34,35,954,3050,,,
+2020-03-22T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,97,35,132,368,500,53,59,5,16,521,3135,,,
+2020-03-22T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,63,21,84,270,354,50,51,1,9,364,950,,,
+2020-03-22T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1113,255,1368,3276,4644,430,505,309,169,5122,57671,,,
+2020-03-23T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,228,52,280,325,605,66,76,20,38,663,3674,,,
+2020-03-23T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,15,12,27,62,89,8,9,0,1,90,696,,,
+2020-03-23T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,145,33,178,510,688,40,46,7,29,724,6084,,,
+2020-03-23T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,82,20,102,178,280,20,19,5,7,292,4073,,,
+2020-03-23T17:00:00,ITA,15,Campania,40.83956555,14.25084984,266,110,376,553,929,63,90,48,49,1026,5813,,,
+2020-03-23T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2846,276,3122,4098,7220,830,980,423,892,8535,31200,,,
+2020-03-23T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,185,41,226,545,771,33,56,105,54,930,7424,,,
+2020-03-23T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,718,96,814,600,1414,142,157,63,63,1540,18371,,,
+2020-03-23T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,761,133,894,659,1553,202,259,159,212,1924,5538,,,
+2020-03-23T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9266,1183,10449,8461,18910,1025,1555,6075,3776,28761,73242,,,
+2020-03-23T17:00:00,ITA,11,Marche,43.61675973,13.5188753,882,148,1030,1328,2358,127,148,8,203,2569,6782,,,
+2020-03-23T17:00:00,ITA,14,Molise,41.55774754,14.65916051,25,7,32,18,50,-2,1,10,7,67,532,,,
+2020-03-23T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2194,343,2537,1992,4529,402,441,17,315,4861,13560,,,
+2020-03-23T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,285,45,330,532,862,114,120,7,37,906,6761,,,
+2020-03-23T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,76,18,94,249,343,16,20,5,11,359,2568,,,
+2020-03-23T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,250,60,310,371,681,85,91,27,13,721,6375,,,
+2020-03-23T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,838,238,1076,1225,2301,157,184,51,109,2461,13851,,,
+2020-03-23T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,249,46,295,619,914,29,69,68,41,1023,3150,,,
+2020-03-23T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,106,42,148,408,556,56,56,5,16,577,3561,,,
+2020-03-23T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,69,20,89,290,379,25,29,2,12,393,1098,,,
+2020-03-23T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1206,281,1487,3499,4986,342,383,327,192,5505,61115,,,
+2020-03-24T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,234,57,291,331,622,17,26,21,46,689,4294,,,
+2020-03-24T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,14,12,26,65,91,2,2,0,1,92,744,,,
+2020-03-24T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,166,38,204,495,699,11,57,44,38,781,6509,,,
+2020-03-24T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,88,21,109,195,304,24,27,5,10,319,4486,,,
+2020-03-24T17:00:00,ITA,15,Campania,40.83956555,14.25084984,345,181,526,466,992,63,75,53,56,1101,6297,,,
+2020-03-24T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2974,291,3265,4446,7711,491,719,558,985,9254,33527,,,
+2020-03-24T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,195,49,244,604,848,77,62,80,64,992,8526,,,
+2020-03-24T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,747,94,841,704,1545,131,188,103,80,1728,18371,,,
+2020-03-24T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,803,147,950,742,1692,139,192,193,231,2116,5992,,,
+2020-03-24T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9711,1194,10905,8963,19868,958,1942,6657,4178,30703,76695,,,
+2020-03-24T17:00:00,ITA,11,Marche,43.61675973,13.5188753,862,149,1011,1486,2497,139,167,8,231,2736,7229,,,
+2020-03-24T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,7,34,21,55,5,6,10,8,73,572,,,
+2020-03-24T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2404,360,2764,2360,5124,595,654,17,374,5515,15469,,,
+2020-03-24T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,317,57,374,566,940,78,99,21,44,1005,7345,,,
+2020-03-24T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,80,19,99,296,395,52,62,11,15,421,2859,,,
+2020-03-24T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,250,60,310,489,799,118,125,27,20,846,7170,,,
+2020-03-24T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,918,244,1162,1357,2519,218,238,51,129,2699,15701,,,
+2020-03-24T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,308,49,357,618,975,61,87,79,56,1110,3712,,,
+2020-03-24T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,105,43,148,476,624,68,71,5,19,648,4108,,,
+2020-03-24T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,71,20,91,288,379,0,7,2,19,400,1180,,,
+2020-03-24T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1318,304,1622,3729,5351,365,443,381,216,5948,66178,,,
+2020-03-25T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,248,59,307,431,738,116,124,23,52,813,4982,,,
+2020-03-25T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,20,14,34,78,112,21,21,0,1,113,857,,,
+2020-03-25T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,190,40,230,518,748,49,77,67,43,858,6649,,,
+2020-03-25T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,93,23,116,217,333,29,32,7,11,351,5058,,,
+2020-03-25T17:00:00,ITA,15,Campania,40.83956555,14.25084984,318,123,441,631,1072,80,98,53,74,1199,6972,,,
+2020-03-25T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3180,294,3474,4782,8256,545,800,721,1077,10054,38045,,,
+2020-03-25T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,200,52,252,659,911,63,147,158,70,1139,9494,,,
+2020-03-25T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,805,101,906,769,1675,130,173,131,95,1901,20669,,,
+2020-03-25T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,927,147,1074,752,1826,134,189,225,254,2305,6602,,,
+2020-03-25T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10026,1236,11262,9329,20591,723,1643,7281,4474,32346,81666,,,
+2020-03-25T17:00:00,ITA,11,Marche,43.61675973,13.5188753,938,148,1086,1553,2639,142,198,8,287,2934,7896,,,
+2020-03-25T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,7,33,20,53,-2,0,12,8,73,580,,,
+2020-03-25T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2544,381,2925,2631,5556,432,509,19,449,6024,16655,,,
+2020-03-25T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,349,64,413,610,1023,83,88,22,48,1093,8223,,,
+2020-03-25T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,82,19,101,311,412,17,21,12,18,442,3019,,,
+2020-03-25T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,259,80,339,597,936,137,148,33,25,994,8312,,,
+2020-03-25T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,999,251,1250,1526,2776,257,273,54,142,2972,17868,,,
+2020-03-25T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,308,65,373,685,1058,83,112,90,74,1222,4114,,,
+2020-03-25T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,123,44,167,519,686,62,62,5,19,710,4707,,,
+2020-03-25T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,70,25,95,280,375,-4,1,2,24,401,1200,,,
+2020-03-25T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1407,316,1723,4022,5745,394,494,439,258,6442,70877,,,
+2020-03-26T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,280,64,344,516,860,122,133,23,63,946,5488,,,
+2020-03-26T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,22,16,38,95,133,21,21,0,1,134,1046,,,
+2020-03-26T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,223,43,266,525,791,43,48,67,48,906,7744,,,
+2020-03-26T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,101,23,124,248,372,39,42,7,14,393,5933,,,
+2020-03-26T17:00:00,ITA,15,Campania,40.83956555,14.25084984,448,114,562,607,1169,97,111,58,83,1310,8346,,,
+2020-03-26T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3354,301,3655,5195,8850,594,762,792,1174,10816,42395,,,
+2020-03-26T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,212,54,266,688,954,43,84,197,72,1223,10721,,,
+2020-03-26T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,878,113,991,844,1835,160,195,155,106,2096,22771,,,
+2020-03-26T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,998,154,1152,875,2027,201,262,260,280,2567,7304,,,
+2020-03-26T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10681,1263,11944,10245,22189,1598,2543,7839,4861,34889,87713,,,
+2020-03-26T17:00:00,ITA,11,Marche,43.61675973,13.5188753,977,166,1143,1652,2795,156,180,9,310,3114,8623,,,
+2020-03-26T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,8,35,46,81,28,30,14,8,103,670,,,
+2020-03-26T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2633,408,3041,2909,5950,394,510,135,449,6534,18054,,pd-IT-0006,pd-EN-0006
+2020-03-26T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,480,76,556,539,1095,72,89,22,65,1182,9191,,,
+2020-03-26T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,92,20,112,350,462,50,52,13,19,494,3461,,,
+2020-03-26T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,346,68,414,681,1095,159,170,36,33,1164,9658,,,
+2020-03-26T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1037,259,1296,1677,2973,197,254,95,158,3226,20952,,,
+2020-03-26T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,300,66,366,728,1094,36,75,117,86,1297,4600,,,
+2020-03-26T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,144,46,190,580,770,84,92,12,20,802,5428,,,
+2020-03-26T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,73,24,97,281,378,3,7,2,28,408,1203,,,
+2020-03-26T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1447,326,1773,4367,6140,395,493,508,287,6935,79759,,,
+2020-03-27T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,289,71,360,565,925,65,71,24,68,1017,6109,,,
+2020-03-27T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,22,15,37,110,147,14,17,1,3,151,1254,,,
+2020-03-27T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,249,45,294,539,833,42,97,110,60,1003,8520,,,
+2020-03-27T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,103,22,125,344,469,97,101,7,18,494,6901,,,
+2020-03-27T17:00:00,ITA,15,Campania,40.83956555,14.25084984,456,113,569,723,1292,123,144,64,98,1454,9613,,,
+2020-03-27T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3461,308,3769,5592,9361,511,772,960,1267,11588,47798,,,
+2020-03-27T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,222,57,279,748,1027,73,94,214,76,1317,11841,,,
+2020-03-27T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,992,126,1118,895,2013,178,199,164,118,2295,24106,,,
+2020-03-27T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1023,157,1180,880,2060,33,129,305,331,2696,7804,,,
+2020-03-27T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11137,1292,12429,11466,23895,1706,2409,8001,5402,37298,95860,,,
+2020-03-27T17:00:00,ITA,11,Marche,43.61675973,13.5188753,979,162,1141,1709,2850,55,82,10,336,3196,9060,,,
+2020-03-27T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,9,35,51,86,5,6,14,9,109,710,,,
+2020-03-27T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2852,431,3283,3064,6347,397,558,176,569,7092,19705,,,
+2020-03-27T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,530,82,612,624,1236,141,152,29,69,1334,10233,,,
+2020-03-27T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,93,19,112,384,496,34,36,13,21,530,3801,,,
+2020-03-27T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,425,75,500,658,1158,63,86,53,39,1250,11079,,,
+2020-03-27T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1053,274,1327,1843,3170,197,224,103,177,3450,23746,,,
+2020-03-27T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,341,66,407,757,1164,70,94,125,102,1391,4923,,,
+2020-03-27T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,149,46,195,629,824,54,82,39,21,884,6137,,,
+2020-03-27T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,91,24,115,298,413,35,44,2,37,452,1252,,,
+2020-03-27T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1536,338,1874,4774,6648,508,562,536,313,7497,83627,,,
+2020-03-28T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,311,70,381,646,1027,102,116,30,76,1133,7003,,,
+2020-03-28T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,26,19,45,133,178,31,31,1,3,182,1421,,,
+2020-03-28T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,225,51,276,653,929,96,106,116,64,1109,9168,,,
+2020-03-28T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,107,22,129,394,523,54,61,11,21,555,7760,,,
+2020-03-28T17:00:00,ITA,15,Campania,40.83956555,14.25084984,463,132,595,812,1407,115,138,76,109,1592,10616,,,
+2020-03-28T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3695,316,4011,5953,9964,603,795,1075,1344,12383,52991,,,
+2020-03-28T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,223,59,282,838,1120,93,119,229,87,1436,12723,,,
+2020-03-28T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,985,133,1118,1063,2181,168,210,200,124,2505,27179,,,
+2020-03-28T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1031,167,1198,888,2086,26,126,378,358,2822,8177,,,
+2020-03-28T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11152,1319,12471,12038,24509,614,2117,8962,5944,39415,102503,,,
+2020-03-28T17:00:00,ITA,11,Marche,43.61675973,13.5188753,987,166,1153,1846,2999,149,177,10,364,3373,9884,,,
+2020-03-28T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,9,35,63,98,12,14,16,9,123,807,,,
+2020-03-28T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3094,439,3533,3318,6851,504,579,203,617,7671,21511,,,
+2020-03-28T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,563,98,661,697,1358,122,124,29,71,1458,11500,,,
+2020-03-28T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,95,22,117,452,569,73,94,29,26,624,4225,,,
+2020-03-28T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,441,71,512,730,1242,84,109,60,57,1359,13096,,,
+2020-03-28T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1093,277,1370,2141,3511,341,367,108,198,3817,25613,,,
+2020-03-28T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,351,72,423,811,1234,70,114,151,120,1505,5561,,,
+2020-03-28T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,159,44,203,695,898,74,85,43,28,969,7028,,,
+2020-03-28T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,90,26,116,352,468,55,59,2,41,511,1380,,,
+2020-03-28T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1559,344,1903,5010,6913,265,433,655,362,7930,89380,,,
+2020-03-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,329,68,397,772,1169,142,160,36,88,1293,7730,,,
+2020-03-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,32,18,50,147,197,19,20,1,4,202,1585,,,
+2020-03-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,234,56,290,744,1034,105,105,116,64,1214,10137,,,
+2020-03-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,124,19,143,434,577,54,59,12,25,614,8485,,,
+2020-03-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,476,135,611,945,1556,149,167,86,117,1759,11805,,,
+2020-03-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3769,333,4102,6433,10535,571,736,1141,1443,13119,52991,,pd-IT-0008,pd-EN-0008
+2020-03-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,236,60,296,845,1141,21,44,241,98,1480,13397,,,
+2020-03-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1062,133,1195,1167,2362,181,201,208,136,2706,27744,,,
+2020-03-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1077,166,1243,1036,2279,193,254,420,377,3076,9100,,,
+2020-03-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11613,1328,12941,12451,25392,883,1592,9255,6360,41007,107398,,,
+2020-03-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,1000,168,1168,1992,3160,161,185,12,386,3558,10431,,,
+2020-03-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,25,9,34,66,100,2,4,18,9,127,918,,,
+2020-03-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2985,443,3428,3840,7268,417,535,254,684,8206,24058,,,
+2020-03-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,559,99,658,774,1432,74,91,31,86,1549,12361,,,
+2020-03-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,105,23,128,454,582,13,14,29,27,638,4598,,,
+2020-03-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,451,71,522,808,1330,88,101,65,65,1460,13814,,,
+2020-03-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1111,275,1386,2400,3786,275,305,121,215,4122,27579,,,
+2020-03-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,356,75,431,862,1293,59,89,172,129,1594,5950,,,
+2020-03-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,166,46,212,685,897,-1,54,95,31,1023,7685,,,
+2020-03-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,90,26,116,423,539,71,73,2,43,584,1480,,,
+2020-03-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1586,355,1941,5310,7251,338,428,715,392,8358,94784,,,
+2020-03-30T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,322,69,391,778,1169,0,52,74,102,1345,7948,,,
+2020-03-30T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,36,18,54,154,208,11,12,1,5,214,1833,,,
+2020-03-30T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,231,62,293,805,1098,64,111,153,74,1325,10640,,,
+2020-03-30T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,130,18,148,454,602,25,33,14,31,647,9013,,,
+2020-03-30T17:00:00,ITA,15,Campania,40.83956555,14.25084984,468,126,594,1145,1739,183,193,88,125,1952,12969,,,
+2020-03-30T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3779,351,4130,6636,10766,231,412,1227,1538,13531,50990,,,
+2020-03-30T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,229,60,289,820,1109,-32,21,285,107,1501,14003,,,
+2020-03-30T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1079,154,1233,1264,2497,135,208,267,150,2914,32846,,,
+2020-03-30T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1142,175,1317,1066,2383,104,141,437,397,3217,9677,,,
+2020-03-30T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11815,1330,13145,11861,25006,-386,1154,10337,6818,42161,111057,,,
+2020-03-30T17:00:00,ITA,11,Marche,43.61675973,13.5188753,998,167,1165,2086,3251,91,126,16,417,3684,10979,,,
+2020-03-30T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,8,35,72,107,7,7,18,9,134,955,,,
+2020-03-30T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2985,452,3437,4218,7655,387,506,308,749,8712,25478,,,
+2020-03-30T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,590,106,696,889,1585,153,163,36,91,1712,13117,,,
+2020-03-30T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,24,137,485,622,40,44,32,28,682,4993,,,
+2020-03-30T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,484,75,559,849,1408,78,95,71,76,1555,14758,,,
+2020-03-30T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1116,279,1395,2655,4050,264,290,131,231,4412,30099,,,
+2020-03-30T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,353,78,431,926,1357,64,88,178,147,1682,6377,,,
+2020-03-30T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,173,47,220,614,834,-63,28,184,33,1051,8150,,,
+2020-03-30T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,92,26,118,400,518,-21,0,16,50,584,1536,,,
+2020-03-30T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1633,356,1989,5575,7564,313,366,747,413,8724,99941,,,
+2020-03-31T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,335,73,408,783,1191,22,56,95,115,1401,8758,,,
+2020-03-31T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,37,17,54,162,216,8,12,3,7,226,2043,,,
+2020-03-31T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,249,62,311,831,1142,44,46,153,76,1371,11275,,,
+2020-03-31T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,132,17,149,457,606,4,12,17,36,659,9327,,,
+2020-03-31T17:00:00,ITA,15,Campania,40.83956555,14.25084984,501,133,634,1237,1871,132,140,88,133,2092,14403,,,
+2020-03-31T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3765,353,4118,6835,10953,187,543,1477,1644,14074,54532,,,
+2020-03-31T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,215,60,275,885,1160,51,92,320,113,1593,14899,,,
+2020-03-31T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1127,173,1300,1342,2642,145,181,291,162,3095,34677,,,
+2020-03-31T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1153,179,1332,1176,2508,125,199,480,428,3416,10376,,,
+2020-03-31T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11883,1324,13207,11917,25124,118,1047,10885,7199,43208,114640,,,
+2020-03-31T17:00:00,ITA,11,Marche,43.61675973,13.5188753,946,169,1115,2237,3352,101,141,21,452,3825,11724,,,
+2020-03-31T17:00:00,ITA,14,Molise,41.55774754,14.65916051,29,8,37,80,117,10,10,18,9,144,1049,,,
+2020-03-31T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3174,452,3626,4456,8082,427,589,365,854,9301,27658,,,
+2020-03-31T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,609,105,714,940,1654,69,91,39,110,1803,14073,,,
+2020-03-31T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,28,141,516,657,35,40,34,31,722,5257,,,
+2020-03-31T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,503,72,575,917,1492,84,92,74,81,1647,15634,,,
+2020-03-31T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1120,293,1413,2813,4226,176,196,138,244,4608,33165,,,
+2020-03-31T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,354,80,434,955,1389,32,64,193,164,1746,6973,,,
+2020-03-31T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,176,43,219,632,851,17,27,190,37,1078,8685,,,
+2020-03-31T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,91,26,117,435,552,34,44,20,56,628,1582,,,
+2020-03-31T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1680,356,2036,5814,7850,286,431,828,477,9155,106238,,,
+2020-04-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,342,71,413,798,1211,20,35,102,123,1436,9610,,,
+2020-04-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,39,15,54,171,225,9,11,3,9,237,2262,,,
+2020-04-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,269,57,326,786,1112,-30,47,190,116,1418,11951,,,
+2020-04-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,144,16,160,450,610,4,10,21,38,669,9983,,,
+2020-04-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,478,129,607,1369,1976,105,139,107,148,2231,15728,,,
+2020-04-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3898,359,4257,7232,11489,536,713,1566,1732,14787,58457,,,
+2020-04-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,206,60,266,940,1206,46,92,357,122,1685,15987,,,
+2020-04-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1131,177,1308,1450,2758,116,169,337,169,3264,35810,,,
+2020-04-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1114,179,1293,1352,2645,137,244,555,460,3660,11334,,,
+2020-04-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11927,1342,13269,12496,25765,641,1565,11415,7593,44773,121449,,,
+2020-04-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,984,168,1152,2304,3456,104,137,29,477,3962,12296,,,
+2020-04-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,32,8,40,91,131,14,16,19,10,160,1157,,,
+2020-04-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3146,453,3599,4871,8470,388,494,439,886,9795,30060,,,
+2020-04-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,637,107,744,1012,1756,102,143,61,129,1946,15209,,,
+2020-04-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,119,27,146,529,675,18,23,36,34,745,5501,,,
+2020-04-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,496,72,568,976,1544,52,71,86,88,1718,16836,,,
+2020-04-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1120,297,1417,3015,4432,206,259,182,253,4867,36575,,,
+2020-04-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,345,76,421,1062,1483,94,124,214,173,1870,7675,,,
+2020-04-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,173,45,218,646,864,13,17,194,37,1095,9080,,,
+2020-04-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,85,27,112,428,540,-12,3,32,59,631,1717,,,
+2020-04-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1718,350,2068,6156,8224,374,470,902,499,9625,112746,,,
+2020-04-02T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,341,75,416,835,1251,40,61,113,133,1497,10647,,,
+2020-04-02T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,38,19,57,176,233,8,9,3,10,246,2427,,,
+2020-04-02T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,279,60,339,821,1160,48,61,190,129,1479,12677,,,
+2020-04-02T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,163,19,182,445,627,17,22,23,41,691,10679,,,
+2020-04-02T17:00:00,ITA,15,Campania,40.83956555,14.25084984,503,120,623,1517,2140,164,225,149,167,2456,17404,,,
+2020-04-02T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3944,366,4310,7549,11859,370,546,1663,1811,15333,60507,,,
+2020-04-02T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,199,60,259,1035,1294,88,114,376,129,1799,17121,,,
+2020-04-02T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1169,181,1350,1529,2879,121,169,369,185,3433,41575,,,
+2020-04-02T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1120,172,1292,1368,2660,15,122,634,488,3782,12069,,,
+2020-04-02T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11762,1351,13113,12763,25876,111,1292,12229,7960,46065,128286,,,
+2020-04-02T17:00:00,ITA,11,Marche,43.61675973,13.5188753,986,164,1150,2405,3555,99,136,40,503,4098,12943,,,
+2020-04-02T17:00:00,ITA,14,Molise,41.55774754,14.65916051,30,8,38,95,133,2,5,21,11,165,1229,,,
+2020-04-02T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3341,453,3794,5005,8799,329,558,571,983,10353,32100,,,
+2020-04-02T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,645,118,763,1101,1864,108,131,69,144,2077,16554,,,
+2020-04-02T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,117,24,141,577,718,43,49,36,40,794,5970,,,
+2020-04-02T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,503,73,576,1030,1606,62,73,92,93,1791,17833,,,
+2020-04-02T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1135,295,1430,3359,4789,357,406,216,268,5273,40724,,,
+2020-04-02T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,339,78,417,1170,1587,104,133,229,187,2003,8496,,,
+2020-04-02T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,171,47,218,667,885,21,33,205,38,1128,9737,,,
+2020-04-02T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,85,25,110,446,556,16,37,49,63,668,1934,,,
+2020-04-02T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1670,345,2015,6563,8578,354,486,1001,532,10111,120320,,,
+2020-04-03T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,361,76,437,864,1301,50,66,116,146,1563,11890,,,
+2020-04-03T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,41,19,60,187,247,14,15,3,11,261,2622,,,
+2020-04-03T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,291,60,351,858,1209,49,80,211,139,1559,13976,,,
+2020-04-03T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,183,17,200,462,662,35,42,26,45,733,11608,,,
+2020-04-03T17:00:00,ITA,15,Campania,40.83956555,14.25084984,532,115,647,1705,2352,212,221,144,181,2677,19237,,,
+2020-04-03T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3915,364,4279,7899,12178,319,599,1852,1902,15932,63682,,,
+2020-04-03T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,201,61,262,1062,1324,30,80,419,136,1879,19985,,,
+2020-04-03T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1194,188,1382,1627,3009,130,167,392,199,3600,43776,,,
+2020-04-03T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1147,173,1320,1426,2746,86,183,700,519,3965,12934,,,
+2020-04-03T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11802,1381,13183,13006,26189,313,1455,13020,8311,47520,135051,,,
+2020-04-03T17:00:00,ITA,11,Marche,43.61675973,13.5188753,982,158,1140,2491,3631,76,132,42,557,4230,13678,,,
+2020-04-03T17:00:00,ITA,14,Molise,41.55774754,14.65916051,31,8,39,105,144,11,11,21,11,176,1378,,,
+2020-04-03T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3300,452,3752,5378,9130,331,543,723,1043,10896,34281,,,
+2020-04-03T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,648,123,771,1178,1949,85,105,69,164,2182,17924,,,
+2020-04-03T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,122,24,146,598,744,26,31,40,41,825,6478,,,
+2020-04-03T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,535,73,608,1056,1664,58,68,94,101,1859,18686,,,
+2020-04-03T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1149,288,1437,3472,4909,120,226,300,290,5499,44460,,,
+2020-04-03T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,343,80,423,1236,1659,72,106,246,204,2109,8993,,,
+2020-04-03T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,165,48,213,707,920,35,51,220,39,1179,10614,,,
+2020-04-03T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,85,25,110,450,560,4,51,89,70,719,2106,,,
+2020-04-03T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1714,335,2049,6812,8861,283,353,1031,572,10464,126490,,,
+2020-04-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,354,71,425,931,1356,55,65,119,153,1628,12837,,,
+2020-04-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,44,19,63,181,244,-3,3,9,11,264,2765,,,
+2020-04-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,291,61,352,849,1201,-8,33,245,146,1592,15045,,,
+2020-04-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,178,15,193,469,662,0,8,30,49,741,12314,,,
+2020-04-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,567,114,681,1815,2496,144,151,146,186,2828,21534,,,
+2020-04-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3859,358,4217,8306,12523,345,608,2040,1977,16540,67075,,,
+2020-04-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,183,50,233,1103,1336,12,107,505,145,1986,21126,,,
+2020-04-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1236,193,1429,1677,3106,97,157,439,212,3757,44624,,,
+2020-04-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1121,169,1290,1604,2894,148,238,767,542,4203,14087,,,
+2020-04-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12002,1326,13328,13892,27220,1031,1598,13242,8656,49118,141877,,,
+2020-04-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,997,153,1150,2347,3497,-134,111,270,574,4341,14472,,,
+2020-04-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,31,6,37,134,171,27,30,24,11,206,1504,,,
+2020-04-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3441,450,3891,5802,9693,563,813,888,1128,11709,37181,,,
+2020-04-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,627,153,780,1193,1973,24,58,94,173,2240,18977,,,
+2020-04-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,123,24,147,642,789,45,49,44,41,874,6789,,,
+2020-04-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,553,74,627,1099,1726,62,73,95,111,1932,19896,,,
+2020-04-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1129,286,1415,3639,5054,145,172,310,307,5671,47886,,,
+2020-04-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,353,81,434,1319,1753,94,111,257,210,2220,9863,,,
+2020-04-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,167,44,211,716,927,7,31,242,41,1210,11809,,,
+2020-04-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,63,23,86,474,560,0,29,106,82,748,2274,,,
+2020-04-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1691,324,2015,7078,9093,232,360,1124,607,10824,133289,,,
+2020-04-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,347,67,414,1006,1420,64,75,125,158,1703,13598,,,
+2020-04-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,46,18,64,190,254,10,14,11,13,278,2931,,,
+2020-04-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,239,53,292,934,1226,25,52,260,158,1644,15723,,,
+2020-04-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,174,13,187,519,706,44,54,33,56,795,13077,,,
+2020-04-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,609,108,717,1904,2621,125,132,150,189,2960,23139,,,
+2020-04-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3839,375,4214,8623,12837,314,549,2201,2051,17089,69986,,,
+2020-04-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,185,50,235,1128,1363,27,62,531,154,2048,21652,,,
+2020-04-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1235,197,1432,1754,3186,80,123,475,219,3880,44658,,,
+2020-04-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1126,165,1291,1802,3093,199,246,800,556,4449,15047,,,
+2020-04-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12009,1317,13326,14798,28124,904,1337,13426,8905,50455,149984,,,
+2020-04-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,987,151,1138,2440,3578,81,123,287,599,4464,15252,,,
+2020-04-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,33,6,39,148,187,16,18,24,13,224,1504,,,
+2020-04-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3472,444,3916,6261,10177,484,653,1017,1168,12362,38539,,,
+2020-04-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,574,159,733,1289,2022,49,77,113,182,2317,20080,,,
+2020-04-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,126,25,151,664,815,26,33,49,43,907,7157,,,
+2020-04-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,556,76,632,1142,1774,48,62,104,116,1994,21904,,,
+2020-04-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1111,276,1387,3798,5185,131,176,337,325,5847,51006,,,
+2020-04-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,352,80,432,1363,1795,42,65,273,217,2285,10476,,,
+2020-04-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,159,45,204,694,898,-29,29,298,43,1239,12448,,,
+2020-04-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,96,23,119,457,576,16,34,115,91,782,2390,,,
+2020-04-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1674,329,2003,7406,9409,316,402,1186,631,11226,140910,,,
+2020-04-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,340,66,406,1019,1425,5,18,127,169,1721,14198,,,
+2020-04-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,46,18,64,198,262,8,9,12,13,287,3061,,,
+2020-04-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,245,52,297,963,1260,34,78,298,164,1722,16825,,,
+2020-04-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,170,14,184,538,722,16,22,37,58,817,13633,,,
+2020-04-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,610,101,711,1987,2698,77,98,156,204,3058,24526,,,
+2020-04-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3804,372,4176,8875,13051,214,467,2397,2108,17556,72163,,,
+2020-04-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,189,46,235,1161,1396,33,55,549,158,2103,22272,,,
+2020-04-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1235,197,1432,1868,3300,114,151,502,229,4031,47470,,,
+2020-04-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1141,162,1303,1814,3117,24,100,837,595,4549,15533,,,
+2020-04-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11914,1343,13257,15212,28469,345,1079,13863,9202,51534,154989,,,
+2020-04-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,1001,140,1141,2565,3706,128,150,296,612,4614,15919,,,
+2020-04-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,34,5,39,148,187,0,0,24,13,224,1546,,,
+2020-04-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3484,438,3922,6623,10545,368,562,1128,1251,12924,41123,,,
+2020-04-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,625,97,722,1393,2115,93,127,134,195,2444,22059,,,
+2020-04-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,123,26,149,670,819,4,15,56,47,922,7521,,,
+2020-04-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,563,74,637,1178,1815,41,52,108,123,2046,23464,,,
+2020-04-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1116,279,1395,3906,5301,116,154,350,350,6001,52849,,,
+2020-04-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,354,79,433,1405,1838,43,63,280,230,2348,11130,,,
+2020-04-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,159,46,205,667,872,-26,14,337,44,1253,12573,,,
+2020-04-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,109,21,130,437,567,-9,23,142,96,805,2590,,,
+2020-04-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1714,322,2036,7686,9722,313,362,1204,662,11588,146288,,,
+2020-04-07T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,337,67,404,1087,1491,66,78,136,172,1799,14904,,,
+2020-04-07T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,47,17,64,201,265,3,4,12,14,291,3160,,,
+2020-04-07T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,325,64,389,912,1301,41,89,336,174,1811,17761,,,
+2020-04-07T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,169,14,183,550,733,11,16,40,60,833,14072,,,
+2020-04-07T17:00:00,ITA,15,Campania,40.83956555,14.25084984,603,103,706,2059,2765,67,90,167,216,3148,25779,,,
+2020-04-07T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3750,366,4116,8932,13048,-3,269,2597,2180,17825,75191,,,
+2020-04-07T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,185,44,229,1150,1379,-17,50,610,164,2153,23536,,,
+2020-04-07T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1229,192,1421,1944,3365,65,118,546,238,4149,48874,,,
+2020-04-07T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1090,156,1246,1966,3212,95,208,925,620,4757,16579,,,
+2020-04-07T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11833,1305,13138,15205,28343,-126,791,14498,9484,52325,159331,,,
+2020-04-07T17:00:00,ITA,11,Marche,43.61675973,13.5188753,962,139,1101,2637,3738,32,96,342,630,4710,16619,,,
+2020-04-07T17:00:00,ITA,14,Molise,41.55774754,14.65916051,35,5,40,145,185,-2,0,26,13,224,1581,,,
+2020-04-07T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3553,432,3985,6719,10704,159,419,1320,1319,13343,44121,,,
+2020-04-07T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,615,93,708,1429,2137,22,70,168,209,2514,23149,,,
+2020-04-07T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,122,26,148,673,821,2,13,62,52,935,7680,,,
+2020-04-07T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,562,73,635,1224,1859,44,51,113,125,2097,24857,,,
+2020-04-07T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1087,263,1350,4077,5427,126,172,377,369,6173,56651,,,
+2020-04-07T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,360,78,438,1452,1890,52,128,342,244,2476,12030,,,
+2020-04-07T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,157,41,198,648,846,-26,10,368,49,1263,13274,,,
+2020-04-07T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,118,17,135,458,593,26,30,142,100,835,2754,,,
+2020-04-07T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1579,297,1876,8089,9965,243,337,1265,695,11925,153542,,,
+2020-04-08T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,331,62,393,1141,1534,43,60,146,179,1859,15846,,,
+2020-04-08T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,17,65,205,270,5,6,13,14,297,3296,,,
+2020-04-08T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,268,65,333,948,1281,-20,24,371,183,1835,18865,,,
+2020-04-08T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,170,15,185,570,755,22,26,44,60,859,14977,,,
+2020-04-08T17:00:00,ITA,15,Campania,40.83956555,14.25084984,608,97,705,2154,2859,94,120,188,221,3268,27784,,,
+2020-04-08T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3769,361,4130,8980,13110,62,409,2890,2234,18234,78367,,,
+2020-04-08T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,162,41,203,1212,1415,36,65,634,169,2218,24798,,,
+2020-04-08T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1241,196,1437,2011,3448,83,117,574,244,4266,55113,,,
+2020-04-08T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1109,153,1262,1983,3245,33,149,1007,654,4906,17521,,,
+2020-04-08T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11719,1257,12976,15569,28545,202,1089,15147,9722,53414,167557,,,
+2020-04-08T17:00:00,ITA,11,Marche,43.61675973,13.5188753,974,133,1107,2455,3562,-176,149,645,652,4859,17532,,,
+2020-04-08T17:00:00,ITA,14,Molise,41.55774754,14.65916051,30,4,34,147,181,-4,2,32,13,226,2002,,,
+2020-04-08T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3493,423,3916,7073,10989,285,540,1516,1378,13883,48495,,,
+2020-04-08T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,639,90,729,1509,2238,101,120,177,219,2634,24493,,,
+2020-04-08T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,112,31,143,697,840,19,40,76,59,975,8493,,,
+2020-04-08T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,563,65,628,1265,1893,34,62,133,133,2159,27438,,,
+2020-04-08T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1066,260,1326,4231,5557,130,206,430,392,6379,60985,,,
+2020-04-08T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,354,77,431,1509,1940,50,126,407,255,2602,13258,,,
+2020-04-08T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,155,41,196,627,823,-23,26,416,50,1289,14105,,,
+2020-04-08T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,120,20,140,466,606,13,15,142,102,850,2953,,,
+2020-04-08T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1554,285,1839,8332,10171,206,485,1503,736,12410,163247,,,
+2020-04-09T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,306,57,363,1203,1566,32,72,171,194,1931,16847,,,
+2020-04-09T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,50,17,67,208,275,5,6,13,15,303,3474,,,
+2020-04-09T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,263,64,327,988,1315,34,68,401,187,1903,19875,,,
+2020-04-09T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,168,15,183,582,765,10,15,48,61,874,15698,,,
+2020-04-09T17:00:00,ITA,15,Campania,40.83956555,14.25084984,604,94,698,2175,2873,14,76,244,227,3344,29664,,,
+2020-04-09T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3722,355,4077,9181,13258,148,443,3103,2316,18677,81715,,,
+2020-04-09T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,167,37,204,1186,1390,-25,81,738,171,2299,26205,,,
+2020-04-09T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1244,198,1442,2090,3532,84,163,644,253,4429,58107,,,
+2020-04-09T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1103,154,1257,1996,3253,8,114,1085,682,5020,18446,,,
+2020-04-09T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11796,1236,13032,16042,29074,529,1388,15706,10022,54802,176953,,,
+2020-04-09T17:00:00,ITA,11,Marche,43.61675973,13.5188753,945,133,1078,2323,3401,-161,96,885,669,4955,18194,,,
+2020-04-09T17:00:00,ITA,14,Molise,41.55774754,14.65916051,30,4,34,155,189,8,8,32,13,234,2069,,,
+2020-04-09T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3514,412,3926,7410,11336,347,639,1732,1454,14522,52807,,,
+2020-04-09T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,630,86,716,1585,2301,63,82,190,225,2716,26088,,,
+2020-04-09T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,106,25,131,745,876,36,51,86,64,1026,8918,,,
+2020-04-09T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,566,63,629,1313,1942,49,73,152,138,2232,28742,,,
+2020-04-09T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1038,256,1294,4409,5703,146,173,441,408,6552,65461,,,
+2020-04-09T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,345,69,414,1564,1978,38,106,462,268,2708,14338,,,
+2020-04-09T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,154,38,192,600,792,-31,9,455,51,1298,15170,,,
+2020-04-09T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,118,18,136,473,609,3,18,154,105,868,3142,,,
+2020-04-09T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1530,274,1804,8645,10449,278,523,1728,756,12933,171456,,,
+2020-04-10T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,305,53,358,1277,1635,69,83,181,198,2014,18088,,,
+2020-04-10T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,15,74,205,279,4,5,14,15,308,3696,,,
+2020-04-10T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,258,58,316,1001,1317,2,52,447,191,1955,20866,,,
+2020-04-10T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,168,14,182,604,786,21,27,50,65,901,16637,,,
+2020-04-10T17:00:00,ITA,15,Campania,40.83956555,14.25084984,600,90,690,2273,2963,90,98,248,231,3442,31745,,,
+2020-04-10T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3596,349,3945,9405,13350,92,451,3381,2397,19128,85884,,,
+2020-04-10T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,167,33,200,1198,1398,8,50,772,179,2349,28097,,,
+2020-04-10T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1236,201,1437,2196,3633,101,154,687,263,4583,61769,,,
+2020-04-10T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1076,151,1227,2074,3301,48,171,1181,709,5191,19514,,,
+2020-04-10T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11877,1202,13079,16451,29530,456,1246,16280,10238,56048,186325,,,
+2020-04-10T17:00:00,ITA,11,Marche,43.61675973,13.5188753,925,127,1052,2264,3316,-85,129,1086,682,5084,18970,,,
+2020-04-10T17:00:00,ITA,14,Molise,41.55774754,14.65916051,28,4,32,161,193,4,9,37,13,243,2069,,pd-IT-0010,pd-EN-0010
+2020-04-10T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3497,394,3891,7685,11576,240,490,1904,1532,15012,57457,,,
+2020-04-10T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,631,80,711,1625,2336,35,93,235,238,2809,27812,,,
+2020-04-10T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,26,133,743,876,0,37,118,69,1063,9444,,,
+2020-04-10T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,568,62,630,1337,1967,25,70,187,148,2302,31156,,,
+2020-04-10T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1011,256,1267,4555,5822,119,175,451,454,6727,72001,,,
+2020-04-10T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,335,70,405,1589,1994,16,108,547,275,2816,14981,,,
+2020-04-10T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,146,39,185,567,752,-40,4,498,52,1302,16325,,,
+2020-04-10T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,131,16,147,455,602,-7,11,170,107,879,3328,,,
+2020-04-10T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1521,257,1778,8869,10647,198,488,1981,793,13421,180700,,,
+2020-04-11T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,315,54,369,1355,1724,89,106,190,206,2120,19441,,,
+2020-04-11T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,12,72,209,281,2,4,14,17,312,4050,,,
+2020-04-11T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,246,56,302,967,1269,-48,2,488,200,1957,22186,,,
+2020-04-11T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,169,15,184,608,792,6,14,57,66,915,17493,,,
+2020-04-11T17:00:00,ITA,15,Campania,40.83956555,14.25084984,582,85,667,2335,3002,39,75,277,238,3517,33781,,,
+2020-04-11T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3530,341,3871,9624,13495,145,507,3659,2481,19635,91759,,,
+2020-04-11T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,172,28,200,1182,1382,-16,44,826,185,2393,29685,,,
+2020-04-11T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1264,203,1467,2263,3730,97,140,720,273,4723,65241,,,
+2020-04-11T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1003,146,1149,2184,3333,32,185,1309,734,5376,20888,,,
+2020-04-11T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12026,1174,13200,17058,30258,728,1544,16823,10511,57592,196302,,,
+2020-04-11T17:00:00,ITA,11,Marche,43.61675973,13.5188753,960,118,1078,2153,3231,-85,127,1291,689,5211,20060,,,
+2020-04-11T17:00:00,ITA,14,Molise,41.55774754,14.65916051,28,4,32,161,193,0,3,39,14,246,2201,,,
+2020-04-11T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3435,384,3819,8351,12170,594,996,2205,1633,16008,62577,,,
+2020-04-11T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,627,73,700,1702,2402,66,95,249,253,2904,29463,,,
+2020-04-11T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,24,137,751,888,12,28,130,73,1091,10120,,,
+2020-04-11T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,562,58,620,1381,2001,34,62,209,154,2364,33787,,,
+2020-04-11T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,997,237,1234,4758,5992,170,231,499,467,6958,75756,,,
+2020-04-11T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,335,62,397,1667,2064,70,154,622,284,2970,16646,,,
+2020-04-11T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,137,39,176,547,723,-29,7,534,52,1309,17661,,,
+2020-04-11T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,118,17,135,455,590,-12,23,205,107,902,3464,,,
+2020-04-11T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1465,251,1716,9033,10749,102,347,2188,831,13768,190912,,,
+2020-04-12T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,346,54,400,1342,1742,18,40,206,212,2160,20594,,,
+2020-04-12T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,61,12,73,204,277,-4,3,20,18,315,4355,,,
+2020-04-12T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,183,45,228,1287,1515,246,141,378,205,2098,23246,,dc-IT-0002,dc-EN-0002
+2020-04-12T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,165,14,179,616,795,3,8,62,66,923,18211,,,
+2020-04-12T17:00:00,ITA,15,Campania,40.83956555,14.25084984,526,82,608,2449,3057,55,87,305,242,3604,35448,,,
+2020-04-12T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3491,335,3826,9846,13672,177,463,3862,2564,20098,96704,,,
+2020-04-12T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,160,28,188,1138,1326,-56,38,910,195,2431,29988,,,
+2020-04-12T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1268,201,1469,2348,3817,87,122,749,279,4845,68954,,,
+2020-04-12T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1032,144,1176,2157,3333,0,118,1412,749,5494,21983,,,
+2020-04-12T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11969,1176,13145,18120,31265,1007,1460,17166,10621,59052,205832,,,
+2020-04-12T17:00:00,ITA,11,Marche,43.61675973,13.5188753,949,114,1063,2051,3114,-117,92,1489,700,5303,21057,,,
+2020-04-12T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,171,202,9,11,40,15,257,2471,,,
+2020-04-12T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3429,381,3810,8695,12505,335,652,2426,1729,16660,66555,,,
+2020-04-12T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,609,71,680,1772,2452,50,85,277,260,2989,30973,,,
+2020-04-12T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,109,26,135,768,903,15,22,137,73,1113,10663,,,
+2020-04-12T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,552,53,605,1425,2030,29,52,223,163,2416,36098,,,
+2020-04-12T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,983,238,1221,4941,6162,170,277,578,495,7235,78640,,,
+2020-04-12T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,322,61,383,1699,2082,18,83,678,293,3053,17797,,,
+2020-04-12T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,129,39,168,519,687,-36,10,580,52,1319,18672,,,
+2020-04-12T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,109,16,125,463,588,-2,19,221,112,921,3510,,,
+2020-04-12T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1428,249,1677,9052,10729,-20,309,2492,856,14077,198442,,,
+2020-04-13T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,351,54,405,1373,1778,36,53,211,224,2213,20667,,,
+2020-04-13T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,64,12,76,194,270,-7,4,31,18,319,4545,,,
+2020-04-13T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,190,41,231,1306,1537,22,51,400,212,2149,24157,,,
+2020-04-13T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,160,12,172,619,791,-4,5,70,67,928,18596,,,
+2020-04-13T17:00:00,ITA,15,Campania,40.83956555,14.25084984,606,80,686,2376,3062,5,66,360,248,3670,36770,,,
+2020-04-13T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3490,331,3821,9997,13818,146,342,4007,2615,20440,99047,,,
+2020-04-13T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,159,30,189,1118,1307,-19,51,973,202,2482,30941,,,
+2020-04-13T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1314,200,1514,2406,3920,103,123,764,284,4968,72746,,,
+2020-04-13T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1088,138,1226,2139,3365,32,102,1471,760,5596,23129,,,
+2020-04-13T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12028,1143,13171,18764,31935,670,1262,17478,10901,60314,211092,,,
+2020-04-13T17:00:00,ITA,11,Marche,43.61675973,13.5188753,959,108,1067,2013,3080,-34,78,1588,713,5381,28379,,,
+2020-04-13T17:00:00,ITA,14,Molise,41.55774754,14.65916051,28,4,32,170,202,0,0,40,15,257,2522,,,
+2020-04-13T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3344,379,3723,9042,12765,260,474,2543,1826,17134,69170,,,
+2020-04-13T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,600,71,671,1841,2512,60,76,286,267,3065,31922,,,
+2020-04-13T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,27,134,780,914,11,15,139,75,1128,11010,,,
+2020-04-13T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,554,51,605,1445,2050,20,42,237,171,2458,37311,,,
+2020-04-13T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,992,225,1217,5040,6257,95,155,615,518,7390,80889,,,
+2020-04-13T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,326,56,382,1698,2080,-2,73,746,300,3126,18586,,,
+2020-04-13T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,127,38,165,460,625,-62,1,643,52,1320,18740,,,
+2020-04-13T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,109,15,124,458,582,-6,6,230,115,927,3614,,,
+2020-04-13T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1427,245,1672,9094,10766,37,174,2603,882,14251,203077,,,
+2020-04-14T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,345,52,397,1403,1800,22,32,213,232,2245,20935,,,
+2020-04-14T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,62,12,74,191,265,-5,0,35,19,319,4759,,,
+2020-04-14T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,177,39,216,1348,1564,27,35,406,214,2184,24457,,,
+2020-04-14T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,161,12,173,643,816,25,28,72,68,956,19014,,,
+2020-04-14T17:00:00,ITA,15,Campania,40.83956555,14.25084984,618,82,700,2394,3094,32,99,415,260,3769,38094,,,
+2020-04-14T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3473,328,3801,9977,13778,-40,312,4269,2705,20752,101896,,,
+2020-04-14T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,166,28,194,705,899,-408,38,1415,206,2520,31764,,,
+2020-04-14T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1344,199,1543,2479,4022,102,143,789,300,5111,74650,,,
+2020-04-14T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,967,133,1100,2366,3466,101,212,1549,793,5808,24446,,,
+2020-04-14T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12077,1122,13199,19164,32363,428,1012,17821,11142,61326,214870,,,
+2020-04-14T17:00:00,ITA,11,Marche,43.61675973,13.5188753,937,106,1043,2052,3095,15,45,1603,728,5426,29160,,,
+2020-04-14T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,4,30,170,200,-2,0,42,15,257,2522,,,
+2020-04-14T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3395,367,3762,9293,13055,290,556,2708,1927,17690,71678,,,
+2020-04-14T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,611,62,673,1879,2552,40,53,288,278,3118,33071,,,
+2020-04-14T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,24,131,769,900,-14,10,158,80,1138,11893,,,
+2020-04-14T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,552,53,605,1466,2071,21,43,255,175,2501,37877,,,
+2020-04-14T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1002,225,1227,5125,6352,95,137,637,538,7527,82269,,,
+2020-04-14T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,325,54,379,1703,2082,2,15,749,310,3141,18774,,,
+2020-04-14T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,127,37,164,458,622,-3,1,646,53,1321,18956,,,
+2020-04-14T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,112,14,126,433,559,-23,20,270,118,947,3726,,,
+2020-04-14T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1427,233,1660,9076,10736,-30,181,2790,906,14432,208878,,,
+2020-04-15T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,341,44,385,1425,1810,10,29,224,240,2274,22500,,,
+2020-04-15T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,12,72,189,261,-4,1,38,21,320,5037,,,
+2020-04-15T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,166,32,198,1378,1576,12,40,425,223,2224,25370,,,
+2020-04-15T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,156,11,167,652,819,3,15,81,71,971,19662,,,
+2020-04-15T17:00:00,ITA,15,Campania,40.83956555,14.25084984,607,86,693,2394,3087,-7,38,442,278,3807,39534,,,
+2020-04-15T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3388,325,3713,9864,13577,-201,277,4664,2788,21029,106149,,,
+2020-04-15T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,163,24,187,1207,1394,495,24,938,212,2544,33800,,dc-IT-0004,dc-EN-0004
+2020-04-15T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1342,196,1538,2509,4047,25,121,874,311,5232,75584,,,
+2020-04-15T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,959,120,1079,2385,3464,-2,128,1665,807,5936,25793,,,
+2020-04-15T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12043,1074,13117,19804,32921,558,827,17855,11377,62153,221968,,,
+2020-04-15T17:00:00,ITA,11,Marche,43.61675973,13.5188753,888,106,994,2103,3097,2,77,1660,746,5503,30329,,,
+2020-04-15T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,175,206,6,6,42,15,263,2855,,,
+2020-04-15T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3338,366,3704,9491,13195,140,539,3019,2015,18229,75664,,,
+2020-04-15T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,592,73,665,1908,2573,21,66,323,288,3184,34518,,,
+2020-04-15T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,26,133,737,870,-30,23,208,83,1161,12395,,,
+2020-04-15T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,541,49,590,1491,2081,10,34,273,181,2535,39867,,,
+2020-04-15T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,977,216,1193,5224,6417,65,139,693,556,7666,86348,,,
+2020-04-15T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,312,48,360,1744,2104,22,79,798,318,3220,19535,,,
+2020-04-15T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,122,37,159,423,582,-40,1,686,54,1322,20258,,,
+2020-04-15T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,112,11,123,425,548,-11,11,289,121,958,3894,,,
+2020-04-15T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1402,219,1621,9168,10789,53,192,2895,940,14624,216344,,,
+2020-04-16T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,324,42,366,1484,1850,40,72,253,243,2346,23786,,,
+2020-04-16T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,9,69,204,273,12,16,41,22,336,5349,,,
+2020-04-16T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,180,34,214,1379,1593,17,43,449,225,2267,26416,,,
+2020-04-16T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,157,9,166,681,847,28,38,90,72,1009,20642,,,
+2020-04-16T17:00:00,ITA,15,Campania,40.83956555,14.25084984,618,76,694,2424,3118,31,80,483,286,3887,41296,,,
+2020-04-16T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3360,316,3676,9987,13663,86,457,4980,2843,21486,112105,,,
+2020-04-16T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,159,26,185,1145,1330,-64,72,1069,217,2616,35766,,,
+2020-04-16T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1347,197,1544,2600,4144,97,148,920,316,5380,81993,,,
+2020-04-16T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,957,103,1060,2377,3437,-27,103,1774,828,6039,26945,,,
+2020-04-16T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11356,1032,12388,20702,33090,169,941,18396,11608,63094,232674,,,
+2020-04-16T17:00:00,ITA,11,Marche,43.61675973,13.5188753,850,102,952,2172,3124,27,79,1694,764,5582,33778,,,
+2020-04-16T17:00:00,ITA,14,Molise,41.55774754,14.65916051,25,4,29,174,203,-3,0,44,16,263,2967,,,
+2020-04-16T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3418,346,3764,10019,13783,588,879,3231,2094,19108,80708,,,
+2020-04-16T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,603,58,661,1964,2625,52,74,334,299,3258,36158,,,
+2020-04-16T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,109,24,133,732,865,-5,3,214,85,1164,12796,,,
+2020-04-16T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,525,48,573,1535,2108,27,44,284,187,2579,42405,,,
+2020-04-16T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,940,213,1153,5460,6613,196,277,745,585,7943,91651,,,
+2020-04-16T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,296,43,339,1748,2087,-17,74,885,322,3294,20773,,,
+2020-04-16T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,116,33,149,387,536,-46,7,738,55,1329,21487,,,
+2020-04-16T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,105,12,117,401,518,-30,13,331,122,971,4159,,,
+2020-04-16T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1388,209,1597,9203,10800,11,366,3209,981,14990,224549,,,
+2020-04-17T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,319,43,362,1580,1942,92,97,255,246,2443,25436,,,
+2020-04-17T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,9,68,198,266,-7,1,49,22,337,5710,,,
+2020-04-17T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,181,32,213,1369,1582,-11,29,480,234,2296,27698,,,
+2020-04-17T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,154,7,161,658,819,-28,-18,99,73,991,21657,,,
+2020-04-17T17:00:00,ITA,15,Campania,40.83956555,14.25084984,622,76,698,2329,3027,-91,64,631,293,3951,43697,,,
+2020-04-17T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3330,309,3639,9946,13585,-78,348,5346,2903,21834,116826,,,
+2020-04-17T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,148,23,171,1257,1428,98,59,1027,220,2675,40030,,,
+2020-04-17T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1332,187,1519,2695,4214,70,144,978,332,5524,84755,,,
+2020-04-17T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,897,105,1002,2457,3459,22,149,1863,866,6188,28181,,,
+2020-04-17T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10627,971,11598,21836,33434,344,1041,18850,11851,64135,243513,,,
+2020-04-17T17:00:00,ITA,11,Marche,43.61675973,13.5188753,839,94,933,2224,3157,33,86,1726,785,5668,37997,,,
+2020-04-17T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,4,30,178,208,5,6,45,16,269,3082,,,
+2020-04-17T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3266,333,3599,10399,13998,215,695,3634,2171,19803,86714,,,
+2020-04-17T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,590,62,652,2004,2656,31,69,364,307,3327,38278,,,
+2020-04-17T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,23,136,736,872,7,14,220,86,1178,13304,,,
+2020-04-17T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,521,46,567,1572,2139,31,46,296,190,2625,45172,,,
+2020-04-17T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,898,207,1105,5478,6583,-30,167,925,602,8110,96231,,,
+2020-04-17T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,286,44,330,1660,1990,-97,82,1044,342,3376,21921,,,
+2020-04-17T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,111,31,142,352,494,-42,8,786,57,1337,22818,,,
+2020-04-17T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,108,9,117,374,491,-27,22,379,123,993,4366,,,
+2020-04-17T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1359,197,1556,9062,10618,-182,384,3730,1026,15374,236722,,,
+2020-04-18T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,321,41,362,1609,1971,29,44,263,253,2487,27016,,,
+2020-04-18T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,8,68,194,262,-4,2,54,23,339,6056,,,
+2020-04-18T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,179,28,207,1349,1556,-26,29,530,239,2325,28888,,,
+2020-04-18T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,152,7,159,673,832,13,20,106,73,1011,22794,,,
+2020-04-18T17:00:00,ITA,15,Campania,40.83956555,14.25084984,605,76,681,2364,3045,18,37,643,300,3988,46294,,,
+2020-04-18T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3234,296,3530,10054,13584,-1,350,5635,2965,22184,121220,,,
+2020-04-18T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,141,27,168,1235,1403,-25,56,1106,222,2731,43293,,,
+2020-04-18T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1376,186,1562,2720,4282,68,144,1046,340,5668,89553,,,
+2020-04-18T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,901,105,1006,2406,3412,-47,113,1992,897,6301,29322,,,
+2020-04-18T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10042,947,10989,23206,34195,761,1246,19136,12050,65381,255331,,,
+2020-04-18T17:00:00,ITA,11,Marche,43.61675973,13.5188753,804,88,892,2280,3172,15,53,1754,795,5721,39909,,,
+2020-04-18T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,178,209,1,0,44,16,269,3082,,,
+2020-04-18T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3271,323,3594,10629,14223,225,661,3989,2252,20464,91844,,,
+2020-04-18T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,594,60,654,2040,2694,38,82,401,314,3409,40423,,,
+2020-04-18T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,112,23,135,746,881,9,20,231,86,1198,14087,,,
+2020-04-18T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,526,42,568,1603,2171,32,47,305,196,2672,47715,,,
+2020-04-18T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,883,198,1081,5389,6470,-113,127,1149,618,8237,99903,,,
+2020-04-18T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,276,42,318,1667,1985,-5,55,1098,348,3431,23147,,,
+2020-04-18T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,109,32,141,290,431,-63,7,856,57,1344,24106,,,
+2020-04-18T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,107,10,117,432,549,58,80,400,124,1073,4521,,,
+2020-04-18T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1287,190,1477,8967,10444,-174,318,4189,1059,15692,247329,,,
+2020-04-19T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,317,40,357,1630,1987,16,34,276,258,2521,27791,22424,,
+2020-04-19T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,8,67,180,247,-15,3,71,24,342,6528,6528,,
+2020-04-19T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,162,23,185,1381,1566,10,55,569,245,2380,30361,14783,,
+2020-04-19T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,142,6,148,696,844,12,24,116,75,1035,23760,22234,,
+2020-04-19T17:00:00,ITA,15,Campania,40.83956555,14.25084984,590,61,651,2371,3022,-23,41,703,304,4029,48187,34994,,
+2020-04-19T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3166,289,3455,10097,13552,-32,376,5985,3023,22560,124916,88776,,
+2020-04-19T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,140,25,165,1172,1337,-66,14,1183,225,2745,44622,27544,,
+2020-04-19T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1370,185,1555,2766,4321,39,87,1093,341,5755,91807,22702,,
+2020-04-19T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,885,101,986,2504,3490,78,227,2110,928,6528,31551,21103,,
+2020-04-19T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10342,922,11264,23233,34497,302,855,19526,12213,66236,264155,183757,,
+2020-04-19T17:00:00,ITA,11,Marche,43.61675973,13.5188753,799,86,885,2297,3182,10,48,1780,807,5769,41474,27099,,
+2020-04-19T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,184,215,6,10,47,17,279,3584,3482,,
+2020-04-19T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3201,305,3506,10964,14470,247,593,4256,2331,21057,96569,71644,,
+2020-04-19T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,590,60,650,2136,2786,92,120,427,316,3529,42598,41580,,
+2020-04-19T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,117,22,139,725,864,-17,17,265,86,1215,14859,13760,,
+2020-04-19T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,522,41,563,1639,2202,31,45,315,200,2717,49772,49772,,
+2020-04-19T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,852,192,1044,5452,6496,26,135,1239,637,8372,103975,84620,,
+2020-04-19T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,278,41,319,1652,1971,-14,101,1201,360,3532,24388,16685,,
+2020-04-19T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,108,30,138,298,436,5,4,854,58,1348,25170,16790,,
+2020-04-19T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,102,10,112,450,562,13,15,401,125,1088,4677,3802,,
+2020-04-19T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1264,184,1448,8762,10210,-234,243,4638,1087,15935,255797,161231,,
+2020-04-20T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,320,38,358,1704,2062,75,91,287,263,2612,27942,22552,,
+2020-04-20T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,7,66,176,242,-5,0,76,24,342,6868,6868,,
+2020-04-20T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,160,19,179,1361,1540,-26,14,605,249,2394,31381,15089,,
+2020-04-20T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,140,7,147,681,828,-16,3,135,75,1038,24373,22847,,
+2020-04-20T17:00:00,ITA,15,Campania,40.83956555,14.25084984,586,61,647,2372,3019,-3,45,746,309,4074,51090,36153,,
+2020-04-20T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3144,283,3427,10095,13522,-30,307,6266,3079,22867,129530,90894,,
+2020-04-20T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,140,22,162,1028,1190,-147,30,1346,239,2775,45161,28777,,
+2020-04-20T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1388,185,1573,2792,4365,44,60,1101,349,5815,97823,23067,,
+2020-04-20T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,878,102,980,2516,3496,6,141,2216,957,6669,33007,21979,,
+2020-04-20T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10138,901,11039,23548,34587,90,735,20008,12376,66971,270486,173333,dc-IT-0006,dc-EN-0006
+2020-04-20T17:00:00,ITA,11,Marche,43.61675973,13.5188753,792,80,872,2340,3212,30,57,1792,822,5826,42782,28006,,
+2020-04-20T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,2,29,184,213,-2,2,50,18,281,3783,3683,,
+2020-04-20T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3299,301,3600,10957,14557,87,292,4383,2409,21349,99669,73192,,
+2020-04-20T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,584,66,650,2160,2810,24,38,431,326,3567,44189,43119,,
+2020-04-20T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,115,21,136,718,854,-10,13,288,86,1228,15328,14160,,
+2020-04-20T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,526,39,565,1645,2210,8,42,346,203,2759,51373,51373,,
+2020-04-20T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,850,182,1032,5536,6568,72,135,1272,667,8507,105857,85946,,
+2020-04-20T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,272,40,312,1617,1929,-42,58,1295,366,3590,26211,17347,,
+2020-04-20T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,113,29,142,282,424,-12,1,867,58,1349,25562,17099,,
+2020-04-20T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,102,8,110,438,548,-14,0,413,127,1088,4799,3910,,
+2020-04-20T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1273,180,1453,8608,10061,-149,192,4954,1112,16127,260810,163757,,
+2020-04-21T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,318,35,353,1714,2067,5,55,329,271,2667,29906,23901,,
+2020-04-21T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,64,7,71,174,245,3,8,81,24,350,7470,7470,,
+2020-04-21T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,159,20,179,1357,1536,-4,16,623,251,2410,31987,15405,,
+2020-04-21T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,133,7,140,679,819,-9,9,152,76,1047,25440,23914,,
+2020-04-21T17:00:00,ITA,15,Campania,40.83956555,14.25084984,532,58,590,2356,2946,-73,61,872,317,4135,53548,37505,,
+2020-04-21T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3045,282,3327,9917,13244,-278,225,6701,3147,23092,134878,93367,,
+2020-04-21T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,139,21,160,1162,1322,132,17,1229,241,2792,48500,31352,,
+2020-04-21T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1380,184,1564,2838,4402,37,80,1130,363,5895,100031,24046,,
+2020-04-21T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,914,94,1008,2455,3463,-33,95,2311,990,6764,34186,22670,,
+2020-04-21T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9805,851,10656,23322,33978,-609,960,21374,12579,67931,277197,173333,pd-IT-0012,pd-EN-0012
+2020-04-21T17:00:00,ITA,11,Marche,43.61675973,13.5188753,784,78,862,2356,3218,6,51,1825,834,5877,44332,29090,,
+2020-04-21T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,2,29,184,213,0,1,51,18,282,4124,4015,,
+2020-04-21T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3116,293,3409,11402,14811,254,606,4659,2485,21955,105434,76406,,
+2020-04-21T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,569,65,634,2178,2812,2,55,459,351,3622,45984,44760,,
+2020-04-21T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,112,21,133,704,837,-17,8,306,93,1236,15886,14526,,
+2020-04-21T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,514,37,551,1708,2259,49,76,370,206,2835,55093,55093,,
+2020-04-21T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,833,171,1004,5618,6622,54,96,1295,686,8603,109925,87717,,
+2020-04-21T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,254,38,292,1617,1909,-20,24,1329,376,3614,26610,17705,,
+2020-04-21T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,107,22,129,278,407,-17,4,886,60,1353,26639,17873,,
+2020-04-21T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,99,8,107,415,522,-26,5,445,126,1093,4911,3969,,
+2020-04-21T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1230,177,1407,8670,10077,16,277,5173,1154,16404,268069,167129,,
+2020-04-22T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,309,35,344,1764,2108,41,66,349,276,2733,30348,24317,,
+2020-04-22T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,65,7,72,160,232,-13,4,98,24,354,8040,8040,,
+2020-04-22T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,157,19,176,1336,1512,-24,6,648,256,2416,32722,15736,,
+2020-04-22T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,128,7,135,686,821,2,13,163,76,1060,26560,24878,,
+2020-04-22T17:00:00,ITA,15,Campania,40.83956555,14.25084984,523,53,576,2422,2998,52,50,860,327,4185,55701,38679,,
+2020-04-22T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2964,282,3246,9838,13084,-160,342,7146,3204,23434,140874,96824,,
+2020-04-22T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,134,20,154,1154,1308,-14,25,1263,246,2817,50869,32871,,
+2020-04-22T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1384,187,1571,2892,4463,61,80,1142,370,5975,104062,25244,,
+2020-04-22T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,860,92,952,2524,3476,13,154,2420,1022,6918,35990,23756,,
+2020-04-22T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9692,817,10509,23733,34242,264,1161,22110,12740,69092,290699,184323,,
+2020-04-22T17:00:00,ITA,11,Marche,43.61675973,13.5188753,735,76,811,2419,3230,12,47,1849,845,5924,46492,30543,,
+2020-04-22T17:00:00,ITA,14,Molise,41.55774754,14.65916051,21,2,23,182,205,-8,2,60,19,284,4425,4252,,
+2020-04-22T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3213,273,3486,11636,15122,311,784,5058,2559,22739,111513,81176,,
+2020-04-22T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,564,60,624,2250,2874,62,108,494,362,3730,48342,46925,,
+2020-04-22T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,97,20,117,716,833,-4,11,318,96,1247,16886,15354,,
+2020-04-22T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,500,35,535,1752,2287,28,48,388,208,2883,58732,58732,,
+2020-04-22T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,820,174,994,5173,6167,-455,97,1828,705,8700,114100,91747,,
+2020-04-22T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,245,34,279,1595,1874,-35,32,1391,381,3646,26674,17672,,
+2020-04-22T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,97,20,117,254,371,-36,4,925,61,1357,27655,18679,,
+2020-04-22T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,92,8,100,401,501,-21,2,467,127,1095,5024,4011,,
+2020-04-22T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1205,163,1368,8623,9991,-86,334,5566,1181,16738,277543,171735,,
+2020-04-23T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,322,31,353,1747,2100,-8,52,405,280,2785,31187,24751,,
+2020-04-23T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,61,7,68,161,229,-3,2,103,24,356,8511,8511,,
+2020-04-23T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,141,17,158,1336,1494,-18,19,680,261,2435,33994,16442,,
+2020-04-23T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,129,7,136,687,823,2,9,170,76,1069,27869,26187,,
+2020-04-23T17:00:00,ITA,15,Campania,40.83956555,14.25084984,539,47,586,2392,2978,-20,53,928,332,4238,58324,38679,pd-IT-0014,pd-EN-0014
+2020-04-23T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2889,266,3155,9690,12845,-239,289,7609,3269,23723,146146,99714,,
+2020-04-23T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,138,18,156,979,1135,-173,41,1467,256,2858,52918,34057,,
+2020-04-23T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1385,186,1571,2915,4486,23,79,1193,375,6054,111073,26298,pd-IT-0016,pd-EN-0016
+2020-04-23T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,783,91,874,2592,3466,-10,131,2536,1047,7049,37842,25045,,
+2020-04-23T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9192,790,9982,23891,33873,-369,1073,23352,12940,70165,302715,190451,,
+2020-04-23T17:00:00,ITA,11,Marche,43.61675973,13.5188753,727,71,798,2432,3230,0,28,1865,857,5952,47662,31673,,
+2020-04-23T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,1,20,178,198,-7,0,66,20,284,4564,4478,,
+2020-04-23T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3039,261,3300,11852,15152,30,401,5358,2630,23140,117970,84648,,
+2020-04-23T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,536,55,591,2345,2936,62,109,531,372,3839,50410,49403,,
+2020-04-23T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,90,20,110,707,817,-16,7,339,98,1254,17844,16094,,
+2020-04-23T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,476,34,510,1791,2301,14,43,412,213,2926,62150,62150,,
+2020-04-23T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,791,168,959,5212,6171,4,80,1886,723,8780,118177,94426,,
+2020-04-23T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,234,29,263,1608,1871,-3,81,1474,382,3727,28240,18656,,
+2020-04-23T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,100,19,119,236,355,-16,5,946,61,1362,29011,19627,,
+2020-04-23T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,91,9,100,363,463,-38,1,506,127,1096,5227,4133,,
+2020-04-23T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1189,140,1329,8596,9925,-66,143,5750,1206,16881,288075,177154,,
+2020-04-24T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,327,28,355,1724,2079,-21,18,438,286,2803,32397,25397,,
+2020-04-24T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,7,66,163,229,0,4,107,24,360,9026,9026,,
+2020-04-24T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,148,16,164,929,1093,-401,21,1100,263,2456,35062,17024,,
+2020-04-24T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,123,7,130,691,821,-2,10,178,80,1079,28764,26811,,
+2020-04-24T17:00:00,ITA,15,Campania,40.83956555,14.25084984,524,44,568,2375,2943,-35,44,1003,336,4282,61331,40053,,
+2020-04-24T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2807,264,3071,9438,12509,-336,247,8158,3303,23970,151505,102495,,
+2020-04-24T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,136,16,152,1168,1320,185,24,1304,258,2882,55502,35547,dc-IT-0008,dc-EN-0008
+2020-04-24T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1396,184,1580,2912,4492,6,78,1256,384,6132,114317,86545,,
+2020-04-24T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,760,87,847,2590,3437,-29,124,2660,1076,7173,39563,26040,,
+2020-04-24T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8791,756,9547,24821,34368,495,1091,23782,13106,71256,314298,196406,,
+2020-04-24T17:00:00,ITA,11,Marche,43.61675973,13.5188753,705,61,766,2507,3273,43,76,1890,865,6028,49163,33113,,
+2020-04-24T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,1,20,180,200,2,3,67,20,287,4805,4718,,
+2020-04-24T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2918,257,3175,12216,15391,239,682,5732,2699,23822,125300,89392,,
+2020-04-24T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,496,51,547,2386,2933,-3,42,565,383,3881,52472,51517,,
+2020-04-24T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,95,19,114,690,804,-13,3,351,102,1257,19889,18050,dc-IT-0010,dc-EN-0010
+2020-04-24T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,461,32,493,1827,2320,19,55,443,218,2981,65165,63626,,
+2020-04-24T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,738,159,897,5236,6133,-38,97,2002,742,8877,121336,96180,,
+2020-04-24T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,224,28,252,1575,1827,-44,49,1560,389,3776,29779,19250,,
+2020-04-24T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,94,19,113,209,322,-33,1,979,62,1363,30524,20733,,
+2020-04-24T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,88,7,95,259,354,-109,4,617,129,1100,5262,4454,,
+2020-04-24T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1159,130,1289,8390,9679,-246,348,6306,1244,17229,296896,181473,,
+2020-04-25T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,323,26,349,1712,2061,-18,29,478,293,2832,33624,25959,,
+2020-04-25T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,58,7,65,153,218,-11,1,118,25,361,9792,9792,,
+2020-04-25T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,141,14,155,880,1035,-58,20,1176,265,2476,36608,17573,,
+2020-04-25T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,125,7,132,679,811,-10,9,197,80,1088,29959,28006,,
+2020-04-25T17:00:00,ITA,15,Campania,40.83956555,14.25084984,543,55,598,2337,2935,-8,17,1023,341,4299,64521,41399,,
+2020-04-25T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2718,246,2964,9383,12347,-162,239,8515,3347,24209,156883,105628,,
+2020-04-25T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,122,15,137,947,1084,-236,21,1556,263,2903,58375,37211,,
+2020-04-25T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1421,183,1604,2957,4561,69,92,1276,387,6224,118354,90582,,
+2020-04-25T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,759,83,842,2591,3433,-4,128,2775,1093,7301,41125,26898,,
+2020-04-25T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8489,724,9213,25260,34473,105,713,24227,13269,71969,326940,202827,,
+2020-04-25T17:00:00,ITA,11,Marche,43.61675973,13.5188753,689,58,747,2525,3272,-1,30,1912,874,6058,50996,34256,,
+2020-04-25T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,1,20,178,198,-2,5,73,21,292,5191,5089,,
+2020-04-25T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2937,238,3175,12327,15502,111,604,6157,2767,24426,131107,93325,,
+2020-04-25T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,469,48,517,2402,2919,-14,31,602,391,3912,54628,53500,,
+2020-04-25T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,96,18,114,680,794,-10,14,374,103,1271,20351,18480,,
+2020-04-25T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,452,33,485,1787,2272,-48,39,524,224,3020,68251,64892,,
+2020-04-25T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,687,166,853,5293,6146,13,138,2109,760,9015,125495,98753,,
+2020-04-25T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,202,27,229,1515,1744,-83,62,1694,400,3838,30661,19394,,
+2020-04-25T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,95,18,113,184,297,-25,3,1006,63,1366,31939,21842,,
+2020-04-25T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,83,6,89,224,313,-41,0,657,130,1100,5966,4694,,
+2020-04-25T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1105,129,1234,8198,9432,-247,162,6671,1288,17391,306977,186426,,
+2020-04-26T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,324,24,348,1720,2068,7,27,496,295,2859,33820,26184,,
+2020-04-26T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,57,7,64,155,219,1,5,122,25,366,10077,10077,,
+2020-04-26T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,138,14,152,842,994,-41,5,1218,269,2481,37431,17895,,
+2020-04-26T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,118,8,126,671,797,-14,1,212,80,1089,30853,28900,,
+2020-04-26T17:00:00,ITA,15,Campania,40.83956555,14.25084984,536,45,581,2343,2924,-11,32,1062,345,4331,67218,42279,,
+2020-04-26T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2695,245,2940,9401,12341,-6,241,8723,3386,24450,161928,109192,,
+2020-04-26T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,129,13,142,1106,1248,164,14,1405,264,2917,59681,38202,,
+2020-04-26T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1442,161,1603,2970,4573,12,85,1347,389,6309,121677,93811,,
+2020-04-26T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,748,82,830,2650,3480,47,187,2894,1114,7488,42607,27852,,
+2020-04-26T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8481,706,9187,25979,35166,693,920,24398,13325,72889,337797,208471,,
+2020-04-26T17:00:00,ITA,11,Marche,43.61675973,13.5188753,668,58,726,2582,3308,36,53,1924,879,6111,52063,35107,,
+2020-04-26T17:00:00,ITA,14,Molise,41.55774754,14.65916051,20,1,21,179,200,2,4,75,21,296,5567,5334,,
+2020-04-26T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2866,214,3080,12439,15519,17,394,6478,2823,24820,135142,96977,,
+2020-04-26T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,464,48,512,2425,2937,18,36,612,399,3948,55992,55397,,
+2020-04-26T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,95,20,115,668,783,-11,9,388,109,1280,21101,19162,,
+2020-04-26T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,445,33,478,1629,2107,-165,35,720,228,3055,70104,65689,,
+2020-04-26T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,677,158,835,5234,6069,-77,132,2300,778,9147,127394,99751,,
+2020-04-26T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,199,24,223,1459,1682,-62,56,1807,405,3894,32142,19902,,
+2020-04-26T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,91,17,108,188,296,-1,2,1008,64,1368,32569,22320,,
+2020-04-26T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,82,7,89,165,254,-59,6,721,131,1106,6135,4624,dc-IT-0012,dc-EN-0012
+2020-04-26T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1097,124,1221,7917,9138,-294,80,7018,1315,17471,316361,183513,,
+2020-04-27T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,328,23,351,1679,2030,-38,15,545,299,2874,34176,26443,,
+2020-04-27T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,57,7,64,153,217,-2,0,124,25,366,10364,10364,,
+2020-04-27T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,150,16,166,774,940,-54,15,1286,270,2496,38640,18423,,
+2020-04-27T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,114,6,120,662,782,-15,7,231,83,1096,31787,29834,,
+2020-04-27T17:00:00,ITA,15,Campania,40.83956555,14.25084984,541,37,578,2299,2877,-47,18,1120,352,4349,68727,42463,,
+2020-04-27T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2640,247,2887,9338,12225,-116,212,9006,3431,24662,164979,111041,,
+2020-04-27T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,130,13,143,1115,1258,10,60,1448,271,2977,60940,39330,,
+2020-04-27T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1464,143,1607,2955,4562,-11,83,1433,397,6392,124769,95719,,
+2020-04-27T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,754,83,837,2743,3580,100,154,2934,1128,7642,44039,28739,,
+2020-04-27T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7525,680,8205,27236,35441,275,590,24589,13449,73479,342850,211523,,
+2020-04-27T17:00:00,ITA,11,Marche,43.61675973,13.5188753,667,58,725,2585,3310,2,16,1933,884,6127,52765,35617,,
+2020-04-27T17:00:00,ITA,14,Molise,41.55774754,14.65916051,20,1,21,179,200,0,0,75,21,296,5656,5423,,
+2020-04-27T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2830,214,3044,12464,15508,-11,278,6712,2878,25098,139348,99144,,
+2020-04-27T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,449,51,500,2412,2912,-25,10,641,405,3958,56976,55897,,
+2020-04-27T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,97,19,116,660,776,-7,3,398,109,1283,21395,19424,,
+2020-04-27T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,440,35,475,1648,2123,16,30,731,231,3085,70650,66749,,
+2020-04-27T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,671,154,825,5158,5983,-86,32,2401,795,9179,129048,100869,,
+2020-04-27T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,201,23,224,1483,1707,25,101,1881,407,3995,33152,20199,,
+2020-04-27T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,90,16,106,181,287,-9,2,1018,65,1370,32823,22492,,
+2020-04-27T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,86,7,93,142,235,-19,5,743,133,1111,6551,4873,,
+2020-04-27T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1099,123,1222,7638,8860,-278,108,7375,1344,17579,320027,192751,,
+2020-04-28T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,312,21,333,1657,1990,-40,25,599,310,2899,35356,27054,,
+2020-04-28T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,56,7,63,142,205,-12,0,136,25,366,10889,10889,,
+2020-04-28T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,136,15,151,759,910,-30,2,1316,272,2498,39130,18567,,
+2020-04-28T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,113,6,119,645,764,-18,1,248,85,1097,33755,31802,,
+2020-04-28T17:00:00,ITA,15,Campania,40.83956555,14.25084984,544,33,577,2225,2802,-75,31,1220,358,4380,70566,42690,,
+2020-04-28T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2574,228,2802,9201,12003,-222,252,9439,3472,24914,172589,116624,,
+2020-04-28T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,136,13,149,1090,1239,-19,18,1478,278,2995,64151,41273,,
+2020-04-28T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1468,132,1600,2962,4562,0,75,1491,414,6467,128664,98968,,
+2020-04-28T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,718,81,799,2772,3571,-9,130,3060,1141,7772,45719,29794,,
+2020-04-28T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7280,655,7935,27809,35744,303,869,25029,13575,74348,351423,216526,,
+2020-04-28T17:00:00,ITA,11,Marche,43.61675973,13.5188753,666,58,724,2610,3334,24,48,1948,893,6175,54313,36650,,
+2020-04-28T17:00:00,ITA,14,Molise,41.55774754,14.65916051,18,1,19,176,195,-5,1,81,21,297,5776,5538,,
+2020-04-28T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2701,202,2903,12603,15506,-2,352,7008,2936,25450,144531,102514,,
+2020-04-28T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,448,51,499,2420,2919,7,22,654,407,3980,58496,57574,,
+2020-04-28T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,96,18,114,658,772,-4,2,404,109,1285,22116,20053,,
+2020-04-28T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,428,34,462,1681,2143,20,35,745,232,3120,73008,68729,,
+2020-04-28T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,619,144,763,5133,5896,-87,52,2524,811,9231,133617,103891,,
+2020-04-28T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,182,22,204,1361,1565,-142,30,2048,412,4025,33839,20539,,
+2020-04-28T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,80,17,97,178,275,-12,9,1039,65,1379,33881,23263,,
+2020-04-28T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,81,5,86,123,209,-26,8,775,135,1119,6897,5069,,
+2020-04-28T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1067,120,1187,7414,8601,-259,129,7699,1408,17708,328218,196864,,
+2020-04-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,309,19,328,1648,1976,-14,24,632,315,2923,36614,27703,,
+2020-04-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,51,4,55,139,194,-11,0,147,25,366,11331,11331,,
+2020-04-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,119,14,133,712,845,-65,9,1388,274,2507,40218,18844,,
+2020-04-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,107,6,113,640,753,-11,5,263,86,1102,34914,32961,,
+2020-04-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,518,31,549,2233,2782,-20,30,1269,359,4410,73094,43449,,
+2020-04-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2527,226,2753,9109,11862,-141,263,9803,3512,25177,176865,118881,,
+2020-04-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,134,12,146,1081,1227,-12,15,1498,285,3010,66769,42902,,
+2020-04-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1445,130,1575,2960,4535,-27,78,1579,431,6545,133503,103435,,
+2020-04-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,697,70,767,2809,3576,5,117,3161,1152,7889,47220,30669,,
+2020-04-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7120,634,7754,28368,36122,378,786,25333,13679,75134,365895,223952,,
+2020-04-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,640,52,692,2655,3347,13,35,1964,899,6210,55905,37877,,
+2020-04-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,17,1,18,175,193,-2,0,83,21,297,5910,5857,,
+2020-04-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2637,202,2839,12682,15521,15,411,7337,3003,25861,151266,106179,,
+2020-04-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,449,47,496,2431,2927,8,49,692,410,4029,60334,59801,,
+2020-04-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,87,17,104,657,761,-11,5,413,116,1290,23299,21071,,
+2020-04-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,415,34,449,1696,2145,2,20,763,232,3140,75360,71301,,
+2020-04-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,576,139,715,4948,5663,-233,61,2802,827,9292,137482,106150,,
+2020-04-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,165,22,187,1276,1463,-102,44,2190,416,4069,35008,20944,,
+2020-04-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,77,16,93,168,261,-14,12,1064,66,1391,34937,24079,,
+2020-04-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,78,5,83,52,135,-74,5,852,137,1124,7181,5337,,
+2020-04-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1042,114,1156,7213,8369,-232,117,8019,1437,17825,337656,200737,,
+2020-04-30T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,306,16,322,1593,1915,-61,7,695,320,2930,37996,28351,,
+2020-04-30T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,49,4,53,139,192,-2,1,150,25,367,12774,12774,,
+2020-04-30T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,126,13,139,663,802,-43,11,1441,275,2518,41297,19178,,
+2020-04-30T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,105,6,111,629,740,-13,6,282,86,1108,35903,33950,,
+2020-04-30T17:00:00,ITA,15,Campania,40.83956555,14.25084984,484,29,513,2260,2773,-9,13,1291,359,4423,76108,44233,,
+2020-04-30T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2146,206,2352,7211,9563,-2299,259,12322,3551,25436,182857,122430,,
+2020-04-30T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,109,11,120,1050,1170,-57,15,1566,289,3025,67930,43691,,
+2020-04-30T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1417,115,1532,2936,4468,-67,71,1707,441,6616,137596,107497,,
+2020-04-30T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,676,69,745,2806,3551,-25,104,3275,1167,7993,48762,31520,,
+2020-04-30T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6834,605,7439,28772,36211,89,598,25749,13772,75732,376943,229880,,
+2020-04-30T17:00:00,ITA,11,Marche,43.61675973,13.5188753,465,48,513,2697,3210,-137,37,2131,906,6247,59488,39145,,
+2020-04-30T17:00:00,ITA,14,Molise,41.55774754,14.65916051,17,1,18,172,190,-3,1,87,21,298,6446,6228,,
+2020-04-30T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2621,199,2820,12673,15493,-28,428,7730,3066,26289,156534,110157,,
+2020-04-30T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,439,42,481,2468,2949,22,43,708,415,4072,62460,61439,,
+2020-04-30T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,87,16,103,641,744,-17,5,435,116,1295,24754,22358,,
+2020-04-30T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,408,33,441,1716,2157,12,26,774,235,3166,79669,74541,,
+2020-04-30T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,546,126,672,4912,5584,-79,60,2926,842,9352,141849,108596,,
+2020-04-30T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,158,21,179,1191,1370,-93,47,2328,418,4116,36534,21622,,
+2020-04-30T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,68,16,84,149,233,-28,1,1092,67,1392,36459,25317,,
+2020-04-30T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,76,4,80,9,89,-46,4,902,137,1128,7631,5647,,
+2020-04-30T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1012,114,1126,7021,8147,-222,135,8354,1459,17960,349227,206347,,
+2020-05-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,297,16,313,1598,1911,-4,18,713,324,2948,39385,29024,,
+2020-05-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,49,4,53,140,193,1,11,160,25,378,13269,13269,,
+2020-05-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,112,11,123,634,757,-45,10,1493,278,2528,42903,19705,,
+2020-05-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,105,3,108,619,727,-13,4,299,86,1112,37054,35101,,
+2020-05-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,478,29,507,2246,2753,-20,21,1332,359,4444,79940,44975,,
+2020-05-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2112,197,2309,7175,9484,-79,208,12581,3579,25644,188264,125636,,
+2020-05-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,131,6,137,978,1115,-55,16,1632,294,3041,71013,45566,,
+2020-05-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1372,105,1477,2969,4446,-22,56,1744,482,6672,143804,111988,dc-IT-0014,dc-EN-0014
+2020-05-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,666,68,734,2784,3518,-33,133,3424,1184,8126,51199,32794,,
+2020-05-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6628,563,7191,29282,36473,262,737,26136,13860,76469,390644,236822,,
+2020-05-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,413,44,457,2754,3211,1,28,2153,911,6275,61241,40123,,
+2020-05-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,17,1,18,172,190,0,2,89,21,300,6463,6450,,
+2020-05-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2503,181,2684,12878,15562,69,395,8025,3097,26684,162568,114786,,
+2020-05-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,428,39,467,2480,2947,-2,27,731,421,4099,64292,62702,,
+2020-05-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,84,12,96,648,744,0,18,452,117,1313,26242,23442,,
+2020-05-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,399,30,429,1742,2171,14,28,786,237,3194,82860,77490,,
+2020-05-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,520,124,644,4729,5373,-211,93,3218,854,9445,146456,111349,,
+2020-05-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,146,19,165,1128,1293,-77,16,2416,423,4132,37838,22602,,
+2020-05-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,60,13,73,131,204,-29,1,1121,68,1393,37762,26285,,
+2020-05-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,72,3,75,17,92,3,5,904,137,1133,7769,5818,,
+2020-05-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,977,110,1087,6692,7779,-368,138,8840,1479,18098,362459,212706,,
+2020-05-02T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,303,16,319,1560,1879,-32,16,758,327,2964,39916,29308,,
+2020-05-02T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,4,52,139,191,-2,2,164,25,380,13722,13722,,
+2020-05-02T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,113,10,123,580,703,-54,7,1553,279,2535,43804,20036,,
+2020-05-02T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,100,4,104,609,713,-14,0,311,88,1112,37928,35975,,
+2020-05-02T17:00:00,ITA,15,Campania,40.83956555,14.25084984,470,27,497,2224,2721,-32,15,1376,362,4459,83592,45955,,
+2020-05-02T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2033,196,2229,7094,9323,-161,206,12913,3614,25850,192135,128005,,
+2020-05-02T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,131,5,136,973,1109,-6,18,1655,295,3059,73855,47259,,
+2020-05-02T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1370,96,1466,2986,4452,6,84,1807,497,6756,147078,114761,,
+2020-05-02T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,647,68,715,2883,3598,80,186,3519,1195,8312,53202,34037,,
+2020-05-02T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6529,545,7074,29593,36667,194,533,26146,14189,77002,403702,243383,dc-IT-0016,dc-EN-0016
+2020-05-02T17:00:00,ITA,11,Marche,43.61675973,13.5188753,399,46,445,2760,3205,-6,23,2177,916,6298,62834,41156,,
+2020-05-02T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,172,182,-8,1,98,21,301,7075,6808,,
+2020-05-02T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2550,178,2728,12991,15719,157,495,8334,3126,27179,168479,118814,,
+2020-05-02T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,416,39,455,2499,2954,7,34,757,422,4133,65370,63782,,
+2020-05-02T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,86,13,99,631,730,-14,2,466,119,1315,26990,24065,,
+2020-05-02T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,396,30,426,1760,2186,15,19,787,240,3213,84352,77590,,
+2020-05-02T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,519,118,637,4728,5365,-8,80,3297,863,9525,148223,112437,,
+2020-05-02T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,138,19,157,1125,1282,-11,49,2474,425,4181,39579,23380,,
+2020-05-02T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,60,13,73,123,196,-8,1,1130,68,1394,38072,26463,,
+2020-05-02T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,70,3,73,25,98,6,3,901,137,1136,7951,5931,,
+2020-05-02T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,970,108,1078,6353,7431,-348,126,9291,1502,18224,370978,216997,,
+2020-05-03T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,300,16,316,1552,1868,-11,32,798,330,2996,40699,29788,,
+2020-05-03T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,3,51,143,194,3,6,167,25,386,14210,14210,,
+2020-05-03T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,109,11,120,545,665,-38,1,1590,281,2536,44240,20166,,
+2020-05-03T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,95,4,99,603,702,-11,2,324,88,1114,38835,36874,,
+2020-05-03T17:00:00,ITA,15,Campania,40.83956555,14.25084984,455,30,485,2241,2726,5,25,1394,364,4484,86498,47027,,
+2020-05-03T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1997,197,2194,6851,9045,-278,166,13329,3642,26016,197075,131047,,
+2020-05-03T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,131,6,137,950,1087,-22,13,1688,297,3072,74990,48041,,
+2020-05-03T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1346,95,1441,2944,4385,-67,53,1916,508,6809,150912,117796,,
+2020-05-03T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,627,68,695,2856,3551,-47,47,3599,1209,8359,54492,34613,,
+2020-05-03T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6609,532,7141,29785,36926,259,526,26371,14231,77528,410857,247176,,
+2020-05-03T17:00:00,ITA,11,Marche,43.61675973,13.5188753,400,43,443,2755,3198,-7,21,2194,927,6319,64412,42281,,
+2020-05-03T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,1,9,172,181,-1,0,98,22,301,7075,6808,,
+2020-05-03T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2496,169,2665,12973,15638,-81,251,8640,3152,27430,172208,121176,,
+2020-05-03T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,410,40,450,2505,2955,1,11,765,424,4144,66443,64781,,
+2020-05-03T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,92,10,102,587,689,-41,4,511,119,1319,27737,24662,,
+2020-05-03T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,383,29,412,1791,2203,17,27,795,242,3240,85955,78409,,
+2020-05-03T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,513,112,625,4703,5328,-37,38,3363,872,9563,150914,114354,,
+2020-05-03T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,136,17,153,1094,1247,-35,66,2571,429,4247,41095,24085,,
+2020-05-03T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,58,13,71,112,183,-13,0,1143,68,1394,38823,26973,,
+2020-05-03T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,74,2,76,33,109,11,6,895,138,1142,8100,6046,,
+2020-05-03T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,955,103,1058,6241,7299,-132,94,9503,1516,18318,378202,220598,,
+2020-05-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,301,15,316,1521,1837,-31,4,831,332,3000,41108,30047,,
+2020-05-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,50,3,53,120,173,-21,0,188,25,386,14901,14455,,
+2020-05-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,103,10,113,523,636,-29,5,1621,284,2541,44673,20333,,
+2020-05-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,93,4,97,577,674,-28,4,356,88,1118,39438,37390,,
+2020-05-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,438,24,462,2249,2711,-15,14,1421,366,4498,90543,48275,,
+2020-05-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1968,199,2167,6817,8984,-61,159,13525,3666,26175,200427,133329,,
+2020-05-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,130,4,134,916,1050,-37,4,1727,299,3076,75421,48250,,
+2020-05-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1335,95,1430,2955,4385,0,38,1938,524,6847,153293,120095,,
+2020-05-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,606,72,678,2830,3508,-43,53,3683,1221,8412,56092,35443,,
+2020-05-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6414,532,6946,30361,37307,381,577,26504,14294,78105,418835,251661,,
+2020-05-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,389,44,433,2773,3206,8,44,2225,932,6363,65398,42838,,
+2020-05-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,168,178,-3,0,101,22,301,7328,7057,,
+2020-05-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2391,161,2552,13010,15562,-76,192,8874,3186,27622,176078,123801,,
+2020-05-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,397,39,436,2509,2945,-10,9,779,429,4153,67167,65789,,
+2020-05-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,91,9,100,553,653,-36,-2,545,119,1317,28052,24926,dc-IT-0018,dc-EN-0018
+2020-05-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,376,27,403,1799,2202,-1,15,809,244,3255,87166,79336,,
+2020-05-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,512,107,619,4660,5279,-49,38,3441,881,9601,152447,115065,,
+2020-05-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,135,17,152,1013,1165,-82,11,2663,430,4258,42061,24500,,
+2020-05-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,56,13,69,112,181,-2,0,1143,70,1394,39044,27152,,
+2020-05-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,74,2,76,34,110,1,1,894,139,1143,8271,6200,,
+2020-05-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,955,101,1056,6178,7234,-65,55,9611,1528,18373,383660,223968,,
+2020-05-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,289,11,300,1509,1809,-28,25,881,335,3025,42489,30835,,
+2020-05-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,50,3,53,124,177,4,10,194,25,396,15476,15028,,
+2020-05-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,99,11,110,502,612,-24,1,1644,286,2542,45264,20561,,
+2020-05-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,92,4,96,554,650,-24,1,381,88,1119,40509,38461,,
+2020-05-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,408,25,433,2097,2530,-181,20,1619,369,4518,93068,48733,,
+2020-05-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1917,191,2108,6573,8681,-303,100,13889,3705,26275,206166,136310,,
+2020-05-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,120,4,124,860,984,-66,9,1798,303,3085,78510,50135,,
+2020-05-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1315,91,1406,2964,4370,-15,67,2010,534,6914,157307,122541,,
+2020-05-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,583,68,651,2776,3427,-81,63,3816,1232,8475,57622,36150,,
+2020-05-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6201,509,6710,30382,37092,-215,500,27124,14389,78605,425290,255292,,
+2020-05-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,387,42,429,2790,3219,13,29,2237,936,6392,67256,44045,,
+2020-05-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,167,177,-1,0,102,22,301,7528,7252,,
+2020-05-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2307,155,2462,12861,15323,-239,152,9235,3216,27774,181316,126685,,
+2020-05-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,384,39,423,2516,2939,-6,17,798,433,4170,69128,67238,,
+2020-05-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,94,9,103,539,642,-11,1,557,119,1318,28867,25631,,
+2020-05-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,367,26,393,1809,2202,0,12,818,247,3267,91306,82079,,
+2020-05-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,484,111,595,4595,5190,-89,30,3552,889,9631,157260,118265,,
+2020-05-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,126,15,141,900,1041,-124,3,2787,433,4261,42870,25137,,
+2020-05-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,56,11,67,109,176,-5,6,1154,70,1400,39998,27822,,
+2020-05-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,56,3,59,51,110,0,0,894,139,1143,8484,6342,,
+2020-05-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,926,98,1024,6092,7116,-118,29,9741,1545,18402,390952,227579,,
+2020-05-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,285,11,296,1495,1791,-18,22,915,341,3047,43803,31502,,
+2020-05-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,47,3,50,122,172,-5,3,202,25,399,16103,15619,,
+2020-05-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,99,11,110,469,579,-33,1,1678,286,2543,46228,20872,,
+2020-05-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,87,3,90,554,644,-6,3,389,89,1122,41828,39780,,
+2020-05-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,433,25,458,1882,2340,-190,14,1816,376,4532,96548,49478,,
+2020-05-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1816,176,1992,6399,8391,-290,104,14251,3737,26379,211652,138871,,
+2020-05-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,115,3,118,844,962,-22,9,1826,306,3094,79429,50698,,
+2020-05-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1351,91,1442,2991,4433,63,81,2024,538,6995,160894,125897,,
+2020-05-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,548,59,607,2699,3306,-121,76,4002,1243,8551,59693,37177,,
+2020-05-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6079,480,6559,25194,31753,-5339,764,33005,14611,79369,439806,262964,dc-IT-0020,dc-EN-0020
+2020-05-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,353,42,395,2841,3236,17,29,2242,943,6421,69037,45026,,
+2020-05-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,0,9,170,179,2,3,103,22,304,7896,7604,,
+2020-05-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2147,150,2297,12561,14858,-465,165,9834,3247,27939,188057,131269,,
+2020-05-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,365,36,401,2502,2903,-36,26,855,438,4196,70944,68760,,
+2020-05-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,91,11,102,521,623,-19,1,577,119,1319,29966,26598,,
+2020-05-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,359,25,384,1817,2201,-1,14,830,250,3281,92999,83908,,
+2020-05-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,462,92,554,4534,5088,-102,26,3670,899,9657,161553,121066,,
+2020-05-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,116,13,129,853,982,-59,19,2861,437,4280,44719,26161,,
+2020-05-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,55,9,64,107,171,-5,4,1163,70,1404,41328,28712,,
+2020-05-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,50,3,53,74,127,17,3,880,139,1146,8640,6461,,
+2020-05-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,902,90,992,5797,6789,-327,77,10122,1568,18479,399806,231469,,
+2020-05-07T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,263,12,275,1495,1770,-21,25,954,348,3072,45021,32186,,
+2020-05-07T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,2,50,105,155,-17,-16,202,26,383,16272,15780,dc-IT-0022,dc-EN-0022
+2020-05-07T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,87,11,98,453,551,-28,9,1715,286,2552,47091,21284,,
+2020-05-07T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,81,2,83,550,633,-11,3,403,89,1125,42854,40806,,
+2020-05-07T17:00:00,ITA,15,Campania,40.83956555,14.25084984,415,27,442,1697,2139,-201,9,2023,379,4541,101025,50463,,
+2020-05-07T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1726,173,1899,6112,8011,-380,108,14710,3766,26487,217039,141468,,
+2020-05-07T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,109,2,111,816,927,-35,13,1872,308,3107,82012,51123,,
+2020-05-07T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1291,89,1380,2968,4348,-85,39,2143,543,7034,165340,130351,,
+2020-05-07T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,525,57,582,2666,3248,-58,94,4143,1254,8645,61446,38071,,
+2020-05-07T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5848,480,6328,25687,32015,262,720,33329,14745,80089,455294,262964,,
+2020-05-07T17:00:00,ITA,11,Marche,43.61675973,13.5188753,328,41,369,2878,3247,11,31,2257,948,6452,71017,46258,,
+2020-05-07T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,0,8,162,170,-9,1,113,22,305,8237,7912,,
+2020-05-07T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2147,150,2297,12172,14469,-389,196,10384,3282,28135,194584,134567,,
+2020-05-07T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,355,35,390,2410,2800,-103,49,1004,441,4245,72796,51638,,
+2020-05-07T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,90,9,99,484,583,-40,5,622,119,1324,31064,27540,,
+2020-05-07T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,349,21,370,1757,2127,-74,7,910,251,3288,95695,85674,,
+2020-05-07T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,437,91,528,4188,4716,-372,26,4052,915,9683,166062,124295,,
+2020-05-07T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,99,11,110,800,910,-72,3,2935,438,4283,46500,28486,,
+2020-05-07T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,47,9,56,85,141,-30,1,1194,70,1405,42788,29708,,
+2020-05-07T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,49,2,51,79,130,3,4,881,139,1150,8939,6702,,
+2020-05-07T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,872,87,959,5575,6534,-255,74,10430,1589,18553,410212,236281,,
+2020-05-08T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,250,10,260,1453,1713,-57,6,1014,351,3078,46103,32619,,
+2020-05-08T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,2,50,102,152,-3,-1,204,26,382,16777,16285,dc-IT-0024,dc-EN-0024
+2020-05-08T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,78,9,87,415,502,-49,6,1767,289,2558,47908,21572,,
+2020-05-08T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,73,2,75,544,619,-14,1,417,90,1126,43980,41902,,
+2020-05-08T17:00:00,ITA,15,Campania,40.83956555,14.25084984,418,28,446,1566,2012,-127,21,2164,386,4562,105399,51402,,
+2020-05-08T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1680,163,1843,5887,7730,-281,111,15071,3797,26598,221866,144009,,
+2020-05-08T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,105,2,107,804,911,-16,9,1897,308,3116,82902,52784,,
+2020-05-08T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1278,84,1362,2966,4328,-20,52,2209,549,7086,169499,133674,,
+2020-05-08T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,517,46,563,2613,3176,-72,78,4282,1265,8723,63531,39145,,
+2020-05-08T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5702,400,6102,25881,31983,-32,634,33901,14839,80723,466287,277106,,
+2020-05-08T17:00:00,ITA,11,Marche,43.61675973,13.5188753,303,38,341,2897,3238,-9,18,2278,954,6470,72504,47092,,
+2020-05-08T17:00:00,ITA,14,Molise,41.55774754,14.65916051,6,0,6,178,184,14,22,121,22,327,8502,8177,,
+2020-05-08T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2013,140,2153,11954,14107,-362,233,10956,3305,28368,201183,138830,,
+2020-05-08T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,349,33,382,2351,2733,-67,11,1080,443,4256,74724,53194,,
+2020-05-08T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,90,10,100,453,553,-30,6,658,119,1330,32219,28519,,
+2020-05-08T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,310,19,329,1798,2127,0,13,921,253,3301,98711,88497,,
+2020-05-08T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,399,84,483,4109,4592,-124,38,4199,930,9721,170296,126752,,
+2020-05-08T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,94,11,105,767,872,-38,2,2975,438,4285,48220,29188,,
+2020-05-08T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,47,6,53,66,119,-22,1,1216,71,1406,44223,30704,,
+2020-05-08T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,45,2,47,76,123,-7,1,889,139,1151,9280,6999,,
+2020-05-08T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,831,79,910,5277,6187,-347,65,10804,1627,18618,420949,240535,,
+2020-05-09T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,246,10,256,1420,1676,-37,8,1055,355,3086,47190,33013,,
+2020-05-09T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,45,1,46,99,145,-7,0,210,27,382,17433,16941,,
+2020-05-09T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,55,9,64,409,473,-29,9,1804,290,2567,48858,21969,,
+2020-05-09T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,68,2,70,542,612,-7,3,427,90,1129,45071,42993,,
+2020-05-09T17:00:00,ITA,15,Campania,40.83956555,14.25084984,415,26,441,1524,1965,-47,14,2223,388,4576,110811,52593,,
+2020-05-09T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1604,155,1759,5642,7401,-329,121,15491,3827,26719,227366,146642,,
+2020-05-09T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,101,3,104,765,869,-42,8,1947,308,3124,88384,55319,,
+2020-05-09T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1277,82,1359,2986,4345,17,47,2235,553,7133,174448,137428,,
+2020-05-09T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,501,42,543,2439,2982,-194,15,4480,1276,8738,64926,39600,,
+2020-05-09T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5535,330,5865,24397,30262,-1721,502,36039,14924,81225,477765,282817,,
+2020-05-09T17:00:00,ITA,11,Marche,43.61675973,13.5188753,285,32,317,2913,3230,-8,23,2305,958,6493,73965,47827,,
+2020-05-09T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,0,8,197,205,21,20,120,22,347,8691,8375,,
+2020-05-09T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2010,143,2153,11781,13934,-173,181,11284,3331,28549,205800,141515,,
+2020-05-09T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,344,33,377,2352,2729,-4,30,1114,443,4286,76643,54181,,
+2020-05-09T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,87,11,98,452,550,-3,4,665,119,1334,33330,29503,,
+2020-05-09T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,277,17,294,1786,2080,-47,12,977,256,3313,101548,90885,,
+2020-05-09T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,364,79,443,4005,4448,-144,24,4360,937,9745,174596,129382,,
+2020-05-09T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,87,10,97,733,830,-42,7,3024,438,4292,50278,30354,,
+2020-05-09T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,45,6,51,60,111,-8,1,1225,71,1407,45574,31679,,
+2020-05-09T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,45,3,48,70,118,-5,1,895,139,1152,9443,7130,,
+2020-05-09T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,435,40,475,5402,5877,-310,53,11151,1643,18671,432114,244930,,
+2020-05-10T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,233,10,243,1428,1671,-5,17,1073,359,3103,48110,33876,,
+2020-05-10T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,45,1,46,97,143,-2,3,215,27,385,17916,17424,,
+2020-05-10T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,61,8,69,390,459,-14,2,1820,290,2569,49571,22265,,
+2020-05-10T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,66,2,68,528,596,-16,3,445,91,1132,46111,44284,,
+2020-05-10T17:00:00,ITA,15,Campania,40.83956555,14.25084984,435,20,455,1460,1915,-50,12,2282,391,4588,114819,53475,,
+2020-05-10T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1562,150,1712,5479,7191,-210,77,15760,3845,26796,231637,149276,,
+2020-05-10T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,98,3,101,750,851,-18,6,1969,310,3130,89449,56205,,
+2020-05-10T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1265,84,1349,2937,4286,-59,32,2322,557,7165,178569,141233,,
+2020-05-10T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,481,41,522,2378,2900,-82,50,4607,1281,8788,67322,40751,,
+2020-05-10T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5428,348,5776,24414,30190,-72,282,36331,14986,81507,485134,287330,,
+2020-05-10T17:00:00,ITA,11,Marche,43.61675973,13.5188753,284,30,314,2937,3251,21,40,2322,960,6533,76367,49194,,
+2020-05-10T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,0,9,209,218,13,23,130,22,370,9164,9008,,
+2020-05-10T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2024,137,2161,11489,13650,-284,116,11648,3367,28665,210370,145131,,
+2020-05-10T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,343,34,377,2292,2669,-60,27,1196,448,4313,78399,54781,,
+2020-05-10T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,83,10,93,422,515,-35,6,705,120,1340,34046,30086,,
+2020-05-10T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,273,16,289,1780,2069,-11,14,1002,256,3327,102403,91748,,
+2020-05-10T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,350,78,428,3719,4147,-301,29,4685,942,9774,178208,131788,,
+2020-05-10T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,82,10,92,694,786,-44,3,3068,441,4295,52039,30808,,
+2020-05-10T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,42,6,48,65,113,2,4,1227,71,1411,46923,32713,,
+2020-05-10T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,46,2,48,65,113,-5,5,905,139,1157,9833,7467,,
+2020-05-10T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,408,37,445,5146,5591,-286,51,11474,1657,18722,439522,247617,,
+2020-05-11T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,231,9,240,1369,1609,-62,4,1132,366,3107,48903,34428,,
+2020-05-11T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,46,1,47,95,142,-1,1,217,27,386,18266,17774,,
+2020-05-11T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,63,7,70,377,447,-12,3,1835,290,2572,50019,22500,,
+2020-05-11T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,64,1,65,503,568,-28,2,473,93,1134,47265,45438,,
+2020-05-11T17:00:00,ITA,15,Campania,40.83956555,14.25084984,436,23,459,1450,1909,-6,14,2301,392,4602,119042,54822,,
+2020-05-11T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1537,141,1678,5362,7040,-151,80,15969,3867,26876,234619,151040,,
+2020-05-11T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,96,3,99,731,830,-21,8,1996,312,3138,90860,57130,,
+2020-05-11T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1266,83,1349,2945,4294,8,25,2334,562,7190,181398,143970,,
+2020-05-11T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,484,38,522,2322,2844,-56,44,4695,1293,8832,68814,41535,,
+2020-05-11T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5397,341,5738,24673,30411,221,364,36406,15054,81871,492642,292603,,
+2020-05-11T17:00:00,ITA,11,Marche,43.61675973,13.5188753,277,28,305,2922,3227,-24,10,2352,964,6543,77830,50206,,
+2020-05-11T17:00:00,ITA,14,Molise,41.55774754,14.65916051,11,0,11,218,229,11,13,132,22,383,9390,9247,,
+2020-05-11T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2021,135,2156,11182,13338,-312,111,12038,3400,28776,213783,147318,,
+2020-05-11T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,340,32,372,2172,2544,-125,14,1332,451,4327,79737,55794,,
+2020-05-11T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,84,10,94,417,511,-4,3,712,120,1343,34641,30582,,
+2020-05-11T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,271,16,287,1775,2062,-7,12,1020,257,3339,103134,92609,,
+2020-05-11T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,347,77,424,3649,4073,-74,13,4764,950,9787,179469,132464,,
+2020-05-11T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,84,11,95,640,735,-51,2,3119,443,4297,53398,31970,,
+2020-05-11T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,40,4,44,64,108,-5,1,1233,71,1412,47474,33027,,
+2020-05-11T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,44,1,45,62,107,-6,1,912,139,1158,10063,7651,,
+2020-05-11T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,400,38,438,5022,5460,-131,19,11615,1666,18741,445905,250175,,
+2020-05-12T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,222,8,230,1318,1548,-61,8,1197,370,3115,50295,35241,,
+2020-05-12T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,47,1,48,92,140,-2,1,220,27,387,19100,18608,,
+2020-05-12T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,56,7,63,374,437,-10,0,1845,290,2572,50381,22731,,
+2020-05-12T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,65,1,66,502,568,0,4,477,93,1138,48420,46593,,
+2020-05-12T17:00:00,ITA,15,Campania,40.83956555,14.25084984,414,20,434,1443,1877,-32,13,2345,393,4615,121253,55406,,
+2020-05-12T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1384,136,1520,5281,6801,-239,53,16243,3885,26929,239178,153074,,
+2020-05-12T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,96,2,98,703,801,-29,10,2034,313,3148,93051,58395,,
+2020-05-12T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1258,84,1342,2931,4273,-21,22,2373,566,7212,185085,147010,,
+2020-05-12T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,447,35,482,2297,2779,-65,31,4783,1301,8863,70159,42200,,
+2020-05-12T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5222,322,5544,25131,30675,264,1033,37113,15116,82904,513244,305152,dc-IT-0026,dc-EN-0026
+2020-05-12T17:00:00,ITA,11,Marche,43.61675973,13.5188753,230,24,254,2954,3208,-19,25,2391,969,6568,79414,51176,,
+2020-05-12T17:00:00,ITA,14,Molise,41.55774754,14.65916051,13,1,14,212,226,-3,3,138,22,386,9981,9582,,
+2020-05-12T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1900,136,2036,11148,13184,-154,113,12277,3428,28889,218071,149386,,
+2020-05-12T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,334,31,365,2056,2421,-123,10,1460,456,4337,81492,57060,,
+2020-05-12T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,77,11,88,418,506,-5,1,718,120,1344,35476,31351,,
+2020-05-12T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,234,15,249,1662,1911,-151,4,1171,261,3343,105017,94034,,
+2020-05-12T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,307,72,379,3462,3841,-232,15,5002,959,9802,184851,136285,,
+2020-05-12T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,80,9,89,578,667,-68,6,3191,445,4303,55334,33082,,
+2020-05-12T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,41,4,45,64,109,1,7,1239,71,1419,49249,34207,,
+2020-05-12T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,45,0,45,59,104,-3,2,916,140,1160,10415,7956,,
+2020-05-12T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,393,33,426,4764,5190,-270,41,11906,1686,18782,454189,253374,,
+2020-05-13T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,214,7,221,1268,1489,-59,12,1263,375,3127,51361,35898,,
+2020-05-13T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,42,1,43,88,131,-9,2,231,27,389,19678,19186,,
+2020-05-13T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,56,7,63,350,413,-24,3,1872,290,2575,51181,23120,,
+2020-05-13T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,64,1,65,486,551,-17,2,496,93,1140,49787,47960,,
+2020-05-13T17:00:00,ITA,15,Campania,40.83956555,14.25084984,402,19,421,1394,1815,-62,15,2421,394,4630,124370,56390,,
+2020-05-13T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1165,123,1288,5214,6502,-299,50,16572,3905,26979,243883,155476,,
+2020-05-13T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,92,2,94,685,779,-22,8,2061,316,3156,94600,58936,,
+2020-05-13T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1224,83,1307,2928,4235,-38,38,2438,577,7250,188632,150097,,
+2020-05-13T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,430,35,465,2253,2718,-61,67,4898,1314,8930,72174,43272,,
+2020-05-13T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5007,307,5314,24718,30032,-643,394,38081,15185,83298,524163,310896,,
+2020-05-13T17:00:00,ITA,11,Marche,43.61675973,13.5188753,211,20,231,2782,3013,-195,20,2604,971,6588,80850,52041,,
+2020-05-13T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,221,231,5,15,148,22,401,10062,9773,,
+2020-05-13T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1858,122,1980,10511,12491,-693,169,13107,3460,29058,224788,154504,,
+2020-05-13T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,310,27,337,1985,2322,-99,11,1566,460,4348,83713,58383,,
+2020-05-13T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,78,10,88,403,491,-15,1,734,120,1345,36710,32449,,
+2020-05-13T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,212,13,225,1664,1889,-22,11,1203,262,3354,107991,96860,,
+2020-05-13T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,284,72,356,3207,3563,-278,27,5302,964,9829,189026,138465,,
+2020-05-13T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,76,9,85,488,573,-94,9,3293,446,4312,57997,34662,,
+2020-05-13T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,36,4,40,66,106,-3,0,1241,72,1419,50731,35313,,
+2020-05-13T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,38,0,38,55,93,-11,3,929,141,1163,10777,8254,,
+2020-05-13T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,364,30,394,4626,5020,-170,31,12081,1712,18813,463154,257017,,
+2020-05-14T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,215,6,221,1261,1482,-7,9,1275,379,3136,52860,36844,,
+2020-05-14T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,34,1,35,92,127,-4,0,235,27,389,20285,19789,,
+2020-05-14T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,54,7,61,319,380,-33,3,1908,290,2578,52015,23487,,
+2020-05-14T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,59,2,61,463,524,-27,3,524,95,1143,51050,49196,,
+2020-05-14T17:00:00,ITA,15,Campania,40.83956555,14.25084984,387,19,406,1359,1765,-50,9,2480,394,4639,127938,57684,,
+2020-05-14T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,861,122,983,5318,6301,-201,77,16825,3930,27056,248591,158371,,
+2020-05-14T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,149,2,151,619,770,-9,5,2074,317,3161,97000,60177,,
+2020-05-14T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1178,79,1257,2839,4096,-139,41,2600,595,7291,192917,153894,,
+2020-05-14T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,408,35,443,2217,2660,-58,65,5006,1329,8995,74248,44390,,
+2020-05-14T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4818,297,5115,24841,29956,-76,522,38568,15296,83820,538243,318289,,
+2020-05-14T17:00:00,ITA,11,Marche,43.61675973,13.5188753,189,18,207,2697,2904,-109,15,2725,974,6603,82840,53030,,
+2020-05-14T17:00:00,ITA,14,Molise,41.55774754,14.65916051,10,1,11,218,229,-2,2,152,22,403,10227,10052,,
+2020-05-14T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1775,116,1891,10000,11891,-600,151,13825,3493,29209,232682,158112,,
+2020-05-14T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,296,24,320,1933,2253,-69,9,1643,461,4357,85577,59815,,
+2020-05-14T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,76,10,86,379,465,-26,0,755,125,1345,38034,33526,dc-IT-0028,dc-EN-0028
+2020-05-14T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,203,12,215,1639,1854,-35,12,1249,263,3366,111137,99900,,
+2020-05-14T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,269,68,337,3051,3388,-175,30,5498,973,9859,193182,141430,,
+2020-05-14T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,66,9,75,430,505,-68,3,3362,448,4315,60843,36359,,
+2020-05-14T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,26,1,27,65,92,-14,1,1255,73,1420,52247,36495,,
+2020-05-14T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,38,0,38,42,80,-13,3,945,141,1166,11100,8537,,
+2020-05-14T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,342,26,368,4350,4718,-302,32,12384,1743,18845,474488,260706,,
+2020-05-15T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,205,6,211,1243,1454,-28,12,1313,381,3148,54028,37587,,
+2020-05-15T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,33,1,34,86,120,-7,0,242,27,389,20851,20359,,
+2020-05-15T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,5,55,304,359,-21,0,1929,290,2578,52939,23969,,
+2020-05-15T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,56,2,58,447,505,-19,1,544,95,1144,52701,50847,,
+2020-05-15T17:00:00,ITA,15,Campania,40.83956555,14.25084984,341,17,358,1378,1736,-29,15,2522,396,4654,131544,59162,,
+2020-05-15T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,763,114,877,5124,6001,-300,54,17166,3943,27110,253497,160622,,
+2020-05-15T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,80,3,83,658,741,-29,14,2116,318,3175,100400,62319,,
+2020-05-15T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1173,79,1252,2836,4088,-8,73,2672,604,7364,197599,157880,dc-IT-0030,dc-EN-0030
+2020-05-15T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,385,31,416,2187,2603,-57,65,5121,1336,9060,76012,45307,,
+2020-05-15T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4705,276,4981,22765,27746,-2210,299,40962,15411,84119,550405,325071,,
+2020-05-15T17:00:00,ITA,11,Marche,43.61675973,13.5188753,178,18,196,2599,2795,-109,16,2847,977,6619,84351,53813,,
+2020-05-15T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,217,227,-2,4,158,22,407,10468,10281,,
+2020-05-15T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1593,108,1701,9412,11113,-778,137,14676,3557,29346,239507,161854,,
+2020-05-15T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,285,23,308,1873,2181,-72,9,1724,461,4366,87687,60613,,
+2020-05-15T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,75,10,85,376,461,-4,3,762,125,1348,39844,34864,,
+2020-05-15T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,198,11,209,1551,1760,-94,8,1351,263,3374,112929,101487,,
+2020-05-15T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,238,67,305,2863,3168,-220,24,5739,976,9883,197365,144237,,
+2020-05-15T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,53,9,62,344,406,-99,3,3461,451,4318,63700,38273,,
+2020-05-15T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,63,90,-2,2,1259,73,1422,53801,37660,,
+2020-05-15T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,37,0,37,40,77,-3,6,953,142,1172,11413,8814,,
+2020-05-15T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,311,24,335,4104,4439,-279,44,12688,1762,18889,484639,264091,,
+2020-05-16T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,195,7,202,1221,1423,-31,30,1372,383,3178,55672,38681,,
+2020-05-16T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,29,1,30,83,113,-7,1,250,27,390,21496,20966,,
+2020-05-16T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,48,5,53,290,343,-16,0,1945,290,2578,53703,24316,,
+2020-05-16T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,56,2,58,416,474,-31,7,582,95,1151,54091,52257,,
+2020-05-16T17:00:00,ITA,15,Campania,40.83956555,14.25084984,351,16,367,1343,1710,-26,14,2562,396,4668,136261,61574,,
+2020-05-16T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,740,112,852,5000,5852,-149,72,17370,3960,27182,258274,163067,,
+2020-05-16T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,79,3,82,598,680,-61,8,2184,319,3183,101694,63251,,
+2020-05-16T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1156,76,1232,2790,4022,-66,32,2758,616,7396,201938,161405,,
+2020-05-16T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,369,26,395,2138,2533,-70,51,5232,1346,9111,78068,46304,,
+2020-05-16T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4521,268,4789,22890,27679,-67,399,41389,15450,84518,564550,333243,,
+2020-05-16T17:00:00,ITA,11,Marche,43.61675973,13.5188753,154,17,171,2486,2657,-138,23,3003,982,6642,87211,54804,,
+2020-05-16T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,205,215,-12,3,173,22,410,10859,10666,,
+2020-05-16T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1562,100,1662,9040,10702,-411,137,15187,3594,29483,245075,165849,,
+2020-05-16T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,272,22,294,1810,2104,-77,8,1807,463,4374,89611,61942,,
+2020-05-16T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,75,10,85,330,415,-46,4,812,125,1352,41257,35933,,
+2020-05-16T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,159,12,171,1488,1659,-101,8,1458,265,3382,114963,103103,,
+2020-05-16T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,234,66,300,2643,2943,-225,30,5991,979,9913,200703,145946,,
+2020-05-16T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,44,8,52,293,345,-61,8,3528,453,4326,65383,39613,,
+2020-05-16T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,54,81,-9,0,1268,73,1422,55170,38663,,
+2020-05-16T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,33,0,33,42,75,-2,1,956,142,1173,11835,9181,,
+2020-05-16T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,290,20,310,3852,4162,-277,39,12983,1783,18928,497045,269003,,
+2020-05-17T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,193,6,199,1223,1422,-1,8,1379,385,3186,57217,39788,,
+2020-05-17T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,29,1,30,74,104,-9,2,261,27,392,22167,21627,,
+2020-05-17T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,5,55,259,314,-29,3,1977,290,2581,54428,24677,,
+2020-05-17T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,56,2,58,364,422,-52,0,634,95,1151,55304,53470,,
+2020-05-17T17:00:00,ITA,15,Campania,40.83956555,14.25084984,342,17,359,1337,1696,-14,16,2592,396,4684,139787,63039,,
+2020-05-17T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,721,111,832,4824,5656,-196,50,17603,3973,27232,261106,163117,,
+2020-05-17T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,80,3,83,571,654,-26,8,2218,319,3191,104056,64558,,
+2020-05-17T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1150,74,1224,2686,3910,-112,50,2914,622,7446,206166,164779,,
+2020-05-17T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,360,24,384,2072,2456,-77,48,5348,1355,9159,80154,47381,,
+2020-05-17T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4480,255,4735,22695,27430,-249,326,41895,15519,84844,576359,340164,,
+2020-05-17T17:00:00,ITA,11,Marche,43.61675973,13.5188753,151,18,169,2396,2565,-92,25,3118,984,6667,88656,55667,,
+2020-05-17T17:00:00,ITA,14,Molise,41.55774754,14.65916051,11,2,13,203,216,1,1,173,22,411,11085,10892,,
+2020-05-17T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1620,101,1721,8518,10239,-463,64,15696,3612,29547,249371,168295,,
+2020-05-17T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,263,21,284,1733,2017,-87,5,1892,470,4379,91035,62886,,
+2020-05-17T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,76,10,86,319,405,-10,1,823,125,1353,42249,36736,,
+2020-05-17T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,145,13,158,1397,1555,-104,6,1566,267,3388,117426,105074,,
+2020-05-17T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,214,67,281,2521,2802,-141,35,6162,984,9948,204022,148060,,
+2020-05-17T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,41,8,49,252,301,-44,12,3584,453,4338,69659,41383,,
+2020-05-17T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,51,78,-3,2,1273,73,1424,55956,39272,,
+2020-05-17T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,31,0,31,37,68,-7,0,962,143,1173,12169,9469,,
+2020-05-17T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,273,22,295,3746,4041,-121,13,13106,1794,18941,506588,272938,,
+2020-05-18T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,191,6,197,1216,1413,-9,7,1392,388,3193,57897,40345,,
+2020-05-18T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,29,1,30,63,93,-11,0,272,27,392,22581,22016,,
+2020-05-18T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,52,6,58,249,307,-7,1,1984,291,2582,54861,24930,,
+2020-05-18T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,53,2,55,346,401,-21,0,655,95,1151,56167,54333,,
+2020-05-18T17:00:00,ITA,15,Campania,40.83956555,14.25084984,342,17,359,1314,1673,-23,11,2623,399,4695,143478,67155,,
+2020-05-18T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,708,105,813,4712,5525,-131,35,17756,3986,27267,263888,166240,,
+2020-05-18T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,81,3,84,537,621,-33,7,2257,320,3198,104874,65184,,
+2020-05-18T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1137,73,1210,2616,3826,-84,39,3031,628,7485,209472,167859,,
+2020-05-18T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,360,23,383,1956,2339,-117,32,5485,1367,9191,81485,47984,,
+2020-05-18T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4482,252,4734,22339,27073,-357,175,42403,15543,85019,581437,343213,,
+2020-05-18T17:00:00,ITA,11,Marche,43.61675973,13.5188753,156,17,173,2142,2315,-250,11,3379,984,6678,89085,55988,,
+2020-05-18T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,2,11,206,217,1,11,183,22,422,11514,11285,,
+2020-05-18T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1589,99,1688,8186,9874,-365,72,16113,3632,29619,253479,170556,,
+2020-05-18T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,254,22,276,1719,1995,-22,7,1920,471,4386,91901,63403,,
+2020-05-18T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,72,10,82,298,380,-25,0,847,126,1353,43387,37684,,
+2020-05-18T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,137,13,150,1389,1539,-16,7,1589,267,3395,118859,106277,,
+2020-05-18T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,197,66,263,2310,2573,-229,13,6399,989,9961,205201,148580,,
+2020-05-18T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,41,8,49,199,248,-53,13,3650,453,4351,70173,41383,pd-IT-0018,pd-EN-0018
+2020-05-18T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,24,2,26,51,77,-1,0,1274,73,1424,56279,39512,,
+2020-05-18T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,30,0,30,30,60,-8,1,971,143,1174,12327,9595,,
+2020-05-18T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,263,22,285,3719,4004,-37,9,13143,1803,18950,513021,275851,,
+2020-05-19T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,188,6,194,1195,1389,-24,4,1419,389,3197,58945,41162,,
+2020-05-19T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,26,1,27,57,84,-9,1,282,27,393,23347,22767,,
+2020-05-19T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,46,6,52,256,308,1,5,1988,291,2587,55526,25263,,
+2020-05-19T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,50,2,52,330,382,-19,2,676,95,1153,57310,55270,,
+2020-05-19T17:00:00,ITA,15,Campania,40.83956555,14.25084984,330,17,347,1171,1518,-155,12,2790,399,4707,147225,69264,,
+2020-05-19T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,670,99,769,4561,5330,-195,47,17987,3997,27314,268200,168367,,
+2020-05-19T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,76,2,78,522,600,-21,5,2283,320,3203,105656,65476,,
+2020-05-19T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1124,74,1198,2588,3786,-40,20,3079,640,7505,213877,171353,,
+2020-05-19T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,338,22,360,1904,2264,-75,66,5617,1376,9257,83593,49038,,
+2020-05-19T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4426,244,4670,22621,27291,218,462,42593,15597,85481,596355,353579,,
+2020-05-19T17:00:00,ITA,11,Marche,43.61675973,13.5188753,144,17,161,1967,2128,-187,-3,3561,986,6675,89985,56668,dc-IT-0032,dc-EN-0032
+2020-05-19T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,2,11,201,212,-5,0,188,22,422,11592,11354,,
+2020-05-19T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1579,96,1675,7960,9635,-239,108,16413,3679,29727,258489,173201,,
+2020-05-19T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,247,22,269,1672,1941,-54,10,1982,473,4396,93834,64779,,
+2020-05-19T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,71,9,80,261,341,-39,1,887,126,1354,44413,38503,,
+2020-05-19T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,125,12,137,1387,1524,-15,8,1611,268,3403,122040,109195,,
+2020-05-19T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,190,56,246,2077,2323,-250,7,6653,992,9968,209161,151093,,
+2020-05-19T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,42,8,50,154,204,-44,7,3699,455,4358,70691,42125,,
+2020-05-19T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,39,66,-11,3,1287,74,1427,57822,40651,,
+2020-05-19T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,26,1,27,22,49,-11,1,983,143,1175,12663,9862,,
+2020-05-19T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,259,18,277,3477,3754,-250,47,13423,1820,18997,523800,280629,,
+2020-05-20T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,185,6,191,1126,1317,-72,8,1499,389,3205,61123,42244,,
+2020-05-20T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,22,1,23,50,73,-11,0,293,27,393,23986,23376,,
+2020-05-20T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,43,5,48,224,272,-36,0,2024,291,2587,56310,25601,,
+2020-05-20T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,49,1,50,303,353,-29,3,707,96,1156,58468,56209,,
+2020-05-20T17:00:00,ITA,15,Campania,40.83956555,14.25084984,318,12,330,1112,1442,-76,7,2871,401,4714,150764,71118,,
+2020-05-20T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,626,96,722,4376,5098,-232,50,18258,4008,27364,274362,171903,,
+2020-05-20T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,76,2,78,518,596,-4,6,2291,322,3209,108671,67449,,
+2020-05-20T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1119,74,1193,2593,3786,0,28,3100,647,7533,217849,173903,,
+2020-05-20T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,310,22,332,1846,2178,-86,32,5725,1386,9289,85140,49819,,
+2020-05-20T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4281,231,4512,22159,26671,-620,294,43442,15662,85775,607863,359922,,
+2020-05-20T17:00:00,ITA,11,Marche,43.61675973,13.5188753,125,16,141,1833,1974,-154,2,3716,987,6677,90093,57604,,
+2020-05-20T17:00:00,ITA,14,Molise,41.55774754,14.65916051,7,2,9,189,198,-14,0,202,22,422,12158,11727,,
+2020-05-20T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1513,96,1609,7542,9151,-484,158,17016,3718,29885,264624,177088,,
+2020-05-20T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,242,21,263,1639,1902,-39,11,2027,478,4407,95895,66164,,
+2020-05-20T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,68,10,78,253,331,-10,1,898,126,1355,45572,39460,,
+2020-05-20T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,118,11,129,1394,1523,-1,8,1620,268,3411,123573,110205,,
+2020-05-20T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,178,45,223,1894,2117,-206,14,6867,998,9982,214299,154671,,
+2020-05-20T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,39,6,45,81,126,-78,10,3787,455,4368,72031,42140,,
+2020-05-20T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,39,66,0,0,1287,74,1427,59220,41748,,
+2020-05-20T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,25,1,26,20,46,-3,0,986,143,1175,12920,10079,,
+2020-05-20T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,255,16,271,3261,3532,-222,33,13666,1832,19030,536798,285786,,
+2020-05-21T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,175,5,180,1092,1272,-45,7,1549,391,3212,62161,42768,,
+2020-05-21T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,15,1,16,44,60,-13,1,307,27,394,24537,23903,,
+2020-05-21T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,5,55,195,250,-22,0,2046,291,2587,57104,25999,,
+2020-05-21T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,47,1,48,278,326,-27,0,734,96,1156,59724,57465,,
+2020-05-21T17:00:00,ITA,15,Campania,40.83956555,14.25084984,312,9,321,1052,1373,-69,9,2947,403,4723,155842,73912,,
+2020-05-21T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,592,92,684,4242,4926,-172,53,18466,4025,27417,278917,174485,,
+2020-05-21T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,72,2,74,504,578,-18,6,2314,323,3215,111541,68882,,
+2020-05-21T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1110,68,1178,2459,3637,-149,25,3259,662,7558,222071,177749,,
+2020-05-21T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,283,22,305,1770,2075,-103,55,5872,1397,9344,87011,50812,,
+2020-05-21T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4119,226,4345,22370,26715,44,316,43649,15727,86091,622565,368046,,
+2020-05-21T17:00:00,ITA,11,Marche,43.61675973,13.5188753,111,16,127,1705,1832,-142,12,3867,990,6689,91885,58667,,
+2020-05-21T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,184,194,-4,1,207,22,423,12253,11819,,
+2020-05-21T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1479,83,1562,7148,8710,-441,105,17538,3742,29990,271286,179877,,
+2020-05-21T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,236,20,256,1583,1839,-63,6,2096,478,4413,97589,67562,,
+2020-05-21T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,64,12,76,242,318,-13,1,911,127,1356,46795,40461,,
+2020-05-21T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,107,11,118,1404,1522,-1,6,1627,268,3417,127348,112329,,
+2020-05-21T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,169,41,210,1667,1877,-240,18,7119,1004,10000,218615,157388,,
+2020-05-21T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,40,6,46,20,66,-60,10,3857,455,4378,73849,42954,,
+2020-05-21T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,17,2,19,42,61,-5,2,1294,74,1429,60471,42720,,
+2020-05-21T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,26,1,27,16,43,-3,1,990,143,1176,13261,10380,,
+2020-05-21T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,237,15,252,3034,3286,-246,8,13911,1841,19038,548573,290682,,
+2020-05-22T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,157,4,161,1018,1179,-93,8,1647,394,3220,63956,43904,,
+2020-05-22T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,15,1,16,33,49,-11,0,318,27,394,25045,24395,,
+2020-05-22T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,34,5,39,185,224,-26,3,2075,291,2590,58188,26585,,
+2020-05-22T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,47,1,48,254,302,-24,1,759,96,1157,60847,58588,,
+2020-05-22T17:00:00,ITA,15,Campania,40.83956555,14.25084984,312,9,321,971,1292,-81,10,3037,404,4733,161825,76907,,
+2020-05-22T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,552,89,641,4089,4730,-196,53,18703,4037,27470,282857,176464,,
+2020-05-22T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,68,2,70,415,485,-93,12,2417,325,3227,114062,70035,,
+2020-05-22T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1111,67,1178,2457,3635,-2,31,3285,669,7589,227090,182266,,
+2020-05-22T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,269,19,288,1620,1908,-167,45,6074,1407,9389,89529,51771,,
+2020-05-22T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4028,207,4235,21698,25933,-782,293,44667,15784,86384,641593,378934,,
+2020-05-22T17:00:00,ITA,11,Marche,43.61675973,13.5188753,101,15,116,1652,1768,-64,8,3939,990,6697,93549,59673,,
+2020-05-22T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,174,184,-10,3,220,22,426,12616,12173,,
+2020-05-22T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1414,79,1493,6959,8452,-258,87,17868,3757,30077,276633,182970,,
+2020-05-22T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,233,17,250,1588,1838,-1,27,2120,482,4440,99702,67562,,
+2020-05-22T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,58,6,64,242,306,-12,0,922,128,1356,48189,41603,,
+2020-05-22T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,103,10,113,1406,1519,-3,4,1634,268,3421,129431,114230,,
+2020-05-22T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,162,42,204,1582,1786,-91,35,7240,1009,10035,222505,160266,,
+2020-05-22T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,32,4,36,571,607,541,10,3326,455,4388,76001,43885,,
+2020-05-22T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,16,2,18,41,59,-2,0,1296,74,1429,61696,43686,,
+2020-05-22T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,22,2,24,19,43,0,1,991,143,1177,13531,10607,,
+2020-05-22T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,215,12,227,2796,3023,-263,21,14182,1854,19059,559933,295343,,
+2020-05-23T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,156,4,160,1008,1168,-11,1,1659,394,3221,65290,44680,,
+2020-05-23T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,14,1,15,26,41,-8,4,330,27,398,25511,24841,,
+2020-05-23T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,35,5,40,174,214,-10,0,2085,291,2590,59671,27549,,
+2020-05-23T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,43,1,44,244,288,-14,0,773,96,1157,61892,59633,,
+2020-05-23T17:00:00,ITA,15,Campania,40.83956555,14.25084984,295,10,305,968,1273,-19,11,3067,404,4744,166692,79655,,
+2020-05-23T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,524,84,608,3962,4570,-160,43,18896,4047,27513,287382,179022,,
+2020-05-23T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,63,1,64,395,459,-26,6,2447,327,3233,116689,71043,,
+2020-05-23T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1097,60,1157,2424,3581,-54,18,3350,676,7607,230743,185285,,
+2020-05-23T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,247,20,267,1467,1734,-174,38,6279,1414,9427,91735,52664,,
+2020-05-23T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4026,199,4225,21405,25630,-303,441,45355,15840,86825,658784,389648,,
+2020-05-23T17:00:00,ITA,11,Marche,43.61675973,13.5188753,100,15,115,1598,1713,-55,4,3995,993,6701,94657,60232,,
+2020-05-23T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,179,189,5,5,220,22,431,13017,12552,,
+2020-05-23T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1291,76,1367,6658,8025,-427,60,18341,3771,30137,281897,185963,,
+2020-05-23T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,215,17,232,1573,1805,-33,8,2157,486,4448,101738,68485,,
+2020-05-23T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,58,6,64,223,287,-19,0,940,129,1356,49675,42790,,
+2020-05-23T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,95,9,104,1408,1512,-7,0,1640,269,3421,131913,116517,,
+2020-05-23T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,157,40,197,1569,1766,-20,12,7270,1011,10047,226046,162433,,
+2020-05-23T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,28,4,32,533,565,-42,7,3374,456,4395,78185,45304,,
+2020-05-23T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,39,56,-3,1,1300,74,1430,63009,44473,,
+2020-05-23T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,23,2,25,10,35,-8,0,999,143,1177,13828,10858,,
+2020-05-23T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,205,14,219,2622,2841,-182,10,14363,1865,19069,572834,300799,,
+2020-05-24T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,149,3,152,940,1092,-76,5,1736,398,3226,66486,45516,,
+2020-05-24T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,13,1,14,25,39,-2,1,333,27,399,26111,25431,,
+2020-05-24T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,30,5,35,160,195,-19,3,2107,291,2593,60573,27938,,
+2020-05-24T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,43,1,44,231,275,-13,0,786,96,1157,62952,60693,,
+2020-05-24T17:00:00,ITA,15,Campania,40.83956555,14.25084984,311,8,319,949,1268,-5,5,3076,405,4749,172106,80942,,
+2020-05-24T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,519,83,602,3855,4457,-113,45,19046,4055,27558,291876,182002,,
+2020-05-24T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,62,1,63,349,412,-47,3,2495,329,3236,118852,72104,,
+2020-05-24T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1088,61,1149,2420,3569,-12,20,3374,684,7627,233498,187994,,
+2020-05-24T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,247,18,265,1359,1624,-110,53,6437,1419,9480,93173,53230,,
+2020-05-24T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4017,197,4214,21400,25614,-16,285,45656,15840,87110,670241,396992,pd-IT-0020,pd-EN-0020
+2020-05-24T17:00:00,ITA,11,Marche,43.61675973,13.5188753,101,13,114,1578,1692,-21,13,4028,994,6714,95715,60949,,
+2020-05-24T17:00:00,ITA,14,Molise,41.55774754,14.65916051,6,2,8,175,183,-6,1,227,22,432,13226,12751,,
+2020-05-24T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1283,75,1358,6345,7703,-322,43,18694,3783,30180,285160,188716,,
+2020-05-24T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,204,17,221,1572,1793,-12,10,2178,487,4458,103570,71032,,
+2020-05-24T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,51,3,54,191,245,-42,0,982,129,1356,50796,43661,,
+2020-05-24T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,91,9,100,1353,1453,-59,2,1701,269,3423,133249,117242,,
+2020-05-24T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,148,38,186,1514,1700,-66,15,7349,1013,10062,229135,164469,,
+2020-05-24T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,27,4,31,504,535,-30,9,3412,457,4404,79788,45860,,
+2020-05-24T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,36,53,-3,0,1302,75,1430,63717,45131,,
+2020-05-24T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,23,1,24,8,32,-3,1,1003,143,1178,14079,11035,,
+2020-05-24T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,185,11,196,2464,2660,-181,17,14557,1869,19086,582709,304944,,
+2020-05-25T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,149,3,152,894,1046,-46,1,1781,400,3227,67468,46146,,
+2020-05-25T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,13,0,13,23,36,-3,0,336,27,399,26634,25944,,
+2020-05-25T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,29,5,34,150,184,-11,0,2118,291,2593,61075,28189,,
+2020-05-25T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,42,1,43,221,264,-11,0,797,96,1157,63508,61249,,
+2020-05-25T17:00:00,ITA,15,Campania,40.83956555,14.25084984,287,7,294,919,1213,-55,6,3137,405,4755,175466,82786,,
+2020-05-25T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,514,82,596,3763,4359,-98,29,19160,4068,27587,294181,183187,,
+2020-05-25T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,62,1,63,323,386,-26,4,2525,329,3240,120123,73079,,
+2020-05-25T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1085,60,1145,2409,3554,-15,16,3401,688,7643,235840,190052,,
+2020-05-25T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,236,18,254,1302,1556,-68,17,6516,1425,9497,94472,53791,,
+2020-05-25T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3721,196,3917,21298,25215,-399,148,46169,15874,87258,675882,400252,,
+2020-05-25T17:00:00,ITA,11,Marche,43.61675973,13.5188753,95,13,108,1554,1662,-30,2,4059,995,6716,96270,61347,,
+2020-05-25T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,2,7,170,177,-6,0,233,22,432,13315,12819,,
+2020-05-25T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1227,72,1299,6197,7496,-207,48,18934,3798,30228,288018,191129,,
+2020-05-25T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,190,15,205,1473,1678,-115,9,2298,491,4467,104670,72042,,
+2020-05-25T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,49,3,52,179,231,-14,-2,994,129,1354,51073,43924,dc-IT-0034,dc-EN-0034
+2020-05-25T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,89,9,98,1335,1433,-20,4,1724,270,3427,135261,118208,,
+2020-05-25T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,152,37,189,1447,1636,-64,5,7416,1015,10067,230273,165114,,
+2020-05-25T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,27,4,31,486,517,-18,1,3430,458,4405,80454,45531,,
+2020-05-25T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,29,46,-7,0,1309,75,1430,63916,45268,,
+2020-05-25T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,19,1,20,13,33,1,1,1003,143,1179,14175,11123,,
+2020-05-25T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,179,10,189,2389,2578,-82,11,14641,1878,19097,590179,308128,,
+2020-05-26T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,142,3,145,764,909,-137,3,1921,400,3230,68733,46960,,
+2020-05-26T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,8,0,8,28,36,0,0,336,27,399,27197,26807,,
+2020-05-26T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,28,5,33,146,179,-5,0,2123,291,2593,61464,28401,,
+2020-05-26T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,41,1,42,196,238,-26,0,823,96,1157,64514,62255,,
+2020-05-26T17:00:00,ITA,15,Campania,40.83956555,14.25084984,286,5,291,893,1184,-29,12,3178,405,4767,179845,85780,,
+2020-05-26T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,493,80,573,3573,4146,-213,24,19389,4076,27611,297854,185125,,
+2020-05-26T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,59,1,60,315,375,-11,11,2547,329,3251,121412,73911,,
+2020-05-26T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1083,59,1142,2396,3538,-16,18,3430,693,7661,238967,192591,,
+2020-05-26T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,223,19,242,1196,1438,-118,53,6681,1431,9550,96678,54918,,
+2020-05-26T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3622,183,3805,20672,24477,-738,159,47044,15896,87417,685058,405650,,
+2020-05-26T17:00:00,ITA,11,Marche,43.61675973,13.5188753,94,13,107,1468,1575,-87,2,4147,996,6718,97285,61923,,
+2020-05-26T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,2,7,167,174,-3,0,236,22,432,13452,12940,,
+2020-05-26T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1162,70,1232,5709,6941,-555,86,19561,3812,30314,293473,193954,,
+2020-05-26T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,172,17,189,1350,1539,-139,2,2436,494,4469,106873,73226,,
+2020-05-26T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,41,2,43,181,224,-7,0,1000,130,1354,51968,44663,,
+2020-05-26T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,83,10,93,1337,1430,-3,3,1729,271,3430,137682,120206,,
+2020-05-26T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,145,34,179,1343,1522,-114,3,7527,1021,10070,234796,168150,,
+2020-05-26T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,24,3,27,486,513,-4,10,3441,461,4415,81149,45926,,
+2020-05-26T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,12,2,14,28,42,-4,1,1314,75,1431,65013,46044,,
+2020-05-26T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,17,1,18,13,31,-2,2,1007,143,1181,14262,11190,,
+2020-05-26T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,177,11,188,2243,2431,-147,8,14788,1886,19105,602252,312632,,
+2020-05-27T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,138,3,141,725,866,-43,5,1969,400,3235,70473,48112,,
+2020-05-27T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,7,0,7,29,36,0,0,336,27,399,27734,27344,,
+2020-05-27T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,27,5,32,139,171,-8,0,2131,291,2593,62247,28809,,
+2020-05-27T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,35,1,36,154,190,-48,1,872,96,1158,65631,63372,,
+2020-05-27T17:00:00,ITA,15,Campania,40.83956555,14.25084984,275,6,281,865,1146,-38,6,3221,406,4773,185724,88874,,
+2020-05-27T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,459,78,537,3461,3998,-148,16,19546,4083,27627,301568,186933,,
+2020-05-27T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,51,1,52,304,356,-19,4,2568,331,3255,123063,74332,,
+2020-05-27T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1062,65,1127,2361,3488,-50,11,3483,701,7672,242287,195001,,
+2020-05-27T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,205,14,219,1050,1269,-169,39,6882,1438,9589,98835,55899,,
+2020-05-27T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3626,175,3801,20236,24037,-440,384,47810,15954,87801,697561,413483,,
+2020-05-27T17:00:00,ITA,11,Marche,43.61675973,13.5188753,90,13,103,1347,1450,-125,0,4272,996,6718,98535,62815,,
+2020-05-27T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,161,166,-8,2,246,22,434,13629,13087,,
+2020-05-27T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1118,68,1186,5278,6464,-477,73,20095,3828,30387,298571,196790,,
+2020-05-27T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,170,17,187,1326,1513,-26,10,2471,495,4479,109499,74686,,
+2020-05-27T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,41,2,43,172,215,-9,1,1010,130,1355,53294,45745,,
+2020-05-27T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,73,10,83,1235,1318,-112,5,1845,272,3435,140295,122130,,
+2020-05-27T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,132,31,163,1297,1460,-62,12,7595,1027,10082,238667,170802,,
+2020-05-27T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,19,2,21,456,477,-36,7,3483,462,4422,82269,46350,,
+2020-05-27T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,13,2,15,17,32,-10,0,1324,75,1431,66219,46975,,
+2020-05-27T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,17,1,18,9,27,-4,0,1011,143,1181,14459,11322,,
+2020-05-27T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,168,9,177,2110,2287,-144,8,14931,1895,19113,616691,317690,,
+2020-05-28T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,128,3,131,693,824,-42,2,2011,402,3237,71788,49084,,
+2020-05-28T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,6,0,6,28,34,-2,0,338,27,399,28342,27952,,
+2020-05-28T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,16,5,21,136,157,-14,2,2147,291,2595,63289,28809,,
+2020-05-28T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,31,1,32,138,170,-20,0,892,96,1158,66956,64697,,
+2020-05-28T17:00:00,ITA,15,Campania,40.83956555,14.25084984,260,6,266,746,1012,-134,4,3355,410,4777,189068,90670,,
+2020-05-28T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,449,77,526,3224,3750,-248,74,19857,4094,27701,310696,191112,,
+2020-05-28T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,51,1,52,284,336,-20,7,2593,333,3262,126015,76369,,
+2020-05-28T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1035,64,1099,2306,3405,-83,21,3580,708,7693,245993,198207,,
+2020-05-28T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,198,13,211,934,1145,-124,16,7015,1445,9605,100625,56739,,
+2020-05-28T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3470,173,3643,19270,22913,-1124,382,49296,15974,88183,713068,422568,,
+2020-05-28T17:00:00,ITA,11,Marche,43.61675973,13.5188753,79,13,92,1254,1346,-104,1,4376,997,6719,100110,63611,,
+2020-05-28T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,158,163,-3,1,250,22,435,13847,13266,,
+2020-05-28T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1058,64,1122,4950,6072,-392,58,20535,3838,30445,304358,199286,,
+2020-05-28T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,164,16,180,1215,1395,-118,2,2590,496,4481,111946,75959,,
+2020-05-28T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,38,2,40,160,200,-15,0,1025,130,1355,54587,46815,,
+2020-05-28T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,72,8,80,1065,1145,-173,3,2021,272,3438,142516,122600,,
+2020-05-28T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,126,27,153,1227,1380,-80,4,7677,1029,10086,242687,173406,,
+2020-05-28T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,17,3,20,438,458,-19,3,3505,462,4425,83018,46735,,
+2020-05-28T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,14,2,16,17,33,1,0,1323,75,1431,67458,47920,,
+2020-05-28T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,16,0,16,7,23,-4,1,1016,143,1182,14653,11487,,
+2020-05-28T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,148,9,157,1868,2025,-262,12,15202,1898,19125,632124,323097,,
+2020-05-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,122,3,125,645,770,-54,0,2063,404,3237,73301,50043,,
+2020-05-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,5,0,5,28,33,-1,0,339,27,399,28909,28209,,
+2020-05-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,17,5,22,132,154,-3,0,2150,291,2595,64105,29680,,
+2020-05-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,25,1,26,133,159,-11,0,902,97,1158,68131,65872,,
+2020-05-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,236,7,243,743,986,-26,10,3390,411,4787,193669,93464,,
+2020-05-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,429,76,505,3059,3564,-186,38,20073,4102,27739,316909,193318,,
+2020-05-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,45,2,47,276,323,-13,5,2611,333,3267,130838,78151,,
+2020-05-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,817,59,876,2287,3163,-242,16,3825,721,7709,249267,201082,,
+2020-05-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,192,13,205,789,994,-151,14,7173,1452,9619,102173,57376,,
+2020-05-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3552,173,3725,18958,22683,-230,354,49842,16012,88537,727146,430863,,
+2020-05-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,69,9,78,1274,1352,6,4,4385,986,6723,101389,64361,dc-IT-0036,dc-EN-0036
+2020-05-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,157,162,-1,1,252,22,436,14109,13506,,
+2020-05-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1029,61,1090,4568,5658,-414,56,20992,3851,30501,309497,202227,,
+2020-05-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,158,12,170,1113,1283,-112,1,2699,500,4482,114588,77211,,
+2020-05-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,37,2,39,151,190,-10,1,1036,130,1356,55831,47841,,
+2020-05-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,67,7,74,1063,1137,-8,2,2031,272,3440,145979,125340,,
+2020-05-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,111,31,142,1113,1255,-125,2,7802,1031,10088,246052,175489,,
+2020-05-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,16,3,19,391,410,-48,3,3556,462,4428,84805,47349,,
+2020-05-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,-2,0,1324,76,1431,68773,48873,,
+2020-05-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,12,0,12,7,19,-4,0,1020,143,1182,14759,11572,,
+2020-05-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,137,7,144,1705,1849,-176,9,15379,1906,19134,645049,326795,,
+2020-05-30T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,122,3,125,645,770,0,0,2063,404,3237,73301,50043,nd-IT-0015,nd-EN-0015
+2020-05-30T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,5,0,5,26,31,-2,0,341,27,399,29421,28685,,
+2020-05-30T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,4,17,120,137,-17,1,2168,291,2596,65405,30308,,
+2020-05-30T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,23,1,24,127,151,-8,0,910,97,1158,69334,67075,,
+2020-05-30T17:00:00,ITA,15,Campania,40.83956555,14.25084984,236,7,243,738,981,-5,10,3405,411,4797,198033,95903,,
+2020-05-30T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,398,65,463,2816,3279,-285,20,20373,4107,27759,321373,195492,,
+2020-05-30T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,45,1,46,259,305,-18,4,2633,333,3271,131976,78972,,
+2020-05-30T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,769,58,827,2228,3055,-108,6,3932,728,7715,253388,204232,,
+2020-05-30T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,186,9,195,586,781,-213,32,7411,1459,9651,104892,58665,,
+2020-05-30T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3307,172,3479,18330,21809,-874,221,50870,16079,88758,741447,438415,,
+2020-05-30T17:00:00,ITA,11,Marche,43.61675973,13.5188753,66,9,75,1272,1347,-5,4,4393,987,6727,102484,64947,,
+2020-05-30T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,151,156,-6,0,258,22,436,14371,13734,,
+2020-05-30T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,988,60,1048,4242,5290,-368,82,21435,3858,30583,315828,205102,,
+2020-05-30T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,150,12,162,1060,1222,-61,8,2768,500,4490,116765,78458,,
+2020-05-30T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,34,2,36,150,186,-4,0,1040,130,1356,56580,48432,,
+2020-05-30T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,67,7,74,925,999,-138,2,2170,273,3442,148871,127725,,
+2020-05-30T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,106,27,133,1033,1166,-89,12,7897,1037,10100,249441,177686,,
+2020-05-30T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,13,3,16,350,366,-44,1,3601,462,4429,86565,47908,,
+2020-05-30T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,16,1,17,14,31,0,0,1324,76,1431,70023,49760,,
+2020-05-30T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,13,0,13,4,17,-2,1,1023,143,1183,14972,11741,,
+2020-05-30T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,120,7,127,1485,1612,-237,12,15618,1916,19146,660151,331390,,
+2020-05-31T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,104,4,108,667,775,5,7,2064,405,3244,75652,50050,pd-IT-0022,pd-EN-0022
+2020-05-31T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,25,29,-2,0,343,27,399,29880,29130,,
+2020-05-31T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,4,17,110,127,-10,1,2179,291,2597,66247,30790,,
+2020-05-31T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,22,1,23,121,144,-7,0,917,97,1158,70274,68015,,
+2020-05-31T17:00:00,ITA,15,Campania,40.83956555,14.25084984,227,5,232,748,980,-1,5,3410,412,4802,201543,98096,,
+2020-05-31T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,393,57,450,2713,3163,-116,31,20513,4114,27790,325482,197423,,
+2020-05-31T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,41,1,42,236,278,-27,2,2662,333,3273,134378,80223,,
+2020-05-31T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,730,57,787,2196,2983,-72,13,4010,735,7728,255474,206235,,
+2020-05-31T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,195,8,203,466,669,-112,12,7529,1465,9663,106363,59374,,
+2020-05-31T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3131,170,3301,17695,20996,-813,210,51860,16112,88968,753874,445930,,
+2020-05-31T17:00:00,ITA,11,Marche,43.61675973,13.5188753,62,9,71,1267,1338,-9,3,4405,987,6730,103634,65617,,
+2020-05-31T17:00:00,ITA,14,Molise,41.55774754,14.65916051,2,2,4,141,145,-11,0,269,22,436,14631,13985,,
+2020-05-31T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,973,58,1031,4130,5161,-129,54,21609,3867,30637,319133,207714,,
+2020-05-31T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,143,11,154,1023,1177,-45,4,2813,504,4494,118652,79314,,
+2020-05-31T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,33,2,35,150,185,-1,0,1041,130,1356,57296,49016,,
+2020-05-31T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,65,7,72,914,986,-13,1,2183,274,3443,150054,128717,,
+2020-05-31T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,97,28,125,986,1111,-55,4,7952,1041,10104,252090,179296,,
+2020-05-31T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,13,3,16,288,304,-62,1,3664,462,4430,88558,48665,,
+2020-05-31T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,70553,50271,,
+2020-05-31T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,12,0,12,3,15,-2,1,1026,143,1184,15203,11926,,
+2020-05-31T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,112,6,118,1382,1500,-112,6,15734,1918,19152,669768,333834,,
+2020-06-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,113,6,119,625,744,-31,1,2093,408,3245,76924,52646,,
+2020-06-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,24,28,-1,0,344,27,399,29956,29196,,
+2020-06-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,4,17,106,123,-4,1,2184,291,2598,67121,31254,,
+2020-06-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,20,1,21,114,135,-9,0,926,97,1158,70892,68633,,
+2020-06-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,224,6,230,709,939,-41,4,3454,413,4806,203858,99580,,
+2020-06-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,383,54,437,2631,3068,-95,19,20617,4124,27809,329358,198884,,
+2020-06-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,40,2,42,224,266,-12,1,2673,335,3274,135431,80085,,
+2020-06-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,594,56,650,2244,2894,-89,10,4105,739,7738,257563,208081,,
+2020-06-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,191,7,198,413,611,-58,56,7641,1467,9719,107787,60117,,
+2020-06-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3085,167,3252,17609,20861,-135,50,52026,16131,89018,757446,447874,,
+2020-06-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,63,9,72,1255,1327,-11,0,4416,987,6730,103994,65848,,
+2020-06-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,2,2,4,131,135,-10,0,279,22,436,14819,14147,,
+2020-06-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,904,54,958,4104,5062,-99,21,21720,3876,30658,321476,209006,,
+2020-06-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,140,11,151,1004,1155,-22,4,2837,506,4498,119650,80390,,
+2020-06-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,23,1,24,137,161,-24,1,1065,131,1357,57687,49354,,
+2020-06-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,65,8,73,894,967,-19,0,2202,274,3443,151186,129103,,
+2020-06-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,85,25,110,972,1082,-29,3,7977,1048,10107,253845,180233,,
+2020-06-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,14,3,17,276,293,-11,2,3677,462,4432,89235,48853,,
+2020-06-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,70741,50790,,
+2020-06-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,11,0,11,6,17,2,3,1027,143,1187,15230,11950,,
+2020-06-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,110,6,116,1352,1468,-32,2,15768,1918,19154,675934,335650,,
+2020-06-02T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,113,6,119,624,743,-1,4,2093,413,3249,77892,53279,,
+2020-06-02T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,20,24,-4,0,348,27,399,30424,29664,,
+2020-06-02T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,3,16,104,120,-3,0,2187,291,2598,67643,31610,,
+2020-06-02T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,20,1,21,91,112,-23,0,949,97,1158,71617,69419,,
+2020-06-02T17:00:00,ITA,15,Campania,40.83956555,14.25084984,236,7,243,647,890,-49,3,3504,415,4809,206834,100269,,
+2020-06-02T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,358,50,408,2504,2912,-156,19,20780,4136,27828,333629,201267,,
+2020-06-02T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,40,2,42,202,244,-22,2,2696,336,3276,136524,80795,,
+2020-06-02T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,580,56,636,2211,2847,-47,5,4155,741,7743,260102,209892,,
+2020-06-02T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,175,7,182,364,546,-65,15,7720,1468,9734,109060,60631,,
+2020-06-02T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3021,166,3187,17068,20255,-606,187,52807,16143,89205,766122,451502,,
+2020-06-02T17:00:00,ITA,11,Marche,43.61675973,13.5188753,60,9,69,1257,1326,-1,4,4421,987,6734,104968,66434,,
+2020-06-02T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,128,133,-2,0,281,22,436,14951,14278,,
+2020-06-02T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,849,46,895,3933,4828,-234,57,22003,3884,30715,325097,211174,,
+2020-06-02T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,134,11,145,906,1051,-104,0,2939,508,4498,121460,81372,,
+2020-06-02T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,21,1,22,133,155,-6,0,1071,131,1357,58224,49736,,
+2020-06-02T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,62,7,69,897,966,-1,4,2206,275,3447,153417,130886,,
+2020-06-02T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,85,25,110,901,1011,-71,10,8053,1053,10117,257178,182335,,
+2020-06-02T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,14,2,16,267,283,-10,0,3686,463,4432,89787,49173,,
+2020-06-02T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,71769,51508,,
+2020-06-02T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,10,0,10,3,13,-4,0,1031,143,1187,15327,12027,,
+2020-06-02T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,103,5,108,1295,1403,-65,8,15838,1921,19162,690267,340051,,
+2020-06-03T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,112,3,115,621,736,-7,3,2102,414,3252,78356,53555,,
+2020-06-03T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,19,23,-1,0,349,27,399,30708,29938,,
+2020-06-03T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,3,16,104,120,0,0,2187,291,2598,67965,31800,,
+2020-06-03T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,20,0,20,90,110,-2,0,951,97,1158,72237,69978,,
+2020-06-03T17:00:00,ITA,15,Campania,40.83956555,14.25084984,206,4,210,659,869,-21,12,3537,415,4821,208854,101664,,
+2020-06-03T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,342,50,392,2447,2839,-73,14,20856,4147,27842,336630,202506,,
+2020-06-03T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,39,2,41,192,233,-11,0,2707,336,3276,138250,81683,,
+2020-06-03T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,519,51,570,2248,2818,-29,10,4188,747,7753,262461,211669,,
+2020-06-03T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,169,6,175,339,514,-32,17,7764,1473,9751,110006,61006,,
+2020-06-03T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2995,131,3126,17098,20224,-31,237,53046,16172,89442,777477,458782,,
+2020-06-03T17:00:00,ITA,11,Marche,43.61675973,13.5188753,57,8,65,1245,1310,-16,1,4438,987,6735,105679,66805,,
+2020-06-03T17:00:00,ITA,14,Molise,41.55774754,14.65916051,1,2,3,124,127,-6,0,287,22,436,15123,14439,,
+2020-06-03T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,841,44,885,3801,4686,-142,19,22150,3898,30734,327206,212012,,
+2020-06-03T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,131,10,141,895,1036,-15,1,2952,511,4499,122506,82041,,
+2020-06-03T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,1,13,133,146,-9,0,1080,131,1357,58605,50057,,
+2020-06-03T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,60,7,67,813,880,-86,0,2292,275,3447,154873,131820,,
+2020-06-03T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,76,25,101,872,973,-38,4,8093,1055,10121,259167,183229,,
+2020-06-03T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,15,2,17,205,222,-61,1,3748,463,4433,91021,49626,,
+2020-06-03T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,72001,51310,,
+2020-06-03T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,9,0,9,4,13,0,0,1031,143,1187,15413,12084,,
+2020-06-03T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,106,2,108,1279,1387,-16,2,15856,1921,19164,695053,341333,,
+2020-06-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,109,3,112,592,704,-32,3,2136,415,3255,79720,54527,,
+2020-06-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,3,0,3,17,20,-3,0,352,27,399,31096,30706,,
+2020-06-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,7,2,9,103,112,-8,0,2194,292,2598,68513,32135,,
+2020-06-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,19,0,19,83,102,-8,0,959,97,1158,73072,70813,,
+2020-06-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,160,5,165,665,830,-39,1,3572,420,4822,210001,102305,,
+2020-06-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,320,49,369,2319,2688,-151,18,21018,4154,27860,341710,204614,,
+2020-06-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,34,2,36,177,213,-20,3,2730,336,3279,138942,81854,,
+2020-06-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,488,51,539,2215,2754,-64,11,4260,750,7764,265380,214051,,
+2020-06-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,149,6,155,239,394,-120,21,7899,1479,9772,111587,61688,,
+2020-06-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2954,125,3079,17145,20224,0,84,53101,16201,89526,780887,460658,,
+2020-06-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,52,5,57,1246,1303,-7,3,4447,988,6738,110077,67429,dc-IT-0038,dc-IT-0038
+2020-06-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,2,2,123,125,-2,0,288,23,436,15261,15261,,
+2020-06-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,808,43,851,3705,4556,-130,24,22292,3910,30758,331241,214551,,
+2020-06-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,131,9,140,827,967,-69,4,3022,514,4503,125049,83870,,
+2020-06-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,1,13,95,108,-38,0,1118,131,1357,59556,50865,,
+2020-06-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,57,6,63,816,879,-1,0,2292,276,3447,157868,134035,,
+2020-06-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,65,24,89,794,883,-90,1,8180,1059,10122,262762,186632,,
+2020-06-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,14,1,15,192,207,-15,0,3762,464,4433,91631,49920,,
+2020-06-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,73204,52223,,
+2020-06-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,9,0,9,1,10,-3,0,1034,143,1187,15512,12156,,
+2020-06-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,97,2,99,1220,1319,-68,4,15915,1934,19168,706475,344495,,
diff --git a/data/inputs/downloaded/italy_and_regions/2020-06-08/dpc-covid19-ita-regioni.csv b/data/inputs/downloaded/italy_and_regions/2020-06-08/dpc-covid19-ita-regioni.csv
new file mode 100644
index 0000000..44a2eab
--- /dev/null
+++ b/data/inputs/downloaded/italy_and_regions/2020-06-08/dpc-covid19-ita-regioni.csv
@@ -0,0 +1,2227 @@
+data,stato,codice_regione,denominazione_regione,lat,long,ricoverati_con_sintomi,terapia_intensiva,totale_ospedalizzati,isolamento_domiciliare,totale_positivi,variazione_totale_positivi,nuovi_positivi,dimessi_guariti,deceduti,totale_casi,tamponi,casi_testati,note_it,note_en
+2020-02-24T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,0,0,0,0,0,0,0,0,0,0,5,,,
+2020-02-24T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,15,Campania,40.83956555,14.25084984,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-02-24T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,10,2,12,6,18,0,18,0,0,18,148,,,
+2020-02-24T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,58,,,
+2020-02-24T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,1,1,2,0,2,0,2,1,0,3,124,,,
+2020-02-24T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,76,19,95,71,166,0,166,0,6,172,1463,,,
+2020-02-24T18:00:00,ITA,11,Marche,43.61675973,13.5188753,0,0,0,0,0,0,0,0,0,0,16,,,
+2020-02-24T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,1,3,0,3,0,0,3,141,,,
+2020-02-24T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-24T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,0,0,0,0,0,0,0,0,0,0,5,,,
+2020-02-24T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,0,0,0,0,0,0,0,0,0,0,140,,,
+2020-02-24T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-24T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-24T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,7,,,
+2020-02-24T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,12,4,16,16,32,0,32,0,1,33,2200,,,
+2020-02-25T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,0,0,0,0,0,0,0,0,0,0,5,,,
+2020-02-25T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-25T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,1,1,0,0,1,1,,,
+2020-02-25T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,2,,,
+2020-02-25T18:00:00,ITA,15,Campania,40.83956555,14.25084984,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-02-25T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,15,2,17,9,26,8,8,0,0,26,391,,,
+2020-02-25T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,89,,,
+2020-02-25T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,1,1,2,0,2,0,0,1,0,3,124,,,
+2020-02-25T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,1,0,1,0,1,1,1,0,0,1,39,,,
+2020-02-25T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,79,25,104,127,231,65,68,0,9,240,3700,,,
+2020-02-25T18:00:00,ITA,11,Marche,43.61675973,13.5188753,0,0,0,0,0,0,0,0,0,0,21,,,
+2020-02-25T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-25T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,1,3,0,0,0,0,3,141,,,
+2020-02-25T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-25T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-25T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,2,3,3,3,0,0,3,5,,,
+2020-02-25T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,2,0,2,0,2,2,2,0,0,2,296,,,
+2020-02-25T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-25T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-25T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,7,,,
+2020-02-25T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,12,7,19,23,42,10,10,0,1,43,3780,,,
+2020-02-26T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,0,0,0,0,0,0,0,0,0,0,13,,,
+2020-02-26T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-26T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,1,,,
+2020-02-26T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-26T18:00:00,ITA,15,Campania,40.83956555,14.25084984,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-02-26T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,20,3,23,23,46,20,21,0,1,47,577,,,
+2020-02-26T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,114,,,
+2020-02-26T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,0,0,0,0,0,-2,0,3,0,3,124,,,
+2020-02-26T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,6,0,6,5,11,10,10,0,0,11,66,,,
+2020-02-26T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,79,25,104,145,249,18,18,0,9,258,3208,,,
+2020-02-26T18:00:00,ITA,11,Marche,43.61675973,13.5188753,1,0,1,0,1,1,1,0,0,1,28,,,
+2020-02-26T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-26T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,1,3,0,0,0,0,3,156,,,
+2020-02-26T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-26T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-26T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,2,3,0,0,0,0,3,5,,,
+2020-02-26T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,2,0,2,0,2,0,0,0,0,2,363,,,
+2020-02-26T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,3,,,
+2020-02-26T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-26T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,7,,,
+2020-02-26T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,16,8,24,45,69,27,28,0,2,71,4900,,,
+2020-02-27T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,1,0,1,0,1,1,1,0,0,1,33,,,
+2020-02-27T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-27T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,2,,,
+2020-02-27T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,0,0,0,0,0,0,0,14,,,
+2020-02-27T18:00:00,ITA,15,Campania,40.83956555,14.25084984,2,0,2,1,3,3,3,0,0,3,10,,,
+2020-02-27T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,36,6,42,54,96,50,50,0,1,97,1033,,,
+2020-02-27T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,141,,,
+2020-02-27T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,0,0,0,0,0,0,0,3,0,3,552,,,
+2020-02-27T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,9,0,9,10,19,8,8,0,0,19,78,,,
+2020-02-27T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,172,41,213,136,349,100,145,40,14,403,3320,,,
+2020-02-27T18:00:00,ITA,11,Marche,43.61675973,13.5188753,2,1,3,0,3,2,2,0,0,3,46,,,
+2020-02-27T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-27T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2,0,2,0,2,-1,-1,0,0,2,156,,,
+2020-02-27T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,0,1,1,1,0,0,1,0,,,
+2020-02-27T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-27T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,1,2,-1,1,2,0,4,5,,,
+2020-02-27T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,2,0,2,0,2,0,0,0,0,2,410,,,
+2020-02-27T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,32,,,
+2020-02-27T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-27T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,9,,,
+2020-02-27T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,19,8,27,82,109,40,40,0,2,111,6164,,,
+2020-02-28T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,1,0,1,0,1,0,0,0,0,1,33,,,
+2020-02-28T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-28T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,2,,,
+2020-02-28T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,1,1,0,0,1,21,,,
+2020-02-28T18:00:00,ITA,15,Campania,40.83956555,14.25084984,2,0,2,2,4,1,1,0,0,4,213,,,
+2020-02-28T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,56,6,62,81,143,47,48,0,2,145,1277,,,
+2020-02-28T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,169,,,
+2020-02-28T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,0,0,0,0,0,0,0,3,0,3,611,,,
+2020-02-28T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,9,0,9,10,19,0,0,0,0,19,112,,,
+2020-02-28T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,235,47,282,192,474,125,128,40,17,531,4835,,,
+2020-02-28T18:00:00,ITA,11,Marche,43.61675973,13.5188753,3,2,5,1,6,3,3,0,0,6,47,,,
+2020-02-28T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-28T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,7,0,7,4,11,9,9,0,0,11,227,,,
+2020-02-28T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,2,3,2,2,0,0,3,242,,,
+2020-02-28T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-28T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,1,2,0,0,2,0,4,5,,,
+2020-02-28T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,5,0,5,2,7,5,6,1,0,8,437,,,
+2020-02-28T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,32,,,
+2020-02-28T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,8,,,
+2020-02-28T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,9,,,
+2020-02-28T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,24,9,33,116,149,40,40,0,2,151,7414,,,
+2020-02-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,2,0,2,0,2,1,1,0,0,2,43,,,
+2020-02-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,32,,,
+2020-02-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,16,,,
+2020-02-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,27,,,
+2020-02-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,3,0,3,10,13,9,9,0,0,13,373,,,
+2020-02-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,86,11,97,116,213,70,72,0,4,217,1550,,,
+2020-02-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,0,0,0,0,0,0,0,189,,,
+2020-02-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,3,0,3,0,3,3,3,3,0,6,679,,,
+2020-02-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,4,1,5,33,38,19,23,4,0,42,121,,,
+2020-02-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,256,80,336,216,552,78,84,40,23,615,5723,,,
+2020-02-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,6,2,8,3,11,5,5,0,0,11,68,,,
+2020-02-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,0,,,
+2020-02-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,7,0,7,4,11,0,0,0,0,11,308,,,
+2020-02-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,2,3,0,0,0,0,3,252,,,
+2020-02-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,1,,,
+2020-02-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,1,2,0,0,2,0,4,6,,,
+2020-02-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,7,0,7,3,10,3,3,1,0,11,531,,,
+2020-02-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,43,,,
+2020-02-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,0,0,0,0,0,0,0,31,,,
+2020-02-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,9,,,
+2020-02-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,24,11,35,154,189,40,40,0,2,191,8659,,,
+2020-03-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,3,0,3,2,5,3,3,0,0,5,52,,,
+2020-03-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,39,,,
+2020-03-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,35,,,
+2020-03-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,4,0,4,13,17,4,4,0,0,17,373,,,
+2020-03-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,127,13,140,137,277,64,68,0,8,285,1795,,,
+2020-03-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,6,6,6,6,0,0,6,243,,,
+2020-03-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,3,0,3,0,3,0,0,3,0,6,724,,,
+2020-03-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,1,13,8,21,-17,-17,4,0,25,121,,,
+2020-03-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,406,106,512,375,887,335,369,73,24,984,6879,,,
+2020-03-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,12,5,17,8,25,14,14,0,0,25,101,,,
+2020-03-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,6,,,
+2020-03-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,11,2,13,36,49,38,38,0,0,49,362,,,
+2020-03-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,1,0,1,2,3,0,0,0,0,3,262,,,
+2020-03-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,29,,,
+2020-03-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,1,0,1,6,7,5,5,2,0,9,291,,,
+2020-03-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,7,0,7,5,12,2,2,1,0,13,572,,,
+2020-03-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,122,,,
+2020-03-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,2,2,2,2,0,0,2,35,,,
+2020-03-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,10,,,
+2020-03-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,51,13,64,197,261,72,72,0,2,263,9056,,,
+2020-03-02T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,3,0,3,2,5,0,0,0,0,5,52,,,
+2020-03-02T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,0,0,0,0,0,0,0,39,,,
+2020-03-02T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-02T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,39,,,
+2020-03-02T18:00:00,ITA,15,Campania,40.83956555,14.25084984,4,0,4,13,17,0,0,0,0,17,373,,,
+2020-03-02T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,148,16,164,160,324,47,50,0,11,335,1973,,,
+2020-03-02T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,0,0,0,9,9,3,3,0,0,9,269,,,
+2020-03-02T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,3,0,3,1,4,1,1,3,0,7,773,,,
+2020-03-02T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,1,13,5,18,-3,-3,4,0,22,121,,,
+2020-03-02T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,478,127,605,472,1077,190,270,139,38,1254,7925,,,
+2020-03-02T18:00:00,ITA,11,Marche,43.61675973,13.5188753,17,6,23,11,34,9,10,0,1,35,137,,,
+2020-03-02T18:00:00,ITA,14,Molise,41.55774754,14.65916051,0,0,0,0,0,0,0,0,0,0,13,,,
+2020-03-02T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,12,2,14,37,51,2,2,0,0,51,434,,,
+2020-03-02T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,2,0,2,2,4,1,1,0,0,4,278,,,
+2020-03-02T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,0,0,0,0,0,0,0,0,0,0,29,,,
+2020-03-02T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,2,0,2,3,5,-2,-2,2,0,7,307,,,
+2020-03-02T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,7,0,7,5,12,0,0,1,0,13,613,,,
+2020-03-02T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,0,0,0,0,0,0,0,0,0,0,122,,,
+2020-03-02T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,0,0,0,2,2,0,0,0,0,2,35,,,
+2020-03-02T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,11,,,
+2020-03-02T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,53,14,67,204,271,10,10,0,2,273,9782,,,
+2020-03-03T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,5,0,5,1,6,1,1,0,0,6,52,,,
+2020-03-03T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,1,1,1,1,0,0,1,42,,,
+2020-03-03T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-03T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,39,,,
+2020-03-03T18:00:00,ITA,15,Campania,40.83956555,14.25084984,11,0,11,19,30,13,13,0,0,30,405,,,
+2020-03-03T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,187,24,211,187,398,74,85,4,18,420,2012,,,
+2020-03-03T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,1,0,1,12,13,4,4,0,0,13,354,,,
+2020-03-03T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,10,0,10,1,11,7,7,3,0,14,877,,,
+2020-03-03T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,2,14,5,19,1,2,4,1,24,121,,,
+2020-03-03T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,698,167,865,461,1326,249,266,139,55,1520,9577,,,
+2020-03-03T18:00:00,ITA,11,Marche,43.61675973,13.5188753,27,13,40,19,59,25,26,0,2,61,200,,,
+2020-03-03T18:00:00,ITA,14,Molise,41.55774754,14.65916051,3,0,3,0,3,3,3,0,0,3,13,,,
+2020-03-03T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,13,3,16,40,56,5,5,0,0,56,458,,,
+2020-03-03T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,2,0,2,4,6,2,2,0,0,6,298,,,
+2020-03-03T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,1,0,1,0,1,1,1,0,0,1,29,,,
+2020-03-03T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,2,0,2,3,5,0,0,2,0,7,307,,,
+2020-03-03T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,10,0,10,8,18,6,6,1,0,19,697,,,
+2020-03-03T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,1,0,1,3,4,4,4,0,0,4,122,,,
+2020-03-03T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,1,1,2,6,8,6,6,0,0,8,45,,,
+2020-03-03T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,12,,,
+2020-03-03T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,49,19,68,229,297,26,34,7,3,307,10176,,,
+2020-03-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,7,0,7,0,7,1,1,0,0,7,85,,,
+2020-03-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,1,1,0,0,0,0,1,48,,,
+2020-03-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,0,0,0,1,1,0,0,0,0,1,46,,,
+2020-03-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,11,0,11,20,31,1,1,0,0,31,429,,,
+2020-03-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,256,26,282,234,516,118,124,6,22,544,2500,,,
+2020-03-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,3,0,3,15,18,5,5,0,0,18,376,,,
+2020-03-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,15,3,18,9,27,16,16,3,0,30,995,,,
+2020-03-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,10,3,13,8,21,2,2,4,1,26,133,,,
+2020-03-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,877,209,1086,411,1497,171,300,250,73,1820,12138,,,
+2020-03-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,34,15,49,31,80,21,23,0,4,84,288,,,
+2020-03-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,0,3,0,3,0,0,0,0,3,19,,,
+2020-03-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,26,13,39,43,82,26,26,0,0,82,543,,,
+2020-03-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,4,0,4,3,7,1,3,1,1,9,322,,,
+2020-03-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,1,0,1,1,2,1,1,0,0,2,42,,,
+2020-03-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,5,0,5,11,16,11,11,2,0,18,367,,,
+2020-03-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,15,2,17,20,37,19,19,1,0,38,776,,,
+2020-03-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,1,0,1,4,5,1,1,0,0,5,122,,,
+2020-03-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,1,1,2,7,9,1,1,0,0,9,58,,,
+2020-03-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,0,0,0,0,0,0,0,15,,,
+2020-03-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,76,23,99,246,345,48,53,9,6,360,10515,,,
+2020-03-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,8,0,8,0,8,1,1,0,0,8,96,,,
+2020-03-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,1,1,0,0,0,0,1,54,,,
+2020-03-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,1,0,1,0,1,0,0,0,0,1,20,,,
+2020-03-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,1,0,1,1,2,1,1,0,0,2,53,,,
+2020-03-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,12,0,12,33,45,14,14,0,0,45,471,,,
+2020-03-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,327,32,359,299,658,142,154,10,30,698,2884,,,
+2020-03-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,4,0,4,17,21,3,3,0,0,21,397,,,
+2020-03-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,20,7,27,14,41,14,14,3,0,44,1175,,,
+2020-03-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,11,3,14,7,21,0,2,4,3,28,146,,,
+2020-03-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,1169,244,1413,364,1777,280,431,376,98,2251,12354,,,
+2020-03-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,57,19,76,44,120,40,40,0,4,124,413,,,
+2020-03-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,4,0,4,3,7,4,4,0,0,7,24,,,
+2020-03-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,43,17,60,46,106,24,26,0,2,108,543,,,
+2020-03-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,5,1,6,6,12,5,5,1,1,14,359,,,
+2020-03-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,2,0,2,0,2,0,0,0,0,2,50,,,
+2020-03-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,5,0,5,11,16,0,0,2,0,18,367,,,
+2020-03-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,26,3,29,31,60,23,23,1,0,61,776,,,
+2020-03-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,2,0,2,5,7,2,2,0,0,7,122,,,
+2020-03-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,1,1,2,7,9,0,0,0,0,9,88,,,
+2020-03-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,2,2,2,2,0,0,2,21,,,
+2020-03-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,92,24,116,264,380,35,47,17,10,407,11949,,,
+2020-03-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,9,0,9,0,9,1,1,0,0,9,96,,,
+2020-03-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,0,1,2,3,2,2,0,0,3,63,,,
+2020-03-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,4,0,4,0,4,3,3,0,0,4,36,,,
+2020-03-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,2,0,2,2,4,2,2,0,0,4,99,,,
+2020-03-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,12,0,12,45,57,12,12,0,0,57,471,,,
+2020-03-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,397,53,450,366,816,158,172,17,37,870,3136,,,
+2020-03-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,4,0,4,24,28,7,10,3,0,31,577,,,
+2020-03-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,26,8,34,16,50,9,10,3,1,54,1373,,,
+2020-03-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,12,5,17,7,24,3,4,5,3,32,229,,,
+2020-03-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,1622,309,1931,77,2008,231,361,469,135,2612,13556,,,
+2020-03-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,73,20,93,62,155,35,35,0,4,159,585,,,
+2020-03-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,7,12,5,5,0,0,12,104,,,
+2020-03-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,57,30,87,52,139,33,35,0,4,143,793,,,
+2020-03-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,5,1,6,9,15,3,3,1,1,17,395,,,
+2020-03-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,2,0,2,3,5,3,3,0,0,5,99,,,
+2020-03-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,7,0,7,15,22,6,6,2,0,24,367,,,
+2020-03-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,35,5,40,38,78,18,18,1,0,79,1097,,,
+2020-03-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,4,0,4,6,10,3,3,0,0,10,122,,,
+2020-03-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,2,2,4,12,16,7,7,0,0,16,110,,,
+2020-03-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,0,0,0,7,7,5,5,0,0,7,28,,,
+2020-03-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,117,27,144,310,454,74,81,22,12,488,13023,,,
+2020-03-07T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,11,0,11,0,11,2,2,0,0,11,123,,,
+2020-03-07T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,0,1,2,3,0,0,0,0,3,75,,,
+2020-03-07T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,0,8,1,9,5,5,0,0,9,36,,,
+2020-03-07T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,2,0,2,2,4,0,0,0,0,4,113,,,
+2020-03-07T18:00:00,ITA,15,Campania,40.83956555,14.25084984,16,0,16,45,61,4,4,0,0,61,612,,,
+2020-03-07T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,464,64,528,409,937,121,140,25,48,1010,3604,,,
+2020-03-07T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,7,1,8,31,39,11,11,3,0,42,577,,,
+2020-03-07T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,43,8,51,21,72,22,22,3,1,76,1582,,,
+2020-03-07T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,26,6,32,10,42,18,19,5,4,51,331,,,
+2020-03-07T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,1661,359,2020,722,2742,734,808,524,154,3420,15778,,pd-IT-0002,pd-EN-0002
+2020-03-07T18:00:00,ITA,11,Marche,43.61675973,13.5188753,94,36,130,71,201,46,48,0,6,207,816,,,
+2020-03-07T18:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,9,14,2,2,0,0,14,112,,,
+2020-03-07T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,110,38,148,54,202,63,64,0,5,207,1046,,,
+2020-03-07T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,9,2,11,12,23,8,9,1,2,26,395,,,
+2020-03-07T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,2,0,2,3,5,0,0,0,0,5,99,,,
+2020-03-07T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,8,0,8,25,33,11,11,2,0,35,643,,,
+2020-03-07T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,54,7,61,51,112,34,34,1,0,113,1331,,,
+2020-03-07T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,6,1,7,7,14,4,4,0,0,14,194,,,
+2020-03-07T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,2,2,4,20,24,8,8,0,0,24,134,,,
+2020-03-07T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,1,0,1,7,8,1,1,0,0,8,32,,,
+2020-03-07T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,123,41,164,341,505,51,55,25,13,543,14429,,,
+2020-03-08T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,14,0,14,3,17,6,6,0,0,17,163,,,
+2020-03-08T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,2,0,2,2,4,1,1,0,0,4,123,,,
+2020-03-08T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,0,8,1,9,0,0,0,0,9,36,,,
+2020-03-08T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,5,0,5,4,9,5,5,0,0,9,113,,,
+2020-03-08T18:00:00,ITA,15,Campania,40.83956555,14.25084984,30,7,37,63,100,39,40,1,0,101,980,,,
+2020-03-08T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,542,75,617,480,1097,160,170,27,56,1180,4344,,,
+2020-03-08T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,7,1,8,45,53,14,15,3,1,57,997,,,
+2020-03-08T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,47,8,55,26,81,9,11,3,3,87,1929,,,
+2020-03-08T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,39,11,50,17,67,25,27,5,6,78,401,,,
+2020-03-08T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2217,399,2616,756,3372,630,769,550,267,4189,18534,,,
+2020-03-08T18:00:00,ITA,11,Marche,43.61675973,13.5188753,110,41,151,114,265,64,65,0,7,272,1025,,,
+2020-03-08T18:00:00,ITA,14,Molise,41.55774754,14.65916051,4,2,6,8,14,0,0,0,0,14,116,,,
+2020-03-08T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,245,45,290,65,355,153,153,0,5,360,1636,,,
+2020-03-08T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,17,3,20,16,36,13,14,1,3,40,627,,,
+2020-03-08T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,5,0,5,6,11,6,6,0,0,11,149,,,
+2020-03-08T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,18,0,18,33,51,18,18,2,0,53,791,,,
+2020-03-08T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,91,7,98,67,165,53,53,1,0,166,1618,,,
+2020-03-08T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,7,2,9,14,23,9,9,0,0,23,228,,,
+2020-03-08T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,2,2,4,22,26,2,2,0,0,26,168,,,
+2020-03-08T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,1,0,1,8,9,1,1,0,0,9,41,,,
+2020-03-08T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,146,47,193,430,623,118,127,29,18,670,15918,,,
+2020-03-09T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,25,0,25,5,30,13,13,0,0,30,237,,,
+2020-03-09T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,2,0,2,3,5,1,1,0,0,5,135,,,
+2020-03-09T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,0,8,1,9,0,0,0,0,9,36,,,
+2020-03-09T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,8,0,8,1,9,0,2,2,0,11,173,,,
+2020-03-09T18:00:00,ITA,15,Campania,40.83956555,14.25084984,42,8,50,69,119,19,19,1,0,120,980,,,
+2020-03-09T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,576,90,666,620,1286,189,206,30,70,1386,4906,,,
+2020-03-09T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,18,1,19,70,89,36,36,3,1,93,1344,,,
+2020-03-09T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,55,8,63,31,94,13,15,3,5,102,1929,,,
+2020-03-09T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,60,17,77,20,97,30,31,5,7,109,611,,,
+2020-03-09T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2802,440,3242,1248,4490,1118,1280,646,333,5469,20135,,,
+2020-03-09T18:00:00,ITA,11,Marche,43.61675973,13.5188753,136,47,183,130,313,48,51,0,10,323,1250,,,
+2020-03-09T18:00:00,ITA,14,Molise,41.55774754,14.65916051,4,2,6,8,14,0,0,0,0,14,212,,,
+2020-03-09T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,222,50,272,65,337,-18,-10,0,13,350,1681,,,
+2020-03-09T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,20,6,26,20,46,10,10,1,3,50,685,,,
+2020-03-09T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,8,0,8,11,19,8,8,0,0,19,185,,,
+2020-03-09T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,19,0,19,33,52,1,1,2,0,54,836,,,
+2020-03-09T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,107,9,116,90,206,41,42,1,1,208,2018,,,
+2020-03-09T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,10,2,12,21,33,10,10,0,0,33,267,,,
+2020-03-09T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,4,2,6,22,28,2,2,0,0,28,183,,,
+2020-03-09T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,4,0,4,11,15,6,6,0,0,15,67,,,
+2020-03-09T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,186,51,237,457,694,71,74,30,20,744,15956,,,
+2020-03-10T18:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,17,9,26,11,37,7,8,0,1,38,310,,,
+2020-03-10T18:00:00,ITA,17,Basilicata,40.63947052,15.80514834,2,0,2,5,7,2,2,0,0,7,148,,,
+2020-03-10T18:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,17,1,18,20,38,29,29,0,0,38,36,,,
+2020-03-10T18:00:00,ITA,18,Calabria,38.90597598,16.59440194,8,2,10,1,11,2,2,2,0,13,360,,,
+2020-03-10T18:00:00,ITA,15,Campania,40.83956555,14.25084984,33,8,41,85,126,7,7,1,0,127,1141,,,
+2020-03-10T18:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,669,98,767,650,1417,131,147,31,85,1533,5494,,,
+2020-03-10T18:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,27,6,33,77,110,21,23,3,3,116,1602,,,
+2020-03-10T18:00:00,ITA,12,Lazio,41.89277044,12.48366722,50,15,65,34,99,5,14,11,6,116,3591,,,
+2020-03-10T18:00:00,ITA,07,Liguria,44.41149315,8.9326992,57,29,86,42,128,31,32,5,8,141,694,,,
+2020-03-10T18:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3319,466,3785,642,4427,-63,322,896,468,5791,21479,,pd-IT-0004,pd-EN-0004
+2020-03-10T18:00:00,ITA,11,Marche,43.61675973,13.5188753,152,54,206,175,381,68,71,0,13,394,1437,,,
+2020-03-10T18:00:00,ITA,14,Molise,41.55774754,14.65916051,3,3,6,9,15,1,1,0,0,15,225,,,
+2020-03-10T18:00:00,ITA,01,Piemonte,45.0732745,7.680687483,306,66,372,64,436,99,103,0,17,453,2374,,,
+2020-03-10T18:00:00,ITA,16,Puglia,41.12559576,16.86736689,28,6,34,21,55,9,9,1,3,59,747,,,
+2020-03-10T18:00:00,ITA,20,Sardegna,39.21531192,9.110616306,9,0,9,11,20,1,1,0,0,20,204,,,
+2020-03-10T18:00:00,ITA,19,Sicilia,38.11569725,13.3623567,17,2,19,41,60,8,8,2,0,62,955,,,
+2020-03-10T18:00:00,ITA,09,Toscana,43.76923077,11.25588885,91,40,131,129,260,54,56,3,1,264,2573,,,
+2020-03-10T18:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,19,3,22,28,50,17,19,2,0,52,399,,,
+2020-03-10T18:00:00,ITA,10,Umbria,43.10675841,12.38824698,8,2,10,27,37,9,9,0,0,37,260,,,
+2020-03-10T18:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,2,0,2,15,17,2,2,0,0,17,89,,,
+2020-03-10T18:00:00,ITA,05,Veneto,45.43490485,12.33845213,204,67,271,512,783,89,112,47,26,856,16643,,,
+2020-03-11T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,17,9,26,11,37,0,0,0,1,38,310,,nd-IT-0001,nd-EN-0001
+2020-03-11T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,1,2,6,8,1,1,0,0,8,155,,,
+2020-03-11T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,8,4,12,63,75,37,37,0,0,75,75,,,
+2020-03-11T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,10,2,12,5,17,6,6,2,0,19,405,,,
+2020-03-11T17:00:00,ITA,15,Campania,40.83956555,14.25084984,56,11,67,82,149,23,27,4,1,154,1375,,,
+2020-03-11T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,745,104,849,739,1588,171,206,38,113,1739,6640,,,
+2020-03-11T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,16,5,21,89,110,0,10,10,6,126,2073,,,
+2020-03-11T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,67,18,85,40,125,26,34,19,6,150,3591,,,
+2020-03-11T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,74,34,108,73,181,53,53,5,8,194,1025,,,
+2020-03-11T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3852,560,4412,1351,5763,1336,1489,900,617,7280,25629,,,
+2020-03-11T17:00:00,ITA,11,Marche,43.61675973,13.5188753,212,66,278,183,461,80,85,0,18,479,1656,,,
+2020-03-11T17:00:00,ITA,14,Molise,41.55774754,14.65916051,4,3,7,9,16,1,1,0,0,16,233,,,
+2020-03-11T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,319,75,394,86,480,44,48,0,21,501,2431,,,
+2020-03-11T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,38,4,42,29,71,16,18,1,5,77,909,,,
+2020-03-11T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,10,0,10,27,37,17,17,0,0,37,283,,,
+2020-03-11T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,23,1,24,57,81,21,21,2,0,83,1194,,,
+2020-03-11T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,87,54,141,173,314,54,56,5,1,320,2804,,,
+2020-03-11T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,28,4,32,42,74,24,25,3,0,77,527,,,
+2020-03-11T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,7,5,12,32,44,7,9,2,0,46,340,,,
+2020-03-11T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,2,0,2,17,19,2,3,0,1,20,99,,,
+2020-03-11T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,262,68,330,610,940,157,167,54,29,1023,21400,,,
+2020-03-12T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,47,12,59,19,78,41,46,4,2,84,867,,,
+2020-03-12T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,1,2,6,8,0,0,0,0,8,155,,,
+2020-03-12T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,21,4,25,78,103,28,29,0,1,104,607,,,
+2020-03-12T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,14,2,16,16,32,15,14,1,0,33,483,,,
+2020-03-12T17:00:00,ITA,15,Campania,40.83956555,14.25084984,56,11,67,107,174,25,25,4,1,179,1551,,,
+2020-03-12T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,814,112,926,832,1758,170,208,43,146,1947,7600,,,
+2020-03-12T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,23,10,33,115,148,38,41,11,8,167,2604,,,
+2020-03-12T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,85,20,105,67,172,47,50,19,9,200,5592,,,
+2020-03-12T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,100,36,136,107,243,62,80,20,11,274,1174,,,
+2020-03-12T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4247,605,4852,2044,6896,1133,1445,1085,744,8725,29534,,,
+2020-03-12T17:00:00,ITA,11,Marche,43.61675973,13.5188753,254,76,330,240,570,109,113,0,22,592,1907,,,
+2020-03-12T17:00:00,ITA,14,Molise,41.55774754,14.65916051,4,3,7,9,16,0,0,0,0,16,238,,,
+2020-03-12T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,368,97,465,89,554,74,79,0,26,580,2879,,,
+2020-03-12T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,58,2,60,38,98,27,27,1,5,104,1269,,,
+2020-03-12T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,0,12,27,39,2,2,0,0,39,302,,,
+2020-03-12T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,28,5,33,78,111,30,32,2,2,115,1477,,,
+2020-03-12T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,100,59,159,193,352,38,44,7,5,364,3165,,,
+2020-03-12T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,43,5,48,54,102,28,30,4,1,107,593,,,
+2020-03-12T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,8,8,16,46,62,18,18,2,0,64,458,,,
+2020-03-12T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,7,0,7,19,26,7,7,0,1,27,118,,,
+2020-03-12T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,360,85,445,852,1297,357,361,55,32,1384,23438,,,
+2020-03-13T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,42,14,56,27,83,5,5,4,2,89,958,,,
+2020-03-13T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,1,2,8,10,2,2,0,0,10,155,,,
+2020-03-13T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,20,5,25,98,123,20,21,0,2,125,811,,,
+2020-03-13T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,18,3,21,16,37,5,5,1,0,38,504,,,
+2020-03-13T17:00:00,ITA,15,Campania,40.83956555,14.25084984,60,19,79,134,213,39,41,5,2,220,1671,,,
+2020-03-13T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,942,128,1070,941,2011,253,316,51,201,2263,8787,,,
+2020-03-13T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,59,8,67,169,236,88,90,11,10,257,3149,,,
+2020-03-13T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,122,24,146,96,242,70,77,24,11,277,6491,,,
+2020-03-13T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,128,44,172,132,304,61,71,24,17,345,1442,,,
+2020-03-13T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4435,650,5085,2647,7732,836,1095,1198,890,9820,32700,,,
+2020-03-13T17:00:00,ITA,11,Marche,43.61675973,13.5188753,337,85,422,276,698,128,133,0,27,725,2218,,,
+2020-03-13T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,3,8,9,17,1,1,0,0,17,243,,,
+2020-03-13T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,556,135,691,103,794,240,260,0,46,840,3105,,,
+2020-03-13T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,77,2,79,42,121,23,25,3,5,129,1449,,,
+2020-03-13T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,0,12,31,43,4,4,0,0,43,504,,,
+2020-03-13T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,37,7,44,82,126,15,15,2,2,130,1950,,,
+2020-03-13T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,134,77,211,244,455,103,106,10,5,470,4049,,,
+2020-03-13T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,58,6,64,93,157,55,56,4,2,163,846,,,
+2020-03-13T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,11,10,21,52,73,11,12,2,1,76,576,,,
+2020-03-13T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,6,0,6,21,27,1,1,0,1,28,189,,,
+2020-03-13T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,366,107,473,980,1453,156,211,100,42,1595,25691,,,
+2020-03-14T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,51,14,65,41,106,23,23,4,2,112,1232,,,
+2020-03-14T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,2,2,8,10,0,0,0,0,10,155,,,
+2020-03-14T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,26,7,33,137,170,47,48,0,3,173,1135,,,
+2020-03-14T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,22,4,26,33,59,22,22,1,0,60,711,,,
+2020-03-14T17:00:00,ITA,15,Campania,40.83956555,14.25084984,72,17,89,154,243,30,52,23,6,272,1936,,,
+2020-03-14T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1076,152,1228,1121,2349,338,381,54,241,2644,10043,,,
+2020-03-14T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,67,11,78,193,271,35,44,17,13,301,3376,,,
+2020-03-14T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,181,25,206,114,320,78,80,24,13,357,7335,,,
+2020-03-14T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,213,62,275,109,384,80,118,52,27,463,1750,,,
+2020-03-14T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4898,732,5630,3429,9059,1327,1865,1660,966,11685,37138,,,
+2020-03-14T17:00:00,ITA,11,Marche,43.61675973,13.5188753,449,93,542,321,863,165,174,0,36,899,2561,,,
+2020-03-14T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,3,8,9,17,0,0,0,0,17,247,,,
+2020-03-14T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,538,150,688,126,814,20,33,0,59,873,3680,,,
+2020-03-14T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,91,6,97,59,156,35,37,2,8,166,1681,,,
+2020-03-14T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,14,0,14,33,47,4,4,0,0,47,530,,,
+2020-03-14T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,42,11,53,97,150,24,26,4,2,156,2100,,,
+2020-03-14T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,160,87,247,367,614,159,160,10,6,630,4595,,,
+2020-03-14T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,68,12,80,119,199,42,43,5,2,206,1006,,,
+2020-03-14T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,21,11,32,71,103,30,31,3,1,107,748,,,
+2020-03-14T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,12,0,12,29,41,14,14,0,1,42,231,,,
+2020-03-14T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,366,119,485,1290,1775,322,342,107,55,1937,26980,,,
+2020-03-15T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,72,28,100,28,128,22,25,6,3,137,1419,,,
+2020-03-15T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,2,2,9,11,1,1,0,0,11,208,,,
+2020-03-15T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,4,54,145,199,29,31,0,5,204,1497,,,
+2020-03-15T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,32,6,38,28,66,7,8,1,1,68,884,,,
+2020-03-15T17:00:00,ITA,15,Campania,40.83956555,14.25084984,73,22,95,201,296,53,61,28,9,333,2213,,,
+2020-03-15T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1215,169,1384,1357,2741,392,449,68,284,3093,12054,,,
+2020-03-15T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,98,12,110,206,316,45,46,17,14,347,3407,,,
+2020-03-15T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,223,31,254,142,396,76,79,24,16,436,8345,,,
+2020-03-15T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,253,66,319,174,493,109,96,33,33,559,1973,,,
+2020-03-15T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5500,767,6267,3776,10043,984,1587,2011,1218,13272,40369,,,
+2020-03-15T17:00:00,ITA,11,Marche,43.61675973,13.5188753,521,98,619,468,1087,224,234,0,46,1133,2946,,,
+2020-03-15T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,4,7,10,17,0,0,0,0,17,248,,,
+2020-03-15T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,726,171,897,133,1030,216,238,0,81,1111,4375,,,
+2020-03-15T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,116,6,122,90,212,56,64,2,16,230,2017,,,
+2020-03-15T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,16,0,16,59,75,28,30,0,2,77,613,,,
+2020-03-15T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,56,15,71,108,179,29,32,7,2,188,2452,,,
+2020-03-15T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,175,107,282,481,763,149,151,10,8,781,5132,,,
+2020-03-15T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,73,19,92,275,367,168,172,5,6,378,1006,,,
+2020-03-15T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,13,38,101,139,36,36,3,1,143,965,,,
+2020-03-15T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,10,3,13,43,56,15,15,0,1,57,230,,,
+2020-03-15T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,426,129,555,1434,1989,214,235,120,63,2172,32546,,,
+2020-03-16T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,71,37,108,57,165,37,39,7,4,176,1533,,,
+2020-03-16T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,1,2,3,9,12,1,1,0,0,12,230,,,
+2020-03-16T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,53,11,64,171,235,36,37,0,6,241,1740,,,
+2020-03-16T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,36,7,43,44,87,21,21,1,1,89,1030,,,
+2020-03-16T17:00:00,ITA,15,Campania,40.83956555,14.25084984,103,22,125,238,363,67,67,28,9,400,2517,,,
+2020-03-16T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1362,197,1559,1529,3088,347,429,88,346,3522,13096,,,
+2020-03-16T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,96,19,115,231,346,30,39,18,22,386,4851,,,
+2020-03-16T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,267,31,298,174,472,76,87,32,19,523,9330,,,
+2020-03-16T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,255,73,328,247,575,82,108,42,50,667,2189,,,
+2020-03-16T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6171,823,6994,3867,10861,818,1377,2368,1420,14649,43565,,,
+2020-03-16T17:00:00,ITA,11,Marche,43.61675973,13.5188753,528,110,638,547,1185,98,109,0,57,1242,3225,,,
+2020-03-16T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,5,8,7,15,-2,4,5,1,21,253,,,
+2020-03-16T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1045,186,1231,174,1405,375,405,0,111,1516,5588,,,
+2020-03-16T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,116,6,122,90,212,0,0,2,16,230,2017,,nd-IT-0005,nd-EN-0005
+2020-03-16T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,39,0,39,66,105,30,30,0,2,107,797,,,
+2020-03-16T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,75,20,95,108,203,24,25,8,2,213,2653,,,
+2020-03-16T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,175,107,282,559,841,78,85,11,14,866,5910,,,
+2020-03-16T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,73,19,92,275,367,0,0,5,6,378,1006,,nd-IT-0003,nd-EN-0003
+2020-03-16T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,30,15,45,114,159,20,21,4,1,164,1093,,,
+2020-03-16T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,28,5,33,70,103,47,48,0,2,105,287,,,
+2020-03-16T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,498,156,654,1620,2274,285,301,130,69,2473,35052,,,
+2020-03-17T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,94,32,126,90,216,51,53,7,6,229,1688,,,
+2020-03-17T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,5,2,7,13,20,8,8,0,0,20,262,,,
+2020-03-17T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,71,11,82,200,282,47,50,1,8,291,2149,,,
+2020-03-17T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,45,10,55,57,112,25,25,1,1,114,1293,,,
+2020-03-17T17:00:00,ITA,15,Campania,40.83956555,14.25084984,127,24,151,272,423,60,60,28,9,460,2685,,,
+2020-03-17T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1566,223,1789,1615,3404,316,409,134,393,3931,14510,,nd-IT-0008,nd-EN-0008
+2020-03-17T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,104,21,125,222,347,1,8,17,30,394,4958,,,
+2020-03-17T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,314,44,358,192,550,78,84,34,23,607,9436,,,
+2020-03-17T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,299,85,384,277,661,86,111,57,60,778,2509,,,
+2020-03-17T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6953,879,7832,4263,12095,1234,1571,2485,1640,16220,46449,,,
+2020-03-17T17:00:00,ITA,11,Marche,43.61675973,13.5188753,599,109,708,594,1302,117,129,0,69,1371,3225,,,
+2020-03-17T17:00:00,ITA,14,Molise,41.55774754,14.65916051,7,5,12,7,19,4,4,5,1,25,301,,,
+2020-03-17T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1378,206,1584,180,1764,359,381,0,133,1897,6543,,,
+2020-03-17T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,155,14,169,151,320,108,110,2,18,340,3077,,,
+2020-03-17T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,36,4,40,75,115,10,10,0,2,117,1003,,,
+2020-03-17T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,86,28,114,112,226,23,24,8,3,237,2916,,,
+2020-03-17T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,329,143,472,552,1024,183,187,12,17,1053,6727,,,
+2020-03-17T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,107,22,129,239,368,1,7,10,7,385,1727,,,
+2020-03-17T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,36,21,57,135,192,33,33,4,1,197,1323,,,
+2020-03-17T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,35,6,41,93,134,31,31,0,2,136,398,,,
+2020-03-17T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,548,171,719,1769,2488,214,231,136,80,2704,35478,,,
+2020-03-18T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,99,41,140,109,249,33,34,7,7,263,2054,,,
+2020-03-18T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,9,2,11,16,27,7,7,0,0,27,262,,,
+2020-03-18T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,79,18,97,269,366,84,85,1,9,376,2844,,,
+2020-03-18T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,45,11,56,70,126,14,15,2,1,129,1668,,,
+2020-03-18T17:00:00,ITA,15,Campania,40.83956555,14.25084984,127,24,151,272,423,0,0,28,9,460,2685,,nd-IT-0013,nd-EN-0013
+2020-03-18T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1784,247,2031,1884,3915,511,594,152,458,4525,15461,,nd-IT-0011,nd-EN-0011
+2020-03-18T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,128,27,155,261,416,69,68,15,31,462,4958,,,
+2020-03-18T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,374,44,418,232,650,100,117,42,32,724,11145,,,
+2020-03-18T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,401,100,501,243,744,83,109,70,73,887,2912,,,
+2020-03-18T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7285,924,8209,4057,12266,171,1493,3488,1959,17713,48983,,,
+2020-03-18T17:00:00,ITA,11,Marche,43.61675973,13.5188753,638,119,757,719,1476,174,197,0,92,1568,4109,,,
+2020-03-18T17:00:00,ITA,14,Molise,41.55774754,14.65916051,7,6,13,8,21,2,3,6,1,28,361,,,
+2020-03-18T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1780,227,2007,180,2187,423,444,0,154,2341,7516,,,
+2020-03-18T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,156,30,186,176,362,42,43,2,19,383,3433,,,
+2020-03-18T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,42,7,49,83,132,17,17,0,2,134,1135,,,
+2020-03-18T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,100,29,129,138,267,41,45,12,3,282,3294,,,
+2020-03-18T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,427,160,587,704,1291,267,277,17,22,1330,7606,,,
+2020-03-18T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,141,22,163,273,436,68,70,12,7,455,2187,,,
+2020-03-18T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,54,21,75,166,241,49,50,4,2,247,1601,,,
+2020-03-18T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,41,3,44,118,162,28,29,0,3,165,486,,,
+2020-03-18T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,646,195,841,2112,2953,465,510,167,94,3214,40841,,,
+2020-03-19T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,181,47,228,138,366,117,122,8,11,385,2409,,,
+2020-03-19T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,8,5,13,24,37,10,10,0,0,37,353,,,
+2020-03-19T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,87,18,105,316,421,55,60,1,14,436,3568,,,
+2020-03-19T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,60,13,73,91,164,38,40,2,3,169,2342,,,
+2020-03-19T17:00:00,ITA,15,Campania,40.83956555,14.25084984,213,36,249,356,605,182,192,30,17,652,3544,,,
+2020-03-19T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1900,260,2160,2346,4506,591,689,177,531,5214,18344,,,
+2020-03-19T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,134,29,163,359,522,106,137,41,36,599,4052,,,
+2020-03-19T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,426,45,471,270,741,91,99,44,38,823,11145,,,
+2020-03-19T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,491,112,603,280,883,139,172,85,91,1059,3348,,,
+2020-03-19T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7387,1006,8393,5545,13938,1672,2171,3778,2168,19884,52244,,,
+2020-03-19T17:00:00,ITA,11,Marche,43.61675973,13.5188753,656,141,797,825,1622,146,169,0,115,1737,4512,,,
+2020-03-19T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,6,25,13,38,17,18,6,2,46,426,,,
+2020-03-19T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2279,257,2536,218,2754,567,591,3,175,2932,8853,,,
+2020-03-19T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,173,31,204,245,449,87,95,4,25,478,4046,,,
+2020-03-19T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,43,9,52,152,204,72,72,0,2,206,1334,,,
+2020-03-19T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,143,36,179,142,321,54,58,15,4,340,3961,,,
+2020-03-19T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,501,178,679,743,1422,131,152,22,38,1482,8873,,,
+2020-03-19T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,169,30,199,292,491,55,68,20,12,523,2203,,,
+2020-03-19T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,69,21,90,238,328,87,87,4,2,334,1954,,,
+2020-03-19T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,47,9,56,153,209,47,50,0,6,215,608,,,
+2020-03-19T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,771,209,980,2189,3169,216,270,200,115,3484,44658,,,
+2020-03-20T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,190,48,238,184,422,56,64,10,17,449,2695,,,
+2020-03-20T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,8,5,13,39,52,15,15,0,0,52,443,,,
+2020-03-20T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,99,24,123,407,530,109,112,1,17,548,4433,,,
+2020-03-20T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,71,16,87,114,201,37,38,2,4,207,2690,,,
+2020-03-20T17:00:00,ITA,15,Campania,40.83956555,14.25084984,130,41,171,531,702,97,97,30,17,749,3845,,,
+2020-03-20T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2083,267,2350,2739,5089,583,754,239,640,5968,20753,,,
+2020-03-20T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,143,32,175,380,555,33,57,63,38,656,4964,,,
+2020-03-20T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,537,47,584,328,912,171,185,53,43,1008,13889,,,
+2020-03-20T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,573,121,694,307,1001,118,162,101,119,1221,3794,,,
+2020-03-20T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7735,1050,8785,6635,15420,1482,2380,4295,2549,22264,57174,,,
+2020-03-20T17:00:00,ITA,11,Marche,43.61675973,13.5188753,704,138,842,1002,1844,222,244,0,137,1981,5170,,,
+2020-03-20T17:00:00,ITA,14,Molise,41.55774754,14.65916051,20,6,26,13,39,1,4,6,5,50,426,,,
+2020-03-20T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1541,280,1821,1423,3244,490,529,8,209,3461,9975,,,
+2020-03-20T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,191,31,222,329,551,102,103,4,26,581,4789,,,
+2020-03-20T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,56,15,71,217,288,84,87,3,2,293,1912,,,
+2020-03-20T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,168,42,210,169,379,58,68,25,4,408,4468,,,
+2020-03-20T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,601,189,790,923,1713,291,311,33,47,1793,10405,,,
+2020-03-20T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,198,34,232,368,600,109,119,29,13,642,2656,,,
+2020-03-20T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,75,24,99,285,384,56,61,4,7,395,2303,,,
+2020-03-20T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,54,9,63,194,257,48,49,0,7,264,814,,,
+2020-03-20T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,843,236,1079,2598,3677,508,547,223,131,4031,49288,,,
+2020-03-21T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,185,44,229,265,494,72,80,13,22,529,3035,,,
+2020-03-21T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,12,7,19,47,66,14,14,0,0,66,522,,,
+2020-03-21T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,127,30,157,443,600,70,73,1,20,621,5179,,,
+2020-03-21T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,73,16,89,136,225,24,28,5,5,235,3050,,,
+2020-03-21T17:00:00,ITA,15,Campania,40.83956555,14.25084984,233,87,320,473,793,91,95,29,22,844,4448,,,
+2020-03-21T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2267,265,2532,3129,5661,572,737,329,715,6705,24620,,,
+2020-03-21T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,152,37,189,477,666,111,134,82,42,790,5955,,,
+2020-03-21T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,591,70,661,425,1086,174,182,54,50,1190,13889,,,
+2020-03-21T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,598,129,727,432,1159,158,215,125,152,1436,4304,,,
+2020-03-21T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8258,1093,9351,8019,17370,1950,3251,5050,3095,25515,66730,,,
+2020-03-21T17:00:00,ITA,11,Marche,43.61675973,13.5188753,742,141,883,1114,1997,153,172,2,154,2153,5740,,,
+2020-03-21T17:00:00,ITA,14,Molise,41.55774754,14.65916051,21,6,27,20,47,8,11,7,7,61,449,,,
+2020-03-21T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1976,301,2277,1229,3506,262,291,8,238,3752,10701,,,
+2020-03-21T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,209,33,242,400,642,91,94,4,29,675,5617,,,
+2020-03-21T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,65,16,81,240,321,33,37,5,4,330,2297,,,
+2020-03-21T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,206,48,254,204,458,79,82,26,6,490,4883,,,
+2020-03-21T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,664,202,866,1039,1905,192,219,35,72,2012,11909,,,
+2020-03-21T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,233,39,272,448,720,120,140,34,28,782,2656,,,
+2020-03-21T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,92,29,121,326,447,63,67,5,10,462,2712,,,
+2020-03-21T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,62,15,77,227,304,47,49,1,8,313,884,,,
+2020-03-21T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,942,249,1191,3023,4214,537,586,257,146,4617,53642,,,
+2020-03-22T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,218,49,267,272,539,45,58,15,33,587,3375,,,
+2020-03-22T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,13,10,23,58,81,15,15,0,0,81,643,,,
+2020-03-22T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,146,32,178,470,648,48,57,7,23,678,5718,,,
+2020-03-22T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,77,17,94,166,260,35,38,5,8,273,3666,,,
+2020-03-22T17:00:00,ITA,15,Campania,40.83956555,14.25084984,243,99,342,524,866,73,92,41,29,936,4943,,,
+2020-03-22T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2429,269,2698,3692,6390,729,850,349,816,7555,28022,,,
+2020-03-22T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,163,47,210,528,738,72,84,89,47,874,6761,,,
+2020-03-22T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,671,79,750,522,1272,186,193,58,53,1383,17845,,,
+2020-03-22T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,736,132,868,483,1351,192,229,143,171,1665,4995,,,
+2020-03-22T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9439,1142,10581,7304,17885,515,1691,5865,3456,27206,70598,,,
+2020-03-22T17:00:00,ITA,11,Marche,43.61675973,13.5188753,816,138,954,1277,2231,234,268,6,184,2421,6391,,,
+2020-03-22T17:00:00,ITA,14,Molise,41.55774754,14.65916051,24,7,31,21,52,5,5,7,7,66,532,,,
+2020-03-22T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2118,308,2426,1701,4127,621,668,10,283,4420,12701,,,
+2020-03-22T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,252,37,289,459,748,106,111,7,31,786,6160,,,
+2020-03-22T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,67,16,83,244,327,6,9,5,7,339,2402,,,
+2020-03-22T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,220,55,275,321,596,138,140,26,8,630,5580,,,
+2020-03-22T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,706,215,921,1223,2144,239,265,42,91,2277,13264,,,
+2020-03-22T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,235,46,281,604,885,165,172,34,35,954,3050,,,
+2020-03-22T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,97,35,132,368,500,53,59,5,16,521,3135,,,
+2020-03-22T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,63,21,84,270,354,50,51,1,9,364,950,,,
+2020-03-22T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1113,255,1368,3276,4644,430,505,309,169,5122,57671,,,
+2020-03-23T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,228,52,280,325,605,66,76,20,38,663,3674,,,
+2020-03-23T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,15,12,27,62,89,8,9,0,1,90,696,,,
+2020-03-23T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,145,33,178,510,688,40,46,7,29,724,6084,,,
+2020-03-23T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,82,20,102,178,280,20,19,5,7,292,4073,,,
+2020-03-23T17:00:00,ITA,15,Campania,40.83956555,14.25084984,266,110,376,553,929,63,90,48,49,1026,5813,,,
+2020-03-23T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2846,276,3122,4098,7220,830,980,423,892,8535,31200,,,
+2020-03-23T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,185,41,226,545,771,33,56,105,54,930,7424,,,
+2020-03-23T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,718,96,814,600,1414,142,157,63,63,1540,18371,,,
+2020-03-23T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,761,133,894,659,1553,202,259,159,212,1924,5538,,,
+2020-03-23T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9266,1183,10449,8461,18910,1025,1555,6075,3776,28761,73242,,,
+2020-03-23T17:00:00,ITA,11,Marche,43.61675973,13.5188753,882,148,1030,1328,2358,127,148,8,203,2569,6782,,,
+2020-03-23T17:00:00,ITA,14,Molise,41.55774754,14.65916051,25,7,32,18,50,-2,1,10,7,67,532,,,
+2020-03-23T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2194,343,2537,1992,4529,402,441,17,315,4861,13560,,,
+2020-03-23T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,285,45,330,532,862,114,120,7,37,906,6761,,,
+2020-03-23T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,76,18,94,249,343,16,20,5,11,359,2568,,,
+2020-03-23T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,250,60,310,371,681,85,91,27,13,721,6375,,,
+2020-03-23T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,838,238,1076,1225,2301,157,184,51,109,2461,13851,,,
+2020-03-23T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,249,46,295,619,914,29,69,68,41,1023,3150,,,
+2020-03-23T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,106,42,148,408,556,56,56,5,16,577,3561,,,
+2020-03-23T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,69,20,89,290,379,25,29,2,12,393,1098,,,
+2020-03-23T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1206,281,1487,3499,4986,342,383,327,192,5505,61115,,,
+2020-03-24T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,234,57,291,331,622,17,26,21,46,689,4294,,,
+2020-03-24T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,14,12,26,65,91,2,2,0,1,92,744,,,
+2020-03-24T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,166,38,204,495,699,11,57,44,38,781,6509,,,
+2020-03-24T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,88,21,109,195,304,24,27,5,10,319,4486,,,
+2020-03-24T17:00:00,ITA,15,Campania,40.83956555,14.25084984,345,181,526,466,992,63,75,53,56,1101,6297,,,
+2020-03-24T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2974,291,3265,4446,7711,491,719,558,985,9254,33527,,,
+2020-03-24T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,195,49,244,604,848,77,62,80,64,992,8526,,,
+2020-03-24T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,747,94,841,704,1545,131,188,103,80,1728,18371,,,
+2020-03-24T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,803,147,950,742,1692,139,192,193,231,2116,5992,,,
+2020-03-24T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9711,1194,10905,8963,19868,958,1942,6657,4178,30703,76695,,,
+2020-03-24T17:00:00,ITA,11,Marche,43.61675973,13.5188753,862,149,1011,1486,2497,139,167,8,231,2736,7229,,,
+2020-03-24T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,7,34,21,55,5,6,10,8,73,572,,,
+2020-03-24T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2404,360,2764,2360,5124,595,654,17,374,5515,15469,,,
+2020-03-24T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,317,57,374,566,940,78,99,21,44,1005,7345,,,
+2020-03-24T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,80,19,99,296,395,52,62,11,15,421,2859,,,
+2020-03-24T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,250,60,310,489,799,118,125,27,20,846,7170,,,
+2020-03-24T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,918,244,1162,1357,2519,218,238,51,129,2699,15701,,,
+2020-03-24T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,308,49,357,618,975,61,87,79,56,1110,3712,,,
+2020-03-24T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,105,43,148,476,624,68,71,5,19,648,4108,,,
+2020-03-24T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,71,20,91,288,379,0,7,2,19,400,1180,,,
+2020-03-24T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1318,304,1622,3729,5351,365,443,381,216,5948,66178,,,
+2020-03-25T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,248,59,307,431,738,116,124,23,52,813,4982,,,
+2020-03-25T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,20,14,34,78,112,21,21,0,1,113,857,,,
+2020-03-25T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,190,40,230,518,748,49,77,67,43,858,6649,,,
+2020-03-25T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,93,23,116,217,333,29,32,7,11,351,5058,,,
+2020-03-25T17:00:00,ITA,15,Campania,40.83956555,14.25084984,318,123,441,631,1072,80,98,53,74,1199,6972,,,
+2020-03-25T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3180,294,3474,4782,8256,545,800,721,1077,10054,38045,,,
+2020-03-25T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,200,52,252,659,911,63,147,158,70,1139,9494,,,
+2020-03-25T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,805,101,906,769,1675,130,173,131,95,1901,20669,,,
+2020-03-25T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,927,147,1074,752,1826,134,189,225,254,2305,6602,,,
+2020-03-25T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10026,1236,11262,9329,20591,723,1643,7281,4474,32346,81666,,,
+2020-03-25T17:00:00,ITA,11,Marche,43.61675973,13.5188753,938,148,1086,1553,2639,142,198,8,287,2934,7896,,,
+2020-03-25T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,7,33,20,53,-2,0,12,8,73,580,,,
+2020-03-25T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2544,381,2925,2631,5556,432,509,19,449,6024,16655,,,
+2020-03-25T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,349,64,413,610,1023,83,88,22,48,1093,8223,,,
+2020-03-25T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,82,19,101,311,412,17,21,12,18,442,3019,,,
+2020-03-25T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,259,80,339,597,936,137,148,33,25,994,8312,,,
+2020-03-25T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,999,251,1250,1526,2776,257,273,54,142,2972,17868,,,
+2020-03-25T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,308,65,373,685,1058,83,112,90,74,1222,4114,,,
+2020-03-25T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,123,44,167,519,686,62,62,5,19,710,4707,,,
+2020-03-25T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,70,25,95,280,375,-4,1,2,24,401,1200,,,
+2020-03-25T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1407,316,1723,4022,5745,394,494,439,258,6442,70877,,,
+2020-03-26T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,280,64,344,516,860,122,133,23,63,946,5488,,,
+2020-03-26T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,22,16,38,95,133,21,21,0,1,134,1046,,,
+2020-03-26T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,223,43,266,525,791,43,48,67,48,906,7744,,,
+2020-03-26T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,101,23,124,248,372,39,42,7,14,393,5933,,,
+2020-03-26T17:00:00,ITA,15,Campania,40.83956555,14.25084984,448,114,562,607,1169,97,111,58,83,1310,8346,,,
+2020-03-26T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3354,301,3655,5195,8850,594,762,792,1174,10816,42395,,,
+2020-03-26T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,212,54,266,688,954,43,84,197,72,1223,10721,,,
+2020-03-26T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,878,113,991,844,1835,160,195,155,106,2096,22771,,,
+2020-03-26T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,998,154,1152,875,2027,201,262,260,280,2567,7304,,,
+2020-03-26T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10681,1263,11944,10245,22189,1598,2543,7839,4861,34889,87713,,,
+2020-03-26T17:00:00,ITA,11,Marche,43.61675973,13.5188753,977,166,1143,1652,2795,156,180,9,310,3114,8623,,,
+2020-03-26T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,8,35,46,81,28,30,14,8,103,670,,,
+2020-03-26T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2633,408,3041,2909,5950,394,510,135,449,6534,18054,,pd-IT-0006,pd-EN-0006
+2020-03-26T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,480,76,556,539,1095,72,89,22,65,1182,9191,,,
+2020-03-26T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,92,20,112,350,462,50,52,13,19,494,3461,,,
+2020-03-26T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,346,68,414,681,1095,159,170,36,33,1164,9658,,,
+2020-03-26T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1037,259,1296,1677,2973,197,254,95,158,3226,20952,,,
+2020-03-26T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,300,66,366,728,1094,36,75,117,86,1297,4600,,,
+2020-03-26T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,144,46,190,580,770,84,92,12,20,802,5428,,,
+2020-03-26T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,73,24,97,281,378,3,7,2,28,408,1203,,,
+2020-03-26T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1447,326,1773,4367,6140,395,493,508,287,6935,79759,,,
+2020-03-27T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,289,71,360,565,925,65,71,24,68,1017,6109,,,
+2020-03-27T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,22,15,37,110,147,14,17,1,3,151,1254,,,
+2020-03-27T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,249,45,294,539,833,42,97,110,60,1003,8520,,,
+2020-03-27T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,103,22,125,344,469,97,101,7,18,494,6901,,,
+2020-03-27T17:00:00,ITA,15,Campania,40.83956555,14.25084984,456,113,569,723,1292,123,144,64,98,1454,9613,,,
+2020-03-27T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3461,308,3769,5592,9361,511,772,960,1267,11588,47798,,,
+2020-03-27T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,222,57,279,748,1027,73,94,214,76,1317,11841,,,
+2020-03-27T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,992,126,1118,895,2013,178,199,164,118,2295,24106,,,
+2020-03-27T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1023,157,1180,880,2060,33,129,305,331,2696,7804,,,
+2020-03-27T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11137,1292,12429,11466,23895,1706,2409,8001,5402,37298,95860,,,
+2020-03-27T17:00:00,ITA,11,Marche,43.61675973,13.5188753,979,162,1141,1709,2850,55,82,10,336,3196,9060,,,
+2020-03-27T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,9,35,51,86,5,6,14,9,109,710,,,
+2020-03-27T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2852,431,3283,3064,6347,397,558,176,569,7092,19705,,,
+2020-03-27T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,530,82,612,624,1236,141,152,29,69,1334,10233,,,
+2020-03-27T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,93,19,112,384,496,34,36,13,21,530,3801,,,
+2020-03-27T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,425,75,500,658,1158,63,86,53,39,1250,11079,,,
+2020-03-27T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1053,274,1327,1843,3170,197,224,103,177,3450,23746,,,
+2020-03-27T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,341,66,407,757,1164,70,94,125,102,1391,4923,,,
+2020-03-27T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,149,46,195,629,824,54,82,39,21,884,6137,,,
+2020-03-27T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,91,24,115,298,413,35,44,2,37,452,1252,,,
+2020-03-27T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1536,338,1874,4774,6648,508,562,536,313,7497,83627,,,
+2020-03-28T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,311,70,381,646,1027,102,116,30,76,1133,7003,,,
+2020-03-28T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,26,19,45,133,178,31,31,1,3,182,1421,,,
+2020-03-28T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,225,51,276,653,929,96,106,116,64,1109,9168,,,
+2020-03-28T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,107,22,129,394,523,54,61,11,21,555,7760,,,
+2020-03-28T17:00:00,ITA,15,Campania,40.83956555,14.25084984,463,132,595,812,1407,115,138,76,109,1592,10616,,,
+2020-03-28T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3695,316,4011,5953,9964,603,795,1075,1344,12383,52991,,,
+2020-03-28T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,223,59,282,838,1120,93,119,229,87,1436,12723,,,
+2020-03-28T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,985,133,1118,1063,2181,168,210,200,124,2505,27179,,,
+2020-03-28T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1031,167,1198,888,2086,26,126,378,358,2822,8177,,,
+2020-03-28T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11152,1319,12471,12038,24509,614,2117,8962,5944,39415,102503,,,
+2020-03-28T17:00:00,ITA,11,Marche,43.61675973,13.5188753,987,166,1153,1846,2999,149,177,10,364,3373,9884,,,
+2020-03-28T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,9,35,63,98,12,14,16,9,123,807,,,
+2020-03-28T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3094,439,3533,3318,6851,504,579,203,617,7671,21511,,,
+2020-03-28T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,563,98,661,697,1358,122,124,29,71,1458,11500,,,
+2020-03-28T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,95,22,117,452,569,73,94,29,26,624,4225,,,
+2020-03-28T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,441,71,512,730,1242,84,109,60,57,1359,13096,,,
+2020-03-28T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1093,277,1370,2141,3511,341,367,108,198,3817,25613,,,
+2020-03-28T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,351,72,423,811,1234,70,114,151,120,1505,5561,,,
+2020-03-28T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,159,44,203,695,898,74,85,43,28,969,7028,,,
+2020-03-28T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,90,26,116,352,468,55,59,2,41,511,1380,,,
+2020-03-28T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1559,344,1903,5010,6913,265,433,655,362,7930,89380,,,
+2020-03-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,329,68,397,772,1169,142,160,36,88,1293,7730,,,
+2020-03-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,32,18,50,147,197,19,20,1,4,202,1585,,,
+2020-03-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,234,56,290,744,1034,105,105,116,64,1214,10137,,,
+2020-03-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,124,19,143,434,577,54,59,12,25,614,8485,,,
+2020-03-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,476,135,611,945,1556,149,167,86,117,1759,11805,,,
+2020-03-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3769,333,4102,6433,10535,571,736,1141,1443,13119,52991,,pd-IT-0008,pd-EN-0008
+2020-03-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,236,60,296,845,1141,21,44,241,98,1480,13397,,,
+2020-03-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1062,133,1195,1167,2362,181,201,208,136,2706,27744,,,
+2020-03-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1077,166,1243,1036,2279,193,254,420,377,3076,9100,,,
+2020-03-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11613,1328,12941,12451,25392,883,1592,9255,6360,41007,107398,,,
+2020-03-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,1000,168,1168,1992,3160,161,185,12,386,3558,10431,,,
+2020-03-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,25,9,34,66,100,2,4,18,9,127,918,,,
+2020-03-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2985,443,3428,3840,7268,417,535,254,684,8206,24058,,,
+2020-03-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,559,99,658,774,1432,74,91,31,86,1549,12361,,,
+2020-03-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,105,23,128,454,582,13,14,29,27,638,4598,,,
+2020-03-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,451,71,522,808,1330,88,101,65,65,1460,13814,,,
+2020-03-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1111,275,1386,2400,3786,275,305,121,215,4122,27579,,,
+2020-03-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,356,75,431,862,1293,59,89,172,129,1594,5950,,,
+2020-03-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,166,46,212,685,897,-1,54,95,31,1023,7685,,,
+2020-03-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,90,26,116,423,539,71,73,2,43,584,1480,,,
+2020-03-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1586,355,1941,5310,7251,338,428,715,392,8358,94784,,,
+2020-03-30T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,322,69,391,778,1169,0,52,74,102,1345,7948,,,
+2020-03-30T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,36,18,54,154,208,11,12,1,5,214,1833,,,
+2020-03-30T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,231,62,293,805,1098,64,111,153,74,1325,10640,,,
+2020-03-30T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,130,18,148,454,602,25,33,14,31,647,9013,,,
+2020-03-30T17:00:00,ITA,15,Campania,40.83956555,14.25084984,468,126,594,1145,1739,183,193,88,125,1952,12969,,,
+2020-03-30T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3779,351,4130,6636,10766,231,412,1227,1538,13531,50990,,,
+2020-03-30T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,229,60,289,820,1109,-32,21,285,107,1501,14003,,,
+2020-03-30T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1079,154,1233,1264,2497,135,208,267,150,2914,32846,,,
+2020-03-30T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1142,175,1317,1066,2383,104,141,437,397,3217,9677,,,
+2020-03-30T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11815,1330,13145,11861,25006,-386,1154,10337,6818,42161,111057,,,
+2020-03-30T17:00:00,ITA,11,Marche,43.61675973,13.5188753,998,167,1165,2086,3251,91,126,16,417,3684,10979,,,
+2020-03-30T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,8,35,72,107,7,7,18,9,134,955,,,
+2020-03-30T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2985,452,3437,4218,7655,387,506,308,749,8712,25478,,,
+2020-03-30T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,590,106,696,889,1585,153,163,36,91,1712,13117,,,
+2020-03-30T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,24,137,485,622,40,44,32,28,682,4993,,,
+2020-03-30T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,484,75,559,849,1408,78,95,71,76,1555,14758,,,
+2020-03-30T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1116,279,1395,2655,4050,264,290,131,231,4412,30099,,,
+2020-03-30T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,353,78,431,926,1357,64,88,178,147,1682,6377,,,
+2020-03-30T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,173,47,220,614,834,-63,28,184,33,1051,8150,,,
+2020-03-30T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,92,26,118,400,518,-21,0,16,50,584,1536,,,
+2020-03-30T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1633,356,1989,5575,7564,313,366,747,413,8724,99941,,,
+2020-03-31T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,335,73,408,783,1191,22,56,95,115,1401,8758,,,
+2020-03-31T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,37,17,54,162,216,8,12,3,7,226,2043,,,
+2020-03-31T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,249,62,311,831,1142,44,46,153,76,1371,11275,,,
+2020-03-31T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,132,17,149,457,606,4,12,17,36,659,9327,,,
+2020-03-31T17:00:00,ITA,15,Campania,40.83956555,14.25084984,501,133,634,1237,1871,132,140,88,133,2092,14403,,,
+2020-03-31T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3765,353,4118,6835,10953,187,543,1477,1644,14074,54532,,,
+2020-03-31T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,215,60,275,885,1160,51,92,320,113,1593,14899,,,
+2020-03-31T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1127,173,1300,1342,2642,145,181,291,162,3095,34677,,,
+2020-03-31T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1153,179,1332,1176,2508,125,199,480,428,3416,10376,,,
+2020-03-31T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11883,1324,13207,11917,25124,118,1047,10885,7199,43208,114640,,,
+2020-03-31T17:00:00,ITA,11,Marche,43.61675973,13.5188753,946,169,1115,2237,3352,101,141,21,452,3825,11724,,,
+2020-03-31T17:00:00,ITA,14,Molise,41.55774754,14.65916051,29,8,37,80,117,10,10,18,9,144,1049,,,
+2020-03-31T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3174,452,3626,4456,8082,427,589,365,854,9301,27658,,,
+2020-03-31T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,609,105,714,940,1654,69,91,39,110,1803,14073,,,
+2020-03-31T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,28,141,516,657,35,40,34,31,722,5257,,,
+2020-03-31T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,503,72,575,917,1492,84,92,74,81,1647,15634,,,
+2020-03-31T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1120,293,1413,2813,4226,176,196,138,244,4608,33165,,,
+2020-03-31T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,354,80,434,955,1389,32,64,193,164,1746,6973,,,
+2020-03-31T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,176,43,219,632,851,17,27,190,37,1078,8685,,,
+2020-03-31T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,91,26,117,435,552,34,44,20,56,628,1582,,,
+2020-03-31T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1680,356,2036,5814,7850,286,431,828,477,9155,106238,,,
+2020-04-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,342,71,413,798,1211,20,35,102,123,1436,9610,,,
+2020-04-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,39,15,54,171,225,9,11,3,9,237,2262,,,
+2020-04-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,269,57,326,786,1112,-30,47,190,116,1418,11951,,,
+2020-04-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,144,16,160,450,610,4,10,21,38,669,9983,,,
+2020-04-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,478,129,607,1369,1976,105,139,107,148,2231,15728,,,
+2020-04-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3898,359,4257,7232,11489,536,713,1566,1732,14787,58457,,,
+2020-04-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,206,60,266,940,1206,46,92,357,122,1685,15987,,,
+2020-04-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1131,177,1308,1450,2758,116,169,337,169,3264,35810,,,
+2020-04-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1114,179,1293,1352,2645,137,244,555,460,3660,11334,,,
+2020-04-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11927,1342,13269,12496,25765,641,1565,11415,7593,44773,121449,,,
+2020-04-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,984,168,1152,2304,3456,104,137,29,477,3962,12296,,,
+2020-04-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,32,8,40,91,131,14,16,19,10,160,1157,,,
+2020-04-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3146,453,3599,4871,8470,388,494,439,886,9795,30060,,,
+2020-04-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,637,107,744,1012,1756,102,143,61,129,1946,15209,,,
+2020-04-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,119,27,146,529,675,18,23,36,34,745,5501,,,
+2020-04-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,496,72,568,976,1544,52,71,86,88,1718,16836,,,
+2020-04-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1120,297,1417,3015,4432,206,259,182,253,4867,36575,,,
+2020-04-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,345,76,421,1062,1483,94,124,214,173,1870,7675,,,
+2020-04-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,173,45,218,646,864,13,17,194,37,1095,9080,,,
+2020-04-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,85,27,112,428,540,-12,3,32,59,631,1717,,,
+2020-04-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1718,350,2068,6156,8224,374,470,902,499,9625,112746,,,
+2020-04-02T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,341,75,416,835,1251,40,61,113,133,1497,10647,,,
+2020-04-02T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,38,19,57,176,233,8,9,3,10,246,2427,,,
+2020-04-02T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,279,60,339,821,1160,48,61,190,129,1479,12677,,,
+2020-04-02T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,163,19,182,445,627,17,22,23,41,691,10679,,,
+2020-04-02T17:00:00,ITA,15,Campania,40.83956555,14.25084984,503,120,623,1517,2140,164,225,149,167,2456,17404,,,
+2020-04-02T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3944,366,4310,7549,11859,370,546,1663,1811,15333,60507,,,
+2020-04-02T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,199,60,259,1035,1294,88,114,376,129,1799,17121,,,
+2020-04-02T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1169,181,1350,1529,2879,121,169,369,185,3433,41575,,,
+2020-04-02T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1120,172,1292,1368,2660,15,122,634,488,3782,12069,,,
+2020-04-02T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11762,1351,13113,12763,25876,111,1292,12229,7960,46065,128286,,,
+2020-04-02T17:00:00,ITA,11,Marche,43.61675973,13.5188753,986,164,1150,2405,3555,99,136,40,503,4098,12943,,,
+2020-04-02T17:00:00,ITA,14,Molise,41.55774754,14.65916051,30,8,38,95,133,2,5,21,11,165,1229,,,
+2020-04-02T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3341,453,3794,5005,8799,329,558,571,983,10353,32100,,,
+2020-04-02T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,645,118,763,1101,1864,108,131,69,144,2077,16554,,,
+2020-04-02T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,117,24,141,577,718,43,49,36,40,794,5970,,,
+2020-04-02T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,503,73,576,1030,1606,62,73,92,93,1791,17833,,,
+2020-04-02T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1135,295,1430,3359,4789,357,406,216,268,5273,40724,,,
+2020-04-02T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,339,78,417,1170,1587,104,133,229,187,2003,8496,,,
+2020-04-02T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,171,47,218,667,885,21,33,205,38,1128,9737,,,
+2020-04-02T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,85,25,110,446,556,16,37,49,63,668,1934,,,
+2020-04-02T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1670,345,2015,6563,8578,354,486,1001,532,10111,120320,,,
+2020-04-03T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,361,76,437,864,1301,50,66,116,146,1563,11890,,,
+2020-04-03T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,41,19,60,187,247,14,15,3,11,261,2622,,,
+2020-04-03T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,291,60,351,858,1209,49,80,211,139,1559,13976,,,
+2020-04-03T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,183,17,200,462,662,35,42,26,45,733,11608,,,
+2020-04-03T17:00:00,ITA,15,Campania,40.83956555,14.25084984,532,115,647,1705,2352,212,221,144,181,2677,19237,,,
+2020-04-03T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3915,364,4279,7899,12178,319,599,1852,1902,15932,63682,,,
+2020-04-03T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,201,61,262,1062,1324,30,80,419,136,1879,19985,,,
+2020-04-03T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1194,188,1382,1627,3009,130,167,392,199,3600,43776,,,
+2020-04-03T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1147,173,1320,1426,2746,86,183,700,519,3965,12934,,,
+2020-04-03T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11802,1381,13183,13006,26189,313,1455,13020,8311,47520,135051,,,
+2020-04-03T17:00:00,ITA,11,Marche,43.61675973,13.5188753,982,158,1140,2491,3631,76,132,42,557,4230,13678,,,
+2020-04-03T17:00:00,ITA,14,Molise,41.55774754,14.65916051,31,8,39,105,144,11,11,21,11,176,1378,,,
+2020-04-03T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3300,452,3752,5378,9130,331,543,723,1043,10896,34281,,,
+2020-04-03T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,648,123,771,1178,1949,85,105,69,164,2182,17924,,,
+2020-04-03T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,122,24,146,598,744,26,31,40,41,825,6478,,,
+2020-04-03T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,535,73,608,1056,1664,58,68,94,101,1859,18686,,,
+2020-04-03T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1149,288,1437,3472,4909,120,226,300,290,5499,44460,,,
+2020-04-03T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,343,80,423,1236,1659,72,106,246,204,2109,8993,,,
+2020-04-03T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,165,48,213,707,920,35,51,220,39,1179,10614,,,
+2020-04-03T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,85,25,110,450,560,4,51,89,70,719,2106,,,
+2020-04-03T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1714,335,2049,6812,8861,283,353,1031,572,10464,126490,,,
+2020-04-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,354,71,425,931,1356,55,65,119,153,1628,12837,,,
+2020-04-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,44,19,63,181,244,-3,3,9,11,264,2765,,,
+2020-04-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,291,61,352,849,1201,-8,33,245,146,1592,15045,,,
+2020-04-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,178,15,193,469,662,0,8,30,49,741,12314,,,
+2020-04-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,567,114,681,1815,2496,144,151,146,186,2828,21534,,,
+2020-04-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3859,358,4217,8306,12523,345,608,2040,1977,16540,67075,,,
+2020-04-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,183,50,233,1103,1336,12,107,505,145,1986,21126,,,
+2020-04-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1236,193,1429,1677,3106,97,157,439,212,3757,44624,,,
+2020-04-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1121,169,1290,1604,2894,148,238,767,542,4203,14087,,,
+2020-04-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12002,1326,13328,13892,27220,1031,1598,13242,8656,49118,141877,,,
+2020-04-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,997,153,1150,2347,3497,-134,111,270,574,4341,14472,,,
+2020-04-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,31,6,37,134,171,27,30,24,11,206,1504,,,
+2020-04-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3441,450,3891,5802,9693,563,813,888,1128,11709,37181,,,
+2020-04-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,627,153,780,1193,1973,24,58,94,173,2240,18977,,,
+2020-04-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,123,24,147,642,789,45,49,44,41,874,6789,,,
+2020-04-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,553,74,627,1099,1726,62,73,95,111,1932,19896,,,
+2020-04-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1129,286,1415,3639,5054,145,172,310,307,5671,47886,,,
+2020-04-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,353,81,434,1319,1753,94,111,257,210,2220,9863,,,
+2020-04-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,167,44,211,716,927,7,31,242,41,1210,11809,,,
+2020-04-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,63,23,86,474,560,0,29,106,82,748,2274,,,
+2020-04-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1691,324,2015,7078,9093,232,360,1124,607,10824,133289,,,
+2020-04-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,347,67,414,1006,1420,64,75,125,158,1703,13598,,,
+2020-04-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,46,18,64,190,254,10,14,11,13,278,2931,,,
+2020-04-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,239,53,292,934,1226,25,52,260,158,1644,15723,,,
+2020-04-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,174,13,187,519,706,44,54,33,56,795,13077,,,
+2020-04-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,609,108,717,1904,2621,125,132,150,189,2960,23139,,,
+2020-04-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3839,375,4214,8623,12837,314,549,2201,2051,17089,69986,,,
+2020-04-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,185,50,235,1128,1363,27,62,531,154,2048,21652,,,
+2020-04-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1235,197,1432,1754,3186,80,123,475,219,3880,44658,,,
+2020-04-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1126,165,1291,1802,3093,199,246,800,556,4449,15047,,,
+2020-04-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12009,1317,13326,14798,28124,904,1337,13426,8905,50455,149984,,,
+2020-04-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,987,151,1138,2440,3578,81,123,287,599,4464,15252,,,
+2020-04-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,33,6,39,148,187,16,18,24,13,224,1504,,,
+2020-04-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3472,444,3916,6261,10177,484,653,1017,1168,12362,38539,,,
+2020-04-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,574,159,733,1289,2022,49,77,113,182,2317,20080,,,
+2020-04-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,126,25,151,664,815,26,33,49,43,907,7157,,,
+2020-04-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,556,76,632,1142,1774,48,62,104,116,1994,21904,,,
+2020-04-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1111,276,1387,3798,5185,131,176,337,325,5847,51006,,,
+2020-04-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,352,80,432,1363,1795,42,65,273,217,2285,10476,,,
+2020-04-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,159,45,204,694,898,-29,29,298,43,1239,12448,,,
+2020-04-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,96,23,119,457,576,16,34,115,91,782,2390,,,
+2020-04-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1674,329,2003,7406,9409,316,402,1186,631,11226,140910,,,
+2020-04-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,340,66,406,1019,1425,5,18,127,169,1721,14198,,,
+2020-04-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,46,18,64,198,262,8,9,12,13,287,3061,,,
+2020-04-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,245,52,297,963,1260,34,78,298,164,1722,16825,,,
+2020-04-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,170,14,184,538,722,16,22,37,58,817,13633,,,
+2020-04-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,610,101,711,1987,2698,77,98,156,204,3058,24526,,,
+2020-04-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3804,372,4176,8875,13051,214,467,2397,2108,17556,72163,,,
+2020-04-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,189,46,235,1161,1396,33,55,549,158,2103,22272,,,
+2020-04-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1235,197,1432,1868,3300,114,151,502,229,4031,47470,,,
+2020-04-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1141,162,1303,1814,3117,24,100,837,595,4549,15533,,,
+2020-04-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11914,1343,13257,15212,28469,345,1079,13863,9202,51534,154989,,,
+2020-04-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,1001,140,1141,2565,3706,128,150,296,612,4614,15919,,,
+2020-04-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,34,5,39,148,187,0,0,24,13,224,1546,,,
+2020-04-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3484,438,3922,6623,10545,368,562,1128,1251,12924,41123,,,
+2020-04-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,625,97,722,1393,2115,93,127,134,195,2444,22059,,,
+2020-04-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,123,26,149,670,819,4,15,56,47,922,7521,,,
+2020-04-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,563,74,637,1178,1815,41,52,108,123,2046,23464,,,
+2020-04-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1116,279,1395,3906,5301,116,154,350,350,6001,52849,,,
+2020-04-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,354,79,433,1405,1838,43,63,280,230,2348,11130,,,
+2020-04-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,159,46,205,667,872,-26,14,337,44,1253,12573,,,
+2020-04-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,109,21,130,437,567,-9,23,142,96,805,2590,,,
+2020-04-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1714,322,2036,7686,9722,313,362,1204,662,11588,146288,,,
+2020-04-07T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,337,67,404,1087,1491,66,78,136,172,1799,14904,,,
+2020-04-07T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,47,17,64,201,265,3,4,12,14,291,3160,,,
+2020-04-07T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,325,64,389,912,1301,41,89,336,174,1811,17761,,,
+2020-04-07T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,169,14,183,550,733,11,16,40,60,833,14072,,,
+2020-04-07T17:00:00,ITA,15,Campania,40.83956555,14.25084984,603,103,706,2059,2765,67,90,167,216,3148,25779,,,
+2020-04-07T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3750,366,4116,8932,13048,-3,269,2597,2180,17825,75191,,,
+2020-04-07T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,185,44,229,1150,1379,-17,50,610,164,2153,23536,,,
+2020-04-07T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1229,192,1421,1944,3365,65,118,546,238,4149,48874,,,
+2020-04-07T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1090,156,1246,1966,3212,95,208,925,620,4757,16579,,,
+2020-04-07T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11833,1305,13138,15205,28343,-126,791,14498,9484,52325,159331,,,
+2020-04-07T17:00:00,ITA,11,Marche,43.61675973,13.5188753,962,139,1101,2637,3738,32,96,342,630,4710,16619,,,
+2020-04-07T17:00:00,ITA,14,Molise,41.55774754,14.65916051,35,5,40,145,185,-2,0,26,13,224,1581,,,
+2020-04-07T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3553,432,3985,6719,10704,159,419,1320,1319,13343,44121,,,
+2020-04-07T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,615,93,708,1429,2137,22,70,168,209,2514,23149,,,
+2020-04-07T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,122,26,148,673,821,2,13,62,52,935,7680,,,
+2020-04-07T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,562,73,635,1224,1859,44,51,113,125,2097,24857,,,
+2020-04-07T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1087,263,1350,4077,5427,126,172,377,369,6173,56651,,,
+2020-04-07T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,360,78,438,1452,1890,52,128,342,244,2476,12030,,,
+2020-04-07T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,157,41,198,648,846,-26,10,368,49,1263,13274,,,
+2020-04-07T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,118,17,135,458,593,26,30,142,100,835,2754,,,
+2020-04-07T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1579,297,1876,8089,9965,243,337,1265,695,11925,153542,,,
+2020-04-08T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,331,62,393,1141,1534,43,60,146,179,1859,15846,,,
+2020-04-08T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,17,65,205,270,5,6,13,14,297,3296,,,
+2020-04-08T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,268,65,333,948,1281,-20,24,371,183,1835,18865,,,
+2020-04-08T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,170,15,185,570,755,22,26,44,60,859,14977,,,
+2020-04-08T17:00:00,ITA,15,Campania,40.83956555,14.25084984,608,97,705,2154,2859,94,120,188,221,3268,27784,,,
+2020-04-08T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3769,361,4130,8980,13110,62,409,2890,2234,18234,78367,,,
+2020-04-08T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,162,41,203,1212,1415,36,65,634,169,2218,24798,,,
+2020-04-08T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1241,196,1437,2011,3448,83,117,574,244,4266,55113,,,
+2020-04-08T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1109,153,1262,1983,3245,33,149,1007,654,4906,17521,,,
+2020-04-08T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11719,1257,12976,15569,28545,202,1089,15147,9722,53414,167557,,,
+2020-04-08T17:00:00,ITA,11,Marche,43.61675973,13.5188753,974,133,1107,2455,3562,-176,149,645,652,4859,17532,,,
+2020-04-08T17:00:00,ITA,14,Molise,41.55774754,14.65916051,30,4,34,147,181,-4,2,32,13,226,2002,,,
+2020-04-08T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3493,423,3916,7073,10989,285,540,1516,1378,13883,48495,,,
+2020-04-08T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,639,90,729,1509,2238,101,120,177,219,2634,24493,,,
+2020-04-08T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,112,31,143,697,840,19,40,76,59,975,8493,,,
+2020-04-08T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,563,65,628,1265,1893,34,62,133,133,2159,27438,,,
+2020-04-08T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1066,260,1326,4231,5557,130,206,430,392,6379,60985,,,
+2020-04-08T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,354,77,431,1509,1940,50,126,407,255,2602,13258,,,
+2020-04-08T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,155,41,196,627,823,-23,26,416,50,1289,14105,,,
+2020-04-08T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,120,20,140,466,606,13,15,142,102,850,2953,,,
+2020-04-08T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1554,285,1839,8332,10171,206,485,1503,736,12410,163247,,,
+2020-04-09T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,306,57,363,1203,1566,32,72,171,194,1931,16847,,,
+2020-04-09T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,50,17,67,208,275,5,6,13,15,303,3474,,,
+2020-04-09T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,263,64,327,988,1315,34,68,401,187,1903,19875,,,
+2020-04-09T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,168,15,183,582,765,10,15,48,61,874,15698,,,
+2020-04-09T17:00:00,ITA,15,Campania,40.83956555,14.25084984,604,94,698,2175,2873,14,76,244,227,3344,29664,,,
+2020-04-09T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3722,355,4077,9181,13258,148,443,3103,2316,18677,81715,,,
+2020-04-09T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,167,37,204,1186,1390,-25,81,738,171,2299,26205,,,
+2020-04-09T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1244,198,1442,2090,3532,84,163,644,253,4429,58107,,,
+2020-04-09T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1103,154,1257,1996,3253,8,114,1085,682,5020,18446,,,
+2020-04-09T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11796,1236,13032,16042,29074,529,1388,15706,10022,54802,176953,,,
+2020-04-09T17:00:00,ITA,11,Marche,43.61675973,13.5188753,945,133,1078,2323,3401,-161,96,885,669,4955,18194,,,
+2020-04-09T17:00:00,ITA,14,Molise,41.55774754,14.65916051,30,4,34,155,189,8,8,32,13,234,2069,,,
+2020-04-09T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3514,412,3926,7410,11336,347,639,1732,1454,14522,52807,,,
+2020-04-09T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,630,86,716,1585,2301,63,82,190,225,2716,26088,,,
+2020-04-09T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,106,25,131,745,876,36,51,86,64,1026,8918,,,
+2020-04-09T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,566,63,629,1313,1942,49,73,152,138,2232,28742,,,
+2020-04-09T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1038,256,1294,4409,5703,146,173,441,408,6552,65461,,,
+2020-04-09T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,345,69,414,1564,1978,38,106,462,268,2708,14338,,,
+2020-04-09T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,154,38,192,600,792,-31,9,455,51,1298,15170,,,
+2020-04-09T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,118,18,136,473,609,3,18,154,105,868,3142,,,
+2020-04-09T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1530,274,1804,8645,10449,278,523,1728,756,12933,171456,,,
+2020-04-10T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,305,53,358,1277,1635,69,83,181,198,2014,18088,,,
+2020-04-10T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,15,74,205,279,4,5,14,15,308,3696,,,
+2020-04-10T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,258,58,316,1001,1317,2,52,447,191,1955,20866,,,
+2020-04-10T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,168,14,182,604,786,21,27,50,65,901,16637,,,
+2020-04-10T17:00:00,ITA,15,Campania,40.83956555,14.25084984,600,90,690,2273,2963,90,98,248,231,3442,31745,,,
+2020-04-10T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3596,349,3945,9405,13350,92,451,3381,2397,19128,85884,,,
+2020-04-10T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,167,33,200,1198,1398,8,50,772,179,2349,28097,,,
+2020-04-10T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1236,201,1437,2196,3633,101,154,687,263,4583,61769,,,
+2020-04-10T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1076,151,1227,2074,3301,48,171,1181,709,5191,19514,,,
+2020-04-10T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11877,1202,13079,16451,29530,456,1246,16280,10238,56048,186325,,,
+2020-04-10T17:00:00,ITA,11,Marche,43.61675973,13.5188753,925,127,1052,2264,3316,-85,129,1086,682,5084,18970,,,
+2020-04-10T17:00:00,ITA,14,Molise,41.55774754,14.65916051,28,4,32,161,193,4,9,37,13,243,2069,,pd-IT-0010,pd-EN-0010
+2020-04-10T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3497,394,3891,7685,11576,240,490,1904,1532,15012,57457,,,
+2020-04-10T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,631,80,711,1625,2336,35,93,235,238,2809,27812,,,
+2020-04-10T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,26,133,743,876,0,37,118,69,1063,9444,,,
+2020-04-10T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,568,62,630,1337,1967,25,70,187,148,2302,31156,,,
+2020-04-10T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1011,256,1267,4555,5822,119,175,451,454,6727,72001,,,
+2020-04-10T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,335,70,405,1589,1994,16,108,547,275,2816,14981,,,
+2020-04-10T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,146,39,185,567,752,-40,4,498,52,1302,16325,,,
+2020-04-10T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,131,16,147,455,602,-7,11,170,107,879,3328,,,
+2020-04-10T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1521,257,1778,8869,10647,198,488,1981,793,13421,180700,,,
+2020-04-11T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,315,54,369,1355,1724,89,106,190,206,2120,19441,,,
+2020-04-11T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,12,72,209,281,2,4,14,17,312,4050,,,
+2020-04-11T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,246,56,302,967,1269,-48,2,488,200,1957,22186,,,
+2020-04-11T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,169,15,184,608,792,6,14,57,66,915,17493,,,
+2020-04-11T17:00:00,ITA,15,Campania,40.83956555,14.25084984,582,85,667,2335,3002,39,75,277,238,3517,33781,,,
+2020-04-11T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3530,341,3871,9624,13495,145,507,3659,2481,19635,91759,,,
+2020-04-11T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,172,28,200,1182,1382,-16,44,826,185,2393,29685,,,
+2020-04-11T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1264,203,1467,2263,3730,97,140,720,273,4723,65241,,,
+2020-04-11T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1003,146,1149,2184,3333,32,185,1309,734,5376,20888,,,
+2020-04-11T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12026,1174,13200,17058,30258,728,1544,16823,10511,57592,196302,,,
+2020-04-11T17:00:00,ITA,11,Marche,43.61675973,13.5188753,960,118,1078,2153,3231,-85,127,1291,689,5211,20060,,,
+2020-04-11T17:00:00,ITA,14,Molise,41.55774754,14.65916051,28,4,32,161,193,0,3,39,14,246,2201,,,
+2020-04-11T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3435,384,3819,8351,12170,594,996,2205,1633,16008,62577,,,
+2020-04-11T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,627,73,700,1702,2402,66,95,249,253,2904,29463,,,
+2020-04-11T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,24,137,751,888,12,28,130,73,1091,10120,,,
+2020-04-11T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,562,58,620,1381,2001,34,62,209,154,2364,33787,,,
+2020-04-11T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,997,237,1234,4758,5992,170,231,499,467,6958,75756,,,
+2020-04-11T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,335,62,397,1667,2064,70,154,622,284,2970,16646,,,
+2020-04-11T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,137,39,176,547,723,-29,7,534,52,1309,17661,,,
+2020-04-11T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,118,17,135,455,590,-12,23,205,107,902,3464,,,
+2020-04-11T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1465,251,1716,9033,10749,102,347,2188,831,13768,190912,,,
+2020-04-12T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,346,54,400,1342,1742,18,40,206,212,2160,20594,,,
+2020-04-12T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,61,12,73,204,277,-4,3,20,18,315,4355,,,
+2020-04-12T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,183,45,228,1287,1515,246,141,378,205,2098,23246,,dc-IT-0002,dc-EN-0002
+2020-04-12T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,165,14,179,616,795,3,8,62,66,923,18211,,,
+2020-04-12T17:00:00,ITA,15,Campania,40.83956555,14.25084984,526,82,608,2449,3057,55,87,305,242,3604,35448,,,
+2020-04-12T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3491,335,3826,9846,13672,177,463,3862,2564,20098,96704,,,
+2020-04-12T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,160,28,188,1138,1326,-56,38,910,195,2431,29988,,,
+2020-04-12T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1268,201,1469,2348,3817,87,122,749,279,4845,68954,,,
+2020-04-12T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1032,144,1176,2157,3333,0,118,1412,749,5494,21983,,,
+2020-04-12T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11969,1176,13145,18120,31265,1007,1460,17166,10621,59052,205832,,,
+2020-04-12T17:00:00,ITA,11,Marche,43.61675973,13.5188753,949,114,1063,2051,3114,-117,92,1489,700,5303,21057,,,
+2020-04-12T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,171,202,9,11,40,15,257,2471,,,
+2020-04-12T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3429,381,3810,8695,12505,335,652,2426,1729,16660,66555,,,
+2020-04-12T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,609,71,680,1772,2452,50,85,277,260,2989,30973,,,
+2020-04-12T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,109,26,135,768,903,15,22,137,73,1113,10663,,,
+2020-04-12T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,552,53,605,1425,2030,29,52,223,163,2416,36098,,,
+2020-04-12T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,983,238,1221,4941,6162,170,277,578,495,7235,78640,,,
+2020-04-12T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,322,61,383,1699,2082,18,83,678,293,3053,17797,,,
+2020-04-12T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,129,39,168,519,687,-36,10,580,52,1319,18672,,,
+2020-04-12T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,109,16,125,463,588,-2,19,221,112,921,3510,,,
+2020-04-12T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1428,249,1677,9052,10729,-20,309,2492,856,14077,198442,,,
+2020-04-13T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,351,54,405,1373,1778,36,53,211,224,2213,20667,,,
+2020-04-13T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,64,12,76,194,270,-7,4,31,18,319,4545,,,
+2020-04-13T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,190,41,231,1306,1537,22,51,400,212,2149,24157,,,
+2020-04-13T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,160,12,172,619,791,-4,5,70,67,928,18596,,,
+2020-04-13T17:00:00,ITA,15,Campania,40.83956555,14.25084984,606,80,686,2376,3062,5,66,360,248,3670,36770,,,
+2020-04-13T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3490,331,3821,9997,13818,146,342,4007,2615,20440,99047,,,
+2020-04-13T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,159,30,189,1118,1307,-19,51,973,202,2482,30941,,,
+2020-04-13T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1314,200,1514,2406,3920,103,123,764,284,4968,72746,,,
+2020-04-13T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,1088,138,1226,2139,3365,32,102,1471,760,5596,23129,,,
+2020-04-13T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12028,1143,13171,18764,31935,670,1262,17478,10901,60314,211092,,,
+2020-04-13T17:00:00,ITA,11,Marche,43.61675973,13.5188753,959,108,1067,2013,3080,-34,78,1588,713,5381,28379,,,
+2020-04-13T17:00:00,ITA,14,Molise,41.55774754,14.65916051,28,4,32,170,202,0,0,40,15,257,2522,,,
+2020-04-13T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3344,379,3723,9042,12765,260,474,2543,1826,17134,69170,,,
+2020-04-13T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,600,71,671,1841,2512,60,76,286,267,3065,31922,,,
+2020-04-13T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,27,134,780,914,11,15,139,75,1128,11010,,,
+2020-04-13T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,554,51,605,1445,2050,20,42,237,171,2458,37311,,,
+2020-04-13T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,992,225,1217,5040,6257,95,155,615,518,7390,80889,,,
+2020-04-13T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,326,56,382,1698,2080,-2,73,746,300,3126,18586,,,
+2020-04-13T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,127,38,165,460,625,-62,1,643,52,1320,18740,,,
+2020-04-13T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,109,15,124,458,582,-6,6,230,115,927,3614,,,
+2020-04-13T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1427,245,1672,9094,10766,37,174,2603,882,14251,203077,,,
+2020-04-14T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,345,52,397,1403,1800,22,32,213,232,2245,20935,,,
+2020-04-14T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,62,12,74,191,265,-5,0,35,19,319,4759,,,
+2020-04-14T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,177,39,216,1348,1564,27,35,406,214,2184,24457,,,
+2020-04-14T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,161,12,173,643,816,25,28,72,68,956,19014,,,
+2020-04-14T17:00:00,ITA,15,Campania,40.83956555,14.25084984,618,82,700,2394,3094,32,99,415,260,3769,38094,,,
+2020-04-14T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3473,328,3801,9977,13778,-40,312,4269,2705,20752,101896,,,
+2020-04-14T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,166,28,194,705,899,-408,38,1415,206,2520,31764,,,
+2020-04-14T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1344,199,1543,2479,4022,102,143,789,300,5111,74650,,,
+2020-04-14T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,967,133,1100,2366,3466,101,212,1549,793,5808,24446,,,
+2020-04-14T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12077,1122,13199,19164,32363,428,1012,17821,11142,61326,214870,,,
+2020-04-14T17:00:00,ITA,11,Marche,43.61675973,13.5188753,937,106,1043,2052,3095,15,45,1603,728,5426,29160,,,
+2020-04-14T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,4,30,170,200,-2,0,42,15,257,2522,,,
+2020-04-14T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3395,367,3762,9293,13055,290,556,2708,1927,17690,71678,,,
+2020-04-14T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,611,62,673,1879,2552,40,53,288,278,3118,33071,,,
+2020-04-14T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,24,131,769,900,-14,10,158,80,1138,11893,,,
+2020-04-14T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,552,53,605,1466,2071,21,43,255,175,2501,37877,,,
+2020-04-14T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,1002,225,1227,5125,6352,95,137,637,538,7527,82269,,,
+2020-04-14T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,325,54,379,1703,2082,2,15,749,310,3141,18774,,,
+2020-04-14T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,127,37,164,458,622,-3,1,646,53,1321,18956,,,
+2020-04-14T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,112,14,126,433,559,-23,20,270,118,947,3726,,,
+2020-04-14T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1427,233,1660,9076,10736,-30,181,2790,906,14432,208878,,,
+2020-04-15T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,341,44,385,1425,1810,10,29,224,240,2274,22500,,,
+2020-04-15T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,12,72,189,261,-4,1,38,21,320,5037,,,
+2020-04-15T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,166,32,198,1378,1576,12,40,425,223,2224,25370,,,
+2020-04-15T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,156,11,167,652,819,3,15,81,71,971,19662,,,
+2020-04-15T17:00:00,ITA,15,Campania,40.83956555,14.25084984,607,86,693,2394,3087,-7,38,442,278,3807,39534,,,
+2020-04-15T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3388,325,3713,9864,13577,-201,277,4664,2788,21029,106149,,,
+2020-04-15T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,163,24,187,1207,1394,495,24,938,212,2544,33800,,dc-IT-0004,dc-EN-0004
+2020-04-15T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1342,196,1538,2509,4047,25,121,874,311,5232,75584,,,
+2020-04-15T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,959,120,1079,2385,3464,-2,128,1665,807,5936,25793,,,
+2020-04-15T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,12043,1074,13117,19804,32921,558,827,17855,11377,62153,221968,,,
+2020-04-15T17:00:00,ITA,11,Marche,43.61675973,13.5188753,888,106,994,2103,3097,2,77,1660,746,5503,30329,,,
+2020-04-15T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,175,206,6,6,42,15,263,2855,,,
+2020-04-15T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3338,366,3704,9491,13195,140,539,3019,2015,18229,75664,,,
+2020-04-15T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,592,73,665,1908,2573,21,66,323,288,3184,34518,,,
+2020-04-15T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,107,26,133,737,870,-30,23,208,83,1161,12395,,,
+2020-04-15T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,541,49,590,1491,2081,10,34,273,181,2535,39867,,,
+2020-04-15T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,977,216,1193,5224,6417,65,139,693,556,7666,86348,,,
+2020-04-15T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,312,48,360,1744,2104,22,79,798,318,3220,19535,,,
+2020-04-15T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,122,37,159,423,582,-40,1,686,54,1322,20258,,,
+2020-04-15T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,112,11,123,425,548,-11,11,289,121,958,3894,,,
+2020-04-15T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1402,219,1621,9168,10789,53,192,2895,940,14624,216344,,,
+2020-04-16T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,324,42,366,1484,1850,40,72,253,243,2346,23786,,,
+2020-04-16T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,9,69,204,273,12,16,41,22,336,5349,,,
+2020-04-16T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,180,34,214,1379,1593,17,43,449,225,2267,26416,,,
+2020-04-16T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,157,9,166,681,847,28,38,90,72,1009,20642,,,
+2020-04-16T17:00:00,ITA,15,Campania,40.83956555,14.25084984,618,76,694,2424,3118,31,80,483,286,3887,41296,,,
+2020-04-16T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3360,316,3676,9987,13663,86,457,4980,2843,21486,112105,,,
+2020-04-16T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,159,26,185,1145,1330,-64,72,1069,217,2616,35766,,,
+2020-04-16T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1347,197,1544,2600,4144,97,148,920,316,5380,81993,,,
+2020-04-16T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,957,103,1060,2377,3437,-27,103,1774,828,6039,26945,,,
+2020-04-16T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,11356,1032,12388,20702,33090,169,941,18396,11608,63094,232674,,,
+2020-04-16T17:00:00,ITA,11,Marche,43.61675973,13.5188753,850,102,952,2172,3124,27,79,1694,764,5582,33778,,,
+2020-04-16T17:00:00,ITA,14,Molise,41.55774754,14.65916051,25,4,29,174,203,-3,0,44,16,263,2967,,,
+2020-04-16T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3418,346,3764,10019,13783,588,879,3231,2094,19108,80708,,,
+2020-04-16T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,603,58,661,1964,2625,52,74,334,299,3258,36158,,,
+2020-04-16T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,109,24,133,732,865,-5,3,214,85,1164,12796,,,
+2020-04-16T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,525,48,573,1535,2108,27,44,284,187,2579,42405,,,
+2020-04-16T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,940,213,1153,5460,6613,196,277,745,585,7943,91651,,,
+2020-04-16T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,296,43,339,1748,2087,-17,74,885,322,3294,20773,,,
+2020-04-16T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,116,33,149,387,536,-46,7,738,55,1329,21487,,,
+2020-04-16T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,105,12,117,401,518,-30,13,331,122,971,4159,,,
+2020-04-16T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1388,209,1597,9203,10800,11,366,3209,981,14990,224549,,,
+2020-04-17T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,319,43,362,1580,1942,92,97,255,246,2443,25436,,,
+2020-04-17T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,9,68,198,266,-7,1,49,22,337,5710,,,
+2020-04-17T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,181,32,213,1369,1582,-11,29,480,234,2296,27698,,,
+2020-04-17T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,154,7,161,658,819,-28,-18,99,73,991,21657,,,
+2020-04-17T17:00:00,ITA,15,Campania,40.83956555,14.25084984,622,76,698,2329,3027,-91,64,631,293,3951,43697,,,
+2020-04-17T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3330,309,3639,9946,13585,-78,348,5346,2903,21834,116826,,,
+2020-04-17T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,148,23,171,1257,1428,98,59,1027,220,2675,40030,,,
+2020-04-17T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1332,187,1519,2695,4214,70,144,978,332,5524,84755,,,
+2020-04-17T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,897,105,1002,2457,3459,22,149,1863,866,6188,28181,,,
+2020-04-17T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10627,971,11598,21836,33434,344,1041,18850,11851,64135,243513,,,
+2020-04-17T17:00:00,ITA,11,Marche,43.61675973,13.5188753,839,94,933,2224,3157,33,86,1726,785,5668,37997,,,
+2020-04-17T17:00:00,ITA,14,Molise,41.55774754,14.65916051,26,4,30,178,208,5,6,45,16,269,3082,,,
+2020-04-17T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3266,333,3599,10399,13998,215,695,3634,2171,19803,86714,,,
+2020-04-17T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,590,62,652,2004,2656,31,69,364,307,3327,38278,,,
+2020-04-17T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,113,23,136,736,872,7,14,220,86,1178,13304,,,
+2020-04-17T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,521,46,567,1572,2139,31,46,296,190,2625,45172,,,
+2020-04-17T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,898,207,1105,5478,6583,-30,167,925,602,8110,96231,,,
+2020-04-17T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,286,44,330,1660,1990,-97,82,1044,342,3376,21921,,,
+2020-04-17T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,111,31,142,352,494,-42,8,786,57,1337,22818,,,
+2020-04-17T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,108,9,117,374,491,-27,22,379,123,993,4366,,,
+2020-04-17T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1359,197,1556,9062,10618,-182,384,3730,1026,15374,236722,,,
+2020-04-18T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,321,41,362,1609,1971,29,44,263,253,2487,27016,,,
+2020-04-18T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,60,8,68,194,262,-4,2,54,23,339,6056,,,
+2020-04-18T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,179,28,207,1349,1556,-26,29,530,239,2325,28888,,,
+2020-04-18T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,152,7,159,673,832,13,20,106,73,1011,22794,,,
+2020-04-18T17:00:00,ITA,15,Campania,40.83956555,14.25084984,605,76,681,2364,3045,18,37,643,300,3988,46294,,,
+2020-04-18T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3234,296,3530,10054,13584,-1,350,5635,2965,22184,121220,,,
+2020-04-18T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,141,27,168,1235,1403,-25,56,1106,222,2731,43293,,,
+2020-04-18T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1376,186,1562,2720,4282,68,144,1046,340,5668,89553,,,
+2020-04-18T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,901,105,1006,2406,3412,-47,113,1992,897,6301,29322,,,
+2020-04-18T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10042,947,10989,23206,34195,761,1246,19136,12050,65381,255331,,,
+2020-04-18T17:00:00,ITA,11,Marche,43.61675973,13.5188753,804,88,892,2280,3172,15,53,1754,795,5721,39909,,,
+2020-04-18T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,178,209,1,0,44,16,269,3082,,,
+2020-04-18T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3271,323,3594,10629,14223,225,661,3989,2252,20464,91844,,,
+2020-04-18T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,594,60,654,2040,2694,38,82,401,314,3409,40423,,,
+2020-04-18T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,112,23,135,746,881,9,20,231,86,1198,14087,,,
+2020-04-18T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,526,42,568,1603,2171,32,47,305,196,2672,47715,,,
+2020-04-18T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,883,198,1081,5389,6470,-113,127,1149,618,8237,99903,,,
+2020-04-18T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,276,42,318,1667,1985,-5,55,1098,348,3431,23147,,,
+2020-04-18T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,109,32,141,290,431,-63,7,856,57,1344,24106,,,
+2020-04-18T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,107,10,117,432,549,58,80,400,124,1073,4521,,,
+2020-04-18T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1287,190,1477,8967,10444,-174,318,4189,1059,15692,247329,,,
+2020-04-19T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,317,40,357,1630,1987,16,34,276,258,2521,27791,22424,,
+2020-04-19T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,8,67,180,247,-15,3,71,24,342,6528,6528,,
+2020-04-19T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,162,23,185,1381,1566,10,55,569,245,2380,30361,14783,,
+2020-04-19T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,142,6,148,696,844,12,24,116,75,1035,23760,22234,,
+2020-04-19T17:00:00,ITA,15,Campania,40.83956555,14.25084984,590,61,651,2371,3022,-23,41,703,304,4029,48187,34994,,
+2020-04-19T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3166,289,3455,10097,13552,-32,376,5985,3023,22560,124916,88776,,
+2020-04-19T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,140,25,165,1172,1337,-66,14,1183,225,2745,44622,27544,,
+2020-04-19T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1370,185,1555,2766,4321,39,87,1093,341,5755,91807,22702,,
+2020-04-19T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,885,101,986,2504,3490,78,227,2110,928,6528,31551,21103,,
+2020-04-19T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10342,922,11264,23233,34497,302,855,19526,12213,66236,264155,183757,,
+2020-04-19T17:00:00,ITA,11,Marche,43.61675973,13.5188753,799,86,885,2297,3182,10,48,1780,807,5769,41474,27099,,
+2020-04-19T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,4,31,184,215,6,10,47,17,279,3584,3482,,
+2020-04-19T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3201,305,3506,10964,14470,247,593,4256,2331,21057,96569,71644,,
+2020-04-19T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,590,60,650,2136,2786,92,120,427,316,3529,42598,41580,,
+2020-04-19T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,117,22,139,725,864,-17,17,265,86,1215,14859,13760,,
+2020-04-19T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,522,41,563,1639,2202,31,45,315,200,2717,49772,49772,,
+2020-04-19T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,852,192,1044,5452,6496,26,135,1239,637,8372,103975,84620,,
+2020-04-19T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,278,41,319,1652,1971,-14,101,1201,360,3532,24388,16685,,
+2020-04-19T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,108,30,138,298,436,5,4,854,58,1348,25170,16790,,
+2020-04-19T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,102,10,112,450,562,13,15,401,125,1088,4677,3802,,
+2020-04-19T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1264,184,1448,8762,10210,-234,243,4638,1087,15935,255797,161231,,
+2020-04-20T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,320,38,358,1704,2062,75,91,287,263,2612,27942,22552,,
+2020-04-20T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,7,66,176,242,-5,0,76,24,342,6868,6868,,
+2020-04-20T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,160,19,179,1361,1540,-26,14,605,249,2394,31381,15089,,
+2020-04-20T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,140,7,147,681,828,-16,3,135,75,1038,24373,22847,,
+2020-04-20T17:00:00,ITA,15,Campania,40.83956555,14.25084984,586,61,647,2372,3019,-3,45,746,309,4074,51090,36153,,
+2020-04-20T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3144,283,3427,10095,13522,-30,307,6266,3079,22867,129530,90894,,
+2020-04-20T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,140,22,162,1028,1190,-147,30,1346,239,2775,45161,28777,,
+2020-04-20T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1388,185,1573,2792,4365,44,60,1101,349,5815,97823,23067,,
+2020-04-20T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,878,102,980,2516,3496,6,141,2216,957,6669,33007,21979,,
+2020-04-20T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,10138,901,11039,23548,34587,90,735,20008,12376,66971,270486,173333,dc-IT-0006,dc-EN-0006
+2020-04-20T17:00:00,ITA,11,Marche,43.61675973,13.5188753,792,80,872,2340,3212,30,57,1792,822,5826,42782,28006,,
+2020-04-20T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,2,29,184,213,-2,2,50,18,281,3783,3683,,
+2020-04-20T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3299,301,3600,10957,14557,87,292,4383,2409,21349,99669,73192,,
+2020-04-20T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,584,66,650,2160,2810,24,38,431,326,3567,44189,43119,,
+2020-04-20T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,115,21,136,718,854,-10,13,288,86,1228,15328,14160,,
+2020-04-20T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,526,39,565,1645,2210,8,42,346,203,2759,51373,51373,,
+2020-04-20T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,850,182,1032,5536,6568,72,135,1272,667,8507,105857,85946,,
+2020-04-20T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,272,40,312,1617,1929,-42,58,1295,366,3590,26211,17347,,
+2020-04-20T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,113,29,142,282,424,-12,1,867,58,1349,25562,17099,,
+2020-04-20T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,102,8,110,438,548,-14,0,413,127,1088,4799,3910,,
+2020-04-20T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1273,180,1453,8608,10061,-149,192,4954,1112,16127,260810,163757,,
+2020-04-21T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,318,35,353,1714,2067,5,55,329,271,2667,29906,23901,,
+2020-04-21T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,64,7,71,174,245,3,8,81,24,350,7470,7470,,
+2020-04-21T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,159,20,179,1357,1536,-4,16,623,251,2410,31987,15405,,
+2020-04-21T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,133,7,140,679,819,-9,9,152,76,1047,25440,23914,,
+2020-04-21T17:00:00,ITA,15,Campania,40.83956555,14.25084984,532,58,590,2356,2946,-73,61,872,317,4135,53548,37505,,
+2020-04-21T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,3045,282,3327,9917,13244,-278,225,6701,3147,23092,134878,93367,,
+2020-04-21T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,139,21,160,1162,1322,132,17,1229,241,2792,48500,31352,,
+2020-04-21T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1380,184,1564,2838,4402,37,80,1130,363,5895,100031,24046,,
+2020-04-21T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,914,94,1008,2455,3463,-33,95,2311,990,6764,34186,22670,,
+2020-04-21T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9805,851,10656,23322,33978,-609,960,21374,12579,67931,277197,173333,pd-IT-0012,pd-EN-0012
+2020-04-21T17:00:00,ITA,11,Marche,43.61675973,13.5188753,784,78,862,2356,3218,6,51,1825,834,5877,44332,29090,,
+2020-04-21T17:00:00,ITA,14,Molise,41.55774754,14.65916051,27,2,29,184,213,0,1,51,18,282,4124,4015,,
+2020-04-21T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3116,293,3409,11402,14811,254,606,4659,2485,21955,105434,76406,,
+2020-04-21T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,569,65,634,2178,2812,2,55,459,351,3622,45984,44760,,
+2020-04-21T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,112,21,133,704,837,-17,8,306,93,1236,15886,14526,,
+2020-04-21T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,514,37,551,1708,2259,49,76,370,206,2835,55093,55093,,
+2020-04-21T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,833,171,1004,5618,6622,54,96,1295,686,8603,109925,87717,,
+2020-04-21T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,254,38,292,1617,1909,-20,24,1329,376,3614,26610,17705,,
+2020-04-21T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,107,22,129,278,407,-17,4,886,60,1353,26639,17873,,
+2020-04-21T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,99,8,107,415,522,-26,5,445,126,1093,4911,3969,,
+2020-04-21T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1230,177,1407,8670,10077,16,277,5173,1154,16404,268069,167129,,
+2020-04-22T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,309,35,344,1764,2108,41,66,349,276,2733,30348,24317,,
+2020-04-22T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,65,7,72,160,232,-13,4,98,24,354,8040,8040,,
+2020-04-22T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,157,19,176,1336,1512,-24,6,648,256,2416,32722,15736,,
+2020-04-22T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,128,7,135,686,821,2,13,163,76,1060,26560,24878,,
+2020-04-22T17:00:00,ITA,15,Campania,40.83956555,14.25084984,523,53,576,2422,2998,52,50,860,327,4185,55701,38679,,
+2020-04-22T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2964,282,3246,9838,13084,-160,342,7146,3204,23434,140874,96824,,
+2020-04-22T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,134,20,154,1154,1308,-14,25,1263,246,2817,50869,32871,,
+2020-04-22T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1384,187,1571,2892,4463,61,80,1142,370,5975,104062,25244,,
+2020-04-22T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,860,92,952,2524,3476,13,154,2420,1022,6918,35990,23756,,
+2020-04-22T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9692,817,10509,23733,34242,264,1161,22110,12740,69092,290699,184323,,
+2020-04-22T17:00:00,ITA,11,Marche,43.61675973,13.5188753,735,76,811,2419,3230,12,47,1849,845,5924,46492,30543,,
+2020-04-22T17:00:00,ITA,14,Molise,41.55774754,14.65916051,21,2,23,182,205,-8,2,60,19,284,4425,4252,,
+2020-04-22T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3213,273,3486,11636,15122,311,784,5058,2559,22739,111513,81176,,
+2020-04-22T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,564,60,624,2250,2874,62,108,494,362,3730,48342,46925,,
+2020-04-22T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,97,20,117,716,833,-4,11,318,96,1247,16886,15354,,
+2020-04-22T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,500,35,535,1752,2287,28,48,388,208,2883,58732,58732,,
+2020-04-22T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,820,174,994,5173,6167,-455,97,1828,705,8700,114100,91747,,
+2020-04-22T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,245,34,279,1595,1874,-35,32,1391,381,3646,26674,17672,,
+2020-04-22T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,97,20,117,254,371,-36,4,925,61,1357,27655,18679,,
+2020-04-22T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,92,8,100,401,501,-21,2,467,127,1095,5024,4011,,
+2020-04-22T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1205,163,1368,8623,9991,-86,334,5566,1181,16738,277543,171735,,
+2020-04-23T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,322,31,353,1747,2100,-8,52,405,280,2785,31187,24751,,
+2020-04-23T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,61,7,68,161,229,-3,2,103,24,356,8511,8511,,
+2020-04-23T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,141,17,158,1336,1494,-18,19,680,261,2435,33994,16442,,
+2020-04-23T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,129,7,136,687,823,2,9,170,76,1069,27869,26187,,
+2020-04-23T17:00:00,ITA,15,Campania,40.83956555,14.25084984,539,47,586,2392,2978,-20,53,928,332,4238,58324,38679,pd-IT-0014,pd-EN-0014
+2020-04-23T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2889,266,3155,9690,12845,-239,289,7609,3269,23723,146146,99714,,
+2020-04-23T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,138,18,156,979,1135,-173,41,1467,256,2858,52918,34057,,
+2020-04-23T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1385,186,1571,2915,4486,23,79,1193,375,6054,111073,26298,pd-IT-0016,pd-EN-0016
+2020-04-23T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,783,91,874,2592,3466,-10,131,2536,1047,7049,37842,25045,,
+2020-04-23T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,9192,790,9982,23891,33873,-369,1073,23352,12940,70165,302715,190451,,
+2020-04-23T17:00:00,ITA,11,Marche,43.61675973,13.5188753,727,71,798,2432,3230,0,28,1865,857,5952,47662,31673,,
+2020-04-23T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,1,20,178,198,-7,0,66,20,284,4564,4478,,
+2020-04-23T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,3039,261,3300,11852,15152,30,401,5358,2630,23140,117970,84648,,
+2020-04-23T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,536,55,591,2345,2936,62,109,531,372,3839,50410,49403,,
+2020-04-23T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,90,20,110,707,817,-16,7,339,98,1254,17844,16094,,
+2020-04-23T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,476,34,510,1791,2301,14,43,412,213,2926,62150,62150,,
+2020-04-23T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,791,168,959,5212,6171,4,80,1886,723,8780,118177,94426,,
+2020-04-23T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,234,29,263,1608,1871,-3,81,1474,382,3727,28240,18656,,
+2020-04-23T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,100,19,119,236,355,-16,5,946,61,1362,29011,19627,,
+2020-04-23T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,91,9,100,363,463,-38,1,506,127,1096,5227,4133,,
+2020-04-23T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1189,140,1329,8596,9925,-66,143,5750,1206,16881,288075,177154,,
+2020-04-24T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,327,28,355,1724,2079,-21,18,438,286,2803,32397,25397,,
+2020-04-24T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,59,7,66,163,229,0,4,107,24,360,9026,9026,,
+2020-04-24T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,148,16,164,929,1093,-401,21,1100,263,2456,35062,17024,,
+2020-04-24T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,123,7,130,691,821,-2,10,178,80,1079,28764,26811,,
+2020-04-24T17:00:00,ITA,15,Campania,40.83956555,14.25084984,524,44,568,2375,2943,-35,44,1003,336,4282,61331,40053,,
+2020-04-24T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2807,264,3071,9438,12509,-336,247,8158,3303,23970,151505,102495,,
+2020-04-24T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,136,16,152,1168,1320,185,24,1304,258,2882,55502,35547,dc-IT-0008,dc-EN-0008
+2020-04-24T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1396,184,1580,2912,4492,6,78,1256,384,6132,114317,86545,,
+2020-04-24T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,760,87,847,2590,3437,-29,124,2660,1076,7173,39563,26040,,
+2020-04-24T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8791,756,9547,24821,34368,495,1091,23782,13106,71256,314298,196406,,
+2020-04-24T17:00:00,ITA,11,Marche,43.61675973,13.5188753,705,61,766,2507,3273,43,76,1890,865,6028,49163,33113,,
+2020-04-24T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,1,20,180,200,2,3,67,20,287,4805,4718,,
+2020-04-24T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2918,257,3175,12216,15391,239,682,5732,2699,23822,125300,89392,,
+2020-04-24T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,496,51,547,2386,2933,-3,42,565,383,3881,52472,51517,,
+2020-04-24T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,95,19,114,690,804,-13,3,351,102,1257,19889,18050,dc-IT-0010,dc-EN-0010
+2020-04-24T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,461,32,493,1827,2320,19,55,443,218,2981,65165,63626,,
+2020-04-24T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,738,159,897,5236,6133,-38,97,2002,742,8877,121336,96180,,
+2020-04-24T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,224,28,252,1575,1827,-44,49,1560,389,3776,29779,19250,,
+2020-04-24T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,94,19,113,209,322,-33,1,979,62,1363,30524,20733,,
+2020-04-24T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,88,7,95,259,354,-109,4,617,129,1100,5262,4454,,
+2020-04-24T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1159,130,1289,8390,9679,-246,348,6306,1244,17229,296896,181473,,
+2020-04-25T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,323,26,349,1712,2061,-18,29,478,293,2832,33624,25959,,
+2020-04-25T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,58,7,65,153,218,-11,1,118,25,361,9792,9792,,
+2020-04-25T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,141,14,155,880,1035,-58,20,1176,265,2476,36608,17573,,
+2020-04-25T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,125,7,132,679,811,-10,9,197,80,1088,29959,28006,,
+2020-04-25T17:00:00,ITA,15,Campania,40.83956555,14.25084984,543,55,598,2337,2935,-8,17,1023,341,4299,64521,41399,,
+2020-04-25T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2718,246,2964,9383,12347,-162,239,8515,3347,24209,156883,105628,,
+2020-04-25T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,122,15,137,947,1084,-236,21,1556,263,2903,58375,37211,,
+2020-04-25T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1421,183,1604,2957,4561,69,92,1276,387,6224,118354,90582,,
+2020-04-25T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,759,83,842,2591,3433,-4,128,2775,1093,7301,41125,26898,,
+2020-04-25T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8489,724,9213,25260,34473,105,713,24227,13269,71969,326940,202827,,
+2020-04-25T17:00:00,ITA,11,Marche,43.61675973,13.5188753,689,58,747,2525,3272,-1,30,1912,874,6058,50996,34256,,
+2020-04-25T17:00:00,ITA,14,Molise,41.55774754,14.65916051,19,1,20,178,198,-2,5,73,21,292,5191,5089,,
+2020-04-25T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2937,238,3175,12327,15502,111,604,6157,2767,24426,131107,93325,,
+2020-04-25T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,469,48,517,2402,2919,-14,31,602,391,3912,54628,53500,,
+2020-04-25T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,96,18,114,680,794,-10,14,374,103,1271,20351,18480,,
+2020-04-25T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,452,33,485,1787,2272,-48,39,524,224,3020,68251,64892,,
+2020-04-25T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,687,166,853,5293,6146,13,138,2109,760,9015,125495,98753,,
+2020-04-25T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,202,27,229,1515,1744,-83,62,1694,400,3838,30661,19394,,
+2020-04-25T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,95,18,113,184,297,-25,3,1006,63,1366,31939,21842,,
+2020-04-25T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,83,6,89,224,313,-41,0,657,130,1100,5966,4694,,
+2020-04-25T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1105,129,1234,8198,9432,-247,162,6671,1288,17391,306977,186426,,
+2020-04-26T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,324,24,348,1720,2068,7,27,496,295,2859,33820,26184,,
+2020-04-26T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,57,7,64,155,219,1,5,122,25,366,10077,10077,,
+2020-04-26T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,138,14,152,842,994,-41,5,1218,269,2481,37431,17895,,
+2020-04-26T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,118,8,126,671,797,-14,1,212,80,1089,30853,28900,,
+2020-04-26T17:00:00,ITA,15,Campania,40.83956555,14.25084984,536,45,581,2343,2924,-11,32,1062,345,4331,67218,42279,,
+2020-04-26T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2695,245,2940,9401,12341,-6,241,8723,3386,24450,161928,109192,,
+2020-04-26T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,129,13,142,1106,1248,164,14,1405,264,2917,59681,38202,,
+2020-04-26T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1442,161,1603,2970,4573,12,85,1347,389,6309,121677,93811,,
+2020-04-26T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,748,82,830,2650,3480,47,187,2894,1114,7488,42607,27852,,
+2020-04-26T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,8481,706,9187,25979,35166,693,920,24398,13325,72889,337797,208471,,
+2020-04-26T17:00:00,ITA,11,Marche,43.61675973,13.5188753,668,58,726,2582,3308,36,53,1924,879,6111,52063,35107,,
+2020-04-26T17:00:00,ITA,14,Molise,41.55774754,14.65916051,20,1,21,179,200,2,4,75,21,296,5567,5334,,
+2020-04-26T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2866,214,3080,12439,15519,17,394,6478,2823,24820,135142,96977,,
+2020-04-26T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,464,48,512,2425,2937,18,36,612,399,3948,55992,55397,,
+2020-04-26T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,95,20,115,668,783,-11,9,388,109,1280,21101,19162,,
+2020-04-26T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,445,33,478,1629,2107,-165,35,720,228,3055,70104,65689,,
+2020-04-26T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,677,158,835,5234,6069,-77,132,2300,778,9147,127394,99751,,
+2020-04-26T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,199,24,223,1459,1682,-62,56,1807,405,3894,32142,19902,,
+2020-04-26T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,91,17,108,188,296,-1,2,1008,64,1368,32569,22320,,
+2020-04-26T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,82,7,89,165,254,-59,6,721,131,1106,6135,4624,dc-IT-0012,dc-EN-0012
+2020-04-26T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1097,124,1221,7917,9138,-294,80,7018,1315,17471,316361,183513,,
+2020-04-27T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,328,23,351,1679,2030,-38,15,545,299,2874,34176,26443,,
+2020-04-27T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,57,7,64,153,217,-2,0,124,25,366,10364,10364,,
+2020-04-27T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,150,16,166,774,940,-54,15,1286,270,2496,38640,18423,,
+2020-04-27T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,114,6,120,662,782,-15,7,231,83,1096,31787,29834,,
+2020-04-27T17:00:00,ITA,15,Campania,40.83956555,14.25084984,541,37,578,2299,2877,-47,18,1120,352,4349,68727,42463,,
+2020-04-27T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2640,247,2887,9338,12225,-116,212,9006,3431,24662,164979,111041,,
+2020-04-27T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,130,13,143,1115,1258,10,60,1448,271,2977,60940,39330,,
+2020-04-27T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1464,143,1607,2955,4562,-11,83,1433,397,6392,124769,95719,,
+2020-04-27T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,754,83,837,2743,3580,100,154,2934,1128,7642,44039,28739,,
+2020-04-27T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7525,680,8205,27236,35441,275,590,24589,13449,73479,342850,211523,,
+2020-04-27T17:00:00,ITA,11,Marche,43.61675973,13.5188753,667,58,725,2585,3310,2,16,1933,884,6127,52765,35617,,
+2020-04-27T17:00:00,ITA,14,Molise,41.55774754,14.65916051,20,1,21,179,200,0,0,75,21,296,5656,5423,,
+2020-04-27T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2830,214,3044,12464,15508,-11,278,6712,2878,25098,139348,99144,,
+2020-04-27T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,449,51,500,2412,2912,-25,10,641,405,3958,56976,55897,,
+2020-04-27T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,97,19,116,660,776,-7,3,398,109,1283,21395,19424,,
+2020-04-27T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,440,35,475,1648,2123,16,30,731,231,3085,70650,66749,,
+2020-04-27T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,671,154,825,5158,5983,-86,32,2401,795,9179,129048,100869,,
+2020-04-27T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,201,23,224,1483,1707,25,101,1881,407,3995,33152,20199,,
+2020-04-27T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,90,16,106,181,287,-9,2,1018,65,1370,32823,22492,,
+2020-04-27T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,86,7,93,142,235,-19,5,743,133,1111,6551,4873,,
+2020-04-27T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1099,123,1222,7638,8860,-278,108,7375,1344,17579,320027,192751,,
+2020-04-28T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,312,21,333,1657,1990,-40,25,599,310,2899,35356,27054,,
+2020-04-28T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,56,7,63,142,205,-12,0,136,25,366,10889,10889,,
+2020-04-28T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,136,15,151,759,910,-30,2,1316,272,2498,39130,18567,,
+2020-04-28T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,113,6,119,645,764,-18,1,248,85,1097,33755,31802,,
+2020-04-28T17:00:00,ITA,15,Campania,40.83956555,14.25084984,544,33,577,2225,2802,-75,31,1220,358,4380,70566,42690,,
+2020-04-28T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2574,228,2802,9201,12003,-222,252,9439,3472,24914,172589,116624,,
+2020-04-28T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,136,13,149,1090,1239,-19,18,1478,278,2995,64151,41273,,
+2020-04-28T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1468,132,1600,2962,4562,0,75,1491,414,6467,128664,98968,,
+2020-04-28T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,718,81,799,2772,3571,-9,130,3060,1141,7772,45719,29794,,
+2020-04-28T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7280,655,7935,27809,35744,303,869,25029,13575,74348,351423,216526,,
+2020-04-28T17:00:00,ITA,11,Marche,43.61675973,13.5188753,666,58,724,2610,3334,24,48,1948,893,6175,54313,36650,,
+2020-04-28T17:00:00,ITA,14,Molise,41.55774754,14.65916051,18,1,19,176,195,-5,1,81,21,297,5776,5538,,
+2020-04-28T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2701,202,2903,12603,15506,-2,352,7008,2936,25450,144531,102514,,
+2020-04-28T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,448,51,499,2420,2919,7,22,654,407,3980,58496,57574,,
+2020-04-28T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,96,18,114,658,772,-4,2,404,109,1285,22116,20053,,
+2020-04-28T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,428,34,462,1681,2143,20,35,745,232,3120,73008,68729,,
+2020-04-28T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,619,144,763,5133,5896,-87,52,2524,811,9231,133617,103891,,
+2020-04-28T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,182,22,204,1361,1565,-142,30,2048,412,4025,33839,20539,,
+2020-04-28T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,80,17,97,178,275,-12,9,1039,65,1379,33881,23263,,
+2020-04-28T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,81,5,86,123,209,-26,8,775,135,1119,6897,5069,,
+2020-04-28T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1067,120,1187,7414,8601,-259,129,7699,1408,17708,328218,196864,,
+2020-04-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,309,19,328,1648,1976,-14,24,632,315,2923,36614,27703,,
+2020-04-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,51,4,55,139,194,-11,0,147,25,366,11331,11331,,
+2020-04-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,119,14,133,712,845,-65,9,1388,274,2507,40218,18844,,
+2020-04-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,107,6,113,640,753,-11,5,263,86,1102,34914,32961,,
+2020-04-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,518,31,549,2233,2782,-20,30,1269,359,4410,73094,43449,,
+2020-04-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2527,226,2753,9109,11862,-141,263,9803,3512,25177,176865,118881,,
+2020-04-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,134,12,146,1081,1227,-12,15,1498,285,3010,66769,42902,,
+2020-04-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1445,130,1575,2960,4535,-27,78,1579,431,6545,133503,103435,,
+2020-04-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,697,70,767,2809,3576,5,117,3161,1152,7889,47220,30669,,
+2020-04-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,7120,634,7754,28368,36122,378,786,25333,13679,75134,365895,223952,,
+2020-04-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,640,52,692,2655,3347,13,35,1964,899,6210,55905,37877,,
+2020-04-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,17,1,18,175,193,-2,0,83,21,297,5910,5857,,
+2020-04-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2637,202,2839,12682,15521,15,411,7337,3003,25861,151266,106179,,
+2020-04-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,449,47,496,2431,2927,8,49,692,410,4029,60334,59801,,
+2020-04-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,87,17,104,657,761,-11,5,413,116,1290,23299,21071,,
+2020-04-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,415,34,449,1696,2145,2,20,763,232,3140,75360,71301,,
+2020-04-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,576,139,715,4948,5663,-233,61,2802,827,9292,137482,106150,,
+2020-04-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,165,22,187,1276,1463,-102,44,2190,416,4069,35008,20944,,
+2020-04-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,77,16,93,168,261,-14,12,1064,66,1391,34937,24079,,
+2020-04-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,78,5,83,52,135,-74,5,852,137,1124,7181,5337,,
+2020-04-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1042,114,1156,7213,8369,-232,117,8019,1437,17825,337656,200737,,
+2020-04-30T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,306,16,322,1593,1915,-61,7,695,320,2930,37996,28351,,
+2020-04-30T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,49,4,53,139,192,-2,1,150,25,367,12774,12774,,
+2020-04-30T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,126,13,139,663,802,-43,11,1441,275,2518,41297,19178,,
+2020-04-30T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,105,6,111,629,740,-13,6,282,86,1108,35903,33950,,
+2020-04-30T17:00:00,ITA,15,Campania,40.83956555,14.25084984,484,29,513,2260,2773,-9,13,1291,359,4423,76108,44233,,
+2020-04-30T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2146,206,2352,7211,9563,-2299,259,12322,3551,25436,182857,122430,,
+2020-04-30T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,109,11,120,1050,1170,-57,15,1566,289,3025,67930,43691,,
+2020-04-30T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1417,115,1532,2936,4468,-67,71,1707,441,6616,137596,107497,,
+2020-04-30T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,676,69,745,2806,3551,-25,104,3275,1167,7993,48762,31520,,
+2020-04-30T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6834,605,7439,28772,36211,89,598,25749,13772,75732,376943,229880,,
+2020-04-30T17:00:00,ITA,11,Marche,43.61675973,13.5188753,465,48,513,2697,3210,-137,37,2131,906,6247,59488,39145,,
+2020-04-30T17:00:00,ITA,14,Molise,41.55774754,14.65916051,17,1,18,172,190,-3,1,87,21,298,6446,6228,,
+2020-04-30T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2621,199,2820,12673,15493,-28,428,7730,3066,26289,156534,110157,,
+2020-04-30T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,439,42,481,2468,2949,22,43,708,415,4072,62460,61439,,
+2020-04-30T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,87,16,103,641,744,-17,5,435,116,1295,24754,22358,,
+2020-04-30T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,408,33,441,1716,2157,12,26,774,235,3166,79669,74541,,
+2020-04-30T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,546,126,672,4912,5584,-79,60,2926,842,9352,141849,108596,,
+2020-04-30T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,158,21,179,1191,1370,-93,47,2328,418,4116,36534,21622,,
+2020-04-30T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,68,16,84,149,233,-28,1,1092,67,1392,36459,25317,,
+2020-04-30T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,76,4,80,9,89,-46,4,902,137,1128,7631,5647,,
+2020-04-30T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,1012,114,1126,7021,8147,-222,135,8354,1459,17960,349227,206347,,
+2020-05-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,297,16,313,1598,1911,-4,18,713,324,2948,39385,29024,,
+2020-05-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,49,4,53,140,193,1,11,160,25,378,13269,13269,,
+2020-05-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,112,11,123,634,757,-45,10,1493,278,2528,42903,19705,,
+2020-05-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,105,3,108,619,727,-13,4,299,86,1112,37054,35101,,
+2020-05-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,478,29,507,2246,2753,-20,21,1332,359,4444,79940,44975,,
+2020-05-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2112,197,2309,7175,9484,-79,208,12581,3579,25644,188264,125636,,
+2020-05-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,131,6,137,978,1115,-55,16,1632,294,3041,71013,45566,,
+2020-05-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1372,105,1477,2969,4446,-22,56,1744,482,6672,143804,111988,dc-IT-0014,dc-EN-0014
+2020-05-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,666,68,734,2784,3518,-33,133,3424,1184,8126,51199,32794,,
+2020-05-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6628,563,7191,29282,36473,262,737,26136,13860,76469,390644,236822,,
+2020-05-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,413,44,457,2754,3211,1,28,2153,911,6275,61241,40123,,
+2020-05-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,17,1,18,172,190,0,2,89,21,300,6463,6450,,
+2020-05-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2503,181,2684,12878,15562,69,395,8025,3097,26684,162568,114786,,
+2020-05-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,428,39,467,2480,2947,-2,27,731,421,4099,64292,62702,,
+2020-05-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,84,12,96,648,744,0,18,452,117,1313,26242,23442,,
+2020-05-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,399,30,429,1742,2171,14,28,786,237,3194,82860,77490,,
+2020-05-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,520,124,644,4729,5373,-211,93,3218,854,9445,146456,111349,,
+2020-05-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,146,19,165,1128,1293,-77,16,2416,423,4132,37838,22602,,
+2020-05-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,60,13,73,131,204,-29,1,1121,68,1393,37762,26285,,
+2020-05-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,72,3,75,17,92,3,5,904,137,1133,7769,5818,,
+2020-05-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,977,110,1087,6692,7779,-368,138,8840,1479,18098,362459,212706,,
+2020-05-02T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,303,16,319,1560,1879,-32,16,758,327,2964,39916,29308,,
+2020-05-02T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,4,52,139,191,-2,2,164,25,380,13722,13722,,
+2020-05-02T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,113,10,123,580,703,-54,7,1553,279,2535,43804,20036,,
+2020-05-02T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,100,4,104,609,713,-14,0,311,88,1112,37928,35975,,
+2020-05-02T17:00:00,ITA,15,Campania,40.83956555,14.25084984,470,27,497,2224,2721,-32,15,1376,362,4459,83592,45955,,
+2020-05-02T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,2033,196,2229,7094,9323,-161,206,12913,3614,25850,192135,128005,,
+2020-05-02T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,131,5,136,973,1109,-6,18,1655,295,3059,73855,47259,,
+2020-05-02T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1370,96,1466,2986,4452,6,84,1807,497,6756,147078,114761,,
+2020-05-02T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,647,68,715,2883,3598,80,186,3519,1195,8312,53202,34037,,
+2020-05-02T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6529,545,7074,29593,36667,194,533,26146,14189,77002,403702,243383,dc-IT-0016,dc-EN-0016
+2020-05-02T17:00:00,ITA,11,Marche,43.61675973,13.5188753,399,46,445,2760,3205,-6,23,2177,916,6298,62834,41156,,
+2020-05-02T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,172,182,-8,1,98,21,301,7075,6808,,
+2020-05-02T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2550,178,2728,12991,15719,157,495,8334,3126,27179,168479,118814,,
+2020-05-02T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,416,39,455,2499,2954,7,34,757,422,4133,65370,63782,,
+2020-05-02T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,86,13,99,631,730,-14,2,466,119,1315,26990,24065,,
+2020-05-02T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,396,30,426,1760,2186,15,19,787,240,3213,84352,77590,,
+2020-05-02T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,519,118,637,4728,5365,-8,80,3297,863,9525,148223,112437,,
+2020-05-02T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,138,19,157,1125,1282,-11,49,2474,425,4181,39579,23380,,
+2020-05-02T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,60,13,73,123,196,-8,1,1130,68,1394,38072,26463,,
+2020-05-02T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,70,3,73,25,98,6,3,901,137,1136,7951,5931,,
+2020-05-02T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,970,108,1078,6353,7431,-348,126,9291,1502,18224,370978,216997,,
+2020-05-03T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,300,16,316,1552,1868,-11,32,798,330,2996,40699,29788,,
+2020-05-03T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,3,51,143,194,3,6,167,25,386,14210,14210,,
+2020-05-03T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,109,11,120,545,665,-38,1,1590,281,2536,44240,20166,,
+2020-05-03T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,95,4,99,603,702,-11,2,324,88,1114,38835,36874,,
+2020-05-03T17:00:00,ITA,15,Campania,40.83956555,14.25084984,455,30,485,2241,2726,5,25,1394,364,4484,86498,47027,,
+2020-05-03T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1997,197,2194,6851,9045,-278,166,13329,3642,26016,197075,131047,,
+2020-05-03T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,131,6,137,950,1087,-22,13,1688,297,3072,74990,48041,,
+2020-05-03T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1346,95,1441,2944,4385,-67,53,1916,508,6809,150912,117796,,
+2020-05-03T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,627,68,695,2856,3551,-47,47,3599,1209,8359,54492,34613,,
+2020-05-03T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6609,532,7141,29785,36926,259,526,26371,14231,77528,410857,247176,,
+2020-05-03T17:00:00,ITA,11,Marche,43.61675973,13.5188753,400,43,443,2755,3198,-7,21,2194,927,6319,64412,42281,,
+2020-05-03T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,1,9,172,181,-1,0,98,22,301,7075,6808,,
+2020-05-03T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2496,169,2665,12973,15638,-81,251,8640,3152,27430,172208,121176,,
+2020-05-03T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,410,40,450,2505,2955,1,11,765,424,4144,66443,64781,,
+2020-05-03T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,92,10,102,587,689,-41,4,511,119,1319,27737,24662,,
+2020-05-03T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,383,29,412,1791,2203,17,27,795,242,3240,85955,78409,,
+2020-05-03T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,513,112,625,4703,5328,-37,38,3363,872,9563,150914,114354,,
+2020-05-03T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,136,17,153,1094,1247,-35,66,2571,429,4247,41095,24085,,
+2020-05-03T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,58,13,71,112,183,-13,0,1143,68,1394,38823,26973,,
+2020-05-03T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,74,2,76,33,109,11,6,895,138,1142,8100,6046,,
+2020-05-03T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,955,103,1058,6241,7299,-132,94,9503,1516,18318,378202,220598,,
+2020-05-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,301,15,316,1521,1837,-31,4,831,332,3000,41108,30047,,
+2020-05-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,50,3,53,120,173,-21,0,188,25,386,14901,14455,,
+2020-05-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,103,10,113,523,636,-29,5,1621,284,2541,44673,20333,,
+2020-05-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,93,4,97,577,674,-28,4,356,88,1118,39438,37390,,
+2020-05-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,438,24,462,2249,2711,-15,14,1421,366,4498,90543,48275,,
+2020-05-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1968,199,2167,6817,8984,-61,159,13525,3666,26175,200427,133329,,
+2020-05-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,130,4,134,916,1050,-37,4,1727,299,3076,75421,48250,,
+2020-05-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1335,95,1430,2955,4385,0,38,1938,524,6847,153293,120095,,
+2020-05-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,606,72,678,2830,3508,-43,53,3683,1221,8412,56092,35443,,
+2020-05-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6414,532,6946,30361,37307,381,577,26504,14294,78105,418835,251661,,
+2020-05-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,389,44,433,2773,3206,8,44,2225,932,6363,65398,42838,,
+2020-05-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,168,178,-3,0,101,22,301,7328,7057,,
+2020-05-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2391,161,2552,13010,15562,-76,192,8874,3186,27622,176078,123801,,
+2020-05-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,397,39,436,2509,2945,-10,9,779,429,4153,67167,65789,,
+2020-05-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,91,9,100,553,653,-36,-2,545,119,1317,28052,24926,dc-IT-0018,dc-EN-0018
+2020-05-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,376,27,403,1799,2202,-1,15,809,244,3255,87166,79336,,
+2020-05-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,512,107,619,4660,5279,-49,38,3441,881,9601,152447,115065,,
+2020-05-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,135,17,152,1013,1165,-82,11,2663,430,4258,42061,24500,,
+2020-05-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,56,13,69,112,181,-2,0,1143,70,1394,39044,27152,,
+2020-05-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,74,2,76,34,110,1,1,894,139,1143,8271,6200,,
+2020-05-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,955,101,1056,6178,7234,-65,55,9611,1528,18373,383660,223968,,
+2020-05-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,289,11,300,1509,1809,-28,25,881,335,3025,42489,30835,,
+2020-05-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,50,3,53,124,177,4,10,194,25,396,15476,15028,,
+2020-05-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,99,11,110,502,612,-24,1,1644,286,2542,45264,20561,,
+2020-05-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,92,4,96,554,650,-24,1,381,88,1119,40509,38461,,
+2020-05-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,408,25,433,2097,2530,-181,20,1619,369,4518,93068,48733,,
+2020-05-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1917,191,2108,6573,8681,-303,100,13889,3705,26275,206166,136310,,
+2020-05-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,120,4,124,860,984,-66,9,1798,303,3085,78510,50135,,
+2020-05-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1315,91,1406,2964,4370,-15,67,2010,534,6914,157307,122541,,
+2020-05-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,583,68,651,2776,3427,-81,63,3816,1232,8475,57622,36150,,
+2020-05-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6201,509,6710,30382,37092,-215,500,27124,14389,78605,425290,255292,,
+2020-05-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,387,42,429,2790,3219,13,29,2237,936,6392,67256,44045,,
+2020-05-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,167,177,-1,0,102,22,301,7528,7252,,
+2020-05-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2307,155,2462,12861,15323,-239,152,9235,3216,27774,181316,126685,,
+2020-05-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,384,39,423,2516,2939,-6,17,798,433,4170,69128,67238,,
+2020-05-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,94,9,103,539,642,-11,1,557,119,1318,28867,25631,,
+2020-05-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,367,26,393,1809,2202,0,12,818,247,3267,91306,82079,,
+2020-05-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,484,111,595,4595,5190,-89,30,3552,889,9631,157260,118265,,
+2020-05-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,126,15,141,900,1041,-124,3,2787,433,4261,42870,25137,,
+2020-05-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,56,11,67,109,176,-5,6,1154,70,1400,39998,27822,,
+2020-05-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,56,3,59,51,110,0,0,894,139,1143,8484,6342,,
+2020-05-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,926,98,1024,6092,7116,-118,29,9741,1545,18402,390952,227579,,
+2020-05-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,285,11,296,1495,1791,-18,22,915,341,3047,43803,31502,,
+2020-05-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,47,3,50,122,172,-5,3,202,25,399,16103,15619,,
+2020-05-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,99,11,110,469,579,-33,1,1678,286,2543,46228,20872,,
+2020-05-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,87,3,90,554,644,-6,3,389,89,1122,41828,39780,,
+2020-05-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,433,25,458,1882,2340,-190,14,1816,376,4532,96548,49478,,
+2020-05-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1816,176,1992,6399,8391,-290,104,14251,3737,26379,211652,138871,,
+2020-05-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,115,3,118,844,962,-22,9,1826,306,3094,79429,50698,,
+2020-05-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1351,91,1442,2991,4433,63,81,2024,538,6995,160894,125897,,
+2020-05-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,548,59,607,2699,3306,-121,76,4002,1243,8551,59693,37177,,
+2020-05-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,6079,480,6559,25194,31753,-5339,764,33005,14611,79369,439806,262964,dc-IT-0020,dc-EN-0020
+2020-05-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,353,42,395,2841,3236,17,29,2242,943,6421,69037,45026,,
+2020-05-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,0,9,170,179,2,3,103,22,304,7896,7604,,
+2020-05-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2147,150,2297,12561,14858,-465,165,9834,3247,27939,188057,131269,,
+2020-05-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,365,36,401,2502,2903,-36,26,855,438,4196,70944,68760,,
+2020-05-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,91,11,102,521,623,-19,1,577,119,1319,29966,26598,,
+2020-05-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,359,25,384,1817,2201,-1,14,830,250,3281,92999,83908,,
+2020-05-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,462,92,554,4534,5088,-102,26,3670,899,9657,161553,121066,,
+2020-05-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,116,13,129,853,982,-59,19,2861,437,4280,44719,26161,,
+2020-05-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,55,9,64,107,171,-5,4,1163,70,1404,41328,28712,,
+2020-05-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,50,3,53,74,127,17,3,880,139,1146,8640,6461,,
+2020-05-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,902,90,992,5797,6789,-327,77,10122,1568,18479,399806,231469,,
+2020-05-07T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,263,12,275,1495,1770,-21,25,954,348,3072,45021,32186,,
+2020-05-07T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,2,50,105,155,-17,-16,202,26,383,16272,15780,dc-IT-0022,dc-EN-0022
+2020-05-07T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,87,11,98,453,551,-28,9,1715,286,2552,47091,21284,,
+2020-05-07T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,81,2,83,550,633,-11,3,403,89,1125,42854,40806,,
+2020-05-07T17:00:00,ITA,15,Campania,40.83956555,14.25084984,415,27,442,1697,2139,-201,9,2023,379,4541,101025,50463,,
+2020-05-07T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1726,173,1899,6112,8011,-380,108,14710,3766,26487,217039,141468,,
+2020-05-07T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,109,2,111,816,927,-35,13,1872,308,3107,82012,51123,,
+2020-05-07T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1291,89,1380,2968,4348,-85,39,2143,543,7034,165340,130351,,
+2020-05-07T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,525,57,582,2666,3248,-58,94,4143,1254,8645,61446,38071,,
+2020-05-07T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5848,480,6328,25687,32015,262,720,33329,14745,80089,455294,262964,,
+2020-05-07T17:00:00,ITA,11,Marche,43.61675973,13.5188753,328,41,369,2878,3247,11,31,2257,948,6452,71017,46258,,
+2020-05-07T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,0,8,162,170,-9,1,113,22,305,8237,7912,,
+2020-05-07T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2147,150,2297,12172,14469,-389,196,10384,3282,28135,194584,134567,,
+2020-05-07T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,355,35,390,2410,2800,-103,49,1004,441,4245,72796,51638,,
+2020-05-07T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,90,9,99,484,583,-40,5,622,119,1324,31064,27540,,
+2020-05-07T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,349,21,370,1757,2127,-74,7,910,251,3288,95695,85674,,
+2020-05-07T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,437,91,528,4188,4716,-372,26,4052,915,9683,166062,124295,,
+2020-05-07T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,99,11,110,800,910,-72,3,2935,438,4283,46500,28486,,
+2020-05-07T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,47,9,56,85,141,-30,1,1194,70,1405,42788,29708,,
+2020-05-07T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,49,2,51,79,130,3,4,881,139,1150,8939,6702,,
+2020-05-07T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,872,87,959,5575,6534,-255,74,10430,1589,18553,410212,236281,,
+2020-05-08T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,250,10,260,1453,1713,-57,6,1014,351,3078,46103,32619,,
+2020-05-08T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,48,2,50,102,152,-3,-1,204,26,382,16777,16285,dc-IT-0024,dc-EN-0024
+2020-05-08T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,78,9,87,415,502,-49,6,1767,289,2558,47908,21572,,
+2020-05-08T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,73,2,75,544,619,-14,1,417,90,1126,43980,41902,,
+2020-05-08T17:00:00,ITA,15,Campania,40.83956555,14.25084984,418,28,446,1566,2012,-127,21,2164,386,4562,105399,51402,,
+2020-05-08T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1680,163,1843,5887,7730,-281,111,15071,3797,26598,221866,144009,,
+2020-05-08T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,105,2,107,804,911,-16,9,1897,308,3116,82902,52784,,
+2020-05-08T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1278,84,1362,2966,4328,-20,52,2209,549,7086,169499,133674,,
+2020-05-08T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,517,46,563,2613,3176,-72,78,4282,1265,8723,63531,39145,,
+2020-05-08T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5702,400,6102,25881,31983,-32,634,33901,14839,80723,466287,277106,,
+2020-05-08T17:00:00,ITA,11,Marche,43.61675973,13.5188753,303,38,341,2897,3238,-9,18,2278,954,6470,72504,47092,,
+2020-05-08T17:00:00,ITA,14,Molise,41.55774754,14.65916051,6,0,6,178,184,14,22,121,22,327,8502,8177,,
+2020-05-08T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2013,140,2153,11954,14107,-362,233,10956,3305,28368,201183,138830,,
+2020-05-08T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,349,33,382,2351,2733,-67,11,1080,443,4256,74724,53194,,
+2020-05-08T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,90,10,100,453,553,-30,6,658,119,1330,32219,28519,,
+2020-05-08T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,310,19,329,1798,2127,0,13,921,253,3301,98711,88497,,
+2020-05-08T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,399,84,483,4109,4592,-124,38,4199,930,9721,170296,126752,,
+2020-05-08T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,94,11,105,767,872,-38,2,2975,438,4285,48220,29188,,
+2020-05-08T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,47,6,53,66,119,-22,1,1216,71,1406,44223,30704,,
+2020-05-08T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,45,2,47,76,123,-7,1,889,139,1151,9280,6999,,
+2020-05-08T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,831,79,910,5277,6187,-347,65,10804,1627,18618,420949,240535,,
+2020-05-09T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,246,10,256,1420,1676,-37,8,1055,355,3086,47190,33013,,
+2020-05-09T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,45,1,46,99,145,-7,0,210,27,382,17433,16941,,
+2020-05-09T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,55,9,64,409,473,-29,9,1804,290,2567,48858,21969,,
+2020-05-09T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,68,2,70,542,612,-7,3,427,90,1129,45071,42993,,
+2020-05-09T17:00:00,ITA,15,Campania,40.83956555,14.25084984,415,26,441,1524,1965,-47,14,2223,388,4576,110811,52593,,
+2020-05-09T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1604,155,1759,5642,7401,-329,121,15491,3827,26719,227366,146642,,
+2020-05-09T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,101,3,104,765,869,-42,8,1947,308,3124,88384,55319,,
+2020-05-09T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1277,82,1359,2986,4345,17,47,2235,553,7133,174448,137428,,
+2020-05-09T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,501,42,543,2439,2982,-194,15,4480,1276,8738,64926,39600,,
+2020-05-09T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5535,330,5865,24397,30262,-1721,502,36039,14924,81225,477765,282817,,
+2020-05-09T17:00:00,ITA,11,Marche,43.61675973,13.5188753,285,32,317,2913,3230,-8,23,2305,958,6493,73965,47827,,
+2020-05-09T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,0,8,197,205,21,20,120,22,347,8691,8375,,
+2020-05-09T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2010,143,2153,11781,13934,-173,181,11284,3331,28549,205800,141515,,
+2020-05-09T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,344,33,377,2352,2729,-4,30,1114,443,4286,76643,54181,,
+2020-05-09T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,87,11,98,452,550,-3,4,665,119,1334,33330,29503,,
+2020-05-09T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,277,17,294,1786,2080,-47,12,977,256,3313,101548,90885,,
+2020-05-09T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,364,79,443,4005,4448,-144,24,4360,937,9745,174596,129382,,
+2020-05-09T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,87,10,97,733,830,-42,7,3024,438,4292,50278,30354,,
+2020-05-09T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,45,6,51,60,111,-8,1,1225,71,1407,45574,31679,,
+2020-05-09T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,45,3,48,70,118,-5,1,895,139,1152,9443,7130,,
+2020-05-09T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,435,40,475,5402,5877,-310,53,11151,1643,18671,432114,244930,,
+2020-05-10T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,233,10,243,1428,1671,-5,17,1073,359,3103,48110,33876,,
+2020-05-10T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,45,1,46,97,143,-2,3,215,27,385,17916,17424,,
+2020-05-10T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,61,8,69,390,459,-14,2,1820,290,2569,49571,22265,,
+2020-05-10T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,66,2,68,528,596,-16,3,445,91,1132,46111,44284,,
+2020-05-10T17:00:00,ITA,15,Campania,40.83956555,14.25084984,435,20,455,1460,1915,-50,12,2282,391,4588,114819,53475,,
+2020-05-10T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1562,150,1712,5479,7191,-210,77,15760,3845,26796,231637,149276,,
+2020-05-10T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,98,3,101,750,851,-18,6,1969,310,3130,89449,56205,,
+2020-05-10T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1265,84,1349,2937,4286,-59,32,2322,557,7165,178569,141233,,
+2020-05-10T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,481,41,522,2378,2900,-82,50,4607,1281,8788,67322,40751,,
+2020-05-10T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5428,348,5776,24414,30190,-72,282,36331,14986,81507,485134,287330,,
+2020-05-10T17:00:00,ITA,11,Marche,43.61675973,13.5188753,284,30,314,2937,3251,21,40,2322,960,6533,76367,49194,,
+2020-05-10T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,0,9,209,218,13,23,130,22,370,9164,9008,,
+2020-05-10T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2024,137,2161,11489,13650,-284,116,11648,3367,28665,210370,145131,,
+2020-05-10T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,343,34,377,2292,2669,-60,27,1196,448,4313,78399,54781,,
+2020-05-10T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,83,10,93,422,515,-35,6,705,120,1340,34046,30086,,
+2020-05-10T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,273,16,289,1780,2069,-11,14,1002,256,3327,102403,91748,,
+2020-05-10T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,350,78,428,3719,4147,-301,29,4685,942,9774,178208,131788,,
+2020-05-10T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,82,10,92,694,786,-44,3,3068,441,4295,52039,30808,,
+2020-05-10T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,42,6,48,65,113,2,4,1227,71,1411,46923,32713,,
+2020-05-10T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,46,2,48,65,113,-5,5,905,139,1157,9833,7467,,
+2020-05-10T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,408,37,445,5146,5591,-286,51,11474,1657,18722,439522,247617,,
+2020-05-11T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,231,9,240,1369,1609,-62,4,1132,366,3107,48903,34428,,
+2020-05-11T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,46,1,47,95,142,-1,1,217,27,386,18266,17774,,
+2020-05-11T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,63,7,70,377,447,-12,3,1835,290,2572,50019,22500,,
+2020-05-11T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,64,1,65,503,568,-28,2,473,93,1134,47265,45438,,
+2020-05-11T17:00:00,ITA,15,Campania,40.83956555,14.25084984,436,23,459,1450,1909,-6,14,2301,392,4602,119042,54822,,
+2020-05-11T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1537,141,1678,5362,7040,-151,80,15969,3867,26876,234619,151040,,
+2020-05-11T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,96,3,99,731,830,-21,8,1996,312,3138,90860,57130,,
+2020-05-11T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1266,83,1349,2945,4294,8,25,2334,562,7190,181398,143970,,
+2020-05-11T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,484,38,522,2322,2844,-56,44,4695,1293,8832,68814,41535,,
+2020-05-11T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5397,341,5738,24673,30411,221,364,36406,15054,81871,492642,292603,,
+2020-05-11T17:00:00,ITA,11,Marche,43.61675973,13.5188753,277,28,305,2922,3227,-24,10,2352,964,6543,77830,50206,,
+2020-05-11T17:00:00,ITA,14,Molise,41.55774754,14.65916051,11,0,11,218,229,11,13,132,22,383,9390,9247,,
+2020-05-11T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,2021,135,2156,11182,13338,-312,111,12038,3400,28776,213783,147318,,
+2020-05-11T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,340,32,372,2172,2544,-125,14,1332,451,4327,79737,55794,,
+2020-05-11T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,84,10,94,417,511,-4,3,712,120,1343,34641,30582,,
+2020-05-11T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,271,16,287,1775,2062,-7,12,1020,257,3339,103134,92609,,
+2020-05-11T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,347,77,424,3649,4073,-74,13,4764,950,9787,179469,132464,,
+2020-05-11T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,84,11,95,640,735,-51,2,3119,443,4297,53398,31970,,
+2020-05-11T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,40,4,44,64,108,-5,1,1233,71,1412,47474,33027,,
+2020-05-11T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,44,1,45,62,107,-6,1,912,139,1158,10063,7651,,
+2020-05-11T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,400,38,438,5022,5460,-131,19,11615,1666,18741,445905,250175,,
+2020-05-12T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,222,8,230,1318,1548,-61,8,1197,370,3115,50295,35241,,
+2020-05-12T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,47,1,48,92,140,-2,1,220,27,387,19100,18608,,
+2020-05-12T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,56,7,63,374,437,-10,0,1845,290,2572,50381,22731,,
+2020-05-12T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,65,1,66,502,568,0,4,477,93,1138,48420,46593,,
+2020-05-12T17:00:00,ITA,15,Campania,40.83956555,14.25084984,414,20,434,1443,1877,-32,13,2345,393,4615,121253,55406,,
+2020-05-12T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1384,136,1520,5281,6801,-239,53,16243,3885,26929,239178,153074,,
+2020-05-12T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,96,2,98,703,801,-29,10,2034,313,3148,93051,58395,,
+2020-05-12T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1258,84,1342,2931,4273,-21,22,2373,566,7212,185085,147010,,
+2020-05-12T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,447,35,482,2297,2779,-65,31,4783,1301,8863,70159,42200,,
+2020-05-12T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5222,322,5544,25131,30675,264,1033,37113,15116,82904,513244,305152,dc-IT-0026,dc-EN-0026
+2020-05-12T17:00:00,ITA,11,Marche,43.61675973,13.5188753,230,24,254,2954,3208,-19,25,2391,969,6568,79414,51176,,
+2020-05-12T17:00:00,ITA,14,Molise,41.55774754,14.65916051,13,1,14,212,226,-3,3,138,22,386,9981,9582,,
+2020-05-12T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1900,136,2036,11148,13184,-154,113,12277,3428,28889,218071,149386,,
+2020-05-12T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,334,31,365,2056,2421,-123,10,1460,456,4337,81492,57060,,
+2020-05-12T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,77,11,88,418,506,-5,1,718,120,1344,35476,31351,,
+2020-05-12T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,234,15,249,1662,1911,-151,4,1171,261,3343,105017,94034,,
+2020-05-12T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,307,72,379,3462,3841,-232,15,5002,959,9802,184851,136285,,
+2020-05-12T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,80,9,89,578,667,-68,6,3191,445,4303,55334,33082,,
+2020-05-12T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,41,4,45,64,109,1,7,1239,71,1419,49249,34207,,
+2020-05-12T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,45,0,45,59,104,-3,2,916,140,1160,10415,7956,,
+2020-05-12T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,393,33,426,4764,5190,-270,41,11906,1686,18782,454189,253374,,
+2020-05-13T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,214,7,221,1268,1489,-59,12,1263,375,3127,51361,35898,,
+2020-05-13T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,42,1,43,88,131,-9,2,231,27,389,19678,19186,,
+2020-05-13T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,56,7,63,350,413,-24,3,1872,290,2575,51181,23120,,
+2020-05-13T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,64,1,65,486,551,-17,2,496,93,1140,49787,47960,,
+2020-05-13T17:00:00,ITA,15,Campania,40.83956555,14.25084984,402,19,421,1394,1815,-62,15,2421,394,4630,124370,56390,,
+2020-05-13T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,1165,123,1288,5214,6502,-299,50,16572,3905,26979,243883,155476,,
+2020-05-13T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,92,2,94,685,779,-22,8,2061,316,3156,94600,58936,,
+2020-05-13T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1224,83,1307,2928,4235,-38,38,2438,577,7250,188632,150097,,
+2020-05-13T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,430,35,465,2253,2718,-61,67,4898,1314,8930,72174,43272,,
+2020-05-13T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,5007,307,5314,24718,30032,-643,394,38081,15185,83298,524163,310896,,
+2020-05-13T17:00:00,ITA,11,Marche,43.61675973,13.5188753,211,20,231,2782,3013,-195,20,2604,971,6588,80850,52041,,
+2020-05-13T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,1,10,221,231,5,15,148,22,401,10062,9773,,
+2020-05-13T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1858,122,1980,10511,12491,-693,169,13107,3460,29058,224788,154504,,
+2020-05-13T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,310,27,337,1985,2322,-99,11,1566,460,4348,83713,58383,,
+2020-05-13T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,78,10,88,403,491,-15,1,734,120,1345,36710,32449,,
+2020-05-13T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,212,13,225,1664,1889,-22,11,1203,262,3354,107991,96860,,
+2020-05-13T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,284,72,356,3207,3563,-278,27,5302,964,9829,189026,138465,,
+2020-05-13T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,76,9,85,488,573,-94,9,3293,446,4312,57997,34662,,
+2020-05-13T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,36,4,40,66,106,-3,0,1241,72,1419,50731,35313,,
+2020-05-13T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,38,0,38,55,93,-11,3,929,141,1163,10777,8254,,
+2020-05-13T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,364,30,394,4626,5020,-170,31,12081,1712,18813,463154,257017,,
+2020-05-14T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,215,6,221,1261,1482,-7,9,1275,379,3136,52860,36844,,
+2020-05-14T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,34,1,35,92,127,-4,0,235,27,389,20285,19789,,
+2020-05-14T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,54,7,61,319,380,-33,3,1908,290,2578,52015,23487,,
+2020-05-14T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,59,2,61,463,524,-27,3,524,95,1143,51050,49196,,
+2020-05-14T17:00:00,ITA,15,Campania,40.83956555,14.25084984,387,19,406,1359,1765,-50,9,2480,394,4639,127938,57684,,
+2020-05-14T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,861,122,983,5318,6301,-201,77,16825,3930,27056,248591,158371,,
+2020-05-14T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,149,2,151,619,770,-9,5,2074,317,3161,97000,60177,,
+2020-05-14T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1178,79,1257,2839,4096,-139,41,2600,595,7291,192917,153894,,
+2020-05-14T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,408,35,443,2217,2660,-58,65,5006,1329,8995,74248,44390,,
+2020-05-14T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4818,297,5115,24841,29956,-76,522,38568,15296,83820,538243,318289,,
+2020-05-14T17:00:00,ITA,11,Marche,43.61675973,13.5188753,189,18,207,2697,2904,-109,15,2725,974,6603,82840,53030,,
+2020-05-14T17:00:00,ITA,14,Molise,41.55774754,14.65916051,10,1,11,218,229,-2,2,152,22,403,10227,10052,,
+2020-05-14T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1775,116,1891,10000,11891,-600,151,13825,3493,29209,232682,158112,,
+2020-05-14T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,296,24,320,1933,2253,-69,9,1643,461,4357,85577,59815,,
+2020-05-14T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,76,10,86,379,465,-26,0,755,125,1345,38034,33526,dc-IT-0028,dc-EN-0028
+2020-05-14T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,203,12,215,1639,1854,-35,12,1249,263,3366,111137,99900,,
+2020-05-14T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,269,68,337,3051,3388,-175,30,5498,973,9859,193182,141430,,
+2020-05-14T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,66,9,75,430,505,-68,3,3362,448,4315,60843,36359,,
+2020-05-14T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,26,1,27,65,92,-14,1,1255,73,1420,52247,36495,,
+2020-05-14T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,38,0,38,42,80,-13,3,945,141,1166,11100,8537,,
+2020-05-14T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,342,26,368,4350,4718,-302,32,12384,1743,18845,474488,260706,,
+2020-05-15T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,205,6,211,1243,1454,-28,12,1313,381,3148,54028,37587,,
+2020-05-15T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,33,1,34,86,120,-7,0,242,27,389,20851,20359,,
+2020-05-15T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,5,55,304,359,-21,0,1929,290,2578,52939,23969,,
+2020-05-15T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,56,2,58,447,505,-19,1,544,95,1144,52701,50847,,
+2020-05-15T17:00:00,ITA,15,Campania,40.83956555,14.25084984,341,17,358,1378,1736,-29,15,2522,396,4654,131544,59162,,
+2020-05-15T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,763,114,877,5124,6001,-300,54,17166,3943,27110,253497,160622,,
+2020-05-15T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,80,3,83,658,741,-29,14,2116,318,3175,100400,62319,,
+2020-05-15T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1173,79,1252,2836,4088,-8,73,2672,604,7364,197599,157880,dc-IT-0030,dc-EN-0030
+2020-05-15T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,385,31,416,2187,2603,-57,65,5121,1336,9060,76012,45307,,
+2020-05-15T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4705,276,4981,22765,27746,-2210,299,40962,15411,84119,550405,325071,,
+2020-05-15T17:00:00,ITA,11,Marche,43.61675973,13.5188753,178,18,196,2599,2795,-109,16,2847,977,6619,84351,53813,,
+2020-05-15T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,217,227,-2,4,158,22,407,10468,10281,,
+2020-05-15T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1593,108,1701,9412,11113,-778,137,14676,3557,29346,239507,161854,,
+2020-05-15T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,285,23,308,1873,2181,-72,9,1724,461,4366,87687,60613,,
+2020-05-15T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,75,10,85,376,461,-4,3,762,125,1348,39844,34864,,
+2020-05-15T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,198,11,209,1551,1760,-94,8,1351,263,3374,112929,101487,,
+2020-05-15T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,238,67,305,2863,3168,-220,24,5739,976,9883,197365,144237,,
+2020-05-15T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,53,9,62,344,406,-99,3,3461,451,4318,63700,38273,,
+2020-05-15T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,63,90,-2,2,1259,73,1422,53801,37660,,
+2020-05-15T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,37,0,37,40,77,-3,6,953,142,1172,11413,8814,,
+2020-05-15T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,311,24,335,4104,4439,-279,44,12688,1762,18889,484639,264091,,
+2020-05-16T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,195,7,202,1221,1423,-31,30,1372,383,3178,55672,38681,,
+2020-05-16T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,29,1,30,83,113,-7,1,250,27,390,21496,20966,,
+2020-05-16T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,48,5,53,290,343,-16,0,1945,290,2578,53703,24316,,
+2020-05-16T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,56,2,58,416,474,-31,7,582,95,1151,54091,52257,,
+2020-05-16T17:00:00,ITA,15,Campania,40.83956555,14.25084984,351,16,367,1343,1710,-26,14,2562,396,4668,136261,61574,,
+2020-05-16T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,740,112,852,5000,5852,-149,72,17370,3960,27182,258274,163067,,
+2020-05-16T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,79,3,82,598,680,-61,8,2184,319,3183,101694,63251,,
+2020-05-16T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1156,76,1232,2790,4022,-66,32,2758,616,7396,201938,161405,,
+2020-05-16T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,369,26,395,2138,2533,-70,51,5232,1346,9111,78068,46304,,
+2020-05-16T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4521,268,4789,22890,27679,-67,399,41389,15450,84518,564550,333243,,
+2020-05-16T17:00:00,ITA,11,Marche,43.61675973,13.5188753,154,17,171,2486,2657,-138,23,3003,982,6642,87211,54804,,
+2020-05-16T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,205,215,-12,3,173,22,410,10859,10666,,
+2020-05-16T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1562,100,1662,9040,10702,-411,137,15187,3594,29483,245075,165849,,
+2020-05-16T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,272,22,294,1810,2104,-77,8,1807,463,4374,89611,61942,,
+2020-05-16T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,75,10,85,330,415,-46,4,812,125,1352,41257,35933,,
+2020-05-16T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,159,12,171,1488,1659,-101,8,1458,265,3382,114963,103103,,
+2020-05-16T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,234,66,300,2643,2943,-225,30,5991,979,9913,200703,145946,,
+2020-05-16T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,44,8,52,293,345,-61,8,3528,453,4326,65383,39613,,
+2020-05-16T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,54,81,-9,0,1268,73,1422,55170,38663,,
+2020-05-16T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,33,0,33,42,75,-2,1,956,142,1173,11835,9181,,
+2020-05-16T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,290,20,310,3852,4162,-277,39,12983,1783,18928,497045,269003,,
+2020-05-17T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,193,6,199,1223,1422,-1,8,1379,385,3186,57217,39788,,
+2020-05-17T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,29,1,30,74,104,-9,2,261,27,392,22167,21627,,
+2020-05-17T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,5,55,259,314,-29,3,1977,290,2581,54428,24677,,
+2020-05-17T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,56,2,58,364,422,-52,0,634,95,1151,55304,53470,,
+2020-05-17T17:00:00,ITA,15,Campania,40.83956555,14.25084984,342,17,359,1337,1696,-14,16,2592,396,4684,139787,63039,,
+2020-05-17T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,721,111,832,4824,5656,-196,50,17603,3973,27232,261106,163117,,
+2020-05-17T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,80,3,83,571,654,-26,8,2218,319,3191,104056,64558,,
+2020-05-17T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1150,74,1224,2686,3910,-112,50,2914,622,7446,206166,164779,,
+2020-05-17T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,360,24,384,2072,2456,-77,48,5348,1355,9159,80154,47381,,
+2020-05-17T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4480,255,4735,22695,27430,-249,326,41895,15519,84844,576359,340164,,
+2020-05-17T17:00:00,ITA,11,Marche,43.61675973,13.5188753,151,18,169,2396,2565,-92,25,3118,984,6667,88656,55667,,
+2020-05-17T17:00:00,ITA,14,Molise,41.55774754,14.65916051,11,2,13,203,216,1,1,173,22,411,11085,10892,,
+2020-05-17T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1620,101,1721,8518,10239,-463,64,15696,3612,29547,249371,168295,,
+2020-05-17T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,263,21,284,1733,2017,-87,5,1892,470,4379,91035,62886,,
+2020-05-17T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,76,10,86,319,405,-10,1,823,125,1353,42249,36736,,
+2020-05-17T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,145,13,158,1397,1555,-104,6,1566,267,3388,117426,105074,,
+2020-05-17T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,214,67,281,2521,2802,-141,35,6162,984,9948,204022,148060,,
+2020-05-17T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,41,8,49,252,301,-44,12,3584,453,4338,69659,41383,,
+2020-05-17T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,51,78,-3,2,1273,73,1424,55956,39272,,
+2020-05-17T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,31,0,31,37,68,-7,0,962,143,1173,12169,9469,,
+2020-05-17T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,273,22,295,3746,4041,-121,13,13106,1794,18941,506588,272938,,
+2020-05-18T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,191,6,197,1216,1413,-9,7,1392,388,3193,57897,40345,,
+2020-05-18T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,29,1,30,63,93,-11,0,272,27,392,22581,22016,,
+2020-05-18T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,52,6,58,249,307,-7,1,1984,291,2582,54861,24930,,
+2020-05-18T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,53,2,55,346,401,-21,0,655,95,1151,56167,54333,,
+2020-05-18T17:00:00,ITA,15,Campania,40.83956555,14.25084984,342,17,359,1314,1673,-23,11,2623,399,4695,143478,67155,,
+2020-05-18T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,708,105,813,4712,5525,-131,35,17756,3986,27267,263888,166240,,
+2020-05-18T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,81,3,84,537,621,-33,7,2257,320,3198,104874,65184,,
+2020-05-18T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1137,73,1210,2616,3826,-84,39,3031,628,7485,209472,167859,,
+2020-05-18T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,360,23,383,1956,2339,-117,32,5485,1367,9191,81485,47984,,
+2020-05-18T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4482,252,4734,22339,27073,-357,175,42403,15543,85019,581437,343213,,
+2020-05-18T17:00:00,ITA,11,Marche,43.61675973,13.5188753,156,17,173,2142,2315,-250,11,3379,984,6678,89085,55988,,
+2020-05-18T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,2,11,206,217,1,11,183,22,422,11514,11285,,
+2020-05-18T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1589,99,1688,8186,9874,-365,72,16113,3632,29619,253479,170556,,
+2020-05-18T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,254,22,276,1719,1995,-22,7,1920,471,4386,91901,63403,,
+2020-05-18T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,72,10,82,298,380,-25,0,847,126,1353,43387,37684,,
+2020-05-18T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,137,13,150,1389,1539,-16,7,1589,267,3395,118859,106277,,
+2020-05-18T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,197,66,263,2310,2573,-229,13,6399,989,9961,205201,148580,,
+2020-05-18T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,41,8,49,199,248,-53,13,3650,453,4351,70173,41383,pd-IT-0018,pd-EN-0018
+2020-05-18T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,24,2,26,51,77,-1,0,1274,73,1424,56279,39512,,
+2020-05-18T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,30,0,30,30,60,-8,1,971,143,1174,12327,9595,,
+2020-05-18T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,263,22,285,3719,4004,-37,9,13143,1803,18950,513021,275851,,
+2020-05-19T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,188,6,194,1195,1389,-24,4,1419,389,3197,58945,41162,,
+2020-05-19T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,26,1,27,57,84,-9,1,282,27,393,23347,22767,,
+2020-05-19T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,46,6,52,256,308,1,5,1988,291,2587,55526,25263,,
+2020-05-19T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,50,2,52,330,382,-19,2,676,95,1153,57310,55270,,
+2020-05-19T17:00:00,ITA,15,Campania,40.83956555,14.25084984,330,17,347,1171,1518,-155,12,2790,399,4707,147225,69264,,
+2020-05-19T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,670,99,769,4561,5330,-195,47,17987,3997,27314,268200,168367,,
+2020-05-19T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,76,2,78,522,600,-21,5,2283,320,3203,105656,65476,,
+2020-05-19T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1124,74,1198,2588,3786,-40,20,3079,640,7505,213877,171353,,
+2020-05-19T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,338,22,360,1904,2264,-75,66,5617,1376,9257,83593,49038,,
+2020-05-19T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4426,244,4670,22621,27291,218,462,42593,15597,85481,596355,353579,,
+2020-05-19T17:00:00,ITA,11,Marche,43.61675973,13.5188753,144,17,161,1967,2128,-187,-3,3561,986,6675,89985,56668,dc-IT-0032,dc-EN-0032
+2020-05-19T17:00:00,ITA,14,Molise,41.55774754,14.65916051,9,2,11,201,212,-5,0,188,22,422,11592,11354,,
+2020-05-19T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1579,96,1675,7960,9635,-239,108,16413,3679,29727,258489,173201,,
+2020-05-19T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,247,22,269,1672,1941,-54,10,1982,473,4396,93834,64779,,
+2020-05-19T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,71,9,80,261,341,-39,1,887,126,1354,44413,38503,,
+2020-05-19T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,125,12,137,1387,1524,-15,8,1611,268,3403,122040,109195,,
+2020-05-19T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,190,56,246,2077,2323,-250,7,6653,992,9968,209161,151093,,
+2020-05-19T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,42,8,50,154,204,-44,7,3699,455,4358,70691,42125,,
+2020-05-19T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,39,66,-11,3,1287,74,1427,57822,40651,,
+2020-05-19T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,26,1,27,22,49,-11,1,983,143,1175,12663,9862,,
+2020-05-19T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,259,18,277,3477,3754,-250,47,13423,1820,18997,523800,280629,,
+2020-05-20T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,185,6,191,1126,1317,-72,8,1499,389,3205,61123,42244,,
+2020-05-20T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,22,1,23,50,73,-11,0,293,27,393,23986,23376,,
+2020-05-20T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,43,5,48,224,272,-36,0,2024,291,2587,56310,25601,,
+2020-05-20T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,49,1,50,303,353,-29,3,707,96,1156,58468,56209,,
+2020-05-20T17:00:00,ITA,15,Campania,40.83956555,14.25084984,318,12,330,1112,1442,-76,7,2871,401,4714,150764,71118,,
+2020-05-20T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,626,96,722,4376,5098,-232,50,18258,4008,27364,274362,171903,,
+2020-05-20T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,76,2,78,518,596,-4,6,2291,322,3209,108671,67449,,
+2020-05-20T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1119,74,1193,2593,3786,0,28,3100,647,7533,217849,173903,,
+2020-05-20T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,310,22,332,1846,2178,-86,32,5725,1386,9289,85140,49819,,
+2020-05-20T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4281,231,4512,22159,26671,-620,294,43442,15662,85775,607863,359922,,
+2020-05-20T17:00:00,ITA,11,Marche,43.61675973,13.5188753,125,16,141,1833,1974,-154,2,3716,987,6677,90093,57604,,
+2020-05-20T17:00:00,ITA,14,Molise,41.55774754,14.65916051,7,2,9,189,198,-14,0,202,22,422,12158,11727,,
+2020-05-20T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1513,96,1609,7542,9151,-484,158,17016,3718,29885,264624,177088,,
+2020-05-20T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,242,21,263,1639,1902,-39,11,2027,478,4407,95895,66164,,
+2020-05-20T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,68,10,78,253,331,-10,1,898,126,1355,45572,39460,,
+2020-05-20T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,118,11,129,1394,1523,-1,8,1620,268,3411,123573,110205,,
+2020-05-20T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,178,45,223,1894,2117,-206,14,6867,998,9982,214299,154671,,
+2020-05-20T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,39,6,45,81,126,-78,10,3787,455,4368,72031,42140,,
+2020-05-20T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,25,2,27,39,66,0,0,1287,74,1427,59220,41748,,
+2020-05-20T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,25,1,26,20,46,-3,0,986,143,1175,12920,10079,,
+2020-05-20T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,255,16,271,3261,3532,-222,33,13666,1832,19030,536798,285786,,
+2020-05-21T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,175,5,180,1092,1272,-45,7,1549,391,3212,62161,42768,,
+2020-05-21T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,15,1,16,44,60,-13,1,307,27,394,24537,23903,,
+2020-05-21T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,50,5,55,195,250,-22,0,2046,291,2587,57104,25999,,
+2020-05-21T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,47,1,48,278,326,-27,0,734,96,1156,59724,57465,,
+2020-05-21T17:00:00,ITA,15,Campania,40.83956555,14.25084984,312,9,321,1052,1373,-69,9,2947,403,4723,155842,73912,,
+2020-05-21T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,592,92,684,4242,4926,-172,53,18466,4025,27417,278917,174485,,
+2020-05-21T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,72,2,74,504,578,-18,6,2314,323,3215,111541,68882,,
+2020-05-21T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1110,68,1178,2459,3637,-149,25,3259,662,7558,222071,177749,,
+2020-05-21T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,283,22,305,1770,2075,-103,55,5872,1397,9344,87011,50812,,
+2020-05-21T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4119,226,4345,22370,26715,44,316,43649,15727,86091,622565,368046,,
+2020-05-21T17:00:00,ITA,11,Marche,43.61675973,13.5188753,111,16,127,1705,1832,-142,12,3867,990,6689,91885,58667,,
+2020-05-21T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,184,194,-4,1,207,22,423,12253,11819,,
+2020-05-21T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1479,83,1562,7148,8710,-441,105,17538,3742,29990,271286,179877,,
+2020-05-21T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,236,20,256,1583,1839,-63,6,2096,478,4413,97589,67562,,
+2020-05-21T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,64,12,76,242,318,-13,1,911,127,1356,46795,40461,,
+2020-05-21T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,107,11,118,1404,1522,-1,6,1627,268,3417,127348,112329,,
+2020-05-21T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,169,41,210,1667,1877,-240,18,7119,1004,10000,218615,157388,,
+2020-05-21T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,40,6,46,20,66,-60,10,3857,455,4378,73849,42954,,
+2020-05-21T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,17,2,19,42,61,-5,2,1294,74,1429,60471,42720,,
+2020-05-21T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,26,1,27,16,43,-3,1,990,143,1176,13261,10380,,
+2020-05-21T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,237,15,252,3034,3286,-246,8,13911,1841,19038,548573,290682,,
+2020-05-22T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,157,4,161,1018,1179,-93,8,1647,394,3220,63956,43904,,
+2020-05-22T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,15,1,16,33,49,-11,0,318,27,394,25045,24395,,
+2020-05-22T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,34,5,39,185,224,-26,3,2075,291,2590,58188,26585,,
+2020-05-22T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,47,1,48,254,302,-24,1,759,96,1157,60847,58588,,
+2020-05-22T17:00:00,ITA,15,Campania,40.83956555,14.25084984,312,9,321,971,1292,-81,10,3037,404,4733,161825,76907,,
+2020-05-22T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,552,89,641,4089,4730,-196,53,18703,4037,27470,282857,176464,,
+2020-05-22T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,68,2,70,415,485,-93,12,2417,325,3227,114062,70035,,
+2020-05-22T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1111,67,1178,2457,3635,-2,31,3285,669,7589,227090,182266,,
+2020-05-22T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,269,19,288,1620,1908,-167,45,6074,1407,9389,89529,51771,,
+2020-05-22T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4028,207,4235,21698,25933,-782,293,44667,15784,86384,641593,378934,,
+2020-05-22T17:00:00,ITA,11,Marche,43.61675973,13.5188753,101,15,116,1652,1768,-64,8,3939,990,6697,93549,59673,,
+2020-05-22T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,174,184,-10,3,220,22,426,12616,12173,,
+2020-05-22T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1414,79,1493,6959,8452,-258,87,17868,3757,30077,276633,182970,,
+2020-05-22T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,233,17,250,1588,1838,-1,27,2120,482,4440,99702,67562,,
+2020-05-22T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,58,6,64,242,306,-12,0,922,128,1356,48189,41603,,
+2020-05-22T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,103,10,113,1406,1519,-3,4,1634,268,3421,129431,114230,,
+2020-05-22T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,162,42,204,1582,1786,-91,35,7240,1009,10035,222505,160266,,
+2020-05-22T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,32,4,36,571,607,541,10,3326,455,4388,76001,43885,,
+2020-05-22T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,16,2,18,41,59,-2,0,1296,74,1429,61696,43686,,
+2020-05-22T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,22,2,24,19,43,0,1,991,143,1177,13531,10607,,
+2020-05-22T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,215,12,227,2796,3023,-263,21,14182,1854,19059,559933,295343,,
+2020-05-23T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,156,4,160,1008,1168,-11,1,1659,394,3221,65290,44680,,
+2020-05-23T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,14,1,15,26,41,-8,4,330,27,398,25511,24841,,
+2020-05-23T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,35,5,40,174,214,-10,0,2085,291,2590,59671,27549,,
+2020-05-23T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,43,1,44,244,288,-14,0,773,96,1157,61892,59633,,
+2020-05-23T17:00:00,ITA,15,Campania,40.83956555,14.25084984,295,10,305,968,1273,-19,11,3067,404,4744,166692,79655,,
+2020-05-23T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,524,84,608,3962,4570,-160,43,18896,4047,27513,287382,179022,,
+2020-05-23T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,63,1,64,395,459,-26,6,2447,327,3233,116689,71043,,
+2020-05-23T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1097,60,1157,2424,3581,-54,18,3350,676,7607,230743,185285,,
+2020-05-23T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,247,20,267,1467,1734,-174,38,6279,1414,9427,91735,52664,,
+2020-05-23T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4026,199,4225,21405,25630,-303,441,45355,15840,86825,658784,389648,,
+2020-05-23T17:00:00,ITA,11,Marche,43.61675973,13.5188753,100,15,115,1598,1713,-55,4,3995,993,6701,94657,60232,,
+2020-05-23T17:00:00,ITA,14,Molise,41.55774754,14.65916051,8,2,10,179,189,5,5,220,22,431,13017,12552,,
+2020-05-23T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1291,76,1367,6658,8025,-427,60,18341,3771,30137,281897,185963,,
+2020-05-23T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,215,17,232,1573,1805,-33,8,2157,486,4448,101738,68485,,
+2020-05-23T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,58,6,64,223,287,-19,0,940,129,1356,49675,42790,,
+2020-05-23T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,95,9,104,1408,1512,-7,0,1640,269,3421,131913,116517,,
+2020-05-23T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,157,40,197,1569,1766,-20,12,7270,1011,10047,226046,162433,,
+2020-05-23T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,28,4,32,533,565,-42,7,3374,456,4395,78185,45304,,
+2020-05-23T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,39,56,-3,1,1300,74,1430,63009,44473,,
+2020-05-23T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,23,2,25,10,35,-8,0,999,143,1177,13828,10858,,
+2020-05-23T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,205,14,219,2622,2841,-182,10,14363,1865,19069,572834,300799,,
+2020-05-24T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,149,3,152,940,1092,-76,5,1736,398,3226,66486,45516,,
+2020-05-24T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,13,1,14,25,39,-2,1,333,27,399,26111,25431,,
+2020-05-24T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,30,5,35,160,195,-19,3,2107,291,2593,60573,27938,,
+2020-05-24T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,43,1,44,231,275,-13,0,786,96,1157,62952,60693,,
+2020-05-24T17:00:00,ITA,15,Campania,40.83956555,14.25084984,311,8,319,949,1268,-5,5,3076,405,4749,172106,80942,,
+2020-05-24T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,519,83,602,3855,4457,-113,45,19046,4055,27558,291876,182002,,
+2020-05-24T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,62,1,63,349,412,-47,3,2495,329,3236,118852,72104,,
+2020-05-24T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1088,61,1149,2420,3569,-12,20,3374,684,7627,233498,187994,,
+2020-05-24T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,247,18,265,1359,1624,-110,53,6437,1419,9480,93173,53230,,
+2020-05-24T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,4017,197,4214,21400,25614,-16,285,45656,15840,87110,670241,396992,pd-IT-0020,pd-EN-0020
+2020-05-24T17:00:00,ITA,11,Marche,43.61675973,13.5188753,101,13,114,1578,1692,-21,13,4028,994,6714,95715,60949,,
+2020-05-24T17:00:00,ITA,14,Molise,41.55774754,14.65916051,6,2,8,175,183,-6,1,227,22,432,13226,12751,,
+2020-05-24T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1283,75,1358,6345,7703,-322,43,18694,3783,30180,285160,188716,,
+2020-05-24T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,204,17,221,1572,1793,-12,10,2178,487,4458,103570,71032,,
+2020-05-24T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,51,3,54,191,245,-42,0,982,129,1356,50796,43661,,
+2020-05-24T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,91,9,100,1353,1453,-59,2,1701,269,3423,133249,117242,,
+2020-05-24T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,148,38,186,1514,1700,-66,15,7349,1013,10062,229135,164469,,
+2020-05-24T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,27,4,31,504,535,-30,9,3412,457,4404,79788,45860,,
+2020-05-24T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,36,53,-3,0,1302,75,1430,63717,45131,,
+2020-05-24T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,23,1,24,8,32,-3,1,1003,143,1178,14079,11035,,
+2020-05-24T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,185,11,196,2464,2660,-181,17,14557,1869,19086,582709,304944,,
+2020-05-25T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,149,3,152,894,1046,-46,1,1781,400,3227,67468,46146,,
+2020-05-25T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,13,0,13,23,36,-3,0,336,27,399,26634,25944,,
+2020-05-25T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,29,5,34,150,184,-11,0,2118,291,2593,61075,28189,,
+2020-05-25T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,42,1,43,221,264,-11,0,797,96,1157,63508,61249,,
+2020-05-25T17:00:00,ITA,15,Campania,40.83956555,14.25084984,287,7,294,919,1213,-55,6,3137,405,4755,175466,82786,,
+2020-05-25T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,514,82,596,3763,4359,-98,29,19160,4068,27587,294181,183187,,
+2020-05-25T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,62,1,63,323,386,-26,4,2525,329,3240,120123,73079,,
+2020-05-25T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1085,60,1145,2409,3554,-15,16,3401,688,7643,235840,190052,,
+2020-05-25T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,236,18,254,1302,1556,-68,17,6516,1425,9497,94472,53791,,
+2020-05-25T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3721,196,3917,21298,25215,-399,148,46169,15874,87258,675882,400252,,
+2020-05-25T17:00:00,ITA,11,Marche,43.61675973,13.5188753,95,13,108,1554,1662,-30,2,4059,995,6716,96270,61347,,
+2020-05-25T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,2,7,170,177,-6,0,233,22,432,13315,12819,,
+2020-05-25T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1227,72,1299,6197,7496,-207,48,18934,3798,30228,288018,191129,,
+2020-05-25T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,190,15,205,1473,1678,-115,9,2298,491,4467,104670,72042,,
+2020-05-25T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,49,3,52,179,231,-14,-2,994,129,1354,51073,43924,dc-IT-0034,dc-EN-0034
+2020-05-25T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,89,9,98,1335,1433,-20,4,1724,270,3427,135261,118208,,
+2020-05-25T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,152,37,189,1447,1636,-64,5,7416,1015,10067,230273,165114,,
+2020-05-25T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,27,4,31,486,517,-18,1,3430,458,4405,80454,45531,,
+2020-05-25T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,29,46,-7,0,1309,75,1430,63916,45268,,
+2020-05-25T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,19,1,20,13,33,1,1,1003,143,1179,14175,11123,,
+2020-05-25T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,179,10,189,2389,2578,-82,11,14641,1878,19097,590179,308128,,
+2020-05-26T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,142,3,145,764,909,-137,3,1921,400,3230,68733,46960,,
+2020-05-26T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,8,0,8,28,36,0,0,336,27,399,27197,26807,,
+2020-05-26T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,28,5,33,146,179,-5,0,2123,291,2593,61464,28401,,
+2020-05-26T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,41,1,42,196,238,-26,0,823,96,1157,64514,62255,,
+2020-05-26T17:00:00,ITA,15,Campania,40.83956555,14.25084984,286,5,291,893,1184,-29,12,3178,405,4767,179845,85780,,
+2020-05-26T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,493,80,573,3573,4146,-213,24,19389,4076,27611,297854,185125,,
+2020-05-26T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,59,1,60,315,375,-11,11,2547,329,3251,121412,73911,,
+2020-05-26T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1083,59,1142,2396,3538,-16,18,3430,693,7661,238967,192591,,
+2020-05-26T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,223,19,242,1196,1438,-118,53,6681,1431,9550,96678,54918,,
+2020-05-26T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3622,183,3805,20672,24477,-738,159,47044,15896,87417,685058,405650,,
+2020-05-26T17:00:00,ITA,11,Marche,43.61675973,13.5188753,94,13,107,1468,1575,-87,2,4147,996,6718,97285,61923,,
+2020-05-26T17:00:00,ITA,14,Molise,41.55774754,14.65916051,5,2,7,167,174,-3,0,236,22,432,13452,12940,,
+2020-05-26T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1162,70,1232,5709,6941,-555,86,19561,3812,30314,293473,193954,,
+2020-05-26T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,172,17,189,1350,1539,-139,2,2436,494,4469,106873,73226,,
+2020-05-26T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,41,2,43,181,224,-7,0,1000,130,1354,51968,44663,,
+2020-05-26T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,83,10,93,1337,1430,-3,3,1729,271,3430,137682,120206,,
+2020-05-26T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,145,34,179,1343,1522,-114,3,7527,1021,10070,234796,168150,,
+2020-05-26T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,24,3,27,486,513,-4,10,3441,461,4415,81149,45926,,
+2020-05-26T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,12,2,14,28,42,-4,1,1314,75,1431,65013,46044,,
+2020-05-26T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,17,1,18,13,31,-2,2,1007,143,1181,14262,11190,,
+2020-05-26T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,177,11,188,2243,2431,-147,8,14788,1886,19105,602252,312632,,
+2020-05-27T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,138,3,141,725,866,-43,5,1969,400,3235,70473,48112,,
+2020-05-27T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,7,0,7,29,36,0,0,336,27,399,27734,27344,,
+2020-05-27T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,27,5,32,139,171,-8,0,2131,291,2593,62247,28809,,
+2020-05-27T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,35,1,36,154,190,-48,1,872,96,1158,65631,63372,,
+2020-05-27T17:00:00,ITA,15,Campania,40.83956555,14.25084984,275,6,281,865,1146,-38,6,3221,406,4773,185724,88874,,
+2020-05-27T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,459,78,537,3461,3998,-148,16,19546,4083,27627,301568,186933,,
+2020-05-27T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,51,1,52,304,356,-19,4,2568,331,3255,123063,74332,,
+2020-05-27T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1062,65,1127,2361,3488,-50,11,3483,701,7672,242287,195001,,
+2020-05-27T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,205,14,219,1050,1269,-169,39,6882,1438,9589,98835,55899,,
+2020-05-27T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3626,175,3801,20236,24037,-440,384,47810,15954,87801,697561,413483,,
+2020-05-27T17:00:00,ITA,11,Marche,43.61675973,13.5188753,90,13,103,1347,1450,-125,0,4272,996,6718,98535,62815,,
+2020-05-27T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,161,166,-8,2,246,22,434,13629,13087,,
+2020-05-27T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1118,68,1186,5278,6464,-477,73,20095,3828,30387,298571,196790,,
+2020-05-27T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,170,17,187,1326,1513,-26,10,2471,495,4479,109499,74686,,
+2020-05-27T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,41,2,43,172,215,-9,1,1010,130,1355,53294,45745,,
+2020-05-27T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,73,10,83,1235,1318,-112,5,1845,272,3435,140295,122130,,
+2020-05-27T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,132,31,163,1297,1460,-62,12,7595,1027,10082,238667,170802,,
+2020-05-27T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,19,2,21,456,477,-36,7,3483,462,4422,82269,46350,,
+2020-05-27T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,13,2,15,17,32,-10,0,1324,75,1431,66219,46975,,
+2020-05-27T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,17,1,18,9,27,-4,0,1011,143,1181,14459,11322,,
+2020-05-27T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,168,9,177,2110,2287,-144,8,14931,1895,19113,616691,317690,,
+2020-05-28T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,128,3,131,693,824,-42,2,2011,402,3237,71788,49084,,
+2020-05-28T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,6,0,6,28,34,-2,0,338,27,399,28342,27952,,
+2020-05-28T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,16,5,21,136,157,-14,2,2147,291,2595,63289,28809,,
+2020-05-28T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,31,1,32,138,170,-20,0,892,96,1158,66956,64697,,
+2020-05-28T17:00:00,ITA,15,Campania,40.83956555,14.25084984,260,6,266,746,1012,-134,4,3355,410,4777,189068,90670,,
+2020-05-28T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,449,77,526,3224,3750,-248,74,19857,4094,27701,310696,191112,,
+2020-05-28T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,51,1,52,284,336,-20,7,2593,333,3262,126015,76369,,
+2020-05-28T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,1035,64,1099,2306,3405,-83,21,3580,708,7693,245993,198207,,
+2020-05-28T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,198,13,211,934,1145,-124,16,7015,1445,9605,100625,56739,,
+2020-05-28T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3470,173,3643,19270,22913,-1124,382,49296,15974,88183,713068,422568,,
+2020-05-28T17:00:00,ITA,11,Marche,43.61675973,13.5188753,79,13,92,1254,1346,-104,1,4376,997,6719,100110,63611,,
+2020-05-28T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,158,163,-3,1,250,22,435,13847,13266,,
+2020-05-28T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1058,64,1122,4950,6072,-392,58,20535,3838,30445,304358,199286,,
+2020-05-28T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,164,16,180,1215,1395,-118,2,2590,496,4481,111946,75959,,
+2020-05-28T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,38,2,40,160,200,-15,0,1025,130,1355,54587,46815,,
+2020-05-28T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,72,8,80,1065,1145,-173,3,2021,272,3438,142516,122600,,
+2020-05-28T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,126,27,153,1227,1380,-80,4,7677,1029,10086,242687,173406,,
+2020-05-28T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,17,3,20,438,458,-19,3,3505,462,4425,83018,46735,,
+2020-05-28T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,14,2,16,17,33,1,0,1323,75,1431,67458,47920,,
+2020-05-28T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,16,0,16,7,23,-4,1,1016,143,1182,14653,11487,,
+2020-05-28T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,148,9,157,1868,2025,-262,12,15202,1898,19125,632124,323097,,
+2020-05-29T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,122,3,125,645,770,-54,0,2063,404,3237,73301,50043,,
+2020-05-29T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,5,0,5,28,33,-1,0,339,27,399,28909,28209,,
+2020-05-29T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,17,5,22,132,154,-3,0,2150,291,2595,64105,29680,,
+2020-05-29T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,25,1,26,133,159,-11,0,902,97,1158,68131,65872,,
+2020-05-29T17:00:00,ITA,15,Campania,40.83956555,14.25084984,236,7,243,743,986,-26,10,3390,411,4787,193669,93464,,
+2020-05-29T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,429,76,505,3059,3564,-186,38,20073,4102,27739,316909,193318,,
+2020-05-29T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,45,2,47,276,323,-13,5,2611,333,3267,130838,78151,,
+2020-05-29T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,817,59,876,2287,3163,-242,16,3825,721,7709,249267,201082,,
+2020-05-29T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,192,13,205,789,994,-151,14,7173,1452,9619,102173,57376,,
+2020-05-29T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3552,173,3725,18958,22683,-230,354,49842,16012,88537,727146,430863,,
+2020-05-29T17:00:00,ITA,11,Marche,43.61675973,13.5188753,69,9,78,1274,1352,6,4,4385,986,6723,101389,64361,dc-IT-0036,dc-EN-0036
+2020-05-29T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,157,162,-1,1,252,22,436,14109,13506,,
+2020-05-29T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,1029,61,1090,4568,5658,-414,56,20992,3851,30501,309497,202227,,
+2020-05-29T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,158,12,170,1113,1283,-112,1,2699,500,4482,114588,77211,,
+2020-05-29T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,37,2,39,151,190,-10,1,1036,130,1356,55831,47841,,
+2020-05-29T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,67,7,74,1063,1137,-8,2,2031,272,3440,145979,125340,,
+2020-05-29T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,111,31,142,1113,1255,-125,2,7802,1031,10088,246052,175489,,
+2020-05-29T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,16,3,19,391,410,-48,3,3556,462,4428,84805,47349,,
+2020-05-29T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,-2,0,1324,76,1431,68773,48873,,
+2020-05-29T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,12,0,12,7,19,-4,0,1020,143,1182,14759,11572,,
+2020-05-29T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,137,7,144,1705,1849,-176,9,15379,1906,19134,645049,326795,,
+2020-05-30T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,122,3,125,645,770,0,0,2063,404,3237,73301,50043,nd-IT-0015,nd-EN-0015
+2020-05-30T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,5,0,5,26,31,-2,0,341,27,399,29421,28685,,
+2020-05-30T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,4,17,120,137,-17,1,2168,291,2596,65405,30308,,
+2020-05-30T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,23,1,24,127,151,-8,0,910,97,1158,69334,67075,,
+2020-05-30T17:00:00,ITA,15,Campania,40.83956555,14.25084984,236,7,243,738,981,-5,10,3405,411,4797,198033,95903,,
+2020-05-30T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,398,65,463,2816,3279,-285,20,20373,4107,27759,321373,195492,,
+2020-05-30T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,45,1,46,259,305,-18,4,2633,333,3271,131976,78972,,
+2020-05-30T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,769,58,827,2228,3055,-108,6,3932,728,7715,253388,204232,,
+2020-05-30T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,186,9,195,586,781,-213,32,7411,1459,9651,104892,58665,,
+2020-05-30T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3307,172,3479,18330,21809,-874,221,50870,16079,88758,741447,438415,,
+2020-05-30T17:00:00,ITA,11,Marche,43.61675973,13.5188753,66,9,75,1272,1347,-5,4,4393,987,6727,102484,64947,,
+2020-05-30T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,151,156,-6,0,258,22,436,14371,13734,,
+2020-05-30T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,988,60,1048,4242,5290,-368,82,21435,3858,30583,315828,205102,,
+2020-05-30T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,150,12,162,1060,1222,-61,8,2768,500,4490,116765,78458,,
+2020-05-30T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,34,2,36,150,186,-4,0,1040,130,1356,56580,48432,,
+2020-05-30T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,67,7,74,925,999,-138,2,2170,273,3442,148871,127725,,
+2020-05-30T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,106,27,133,1033,1166,-89,12,7897,1037,10100,249441,177686,,
+2020-05-30T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,13,3,16,350,366,-44,1,3601,462,4429,86565,47908,,
+2020-05-30T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,16,1,17,14,31,0,0,1324,76,1431,70023,49760,,
+2020-05-30T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,13,0,13,4,17,-2,1,1023,143,1183,14972,11741,,
+2020-05-30T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,120,7,127,1485,1612,-237,12,15618,1916,19146,660151,331390,,
+2020-05-31T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,104,4,108,667,775,5,7,2064,405,3244,75652,50050,pd-IT-0022,pd-EN-0022
+2020-05-31T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,25,29,-2,0,343,27,399,29880,29130,,
+2020-05-31T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,4,17,110,127,-10,1,2179,291,2597,66247,30790,,
+2020-05-31T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,22,1,23,121,144,-7,0,917,97,1158,70274,68015,,
+2020-05-31T17:00:00,ITA,15,Campania,40.83956555,14.25084984,227,5,232,748,980,-1,5,3410,412,4802,201543,98096,,
+2020-05-31T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,393,57,450,2713,3163,-116,31,20513,4114,27790,325482,197423,,
+2020-05-31T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,41,1,42,236,278,-27,2,2662,333,3273,134378,80223,,
+2020-05-31T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,730,57,787,2196,2983,-72,13,4010,735,7728,255474,206235,,
+2020-05-31T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,195,8,203,466,669,-112,12,7529,1465,9663,106363,59374,,
+2020-05-31T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3131,170,3301,17695,20996,-813,210,51860,16112,88968,753874,445930,,
+2020-05-31T17:00:00,ITA,11,Marche,43.61675973,13.5188753,62,9,71,1267,1338,-9,3,4405,987,6730,103634,65617,,
+2020-05-31T17:00:00,ITA,14,Molise,41.55774754,14.65916051,2,2,4,141,145,-11,0,269,22,436,14631,13985,,
+2020-05-31T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,973,58,1031,4130,5161,-129,54,21609,3867,30637,319133,207714,,
+2020-05-31T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,143,11,154,1023,1177,-45,4,2813,504,4494,118652,79314,,
+2020-05-31T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,33,2,35,150,185,-1,0,1041,130,1356,57296,49016,,
+2020-05-31T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,65,7,72,914,986,-13,1,2183,274,3443,150054,128717,,
+2020-05-31T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,97,28,125,986,1111,-55,4,7952,1041,10104,252090,179296,,
+2020-05-31T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,13,3,16,288,304,-62,1,3664,462,4430,88558,48665,,
+2020-05-31T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,70553,50271,,
+2020-05-31T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,12,0,12,3,15,-2,1,1026,143,1184,15203,11926,,
+2020-05-31T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,112,6,118,1382,1500,-112,6,15734,1918,19152,669768,333834,,
+2020-06-01T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,113,6,119,625,744,-31,1,2093,408,3245,76924,52646,,
+2020-06-01T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,24,28,-1,0,344,27,399,29956,29196,,
+2020-06-01T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,4,17,106,123,-4,1,2184,291,2598,67121,31254,,
+2020-06-01T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,20,1,21,114,135,-9,0,926,97,1158,70892,68633,,
+2020-06-01T17:00:00,ITA,15,Campania,40.83956555,14.25084984,224,6,230,709,939,-41,4,3454,413,4806,203858,99580,,
+2020-06-01T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,383,54,437,2631,3068,-95,19,20617,4124,27809,329358,198884,,
+2020-06-01T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,40,2,42,224,266,-12,1,2673,335,3274,135431,80085,,
+2020-06-01T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,594,56,650,2244,2894,-89,10,4105,739,7738,257563,208081,,
+2020-06-01T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,191,7,198,413,611,-58,56,7641,1467,9719,107787,60117,,
+2020-06-01T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3085,167,3252,17609,20861,-135,50,52026,16131,89018,757446,447874,,
+2020-06-01T17:00:00,ITA,11,Marche,43.61675973,13.5188753,63,9,72,1255,1327,-11,0,4416,987,6730,103994,65848,,
+2020-06-01T17:00:00,ITA,14,Molise,41.55774754,14.65916051,2,2,4,131,135,-10,0,279,22,436,14819,14147,,
+2020-06-01T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,904,54,958,4104,5062,-99,21,21720,3876,30658,321476,209006,,
+2020-06-01T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,140,11,151,1004,1155,-22,4,2837,506,4498,119650,80390,,
+2020-06-01T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,23,1,24,137,161,-24,1,1065,131,1357,57687,49354,,
+2020-06-01T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,65,8,73,894,967,-19,0,2202,274,3443,151186,129103,,
+2020-06-01T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,85,25,110,972,1082,-29,3,7977,1048,10107,253845,180233,,
+2020-06-01T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,14,3,17,276,293,-11,2,3677,462,4432,89235,48853,,
+2020-06-01T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,70741,50790,,
+2020-06-01T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,11,0,11,6,17,2,3,1027,143,1187,15230,11950,,
+2020-06-01T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,110,6,116,1352,1468,-32,2,15768,1918,19154,675934,335650,,
+2020-06-02T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,113,6,119,624,743,-1,4,2093,413,3249,77892,53279,,
+2020-06-02T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,20,24,-4,0,348,27,399,30424,29664,,
+2020-06-02T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,3,16,104,120,-3,0,2187,291,2598,67643,31610,,
+2020-06-02T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,20,1,21,91,112,-23,0,949,97,1158,71617,69419,,
+2020-06-02T17:00:00,ITA,15,Campania,40.83956555,14.25084984,236,7,243,647,890,-49,3,3504,415,4809,206834,100269,,
+2020-06-02T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,358,50,408,2504,2912,-156,19,20780,4136,27828,333629,201267,,
+2020-06-02T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,40,2,42,202,244,-22,2,2696,336,3276,136524,80795,,
+2020-06-02T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,580,56,636,2211,2847,-47,5,4155,741,7743,260102,209892,,
+2020-06-02T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,175,7,182,364,546,-65,15,7720,1468,9734,109060,60631,,
+2020-06-02T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,3021,166,3187,17068,20255,-606,187,52807,16143,89205,766122,451502,,
+2020-06-02T17:00:00,ITA,11,Marche,43.61675973,13.5188753,60,9,69,1257,1326,-1,4,4421,987,6734,104968,66434,,
+2020-06-02T17:00:00,ITA,14,Molise,41.55774754,14.65916051,3,2,5,128,133,-2,0,281,22,436,14951,14278,,
+2020-06-02T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,849,46,895,3933,4828,-234,57,22003,3884,30715,325097,211174,,
+2020-06-02T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,134,11,145,906,1051,-104,0,2939,508,4498,121460,81372,,
+2020-06-02T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,21,1,22,133,155,-6,0,1071,131,1357,58224,49736,,
+2020-06-02T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,62,7,69,897,966,-1,4,2206,275,3447,153417,130886,,
+2020-06-02T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,85,25,110,901,1011,-71,10,8053,1053,10117,257178,182335,,
+2020-06-02T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,14,2,16,267,283,-10,0,3686,463,4432,89787,49173,,
+2020-06-02T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,71769,51508,,
+2020-06-02T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,10,0,10,3,13,-4,0,1031,143,1187,15327,12027,,
+2020-06-02T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,103,5,108,1295,1403,-65,8,15838,1921,19162,690267,340051,,
+2020-06-03T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,112,3,115,621,736,-7,3,2102,414,3252,78356,53555,,
+2020-06-03T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,4,0,4,19,23,-1,0,349,27,399,30708,29938,,
+2020-06-03T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,13,3,16,104,120,0,0,2187,291,2598,67965,31800,,
+2020-06-03T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,20,0,20,90,110,-2,0,951,97,1158,72237,69978,,
+2020-06-03T17:00:00,ITA,15,Campania,40.83956555,14.25084984,206,4,210,659,869,-21,12,3537,415,4821,208854,101664,,
+2020-06-03T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,342,50,392,2447,2839,-73,14,20856,4147,27842,336630,202506,,
+2020-06-03T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,39,2,41,192,233,-11,0,2707,336,3276,138250,81683,,
+2020-06-03T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,519,51,570,2248,2818,-29,10,4188,747,7753,262461,211669,,
+2020-06-03T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,169,6,175,339,514,-32,17,7764,1473,9751,110006,61006,,
+2020-06-03T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2995,131,3126,17098,20224,-31,237,53046,16172,89442,777477,458782,,
+2020-06-03T17:00:00,ITA,11,Marche,43.61675973,13.5188753,57,8,65,1245,1310,-16,1,4438,987,6735,105679,66805,,
+2020-06-03T17:00:00,ITA,14,Molise,41.55774754,14.65916051,1,2,3,124,127,-6,0,287,22,436,15123,14439,,
+2020-06-03T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,841,44,885,3801,4686,-142,19,22150,3898,30734,327206,212012,,
+2020-06-03T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,131,10,141,895,1036,-15,1,2952,511,4499,122506,82041,,
+2020-06-03T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,1,13,133,146,-9,0,1080,131,1357,58605,50057,,
+2020-06-03T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,60,7,67,813,880,-86,0,2292,275,3447,154873,131820,,
+2020-06-03T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,76,25,101,872,973,-38,4,8093,1055,10121,259167,183229,,
+2020-06-03T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,15,2,17,205,222,-61,1,3748,463,4433,91021,49626,,
+2020-06-03T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,72001,51310,,
+2020-06-03T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,9,0,9,4,13,0,0,1031,143,1187,15413,12084,,
+2020-06-03T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,106,2,108,1279,1387,-16,2,15856,1921,19164,695053,341333,,
+2020-06-04T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,109,3,112,592,704,-32,3,2136,415,3255,79720,54527,,
+2020-06-04T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,3,0,3,17,20,-3,0,352,27,399,31096,30706,,
+2020-06-04T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,7,2,9,103,112,-8,0,2194,292,2598,68513,32135,,
+2020-06-04T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,19,0,19,83,102,-8,0,959,97,1158,73072,70813,,
+2020-06-04T17:00:00,ITA,15,Campania,40.83956555,14.25084984,160,5,165,665,830,-39,1,3572,420,4822,210001,102305,,
+2020-06-04T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,320,49,369,2319,2688,-151,18,21018,4154,27860,341710,204614,,
+2020-06-04T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,34,2,36,177,213,-20,3,2730,336,3279,138942,81854,,
+2020-06-04T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,488,51,539,2215,2754,-64,11,4260,750,7764,265380,214051,,
+2020-06-04T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,149,6,155,239,394,-120,21,7899,1479,9772,111587,61688,,
+2020-06-04T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2954,125,3079,17145,20224,0,84,53101,16201,89526,780887,460658,,
+2020-06-04T17:00:00,ITA,11,Marche,43.61675973,13.5188753,52,5,57,1246,1303,-7,3,4447,988,6738,110077,67429,dc-IT-0038,dc-IT-0038
+2020-06-04T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,2,2,123,125,-2,0,288,23,436,15261,15261,,
+2020-06-04T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,808,43,851,3705,4556,-130,24,22292,3910,30758,331241,214551,,
+2020-06-04T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,131,9,140,827,967,-69,4,3022,514,4503,125049,83870,,
+2020-06-04T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,12,1,13,95,108,-38,0,1118,131,1357,59556,50865,,
+2020-06-04T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,57,6,63,816,879,-1,0,2292,276,3447,157868,134035,,
+2020-06-04T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,65,24,89,794,883,-90,1,8180,1059,10122,262762,186632,,
+2020-06-04T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,14,1,15,192,207,-15,0,3762,464,4433,91631,49920,,
+2020-06-04T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,15,2,17,14,31,0,0,1324,76,1431,73204,52223,,
+2020-06-04T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,9,0,9,1,10,-3,0,1034,143,1187,15512,12156,,
+2020-06-04T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,97,2,99,1220,1319,-68,4,15915,1934,19168,706475,344495,,
+2020-06-05T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,103,4,107,563,670,-34,2,2172,415,3257,80972,55295,,
+2020-06-05T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,18,18,-2,0,354,27,399,31485,30705,,
+2020-06-05T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,10,2,12,89,101,-11,1,2206,292,2599,69466,32665,,
+2020-06-05T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,18,0,18,79,97,-5,1,965,97,1159,74186,72124,,
+2020-06-05T17:00:00,ITA,15,Campania,40.83956555,14.25084984,133,7,140,634,774,-56,0,3623,425,4822,212486,104169,,
+2020-06-05T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,281,38,319,2193,2512,-176,17,21198,4167,27877,347146,207533,,
+2020-06-05T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,25,2,27,153,180,-33,1,2762,338,3280,142246,83600,,
+2020-06-05T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,480,51,531,2179,2710,-44,9,4309,754,7773,268561,216743,,
+2020-06-05T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,142,6,148,96,244,-150,14,8056,1486,9786,113329,62417,,
+2020-06-05T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2960,120,3080,16773,19853,-371,402,53853,16222,89928,800276,475041,,
+2020-06-05T17:00:00,ITA,11,Marche,43.61675973,13.5188753,50,5,55,1238,1293,-10,2,4458,989,6740,111431,68197,,
+2020-06-05T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,2,2,120,122,-3,0,291,23,436,15568,15568,,
+2020-06-05T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,743,40,783,3586,4369,-187,49,22511,3927,30807,335814,217032,,
+2020-06-05T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,111,5,116,730,846,-121,4,3140,521,4507,127520,85007,,
+2020-06-05T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,11,0,11,56,67,-41,2,1161,131,1359,60794,51853,,
+2020-06-05T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,54,6,60,812,872,-7,1,2300,276,3448,160639,136155,,
+2020-06-05T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,55,23,78,779,857,-26,7,8209,1063,10129,266508,188882,,
+2020-06-05T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,8,1,9,114,123,-84,0,3846,464,4433,92916,50312,,
+2020-06-05T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,12,2,14,15,29,-2,0,1326,76,1431,74142,52888,,
+2020-06-05T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,9,0,9,1,10,0,0,1034,143,1187,15587,12200,,
+2020-06-05T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,96,2,98,1131,1229,-90,6,16007,1938,19174,713500,346872,,
+2020-06-06T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,96,3,99,554,653,-17,1,2187,418,3258,82332,56223,,
+2020-06-06T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,17,17,-1,0,355,27,399,31882,31102,,
+2020-06-06T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,7,2,9,91,100,-1,1,2208,292,2600,70578,33291,,
+2020-06-06T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,18,0,18,73,91,-6,0,971,97,1159,75290,73228,,
+2020-06-06T17:00:00,ITA,15,Campania,40.83956555,14.25084984,97,7,104,634,738,-36,0,3658,426,4822,215404,105814,,
+2020-06-06T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,256,35,291,2125,2416,-96,17,21307,4171,27894,351146,210719,,
+2020-06-06T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,24,2,26,135,161,-19,3,2784,338,3283,146338,84978,,
+2020-06-06T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,477,49,526,2171,2697,-13,28,4346,758,7801,271662,219363,,
+2020-06-06T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,136,4,140,105,245,1,13,8062,1492,9799,114887,63119,,
+2020-06-06T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2840,110,2950,16549,19499,-354,142,54322,16249,90070,813972,480566,,
+2020-06-06T17:00:00,ITA,11,Marche,43.61675973,13.5188753,46,3,49,1146,1195,-98,2,4556,991,6742,112740,68775,,
+2020-06-06T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,2,2,119,121,-1,0,292,23,436,16522,15809,,
+2020-06-06T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,684,37,721,3446,4167,-202,38,22744,3934,30845,340176,219444,,
+2020-06-06T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,109,4,113,645,758,-88,4,3231,522,4511,129898,86405,,
+2020-06-06T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,10,1,11,49,60,-7,3,1171,131,1362,62145,52956,,
+2020-06-06T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,47,7,54,812,866,-6,2,2308,276,3450,163432,138343,,
+2020-06-06T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,49,22,71,714,785,-72,5,8281,1068,10134,269298,190860,,
+2020-06-06T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,6,1,7,97,104,-19,1,3866,464,4434,94159,50758,,
+2020-06-06T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,11,2,13,15,28,-1,0,1327,76,1431,75336,53733,,
+2020-06-06T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,7,0,7,5,12,2,2,1033,144,1189,15730,12289,,
+2020-06-06T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,82,2,84,1080,1164,-65,8,16069,1949,19182,734130,351519,,
+2020-06-07T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,88,4,92,561,653,0,7,2194,418,3265,83020,56702,,
+2020-06-07T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,14,14,-3,0,358,27,399,32147,31357,,
+2020-06-07T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,7,2,9,88,97,-3,3,2214,292,2603,71755,33944,,
+2020-06-07T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,18,0,18,73,91,0,0,971,97,1159,76142,74080,,
+2020-06-07T17:00:00,ITA,15,Campania,40.83956555,14.25084984,86,6,92,633,725,-13,4,3675,426,4826,217898,108785,,
+2020-06-07T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,245,32,277,2051,2328,-88,14,21405,4175,27908,355952,213979,,
+2020-06-07T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,22,4,26,125,151,-10,0,2793,339,3283,147673,85671,,
+2020-06-07T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,467,49,516,2174,2690,-7,11,4362,760,7812,274129,221612,,
+2020-06-07T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,127,5,132,111,243,-2,13,8070,1499,9812,116247,63749,,
+2020-06-07T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2801,107,2908,16512,19420,-79,125,54505,16270,90195,821977,485842,,
+2020-06-07T17:00:00,ITA,11,Marche,43.61675973,13.5188753,41,2,43,1116,1159,-36,3,4595,991,6745,113729,69376,,
+2020-06-07T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,2,2,118,120,-1,0,293,23,436,16791,16056,,
+2020-06-07T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,659,38,697,3265,3962,-205,10,22952,3941,30855,343354,221367,,
+2020-06-07T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,96,4,100,633,733,-25,0,3253,525,4511,131931,86405,,
+2020-06-07T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,10,1,11,48,59,-1,0,1172,131,1362,63172,53735,,
+2020-06-07T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,42,7,49,813,862,-4,1,2312,277,3451,164985,139481,,
+2020-06-07T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,52,20,72,678,750,-35,1,8315,1070,10135,272106,192675,,
+2020-06-07T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,6,1,7,75,82,-22,1,3889,464,4435,95638,51385,,
+2020-06-07T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,10,2,12,17,29,1,1,1327,76,1432,76179,54314,,
+2020-06-07T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,6,0,6,3,9,-3,2,1038,144,1191,15905,12335,,
+2020-06-07T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,81,1,82,1003,1085,-79,1,16144,1954,19183,745805,354338,,
+2020-06-08T17:00:00,ITA,13,Abruzzo,42.35122196,13.39843823,89,4,93,539,632,-21,0,2215,418,3265,83715,57165,,
+2020-06-08T17:00:00,ITA,17,Basilicata,40.63947052,15.80514834,0,0,0,13,13,-1,0,359,27,399,32720,31930,,
+2020-06-08T17:00:00,ITA,21,P.A. Bolzano,46.49933453,11.35662422,7,2,9,88,97,0,1,2215,292,2604,72257,34307,,
+2020-06-08T17:00:00,ITA,18,Calabria,38.90597598,16.59440194,18,0,18,59,77,-14,0,985,97,1159,76501,74439,,
+2020-06-08T17:00:00,ITA,15,Campania,40.83956555,14.25084984,82,6,88,629,717,-8,2,3685,426,4828,219033,109534,,
+2020-06-08T17:00:00,ITA,08,Emilia-Romagna,44.49436681,11.3417208,239,31,270,2012,2282,-46,20,21467,4179,27928,360962,215416,,
+2020-06-08T17:00:00,ITA,06,Friuli Venezia Giulia,45.6494354,13.76813649,22,3,25,119,144,-7,1,2800,340,3284,148030,85834,,
+2020-06-08T17:00:00,ITA,12,Lazio,41.89277044,12.48366722,466,49,515,2100,2615,-75,16,4450,763,7828,275885,222963,,
+2020-06-08T17:00:00,ITA,07,Liguria,44.41149315,8.9326992,125,5,130,118,248,5,14,8073,1505,9826,117410,64349,,
+2020-06-08T17:00:00,ITA,03,Lombardia,45.46679409,9.190347404,2708,107,2815,16504,19319,-101,194,54768,16302,90389,826465,489775,,
+2020-06-08T17:00:00,ITA,11,Marche,43.61675973,13.5188753,41,2,43,1032,1075,-84,2,4681,991,6747,114310,69736,,
+2020-06-08T17:00:00,ITA,14,Molise,41.55774754,14.65916051,0,2,2,117,119,-1,0,294,23,436,16966,16224,,
+2020-06-08T17:00:00,ITA,01,Piemonte,45.0732745,7.680687483,633,36,669,3197,3866,-96,14,23049,3954,30869,344924,222000,,
+2020-06-08T17:00:00,ITA,16,Puglia,41.12559576,16.86736689,94,4,98,600,698,-35,1,3289,525,4512,133164,88228,,
+2020-06-08T17:00:00,ITA,20,Sardegna,39.21531192,9.110616306,9,1,10,46,56,-3,0,1175,131,1362,63510,54051,,
+2020-06-08T17:00:00,ITA,19,Sicilia,38.11569725,13.3623567,40,7,47,806,853,-9,1,2321,278,3452,165693,140109,,
+2020-06-08T17:00:00,ITA,09,Toscana,43.76923077,11.25588885,50,20,70,651,721,-29,9,8349,1074,10144,273706,193737,,
+2020-06-08T17:00:00,ITA,22,P.A. Trento,46.06893511,11.12123097,7,1,8,73,81,-1,1,3891,464,4436,95825,51453,,
+2020-06-08T17:00:00,ITA,10,Umbria,43.10675841,12.38824698,10,2,12,17,29,0,0,1327,76,1432,76413,54486,,
+2020-06-08T17:00:00,ITA,02,Valle d'Aosta,45.73750286,7.320149366,7,0,7,1,8,-1,0,1039,144,1191,15910,12385,,
+2020-06-08T17:00:00,ITA,05,Veneto,45.43490485,12.33845213,82,1,83,997,1080,-5,4,16152,1955,19187,750248,355368,,
diff --git a/data/inputs/downloaded/italy_and_regions/LICENSE b/data/inputs/downloaded/italy_and_regions/LICENSE
new file mode 100644
index 0000000..10fabd9
--- /dev/null
+++ b/data/inputs/downloaded/italy_and_regions/LICENSE
@@ -0,0 +1,395 @@
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution 4.0 International Public License ("Public License"). To the
+extent this Public License may be interpreted as a contract, You are
+granted the Licensed Rights in consideration of Your acceptance of
+these terms and conditions, and the Licensor grants You such rights in
+consideration of benefits the Licensor receives from making the
+Licensed Material available under these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ d. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ f. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ g. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ h. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ i. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ j. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ k. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ 4. If You Share Adapted Material You produce, the Adapter's
+ License You apply must not prevent recipients of the Adapted
+ Material from complying with this Public License.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material; and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public licenses.
+Notwithstanding, Creative Commons may elect to apply one of its public
+licenses to material it publishes and in those instances will be
+considered the “Licensor.” The text of the Creative Commons public
+licenses is dedicated to the public domain under the CC0 Public Domain
+Dedication. Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the public
+licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/data/inputs/downloaded/japan/2020-05-17/summary.csv b/data/inputs/downloaded/japan_hospitalizations/2020-05-17/summary.csv
similarity index 100%
rename from data/inputs/downloaded/japan/2020-05-17/summary.csv
rename to data/inputs/downloaded/japan_hospitalizations/2020-05-17/summary.csv
diff --git a/data/inputs/downloaded/japan/2020-05-19/summary.csv b/data/inputs/downloaded/japan_hospitalizations/2020-05-19/summary.csv
similarity index 100%
rename from data/inputs/downloaded/japan/2020-05-19/summary.csv
rename to data/inputs/downloaded/japan_hospitalizations/2020-05-19/summary.csv
diff --git a/data/inputs/downloaded/japan/2020-05-21/summary.csv b/data/inputs/downloaded/japan_hospitalizations/2020-05-21/summary.csv
similarity index 100%
rename from data/inputs/downloaded/japan/2020-05-21/summary.csv
rename to data/inputs/downloaded/japan_hospitalizations/2020-05-21/summary.csv
diff --git a/data/inputs/downloaded/japan_hospitalizations/2020-06-04/summary.csv b/data/inputs/downloaded/japan_hospitalizations/2020-06-04/summary.csv
new file mode 100644
index 0000000..ef4dd2f
--- /dev/null
+++ b/data/inputs/downloaded/japan_hospitalizations/2020-06-04/summary.csv
@@ -0,0 +1,116 @@
+year,month,date,pcr_tested_positive,pcr_tested,hospitalized,serious,discharged,death,confirming,pcr_tests_niid,pcr_tests_quarantine_stations,pcr_tests_public_health_institute,pcr_tests_private_testing,pcr_tests_private_testing_insurance,pcr_tests_universities,pcr_tests_universities_insurance,pcr_tests_medical_institutions,pcr_tests_medical_institutions_insurance,pcr_tests_total,pcr_tests_total_insurance,URL
+2020,2,5,16,132,,,4,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09360.html
+2020,2,6,16,151,,,4,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09396.html
+2020,2,7,16,174,7,0,9,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09418.html
+2020,2,10,16,190,6,0,10,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09450.html
+2020,2,12,17,200,6,0,11,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09490.html
+2020,2,13,21,214,9,0,11,1,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09531.html
+2020,2,14,46,487,24,3,12,1,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09571.html
+2020,2,17,53,523,31,3,12,1,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09605.html
+2020,2,18,60,532,35,6,14,1,,472,75,398,0,,79,,0,,1024,,https://www.mhlw.go.jp/stf/newpage_09637.html
+2020,2,19,70,603,43,7,16,1,,487,143,1007,0,,79,,0,,1716,,https://www.mhlw.go.jp/stf/newpage_09670.html
+2020,2,20,79,693,52,9,16,1,,507,158,1765,0,,79,,0,,2509,,https://www.mhlw.go.jp/stf/newpage_09690.html
+2020,2,21,90,778,62,10,17,1,,768,346,2667,132,,187,,0,,4100,,https://www.mhlw.go.jp/stf/newpage_09718.html
+2020,2,22,114,874,84,11,17,1,,1109,473,3345,134,,206,,0,,5267,,https://www.mhlw.go.jp/stf/newpage_09724.html
+2020,2,23,126,913,96,13,17,1,,1162,545,3879,134,,206,,0,,5926,,https://www.mhlw.go.jp/stf/newpage_09754.html
+2020,2,24,140,1017,110,14,18,1,,1184,648,4342,151,,206,,0,,6531,,https://www.mhlw.go.jp/stf/newpage_09747.html
+2020,2,25,149,1061,113,15,23,1,,1379,686,5037,151,,206,,0,,7459,,https://www.mhlw.go.jp/stf/newpage_09770.html
+2020,2,26,171,1229,127,16,30,3,,1646,705,6007,300,,206,,0,,8864,,https://www.mhlw.go.jp/stf/newpage_09815.html
+2020,2,27,195,1380,150,20,30,4,,1883,766,7108,300,,206,,0,,10263,,https://www.mhlw.go.jp/stf/newpage_09849.html
+2020,2,28,215,1510,162,22,31,5,,1936,845,8477,402,,206,,0,,11866,,https://www.mhlw.go.jp/stf/newpage_09860.html
+2020,2,29,224,1688,174,23,31,5,,1946,931,9448,402,,206,,0,,12933,,https://www.mhlw.go.jp/stf/newpage_09863.html
+2020,3,1,239,1784,188,23,32,6,,1946,953,9992,518,,206,,0,,13615,,https://www.mhlw.go.jp/stf/newpage_09889.html
+2020,3,2,253,1855,194,24,35,6,,2071,977,11030,533,,206,,0,,14817,,https://www.mhlw.go.jp/stf/newpage_09925.html
+2020,3,3,269,5690,209,24,37,6,,2091,1004,12748,544,,206,,0,,16593,,https://www.mhlw.go.jp/stf/newpage_09964.html
+2020,3,4,302,5948,238,27,38,6,,2162,1016,14146,551,,206,,0,,18081,,https://www.mhlw.go.jp/stf/newpage_09993.html
+2020,3,5,333,6647,246,30,56,6,,2245,1027,15725,556,,206,,0,,19759,,https://www.mhlw.go.jp/stf/newpage_10022.html
+2020,3,6,392,7200,296,28,63,6,,2352,1062,17513,561,1,265,21,69,8,21822,30,https://www.mhlw.go.jp/stf/newpage_10028.html
+2020,3,7,439,7347,334,27,67,6,,2370,1075,19131,572,1,285,29,113,12,23546,42,https://www.mhlw.go.jp/stf/newpage_10032.html
+2020,3,8,472,7457,343,33,88,7,,2370,1085,19713,574,1,294,33,122,16,24158,50,https://www.mhlw.go.jp/stf/newpage_10062.html
+2020,3,9,498,8771,360,31,89,9,,2370,1112,20785,578,7,391,70,169,38,25405,115,https://www.mhlw.go.jp/stf/newpage_10094.html
+2020,3,10,552,9195,392,26,103,12,,2378,1169,22548,675,24,456,98,231,59,27457,181,https://www.mhlw.go.jp/stf/newpage_10130.html
+2020,3,11,604,9376,434,29,108,15,,2447,1214,24085,756,93,526,139,315,86,29343,318,https://www.mhlw.go.jp/stf/newpage_10157.html
+2020,3,12,659,11231,468,32,120,19,,2533,1342,25463,784,119,580,163,382,114,31084,396,https://www.mhlw.go.jp/stf/newpage_10187.html
+2020,3,13,699,12090,497,35,129,21,,2537,1529,26626,821,157,655,188,482,134,32650,479,https://www.mhlw.go.jp/stf/newpage_10201.html
+2020,3,14,762,12197,536,36,142,22,,2690,1767,27708,874,196,670,198,534,140,34243,534,https://www.mhlw.go.jp/stf/newpage_10204.html
+2020,3,15,794,12239,550,41,149,24,,2702,1826,28140,874,196,674,198,640,147,34856,541,https://www.mhlw.go.jp/stf/newpage_10226.html
+2020,3,16,809,14322,556,46,156,28,,2727,1891,28956,909,256,756,245,695,170,35934,671,https://www.mhlw.go.jp/stf/newpage_10251.html
+2020,3,17,853,14525,579,46,176,29,,2762,1905,30504,972,297,820,280,751,199,37714,776,https://www.mhlw.go.jp/stf/newpage_10309.html
+2020,3,18,892,14072,590,49,200,31,,2778,1964,31965,1069,388,911,330,826,232,39513,950,https://www.mhlw.go.jp/stf/newpage_10335.html
+2020,3,19,928,18015,614,50,212,33,,2800,1995,33416,1155,467,1002,374,897,260,41265,1101,https://www.mhlw.go.jp/stf/newpage_10351.html
+2020,3,20,981,18134,650,55,217,35,,2800,2046,34691,1183,489,1095,377,922,280,42737,1146,https://www.mhlw.go.jp/stf/newpage_10356.html
+2020,3,21,1015,18226,648,57,257,36,,2800,2086,35387,1304,598,1123,397,939,288,43639,1283,https://www.mhlw.go.jp/stf/newpage_10359.html
+2020,3,22,1057,18322,669,54,270,41,,2804,2169,36078,1304,598,1165,419,966,301,44486,1318,https://www.mhlw.go.jp/stf/newpage_10385.html
+2020,3,23,1095,22184,689,55,285,42,,2804,2189,37214,1341,654,1284,481,1050,337,45882,1472,https://www.mhlw.go.jp/stf/newpage_10426.html
+2020,3,24,1160,21266,739,57,294,43,,2806,2236,39187,1425,717,1403,524,1154,392,48211,1633,https://www.mhlw.go.jp/stf/newpage_10442.html
+2020,3,25,1253,22858,765,56,343,45,,2806,2265,40758,1567,854,1505,573,1230,437,50131,1864,https://www.mhlw.go.jp/stf/newpage_10465.html
+2020,3,26,1348,24663,828,56,356,46,,2806,2282,42479,1719,988,1671,627,1338,506,52295,2121,https://www.mhlw.go.jp/stf/newpage_10521.html
+2020,3,27,1452,26105,948,60,388,49,,2836,2294,44257,1911,1175,1840,694,1431,565,54569,2434,https://www.mhlw.go.jp/stf/newpage_10549.html
+2020,3,28,1646,26401,1187,59,408,52,,2836,2310,46313,2184,1422,1997,723,1476,586,57116,2731,https://www.mhlw.go.jp/stf/newpage_10555.html
+2020,3,29,1819,26607,1358,59,408,54,,3162,2372,47639,2456,1422,2091,732,1510,613,59230,2767,https://www.mhlw.go.jp/stf/newpage_10595.html
+2020,3,30,1886,30088,1423,59,408,56,,3618,2469,49304,2996,1645,2349,833,1694,706,62430,3184,https://www.mhlw.go.jp/stf/newpage_10636.html
+2020,3,31,1827,32002,1594,60,456,57,,3618,2676,52341,3384,2000,2601,915,1893,795,66513,3710,https://www.mhlw.go.jp/stf/newpage_10651.html
+2020,4,1,2051,32002,1757,62,489,60,,3618,2722,55211,3859,2441,2959,997,2255,909,70624,4347,https://www.mhlw.go.jp/stf/newpage_10668.html
+2020,4,2,2304,36687,1980,64,498,63,,3618,2853,58755,4566,3083,3365,1123,2539,1070,75696,5276,https://www.mhlw.go.jp/stf/newpage_10688.html
+2020,4,3,2641,39992,2227,69,559,69,,3804,3349,62323,5345,3754,3896,1256,2731,1180,81448,6190,https://www.mhlw.go.jp/stf/newpage_10696.html
+2020,4,4,3010,40263,2553,70,568,70,,4321,3939,65557,6526,4401,4282,1321,2805,1230,87430,6952,https://www.mhlw.go.jp/stf/newpage_10700.html
+2020,4,5,3395,40481,2921,79,575,73,,4609,4641,67634,7022,4406,4428,1354,2857,1270,91191,7030,https://www.mhlw.go.jp/stf/newpage_10709.html
+2020,4,6,3665,48357,3132,80,605,80,,4947,5268,70403,7796,4890,5066,1582,3158,1494,96638,7966,https://www.mhlw.go.jp/stf/newpage_10723.html
+2020,4,7,4042,52901,3472,99,615,81,,5304,5953,74555,9130,5594,5685,1738,3373,1627,104000,8959,https://www.mhlw.go.jp/stf/newpage_10752.html
+2020,4,8,4591,54284,3914,109,668,85,,5718,6758,78665,10974,6688,6268,1899,3682,1797,112065,10384,https://www.mhlw.go.jp/stf/newpage_10770.html
+2020,4,9,5163,57125,4461,117,697,88,,6005,7698,83206,12624,7781,6801,2100,4044,2055,120378,11936,https://www.mhlw.go.jp/stf/newpage_10800.html
+2020,4,10,5871,61991,5063,122,745,94,,6349,8348,87936,14166,8840,7462,2297,4414,2328,128675,13465,https://www.mhlw.go.jp/stf/newpage_10811.html
+2020,4,11,6547,63132,5751,129,767,98,,6700,9031,92614,15608,9824,7819,2384,4517,2392,136289,14600,https://www.mhlw.go.jp/stf/newpage_10814.html
+2020,4,12,7118,63132,6239,135,782,102,,7026,9864,95449,15895,9836,7864,2396,4599,2469,140697,14701,https://www.mhlw.go.jp/stf/newpage_10829.html
+2020,4,13,7451,72801,6564,152,836,132,,7129,10683,98651,17606,10867,8589,2709,5037,2784,147695,16360,https://www.mhlw.go.jp/stf/newpage_10845.html
+2020,4,14,7962,76425,6961,168,884,147,,7334,11622,104143,19080,12136,9277,2953,5425,3059,156881,18148,https://www.mhlw.go.jp/stf/newpage_10867.html
+2020,4,15,8473,81825,7388,193,918,170,,7417,12316,109616,21041,13715,9838,3162,5860,3350,166088,20227,https://www.mhlw.go.jp/stf/newpage_10887.html
+2020,4,16,9069,86800,7884,207,995,185,,7417,13019,115233,22747,15189,10382,3408,6186,3591,174984,22188,https://www.mhlw.go.jp/stf/newpage_10904.html
+2020,4,17,9644,91050,8448,211,1052,198,,7552,13865,120801,24837,17009,11020,3621,6618,3890,184693,24520,https://www.mhlw.go.jp/stf/newpage_10912.html
+2020,4,18,10234,91695,8916,217,1142,210,,7560,14643,125717,27573,19510,11211,3710,6753,3993,193457,27213,https://www.mhlw.go.jp/stf/newpage_10914.html
+2020,4,19,10606,94826,9215,231,1222,223,,7685,15477,129217,27625,19527,11255,3734,6843,4050,198102,27311,https://www.mhlw.go.jp/stf/newpage_10936.html
+2020,4,20,10971,101818,9449,232,1955,244,,7685,15902,132522,29823,21311,11935,4040,7334,4419,205201,29770,https://www.mhlw.go.jp/stf/newpage_10965.html
+2020,4,21,11345,107430,9740,241,2023,277,,7685,16570,137266,31893,23197,12919,4373,7694,4697,214027,32267,https://www.mhlw.go.jp/stf/newpage_10989.html
+2020,4,22,11795,112108,10082,259,2391,287,,7750,16928,142581,34386,25404,13713,4645,8047,4984,223405,35033,https://www.mhlw.go.jp/stf/newpage_11012.html
+2020,4,23,12240,117367,10469,263,2519,317,,7894,17449,148045,36757,27512,14648,4859,8372,5237,233165,37608,https://www.mhlw.go.jp/stf/newpage_11029.html
+2020,4,24,12691,122700,10801,287,2645,334,,7967,18136,153058,39375,29783,15801,5172,8803,5554,243140,40509,https://www.mhlw.go.jp/stf/newpage_11043.html
+2020,4,25,13065,123633,11046,296,2798,348,,8115,18931,157515,42074,32053,16121,5289,8963,5675,251719,43017,https://www.mhlw.go.jp/stf/newpage_11048.html
+2020,4,26,13286,124456,11175,300,2888,351,,8115,19663,160498,42507,32304,16189,5310,9057,5746,256029,43360,https://www.mhlw.go.jp/stf/newpage_11070.html
+2020,4,27,13475,133578,11252,305,3170,376,,8115,20255,163633,44760,34166,17094,5702,9536,6119,263393,45987,https://www.mhlw.go.jp/stf/newpage_11096.html
+2020,4,28,13759,136695,11427,306,3357,389,,8172,20966,168681,47672,36635,18001,6056,9959,6459,273451,49150,https://www.mhlw.go.jp/stf/newpage_11104.html
+2020,4,29,13986,137338,11585,308,3449,415,,8172,21602,172910,49885,38431,18196,6110,10096,6566,280861,51107,https://www.mhlw.go.jp/stf/newpage_11118.html
+2020,4,30,14185,145243,11424,328,3964,432,,8224,22193,176227,52765,40803,19001,6467,10609,6939,289019,54209,https://www.mhlw.go.jp/stf/newpage_11146.html
+2020,5,1,14451,152029,11558,324,4194,458,,8292,22899,180809,55470,42977,20000,6771,11112,7305,298582,57053,https://www.mhlw.go.jp/stf/newpage_11162.html
+2020,5,2,14753,153047,11724,321,4368,492,,8457,23704,184801,58823,45695,20364,6954,11359,7502,307508,60151,https://www.mhlw.go.jp/stf/newpage_11164.html
+2020,5,3,14957,153581,11823,308,4479,510,,8527,24396,187848,59489,46142,20630,7065,11590,7664,312480,60871,https://www.mhlw.go.jp/stf/newpage_11168.html
+2020,5,4,15134,154646,11935,309,4570,521,,8744,24762,190402,61026,47403,21010,7271,11855,7869,317799,62543,https://www.mhlw.go.jp/stf/newpage_11172.html
+2020,5,5,15254,156866,11731,308,4901,543,,9010,25168,192841,62398,48505,21368,7477,12084,8043,322869,64025,https://www.mhlw.go.jp/stf/newpage_11178.html
+2020,5,6,15360,157563,11638,300,5129,551,,9254,25567,194988,63590,49381,21720,7667,12362,8283,327481,65331,https://www.mhlw.go.jp/stf/newpage_11189.html
+2020,5,7,15456,169546,11286,287,5889,557,,9478,26054,197616,66845,51975,22710,8024,12812,8643,335515,68642,https://www.mhlw.go.jp/stf/newpage_11222.html
+2020,5,8,15545,179043,6302,266,8110,600,471,9593,26479,201385,70316,54909,23850,8502,13267,8962,344890,72373,https://www.mhlw.go.jp/stf/newpage_11229.html
+2020,5,9,15653,180478,6250,267,8276,613,442,9699,27060,204768,74123,58025,24213,8667,13560,9173,353423,75865,https://www.mhlw.go.jp/stf/newpage_11232.html
+2020,5,10,15721,183845,6074,249,8514,621,421,9751,27708,206854,74690,58455,24371,8714,13679,9280,357053,76449,https://www.mhlw.go.jp/stf/newpage_11248.html
+2020,5,11,15771,188646,5914,243,8903,643,246,9774,28341,208881,77412,60607,25585,9153,14263,9700,364256,79460,https://www.mhlw.go.jp/stf/newpage_11268.html
+2020,5,12,15852,188031,5162,259,9851,668,173,9801,29033,212144,80643,63252,26762,9520,14758,10038,373141,82810,https://www.mhlw.go.jp/stf/newpage_11291.html
+2020,5,13,15906,196816,4732,245,10321,687,168,9825,29264,215219,84654,66400,27739,9851,15134,10315,381835,86566,https://www.mhlw.go.jp/stf/newpage_11311.html
+2020,5,14,16006,194323,4339,237,10792,710,181,9828,29789,218155,88239,69278,28712,10185,15574,10638,390297,90101,https://www.mhlw.go.jp/stf/newpage_11339.html
+2020,5,15,16058,203284,4025,232,11136,725,180,9836,30367,220896,91537,72107,29879,10526,15975,10938,398490,93571,https://www.mhlw.go.jp/stf/newpage_11354.html
+2020,5,16,16115,206790,3787,230,11398,744,183,9930,31025,223295,94426,74576,30223,10696,16198,11112,405097,96384,https://www.mhlw.go.jp/stf/newpage_11359.html
+2020,5,17,16143,211832,3667,228,11547,752,166,9940,31757,224635,94952,74985,30362,10726,16326,11226,407972,96937,https://www.mhlw.go.jp/stf/newpage_11373.html
+2020,5,18,16173,216624,3400,213,11867,763,163,9940,32239,226092,97746,77372,31613,11175,16829,11570,414459,100117,https://www.mhlw.go.jp/stf/newpage_11399.html
+2020,5,19,16205,218744,3009,210,12269,771,164,9952,32882,228236,100867,80204,32715,11548,17283,11876,421935,103628,https://www.mhlw.go.jp/stf/newpage_11417.html
+2020,5,20,16242,221397,2761,195,12655,777,58,9962,33242,230292,103864,82803,33589,11893,17616,12127,428565,106823,https://www.mhlw.go.jp/stf/newpage_11441.html
+2020,5,21,16285,224972,2495,176,12988,796,62,9971,33755,232083,106608,85192,34501,12281,17983,12361,434901,109834,https://www.mhlw.go.jp/stf/newpage_11462.html
+2020,5,22,16316,227445,2293,174,13227,808,36,9979,34261,233543,109017,87414,35488,12689,18345,12604,440633,112707,https://www.mhlw.go.jp/stf/newpage_11468.html
+2020,5,23,16345,229669,2130,168,13396,820,31,9988,34858,234844,111234,89450,35744,12802,18544,12745,445212,114997,https://www.mhlw.go.jp/stf/newpage_11471.html
+2020,5,24,16385,230562,2111,165,13446,830,20,9988,35503,235579,111683,89744,35790,12831,18644,12815,447187,115390,https://www.mhlw.go.jp/stf/newpage_11492.html
+2020,5,25,16405,233399,1939,155,13643,846,20,9988,35952,236446,113580,91481,36869,13353,19092,13082,451927,117916,https://www.mhlw.go.jp/stf/newpage_11516.html
+2020,5,26,16433,235422,1788,147,13806,858,21,10005,36658,237987,115892,93536,37855,13789,19558,13395,457955,120720,https://www.mhlw.go.jp/stf/newpage_11548.html
+2020,5,27,16471,237367,1637,136,13979,867,19,10007,37161,239403,118887,96099,38689,14131,19994,13633,464141,123863,https://www.mhlw.go.jp/stf/newpage_11567.html
+2020,5,28,16543,240334,1556,131,14085,874,21,10020,37756,240798,121668,98933,39610,14574,20440,13921,470292,127066,https://www.mhlw.go.jp/stf/newpage_11587.html
+2020,5,29,16604,242734,1466,123,14237,886,22,10021,38348,242091,124502,101466,40668,15061,20853,14189,476483,130354,https://www.mhlw.go.jp/stf/newpage_11602.html
+2020,5,30,16646,244824,1452,119,14290,891,21,10039,39206,243340,127112,103875,41006,15238,21101,14345,481804,133096,https://www.mhlw.go.jp/stf/newpage_11606.html
+2020,5,31,16688,246100,1436,115,14333,892,22,10039,40458,244042,127529,104207,41059,15270,21201,14413,484328,133528,https://www.mhlw.go.jp/stf/newpage_11621.html
+2020,6,1,16728,248662,1341,113,14481,894,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11638.html
+2020,6,2,16781,251808,1270,101,14602,900,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11664.html
+2020,6,3,16807,254229,1207,102,14690,903,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11699.html
\ No newline at end of file
diff --git a/data/inputs/downloaded/japan_hospitalizations/2020-06-08/summary.csv b/data/inputs/downloaded/japan_hospitalizations/2020-06-08/summary.csv
new file mode 100644
index 0000000..8eb53d6
--- /dev/null
+++ b/data/inputs/downloaded/japan_hospitalizations/2020-06-08/summary.csv
@@ -0,0 +1,120 @@
+year,month,date,pcr_tested_positive,pcr_tested,hospitalized,serious,discharged,death,confirming,pcr_tests_niid,pcr_tests_quarantine_stations,pcr_tests_public_health_institute,pcr_tests_private_testing,pcr_tests_private_testing_insurance,pcr_tests_universities,pcr_tests_universities_insurance,pcr_tests_medical_institutions,pcr_tests_medical_institutions_insurance,pcr_tests_total,pcr_tests_total_insurance,URL
+2020,2,5,16,132,,,4,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09360.html
+2020,2,6,16,151,,,4,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09396.html
+2020,2,7,16,174,7,0,9,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09418.html
+2020,2,10,16,190,6,0,10,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09450.html
+2020,2,12,17,200,6,0,11,0,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09490.html
+2020,2,13,21,214,9,0,11,1,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09531.html
+2020,2,14,46,487,24,3,12,1,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09571.html
+2020,2,17,53,523,31,3,12,1,,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_09605.html
+2020,2,18,60,532,35,6,14,1,,472,75,398,0,,79,,0,,1024,,https://www.mhlw.go.jp/stf/newpage_09637.html
+2020,2,19,70,603,43,7,16,1,,487,143,1007,0,,79,,0,,1716,,https://www.mhlw.go.jp/stf/newpage_09670.html
+2020,2,20,79,693,52,9,16,1,,507,158,1765,0,,79,,0,,2509,,https://www.mhlw.go.jp/stf/newpage_09690.html
+2020,2,21,90,778,62,10,17,1,,768,346,2667,132,,187,,0,,4100,,https://www.mhlw.go.jp/stf/newpage_09718.html
+2020,2,22,114,874,84,11,17,1,,1109,473,3345,134,,206,,0,,5267,,https://www.mhlw.go.jp/stf/newpage_09724.html
+2020,2,23,126,913,96,13,17,1,,1162,545,3879,134,,206,,0,,5926,,https://www.mhlw.go.jp/stf/newpage_09754.html
+2020,2,24,140,1017,110,14,18,1,,1184,648,4342,151,,206,,0,,6531,,https://www.mhlw.go.jp/stf/newpage_09747.html
+2020,2,25,149,1061,113,15,23,1,,1379,686,5037,151,,206,,0,,7459,,https://www.mhlw.go.jp/stf/newpage_09770.html
+2020,2,26,171,1229,127,16,30,3,,1646,705,6007,300,,206,,0,,8864,,https://www.mhlw.go.jp/stf/newpage_09815.html
+2020,2,27,195,1380,150,20,30,4,,1883,766,7108,300,,206,,0,,10263,,https://www.mhlw.go.jp/stf/newpage_09849.html
+2020,2,28,215,1510,162,22,31,5,,1936,845,8477,402,,206,,0,,11866,,https://www.mhlw.go.jp/stf/newpage_09860.html
+2020,2,29,224,1688,174,23,31,5,,1946,931,9448,402,,206,,0,,12933,,https://www.mhlw.go.jp/stf/newpage_09863.html
+2020,3,1,239,1784,188,23,32,6,,1946,953,9992,518,,206,,0,,13615,,https://www.mhlw.go.jp/stf/newpage_09889.html
+2020,3,2,253,1855,194,24,35,6,,2071,977,11030,533,,206,,0,,14817,,https://www.mhlw.go.jp/stf/newpage_09925.html
+2020,3,3,269,5690,209,24,37,6,,2091,1004,12748,544,,206,,0,,16593,,https://www.mhlw.go.jp/stf/newpage_09964.html
+2020,3,4,302,5948,238,27,38,6,,2162,1016,14146,551,,206,,0,,18081,,https://www.mhlw.go.jp/stf/newpage_09993.html
+2020,3,5,333,6647,246,30,56,6,,2245,1027,15725,556,,206,,0,,19759,,https://www.mhlw.go.jp/stf/newpage_10022.html
+2020,3,6,392,7200,296,28,63,6,,2352,1062,17513,561,1,265,21,69,8,21822,30,https://www.mhlw.go.jp/stf/newpage_10028.html
+2020,3,7,439,7347,334,27,67,6,,2370,1075,19131,572,1,285,29,113,12,23546,42,https://www.mhlw.go.jp/stf/newpage_10032.html
+2020,3,8,472,7457,343,33,88,7,,2370,1085,19713,574,1,294,33,122,16,24158,50,https://www.mhlw.go.jp/stf/newpage_10062.html
+2020,3,9,498,8771,360,31,89,9,,2370,1112,20785,578,7,391,70,169,38,25405,115,https://www.mhlw.go.jp/stf/newpage_10094.html
+2020,3,10,552,9195,392,26,103,12,,2378,1169,22548,675,24,456,98,231,59,27457,181,https://www.mhlw.go.jp/stf/newpage_10130.html
+2020,3,11,604,9376,434,29,108,15,,2447,1214,24085,756,93,526,139,315,86,29343,318,https://www.mhlw.go.jp/stf/newpage_10157.html
+2020,3,12,659,11231,468,32,120,19,,2533,1342,25463,784,119,580,163,382,114,31084,396,https://www.mhlw.go.jp/stf/newpage_10187.html
+2020,3,13,699,12090,497,35,129,21,,2537,1529,26626,821,157,655,188,482,134,32650,479,https://www.mhlw.go.jp/stf/newpage_10201.html
+2020,3,14,762,12197,536,36,142,22,,2690,1767,27708,874,196,670,198,534,140,34243,534,https://www.mhlw.go.jp/stf/newpage_10204.html
+2020,3,15,794,12239,550,41,149,24,,2702,1826,28140,874,196,674,198,640,147,34856,541,https://www.mhlw.go.jp/stf/newpage_10226.html
+2020,3,16,809,14322,556,46,156,28,,2727,1891,28956,909,256,756,245,695,170,35934,671,https://www.mhlw.go.jp/stf/newpage_10251.html
+2020,3,17,853,14525,579,46,176,29,,2762,1905,30504,972,297,820,280,751,199,37714,776,https://www.mhlw.go.jp/stf/newpage_10309.html
+2020,3,18,892,14072,590,49,200,31,,2778,1964,31965,1069,388,911,330,826,232,39513,950,https://www.mhlw.go.jp/stf/newpage_10335.html
+2020,3,19,928,18015,614,50,212,33,,2800,1995,33416,1155,467,1002,374,897,260,41265,1101,https://www.mhlw.go.jp/stf/newpage_10351.html
+2020,3,20,981,18134,650,55,217,35,,2800,2046,34691,1183,489,1095,377,922,280,42737,1146,https://www.mhlw.go.jp/stf/newpage_10356.html
+2020,3,21,1015,18226,648,57,257,36,,2800,2086,35387,1304,598,1123,397,939,288,43639,1283,https://www.mhlw.go.jp/stf/newpage_10359.html
+2020,3,22,1057,18322,669,54,270,41,,2804,2169,36078,1304,598,1165,419,966,301,44486,1318,https://www.mhlw.go.jp/stf/newpage_10385.html
+2020,3,23,1095,22184,689,55,285,42,,2804,2189,37214,1341,654,1284,481,1050,337,45882,1472,https://www.mhlw.go.jp/stf/newpage_10426.html
+2020,3,24,1160,21266,739,57,294,43,,2806,2236,39187,1425,717,1403,524,1154,392,48211,1633,https://www.mhlw.go.jp/stf/newpage_10442.html
+2020,3,25,1253,22858,765,56,343,45,,2806,2265,40758,1567,854,1505,573,1230,437,50131,1864,https://www.mhlw.go.jp/stf/newpage_10465.html
+2020,3,26,1348,24663,828,56,356,46,,2806,2282,42479,1719,988,1671,627,1338,506,52295,2121,https://www.mhlw.go.jp/stf/newpage_10521.html
+2020,3,27,1452,26105,948,60,388,49,,2836,2294,44257,1911,1175,1840,694,1431,565,54569,2434,https://www.mhlw.go.jp/stf/newpage_10549.html
+2020,3,28,1646,26401,1187,59,408,52,,2836,2310,46313,2184,1422,1997,723,1476,586,57116,2731,https://www.mhlw.go.jp/stf/newpage_10555.html
+2020,3,29,1819,26607,1358,59,408,54,,3162,2372,47639,2456,1422,2091,732,1510,613,59230,2767,https://www.mhlw.go.jp/stf/newpage_10595.html
+2020,3,30,1886,30088,1423,59,408,56,,3618,2469,49304,2996,1645,2349,833,1694,706,62430,3184,https://www.mhlw.go.jp/stf/newpage_10636.html
+2020,3,31,1827,32002,1594,60,456,57,,3618,2676,52341,3384,2000,2601,915,1893,795,66513,3710,https://www.mhlw.go.jp/stf/newpage_10651.html
+2020,4,1,2051,32002,1757,62,489,60,,3618,2722,55211,3859,2441,2959,997,2255,909,70624,4347,https://www.mhlw.go.jp/stf/newpage_10668.html
+2020,4,2,2304,36687,1980,64,498,63,,3618,2853,58755,4566,3083,3365,1123,2539,1070,75696,5276,https://www.mhlw.go.jp/stf/newpage_10688.html
+2020,4,3,2641,39992,2227,69,559,69,,3804,3349,62323,5345,3754,3896,1256,2731,1180,81448,6190,https://www.mhlw.go.jp/stf/newpage_10696.html
+2020,4,4,3010,40263,2553,70,568,70,,4321,3939,65557,6526,4401,4282,1321,2805,1230,87430,6952,https://www.mhlw.go.jp/stf/newpage_10700.html
+2020,4,5,3395,40481,2921,79,575,73,,4609,4641,67634,7022,4406,4428,1354,2857,1270,91191,7030,https://www.mhlw.go.jp/stf/newpage_10709.html
+2020,4,6,3665,48357,3132,80,605,80,,4947,5268,70403,7796,4890,5066,1582,3158,1494,96638,7966,https://www.mhlw.go.jp/stf/newpage_10723.html
+2020,4,7,4042,52901,3472,99,615,81,,5304,5953,74555,9130,5594,5685,1738,3373,1627,104000,8959,https://www.mhlw.go.jp/stf/newpage_10752.html
+2020,4,8,4591,54284,3914,109,668,85,,5718,6758,78665,10974,6688,6268,1899,3682,1797,112065,10384,https://www.mhlw.go.jp/stf/newpage_10770.html
+2020,4,9,5163,57125,4461,117,697,88,,6005,7698,83206,12624,7781,6801,2100,4044,2055,120378,11936,https://www.mhlw.go.jp/stf/newpage_10800.html
+2020,4,10,5871,61991,5063,122,745,94,,6349,8348,87936,14166,8840,7462,2297,4414,2328,128675,13465,https://www.mhlw.go.jp/stf/newpage_10811.html
+2020,4,11,6547,63132,5751,129,767,98,,6700,9031,92614,15608,9824,7819,2384,4517,2392,136289,14600,https://www.mhlw.go.jp/stf/newpage_10814.html
+2020,4,12,7118,63132,6239,135,782,102,,7026,9864,95449,15895,9836,7864,2396,4599,2469,140697,14701,https://www.mhlw.go.jp/stf/newpage_10829.html
+2020,4,13,7451,72801,6564,152,836,132,,7129,10683,98651,17606,10867,8589,2709,5037,2784,147695,16360,https://www.mhlw.go.jp/stf/newpage_10845.html
+2020,4,14,7962,76425,6961,168,884,147,,7334,11622,104143,19080,12136,9277,2953,5425,3059,156881,18148,https://www.mhlw.go.jp/stf/newpage_10867.html
+2020,4,15,8473,81825,7388,193,918,170,,7417,12316,109616,21041,13715,9838,3162,5860,3350,166088,20227,https://www.mhlw.go.jp/stf/newpage_10887.html
+2020,4,16,9069,86800,7884,207,995,185,,7417,13019,115233,22747,15189,10382,3408,6186,3591,174984,22188,https://www.mhlw.go.jp/stf/newpage_10904.html
+2020,4,17,9644,91050,8448,211,1052,198,,7552,13865,120801,24837,17009,11020,3621,6618,3890,184693,24520,https://www.mhlw.go.jp/stf/newpage_10912.html
+2020,4,18,10234,91695,8916,217,1142,210,,7560,14643,125717,27573,19510,11211,3710,6753,3993,193457,27213,https://www.mhlw.go.jp/stf/newpage_10914.html
+2020,4,19,10606,94826,9215,231,1222,223,,7685,15477,129217,27625,19527,11255,3734,6843,4050,198102,27311,https://www.mhlw.go.jp/stf/newpage_10936.html
+2020,4,20,10971,101818,9449,232,1955,244,,7685,15902,132522,29823,21311,11935,4040,7334,4419,205201,29770,https://www.mhlw.go.jp/stf/newpage_10965.html
+2020,4,21,11345,107430,9740,241,2023,277,,7685,16570,137266,31893,23197,12919,4373,7694,4697,214027,32267,https://www.mhlw.go.jp/stf/newpage_10989.html
+2020,4,22,11795,112108,10082,259,2391,287,,7750,16928,142581,34386,25404,13713,4645,8047,4984,223405,35033,https://www.mhlw.go.jp/stf/newpage_11012.html
+2020,4,23,12240,117367,10469,263,2519,317,,7894,17449,148045,36757,27512,14648,4859,8372,5237,233165,37608,https://www.mhlw.go.jp/stf/newpage_11029.html
+2020,4,24,12691,122700,10801,287,2645,334,,7967,18136,153058,39375,29783,15801,5172,8803,5554,243140,40509,https://www.mhlw.go.jp/stf/newpage_11043.html
+2020,4,25,13065,123633,11046,296,2798,348,,8115,18931,157515,42074,32053,16121,5289,8963,5675,251719,43017,https://www.mhlw.go.jp/stf/newpage_11048.html
+2020,4,26,13286,124456,11175,300,2888,351,,8115,19663,160498,42507,32304,16189,5310,9057,5746,256029,43360,https://www.mhlw.go.jp/stf/newpage_11070.html
+2020,4,27,13475,133578,11252,305,3170,376,,8115,20255,163633,44760,34166,17094,5702,9536,6119,263393,45987,https://www.mhlw.go.jp/stf/newpage_11096.html
+2020,4,28,13759,136695,11427,306,3357,389,,8172,20966,168681,47672,36635,18001,6056,9959,6459,273451,49150,https://www.mhlw.go.jp/stf/newpage_11104.html
+2020,4,29,13986,137338,11585,308,3449,415,,8172,21602,172910,49885,38431,18196,6110,10096,6566,280861,51107,https://www.mhlw.go.jp/stf/newpage_11118.html
+2020,4,30,14185,145243,11424,328,3964,432,,8224,22193,176227,52765,40803,19001,6467,10609,6939,289019,54209,https://www.mhlw.go.jp/stf/newpage_11146.html
+2020,5,1,14451,152029,11558,324,4194,458,,8292,22899,180809,55470,42977,20000,6771,11112,7305,298582,57053,https://www.mhlw.go.jp/stf/newpage_11162.html
+2020,5,2,14753,153047,11724,321,4368,492,,8457,23704,184801,58823,45695,20364,6954,11359,7502,307508,60151,https://www.mhlw.go.jp/stf/newpage_11164.html
+2020,5,3,14957,153581,11823,308,4479,510,,8527,24396,187848,59489,46142,20630,7065,11590,7664,312480,60871,https://www.mhlw.go.jp/stf/newpage_11168.html
+2020,5,4,15134,154646,11935,309,4570,521,,8744,24762,190402,61026,47403,21010,7271,11855,7869,317799,62543,https://www.mhlw.go.jp/stf/newpage_11172.html
+2020,5,5,15254,156866,11731,308,4901,543,,9010,25168,192841,62398,48505,21368,7477,12084,8043,322869,64025,https://www.mhlw.go.jp/stf/newpage_11178.html
+2020,5,6,15360,157563,11638,300,5129,551,,9254,25567,194988,63590,49381,21720,7667,12362,8283,327481,65331,https://www.mhlw.go.jp/stf/newpage_11189.html
+2020,5,7,15456,169546,11286,287,5889,557,,9478,26054,197616,66845,51975,22710,8024,12812,8643,335515,68642,https://www.mhlw.go.jp/stf/newpage_11222.html
+2020,5,8,15545,179043,6302,266,8110,600,471,9593,26479,201385,70316,54909,23850,8502,13267,8962,344890,72373,https://www.mhlw.go.jp/stf/newpage_11229.html
+2020,5,9,15653,180478,6250,267,8276,613,442,9699,27060,204768,74123,58025,24213,8667,13560,9173,353423,75865,https://www.mhlw.go.jp/stf/newpage_11232.html
+2020,5,10,15721,183845,6074,249,8514,621,421,9751,27708,206854,74690,58455,24371,8714,13679,9280,357053,76449,https://www.mhlw.go.jp/stf/newpage_11248.html
+2020,5,11,15771,188646,5914,243,8903,643,246,9774,28341,208881,77412,60607,25585,9153,14263,9700,364256,79460,https://www.mhlw.go.jp/stf/newpage_11268.html
+2020,5,12,15852,188031,5162,259,9851,668,173,9801,29033,212144,80643,63252,26762,9520,14758,10038,373141,82810,https://www.mhlw.go.jp/stf/newpage_11291.html
+2020,5,13,15906,196816,4732,245,10321,687,168,9825,29264,215219,84654,66400,27739,9851,15134,10315,381835,86566,https://www.mhlw.go.jp/stf/newpage_11311.html
+2020,5,14,16006,194323,4339,237,10792,710,181,9828,29789,218155,88239,69278,28712,10185,15574,10638,390297,90101,https://www.mhlw.go.jp/stf/newpage_11339.html
+2020,5,15,16058,203284,4025,232,11136,725,180,9836,30367,220896,91537,72107,29879,10526,15975,10938,398490,93571,https://www.mhlw.go.jp/stf/newpage_11354.html
+2020,5,16,16115,206790,3787,230,11398,744,183,9930,31025,223295,94426,74576,30223,10696,16198,11112,405097,96384,https://www.mhlw.go.jp/stf/newpage_11359.html
+2020,5,17,16143,211832,3667,228,11547,752,166,9940,31757,224635,94952,74985,30362,10726,16326,11226,407972,96937,https://www.mhlw.go.jp/stf/newpage_11373.html
+2020,5,18,16173,216624,3400,213,11867,763,163,9940,32239,226092,97746,77372,31613,11175,16829,11570,414459,100117,https://www.mhlw.go.jp/stf/newpage_11399.html
+2020,5,19,16205,218744,3009,210,12269,771,164,9952,32882,228236,100867,80204,32715,11548,17283,11876,421935,103628,https://www.mhlw.go.jp/stf/newpage_11417.html
+2020,5,20,16242,221397,2761,195,12655,777,58,9962,33242,230292,103864,82803,33589,11893,17616,12127,428565,106823,https://www.mhlw.go.jp/stf/newpage_11441.html
+2020,5,21,16285,224972,2495,176,12988,796,62,9971,33755,232083,106608,85192,34501,12281,17983,12361,434901,109834,https://www.mhlw.go.jp/stf/newpage_11462.html
+2020,5,22,16316,227445,2293,174,13227,808,36,9979,34261,233543,109017,87414,35488,12689,18345,12604,440633,112707,https://www.mhlw.go.jp/stf/newpage_11468.html
+2020,5,23,16345,229669,2130,168,13396,820,31,9988,34858,234844,111234,89450,35744,12802,18544,12745,445212,114997,https://www.mhlw.go.jp/stf/newpage_11471.html
+2020,5,24,16385,230562,2111,165,13446,830,20,9988,35503,235579,111683,89744,35790,12831,18644,12815,447187,115390,https://www.mhlw.go.jp/stf/newpage_11492.html
+2020,5,25,16405,233399,1939,155,13643,846,20,9988,35952,236446,113580,91481,36869,13353,19092,13082,451927,117916,https://www.mhlw.go.jp/stf/newpage_11516.html
+2020,5,26,16433,235422,1788,147,13806,858,21,10005,36658,237987,115892,93536,37855,13789,19558,13395,457955,120720,https://www.mhlw.go.jp/stf/newpage_11548.html
+2020,5,27,16471,237367,1637,136,13979,867,19,10007,37161,239403,118887,96099,38689,14131,19994,13633,464141,123863,https://www.mhlw.go.jp/stf/newpage_11567.html
+2020,5,28,16543,240334,1556,131,14085,874,21,10020,37756,240798,121668,98933,39610,14574,20440,13921,470292,127066,https://www.mhlw.go.jp/stf/newpage_11587.html
+2020,5,29,16604,242734,1466,123,14237,886,22,10021,38348,242091,124502,101466,40668,15061,20853,14189,476483,130354,https://www.mhlw.go.jp/stf/newpage_11602.html
+2020,5,30,16646,244824,1452,119,14290,891,21,10039,39206,243340,127112,103875,41006,15238,21101,14345,481804,133096,https://www.mhlw.go.jp/stf/newpage_11606.html
+2020,5,31,16688,246100,1436,115,14333,892,22,10039,40458,244042,127529,104207,41059,15270,21201,14413,484328,133528,https://www.mhlw.go.jp/stf/newpage_11621.html
+2020,6,1,16728,248662,1341,113,14481,894,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11638.html
+2020,6,2,16781,251808,1270,101,14602,900,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11664.html
+2020,6,3,16805,254229,1207,102,14690,903,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11699.html
+2020,6,4,16845,257330,1141,98,14795,907,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11719.html
+2020,6,5,16878,260551,1064,99,14901,914,12,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11734.html
+2020,6,6,16918,262642,1042,98,14961,916,11,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11739.html
+2020,6,7,16950,263962,1060,99,14970,916,11,,,,,,,,,,,,https://www.mhlw.go.jp/stf/newpage_11749.html
\ No newline at end of file
diff --git a/data/inputs/downloaded/japan_hospitalizations/LICENSE b/data/inputs/downloaded/japan_hospitalizations/LICENSE
new file mode 100644
index 0000000..e574e46
--- /dev/null
+++ b/data/inputs/downloaded/japan_hospitalizations/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/data/inputs/downloaded/luxembourg/2020-04-28/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-04-28/datapublic-covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/luxembourg/2020-04-28/datapublic-covid19.xlsx
rename to data/inputs/downloaded/luxembourg_hospitalizations/2020-04-28/datapublic-covid19.xlsx
diff --git a/data/inputs/downloaded/luxembourg/2020-05-16/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-05-16/datapublic-covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/luxembourg/2020-05-16/datapublic-covid19.xlsx
rename to data/inputs/downloaded/luxembourg_hospitalizations/2020-05-16/datapublic-covid19.xlsx
diff --git a/data/inputs/downloaded/luxembourg/2020-05-17/datapublic-covid19 1.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-05-17/datapublic-covid19 1.xlsx
similarity index 100%
rename from data/inputs/downloaded/luxembourg/2020-05-17/datapublic-covid19 1.xlsx
rename to data/inputs/downloaded/luxembourg_hospitalizations/2020-05-17/datapublic-covid19 1.xlsx
diff --git a/data/inputs/downloaded/luxembourg/2020-05-17/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-05-17/datapublic-covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/luxembourg/2020-05-17/datapublic-covid19.xlsx
rename to data/inputs/downloaded/luxembourg_hospitalizations/2020-05-17/datapublic-covid19.xlsx
diff --git a/data/inputs/downloaded/luxembourg/2020-05-19/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-05-19/datapublic-covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/luxembourg/2020-05-19/datapublic-covid19.xlsx
rename to data/inputs/downloaded/luxembourg_hospitalizations/2020-05-19/datapublic-covid19.xlsx
diff --git a/data/inputs/downloaded/luxembourg/2020-05-21/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-05-21/datapublic-covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/luxembourg/2020-05-21/datapublic-covid19.xlsx
rename to data/inputs/downloaded/luxembourg_hospitalizations/2020-05-21/datapublic-covid19.xlsx
diff --git a/data/inputs/downloaded/luxembourg_hospitalizations/2020-06-04/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-06-04/datapublic-covid19.xlsx
new file mode 100644
index 0000000..b0ba77d
Binary files /dev/null and b/data/inputs/downloaded/luxembourg_hospitalizations/2020-06-04/datapublic-covid19.xlsx differ
diff --git a/data/inputs/downloaded/luxembourg_hospitalizations/2020-06-08/datapublic-covid19.xlsx b/data/inputs/downloaded/luxembourg_hospitalizations/2020-06-08/datapublic-covid19.xlsx
new file mode 100644
index 0000000..41488fa
Binary files /dev/null and b/data/inputs/downloaded/luxembourg_hospitalizations/2020-06-08/datapublic-covid19.xlsx differ
diff --git a/data/inputs/downloaded/luxembourg_hospitalizations/LICENSE b/data/inputs/downloaded/luxembourg_hospitalizations/LICENSE
new file mode 100644
index 0000000..0e259d4
--- /dev/null
+++ b/data/inputs/downloaded/luxembourg_hospitalizations/LICENSE
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git "a/data/inputs/downloaded/netherlands/2020-04-26/in-ziekenhuis-opgenomen-pati\303\253nten.csv" "b/data/inputs/downloaded/netherlands_hospitalizations/2020-04-26/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
similarity index 100%
rename from "data/inputs/downloaded/netherlands/2020-04-26/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
rename to "data/inputs/downloaded/netherlands_hospitalizations/2020-04-26/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
diff --git "a/data/inputs/downloaded/netherlands/2020-05-20/in-ziekenhuis-opgenomen-pati\303\253nten.csv" "b/data/inputs/downloaded/netherlands_hospitalizations/2020-05-20/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
similarity index 100%
rename from "data/inputs/downloaded/netherlands/2020-05-20/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
rename to "data/inputs/downloaded/netherlands_hospitalizations/2020-05-20/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
diff --git "a/data/inputs/downloaded/netherlands_hospitalizations/2020-06-06/in-ziekenhuis-opgenomen-pati\303\253nten.csv" "b/data/inputs/downloaded/netherlands_hospitalizations/2020-06-06/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
new file mode 100644
index 0000000..4614088
--- /dev/null
+++ "b/data/inputs/downloaded/netherlands_hospitalizations/2020-06-06/in-ziekenhuis-opgenomen-pati\303\253nten.csv"
@@ -0,0 +1,102 @@
+"Datum ziekenhuisopname";"nieuw";"tot en met gisteren"
+"27 feb";0;1
+"28 feb";0;8
+"29 feb";0;1
+"1 mrt";0;10
+"2 mrt";0;14
+"3 mrt";0;6
+"4 mrt";0;13
+"5 mrt";0;13
+"6 mrt";0;20
+"7 mrt";0;17
+"8 mrt";0;25
+"9 mrt";0;47
+"10 mrt";0;39
+"11 mrt";0;54
+"12 mrt";0;81
+"13 mrt";0;87
+"14 mrt";0;91
+"15 mrt";0;101
+"16 mrt";0;184
+"17 mrt";0;179
+"18 mrt";0;246
+"19 mrt";0;350
+"20 mrt";0;333
+"21 mrt";0;280
+"22 mrt";0;301
+"23 mrt";0;558
+"24 mrt";0;478
+"25 mrt";0;513
+"26 mrt";0;490
+"27 mrt";0;611
+"28 mrt";0;340
+"29 mrt";0;301
+"30 mrt";0;503
+"31 mrt";0;341
+"1 apr";0;363
+"2 apr";0;351
+"3 apr";0;335
+"4 apr";0;198
+"5 apr";0;216
+"6 apr";0;313
+"7 apr";0;192
+"8 apr";0;190
+"9 apr";0;187
+"10 apr";0;171
+"11 apr";0;132
+"12 apr";0;126
+"13 apr";0;135
+"14 apr";0;159
+"15 apr";0;106
+"16 apr";0;101
+"17 apr";0;122
+"18 apr";0;71
+"19 apr";0;60
+"20 apr";0;90
+"21 apr";0;71
+"22 apr";0;71
+"23 apr";0;77
+"24 apr";0;44
+"25 apr";0;44
+"26 apr";0;31
+"27 apr";0;38
+"28 apr";0;60
+"29 apr";0;39
+"30 apr";0;35
+"1 mei";0;29
+"2 mei";0;16
+"3 mei";0;33
+"4 mei";0;32
+"5 mei";0;15
+"6 mei";0;36
+"7 mei";0;27
+"8 mei";0;27
+"9 mei";0;16
+"10 mei";0;13
+"11 mei";0;22
+"12 mei";0;10
+"13 mei";0;19
+"14 mei";0;11
+"15 mei";0;10
+"16 mei";0;8
+"17 mei";0;7
+"18 mei";0;11
+"19 mei";1;7
+"20 mei";0;9
+"21 mei";0;8
+"22 mei";0;9
+"23 mei";0;4
+"24 mei";0;3
+"25 mei";0;14
+"26 mei";0;7
+"27 mei";1;4
+"28 mei";0;2
+"29 mei";0;6
+"30 mei";0;7
+"31 mei";0;5
+"1 jun";0;4
+"2 jun";0;7
+"3 jun";0;0
+"4 jun";2;0
+"5 jun";0;0
+"6 jun";0;0
\ No newline at end of file
diff --git a/data/inputs/downloaded/scotland/2020-04-26/hosp_icu.xlsx b/data/inputs/downloaded/scotland_hospitalizations/2020-04-26/hosp_icu.xlsx
similarity index 100%
rename from data/inputs/downloaded/scotland/2020-04-26/hosp_icu.xlsx
rename to data/inputs/downloaded/scotland_hospitalizations/2020-04-26/hosp_icu.xlsx
diff --git a/data/inputs/downloaded/scotland/2020-05-20/hosp_icu.xlsx b/data/inputs/downloaded/scotland_hospitalizations/2020-05-20/hosp_icu.xlsx
similarity index 100%
rename from data/inputs/downloaded/scotland/2020-05-20/hosp_icu.xlsx
rename to data/inputs/downloaded/scotland_hospitalizations/2020-05-20/hosp_icu.xlsx
diff --git a/data/inputs/downloaded/scotland_hospitalizations/LICENSE b/data/inputs/downloaded/scotland_hospitalizations/LICENSE
new file mode 100644
index 0000000..3e31c7b
--- /dev/null
+++ b/data/inputs/downloaded/scotland_hospitalizations/LICENSE
@@ -0,0 +1,71 @@
+Open Government Licence for public sector information
+delivered by The National Archives
+http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
+
+You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.
+
+Using Information under this licence
+Use of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.
+
+The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.
+
+This licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.
+
+You are free to:
+copy, publish, distribute and transmit the Information;
+adapt the Information;
+exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.
+You must (where you do any of the above):
+acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;
+ If the Information Provider does not provide a specific attribution statement, you must use the following:
+
+ Contains public sector information licensed under the Open Government Licence v3.0.
+
+If you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.
+
+These are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.
+
+ Exemptions
+This licence does not cover:
+
+personal data in the Information;
+Information that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
+departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;
+military insignia;
+third party rights the Information Provider is not authorised to license;
+other intellectual property rights, including patents, trade marks, and design rights; and
+identity documents such as the British Passport
+Non-endorsement
+This licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and/or Licensor endorse you or your use of the Information.
+
+No warranty
+The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.
+
+The Information Provider and/or Licensor are not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.
+
+Governing Law
+This licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.
+
+Definitions
+In this licence, the terms below have the following meanings:
+
+'Information' means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.
+
+'Information Provider' means the person or organisation providing the Information under this licence.
+
+'Licensor' means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.
+
+'Use' means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.
+
+'You', 'you' and 'your' means the natural or legal person, or body of persons corporate or incorporate, acquiring rights in the Information (whether the Information is obtained directly from the Licensor or otherwise) under this licence.
+
+About the Open Government Licence
+The National Archives has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The National Archives invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.
+
+The Keeper of the Public Records has authority to license Information subject to copyright and database right owned by the Crown. The extent of the offer to license this Information under the terms of this licence is set out in the UK Government Licensing Framework.
+
+This is version 3.0 of the Open Government Licence. The National Archives may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.
+
+These terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv3.0 is Open Definition compliant.
+
+Further context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.
diff --git a/data/inputs/downloaded/spain/2020-05-17/agregados.csv b/data/inputs/downloaded/spain_and_regions/2020-05-17/agregados.csv
similarity index 100%
rename from data/inputs/downloaded/spain/2020-05-17/agregados.csv
rename to data/inputs/downloaded/spain_and_regions/2020-05-17/agregados.csv
diff --git a/data/inputs/downloaded/spain/2020-05-19/agregados.csv b/data/inputs/downloaded/spain_and_regions/2020-05-19/agregados.csv
similarity index 100%
rename from data/inputs/downloaded/spain/2020-05-19/agregados.csv
rename to data/inputs/downloaded/spain_and_regions/2020-05-19/agregados.csv
diff --git a/data/inputs/downloaded/spain/2020-05-21/agregados.csv b/data/inputs/downloaded/spain_and_regions/2020-05-21/agregados.csv
similarity index 100%
rename from data/inputs/downloaded/spain/2020-05-21/agregados.csv
rename to data/inputs/downloaded/spain_and_regions/2020-05-21/agregados.csv
diff --git a/data/inputs/downloaded/spain_and_regions/2020-06-04/agregados.csv b/data/inputs/downloaded/spain_and_regions/2020-06-04/agregados.csv
new file mode 100644
index 0000000..c2b3125
--- /dev/null
+++ b/data/inputs/downloaded/spain_and_regions/2020-06-04/agregados.csv
@@ -0,0 +1,1739 @@
+CCAA,FECHA,CASOS,PCR+,TestAc+,Hospitalizados,UCI,Fallecidos
+AN,20/2/2020,0,0,,,,
+AR,20/2/2020,,0,,,,
+AS,20/2/2020,,0,,,,
+IB,20/2/2020,,1,,,,
+CN,20/2/2020,,1,,,,
+CB,20/2/2020,,0,,,,
+CM,20/2/2020,,0,,,,
+CL,20/2/2020,,0,,,,
+CT,20/2/2020,,0,,,,
+CE,20/2/2020,,0,,,,
+VC,20/2/2020,,0,,26,0,
+EX,20/2/2020,,0,,,,
+GA,20/2/2020,,0,,,,
+MD,20/2/2020,,1,,,,
+ML,20/2/2020,,0,,,,
+MC,20/2/2020,,0,,,,
+NC,20/2/2020,,0,,,,
+PV,20/2/2020,,0,,,,
+RI,20/2/2020,,0,,,,
+AN,21/2/2020,,0,,,,
+AR,21/2/2020,,0,,,,
+AS,21/2/2020,,0,,,,
+IB,21/2/2020,,1,,,,
+CN,21/2/2020,,1,,,,
+CB,21/2/2020,,0,,,,
+CM,21/2/2020,,0,,,,
+CL,21/2/2020,,0,,,,
+CT,21/2/2020,,0,,,,
+CE,21/2/2020,,0,,,,
+VC,21/2/2020,,0,,30,1,
+EX,21/2/2020,,0,,,,
+GA,21/2/2020,,0,,,,
+MD,21/2/2020,,1,,,,
+ML,21/2/2020,,0,,,,
+MC,21/2/2020,,0,,,,
+NC,21/2/2020,,0,,,,
+PV,21/2/2020,,0,,,,
+RI,21/2/2020,,0,,,,
+AN,22/2/2020,,0,,,,
+AR,22/2/2020,,0,,,,
+AS,22/2/2020,,0,,,,
+IB,22/2/2020,,1,,,,
+CN,22/2/2020,,1,,,,
+CB,22/2/2020,,0,,,,
+CM,22/2/2020,,0,,,,
+CL,22/2/2020,,0,,,,
+CT,22/2/2020,,0,,,,
+CE,22/2/2020,,0,,,,
+VC,22/2/2020,,0,,33,1,
+EX,22/2/2020,,0,,,,
+GA,22/2/2020,,0,,,,
+MD,22/2/2020,,1,,,,
+ML,22/2/2020,,0,,,,
+MC,22/2/2020,,0,,,,
+NC,22/2/2020,,0,,,,
+PV,22/2/2020,,0,,,,
+RI,22/2/2020,,0,,,,
+AN,23/2/2020,,0,,,,
+AR,23/2/2020,,0,,,,
+AS,23/2/2020,,0,,,,
+IB,23/2/2020,,1,,,,
+CN,23/2/2020,,1,,,,
+CB,23/2/2020,,0,,,,
+CM,23/2/2020,,0,,,,
+CL,23/2/2020,,0,,,,
+CT,23/2/2020,,0,,,,
+CE,23/2/2020,,0,,,,
+VC,23/2/2020,,0,,38,2,
+EX,23/2/2020,,0,,,,
+GA,23/2/2020,,0,,,,
+MD,23/2/2020,,1,,,,
+ML,23/2/2020,,0,,,,
+MC,23/2/2020,,0,,,,
+NC,23/2/2020,,0,,,,
+PV,23/2/2020,,0,,,,
+RI,23/2/2020,,0,,,,
+AN,24/2/2020,,0,,,,
+AR,24/2/2020,,0,,,,
+AS,24/2/2020,,0,,,,
+IB,24/2/2020,,1,,,,
+CN,24/2/2020,,2,,,,
+CB,24/2/2020,,0,,,,
+CM,24/2/2020,,0,,,,
+CL,24/2/2020,,0,,,,
+CT,24/2/2020,,0,,,,
+CE,24/2/2020,,0,,,,
+VC,24/2/2020,,0,,49,2,
+EX,24/2/2020,,0,,,,
+GA,24/2/2020,,0,,,,
+MD,24/2/2020,,1,,,,
+ML,24/2/2020,,0,,,,
+MC,24/2/2020,,0,,,,
+NC,24/2/2020,,0,,,,
+PV,24/2/2020,,0,,,,
+RI,24/2/2020,,0,,,,
+AN,25/2/2020,,0,,,,
+AR,25/2/2020,,0,,,,
+AS,25/2/2020,,0,,,,
+IB,25/2/2020,,1,,,,
+CN,25/2/2020,,5,,,,
+CB,25/2/2020,,0,,,,
+CM,25/2/2020,,0,,,,
+CL,25/2/2020,,0,,,,
+CT,25/2/2020,,1,,,,
+CE,25/2/2020,,0,,,,
+VC,25/2/2020,,1,,58,2,
+EX,25/2/2020,,0,,,,
+GA,25/2/2020,,0,,,,
+MD,25/2/2020,,2,,,,
+ML,25/2/2020,,0,,,,
+MC,25/2/2020,,0,,,,
+NC,25/2/2020,,0,,,,
+PV,25/2/2020,,0,,,,
+RI,25/2/2020,,0,,,,
+AN,26/2/2020,,1,,,,
+AR,26/2/2020,,0,,,,
+AS,26/2/2020,,0,,,,
+IB,26/2/2020,,1,,,,
+CN,26/2/2020,,6,,,,
+CB,26/2/2020,,0,,,,
+CM,26/2/2020,,0,,,,
+CL,26/2/2020,,0,,,,
+CT,26/2/2020,,2,,,,
+CE,26/2/2020,,0,,,,
+VC,26/2/2020,,2,,63,3,
+EX,26/2/2020,,0,,,,
+GA,26/2/2020,,0,,,,
+MD,26/2/2020,,6,,,,
+ML,26/2/2020,,0,,,,
+MC,26/2/2020,,0,,,,
+NC,26/2/2020,,0,,,,
+PV,26/2/2020,,0,,,,
+RI,26/2/2020,,0,,,,
+AN,27/2/2020,,6,,,,
+AR,27/2/2020,,0,,,,
+AS,27/2/2020,,0,,,,
+IB,27/2/2020,,1,,,,
+CN,27/2/2020,,6,,,,
+CB,27/2/2020,,0,,,,
+CM,27/2/2020,,0,,,,
+CL,27/2/2020,,2,,,,
+CT,27/2/2020,,3,,,,
+CE,27/2/2020,,0,,,,
+VC,27/2/2020,,8,,73,3,
+EX,27/2/2020,,0,,,,
+GA,27/2/2020,,0,,,,
+MD,27/2/2020,,10,,,,
+ML,27/2/2020,,0,,,,
+MC,27/2/2020,,0,,,,
+NC,27/2/2020,,0,,,,
+PV,27/2/2020,,0,,,,
+RI,27/2/2020,,0,,,,
+AN,28/2/2020,,8,,,,
+AR,28/2/2020,,0,,,,
+AS,28/2/2020,,0,,,,
+IB,28/2/2020,,2,,,,
+CN,28/2/2020,,6,,,,
+CB,28/2/2020,,0,,,,
+CM,28/2/2020,,0,,,,
+CL,28/2/2020,,2,,,,
+CT,28/2/2020,,5,,,,
+CE,28/2/2020,,0,,,,
+VC,28/2/2020,,10,,78,3,
+EX,28/2/2020,,0,,,,
+GA,28/2/2020,,0,,,,
+MD,28/2/2020,,20,,,,
+ML,28/2/2020,,0,,,,
+MC,28/2/2020,,0,,,,
+NC,28/2/2020,,0,,,,
+PV,28/2/2020,,2,,,,
+RI,28/2/2020,,0,,,,
+AN,29/2/2020,,12,,,,
+AR,29/2/2020,,0,,,,
+AS,29/2/2020,,1,,0,1,0
+IB,29/2/2020,,2,,,,
+CN,29/2/2020,,7,,,,
+CB,29/2/2020,,1,,,,
+CM,29/2/2020,,1,,,,
+CL,29/2/2020,,3,,,,
+CT,29/2/2020,,6,,,,
+CE,29/2/2020,,0,,,,
+VC,29/2/2020,,15,,85,3,
+EX,29/2/2020,,4,,,,
+GA,29/2/2020,,0,,,,
+MD,29/2/2020,,27,,,,
+ML,29/2/2020,,0,,,,
+MC,29/2/2020,,0,,,,
+NC,29/2/2020,,1,,,,
+PV,29/2/2020,,3,,,,
+RI,29/2/2020,,0,,,,
+AN,1/3/2020,,12,,,,
+AR,1/3/2020,,0,,,,
+AS,1/3/2020,,1,,0,1,0
+IB,1/3/2020,,2,,,,
+CN,1/3/2020,,7,,,,
+CB,1/3/2020,,10,,,,
+CM,1/3/2020,,3,,,,
+CL,1/3/2020,,3,,,,
+CT,1/3/2020,,15,,,,
+CE,1/3/2020,,0,,,,
+VC,1/3/2020,,15,,88,3,
+EX,1/3/2020,,6,,,,
+GA,1/3/2020,,0,,,,
+MD,1/3/2020,,53,,,,
+ML,1/3/2020,,0,,,,
+MC,1/3/2020,,0,,,,
+NC,1/3/2020,,1,,,,
+PV,1/3/2020,,9,,,,
+RI,1/3/2020,,1,,,,
+AN,2/3/2020,,12,,,,
+AR,2/3/2020,,0,,,,
+AS,2/3/2020,,1,,1,1,0
+IB,2/3/2020,,2,,,,
+CN,2/3/2020,,7,,,,
+CB,2/3/2020,,10,,,,
+CM,2/3/2020,,7,,,,
+CL,2/3/2020,,8,,,,
+CT,2/3/2020,,15,,,,
+CE,2/3/2020,,0,,,,
+VC,2/3/2020,,15,,93,3,
+EX,2/3/2020,,6,,,,
+GA,2/3/2020,,0,,,,
+MD,2/3/2020,,96,,,,
+ML,2/3/2020,,0,,,,
+MC,2/3/2020,,0,,,,
+NC,2/3/2020,,1,,,,
+PV,2/3/2020,,13,,,,
+RI,2/3/2020,,2,,,,
+AN,3/3/2020,,12,,,,
+AR,3/3/2020,,0,,,,
+AS,3/3/2020,,2,,1,1,0
+IB,3/3/2020,,5,,,,
+CN,3/3/2020,,7,,,,
+CB,3/3/2020,,10,,,,
+CM,3/3/2020,,12,,,,
+CL,3/3/2020,,11,,,,
+CT,3/3/2020,,15,,,,
+CE,3/3/2020,,0,,,,
+VC,3/3/2020,,19,,105,5,
+EX,3/3/2020,,6,,,,
+GA,3/3/2020,,1,,,,
+MD,3/3/2020,,142,,,,
+ML,3/3/2020,,0,,,,
+MC,3/3/2020,,0,,,,
+NC,3/3/2020,,3,,,,
+PV,3/3/2020,,17,,,,
+RI,3/3/2020,,7,,,,
+AN,4/3/2020,,12,,,,
+AR,4/3/2020,,1,,,,
+AS,4/3/2020,,4,,1,1,0
+IB,4/3/2020,,6,,,,
+CN,4/3/2020,,8,,,,
+CB,4/3/2020,,10,,,,
+CM,4/3/2020,,13,,,,
+CL,4/3/2020,,11,,,,
+CT,4/3/2020,,24,,,,
+CE,4/3/2020,,0,,,,
+VC,4/3/2020,,19,,117,6,
+EX,4/3/2020,,6,,,,
+GA,4/3/2020,,1,,,,
+MD,4/3/2020,,199,,,,
+ML,4/3/2020,,0,,,,
+MC,4/3/2020,,0,,,,
+NC,4/3/2020,,3,,,,
+PV,4/3/2020,,17,,,,
+RI,4/3/2020,,17,,,,
+AN,5/3/2020,,21,,,,
+AR,5/3/2020,,1,,,,
+AS,5/3/2020,,4,,4,1,0
+IB,5/3/2020,,6,,,,
+CN,5/3/2020,,11,,,,
+CB,5/3/2020,,10,,,,
+CM,5/3/2020,,15,,,,
+CL,5/3/2020,,14,,,,
+CT,5/3/2020,,24,,,,
+CE,5/3/2020,,0,,,,
+VC,5/3/2020,,30,,130,8,
+EX,5/3/2020,,6,,,,
+GA,5/3/2020,,3,,,,
+MD,5/3/2020,,311,,,,
+ML,5/3/2020,,0,,,,
+MC,5/3/2020,,0,,,,
+NC,5/3/2020,,3,,,,
+PV,5/3/2020,,45,,,,
+RI,5/3/2020,,29,,,,
+AN,6/3/2020,,27,,,,
+AR,6/3/2020,,5,,,,
+AS,6/3/2020,,7,,4,1,0
+IB,6/3/2020,,6,,,,
+CN,6/3/2020,,11,,,,
+CB,6/3/2020,,10,,,,
+CM,6/3/2020,,15,,,,
+CL,6/3/2020,,14,,,,
+CT,6/3/2020,,24,,,,
+CE,6/3/2020,,0,,,,
+VC,6/3/2020,,30,,138,8,
+EX,6/3/2020,,6,,,,
+GA,6/3/2020,,3,,,,
+MD,6/3/2020,,515,,,,
+ML,6/3/2020,,0,,,,
+MC,6/3/2020,,0,,,,
+NC,6/3/2020,,3,,,,
+PV,6/3/2020,,45,,,,
+RI,6/3/2020,,47,,,,
+AN,7/3/2020,,34,,,,
+AR,7/3/2020,,5,,,,
+AS,7/3/2020,,8,,4,1,0
+IB,7/3/2020,,8,,,,
+CN,7/3/2020,,17,,,,
+CB,7/3/2020,,12,,,,
+CM,7/3/2020,,15,,,,
+CL,7/3/2020,,22,,,,
+CT,7/3/2020,,49,,,,
+CE,7/3/2020,,0,,,,
+VC,7/3/2020,,37,,146,9,
+EX,7/3/2020,,6,,,,
+GA,7/3/2020,,5,,,,
+MD,7/3/2020,,738,,,,
+ML,7/3/2020,,0,,,,
+MC,7/3/2020,,1,,,,
+NC,7/3/2020,,3,,,,
+PV,7/3/2020,,70,,,,
+RI,7/3/2020,,70,,,,
+AN,8/3/2020,,54,,,1,0
+AR,8/3/2020,,7,,,3,3
+AS,8/3/2020,,10,,7,1,0
+IB,8/3/2020,,11,,,1,0
+CN,8/3/2020,,22,,,0,0
+CB,8/3/2020,,12,,,0,0
+CM,8/3/2020,,26,,21,2,0
+CL,8/3/2020,,23,,,2,0
+CT,8/3/2020,,59,,16,5,2
+CE,8/3/2020,,0,,,0,0
+VC,8/3/2020,,37,,153,9,1
+EX,8/3/2020,,7,,,0,0
+GA,8/3/2020,,6,,,2,0
+MD,8/3/2020,,1003,,,61,16
+ML,8/3/2020,,0,,,0,0
+MC,8/3/2020,,4,,,0,0
+NC,8/3/2020,,3,,,1,0
+PV,8/3/2020,,149,,,5,6
+RI,8/3/2020,,102,,,1,0
+AN,9/3/2020,,71,,,1,0
+AR,9/3/2020,,30,,,3,4
+AS,9/3/2020,,15,,11,1,0
+IB,9/3/2020,,13,,,1,0
+CN,9/3/2020,,25,,,1,0
+CB,9/3/2020,,12,,,0,0
+CM,9/3/2020,,39,,31,3,0
+CL,9/3/2020,,56,,,2,0
+CT,9/3/2020,,82,,31,7,2
+CE,9/3/2020,,0,,,0,0
+VC,9/3/2020,,50,,171,10,1
+EX,9/3/2020,,8,,,0,0
+GA,9/3/2020,,22,,,2,0
+MD,9/3/2020,,1508,,,120,21
+ML,9/3/2020,,0,,,0,0
+MC,9/3/2020,,9,,,0,0
+NC,9/3/2020,,12,,,2,0
+PV,9/3/2020,,195,,,5,6
+RI,9/3/2020,,155,,,1,1
+AN,10/3/2020,,90,,32,3,0
+AR,10/3/2020,,38,,22,3,4
+AS,10/3/2020,,32,,13,2,0
+IB,10/3/2020,,16,,8,1,0
+CN,10/3/2020,,37,,10,1,0
+CB,10/3/2020,,12,,0,0,0
+CM,10/3/2020,,71,,46,5,0
+CL,10/3/2020,,71,,24,5,0
+CT,10/3/2020,,123,,50,8,3
+CE,10/3/2020,,0,,0,0,0
+VC,10/3/2020,,65,,200,12,1
+EX,10/3/2020,,9,,1,1,1
+GA,10/3/2020,,35,,7,2,0
+MD,10/3/2020,,2213,,571,184,31
+ML,10/3/2020,,0,,0,0,0
+MC,10/3/2020,,11,,5,0,0
+NC,10/3/2020,,46,,10,3,0
+PV,10/3/2020,,225,,102,15,6
+RI,10/3/2020,,185,,13,1,2
+AN,11/3/2020,,115,,50,4,0
+AR,11/3/2020,,45,,28,3,6
+AS,11/3/2020,,37,,15,2,0
+IB,11/3/2020,,22,,8,2,1
+CN,11/3/2020,,51,,15,3,0
+CB,11/3/2020,,16,,3,0,0
+CM,11/3/2020,,115,,72,9,1
+CL,11/3/2020,,92,,25,7,0
+CT,11/3/2020,,202,,74,16,6
+CE,11/3/2020,,0,,0,0,0
+VC,11/3/2020,,76,,232,15,1
+EX,11/3/2020,,19,,3,1,1
+GA,11/3/2020,,35,,7,2,0
+MD,11/3/2020,,2943,,868,238,56
+ML,11/3/2020,,0,,0,0,0
+MC,11/3/2020,,26,,5,1,0
+NC,11/3/2020,,73,,17,3,0
+PV,11/3/2020,,346,,146,18,11
+RI,11/3/2020,,220,,21,1,2
+AN,12/3/2020,,219,,92,8,0
+AR,12/3/2020,,64,,30,3,7
+AS,12/3/2020,,40,,18,2,1
+IB,12/3/2020,,28,,8,2,1
+CN,12/3/2020,,70,,15,3,0
+CB,12/3/2020,,29,,3,0,0
+CM,12/3/2020,,194,,128,10,5
+CL,12/3/2020,,169,,25,8,1
+CT,12/3/2020,,349,,137,22,9
+CE,12/3/2020,,0,,0,0,0
+VC,12/3/2020,,94,,271,22,1
+EX,12/3/2020,,39,,3,1,1
+GA,12/3/2020,,85,,15,6,0
+MD,12/3/2020,,3732,,1290,307,81
+ML,12/3/2020,,2,,3,0,0
+MC,12/3/2020,,35,,8,2,0
+NC,12/3/2020,,130,,28,4,0
+PV,12/3/2020,,417,,179,20,14
+RI,12/3/2020,,259,,27,2,3
+AN,13/3/2020,,269,,92,8,2
+AR,13/3/2020,,80,,42,5,7
+AS,13/3/2020,,86,,24,2,2
+IB,13/3/2020,,28,,8,2,1
+CN,13/3/2020,,90,,15,6,1
+CB,13/3/2020,,31,,3,0,0
+CM,13/3/2020,,289,,191,22,6
+CL,13/3/2020,,223,,25,15,3
+CT,13/3/2020,,558,,200,29,13
+CE,13/3/2020,,0,,0,0,0
+VC,13/3/2020,,130,,307,29,4
+EX,13/3/2020,,66,,3,1,2
+GA,13/3/2020,,115,,32,6,0
+MD,13/3/2020,,4672,,1699,370,86
+ML,13/3/2020,,3,,3,0,0
+MC,13/3/2020,,47,,8,2,0
+NC,13/3/2020,,146,,28,4,0
+PV,13/3/2020,,521,,179,22,14
+RI,13/3/2020,,292,,38,2,3
+AN,14/3/2020,,437,,92,8,6
+AR,14/3/2020,,121,,59,5,7
+AS,14/3/2020,,123,,28,3,2
+IB,14/3/2020,,42,,8,2,1
+CN,14/3/2020,,109,,15,6,1
+CB,14/3/2020,,51,,3,0,0
+CM,14/3/2020,,401,,247,56,10
+CL,14/3/2020,,292,,45,22,6
+CT,14/3/2020,,742,,287,40,15
+CE,14/3/2020,,1,,0,0,0
+VC,14/3/2020,,409,,339,37,5
+EX,14/3/2020,,95,,7,1,2
+GA,14/3/2020,,195,,32,6,2
+MD,14/3/2020,,5576,,2207,469,213
+ML,14/3/2020,,8,,4,0,0
+MC,14/3/2020,,71,,13,2,0
+NC,14/3/2020,,183,,34,4,0
+PV,14/3/2020,,630,,262,29,23
+RI,14/3/2020,,300,,58,7,3
+AN,15/3/2020,,554,,197,11,7
+AR,15/3/2020,,147,,64,7,11
+AS,15/3/2020,,160,,39,3,2
+IB,15/3/2020,,73,,21,4,1
+CN,15/3/2020,,119,,40,9,1
+CB,15/3/2020,,58,,18,2,0
+CM,15/3/2020,,567,,319,78,17
+CL,15/3/2020,,334,,95,29,9
+CT,15/3/2020,,1017,,375,52,20
+CE,15/3/2020,,1,,0,0,0
+VC,15/3/2020,,409,,390,47,5
+EX,15/3/2020,,111,,9,2,2
+GA,15/3/2020,,245,,49,8,2
+MD,15/3/2020,,6392,,2747,566,213
+ML,15/3/2020,,8,,4,0,0
+MC,15/3/2020,,77,,13,2,0
+NC,15/3/2020,,274,,58,5,1
+PV,15/3/2020,,630,,262,29,23
+RI,15/3/2020,,312,,64,13,4
+AN,16/3/2020,,683,,229,13,11
+AR,16/3/2020,,207,,74,9,12
+AS,16/3/2020,,224,,57,6,2
+IB,16/3/2020,,92,,26,4,1
+CN,16/3/2020,,148,,56,13,2
+CB,16/3/2020,,58,,18,2,0
+CM,16/3/2020,,567,,402,95,17
+CL,16/3/2020,,431,,95,36,12
+CT,16/3/2020,,1414,,525,73,23
+CE,16/3/2020,,1,,0,0,0
+VC,16/3/2020,,541,,456,52,13
+EX,16/3/2020,,153,,13,5,3
+GA,16/3/2020,,292,,49,12,3
+MD,16/3/2020,,7653,,3314,702,355
+ML,16/3/2020,,17,,4,0,0
+MC,16/3/2020,,97,,18,3,0
+NC,16/3/2020,,313,,72,10,2
+PV,16/3/2020,,765,,309,33,36
+RI,16/3/2020,,355,,82,13,5
+AN,17/3/2020,,859,,319,21,19
+AR,17/3/2020,,226,,81,9,13
+AS,17/3/2020,,269,,78,9,2
+IB,17/3/2020,,112,,29,4,1
+CN,17/3/2020,,181,,73,17,3
+CB,17/3/2020,,68,,25,3,1
+CM,17/3/2020,,675,,498,123,28
+CL,17/3/2020,,668,,281,50,22
+CT,17/3/2020,,1866,,679,101,33
+CE,17/3/2020,,1,,0,0,0
+VC,17/3/2020,,726,,530,65,22
+EX,17/3/2020,,194,,22,6,6
+GA,17/3/2020,,341,,63,17,3
+MD,17/3/2020,,9601,,3934,850,390
+ML,17/3/2020,,20,,4,0,0
+MC,17/3/2020,,122,,22,4,0
+NC,17/3/2020,,386,,93,10,3
+PV,17/3/2020,,973,,353,37,40
+RI,17/3/2020,,419,,99,13,5
+AN,18/3/2020,,1008,,384,25,23
+AR,18/3/2020,,281,,101,14,15
+AS,18/3/2020,,310,,105,11,2
+IB,18/3/2020,,169,,31,7,2
+CN,18/3/2020,,220,,82,23,3
+CB,18/3/2020,,83,,40,4,1
+CM,18/3/2020,,801,,633,161,42
+CL,18/3/2020,,868,,362,63,29
+CT,18/3/2020,,2702,,825,118,53
+CE,18/3/2020,,1,,0,0,0
+VC,18/3/2020,,921,,647,85,24
+EX,18/3/2020,,241,,33,9,8
+GA,18/3/2020,,453,,100,24,4
+MD,18/3/2020,,11356,,4874,1011,498
+ML,18/3/2020,,23,,4,0,0
+MC,18/3/2020,,167,,36,6,0
+NC,18/3/2020,,482,,132,11,4
+PV,18/3/2020,,1190,,455,44,53
+RI,18/3/2020,,468,,121,15,5
+AN,19/3/2020,,1287,,501,38,30
+AR,19/3/2020,,360,,127,28,17
+AS,19/3/2020,,429,,129,13,4
+IB,19/3/2020,,203,,48,10,2
+CN,19/3/2020,,287,,115,25,4
+CB,19/3/2020,,144,,61,7,1
+CM,19/3/2020,,1044,,751,180,42
+CL,19/3/2020,,1147,,476,75,43
+CT,19/3/2020,,3270,,994,175,93
+CE,19/3/2020,,5,,0,0,0
+VC,19/3/2020,,1105,,777,101,33
+EX,19/3/2020,,297,,50,12,10
+GA,19/3/2020,,578,,138,34,5
+MD,19/3/2020,,13399,,6189,1196,628
+ML,19/3/2020,,24,,5,1,0
+MC,19/3/2020,,204,,47,11,0
+NC,19/3/2020,,554,,172,19,5
+PV,19/3/2020,,1465,,550,53,71
+RI,19/3/2020,,497,,122,15,7
+AN,20/3/2020,,1515,,605,53,40
+AR,20/3/2020,,424,,192,33,22
+AS,20/3/2020,,524,,155,18,7
+IB,20/3/2020,,246,,60,14,4
+CN,20/3/2020,,348,,139,29,7
+CB,20/3/2020,,215,,92,9,2
+CM,20/3/2020,,1423,,998,208,84
+CL,20/3/2020,,1466,,629,96,55
+CT,20/3/2020,,4203,,1681,271,143
+CE,20/3/2020,,5,,0,0,0
+VC,20/3/2020,,1363,,947,129,50
+EX,20/3/2020,,354,,67,13,12
+GA,20/3/2020,,739,,168,40,9
+MD,20/3/2020,,15722,,7535,1401,804
+ML,20/3/2020,,25,,8,1,0
+MC,20/3/2020,,240,,61,14,1
+NC,20/3/2020,,664,,222,25,9
+PV,20/3/2020,,1725,,654,71,85
+RI,20/3/2020,,564,,128,17,15
+AN,21/3/2020,,1725,,724,55,47
+AR,21/3/2020,,532,,241,45,24
+AS,21/3/2020,,569,,180,22,12
+IB,21/3/2020,,331,,79,14,4
+CN,21/3/2020,,414,,150,32,9
+CB,21/3/2020,,282,,116,9,5
+CM,21/3/2020,,1819,,1126,249,112
+CL,21/3/2020,,1744,,798,111,74
+CT,21/3/2020,,5046,,1917,290,182
+CE,21/3/2020,,5,,0,0,0
+VC,21/3/2020,,1604,,1136,152,69
+EX,21/3/2020,,384,,97,24,14
+GA,21/3/2020,,915,,227,50,12
+MD,21/3/2020,,17397,,9063,1532,1021
+ML,21/3/2020,,25,,12,1,0
+MC,21/3/2020,,296,,78,16,1
+NC,21/3/2020,,794,,288,30,14
+PV,21/3/2020,,2097,,988,81,97
+RI,21/3/2020,,654,,134,17,18
+AN,22/3/2020,,1961,,865,77,58
+AR,22/3/2020,,638,,298,52,32
+AS,22/3/2020,,621,,210,25,22
+IB,22/3/2020,,400,,87,27,10
+CN,22/3/2020,,481,,172,32,11
+CB,22/3/2020,,347,,157,14,6
+CM,22/3/2020,,2078,,1410,266,145
+CL,22/3/2020,,2055,,977,130,102
+CT,22/3/2020,,5747,,2158,308,199
+CE,22/3/2020,,6,,0,0,0
+VC,22/3/2020,,1901,,1311,181,94
+EX,22/3/2020,,493,,105,33,18
+GA,22/3/2020,,1208,,270,62,18
+MD,22/3/2020,,18900,,10771,1664,1263
+ML,22/3/2020,,28,,12,1,0
+MC,22/3/2020,,345,,80,23,2
+NC,22/3/2020,,886,,339,40,24
+PV,22/3/2020,,2421,,1252,92,120
+RI,22/3/2020,,747,,166,22,22
+AN,23/3/2020,,2470,,1132,102,87
+AR,23/3/2020,,758,,384,66,37
+AS,23/3/2020,,754,,251,29,26
+IB,23/3/2020,,478,,127,35,10
+CN,23/3/2020,,557,,207,36,16
+CB,23/3/2020,,425,,200,16,9
+CM,23/3/2020,,2465,,1751,306,216
+CL,23/3/2020,,2460,,1197,151,124
+CT,23/3/2020,,7864,,3209,471,293
+CE,23/3/2020,,6,,0,0,0
+VC,23/3/2020,,2167,,1562,222,115
+EX,23/3/2020,,636,,113,40,26
+GA,23/3/2020,,1415,,338,78,20
+MD,23/3/2020,,21569,,12053,1813,1535
+ML,23/3/2020,,28,,12,1,0
+MC,23/3/2020,,385,,99,26,3
+NC,23/3/2020,,1014,,405,45,31
+PV,23/3/2020,,2728,,1425,106,133
+RI,23/3/2020,,802,,206,24,30
+AN,24/3/2020,,3008,,1433,116,113
+AR,24/3/2020,,907,,459,75,40
+AS,24/3/2020,,812,,281,39,29
+IB,24/3/2020,,562,,164,40,13
+CN,24/3/2020,,657,,235,43,21
+CB,24/3/2020,,510,,241,18,14
+CM,24/3/2020,,2780,,1980,334,263
+CL,24/3/2020,,2940,,1457,179,165
+CT,24/3/2020,,9937,,4349,713,385
+CE,24/3/2020,,9,,2,1,0
+VC,24/3/2020,,2616,,1842,255,143
+EX,24/3/2020,,742,,217,48,39
+GA,24/3/2020,,1653,,412,100,27
+MD,24/3/2020,,24475,,13297,1962,1825
+ML,24/3/2020,,38,,14,2,0
+MC,24/3/2020,,477,,127,33,5
+NC,24/3/2020,,1197,,506,51,33
+PV,24/3/2020,,3271,,1577,119,155
+RI,24/3/2020,,928,,254,33,37
+AN,25/3/2020,,3404,,1626,134,134
+AR,25/3/2020,,1116,,562,93,48
+AS,25/3/2020,,891,,322,48,29
+IB,25/3/2020,,660,,205,43,17
+CN,25/3/2020,,784,,279,45,24
+CB,25/3/2020,,671,,300,26,17
+CM,25/3/2020,,3383,,2266,351,316
+CL,25/3/2020,,3488,,1823,198,206
+CT,25/3/2020,,11592,,5371,764,501
+CE,25/3/2020,,10,,2,2,0
+VC,25/3/2020,,3200,,2097,289,167
+EX,25/3/2020,,969,,291,52,58
+GA,25/3/2020,,1915,,503,107,32
+MD,25/3/2020,,27422,,15024,2117,2090
+ML,25/3/2020,,39,,16,2,1
+MC,25/3/2020,,596,,172,36,8
+NC,25/3/2020,,1411,,649,54,49
+PV,25/3/2020,,3946,,1907,137,180
+RI,25/3/2020,,995,,316,36,43
+AN,26/3/2020,,3790,,1843,148,144
+AR,26/3/2020,,1338,,693,114,58
+AS,26/3/2020,,960,,370,56,39
+IB,26/3/2020,,755,,237,46,22
+CN,26/3/2020,,878,,328,61,27
+CB,26/3/2020,,810,,355,29,21
+CM,26/3/2020,,3934,,2673,367,367
+CL,26/3/2020,,4132,,2214,215,252
+CT,26/3/2020,,12940,,6714,972,685
+CE,26/3/2020,,17,,2,2,0
+VC,26/3/2020,,3532,,2357,325,198
+EX,26/3/2020,,1231,,344,54,69
+GA,26/3/2020,,2322,,557,122,43
+MD,26/3/2020,,30796,,17093,2272,2412
+ML,26/3/2020,,42,,18,2,1
+MC,26/3/2020,,714,,209,53,15
+NC,26/3/2020,,1641,,732,75,58
+PV,26/3/2020,,4601,,2270,154,207
+RI,26/3/2020,,1236,,388,43,55
+AN,27/3/2020,,4271,,2106,172,175
+AR,27/3/2020,,1592,,835,124,93
+AS,27/3/2020,,1037,,427,59,44
+IB,27/3/2020,,862,,283,59,26
+CN,27/3/2020,,1025,,377,68,36
+CB,27/3/2020,,937,,406,37,22
+CM,27/3/2020,,4512,,3106,383,448
+CL,27/3/2020,,4791,,2648,238,321
+CT,27/3/2020,,14263,,7954,1036,827
+CE,27/3/2020,,17,,2,2,1
+VC,27/3/2020,,4034,,2606,348,234
+EX,27/3/2020,,1394,,406,58,88
+GA,27/3/2020,,2772,,906,141,47
+MD,27/3/2020,,33162,,19098,2369,2757
+ML,27/3/2020,,45,,22,2,1
+MC,27/3/2020,,802,,231,58,17
+NC,27/3/2020,,1829,,827,84,70
+PV,27/3/2020,,5136,,2612,176,241
+RI,27/3/2020,,1436,,458,43,65
+AN,28/3/2020,,4676,,2294,201,207
+AR,28/3/2020,,1858,,835,145,104
+AS,28/3/2020,,1143,,452,63,47
+IB,28/3/2020,,958,,344,71,29
+CN,28/3/2020,,1125,,425,78,39
+CB,28/3/2020,,1023,,449,40,26
+CM,28/3/2020,,5246,,3430,393,539
+CL,28/3/2020,,5414,,3160,261,380
+CT,28/3/2020,,15025,,8447,1080,904
+CE,28/3/2020,,21,,2,2,1
+VC,28/3/2020,,4784,,2773,375,267
+EX,28/3/2020,,1456,,467,67,100
+GA,28/3/2020,,3139,,1043,159,60
+MD,28/3/2020,,34189,,21311,2423,3082
+ML,28/3/2020,,48,,24,2,1
+MC,28/3/2020,,872,,260,58,20
+NC,28/3/2020,,2011,,896,90,84
+PV,28/3/2020,,5740,,3106,271,265
+RI,28/3/2020,,1629,,497,43,68
+AN,29/3/2020,,5398,,2671,216,236
+AR,29/3/2020,,2078,,1094,148,106
+AS,29/3/2020,,1206,,491,67,59
+IB,29/3/2020,,1000,,352,80,37
+CN,29/3/2020,,1204,,444,84,40
+CB,29/3/2020,,1100,,481,46,27
+CM,29/3/2020,,5858,,3698,403,622
+CL,29/3/2020,,5801,,3411,272,442
+CT,29/3/2020,,16104,,9126,1150,983
+CE,29/3/2020,,25,,2,2,1
+VC,29/3/2020,,5110,,2914,393,310
+EX,29/3/2020,,1560,,505,71,106
+GA,29/3/2020,,3723,,1147,176,66
+MD,29/3/2020,,35061,,23125,2464,3392
+ML,29/3/2020,,51,,27,3,1
+MC,29/3/2020,,939,,265,58,25
+NC,29/3/2020,,2146,,955,96,102
+PV,29/3/2020,,6057,,3427,293,297
+RI,29/3/2020,,1733,,517,43,71
+AN,30/3/2020,,5809,,2867,235,248
+AR,30/3/2020,,2272,,1176,157,138
+AS,30/3/2020,,1295,,529,71,66
+IB,30/3/2020,,1069,,398,85,42
+CN,30/3/2020,,1262,,483,94,55
+CB,30/3/2020,,1171,,522,50,37
+CM,30/3/2020,,6424,,4187,408,708
+CL,30/3/2020,,6211,,3629,294,516
+CT,30/3/2020,,18520,,9925,1218,1216
+CE,30/3/2020,,34,,3,3,1
+VC,30/3/2020,,5508,,3111,416,339
+EX,30/3/2020,,1628,,561,77,133
+GA,30/3/2020,,4039,,1250,189,84
+MD,30/3/2020,,37607,,23913,2554,3603
+ML,30/3/2020,,54,,27,3,1
+MC,30/3/2020,,974,,283,59,34
+NC,30/3/2020,,2305,,1035,99,113
+PV,30/3/2020,,6320,,3594,307,325
+RI,30/3/2020,,1810,,575,51,85
+AN,31/3/2020,,6379,,3147,260,308
+AR,31/3/2020,,2491,,1234,160,169
+AS,31/3/2020,,1367,,554,79,75
+IB,31/3/2020,,1131,,467,94,46
+CN,31/3/2020,,1380,,532,110,62
+CB,31/3/2020,,1213,,543,54,54
+CM,31/3/2020,,7047,,4590,417,774
+CL,31/3/2020,,6847,,3951,318,585
+CT,31/3/2020,,19991,,11446,1345,1458
+CE,31/3/2020,,51,,6,3,1
+VC,31/3/2020,,5922,,3253,434,395
+EX,31/3/2020,,1679,,600,82,152
+GA,31/3/2020,,4432,,1338,203,103
+MD,31/3/2020,,39409,,24553,2627,3865
+ML,31/3/2020,,62,,32,3,1
+MC,31/3/2020,,1041,,304,59,37
+NC,31/3/2020,,2497,,1120,104,130
+PV,31/3/2020,,6838,,3806,324,369
+RI,31/3/2020,,1960,,619,54,90
+AN,1/4/2020,,6957,,3444,280,343
+AR,1/4/2020,,2700,,1320,170,200
+AS,1/4/2020,,1435,,602,84,76
+IB,1/4/2020,,1204,,516,104,58
+CN,1/4/2020,,1444,,566,113,68
+CB,1/4/2020,,1268,,567,57,60
+CM,1/4/2020,,7682,,4982,424,854
+CL,1/4/2020,,7355,,4207,332,641
+CT,1/4/2020,,21804,,12398,1415,1629
+CE,1/4/2020,,55,,7,3,1
+VC,1/4/2020,,6308,,3389,449,443
+EX,1/4/2020,,1837,,649,83,181
+GA,1/4/2020,,4842,,1447,212,120
+MD,1/4/2020,,41199,,26112,2694,4175
+ML,1/4/2020,,62,,32,3,1
+MC,1/4/2020,,1084,,389,68,42
+NC,1/4/2020,,2682,,1181,108,141
+PV,1/4/2020,,7317,,4087,344,412
+RI,1/4/2020,,2083,,660,57,101
+AN,2/4/2020,,7353,,3673,338,376
+AR,2/4/2020,,2889,,1431,172,224
+AS,2/4/2020,,1504,,634,88,80
+IB,2/4/2020,,1257,,586,111,69
+CN,2/4/2020,,1490,,605,120,73
+CB,2/4/2020,,1321,,592,59,64
+CM,2/4/2020,,8523,,5306,431,916
+CL,2/4/2020,,7875,,4472,342,723
+CT,2/4/2020,,23460,,13101,1482,1784
+CE,2/4/2020,,62,,8,3,1
+VC,2/4/2020,,6624,,3492,460,511
+EX,2/4/2020,,1893,,706,85,200
+GA,2/4/2020,,5219,,1630,219,138
+MD,2/4/2020,,43038,,27325,2764,4483
+ML,2/4/2020,,70,,34,3,2
+MC,2/4/2020,,1145,,405,72,46
+NC,2/4/2020,,2836,,1284,119,151
+PV,2/4/2020,,7827,,4283,363,444
+RI,2/4/2020,,2224,,738,64,109
+AN,3/4/2020,,7847,,3896,364,426
+AR,3/4/2020,,3078,,1505,182,251
+AS,3/4/2020,,1573,12,657,91,83
+IB,3/4/2020,,1271,,633,113,71
+CN,3/4/2020,,1564,,632,128,78
+CB,3/4/2020,,1384,,619,60,68
+CM,3/4/2020,,9324,,5556,437,989
+CL,3/4/2020,,8332,,4685,351,786
+CT,3/4/2020,,24734,,14251,1569,1928
+CE,3/4/2020,,73,,8,4,1
+VC,3/4/2020,,6901,,3560,470,571
+EX,3/4/2020,,1979,,747,88,208
+GA,3/4/2020,,5625,,1767,229,159
+MD,3/4/2020,,44779,,28420,2821,4723
+ML,3/4/2020,,79,,37,3,2
+MC,3/4/2020,,1188,,434,79,51
+NC,3/4/2020,,2972,,1341,120,171
+PV,3/4/2020,,8187,,4522,377,477
+RI,3/4/2020,,2405,,805,64,128
+AN,4/4/2020,,8279,,4107,474,470
+AR,4/4/2020,,3232,,1588,182,270
+AS,4/4/2020,,1627,13,674,93,87
+IB,4/4/2020,,1293,,663,119,75
+CN,4/4/2020,,1622,,644,129,80
+CB,4/4/2020,,1441,,639,62,68
+CM,4/4/2020,,10031,,5774,441,1055
+CL,4/4/2020,,8749,,4905,361,847
+CT,4/4/2020,,26032,,14798,1653,2053
+CE,4/4/2020,,83,,9,4,2
+VC,4/4/2020,,7184,,3620,478,613
+EX,4/4/2020,,2047,,768,91,218
+GA,4/4/2020,,5944,,1831,237,174
+MD,4/4/2020,,45671,,29542,2854,4941
+ML,4/4/2020,,83,,38,3,2
+MC,4/4/2020,,1235,,447,80,59
+NC,4/4/2020,,3073,,1399,123,178
+PV,4/4/2020,,8628,,4666,404,515
+RI,4/4/2020,,2592,,855,66,134
+AN,5/4/2020,,8559,,4227,489,491
+AR,5/4/2020,,3347,,1637,186,284
+AS,5/4/2020,,1681,14,695,94,93
+IB,5/4/2020,,1320,,681,120,81
+CN,5/4/2020,,1649,,651,133,85
+CB,5/4/2020,,1483,,658,65,77
+CM,5/4/2020,,10602,,5967,445,1132
+CL,5/4/2020,,9116,,5041,368,919
+CT,5/4/2020,,26824,,15258,1685,2167
+CE,5/4/2020,,83,,9,4,3
+VC,5/4/2020,,7334,,3668,487,637
+EX,5/4/2020,,2068,,808,93,228
+GA,5/4/2020,,6151,,1916,245,190
+MD,5/4/2020,,46197,,30490,2879,5136
+ML,5/4/2020,,86,,38,3,2
+MC,5/4/2020,,1259,,468,81,68
+NC,5/4/2020,,3231,,1432,124,187
+PV,5/4/2020,,8810,,4794,410,548
+RI,5/4/2020,,2719,,888,66,141
+AN,6/4/2020,,8743,,4335,499,528
+AR,6/4/2020,,3449,,1663,196,312
+AS,6/4/2020,,1702,16,727,96,101
+IB,6/4/2020,,1369,,703,123,84
+CN,6/4/2020,,1725,,689,137,89
+CB,6/4/2020,,1501,,677,66,85
+CM,6/4/2020,,11077,,6203,451,1177
+CL,6/4/2020,,9581,,5180,375,982
+CT,6/4/2020,,28323,,15643,1740,2329
+CE,6/4/2020,,83,,9,4,4
+VC,6/4/2020,,7443,,3698,492,672
+EX,6/4/2020,,2116,,817,96,258
+GA,6/4/2020,,6331,,1968,253,204
+MD,6/4/2020,,47763,,31109,2958,5371
+ML,6/4/2020,,92,,40,3,2
+MC,6/4/2020,,1259,4,500,84,78
+NC,6/4/2020,,3355,,1488,124,202
+PV,6/4/2020,,8974,47,4856,417,586
+RI,6/4/2020,,2846,,918,66,160
+AN,7/4/2020,,8973,,4463,520,605
+AR,7/4/2020,,3549,,1716,204,349
+AS,7/4/2020,,1729,22,747,97,107
+IB,7/4/2020,,1412,,729,128,89
+CN,7/4/2020,,1762,,703,138,91
+CB,7/4/2020,,1572,,700,69,92
+CM,7/4/2020,,11788,,6449,454,1255
+CL,7/4/2020,,10058,,5322,386,1028
+CT,7/4/2020,,29647,,16235,1829,2462
+CE,7/4/2020,,84,,9,4,4
+VC,7/4/2020,,7655,,3713,496,724
+EX,7/4/2020,,2184,,852,98,271
+GA,7/4/2020,,6538,,2014,256,213
+MD,7/4/2020,,49160,,31554,3002,5586
+ML,7/4/2020,,93,,40,3,2
+MC,7/4/2020,,1297,8,515,86,85
+NC,7/4/2020,,3467,,1526,124,206
+PV,7/4/2020,,9392,60,4982,430,635
+RI,7/4/2020,,2951,,955,68,177
+AN,8/4/2020,,9234,,4599,538,652
+AR,8/4/2020,,3685,,1765,210,385
+AS,8/4/2020,,1774,57,775,100,113
+IB,8/4/2020,,1448,,749,131,89
+CN,8/4/2020,,1834,,730,140,92
+CB,8/4/2020,,1619,,720,71,98
+CM,8/4/2020,,12489,,6622,460,1322
+CL,8/4/2020,,10518,,5523,399,1082
+CT,8/4/2020,,31043,,16970,1946,2667
+CE,8/4/2020,,84,,9,4,4
+VC,8/4/2020,,7964,,3815,541,767
+EX,8/4/2020,,2273,,958,99,283
+GA,8/4/2020,,6758,,2094,260,231
+MD,8/4/2020,,50580,,32487,3038,5800
+ML,8/4/2020,,93,,40,3,2
+MC,8/4/2020,,1322,18,533,87,88
+NC,8/4/2020,,3575,,1526,124,214
+PV,8/4/2020,,9740,66,5130,433,689
+RI,8/4/2020,,3026,,997,69,182
+AN,9/4/2020,,9482,,4715,582,691
+AR,9/4/2020,,3831,,1822,212,409
+AS,9/4/2020,,1822,67,797,100,129
+IB,9/4/2020,,1488,,775,135,97
+CN,9/4/2020,,1858,,738,141,94
+CB,9/4/2020,,1659,,747,73,102
+CM,9/4/2020,,13063,,6803,466,1431
+CL,9/4/2020,,11102,,5674,407,1129
+CT,9/4/2020,,31824,,17780,1966,2787
+CE,9/4/2020,,91,,9,4,4
+VC,9/4/2020,,8331,,3987,561,796
+EX,9/4/2020,,2332,,1003,101,288
+GA,9/4/2020,,6946,,2165,263,243
+MD,9/4/2020,,51535,,33278,3061,5972
+ML,9/4/2020,,95,,41,3,2
+MC,9/4/2020,,1338,29,533,88,90
+NC,9/4/2020,,3748,,1620,124,218
+PV,9/4/2020,,9992,111,5290,442,729
+RI,9/4/2020,,3076,,1047,71,196
+AN,10/4/2020,,9682,,4808,602,737
+AR,10/4/2020,,3969,29,1860,215,425
+AS,10/4/2020,,1865,78,831,101,134
+IB,10/4/2020,,1507,,776,136,102
+CN,10/4/2020,,1887,,745,144,95
+CB,10/4/2020,,1719,,773,75,107
+CM,10/4/2020,,13456,,6907,470,1483
+CL,10/4/2020,,11543,,5817,414,1180
+CT,10/4/2020,,32984,,18194,1989,2877
+CE,10/4/2020,,93,,9,4,4
+VC,10/4/2020,,8578,,4132,565,818
+EX,10/4/2020,,2486,,1052,104,303
+GA,10/4/2020,,7176,,2215,264,261
+MD,10/4/2020,,52400,,33986,3091,6084
+ML,10/4/2020,,98,,43,3,2
+MC,10/4/2020,,1371,33,533,88,94
+NC,10/4/2020,,3817,,1641,124,227
+PV,10/4/2020,,10313,202,5402,453,765
+RI,10/4/2020,,3223,273,1082,73,207
+AN,11/4/2020,,9976,,4950,619,799
+AR,11/4/2020,,4070,55,1901,221,450
+AS,11/4/2020,,1949,81,863,102,150
+IB,11/4/2020,,1534,,803,141,112
+CN,11/4/2020,,1918,,758,144,95
+CB,11/4/2020,,1752,,805,75,110
+CM,11/4/2020,,13698,,7040,473,1543
+CL,11/4/2020,,12118,,5957,418,1221
+CT,11/4/2020,,34027,,18772,2018,2975
+CE,11/4/2020,,93,,9,4,4
+VC,11/4/2020,,8841,,4149,567,838
+EX,11/4/2020,,2580,,1074,106,312
+GA,11/4/2020,,7336,,2306,267,274
+MD,11/4/2020,,52944,,34545,3105,6278
+ML,11/4/2020,,98,,43,3,2
+MC,11/4/2020,,1380,56,537,91,97
+NC,11/4/2020,,3969,,1663,124,232
+PV,11/4/2020,,10514,258,5547,459,804
+RI,11/4/2020,,3279,317,1122,73,219
+AN,12/4/2020,,10062,,4993,621,815
+AR,12/4/2020,,4187,61,1938,223,464
+AS,12/4/2020,,2001,83,884,105,157
+IB,12/4/2020,,1550,,809,142,117
+CN,12/4/2020,,1944,,763,145,96
+CB,12/4/2020,,1777,,827,75,117
+CM,12/4/2020,,14054,,7782,475,1626
+CL,12/4/2020,,12628,,6077,423,1263
+CT,12/4/2020,,34726,,18963,2084,3105
+CE,12/4/2020,,95,,9,4,4
+VC,12/4/2020,,9060,,4269,576,876
+EX,12/4/2020,,2658,,1096,107,321
+GA,12/4/2020,,7494,,2344,275,284
+MD,12/4/2020,,53285,,35053,3122,6423
+ML,12/4/2020,,101,,43,3,2
+MC,12/4/2020,,1387,65,543,94,101
+NC,12/4/2020,,4092,,1693,124,239
+PV,12/4/2020,,10674,344,5622,464,831
+RI,12/4/2020,,3358,317,1141,73,223
+AN,13/4/2020,,10169,114,5054,631,836
+AR,13/4/2020,,4245,87,1966,229,492
+AS,13/4/2020,,2030,89,902,109,165
+IB,13/4/2020,,1571,,824,144,118
+CN,13/4/2020,,1958,,771,147,102
+CB,13/4/2020,,1796,,853,76,120
+CM,13/4/2020,,14329,,7830,486,1714
+CL,13/4/2020,,13180,,6175,432,1299
+CT,13/4/2020,,35197,,19224,2102,3201
+CE,13/4/2020,,96,,9,4,4
+VC,13/4/2020,,9213,,4397,581,907
+EX,13/4/2020,,2684,,1114,107,334
+GA,13/4/2020,,7597,,2403,280,290
+MD,13/4/2020,,54287,,35400,3153,6568
+ML,13/4/2020,,101,,43,3,2
+MC,13/4/2020,,1393,86,566,96,106
+NC,13/4/2020,,4150,,1705,124,249
+PV,13/4/2020,,10845,381,5679,470,859
+RI,13/4/2020,,3420,329,1152,74,234
+AN,14/4/2020,,10392,169,5147,665,865
+AR,14/4/2020,,4338,112,2006,231,514
+AS,14/4/2020,,2089,105,914,111,172
+IB,14/4/2020,,1605,,854,147,125
+CN,14/4/2020,,1975,,781,152,104
+CB,14/4/2020,,1823,,873,76,132
+CM,14/4/2020,,14680,,7896,495,1755
+CL,14/4/2020,,13697,,6306,440,1337
+CT,14/4/2020,,36505,,20264,2189,3453
+CE,14/4/2020,,98,,9,4,4
+VC,14/4/2020,,9424,,4465,588,945
+EX,14/4/2020,,2762,,1155,107,342
+GA,14/4/2020,,7708,,2471,282,299
+MD,14/4/2020,,55398,,35688,3180,6724
+ML,14/4/2020,,102,,43,3,2
+MC,14/4/2020,,1400,128,574,97,109
+NC,14/4/2020,,4246,,1731,124,252
+PV,14/4/2020,,11014,461,5750,471,902
+RI,14/4/2020,,3457,374,1182,75,246
+AN,15/4/2020,,10557,216,5226,671,912
+AR,15/4/2020,,4411,155,2108,235,543
+AS,15/4/2020,,2110,137,927,112,176
+IB,15/4/2020,,1636,,869,150,131
+CN,15/4/2020,,1988,0,802,156,107
+CB,15/4/2020,,1845,,890,77,137
+CM,15/4/2020,,15151,,7987,503,1796
+CL,15/4/2020,,14380,,6449,445,1372
+CT,15/4/2020,,37354,,20553,2252,3618
+CE,15/4/2020,,98,2,9,4,4
+VC,15/4/2020,,9615,,4524,625,972
+EX,15/4/2020,,2581,300,1186,107,359
+GA,15/4/2020,,7873,,2494,282,310
+MD,15/4/2020,,56304,,36251,3203,6877
+ML,15/4/2020,,103,0,43,3,2
+MC,15/4/2020,,1416,174,575,97,111
+NC,15/4/2020,,4348,,1752,124,261
+PV,15/4/2020,,11203,587,5863,478,956
+RI,15/4/2020,,3539,377,1207,75,257
+AN,16/4/2020,,10635,383,5298,675,940
+AR,16/4/2020,,4489,175,2151,235,562
+AS,16/4/2020,,2163,156,966,113,186
+IB,16/4/2020,,1667,,902,150,134
+CN,16/4/2020,,2009,0,811,159,111
+CB,16/4/2020,,1884,,903,78,144
+CM,16/4/2020,,15997,,8018,511,1852
+CL,16/4/2020,,14903,,6518,449,1401
+CT,16/4/2020,,38316,,21242,2305,3752
+CE,16/4/2020,,98,3,9,4,4
+VC,16/4/2020,,9486,297,4605,632,999
+EX,16/4/2020,,2656,363,1212,107,372
+GA,16/4/2020,,8013,,2535,290,320
+MD,16/4/2020,,57157,,36851,3214,7007
+ML,16/4/2020,,104,,44,3,2
+MC,16/4/2020,,1424,202,585,99,112
+NC,16/4/2020,,4433,,1781,124,338
+PV,16/4/2020,,11403,686,5939,484,992
+RI,16/4/2020,,3547,551,1226,76,262
+AN,17/4/2020,,10734,434,5341,677,967
+AR,17/4/2020,,4551,210,2180,237,601
+AS,17/4/2020,,2186,180,980,113,190
+IB,17/4/2020,,1723,24,934,155,148
+CN,17/4/2020,,2035,0,822,160,115
+CB,17/4/2020,,1990,,911,78,149
+CM,17/4/2020,,16349,,8093,514,1913
+CL,17/4/2020,,15293,,6831,495,1429
+CT,17/4/2020,,39943,152,22013,2349,3879
+CE,17/4/2020,,100,11,9,4,4
+VC,17/4/2020,,9584,533,4708,636,1042
+EX,17/4/2020,,2663,468,1240,107,380
+GA,17/4/2020,,8084,,2554,291,334
+MD,17/4/2020,,57978,0,37248,3228,7132
+ML,17/4/2020,,104,0,44,3,2
+MC,17/4/2020,,1430,217,611,102,115
+NC,17/4/2020,,4349,230,1829,127,354
+PV,17/4/2020,,11553,802,6030,490,1020
+RI,17/4/2020,,3583,667,1249,78,272
+AN,18/4/2020,,10898,491,5424,687,993
+AR,18/4/2020,,4608,223,2216,240,619
+AS,18/4/2020,,2203,188,988,114,197
+IB,18/4/2020,,1739,33,952,158,155
+CN,18/4/2020,,2047,0,825,162,119
+CB,18/4/2020,,1949,101,924,78,153
+CM,18/4/2020,,14588,2037,8137,518,1963
+CL,18/4/2020,,14644,977,6981,498,1458
+CT,18/4/2020,,40448,152,22235,2395,3933
+CE,18/4/2020,,100,12,9,4,4
+VC,18/4/2020,,9657,593,4781,643,1065
+EX,18/4/2020,,2673,519,1278,107,384
+GA,18/4/2020,,8185,,2590,294,346
+MD,18/4/2020,,58466,2475,37626,3238,7239
+ML,18/4/2020,,104,3,44,3,2
+MC,18/4/2020,,1438,215,612,102,116
+NC,18/4/2020,,4413,243,1843,127,369
+PV,18/4/2020,,11731,838,6086,499,1062
+RI,18/4/2020,,3636,694,1268,79,277
+AN,19/4/2020,,10991,527,5473,690,1013
+AR,19/4/2020,,4654,232,2244,242,637
+AS,19/4/2020,,2213,194,993,115,199
+IB,19/4/2020,,1748,39,960,159,157
+CN,19/4/2020,,2067,0,826,163,119
+CB,19/4/2020,,1973,110,934,78,158
+CM,19/4/2020,,14725,2071,8173,531,2021
+CL,19/4/2020,,14781,1076,7080,501,1493
+CT,19/4/2020,,41676,1027,22375,2409,4009
+CE,19/4/2020,,100,14,9,4,4
+VC,19/4/2020,,9708,631,4827,646,1079
+EX,19/4/2020,,2692,551,1306,107,389
+GA,19/4/2020,,8299,,2609,296,352
+MD,19/4/2020,,58673,2663,37970,3248,7351
+ML,19/4/2020,,104,5,44,3,2
+MC,19/4/2020,,1440,219,612,103,117
+NC,19/4/2020,,4449,286,1856,128,385
+PV,19/4/2020,,11789,839,6109,501,1081
+RI,19/4/2020,,3664,707,1282,79,285
+AN,20/4/2020,,11095,553,5509,692,1017
+AR,20/4/2020,,4684,254,2271,244,643
+AS,20/4/2020,,2220,229,999,116,203
+IB,20/4/2020,,1766,41,983,159,161
+CN,20/4/2020,,2085,0,837,164,120
+CB,20/4/2020,,1998,110,948,78,165
+CM,20/4/2020,,14936,2109,8199,534,2075
+CL,20/4/2020,,14951,1308,7174,503,1521
+CT,20/4/2020,,43112,1027,22796,2437,4152
+CE,20/4/2020,,100,14,9,4,4
+VC,20/4/2020,,9750,649,4866,648,1089
+EX,20/4/2020,,2692,551,1327,107,397
+GA,20/4/2020,,8468,,2652,296,360
+MD,20/4/2020,,59300,2672,38161,3278,7460
+ML,20/4/2020,,105,5,44,3,2
+MC,20/4/2020,,1445,251,614,104,120
+NC,20/4/2020,,4475,356,1877,128,397
+PV,20/4/2020,,11843,967,6141,507,1103
+RI,20/4/2020,,3684,799,1297,81,294
+AN,21/4/2020,,11225,654,5565,696,1050
+AR,21/4/2020,,4761,293,2304,246,656
+AS,21/4/2020,,2230,277,1007,116,211
+IB,21/4/2020,,1786,48,1001,163,164
+CN,21/4/2020,,2094,0,841,164,121
+CB,21/4/2020,,2012,148,956,78,167
+CM,21/4/2020,,15053,2268,8243,537,2140
+CL,21/4/2020,,15141,1698,7264,505,1554
+CT,21/4/2020,,43802,1027,23295,2460,4247
+CE,21/4/2020,,100,24,9,4,4
+VC,21/4/2020,,9825,746,4896,649,1106
+EX,21/4/2020,,2692,551,1349,107,404
+GA,21/4/2020,,8634,,2674,297,368
+MD,21/4/2020,,59950,2954,38328,3283,7577
+ML,21/4/2020,,105,6,44,3,2
+MC,21/4/2020,,1455,262,622,104,123
+NC,21/4/2020,,4531,427,1894,128,401
+PV,21/4/2020,,11974,1070,6201,513,1124
+RI,21/4/2020,,3704,882,1318,81,298
+AN,22/4/2020,,11358,837,5616,702,1079
+AR,22/4/2020,,4833,404,2340,247,681
+AS,22/4/2020,,2241,318,1009,116,222
+IB,22/4/2020,,1805,54,1018,162,168
+CN,22/4/2020,,2113,0,855,169,121
+CB,22/4/2020,,2023,183,965,78,173
+CM,22/4/2020,,15128,2429,8304,546,2188
+CL,22/4/2020,,15510,1892,7397,508,1582
+CT,22/4/2020,,44892,1027,23647,2478,4343
+CE,22/4/2020,,100,24,9,4,4
+VC,22/4/2020,,9869,866,4917,650,1124
+EX,22/4/2020,,2715,651,1375,107,407
+GA,22/4/2020,,8805,,2694,298,375
+MD,22/4/2020,,60657,3393,38620,3288,7684
+ML,22/4/2020,,106,7,44,3,2
+MC,22/4/2020,,1460,261,624,104,124
+NC,22/4/2020,,4577,486,1907,129,409
+PV,22/4/2020,,12094,1342,6260,516,1167
+RI,22/4/2020,,3741,986,1331,82,303
+AN,23/4/2020,,11486,963,5675,714,1107
+AR,23/4/2020,,4867,428,2359,248,695
+AS,23/4/2020,,2245,354,1012,117,228
+IB,23/4/2020,,1819,57,1036,162,172
+CN,23/4/2020,,2140,0,868,169,128
+CB,23/4/2020,,2055,218,978,78,178
+CM,23/4/2020,,15365,2688,8342,553,2255
+CL,23/4/2020,,15692,2084,7506,510,1612
+CT,23/4/2020,,45544,1027,24130,2569,4393
+CE,23/4/2020,,100,25,10,4,4
+VC,23/4/2020,,9939,967,4945,651,1147
+EX,23/4/2020,,2718,685,1413,107,411
+GA,23/4/2020,,8932,,2707,301,382
+MD,23/4/2020,,61099,3535,38837,3305,7765
+ML,23/4/2020,,107,9,44,3,2
+MC,23/4/2020,,1468,273,625,105,125
+NC,23/4/2020,,4581,599,1915,129,417
+PV,23/4/2020,,12204,1576,6315,518,1193
+RI,23/4/2020,,3790,1075,1344,82,307
+AN,24/4/2020,,11645,1129,5715,716,1131
+AR,24/4/2020,,4922,460,2372,249,709
+AS,24/4/2020,,2249,393,1020,117,235
+IB,24/4/2020,,1845,60,1053,162,174
+CN,24/4/2020,,2155,0,878,171,130
+CB,24/4/2020,,2071,244,982,78,182
+CM,24/4/2020,,15509,3016,8385,559,2292
+CL,24/4/2020,,15990,2269,7555,511,1639
+CT,24/4/2020,,46261,1027,24420,2576,4498
+CE,24/4/2020,,100,25,10,4,4
+VC,24/4/2020,,10066,1057,4978,653,1172
+EX,24/4/2020,,2718,740,1447,107,416
+GA,24/4/2020,,9116,,2717,302,388
+MD,24/4/2020,,61619,3691,39064,3307,7848
+ML,24/4/2020,,108,10,44,3,2
+MC,24/4/2020,,1468,288,625,105,126
+NC,24/4/2020,,4627,647,1937,129,429
+PV,24/4/2020,,12366,1766,6375,525,1212
+RI,24/4/2020,,3821,1125,1360,83,311
+AN,25/4/2020,,11712,1260,5747,716,1145
+AR,25/4/2020,,4955,501,2395,251,712
+AS,25/4/2020,,2261,441,1022,117,243
+IB,25/4/2020,,1852,63,1057,162,175
+CN,25/4/2020,,2167,0,880,171,131
+CB,25/4/2020,,2083,247,991,78,183
+CM,25/4/2020,,15609,3386,8417,565,2330
+CL,25/4/2020,,16222,2462,7653,515,1666
+CT,25/4/2020,,46811,1027,25665,2583,4566
+CE,25/4/2020,,100,31,10,4,4
+VC,25/4/2020,,10160,1212,5013,654,1186
+EX,25/4/2020,,2736,729,1480,107,422
+GA,25/4/2020,,9176,,2724,303,394
+MD,25/4/2020,,61855,3691,39217,3308,7922
+ML,25/4/2020,,110,11,44,3,2
+MC,25/4/2020,,1474,297,627,106,127
+NC,25/4/2020,,4712,740,1942,129,431
+PV,25/4/2020,,12455,1860,6426,533,1230
+RI,25/4/2020,,3861,1137,1380,84,315
+AN,26/4/2020,,11787,1321,5767,720,1157
+AR,26/4/2020,,4985,519,2403,251,726
+AS,26/4/2020,,2263,472,1028,117,248
+IB,26/4/2020,,1857,63,1057,162,179
+CN,26/4/2020,,2178,0,881,171,131
+CB,26/4/2020,,2104,246,995,78,186
+CM,26/4/2020,,15664,3622,8444,579,2365
+CL,26/4/2020,,16404,2624,7703,518,1690
+CT,26/4/2020,,47755,1027,25799,2724,4699
+CE,26/4/2020,,100,31,10,4,4
+VC,26/4/2020,,10180,1232,5032,656,1189
+EX,26/4/2020,,2749,731,1490,107,428
+GA,26/4/2020,,9238,,2728,304,405
+MD,26/4/2020,,61985,4022,39350,3309,7986
+ML,26/4/2020,,110,11,44,3,2
+MC,26/4/2020,,1474,297,627,106,128
+NC,26/4/2020,,4733,753,1942,130,432
+PV,26/4/2020,,12513,1899,6457,538,1241
+RI,26/4/2020,,3892,1149,1392,85,320
+AN,27/4/2020,,11836,1359,5792,721,1168
+AR,27/4/2020,,5004,553,2425,252,735
+AS,27/4/2020,,2269,537,1035,117,252
+IB,27/4/2020,,1868,70,1069,162,181
+CN,27/4/2020,,2187,0,900,174,133
+CB,27/4/2020,,2115,271,1000,78,188
+CM,27/4/2020,,15706,3812,8464,584,2396
+CL,27/4/2020,,16589,2783,7777,522,1710
+CT,27/4/2020,,48158,1027,26230,2750,4808
+CE,27/4/2020,,100,34,10,4,4
+VC,27/4/2020,,10204,1454,5046,659,1200
+EX,27/4/2020,,2751,736,1505,107,433
+GA,27/4/2020,,9328,,2734,305,412
+MD,27/4/2020,,62579,4205,39423,3338,8048
+ML,27/4/2020,,114,11,44,3,2
+MC,27/4/2020,,1475,318,629,106,130
+NC,27/4/2020,,4759,871,1945,130,432
+PV,27/4/2020,,12564,2240,6482,539,1255
+RI,27/4/2020,,3897,1200,1400,87,326
+AN,28/4/2020,,11917,1528,5831,721,1188
+AR,28/4/2020,,5042,610,2454,252,736
+AS,28/4/2020,,2284,587,1041,117,259
+IB,28/4/2020,,1877,71,1074,162,185
+CN,28/4/2020,,2202,0,906,175,134
+CB,28/4/2020,,2146,293,1006,79,191
+CM,28/4/2020,,15785,4010,8523,588,2436
+CL,28/4/2020,,16690,3161,7854,524,1736
+CT,28/4/2020,,48654,1027,26546,2768,4905
+CE,28/4/2020,,101,38,10,4,4
+VC,28/4/2020,,10236,1580,5072,662,1218
+EX,28/4/2020,,2764,749,1526,107,440
+GA,28/4/2020,,8693,791,2736,308,551
+MD,28/4/2020,,63079,4381,39850,3355,8105
+ML,28/4/2020,,114,11,44,3,2
+MC,28/4/2020,,1480,360,635,106,130
+NC,28/4/2020,,4794,1090,1951,130,448
+PV,28/4/2020,,12619,2519,6522,540,1274
+RI,28/4/2020,,3910,1263,1413,87,330
+AN,29/4/2020,,11949,1675,5873,721,1207
+AR,29/4/2020,,5091,880,2477,252,739
+AS,29/4/2020,,2295,627,1047,117,263
+IB,29/4/2020,,1881,72,1077,163,188
+CN,29/4/2020,,2205,0,909,175,135
+CB,29/4/2020,,2173,332,1007,79,191
+CM,29/4/2020,,15832,4239,8567,592,2463
+CL,29/4/2020,,16885,3427,7957,528,1752
+CT,29/4/2020,,48916,1027,26763,2784,4975
+CE,29/4/2020,,101,45,10,4,4
+VC,29/4/2020,,10331,1727,5096,663,1236
+EX,29/4/2020,,2785,753,1550,108,446
+GA,29/4/2020,,8731,848,2747,310,551
+MD,29/4/2020,,63454,4488,40076,3377,8176
+ML,29/4/2020,,114,11,44,3,2
+MC,29/4/2020,,1486,408,637,108,130
+NC,29/4/2020,,4815,1325,1965,132,451
+PV,29/4/2020,,12701,2818,6561,541,1296
+RI,29/4/2020,,3918,1288,1424,88,332
+AN,30/4/2020,,12061,1820,5935,729,1238
+AR,30/4/2020,,5116,987,2494,253,749
+AS,30/4/2020,,2310,663,1048,118,264
+IB,30/4/2020,,1892,76,1085,163,193
+CN,30/4/2020,,2206,0,914,175,136
+CB,30/4/2020,,2184,363,1009,79,192
+CM,30/4/2020,,15910,4606,8618,596,2498
+CL,30/4/2020,,16993,3746,8010,531,1770
+CT,30/4/2020,,49307,1027,26932,2795,5061
+CE,30/4/2020,,101,50,10,4,4
+VC,30/4/2020,,10347,1862,5126,694,1245
+EX,30/4/2020,,2811,819,1565,108,451
+GA,30/4/2020,,8769,848,2759,313,558
+MD,30/4/2020,,63747,4609,40293,3392,8222
+ML,30/4/2020,,115,11,44,3,2
+MC,30/4/2020,,1488,472,638,109,132
+NC,30/4/2020,,4848,1489,1977,132,458
+PV,30/4/2020,,12824,3145,6607,544,1312
+RI,30/4/2020,,3936,1290,1433,88,333
+AN,1/5/2020,,12105,2023,5961,735,1253
+AR,1/5/2020,,5136,1028,2503,253,761
+AS,1/5/2020,,2311,686,1052,120,270
+IB,1/5/2020,,1898,82,1089,163,197
+CN,1/5/2020,,2212,0,918,175,140
+CB,1/5/2020,,2201,376,1009,79,193
+CM,1/5/2020,,15967,5056,8645,601,2534
+CL,1/5/2020,,17165,3834,8054,531,1788
+CT,1/5/2020,,49850,1027,27049,2811,5137
+CE,1/5/2020,,101,51,10,4,4
+VC,1/5/2020,,10552,2103,5153,695,1258
+EX,1/5/2020,,2824,866,1592,108,458
+GA,1/5/2020,,8804,848,2769,313,563
+MD,1/5/2020,,63928,4609,40457,3404,8292
+ML,1/5/2020,,115,11,44,3,2
+MC,1/5/2020,,1491,475,639,110,132
+NC,1/5/2020,,4888,1523,1979,132,460
+PV,1/5/2020,,12899,3232,6659,551,1321
+RI,1/5/2020,,3947,1292,1439,88,334
+AN,2/5/2020,,12139,2112,5961,736,1256
+AR,2/5/2020,,5164,1044,2519,253,761
+AS,2/5/2020,,2313,706,1055,120,270
+IB,2/5/2020,,1904,82,1094,163,197
+CN,2/5/2020,,2221,0,919,175,140
+CB,2/5/2020,,2205,384,1010,79,195
+CM,2/5/2020,,16017,5273,8676,604,2565
+CL,2/5/2020,,17283,3946,8085,533,1800
+CT,2/5/2020,,50234,1027,27257,2844,5185
+CE,2/5/2020,,101,51,10,4,4
+VC,2/5/2020,,10563,2250,5181,698,1264
+EX,2/5/2020,,2844,868,1603,108,460
+GA,2/5/2020,,8837,848,2774,315,569
+MD,2/5/2020,,64045,4609,40597,3421,8332
+ML,2/5/2020,,117,12,44,3,2
+MC,2/5/2020,,1492,482,641,110,134
+NC,2/5/2020,,4902,1525,1986,133,462
+PV,2/5/2020,,12944,3259,6692,553,1329
+RI,2/5/2020,,3952,1295,1446,88,335
+AN,3/5/2020,,12156,2155,5973,738,1263
+AR,3/5/2020,,5188,1051,2526,253,762
+AS,3/5/2020,,2315,716,1057,120,274
+IB,3/5/2020,,1904,83,1097,163,197
+CN,3/5/2020,,2225,0,919,175,141
+CB,3/5/2020,,2206,390,1011,79,197
+CM,3/5/2020,,16050,5461,8698,606,2590
+CL,3/5/2020,,17334,4045,8123,534,1818
+CT,3/5/2020,,50366,1027,27321,2847,5220
+CE,3/5/2020,,101,51,10,4,4
+VC,3/5/2020,,10575,2383,5204,700,1269
+EX,3/5/2020,,2849,873,1618,108,460
+GA,3/5/2020,,8859,848,2782,315,575
+MD,3/5/2020,,64157,4609,40741,3431,8376
+ML,3/5/2020,,119,12,44,3,2
+MC,3/5/2020,,1492,482,645,110,134
+NC,3/5/2020,,4918,1529,1990,133,466
+PV,3/5/2020,,12956,3294,6719,554,1341
+RI,3/5/2020,,3961,1297,1449,88,335
+AN,4/5/2020,,12167,2184,5983,738,1267
+AR,4/5/2020,,5207,1075,2539,253,770
+AS,4/5/2020,,2316,743,1061,120,275
+IB,4/5/2020,,1906,87,1105,164,198
+CN,4/5/2020,,2231,0,920,176,142
+CB,4/5/2020,,2207,400,1015,79,198
+CM,4/5/2020,,16080,5576,8725,609,2616
+CL,4/5/2020,,17429,4290,8153,537,1832
+CT,4/5/2020,,50771,1027,27745,2856,5270
+CE,4/5/2020,,101,54,10,4,4
+VC,4/5/2020,,10617,2383,5214,701,1279
+EX,4/5/2020,,2852,876,1629,108,462
+GA,4/5/2020,,8881,902,2792,317,579
+MD,4/5/2020,,64489,4689,40851,3442,8420
+ML,4/5/2020,,119,12,44,3,2
+MC,4/5/2020,,1496,555,650,111,136
+NC,4/5/2020,,4936,1625,1995,134,471
+PV,4/5/2020,,12987,3461,6736,556,1353
+RI,4/5/2020,,3967,1303,1452,90,336
+AN,5/5/2020,,12190,2403,6012,740,1281
+AR,5/5/2020,,5231,1151,2552,253,788
+AS,5/5/2020,,2322,768,1068,120,278
+IB,5/5/2020,,1917,92,1117,164,199
+CN,5/5/2020,,2231,0,920,176,143
+CB,5/5/2020,,2213,413,1018,79,199
+CM,5/5/2020,,16144,6022,8765,612,2647
+CL,5/5/2020,,17520,4636,8246,538,1847
+CT,5/5/2020,,50924,1166,28085,2871,5345
+CE,5/5/2020,,109,55,10,4,4
+VC,5/5/2020,,10659,2527,5225,701,1291
+EX,5/5/2020,,2865,881,1650,108,463
+GA,5/5/2020,,8901,1095,2811,319,588
+MD,5/5/2020,,64820,4689,41031,3465,8466
+ML,5/5/2020,,119,12,44,3,2
+MC,5/5/2020,,1498,635,650,111,136
+NC,5/5/2020,,4966,1804,2005,135,476
+PV,5/5/2020,,13021,3671,6781,559,1364
+RI,5/5/2020,,3980,1342,1458,91,337
+AN,6/5/2020,,12222,2602,6027,742,1294
+AR,6/5/2020,,5258,1258,2564,255,800
+AS,6/5/2020,,2330,773,1072,121,279
+IB,6/5/2020,,1925,94,1121,164,201
+CN,6/5/2020,,2235,0,921,176,144
+CB,6/5/2020,,2220,422,1020,79,200
+CM,6/5/2020,,16184,6383,8796,613,2677
+CL,6/5/2020,,17625,4912,8300,541,1864
+CT,6/5/2020,,51190,1315,28248,2891,5394
+CE,6/5/2020,,109,56,10,4,4
+VC,6/5/2020,,10694,2719,5252,704,1303
+EX,6/5/2020,,2877,931,1664,108,467
+GA,6/5/2020,,8919,1158,2833,320,591
+MD,6/5/2020,,65093,4792,41159,3485,8504
+ML,6/5/2020,,119,13,44,3,2
+MC,6/5/2020,,1501,691,652,111,137
+NC,6/5/2020,,4983,2027,2015,135,480
+PV,6/5/2020,,13054,3918,6797,561,1383
+RI,6/5/2020,,3986,1344,1463,91,338
+AN,7/5/2020,,12239,2763,6038,742,1301
+AR,7/5/2020,,5274,1301,2578,255,815
+AS,7/5/2020,,2338,821,1076,121,280
+IB,7/5/2020,,1931,94,1121,164,202
+CN,7/5/2020,,2240,,927,176,148
+CB,7/5/2020,,2232,433,1022,79,201
+CM,7/5/2020,,16237,6671,8828,617,2713
+CL,7/5/2020,,17716,5210,8357,543,1876
+CT,7/5/2020,,51733,1476,28608,2949,5471
+CE,7/5/2020,,109,59,11,4,4
+VC,7/5/2020,,10725,2888,5287,706,1309
+EX,7/5/2020,,2900,953,1678,109,472
+GA,7/5/2020,,8952,1269,2852,321,592
+MD,7/5/2020,,65333,4792,41304,3493,8552
+ML,7/5/2020,,119,13,44,3,2
+MC,7/5/2020,,1504,748,659,112,137
+NC,7/5/2020,,5006,2221,2015,135,484
+PV,7/5/2020,,13104,4185,6818,566,1390
+RI,7/5/2020,,3992,1363,1469,91,342
+AN,8/5/2020,,12250,2930,6069,745,1317
+AR,8/5/2020,,5291,1365,2583,255,823
+AS,8/5/2020,,2344,841,1077,121,280
+IB,8/5/2020,,1940,98,1121,165,207
+CN,8/5/2020,,2250,0,935,178,148
+CB,8/5/2020,,2241,440,1023,79,201
+CM,8/5/2020,,16278,7015,8867,621,2738
+CL,8/5/2020,,17822,5630,8394,546,1885
+CT,8/5/2020,,51935,1643,28687,2950,5507
+CE,8/5/2020,,110,59,11,4,4
+VC,8/5/2020,,10760,3015,5317,709,1315
+EX,8/5/2020,,2907,979,1695,109,477
+GA,8/5/2020,,8964,1358,2876,323,595
+MD,8/5/2020,,65555,4852,41436,3508,8598
+ML,8/5/2020,,119,13,44,3,2
+MC,8/5/2020,,1506,757,662,112,138
+NC,8/5/2020,,5039,2403,2021,135,487
+PV,8/5/2020,,13161,4442,6865,568,1403
+RI,8/5/2020,,4000,1365,1473,91,344
+AN,9/5/2020,,12267,3088,6080,745,1320
+AR,9/5/2020,,5316,1386,2588,255,824
+AS,9/5/2020,,2346,854,1080,121,283
+IB,9/5/2020,,1946,105,1121,165,209
+CN,9/5/2020,,2258,0,935,178,148
+CB,9/5/2020,,2244,440,1027,79,201
+CM,9/5/2020,,16343,7319,8895,623,2759
+CL,9/5/2020,,17952,5869,8468,546,1897
+CT,9/5/2020,,52162,1643,28784,2951,5532
+CE,9/5/2020,,110,59,11,4,4
+VC,9/5/2020,,10770,3127,5354,716,1323
+EX,9/5/2020,,2912,991,1711,109,480
+GA,9/5/2020,,8981,1389,2886,325,596
+MD,9/5/2020,,65641,4875,41559,3520,8644
+ML,9/5/2020,,119,13,44,3,2
+MC,9/5/2020,,1508,821,662,112,139
+NC,9/5/2020,,5052,2403,2023,135,488
+PV,9/5/2020,,13193,4521,6902,571,1418
+RI,9/5/2020,,4008,1370,1474,91,346
+AN,10/5/2020,,12285,3137,6092,745,1322
+AR,10/5/2020,,5336,1395,2595,255,825
+AS,10/5/2020,,2350,866,1080,121,288
+IB,10/5/2020,,1949,105,1121,165,209
+CN,10/5/2020,,2260,0,936,178,149
+CB,10/5/2020,,2245,440,1027,79,201
+CM,10/5/2020,,16387,7482,8918,624,2786
+CL,10/5/2020,,17995,5996,8482,547,1905
+CT,10/5/2020,,54807,1643,28820,2952,5555
+CE,10/5/2020,,110,59,11,4,4
+VC,10/5/2020,,10776,3152,5355,716,1330
+EX,10/5/2020,,2918,1001,1725,109,483
+GA,10/5/2020,,8999,1389,2902,326,597
+MD,10/5/2020,,65693,4877,41650,3529,8683
+ML,10/5/2020,,119,13,44,3,2
+MC,10/5/2020,,1517,815,665,112,139
+NC,10/5/2020,,5065,2421,2029,135,490
+PV,10/5/2020,,13203,4542,6922,573,1423
+RI,10/5/2020,,4008,1374,1475,91,346
+AN,11/5/2020,,12293,3229,6101,745,1326
+AR,11/5/2020,,5359,1438,2606,255,828
+AS,11/5/2020,,2352,875,1080,121,290
+IB,11/5/2020,,1949,105,1122,166,210
+CN,11/5/2020,,2268,0,937,178,151
+CB,11/5/2020,,2246,445,1027,79,203
+CM,11/5/2020,,16431,7620,8940,629,2811
+CL,11/5/2020,,18048,6122,8493,547,1914
+CT,11/5/2020,,55144,1643,29138,2952,5621
+CE,11/5/2020,,114,59,11,4,4
+VC,11/5/2020,,10793,3197,5360,717,1336
+EX,11/5/2020,,2919,1001,1737,109,487
+GA,11/5/2020,,9003,1446,2905,326,598
+MD,11/5/2020,,65887,4877,41735,3543,8720
+ML,11/5/2020,,119,13,44,3,2
+MC,11/5/2020,,1517,816,665,112,139
+NC,11/5/2020,,5081,2556,2039,135,493
+PV,11/5/2020,,13231,4664,6929,574,1429
+RI,11/5/2020,,4008,1384,1478,91,347
+AN,12/5/2020,,12317,3312,6114,750,1332
+AR,12/5/2020,,5372,1484,2614,255,829
+AS,12/5/2020,,2356,896,1080,121,292
+IB,12/5/2020,,1953,106,1127,168,215
+CN,12/5/2020,,2271,0,937,178,151
+CB,12/5/2020,,2256,477,1029,79,205
+CM,12/5/2020,,16453,7732,8963,632,2835
+CL,12/5/2020,,18105,6157,8517,547,1919
+CT,12/5/2020,,55287,1643,29267,2953,5692
+CE,12/5/2020,,114,59,11,4,4
+VC,12/5/2020,,10816,3285,5370,717,1341
+EX,12/5/2020,,2921,1001,1754,109,489
+GA,12/5/2020,,9014,1481,2909,327,599
+MD,12/5/2020,,66106,4958,41856,3555,8760
+ML,12/5/2020,,119,13,44,3,2
+MC,12/5/2020,,1525,873,666,112,142
+NC,12/5/2020,,5094,2658,2042,135,494
+PV,12/5/2020,,13260,4881,6955,575,1442
+RI,12/5/2020,,4009,1388,1481,91,348
+AN,13/5/2020,,12359,3464,6128,751,1336
+AR,13/5/2020,,5389,1554,2625,255,836
+AS,13/5/2020,,2357,910,1084,121,293
+IB,13/5/2020,,1954,106,1127,168,216
+CN,13/5/2020,,2275,0,937,178,151
+CB,13/5/2020,,2256,483,1030,79,205
+CM,13/5/2020,,16470,7861,8980,634,2852
+CL,13/5/2020,,18173,6206,8560,548,1925
+CT,13/5/2020,,55313,1643,29305,2954,5823
+CE,13/5/2020,,116,59,11,4,4
+VC,13/5/2020,,10832,3370,5389,717,1349
+EX,13/5/2020,,2925,1001,1761,109,492
+GA,13/5/2020,,9030,1515,2915,327,603
+MD,13/5/2020,,66315,4958,41962,3564,8779
+ML,13/5/2020,,119,13,44,3,2
+MC,13/5/2020,,1532,905,672,112,142
+NC,13/5/2020,,5105,2786,2045,135,498
+PV,13/5/2020,,13303,4881,6994,577,1454
+RI,13/5/2020,,4014,1391,1484,91,348
+AN,14/5/2020,,12401,3667,6146,754,1344
+AR,14/5/2020,,5432,1583,2637,255,837
+AS,14/5/2020,,2364,936,1087,121,298
+IB,14/5/2020,,1963,106,1132,168,216
+CN,14/5/2020,,2280,0,938,178,151
+CB,14/5/2020,,2263,498,1031,79,206
+CM,14/5/2020,,16513,8014,9001,635,2870
+CL,14/5/2020,,18272,6226,8595,548,1930
+CT,14/5/2020,,55562,1643,29339,2955,5882
+CE,14/5/2020,,116,59,11,4,4
+VC,14/5/2020,,10859,3579,5415,721,1358
+EX,14/5/2020,,2933,1001,1772,109,494
+GA,14/5/2020,,9036,1569,2921,332,603
+MD,14/5/2020,,66523,5093,42057,3574,8809
+ML,14/5/2020,,119,13,44,3,2
+MC,14/5/2020,,1534,943,675,112,143
+NC,14/5/2020,,5116,2966,2045,136,500
+PV,14/5/2020,,13332,4881,7009,578,1454
+RI,14/5/2020,,4016,1393,1488,91,348
+AN,15/5/2020,,12420,3843,6161,758,1355
+AR,15/5/2020,,5456,1669,2648,255,838
+AS,15/5/2020,,2366,961,1087,121,299
+IB,15/5/2020,,1980,105,1132,168,216
+CN,15/5/2020,,2284,0,939,178,151
+CB,15/5/2020,,2265,505,1032,79,206
+CM,15/5/2020,,16587,8189,9027,636,2883
+CL,15/5/2020,,18369,6226,8649,549,1940
+CT,15/5/2020,,55685,1643,29339,2956,5915
+CE,15/5/2020,,116,59,11,4,4
+VC,15/5/2020,,10885,3686,5435,722,1365
+EX,15/5/2020,,2944,1001,1772,109,497
+GA,15/5/2020,,9041,1893,2923,332,604
+MD,15/5/2020,,66639,5293,42157,3577,8826
+ML,15/5/2020,,119,13,44,3,2
+MC,15/5/2020,,1542,1004,676,112,144
+NC,15/5/2020,,5137,3098,2045,136,501
+PV,15/5/2020,,13348,5216,7011,578,1455
+RI,15/5/2020,,4020,1393,1490,91,348
+AN,16/5/2020,,12450,3982,6174,760,1358
+AR,16/5/2020,,5478,1699,2655,255,838
+AS,16/5/2020,,2366,978,1087,121,299
+IB,16/5/2020,,1989,105,1134,168,218
+CN,16/5/2020,,2289,0,939,178,151
+CB,16/5/2020,,2268,505,1033,79,207
+CM,16/5/2020,,16618,8290,9054,637,2893
+CL,16/5/2020,,18470,6226,8690,550,1946
+CT,16/5/2020,,55824,1643,29400,2957,5944
+CE,16/5/2020,,116,59,11,4,4
+VC,16/5/2020,,10914,3787,5454,723,1366
+EX,16/5/2020,,2947,1001,1775,110,500
+GA,16/5/2020,,9051,1909,2926,332,606
+MD,16/5/2020,,66663,5293,42227,3584,8847
+ML,16/5/2020,,121,13,44,3,2
+MC,16/5/2020,,1551,1015,676,112,144
+NC,16/5/2020,,5148,3145,2045,136,503
+PV,16/5/2020,,13364,5326,7015,578,1459
+RI,16/5/2020,,4024,1393,1496,91,349
+AN,17/5/2020,,12458,3999,6178,760,1358
+AR,17/5/2020,,5503,1698,2659,255,838
+AS,17/5/2020,,2370,985,1088,121,301
+IB,17/5/2020,,1991,105,1134,168,218
+CN,17/5/2020,,2294,0,942,178,153
+CB,17/5/2020,,2271,503,1035,79,207
+CM,17/5/2020,,16648,8366,9066,637,2898
+CL,17/5/2020,,18512,6234,8717,551,1953
+CT,17/5/2020,,55921,1643,29421,2957,5956
+CE,17/5/2020,,116,59,11,4,4
+VC,17/5/2020,,10926,3810,5469,725,1370
+EX,17/5/2020,,2948,1001,1775,110,500
+GA,17/5/2020,,9056,1926,2934,332,607
+MD,17/5/2020,,66702,5293,42283,3594,8863
+ML,17/5/2020,,121,13,44,3,2
+MC,17/5/2020,,1556,1039,678,112,145
+NC,17/5/2020,,5178,3157,2045,136,503
+PV,17/5/2020,,13371,5358,7016,578,1466
+RI,17/5/2020,,4024,1393,1496,91,351
+AN,18/5/2020,,12489,3999,6182,760,1367
+AR,18/5/2020,,5520,1751,2667,255,843
+AS,18/5/2020,,2373,985,1088,121,303
+IB,18/5/2020,,2003,106,1137,168,219
+CN,18/5/2020,,2294,0,942,178,155
+CB,18/5/2020,,2273,509,1035,79,208
+CM,18/5/2020,,16677,8397,9082,638,2900
+CL,18/5/2020,,18549,6285,8729,551,1960
+CT,18/5/2020,,55825,1643,29459,2960,5981
+CE,18/5/2020,,117,59,11,4,4
+VC,18/5/2020,,10927,3810,5738,727,1376
+EX,18/5/2020,,3038,1001,1779,110,504
+GA,18/5/2020,,9058,1966,2935,332,607
+MD,18/5/2020,,66828,5293,42350,3600,8894
+ML,18/5/2020,,121,13,44,3,2
+MC,18/5/2020,,1558,1039,679,112,145
+NC,18/5/2020,,5183,3157,2045,136,503
+PV,18/5/2020,,13386,5358,7021,578,1470
+RI,18/5/2020,,4027,1395,1498,91,352
+AN,19/5/2020,,12502,3999,6196,764,1371
+AR,19/5/2020,,5551,1751,2434,255,847
+AS,19/5/2020,,2374,985,1089,121,304
+IB,19/5/2020,,2016,106,1142,168,221
+CN,19/5/2020,,2300,0,943,179,155
+CB,19/5/2020,,2277,510,1036,79,209
+CM,19/5/2020,,16739,8546,9122,639,2913
+CL,19/5/2020,,18586,6290,8734,555,1960
+CT,19/5/2020,,55888,1643,29497,2969,6021
+CE,19/5/2020,,119,59,11,4,4
+VC,19/5/2020,,10949,3810,5742,727,1378
+EX,19/5/2020,,3040,1001,1780,110,504
+GA,19/5/2020,,9067,2014,2939,334,607
+MD,19/5/2020,,66967,5293,42422,3610,8912
+ML,19/5/2020,,121,13,44,3,2
+MC,19/5/2020,,1560,1039,679,112,148
+NC,19/5/2020,,5192,3157,2048,136,503
+PV,19/5/2020,,13412,5358,7024,578,1480
+RI,19/5/2020,,4033,1395,1499,91,353
+AN,20/5/2020,,12547,3999,6210,766,1375
+AR,20/5/2020,,5588,1751,2442,256,848
+AS,20/5/2020,,2374,985,1089,121,307
+IB,20/5/2020,,2024,107,1144,169,221
+CN,20/5/2020,,2307,0,944,179,155
+CB,20/5/2020,,2279,519,1036,79,209
+CM,20/5/2020,,16789,8634,9138,639,2919
+CL,20/5/2020,,18627,6291,8735,561,1960
+CT,20/5/2020,,55888,1643,29497,2969,6021
+CE,20/5/2020,,119,59,11,4,4
+VC,20/5/2020,,10987,3810,5747,730,1383
+EX,20/5/2020,,3042,1001,1780,110,505
+GA,20/5/2020,,9077,2026,2943,334,608
+MD,20/5/2020,,67049,5293,42497,3617,8931
+ML,20/5/2020,,121,13,44,3,2
+MC,20/5/2020,,1570,1039,680,112,149
+NC,20/5/2020,,5195,3157,2048,136,506
+PV,20/5/2020,,13421,5358,7032,578,1483
+RI,20/5/2020,,4033,1395,1504,91,354
+"NOTA 1: Los datos publicados reflejan el nmero de casos, confirmados por PCR, hospitalizados, admitidos en UCI y fallecidos acumulados cada da. La diferencia entre dos das consecutivos no necesariamente corresponde al nmero de episodios que se han producido en un da determinado, debido a que pueden haberse asignado con posterioridad a fechas anteriores. Esta serie est en revisin diaria por las CCAA y el Ministerio de Sanidad. Cualquier inferencia que se haga sobre las diferencias de un da a otro son nicamente la responsabilidad del usuario.",,,,,,,
+NOTA 2: Los datos de estas comunidades son datos de prevalencia (personas ingresadas a fecha de hoy). No reflejan el total de personas que han sido hospitalizadas o ingresadas en UCI a lo largo del periodo de notificacin(CL(UCIs*)-GA(UCIS**)-CM***-MD****),,,,,,,
+* Desde el da 17/04/2020 las cifras de UCIs de CL son casos acumulados. Previamente se refieren a personas ingresadas ese da.,,,,,,,
+** Desde el da 28/04/2020 las cifras UCIs de GA son casos acumulados. Previamente se refieren a personas ingresadas ese da. Se actualizar la serie cuando est disponible.,,,,,,,
+*** Desde el da 11/04/2020 las cifras de hospitalizados de CM son casos acumulados. Previamente se refieren a personas ingresadas ese da.,,,,,,,
+*** Desde el da 12/04/2020 las cifras de UCIs de CM son casos acumulados. Previamente se refieren a personas ingresadas ese da.,,,,,,,
+**** Desde el da 26/04/2020 las cifras de Hospitalizados y UCIs de MD son casos acumulados. Previamente se refieren a personas ingresadas ese da. Se actualizar la serie cuando est disponible.,,,,,,,
+NOTA 3: Se excluyen de la serie las notificaciones de personas con anticuerpos positivos sin sntomas en el momento de realizacin de la prueba en los que no se puede establecer un momento de contagio ni si han padecido o no la enfermedad.,,,,,,,
+NOTA 4: En los datos de PCR+ de Catalua se incluyen casos pendientes de distribuir en la serie histrica. Aragn est actualizando sus series histricas de hospitalizados, UCI y fallecidos.,,,,,,,
diff --git a/data/inputs/downloaded/spain_and_regions/2020-06-08/agregados.csv b/data/inputs/downloaded/spain_and_regions/2020-06-08/agregados.csv
new file mode 100644
index 0000000..c2b3125
--- /dev/null
+++ b/data/inputs/downloaded/spain_and_regions/2020-06-08/agregados.csv
@@ -0,0 +1,1739 @@
+CCAA,FECHA,CASOS,PCR+,TestAc+,Hospitalizados,UCI,Fallecidos
+AN,20/2/2020,0,0,,,,
+AR,20/2/2020,,0,,,,
+AS,20/2/2020,,0,,,,
+IB,20/2/2020,,1,,,,
+CN,20/2/2020,,1,,,,
+CB,20/2/2020,,0,,,,
+CM,20/2/2020,,0,,,,
+CL,20/2/2020,,0,,,,
+CT,20/2/2020,,0,,,,
+CE,20/2/2020,,0,,,,
+VC,20/2/2020,,0,,26,0,
+EX,20/2/2020,,0,,,,
+GA,20/2/2020,,0,,,,
+MD,20/2/2020,,1,,,,
+ML,20/2/2020,,0,,,,
+MC,20/2/2020,,0,,,,
+NC,20/2/2020,,0,,,,
+PV,20/2/2020,,0,,,,
+RI,20/2/2020,,0,,,,
+AN,21/2/2020,,0,,,,
+AR,21/2/2020,,0,,,,
+AS,21/2/2020,,0,,,,
+IB,21/2/2020,,1,,,,
+CN,21/2/2020,,1,,,,
+CB,21/2/2020,,0,,,,
+CM,21/2/2020,,0,,,,
+CL,21/2/2020,,0,,,,
+CT,21/2/2020,,0,,,,
+CE,21/2/2020,,0,,,,
+VC,21/2/2020,,0,,30,1,
+EX,21/2/2020,,0,,,,
+GA,21/2/2020,,0,,,,
+MD,21/2/2020,,1,,,,
+ML,21/2/2020,,0,,,,
+MC,21/2/2020,,0,,,,
+NC,21/2/2020,,0,,,,
+PV,21/2/2020,,0,,,,
+RI,21/2/2020,,0,,,,
+AN,22/2/2020,,0,,,,
+AR,22/2/2020,,0,,,,
+AS,22/2/2020,,0,,,,
+IB,22/2/2020,,1,,,,
+CN,22/2/2020,,1,,,,
+CB,22/2/2020,,0,,,,
+CM,22/2/2020,,0,,,,
+CL,22/2/2020,,0,,,,
+CT,22/2/2020,,0,,,,
+CE,22/2/2020,,0,,,,
+VC,22/2/2020,,0,,33,1,
+EX,22/2/2020,,0,,,,
+GA,22/2/2020,,0,,,,
+MD,22/2/2020,,1,,,,
+ML,22/2/2020,,0,,,,
+MC,22/2/2020,,0,,,,
+NC,22/2/2020,,0,,,,
+PV,22/2/2020,,0,,,,
+RI,22/2/2020,,0,,,,
+AN,23/2/2020,,0,,,,
+AR,23/2/2020,,0,,,,
+AS,23/2/2020,,0,,,,
+IB,23/2/2020,,1,,,,
+CN,23/2/2020,,1,,,,
+CB,23/2/2020,,0,,,,
+CM,23/2/2020,,0,,,,
+CL,23/2/2020,,0,,,,
+CT,23/2/2020,,0,,,,
+CE,23/2/2020,,0,,,,
+VC,23/2/2020,,0,,38,2,
+EX,23/2/2020,,0,,,,
+GA,23/2/2020,,0,,,,
+MD,23/2/2020,,1,,,,
+ML,23/2/2020,,0,,,,
+MC,23/2/2020,,0,,,,
+NC,23/2/2020,,0,,,,
+PV,23/2/2020,,0,,,,
+RI,23/2/2020,,0,,,,
+AN,24/2/2020,,0,,,,
+AR,24/2/2020,,0,,,,
+AS,24/2/2020,,0,,,,
+IB,24/2/2020,,1,,,,
+CN,24/2/2020,,2,,,,
+CB,24/2/2020,,0,,,,
+CM,24/2/2020,,0,,,,
+CL,24/2/2020,,0,,,,
+CT,24/2/2020,,0,,,,
+CE,24/2/2020,,0,,,,
+VC,24/2/2020,,0,,49,2,
+EX,24/2/2020,,0,,,,
+GA,24/2/2020,,0,,,,
+MD,24/2/2020,,1,,,,
+ML,24/2/2020,,0,,,,
+MC,24/2/2020,,0,,,,
+NC,24/2/2020,,0,,,,
+PV,24/2/2020,,0,,,,
+RI,24/2/2020,,0,,,,
+AN,25/2/2020,,0,,,,
+AR,25/2/2020,,0,,,,
+AS,25/2/2020,,0,,,,
+IB,25/2/2020,,1,,,,
+CN,25/2/2020,,5,,,,
+CB,25/2/2020,,0,,,,
+CM,25/2/2020,,0,,,,
+CL,25/2/2020,,0,,,,
+CT,25/2/2020,,1,,,,
+CE,25/2/2020,,0,,,,
+VC,25/2/2020,,1,,58,2,
+EX,25/2/2020,,0,,,,
+GA,25/2/2020,,0,,,,
+MD,25/2/2020,,2,,,,
+ML,25/2/2020,,0,,,,
+MC,25/2/2020,,0,,,,
+NC,25/2/2020,,0,,,,
+PV,25/2/2020,,0,,,,
+RI,25/2/2020,,0,,,,
+AN,26/2/2020,,1,,,,
+AR,26/2/2020,,0,,,,
+AS,26/2/2020,,0,,,,
+IB,26/2/2020,,1,,,,
+CN,26/2/2020,,6,,,,
+CB,26/2/2020,,0,,,,
+CM,26/2/2020,,0,,,,
+CL,26/2/2020,,0,,,,
+CT,26/2/2020,,2,,,,
+CE,26/2/2020,,0,,,,
+VC,26/2/2020,,2,,63,3,
+EX,26/2/2020,,0,,,,
+GA,26/2/2020,,0,,,,
+MD,26/2/2020,,6,,,,
+ML,26/2/2020,,0,,,,
+MC,26/2/2020,,0,,,,
+NC,26/2/2020,,0,,,,
+PV,26/2/2020,,0,,,,
+RI,26/2/2020,,0,,,,
+AN,27/2/2020,,6,,,,
+AR,27/2/2020,,0,,,,
+AS,27/2/2020,,0,,,,
+IB,27/2/2020,,1,,,,
+CN,27/2/2020,,6,,,,
+CB,27/2/2020,,0,,,,
+CM,27/2/2020,,0,,,,
+CL,27/2/2020,,2,,,,
+CT,27/2/2020,,3,,,,
+CE,27/2/2020,,0,,,,
+VC,27/2/2020,,8,,73,3,
+EX,27/2/2020,,0,,,,
+GA,27/2/2020,,0,,,,
+MD,27/2/2020,,10,,,,
+ML,27/2/2020,,0,,,,
+MC,27/2/2020,,0,,,,
+NC,27/2/2020,,0,,,,
+PV,27/2/2020,,0,,,,
+RI,27/2/2020,,0,,,,
+AN,28/2/2020,,8,,,,
+AR,28/2/2020,,0,,,,
+AS,28/2/2020,,0,,,,
+IB,28/2/2020,,2,,,,
+CN,28/2/2020,,6,,,,
+CB,28/2/2020,,0,,,,
+CM,28/2/2020,,0,,,,
+CL,28/2/2020,,2,,,,
+CT,28/2/2020,,5,,,,
+CE,28/2/2020,,0,,,,
+VC,28/2/2020,,10,,78,3,
+EX,28/2/2020,,0,,,,
+GA,28/2/2020,,0,,,,
+MD,28/2/2020,,20,,,,
+ML,28/2/2020,,0,,,,
+MC,28/2/2020,,0,,,,
+NC,28/2/2020,,0,,,,
+PV,28/2/2020,,2,,,,
+RI,28/2/2020,,0,,,,
+AN,29/2/2020,,12,,,,
+AR,29/2/2020,,0,,,,
+AS,29/2/2020,,1,,0,1,0
+IB,29/2/2020,,2,,,,
+CN,29/2/2020,,7,,,,
+CB,29/2/2020,,1,,,,
+CM,29/2/2020,,1,,,,
+CL,29/2/2020,,3,,,,
+CT,29/2/2020,,6,,,,
+CE,29/2/2020,,0,,,,
+VC,29/2/2020,,15,,85,3,
+EX,29/2/2020,,4,,,,
+GA,29/2/2020,,0,,,,
+MD,29/2/2020,,27,,,,
+ML,29/2/2020,,0,,,,
+MC,29/2/2020,,0,,,,
+NC,29/2/2020,,1,,,,
+PV,29/2/2020,,3,,,,
+RI,29/2/2020,,0,,,,
+AN,1/3/2020,,12,,,,
+AR,1/3/2020,,0,,,,
+AS,1/3/2020,,1,,0,1,0
+IB,1/3/2020,,2,,,,
+CN,1/3/2020,,7,,,,
+CB,1/3/2020,,10,,,,
+CM,1/3/2020,,3,,,,
+CL,1/3/2020,,3,,,,
+CT,1/3/2020,,15,,,,
+CE,1/3/2020,,0,,,,
+VC,1/3/2020,,15,,88,3,
+EX,1/3/2020,,6,,,,
+GA,1/3/2020,,0,,,,
+MD,1/3/2020,,53,,,,
+ML,1/3/2020,,0,,,,
+MC,1/3/2020,,0,,,,
+NC,1/3/2020,,1,,,,
+PV,1/3/2020,,9,,,,
+RI,1/3/2020,,1,,,,
+AN,2/3/2020,,12,,,,
+AR,2/3/2020,,0,,,,
+AS,2/3/2020,,1,,1,1,0
+IB,2/3/2020,,2,,,,
+CN,2/3/2020,,7,,,,
+CB,2/3/2020,,10,,,,
+CM,2/3/2020,,7,,,,
+CL,2/3/2020,,8,,,,
+CT,2/3/2020,,15,,,,
+CE,2/3/2020,,0,,,,
+VC,2/3/2020,,15,,93,3,
+EX,2/3/2020,,6,,,,
+GA,2/3/2020,,0,,,,
+MD,2/3/2020,,96,,,,
+ML,2/3/2020,,0,,,,
+MC,2/3/2020,,0,,,,
+NC,2/3/2020,,1,,,,
+PV,2/3/2020,,13,,,,
+RI,2/3/2020,,2,,,,
+AN,3/3/2020,,12,,,,
+AR,3/3/2020,,0,,,,
+AS,3/3/2020,,2,,1,1,0
+IB,3/3/2020,,5,,,,
+CN,3/3/2020,,7,,,,
+CB,3/3/2020,,10,,,,
+CM,3/3/2020,,12,,,,
+CL,3/3/2020,,11,,,,
+CT,3/3/2020,,15,,,,
+CE,3/3/2020,,0,,,,
+VC,3/3/2020,,19,,105,5,
+EX,3/3/2020,,6,,,,
+GA,3/3/2020,,1,,,,
+MD,3/3/2020,,142,,,,
+ML,3/3/2020,,0,,,,
+MC,3/3/2020,,0,,,,
+NC,3/3/2020,,3,,,,
+PV,3/3/2020,,17,,,,
+RI,3/3/2020,,7,,,,
+AN,4/3/2020,,12,,,,
+AR,4/3/2020,,1,,,,
+AS,4/3/2020,,4,,1,1,0
+IB,4/3/2020,,6,,,,
+CN,4/3/2020,,8,,,,
+CB,4/3/2020,,10,,,,
+CM,4/3/2020,,13,,,,
+CL,4/3/2020,,11,,,,
+CT,4/3/2020,,24,,,,
+CE,4/3/2020,,0,,,,
+VC,4/3/2020,,19,,117,6,
+EX,4/3/2020,,6,,,,
+GA,4/3/2020,,1,,,,
+MD,4/3/2020,,199,,,,
+ML,4/3/2020,,0,,,,
+MC,4/3/2020,,0,,,,
+NC,4/3/2020,,3,,,,
+PV,4/3/2020,,17,,,,
+RI,4/3/2020,,17,,,,
+AN,5/3/2020,,21,,,,
+AR,5/3/2020,,1,,,,
+AS,5/3/2020,,4,,4,1,0
+IB,5/3/2020,,6,,,,
+CN,5/3/2020,,11,,,,
+CB,5/3/2020,,10,,,,
+CM,5/3/2020,,15,,,,
+CL,5/3/2020,,14,,,,
+CT,5/3/2020,,24,,,,
+CE,5/3/2020,,0,,,,
+VC,5/3/2020,,30,,130,8,
+EX,5/3/2020,,6,,,,
+GA,5/3/2020,,3,,,,
+MD,5/3/2020,,311,,,,
+ML,5/3/2020,,0,,,,
+MC,5/3/2020,,0,,,,
+NC,5/3/2020,,3,,,,
+PV,5/3/2020,,45,,,,
+RI,5/3/2020,,29,,,,
+AN,6/3/2020,,27,,,,
+AR,6/3/2020,,5,,,,
+AS,6/3/2020,,7,,4,1,0
+IB,6/3/2020,,6,,,,
+CN,6/3/2020,,11,,,,
+CB,6/3/2020,,10,,,,
+CM,6/3/2020,,15,,,,
+CL,6/3/2020,,14,,,,
+CT,6/3/2020,,24,,,,
+CE,6/3/2020,,0,,,,
+VC,6/3/2020,,30,,138,8,
+EX,6/3/2020,,6,,,,
+GA,6/3/2020,,3,,,,
+MD,6/3/2020,,515,,,,
+ML,6/3/2020,,0,,,,
+MC,6/3/2020,,0,,,,
+NC,6/3/2020,,3,,,,
+PV,6/3/2020,,45,,,,
+RI,6/3/2020,,47,,,,
+AN,7/3/2020,,34,,,,
+AR,7/3/2020,,5,,,,
+AS,7/3/2020,,8,,4,1,0
+IB,7/3/2020,,8,,,,
+CN,7/3/2020,,17,,,,
+CB,7/3/2020,,12,,,,
+CM,7/3/2020,,15,,,,
+CL,7/3/2020,,22,,,,
+CT,7/3/2020,,49,,,,
+CE,7/3/2020,,0,,,,
+VC,7/3/2020,,37,,146,9,
+EX,7/3/2020,,6,,,,
+GA,7/3/2020,,5,,,,
+MD,7/3/2020,,738,,,,
+ML,7/3/2020,,0,,,,
+MC,7/3/2020,,1,,,,
+NC,7/3/2020,,3,,,,
+PV,7/3/2020,,70,,,,
+RI,7/3/2020,,70,,,,
+AN,8/3/2020,,54,,,1,0
+AR,8/3/2020,,7,,,3,3
+AS,8/3/2020,,10,,7,1,0
+IB,8/3/2020,,11,,,1,0
+CN,8/3/2020,,22,,,0,0
+CB,8/3/2020,,12,,,0,0
+CM,8/3/2020,,26,,21,2,0
+CL,8/3/2020,,23,,,2,0
+CT,8/3/2020,,59,,16,5,2
+CE,8/3/2020,,0,,,0,0
+VC,8/3/2020,,37,,153,9,1
+EX,8/3/2020,,7,,,0,0
+GA,8/3/2020,,6,,,2,0
+MD,8/3/2020,,1003,,,61,16
+ML,8/3/2020,,0,,,0,0
+MC,8/3/2020,,4,,,0,0
+NC,8/3/2020,,3,,,1,0
+PV,8/3/2020,,149,,,5,6
+RI,8/3/2020,,102,,,1,0
+AN,9/3/2020,,71,,,1,0
+AR,9/3/2020,,30,,,3,4
+AS,9/3/2020,,15,,11,1,0
+IB,9/3/2020,,13,,,1,0
+CN,9/3/2020,,25,,,1,0
+CB,9/3/2020,,12,,,0,0
+CM,9/3/2020,,39,,31,3,0
+CL,9/3/2020,,56,,,2,0
+CT,9/3/2020,,82,,31,7,2
+CE,9/3/2020,,0,,,0,0
+VC,9/3/2020,,50,,171,10,1
+EX,9/3/2020,,8,,,0,0
+GA,9/3/2020,,22,,,2,0
+MD,9/3/2020,,1508,,,120,21
+ML,9/3/2020,,0,,,0,0
+MC,9/3/2020,,9,,,0,0
+NC,9/3/2020,,12,,,2,0
+PV,9/3/2020,,195,,,5,6
+RI,9/3/2020,,155,,,1,1
+AN,10/3/2020,,90,,32,3,0
+AR,10/3/2020,,38,,22,3,4
+AS,10/3/2020,,32,,13,2,0
+IB,10/3/2020,,16,,8,1,0
+CN,10/3/2020,,37,,10,1,0
+CB,10/3/2020,,12,,0,0,0
+CM,10/3/2020,,71,,46,5,0
+CL,10/3/2020,,71,,24,5,0
+CT,10/3/2020,,123,,50,8,3
+CE,10/3/2020,,0,,0,0,0
+VC,10/3/2020,,65,,200,12,1
+EX,10/3/2020,,9,,1,1,1
+GA,10/3/2020,,35,,7,2,0
+MD,10/3/2020,,2213,,571,184,31
+ML,10/3/2020,,0,,0,0,0
+MC,10/3/2020,,11,,5,0,0
+NC,10/3/2020,,46,,10,3,0
+PV,10/3/2020,,225,,102,15,6
+RI,10/3/2020,,185,,13,1,2
+AN,11/3/2020,,115,,50,4,0
+AR,11/3/2020,,45,,28,3,6
+AS,11/3/2020,,37,,15,2,0
+IB,11/3/2020,,22,,8,2,1
+CN,11/3/2020,,51,,15,3,0
+CB,11/3/2020,,16,,3,0,0
+CM,11/3/2020,,115,,72,9,1
+CL,11/3/2020,,92,,25,7,0
+CT,11/3/2020,,202,,74,16,6
+CE,11/3/2020,,0,,0,0,0
+VC,11/3/2020,,76,,232,15,1
+EX,11/3/2020,,19,,3,1,1
+GA,11/3/2020,,35,,7,2,0
+MD,11/3/2020,,2943,,868,238,56
+ML,11/3/2020,,0,,0,0,0
+MC,11/3/2020,,26,,5,1,0
+NC,11/3/2020,,73,,17,3,0
+PV,11/3/2020,,346,,146,18,11
+RI,11/3/2020,,220,,21,1,2
+AN,12/3/2020,,219,,92,8,0
+AR,12/3/2020,,64,,30,3,7
+AS,12/3/2020,,40,,18,2,1
+IB,12/3/2020,,28,,8,2,1
+CN,12/3/2020,,70,,15,3,0
+CB,12/3/2020,,29,,3,0,0
+CM,12/3/2020,,194,,128,10,5
+CL,12/3/2020,,169,,25,8,1
+CT,12/3/2020,,349,,137,22,9
+CE,12/3/2020,,0,,0,0,0
+VC,12/3/2020,,94,,271,22,1
+EX,12/3/2020,,39,,3,1,1
+GA,12/3/2020,,85,,15,6,0
+MD,12/3/2020,,3732,,1290,307,81
+ML,12/3/2020,,2,,3,0,0
+MC,12/3/2020,,35,,8,2,0
+NC,12/3/2020,,130,,28,4,0
+PV,12/3/2020,,417,,179,20,14
+RI,12/3/2020,,259,,27,2,3
+AN,13/3/2020,,269,,92,8,2
+AR,13/3/2020,,80,,42,5,7
+AS,13/3/2020,,86,,24,2,2
+IB,13/3/2020,,28,,8,2,1
+CN,13/3/2020,,90,,15,6,1
+CB,13/3/2020,,31,,3,0,0
+CM,13/3/2020,,289,,191,22,6
+CL,13/3/2020,,223,,25,15,3
+CT,13/3/2020,,558,,200,29,13
+CE,13/3/2020,,0,,0,0,0
+VC,13/3/2020,,130,,307,29,4
+EX,13/3/2020,,66,,3,1,2
+GA,13/3/2020,,115,,32,6,0
+MD,13/3/2020,,4672,,1699,370,86
+ML,13/3/2020,,3,,3,0,0
+MC,13/3/2020,,47,,8,2,0
+NC,13/3/2020,,146,,28,4,0
+PV,13/3/2020,,521,,179,22,14
+RI,13/3/2020,,292,,38,2,3
+AN,14/3/2020,,437,,92,8,6
+AR,14/3/2020,,121,,59,5,7
+AS,14/3/2020,,123,,28,3,2
+IB,14/3/2020,,42,,8,2,1
+CN,14/3/2020,,109,,15,6,1
+CB,14/3/2020,,51,,3,0,0
+CM,14/3/2020,,401,,247,56,10
+CL,14/3/2020,,292,,45,22,6
+CT,14/3/2020,,742,,287,40,15
+CE,14/3/2020,,1,,0,0,0
+VC,14/3/2020,,409,,339,37,5
+EX,14/3/2020,,95,,7,1,2
+GA,14/3/2020,,195,,32,6,2
+MD,14/3/2020,,5576,,2207,469,213
+ML,14/3/2020,,8,,4,0,0
+MC,14/3/2020,,71,,13,2,0
+NC,14/3/2020,,183,,34,4,0
+PV,14/3/2020,,630,,262,29,23
+RI,14/3/2020,,300,,58,7,3
+AN,15/3/2020,,554,,197,11,7
+AR,15/3/2020,,147,,64,7,11
+AS,15/3/2020,,160,,39,3,2
+IB,15/3/2020,,73,,21,4,1
+CN,15/3/2020,,119,,40,9,1
+CB,15/3/2020,,58,,18,2,0
+CM,15/3/2020,,567,,319,78,17
+CL,15/3/2020,,334,,95,29,9
+CT,15/3/2020,,1017,,375,52,20
+CE,15/3/2020,,1,,0,0,0
+VC,15/3/2020,,409,,390,47,5
+EX,15/3/2020,,111,,9,2,2
+GA,15/3/2020,,245,,49,8,2
+MD,15/3/2020,,6392,,2747,566,213
+ML,15/3/2020,,8,,4,0,0
+MC,15/3/2020,,77,,13,2,0
+NC,15/3/2020,,274,,58,5,1
+PV,15/3/2020,,630,,262,29,23
+RI,15/3/2020,,312,,64,13,4
+AN,16/3/2020,,683,,229,13,11
+AR,16/3/2020,,207,,74,9,12
+AS,16/3/2020,,224,,57,6,2
+IB,16/3/2020,,92,,26,4,1
+CN,16/3/2020,,148,,56,13,2
+CB,16/3/2020,,58,,18,2,0
+CM,16/3/2020,,567,,402,95,17
+CL,16/3/2020,,431,,95,36,12
+CT,16/3/2020,,1414,,525,73,23
+CE,16/3/2020,,1,,0,0,0
+VC,16/3/2020,,541,,456,52,13
+EX,16/3/2020,,153,,13,5,3
+GA,16/3/2020,,292,,49,12,3
+MD,16/3/2020,,7653,,3314,702,355
+ML,16/3/2020,,17,,4,0,0
+MC,16/3/2020,,97,,18,3,0
+NC,16/3/2020,,313,,72,10,2
+PV,16/3/2020,,765,,309,33,36
+RI,16/3/2020,,355,,82,13,5
+AN,17/3/2020,,859,,319,21,19
+AR,17/3/2020,,226,,81,9,13
+AS,17/3/2020,,269,,78,9,2
+IB,17/3/2020,,112,,29,4,1
+CN,17/3/2020,,181,,73,17,3
+CB,17/3/2020,,68,,25,3,1
+CM,17/3/2020,,675,,498,123,28
+CL,17/3/2020,,668,,281,50,22
+CT,17/3/2020,,1866,,679,101,33
+CE,17/3/2020,,1,,0,0,0
+VC,17/3/2020,,726,,530,65,22
+EX,17/3/2020,,194,,22,6,6
+GA,17/3/2020,,341,,63,17,3
+MD,17/3/2020,,9601,,3934,850,390
+ML,17/3/2020,,20,,4,0,0
+MC,17/3/2020,,122,,22,4,0
+NC,17/3/2020,,386,,93,10,3
+PV,17/3/2020,,973,,353,37,40
+RI,17/3/2020,,419,,99,13,5
+AN,18/3/2020,,1008,,384,25,23
+AR,18/3/2020,,281,,101,14,15
+AS,18/3/2020,,310,,105,11,2
+IB,18/3/2020,,169,,31,7,2
+CN,18/3/2020,,220,,82,23,3
+CB,18/3/2020,,83,,40,4,1
+CM,18/3/2020,,801,,633,161,42
+CL,18/3/2020,,868,,362,63,29
+CT,18/3/2020,,2702,,825,118,53
+CE,18/3/2020,,1,,0,0,0
+VC,18/3/2020,,921,,647,85,24
+EX,18/3/2020,,241,,33,9,8
+GA,18/3/2020,,453,,100,24,4
+MD,18/3/2020,,11356,,4874,1011,498
+ML,18/3/2020,,23,,4,0,0
+MC,18/3/2020,,167,,36,6,0
+NC,18/3/2020,,482,,132,11,4
+PV,18/3/2020,,1190,,455,44,53
+RI,18/3/2020,,468,,121,15,5
+AN,19/3/2020,,1287,,501,38,30
+AR,19/3/2020,,360,,127,28,17
+AS,19/3/2020,,429,,129,13,4
+IB,19/3/2020,,203,,48,10,2
+CN,19/3/2020,,287,,115,25,4
+CB,19/3/2020,,144,,61,7,1
+CM,19/3/2020,,1044,,751,180,42
+CL,19/3/2020,,1147,,476,75,43
+CT,19/3/2020,,3270,,994,175,93
+CE,19/3/2020,,5,,0,0,0
+VC,19/3/2020,,1105,,777,101,33
+EX,19/3/2020,,297,,50,12,10
+GA,19/3/2020,,578,,138,34,5
+MD,19/3/2020,,13399,,6189,1196,628
+ML,19/3/2020,,24,,5,1,0
+MC,19/3/2020,,204,,47,11,0
+NC,19/3/2020,,554,,172,19,5
+PV,19/3/2020,,1465,,550,53,71
+RI,19/3/2020,,497,,122,15,7
+AN,20/3/2020,,1515,,605,53,40
+AR,20/3/2020,,424,,192,33,22
+AS,20/3/2020,,524,,155,18,7
+IB,20/3/2020,,246,,60,14,4
+CN,20/3/2020,,348,,139,29,7
+CB,20/3/2020,,215,,92,9,2
+CM,20/3/2020,,1423,,998,208,84
+CL,20/3/2020,,1466,,629,96,55
+CT,20/3/2020,,4203,,1681,271,143
+CE,20/3/2020,,5,,0,0,0
+VC,20/3/2020,,1363,,947,129,50
+EX,20/3/2020,,354,,67,13,12
+GA,20/3/2020,,739,,168,40,9
+MD,20/3/2020,,15722,,7535,1401,804
+ML,20/3/2020,,25,,8,1,0
+MC,20/3/2020,,240,,61,14,1
+NC,20/3/2020,,664,,222,25,9
+PV,20/3/2020,,1725,,654,71,85
+RI,20/3/2020,,564,,128,17,15
+AN,21/3/2020,,1725,,724,55,47
+AR,21/3/2020,,532,,241,45,24
+AS,21/3/2020,,569,,180,22,12
+IB,21/3/2020,,331,,79,14,4
+CN,21/3/2020,,414,,150,32,9
+CB,21/3/2020,,282,,116,9,5
+CM,21/3/2020,,1819,,1126,249,112
+CL,21/3/2020,,1744,,798,111,74
+CT,21/3/2020,,5046,,1917,290,182
+CE,21/3/2020,,5,,0,0,0
+VC,21/3/2020,,1604,,1136,152,69
+EX,21/3/2020,,384,,97,24,14
+GA,21/3/2020,,915,,227,50,12
+MD,21/3/2020,,17397,,9063,1532,1021
+ML,21/3/2020,,25,,12,1,0
+MC,21/3/2020,,296,,78,16,1
+NC,21/3/2020,,794,,288,30,14
+PV,21/3/2020,,2097,,988,81,97
+RI,21/3/2020,,654,,134,17,18
+AN,22/3/2020,,1961,,865,77,58
+AR,22/3/2020,,638,,298,52,32
+AS,22/3/2020,,621,,210,25,22
+IB,22/3/2020,,400,,87,27,10
+CN,22/3/2020,,481,,172,32,11
+CB,22/3/2020,,347,,157,14,6
+CM,22/3/2020,,2078,,1410,266,145
+CL,22/3/2020,,2055,,977,130,102
+CT,22/3/2020,,5747,,2158,308,199
+CE,22/3/2020,,6,,0,0,0
+VC,22/3/2020,,1901,,1311,181,94
+EX,22/3/2020,,493,,105,33,18
+GA,22/3/2020,,1208,,270,62,18
+MD,22/3/2020,,18900,,10771,1664,1263
+ML,22/3/2020,,28,,12,1,0
+MC,22/3/2020,,345,,80,23,2
+NC,22/3/2020,,886,,339,40,24
+PV,22/3/2020,,2421,,1252,92,120
+RI,22/3/2020,,747,,166,22,22
+AN,23/3/2020,,2470,,1132,102,87
+AR,23/3/2020,,758,,384,66,37
+AS,23/3/2020,,754,,251,29,26
+IB,23/3/2020,,478,,127,35,10
+CN,23/3/2020,,557,,207,36,16
+CB,23/3/2020,,425,,200,16,9
+CM,23/3/2020,,2465,,1751,306,216
+CL,23/3/2020,,2460,,1197,151,124
+CT,23/3/2020,,7864,,3209,471,293
+CE,23/3/2020,,6,,0,0,0
+VC,23/3/2020,,2167,,1562,222,115
+EX,23/3/2020,,636,,113,40,26
+GA,23/3/2020,,1415,,338,78,20
+MD,23/3/2020,,21569,,12053,1813,1535
+ML,23/3/2020,,28,,12,1,0
+MC,23/3/2020,,385,,99,26,3
+NC,23/3/2020,,1014,,405,45,31
+PV,23/3/2020,,2728,,1425,106,133
+RI,23/3/2020,,802,,206,24,30
+AN,24/3/2020,,3008,,1433,116,113
+AR,24/3/2020,,907,,459,75,40
+AS,24/3/2020,,812,,281,39,29
+IB,24/3/2020,,562,,164,40,13
+CN,24/3/2020,,657,,235,43,21
+CB,24/3/2020,,510,,241,18,14
+CM,24/3/2020,,2780,,1980,334,263
+CL,24/3/2020,,2940,,1457,179,165
+CT,24/3/2020,,9937,,4349,713,385
+CE,24/3/2020,,9,,2,1,0
+VC,24/3/2020,,2616,,1842,255,143
+EX,24/3/2020,,742,,217,48,39
+GA,24/3/2020,,1653,,412,100,27
+MD,24/3/2020,,24475,,13297,1962,1825
+ML,24/3/2020,,38,,14,2,0
+MC,24/3/2020,,477,,127,33,5
+NC,24/3/2020,,1197,,506,51,33
+PV,24/3/2020,,3271,,1577,119,155
+RI,24/3/2020,,928,,254,33,37
+AN,25/3/2020,,3404,,1626,134,134
+AR,25/3/2020,,1116,,562,93,48
+AS,25/3/2020,,891,,322,48,29
+IB,25/3/2020,,660,,205,43,17
+CN,25/3/2020,,784,,279,45,24
+CB,25/3/2020,,671,,300,26,17
+CM,25/3/2020,,3383,,2266,351,316
+CL,25/3/2020,,3488,,1823,198,206
+CT,25/3/2020,,11592,,5371,764,501
+CE,25/3/2020,,10,,2,2,0
+VC,25/3/2020,,3200,,2097,289,167
+EX,25/3/2020,,969,,291,52,58
+GA,25/3/2020,,1915,,503,107,32
+MD,25/3/2020,,27422,,15024,2117,2090
+ML,25/3/2020,,39,,16,2,1
+MC,25/3/2020,,596,,172,36,8
+NC,25/3/2020,,1411,,649,54,49
+PV,25/3/2020,,3946,,1907,137,180
+RI,25/3/2020,,995,,316,36,43
+AN,26/3/2020,,3790,,1843,148,144
+AR,26/3/2020,,1338,,693,114,58
+AS,26/3/2020,,960,,370,56,39
+IB,26/3/2020,,755,,237,46,22
+CN,26/3/2020,,878,,328,61,27
+CB,26/3/2020,,810,,355,29,21
+CM,26/3/2020,,3934,,2673,367,367
+CL,26/3/2020,,4132,,2214,215,252
+CT,26/3/2020,,12940,,6714,972,685
+CE,26/3/2020,,17,,2,2,0
+VC,26/3/2020,,3532,,2357,325,198
+EX,26/3/2020,,1231,,344,54,69
+GA,26/3/2020,,2322,,557,122,43
+MD,26/3/2020,,30796,,17093,2272,2412
+ML,26/3/2020,,42,,18,2,1
+MC,26/3/2020,,714,,209,53,15
+NC,26/3/2020,,1641,,732,75,58
+PV,26/3/2020,,4601,,2270,154,207
+RI,26/3/2020,,1236,,388,43,55
+AN,27/3/2020,,4271,,2106,172,175
+AR,27/3/2020,,1592,,835,124,93
+AS,27/3/2020,,1037,,427,59,44
+IB,27/3/2020,,862,,283,59,26
+CN,27/3/2020,,1025,,377,68,36
+CB,27/3/2020,,937,,406,37,22
+CM,27/3/2020,,4512,,3106,383,448
+CL,27/3/2020,,4791,,2648,238,321
+CT,27/3/2020,,14263,,7954,1036,827
+CE,27/3/2020,,17,,2,2,1
+VC,27/3/2020,,4034,,2606,348,234
+EX,27/3/2020,,1394,,406,58,88
+GA,27/3/2020,,2772,,906,141,47
+MD,27/3/2020,,33162,,19098,2369,2757
+ML,27/3/2020,,45,,22,2,1
+MC,27/3/2020,,802,,231,58,17
+NC,27/3/2020,,1829,,827,84,70
+PV,27/3/2020,,5136,,2612,176,241
+RI,27/3/2020,,1436,,458,43,65
+AN,28/3/2020,,4676,,2294,201,207
+AR,28/3/2020,,1858,,835,145,104
+AS,28/3/2020,,1143,,452,63,47
+IB,28/3/2020,,958,,344,71,29
+CN,28/3/2020,,1125,,425,78,39
+CB,28/3/2020,,1023,,449,40,26
+CM,28/3/2020,,5246,,3430,393,539
+CL,28/3/2020,,5414,,3160,261,380
+CT,28/3/2020,,15025,,8447,1080,904
+CE,28/3/2020,,21,,2,2,1
+VC,28/3/2020,,4784,,2773,375,267
+EX,28/3/2020,,1456,,467,67,100
+GA,28/3/2020,,3139,,1043,159,60
+MD,28/3/2020,,34189,,21311,2423,3082
+ML,28/3/2020,,48,,24,2,1
+MC,28/3/2020,,872,,260,58,20
+NC,28/3/2020,,2011,,896,90,84
+PV,28/3/2020,,5740,,3106,271,265
+RI,28/3/2020,,1629,,497,43,68
+AN,29/3/2020,,5398,,2671,216,236
+AR,29/3/2020,,2078,,1094,148,106
+AS,29/3/2020,,1206,,491,67,59
+IB,29/3/2020,,1000,,352,80,37
+CN,29/3/2020,,1204,,444,84,40
+CB,29/3/2020,,1100,,481,46,27
+CM,29/3/2020,,5858,,3698,403,622
+CL,29/3/2020,,5801,,3411,272,442
+CT,29/3/2020,,16104,,9126,1150,983
+CE,29/3/2020,,25,,2,2,1
+VC,29/3/2020,,5110,,2914,393,310
+EX,29/3/2020,,1560,,505,71,106
+GA,29/3/2020,,3723,,1147,176,66
+MD,29/3/2020,,35061,,23125,2464,3392
+ML,29/3/2020,,51,,27,3,1
+MC,29/3/2020,,939,,265,58,25
+NC,29/3/2020,,2146,,955,96,102
+PV,29/3/2020,,6057,,3427,293,297
+RI,29/3/2020,,1733,,517,43,71
+AN,30/3/2020,,5809,,2867,235,248
+AR,30/3/2020,,2272,,1176,157,138
+AS,30/3/2020,,1295,,529,71,66
+IB,30/3/2020,,1069,,398,85,42
+CN,30/3/2020,,1262,,483,94,55
+CB,30/3/2020,,1171,,522,50,37
+CM,30/3/2020,,6424,,4187,408,708
+CL,30/3/2020,,6211,,3629,294,516
+CT,30/3/2020,,18520,,9925,1218,1216
+CE,30/3/2020,,34,,3,3,1
+VC,30/3/2020,,5508,,3111,416,339
+EX,30/3/2020,,1628,,561,77,133
+GA,30/3/2020,,4039,,1250,189,84
+MD,30/3/2020,,37607,,23913,2554,3603
+ML,30/3/2020,,54,,27,3,1
+MC,30/3/2020,,974,,283,59,34
+NC,30/3/2020,,2305,,1035,99,113
+PV,30/3/2020,,6320,,3594,307,325
+RI,30/3/2020,,1810,,575,51,85
+AN,31/3/2020,,6379,,3147,260,308
+AR,31/3/2020,,2491,,1234,160,169
+AS,31/3/2020,,1367,,554,79,75
+IB,31/3/2020,,1131,,467,94,46
+CN,31/3/2020,,1380,,532,110,62
+CB,31/3/2020,,1213,,543,54,54
+CM,31/3/2020,,7047,,4590,417,774
+CL,31/3/2020,,6847,,3951,318,585
+CT,31/3/2020,,19991,,11446,1345,1458
+CE,31/3/2020,,51,,6,3,1
+VC,31/3/2020,,5922,,3253,434,395
+EX,31/3/2020,,1679,,600,82,152
+GA,31/3/2020,,4432,,1338,203,103
+MD,31/3/2020,,39409,,24553,2627,3865
+ML,31/3/2020,,62,,32,3,1
+MC,31/3/2020,,1041,,304,59,37
+NC,31/3/2020,,2497,,1120,104,130
+PV,31/3/2020,,6838,,3806,324,369
+RI,31/3/2020,,1960,,619,54,90
+AN,1/4/2020,,6957,,3444,280,343
+AR,1/4/2020,,2700,,1320,170,200
+AS,1/4/2020,,1435,,602,84,76
+IB,1/4/2020,,1204,,516,104,58
+CN,1/4/2020,,1444,,566,113,68
+CB,1/4/2020,,1268,,567,57,60
+CM,1/4/2020,,7682,,4982,424,854
+CL,1/4/2020,,7355,,4207,332,641
+CT,1/4/2020,,21804,,12398,1415,1629
+CE,1/4/2020,,55,,7,3,1
+VC,1/4/2020,,6308,,3389,449,443
+EX,1/4/2020,,1837,,649,83,181
+GA,1/4/2020,,4842,,1447,212,120
+MD,1/4/2020,,41199,,26112,2694,4175
+ML,1/4/2020,,62,,32,3,1
+MC,1/4/2020,,1084,,389,68,42
+NC,1/4/2020,,2682,,1181,108,141
+PV,1/4/2020,,7317,,4087,344,412
+RI,1/4/2020,,2083,,660,57,101
+AN,2/4/2020,,7353,,3673,338,376
+AR,2/4/2020,,2889,,1431,172,224
+AS,2/4/2020,,1504,,634,88,80
+IB,2/4/2020,,1257,,586,111,69
+CN,2/4/2020,,1490,,605,120,73
+CB,2/4/2020,,1321,,592,59,64
+CM,2/4/2020,,8523,,5306,431,916
+CL,2/4/2020,,7875,,4472,342,723
+CT,2/4/2020,,23460,,13101,1482,1784
+CE,2/4/2020,,62,,8,3,1
+VC,2/4/2020,,6624,,3492,460,511
+EX,2/4/2020,,1893,,706,85,200
+GA,2/4/2020,,5219,,1630,219,138
+MD,2/4/2020,,43038,,27325,2764,4483
+ML,2/4/2020,,70,,34,3,2
+MC,2/4/2020,,1145,,405,72,46
+NC,2/4/2020,,2836,,1284,119,151
+PV,2/4/2020,,7827,,4283,363,444
+RI,2/4/2020,,2224,,738,64,109
+AN,3/4/2020,,7847,,3896,364,426
+AR,3/4/2020,,3078,,1505,182,251
+AS,3/4/2020,,1573,12,657,91,83
+IB,3/4/2020,,1271,,633,113,71
+CN,3/4/2020,,1564,,632,128,78
+CB,3/4/2020,,1384,,619,60,68
+CM,3/4/2020,,9324,,5556,437,989
+CL,3/4/2020,,8332,,4685,351,786
+CT,3/4/2020,,24734,,14251,1569,1928
+CE,3/4/2020,,73,,8,4,1
+VC,3/4/2020,,6901,,3560,470,571
+EX,3/4/2020,,1979,,747,88,208
+GA,3/4/2020,,5625,,1767,229,159
+MD,3/4/2020,,44779,,28420,2821,4723
+ML,3/4/2020,,79,,37,3,2
+MC,3/4/2020,,1188,,434,79,51
+NC,3/4/2020,,2972,,1341,120,171
+PV,3/4/2020,,8187,,4522,377,477
+RI,3/4/2020,,2405,,805,64,128
+AN,4/4/2020,,8279,,4107,474,470
+AR,4/4/2020,,3232,,1588,182,270
+AS,4/4/2020,,1627,13,674,93,87
+IB,4/4/2020,,1293,,663,119,75
+CN,4/4/2020,,1622,,644,129,80
+CB,4/4/2020,,1441,,639,62,68
+CM,4/4/2020,,10031,,5774,441,1055
+CL,4/4/2020,,8749,,4905,361,847
+CT,4/4/2020,,26032,,14798,1653,2053
+CE,4/4/2020,,83,,9,4,2
+VC,4/4/2020,,7184,,3620,478,613
+EX,4/4/2020,,2047,,768,91,218
+GA,4/4/2020,,5944,,1831,237,174
+MD,4/4/2020,,45671,,29542,2854,4941
+ML,4/4/2020,,83,,38,3,2
+MC,4/4/2020,,1235,,447,80,59
+NC,4/4/2020,,3073,,1399,123,178
+PV,4/4/2020,,8628,,4666,404,515
+RI,4/4/2020,,2592,,855,66,134
+AN,5/4/2020,,8559,,4227,489,491
+AR,5/4/2020,,3347,,1637,186,284
+AS,5/4/2020,,1681,14,695,94,93
+IB,5/4/2020,,1320,,681,120,81
+CN,5/4/2020,,1649,,651,133,85
+CB,5/4/2020,,1483,,658,65,77
+CM,5/4/2020,,10602,,5967,445,1132
+CL,5/4/2020,,9116,,5041,368,919
+CT,5/4/2020,,26824,,15258,1685,2167
+CE,5/4/2020,,83,,9,4,3
+VC,5/4/2020,,7334,,3668,487,637
+EX,5/4/2020,,2068,,808,93,228
+GA,5/4/2020,,6151,,1916,245,190
+MD,5/4/2020,,46197,,30490,2879,5136
+ML,5/4/2020,,86,,38,3,2
+MC,5/4/2020,,1259,,468,81,68
+NC,5/4/2020,,3231,,1432,124,187
+PV,5/4/2020,,8810,,4794,410,548
+RI,5/4/2020,,2719,,888,66,141
+AN,6/4/2020,,8743,,4335,499,528
+AR,6/4/2020,,3449,,1663,196,312
+AS,6/4/2020,,1702,16,727,96,101
+IB,6/4/2020,,1369,,703,123,84
+CN,6/4/2020,,1725,,689,137,89
+CB,6/4/2020,,1501,,677,66,85
+CM,6/4/2020,,11077,,6203,451,1177
+CL,6/4/2020,,9581,,5180,375,982
+CT,6/4/2020,,28323,,15643,1740,2329
+CE,6/4/2020,,83,,9,4,4
+VC,6/4/2020,,7443,,3698,492,672
+EX,6/4/2020,,2116,,817,96,258
+GA,6/4/2020,,6331,,1968,253,204
+MD,6/4/2020,,47763,,31109,2958,5371
+ML,6/4/2020,,92,,40,3,2
+MC,6/4/2020,,1259,4,500,84,78
+NC,6/4/2020,,3355,,1488,124,202
+PV,6/4/2020,,8974,47,4856,417,586
+RI,6/4/2020,,2846,,918,66,160
+AN,7/4/2020,,8973,,4463,520,605
+AR,7/4/2020,,3549,,1716,204,349
+AS,7/4/2020,,1729,22,747,97,107
+IB,7/4/2020,,1412,,729,128,89
+CN,7/4/2020,,1762,,703,138,91
+CB,7/4/2020,,1572,,700,69,92
+CM,7/4/2020,,11788,,6449,454,1255
+CL,7/4/2020,,10058,,5322,386,1028
+CT,7/4/2020,,29647,,16235,1829,2462
+CE,7/4/2020,,84,,9,4,4
+VC,7/4/2020,,7655,,3713,496,724
+EX,7/4/2020,,2184,,852,98,271
+GA,7/4/2020,,6538,,2014,256,213
+MD,7/4/2020,,49160,,31554,3002,5586
+ML,7/4/2020,,93,,40,3,2
+MC,7/4/2020,,1297,8,515,86,85
+NC,7/4/2020,,3467,,1526,124,206
+PV,7/4/2020,,9392,60,4982,430,635
+RI,7/4/2020,,2951,,955,68,177
+AN,8/4/2020,,9234,,4599,538,652
+AR,8/4/2020,,3685,,1765,210,385
+AS,8/4/2020,,1774,57,775,100,113
+IB,8/4/2020,,1448,,749,131,89
+CN,8/4/2020,,1834,,730,140,92
+CB,8/4/2020,,1619,,720,71,98
+CM,8/4/2020,,12489,,6622,460,1322
+CL,8/4/2020,,10518,,5523,399,1082
+CT,8/4/2020,,31043,,16970,1946,2667
+CE,8/4/2020,,84,,9,4,4
+VC,8/4/2020,,7964,,3815,541,767
+EX,8/4/2020,,2273,,958,99,283
+GA,8/4/2020,,6758,,2094,260,231
+MD,8/4/2020,,50580,,32487,3038,5800
+ML,8/4/2020,,93,,40,3,2
+MC,8/4/2020,,1322,18,533,87,88
+NC,8/4/2020,,3575,,1526,124,214
+PV,8/4/2020,,9740,66,5130,433,689
+RI,8/4/2020,,3026,,997,69,182
+AN,9/4/2020,,9482,,4715,582,691
+AR,9/4/2020,,3831,,1822,212,409
+AS,9/4/2020,,1822,67,797,100,129
+IB,9/4/2020,,1488,,775,135,97
+CN,9/4/2020,,1858,,738,141,94
+CB,9/4/2020,,1659,,747,73,102
+CM,9/4/2020,,13063,,6803,466,1431
+CL,9/4/2020,,11102,,5674,407,1129
+CT,9/4/2020,,31824,,17780,1966,2787
+CE,9/4/2020,,91,,9,4,4
+VC,9/4/2020,,8331,,3987,561,796
+EX,9/4/2020,,2332,,1003,101,288
+GA,9/4/2020,,6946,,2165,263,243
+MD,9/4/2020,,51535,,33278,3061,5972
+ML,9/4/2020,,95,,41,3,2
+MC,9/4/2020,,1338,29,533,88,90
+NC,9/4/2020,,3748,,1620,124,218
+PV,9/4/2020,,9992,111,5290,442,729
+RI,9/4/2020,,3076,,1047,71,196
+AN,10/4/2020,,9682,,4808,602,737
+AR,10/4/2020,,3969,29,1860,215,425
+AS,10/4/2020,,1865,78,831,101,134
+IB,10/4/2020,,1507,,776,136,102
+CN,10/4/2020,,1887,,745,144,95
+CB,10/4/2020,,1719,,773,75,107
+CM,10/4/2020,,13456,,6907,470,1483
+CL,10/4/2020,,11543,,5817,414,1180
+CT,10/4/2020,,32984,,18194,1989,2877
+CE,10/4/2020,,93,,9,4,4
+VC,10/4/2020,,8578,,4132,565,818
+EX,10/4/2020,,2486,,1052,104,303
+GA,10/4/2020,,7176,,2215,264,261
+MD,10/4/2020,,52400,,33986,3091,6084
+ML,10/4/2020,,98,,43,3,2
+MC,10/4/2020,,1371,33,533,88,94
+NC,10/4/2020,,3817,,1641,124,227
+PV,10/4/2020,,10313,202,5402,453,765
+RI,10/4/2020,,3223,273,1082,73,207
+AN,11/4/2020,,9976,,4950,619,799
+AR,11/4/2020,,4070,55,1901,221,450
+AS,11/4/2020,,1949,81,863,102,150
+IB,11/4/2020,,1534,,803,141,112
+CN,11/4/2020,,1918,,758,144,95
+CB,11/4/2020,,1752,,805,75,110
+CM,11/4/2020,,13698,,7040,473,1543
+CL,11/4/2020,,12118,,5957,418,1221
+CT,11/4/2020,,34027,,18772,2018,2975
+CE,11/4/2020,,93,,9,4,4
+VC,11/4/2020,,8841,,4149,567,838
+EX,11/4/2020,,2580,,1074,106,312
+GA,11/4/2020,,7336,,2306,267,274
+MD,11/4/2020,,52944,,34545,3105,6278
+ML,11/4/2020,,98,,43,3,2
+MC,11/4/2020,,1380,56,537,91,97
+NC,11/4/2020,,3969,,1663,124,232
+PV,11/4/2020,,10514,258,5547,459,804
+RI,11/4/2020,,3279,317,1122,73,219
+AN,12/4/2020,,10062,,4993,621,815
+AR,12/4/2020,,4187,61,1938,223,464
+AS,12/4/2020,,2001,83,884,105,157
+IB,12/4/2020,,1550,,809,142,117
+CN,12/4/2020,,1944,,763,145,96
+CB,12/4/2020,,1777,,827,75,117
+CM,12/4/2020,,14054,,7782,475,1626
+CL,12/4/2020,,12628,,6077,423,1263
+CT,12/4/2020,,34726,,18963,2084,3105
+CE,12/4/2020,,95,,9,4,4
+VC,12/4/2020,,9060,,4269,576,876
+EX,12/4/2020,,2658,,1096,107,321
+GA,12/4/2020,,7494,,2344,275,284
+MD,12/4/2020,,53285,,35053,3122,6423
+ML,12/4/2020,,101,,43,3,2
+MC,12/4/2020,,1387,65,543,94,101
+NC,12/4/2020,,4092,,1693,124,239
+PV,12/4/2020,,10674,344,5622,464,831
+RI,12/4/2020,,3358,317,1141,73,223
+AN,13/4/2020,,10169,114,5054,631,836
+AR,13/4/2020,,4245,87,1966,229,492
+AS,13/4/2020,,2030,89,902,109,165
+IB,13/4/2020,,1571,,824,144,118
+CN,13/4/2020,,1958,,771,147,102
+CB,13/4/2020,,1796,,853,76,120
+CM,13/4/2020,,14329,,7830,486,1714
+CL,13/4/2020,,13180,,6175,432,1299
+CT,13/4/2020,,35197,,19224,2102,3201
+CE,13/4/2020,,96,,9,4,4
+VC,13/4/2020,,9213,,4397,581,907
+EX,13/4/2020,,2684,,1114,107,334
+GA,13/4/2020,,7597,,2403,280,290
+MD,13/4/2020,,54287,,35400,3153,6568
+ML,13/4/2020,,101,,43,3,2
+MC,13/4/2020,,1393,86,566,96,106
+NC,13/4/2020,,4150,,1705,124,249
+PV,13/4/2020,,10845,381,5679,470,859
+RI,13/4/2020,,3420,329,1152,74,234
+AN,14/4/2020,,10392,169,5147,665,865
+AR,14/4/2020,,4338,112,2006,231,514
+AS,14/4/2020,,2089,105,914,111,172
+IB,14/4/2020,,1605,,854,147,125
+CN,14/4/2020,,1975,,781,152,104
+CB,14/4/2020,,1823,,873,76,132
+CM,14/4/2020,,14680,,7896,495,1755
+CL,14/4/2020,,13697,,6306,440,1337
+CT,14/4/2020,,36505,,20264,2189,3453
+CE,14/4/2020,,98,,9,4,4
+VC,14/4/2020,,9424,,4465,588,945
+EX,14/4/2020,,2762,,1155,107,342
+GA,14/4/2020,,7708,,2471,282,299
+MD,14/4/2020,,55398,,35688,3180,6724
+ML,14/4/2020,,102,,43,3,2
+MC,14/4/2020,,1400,128,574,97,109
+NC,14/4/2020,,4246,,1731,124,252
+PV,14/4/2020,,11014,461,5750,471,902
+RI,14/4/2020,,3457,374,1182,75,246
+AN,15/4/2020,,10557,216,5226,671,912
+AR,15/4/2020,,4411,155,2108,235,543
+AS,15/4/2020,,2110,137,927,112,176
+IB,15/4/2020,,1636,,869,150,131
+CN,15/4/2020,,1988,0,802,156,107
+CB,15/4/2020,,1845,,890,77,137
+CM,15/4/2020,,15151,,7987,503,1796
+CL,15/4/2020,,14380,,6449,445,1372
+CT,15/4/2020,,37354,,20553,2252,3618
+CE,15/4/2020,,98,2,9,4,4
+VC,15/4/2020,,9615,,4524,625,972
+EX,15/4/2020,,2581,300,1186,107,359
+GA,15/4/2020,,7873,,2494,282,310
+MD,15/4/2020,,56304,,36251,3203,6877
+ML,15/4/2020,,103,0,43,3,2
+MC,15/4/2020,,1416,174,575,97,111
+NC,15/4/2020,,4348,,1752,124,261
+PV,15/4/2020,,11203,587,5863,478,956
+RI,15/4/2020,,3539,377,1207,75,257
+AN,16/4/2020,,10635,383,5298,675,940
+AR,16/4/2020,,4489,175,2151,235,562
+AS,16/4/2020,,2163,156,966,113,186
+IB,16/4/2020,,1667,,902,150,134
+CN,16/4/2020,,2009,0,811,159,111
+CB,16/4/2020,,1884,,903,78,144
+CM,16/4/2020,,15997,,8018,511,1852
+CL,16/4/2020,,14903,,6518,449,1401
+CT,16/4/2020,,38316,,21242,2305,3752
+CE,16/4/2020,,98,3,9,4,4
+VC,16/4/2020,,9486,297,4605,632,999
+EX,16/4/2020,,2656,363,1212,107,372
+GA,16/4/2020,,8013,,2535,290,320
+MD,16/4/2020,,57157,,36851,3214,7007
+ML,16/4/2020,,104,,44,3,2
+MC,16/4/2020,,1424,202,585,99,112
+NC,16/4/2020,,4433,,1781,124,338
+PV,16/4/2020,,11403,686,5939,484,992
+RI,16/4/2020,,3547,551,1226,76,262
+AN,17/4/2020,,10734,434,5341,677,967
+AR,17/4/2020,,4551,210,2180,237,601
+AS,17/4/2020,,2186,180,980,113,190
+IB,17/4/2020,,1723,24,934,155,148
+CN,17/4/2020,,2035,0,822,160,115
+CB,17/4/2020,,1990,,911,78,149
+CM,17/4/2020,,16349,,8093,514,1913
+CL,17/4/2020,,15293,,6831,495,1429
+CT,17/4/2020,,39943,152,22013,2349,3879
+CE,17/4/2020,,100,11,9,4,4
+VC,17/4/2020,,9584,533,4708,636,1042
+EX,17/4/2020,,2663,468,1240,107,380
+GA,17/4/2020,,8084,,2554,291,334
+MD,17/4/2020,,57978,0,37248,3228,7132
+ML,17/4/2020,,104,0,44,3,2
+MC,17/4/2020,,1430,217,611,102,115
+NC,17/4/2020,,4349,230,1829,127,354
+PV,17/4/2020,,11553,802,6030,490,1020
+RI,17/4/2020,,3583,667,1249,78,272
+AN,18/4/2020,,10898,491,5424,687,993
+AR,18/4/2020,,4608,223,2216,240,619
+AS,18/4/2020,,2203,188,988,114,197
+IB,18/4/2020,,1739,33,952,158,155
+CN,18/4/2020,,2047,0,825,162,119
+CB,18/4/2020,,1949,101,924,78,153
+CM,18/4/2020,,14588,2037,8137,518,1963
+CL,18/4/2020,,14644,977,6981,498,1458
+CT,18/4/2020,,40448,152,22235,2395,3933
+CE,18/4/2020,,100,12,9,4,4
+VC,18/4/2020,,9657,593,4781,643,1065
+EX,18/4/2020,,2673,519,1278,107,384
+GA,18/4/2020,,8185,,2590,294,346
+MD,18/4/2020,,58466,2475,37626,3238,7239
+ML,18/4/2020,,104,3,44,3,2
+MC,18/4/2020,,1438,215,612,102,116
+NC,18/4/2020,,4413,243,1843,127,369
+PV,18/4/2020,,11731,838,6086,499,1062
+RI,18/4/2020,,3636,694,1268,79,277
+AN,19/4/2020,,10991,527,5473,690,1013
+AR,19/4/2020,,4654,232,2244,242,637
+AS,19/4/2020,,2213,194,993,115,199
+IB,19/4/2020,,1748,39,960,159,157
+CN,19/4/2020,,2067,0,826,163,119
+CB,19/4/2020,,1973,110,934,78,158
+CM,19/4/2020,,14725,2071,8173,531,2021
+CL,19/4/2020,,14781,1076,7080,501,1493
+CT,19/4/2020,,41676,1027,22375,2409,4009
+CE,19/4/2020,,100,14,9,4,4
+VC,19/4/2020,,9708,631,4827,646,1079
+EX,19/4/2020,,2692,551,1306,107,389
+GA,19/4/2020,,8299,,2609,296,352
+MD,19/4/2020,,58673,2663,37970,3248,7351
+ML,19/4/2020,,104,5,44,3,2
+MC,19/4/2020,,1440,219,612,103,117
+NC,19/4/2020,,4449,286,1856,128,385
+PV,19/4/2020,,11789,839,6109,501,1081
+RI,19/4/2020,,3664,707,1282,79,285
+AN,20/4/2020,,11095,553,5509,692,1017
+AR,20/4/2020,,4684,254,2271,244,643
+AS,20/4/2020,,2220,229,999,116,203
+IB,20/4/2020,,1766,41,983,159,161
+CN,20/4/2020,,2085,0,837,164,120
+CB,20/4/2020,,1998,110,948,78,165
+CM,20/4/2020,,14936,2109,8199,534,2075
+CL,20/4/2020,,14951,1308,7174,503,1521
+CT,20/4/2020,,43112,1027,22796,2437,4152
+CE,20/4/2020,,100,14,9,4,4
+VC,20/4/2020,,9750,649,4866,648,1089
+EX,20/4/2020,,2692,551,1327,107,397
+GA,20/4/2020,,8468,,2652,296,360
+MD,20/4/2020,,59300,2672,38161,3278,7460
+ML,20/4/2020,,105,5,44,3,2
+MC,20/4/2020,,1445,251,614,104,120
+NC,20/4/2020,,4475,356,1877,128,397
+PV,20/4/2020,,11843,967,6141,507,1103
+RI,20/4/2020,,3684,799,1297,81,294
+AN,21/4/2020,,11225,654,5565,696,1050
+AR,21/4/2020,,4761,293,2304,246,656
+AS,21/4/2020,,2230,277,1007,116,211
+IB,21/4/2020,,1786,48,1001,163,164
+CN,21/4/2020,,2094,0,841,164,121
+CB,21/4/2020,,2012,148,956,78,167
+CM,21/4/2020,,15053,2268,8243,537,2140
+CL,21/4/2020,,15141,1698,7264,505,1554
+CT,21/4/2020,,43802,1027,23295,2460,4247
+CE,21/4/2020,,100,24,9,4,4
+VC,21/4/2020,,9825,746,4896,649,1106
+EX,21/4/2020,,2692,551,1349,107,404
+GA,21/4/2020,,8634,,2674,297,368
+MD,21/4/2020,,59950,2954,38328,3283,7577
+ML,21/4/2020,,105,6,44,3,2
+MC,21/4/2020,,1455,262,622,104,123
+NC,21/4/2020,,4531,427,1894,128,401
+PV,21/4/2020,,11974,1070,6201,513,1124
+RI,21/4/2020,,3704,882,1318,81,298
+AN,22/4/2020,,11358,837,5616,702,1079
+AR,22/4/2020,,4833,404,2340,247,681
+AS,22/4/2020,,2241,318,1009,116,222
+IB,22/4/2020,,1805,54,1018,162,168
+CN,22/4/2020,,2113,0,855,169,121
+CB,22/4/2020,,2023,183,965,78,173
+CM,22/4/2020,,15128,2429,8304,546,2188
+CL,22/4/2020,,15510,1892,7397,508,1582
+CT,22/4/2020,,44892,1027,23647,2478,4343
+CE,22/4/2020,,100,24,9,4,4
+VC,22/4/2020,,9869,866,4917,650,1124
+EX,22/4/2020,,2715,651,1375,107,407
+GA,22/4/2020,,8805,,2694,298,375
+MD,22/4/2020,,60657,3393,38620,3288,7684
+ML,22/4/2020,,106,7,44,3,2
+MC,22/4/2020,,1460,261,624,104,124
+NC,22/4/2020,,4577,486,1907,129,409
+PV,22/4/2020,,12094,1342,6260,516,1167
+RI,22/4/2020,,3741,986,1331,82,303
+AN,23/4/2020,,11486,963,5675,714,1107
+AR,23/4/2020,,4867,428,2359,248,695
+AS,23/4/2020,,2245,354,1012,117,228
+IB,23/4/2020,,1819,57,1036,162,172
+CN,23/4/2020,,2140,0,868,169,128
+CB,23/4/2020,,2055,218,978,78,178
+CM,23/4/2020,,15365,2688,8342,553,2255
+CL,23/4/2020,,15692,2084,7506,510,1612
+CT,23/4/2020,,45544,1027,24130,2569,4393
+CE,23/4/2020,,100,25,10,4,4
+VC,23/4/2020,,9939,967,4945,651,1147
+EX,23/4/2020,,2718,685,1413,107,411
+GA,23/4/2020,,8932,,2707,301,382
+MD,23/4/2020,,61099,3535,38837,3305,7765
+ML,23/4/2020,,107,9,44,3,2
+MC,23/4/2020,,1468,273,625,105,125
+NC,23/4/2020,,4581,599,1915,129,417
+PV,23/4/2020,,12204,1576,6315,518,1193
+RI,23/4/2020,,3790,1075,1344,82,307
+AN,24/4/2020,,11645,1129,5715,716,1131
+AR,24/4/2020,,4922,460,2372,249,709
+AS,24/4/2020,,2249,393,1020,117,235
+IB,24/4/2020,,1845,60,1053,162,174
+CN,24/4/2020,,2155,0,878,171,130
+CB,24/4/2020,,2071,244,982,78,182
+CM,24/4/2020,,15509,3016,8385,559,2292
+CL,24/4/2020,,15990,2269,7555,511,1639
+CT,24/4/2020,,46261,1027,24420,2576,4498
+CE,24/4/2020,,100,25,10,4,4
+VC,24/4/2020,,10066,1057,4978,653,1172
+EX,24/4/2020,,2718,740,1447,107,416
+GA,24/4/2020,,9116,,2717,302,388
+MD,24/4/2020,,61619,3691,39064,3307,7848
+ML,24/4/2020,,108,10,44,3,2
+MC,24/4/2020,,1468,288,625,105,126
+NC,24/4/2020,,4627,647,1937,129,429
+PV,24/4/2020,,12366,1766,6375,525,1212
+RI,24/4/2020,,3821,1125,1360,83,311
+AN,25/4/2020,,11712,1260,5747,716,1145
+AR,25/4/2020,,4955,501,2395,251,712
+AS,25/4/2020,,2261,441,1022,117,243
+IB,25/4/2020,,1852,63,1057,162,175
+CN,25/4/2020,,2167,0,880,171,131
+CB,25/4/2020,,2083,247,991,78,183
+CM,25/4/2020,,15609,3386,8417,565,2330
+CL,25/4/2020,,16222,2462,7653,515,1666
+CT,25/4/2020,,46811,1027,25665,2583,4566
+CE,25/4/2020,,100,31,10,4,4
+VC,25/4/2020,,10160,1212,5013,654,1186
+EX,25/4/2020,,2736,729,1480,107,422
+GA,25/4/2020,,9176,,2724,303,394
+MD,25/4/2020,,61855,3691,39217,3308,7922
+ML,25/4/2020,,110,11,44,3,2
+MC,25/4/2020,,1474,297,627,106,127
+NC,25/4/2020,,4712,740,1942,129,431
+PV,25/4/2020,,12455,1860,6426,533,1230
+RI,25/4/2020,,3861,1137,1380,84,315
+AN,26/4/2020,,11787,1321,5767,720,1157
+AR,26/4/2020,,4985,519,2403,251,726
+AS,26/4/2020,,2263,472,1028,117,248
+IB,26/4/2020,,1857,63,1057,162,179
+CN,26/4/2020,,2178,0,881,171,131
+CB,26/4/2020,,2104,246,995,78,186
+CM,26/4/2020,,15664,3622,8444,579,2365
+CL,26/4/2020,,16404,2624,7703,518,1690
+CT,26/4/2020,,47755,1027,25799,2724,4699
+CE,26/4/2020,,100,31,10,4,4
+VC,26/4/2020,,10180,1232,5032,656,1189
+EX,26/4/2020,,2749,731,1490,107,428
+GA,26/4/2020,,9238,,2728,304,405
+MD,26/4/2020,,61985,4022,39350,3309,7986
+ML,26/4/2020,,110,11,44,3,2
+MC,26/4/2020,,1474,297,627,106,128
+NC,26/4/2020,,4733,753,1942,130,432
+PV,26/4/2020,,12513,1899,6457,538,1241
+RI,26/4/2020,,3892,1149,1392,85,320
+AN,27/4/2020,,11836,1359,5792,721,1168
+AR,27/4/2020,,5004,553,2425,252,735
+AS,27/4/2020,,2269,537,1035,117,252
+IB,27/4/2020,,1868,70,1069,162,181
+CN,27/4/2020,,2187,0,900,174,133
+CB,27/4/2020,,2115,271,1000,78,188
+CM,27/4/2020,,15706,3812,8464,584,2396
+CL,27/4/2020,,16589,2783,7777,522,1710
+CT,27/4/2020,,48158,1027,26230,2750,4808
+CE,27/4/2020,,100,34,10,4,4
+VC,27/4/2020,,10204,1454,5046,659,1200
+EX,27/4/2020,,2751,736,1505,107,433
+GA,27/4/2020,,9328,,2734,305,412
+MD,27/4/2020,,62579,4205,39423,3338,8048
+ML,27/4/2020,,114,11,44,3,2
+MC,27/4/2020,,1475,318,629,106,130
+NC,27/4/2020,,4759,871,1945,130,432
+PV,27/4/2020,,12564,2240,6482,539,1255
+RI,27/4/2020,,3897,1200,1400,87,326
+AN,28/4/2020,,11917,1528,5831,721,1188
+AR,28/4/2020,,5042,610,2454,252,736
+AS,28/4/2020,,2284,587,1041,117,259
+IB,28/4/2020,,1877,71,1074,162,185
+CN,28/4/2020,,2202,0,906,175,134
+CB,28/4/2020,,2146,293,1006,79,191
+CM,28/4/2020,,15785,4010,8523,588,2436
+CL,28/4/2020,,16690,3161,7854,524,1736
+CT,28/4/2020,,48654,1027,26546,2768,4905
+CE,28/4/2020,,101,38,10,4,4
+VC,28/4/2020,,10236,1580,5072,662,1218
+EX,28/4/2020,,2764,749,1526,107,440
+GA,28/4/2020,,8693,791,2736,308,551
+MD,28/4/2020,,63079,4381,39850,3355,8105
+ML,28/4/2020,,114,11,44,3,2
+MC,28/4/2020,,1480,360,635,106,130
+NC,28/4/2020,,4794,1090,1951,130,448
+PV,28/4/2020,,12619,2519,6522,540,1274
+RI,28/4/2020,,3910,1263,1413,87,330
+AN,29/4/2020,,11949,1675,5873,721,1207
+AR,29/4/2020,,5091,880,2477,252,739
+AS,29/4/2020,,2295,627,1047,117,263
+IB,29/4/2020,,1881,72,1077,163,188
+CN,29/4/2020,,2205,0,909,175,135
+CB,29/4/2020,,2173,332,1007,79,191
+CM,29/4/2020,,15832,4239,8567,592,2463
+CL,29/4/2020,,16885,3427,7957,528,1752
+CT,29/4/2020,,48916,1027,26763,2784,4975
+CE,29/4/2020,,101,45,10,4,4
+VC,29/4/2020,,10331,1727,5096,663,1236
+EX,29/4/2020,,2785,753,1550,108,446
+GA,29/4/2020,,8731,848,2747,310,551
+MD,29/4/2020,,63454,4488,40076,3377,8176
+ML,29/4/2020,,114,11,44,3,2
+MC,29/4/2020,,1486,408,637,108,130
+NC,29/4/2020,,4815,1325,1965,132,451
+PV,29/4/2020,,12701,2818,6561,541,1296
+RI,29/4/2020,,3918,1288,1424,88,332
+AN,30/4/2020,,12061,1820,5935,729,1238
+AR,30/4/2020,,5116,987,2494,253,749
+AS,30/4/2020,,2310,663,1048,118,264
+IB,30/4/2020,,1892,76,1085,163,193
+CN,30/4/2020,,2206,0,914,175,136
+CB,30/4/2020,,2184,363,1009,79,192
+CM,30/4/2020,,15910,4606,8618,596,2498
+CL,30/4/2020,,16993,3746,8010,531,1770
+CT,30/4/2020,,49307,1027,26932,2795,5061
+CE,30/4/2020,,101,50,10,4,4
+VC,30/4/2020,,10347,1862,5126,694,1245
+EX,30/4/2020,,2811,819,1565,108,451
+GA,30/4/2020,,8769,848,2759,313,558
+MD,30/4/2020,,63747,4609,40293,3392,8222
+ML,30/4/2020,,115,11,44,3,2
+MC,30/4/2020,,1488,472,638,109,132
+NC,30/4/2020,,4848,1489,1977,132,458
+PV,30/4/2020,,12824,3145,6607,544,1312
+RI,30/4/2020,,3936,1290,1433,88,333
+AN,1/5/2020,,12105,2023,5961,735,1253
+AR,1/5/2020,,5136,1028,2503,253,761
+AS,1/5/2020,,2311,686,1052,120,270
+IB,1/5/2020,,1898,82,1089,163,197
+CN,1/5/2020,,2212,0,918,175,140
+CB,1/5/2020,,2201,376,1009,79,193
+CM,1/5/2020,,15967,5056,8645,601,2534
+CL,1/5/2020,,17165,3834,8054,531,1788
+CT,1/5/2020,,49850,1027,27049,2811,5137
+CE,1/5/2020,,101,51,10,4,4
+VC,1/5/2020,,10552,2103,5153,695,1258
+EX,1/5/2020,,2824,866,1592,108,458
+GA,1/5/2020,,8804,848,2769,313,563
+MD,1/5/2020,,63928,4609,40457,3404,8292
+ML,1/5/2020,,115,11,44,3,2
+MC,1/5/2020,,1491,475,639,110,132
+NC,1/5/2020,,4888,1523,1979,132,460
+PV,1/5/2020,,12899,3232,6659,551,1321
+RI,1/5/2020,,3947,1292,1439,88,334
+AN,2/5/2020,,12139,2112,5961,736,1256
+AR,2/5/2020,,5164,1044,2519,253,761
+AS,2/5/2020,,2313,706,1055,120,270
+IB,2/5/2020,,1904,82,1094,163,197
+CN,2/5/2020,,2221,0,919,175,140
+CB,2/5/2020,,2205,384,1010,79,195
+CM,2/5/2020,,16017,5273,8676,604,2565
+CL,2/5/2020,,17283,3946,8085,533,1800
+CT,2/5/2020,,50234,1027,27257,2844,5185
+CE,2/5/2020,,101,51,10,4,4
+VC,2/5/2020,,10563,2250,5181,698,1264
+EX,2/5/2020,,2844,868,1603,108,460
+GA,2/5/2020,,8837,848,2774,315,569
+MD,2/5/2020,,64045,4609,40597,3421,8332
+ML,2/5/2020,,117,12,44,3,2
+MC,2/5/2020,,1492,482,641,110,134
+NC,2/5/2020,,4902,1525,1986,133,462
+PV,2/5/2020,,12944,3259,6692,553,1329
+RI,2/5/2020,,3952,1295,1446,88,335
+AN,3/5/2020,,12156,2155,5973,738,1263
+AR,3/5/2020,,5188,1051,2526,253,762
+AS,3/5/2020,,2315,716,1057,120,274
+IB,3/5/2020,,1904,83,1097,163,197
+CN,3/5/2020,,2225,0,919,175,141
+CB,3/5/2020,,2206,390,1011,79,197
+CM,3/5/2020,,16050,5461,8698,606,2590
+CL,3/5/2020,,17334,4045,8123,534,1818
+CT,3/5/2020,,50366,1027,27321,2847,5220
+CE,3/5/2020,,101,51,10,4,4
+VC,3/5/2020,,10575,2383,5204,700,1269
+EX,3/5/2020,,2849,873,1618,108,460
+GA,3/5/2020,,8859,848,2782,315,575
+MD,3/5/2020,,64157,4609,40741,3431,8376
+ML,3/5/2020,,119,12,44,3,2
+MC,3/5/2020,,1492,482,645,110,134
+NC,3/5/2020,,4918,1529,1990,133,466
+PV,3/5/2020,,12956,3294,6719,554,1341
+RI,3/5/2020,,3961,1297,1449,88,335
+AN,4/5/2020,,12167,2184,5983,738,1267
+AR,4/5/2020,,5207,1075,2539,253,770
+AS,4/5/2020,,2316,743,1061,120,275
+IB,4/5/2020,,1906,87,1105,164,198
+CN,4/5/2020,,2231,0,920,176,142
+CB,4/5/2020,,2207,400,1015,79,198
+CM,4/5/2020,,16080,5576,8725,609,2616
+CL,4/5/2020,,17429,4290,8153,537,1832
+CT,4/5/2020,,50771,1027,27745,2856,5270
+CE,4/5/2020,,101,54,10,4,4
+VC,4/5/2020,,10617,2383,5214,701,1279
+EX,4/5/2020,,2852,876,1629,108,462
+GA,4/5/2020,,8881,902,2792,317,579
+MD,4/5/2020,,64489,4689,40851,3442,8420
+ML,4/5/2020,,119,12,44,3,2
+MC,4/5/2020,,1496,555,650,111,136
+NC,4/5/2020,,4936,1625,1995,134,471
+PV,4/5/2020,,12987,3461,6736,556,1353
+RI,4/5/2020,,3967,1303,1452,90,336
+AN,5/5/2020,,12190,2403,6012,740,1281
+AR,5/5/2020,,5231,1151,2552,253,788
+AS,5/5/2020,,2322,768,1068,120,278
+IB,5/5/2020,,1917,92,1117,164,199
+CN,5/5/2020,,2231,0,920,176,143
+CB,5/5/2020,,2213,413,1018,79,199
+CM,5/5/2020,,16144,6022,8765,612,2647
+CL,5/5/2020,,17520,4636,8246,538,1847
+CT,5/5/2020,,50924,1166,28085,2871,5345
+CE,5/5/2020,,109,55,10,4,4
+VC,5/5/2020,,10659,2527,5225,701,1291
+EX,5/5/2020,,2865,881,1650,108,463
+GA,5/5/2020,,8901,1095,2811,319,588
+MD,5/5/2020,,64820,4689,41031,3465,8466
+ML,5/5/2020,,119,12,44,3,2
+MC,5/5/2020,,1498,635,650,111,136
+NC,5/5/2020,,4966,1804,2005,135,476
+PV,5/5/2020,,13021,3671,6781,559,1364
+RI,5/5/2020,,3980,1342,1458,91,337
+AN,6/5/2020,,12222,2602,6027,742,1294
+AR,6/5/2020,,5258,1258,2564,255,800
+AS,6/5/2020,,2330,773,1072,121,279
+IB,6/5/2020,,1925,94,1121,164,201
+CN,6/5/2020,,2235,0,921,176,144
+CB,6/5/2020,,2220,422,1020,79,200
+CM,6/5/2020,,16184,6383,8796,613,2677
+CL,6/5/2020,,17625,4912,8300,541,1864
+CT,6/5/2020,,51190,1315,28248,2891,5394
+CE,6/5/2020,,109,56,10,4,4
+VC,6/5/2020,,10694,2719,5252,704,1303
+EX,6/5/2020,,2877,931,1664,108,467
+GA,6/5/2020,,8919,1158,2833,320,591
+MD,6/5/2020,,65093,4792,41159,3485,8504
+ML,6/5/2020,,119,13,44,3,2
+MC,6/5/2020,,1501,691,652,111,137
+NC,6/5/2020,,4983,2027,2015,135,480
+PV,6/5/2020,,13054,3918,6797,561,1383
+RI,6/5/2020,,3986,1344,1463,91,338
+AN,7/5/2020,,12239,2763,6038,742,1301
+AR,7/5/2020,,5274,1301,2578,255,815
+AS,7/5/2020,,2338,821,1076,121,280
+IB,7/5/2020,,1931,94,1121,164,202
+CN,7/5/2020,,2240,,927,176,148
+CB,7/5/2020,,2232,433,1022,79,201
+CM,7/5/2020,,16237,6671,8828,617,2713
+CL,7/5/2020,,17716,5210,8357,543,1876
+CT,7/5/2020,,51733,1476,28608,2949,5471
+CE,7/5/2020,,109,59,11,4,4
+VC,7/5/2020,,10725,2888,5287,706,1309
+EX,7/5/2020,,2900,953,1678,109,472
+GA,7/5/2020,,8952,1269,2852,321,592
+MD,7/5/2020,,65333,4792,41304,3493,8552
+ML,7/5/2020,,119,13,44,3,2
+MC,7/5/2020,,1504,748,659,112,137
+NC,7/5/2020,,5006,2221,2015,135,484
+PV,7/5/2020,,13104,4185,6818,566,1390
+RI,7/5/2020,,3992,1363,1469,91,342
+AN,8/5/2020,,12250,2930,6069,745,1317
+AR,8/5/2020,,5291,1365,2583,255,823
+AS,8/5/2020,,2344,841,1077,121,280
+IB,8/5/2020,,1940,98,1121,165,207
+CN,8/5/2020,,2250,0,935,178,148
+CB,8/5/2020,,2241,440,1023,79,201
+CM,8/5/2020,,16278,7015,8867,621,2738
+CL,8/5/2020,,17822,5630,8394,546,1885
+CT,8/5/2020,,51935,1643,28687,2950,5507
+CE,8/5/2020,,110,59,11,4,4
+VC,8/5/2020,,10760,3015,5317,709,1315
+EX,8/5/2020,,2907,979,1695,109,477
+GA,8/5/2020,,8964,1358,2876,323,595
+MD,8/5/2020,,65555,4852,41436,3508,8598
+ML,8/5/2020,,119,13,44,3,2
+MC,8/5/2020,,1506,757,662,112,138
+NC,8/5/2020,,5039,2403,2021,135,487
+PV,8/5/2020,,13161,4442,6865,568,1403
+RI,8/5/2020,,4000,1365,1473,91,344
+AN,9/5/2020,,12267,3088,6080,745,1320
+AR,9/5/2020,,5316,1386,2588,255,824
+AS,9/5/2020,,2346,854,1080,121,283
+IB,9/5/2020,,1946,105,1121,165,209
+CN,9/5/2020,,2258,0,935,178,148
+CB,9/5/2020,,2244,440,1027,79,201
+CM,9/5/2020,,16343,7319,8895,623,2759
+CL,9/5/2020,,17952,5869,8468,546,1897
+CT,9/5/2020,,52162,1643,28784,2951,5532
+CE,9/5/2020,,110,59,11,4,4
+VC,9/5/2020,,10770,3127,5354,716,1323
+EX,9/5/2020,,2912,991,1711,109,480
+GA,9/5/2020,,8981,1389,2886,325,596
+MD,9/5/2020,,65641,4875,41559,3520,8644
+ML,9/5/2020,,119,13,44,3,2
+MC,9/5/2020,,1508,821,662,112,139
+NC,9/5/2020,,5052,2403,2023,135,488
+PV,9/5/2020,,13193,4521,6902,571,1418
+RI,9/5/2020,,4008,1370,1474,91,346
+AN,10/5/2020,,12285,3137,6092,745,1322
+AR,10/5/2020,,5336,1395,2595,255,825
+AS,10/5/2020,,2350,866,1080,121,288
+IB,10/5/2020,,1949,105,1121,165,209
+CN,10/5/2020,,2260,0,936,178,149
+CB,10/5/2020,,2245,440,1027,79,201
+CM,10/5/2020,,16387,7482,8918,624,2786
+CL,10/5/2020,,17995,5996,8482,547,1905
+CT,10/5/2020,,54807,1643,28820,2952,5555
+CE,10/5/2020,,110,59,11,4,4
+VC,10/5/2020,,10776,3152,5355,716,1330
+EX,10/5/2020,,2918,1001,1725,109,483
+GA,10/5/2020,,8999,1389,2902,326,597
+MD,10/5/2020,,65693,4877,41650,3529,8683
+ML,10/5/2020,,119,13,44,3,2
+MC,10/5/2020,,1517,815,665,112,139
+NC,10/5/2020,,5065,2421,2029,135,490
+PV,10/5/2020,,13203,4542,6922,573,1423
+RI,10/5/2020,,4008,1374,1475,91,346
+AN,11/5/2020,,12293,3229,6101,745,1326
+AR,11/5/2020,,5359,1438,2606,255,828
+AS,11/5/2020,,2352,875,1080,121,290
+IB,11/5/2020,,1949,105,1122,166,210
+CN,11/5/2020,,2268,0,937,178,151
+CB,11/5/2020,,2246,445,1027,79,203
+CM,11/5/2020,,16431,7620,8940,629,2811
+CL,11/5/2020,,18048,6122,8493,547,1914
+CT,11/5/2020,,55144,1643,29138,2952,5621
+CE,11/5/2020,,114,59,11,4,4
+VC,11/5/2020,,10793,3197,5360,717,1336
+EX,11/5/2020,,2919,1001,1737,109,487
+GA,11/5/2020,,9003,1446,2905,326,598
+MD,11/5/2020,,65887,4877,41735,3543,8720
+ML,11/5/2020,,119,13,44,3,2
+MC,11/5/2020,,1517,816,665,112,139
+NC,11/5/2020,,5081,2556,2039,135,493
+PV,11/5/2020,,13231,4664,6929,574,1429
+RI,11/5/2020,,4008,1384,1478,91,347
+AN,12/5/2020,,12317,3312,6114,750,1332
+AR,12/5/2020,,5372,1484,2614,255,829
+AS,12/5/2020,,2356,896,1080,121,292
+IB,12/5/2020,,1953,106,1127,168,215
+CN,12/5/2020,,2271,0,937,178,151
+CB,12/5/2020,,2256,477,1029,79,205
+CM,12/5/2020,,16453,7732,8963,632,2835
+CL,12/5/2020,,18105,6157,8517,547,1919
+CT,12/5/2020,,55287,1643,29267,2953,5692
+CE,12/5/2020,,114,59,11,4,4
+VC,12/5/2020,,10816,3285,5370,717,1341
+EX,12/5/2020,,2921,1001,1754,109,489
+GA,12/5/2020,,9014,1481,2909,327,599
+MD,12/5/2020,,66106,4958,41856,3555,8760
+ML,12/5/2020,,119,13,44,3,2
+MC,12/5/2020,,1525,873,666,112,142
+NC,12/5/2020,,5094,2658,2042,135,494
+PV,12/5/2020,,13260,4881,6955,575,1442
+RI,12/5/2020,,4009,1388,1481,91,348
+AN,13/5/2020,,12359,3464,6128,751,1336
+AR,13/5/2020,,5389,1554,2625,255,836
+AS,13/5/2020,,2357,910,1084,121,293
+IB,13/5/2020,,1954,106,1127,168,216
+CN,13/5/2020,,2275,0,937,178,151
+CB,13/5/2020,,2256,483,1030,79,205
+CM,13/5/2020,,16470,7861,8980,634,2852
+CL,13/5/2020,,18173,6206,8560,548,1925
+CT,13/5/2020,,55313,1643,29305,2954,5823
+CE,13/5/2020,,116,59,11,4,4
+VC,13/5/2020,,10832,3370,5389,717,1349
+EX,13/5/2020,,2925,1001,1761,109,492
+GA,13/5/2020,,9030,1515,2915,327,603
+MD,13/5/2020,,66315,4958,41962,3564,8779
+ML,13/5/2020,,119,13,44,3,2
+MC,13/5/2020,,1532,905,672,112,142
+NC,13/5/2020,,5105,2786,2045,135,498
+PV,13/5/2020,,13303,4881,6994,577,1454
+RI,13/5/2020,,4014,1391,1484,91,348
+AN,14/5/2020,,12401,3667,6146,754,1344
+AR,14/5/2020,,5432,1583,2637,255,837
+AS,14/5/2020,,2364,936,1087,121,298
+IB,14/5/2020,,1963,106,1132,168,216
+CN,14/5/2020,,2280,0,938,178,151
+CB,14/5/2020,,2263,498,1031,79,206
+CM,14/5/2020,,16513,8014,9001,635,2870
+CL,14/5/2020,,18272,6226,8595,548,1930
+CT,14/5/2020,,55562,1643,29339,2955,5882
+CE,14/5/2020,,116,59,11,4,4
+VC,14/5/2020,,10859,3579,5415,721,1358
+EX,14/5/2020,,2933,1001,1772,109,494
+GA,14/5/2020,,9036,1569,2921,332,603
+MD,14/5/2020,,66523,5093,42057,3574,8809
+ML,14/5/2020,,119,13,44,3,2
+MC,14/5/2020,,1534,943,675,112,143
+NC,14/5/2020,,5116,2966,2045,136,500
+PV,14/5/2020,,13332,4881,7009,578,1454
+RI,14/5/2020,,4016,1393,1488,91,348
+AN,15/5/2020,,12420,3843,6161,758,1355
+AR,15/5/2020,,5456,1669,2648,255,838
+AS,15/5/2020,,2366,961,1087,121,299
+IB,15/5/2020,,1980,105,1132,168,216
+CN,15/5/2020,,2284,0,939,178,151
+CB,15/5/2020,,2265,505,1032,79,206
+CM,15/5/2020,,16587,8189,9027,636,2883
+CL,15/5/2020,,18369,6226,8649,549,1940
+CT,15/5/2020,,55685,1643,29339,2956,5915
+CE,15/5/2020,,116,59,11,4,4
+VC,15/5/2020,,10885,3686,5435,722,1365
+EX,15/5/2020,,2944,1001,1772,109,497
+GA,15/5/2020,,9041,1893,2923,332,604
+MD,15/5/2020,,66639,5293,42157,3577,8826
+ML,15/5/2020,,119,13,44,3,2
+MC,15/5/2020,,1542,1004,676,112,144
+NC,15/5/2020,,5137,3098,2045,136,501
+PV,15/5/2020,,13348,5216,7011,578,1455
+RI,15/5/2020,,4020,1393,1490,91,348
+AN,16/5/2020,,12450,3982,6174,760,1358
+AR,16/5/2020,,5478,1699,2655,255,838
+AS,16/5/2020,,2366,978,1087,121,299
+IB,16/5/2020,,1989,105,1134,168,218
+CN,16/5/2020,,2289,0,939,178,151
+CB,16/5/2020,,2268,505,1033,79,207
+CM,16/5/2020,,16618,8290,9054,637,2893
+CL,16/5/2020,,18470,6226,8690,550,1946
+CT,16/5/2020,,55824,1643,29400,2957,5944
+CE,16/5/2020,,116,59,11,4,4
+VC,16/5/2020,,10914,3787,5454,723,1366
+EX,16/5/2020,,2947,1001,1775,110,500
+GA,16/5/2020,,9051,1909,2926,332,606
+MD,16/5/2020,,66663,5293,42227,3584,8847
+ML,16/5/2020,,121,13,44,3,2
+MC,16/5/2020,,1551,1015,676,112,144
+NC,16/5/2020,,5148,3145,2045,136,503
+PV,16/5/2020,,13364,5326,7015,578,1459
+RI,16/5/2020,,4024,1393,1496,91,349
+AN,17/5/2020,,12458,3999,6178,760,1358
+AR,17/5/2020,,5503,1698,2659,255,838
+AS,17/5/2020,,2370,985,1088,121,301
+IB,17/5/2020,,1991,105,1134,168,218
+CN,17/5/2020,,2294,0,942,178,153
+CB,17/5/2020,,2271,503,1035,79,207
+CM,17/5/2020,,16648,8366,9066,637,2898
+CL,17/5/2020,,18512,6234,8717,551,1953
+CT,17/5/2020,,55921,1643,29421,2957,5956
+CE,17/5/2020,,116,59,11,4,4
+VC,17/5/2020,,10926,3810,5469,725,1370
+EX,17/5/2020,,2948,1001,1775,110,500
+GA,17/5/2020,,9056,1926,2934,332,607
+MD,17/5/2020,,66702,5293,42283,3594,8863
+ML,17/5/2020,,121,13,44,3,2
+MC,17/5/2020,,1556,1039,678,112,145
+NC,17/5/2020,,5178,3157,2045,136,503
+PV,17/5/2020,,13371,5358,7016,578,1466
+RI,17/5/2020,,4024,1393,1496,91,351
+AN,18/5/2020,,12489,3999,6182,760,1367
+AR,18/5/2020,,5520,1751,2667,255,843
+AS,18/5/2020,,2373,985,1088,121,303
+IB,18/5/2020,,2003,106,1137,168,219
+CN,18/5/2020,,2294,0,942,178,155
+CB,18/5/2020,,2273,509,1035,79,208
+CM,18/5/2020,,16677,8397,9082,638,2900
+CL,18/5/2020,,18549,6285,8729,551,1960
+CT,18/5/2020,,55825,1643,29459,2960,5981
+CE,18/5/2020,,117,59,11,4,4
+VC,18/5/2020,,10927,3810,5738,727,1376
+EX,18/5/2020,,3038,1001,1779,110,504
+GA,18/5/2020,,9058,1966,2935,332,607
+MD,18/5/2020,,66828,5293,42350,3600,8894
+ML,18/5/2020,,121,13,44,3,2
+MC,18/5/2020,,1558,1039,679,112,145
+NC,18/5/2020,,5183,3157,2045,136,503
+PV,18/5/2020,,13386,5358,7021,578,1470
+RI,18/5/2020,,4027,1395,1498,91,352
+AN,19/5/2020,,12502,3999,6196,764,1371
+AR,19/5/2020,,5551,1751,2434,255,847
+AS,19/5/2020,,2374,985,1089,121,304
+IB,19/5/2020,,2016,106,1142,168,221
+CN,19/5/2020,,2300,0,943,179,155
+CB,19/5/2020,,2277,510,1036,79,209
+CM,19/5/2020,,16739,8546,9122,639,2913
+CL,19/5/2020,,18586,6290,8734,555,1960
+CT,19/5/2020,,55888,1643,29497,2969,6021
+CE,19/5/2020,,119,59,11,4,4
+VC,19/5/2020,,10949,3810,5742,727,1378
+EX,19/5/2020,,3040,1001,1780,110,504
+GA,19/5/2020,,9067,2014,2939,334,607
+MD,19/5/2020,,66967,5293,42422,3610,8912
+ML,19/5/2020,,121,13,44,3,2
+MC,19/5/2020,,1560,1039,679,112,148
+NC,19/5/2020,,5192,3157,2048,136,503
+PV,19/5/2020,,13412,5358,7024,578,1480
+RI,19/5/2020,,4033,1395,1499,91,353
+AN,20/5/2020,,12547,3999,6210,766,1375
+AR,20/5/2020,,5588,1751,2442,256,848
+AS,20/5/2020,,2374,985,1089,121,307
+IB,20/5/2020,,2024,107,1144,169,221
+CN,20/5/2020,,2307,0,944,179,155
+CB,20/5/2020,,2279,519,1036,79,209
+CM,20/5/2020,,16789,8634,9138,639,2919
+CL,20/5/2020,,18627,6291,8735,561,1960
+CT,20/5/2020,,55888,1643,29497,2969,6021
+CE,20/5/2020,,119,59,11,4,4
+VC,20/5/2020,,10987,3810,5747,730,1383
+EX,20/5/2020,,3042,1001,1780,110,505
+GA,20/5/2020,,9077,2026,2943,334,608
+MD,20/5/2020,,67049,5293,42497,3617,8931
+ML,20/5/2020,,121,13,44,3,2
+MC,20/5/2020,,1570,1039,680,112,149
+NC,20/5/2020,,5195,3157,2048,136,506
+PV,20/5/2020,,13421,5358,7032,578,1483
+RI,20/5/2020,,4033,1395,1504,91,354
+"NOTA 1: Los datos publicados reflejan el nmero de casos, confirmados por PCR, hospitalizados, admitidos en UCI y fallecidos acumulados cada da. La diferencia entre dos das consecutivos no necesariamente corresponde al nmero de episodios que se han producido en un da determinado, debido a que pueden haberse asignado con posterioridad a fechas anteriores. Esta serie est en revisin diaria por las CCAA y el Ministerio de Sanidad. Cualquier inferencia que se haga sobre las diferencias de un da a otro son nicamente la responsabilidad del usuario.",,,,,,,
+NOTA 2: Los datos de estas comunidades son datos de prevalencia (personas ingresadas a fecha de hoy). No reflejan el total de personas que han sido hospitalizadas o ingresadas en UCI a lo largo del periodo de notificacin(CL(UCIs*)-GA(UCIS**)-CM***-MD****),,,,,,,
+* Desde el da 17/04/2020 las cifras de UCIs de CL son casos acumulados. Previamente se refieren a personas ingresadas ese da.,,,,,,,
+** Desde el da 28/04/2020 las cifras UCIs de GA son casos acumulados. Previamente se refieren a personas ingresadas ese da. Se actualizar la serie cuando est disponible.,,,,,,,
+*** Desde el da 11/04/2020 las cifras de hospitalizados de CM son casos acumulados. Previamente se refieren a personas ingresadas ese da.,,,,,,,
+*** Desde el da 12/04/2020 las cifras de UCIs de CM son casos acumulados. Previamente se refieren a personas ingresadas ese da.,,,,,,,
+**** Desde el da 26/04/2020 las cifras de Hospitalizados y UCIs de MD son casos acumulados. Previamente se refieren a personas ingresadas ese da. Se actualizar la serie cuando est disponible.,,,,,,,
+NOTA 3: Se excluyen de la serie las notificaciones de personas con anticuerpos positivos sin sntomas en el momento de realizacin de la prueba en los que no se puede establecer un momento de contagio ni si han padecido o no la enfermedad.,,,,,,,
+NOTA 4: En los datos de PCR+ de Catalua se incluyen casos pendientes de distribuir en la serie histrica. Aragn est actualizando sus series histricas de hospitalizados, UCI y fallecidos.,,,,,,,
diff --git a/data/inputs/downloaded/sweden/2020-04-28/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-04-28/Folkhalsomyndigheten_Covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/sweden/2020-04-28/Folkhalsomyndigheten_Covid19.xlsx
rename to data/inputs/downloaded/sweden_hospitalizations/2020-04-28/Folkhalsomyndigheten_Covid19.xlsx
diff --git a/data/inputs/downloaded/sweden/2020-05-02/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-05-02/Folkhalsomyndigheten_Covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/sweden/2020-05-02/Folkhalsomyndigheten_Covid19.xlsx
rename to data/inputs/downloaded/sweden_hospitalizations/2020-05-02/Folkhalsomyndigheten_Covid19.xlsx
diff --git a/data/inputs/downloaded/sweden/2020-05-16/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-05-16/Folkhalsomyndigheten_Covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/sweden/2020-05-16/Folkhalsomyndigheten_Covid19.xlsx
rename to data/inputs/downloaded/sweden_hospitalizations/2020-05-16/Folkhalsomyndigheten_Covid19.xlsx
diff --git a/data/inputs/downloaded/sweden/2020-05-17/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-05-17/Folkhalsomyndigheten_Covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/sweden/2020-05-17/Folkhalsomyndigheten_Covid19.xlsx
rename to data/inputs/downloaded/sweden_hospitalizations/2020-05-17/Folkhalsomyndigheten_Covid19.xlsx
diff --git a/data/inputs/downloaded/sweden/2020-05-19/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-05-19/Folkhalsomyndigheten_Covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/sweden/2020-05-19/Folkhalsomyndigheten_Covid19.xlsx
rename to data/inputs/downloaded/sweden_hospitalizations/2020-05-19/Folkhalsomyndigheten_Covid19.xlsx
diff --git a/data/inputs/downloaded/sweden/2020-05-21/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-05-21/Folkhalsomyndigheten_Covid19.xlsx
similarity index 100%
rename from data/inputs/downloaded/sweden/2020-05-21/Folkhalsomyndigheten_Covid19.xlsx
rename to data/inputs/downloaded/sweden_hospitalizations/2020-05-21/Folkhalsomyndigheten_Covid19.xlsx
diff --git a/data/inputs/downloaded/sweden_hospitalizations/2020-06-04/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-06-04/Folkhalsomyndigheten_Covid19.xlsx
new file mode 100644
index 0000000..1d4a432
Binary files /dev/null and b/data/inputs/downloaded/sweden_hospitalizations/2020-06-04/Folkhalsomyndigheten_Covid19.xlsx differ
diff --git a/data/inputs/downloaded/sweden_hospitalizations/2020-06-08/Folkhalsomyndigheten_Covid19.xlsx b/data/inputs/downloaded/sweden_hospitalizations/2020-06-08/Folkhalsomyndigheten_Covid19.xlsx
new file mode 100644
index 0000000..64dcfa1
Binary files /dev/null and b/data/inputs/downloaded/sweden_hospitalizations/2020-06-08/Folkhalsomyndigheten_Covid19.xlsx differ
diff --git a/data/inputs/downloaded/switzerland/2020-04-26/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx b/data/inputs/downloaded/switzerland_hospitalizations/2020-04-26/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
similarity index 100%
rename from data/inputs/downloaded/switzerland/2020-04-26/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
rename to data/inputs/downloaded/switzerland_hospitalizations/2020-04-26/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
diff --git a/data/inputs/downloaded/switzerland/2020-05-20/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx b/data/inputs/downloaded/switzerland_hospitalizations/2020-05-20/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
similarity index 100%
rename from data/inputs/downloaded/switzerland/2020-05-20/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
rename to data/inputs/downloaded/switzerland_hospitalizations/2020-05-20/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
diff --git a/data/inputs/downloaded/switzerland_hospitalizations/2020-06-06/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx b/data/inputs/downloaded/switzerland_hospitalizations/2020-06-06/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx
new file mode 100644
index 0000000..a42ca4f
Binary files /dev/null and b/data/inputs/downloaded/switzerland_hospitalizations/2020-06-06/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx differ
diff --git a/data/inputs/downloaded/united_kingdom/2020-04-26/data.xlsx b/data/inputs/downloaded/united_kingdom_hospitalizations/2020-04-26/data.xlsx
similarity index 100%
rename from data/inputs/downloaded/united_kingdom/2020-04-26/data.xlsx
rename to data/inputs/downloaded/united_kingdom_hospitalizations/2020-04-26/data.xlsx
diff --git a/data/inputs/downloaded/united_kingdom/2020-05-18/data.xlsx b/data/inputs/downloaded/united_kingdom_hospitalizations/2020-05-18/data.xlsx
similarity index 100%
rename from data/inputs/downloaded/united_kingdom/2020-05-18/data.xlsx
rename to data/inputs/downloaded/united_kingdom_hospitalizations/2020-05-18/data.xlsx
diff --git a/data/inputs/downloaded/united_kingdom_hospitalizations/LICENSE b/data/inputs/downloaded/united_kingdom_hospitalizations/LICENSE
new file mode 100644
index 0000000..3e31c7b
--- /dev/null
+++ b/data/inputs/downloaded/united_kingdom_hospitalizations/LICENSE
@@ -0,0 +1,71 @@
+Open Government Licence for public sector information
+delivered by The National Archives
+http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
+
+You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.
+
+Using Information under this licence
+Use of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.
+
+The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.
+
+This licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.
+
+You are free to:
+copy, publish, distribute and transmit the Information;
+adapt the Information;
+exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.
+You must (where you do any of the above):
+acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;
+ If the Information Provider does not provide a specific attribution statement, you must use the following:
+
+ Contains public sector information licensed under the Open Government Licence v3.0.
+
+If you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.
+
+These are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.
+
+ Exemptions
+This licence does not cover:
+
+personal data in the Information;
+Information that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
+departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;
+military insignia;
+third party rights the Information Provider is not authorised to license;
+other intellectual property rights, including patents, trade marks, and design rights; and
+identity documents such as the British Passport
+Non-endorsement
+This licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and/or Licensor endorse you or your use of the Information.
+
+No warranty
+The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.
+
+The Information Provider and/or Licensor are not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.
+
+Governing Law
+This licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.
+
+Definitions
+In this licence, the terms below have the following meanings:
+
+'Information' means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.
+
+'Information Provider' means the person or organisation providing the Information under this licence.
+
+'Licensor' means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.
+
+'Use' means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.
+
+'You', 'you' and 'your' means the natural or legal person, or body of persons corporate or incorporate, acquiring rights in the Information (whether the Information is obtained directly from the Licensor or otherwise) under this licence.
+
+About the Open Government Licence
+The National Archives has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The National Archives invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.
+
+The Keeper of the Public Records has authority to license Information subject to copyright and database right owned by the Crown. The extent of the offer to license this Information under the terms of this licence is set out in the UK Government Licensing Framework.
+
+This is version 3.0 of the Open Government Licence. The National Archives may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.
+
+These terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv3.0 is Open Definition compliant.
+
+Further context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.
diff --git a/data/inputs/scraped/australia/2020-04-27/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-04-27/australia_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/australia/2020-04-27/australia_hospitalizations.csv
rename to data/inputs/scraped/australia_hospitalizations/2020-04-27/australia_hospitalizations.csv
diff --git a/data/inputs/scraped/australia/2020-05-01/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-01/australia_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/australia/2020-05-01/australia_hospitalizations.csv
rename to data/inputs/scraped/australia_hospitalizations/2020-05-01/australia_hospitalizations.csv
diff --git a/data/inputs/scraped/australia/2020-05-03/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-03/australia_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/australia/2020-05-03/australia_hospitalizations.csv
rename to data/inputs/scraped/australia_hospitalizations/2020-05-03/australia_hospitalizations.csv
diff --git a/data/inputs/scraped/australia/2020-05-06/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-06/australia_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/australia/2020-05-06/australia_hospitalizations.csv
rename to data/inputs/scraped/australia_hospitalizations/2020-05-06/australia_hospitalizations.csv
diff --git a/data/inputs/scraped/australia/2020-05-19/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-19/australia_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/australia/2020-05-19/australia_hospitalizations.csv
rename to data/inputs/scraped/australia_hospitalizations/2020-05-19/australia_hospitalizations.csv
diff --git a/data/inputs/scraped/australia/2020-05-21/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-20/australia_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/australia/2020-05-21/australia_hospitalizations.csv
rename to data/inputs/scraped/australia_hospitalizations/2020-05-20/australia_hospitalizations.csv
diff --git a/data/inputs/scraped/australia_hospitalizations/2020-05-21/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-21/australia_hospitalizations.csv
new file mode 100644
index 0000000..bf44f23
--- /dev/null
+++ b/data/inputs/scraped/australia_hospitalizations/2020-05-21/australia_hospitalizations.csv
@@ -0,0 +1,44 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-04-07,305,93,37
+2020-04-08,263,87,36
+2020-04-09,262,81,36
+2020-04-10,236,72,38
+2020-04-11,240,80,38
+2020-04-12,239,81,35
+2020-04-13,227,79,46
+2020-04-14,230,80,44
+2020-04-15,214,76,41
+2020-04-16,201,66,38
+2020-04-17,192,60,38
+2020-04-18,184,55,34
+2020-04-19,177,48,33
+2020-04-20,170,49,32
+2020-04-21,167,47,33
+2020-04-22,162,47,31
+2020-04-23,152,45,29
+2020-04-24,138,42,29
+2020-04-25,129,43,29
+2020-04-26,115,42,25
+2020-04-27,113,43,27
+2020-04-28,109,42,27
+2020-04-29,93,38,26
+2020-04-30,89,34,22
+2020-05-01,83,28,21
+2020-05-02,79,28,21
+2020-05-03,75,28,20
+2020-05-04,70,28,20
+2020-05-05,66,27,20
+2020-05-06,62,27,18
+2020-05-07,58,23,17
+2020-05-08,56,21,16
+2020-05-09,51,19,15
+2020-05-10,43,17,14
+2020-05-11,49,16,14
+2020-05-12,47,16,15
+2020-05-13,50,17,14
+2020-05-14,51,18,13
+2020-05-15,46,17,13
+2020-05-16,49,16,12
+2020-05-17,50,16,12
+2020-05-18,45,12,17
+2020-05-19,47,11,7
diff --git a/data/inputs/scraped/australia_hospitalizations/2020-05-26/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-26/australia_hospitalizations.csv
new file mode 100644
index 0000000..183a10f
--- /dev/null
+++ b/data/inputs/scraped/australia_hospitalizations/2020-05-26/australia_hospitalizations.csv
@@ -0,0 +1,51 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-04-07,305,93,37
+2020-04-08,263,87,36
+2020-04-09,262,81,36
+2020-04-10,236,72,38
+2020-04-11,240,80,38
+2020-04-12,239,81,35
+2020-04-13,227,79,46
+2020-04-14,230,80,44
+2020-04-15,214,76,41
+2020-04-16,201,66,38
+2020-04-17,192,60,38
+2020-04-18,184,55,34
+2020-04-19,177,48,33
+2020-04-20,170,49,32
+2020-04-21,167,47,33
+2020-04-22,162,47,31
+2020-04-23,152,45,29
+2020-04-24,138,42,29
+2020-04-25,129,43,29
+2020-04-26,115,42,25
+2020-04-27,113,43,27
+2020-04-28,109,42,27
+2020-04-29,93,38,26
+2020-04-30,89,34,22
+2020-05-01,83,28,21
+2020-05-02,79,28,21
+2020-05-03,75,28,20
+2020-05-04,70,28,20
+2020-05-05,66,27,20
+2020-05-06,62,27,18
+2020-05-07,58,23,17
+2020-05-08,56,21,16
+2020-05-09,51,19,15
+2020-05-10,43,17,14
+2020-05-11,49,16,14
+2020-05-12,47,16,15
+2020-05-13,50,17,14
+2020-05-14,51,18,13
+2020-05-15,46,17,13
+2020-05-16,49,16,12
+2020-05-17,50,16,12
+2020-05-18,45,12,17
+2020-05-19,47,11,7
+2020-05-20,43,9,7
+2020-05-21,41,9,7
+2020-05-22,39,7,6
+2020-05-23,35,5,5
+2020-05-24,33,5,5
+2020-05-25,31,5,5
+2020-05-26,30,5,5
diff --git a/data/inputs/scraped/australia_hospitalizations/2020-05-30/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-05-30/australia_hospitalizations.csv
new file mode 100644
index 0000000..0a29b80
--- /dev/null
+++ b/data/inputs/scraped/australia_hospitalizations/2020-05-30/australia_hospitalizations.csv
@@ -0,0 +1,56 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-04-07,305,93,37
+2020-04-08,263,87,36
+2020-04-09,262,81,36
+2020-04-10,236,72,38
+2020-04-11,240,80,38
+2020-04-12,239,81,35
+2020-04-13,227,79,46
+2020-04-14,230,80,44
+2020-04-15,214,76,41
+2020-04-16,201,66,38
+2020-04-17,192,60,38
+2020-04-18,184,55,34
+2020-04-19,177,48,33
+2020-04-20,170,49,32
+2020-04-21,167,47,33
+2020-04-22,162,47,31
+2020-04-23,152,45,29
+2020-04-24,138,42,29
+2020-04-25,129,43,29
+2020-04-26,115,42,25
+2020-04-27,113,43,27
+2020-04-28,109,42,27
+2020-04-29,93,38,26
+2020-04-30,89,34,22
+2020-05-01,83,28,21
+2020-05-02,79,28,21
+2020-05-03,75,28,20
+2020-05-04,70,28,20
+2020-05-05,66,27,20
+2020-05-06,62,27,18
+2020-05-07,58,23,17
+2020-05-08,56,21,16
+2020-05-09,51,19,15
+2020-05-10,43,17,14
+2020-05-11,49,16,14
+2020-05-12,47,16,15
+2020-05-13,50,17,14
+2020-05-14,51,18,13
+2020-05-15,46,17,13
+2020-05-16,49,16,12
+2020-05-17,50,16,12
+2020-05-18,45,12,17
+2020-05-19,47,11,7
+2020-05-20,43,9,7
+2020-05-21,41,9,7
+2020-05-22,39,7,6
+2020-05-23,35,5,5
+2020-05-24,33,5,5
+2020-05-25,31,5,5
+2020-05-26,30,5,5
+2020-05-27,30,6,6
+2020-05-28,27,5,2
+2020-05-29,23,4,3
+2020-05-30,22,4,1
+2020-05-31,21,4,1
diff --git a/data/inputs/scraped/australia_hospitalizations/2020-06-02/australia_hospitalizations.csv b/data/inputs/scraped/australia_hospitalizations/2020-06-02/australia_hospitalizations.csv
new file mode 100644
index 0000000..8781608
--- /dev/null
+++ b/data/inputs/scraped/australia_hospitalizations/2020-06-02/australia_hospitalizations.csv
@@ -0,0 +1,58 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-04-07,305,93,37
+2020-04-08,263,87,36
+2020-04-09,262,81,36
+2020-04-10,236,72,38
+2020-04-11,240,80,38
+2020-04-12,239,81,35
+2020-04-13,227,79,46
+2020-04-14,230,80,44
+2020-04-15,214,76,41
+2020-04-16,201,66,38
+2020-04-17,192,60,38
+2020-04-18,184,55,34
+2020-04-19,177,48,33
+2020-04-20,170,49,32
+2020-04-21,167,47,33
+2020-04-22,162,47,31
+2020-04-23,152,45,29
+2020-04-24,138,42,29
+2020-04-25,129,43,29
+2020-04-26,115,42,25
+2020-04-27,113,43,27
+2020-04-28,109,42,27
+2020-04-29,93,38,26
+2020-04-30,89,34,22
+2020-05-01,83,28,21
+2020-05-02,79,28,21
+2020-05-03,75,28,20
+2020-05-04,70,28,20
+2020-05-05,66,27,20
+2020-05-06,62,27,18
+2020-05-07,58,23,17
+2020-05-08,56,21,16
+2020-05-09,51,19,15
+2020-05-10,43,17,14
+2020-05-11,49,16,14
+2020-05-12,47,16,15
+2020-05-13,50,17,14
+2020-05-14,51,18,13
+2020-05-15,46,17,13
+2020-05-16,49,16,12
+2020-05-17,50,16,12
+2020-05-18,45,12,17
+2020-05-19,47,11,7
+2020-05-20,43,9,7
+2020-05-21,41,9,7
+2020-05-22,39,7,6
+2020-05-23,35,5,5
+2020-05-24,33,5,5
+2020-05-25,31,5,5
+2020-05-26,30,5,5
+2020-05-27,30,6,6
+2020-05-28,27,5,2
+2020-05-29,23,4,3
+2020-05-30,22,4,1
+2020-05-31,21,4,1
+2020-06-01,20,3,1
+2020-06-02,26,4,2
diff --git a/data/inputs/scraped/australia_hospitalizations/LICENSE b/data/inputs/scraped/australia_hospitalizations/LICENSE
new file mode 100644
index 0000000..10fabd9
--- /dev/null
+++ b/data/inputs/scraped/australia_hospitalizations/LICENSE
@@ -0,0 +1,395 @@
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution 4.0 International Public License ("Public License"). To the
+extent this Public License may be interpreted as a contract, You are
+granted the Licensed Rights in consideration of Your acceptance of
+these terms and conditions, and the Licensor grants You such rights in
+consideration of benefits the Licensor receives from making the
+Licensed Material available under these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ d. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ f. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ g. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ h. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ i. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ j. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ k. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ 4. If You Share Adapted Material You produce, the Adapter's
+ License You apply must not prevent recipients of the Adapted
+ Material from complying with this Public License.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material; and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public licenses.
+Notwithstanding, Creative Commons may elect to apply one of its public
+licenses to material it publishes and in those instances will be
+considered the “Licensor.” The text of the Creative Commons public
+licenses is dedicated to the public domain under the CC0 Public Domain
+Dedication. Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the public
+licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/data/inputs/scraped/czech_republic/2020-04-27/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-04-27/czech_republic_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/czech_republic/2020-04-27/czech_republic_hospitalizations.csv
rename to data/inputs/scraped/czech_republic_hospitalizations/2020-04-27/czech_republic_hospitalizations.csv
diff --git a/data/inputs/scraped/czech_republic/2020-05-01/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-01/czech_republic_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/czech_republic/2020-05-01/czech_republic_hospitalizations.csv
rename to data/inputs/scraped/czech_republic_hospitalizations/2020-05-01/czech_republic_hospitalizations.csv
diff --git a/data/inputs/scraped/czech_republic/2020-05-03/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-03/czech_republic_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/czech_republic/2020-05-03/czech_republic_hospitalizations.csv
rename to data/inputs/scraped/czech_republic_hospitalizations/2020-05-03/czech_republic_hospitalizations.csv
diff --git a/data/inputs/scraped/czech_republic/2020-05-06/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-06/czech_republic_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/czech_republic/2020-05-06/czech_republic_hospitalizations.csv
rename to data/inputs/scraped/czech_republic_hospitalizations/2020-05-06/czech_republic_hospitalizations.csv
diff --git a/data/inputs/scraped/czech_republic/2020-05-19/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-19/czech_republic_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/czech_republic/2020-05-19/czech_republic_hospitalizations.csv
rename to data/inputs/scraped/czech_republic_hospitalizations/2020-05-19/czech_republic_hospitalizations.csv
diff --git a/data/inputs/scraped/czech_republic/2020-05-21/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-20/czech_republic_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/czech_republic/2020-05-21/czech_republic_hospitalizations.csv
rename to data/inputs/scraped/czech_republic_hospitalizations/2020-05-20/czech_republic_hospitalizations.csv
diff --git a/data/inputs/scraped/czech_republic_hospitalizations/2020-05-21/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-21/czech_republic_hospitalizations.csv
new file mode 100644
index 0000000..7515e05
--- /dev/null
+++ b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-21/czech_republic_hospitalizations.csv
@@ -0,0 +1,71 @@
+date,hospitalized_current,icu_current,discharged_cumulative
+2020-03-10,1,0,0
+2020-03-11,2,0,0
+2020-03-12,4,0,0
+2020-03-13,4,0,1
+2020-03-14,5,0,1
+2020-03-15,6,0,1
+2020-03-16,19,2,4
+2020-03-17,50,4,9
+2020-03-18,49,5,10
+2020-03-19,56,6,14
+2020-03-20,67,16,19
+2020-03-21,80,15,23
+2020-03-22,98,19,33
+2020-03-23,104,19,35
+2020-03-24,122,21,43
+2020-03-25,170,35,55
+2020-03-26,197,36,61
+2020-03-27,227,45,72
+2020-03-28,263,56,83
+2020-03-29,277,52,90
+2020-03-30,291,64,101
+2020-03-31,312,70,114
+2020-04-01,342,72,136
+2020-04-02,359,77,152
+2020-04-03,380,87,173
+2020-04-04,383,86,183
+2020-04-05,391,84,188
+2020-04-06,408,86,199
+2020-04-07,432,103,219
+2020-04-08,440,96,239
+2020-04-09,446,98,263
+2020-04-10,436,92,279
+2020-04-11,442,87,299
+2020-04-12,436,100,309
+2020-04-13,428,92,318
+2020-04-14,427,84,333
+2020-04-15,418,75,367
+2020-04-16,407,82,394
+2020-04-17,398,86,418
+2020-04-18,390,84,441
+2020-04-19,374,84,451
+2020-04-20,390,75,467
+2020-04-21,412,80,489
+2020-04-22,401,76,517
+2020-04-23,395,77,546
+2020-04-24,385,71,574
+2020-04-25,352,79,583
+2020-04-26,360,73,592
+2020-04-27,359,71,609
+2020-04-28,361,71,623
+2020-04-29,348,68,643
+2020-04-30,344,67,667
+2020-05-01,319,68,688
+2020-05-02,308,62,696
+2020-05-03,299,58,698
+2020-05-04,304,59,717
+2020-05-05,295,51,744
+2020-05-06,275,52,767
+2020-05-07,258,46,779
+2020-05-08,251,47,791
+2020-05-09,239,40,798
+2020-05-10,233,42,801
+2020-05-11,236,44,810
+2020-05-12,230,43,829
+2020-05-13,217,42,850
+2020-05-14,197,37,864
+2020-05-15,183,39,873
+2020-05-16,175,39,884
+2020-05-17,166,36,888
+2020-05-18,169,36,896
diff --git a/data/inputs/scraped/czech_republic_hospitalizations/2020-05-26/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-26/czech_republic_hospitalizations.csv
new file mode 100644
index 0000000..d82a8c3
--- /dev/null
+++ b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-26/czech_republic_hospitalizations.csv
@@ -0,0 +1,78 @@
+date,hospitalized_current,icu_current,discharged_cumulative
+2020-03-10,1,0,0
+2020-03-11,2,0,0
+2020-03-12,4,0,0
+2020-03-13,4,0,1
+2020-03-14,5,0,1
+2020-03-15,6,0,1
+2020-03-16,19,2,4
+2020-03-17,50,4,9
+2020-03-18,49,5,10
+2020-03-19,56,6,14
+2020-03-20,67,16,19
+2020-03-21,80,15,23
+2020-03-22,98,19,33
+2020-03-23,104,19,35
+2020-03-24,122,21,43
+2020-03-25,170,35,55
+2020-03-26,197,36,61
+2020-03-27,227,45,72
+2020-03-28,263,56,83
+2020-03-29,277,52,90
+2020-03-30,291,64,101
+2020-03-31,312,70,114
+2020-04-01,342,72,136
+2020-04-02,359,77,152
+2020-04-03,380,87,173
+2020-04-04,383,86,183
+2020-04-05,391,84,188
+2020-04-06,408,86,199
+2020-04-07,432,103,219
+2020-04-08,440,96,239
+2020-04-09,446,98,263
+2020-04-10,436,92,279
+2020-04-11,442,87,299
+2020-04-12,436,100,309
+2020-04-13,428,92,318
+2020-04-14,427,84,333
+2020-04-15,418,75,367
+2020-04-16,407,82,394
+2020-04-17,398,86,418
+2020-04-18,390,84,441
+2020-04-19,374,84,451
+2020-04-20,390,75,467
+2020-04-21,412,80,489
+2020-04-22,401,76,517
+2020-04-23,395,77,546
+2020-04-24,385,71,574
+2020-04-25,352,79,583
+2020-04-26,360,73,592
+2020-04-27,359,71,609
+2020-04-28,361,71,623
+2020-04-29,348,68,643
+2020-04-30,344,67,667
+2020-05-01,319,68,688
+2020-05-02,308,62,696
+2020-05-03,299,58,698
+2020-05-04,304,59,717
+2020-05-05,295,51,744
+2020-05-06,275,52,767
+2020-05-07,258,46,779
+2020-05-08,251,47,791
+2020-05-09,239,40,798
+2020-05-10,233,42,801
+2020-05-11,236,44,810
+2020-05-12,230,43,829
+2020-05-13,217,42,850
+2020-05-14,197,37,864
+2020-05-15,183,39,873
+2020-05-16,175,39,884
+2020-05-17,166,36,888
+2020-05-18,169,36,896
+2020-05-19,169,36,896
+2020-05-20,157,33,914
+2020-05-21,150,29,915
+2020-05-22,156,29,922
+2020-05-23,145,24,923
+2020-05-24,148,24,923
+2020-05-25,154,24,926
diff --git a/data/inputs/scraped/czech_republic_hospitalizations/2020-05-30/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-30/czech_republic_hospitalizations.csv
new file mode 100644
index 0000000..0c0b7fd
--- /dev/null
+++ b/data/inputs/scraped/czech_republic_hospitalizations/2020-05-30/czech_republic_hospitalizations.csv
@@ -0,0 +1,83 @@
+date,hospitalized_current,icu_current,discharged_cumulative
+2020-03-10,1,0,0
+2020-03-11,2,0,0
+2020-03-12,4,0,0
+2020-03-13,4,0,1
+2020-03-14,5,0,1
+2020-03-15,6,0,1
+2020-03-16,19,2,4
+2020-03-17,50,4,9
+2020-03-18,49,5,10
+2020-03-19,56,6,14
+2020-03-20,67,16,19
+2020-03-21,80,15,23
+2020-03-22,98,19,33
+2020-03-23,104,19,35
+2020-03-24,122,21,43
+2020-03-25,170,35,55
+2020-03-26,197,36,61
+2020-03-27,227,45,72
+2020-03-28,263,56,83
+2020-03-29,277,52,90
+2020-03-30,291,64,101
+2020-03-31,312,70,114
+2020-04-01,342,72,136
+2020-04-02,359,77,152
+2020-04-03,380,87,173
+2020-04-04,383,86,183
+2020-04-05,391,84,188
+2020-04-06,408,86,199
+2020-04-07,432,103,219
+2020-04-08,440,96,239
+2020-04-09,446,98,263
+2020-04-10,436,92,279
+2020-04-11,442,87,299
+2020-04-12,436,100,309
+2020-04-13,428,92,318
+2020-04-14,427,84,333
+2020-04-15,418,75,367
+2020-04-16,407,82,394
+2020-04-17,398,86,418
+2020-04-18,390,84,441
+2020-04-19,374,84,451
+2020-04-20,390,75,467
+2020-04-21,412,80,489
+2020-04-22,401,76,517
+2020-04-23,395,77,546
+2020-04-24,385,71,574
+2020-04-25,352,79,583
+2020-04-26,360,73,592
+2020-04-27,359,71,609
+2020-04-28,361,71,623
+2020-04-29,348,68,643
+2020-04-30,344,67,667
+2020-05-01,319,68,688
+2020-05-02,308,62,696
+2020-05-03,299,58,698
+2020-05-04,304,59,717
+2020-05-05,295,51,744
+2020-05-06,275,52,767
+2020-05-07,258,46,779
+2020-05-08,251,47,791
+2020-05-09,239,40,798
+2020-05-10,233,42,801
+2020-05-11,236,44,810
+2020-05-12,230,43,829
+2020-05-13,217,42,850
+2020-05-14,197,37,864
+2020-05-15,183,39,873
+2020-05-16,175,39,884
+2020-05-17,166,36,888
+2020-05-18,169,36,896
+2020-05-19,169,36,896
+2020-05-20,157,33,914
+2020-05-21,150,29,915
+2020-05-22,156,29,922
+2020-05-23,145,24,923
+2020-05-24,148,24,923
+2020-05-25,154,24,926
+2020-05-26,154,18,936
+2020-05-27,149,21,950
+2020-05-28,140,19,959
+2020-05-29,134,18,969
+2020-05-30,123,15,970
diff --git a/data/inputs/scraped/czech_republic_hospitalizations/2020-06-02/czech_republic_hospitalizations.csv b/data/inputs/scraped/czech_republic_hospitalizations/2020-06-02/czech_republic_hospitalizations.csv
new file mode 100644
index 0000000..9fe1003
--- /dev/null
+++ b/data/inputs/scraped/czech_republic_hospitalizations/2020-06-02/czech_republic_hospitalizations.csv
@@ -0,0 +1,85 @@
+date,hospitalized_current,icu_current,discharged_cumulative
+2020-03-10,1,0,0
+2020-03-11,2,0,0
+2020-03-12,4,0,0
+2020-03-13,4,0,1
+2020-03-14,5,0,1
+2020-03-15,6,0,1
+2020-03-16,19,2,4
+2020-03-17,50,4,9
+2020-03-18,49,5,10
+2020-03-19,56,6,14
+2020-03-20,67,16,19
+2020-03-21,80,15,23
+2020-03-22,98,19,33
+2020-03-23,104,19,35
+2020-03-24,122,21,43
+2020-03-25,170,35,55
+2020-03-26,197,36,61
+2020-03-27,227,45,72
+2020-03-28,263,56,83
+2020-03-29,277,52,90
+2020-03-30,291,64,101
+2020-03-31,312,70,114
+2020-04-01,342,72,136
+2020-04-02,359,77,152
+2020-04-03,380,87,173
+2020-04-04,383,86,183
+2020-04-05,391,84,188
+2020-04-06,408,86,199
+2020-04-07,432,103,219
+2020-04-08,440,96,239
+2020-04-09,446,98,263
+2020-04-10,436,92,279
+2020-04-11,442,87,299
+2020-04-12,436,100,309
+2020-04-13,428,92,318
+2020-04-14,427,84,333
+2020-04-15,418,75,367
+2020-04-16,407,82,394
+2020-04-17,398,86,418
+2020-04-18,390,84,441
+2020-04-19,374,84,451
+2020-04-20,390,75,467
+2020-04-21,412,80,489
+2020-04-22,401,76,517
+2020-04-23,395,77,546
+2020-04-24,385,71,574
+2020-04-25,352,79,583
+2020-04-26,360,73,592
+2020-04-27,359,71,609
+2020-04-28,361,71,623
+2020-04-29,348,68,643
+2020-04-30,344,67,667
+2020-05-01,319,68,688
+2020-05-02,308,62,696
+2020-05-03,299,58,698
+2020-05-04,304,59,717
+2020-05-05,295,51,744
+2020-05-06,275,52,767
+2020-05-07,258,46,779
+2020-05-08,251,47,791
+2020-05-09,239,40,798
+2020-05-10,233,42,801
+2020-05-11,236,44,810
+2020-05-12,230,43,829
+2020-05-13,217,42,850
+2020-05-14,197,37,864
+2020-05-15,183,39,873
+2020-05-16,175,39,884
+2020-05-17,166,36,888
+2020-05-18,169,36,896
+2020-05-19,169,36,896
+2020-05-20,157,33,914
+2020-05-21,150,29,915
+2020-05-22,156,29,922
+2020-05-23,145,24,923
+2020-05-24,148,24,923
+2020-05-25,154,24,926
+2020-05-26,154,18,936
+2020-05-27,149,21,950
+2020-05-28,140,19,959
+2020-05-29,134,18,969
+2020-05-30,123,15,970
+2020-05-31,123,15,973
+2020-06-01,126,17,979
diff --git a/data/inputs/scraped/denmark/2020-04-27/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-04-27/denmark_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/denmark/2020-04-27/denmark_hospitalizations.csv
rename to data/inputs/scraped/denmark_hospitalizations/2020-04-27/denmark_hospitalizations.csv
diff --git a/data/inputs/scraped/denmark/2020-05-01/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-01/denmark_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/denmark/2020-05-01/denmark_hospitalizations.csv
rename to data/inputs/scraped/denmark_hospitalizations/2020-05-01/denmark_hospitalizations.csv
diff --git a/data/inputs/scraped/denmark/2020-05-03/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-03/denmark_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/denmark/2020-05-03/denmark_hospitalizations.csv
rename to data/inputs/scraped/denmark_hospitalizations/2020-05-03/denmark_hospitalizations.csv
diff --git a/data/inputs/scraped/denmark/2020-05-06/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-06/denmark_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/denmark/2020-05-06/denmark_hospitalizations.csv
rename to data/inputs/scraped/denmark_hospitalizations/2020-05-06/denmark_hospitalizations.csv
diff --git a/data/inputs/scraped/denmark/2020-05-19/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-19/denmark_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/denmark/2020-05-19/denmark_hospitalizations.csv
rename to data/inputs/scraped/denmark_hospitalizations/2020-05-19/denmark_hospitalizations.csv
diff --git a/data/inputs/scraped/denmark/2020-05-21/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-20/denmark_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/denmark/2020-05-21/denmark_hospitalizations.csv
rename to data/inputs/scraped/denmark_hospitalizations/2020-05-20/denmark_hospitalizations.csv
diff --git a/data/inputs/scraped/denmark_hospitalizations/2020-05-21/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-21/denmark_hospitalizations.csv
new file mode 100644
index 0000000..5f53bc5
--- /dev/null
+++ b/data/inputs/scraped/denmark_hospitalizations/2020-05-21/denmark_hospitalizations.csv
@@ -0,0 +1,66 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-03-16,62,10,
+2020-03-17,82,18,
+2020-03-18,129,24,
+2020-03-19,153,30,
+2020-03-20,186,37,
+2020-03-21,206,42,
+2020-03-22,232,46,
+2020-03-23,254,55,
+2020-03-24,301,69,
+2020-03-25,350,87,
+2020-03-26,386,94,
+2020-03-27,430,109,
+2020-03-28,459,121,
+2020-03-29,499,131,
+2020-03-30,533,137,
+2020-03-31,529,145,
+2020-04-01,535,146,
+2020-04-02,531,146,
+2020-04-03,516,139,
+2020-04-04,503,138,
+2020-04-05,498,138,
+2020-04-06,497,133,
+2020-04-07,472,127,
+2020-04-08,453,127,
+2020-04-09,433,120,
+2020-04-10,401,113,
+2020-04-11,408,106,
+2020-04-12,396,104,
+2020-04-13,388,100,
+2020-04-14,380,93,
+2020-04-15,362,89,
+2020-04-16,353,92,
+2020-04-17,350,93,
+2020-04-18,317,87,
+2020-04-19,319,84,
+2020-04-20,336,84,
+2020-04-21,335,81,
+2020-04-22,324,80,
+2020-04-23,319,74,
+2020-04-24,320,69,
+2020-04-25,290,70,
+2020-04-26,285,70,
+2020-04-27,310,72,
+2020-04-28,284,66,
+2020-04-29,267,66,
+2020-04-30,255,62,
+2020-05-01,249,61,
+2020-05-02,232,60,
+2020-05-03,243,62,
+2020-05-04,252,57,
+2020-05-05,228,49,39.0
+2020-05-06,209,46,41.0
+2020-05-07,199,43,39.0
+2020-05-08,205,42,35.0
+2020-05-09,194,39,32.0
+2020-05-10,196,40,33.0
+2020-05-11,198,43,33.0
+2020-05-12,177,43,32.0
+2020-05-13,164,37,32.0
+2020-05-14,147,35,28.0
+2020-05-15,137,32,26.0
+2020-05-16,140,28,22.0
+2020-05-17,133,27,21.0
+2020-05-18,144,26,21.0
+2020-05-19,141,25,18.0
diff --git a/data/inputs/scraped/denmark_hospitalizations/2020-05-26/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-26/denmark_hospitalizations.csv
new file mode 100644
index 0000000..c4bf2e5
--- /dev/null
+++ b/data/inputs/scraped/denmark_hospitalizations/2020-05-26/denmark_hospitalizations.csv
@@ -0,0 +1,73 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-03-16,62,10,
+2020-03-17,82,18,
+2020-03-18,129,24,
+2020-03-19,153,30,
+2020-03-20,186,37,
+2020-03-21,206,42,
+2020-03-22,232,46,
+2020-03-23,254,55,
+2020-03-24,301,69,
+2020-03-25,350,87,
+2020-03-26,386,94,
+2020-03-27,430,109,
+2020-03-28,459,121,
+2020-03-29,499,131,
+2020-03-30,533,137,
+2020-03-31,529,145,
+2020-04-01,535,146,
+2020-04-02,531,146,
+2020-04-03,516,139,
+2020-04-04,503,138,
+2020-04-05,498,138,
+2020-04-06,497,133,
+2020-04-07,472,127,
+2020-04-08,453,127,
+2020-04-09,433,120,
+2020-04-10,401,113,
+2020-04-11,408,106,
+2020-04-12,396,104,
+2020-04-13,388,100,
+2020-04-14,380,93,
+2020-04-15,362,89,
+2020-04-16,353,92,
+2020-04-17,350,93,
+2020-04-18,317,87,
+2020-04-19,319,84,
+2020-04-20,336,84,
+2020-04-21,335,81,
+2020-04-22,324,80,
+2020-04-23,319,74,
+2020-04-24,320,69,
+2020-04-25,290,70,
+2020-04-26,285,70,
+2020-04-27,310,72,
+2020-04-28,284,66,
+2020-04-29,267,66,
+2020-04-30,255,62,
+2020-05-01,249,61,
+2020-05-02,232,60,
+2020-05-03,243,62,
+2020-05-04,252,57,
+2020-05-05,228,49,39.0
+2020-05-06,209,46,41.0
+2020-05-07,199,43,39.0
+2020-05-08,205,42,35.0
+2020-05-09,194,39,32.0
+2020-05-10,196,40,33.0
+2020-05-11,198,43,33.0
+2020-05-12,177,43,32.0
+2020-05-13,164,37,32.0
+2020-05-14,147,35,28.0
+2020-05-15,137,32,26.0
+2020-05-16,140,28,22.0
+2020-05-17,133,27,21.0
+2020-05-18,144,26,21.0
+2020-05-19,141,25,18.0
+2020-05-20,127,25,16.0
+2020-05-21,122,23,18.0
+2020-05-22,119,23,19.0
+2020-05-23,118,19,16.0
+2020-05-24,115,21,17.0
+2020-05-25,116,20,16.0
+2020-05-26,112,23,14.0
diff --git a/data/inputs/scraped/denmark_hospitalizations/2020-05-30/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-05-30/denmark_hospitalizations.csv
new file mode 100644
index 0000000..658dc8e
--- /dev/null
+++ b/data/inputs/scraped/denmark_hospitalizations/2020-05-30/denmark_hospitalizations.csv
@@ -0,0 +1,76 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-03-16,62,10,
+2020-03-17,82,18,
+2020-03-18,129,24,
+2020-03-19,153,30,
+2020-03-20,186,37,
+2020-03-21,206,42,
+2020-03-22,232,46,
+2020-03-23,254,55,
+2020-03-24,301,69,
+2020-03-25,350,87,
+2020-03-26,386,94,
+2020-03-27,430,109,
+2020-03-28,459,121,
+2020-03-29,499,131,
+2020-03-30,533,137,
+2020-03-31,529,145,
+2020-04-01,535,146,
+2020-04-02,531,146,
+2020-04-03,516,139,
+2020-04-04,503,138,
+2020-04-05,498,138,
+2020-04-06,497,133,
+2020-04-07,472,127,
+2020-04-08,453,127,
+2020-04-09,433,120,
+2020-04-10,401,113,
+2020-04-11,408,106,
+2020-04-12,396,104,
+2020-04-13,388,100,
+2020-04-14,380,93,
+2020-04-15,362,89,
+2020-04-16,353,92,
+2020-04-17,350,93,
+2020-04-18,317,87,
+2020-04-19,319,84,
+2020-04-20,336,84,
+2020-04-21,335,81,
+2020-04-22,324,80,
+2020-04-23,319,74,
+2020-04-24,320,69,
+2020-04-25,290,70,
+2020-04-26,285,70,
+2020-04-27,310,72,
+2020-04-28,284,66,
+2020-04-29,267,66,
+2020-04-30,255,62,
+2020-05-01,249,61,
+2020-05-02,232,60,
+2020-05-03,243,62,
+2020-05-04,252,57,
+2020-05-05,228,49,39.0
+2020-05-06,209,46,41.0
+2020-05-07,199,43,39.0
+2020-05-08,205,42,35.0
+2020-05-09,194,39,32.0
+2020-05-10,196,40,33.0
+2020-05-11,198,43,33.0
+2020-05-12,177,43,32.0
+2020-05-13,164,37,32.0
+2020-05-14,147,35,28.0
+2020-05-15,137,32,26.0
+2020-05-16,140,28,22.0
+2020-05-17,133,27,21.0
+2020-05-18,144,26,21.0
+2020-05-19,141,25,18.0
+2020-05-20,127,25,16.0
+2020-05-21,122,23,18.0
+2020-05-22,119,23,19.0
+2020-05-23,118,19,16.0
+2020-05-24,115,21,17.0
+2020-05-25,116,20,16.0
+2020-05-26,112,23,14.0
+2020-05-27,107,22,11.0
+2020-05-28,110,20,11.0
+2020-05-29,106,18,10.0
diff --git a/data/inputs/scraped/denmark_hospitalizations/2020-06-02/denmark_hospitalizations.csv b/data/inputs/scraped/denmark_hospitalizations/2020-06-02/denmark_hospitalizations.csv
new file mode 100644
index 0000000..658dc8e
--- /dev/null
+++ b/data/inputs/scraped/denmark_hospitalizations/2020-06-02/denmark_hospitalizations.csv
@@ -0,0 +1,76 @@
+date,hospitalized_current,icu_current,ventilator_current
+2020-03-16,62,10,
+2020-03-17,82,18,
+2020-03-18,129,24,
+2020-03-19,153,30,
+2020-03-20,186,37,
+2020-03-21,206,42,
+2020-03-22,232,46,
+2020-03-23,254,55,
+2020-03-24,301,69,
+2020-03-25,350,87,
+2020-03-26,386,94,
+2020-03-27,430,109,
+2020-03-28,459,121,
+2020-03-29,499,131,
+2020-03-30,533,137,
+2020-03-31,529,145,
+2020-04-01,535,146,
+2020-04-02,531,146,
+2020-04-03,516,139,
+2020-04-04,503,138,
+2020-04-05,498,138,
+2020-04-06,497,133,
+2020-04-07,472,127,
+2020-04-08,453,127,
+2020-04-09,433,120,
+2020-04-10,401,113,
+2020-04-11,408,106,
+2020-04-12,396,104,
+2020-04-13,388,100,
+2020-04-14,380,93,
+2020-04-15,362,89,
+2020-04-16,353,92,
+2020-04-17,350,93,
+2020-04-18,317,87,
+2020-04-19,319,84,
+2020-04-20,336,84,
+2020-04-21,335,81,
+2020-04-22,324,80,
+2020-04-23,319,74,
+2020-04-24,320,69,
+2020-04-25,290,70,
+2020-04-26,285,70,
+2020-04-27,310,72,
+2020-04-28,284,66,
+2020-04-29,267,66,
+2020-04-30,255,62,
+2020-05-01,249,61,
+2020-05-02,232,60,
+2020-05-03,243,62,
+2020-05-04,252,57,
+2020-05-05,228,49,39.0
+2020-05-06,209,46,41.0
+2020-05-07,199,43,39.0
+2020-05-08,205,42,35.0
+2020-05-09,194,39,32.0
+2020-05-10,196,40,33.0
+2020-05-11,198,43,33.0
+2020-05-12,177,43,32.0
+2020-05-13,164,37,32.0
+2020-05-14,147,35,28.0
+2020-05-15,137,32,26.0
+2020-05-16,140,28,22.0
+2020-05-17,133,27,21.0
+2020-05-18,144,26,21.0
+2020-05-19,141,25,18.0
+2020-05-20,127,25,16.0
+2020-05-21,122,23,18.0
+2020-05-22,119,23,19.0
+2020-05-23,118,19,16.0
+2020-05-24,115,21,17.0
+2020-05-25,116,20,16.0
+2020-05-26,112,23,14.0
+2020-05-27,107,22,11.0
+2020-05-28,110,20,11.0
+2020-05-29,106,18,10.0
diff --git a/data/inputs/scraped/ireland/2020-04-19/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-04-19/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-04-19/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-04-19/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland/2020-04-27/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-04-27/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-04-27/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-04-27/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland/2020-05-01/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-01/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-05-01/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-05-01/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland/2020-05-03/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-03/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-05-03/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-05-03/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland/2020-05-06/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-06/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-05-06/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-05-06/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland/2020-05-19/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-19/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-05-19/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-05-19/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland/2020-05-21/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-20/ireland_hospitalizations.csv
similarity index 100%
rename from data/inputs/scraped/ireland/2020-05-21/ireland_hospitalizations.csv
rename to data/inputs/scraped/ireland_hospitalizations/2020-05-20/ireland_hospitalizations.csv
diff --git a/data/inputs/scraped/ireland_hospitalizations/2020-05-21/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-21/ireland_hospitalizations.csv
new file mode 100644
index 0000000..dfaf2a3
--- /dev/null
+++ b/data/inputs/scraped/ireland_hospitalizations/2020-05-21/ireland_hospitalizations.csv
@@ -0,0 +1,64 @@
+date,hospitalized_cumulative,icu_cumulative
+2020-03-16,84,6
+2020-03-17,108,7
+2020-03-18,140,12
+2020-03-19,173,13
+2020-03-20,211,17
+2020-03-21,239,25
+2020-03-22,277,36
+2020-03-23,305,39
+2020-03-24,340,47
+2020-03-25,419,59
+2020-03-26,489,67
+2020-03-27,564,77
+2020-03-28,645,84
+2020-03-29,703,113
+2020-03-30,834,126
+2020-03-31,932,134
+2020-04-01,1039,148
+2020-04-02,1118,158
+2020-04-03,1203,165
+2020-04-04,1265,169
+2020-04-05,1345,194
+2020-04-06,1472,224
+2020-04-07,1521,230
+2020-04-08,1631,233
+2020-04-09,1718,253
+2020-04-10,1777,261
+2020-04-11,1849,268
+2020-04-12,1903,276
+2020-04-13,1968,280
+2020-04-14,2026,284
+2020-04-15,2082,296
+2020-04-16,2168,296
+2020-04-17,2233,303
+2020-04-18,2272,306
+2020-04-19,2323,315
+2020-04-20,2387,322
+2020-04-21,2424,331
+2020-04-22,2486,338
+2020-04-23,2536,344
+2020-04-24,2576,349
+2020-04-25,2625,353
+2020-04-26,2638,356
+2020-04-27,2669,356
+2020-04-28,2709,360
+2020-04-29,2768,367
+2020-04-30,2785,368
+2020-05-01,2825,363
+2020-05-02,2840,364
+2020-05-03,2879,369
+2020-05-04,2878,373
+2020-05-05,2891,373
+2020-05-06,2915,373
+2020-05-07,2954,381
+2020-05-08,2986,383
+2020-05-09,2998,383
+2020-05-10,3031,386
+2020-05-11,3050,387
+2020-05-12,3053,387
+2020-05-13,3062,387
+2020-05-14,3092,389
+2020-05-15,3117,389
+2020-05-16,3127,390
+2020-05-17,3143,390
diff --git a/data/inputs/scraped/ireland_hospitalizations/2020-05-26/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-26/ireland_hospitalizations.csv
new file mode 100644
index 0000000..6d146bb
--- /dev/null
+++ b/data/inputs/scraped/ireland_hospitalizations/2020-05-26/ireland_hospitalizations.csv
@@ -0,0 +1,71 @@
+date,hospitalized_cumulative,icu_cumulative
+2020-03-16,84,6
+2020-03-17,108,7
+2020-03-18,140,12
+2020-03-19,173,13
+2020-03-20,211,17
+2020-03-21,239,25
+2020-03-22,277,36
+2020-03-23,305,39
+2020-03-24,340,47
+2020-03-25,419,59
+2020-03-26,489,67
+2020-03-27,564,77
+2020-03-28,645,84
+2020-03-29,703,113
+2020-03-30,834,126
+2020-03-31,932,134
+2020-04-01,1039,148
+2020-04-02,1118,158
+2020-04-03,1203,165
+2020-04-04,1265,169
+2020-04-05,1345,194
+2020-04-06,1472,224
+2020-04-07,1521,230
+2020-04-08,1631,233
+2020-04-09,1718,253
+2020-04-10,1777,261
+2020-04-11,1849,268
+2020-04-12,1903,276
+2020-04-13,1968,280
+2020-04-14,2026,284
+2020-04-15,2082,296
+2020-04-16,2168,296
+2020-04-17,2233,303
+2020-04-18,2272,306
+2020-04-19,2323,315
+2020-04-20,2387,322
+2020-04-21,2424,331
+2020-04-22,2486,338
+2020-04-23,2536,344
+2020-04-24,2576,349
+2020-04-25,2625,353
+2020-04-26,2638,356
+2020-04-27,2669,356
+2020-04-28,2709,360
+2020-04-29,2768,367
+2020-04-30,2785,368
+2020-05-01,2825,363
+2020-05-02,2840,364
+2020-05-03,2879,369
+2020-05-04,2878,373
+2020-05-05,2891,373
+2020-05-06,2915,373
+2020-05-07,2954,381
+2020-05-08,2986,383
+2020-05-09,2998,383
+2020-05-10,3031,386
+2020-05-11,3050,387
+2020-05-12,3053,387
+2020-05-13,3062,387
+2020-05-14,3092,389
+2020-05-15,3117,389
+2020-05-16,3127,390
+2020-05-17,3143,390
+2020-05-18,3164,392
+2020-05-19,3183,393
+2020-05-20,3194,393
+2020-05-21,3211,393
+2020-05-22,3222,394
+2020-05-23,3225,394
+2020-05-24,3233,296
diff --git a/data/inputs/scraped/ireland_hospitalizations/2020-05-30/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-05-30/ireland_hospitalizations.csv
new file mode 100644
index 0000000..49ab213
--- /dev/null
+++ b/data/inputs/scraped/ireland_hospitalizations/2020-05-30/ireland_hospitalizations.csv
@@ -0,0 +1,76 @@
+date,hospitalized_cumulative,icu_cumulative
+2020-03-16,84,6
+2020-03-17,108,7
+2020-03-18,140,12
+2020-03-19,173,13
+2020-03-20,211,17
+2020-03-21,239,25
+2020-03-22,277,36
+2020-03-23,305,39
+2020-03-24,340,47
+2020-03-25,419,59
+2020-03-26,489,67
+2020-03-27,564,77
+2020-03-28,645,84
+2020-03-29,703,113
+2020-03-30,834,126
+2020-03-31,932,134
+2020-04-01,1039,148
+2020-04-02,1118,158
+2020-04-03,1203,165
+2020-04-04,1265,169
+2020-04-05,1345,194
+2020-04-06,1472,224
+2020-04-07,1521,230
+2020-04-08,1631,233
+2020-04-09,1718,253
+2020-04-10,1777,261
+2020-04-11,1849,268
+2020-04-12,1903,276
+2020-04-13,1968,280
+2020-04-14,2026,284
+2020-04-15,2082,296
+2020-04-16,2168,296
+2020-04-17,2233,303
+2020-04-18,2272,306
+2020-04-19,2323,315
+2020-04-20,2387,322
+2020-04-21,2424,331
+2020-04-22,2486,338
+2020-04-23,2536,344
+2020-04-24,2576,349
+2020-04-25,2625,353
+2020-04-26,2638,356
+2020-04-27,2669,356
+2020-04-28,2709,360
+2020-04-29,2768,367
+2020-04-30,2785,368
+2020-05-01,2825,363
+2020-05-02,2840,364
+2020-05-03,2879,369
+2020-05-04,2878,373
+2020-05-05,2891,373
+2020-05-06,2915,373
+2020-05-07,2954,381
+2020-05-08,2986,383
+2020-05-09,2998,383
+2020-05-10,3031,386
+2020-05-11,3050,387
+2020-05-12,3053,387
+2020-05-13,3062,387
+2020-05-14,3092,389
+2020-05-15,3117,389
+2020-05-16,3127,390
+2020-05-17,3143,390
+2020-05-18,3164,392
+2020-05-19,3183,393
+2020-05-20,3194,393
+2020-05-21,3211,393
+2020-05-22,3222,394
+2020-05-23,3225,394
+2020-05-24,3233,395
+2020-05-25,3251,399
+2020-05-26,3267,404
+2020-05-27,3270,404
+2020-05-28,3279,408
+2020-05-29,3283,408
diff --git a/data/inputs/scraped/ireland_hospitalizations/2020-06-02/ireland_hospitalizations.csv b/data/inputs/scraped/ireland_hospitalizations/2020-06-02/ireland_hospitalizations.csv
new file mode 100644
index 0000000..922d718
--- /dev/null
+++ b/data/inputs/scraped/ireland_hospitalizations/2020-06-02/ireland_hospitalizations.csv
@@ -0,0 +1,78 @@
+date,hospitalized_cumulative,icu_cumulative
+2020-03-16,84,6
+2020-03-17,108,7
+2020-03-18,140,12
+2020-03-19,173,13
+2020-03-20,211,17
+2020-03-21,239,25
+2020-03-22,277,36
+2020-03-23,305,39
+2020-03-24,340,47
+2020-03-25,419,59
+2020-03-26,489,67
+2020-03-27,564,77
+2020-03-28,645,84
+2020-03-29,703,113
+2020-03-30,834,126
+2020-03-31,932,134
+2020-04-01,1039,148
+2020-04-02,1118,158
+2020-04-03,1203,165
+2020-04-04,1265,169
+2020-04-05,1345,194
+2020-04-06,1472,224
+2020-04-07,1521,230
+2020-04-08,1631,233
+2020-04-09,1718,253
+2020-04-10,1777,261
+2020-04-11,1849,268
+2020-04-12,1903,276
+2020-04-13,1968,280
+2020-04-14,2026,284
+2020-04-15,2082,296
+2020-04-16,2168,296
+2020-04-17,2233,303
+2020-04-18,2272,306
+2020-04-19,2323,315
+2020-04-20,2387,322
+2020-04-21,2424,331
+2020-04-22,2486,338
+2020-04-23,2536,344
+2020-04-24,2576,349
+2020-04-25,2625,353
+2020-04-26,2638,356
+2020-04-27,2669,356
+2020-04-28,2709,360
+2020-04-29,2768,367
+2020-04-30,2785,368
+2020-05-01,2825,363
+2020-05-02,2840,364
+2020-05-03,2879,369
+2020-05-04,2878,373
+2020-05-05,2891,373
+2020-05-06,2915,373
+2020-05-07,2954,381
+2020-05-08,2986,383
+2020-05-09,2998,383
+2020-05-10,3031,386
+2020-05-11,3050,387
+2020-05-12,3053,387
+2020-05-13,3062,387
+2020-05-14,3092,389
+2020-05-15,3117,389
+2020-05-16,3127,390
+2020-05-17,3143,390
+2020-05-18,3164,392
+2020-05-19,3183,393
+2020-05-20,3194,393
+2020-05-21,3211,393
+2020-05-22,3222,394
+2020-05-23,3225,394
+2020-05-24,3233,395
+2020-05-25,3251,399
+2020-05-26,3267,404
+2020-05-27,3270,404
+2020-05-28,3279,408
+2020-05-29,3283,408
+2020-05-30,3286,408
+2020-05-31,3292,408
diff --git a/data/inputs/scraped/ireland_hospitalizations/LICENSE b/data/inputs/scraped/ireland_hospitalizations/LICENSE
new file mode 100644
index 0000000..604209a
--- /dev/null
+++ b/data/inputs/scraped/ireland_hospitalizations/LICENSE
@@ -0,0 +1,359 @@
+Creative Commons Legal Code
+
+Attribution-ShareAlike 3.0 Unported
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+ DAMAGES RESULTING FROM ITS USE.
+
+License
+
+THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+
+BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+CONDITIONS.
+
+1. Definitions
+
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation,
+ derivative work, arrangement of music or other alterations of a
+ literary or artistic work, or phonogram or performance and includes
+ cinematographic adaptations or any other form in which the Work may be
+ recast, transformed, or adapted including in any form recognizably
+ derived from the original, except that a work that constitutes a
+ Collection will not be considered an Adaptation for the purpose of
+ this License. For the avoidance of doubt, where the Work is a musical
+ work, performance or phonogram, the synchronization of the Work in
+ timed-relation with a moving image ("synching") will be considered an
+ Adaptation for the purpose of this License.
+ b. "Collection" means a collection of literary or artistic works, such as
+ encyclopedias and anthologies, or performances, phonograms or
+ broadcasts, or other works or subject matter other than works listed
+ in Section 1(f) below, which, by reason of the selection and
+ arrangement of their contents, constitute intellectual creations, in
+ which the Work is included in its entirety in unmodified form along
+ with one or more other contributions, each constituting separate and
+ independent works in themselves, which together are assembled into a
+ collective whole. A work that constitutes a Collection will not be
+ considered an Adaptation (as defined below) for the purposes of this
+ License.
+ c. "Creative Commons Compatible License" means a license that is listed
+ at https://creativecommons.org/compatiblelicenses that has been
+ approved by Creative Commons as being essentially equivalent to this
+ License, including, at a minimum, because that license: (i) contains
+ terms that have the same purpose, meaning and effect as the License
+ Elements of this License; and, (ii) explicitly permits the relicensing
+ of adaptations of works made available under that license under this
+ License or a Creative Commons jurisdiction license with the same
+ License Elements as this License.
+ d. "Distribute" means to make available to the public the original and
+ copies of the Work or Adaptation, as appropriate, through sale or
+ other transfer of ownership.
+ e. "License Elements" means the following high-level license attributes
+ as selected by Licensor and indicated in the title of this License:
+ Attribution, ShareAlike.
+ f. "Licensor" means the individual, individuals, entity or entities that
+ offer(s) the Work under the terms of this License.
+ g. "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work
+ or if no individual or entity can be identified, the publisher; and in
+ addition (i) in the case of a performance the actors, singers,
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
+ play in, interpret or otherwise perform literary or artistic works or
+ expressions of folklore; (ii) in the case of a phonogram the producer
+ being the person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of broadcasts, the
+ organization that transmits the broadcast.
+ h. "Work" means the literary and/or artistic work offered under the terms
+ of this License including without limitation any production in the
+ literary, scientific and artistic domain, whatever may be the mode or
+ form of its expression including digital form, such as a book,
+ pamphlet and other writing; a lecture, address, sermon or other work
+ of the same nature; a dramatic or dramatico-musical work; a
+ choreographic work or entertainment in dumb show; a musical
+ composition with or without words; a cinematographic work to which are
+ assimilated works expressed by a process analogous to cinematography;
+ a work of drawing, painting, architecture, sculpture, engraving or
+ lithography; a photographic work to which are assimilated works
+ expressed by a process analogous to photography; a work of applied
+ art; an illustration, map, plan, sketch or three-dimensional work
+ relative to geography, topography, architecture or science; a
+ performance; a broadcast; a phonogram; a compilation of data to the
+ extent it is protected as a copyrightable work; or a work performed by
+ a variety or circus performer to the extent it is not otherwise
+ considered a literary or artistic work.
+ i. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation.
+ j. "Publicly Perform" means to perform public recitations of the Work and
+ to communicate to the public those public recitations, by any means or
+ process, including by wire or wireless means or public digital
+ performances; to make available to the public Works in such a way that
+ members of the public may access these Works from a place and at a
+ place individually chosen by them; to perform the Work to the public
+ by any means or process and the communication to the public of the
+ performances of the Work, including by public digital performance; to
+ broadcast and rebroadcast the Work by any means including signs,
+ sounds or images.
+ k. "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of
+ fixation and reproducing fixations of the Work, including storage of a
+ protected performance or phonogram in digital form or other electronic
+ medium.
+
+2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+limit, or restrict any uses free from copyright or rights arising from
+limitations or exceptions that are provided for in connection with the
+copyright protection under copyright law or other applicable laws.
+
+3. License Grant. Subject to the terms and conditions of this License,
+Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+perpetual (for the duration of the applicable copyright) license to
+exercise the rights in the Work as stated below:
+
+ a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections;
+ b. to create and Reproduce Adaptations provided that any such Adaptation,
+ including any translation in any medium, takes reasonable steps to
+ clearly label, demarcate or otherwise identify that changes were made
+ to the original Work. For example, a translation could be marked "The
+ original work was translated from English to Spanish," or a
+ modification could indicate "The original work has been modified.";
+ c. to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and,
+ d. to Distribute and Publicly Perform Adaptations.
+ e. For the avoidance of doubt:
+
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or
+ compulsory licensing scheme cannot be waived, the Licensor
+ reserves the exclusive right to collect such royalties for any
+ exercise by You of the rights granted under this License;
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or
+ compulsory licensing scheme can be waived, the Licensor waives the
+ exclusive right to collect such royalties for any exercise by You
+ of the rights granted under this License; and,
+ iii. Voluntary License Schemes. The Licensor waives the right to
+ collect royalties, whether individually or, in the event that the
+ Licensor is a member of a collecting society that administers
+ voluntary licensing schemes, via that society, from any exercise
+ by You of the rights granted under this License.
+
+The above rights may be exercised in all media and formats whether now
+known or hereafter devised. The above rights include the right to make
+such modifications as are technically necessary to exercise the rights in
+other media and formats. Subject to Section 8(f), all rights not expressly
+granted by Licensor are hereby reserved.
+
+4. Restrictions. The license granted in Section 3 above is expressly made
+subject to and limited by the following restrictions:
+
+ a. You may Distribute or Publicly Perform the Work only under the terms
+ of this License. You must include a copy of, or the Uniform Resource
+ Identifier (URI) for, this License with every copy of the Work You
+ Distribute or Publicly Perform. You may not offer or impose any terms
+ on the Work that restrict the terms of this License or the ability of
+ the recipient of the Work to exercise the rights granted to that
+ recipient under the terms of the License. You may not sublicense the
+ Work. You must keep intact all notices that refer to this License and
+ to the disclaimer of warranties with every copy of the Work You
+ Distribute or Publicly Perform. When You Distribute or Publicly
+ Perform the Work, You may not impose any effective technological
+ measures on the Work that restrict the ability of a recipient of the
+ Work from You to exercise the rights granted to that recipient under
+ the terms of the License. This Section 4(a) applies to the Work as
+ incorporated in a Collection, but this does not require the Collection
+ apart from the Work itself to be made subject to the terms of this
+ License. If You create a Collection, upon notice from any Licensor You
+ must, to the extent practicable, remove from the Collection any credit
+ as required by Section 4(c), as requested. If You create an
+ Adaptation, upon notice from any Licensor You must, to the extent
+ practicable, remove from the Adaptation any credit as required by
+ Section 4(c), as requested.
+ b. You may Distribute or Publicly Perform an Adaptation only under the
+ terms of: (i) this License; (ii) a later version of this License with
+ the same License Elements as this License; (iii) a Creative Commons
+ jurisdiction license (either this or a later license version) that
+ contains the same License Elements as this License (e.g.,
+ Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
+ License. If you license the Adaptation under one of the licenses
+ mentioned in (iv), you must comply with the terms of that license. If
+ you license the Adaptation under the terms of any of the licenses
+ mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
+ comply with the terms of the Applicable License generally and the
+ following provisions: (I) You must include a copy of, or the URI for,
+ the Applicable License with every copy of each Adaptation You
+ Distribute or Publicly Perform; (II) You may not offer or impose any
+ terms on the Adaptation that restrict the terms of the Applicable
+ License or the ability of the recipient of the Adaptation to exercise
+ the rights granted to that recipient under the terms of the Applicable
+ License; (III) You must keep intact all notices that refer to the
+ Applicable License and to the disclaimer of warranties with every copy
+ of the Work as included in the Adaptation You Distribute or Publicly
+ Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
+ You may not impose any effective technological measures on the
+ Adaptation that restrict the ability of a recipient of the Adaptation
+ from You to exercise the rights granted to that recipient under the
+ terms of the Applicable License. This Section 4(b) applies to the
+ Adaptation as incorporated in a Collection, but this does not require
+ the Collection apart from the Adaptation itself to be made subject to
+ the terms of the Applicable License.
+ c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to
+ Section 4(a), keep intact all copyright notices for the Work and
+ provide, reasonable to the medium or means You are utilizing: (i) the
+ name of the Original Author (or pseudonym, if applicable) if supplied,
+ and/or if the Original Author and/or Licensor designate another party
+ or parties (e.g., a sponsor institute, publishing entity, journal) for
+ attribution ("Attribution Parties") in Licensor's copyright notice,
+ terms of service or by other reasonable means, the name of such party
+ or parties; (ii) the title of the Work if supplied; (iii) to the
+ extent reasonably practicable, the URI, if any, that Licensor
+ specifies to be associated with the Work, unless such URI does not
+ refer to the copyright notice or licensing information for the Work;
+ and (iv) , consistent with Ssection 3(b), in the case of an
+ Adaptation, a credit identifying the use of the Work in the Adaptation
+ (e.g., "French translation of the Work by Original Author," or
+ "Screenplay based on original Work by Original Author"). The credit
+ required by this Section 4(c) may be implemented in any reasonable
+ manner; provided, however, that in the case of a Adaptation or
+ Collection, at a minimum such credit will appear, if a credit for all
+ contributing authors of the Adaptation or Collection appears, then as
+ part of these credits and in a manner at least as prominent as the
+ credits for the other contributing authors. For the avoidance of
+ doubt, You may only use the credit required by this Section for the
+ purpose of attribution in the manner set out above and, by exercising
+ Your rights under this License, You may not implicitly or explicitly
+ assert or imply any connection with, sponsorship or endorsement by the
+ Original Author, Licensor and/or Attribution Parties, as appropriate,
+ of You or Your use of the Work, without the separate, express prior
+ written permission of the Original Author, Licensor and/or Attribution
+ Parties.
+ d. Except as otherwise agreed in writing by the Licensor or as may be
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
+ Publicly Perform the Work either by itself or as part of any
+ Adaptations or Collections, You must not distort, mutilate, modify or
+ take other derogatory action in relation to the Work which would be
+ prejudicial to the Original Author's honor or reputation. Licensor
+ agrees that in those jurisdictions (e.g. Japan), in which any exercise
+ of the right granted in Section 3(b) of this License (the right to
+ make Adaptations) would be deemed to be a distortion, mutilation,
+ modification or other derogatory action prejudicial to the Original
+ Author's honor and reputation, the Licensor will waive or not assert,
+ as appropriate, this Section, to the fullest extent permitted by the
+ applicable national law, to enable You to reasonably exercise Your
+ right under Section 3(b) of this License (right to make Adaptations)
+ but not otherwise.
+
+5. Representations, Warranties and Disclaimer
+
+UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
+KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
+OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+
+6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. Termination
+
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Adaptations or Collections
+ from You under this License, however, will not have their licenses
+ terminated provided such individuals or entities remain in full
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+ survive any termination of this License.
+ b. Subject to the above terms and conditions, the license granted here is
+ perpetual (for the duration of the applicable copyright in the Work).
+ Notwithstanding the above, Licensor reserves the right to release the
+ Work under different license terms or to stop distributing the Work at
+ any time; provided, however that any such election will not serve to
+ withdraw this License (or any other license that has been, or is
+ required to be, granted under the terms of this License), and this
+ License will continue in full force and effect unless terminated as
+ stated above.
+
+8. Miscellaneous
+
+ a. Each time You Distribute or Publicly Perform the Work or a Collection,
+ the Licensor offers to the recipient a license to the Work on the same
+ terms and conditions as the license granted to You under this License.
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same
+ terms and conditions as the license granted to You under this License.
+ c. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further action
+ by the parties to this agreement, such provision shall be reformed to
+ the minimum extent necessary to make such provision valid and
+ enforceable.
+ d. No term or provision of this License shall be deemed waived and no
+ breach consented to unless such waiver or consent shall be in writing
+ and signed by the party to be charged with such waiver or consent.
+ e. This License constitutes the entire agreement between the parties with
+ respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that
+ may appear in any communication from You. This License may not be
+ modified without the mutual written agreement of the Licensor and You.
+ f. The rights granted under, and the subject matter referenced, in this
+ License were drafted utilizing the terminology of the Berne Convention
+ for the Protection of Literary and Artistic Works (as amended on
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
+ and the Universal Copyright Convention (as revised on July 24, 1971).
+ These rights and subject matter take effect in the relevant
+ jurisdiction in which the License terms are sought to be enforced
+ according to the corresponding provisions of the implementation of
+ those treaty provisions in the applicable national law. If the
+ standard suite of rights granted under applicable copyright law
+ includes additional rights not granted under this License, such
+ additional rights are deemed to be included in the License; this
+ License is not intended to restrict the license of any rights under
+ applicable law.
+
+
+Creative Commons Notice
+
+ Creative Commons is not a party to this License, and makes no warranty
+ whatsoever in connection with the Work. Creative Commons will not be
+ liable to You or any party on any legal theory for any damages
+ whatsoever, including without limitation any general, special,
+ incidental or consequential damages arising in connection to this
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
+ Commons has expressly identified itself as the Licensor hereunder, it
+ shall have all rights and obligations of Licensor.
+
+ Except for the limited purpose of indicating to the public that the
+ Work is licensed under the CCPL, Creative Commons does not authorize
+ the use by either party of the trademark "Creative Commons" or any
+ related trademark or logo of Creative Commons without the prior
+ written consent of Creative Commons. Any permitted use will be in
+ compliance with Creative Commons' then-current trademark usage
+ guidelines, as may be published on its website or otherwise made
+ available upon request from time to time. For the avoidance of doubt,
+ this trademark restriction does not form part of the License.
+
+ Creative Commons may be contacted at https://creativecommons.org/.
diff --git a/data/inputs/static/locations/regions/united_kingdom_countries.csv b/data/inputs/static/locations/regions/united_kingdom_countries.csv
index f7b4f7d..a98bdb1 100644
--- a/data/inputs/static/locations/regions/united_kingdom_countries.csv
+++ b/data/inputs/static/locations/regions/united_kingdom_countries.csv
@@ -1,5 +1,5 @@
country_iso_3,region_level,iso_3166-2,region_name,population,region_code,parent_region_code,region_code_type,region_code_level,level_1_region_code,level_2_region_code,level_3_region_code
GBR,country,GB-ENG,England,55977178,GB-ENG,GBR,iso_3166-2,2,GBR,GB-ENG,None
-GBR,province,GB-NIR,Northern Ireland,1881641,GB-NIR,GBR,iso_3166-3,2,GBR,GB-NIR,None
-GBR,country,GB-SCT,Scotland,5438100,GB-SCT,GBR,iso_3166-4,2,GBR,GB-SCT,None
-GBR,country,GB-WLS,Wales,3138631,GB-WLS,GBR,iso_3166-5,2,GBR,GB-WLS,None
\ No newline at end of file
+GBR,province,GB-NIR,Northern Ireland,1881641,GB-NIR,GBR,iso_3166-2,2,GBR,GB-NIR,None
+GBR,country,GB-SCT,Scotland,5438100,GB-SCT,GBR,iso_3166-2,2,GBR,GB-SCT,None
+GBR,country,GB-WLS,Wales,3138631,GB-WLS,GBR,iso_3166-2,2,GBR,GB-WLS,None
diff --git a/data/inputs/static/locations/regions/united_kingdom_hospitalizations.csv b/data/inputs/static/locations/regions/united_kingdom_hospitalizations.csv
index 12e7063..9552eb4 100644
--- a/data/inputs/static/locations/regions/united_kingdom_hospitalizations.csv
+++ b/data/inputs/static/locations/regions/united_kingdom_hospitalizations.csv
@@ -1,11 +1,12 @@
-region_code,level_1_region_code,region_level,parent_region_code,region_code_level,level_2_region_code,region_name,population
-GB-ENG-EOE,GBR,region,GB-ENG,3,GB-ENG,East of England,
-GB-ENG-LON,GBR,region,GB-ENG,3,GB-ENG,London,
-GB-ENG-MID,GBR,region,GB-ENG,3,GB-ENG,Midlands,
-GB-ENG-NEY,GBR,region,GB-ENG,3,GB-ENG,North East & Yorkshire,
-GB-ENG-NW,GBR,region,GB-ENG,3,GB-ENG,North West,
-GB-ENG-SE,GBR,region,GB-ENG,3,GB-ENG,South East,
-GB-ENG-SW,GBR,region,GB-ENG,3,GB-ENG,South West,
-GB-NIR,GBR,province,GBR,2,GB-NIR,Northern Ireland,1881641
-GB-SCT,GBR,country,GBR,2,GB-SCT,Scotland,5438100
-GB-WLS,GBR,country,GBR,2,GB-WLS,Wales,3138631
+region_code,level_1_region_code,region_level,parent_region_code,region_code_level,level_2_region_code,level_3_region_code,region_code_type,region_name,population
+GB-ENG-EOE,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-EOE,None,East of England,
+GB-ENG-LON,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-LON,None,London,
+GB-ENG-MID,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-MID,None,Midlands,
+GB-ENG-NEY,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-NEY,None,North East & Yorkshire,
+GB-ENG-NW,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-NW,None,North West,
+GB-ENG-SE,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-SE,None,South East,
+GB-ENG-SW,GBR,region,GB-ENG,3,GB-ENG,GB-ENG-SW,None,South West,
+GB-ENG,GBR,country,GBR,2,GB-ENG,,iso_3166-2,England,
+GB-NIR,GBR,province,GBR,2,GB-NIR,,iso_3166-2,Northern Ireland,1881641
+GB-SCT,GBR,country,GBR,2,GB-SCT,,iso_3166-2,Scotland,5438100
+GB-WLS,GBR,country,GBR,2,GB-WLS,,iso_3166-2,Wales,3138631
diff --git a/docs/about.md b/docs/about.md
index a949612..76f0c0d 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -36,17 +36,11 @@ Before adding a new data source, we go through an internal approval within Googl
##### 1. Register new data types in `src/config/data.yaml`:
* If the source includes a data type that isn't yet included in the data schema, register the data type in the schema by adding an entry to `src/config/data.yaml`.
-##### 2. Add the source to `src/config/sources.yaml`:
+##### 2. Add a new yaml file to `src/config/sources`.
* Specify the `fetch` parameters:
* `source_url`: where to download the data
- * `automatic_download`: True if the `source_url` is a stable endpoint
- * `scraped`: True if requires human scraping of the data
-
-* Specify the `path` where the data lives in the `data` directory:
- * `dir`: directory for this data source
+ * `method`: one of `AUTOMATIC_DOWNLOAD`, `MANUAL_DOWNLOAD`, `SCRAPED`, `STATIC`
* `file`: filename for the data source
- * `find_recent`: True if the data requires updating, False for static/auxiliary files
-
* Specify the `load` parameters.
* `function`: which function in `load_functions.py` to use to load the data. Most data sources can be loaded with `default_load_function`, but some data sources will have formatting that requires implementing a new function in `load_functions.py`.
* `read`: data sources are read using the `pandas.read_csv()` or `pandas.read_excel()` functions. The `read` field accepts key/val parameters that are passed to the appropriate pandas read function.
@@ -59,14 +53,12 @@ Before adding a new data source, we go through an internal approval within Googl
* `mapping_keys`: takes key/value fields where the key is the column in the mapping file, and the value is the string name of the column in the original data source.
* Specify the `data` parameters:
* These parameters follow the data schema specified in `src/config/data.yaml`, where the keys come from the data schema and the values are the column name in the original data source for the corresponding data.
-* Specify the `approved` field: set to True after the data source has been approved
-
-
-##### 3. Add to `src/config/docs.yaml`:
-* This file contains the source, attribution, and licensing information required to generate the data source section of the README, as well as the LICENSE file.
-* The key in this yaml file should be the same as the key in `src/config/docs.yaml`, and the fields for the existing data sources serve as an example of what to include.
+* Specify the `attribution` parameters. These are used to generate the data source section of the README. The fields for existing data sources serve as an example of what to include.
+* Specify the `license` parameters. These are used to generate the LICENSE file. The fields for existing data sources serve as an example of what to include.
+* Specify the `cc-by-sa` field: we produce two aggregated csv files, one is licensed under `CC-BY` and the other is under `CC-BY-SA`. This field determines whether this data can be included in the `CC-BY` file.
+* Specify the `approved` field: set to `True` after the data source has been approved.
-##### 4. Update docs and licenses:
-* Run `src/scripts/generate_source_docs.py` to update `docs/sources.md` with the new data source.
+##### 3. Update docs and licenses:
+* Run `src/scripts/generate_source_docs.py` to update `docs/sources_cc_by_sa.md` with the new data source.
* Run `src/scripts/generate_readme.py` to update the `README.md` at the root of the repo.
-* Run `src/scripts/generate_license_file.py` to update the `LICENSE` file at the root of the repo.
+* Run `src/scripts/export_aggregated_licenses.py` to update the `LICENSE` files in `data/exports`.
diff --git a/docs/license_files/apache-2.0 b/docs/license_files/apache-2.0
new file mode 100644
index 0000000..b09cd78
--- /dev/null
+++ b/docs/license_files/apache-2.0
@@ -0,0 +1,201 @@
+Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/docs/license_files/cc-by-4.0 b/docs/license_files/cc-by-4.0
new file mode 100644
index 0000000..10fabd9
--- /dev/null
+++ b/docs/license_files/cc-by-4.0
@@ -0,0 +1,395 @@
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution 4.0 International Public License ("Public License"). To the
+extent this Public License may be interpreted as a contract, You are
+granted the Licensed Rights in consideration of Your acceptance of
+these terms and conditions, and the Licensor grants You such rights in
+consideration of benefits the Licensor receives from making the
+Licensed Material available under these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ d. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ f. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ g. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ h. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ i. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ j. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ k. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ 4. If You Share Adapted Material You produce, the Adapter's
+ License You apply must not prevent recipients of the Adapted
+ Material from complying with this Public License.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material; and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public licenses.
+Notwithstanding, Creative Commons may elect to apply one of its public
+licenses to material it publishes and in those instances will be
+considered the “Licensor.” The text of the Creative Commons public
+licenses is dedicated to the public domain under the CC0 Public Domain
+Dedication. Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the public
+licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/docs/license_files/cc-by-sa-3.0 b/docs/license_files/cc-by-sa-3.0
new file mode 100644
index 0000000..604209a
--- /dev/null
+++ b/docs/license_files/cc-by-sa-3.0
@@ -0,0 +1,359 @@
+Creative Commons Legal Code
+
+Attribution-ShareAlike 3.0 Unported
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+ DAMAGES RESULTING FROM ITS USE.
+
+License
+
+THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+
+BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+CONDITIONS.
+
+1. Definitions
+
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation,
+ derivative work, arrangement of music or other alterations of a
+ literary or artistic work, or phonogram or performance and includes
+ cinematographic adaptations or any other form in which the Work may be
+ recast, transformed, or adapted including in any form recognizably
+ derived from the original, except that a work that constitutes a
+ Collection will not be considered an Adaptation for the purpose of
+ this License. For the avoidance of doubt, where the Work is a musical
+ work, performance or phonogram, the synchronization of the Work in
+ timed-relation with a moving image ("synching") will be considered an
+ Adaptation for the purpose of this License.
+ b. "Collection" means a collection of literary or artistic works, such as
+ encyclopedias and anthologies, or performances, phonograms or
+ broadcasts, or other works or subject matter other than works listed
+ in Section 1(f) below, which, by reason of the selection and
+ arrangement of their contents, constitute intellectual creations, in
+ which the Work is included in its entirety in unmodified form along
+ with one or more other contributions, each constituting separate and
+ independent works in themselves, which together are assembled into a
+ collective whole. A work that constitutes a Collection will not be
+ considered an Adaptation (as defined below) for the purposes of this
+ License.
+ c. "Creative Commons Compatible License" means a license that is listed
+ at https://creativecommons.org/compatiblelicenses that has been
+ approved by Creative Commons as being essentially equivalent to this
+ License, including, at a minimum, because that license: (i) contains
+ terms that have the same purpose, meaning and effect as the License
+ Elements of this License; and, (ii) explicitly permits the relicensing
+ of adaptations of works made available under that license under this
+ License or a Creative Commons jurisdiction license with the same
+ License Elements as this License.
+ d. "Distribute" means to make available to the public the original and
+ copies of the Work or Adaptation, as appropriate, through sale or
+ other transfer of ownership.
+ e. "License Elements" means the following high-level license attributes
+ as selected by Licensor and indicated in the title of this License:
+ Attribution, ShareAlike.
+ f. "Licensor" means the individual, individuals, entity or entities that
+ offer(s) the Work under the terms of this License.
+ g. "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work
+ or if no individual or entity can be identified, the publisher; and in
+ addition (i) in the case of a performance the actors, singers,
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
+ play in, interpret or otherwise perform literary or artistic works or
+ expressions of folklore; (ii) in the case of a phonogram the producer
+ being the person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of broadcasts, the
+ organization that transmits the broadcast.
+ h. "Work" means the literary and/or artistic work offered under the terms
+ of this License including without limitation any production in the
+ literary, scientific and artistic domain, whatever may be the mode or
+ form of its expression including digital form, such as a book,
+ pamphlet and other writing; a lecture, address, sermon or other work
+ of the same nature; a dramatic or dramatico-musical work; a
+ choreographic work or entertainment in dumb show; a musical
+ composition with or without words; a cinematographic work to which are
+ assimilated works expressed by a process analogous to cinematography;
+ a work of drawing, painting, architecture, sculpture, engraving or
+ lithography; a photographic work to which are assimilated works
+ expressed by a process analogous to photography; a work of applied
+ art; an illustration, map, plan, sketch or three-dimensional work
+ relative to geography, topography, architecture or science; a
+ performance; a broadcast; a phonogram; a compilation of data to the
+ extent it is protected as a copyrightable work; or a work performed by
+ a variety or circus performer to the extent it is not otherwise
+ considered a literary or artistic work.
+ i. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation.
+ j. "Publicly Perform" means to perform public recitations of the Work and
+ to communicate to the public those public recitations, by any means or
+ process, including by wire or wireless means or public digital
+ performances; to make available to the public Works in such a way that
+ members of the public may access these Works from a place and at a
+ place individually chosen by them; to perform the Work to the public
+ by any means or process and the communication to the public of the
+ performances of the Work, including by public digital performance; to
+ broadcast and rebroadcast the Work by any means including signs,
+ sounds or images.
+ k. "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of
+ fixation and reproducing fixations of the Work, including storage of a
+ protected performance or phonogram in digital form or other electronic
+ medium.
+
+2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+limit, or restrict any uses free from copyright or rights arising from
+limitations or exceptions that are provided for in connection with the
+copyright protection under copyright law or other applicable laws.
+
+3. License Grant. Subject to the terms and conditions of this License,
+Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+perpetual (for the duration of the applicable copyright) license to
+exercise the rights in the Work as stated below:
+
+ a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections;
+ b. to create and Reproduce Adaptations provided that any such Adaptation,
+ including any translation in any medium, takes reasonable steps to
+ clearly label, demarcate or otherwise identify that changes were made
+ to the original Work. For example, a translation could be marked "The
+ original work was translated from English to Spanish," or a
+ modification could indicate "The original work has been modified.";
+ c. to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and,
+ d. to Distribute and Publicly Perform Adaptations.
+ e. For the avoidance of doubt:
+
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or
+ compulsory licensing scheme cannot be waived, the Licensor
+ reserves the exclusive right to collect such royalties for any
+ exercise by You of the rights granted under this License;
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or
+ compulsory licensing scheme can be waived, the Licensor waives the
+ exclusive right to collect such royalties for any exercise by You
+ of the rights granted under this License; and,
+ iii. Voluntary License Schemes. The Licensor waives the right to
+ collect royalties, whether individually or, in the event that the
+ Licensor is a member of a collecting society that administers
+ voluntary licensing schemes, via that society, from any exercise
+ by You of the rights granted under this License.
+
+The above rights may be exercised in all media and formats whether now
+known or hereafter devised. The above rights include the right to make
+such modifications as are technically necessary to exercise the rights in
+other media and formats. Subject to Section 8(f), all rights not expressly
+granted by Licensor are hereby reserved.
+
+4. Restrictions. The license granted in Section 3 above is expressly made
+subject to and limited by the following restrictions:
+
+ a. You may Distribute or Publicly Perform the Work only under the terms
+ of this License. You must include a copy of, or the Uniform Resource
+ Identifier (URI) for, this License with every copy of the Work You
+ Distribute or Publicly Perform. You may not offer or impose any terms
+ on the Work that restrict the terms of this License or the ability of
+ the recipient of the Work to exercise the rights granted to that
+ recipient under the terms of the License. You may not sublicense the
+ Work. You must keep intact all notices that refer to this License and
+ to the disclaimer of warranties with every copy of the Work You
+ Distribute or Publicly Perform. When You Distribute or Publicly
+ Perform the Work, You may not impose any effective technological
+ measures on the Work that restrict the ability of a recipient of the
+ Work from You to exercise the rights granted to that recipient under
+ the terms of the License. This Section 4(a) applies to the Work as
+ incorporated in a Collection, but this does not require the Collection
+ apart from the Work itself to be made subject to the terms of this
+ License. If You create a Collection, upon notice from any Licensor You
+ must, to the extent practicable, remove from the Collection any credit
+ as required by Section 4(c), as requested. If You create an
+ Adaptation, upon notice from any Licensor You must, to the extent
+ practicable, remove from the Adaptation any credit as required by
+ Section 4(c), as requested.
+ b. You may Distribute or Publicly Perform an Adaptation only under the
+ terms of: (i) this License; (ii) a later version of this License with
+ the same License Elements as this License; (iii) a Creative Commons
+ jurisdiction license (either this or a later license version) that
+ contains the same License Elements as this License (e.g.,
+ Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
+ License. If you license the Adaptation under one of the licenses
+ mentioned in (iv), you must comply with the terms of that license. If
+ you license the Adaptation under the terms of any of the licenses
+ mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
+ comply with the terms of the Applicable License generally and the
+ following provisions: (I) You must include a copy of, or the URI for,
+ the Applicable License with every copy of each Adaptation You
+ Distribute or Publicly Perform; (II) You may not offer or impose any
+ terms on the Adaptation that restrict the terms of the Applicable
+ License or the ability of the recipient of the Adaptation to exercise
+ the rights granted to that recipient under the terms of the Applicable
+ License; (III) You must keep intact all notices that refer to the
+ Applicable License and to the disclaimer of warranties with every copy
+ of the Work as included in the Adaptation You Distribute or Publicly
+ Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
+ You may not impose any effective technological measures on the
+ Adaptation that restrict the ability of a recipient of the Adaptation
+ from You to exercise the rights granted to that recipient under the
+ terms of the Applicable License. This Section 4(b) applies to the
+ Adaptation as incorporated in a Collection, but this does not require
+ the Collection apart from the Adaptation itself to be made subject to
+ the terms of the Applicable License.
+ c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to
+ Section 4(a), keep intact all copyright notices for the Work and
+ provide, reasonable to the medium or means You are utilizing: (i) the
+ name of the Original Author (or pseudonym, if applicable) if supplied,
+ and/or if the Original Author and/or Licensor designate another party
+ or parties (e.g., a sponsor institute, publishing entity, journal) for
+ attribution ("Attribution Parties") in Licensor's copyright notice,
+ terms of service or by other reasonable means, the name of such party
+ or parties; (ii) the title of the Work if supplied; (iii) to the
+ extent reasonably practicable, the URI, if any, that Licensor
+ specifies to be associated with the Work, unless such URI does not
+ refer to the copyright notice or licensing information for the Work;
+ and (iv) , consistent with Ssection 3(b), in the case of an
+ Adaptation, a credit identifying the use of the Work in the Adaptation
+ (e.g., "French translation of the Work by Original Author," or
+ "Screenplay based on original Work by Original Author"). The credit
+ required by this Section 4(c) may be implemented in any reasonable
+ manner; provided, however, that in the case of a Adaptation or
+ Collection, at a minimum such credit will appear, if a credit for all
+ contributing authors of the Adaptation or Collection appears, then as
+ part of these credits and in a manner at least as prominent as the
+ credits for the other contributing authors. For the avoidance of
+ doubt, You may only use the credit required by this Section for the
+ purpose of attribution in the manner set out above and, by exercising
+ Your rights under this License, You may not implicitly or explicitly
+ assert or imply any connection with, sponsorship or endorsement by the
+ Original Author, Licensor and/or Attribution Parties, as appropriate,
+ of You or Your use of the Work, without the separate, express prior
+ written permission of the Original Author, Licensor and/or Attribution
+ Parties.
+ d. Except as otherwise agreed in writing by the Licensor or as may be
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
+ Publicly Perform the Work either by itself or as part of any
+ Adaptations or Collections, You must not distort, mutilate, modify or
+ take other derogatory action in relation to the Work which would be
+ prejudicial to the Original Author's honor or reputation. Licensor
+ agrees that in those jurisdictions (e.g. Japan), in which any exercise
+ of the right granted in Section 3(b) of this License (the right to
+ make Adaptations) would be deemed to be a distortion, mutilation,
+ modification or other derogatory action prejudicial to the Original
+ Author's honor and reputation, the Licensor will waive or not assert,
+ as appropriate, this Section, to the fullest extent permitted by the
+ applicable national law, to enable You to reasonably exercise Your
+ right under Section 3(b) of this License (right to make Adaptations)
+ but not otherwise.
+
+5. Representations, Warranties and Disclaimer
+
+UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
+KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
+OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+
+6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. Termination
+
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Adaptations or Collections
+ from You under this License, however, will not have their licenses
+ terminated provided such individuals or entities remain in full
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+ survive any termination of this License.
+ b. Subject to the above terms and conditions, the license granted here is
+ perpetual (for the duration of the applicable copyright in the Work).
+ Notwithstanding the above, Licensor reserves the right to release the
+ Work under different license terms or to stop distributing the Work at
+ any time; provided, however that any such election will not serve to
+ withdraw this License (or any other license that has been, or is
+ required to be, granted under the terms of this License), and this
+ License will continue in full force and effect unless terminated as
+ stated above.
+
+8. Miscellaneous
+
+ a. Each time You Distribute or Publicly Perform the Work or a Collection,
+ the Licensor offers to the recipient a license to the Work on the same
+ terms and conditions as the license granted to You under this License.
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same
+ terms and conditions as the license granted to You under this License.
+ c. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further action
+ by the parties to this agreement, such provision shall be reformed to
+ the minimum extent necessary to make such provision valid and
+ enforceable.
+ d. No term or provision of this License shall be deemed waived and no
+ breach consented to unless such waiver or consent shall be in writing
+ and signed by the party to be charged with such waiver or consent.
+ e. This License constitutes the entire agreement between the parties with
+ respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that
+ may appear in any communication from You. This License may not be
+ modified without the mutual written agreement of the Licensor and You.
+ f. The rights granted under, and the subject matter referenced, in this
+ License were drafted utilizing the terminology of the Berne Convention
+ for the Protection of Literary and Artistic Works (as amended on
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
+ and the Universal Copyright Convention (as revised on July 24, 1971).
+ These rights and subject matter take effect in the relevant
+ jurisdiction in which the License terms are sought to be enforced
+ according to the corresponding provisions of the implementation of
+ those treaty provisions in the applicable national law. If the
+ standard suite of rights granted under applicable copyright law
+ includes additional rights not granted under this License, such
+ additional rights are deemed to be included in the License; this
+ License is not intended to restrict the license of any rights under
+ applicable law.
+
+
+Creative Commons Notice
+
+ Creative Commons is not a party to this License, and makes no warranty
+ whatsoever in connection with the Work. Creative Commons will not be
+ liable to You or any party on any legal theory for any damages
+ whatsoever, including without limitation any general, special,
+ incidental or consequential damages arising in connection to this
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
+ Commons has expressly identified itself as the Licensor hereunder, it
+ shall have all rights and obligations of Licensor.
+
+ Except for the limited purpose of indicating to the public that the
+ Work is licensed under the CCPL, Creative Commons does not authorize
+ the use by either party of the trademark "Creative Commons" or any
+ related trademark or logo of Creative Commons without the prior
+ written consent of Creative Commons. Any permitted use will be in
+ compliance with Creative Commons' then-current trademark usage
+ guidelines, as may be published on its website or otherwise made
+ available upon request from time to time. For the avoidance of doubt,
+ this trademark restriction does not form part of the License.
+
+ Creative Commons may be contacted at https://creativecommons.org/.
diff --git a/docs/license_files/cc-by-sa-4.0 b/docs/license_files/cc-by-sa-4.0
new file mode 100644
index 0000000..cc3e245
--- /dev/null
+++ b/docs/license_files/cc-by-sa-4.0
@@ -0,0 +1,427 @@
+Attribution-ShareAlike 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution-ShareAlike 4.0 International Public
+License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-ShareAlike 4.0 International Public License ("Public
+License"). To the extent this Public License may be interpreted as a
+contract, You are granted the Licensed Rights in consideration of Your
+acceptance of these terms and conditions, and the Licensor grants You
+such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and
+conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. BY-SA Compatible License means a license listed at
+ creativecommons.org/compatiblelicenses, approved by Creative
+ Commons as essentially the equivalent of this Public License.
+
+ d. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ e. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ g. License Elements means the license attributes listed in the name
+ of a Creative Commons Public License. The License Elements of this
+ Public License are Attribution and ShareAlike.
+
+ h. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ i. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ j. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ k. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ l. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ m. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. Additional offer from the Licensor -- Adapted Material.
+ Every recipient of Adapted Material from You
+ automatically receives an offer from the Licensor to
+ exercise the Licensed Rights in the Adapted Material
+ under the conditions of the Adapter's License You apply.
+
+ c. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ b. ShareAlike.
+
+ In addition to the conditions in Section 3(a), if You Share
+ Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter's License You apply must be a Creative Commons
+ license with the same License Elements, this version or
+ later, or a BY-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the
+ Adapter's License You apply. You may satisfy this condition
+ in any reasonable manner based on the medium, means, and
+ context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms
+ or conditions on, or apply any Effective Technological
+ Measures to, Adapted Material that restrict exercise of the
+ rights granted under the Adapter's License You apply.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material,
+
+ including for purposes of Section 3(b); and
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public
+licenses. Notwithstanding, Creative Commons may elect to apply one of
+its public licenses to material it publishes and in those instances
+will be considered the “Licensor.” The text of the Creative Commons
+public licenses is dedicated to the public domain under the CC0 Public
+Domain Dedication. Except for the limited purpose of indicating that
+material is shared under a Creative Commons public license or as
+otherwise permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the
+public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/docs/license_files/cc0-1.0 b/docs/license_files/cc0-1.0
new file mode 100644
index 0000000..0e259d4
--- /dev/null
+++ b/docs/license_files/cc0-1.0
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/docs/license_files/mit-kaz-ogiwara b/docs/license_files/mit-kaz-ogiwara
new file mode 100644
index 0000000..e574e46
--- /dev/null
+++ b/docs/license_files/mit-kaz-ogiwara
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/docs/license_files/open-government-license-3.0 b/docs/license_files/open-government-license-3.0
new file mode 100644
index 0000000..3e31c7b
--- /dev/null
+++ b/docs/license_files/open-government-license-3.0
@@ -0,0 +1,71 @@
+Open Government Licence for public sector information
+delivered by The National Archives
+http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
+
+You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.
+
+Using Information under this licence
+Use of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.
+
+The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.
+
+This licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.
+
+You are free to:
+copy, publish, distribute and transmit the Information;
+adapt the Information;
+exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.
+You must (where you do any of the above):
+acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;
+ If the Information Provider does not provide a specific attribution statement, you must use the following:
+
+ Contains public sector information licensed under the Open Government Licence v3.0.
+
+If you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.
+
+These are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.
+
+ Exemptions
+This licence does not cover:
+
+personal data in the Information;
+Information that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;
+departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;
+military insignia;
+third party rights the Information Provider is not authorised to license;
+other intellectual property rights, including patents, trade marks, and design rights; and
+identity documents such as the British Passport
+Non-endorsement
+This licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and/or Licensor endorse you or your use of the Information.
+
+No warranty
+The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.
+
+The Information Provider and/or Licensor are not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.
+
+Governing Law
+This licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.
+
+Definitions
+In this licence, the terms below have the following meanings:
+
+'Information' means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.
+
+'Information Provider' means the person or organisation providing the Information under this licence.
+
+'Licensor' means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.
+
+'Use' means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.
+
+'You', 'you' and 'your' means the natural or legal person, or body of persons corporate or incorporate, acquiring rights in the Information (whether the Information is obtained directly from the Licensor or otherwise) under this licence.
+
+About the Open Government Licence
+The National Archives has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The National Archives invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.
+
+The Keeper of the Public Records has authority to license Information subject to copyright and database right owned by the Crown. The extent of the offer to license this Information under the terms of this licence is set out in the UK Government Licensing Framework.
+
+This is version 3.0 of the Open Government Licence. The National Archives may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.
+
+These terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv3.0 is Open Definition compliant.
+
+Further context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.
diff --git a/docs/license_files/open-licence-2.0 b/docs/license_files/open-licence-2.0
new file mode 100644
index 0000000..7c20ed2
--- /dev/null
+++ b/docs/license_files/open-licence-2.0
@@ -0,0 +1,107 @@
+OPEN LICENCE 2.0
+LICENCE OUVERTE 2.0
+@etalab
+etalab.gouv.fr
+https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-licence.pdf
+
+“REUSE” OF THE “INFORMATION” COVERED BY THIS LICENCE
+The “Grantor” grants the “Reuser” the free, non-exclusive right to “Reuse” the
+“Information” subject of this licence, for commercial or non-commercial purposes,
+worldwide and for an unlimited period, in accordance with the conditions stated
+below.
+The “Reuser” is free to reuse the “Information”:
+- To reproduce it, copy it.
+- To adapt, modify, retrieve and transform it in order to create “derived
+information”, products and services.
+- To share, disseminate, redistribute, publish and transmit it.
+- To exploit it for commercial purposes, e.g., by combining it with other
+information, or by including it in his/her own product or application.
+Subject to:
+An acknowledgement of the authorship of the “Information”: its source (at least,
+the name of the “Grantor”) and the date of the most recent update of the reused
+“Information”. Specifically, the “Reuser” may satisfy this condition by pointing, via a
+hypertext link, to the source of “the Information” and so supplying an actual
+acknowledgement of its authorship.
+For example:
+Ministry of xxx—Original data downloaded from http://www.data.gouv.fr/fr/
+datasets/xxx/, updated on 14 February 2017.
+This acknowledgement of authorship does not confer any official status on the
+“Reuse” of the “Information”, and must not suggest any sort of recognition or
+endorsement on the part of the “Grantor”, or any other public entity, of the “Reuser”
+or of their “Reuse”.
+PERSONAL DATA
+The “Information” made available may contain “Personal data” that may be subject
+to “Reuse”. If this is the case, the “Grantor” informs the “Reuser” about its existence.
+The “Information” may be freely reused, within the rights granted by this licence,
+subject to compliance with the legal framework relating to personal data
+protection.
+INTELLECTUAL PROPERTY RIGHTS
+It is guaranteed to The “Reuser” that potential “Intellectual property rights” held by
+third parties or by the “Grantor” on “Information” do not interfere with the rights
+granted by this licence.
+ When the “Grantor” holds transferable “Intellectual property rights” on the
+“Information”, he/she assigns these to the “Reuser” on a non-exclusive basis, free of
+charge, worldwide, for the entire duration of the “Intellectual property rights”, and
+the “Reuser” is free to use the “Information” for any purpose that complies with the
+rights and conditions defined in this licence.
+LIABILITY
+The “Information” is made available as it is produced or received by the “Grantor”,
+without any other express or tacit guarantee than those set out in this licence. The
+“Grantor” does not guarantee the absence of errors or inaccuracies in the
+“Information”, nor a continuous supply of the “Information”. He/she cannot be held
+responsible for any loss, prejudice or damage of any kind caused to third parties as
+a result of the “Reuse”.
+The “Reuser” is solely responsible for the “Reuse” of the “Information”. This “Reuse”
+must not mislead third parties as to the contents of the “Information”, its source or
+its date of update.
+APPLICABLE LEGISLATION
+This licence is governed by French law.
+COMPATIBILITY OF THIS LICENCE
+This licence has been designed to be compatible with any free licence that at least
+requires an acknowledgement of authorship, and specifically with the previous
+version of this licence as well as with the following licences: United Kingdom’s
+“Open Government Licence” (OGL), Creative Commons’ “Creative Commons
+Attribution” (CC-BY) and Open Knowledge Foundation’s “Open Data Commons
+Attribution” (ODC-BY).
+DEFINITIONS
+Within the meaning of this licence, are to be considered as :
+- The “Grantor”: any person granting the right to “Reuse” “Information” under
+the rights and conditions set out in this licence.
+- The “Information”:
+ - any public information contained in documents disclosed or published by
+any administration referred to in the first paragraph of Article L. 300-2 of the
+code des relations entre le public et l’administration (CRPA),
+ - any information made available by any person under the terms and
+conditions of this licence.
+- The “Reuse”: the use of the “Information” for other purposes than those for
+which it was produced or received.
+- The“Reuser”: any person reusing the “Information” in accordance with the
+conditions of this licence.
+- “Personal data”: any information relating to an identified or identifiable
+natural person who may be identified directly or indirectly. Its “Reuse” is
+conditional on the respect of the existing legal framework.
+- “Derived information”: any new data or information created directly from the
+“Information” or from a combination of the “Information” and other data or
+information not subject to this licence.
+- “Intellectual property rights”: all rights identified as such under the code de la
+propriété intellectuelle (including copyright, rights related to copyright, sui
+generis rights of database producers, etc.).
+ABOUT THIS LICENCE
+This licence is intended to be used by administrations for the reuse of their public
+information. It can also be used by any individual wishing to supply “Information”
+under the conditions defined in this licence.
+ France has a comprehensive legal framework aiming at the spontaneous
+dissemination by the administrations of their public information in order to ensure
+the widest possible reuse of this information.
+ The right to “Reuse” the administrations’ “Information” is governed by the code
+des relations entre le public et l’administration (CRPA).
+ This licence facilitates the unrestricted and free of charge reuse of public
+information and is one of the licences which can be used by the administration
+pursuant to the decree issued under article L. 323-2 of the CRPA.
+ Under the Prime Minister’s authority, the Etalab mission is mandated to open
+up the maximum amount of data held by State administrations and public
+institutions. Etalab has drawn up the Open Licence to facilitate the unrestricted and
+free of charge reuse of public information, as defined by article L. 321-1 of the CRPA.
+ This licence is version 2.0 of the Open Licence. Etalab reserves the right to
+propose new versions of the Open Licence. Nevertheless, “Reusers” may continue
+to reuse information obtained under this licence should they so wish.
diff --git a/docs/sources_cc_by.md b/docs/sources_cc_by.md
new file mode 100644
index 0000000..cec6009
--- /dev/null
+++ b/docs/sources_cc_by.md
@@ -0,0 +1,45 @@
+#### Australia
+**Source name:** covid19data.com.au ([link](https://www.covid19data.com.au/))
**Link to data:** https://www.covid19data.com.au/hospitalisations-icu
**Description:** Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-06-02
+
+#### Czech Republic
+**Source name:** National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic ([link](https://onemocneni-aktualne.mzcr.cz/covid-19))
**Link to data:** https://onemocneni-aktualne.mzcr.cz/covid-19
**Citation:** Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
**Description:** Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-06-02
+
+#### Denmark
+**Source name:** Statens Serum Institute ([link](https://www.sst.dk/))
**Link to data:** https://www.sst.dk/da/corona/tal-og-overvaagning
**Description:** Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
**Last accessed:** 2020-06-02
+
+#### France
+**Source name:** data.gouv.fr ([link](https://www.data.gouv.fr/))
**Link to data:** https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
**Description:** Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
**License:** Open License 2.0 ([link](https://www.etalab.gouv.fr/licence-ouverte-open-licence))
**Last accessed:** 2020-06-04
+
+#### Iceland
+**Source name:** Directorate of Health in Iceland (Embaetti landlaeknis) ([link](https://www.covid.is/data))
**Link to data:** https://www.covid.is/data
**Description:** Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-06-06
+
+#### Italy
+**Source name:** Dipartimento della Protezione Civile ([link](http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus))
**Link to data:** https://github.com/pcm-dpc/COVID-19
**Description:** Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-06-04
+
+#### Japan
+**Source name:** Toyo Keizai Online ([link](https://github.com/kaz-ogiwara/covid19))
**Link to data:** https://github.com/kaz-ogiwara/covid19
**Copyright notice:** Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
**Description:** Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
**License:** MIT ([link](https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE))
**Last accessed:** 2020-06-04
+
+#### Luxembourg
+**Source name:** Luxembourg Ministry of Health ([link](https://data.public.lu/fr/datasets/donnees-covid19/#_))
**Link to data:** https://data.public.lu/fr/datasets/donnees-covid19/#_
**Description:** Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Zero 1.0 Universal ([link](https://creativecommons.org/share-your-work/public-domain/cc0/))
**Last accessed:** 2020-06-04
+
+#### Netherlands
+**Source name:** National Institute for Public Health and The Environment ([link](https://www.rivm.nl/coronavirus-covid-19/grafieken))
**Link to data:** https://www.rivm.nl/coronavirus-covid-19/grafieken
**Description:** Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
**Last accessed:** 2020-06-06
+
+#### Scotland
+**Source name:** The Scottish Government ([link](https://www.gov.scot/))
**Link to data:** https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
**Description:** The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
+
+#### Spain
+**Source name:** Ministerio de Sanidad, Consumo y Bienestar Social ([link](https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm))
**Link to data:** https://cnecovid.isciii.es/covid19/resources/agregados.csv
**Description:** The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
**Last accessed:** 2020-06-04
+
+#### Sweden
+**Source name:** Public Health Agency of Sweden ([link](https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/))
**Link to data:** https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
**Description:** Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
**Last accessed:** 2020-06-04
+
+#### Switzerland
+**Source name:** Switzerland Federal Office of Public Health BAG ([link](https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html))
**Link to data:** https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
**Last accessed:** 2020-06-06
+
+#### United Kingdom
+**Source name:** GOV.UK ([link](https://www.gov.uk))
**Link to data:** https://www.gov.uk/government/publications/
**Description:** Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-18
+
+#### United States
+**Source name:** COVID-19 Tracking Project ([link](https://github.com/COVID19Tracking/))
**Link to data:** https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
**Description:** Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
**License:** Apache 2.0 ([link](https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE))
**Last accessed:** 2020-06-04
+
diff --git a/docs/sources.md b/docs/sources_cc_by_sa.md
similarity index 73%
rename from docs/sources.md
rename to docs/sources_cc_by_sa.md
index bd1b1da..9924de7 100644
--- a/docs/sources.md
+++ b/docs/sources_cc_by_sa.md
@@ -1,54 +1,51 @@
#### Australia
-**Source name:** covid19data.com.au ([link](https://www.covid19data.com.au/))
**Link to data:** https://www.covid19data.com.au/hospitalisations-icu
**Description:** Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-05-20
-
-#### Austria
-**Source name:** Federal Ministry of Social Affairs, Health, Care and Consumer Protection ([link](https://info.gesundheitsministerium.at/))
**Description:** Data is downloaded manually from the source link. Current hospitalizations and ICU cases for Austria are computed by multiplying the percent utilization by the number of beds available.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-05-20
+**Source name:** covid19data.com.au ([link](https://www.covid19data.com.au/))
**Link to data:** https://www.covid19data.com.au/hospitalisations-icu
**Description:** Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-06-02
#### Colombia
-**Original data source:** GOV.CO ([link](https://www.datos.gov.co))
**Link to original data:** https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data
**Data aggregated by:** COVID-19 Colombia ([link](https://github.com/dfuribez/COVID-19-Colombia))
**Description:** Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Attribution-ShareAlike 4.0 International ([link](https://creativecommons.org/licenses/by-sa/4.0/))
**Last accessed:** 2020-05-20
+**Original data source:** GOV.CO ([link](https://www.datos.gov.co))
**Link to original data:** https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data
**Data aggregated by:** COVID-19 Colombia ([link](https://github.com/dfuribez/COVID-19-Colombia))
**Description:** Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Attribution-ShareAlike 4.0 International ([link](https://creativecommons.org/licenses/by-sa/4.0/))
**Last accessed:** 2020-06-04
#### Czech Republic
-**Source name:** National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic ([link](https://onemocneni-aktualne.mzcr.cz/covid-19))
**Link to data:** https://onemocneni-aktualne.mzcr.cz/covid-19
**Attribution:** Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
**Description:** Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-05-20
+**Source name:** National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic ([link](https://onemocneni-aktualne.mzcr.cz/covid-19))
**Link to data:** https://onemocneni-aktualne.mzcr.cz/covid-19
**Citation:** Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.
**Description:** Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-06-02
#### Denmark
-**Source name:** Statens Serum Institute ([link](https://www.sst.dk/))
**Link to data:** https://www.sst.dk/da/corona/tal-og-overvaagning
**Description:** Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
**Last accessed:** 2020-05-20
+**Source name:** Statens Serum Institute ([link](https://www.sst.dk/))
**Link to data:** https://www.sst.dk/da/corona/tal-og-overvaagning
**Description:** Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.
**Last accessed:** 2020-06-02
#### France
-**Source name:** data.gouv.fr ([link](https://www.data.gouv.fr/))
**Link to data:** https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
**Description:** Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
**License:** Open License 2.0 ([link](https://www.etalab.gouv.fr/licence-ouverte-open-licence))
**Last accessed:** 2020-05-20
+**Source name:** data.gouv.fr ([link](https://www.data.gouv.fr/))
**Link to data:** https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/
**Description:** Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.
**License:** Open License 2.0 ([link](https://www.etalab.gouv.fr/licence-ouverte-open-licence))
**Last accessed:** 2020-06-04
#### Iceland
-**Source name:** Directorate of Health in Iceland (Embaetti landlaeknis) ([link](https://www.covid.is/data))
**Link to data:** https://www.covid.is/data
**Description:** Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-05-20
+**Source name:** Directorate of Health in Iceland (Embaetti landlaeknis) ([link](https://www.covid.is/data))
**Link to data:** https://www.covid.is/data
**Description:** Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.
**Last accessed:** 2020-06-06
#### Ireland
-**Source name:** Health Protection Surveillance Centre ([link](https://www.hpsc.ie/))
**Link to data:** https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/
**Description:** Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.
**License:** Creative Commons Attribution ShareAlike 3.0 ([link](https://creativecommons.org/licenses/by-sa/3.0/))
**Last accessed:** 2020-05-20
+**Source name:** Health Protection Surveillance Centre ([link](https://www.hpsc.ie/))
**Link to data:** https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/
**Description:** Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.
**License:** Creative Commons Attribution ShareAlike 3.0 ([link](https://creativecommons.org/licenses/by-sa/3.0/))
**Last accessed:** 2020-06-02
#### Italy
-**Source name:** Dipartimento della Protezione Civile ([link](http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus))
**Link to data:** https://github.com/pcm-dpc/COVID-19
**Description:** Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-05-20
+**Source name:** Dipartimento della Protezione Civile ([link](http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus))
**Link to data:** https://github.com/pcm-dpc/COVID-19
**Description:** Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.
**License:** Creative Commons Attribution 4.0 International ([link](https://creativecommons.org/licenses/by/4.0/))
**Last accessed:** 2020-06-04
#### Japan
-**Source name:** Toyo Keizai Online ([link](https://github.com/kaz-ogiwara/covid19))
**Link to data:** https://github.com/kaz-ogiwara/covid19
**Description:** Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
**License:** MIT ([link](https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE))
**Last accessed:** 2020-05-20
+**Source name:** Toyo Keizai Online ([link](https://github.com/kaz-ogiwara/covid19))
**Link to data:** https://github.com/kaz-ogiwara/covid19
**Copyright notice:** Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹
**Description:** Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.
**License:** MIT ([link](https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE))
**Last accessed:** 2020-06-04
#### Luxembourg
-**Source name:** Luxembourg Ministry of Health ([link](https://data.public.lu/fr/datasets/donnees-covid19/#_))
**Link to data:** https://data.public.lu/fr/datasets/donnees-covid19/#_
**Description:** Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Zero 1.0 Universal ([link](https://creativecommons.org/share-your-work/public-domain/cc0/))
**Last accessed:** 2020-05-20
+**Source name:** Luxembourg Ministry of Health ([link](https://data.public.lu/fr/datasets/donnees-covid19/#_))
**Link to data:** https://data.public.lu/fr/datasets/donnees-covid19/#_
**Description:** Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.
**License:** Creative Commons Zero 1.0 Universal ([link](https://creativecommons.org/share-your-work/public-domain/cc0/))
**Last accessed:** 2020-06-04
#### Netherlands
-**Source name:** National Institute for Public Health and The Environment ([link](https://www.rivm.nl/coronavirus-covid-19/grafieken))
**Link to data:** https://www.rivm.nl/coronavirus-covid-19/grafieken
**Description:** Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
**Last accessed:** 2020-05-20
+**Source name:** National Institute for Public Health and The Environment ([link](https://www.rivm.nl/coronavirus-covid-19/grafieken))
**Link to data:** https://www.rivm.nl/coronavirus-covid-19/grafieken
**Description:** Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.
**Last accessed:** 2020-06-06
#### Scotland
-**Source name:** The Scottish Government ([link](https://www.gov.scot/))
**Link to data:** https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
**Description:** The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-20
+**Source name:** The Scottish Government ([link](https://www.gov.scot/))
**Link to data:** https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/
**Description:** The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
#### Spain
-**Source name:** Ministerio de Sanidad, Consumo y Bienestar Social ([link](https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm))
**Link to data:** https://cnecovid.isciii.es/covid19/resources/agregados.csv
**Description:** The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
**Last accessed:** 2020-05-20
+**Source name:** Ministerio de Sanidad, Consumo y Bienestar Social ([link](https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm))
**Link to data:** https://cnecovid.isciii.es/covid19/resources/agregados.csv
**Description:** The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.
**Last accessed:** 2020-06-04
#### Sweden
-**Source name:** Public Health Agency of Sweden ([link](https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/))
**Link to data:** https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
**Description:** Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
**Last accessed:** 2020-05-20
+**Source name:** Public Health Agency of Sweden ([link](https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/))
**Link to data:** https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data
**Description:** Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.
**Last accessed:** 2020-06-04
#### Switzerland
-**Source name:** Switzerland Federal Office of Public Health BAG ([link](https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html))
**Link to data:** https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
**Last accessed:** 2020-05-20
+**Source name:** Switzerland Federal Office of Public Health BAG ([link](https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html))
**Link to data:** https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html
**Last accessed:** 2020-06-06
#### United Kingdom
-**Source name:** GOV.UK ([link](https://www.gov.uk))
**Link to data:** https://www.gov.uk/government/publications/
**Description:** Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland & Wales. Data consists of time series data for current hospitalizations.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-20
+**Source name:** GOV.UK ([link](https://www.gov.uk))
**Link to data:** https://www.gov.uk/government/publications/
**Description:** Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.
**License:** Open Government License 3.0 ([link](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/))
**Last accessed:** 2020-05-18
#### United States
-**Source name:** COVID-19 Tracking Project ([link](https://github.com/COVID19Tracking/))
**Link to data:** https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
**Description:** Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
**License:** Apache 2.0 ([link](https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE))
**Last accessed:** 2020-05-20
+**Source name:** COVID-19 Tracking Project ([link](https://github.com/COVID19Tracking/))
**Link to data:** https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data
**Description:** Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.
**License:** Apache 2.0 ([link](https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE))
**Last accessed:** 2020-06-04
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..22dd920
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,91 @@
+altair==4.1.0
+appnope==0.1.0
+astor==0.8.1
+astroid==2.4.1
+attrs==19.3.0
+backcall==0.1.0
+base58==2.0.0
+bleach==3.1.4
+blinker==1.4
+boto3==1.12.39
+botocore==1.15.39
+cachetools==4.1.0
+certifi==2020.4.5.1
+chardet==3.0.4
+click==7.1.1
+cycler==0.10.0
+decorator==4.4.2
+defusedxml==0.6.0
+docutils==0.15.2
+entrypoints==0.3
+enum-compat==0.0.3
+future==0.18.2
+hurry.filesize==0.9
+idna==2.9
+importlib-metadata==1.6.0
+ipykernel==5.2.0
+ipython==7.13.0
+ipython-genutils==0.2.0
+ipywidgets==7.5.1
+isort==4.3.21
+jedi==0.16.0
+Jinja2==2.11.1
+jmespath==0.9.5
+jsonschema==3.2.0
+jupyter-client==6.1.2
+jupyter-core==4.6.3
+kiwisolver==1.2.0
+lazy-object-proxy==1.4.3
+MarkupSafe==1.1.1
+matplotlib==3.2.1
+mccabe==0.6.1
+mistune==0.8.4
+nbconvert==5.6.1
+nbformat==5.0.5
+notebook==6.0.3
+numpy==1.18.2
+packaging==20.3
+pandas==1.0.3
+pandocfilters==1.4.2
+parso==0.6.2
+pathtools==0.1.2
+pexpect==4.8.0
+pickleshare==0.7.5
+Pillow==7.1.1
+prometheus-client==0.7.1
+prompt-toolkit==3.0.5
+protobuf==3.11.3
+ptyprocess==0.6.0
+pycurl==7.43.0.5
+pydeck==0.3.0b4
+Pygments==2.6.1
+pylint==2.5.2
+pyparsing==2.4.7
+pyrsistent==0.16.0
+python-dateutil==2.8.1
+python3-wget==0.0.2b1
+pytz==2019.3
+PyYAML==5.3.1
+pyzmq==19.0.0
+requests==2.23.0
+s3transfer==0.3.3
+Send2Trash==1.5.0
+six==1.14.0
+streamlit==0.57.3
+terminado==0.8.3
+testpath==0.4.4
+toml==0.10.0
+toolz==0.10.0
+tornado==5.1.1
+traitlets==4.3.3
+typed-ast==1.4.1
+tzlocal==2.0.0
+urllib3==1.25.8
+validators==0.14.3
+watchdog==0.10.2
+wcwidth==0.1.9
+webencodings==0.5.1
+widgetsnbextension==3.5.1
+wrapt==1.12.1
+xlrd==1.2.0
+zipp==3.1.0
diff --git a/src/config/docs.yaml b/src/config/docs.yaml
deleted file mode 100644
index a8ff234..0000000
--- a/src/config/docs.yaml
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 2020 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
----
-australia_hospitalizations:
- country: 'Australia'
- source_name: 'covid19data.com.au'
- main_link: 'https://www.covid19data.com.au/'
- data_link: 'https://www.covid19data.com.au/hospitalisations-icu'
- description: 'Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.'
- data_modifications: None
- license:
- name: 'Creative Commons Attribution 4.0 International'
- file: 'docs/licenses/cc-by-4.0'
- link: 'https://creativecommons.org/licenses/by/4.0/'
-
-austria_hospitalizations:
- country: 'Austria'
- source_name: 'Federal Ministry of Social Affairs, Health, Care and Consumer Protection'
- main_link: 'https://info.gesundheitsministerium.at/'
- description: 'Data is downloaded manually from the source link. Current hospitalizations and ICU cases for Austria are computed by multiplying the percent utilization by the number of beds available.'
- license:
- name: 'Creative Commons Attribution 4.0 International'
- file: 'docs/licenses/cc-by-4.0'
- link: 'https://creativecommons.org/licenses/by/4.0/'
-
-colombia_hospitalizations:
- country: 'Colombia'
- original:
- source_name: 'GOV.CO'
- main_link: 'https://www.datos.gov.co'
- data_link: 'https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data'
- aggregated_by:
- source_name: 'COVID-19 Colombia'
- main_link: 'https://github.com/dfuribez/COVID-19-Colombia'
- data_link: 'https://github.com/dfuribez/COVID-19-Colombia'
- description: 'Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.'
- data_modifications: None
- license:
- name: 'Creative Commons Attribution-ShareAlike 4.0 International'
- file: 'docs/licenses/cc-by-sa-4.0'
- link: 'https://creativecommons.org/licenses/by-sa/4.0/'
-
-czech_republic_hospitalizations:
- country: 'Czech Republic'
- source_name: 'National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic'
- main_link: 'https://onemocneni-aktualne.mzcr.cz/covid-19'
- data_link: 'https://onemocneni-aktualne.mzcr.cz/covid-19'
- attribution: 'Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.'
- description: 'Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.'
-
-denmark_hospitalizations:
- country: 'Denmark'
- source_name: Statens Serum Institute
- main_link: 'https://www.sst.dk/'
- data_link: 'https://www.sst.dk/da/corona/tal-og-overvaagning'
- description: 'Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.'
-
-france_cumulative_hospitalizations:
- country: 'France'
- source_name: 'data.gouv.fr'
- main_link: 'https://www.data.gouv.fr/'
- data_link: 'https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/'
- description: 'Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.'
- license:
- name: 'Open License 2.0'
- file: 'docs/licenses/open-licence-2.0'
- link: 'https://www.etalab.gouv.fr/licence-ouverte-open-licence'
-
-iceland_hospitalizations:
- country: 'Iceland'
- source_name: 'Directorate of Health in Iceland (Embaetti landlaeknis)'
- main_link: 'https://www.covid.is/data'
- data_link: 'https://www.covid.is/data'
- description: 'Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.'
-
-ireland_hospitalizations:
- country: 'Ireland'
- source_name: 'Health Protection Surveillance Centre'
- main_link: 'https://www.hpsc.ie/'
- data_link: 'https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/'
- description: 'Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.'
- license:
- name: 'Creative Commons Attribution ShareAlike 3.0'
- file: 'docs/licenses/cc-by-sa-3.0'
- link: 'https://creativecommons.org/licenses/by-sa/3.0/'
-
-italy_and_regions:
- country: 'Italy'
- source_name: 'Dipartimento della Protezione Civile'
- main_link: 'http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus'
- data_link: 'https://github.com/pcm-dpc/COVID-19'
- description: 'Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.'
- license:
- name: 'Creative Commons Attribution 4.0 International'
- file: 'docs/licenses/cc-by-4.0'
- link: 'https://creativecommons.org/licenses/by/4.0/'
-
-japan_hospitalizations:
- country: 'Japan'
- source_name: 'Toyo Keizai Online'
- main_link: 'https://github.com/kaz-ogiwara/covid19'
- data_link: 'https://github.com/kaz-ogiwara/covid19'
- description: 'Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.'
- license:
- name: 'MIT'
- file: 'docs/licenses/mit-kaz-ogiwara'
- link: 'https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE'
-
-luxembourg_hospitalizations:
- country: 'Luxembourg'
- source_name: 'Luxembourg Ministry of Health'
- main_link: 'https://data.public.lu/fr/datasets/donnees-covid19/#_'
- data_link: 'https://data.public.lu/fr/datasets/donnees-covid19/#_'
- description: 'Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.'
- license:
- name: 'Creative Commons Zero 1.0 Universal'
- file: 'docs/licenses/cc0-1.0'
- link: 'https://creativecommons.org/share-your-work/public-domain/cc0/'
-
-netherlands_hospitalizations:
- country: 'Netherlands'
- source_name: 'National Institute for Public Health and The Environment'
- main_link: 'https://www.rivm.nl/coronavirus-covid-19/grafieken'
- data_link: 'https://www.rivm.nl/coronavirus-covid-19/grafieken'
- description: 'Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.'
-
-scotland_hospitalizations:
- country: 'Scotland'
- source_name: 'The Scottish Government'
- main_link: 'https://www.gov.scot/'
- data_link: 'https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/'
- description: 'The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.'
- license:
- name: 'Open Government License 3.0'
- file: 'docs/licenses/open-government-license-3.0'
- link: 'http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/'
-
-spain_and_regions:
- country: 'Spain'
- source_name: 'Ministerio de Sanidad, Consumo y Bienestar Social'
- main_link: 'https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm'
- data_link: 'https://cnecovid.isciii.es/covid19/resources/agregados.csv'
- description: 'The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.'
-
-sweden_hospitalizations:
- country: 'Sweden'
- source_name: 'Public Health Agency of Sweden'
- main_link: 'https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/'
- data_link: 'https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data'
- description: 'Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.'
-
-switzerland_hospitalizations:
- country: 'Switzerland'
- source_name: 'Switzerland Federal Office of Public Health BAG'
- main_link: 'https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html'
- data_link: 'https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html'
-
-united_kingdom_hospitalizations:
- country: 'United Kingdom'
- source_name: 'GOV.UK'
- main_link: 'https://www.gov.uk'
- data_link: 'https://www.gov.uk/government/publications/'
- description: 'Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.'
- license:
- name: 'Open Government License 3.0'
- file: 'docs/licenses/open-government-license-3.0'
- link: 'http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/'
-
-covidtracking:
- country: 'United States'
- source_name: 'COVID-19 Tracking Project'
- main_link: 'https://github.com/COVID19Tracking/'
- data_link: 'https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data'
- description: 'Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.'
- license:
- name: 'Apache 2.0'
- file: 'docs/licenses/apache-2.0'
- link: 'https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE'
diff --git a/src/config/sources.yaml b/src/config/sources.yaml
deleted file mode 100644
index 2bb2589..0000000
--- a/src/config/sources.yaml
+++ /dev/null
@@ -1,403 +0,0 @@
-# Copyright 2020 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
----
-covidtracking:
- fetch:
- source_url: 'https://covidtracking.com/api/v1/states/daily.csv'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/united_states/covidtracking'
- file: 'daily.csv'
- find_recent: True
- load:
- function: 'covidtracking'
- dates:
- columns: ['date']
- date_format: '%Y%m%d'
- parse_function: 'default'
- regions:
- mapping_file: 'data/inputs/static/locations/regions/united_states_states.csv'
- mapping_keys:
- source_region_code: 'state'
- data:
- hospitalized:
- new: 'hospitalizedIncrease'
- approved: True
-
-italy_and_regions:
- fetch:
- source_url: 'https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/italy/'
- file: 'dpc-covid19-ita-regioni.csv'
- find_recent: True
- load:
- function: 'default_load_function'
- dates:
- columns: ['data']
- parse_function: 'default'
- regions:
- mapping_file: 'data/inputs/static/locations/regions/italy_regions.csv'
- mapping_keys:
- source_region_code: 'codice_regione'
- source_region_name: 'denominazione_regione'
- aggregate_by: 'level_1_region_code'
- omit:
- deaths: ['ITA']
- cases: ['ITA']
- tests_performed: ['ITA']
- data:
- hospitalized:
- current: 'totale_ospedalizzati'
- icu:
- current: 'terapia_intensiva'
- approved: True
-
-spain_and_regions:
- fetch:
- source_url: 'https://cnecovid.isciii.es/covid19/resources/agregados.csv'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/spain'
- file: 'agregados.csv'
- find_recent: True
- load:
- function: 'spain_and_regions'
- read:
- encoding: 'latin1'
- dates:
- columns: ['FECHA']
- parse_function: 'default'
- regions:
- mapping_file: 'data/inputs/static/locations/regions/spain_regions.csv'
- mapping_keys:
- source_region_code: 'CCAA'
- data:
- hospitalized:
- cumulative: 'Hospitalizados' # TODO: Except for some regions, on some dates
- icu:
- cumulative: 'UCI'
- approved: True
-
-france_cumulative_hospitalizations:
- fetch:
- source_url: 'https://www.data.gouv.fr/fr/datasets/r/6fadff46-9efd-4c53-942a-54aca783c30c'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/france'
- file: 'donnees-hospitalieres-nouveaux-covid19.csv'
- find_recent: True
- load:
- function: 'default_load_function'
- read:
- delimiter: ';'
- dates:
- columns: ['jour']
- parse_function: 'default'
- regions:
- mapping_file: 'data/inputs/static/locations/regions/france_departments.csv'
- mapping_keys:
- source_region_code: 'dep'
- aggregate_by: 'parent_region_code'
- # incid rea (retours a domicile)= in rehab
- # incid dc (deces a l'hopital) = deaths in hospital
- # incid rad (retours a domicile) = return to home
- data:
- hospitalized:
- new: 'incid_hosp'
- approved: True
-
-united_kingdom_hospitalizations:
- fetch:
- automatic_download: False
- scraped: False
- path:
- dir: 'data/inputs/downloaded/united_kingdom'
- file: 'data.xlsx' # Need to rename when downloading
- find_recent: True
- load:
- function: 'default_load_function'
- read:
- skiprows: 4
- sheet_name: 'People in Hospital (UK)'
- skipfooter: 10
- dates:
- columns: ['Date']
- parse_function: 'default'
- regions:
- mapping_file: 'data/inputs/static/locations/regions/united_kingdom_hospitalizations.csv'
- mapping_keys:
- region_name: 'Region'
- aggregate_by: 'level_2_region_code' # Can't compute GBR level because no Northern Ireland
- data:
- hospitalized:
- current: 'People in hospital'
- approved: True
-
-japan_hospitalizations:
- fetch:
- source_url: 'https://raw.githubusercontent.com/kaz-ogiwara/covid19/master/data/summary.csv'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/japan'
- file: 'summary.csv'
- find_recent: True
- load:
- function: 'default_load_function'
- dates:
- parse_function: 'japan_hospitalization_dates'
- regions:
- region_code: 'JPN'
- data:
- hospitalized:
- current: 'hospitalized'
- icu:
- current: 'serious'
- approved: True
-
-colombia_hospitalizations:
- fetch:
- source_url: 'https://raw.githubusercontent.com/dfuribez/COVID-19-Colombia/master/time_series.csv'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/colombia'
- file: 'time_series.csv'
- find_recent: True
- load:
- function: 'default_load_function'
- dates:
- columns: ['fecha']
- parse_function: 'default'
- regions:
- region_code: 'COL'
- data:
- hospitalized:
- current: 'hospitalizados'
- icu:
- current: 'uci'
- approved: True
-
-luxembourg_hospitalizations:
- fetch:
- source_url: 'https://data.public.lu/fr/datasets/r/1da1bb72-4450-4f60-915b-6c355db2e7fa'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/luxembourg'
- file: 'datapublic-covid19.xlsx'
- find_recent: True
- load:
- function: 'default_load_function'
- dates:
- columns: ['Date']
- parse_function: 'default'
- regions:
- region_code: 'LUX'
- omit:
- deaths: ['LUX']
- data:
- hospitalized:
- current: 'Nombre de personnes en soin normaux'
- icu:
- current: 'Nombre de personnes en soin intensifs (patients du grand est inclus)'
- approved: True
-
-sweden_hospitalizations:
- fetch:
- source_url: 'https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data'
- automatic_download: True
- scraped: False
- path:
- dir: 'data/inputs/downloaded/sweden'
- file: 'Folkhalsomyndigheten_Covid19.xlsx'
- find_recent: True
- load:
- function: 'default_load_function'
- read:
- sheet_name: 'Antal intensivvårdade per dag'
- dates:
- columns: ['Datum_vårdstart']
- parse_function: 'default'
- regions:
- region_code: 'SWE'
- data:
- icu:
- current: 'Antal_intensivvårdade'
- approved: True
-
-ireland_hospitalizations:
- fetch:
- automatic_download: False
- scraped: True
- path:
- dir: 'data/inputs/scraped/ireland/'
- file: 'ireland_hospitalizations.csv'
- find_recent: True
- load:
- function: 'default_load_function'
- dates:
- columns: ['date']
- parse_function: 'default'
- regions:
- region_code: 'IRL'
- data:
- hospitalized:
- cumulative: 'hospitalized_cumulative'
- icu:
- cumulative: 'icu_cumulative'
- approved: True
-
-switzerland_hospitalizations:
- fetch:
- automatic_download: False
- scraped: False
- path:
- dir: 'data/inputs/downloaded/switzerland/'
- file: '200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx'
- find_recent: True
- load:
- function: 'default_load_function'
- read:
- skiprows: 6
- dates:
- columns: ['Datum']
- parse_function: 'default'
- regions:
- region_code: 'CHE'
- omit:
- cases: ['CHE']
- deaths: ['CHE']
- data:
- hospitalized:
- new: 'Hospitalisationen pro Tag'
- cumulative: 'Hospitalisationen pro Tag, Kumuliert'
- approved: True
-
-netherlands_hospitalizations:
- fetch:
- automatic_download: False
- scraped: False
- path:
- dir: 'data/inputs/downloaded/netherlands'
- file: 'in-ziekenhuis-opgenomen-patiënten.csv'
- find_recent: True
- load:
- function: 'netherlands_hospitalizations'
- read:
- delimiter: ';'
- dates:
- parse_function: 'netherlands_hospitalization_dates'
- regions:
- region_code: 'NLD'
- data:
- hospitalized:
- current: None
- approved: True
-
-denmark_hospitalizations:
- fetch:
- automatic_download: False
- scraped: True
- path:
- dir: 'data/inputs/scraped/denmark'
- file: 'denmark_hospitalizations.csv'
- load:
- function: 'default_load_function'
- regions:
- region_code: 'DNK'
- dates:
- columns: ['date']
- parse_function: 'default'
- data:
- hospitalized:
- current: 'hospitalized_current'
- icu:
- current: 'icu_current'
- ventilator:
- current: 'ventilator_current'
- approved: True
-
-czech_republic_hospitalizations:
- fetch:
- automatic_download: False
- scraped: True
- path:
- dir: 'data/inputs/scraped/czech_republic'
- file: 'czech_republic_hospitalizations.csv'
- load:
- function: 'default_load_function'
- dates:
- columns: ['date']
- parse_function: 'default'
- regions:
- region_code: 'CZE'
- data:
- hospitalized:
- current: 'hospitalized_current'
- icu:
- current: 'icu_current'
- approved: True
-
-australia_hospitalizations:
- fetch:
- automatic_download: False
- scraped: True
- path:
- dir: 'data/inputs/scraped/australia'
- file: 'australia_hospitalizations.csv'
- load:
- function: 'default_load_function'
- regions:
- region_code: 'AUS'
- dates:
- columns: ['date']
- parse_function: 'default'
- data:
- hospitalized:
- current: 'hospitalized_current'
- icu:
- current: 'icu_current'
- ventilator:
- current: 'ventilator_current'
- approved: True
-
-iceland_hospitalizations:
- fetch:
- automatic_download: False
- scraped: False
- path:
- dir: 'data/inputs/downloaded/iceland/'
- file: 'Sheet 1.csv'
- find_recent: True
- load:
- function: 'default_load_function'
- dates:
- columns: ['']
- parse_function: 'iceland_dates'
- regions:
- region_code: 'ISL'
- data:
- icu:
- current: 'Number in ICU'
- hospitalized:
- current: 'Number hospitalised'
- approved: True
diff --git a/src/config/sources/australia_hospitalizations.yaml b/src/config/sources/australia_hospitalizations.yaml
new file mode 100644
index 0000000..444a2ab
--- /dev/null
+++ b/src/config/sources/australia_hospitalizations.yaml
@@ -0,0 +1,45 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'SCRAPED'
+ file: 'australia_hospitalizations.csv'
+load:
+ function: 'default_load_function'
+ regions:
+ single_region_code: 'AUS'
+ dates:
+ columns: ['date']
+ parse_function: 'default'
+data:
+ hospitalized:
+ current: 'hospitalized_current'
+ icu:
+ current: 'icu_current'
+ ventilator:
+ current: 'ventilator_current'
+attribution:
+ country: 'Australia'
+ source_name: 'covid19data.com.au'
+ main_link: 'https://www.covid19data.com.au/'
+ data_link: 'https://www.covid19data.com.au/hospitalisations-icu'
+ description: 'Data is scraped manually from the charts provided at the source link. Data for Australia consists of time series data for current hospitalizations, ICU and ventilator cases.'
+ data_modifications: None
+license:
+ name: 'Creative Commons Attribution 4.0 International'
+ file: 'docs/license_files/cc-by-4.0'
+ link: 'https://creativecommons.org/licenses/by/4.0/'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/colombia_hospitalizations.yaml b/src/config/sources/colombia_hospitalizations.yaml
new file mode 100644
index 0000000..e4e9cb3
--- /dev/null
+++ b/src/config/sources/colombia_hospitalizations.yaml
@@ -0,0 +1,47 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://raw.githubusercontent.com/dfuribez/COVID-19-Colombia/master/time_series.csv'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'time_series.csv'
+load:
+ function: 'default_load_function'
+ dates:
+ columns: ['fecha']
+ parse_function: 'default'
+ regions:
+ single_region_code: 'COL'
+data:
+ icu:
+ cumulative: 'uci'
+attribution:
+ country: 'Colombia'
+ original:
+ source_name: 'GOV.CO'
+ main_link: 'https://www.datos.gov.co'
+ data_link: 'https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr/data'
+ aggregated_by:
+ source_name: 'COVID-19 Colombia'
+ main_link: 'https://github.com/dfuribez/COVID-19-Colombia'
+ data_link: 'https://github.com/dfuribez/COVID-19-Colombia'
+ description: 'Data is automatically downloaded from the linked github repository, which is sourced from datos.gov.co. Data for Colombia consists of time series data for current hospitalizations and ICU cases.'
+ data_modifications: None
+license:
+ name: 'Creative Commons Attribution-ShareAlike 4.0 International'
+ file: 'docs/license_files/cc-by-sa-4.0'
+ link: 'https://creativecommons.org/licenses/by-sa/4.0/'
+cc-by-sa: True
+approved: True
diff --git a/src/config/sources/covidtracking.yaml b/src/config/sources/covidtracking.yaml
new file mode 100644
index 0000000..e7d5c8a
--- /dev/null
+++ b/src/config/sources/covidtracking.yaml
@@ -0,0 +1,44 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://covidtracking.com/api/v1/states/daily.csv'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'daily.csv'
+load:
+ function: 'covidtracking'
+ dates:
+ columns: ['date']
+ date_format: '%Y%m%d'
+ parse_function: 'default'
+ regions:
+ mapping_file: 'data/inputs/static/locations/regions/united_states_states.csv'
+ mapping_keys:
+ source_region_code: 'state'
+data:
+ hospitalized:
+ new: 'hospitalizedIncrease'
+attribution:
+ country: 'United States'
+ source_name: 'COVID-19 Tracking Project'
+ main_link: 'https://github.com/COVID19Tracking/'
+ data_link: 'https://github.com/COVID19Tracking/covid-tracking-data/tree/master/data'
+ description: 'Data is downloaded automatically from the source link. Data for the United States consists of time series data for current and cumulative hospitalizations.'
+license:
+ name: 'Apache 2.0'
+ file: 'docs/license_files/apache-2.0'
+ link: 'https://github.com/COVID19Tracking/covid-tracking-data/blob/master/LICENSE'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/czech_republic_hospitalizations.yaml b/src/config/sources/czech_republic_hospitalizations.yaml
new file mode 100644
index 0000000..6cda633
--- /dev/null
+++ b/src/config/sources/czech_republic_hospitalizations.yaml
@@ -0,0 +1,39 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'SCRAPED'
+ file: 'czech_republic_hospitalizations.csv'
+load:
+ function: 'default_load_function'
+ dates:
+ columns: ['date']
+ parse_function: 'default'
+ regions:
+ single_region_code: 'CZE'
+data:
+ hospitalized:
+ current: 'hospitalized_current'
+ icu:
+ current: 'icu_current'
+attribution:
+ country: 'Czech Republic'
+ source_name: 'National Health Information System, Regional Hygiene Stations, Ministry of Health of the Czech Republic'
+ main_link: 'https://onemocneni-aktualne.mzcr.cz/covid-19'
+ data_link: 'https://onemocneni-aktualne.mzcr.cz/covid-19'
+ citation: 'Komenda M., Karolyi M., Bulhart V., Žofka J., Brauner T., Hak J., Jarkovský J., Mužík J., Blaha M., Kubát J., Klimeš D., Langhammer P., Daňková Š ., Májek O., Bartůňková M., Dušek L. COVID ‑ 19: Přehled aktuální situace v ČR. Onemocnění aktuálně [online]. Praha: Ministerstvo zdravotnictví ČR, 2020 [cit. 25.04.2020]. Dostupné z: https://onemocneni-aktualne.mzcr.cz/covid-19. Vývoj: společné pracoviště ÚZIS ČR a IBA LF MU. ISSN 2694-9423.'
+ description: 'Data is scraped manually from the charts provided at the source link. Data for the Czech Republic consists of time series data for current ICU cases, and current and cumulative hospitalizations.'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/denmark_hospitalizations.yaml b/src/config/sources/denmark_hospitalizations.yaml
new file mode 100644
index 0000000..c0b8525
--- /dev/null
+++ b/src/config/sources/denmark_hospitalizations.yaml
@@ -0,0 +1,40 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'SCRAPED'
+ file: 'denmark_hospitalizations.csv'
+load:
+ function: 'default_load_function'
+ regions:
+ single_region_code: 'DNK'
+ dates:
+ columns: ['date']
+ parse_function: 'default'
+data:
+ hospitalized:
+ current: 'hospitalized_current'
+ icu:
+ current: 'icu_current'
+ ventilator:
+ current: 'ventilator_current'
+attribution:
+ country: 'Denmark'
+ source_name: 'Statens Serum Institute'
+ main_link: 'https://www.sst.dk/'
+ data_link: 'https://www.sst.dk/da/corona/tal-og-overvaagning'
+ description: 'Data is manually scraped from charts at the source link. Data for Denmark consists of time series data for current hospitalizations and ICU cases.'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/france_cumulative_hospitalizations.yaml b/src/config/sources/france_cumulative_hospitalizations.yaml
new file mode 100644
index 0000000..714ea86
--- /dev/null
+++ b/src/config/sources/france_cumulative_hospitalizations.yaml
@@ -0,0 +1,50 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+# Translation notes:
+# incid rea (retours a domicile) = in rehab
+# incid dc (deces a l'hopital) = deaths in hospital
+# incid rad (retours a domicile) = return to home
+fetch:
+ source_url: 'https://www.data.gouv.fr/fr/datasets/r/6fadff46-9efd-4c53-942a-54aca783c30c'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'donnees-hospitalieres-nouveaux-covid19.csv'
+load:
+ function: 'default_load_function'
+ read:
+ delimiter: ';'
+ dates:
+ columns: ['jour']
+ parse_function: 'default'
+ regions:
+ mapping_file: 'data/inputs/static/locations/regions/france_departments.csv'
+ mapping_keys:
+ source_region_code: 'dep'
+ aggregate_by: 'parent_region_code'
+data:
+ hospitalized:
+ new: 'incid_hosp'
+attribution:
+ country: 'France'
+ source_name: 'data.gouv.fr'
+ main_link: 'https://www.data.gouv.fr/'
+ data_link: 'https://www.data.gouv.fr/en/datasets/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19/'
+ description: 'Data is scraped manually from the charts provided at the source link. Data for France consists of time series data for cumulative hospitalizations and ICU cases.'
+license:
+ name: 'Open License 2.0'
+ file: 'docs/license_files/open-licence-2.0'
+ link: 'https://www.etalab.gouv.fr/licence-ouverte-open-licence'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/iceland_hospitalizations.yaml b/src/config/sources/iceland_hospitalizations.yaml
new file mode 100644
index 0000000..b4e5a0e
--- /dev/null
+++ b/src/config/sources/iceland_hospitalizations.yaml
@@ -0,0 +1,38 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'MANUAL_DOWNLOAD'
+ file: 'Sheet 1.csv'
+load:
+ function: 'default_load_function'
+ dates:
+ columns: ['']
+ parse_function: 'iceland_dates'
+ regions:
+ single_region_code: 'ISL'
+data:
+ icu:
+ current: 'Number in ICU'
+ hospitalized:
+ current: 'Number hospitalised'
+attribution:
+ country: 'Iceland'
+ source_name: 'Directorate of Health in Iceland (Embaetti landlaeknis)'
+ main_link: 'https://www.covid.is/data'
+ data_link: 'https://www.covid.is/data'
+ description: 'Data is downloaded manually from the source link. Data for Iceland consists of time series data for current ICU cases, and current and cumulative hospitalizations.'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/ireland_hospitalizations.yaml b/src/config/sources/ireland_hospitalizations.yaml
new file mode 100644
index 0000000..701dfd3
--- /dev/null
+++ b/src/config/sources/ireland_hospitalizations.yaml
@@ -0,0 +1,42 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'SCRAPED'
+ file: 'ireland_hospitalizations.csv'
+load:
+ function: 'default_load_function'
+ dates:
+ columns: ['date']
+ parse_function: 'default'
+ regions:
+ single_region_code: 'IRL'
+data:
+ hospitalized:
+ cumulative: 'hospitalized_cumulative'
+ icu:
+ cumulative: 'icu_cumulative'
+attribution:
+ country: 'Ireland'
+ source_name: 'Health Protection Surveillance Centre'
+ main_link: 'https://www.hpsc.ie/'
+ data_link: 'https://www.hpsc.ie/a-z/respiratory/coronavirus/novelcoronavirus/casesinireland/epidemiologyofcovid-19inireland/'
+ description: 'Data is scraped manually from daily situation reports. Data for Ireland consists of time series data for cumulative hospitalizations.'
+license:
+ name: 'Creative Commons Attribution ShareAlike 3.0'
+ file: 'docs/license_files/cc-by-sa-3.0'
+ link: 'https://creativecommons.org/licenses/by-sa/3.0/'
+cc-by-sa: True
+approved: True
diff --git a/src/config/sources/italy_and_regions.yaml b/src/config/sources/italy_and_regions.yaml
new file mode 100644
index 0000000..99bb157
--- /dev/null
+++ b/src/config/sources/italy_and_regions.yaml
@@ -0,0 +1,51 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'dpc-covid19-ita-regioni.csv'
+load:
+ function: 'default_load_function'
+ dates:
+ columns: ['data']
+ parse_function: 'default'
+ regions:
+ mapping_file: 'data/inputs/static/locations/regions/italy_regions.csv'
+ mapping_keys:
+ source_region_code: 'codice_regione'
+ source_region_name: 'denominazione_regione'
+ aggregate_by: 'level_1_region_code'
+ omit:
+ deaths: ['ITA']
+ cases: ['ITA']
+ tests_performed: ['ITA']
+data:
+ hospitalized:
+ current: 'totale_ospedalizzati'
+ icu:
+ current: 'terapia_intensiva'
+attribution:
+ country: 'Italy'
+ source_name: 'Dipartimento della Protezione Civile'
+ main_link: 'http://www.protezionecivile.gov.it/en/risk-activities/health-risk/emergencies/coronavirus'
+ data_link: 'https://github.com/pcm-dpc/COVID-19'
+ description: 'Data is downloaded automatically from the source repository. Data for Italy consists of time series data for current hospitalizations, but we can also compute cumulative hospitalizations.'
+license:
+ name: 'Creative Commons Attribution 4.0 International'
+ file: 'docs/license_files/cc-by-4.0'
+ link: 'https://creativecommons.org/licenses/by/4.0/'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/japan_hospitalizations.yaml b/src/config/sources/japan_hospitalizations.yaml
new file mode 100644
index 0000000..512730d
--- /dev/null
+++ b/src/config/sources/japan_hospitalizations.yaml
@@ -0,0 +1,43 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://raw.githubusercontent.com/kaz-ogiwara/covid19/master/data/summary.csv'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'summary.csv'
+load:
+ function: 'default_load_function'
+ dates:
+ parse_function: 'japan_hospitalization_dates'
+ regions:
+ single_region_code: 'JPN'
+data:
+ hospitalized:
+ current: 'hospitalized'
+ icu:
+ current: 'serious'
+attribution:
+ country: 'Japan'
+ source_name: 'Toyo Keizai Online'
+ main_link: 'https://github.com/kaz-ogiwara/covid19'
+ data_link: 'https://github.com/kaz-ogiwara/covid19'
+ copyright_notice: 'Copyright (c) 2020 Kazuki OGIWARA / 荻原 和樹'
+ description: 'Data is downloaded automatically from the source repository. Data for Japan consists of time series data for current hospitalizations and ICU cases.'
+license:
+ name: 'MIT'
+ file: 'docs/license_files/mit-kaz-ogiwara'
+ link: 'https://github.com/kaz-ogiwara/covid19/blob/master/LICENSE'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/luxembourg_hospitalizations.yaml b/src/config/sources/luxembourg_hospitalizations.yaml
new file mode 100644
index 0000000..9dcfd43
--- /dev/null
+++ b/src/config/sources/luxembourg_hospitalizations.yaml
@@ -0,0 +1,45 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://data.public.lu/fr/datasets/r/1da1bb72-4450-4f60-915b-6c355db2e7fa'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'datapublic-covid19.xlsx'
+load:
+ function: 'default_load_function'
+ dates:
+ columns: ['Date']
+ parse_function: 'default'
+ regions:
+ single_region_code: 'LUX'
+ omit:
+ deaths: ['LUX']
+data:
+ hospitalized:
+ current: 'Nombre de personnes en soins normaux'
+ icu:
+ current: 'Nombre de personnes en soins intensifs (patients du Grand Est inclus)'
+attribution:
+ country: 'Luxembourg'
+ source_name: 'Luxembourg Ministry of Health'
+ main_link: 'https://data.public.lu/fr/datasets/donnees-covid19/#_'
+ data_link: 'https://data.public.lu/fr/datasets/donnees-covid19/#_'
+ description: 'Data is downloaded automatically from the source link. Data for Luxembourg consists of time series data for current hospitalizations and ICU cases.'
+license:
+ name: 'Creative Commons Zero 1.0 Universal'
+ file: 'docs/license_files/cc0-1.0'
+ link: 'https://creativecommons.org/share-your-work/public-domain/cc0/'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/netherlands_hospitalizations.yaml b/src/config/sources/netherlands_hospitalizations.yaml
new file mode 100644
index 0000000..aae733e
--- /dev/null
+++ b/src/config/sources/netherlands_hospitalizations.yaml
@@ -0,0 +1,37 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'MANUAL_DOWNLOAD'
+ file: 'in-ziekenhuis-opgenomen-patiënten.csv'
+load:
+ function: 'netherlands_hospitalizations'
+ read:
+ delimiter: ';'
+ dates:
+ parse_function: 'netherlands_hospitalization_dates'
+ regions:
+ single_region_code: 'NLD'
+data:
+ hospitalized:
+ current: None
+attribution:
+ country: 'Netherlands'
+ source_name: 'National Institute for Public Health and The Environment'
+ main_link: 'https://www.rivm.nl/coronavirus-covid-19/grafieken'
+ data_link: 'https://www.rivm.nl/coronavirus-covid-19/grafieken'
+ description: 'Data is downloaded manually from the source link. Data for the Netherlands consists of time series data for current hospitalizations.'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/scotland_hospitalizations.yaml b/src/config/sources/scotland_hospitalizations.yaml
new file mode 100644
index 0000000..7af8929
--- /dev/null
+++ b/src/config/sources/scotland_hospitalizations.yaml
@@ -0,0 +1,27 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+attribution:
+ country: 'Scotland'
+ source_name: 'The Scottish Government'
+ main_link: 'https://www.gov.scot/'
+ data_link: 'https://www.gov.scot/publications/trends-in-number-of-people-in-hospital-with-confirmed-or-suspected-covid-19/'
+ description: 'The data is downloaded manually from the source link. Data for Scotland consists of time series data for current hospitalizations and ICU cases.'
+license:
+ name: 'Open Government License 3.0'
+ file: 'docs/license_files/open-government-license-3.0'
+ link: 'http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/spain_and_regions.yaml b/src/config/sources/spain_and_regions.yaml
new file mode 100644
index 0000000..e7ff620
--- /dev/null
+++ b/src/config/sources/spain_and_regions.yaml
@@ -0,0 +1,49 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://cnecovid.isciii.es/covid19/resources/agregados.csv'
+ file: 'agregados.csv'
+ method: 'AUTOMATIC_DOWNLOAD'
+load:
+ function: 'spain_and_regions'
+ read:
+ encoding: 'latin1'
+ skipfooter: 9
+ dates:
+ columns: ['FECHA']
+ parse_function: 'default'
+ date_format: '%d/%m/%Y'
+ regions:
+ mapping_file: 'data/inputs/static/locations/regions/spain_regions.csv'
+ mapping_keys:
+ source_region_code: 'CCAA'
+data:
+ # On some regions + some dates, numbers are current not cumulative.
+ # These are patched in spain_and_regions() load function.
+ hospitalized:
+ cumulative: 'Hospitalizados'
+ current: 'None'
+ icu:
+ cumulative: 'UCI'
+ current: 'None'
+attribution:
+ country: 'Spain'
+ source_name: 'Ministerio de Sanidad, Consumo y Bienestar Social'
+ main_link: 'https://www.mscbs.gob.es/profesionales/saludPublica/ccayes/alertasActual/nCov-China/situacionActual.htm'
+ data_link: 'https://cnecovid.isciii.es/covid19/resources/agregados.csv'
+ description: 'The data is downloaded automatically from the source link. Due to regional differences in hospitalization reporting, we do not aggregate across regions to produce country-level statistics for Spain.'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/sweden_hospitalizations.yaml b/src/config/sources/sweden_hospitalizations.yaml
new file mode 100644
index 0000000..cf28dd9
--- /dev/null
+++ b/src/config/sources/sweden_hospitalizations.yaml
@@ -0,0 +1,39 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ source_url: 'https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data'
+ method: 'AUTOMATIC_DOWNLOAD'
+ file: 'Folkhalsomyndigheten_Covid19.xlsx'
+load:
+ function: 'default_load_function'
+ read:
+ sheet_name: 'Antal intensivvårdade per dag'
+ dates:
+ columns: ['Datum_vårdstart']
+ parse_function: 'default'
+ regions:
+ single_region_code: 'SWE'
+data:
+ icu:
+ current: 'Antal_intensivvårdade'
+attribution:
+ country: 'Sweden'
+ source_name: 'Public Health Agency of Sweden'
+ main_link: 'https://www.folkhalsomyndigheten.se/the-public-health-agency-of-sweden/'
+ data_link: 'https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data'
+ description: 'Data is downloaded automatically from the source link. Data for Sweden consists of time series data for current ICU cases.'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/switzerland_hospitalizations.yaml b/src/config/sources/switzerland_hospitalizations.yaml
new file mode 100644
index 0000000..d9c55f5
--- /dev/null
+++ b/src/config/sources/switzerland_hospitalizations.yaml
@@ -0,0 +1,41 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'MANUAL_DOWNLOAD'
+ file: '200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx'
+load:
+ function: 'default_load_function'
+ read:
+ skiprows: 6
+ dates:
+ columns: ['Datum']
+ parse_function: 'default'
+ regions:
+ single_region_code: 'CHE'
+ omit:
+ cases: ['CHE']
+ deaths: ['CHE']
+data:
+ hospitalized:
+ new: 'Hospitalisationen pro Tag'
+ cumulative: 'Hospitalisationen pro Tag, Kumuliert'
+attribution:
+ country: 'Switzerland'
+ source_name: 'Switzerland Federal Office of Public Health BAG'
+ main_link: 'https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html'
+ data_link: 'https://www.bag.admin.ch/bag/de/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/situation-schweiz-und-international.html'
+cc-by-sa: False
+approved: True
diff --git a/src/config/sources/united_kingdom_hospitalizations.yaml b/src/config/sources/united_kingdom_hospitalizations.yaml
new file mode 100644
index 0000000..e163ff5
--- /dev/null
+++ b/src/config/sources/united_kingdom_hospitalizations.yaml
@@ -0,0 +1,47 @@
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+fetch:
+ method: 'MANUAL_DOWNLOAD'
+ file: 'data.xlsx' # Need to rename when downloading
+load:
+ function: 'default_load_function'
+ read:
+ skiprows: 4
+ sheet_name: 'People in Hospital (UK)'
+ skipfooter: 10
+ dates:
+ columns: ['Date']
+ parse_function: 'default'
+ regions:
+ mapping_file: 'data/inputs/static/locations/regions/united_kingdom_hospitalizations.csv'
+ mapping_keys:
+ region_name: 'Region'
+ aggregate_by: 'level_2_region_code' # Can't compute GBR level because no Northern Ireland
+data:
+ hospitalized:
+ current: 'People in hospital'
+attribution:
+ country: 'United Kingdom'
+ source_name: 'GOV.UK'
+ main_link: 'https://www.gov.uk'
+ data_link: 'https://www.gov.uk/government/publications/'
+ description: 'Data is downloaded manually from the publications provided at the source link. Data is aggregated across regions in England and reported at the country level for England, Scotland, Wales and Northern Ireland. Data consists of time series data for current hospitalizations.'
+license:
+ name: 'Open Government License 3.0'
+ file: 'docs/license_files/open-government-license-3.0'
+ link: 'http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/'
+cc-by-sa: False
+approved: True
diff --git a/src/pipeline/config.py b/src/pipeline/config.py
index c236813..52cce9c 100644
--- a/src/pipeline/config.py
+++ b/src/pipeline/config.py
@@ -15,24 +15,39 @@
# limitations under the License.
import yaml
-from os import path
+import os
+
+DATA_YAML = os.path.abspath(os.path.join(__file__, '../../config/data.yaml'))
+SOURCES_DIR = os.path.abspath(os.path.join(__file__, '../../config/sources'))
def read_data_schema():
- p = path.abspath(path.join(__file__, '../../config/data.yaml'))
- with open(p) as file:
+ with open(DATA_YAML) as file:
schema = yaml.load(file, Loader=yaml.FullLoader)
return schema
-def read_config(filter_no_load_func=True, filter_not_approved=True):
- p = path.abspath(path.join(__file__, '../../config/sources.yaml'))
- with open(p) as file:
- config = yaml.load(file, Loader=yaml.FullLoader)
- if filter_no_load_func:
- config = dict(filter(lambda elem: elem[1]['load']['function'] is not None, config.items()))
- if filter_not_approved:
- config = dict(filter(lambda elem: elem[1]['approved'], config.items()))
- return config
+def all_region_columns():
+ return ['region_code'] + other_region_columns()
+
+def other_region_columns():
+ return ['parent_region_code', 'region_code_type', 'region_code_level', 'level_1_region_code', 'level_2_region_code', 'level_3_region_code']
+
+def read_config(cc_by_sa=False, filter_no_load_func=True, filter_not_approved=True, filter_by_fetch_method=None):
+ config_dict = {}
+ for source_file_name in os.listdir(SOURCES_DIR):
+ source_file = os.path.join(SOURCES_DIR, source_file_name)
+ with open(source_file) as file:
+ params = yaml.load(file, Loader=yaml.FullLoader)
+ source_key = os.path.splitext(source_file_name)[0]
+ params['config_key'] = source_key
+ if (filter_no_load_func and ('load' not in params or 'function' not in params['load'] or params['load']['function'] is None)) or \
+ (filter_not_approved and not params['approved']) or \
+ (filter_by_fetch_method and params['fetch']['method'] != filter_by_fetch_method) or \
+ (not cc_by_sa and params['cc-by-sa']):
+ continue
+ else:
+ config_dict[source_key] = params
+ return config_dict
def col_params_to_col_list(data_columns_params):
data_schema = read_data_schema()
diff --git a/src/pipeline/date_utils.py b/src/pipeline/date_utils.py
index cbc2ef9..6a3e93d 100644
--- a/src/pipeline/date_utils.py
+++ b/src/pipeline/date_utils.py
@@ -50,7 +50,7 @@ def japan_hospitalization_dates(data_df, params):
def netherlands_hospitalization_dates(data_df, params):
def fix_date(original):
day_str, month_str = original.split(' ')
- month_dict = {'feb': 2, 'mrt': 3, 'apr': 4, 'mei': 5}
+ month_dict = {'feb': 2, 'mrt': 3, 'apr': 4, 'mei': 5, 'jun': 6}
month = month_dict[month_str]
year = 2020
return datetime.date(year, month, int(day_str)).strftime('%Y-%m-%d')
diff --git a/src/pipeline/join_data.py b/src/pipeline/join_data.py
index d3882ab..ce94bbe 100644
--- a/src/pipeline/join_data.py
+++ b/src/pipeline/join_data.py
@@ -23,15 +23,15 @@
time_series_data_types = config.get_time_series_data_types()
-def get_time_series_data_by_type():
+def get_time_series_data_by_type(cc_by_sa=False):
time_series_data = {}
for dt in time_series_data_types:
- time_series_data[dt] = load_data.load_data_type(dt)
+ time_series_data[dt] = load_data.load_data_type(dt, cc_by_sa)
return time_series_data
-def get_time_series_df():
+def get_time_series_df(cc_by_sa=False):
joined_df = None
- time_series_data_by_type = get_time_series_data_by_type()
+ time_series_data_by_type = get_time_series_data_by_type(cc_by_sa)
for df in time_series_data_by_type.values():
if joined_df is None:
joined_df = df
@@ -41,4 +41,7 @@ def get_time_series_df():
locations_df = pd.read_csv(locations_path)
locations_df = locations_df[['region_code', 'region_name']]
time_series_df = joined_df.merge(locations_df, on=['region_code'], how='inner')
+ identifier_cols = ['region_code', 'region_name', 'date']
+ time_series_df_cols = [c for c in time_series_df.columns if c not in identifier_cols]
+ time_series_df = time_series_df[identifier_cols + time_series_df_cols]
return time_series_df
diff --git a/src/pipeline/load_data.py b/src/pipeline/load_data.py
index b48dc36..f422640 100644
--- a/src/pipeline/load_data.py
+++ b/src/pipeline/load_data.py
@@ -23,11 +23,12 @@
import config
-config_dict = config.read_config()
+
data_columns_by_type = config.get_data_columns_by_type()
identifier_columns = config.get_identifier_columns()
-def load_data_type(data_type):
+def load_data_type(data_type, cc_by_sa):
+ config_dict = config.read_config(cc_by_sa=cc_by_sa)
list_of_dfs = []
for k in config_dict:
params = config_dict[k]
@@ -46,44 +47,3 @@ def load_data_type(data_type):
list_of_dfs.append(df)
joined = pd.concat(list_of_dfs)
return joined
-
-def get_file_path(data_path):
- dir = data_path['dir']
- file = data_path['file']
- path = ''
- if 'find_recent' in data_path and data_path['find_recent']:
- path, _ = load_utils.most_recent_data(dir, file)
- else:
- path = os.path.join(dir, file)
-
- return path
-
-# load data and get the timestamp on filesystem
-def load_data_fs_timestamps_by_region():
- column_names = list(data_columns_by_type.keys())
- list_of_dfs = []
-
- for k in config_dict:
- params = config_dict[k]
- data_types = list(params['data'])
- data_path = get_file_path(params['path'])
- timestamp = load_utils.get_timestamp_from_file(data_path)
- load_func = getattr(load_functions, params['load']['function'])
- df = load_func(params)
- df = df[df.columns[df.columns.isin(identifier_columns)]]
- regions = df.region_code.unique()
- df = pd.DataFrame(columns = column_names)
- df['region_code'] = regions.tolist()
- for dt in data_types:
- df[dt] = timestamp
-
- list_of_dfs.append(df)
-
-
- # combine all data_frames
- result_df = pd.concat(list_of_dfs).fillna('')
- # squash rows of same region together
- agg_funcs = dict.fromkeys(column_names, lambda x: ''.join(x))
- result_df = result_df.groupby(['region_code']).agg(agg_funcs).reset_index()
-
- return result_df
diff --git a/src/pipeline/load_functions.py b/src/pipeline/load_functions.py
index 3e0b034..880e39f 100644
--- a/src/pipeline/load_functions.py
+++ b/src/pipeline/load_functions.py
@@ -17,15 +17,18 @@
import os
import pandas as pd
+import numpy as np
+import streamlit as st
import region_utils
import load_utils
import date_utils
+import path_utils
def default_load_function(params):
df = load_utils.default_read_function(params)
- df = region_utils.join_from_params(df, params)
+ df = region_utils.join_region_codes(df, params)
load_params = params['load']
if 'regions' in load_params:
if 'aggregate_by' in load_params['regions']:
@@ -41,20 +44,33 @@ def covidtracking(params):
# Note: we only include regions that are computing cumulative hospitalizations
# and don't compute a country-level hospitalization number for Spain
def spain_and_regions(params):
+ st.write(params)
data_df = default_load_function(params)
- data_df = data_df[
- (data_df['source_region_name'] != 'Castilla y León') &
- (data_df['source_region_name'] != 'Castilla La Mancha') &
- (data_df['source_region_name'] != 'C. Valenciana') &
- (data_df['source_region_name'] != 'Madrid') &
- (data_df['source_region_name'] != 'Cataluña')
- ]
+ data_df['hospitalized_current'] = data_df.apply(
+ lambda row: row['hospitalized_cumulative'] if
+ (row['source_region_code'] == 'CM' and row['date'] < '2020-04-11') or \
+ (row['source_region_code'] == 'MD' and row['date'] < '2020-04-26') else np.nan, axis=1
+ )
+ data_df['hospitalized_cumulative'] = data_df.apply(
+ lambda row: row['hospitalized_cumulative'] if pd.isnull(row['hospitalized_current']) else np.nan, axis=1
+ )
+ data_df['icu_current'] = data_df.apply(
+ lambda row: row['icu_cumulative'] if
+ (row['source_region_code'] == 'CL' and row['date'] < '2020-04-17') or \
+ (row['source_region_code'] == 'GA' and row['date'] < '2020-04-28') or \
+ (row['source_region_code'] == 'CM' and row['date'] < '2020-04-12') or \
+ (row['source_region_code'] == 'MD' and row['date'] < '2020-04-26') else np.nan, axis=1
+ )
+ data_df['icu_cumulative'] = data_df.apply(
+ lambda row: row['icu_cumulative'] if pd.isnull(row['icu_current']) else np.nan, axis=1
+ )
+ st.write(data_df)
return data_df
def japan_hospitalizations(params):
data_df = load_utils.default_read_function(params)
data_df['deaths_cumulative'] = data_df['deaths_cumulative'].replace(to_replace='-', value=0).astype('int32')
- data_df = region_utils.join_from_params(data_df, params)
+ data_df = region_utils.join_region_codes(data_df, params)
data_df = region_utils.aggregate_and_append(data_df, params)
return data_df
@@ -70,12 +86,12 @@ def netherlands_hospitalizations(params):
# Tricky because hospitalization data for scotland data comes from UK
# data source, but ICU data comes from here. Make sure they get joined correctly.
def scotland_hospitalizations(params):
- data_path, _ = load_utils.most_recent_data(params['path']['dir'], params['path']['file'])
+ data_path = path_utils.most_recent_data(params)['path']
df = pd.read_excel(data_path, 'Table 2 - Hospital Care', skiprows=4)
df = df.rename(columns={
df.columns[1]: "icu_current",
df.columns[4]: "hospitalized_current",
})
df = date_utils.parse_date(df, params)
- df = region_utils.join_from_params(df, params)
+ df = region_utils.join_region_codes(df, params)
return df
diff --git a/src/pipeline/load_utils.py b/src/pipeline/load_utils.py
index 33531bd..92ed315 100644
--- a/src/pipeline/load_utils.py
+++ b/src/pipeline/load_utils.py
@@ -20,6 +20,7 @@
import config
import date_utils
+from path_utils import ROOT_DIR, most_recent_data
def rename_data_columns(data_df, params):
@@ -28,14 +29,13 @@ def rename_data_columns(data_df, params):
return data_df
def default_read_function(params):
- source_params = params['path']
+ data_path = most_recent_data(params)['path']
read_params = None
if 'read' in params['load']:
read_params = params['load']['read']
- data_path, _ = most_recent_data(source_params['dir'], source_params['file'])
- file_extension = source_params['file'].split('.')[1]
+ file_extension = params['fetch']['file'].split('.')[1]
default_args = {
- 'csv': {'encoding': None, 'delimiter': None},
+ 'csv': {'encoding': None, 'delimiter': None, 'skipfooter': 0},
'xlsx': {'sheet_name': 0, 'skiprows': None, 'skipfooter': 0}
}
read_args = default_args[file_extension]
@@ -44,7 +44,7 @@ def default_read_function(params):
if k in read_params:
read_args[k] = read_params[k]
if file_extension == 'csv':
- data_df = pd.read_csv(data_path, delimiter=read_args['delimiter'], encoding=read_args['encoding'])
+ data_df = pd.read_csv(data_path, delimiter=read_args['delimiter'], encoding=read_args['encoding'], skipfooter=read_args['skipfooter'])
elif file_extension == 'xlsx':
data_df = pd.read_excel(data_path, sheet_name=read_args['sheet_name'], skiprows=read_args['skiprows'], skipfooter=read_args['skipfooter'])
@@ -63,30 +63,3 @@ def compute_cumulative_from_new(df, params):
new_col_name = schema[data_type]['columns']['new']
df[cum_col_name] = df.sort_values('date').groupby('region_code')[new_col_name].apply(lambda x: x.cumsum())
return df
-
-# Returns path, date
-def most_recent_data(directory, file):
- dir_abs_path = os.path.abspath(os.path.join(os.path.join(__file__, '../../..'), directory))
- _, subdirs, _ = next(os.walk(dir_abs_path))
- subdirs_that_are_dates = []
- for sd in subdirs:
- try:
- sd_date = datetime.datetime.strptime(sd, '%Y-%m-%d').date()
- subdirs_that_are_dates.append(sd_date)
- except ValueError:
- continue
- sorted_subdir_dates = sorted(subdirs_that_are_dates, reverse=True)
- for subdir_date in sorted_subdir_dates:
- date_str = subdir_date.strftime("%Y-%m-%d")
- path_to_file = os.path.join(dir_abs_path, date_str, file)
- if os.path.exists(path_to_file):
- return path_to_file, subdir_date
- return 'file path contains no data', 'file path contains no data'
-
-def get_timestamp_from_file(path):
- if not os.path.exists(path):
- return 'invald file path'
- m_time = os.path.getmtime(path)
- formatted_timestamp = datetime.datetime.fromtimestamp(m_time)
- formatted_timestamp = formatted_timestamp.strftime('%Y-%m-%d')
- return formatted_timestamp
diff --git a/src/pipeline/path_utils.py b/src/pipeline/path_utils.py
new file mode 100644
index 0000000..ed8cc41
--- /dev/null
+++ b/src/pipeline/path_utils.py
@@ -0,0 +1,80 @@
+#!/usr/bin/python
+#
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import pandas as pd
+import datetime
+import os
+
+import config
+
+CURRENT_DIR = os.path.dirname(__file__)
+ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
+
+def fetch_method_to_path_string(fetch_method):
+ lookup_dict = {
+ 'AUTOMATIC_DOWNLOAD': 'downloaded',
+ 'MANUAL_DOWNLOAD': 'downloaded',
+ 'SCRAPED': 'scraped',
+ 'STATIC': 'static'
+ }
+ return lookup_dict[fetch_method]
+
+def get_data_directory_path(params):
+ source_key = params['config_key']
+ fetch_method = params['fetch']['method']
+ fetch_string = fetch_method_to_path_string(fetch_method)
+ data_dir = os.path.join(ROOT_DIR, 'data/inputs', fetch_string, source_key)
+ file_name = params['fetch']['file']
+ return data_dir, file_name
+
+def has_data_from_date(params, date):
+ path_to_data = path_to_data_for_date(params, date)
+ path_dir = path_to_data['dir']
+ path_file = path_to_data['file']
+ return os.path.exists(os.path.join(path_dir, path_file))
+
+def path_to_data_for_date(params, date):
+ directory_path, file_name = get_data_directory_path(params)
+ return {'dir': os.path.join(directory_path, date), 'file': file_name}
+
+def most_recent_subdir(directory_path, file_name):
+ return_value = {'path': None, 'date': None}
+ _, subdirs, _ = next(os.walk(directory_path))
+ subdirs_that_are_dates = []
+ for sd in subdirs:
+ try:
+ sd_date = datetime.datetime.strptime(sd, '%Y-%m-%d').date()
+ subdirs_that_are_dates.append(sd_date)
+ except ValueError:
+ continue
+ # Sorted most recent to least recent
+ sorted_subdir_dates = sorted(subdirs_that_are_dates, reverse=True)
+ # Iterate from most recent to least recent, return as soon as you find
+ # a subdir containing the correct filename
+ for subdir_date in sorted_subdir_dates:
+ date_str = subdir_date.strftime("%Y-%m-%d")
+ path_to_file = os.path.join(directory_path, date_str, file_name)
+ if os.path.exists(path_to_file):
+ return_value['path'] = path_to_file
+ return_value['date'] = subdir_date
+ return return_value
+ # If you never found a subdir with this file, will return Nones here
+ return return_value
+
+# Returns a dictionary with 'path' and 'date', which are None if no data exists
+def most_recent_data(params):
+ directory_path, file_name = get_data_directory_path(params)
+ return most_recent_subdir(directory_path, file_name)
diff --git a/src/pipeline/region_utils.py b/src/pipeline/region_utils.py
index b46f96a..0c506b9 100644
--- a/src/pipeline/region_utils.py
+++ b/src/pipeline/region_utils.py
@@ -20,17 +20,23 @@
import config
+CURRENT_DIR = os.path.dirname(__file__)
+ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
+LOCATIONS_PATH = os.path.join(ROOT_DIR, 'data/inputs/static/locations.csv')
-def join_from_params(data_df, params):
+def join_region_codes(data_df, params):
reg_params = params['load']['regions']
- if 'region_code' in reg_params:
- data_df = default_region_code_joining(data_df, reg_params['region_code'])
+ if 'single_region_code' in reg_params:
+ data_df = join_single_region_code(data_df, reg_params['single_region_code'])
else:
data_df = join_on_keys(data_df, reg_params['mapping_file'], reg_params['mapping_keys'])
return data_df
-def default_region_code_joining(data_df, region_code):
- data_df['region_code'] = region_code
+def join_single_region_code(data_df, single_region_code):
+ data_df['region_code'] = single_region_code
+ locations_df = pd.read_csv(LOCATIONS_PATH)
+ locations_df = locations_df[config.all_region_columns()]
+ data_df = data_df.merge(locations_df, on=['region_code'])
return data_df
def join_on_keys(data_df, regions_path, mapping_keys):
diff --git a/src/scripts/export_aggregated_licenses.py b/src/scripts/export_aggregated_licenses.py
new file mode 100644
index 0000000..2921880
--- /dev/null
+++ b/src/scripts/export_aggregated_licenses.py
@@ -0,0 +1,101 @@
+#!/usr/bin/python
+#
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import pandas as pd
+import sys
+import os
+
+
+CURRENT_DIR = os.path.dirname(__file__)
+ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
+PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
+
+EXPORT_PATH_CC_BY_LICENSE = os.path.join(ROOT_DIR, 'data/exports/cc_by/LICENSE')
+EXPORT_PATH_CC_BY_SA_LICENSE = os.path.join(ROOT_DIR, 'data/exports/cc_by_sa/LICENSE')
+
+sys.path.append(PIPELINE_DIR)
+
+import config
+
+cc_by_header = '''The file `aggregated_cc_by.csv` is licensed under Creative Commons Attribution 4.0 International.\n
+It includes content under the following licenses:\n\n'''
+cc_by_sa_header = '''The file `aggregated_cc_by_sa.csv` is licensed under Creative Commons Attribution-ShareAlike 4.0 International.\n
+It includes content under the following licenses:\n\n'''
+
+complete_texts = '''Complete license texts for each unique license are available below:\n\n'''
+
+config_dict_cc_by = config.read_config(cc_by_sa=False)
+config_dict_cc_by_sa = config.read_config(cc_by_sa=True)
+
+all_license_files_cc_by = ['docs/license_files/cc-by-4.0']
+all_license_files_cc_by_sa = ['docs/license_files/cc-by-sa-4.0']
+
+for (key,source_params) in config_dict_cc_by.items():
+ if 'license' in source_params:
+ license_params = source_params['license']
+ if 'file' in license_params:
+ path = license_params['file']
+ if path not in all_license_files_cc_by:
+ all_license_files_cc_by.append(path)
+print(all_license_files_cc_by)
+
+for (key,source_params) in config_dict_cc_by_sa.items():
+ if 'license' in source_params:
+ license_params = source_params['license']
+ if 'file' in license_params:
+ path = license_params['file']
+ if path not in all_license_files_cc_by_sa:
+ all_license_files_cc_by_sa.append(path)
+print(all_license_files_cc_by_sa)
+
+def get_source_text(markdown_file):
+ with open(markdown_file) as f:
+ markdown_string = f.read()
+
+ source_text = markdown_string \
+ .replace('*', '') \
+ .replace('
', '\n') \
+ .replace('#### ', '') \
+ .replace('[link]', '').replace('((', '(').replace('))', ')')
+
+ return source_text
+
+source_cc_by = get_source_text(os.path.join(ROOT_DIR, 'docs/sources_cc_by.md'))
+source_cc_by_sa = get_source_text(os.path.join(ROOT_DIR, 'docs/sources_cc_by_sa.md'))
+
+with open(EXPORT_PATH_CC_BY_LICENSE, 'w') as outfile:
+ outfile.write(cc_by_header)
+ outfile.write(source_cc_by)
+ outfile.write('=======================================================================\n')
+ outfile.write(complete_texts)
+ for fname in all_license_files_cc_by:
+ with open(os.path.join(ROOT_DIR, fname)) as infile:
+ outfile.write(infile.read())
+ outfile.write('\n')
+ outfile.write('=======================================================================')
+ outfile.write('\n')
+
+with open(EXPORT_PATH_CC_BY_SA_LICENSE, 'w') as outfile:
+ outfile.write(cc_by_sa_header)
+ outfile.write(source_cc_by_sa)
+ outfile.write('=======================================================================\n')
+ outfile.write(complete_texts)
+ for fname in all_license_files_cc_by_sa:
+ with open(os.path.join(ROOT_DIR, fname)) as infile:
+ outfile.write(infile.read())
+ outfile.write('\n')
+ outfile.write('=======================================================================')
+ outfile.write('\n')
diff --git a/src/scripts/export_data.py b/src/scripts/export_data.py
index 1783de1..4f6faa9 100644
--- a/src/scripts/export_data.py
+++ b/src/scripts/export_data.py
@@ -21,11 +21,16 @@
CURRENT_DIR = os.path.dirname(__file__)
ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
-EXPORT_PATH = os.path.join(ROOT_DIR, 'data/exported/hospitalizations.csv')
+
+EXPORT_PATH_CC_BY = os.path.join(ROOT_DIR, 'data/exports/cc_by/aggregated_cc_by.csv')
+EXPORT_PATH_CC_BY_SA = os.path.join(ROOT_DIR, 'data/exports/cc_by_sa/aggregated_cc_by_sa.csv')
sys.path.append(PIPELINE_DIR)
import join_data
-time_series_df = join_data.get_time_series_df()
-time_series_df.to_csv(EXPORT_PATH, index=False)
+time_series_df_cc_by = join_data.get_time_series_df(cc_by_sa=False)
+time_series_df_cc_by.to_csv(EXPORT_PATH_CC_BY, index=False)
+
+time_series_df_cc_by_sa = join_data.get_time_series_df(cc_by_sa=True)
+time_series_df_cc_by_sa.to_csv(EXPORT_PATH_CC_BY_SA, index=False)
diff --git a/src/scripts/fetch_automatic_downloads.py b/src/scripts/fetch_automatic_downloads.py
index 132f654..a83a08d 100644
--- a/src/scripts/fetch_automatic_downloads.py
+++ b/src/scripts/fetch_automatic_downloads.py
@@ -27,26 +27,24 @@
sys.path.append(PIPELINE_DIR)
-import load_utils
+import path_utils
+import config
+# Iterate through all the sources, and for anything that is an automatic_download, get the file from the source url and store it at the desired path.
-# Iterate through sources.yaml, and for anything that is an automatic_download, get the file from the source url and store it at the desired path.
+automatic_downloads = config.read_config(filter_by_fetch_method = 'AUTOMATIC_DOWNLOAD')
todays_date = datetime.today().strftime('%Y-%m-%d')
-with open(os.path.join(ROOT_DIR, 'src/config/sources.yaml')) as file:
- config = yaml.load(file, Loader=yaml.FullLoader)
- config = dict(filter(lambda elem: elem[1]['fetch']['automatic_download'] == True, config.items()))
-
-for k in config:
- params = config[k]
+for k in automatic_downloads:
+ params = automatic_downloads[k]
source_url = params['fetch']['source_url']
- recent_path, recent_date = load_utils.most_recent_data(params['path']['dir'], params['path']['file'])
- if recent_date != todays_date:
+ if not path_utils.has_data_from_date(params, todays_date):
+ path_for_today = path_utils.path_to_data_for_date(params, todays_date)
print('Downloading data for: ', k)
print('Source url: ', source_url)
- out_dir = os.path.join(ROOT_DIR, params['path']['dir'], todays_date)
- out_file = params['path']['file']
+ out_dir = path_for_today['dir']
+ out_file = path_for_today['file']
out_path = os.path.join(out_dir, out_file)
if not os.path.exists(out_dir):
os.makedirs(out_dir)
diff --git a/src/scripts/fetch_scraped_data.py b/src/scripts/fetch_scraped_data.py
index de0da58..d608baa 100644
--- a/src/scripts/fetch_scraped_data.py
+++ b/src/scripts/fetch_scraped_data.py
@@ -26,29 +26,29 @@
sys.path.append(PIPELINE_DIR)
-import load_utils
+import config
+import path_utils
-with open(os.path.join(ROOT_DIR, 'src/config/sources.yaml')) as file:
- config = yaml.load(file, Loader=yaml.FullLoader)
+scraped = config.read_config(filter_by_fetch_method = 'SCRAPED')
spreadsheet_dir = os.path.join(ROOT_DIR, 'data/inputs/scraped/spreadsheets')
spreadsheet_file = 'hospitalizations.xlsx'
-path, date = load_utils.most_recent_data(spreadsheet_dir, spreadsheet_file)
-print(path)
+most_recent_spreadsheet = path_utils.most_recent_subdir(spreadsheet_dir, spreadsheet_file)
+spreadsheet_path = most_recent_spreadsheet['path']
+spreadsheet_date = most_recent_spreadsheet['date']
-# This assumes that every data source with scraped: True in sources.yaml comes from a single spreadsheet.
+# This assumes that every data source with params['fetch']['method'] == 'SCRAPED' comes from a single spreadsheet.
# If that stops being the case, will need to update this.
-todays_date = datetime.today().strftime('%Y-%m-%d')
-
-for k in config:
- params = config[k]
- if params['fetch']['scraped']:
- df = pd.read_excel(path, k)
- out_dir = os.path.join(ROOT_DIR, params['path']['dir'], todays_date)
- out_file = params['path']['file']
- out_path = os.path.join(out_dir, out_file)
- if not os.path.exists(out_dir):
- os.makedirs(out_dir)
- df.to_csv(out_path, index=False)
+for k in scraped:
+ params = scraped[k]
+ df = pd.read_excel(spreadsheet_path, k)
+ path_for_data = path_utils.path_to_data_for_date(params, spreadsheet_date)
+ print('path for data: ', path_for_data)
+ out_dir = path_for_data['dir']
+ out_file = path_for_data['file']
+ out_path = os.path.join(out_dir, out_file)
+ if not os.path.exists(out_dir):
+ os.makedirs(out_dir)
+ df.to_csv(out_path, index=False)
diff --git a/src/scripts/generate_license_file.py b/src/scripts/generate_license_file.py
index d687ed2..56884bc 100644
--- a/src/scripts/generate_license_file.py
+++ b/src/scripts/generate_license_file.py
@@ -20,18 +20,21 @@
CURRENT_DIR = os.path.dirname(__file__)
ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
-
-YAML_PATH = os.path.join(ROOT_DIR, 'src/config/docs.yaml')
+PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
LICENSE_PATH = os.path.join(ROOT_DIR, 'LICENSE')
-with open(YAML_PATH) as file:
- sources = yaml.load(file, Loader=yaml.FullLoader)
+sys.path.append(PIPELINE_DIR)
+
+import config
+
+sources = config.read_config(filter_no_load_func=False)
with open(LICENSE_PATH, 'w') as out:
for key in sources:
source_params = sources[key]
+ print(source_params)
if 'license' in source_params:
- out.write(source_params['country'] + '\n')
+ out.write(source_params['attribution']['country'] + '\n')
out.write('License: ')
out.write(source_params['license']['name'] + '\n')
out.write('Link: ')
diff --git a/src/scripts/generate_readme.py b/src/scripts/generate_readme.py
index 60ad3ae..9f6dcb6 100644
--- a/src/scripts/generate_readme.py
+++ b/src/scripts/generate_readme.py
@@ -24,7 +24,7 @@
ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
ABOUT_PATH = os.path.join(ROOT_DIR, 'docs/about.md')
-SOURCES_PATH = os.path.join(ROOT_DIR, 'docs/sources.md')
+SOURCES_PATH = os.path.join(ROOT_DIR, 'docs/sources_cc_by_sa.md')
README_PATH = os.path.join(ROOT_DIR, 'README.md')
with open(README_PATH, 'w') as outfile:
diff --git a/src/scripts/generate_source_docs.py b/src/scripts/generate_source_docs.py
index f6faab7..3cb172f 100644
--- a/src/scripts/generate_source_docs.py
+++ b/src/scripts/generate_source_docs.py
@@ -22,13 +22,19 @@
CURRENT_DIR = os.path.dirname(__file__)
ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
-SOURCES_PATH = os.path.join(ROOT_DIR, 'docs/sources.md')
-YAML_PATH = os.path.join(ROOT_DIR, 'src/config/docs.yaml')
+SOURCES_PATH_CC_BY = os.path.join(ROOT_DIR, 'docs/sources_cc_by.md')
+SOURCES_PATH_CC_BY_SA = os.path.join(ROOT_DIR, 'docs/sources_cc_by_sa.md')
+PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
-todays_date = datetime.today().strftime('%Y-%m-%d')
+sys.path.append(PIPELINE_DIR)
-with open(YAML_PATH) as file:
- sources = yaml.load(file, Loader=yaml.FullLoader)
+import config
+import path_utils
+
+sources_cc_by = config.read_config(filter_no_load_func=False, cc_by_sa=False)
+alphabetized_sources_cc_by = sorted(sources_cc_by.items(), key = lambda x: x[1]['attribution']['country'])
+sources_cc_by_sa = config.read_config(filter_no_load_func=False, cc_by_sa=True)
+alphabetized_sources_cc_by_sa = sorted(sources_cc_by_sa.items(), key = lambda x: x[1]['attribution']['country'])
def source_and_link_str(source_name, link):
str = source_name
@@ -37,51 +43,73 @@ def source_and_link_str(source_name, link):
str += '))'
return str
-with open(SOURCES_PATH, 'w') as out:
- for source in sources.values():
- out.write('#### ' + source['country'] + '\n')
- if 'source_name' in source:
- out.write('**Source name:** ')
- out.write(source_and_link_str(source['source_name'], source['main_link']))
- out.write('
')
- if 'data_link' in source:
- out.write('**Link to data:** ')
- out.write(source['data_link'])
- out.write('
')
- if 'original' in source:
- original_source = source['original']
- out.write('**Original data source:** ')
- out.write(source_and_link_str(original_source['source_name'], original_source['main_link']))
- out.write('
')
- if 'data_link' in original_source:
- out.write('**Link to original data:** ')
- out.write(original_source['data_link'])
- out.write('
')
- if 'license'in original_source:
- out.write('**License for original data:** ')
- out.write(source_and_link_str(original_source['license']['name'], original_source['license']['link']))
- out.write('
')
- if 'aggregated_by' in source:
- agg_source = source['aggregated_by']
- out.write('**Data aggregated by:** ')
- out.write(source_and_link_str(agg_source['source_name'], agg_source['main_link']))
- out.write('
')
- if 'license'in agg_source:
- out.write('**License for aggregated data:** ')
- out.write(source_and_link_str(agg_source['license']['name'], agg_source['license']['link']))
- out.write('
')
- if 'attribution' in source:
- out.write('**Attribution:** ')
- out.write(source['attribution'])
+def add_last_accessed_date(source):
+ try:
+ most_recent_date = path_utils.most_recent_data(source)['date']
+ source['last_accessed'] = str(most_recent_date)
+ return source
+ except:
+ return source
+
+def write_source(item, out):
+ source = item[1]
+ source = add_last_accessed_date(source)
+ attribution = source['attribution']
+ out.write('#### ' + attribution['country'] + '\n')
+ if 'source_name' in attribution:
+ out.write('**Source name:** ')
+ out.write(source_and_link_str(attribution['source_name'], attribution['main_link']))
+ out.write('
')
+ if 'data_link' in attribution:
+ out.write('**Link to data:** ')
+ out.write(attribution['data_link'])
+ out.write('
')
+ if 'copyright_notice' in attribution:
+ out.write('**Copyright notice:** ')
+ out.write(attribution['copyright_notice'])
+ out.write('
')
+ if 'original' in attribution:
+ original_source = attribution['original']
+ out.write('**Original data source:** ')
+ out.write(source_and_link_str(original_source['source_name'], original_source['main_link']))
+ out.write('
')
+ if 'data_link' in original_source:
+ out.write('**Link to original data:** ')
+ out.write(original_source['data_link'])
out.write('
')
- if 'description' in source:
- out.write('**Description:** ')
- out.write(source['description'])
+ if 'license'in original_source:
+ out.write('**License for original data:** ')
+ out.write(source_and_link_str(original_source['license']['name'], original_source['license']['link']))
out.write('
')
- if 'license' in source:
- out.write('**License:** ')
- out.write(source_and_link_str(source['license']['name'], source['license']['link']))
+ if 'aggregated_by' in attribution:
+ agg_source = attribution['aggregated_by']
+ out.write('**Data aggregated by:** ')
+ out.write(source_and_link_str(agg_source['source_name'], agg_source['main_link']))
+ out.write('
')
+ if 'license'in agg_source:
+ out.write('**License for aggregated data:** ')
+ out.write(source_and_link_str(agg_source['license']['name'], agg_source['license']['link']))
out.write('
')
+ if 'citation' in attribution:
+ out.write('**Citation:** ')
+ out.write(attribution['citation'])
+ out.write('
')
+ if 'description' in attribution:
+ out.write('**Description:** ')
+ out.write(attribution['description'])
+ out.write('
')
+ if 'license' in source:
+ out.write('**License:** ')
+ out.write(source_and_link_str(source['license']['name'], source['license']['link']))
+ out.write('
')
+ if 'last_accessed' in source:
+ out.write('**Last accessed:** ' + source['last_accessed'])
+ out.write('\n\n')
+
+with open(SOURCES_PATH_CC_BY, 'w') as out:
+ for item in alphabetized_sources_cc_by:
+ write_source(item, out)
- out.write('**Last accessed:** ' + todays_date)
- out.write('\n\n')
+with open(SOURCES_PATH_CC_BY_SA, 'w') as out:
+ for item in alphabetized_sources_cc_by_sa:
+ write_source(item, out)
diff --git a/src/views/debug.py b/src/views/debug.py
new file mode 100644
index 0000000..e427878
--- /dev/null
+++ b/src/views/debug.py
@@ -0,0 +1,36 @@
+#!/usr/bin/python
+#
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import streamlit as st
+import sys
+import os
+
+CURRENT_DIR = os.path.dirname(__file__)
+ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
+PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
+DEBUG_DIR = os.path.join(ROOT_DIR, 'src/views/debug')
+
+sys.path.append(PIPELINE_DIR)
+sys.path.append(DEBUG_DIR)
+
+import load_all_sources
+
+st.sidebar.markdown("# Select debug view:")
+radio_selection = st.sidebar.radio('', ['Load all sources'])
+st.sidebar.markdown("---")
+
+if radio_selection == 'Load all sources':
+ load_all_sources.load_all_data_sources()
diff --git a/src/views/load_all_sources.py b/src/views/debug/load_all_sources.py
similarity index 99%
rename from src/views/load_all_sources.py
rename to src/views/debug/load_all_sources.py
index b1dbf86..25d015d 100644
--- a/src/views/load_all_sources.py
+++ b/src/views/debug/load_all_sources.py
@@ -15,7 +15,6 @@
# limitations under the License.
import streamlit as st
-import yaml
import sys
import os
diff --git a/src/views/main.py b/src/views/main.py
new file mode 100644
index 0000000..0fe9f49
--- /dev/null
+++ b/src/views/main.py
@@ -0,0 +1,39 @@
+#!/usr/bin/python
+#
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import streamlit as st
+import sys
+import os
+
+CURRENT_DIR = os.path.dirname(__file__)
+ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
+PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
+MAIN_DIR = os.path.join(ROOT_DIR, 'src/views/main')
+UTILS_DIR = os.path.join(ROOT_DIR, 'src/views/utils')
+
+sys.path.append(PIPELINE_DIR)
+sys.path.append(MAIN_DIR)
+sys.path.append(UTILS_DIR)
+
+import pipeline_explorer
+import plot_utils
+
+st.sidebar.markdown("# Select view:")
+radio_selection = st.sidebar.radio('', ['Pipeline Explorer'])
+st.sidebar.markdown("---")
+
+if radio_selection == 'Pipeline Explorer':
+ pipeline_explorer.pipeline()
diff --git a/src/views/main/pipeline_explorer.py b/src/views/main/pipeline_explorer.py
new file mode 100644
index 0000000..283fcb4
--- /dev/null
+++ b/src/views/main/pipeline_explorer.py
@@ -0,0 +1,102 @@
+#!/usr/bin/python
+#
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import streamlit as st
+import sys
+import os
+
+CURRENT_DIR = os.path.dirname(__file__)
+ROOT_DIR = os.path.abspath(os.path.join(CURRENT_DIR, '../../'))
+PIPELINE_DIR = os.path.join(ROOT_DIR, 'src/pipeline')
+
+sys.path.append(PIPELINE_DIR)
+
+import load_functions
+import config
+import plot_utils
+
+# def load_func_with_params(params):
+# return load_func(params)
+
+def selected_data_types_to_cols(selected_data_types, data_params):
+ if selected_data_types:
+ filtered_data_params = {sdt: data_params[sdt] for sdt in selected_data_types}
+ else:
+ filtered_data_params = data_params
+ filtered_data_cols = config.col_params_to_col_list(filtered_data_params)
+ return filtered_data_cols
+
+def get_filtered_df(df, data_params, filtered_data_types, filtered_region_level):
+ identifier_list = ['date', 'region_code']
+ region_list = ['parent_region_code', 'region_code_type', 'region_code_level', 'level_1_region_code', 'level_2_region_code', 'level_3_region_code']
+ # if show_regions:
+ # identifiers = identifier_list + region_list
+ # else:
+ # identifiers = identifier_list
+ identifiers = identifier_list + region_list
+ if filtered_region_level != 'All':
+ df = df[df['region_code_level'] == filtered_region_level]
+ filtered_data_cols = selected_data_types_to_cols(filtered_data_types, data_params)
+ filtered_columns = identifier_list + filtered_data_cols + region_list
+ filtered_df = df[filtered_columns]
+ return filtered_df
+
+def pipeline():
+ config_dict = config.read_config()
+
+ selected_sources = st.sidebar.multiselect('Data Source: ', list(config_dict.keys()))
+
+ if not selected_sources:
+ st.subheader("Click the arrow in top left to open the sidebar and select a data source!")
+
+ selected_config = {selected_key: config_dict[selected_key] for selected_key in selected_sources}
+
+ show_config = st.sidebar.checkbox('Show config', value=False, key='key1')
+ show_load_function_output = st.sidebar.checkbox('Show load function output', value=True, key='key2')
+ filtered_region_level = st.sidebar.radio('Filter by region levels', [1, 2, 3, 'All'])
+
+ for k in selected_config:
+ st.header('Data source: ' + k)
+ params = config_dict[k]
+ data_params = params['data']
+ data_keys = list(data_params.keys())
+ filtered_data_types = st.sidebar.multiselect('Filter ' + k + ' by data type:', data_keys)
+ if show_config:
+ st.subheader('Config: ')
+ st.write(params)
+ load_func_name = params['load']['function']
+ if load_func_name == 'None':
+ st.write('No load function')
+ else:
+ load_func = getattr(load_functions, load_func_name)
+ df = load_func(params)
+ if show_load_function_output:
+ st.subheader('Load function output:')
+ st.write(df)
+ st.subheader('Filtered data:')
+ #show_regions = st.checkbox('Filter by region level', value=False, key='key3')
+ #filtered_region_level = st.checkbox('Filter by region level', value=False, key='key3')
+ filtered_df = get_filtered_df(df, data_params, filtered_data_types, filtered_region_level)
+ st.write(filtered_df)
+ plot_data_types = st.sidebar.multiselect('Plot ' + k + ' by data type:', data_keys)
+ plot_data_cols = selected_data_types_to_cols(plot_data_types, data_params)
+ unique_regions = df.region_code.unique()
+ selected_regions = st.sidebar.multiselect('Select regions:', unique_regions)
+ for region in unique_regions:
+ st.write(region)
+ region_df = df[df['region_code'] == region]
+ source_df = plot_utils.melt_and_filter_data(plot_data_cols, region_df)
+ st.altair_chart(plot_utils.ruled_altair_chart(source_df), use_container_width=True)
diff --git a/src/views/utils/plot_utils.py b/src/views/utils/plot_utils.py
new file mode 100644
index 0000000..3753966
--- /dev/null
+++ b/src/views/utils/plot_utils.py
@@ -0,0 +1,68 @@
+#!/usr/bin/python
+#
+# Copyright 2020 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+import streamlit as st
+import pandas as pd
+import altair as alt
+
+def ruled_altair_chart(source):
+ line = alt.Chart(source).encode(
+ x=alt.X(
+ 'yearmonthdate(date):T',
+ axis=alt.Axis(tickSize=0, labelAngle=-90, tickCount=5, title='Date')
+ ),
+ y=alt.Y('value', title='Count'
+ ),
+ color='variable'
+ )
+ # Create a selection that chooses the nearest point & selects based on x-value
+ nearest = alt.selection(type='single', nearest=True, on='mouseover',
+ fields=['date'], empty='none')
+ # Transparent selectors across the chart. This is what tells us
+ # the x-value of the cursor
+ selectors = alt.Chart(source).mark_point().encode(
+ x='date',
+ opacity=alt.value(0),
+ ).add_selection(
+ nearest
+ )
+
+ # Draw points on the line, and highlight based on selection
+ points = line.mark_point().encode(
+ opacity=alt.condition(nearest, alt.value(1), alt.value(0))
+ )
+
+ # Draw text labels near the points, and highlight based on selection
+ text = line.mark_text(align='left', dx=5, dy=-5).encode(
+ text=alt.condition(nearest, 'value:Q', alt.value(' '))
+ )
+ # Draw a rule at the location of the selection
+ rules = alt.Chart(source).mark_rule(color='gray').encode(
+ x='date',
+ ).transform_filter(
+ nearest
+ )
+
+ # Put the five layers into a chart and bind the data
+ layers = alt.layer(line.mark_line(), selectors, points, text, rules)
+
+ return layers
+
+def melt_and_filter_data(columns, df):
+ plot_df = df[columns + ['date']]
+ source_df = plot_df.reset_index().melt('date')
+ source_df = source_df[source_df['variable'] != 'index']
+ return source_df