Skip to content

Commit 826614d

Browse files
committed
Nans: rename PRIVACY to CENSORED and UNKNOWN to OTHER
1 parent 2f8a3e5 commit 826614d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_delphi_utils_python/delphi_utils/nancodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class Nans(IntEnum):
88
NOT_MISSING = 0
99
NOT_APPLICABLE = 1
1010
REGION_EXCEPTION = 2
11-
PRIVACY = 3
11+
CENSORED = 3
1212
DELETED = 4
13-
UNKNOWN = 5
13+
OTHER = 5

0 commit comments

Comments
 (0)