USA Statewise Latest Covid-19 Data
Statewise Covid-19 data USA as on September 15, 2023
@kaggle.anandhuh_usa_statewise_latest_covid19_data
Statewise Covid-19 data USA as on September 15, 2023
@kaggle.anandhuh_usa_statewise_latest_covid19_data
CREATE TABLE usa_covid_data (
"usa_state" VARCHAR,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_recovered" DOUBLE,
"active_cases" DOUBLE,
"tot_cases_1m_pop" BIGINT,
"deaths_1m_pop" BIGINT,
"total_tests" BIGINT,
"tests_1m_pop" BIGINT,
"population" BIGINT
);
Anyone who has the link will be able to view this.