Adde None to DATA_ANOMALY_MATCHES

This commit is contained in:
Khalim Conn-Kowlessar 2024-01-24 11:16:11 +00:00
parent 013070073c
commit f2872def64

View file

@ -43,7 +43,9 @@ DATA_ANOMALY_MATCHES = {
# contain a null value. A resolution to correct these anomalies will be considered for future data releases.
"NULL",
# We sometimes see fields populated with just an empty string.
""
"",
# We sometimes find None values - particulatly when we produce an estimated EPC
None,
}
DATA_ANOMALY_SUBSTRINGS = {