使用轨迹稀疏化那各函数时,出现如下错误:
Traceback (most recent call last):
File "pandas_libs\tslib.pyx", line 286, in pandas._libs.tslib.array_with_unit_to_datetime
ValueError: could not convert string to float: '0:11:49'
ValueError: non convertible value 0:11:49 with the unit 's'
但是使用轨迹增密那个函数时就不会报错,这是什么原因呢?