Baselight

USA-statewise(COVID-19 Cases)

USA COVID-19 state wise cases from 13-01-20 to 07-03-21

@kaggle.umeshkumar017_usastatewisecovid19_cases

Loading...
Loading...

About this Dataset

USA-statewise(COVID-19 Cases)

Context

The CSV files contains the Corona cases of different states of USA from 13-01-20 to 07-03-21

Content

41 columns 20000+ rows.

Acknowledgement

Project COVID-19 USA

Inspiration

The health workers

Tables

All States History

@kaggle.umeshkumar017_usastatewisecovid19_cases.all_states_history
  • 1.65 MB
  • 20780 rows
  • 41 columns
Loading...

CREATE TABLE all_states_history (
  "date" TIMESTAMP,
  "state" VARCHAR,
  "death" DOUBLE,
  "deathconfirmed" DOUBLE,
  "deathincrease" BIGINT,
  "deathprobable" DOUBLE,
  "hospitalized" DOUBLE,
  "hospitalizedcumulative" DOUBLE,
  "hospitalizedcurrently" DOUBLE,
  "hospitalizedincrease" BIGINT,
  "inicucumulative" DOUBLE,
  "inicucurrently" DOUBLE,
  "negative" DOUBLE,
  "negativeincrease" BIGINT,
  "negativetestsantibody" DOUBLE,
  "negativetestspeopleantibody" DOUBLE,
  "negativetestsviral" DOUBLE,
  "onventilatorcumulative" DOUBLE,
  "onventilatorcurrently" DOUBLE,
  "positive" DOUBLE,
  "positivecasesviral" DOUBLE,
  "positiveincrease" BIGINT,
  "positivescore" BIGINT,
  "positivetestsantibody" DOUBLE,
  "positivetestsantigen" DOUBLE,
  "positivetestspeopleantibody" DOUBLE,
  "positivetestspeopleantigen" DOUBLE,
  "positivetestsviral" DOUBLE,
  "recovered" DOUBLE,
  "totaltestencountersviral" DOUBLE,
  "totaltestencountersviralincrease" BIGINT,
  "totaltestresults" DOUBLE,
  "totaltestresultsincrease" BIGINT,
  "totaltestsantibody" DOUBLE,
  "totaltestsantigen" DOUBLE,
  "totaltestspeopleantibody" DOUBLE,
  "totaltestspeopleantigen" DOUBLE,
  "totaltestspeopleviral" DOUBLE,
  "totaltestspeopleviralincrease" BIGINT,
  "totaltestsviral" DOUBLE,
  "totaltestsviralincrease" BIGINT
);

Share link

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