Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ nlargest
Method
nlargest
pandas/core/methods/selectn.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
71
@final
72
def
nlargest(self) -> NDFrameT:
73
return
self.compute(
"nlargest"
)
74
75
@final
76
def
nsmallest(self) -> NDFrameT:
Callers
nothing calls this directly
Calls
1
compute
Method · 0.95
Tested by
no test coverage detected