Parexel / stream-dataset-json

Stream read Dataset-JSON
MIT License
3 stars 0 forks source link

Observation Object #14

Open CimimUxMaio opened 2 years ago

CimimUxMaio commented 2 years ago

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.