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

TST: Addition test for get_indexer for interval index Interval Interval data type Testing pandas testing functions or related to the test suite
#47816 by parthi-siva was merged Jul 26, 2022 Loading…
3 tasks done
1.5
Cln tests interval wrt inclusive Clean Interval Interval data type Testing pandas testing functions or related to the test suite
#47775 by phofl was merged Jul 18, 2022 Loading… 1.5
REF: avoid converting input to cut if passing IntervalIndex bins cut cut, qcut Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type Stale
#47773 by jorisvandenbossche was closed Feb 22, 2023 Draft
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
#47771 by jorisvandenbossche was merged Aug 19, 2022 Loading… 1.4.4
CLN: Rename private variables to inclusive Clean Interval Interval data type
#47655 by phofl was merged Jul 10, 2022 Loading… 1.5
TYP: Improve typing interval inclusive Interval Interval data type Typing type annotations, mypy/pyright type checking
#47646 by phofl was merged Jul 9, 2022 Loading… 1.5
DEPR: Remove deprecation from private class IntervalTree Deprecate Functionality to remove in pandas Interval Interval data type
#47637 by phofl was merged Jul 8, 2022 Loading… 1.5
DEPR: Deprecate set_closed and add set_incluive Deprecate Functionality to remove in pandas Interval Interval data type
#47636 by phofl was merged Jul 8, 2022 Loading… 1.5
Revert inclusive default change of IntervalDtype Interval Interval data type
#47367 by phofl was merged Jul 6, 2022 Loading…
4 tasks done
1.5
TST: adding a test for bar plot with intervalrange xaxis Interval Interval data type Testing pandas testing functions or related to the test suite Visualization plotting
#47344 by noatamir was merged Jun 15, 2022 Loading…
3 tasks done
1.5
BUG Fix: Allow using datetime64[ns, UTC] in IntervalDtype Interval Interval data type Timezones Timezone data dtype
#47208 by weikhor was merged Jun 7, 2022 Loading…
4 tasks
1.5
Test added IntervalIndex_get_indexer_non_unique Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Period Period data type Stale Testing pandas testing functions or related to the test suite
#46668 by Kyrpel was closed May 25, 2022 Loading…
3 of 4 tasks
Allow using datetime64[ns, UTC] in IntervalDtype Datetime Datetime data dtype Interval Interval data type Stale
#46666 by helgehatt was closed May 11, 2022 Loading…
BUG: Fix infinite recursion loop when pivot of IntervalTree is ±inf Bug Interval Interval data type
#46664 by johannes-mueller was merged Jun 6, 2022 Loading…
4 tasks done
1.5
ENH: consistency of input args for boundaries - Interval Interval Interval data type
#46522 by weikhor was merged May 30, 2022 Loading…
4 tasks
1.5
TYP: fix mid and length for Interval and Intervalarray Interval Interval data type Typing type annotations, mypy/pyright type checking
#46472 by Dr-Irv was merged Mar 22, 2022 Loading… 1.5
ENH: consistency of input args for boundaries - pd.interval_range Deprecate Functionality to remove in pandas Interval Interval data type
#46355 by weikhor was merged Apr 4, 2022 Loading…
4 tasks done
1.5
Adding tests for IntervalArray.unique() for DateTimeArrays with time zones Interval Interval data type Testing pandas testing functions or related to the test suite
#46153 by Dr-Irv was merged Feb 26, 2022 Loading… 1.5
Remove some dead code in core/arrays/interval.py Clean Interval Interval data type
#46128 by Dr-Irv was closed Feb 25, 2022 Loading…
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…
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… 1.4.1
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
#45662 by johannes-mueller was merged Jan 28, 2022 Loading…
4 tasks done
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…
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…
3 of 4 tasks
1.5
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.