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

modin.pandas.Index.is_monotonic_decreasing¶

property Index.is_monotonic_decreasing: None[source]¶

Return a boolean if the values are equal or decreasing.

Returns:

Whether the values are equal or decreasing

Return type:

bool

See also

Index.is_monotonic_increasing

Check if the values are equal or increasing