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

DOC: Additional "merge_asof" Docs Explaination Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#62753 by zephyrieal was merged Oct 27, 2025 Loading… updated Oct 27, 2025
1 of 5 tasks
3.0
BUG: freq invalidation in DatetimeIndex.where Conditionals E.g. where, mask, case_when Frequency DateOffsets
#62850 by jbrockmendel was merged Oct 27, 2025 Loading… updated Oct 27, 2025
3 of 5 tasks
3.0
Warn on no-op rounding for datetimelike dtypes Datetime Datetime data dtype Warnings Warnings that appear or should be added to pandas
#62844 by jbrockmendel was merged Oct 27, 2025 Loading… updated Oct 27, 2025
2 of 5 tasks
3.0
FIX: Two superfluous backticks. Docs
#62845 by JulienPalard was merged Oct 27, 2025 Loading… updated Oct 27, 2025 3.0
STY: changed the strict value to True Testing pandas testing functions or related to the test suite
#62854 by e-raine was merged Oct 27, 2025 Loading… updated Oct 27, 2025
3 of 5 tasks
3.0
BUG: use arrow backend for digits references in str.replace Arrow pyarrow functionality Strings String extension data type and string data
#62872 by Alvaro-Kothe was merged Oct 27, 2025 Loading… updated Oct 27, 2025
4 of 5 tasks
3.0
BUG: Validate numeric_only parameter in groupby aggregations Bug Error Reporting Incorrect or improved errors from pandas Groupby
#62842 by Zrahay was merged Oct 27, 2025 Loading… updated Oct 27, 2025
2 of 5 tasks
3.0
TST : Removed ensure_clean from test_common_basic.py #62425 Testing pandas testing functions or related to the test suite
#62856 by Jericho0912 was merged Oct 27, 2025 Loading… updated Oct 27, 2025
3 of 5 tasks
3.0
STY: add strict in zip on test_frame_subplots.py Testing pandas testing functions or related to the test suite
#62857 by llayague was merged Oct 27, 2025 Loading… updated Oct 27, 2025
1 of 5 tasks
3.0
Remove downcast argument from resample.interpolate Clean
#62866 by phofl was merged Oct 27, 2025 Loading… updated Oct 27, 2025
1 of 5 tasks
3.0
CI/BLD: don't use strict xfail for '%m.%Y' format in test_hypothesis_delimited_date Build Library building on various platforms
#62124 by jorisvandenbossche was merged Aug 15, 2025 Loading… updated Oct 27, 2025 2.3.2
BUG: Arithmetic operation on ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays.
#62471 by praateekmahajan was merged Oct 27, 2025 Loading… updated Oct 27, 2025
5 tasks done
REF: move string arithmetic tests to tests.arithmetic.test_string Testing pandas testing functions or related to the test suite
#62869 by jbrockmendel was merged Oct 27, 2025 Loading… updated Oct 27, 2025 3.0
DOC: Replace @doc decorator with inline docstrings for RangeIndex Docs
#62874 by heoh was merged Oct 27, 2025 Loading… updated Oct 27, 2025
2 of 5 tasks
3.0
[DOC] Removing read_html codeblock in the doc that no longer works Docs
#62875 by SinclairHudson was merged Oct 27, 2025 Loading… updated Oct 27, 2025
4 of 5 tasks
3.0
Bump actions/upload-artifact from 4 to 5 CI Continuous Integration Dependencies Required and optional dependencies
#62877 by dependabot bot was merged Oct 27, 2025 Loading… updated Oct 27, 2025 3.0
Bump actions/download-artifact from 5 to 6 CI Continuous Integration Dependencies Required and optional dependencies
#62876 by dependabot bot was merged Oct 27, 2025 Loading… updated Oct 27, 2025 3.0
FIX: unstack(sort=False) data misalignment (#62816)
#62818 by U-C4N was closed Oct 24, 2025 Loading… updated Oct 26, 2025
DOC: Replace @appender with inlined docstrings in pandas/io/parsers/readers.py Docs
#62713 by huhu-dsy was merged Oct 24, 2025 Loading… updated Oct 26, 2025
2 of 5 tasks
3.0
ENH: Add centering option to DataFrame.to_latex
#62827 by parthava-adabala was closed Oct 26, 2025 Loading… updated Oct 26, 2025
5 tasks done
Reimplemented Pearson's correlation to use two pass Welford's model
#62750 by eicchen was closed Oct 25, 2025 Loading… updated Oct 26, 2025
5 tasks done
BUG: Do not ignore sort in concat for DatetimeIndex Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#62752 by rhshadrach was closed Oct 25, 2025 Draft updated Oct 25, 2025
1 of 5 tasks
PERF: Assign unique for monotonic but not strictly monotonic index Index Related to the Index class or subclasses Performance Memory or execution speed performance
#62839 by rhshadrach was merged Oct 25, 2025 Loading… updated Oct 25, 2025
5 tasks
3.0
Added example for pandas.DataFrame.to_html #44945 Docs IO HTML read_html, to_html, Styler.apply, Styler.applymap
#62828 by itz-goutham was merged Oct 25, 2025 Loading… updated Oct 25, 2025
2 tasks
3.0
ProTip! Filter pull requests by the default branch with base:main.