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

Method explode

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

Source from the content-addressed store, hash-verified

4434
4435 @derived_from(pd.Series)
4436 def explode(self):
4437 return new_collection(expr.ExplodeSeries(self))
4438
4439 @derived_from(pd.Series)
4440 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