Baselight

Covid-19 In Europe - Latest Data

Covid-19 Data as on January 19, 2023

@kaggle.anandhuh_latest_covid19_data_of_european_countries

Loading...
Loading...

About this Dataset

Covid-19 In Europe - Latest Data

Content

This dataset contains Covid-19 data of European ountries as on January 19, 2023

Attribute Information

  • Country/Other - Name of European countries and islands
  • 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 Countries

Source

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

Other Updated Covid Datasets

https://www.kaggle.com/anandhuh/datasets
Please appreciate the effort with an upvote 👍

Thank You

Tables

Europe Covid

@kaggle.anandhuh_latest_covid19_data_of_european_countries.europe_covid
  • 10.75 KB
  • 47 rows
  • 10 columns
Loading...

CREATE TABLE europe_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" BIGINT,
  "tests_1m_pop" BIGINT,
  "population" BIGINT
);

Share link

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