Baselight

Coronavirus (COVID-19) In-depth Dataset

An Indepth dataset for your Covid Analysis

@kaggle.pranjalverma08_coronavirus_covid19_indepth_dataset

Countries Aggregated
@kaggle.pranjalverma08_coronavirus_covid19_indepth_dataset.countries_aggregated

  • 819.16 KB
  • 91392 rows
  • 5 columns
date

Date

country

Country

confirmed

Confirmed

recovered

Recovered

deaths

Deaths

Wed Jan 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Thu Jan 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Fri Jan 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Sat Jan 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Sun Jan 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Mon Jan 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Tue Jan 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Wed Jan 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Thu Jan 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Fri Jan 31 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan

CREATE TABLE countries_aggregated (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "confirmed" BIGINT,
  "recovered" BIGINT,
  "deaths" BIGINT
);

Share link

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