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

Method add_prefix

dask/dataframe/dask_expr/_collection.py:4459–4460  ·  view source on GitHub ↗
(self, prefix)

Source from the content-addressed store, hash-verified

4457
4458 @derived_from(pd.Series)
4459 def add_prefix(self, prefix):
4460 return new_collection(expr.AddPrefixSeries(self, prefix))
4461
4462 @derived_from(pd.Series)
4463 def add_suffix(self, suffix):

Calls 1

new_collectionFunction · 0.90

Tested by 4

test_groupby_nuniqueFunction · 0.36