如何通过to_timedelta()转换一系列列

时间:2018-10-31 01:19:41

标签: python pandas

我想用to_timedelta转换一系列列:

df.filter(regex=("time.*")).apply(pd.to_timedelta)

但我收到此错误:

ValueError: ('expected hh:mm:ss format', 'occurred at index xyz')

如何有效更改此时间格式? to_timedelta有可能吗?

更新

数据摘要:

enter image description here

0 个答案:

没有答案