Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ column_names
Method
column_names
dask/dataframe/dask_expr/_interchange.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
return
[DaskColumn(self._df[name])
for
name in self._df.columns]
30
31
def
column_names(self):
32
return
self._df.columns
33
34
def
num_columns(self) -> int:
35
return
len(self._df.columns)
Callers
1
test_interchange_protocol
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_interchange_protocol
Function · 0.64