all-of-us / workbench-snippets

Code snippets for use in All of Us Workbench notebooks.
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Snippet to add Age to Demographics Dataframe #32

Closed ghost closed 4 years ago

ghost commented 4 years ago

It would be helpful if we can had a snippet that can take the demographic data frame from the dataset builder and add the age column to it. Over time, we can add more snippets that would add derived data to a data frame.

Suggested user flow from the Snippets menu:

  1. run 'setup snippet'
  2. run 'add age to demographics snippet' <- NEW
  3. run 'join demographics and measurements snippet'
  4. run any of the measurement plot snippets