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: 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
#45768 by jbrockmendel was merged Feb 2, 2022 Loading… updated Feb 2, 2022
3 of 4 tasks
1.5
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
#45682 by meeseeksmachine was merged Jan 28, 2022 Loading… updated Jan 28, 2022 1.4.1
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
#45568 by jbrockmendel was merged Jan 28, 2022 Loading… updated Jan 28, 2022
3 of 4 tasks
1.5
BUG: IntervalArray.__setitem__ with nan raise TypeError, not ValueError Bug Error Reporting Incorrect or improved errors from pandas Interval Interval data type
#45484 by jbrockmendel was merged Jan 22, 2022 Loading… updated Jan 22, 2022
3 of 4 tasks
1.5
BUG: IntervalArray.__cmp__(pd.NA) Bug Interval Interval data type
#44830 by jbrockmendel was merged Dec 11, 2021 Loading… updated Dec 12, 2021
3 of 4 tasks
1.4
ENH: IntervalArray.min/max Enhancement Interval Interval data type
#44746 by jbrockmendel was merged Dec 6, 2021 Loading… updated Dec 6, 2021
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… updated Nov 26, 2021
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… updated Nov 25, 2021
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… updated Nov 16, 2021
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… updated Oct 27, 2021
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… updated Oct 5, 2021
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… updated Sep 14, 2021 1.4
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… updated Aug 24, 2021 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… updated Jul 28, 2021
2 of 4 tasks
1.4
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… updated Jul 2, 2021
4 tasks
1.3
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… updated Jul 1, 2021 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… updated Jun 29, 2021 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… updated Jun 29, 2021
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… updated Jun 28, 2021 1.3
PERF: IntervalArray.unique, IntervalIndex.intersection Interval Interval data type
#42197 by jbrockmendel was merged Jun 25, 2021 Loading… updated Jun 25, 2021
4 tasks
1.3
Backport PR #42197 on branch 1.3.x (PERF: IntervalArray.unique, IntervalIndex.intersection) Interval Interval data type
#42224 by meeseeksmachine was merged Jun 25, 2021 Loading… updated Jun 25, 2021 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… updated Jun 17, 2021 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… updated Jun 17, 2021
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… updated Jun 16, 2021 1.3
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.