Baselight

Covid Cases By Country - 2023

Reported Covid-19 Cases and Deaths by Country or Territory - 2023

@kaggle.joebeachcapital_covid_cases_by_country_2023

Loading...
Loading...

About this Dataset

Covid Cases By Country - 2023

Number of reported cases and deaths from the SARS-CoV-2 virus that causes Covid-19 for each country in the world

Includes Country, Total Cases, New Cases, Total Deaths, New Deatch, Total Recovered, New Recovered, Active Cases, Serious or Critical, Total Cases per 1 Million population, Deaths per 1 Million population, Total Tests, Tests per 1 Million population, and Population of the country.

Data as of 6th of August 2023.

Tables

Worldcases2023

@kaggle.joebeachcapital_covid_cases_by_country_2023.worldcases2023
  • 27.6 KB
  • 232 rows
  • 15 columns
Loading...

CREATE TABLE worldcases2023 (
  "rank" BIGINT,
  "country" VARCHAR,
  "totalcases" BIGINT,
  "newcases" DOUBLE,
  "totaldeaths" DOUBLE,
  "newdeaths" DOUBLE,
  "totalrecovered" DOUBLE,
  "newrecovered" DOUBLE,
  "activecases" DOUBLE,
  "seriouscritical" DOUBLE,
  "tot_casesper1mpop" DOUBLE,
  "deathsper1mpop" DOUBLE,
  "totaltests" DOUBLE,
  "testsper1mpop" DOUBLE,
  "population" DOUBLE
);

Share link

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