Covid-19 Weekly Trends In Oceania - Latest Data
Weekly trends of Covid-19 as on January 13, 2023
@kaggle.anandhuh_covid_weekly_trends_in_oceania
Weekly trends of Covid-19 as on January 13, 2023
@kaggle.anandhuh_covid_weekly_trends_in_oceania
This dataset contains data of weekly trend of Covid-19 in Oceania (January 06 - January 13, 2023)
Link : https://www.worldometers.info/coronavirus/weekly-trends/#weekly_table
Link : https://www.kaggle.com/anandhuh/datasets
Please appreciate the effort with an upvote 👍
CREATE TABLE covid_oceania_weekly_trend (
"country_other" VARCHAR,
"cases_in_the_last_7_days" BIGINT,
"cases_in_the_preceding_7_days" BIGINT,
"weekly_case_change" BIGINT -- Weekly Case % Change,
"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 -- Weekly Death % Change,
"deaths_in_the_last_7_days_1m_pop" BIGINT,
"population" BIGINT
);
Anyone who has the link will be able to view this.