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

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.
#54693 by meeseeksmachine was merged Aug 22, 2023 Loading… 2.1
Backport PR #54778 on branch 2.1.x (REGR: Index.union loses python string dtype) Index Related to the Index class or subclasses
#54813 by meeseeksmachine was merged Aug 28, 2023 Loading… 2.1
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
#53650 by meeseeksmachine was merged Jun 13, 2023 Loading… 2.0.3
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
#57552 by meeseeksmachine was merged Feb 21, 2024 Loading… 2.2.1
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
#57180 by meeseeksmachine was merged Jan 31, 2024 Loading… 2.2.1
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
#57768 by mroeschke was merged Mar 11, 2024 Loading… 3.0
REF: share Index.join Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#42238 by jbrockmendel was merged Jun 25, 2021 Loading…
4 tasks
1.4
REF: de-duplicate MultiIndex.reindex Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42226 by jbrockmendel was merged Jun 25, 2021 Loading…
4 tasks
1.4
CLN: setops Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42228 by jbrockmendel was merged Jun 25, 2021 Loading…
4 tasks
1.4
REF: handle length-0 setops cases higher up Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42362 by jbrockmendel was merged Jul 4, 2021 Loading… 1.4
PERF: DatetimeIndex.union Index Related to the Index class or subclasses Performance Memory or execution speed performance
#42353 by jbrockmendel was merged Jul 4, 2021 Loading… 1.4
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
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
#43259 by meeseeksmachine was merged Aug 28, 2021 Loading… 1.3.3
REF: move MultiIndex._get_indexer casting to _maybe_promote Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42109 by jbrockmendel was merged Jun 25, 2021 Loading…
4 tasks
1.4
DEPR: Index.is_type_compatible Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#42113 by jbrockmendel was merged Jun 21, 2021 Loading…
3 of 4 tasks
1.4
REF: share Datetimelike argmin/min etc with Index Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42150 by jbrockmendel was merged Jun 25, 2021 Loading…
4 tasks
1.4
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
#42154 by meeseeksmachine was merged Jun 21, 2021 Loading… 1.3
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
#41832 by jbrockmendel was merged Jun 8, 2021 Loading… 1.3
REF: remove CategoricalIndex._reindex_non_unique Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42094 by jbrockmendel was merged Jun 18, 2021 Loading… 1.4
BUG: UInt64Index construction casting to float64 Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#42201 by jbrockmendel was merged Jun 25, 2021 Loading…
3 of 4 tasks
1.4
BUG: NumericIndex.insert Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#43933 by jbrockmendel was merged Oct 9, 2021 Loading…
3 of 4 tasks
1.4
ProTip! Exclude everything labeled bug with -label:bug.