This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 039f796c893a [SPARK-50279][DOCS][PYTHON] Add DataFrame.plot to 
DataFrame API reference
039f796c893a is described below

commit 039f796c893a142a0cab57f2d100f59cfd58e4ee
Author: Xinrong Meng <[email protected]>
AuthorDate: Mon Nov 11 08:34:55 2024 -0800

    [SPARK-50279][DOCS][PYTHON] Add DataFrame.plot to DataFrame API reference
    
    ### What changes were proposed in this pull request?
    Add DataFrame.plot to DataFrame API reference.
    
    ### Why are the changes needed?
    Better documentation.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Existing tests.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #48813 from xinrong-meng/plot_doc.
    
    Authored-by: Xinrong Meng <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 python/docs/source/reference/pyspark.sql/dataframe.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/docs/source/reference/pyspark.sql/dataframe.rst 
b/python/docs/source/reference/pyspark.sql/dataframe.rst
index a7349c98f580..569c5cec6955 100644
--- a/python/docs/source/reference/pyspark.sql/dataframe.rst
+++ b/python/docs/source/reference/pyspark.sql/dataframe.rst
@@ -84,6 +84,7 @@ DataFrame
     DataFrame.offset
     DataFrame.orderBy
     DataFrame.persist
+    DataFrame.plot
     DataFrame.printSchema
     DataFrame.randomSplit
     DataFrame.rdd


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to