Skip to content

Commit ed22a3f

Browse files
committed
added new entry for cache changing
1 parent d36715d commit ed22a3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/core/tools/datetimes.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,11 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False,
534534
conversion. May produce significant speed-up when parsing duplicate
535535
date strings, especially ones with timezone offsets.
536536
537-
.. versionchanged:: 0.25.0
537+
.. versionadded:: 0.25.0
538+
539+
cache : boolean, default False
540+
541+
.. versionadded:: 0.23.0
538542
539543
Returns
540544
-------

0 commit comments

Comments
 (0)