Skip to content

Commit f6b1790

Browse files
committed
DOC: add whatsnew entry for bug GH pandas-dev#14580 fix
1 parent bb9b601 commit f6b1790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.19.2.txt

+2
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ Bug Fixes
9494
- Bug in ``.plot(kind='kde')`` which did not drop missing values to generate the KDE Plot, instead generating an empty plot. (:issue:`14821`)
9595

9696
- 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`)
97+
98+
- Bug in ``pd.Series`` iloc returned Categorical object for list-like indexes input, while Series object was expected. (:issue:`14580`)

0 commit comments

Comments
 (0)