-
- 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
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
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
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
Makes NumericIndex constructor dtype aware Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
DOC: Distinguish between different types of boolean indexing #10492 Docs Index Related to the Index class or subclasses
#36869 by junjunjunk was merged Oct 8, 2020 Loading…
4 tasks done
BUG: raise on non-hashable in __contains__ Index Related to the Index class or subclasses Indexing Related to indexing on series/frames, not to indexes themselves
DEPR: Int64Index, UInt64Index & Float64Index Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
PERF: don't call RangeIndex._data unnecessarily Index Related to the Index class or subclasses Performance Memory or execution speed performance
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
BUG: raise on non-hashable Index name, closes #29069 Bug Index Related to the Index class or subclasses
REF: Simplify Index.copy Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
REF: collect methods in NumericIndex Index Related to the Index class or subclasses Refactor Internal refactoring of code
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
REF: share _simple_new Index Related to the Index class or subclasses Refactor Internal refactoring of code
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.