Skip to content

Commit e473adb

Browse files
author
Marco Gorelli
committed
set exact=False default in objects_to_datetime
1 parent 45f82c3 commit e473adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ def objects_to_datetime64ns(
21622162
allow_object: bool = False,
21632163
allow_mixed: bool = False,
21642164
format: str = "",
2165-
exact: bool = True,
2165+
exact: bool = False,
21662166
):
21672167
"""
21682168
Convert data to array of timestamps.

0 commit comments

Comments
 (0)