Baselight

Latest Covid-19 Data Of Asian Countries

Covid-19 Data of Asian Countries as on September 21, 2023

@kaggle.anandhuh_latest_covid19_data_of_asian_countries

Loading...
Loading...

About this Dataset

Latest Covid-19 Data Of Asian Countries

Content

Covid-19 Data of Asian Countries as on September 21, 2023

Attribute Information

  • Country - Name of Asian Countries
  • Total Cases - Total number of Covid cases
  • Total Deaths - Total number of Covid deaths
  • Total Recovered - Total number of recovered cases
  • Active Cases - Total number of active cases
  • Total Cases/1M population - Total cases per 1 million population
  • Deaths per 1M population - Total deaths per 1 million population
  • Total Tests - Total covid tests done
  • Tests/1M population - Tests per 1 million of the population
  • Population - Population in each country

Source

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

Other updated Covid datasets

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

Thank You

Tables

Latest Covid 19 Data In Asia

@kaggle.anandhuh_latest_covid19_data_of_asian_countries.latest_covid_19_data_in_asia
  • 10.9 KB
  • 50 rows
  • 10 columns
Loading...

CREATE TABLE latest_covid_19_data_in_asia (
  "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.