Skip to content

Commit

Permalink
DOC: add whatsnew entry for bug GH pandas-dev#14580 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalier committed Dec 18, 2016
1 parent bb9b601 commit f6b1790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.19.2.txt
Expand Up @@ -94,3 +94,5 @@ Bug Fixes
- Bug in ``.plot(kind='kde')`` which did not drop missing values to generate the KDE Plot, instead generating an empty plot. (:issue:`14821`)

- Bug in ``unstack()`` if called with a list of column(s) as an argument, regardless of the dtypes of all columns, they get coerced to ``object`` (:issue:`11847`)

- Bug in ``pd.Series`` iloc returned Categorical object for list-like indexes input, while Series object was expected. (:issue:`14580`)

0 comments on commit f6b1790

Please sign in to comment.