We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b56db29 + 178a091 commit b50bff9Copy full SHA for b50bff9
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