[DEPRECATED] COVID-19 Coronavirus Data - Daily (up To 14 December 2020)
European Centre for Disease Prevention and Control
@ecdc.covid_19_coronavirus_data
European Centre for Disease Prevention and Control
@ecdc.covid_19_coronavirus_data
CREATE TABLE covid_19_cases_worldwide (
"daterep" TIMESTAMP,
"day" BIGINT,
"month" BIGINT,
"year" BIGINT,
"cases" BIGINT,
"deaths" BIGINT,
"countriesandterritories" VARCHAR,
"geoid" VARCHAR,
"countryterritorycode" VARCHAR,
"popdata2019" DOUBLE,
"continentexp" VARCHAR,
"cumulative_number_for_14_days_of_covid_19_cases_per_100000" DOUBLE
);
Anyone who has the link will be able to view this.