Skip to content

Commit d497589

Browse files
committed
update release notes
1 parent cc7394c commit d497589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ Other
697697
- Bug in rendering ``inf`` values inside a a :class:`DataFrame` with the ``use_inf_as_na`` option enabled (:issue:`55483`)
698698
- 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`)
699699
- 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`).
701701

702702
.. ***DO NOT USE THIS SECTION***
703703

0 commit comments

Comments
 (0)