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

PERF: optimize algos.take for repeated calls Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#39692 by jorisvandenbossche was merged Mar 5, 2021 Loading… updated Feb 23, 2023 1.3
BUG: fix Series.argsort Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#42090 by attack68 was closed Feb 22, 2023 Loading… updated Feb 22, 2023
2 tasks done
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… updated Feb 22, 2023
5 tasks
Updated value_counts documentation and implementation and added single label subset test Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Docs Testing pandas testing functions or related to the test suite
#50955 by tpackard1 was merged Feb 20, 2023 Loading… updated Feb 20, 2023
2 of 3 tasks
2.0
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… updated Feb 1, 2023
5 tasks
2.0
ENH: Allow pairwise calcuation when comparing the column with itself … Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#43569 by peterpanmj was closed Oct 29, 2021 Loading… updated Jan 31, 2023
4 tasks done
TST: Add test_factorize_mixed_values Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
#50784 by luke396 was merged Jan 17, 2023 Loading… updated Jan 18, 2023
1 task done
2.0
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… updated Jan 13, 2023 2.0
BUG/PERF: SeriesGroupBy.value_counts sorting bug and categorical performance Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby Performance Memory or execution speed performance
#50548 by rhshadrach was merged Jan 11, 2023 Loading… updated Jan 11, 2023
6 tasks done
2.0
2
5
CLN: Consolidate groupby.value_counts tests Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Groupby Testing pandas testing functions or related to the test suite
#50631 by rhshadrach was merged Jan 9, 2023 Loading… updated Jan 9, 2023
5 tasks
2.0
BUG: DataFrameGroupBy.value_counts fails with a TimeGrouper Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby
#50507 by rhshadrach was merged Jan 3, 2023 Loading… updated Jan 4, 2023
5 tasks done
2.0
TST: Verify isin returns consistent results for passed iterables Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Needs Tests Unit test(s) needed to prevent regressions
#50443 by jessica-writes-code was merged Dec 27, 2022 Loading… updated Dec 27, 2022
3 of 5 tasks
2.0
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… updated Dec 10, 2022
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… updated Dec 6, 2022
3 of 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… updated Nov 23, 2022 1.5.3
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… updated Nov 23, 2022
5 tasks
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… updated Nov 23, 2022
5 tasks
2.0
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… updated Nov 22, 2022
1 of 5 tasks
1.5.1
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… updated Nov 8, 2022
4 of 5 tasks
2.0
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… updated Nov 6, 2022
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… updated Nov 3, 2022
5 tasks
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… updated Oct 20, 2022
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… updated Oct 18, 2022 1.5.1
Backport PR #49140 on branch 1.5.x (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
#49151 by meeseeksmachine was merged Oct 17, 2022 Loading… updated Oct 17, 2022 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… updated Oct 17, 2022
6 tasks done
1.5.1
2
1
ProTip! Filter pull requests by the default branch with base:main.