Patient Survey Analysis
Jupyter Notebooks and code used for analyzing survey response data and research
Notebooks
scrubb-data
Scrubs responses from this user survey so that data can be shared and analyzed without exposing information about respondents.
patient-analysis
Data analysis for this user survey to derive conclusions on responses
Development
The easiest way to get started is to run the Makefile
. Available commands can be seen by typing make
in the current directory /science/patient-survey-analysis
. You need to have Python and CMake installed. CMake
should be installed by default if you are using a *.nix
operating system.
Available Commands:
-
install
……. installs all the required dependencies using pip -
start
……. starts all notebooks -
list
……. list active notebooks -
down
……. shutdown notebooks on 8888 -
markdown
……. generates markdown files for targeted notebooks. To add a notebook as a markdown target, add the following line to theMakefile
:
markdown:
jupyter nbconvert ./<insert_notebook_name>.ipynb --to markdown --output <insert_notebook_name>.md