HyukjinKwon commented on code in PR #36414:
URL: https://github.com/apache/spark/pull/36414#discussion_r866432588
##########
python/pyspark/pandas/generic.py:
##########
@@ -1238,6 +1251,10 @@ def sum(
----------
axis : {index (0), columns (1)}
Axis for the function to be applied on.
+ skipna : bool, default True
+ Exclude NA/null values when computing the result.
+
+ .. versionadded:: 3.4.0
Review Comment:
ditto
--
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]