On this page
pandas.Series.is_monotonic
- propertySeries.is_monotonic[source]
-
Return boolean if values in the object are monotonically increasing.
Deprecated since version 1.5.0: is_monotonic is deprecated and will be removed in a future version. Use is_monotonic_increasing instead.
- Returns
-
- bool
© 2008–2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.5.0/reference/api/pandas.Series.is_monotonic.html