It's a data-wrangling problem, issue with a query. I have a dataset, and each row does not represent 1 sample but contains one column which has a list of ID's. For example, You have 3 columns: age, sex & ID's. You could have one row: 28, M, 'ID209,ID208'
.
Are there easy ways to extend this data-set such that I have one row per ID number? I'm working with R or Python.