-
- 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: Handle all-NA blocks in concat 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: remove skip for values/index length mismatch in ExtensionArray tests ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
EA.values warning test ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Coerce to object for mixed concat ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
TST: ExtensionArrays disallow .values attribute ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: Support ExtensionArray in Groupby ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
BUG: ExtensionArray.fillna for scalar values ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
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
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
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
[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
BUG fix IntegerArray.astype int -> uint Bug ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: astype(Int64) raises AttributeError Bug ExtensionArray Extending pandas with custom dtypes or arrays.
Support ExtensionArray in hash_pandas_object ExtensionArray Extending pandas with custom dtypes or arrays.
BUG-23224 Fix PR 23237 / Integer NA creation from None Bug Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
Add base test for Series[ExtensionArray].sort_values with sort=False ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#23515 by akulagrawal was closed Nov 8, 2018 Loading… updated Nov 9, 2018
2 of 4 tasks
TST: Unskip some Categorical Tests Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
TST: Fix integer ops comparison test ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
TST: Extend datetime64 arith tests to array classes, fix several broken cases ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
WIP: EA SetArray ExtensionArray Extending pandas with custom dtypes or arrays.
#22382 by h-vetinari was closed Nov 23, 2018 Loading… updated Nov 23, 2018
TST: run setitem tests for IntegerArray ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
Previous Next
ProTip! Adding no:label will show everything without a label.