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: ArrowDtype timestamp setitem silently crossed the tz-aware/naive boundary Arrow pyarrow functionality Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#69029 opened Sep 19, 2026 by jbrockmendel Member Draft
BUG: Index.insert silently truncating a value into a sparse subtype Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses Sparse Sparse Data Type
#69028 opened Sep 19, 2026 by jbrockmendel Member Draft
BUG: SparseArray.fillna mishandled a datetimelike fill value Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#69027 opened Sep 19, 2026 by jbrockmendel Member Draft
BUG: replace silently discards a compiled regex on ArrowDtype strings Arrow pyarrow functionality Bug Strings String extension data type and string data
#69026 opened Sep 19, 2026 by jbrockmendel Member Draft
BUG: DataFrame.duplicated self-triggering the .values deprecation Bug Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode Warnings Warnings that appear or should be added to pandas
#69025 opened Sep 19, 2026 by jbrockmendel Member Loading…
BUG: factorize trusted a pre-encoded pyarrow dictionary Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Arrow pyarrow functionality Bug
#69024 opened Sep 19, 2026 by jbrockmendel Member Draft
DOC: select_dtypes told users to select strings with the object dtype (GH#54898) Arrow pyarrow functionality Docs Strings String extension data type and string data
#69023 opened Sep 19, 2026 by jbrockmendel Member Draft
TST: cover _get_join_keys int64-overflow recursion (GH#58517) Awaiting Review PR in the maintainers' court; exempt from staleness
#69020 opened Sep 18, 2026 by MichaelFowler1 Loading…
5 of 8 tasks
TST: add regression test for DBAPI params pass-through (GH#11683) Awaiting Review PR in the maintainers' court; exempt from staleness
#69019 opened Sep 18, 2026 by MichaelFowler1 Loading…
5 of 8 tasks
PERF: raise the default parallel read_csv worker cap to 6 IO CSV read_csv, to_csv Performance Memory or execution speed performance
#69017 opened Sep 18, 2026 by jbrockmendel Member Loading… 3.1
BUG: round first bin edge to precision in cut/qcut with include_lowest Awaiting Review PR in the maintainers' court; exempt from staleness
#69016 opened Sep 18, 2026 by ethanstoner Contributor Loading…
7 of 9 tasks
2
BUG: preserve assertion errors for nested sequence length mismatches Awaiting Review PR in the maintainers' court; exempt from staleness
#69015 opened Sep 18, 2026 by Ai-Eastern Loading…
6 of 8 tasks
Parquet chunksize Awaiting Review PR in the maintainers' court; exempt from staleness
#69013 opened Sep 18, 2026 by davidob05 Loading…
7 of 8 tasks
BUG: omit hidden cells from Styler.to_typst Awaiting Review PR in the maintainers' court; exempt from staleness
#68991 opened Sep 18, 2026 by baba9811 Loading…
4 tasks done
BUG: read_sas held a SAS7BDAT file open until a cyclic collection Bug IO SAS SAS: read_sas
#68973 opened Sep 17, 2026 by jbrockmendel Member Loading…
Fix to_html href escaping when render_links and escape are both enabled Awaiting Review PR in the maintainers' court; exempt from staleness
#68968 opened Sep 17, 2026 by dafahaha Loading…
Handle re.error in regex compilation and fix return Awaiting Review PR in the maintainers' court; exempt from staleness
#68960 opened Sep 17, 2026 by MaddipatlaChetan24 Loading…
6 of 7 tasks
API: Add reduction methods to base ExtensionArray Awaiting Review PR in the maintainers' court; exempt from staleness
#68959 opened Sep 17, 2026 by Julian-Harbeck Contributor Loading…
7 of 8 tasks
DEPR: Timestamp.timestamp treating tz-naive as UTC (GH#50298) Deprecate Functionality to remove in pandas Needs Discussion Requires discussion from core team before further action Timestamp pd.Timestamp and associated methods Timezones Timezone data dtype
#68939 opened Sep 16, 2026 by jbrockmendel Member Loading…
DEPR: rename Groupby classes to GroupBy (GH#49578) API - Consistency Internal Consistency of API/Behavior Deprecate Functionality to remove in pandas Groupby Resample resample method Window rolling, ewma, expanding
#68937 opened Sep 16, 2026 by jbrockmendel Member Loading…
ProTip! Exclude everything labeled bug with -label:bug.