MCPcopy
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

modeMethod · 0.95
nuniqueMethod · 0.95
test_dataframe_itemsFunction · 0.95
s3_contextFunction · 0.45
lazify_taskFunction · 0.45
partitionFunction · 0.45
collectFunction · 0.45
dictitemsFunction · 0.45
merge_frequenciesFunction · 0.45
bag_mapFunction · 0.45
map_partitionsFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_dataframe_itemsFunction · 0.76
s3_contextFunction · 0.36
test_read_textFunction · 0.36
test_foldbyFunction · 0.36
test_io_fusionFunction · 0.36
test_from_mapFunction · 0.36
test_itemsFunction · 0.36
test_skiprowsFunction · 0.36
test_commentFunction · 0.36
test_skipfooterFunction · 0.36
test_skiprows_as_listFunction · 0.36