-
- 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: .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: 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
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
REF: de-duplicate IntervalIndex._intersection Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
BUG: lib.infer_dtype with incompatible intervals Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
TST: fixturize indexing intervalindex tests Interval Interval data type Testing pandas testing functions or related to the test suite
ENH: cast instead of raise for IntervalIndex setops with differnet closed Index Related to the Index class or subclasses Interval Interval data type
BUG: Series.__setitem__ with mismatched IntervalDtype Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
ENH: make "closed" part of IntervalDtype Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
TST: GH38718 Tests for casting an interval range from float to int Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type Testing pandas testing functions or related to the test suite
PERF: IntervalIndex.isin Interval Interval data type Performance Memory or execution speed performance
TST: string representation of IntervalIndex Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
BUG: __getitem__ raise blank KeyError for IntervalIndex and missing keys Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
Revert "REF: back IntervalArray by a single ndarray (#37047)" Interval Interval data type Refactor Internal refactoring of code
BUG: IntervalIndex.putmask with datetimelike dtypes Bug Datetime Datetime data dtype Interval Interval data type
REF: back IntervalArray by a single ndarray Interval Interval data type Refactor Internal refactoring of code
REF: de-duplicate IntervalIndex compatiblity checks Interval Interval data type Refactor Internal refactoring of code
REF: share IntervalIndex._check_method with CategoricalIndex Interval Interval data type Refactor Internal refactoring of code
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.