I am trying to convert MM:SS.ss into a timedelta. So far, I have tried:
df=pd.to_timedelta(df)
it gave me TypeError: arg must be a string, timedelta, list, tuple, 1-d array, or Series
.
df = pd.to_datetime(df, format = "%MM:%SS:%ss")
Example of the data: 1:24.3154