Template:NA Handling Table
From dataZoa Wiki
Revision as of 14:18, 27 January 2017 by SNC (Talk | contribs) (Created page with "If there are NA values in the calculated Series, you can...<ul><li>Just <i>accept</i> them as-is</li><li>Fill the NAs with neighboring values</li><li>For example:<br><i>Fill F...")
If there are NA values in the calculated Series, you can...
- Just accept them as-is
- Fill the NAs with neighboring values
- For example:
Fill Forward, then Backward of
NA, 2, NA, 4, NA
yields
2, 2, 2, 4, 4
Non-Numeric Type | Meaning | String to enter as Input | String displayed as Output |
---|---|---|---|
No Data | Data point is known not to exist | ##ND## | ND |
Non-Disclosed Data | Data point exists but is not being shown | ##NDD## | NDD |
Not Available | Data may exist but is not available | ##NA## | NA |