COVID-19 WEEKLY TRENDS IN EUROPE
Weekly trends of COVID-19 in different regions of Europe as on March 28,2022.
@kaggle.aryakrishnanar_covid19_weekly_trends_in_europe
Weekly trends of COVID-19 in different regions of Europe as on March 28,2022.
@kaggle.aryakrishnanar_covid19_weekly_trends_in_europe
CREATE TABLE covid_19_weekly_trends_in_europe_2 (
"country_other" VARCHAR,
"cases_in_the_last_7_days" BIGINT,
"cases_in_the_preceding_7_days" BIGINT,
"weekly_case_change" DOUBLE,
"cases_in_the_last_7_days_1m_pop" BIGINT,
"deaths_in_the_last_7_days" BIGINT,
"deaths_in_the_preceding_7_days" BIGINT,
"weekly_death_change" DOUBLE,
"deaths_in_the_last_7_days_1m_pop" DOUBLE,
"population" BIGINT
);
CREATE TABLE covid_19_weekly_trends_in_europe (
"country_other" VARCHAR,
"cases_in_the_last_7_days" BIGINT,
"cases_in_the_preceding_7_days" BIGINT,
"weekly_case_change" DOUBLE,
"cases_in_the_last_7_days_1m_pop" BIGINT,
"deaths_in_the_last_7_days" BIGINT,
"deaths_in_the_preceding_7_days" BIGINT,
"weekly_death_change" DOUBLE,
"deaths_in_the_last_7_days_1m_pop" BIGINT,
"population" BIGINT
);
Anyone who has the link will be able to view this.