CoBrALab / UKBB-tabular-processing

Scripts to handle the tabular data associated with the UK BioBank
8 stars 1 forks source link

Implement "repeat values" for Instances #7

Closed gdevenyi closed 1 year ago

gdevenyi commented 1 year ago

The UKBB doesn't provide data such as "Sex" (FieldID 31) for all Instances, but rather just the first time they measure it. This makes for sparse wide DataFrames where the value should be repeated for each row.

Provide some kind of interface for specifying FieldIDs which should be repeated across multiple instances to "fill in" the DataFrame.

gdevenyi commented 1 year ago

Fixed by https://github.com/CoBrALab/UKBB-tabular-processing/pull/14