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

More flexible Not column selector #3288

Closed
adienes opened this issue Feb 12, 2023 · 2 comments
Closed

More flexible Not column selector #3288

adienes opened this issue Feb 12, 2023 · 2 comments
Labels
Milestone

Comments

@adienes
Copy link

adienes commented Feb 12, 2023

w.r.t. https://julialang.slack.com/archives/C674VR0HH/p1676216308408839

Possibly Not could be expanded to take multiple column selectors such that

Not(args...; kwargs...)

Is equivalent to

Not(Cols(args...; kwargs...))
@bkamins bkamins added this to the 1.6 milestone Feb 12, 2023
@bkamins
Copy link
Member

bkamins commented Feb 12, 2023

This is reasonable. I need to think how to best design it.

@bkamins
Copy link
Member

bkamins commented Jun 18, 2023

This is now added on main. The only limitation is that we do not support kwarg part, but I think it is sufficient so I am closing it. If you feel we should add something more please comment.

x-ref: #3302

@bkamins bkamins closed this as completed Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants