-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: pandas.date_range() raises NonExistentTimeError despite nonexistent="shift_forward" when crossing DST boundaries #62602
#62624 opened Oct 8, 2025 by khemkaran10 Loading…
3 tasks done
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
ENH: Implement MultiIndex.insert_level for inserting levels at specified positions MultiIndex
#62610 opened Oct 7, 2025 by Chiwendaiyue Loading…
BUG: avoid float upcast when mixing signed/unsigned ints in isin
#62608 opened Oct 7, 2025 by divya1974 Loading…
3 of 5 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: read_sql wraps plain SQL strings in sqlalchemy.text() to allow % modulo and LIKE patterns (#35484)
#62578 opened Oct 4, 2025 by SergioGarcia00 Loading…
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
TST: add regression tests for interpolate(method="time") with nullable dtypes (GH#40252) Stale
#62571 opened Oct 4, 2025 by jonathan-gut Loading…
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
DOC: Update DataFrame table SVG to include values and labels
#62563 opened Oct 3, 2025 by AnkitSharma-29 Loading…
DEPR: casting non-standard listlikes to array in arithmetic operations
#62560 opened Oct 3, 2025 by jbrockmendel Loading…
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
DOC: Add AGENTS.md with basic type and docstring guidelines
#62541 opened Oct 1, 2025 by jzwick Loading…
1 of 5 tasks
BUG: setitem-with-expansion unwanted casting
#62523 opened Sep 30, 2025 by jbrockmendel Loading…
9 of 11 tasks
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
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.