MCPcopy Create free account
hub / github.com/dask/dask / num_columns

Method num_columns

dask/dataframe/dask_expr/_interchange.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 return self._df.columns
33
34 def num_columns(self) -> int:
35 return len(self._df.columns)
36
37 def num_rows(self) -> int:
38 return len(self._df)

Callers 1

Calls

no outgoing calls

Tested by 1