Covid-data
COVID-19 WORLD DATA collected from github.com
@kaggle.nonstochastic147_coviddata
COVID-19 WORLD DATA collected from github.com
@kaggle.nonstochastic147_coviddata
CREATE TABLE time_series_19_covid_combined (
"date" TIMESTAMP,
"country_region" VARCHAR,
"province_state" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"confirmed" DOUBLE,
"recovered" DOUBLE,
"deaths" DOUBLE
);
Anyone who has the link will be able to view this.