-
- 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
Handle construction of string ExtensionArray from lists ExtensionArray Extending pandas with custom dtypes or arrays.
#27674 by xhochy was merged Aug 2, 2019 Loading…
4 of 5 tasks
ENH: Styler.background_gradient to accept vmin vmax and dtype Int64 ExtensionArray Extending pandas with custom dtypes or arrays.
#29245 by immaxchen was merged Nov 3, 2019 Loading…
5 tasks done
API: Datetime/TimedeltaArray from to_datetime Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
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
DOC/API: expose ExtensionArray in public api Docs ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: Allow overwriting object columns with EAs Bug ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: Series.combine() fails with ExtensionArray inside of Series Bug ExtensionArray Extending pandas with custom dtypes or arrays.
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Series[EA].astype(str) works Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
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
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.
BUG: concat of Series of EA and other dtype fails Bug ExtensionArray Extending pandas with custom dtypes or arrays.
API: Added axis to take ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
Fix pd.merge to preserve ExtensionArrays dtypes ExtensionArray Extending pandas with custom dtypes or arrays.
TST: correct constructor in extension array tests ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: Support ExtensionArray operators via a mixin 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: Sorting of ExtensionArrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
TST: Remove invalid dtype test ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
ENH: ExtensionArray.setitem ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
ENH: ExtensionArray.fillna ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: implement DatetimeLikeArray Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Internals Related to non-user accessible pandas implementation
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.
BUG: Outer/right merge with EA dtypes cast to object Bug ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
TST: added test for ea dtypes conversion to datetimetzdtype (GH37553) Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.