Skip to content

Commit b187c27

Browse files
committed
added cache_dates argument for read_csv func in doc/source/user_guide/io.rst
1 parent e745b6f commit b187c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/user_guide/io.rst

+6
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ date_parser : function, default ``None``
271271
(corresponding to the columns defined by parse_dates) as arguments.
272272
dayfirst : boolean, default ``False``
273273
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
274280

275281
Iteration
276282
+++++++++

0 commit comments

Comments
 (0)