Skip to content
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

feat(api): support deferred or string column names in cov/corr methods #9657

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

jcrist
Copy link
Member

@jcrist jcrist commented Jul 22, 2024

Supports things like t.a.corr("b")/t.a.corr(_.b).

@jcrist jcrist changed the title feat(api): support deferred or string column names in cov/corr me… feat(api): support deferred or string column names in cov/corr methods Jul 22, 2024
@jcrist jcrist requested a review from cpcloud July 22, 2024 15:46
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cpcloud cpcloud added this to the 9.2 milestone Jul 22, 2024
@cpcloud cpcloud added feature Features or general enhancements ux User experience related issues labels Jul 22, 2024
@cpcloud cpcloud merged commit 4d135b3 into ibis-project:main Jul 22, 2024
87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements ux User experience related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants