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
@@ -472,6 +472,8 @@ Performance Improvements
472
472
- 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`)
473
473
- Improved performance of ``Period`` construction and time series plotting (:issue:`12903`, :issue:`11831`).
474
474
- Improved performance of ``.str.encode()`` and ``.str.decode()`` methods (:issue:`13008`)
475
+
- Improved performance of ``to_numeric`` if input is numeric dtype (:issue:`12777`)
476
+
475
477
476
478
477
479
@@ -583,3 +585,6 @@ Bug Fixes
583
585
- Bug in ``.describe()`` resets categorical columns information (:issue:`11558`)
584
586
- Bug where ``loffset`` argument was not applied when calling ``resample().count()`` on a timeseries (:issue:`12725`)
585
587
- ``pd.read_excel()`` now accepts column names associated with keyword argument ``names`` (:issue:`12870`)
588
+
- Bug in ``to_numeric`` with ``Index`` returns ``np.ndarray``, rather than ``Index`` (:issue:`12777`)
589
+
- Bug in ``to_numeric`` with datetime-like may raise ``TypeError`` (:issue:`12777`)
590
+
- Bug in ``to_numeric`` with scalar raises ``ValueError`` (:issue:`12777`)
0 commit comments