Baselight

Countrywise COVID Cases

Country wise COVID patients total numbers

@kaggle.sunayanagawde_countrywise_covid_cases

Loading...
Loading...

About this Dataset

Countrywise COVID Cases

This dataset contains total number of COVID-19 cases till now in various countries. It includes total cases, total Deaths, total recoveries and death and recovery percentage

Tables

Country Wise Covid Cases

@kaggle.sunayanagawde_countrywise_covid_cases.country_wise_covid_cases
  • 12.27 kB
  • 212 rows
  • 6 columns
Loading...
CREATE TABLE country_wise_covid_cases (
  "country_name" VARCHAR,
  "total_infected" BIGINT,
  "total_deaths" BIGINT,
  "total_recovered" DOUBLE,
  "death" DOUBLE  -- Death %,
  "recovered" DOUBLE  -- Recovered %
);

Share link

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