-
- 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: pd.array([]) should return masked array ExtensionArray Extending pandas with custom dtypes or arrays.
REF: remove test_accumulate_series_raises ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
REF: implement BaseOpsUtil._cast_pointwise_result ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
REF/TST: remove overriding tm.assert_foo pattern ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
REF: dont patch assert_frame_equal ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
PERF: axis=1 reductions with EA dtypes ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance Reduction Operations sum, mean, min, max, etc.
REF: de-duplicate extension tests ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
TST: fix Decimal constructor xfail ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
REF: remove overriding assert_extension_array_equal ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
PERF: DataFrame reductions with axis=None and EA dtypes ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance Reduction Operations sum, mean, min, max, etc.
BUG: melt with extension dtype column ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REF: rename PandasArray->NumpyExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: DataFrame.shift(axis=1) with EADtype Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: df constructor not copying ea backed series Copy / view semantics ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: EA.fillna copy=True ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
REF: move values_for_json to EA ExtensionArray Extending pandas with custom dtypes or arrays. IO JSON read_json, to_json, json_normalize
ENH: EA.interpolate ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Use _values_for_factorize by default for hashing ExtensionArrays ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: merge_asof raising KeyError for extension dtypes ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: EADtype._find_compatible_dtype ExtensionArray Extending pandas with custom dtypes or arrays. setitem-with-expansion Stale
#53106 by jbrockmendel was closed Jan 10, 2024 Loading…
6 of 7 tasks
ENH: EA._from_scalars Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#53089 by jbrockmendel was merged Oct 16, 2023 Loading…
5 tasks done
PERF: Series.corr/Series.cov for EA dtypes ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance
Doc: add ExtensionArray.map to reference/extensions.rst Docs ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#52280 by topper-123 was closed May 15, 2023 Loading…
DOC: Add .map to ExtensionArray reference Docs ExtensionArray Extending pandas with custom dtypes or arrays.
ProTip! Exclude everything labeled
bug with -label:bug.