Skip to content

BUG, DEPR, PERF: GroupBy aggregations #52128

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

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Mar 22, 2023

The BUG is failing to raise for dt64/period 'var'
The DEPR is for Groupby.any/all, which we already deprecated for Series/DataFrame with these dtypes
The PERF is for Categorical dtype raising cases, raising directly instead of going through the (copy-making) agg_py_fallback path

@mroeschke mroeschke added Datetime Datetime data dtype Groupby Performance Memory or execution speed performance Period Period data type Categorical Categorical Data Type labels Mar 23, 2023
@mroeschke mroeschke added this to the 2.1 milestone Mar 23, 2023
@mroeschke mroeschke merged commit 1c1b158 into pandas-dev:main Mar 23, 2023
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the perf-cat-raise branch March 23, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Categorical Categorical Data Type Datetime Datetime data dtype Groupby Performance Memory or execution speed performance Period Period data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants