kosiew commented on code in PR #1367:
URL: 
https://github.com/apache/datafusion-python/pull/1367#discussion_r2767373168


##########
python/datafusion/dataframe_formatter.py:
##########
@@ -163,10 +253,13 @@ def __init__(
             Maximum height of the displayed table in pixels.
         max_memory_bytes : int, default 2097152 (2MB)
             Maximum memory in bytes for rendered data.
-        min_rows_display : int, default 20
-            Minimum number of rows to display.
-        repr_rows : int, default 10
-            Default number of rows to display in repr output.
+        min_rows_display : int, default 10

Review Comment:
   I'll refactor docstring to follow NumPy/pandas style without type/default 
duplication.



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