diff --git a/_delphi_utils_python/delphi_utils/nancodes.py b/_delphi_utils_python/delphi_utils/nancodes.py index e9e5a915a..985b8fa99 100644 --- a/_delphi_utils_python/delphi_utils/nancodes.py +++ b/_delphi_utils_python/delphi_utils/nancodes.py @@ -8,6 +8,6 @@ class Nans(IntEnum): NOT_MISSING = 0 NOT_APPLICABLE = 1 REGION_EXCEPTION = 2 - PRIVACY = 3 + CENSORED = 3 DELETED = 4 - UNKNOWN = 5 + OTHER = 5