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

DEPR: is_period, is_interval Deprecate Functionality to remove in pandas Interval Interval data type Period Period data type
#56038 by jbrockmendel was merged Nov 18, 2023 Loading…
3 of 5 tasks
2.2
BUG: IntervalIndex.factorize with non-nano Interval Interval data type Non-Nano datetime64/timedelta64 with non-nanosecond resolution
#56099 by jbrockmendel was merged Nov 21, 2023 Loading…
2 of 5 tasks
2.2
BUG: IntervalIndex.from_tuples raising with masked subtype Interval Interval data type NA - MaskedArrays Related to pd.NA and nullable extension arrays
#56766 by phofl was merged Jan 8, 2024 Loading…
5 tasks
2.2
[TST] BUG: grouping with categorical interval columns Categorical Categorical Data Type Groupby Interval Interval data type Needs Tests Unit test(s) needed to prevent regressions
#52818 by PrimeF was merged Apr 23, 2023 Loading…
2 tasks done
2.1
added typing IntervalClosedType where needed Interval Interval data type Typing type annotations, mypy/pyright type checking
#52894 by gmollard was merged Apr 25, 2023 Loading…
3 of 5 tasks
2.1
ENH: Support ffill/bfill on IntervalArray Interval Interval data type
#54247 by jbrockmendel was merged Jul 25, 2023 Loading…
2 of 5 tasks
2.1
BUG: IntervalIndex.get_indexer raising for read only array Interval Interval data type
#53703 by phofl was merged Jun 19, 2023 Loading…
4 of 5 tasks
2.1
REGR: MultiIndex.append raising for overlapping IntervalIndex levels Interval Interval data type MultiIndex Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#54945 by lukemanley was merged Sep 2, 2023 Loading…
5 tasks done
2.1.1
BUG: Interval with Timestamp with tz shows tz Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string Timezones Timezone data dtype
#55035 by mroeschke was merged Sep 18, 2023 Loading…
4 tasks done
2.2
REF: remove special-casing for IntervalDtype in Index._raise_if_missing Interval Interval data type Refactor Internal refactoring of code
#54557 by jbrockmendel was merged Aug 16, 2023 Loading…
5 tasks
2.2
Fixed unexpected np.nan value with reindex on pd.series with pd.Inter… Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#54549 by raj-thapa was merged Aug 18, 2023 Loading…
3 tasks done
2.2
BUG: Series[slc]=foo raising with IntervalIndex Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#55258 by jbrockmendel was merged Sep 25, 2023 Loading…
3 of 5 tasks
2.2
REF: de-duplicate IntervalArray formatting functions Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
#55469 by jbrockmendel was merged Oct 10, 2023 Loading…
5 tasks
2.2
REF: remove unnecessary IntervalIndex._format_native_types Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
#55416 by jbrockmendel was merged Oct 6, 2023 Loading… 2.2
TST: Fix IntervalIndex constructor tests on big-endian systems Interval Interval data type Testing pandas testing functions or related to the test suite
#57393 by QuLogic was merged Feb 13, 2024 Loading…
2 tasks done
3.0
Fix for issue #57268 - ENH: Preserve input start/end type in interval… Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
#57399 by VISWESWARAN1998 was merged Feb 15, 2024 Loading…
5 tasks
3.0
PERF: IntervalArray.unique, IntervalIndex.intersection Interval Interval data type
#42197 by jbrockmendel was merged Jun 25, 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/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
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
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
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.