-
- 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
BUG: Index.union with timestamp[s][pyarrow] Arrow pyarrow functionality setops union, intersection, difference, symmetric_difference
API: ignore empty range/object dtype in Index setop operations (string dtype compat) Index Related to the Index class or subclasses setops union, intersection, difference, symmetric_difference Strings String extension data type and string data
Backport PR #57329 on branch 2.2.x (REGR: CategoricalIndex.difference with null values) Categorical Categorical Data Type Regression Functionality that used to work in a prior pandas version setops union, intersection, difference, symmetric_difference
REGR: CategoricalIndex.difference with null values Categorical Categorical Data Type Regression Functionality that used to work in a prior pandas version setops union, intersection, difference, symmetric_difference
BUG: Index.difference not always returning a unique set of values Bug setops union, intersection, difference, symmetric_difference
PERF: Index.difference Index Related to the Index class or subclasses Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
Backport PR #53495 on branch 2.0.x (BUG: RangeIndex.union(sort=True) with another RangeIndex) Index Related to the Index class or subclasses setops union, intersection, difference, symmetric_difference
BUG/PERF: MultiIndex setops with sort=None Bug MultiIndex Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
Backport PR #48167 on branch 1.4.x (BUG: DTI.intersection with DST transition) setops union, intersection, difference, symmetric_difference Timestamp pd.Timestamp and associated methods Timezones Timezone data dtype
BUG: CategoricalIndex.union with nans Categorical Categorical Data Type setops union, intersection, difference, symmetric_difference
DEPR: DatetimeIndex.intersection with mixed timezones cast to UTC, not object Deprecate Functionality to remove in pandas setops union, intersection, difference, symmetric_difference Timezones Timezone data dtype
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
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 #42318: PERF/REGR: symmetric_difference revert most of #41833 Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
PERF/REGR: symmetric_difference revert most of #41833 Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
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
Backport PR #42115 on branch 1.3.x (REGR: DatetimeIndex.intersection #42104) Datetime Datetime data dtype Frequency DateOffsets Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version setops union, intersection, difference, symmetric_difference
REGR: DatetimeIndex.intersection #42104 Datetime Datetime data dtype Frequency DateOffsets Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version setops union, intersection, difference, symmetric_difference
ProTip! Exclude everything labeled
bug with -label:bug.