jorisvandenbossche commented on issue #34154:
URL: https://github.com/apache/arrow/issues/34154#issuecomment-1429574795
Ah, I see. Now, that actually works as well with the functions (something we
probably need to document better):
```
In [2]: pc.is_nan(pc.field("a"))
Out[2]: <pyarrow.compute.Expression is_nan(a)>
```
But given that we have a method on the expression for is_null, we could
maybe do that for is_nan as well (although is_nan is specific to one data type,
while is_null is generic).
--
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]