Skip to content

Commit 1eb62b2

Browse files
jit is_monotonic
1 parent d5ed4d8 commit 1eb62b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs_numba/algos.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ def _pad_inplace_with_limit(values: np.ndarray, mask: np.ndarray, limit: int) ->
794794
# val = values[j, i]
795795

796796

797+
@numba.njit
797798
def is_monotonic(arr: np.ndarray) -> tuple[bool, bool, bool]:
798799
"""
799800
Returns

0 commit comments

Comments
 (0)