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

Add duckplyr #95

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Add duckplyr #95

wants to merge 10 commits into from

Conversation

Tmonster
Copy link
Collaborator

@Tmonster Tmonster commented Oct 4, 2024

This PR is a WIP PR to add duckplyr.

Things that need to be worked out,

group by queries:
Q8: Query = ans<-x %>% select(id6, largest2_v3=v3) %>% filter(!is.na(largest2_v3)) %>% arrange(desc(largest2_v3)) %>% filter(.by = id6, row_number() <= 2L)))

A fallback situation just occurred. The following information would have been recorded:
  {"version":"0.4.1","message":"Can't use relational with grouped operation.","name":"filter","x":{"...1":"integer","...2":"numeric"},"args":{"dots":{"1":"row_number() <=
  2L"},"by":"...1","preserve":false}}

Q9: tidyverse/duckplyr#265

Join queries:
Q5: Something strange happens where the process seems to get killed the second time it tries to execute it. I may post an issue on the tidyverse duckplyr GitHub if I can find a simple reproducible example.

CC @krlrmlr

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