Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ apply
Method
apply
pandas/core/apply.py:264–265 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
262
263
@abc.abstractmethod
264
def
apply(self) -> DataFrame | Series:
265
pass
266
267
@abc.abstractmethod
268
def
agg_or_apply_list_like(
Callers
15
time_rolling
Method · 0.45
setup
Method · 0.45
test_method
Method · 0.45
time_apply
Method · 0.45
time_apply_user_func
Method · 0.45
time_apply_axis_1
Method · 0.45
time_apply_lambda_mean
Method · 0.45
time_apply_str_mean
Method · 0.45
time_apply_pass_thru
Method · 0.45
time_apply_ref_by_name
Method · 0.45
time_groupby_apply_dict_return
Method · 0.45
time_scalar_function_multi_col
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_method
Method · 0.36