Baselight

Covid In Oceania - Latest Data

Covid-19 Data as on January 11, 2023

@kaggle.anandhuh_covid_in_oceania_latest_data

Loading...
Loading...

About this Dataset

Covid In Oceania - Latest Data

Content

This dataset contains Covid-19 data of Oceania as on January 11, 2023

Attribute Information

  • Country - Name of Oceania countries and regions
  • Total Cases - Total number of Covid-19 cases
  • Total Deaths - Total number of Deaths
  • Total Recovered - Total number of recovered cases
  • Active Cases - Total number of Active cases
  • Total Cases/1 mil population- Total Cases per 1 million of the population
  • Deaths/1 mil population - Total Deaths per 1 million of the population
  • Total Tests - Total number of Covid tests done
  • Tests/1 mil population - Covid tests done per 1 million of the population
  • Population - Population of the country

Source

Link : https://www.worldometers.info/coronavirus/#countries

Other Updated Covid19 Datasets

Link : https://www.kaggle.com/anandhuh/datasets

If you find it useful, please support by upvoting 👍

Thank You

Tables

Oceania Covid

@kaggle.anandhuh_covid_in_oceania_latest_data.oceania_covid
  • 8.71 KB
  • 17 rows
  • 10 columns
Loading...

CREATE TABLE oceania_covid (
  "country_other" VARCHAR,
  "total_cases" BIGINT,
  "total_deaths" BIGINT,
  "total_recovered" DOUBLE,
  "active_cases" DOUBLE,
  "tot_cases_1m_pop" BIGINT,
  "deaths_1m_pop" BIGINT,
  "total_tests" DOUBLE,
  "tests_1m_pop" DOUBLE,
  "population" BIGINT
);

Share link

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