-
- 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
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
BUG: Fixed NDFrame.transform('abs') Apply Apply, Aggregate, Transform, Map Regression Functionality that used to work in a prior pandas version
Add option for alternative correlation types to Apply, Aggregate, Transform, Map Enhancement
DataFrame.corrwith() Apply #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
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
CLN: no longer need to catch AttributeError, IndexError Apply Apply, Aggregate, Transform, Map Clean
REF: de-duplicate piece of DataFrame._reduce Apply Apply, Aggregate, Transform, Map Refactor Internal refactoring of code
values=['c'] returns aggfunc on all columns, instead of just the passed column Apply #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
ERR: Better error message for missing columns in aggregate Apply Apply, Aggregate, Transform, Map Error Reporting Incorrect or improved errors from pandas
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
ENH: Add numba engine to groupby.aggregate Apply Apply, Aggregate, Transform, Map Enhancement Groupby
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
Fixed Series.apply performance regression Apply Apply, Aggregate, Transform, Map Performance Memory or execution speed performance
PERF: avoid creating many Series in apply_standard Apply Apply, Aggregate, Transform, Map Performance Memory or execution speed performance
Previous Next
ProTip! Filter pull requests by the default branch with base:main.