Covid In North America - Latest Data
Covid-19 Data as on January 05, 2023
@kaggle.anandhuh_covid_in_north_america_latest_data
Covid-19 Data as on January 05, 2023
@kaggle.anandhuh_covid_in_north_america_latest_data
This dataset contains Covid-19 data of North America as on January 05, 2023
Link : https://www.worldometers.info/coronavirus/#countries
Please appreciate the effort with an upvote 👍
CREATE TABLE covid_north_america (
"country_other" VARCHAR,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_recovered" DOUBLE,
"active_cases" DOUBLE,
"tot_cases_1m_pop" BIGINT -- Tot Cases/ 1M Pop,
"deaths_1m_pop" BIGINT -- Deaths/ 1M Pop,
"total_tests" DOUBLE,
"tests_1m_pop" DOUBLE -- Tests/ 1M Pop,
"population" BIGINT
);Anyone who has the link will be able to view this.