Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ simplify
Method
simplify
dask/dataframe/dask_expr/_collection.py:556–557 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
554
return
out.__dask_keys__()
555
556
def
simplify(self):
557
return
new_collection(self.expr.simplify())
558
559
def
lower_once(self):
560
return
new_collection(self.expr.lower_once({}))
Callers
15
test_resample_apis
Function · 0.45
test_resample_agg
Function · 0.45
test_parquet_len_filter
Function · 0.45
test_simplify
Function · 0.45
test_from_array
Function · 0.45
test_shuffle_column_projection
Function · 0.45
test_shuffle_reductions
Function · 0.45
test_shuffle_reductions_after_projection
Function · 0.45
test_shuffle_filter_pushdown
Function · 0.45
test_sort_values_avoid_overeager_filter_pushdown
Function · 0.45
test_set_index_filter_pushdown
Function · 0.45
test_get_categories_simplify_adds_projection
Function · 0.45
Calls
1
new_collection
Function · 0.90
Tested by
15
test_resample_apis
Function · 0.36
test_resample_agg
Function · 0.36
test_parquet_len_filter
Function · 0.36
test_simplify
Function · 0.36
test_from_array
Function · 0.36
test_shuffle_column_projection
Function · 0.36
test_shuffle_reductions
Function · 0.36
test_shuffle_reductions_after_projection
Function · 0.36
test_shuffle_filter_pushdown
Function · 0.36
test_sort_values_avoid_overeager_filter_pushdown
Function · 0.36
test_set_index_filter_pushdown
Function · 0.36
test_get_categories_simplify_adds_projection
Function · 0.36