Skip to content

ETL script for loading Discharge Abstract Database (DAD) on to MySQL prior to data mining.

License

Notifications You must be signed in to change notification settings

dermatologist/dad-2-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 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)

About

ETL script for loading Discharge Abstract Database (DAD) on to MySQL prior to data mining.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages