Skip to content
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: by_row="compat" in DataFrame.apply and Series.apply #56750

Closed
wants to merge 2 commits into from

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.

Followup to #53400. Fell off my radar that this needed to be deprecated. Will only be able to specify by_row=False in 3.0, and then the argument will be removed in 4.0.

cc @topper-123

@rhshadrach rhshadrach added Deprecate Functionality to remove in pandas Apply Apply, Aggregate, Transform, Map labels Jan 5, 2024
@rhshadrach rhshadrach added this to the 2.2 milestone Jan 5, 2024
@rhshadrach
Copy link
Member Author

rhshadrach commented Jan 6, 2024

🤦 I forgot there is opposition with enforcing this deprecation in #52140.

@rhshadrach rhshadrach closed this Jan 6, 2024
@rhshadrach rhshadrach deleted the depr_apply_by_row branch February 14, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant