ntjohnson1 commented on code in PR #1411:
URL: 
https://github.com/apache/datafusion-python/pull/1411#discussion_r2905133222


##########
python/datafusion/functions.py:
##########
@@ -491,16 +491,28 @@ def abs(arg: Expr) -> Expr:
 def acos(arg: Expr) -> Expr:

Review Comment:
   I think there is value in the examples being copy pastable/fully stand alone 
if it's only a few lines of boilerplate. For reference numpy 
https://numpy.org/doc/2.4/reference/generated/numpy.inner.html#numpy.inner.
   
   Expensive computationally or for maintenance? This is inline with the style 
from the existing doc examples as far as I can tell 
https://github.com/rerun-io/datafusion-python/blob/231ed2b1d375fefe9aa01cdc8ae41c620c772f76/python/datafusion/dataframe.py#L324



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to