在执行
pd.to_datetime('2014-11-28') - df_part_1_ui_b_last_time['ui_b1_last_time']
时报错:TypeError: data type “datetime” not understood
自己试了很多方法,后来找到发现是因为pandas没有更新,将python版本中pandas更新到最新就可以解决这个问题
在执行
pd.to_datetime('2014-11-28') - df_part_1_ui_b_last_time['ui_b1_last_time']
时报错:TypeError: data type “datetime” not understood
自己试了很多方法,后来找到发现是因为pandas没有更新,将python版本中pandas更新到最新就可以解决这个问题