

- DBSCHEMA ACADEMIC LICENSE SOFTWARE
- DBSCHEMA ACADEMIC LICENSE CODE
- DBSCHEMA ACADEMIC LICENSE LICENSE
- DBSCHEMA ACADEMIC LICENSE DOWNLOAD
DBSCHEMA ACADEMIC LICENSE LICENSE
You should have received a copy of the GNU General Public License GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is distributed in the hope that it will be useful,īut WITHOUT ANY WARRANTY without even the implied warranty of
DBSCHEMA ACADEMIC LICENSE SOFTWARE
The Free Software Foundation, either version 3 of the License, or It under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
DBSCHEMA ACADEMIC LICENSE CODE
This code is Copyright (c) 2019-2020 John Goerzen

Julian dates and Y/M/D dates are added to the CSV source.

Please note that this source is no longer updating daily.Location data is pulled into a separate table, and brought back in via a view, cutting the size of the table on disk in half.This has been corrected to 0 in these tables. The source data used NULL instead of 0 for deltas.For ease of tabulation, those rows are added back in so a given dataseries for a given location should have a row present for every day. The source data eliminated rows for a given dataset and location on days on which there were no new cases/deaths (all the delta values would be zero).Counties that did not previously have a population present have the per-100k people calculations performed and added.County populations were not previously populated, and are now done so in the factbook_population column using the Johns Hopkins data (see below).It simply increases by 1 for each day, and makes date-based arithmetic simpler in many cases. A Julian date field is added for ease of computation.Counties are cross-referenced with their FIPS code, which is added to the cdataset view.Additional augmentation is done on reading in to this system: Please see the derived datasets link above for a description of the sources and the augmentation done there. select distinct dataset from cdataset order by dataset will show you the available datasets. This integrates the "combined" set, so you will almost certainly want to use a WHERE dataset='foo' in every query so that you use only a single dataset. cdataset is from the COVID-19 derived datasets project, which includes data from Johns Hopkins University, the New York Times, and ECDC.Julian dates and YYYY-MM-DD dates are added to the CSV source, along with population and a calculation of new cases/deaths. nytcounties is from the New York Times dataset.
DBSCHEMA ACADEMIC LICENSE DOWNLOAD
Direct source data download URLs are in loader.rs. A Rust API for sqlx is also provided for select tables. The views defined there are intended to be the primary way to access the database. You can find a complete database schema in dbschema.rs. Please give credit to original sources of data (eg, The New York Times) and aggregators in your work. Please note that various included data requests or requires attribution.

COVID-19 Database for Research and Analysis
