Skip to content

[MINOR][PS][DOCS] Add DataFrame.plot.kde to API reference #47564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

1, add DataFrame.plot.kde to API reference;
2, sort the plotting function alphabetically;

Why are the changes needed?

DataFrame.plot.kde is a public function in Pandas https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.kde.html

And it was already implemented in PS, but never exposed to users.

Does this PR introduce any user-facing change?

Yes, doc-only changes

How was this patch tested?

CI

Was this patch authored or co-authored using generative AI tooling?

No

@HyukjinKwon
Copy link
Member

Merged to master.

@zhengruifeng zhengruifeng deleted the add_kde_to_doc branch August 1, 2024 08:15
fusheng9399 pushed a commit to fusheng9399/spark that referenced this pull request Aug 6, 2024
### What changes were proposed in this pull request?
1, add `DataFrame.plot.kde` to API reference;
2, sort the plotting function alphabetically;

### Why are the changes needed?
`DataFrame.plot.kde` is a public function in Pandas https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.kde.html

And it was already implemented in PS, but never exposed to users.

### Does this PR introduce _any_ user-facing change?
Yes, doc-only changes

### How was this patch tested?
CI

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#47564 from zhengruifeng/add_kde_to_doc.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 2024
### What changes were proposed in this pull request?
1, add `DataFrame.plot.kde` to API reference;
2, sort the plotting function alphabetically;

### Why are the changes needed?
`DataFrame.plot.kde` is a public function in Pandas https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.kde.html

And it was already implemented in PS, but never exposed to users.

### Does this PR introduce _any_ user-facing change?
Yes, doc-only changes

### How was this patch tested?
CI

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#47564 from zhengruifeng/add_kde_to_doc.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
himadripal pushed a commit to himadripal/spark that referenced this pull request Oct 19, 2024
### What changes were proposed in this pull request?
1, add `DataFrame.plot.kde` to API reference;
2, sort the plotting function alphabetically;

### Why are the changes needed?
`DataFrame.plot.kde` is a public function in Pandas https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.kde.html

And it was already implemented in PS, but never exposed to users.

### Does this PR introduce _any_ user-facing change?
Yes, doc-only changes

### How was this patch tested?
CI

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#47564 from zhengruifeng/add_kde_to_doc.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants