Skip to content

Commit b7b9124

Browse files
committed
Add changelog for bugfix
1 parent 7189f5a commit b7b9124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ Sparse
11901190
Reshaping
11911191
^^^^^^^^^
11921192

1193+
- Bug in :func:`DataFrame.merge` where referencing a `CategoricalIndex` by name in the `by` param raises a `KeyError`
11931194
- Bug in :func:`DataFrame.stack` which fails trying to sort mixed type levels under Python 3 (:issue:`18310`)
11941195
- Bug in :func:`DataFrame.unstack` which casts int to float if ``columns`` is a ``MultiIndex`` with unused levels (:issue:`17845`)
11951196
- Bug in :func:`DataFrame.unstack` which raises an error if ``index`` is a ``MultiIndex`` with unused labels on the unstacked level (:issue:`18562`)

0 commit comments

Comments
 (0)