Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ chunk
Method
chunk
dask/dataframe/dask_expr/_groupby.py:301–302 ·
view source on GitHub ↗
(cls, df, *by, **kwargs)
Source
from the content-addressed store, hash-verified
299
300
@classmethod
301
def
chunk(cls, df, *by, **kwargs):
302
return
_apply_chunk(df, *by, **kwargs)
303
304
@classmethod
305
def
aggregate(cls, inputs, **kwargs):
Callers
nothing calls this directly
Calls
1
_apply_chunk
Function · 0.90
Tested by
no test coverage detected