-
- 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
TST: Addition test for get_indexer for interval index Interval Interval data type Testing pandas testing functions or related to the test suite
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
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
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
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: fix parquet roundtrip for Interval dtype with datetime64[ns] subtype Interval Interval data type IO Parquet parquet, feather
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: 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
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.