mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Adde None to DATA_ANOMALY_MATCHES
This commit is contained in:
parent
013070073c
commit
f2872def64
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue