Replies: 2 comments 1 reply
-
|
We will try an Excel pivot table insertion and if that fails use pandas/Python script unless you have other suggestions. Keep up the great work |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks so much. The pivot table worked. FYI - we are using Orange data mining and JASP statistical package to do everything. Programming is great and important but an obstacle for many.....Bob |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are writing a textbook No Code Data Science and plan to use some of the data in Synthea for examples and exercises. It's great that the data is longitudinal like it would be in an EHR but the format is not easy to mine.
We would like to see the lab values as columns with the results in rows. For example, hemoglobin would be a column with the result (e.g. 14) in a row below that. A patient would have more than one result for the lab test done at a different time. Do you have any suggestions how to convert observations to this type of format?
Beta Was this translation helpful? Give feedback.
All reactions