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

POC: PDEP16 default to masked nullable dtypes
#61716 opened Jun 26, 2025 by jbrockmendel Draft
3 tasks
Bump pypa/cibuildwheel from 2.23.3 to 3.0.1 Build Library building on various platforms CI Continuous Integration Dependencies Required and optional dependencies
#61796 opened Jul 7, 2025 by dependabot bot Loading…
BUG: Fix GroupBy aggregate coersion of outputs inconsistency for pyarrow dtypes Arrow pyarrow functionality Bug Groupby
#61640 opened Jun 12, 2025 by heoh Loading…
5 tasks done
BUG: .describe() doesn't work for EAs #61707
#61760 opened Jul 2, 2025 by kernelism Loading…
5 tasks done
TST: Adding tests for validating DataFrame.__setitem__ and .loc behavior
#61822 opened Jul 10, 2025 by niruta25 Loading…
2 of 5 tasks
DOC: Fix docs for BusinessDay constructor #52431 Docs Frequency DateOffsets
#61543 opened Jun 3, 2025 by camacluc Loading…
2 tasks
TST: enable 2D tests for MaskedArrays, fix+test shift
#61826 opened Jul 10, 2025 by jbrockmendel Loading…
5 tasks
BUG: Raise ValueError on integer indexers containing NA; skip test for unsupported EAs(#56727) Bug ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#61465 opened May 20, 2025 by pelagiavlas Loading…
5 tasks done
Raise MergeError on mismatched signed/unsigned int merge keys Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#61694 opened Jun 23, 2025 by RITAMIT2023 Loading…
Fix alignment in Series subtraction with MultiIndex, Index and NaN values (#60908) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
#61381 opened Apr 30, 2025 by rit4rosa Loading…
BUG: to_numeric fails to convert a Pyarrow Decimal series containing NA values Arrow pyarrow functionality Bug Dtype Conversions Unexpected or buggy dtype conversions
#61659 opened Jun 14, 2025 by chilin0525 Draft
2 of 5 tasks
ENH #61033: Add coalesce_keys option to DataFrame.join for preserving join keys Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#61678 opened Jun 19, 2025 by rit4rosa Loading…
BUG: ensure to_numeric down-casts to uint64 for large unsigned integers Dtype Conversions Unexpected or buggy dtype conversions
#61766 opened Jul 3, 2025 by mohiuddin-khan-shiam Loading…
DOC: Improve clarity of GroupBy introduction sentence
#61805 opened Jul 7, 2025 by Vedant-Kadam-Noobie Loading…
1 task done
ENH: speed up wide DataFrame.line plots by using a single LineCollection Performance Memory or execution speed performance Visualization plotting
#61764 opened Jul 3, 2025 by EvMossan Loading…
4 tasks done
ProTip! Exclude everything labeled bug with -label:bug.