Skip to content

Conversation

@rhshadrach
Copy link
Member

Precursor to #46072, where users doing .groupby(...).apply("sum") may get a warning that would not be able to be silenced without passing numeric_only.

@rhshadrach rhshadrach added Bug Groupby Apply Apply, Aggregate, Transform, Map API - Consistency Internal Consistency of API/Behavior labels Mar 23, 2022
@jreback jreback added this to the 1.5 milestone Mar 25, 2022
@jreback jreback merged commit 258cfcc into pandas-dev:main Mar 25, 2022
@jreback
Copy link
Contributor

jreback commented Mar 25, 2022

thanks @rhshadrach

@rhshadrach rhshadrach deleted the apply_str_with_arg branch March 26, 2022 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API - Consistency Internal Consistency of API/Behavior Apply Apply, Aggregate, Transform, Map Bug Groupby

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: groupby.apply doesn't allow passing args/kwargs with a str func

2 participants