Python Pandas - 以分钟频率将给定的时间戳转换为周期
要将给定的Timestamp转换为Period,请使用该方法。在其中,使用freq参数设置频率。对于微小频率,将freq设置为T。timestamp.to_period()
首先,导入所需的库-
import pandas as pd
创建时间戳对象
timestamp = pd.Timestamp(2021, 9, 6, 11, 50, 20, 33)
将时间戳转换为周期。我们使用值为“T”的“freq”参数将频率设置为每分钟
timestamp.to_period(freq='T')
示例
以下是代码
import pandas as pd
#setthetimestampobjectinPandas
timestamp = pd.Timestamp(2021, 9, 6, 11, 50, 20, 33)
#displaytheTimestamp
print("Timestamp...\n", timestamp)
#converttimestamptoPeriod
# we have set the frequency as minutely using the "freq" parameter with value 'T'
print("\nTimestamp to Period...\n", timestamp.to_period(freq='T'))输出结果这将产生以下代码
Timestamp... 2021-09-06 11:50:20.000033 Timestamp to Period... 2021-09-06 11:50
热门推荐
10 分别祝福语简短情话英文
11 平安果祝福语简短霸气
12 女孩生日祝福语简短的话
13 新年祝福语姨姨简短
14 公司年会祝福语简短最好
15 给妹妹婚礼祝福语简短
16 冬至祝福语简短精悍幽默
17 朋友升迁的祝福语简短
18 英文节日祝福语简短唯美