-
- 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
ENH: RangeIndex.sort_values now avoids materialization of values Enhancement Index Related to the Index class or subclasses Performance Memory or execution speed performance
DEPR: Int64Index, UInt64Index & Float64Index Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
REF: Simplify Index.union Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
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
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
ENH: allow storing ExtensionArrays in Index ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
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
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
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
BUG: NumericIndex.append retain dtype Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
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
DOC: NumericIndex Constructors Series/DataFrame/Index/pd.array Constructors Docs Index Related to the Index class or subclasses
DEPR: Index.reindex with duplicate index Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
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
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
REF: de-duplicate IntervalIndex._intersection Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
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
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
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
REF: share _mpl_repr Index Related to the Index class or subclasses Refactor Internal refactoring of code
REF: collect methods in NumericIndex Index Related to the Index class or subclasses Refactor Internal refactoring of code
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.