-
- 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: join MultiIndex with overlapping IntervalIndex level (#44096) Interval Interval data type MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Series.where with IntervalDtype when no-op Bug Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
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
BUG: Series[Interval[int64]] setitem Interval[float] Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
TST: Test Series' settitem with Interval and NaN Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
REF: implement IntervalIndex._get_indexer_unique_sides Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
BUG: partial-indexing on MultiIndex with IntervalIndex level Bug Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type MultiIndex
Backport PR #42334 on branch 1.3.x (PERF/REGR: restore IntervalIndex._intersection_non_unique) Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
PERF/REGR: restore IntervalIndex._intersection_non_unique Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
Auto backport of pr 42293 on 1.3.x Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
PERF/REGR: IntervalIndex.intersection, PeriodIndex.get_loc Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance Period Period data type
Backport PR #42268: PERF: IntervalIndex.intersection Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
REF: implement Index._should_partial_index Index Related to the Index class or subclasses Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
Backport PR #41934 on branch 1.3.x (BUG: IntervalIndex.get_indexer with categorical both have nans) Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
BUG: IntervalIndex.get_indexer with categorical both have nans Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
REF: de-duplicate IntervalIndex._intersection Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
REF: stronger typing in IntervalTree Interval Interval data type Typing type annotations, mypy/pyright type checking
ProTip! Exclude everything labeled
bug with -label:bug.