我正在尝试将这一系列日期转换为日期时间格式,但我一直收到格式不匹配的错误: ValueError: time data '12-Feb-10' does not match format '%d-%b-Nov-12', '29-Nov-13','31-Dec-10', '30-Dec-11'\
, '28-Dec-12', '2
我的索引是'%m/%d/%Y' ('09/26/2007')格式的datetime字符串
当我尝试使用pd.to_datetime函数pd.to_datetime(df.index)将索引转换为datetime索引时,我得到错误消息OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 1-01-0
我知道如何将unix日期转换为可读日期,但我很难转换整个unix日期列表。下面是我当前的代码: time = df['Time']print(datetime.datetime.utcfromtimestamp(time/100052-6532ae588a4d> in <module>() 46 list(np.float_(time))
---&g