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

Backport PR #55527: BUG fix deprecation of limit and fill_method Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#55701 by rhshadrach was merged Oct 26, 2023 Loading… updated Oct 26, 2023
5 tasks
2.1.2
Backport PR #55627 on branch 2.1.x (BUG: value_counts returning incorrect dtype for string dtype) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby Strings String extension data type and string data
#55682 by meeseeksmachine was merged Oct 25, 2023 Loading… updated Oct 25, 2023 2.1.2
BUG: value_counts returning incorrect dtype for string dtype Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby Strings String extension data type and string data
#55627 by phofl was merged Oct 25, 2023 Loading… updated Oct 25, 2023
5 tasks
2.1.2
ENH: Implement masked algorithm for value_counts Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff NA - MaskedArrays Related to pd.NA and nullable extension arrays
#54984 by phofl was merged Sep 30, 2023 Loading… updated Oct 21, 2023
5 tasks
2.2
Backport PR #54913 on branch 2.1.x (REGR: drop_duplicates raising for arrow strings) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#54955 by meeseeksmachine was merged Sep 2, 2023 Loading… updated Sep 2, 2023 2.1.1
REGR: drop_duplicates raising for arrow strings Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#54913 by phofl was merged Sep 2, 2023 Loading… updated Sep 2, 2023
5 tasks
2.1.1
Backport PR #54884 on branch 2.1.x (REGR: value_counts raises with bins) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#54932 by meeseeksmachine was merged Sep 1, 2023 Loading… updated Sep 1, 2023 2.1.1
REGR: value_counts raises with bins Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#54884 by phofl was merged Sep 1, 2023 Loading… updated Sep 1, 2023
5 tasks
2.1.1
TST: added test for missing categories for value_counts Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Categorical Categorical Data Type Needs Tests Unit test(s) needed to prevent regressions
#54837 by rsm-23 was merged Aug 31, 2023 Loading… updated Sep 1, 2023
3 tasks done
2.2
BUG: DataFrame.shift(axis=1) with EADtype Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#53832 by jbrockmendel was merged Jun 26, 2023 Loading… updated Aug 28, 2023
2 of 5 tasks
2.1
BUG: Use operator.xor() for dataframe boolean dtypes Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#53248 by mikejigglypuff was closed Aug 11, 2023 Loading… updated Aug 11, 2023
4 of 5 tasks
PERF: Use String HashTable in value_counts Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Mothballed Temporarily-closed PR the author plans to return to Performance Memory or execution speed performance Stale
#52113 by lithomas1 was closed Aug 1, 2023 Draft updated Aug 1, 2023
5 tasks
ENH: .shift optionally takes multiple periods Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby Transformations e.g. cumsum, diff, rank
#54115 by jona-sassenhagen was merged Jul 28, 2023 Loading… updated Jul 29, 2023
5 tasks done
2.1
BUG: Index.sort_values with key Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Index Related to the Index class or subclasses
#54179 by jbrockmendel was merged Jul 21, 2023 Loading… updated Jul 21, 2023
3 of 5 tasks
2.1
added shuffle method to DataFrame Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#31285 by mrinalTheCoder was closed Jan 26, 2020 Loading… updated May 11, 2023
3 of 5 tasks
BUG: Categorical.copy deep kwarg Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Categorical Categorical Data Type
#27024 by jbrockmendel was closed Jun 27, 2019 Loading… updated May 11, 2023
2 of 4 tasks
BUG: Accept kwargs kind and na_position in Series.sort_index (GH13589) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Compat pandas objects compatability with Numpy or Python functions
#13729 by sahildua2305 was closed Nov 25, 2016 Loading… updated May 11, 2023
3 tasks done
add biweight midcorrelation as option for series correlation Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#9826 by olgabot was closed Oct 18, 2015 Loading… updated May 11, 2023
ENH: numerically stable rolling_skew and rolling_kurt Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#8424 by jaimefrio was closed Jan 2, 2016 Loading… updated May 11, 2023
CLN/TYP: stronger typing in safe_sort Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Typing type annotations, mypy/pyright type checking
#52973 by jbrockmendel was merged Apr 28, 2023 Loading… updated Apr 28, 2023
5 tasks
2.1
Modified the doc string of value_counts for DataFrame and series when sort arg is set to false Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Docs
#52857 by VomV was merged Apr 25, 2023 Loading… updated Apr 25, 2023 2.1
BUG: describe not returning ArrowDtype Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Arrow pyarrow functionality Dtype Conversions Unexpected or buggy dtype conversions
#52470 by mroeschke was merged Apr 6, 2023 Loading… updated Apr 6, 2023
5 tasks
2.0.1
"Backport PR #51978 on branch 2.0.x (BUG/API: preserve non-nano in factorize/unique)" Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Non-Nano datetime64/timedelta64 with non-nanosecond resolution
#52002 by jbrockmendel was merged Mar 16, 2023 Loading… updated Mar 16, 2023
5 tasks
2.0
BUG/API: preserve non-nano in factorize/unique Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Non-Nano datetime64/timedelta64 with non-nanosecond resolution
#51978 by jbrockmendel was merged Mar 15, 2023 Loading… updated Mar 16, 2023
5 tasks
2.0
PERF: Reject non-string object arrays faster in factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#51921 by lithomas1 was merged Mar 13, 2023 Loading… updated Mar 14, 2023
5 tasks
2.1
ProTip! Updated in the last three days: updated:>2025-11-28.