Skip to content

Commit dfe8230

Browse files
patniharshitjreback
authored andcommitted
DOC: add floats and ints missing as acceptable arguments for pandas.to_datetime (#14864)
1 parent 0c82abe commit dfe8230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False,
183183
184184
Parameters
185185
----------
186-
arg : string, datetime, list, tuple, 1-d array, Series
186+
arg : integer, float, string, datetime, list, tuple, 1-d array, Series
187187
188188
.. versionadded: 0.18.1
189189

0 commit comments

Comments
 (0)