Skip to content

Commit 02e366c

Browse files
author
Nicholas Ver Halen
committed
Added release note to issue 14401 resolve.
1 parent e4aa3df commit 02e366c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.19.1.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ Bug Fixes
5858
- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
5959
- Bug in ``df.groupby`` where ``TypeError`` raised when ``pd.Grouper(key=...)`` is passed in a list (:issue:`14334`)
6060
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
61-
is not scalar and ``values`` is not specified (:issue:`14380`)
61+
is not scalar and ``values`` is not specified (:issue:`14380`)
62+
- Bug in ``pd.to_numeric`` where a 0 was not unsigned on a downcast = 'unsigned' argument (:issue:`14401`)

0 commit comments

Comments
 (0)