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

ENH: add NDArrayBackedExtensionArray to public API ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#45544 by tswast was closed Feb 22, 2023 Loading… updated Jan 22, 2024
4 tasks
check ExtensionType in is_datetime64_any_dtype for array-likes ExtensionArray Extending pandas with custom dtypes or arrays.
#57060 by jmoralez was merged Feb 2, 2024 Loading… updated Feb 2, 2024
4 of 5 tasks
3.0
TYP: make dtype required in _from_sequence_of_strings ExtensionArray Extending pandas with custom dtypes or arrays.
#56519 by jbrockmendel was merged Feb 14, 2024 Loading… updated Feb 15, 2024
1 of 5 tasks
3.0
Support structural subtyping with ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays.
#57634 by WillAyd was closed Mar 19, 2024 Draft updated Mar 19, 2024
1 task done
CLN: Enforce deprecations for EA.fillna Clean ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#57983 by rhshadrach was merged Mar 25, 2024 Loading… updated Mar 25, 2024
5 tasks
3.0
TST: Fix setitem parametrizations ExtensionArray Extending pandas with custom dtypes or arrays. Stale Testing pandas testing functions or related to the test suite
#56890 by lopof was closed Apr 9, 2024 Loading… updated Apr 9, 2024
3 of 4 tasks
ENH: Move factorizing for merge to EA interface ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#54975 by phofl was closed Apr 23, 2024 Loading… updated Apr 23, 2024
5 tasks
BUG: Implement fillna(..., limit=x) for EAs Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#58249 by rhshadrach was merged May 3, 2024 Loading… updated May 4, 2024
1 of 5 tasks
3.0
CLN: Require ExtensionArray._reduce(keepdims=) Clean ExtensionArray Extending pandas with custom dtypes or arrays.
#58739 by mroeschke was merged May 16, 2024 Loading… updated May 16, 2024 3.0
Fix : #58748 BUG: eval fails for ExtensionArray Bug expressions pd.eval, query ExtensionArray Extending pandas with custom dtypes or arrays.
#58793 by SiddheshBangar was merged Jun 12, 2024 Loading… updated Jun 13, 2024
3 of 5 tasks
3.0
BUG: chokes on pd.DatetimeTZDtype if there are no rows. ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#59123 by pcorpet was merged Jun 29, 2024 Loading… updated Jun 29, 2024
5 tasks done
3.0
BUG/TST: non-numeric EA reductions Bug ExtensionArray Extending pandas with custom dtypes or arrays. Reduction Operations sum, mean, min, max, etc.
#59234 by lukemanley was merged Jul 13, 2024 Loading… updated Jul 13, 2024
4 tasks done
3.0
TST: unskip EA reduction tests ExtensionArray Extending pandas with custom dtypes or arrays. Reduction Operations sum, mean, min, max, etc. Testing pandas testing functions or related to the test suite
#59247 by lukemanley was merged Jul 15, 2024 Loading… updated Jul 15, 2024 3.0
REF: pass dtype explicitly to _from_sequence ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#59774 by jbrockmendel was merged Sep 25, 2024 Loading… updated Sep 25, 2024
5 tasks
3.0
REF: pass dtype explicitly to _from_sequence inside pd.array ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code
#59773 by jbrockmendel was merged Sep 25, 2024 Loading… updated Sep 25, 2024
5 tasks
3.0
ENH: add NDArrayBackedExtensionArray to public API API Design ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#56755 by andrewgsavage was closed Oct 29, 2024 Loading… updated Oct 29, 2024
5 tasks
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
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
#60713 by rhshadrach was merged Jan 14, 2025 Loading… updated Jan 22, 2025
5 tasks
2.3
Backport PR #61085 on branch 2.3.x (DEPS: Update NumpyExtensionArray repr for NEP51) ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#61107 by meeseeksmachine was merged Mar 12, 2025 Loading… updated Mar 12, 2025 2.3
DEPS: Update NumpyExtensionArray repr for NEP51 ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#61085 by rhshadrach was merged Mar 12, 2025 Loading… updated Mar 12, 2025
5 tasks
2.3
API: make construct_array_type non-classmethod ExtensionArray Extending pandas with custom dtypes or arrays.
#62060 by jbrockmendel was merged Aug 6, 2025 Loading… updated Aug 10, 2025
2 of 5 tasks
3.0
BUG: Fix ExtensionArray binary op protocol ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
#61990 by tisjayy was merged Aug 14, 2025 Loading… updated Aug 14, 2025
3 tasks done
CLN: Enforce deprecation of DataFrame.idxmin/max with EAs and axis=1 Clean ExtensionArray Extending pandas with custom dtypes or arrays. Reduction Operations sum, mean, min, max, etc.
#62201 by rhshadrach was merged Aug 27, 2025 Loading… updated Aug 27, 2025
5 tasks
3.0
ENH: EA._cast_pointwise_result ExtensionArray Extending pandas with custom dtypes or arrays.
#62105 by jbrockmendel was merged Aug 20, 2025 Loading… updated Sep 10, 2025
1 of 5 tasks
3.0
ENH: add value_counts to EA interface ExtensionArray Extending pandas with custom dtypes or arrays.
#62254 by jbrockmendel was merged Sep 10, 2025 Loading… updated Sep 10, 2025
1 of 5 tasks
3.0
ProTip! Exclude everything labeled bug with -label:bug.