Added DataQualityDict.coalesce method
This PR adds a new .coalesce()
method to the DataQualityDict
. This just calls DataQualityFlag.coalesce()
for all values.
This PR adds a new .coalesce()
method to the DataQualityDict
. This just calls DataQualityFlag.coalesce()
for all values.