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: Fixed concat with reindex and extension types ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#33522 by TomAugspurger was merged Jul 1, 2020 Loading… updated Jul 2, 2020 1.1
TST: IntegerNA Support for DataFrame.diff() Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode Testing pandas testing functions or related to the test suite
#34889 by Marvzinc was merged Jun 20, 2020 Loading… updated Jun 20, 2020
4 of 5 tasks
1.1
API: more permissive conversion to StringDtype ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#33465 by topper-123 was merged May 26, 2020 Loading… updated May 27, 2020
3 of 5 tasks
1.1
ENH: Add na_value argument to DataFrame.to_numpy Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#33857 by dsaxton was merged May 13, 2020 Loading… updated May 13, 2020
5 tasks done
1.1
TST: Add Series.update ExtensionArray tests ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#34030 by dsaxton was merged May 10, 2020 Loading… updated May 10, 2020 1.1
BUG: Create empty dataframe with string dtype fails Bug Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
#33651 by kotamatsuoka was merged May 9, 2020 Loading… updated May 9, 2020
4 of 5 tasks
1.1
BUG: Don't cast nullable Boolean to float in groupby Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Groupby Regression Functionality that used to work in a prior pandas version
#33089 by dsaxton was merged Apr 7, 2020 Loading… updated May 6, 2020
6 tasks done
1.0.4
BUG: fix memory_usage method with deep of StringArray Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#33985 by kotamatsuoka was merged May 5, 2020 Loading… updated May 5, 2020
3 of 5 tasks
1.1
BUG: Series construction with EA dtype and index but no data fails Bug Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
#33846 by simonjayhawkins was merged May 2, 2020 Loading… updated May 2, 2020
6 tasks
1.1
ENH: general concat with ExtensionArrays through find_common_type API Design Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#33607 by jorisvandenbossche was merged May 2, 2020 Loading… updated May 2, 2020 1.1
[#33770] bug fix to prevent ExtensionArrays from crashing Series.__repr__() Bug ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#33771 by frreiss was merged May 1, 2020 Loading… updated May 1, 2020
5 tasks done
1.1
TST: ensure groupby get by index value #33439 ExtensionArray Extending pandas with custom dtypes or arrays. Groupby Testing pandas testing functions or related to the test suite
#33829 by sam-cohan was merged May 1, 2020 Loading… updated May 1, 2020
5 tasks done
1.1
REF: Implement NDArrayBackedExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays.
#33660 by jbrockmendel was merged Apr 25, 2020 Loading… updated Apr 25, 2020 1.1
ENH: Implement IntegerArray.sum ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations
#33538 by dsaxton was merged Apr 25, 2020 Loading… updated Apr 25, 2020
5 tasks
1.1
ENH: Implement StringArray.min / max Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#33351 by dsaxton was merged Apr 25, 2020 Loading… updated Apr 25, 2020
4 tasks
1.1
BUG: Fix replacing in string series with NA (pandas-dev#32621) Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#32890 by chrispe was merged Apr 10, 2020 Loading… updated Apr 12, 2020
4 tasks done
1.1
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 and test scalar extension dtype op corner case Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#22378 by jbrockmendel was merged Aug 18, 2018 Loading… updated Apr 5, 2020 0.24.0
CLN: Split integer array tests ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
#32910 by dsaxton was merged Mar 24, 2020 Loading… updated Mar 24, 2020 1.1
ENH: implement ExtensionIndex.insert ExtensionArray Extending pandas with custom dtypes or arrays.
#32476 by jbrockmendel was merged Mar 14, 2020 Loading… updated Mar 14, 2020 1.1
CLN: use _values_for_argsort for join_non_unique, join_monotonic Clean ExtensionArray Extending pandas with custom dtypes or arrays.
#32467 by jbrockmendel was merged Mar 11, 2020 Loading… updated Mar 13, 2020 1.1
Implement __array__ on ExtensionIndex ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
#32255 by jbrockmendel was merged Mar 7, 2020 Loading… updated Mar 7, 2020 1.1
BUG: preserve EA dtype in transpose ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#30091 by TomAugspurger was merged Dec 27, 2019 Loading… updated Feb 28, 2020 1.0.0
TST: expand tests for ExtensionArray setitem with nullable arrays ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#31741 by jorisvandenbossche was merged Feb 13, 2020 Loading… updated Feb 13, 2020 1.1
REF: implement ExtensionIndex._concat_same_dtype, use for IntervalIndex ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#31635 by jbrockmendel was merged Feb 10, 2020 Loading… updated Feb 10, 2020 1.1
ProTip! Follow long discussions with comments:>50.