我的数据框中有一个值与此类似的列
"2017-09-27 06:32:27:919"
我试图使用pandas to_datettime函数将其转换为日期时间。但这并没有得到转化。该怎么办?我unit='ns'仍然没有将其转换。
pandas to_datettime
unit='ns'
相关分类