Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_keys__
Method
__dask_keys__
dask/dataframe/dask_expr/_expr.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
return
0
92
93
def
__dask_keys__(self):
94
return
[(self._name, i)
for
i in range(self.npartitions)]
95
96
def
optimize(self, **kwargs):
97
return
optimize(self, **kwargs)
Callers
14
_layer
Method · 0.45
_layer
Method · 0.45
_layer
Method · 0.45
_layer
Method · 0.45
_layer
Method · 0.45
to_bag
Function · 0.45
_layer
Method · 0.45
test_pyarrow_filesystem_serialize
Function · 0.45
test_read_csv_index
Function · 0.45
test_from_delayed_to_dask_array
Function · 0.45
test_shuffle_empty_partitions
Function · 0.45
test_repartition_partition_size
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_pyarrow_filesystem_serialize
Function · 0.36
test_read_csv_index
Function · 0.36
test_from_delayed_to_dask_array
Function · 0.36
test_shuffle_empty_partitions
Function · 0.36
test_repartition_partition_size
Function · 0.36
test_hash_split_unique
Function · 0.36
check_and_return
Function · 0.36