-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: Fix some cases of groupby(...).transform with dropna=True Apply Apply, Aggregate, Transform, Map Bug Groupby
CLN: Simplify agg_list_like Apply Apply, Aggregate, Transform, Map Clean Reduction Operations sum, mean, min, max, etc.
BUG: inconsistent DataFrame.agg behavoir when passing as kwargs numeric_only=True Apply Apply, Aggregate, Transform, Map Stale
#49534 by thlautenschlaeger was closed Jan 23, 2023 Loading… updated Jan 23, 2023
5 tasks done
REGR: NumPy func warning when dropping nuisance in agg, apply, transform Apply Apply, Aggregate, Transform, Map Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Regression Functionality that used to work in a prior pandas version Warnings Warnings that appear or should be added to pandas
TST: Add test for groupby aggregatation with nested dictionary Apply Apply, Aggregate, Transform, Map Groupby Needs Tests Unit test(s) needed to prevent regressions
TST: adding new test for groupby cumsum with named aggregate Apply Apply, Aggregate, Transform, Map Groupby Needs Tests Unit test(s) needed to prevent regressions Timedelta Timedelta data type
DEPR: Enforce groupby.transform aligning with input index Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
Bug: Don't intercept TypeError in DataFrame.agg Apply Apply, Aggregate, Transform, Map Clean Stale
#49505 by sarvaSanjay was closed Dec 5, 2022 Loading… updated Dec 5, 2022
4 tasks
BUG: Avoid intercepting TypeError in DataFrame.agg Apply Apply, Aggregate, Transform, Map Error Reporting Incorrect or improved errors from pandas
Backport PR #49908 on branch 1.5.x ( BUG: SeriesGroupBy.apply sets name attribute if result is DataFrame) Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version
BUG: SeriesGroupBy.apply sets name attribute if result is DataFrame Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version
Backport PR #49864 on branch 1.5.x (REGR: DataFrameGroupBy.transform with reducer and as_index=False returns null values) Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version
REGR: DataFrameGroupBy.transform with reducer and as_index=False returns null values Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version
BUG: groupby.describe with as_index=False incorrect Apply Apply, Aggregate, Transform, Map Bug Groupby Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply
DEP: Enforce respecting group_keys in groupby.apply Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
DEPR: Enforce deprecation of silent dropping of nuisance columns in agg_list_like Apply Apply, Aggregate, Transform, Map DataFrame DataFrame data structure Deprecate Functionality to remove in pandas
DEPR: Enforce deprecation of partial failure in transform for lists/dicts Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply
ProTip! Type g i on any issue or pull request to go back to the issue listing page.