Baselight

Covid In South America - Latest Data

Covid-19 Data as on January 05, 2023

@kaggle.anandhuh_covid_in_south_america_latest_data

Loading...
Loading...

About this Dataset

Covid In South America - Latest Data

Content

This dataset contains Covid-19 data of South America as on January 05, 2023

Attribute Information

  • Country - Name of South American countries, territories and islands
  • Total Cases - Total number of Covid-19 cases
  • Total Deaths - Total number of Deaths
  • Total Recovered - Total number of recovered cases
  • Active Cases - Total number of Active cases
  • Total Cases/1 mil population- Total Cases per 1 million of the population
  • Deaths/1 mil population - Total Deaths per 1 million of the population
  • Total Tests - Total number of Covid tests done
  • Tests/1 mil population - Covid tests done per 1 million of the population
  • Population - Population

Source

Link : https://www.worldometers.info/coronavirus/#countries

Please appreciate the effort with an upvote 👍

Thank You

Tables

Covid South America

@kaggle.anandhuh_covid_in_south_america_latest_data.covid_south_america
  • 8.47 KB
  • 13 rows
  • 10 columns
Loading...

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.