xinrong-databricks commented on code in PR #36104:
URL: https://github.com/apache/spark/pull/36104#discussion_r847685729


##########
python/pyspark/pandas/base.py:
##########
@@ -982,9 +982,11 @@ def all(self, axis: Axis = 0, skipna: bool = True) -> bool:
               original column labels.
 
         skipna : boolean, default True
-            Exclude NA/null values. If an entire row/column is NA and skipna 
is True,
+            Exclude NA values, such as None or numpy.NaN.

Review Comment:
   Rephrased to clarify that NA values include None and numpy.Nan, and they 
behave differently when `skipna` is setFalse.



##########
python/pyspark/pandas/base.py:
##########
@@ -982,9 +982,11 @@ def all(self, axis: Axis = 0, skipna: bool = True) -> bool:
               original column labels.
 
         skipna : boolean, default True
-            Exclude NA/null values. If an entire row/column is NA and skipna 
is True,
+            Exclude NA values, such as None or numpy.NaN.

Review Comment:
   Rephrased to clarify that NA values include None and numpy.Nan, and they 
behave differently when `skipna` is set False.



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