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

copycols=false #5

Closed
jtrakk opened this issue Mar 4, 2021 · 1 comment
Closed

copycols=false #5

jtrakk opened this issue Mar 4, 2021 · 1 comment

Comments

@jtrakk
Copy link

jtrakk commented Mar 4, 2021

Nearly always when I'm using DataFrames functions, I pass copycols=false for the large speed boost. I am not concerned about this reducing safety because I never mutate columns in place.

I propose

transmute(df, args...) = transform(df, args...; copycols=false)
@xiaodaigh
Copy link
Owner

transmute only keep the columns used in args right? I don't think this is relevant here. Please re-open if u can clarify what's happening.

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

2 participants