-
- 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: 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 #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[Interval[int]][1] = np.nan incorrect coercion/raising 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
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
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
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
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 #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
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
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
TYP: libinterval Interval Interval data type Mothballed Temporarily-closed PR the author plans to return to Typing type annotations, mypy/pyright type checking
#41059 by jbrockmendel was closed Jun 12, 2021 Loading… updated Jun 12, 2021
ProTip! Exclude everything labeled
bug with -label:bug.