python - 如何让dataframe中两列时间相减?
ringa_lee
ringa_lee 2017-04-18 10:33:13
0
1
1308

ringa_lee
ringa_lee

ringa_lee

全部回复(1)
左手右手慢动作

两个字段类型不匹配不能进行运算
运算之前先转换一下类型

df['age'] = pd.to_datetime(df['indate']) - pd.to_datetime(df['dob'])
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板