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 findcols #3235

Open
bkamins opened this issue Dec 3, 2022 · 1 comment · May be fixed by #3389
Open

Add findcols #3235

bkamins opened this issue Dec 3, 2022 · 1 comment · May be fixed by #3389
Labels
Milestone

Comments

@bkamins
Copy link
Member

bkamins commented Dec 3, 2022

What do you think about adding the following function:

findcols(predicate, df::AbstractDataFrame) = findall(predicate, eachcol(df))

Maybe such function would be more readable than using predicate.(eachcol(df)) for column selection?

@bkamins bkamins added the feature label Dec 3, 2022
@bkamins bkamins added this to the 1.5 milestone Dec 3, 2022
@bkamins
Copy link
Member Author

bkamins commented Dec 4, 2022

x-ref #2508

@bkamins bkamins modified the milestones: 1.5, 1.6 Feb 5, 2023
@bkamins bkamins modified the milestones: 1.6, 1.7 Jul 10, 2023
@bkamins bkamins linked a pull request Oct 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant