jorisvandenbossche commented on a change in pull request #10802: URL: https://github.com/apache/arrow/pull/10802#discussion_r686563639
########## File path: python/pyarrow/compute.py ########## @@ -590,6 +590,38 @@ def take(data, indices, *, boundscheck=True, memory_pool=None): return call_function('take', [data, indices], options, memory_pool) +def dropnull(data, *, memory_pool=None): Review comment: I think the explicit function can thus be removed. -- 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