pandas.Series.is_monotonic

property Series.is_monotonic[source]

Return boolean if values in the object are monotonically increasing.

Deprecated since version 1.5.0: is_monotonic is deprecated and will be removed in a future version. Use is_monotonic_increasing instead.

Returns:
bool