-
- 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: 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
ENH: allow storing ExtensionArrays in Index ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
DEPR: Remove int64 uint64 float64 index part 1 Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
BUG: validate Index data is 1D + deprecate multi-dim indexing Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
DEPR: deprecate Index.is_categorical Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
ENH: Add Related to the Index class or subclasses replace replace method
replace method to Index Enhancement Index #32542 by oguzhanogreden was closed Apr 11, 2021 Loading…
7 of 8 tasks
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
CLN refactor core indexes Code Style Code style, linting, code_checks Index Related to the Index class or subclasses
DOC: Add missing docstrings for Index.empty, Index.view and Index.names Docs Index Related to the Index class or subclasses
#57546 by merlinymy was closed May 7, 2024 Loading…
BUG/API: Indexes on empty frames/series should be RangeIndex Index Related to the Index class or subclasses
BUG: Incorrect index shape when using a user-defined function for aggregating a grouped series with object-typed index. Bug Groupby Index Related to the Index class or subclasses
ENH: RangeIndex.sort_values now avoids materialization of values Enhancement Index Related to the Index class or subclasses Performance Memory or execution speed performance
BUG: NumericIndex should not support float16 dtype Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
[#16737] Index type for Series with empty data Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#32053 by SaturnFromTitan was closed Sep 10, 2020 Loading…
5 tasks done
REF: use _validate_fill_value in Index.insert Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code
use range in RangeIndex instead of _start etc. Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: assign consensus name to index union in array case GH13475 Bug Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Bug fix - cannot construct Index of empty tuples Index Related to the Index class or subclasses MultiIndex
Add diff() and round() methods for Index and a test for each Enhancement Index Related to the Index class or subclasses
Makes NumericIndex constructor dtype aware Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
Previous Next
ProTip! Updated in the last three days: updated:>2025-11-28.