Skip to content

Commit

Permalink
[SPARK-50279][DOCS][PYTHON] Add DataFrame.plot to DataFrame API refer…
Browse files Browse the repository at this point in the history
…ence

### 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]>
  • Loading branch information
xinrong-meng authored and dongjoon-hyun committed Nov 11, 2024
1 parent 0aa8541 commit 039f796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/docs/source/reference/pyspark.sql/dataframe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ DataFrame
DataFrame.offset
DataFrame.orderBy
DataFrame.persist
DataFrame.plot
DataFrame.printSchema
DataFrame.randomSplit
DataFrame.rdd
Expand Down

0 comments on commit 039f796

Please sign in to comment.