Covid-19 Deaths And Vaccinations Dataset
Analyze the data to find patterns and trends in Covid-19 deaths and vaccination
@kaggle.tohidkhanbagani_covid_19_deaths_and_vaccinations_dataset
Analyze the data to find patterns and trends in Covid-19 deaths and vaccination
@kaggle.tohidkhanbagani_covid_19_deaths_and_vaccinations_dataset
CREATE TABLE covid_vaccinations (
"iso_code" VARCHAR,
"continent" VARCHAR,
"location" VARCHAR,
"date" TIMESTAMP,
"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,
"positive_rate" DOUBLE,
"tests_per_case" DOUBLE,
"tests_units" VARCHAR,
"total_vaccinations" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"total_boosters" DOUBLE,
"new_vaccinations" DOUBLE,
"new_vaccinations_smoothed" DOUBLE,
"total_vaccinations_per_hundred" DOUBLE,
"people_vaccinated_per_hundred" DOUBLE,
"people_fully_vaccinated_per_hundred" DOUBLE,
"total_boosters_per_hundred" DOUBLE,
"new_vaccinations_smoothed_per_million" DOUBLE,
"new_people_vaccinated_smoothed" DOUBLE,
"new_people_vaccinated_smoothed_per_hundred" DOUBLE,
"stringency_index" 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,
"excess_mortality_cumulative_absolute" DOUBLE,
"excess_mortality_cumulative" DOUBLE,
"excess_mortality" DOUBLE,
"excess_mortality_cumulative_per_million" DOUBLE
);
Anyone who has the link will be able to view this.