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

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
#60742 by rhshadrach was merged Jan 21, 2025 Loading… updated Jan 22, 2025 2.3
BUG: Fix SeriesGroupBy.quantile for nullable integers Bug ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
#33138 by dsaxton was merged Apr 7, 2020 Loading… updated Feb 28, 2023
5 tasks done
1.1
TYP: Fix typing in ExtensionDtype registry ExtensionArray Extending pandas with custom dtypes or arrays. Typing type annotations, mypy/pyright type checking
#41203 by Dr-Irv was merged Aug 3, 2021 Loading… updated Feb 13, 2023 1.4
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#20814 by TomAugspurger was merged Apr 27, 2018 Loading… updated Nov 30, 2022
4 tasks
0.23.0
TYP: ExtensionArray.take accept np.ndarray ExtensionArray Extending pandas with custom dtypes or arrays. Typing type annotations, mypy/pyright type checking
#43418 by twoertwein was merged Sep 26, 2021 Loading… updated Jun 8, 2022
3 of 4 tasks
1.4
BUG: Allow numeric ExtensionDtypes in DataFrame.select_dtypes Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#38246 by arw2019 was merged Dec 14, 2020 Loading… updated May 11, 2022
5 tasks done
1.3
ENH: allow storing ExtensionArrays in Index ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
#43930 by jbrockmendel was merged Dec 31, 2021 Loading… updated Jan 18, 2022
5 of 7 tasks
1.4
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.
#45033 by jbrockmendel was merged Dec 28, 2021 Loading… updated Dec 28, 2021
4 tasks
1.4
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
#44714 by jbrockmendel was merged Dec 24, 2021 Loading… updated Dec 24, 2021
4 tasks done
1.4
ENH: allow JSON (de)serialization of ExtensionDtypes Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. IO JSON read_json, to_json, json_normalize
#44722 by jmg-duarte was merged Dec 19, 2021 Loading… updated Dec 24, 2021
2 tasks done
1.4
ENH: EA._hasnans, EADtype.empty API - Consistency Internal Consistency of API/Behavior ExtensionArray Extending pandas with custom dtypes or arrays.
#45024 by jbrockmendel was merged Dec 23, 2021 Loading… updated Dec 23, 2021
4 of 5 tasks
1.4
SparseArray is an ExtensionArray API Design ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
#22325 by TomAugspurger was merged Oct 13, 2018 Loading… updated Nov 30, 2021
4 tasks done
0.24.0
BUG: handle NaNs in FloatingArray.equals ExtensionArray Extending pandas with custom dtypes or arrays.
#44390 by jbrockmendel was merged Nov 13, 2021 Loading… updated Nov 13, 2021
4 tasks done
1.4
BUG: Series.replace(method='pad') with EA dtypes Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#44270 by jbrockmendel was merged Nov 5, 2021 Loading… updated Nov 5, 2021
3 of 4 tasks
1.4
TST: tests using invalid_scalar fixture Error Reporting Incorrect or improved errors from pandas ExtensionArray Extending pandas with custom dtypes or arrays.
#44175 by jbrockmendel was merged Oct 30, 2021 Loading… updated Oct 31, 2021
4 tasks
1.4
ENH: implement EA._where API - Consistency Internal Consistency of API/Behavior ExtensionArray Extending pandas with custom dtypes or arrays.
#44187 by jbrockmendel was merged Oct 28, 2021 Loading… updated Oct 28, 2021 1.4
Fix str dtype -> IntegerDtype conversions Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#43949 by alexreg was merged Oct 19, 2021 Loading… updated Oct 19, 2021
4 tasks done
1.4
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
#44004 by jbrockmendel was merged Oct 13, 2021 Loading… updated Oct 13, 2021
4 tasks
1.4
ENH: implement ExtensionArray.__array_ufunc__ Compat pandas objects compatability with Numpy or Python functions ExtensionArray Extending pandas with custom dtypes or arrays.
#43899 by jbrockmendel was merged Oct 6, 2021 Loading… updated Oct 6, 2021 1.4
TYP: Typing for ExtensionArray.__getitem__ ExtensionArray Extending pandas with custom dtypes or arrays. Typing type annotations, mypy/pyright type checking
#41258 by Dr-Irv was merged Sep 8, 2021 Loading… updated Sep 8, 2021 1.4
Backport PR #43152 on branch 1.3.x (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
#43389 by meeseeksmachine was merged Sep 4, 2021 Loading… updated Sep 4, 2021 1.3.3
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
#43152 by debnathshoham was merged Sep 3, 2021 Loading… updated Sep 4, 2021
4 tasks done
1.3.3
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
#43270 by lorenzophys was merged Aug 31, 2021 Loading… updated Aug 31, 2021
3 tasks done
1.4
BUG: Pass copy argument to expanddim constructor in concat. Copy / view semantics ExtensionArray Extending pandas with custom dtypes or arrays.
#42823 by jmcomie was merged Aug 11, 2021 Loading… updated Aug 12, 2021
4 tasks done
1.3.2
API: EA._can_hold_na -> EDtype.can_hold_na API Design Blocker Blocking issue or pull request for an upcoming release ExtensionArray Extending pandas with custom dtypes or arrays.
#41654 by jbrockmendel was merged Jun 8, 2021 Loading… updated Jun 8, 2021
3 of 4 tasks
1.3
ProTip! What’s not been updated in a month: updated:<2025-11-01.