Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
group_split #97
group_split #97
Changes from 11 commits
9dfd97e
b87b8dc
ef56220
ea64437
2da015c
5b42673
1ac4299
3c9648b
c12ec7a
9f22be8
dee22e5
4b7565e
5a55e7a
1de8c85
81a3ee8
9c1cbeb
1ea5829
c7585e3
2d52d99
9347b5d
332e30e
0fb669a
b2a7e3d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does
group_col
get eliminated after the splitting?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have simplified this to make it more obvious, but
group_col
the object never gets added to the table itself. I have added the .keep option to drop the original columns, however.Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.