Currently dataset.observations returns an iterator of lists; this inner lists being each observation or row of the dataset. A nice enhancement would be to return a custom object that could be accessed using the given variables names as attributes for this object:
For example:
obs.usubjid
obs.studyid
This changes can be evaluated for a later stage of the project, since they are not part of the MVP.
Currently
dataset.observations
returns an iterator of lists; this inner lists being each observation or row of the dataset. A nice enhancement would be to return a custom object that could be accessed using the given variables names as attributes for this object:For example:
This changes can be evaluated for a later stage of the project, since they are not part of the MVP.