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

Method compute

pandas/core/methods/selectn.py:68–69  ·  view source on GitHub ↗
(self, method: str)

Source from the content-addressed store, hash-verified

66 raise ValueError('keep must be either "first", "last" or "all"')
67
68 def compute(self, method: str) -> NDFrameT:
69 raise NotImplementedError
70
71 @final
72 def nlargest(self) -> NDFrameT:

Callers 4

nlargestMethod · 0.95
nsmallestMethod · 0.95
test_daskFunction · 0.45
test_dask_ufuncFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_daskFunction · 0.36
test_dask_ufuncFunction · 0.36