-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
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
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.
BUG: concat of Series of EA and other dtype fails Bug ExtensionArray Extending pandas with custom dtypes or arrays.
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
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
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
BUG: Series.combine() fails with ExtensionArray inside of Series Bug ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: DecimalArray and JSONArray that are empty return incorrect results for isna() Bug ExtensionArray Extending pandas with custom dtypes or arrays.
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
BUG: Series.get() with ExtensionArray and integer index Bug ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: Support ExtensionArray operators via a mixin ExtensionArray Extending pandas with custom dtypes or arrays.
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.
Move methods and properties to EA Mixin classes Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
REF: move more methods to EAMixins ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
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
move PeriodIndex comparisons, implement PeriodArray constructor ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
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
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.