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
Introduce basic "cudf" backend for Dask Expressions #14805
Introduce basic "cudf" backend for Dask Expressions #14805
Changes from all commits
0da06d0
3a4a5a0
675964c
b26c270
b6a4cac
a6ee37a
40687bd
04a1b24
b582d16
9cd5c0b
eb9fc88
61fae84
92a36d5
4fd7db4
c3d69f9
ed11879
7b984b2
ef1f82a
dd32b2a
8b1da68
befc090
8850093
bcdd924
78975a4
399f618
c01002b
32d75fe
90defeb
b43e7a2
4df89a0
08e5761
c3f61e8
58a3350
b385950
880e999
fdc59a0
793b56e
838a897
59e9b8b
0aacea6
916a0e4
6a4bbae
9e296ff
3a2beb4
b28b816
c9f522d
68be23c
542f696
a271851
20d6f31
e922d46
2634419
8e8005b
c75e3b6
f417619
5cd5b5e
976144e
13a7d5a
3485237
706c55b
5f1fc47
2046aa8
dd9faf7
146fd7d
6de8946
65dd6ad
d0118ec
1a8eabe
e68d107
faa54fc
569d01f
ccf14fd
1ace543
f7cd393
2091cb0
d741963
0334951
286f60e
6844647
18c6dbf
d8f77e9
8c60154
0d5f6e7
ae44004
5a6b1c2
ed9d2aa
bdf6fdc
4f2fa9f
d9d077f
e51ebcc
8a584c2
15c6b23
3475276
da4422a
a2ad915
f536837
7614926
d3a97c7
daafd09
02547e9
e2ed6ff
f4baec8
ef2fefc
c9087ba
25f8d2b
47392c3
481c655
576a601
026b98b
67f8be9
9db0b5f
f6aa070
4a0763f
be88773
32bfff3
79a32d3
185b506
ac4b9f0
a681fa8
ff4e438
363d203
78be3f9
a330d06
2a3dd01
6d8e7ac
7e57099
cfb67cb
dddd130
4432a4d
3dfd819
738d940
fef0d67
d222235
acaf920
29977b0
fcd4f06
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.
question (non-blocking): What are the things that you might otherwise group on that we don't support?
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 think this is mostly guarding against a
pd.Grouper
argument.