xinrong-meng commented on code in PR #48513:
URL: https://github.com/apache/spark/pull/48513#discussion_r1804454013
##########
python/pyspark/pandas/plot/core.py:
##########
@@ -857,13 +857,12 @@ def box(self, precision=0.01, **kwds):
Parameters
----------
- precision: scalar, default = 0.01
- This argument is used by pandas-on-Spark to compute approximate
statistics
- for building a boxplot. Use *smaller* values to get more precise
- statistics.
**kwds : optional
Additional keyword arguments are documented in
:meth:`pyspark.pandas.Series.plot`.
+ One of the optional keyword arguments is `precision`, a float that
is used by
Review Comment:
Sorry I might not fully understand what "numpydoc's kwargs styple" refers to
here,
```
**kwds : dict, optional
Additional keyword arguments are documented in
:meth:`pyspark.pandas.Series.plot`.
precision: scalar, default = 0.01
This argument is used by pandas-on-Spark to compute approximate
statistics
for building a boxplot. Use smaller values to get more precise
statistics.
```
is the above what we want?
--
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]