Skip to content

Conversation

rhshadrach
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

I believe these two deprecations are not ready to be enforced, and while we won't enforce in 3.0 we want to keep them as FutureWarnings. With this I plan to move the line items from the 3.0 deprecation issue to the 4.0 issue.

cc @jbrockmendel

@rhshadrach rhshadrach added this to the 3.0 milestone Sep 21, 2025
@rhshadrach rhshadrach added the Deprecate Functionality to remove in pandas label Sep 21, 2025
Comment on lines +9139 to +9140
# TODO: Plan to fix resampling with PeriodIndex instead (#55968)
# see https://github.com/pandas-dev/pandas/pull/62270#issuecomment-3262411892
Copy link
Member

Choose a reason for hiding this comment

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

Should we also update the warning message with something similar? (that it won't be removed if it can be fixed)

Copy link
Member Author

Choose a reason for hiding this comment

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

Seems to me that could encourage users to not use alternatives, which I think is the purpose of keeping the warning with the current behavior.

@rhshadrach rhshadrach added Docs and removed Deprecate Functionality to remove in pandas labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants