Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
nlargest
Method · 0.95
nsmallest
Method · 0.95
test_dask
Function · 0.45
test_dask_ufunc
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_dask
Function · 0.36
test_dask_ufunc
Function · 0.36