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.18.1.txt
+5
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,8 @@ Performance Improvements
409
409
- Improved performance of ``DataFrame.to_sql`` when checking case sensitivity for tables. Now only checks if table has been created correctly when table name is not lower case. (:issue:`12876`)
410
410
- Improved performance of ``Period`` construction and time series plotting (:issue:`12903`, :issue:`11831`).
411
411
- Improved performance of ``.str.encode()`` and ``.str.decode()`` methods (:issue:`13008`)
412
+
- Improved performance of ``to_numeric`` if input is numeric dtype (:issue:`12777`)
413
+
412
414
413
415
414
416
@@ -516,3 +518,6 @@ Bug Fixes
516
518
- Bug in ``.describe()`` resets categorical columns information (:issue:`11558`)
517
519
- Bug where ``loffset`` argument was not applied when calling ``resample().count()`` on a timeseries (:issue:`12725`)
518
520
- ``pd.read_excel()`` now accepts column names associated with keyword argument ``names`` (:issue:`12870`)
521
+
- Bug in ``to_numeric`` with ``Index`` returns ``np.ndarray``, rather than ``Index`` (:issue:`12777`)
522
+
- Bug in ``to_numeric`` with datetime-like may raise ``TypeError`` (:issue:`12777`)
523
+
- Bug in ``to_numeric`` with scalar raises ``ValueError`` (:issue:`12777`)
0 commit comments