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
In the new warning. to_timestamp should be to_timedelta
df.convert_objects()
...
FutureWarning: convert_objects is deprecated.
Use the data-type specific converters pd.to_datetime, pd.to_timestamp and pd.to_numeric.