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

ENH: RangeIndex.sort_values now avoids materialization of values Enhancement Index Related to the Index class or subclasses Performance Memory or execution speed performance
#43666 by usersblock was merged Oct 21, 2021 Loading… updated Apr 18, 2023
4 tasks done
1.4
DEPR: Int64Index, UInt64Index & Float64Index Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#43028 by topper-123 was merged Sep 1, 2021 Loading… updated Oct 22, 2022
2 tasks done
1.4
REF: Simplify Index.union Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#41773 by topper-123 was merged Jun 2, 2021 Loading… updated Feb 23, 2022 1.3
CLN: Clean-up numeric index dtype validation Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses Refactor Internal refactoring of code Typing type annotations, mypy/pyright type checking
#41063 by topper-123 was merged Apr 21, 2021 Loading… updated Feb 6, 2022 1.3
BUG: allow missing values in Index when calling Index.sort_values Bug Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#35604 by AlexKirko was merged Sep 6, 2020 Loading… updated Jan 22, 2022
5 tasks done
1.2
ENH: allow storing ExtensionArrays in Index ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
#43930 by jbrockmendel was merged Dec 31, 2021 Loading… updated Jan 18, 2022
5 of 7 tasks
1.4
Can't combine DatetimeIndex MultiIndex with numeric MultiIndex Datetime Datetime data dtype Index Related to the Index class or subclasses MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#42143 by alex-gregory-ds was merged Dec 19, 2021 Loading… updated Dec 19, 2021
3 of 4 tasks
1.4
TST: Adding unit tests for named indexes resulting from empty datafra… Groupby Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite
#43593 by IamJasonBian was merged Oct 31, 2021 Loading… updated Oct 31, 2021
1 of 4 tasks
1.4
BUG: sort_index did not respect ignore_index when not sorting Bug Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#44065 by saehuihwang was merged Oct 19, 2021 Loading… updated Oct 19, 2021
4 tasks done
1.4
BUG: NumericIndex.append retain dtype Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#43938 by jbrockmendel was merged Oct 11, 2021 Loading… updated Oct 11, 2021
2 of 4 tasks
1.4
REF: simplify IndexEngine signature Index Related to the Index class or subclasses
#43661 by jbrockmendel was merged Sep 20, 2021 Loading… updated Sep 20, 2021
4 tasks
1.4
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
#43251 by phofl was merged Aug 27, 2021 Loading… updated Aug 27, 2021
4 tasks done
1.3.3
DOC: NumericIndex Constructors Series/DataFrame/Index/pd.array Constructors Docs Index Related to the Index class or subclasses
#42706 by topper-123 was merged Aug 13, 2021 Loading… updated Aug 13, 2021
1 task done
1.4
DEPR: Index.reindex with duplicate index Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#42568 by jbrockmendel was merged Aug 8, 2021 Loading… updated Aug 9, 2021
3 of 4 tasks
1.4
ENH: NumericIndex for any numpy int/uint/float dtype Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Enhancement Index Related to the Index class or subclasses
#41153 by topper-123 was merged Aug 5, 2021 Loading… updated Aug 7, 2021
4 tasks done
1.4
PERF/REGR: IntervalIndex.intersection, PeriodIndex.get_loc Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance Period Period data type
#42293 by jbrockmendel was merged Jun 29, 2021 Loading… updated Jun 29, 2021
4 tasks
1.3
REF: de-duplicate IntervalIndex._intersection Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
#41929 by jbrockmendel was merged Jun 10, 2021 Loading… updated Jun 16, 2021 1.3
REF: de-duplicate CategoricalIndex._get_indexer Categorical Categorical Data Type Datetime Datetime data dtype Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42042 by jbrockmendel was merged Jun 16, 2021 Loading… updated Jun 16, 2021 1.4
BUG: inconsistent validation for get_indexer Bug Index Related to the Index class or subclasses
#41918 by jbrockmendel was merged Jun 10, 2021 Loading… updated Jun 10, 2021 1.3
REF: simplify indexes.base._maybe_cast_data_without_dtype Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Refactor Internal refactoring of code
#41881 by jbrockmendel was merged Jun 10, 2021 Loading… updated Jun 10, 2021
4 tasks
1.3
CLN: various related to numeric indexes Clean Index Related to the Index class or subclasses
#41615 by topper-123 was merged Jun 3, 2021 Loading… updated Jun 3, 2021 1.3
ENH: Deprecate non-keyword arguments for Index.set_names. Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#41551 by jmholzer was merged May 27, 2021 Loading… updated May 27, 2021
4 tasks
1.3
FMT: trim redundant freqstr from PeriodIndex __repr__ Index Related to the Index class or subclasses Output-Formatting __repr__ of pandas objects, to_string Period Period data type
#41653 by jbrockmendel was merged May 25, 2021 Loading… updated May 25, 2021
4 tasks
1.3
REF: share _mpl_repr Index Related to the Index class or subclasses Refactor Internal refactoring of code
#41627 by jbrockmendel was merged May 25, 2021 Loading… updated May 25, 2021
4 tasks
1.3
REF: collect methods in NumericIndex Index Related to the Index class or subclasses Refactor Internal refactoring of code
#41472 by topper-123 was merged May 18, 2021 Loading… updated May 18, 2021 1.3
ProTip! Exclude everything labeled bug with -label:bug.