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

BUG: fix Series(extension array) + extension array values addition Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#22479 by peterpanmj was merged Oct 3, 2018 Loading… updated Nov 8, 2025
4 tasks done
0.24.0
API: added array API Design ExtensionArray Extending pandas with custom dtypes or arrays.
#23581 by TomAugspurger was merged Dec 28, 2018 Loading… updated Apr 5, 2023
2 tasks done
0.24.0
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
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
WIP/POC: Allow (N, 1) and (1,N) EAs Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#26914 by jbrockmendel was closed Jul 1, 2019 Loading… updated Nov 20, 2021
implement astype portion of #24024 Clean Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#24405 by jbrockmendel was merged Dec 28, 2018 Loading… updated Apr 5, 2020 0.24.0
Fix #25099 set na_rep values before converting to string to prevent data truncation Bug ExtensionArray Extending pandas with custom dtypes or arrays. IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string
#25103 by kinow was merged Sep 10, 2019 Loading… updated Sep 10, 2019
4 tasks done
1.0.0
[ENH] Use default EA repr for IntervalArray ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
#26316 by makbigc was merged Sep 10, 2019 Loading… updated Sep 10, 2019
3 of 4 tasks
1.0.0
REF: remove special-casing for internal EAs from format_array ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26965 by simonjayhawkins was closed Aug 28, 2019 Loading… updated Aug 28, 2019
3 tasks
ENH: Implement EA unary ops ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
#23313 by sinhrks was closed Aug 28, 2019 Loading… updated Aug 28, 2019
10 tasks done
BUG: allow None as upcasted_na value ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#20851 by jorisvandenbossche was closed Aug 28, 2019 Loading… updated Aug 28, 2019
[WIP]: API ExtensionDtype for DTA & TDA Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#24674 by TomAugspurger was closed Jul 29, 2019 Loading… updated Jul 29, 2019
4 tasks
POC: 2D EAs via composition Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#27015 by jbrockmendel was closed Jul 1, 2019 Loading… updated Jul 1, 2019
API: ExtensionArray.argsort places the missing value at the end API Design ExtensionArray Extending pandas with custom dtypes or arrays.
#26354 by makbigc was closed Jun 30, 2019 Loading… updated Jun 30, 2019
EA: BoolArray Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#25415 by jreback was closed Jun 27, 2019 Loading… updated Jun 27, 2019
3 of 5 tasks
implement+test mean for datetimelike EA/Index/Series Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#24757 by jbrockmendel was merged Jun 10, 2019 Loading… updated Jun 27, 2019
2 of 4 tasks
0.25.0
BUG: preserve categorical & sparse types when grouping / pivot & preserve dtypes on ufuncs Bug Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Groupby Sparse Sparse Data Type
#26550 by jreback was closed Jun 27, 2019 Loading… updated Jun 27, 2019 0.25.0
[ENH] nargsort handles EA with its _values_for_argsort ExtensionArray Extending pandas with custom dtypes or arrays.
#26854 by makbigc was merged Jun 26, 2019 Loading… updated Jun 26, 2019 0.25.0
TST: test custom _formatter for ExtensionArray + revert ExtensionArrayFormatter removal ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26845 by jorisvandenbossche was merged Jun 14, 2019 Loading… updated Jun 14, 2019
Added extra info section to EA repr ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#24279 by TomAugspurger was closed Jun 8, 2019 Loading… updated Jun 8, 2019
BUG: support casting from bool array to EA Integer dtype Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#25265 by vladserkoff was merged May 14, 2019 Loading… updated May 14, 2019
3 tasks done
0.25.0
CLN: handle EAs and fast path (no bounds checking) in safe_sort Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#25696 by jorisvandenbossche was merged May 7, 2019 Loading… updated May 7, 2019 0.25.0
Add default repr for EAs ExtensionArray Extending pandas with custom dtypes or arrays.
#23601 by TomAugspurger was merged Dec 4, 2018 Loading… updated Apr 5, 2019 0.24.0
Add test for rdivmod on EA array (GH23287) ExtensionArray Extending pandas with custom dtypes or arrays.
#24047 by makbigc was merged Mar 20, 2019 Loading… updated Mar 20, 2019 0.25.0
BUG: Cast ExtensionArray to numpy ndarray before plot ExtensionArray Extending pandas with custom dtypes or arrays. Visualization plotting
#25590 by sighingnow was merged Mar 15, 2019 Loading… updated Mar 15, 2019
4 tasks done
0.25.0
ProTip! Adding no:label will show everything without a label.