COVID-19 Global Statistics Dataset
Tracking the Global Impact of COVID-19: Comprehensive Statistics and Insights
@kaggle.harshitstark_covid_19_global_statistics_dataset
Tracking the Global Impact of COVID-19: Comprehensive Statistics and Insights
@kaggle.harshitstark_covid_19_global_statistics_dataset
CREATE TABLE covid_19_global_statistics_dataset (
"country" VARCHAR,
"total_cases" BIGINT,
"new_cases" DOUBLE,
"total_deaths" DOUBLE,
"new_deaths" DOUBLE,
"total_recovered" DOUBLE,
"new_recovered" DOUBLE,
"active_cases" DOUBLE,
"serious_critical" DOUBLE,
"tot_cases_1m_pop" DOUBLE,
"deaths_1m_pop" DOUBLE,
"total_tests" DOUBLE,
"tests_1m_pop" DOUBLE,
"population" DOUBLE
);
Anyone who has the link will be able to view this.