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

BUG: fix read_parquet failing with TimedeltaIndex column (#59692)
#65117 opened Apr 8, 2026 by tianlangqin Loading…
6 of 7 tasks
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 Draft
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…
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
PERF: remove redundant per-column casting loop in _append_internal Performance Memory or execution speed performance
#65094 opened Apr 6, 2026 by jbrockmendel Draft
PERF: use array indexing instead of hash lookup in recode_for_groupby Performance Memory or execution speed performance
#65093 opened Apr 6, 2026 by jbrockmendel Draft
3 tasks done
PERF: speed up partial key indexing on MultiIndex Series Performance Memory or execution speed performance
#65092 opened Apr 6, 2026 by jbrockmendel Draft
6 tasks done
PERF: fast-path factorization for monotonic groupby keys Performance Memory or execution speed performance
#65091 opened Apr 6, 2026 by jbrockmendel Draft
2 of 3 tasks
DOC: clarify bool vs int behavior in factorize docstring
#65078 opened Apr 5, 2026 by lavanyamahesh675-collab Loading…
1 of 7 tasks
DOC: Fix dark mode text color in tutorial data callout sections
#65076 opened Apr 4, 2026 by MehtabSandhu11 Loading…
2 of 6 tasks
CI: Build documentation using pixi CI Continuous Integration
#65075 opened Apr 4, 2026 by mroeschke Loading… 3.1
Improve dropna doc
#65072 opened Apr 4, 2026 by nish-debug15 Loading…
2 tasks done
ProTip! Filter pull requests by the default branch with base:main.