WHO(World Health Org.) COVID-19 Data
The worldwide covid-19 stats
@kaggle.umeshkumar017_who_covid19_data_tabe
The worldwide covid-19 stats
@kaggle.umeshkumar017_who_covid19_data_tabe
CREATE TABLE who_covid_19_global_table_data_08_28_21 (
"name" VARCHAR,
"who_region" BIGINT,
"cases_cumulative_total" DOUBLE,
"cases_cumulative_total_per_100000_population" BIGINT,
"cases_newly_reported_in_last_7_days" DOUBLE,
"cases_newly_reported_in_last_7_days_per_100000_population" BIGINT,
"cases_newly_reported_in_last_24_hours" BIGINT,
"deaths_cumulative_total" DOUBLE,
"deaths_cumulative_total_per_100000_population" BIGINT,
"deaths_newly_reported_in_last_7_days" DOUBLE,
"deaths_newly_reported_in_last_7_days_per_100000_population" BIGINT,
"deaths_newly_reported_in_last_24_hours" VARCHAR
);
CREATE TABLE who_covid_19_global_table_data_31_08_21 (
"name" VARCHAR,
"who_region" BIGINT,
"cases_cumulative_total" DOUBLE,
"cases_cumulative_total_per_100000_population" BIGINT,
"cases_newly_reported_in_last_7_days" DOUBLE,
"cases_newly_reported_in_last_7_days_per_100000_population" BIGINT,
"cases_newly_reported_in_last_24_hours" BIGINT,
"deaths_cumulative_total" DOUBLE,
"deaths_cumulative_total_per_100000_population" BIGINT,
"deaths_newly_reported_in_last_7_days" DOUBLE,
"deaths_newly_reported_in_last_7_days_per_100000_population" BIGINT,
"deaths_newly_reported_in_last_24_hours" VARCHAR
);
Anyone who has the link will be able to view this.