Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ num_rows
Method
num_rows
dask/dataframe/dask_expr/_interchange.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
return
len(self._df.columns)
36
37
def
num_rows(self) -> int:
38
return
len(self._df)
39
40
41
class
DaskColumn:
Callers
1
test_interchange_protocol
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_interchange_protocol
Function · 0.36