-
- 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
TST: Make assert_extension_array_equal behavior consistent ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
REF: Make PeriodArray an ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
Implement _most_ of the EA interface for DTA/TDA Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
CLN: remove values attribute from datetimelike EAs ExtensionArray Extending pandas with custom dtypes or arrays.
Preserve EA dtype in DataFrame.stack ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Support EAs in Series.unstack ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
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
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/PERF: Avoid listifying in dispatch_to_extension_op 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
ENH: add groupby & reduce support to EA ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
Update type for PeriodDtype / DatetimeTZDtype / IntervalDtype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
CLN: small clean-up of IntervalIndex ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
Provide default implementation for Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
data_repated ExtensionArray Implement delegate_names to allow decorating delegated attributes Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
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
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
API: dispatch to EA.astype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
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
REF: move range-generation functions to EA mixin classes ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
Docstrings, de-duplicate EAMixin/DatetimeLikeIndex __new__ code Clean ExtensionArray Extending pandas with custom dtypes or arrays.
Move constructor helpers to EAMixins Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
ProTip! Exclude everything labeled
bug with -label:bug.