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: Refactor merge array conversions for factorizer Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Refactor Internal refactoring of code
#49978 by phofl was merged Dec 1, 2022 Loading…
5 tasks
API: various .value_counts() result in different names / indices Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design
#49912 by MarcoGorelli was merged Feb 1, 2023 Loading…
5 tasks
2.0
Backport PR #49839 on branch 1.5.x (PERF: Fix performance regression in isin for empty values) 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
#49860 by meeseeksmachine was merged Nov 23, 2022 Loading… 1.5.3
DEPR/API: DataFrame.shift(axis=1, fill_value=inty) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Deprecate Functionality to remove in pandas
#49842 by jbrockmendel was merged Nov 23, 2022 Loading…
5 tasks
2.0
PERF: Fix performance regression in isin for empty values 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
#49839 by phofl was merged Nov 23, 2022 Loading…
5 tasks
1.5.3
CLN: Remove unused code in Factorizer classes Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#49547 by phofl was merged Nov 6, 2022 Loading…
5 tasks
2.0
DEPR: Enforce deprecation of na_sentinel 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
#49402 by rhshadrach was merged Nov 7, 2022 Loading…
4 of 5 tasks
2.0
PERF: Avoid call to list in isin Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#49192 by rhshadrach was merged Oct 20, 2022 Loading…
5 tasks
2.0
Backport PR #49162 on branch 1.5.x (PERF: Fix performance regression for isin with mismatching dtypes) 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
#49165 by meeseeksmachine was merged Oct 18, 2022 Loading… 1.5.1
PERF: Fix performance regression for isin with mismatching dtypes 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
#49162 by phofl was merged Oct 18, 2022 Loading…
1 of 5 tasks
1.5.1
Revert "PERF: faster corrwith method for pearson and spearman correlation when other is a Series and axis = 0 (column-wise) (#46174)" Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#49140 by MarcoGorelli was merged Oct 17, 2022 Loading…
6 tasks done
1.5.1
2
1
ENH: Add mask support for value_counts with dropna=False Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#49049 by phofl was closed Feb 22, 2023 Loading…
5 tasks
REG: fix regression in df.corrwith on tied data when method is spearman Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version Stale
#49032 by GYHHAHA was closed Dec 6, 2022 Loading…
3 of 5 tasks
2.0
bugfix for #48757 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#48876 by ruifeng96150 was closed Nov 3, 2022 Loading…
5 tasks
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… 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…
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… 1.5.1
ENH: unique/factorize preserve non-nano Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Non-Nano datetime64/timedelta64 with non-nanosecond resolution Stale
#48670 by jbrockmendel was closed Jan 13, 2023 Loading… 2.0
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…
5 tasks
1.5.1
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…
5 tasks
2.0
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… 1.5
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…
4 of 5 tasks
1.5
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…
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…
5 tasks
2.0
ProTip! Filter pull requests by the default branch with base:main.