Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.is_monotonic_increasing

Series.is_monotonic_increasing

Return boolean if values in the object are monotonic_increasing

New in version 0.19.0.

Returns:is_monotonic : boolean
Scroll To Top