Skip to content

Commit

Permalink
Add changelog for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Apr 22, 2018
1 parent 7189f5a commit b7b9124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@ Sparse
Reshaping
^^^^^^^^^

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

0 comments on commit b7b9124

Please sign in to comment.