HyukjinKwon commented on a change in pull request #35454:
URL: https://github.com/apache/spark/pull/35454#discussion_r805332697



##########
File path: python/pyspark/sql/dataframe.py
##########
@@ -1749,7 +1749,11 @@ def describe(self, *cols: Union[str, List[str]]) -> 
"DataFrame":
         |    min|                 2|
         |    max|                 5|
         +-------+------------------+
-        >>> df.describe().show()

Review comment:
       Can we improve this example by showing other supported types only?




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