pitrou commented on a change in pull request #12698: URL: https://github.com/apache/arrow/pull/12698#discussion_r836538465
########## File path: python/pyarrow/array.pxi ########## @@ -849,19 +883,48 @@ cdef class Array(_PandasConvertible): def sum(self, **kwargs): """ Sum the values in a numerical array. + + See `pyarrow.compute.sum` for full usage. Review comment: Good point, I'll do this. -- 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