Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/studybuffalo/dpd_data_extraction
- Owner: studybuffalo
- License: gpl-3.0
- Created: 2017-02-20T15:52:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T03:19:29.000Z (over 2 years ago)
- Last Synced: 2024-12-03T17:04:14.856Z (about 1 month ago)
- Topics: pharmaceutical-products, pharmacy, python-3, python-3-5
- Language: Python
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.