Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ size
Method
size
dask/dataframe/dask_expr/_expr.py:107–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
105
106
@property
107
def
size(self):
108
return
Size(self)
109
110
@property
111
def
nbytes(self):
Callers
2
test_groupby_size_drop_columns
Function · 0.45
test_drop_duplicates_meta
Function · 0.45
Calls
1
Size
Class · 0.90
Tested by
2
test_groupby_size_drop_columns
Function · 0.36
test_drop_duplicates_meta
Function · 0.36