Skip to content

[SPARK-40336][PS] Implement DataFrameGroupBy.cov#55775

Closed
devin-petersohn wants to merge 1 commit intoapache:masterfrom
devin-petersohn:devin/groupby-cov
Closed

[SPARK-40336][PS] Implement DataFrameGroupBy.cov#55775
devin-petersohn wants to merge 1 commit intoapache:masterfrom
devin-petersohn:devin/groupby-cov

Conversation

@devin-petersohn
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Implement DataFrameGroupBy.cov(min_periods, ddof, numeric_only) in the pandas API on Spark.

Why are the changes needed?

Missing API coverage.

Does this PR introduce any user-facing change?

Yes.

How was this patch tested?

Unit tests.

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

Generated-by: Claude Code (claude-opus-4-7)

@HyukjinKwon
Copy link
Copy Markdown
Member

Merged to master and branch-4.x.

HyukjinKwon pushed a commit that referenced this pull request May 10, 2026
### What changes were proposed in this pull request?

Implement `DataFrameGroupBy.cov(min_periods, ddof, numeric_only)` in the pandas API on Spark.

### Why are the changes needed?

Missing API coverage.

### Does this PR introduce _any_ user-facing change?

Yes.

### How was this patch tested?

Unit tests.

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

Generated-by: Claude Code (claude-opus-4-7)

Closes #55775 from devin-petersohn/devin/groupby-cov.

Authored-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 7041d1e)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants