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

Bug can't compute cummin/cummax on ordered categorical #52335 Categorical Categorical Data Type Transformations e.g. cumsum, diff, rank
#52870 by YifanChao was closed May 22, 2023 Loading… updated May 22, 2023
5 tasks
Cython Groupby unused argument removal Clean Groupby Transformations e.g. cumsum, diff, rank
#53506 by WillAyd was merged Jun 3, 2023 Loading… updated Jun 3, 2023 2.1
DEPR: fillna method kwd Deprecate Functionality to remove in pandas Transformations e.g. cumsum, diff, rank
#53496 by jbrockmendel was merged Jun 7, 2023 Loading… updated Jun 7, 2023
2 of 5 tasks
2.1
BUG: groupby shift fill_value, freq followup Groupby Transformations e.g. cumsum, diff, rank
#54133 by mroeschke was merged Jul 18, 2023 Loading… updated Jul 18, 2023
5 tasks
2.1
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
DEPR fill_method and limit keywords in pct_change Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Transformations e.g. cumsum, diff, rank
#53520 by Charlie-XIAO was merged Jun 9, 2023 Loading… updated Sep 20, 2023
3 of 4 tasks
2.1
Fixes grouped rank bug with nullable types. Bug Groupby NA - MaskedArrays Related to pd.NA and nullable extension arrays Transformations e.g. cumsum, diff, rank
#54460 by Sai-Suraj-27 was merged Sep 22, 2023 Loading… updated Sep 22, 2023
5 tasks done
DEPR: inplace in GroupBy.fillna Deprecate Functionality to remove in pandas Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Transformations e.g. cumsum, diff, rank
#53438 by rhshadrach was closed Jun 3, 2023 Loading… updated Sep 27, 2023
5 tasks done
DEPR: groupby.fillna Deprecate Functionality to remove in pandas Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Transformations e.g. cumsum, diff, rank
#55719 by rhshadrach was merged Nov 16, 2023 Loading… updated Nov 16, 2023
7 tasks done
2.2
3
6
Added validation check for integer value for series.df Error Reporting Incorrect or improved errors from pandas Series Series data structure Transformations e.g. cumsum, diff, rank
#56688 by pmhatre1 was merged Jan 7, 2024 Loading… updated Jan 7, 2024
PERF: Don't sort labels in groupby.ffill/bfill Groupby Performance Memory or execution speed performance Transformations e.g. cumsum, diff, rank
#56902 by rhshadrach was merged Jan 16, 2024 Loading… updated Jan 16, 2024
5 tasks
3.0
Added a test that breaks over Series.rank with nullable ints Bug NA - MaskedArrays Related to pd.NA and nullable extension arrays Transformations e.g. cumsum, diff, rank
#56977 by arrhenius-impostor was closed Feb 28, 2024 Draft updated Feb 28, 2024
5 tasks
TST: Add test groupby transform no column Groupby Needs Tests Unit test(s) needed to prevent regressions Stale Transformations e.g. cumsum, diff, rank
#56935 by DevpriyaDave was closed Feb 28, 2024 Draft updated Feb 28, 2024
2 of 5 tasks
CLN: Enforce deprecation of method and limit in pct_change methods Clean Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Transformations e.g. cumsum, diff, rank
#57742 by rhshadrach was merged Mar 6, 2024 Loading… updated Mar 7, 2024
5 tasks
3.0
CLN: enforce deprecation of the method keyword on df.fillna Clean Transformations e.g. cumsum, diff, rank
#57760 by natmokval was merged Mar 14, 2024 Loading… updated Mar 14, 2024 3.0
BUG: fix bug in DataFrame.diff when dataframe has bool dtype and axis=1 Bug DataFrame DataFrame data structure Transformations e.g. cumsum, diff, rank
#57193 by yuanx749 was closed Jun 17, 2024 Loading… updated Jun 28, 2024
4 of 5 tasks
BUG/API (string dtype): return float dtype for series[str].rank() Arrow pyarrow functionality backported Strings String extension data type and string data Transformations e.g. cumsum, diff, rank
#59768 by jorisvandenbossche was merged Sep 12, 2024 Loading… updated Oct 10, 2024 2.3
ENH: Implement cum* methods for PyArrow strings Arrow pyarrow functionality Enhancement Strings String extension data type and string data Transformations e.g. cumsum, diff, rank
#60633 by rhshadrach was merged Jan 13, 2025 Loading… updated Jan 22, 2025
5 tasks
2.3
ProTip! Exclude everything labeled bug with -label:bug.