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
CREATE TABLE ebola (
"indicator" VARCHAR,
"country" VARCHAR,
"date" TIMESTAMP,
"value" DOUBLE
);
Anyone who has the link will be able to view this.