Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dermatologist/dad-2-mysql
ETL script for loading Discharge Abstract Database (DAD) on to MySQL prior to data mining.
https://github.com/dermatologist/dad-2-mysql
dad ehealth etl mysql
Last synced: 7 days ago
JSON representation
ETL script for loading Discharge Abstract Database (DAD) on to MySQL prior to data mining.
- Host: GitHub
- URL: https://github.com/dermatologist/dad-2-mysql
- Owner: dermatologist
- License: mit
- Created: 2018-05-01T23:07:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T13:53:11.000Z (over 6 years ago)
- Last Synced: 2024-10-28T12:02:44.447Z (about 2 months ago)
- Topics: dad, ehealth, etl, mysql
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dad-2-mysql
ETL script for loading Discharge Abstract Database (DAD) on to MySQL prior to data mining.
Discharge Abstract Database (DAD) is a Canada-wide database of hospital admission and discharge data, maintained by Canadian Institute for Health Information (CIHI).
Please note that this repository only contains the scripts for processing DAD, not the data. Data is available for researchers from [Odesi](https://search2.odesi.ca/#/)
## Disclaimer
*Parts of this material are based on the Canadian Institute for Health Information Discharge Abstract Database Research Analytic Files (sampled from fiscal years 2014-15). However the analysis, conclusions, opinions and statements expressed herein are those of the author(s) and not those of the Canadian Institute for Health Information.*## How to use:
* Download DAD csv file to same folder as this script.
If you have the SPSS file, use the freeware [PSPP](https://www.gnu.org/software/pspp/) to convert to csv* pip install -r requirements.txt
* create database using the provided dad.sql file
* Add database settings and filename in settings.py
* python dad2mysql.py
## Author
Bell Eapen (McMaster U)