-
- 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: implement EA._where API - Consistency Internal Consistency of API/Behavior ExtensionArray Extending pandas with custom dtypes or arrays.
Backport PR #60713: TST(string dtype): Resolve xfail in test_base.py Copy / view semantics ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data Testing pandas testing functions or related to the test suite
BUG: listlike comparisons for DTA and TDA 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
REF: de-duplicate MaskedArray tests ExtensionArray Extending pandas with custom dtypes or arrays. NA - MaskedArrays Related to pd.NA and nullable extension arrays Testing pandas testing functions or related to the test suite
ENH: implement ExtensionArray.__array_ufunc__ Compat pandas objects compatability with Numpy or Python functions ExtensionArray Extending pandas with custom dtypes or arrays.
TYP: copy method of EAs ExtensionArray Extending pandas with custom dtypes or arrays. Typing type annotations, mypy/pyright type checking
BUG: reset_index is passing a bad dtype to NumPy Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
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
BUG: Allow overwriting object columns with EAs Bug ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: Series[EA].astype(str) works Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
TST: add test for Series.item backed with ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
BUG: Handle nested arrays in array_equivalent_object ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
REF: make EA reductions, nanops funcs keyword-only API - Consistency Internal Consistency of API/Behavior ExtensionArray Extending pandas with custom dtypes or arrays.
DEPR: Removed the previously deprecated ExtensionArray._formatting_values Deprecate Functionality to remove in pandas 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
REF: Implement EA._mode, de-special-case categorical/dtlike Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: df.iloc[ndarray, ndarray] = 2dvals raising with EA column Bug ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Preserve string dtype in extract ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
CLN: update _simple_new usages Clean Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
IntegerArray.to_numpy API - Consistency Internal Consistency of API/Behavior ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
REF: avoid calling engine for EA values ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
CLN: Split integer array tests ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
TST: port Dim2CompatTests ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
BUG: constructing DTA/TDA from xarray/dask/pandasarray Bug Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.