Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __len__
Method
__len__
dask/dataframe/dask_expr/_collection.py:396–397 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
394
return
new_collection(expr.ClearDivisions(self))
395
396
def
__len__(self):
397
return
new_collection(Len(self)).compute()
398
399
@property
400
def
nbytes(self):
Callers
nothing calls this directly
Calls
3
new_collection
Function · 0.90
Len
Class · 0.90
compute
Method · 0.45
Tested by
no test coverage detected