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

PERF: move string decoding from Python into Cython in read_sas Performance Memory or execution speed performance
#64771 opened Mar 22, 2026 by jbrockmendel Draft
1 task done
PERF: reuse decompression buffer in SAS7BDAT reader Performance Memory or execution speed performance
#64770 opened Mar 22, 2026 by jbrockmendel Draft
2 tasks done
PERF: read SAS page headers in Cython instead of Python Performance Memory or execution speed performance
#64769 opened Mar 22, 2026 by jbrockmendel Draft
1 task done
PERF: pre-compute date/datetime column classification in SAS7BDAT reader IO SAS SAS: read_sas Performance Memory or execution speed performance
#64768 opened Mar 22, 2026 by jbrockmendel Draft
1 task done
PERF: avoid TextIOWrapper wrapping for binary file-like objects in read_csv Performance Memory or execution speed performance
#64766 opened Mar 22, 2026 by jbrockmendel Draft
2 tasks
PERF: avoid dense-then-resparsify round-trip in SparseArray.isna Performance Memory or execution speed performance Sparse Sparse Data Type
#64765 opened Mar 22, 2026 by jbrockmendel Draft
2 tasks done
PERF: dispatch is_monotonic_increasing/decreasing to ExtensionArray Performance Memory or execution speed performance
#64764 opened Mar 22, 2026 by jbrockmendel Draft
4 tasks done
DEPR: Rename startingMonth to starting_month on offset classes Deprecate Functionality to remove in pandas
#64763 opened Mar 22, 2026 by jbrockmendel Draft
5 tasks done
PERF: use PyArrow native cast for int/bool to string conversion Performance Memory or execution speed performance
#64762 opened Mar 22, 2026 by jbrockmendel Draft
3 tasks done
PERF: use pyarrow dictionary_encode for hashing arrow string/binary types Performance Memory or execution speed performance
#64761 opened Mar 22, 2026 by jbrockmendel Draft
2 tasks done
PERF: Use openpyxl write_only mode in DataFrame.to_excel Performance Memory or execution speed performance
#64760 opened Mar 22, 2026 by jbrockmendel Draft
3 tasks done
DEPR: dropna in pivot_table and crosstab Deprecate Functionality to remove in pandas
#64759 opened Mar 22, 2026 by jbrockmendel Draft
3 tasks done
PERF: use Cython for SparseArray groupby operations Groupby Performance Memory or execution speed performance Sparse Sparse Data Type
#64758 opened Mar 22, 2026 by jbrockmendel Draft
3 tasks done
Update docstring for methods where inplace keyword is deprecated
#64757 opened Mar 22, 2026 by tamhahn Loading…
3 tasks done
PERF: short-circuit fragmentation check in BlockManager.insert Performance Memory or execution speed performance
#64756 opened Mar 22, 2026 by jbrockmendel Loading…
1 task done
BUG: raise on uint64 overflow in to_datetime and to_timedelta Bug
#64755 opened Mar 22, 2026 by jbrockmendel Loading…
2 tasks done
DEPR: Deprecate .at setitem with expansion Deprecate Functionality to remove in pandas
#64753 opened Mar 22, 2026 by jbrockmendel Loading…
4 tasks done
DEPR: DataFrame/Series.to_period and .to_timestamp Deprecate Functionality to remove in pandas
#64751 opened Mar 21, 2026 by jbrockmendel Loading…
7 tasks done
REF: use fast_float to read custom decimal separator
#64748 opened Mar 21, 2026 by Alvaro-Kothe Loading…
3 of 7 tasks
CLN: Make BaseOffset.base property private
#64746 opened Mar 21, 2026 by tuhinsharma121 Loading…
DOC: freeze v0.x whatsnew notes Docs
#64742 opened Mar 20, 2026 by jbrockmendel Loading…
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.