Python Pandas - 获取期间的一天中的小时部分
要获取Period的一天中的小时,请使用period.hour属性。
首先,导入所需的库-
import pandas as pd
的pandas.Period代表的一段时间。创建两个Period对象-
period1 = pd.Period("2020-09-23 05:55:30")
period2 = pd.Period(freq="H", year = 2021, month = 7, day = 16, hour = 2, minute = 35)从两个Period对象获取一天中的小时-
res1 = period1.hour res2 = period2.hour
示例
以下是代码-
import pandas as pd
#Thepandas.Period表示一段时间
#创建两个Period对象
period1 = pd.Period("2020-09-23 05:55:30")
period2 = pd.Period(freq="H", year = 2021, month = 7, day = 16, hour = 2, minute = 35)
#显示Period对象
print("Period1...\n", period1)
print("Period2...\n", period2)
#从两个Period对象获取一天中的小时
res1 = period1.hour
res2 = period2.hour
#从两个Period对象返回一天中的小时
print("\nHour of the day from the 1st Period object ...\n", res1)
print("\nHour of the day from the 2nd Period object...\n", res2)输出结果这将产生以下代码-
Period1... 2020-09-23 05:55:30 Period2... 2021-07-16 02:00 Hour of the day from the 1st Period object ... 5 Hour of the day from the 2nd Period object... 2
热门推荐
8 庆双节祝福语简短
10 收生日红包祝福语 简短
11 潮汕生日谚语祝福语简短
12 给长辈祝福语简短大全
13 求简短的职场祝福语
14 公司28 周年祝福语简短
15 很暧昧的简短祝福语
16 公司春节祝福语和简短
17 早晨好正能量祝福语简短
18 虎年台词祝福语大全简短