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: nancorr cleanups Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#42757 by mzeitlin11 was merged Jul 28, 2021 Loading… 1.4
BUG: compute.use_numexpr option not respected Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#42668 by saehuihwang was merged Jul 28, 2021 Loading…
4 tasks done
1.4
DOC: Adding examples to DataFrameGroupBy.rank #38972 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Docs Groupby
#42402 by debnathshoham was merged Jul 12, 2021 Loading…
2 of 4 tasks
1.4
WIP: PERF: Cythonize fillna Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Stale
#42309 by lithomas1 was closed Oct 31, 2021 Draft
4 tasks
CLN: simplify take2d_axis0 generated code Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#42263 by mzeitlin11 was merged Jul 1, 2021 Loading… 1.4
CLN: allow label memviews to be None Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#42260 by mzeitlin11 was merged Jul 1, 2021 Loading… 1.4
Backport PR #42131 on branch 1.3.x (REGR: Series.mode with boolean and pd.NA) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#42159 by meeseeksmachine was merged Jun 21, 2021 Loading… 1.3
REGR: Series.mode with boolean and pd.NA Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#42131 by jbrockmendel was merged Jun 21, 2021 Loading…
3 of 4 tasks
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…
2 tasks done
PERF: groupsort_indexer contiguity Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#42031 by mzeitlin11 was merged Jul 28, 2021 Loading… 1.4
BUG/REF: use sorted_rank_1d for rank_2d Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Refactor Internal refactoring of code
#41931 by mzeitlin11 was merged Jun 25, 2021 Loading…
4 tasks done
1.4
REF: give rank1d/2d same nan filling Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Refactor Internal refactoring of code
#41916 by mzeitlin11 was merged Jun 17, 2021 Loading… 1.4
REF: split out sorted_rank algo Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Refactor Internal refactoring of code
#41910 by mzeitlin11 was merged Jun 10, 2021 Loading… 1.3
TST/CLN: test_cov_corr Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Testing pandas testing functions or related to the test suite
#41886 by mzeitlin11 was merged Jun 10, 2021 Loading… 1.3
PERF: nancorr_spearman fastpath Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#41885 by mzeitlin11 was merged Jun 9, 2021 Loading… 1.3
CLN/PERF: no need for kahan for int group_cumsum Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Groupby Performance Memory or execution speed performance
#41874 by mzeitlin11 was merged Jun 9, 2021 Loading… 1.3
PERF: nancorr_spearman Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#41857 by mzeitlin11 was merged Jun 9, 2021 Loading…
3 tasks done
1.3
BUG/ENH: group cummin/max handle skipna 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
#41854 by mzeitlin11 was merged Jul 31, 2021 Loading…
4 tasks done
1.4
REF: split out grouped masked cummin/max algo Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby Refactor Internal refactoring of code
#41853 by mzeitlin11 was merged Jun 9, 2021 Loading… 1.3
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…
4 tasks done
1.3
REF: avoid unnecessary casting in algorithms Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Refactor Internal refactoring of code
#41256 by jbrockmendel was merged May 2, 2021 Loading… 1.3
Optimising Series.nunique for Nan values #40865 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#41236 by KenilMehta was merged May 3, 2021 Loading…
1 task
1.3
BUG: isin fails to correctly compare None values. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#41145 by DriesSchaumont was closed Oct 4, 2021 Draft
2 of 4 tasks
BUG: Fix series clipping NA issue Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug NA - MaskedArrays Related to pd.NA and nullable extension arrays
#41141 by Rasori was merged Apr 30, 2021 Loading…
4 tasks done
1.3
BUG: pd.factorize should not upconvert unique values unnecessarily Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Dtype Conversions Unexpected or buggy dtype conversions
#41132 by topper-123 was merged Apr 26, 2021 Loading… 1.3
ProTip! Updated in the last three days: updated:>2025-11-26.