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