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

feature: Implement count method #163

Merged
merged 2 commits into from
Feb 6, 2023

Conversation

simicd
Copy link
Contributor

@simicd simicd commented Feb 3, 2023

Which issue does this PR close?

Closes #151

Rationale for this change

Implement count method in Python bindings after it got introduced in Rust.

What changes are included in this PR?

Are there any user-facing changes?

Make .count() available

src/dataframe.rs Outdated Show resolved Hide resolved
@andygrove
Copy link
Member

LGTM once the unwrap is removed

simicd and others added 2 commits February 4, 2023 16:33
Co-authored-by: Andy Grove <andygrove73@gmail.com>
@simicd
Copy link
Contributor Author

simicd commented Feb 4, 2023

Many thanks for the feedback @andygrove - removed the unwrap

@andygrove andygrove merged commit ebf5ad6 into apache:main Feb 6, 2023
@simicd simicd deleted the feature/dataframe-count branch February 12, 2023 19:32
@andygrove andygrove added the enhancement New feature or request label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DataFrame count method
2 participants