modin.pandas.Series.is_monotonic_decreasing¶
- property Series.is_monotonic_decreasing: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/series.py#L2482-L2487)¶
Return boolean if values in the object are monotonically decreasing.
- Returns:
Whether or not the Series is monotonically decreasing.
- Return type:
bool
Examples