Covid In Oceania - Latest Data
Covid-19 Data as on January 11, 2023
@kaggle.anandhuh_covid_in_oceania_latest_data
Covid-19 Data as on January 11, 2023
@kaggle.anandhuh_covid_in_oceania_latest_data
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
);
Anyone who has the link will be able to view this.