-
- 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: fix Series(extension array) + extension array values addition Bug ExtensionArray Extending pandas with custom dtypes or arrays.
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
SparseArray is an ExtensionArray API Design ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
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.
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
[ENH] Use default EA repr for IntervalArray ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
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
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
[ENH] nargsort handles EA with its _values_for_argsort ExtensionArray Extending pandas with custom dtypes or arrays.
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
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.
Add test for rdivmod on EA array (GH23287) ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: Cast ExtensionArray to numpy ndarray before plot ExtensionArray Extending pandas with custom dtypes or arrays. Visualization plotting
Previous Next
ProTip! Adding no:label will show everything without a label.