pitrou commented on pull request #10802:
URL: https://github.com/apache/arrow/pull/10802#issuecomment-901234420


   Note the auto-generated Python  docstring isn't entirely accurate (see the 
`input` argument description):
   ```
   Signature: pc.drop_null(input, *, memory_pool=None)
   Docstring:
   Drop nulls from the input.
   
   The output is populated with values from the input (Array, ChunkedArray,
   RecordBatch, or Table) without the null values.
   For the RecordBatch and Table cases, `drop_null` drops the full row if
   there is any null.
   
   Parameters
   ----------
   input : Array-like or scalar-like
       Argument to compute function
   memory_pool : pyarrow.MemoryPool, optional
       If not passed, will allocate memory from the default memory pool.
   File:      ~/arrow/dev/python/pyarrow/compute.py
   Type:      function
   ```
   
   I'll open a separate JIRA.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to