Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ simplify
Method
simplify
dask/dataframe/dask_expr/_collection.py:550–551 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
548
return
out.__dask_keys__()
549
550
def
simplify(self):
551
return
new_collection(self.expr.simplify())
552
553
def
lower_once(self):
554
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