You are viewing documentation about an older version (1.19.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.19.0/src/snowflake/snowpark/modin/plugin/extensions/index.py#L287-L302)

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