Skip to content

Issues: pandas-dev/pandas

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

BUG: MultiIndex union/difference not commutative Bug Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Needs Triage Issue that has not been reviewed by a pandas team member setops union, intersection, difference, symmetric_difference
#60642 opened Jan 2, 2025 by ssche
2 of 3 tasks
BUG: Index.difference is returning too many values Bug 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
#58971 opened Jun 10, 2024 by michaelpradel
3 tasks done
2.3
BUG: Index[timestamp[pyarrow]].union with itself return object type Arrow pyarrow functionality Bug Datetime Datetime data dtype setops union, intersection, difference, symmetric_difference
#58421 opened Apr 25, 2024 by randolf-scholz
2 of 3 tasks
API: Index.intersection sort keyword default different from other set methods API - Consistency Internal Consistency of API/Behavior setops union, intersection, difference, symmetric_difference
#51351 opened Feb 12, 2023 by jbrockmendel
BUG: DatetimeIndex.intersection with non-anchored freq Bug Frequency DateOffsets Index Related to the Index class or subclasses setops union, intersection, difference, symmetric_difference
#44025 opened Oct 14, 2021 by jbrockmendel
BUG: Index.union with both bools and ints, duplicates Bug Index Related to the Index class or subclasses setops union, intersection, difference, symmetric_difference
#44000 opened Oct 12, 2021 by jbrockmendel
3 tasks done
ENH: IntervalArray/IntervalIndex Range Joins Enhancement Index Related to the Index class or subclasses Interval Interval data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode setops union, intersection, difference, symmetric_difference
#43031 opened Aug 14, 2021 by sterlinm
ENH:Create Set Operations Enhancement Needs Discussion Requires discussion from core team before further action setops union, intersection, difference, symmetric_difference
#42177 opened Jun 21, 2021 by tlplayer
BUG: Categorical dtype in MultiIndex levels is lost during set operations (difference, union, intersection,...) Bug Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions MultiIndex setops union, intersection, difference, symmetric_difference
#40080 opened Feb 26, 2021 by tscheburaschka
3 tasks done
BUG: TypeError when trying to find intersection between MultiIndex and array since 1.2.0 Bug MultiIndex setops union, intersection, difference, symmetric_difference
#39699 opened Feb 9, 2021 by dchigarev
2 of 3 tasks
REF: NumericIndex.union determine casting dtype using concat logic API - Consistency Internal Consistency of API/Behavior Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses Refactor Internal refactoring of code setops union, intersection, difference, symmetric_difference
#37258 opened Oct 19, 2020 by jbrockmendel
ENH: Interval type should support intersection, union & overlaps & difference Enhancement Interval Interval data type setops union, intersection, difference, symmetric_difference
#21998 opened Jul 20, 2018 by haleemur
API: Set ops for CategoricalIndex Bug Categorical Categorical Data Type setops union, intersection, difference, symmetric_difference
#10186 opened May 21, 2015 by sinhrks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.