Baselight

WHO(World Health Org.) COVID-19 Data

The worldwide covid-19 stats

@kaggle.umeshkumar017_who_covid19_data_tabe

Loading...
Loading...

About this Dataset

WHO(World Health Org.) COVID-19 Data

Context

Worldwide data on covid-19 cases and the stats related to the pandemic

Content

The CSV file containing the statistics of all the countries regarding the Newly reported cases and cumulated cases.

Acknowledgements

https://covid19.who.int/info/

Inspiration

https://www.kaggle.com/bhuveshkumar/choropleth-map-using-plotly

Tables

Who Covid 19 Global Table Data 08–28–21

@kaggle.umeshkumar017_who_covid19_data_tabe.who_covid_19_global_table_data_08_28_21
  • 25.33 KB
  • 238 rows
  • 12 columns
Loading...

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
);

Who Covid 19 Global Table Data 31–08–21

@kaggle.umeshkumar017_who_covid19_data_tabe.who_covid_19_global_table_data_31_08_21
  • 25.21 KB
  • 238 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.