Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: IntervalArray.__cmp__(pd.NA) Bug Interval Interval data type
#44830 by jbrockmendel was merged Dec 11, 2021 Loading…
3 of 4 tasks
1.4
ENH: IntervalArray.min/max Enhancement Interval Interval data type
#44746 by jbrockmendel was merged Dec 6, 2021 Loading…
3 of 4 tasks
1.4
BUG: join MultiIndex with overlapping IntervalIndex level (#44096) Interval Interval data type MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44588 by johannes-mueller was merged Nov 25, 2021 Loading…
4 tasks done
1.4
BUG: Series.where with IntervalDtype when no-op Bug Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#44585 by jbrockmendel was merged Nov 25, 2021 Loading…
4 tasks done
1.4
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
#44404 by johannes-mueller was merged Nov 14, 2021 Loading…
4 tasks done
1.4
BUG: Series[Interval[int64]] setitem Interval[float] Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#44201 by jbrockmendel was merged Oct 27, 2021 Loading…
3 of 4 tasks
1.4
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
#43844 by ElDeveloper was merged Oct 5, 2021 Loading…
3 of 4 tasks
1.4
REF: implement IntervalIndex._get_indexer_unique_sides Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#43182 by jbrockmendel was merged Sep 14, 2021 Loading… 1.4
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
#42569 by jbrockmendel was merged Jul 28, 2021 Loading…
2 of 4 tasks
1.4
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
#42336 by meeseeksmachine was merged Jul 1, 2021 Loading… 1.3
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
#42334 by jbrockmendel was merged Jul 1, 2021 Loading…
4 tasks
1.3
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
#42306 by jbrockmendel was merged Jun 29, 2021 Loading… 1.3
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
#42293 by jbrockmendel was merged Jun 29, 2021 Loading…
4 tasks
1.3
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
#42283 by jbrockmendel was merged Jun 28, 2021 Loading… 1.3
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
#42227 by jbrockmendel was merged Jul 1, 2021 Loading… 1.4
PERF: IntervalArray.unique, IntervalIndex.intersection Interval Interval data type
#42197 by jbrockmendel was merged Jun 25, 2021 Loading…
4 tasks
1.3
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
#42082 by meeseeksmachine was merged Jun 17, 2021 Loading… 1.3
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
#41934 by jbrockmendel was merged Jun 17, 2021 Loading…
3 of 4 tasks
1.3
REF: de-duplicate IntervalIndex._intersection Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
#41929 by jbrockmendel was merged Jun 10, 2021 Loading… 1.3
BUG: IntervalIndex.intersection Interval Interval data type
#41883 by jbrockmendel was merged Jun 9, 2021 Loading… 1.3
Tst interval index NaN uniqueness Interval Interval data type Testing pandas testing functions or related to the test suite
#41870 by r-toroxel was merged Jun 9, 2021 Loading… 1.3
REF: stronger typing in IntervalTree Interval Interval data type Typing type annotations, mypy/pyright type checking
#41814 by jbrockmendel was merged Jun 4, 2021 Loading…
4 tasks
1.3
ENH/BUG: DataFrame(object_array_of_periods_or_intervals) Bug Interval Interval data type
#41812 by jbrockmendel was merged Jun 4, 2021 Loading…
1 of 4 tasks
1.3
ProTip! Exclude everything labeled bug with -label:bug.