Covid Cases By Country - 2023
Reported Covid-19 Cases and Deaths by Country or Territory - 2023
@kaggle.joebeachcapital_covid_cases_by_country_2023
Reported Covid-19 Cases and Deaths by Country or Territory - 2023
@kaggle.joebeachcapital_covid_cases_by_country_2023
CREATE TABLE worldcases2023 (
"rank" BIGINT,
"country" VARCHAR,
"totalcases" BIGINT,
"newcases" DOUBLE,
"totaldeaths" DOUBLE,
"newdeaths" DOUBLE,
"totalrecovered" DOUBLE,
"newrecovered" DOUBLE,
"activecases" DOUBLE,
"seriouscritical" DOUBLE,
"tot_casesper1mpop" DOUBLE,
"deathsper1mpop" DOUBLE,
"totaltests" DOUBLE,
"testsper1mpop" DOUBLE,
"population" DOUBLE
);
Anyone who has the link will be able to view this.