COVID-19 India
Novel Coronavirus (COVID-19) Cases
@kaggle.vinitshah0110_covid19_india
Novel Coronavirus (COVID-19) Cases
@kaggle.vinitshah0110_covid19_india
CREATE TABLE covid19_india (
"date" TIMESTAMP,
"location" VARCHAR,
"total_cases" BIGINT,
"new_cases" BIGINT,
"total_deaths" DOUBLE,
"new_deaths" BIGINT,
"total_tests" DOUBLE,
"new_tests" DOUBLE,
"total_vaccinations" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"new_vaccinations" DOUBLE,
"new_cases_smoothed" DOUBLE,
"new_deaths_smoothed" DOUBLE
);
Anyone who has the link will be able to view this.