Baselight

Covid19 In World Countries-Latest Data

Covid-19 Data as on September 14, 2023

@kaggle.anandhuh_covid19_in_world_countrieslatest_data

Loading...
Loading...

About this Dataset

Covid19 In World Countries-Latest Data

Content

This dataset contains Covid-19 data of world countries as on September 14, 2023

Attribute Information

  • Country - Name of world countries
  • 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
  • Death/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 Covid 19 Datasets

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

Thank You

Tables

Worldwide Covid Data

@kaggle.anandhuh_covid19_in_world_countrieslatest_data.worldwide_covid_data
  • 21.94 KB
  • 221 rows
  • 10 columns
Loading...

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