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…
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…
5 tasks done
3.0
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…
5 tasks
3.0
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…
4 of 5 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…
BUG: Fix inconsistent returned objects when applying groupby aggregations Apply Apply, Aggregate, Transform, Map Bug
#61508 by arthurlw was merged May 30, 2025 Loading…
3 of 5 tasks
3.0
DOC: Restructure and expand UDF page Apply Apply, Aggregate, Transform, Map Docs
#61470 by datapythonista was merged May 27, 2025 Loading…
ENH: Support third-party execution engines in Series.map Apply Apply, Aggregate, Transform, Map
#61467 by datapythonista was merged May 27, 2025 Loading…
5 tasks done
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…
4 of 5 tasks
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…
5 tasks done
3.0
DOC: User Guide Page on user-defined functions Apply Apply, Aggregate, Transform, Map Docs
#61195 by arthurlw was merged May 18, 2025 Loading…
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…
1 task 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… 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…
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…
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…
5 tasks
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…
4 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…
2 of 4 tasks
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…
4 tasks done
3.0
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…
4 tasks done
3.0
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… 2.3
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…
5 tasks
2.3
CLN: Remove unnecessary iterators Apply Apply, Aggregate, Transform, Map Clean
#59297 by mroeschke was merged Jul 24, 2024 Loading… 3.0
BUG: Fix 58807 Apply Apply, Aggregate, Transform, Map Error Reporting Incorrect or improved errors from pandas
#59243 by matiaslindgren was merged Jul 15, 2024 Loading…
4 of 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…
4 tasks done
3.0
ProTip! Filter pull requests by the default branch with base:main.