Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ items
Method
items
dask/dataframe/dask_expr/_collection.py:2720–2722 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2718
2719
@derived_from(pd.DataFrame)
2720
def
items(self):
2721
for
i, name in enumerate(self.columns):
2722
yield
(name, self.iloc[:, i])
2723
2724
@property
2725
def
axes(self):
Callers
15
mode
Method · 0.95
nunique
Method · 0.95
test_dataframe_items
Function · 0.95
s3_context
Function · 0.45
lazify_task
Function · 0.45
partition
Function · 0.45
collect
Function · 0.45
dictitems
Function · 0.45
merge_frequencies
Function · 0.45
unpack_scalar_dask_kwargs
Function · 0.45
bag_map
Function · 0.45
map_partitions
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_dataframe_items
Function · 0.76
s3_context
Function · 0.36
test_read_text
Function · 0.36
test_foldby
Function · 0.36
test_io_fusion
Function · 0.36
test_from_map
Function · 0.36
test_items
Function · 0.36
test_assign_projection_mix
Function · 0.36
test_skiprows
Function · 0.36
test_comment
Function · 0.36
test_skipfooter
Function · 0.36
test_skiprows_as_list
Function · 0.36