-
- 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: Support EAs in Series.unstack ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Preserve EA dtype in DataFrame.stack ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REF: IntervalIndex[IntervalArray] ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
Public API for extension arrays / types. Docs ExtensionArray Extending pandas with custom dtypes or arrays.
#23532 by TomAugspurger was closed Nov 9, 2018 Loading… updated Nov 9, 2018
Add base test for Series[ExtensionArray].sort_values with sort=False ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#23515 by akulagrawal was closed Nov 8, 2018 Loading… updated Nov 9, 2018
2 of 4 tasks
TST: Unskip some Categorical Tests Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
CLN: remove values attribute from datetimelike EAs ExtensionArray Extending pandas with custom dtypes or arrays.
WIP: DatetimeArray+TimedeltaArray Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code Timedelta Timedelta data type
Implement _most_ of the EA interface for DTA/TDA Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
TST: Fix integer ops comparison test ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
TST: Extend datetime64 arith tests to array classes, fix several broken cases 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
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
WIP: EA SetArray ExtensionArray Extending pandas with custom dtypes or arrays.
#22382 by h-vetinari was closed Nov 23, 2018 Loading… updated Nov 23, 2018
BUG GH23744 ufuncs on DataFrame keeps dtype sparseness ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
Ensure that DatetimeArray keeps reference to original data Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
TST: run setitem tests for IntegerArray ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
Implement DatetimeArray._from_sequence Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Fixing shift() for ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
API: Revert breaking Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
.values changes API Design Dtype Conversions BUG/Perf: Support ExtensionArrays in where ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
CLN: Move to_period, to_perioddelta up to EA subclasses Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
BUG/PERF: Use EA in Index.get_value ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance
BUG: merging an Integer EA rasises ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ProTip! Type g i on any issue or pull request to go back to the issue listing page.