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

CLN: Simplify factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#48580 by rhshadrach was merged Oct 11, 2022 Loading… updated Oct 13, 2022
5 tasks
2.0
PERF: Performance improvement value_counts for masked arrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Constructors Series/DataFrame/Index/pd.array Constructors NA - MaskedArrays Related to pd.NA and nullable extension arrays Performance Memory or execution speed performance Series Series data structure
#48338 by phofl was merged Sep 9, 2022 Loading… updated Oct 13, 2022
4 of 5 tasks
2.0
The indexes of DataFrame.describe(percentiles=[0.29, 0.57, 0.58]) are incorrect Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#48298 by weikhor was merged Sep 6, 2022 Loading… updated Oct 13, 2022
5 tasks
2.0
ENH: Support mask in duplicated algorithm Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff duplicated duplicated, drop_duplicates NA - MaskedArrays Related to pd.NA and nullable extension arrays
#48150 by phofl was merged Sep 13, 2022 Loading… updated Oct 13, 2022
4 of 5 tasks
2.0
Value counts base Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#9355 by hayd was closed May 9, 2015 Loading… updated Oct 13, 2022
WIP: add multi-multi index support to join Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#8898 by thorwhalen was closed May 9, 2015 Loading… updated Oct 13, 2022
ENH: Numerically stable Cython functions roll_cov and roll_corr Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#8326 by jaimefrio was closed May 9, 2015 Loading… updated Oct 13, 2022
Backport PR #48785 on branch 1.5.x (BUG: still emitting unnecessary FutureWarning in DataFrame.sort_values with sparse columns) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Warnings Warnings that appear or should be added to pandas
#48807 by meeseeksmachine was merged Sep 27, 2022 Loading… updated Sep 27, 2022 1.5.1
BUG: still emitting unnecessary FutureWarning in DataFrame.sort_values with sparse columns Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Warnings Warnings that appear or should be added to pandas
#48785 by MarcoGorelli was merged Sep 27, 2022 Loading… updated Sep 27, 2022
5 tasks done
1.5.1
Backport PR #48620 on branch 1.5.x (REGR: Performance decrease in factorize) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
#48710 by meeseeksmachine was merged Sep 22, 2022 Loading… updated Sep 22, 2022 1.5.1
REGR: Performance decrease in factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
#48620 by rhshadrach was merged Sep 22, 2022 Loading… updated Sep 22, 2022
5 tasks
1.5.1
REGR: groupby doesn't identify null values when sort=False Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#48539 by rhshadrach was merged Sep 15, 2022 Loading… updated Sep 17, 2022
4 of 5 tasks
1.5
Backport PR #48539 on branch 1.5.x (REGR: groupby doesn't identify null values when sort=False) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#48568 by meeseeksmachine was merged Sep 15, 2022 Loading… updated Sep 15, 2022 1.5
ENH: Add dropna argument to DataFrame.value_counts() Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API - Consistency Internal Consistency of API/Behavior
#41334 by connesy was merged May 10, 2021 Loading… updated Sep 8, 2022
4 tasks done
1.3
BUG/REGR: Fix subset for DataFrameGroupBy.value_counts Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby
#48164 by mroeschke was merged Aug 23, 2022 Loading… updated Aug 30, 2022
4 tasks done
1.4.4
Backport PR #48164 on branch 1.4.x (BUG/REGR: Fix subset for DataFrameGroupBy.value_counts) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby
#48204 by meeseeksmachine was merged Aug 23, 2022 Loading… updated Aug 23, 2022 1.4.4
ENH: Support mask in unique Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff NA - MaskedArrays Related to pd.NA and nullable extension arrays
#48109 by phofl was merged Aug 18, 2022 Loading… updated Aug 18, 2022
5 tasks done
1.5
BUG: DataFrameGroupBy.value_counts includes non-observed categories of non-grouping columns Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Categorical Categorical Data Type Groupby
#46798 by LucasG0 was merged Aug 7, 2022 Loading… updated Aug 7, 2022
4 tasks done
1.5
Add test for unique aggregation returning different dtypes Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite
#47603 by srotondo was merged Jul 26, 2022 Loading… updated Jul 26, 2022
5 tasks
1.5
TST: Test aggregate with list values #25581 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby Testing pandas testing functions or related to the test suite
#47559 by srotondo was merged Jul 5, 2022 Loading… updated Jul 5, 2022
5 tasks
1.5
BUG: isin casting to float64 for unsigned int and list Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Regression Functionality that used to work in a prior pandas version
#46693 by phofl was merged Jun 24, 2022 Loading… updated Jun 25, 2022
4 tasks done
1.5
DEPR: na_sentinel in factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#47157 by rhshadrach was merged Jun 24, 2022 Loading… updated Jun 24, 2022
4 tasks done
1.5
PERF improve performance of is_lexsorted Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#47459 by MarcoGorelli was merged Jun 24, 2022 Loading… updated Jun 24, 2022 1.5
Try to fix groupby_valuecount Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby Stale
#46846 by DongqiWu was closed Jun 3, 2022 Loading… updated Jun 3, 2022
BUG: MaskedArray._quantile match non-nullable behavior Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff NA - MaskedArrays Related to pd.NA and nullable extension arrays Stale
#46282 by jbrockmendel was merged May 9, 2022 Loading… updated May 9, 2022
4 tasks
1.5
ProTip! Mix and match filters to narrow down what you’re looking for.