COVID-19 Complete BG Dataset With Vaccinated
The most complete COVID-19 dataset in Bulgaria
@kaggle.medaxone_covid19_complete_bg_dataset_with_vaccinated
The most complete COVID-19 dataset in Bulgaria
@kaggle.medaxone_covid19_complete_bg_dataset_with_vaccinated
CREATE TABLE covid_bg (
"date" TIMESTAMP,
"performed_tests" DOUBLE,
"total_tests_per_thousand" DOUBLE,
"daily_tests" DOUBLE,
"new_tests_per_thousand" DOUBLE,
"confirmed_cases" BIGINT,
"total_cases_per_million" DOUBLE,
"active_cases" DOUBLE,
"new_daily_cases" BIGINT,
"new_cases_per_million" DOUBLE,
"positive_rate" DOUBLE,
"hospitalized" DOUBLE,
"hosp_patients_per_million" DOUBLE,
"in_icu" DOUBLE,
"icu_patients_per_million" DOUBLE,
"recovered" DOUBLE,
"daily_recovered" DOUBLE,
"deaths" BIGINT,
"total_deaths_per_million" DOUBLE,
"daily_deaths" BIGINT,
"new_deaths_per_million" DOUBLE,
"reproduction_rate" DOUBLE,
"total_vaccinations" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"new_vaccinations" DOUBLE,
"total_vaccinations_per_hundred" DOUBLE,
"people_vaccinated_per_hundred" DOUBLE,
"people_fully_vaccinated_per_hundred" DOUBLE
);
Anyone who has the link will be able to view this.