Skip to content

Commit 433ddc3

Browse files
author
y-p
committed
DOC: Document fast path in to_datetime GH4826
1 parent e2a612a commit 433ddc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/timeseries.rst

+6
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ you can pass the ``dayfirst`` flag:
143143
can't be parsed with the day being first it will be parsed as if
144144
``dayfirst`` were False.
145145

146+
.. note::
147+
Specifying a ``format`` argument will otentially speed up the conversion
148+
considerably, and on version later then 0.13.0, explicitly specifying
149+
a format string of '%Y%m%d' takes a faster path still.
150+
151+
146152
Invalid Data
147153
~~~~~~~~~~~~
148154

0 commit comments

Comments
 (0)