标签: python pandas
我想用to_timedelta转换一系列列:
to_timedelta
df.filter(regex=("time.*")).apply(pd.to_timedelta)
但我收到此错误:
ValueError: ('expected hh:mm:ss format', 'occurred at index xyz')
如何有效更改此时间格式? to_timedelta有可能吗?
更新
数据摘要: