An open API service indexing awesome lists of open source software.

https://github.com/bobluppes/medical-dataset-processor


https://github.com/bobluppes/medical-dataset-processor

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Medical Dataset Processor
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](RESTRICTED_ENV.md).

## Requirements
* Python3

## Installation
Install all required packages using pip.

```
pip install -r requirements.txt
```

## Usage
```
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
```