Baselight

Covid-19 USA Dataset (21/01/2020 To 25/07/2020)

Number of Covid-19 cases in USA

@kaggle.soumyasacharya_covid19_usa_dataset_21012020_to_25072020

Covid19 Usa States
@kaggle.soumyasacharya_covid19_usa_dataset_21012020_to_25072020.covid19_usa_states

  • 66.8 KB
  • 7989 rows
  • 5 columns
date

Date

state

State

fips

Fips

cases

Cases

deaths

Deaths

Tue Jan 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Washington531
Wed Jan 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Washington531
Thu Jan 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Washington531
Fri Jan 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Illinois171
Fri Jan 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Washington531
Sat Jan 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)California61
Sat Jan 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Illinois171
Sat Jan 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Washington531
Sun Jan 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Arizona41
Sun Jan 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)California62

CREATE TABLE covid19_usa_states (
  "date" TIMESTAMP,
  "state" VARCHAR,
  "fips" BIGINT,
  "cases" BIGINT,
  "deaths" BIGINT
);

Share link

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