-
- 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
API: consistent __array__ for datetime-like ExtensionArrays ExtensionArray Extending pandas with custom dtypes or arrays.
CLN: remove values attribute from datetimelike EAs ExtensionArray Extending pandas with custom dtypes or arrays.
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
TST: Fix integer ops comparison test ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
Implement _most_ of the EA interface for DTA/TDA Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
BUG GH23744 ufuncs on DataFrame keeps dtype sparseness ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
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
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
[Bug] Comparison between two PeriodIndexes doesn't validate length (GH #23078) ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
#23896 by makbigc was closed Dec 27, 2018 Loading…
4 tasks done
Fixing shift() for ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Ensure that DatetimeArray keeps reference to original data Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
Add test for rdivmod on EA array (GH23287) 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
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
API: Revert breaking Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
.values changes API Design Dtype Conversions Fixes hashing ExtensionArrays which factorize to scalar objects with __getitem__ attr ExtensionArray Extending pandas with custom dtypes or arrays.
#24168 by andrewgsavage was closed Dec 22, 2018 Loading…
4 tasks
BUG/PERF: Use EA in Index.get_value ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance
Added extra info section to EA repr ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#24279 by TomAugspurger was closed Jun 8, 2019 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.