https://github.com/bobluppes/medical-dataset-processor
https://github.com/bobluppes/medical-dataset-processor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobluppes/medical-dataset-processor
- Owner: bobluppes
- Created: 2022-01-09T13:07:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T19:52:15.000Z (about 3 years ago)
- Last Synced: 2025-02-10T07:30:43.355Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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] fProcess a medical dataset.
positional arguments:
f the filename of the input dataset (.csv)optional arguments:
-h, --help show this help message and exit
```