-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: groupby raises on non-C-contiguous masks Bug Groupby
#63148 by rhshadrach was merged Nov 20, 2025 Loading…
1 of 6 tasks
BUG: Fix json_normalize 'meta' validation Bug Error Reporting Incorrect or improved errors from pandas IO JSON read_json, to_json, json_normalize
BUG: define Library building on various platforms
__Pyx_PyUnstable_Object_IsUniqueReferencedTemporary for python<3.14 Bug Build BUG: ser.str.match with mismatched case/pat/flags Bug Strings String extension data type and string data
BUG/API: cast to nanos before writing datetimes to JSON Bug Datetime Datetime data dtype IO JSON read_json, to_json, json_normalize
BUG: Fix convert_dtype complex Bug Complex Complex Numbers Dtype Conversions Unexpected or buggy dtype conversions
BUG: Fix sorting behavior of DataFrame.join on list arguments Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Sorting e.g. sort_index, sort_values
DEPR/BUG: Do not ignore sort in concat for DatetimeIndex Bug Deprecate Functionality to remove in pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#62843 by rhshadrach was merged Nov 5, 2025 Loading…
1 of 5 tasks
BUG: Validate numeric_only parameter in groupby aggregations Bug Error Reporting Incorrect or improved errors from pandas Groupby
BUG: Fix precision loss in DataFrame.combine_first Bug combine/combine_first/update NDFrame.combine, combine_first, update
BUG: fix SeriesGroupBy.plot does not respect cmap parameter Bug Groupby Stale Visualization plotting
#62671 by zhuoyahuang was closed Nov 19, 2025 Loading…
2 of 5 tasks
BUG: Take method of NumpyExtensionArray now returns another extension array with the correct dtype. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#62502 by aijams was merged Nov 16, 2025 Loading…
5 tasks done
BUG: avoid validation error for ufunc with string[python] array Bug Strings String extension data type and string data
BUG: String[pyarrow] comparison with mixed object Bug Strings String extension data type and string data
Backport PR #62410 on branch 2.3.x (BUG: fix bug in str.match for Arrow backend with optional groups) Arrow pyarrow functionality Bug Strings String extension data type and string data
BUG: fix bug in str.match for Arrow backend with optional groups Arrow pyarrow functionality Bug Strings String extension data type and string data
Backport PR #62283 on branch 2.3.x (BUG: fix pyarrow string regex replacement) Arrow pyarrow functionality Bug Strings String extension data type and string data
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.