MCPcopy
hub / github.com/pandas-dev/pandas / func

Method func

pandas/core/frame.py:13555–13557  ·  view source on GitHub ↗
(values: np.ndarray)

Source from the content-addressed store, hash-verified

13553 axis = self._get_axis_number(axis)
13554
13555 def func(values: np.ndarray):
13556 # We only use this in the case that operates on self.values
13557 return op(values, axis=axis, skipna=skipna, **kwds)
13558
13559 def blk_func(values, axis: Axis = 1):
13560 if isinstance(values, ExtensionArray):

Callers

nothing calls this directly

Calls 1

opFunction · 0.85

Tested by

no test coverage detected