HyukjinKwon commented on code in PR #36414:
URL: https://github.com/apache/spark/pull/36414#discussion_r866432495


##########
python/pyspark/pandas/generic.py:
##########
@@ -1603,6 +1664,10 @@ def max(
         ----------
         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:
   maybe `..verionchanged`



##########
python/pyspark/pandas/generic.py:
##########
@@ -1545,6 +1601,10 @@ def min(
         ----------
         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



##########
python/pyspark/pandas/generic.py:
##########
@@ -1485,6 +1533,10 @@ def kurtosis(
         ----------
         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



##########
python/pyspark/pandas/generic.py:
##########
@@ -1426,6 +1466,10 @@ def skew(
         ----------
         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]

Reply via email to