xorbits.pandas.Series.is_monotonic_decreasing#

property Series.is_monotonic_decreasing#

Return boolean if values in the object are monotonically decreasing.

Return type

bool

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