ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Add YAML Import Method #218

Closed ctreffe closed 6 months ago

ctreffe commented 2 years ago

We should add an import method for yaml files, just like our csv import methods. The YAML function should allow for the import of multiple documents within a single file. Each document should be converted to a dictionary and multiple documents are imported as a list of dictionaries. This might require a new dependency yaml.