Skip to content

Commit 77eb17d

Browse files
authored
Merge pull request #536 from cmu-delphi/docs_update_nans_codes
Docs: update nans codenames
2 parents 473b5b6 + d5114e4 commit 77eb17d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/missing_codes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ corresponds to the `value` column). The integer codes are as follows
1313

1414
| Code | Name | Description |
1515
| --- | --- | --- |
16-
| 0 | DEFAULT | This is the default value for when the field is not missing. |
16+
| 0 | NOT MISSING | This is the default value for when the field is not missing. |
1717
| 1 | NOT APPLICABLE | This value is used when the field is not expected to have a value (e.g. stderr for a signal that is not estimated from a sample). |
1818
| 2 | REGION EXCEPTION | This value is used when the field is not reported because the particular indicator does not serve the geographical region requested. |
19-
| 3 | PRIVACY | This value is used when the field has been censored for data privacy reasons. This could be due to reasons such as low sample sizes or simply a requirement from our data partners. |
19+
| 3 | CENSORED | This value is used when the field has been censored for data privacy reasons. This could be due to reasons such as low sample sizes or simply a requirement from our data partners. |
2020
| 4 | DELETED | This value is used when the field was present in previous issues, but is no longer reported. Deletions can arise due to bug fixes, changing censorship requirements, or data corrections from the source. |
21-
| 5 | UNKNOWN | This value is used when the field is missing, but does not fall into any of the categories above. |
21+
| 5 | OTHER | This value is used when the field is missing, but does not fall into any of the categories above. |
2222

2323
These codes are supplied as part of the `delphi_utils` Python library (see [here](https://pypi.org/project/delphi-utils/)).

0 commit comments

Comments
 (0)