Skip to content

Commit 404f943

Browse files
DOC: Add MultiIndex.factorize extension dtype fix to whatsnew v3.0.0
1 parent c1fef65 commit 404f943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ MultiIndex
10941094
- Bug in :meth:`MultiIndex.from_tuples` causing wrong output with input of type tuples having NaN values (:issue:`60695`, :issue:`60988`)
10951095
- Bug in :meth:`DataFrame.__setitem__` where column alignment logic would reindex the assigned value with an empty index, incorrectly setting all values to ``NaN``.(:issue:`61841`)
10961096
- Bug in :meth:`DataFrame.reindex` and :meth:`Series.reindex` where reindexing :class:`Index` to a :class:`MultiIndex` would incorrectly set all values to ``NaN``.(:issue:`60923`)
1097+
- Bug in :meth:`MultiIndex.factorize` losing extension dtypes and converting them to base dtypes (:issue:`62337`)
10971098

10981099
I/O
10991100
^^^

0 commit comments

Comments
 (0)