Skip to content

Commit 21f7c15

Browse files
committed
modified kwarg
1 parent 1665922 commit 21f7c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/cast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def try_datetime(v):
916916
try:
917917
from pandas import to_datetime
918918
# GH19671
919-
return to_datetime(v, require_iso8601=True)
919+
return to_datetime(v, _require_iso8601=True)
920920
except Exception:
921921
pass
922922

0 commit comments

Comments
 (0)