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
+4
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,16 @@ Enhancements
79
79
- Added ``gbq.generate_bq_schema`` function to the gbq module (:issue:`8325`).
80
80
- ``Series`` now works with map objects the same way as generators (:issue:`8909`).
81
81
- Added context manager to ``HDFStore`` for automatic closing (:issue:`8791`).
82
+
- ``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`)
82
83
83
84
.. _whatsnew_0152.performance:
84
85
85
86
Performance
86
87
~~~~~~~~~~~
87
88
- Reduce memory usage when skiprows is an integer in read_csv (:issue:`8681`)
88
89
90
+
- Performance boost for ``to_datetime`` conversions with a passed ``format=``, and the ``exact=False`` (:issue:`8904`)
91
+
89
92
.. _whatsnew_0152.experimental:
90
93
91
94
Experimental
@@ -142,6 +145,7 @@ Bug Fixes
142
145
143
146
- Report a ``TypeError`` when invalid/no paramaters are passed in a groupby (:issue:`8015`)
144
147
- Regression in DatetimeIndex iteration with a Fixed/Local offset timezone (:issue:`8890`)
148
+
- Bug in ``to_datetime`` when parsing a nanoseconds using the ``%f`` format (:issue:`8989`)
145
149
- Bug in packaging pandas with ``py2app/cx_Freeze`` (:issue:`8602`, :issue:`8831`)
146
150
- Bug in ``groupby`` signatures that didn't include \*args or \*\*kwargs (:issue:`8733`).
147
151
- ``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