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

ENH: .equals for Extension Arrays ExtensionArray Extending pandas with custom dtypes or arrays.
#30652 by dwhu was merged May 9, 2020 Loading… updated May 9, 2020
4 of 5 tasks
1.1
BUG: value_counts not working correctly on ExtensionArrays ExtensionArray Extending pandas with custom dtypes or arrays. Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
#33674 by kotamatsuoka was merged May 1, 2020 Loading… updated May 1, 2020
4 of 5 tasks
1.1
BUG: retain extension dtypes in transpose ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#28048 by jbrockmendel was closed Dec 6, 2019 Loading… updated Apr 5, 2020
3 of 5 tasks
1.0.0
BUG: regression when applying groupby aggregation on categorical columns ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
#31359 by charlesdong1991 was merged Jan 29, 2020 Loading… updated Mar 27, 2020
5 tasks
1.0.0
BUG30787 fixed unexpected behaviour by removing nullable values Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#30920 by alagappan97 was closed Feb 12, 2020 Loading… updated Feb 12, 2020
ENH: Handle extension arrays in algorithms.diff Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#31025 by TomAugspurger was merged Jan 23, 2020 Loading… updated Jan 23, 2020 1.0.0
WIP: Maintain Int64 Precision on Construction ExtensionArray Extending pandas with custom dtypes or arrays.
#26272 by WillAyd was closed Jul 11, 2019 Loading… updated Jan 16, 2020
2 of 4 tasks
API: Disallow NaN 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
#30980 by TomAugspurger was merged Jan 14, 2020 Loading… updated Jan 14, 2020 1.0.0
BUG: to_datetime with unit with Int64 Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
#30241 by AlexKirko was merged Jan 2, 2020 Loading… updated Jan 3, 2020
5 tasks done
1.0.0
StringArray comparisions return BooleanArray API Design ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#30231 by TomAugspurger was merged Dec 18, 2019 Loading… updated Dec 18, 2019
BUG: Fix comparison between nullable int and string Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#28945 by dsaxton was merged Dec 10, 2019 Loading… updated Dec 11, 2019
4 tasks done
1.0.0
TST: fix DecimalArray._reduce kludges Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#29630 by jbrockmendel was merged Nov 18, 2019 Loading… updated Nov 18, 2019 1.0.0
BUG/TST: ensure groupby.agg preserves extension dtype ExtensionArray Extending pandas with custom dtypes or arrays. Groupby
#29144 by jorisvandenbossche was merged Oct 23, 2019 Loading… updated Oct 25, 2019 1.0.0
Added try-except clause to catch numpy error. Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#27970 by dustanlevenstein was closed Oct 3, 2019 Loading… updated Oct 3, 2019
1 of 5 tasks
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
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
REF: use should_extension_dispatch for comparison method ExtensionArray Extending pandas with custom dtypes or arrays.
#27912 by jbrockmendel was merged Aug 19, 2019 Loading… updated Aug 19, 2019 1.0.0
EA: implement+test EA.view API Design ExtensionArray Extending pandas with custom dtypes or arrays.
#27633 by jbrockmendel was merged Aug 9, 2019 Loading… updated Aug 9, 2019 1.0.0
[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
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
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
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.