-
- 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
DOC: Additional "merge_asof" Docs Explaination Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: freq invalidation in DatetimeIndex.where Conditionals E.g. where, mask, case_when Frequency DateOffsets
Warn on no-op rounding for datetimelike dtypes Datetime Datetime data dtype Warnings Warnings that appear or should be added to pandas
BUG: use arrow backend for digits references in pyarrow functionality Strings String extension data type and string data
str.replace Arrow BUG: Validate numeric_only parameter in groupby aggregations Bug Error Reporting Incorrect or improved errors from pandas Groupby
TST : Removed ensure_clean from test_common_basic.py #62425 Testing pandas testing functions or related to the test suite
STY: add strict in zip on test_frame_subplots.py Testing pandas testing functions or related to the test suite
CI/BLD: don't use strict xfail for '%m.%Y' format in test_hypothesis_delimited_date Build Library building on various platforms
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
Bump actions/upload-artifact from 4 to 5 CI Continuous Integration Dependencies Required and optional dependencies
Bump actions/download-artifact from 5 to 6 CI Continuous Integration Dependencies Required and optional dependencies
FIX: unstack(sort=False) data misalignment (#62816)
#62818 by U-C4N was closed Oct 24, 2025 Loading… updated Oct 26, 2025
ENH: to_excel engine_kwargs for Excel header Autofilter and optional bold (xlsxwriter/openpyxl) Enhancement IO Excel read_excel, to_excel
#62670 by antznette1 was closed Oct 26, 2025 Loading… updated Oct 26, 2025
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
Added example for pandas.DataFrame.to_html #44945 Docs IO HTML read_html, to_html, Styler.apply, Styler.applymap
ProTip! Filter pull requests by the default branch with base:main.