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

ENH: ExtensionArray support for objects with _can_hold_na=False and relational operators ExtensionArray Extending pandas with custom dtypes or arrays.
#20801 by Dr-Irv was closed Apr 24, 2018 Loading…
2 of 3 tasks
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#20814 by TomAugspurger was merged Apr 27, 2018 Loading…
4 tasks
0.23.0
BUG: Make ExtensionArray:_can_hold_na a class attribute ExtensionArray Extending pandas with custom dtypes or arrays.
#20815 by Dr-Irv was closed Apr 25, 2018 Loading…
3 of 4 tasks
Change _can_hold_na to a class attribute and document that it shouldn't be changed ExtensionArray Extending pandas with custom dtypes or arrays.
#20819 by Dr-Irv was merged Apr 26, 2018 Loading…
3 tasks done
0.23.0
TST: Fixed failures in JSON asserts ExtensionArray Extending pandas with custom dtypes or arrays.
#20827 by TomAugspurger was merged Apr 26, 2018 Loading… 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… 0.23.0
BUG: allow None as upcasted_na value ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#20851 by jorisvandenbossche was closed Aug 28, 2019 Loading…
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…
3 of 4 tasks
0.23.0
ENH: Support operators for ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays.
#20889 by Dr-Irv was closed May 30, 2018 Loading…
4 tasks done
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…
3 tasks done
0.23.0
ENH: Integer NA Extension Array Dtype Conversions Unexpected or buggy dtype conversions Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#21160 by jreback was merged Jul 20, 2018 Loading… 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…
4 tasks done
0.24.0
ENH: add in extension dtype registry ExtensionArray Extending pandas with custom dtypes or arrays.
#21185 by jreback was merged Jul 3, 2018 Loading… 0.24.0
BUG: DecimalArray and JSONArray that are empty return incorrect results for isna() Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#21190 by Dr-Irv was merged May 24, 2018 Loading…
3 of 4 tasks
0.23.1
ENH: extension ops ExtensionArray Extending pandas with custom dtypes or arrays.
#21191 by jreback was closed Jul 3, 2018 Loading… 0.24.0
CLN: move common printing utilties to pandas.io.formats.printing Clean ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#21234 by jreback was merged May 29, 2018 Loading… 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…
4 tasks done
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…
4 tasks done
0.24.0
implement maybe_wrap_in_index for EA Mixin dispatch Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#21715 by jbrockmendel was closed Jul 4, 2018 Loading…
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… 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… 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… 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… 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… 0.24.0
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… 0.24.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.