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

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
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
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
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
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
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
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
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
#23304 by charlesdong1991 was merged Oct 26, 2018 Loading… updated Oct 26, 2018
4 tasks done
0.24.0
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
#23237 by JustinZhengBC was merged Oct 23, 2018 Loading… updated Oct 23, 2018
3 of 4 tasks
0.24.0
BUG/PERF: Avoid listifying in dispatch_to_extension_op ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
#23155 by TomAugspurger was merged Oct 19, 2018 Loading… updated Oct 23, 2018 0.24.0
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
#22997 by TomAugspurger was merged Oct 18, 2018 Loading… updated Oct 18, 2018 0.24.0
ENH: add groupby & reduce support to EA ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
#22762 by jreback was merged Oct 12, 2018 Loading… updated Oct 12, 2018 0.24.0
Update type for PeriodDtype / DatetimeTZDtype / IntervalDtype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#22938 by TomAugspurger was merged Oct 4, 2018 Loading… updated Oct 4, 2018 0.24.0
Catch Exception in combine ExtensionArray Extending pandas with custom dtypes or arrays.
#22936 by TomAugspurger was merged Oct 4, 2018 Loading… updated Oct 4, 2018 0.24.0
CLN: small clean-up of IntervalIndex ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
#22956 by jorisvandenbossche was merged Oct 3, 2018 Loading… updated Oct 3, 2018 0.24.0
Provide default implementation for data_repated ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#22935 by TomAugspurger was merged Oct 2, 2018 Loading… updated Oct 2, 2018 0.24.0
Implement delegate_names to allow decorating delegated attributes Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#22599 by jbrockmendel was merged Sep 8, 2018 Loading… updated Sep 8, 2018
1 of 4 tasks
0.24.0
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
#22026 by jorisvandenbossche was merged Sep 6, 2018 Loading… updated Sep 6, 2018 0.24.0
Support NDFrame.shift with EAs ExtensionArray Extending pandas with custom dtypes or arrays.
#22387 by TomAugspurger was merged Aug 23, 2018 Loading… updated Aug 23, 2018 0.24.0
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
#22345 by TomAugspurger was merged Aug 20, 2018 Loading… updated Aug 20, 2018 0.24.0
API: dispatch to EA.astype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#22343 by TomAugspurger was merged Aug 20, 2018 Loading… updated Aug 20, 2018 0.24.0
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
#22070 by jorisvandenbossche was merged Aug 20, 2018 Loading… updated Aug 20, 2018 0.24.0
REF: move range-generation functions to EA mixin classes ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#22016 by jbrockmendel was merged Jul 26, 2018 Loading… updated Jul 26, 2018 0.24.0
Docstrings, de-duplicate EAMixin/DatetimeLikeIndex __new__ code Clean ExtensionArray Extending pandas with custom dtypes or arrays.
#21926 by jbrockmendel was merged Jul 20, 2018 Loading… updated Jul 20, 2018 0.24.0
Move constructor helpers to EAMixins Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#21845 by jbrockmendel was merged Jul 12, 2018 Loading… updated Jul 12, 2018 0.24.0
ProTip! Exclude everything labeled bug with -label:bug.