Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: Fix some cases of groupby(...).transform with dropna=True Apply Apply, Aggregate, Transform, Map Bug Groupby
#46209 by rhshadrach was merged Mar 7, 2022 Loading… updated Feb 20, 2023
3 tasks done
1.5
CLN: Simplify agg_list_like Apply Apply, Aggregate, Transform, Map Clean Reduction Operations sum, mean, min, max, etc.
#51396 by rhshadrach was merged Feb 15, 2023 Loading… updated Feb 15, 2023
5 tasks
2.0
BUG: Fix agg ingore arg/kwargs when given list like func Apply Apply, Aggregate, Transform, Map
#50863 by luke396 was merged Feb 12, 2023 Loading… updated Feb 13, 2023
4 of 5 tasks
2.0
BUG: .transform(ngroup) for axis=1 grouper Apply Apply, Aggregate, Transform, Map Groupby
#50761 by iofall was merged Jan 24, 2023 Loading… updated Jan 24, 2023
3 tasks done
2.0
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
BUG/TST Added support for empty dictionary when passed to agg for gro… Apply Apply, Aggregate, Transform, Map Bug Groupby Stale
#50192 by eshanja1n was closed Jan 18, 2023 Loading… updated Jan 18, 2023
3 of 5 tasks
BUG: Fix agg with single-element function list given arg and kwargs Apply Apply, Aggregate, Transform, Map Groupby
#50725 by luke396 was closed Jan 18, 2023 Loading… updated Jan 18, 2023
5 tasks done
TST: Determine groupby-transform not convert back type Apply Apply, Aggregate, Transform, Map Groupby Testing pandas testing functions or related to the test suite
#50754 by luke396 was merged Jan 17, 2023 Loading… updated Jan 18, 2023
2 of 5 tasks
2.0
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
#50627 by rhshadrach was merged Jan 16, 2023 Loading… updated Jan 16, 2023
5 tasks done
1.5.3
BUG: idxmin & idxmax axis = 1 str reducer for transform Apply Apply, Aggregate, Transform, Map Bug Groupby
#50329 by iofall was merged Jan 5, 2023 Loading… updated Jan 8, 2023
7 tasks done
2.0
Revised the doc-string for _app_template to bring in line with curren… Apply Apply, Aggregate, Transform, Map Docs
#48613 by DRudel was merged Dec 17, 2022 Loading… updated Dec 17, 2022
1 task done
2.0
DOC: Groupby transform should mention that parameter can be a string Apply Apply, Aggregate, Transform, Map Docs Groupby
#50029 by seanjedi was merged Dec 13, 2022 Loading… updated Dec 13, 2022
5 tasks
2.0
TST: Add test for groupby aggregatation with nested dictionary Apply Apply, Aggregate, Transform, Map Groupby Needs Tests Unit test(s) needed to prevent regressions
#50079 by talukder-sowrov was merged Dec 8, 2022 Loading… updated Dec 8, 2022
5 tasks
2.0
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
#50033 by seanjedi was merged Dec 8, 2022 Loading… updated Dec 8, 2022
2 of 4 tasks
2.0
DEPR: Enforce groupby.transform aligning with input index Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
#50063 by rhshadrach was merged Dec 5, 2022 Loading… updated Dec 6, 2022
5 tasks
2.0
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
#49969 by yuvanist was merged Dec 1, 2022 Loading… updated Dec 1, 2022
4 of 5 tasks
2.0
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
#49928 by meeseeksmachine was merged Nov 27, 2022 Loading… updated Nov 27, 2022 1.5.3
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
#49908 by MarcoGorelli was merged Nov 27, 2022 Loading… updated Nov 27, 2022
5 tasks
1.5.3
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
#49868 by meeseeksmachine was merged Nov 24, 2022 Loading… updated Nov 24, 2022 1.5.3
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
#49864 by rhshadrach was merged Nov 23, 2022 Loading… updated Nov 24, 2022
5 tasks done
1.5.3
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
#49643 by rhshadrach was merged Nov 18, 2022 Loading… updated Nov 18, 2022
5 tasks done
2.0
DEP: Enforce respecting group_keys in groupby.apply Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
#49490 by rhshadrach was merged Nov 8, 2022 Loading… updated Nov 8, 2022
4 of 5 tasks
2.0
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
#49401 by rhshadrach was merged Nov 2, 2022 Loading… updated Nov 3, 2022
4 of 5 tasks
2.0
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
#49375 by rhshadrach was merged Oct 30, 2022 Loading… updated Oct 30, 2022
4 tasks done
2.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.