From cab6492328c76d0071e7e3831c0416152f191301 Mon Sep 17 00:00:00 2001 From: Xinrong Meng Date: Fri, 18 Oct 2024 10:05:10 +0800 Subject: [PATCH] - space --- python/pyspark/pandas/plot/core.py | 2 +- python/pyspark/sql/plot/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyspark/pandas/plot/core.py b/python/pyspark/pandas/plot/core.py index 5a6722a9c5ad9..f5652177fe4a5 100644 --- a/python/pyspark/pandas/plot/core.py +++ b/python/pyspark/pandas/plot/core.py @@ -858,7 +858,7 @@ def box(self, **kwds): Parameters ---------- **kwds : dict, optional - Extra arguments to `precision `: refer to a float that is used by + Extra arguments to `precision`: refer to a float that is used by pandas-on-Spark to compute approximate statistics for building a boxplot. The default value is 0.01. Use smaller values to get more precise statistics. Additional keyword arguments are documented in diff --git a/python/pyspark/sql/plot/core.py b/python/pyspark/sql/plot/core.py index 356ead4e4ee2c..5024e3d76aa3d 100644 --- a/python/pyspark/sql/plot/core.py +++ b/python/pyspark/sql/plot/core.py @@ -358,7 +358,7 @@ def box(self, column: Union[str, List[str]], **kwargs: Any) -> "Figure": column: str or list of str Column name or list of names to be used for creating the boxplot. **kwargs - Extra arguments to `precision `: refer to a float that is used by + Extra arguments to `precision`: refer to a float that is used by pyspark to compute approximate statistics for building a boxplot. The default value is 0.01. Use smaller values to get more precise statistics.