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