Skip to content

[Python] Add is_nan for Python #34154

@Fokko

Description

@Fokko

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions