jorisvandenbossche commented on a change in pull request #12076:
URL: https://github.com/apache/arrow/pull/12076#discussion_r783785071



##########
File path: python/pyarrow/_compute.pyx
##########
@@ -1027,6 +1266,15 @@ cdef class _ScalarAggregateOptions(FunctionOptions):
 
 
 class ScalarAggregateOptions(_ScalarAggregateOptions):
+    __doc__ = f"""
+    Options for scalar aggregations.
+
+    Parameters
+    ----------
+    {_skip_nulls_doc()}

Review comment:
       You mean whether they will stay the same for ScalarAggregateOptions vs 
ElementWiseAggregateOptions vs ... (the different places it is being used)? 
   
   It seems quite unlikely to me that the general description will not be 
correct anymore for one of those functions, but we can also always then update 
it if that would change (also if we all inline them duplicated, we need to 
think about updating the docstring if behaviour in C++ would change ..)




-- 
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