Baselight

COVID-19 Global Statistics Dataset

Tracking the Global Impact of COVID-19: Comprehensive Statistics and Insights

@kaggle.harshitstark_covid_19_global_statistics_dataset

Loading...
Loading...

About this Dataset

COVID-19 Global Statistics Dataset

The COVID-19 Global Statistics Dataset offers comprehensive insights into the impact of the COVID-19 pandemic worldwide. It provides detailed statistics on COVID-19 cases, deaths, recoveries, testing, and demographic information across various countries and regions. Sourced from reliable sources, including government health departments and international organizations, this dataset serves as a valuable resource for researchers, policymakers, and public health experts to track the progression of the pandemic, analyze trends, and inform evidence-based decision-making.

Tables

Covid 19 Global Statistics Dataset

@kaggle.harshitstark_covid_19_global_statistics_dataset.covid_19_global_statistics_dataset
  • 25.7 KB
  • 239 rows
  • 14 columns
Loading...

CREATE TABLE covid_19_global_statistics_dataset (
  "country" VARCHAR,
  "total_cases" BIGINT,
  "new_cases" DOUBLE,
  "total_deaths" DOUBLE,
  "new_deaths" DOUBLE,
  "total_recovered" DOUBLE,
  "new_recovered" DOUBLE,
  "active_cases" DOUBLE,
  "serious_critical" DOUBLE,
  "tot_cases_1m_pop" DOUBLE,
  "deaths_1m_pop" DOUBLE,
  "total_tests" DOUBLE,
  "tests_1m_pop" DOUBLE,
  "population" DOUBLE
);

Share link

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