Commit graph

2 commits

Author SHA1 Message Date
Marty Oehme 446db080f6
chore(code): Refactor yml loading code
Fix for new paths and restructure to have the from_yml and to_tsv
functions in the same data loading file.
Improved path behavior to resolve any paths to absolutes before
loading.
2023-12-07 13:04:29 +01:00
Marty Oehme c7533e01d6
feat(script): Add yaml simple yaml to dataframe loader
Ingests all yaml files in the directory, and loads the data for each study.

Currently creates a dataframe for each *observation* in the pool (can be
multiple per study, if a study has multiple analyses for different
independent/dependent vars). This is to follow the tidy data paradigm
of one observation per row.
2023-12-05 16:24:11 +01:00