Covid-19 Case Description Dataset
Stay safe Stay Home Ok !!!
@kaggle.durgeshrao9993_covid19_dataset
Stay safe Stay Home Ok !!!
@kaggle.durgeshrao9993_covid19_dataset
The COVID-19 Case Description Dataset is a comprehensive and diverse collection of structured data documenting various aspects of COVID-19 cases. This dataset has been curated to provide valuable insights into the global impact of the COVID-19 pandemic, serving as a valuable resource for researchers, healthcare professionals, policymakers, and data scientists.
CREATE TABLE covid_19_data (
  "sno" BIGINT,
  "observationdate" VARCHAR,
  "country_region" VARCHAR,
  "last_update" VARCHAR,
  "confirmed" BIGINT,
  "deaths" BIGINT,
  "recovered" BIGINT
);Anyone who has the link will be able to view this.