-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEPR: Index.is_monotonic for Index.is_monotonic_increasing #45422
Conversation
mroeschke
commented
Jan 17, 2022
•
edited
Loading
edited
- closes PeriodIndex.is_monotonic only for monotonic increasing #21335
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
@@ -823,7 +823,7 @@ def groups(self) -> dict[Hashable, np.ndarray]: | |||
@cache_readonly | |||
def is_monotonic(self) -> bool: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecate here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try to address this one in another pass. This appears to be a private-ish version for groupby specifically.
closes #21335 i think |
thanks @mroeschke |