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

implement constructors for TimedeltaArray, DatetimeArray Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type Timedelta Timedelta data type
#21803 by jbrockmendel was merged Jul 8, 2018 Loading… updated Jul 11, 2018 0.24.0
TST: create pandas/tests/arrays to consolidate pandas-extension array testing ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#21795 by jreback was merged Jul 7, 2018 Loading… updated Jul 7, 2018 0.24.0
move PeriodIndex comparisons, implement PeriodArray constructor ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
#21798 by jbrockmendel was merged Jul 7, 2018 Loading… updated Jul 7, 2018 0.24.0
REF: move more methods to EAMixins ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#21782 by jbrockmendel was merged Jul 7, 2018 Loading… updated Jul 7, 2018 0.24.0
Move methods and properties to EA Mixin classes Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
#21776 by jbrockmendel was merged Jul 6, 2018 Loading… updated Jul 6, 2018 0.24.0
move ndarray-returning functions to EA mixin classes Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
#21722 by jbrockmendel was merged Jul 5, 2018 Loading… updated Jul 6, 2018 0.24.0
ENH: implement DatetimeLikeArray Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Internals Related to non-user accessible pandas implementation
#19902 by jbrockmendel was merged Jul 2, 2018 Loading… updated Jul 2, 2018 0.24.0
ENH: Support ExtensionArray operators via a mixin ExtensionArray Extending pandas with custom dtypes or arrays.
#21261 by Dr-Irv was merged Jun 29, 2018 Loading… updated Jul 2, 2018
4 tasks done
0.24.0
BUG: Series.get() with ExtensionArray and integer index Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#21260 by Dr-Irv was merged Jun 29, 2018 Loading… updated Jun 29, 2018
4 tasks done
0.24.0
BUG: Series.combine() fails with ExtensionArray inside of Series Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#21183 by Dr-Irv was merged Jun 8, 2018 Loading… updated Jun 8, 2018
4 tasks done
0.24.0
API: Added axis to take ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#20999 by TomAugspurger was merged May 10, 2018 Loading… updated May 10, 2018
3 tasks done
0.23.0
BUG: Fix Series.get() for ExtensionArray and Categorical ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#20885 by Dr-Irv was merged May 9, 2018 Loading… updated May 9, 2018
3 of 4 tasks
0.23.0
TST: Remove invalid dtype test ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#20370 by TomAugspurger was merged Mar 15, 2018 Loading… updated May 2, 2018 0.23.0
ENH: ExtensionArray.fillna ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#19909 by TomAugspurger was merged Mar 16, 2018 Loading… updated May 2, 2018 0.23.0
BUG: concat of Series of EA and other dtype fails Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#20840 by jorisvandenbossche was merged Apr 29, 2018 Loading… updated Apr 30, 2018 0.23.0
DOC/API: expose ExtensionArray in public api Docs ExtensionArray Extending pandas with custom dtypes or arrays.
#20795 by TomAugspurger was merged Apr 24, 2018 Loading… updated Apr 24, 2018 0.23.0
TST: correct constructor in extension array tests ExtensionArray Extending pandas with custom dtypes or arrays.
#20746 by jorisvandenbossche was merged Apr 23, 2018 Loading… updated Apr 23, 2018 0.23.0
Fix pd.merge to preserve ExtensionArrays dtypes ExtensionArray Extending pandas with custom dtypes or arrays.
#20745 by jorisvandenbossche was merged Apr 22, 2018 Loading… updated Apr 22, 2018 0.23.0
TST: add tests for take() on empty arrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#20582 by jorisvandenbossche was merged Apr 17, 2018 Loading… updated Apr 17, 2018 0.23.0
ENH: ExtensionArray.setitem ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#19907 by TomAugspurger was merged Apr 16, 2018 Loading… updated Apr 16, 2018 0.23.0
BUG: Fixed Series.align(frame) with ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20580 by TomAugspurger was merged Apr 3, 2018 Loading… updated Apr 3, 2018 0.23.0
BUG: Series[EA].astype(str) works Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#20581 by TomAugspurger was merged Apr 3, 2018 Loading… updated Apr 3, 2018 0.23.0
BUG: Allow overwriting object columns with EAs Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#20556 by TomAugspurger was merged Mar 31, 2018 Loading… updated Mar 31, 2018 0.23.0
ENH/API: ExtensionArray.factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design ExtensionArray Extending pandas with custom dtypes or arrays.
#20361 by TomAugspurger was merged Mar 27, 2018 Loading… updated Mar 27, 2018 0.23.0
ENH: Sorting of ExtensionArrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#19957 by TomAugspurger was merged Mar 22, 2018 Loading… updated Mar 23, 2018 0.23.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.