Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/studybuffalo/dpd_data_extraction

Takes the Health Canada Drug Product Database data extracts, parses them, and uploads them to a mysql database.
https://github.com/studybuffalo/dpd_data_extraction

pharmaceutical-products pharmacy python-3 python-3-5

Last synced: 11 days ago
JSON representation

Takes the Health Canada Drug Product Database data extracts, parses them, and uploads them to a mysql database.

Awesome Lists containing this project

README

        

# Health Canada Drug Product Database Data Extracton Tool
This program downloads the Health Canada Drug Product Database data extracts, normalizes the data, and uploads the data to a Django database.

## Technical Details
* The data extracts are saved as text files, but follow a .csv format.
* There are several typos, spelling mistakes, and other formatting issues that make the data hard to work with. This program tries to correct and standardize the information for better usability.

## Current Status
* Project is being updated and refactored to work with a Django database to provide more functionality for the Study Buffalo website and other projects.