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

TST: Add regression test for groupby().apply() external mutation Apply Apply, Aggregate, Transform, Map Groupby Needs Tests Unit test(s) needed to prevent regressions
#63126 by jadosh123 was merged Nov 19, 2025 Loading… updated Nov 19, 2025
4 of 6 tasks
3.0
ENH: pd.NamedAgg forwards *args and **kwargs to aggfunc Apply Apply, Aggregate, Transform, Map Enhancement Groupby
#62729 by sreeja97 was merged Nov 4, 2025 Loading… updated Nov 4, 2025
5 tasks done
3.0
Fix #60766:.map,.apply would convert element type for extension array Apply Apply, Aggregate, Transform, Map Bug pyarrow dtype retention op with pyarrow dtype -> expect pyarrow result
#61396 by pedromfdiogo was closed Oct 5, 2025 Loading… updated Oct 5, 2025
4 of 5 tasks
BUG: Add PyArrow datelike type support for map() Apply Apply, Aggregate, Transform, Map Arrow pyarrow functionality Bug
#61644 by KevsterAmp was closed Sep 10, 2025 Loading… updated Sep 10, 2025
4 of 5 tasks
BUG: groupby.agg should always agg API Design Apply Apply, Aggregate, Transform, Map Enhancement Groupby Needs Discussion Requires discussion from core team before further action
#57706 by rhshadrach was closed Sep 9, 2025 Loading… updated Sep 9, 2025
6 tasks done
3.0
6
7
CLN: Enforce deprecation of arg in Series.map Apply Apply, Aggregate, Transform, Map Clean Series Series data structure
#62104 by rhshadrach was closed Aug 16, 2025 Loading… updated Aug 16, 2025
5 tasks
3.0
API: Rename arg to func in Series.map API - Consistency Internal Consistency of API/Behavior Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas
#61264 by datapythonista was merged Apr 14, 2025 Loading… updated Aug 13, 2025
5 tasks done
3.0
ENH: Allow s.map(d, na_action='raise') Apply Apply, Aggregate, Transform, Map Stale
#60482 by kopytjuk was closed May 21, 2025 Loading… updated Jul 23, 2025
2 of 4 tasks
DOC: Add note on inference behavior of apply with result_type='expand' Apply Apply, Aggregate, Transform, Map Docs Stale
#61552 by pinkgradient was closed Jul 15, 2025 Loading… updated Jul 15, 2025
BUG: Fix inconsistent returned objects when applying groupby aggregations Apply Apply, Aggregate, Transform, Map Bug
#61508 by arthurlw was merged May 30, 2025 Loading… updated Jun 25, 2025
3 of 5 tasks
3.0
ENH: Support third-party execution engines in Series.map Apply Apply, Aggregate, Transform, Map
#61467 by datapythonista was merged May 27, 2025 Loading… updated May 27, 2025
5 tasks done
DOC: Restructure and expand UDF page Apply Apply, Aggregate, Transform, Map Docs
#61470 by datapythonista was merged May 27, 2025 Loading… updated May 27, 2025
DOC: User Guide Page on user-defined functions Apply Apply, Aggregate, Transform, Map Docs
#61195 by arthurlw was merged May 18, 2025 Loading… updated May 19, 2025
1 of 5 tasks
3.0
ENH: Allow JIT compilation with an internal API Apply Apply, Aggregate, Transform, Map Enhancement
#61032 by datapythonista was merged Mar 14, 2025 Loading… updated Apr 14, 2025
1 task done
3.0
BUG: Maintain column order in table method rolling Apply Apply, Aggregate, Transform, Map Bug Window rolling, ewma, expanding
#60465 by snitish was merged Dec 3, 2024 Loading… updated Feb 6, 2025
4 tasks done
3.0
BUG: Fix bug in GroupBy that ignores group_keys arg for empty datafra… Apply Apply, Aggregate, Transform, Map Groupby
#60505 by snitish was merged Dec 6, 2024 Loading… updated Feb 6, 2025
4 tasks done
3.0
Backport PR #60636 on branch 2.3.x (TST(string dtype): Resolve xfail with apply returning an ndarray) Apply Apply, Aggregate, Transform, Map Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60643 by meeseeksmachine was merged Jan 2, 2025 Loading… updated Jan 2, 2025 2.3
TST(string dtype): Resolve xfail with apply returning an ndarray Apply Apply, Aggregate, Transform, Map Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#60636 by rhshadrach was merged Jan 2, 2025 Loading… updated Jan 2, 2025
5 tasks
2.3
TST: Remove test_apply_mutate.py Apply Apply, Aggregate, Transform, Map Groupby Testing pandas testing functions or related to the test suite
#60631 by rhshadrach was merged Dec 31, 2024 Loading… updated Dec 31, 2024
5 tasks
3.0
DEPR: Enforce deprecation of include_groups in groupby.apply Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
#60566 by rhshadrach was merged Dec 17, 2024 Loading… updated Dec 17, 2024
5 tasks
3.0
ENH: numba apply supports positional arguments passed as **kwargs Apply Apply, Aggregate, Transform, Map Enhancement Groupby numba numba-accelerated operations
#58995 by auderson was merged Oct 31, 2024 Loading… updated Oct 31, 2024
4 tasks done
3.0
DEPR: Update groupby.apply DeprecationWarning to FutureWarning Apply Apply, Aggregate, Transform, Map Groupby Warnings Warnings that appear or should be added to pandas
#59751 by rhshadrach was merged Oct 29, 2024 Loading… updated Oct 29, 2024
5 tasks
2.3
String dtype: allow string dtype for non-raw apply with numba engine Apply Apply, Aggregate, Transform, Map backported numba numba-accelerated operations Strings String extension data type and string data
#59854 by jorisvandenbossche was merged Sep 25, 2024 Loading… updated Oct 10, 2024 2.3
BUG: fix treatment of NaNs when .apply() function is used on categorical columns. Apply Apply, Aggregate, Transform, Map Categorical Categorical Data Type
#59966 by saldanhad was merged Oct 4, 2024 Loading… updated Oct 4, 2024
4 tasks done
3.0
DEPR: DataFrameGroupBy.apply operating on the group keys Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
#54950 by rhshadrach was merged Sep 7, 2023 Loading… updated Sep 7, 2024
5 tasks done
2.2
ProTip! Exclude everything labeled bug with -label:bug.