xorbits.pandas.Series.is_monotonic_increasing#

property Series.is_monotonic_increasing#

Return boolean if values in the object are monotonically increasing.

Return type

bool

This docstring was copied from pandas.core.series.Series.