You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you need to look for the source of the to_datetime function, this is located in tseries/tools (you can inspect the function to see that, just type pd.to_datetime in a console)
A small, complete example of the issue
http://pandas.pydata.org/pandas-docs/version/0.19.0/generated/pandas.to_datetime.html says:
While http://pandas.pydata.org/pandas-docs/version/0.19.0/timeseries.html#epoch-timestamps says that
int
s andfloat
s are accepted as well.Expected Output
int
andfloat
to be in the listOutput of
pd.show_versions()
The text was updated successfully, but these errors were encountered: