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

DOC: Replace XXX with Note in the code comments
#65130 opened Apr 9, 2026 by star1327p Loading…
7 tasks
DOC: Fix non-standard default value formatting in Grouper docstring
#65129 opened Apr 9, 2026 by Vincent08199 Loading…
1 of 2 tasks
CLN: Import _global_config as config Clean
#65128 opened Apr 8, 2026 by rhshadrach Loading… 3.1
ENH/BUG: Utilize _values_for_json in Series.to_json
#65127 opened Apr 8, 2026 by Julian-Harbeck Loading…
5 of 7 tasks
BUG: .loc with mixed scalar/slice on MultiIndex now drops scalar-keyed levels Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#65126 opened Apr 8, 2026 by jbrockmendel Draft
6 tasks done
2
DOC: Add practical example for removing duplicate rows
#65114 opened Apr 7, 2026 by Adeyinka1 Loading…
BUG: add _str_getitem to ArrowStringArrayMixin
#65113 opened Apr 7, 2026 by tehunter Loading…
6 tasks done
PERF: make mask optional in BaseMaskedArray Performance Memory or execution speed performance
#65106 opened Apr 6, 2026 by jbrockmendel Draft
5 tasks done
PERF: avoid transpose for axis=1 reductions on multi-block DataFrames Performance Memory or execution speed performance
#65105 opened Apr 6, 2026 by jbrockmendel Loading…
3 tasks done
PERF: use PyArrow compute for month_name/day_name with string dtype Performance Memory or execution speed performance
#65104 opened Apr 6, 2026 by jbrockmendel Loading…
2 tasks done
PERF: use ufunc.reduceat for sorted groupby aggregations Performance Memory or execution speed performance
#65103 opened Apr 6, 2026 by jbrockmendel Draft
3 tasks done
ENH: Add replace method to Index (closes #19495)
#65099 opened Apr 6, 2026 by berasaikat Loading…
ENH: Add union_categories parameter to pd.concat Enhancement
#65098 opened Apr 6, 2026 by jbrockmendel Loading…
6 tasks done
4
PERF: Speed up DataFrame.apply(axis=1) for ExtensionDtype columns Performance Memory or execution speed performance
#65097 opened Apr 6, 2026 by jbrockmendel Draft
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.