https://github.com/malcolmgreaves/med_device_inventory
Medical Device Inventory Analysis: MEDIA
https://github.com/malcolmgreaves/med_device_inventory
data-science medicine
Last synced: over 1 year ago
JSON representation
Medical Device Inventory Analysis: MEDIA
- Host: GitHub
- URL: https://github.com/malcolmgreaves/med_device_inventory
- Owner: malcolmgreaves
- Created: 2017-01-23T10:00:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T07:25:19.000Z (about 9 years ago)
- Last Synced: 2025-02-07T01:33:29.279Z (over 1 year ago)
- Topics: data-science, medicine
- Language: Scala
- Size: 9.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medical Device Inventory Analysis (MEDIA)
Statistical analysis of medical device and surgical equipment inventory over time.
### Sections
There are several sections within this project:
* See [TODO](TODO.md) for current work status.
* See [Objectives](OBJECTIVES.md) for high-level objectives and diuscussion thereof.
### Data Preprocessing
To convert the "incomplete sets" .xls files to .csv files, use LibreOffice calc. The specific command is:
```
libreoffice --convert-to csv --infilter=CSV:44,34,76,1 --headless --outdir $X *.xls
```
where `$X` is the desired output directory