You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/18 10:35:48 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #7467: ARROW-9159: [Python] Enable Array.isnull method

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:
users@infra.apache.org