Baselight

Covid Cases And Deaths WorldWide

Reported Cases and Deaths by Country or Territory

@kaggle.themrityunjaypathak_covid_cases_and_deaths_worldwide

Covid Worldwide
@kaggle.themrityunjaypathak_covid_cases_and_deaths_worldwide.covid_worldwide

  • 18.23 KB
  • 231 rows
  • 8 columns
serial_number

Serial Number

country

Country

total_cases

Total Cases

total_deaths

Total Deaths

total_recovered

Total Recovered

active_cases

Active Cases

total_test

Total Test

population

Population

1USA104196861113293510132277917411471159832679334805269
2India446827845307404415028917559152657881406631776
3France39524311164233392645469553227149018865584518
4Germany377798331657113739810021602212233238483883596
5Brazil368245806970743591937220813463776166215353593
6Japan3258844268399215674251095261892144639125584838
7S. Korea3019706633486297408774227031580406551329899
8Italy254537891868332501498625197026547824760262770
9UK24274361204171240200885010252252647668497907
10Russia2195869639510821356008207580273400000145805947

CREATE TABLE covid_worldwide (
  "serial_number" BIGINT,
  "country" VARCHAR,
  "total_cases" BIGINT,
  "total_deaths" DOUBLE,
  "total_recovered" DOUBLE,
  "active_cases" DOUBLE,
  "total_test" DOUBLE,
  "population" DOUBLE
);

Share link

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