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

API/BUG: .apply will correctly infer output shape when axis=1 API Design Apply Apply, Aggregate, Transform, Map Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#18577 by jreback was merged Feb 7, 2018 Loading… updated Feb 7, 2018 0.23.0
11
76
DOC: some clean-up of the apply docs (follow-up #18577) Apply Apply, Aggregate, Transform, Map Docs
#19573 by jorisvandenbossche was merged Feb 8, 2018 Loading… updated Feb 8, 2018 0.23.0
BUG: Fixed NDFrame.transform('abs') Apply Apply, Aggregate, Transform, Map Regression Functionality that used to work in a prior pandas version
#20800 by TomAugspurger was merged Apr 25, 2018 Loading… updated Apr 25, 2018 0.23.0
Add option for alternative correlation types to DataFrame.corrwith() Apply Apply, Aggregate, Transform, Map Enhancement
#21941 by samwaterbury was closed Aug 5, 2018 Loading… updated Aug 5, 2018
2 tasks done
BUG: DataFrame.apply not adding a frequency if freq=None (#22150) Apply Apply, Aggregate, Transform, Map Frequency DateOffsets
#22561 by HannahFerch was merged Sep 18, 2018 Loading… updated Sep 18, 2018
4 tasks done
0.24.0
TST: Add a regression test for the timezone issue Apply Apply, Aggregate, Transform, Map Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
#29097 by grigoriosgiann was merged Oct 20, 2019 Loading… updated Oct 20, 2019
4 tasks done
1.0.0
TST: Test named aggregations with functions Apply Apply, Aggregate, Transform, Map Testing pandas testing functions or related to the test suite
#29262 by gfyoung was merged Oct 29, 2019 Loading… updated Oct 29, 2019 1.0.0
REF: make FrameApply less stateful, no self.results Apply Apply, Aggregate, Transform, Map Clean
#29585 by jbrockmendel was merged Nov 14, 2019 Loading… updated Nov 14, 2019 1.0.0
CLN: no longer need to catch AttributeError, IndexError Apply Apply, Aggregate, Transform, Map Clean
#29591 by jbrockmendel was merged Nov 14, 2019 Loading… updated Nov 14, 2019 1.0.0
REF: eliminate statefulness in FrameApply Apply Apply, Aggregate, Transform, Map
#29620 by jbrockmendel was merged Nov 15, 2019 Loading… updated Nov 15, 2019 1.0.0
REF: de-duplicate piece of DataFrame._reduce Apply Apply, Aggregate, Transform, Map Refactor Internal refactoring of code
#29830 by jbrockmendel was merged Nov 25, 2019 Loading… updated Nov 25, 2019 1.0.0
values=['c'] returns aggfunc on all columns, instead of just the passed column Apply Apply, Aggregate, Transform, Map
#29081 by quanghm was closed Jan 1, 2020 Loading… updated Jan 1, 2020
1 task
REGR: fix non-reduction apply with tz-aware objects Apply Apply, Aggregate, Transform, Map Regression Functionality that used to work in a prior pandas version
#31614 by jorisvandenbossche was merged Feb 5, 2020 Loading… updated Feb 5, 2020 1.0.1
BUG: Fix DataFrame.apply(..., raw=True) not calling with raw array Apply Apply, Aggregate, Transform, Map Bug
#32425 by kernc was merged Mar 14, 2020 Loading… updated Mar 16, 2020
5 tasks done
1.1
ERR: Better error message for missing columns in aggregate Apply Apply, Aggregate, Transform, Map Error Reporting Incorrect or improved errors from pandas
#32836 by JDTruj2018 was merged Mar 22, 2020 Loading… updated Mar 29, 2020
5 tasks done
1.1
BUG: Fix issue with apply on empty DataFrame Apply Apply, Aggregate, Transform, Map
#28213 by dsaxton was merged Sep 20, 2019 Loading… updated Apr 9, 2020 1.0.0
BUG: Allow apply of ufunc over Series of list-like Apply Apply, Aggregate, Transform, Map Bug Numeric Operations Arithmetic, Comparison, and Logical operations
#33496 by dsaxton was closed Apr 13, 2020 Loading… updated Apr 13, 2020
5 tasks
ENH: Add numba engine to groupby.transform Apply Apply, Aggregate, Transform, Map Enhancement Groupby
#32854 by mroeschke was merged Apr 16, 2020 Loading… updated Apr 16, 2020
4 tasks done
1.1
ENH: Add numba engine to groupby.aggregate Apply Apply, Aggregate, Transform, Map Enhancement Groupby
#33388 by mroeschke was merged Apr 26, 2020 Loading… updated Apr 26, 2020
4 tasks done
1.1
BUG: fix DataFrame.apply returning wrong result when dealing with dtype (#28773) Apply Apply, Aggregate, Transform, Map Dtype Conversions Unexpected or buggy dtype conversions
#30304 by Reksbril was closed May 22, 2020 Loading… updated May 22, 2020
5 tasks done
BUG: apply() fails on some value types Apply Apply, Aggregate, Transform, Map Bug
#34812 by Veronur was merged Jun 19, 2020 Loading… updated Jun 19, 2020
5 tasks done
1.1
TST: groupby apply called multiple times Apply Apply, Aggregate, Transform, Map Groupby Testing pandas testing functions or related to the test suite
#34897 by Rohith295 was merged Jun 20, 2020 Loading… updated Jun 21, 2020
3 tasks
1.1
REF: dont use compute_reduction Apply Apply, Aggregate, Transform, Map
#34913 by jbrockmendel was merged Jun 20, 2020 Loading… updated Jun 22, 2020 1.1
Fixed Series.apply performance regression Apply Apply, Aggregate, Transform, Map Performance Memory or execution speed performance
#35166 by TomAugspurger was merged Jul 8, 2020 Loading… updated Jul 8, 2020 1.1
PERF: avoid creating many Series in apply_standard Apply Apply, Aggregate, Transform, Map Performance Memory or execution speed performance
#34909 by jbrockmendel was merged Jun 25, 2020 Loading… updated Jul 8, 2020
5 tasks
1.1
ProTip! Filter pull requests by the default branch with base:main.