Baselight

Covid In North America - Latest Data

Covid-19 Data as on January 05, 2023

@kaggle.anandhuh_covid_in_north_america_latest_data

Loading...
Loading...

About this Dataset

Covid In North America - Latest Data

Content

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

Attribute Information

  • Country - Name of North 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 North America

@kaggle.anandhuh_covid_in_north_america_latest_data.covid_north_america
  • 10.19 KB
  • 39 rows
  • 10 columns
Loading...

CREATE TABLE covid_north_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" DOUBLE,
  "tests_1m_pop" DOUBLE,
  "population" BIGINT
);

Share link

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