-
- 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
Split fastpath IntegerArray constructor and general purpose constructor ExtensionArray Extending pandas with custom dtypes or arrays. Needs Discussion Requires discussion from core team before further action
API: dispatch to EA.astype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
API: ExtensionDtype._is_numeric Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
BUG fix IntegerArray.astype int -> uint Bug ExtensionArray Extending pandas with custom dtypes or arrays.
TST: restructure internal extension arrays tests (split between /arrays and /extension) ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
Implement delegate_names to allow decorating delegated attributes Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
API: register_extension_dtype class decorator ExtensionArray Extending pandas with custom dtypes or arrays.
is_bool_dtype for ExtensionArrays Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
Preserve Extension type on cross section Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
Provide default implementation for Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
data_repated ExtensionArray CLN: small clean-up of IntervalIndex ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
Update type for PeriodDtype / DatetimeTZDtype / IntervalDtype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: divmod return type ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
API: ExtensionDtype Equality and Hashability ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: astype(Int64) raises AttributeError Bug ExtensionArray Extending pandas with custom dtypes or arrays.
Support ExtensionArray in hash_pandas_object ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: add groupby & reduce support to EA ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: Concat multiple different ExtensionArray types Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Implement take for EA mixins ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#23159 by jbrockmendel was closed Oct 18, 2018 Loading… updated Oct 18, 2018
2 of 4 tasks
BUG/PERF: Avoid listifying in dispatch_to_extension_op ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
BUG GH23224 Allow integer_array to be initialized with all None Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG-23224 Fix PR 23237 / Integer NA creation from None Bug Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
Add base test for extensionarray setitem #23300 ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
ProTip! Add no:assignee to see everything that’s not assigned.