MCPcopy
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_explodeFunction · 0.95
_nunique_df_chunkFunction · 0.45
_nunique_df_combineFunction · 0.45
_unique_aggregateFunction · 0.45
test_uniqueFunction · 0.45
test_explodeFunction · 0.45
test_explode_simplifyFunction · 0.45
test_groupby_uniqueFunction · 0.45
test_dataframe_explodeFunction · 0.45

Calls 1

new_collectionFunction · 0.90

Tested by 6

test_series_explodeFunction · 0.76
test_uniqueFunction · 0.36
test_explodeFunction · 0.36
test_explode_simplifyFunction · 0.36
test_groupby_uniqueFunction · 0.36
test_dataframe_explodeFunction · 0.36