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.15.2.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,15 @@ Enhancements
78
78
- Added ``gbq.generate_bq_schema`` function to the gbq module (:issue:`8325`).
79
79
- ``Series`` now works with map objects the same way as generators (:issue:`8909`).
80
80
- Added context manager to ``HDFStore`` for automatic closing (:issue:`8791`).
81
+
- ``to_datetime`` gains an ``exact`` keyword to allow for a format to not require an exact match for a provided format string (if its ``False). ``exact`` defaults to ``True`` (meaning that exact matching is still the default) (:issue:`8904`)
81
82
82
83
.. _whatsnew_0152.performance:
83
84
84
85
Performance
85
86
~~~~~~~~~~~
86
87
- Reduce memory usage when skiprows is an integer in read_csv (:issue:`8681`)
87
88
88
-
- Performance boost for ``to_datetime`` conversions with a passed ``format=`` kw, and the new ``exact=False`` for kw with non-exact matching (:issue:`8904`)
89
+
- Performance boost for ``to_datetime`` conversions with a passed ``format=``, and the ``exact=False`` (:issue:`8904`)
89
90
90
91
.. _whatsnew_0152.experimental:
91
92
@@ -143,6 +144,7 @@ Bug Fixes
143
144
144
145
- Report a ``TypeError`` when invalid/no paramaters are passed in a groupby (:issue:`8015`)
145
146
- Regression in DatetimeIndex iteration with a Fixed/Local offset timezone (:issue:`8890`)
147
+
- Bug in ``to_datetime`` when parsing a nanoseconds using the ``%f`` format (:issue:`8989`)
146
148
- Bug in packaging pandas with ``py2app/cx_Freeze`` (:issue:`8602`, :issue:`8831`)
147
149
- Bug in ``groupby`` signatures that didn't include \*args or \*\*kwargs (:issue:`8733`).
148
150
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo and when it receives no data from Yahoo (:issue:`8761`), (:issue:`8783`).
0 commit comments