-
- 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
Backport PR #54945 on branch 2.1.x (REGR: MultiIndex.append raising for overlapping IntervalIndex levels) Interval Interval data type MultiIndex Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Backport PR #56766 on branch 2.2.x (BUG: IntervalIndex.from_tuples raising with masked subtype) Interval Interval data type NA - MaskedArrays Related to pd.NA and nullable extension arrays
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
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: partial-indexing on MultiIndex with IntervalIndex level Bug 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
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: IntervalArray.__setitem__ with nan raise TypeError, not ValueError Bug Error Reporting Incorrect or improved errors from pandas Interval Interval data type
Backport PR #45662 on branch 1.4.x (BUG: Fix joining overlapping IntervalIndex objects (GH-45661)) Index Related to the Index class or subclasses Interval Interval data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Series[Period][mask] = 'foo' raising inconsistent with non-mask indexing Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Period Period data type
Backport PR #47771 on branch 1.4.x (REGR: fix pd.cut with datetime IntervalIndex as bins) cut cut, qcut Interval Interval data type Regression Functionality that used to work in a prior pandas version
Backport PR #31232 on branch 1.0.x (REGR: Fix IntervalIndex.map when result is object dtype) Interval Interval data type Regression Functionality that used to work in a prior pandas version
Backport PR #36118 on branch 1.1.x (REGR: ensure closed attribute of IntervalIndex is preserved in pickle roundtrip) Interval Interval data type IO Pickle read_pickle, to_pickle
REF: MultiIndex._validate_insert_value, IntervaArray._validate_setitem_value Clean Index Related to the Index class or subclasses Interval Interval data type MultiIndex
TYP: IntervalIndex.SetopCheck Interval Interval data type Typing type annotations, mypy/pyright type checking
REF: IntervalIndex._assert_can_do_setop Interval Interval data type Refactor Internal refactoring of code
IntervalIndex/IntervalArray __repr__ remove redundant closed Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
REF: share IntervalIndex._simple_new with ExtensionIndex ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
REF: De-duplicate ExtensionIndex._validate_fill_value ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: maybe_convert_objects handle IntervalArray Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
REF: stronger typing in IntervalTree Interval Interval data type Typing type annotations, mypy/pyright type checking
Previous Next
ProTip! Updated in the last three days: updated:>2025-11-27.