USA-statewise(COVID-19 Cases)
USA COVID-19 state wise cases from 13-01-20 to 07-03-21
@kaggle.umeshkumar017_usastatewisecovid19_cases
USA COVID-19 state wise cases from 13-01-20 to 07-03-21
@kaggle.umeshkumar017_usastatewisecovid19_cases
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
);
Anyone who has the link will be able to view this.