gpt4 book ai didi

python - 从 Pandas 的日期时间列中提取日期和小时

转载 作者:行者123 更新时间:2023-12-05 02:08:37 25 4
gpt4 key购买 nike

<分区>

我有一个包含日期时间列的数据框:

Date
2020-01-01 00:00:00
...
2020-02-29 23:45:00

如何将其转换为以下格式:

Date
2020-01-01 0
...
2020-02-29 23

我试过:df['hour'] = df['Date'].dt.day+ ""+df['Date'].dt.hour 但这样可以:

TypeError: unsupported operand type(s) for +: 'datetime.date' and 'str'

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