-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF: Implement groupby idxmax/idxmin in Cython (#54234)
* PERF: Implement groupby idxmax/idxmin in Cython * Update docs * Add ASVs * mypy fixup * Refinements * Revert * Rework * Refinements * fixup * Fixup, show stderr in ASVs * Remove idxmin/idxmax from numba ASVs * WIP * WIP * Rework * Rework * fixup * whatsnew * refinements * cleanup * fixup type-hints in groupby.pyi * Use mask instead of sentinel * fixup * fixup * fixup * seen -> unobserved; add assert * Rework * cleanup * Fixup * fixup * Refinements * fixup * fixup * WIP * Avoid _maybe_mask_result * Add assert
- Loading branch information
1 parent
ff5cae7
commit ccca5df
Showing
14 changed files
with
299 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.