We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b08a80 commit d7e226cCopy full SHA for d7e226c
doc/source/user_guide/io.rst
@@ -271,6 +271,12 @@ date_parser : function, default ``None``
271
(corresponding to the columns defined by parse_dates) as arguments.
272
dayfirst : boolean, default ``False``
273
DD/MM format dates, international and European format.
274
+cache_dates : boolean, default True
275
+ If True, use a cache of unique, converted dates to apply the datetime
276
+ conversion. May produce significant speed-up when parsing duplicate
277
+ date strings, especially ones with timezone offsets.
278
+
279
+ .. versionadded:: 0.25.0
280
281
Iteration
282
+++++++++
0 commit comments