MCPcopy
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_rollingMethod · 0.45
setupMethod · 0.45
test_methodMethod · 0.45
time_applyMethod · 0.45
time_apply_user_funcMethod · 0.45
time_apply_axis_1Method · 0.45
time_apply_str_meanMethod · 0.45
time_apply_pass_thruMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_methodMethod · 0.36