Latest Covid-19 Data Of Asian Countries
Covid-19 Data of Asian Countries as on September 21, 2023
@kaggle.anandhuh_latest_covid19_data_of_asian_countries
Covid-19 Data of Asian Countries as on September 21, 2023
@kaggle.anandhuh_latest_covid19_data_of_asian_countries
CREATE TABLE latest_covid_19_data_in_asia (
"country_other" VARCHAR,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_recovered" DOUBLE,
"active_cases" DOUBLE,
"tot_cases_1m_pop" BIGINT,
"deaths_1m_pop" BIGINT,
"total_tests" DOUBLE,
"tests_1m_pop" DOUBLE,
"population" BIGINT
);
Anyone who has the link will be able to view this.