You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jbrockmendel I guess you would like to check out pandas 0.23.0 documentation where it is stated that series.is_monotonic returns boolean if values in the object are monotonic_increasing.
If you want to check the monotnicity of the series, how about using this: >>> pi[::-1].is_monotonic_increasing or pi[::-1].is_monotonic_increasing
toobaz
added
Index
Related to the Index class or subclasses
and removed
Indexing
Related to indexing on series/frames, not to indexes themselves
labels
Jun 29, 2019
The text was updated successfully, but these errors were encountered: