COVID-19 Daily Data
Normalized dataset from the CSSE daily Reports
@kaggle.osa4olli_covid19_data_normalized_from_csse
Normalized dataset from the CSSE daily Reports
@kaggle.osa4olli_covid19_data_normalized_from_csse
CREATE TABLE covid_data_normalized (
"unnamed_0" BIGINT,
"level_0" BIGINT,
"index" BIGINT,
"province_state" VARCHAR,
"country_region" VARCHAR,
"last_update" VARCHAR,
"confirmed" DOUBLE,
"deaths" DOUBLE,
"recovered" DOUBLE,
"tstamp" TIMESTAMP,
"fips" DOUBLE,
"admin2" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"active" DOUBLE,
"combined_key" VARCHAR,
"cc" VARCHAR
);
Anyone who has the link will be able to view this.