xinrong-databricks commented on a change in pull request #35888:
URL: https://github.com/apache/spark/pull/35888#discussion_r831761787
##########
File path: python/pyspark/pandas/frame.py
##########
@@ -10168,6 +10159,10 @@ def any(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. Not implemented for Series.
Review comment:
Thanks.
--
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]