├── .gitignore ├── LICENSE ├── README.md ├── data ├── ebola │ ├── LICENSE │ ├── guinea_data │ │ ├── 2014-08-04.csv │ │ ├── 2014-08-26.csv │ │ ├── 2014-08-27.csv │ │ ├── 2014-08-30.csv │ │ ├── 2014-08-31.csv │ │ ├── 2014-09-02.csv │ │ ├── 2014-09-04.csv │ │ ├── 2014-09-07.csv │ │ ├── 2014-09-08.csv │ │ ├── 2014-09-09.csv │ │ ├── 2014-09-11.csv │ │ ├── 2014-09-14.csv │ │ ├── 2014-09-16.csv │ │ ├── 2014-09-17.csv │ │ ├── 2014-09-19.csv │ │ ├── 2014-09-21.csv │ │ ├── 2014-09-22.csv │ │ ├── 2014-09-23.csv │ │ ├── 2014-09-24.csv │ │ ├── 2014-09-26.csv │ │ ├── 2014-09-30.csv │ │ └── 2014-10-01.csv │ ├── liberia_data │ │ ├── 2014-06-16.csv │ │ ├── 2014-06-17.csv │ │ ├── 2014-06-22.csv │ │ ├── 2014-06-24.csv │ │ ├── 2014-06-25.csv │ │ ├── 2014-06-28.csv │ │ ├── 2014-06-29.csv │ │ ├── 2014-07-01.csv │ │ ├── 2014-07-02.csv │ │ ├── 2014-07-03.csv │ │ ├── 2014-07-07.csv │ │ ├── 2014-07-08.csv │ │ ├── 2014-07-10.csv │ │ ├── 2014-07-13.csv │ │ ├── 2014-07-17.csv │ │ ├── 2014-07-20.csv │ │ ├── 2014-07-24.csv │ │ ├── 2014-07-26.csv │ │ ├── 2014-08-02.csv │ │ ├── 2014-08-04.csv │ │ ├── 2014-08-12.csv │ │ ├── 2014-08-15.csv │ │ ├── 2014-08-17.csv │ │ ├── 2014-08-18.csv │ │ ├── 2014-08-20.csv │ │ ├── 2014-08-25.csv │ │ ├── 2014-08-28.csv │ │ ├── 2014-09-01.csv │ │ ├── 2014-09-02.csv │ │ ├── 2014-09-03.csv │ │ ├── 2014-09-04.csv │ │ ├── 2014-09-05.csv │ │ ├── 2014-09-06.csv │ │ ├── 2014-09-07.csv │ │ ├── 2014-09-08.csv │ │ ├── 2014-09-10.csv │ │ ├── 2014-09-11.csv │ │ ├── 2014-09-12.csv │ │ ├── 2014-09-13.csv │ │ ├── 2014-09-14.csv │ │ ├── 2014-09-15.csv │ │ ├── 2014-09-16.csv │ │ ├── 2014-09-17-v125.csv │ │ ├── 2014-09-20-v128.csv │ │ ├── 2014-09-21-v129.csv │ │ ├── 2014-09-23-v131.csv │ │ ├── 2014-09-25-v133.csv │ │ ├── 2014-09-26-v134.csv │ │ ├── 2014-09-27-v135.csv │ │ ├── 2014-09-28-v136.csv │ │ ├── 2014-09-30-v138.csv │ │ ├── 2014-10-01-v139.csv │ │ ├── 2014-10-03-v141.csv │ │ ├── 2014-10-04-v142.csv │ │ ├── 2014-10-05-v143.csv │ │ ├── 2014-10-07-v145.csv │ │ ├── 2014-10-08-v146.csv │ │ ├── 2014-10-09-v147.csv │ │ ├── 2014-10-10-v148.csv │ │ ├── 2014-10-11-v149.csv │ │ ├── 2014-10-12-v150.csv │ │ ├── 2014-10-13-v151.csv │ │ ├── 2014-10-16-v154.csv │ │ ├── 2014-10-17-v155.csv │ │ ├── 2014-10-18-v156.csv │ │ ├── 2014-10-19-v157.csv │ │ ├── 2014-10-20-v158.csv │ │ ├── 2014-10-21-v159.csv │ │ ├── 2014-10-22-v160.csv │ │ ├── 2014-10-23-v161.csv │ │ ├── 2014-10-24-v162.csv │ │ ├── 2014-10-25-v163.csv │ │ ├── 2014-10-28-v166.csv │ │ ├── 2014-10-29-v167.csv │ │ ├── 2014-10-30-v168.csv │ │ ├── 2014-10-31-v169.csv │ │ ├── 2014-11-02-v171.csv │ │ ├── 2014-11-04-v173.csv │ │ ├── 2014-11-08-v177.csv │ │ ├── 2014-11-14-v183.csv │ │ ├── 2014-11-15-v184.csv │ │ ├── 2014-11-19-v188.csv │ │ ├── 2014-11-20-v189.csv │ │ ├── 2014-11-21-v190.csv │ │ ├── 2014-11-23-v192.csv │ │ ├── 2014-11-24-v193.csv │ │ ├── 2014-11-26.csv │ │ ├── 2014-11-27.csv │ │ ├── 2014-11-28.csv │ │ ├── 2014-11-29.csv │ │ ├── 2014-11-30.csv │ │ ├── 2014-12-01.csv │ │ ├── 2014-12-02.csv │ │ ├── 2014-12-03.csv │ │ ├── 2014-12-04.csv │ │ ├── 2014-12-05.csv │ │ ├── 2014-12-06.csv │ │ ├── 2014-12-07.csv │ │ ├── 2014-12-08.csv │ │ └── 2014-12-09.csv │ └── sl_data │ │ ├── 2014-08-12-v77.csv │ │ ├── 2014-08-13-v78.csv │ │ ├── 2014-08-14-v79.csv │ │ ├── 2014-08-15-v80.csv │ │ ├── 2014-08-16-v81.csv │ │ ├── 2014-08-17-v82.csv │ │ ├── 2014-08-18-v83.csv │ │ ├── 2014-08-19-v84.csv │ │ ├── 2014-08-20-v85.csv │ │ ├── 2014-08-21-v86.csv │ │ ├── 2014-08-22-v87.csv │ │ ├── 2014-08-23-v88.csv │ │ ├── 2014-08-24-v89.csv │ │ ├── 2014-08-25-v90.csv │ │ ├── 2014-08-26-v91.csv │ │ ├── 2014-08-27-v92.csv │ │ ├── 2014-08-28-v93.csv │ │ ├── 2014-08-29-v94.csv │ │ ├── 2014-08-30-v95.csv │ │ ├── 2014-08-31-v96.csv │ │ ├── 2014-09-01-v97.csv │ │ ├── 2014-09-02-v98.csv │ │ ├── 2014-09-03-v99.csv │ │ ├── 2014-09-05-v101.csv │ │ ├── 2014-09-06-v102.csv │ │ ├── 2014-09-07-v103.csv │ │ ├── 2014-09-08-v104.csv │ │ ├── 2014-09-09-v105.csv │ │ ├── 2014-09-10-v106.csv │ │ ├── 2014-09-11-v107.csv │ │ ├── 2014-09-12-v108.csv │ │ ├── 2014-09-13-v109.csv │ │ ├── 2014-09-14-v110.csv │ │ ├── 2014-09-15-v111.csv │ │ ├── 2014-09-16-v112.csv │ │ ├── 2014-09-17-v113.csv │ │ ├── 2014-09-18-v114.csv │ │ ├── 2014-09-19-v115.csv │ │ ├── 2014-09-20-v116.csv │ │ ├── 2014-09-21-v117.csv │ │ ├── 2014-09-22-v118.csv │ │ ├── 2014-09-23-v119.csv │ │ ├── 2014-09-24-v120.csv │ │ ├── 2014-09-25-v121.csv │ │ ├── 2014-09-26-v122.csv │ │ ├── 2014-09-27-v123.csv │ │ ├── 2014-09-28-v124.csv │ │ ├── 2014-09-29-v125.csv │ │ ├── 2014-09-30-v126.csv │ │ ├── 2014-10-01-v127.csv │ │ ├── 2014-10-03-v129.csv │ │ ├── 2014-10-04-v130.csv │ │ ├── 2014-10-05-v131.csv │ │ ├── 2014-10-06-v132.csv │ │ ├── 2014-10-07-v133.csv │ │ ├── 2014-10-08-v134.csv │ │ ├── 2014-10-10-v136.csv │ │ ├── 2014-10-11-v137.csv │ │ ├── 2014-10-12-v138.csv │ │ ├── 2014-10-13-v139.csv │ │ ├── 2014-10-14-v140.csv │ │ ├── 2014-10-16-v141.csv │ │ ├── 2014-10-16-v142.csv │ │ ├── 2014-10-17-v143.csv │ │ ├── 2014-10-18-v144.csv │ │ ├── 2014-10-19-v145.csv │ │ ├── 2014-10-20-v146.csv │ │ ├── 2014-10-21-v147.csv │ │ ├── 2014-10-22-v148.csv │ │ ├── 2014-10-23-v149.csv │ │ ├── 2014-10-24-v150.csv │ │ ├── 2014-10-25-v151.csv │ │ ├── 2014-10-26-v152.csv │ │ ├── 2014-10-27-v153.csv │ │ ├── 2014-10-28-v154.csv │ │ ├── 2014-10-30-v156.csv │ │ ├── 2014-10-31-v157.csv │ │ ├── 2014-11-01-v158.csv │ │ ├── 2014-11-02-v159.csv │ │ ├── 2014-11-06-v163.csv │ │ ├── 2014-11-07-v164.csv │ │ ├── 2014-11-08-v165.csv │ │ ├── 2014-11-10-v167.csv │ │ ├── 2014-11-12-v169.csv │ │ ├── 2014-11-13.csv │ │ ├── 2014-11-14.csv │ │ ├── 2014-11-15.csv │ │ ├── 2014-11-16.csv │ │ ├── 2014-11-17.csv │ │ ├── 2014-11-18-v175.csv │ │ ├── 2014-11-19-v176.csv │ │ ├── 2014-11-20-v177.csv │ │ ├── 2014-11-21-v178.csv │ │ ├── 2014-11-22-v179.csv │ │ ├── 2014-11-23-v180.csv │ │ ├── 2014-11-24-v181.csv │ │ ├── 2014-11-28.csv │ │ ├── 2014-11-29.csv │ │ ├── 2014-12-01.csv │ │ ├── 2014-12-04.csv │ │ ├── 2014-12-05.csv │ │ ├── 2014-12-06.csv │ │ └── 2014-12-13.csv ├── mastectomy.csv ├── microbiome │ ├── MID1.xls │ ├── MID2.xls │ ├── MID3.xls │ ├── MID4.xls │ ├── MID5.xls │ ├── MID6.xls │ ├── MID7.xls │ ├── MID8.xls │ ├── MID9.xls │ ├── metadata.xls │ ├── microbiome.csv │ └── microbiome_missing.csv ├── olympics.1996.txt ├── radon.csv ├── vlbw.csv └── wine.dat ├── environment.yml └── notebooks ├── 1-Intro_to_Python.ipynb ├── 2-IPython_and_Jupyter.ipynb ├── 3-Data_Preparation_using_Pandas.ipynb ├── 4-Bayesian_Analysis_using_PyMC3.ipynb ├── 5-Machine_Learning_using_Scikit-Learn.ipynb └── images ├── 414px-Jupyter_logo.svg.png ├── _olympics.png ├── anaconda.png ├── anaconda_python.png ├── command_mode.png ├── conda_activate.png ├── conda_create.png ├── conda_env.png ├── conda_install.png ├── conda_search.png ├── conda_update.png ├── ebola.jpg ├── ecosystem.png ├── edit_mode.png ├── ipython_architecture.png ├── nbdiff-web.png ├── python-logo-master-v3-TM.png ├── qtconsole.png ├── radon.jpg └── workflow.png /.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | *$py.class 5 | 6 | # C extensions 7 | *.so 8 | 9 | # Distribution / packaging 10 | .Python 11 | build/ 12 | develop-eggs/ 13 | dist/ 14 | downloads/ 15 | eggs/ 16 | .eggs/ 17 | lib/ 18 | lib64/ 19 | parts/ 20 | sdist/ 21 | var/ 22 | wheels/ 23 | *.egg-info/ 24 | .installed.cfg 25 | *.egg 26 | MANIFEST 27 | 28 | # PyInstaller 29 | # Usually these files are written by a python script from a template 30 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 31 | *.manifest 32 | *.spec 33 | 34 | # Installer logs 35 | pip-log.txt 36 | pip-delete-this-directory.txt 37 | 38 | # Unit test / coverage reports 39 | htmlcov/ 40 | .tox/ 41 | .coverage 42 | .coverage.* 43 | .cache 44 | nosetests.xml 45 | coverage.xml 46 | *.cover 47 | .hypothesis/ 48 | .pytest_cache/ 49 | 50 | # Translations 51 | *.mo 52 | *.pot 53 | 54 | # Django stuff: 55 | *.log 56 | local_settings.py 57 | db.sqlite3 58 | 59 | # Flask stuff: 60 | instance/ 61 | .webassets-cache 62 | 63 | # Scrapy stuff: 64 | .scrapy 65 | 66 | # Sphinx documentation 67 | docs/_build/ 68 | 69 | # PyBuilder 70 | target/ 71 | 72 | # Jupyter Notebook 73 | .ipynb_checkpoints 74 | 75 | # pyenv 76 | .python-version 77 | 78 | # celery beat schedule file 79 | celerybeat-schedule 80 | 81 | # SageMath parsed files 82 | *.sage.py 83 | 84 | # Environments 85 | .env 86 | .venv 87 | env/ 88 | venv/ 89 | ENV/ 90 | env.bak/ 91 | venv.bak/ 92 | 93 | # Spyder project settings 94 | .spyderproject 95 | .spyproject 96 | 97 | # Rope project settings 98 | .ropeproject 99 | 100 | # mkdocs documentation 101 | /site 102 | 103 | # mypy 104 | .mypy_cache/ 105 | 106 | /resources 107 | .DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Chris Fonnesbeck 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ENAR 2019 Tutorial 2 | 3 | ## A Primer on Python for Statistical Programming and Data Science 4 | 5 | **Christopher Fonnesbeck** Senior Quantitative Analyst, New York Yankees 6 | 7 | Though Python is ostensibly a general-purpose programming language, it has quickly become a dominant language for machine learning and data science applications. This is due in part to its fundamental strengths as a high-level language, and in part to the powerful set of third-party packages that comprise the Python “scientific stack”. In this hands-on tutorial, we will first cover the fundamentals of Python programming, including data structures, control flow, functions, and classes, with particular attention paid to aspects of the language that is idiomatic. The second part of the course will comprise a survey of Python libraries that are relevant for modern data analysis, particularly in the context of data science and probabilistic programming. These include: NumPy, SciPy, Jupyter, pandas, dask, scikit-learn, PyMC3, matplotlib, Seaborn, and TensorFlow. Demonstrations will be motivated with real-data examples, using Jupyter notebooks to allow for interaction and experimentation. 8 | 9 | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fonnesbeck/enar_2019_tutorial/master) 10 | 11 | ## Tutorial Outline 12 | 13 | Tuesday, March 26, 1:45 - 3:30PM 14 | 15 | - Intro to Python 16 | - Interactive Computing: Jupyter 17 | - Data Processing: pandas 18 | - Machine Learning: scikit-learn 19 | - Bayesian Statistics: PyMC3 20 | 21 | -------------------------------------------------------------------------------- /data/ebola/LICENSE: -------------------------------------------------------------------------------- 1 | This data release is licenced as follows: You may copy and redistribute the data. You may make derivative works from the data. You may use the data for commercial purposes. You may not sublicence the data when redistributing it. You may not redistribute the data under a different license. Source attribution on any use of this data: Must refer source. 2 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-16.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/16/2014,Specimens collected,1,,,,1,,,0,,,, 3 | 6/16/2014,Specimens pending for testing,0,,,,0,,,0,,,, 4 | 6/16/2014,Total specimens tested,28,,,,21,,,7,,,, 5 | 6/16/2014,Newly reported deaths,2,,,,1,,,0,,,, 6 | 6/16/2014,Total death/s in confirmed cases,8,,,,4,,,0,,,, 7 | 6/16/2014,Total death/s in probable cases,6,,,,2,,,0,,,, 8 | 6/16/2014,Total death/s in suspected cases,2,,,,2,,,0,,,, 9 | 6/16/2014,"Total death/s in confirmed, probable, suspected cases",16,,,,8,,,0,,,, 10 | 6/16/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 6/16/2014,Newly reported contacts,41,,,,41,,,0,,,, 12 | 6/16/2014,Total contacts listed,108,,,,95,,,13,,,, 13 | 6/16/2014,Currently under follow-up,95,,,,95,,,0,,,, 14 | 6/16/2014,Contacts seen,95,,,,95,,,0,,,, 15 | 6/16/2014,Contacts who completed 21 day follow-up,11,,,,11,,,0,,,, 16 | 6/16/2014,Contacts lost to follow-up,,,,,0,,,0,,,, 17 | 6/16/2014,New admissions,1,,,,1,,,0,,,, 18 | 6/16/2014,Total no. currently in Treatment Units,5,,,,5,,,0,,,, 19 | 6/16/2014,Total discharges,3,,,,3,,,0,,,, 20 | 6/16/2014,Cumulative admission/isolation,5,,,,5,,,0,,,, 21 | 6/16/2014,Newly Reported Cases in HCW,0,,,,,,,,,,, 22 | 6/16/2014,Cumulative cases among HCW,1,,,,0,,,1,,,, 23 | 6/16/2014,Newly Reported deaths in HCW,0,,,,0,,,0,,,, 24 | 6/16/2014,Cumulative deaths among HCW,1,,,,0,,,1,,,, 25 | 6/16/2014,New Case/s (Suspected),2,,,,2,,,0,,,, 26 | 6/16/2014,New Case/s (Probable),1,,,,0,,,1,,,, 27 | 6/16/2014,New case/s (confirmed),1,,,,1,,,0,,,, 28 | 6/16/2014,Total suspected cases,4,,,,4,,,0,,,, 29 | 6/16/2014,Total probable cases,6,,,,2,,,4,,,, 30 | 6/16/2014,Total confirmed cases,12,,,,8,,,4,,,, 31 | 6/16/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,1,,,,1,,,0,,,, 32 | 6/16/2014,Total Number of Confirmed Cases of Guinean Nationality,0,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-17.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/17/2014,Specimens collected,2,,,,2,,,0,,,, 3 | 6/17/2014,Specimens pending for testing,7,,,,7,,,0,,,, 4 | 6/17/2014,Total specimens tested,34,,,,27,,,7,,,, 5 | 6/17/2014,Newly reported deaths,0,,,,0,,,0,,,, 6 | 6/17/2014,Total death/s in confirmed cases,8,,,,4,,,4,,,, 7 | 6/17/2014,Total death/s in probable cases,6,,,,2,,,4,,,, 8 | 6/17/2014,Total death/s in suspected cases,2,,,,2,,,0,,,, 9 | 6/17/2014,"Total death/s in confirmed, probable, suspected cases",16,,,,8,,,8,,,, 10 | 6/17/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 6/17/2014,Newly reported contacts,0,,,,0,,,0,,,, 12 | 6/17/2014,Total contacts listed,108,,,,95,,,13,,,, 13 | 6/17/2014,Currently under follow-up,95,,,,95,,,0,,,, 14 | 6/17/2014,Contacts seen,90,,,,90,,,0,,,, 15 | 6/17/2014,Contacts who completed 21 day follow-up,11,,,,11,,,0,,,, 16 | 6/17/2014,Contacts lost to follow-up,0,,,,0,,,0,,,, 17 | 6/17/2014,New admissions,2,,,,2,,,0,,,, 18 | 6/17/2014,Total no. currently in Treatment Units,10,,,,10,,,0,,,, 19 | 6/17/2014,Total discharges,0,,,,0,,,0,,,, 20 | 6/17/2014,Cumulative admission/isolation,10,,,,10,,,0,,,, 21 | 6/17/2014,Newly Reported Cases in HCW,0,,,,,,,,,,, 22 | 6/17/2014,Cumulative cases among HCW,1,,,,0,,,1,,,, 23 | 6/17/2014,Newly Reported deaths in HCW,0,,,,0,,,0,,,, 24 | 6/17/2014,Cumulative deaths among HCW,1,,,,0,,,1,,,, 25 | 6/17/2014,New Case/s (Suspected),2,,,,2,,,0,,,, 26 | 6/17/2014,New Case/s (Probable),0,,,,0,,,0,,,, 27 | 6/17/2014,New case/s (confirmed),0,,,,0,,,0,,,, 28 | 6/17/2014,Total suspected cases,8,,,,8,,,0,,,, 29 | 6/17/2014,Total probable cases,6,,,,2,,,5,,,, 30 | 6/17/2014,Total confirmed cases,12,,,,8,,,5,,,, 31 | 6/17/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,1,,,,1,,,0,,,, 32 | 6/17/2014,Total Number of Confirmed Cases of Guinean Nationality,0,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-22.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/22/2014,Specimens collected,4,,,,4,,,0,,,, 3 | 6/22/2014,Specimens pending for testing,8,,,,8,,,0,,,, 4 | 6/22/2014,Total specimens tested,49,,,,40,,,9,,,, 5 | 6/22/2014,Newly reported deaths,4,,,,2,,,2,,,, 6 | 6/22/2014,Total death/s in confirmed cases,16,,,,9,,,7,,,, 7 | 6/22/2014,Total death/s in probable cases,8,,,,4,,,4,,,, 8 | 6/22/2014,Total death/s in suspected cases,1,,,,1,,,0,,,, 9 | 6/22/2014,"Total death/s in confirmed, probable, suspected cases",25,,,,14,,,11,,,, 10 | 6/22/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,25,,,,14,,,11,,,, 11 | 6/22/2014,Newly reported contacts,131,,,,24,,,107,,,, 12 | 6/22/2014,Total contacts listed,249,,,,129,,,120,,,, 13 | 6/22/2014,Currently under follow-up,232,,,,112,,,120,,,, 14 | 6/22/2014,Contacts seen,232,,,,112,,,120,,,, 15 | 6/22/2014,Contacts who completed 21 day follow-up,17,,,,17,,,0,,,, 16 | 6/22/2014,Contacts lost to follow-up,0,,,,0,,,0,,,, 17 | 6/22/2014,New admissions,5,,,,5,,,0,,,, 18 | 6/22/2014,Total no. currently in Treatment Units,15,,,,15,,,0,,,, 19 | 6/22/2014,Total discharges,0,,,,0,,,0,,,, 20 | 6/22/2014,Cumulative admission/isolation,15,,,,15,,,0,,,, 21 | 6/22/2014,Newly Reported Cases in HCW,4,,,,2,,,2,,,, 22 | 6/22/2014,Cumulative cases among HCW,1,,,,0,,,1,,,, 23 | 6/22/2014,Newly Reported deaths in HCW,0,,,,0,,,0,,,, 24 | 6/22/2014,Cumulative deaths among HCW,1,,,,0,,,1,,,, 25 | 6/22/2014,New Case/s (Suspected),5,,,,5,,,0,,,, 26 | 6/22/2014,New Case/s (Probable),0,,,,0,,,0,,,, 27 | 6/22/2014,New case/s (confirmed),5,,,,3,,,2,,,, 28 | 6/22/2014,Total suspected cases,6,,,,6,,,0,,,, 29 | 6/22/2014,Total probable cases,8,,,,4,,,4,,,, 30 | 6/22/2014,Total confirmed cases,28,,,,21,,,7,,,, 31 | 6/22/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,,,,4,,,0,,,, 32 | 6/22/2014,Total Number of Confirmed Cases of Guinean Nationality,0,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-24.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/24/2014,Specimens collected,4,,,,2,,,,,,, 3 | 6/24/2014,Specimens pending for testing,22,,,,15,,,,,,, 4 | 6/24/2014,Total specimens tested,63,,,,47,,,,,,, 5 | 6/24/2014,Newly reported deaths,4,,,,2,,,2,,,, 6 | 6/24/2014,Total death/s in confirmed cases,18,,,,9,,,9,,,, 7 | 6/24/2014,Total death/s in probable cases,8,,,,4,,,4,,,, 8 | 6/24/2014,Total death/s in suspected cases,6,,,,4,,,2,,,, 9 | 6/24/2014,"Total death/s in confirmed, probable, suspected cases",32,,,,17,,,15,,,, 10 | 6/24/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 6/24/2014,Newly reported contacts,6,,,,0,,,6,,,, 12 | 6/24/2014,Total contacts listed,256,,,,129,,,127,,,, 13 | 6/24/2014,Currently under follow-up,224,,,,112,,,112,,,, 14 | 6/24/2014,Contacts seen,224,,,,112,,,112,,,, 15 | 6/24/2014,Contacts who completed 21 day follow-up,17,,,,17,,,0,,,, 16 | 6/24/2014,Contacts lost to follow-up,15,,,,0,,,15,,,, 17 | 6/24/2014,New admissions,0,,,,0,,,0,,,, 18 | 6/24/2014,Total no. currently in Treatment Units,25,,,,20,,,5,,,, 19 | 6/24/2014,Total discharges,0,,,,0,,,0,,,, 20 | 6/24/2014,Cumulative admission/isolation,25,,,,20,,,0,,,, 21 | 6/24/2014,Newly Reported Cases in HCW,0,,,,0,,,5,,,, 22 | 6/24/2014,Cumulative cases among HCW,2,,,,0,,,2,,,, 23 | 6/24/2014,Newly Reported deaths in HCW,0,,,,0,,,0,,,, 24 | 6/24/2014,Cumulative deaths among HCW,2,,,,0,,,2,,,, 25 | 6/24/2014,New Case/s (Suspected),2,,,,2,,,0,,,, 26 | 6/24/2014,New Case/s (Probable),0,,,,0,,,0,,,, 27 | 6/24/2014,New case/s (confirmed),4,,,,0,,,4,,,, 28 | 6/24/2014,Total suspected cases,13,,,,13,,,0,,,, 29 | 6/24/2014,Total probable cases,8,,,,4,,,4,,,, 30 | 6/24/2014,Total confirmed cases,33,,,,21,,,12,,,, 31 | 6/24/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,,,,4,,,0,,,, 32 | 6/24/2014,Total Number of Confirmed Cases of Guinean Nationality,0,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-25.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/25/14,Specimens collected,6,,,,4,0,,2,,,, 3 | 6/25/14,Specimens pending for testing,19,,,,17,0,,2,,,, 4 | 6/25/14,Total specimens tested,4,,,,4,0,,0,,,, 5 | 6/25/14,Newly reported deaths,3,,,,2,0,,1,,,, 6 | 6/25/14,Total death/s in confirmed cases,20,,,,10,0,,10,,,, 7 | 6/25/14,Total death/s in probable cases,8,,,,4,0,,4,,,, 8 | 6/25/14,Total death/s in suspected cases,9,,,,5,0,,4,,,, 9 | 6/25/14,"Total death/s in confirmed, probable, suspected cases",37,,,,19,0,0,18,,,, 10 | 6/25/14,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 6/25/14,Newly reported contacts,12,,,,0,0,,12,,,, 12 | 6/25/14,Total contacts listed,268,,,,129,0,,139,,,, 13 | 6/25/14,Currently under follow-up,236,,,,112,0,,124,,,, 14 | 6/25/14,Contacts seen,112,,,,0,0,,112,,,, 15 | 6/25/14,Contacts who completed 21 day follow-up,17,,,,17,0,,0,,,, 16 | 6/25/14,Contacts lost to follow-up,15,,,,0,0,,15,,,, 17 | 6/25/14,New admissions,2,,,,2,0,,0,,,, 18 | 6/25/14,Total no. currently in Treatment Units,25,,,,20,0,,5,,,, 19 | 6/25/14,Total discharges,0,,,,0,0,,0,,,, 20 | 6/25/14,Cumulative admission/isolation,25,,,,20,0,,5,,,, 21 | 6/25/14,Newly Reported Cases in HCW,2,,,,1,0,,1,,,, 22 | 6/25/14,Cumulative cases among HCW,4,,,,1,0,,3,,,, 23 | 6/25/14,Newly Reported deaths in HCW,1,,,,0,0,,1,,,, 24 | 6/25/14,Cumulative deaths among HCW,3,,,,0,0,,3,,,, 25 | 6/25/14,New Case/s (Suspected),4,,,,4,0,,0,,,, 26 | 6/25/14,New Case/s (Probable),1,,,,0,1,,0,,,, 27 | 6/25/14,New case/s (confirmed),2,,,,0,1,,1,,,, 28 | 6/25/14,Total suspected cases,17,,,,17,0,,0,,,, 29 | 6/25/14,Total probable cases,9,,,,4,1,,4,,,, 30 | 6/25/14,Total confirmed cases,35,,,,21,1,,13,,,, 31 | 6/25/14,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,,,,4,0,,0,,,, 32 | 6/25/14,Total Number of Confirmed Cases of Guinean Nationality,0,,,,0,0,,0,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-28.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/28/2014,Specimens collected,3,0,0,0,0,0,0,3,0,0,0,0 3 | 6/28/2014,Specimens pending for testing,8,0,0,0,8,0,0,0,0,0,0,0 4 | 6/28/2014,Total specimens tested,3,0,0,0,0,0,0,3,0,0,0,0 5 | 6/28/2014,Newly reported deaths,1,0,0,0,1,0,0,0,0,0,0,0 6 | 6/28/2014,Total death/s in confirmed cases,26,0,0,0,13,2,0,11,0,0,0,0 7 | 6/28/2014,Total death/s in probable cases,10,0,0,0,5,0,0,5,0,0,0,0 8 | 6/28/2014,Total death/s in suspected cases,13,0,0,0,9,0,0,4,0,0,0,0 9 | 6/28/2014,"Total death/s in confirmed, probable, suspected cases",49,0,0,0,27,2,0,20,0,0,0,0 10 | 6/28/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,61,,,,,,,,,,, 11 | 6/28/2014,Newly reported contacts,0,0,0,0,0,0,0,0,0,0,0,0 12 | 6/28/2014,Total contacts listed,441,0,0,0,272,28,0,141,0,0,0,0 13 | 6/28/2014,Currently under follow-up,419,0,0,0,272,6,0,141,0,0,0,0 14 | 6/28/2014,Contacts seen,407,0,0,0,272,6,0,129,0,0,0,0 15 | 6/28/2014,Contacts who completed 21 day follow-up,22,0,0,0,17,0,0,5,0,0,0,0 16 | 6/28/2014,Contacts lost to follow-up,15,0,0,0,0,0,0,15,0,0,0,0 17 | 6/28/2014,New admissions,5,0,0,0,2,0,0,3,0,0,0,0 18 | 6/28/2014,Total no. currently in Treatment Units,25,0,0,0,19,0,0,6,0,0,0,0 19 | 6/28/2014,Total discharges,3,0,0,0,2,0,0,1,0,0,0,0 20 | 6/28/2014,Cumulative admission/isolation,25,0,0,0,19,0,0,6,0,0,0,0 21 | 6/28/2014,Newly Reported Cases in HCW,1,0,0,0,0,0,0,1,0,,0,0 22 | 6/28/2014,Cumulative cases among HCW,9,0,0,0,5,0,0,4,0,,0,0 23 | 6/28/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,,0,0 24 | 6/28/2014,Cumulative deaths among HCW,5,0,0,0,2,0,0,3,0,,0,0 25 | 6/28/2014,New Case/s (Suspected),2,0,0,0,2,0,0,0,0,0,0,0 26 | 6/28/2014,New Case/s (Probable),6,0,0,0,3,0,0,3,0,0,0,0 27 | 6/28/2014,New case/s (confirmed),1,0,0,0,0,0,0,1,0,0,0,0 28 | 6/28/2014,Total suspected cases,29,0,0,0,27,0,0,2,0,0,0,0 29 | 6/28/2014,Total probable cases,18,0,0,0,8,2,0,8,0,0,0,0 30 | 6/28/2014,Total confirmed cases,41,0,0,0,26,1,0,14,0,0,0,0 31 | 6/28/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 6/28/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-06-29.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 6/29/2014,Specimens collected,4,0,0,0,0,0,0,4,0,0,0,0 3 | 6/29/2014,Specimens pending for testing,8,0,0,0,8,0,0,0,0,0,0,0 4 | 6/29/2014,Total specimens tested,4,0,0,0,0,0,0,4,0,0,0,0 5 | 6/29/2014,Newly reported deaths,0,0,0,0,0,0,0,0,0,0,0,0 6 | 6/29/2014,Total death/s in confirmed cases,26,0,0,0,13,2,0,11,0,0,0,0 7 | 6/29/2014,Total death/s in probable cases,10,0,0,0,5,0,0,5,0,0,0,0 8 | 6/29/2014,Total death/s in suspected cases,13,0,0,0,9,0,0,4,0,0,0,0 9 | 6/29/2014,"Total death/s in confirmed, probable, suspected cases",49,0,0,0,27,2,0,20,0,0,0,0 10 | 6/29/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 6/29/2014,Newly reported contacts,0,0,0,0,0,0,0,0,0,0,0,0 12 | 6/29/2014,Total contacts listed,441,0,0,0,272,28,0,141,0,0,0,0 13 | 6/29/2014,Currently under follow-up,419,0,0,0,272,6,0,141,0,0,0,0 14 | 6/29/2014,Contacts seen,0,0,0,0,0,0,0,0,0,0,0,0 15 | 6/29/2014,Contacts who completed 21 day follow-up,22,0,0,0,17,0,0,5,0,0,0,0 16 | 6/29/2014,Contacts lost to follow-up,15,0,0,0,0,0,0,15,0,0,0,0 17 | 6/29/2014,New admissions,3,0,0,0,0,0,0,3,0,0,0,0 18 | 6/29/2014,Total no. currently in Treatment Units,25,0,0,0,19,0,0,6,0,0,0,0 19 | 6/29/2014,Total discharges,1,0,0,0,0,0,0,1,0,0,0,0 20 | 6/29/2014,Cumulative admission/isolation,25,0,0,0,19,0,0,6,0,0,0,0 21 | 6/29/2014,Newly Reported Cases in HCW,1,0,0,0,0,0,0,1,0,0,0,0 22 | 6/29/2014,Cumulative cases among HCW,9,0,0,0,5,0,0,4,0,0,0,0 23 | 6/29/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 6/29/2014,Cumulative deaths among HCW,5,0,0,0,2,0,0,3,0,0,0,0 25 | 6/29/2014,New Case/s (Suspected),0,0,0,0,0,0,0,0,0,0,0,0 26 | 6/29/2014,New Case/s (Probable),0,0,0,0,0,0,0,0,0,0,0,0 27 | 6/29/2014,New case/s (confirmed),2,0,0,0,0,0,0,2,0,0,0,0 28 | 6/29/2014,Total suspected cases,29,0,0,0,27,0,0,2,0,0,0,0 29 | 6/29/2014,Total probable cases,18,0,0,0,8,2,0,8,0,0,0,0 30 | 6/29/2014,Total confirmed cases,43,0,0,0,26,1,0,16,0,0,0,0 31 | 6/29/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 6/29/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-01.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/1/2014,Specimens collected,3,0,0,0,3,0,0,0,0,0,0,0 3 | 7/1/2014,Specimens pending for testing,3,0,0,0,3,0,0,0,0,0,0,0 4 | 7/1/2014,Total specimens tested,4,0,0,0,0,0,0,4,0,0,0,0 5 | 7/1/2014,Newly reported deaths,5,0,0,0,1,0,0,4,0,0,0,0 6 | 7/1/2014,Total death/s in confirmed cases,30,0,0,0,15,2,0,13,0,0,0,0 7 | 7/1/2014,Total death/s in probable cases,17,0,0,0,7,0,0,10,0,0,0,0 8 | 7/1/2014,Total death/s in suspected cases,14,0,0,0,10,0,0,4,0,0,0,0 9 | 7/1/2014,"Total death/s in confirmed, probable, suspected cases",61,0,0,0,32,2,0,27,0,0,0,0 10 | 7/1/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,70.1,0,0,0,62.9,66.7,0,79.3,0,0,0,0 11 | 7/1/2014,Newly reported contacts,0,0,0,0,0,0,0,0,0,0,0,0 12 | 7/1/2014,Total contacts listed,445,0,0,0,259,28,0,158,0,0,0,0 13 | 7/1/2014,Currently under follow-up,445,0,0,0,259,28,0,158,0,0,0,0 14 | 7/1/2014,Contacts seen,422,0,0,0,259,5,0,158,0,0,0,0 15 | 7/1/2014,Contacts who completed 21 day follow-up,17,0,0,0,17,0,0,0,0,0,0,0 16 | 7/1/2014,Contacts lost to follow-up,15,0,0,0,0,0,0,15,0,0,0,0 17 | 7/1/2014,New admissions,0,0,0,0,0,0,0,0,0,0,0,0 18 | 7/1/2014,Total no. currently in Treatment Units,19,0,0,0,15,0,0,4,0,0,0,0 19 | 7/1/2014,Total discharges,3,0,0,0,3,0,0,0,0,0,0,0 20 | 7/1/2014,Cumulative admission/isolation,19,0,0,0,15,0,0,4,0,0,0,0 21 | 7/1/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,,0,0 22 | 7/1/2014,Cumulative cases among HCW,10,0,0,0,5,0,0,5,0,,0,0 23 | 7/1/2014,Newly Reported deaths in HCW,1,0,0,0,0,0,0,1,0,,0,0 24 | 7/1/2014,Cumulative deaths among HCW,8,0,0,0,3,0,0,5,0,,0,0 25 | 7/1/2014,New Case/s (Suspected),2,0,0,0,0,0,0,2,0,0,0,0 26 | 7/1/2014,New Case/s (Probable),0,0,0,0,0,0,0,0,0,0,0,0 27 | 7/1/2014,New case/s (confirmed),2,0,0,0,0,0,0,2,0,0,0,0 28 | 7/1/2014,Total suspected cases,33,0,0,0,29,0,0,4,0,0,0,0 29 | 7/1/2014,Total probable cases,19,0,0,0,8,2,0,9,0,0,0,0 30 | 7/1/2014,Total confirmed cases,48,0,0,0,27,1,0,20,0,0,0,0 31 | 7/1/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/1/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-02.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/2/2014,Specimens collected,4,0,0,0,3,0,0,1,0,0,0,0 3 | 7/2/2014,Specimens pending for testing,7,0,0,0,6,0,0,1,0,0,0,0 4 | 7/2/2014,Total specimens tested,0,0,0,0,0,0,0,0,0,0,0,0 5 | 7/2/2014,Newly reported deaths,5,0,0,0,3,0,0,2,0,0,0,0 6 | 7/2/2014,Total death/s in confirmed cases,32,0,0,0,17,2,0,13,0,0,0,0 7 | 7/2/2014,Total death/s in probable cases,20,0,0,0,8,0,0,12,0,0,0,0 8 | 7/2/2014,Total death/s in suspected cases,14,0,0,0,10,0,0,4,0,0,0,0 9 | 7/2/2014,"Total death/s in confirmed, probable, suspected cases",66,0,0,0,35,2,0,29,0,0,0,0 10 | 7/2/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,74.3,0,0,0,65.8,66.7,0,86.2,0,0,0,0 11 | 7/2/2014,Newly reported contacts,36,0,0,0,10,0,0,26,0,0,0,0 12 | 7/2/2014,Total contacts listed,463,0,0,0,259,28,0,176,0,0,0,0 13 | 7/2/2014,Currently under follow-up,463,0,0,0,259,28,0,176,0,0,0,0 14 | 7/2/2014,Contacts seen,423,0,0,0,259,6,0,158,0,0,0,0 15 | 7/2/2014,Contacts who completed 21 day follow-up,40,0,0,0,0,0,0,40,0,0,0,0 16 | 7/2/2014,Contacts lost to follow-up,15,0,0,0,0,0,0,15,0,0,0,0 17 | 7/2/2014,New admissions,2,0,0,0,1,0,0,1,0,0,0,0 18 | 7/2/2014,Total no. currently in Treatment Units,18,0,0,0,13,0,0,5,0,0,0,0 19 | 7/2/2014,Total discharges,0,0,0,0,0,0,0,0,0,0,0,0 20 | 7/2/2014,Cumulative admission/isolation,18,0,0,0,13,0,0,5,0,0,0,0 21 | 7/2/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,0,0,0 22 | 7/2/2014,Cumulative cases among HCW,10,0,0,0,5,0,0,5,0,0,0,0 23 | 7/2/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 7/2/2014,Cumulative deaths among HCW,8,0,0,0,3,0,0,5,0,0,0,0 25 | 7/2/2014,New Case/s (Suspected),1,0,0,0,0,0,0,1,0,0,0,0 26 | 7/2/2014,New Case/s (Probable),3,0,0,0,3,0,0,0,0,0,0,0 27 | 7/2/2014,New case/s (confirmed),0,0,0,0,0,0,0,0,0,0,0,0 28 | 7/2/2014,Total suspected cases,34,0,0,0,29,0,0,5,0,0,0,0 29 | 7/2/2014,Total probable cases,22,0,0,0,11,2,0,9,0,0,0,0 30 | 7/2/2014,Total confirmed cases,48,0,0,0,27,1,0,20,0,0,0,0 31 | 7/2/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/2/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-03.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/3/2014,Specimens collected,4,0,0,0,0,0,0,4,0,0,0,0 3 | 7/3/2014,Specimens pending for testing,10,0,0,0,6,0,0,4,0,0,0,0 4 | 7/3/2014,Total specimens tested,2,0,0,0,0,0,0,2,0,0,0,0 5 | 7/3/2014,Newly reported deaths,4,0,0,0,0,0,0,4,0,0,0,0 6 | 7/3/2014,Total death/s in confirmed cases,33,0,0,0,17,2,0,14,0,0,0,0 7 | 7/3/2014,Total death/s in probable cases,22,0,0,0,8,0,0,14,0,0,0,0 8 | 7/3/2014,Total death/s in suspected cases,15,0,0,0,10,0,0,5,0,0,0,0 9 | 7/3/2014,"Total death/s in confirmed, probable, suspected cases",70,0,0,0,35,2,0,33,0,0,0,0 10 | 7/3/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,75.3,0,0,0,65.8,66.7,0,87.5,0,,0,0 11 | 7/3/2014,Newly reported contacts,0,0,0,0,0,0,0,0,0,0,0,0 12 | 7/3/2014,Total contacts listed,463,0,0,0,259,28,0,176,0,0,0,0 13 | 7/3/2014,Currently under follow-up,463,0,0,0,259,28,0,176,0,0,0,0 14 | 7/3/2014,Contacts seen,423,0,0,0,259,6,0,158,0,0,0,0 15 | 7/3/2014,Contacts who completed 21 day follow-up,45,0,0,0,0,0,0,40,0,0,0,0 16 | 7/3/2014,Contacts lost to follow-up,14,0,0,0,0,0,0,15,0,0,0,0 17 | 7/3/2014,New admissions,1,0,0,0,0,0,0,1,0,0,0,0 18 | 7/3/2014,Total no. currently in Treatment Units,18,0,0,0,13,0,0,5,0,0,0,0 19 | 7/3/2014,Total discharges,0,0,0,0,0,0,0,0,0,0,0,0 20 | 7/3/2014,Cumulative admission/isolation,18,0,0,0,13,0,0,5,0,0,0,0 21 | 7/3/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,,0,0 22 | 7/3/2014,Cumulative cases among HCW,10,0,0,0,5,0,0,5,0,,0,0 23 | 7/3/2014,Newly Reported deaths in HCW,1,0,0,0,0,0,0,1,0,,0,0 24 | 7/3/2014,Cumulative deaths among HCW,9,0,0,0,3,0,0,6,0,,0,0 25 | 7/3/2014,New Case/s (Suspected),1,0,0,0,0,0,0,1,0,0,0,0 26 | 7/3/2014,New Case/s (Probable),2,0,0,0,0,0,0,2,0,0,0,0 27 | 7/3/2014,New case/s (confirmed),1,0,0,0,0,0,0,1,0,0,0,0 28 | 7/3/2014,Total suspected cases,35,0,0,0,29,0,0,6,0,0,0,0 29 | 7/3/2014,Total probable cases,24,0,0,0,11,2,0,11,0,0,0,0 30 | 7/3/2014,Total confirmed cases,49,0,0,0,27,1,0,21,0,0,0,0 31 | 7/3/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/3/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-07.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/7/2014,Specimens collected,5,0,0,0,3,0,0,2,0,0,0,0 3 | 7/7/2014,Specimens pending for testing,5,0,0,0,3,0,0,2,0,0,0,0 4 | 7/7/2014,Total specimens tested,8,0,0,0,8,0,0,0,0,0,0,0 5 | 7/7/2014,Newly reported deaths,2,0,0,0,1,0,0,1,0,0,0,0 6 | 7/7/2014,Total death/s in confirmed cases,37,0,0,0,20,2,0,15,0,0,0,0 7 | 7/7/2014,Total death/s in probable cases,26,0,0,0,11,0,0,15,0,0,0,0 8 | 7/7/2014,Total death/s in suspected cases,15,0,0,0,10,0,0,5,0,0,0,0 9 | 7/7/2014,"Total death/s in confirmed, probable, suspected cases",78,0,0,0,41,2,0,35,0,0,0,0 10 | 7/7/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,68.5,0,0,0,56.4,66.7,0,88.2,0,0,0,0 11 | 7/7/2014,Newly reported contacts,42,0,0,0,37,0,0,5,0,0,0,0 12 | 7/7/2014,Total contacts listed,458,0,0,0,252,28,0,178,0,0,0,0 13 | 7/7/2014,Currently under follow-up,431,0,0,0,245,28,0,158,0,0,0,0 14 | 7/7/2014,Contacts seen,403,0,0,0,245,0,0,158,0,0,0,0 15 | 7/7/2014,Contacts who completed 21 day follow-up,15,0,0,0,7,0,0,8,0,0,0,0 16 | 7/7/2014,Contacts lost to follow-up,0,0,0,0,0,0,0,0,0,0,0,0 17 | 7/7/2014,New admissions,3,0,0,0,2,0,0,1,0,0,0,0 18 | 7/7/2014,Total no. currently in Treatment Units,14,0,0,0,9,0,0,5,0,0,0,0 19 | 7/7/2014,Total discharges,3,0,0,0,3,0,0,0,0,0,0,0 20 | 7/7/2014,Cumulative admission/isolation,14,0,0,0,9,0,0,5,0,0,0,0 21 | 7/7/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,0,0,0 22 | 7/7/2014,Cumulative cases among HCW,10,0,0,0,5,0,0,5,0,0,0,0 23 | 7/7/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 7/7/2014,Cumulative deaths among HCW,9,0,0,0,3,0,0,6,0,0,0,0 25 | 7/7/2014,New Case/s (Suspected),0,0,0,0,0,0,0,0,0,0,0,0 26 | 7/7/2014,New Case/s (Probable),2,0,0,0,2,0,0,0,0,0,0,0 27 | 7/7/2014,New case/s (confirmed),5,0,0,0,4,0,0,1,0,0,0,0 28 | 7/7/2014,Total suspected cases,38,0,0,0,31,0,0,7,0,0,0,0 29 | 7/7/2014,Total probable cases,30,0,0,0,16,2,0,12,0,0,0,0 30 | 7/7/2014,Total confirmed cases,62,0,0,0,39,1,0,22,0,0,0,0 31 | 7/7/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/7/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-08.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/8/2014,Specimens collected,2,0,0,0,0,0,0,2,0,0,0,0 3 | 7/8/2014,Specimens pending for testing,5,0,0,0,3,0,0,2,0,0,0,0 4 | 7/8/2014,Total specimens tested,3,0,0,0,0,0,0,3,0,0,0,0 5 | 7/8/2014,Newly reported deaths,2,0,0,0,1,0,0,1,0,0,0,0 6 | 7/8/2014,Total death/s in confirmed cases,38,0,0,0,21,2,0,15,0,0,0,0 7 | 7/8/2014,Total death/s in probable cases,26,0,0,0,11,0,0,15,0,0,0,0 8 | 7/8/2014,Total death/s in suspected cases,16,0,0,0,10,0,0,6,0,0,0,0 9 | 7/8/2014,"Total death/s in confirmed, probable, suspected cases",80,0,0,0,42,2,0,36,0,0,0,0 10 | 7/8/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,69.6,0,0,0,58.2,66.7,0,88.2,0,0,0,0 11 | 7/8/2014,Newly reported contacts,55,0,0,0,50,0,0,5,0,0,0,0 12 | 7/8/2014,Total contacts listed,420,0,0,0,226,28,0,166,0,0,0,0 13 | 7/8/2014,Currently under follow-up,364,0,0,0,170,28,0,166,0,0,0,0 14 | 7/8/2014,Contacts seen,342,0,0,0,176,0,0,166,0,0,0,0 15 | 7/8/2014,Contacts who completed 21 day follow-up,6,0,0,0,6,0,0,0,0,0,0,0 16 | 7/8/2014,Contacts lost to follow-up,0,0,0,0,0,0,0,0,0,0,0,0 17 | 7/8/2014,New admissions,1,0,0,0,0,0,0,1,0,0,0,0 18 | 7/8/2014,Total no. currently in Treatment Units,14,0,0,0,8,0,0,6,0,0,0,0 19 | 7/8/2014,Total discharges,0,0,0,0,0,0,0,0,0,0,0,0 20 | 7/8/2014,Cumulative admission/isolation,14,0,0,0,8,0,0,6,0,0,0,0 21 | 7/8/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,0,0,0 22 | 7/8/2014,Cumulative cases among HCW,10,0,0,0,5,0,0,5,0,0,0,0 23 | 7/8/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 7/8/2014,Cumulative deaths among HCW,9,0,0,0,3,0,0,6,0,0,0,0 25 | 7/8/2014,New Case/s (Suspected),3,0,0,0,0,0,0,3,0,0,0,0 26 | 7/8/2014,New Case/s (Probable),0,0,0,0,0,0,0,0,0,0,0,0 27 | 7/8/2014,New case/s (confirmed),0,0,0,0,0,0,0,0,0,0,0,0 28 | 7/8/2014,Total suspected cases,41,0,0,0,31,0,0,10,0,0,0,0 29 | 7/8/2014,Total probable cases,30,0,0,0,16,2,0,12,0,0,0,0 30 | 7/8/2014,Total confirmed cases,62,0,0,0,39,1,0,22,0,0,0,0 31 | 7/8/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/8/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-10.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/10/2014,Specimens collected,6,0,0,0,2,0,0,4,0,0,0,0 3 | 7/10/2014,Specimens pending for testing,3,0,0,0,2,0,0,1,0,0,0,0 4 | 7/10/2014,Total specimens tested,9,0,0,0,5,0,0,4,0,0,0,0 5 | 7/10/2014,Newly reported deaths,4,0,0,0,3,0,0,1,0,0,0,0 6 | 7/10/2014,Total death/s in confirmed cases,40,1,0,0,23,2,0,14,0,0,0,0 7 | 7/10/2014,Total death/s in probable cases,28,0,0,0,13,0,0,15,0,0,0,0 8 | 7/10/2014,Total death/s in suspected cases,17,0,0,0,10,0,0,7,0,0,0,0 9 | 7/10/2014,"Total death/s in confirmed, probable, suspected cases",85,1,0,0,46,2,0,36,0,0,0,0 10 | 7/10/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 7/10/2014,Newly reported contacts,43,0,0,0,7,0,0,36,0,0,0,0 12 | 7/10/2014,Total contacts listed,364,0,0,0,134,28,0,202,0,0,0,0 13 | 7/10/2014,Currently under follow-up,305,0,0,0,134,5,0,166,0,0,0,0 14 | 7/10/2014,Contacts seen,256,0,0,0,85,5,0,166,0,0,0,0 15 | 7/10/2014,Contacts who completed 21 day follow-up,22,0,0,0,22,0,0,0,0,0,0,0 16 | 7/10/2014,Contacts lost to follow-up,0,0,0,0,0,0,0,0,0,0,0,0 17 | 7/10/2014,New admissions,2,0,0,0,0,0,0,2,0,0,0,0 18 | 7/10/2014,Total no. currently in Treatment Units,10,0,0,0,3,0,0,7,0,0,0,0 19 | 7/10/2014,Total discharges,3,0,0,0,3,0,0,0,0,0,0,0 20 | 7/10/2014,Cumulative admission/isolation,10,0,0,0,3,0,0,7,0,0,0,0 21 | 7/10/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,0,0,0 22 | 7/10/2014,Cumulative cases among HCW,10,0,0,0,5,0,0,5,0,0,0,0 23 | 7/10/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 7/10/2014,Cumulative deaths among HCW,9,0,0,0,4,0,0,5,0,0,0,0 25 | 7/10/2014,New Case/s (Suspected),2,0,0,0,0,0,0,2,0,0,0,0 26 | 7/10/2014,New Case/s (Probable),1,0,0,0,0,0,0,1,0,0,0,0 27 | 7/10/2014,New case/s (confirmed),0,0,0,0,0,0,0,0,0,0,0,0 28 | 7/10/2014,Total suspected cases,42,0,0,0,32,0,0,10,0,0,0,0 29 | 7/10/2014,Total probable cases,31,0,0,0,16,2,0,13,0,0,0,0 30 | 7/10/2014,Total confirmed cases,64,1,0,0,39,1,0,23,0,0,0,0 31 | 7/10/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/10/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-13.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/13/2014,Specimens collected,,,,,,,,,,,, 3 | 7/13/2014,Specimens pending for testing,,,,,,,,,,,, 4 | 7/13/2014,Total specimens tested,,,,,,,,,,,, 5 | 7/13/2014,Newly reported deaths,3,0,0,0,0,0,0,3,0,0,0,0 6 | 7/13/2014,Total death/s in confirmed cases,42,1,0,0,23,2,0,16,0,0,0,0 7 | 7/13/2014,Total death/s in probable cases,31,0,0,0,14,0,0,17,0,0,0,0 8 | 7/13/2014,Total death/s in suspected cases,21,0,0,0,12,0,0,9,0,0,0,0 9 | 7/13/2014,"Total death/s in confirmed, probable, suspected cases",94,1,0,0,49,2,0,42,0,0,0,0 10 | 7/13/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,70.9,,0,0,62.7,66.7,0,82.5,0,0,0,0 11 | 7/13/2014,Newly reported contacts,0,0,0,0,0,0,0,0,0,0,0,0 12 | 7/13/2014,Total contacts listed,398,0,0,0,155,28,0,215,0,0,0,0 13 | 7/13/2014,Currently under follow-up,363,0,0,0,143,5,0,215,0,0,0,0 14 | 7/13/2014,Contacts seen,364,0,0,0,150,5,0,209,0,0,0,0 15 | 7/13/2014,Contacts who completed 21 day follow-up,12,0,0,0,12,0,0,0,0,0,0,0 16 | 7/13/2014,Contacts lost to follow-up,0,0,0,0,0,0,0,0,0,0,0,0 17 | 7/13/2014,New admissions,4,0,0,0,3,0,0,1,0,0,0,0 18 | 7/13/2014,Total no. currently in Treatment Units,20,0,0,0,15,0,0,5,0,0,0,0 19 | 7/13/2014,Total discharges,2,0,0,0,0,0,0,2,0,0,0,0 20 | 7/13/2014,Cumulative admission/isolation,20,0,0,0,15,0,0,5,0,0,0,0 21 | 7/13/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,0,0,0 22 | 7/13/2014,Cumulative cases among HCW,11,0,0,0,5,0,0,6,0,0,0,0 23 | 7/13/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 7/13/2014,Cumulative deaths among HCW,9,0,0,0,4,0,0,5,0,0,0,0 25 | 7/13/2014,New Case/s (Suspected),0,0,0,0,0,0,0,0,0,0,0,0 26 | 7/13/2014,New Case/s (Probable),5,0,0,0,3,0,0,2,0,0,0,0 27 | 7/13/2014,New case/s (confirmed),0,0,0,0,0,0,0,0,0,0,0,0 28 | 7/13/2014,Total suspected cases,61,0,0,0,45,0,0,15,1,0,0,0 29 | 7/13/2014,Total probable cases,39,0,0,0,20,2,0,17,0,0,0,0 30 | 7/13/2014,Total confirmed cases,64,1,0,0,39,1,0,23,0,0,0,0 31 | 7/13/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,4,0,0,0,4,0,0,0,0,0,0,0 32 | 7/13/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-17.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 7/17/2014,Specimens collected,7,0,0,0,6,0,0,1,0,0,0,0 3 | 7/17/2014,Specimens pending for testing,7,0,0,0,6,0,0,1,0,0,0,0 4 | 7/17/2014,Total specimens tested,10,0,0,0,4,0,0,6,0,0,0,0 5 | 7/17/2014,Newly reported deaths,3,0,0,0,0,0,0,3,0,0,0,0 6 | 7/17/2014,Total death/s in confirmed cases,48,1,0,0,26,2,0,19,0,0,0,0 7 | 7/17/2014,Total death/s in probable cases,38,1,0,0,15,0,0,22,0,0,0,0 8 | 7/17/2014,Total death/s in suspected cases,22,0,0,0,12,0,0,10,0,0,0,0 9 | 7/17/2014,"Total death/s in confirmed, probable, suspected cases",108,2,0,0,53,2,0,51,0,0,0,0 10 | 7/17/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,69.4,100,0,0,61.2,66.7,0,87.2,0,0,0,0 11 | 7/17/2014,Newly reported contacts,,,,,,,,,,,, 12 | 7/17/2014,Total contacts listed,,,,,,,,,,,, 13 | 7/17/2014,Currently under follow-up,,,,,,,,,,,, 14 | 7/17/2014,Contacts seen,,,,,,,,,,,, 15 | 7/17/2014,Contacts who completed 21 day follow-up,,,,,,,,,,,, 16 | 7/17/2014,Contacts lost to follow-up,,,,,,,,,,,, 17 | 7/17/2014,New admissions,3,0,0,0,1,0,0,2,0,0,0,0 18 | 7/17/2014,Total no. currently in Treatment Units,24,0,0,0,15,0,0,9,0,0,0,0 19 | 7/17/2014,Total discharges,1,0,0,0,0,0,0,1,0,0,0,0 20 | 7/17/2014,Cumulative admission/isolation,24,0,0,0,15,0,0,9,0,0,0,0 21 | 7/17/2014,Newly Reported Cases in HCW,1,0,0,0,0,0,0,1,0,0,0,0 22 | 7/17/2014,Cumulative cases among HCW,16,0,4,0,5,0,0,7,0,0,0,0 23 | 7/17/2014,Newly Reported deaths in HCW,0,0,0,0,0,0,0,0,0,0,0,0 24 | 7/17/2014,Cumulative deaths among HCW,9,0,0,0,4,0,0,5,0,0,0,0 25 | 7/17/2014,New Case/s (Suspected),1,0,0,0,1,0,0,0,0,0,0,0 26 | 7/17/2014,New Case/s (Probable),9,0,0,0,3,0,0,5,1,0,0,0 27 | 7/17/2014,New case/s (confirmed),0,0,0,0,0,0,0,0,0,0,0,0 28 | 7/17/2014,Total suspected cases,64,0,0,0,46,0,0,16,2,0,0,0 29 | 7/17/2014,Total probable cases,54,1,0,0,26,2,0,24,1,0,0,0 30 | 7/17/2014,Total confirmed cases,70,1,4,0,41,1,0,23,0,0,0,0 31 | 7/17/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,11,0,0,0,11,0,0,0,0,0,0,0 32 | 7/17/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-07-26.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Gbarpolu County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County 2 | 7/26/2014,Specimens collected,4,0,0,0,0,0,0,3,1,0,0,0 3 | 7/26/2014,Specimens pending for testing,23,11,6,0,0,0,1,4,1,0,0,0 4 | 7/26/2014,Total specimens tested,9,0,0,0,0,0,0,0,0,0,9,0 5 | 7/26/2014,Newly reported deaths,9,0,1,0,0,0,0,2,2,0,4,0 6 | 7/26/2014,Total death/s in confirmed cases,66,1,4,0,0,0,0,34,2,0,25,0 7 | 7/26/2014,Total death/s in probable cases,60,1,3,0,0,0,0,20,0,0,36,0 8 | 7/26/2014,Total death/s in suspected cases,19,0,1,0,0,0,1,14,2,0,1,0 9 | 7/26/2014,"Total death/s in confirmed, probable, suspected cases",145,2,8,0,0,0,1,68,4,0,62,0 10 | 7/26/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 7/26/2014,Newly reported contacts,4,0,0,0,0,0,0,4,0,0,0,0 12 | 7/26/2014,Total contacts listed,547,4,51,0,0,0,0,180,28,0,284,0 13 | 7/26/2014,Currently under follow-up,518,2,51,0,0,0,0,176,5,0,284,0 14 | 7/26/2014,Contacts seen,414,0,26,0,0,0,0,112,0,0,276,0 15 | 7/26/2014,Contacts who completed 21 day follow-up,4,0,0,0,0,0,0,4,0,0,0,0 16 | 7/26/2014,Contacts lost to follow-up,2,2,0,0,0,0,0,0,0,0,0,0 17 | 7/26/2014,New admissions,9,0,0,0,0,0,0,0,0,0,9,0 18 | 7/26/2014,Total no. currently in Treatment Units,31,0,0,0,0,0,0,9,0,0,22,0 19 | 7/26/2014,Total discharges,8,0,0,0,0,0,0,4,0,0,4,0 20 | 7/26/2014,Cumulative admission/isolation,31,0,0,0,0,0,0,9,0,0,22,0 21 | 7/26/2014,Newly Reported Cases in HCW,0,0,0,0,0,0,0,0,0,0,0,0 22 | 7/26/2014,Cumulative cases among HCW,37,0,20,0,0,0,0,9,0,0,8,0 23 | 7/26/2014,Newly Reported deaths in HCW,3,0,0,0,0,0,0,0,0,0,3,0 24 | 7/26/2014,Cumulative deaths among HCW,21,0,3,,0,0,0,0,0,0,13,0 25 | 7/26/2014,New Case/s (Suspected),10,0,4,0,0,0,0,1,2,0,3,0 26 | 7/26/2014,New Case/s (Probable),3,0,0,0,0,0,0,3,0,0,0,0 27 | 7/26/2014,New case/s (confirmed),6,6,0,0,0,0,0,0,0,0,0,0 28 | 7/26/2014,Total suspected cases,101,0,16,0,0,0,1,54,2,0,27,1 29 | 7/26/2014,Total probable cases,114,12,13,0,0,0,0,48,2,0,38,1 30 | 7/26/2014,Total confirmed cases,92,7,10,0,0,0,0,44,2,0,27,2 31 | 7/26/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,11,0,0,0,0,0,0,11,0,0,0,0 32 | 7/26/2014,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,0,0,0,0,0,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-02.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Gbarpolu County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,RiverCess County 2 | 8/2/2014,Specimens collected,11,,,,,,,,,,7,4, 3 | 8/2/2014,Specimens pending for testing,20,4,9,,1,,,,1,,1,4, 4 | 8/2/2014,Total specimens tested,18,,,,,,,11,,,7,, 5 | 8/2/2014,Newly reported deaths,13,0,0,,0,0,,6,0,,6,1,0 6 | 8/2/2014,Total death/s in confirmed cases,118,6,4,,0,1,,55,2,,48,2,0 7 | 8/2/2014,Total death/s in probable cases,99,2,6,,1,1,,37,0,,48,3,1 8 | 8/2/2014,Total death/s in suspected cases,40,0,1,,,0,,15,3,,21,0,0 9 | 8/2/2014,"Total death/s in confirmed, probable, suspected cases",257,8,11,,1,2,,107,5,,117,5,1 10 | 8/2/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,,, 11 | 8/2/2014,Newly reported contacts,5,0,0,,0,,,0,0,,0,5, 12 | 8/2/2014,Total contacts listed,940,46,51,,3,,,228,28,,529,55, 13 | 8/2/2014,Currently under follow-up,899,45,51,,3,,,220,5,,529,46, 14 | 8/2/2014,Contacts seen,738,37,,,,,,220,,,435,46, 15 | 8/2/2014,Contacts who completed 21 day follow-up,7,0,,,,,,,,,,7, 16 | 8/2/2014,Contacts lost to follow-up,2,0,,,,,,,,,,2, 17 | 8/2/2014,New admissions,11,,,,,,,9,,,2,, 18 | 8/2/2014,Total no. currently in Treatment Units,40,,,,,,,28,,,12,, 19 | 8/2/2014,Total discharges,5,,,,,,,3,,,2,, 20 | 8/2/2014,Cumulative admission/isolation,40,,,,,,,28,,,12,, 21 | 8/2/2014,Newly Reported Cases in HCW,0,0,0,,,,,0,,,0,, 22 | 8/2/2014,Cumulative cases among HCW,60,4,23,,,,,15,,,17,1, 23 | 8/2/2014,Newly Reported deaths in HCW,0,0,0,,,,,0,,,0,, 24 | 8/2/2014,Cumulative deaths among HCW,35,4,3,,,,,8,,,20,, 25 | 8/2/2014,New Case/s (Suspected),2,,,,,,,,,,2,, 26 | 8/2/2014,New Case/s (Probable),9,,,,,,,4,,,4,1, 27 | 8/2/2014,New case/s (confirmed),0,,,,,,,,,,,, 28 | 8/2/2014,Total suspected cases,107,,27,,,,,55,5,,17,3, 29 | 8/2/2014,Total probable cases,232,16,16,,1,1,,121,2,,69,5,1 30 | 8/2/2014,Total confirmed cases,132,7,10,,,3,,63,2,,42,5, 31 | 8/2/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,12,,,,,1,,11,,,,, 32 | 8/2/2014,Total Number of Confirmed Cases of Guinean Nationality,,,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-04.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Gbarpolu County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,RiverCess County 2 | 8/4/14,Specimens collected,25,5,,,,,,10,,,10,, 3 | 8/4/14,Specimens pending for testing,41,9,9,,1,,,16,1,,1,4, 4 | 8/4/14,Total specimens tested,16,,,,,,,6,,,10,, 5 | 8/4/14,Newly reported deaths,7,1,,,,,,3,,3,,, 6 | 8/4/14,Total death/s in confirmed cases,122,6,4,,,1,,59,2,48,2,, 7 | 8/4/14,Total death/s in probable cases,108,4,6,,1,1,,41,,51,3,1, 8 | 8/4/14,Total death/s in suspected cases,41,,1,,,,,16,3,21,,, 9 | 8/4/14,"Total death/s in confirmed, probable, suspected cases",271,10,11,,1,2,,116,5,120,5,1, 10 | 8/4/14,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,,, 11 | 8/4/14,Newly reported contacts,26,,,,,,,,,,17,3,6 12 | 8/4/14,Total contacts listed,980,46,62,,3,,,231,28,,546,58,6 13 | 8/4/14,Currently under follow-up,914,38,50,,3,,,221,5,,546,47,4 14 | 8/4/14,Contacts seen,795,38,37,,,,,221,,,452,47, 15 | 8/4/14,Contacts who completed 21 day follow-up,37,1,12,,,,,20,,,,4, 16 | 8/4/14,Contacts lost to follow-up,7,7,,,,,,,,,,, 17 | 8/4/14,New admissions,13,,,,,,,10,,,3,, 18 | 8/4/14,Total no. currently in Treatment Units,49,,,,,,,36,,,13,, 19 | 8/4/14,Total discharges,3,,,,,,,2,,,1,, 20 | 8/4/14,Cumulative admission/isolation,49,,,,,,,36,,,13,, 21 | 8/4/14,Newly Reported Cases in HCW,,,,,,,,,,,,, 22 | 8/4/14,Cumulative cases among HCW,63,4,23,,,,,15,,,20,1, 23 | 8/4/14,Newly Reported deaths in HCW,,,,,,,,,,,,, 24 | 8/4/14,Cumulative deaths among HCW,32,4,3,,,,,11,,14,,, 25 | 8/4/14,New Case/s (Suspected),4,4,0,,,,,,,,,, 26 | 8/4/14,New Case/s (Probable),5,1,0,,,,,1,,3,,, 27 | 8/4/14,New case/s (confirmed),1,0,0,,,,,,,1,,, 28 | 8/4/14,Total suspected cases,121,4,33,,,,,57,5,,19,3, 29 | 8/4/14,Total probable cases,250,18,16,,1,1,,131,2,,75,5,1 30 | 8/4/14,Total confirmed cases,137,7,10,,,3,,67,2,,43,5, 31 | 8/4/14,Total Number of Confirmed Cases of Sierra Leonean Nationality,12,0,0,,,1,,11,,,,, 32 | 8/4/14,Total Number of Confirmed Cases of Guinean Nationality,0,0,0,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-12.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Gbarpolu County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,RiverCess County 2 | 8/12/2014,Specimens collected,2,,,,2,,,,,,,34,, 3 | 8/12/2014,Specimens pending for testing,12,,,,2,,,,6,1,,15,3, 4 | 8/12/2014,Total specimens tested,75,,,,,,,,56,,,19,, 5 | 8/12/2014,Newly reported deaths,29,,9,,,1,,,11,,,6,2, 6 | 8/12/2014,Total death/s in confirmed cases,147,7,7,,1,2,,,73,2,,51,4, 7 | 8/12/2014,Total death/s in probable cases,163,6,11,,1,1,,,75,,,63,5,1 8 | 8/12/2014,Total death/s in suspected cases,55,,3,,,,,,24,3,,24,1, 9 | 8/12/2014,"Total death/s in confirmed, probable, suspected cases",365,13,21,,2,3,,,172,5,,138,10,1 10 | 8/12/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,,,, 11 | 8/12/2014,Newly reported contacts,173,,55,,10,,,,49,,,59,, 12 | 8/12/2014,Total contacts listed,1481,63,195,,10,,,,393,28,,714,72,6 13 | 8/12/2014,Currently under follow-up,1183,63,156,,10,,,,342,5,,582,21,4 14 | 8/12/2014,Contacts seen,1069,60,78,,10,,,,342,,,558,21, 15 | 8/12/2014,Contacts who completed 21 day follow-up,69,,,,,,,,51,,,18,, 16 | 8/12/2014,Contacts lost to follow-up,28,3,1,,,,,,,,,24,, 17 | 8/12/2014,New admissions,32,,,,,,,,25,,,7,, 18 | 8/12/2014,Total no. currently in Treatment Units,164,,,,,,,,117,,,47,, 19 | 8/12/2014,Total discharges,9,,,,,,,,9,,,4,, 20 | 8/12/2014,Cumulative admission/isolation,164,,,,,,,,117,,,47,, 21 | 8/12/2014,Newly Reported Cases in HCW,1,,,,,,,,1,,,,, 22 | 8/12/2014,Cumulative cases among HCW,85,4,24,,3,,,,16,4,,33,1, 23 | 8/12/2014,Newly Reported deaths in HCW,1,,,,,,,,1,,,,, 24 | 8/12/2014,Cumulative deaths among HCW,36,4,4,,,,,,13,,,15,, 25 | 8/12/2014,New Case/s (Suspected),9,,3,,2,,,,,,,4,, 26 | 8/12/2014,New Case/s (Probable),49,,2,,,,,,40,,,7,, 27 | 8/12/2014,New case/s (confirmed),2,,,,,1,,,,,,0,1, 28 | 8/12/2014,Total suspected cases,155,4,41,,7,,,,61,9,,28,5, 29 | 8/12/2014,Total probable cases,390,28,25,,1,1,,,218,2,,110,5, 30 | 8/12/2014,Total confirmed cases,176,9,14,,6,4,,,90,2,,43,7,1 31 | 8/12/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,12,,,,,1,,,11,,,,, 32 | 8/12/2014,Total Number of Confirmed Cases of Guinean Nationality,,,,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-17.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Montserrado County,Nimba County,RiverCess County 2 | 8/17/2014,Specimens collected,,,,,,,,,,, 3 | 8/17/2014,Specimens pending for testing,24,,3,3,1,,,4,11,3, 4 | 8/17/2014,Total specimens tested,23,,,,,,23,,,, 5 | 8/17/2014,Newly reported deaths,11,,,,,,3,3,5,, 6 | 8/17/2014,Total death/s in confirmed cases,180,8,8,1,3,,92,3,61,4, 7 | 8/17/2014,Total death/s in probable cases,204,6,11,1,1,,87,3,88,6,1 8 | 8/17/2014,Total death/s in suspected cases,97,,6,,2,1,34,8,45,1, 9 | 8/17/2014,"Total death/s in confirmed, probable, suspected cases",481,14,25,2,6,1,213,14,194,11,1 10 | 8/17/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,, 11 | 8/17/2014,Newly reported contacts,107,,,,,,,55,52,, 12 | 8/17/2014,Total contacts listed,2024,64,248,10,31,,490,101,956,118,6 13 | 8/17/2014,Currently under follow-up,1180,59,191,10,31,,358,78,390,59,4 14 | 8/17/2014,Contacts seen,895,,,10,31,,358,78,359,59, 15 | 8/17/2014,Contacts who completed 21 day follow-up,45,,,,,,35,,13,, 16 | 8/17/2014,Contacts lost to follow-up,,,,,,,,,,, 17 | 8/17/2014,New admissions,10,,,,,,10,,,, 18 | 8/17/2014,Total no. currently in Treatment Units,207,,,,,,98,,109,, 19 | 8/17/2014,Total discharges,0,,,,,,32,,,, 20 | 8/17/2014,Cumulative admission/isolation,207,,,,,,98,,109,, 21 | 8/17/2014,Newly Reported Cases in HCW,,,,,,,,,,, 22 | 8/17/2014,Cumulative cases among HCW,93,4,24,3,3,,17,4,37,1, 23 | 8/17/2014,Newly Reported deaths in HCW,,,,,,,,,,, 24 | 8/17/2014,Cumulative deaths among HCW,42,4,4,,,,13,1,20,, 25 | 8/17/2014,New Case/s (Suspected),14,,1,,,,,8,5,, 26 | 8/17/2014,New Case/s (Probable),10,,,,,,10,,,, 27 | 8/17/2014,New case/s (confirmed),0,,,,,,,,,, 28 | 8/17/2014,Total suspected cases,212,4,46,8,1,1,61,24,56,11, 29 | 8/17/2014,Total probable cases,442,28,25,1,3,,240,4,134,7, 30 | 8/17/2014,Total confirmed cases,208,9,18,6,4,,118,2,43,7,1 31 | 8/17/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,13,,,,2,,11,,,, 32 | 8/17/2014,Total Number of Confirmed Cases of Guinean Nationality,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-18.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Montserrado County,Nimba County,RiverCess County 2 | 8/18/2014,Specimens collected,12,,3,,,,,,5,4, 3 | 8/18/2014,Specimens pending for testing,51,,6,2,1,,,4,16,22, 4 | 8/18/2014,Total specimens tested,,,,,,,,,,, 5 | 8/18/2014,Newly reported deaths,30,,4,,,,5,5,12,4, 6 | 8/18/2014,Total death/s in confirmed cases,206,8,9,1,3,,94,23,62,6, 7 | 8/18/2014,Total death/s in probable cases,237,6,11,1,1,,90,21,93,13,1 8 | 8/18/2014,Total death/s in suspected cases,122,,9,,2,1,34,19,51,6, 9 | 8/18/2014,"Total death/s in confirmed, probable, suspected cases",565,14,29,2,6,1,218,63,206,25,1 10 | 8/18/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,, 11 | 8/18/2014,Newly reported contacts,281,,52,,,,,5,193,31, 12 | 8/18/2014,Total contacts listed,2308,64,300,10,31,,490,106,1149,152,6 13 | 8/18/2014,Currently under follow-up,1561,54,243,10,27,,358,83,688,94,4 14 | 8/18/2014,Contacts seen,1376,54,150,,27,,358,83,610,94, 15 | 8/18/2014,Contacts who completed 21 day follow-up,88,5,37,,,,,,46,, 16 | 8/18/2014,Contacts lost to follow-up,21,,4,,4,,,,13,, 17 | 8/18/2014,New admissions,14,,,,,,14,,,, 18 | 8/18/2014,Total no. currently in Treatment Units,164,,,,,,67,,97,, 19 | 8/18/2014,Total discharges,,,,,,,,,,, 20 | 8/18/2014,Cumulative admission/isolation,164,,,,,,67,,97,, 21 | 8/18/2014,Newly Reported Cases in HCW,1,,,,,,,,1,, 22 | 8/18/2014,Cumulative cases among HCW,113,4,24,3,3,,17,23,38,1, 23 | 8/18/2014,Newly Reported deaths in HCW,1,,,,,,,,1,, 24 | 8/18/2014,Cumulative deaths among HCW,58,4,4,,,,13,,21,, 25 | 8/18/2014,New Case/s (Suspected),19,,6,,,,,3,10,, 26 | 8/18/2014,New Case/s (Probable),35,,3,,,,14,,13,5, 27 | 8/18/2014,New case/s (confirmed),2,,2,,,,,,,, 28 | 8/18/2014,Total suspected cases,228,4,52,8,1,1,61,24,66,11, 29 | 8/18/2014,Total probable cases,500,28,28,1,3,,240,24,147,29, 30 | 8/18/2014,Total confirmed cases,236,9,20,6,4,,118,27,43,8,1 31 | 8/18/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,13,,,,2,,11,,,, 32 | 8/18/2014,Total Number of Confirmed Cases of Guinean Nationality,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-20.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Montserrado County,Nimba County,RiverCess County,Sinoe County 2 | 8/20/14,Specimens collected,41,,2,,,,38,,,1,, 3 | 8/20/14,Specimens pending for testing,99,,8,2,1,,38,4,16,30,, 4 | 8/20/14,Total specimens tested,19,,,,,,19,,,,, 5 | 8/20/14,Newly reported deaths,23,,3,,,,7,3,7,3,, 6 | 8/20/14,Total death/s in confirmed cases,216,8,10,1,4,,101,23,62,7,, 7 | 8/20/14,Total death/s in probable cases,265,6,11,1,1,,100,26,99,20,1, 8 | 8/20/14,Total death/s in suspected cases,132,,13,,2,1,34,19,57,6,, 9 | 8/20/14,"Total death/s in confirmed, probable, suspected cases",613,14,34,2,7,1,235,68,218,33,1, 10 | 8/20/14,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,, 11 | 8/20/14,Newly reported contacts,196,,39,,,,31,31,78,17,, 12 | 8/20/14,Total contacts listed,2643,64,339,10,31,,552,137,1306,198,6, 13 | 8/20/14,Currently under follow-up,1723,54,241,10,27,,415,114,718,140,4, 14 | 8/20/14,Contacts seen,1536,,165,,27,,415,114,675,140,, 15 | 8/20/14,Contacts who completed 21 day follow-up,115,,,,,,43,,4,68,, 16 | 8/20/14,Contacts lost to follow-up,,,,,,,,,,,, 17 | 8/20/14,New admissions,15,,,,,,15,,,,, 18 | 8/20/14,Total no. currently in Treatment Units,82,,,,,,82,,,,, 19 | 8/20/14,Total discharges,7,,,,,,7,,,,, 20 | 8/20/14,Cumulative admission/isolation,82,,,,,,82,,,,, 21 | 8/20/14,Newly Reported Cases in HCW,,,,,,,,,,,, 22 | 8/20/14,Cumulative cases among HCW,115,4,24,3,3,,17,23,40,1,, 23 | 8/20/14,Newly Reported deaths in HCW,3,,1,,,,2,,,,, 24 | 8/20/14,Cumulative deaths among HCW,61,4,5,,,,15,16,21,,, 25 | 8/20/14,New Case/s (Suspected),20,,7,,,,1,3,9,,, 26 | 8/20/14,New Case/s (Probable),27,,,,,,14,4,7,2,, 27 | 8/20/14,New case/s (confirmed),18,,,,,,18,,,,, 28 | 8/20/14,Total suspected cases,259,4,61,8,1,1,62,27,83,12,, 29 | 8/20/14,Total probable cases,552,28,29,1,3,,260,32,162,37,, 30 | 8/20/14,Total confirmed cases,263,9,20,6,4,,144,27,43,8,1,1 31 | 8/20/14,Total Number of Confirmed Cases of Sierra Leonean Nationality,13,,,,2,,11,,,,, 32 | 8/20/14,Total Number of Confirmed Cases of Guinean Nationality,,,,,,,,,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-08-25.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Lofa County,Margibi County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 8/25/2014,Specimens collected,4,,3,,,,,,,,1,, 3 | 8/25/2014,Specimens pending for testing,38,,3,,,,,16,18,,1,, 4 | 8/25/2014,Total specimens tested,,,,,,,,,,,,, 5 | 8/25/2014,Newly reported deaths,28,,5,,,,10,,5,4,4,, 6 | 8/25/2014,Total death/s in confirmed cases,280,19,11,1,4,,119,23,81,22,,, 7 | 8/25/2014,Total death/s in probable cases,309,10,11,1,1,,117,34,108,26,,1, 8 | 8/25/2014,Total death/s in suspected cases,182,,17,,2,1,34,28,89,6,5,, 9 | 8/25/2014,"Total death/s in confirmed, probable, suspected cases",771,29,39,2,7,1,270,85,278,54,5,1, 10 | 8/25/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,,, 11 | 8/25/2014,Newly reported contacts,151,,14,,,,7,,79,41,10,, 12 | 8/25/2014,Total contacts listed,3957,64,410,10,31,,682,409,2065,270,10,6, 13 | 8/25/2014,Currently under follow-up,2524,54,275,10,27,,415,408,1247,74,10,4, 14 | 8/25/2014,Contacts seen,2308,,275,,,,415,408,1126,74,10,, 15 | 8/25/2014,Contacts who completed 21 day follow-up,68,,57,,,,,,11,,,, 16 | 8/25/2014,Contacts lost to follow-up,13,,,,,,,,13,,,, 17 | 8/25/2014,New admissions,12,,,,,,11,,1,,,, 18 | 8/25/2014,Total no. currently in Treatment Units,102,,,,,,61,,41,,,, 19 | 8/25/2014,Total discharges,35,,,,,,29,,6,,,, 20 | 8/25/2014,Cumulative admission/isolation,102,,,,,,61,,41,,,, 21 | 8/25/2014,Newly Reported Cases in HCW,1,,,,,,,,,1,,, 22 | 8/25/2014,Cumulative cases among HCW,132,5,26,3,3,,19,29,45,2,,, 23 | 8/25/2014,Newly Reported deaths in HCW,,,,,,,,,,,,, 24 | 8/25/2014,Cumulative deaths among HCW,67,4,5,,,,16,18,24,,,, 25 | 8/25/2014,New Case/s (Suspected),16,,4,,,,,,8,,4,, 26 | 8/25/2014,New Case/s (Probable),13,,,,,,11,,1,1,,, 27 | 8/25/2014,New case/s (confirmed),0,,,,,,,,,,,, 28 | 8/25/2014,Total suspected cases,398,1,72,8,1,2,63,89,142,14,5,,1 29 | 8/25/2014,Total probable cases,675,24,30,1,3,,306,48,219,44,,, 30 | 8/25/2014,Total confirmed cases,322,21,20,6,4,,173,27,44,25,,1,1 31 | 8/25/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,13,,,,2,,11,,,,,, 32 | 8/25/2014,Total Number of Confirmed Cases of Guinean Nationality,1,,,,,,,,1,,,, 33 | -------------------------------------------------------------------------------- /data/ebola/liberia_data/2014-09-20-v128.csv: -------------------------------------------------------------------------------- 1 | Date,Variable,National,Bomi County,Bong County,Gbarpolu County,Grand Bassa,Grand Cape Mount,Grand Gedeh,Grand Kru,Lofa County,Margibi County,Maryland County,Montserrado County,Nimba County,River Gee County,RiverCess County,Sinoe County 2 | 9/20/2014,Specimens collected,,,,,,,,,,,,,,,, 3 | 9/20/2014,Specimens pending for testing,,,,,,,,,,,,,,,, 4 | 9/20/2014,Total specimens tested,,,,,,,,,,,,,,,, 5 | 9/20/2014,Newly reported deaths,,,,,,,,,,,,,,,, 6 | 9/20/2014,Total death/s in confirmed cases,,,,,,,,,,,,,,,, 7 | 9/20/2014,Total death/s in probable cases,,,,,,,,,,,,,,,, 8 | 9/20/2014,Total death/s in suspected cases,,,,,,,,,,,,,,,, 9 | 9/20/2014,"Total death/s in confirmed, probable, suspected cases",,,,,,,,,,,,,,,, 10 | 9/20/2014,Case Fatality Rate (CFR) - Confirmed & Probable Cases,,,,,,,,,,,,,,,, 11 | 9/20/2014,Newly reported contacts,,,,,,,,,,,,,,,, 12 | 9/20/2014,Total contacts listed,,,,,,,,,,,,,,,, 13 | 9/20/2014,Currently under follow-up,,,,,,,,,,,,,,,, 14 | 9/20/2014,Contacts seen,,,,,,,,,,,,,,,, 15 | 9/20/2014,Contacts who completed 21 day follow-up,,,,,,,,,,,,,,,, 16 | 9/20/2014,Contacts lost to follow-up,,,,,,,,,,,,,,,, 17 | 9/20/2014,New admissions,,,,,,,,,,,,,,,, 18 | 9/20/2014,Total no. currently in Treatment Units,,,,,,,,,,,,,,,, 19 | 9/20/2014,Total discharges,,,,,,,,,,,,,,,, 20 | 9/20/2014,Cumulative admission/isolation,,,,,,,,,,,,,,,, 21 | 9/20/2014,Newly Reported Cases in HCW,3,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0 22 | 9/20/2014,Cumulative cases among HCW,179,6,26,0,3,3,0,0,21,41,0,72,7,0,0,0 23 | 9/20/2014,Newly Reported deaths in HCW,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | 9/20/2014,Cumulative deaths among HCW,85,5,7,0,1,0,0,0,17,20,0,33,2,0,0,0 25 | 9/20/2014,New Case/s (Suspected),10,0,6,0,0,0,0,0,0,4,0,0,0,0,0,0 26 | 9/20/2014,New Case/s (Probable),26,0,4,0,2,0,0,0,4,2,0,0,14,0,0,0 27 | 9/20/2014,New case/s (confirmed),5,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3 28 | 9/20/2014,Total suspected cases,832,7,129,1,28,6,3,0,53,221,3,333,31,9,3,5 29 | 9/20/2014,Total probable cases,1376,45,57,0,33,5,0,0,416,232,5,469,108,3,3,0 30 | 9/20/2014,Total confirmed cases,866,33,53,0,42,6,0,0,275,37,0,352,60,0,4,4 31 | 9/20/2014,Total Number of Confirmed Cases of Sierra Leonean Nationality,13,0,0,0,0,1,0,0,11,1,0,0,0,0,0,0 32 | 9/20/2014,Total Number of Confirmed Cases of Guinean Nationality,4,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0 33 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-12-v77.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-12,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-12,new_noncase,0,3,0,0,0,0,0,1,0,0,0,0,0,0,4 4 | 2014-08-12,new_suspected,0,9,0,0,0,0,0,0,0,1,0,0,0,0,10 5 | 2014-08-12,new_probable,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1 6 | 2014-08-12,new_confirmed,0,9,0,0,0,0,0,2,0,0,0,0,0,0,11 7 | 2014-08-12,cum_noncase,201,269,15,1,15,10,10,7,2,54,12,0,56,5,657 8 | 2014-08-12,cum_suspected,0,10,33,0,0,1,0,0,0,2,0,0,0,0,46 9 | 2014-08-12,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-12,cum_confirmed,378,259,1,1,0,7,2,24,3,22,5,1,13,1,717 11 | 2014-08-12,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-12,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-12,death_confirmed,151,104,0,0,0,1,0,1,0,2,3,0,2,0,264 14 | 2014-08-12,cfr,39.9,40.2,0,0,0,14.3,0,4.2,0,9.1,60,0,15.4,0,36.8 15 | 2014-08-12,etc_new_admission,16,7,,,,,,,,,,,,, 16 | 2014-08-12,etc_currently_admitted,53,41,,,,,,,,,,,,, 17 | 2014-08-12,etc_cum_admission,341,303,,,,,,,,,,,,, 18 | 2014-08-12,etc_new_deaths,5,3,,,,,,,,,,,,, 19 | 2014-08-12,etc_cum_deaths,104,154,,,,,,,,,,,,, 20 | 2014-08-12,etc_new_discharges,7,2,,,,,,,,,,,,, 21 | 2014-08-12,etc_cum_discharges,134,59,,,,,,,,,,,,, 22 | 2014-08-12,cum_contacts,,"1,356",38,0,0,161,16,471,57,227,73,26,390,23,2838 23 | 2014-08-12,cum_completed_contacts,,701,38,0,0,16,0,7,10,67,0,26,82,0,901 24 | 2014-08-12,contacts_followed,321,497,0,0,0,161,11,466,47,160,73,0,310,23,2255 25 | 2014-08-12,new_contacts,321,73,0,0,0,5,5,308,0,6,0,0,25,0,743 26 | 2014-08-12,contacts_healthy,305,427,0,0,0,141,11,443,47,157,73,0,103,23,1937 27 | 2014-08-12,contacts_ill,11,3,0,0,0,0,0,0,0,0,0,0,0,0,14 28 | 2014-08-12,contacts_not_seen,16,64,0,0,0,20,0,28,0,3,0,0,0,0,131 29 | 2014-08-12,new_completed_contacts,12,38,0,0,0,16,0,0,1,0,0,0,6,0,73 30 | 2014-08-12,percent_seen,98%,61%,NA,NA,NA,97%,100%,95%,100%,98%,100%,NA,101%,100%,87% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-13-v78.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-13,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-08-13,new_noncase,5,2,0,0,0,0,0,0,0,3,0,0,2,1,13 4 | 2014-08-13,new_suspected,0,2,0,0,0,0,0,0,0,0,0,0,1,0,3 5 | 2014-08-13,new_probable,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1 6 | 2014-08-13,new_confirmed,11,1,0,0,0,0,0,0,0,1,0,0,2,0,15 7 | 2014-08-13,cum_noncase,206,279,15,1,15,10,10,7,2,59,12,0,58,6,680 8 | 2014-08-13,cum_suspected,0,3,33,0,0,1,0,0,0,1,0,0,1,0,39 9 | 2014-08-13,cum_probable,32,1,1,0,0,1,0,1,0,1,0,0,1,0,38 10 | 2014-08-13,cum_confirmed,389,261,1,1,0,7,2,24,3,23,5,1,15,1,733 11 | 2014-08-13,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-13,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-13,death_confirmed,157,107,0,0,0,1,0,1,0,2,3,0,2,0,273 14 | 2014-08-13,cfr,40.4,41,0,0,0,14.3,0,4.2,0,8.7,60,0,13.3,0,37.2 15 | 2014-08-13,etc_new_admission,5,8,,,,,,,,,,,,, 16 | 2014-08-13,etc_currently_admitted,44,42,,,,,,,,,,,,, 17 | 2014-08-13,etc_cum_admission,346,268,,,,,,,,,,,,, 18 | 2014-08-13,etc_new_deaths,3,3,,,,,,,,,,,,, 19 | 2014-08-13,etc_cum_deaths,107,154,,,,,,,,,,,,, 20 | 2014-08-13,etc_new_discharges,6,3,,,,,,,,,,,,, 21 | 2014-08-13,etc_cum_discharges,140,60,,,,,,,,,,,,, 22 | 2014-08-13,cum_contacts,366,448,0,0,0,146,19,471,47,169,73,0,334,26,2099 23 | 2014-08-13,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-08-13,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-08-13,new_contacts,Nr,30,0,0,0,0,8,0,0,9,0,0,35,3,85 26 | 2014-08-13,contacts_healthy,354,409,0,0,0,134,19,449,47,111,73,0,334,26,1956 27 | 2014-08-13,contacts_ill,10,2,0,0,0,0,0,2,0,0,0,0,0,0,14 28 | 2014-08-13,contacts_not_seen,0,39,0,0,0,12,2,20,0,58,0,0,0,0,131 29 | 2014-08-13,new_completed_contacts,21,27,0,0,0,0,0,0,0,0,0,0,20,0,68 30 | 2014-08-13,percent_seen,99%,NA,NA,NA,NA,92%,100%,96%,100%,66%,100%,NA,100%,100%,94% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-14-v79.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-14,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-08-14,new_noncase,0,18,0,0,0,1,0,1,0,0,0,0,5,1,26 4 | 2014-08-14,new_suspected,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 5 | 2014-08-14,new_probable,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2 6 | 2014-08-14,new_confirmed,0,8,0,0,0,0,0,2,0,0,1,0,0,2,13 7 | 2014-08-14,cum_noncase,206,299,15,1,15,11,10,8,2,59,12,0,63,7,708 8 | 2014-08-14,cum_suspected,0,1,33,0,0,1,0,0,0,1,0,0,1,0,37 9 | 2014-08-14,cum_probable,32,2,1,0,0,1,0,1,0,1,0,0,1,0,39 10 | 2014-08-14,cum_confirmed,389,270,1,1,0,7,2,26,3,23,6,1,15,3,747 11 | 2014-08-14,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-14,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-14,death_confirmed,160,111,0,0,0,1,0,1,0,2,3,0,2,0,280 14 | 2014-08-14,cfr,41.1,41.1,0,0,0,14.3,0,3.8,0,8.7,50,0,13.3,0,37.5 15 | 2014-08-14,etc_new_admission,2,3,,,,,,,,,,,,, 16 | 2014-08-14,etc_currently_admitted,41,39,,,,,,,,,,,,, 17 | 2014-08-14,etc_cum_admission,348,271,,,,,,,,,,,,, 18 | 2014-08-14,etc_new_deaths,4,3,,,,,,,,,,,,, 19 | 2014-08-14,etc_cum_deaths,111,157,,,,,,,,,,,,, 20 | 2014-08-14,etc_new_discharges,1,0,,,,,,,,,,,,, 21 | 2014-08-14,etc_cum_discharges,141,60,,,,,,,,,,,,, 22 | 2014-08-14,cum_contacts,1063,1439,38,13,0,161,19,483,71,258,79,26,487,36,4173 23 | 2014-08-14,cum_completed_contacts,776,796,38,0,0,16,11,7,11,69,0,26,102,0,1852 24 | 2014-08-14,contacts_followed,337,541,0,13,0,151,8,483,46,189,79,0,385,36,2268 25 | 2014-08-14,new_contacts,6,53,0,0,0,5,0,12,14,22,6,0,51,10,179 26 | 2014-08-14,contacts_healthy,336,490,0,13,0,142,8,465,46,162,79,0,385,36,2135 27 | 2014-08-14,contacts_ill,0,0,0,0,0,0,0,3,0,2,0,0,2,0,7 28 | 2014-08-14,contacts_not_seen,1,51,0,0,0,9,0,15,14,27,0,0,0,0,117 29 | 2014-08-14,new_completed_contacts,24,21,0,0,0,0,11,0,0,2,0,0,0,0,58 30 | 2014-08-14,percent_seen,99%,91%,NA,100%,NA,94%,100%,96%,100%,86%,100%,NA,99%,100%,94% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-15-v80.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-15,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-08-15,new_noncase,0,10,1,0,0,0,0,3,0,0,0,0,1,0,15 4 | 2014-08-15,new_suspected,0,4,0,0,0,0,0,0,0,2,0,0,0,0,6 5 | 2014-08-15,new_probable,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1 6 | 2014-08-15,new_confirmed,0,3,0,0,0,0,0,2,0,1,0,0,4,0,10 7 | 2014-08-15,cum_noncase,206,311,16,1,15,11,10,11,2,59,12,0,65,7,726 8 | 2014-08-15,cum_suspected,0,5,33,0,0,1,0,0,0,3,0,0,0,0,42 9 | 2014-08-15,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-15,cum_confirmed,389,273,1,1,0,7,2,28,3,24,6,1,19,3,757 11 | 2014-08-15,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-15,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-15,death_confirmed,162,116,0,0,0,1,0,1,0,2,3,0,2,0,287 14 | 2014-08-15,cfr,41.6,42.5,0,0,0,14.3,0,3.6,0,8.3,50,0,10.5,0,37.9 15 | 2014-08-15,etc_new_admission,4,2,,,,,,,,,,,,, 16 | 2014-08-15,etc_currently_admitted,57,47,,,,,,,,,,,,, 17 | 2014-08-15,etc_cum_admission,352,273,,,,,,,,,,,,, 18 | 2014-08-15,etc_new_deaths,5,2,,,,,,,,,,,,, 19 | 2014-08-15,etc_cum_deaths,116,162,,,,,,,,,,,,, 20 | 2014-08-15,etc_new_discharges,7,0,,,,,,,,,,,,, 21 | 2014-08-15,etc_cum_discharges,148,60,,,,,,,,,,,,, 22 | 2014-08-15,cum_contacts,1126,1446,38,13,0,192,19,483,71,258,79,26,493,36,4280 23 | 2014-08-15,cum_completed_contacts,818,810,38,0,0,26,11,7,11,69,9,26,102,0,1927 24 | 2014-08-15,contacts_followed,359,464,0,13,0,166,8,470,46,189,70,0,391,36,2212 25 | 2014-08-15,new_contacts,6,53,0,0,0,0,0,0,14,0,0,0,6,0,79 26 | 2014-08-15,contacts_healthy,355,419,0,13,0,153,8,470,46,178,70,0,389,36,2137 27 | 2014-08-15,contacts_ill,4,0,0,0,0,1,0,0,0,2,0,0,0,0,7 28 | 2014-08-15,contacts_not_seen,2,45,0,0,0,12,0,13,14,9,0,0,0,0,95 29 | 2014-08-15,new_completed_contacts,18,14,0,0,0,11,0,0,0,0,9,0,0,0,52 30 | 2014-08-15,percent_seen,99%,90%,NA,NA,NA,92%,NA,100%,100%,94%,100%,NA,99%,100%,97% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-16-v81.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-16,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-08-16,new_noncase,6,0,0,0,0,0,0,0,0,0,0,0,2,1,9 4 | 2014-08-16,new_suspected,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3 5 | 2014-08-16,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-16,new_confirmed,12,4,0,0,0,0,0,0,0,0,0,0,1,1,18 7 | 2014-08-16,cum_noncase,212,314,16,1,15,11,10,11,2,62,12,0,67,8,741 8 | 2014-08-16,cum_suspected,0,5,33,0,0,1,0,0,0,0,0,0,0,0,39 9 | 2014-08-16,cum_probable,29,0,1,0,0,1,0,1,0,1,0,0,1,0,34 10 | 2014-08-16,cum_confirmed,401,277,1,1,0,7,2,28,3,24,6,1,20,4,775 11 | 2014-08-16,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-16,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-16,death_confirmed,167,121,0,0,0,1,0,1,0,2,3,0,2,0,297 14 | 2014-08-16,cfr,41.6,43.7,0,0,0,0,0,0,0,20,0,0,50,0,38.3 15 | 2014-08-16,etc_new_admission,3,9,,,,,,,,,,,,, 16 | 2014-08-16,etc_currently_admitted,53,40,,,,,,,,,,,,, 17 | 2014-08-16,etc_cum_admission,355,282,,,,,,,,,,,,, 18 | 2014-08-16,etc_new_deaths,5,5,,,,,,,,,,,,, 19 | 2014-08-16,etc_cum_deaths,121,167,,,,,,,,,,,,, 20 | 2014-08-16,etc_new_discharges,3,4,,,,,,,,,,,,, 21 | 2014-08-16,etc_cum_discharges,151,64,,,,,,,,,,,,, 22 | 2014-08-16,cum_contacts,1145,1461,38,13,0,202,19,500,71,266,88,26,496,36,4361 23 | 2014-08-16,cum_completed_contacts,832,849,38,0,0,26,11,7,11,110,9,26,102,0,2021 24 | 2014-08-16,contacts_followed,362,579,0,13,0,162,8,488,46,156,79,0,394,36,2323 25 | 2014-08-16,new_contacts,19,15,0,0,0,10,0,17,0,8,0,0,3,0,72 26 | 2014-08-16,contacts_healthy,358,530,0,13,0,162,8,488,46,151,79,0,394,36,2265 27 | 2014-08-16,contacts_ill,4,1,0,0,0,0,0,0,0,1,0,0,0,0,6 28 | 2014-08-16,contacts_not_seen,0,49,0,0,0,14,0,12,0,4,0,0,0,0,79 29 | 2014-08-16,new_completed_contacts,14,31,0,0,0,0,0,0,0,41,0,0,0,0,86 30 | 2014-08-16,percent_seen,99%,92%,NA,100,NA,100,100,100%,100%,97%,100%,NA,100,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-17-v82.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-17,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-08-17,new_noncase,0,6,0,0,2,0,0,1,0,0,0,0,3,1,13 4 | 2014-08-17,new_suspected,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1 5 | 2014-08-17,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-17,new_confirmed,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2 7 | 2014-08-17,cum_noncase,212,324,16,1,17,11,10,12,2,62,12,0,70,9,758 8 | 2014-08-17,cum_suspected,0,1,33,0,0,1,0,0,0,0,0,0,0,0,35 9 | 2014-08-17,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-17,cum_confirmed,401,280,1,1,0,7,2,28,3,24,6,1,20,4,778 11 | 2014-08-17,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-17,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-17,death_confirmed,172,124,0,0,0,1,0,1,0,2,3,0,2,0,305 14 | 2014-08-17,cfr,42.9,44.3,0,0,0,14.3,0,3.6,0,8.3,50,0,10,0,39.2 15 | 2014-08-17,etc_new_admission,2,0,,,,,,,,,,,,, 16 | 2014-08-17,etc_currently_admitted,52,35,,,,,,,,,,,,, 17 | 2014-08-17,etc_cum_admission,357,282,,,,,,,,,,,,, 18 | 2014-08-17,etc_new_deaths,3,5,,,,,,,,,,,,, 19 | 2014-08-17,etc_cum_deaths,124,172,,,,,,,,,,,,, 20 | 2014-08-17,etc_new_discharges,3,1,,,,,,,,,,,,, 21 | 2014-08-17,etc_cum_discharges,154,65,,,,,,,,,,,,, 22 | 2014-08-17,cum_contacts,1145,1477,59,12,0,236,19,516,71,266,92,26,496,36,4451 23 | 2014-08-17,cum_completed_contacts,834,914,38,0,0,31,11,7,23,110,9,26,132,0,2135 24 | 2014-08-17,contacts_followed,360,619,21,12,0,205,8,516,48,156,83,0,364,36,2428 25 | 2014-08-17,new_contacts,0,16,21,0,0,34,0,16,0,0,4,0,0,0,91 26 | 2014-08-17,contacts_healthy,357,570,21,0,0,177,8,501,47,147,83,0,364,36,2311 27 | 2014-08-17,contacts_ill,3,3,0,0,0,0,0,0,1,1,0,0,0,0,8 28 | 2014-08-17,contacts_not_seen,0,46,0,0,0,28,0,15,0,8,0,0,0,0,97 29 | 2014-08-17,new_completed_contacts,2,65,0,0,0,5,0,0,12,0,9,0,30,0,123 30 | 2014-08-17,percent_seen,100%,93%,100%,NA,NA,86%,100%,97%,100%,95%,100%,NA,100%,100%,96% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-18-v83.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-18,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-08-18,new_noncase,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 4 | 2014-08-18,new_suspected,14,14,0,0,0,3,0,3,0,1,2,0,0,3,40 5 | 2014-08-18,new_probable,0,7,0,0,0,4,0,2,0,0,2,0,0,0,15 6 | 2014-08-18,new_confirmed,5,0,0,0,0,0,0,0,0,0,0,0,0,0,5 7 | 2014-08-18,cum_noncase,212,324,16,1,17,11,10,12,2,62,12,0,70,9,758 8 | 2014-08-18,cum_suspected,14,15,33,0,0,1,0,3,0,1,2,0,0,3,72 9 | 2014-08-18,cum_probable,32,7,1,0,0,5,0,3,0,1,2,0,1,0,52 10 | 2014-08-18,cum_confirmed,406,280,1,1,0,7,2,28,3,24,6,1,20,4,783 11 | 2014-08-18,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-18,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-18,death_confirmed,173,130,0,0,0,1,0,1,0,2,3,0,2,0,312 14 | 2014-08-18,cfr,42.6,46.4,0,0,0,14.3,0,3.6,0,8.3,50,0,10,0,39.8 15 | 2014-08-18,etc_new_admission,2,0,,,,,,,,,,,,, 16 | 2014-08-18,etc_currently_admitted,48,33,,,,,,,,,,,,, 17 | 2014-08-18,etc_cum_admission,357,282,,,,,,,,,,,,, 18 | 2014-08-18,etc_new_deaths,6,1,,,,,,,,,,,,, 19 | 2014-08-18,etc_cum_deaths,130,173,,,,,,,,,,,,, 20 | 2014-08-18,etc_new_discharges,0,1,,,,,,,,,,,,, 21 | 2014-08-18,etc_cum_discharges,154,66,,,,,,,,,,,,, 22 | 2014-08-18,cum_contacts,1145,1477,38,12,0,239,19,571,71,322,121,26,499,41,4581 23 | 2014-08-18,cum_completed_contacts,871,957,38,0,0,36,11,30,23,110,9,26,132,0,2243 24 | 2014-08-18,contacts_followed,374,553,0,12,0,203,8,571,48,212,121,0,367,41,2510 25 | 2014-08-18,new_contacts,0,0,0,0,0,3,0,78,0,56,29,0,3,5,174 26 | 2014-08-18,contacts_healthy,372,508,0,0,0,195,8,550,48,210,121,0,367,41,2420 27 | 2014-08-18,contacts_ill,4,1,0,0,0,0,0,10,0,1,0,0,0,0,16 28 | 2014-08-18,contacts_not_seen,2,44,0,0,0,8,0,11,0,1,0,0,0,0,66 29 | 2014-08-18,new_completed_contacts,37,43,0,0,0,5,0,23,0,0,0,0,0,0,108 30 | 2014-08-18,percent_seen,100%,92%,NA,NA,NA,96%,100%,98%,100%,99%,100%,NA,100%,100%,97% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-19-v84.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-19,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-19,new_noncase,2,6,0,0,0,0,0,0,0,7,0,0,2,1,18 4 | 2014-08-19,new_suspected,0,15,0,0,0,0,0,0,1,0,0,0,0,0,16 5 | 2014-08-19,new_probable,0,0,0,0,0,0,0,3,0,0,0,0,0,0,3 6 | 2014-08-19,new_confirmed,3,2,0,0,0,0,0,0,0,2,0,0,2,0,9 7 | 2014-08-19,cum_noncase,214,347,16,1,17,15,10,13,2,70,13,0,72,12,802 8 | 2014-08-19,cum_suspected,14,17,33,0,0,1,0,0,1,0,0,0,0,0,66 9 | 2014-08-19,cum_probable,32,0,1,0,0,1,0,3,0,1,1,0,1,0,40 10 | 2014-08-19,cum_confirmed,409,285,1,1,0,10,2,31,3,26,8,1,22,5,804 11 | 2014-08-19,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-19,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-19,death_confirmed,176,133,0,0,0,1,1,1,0,2,4,0,2,0,320 14 | 2014-08-19,cfr,43,46.7,0,0,0,10,0,3.2,0,7.7,50,0,9.1,0,39.8 15 | 2014-08-19,etc_new_admission,2,7,,,,,,,,,,,,, 16 | 2014-08-19,etc_currently_admitted,59,30,,,,,,,,,,,,, 17 | 2014-08-19,etc_cum_admission,359,289,,,,,,,,,,,,, 18 | 2014-08-19,etc_new_deaths,3,3,,,,,,,,,,,,, 19 | 2014-08-19,etc_cum_deaths,133,176,,,,,,,,,,,,, 20 | 2014-08-19,etc_new_discharges,3,2,,,,,,,,,,,,, 21 | 2014-08-19,etc_cum_discharges,157,68,,,,,,,,,,,,, 22 | 2014-08-19,cum_contacts,1156,1498,38,12,0,242,19,631,71,332,121,26,499,41,4686 23 | 2014-08-19,cum_completed_contacts,885,953,38,0,0,36,11,47,56,120,9,26,132,0,2313 24 | 2014-08-19,contacts_followed,358,511,0,12,0,206,8,584,14,212,121,0,367,41,2434 25 | 2014-08-19,new_contacts,11,21,0,0,0,3,0,60,0,10,0,0,0,0,105 26 | 2014-08-19,contacts_healthy,358,470,0,0,0,198,8,562,14,208,121,0,367,41,2347 27 | 2014-08-19,contacts_ill,0,0,0,0,0,0,0,14,0,0,0,0,0,0,14 28 | 2014-08-19,contacts_not_seen,0,41,0,0,0,8,0,18,0,4,0,0,0,0,71 29 | 2014-08-19,new_completed_contacts,140,0,0,0,0,0,0,17,33,0,0,0,0,0,190 30 | 2014-08-19,percent_seen,100%,92%,NA,NA,NA,96%,100,99%,100%,98%,100%,NA,100%,100%,97% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-20-v85.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-20,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-20,new_noncase,3,0,0,0,0,0,0,0,0,0,0,0,1,0,4 4 | 2014-08-20,new_suspected,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1 5 | 2014-08-20,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-20,new_confirmed,1,2,0,0,0,0,0,1,0,0,0,0,0,0,4 7 | 2014-08-20,cum_noncase,217,358,16,1,17,15,10,13,2,70,13,0,73,12,817 8 | 2014-08-20,cum_suspected,14,4,33,0,0,1,0,0,0,0,0,0,0,0,52 9 | 2014-08-20,cum_probable,32,0,1,0,0,1,0,0,0,1,1,0,1,0,37 10 | 2014-08-20,cum_confirmed,410,290,1,1,0,10,2,33,4,26,8,1,22,5,813 11 | 2014-08-20,death_suspected,2,1,0,0,0,0,0,1,0,0,0,0,1,0,5 12 | 2014-08-20,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-20,death_confirmed,176,135,0,0,0,1,1,1,0,2,4,0,2,0,322 14 | 2014-08-20,cfr,42.9,46.6,0,0,0,10,0,3,0,7.7,50,0,9.1,0,39.6 15 | 2014-08-20,etc_new_admission,2,2,,,,,,,,,,,,, 16 | 2014-08-20,etc_currently_admitted,41,30,,,,,,,,,,,,, 17 | 2014-08-20,etc_cum_admission,361,291,,,,,,,,,,,,, 18 | 2014-08-20,etc_new_deaths,2,0,,,,,,,,,,,,, 19 | 2014-08-20,etc_cum_deaths,135,176,,,,,,,,,,,,, 20 | 2014-08-20,etc_new_discharges,2,0,,,,,,,,,,,,, 21 | 2014-08-20,etc_cum_discharges,159,68,,,,,,,,,,,,, 22 | 2014-08-20,cum_contacts,1159,1541,53,12,0,268,19,636,71,348,131,26,499,41,4804 23 | 2014-08-20,cum_completed_contacts,894,996,38,0,0,36,11,47,56,131,17,26,132,0,2384 24 | 2014-08-20,contacts_followed,358,455,15,12,0,232,8,590,14,217,114,0,367,41,2423 25 | 2014-08-20,new_contacts,4,43,15,0,0,26,0,5,0,16,11,0,0,0,120 26 | 2014-08-20,contacts_healthy,278,413,15,0,0,222,8,548,14,208,113,0,367,41,2227 27 | 2014-08-20,contacts_ill,0,3,0,0,0,1,0,2,0,4,1,0,0,0,11 28 | 2014-08-20,contacts_not_seen,80,39,0,0,0,9,0,40,0,4,0,0,0,0,172 29 | 2014-08-20,new_completed_contacts,5,43,0,0,0,0,0,0,0,11,8,0,0,0,67 30 | 2014-08-20,percent_seen,78%,94%,100%,NA,NA,96%,100%,93%,100%,98%,100%,NA,100%,100%,92% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-21-v86.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-21,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-21,new_noncase,3,0,0,0,0,0,2,0,0,1,0,0,2,0,8 4 | 2014-08-21,new_suspected,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 5 | 2014-08-21,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-21,new_confirmed,1,0,0,0,0,0,6,0,0,1,0,0,0,1,9 7 | 2014-08-21,cum_noncase,220,358,16,1,17,15,12,13,2,71,13,0,75,12,825 8 | 2014-08-21,cum_suspected,14,4,33,0,0,1,0,0,0,0,0,0,0,0,52 9 | 2014-08-21,cum_probable,32,0,1,0,0,1,0,1,0,1,1,0,1,0,38 10 | 2014-08-21,cum_confirmed,411,290,1,1,0,11,8,33,4,27,8,1,22,6,823 11 | 2014-08-21,death_suspected,4,1,1,0,0,0,0,1,0,0,0,0,1,0,8 12 | 2014-08-21,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-21,death_confirmed,180,138,0,0,0,1,1,1,0,2,4,0,2,0,329 14 | 2014-08-21,cfr,43.8,47.6,0,0,0,9.1,0,3,0,7.4,50,0,9.1,0,40 15 | 2014-08-21,etc_new_admission,0,3,,,,,,,,,,,,, 16 | 2014-08-21,etc_currently_admitted,50,28,,,,,,,,,,,,, 17 | 2014-08-21,etc_cum_admission,361,294,,,,,,,,,,,,, 18 | 2014-08-21,etc_new_deaths,3,4,,,,,,,,,,,,, 19 | 2014-08-21,etc_cum_deaths,138,180,,,,,,,,,,,,, 20 | 2014-08-21,etc_new_discharges,8,1,,,,,,,,,,,,, 21 | 2014-08-21,etc_cum_discharges,167,69,,,,,,,,,,,,, 22 | 2014-08-21,cum_contacts,1162,1564,53,12,0,293,19,636,84,348,132,26,515,52,4896 23 | 2014-08-21,cum_completed_contacts,904,495,38,0,0,43,11,47,56,131,17,26,133,0,1901 24 | 2014-08-21,contacts_followed,284,1069,15,12,0,250,8,595,27,217,115,0,382,52,3026 25 | 2014-08-21,new_contacts,4,23,0,0,0,25,0,0,13,0,1,0,16,11,93 26 | 2014-08-21,contacts_healthy,282,437,15,0,0,247,8,595,27,213,15,0,382,52,2273 27 | 2014-08-21,contacts_ill,2,3,0,0,0,1,0,0,0,1,0,0,0,0,7 28 | 2014-08-21,contacts_not_seen,0,35,0,0,0,2,0,41,0,3,0,0,0,0,81 29 | 2014-08-21,new_completed_contacts,0,35,0,0,0,2,0,41,0,3,0,0,0,0,81 30 | 2014-08-21,percent_seen,100%,41%,100%,NA,NA,99%,100%,100%,100%,98%,100%,NA,100%,100%,75% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-22-v87.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-22,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-22,new_noncase,1,19,1,0,0,1,0,1,0,0,1,0,3,0,27 4 | 2014-08-22,new_suspected,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1 5 | 2014-08-22,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-22,new_confirmed,6,12,0,0,0,6,2,13,1,6,1,0,4,5,56 7 | 2014-08-22,cum_noncase,221,380,17,1,17,16,12,14,2,71,15,0,78,12,856 8 | 2014-08-22,cum_suspected,14,1,33,0,0,1,0,0,0,0,0,0,0,0,49 9 | 2014-08-22,cum_probable,32,0,1,0,0,1,0,0,0,1,0,0,1,0,36 10 | 2014-08-22,cum_confirmed,417,303,1,1,0,17,10,47,5,33,9,1,26,11,881 11 | 2014-08-22,death_suspected,4,1,1,0,0,0,0,1,0,0,0,0,1,0,8 12 | 2014-08-22,death_probable,32,0,0,0,0,0,0,1,0,0,0,0,1,0,34 13 | 2014-08-22,death_confirmed,180,142,0,0,0,1,1,1,0,2,4,0,2,0,333 14 | 2014-08-22,cfr,43.2,46.9,0,0,0,5.9,0,2.1,0,6.1,44.4,0,7.7,0,37.8 15 | 2014-08-22,etc_new_admission,0,-,,,,,,,,,,,,, 16 | 2014-08-22,etc_currently_admitted,41,-,,,,,,,,,,,,, 17 | 2014-08-22,etc_cum_admission,361,294,,,,,,,,,,,,, 18 | 2014-08-22,etc_new_deaths,4,-,,,,,,,,,,,,, 19 | 2014-08-22,etc_cum_deaths,142,180,,,,,,,,,,,,, 20 | 2014-08-22,etc_new_discharges,0,-,,,,,,,,,,,,, 21 | 2014-08-22,etc_cum_discharges,167,69,,,,,,,,,,,,, 22 | 2014-08-22,cum_contacts,1187,1564,53,12,0,397,NA,636,84,348,132,26,515,52,5006 23 | 2014-08-22,cum_completed_contacts,965,1116,38,0,0,47,NA,47,62,191,17,26,140,0,2649 24 | 2014-08-22,contacts_followed,217,448,0,12,0,250,NA,589,22,157,15,0,374,52,2136 25 | 2014-08-22,new_contacts,24,0,0,0,0,4,NA,0,0,0,0,0,0,0,28 26 | 2014-08-22,contacts_healthy,216,434,0,0,0,245,NA,587,21,156,0,0,374,52,2085 27 | 2014-08-22,contacts_ill,1,4,0,0,0,3,NA,2,1,1,0,0,0,0,12 28 | 2014-08-22,contacts_not_seen,0,31,0,0,0,2,NA,34,0,0,0,0,0,0,67 29 | 2014-08-22,new_completed_contacts,61,35,0,0,0,4,NA,0,6,60,0,0,8,0,174 30 | 2014-08-22,percent_seen,100%,98%,NA,NA,NA,99%,NA,100%,100%,100%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-23-v88.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-23,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-23,new_noncase,3,0,0,0,0,0,0,2,0,1,0,0,0,0,6 4 | 2014-08-23,new_suspected,0,3,0,0,0,0,0,1,0,0,0,0,0,0,4 5 | 2014-08-23,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-23,new_confirmed,11,5,0,0,0,0,0,7,0,0,0,0,0,0,23 7 | 2014-08-23,cum_noncase,224,380,17,1,17,16,12,16,2,72,15,0,78,12,862 8 | 2014-08-23,cum_suspected,14,4,33,0,0,1,0,1,0,0,0,0,0,0,53 9 | 2014-08-23,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-23,cum_confirmed,428,308,1,1,0,17,10,54,5,33,9,1,26,11,904 11 | 2014-08-23,death_suspected,4,1,1,0,0,0,0,1,0,0,0,0,1,0,8 12 | 2014-08-23,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-23,death_confirmed,180,145,0,0,0,1,1,1,0,2,4,0,2,0,336 14 | 2014-08-23,cfr,42.1,47.1,0,0,0,5.9,0,1.9,0,6.1,44.4,0,7.7,0,37.2 15 | 2014-08-23,etc_new_admission,7,-,,,,,,,,,,,,, 16 | 2014-08-23,etc_currently_admitted,47,-,,,,,,,,,,,,, 17 | 2014-08-23,etc_cum_admission,368,294,,,,,,,,,,,,, 18 | 2014-08-23,etc_new_deaths,3,-,,,,,,,,,,,,, 19 | 2014-08-23,etc_cum_deaths,145,180,,,,,,,,,,,,, 20 | 2014-08-23,etc_new_discharges,4,-,,,,,,,,,,,,, 21 | 2014-08-23,etc_cum_discharges,171,69,,,,,,,,,,,,, 22 | 2014-08-23,cum_contacts,NA,1586,53,12,0,NA,213,642,84,350,132,26,NA,NA,3091 23 | 2014-08-23,cum_completed_contacts,NA,1180,38,0,0,NA,11,59,62,191,17,26,NA,NA,1584 24 | 2014-08-23,contacts_followed,NA,448,0,12,0,NA,202,588,21,159,15,0,NA,NA,1445 25 | 2014-08-23,new_contacts,NA,22,0,0,0,NA,194,11,0,2,0,0,NA,NA,229 26 | 2014-08-23,contacts_healthy,NA,418,0,0,0,NA,201,553,21,156,0,0,NA,NA,1349 27 | 2014-08-23,contacts_ill,NA,3,0,0,0,NA,1,6,0,1,0,0,NA,NA,11 28 | 2014-08-23,contacts_not_seen,NA,27,0,0,0,NA,0,29,0,2,0,0,NA,NA,58 29 | 2014-08-23,new_completed_contacts,NA,64,0,0,0,NA,0,12,0,0,0,0,NA,NA,76 30 | 2014-08-23,percent_seen,NA,100%,NA,NA,NA,NA,100%,100%,100%,99%,NA,NA,NA,NA,94% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-24-v89.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-24,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-24,new_noncase,0,6,1,1,0,0,0,0,0,2,1,0,1,1,13 4 | 2014-08-24,new_suspected,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 5 | 2014-08-24,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-24,new_confirmed,12,12,0,0,0,0,1,0,0,2,0,0,3,1,31 7 | 2014-08-24,cum_noncase,224,386,18,2,17,16,12,16,2,74,16,0,79,13,875 8 | 2014-08-24,cum_suspected,14,4,33,0,0,1,0,1,0,0,0,0,0,0,53 9 | 2014-08-24,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-24,cum_confirmed,440,320,1,1,0,17,11,54,5,35,9,1,29,12,935 11 | 2014-08-24,death_suspected,4,1,1,0,0,0,0,1,0,0,0,0,1,0,8 12 | 2014-08-24,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-24,death_confirmed,180,150,0,0,0,1,1,1,0,2,4,0,2,0,341 14 | 2014-08-24,cfr,40.9,46.9,0,0,0,5.9,0,1.9,0,5.7,44.4,0,6.9,0,36.5 15 | 2014-08-24,etc_new_admission,0,-,,,,,,,,,,,,, 16 | 2014-08-24,etc_currently_admitted,38,-,,,,,,,,,,,,, 17 | 2014-08-24,etc_cum_admission,368,294,,,,,,,,,,,,, 18 | 2014-08-24,etc_new_deaths,5,-,,,,,,,,,,,,, 19 | 2014-08-24,etc_cum_deaths,150,180,,,,,,,,,,,,, 20 | 2014-08-24,etc_new_discharges,4,-,,,,,,,,,,,,, 21 | 2014-08-24,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-24,cum_contacts,NA,1602,53,12,0,358,213,648,84,350,132,26,543,74,4095 23 | 2014-08-24,cum_completed_contacts,NA,1180,38,0,0,64,11,59,62,191,17,26,140,0,1788 24 | 2014-08-24,contacts_followed,NA,413,0,12,0,294,202,589,21,159,15,0,403,74,2182 25 | 2014-08-24,new_contacts,NA,33,0,0,0,37,194,1,0,2,0,0,28,22,317 26 | 2014-08-24,contacts_healthy,NA,317,0,0,0,289,201,556,21,153,0,0,403,74,2014 27 | 2014-08-24,contacts_ill,NA,3,0,0,0,1,1,1,0,0,0,0,0,0,6 28 | 2014-08-24,contacts_not_seen,NA,24,0,0,0,4,0,2,0,6,0,0,0,0,36 29 | 2014-08-24,new_completed_contacts,NA,17,0,0,0,7,0,0,0,0,0,0,0,0,24 30 | 2014-08-24,percent_seen,NA,77%,NA,NA,NA,98%,100%,94%,100%,100%,NA,NA,100%,100%,92% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-25-v90.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-25,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-25,new_noncase,0,2,0,0,0,1,1,1,0,0,0,0,2,0,7 4 | 2014-08-25,new_suspected,0,1,0,0,0,0,1,1,0,0,0,0,2,0,5 5 | 2014-08-25,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-25,new_confirmed,0,6,0,0,0,3,2,3,2,0,0,0,1,3,20 7 | 2014-08-25,cum_noncase,224,388,18,2,17,17,13,17,2,74,16,0,81,13,882 8 | 2014-08-25,cum_suspected,14,5,33,0,0,1,1,2,0,0,0,0,2,0,58 9 | 2014-08-25,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-25,cum_confirmed,440,326,1,1,0,20,13,57,7,35,9,1,30,15,955 11 | 2014-08-25,death_suspected,4,1,1,0,0,0,0,1,0,0,0,0,1,0,8 12 | 2014-08-25,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-25,death_confirmed,180,154,0,0,0,2,1,2,0,10,4,0,2,0,355 14 | 2014-08-25,cfr,40.9,47.2,0,0,0,10,0,3.5,0,28.6,44.4,0,6.7,0,37.2 15 | 2014-08-25,etc_new_admission,13,-,,,,,,,,,,,,, 16 | 2014-08-25,etc_currently_admitted,58,-,,,,,,,,,,,,, 17 | 2014-08-25,etc_cum_admission,381,294,,,,,,,,,,,,, 18 | 2014-08-25,etc_new_deaths,5,-,,,,,,,,,,,,, 19 | 2014-08-25,etc_cum_deaths,155,180,,,,,,,,,,,,, 20 | 2014-08-25,etc_new_discharges,0,-,,,,,,,,,,,,, 21 | 2014-08-25,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-25,cum_contacts,1205,1602,53,12,0,385,213,648,84,381,132,26,543,74,5358 23 | 2014-08-25,cum_completed_contacts,987,1180,38,0,0,67,11,59,66,245,17,26,140,0,2836 24 | 2014-08-25,contacts_followed,271,413,0,12,0,318,202,589,17,136,15,0,403,74,2450 25 | 2014-08-25,new_contacts,18,0,0,0,0,27,0,0,0,31,0,0,0,0,76 26 | 2014-08-25,contacts_healthy,271,NR,0,0,0,312,194,570,17,130,0,0,403,74,1971 27 | 2014-08-25,contacts_ill,0,NR,0,0,0,1,0,0,0,0,0,0,0,0,1 28 | 2014-08-25,contacts_not_seen,0,NR,0,0,0,5,0,19,0,6,0,0,0,0,30 29 | 2014-08-25,new_completed_contacts,22,NR,0,0,0,3,0,0,4,64,0,0,0,0,93 30 | 2014-08-25,percent_seen,100%,NR,NR,NR,NR,98%,96%,100%,100%,95%,NA,NA,100%,100%,80% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-26-v91.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-26,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619, 3 | 2014-08-26,new_noncase,12,4,0,0,0,0,0,0,0,0,0,0,4,0, 4 | 2014-08-26,new_suspected,0,0,0,0,0,0,0,0,0,0,0,0,1,0, 5 | 2014-08-26,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-08-26,new_confirmed,0,2,0,0,0,0,0,0,0,0,0,0,4,0, 7 | 2014-08-26,cum_noncase,236,392,18,2,17,17,13,17,2,74,16,0,85,13, 8 | 2014-08-26,cum_suspected,14,5,33,0,0,1,1,2,0,0,0,0,3,0, 9 | 2014-08-26,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0, 10 | 2014-08-26,cum_confirmed,440,328,1,1,0,20,13,57,7,35,9,1,34,15, 11 | 2014-08-26,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0, 12 | 2014-08-26,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0, 13 | 2014-08-26,death_confirmed,180,157,0,0,0,2,1,2,0,15,4,0,2,0, 14 | 2014-08-26,cfr,40.9,47.9,0,0,0,10,0,3.5,0,42.9,44.4,0,5.9,0, 15 | 2014-08-26,etc_new_admission,8,-,,,,,,,,,,,,, 16 | 2014-08-26,etc_currently_admitted,68,-,,,,,,,,,,,,, 17 | 2014-08-26,etc_cum_admission,389,294,,,,,,,,,,,,, 18 | 2014-08-26,etc_new_deaths,3,-,,,,,,,,,,,,, 19 | 2014-08-26,etc_cum_deaths,158,180,,,,,,,,,,,,, 20 | 2014-08-26,etc_new_discharges,0,-,,,,,,,,,,,,, 21 | 2014-08-26,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-26,cum_contacts,1222,1659,53,12,0,417,341,691,127,422,144,26,546,86,5746 23 | 2014-08-26,cum_completed_contacts,1007,1202,38,0,0,77,11,88,66,245,55,26,140,0,2955 24 | 2014-08-26,contacts_followed,213,404,0,12,0,340,341,603,57,177,89,0,406,86,2728 25 | 2014-08-26,new_contacts,17,17,0,0,0,32,139,43,43,41,0,0,0,0,332 26 | 2014-08-26,contacts_healthy,211,371,0,0,0,331,340,572,57,174,89,0,406,86,2637 27 | 2014-08-26,contacts_ill,2,2,0,0,0,6,0,3,0,0,0,0,0,0,13 28 | 2014-08-26,contacts_not_seen,0,33,0,0,0,3,1,28,4,3,0,0,0,0,72 29 | 2014-08-26,new_completed_contacts,20,11,0,0,0,10,0,29,0,0,38,0,0,0,108 30 | 2014-08-26,percent_seen,100%,92%,NA,NA,NA,99%,99%,95%,100%,98%,100%,NA,100%,100%,97% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-27-v92.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-27,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-27,new_noncase,3,0,0,0,0,1,2,0,0,0,1,0,0,2,9 4 | 2014-08-27,new_suspected,0,2,0,0,0,0,0,0,0,0,0,0,0,1,3 5 | 2014-08-27,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-27,new_confirmed,8,4,0,0,0,3,1,0,0,0,0,0,3,8,27 7 | 2014-08-27,cum_noncase,239,392,18,2,17,18,15,17,2,74,17,0,85,15,911 8 | 2014-08-27,cum_suspected,14,7,33,0,0,1,1,2,0,0,0,0,3,1,62 9 | 2014-08-27,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-27,cum_confirmed,448,332,1,1,0,23,14,57,7,35,9,1,37,23,988 11 | 2014-08-27,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-08-27,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-27,death_confirmed,180,157,0,0,0,6,2,2,1,15,4,1,2,2,372 14 | 2014-08-27,cfr,40.2,47.3,0,0,0,26.1,14.3,3.5,14.3,42.9,44.4,100,5.4,8.7,37.7 15 | 2014-08-27,etc_new_admission,1,-,,,,,,,,,,,,, 16 | 2014-08-27,etc_currently_admitted,65,-,,,,,,,,,,,,, 17 | 2014-08-27,etc_cum_admission,390,294,,,,,,,,,,,,, 18 | 2014-08-27,etc_new_deaths,4,-,,,,,,,,,,,,, 19 | 2014-08-27,etc_cum_deaths,162,180,,,,,,,,,,,,, 20 | 2014-08-27,etc_new_discharges,0,-,,,,,,,,,,,,, 21 | 2014-08-27,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-27,cum_contacts,1247,1659,53,12,0,427,341,691,146,422,144,26,550,111,5829 23 | 2014-08-27,cum_completed_contacts,1017,1202,38,0,0,82,11,88,70,245,55,26,140,0,2974 24 | 2014-08-27,contacts_followed,241,404,0,12,0,345,341,603,76,177,89,0,550,111,2949 25 | 2014-08-27,new_contacts,25,0,0,0,0,10,0,0,19,0,0,0,4,25,83 26 | 2014-08-27,contacts_healthy,239,398,0,0,0,342,341,600,58,177,89,0,546,111,2901 27 | 2014-08-27,contacts_ill,2,1,0,0,0,2,0,0,0,0,0,0,4,0,9 28 | 2014-08-27,contacts_not_seen,0,5,0,0,0,1,0,3,18,0,0,0,0,0,27 29 | 2014-08-27,new_completed_contacts,10,0,0,0,0,1,0,3,18,0,0,0,0,0,32 30 | 2014-08-27,percent_seen,100%,98%,NA,NA,NA,99%,100%,98%,76%,100%,100%,NA,99%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-28-v93.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-28,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-28,new_noncase,1,6,0,0,0,1,0,0,0,0,0,0,2,0,10 4 | 2014-08-28,new_suspected,0,0,0,0,0,2,0,0,0,0,0,0,0,0,2 5 | 2014-08-28,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-28,new_confirmed,5,4,0,0,0,12,0,5,0,0,0,0,3,1,30 7 | 2014-08-28,cum_noncase,240,398,18,2,17,19,15,17,2,74,17,0,87,15,921 8 | 2014-08-28,cum_suspected,14,7,33,0,0,1,1,2,0,0,0,0,3,1,62 9 | 2014-08-28,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-28,cum_confirmed,453,336,1,1,0,35,14,62,7,35,9,1,40,24,1018 11 | 2014-08-28,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-08-28,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-28,death_confirmed,180,162,0,0,0,6,2,2,1,15,4,1,2,2,377 14 | 2014-08-28,cfr,39.7,48.2,0,0,0,17.1,14.3,3.2,14.3,42.9,44.4,100,5,8.3,37 15 | 2014-08-28,etc_new_admission,0,-,,,,,,,,,,,,, 16 | 2014-08-28,etc_currently_admitted,69,-,,,,,,,,,,,,, 17 | 2014-08-28,etc_cum_admission,390,294,,,,,,,,,,,,, 18 | 2014-08-28,etc_new_deaths,5,-,,,,,,,,,,,,, 19 | 2014-08-28,etc_cum_deaths,167,180,,,,,,,,,,,,, 20 | 2014-08-28,etc_new_discharges,0,-,,,,,,,,,,,,, 21 | 2014-08-28,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-28,cum_contacts,1252,1778,53,12,0,451,347,852,146,567,144,32,550,111,6295 23 | 2014-08-28,cum_completed_contacts,1017,1280,,38,0,0,82,11,88,70,283,55,26,357,3307 24 | 2014-08-28,contacts_followed,236,468,0,12,0,369,347,744,76,284,89,6,193,111,2935 25 | 2014-08-28,new_contacts,5,39,0,0,0,24,0,109,0,125,0,6,0,0,308 26 | 2014-08-28,contacts_healthy,236,431,0,0,0,364,347,742,76,283,89,6,193,108,2875 27 | 2014-08-28,contacts_ill,0,1,0,0,0,3,0,2,0,1,0,0,0,3,10 28 | 2014-08-28,contacts_not_seen,0,37,0,0,0,2,0,0,0,0,0,0,0,0,39 29 | 2014-08-28,new_completed_contacts,0,31,0,0,0,0,0,0,0,12,0,0,217,0,260 30 | 2014-08-28,percent_seen,100%,92%,NA,NA,NA,99%,100%,100%,100%,100%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-29-v94.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-29,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619, 3 | 2014-08-29,new_noncase,5,8,0,1,0,0,0,0,1,1,0,0,2,2, 4 | 2014-08-29,new_suspected,1,1,0,0,5,0,0,0,0,1,0,0,0,0, 5 | 2014-08-29,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-08-29,new_confirmed,4,3,0,0,0,0,0,0,0,4,0,0,3,1, 7 | 2014-08-29,cum_noncase,245,406,18,3,17,19,15,17,3,75,17,0,89,17, 8 | 2014-08-29,cum_suspected,15,8,33,0,5,1,1,2,0,1,0,0,3,1, 9 | 2014-08-29,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0, 10 | 2014-08-29,cum_confirmed,457,339,1,1,0,35,14,62,7,39,9,1,43,25, 11 | 2014-08-29,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0, 12 | 2014-08-29,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0, 13 | 2014-08-29,death_confirmed,180,168,0,0,0,6,2,2,1,15,4,1,2,2, 14 | 2014-08-29,cfr,39.4,49.6,0,0,0,17.1,14.3,3.2,14.3,38.5,44.4,100,4.7,8, 15 | 2014-08-29,etc_new_admission,5,,,,,,,,,,,,,, 16 | 2014-08-29,etc_currently_admitted,64,,,,,,,,,,,,,, 17 | 2014-08-29,etc_cum_admission,395,294,,,,,,,,,,,,, 18 | 2014-08-29,etc_new_deaths,6,,,,,,,,,,,,,, 19 | 2014-08-29,etc_cum_deaths,173,180,,,,,,,,,,,,, 20 | 2014-08-29,etc_new_discharges,0,,,,,,,,,,,,,, 21 | 2014-08-29,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-29,cum_contacts,1252,1822,52,12,,465,352,832,208,581,144,32,553,114,6419 23 | 2014-08-29,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-08-29,contacts_followed,236,475,0,12,,371,347,744,204,282,87,6,196,114,3074 25 | 2014-08-29,new_contacts,0,62,0,0,,14,0,0,62,14,0,0,3,3,158 26 | 2014-08-29,contacts_healthy,236,451,0,12,,366,296,744,200,281,87,6,196,114,2989 27 | 2014-08-29,contacts_ill,0,6,0,0,,3,1,0,0,1,0,0,0,3,14 28 | 2014-08-29,contacts_not_seen,0,24,0,0,,2,50,0,4,0,0,0,0,0,80 29 | 2014-08-29,new_completed_contacts,0,44,0,0,,12,0,0,4,16,2,0,0,0,78 30 | 2014-08-29,percent_seen,100%,96%,NA,100%,,99%,85%,100%,98%,100%,100,100,100%,100,97 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-30-v95.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-30,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-30,new_noncase,0,1,0,0,0,0,1,2,0,1,0,0,0,1,6 4 | 2014-08-30,new_suspected,0,3,0,0,0,1,0,1,0,0,0,0,2,0,7 5 | 2014-08-30,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-30,new_confirmed,4,11,0,0,0,4,2,8,0,6,0,0,6,3,44 7 | 2014-08-30,cum_noncase,245,407,18,3,17,19,16,19,3,76,17,0,89,18,947 8 | 2014-08-30,cum_suspected,15,11,33,0,5,1,1,3,0,1,0,0,5,1,76 9 | 2014-08-30,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-30,cum_confirmed,461,350,1,1,0,39,16,70,7,45,9,1,49,28,1077 11 | 2014-08-30,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-08-30,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-30,death_confirmed,180,172,0,0,0,6,2,2,1,15,4,1,2,2,387 14 | 2014-08-30,cfr,39,49.1,0,0,0,15.4,12.5,2.9,14.3,33.3,44.4,100,4.1,7.1,35.9 15 | 2014-08-30,etc_new_admission,4,,,,,,,,,,,,,, 16 | 2014-08-30,etc_currently_admitted,64,,,,,,,,,,,,,, 17 | 2014-08-30,etc_cum_admission,399,294,,,,,,,,,,,,, 18 | 2014-08-30,etc_new_deaths,4,,,,,,,,,,,,,, 19 | 2014-08-30,etc_cum_deaths,177,180,,,,,,,,,,,,, 20 | 2014-08-30,etc_new_discharges,0,,,,,,,,,,,,,, 21 | 2014-08-30,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-30,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-08-30,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-08-30,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-08-30,new_contacts,,,,,,,,,,,,,,, 26 | 2014-08-30,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-08-30,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-08-30,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-08-30,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-08-30,percent_seen,,,,,,,,,,,,,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-08-31-v96.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-08-31,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-08-31,new_noncase,0,1,0,0,0,0,1,2,0,1,0,0,0,1,6 4 | 2014-08-31,new_suspected,0,3,0,0,0,1,0,1,0,0,0,0,2,0,7 5 | 2014-08-31,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-08-31,new_confirmed,4,11,0,0,0,4,2,8,0,6,0,0,6,3,44 7 | 2014-08-31,cum_noncase,245,407,18,3,17,19,16,19,3,76,17,0,89,18,947 8 | 2014-08-31,cum_suspected,15,11,33,0,5,1,1,3,0,1,0,0,5,1,76 9 | 2014-08-31,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-08-31,cum_confirmed,461,350,1,1,0,39,16,70,7,45,9,1,49,28,1077 11 | 2014-08-31,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-08-31,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-08-31,death_confirmed,180,172,0,0,0,6,2,2,1,15,4,1,2,2,387 14 | 2014-08-31,cfr,39,49.1,0,0,0,15.4,12.5,2.9,14.3,33.3,44.4,100,4.1,7.1,35.9 15 | 2014-08-31,etc_new_admission,4,,,,,,,,,,,,,, 16 | 2014-08-31,etc_currently_admitted,64,,,,,,,,,,,,,, 17 | 2014-08-31,etc_cum_admission,399,294,,,,,,,,,,,,, 18 | 2014-08-31,etc_new_deaths,4,,,,,,,,,,,,,, 19 | 2014-08-31,etc_cum_deaths,177,180,,,,,,,,,,,,, 20 | 2014-08-31,etc_new_discharges,0,,,,,,,,,,,,,, 21 | 2014-08-31,etc_cum_discharges,175,69,,,,,,,,,,,,, 22 | 2014-08-31,cum_contacts,1287,2032,53,0,,484,362,911,208,581,144,32,615,135,6844 23 | 2014-08-31,cum_completed_contacts,1017,1381,38,0,,100,11,88,74,298,55,26,357,0,3445 24 | 2014-08-31,contacts_followed,246,523,0,0,,384,351,823,204,283,89,6,258,135,3302 25 | 2014-08-31,new_contacts,35,164,0,0,,8,10,19,0,0,0,0,62,21,319 26 | 2014-08-31,contacts_healthy,246,478,0,0,,377,351,800,204,282,89,6,258,133,3224 27 | 2014-08-31,contacts_ill,0,6,0,0,,6,0,1,0,0,0,0,0,2,15 28 | 2014-08-31,contacts_not_seen,0,39,0,0,,1,0,22,0,1,0,0,0,0,63 29 | 2014-08-31,new_completed_contacts,0,35,0,0,,0,0,0,0,0,0,0,0,0,35 30 | 2014-08-31,percent_seen,100%,92%,,,,99%,100%,97%,100%,99%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-01-v97.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-01,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-01,new_noncase,1,0,1,0,0,0,0,0,0,0,0,0,1,0,3 4 | 2014-09-01,new_suspected,0,0,1,0,0,0,0,0,1,0,0,0,0,0,2 5 | 2014-09-01,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-01,new_confirmed,1,0,0,0,0,0,0,0,0,1,0,0,3,4,9 7 | 2014-09-01,cum_noncase,247,409,19,3,22,20,16,19,3,76,17,0,91,18,960 8 | 2014-09-01,cum_suspected,15,11,34,0,0,1,1,3,1,1,0,0,5,2,74 9 | 2014-09-01,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-01,cum_confirmed,470,356,4,1,0,44,16,70,7,51,9,1,54,32,1115 11 | 2014-09-01,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-01,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-01,death_confirmed,180,178,2,0,0,6,2,2,1,16,4,1,2,2,396 14 | 2014-09-01,cfr,38.3,50,0,0,0,13.6,12.5,2.9,14.3,31.4,44.4,100,3.7,6.3,35.5 15 | 2014-09-01,etc_new_admission,5,,,,,,,,,,,,,, 16 | 2014-09-01,etc_currently_admitted,75,,,,,,,,,,,,,, 17 | 2014-09-01,etc_cum_admission,404,294,,,,,,,,,,,,, 18 | 2014-09-01,etc_new_deaths,5,,,,,,,,,,,,,, 19 | 2014-09-01,etc_cum_deaths,183,180,,,,,,,,,,,,, 20 | 2014-09-01,etc_new_discharges,3,,,,,,,,,,,,,, 21 | 2014-09-01,etc_cum_discharges,182,69,,,,,,,,,,,,, 22 | 2014-09-01,cum_contacts,1315,2068,106,0,,494,416,1004,208,586,144,32,635,142,7150 23 | 2014-09-01,cum_completed_contacts,1070,1447,0,0,,108,16,88,124,298,66,26,357,0,3600 24 | 2014-09-01,contacts_followed,245,645,56,0,,386,416,916,54,288,78,6,278,142,3510 25 | 2014-09-01,new_contacts,28,36,0,0,,10,54,93,0,5,0,0,20,7,253 26 | 2014-09-01,contacts_healthy,237,645,53,0,,379,415,840,54,285,78,6,278,142,3412 27 | 2014-09-01,contacts_ill,8,0,3,0,,6,1,0,0,1,0,0,0,0,19 28 | 2014-09-01,contacts_not_seen,0,0,0,0,,1,0,76,0,2,0,0,0,0,79 29 | 2014-09-01,new_completed_contacts,53,6,0,0,,8,5,0,50,0,11,0,0,0,133 30 | 2014-09-01,percent_seen,100%,100%,100,,,99%,100%,92%,100%,98%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-02-v98.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-02,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-02,new_noncase,3,6,0,0,0,0,3,2,0,0,0,0,5,2,21 4 | 2014-09-02,new_suspected,1,3,0,0,0,0,0,0,0,0,0,0,0,0,4 5 | 2014-09-02,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-02,new_confirmed,10,9,0,0,0,0,1,5,0,1,0,0,4,1,31 7 | 2014-09-02,cum_noncase,250,415,19,3,22,20,19,21,3,76,17,0,96,20,981 8 | 2014-09-02,cum_suspected,16,14,34,0,0,1,1,3,1,1,0,0,5,2,78 9 | 2014-09-02,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-02,cum_confirmed,480,365,4,1,0,44,17,75,7,52,9,1,58,33,1146 11 | 2014-09-02,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-02,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-02,death_confirmed,180,181,2,0,0,6,2,2,1,16,4,1,2,2,399 14 | 2014-09-02,cfr,37.5,49.6,0,0,0,13.6,11.8,2.7,14.3,30.8,44.4,100,3.4,6.1,34.8 15 | 2014-09-02,etc_new_admission,5,,,,,,,,,,,,,, 16 | 2014-09-02,etc_currently_admitted,74,,,,,,,,,,,,,, 17 | 2014-09-02,etc_cum_admission,409,294,,,,,,,,,,,,, 18 | 2014-09-02,etc_new_deaths,3,,,,,,,,,,,,,, 19 | 2014-09-02,etc_cum_deaths,186,180,,,,,,,,,,,,, 20 | 2014-09-02,etc_new_discharges,0,,,,,,,,,,,,,, 21 | 2014-09-02,etc_cum_discharges,182,69,,,,,,,,,,,,, 22 | 2014-09-02,cum_contacts,1363,2171,106,12,,497,416,1004,208,586,144,1,680,150,7338 23 | 2014-09-02,cum_completed_contacts,1070,1627,38,12,,108,16,88,124,298,104,0,357,0,3842 24 | 2014-09-02,contacts_followed,170,451,63,0,,389,415,916,64,288,40,6,323,150,3275 25 | 2014-09-02,new_contacts,48,103,0,0,,3,0,0,0,0,0,0,45,8,207 26 | 2014-09-02,contacts_healthy,167,417,53,,,385,414,916,64,286,40,6,323,150,3221 27 | 2014-09-02,contacts_ill,2,0,10,0,,1,1,0,0,0,0,0,0,0,14 28 | 2014-09-02,contacts_not_seen,1,34,0,0,,3,0,0,0,2,0,0,0,0,40 29 | 2014-09-02,new_completed_contacts,0,180,0,0,,0,0,0,0,0,38,0,0,0,218 30 | 2014-09-02,percent_seen,99%,92%,100%,0%,,99%,100%,100%,100%,99%,100%,100%,100%,100%,99% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-03-v99.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-03,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-03,new_noncase,4,2,1,0,0,0,0,0,0,0,0,0,8,1,16 4 | 2014-09-03,new_suspected,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3 5 | 2014-09-03,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-03,new_confirmed,14,2,4,0,0,0,2,1,1,0,0,0,3,1,28 7 | 2014-09-03,cum_noncase,254,417,20,3,22,20,19,21,3,76,17,0,104,21,997 8 | 2014-09-03,cum_suspected,16,17,34,0,0,1,1,3,1,1,0,0,5,2,81 9 | 2014-09-03,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-03,cum_confirmed,494,367,8,1,0,44,19,76,8,52,9,1,61,34,1174 11 | 2014-09-03,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-03,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-03,death_confirmed,181,185,2,0,0,6,2,2,1,16,4,1,2,2,404 14 | 2014-09-03,cfr,36.6,50.4,0,0,0,13.6,10.5,2.6,12.5,30.8,44.4,100,3.3,5.9,34.4 15 | 2014-09-03,etc_new_admission,5,9,,,,,,,,,,,,, 16 | 2014-09-03,etc_currently_admitted,89,50,,,,,,,,,,,,, 17 | 2014-09-03,etc_cum_admission,420,353,,,,,,,,,,,,, 18 | 2014-09-03,etc_new_deaths,4,1,,,,,,,,,,,,, 19 | 2014-09-03,etc_cum_deaths,194,181,,,,,,,,,,,,, 20 | 2014-09-03,etc_new_discharges,0,1,,,,,,,,,,,,, 21 | 2014-09-03,etc_cum_discharges,190,70,,,,,,,,,,,,, 22 | 2014-09-03,cum_contacts,1379,2192,106,12,,506,449,1025,208,592,163,1,714,150,7497 23 | 2014-09-03,cum_completed_contacts,1093,1630,0,12,,108,98,88,124,442,114,0,385,0,4094 24 | 2014-09-03,contacts_followed,170,559,62,0,,398,351,935,64,150,49,6,329,150,3223 25 | 2014-09-03,new_contacts,16,21,12,0,,9,33,21,0,6,9,0,34,1,162 26 | 2014-09-03,contacts_healthy,169,491,53,0,,391,350,892,64,137,49,6,329,150,3081 27 | 2014-09-03,contacts_ill,0,7,9,0,,4,1,2,0,11,0,0,0,0,34 28 | 2014-09-03,contacts_not_seen,1,47,0,0,,3,0,41,0,2,0,0,0,0,94 29 | 2014-09-03,new_completed_contacts,23,3,0,0,,0,82,0,0,144,10,0,28,0,290 30 | 2014-09-03,percent_seen,99%,89%,100%,0%,,99%,100%,96%,100%,99%,100%,100%,100%,100%,97% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-05-v101.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-05,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619, 3 | 2014-09-05,new_noncase,1,1,0,0,0,0,0,2,0,0,0,0,15,5, 4 | 2014-09-05,new_suspected,0,2,0,0,0,0,0,0,0,1,0,0,0,0, 5 | 2014-09-05,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-05,new_confirmed,6,1,0,0,0,0,0,11,0,0,0,0,2,3, 7 | 2014-09-05,cum_noncase,255,422,21,3,22,20,19,23,3,80,17,0,121,27, 8 | 2014-09-05,cum_suspected,16,22,34,0,0,1,1,3,1,4,1,0,5,2, 9 | 2014-09-05,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0, 10 | 2014-09-05,cum_confirmed,504,372,9,1,0,52,19,89,8,62,12,1,66,39, 11 | 2014-09-05,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0, 12 | 2014-09-05,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0, 13 | 2014-09-05,death_confirmed,181,190,2,0,0,6,2,3,1,16,6,1,3,2, 14 | 2014-09-05,cfr,35.9,51.1,0,0,0,11.5,10.5,3.4,12.5,25.8,50,100,4.5,5.1, 15 | 2014-09-05,etc_new_admission,2,,,,,,,,,,,,,, 16 | 2014-09-05,etc_currently_admitted,71,,,,,,,,,,,,,, 17 | 2014-09-05,etc_cum_admission,424,365,,,,,,,,,,,,, 18 | 2014-09-05,etc_new_deaths,1,,,,,,,,,,,,,, 19 | 2014-09-05,etc_cum_deaths,201,180,,,,,,,,,,,,, 20 | 2014-09-05,etc_new_discharges,0,,,,,,,,,,,,,, 21 | 2014-09-05,etc_cum_discharges,191,69,,,,,,,,,,,,, 22 | 2014-09-05,cum_contacts,1381,2227,133,30,,552,449,1157,208,592,196,32,724,156,7837 23 | 2014-09-05,cum_completed_contacts,1093,1696,38,12,,116,138,88,154,442,121,26,385,0,4309 24 | 2014-09-05,contacts_followed,153,538,95,18,,406,311,1069,54,150,75,6,339,156,3370 25 | 2014-09-05,new_contacts,2,26,27,18,,6,0,57,0,0,43,0,3,6,188 26 | 2014-09-05,contacts_healthy,149,493,88,18,,399,310,997,54,148,73,6,339,156,3230 27 | 2014-09-05,contacts_ill,4,1,7,0,,5,1,14,0,0,2,0,0,0,34 28 | 2014-09-05,contacts_not_seen,1,45,0,0,,2,0,59,0,2,0,0,0,0,109 29 | 2014-09-05,new_completed_contacts,0,46,0,0,,0,20,0,0,0,7,0,0,0,73 30 | 2014-09-05,percent_seen,100%,92%,100%,100%,,99%,100%,95%,100%,98%,100%,100%,100%,100%,97% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-06-v102.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-06,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350" 3 | 2014-09-06,new_noncase,0,4,1,0,2,4,1,5,0,0,5,0,11,2,35 4 | 2014-09-06,new_suspected,0,1,0,0,0,1,0,2,0,1,1,0,1,0,7 5 | 2014-09-06,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-06,new_confirmed,0,6,3,0,0,15,2,9,0,2,1,0,3,1,42 7 | 2014-09-06,cum_noncase,255,426,22,3,24,24,20,27,3,80,22,0,132,29,"1,067" 8 | 2014-09-06,cum_suspected,16,23,34,0,0,1,1,5,1,5,2,0,6,2,96 9 | 2014-09-06,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-06,cum_confirmed,504,378,12,1,0,67,21,98,8,64,13,1,69,40,"1,276" 11 | 2014-09-06,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-06,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-06,death_confirmed,181,190,2,0,0,6,2,16,1,16,6,1,3,2,426 14 | 2014-09-06,cfr,35.9,50.3,0,0,0,9,9.5,16.3,12.5,25,46.2,100,4.3,5,33.4 15 | 2014-09-06,etc_new_admission,2,0,,,,,,,,,,,,, 16 | 2014-09-06,etc_currently_admitted,67,53,,,,,,,,,,,,, 17 | 2014-09-06,etc_cum_admission,426,418,,,,,,,,,,,,, 18 | 2014-09-06,etc_new_deaths,0,1,,,,,,,,,,,,, 19 | 2014-09-06,etc_cum_deaths,201,181,,,,,,,,,,,,, 20 | 2014-09-06,etc_new_discharges,8,1,,,,,,,,,,,,, 21 | 2014-09-06,etc_cum_discharges,199,70,,,,,,,,,,,,, 22 | 2014-09-06,cum_contacts,1381,2227,133,30,,533,463,1157,208,592,196,32,724,156,7832 23 | 2014-09-06,cum_completed_contacts,1093,1696,38,12,,124,153,88,154,442,121,26,385,0,4332 24 | 2014-09-06,contacts_followed,153,538,95,18,,409,310,1069,54,150,75,6,339,156,3372 25 | 2014-09-06,new_contacts,0,0,0,0,,11,14,0,0,0,0,0,0,0,25 26 | 2014-09-06,contacts_healthy,153,538,95,18,,399,310,1069,54,146,75,6,339,156,3358 27 | 2014-09-06,contacts_ill,0,0,0,0,,7,0,0,0,0,0,0,0,0,7 28 | 2014-09-06,contacts_not_seen,0,0,0,0,,3,0,0,0,4,0,0,0,0,7 29 | 2014-09-06,new_completed_contacts,0,0,0,0,,8,15,0,0,0,0,0,0,0,23 30 | 2014-09-06,percent_seen,100%,100%,100%,100%,,99%,100%,100%,100%,97%,100%,100%,100%,100%,99% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-07-v103.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-07,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-07,new_noncase,0,7,0,0,0,0,0,0,0,0,0,0,1,0,8 4 | 2014-09-07,new_suspected,0,0,0,0,0,0,0,0,1,2,0,0,1,0,4 5 | 2014-09-07,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-07,new_confirmed,0,6,0,0,0,0,0,0,2,1,0,0,2,0,11 7 | 2014-09-07,cum_noncase,255,433,22,3,24,24,20,27,3,80,22,0,133,29,1075 8 | 2014-09-07,cum_suspected,16,23,34,0,0,1,1,5,2,7,2,0,7,2,100 9 | 2014-09-07,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-07,cum_confirmed,504,384,12,1,0,67,21,98,10,65,13,1,71,40,1287 11 | 2014-09-07,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-07,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-07,death_confirmed,181,192,2,0,0,6,2,16,1,16,6,1,3,2,428 14 | 2014-09-07,cfr,35.9,50,0,0,0,9,9.5,16.3,10,24.6,46.2,100,4.2,5,33.3 15 | 2014-09-07,etc_new_admission,5,8,,,,,,,,,,,,, 16 | 2014-09-07,etc_currently_admitted,72,57,,,,,,,,,,,,, 17 | 2014-09-07,etc_cum_admission,431,483,,,,,,,,,,,,, 18 | 2014-09-07,etc_new_deaths,2,1,,,,,,,,,,,,, 19 | 2014-09-07,etc_cum_deaths,203,182,,,,,,,,,,,,, 20 | 2014-09-07,etc_new_discharges,2,0,,,,,,,,,,,,, 21 | 2014-09-07,etc_cum_discharges,201,70,,,,,,,,,,,,, 22 | 2014-09-07,cum_contacts,1401,2352,133,30,,541,463,1258,333,592,200,32,742,164,8241 23 | 2014-09-07,cum_completed_contacts,1396,1729,0,12,,124,153,107,154,442,132,27,414,0,4690 24 | 2014-09-07,contacts_followed,170,532,95,18,,417,310,1151,179,150,68,5,328,164,3587 25 | 2014-09-07,new_contacts,10,83,0,0,,8,0,10,125,0,4,0,18,8,266 26 | 2014-09-07,contacts_healthy,169,507,87,18,,404,310,1139,54,146,63,5,326,164,3392 27 | 2014-09-07,contacts_ill,1,3,6,0,,10,0,0,0,0,5,0,2,0,27 28 | 2014-09-07,contacts_not_seen,1,25,0,0,,3,0,15,0,4,0,0,0,0,48 29 | 2014-09-07,new_completed_contacts,0,7,0,0,,0,0,3,0,0,7,0,29,0,46 30 | 2014-09-07,percent_seen,100%,96%,98%,100%,,99%,100%,99%,30%,97%,100%,100%,100%,100%,95% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-08-v104.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-08,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-08,new_noncase,0,9,0,0,0,0,0,3,0,0,0,0,5,7,24 4 | 2014-09-08,new_suspected,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2 5 | 2014-09-08,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-08,new_confirmed,4,2,0,0,0,0,0,3,0,0,1,0,5,2,17 7 | 2014-09-08,cum_noncase,255,442,22,3,24,24,20,30,3,80,22,0,138,36,1099 8 | 2014-09-08,cum_suspected,18,22,34,0,0,1,1,5,2,7,2,0,7,2,101 9 | 2014-09-08,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-08,cum_confirmed,508,387,12,1,0,67,21,101,10,65,14,1,76,42,1305 11 | 2014-09-08,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-08,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-08,death_confirmed,181,197,2,0,0,6,2,16,1,16,6,1,3,2,433 14 | 2014-09-08,cfr,35.6,50.9,0,0,0,9,9.5,15.8,10,24.6,42.9,100,3.9,4.8,33.2 15 | 2014-09-08,etc_new_admission,5,0,,,,,,,,,,,,, 16 | 2014-09-08,etc_currently_admitted,69,54,,,,,,,,,,,,, 17 | 2014-09-08,etc_cum_admission,436,537,,,,,,,,,,,,, 18 | 2014-09-08,etc_new_deaths,5,1,,,,,,,,,,,,, 19 | 2014-09-08,etc_cum_deaths,208,182,,,,,,,,,,,,, 20 | 2014-09-08,etc_new_discharges,2,2,,,,,,,,,,,,, 21 | 2014-09-08,etc_cum_discharges,203,72,,,,,,,,,,,,, 22 | 2014-09-08,cum_contacts,1413,2400,157,30,,551,533,1348,333,592,206,32,727,176,8498 23 | 2014-09-08,cum_completed_contacts,1096,1758,38,12,,124,153,57,154,442,137,27,436,0,4434 24 | 2014-09-08,contacts_followed,163,605,118,18,,427,380,1184,179,150,67,5,306,176,3778 25 | 2014-09-08,new_contacts,22,47,24,0,,10,70,90,0,0,4,0,0,12,279 26 | 2014-09-08,contacts_healthy,162,589,87,18,,418,380,1165,178,148,61,5,306,176,3693 27 | 2014-09-08,contacts_ill,0,0,7,0,,5,0,5,0,1,6,0,0,0,24 28 | 2014-09-08,contacts_not_seen,1,16,0,0,,4,0,24,0,1,0,0,0,0,46 29 | 2014-09-08,new_completed_contacts,3,29,0,0,,0,0,57,0,0,0,0,0,0,89 30 | 2014-09-08,percent_seen,99%,97%,80%,100%,,100%,100%,99%,99%,99%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-09-v105.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-09,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-09,new_noncase,1,7,0,0,0,0,1,1,0,1,0,0,9,3,23 4 | 2014-09-09,new_suspected,0,1,3,0,0,2,0,0,0,0,0,0,0,0,6 5 | 2014-09-09,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-09,new_confirmed,0,7,2,0,0,6,4,4,0,0,0,0,9,4,36 7 | 2014-09-09,cum_noncase,256,451,23,3,24,24,21,31,4,81,22,0,148,39,1127 8 | 2014-09-09,cum_suspected,18,21,36,0,0,1,1,5,1,7,2,0,6,2,100 9 | 2014-09-09,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-09,cum_confirmed,508,394,14,1,0,73,25,105,10,65,14,1,85,46,1341 11 | 2014-09-09,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-09,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-09,death_confirmed,182,199,2,0,0,6,2,16,1,16,6,1,3,2,436 14 | 2014-09-09,cfr,35.8,50.5,0,0,0,8.2,8,15.2,10,24.6,42.9,100,3.5,4.3,32.5 15 | 2014-09-09,etc_new_admission,5,0,,,,,,,,,,,,, 16 | 2014-09-09,etc_currently_admitted,74,51,,,,,,,,,,,,, 17 | 2014-09-09,etc_cum_admission,441,588,,,,,,,,,,,,, 18 | 2014-09-09,etc_new_deaths,2,1,,,,,,,,,,,,, 19 | 2014-09-09,etc_cum_deaths,210,183,,,,,,,,,,,,, 20 | 2014-09-09,etc_new_discharges,8,1,,,,,,,,,,,,, 21 | 2014-09-09,etc_cum_discharges,211,73,,,,,,,,,,,,, 22 | 2014-09-09,cum_contacts,1397,2421,157,20,,560,533,1417,333,592,206,32,754,183,8605 23 | 2014-09-09,cum_completed_contacts,1097,1810,80,12,,170,153,183,154,456,137,27,436,0,4715 24 | 2014-09-09,contacts_followed,160,621,76,18,,390,380,1234,178,136,67,5,318,183,3766 25 | 2014-09-09,new_contacts,6,21,0,2,,9,0,69,0,0,0,0,12,7,126 26 | 2014-09-09,contacts_healthy,158,614,69,18,,380,380,1155,178,132,61,5,318,181,3649 27 | 2014-09-09,contacts_ill,2,2,7,0,,4,0,13,0,1,6,0,0,2,37 28 | 2014-09-09,contacts_not_seen,0,7,0,0,,6,0,68,0,3,0,0,0,0,84 29 | 2014-09-09,new_completed_contacts,4,52,42,0,,46,0,19,0,0,0,0,0,0,163 30 | 2014-09-09,percent_seen,100%,99%,100%,100%,,98%,100%,100%,100%,98%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-10-v106.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-10,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-10,new_noncase,0,9,0,0,0,0,0,1,0,0,0,1,5,3,19 4 | 2014-09-10,new_suspected,0,3,0,0,0,0,0,0,0,0,0,0,1,1,5 5 | 2014-09-10,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-10,new_confirmed,0,1,0,1,0,0,1,14,0,2,0,0,4,3,26 7 | 2014-09-10,cum_noncase,256,460,23,3,24,24,21,32,4,81,22,1,153,42,1146 8 | 2014-09-10,cum_suspected,18,24,36,0,0,1,1,5,1,7,2,0,7,3,105 9 | 2014-09-10,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-10,cum_confirmed,508,395,14,2,0,73,26,119,10,67,14,1,89,49,1367 11 | 2014-09-10,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-10,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-10,death_confirmed,183,206,2,1,0,6,2,16,1,16,6,1,3,2,445 14 | 2014-09-10,cfr,36,52.2,0,50,0,8.2,7.7,13.4,10,23.9,42.9,100,3.4,4.1,32.6 15 | 2014-09-10,etc_new_admission,0,9,,,,,,,,,,,,, 16 | 2014-09-10,etc_currently_admitted,61,54,,,,,,,,,,,,, 17 | 2014-09-10,etc_cum_admission,441,651,,,,,,,,,,,,, 18 | 2014-09-10,etc_new_deaths,7,1,,,,,,,,,,,,, 19 | 2014-09-10,etc_cum_deaths,217,184,,,,,,,,,,,,, 20 | 2014-09-10,etc_new_discharges,10,5,,,,,,,,,,,,, 21 | 2014-09-10,etc_cum_discharges,221,78,,,,,,,,,,,,, 22 | 2014-09-10,cum_contacts,1416,2483,157,68,,567,533,1514,333,592,206,84,767,183,8903 23 | 2014-09-10,cum_completed_contacts,1105,1821,80,12,,176,170,234,195,456,149,27,436,0,4861 24 | 2014-09-10,contacts_followed,155,589,77,56,,391,363,1297,137,136,57,57,331,181,3827 25 | 2014-09-10,new_contacts,19,52,0,38,,7,0,97,0,0,0,52,13,0,278 26 | 2014-09-10,contacts_healthy,155,578,71,55,,384,363,1155,137,86,51,57,331,181,3604 27 | 2014-09-10,contacts_ill,0,0,6,1,,4,0,3,0,8,6,0,0,0,28 28 | 2014-09-10,contacts_not_seen,0,11,0,0,,3,0,139,0,0,0,0,0,0,153 29 | 2014-09-10,new_completed_contacts,8,11,0,0,,6,17,51,41,42,12,0,0,0,188 30 | 2014-09-10,percent_seen,100%,98%,100%,100%,,99%,100%,89%,100%,69%,100%,100%,100%,100%,95% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-11-v107.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-11,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-11,new_noncase,1,3,0,1,0,0,5,1,0,0,2,0,3,0,16 4 | 2014-09-11,new_suspected,0,2,3,0,0,0,1,0,0,2,1,0,1,0,10 5 | 2014-09-11,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-11,new_confirmed,0,1,1,1,0,0,3,13,0,7,3,0,5,0,34 7 | 2014-09-11,cum_noncase,257,465,23,4,24,24,26,33,4,81,24,1,156,42,1164 8 | 2014-09-11,cum_suspected,18,24,39,0,0,1,2,5,1,9,3,0,8,3,113 9 | 2014-09-11,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-11,cum_confirmed,508,396,15,3,0,73,29,132,10,74,17,1,94,49,1401 11 | 2014-09-11,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-11,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-11,death_confirmed,185,209,2,1,0,6,2,16,1,16,6,1,3,2,450 14 | 2014-09-11,cfr,36.4,52.8,0,33.3,0,8.2,6.9,12.1,10,21.6,35.3,100,3.2,4.1,32.1 15 | 2014-09-11,etc_new_admission,16,4,,,,,,,,,,,,, 16 | 2014-09-11,etc_currently_admitted,69,54,,,,,,,,,,,,, 17 | 2014-09-11,etc_cum_admission,457,487,,,,,,,,,,,,, 18 | 2014-09-11,etc_new_deaths,3,2,,,,,,,,,,,,, 19 | 2014-09-11,etc_cum_deaths,220,186,,,,,,,,,,,,, 20 | 2014-09-11,etc_new_discharges,8,2,,,,,,,,,,,,, 21 | 2014-09-11,etc_cum_discharges,229,80,,,,,,,,,,,,, 22 | 2014-09-11,cum_contacts,1422,2485,157,98,,582,553,1551,333,631,206,84,767,183,9052 23 | 2014-09-11,cum_completed_contacts,1097,1821,80,12,,182,170,238,195,498,149,27,436,0,4905 24 | 2014-09-11,contacts_followed,147,638,77,86,,400,383,1313,138,133,55,57,331,181,3939 25 | 2014-09-11,new_contacts,0,2,0,30,,15,20,37,0,14,0,0,63,181,362 26 | 2014-09-11,contacts_healthy,147,620,71,85,,390,383,1155,138,130,51,57,331,0,3558 27 | 2014-09-11,contacts_ill,0,0,5,1,,9,0,3,0,2,4,0,0,0,24 28 | 2014-09-11,contacts_not_seen,0,18,0,0,,1,0,155,0,1,0,0,0,0,175 29 | 2014-09-11,new_completed_contacts,0,0,0,0,,6,0,9,0,0,0,0,0,0,15 30 | 2014-09-11,percent_seen,100%,97%,100%,100%,,99%,100%,88%,100%,99%,100%,100%,100%,100%,91% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-12-v108.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-12,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619, 3 | 2014-09-12,new_noncase,0,7,0,0,0,0,0,5,0,0,0,0,5,4, 4 | 2014-09-12,new_suspected,0,1,0,0,0,1,0,0,0,2,0,0,0,1, 5 | 2014-09-12,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-12,new_confirmed,0,1,0,0,0,9,1,10,0,1,0,0,8,1, 7 | 2014-09-12,cum_noncase,257,472,23,4,24,24,26,38,4,81,24,1,161,46, 8 | 2014-09-12,cum_suspected,18,25,39,0,0,1,2,5,1,11,3,0,8,4, 9 | 2014-09-12,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0, 10 | 2014-09-12,cum_confirmed,508,397,15,3,0,82,30,142,10,75,17,1,102,50, 11 | 2014-09-12,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0, 12 | 2014-09-12,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0, 13 | 2014-09-12,death_confirmed,186,217,2,1,0,6,2,16,1,16,6,1,3,2, 14 | 2014-09-12,cfr,36.6,54.7,0,33.3,0,7.3,6.7,11.3,10,21.3,35.3,100,2.9,4, 15 | 2014-09-12,etc_new_admission,5,20,,,,,,,,,,,,, 16 | 2014-09-12,etc_currently_admitted,64,68,,,,,,,,,,,,, 17 | 2014-09-12,etc_cum_admission,462,507,,,,,,,,,,,,, 18 | 2014-09-12,etc_new_deaths,8,1,,,,,,,,,,,,, 19 | 2014-09-12,etc_cum_deaths,228,187,,,,,,,,,,,,, 20 | 2014-09-12,etc_new_discharges,0,4,,,,,,,,,,,,, 21 | 2014-09-12,etc_cum_discharges,229,84,,,,,,,,,,,,, 22 | 2014-09-12,cum_contacts,1422,2495,191,98,,603,553,1626,333,663,206,84,800,242,9316 23 | 2014-09-12,cum_completed_contacts,1105,1830,80,12,,182,182,498,195,498,149,27,436,30,5224 24 | 2014-09-12,contacts_followed,166,640,111,85,,421,371,1368,138,165,55,57,364,212,4153 25 | 2014-09-12,new_contacts,18,10,34,0,,21,0,75,0,32,0,0,33,59,282 26 | 2014-09-12,contacts_healthy,166,624,105,85,,414,371,1185,137,164,55,57,362,212,3937 27 | 2014-09-12,contacts_ill,0,3,6,0,,5,0,3,1,1,0,0,2,0,21 28 | 2014-09-12,contacts_not_seen,0,13,0,0,,2,0,180,0,0,0,0,0,0,195 29 | 2014-09-12,new_completed_contacts,4,9,0,0,,0,12,20,0,0,0,0,0,30,75 30 | 2014-09-12,percent_seen,100%,97%,100%,100%,,99%,100%,86%,100%,100%,100%,100%,100%,100%,95% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-13-v109.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-13,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-13,new_noncase,8,5,0,1,0,0,2,0,0,3,3,0,10,8,40 4 | 2014-09-13,new_suspected,0,4,0,0,0,1,0,0,0,0,0,0,0,0,5 5 | 2014-09-13,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-13,new_confirmed,10,1,0,0,0,0,1,1,0,1,0,0,7,1,22 7 | 2014-09-13,cum_noncase,272,479,23,5,24,24,28,39,4,84,28,1,171,54,1236 8 | 2014-09-13,cum_suspected,1,27,39,0,0,3,2,4,1,11,2,0,8,4,102 9 | 2014-09-13,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-13,cum_confirmed,528,398,15,3,0,82,31,143,10,76,17,1,109,51,1464 11 | 2014-09-13,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-13,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-13,death_confirmed,186,221,2,1,0,6,2,16,1,16,6,1,3,2,463 14 | 2014-09-13,cfr,35.2,55.5,0,33.3,0,7.3,6.5,11.2,10,21.1,35.3,100,2.8,3.9,31.6 15 | 2014-09-13,etc_new_admission,0,0,,,,,,,,,,,,, 16 | 2014-09-13,etc_currently_admitted,60,62,,,,,,,,,,,,, 17 | 2014-09-13,etc_cum_admission,462,507,,,,,,,,,,,,, 18 | 2014-09-13,etc_new_deaths,4,1,,,,,,,,,,,,, 19 | 2014-09-13,etc_cum_deaths,232,188,,,,,,,,,,,,, 20 | 2014-09-13,etc_new_discharges,0,1,,,,,,,,,,,,, 21 | 2014-09-13,etc_cum_discharges,229,85,,,,,,,,,,,,, 22 | 2014-09-13,cum_contacts,1422,2495,191,98,,626,553,1626,333,,206,84,800,242,9339 23 | 2014-09-13,cum_completed_contacts,1105,1830,80,12,,187,182,498,195,,149,27,436,30,5229 24 | 2014-09-13,contacts_followed,166,640,111,85,,439,371,1368,138,,55,57,364,212,4171 25 | 2014-09-13,new_contacts,0,0,0,0,,23,0,0,0,,0,0,0,0,55 26 | 2014-09-13,contacts_healthy,166,625,111,85,,424,371,1360,137,,55,57,362,211,4128 27 | 2014-09-13,contacts_ill,0,0,0,0,,9,0,3,1,,0,0,0,0,14 28 | 2014-09-13,contacts_not_seen,0,15,0,0,,6,0,0,0,,0,0,2,1,24 29 | 2014-09-13,new_completed_contacts,0,0,0,0,,5,0,0,0,,0,0,0,0,5 30 | 2014-09-13,percent_seen,100%,97%,100%,100%,,96%,100%,100%,100%,,100%,100%,100%,100%,99% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-14-v110.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-14,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-14,new_noncase,1,7,0,0,0,5,0,0,0,0,0,0,3,3,19 4 | 2014-09-14,new_suspected,0,2,0,0,0,2,0,0,0,0,0,0,0,0,4 5 | 2014-09-14,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-09-14,new_confirmed,0,10,0,0,0,31,1,0,0,0,0,0,5,2,49 7 | 2014-09-14,cum_noncase,273,486,23,5,24,30,28,39,4,84,28,1,174,57,1256 8 | 2014-09-14,cum_suspected,1,29,39,0,0,4,2,4,1,11,2,0,8,4,105 9 | 2014-09-14,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-09-14,cum_confirmed,528,408,15,3,0,113,32,143,10,76,17,1,114,53,1513 11 | 2014-09-14,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-09-14,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-09-14,death_confirmed,189,223,2,1,0,6,2,16,1,16,6,1,3,2,468 14 | 2014-09-14,cfr,35.8,54.7,0,33.3,0,5.3,6.3,11.2,10,21.1,35.3,100,2.6,3.8,30.9 15 | 2014-09-14,etc_new_admission,1,7,,,,,,,,,,,,, 16 | 2014-09-14,etc_currently_admitted,58,46,,,,,,,,,,,,, 17 | 2014-09-14,etc_cum_admission,463,514,,,,,,,,,,,,, 18 | 2014-09-14,etc_new_deaths,2,2,,,,,,,,,,,,, 19 | 2014-09-14,etc_cum_deaths,234,190,,,,,,,,,,,,, 20 | 2014-09-14,etc_new_discharges,0,18,,,,,,,,,,,,, 21 | 2014-09-14,etc_cum_discharges,229,95,,,,,,,,,,,,, 22 | 2014-09-14,cum_contacts,1440,2495,192,98,,664,593,1642,333,663,218,84,800,242,9464 23 | 2014-09-14,cum_completed_contacts,1120,1830,80,12,,206,182,258,195,498,164,32,436,30,5043 24 | 2014-09-14,contacts_followed,163,640,112,85,,458,411,1384,138,165,54,52,364,212,4238 25 | 2014-09-14,new_contacts,9,10,0,0,,38,40,108,0,0,0,0,0,0,205 26 | 2014-09-14,contacts_healthy,162,624,105,85,,447,411,1195,138,165,161,52,364,212,4121 27 | 2014-09-14,contacts_ill,1,3,7,0,,7,0,2,0,0,3,0,0,0,23 28 | 2014-09-14,contacts_not_seen,0,13,0,0,,4,0,187,0,0,0,0,0,0,204 29 | 2014-09-14,new_completed_contacts,15,9,0,0,,19,0,20,0,0,0,0,0,30,93 30 | 2014-09-14,percent_seen,100.00%,97.00%,100.00%,100.00%,,99.00%,100.00%,97.00%,100.00%,100,100.00%,100.00%,100.00%,100.00%,99.00% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-15-v111.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC) 2 | 2014-09-15,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350, 3 | 2014-09-15,new_noncase,7,3,1,0,0,0,1,7,0,0,9,0,10,5,43, 4 | 2014-09-15,new_suspected,0,0,2,0,0,0,0,0,0,0,0,0,0,2,4, 5 | 2014-09-15,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-15,new_confirmed,1,1,0,0,0,0,0,12,0,0,0,0,13,2,29, 7 | 2014-09-15,cum_noncase,280,489,26,5,24,30,29,46,4,84,37,1,184,62,1301, 8 | 2014-09-15,cum_suspected,18,29,39,0,0,4,2,4,1,11,2,0,8,6,124, 9 | 2014-09-15,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37, 10 | 2014-09-15,cum_confirmed,529,409,15,3,0,113,32,155,10,76,17,1,127,55,1542, 11 | 2014-09-15,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11, 12 | 2014-09-15,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37, 13 | 2014-09-15,death_confirmed,191,225,2,1,0,6,2,16,1,16,6,1,5,2,474, 14 | 2014-09-15,cfr,36.1,55,0,33.3,0,5.3,6.3,10.3,10,21.1,35.3,100,3.9,3.6,30.7, 15 | 2014-09-15,etc_new_admission,26,3,,,,,,,,,,,,,,0 16 | 2014-09-15,etc_currently_admitted,41,39,,,,,,,,,,,,,,3 17 | 2014-09-15,etc_cum_admission,540,466,,,,,,,,,,,,,,5 18 | 2014-09-15,etc_new_deaths,2,2,,,,,,,,,,,,,,2 19 | 2014-09-15,etc_cum_deaths,192,236,,,,,,,,,,,,,,2 20 | 2014-09-15,etc_new_discharges,5,20,,,,,,,,,,,,,,0 21 | 2014-09-15,etc_cum_discharges,100,249,,,,,,,,,,,,,,0 22 | 2014-09-15,cum_contacts,1458,2577,192,85,,680,593,1673,333,681,218,84,828,266,9668, 23 | 2014-09-15,cum_completed_contacts,1120,1940,80,12,,219,182,258,205,514,164,32,436,41,5203, 24 | 2014-09-15,contacts_followed,166,656,112,85,,461,451,1415,128,167,54,64,402,255,4416, 25 | 2014-09-15,new_contacts,16,2,0,0,,16,40,31,0,18,0,0,22,13,158, 26 | 2014-09-15,contacts_healthy,165,656,105,85,,457,450,1315,128,167,54,64,402,255,4303, 27 | 2014-09-15,contacts_ill,1,0,7,0,,4,1,6,0,0,0,0,0,0,19, 28 | 2014-09-15,contacts_not_seen,0,0,0,0,,0,0,94,0,0,0,0,0,0,94, 29 | 2014-09-15,new_completed_contacts,4,71,0,0,,13,0,0,10,16,0,0,0,0,114, 30 | 2014-09-15,percent_seen,100.00%,100.00%,100.00%,100.00%,,99.00%,100.00%,93.00%,100.00%,100.00%,100.00%,100.00%,100.00%,100.00%,98.00%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-16-v112.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC) 2 | 2014-09-16,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350, 3 | 2014-09-16,new_noncase,8,3,0,0,0,0,1,0,0,1,0,0,5,0,18, 4 | 2014-09-16,new_suspected,0,2,0,0,0,0,0,0,0,1,0,1,0,1,5, 5 | 2014-09-16,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-16,new_confirmed,22,1,0,0,0,0,3,0,0,1,0,0,2,0,29, 7 | 2014-09-16,cum_noncase,288,495,26,5,24,30,30,46,4,85,37,1,189,62,1322, 8 | 2014-09-16,cum_suspected,18,28,39,0,0,5,2,4,1,12,2,1,8,7,127, 9 | 2014-09-16,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37, 10 | 2014-09-16,cum_confirmed,551,410,15,3,0,113,35,155,10,77,17,1,129,55,1571, 11 | 2014-09-16,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11, 12 | 2014-09-16,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37, 13 | 2014-09-16,death_confirmed,195,229,2,1,0,6,2,16,1,16,6,1,6,2,483, 14 | 2014-09-16,cfr,35.4,55.9,0,33.3,0,5.3,5.7,10.3,10,20.8,35.3,100,4.7,3.6,30.7, 15 | 2014-09-16,etc_new_admission,3,0,,,,,,,,,,,,,6, 16 | 2014-09-16,etc_currently_admitted,38,3,,,,,,,,,,,,,60, 17 | 2014-09-16,etc_cum_admission,469,5,,,,,,,,,,,,,546, 18 | 2014-09-16,etc_new_deaths,4,0,,,,,,,,,,,,,4, 19 | 2014-09-16,etc_cum_deaths,240,2,,,,,,,,,,,,,196, 20 | 2014-09-16,etc_new_discharges,0,0,,,,,,,,,,,,,0, 21 | 2014-09-16,etc_cum_discharges,249,0,,,,,,,,,,,,,100, 22 | 2014-09-16,cum_contacts,1474,2618,192,98,,711,553,1745,333,681,206,84,898,317,9910, 23 | 2014-09-16,cum_completed_contacts,1120,1976,80,12,,235,182,258,195,514,149,27,443,104,5295, 24 | 2014-09-16,contacts_followed,156,610,112,85,,476,371,1487,138,167,55,57,455,213,4382, 25 | 2014-09-16,new_contacts,32,41,0,0,,31,0,36,0,0,0,0,60,10,210, 26 | 2014-09-16,contacts_healthy,156,600,110,85,,461,371,1345,138,167,55,57,394,213,4152, 27 | 2014-09-16,contacts_ill,0,4,2,0,,10,0,13,0,0,0,0,19,0,48, 28 | 2014-09-16,contacts_not_seen,0,10,0,0,,4,0,129,0,0,0,0,42,0,185, 29 | 2014-09-16,new_completed_contacts,0,36,0,0,,16,12,0,0,0,0,0,7,63,134, 30 | 2014-09-16,percent_seen,100.00%,99.00%,100.00%,100.00%,,99.00%,100.00%,91.00%,100.00%,100.00%,100.00%,100.00%,91.00%,100.00%,96.00%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-17-v113.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC) 2 | 2014-09-17,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350", 3 | 2014-09-17,new_noncase,0,2,0,0,0,9,2,5,0,1,0,0,10,1,30, 4 | 2014-09-17,new_suspected,0,0,0,0,0,1,0,0,0,0,2,0,2,0,5, 5 | 2014-09-17,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-17,new_confirmed,0,2,0,1,0,9,4,5,0,0,7,0,7,1,36, 7 | 2014-09-17,cum_noncase,280,498,26,5,24,39,32,51,4,86,37,1,199,63,"1,345", 8 | 2014-09-17,cum_suspected,18,27,39,0,0,6,2,4,1,12,4,1,10,7,131, 9 | 2014-09-17,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37, 10 | 2014-09-17,cum_confirmed,529,412,15,4,0,122,39,160,10,77,24,1,136,56,"1,585", 11 | 2014-09-17,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11, 12 | 2014-09-17,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37, 13 | 2014-09-17,death_confirmed,199,229,2,1,0,6,2,16,1,16,6,1,7,3,489, 14 | 2014-09-17,cfr,37.6,55.6,0,25,0,4.9,5.1,10,10,20.8,25,100,5.1,5.4,30.9, 15 | 2014-09-17,etc_new_admission,7,0,,,,,,,,,,,,,,10 16 | 2014-09-17,etc_currently_admitted,34,3,,,,,,,,,,,,,,37 17 | 2014-09-17,etc_cum_admission,476,5,,,,,,,,,,,,,,556 18 | 2014-09-17,etc_new_deaths,0,0,,,,,,,,,,,,,,4 19 | 2014-09-17,etc_cum_deaths,240,2,,,,,,,,,,,,,,200 20 | 2014-09-17,etc_new_discharges,11,0,,,,,,,,,,,,,,14 21 | 2014-09-17,etc_cum_discharges,260,0,,,,,,,,,,,,,,104 22 | 2014-09-17,cum_contacts,1422,2618,193,97,,765,593,1788,333,681,206,89,909,366,10060, 23 | 2014-09-17,cum_completed_contacts,1105,2020,80,12,,247,197,258,228,529,149,32,466,104,5427, 24 | 2014-09-17,contacts_followed,166,615,114,97,,518,451,1530,108,157,55,57,443,262,4573, 25 | 2014-09-17,new_contacts,0,0,1,0,,54,0,43,0,0,0,7,11,49,165, 26 | 2014-09-17,contacts_healthy,166,615,110,97,,497,451,1395,108,157,55,57,391,204,4303, 27 | 2014-09-17,contacts_ill,0,0,3,0,,13,0,2,0,0,0,0,15,0,33, 28 | 2014-09-17,contacts_not_seen,0,17,0,0,,8,0,133,0,0,0,0,37,58,253, 29 | 2014-09-17,new_completed_contacts,4,44,0,0,,12,15,0,20,15,0,0,23,0,133, 30 | 2014-09-17,percent_seen,100.00%,99.00%,100.00%,100.00%,,99.00%,100.00%,86.00%,100.00%,100.00%,100.00%,100.00%,100.00%,100.00%,98.00%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-18-v114.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC) 2 | 2014-09-18,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350", 3 | 2014-09-18,new_noncase,0,3,1,0,0,1,1,2,0,0,0,0,3,2,13, 4 | 2014-09-18,new_suspected,0,1,1,0,0,0,0,0,0,5,0,0,1,0,8, 5 | 2014-09-18,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-18,new_confirmed,0,0,1,0,0,0,5,15,0,0,0,0,7,5,33, 7 | 2014-09-18,cum_noncase,280,503,28,5,24,40,33,53,4,86,37,1,202,65,"1,361", 8 | 2014-09-18,cum_suspected,18,26,39,0,0,6,2,4,1,17,4,1,11,7,136, 9 | 2014-09-18,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37, 10 | 2014-09-18,cum_confirmed,529,412,16,4,0,122,44,175,10,77,24,1,143,61,"1,618", 11 | 2014-09-18,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11, 12 | 2014-09-18,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37, 13 | 2014-09-18,death_confirmed,205,229,2,1,0,6,2,16,1,16,6,1,7,3,495, 14 | 2014-09-18,cfr,38.8,55.6,0,25,0,4.9,4.5,9.1,10,20.8,25,100,4.9,4.9,30.6, 15 | 2014-09-18,etc_new_admission,8,13,,,,,,,,,,,,,,2 16 | 2014-09-18,etc_currently_admitted,42,57,,,,,,,,,,,,,,5 17 | 2014-09-18,etc_cum_admission,484,569,,,,,,,,,,,,,,7 18 | 2014-09-18,etc_new_deaths,0,6,,,,,,,,,,,,,,0 19 | 2014-09-18,etc_cum_deaths,240,206,,,,,,,,,,,,,,2 20 | 2014-09-18,etc_new_discharges,0,3,,,,,,,,,,,,,,0 21 | 2014-09-18,etc_cum_discharges,260,107,,,,,,,,,,,,,,0 22 | 2014-09-18,cum_contacts,1458,2618,217,108,,798,593,1790,333,681,232,89,913,366,10196, 23 | 2014-09-18,cum_completed_contacts,1120,2020,80,12,,263,197,258,225,529,178,32,466,104,5484, 24 | 2014-09-18,contacts_followed,166,615,137,96,,535,451,1532,108,152,54,57,447,262,4612, 25 | 2014-09-18,new_contacts,16,0,24,23,,33,0,1,0,0,14,0,4,0,115, 26 | 2014-09-18,contacts_healthy,165,615,133,96,,514,451,1415,108,151,54,57,442,246,4447, 27 | 2014-09-18,contacts_ill,1,0,4,0,,15,0,1,1,0,0,0,0,0,22, 28 | 2014-09-18,contacts_not_seen,0,17,0,0,,5,0,116,0,1,0,0,5,15,159, 29 | 2014-09-18,new_completed_contacts,4,44,0,0,,16,15,0,0,0,0,0,0,0,79, 30 | 2014-09-18,percent_seen,100.00%,97.00%,100.00%,100.00%,,98.00%,100.00%,98.00%,100.00%,100.00%,100.00%,100.00%,100.00%,100.00%,98.00%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-19-v115.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC) 2 | 2014-09-19,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350", 3 | 2014-09-19,new_noncase,0,3,0,0,0,0,0,1,0,0,0,0,9,3,16, 4 | 2014-09-19,new_suspected,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1, 5 | 2014-09-19,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6 | 2014-09-19,new_confirmed,0,1,0,0,0,0,0,1,0,0,9,0,8,3,22, 7 | 2014-09-19,cum_noncase,280,507,28,5,24,40,33,54,4,86,37,1,211,68,1378, 8 | 2014-09-19,cum_suspected,18,26,39,0,0,6,2,4,1,17,4,1,11,7,136, 9 | 2014-09-19,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37, 10 | 2014-09-19,cum_confirmed,529,413,16,4,0,122,44,176,10,77,33,1,151,64,1640, 11 | 2014-09-19,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11, 12 | 2014-09-19,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37, 13 | 2014-09-19,death_confirmed,207,229,2,1,0,6,2,16,1,16,6,1,7,3,497, 14 | 2014-09-19,cfr,39.1,55.4,0,25,0,4.9,4.5,9.1,10,20.8,18.2,100,4.6,4.7,30.3, 15 | 2014-09-19,etc_new_admission,2,10,,,,,,,,,,,,,0, 16 | 2014-09-19,etc_currently_admitted,43,49,,,,,,,,,,,,,5, 17 | 2014-09-19,etc_cum_admission,612,494,,,,,,,,,,,,,7, 18 | 2014-09-19,etc_new_deaths,2,0,,,,,,,,,,,,,0, 19 | 2014-09-19,etc_cum_deaths,208,240,,,,,,,,,,,,,2, 20 | 2014-09-19,etc_new_discharges,0,0,,,,,,,,,,,,,0, 21 | 2014-09-19,etc_cum_discharges,107,260,,,,,,,,,,,,,0, 22 | 2014-09-19,cum_contacts,1458,2638,217,118,,843,763,1790,333,681,232,89,913,366,10441, 23 | 2014-09-19,cum_completed_contacts,1120,2109,80,12,,263,197,258,225,529,178,32,474,114,5591, 24 | 2014-09-19,contacts_followed,166,524,137,106,,0,621,1532,108,152,54,57,447,262,4166, 25 | 2014-09-19,new_contacts,16,12,24,10,,45,170,1,0,0,0,0,0,0,278, 26 | 2014-09-19,contacts_healthy,165,509,133,96,,560,621,1415,108,152,54,57,455,253,4578, 27 | 2014-09-19,contacts_ill,1,0,4,99,,20,0,1,1,0,0,0,3,0,129, 28 | 2014-09-19,contacts_not_seen,0,15,0,6,,0,0,116,0,0,0,0,8,9,154, 29 | 2014-09-19,new_completed_contacts,4,36,0,1,,0,0,0,0,0,0,0,8,10,59, 30 | 2014-09-19,percent_seen,100%,97%,100%,100%,,98%,100%,98%,100%,100%,100%,100%,100%,100%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-21-v117.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-21,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,,, 3 | 2014-09-21,new_noncase,0,19,0,0,1,1,3,8,0,0,0,0,13,3,48,,, 4 | 2014-09-21,new_suspected,0,4,0,0,0,1,0,3,0,0,0,1,5,1,15,,, 5 | 2014-09-21,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-21,new_confirmed,0,2,0,6,0,0,12,10,3,0,0,0,9,7,49,,, 7 | 2014-09-21,cum_noncase,280,530,30,5,25,49,36,63,4,86,37,1,241,82,1469,,, 8 | 2014-09-21,cum_suspected,18,33,39,0,0,10,2,7,1,17,5,2,16,8,158,,, 9 | 2014-09-21,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-21,cum_confirmed,529,416,18,10,0,148,56,187,13,77,41,1,165,84,1745,,, 11 | 2014-09-21,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-21,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-21,death_confirmed,210,229,2,1,0,6,2,16,1,16,7,1,8,3,502,,, 14 | 2014-09-21,cfr,39.7,55,0,10,0,4.1,3.6,8.6,7.7,20.8,17.1,100,4.8,3.6,29,,, 15 | 2014-09-21,etc_new_admission,1,1,,,,,,,,,,,,,,9,, 16 | 2014-09-21,etc_currently_admitted,45,40,,,,,,,,,,,,,,14,, 17 | 2014-09-21,etc_cum_admission,623,499,,,,,,,,,,,,,,16,, 18 | 2014-09-21,etc_new_deaths,2,1,,,,,,,,,,,,,,0,, 19 | 2014-09-21,etc_cum_deaths,213,242,,,,,,,,,,,,,,2,, 20 | 2014-09-21,etc_new_discharges,0,9,,,,,,,,,,,,,,0,, 21 | 2014-09-21,etc_cum_discharges,111,271,,,,,,,,,,,,,,0,, 22 | 2014-09-21,cum_contacts,1553,2696,228,118,,894,1376,1793,409,681,353,89,913,366,11469,,, 23 | 2014-09-21,cum_completed_contacts,1169,2161,140,12,,263,197,258,240,529,178,32,474,114,5767,,, 24 | 2014-09-21,contacts_followed,181,543,86,106,,631,1179,1536,169,141,135,57,447,262,5473,,, 25 | 2014-09-21,new_contacts,53,11,0,0,,51,613,3,76,0,0,0,0,0,807,,, 26 | 2014-09-21,contacts_healthy,181,526,84,106,,599,1179,1515,169,141,135,57,447,262,5401,,, 27 | 2014-09-21,contacts_ill,0,17,2,0,,32,0,21,0,0,0,0,0,0,72,,, 28 | 2014-09-21,contacts_not_seen,0,0,0,0,,0,0,0,0,0,0,0,0,0,0,,, 29 | 2014-09-21,new_completed_contacts,0,43,0,0,,0,0,0,0,0,0,0,0,0,43,,, 30 | 2014-09-21,percent_seen,100%,97%,100%,100%,,98%,100%,98%,100%,100%,100%,100%,100%,100%,98%,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-22-v118.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-22,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,,, 3 | 2014-09-22,new_noncase,0,10,0,0,0,0,2,0,0,0,0,0,15,7,34,,, 4 | 2014-09-22,new_suspected,0,0,0,0,0,0,1,0,0,2,0,0,0,0,3,,, 5 | 2014-09-22,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-22,new_confirmed,0,1,0,0,0,0,3,0,0,6,1,0,7,12,30,,, 7 | 2014-09-22,cum_noncase,280,540,30,5,25,49,38,64,4,86,37,1,260,90,1509,,, 8 | 2014-09-22,cum_suspected,18,33,39,0,0,10,3,6,1,19,5,2,12,7,155,,, 9 | 2014-09-22,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-22,cum_confirmed,529,417,18,10,0,148,59,187,13,83,42,1,172,96,1775,,, 11 | 2014-09-22,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-22,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-22,death_confirmed,210,229,2,1,0,8,3,17,1,16,7,1,8,3,506,,, 14 | 2014-09-22,cfr,39.7,54.9,0,10,0,5.4,5.1,9.1,7.7,19.3,16.7,100,4.7,3.1,29,,, 15 | 2014-09-22,etc_new_admission,16,1,,,,,,,,,,,,,,0,, 16 | 2014-09-22,etc_currently_admitted,53,31,,,,,,,,,,,,,,12,, 17 | 2014-09-22,etc_cum_admission,639,500,,,,,,,,,,,,,,27,, 18 | 2014-09-22,etc_new_deaths,2,2,,,,,,,,,,,,,,2,, 19 | 2014-09-22,etc_cum_deaths,215,244,,,,,,,,,,,,,,8,, 20 | 2014-09-22,etc_new_discharges,7,8,,,,,,,,,,,,,,0,, 21 | 2014-09-22,etc_cum_discharges,118,279,,,,,,,,,,,,,,0,, 22 | 2014-09-22,cum_contacts,1606,2727,255,162,,938,1376,2140,409,681,353,89,989,400,12125,,, 23 | 2014-09-22,cum_completed_contacts,1169,2169,140,12,,276,217,387,240,540,178,32,600,114,6074,,, 24 | 2014-09-22,contacts_followed,167,511,115,160,,662,1159,1753,169,141,175,57,389,286,5744,,, 25 | 2014-09-22,new_contacts,21,31,27,60,,44,0,193,0,0,0,0,25,18,419,,, 26 | 2014-09-22,contacts_healthy,167,495,113,160,,651,1159,1575,169,140,175,57,339,262,5462,,, 27 | 2014-09-22,contacts_ill,0,1,2,0,,11,0,104,0,1,0,0,4,3,126,,, 28 | 2014-09-22,contacts_not_seen,0,0,0,0,,0,0,78,0,0,0,0,26,21,125,,, 29 | 2014-09-22,new_completed_contacts,30,8,0,0,,13,20,19,0,0,0,0,116,0,206,,, 30 | 2014-09-22,percent_seen,100%,98%,99%,100%,,98%,100%,98%,100%,100%,100%,100%,98%,98%,98%,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-23-v119.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-23,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,,, 3 | 2014-09-23,new_noncase,0,13,5,0,1,3,1,7,0,0,1,0,11,2,44,,, 4 | 2014-09-23,new_suspected,0,3,1,0,0,0,0,4,0,0,5,0,1,2,16,,, 5 | 2014-09-23,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-23,new_confirmed,0,0,0,0,0,1,1,14,3,1,8,0,6,7,41,,, 7 | 2014-09-23,cum_noncase,280,556,35,5,26,52,39,71,4,86,38,1,271,92,1556,,, 8 | 2014-09-23,cum_suspected,18,33,40,0,0,10,3,10,1,19,10,2,13,9,168,,, 9 | 2014-09-23,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-23,cum_confirmed,529,417,18,10,0,149,60,201,16,84,50,1,178,103,1816,,, 11 | 2014-09-23,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-23,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-23,death_confirmed,210,230,2,1,0,9,4,17,1,16,7,1,8,3,509,,, 14 | 2014-09-23,cfr,39.7,55.2,0,10,0,6,6.7,8.5,6.3,19,14,100,4.5,2.9,28,,, 15 | 2014-09-23,etc_new_admission,0,1,,,,,,,,,,,,,,0,, 16 | 2014-09-23,etc_currently_admitted,18,29,,,,,,,,,,,,,,18,, 17 | 2014-09-23,etc_cum_admission,28,501,,,,,,,,,,,,,,28,, 18 | 2014-09-23,etc_new_deaths,2,1,,,,,,,,,,,,,,3,, 19 | 2014-09-23,etc_cum_deaths,10,245,,,,,,,,,,,,,,10,, 20 | 2014-09-23,etc_new_discharges,0,2,,,,,,,,,,,,,,0,, 21 | 2014-09-23,etc_cum_discharges,0,281,,,,,,,,,,,,,,0,, 22 | 2014-09-23,cum_contacts,1627,2731,257,185,,976,1376,2175,409,681,353,89,1044,412,12315,,, 23 | 2014-09-23,cum_completed_contacts,1199,2231,140,27,,288,217,387,240,540,178,32,616,114,6209,,, 24 | 2014-09-23,contacts_followed,151,533,117,155,,688,1159,1789,169,141,175,57,428,298,5860,,, 25 | 2014-09-23,new_contacts,8,4,0,51,,16,0,35,0,0,0,0,39,12,165,,, 26 | 2014-09-23,contacts_healthy,151,515,113,155,,678,1159,1689,169,140,175,57,339,262,5602,,, 27 | 2014-09-23,contacts_ill,0,0,4,0,,7,0,1,0,1,0,0,2,1,16,,, 28 | 2014-09-23,contacts_not_seen,0,18,0,0,,3,0,99,0,0,0,0,89,36,245,,, 29 | 2014-09-23,new_completed_contacts,5,62,0,0,,12,0,0,0,0,0,0,16,0,95,,, 30 | 2014-09-23,percent_seen,100%,98%,100%,100%,,98%,100%,98%,100%,100%,100%,100%,79%,98%,98%,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-24-v120.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-24,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,,, 3 | 2014-09-24,new_noncase,0,11,0,0,0,20,0,5,0,1,0,0,11,7,55,,, 4 | 2014-09-24,new_suspected,0,2,0,1,0,1,0,1,0,0,0,0,1,1,7,,, 5 | 2014-09-24,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-24,new_confirmed,0,5,0,2,0,31,0,12,0,4,0,0,11,10,75,,, 7 | 2014-09-24,cum_noncase,280,572,35,5,26,72,39,76,4,87,38,1,282,99,1616,,, 8 | 2014-09-24,cum_suspected,18,30,40,1,0,11,3,11,1,19,10,2,14,10,170,,, 9 | 2014-09-24,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-24,cum_confirmed,529,422,18,12,0,180,60,213,16,82,50,1,189,113,1885,,, 11 | 2014-09-24,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-24,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-24,death_confirmed,210,230,2,1,0,9,4,17,1,16,7,1,8,3,509,,, 14 | 2014-09-24,cfr,39.7,54.5,0,8.3,0,5,6.7,8,6.3,19.5,14,100,4.2,2.7,27,,, 15 | 2014-09-24,etc_new_admission,3,0,,,,,,,,,,,,,,0,, 16 | 2014-09-24,etc_currently_admitted,53,27,,,,,,,,,,,,,,18,, 17 | 2014-09-24,etc_cum_admission,654,501,,,,,,,,,,,,,,28,, 18 | 2014-09-24,etc_new_deaths,1,0,,,,,,,,,,,,,,2,, 19 | 2014-09-24,etc_cum_deaths,219,245,,,,,,,,,,,,,,10,, 20 | 2014-09-24,etc_new_discharges,3,7,,,,,,,,,,,,,,0,, 21 | 2014-09-24,etc_cum_discharges,123,288,,,,,,,,,,,,,,0,, 22 | 2014-09-24,cum_contacts,1635,2731,257,185,,1007,1376,2338,409,681,353,89,1115,512,12688,,, 23 | 2014-09-24,cum_completed_contacts,1204,2231,140,27,,288,237,474,240,540,178,32,619,138,6348,,, 24 | 2014-09-24,contacts_followed,431,533,117,155,,719,1139,1864,169,141,175,57,496,374,6370,,, 25 | 2014-09-24,new_contacts,47,0,0,0,,31,0,163,0,0,0,0,68,76,385,,, 26 | 2014-09-24,contacts_healthy,219,533,117,155,,713,1139,1789,169,140,175,57,352,351,5909,,, 27 | 2014-09-24,contacts_ill,0,0,0,0,,4,0,7,0,0,0,0,0,0,11,,, 28 | 2014-09-24,contacts_not_seen,212,0,0,0,,2,0,68,0,1,0,0,144,23,450,,, 29 | 2014-09-24,new_completed_contacts,5,0,0,0,,0,20,87,0,0,0,0,3,24,139,,, 30 | 2014-09-24,percent_seen,50%,100%,100%,100%,,98%,100%,98%,100%,100%,100%,100%,100%,98%,98%,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-25-v121.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-25,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,,, 3 | 2014-09-25,new_noncase,0,5,0,0,0,0,1,14,0,0,0,0,15,12,47,,, 4 | 2014-09-25,new_suspected,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,,, 5 | 2014-09-25,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-25,new_confirmed,0,1,0,0,0,0,5,18,0,1,0,0,6,4,35,,, 7 | 2014-09-25,cum_noncase,280,577,35,5,26,77,40,91,4,88,38,1,297,112,1671,,, 8 | 2014-09-25,cum_suspected,18,30,40,1,0,6,4,10,1,18,10,2,14,9,163,,, 9 | 2014-09-25,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-25,cum_confirmed,529,423,18,12,0,180,65,231,16,83,50,1,195,117,1920,,, 11 | 2014-09-25,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-25,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-25,death_confirmed,210,230,2,1,0,10,5,17,1,16,7,1,9,4,513,,, 14 | 2014-09-25,cfr,39.7,54.4,0,8.3,0,5.6,7.7,7.4,6.3,19.3,14,100,4.6,3.4,26.7,,, 15 | 2014-09-25,etc_new_admission,16,2,,,,,,,,,,,,,,3,, 16 | 2014-09-25,etc_currently_admitted,47,26,,,,,,,,,,,,,,20,, 17 | 2014-09-25,etc_cum_admission,670,503,,,,,,,,,,,,,,31,, 18 | 2014-09-25,etc_new_deaths,3,3,,,,,,,,,,,,,,1,, 19 | 2014-09-25,etc_cum_deaths,222,248,,,,,,,,,,,,,,11,, 20 | 2014-09-25,etc_new_discharges,2,0,,,,,,,,,,,,,,0,, 21 | 2014-09-25,etc_cum_discharges,125,288,,,,,,,,,,,,,,0,, 22 | 2014-09-25,cum_contacts,1682,2784,258,194,,1021,1431,2351,487,705,368,87,1310,553,13231,,, 23 | 2014-09-25,cum_completed_contacts,1204,2283,140,35,,288,237,500,250,661,210,32,634,138,6612,,, 24 | 2014-09-25,contacts_followed,219,501,118,159,,733,1194,1851,237,44,158,57,676,415,6362,,, 25 | 2014-09-25,new_contacts,0,20,0,0,,14,55,13,78,24,0,0,180,41,425,,, 26 | 2014-09-25,contacts_healthy,219,501,116,159,,709,1194,1809,237,43,158,57,473,378,6053,,, 27 | 2014-09-25,contacts_ill,0,0,2,0,,5,0,12,0,1,0,0,1,1,22,,, 28 | 2014-09-25,contacts_not_seen,219,0,0,0,,19,0,30,0,0,0,0,203,37,508,,, 29 | 2014-09-25,new_completed_contacts,5,47,0,0,,0,0,26,10,121,0,0,15,24,248,,, 30 | 2014-09-25,percent_seen,100%,100%,100%,100%,,98%,100%,98%,100%,100%,100%,100%,100%,98%,0.98,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-26-v122.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-26,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,,, 3 | 2014-09-26,new_noncase,0,5,0,0,0,11,0,0,0,0,4,0,1,0,21,,, 4 | 2014-09-26,new_suspected,0,5,0,0,0,1,0,0,0,0,3,0,0,0,9,,, 5 | 2014-09-26,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-26,new_confirmed,0,3,0,0,0,16,0,0,0,1,3,0,0,0,23,,, 7 | 2014-09-26,cum_noncase,280,584,35,5,26,89,40,91,4,88,42,1,298,112,1695,,, 8 | 2014-09-26,cum_suspected,18,33,40,1,0,6,4,10,1,18,12,2,14,9,168,,, 9 | 2014-09-26,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-26,cum_confirmed,529,426,18,12,0,196,65,231,16,84,54,1,195,117,1944,,, 11 | 2014-09-26,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-26,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-26,death_confirmed,210,230,2,1,0,10,5,17,1,16,7,1,9,4,513,,, 14 | 2014-09-26,cfr,39.7,54,0,8.3,0,5.1,7.7,7.4,6.3,19,13,100,4.6,3.4,26.4,,, 15 | 2014-09-26,etc_new_admission,6,1,,,,,,,,,,,,,,0,, 16 | 2014-09-26,etc_currently_admitted,56,27,,,,,,,,,,,,,,16,, 17 | 2014-09-26,etc_cum_admission,676,504,,,,,,,,,,,,,,31,, 18 | 2014-09-26,etc_new_deaths,3,0,,,,,,,,,,,,,,0,, 19 | 2014-09-26,etc_cum_deaths,225,248,,,,,,,,,,,,,,11,, 20 | 2014-09-26,etc_new_discharges,1,0,,,,,,,,,,,,,,4,, 21 | 2014-09-26,etc_cum_discharges,126,288,,,,,,,,,,,,,,4,, 22 | 2014-09-26,cum_contacts,1606,2788,265,162,,1039,1376,2433,409,705,353,89,989,400,12614,,, 23 | 2014-09-26,cum_completed_contacts,1169,2317,140,12,,288,217,500,240,661,178,32,604,129,6487,,, 24 | 2014-09-26,contacts_followed,167,476,125,160,,751,1159,1933,169,44,175,57,435,271,5922,,, 25 | 2014-09-26,new_contacts,0,4,7,60,,18,0,82,0,0,0,0,0,0,171,,, 26 | 2014-09-26,contacts_healthy,167,468,113,160,,737,1159,1809,169,44,175,57,435,270,5763,,, 27 | 2014-09-26,contacts_ill,0,0,12,0,,5,0,50,0,0,0,0,0,1,68,,, 28 | 2014-09-26,contacts_not_seen,0,8,0,0,,9,0,74,0,0,0,0,0,0,91,,, 29 | 2014-09-26,new_completed_contacts,30,34,0,0,,0,20,0,0,0,0,0,4,15,103,,, 30 | 2014-09-26,percent_seen,100%,98%,99%,100%,,98%,100%,98%,100%,100%,100%,100%,100%,100%,98%,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-27-v123.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Kenema (IFRC),34 Military Hospital,Police training School 2 | 2014-09-27,population,"465,048","653,013","325,003","341,690","335,471","494,139","434,937","557,978","335,574","654,142","278,119","168,729","1,040,888","263,619","6,348,350",,, 3 | 2014-09-27,new_noncase,0,1,0,0,1,8,0,0,0,0,0,0,14,8,32,,, 4 | 2014-09-27,new_suspected,0,0,0,0,0,2,0,0,0,1,0,0,0,0,3,,, 5 | 2014-09-27,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,, 6 | 2014-09-27,new_confirmed,0,0,0,0,0,27,0,0,0,5,1,0,12,11,56,,, 7 | 2014-09-27,cum_noncase,280,585,35,5,27,97,40,91,4,88,42,1,312,120,"1,727",,, 8 | 2014-09-27,cum_suspected,18,33,40,1,0,8,4,10,1,19,12,2,14,9,171,,, 9 | 2014-09-27,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37,,, 10 | 2014-09-27,cum_confirmed,529,426,18,12,0,223,65,231,16,89,55,1,207,128,"2,000",,, 11 | 2014-09-27,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11,,, 12 | 2014-09-27,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37,,, 13 | 2014-09-27,death_confirmed,210,232,2,1,0,11,5,17,3,16,7,1,9,4,518,,, 14 | 2014-09-27,cfr,39.7,54.5,0,8.3,0,4.9,7.7,7.4,18.8,18,12.7,100,4.3,3.1,25.9,,, 15 | 2014-09-27,etc_new_admission,10,0,,,,,,,,,,,,,,0,, 16 | 2014-09-27,etc_currently_admitted,49,18,,,,,,,,,,,,,,12,, 17 | 2014-09-27,etc_cum_admission,686,504,,,,,,,,,,,,,,31,, 18 | 2014-09-27,etc_new_deaths,1,4,,,,,,,,,,,,,,1,, 19 | 2014-09-27,etc_cum_deaths,226,252,,,,,,,,,,,,,,12,, 20 | 2014-09-27,etc_new_discharges,6,5,,,,,,,,,,,,,,3,, 21 | 2014-09-27,etc_cum_discharges,132,293,,,,,,,,,,,,,,7,, 22 | 2014-09-27,cum_contacts,,,,,,,,,,,,,,,,,, 23 | 2014-09-27,cum_completed_contacts,,,,,,,,,,,,,,,,,, 24 | 2014-09-27,contacts_followed,,,,,,,,,,,,,,,,,, 25 | 2014-09-27,new_contacts,,,,,,,,,,,,,,,,,, 26 | 2014-09-27,contacts_healthy,,,,,,,,,,,,,,,,,, 27 | 2014-09-27,contacts_ill,,,,,,,,,,,,,,,,,, 28 | 2014-09-27,contacts_not_seen,,,,,,,,,,,,,,,,,, 29 | 2014-09-27,new_completed_contacts,,,,,,,,,,,,,,,,,, 30 | 2014-09-27,percent_seen,,,,,,,,,,,,,,,,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-09-30-v126.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-09-30,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-09-30,new_noncase,,,,,,,,,,,,,,, 4 | 2014-09-30,new_suspected,,,,,,,,,,,,,,, 5 | 2014-09-30,new_probable,,,,,,,,,,,,,,, 6 | 2014-09-30,new_confirmed,0,1,0,0,0,0,0,1,0,4,2,0,12,4,24 7 | 2014-09-30,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-09-30,cum_suspected,,,,,,,,,,,,,,,221 9 | 2014-09-30,cum_probable,,,,,,,,,,,,,,,37 10 | 2014-09-30,cum_confirmed,529,428,19,18,0,227,78,295,19,100,57,1,243,169,2184 11 | 2014-09-30,death_suspected,,,,,,,,,,,,,,,11 12 | 2014-09-30,death_probable,,,,,,,,,,,,,,,37 13 | 2014-09-30,death_confirmed,,,,,,,,,,,,,,,550 14 | 2014-09-30,cfr,,,,,,,,,,,,,,, 15 | 2014-09-30,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-09-30,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-09-30,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-09-30,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-09-30,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-09-30,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-09-30,etc_cum_discharges,,,,,,,,,,,,,,,441 22 | 2014-09-30,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-09-30,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-09-30,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-09-30,new_contacts,,,,,,,,,,,,,,, 26 | 2014-09-30,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-09-30,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-09-30,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-09-30,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-09-30,percent_seen,,,,,,,,,,,,,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-01-v127.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-10-01,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,, 3 | 2014-10-01,new_noncase,0,1,5,0,0,0,0,3,0,2,0,0,7,7,25 4 | 2014-10-01,new_suspected,0,2,2,0,0,0,0,1,0,1,0,0,2,2,10 5 | 2014-10-01,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-10-01,new_confirmed,1,1,3,0,0,0,0,10,0,1,1,0,10,6,33 7 | 2014-10-01,cum_noncase,281,608,45,6,29,109,45,124,5,98,43,1,348,152,1894 8 | 2014-10-01,cum_suspected,18,39,43,1,0,12,11,18,1,23,12,2,35,16,231 9 | 2014-10-01,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-10-01,cum_confirmed,530,429,23,18,0,227,78,305,19,96,58,1,253,175,2212 11 | 2014-10-01,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-10-01,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-10-01,death_confirmed,216,232,2,1,0,14,6,18,4,17,8,1,9,4,532 14 | 2014-10-01,cfr,41,54,0,6,0,6,8,6,21,18,14,100,4,2,24 15 | 2014-10-01,etc_new_admission,,,,,,,,,,,,,,,13 16 | 2014-10-01,etc_currently_admitted,,,,,,,,,,,,,,,102 17 | 2014-10-01,etc_cum_admission,,,,,,,,,,,,,,,1314 18 | 2014-10-01,etc_new_deaths,,,,,,,,,,,,,,,4 19 | 2014-10-01,etc_cum_deaths,,,,,,,,,,,,,,,512 20 | 2014-10-01,etc_new_discharges,,,,,,,,,,,,,,,18 21 | 2014-10-01,etc_cum_discharges,,,,,,,,,,,,,,,459 22 | 2014-10-01,cum_contacts,1767,2818,345,339,,1160,1465,2752,537,846,481,102,1329,680,14621 23 | 2014-10-01,cum_completed_contacts,1212,2516,140,50,,319,352,524,284,661,246,87,696,252,7339 24 | 2014-10-01,contacts_followed,555,271,204,289,,841,1113,2704,253,185,197,15,633,428,7688 25 | 2014-10-01,new_contacts,14,13,0,0,,23,0,73,0,0,0,0,14,16,153 26 | 2014-10-01,contacts_healthy,552,266,191,289,,832,1113,2073,253,183,196,15,515,407,6885 27 | 2014-10-01,contacts_ill,0,1,13,0,,7,0,18,0,2,1,0,2,0,44 28 | 2014-10-01,contacts_not_seen,3,5,0,0,,2,0,48,0,0,0,0,118,21,197 29 | 2014-10-01,new_completed_contacts,8,7,0,0,,0,0,0,0,0,0,0,10,66,91 30 | 2014-10-01,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,100%,100%,100%,98%,98%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-03-v129.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-10-03,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,, 3 | 2014-10-03,new_noncase,0,2,0,0,1,4,0,1,0,3,2,0,8,8,29 4 | 2014-10-03,new_suspected,0,1,0,1,0,8,0,0,0,0,0,0,1,2,13 5 | 2014-10-03,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-10-03,new_confirmed,0,0,0,0,0,14,0,4,0,0,0,0,11,6,35 7 | 2014-10-03,cum_noncase,281,615,45,6,30,113,47,128,5,102,47,1,365,162,1947 8 | 2014-10-03,cum_suspected,18,43,43,3,0,20,13,18,2,23,18,2,36,20,259 9 | 2014-10-03,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-10-03,cum_confirmed,530,431,23,21,0,241,86,309,21,96,60,1,270,187,2276 11 | 2014-10-03,death_suspected,4,4,1,0,0,0,0,1,0,0,0,0,1,0,11 12 | 2014-10-03,death_probable,35,0,0,0,0,0,0,1,0,0,0,0,1,0,37 13 | 2014-10-03,death_confirmed,216,232,2,1,0,18,7,18,5,17,8,1,9,4,538 14 | 2014-10-03,cfr,41,54,0,5,0,8,8,6,24,18,13,100,3,2,24 15 | 2014-10-03,etc_new_admission,,,,,,,,,,,,,,,29 16 | 2014-10-03,etc_currently_admitted,,,,,,,,,,,,,,,205 17 | 2014-10-03,etc_cum_admission,,,,,,,,,,,,,,,1704 18 | 2014-10-03,etc_new_deaths,,,,,,,,,,,,,,,0 19 | 2014-10-03,etc_cum_deaths,,,,,,,,,,,,,,,571 20 | 2014-10-03,etc_new_discharges,,,,,,,,,,,,,,,3 21 | 2014-10-03,etc_cum_discharges,,,,,,,,,,,,,,,468 22 | 2014-10-03,cum_contacts,1776,2818,427,361,,1245,1465,2851,537,887,488,105,1468,1004,15432 23 | 2014-10-03,cum_completed_contacts,1220,2549,140,50,,361,352,534,284,661,246,90,754,328,7569 24 | 2014-10-03,contacts_followed,556,276,286,311,,866,1113,8317,253,226,242,15,714,676,13851 25 | 2014-10-03,new_contacts,45,0,0,22,,49,0,60,0,41,45,0,54,195,511 26 | 2014-10-03,contacts_healthy,555,273,266,311,,871,1113,2273,253,223,240,15,512,169,7074 27 | 2014-10-03,contacts_ill,1,0,20,0,,11,0,2,0,3,2,0,0,4,43 28 | 2014-10-03,contacts_not_seen,0,3,0,0,,2,0,18,0,0,0,0,202,503,728 29 | 2014-10-03,new_completed_contacts,0,33,0,0,,0,0,0,0,0,0,0,15,13,61 30 | 2014-10-03,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,100%,100%,100%,98%,98%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-04-v130.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-10-04,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-10-04,new_noncase,1,0,0,1,0,7,6,3,0,0,2,0,29,7,56 4 | 2014-10-04,new_suspected,0,3,0,0,0,15,0,1,0,1,0,0,1,1,22 5 | 2014-10-04,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-10-04,new_confirmed,1,0,0,0,0,38,0,8,1,10,6,0,14,3,81 7 | 2014-10-04,cum_noncase,282,615,45,7,30,131,54,137,5,102,49,1,414,169,2041 8 | 2014-10-04,cum_suspected,18,46,43,3,0,34,13,19,2,24,18,2,36,21,279 9 | 2014-10-04,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-10-04,cum_confirmed,531,431,23,21,0,294,86,340,22,106,66,1,290,200,2411 11 | 2014-10-04,death_suspected,4,4,2,0,0,13,3,1,0,2,0,0,1,0,30 12 | 2014-10-04,death_probable,35,0,19,0,0,7,17,1,0,43,0,0,1,0,123 13 | 2014-10-04,death_confirmed,216,232,18,1,0,87,28,18,6,49,8,1,9,5,678 14 | 2014-10-04,cfr,41,54,0,5,0,30,33,5,27,46,12,100,3,3,28 15 | 2014-10-04,etc_new_admission,,,,,,,,,,,,,,,18 16 | 2014-10-04,etc_currently_admitted,,,,,,,,,,,,,,,202 17 | 2014-10-04,etc_cum_admission,,,,,,,,,,,,,,,1506 18 | 2014-10-04,etc_new_deaths,,,,,,,,,,,,,,,10 19 | 2014-10-04,etc_cum_deaths,,,,,,,,,,,,,,,582 20 | 2014-10-04,etc_new_discharges,,,,,,,,,,,,,,,9 21 | 2014-10-04,etc_cum_discharges,,,,,,,,,,,,,,,477 22 | 2014-10-04,cum_contacts,1835,2818,427,361,,1314,1808,2859,537,887,488,105,1468,1004,15911 23 | 2014-10-04,cum_completed_contacts,1275,2549,140,50,,361,462,534,284,661,246,90,754,328,7734 24 | 2014-10-04,contacts_followed,615,276,287,311,,953,1346,2325,253,226,242,15,714,676,8239 25 | 2014-10-04,new_contacts,14,0,0,0,,69,44,8,0,0,0,0,0,0,135 26 | 2014-10-04,contacts_healthy,614,276,271,311,,940,1346,2313,253,224,242,15,700,170,7675 27 | 2014-10-04,contacts_ill,1,0,16,0,,13,0,1,0,2,0,0,4,0,37 28 | 2014-10-04,contacts_not_seen,0,0,0,0,,0,0,11,0,0,0,0,10,6,27 29 | 2014-10-04,new_completed_contacts,55,0,0,0,,0,0,0,0,0,0,0,0,0,55 30 | 2014-10-04,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,99%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-05-v131.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-10-05,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,, 3 | 2014-10-05,new_noncase,0,6,2,0,0,0,0,2,0,1,3,0,13,7,34 4 | 2014-10-05,new_suspected,0,0,7,0,0,0,0,1,1,0,0,0,3,0,12 5 | 2014-10-05,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-10-05,new_confirmed,1,0,2,0,0,0,14,6,2,1,2,0,10,10,48 7 | 2014-10-05,cum_noncase,282,621,49,7,30,131,54,139,5,103,52,1,427,176,2077 8 | 2014-10-05,cum_suspected,18,46,48,3,0,34,13,19,3,24,18,2,39,21,288 9 | 2014-10-05,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,0,37 10 | 2014-10-05,cum_confirmed,532,431,25,21,0,294,100,346,24,107,68,1,300,210,2459 11 | 2014-10-05,death_suspected,4,4,2,0,0,13,3,1,0,2,5,0,1,0,35 12 | 2014-10-05,death_probable,35,0,19,0,0,7,17,1,0,43,19,0,1,0,142 13 | 2014-10-05,death_confirmed,216,234,18,1,0,87,28,18,6,49,27,1,9,5,699 14 | 2014-10-05,cfr,41,54,0,5,0,30,28,5,25,46,40,100,3,2,28 15 | 2014-10-05,etc_new_admission,,,,,,,,,,,,,,,306 16 | 2014-10-05,etc_currently_admitted,,,,,,,,,,,,,,,14 17 | 2014-10-05,etc_cum_admission,,,,,,,,,,,,,,,150 18 | 2014-10-05,etc_new_deaths,,,,,,,,,,,,,,,8 19 | 2014-10-05,etc_cum_deaths,,,,,,,,,,,,,,,0 20 | 2014-10-05,etc_new_discharges,,,,,,,,,,,,,,,478 21 | 2014-10-05,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-10-05,cum_contacts,1835,2818,428,361,,1370,1808,2859,537,887,488,105,1468,1004,15968 23 | 2014-10-05,cum_completed_contacts,1275,2549,140,50,,385,462,534,284,661,246,90,754,328,7758 24 | 2014-10-05,contacts_followed,615,276,288,311,,985,1346,2325,253,226,242,15,714,676,8272 25 | 2014-10-05,new_contacts,0,0,0,0,,56,44,,0,0,0,0,0,0,100 26 | 2014-10-05,contacts_healthy,614,276,266,311,,975,1346,2313,253,224,242,15,700,170,7705 27 | 2014-10-05,contacts_ill,1,0,22,0,,10,0,3,0,2,0,0,4,0,42 28 | 2014-10-05,contacts_not_seen,0,0,0,0,,0,0,9,0,0,0,0,10,6,25 29 | 2014-10-05,new_completed_contacts,0,0,0,0,,24,0,0,0,0,0,0,0,0,24 30 | 2014-10-05,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,99%,100%,100%,100%,100%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-06-v132.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-10-06,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-10-06,new_noncase,,,,,,,,,,,,,,, 4 | 2014-10-06,new_suspected,,,,,,,,,,,,,,, 5 | 2014-10-06,new_probable,,,,,,,,,,,,,,, 6 | 2014-10-06,new_confirmed,0,0,0,0,0,14,0,2,0,5,1,0,,,40 7 | 2014-10-06,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-10-06,cum_suspected,,,,,,,,,,,,,,,294 9 | 2014-10-06,cum_probable,,,,,,,,,,,,,,,37 10 | 2014-10-06,cum_confirmed,532,431,25,21,0,308,100,348,24,117,68,1,,,2504 11 | 2014-10-06,death_suspected,,,,,,,,,,,,,,,35 12 | 2014-10-06,death_probable,,,,,,,,,,,,,,,142 13 | 2014-10-06,death_confirmed,,,,,,,,,,,,,,,703 14 | 2014-10-06,cfr,,,,,,,,,,,,,,, 15 | 2014-10-06,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-10-06,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-10-06,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-10-06,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-10-06,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-10-06,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-10-06,etc_cum_discharges,,,,,,,,,,,,,,,533 22 | 2014-10-06,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-10-06,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-10-06,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-10-06,new_contacts,,,,,,,,,,,,,,, 26 | 2014-10-06,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-10-06,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-10-06,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-10-06,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-10-06,percent_seen,,,,,,,,,,,,,,, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-07-v133.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area 2 | 2014-10-07,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350, 3 | 2014-10-07,new_noncase,1,7,11,1,0,17,3,0,0,6,1,0,,,91,44 4 | 2014-10-07,new_suspected,0,0,0,0,0,7,5,1,0,1,1,0,,,25,10 5 | 2014-10-07,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,,,0,0 6 | 2014-10-07,new_confirmed,1,0,1,1,0,25,14,2,0,1,1,0,,,93,47 7 | 2014-10-07,cum_noncase,283,645,60,8,30,160,57,139,5,110,53,1,,,2216,665 8 | 2014-10-07,cum_suspected,18,46,48,3,0,42,18,18,3,25,19,2,,,315,73 9 | 2014-10-07,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,,,37,1 10 | 2014-10-07,cum_confirmed,533,431,26,22,0,333,114,343,24,113,70,1,,,2585,575 11 | 2014-10-07,death_suspected,4,4,2,0,0,13,3,1,0,2,5,0,,,35,1 12 | 2014-10-07,death_probable,35,0,19,0,0,7,17,1,0,43,19,0,,,142,1 13 | 2014-10-07,death_confirmed,218,236,18,1,0,89,29,18,8,49,27,1,,,708,14 14 | 2014-10-07,cfr,41,55,69,5,0,27,25,5,33,43,39,100,,,27.4,5 15 | 2014-10-07,etc_new_admission,,,,,,,,,,,,,,,28, 16 | 2014-10-07,etc_currently_admitted,,,,,,,,,,,,,,,184, 17 | 2014-10-07,etc_cum_admission,,,,,,,,,,,,,,,1593, 18 | 2014-10-07,etc_new_deaths,,,,,,,,,,,,,,,3, 19 | 2014-10-07,etc_cum_deaths,,,,,,,,,,,,,,,603, 20 | 2014-10-07,etc_new_discharges,,,,,,,,,,,,,,,51, 21 | 2014-10-07,etc_cum_discharges,,,,,,,,,,,,,,,538, 22 | 2014-10-07,cum_contacts,1923,2834,470,402,,1920,1808,3072,669,887,512,105,1414,809,16825, 23 | 2014-10-07,cum_completed_contacts,1323,2563,140,50,,385,508,541,384,661,254,90,739,315,7953, 24 | 2014-10-07,contacts_followed,600,271,330,352,,1535,1300,2531,285,226,258,15,675,494,8872, 25 | 2014-10-07,new_contacts,39,0,40,9,,491,0,47,14,0,24,0,0,0,664, 26 | 2014-10-07,contacts_healthy,600,271,308,351,,1528,1300,2502,285,226,258,15,560,357,8561, 27 | 2014-10-07,contacts_ill,0,0,22,1,,4,0,11,0,0,0,0,0,0,38, 28 | 2014-10-07,contacts_not_seen,0,0,0,0,,3,0,23,0,0,0,0,100,137,263, 29 | 2014-10-07,new_completed_contacts,0,0,0,0,,0,0,16,0,0,0,0,75,0,91, 30 | 2014-10-07,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,100%,100%,100%,98%,98%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-08-v134.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-10-08,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-10-08,new_noncase,0,1,4,1,0,0,0,1,0,6,0,0,25,38,38 4 | 2014-10-08,new_suspected,0,0,2,0,0,0,0,0,0,2,1,0,0,5,5 5 | 2014-10-08,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-10-08,new_confirmed,0,0,3,0,0,0,0,0,0,1,2,0,2,8,8 7 | 2014-10-08,cum_noncase,283,646,64,9,30,160,57,140,5,116,53,1,690,2254,2254 8 | 2014-10-08,cum_suspected,18,46,50,3,0,42,18,18,3,27,20,2,73,320,320 9 | 2014-10-08,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,1,37,37 10 | 2014-10-08,cum_confirmed,533,431,29,22,0,333,114,343,24,114,72,1,577,2593,2593 11 | 2014-10-08,death_suspected,4,4,2,0,0,13,3,1,0,2,5,0,1,35,35 12 | 2014-10-08,death_probable,35,0,19,0,0,7,17,1,0,43,19,0,1,142,142 13 | 2014-10-08,death_confirmed,218,237,18,1,0,92,29,18,9,49,27,1,14,713,713 14 | 2014-10-08,cfr,41,55,62,5,0,28,25,5,38,43,38,100,5,28,28 15 | 2014-10-08,etc_new_admission,,,,,,,,,,,,,,,14 16 | 2014-10-08,etc_currently_admitted,,,,,,,,,,,,,,,158 17 | 2014-10-08,etc_cum_admission,,,,,,,,,,,,,,,1607 18 | 2014-10-08,etc_new_deaths,,,,,,,,,,,,,,,6 19 | 2014-10-08,etc_cum_deaths,,,,,,,,,,,,,,,609 20 | 2014-10-08,etc_new_discharges,,,,,,,,,,,,,,,6 21 | 2014-10-08,etc_cum_discharges,,,,,,,,,,,,,,,543 22 | 2014-10-08,cum_contacts,1923,2869,470,412,,1936,1808,3211,679,887,512,105,1516,1142,17470 23 | 2014-10-08,cum_completed_contacts,1473,2578,140,86,,412,508,562,384,661,257,90,884,656,8691 24 | 2014-10-08,contacts_followed,550,271,330,326,,1524,1300,2649,295,226,255,15,632,486,8859 25 | 2014-10-08,new_contacts,0,35,0,10,,34,0,139,0,0,0,0,47,32,297 26 | 2014-10-08,contacts_healthy,550,206,323,326,,1513,1300,2624,290,225,255,15,532,431,8590 27 | 2014-10-08,contacts_ill,0,0,7,0,,10,0,15,5,1,0,0,0,0,38 28 | 2014-10-08,contacts_not_seen,0,35,0,0,,1,0,10,0,0,0,0,100,55,201 29 | 2014-10-08,new_completed_contacts,150,15,0,36,,27,0,21,0,0,3,0,83,132,467 30 | 2014-10-08,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,100%,100%,100%,98%,98%,98% 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-10-v136.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area 2 | 2014-10-10,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,,6348350,1304507 3 | 2014-10-10,new_noncase,0,22,0,0,0,1,0,3,0,2,2,0,,,47,17 4 | 2014-10-10,new_suspected,0,0,0,0,0,0,0,1,0,1,0,0,,,5,3 5 | 2014-10-10,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,,,0,0 6 | 2014-10-10,new_confirmed,0,2,0,0,0,0,0,9,0,2,0,0,,,43,30 7 | 2014-10-10,cum_noncase,283,668,64,9,30,178,59,144,5,119,55,1,,,2365,750 8 | 2014-10-10,cum_suspected,18,43,50,3,0,47,18,19,3,28,20,2,,,327,76 9 | 2014-10-10,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,,,37,1 10 | 2014-10-10,cum_confirmed,533,436,29,22,0,347,115,372,24,118,72,1,,,2698,629 11 | 2014-10-10,death_suspected,4,4,2,6,0,13,3,49,0,2,5,1,,,97,8 12 | 2014-10-10,death_probable,35,0,19,9,0,7,17,1,0,43,19,1,,,155,4 13 | 2014-10-10,death_confirmed,218,238,18,9,0,115,29,56,9,52,27,1,,,904,132 14 | 2014-10-10,cfr,41,55,62,41,0,33,25,15,38,44,38,100,,,34,43.1 15 | 2014-10-10,etc_new_admission,,,,,,,,,,,,,,,,21 16 | 2014-10-10,etc_currently_admitted,,,,,,,,,,,,,,,,195 17 | 2014-10-10,etc_cum_admission,,,,,,,,,,,,,,,,1859 18 | 2014-10-10,etc_new_deaths,,,,,,,,,,,,,,,,4 19 | 2014-10-10,etc_cum_deaths,,,,,,,,,,,,,,,,616 20 | 2014-10-10,etc_new_discharges,,,,,,,,,,,,,,,,4 21 | 2014-10-10,etc_cum_discharges,,,,,,,,,,,,,,,,555 22 | 2014-10-10,cum_contacts,1923,2871,469,412,0,1997,1881,3411,679,980,512,105,1655,1260,18155, 23 | 2014-10-10,cum_completed_contacts,1473,2613,191,86,0,426,544,568,434,661,272,90,969,695,9022, 24 | 2014-10-10,contacts_followed,550,258,278,326,0,1571,1337,2843,245,293,240,15,686,565,9207, 25 | 2014-10-10,new_contacts,0,2,16,0,0,23,30,102,0,13,0,0,78,21,285, 26 | 2014-10-10,contacts_healthy,550,258,272,325,0,1562,1337,2814,245,288,240,15,597,524,9027, 27 | 2014-10-10,contacts_ill,0,0,6,1,0,7,0,17,0,2,0,0,3,0,36, 28 | 2014-10-10,contacts_not_seen,0,0,0,0,0,2,0,12,0,3,0,0,86,41,144, 29 | 2014-10-10,new_completed_contacts,0,35,51,0,0,0,12,6,0,0,0,0,56,28,188, 30 | 2014-10-10,percent_seen,100%,100%,98%,100%,0,98%,100%,97%,100%,98%,100%,100%,98%,98%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-11-v137.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area 2 | 2014-10-11,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,,6348350,1304507 3 | 2014-10-11,new_noncase,0,8,3,1,0,9,1,2,1,4,1,0,,,51,21 4 | 2014-10-11,new_suspected,0,1,2,0,0,7,5,2,0,6,2,0,,,31,6 5 | 2014-10-11,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,,,0,0 6 | 2014-10-11,new_confirmed,0,1,2,2,0,22,12,26,0,7,3,0,,,94,19 7 | 2014-10-11,cum_noncase,283,676,67,10,30,187,60,146,6,123,56,1,,,2416,771 8 | 2014-10-11,cum_suspected,18,44,52,3,0,54,23,21,3,34,22,2,,,358,82 9 | 2014-10-11,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,,,37,1 10 | 2014-10-11,cum_confirmed,533,437,31,24,0,369,127,398,24,125,75,1,,,2792,648 11 | 2014-10-11,death_suspected,4,4,2,6,0,13,3,49,0,2,5,1,,,97,8 12 | 2014-10-11,death_probable,35,0,19,9,0,7,17,1,0,43,19,1,,,155,4 13 | 2014-10-11,death_confirmed,218,238,18,9,0,120,34,57,9,52,27,1,,,921,138 14 | 2014-10-11,cfr,41,55,58,38,0,33,27,14,38,42,36,100,,,33,44 15 | 2014-10-11,etc_new_admission,,,,,,,,,,,,,,,28, 16 | 2014-10-11,etc_currently_admitted,,,,,,,,,,,,,,,200, 17 | 2014-10-11,etc_cum_admission,,,,,,,,,,,,,,,1681, 18 | 2014-10-11,etc_new_deaths,,,,,,,,,,,,,,,5, 19 | 2014-10-11,etc_cum_deaths,,,,,,,,,,,,,,,623, 20 | 2014-10-11,etc_new_discharges,,,,,,,,,,,,,,,3, 21 | 2014-10-11,etc_cum_discharges,,,,,,,,,,,,,,,560, 22 | 2014-10-11,cum_contacts,1923,2871,469,412,0,2024,1881,3411,679,980,512,105,1655,1260,18182, 23 | 2014-10-11,cum_completed_contacts,1473,2613,191,86,0,426,544,568,434,661,272,90,969,695,9022, 24 | 2014-10-11,contacts_followed,550,258,278,326,0,1571,1337,2843,245,293,240,15,686,565,9207, 25 | 2014-10-11,new_contacts,0,0,0,0,0,27,0,0,0,0,0,0,0,0,27, 26 | 2014-10-11,contacts_healthy,550,258,276,325,0,1558,1337,2814,245,288,240,15,597,524,9027, 27 | 2014-10-11,contacts_ill,0,0,2,1,0,9,0,17,0,2,0,0,3,0,34, 28 | 2014-10-11,contacts_not_seen,0,0,0,0,0,2,0,12,0,3,0,0,86,41,144, 29 | 2014-10-11,new_completed_contacts,0,0,0,0,0,31,0,0,0,0,0,0,0,0,31, 30 | 2014-10-11,percent_seen,100%,100%,100%,100%,0,98%,100%,97%,100%,98%,100%,100%,100%,100%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-12-v138.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area 2 | 2014-10-12,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,,6348350,1304507 3 | 2014-10-12,new_noncase,1,9,0,0,1,19,0,1,0,0,1,0,,,60,28 4 | 2014-10-12,new_suspected,0,4,0,0,0,3,0,0,0,0,0,0,,,8,1 5 | 2014-10-12,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,,,0,0 6 | 2014-10-12,new_confirmed,2,10,0,1,0,19,0,7,0,0,2,0,,,57,16 7 | 2014-10-12,cum_noncase,284,685,67,10,31,206,60,147,6,123,57,1,,,2476,799 8 | 2014-10-12,cum_suspected,18,48,52,3,0,57,23,21,3,34,22,2,,,366,83 9 | 2014-10-12,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,,,37,1 10 | 2014-10-12,cum_confirmed,535,447,31,25,0,388,127,405,24,125,77,1,,,2849,664 11 | 2014-10-12,death_suspected,4,4,2,6,0,13,3,49,3,2,5,1,,,100,8 12 | 2014-10-12,death_probable,35,0,19,9,0,7,17,1,2,43,19,1,,,157,4 13 | 2014-10-12,death_confirmed,219,238,18,9,0,120,34,57,12,53,27,1,,,926,138 14 | 2014-10-12,cfr,41,53,58,36,0,31,27,14,50,42,35,100,,,33,43 15 | 2014-10-12,etc_new_admission,4,0,,,,,,,,,,,,,15, 16 | 2014-10-12,etc_currently_admitted,53,0,,,,,,,,,,,,,210, 17 | 2014-10-12,etc_cum_admission,814,504,,,,,,,,,,,,,1703, 18 | 2014-10-12,etc_new_deaths,0,0,,,,,,,,,,,,,2, 19 | 2014-10-12,etc_cum_deaths,238,254,,,,,,,,,,,,,625, 20 | 2014-10-12,etc_new_discharges,1,0,,,,,,,,,,,,,3, 21 | 2014-10-12,etc_cum_discharges,172,307,,,,,,,,,,,,,563, 22 | 2014-10-12,cum_contacts,2030,2902,523,412,0,2065,1940,3309,949,967,765,105,1933,1288,19188, 23 | 2014-10-12,cum_completed_contacts,1578,2632,191,86,0,457,591,562,469,661,464,90,985,710,9476, 24 | 2014-10-12,contacts_followed,452,235,330,326,0,1608,1349,2747,380,306,301,15,948,578,9575, 25 | 2014-10-12,new_contacts,6,10,54,0,0,41,59,0,270,80,114,0,28,2,664, 26 | 2014-10-12,contacts_healthy,449,234,325,325,0,1599,1349,2747,380,298,301,15,859,499,9380, 27 | 2014-10-12,contacts_ill,3,1,5,1,0,6,0,0,0,0,0,0,0,1,17, 28 | 2014-10-12,contacts_not_seen,0,0,0,0,0,3,0,0,0,8,0,0,89,79,179, 29 | 2014-10-12,new_completed_contacts,0,12,0,0,0,0,27,0,135,0,0,0,18,0,192, 30 | 2014-10-12,percent_seen,100%,99%,98%,100%,0,98%,100%,100%,100%,100%,100%,100%,98%,98%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-13-v139.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area 2 | 2014-10-13,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,,6348350,1304507 3 | 2014-10-13,new_noncase,0,3,0,0,0,0,0,1,0,4,0,0,,,28,20 4 | 2014-10-13,new_suspected,0,0,0,0,0,0,1,0,0,0,0,0,,,2,1 5 | 2014-10-13,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,,,0,0 6 | 2014-10-13,new_confirmed,1,7,0,0,0,0,2,0,0,2,0,0,,,45,33 7 | 2014-10-13,cum_noncase,284,688,67,10,31,206,60,149,6,127,57,1,,,2507,821 8 | 2014-10-13,cum_suspected,18,48,52,3,0,57,24,20,3,34,22,2,,,365,82 9 | 2014-10-13,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,,,37,1 10 | 2014-10-13,cum_confirmed,536,454,31,25,0,388,129,405,24,127,77,1,,,2894,697 11 | 2014-10-13,death_suspected,4,4,2,6,0,18,3,49,3,2,6,1,,,106,8 12 | 2014-10-13,death_probable,35,0,19,9,0,11,17,1,2,43,19,1,,,161,4 13 | 2014-10-13,death_confirmed,219,238,18,9,0,123,34,57,12,53,29,1,,,931,138 14 | 2014-10-13,cfr,41,53,59,36,0,32,26,14,50,42,38,100,,,33,41 15 | 2014-10-13,etc_new_admission,,,,,,,,,,3,,,,,4, 16 | 2014-10-13,etc_currently_admitted,53,,,,,,,,,22,,,,,171, 17 | 2014-10-13,etc_cum_admission,504,,,,,,,,,62,,,,,1705, 18 | 2014-10-13,etc_new_deaths,,,,,,,,,,0,,,,,0, 19 | 2014-10-13,etc_cum_deaths,238,,,,,,,,,20,,,,,625, 20 | 2014-10-13,etc_new_discharges,,,,,,,,,,6,,,,,8, 21 | 2014-10-13,etc_cum_discharges,172,,,,,,,,,22,,,,,571, 22 | 2014-10-13,cum_contacts,2037,2945,524,412,,2077,2022,3826,949,967,765,105,1975,1563,20167, 23 | 2014-10-13,cum_completed_contacts,1653,2641,191,138,,471,680,568,469,661,464,90,1018,825,9869, 24 | 2014-10-13,contacts_followed,384,304,333,274,,1606,1342,3258,380,306,301,15,957,738,10198, 25 | 2014-10-13,new_contacts,7,43,1,0,,12,82,250,270,80,114,0,42,275,1176, 26 | 2014-10-13,contacts_healthy,382,298,325,274,,1599,1342,3244,380,298,301,15,874,441,9773, 27 | 2014-10-13,contacts_ill,2,6,8,0,,6,0,4,0,0,0,0,0,1,27, 28 | 2014-10-13,contacts_not_seen,0,0,0,0,,1,0,10,0,8,0,0,83,297,399, 29 | 2014-10-13,new_completed_contacts,75,9,0,52,,14,89,40,135,0,0,0,52,128,594, 30 | 2014-10-13,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,100%,100%,100%,98%,98%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-14-v140.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area 2 | 2014-10-14,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,,6348350,1304507 3 | 2014-10-14,new_noncase,0,0,1,2,4,9,2,10,0,1,0,0,,,51,22 4 | 2014-10-14,new_suspected,0,10,0,0,0,3,0,2,2,7,0,0,,,31,7 5 | 2014-10-14,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,,,0,0 6 | 2014-10-14,new_confirmed,0,7,0,0,2,14,9,20,0,5,0,0,,,83,26 7 | 2014-10-14,cum_noncase,284,688,68,12,35,215,62,159,6,128,57,1,,,2558,843 8 | 2014-10-14,cum_suspected,18,58,52,3,0,60,24,22,5,41,22,2,,,396,89 9 | 2014-10-14,cum_probable,32,0,1,0,0,1,0,1,0,1,0,0,,,37,1 10 | 2014-10-14,cum_confirmed,536,461,31,25,2,402,138,425,24,132,77,1,,,2977,723 11 | 2014-10-14,death_suspected,4,4,2,6,0,18,3,49,3,3,5,1,,,107,8 12 | 2014-10-14,death_probable,35,0,19,9,0,11,17,1,2,43,19,1,,,161,4 13 | 2014-10-14,death_confirmed,219,239,18,9,0,123,34,57,12,53,29,1,,,932,138 14 | 2014-10-14,cfr,41,52,58,36,0,31,25,13,50,40,38,100,,,31,40 15 | 2014-10-14,etc_new_admission,,,,,,,,,,,,,,,, 16 | 2014-10-14,etc_currently_admitted,,,,,,,,,,,,,,,, 17 | 2014-10-14,etc_cum_admission,,,,,,,,,,,,,,,, 18 | 2014-10-14,etc_new_deaths,,,,,,,,,,,,,,,, 19 | 2014-10-14,etc_cum_deaths,,,,,,,,,,,,,,,, 20 | 2014-10-14,etc_new_discharges,,,,,,,,,,,,,,,, 21 | 2014-10-14,etc_cum_discharges,,,,,,,,,,,,,,,, 22 | 2014-10-14,cum_contacts,2037,2945,524,412,,2077,2022,3826,949,967,765,105,1975,1563,20167, 23 | 2014-10-14,cum_completed_contacts,1653,2641,191,138,,471,680,568,469,661,464,90,1018,825,9869, 24 | 2014-10-14,contacts_followed,384,304,333,274,,1606,1342,3258,380,306,301,15,957,738,10198, 25 | 2014-10-14,new_contacts,7,43,1,0,,12,82,250,270,80,114,0,42,275,1176, 26 | 2014-10-14,contacts_healthy,382,298,325,274,,1599,1342,3244,380,298,301,15,874,441,9773, 27 | 2014-10-14,contacts_ill,2,6,8,0,,6,0,4,0,0,0,0,0,1,27, 28 | 2014-10-14,contacts_not_seen,0,0,0,0,,1,0,10,0,8,0,0,83,297,399, 29 | 2014-10-14,new_completed_contacts,75,9,0,52,,14,89,40,135,0,0,0,52,128,594, 30 | 2014-10-14,percent_seen,100%,99%,98%,100%,,98%,100%,98%,100%,100%,100%,100%,100%,99%,98%, 31 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-10-25-v151.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area combined 2 | 2014-10-25,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,,,6348350,1304507 3 | 2014-10-25,new_noncase,0,9,0,0,0,10,1,44,0,13,2,0,21,23,123, 4 | 2014-10-25,new_suspected,0,1,0,0,0,0,4,0,0,2,1,0,0,0,8, 5 | 2014-10-25,new_probable,0,0,0,0,0,3,1,3,0,0,0,0,2,0,9, 6 | 2014-10-25,new_confirmed,0,4,0,0,0,13,7,5,0,3,2,0,15,21,70, 7 | 2014-10-25,cum_noncase,303,767,84,17,38,283,79,231,11,172,76,2,793,385,3241, 8 | 2014-10-25,cum_suspected,18,77,56,4,4,75,34,23,7,60,26,3,64,37,488, 9 | 2014-10-25,cum_probable,32,0,1,0,32,6,4,4,0,1,1,0,1,0,82, 10 | 2014-10-25,cum_confirmed,551,483,38,30,9,497,180,491,26,162,90,2,559,442,3560, 11 | 2014-10-25,death_suspected,4,4,2,6,0,22,4,52,3,8,9,1,8,12,135, 12 | 2014-10-25,death_probable,35,0,19,9,32,19,21,4,2,43,20,1,4,2,211, 13 | 2014-10-25,death_confirmed,223,249,18,9,7,137,45,74,14,59,33,1,87,81,1037, 14 | 2014-10-25,cfr,41,52,47,30,78,28,25,15,54,36,37,50,15.6,18,29, 15 | 2014-10-25,etc_new_admission,,,,,,,,,,,,,,,, 16 | 2014-10-25,etc_currently_admitted,,,,,,,,,,,,,,,, 17 | 2014-10-25,etc_cum_admission,,,,,,,,,,,,,,,, 18 | 2014-10-25,etc_new_deaths,,,,,,,,,,,,,,,, 19 | 2014-10-25,etc_cum_deaths,,,,,,,,,,,,,,,, 20 | 2014-10-25,etc_new_discharges,,,,,,,,,,,,,,,, 21 | 2014-10-25,etc_cum_discharges,,,,,,,,,,,,,,,, 22 | 2014-10-25,cum_contacts,,,,,,,,,,,,,,,, 23 | 2014-10-25,cum_completed_contacts,,,,,,,,,,,,,,,, 24 | 2014-10-25,contacts_followed,,,,,,,,,,,,,,,, 25 | 2014-10-25,new_contacts,,,,,,,,,,,,,,,, 26 | 2014-10-25,contacts_healthy,,,,,,,,,,,,,,,, 27 | 2014-10-25,contacts_ill,,,,,,,,,,,,,,,, 28 | 2014-10-25,contacts_not_seen,,,,,,,,,,,,,,,, 29 | 2014-10-25,new_completed_contacts,,,,,,,,,,,,,,,, 30 | 2014-10-25,percent_seen,,,,,,,,,,,,,,,, 31 | 2014-10-25,total_lab_samples,,,,,,,,,,,,,,,240, 32 | 2014-10-25,repeat_samples,,,,,,,,,,,,,,,39, 33 | 2014-10-25,new_samples,,,,,,,,,,,,,,,201, 34 | 2014-10-25,new_positive,,,,,,,,,,,,,,,70, 35 | 2014-10-25,new_negative,,,,,,,,,,,,,,,123, 36 | 2014-10-25,pending,,,,,,,,,,,,,,,, 37 | 2014-10-25,positive_corpse,0,1,0,0,0,5,2,2,0,1,0,0,8,14,33, 38 | 2014-10-25,negative_corpse,0,4,0,0,0,9,1,12,0,6,1,0,16,15,64, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-13.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-13,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-13,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-13,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-13,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-13,new_confirmed,0,0,8,0,13,8,9,19,0,4,0,0,15,8,84 7 | 2014-11-13,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-13,cum_suspected,,,,,,,,,,,,,,,882 9 | 2014-11-13,cum_probable,,,,,,,,,,,,,,,79 10 | 2014-11-13,cum_confirmed,558,493,53,56,68,686,297,683,28,207,141,2,893,663,4828 11 | 2014-11-13,death_suspected,,,,,,,,,,,,,,,157 12 | 2014-11-13,death_probable,,,,,,,,,,,,,,,208 13 | 2014-11-13,death_confirmed,,,,,,,,,,,,,,,1180 14 | 2014-11-13,cfr,,,,,,,,,,,,,,, 15 | 2014-11-13,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-13,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-13,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-13,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-13,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-13,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-13,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-13,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-13,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-13,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-13,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-13,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-13,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-13,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-13,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-13,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-13,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-13,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-13,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-13,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-13,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-13,pending,,,,,,,,,,,,,,, 37 | 2014-11-13,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-13,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-14.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-14,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-14,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-14,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-14,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-14,new_confirmed,,,,,,,,,,,,,,, 7 | 2014-11-14,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-14,cum_suspected,,,,,,,,,,,,,,, 9 | 2014-11-14,cum_probable,,,,,,,,,,,,,,, 10 | 2014-11-14,cum_confirmed,,,,,,,,,,,,,,, 11 | 2014-11-14,death_suspected,,,,,,,,,,,,,,, 12 | 2014-11-14,death_probable,,,,,,,,,,,,,,, 13 | 2014-11-14,death_confirmed,,,,,,,,,,,,,,, 14 | 2014-11-14,cfr,,,,,,,,,,,,,,, 15 | 2014-11-14,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-14,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-14,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-14,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-14,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-14,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-14,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-14,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-14,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-14,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-14,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-14,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-14,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-14,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-14,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-14,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-14,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-14,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-14,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-14,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-14,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-14,pending,,,,,,,,,,,,,,, 37 | 2014-11-14,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-14,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-15.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-15,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-15,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-15,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-15,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-15,new_confirmed,0,0,0,0,1,4,0,14,0,8,2,1,16,8,54 7 | 2014-11-15,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-15,cum_suspected,,,,,,,,,,,,,,,924 9 | 2014-11-15,cum_probable,,,,,,,,,,,,,,,79 10 | 2014-11-15,cum_confirmed,558,493,57,56,73,697,300,711,28,220,144,3,940,687,4967 11 | 2014-11-15,death_suspected,,,,,,,,,,,,,,,157 12 | 2014-11-15,death_probable,,,,,,,,,,,,,,,208 13 | 2014-11-15,death_confirmed,,,,,,,,,,,,,,,1206 14 | 2014-11-15,cfr,,,,,,,,,,,,,,, 15 | 2014-11-15,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-15,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-15,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-15,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-15,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-15,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-15,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-15,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-15,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-15,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-15,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-15,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-15,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-15,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-15,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-15,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-15,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-15,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-15,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-15,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-15,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-15,pending,,,,,,,,,,,,,,, 37 | 2014-11-15,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-15,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-16.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-16,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-16,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-16,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-16,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-16,new_confirmed,1,0,0,1,0,12,2,9,0,2,3,0,35,24,89 7 | 2014-11-16,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-16,cum_suspected,,,,,,,,,,,,,,,938 9 | 2014-11-16,cum_probable,,,,,,,,,,,,,,,79 10 | 2014-11-16,cum_confirmed,559,493,57,57,73,709,302,720,28,222,147,3,975,711,5056 11 | 2014-11-16,death_suspected,,,,,,,,,,,,,,,157 12 | 2014-11-16,death_probable,,,,,,,,,,,,,,,208 13 | 2014-11-16,death_confirmed,,,,,,,,,,,,,,,1223 14 | 2014-11-16,cfr,,,,,,,,,,,,,,, 15 | 2014-11-16,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-16,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-16,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-16,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-16,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-16,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-16,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-16,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-16,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-16,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-16,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-16,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-16,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-16,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-16,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-16,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-16,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-16,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-16,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-16,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-16,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-16,pending,,,,,,,,,,,,,,, 37 | 2014-11-16,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-16,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-17.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-17,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-17,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-17,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-17,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-17,new_confirmed,0,0,5,0,2,2,0,18,0,3,2,0,15,6,53 7 | 2014-11-17,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-17,cum_suspected,,,,,,,,,,,,,,,949 9 | 2014-11-17,cum_probable,,,,,,,,,,,,,,,79 10 | 2014-11-17,cum_confirmed,559,493,62,57,75,711,302,738,28,225,149,3,990,717,5109 11 | 2014-11-17,death_suspected,,,,,,,,,,,,,,,157 12 | 2014-11-17,death_probable,,,,,,,,,,,,,,,208 13 | 2014-11-17,death_confirmed,,,,,,,,,,,,,,,1223 14 | 2014-11-17,cfr,,,,,,,,,,,,,,, 15 | 2014-11-17,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-17,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-17,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-17,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-17,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-17,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-17,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-17,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-17,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-17,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-17,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-17,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-17,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-17,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-17,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-17,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-17,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-17,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-17,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-17,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-17,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-17,pending,,,,,,,,,,,,,,, 37 | 2014-11-17,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-17,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-18-v175.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-18,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-18,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-18,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-18,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-18,new_confirmed,0,0,0,0,1,2,11,0,2,1,2,0,17,7,43 7 | 2014-11-18,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-18,cum_suspected,,,,,,,,,,,,,,,959 9 | 2014-11-18,cum_probable,,,,,,,,,,,,,,,79 10 | 2014-11-18,cum_confirmed,559,493,62,57,76,713,313,738,30,226,151,3,1007,724,5152 11 | 2014-11-18,death_suspected,,,,,,,,,,,,,,,157 12 | 2014-11-18,death_probable,,,,,,,,,,,,,,,208 13 | 2014-11-18,death_confirmed,,,,,,,,,,,,,,,1240 14 | 2014-11-18,cfr,,,,,,,,,,,,,,, 15 | 2014-11-18,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-18,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-18,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-18,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-18,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-18,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-18,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-18,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-18,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-18,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-18,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-18,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-18,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-18,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-18,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-18,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-18,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-18,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-18,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-18,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-18,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-18,pending,,,,,,,,,,,,,,, 37 | 2014-11-18,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-18,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-19-v176.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-19,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-19,new_noncase,,,,,,,,,,,,,,, 4 | 2014-11-19,new_suspected,,,,,,,,,,,,,,, 5 | 2014-11-19,new_probable,,,,,,,,,,,,,,, 6 | 2014-11-19,new_confirmed,,,,,,,,,,,,,,, 7 | 2014-11-19,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-11-19,cum_suspected,,,,,,,,,,,,,,, 9 | 2014-11-19,cum_probable,,,,,,,,,,,,,,, 10 | 2014-11-19,cum_confirmed,,,,,,,,,,,,,,, 11 | 2014-11-19,death_suspected,,,,,,,,,,,,,,, 12 | 2014-11-19,death_probable,,,,,,,,,,,,,,, 13 | 2014-11-19,death_confirmed,,,,,,,,,,,,,,, 14 | 2014-11-19,cfr,,,,,,,,,,,,,,, 15 | 2014-11-19,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-19,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-19,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-19,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-19,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-19,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-19,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-19,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-19,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-19,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-19,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-19,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-19,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-19,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-19,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-19,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-19,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-19,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-19,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-19,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-19,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-19,pending,,,,,,,,,,,,,,, 37 | 2014-11-19,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-19,negative_corpse,,,,,,,,,,,,,,, 39 | -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-22-v179.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National,Western area combined, 2014-11-22,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350,1304507, 2014-11-22,new_noncase,0,6,0,0,1,15,1,0,0,12,6,7,34,25,107,, 2014-11-22,new_suspected,0,0,0,0,1,1,0,10,0,3,0,0,5,8,28,, 2014-11-22,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,, 2014-11-22,new_confirmed,0,0,0,0,0,4,5,3,0,1,1,0,26,7,47,, 2014-11-22,cum_noncase,321,1021,119,50,64,601,199,577,18,422,186,20,1519,780,5897,, 2014-11-22,cum_suspected,18,100,73,12,19,103,68,165,10,99,48,6,222,111,1054,, 2014-11-22,cum_probable,32,0,1,0,32,6,4,1,0,1,1,0,1,0,79,, 2014-11-22,cum_confirmed,561,494,72,60,78,763,330,779,30,236,156,3,1082,758,5402,, 2014-11-22,death_suspected,4,5,2,6,0,22,4,74,3,8,9,1,8,12,158,, 2014-11-22,death_probable,35,0,19,9,32,19,21,1,2,43,20,1,4,2,208,, 2014-11-22,death_confirmed,228,261,27,18,22,183,71,124,16,68,38,2,153,122,1333,, 2014-11-22,cfr,40.6,52.8,37.5,30.0,28.2,24.0,21.5,15.9,53.3,28.8,24.4,66.7,14.1,16.1,24.7,, 2014-11-22,etc_new_admission,,,,,,,,,,,,,,,,, 2014-11-22,etc_currently_admitted,,,,,,,,,,,,,,,,, 2014-11-22,etc_cum_admission,,,,,,,,,,,,,,,,, 2014-11-22,etc_new_deaths,,,,,,,,,,,,,,,,, 2014-11-22,etc_cum_deaths,,,,,,,,,,,,,,,,, 2014-11-22,etc_new_discharges,,,,,,,,,,,,,,,,, 2014-11-22,etc_cum_discharges,,,,,,,,,,,,,,,,, 2014-11-22,cum_contacts,,,,,,,,,,,,,,,,, 2014-11-22,cum_completed_contacts,,,,,,,,,,,,,,,,, 2014-11-22,contacts_followed,,,,,,,,,,,,,,,,, 2014-11-22,new_contacts,,,,,,,,,,,,,,,,, 2014-11-22,contacts_healthy,,,,,,,,,,,,,,,,, 2014-11-22,contacts_ill,,,,,,,,,,,,,,,,, 2014-11-22,contacts_not_seen,,,,,,,,,,,,,,,,, 2014-11-22,new_completed_contacts,,,,,,,,,,,,,,,,, 2014-11-22,percent_seen,,,,,,,,,,,,,,,,, 2014-11-22,total_lab_samples,,,,,,,,,,,,,,,213,, 2014-11-22,repeat_samples,,,,,,,,,,,,,,,31,, 2014-11-22,new_samples,,,,,,,,,,,,,,,182,, 2014-11-22,new_positive,,,,,,,,,,,,,,,47,, 2014-11-22,new_negative,,,,,,,,,,,,,,,107,, 2014-11-22,pending,,,,,,,,,,,,,,,28,, 2014-11-22,positive_corpse,0,0,0,0,0,1,0,2,0,0,0,0,7,5,15,, 2014-11-22,negative_corpse,0,4,0,0,1,5,0,0,0,11,4,7,16,13,61,, -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-11-29.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-11-29,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-11-29,new_noncase,0,11,7,5,0,16,0,0,2,17,0,0,38,20,116 4 | 2014-11-29,new_suspected,0,0,12,0,0,0,0,0,0,1,0,0,9,2,24 5 | 2014-11-29,new_probable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 2014-11-29,new_confirmed,1,0,15,1,0,77,1,0,0,2,0,0,26,11,64 7 | 2014-11-29,cum_noncase,325,1079,131,68,79,686,256,705,23,510,230,33,"1,768",884,6777 8 | 2014-11-29,cum_suspected,18,112,90,19,24,108,71,201,15,105,55,6,248,127,1199 9 | 2014-11-29,cum_probable,32,0,1,0,32,6,4,1,0,1,1,0,1,0,79 10 | 2014-11-29,cum_confirmed,562,494,88,73,84,807,363,860,31,256,158,3,1232,820,5831 11 | 2014-11-29,death_suspected,4,5,2,6,0,22,4,74,3,8,9,1,8,12,158 12 | 2014-11-29,death_probable,35,0,19,9,32,19,21,1,2,43,20,1,4,2,208 13 | 2014-11-29,death_confirmed,228,261,31,23,26,195,83,164,16,77,40,2,198,152,1496 14 | 2014-11-29,cfr,41,53,35,32,31,24,23,19,52,30,25,67,16.1,19,26 15 | 2014-11-29,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-11-29,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-11-29,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-11-29,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-11-29,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-11-29,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-11-29,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-11-29,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-11-29,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-11-29,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-11-29,new_contacts,,,,,,,,,,,,,,, 26 | 2014-11-29,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-11-29,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-11-29,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-11-29,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-11-29,percent_seen,,,,,,,,,,,,,,, 31 | 2014-11-29,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-11-29,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-11-29,new_samples,,,,,,,,,,,,,,, 34 | 2014-11-29,new_positive,,,,,,,,,,,,,,, 35 | 2014-11-29,new_negative,,,,,,,,,,,,,,, 36 | 2014-11-29,pending,,,,,,,,,,,,,,, 37 | 2014-11-29,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-11-29,negative_corpse,,,,,,,,,,,,,,, -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-12-06.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-12-06,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-12-06,new_noncase,,,,,,,,,,,,,,, 4 | 2014-12-06,new_suspected,,,,,,,,,,,,,,, 5 | 2014-12-06,new_probable,,,,,,,,,,,,,,, 6 | 2014-12-06,new_confirmed,,,,,,,,,,,,,,, 7 | 2014-12-06,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-12-06,cum_suspected,18,116,111,24,25,118,81,250,15,111,64,9,304,156,1402 9 | 2014-12-06,cum_probable,32,0,1,0,32,6,4,1,0,1,1,0,1,0,79 10 | 2014-12-06,cum_confirmed,0,494,106,86,86,880,385,956,31,269,170,4,1403,885,6317 11 | 2014-12-06,death_suspected,4,5,2,6,0,22,4,74,3,8,9,1,8,12,158 12 | 2014-12-06,death_probable,35,0,19,9,32,19,21,1,2,43,20,1,4,2,208 13 | 2014-12-06,death_confirmed,228,261,41,26,27,223,88,208,16,83,44,3,267,193,1708 14 | 2014-12-06,cfr,,,,,,,,,,,,,,, 15 | 2014-12-06,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-12-06,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-12-06,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-12-06,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-12-06,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-12-06,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-12-06,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-12-06,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-12-06,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-12-06,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-12-06,new_contacts,,,,,,,,,,,,,,, 26 | 2014-12-06,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-12-06,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-12-06,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-12-06,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-12-06,percent_seen,,,,,,,,,,,,,,, 31 | 2014-12-06,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-12-06,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-12-06,new_samples,,,,,,,,,,,,,,, 34 | 2014-12-06,new_positive,,,,,,,,,,,,,,, 35 | 2014-12-06,new_negative,,,,,,,,,,,,,,, 36 | 2014-12-06,pending,,,,,,,,,,,,,,, 37 | 2014-12-06,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-12-06,negative_corpse,,,,,,,,,,,,,,, -------------------------------------------------------------------------------- /data/ebola/sl_data/2014-12-13.csv: -------------------------------------------------------------------------------- 1 | date,variable,Kailahun,Kenema,Kono,Kambia,Koinadugu,Bombali,Tonkolili,Port Loko,Pujehun,Bo,Moyamba,Bonthe,Western area urban,Western area rural,National 2 | 2014-12-13,population,465048,653013,325003,341690,335471,494139,434937,557978,335574,654142,278119,168729,1040888,263619,6348350 3 | 2014-12-13,new_noncase,,,,,,,,,,,,,,, 4 | 2014-12-13,new_suspected,,,,,,,,,,,,,,, 5 | 2014-12-13,new_probable,,,,,,,,,,,,,,, 6 | 2014-12-13,new_confirmed,,,,,,,,,,,,,,, 7 | 2014-12-13,cum_noncase,,,,,,,,,,,,,,, 8 | 2014-12-13,cum_suspected,18,125,111,26,29,120,84,264,17,122,69,10,370,191,1556 9 | 2014-12-13,cum_probable,32,0,1,0,32,6,4,1,0,1,1,0,1,0,79 10 | 2014-12-13,cum_confirmed,565,495,124,96,89,907,396,998,31,297,173,4,1526,937,6638 11 | 2014-12-13,death_suspected,,,,,,,,,,,,,,, 12 | 2014-12-13,death_probable,,,,,,,,,,,,,,, 13 | 2014-12-13,death_confirmed,,,,,,,,,,,,,,, 14 | 2014-12-13,cfr,,,,,,,,,,,,,,, 15 | 2014-12-13,etc_new_admission,,,,,,,,,,,,,,, 16 | 2014-12-13,etc_currently_admitted,,,,,,,,,,,,,,, 17 | 2014-12-13,etc_cum_admission,,,,,,,,,,,,,,, 18 | 2014-12-13,etc_new_deaths,,,,,,,,,,,,,,, 19 | 2014-12-13,etc_cum_deaths,,,,,,,,,,,,,,, 20 | 2014-12-13,etc_new_discharges,,,,,,,,,,,,,,, 21 | 2014-12-13,etc_cum_discharges,,,,,,,,,,,,,,, 22 | 2014-12-13,cum_contacts,,,,,,,,,,,,,,, 23 | 2014-12-13,cum_completed_contacts,,,,,,,,,,,,,,, 24 | 2014-12-13,contacts_followed,,,,,,,,,,,,,,, 25 | 2014-12-13,new_contacts,,,,,,,,,,,,,,, 26 | 2014-12-13,contacts_healthy,,,,,,,,,,,,,,, 27 | 2014-12-13,contacts_ill,,,,,,,,,,,,,,, 28 | 2014-12-13,contacts_not_seen,,,,,,,,,,,,,,, 29 | 2014-12-13,new_completed_contacts,,,,,,,,,,,,,,, 30 | 2014-12-13,percent_seen,,,,,,,,,,,,,,, 31 | 2014-12-13,total_lab_samples,,,,,,,,,,,,,,, 32 | 2014-12-13,repeat_samples,,,,,,,,,,,,,,, 33 | 2014-12-13,new_samples,,,,,,,,,,,,,,, 34 | 2014-12-13,new_positive,,,,,,,,,,,,,,, 35 | 2014-12-13,new_negative,,,,,,,,,,,,,,, 36 | 2014-12-13,pending,,,,,,,,,,,,,,, 37 | 2014-12-13,positive_corpse,,,,,,,,,,,,,,, 38 | 2014-12-13,negative_corpse,,,,,,,,,,,,,,, -------------------------------------------------------------------------------- /data/mastectomy.csv: -------------------------------------------------------------------------------- 1 | time,event,metastized 2 | 23,TRUE,no 3 | 47,TRUE,no 4 | 69,TRUE,no 5 | 70,FALSE,no 6 | 100,FALSE,no 7 | 101,FALSE,no 8 | 148,TRUE,no 9 | 181,TRUE,no 10 | 198,FALSE,no 11 | 208,FALSE,no 12 | 212,FALSE,no 13 | 224,FALSE,no 14 | 5,TRUE,yes 15 | 8,TRUE,yes 16 | 10,TRUE,yes 17 | 13,TRUE,yes 18 | 18,TRUE,yes 19 | 24,TRUE,yes 20 | 26,TRUE,yes 21 | 26,TRUE,yes 22 | 31,TRUE,yes 23 | 35,TRUE,yes 24 | 40,TRUE,yes 25 | 41,TRUE,yes 26 | 48,TRUE,yes 27 | 50,TRUE,yes 28 | 59,TRUE,yes 29 | 61,TRUE,yes 30 | 68,TRUE,yes 31 | 71,TRUE,yes 32 | 76,FALSE,yes 33 | 105,FALSE,yes 34 | 107,FALSE,yes 35 | 109,FALSE,yes 36 | 113,TRUE,yes 37 | 116,FALSE,yes 38 | 118,TRUE,yes 39 | 143,TRUE,yes 40 | 145,FALSE,yes 41 | 162,FALSE,yes 42 | 188,FALSE,yes 43 | 212,FALSE,yes 44 | 217,FALSE,yes 45 | 225,FALSE,yes 46 | -------------------------------------------------------------------------------- /data/microbiome/MID1.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID1.xls -------------------------------------------------------------------------------- /data/microbiome/MID2.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID2.xls -------------------------------------------------------------------------------- /data/microbiome/MID3.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID3.xls -------------------------------------------------------------------------------- /data/microbiome/MID4.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID4.xls -------------------------------------------------------------------------------- /data/microbiome/MID5.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID5.xls -------------------------------------------------------------------------------- /data/microbiome/MID6.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID6.xls -------------------------------------------------------------------------------- /data/microbiome/MID7.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID7.xls -------------------------------------------------------------------------------- /data/microbiome/MID8.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID8.xls -------------------------------------------------------------------------------- /data/microbiome/MID9.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/MID9.xls -------------------------------------------------------------------------------- /data/microbiome/metadata.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/data/microbiome/metadata.xls -------------------------------------------------------------------------------- /data/microbiome/microbiome.csv: -------------------------------------------------------------------------------- 1 | Taxon,Patient,Tissue,Stool 2 | Firmicutes,1,632,305 3 | Firmicutes,2,136,4182 4 | Firmicutes,3,1174,703 5 | Firmicutes,4,408,3946 6 | Firmicutes,5,831,8605 7 | Firmicutes,6,693,50 8 | Firmicutes,7,718,717 9 | Firmicutes,8,173,33 10 | Firmicutes,9,228,80 11 | Firmicutes,10,162,3196 12 | Firmicutes,11,372,32 13 | Firmicutes,12,4255,4361 14 | Firmicutes,13,107,1667 15 | Firmicutes,14,96,223 16 | Firmicutes,15,281,2377 17 | Proteobacteria,1,1638,3886 18 | Proteobacteria,2,2469,1821 19 | Proteobacteria,3,839,661 20 | Proteobacteria,4,4414,18 21 | Proteobacteria,5,12044,83 22 | Proteobacteria,6,2310,12 23 | Proteobacteria,7,3053,547 24 | Proteobacteria,8,395,2174 25 | Proteobacteria,9,2651,767 26 | Proteobacteria,10,1195,76 27 | Proteobacteria,11,6857,795 28 | Proteobacteria,12,483,666 29 | Proteobacteria,13,2950,3994 30 | Proteobacteria,14,1541,816 31 | Proteobacteria,15,1307,53 32 | Actinobacteria,1,569,648 33 | Actinobacteria,2,1590,4 34 | Actinobacteria,3,25,2 35 | Actinobacteria,4,259,300 36 | Actinobacteria,5,568,7 37 | Actinobacteria,6,1102,9 38 | Actinobacteria,7,678,377 39 | Actinobacteria,8,260,58 40 | Actinobacteria,9,424,233 41 | Actinobacteria,10,548,21 42 | Actinobacteria,11,201,83 43 | Actinobacteria,12,42,75 44 | Actinobacteria,13,109,59 45 | Actinobacteria,14,51,183 46 | Actinobacteria,15,310,204 47 | Bacteroidetes,1,115,380 48 | Bacteroidetes,2,67,0 49 | Bacteroidetes,3,0,0 50 | Bacteroidetes,4,85,5 51 | Bacteroidetes,5,143,7 52 | Bacteroidetes,6,678,2 53 | Bacteroidetes,7,4829,209 54 | Bacteroidetes,8,74,651 55 | Bacteroidetes,9,169,254 56 | Bacteroidetes,10,106,10 57 | Bacteroidetes,11,73,381 58 | Bacteroidetes,12,30,359 59 | Bacteroidetes,13,51,51 60 | Bacteroidetes,14,2473,2314 61 | Bacteroidetes,15,102,33 62 | Other,1,114,277 63 | Other,2,195,18 64 | Other,3,42,2 65 | Other,4,316,43 66 | Other,5,202,40 67 | Other,6,116,0 68 | Other,7,527,12 69 | Other,8,357,11 70 | Other,9,106,11 71 | Other,10,67,14 72 | Other,11,203,6 73 | Other,12,392,6 74 | Other,13,28,25 75 | Other,14,12,22 76 | Other,15,305,32 -------------------------------------------------------------------------------- /data/microbiome/microbiome_missing.csv: -------------------------------------------------------------------------------- 1 | Taxon,Patient,Tissue,Stool 2 | Firmicutes,1,632,305 3 | Firmicutes,2,136,4182 4 | Firmicutes,3,,703 5 | Firmicutes,4,408,3946 6 | Firmicutes,5,831,8605 7 | Firmicutes,6,693,50 8 | Firmicutes,7,718,717 9 | Firmicutes,8,173,33 10 | Firmicutes,9,228,NA 11 | Firmicutes,10,162,3196 12 | Firmicutes,11,372,-99999 13 | Firmicutes,12,4255,4361 14 | Firmicutes,13,107,1667 15 | Firmicutes,14,?,223 16 | Firmicutes,15,281,2377 17 | Proteobacteria,1,1638,3886 18 | Proteobacteria,2,2469,1821 19 | Proteobacteria,3,839,661 20 | Proteobacteria,4,4414,18 21 | Proteobacteria,5,12044,83 22 | Proteobacteria,6,2310,12 23 | Proteobacteria,7,3053,547 24 | Proteobacteria,8,395,2174 25 | Proteobacteria,9,2651,767 26 | Proteobacteria,10,1195,76 27 | Proteobacteria,11,6857,795 28 | Proteobacteria,12,483,666 29 | Proteobacteria,13,2950,3994 30 | Proteobacteria,14,1541,816 31 | Proteobacteria,15,1307,53 32 | Actinobacteria,1,569,648 33 | Actinobacteria,2,1590,4 34 | Actinobacteria,3,25,2 35 | Actinobacteria,4,259,300 36 | Actinobacteria,5,568,7 37 | Actinobacteria,6,1102,9 38 | Actinobacteria,7,678,377 39 | Actinobacteria,8,260,58 40 | Actinobacteria,9,424,233 41 | Actinobacteria,10,548,21 42 | Actinobacteria,11,201,83 43 | Actinobacteria,12,42,75 44 | Actinobacteria,13,109,59 45 | Actinobacteria,14,51,183 46 | Actinobacteria,15,310,204 47 | Bacteroidetes,1,115,380 48 | Bacteroidetes,2,67,0 49 | Bacteroidetes,3,0,0 50 | Bacteroidetes,4,85,5 51 | Bacteroidetes,5,143,7 52 | Bacteroidetes,6,678,2 53 | Bacteroidetes,7,4829,209 54 | Bacteroidetes,8,74,651 55 | Bacteroidetes,9,169,254 56 | Bacteroidetes,10,106,10 57 | Bacteroidetes,11,73,381 58 | Bacteroidetes,12,30,359 59 | Bacteroidetes,13,51,51 60 | Bacteroidetes,14,2473,2314 61 | Bacteroidetes,15,102,33 62 | Other,1,114,277 63 | Other,2,195,18 64 | Other,3,42,2 65 | Other,4,316,43 66 | Other,5,202,40 67 | Other,6,116,0 68 | Other,7,527,12 69 | Other,8,357,11 70 | Other,9,106,11 71 | Other,10,67,14 72 | Other,11,203,6 73 | Other,12,392,6 74 | Other,13,28,25 75 | Other,14,12,22 76 | Other,15,305,32 -------------------------------------------------------------------------------- /data/olympics.1996.txt: -------------------------------------------------------------------------------- 1 | Tonga 1 96165 2 | Bahamas 1 281584 3 | Jamaica 6 2589043 4 | Cuba 25 10952046 5 | Australia 41 18348078 6 | Hungary 21 10273590 7 | Bulgaria 15 8181047 8 | Trinidad & Tobago 2 1196910 9 | New Zealand 6 3621200 10 | Norway 7 4381275 11 | Belarus 15 10408773 12 | Netherlands 19 15532953 13 | Namibia 2 1641430 14 | Denmark 6 5262068 15 | Ireland 4 3632794 16 | Czech Republic 11 10312983 17 | Slovenia 2 1914388 18 | Switzerland 7 7197655 19 | Sweden 8 8859207 20 | Romania 20 22627565 21 | Germany 65 81885179 22 | Finland 4 5121511 23 | Greece 8 10511232 24 | Canada 22 29983162 25 | Nigeria 6 9032792 26 | Kazakstan 11 16881824 27 | France 37 58390513 28 | Italy 35 57336497 29 | South Korea 27 45647373 30 | Belgium 6 10156645 31 | Armenia 2 3393646 32 | Slovakia 3 5373191 33 | Croatia 2 4372670 34 | Ukraine 23 50879424 35 | Moldova 2 4450539 36 | Poland 17 38632597 37 | Spain 17 39811796 38 | Russia 63 147757004 39 | Mongolia 1 2468091 40 | Latvia 1 2495980 41 | Georgia 2 5216046 42 | United States 101 265462901 43 | Austria 3 8055908 44 | Yugoslavia 4 10774949 45 | Costa Rica 1 3451722 46 | Kenya 8 27956825 47 | Lithuania 1 3662418 48 | Puerto Rico 1 3782862 49 | Great Britain 15 58814763 50 | North Korea 5 21511993 51 | Portugal 2 9979834 52 | Israel 1 5420065 53 | Burundi 1 5430553 54 | Hong Kong 1 6419635 55 | Azerbaijan 1 7668253 56 | South Africa 5 42013377 57 | Zambia 1 8852751 58 | Japan 14 125555525 59 | Tunisia 1 9104682 60 | Algeria 3 28945551 61 | Malaysia 2 20044560 62 | Turkey 6 62127894 63 | Brazil 15 165209940 64 | Uzbekistan 2 23219707 65 | Argentina 3 35238756 66 | Ecuador 1 11862430 67 | Morocco 2 27989535 68 | Syria 1 14690501 69 | Mozambique 1 17777110 70 | Ethiopa 3 57337466 71 | Uganda 1 20842388 72 | Iran 3 62583991 73 | Taiwan 1 21448082 74 | China 50 1216387869 75 | Thailand 2 58852502 76 | Indonesia 4 209977606 77 | Philippines 1 74505812 78 | Mexico 1 94079999 79 | India 1 948910783 80 | -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- 1 | name: enar_tutorial 2 | dependencies: 3 | - python=3.7 4 | - beautifulsoup4 5 | - bokeh 6 | - cython 7 | - graphviz 8 | - ipython 9 | - ipywidgets 10 | - jupyter_client 11 | - jupyter_core 12 | - jupyterlab 13 | - lxml 14 | - matplotlib 15 | - mkl-service 16 | - notebook 17 | - numpy 18 | - pandas 19 | - patsy 20 | - pip 21 | - pymc3 22 | - pydot 23 | - python-graphviz 24 | - rpy2 25 | - scikit-learn 26 | - scipy 27 | - seaborn 28 | - setuptools 29 | - simplegeneric 30 | - sympy 31 | - xlrd 32 | 33 | -------------------------------------------------------------------------------- /notebooks/images/414px-Jupyter_logo.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/414px-Jupyter_logo.svg.png -------------------------------------------------------------------------------- /notebooks/images/_olympics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/_olympics.png -------------------------------------------------------------------------------- /notebooks/images/anaconda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/anaconda.png -------------------------------------------------------------------------------- /notebooks/images/anaconda_python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/anaconda_python.png -------------------------------------------------------------------------------- /notebooks/images/command_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/command_mode.png -------------------------------------------------------------------------------- /notebooks/images/conda_activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/conda_activate.png -------------------------------------------------------------------------------- /notebooks/images/conda_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/conda_create.png -------------------------------------------------------------------------------- /notebooks/images/conda_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/conda_env.png -------------------------------------------------------------------------------- /notebooks/images/conda_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/conda_install.png -------------------------------------------------------------------------------- /notebooks/images/conda_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/conda_search.png -------------------------------------------------------------------------------- /notebooks/images/conda_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/conda_update.png -------------------------------------------------------------------------------- /notebooks/images/ebola.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/ebola.jpg -------------------------------------------------------------------------------- /notebooks/images/ecosystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/ecosystem.png -------------------------------------------------------------------------------- /notebooks/images/edit_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/edit_mode.png -------------------------------------------------------------------------------- /notebooks/images/ipython_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/ipython_architecture.png -------------------------------------------------------------------------------- /notebooks/images/nbdiff-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/nbdiff-web.png -------------------------------------------------------------------------------- /notebooks/images/python-logo-master-v3-TM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/python-logo-master-v3-TM.png -------------------------------------------------------------------------------- /notebooks/images/qtconsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/qtconsole.png -------------------------------------------------------------------------------- /notebooks/images/radon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/radon.jpg -------------------------------------------------------------------------------- /notebooks/images/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fonnesbeck/enar_2019_tutorial/77d52c2843047ed76a9e22f2738ed12889aeefb9/notebooks/images/workflow.png --------------------------------------------------------------------------------