pandas.core.groupby.SeriesGroupBy.is_monotonic_decreasing

SeriesGroupBy.is_monotonic_decreasing

Return boolean if values in the object are monotonic_decreasing.

New in version 0.19.0.

Returns:
is_monotonic_decreasing : boolean
Scroll To Top