kjczarne / metaframe

Metadata files to Pandas Dataframes
3 stars 0 forks source link

Analysis #8

Closed isobarbaric closed 6 months ago

isobarbaric commented 7 months ago

list of metadata files that an error was generated for

Depending on which field there is a missing value for, we can insert placeholders to indicate that they are missing (e.g. 0 for quality). I can do these replacements based on whatever you think the best placeholders would be.

kjczarne commented 6 months ago

@isobarbaric as far as the malformed files are concerned we could avoid setting placeholder values by using lazy evaluation and we could throw an error when a property is accessed that has no corresponding field in the config file. I'll need to think about it today and perhaps draft something up to demonstrate what I mean exactly.