Skip to content

Commit b247bbd

Browse files
author
MarcoGorelli
committed
note that exact has no effect if format=iso8601
1 parent 3d65dbf commit b247bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/tools/datetimes.py

+1
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ def to_datetime(
774774
- If :const:`False`, allow the `format` to match anywhere in the target
775775
string.
776776
777+
Note that if ``format='ISO8601'`` then `exact` has no effect.
777778
unit : str, default 'ns'
778779
The unit of the arg (D,s,ms,us,ns) denote the unit, which is an
779780
integer or float number. This will be based off the origin.

0 commit comments

Comments
 (0)