Baselight

Asia Covid 19 Cases

Covid 19 Cases in Asia as of 10th October 2021

@kaggle.vivek468_asia_covid_19_cases_updated_10_oct_21

Asiacases
@kaggle.vivek468_asia_covid_19_cases_updated_10_oct_21.asiacases

  • 11.81 KB
  • 49 rows
  • 11 columns
id

ID

country

Country

totalcases

TotalCases

totaldeaths

TotalDeaths

totalrecovered

TotalRecovered

activecases

ActiveCases

totalcasespermillion

TotalCasesPerMillion

totaldeathspermillion

TotalDeathsPerMillion

totaltests

TotalTests

totaltestspermillion

TotalTestsPerMillion

totalpopulation

TotalPopulation

1Yemen936917785921167030658265253865130660443
2Vietnam839662205557821993690885292094251709143185098453377
3Uzbekistan1786371271174213315352413713779154042534086135
4UAE737890211473129544817347721187246490868777610042442
5Turkey74445526618068934764848968707777489847975105092885493959
6Timor-Leste196731191933222214569881695011255231350361
7Thailand172091917751159290311026524576254920162113140870023091
8Tajikistan17084124169601742139809760
9Taiwan163058461530615368335675466128295723871692
10Syria36953234124503101092048130103566574118040518

CREATE TABLE asiacases (
  "id" BIGINT,
  "country" VARCHAR,
  "totalcases" BIGINT,
  "totaldeaths" DOUBLE,
  "totalrecovered" BIGINT,
  "activecases" BIGINT,
  "totalcasespermillion" BIGINT,
  "totaldeathspermillion" DOUBLE,
  "totaltests" DOUBLE,
  "totaltestspermillion" DOUBLE,
  "totalpopulation" BIGINT
);

Share link

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