Baselight

Covid-19 Bangladesh

Covid-19 Cases, Deaths, Recoveries in Bangladesh

@kaggle.mrfarhad_covid19_bangladesh

Loading...
Loading...

About this Dataset

Covid-19 Bangladesh

GitHub Link
The pupose of this dataset is to find out how the rates of infection are changing in Bangladesh and whether the deaths and recoveries ratio is alarming for the future or not?

Tables

Covid

@kaggle.mrfarhad_covid19_bangladesh.covid
  • 7.99 KB
  • 84 rows
  • 7 columns
Loading...

CREATE TABLE covid (
  "date" TIMESTAMP,
  "total_cases" BIGINT,
  "new_cases" BIGINT,
  "total_deaths" BIGINT,
  "new_deaths" BIGINT,
  "total_recoveries" BIGINT,
  "new_recoveries" BIGINT
);

Share link

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