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: CategoricalIndex.reindex Categorical Categorical Data Type Clean
#49513 by lukemanley was merged Nov 5, 2022 Loading… updated Nov 10, 2022
2 tasks done
PERF: df.groupby(categorical) Categorical Categorical Data Type Groupby Performance Memory or execution speed performance
#49596 by lukemanley was merged Nov 9, 2022 Loading… updated Nov 10, 2022
4 tasks done
2.0
BUG: groupby with CategoricalIndex doesn't include unobserved categories Categorical Categorical Data Type Groupby
#49373 by rhshadrach was merged Nov 7, 2022 Loading… updated Nov 8, 2022
6 tasks done
2.0
BUG: Consistent result ordering for groupbys with categorical groupings Bug Categorical Categorical Data Type Groupby
#49318 by gt-on-1234 was closed Oct 29, 2022 Loading… updated Oct 29, 2022
3 of 4 tasks
BUG: groupby(..., dropna=False) drops null values with categorical grouper Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#48981 by rhshadrach was closed Oct 26, 2022 Draft updated Oct 26, 2022
5 tasks
BUG: groupby reorders categorical categories Bug Categorical Categorical Data Type Groupby
#49131 by rhshadrach was merged Oct 24, 2022 Loading… updated Oct 24, 2022
4 tasks done
2.0
PERF: df.groupby(categorical, sort=False) Categorical Categorical Data Type Groupby Performance Memory or execution speed performance
#48976 by mroeschke was merged Oct 7, 2022 Loading… updated Oct 21, 2022
3 tasks done
2.0
BUG: add_categories losing dtype information Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions
#48847 by phofl was merged Sep 29, 2022 Loading… updated Oct 13, 2022
5 tasks done
2.0
BUG: merge with CategoricalIndex for left_on/right_on Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#48464 by jbrockmendel was merged Sep 9, 2022 Loading… updated Oct 13, 2022
5 tasks
2.0
Test: IntervalIndex.astype("category") doesn't preserve exact interval dtype in categories Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
#48226 by weikhor was merged Aug 29, 2022 Loading… updated Oct 13, 2022
5 tasks
2.0
REGR: dropna affects observed in groupby Bug Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#48702 by rhshadrach was merged Sep 23, 2022 Loading… updated Sep 24, 2022
6 tasks done
1.5.1
2
4
Backport PR #48702 on branch 1.5.x (REGR: dropna affects observed in groupby) Bug Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#48750 by meeseeksmachine was merged Sep 23, 2022 Loading… updated Sep 23, 2022 1.5.1
FIX: REGR: setting numeric value in Categorical Series with enlargement raise internal error Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#47751 by CloseChoice was closed Aug 16, 2022 Loading… updated Aug 16, 2022
5 tasks done
REGR: setting numeric value in Categorical Series with enlargement raise internal error Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#48106 by phofl was merged Aug 16, 2022 Loading… updated Aug 16, 2022
5 tasks done
1.5
BUG: fix bug where appending unordered CategoricalIndex variables overrides index Categorical Categorical Data Type
#47841 by GivyBoy was merged Aug 16, 2022 Loading… updated Aug 16, 2022
5 tasks done
1.5
ENH: Make categories setitem error more readable Categorical Categorical Data Type Error Reporting Incorrect or improved errors from pandas
#48087 by daspartho was merged Aug 15, 2022 Loading… updated Aug 15, 2022
1 task done
1.5
ENH: Make categories setitem error more readable Categorical Categorical Data Type Error Reporting Incorrect or improved errors from pandas Stale
#47624 by siddartha-10 was closed Aug 15, 2022 Loading… updated Aug 15, 2022
DEPR: inplace keyword for Categorical.set_ordered, setting .categories directly Categorical Categorical Data Type Deprecate Functionality to remove in pandas
#47834 by jbrockmendel was merged Aug 8, 2022 Loading… updated Aug 9, 2022
4 of 5 tasks
1.5
BUG: DataFrameGroupBy.value_counts includes non-observed categories of non-grouping columns Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Categorical Categorical Data Type Groupby
#46798 by LucasG0 was merged Aug 7, 2022 Loading… updated Aug 7, 2022
4 tasks done
1.5
BUG: fix Dataframe.join with categorical index leads to unexpected reordering Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#47881 by xr-chen was merged Jul 28, 2022 Loading… updated Jul 29, 2022
2 of 5 tasks
1.5
Concatenating unordered CategoricalIndex overrides indices - GH24845 Categorical Categorical Data Type
#47782 by GivyBoy was closed Jul 24, 2022 Loading… updated Jul 24, 2022
5 tasks
Initial draft: from_dummies Categorical Categorical Data Type Enhancement
#41902 by pckSF was merged Jun 30, 2022 Loading… updated Jun 30, 2022
5 of 10 tasks
1.5
tocsv_interval _categories Bug Categorical Categorical Data Type IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
#46562 by Kyrpel was closed Jun 15, 2022 Loading… updated Jun 15, 2022
3 of 4 tasks
1.4.3
BUG: pd.concat produces frames with inconsistent order when concating the ones with categorical indices Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#46019 by tyuyoshi was closed May 24, 2022 Loading… updated May 24, 2022
3 of 4 tasks
1.5
TST: Ensure makeCategoricalIndex categories are unique Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
#46429 by mroeschke was merged Mar 19, 2022 Loading… updated May 19, 2022
2 tasks done
1.5
ProTip! Filter pull requests by the default branch with base:main.