Baselight

USA Statewise Latest Covid-19 Data

Statewise Covid-19 data USA as on September 15, 2023

@kaggle.anandhuh_usa_statewise_latest_covid19_data

Loading...
Loading...

About this Dataset

USA Statewise Latest Covid-19 Data

Content

This dataset contains Covid-19 data of all the states in USA as on September 15, 2023

Attribute Information

  • USA State - States of USA
  • 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
  • Tot Cases/ 1M pop - Total Cases per 1 million of the population
  • Deaths/ 1M pop - Total Deaths per 1 million of the population
  • Total Tests - Total number of Covid tests done
  • Tests/ 1M pop - Covid tests per 1 million of the population
  • Population - Population of the states

Source

Link : https://www.worldometers.info/coronavirus/country/us/

Other Updated Covid Datasets

Link : https://www.kaggle.com/anandhuh/datasets

Thank You

Tables

Usa Covid Data

@kaggle.anandhuh_usa_statewise_latest_covid19_data.usa_covid_data
  • 10.82 KB
  • 50 rows
  • 10 columns
Loading...

CREATE TABLE usa_covid_data (
  "usa_state" 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.