MCPcopy 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
41class DaskColumn:

Callers 1

Calls

no outgoing calls

Tested by 1