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 support for where() inside of across() #71

Closed
kdpsingh opened this issue Dec 16, 2023 · 1 comment
Closed

Add support for where() inside of across() #71

kdpsingh opened this issue Dec 16, 2023 · 1 comment

Comments

@kdpsingh
Copy link
Member

kdpsingh commented Dec 16, 2023

We should add support for where().

We just need to wrap DataFrames.jl syntax from this blog post: https://bkamins.github.io/julialang/2023/08/18/selectcolumn.html

@kdpsingh
Copy link
Member Author

Fixed in #75.

where() works anywhere where column selection is needed (and parse_tidy() is used).

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

No branches or pull requests

1 participant