pandas.Series.is_monotonic_decreasing

property Series.is_monotonic_decreasing[source]

Return boolean if values in the object are monotonically decreasing.

Returns:
bool