Covid Cases And Deaths WorldWide
Reported Cases and Deaths by Country or Territory
@kaggle.themrityunjaypathak_covid_cases_and_deaths_worldwide
Reported Cases and Deaths by Country or Territory
@kaggle.themrityunjaypathak_covid_cases_and_deaths_worldwide
CREATE TABLE covid_worldwide (
"serial_number" BIGINT,
"country" VARCHAR,
"total_cases" BIGINT,
"total_deaths" DOUBLE,
"total_recovered" DOUBLE,
"active_cases" DOUBLE,
"total_test" DOUBLE,
"population" DOUBLE
);
Anyone who has the link will be able to view this.