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

Function apply

dask/dataframe/methods.py:58–61  ·  view source on GitHub ↗
(df, *args, **kwargs)

Source from the content-addressed store, hash-verified

56
57@_deprecated_kwarg("convert_dtype", None)
58def apply(df, *args, **kwargs):
59 with check_convert_dtype_deprecation():
60 with check_apply_dataframe_deprecation():
61 return df.apply(*args, **kwargs)
62
63
64def try_loc(df, iindexer, cindexer=None):

Callers

nothing calls this directly

Calls 3

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…