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

ENH: add ignore index logic for df.isin() function Enhancement isin isin method Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#62620 opened Oct 7, 2025 by saakshimore Loading…
1 of 4 tasks
Fix: Indexing with dates of higher resolution should return empty
#62607 opened Oct 7, 2025 by suzyahyah Loading…
4 tasks done
STY: add strict=True to zip() in pandas/tests/indexes
#62606 opened Oct 7, 2025 by Abe016 Loading…
2 of 5 tasks
BUG : Fix Excel header NaN duplication with merged MultiIndex columns in to_excel IO Excel read_excel, to_excel
#62576 opened Oct 4, 2025 by justine202429 Loading…
5 tasks done
Added legend_loc parameter to plot function Visualization plotting
#62568 opened Oct 3, 2025 by mittal-aakriti Loading…
4 of 5 tasks
CLN: Add allow_slice to is_hashable function
#62567 opened Oct 3, 2025 by LirongMa Loading…
2 of 4 tasks
STY: Enforce Ruff rule B905 for pandas/tests
#62564 opened Oct 3, 2025 by RAAPPO Loading…
2 of 5 tasks
Fix variance calculation for complex numbers by preserving dtype Reduction Operations sum, mean, min, max, etc.
#62555 opened Oct 3, 2025 by shaurya5 Loading…
4 of 5 tasks
STY: ruff-format reformat for frame.py Code Style Code style, linting, code_checks
#62554 opened Oct 3, 2025 by RAAPPO Loading…
2 of 5 tasks
Fix assert frame equal na 61473 Stale
#62551 opened Oct 2, 2025 by LandonB5 Loading…
4 tasks
DOC: Add AGENTS.md with basic type and docstring guidelines
#62541 opened Oct 1, 2025 by jzwick Loading…
1 of 5 tasks
Nanops numba implementation
#62536 opened Oct 1, 2025 by eoincondron Loading…
BUG: setitem-with-expansion unwanted casting
#62523 opened Sep 30, 2025 by jbrockmendel Loading…
9 of 11 tasks
7
1
Backport PR #62313 on branch 2.3.x (DOC: Fix NaT and NA API docs) Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#62521 opened Sep 30, 2025 by meeseeksmachine Loading… 2.3.4
CI: specify supported glibc/musl versions for wheel Build Library building on various platforms Stale
#62519 opened Sep 30, 2025 by Alvaro-Kothe Loading…
1 of 5 tasks
BUG: Take method of NumpyExtensionArray now returns another extension array with the correct dtype. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#62502 opened Sep 29, 2025 by aijams Loading…
4 of 5 tasks
BUG: fix boxplot column misorder Visualization plotting
#62491 opened Sep 28, 2025 by zhuoyahuang Loading…
3 of 5 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.