NaNs
NaN, or not-a-number, values indicate non-numeric results that come from computations on a dataset.
Example
Deephaven supports constants for NaN values.
NaNs typically come from computations on datasets. The following example shows how NaNs might end up in a table.
NaN values can be detected using the isNaN filter.