Describe the enhancement requested
We currently use field.is_null(nan_is_null=True) & field.is_valid() for filtering on NaN values, but would be great to fall back to is_nan. The abovementioned expression doesn't seem to catch NaN values.
Component(s)
Python