Skip to content

Commit

Permalink
DOC: Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aschade committed Jan 13, 2018
1 parent a4618bf commit b49f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Reshaping
- Bug in :func:`Dataframe.pivot_table` which fails when the ``aggfunc`` arg is of type string. The behavior is now consistent with other methods like ``agg`` and ``apply`` (:issue:`18713`)
- Bug in :func:`DataFrame.merge` in which merging using ``Index`` objects as vectors raised an Exception (:issue:`19038`)
- Bug in :func:`DataFrame.stack`, :func:`DataFrame.unstack`, :func:`Series.unstack` which were not returning subclasses (:issue:`15563`)
- Bug in :func:`DataFrame.drop`, `ValueError` now raises when dropping an `Index` that has duplicates
- Bug in :func:`DataFrame.drop`, ``ValueError`` now raises when dropping an ``Index`` that has duplicates (:issue:`19186`)
-

Numeric
Expand Down

0 comments on commit b49f78d

Please sign in to comment.