Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_graph__
Method
__dask_graph__
dask/dataframe/dask_expr/_collection.py:546–549 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
544
return
self.__dask_graph__()
545
546
def
__dask_graph__(self):
547
out = self.expr
548
out = out.lower_completely()
549
return
out.__dask_graph__()
550
551
def
__dask_keys__(self):
552
out = self.expr
Callers
15
dask
Method · 0.95
_check_dask
Function · 0.45
assert_sane_keynames
Function · 0.45
_layer
Method · 0.45
to_delayed
Method · 0.45
to_bag
Function · 0.45
test_io_fusion_blockwise
Function · 0.45
test_from_map
Function · 0.45
test_fuse_broadcast_deps
Function · 0.45
test_merge_combine_similar
Function · 0.45
test_persist
Function · 0.45
test_serialization
Function · 0.45
Calls
1
lower_completely
Method · 0.80
Tested by
15
test_io_fusion_blockwise
Function · 0.36
test_from_map
Function · 0.36
test_fuse_broadcast_deps
Function · 0.36
test_merge_combine_similar
Function · 0.36
test_persist
Function · 0.36
test_serialization
Function · 0.36
test_getitem_triggering_unnecessary_alignment
Function · 0.36
test_dataframe_split_every
Function · 0.36
test_dataframe_mode_split_every
Function · 0.36
test_series_split_every
Function · 0.36
test_split_every_lt2
Function · 0.36
test_split_every_lt2_split_out
Function · 0.36