Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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):
Callers
4
test_groupby_nunique
Function · 0.45
test_simplify_add_suffix_add_prefix
Function · 0.45
test_add_prefix_add_suffix
Function · 0.45
test_add_prefix_add_suffix_axis
Function · 0.45
Calls
1
new_collection
Function · 0.90
Tested by
4
test_groupby_nunique
Function · 0.36
test_simplify_add_suffix_add_prefix
Function · 0.36
test_add_prefix_add_suffix
Function · 0.36
test_add_prefix_add_suffix_axis
Function · 0.36