-
country_timeseries.csv
contains a time series of case counts and deaths is from the World Health Organization and WHO situation reports. -
liberia_data/
contains .csv files of data provided by the Liberia Ministry of Health. I have noticed the data are somewhat inconsistent, e.g. cumulative number of HCWs infected has remained at 170 despite new cases. A cumulative sum tallies 200 cases as of Sept 15. Cross-check the data when analyzing. -
sl_data/
contains .csv files of data provided by the Sierra Leone Ministry of Health -
liberia_data.py
converts the liberia_data csv files into a multidimensional pandas dataframe. Pandas is a requirement for this script. Optional argument allows output to .csv.- You can run this script with ./liberia_data.py --help to learn more.
-
line_list.csv
is a line listing I manually compiled from media reports and published case series of case clusters. It is unverified and almost certainly contains errors. Use with extreme caution. The legrand compartment specifies with infectious compartment each case would originate from in the Legrand et al model. The source_id column is the case_id of the node from whom the case was infected. -
Sierraleone_country.csv
andSierraLeone_town.csv
is from the Sierra Leone Ministry of Health website. Data inSierraLeone_town.csv
is cumlative confirmed cases - counts do not include suspected or probable cases. These spreadsheets will no longer be updated as of Sept 12 (newer data can be found in the sl_data/* files), but pull requests will be accepted. -
locations.json
contains the detailed case location information for Sierra Leon and Liberia.
The analysis folder and analyses/ebola_analyses.md file contains community-contributed analyses. If you have something to contribute, send a pull request or email.
If you are not familiar with Github, click the Download Zip button on the right, at the bottom of vertical menu.
I cannot guarantee the accuracy of this data. These data are digitized by hand, so there may be data entry errors; there may also be changes and errors in the source data. I will provide updates when possible.
Pull requests welcome.
====
Caitlin Rivers