Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: GroupBy return EA dtype ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
#23318 by 5hirish was merged Nov 6, 2018 Loading… updated Nov 6, 2018
4 tasks done
0.24.0
ENH: Support EAs in Series.unstack ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#23284 by TomAugspurger was merged Nov 7, 2018 Loading… updated Nov 7, 2018 0.24.0
Preserve EA dtype in DataFrame.stack ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#23285 by TomAugspurger was merged Nov 8, 2018 Loading… updated Nov 8, 2018 0.24.0
REF: IntervalIndex[IntervalArray] ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
#20611 by TomAugspurger was merged Jul 13, 2018 Loading… updated Nov 8, 2018 0.24.0
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
#23613 by TomAugspurger was merged Nov 11, 2018 Loading… updated Nov 11, 2018 0.24.0
CLN: remove values attribute from datetimelike EAs ExtensionArray Extending pandas with custom dtypes or arrays.
#23603 by jorisvandenbossche was merged Nov 9, 2018 Loading… updated Nov 12, 2018 0.24.0
WIP: DatetimeArray+TimedeltaArray Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code Timedelta Timedelta data type
#23415 by jbrockmendel was closed Nov 12, 2018 Loading… updated Nov 12, 2018 0.24.0
Implement _most_ of the EA interface for DTA/TDA Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
#23643 by jbrockmendel was merged Nov 14, 2018 Loading… updated Nov 14, 2018 0.24.0
TST: Fix integer ops comparison test ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#23619 by TomAugspurger was merged Nov 11, 2018 Loading… updated Nov 14, 2018 0.24.0
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
#23771 by jbrockmendel was merged Nov 19, 2018 Loading… updated Nov 19, 2018 0.24.0
REF: Make PeriodArray an ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
#22862 by TomAugspurger was merged Oct 25, 2018 Loading… updated Nov 20, 2018 0.24.0
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
#23808 by jschendel was merged Nov 21, 2018 Loading… updated Nov 21, 2018
3 tasks done
0.24.0
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
#23755 by JustinZhengBC was merged Nov 27, 2018 Loading… updated Nov 27, 2018
4 tasks done
0.24.0
Ensure that DatetimeArray keeps reference to original data Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
#23956 by TomAugspurger was merged Nov 28, 2018 Loading… updated Nov 28, 2018 0.24.0
TST: run setitem tests for IntegerArray ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#24054 by jreback was merged Dec 3, 2018 Loading… updated Dec 3, 2018 0.24.0
Implement DatetimeArray._from_sequence Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#24074 by jbrockmendel was merged Dec 5, 2018 Loading… updated Dec 6, 2018 0.24.0
Fixing shift() for ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#23947 by varadgunjal was merged Dec 9, 2018 Loading… updated Dec 9, 2018
4 tasks done
0.24.0
API: Revert breaking .values changes API Design Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#24163 by TomAugspurger was merged Dec 9, 2018 Loading… updated Dec 9, 2018 0.24.0
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
#24114 by TomAugspurger was merged Dec 10, 2018 Loading… updated Dec 10, 2018 0.24.0
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
#23113 by jbrockmendel was merged Oct 22, 2018 Loading… updated Dec 10, 2018 0.24.0
BUG/PERF: Use EA in Index.get_value ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance
#24204 by TomAugspurger was merged Dec 10, 2018 Loading… updated Dec 10, 2018 0.24.0
BUG: merging an Integer EA rasises ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#23262 by makbigc was merged Dec 19, 2018 Loading… updated Dec 19, 2018
3 tasks
0.24.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.