hipdf.Series.is_monotonic#
20 min read time
Applies to Linux
- property Series.is_monotonic#
Return boolean if values in the object are monotonically increasing.
This property is an alias for
is_monotonic_increasing
.Returns#
bool