zhengruifeng commented on code in PR #48445:
URL: https://github.com/apache/spark/pull/48445#discussion_r1804042377


##########
python/pyspark/pandas/plot/core.py:
##########
@@ -841,7 +841,7 @@ def barh(self, x=None, y=None, **kwargs):
         elif isinstance(self.data, DataFrame):
             return self(kind="barh", x=x, y=y, **kwargs)
 
-    def box(self, **kwds):
+    def box(self, precision=0.01, **kwds):

Review Comment:
   on second thought, I think we'd better still hide `precision` in `**kwds`, 
because it is a spark-sepcific implementation details.
   
   we can document it in under the `**kwds` docstring. 



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