Python Pandas - 将给定的时间戳转换为句点
要将给定的Timestamp转换为Period,请使用该方法。在其中,使用freq参数设置频率。timestamp.to_period()
首先,导入所需的库-
import pandas as pd
在Pandas中设置时间戳对象
timestamp = pd.Timestamp('2021-09-14T15:12:34.261811624')现在,将时间戳转换为周期。我们使用值为“M”的“freq”参数将频率设置为月份
timestamp.to_period(freq='M')
示例
以下是代码
import pandas as pd
#setthetimestampobjectinPandas
timestamp = pd.Timestamp('2021-09-14T15:12:34.261811624')
#displaytheTimestamp
print("Timestamp...\n", timestamp)
#converttimestamptoPeriod
# we have set the frequency as Month using the "freq" parameter with value 'M'
print("\nTimestamp to Period...\n", timestamp.to_period(freq='M'))输出结果这将产生以下代码
Timestamp... 2021-09-14 15:12:34.261811624 Timestamp to Period... 2021-09
热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短