jorisvandenbossche commented on pull request #7467:
URL: https://github.com/apache/arrow/pull/7467#issuecomment-645933837


   Added `isvalid` as well. Two more questions:
   
   - Do we rather prefer the underscore version (`is_valid`, `is_null`)? Since 
the existing `isnull` wasn't working yet, I don't think we necessarily need to 
keep the name for the reason that it already existed. 
     Personally, I generally prefer the `_` versions (and which makes it also 
consistent with the name in the function registry), although for `isnull` the 
resemblance with pandas is nice as well.
   - Do I also add them as functions in `pyarrow.compute`?


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

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


Reply via email to