pitrou commented on a change in pull request #10802: URL: https://github.com/apache/arrow/pull/10802#discussion_r691380753
########## File path: python/pyarrow/compute.py ########## @@ -591,6 +591,38 @@ def take(data, indices, *, boundscheck=True, memory_pool=None): return call_function('take', [data, indices], options, memory_pool) +def drop_null(data, memory_pool=None): Review comment: I'll remove this as the proper definition is auto-generated from the C++ metadata. -- 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