-
- 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: test initializing a Series from Index while passing dtype Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite
#27107 by toobaz was merged Jun 28, 2019 Loading…
3 tasks done
POC No index Index Related to the Index class or subclasses PDEP pandas enhancement proposal
#49693 by MarcoGorelli was closed Dec 4, 2022 • Draft
Backport PR #54566 on branch 2.1.x (ENH: support Index.any/all with float, timedelta64 dtypes) Index Related to the Index class or subclasses Reduction Operations sum, mean, min, max, etc.
Backport PR #54778 on branch 2.1.x (REGR: Index.union loses python string dtype) Index Related to the Index class or subclasses
Backport PR #51803 on branch 2.0.x (CoW: Add reference tracking to index when created from series) Copy / view semantics Index Related to the Index class or subclasses
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
Backport PR #57439 on branch 2.2.x (BUG: read_json returning Index instead of RangeIndex) Index Related to the Index class or subclasses IO JSON read_json, to_json, json_normalize
Backport PR #57169 on branch 2.2.x (REGR: DataFrame.sort_index not producing stable sort) Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
PERF: Return RangeIndex columns instead of Index for str.partition with ArrowDtype Index Related to the Index class or subclasses Performance Memory or execution speed performance
REF: share Index.join Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REF: de-duplicate MultiIndex.reindex Index Related to the Index class or subclasses Refactor Internal refactoring of code
REF: handle length-0 setops cases higher up Index Related to the Index class or subclasses Refactor Internal refactoring of code
PERF: DatetimeIndex.union Index Related to the Index class or subclasses Performance Memory or execution speed performance
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
Backport PR #43251 on branch 1.3.x (Bug in RangeIndex.where raising AssertionError when result is not from RangeIndex) Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
REF: move MultiIndex._get_indexer casting to _maybe_promote Index Related to the Index class or subclasses Refactor Internal refactoring of code
DEPR: Index.is_type_compatible Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
REF: share Datetimelike argmin/min etc with Index Index Related to the Index class or subclasses Refactor Internal refactoring of code
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
REF: de-duplicate IntervalIndex setops Index Related to the Index class or subclasses Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code
Backport PR #41915 on branch 1.3.x (BUG: MultiIndex.difference incorrectly raising TypeError when indexes contain non-sortable entries) Bug Index Related to the Index class or subclasses MultiIndex
REF: remove CategoricalIndex._reindex_non_unique Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: UInt64Index construction casting to float64 Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
BUG: NumericIndex.insert Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.