-
- 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
DEPR: is_period, is_interval Deprecate Functionality to remove in pandas Interval Interval data type Period Period data type
BUG: IntervalIndex.factorize with non-nano Interval Interval data type Non-Nano datetime64/timedelta64 with non-nanosecond resolution
BUG: IntervalIndex.from_tuples raising with masked subtype Interval Interval data type NA - MaskedArrays Related to pd.NA and nullable extension arrays
[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
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
BUG: Interval with Timestamp with tz shows tz Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string Timezones Timezone data dtype
REF: remove special-casing for IntervalDtype in Index._raise_if_missing Interval Interval data type Refactor Internal refactoring of code
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
BUG: Series[slc]=foo raising with IntervalIndex Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
REF: de-duplicate IntervalArray formatting functions Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
REF: remove unnecessary IntervalIndex._format_native_types Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
Fix for issue #57268 - ENH: Preserve input start/end type in interval… Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
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
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
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
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
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
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.