Skip to content

Commit 222876a

Browse files
authored
Merge pull request #1044 from dshemetov/nancodes_nans
Rename nancodes
2 parents d17c94b + 826614d commit 222876a

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)