Baselight

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

Covid Oceania Weekly Trend
@kaggle.anandhuh_covid_weekly_trends_in_oceania.covid_oceania_weekly_trend

  • 9.09 KB
  • 14 rows
  • 10 columns
country_other

Country/Other

cases_in_the_last_7_days

Cases In The Last 7 Days

cases_in_the_preceding_7_days

Cases In The Preceding 7 Days

weekly_case_change

Weekly Case % Change

cases_in_the_last_7_days_1m_pop

Cases In The Last 7 Days/1M Pop

deaths_in_the_last_7_days

Deaths In The Last 7 Days

deaths_in_the_preceding_7_days

Deaths In The Preceding 7 Days

weekly_death_change

Weekly Death % Change

deaths_in_the_last_7_days_1m_pop

Deaths In The Last 7 Days/1M Pop

population

Population

Australia4693774787-371801388253531526068792
Cook Islands118408-71671617571
Fiji22215242-100909466
French Polynesia47-100284164
Micronesia1331-581113-100117489
Micronesia1331-581113-100117489
New Caledonia148158-6509290915
New Zealand1237722277-4425273054-4464898203
Niue90151-40554871622
Palau536727418233

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,
  "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" BIGINT,
  "population" BIGINT
);

Share link

Anyone who has the link will be able to view this.