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

Add option for alternative correlation types to DataFrame.corrwith() Apply Apply, Aggregate, Transform, Map Enhancement
#21941 by samwaterbury was closed Aug 5, 2018 Loading…
2 tasks done
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…
1 task
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…
5 tasks
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…
5 tasks done
CLN: _wrap_applied_output Apply Apply, Aggregate, Transform, Map Clean Groupby
#35412 by rhshadrach was closed Aug 18, 2020 Draft
BUG: of apply function of DataFrame reported in issues #39166 Apply Apply, Aggregate, Transform, Map
#39296 by jmishra01 was closed Jan 25, 2021 Loading…
1 of 4 tasks
BUG: Aggregation on arrow array return same type Apply Apply, Aggregate, Transform, Map Groupby pyarrow dtype retention op with pyarrow dtype -> expect pyarrow result
#53717 by liang3zy22 was closed Oct 22, 2023 Loading…
5 tasks
BUG: Regression in Resample.apply raised error when apply affected only a Series Apply Apply, Aggregate, Transform, Map Regression Functionality that used to work in a prior pandas version Resample resample method
#37191 by phofl was closed Oct 17, 2020 Loading…
5 tasks done
ENH: named agg with multiple columns Apply Apply, Aggregate, Transform, Map Enhancement Groupby
#37627 by erfannariman was closed Nov 28, 2021 Draft
5 tasks
REF: remove internal Block usage from FrameColumnApply Apply Apply, Aggregate, Transform, Map Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
#40166 by jorisvandenbossche was merged Mar 2, 2021 Loading…
[ArrayManager] TST: enable apply tests Apply Apply, Aggregate, Transform, Map Internals Related to non-user accessible pandas implementation
#40345 by jorisvandenbossche was merged Mar 16, 2021 Loading…
POC: aggregate always aggregates Apply Apply, Aggregate, Transform, Map
#40275 by rhshadrach was closed Mar 15, 2021 Loading…
1 task done
DEPR: apply/agg using agg/apply Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas
#42833 by rhshadrach was closed Aug 12, 2021 Loading…
3 tasks done
POC: New UDF methods option API Design Apply Apply, Aggregate, Transform, Map Stale
#43678 by rhshadrach was closed Oct 26, 2021 Draft
2 of 3 tasks
Fix faulty logic with apply_empty_result() Apply Apply, Aggregate, Transform, Map Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#44937 by domdellumich was closed Feb 13, 2022 Loading…
2 of 3 tasks
Series.map Performance Improvement When Using Dictionaries Apply Apply, Aggregate, Transform, Map Performance Memory or execution speed performance Stale
#46348 by ryansdowning was closed May 7, 2022 Loading…
1 of 4 tasks
WIP/BUG: Correct results for groupby(...).transform with null keys API - Consistency Internal Consistency of API/Behavior Apply Apply, Aggregate, Transform, Map Bug Groupby
#45839 by rhshadrach was closed Feb 12, 2022 Loading…
4 tasks done
return nan on empty groups Apply Apply, Aggregate, Transform, Map Bug Groupby Stale
#46506 by eytanohana was closed May 24, 2022 Loading…
1 task
BUG Fix: pd.apply returns a dataframe when empty dataframe instead of a series Apply Apply, Aggregate, Transform, Map Bug
#47222 by weikhor was merged Jul 5, 2022 Loading…
4 tasks
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…
5 tasks done
Bug: Don't intercept TypeError in DataFrame.agg Apply Apply, Aggregate, Transform, Map Clean Stale
#49505 by sarvaSanjay was closed Dec 5, 2022 Loading…
4 tasks
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…
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…
5 tasks done
DEPR: deprecate using some params as positional in (DataFrame|Series).apply Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Stale
#53592 by topper-123 was closed Aug 1, 2023 Loading…
POC: Don't special case Python builtin and NumPy functions Apply Apply, Aggregate, Transform, Map Stale
#53426 by rhshadrach was closed Jul 3, 2023 Draft
5 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.