-
- 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: DataFrame slice selection treated as hashable in Python 3.12 #57500 Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Fix alignment in Series subtraction with MultiIndex, Index and NaN values (#60908) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Stale
#61381 by rit4rosa was closed Oct 5, 2025 Loading… updated Oct 5, 2025
DOC: documenting pandas.MultIndex.argsort Closing Candidate May be closeable, needs more eyeballs Docs MultiIndex Sorting e.g. sort_index, sort_values
Avoid reindexing values assigned to a multi-index when cols_droplevel contains empty values Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
TST: regression test for GH#56853 (insert/delete with MultiIndex datetime) MultiIndex Testing pandas testing functions or related to the test suite
BUG: Fix Series.reindex losing values when reindexing to MultiIndex Index Related to the Index class or subclasses MultiIndex
BUG: Let Concat, Merge/Join, Stack/Unstack, Explode
melt name multiple variable columns for labels from a MultiIndex MultiIndex Reshaping #58088 by rob-sil was merged May 25, 2024 Loading… updated Mar 5, 2025
4 of 5 tasks
BUG: fix error message for multiindex.fillna Error Reporting Incorrect or improved errors from pandas MultiIndex
BUG: Fix bug in DataFrame binary op not respecting fill_value in case… MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: Fix DataFrame binary arithmatic operation handling of unaligned … MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: Convert output type in Excel for MultiIndex with period levels Bug IO Excel read_excel, to_excel MultiIndex Period Period data type
BUG: Don't merge Excel cells to a single row with merge_cells=False Bug IO Excel read_excel, to_excel MultiIndex
PERF: Only clear cached .levels when setting MultiIndex.names MultiIndex Performance Memory or execution speed performance
BUG: allow None as name in multi-index during join Bug MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.