-
Notifications
You must be signed in to change notification settings - Fork 55
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
Dropping multiple columns #275
Comments
Yes, you can wrap it in
This is ugly syntax, but soon |
Also note you can just write In DataFrames.jl we try to ensure that what provide is fully composable. Here - it means that you can throw ANY column selector as an argumen to |
ref #283 |
Closed to focus on #283 |
Is there a way of dropping multiple columns with
@chain
?For example, I could chain multiple calls to
select
and that would work:But I was wondering if there is a cleaner way of doing it, maybe with
@select
?The text was updated successfully, but these errors were encountered: