MCPcopy Index your code
hub / github.com/dask/dask / apply

Method apply

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

Source from the content-addressed store, hash-verified

393 return Mask(self, cond=cond, other=other)
394
395 def apply(self, function, *args, meta=None, **kwargs):
396 return Apply(self, function, args, meta, kwargs)
397
398 def replace(self, to_replace=None, value=no_default, regex=False):
399 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