Template:NA Handling Table

From dataZoa Wiki
Revision as of 15:25, 27 January 2017 by SNC (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In calculations, NA values in the inputs yield NAs as outputs by default. Optionally, you can fill the inputs with their neighboring values before they are evaluated. In particular:

  • Fill forward
  • Fill backward
  • Fill forward, then backward
  • Fill backward, then forward
  • For example: Fill Forward, then Backward of NA, 2, NA, 4, NA yields2, 2, 2, 4, 4