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

DEPR: Categorical.replace Categorical Categorical Data Type Deprecate Functionality to remove in pandas
#44929 by jbrockmendel was merged Dec 16, 2021 Loading…
3 of 4 tasks
1.4
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…
2 tasks done
1.5
PERF: avoid object dtype cast for Categorical in _ensure_data Categorical Categorical Data Type Performance Memory or execution speed performance
#46208 by jbrockmendel was merged Mar 3, 2022 Loading…
4 tasks
1.5
BUG: CategoricalIndex.union with nans Categorical Categorical Data Type setops union, intersection, difference, symmetric_difference
#45362 by jbrockmendel was merged Jan 16, 2022 Loading…
3 of 4 tasks
1.5
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… 1.5.1
DEPR: CategoricalIndex.take_nd Categorical Categorical Data Type Deprecate Functionality to remove in pandas
#30702 by jbrockmendel was merged Jan 5, 2020 Loading… 1.0.0
Backport PR #29393 on branch 1.0.x (BUG: GH25495 incorrect dtype when using .loc to set Categorical value for column in 1-row DataFrame) Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#31393 by meeseeksmachine was merged Jan 28, 2020 Loading… 1.0.0
Backport PR #31939 on branch 1.0.x (BUG: Fix construction of Categorical from pd.NA) Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#32200 by meeseeksmachine was merged Feb 23, 2020 Loading… 1.0.2
REF: CategoricalIndex indexing tests Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#33018 by jbrockmendel was merged Mar 25, 2020 Loading… 1.1
Backport PR #35936: (REGR: Fix inplace updates on column to set correct values) Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#36009 by simonjayhawkins was merged Sep 1, 2020 Loading… 1.1.2
REF: de-duplicate Categorical validators Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code
#36558 by jbrockmendel was merged Sep 22, 2020 Loading…
5 tasks
1.2
CLN: remove unnecessary CategoricalIndex._convert_arr_indexer Categorical Categorical Data Type
#36705 by jbrockmendel was merged Sep 30, 2020 Loading…
5 tasks
1.2
TST/REF: misplaced Categorical tests Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
#37678 by jbrockmendel was merged Nov 8, 2020 Loading… 1.2
CLN: remove unnecessary Categorical._validate_setitem_key Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
#37068 by jbrockmendel was merged Oct 12, 2020 Loading…
5 tasks
1.2
CLN: dont special-case should_store, CategoricalBlock Categorical Categorical Data Type Internals Related to non-user accessible pandas implementation
#36952 by jbrockmendel was merged Oct 8, 2020 Loading…
5 tasks
1.2
REF: re-use _validate_setitem_value in Categorical.fillna Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code
#37597 by jbrockmendel was merged Nov 4, 2020 Loading… 1.2
BUG: Categorical with non-nano dt64 Categorical Categorical Data Type Datetime Datetime data dtype
#38791 by jbrockmendel was merged Dec 30, 2020 Loading…
3 of 5 tasks
1.3
REF: make casting explicit in CategoricalIndex Categorical Categorical Data Type Typing type annotations, mypy/pyright type checking
#37884 by jbrockmendel was merged Nov 17, 2020 Loading… 1.2
REF: ensure CategoricalIndex._shallow_copy only ever gets Categorical Categorical Categorical Data Type Index Related to the Index class or subclasses
#37917 by jbrockmendel was merged Nov 18, 2020 Loading… 1.2
REF: de-duplicate CategoricalIndex.get_indexer Categorical Categorical Data Type Refactor Internal refactoring of code
#37923 by jbrockmendel was merged Nov 18, 2020 Loading… 1.2
CLN: defer CategoricalIndex.astype to Categorical.astype Categorical Categorical Data Type Clean
#37908 by jbrockmendel was merged Nov 17, 2020 Loading… 1.2
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.