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

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
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: 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… updated May 24, 2018
3 of 4 tasks
0.23.1
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… updated May 29, 2018 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
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
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.
#20819 by Dr-Irv was merged Apr 26, 2018 Loading… updated Jun 29, 2018
3 tasks done
0.23.0
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.
#21261 by Dr-Irv was merged Jun 29, 2018 Loading… updated Jul 2, 2018
4 tasks done
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: add in extension dtype registry ExtensionArray Extending pandas with custom dtypes or arrays.
#21185 by jreback was merged Jul 3, 2018 Loading… updated Jul 3, 2018 0.24.0
ENH: extension ops ExtensionArray Extending pandas with custom dtypes or arrays.
#21191 by jreback was closed Jul 3, 2018 Loading… updated Jul 3, 2018 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… updated Jul 5, 2018
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
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
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 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
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
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
Move constructor helpers to EAMixins Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#21845 by jbrockmendel was merged Jul 12, 2018 Loading… updated Jul 12, 2018 0.24.0
Docstrings, de-duplicate EAMixin/DatetimeLikeIndex __new__ code Clean ExtensionArray Extending pandas with custom dtypes or arrays.
#21926 by jbrockmendel was merged Jul 20, 2018 Loading… updated Jul 20, 2018 0.24.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… updated Jul 20, 2018 0.24.0
[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
#22016 by jbrockmendel was merged Jul 26, 2018 Loading… updated Jul 26, 2018 0.24.0
ProTip! no:milestone will show everything without a milestone.