ENH/PERF: dispatch is_monotonic_increasing / decreasing ? #56619
Labels
ExtensionArray
Extending pandas with custom dtypes or arrays.
Needs Discussion
Requires discussion from core team before further action
Performance
Memory or execution speed performance
Is it worth dispatching
is_monotonic_increasing
/is_monotonic_decreasing
for EAs?The cython implemention is early-stopping, but the benefit disappears if the data needs to be copied into an object array as in the example below:
random order example with cython early-stopping:
The text was updated successfully, but these errors were encountered: