You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.2.txt
+2
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,5 @@ Bug Fixes
94
94
- Bug in ``.plot(kind='kde')`` which did not drop missing values to generate the KDE Plot, instead generating an empty plot. (:issue:`14821`)
95
95
96
96
- 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