We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d673f commit 178a091Copy full SHA for 178a091
pandas/tseries/tools.py
@@ -61,6 +61,8 @@ def to_datetime(arg, errors='ignore', dayfirst=False, utc=None, box=True,
61
Errors are ignored by default (values left untouched)
62
dayfirst : boolean, default False
63
If True parses dates with the day first, eg 20/01/2005
64
+ Warning: dayfirst=True is not strict, but will prefer to parse
65
+ with day first (this is a known bug).
66
utc : boolean, default None
67
Return UTC DatetimeIndex if True (converting any tz-aware
68
datetime.datetime objects as well)
0 commit comments