Skip to content

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Jan 17, 2022

@mroeschke mroeschke added the Deprecate Functionality to remove in pandas label Jan 17, 2022
@@ -823,7 +823,7 @@ def groups(self) -> dict[Hashable, np.ndarray]:
@cache_readonly
def is_monotonic(self) -> bool:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deprecate here too?

Copy link
Member Author

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.

@jbrockmendel
Copy link
Member

closes #21335 i think

@jreback jreback merged commit acd7218 into pandas-dev:main Jan 23, 2022
@jreback
Copy link
Contributor

jreback commented Jan 23, 2022

thanks @mroeschke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PeriodIndex.is_monotonic only for monotonic increasing
3 participants