aae-stats / aae.data

Methods to perform QA/QC on AAE data
Other
1 stars 0 forks source link

Characters causing issues in `summarise_measurements` #8

Open jdyen opened 1 year ago

jdyen commented 1 year ago

Non-numeric fields are detected as part of the QC process but not being handled in the summarise_measurements checks later in generate_report. This is consistent with our approach of not explicitly editing data but means an extra check/cast is required in summarise_measurements. Or a flag from the earlier checks that skips summaries in some cases.