You are viewing documentation about an older version (1.21.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.21.0/src/snowflake/snowpark/modin/plugin/extensions/index.py#L290-L305)

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

语言: 中文