-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaning of drug_exposure and concept tables extracted from bigQuery Database of Synthetic patient OMOP data #32
Comments
This is the process of extracting csv files from Bigquery database. The next comment will be showing steps conducted to clean CSV files so that it would be in an accepted format for #25 (R-script of mapping OMOP drug_exposure to RAMSES drug_prescriptions) |
@zsenousy Would it be possible to start a branch for this based on the develop branch? |
Drug_exposureHere is a detailed breakdown of each step to clean and save the data:
Now, the dataset is clean and saved in a format that can be used for further analysis. |
ConceptHere is a detailed breakdown of each step to clean and save the data:
|
Issues have been encountered while processing data tables extracted from Synthetic patient OMOP data.
1- indexing have been concatenated to the first column values.
2- Parsing problem which required further separation of text.
The text was updated successfully, but these errors were encountered: