-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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… updated Nov 1, 2025
3 tasks done
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
DEPR: Categorical with values not present in categories Categorical Categorical Data Type Deprecate Functionality to remove in pandas
BUG: merge with CategoricalDtype RecursionError Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
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
API: deprecate setting of .ordered directly (GH9347, GH9190) API Design Categorical Categorical Data Type
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
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… updated Jul 22, 2025
2 of 5 tasks
BUG: groupby.groups with NA categories fails Bug Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: Implement categorical accessor for arrow arrays Arrow pyarrow functionality Categorical Categorical Data Type Stale
#56670 by phofl was closed Apr 15, 2025 Loading… updated Apr 15, 2025
BUG: Fix inconsistency of converting empty categorical with dtype_backend='pyarrow' Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions
Fix error pyarrow functionality Categorical Categorical Data Type
value_counts result with pyarrow categorical columns Arrow 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… updated Jan 27, 2025
3 of 5 tasks
Handling conversion of empty categorical with dtype_backend='pyarrow' Bug Categorical Categorical Data Type Stale
BUG: fix treatment of NaNs when .apply() function is used on categorical columns. Apply Apply, Aggregate, Transform, Map Categorical Categorical Data Type
PERF: CategoricalDtype.update_dtype Categorical Categorical Data Type Performance Memory or execution speed performance
REF: Minimize operations in recode_for_groupby Categorical Categorical Data Type Groupby Refactor Internal refactoring of code
PERF: Don't create a CategoricalIndex._engine in __contains__ if categories are RangeIndex Categorical Categorical Data Type Performance Memory or execution speed performance
CLN: enforce deprecation of the Series[categorical].replace special-casing Categorical Categorical Data Type Clean replace replace method
BUG: assert_index_equal does not raise error for check_categorical=False when comparing 2 CategoricalIndex objects Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
Previous Next
ProTip! What’s not been updated in a month: updated:<2025-10-30.