Covid-19 Weekly Trends In Europe - Latest Data
Weekly trends of Covid-19 as on September 20,2023
@kaggle.anandhuh_covid19_weekly_trends_in_europe_latest_data
Weekly trends of Covid-19 as on September 20,2023
@kaggle.anandhuh_covid19_weekly_trends_in_europe_latest_data
CREATE TABLE covid_europe_weekly_trend (
"country_other" VARCHAR,
"cases_in_the_last_7_days" BIGINT,
"cases_in_the_preceding_7_days" BIGINT,
"weekly_case_change" BIGINT,
"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" BIGINT,
"deaths_in_the_last_7_days_1m_pop" DOUBLE,
"population" BIGINT
);
Anyone who has the link will be able to view this.