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: Categorical(Series[object]) not preserving categories.dtype as object Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Strings String extension data type and string data
#62757 by jbrockmendel was merged Oct 24, 2025 Loading…
3 of 5 tasks
3.0
TST: add fillna test for filling with Categorical Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Needs Tests Unit test(s) needed to prevent regressions Stale
#62319 by thaiv28 was closed Nov 1, 2025 Loading…
3 tasks done
BUG: merge with CategoricalDtype RecursionError Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#62282 by jbrockmendel was merged Sep 8, 2025 Loading…
3 of 5 tasks
3.0
BUG: df.loc[i] with Categorical column containing NaN Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#62255 by jbrockmendel was merged Sep 4, 2025 Loading…
3 of 5 tasks
3.0
DEPR: Categorical with values not present in categories Categorical Categorical Data Type Deprecate Functionality to remove in pandas
#62142 by jbrockmendel was merged Sep 8, 2025 Loading…
5 of 6 tasks
3.0
BUG: Change default of observed in Series.groupby Bug Categorical Categorical Data Type Groupby
#62025 by rhshadrach was merged Aug 2, 2025 Loading…
5 tasks
3.0
REF: make copy keyword in recode_for_categories keyword only Categorical Categorical Data Type
#62019 by mroeschke was merged Aug 4, 2025 Loading… 3.0
BUG: Avoid copying categorical codes if copy=False Categorical Categorical Data Type
#62000 by fjetter was merged Aug 1, 2025 Loading…
4 tasks done
3.0
BUG: Fix concat dtype preservation through concat Bug Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#61893 by adrienpacifico was closed Jul 22, 2025 Loading…
2 of 5 tasks
Output formatting: preserve quoting for string categories Categorical Categorical Data Type Output-Formatting __repr__ of pandas objects, to_string Strings String extension data type and string data
#61891 by jorisvandenbossche was merged Jul 25, 2025 Loading… 2.3.2
BUG: groupby.groups with NA categories fails Bug Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#61364 by rhshadrach was merged Apr 28, 2025 Loading…
1 of 5 tasks
3.0
BUG: Fix inconsistency of converting empty categorical with dtype_backend='pyarrow' Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions
#61131 by yuanx749 was merged Mar 17, 2025 Loading…
4 of 5 tasks
3.0
Fix error value_counts result with pyarrow categorical columns Arrow pyarrow functionality Categorical Categorical Data Type
#60949 by chilin0525 was merged Feb 19, 2025 Loading…
5 tasks done
3.0
BUG: value_counts() check Index with PyArrow categorical columns Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Arrow pyarrow functionality Bug Categorical Categorical Data Type Stale
#60569 by meryadri was closed Jan 27, 2025 Loading…
3 of 5 tasks
BUG: fix treatment of NaNs when .apply() function is used on categorical columns. Apply Apply, Aggregate, Transform, Map Categorical Categorical Data Type
#59966 by saldanhad was merged Oct 4, 2024 Loading…
4 tasks done
3.0
Handling conversion of empty categorical with dtype_backend='pyarrow' Bug Categorical Categorical Data Type Stale
#59935 by veljanin was closed Dec 8, 2024 Loading…
2 tasks done
3.0
PERF: CategoricalDtype.update_dtype Categorical Categorical Data Type Performance Memory or execution speed performance
#59647 by mroeschke was merged Sep 5, 2024 Loading… 3.0
REF: Minimize operations in recode_for_groupby Categorical Categorical Data Type Groupby Refactor Internal refactoring of code
#59618 by mroeschke was merged Aug 26, 2024 Loading… 3.0
Add doc for counting categorical dtype Categorical Categorical Data Type Docs
#59327 by jahn96 was merged Jul 30, 2024 Loading…
2 tasks done
3.0
PERF: Don't create a CategoricalIndex._engine in __contains__ if categories are RangeIndex Categorical Categorical Data Type Performance Memory or execution speed performance
#59178 by mroeschke was merged Jul 22, 2024 Loading… 3.0
CLN: Change Categorical.map(na_action=) default to None Categorical Categorical Data Type Clean
#58625 by mroeschke was merged May 8, 2024 Loading… 3.0
ENH: Implement cummax and cummin in _accumulate() for ordered Categorical arrays Categorical Categorical Data Type Reduction Operations sum, mean, min, max, etc.
#58360 by bdwzhangumich was merged Apr 23, 2024 Loading…
3 of 5 tasks
3.0
CLN: enforce deprecation of the Series[categorical].replace special-casing Categorical Categorical Data Type Clean replace replace method
#58270 by natmokval was merged Jun 25, 2024 Loading… 3.0
BUG/PERF: groupby.transform with unobserved categories Apply Apply, Aggregate, Transform, Map Bug Categorical Categorical Data Type Groupby Performance Memory or execution speed performance
#58084 by undermyumbrella1 was merged May 8, 2024 Loading…
4 of 5 tasks
3.0
ProTip! Filter pull requests by the default branch with base:main.