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

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
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
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
BUG fix IntegerArray.astype int -> uint Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#22441 by jorisvandenbossche was merged Aug 22, 2018 Loading… updated Aug 22, 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
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
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
API: register_extension_dtype class decorator ExtensionArray Extending pandas with custom dtypes or arrays.
#22666 by TomAugspurger was merged Sep 13, 2018 Loading… updated Sep 13, 2018 0.24.0
is_bool_dtype for ExtensionArrays Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#22667 by TomAugspurger was merged Sep 20, 2018 Loading… updated Sep 20, 2018 0.24.0
Preserve Extension type on cross section Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#22785 by TomAugspurger was merged Sep 26, 2018 Loading… updated Sep 26, 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
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
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
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
BUG: divmod return type ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
#22932 by TomAugspurger was merged Oct 8, 2018 Loading… updated Oct 8, 2018 0.24.0
API: ExtensionDtype Equality and Hashability ExtensionArray Extending pandas with custom dtypes or arrays.
#22996 by TomAugspurger was merged Oct 8, 2018 Loading… updated Oct 8, 2018 0.24.0
BUG: astype(Int64) raises AttributeError Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#22869 by sinhrks was merged Oct 10, 2018 Loading… updated Oct 10, 2018
3 tasks done
0.24.0
Support ExtensionArray in hash_pandas_object ExtensionArray Extending pandas with custom dtypes or arrays.
#23082 by TomAugspurger was merged Oct 11, 2018 Loading… updated Oct 11, 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
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
Implement take for EA mixins ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#23159 by jbrockmendel was closed Oct 18, 2018 Loading… updated Oct 18, 2018
2 of 4 tasks
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 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-23224 Fix PR 23237 / Integer NA creation from None Bug Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#23310 by JustinZhengBC was merged Oct 25, 2018 Loading… updated Oct 25, 2018 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
ProTip! Add no:assignee to see everything that’s not assigned.