Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ explode
Method
explode
dask/dataframe/dask_expr/_collection.py:4455–4456 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4453
4454
@derived_from(pd.Series)
4455
def
explode(self):
4456
return
new_collection(expr.ExplodeSeries(self))
4457
4458
@derived_from(pd.Series)
4459
def
add_prefix(self, prefix):
Callers
9
test_series_explode
Function · 0.95
_nunique_df_chunk
Function · 0.45
_nunique_df_combine
Function · 0.45
_unique_aggregate
Function · 0.45
test_unique
Function · 0.45
test_explode
Function · 0.45
test_explode_simplify
Function · 0.45
test_groupby_unique
Function · 0.45
test_dataframe_explode
Function · 0.45
Calls
1
new_collection
Function · 0.90
Tested by
6
test_series_explode
Function · 0.76
test_unique
Function · 0.36
test_explode
Function · 0.36
test_explode_simplify
Function · 0.36
test_groupby_unique
Function · 0.36
test_dataframe_explode
Function · 0.36