You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want this to perfectly emulate Pandas's nlargest/nsmallest then there are some additional complications (inputs must have a defined order to resolve ties, and/or we must be able to track and output duplicate values).
Heap-based topk can compute these indices in O(n log k) time
Reporter: Wes McKinney / @wesm
Assignee: Alexander Ocsa / @aocsa
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-1565. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: