Skip to content

Commit 4910c41

Browse files
committed
added new entry for cache changing
1 parent 58161a4 commit 4910c41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/core/tools/datetimes.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,11 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False,
497497
conversion. May produce significant speed-up when parsing duplicate
498498
date strings, especially ones with timezone offsets.
499499
500-
.. versionchanged:: 0.25.0
500+
.. versionadded:: 0.25.0
501+
502+
cache : boolean, default False
503+
504+
.. versionadded:: 0.23.0
501505
502506
Returns
503507
-------

0 commit comments

Comments
 (0)