xinrong-databricks commented on a change in pull request #35888:
URL: https://github.com/apache/spark/pull/35888#discussion_r837889405
##########
File path: python/pyspark/pandas/frame.py
##########
@@ -10081,6 +10086,10 @@ def all(self, axis: Axis = 0) -> "Series":
* 0 / 'index' : reduce the index, return a Series whose index is
the
original column labels.
+ bool_only : bool, default None
+ Include only boolean columns. If None, will attempt to use
everything,
+ then use only boolean data.
Review comment:
Let me know if you still think it necessary.
--
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]