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

REF: stop passing self as arg from ExtensionArray methods Clean ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code Stale
#47440 by brunocoutinhoo was closed Aug 15, 2022 Loading…
2 of 3 tasks
Bug fix - extension array with 2d datetime64 ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#46140 by weikhor was closed Apr 9, 2022 Loading…
3 of 4 tasks
1.5
Bug/45740 stack_multi_columns extension array downcast Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#46095 by ladidadadum was closed Apr 24, 2022 Loading…
2 of 4 tasks
QDataFrame ExtensionArray Extending pandas with custom dtypes or arrays. Subclassing Subclassing pandas objects
#45602 by wkerzendorf was closed Jan 28, 2022 Loading…
1 of 4 tasks
API: value_counts consistently return int64 dtype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#44692 by jbrockmendel was closed Nov 23, 2022 Loading…
3 of 4 tasks
BUG: TypeError when doing equality comparison with Extension Dtype Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#44618 by ata-turhan was closed Dec 10, 2021 Loading…
1 of 2 tasks
Bugfix for constructing empty Series, with index, using ExtensionDtyp… Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#44615 by venaturum was closed Jun 10, 2022 Draft
3 of 4 tasks
Fix/26837 format array ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code Stale
#44527 by TomAugspurger was closed Mar 6, 2022 Loading…
4 tasks done
BUG: IntegerArray/FloatingArray constructors mismatched NAs ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate NA - MaskedArrays Related to pd.NA and nullable extension arrays
#44514 by jbrockmendel was merged Dec 1, 2021 Loading…
3 of 4 tasks
1.4
REF: EA quantile logic to EA._quantile ExtensionArray Extending pandas with custom dtypes or arrays.
#44412 by jbrockmendel was merged Nov 28, 2021 Loading…
4 tasks
1.4
BUG: make mean() raise an exception for strings Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#44131 by kinshukdua was closed May 7, 2022 Loading…
9 tasks done
EA: fillna should accept same type #32414 ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale Testing pandas testing functions or related to the test suite
#43230 by Bhavay-2001 was closed Jan 16, 2022 Loading…
1 task done
TST Providing unit test to snippet GH32414 Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#43136 by Bhavay-2001 was closed Aug 27, 2021 Loading…
1 task done
CLN: Verify non-ndarray is an ExtensionArray in hash_array GH42003 Error Reporting Incorrect or improved errors from pandas ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#42008 by TheNeuralBit was closed Aug 17, 2021 Loading…
API: allow nan-likes in StringArray constructor ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#41412 by lithomas1 was closed Apr 24, 2022 Loading…
4 tasks done
TYP: Typing changes for ExtensionArray.astype ExtensionArray Extending pandas with custom dtypes or arrays. Typing type annotations, mypy/pyright type checking
#41251 by Dr-Irv was merged Sep 6, 2021 Loading… 1.4
ENH: implement EA.replace ExtensionArray Extending pandas with custom dtypes or arrays.
#39600 by jbrockmendel was closed Feb 12, 2021 Loading…
4 tasks
BUG/API: make setitem-inplace preserve dtype when possible with PandasArray, IntegerArray, FloatingArray Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#39044 by jbrockmendel was closed Feb 18, 2021 Loading…
2 of 4 tasks
1.3
ENH: 2D support for MaskedArray ExtensionArray Extending pandas with custom dtypes or arrays.
#38992 by jbrockmendel was merged Oct 16, 2021 Loading… 1.4
TST: Add test_groupby_std_on_nullable_column. ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
#38883 by GabrielSimonetto was closed Jan 3, 2021 Loading…
4 of 5 tasks
BUG: avoid attribute error with pyarrow >=0.16.0 and <1.0.0 Dependencies Required and optional dependencies ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#38803 by ADraginda was merged Jan 5, 2021 Loading…
5 tasks done
1.2.1
Iloc truncates single-column dataframe with extension arrays ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string Stale Testing pandas testing functions or related to the test suite
#38750 by luijkr was closed Feb 11, 2021 Loading…
4 tasks
ENH/POC: EA.isin ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#38422 by jbrockmendel was closed Dec 20, 2020 Loading…
3 of 5 tasks
[#38390] Bug fix for Datetime64Formatter with values of ndim > 1 ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string Stale
#38391 by BryanCutler was closed Mar 9, 2021 Loading…
5 tasks done
BUG: incorrect EA casting in groubpy.agg Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
#38254 by jbrockmendel was closed Jan 24, 2021 Loading…
4 of 5 tasks
ProTip! no:milestone will show everything without a milestone.