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

Method apply

dask/dataframe/dask_expr/_expr.py:396–397  ·  view source on GitHub ↗
(self, function, *args, meta=None, **kwargs)

Source from the content-addressed store, hash-verified

394 return Mask(self, cond=cond, other=other)
395
396 def apply(self, function, *args, meta=None, **kwargs):
397 return Apply(self, function, args, meta, kwargs)
398
399 def replace(self, to_replace=None, value=no_default, regex=False):
400 return Replace(self, to_replace=to_replace, value=value, regex=regex)

Callers 15

idxmaxmin_combineFunction · 0.45
_groupby_slice_applyFunction · 0.45
_groupby_slice_transformFunction · 0.45
_cov_chunkFunction · 0.45
_cov_aggFunction · 0.45
_build_agg_args_listFunction · 0.45
applyFunction · 0.45
test_analyzeFunction · 0.45
test_groupby_group_keysFunction · 0.45
test_groupby_applyFunction · 0.45

Calls 1

ApplyClass · 0.85

Tested by 15

test_analyzeFunction · 0.36
test_groupby_group_keysFunction · 0.36
test_groupby_applyFunction · 0.36
test_apply_divisionsFunction · 0.36
test_groupby_apply_argsFunction · 0.36
test_rolling_applyFunction · 0.36
test_size_optimizedFunction · 0.36