Baselight

Covid In South America - Latest Data

Covid-19 Data as on January 05, 2023

@kaggle.anandhuh_covid_in_south_america_latest_data

Covid South America
@kaggle.anandhuh_covid_in_south_america_latest_data.covid_south_america

  • 8.47 KB
  • 13 rows
  • 10 columns
country_other

Country/Other

total_cases

Total Cases

total_deaths

Total Deaths

total_recovered

Total Recovered

active_cases

Active Cases

tot_cases_1m_pop

Tot Cases/ 1M Pop

deaths_1m_pop

Deaths/ 1M Pop

total_tests

Total Tests

tests_1m_pop

Tests/ 1M Pop

population

Population

Argentina9963697130171963680419672221655428293571606977626446010234
Bolivia116702522313111270232010973121861270542222559011992656
Brazil3642810769444235196324537341169155322563776166296146215353593
Chile50480856324349783056537262236328547741205248003719250195
Colombia634511514217961642933864312317627603695150771732751512762
Ecuador1040463359409967497774574421984308240317017318113361
French Guiana97879415112548621031154913216512572072951314169
Guyana72261128970649323910041623711275895762794045
Paraguay79221519688108436269526575063637517305843
Peru4463641218304422049424843132514648137405734111048333684208

CREATE TABLE covid_south_america (
  "country_other" VARCHAR,
  "total_cases" BIGINT,
  "total_deaths" BIGINT,
  "total_recovered" DOUBLE,
  "active_cases" DOUBLE,
  "tot_cases_1m_pop" BIGINT,
  "deaths_1m_pop" BIGINT,
  "total_tests" BIGINT,
  "tests_1m_pop" BIGINT,
  "population" BIGINT
);

Share link

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