-
- 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
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
API: Added axis to take ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
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.combine() fails with ExtensionArray inside of Series Bug ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: Series.get() with ExtensionArray and integer index Bug ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: Support operators for ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays.
#20889 by Dr-Irv was closed May 30, 2018 Loading… updated Jun 29, 2018
4 tasks done
Change _can_hold_na to a class attribute and document that it shouldn't be changed ExtensionArray Extending pandas with custom dtypes or arrays.
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… updated Jun 29, 2018
2 of 3 tasks
ENH: Support ExtensionArray operators via a mixin ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: implement DatetimeLikeArray Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Internals Related to non-user accessible pandas implementation
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… updated Jul 5, 2018
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
move PeriodIndex comparisons, implement PeriodArray constructor ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
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
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
Move constructor helpers to EAMixins Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
Docstrings, de-duplicate EAMixin/DatetimeLikeIndex __new__ code Clean ExtensionArray Extending pandas with custom dtypes or arrays.
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
[CLN] Collect __repr__ and rendering methods together Clean ExtensionArray Extending pandas with custom dtypes or arrays. Internals Related to non-user accessible pandas implementation
#21984 by jbrockmendel was closed Jul 23, 2018 Loading… updated Jul 23, 2018
REF: move range-generation functions to EA mixin classes ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
ProTip! no:milestone will show everything without a milestone.