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

speed up group_by operations with mutate #108

Closed
wants to merge 1 commit into from

Conversation

ppaxisa
Copy link
Member

@ppaxisa ppaxisa commented Apr 5, 2024

When operating on an ungrouped object, mutate will use methods from {plyranges} but when operating on a grouped object, mutate will rely on vanilla tidyverse by converting the object to a tibble. The result is then coerced back to DataFrame to update the metadata of the object. Of note, core columns can be used in this framework to create new metadata columns.

@ppaxisa ppaxisa closed this Apr 5, 2024
@ppaxisa
Copy link
Member Author

ppaxisa commented Apr 5, 2024

sorry I tried to merge the wrong branch of my repository.

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.

1 participant