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
Changed the tests so that it iterated through a dictionary.
I also added a series of other tests that included making sure that a
dtype shifted dtype once it reached the next value and once again
edited the whatsnew.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,4 @@ Bug Fixes
65
65
- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
66
66
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns`` is not scalar and ``values`` is not specified (:issue:`14380`)
67
67
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
68
+
- Bug in ``pd.to_numeric`` where a 0 was not unsigned on a downcast = 'unsigned' argument (:issue:`14401`)
0 commit comments