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

Function apply

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

applyMethod · 0.45

Tested by

no test coverage detected