You are viewing documentation about an older version (1.20.0). View latest version

modin.pandas.Index.is_monotonic_increasing

property Index.is_monotonic_increasing: None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.20.0/src/snowflake/snowpark/modin/plugin/extensions/index.py#L288-L303)

Return a boolean if the values are equal or increasing.

Returns:

Whether the values are equal or increasing

Return type:

bool

See also

Index.is_monotonic_decreasing

Check if the values are equal or decreasing

Language: English