allisonwang-db commented on code in PR #43252:
URL: https://github.com/apache/spark/pull/43252#discussion_r1349800089


##########
python/pyspark/sql/dataframe.py:
##########
@@ -897,19 +898,31 @@ def show(self, n: int = 20, truncate: Union[bool, int] = 
True, vertical: bool =
         Parameters
         ----------
         n : int, optional
-            Number of rows to show.
+            Number of rows to show. Default is 20.

Review Comment:
   Hmm I didn't get the point.  Do you mean changing `Default is 20` to 
`Default: 20 rows to show` since the truncation is also 20 characters?



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