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 sure we use source column only once #2983

Merged
merged 16 commits into from
Jan 18, 2022
Merged

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Jan 6, 2022

fixes #2978

TODO: add NEWS.md after #2981 is merged.

@bkamins bkamins added the bug label Jan 6, 2022
@bkamins bkamins added this to the patch milestone Jan 6, 2022
@bkamins bkamins requested a review from nalimilan January 6, 2022 21:41
@bkamins bkamins changed the title make sure we use source dolumn only once make sure we use source column only once Jan 6, 2022
Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great set of tests!

src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
test/select.jl Outdated Show resolved Hide resolved
test/select.jl Outdated Show resolved Hide resolved
test/select.jl Show resolved Hide resolved
test/select.jl Show resolved Hide resolved
@bkamins
Copy link
Member Author

bkamins commented Jan 12, 2022

@nalimilan - what do we do with this PR?

Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay! How about documenting this in docstrings?

src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
test/select.jl Outdated Show resolved Hide resolved
test/select.jl Show resolved Hide resolved
src/abstractdataframe/selection.jl Outdated Show resolved Hide resolved
test/select.jl Outdated Show resolved Hide resolved
test/select.jl Outdated Show resolved Hide resolved
bkamins and others added 2 commits January 13, 2022 16:18
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins
Copy link
Member Author

bkamins commented Jan 13, 2022

Thank you for careful checking. I have pushed changes in docstring and in comments.

test/select.jl Outdated 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 f48820d into main Jan 18, 2022
@bkamins bkamins deleted the bk/fix_selection_copying branch January 18, 2022 13:29
@bkamins
Copy link
Member Author

bkamins commented Jan 18, 2022

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.

copying of columns in select! and transform!
2 participants