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

[BREAKING] Multicolumn transformations for GoupedDataFrame #2481

Merged
merged 28 commits into from
Nov 1, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f409948
part 1 of implementation
bkamins Oct 12, 2020
208a79b
add tests of reordered GroupedDataFrame
bkamins Oct 12, 2020
610dce7
add @inbounds comment
bkamins Oct 12, 2020
96ebb09
support AsTable and multicolumn return values
bkamins Oct 13, 2020
07d7dd3
improve handling of corner cases when mixing transformation
bkamins Oct 14, 2020
0527e77
start rewriting tests
bkamins Oct 14, 2020
c38a33a
finish first round of tests
bkamins Oct 15, 2020
98bd976
update string tests
bkamins Oct 15, 2020
360aee3
update the manual entry
bkamins Oct 15, 2020
27ea3bd
Apply suggestions from code review
bkamins Oct 18, 2020
7ba3204
additional documentation fixes
bkamins Oct 18, 2020
5be5a29
documentation updates - part 2
bkamins Oct 18, 2020
bb02685
add more tests of the new functionality
bkamins Oct 19, 2020
3e05877
refactor split-apply-combine code
bkamins Oct 20, 2020
4014fb4
explain what happens when `sort=false`
bkamins Oct 28, 2020
3a50774
Merge branch 'master' into multicolumn_grouped_transform
bkamins Oct 28, 2020
928463a
Apply suggestions from code review
bkamins Oct 28, 2020
fcdf44e
make sure fun is always Base.Callable
bkamins Oct 28, 2020
fc58ee2
partial application of review comments
bkamins Oct 28, 2020
f119d51
use TransformationResult
bkamins Oct 28, 2020
4fdd34b
move includes to src/DataFrames.jl
bkamins Oct 28, 2020
2fb222d
docstring fixes - round 1
bkamins Oct 28, 2020
06c2906
test cleanup
bkamins Oct 28, 2020
98afe0e
Apply suggestions from code review
bkamins Oct 30, 2020
123bd9f
comments after the review
bkamins Oct 30, 2020
91a2108
Apply suggestions from code review
bkamins Nov 1, 2020
eca8c27
apply comments, sync docstring and manual, update NEWS.md
bkamins Nov 1, 2020
df78848
Apply suggestions from code review
bkamins Nov 1, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading