Fokko opened a new issue, #34154:
URL: https://github.com/apache/arrow/issues/34154

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to