File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 235235 arguments.
236236dayfirst : bool, default False
237237 DD/MM format dates, international and European format.
238+ cache_dates : boolean, default True
239+ If True, use a cache of unique, converted dates to apply the datetime
240+ conversion. May produce significant speed-up when parsing duplicate
241+ date strings, especially ones with timezone offsets.
242+
243+ .. versionadded:: 0.23.0
238244iterator : bool, default False
239245 Return TextFileReader object for iteration or getting chunks with
240246 ``get_chunk()``.
327333 values. The options are `None` for the ordinary converter,
328334 `high` for the high-precision converter, and `round_trip` for the
329335 round-trip converter.
330- cache_dates : boolean, default True
331- If True, use a cache of unique, converted dates to apply the datetime
332- conversion. May produce significant speed-up when parsing duplicate
333- date strings, especially ones with timezone offsets.
334-
335- .. versionadded:: 0.23.0
336336
337337Returns
338338-------
You can’t perform that action at this time.
0 commit comments