-
Notifications
You must be signed in to change notification settings - Fork 370
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 filtercols and filtercols! #2508
Comments
@nalimilan @bkamins This looks interesting. Can I work on this? |
sure - just make sure to understand the API of |
ah - and |
And the last thing - maybe wait for 0.22 release before opening a PR. Then you will be sure that you are working on a clean master (of course you can start implementation now if you want; 0.22 should be tagged this week). Finally - have a look at https://github.com/JuliaData/DataFrames.jl/blob/master/CONTRIBUTING.md, as following this will speed up the review process. |
I'll have a look at |
I don't know if that's reasonable wrt orthogonality and API, but I would have liked to have |
Now the pattern for this is:
I understand you find Note that you would need to write:
though. |
Ah, indeed, I didn't think it would be so short with
so the point of |
Yes, the original point is that |
We have
mapcols
so we can consider addingfiltercols
(withview
kwarg) andfiltercols!
that would work likefilter
but would filter columns. There is no rush to add this.The text was updated successfully, but these errors were encountered: