MCPcopy Create free account
hub / github.com/dask/dask / __dask_graph__

Method __dask_graph__

dask/dataframe/dask_expr/_collection.py:540–543  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

538 return self.__dask_graph__()
539
540 def __dask_graph__(self):
541 out = self.expr
542 out = out.lower_completely()
543 return out.__dask_graph__()
544
545 def __dask_keys__(self):
546 out = self.expr

Callers 15

daskMethod · 0.95
_check_daskFunction · 0.45
assert_sane_keynamesFunction · 0.45
_layerMethod · 0.45
to_delayedMethod · 0.45
to_bagFunction · 0.45
test_io_fusion_blockwiseFunction · 0.45
test_from_mapFunction · 0.45
test_fuse_broadcast_depsFunction · 0.45
test_persistFunction · 0.45
test_serializationFunction · 0.45

Calls 1

lower_completelyMethod · 0.80

Tested by 15

test_io_fusion_blockwiseFunction · 0.36
test_from_mapFunction · 0.36
test_fuse_broadcast_depsFunction · 0.36
test_persistFunction · 0.36
test_serializationFunction · 0.36
test_series_split_everyFunction · 0.36
test_split_every_lt2Function · 0.36