COVID-19 Coronavirus Dataset Worldwide
COVID-19 Cases Worldwide, by European Centre for Disease Prevention and Control
@kaggle.hgultekin_covid19_coronavirus_dataset
COVID-19 Cases Worldwide, by European Centre for Disease Prevention and Control
@kaggle.hgultekin_covid19_coronavirus_dataset
CREATE TABLE covid_19_geographic_disbtribution_worldwide_2020_08_02 (
"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
);
CREATE TABLE covid_19_geographic_disbtribution_worldwide_2020_08_08 (
"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.