OWID COVID19
Coronavirus Pandemic (COVID-19) - Published online at OurWorldInData.org
@kaggle.gaborfodor_owid_covid19
Coronavirus Pandemic (COVID-19) - Published online at OurWorldInData.org
@kaggle.gaborfodor_owid_covid19
CREATE TABLE owid_covid_data (
"iso_code" VARCHAR,
"continent" VARCHAR,
"location" VARCHAR,
"date" TIMESTAMP,
"total_cases" DOUBLE,
"new_cases" DOUBLE,
"new_cases_smoothed" DOUBLE,
"total_deaths" DOUBLE,
"new_deaths" DOUBLE,
"new_deaths_smoothed" DOUBLE,
"total_cases_per_million" DOUBLE,
"new_cases_per_million" DOUBLE,
"new_cases_smoothed_per_million" DOUBLE,
"total_deaths_per_million" DOUBLE,
"new_deaths_per_million" DOUBLE,
"new_deaths_smoothed_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_per_case" DOUBLE,
"positive_rate" 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,
"cardiovasc_death_rate" DOUBLE,
"diabetes_prevalence" DOUBLE,
"female_smokers" DOUBLE,
"male_smokers" DOUBLE,
"handwashing_facilities" DOUBLE,
"hospital_beds_per_thousand" DOUBLE,
"life_expectancy" DOUBLE,
"human_development_index" DOUBLE
);
Anyone who has the link will be able to view this.