Ebola Cases, 2014 To 2016
Ebola data in record format with indicator, country, date and value
@kaggle.kingburrito666_ebola_cases
Ebola data in record format with indicator, country, date and value
@kaggle.kingburrito666_ebola_cases
from Aug 29, 2014 - Mar 23, 2016
Original source https://data.humdata.org/dataset/ebola-cases-2014
CREATE TABLE ebola (
"indicator" VARCHAR,
"country" VARCHAR,
"date" TIMESTAMP,
"value" DOUBLE
);Anyone who has the link will be able to view this.