We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7189f5a commit b7b9124Copy full SHA for b7b9124
doc/source/whatsnew/v0.23.0.txt
@@ -1190,6 +1190,7 @@ Sparse
1190
Reshaping
1191
^^^^^^^^^
1192
1193
+- Bug in :func:`DataFrame.merge` where referencing a `CategoricalIndex` by name in the `by` param raises a `KeyError`
1194
- Bug in :func:`DataFrame.stack` which fails trying to sort mixed type levels under Python 3 (:issue:`18310`)
1195
- Bug in :func:`DataFrame.unstack` which casts int to float if ``columns`` is a ``MultiIndex`` with unused levels (:issue:`17845`)
1196
- 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