Baselight

Ebola Cases, 2014 To 2016

Ebola data in record format with indicator, country, date and value

@kaggle.kingburrito666_ebola_cases

Loading...
Loading...

About this Dataset

Ebola Cases, 2014 To 2016

from Aug 29, 2014 - Mar 23, 2016

Content

  • indicator: 36 DISTINCT
  • Country: 12 DISTINCT
  • Date: 259 DISTINCT
  • Value: > 1,000

Acknowledgements

Original source https://data.humdata.org/dataset/ebola-cases-2014

Tables

Ebola

@kaggle.kingburrito666_ebola_cases.ebola
  • 31.65 KB
  • 17585 rows
  • 4 columns
Loading...

CREATE TABLE ebola (
  "indicator" VARCHAR,
  "country" VARCHAR,
  "date" TIMESTAMP,
  "value" DOUBLE
);

Share link

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