You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.2.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -697,7 +697,7 @@ Other
697
697
- Bug in rendering ``inf`` values inside a a :class:`DataFrame` with the ``use_inf_as_na`` option enabled (:issue:`55483`)
698
698
- Bug in rendering a :class:`Series` with a :class:`MultiIndex` when one of the index level's names is 0 not having that name displayed (:issue:`55415`)
699
699
- Bug in the error message when assigning an empty dataframe to a column (:issue:`55956`)
700
-
-
700
+
- Enhanced :func:`pandas.factorize` to support an additional parameter `original_factorization`, allowing users to apply an existing factorization scheme to new data. This feature is useful for maintaining consistent category codes across different datasets (:issue:`12509`).
0 commit comments