Country Data On COVID-19
COVID-19 dataset up to 21/02/2023
@kaggle.carlaoliveira_country_data_on_covid19
COVID-19 dataset up to 21/02/2023
@kaggle.carlaoliveira_country_data_on_covid19
CREATE TABLE df_covid19_countries (
"location" VARCHAR,
"date" TIMESTAMP,
"total_cases" DOUBLE,
"new_cases" DOUBLE,
"new_cases_smoothed" DOUBLE,
"total_deaths" DOUBLE,
"new_deaths" DOUBLE,
"new_deaths_smoothed" DOUBLE,
"reproduction_rate" DOUBLE,
"total_vaccinations" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"total_boosters" DOUBLE,
"population" DOUBLE,
"vaccination_ratio" DOUBLE,
"prevalence" DOUBLE,
"incidence" DOUBLE
);
Anyone who has the link will be able to view this.