Covid-19 In Europe - Latest Data
Covid-19 Data as on January 19, 2023
@kaggle.anandhuh_latest_covid19_data_of_european_countries
Covid-19 Data as on January 19, 2023
@kaggle.anandhuh_latest_covid19_data_of_european_countries
This dataset contains Covid-19 data of European ountries as on January 19, 2023
Link : https://www.worldometers.info/coronavirus/#countries
https://www.kaggle.com/anandhuh/datasets
Please appreciate the effort with an upvote 👍
CREATE TABLE europe_covid (
"country_other" VARCHAR,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_recovered" DOUBLE,
"active_cases" DOUBLE,
"tot_cases_1m_pop" BIGINT -- Tot Cases/ 1M Pop,
"deaths_1m_pop" BIGINT -- Deaths/ 1M Pop,
"total_tests" BIGINT,
"tests_1m_pop" BIGINT -- Tests/ 1M Pop,
"population" BIGINT
);
Anyone who has the link will be able to view this.