Coronavirus Disease (COVID-19)
COVID-19 worldwide Dataset
@kaggle.ihebsliti_coronavirus_disease_covid19
COVID-19 worldwide Dataset
@kaggle.ihebsliti_coronavirus_disease_covid19
Since awareness on COVID-19 🤒 began growing across the world, more health datasets have been published as open for (re-)users to utilise in creating platforms and interactive maps, for example, to support citizens in taking steps to stay healthy, like avoiding risk areas 👊 .
This dataset is intended to mobilize researchers 💪 to apply recent advances in natural language processing to generate new insights in support of the fight against this infectious disease.
Source of data: ourworldindata
CREATE TABLE covid_data (
"iso_code" VARCHAR,
"location" VARCHAR,
"date" TIMESTAMP,
"total_cases" BIGINT,
"new_cases" BIGINT,
"total_deaths" BIGINT,
"new_deaths" BIGINT,
"total_cases_per_million" DOUBLE,
"new_cases_per_million" DOUBLE,
"total_deaths_per_million" DOUBLE,
"new_deaths_per_million" DOUBLE,
"total_tests" DOUBLE,
"new_tests" DOUBLE,
"total_tests_per_thousand" DOUBLE,
"new_tests_per_thousand" DOUBLE,
"new_tests_smoothed" DOUBLE,
"new_tests_smoothed_per_thousand" DOUBLE,
"tests_units" VARCHAR,
"stringency_index" DOUBLE,
"population" DOUBLE,
"population_density" DOUBLE,
"median_age" DOUBLE,
"aged_65_older" DOUBLE,
"aged_70_older" DOUBLE,
"gdp_per_capita" DOUBLE,
"extreme_poverty" DOUBLE,
"cvd_death_rate" DOUBLE,
"diabetes_prevalence" DOUBLE,
"female_smokers" DOUBLE,
"male_smokers" DOUBLE,
"handwashing_facilities" DOUBLE,
"hospital_beds_per_100k" DOUBLE
);Anyone who has the link will be able to view this.