-
- 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
REGR: sort index with sliced MultiIndex MultiIndex Regression Functionality that used to work in a prior pandas version
Backport PR #55473: TST: sort index with sliced MultiIndex MultiIndex Regression Functionality that used to work in a prior pandas version
PERF/BUG: reimplement MultiIndex.remove_unused_levels Bug MultiIndex Performance Memory or execution speed performance
Backport PR #48412 on branch 1.5.x (BUG: safe_sort losing MultiIndex dtypes) Dtype Conversions Unexpected or buggy dtype conversions MultiIndex
TST: Multiindex slicing with NaNs, unexpected results for #25154 Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Testing pandas testing functions or related to the test suite
DEPR MultiIndex.is_lexsorted and MultiIndex.lexsort_depth Deprecate Functionality to remove in pandas MultiIndex
Can't combine DatetimeIndex MultiIndex with numeric MultiIndex Datetime Datetime data dtype Index Related to the Index class or subclasses MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
testing broadcast on multiindex MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
BUG: join MultiIndex with overlapping IntervalIndex level (#44096) Interval Interval data type MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: .get_indexer_non_unique() must return an array of ints (#44084) Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type MultiIndex
TST: adds test for .loc on multiindex for series GH43908 MultiIndex Testing pandas testing functions or related to the test suite
TST: Test renaming a multiindex with duplicates (GH 38015) MultiIndex Testing pandas testing functions or related to the test suite
PERF: MultiIndex.get_indexer Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Performance Memory or execution speed performance
Gh 36562 typeerror comparison not supported between float and str Dtype Conversions Unexpected or buggy dtype conversions MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations
TST: df.combine_first duplicates rows for nan index values (#39881) Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Testing pandas testing functions or related to the test suite
BUG: .loc with MultiIndex with tuple in level GH#27591 Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
REF: implement Index._get_indexer_strict Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
BUG: Fix multi-index colname references in read_csv c engine. Bug IO CSV read_csv, to_csv MultiIndex
BUG: loc dropping levels when df has only one row Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.