-
- Notifications
You must be signed in to change notification settings - Fork 19.2k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: empty_frame[tuple] = values corrupting frame Indexing Related to indexing on series/frames, not to indexes themselves Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.).
BUG: fix polluted window in skewness computation Reduction Operations sum, mean, min, max, etc. Window rolling, ewma, expanding
TST: Improve runtime of some unit tests Testing pandas testing functions or related to the test suite
Fix assert frame equal na dtype false 61473
#62672 by santhoshbethi was closed Nov 5, 2025 Loading… updated Nov 5, 2025
5 tasks done
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… updated Nov 5, 2025
1 of 5 tasks
Add strict mode to zip in divmod tests in pandas\tests\arithmetic\test_numeric Code Style Code style, linting, code_checks
STY: Add strict=True in zip() in \core, \tests and \scripts Code Style Code style, linting, code_checks
BUG: Handle non-dict items in json_normalize with max_level Error Reporting Incorrect or improved errors from pandas IO JSON read_json, to_json, json_normalize
BUG: td64 * masked_dtype raising NA - MaskedArrays Related to pd.NA and nullable extension arrays Numeric Operations Arithmetic, Comparison, and Logical operations
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: deprecate passing Series to Index.join
#62948 by Lakshya-Upadhyaya was merged Nov 4, 2025 Loading… updated Nov 4, 2025
4 of 5 tasks
DEPR: inconsistent string parsing in DatetimeIndex.indexer_at_time Deprecate Functionality to remove in pandas
STY: Add strict=True to zip() calls in pandas/core/reshape/concat.py Code Style Code style, linting, code_checks
STY: Add strict=True to zip() calls in pandas/core/reshape/encoding.py (Ruff B905) Code Style Code style, linting, code_checks
DOC: Update Working with text data for 3.0 Docs Strings String extension data type and string data
#62581 by rhshadrach was merged Nov 4, 2025 Loading… updated Nov 4, 2025
1 of 5 tasks
DOC: Enhance BooleanDtype docstring Docs NA - MaskedArrays Related to pd.NA and nullable extension arrays
BUG: resample with asfreq ignores origin if the dataframe has a fixed frequency #62725 Frequency DateOffsets Resample resample method
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.