Covid-19 Pandemic
Check out my new Data Analysis Project on Covid-19 Pandemic.
@kaggle.willianoliveiragibin_covid_19_pandemic
Check out my new Data Analysis Project on Covid-19 Pandemic.
@kaggle.willianoliveiragibin_covid_19_pandemic
CREATE TABLE covid_19_clean_complete_new (
"country_region" VARCHAR,
"lat" VARCHAR,
"long" VARCHAR,
"date" TIMESTAMP,
"confirmed" BIGINT,
"deaths" BIGINT,
"recovered" BIGINT,
"active" BIGINT,
"who_region" VARCHAR
);
Anyone who has the link will be able to view this.