modin.pandas.Series.is_monotonic_decreasing¶
- property Series.is_monotonic_decreasing[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/series.py#L2500-L2506)¶
Return boolean if values in the object are monotonically decreasing.
- Returns:
Whether or not the Series is monotonically decreasing.
- Return type:
bool
Examples