Closed toonhuysmans closed 2 years ago
How could the dataset look like?
Each row is an individual:
| individual_id | sex | units | age | study_id | measure_n | measure_n+1 | measure_n_unit
measures.json
could be a specification, perhaps a dined specification. Think about this as a specification that could be described with json schema for instance.
measure_n could be a type as well, for instance we could do type checking for certain measures like the type can only be positive or a float, and it needs to be of a certain class like mm???
This has been solved as well as the generation of metadata that describes the set of standardized files as a data-package using frictionless standards and frictionless framework.
This would allow us to work with the dined data more easily for the time being. Once we have an open API to approach the DINED database, this would not be necessary anymore.