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

Method explode

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

Source from the content-addressed store, hash-verified

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