File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 235
235
arguments.
236
236
dayfirst : bool, default False
237
237
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
238
244
iterator : bool, default False
239
245
Return TextFileReader object for iteration or getting chunks with
240
246
``get_chunk()``.
327
333
values. The options are `None` for the ordinary converter,
328
334
`high` for the high-precision converter, and `round_trip` for the
329
335
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
336
336
337
337
Returns
338
338
-------
You can’t perform that action at this time.
0 commit comments