itholic commented on a change in pull request #35454:
URL: https://github.com/apache/spark/pull/35454#discussion_r805480200
##########
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:
I think the example above shows the only supported type column (`age`)
Do you think maybe we need to add another example with another DataFrame ?
--
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]