gpt4 book ai didi

python - 将包含字母的字符串转换为日期时间

转载 作者:太空宇宙 更新时间:2023-11-03 14:32:45 26 4
gpt4 key购买 nike

我得到了一个看起来像这样的字符串:

2012-10-01 13:00:00 +0000 UTC

我想在python中将其更改为DateTime格式,我已经尝试过了

data['dt']=pd.to_datetime(data['dt'])

并出现以下错误:

1- TypeError: Unrecognized value type: <class 'str'>

2- ValueError: Unknown string format

还尝试添加 format='%d%b%Y %H:%M' 但出现错误 1 ​​和

ValueError: time data '2012-10-01 12:00:00 +0000 UTC' does not match format '%d%b%Y %H:%M' (match)

最佳答案

data['dt']=pd.to_datetime(data['dt'], format = '%Y-%m-%d %H:%M:%S +%f %Z')

关于python - 将包含字母的字符串转换为日期时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47161480/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com