time data ' 07/01 00:10:00' does not match format '%m/%d %H:%M:%S' (match)

ValueError: time data ' 07/01 00:10:00' does not match format '%m/%d %H:%M:%S' (match)
这个是什么原因呢

具体代码啥样

直接用time转换没有问题,如果是pandas.to_datetime出错的话,可以用errors='coerce'参数
https://blog.csdn.net/zx1245773445/article/details/106525175