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

add skipmissing to by #1939

Merged
merged 9 commits into from
Sep 4, 2019
Merged

add skipmissing to by #1939

merged 9 commits into from
Sep 4, 2019

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Sep 3, 2019

This change makes by and groupby consistent.
It is marginally breaking as someone in by could have wanted to create column named skipmissing (a similar problem we now have with sort), but I think it is OK to go with it without deprecation period.

@bkamins bkamins added this to the 1.0 milestone Sep 3, 2019
test/grouping.jl Outdated Show resolved Hide resolved
bkamins and others added 2 commits September 3, 2019 22:38
Co-Authored-By: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins
Copy link
Member Author

bkamins commented Sep 3, 2019

Yeah, this is what happens if I think something is simple :(.

@bkamins
Copy link
Member Author

bkamins commented Sep 4, 2019

I have added a documentation of skipmissing to by that I have forgotten to fix earlier. @nalimilan Can you please have a look at it. Thank you.

@bkamins
Copy link
Member Author

bkamins commented Sep 4, 2019

Thank you. I will merge this once CI passes.

@bkamins bkamins merged commit 14d9eb9 into JuliaData:master Sep 4, 2019
@bkamins bkamins deleted the by_skipmissing branch September 4, 2019 14:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants