A quick (and dirty) pandas processing script for a very specific medical dataset. For a guide on running in a restricted environment without shell access see here.
- Python3
Install all required packages using pip.
pip install -r requirements.txt
usage: python process_dataset.py [-h] f
Process a medical dataset.
positional arguments:
f the filename of the input dataset (.csv)
optional arguments:
-h, --help show this help message and exit