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

Use list of columns for methods in Groupby.pyx #10419

Merged
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a512745
Remove stale cuda version check
isVoid Mar 8, 2022
ca884d5
groupby.groups refactor
isVoid Mar 9, 2022
6666d1b
Refactor shift
isVoid Mar 9, 2022
0a5545d
replace_nulls refactor
isVoid Mar 9, 2022
286fb88
Storing only lists of keys in cython object
isVoid Mar 9, 2022
9adb436
Minimal aggregate API, some TODO notes
isVoid Mar 9, 2022
75c39c3
Rewrites normalized aggs
isVoid Mar 10, 2022
d94d4d3
list of columns passed as `values` argument
isVoid Mar 11, 2022
792c653
Add aggregate docstring
isVoid Mar 11, 2022
8ee3eb9
auto reuse column names in _from_columns_like_self, optimize post pro…
isVoid Mar 11, 2022
1ff18b5
Merge branch 'branch-22.04' of github.com:rapidsai/cudf into improvem…
isVoid Mar 11, 2022
33cb056
Only docstring changes from review comments
isVoid Mar 14, 2022
75b218e
Use canonical for-loop strucutre
isVoid Mar 14, 2022
f6291c5
Reverting some usage of `_from_columns_like_self`.
isVoid Mar 14, 2022
6e35453
Eliminate value->grouped_value->value no-op procedure in diff and fil…
isVoid Mar 14, 2022
a98acae
Add parenthesis
isVoid Mar 14, 2022
7288c17
Applying the simpler aggs unpacking pattern
isVoid Mar 14, 2022
a202cd5
Canonical unequal
isVoid Mar 14, 2022
2903711
Applied a better comprehension technique at constructing aggregation …
isVoid Mar 15, 2022
fa9cae5
Apply suggestions from code review
isVoid Mar 15, 2022
c5ff0d8
Update python/cudf/cudf/_lib/groupby.pyx
isVoid Mar 15, 2022
f7f8739
Cleanups after applying code review suggestions; Use pointer to vecto…
isVoid Mar 15, 2022
7f82f8a
Move comments to correct location
isVoid Mar 15, 2022
6b9e7f2
Update python/cudf/cudf/_lib/groupby.pyx
isVoid Mar 15, 2022
a78355c
Remove nested `any`, `all` calls
isVoid Mar 15, 2022
612b165
Update python/cudf/cudf/core/groupby/groupby.py
isVoid Mar 15, 2022
4d83f4e
Fixing nested comprehension order
isVoid Mar 15, 2022
0335aab
Remove list materialization
isVoid Mar 16, 2022
5fe87bb
Precise type hints for agg types.
isVoid Mar 16, 2022
f605f81
Swapping dict branches with non-dict branches, requires some typing f…
isVoid Mar 16, 2022
978491c
Use forward declaration of type to avoid circular import
isVoid Mar 16, 2022
0175610
Accepting iterable of aggs input
isVoid Mar 16, 2022
9dedfb7
style fixes
isVoid Mar 16, 2022
1aa5e40
Update python/cudf/cudf/_lib/groupby.pyx
isVoid Mar 16, 2022
9b6a814
Rename `column_order`
isVoid Mar 16, 2022
70cd23e
Merge branch 'improvement/ListOfColumnRefactor/groupby' of github.com…
isVoid Mar 16, 2022
0bdc462
Rename `c_result_i`
isVoid Mar 16, 2022
64c7815
type annotation for series/dataframe groupby obj
isVoid Mar 16, 2022
61576e4
Update python/cudf/cudf/core/groupby/groupby.py
isVoid Mar 17, 2022
a805123
Use cdef blocks to improve readability; remove unused variable
isVoid Mar 18, 2022
494934c
Merge branch 'improvement/ListOfColumnRefactor/groupby' of github.com…
isVoid Mar 18, 2022
373ed05
Merge remote-tracking branch 'upstream/branch-22.04' into improvement…
bdice Mar 18, 2022
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