We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6331a5 commit 8a836b2Copy full SHA for 8a836b2
doc/source/whatsnew/v0.19.1.txt
@@ -49,3 +49,4 @@ Bug Fixes
49
- Bug in ``DataFrame.to_json`` where ``lines=True`` and a value contained a ``}`` character (:issue:`14391`)
50
- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
51
- Bug in ``pd.to_numeric`` where it would not downcast a 0 to a uint8 (:issue:`14404`)
52
+- Bug in ``pd.to_numeric`` where it would not downcast a 0 properly. (:issue:`14401`)
0 commit comments