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

make renaming perform copy in transform and transform! #2721

Merged
merged 10 commits into from
Apr 16, 2021
Merged

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Apr 15, 2021

in transform!(df, :a => :b) we want to make sure that :b column in the resulting data frame is not an alias of :a column as this can lead to hard-to-catch bugs.

@bkamins bkamins added the bug label Apr 15, 2021
@bkamins bkamins added this to the 1.0 milestone Apr 15, 2021
test/select.jl Outdated Show resolved Hide resolved
test/select.jl Show resolved Hide resolved
@bkamins bkamins requested a review from nalimilan April 15, 2021 15:34
src/abstractdataframe/selection.jl Show resolved Hide resolved
src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins merged commit a671a3b into main Apr 16, 2021
@bkamins bkamins deleted the bkamins-patch-1 branch April 16, 2021 11:36
@bkamins
Copy link
Member Author

bkamins commented Apr 16, 2021

Thank you!

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 this pull request may close these issues.

2 participants